﻿@import url('https://fonts.googleapis.com/css2?family=Allison&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bangers&display=swap');
body {
  -webkit-text-size-adjust: 100%;/*★*/
}
.catch p:first-of-type {position: relative}
.catch p:first-of-type:before {
    content:"Welcome";
position: absolute;
top: -61px;
left: -30px;
opacity: 0.4;
font-weight: normal;
font-size: 90px;font-family: 'Allison', cursive;
font-family: 'Bangers', cursive;    letter-spacing: 0.3rem;
}
.Russo, #top_contents1 h3::before, #top_contents2 h3::before {
    font-family: 'Bangers', cursive;
    letter-spacing: 0.3rem;
}
#page_title h2, #page_title p {
    color: #fff;
    position: relative;
    z-index: 2;
}
#footer_contact p.Russo {
   text-shadow: 1px 2px 0px rgba(255, 255, 255, 0.70);
   }
/* --------------------------------------------------------------------*/
#pc_nav li span.en, #pc_nav li span.jp {
    color: #fff;position: relative;z-index: 2;
}
.scrollH #pc_nav li span.en, .scrollH #pc_nav li span.jp {
    color: #181818;
}
.scrollH #header_contact a.btn_back {
        background-color: rgba(255, 236, 3, 0.67);
}
    header span.before, header span.after {
    mix-blend-mode: multiply;
    background-color: #68a0ff;
background-image: url("Dup/img/grid-me.png");
}
header span.before {
    width: 100%;
    height: 800px;
    position: absolute;
    z-index: 1;
    -webkit-transform: inherit;
    transform: inherit;
    left: 0px;
    bottom: 0;
}
header span.after {
    width: 0;
    height: 800px;
    position: absolute;
    z-index: 1;
    -webkit-transform: skewX(
-26.35deg
);
    transform: skewX(
-26.35deg
);
    right: -200px;
    top: 0;
}
/* --------------------------------------------------------------------*/



.cms_title h2, .cms_title p {
    text-align: center;
}
.cate_list li a {
    font-size: 14px;
}

#top_cms figure a {position: relative;}
#top_cms figure a::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 25px 25px 0;
    border-color: transparent #fff transparent transparent;
}
#top_cms figure a::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 25px 25px 0;
    border-color: #fff transparent  transparent transparent;
}
/* ----------------------------------- cursor -------------------------------------------*/
body{
  position: relative;
  cursor: none; /*もともとあるカーソルは非表示に*/
}
a{
 /* display:inline-block;*/
  /*margin:40px;*/
}
/*カーソル要素*/
#cursor{
   position: fixed;
    border-radius: 10px;
    width: 16px;
    height: 16px;
    margin: -8px 0 0 -8px;
    z-index: 9998;
    pointer-events: none;
    opacity: 0;
}
/*ちょっと遅れてついてくるストーカー要素*/
#stalker {
    position: fixed;
 transform: scale(0.5);
    background: #ffec03;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    margin: -30px 0 0 -30px;
    z-index: 9997;
    pointer-events: none;
    opacity: 0;
    transition: transform 0.5s;
}
#cursor.active {background:transparent}
#cursor.active,
#stalker.active{
  transform: scale(1);
}
#stalker.active {
   background: transparent;  
  border: 1px solid #0d46a5;
}
@media(max-width: 768px) {
    #cursor, #stalker {
        display: none;
    }

}



/* ----------------------------------------------------------------- */



#wrap.scrollH #header {
    background-color: rgba(255,255,255,0.3);
}
#header_contact a.btn_back {
    height: 68px;
}
#header_contact span {
    top: 22px;
}
#top_cms {position: relative}
#top_cms:after {
position: absolute;
    content: "";
    display: block;
    background-image: url(Dup/img/bg_text.png);
    background-size: auto 100%;
    background-repeat: repeat-x;
    width: 100%;
    height: 131px;
    top: -123px;
    left: 0;
    animation: anime2 60s linear infinite;
    z-index: -1;
}
@keyframes anime2{
from{
background-position-x: 0;
}
to{
background-position-x: -2400px;
}
}

#header {
    padding: 0px 0px;border-bottom: 0;
}
#logo {
    width: 198px;
}


.p1 {position: relative}
.p1::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: -200px;
    z-index: 0;
    content: '';
    display: block;
    background: url(Dup/img/mati.png) no-repeat;
    background-size: contain;
    width: 900px;
    height: 900px; animation: 50s linear infinite rotation;
}
@keyframes rotation{
  0%{ transform:rotate(0) ;}
  100%{ transform:rotate(360deg) ; }
}

.more a .c-btn__back {
    transition: .2s;
    box-sizing: border-box;
}
.more a .c-btn__back::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    content: '';
    background: #ffec03;
    transform-origin: right top;
    transform: scale(0, 1);
    transition: transform .2s;
}
.more a:hover .c-btn__back {
    color: #181818;
}
.more a:hover .c-btn__back::before {
    transform-origin: left top;
    transform: scale(1, 1);
}
.more a:hover {color: #181818}
#top_message:before {
content: "";
    width: 249px;
    height: 2px;
    display: block;
    background: #dedede;
    position: absolute;
    transform: rotate(-17deg);
    z-index: 0;
    top: -23px;
    left: 50%;
    margin-left: -162px;
}
.cms_title:after {
    border-bottom: 2px solid #cecece;
}



.top_contents1_box {
    margin: 4% auto 4% 10%;
}
.top_contents2_box {
    margin: 4% 9% 4% auto;
}
#top_contents1 h3::before, #top_contents2 h3::before {
    z-index: -1;/*★*/
    opacity: 0.4;
    color: #ffec03;
}
#top_contents1 h3, #top_contents2 h3 {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.28);
    padding-bottom: 10px;
}
.vegas-timer {
    z-index: 2;/*★*/
}
/* ------------------------------------------- */
.fadein{
     opacity: 0;
     transition: 1.1s;
     transition-property: opacity,transform
}
.fadein.trans{
     opacity: 1;
     transform: none
}
.fadein.fade2.trans {
    transition-delay: 0.2s;
}
.catch p {opacity: 0}
.catch p:first-of-type.trans{
    animation-name: play;
    animation-duration: .5s;    animation-fill-mode: forwards;
   /*      transition: 1.5s;
     transition-property: opacity,transform*/
}
.catch p:last-of-type.trans {
animation-name: play2;
    animation-duration: .37s;    animation-fill-mode: forwards;
    animation-delay: .13s;
}
@keyframes play {
  from {
     opacity: 0;
     transform: translateX(30px);
  }
  
  to {
  opacity: 1;
     transform: none;
    transform: translateX(0);
  }
}
@keyframes play2 {
  from {
     opacity: 0;
     transform: translateX(30px);
  }
  
  to {
  opacity: 0.6;
     transform: none;
    transform: translateX(0);
  }
}
/* ------------------------------------------- */
.cms_title {
    padding-bottom: 10px;
}
.vegas-timer-progress {
    background: #ffec03;
}

.c-btn__back {
    border-bottom: 4px solid #ffec03;
}
.catch {
    position: absolute;
    z-index: 1;
    font-size: 56px;
    line-height: 1.5;
    left: 100px;
    top: 41%;
    z-index: 2;
    font-weight: bold;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    letter-spacing: 0.2rem;
}


#top_message p:last-of-type {
    text-shadow: 1px 1px 3px #ffffff, -1px 1px 3px #ffffff, 1px -1px 3px #ffffff, -1px -1px 3px #ffffff, 1px 0px 3px #ffffff, 0px 1px 4px #ffffff, -1px 0px 4px #ffffff, 0px -1px 5px #ffffff;
}
@media(min-width: 769px) {
#top_contents1{
margin-left: 4%;
}
#top_contents2 {
    margin-right: 4%;
}
}
@media(max-width: 768px) {
    #top_cms:after {
    height: 102px;
    top: -91px;
}
    .top_contents1_box {
    margin: 8% auto 4% 10%;
}
.top_contents2_box {
    margin: 9% 9% 4% auto;
}
    .catch {
    font-size: 49px;
    left: 32px;
    top: 38%;
}
    .png1 {
    left: -84px;
    height: 140px;
    width: 140px;
    top: -73px;
}
.png2 {
    right: -66px;
    height: 139px;
    width: 134px;
    bottom: 3px;
}
.png3 {
    right: 40px;
    height: 84px;
    width: 84px;
    bottom: -42px;
}
#top_message h2 {
    font-size: 33px;
    top: -60px;
    left: 79px;    font-weight: bold;
}

    #header {
        border-bottom: 0;
    }

#header {
    padding: 8px 0px;
    top: 0;
}
#logo {
    margin: 8px auto 0px 30px;
}
}
@media screen and (min-width:667px) and ( max-width:768px) {
 header span.before, header span.after {
    width: 128px;
}   
}
@media(max-width: 667px) {
    .top_contents1_box {
    margin: 6% auto 4% auto;
}
.top_contents2_box {
    margin: 6% auto 4% auto;
}
    .catch p:first-of-type:before {
    top: -29px;
    left: -1px;
    font-size: 36px;
}
    .l-header__toggle {
    top: 13px;
    right: 17px;
}
    #top_message:before {
    width: 178px;
    top: -17px;
    margin-left: -108px;
}
    #logo {
    width: 144px;
}
    .catch {
    font-size: 21px;
    left: 14px;
}
    .footer_info {/*★*/
    margin-right: 0;
    width: 100%;
}
#logo2 {
    margin: 0 auto 30px/*★*/
    
}
    #top_message p:last-of-type {
    font-size: 14px;
}
    .top_contents1_box, .top_contents2_box {
    padding: 20px;
}
    #top_message {
    padding: 30px 0px;
}
    .png1 {
    left: inherit;
    height: 103px;
    width: 103px;
    top: -19px;
    opacity: 0.8;
    right: -33px;
}
.png2 {
    right: inherit;
    height: 103px;
    width: 103px;
    bottom: -46px;
    opacity: 0.6;
    left: -33px;
    z-index: -1;
}
.png3 {
    right: inherit;
    height: 68px;
    width: 68px;
    bottom: -72px;
    opacity: 0.8;
    left: 42px;
}
    #top_contents1 h3::before, #top_contents2 h3::before {
    opacity: 0;
}
.top_cms_sec:not(:last-of-type):before {
    bottom: -39px;
    right: 15px;
    width: 83px;
    height: 92px;
}
#top_message h2 {
    font-size: 21px;

    letter-spacing: 0;
}
#top_message p:first-of-type {
    font-size: 29px;
}
#header {
    padding: 0px 0px;
}
#logo {
    margin: 0px auto 0px 0px;
}
#footer_contact p:first-of-type .c-btn {
    padding: 30px 44px 30px 72px;
}
#footer_contact p:last-of-type .c-btn {
    padding: 30px 5px 30px 11px;/*★*/
}
#footer_contact p:last-of-type .c-btn .fa-angle-right {
    margin-left: 14px;/*★*/
}
}




@media all and (-ms-high-contrast: none) {
    header span.before, header span.after {opacity: 0.2;}
    #top_contents1 h3::before, #top_contents2 h3::before {
        padding-right: 10px;
    }
#page9 a {
    padding-top: 6px;
}
.cate_list li a {
    padding-top: 12px;
}
#cms_3-e .box_title1::before {
    margin-top: -14px;
}
.cms_2-b h3 {
    padding-bottom: 4px;
}
}