@charset "utf-8";

body{
margin: 0px;
padding: 0px!important;
}

/* カーソル */
/*デフォルトのマウスカーソルを非表示にする*/
html,
body,
a {
  cursor: none;

  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}



/*独自のマウスカーソルを作成*/
.cursor {
  position: fixed;
  top: -5px;
  left: -5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.856);
  z-index: 1000;
  transition: width 0.5s, height 0.5s, top 0.5s, left 0.5s;
  transform: translate(0, 0);
  pointer-events: none;
}


/*aタグにホバーした時に見た目変化*/
.cursor.cursor--hover {
  top: -20px;
  left: -20px;
  width: 40px;
  height: 40px;
  background: rgba(255, 209, 2, 0.604);
}



/*==================================================
スライダーのためのcss
===================================*/
#slider {
    width: 100%;
    height: 100vh !important;/*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
}

/*========= レイアウトのためのCSS ===============*/

a{
  color: #fff;
}

a:hover,
a:active{
  text-decoration: none;
}

/* h1{
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size:6vw;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
} */

.wrapper{
  position: relative;

}

.wrapper2{
  position: relative;


height: 100vh;

}
#particles-js{ 
  position:fixed;/*描画固定*/
  z-index:-1 !important; 
  width: 100%;
  height: 100% !important;
  background-image: url("img/about_t2.jpg");
  background-size: cover;
}
.container{
  background:#555;
}

.container p{
  padding: 300px 0; 
  text-align: center;
  color: #fff;
}
.vegas-timer-progress{
  
}
.topl{
  filter: drop-shadow(0px 0px 10px black);
  /* filter: drop-shadow(0px 0px 20px rgb(19, 19, 19)); */
  position: absolute;
  width: 20%;
  top: 34%;
  opacity: 0.9;
  left: 40%;
  z-index: 9000;
}
.topl2{
  filter: drop-shadow(0px 0px 10px black);
  /* filter: drop-shadow(0px 0px 20px rgb(19, 19, 19)); */
  position: absolute;
  width: 8%;
  top: 28%;
  opacity: 0.9;
  left: 46%;
  z-index: 9000;
  padding-top: 2%;
  padding-bottom: 2%;
  border: 1px solid white;
}
.head_w{
  text-align: center;
  top: 6%;
  left: 0px;
  position: absolute;
  width: 100%;
  z-index: 10000;
}
.mlogo{
  width: 60%;
  filter: drop-shadow(0px 0px 20px black);
 
}
.ml_wrap{
  /* margin-left: 10%; */
 width: 25%;
 display: inline-block;
 text-align: center;
 vertical-align: top;
}
.mtext{
  padding: 0%;
  margin-bottom: 1.5% !important;
  color: white;
  filter: drop-shadow(0px 0px 20px black);
  margin-top: 0%;
}
.menu_w{
  width: 30%;
  margin-top: 0%;
 text-align: center;
  display: inline-block;
vertical-align: top;
}
.inst_w{
  width: 5%;
  padding-left: 20px;

  filter:drop-shadow(0px 0px 20px black);
}
.mlis{
filter:drop-shadow(0px 0px 20px black);
  display: inline-block;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  padding: 10px;
  padding-top: 0px;
  vertical-align:top;
  color: white;
  margin-right: 16px;
  margin-left: 16px;
}
.con_menu{
  margin-top: 0px;
  width: 20%;
  margin-left: 0%;
  text-align: center;
  display: inline-block;
  color: white;
 
}
.cmtext{
  padding: 0px;
  filter:drop-shadow(0px 0px 20px black);
  margin-top: 0px;
  vertical-align:top;
}
.tel{
  display: inline-block;
 margin-top: 4%;
  font-size: 1.7em;
  color: white !important;
}
.content2{
  background-image: url("img/c2.jpg");
  height: 100vh;
  width: 100%;
  background-size: cover;
  display: block;
}
.c2w{
  width: 70%;
 padding-top: 15%;
 text-align: right;
}
.c2img{
  width: 18%;
  float: right;
}
.c2text{
  display: inline-block;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  padding: 10px;
  padding-top: 0px;
  vertical-align:top;
  line-height: 4em;
  text-align: left;
  color: white;
  width: 40%;
  font-size: 1.1em;
  height: 50%;
}

/* ふわっと表示 */

/* スクロールすると下からふわっとさせるためのコード */
.inview {
  /* 30px下げる */
  transform: translateY(30px);
  /* 要素を透明にする */
  opacity: 0;
  /* 2秒かけて、変化させる */
  transition: transform 1.5s, opacity 1.5s;
}

.inview.show {
  transform: translateY(0);
  opacity: 1;
}

.content3{
 position: relative;
 display: block;
 

}

.c31s{
  width: 100%;
  background-image: url("img/gold.jpg");
background-size:cover;
overflow: hidden;
background-repeat:no-repeat;
display: block;
}
.ch_back{
  background-image: url("img/gold2_b.jpg") !important;
  background-size:contain;
  background-repeat: repeat-x;
}
.l_con{
 width: 100%;
 transition-duration: 2s;
 transition-property: all;
 transition-timing-function: ease-in-out;
}
.overi{
  overflow: hidden;
  width: 50%;
  display: inline-block;
  float: left;
}
.overi2{
  overflow: hidden;
  width: 50%;
  display: inline-block;
  float: right;
}
.l_con:hover{
  transform: scale(120%);
}
.l_con2{
  width: 100%;
  transition-duration: 2s;
  transition-property: all;
  transition-timing-function: ease-in-out;
}
.l_con2:hover{
  transform: scale(120%);
}
.r_con{
  width: 50%;
  float: right;
text-align: right;
height: auto;
margin-top: 5.5%;
}
.r_con2{
  width: 50%;
  float: left;
text-align: right;
height: auto;
margin-top: 5.5%;
}
.rtext{
  color: #333;
  display: inline-block;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  padding: 10px;
  padding-top: 0px;
  vertical-align:top;
  line-height: 3em;
  text-align: left;
 margin-top: 5%;
  width: 50%;
  font-size: 1.1em;
  height: 50%;
  margin-top: 0%;
 border-left: 1px solid #333;
}

.rtext2{
  color: #333;
  display: inline-block;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  padding: 10px;
  padding-top: 0px;
  vertical-align:top;
  line-height: 3em;
  text-align: left;
 margin-top: 5%;
  width: 50%;
  font-size: 1.1em;
  height: 50%;
  margin-top: 0%;
  margin-right: -0.5%;
 
}
.c3t{
  width: 10%;
  /* float: right; */
  margin-top: 0%;
  margin-right: 10%;
}
.shoplink{
  border-top: 2px solid #251a00;
  border-bottom: 2px solid #251a00;
  background-color:#251a00;
  display: inline-block;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  padding: 4px;
 padding-top: 3%;
 padding-bottom: 3%;
  vertical-align:top;
  color: white;
  text-align: left;
  
  font-size: 1.1em;
  line-height: 2em;
 text-align: center !important;
  margin-top: 0%;
  margin-right: 5%;
  letter-spacing: 0.2em;
}



/*==================================================
スライダーのためのcss
===================================*/
.slider img {
  width:96%;/*スライダー内の画像を横幅100%に*/
  height:auto;
margin-left: 3%;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.slider .slick-slide {
  margin:0px 10px!important;/*スライド左右の余白調整*/
}
.content4{
  overflow: hidden;
  
  padding-top: 1%;
  padding-bottom: 0%;
  background-image: url("img/gold2.jpg");
  background-size: contain;
}

/* フッター */

.footer_w{
  width: 70%;
  padding:15%;
  padding-top: 5%;
  padding-bottom: 4%;
  background-image: url("img/f_back.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
.l_fo{
  text-align: left;
  width: 45%;
  vertical-align: top;
  display: inline-block;
}
.f_logo{
  width: 40%;
  
}
.r_fo{
  display: inline-block;
  width: 50%;
position:relative;
vertical-align: top;
}
.ft_text{
 
  letter-spacing: 0.1em;
  padding: 0px;
  margin: 0%;
  margin-top: 2%;
  line-height: 1.7em;
  text-align: left;
  font-size: 1em;
  color: white !important;
}
.flis{
  display: inline-block;
  
  color: white;
  padding: 0px;
  
}
.r_fo{
  border: none;
}
.copyr{
  
  color: white;
  padding: 0px;
 margin-top: 7%;
  margin-bottom: 0px;
  width: 100%;
  text-align: center;
}
.fmozi{
  text-align: left;
  width: 90%;
  margin-top: 0px;
  color: white;
  font-size: 0.8em;
  line-height: 2em;
  padding:0%;
}
.spmenu{
  display:none;
}
  /* メニュー */
/*ボタン外側※レイアウトによってpositionや形状は適宜変更してください*/
.openbtn4{
  position: relative;/*ボタン内側の基点となるためrelativeを指定*/
 display: inline-block;
  cursor: pointer;
    width: 50px;
    height:50px;
  border-radius: 5px;
}

/*ボタン内側*/
.openbtn4 span{
    display: inline-block;
    transition: all .4s;/*アニメーションの設定*/
    position: absolute;
    left: 14px;
    height: 2px;
    border-radius: 5px;
  background: #fff;
    width: 45%;
  }


.openbtn4 span:nth-of-type(1) {
  top:13px; 
}

.openbtn4 span:nth-of-type(2) {
  top:19px;
}

.openbtn4 span:nth-of-type(3) {
  top:25px;
}

.openbtn4 span:nth-of-type(3)::after {
  content:"Menu";/*3つ目の要素のafterにMenu表示を指定*/
  position: absolute;
  top:5px;
  left:-2px;
  color: #fff;
  font-size: 0.6rem;
  text-transform: uppercase;
}

/*activeクラスが付与されると線が回転して×になり、Menu⇒Closeに変更*/

.openbtn4.active span:nth-of-type(1) {
    top: 14px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

.openbtn4.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn4.active span:nth-of-type(3){
    top: 26px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}

.openbtn4.active span:nth-of-type(3)::after {
  content:"Close";/*3つ目の要素のafterにClose表示を指定*/
    transform: translateY(0) rotate(-45deg);
  top:5px;
  left:4px;
}
.spm_w{
  display: none;
}
.spsh{
  display: none;
}

.content2a{
  position: relative;
  display: block;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}

.content2a .wrapper__video{
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.black_b{
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0px;
  left: 0px;
opacity: 0.9;
}
.con2_img{
  position: absolute;
 width: 30%;
 left: 35%;
 top: 18%; 
 filter: drop-shadow(0px 0px 10px white);
}
.con2_kt{
  font-size: 1.1em;
  letter-spacing: 0em;
  width: 70%;
  left: 15%;
  top: 45%;
  margin: 0%;
  padding: 0%;
  color: white;
  line-height: 3em;
  text-align: left;
  position: absolute;
}
.w2_btn{
  z-index: 20000;
  margin-top: 2%;
  background-color: white;
  padding: 0%;
  display: block;
  width: 30%;
  text-align: center;
  color: black;
}

.s2_btn{
   border: 2px dotted #251a00;
 
  display: inline-block;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  padding: 4px;
 padding-top: 3%;
 padding-bottom: 3%;
  vertical-align:top;
  color: rgb(0, 0, 0);
  text-align: left;
  
  font-size: 1.1em;
  line-height: 2em;
 text-align: center !important;
  margin-top: 0%;
  margin-right: 11%;
  letter-spacing: 0.2em;
}
.online_i{
  width: 100%;
  
  
}
.spoi{
  width: 100%;
  display: none;
}

.online_image{
  width: 70%;
  margin-left: 15%;
  text-align: center;
  margin-top: 3%;
  margin-bottom: 3%;
}

/* ↓ひかる */
.reflection{
  display:inline-block;
  position:relative;
  overflow:hidden;
  }
   
  .reflection:after {
  content:"";
  height:100%;
  width:30px;
  position:absolute;
  top:0px;
  left:0;
  background-color: #fff;
  opacity:0;
  -webkit-transform: rotate(45deg);
  -webkit-animation: reflection 3s ease-in-out infinite;
  }
   
  @keyframes reflection {
  0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
  80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
  81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
  100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
  }
.sp_br{
  display: none;
}
a{
  text-decoration: none;
}
.man_ww{
width: 100%;
background-image: url("img/gold2.jpg");
background-size:cover;
text-align: center;
}
.man_img{
  width: 80%;

  padding:4%;
 
}
.spmm{
  display: none;
}

.sstt{
  display: block;
  font-size: 0.8em;
margin-top: 0.4%;
}
.sstt2{
  display: block;
  font-size: 0.8em;
margin-top: 0%;
}
@media screen and (max-width: 600px) {
  .sstt2{
    display: block;
    font-size: 0.8em;
  margin-top: -2%;
  }
  .man_img{
    display: none;
  }
.spmm{
  width: 100%;
  padding:0%;
  display: block;
  padding-bottom: 2%;
}
  .slick-dots{
    display: none !important;
  }
  .slick-slider{
    padding-left: 0px !important;
  }
  .sp_br{
    display: block;
  }
  .topbt{
    padding-bottom: 4%!important;
  }
  .s2_btn{
    border: 2px dotted #251a00;
  
   display: inline-block;
   -ms-writing-mode: tb-rl;
   writing-mode: vertical-rl;
   padding: 4px;
  padding-top: 3%;
  padding-bottom: 3%;
   vertical-align:top;
   color: rgb(0, 0, 0);
   text-align: left;
   
   font-size: 1.1em;
   line-height: 2em;
  text-align: center !important;
   margin-top: 0%;
   margin-right: 10%;
   letter-spacing: 0.2em;
 }
  .rtext2{
    color: #333;
    display: inline-block;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    padding: 10px;
    padding-top: 0px;
    vertical-align:top;
    line-height: 2.7em;
    text-align: left;
   margin-top: 5%;
    width: 50%;
    font-size: 1.1em;
    height: 104%!important;
    margin-top: 0%;
    margin-right: -4.5%;
   
  }

  .ch_back{
    background-image: url("img/gold2_b.jpg") !important;
    background-size:cover;
    background-repeat: no-repeat;
  }

  .black_b{
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0px;
    left: 0px;
  opacity: 0.7;
  }
  .con2_kt{
    font-size: 1em;
    letter-spacing:0.1em;
    width: 92%;
    left: 4.3%;
    top: 25%;
    margin: 0%;
    padding: 0%;
    color: white;
    line-height: 2.3em;
    text-align: left;
    position: absolute;
    z-index: 11000;
  }
  .con2_img{
    position: absolute;
   width: 70%;
   left: 15%;
   top: 10%; 
   z-index: 11000;
   filter: drop-shadow(0px 0px 10px white);
  }

  #particles-js{
background-position: center;

  }
.topl2{
  top: 27%;
  left: 39%;
  width: 24%;
}

  .online_image{
    width: 100% !important;
    margin-top: 2%;
    margin-left: 0px;
    margin-bottom: 2%;
    text-align: center;
  }
  .online_i{
    display: none;
  }
  .spoi{
    width: 94%;
    display: block;
    margin-left: 3%;
  }
  .content4{
    height: 74vh !important;
    overflow: hidden;
    
    padding-top: 2%;
    padding-bottom: 3% !important;
    background-image: url("img/gold2.jpg");
    background-size: contain;
  }
  .slider img{
    width: 94% !important;
  margin-left: 3% !important;
  }
  .c3t{
    width: 16%;
    /* float: right; */
    margin-top: 0%;
    margin-right: 2%;
  }
  .spbr{
    display: none;
  }
  .rtext{
    color: #333;
    display: inline-block;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    padding: 0px;
    padding-top: 0px;
    vertical-align:top;
    line-height: 2.2em;
    text-align: left;
   margin: 0%;
    width: 50%;
    font-size: 1.2em;
    height: 100%!important;
    margin-top: 1%;
    margin-right: -1%;
    padding-left:8%;
    margin-bottom: 8%;
    letter-spacing: 0em;
   border-left: 1px solid #333;
  }
  .r_con{
    width: 100%;
    float: right;
  text-align: right;
  height: auto;
  margin-top: 12%;
  margin-bottom: 8%;
  }
  .r_con2{
    width: 100%;
    float: left;
  text-align: right;
  height: auto;
  margin-top: 12%;
  margin-bottom: 12%;
  }

  .overi{
   
    overflow: hidden;
     width: 100%;
    margin-top: 2%;
   
    margin-right: 0%;
    display: inline-block;
    float: left;
  }
  .overi2{
    overflow: hidden;
    width: 100%;
    margin-top: 0%;
    margin-right: 0%;
    display: inline-block;
    float: right;
  }

  .inst_w{

    width: 7%;
    padding-top: 8%;
    padding-left: 20px;
  
    filter:drop-shadow(0px 0px 20px black);
  }
  .msp{
    vertical-align: middle;
    color: white;
    opacity: 1;
    margin-top: 0px;
    width: 90%;
    list-style: none;
    text-decoration: none;
    margin-left: 5%;
    padding-top: 8%;
    padding-bottom: 8%;
    margin-bottom: 0px;
    border-bottom: 1px solid white;
  }
  .spm_w{

    top: -140vh;
    width: 100%;
    height: 100vh;
    display: block;
    position: fixed;
    background:rgba(5, 5, 5, 0);
    opacity: 0.7;
    z-index: 15000;
    padding-top: 35%;
    text-align: center;
    transition-property: all;
    transition-duration: 0.8s;
    transition-timing-function: ease-in-out;
  }
  .spm_s a{
    list-style: none;
    text-decoration: none;
  }
  .spm_s{
    background:rgba(5, 5, 5, 2);
    top: 0px;
    transition-property: all;
    transition-duration: 0.8s;
    transition-timing-function: ease-in-out;
  }
  .c2text{
    margin-right: -3%;
    padding-right: 0px;
    line-height: 2.5em;
    font-size: 1.1em;
    letter-spacing: 0.2em;
    height: 85%;
  }
  .c2img{
    width: 38%;
  }
  .c2w{
    width: 98%;
    padding-top: 30%;
  }
  .content2{
    height: 800px;
    background-image: url("img/spb.jpg");
   
   
  }

 
  .spmenu{
    display: inline-block;
    float: right;
    position: absolute;
   top: -10%;
   right: 4%;
    text-align: right;
  }
  .teli{
    vertical-align: top;
    padding-top: 4%;
    padding-right: 2%;
width: 10%;
display: inline-block;
  }
  .menu_w{
    display: none;
  }
  .cursor{
    display: none;
  }
  .con_menu{
    display: none;
  }
  .topl{
    width: 50%;
    left: 25%;
  }
  .head_w{
    text-align: left;
    z-index: 20000;
    position: absolute;
    transition-property: all;
    transition-duration: 0.8s;
    transition-timing-function: ease-in-out;
  }
  .posi{
    position: fixed;
    transition-property: all;
    transition-duration: 0.8s;
    transition-timing-function: ease-in-out;
  }
  .ml_wrap{
    width: 50%;
  }
  .mlogo{
    width: 80%;
  }
  .head_w{
    top: 3%;
  }
  .mtext{
    font-size: 0.8em;
    margin-bottom: 0px;
  }
  .spinst{
    width: 7%;
    vertical-align: bottom;
    margin-right: 5%;
  }

  .tline{
    border-top: 1px solid white;
  }


  .l_fo{
    text-align: left;
    width: 100%;
    vertical-align: top;
    display: inline-block;
  }
  .f_logo{
    width: 60%;
    
  }
  .r_fo{
    display: inline-block;
    width: 100%;
  position:relative;
  vertical-align: top;
  }
  .fmozi{
    margin-top: 10%;
    width: 100%;
  }
  .tel{
    margin-top: 1.5%;
    font-size: 1.5em;
    color: white !important;
  }
  .ft_text{
   
    letter-spacing: 0.1em;
    padding: 0px;
    margin: 0%;
    margin-top: 0%;
    line-height: 2.2em;
    text-align: left;
    font-size: 1em;
    color: white !important;
  }
  .ft_text a{ 
color: white !important;
  }
  .flis{
    font-size: 0.7em;
  }
  .copyr{
    font-size: 0.8em;
  margin-bottom: 15%;
margin-top: 12%;  
}
.footer_w{
  padding-top: 10%;
  padding-bottom: 15%;
}
.l_con{
  display: none;
  
}
.l_con2{
  display: none;
  
}
.spsh{
  display: block;
}
}