@charset "utf-8";

body{
  font-family: 'Noto Serif JP', serif;
/*  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;*/
  font-weight: 500;
  margin: 0;
  font-size: 0.9rem;
  line-height: 2em;
  color: #322F31;
  overflow-x: hidden;
  letter-spacing: .1rem;

}
/*************************************/
#cp-infomation .dashed>i:before{
    height: 2rem;
    line-height: 2rem;
    width: 2rem;
    font-size: 1.2rem;
    background: #322f31;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    margin-right: 0.8rem;
    font-size: min(4vw,1.2rem);
}
@media (max-width: 400px) {
  #cp-infomation .dashed>i:before{
    display: block;
    margin: 0 auto 0.8rem;
  }

}

#cp-infomation .dashed:nth-of-type(1)>i:before{
    content: "1";
}
#cp-infomation .dashed:nth-of-type(2)>i:before{
    content: "2";
}

.scroll-fade{
  opacity: 0;
  transform: translateY(50px);
}
.scroll-fade.effect{
  transition: all 0.8s ease;
  opacity: 1;
  transform: translateY(0);
}

.f-sans{
/*font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;*/
font-family: 'Noto Sans JP', sans-serif;
}

.slick-next, .slick-prev{
    z-index: 9!important;
}
.slick-next:before, .slick-prev:before{
  color: #322f31!important;
}

.slick-prev{
  left:0!important;
}

.slick-next{
  right: 0!important;
}

.list-section{
  padding: 3% 0;
}

i{font-style: normal;}

img{
  max-width: 100%;
}

.slick-dots > li:first-child:last-child {
    display: none;
}

.slick-dots li {
  margin:0!important; 
}
.slick-dots li button:before {
    content: '●'!important;
}
.slick-slide img {
  width: 100%;
}

a{
  text-decoration:none;
  outline: none;
  color: #322F31;
  cursor: pointer;
}

a:hover,
#footer-sns a:hover,
#header-navigation-sp-sns a:hover{
  opacity: .8;
}

*{
  box-sizing: border-box;
  list-style: none;
  padding: 0;
  margin: 0;
  outline: none;
}

/*********************************/
/* SVGアイコン定義コンテナクラス */
.svg-defs {
  width: 0;
  height: 0;
  /*visibility: hidden;*/
  display: none;
  margin: 0 auto;
}

/* SVGアイコンクラス */
.icon {
  width: 1em;
  height: 1em;
  fill: currentColor;
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  /* baselineより垂直方向にちょっとだけ下げる */
  /*vertical-align: baseline;
  top: 0.125em;*/
}
/**********************************/
#category-menu{
  display: flex;
  justify-content: space-between;
  margin: 2% 0 0;
  background: #150201;
}
#category-menu a{
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
}
#category-menu a.current{
/*  color: #150201;*/
}

/**********************************/
#body-inside{
  overflow-x: hidden;
}


/*oneline-ellipsis*/
#cover-area b p,
.post-list>a .auther,
.post-list>a .category{
overflow: hidden; 
white-space: nowrap;
text-overflow: ellipsis;
max-width: 100%;
}

/***************************/
header{
  display: flex;
  align-items: center;
  padding: 20px 2% 15px;
  z-index: 999;
  background: #fff;
  width: 100%;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.16);
}

header a:hover{
  text-decoration: underline;
}



#header-logo{
  width: 100px;
  width: min(30vw,100px);
  margin-right: auto;
}
#header-logo img{
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

/***************************/
#global-menu{
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    flex-direction: row-reverse;
    align-items: baseline;
    font-size: 0.7rem;
}

#header-language .icon:first-of-type{
    font-size: 120%;
    margin-right: 5px;
}

#header-language .icon:last-of-type{
    margin-left: 5px;
}

#header-serch input{
    border: 0;
    border-bottom: solid 1px #99999a;
    color: #99999a;
    padding: 5px 0;
    padding-right: 20px;
    border-radius: 0;
    max-width: 230px;
}

#header-serch button{
    background: none;
    border: 0;
    padding: 0;
    margin: 0;
    cursor: pointer;
    position: relative;
    left: -20px;
  }


#header-serch-outer,
#header-language{
        margin-left: 20px;
}
/********************/
#header-language .header-navigation-submenu{
    background: #fff;
    z-index: 999;
    position: relative;
}

#header-language .header-navigation-submenu a:first-of-type:before{
  border: none;
}


#header-language .header-navigation-submenu a {
    padding: 0.5rem 0.8rem;
    display: block;
    line-height: initial;
    margin: 10px 0;
    position: relative;
    font-size: inherit;
}

#header-language .header-navigation-submenu a:hover {
  background: #f7f1e8;
}

#header-language .header-navigation-submenu a::before {
    content: '';
    width: calc(100% + 0px);
    height: calc(100% + 0px);
    border-top: 1px solid #99999a;
    position: absolute;
    top: -5px;
    left: 0;
}


#header-navigation,
#header-hotwords{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    line-height: 2;
    flex-wrap: wrap;
}


#header-navigation span{
    transform: skewX(150deg);
    border-right: 1px solid #99999a;
    padding-top: 5px;
}

#header-navigation a{
    transform: skewX(-150deg);
    padding:0 10px;
    display: block;
    font-weight: bold;
}

#header-hotwords{
    position: absolute;
    top: 45px;
    right: 16px;
    font-size: .6rem;

    max-width: 400px;
    overflow: hidden;
    height: 3.2em;
}

#header-hotwords p{
    margin-right: 10px;
    font-size: 1.2em;
}

#header-hotwords a{
  padding: 2px 4px;
  border: solid 1px;
  display: inline-block;
  margin: 4px;
}
/***************************/
.header-navigation-sp,
#header-navigation-sp-sns{
    display: none;
}
.header-navigation-submenu{
  display: none;
}


header{
  position: fixed;
  top: 0;
  height: 70px;
}
/*#body-inside*/
body{
  padding-top: 70px;
}

#header-hotwords{
    position: static;
    margin: 20px 0;
    justify-content: flex-start;
    max-width: 100%;
}

#header-serch input{
  font-size: 16px;
}

#global-menu{
    display: block;
    background: #045de9;
    background-image: linear-gradient(315deg, #0abcf9 0%, #2c69d1 74%);
    width: 400px;
    margin-left:calc(100% - 400px); 
    font-size: 0.9rem;
    padding: 30px 10px 0;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.16);
    z-index: 9999;
}
#global-menu .sns-link{

    font-size: 0.6rem;
    border: solid 1px #ffffff3b;
    border-width: 1px 0 1px 0;
    padding: 3% 0;
}

#global-menu .sns-link i{
  font-size: 1.4rem;
  margin-right: 5px;
}

#global-menu .shop-link{
    display: flex;
    color: #fff;
    justify-content: center;
    margin: 3% 0;
}

#global-menu a{
  color:#fff;

      display: flex;
    align-items: center;
}

#global-menu section:last-of-type {
  margin-bottom: 6%;
}

#global-menu .logo{
    color: #fff;
    width: 150px;
    margin: 0 auto;
    text-align: center;
    display: block;
    height: 55px;
    margin-bottom: 40px;
}

.header-navigation-sp{display: block;}



#header-navigation span,
#header-navigation a{
        transform: none;
        border-right: 0;
}

#header-navigation,
#header-serch-outer,
#header-language{
    margin: 0;
    display: block; 
    width:100%;
}


#header-navigation a{
    font-size: 1rem;
  font-size: min(4vw,1rem);
    padding: 0.8rem;
    display: block;
    line-height: initial;
    margin: 10px 0;
    position: relative;

}

#header-navigation a::before{
  content: '';
    width: 100%;
    border-top: solid 1px #ffffff3b;
    position: absolute;
    top: -5px;
    left: 0;
}

#header-navigation a:first-of-type::before{
  border:0; 
}


#header-navigation a:hover{
        background: #3c8fff;
}


#header-serch button {
    left: -25px;
    font-size: 1.1rem;
}

#header-navigation-sp-sns{
    display: flex;
    font-size: 2rem;
    justify-content: center;
}
#header-navigation-sp-sns a{
  color: #fff;
  margin: 10px;
}


#header-navigation a:after {
    content: "\f054";
    font-family: FontAwesome;
    position: absolute;
    right: 20px;
}

#header-language .icon:last-of-type {
  display: none;
}

a.header-navigation-toggle:after{
    content: "＋"!important;
    position: absolute;
    right: 15px!important;
    font-size: 1.3rem;
    line-height: 1;
    font-family: inherit!important;
}

a.header-navigation-toggle.open:after{
    content: "×"!important;
}

.header-navigation-submenu a{
  padding-left: 2rem!important;
}
.header-navigation-submenu a:after{
  display: none;
}




/***************************/

#cover-area.slick-initialized{
  opacity: 1;
  transition: opacity .3s linear;
}

#cover-area b{
  position: relative;
}
#cover-area b{
    max-width: 1200px;
    width: 100vw;
}
#cover-area b.slick-current{
  opacity: 1;
}

#cover-area b:hover p{
  color: #322F31;
}

#cover-area b p i{
  font-size: 80%;
  font-style: normal;
}

#main-img{
  position: relative;
}

#bnr-trial{
  text-align: right;
}

#bnr-trial {
    font-weight: bold;
    text-align: center;
    display: block;
    position: relative;
    color: #fff;
    max-width: 1200px;
    line-height: 1.4em;
    padding:20px;
    padding: min(2vw,20px);
    border-radius: 10px;
    width: 90%;
    background-color: #150201;
    background-image: linear-gradient(315deg, #616161 0%, #150201 74%);
    font-size:1.8rem;
    font-size: min(5vw,1.8rem);
    margin: 3% auto;
}

#bnr-trial i{
    position: absolute;
    right: 6%;
    top: 40%;
}

#bnr-trial:hover{

}

#bnr-trial b{
  display: inline-block;
}

#bnr-trial div:nth-child(1){

}

#bnr-trial div:nth-child(2){
    font-size: 70%;
    border-top: solid #ffffff59 1px;
    max-width: 700px;
    margin: 5px auto 0;
}




.slick-dots{
    text-align: right!important;
    right: 3%;
}
/*************************************/
#wrapper{
  max-width: 1200px;
  margin:0 auto;
}



/*************************************/

.bg-cover{
    margin-left:-100%!important;
    margin-right:-100%!important;
    padding-left:100%!important;
    padding-right:100%!important;
}
/*************************************/
.ranking-list a{
  position: relative;
  padding-top:20px; 
}
.ranking-list a:before {
  content: "";
  position: absolute;
  top       : 0;
  left      : 50%;
  transform : translate(-50%, -50%);
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
}
.ranking-list a:nth-child(1):before {content:"1";}
.ranking-list a:nth-child(2):before {content:"2";}
.ranking-list a:nth-child(3):before {content:"3";}
.ranking-list a:nth-child(4):before {content:"4";}
.ranking-list a:nth-child(5):before {content:"5";}
.ranking-list a:nth-child(6):before {content:"6";}
.ranking-list a:nth-child(7):before {content:"7";}
.ranking-list a:nth-child(8):before {content:"8";}
.ranking-list a:nth-child(9):before {content:"9";}
.ranking-list a:nth-child(10):before {content:"10";}
/*******************************************/
footer{
  font-size: 0.7rem;
  padding: 1% 0;


  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  padding: 30px 0;

}

footer a:hover{
  text-decoration: underline;
}

#footer-nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#footer-nav a:not(:last-child){
    margin-right:5px;
}

#footer-sns a{
  font-size: 1rem;
  color: #99999a;
}
#footer-copyright{
    font-size: 10px;
    text-align:center; 
}

#side-sns-menu {
    display: none;
    position: fixed;
    right: 1rem;
    flex-direction: column;
    align-items: center;
    margin-bottom: 50px;
    bottom: 50%;
}


#pagetop{
    cursor: pointer;
    color: #cecece;
    position: fixed;
    right: 1.5rem;
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    font-size: 12px;

    letter-spacing: .02em;
    display: none;
    top:50%;
    width: 25px;
}


#pagetop>i {
    margin-bottom: 1em;
    display: inline-block;
    height: 1.5rem;
/*    width: 0.8rem;*/
    fill: #cecece;
}

/**************************/
.safari #pagetop{

}


.safari #pagetop>i {

}


#wow-menu {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
    color: #fff;
    border-radius: 50%;
    border: solid #fff 5px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.16);
    cursor: pointer;
    transition-duration: 0.3s;  /*変化に掛かる時間*/
    width:180px;
    width: min(20vw, 180px);
    height:180px;
    height: min(20vw, 180px);
    padding:20px;
    padding: min(2vw, 20px);
    transition: 0.4s cubic-bezier(.175, .885, .32, 1.275);
    pointer-events: none;
    opacity: 0;
    transform: scale(.4);
    margin:0; 
  background-color: #150201;
  background-image: linear-gradient(315deg, #616161 0%, #150201 74%);

}

#wow-menu.active {
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
  display: none;
}

#wow-menu:hover {
    transform: scale(1.1);  /*画像の拡大率*/
 
}


/*********************************************/

#category-menu a{
    margin: 0 10px;
}


/*tab*/
#tab-menu{
  opacity: 1;
  display: flex;
  justify-content: flex-end;
  font-size:1.4rem;
  font-size: min(3.5vw,1.4rem);
  background: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 1.4em;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.16);
  transition : 0.3s ease-in-out;
}

#tab-menu>li{
    display: flex;
    width: 33.33%;
}

#tab-menu>li>a{
  width: 100%;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #150201;
  background: #fff;
  border: solid 1px #150201;
}

#tab-menu>li:nth-child(2)>a{
  border-left:0;
  border-right:0; 
}


#tab-menu a{
    color: #150201;
    height: 100%;
    display: flex;
    padding: 20px;
    border: solid 1px #150201;
    border-right: 0;
}

#tab-menu>li>a:hover{
  color: #fff;
  background: #150201;
}


#tab-menu>li.ui-state-active>a,
#tab-menu li.ui-state-active a{
  opacity: 1;
  color: #fff;
  background: #150201;
/*  pointer-events: none;*/
}






/********************/
#hamburger {
  display : none;
  position: fixed;
  z-index : 999999;
  right : 13px;
  top   : 12px;
  width : 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
  background: rgb(255 255 255 / 0.5);
  border-radius: 50%;
}
#hamburger span {
  display : block;
  position: absolute;
  width   : 30px;
  height  : 2px ;
  left    : 6px;
  background :#99999a;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}
#hamburger span:nth-child(1) {
  top: 10px;
}
#hamburger span:nth-child(2) {
  top: 20px;
}
#hamburger span:nth-child(3) {
  top: 30px;
}

/* ナビ開いてる時のボタン */
#hamburger.active span:nth-child(1) {
  top : 16px;
  left: 6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}

#hamburger.active span:nth-child(2),
#hamburger.active span:nth-child(3) {
  top: 16px;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}

/*@media (max-width: 769px){*/
  #hamburger {
    display: block;
  }
  #global-menu{
    position: fixed;
    top: 0;
    left: 100%;
    height: 100%;
    transition: .3s;
  }
  #global-menu.active {
    left: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
  }






p{
  font-size:1.2rem;
  font-size: min(4vw,1.2rem);
  line-height: 2em;
  margin: 3% auto;
}

h3{
  font-size:3.4rem;
  font-size: min(7vw,3.4rem);
  line-height: 2em;
  margin: 3% auto;
}

h3>b{
  display: inline-block;
}

p>b{
  font-weight: normal;
  white-space: nowrap;
}

#wrapper section{
  margin:0 auto;
  padding:40px 3% 6%;
  text-align: center;
  position: relative;
  background: #222;
    color: #fff;
}

#wrapper section:last-of-type{
  margin-bottom:0; 
}



#wow-intro p{
    font-size: min(4vw,1.2rem); 
    margin: 3% auto;
    text-align: center;
    line-height: 2.6em;
}



#wow-intro .logo{
 /* width: auto;*/
}


#pre-trial{
/*  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.16);
  background-color: #150201;
  background-image: linear-gradient(315deg, #616161 0%, #150201 74%);
  color: #fff;*/
  font-size: min(3.2vw,0.9rem);
  /*padding-bottom: 0!important;*/
}


.cp-date{
    background: #150201;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.6em;
    padding: 3%;
    font-size: min(5vw,1.6rem);
}
.cp-date i{
  font-size: 120%
}

.cp-date u{
  text-decoration: none;
  display: inline-block;
}

#cp-infomation h3{
    font-size: min(7vw,2rem);
}


#cp-infomation b{
    background-color: #150201;
    background-image: linear-gradient(315deg, #616161 0%, #150201 74%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(255,255,255,0.0);
    font-size: 120%;
}


#cp-infomation .sns-link a{
    color: #fff;
    font-size: 1rem;
    display: flex;
    letter-spacing: initial;
}

#cp-infomation .sns-link i {
    font-size: 2rem;
    margin-right: 10px;
}

#cp-infomation .sns-link a:nth-of-type(1){
  color:#1676ee; 
}

#cp-infomation .sns-link a:nth-of-type(2){
    color: #bc1888;
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(255,255,255,0.0);
}



#cp-infomation .dashed{
  border-top: 1px dashed #ccc;
  padding: 3%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  font-weight: bold;
  font-size: min(4vw,1.1rem);
  line-height: 2.2;
}
#cp-infomation .notice{
    background: #f3f8ff;
    border-radius: 10px;
    padding: 3%;
    margin: 3% 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    font-size: min(3.4vw,0.8rem);
}




#cp-terms{
  overflow: hidden;
  height: 1px;
}

.pre-line{
  padding: 0 3%;
  white-space: pre-line;
  font-size:0.8rem;
  font-size: min(3vw,0.8rem);
}

#wrapper section#club-point{
/*  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.16);
  background-color: #150201;*/
  color: #150201;
  position: relative;
  padding: 0;
}


#club-point:before {
    width: 100%;
    height: 100%;
    content: "";
    background-image: linear-gradient(to right, #150201, #150201 3px, transparent 3px, transparent 8px);
    background-size: 8px 1px;
    background-repeat: repeat-x;
    background-position:center; 
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
/*    opacity: .5;*/
}

#club-point:after {
    width: 100%;
    height: 100%;
    content: "";
    background-image: linear-gradient(to top, #150201, #150201 3px, transparent 3px, transparent 8px);
    background-size: 1px 8px;
    background-repeat: repeat-y;
    background-position:center; 
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
/*    opacity: .5;*/
}

#club-point>div{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%) scale(1);
    margin: auto;
    background-color: #ffffff;
    z-index: 9;
    border-radius: 20px;
    padding:1% 2%;
}

#club-point>div svg{
    width: 300px;
    display: block;
    margin: 0 auto;
}

#club-point>div h3{
    line-height: 1.4em;
    font-size:2.4rem;
    font-size: min(7vw,2.4rem);
}

#club-point>div p{
    font-size: 1.4rem;
    text-align: center;

}
#club-point>div p b{display: block;}

#club-point ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
        z-index: 9;
    position: relative;
}

#club-point ul li{
    width: 34%;
    border-radius: 10px;
    display: block;
/*    background: #fff;*/
    color: #fff;
    margin: 3% 0;
    padding: 20px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.16);
    background-color: #150201;
    background-image: linear-gradient(315deg, #616161 0%, #150201 74%);
}


#club-point ul li h3{
  line-height: 1.4em;
  display: inline;
  font-size: min(5vw,3rem);
}

#club-point ul li p{
   line-height: 1.6em;
  font-size: min(4vw,1rem);
}

#coming-notice{

}

#web-members{
  text-align: center;
  background: #322F31;
  color: #fff;
}



a.web-members {
    color: #fff;
    max-width: 980px;
    display: block;
    border: solid 2px;
    margin: 20px auto;
    transition: all .4s;
    background: #B9986B;
    position: relative;
    overflow: hidden;
    line-height: 1.7em;
    width: 90%;
    border-radius: 9999px;
    padding: 3% 0;
    font-size:1.6rem;
    font-size: min(5vw,1.6rem);
}

a.web-members b{
  white-space: nowrap;
}

a.web-members span,
a.web-members i{
    transition:all .5s ease;
    color: #fff;
    z-index: 9;
    position: relative;  
}

a.web-members:hover{
  opacity: 1;
}

a.web-members:hover span,
a.web-members:hover i{
    color: #B9986B;
}

.eff{
  top: 0;
  width:100%;
  height:100%;
  left:-100%;
  background:#fff;
  position:absolute;
  transition:all .5s ease;
  z-index:1;
}


a.web-members:hover .eff{
  left:0;
}
a.web-members:hover{
  color:#B9986B!important;
}



.logo{
    width: 100%;
    height: 100%;
}

/****************************/

.sat {
    color: #43a7b3;
}
.sun {
    color: #d73939;
}

#pre-trial h3{
  margin-bottom:-2%; 
}

#trial-tel{

  font-weight: bold;
  line-height: 1.6em;
  margin: 3% auto;
  font-size: 2rem;
  font-size: min(5vw,2rem);
}

#trial-tel a{
  color: #fff;
}

#trial-tel b{
  font-size: 60%;
  display: inline-block;
  font-weight: normal;
  text-indent: 10px;
  vertical-align: bottom;
}

.trial-callender-ttl{
  display: flex;
  background: #322F31;
}
.trial-callender-ttl dd{
    padding:20px;
    outline: solid 1px #fff;
}



.trial-callender article{
  display: flex;
  background: #fff;
  color: #322F31;
}

.trial-callender article b{
  font-size: 110%;
}


.trial-callender article:nth-child(odd){
    background: #f2f2f2;
        background: #f1f9ff;
}

.trial-callender article.date-end{
  margin-bottom:3%; 
}

.trial-callender ul{
  display: flex;
}

.trial-callender li{
  outline: solid 1px #ddd;
   display: flex;
   align-items: center;
  
  line-height: 1.5;
  text-align: left;

  padding:1%;
  flex-wrap: wrap;
  justify-content: center;

}

.trial-callender li span i:nth-child(1){
    font-size: 110%;
    display: block;
    font-weight: bold;
}
.trial-callender li span i:nth-child(2){
  font-size: 90%;
  display: block;
}


.trial-callender-ttl dd:nth-child(1),
.trial-callender article ul:nth-child(1){
    width: 300px;
}
.trial-callender-ttl dd:nth-child(2),
.trial-callender article ul:nth-child(2){
  width: 900px;
}
.trial-callender-ttl dd:nth-child(3),
.trial-callender article ul:nth-child(3){
    width: 320px;
}


/*total 960px*/
.trial-callender ul:nth-child(1) li:nth-child(1){
    font-size: 140%;
    width: 130px;
    font-weight: bold;

}
.trial-callender ul:nth-child(1) li:nth-child(2){
  width: 40px;
}
.trial-callender ul:nth-child(1) li:nth-child(3){
  width: 130px;
}

.trial-callender ul:nth-child(2) li:nth-child(1){
  width: 120px;
}
.trial-callender ul:nth-child(2) li:nth-child(2){
  width: 100%;
    justify-content: start;
    flex-direction: column;
    align-items: start;
}

.trial-callender ul:nth-child(3) li:nth-child(1){
  width: 320px;
}

.main_contents {
	margin: 0 auto;
    max-width: 1200px;
    /*padding: 0 1.5%;*/
}

.main_contents table {
/*  max-width: 1028px;*/
}

.main_contents table {
	width: 100%;
	margin: 5px 0 35px 0;

	border: 1px solid #fff;
	/*border-right: none;*/
	border-bottom: none;
}
.main_contents th, .main_contents td {
	font-size: 14px;
	/*border: 1px solid #000;
	border-top: none;
	border-left: none;*/
  color: #fff;
}
.main_contents th {
	padding: 20px 0;
	text-align: center;
	background: #322F31;
	white-space: nowrap;
}
.main_contents td {
    color: #322F31;
    outline: solid 1px #ddd;
    background: #f2f2f2;
	padding: 18px 20px;
	line-height: 1.5;
  text-align: left;
}
.main_contents td img {
	display: block;
	margin: 0 auto;
}
.main_contents td a {
	font-size: 14px;
	color: #BA996B;
	text-decoration: underline;
}


.main_contents a.btn-link {
    margin-left: 0;
    margin-right: 0;
    border-radius: 4px;
    text-decoration: none;
    display: inline-block;
    width: 100%;
    color: #fff;
    text-align: center;
    padding: 5px 10px;
    font-size: 14px;
	font-weight: normal;
}

.main_contents a.btn-link {
    border: solid 3px #150201;
    background: #150201;
    transition: all 0.25s ease-out;
    color: #fff;
}


.main_contents a.btn-link:hover {
    border: solid 3px #150201;
    text-decoration: none;
    color: #150201;
    background: #fff;
}

.result_area {
  text-align: center;
  font-size: 18px;
  display: block;
  margin-bottom: 20px;
}
.result_btn {
  text-align: center;
  display: block;
}
.result_btn a {
  max-width: 200px;
}


.shop-link{
  font-size: 0.7rem;
}

.shop-link a{
  margin:0 10px; 
}

.sns-link{
    display: flex;
    justify-content: center;
    font-size: 1.5rem;
}

.sns-link a{
  margin:5px 10px; 
}

.sns-link a:first-child{
  font-size: 95%;
  opacity: 1;
}

#second-wow{
  font-size:8rem;
    font-size: min(12vw,8rem);
    line-height: 1.4em;
    margin: 6% auto 0;
    display: block;
    text-align: center;
    text-align: left;
    font-weight: bold;
/*    color: #150201;*/
}

#second-wow b{
  font-size: 80%;
}
#second-wow i{
  font-size: 120%;
}


/***********************************/

@media (max-width: 1360px){
#side-sns-menu{
  right: 0;
}
#pagetop{
  right: 8px;
}

}

@media (max-width: 1280px){
body:after{
  background-size: contain;
}

#club-point>div{
  transform: translateY(-50%) translateX(-50%) scale(0.7);
}
#wrapper{
  padding: 0 45px;
}

.trial-callender-ttl dd:nth-child(2), .trial-callender article ul:nth-child(2) {
    width: calc(100% - 300px);
}

}




@media (max-width: 1050px){

#cp-infomation .notice{
  text-align: left;
}

.trial-callender-ttl dd,
.trial-callender article ul{
  width: 33.333%!important;
}

.trial-callender-ttl dd:last-child,
.trial-callender article ul:last-child{
  width: 66.666%!important;
  align-items: start;
}

.trial-callender{
    align-items: center;
}

.trial-callender ul{
  outline: solid 1px #ddd;
  flex-direction: column;
  width: 33.333%;
  justify-content: center;
  padding:10px;
}
.trial-callender li {
  width: auto!important;
  outline: 0;
  padding: 0;
}

}



@media (max-width: 769px){


footer,
#footer-nav {
    flex-direction: column;
}
.sns-link {
    font-size: 2rem;
}

p{
  text-align:left;
}

.bg-cover {
  margin: 0 auto!important;
  padding: 40px 3%!important;
}

p>b{
  white-space: unset;
}

#club-point>div {
  
    position: static;
    transform: none;
}
#club-point p br{
  display: none;
}
#club-point ul li {
    width: 100%;
    display: flex;
    align-items: center;
    margin: 1% 0;
    padding: 0;
}
#club-point ul li p{
  width: 50%;
  text-align:left; 
}
#club-point>div {
    background: none;
}
#club-point{
/*    background-image: linear-gradient(315deg, #616161 0%, #150201 74%); */ 
}
#club-point:before,#club-point:after{
  display: none;
}

#tab-menu.fixed{
  position: fixed;
  top:0;
  width: 100%;
  z-index: 99;
}

#tab-menu.fixed.opacity{
  opacity: 0;
}

#main-img{

}

#cover-area.slick-initialized{
/*  height: 30vh;*/
}


#second-wow{
      margin-left: 5%;

}

#wrapper{
  padding: 0;
}

#side-sns-menu,#pagetop{
  visibility:hidden;
}


#global-menu{
  width: 100%;
  margin:0; 
}

body.passive{
  overflow: hidden;
}

}

.win{

}

.mac {

}

.safari #cp-infomation .sns-link a:nth-of-type(2),
.ipad #cp-infomation .sns-link a:nth-of-type(2),
.iphone #cp-infomation .sns-link a:nth-of-type(2){ /**************************************************************/
    -webkit-background-clip: initial;
    -webkit-text-fill-color: initial;
    background: initial;
    color: #cc2366;
}

/********************************IE11****/
/*@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, #ie11CssHackSample {
    color: red;
    font-size: 36px;
  }
}*/
/* IE11にのみ適用したいスタイルシート */
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {

#cp-infomation .sns-link a:nth-of-type(2){ /**************************************************************/
    -webkit-background-clip: none;
    -webkit-text-fill-color: none;
    background: none;
    color: #cc2366;
}

#cp-infomation b {
    -webkit-background-clip: none;
    -webkit-text-fill-color: none;
    background: none;
    color: #150201;
}



    
/*h3{
  font-size: 3.4rem!important;
}
p{
    font-size:1.2rem!important;
}*/

}


#menu-btn{
  font-size: 0.7rem;
  display: flex;
  align-items: center;
  text-decoration: none;
  margin-left: 10px;
}

#menu-btn .icon{
  font-size: 1.6rem;
  margin: 0 5px 0 0;
}

#smt-ec-btn{
  display: none;
}

#close-btn{
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    padding: 5px 8px 0 8px;
    font-size: 0.6rem;
    background:#fff;
    color:#150201!important;
}
#close-btn i{
    font-size: 1.4rem;
    margin-bottom: -5px;
}

@media (max-width: 769px){
  header .shop-link{
    display: none;
  }

  #smt-ec-btn{
      display: flex;
      align-items: center;
      font-size: 90%;
      margin-right: 10px;
  }

  #menu-btn{
    flex-direction: column;
  }

  #menu-btn .icon{
      margin: 0 0 -10px;
  }

}

/********************************IE11****/
#side-sns-menu a{
    color: #a8a8a8;
}





/****************************/
#hash-catalog{
  border-top: 1px solid #ccc;
  padding-top: 6%;
}

#btn-catalog{
    margin: 0 auto;
    max-width: 1028px;
    background: #150201;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.16);
    color: #fff;
    font-weight: bold;
    display: flex;
    align-items: center;
}

#btn-catalog p{
  font-family: 'Oswald', sans-serif;
  text-align: left;
  line-height: 1.2em;
  font-size:3.4rem;
  font-size: min(5vw,3.4rem);
}
#btn-catalog p b{
    display: block;
    background: #fff;
    width: 100%;
    color: #150201;
    font-weight: bold;
    margin-top: 3%;
    line-height: 2.5em;
    text-align: center;
    font-size: 1.2rem;
    font-size: min(4vw,1.2rem);
}

#btn-catalog img{
    height: auto;
    width: 60%;    
}

@media (max-width: 640px){
#btn-catalog{
    flex-direction: column;
}
#btn-catalog img {
    width: 100%;
}

#btn-catalog p{
  font-size: min(8vw,3.4rem);
}

#btn-catalog p br{
  display: none;
}

}

#btn-catalog:hover{
  opacity: .6;
}





.movie-area{
  max-width: 1028px;
  margin: 0 auto;
  background: #000;
}

.movie-area li>div{
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin:3%;
}
.movie-area iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.movie-thumb{
  max-width: 1028px;
  margin: 0 auto;
  background: #000;
  color: #fff;
  padding: 10px;
}


.movie-thumb li.slick-current{
  pointer-events: none;
}

.movie-thumb li>div{
    margin:3%;
    cursor: pointer;
}

.movie-thumb li>div p{
    text-align: left;
    font-size: .8rem;
    line-height: 1.2rem;
}

.movie-thumb li>div img{
    border:2px solid #fff;
}

.movie-thumb li.slick-current>div img{
    /*border:2px solid #150201;*/
    border:2px solid #045de9;
}
.movie-thumb li>div:hover{
  opacity: .6;
}

br.smt{display: none;}

@media (max-width: 769px){

br.smt{display: block;}

.movie-thumb li>div p {
    font-size: 12px;
    line-height: 1rem;
}

}


#product-link{
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.16);
    background-color: #150201;
    background-image: linear-gradient(315deg, #616161 0%, #150201 74%);
    color: #fff;
    font-size: min(3.2vw,0.9rem);
}
#product-link .lead{
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.6em;
    font-size: min(5vw,1.6rem);
    text-align: left;
}

#product-link .leadbox{
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.6em;
    font-size: min(5vw,1.6rem);
    margin: 0 0 3%;
    border-bottom: solid 1px #fff;
    padding: 1%;
}

#product-link .leadbox b{
  display: inline-block;
}

.solo-link{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.solo-link a{
    width: 24%;
    line-height: 1rem;
    margin-bottom: 20px;
    padding: 20px 0;
    font-weight: bold;
    font-size: 120%;
    background: #ffffff;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.16);
    border-radius: 10px;
    color: #322f31;
}

.solo-link a img{
    padding: 0 20%;
}

#product-link-all{
    color: #fff;
    font-weight: bold;
    padding: 10px 20px;
    text-align: left;
    border: solid #fff 5px;
    padding-right: 40px;
    background: #150201;
    background-image: linear-gradient(315deg, #616161 0%, #150201 74%);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.16);
    border-radius: 10px;
    display: inline-block;
    position: fixed;
    top: 80px;
    right: 10px;
    z-index: 9;
    transition: 0.4s cubic-bezier(.175, .885, .32, 1.275);
    font-size:1.1rem;
    font-size: min(4vw,1.1rem);

    pointer-events: none;
    opacity:0;
}
#product-link-all.active{
  pointer-events: auto;
  opacity: 1;
}

#product-link-all.active:hover{
  opacity: .8;
}

#product-link-all:after {
    content: "\f078";
    font-family: FontAwesome;
    position: absolute;
    right: 15px;
    top: 25px;
    font-size: 125%;
}

@media (max-width: 769px){

.solo-link a{
  width: 49%;
}

#product-link-all{
  left: 10px;
  text-align: center;
}
#product-link-all br{
  display: none;
}

#product-link-all:after {
    top: 11px;
}

}


.preload * {
-webkit-transition: none !important;
-moz-transition: none !important;
-ms-transition: none !important;
-o-transition: none !important;
transition: none !important;
}

/*********************/
/*第2弾タブ解禁*/
#tab-menu{height:84px;}

/*コピー分追加*/
#header-logo{
  margin-right: 3%;
}
#header-text{
    font-family: 'Noto Serif JP', serif;
    font-weight: bold;
    margin-right: auto;
    font-size: 110%;
}
#menutab-text{
    font-family: 'Noto Serif JP', serif;
    margin-right: auto;
    font-size: 80%;
    color: #fff;
    display: block;
    text-align: center;
    margin-top: -30px;
    display: none;
}
@media (max-width: 850px){
  #header-text{
    font-size: 100%;
    letter-spacing: -1px;
  }
}

#tab-menu br{
  display: none;
}

@media (max-width: 769px){

#product-link h3 b{
  display: inline;
}

#tab-menu br{
  display: block;
}

/*コピー分追加*/
#menutab-text{
  display: block;
}
#header-logo{
  margin-right: auto;
}
#header-text{
  display: none;
}


  #tab-menu{height:auto;}
}

/*公開時に外す　cssの自動クエリも*/
.l-transition{
  display: none;
}


a.nohover:hover{
  opacity: 1!important;
}


/*発売カウントダウン*/
.slick-dotted.slick-slider{
  margin-bottom: 0!important;
}



#main-img h3#count-b{
    text-align: center;
    color: #fff;
    width: 90%;
    font-size: 1.8rem;
    font-size: min(4.5vw,1.8rem);
    max-width: 600px;
    margin: 0 auto;
}
#main-img h3#count-b b{
    display: block;
}
#main-img h3#count-b i{
    display: flex;
    justify-content: space-around;
    border-top: 1px solid;
    padding-top: 5px;
}

#main-img h3#count-b i g{
/*  display: flex;
  align-items: center;
  flex-direction: column;*/
}

#main-img h3#count-b i g u{
  text-decoration: none;
}

#main-img h3#count-b i g u:first-of-type{
    font-size: 3.4rem;
    font-size: min(7vw,3.4rem); 
}

#main-img h3#count-b i g u:last-of-type{
  font-weight: normal;
  font-size: 1.1rem;
  font-size: min(4vw,1.1rem);
  margin:0; 
  line-height: 1;
}

#cover-area .sp{display: none;}
#cover-area .pc{display: block;}


@media (max-width: 769px){
#cover-area .pc{display: none;}
#cover-area .sp{display: block;}
}



.slick-next:before, .slick-prev:before {
    color: #ffffff!important;
/*    font-size: 40px!important;*/
}

.slick-next, .slick-prev{
    top: 35%!important;
}


#cap-img{
  width: 900px;
  background: #fff;
  margin-top: 5%;
}
#cap-img+p{
    margin-top: 1%;
}

#pre-trial .notice{
    text-align: right;
    display: block; 
    font-weight: bold;
    padding: 5px 0;
}



.cover-notice{
  /*text-shadow: #000000 0px 0px 10px, #000000 0px 0px 10px;*/
    display: block;
    color: #fff;
    font-weight: bold;
    font-size: 0.8rem;
    font-size: min(3vw,0.8rem);
    line-height: 1.6em;
    float: right;
    margin: 0 2%;
}
#cover-area b{
    max-width: 1400px;
    width: 100vw;
}
.slogun{
  margin-top: 0!important;
  display: block;
  padding:6% 0; 
  color: #fff;
  background: #150201;
  background-color: #150201;
  background-image: linear-gradient(315deg, #616161 0%, #150201 74%);
  color: #cab27c;
}

.product-infomation h3{
  margin-bottom: 0;
}
.product-infomation .notice{
    font-size: 0.8rem;
}


.gs-link{
    display: flex;
    text-align: left;
    align-items: center;
    justify-content: space-evenly;
    margin: 6% 0;
}

#hash-proto{
  flex-direction: row-reverse;
}

.gs-link p{
    color: #666;
    font-weight: bold;
}

.gs-link h4{
  font-weight: normal;
}

sup{
  vertical-align: text-bottom;
  font-size: 11px;
}

.product-infomation{
  padding-top: 0!important;
  padding-bottom: 0!important;
}

#wow-intro h3{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#wow-intro h3 b{
display: flex;
    align-items: center;
    justify-content: center;
    word-break: keep-all;
}

/*******************************/

#hash-gs{
  margin-bottom: 0!important;
  border-top: 1px solid #ccc;
    padding-top: 6%;
}

#pro-review-ttl{
  display: block;
  text-align: left;
  padding: 0 50px;
  font-size: min(4vw,1.2rem);
  color: #666;
  margin-top: 6%;
}

#pro-review {
    display: flex;
    text-align: left;
    padding: 3% 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: start;
}
#pro-review p{

}
#pro-review b{
font-size: 110%;
    margin-bottom: 10px;
    display: block;
}
#pro-review p span{
margin-left: 10px;
    font-weight: normal;
    font-size: 80%;
    color: #666;
}
#pro-review h4{

}
#pro-review img{

}
#pro-review li{
    width: 30%;
    align-items: center;
    margin-bottom: 6%;
}


#pro-review li:last-of-type {
    margin-right: auto;
    margin-left: 5%;
}


@media (max-width: 1280px){

#pro-review {
    padding: 3% 0;
}

#pro-review-ttl{
  padding: 0;

}


}

@media (max-width: 880px){

#pro-review li{
  width: 48%;
  font-size: 90%;
}

#pro-review li:last-of-type {
    margin-left: 0;
}

#pre-trial .notice{
  text-align:left; 
}

.gs-link {
    flex-wrap: wrap;
    text-align: center;
    margin: 12% 0;
}
}

@media (max-width: 600px){


}

/*#cover-area{
  opacity: 0;
  background: url(../../img-index/main-gs-bg.jpg);
  background-size: contain;
}*/

#cover-area{
    background: #150102;
    overflow: hidden;
}

#cover-area:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  content: "";
  /*background: url(../../img-index/main-gs-bg.jpg);*/
  background-size: contain;
}

#proto-senkou{
  border: solid 1px;
    padding: 5px;
    display: block;
    text-align: center;
    font-weight: bold;
    color: #c9b27c;
    margin-top: 15px;
    color: #c39731;
}




/*cp告知*/
/*#wrapper section#campaign{
  margin: 3% auto -12%;
}*/

#campaign g{
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
#campaign g a img:last-of-type{
  display: none;
}

#campaign g a p{
padding: 0;
margin: 0;
font-weight: bold;
}

#campaign g a img{
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.16);
    display: block;
    margin-bottom: 10px;
}

@media (max-width: 960px){
#campaign g a b.letter-spacing{
    letter-spacing: -0.01px;
}
}

@media (max-width: 769px){
#campaign g a img:first-of-type{
  display: none;
}
#campaign g a img:last-of-type{
  display: block;
}

#wrapper section#campaign {
    padding-bottom: 0;
}

#campaign g a p,
#campaign g a b{
    text-align: center;
    display: block;
}

#campaign g a:last-of-type{
  margin-top:3%; 
}
 
}



#bnr_wggolf a{
  display: flex;
  align-items: center;
  margin: 0 auto 6%;
  justify-content: space-between;
  border: solid 1px #150102;
  border-radius: 10px;
  overflow: hidden;
  flex-wrap: wrap;
  max-width: 1028px;
  background: #150102;
    color: #fff;
}

#bnr_wggolf a img{
  width: 46%;
}
#bnr_wggolf p{
  width: 50%;
  text-align: left;
  font-family: 'Noto Sans JP', sans-serif;
  padding:0 20px;
}
#bnr_wggolf p b{
  font-weight: bold;
  display: block;
  white-space: break-spaces;
}

#bnr_wggolf p span{
  font-size: 80%;
  line-height: 2em;
  display: block;
  margin-top: 10px;
}

@media (max-width: 960px){
  #bnr_wggolf a img,
  #bnr_wggolf p{
  width: 100%;
}

}


.modaal-video-wrap {
    margin: auto!important;
}