@charset "UTF-8";
/* CSS Document */

body{
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
  text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -moz-font-feature-settings: 'liga', 'kern'; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; font-size: 14px; font-weight: 400;font-feature-settings:"palt"1;background: #161616; color: #dceef9; letter-spacing: .05em;max-width: 100vw;
  overflow-x: hidden;
}
/*loading*/
#loading{
  position: fixed;
  width: 100%;
  height: 100%;
  background: #161616;
  z-index: 100;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  color: #fff;
  pointer-events:none;
  touch-action: none
}
#loading.loaded{
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  z-index: -1;
}

#loading > span{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  font-size: 12px;
}
@keyframes loading_logo{
  0%{
    opacity:1;
  }
  50%{
    opacity:0;
  }
  100%{
    opacity:1;
  }
}

.flex{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.inner{
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}
.pcView{
  display: none;
}
.flex > p.date::after{
  content: "-";
  padding-left: .25em;
}
/*header & Navi
=========================*/

header{
  position: fixed;
  top: 0;
  width: 100%;
  -ms-align-items: center;
  align-items: center;
  z-index: 10;
  padding: 30px 0 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  color: #fff;
}
header.fixed{
  padding: 10px 0 10px;
  /*background: rgba(255,255,255,.25);*/
}
header h1{
  width: 45%;
  max-width: 137px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
header h1 a{
  display: block;
}
header.fixed h1{
  width: 40%;
  max-width: 100px;
}
header .inner{
  width: 100%;
  max-width: 100%;
  -ms-align-items: flex-start;
  align-items: flex-start;
  justify-content: space-between;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  padding:0 50px;
}
header.fixed .inner{
  padding: 0 20px;
}
.header-nav-blc{
  margin-left: auto;
  padding-right: 65px;
}
.header-nav-blc > a{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -ms-align-items: center;
  align-items: center;
  width: 30px;
}
.header-nav-blc > a + a{
  margin-left: 55px;
}
.header-nav-blc > a p{
  width: 100%;
}
.header-nav-blc a p.icn::before{
  content: "";
  display: block;
  padding-top: 100%;
}
.header-nav-blc a p.icn > span{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
}
.header-nav-blc a p.icn span img{
  width: auto;
  height: 100%;
}
.header-nav-blc a > span{
  font-size: .75em;
  padding-top: 1em;
}
.header-nav-blc > a.head_tw p.icn{
  width: 80%;
}
/*nav-switch
===========*/

#sp-menu{
  width: 46px;
  min-height: 40px;
  /*position: absolute;
  top: 45%;
  right: 50px;
  z-index: 100;
  transform: translateX(0) translateY(-50%);*/
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  visibility: inherit;
  cursor: pointer;
  z-index: 100;
}
#sp-menu::after{
  content: "MENU";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -.5em;
  transform: translateX(-50%);
  font-size: .75em;
}
#sp-menu button{
  overflow: visible;
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  background: #fff;
  width: 46px;
  height: 2px;
  border-radius: 3px;
  padding: 0;
  margin: 0;
  border: none;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
#sp-menu button::after{
  content: "";
  position: absolute;
  left: 0;
  display: block;
  width: 35px;
  height: 2px;
  border-radius: 3px;
  background: #fff;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
#sp-menu button::after{
  top: 12px;
}

.screen-reader-text {
  clip: rect(1px,1px,1px,1px);
  position: absolute!important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

/* nav
=============*/

nav{
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  color: #fff;
  visibility: hidden;
  opacity: 0;
   z-index: -1;
}
.nav-inner{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  overflow-y: scroll;
  background: #16160e;
  padding: 40px 20px 25px;
  -ms-align-items: center;
  align-items: center;
  justify-content: center

}
.nav-in-blc{
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  width: 715px;
  max-width: 95%;
}
.nav-btn{
  width: 100%;
  justify-content: space-between;

}
.nav-btn a{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  border-width: 1px;
  border-style: solid;
  width: 43%;
  font-size: 1.42em;
}
.nav-btn a.reg-btn{
  color: #106acd;
  border-color: #106acd;
}
.nav-btn a.login-btn{
  color: #d8066e;
  border-color: #d8066e;
}
.nav-btn a p{
  padding: .85em  0 .8em 1.44em;
}
.nav-btn a p::before{
  content: "";
  width: 1.14em;
  height: 100%;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.nav-btn a.reg-btn p::before{
  background-image: url("/image/{{ $public_path }}/icn_join_bl.svg");
}
.nav-btn a.login-btn p{
  font-size: 1.125em;
}
.nav-btn a.login-btn p::before{
  width: .85em;
  background-image: url("/image/{{ $public_path }}/icn_login_pnk.svg");
  top: 48%;
}

.menu-blc{
  margin-top: 80px;
  width: 100%;
  justify-content: space-between;
}
.menu-blc .nav-list{
  width: 43%;
  letter-spacing: .14em;
}
.menu-blc .nav-list p.nav-ttl{
  font-size: 2.42em;
  padding-bottom: 25px;
  border-bottom: 1px solid;
}
.menu-blc .nav-list ul{
  margin-top: 20px;
}
.menu-blc .nav-list ul li > a{
  font-size: 1.71em;
  display: block;
  padding: 10px 0 10px .85em;
}
.menu-blc .nav-list ul li > a::before{
  content: "";
  width: .5em;
  height: 1px;
  position: absolute;
  top: 40%;
  left: 0;
  transform: translateY(-50%);
}
.menu-blc .nav-list.txt_bl ul li > a::before{
  background: #106acd;
}
.menu-blc .nav-list.txt_pnk ul li > a::before{
  background: #d8066e;
}
nav.open{
  visibility: visible;
  opacity: 1;
  z-index: 11;
}
#nav-close{
  width: 46px;
  height: 46px;
  position: fixed;
  top: 25px;
  right: 50px;
  cursor: pointer;
  display: block;
  z-index: 15;
}
#nav-close button::before
,#nav-close button::after{
  content: "";
  width: 46px;
  height: 2px;
  border-radius: 3px;
  background: #fff;
  position: absolute;
  top: 48%;
  left: 50%;
}
#nav-close button::before{
  transform: translateX(-50%) rotate(45deg);
}
#nav-close button::after{
  transform: translateX(-50%) rotate(-45deg);
}


/* MAIN
============================================================*/
main{
  width: 100vw;
  min-height: 100%;
}

/* KEY
==============================*/

.key-blc{
  margin: 0 auto;
  overflow: hidden;
}

.key-blc p.scroll{
  display: block;
  position: absolute;
  bottom: 0;
  left: 2%;
  height: 30%;
  max-height: 274px;
  width: 1px;
  background: #fff;
  z-index: 10;
}
.key-blc p.scroll span{
  position: absolute;
  top: 0;
  left: 50%;
  width: 9px;
  height: 9px;
  background: #fff;
  -webkit-animation: sdb 1.5s infinite ease-in;
  animation: sdb 1.5s infinite ease-in;
}
.key_slide{
  width: 100%;
}
.slider{
    opacity: 0;
    transition: 1s;
}
.slick-initialized{
    opacity: 1
}
.slick-list{
  outline: none;
}


/* #content
==============================*/
#content{
}

h2{
  letter-spacing: .1em;
}
h2.cnt{
  text-align: center;
}
h2.sec-ttl{
  font-size: 3em;
  font-family: "Sorts Mill Goudy",'游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}
h2.sec-ttl.jp{
  font-family: inherit;
  font-weight: 600;
}
h2.official-ttl{
  font-weight: 600;
}
h2.official-ttl p{
  font-size: 4.28em;
  font-family: "Sorts Mill Goudy",'游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  margin-top: 15px;
  font-weight: 400;
}
h2.official-ttl span{
  padding-right: .5em;
}
h2.subtxt span.sub{
  font-size: .57em;
  display: block;
  margin-top: 5px;
  font-weight: 600;
}
.txt_bl{
  color: #106acd;
}
.wp_gry{
  background: #222d33;
}
.bk_bl{
  background: #106acd;
}
.txt_pnk{
  color: #d8066e;
}
.bk_pnk{
  /*background: #b9396d;*/
  background: #d8066e;
}
.fnt-sorts{
  font-family: "Sorts Mill Goudy",'游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}
.link-txt{
  justify-content: flex-end;
  font-family: "Sorts Mill Goudy",'游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-size: 1.14em;
}
.link-txt a{
  display: block;
  -webkit-transition: transform .3s;
  -o-transition: transform .3s;
  transition: transform .3s;
  padding-right: 1em;
}
.link-txt a::after{
  content: "";
  display: block;
  width: .25em;
  height: 100%;
  background: url("/image/{{ $public_path }}/arrow.svg") no-repeat center/100%;
  position: absolute;
  right: 0;
  top: 40%;
  transform: translateY(-50%);

  padding-left: .5em;
}
.link-btn{
  width: 200px;
  max-width: 90%;
  font-family: "Sorts Mill Goudy",serif;
  font-size: 1.14em;
  line-height: 1;
  -webkit-transition: transform .3s;
  -o-transition: transform .3s;
  transition: transform .3s;
}
.link-btn a{
  border: 1px solid #106acd;
  display: block;
  color: #106acd;
  text-align: center;
  padding: 12px 10px 10px;
}
.link-btn.lb-clr a{
  color: #dceef9;
  border-color: #dceef9;
}
.link-btn::after{
  content: "";
  display: block;
  width: 1em;
  height: 100%;
  background: url("/image/{{ $public_path }}/arrow.svg") no-repeat center/100%;
  position: absolute;
  right: .5em;
  top: 50%;
  transform: translateY(-50%);
}
.link-btn.lb-clr::after{
  background-image: url("/image/{{ $public_path }}/arrow_lb.svg");
}
.link-txt a:hover
,.link-btn:hover{
  transform: translateX(10px);
}

.bl_btn
,.pnk_btn{
  width: 100%;
  max-width: 247px;
  justify-content: center;
}
.line_btn{
  justify-content: center;
}
.bl_btn a
,.pnk_btn a{
  width: 100%;
  display: block;
  padding: .85em 1em;
  text-align: center;
}
.bl_btn a{
  background: #106acd;
}
.pnk_btn a{
  background: #d8066e;
  color: #161616;
}
.line_btn a
,.line_btn input{
  width: 100%;
  max-width: 120px;
  display: block;
  padding: .65em 1em;
  border: 1px solid #dceef9;
  text-align: center;
}
.line_btn input{
  max-width: 200px;
}
.line_btn.set{
  width: 100%;
}
.line_btn.set a{
  width: 200px;
  max-width: 48%;
  padding: .8em 1em;
}
.line_btn.set a + a{
  margin-left: 30px;
}

.lb_btn{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  background: #dceef9;
  color: #161616;
  padding: .35em 1.4em .3em;
  border-radius: 3px;
  font-weight: bold;

}
/*PICKUP
====================================*/
.pickup-blc{
  justify-content: flex-end;
  margin-top: -2.8%;
  max-width: 100vw;
  overflow-x: hidden;
}
.pickup-slide{
  opacity: 0;
  -webkit-transform: translate(30vw, 0);
    transform: translate(30vw, 0);
  background: #fff;
  width: 72%;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.pickup-slide a{
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
@media (max-width: 900px) {
  .pickup-slide{
    width: 85%;
  }
}
.pickup-slide .in-title{
  background: #d8066e;
  -ms-align-items: center;
  align-items: center;
  padding: 0 25px;
  font-size: 1.28em;
}
.pickup-slide .pickup-data{
  color: #25292c;
  padding: 38px;
}
.pickup-slide .pickup-data p.intxt{
  font-weight: 600;
  font-size: 1.28em;
  padding-top: 10px;
  line-height: 1.4;
}

/*INFORMAITION
====================================*/

.sec-info-blc{
  margin-top: 128px;
}
.sec-info-box{
  justify-content: space-between;
}
.sec-info-box > div{
  width: 48.5%;
}
ul.info-list{
  margin-top: 30px;
}
ul.info-list li{
  padding: 10px 24px;
  background: #222d33;
  -webkit-transition: transform .3s;
  -o-transition: transform .3s;
  transition: transform .3s;
}
ul.info-list li:hover{
  transform: translateX(10px);
}
ul.info-list li + li{
  margin-top: 5px;
}
ul.info-list li > a{
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
  top: 0;
  left: 0;
}
ul.info-list li .list-data{
  -ms-align-items: center;
  align-items: center;
  line-height: 1;
}
ul.info-list li .list-data p.tag{
  font-size: 1.14em;
  min-width: 6em;
  text-align: center;
  padding: 8px 8px 5px;
}
ul.info-list li .list-data p.date{
  padding-left: 1em;
}

ul.info-list li p.list-ttl{
  font-size: 1.07em;
  padding-top: 20px;
  line-height: 1.8;
}

.info-cat .link-txt{
  margin-top: 20px;
}


/*SP MOVIE
====================================*/
.sec-movie-blc{
  margin-top: 110px;
  max-width: 100vw;
}
.sec-movie-box .player{
  width: 980px;
  max-width: 90%;
  margin: 50px auto 0;
  box-shadow: 0 6px 18px 0 rgba(0,0,0,.5);
}
.sec-movie-blc::before{
  content: "";
  top: 3%;
  position: absolute;
  width: 100%;
  height: 88%;
  background: #222d33;
}

.sec-movie-box .link-btn{
  position: absolute;
  top: 0;
  right: 20px;
  z-index: 1;
}

/*PROFILE
====================================*/
.sec-profile-blc{
  margin-top: 160px;
  padding-bottom: 60px;
  max-width: 100vw;

}
.sec-profile-blc::before{
  content: "";
  top: 5%;
  position: absolute;
  width: 100%;
  height: 90%;
  background: url("/image/{{ $public_path }}/bk_logo.svg") #222d33 no-repeat -75% 50%/auto 85%;
}
.sec-profile-blc.slide-back-right-in::before{
  transform: translateX(50px);
}
.sec-profile-box{
  justify-content: space-between;
  overflow-x: hidden;
}
@media (max-width: 1240px) {
  .sec-profile-box{
    padding-left: 100px;
  }
}
.sec-profile-box .prof-cmnt{
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  width: 332px;
  max-width: 26%;
  padding-bottom: 0;
}
.sec-profile-box .prof-cmnt p.intxt{
  line-height: 1.8;
  padding-top: 40px;
  padding-bottom: 10%;
}
.sec-profile-box .prof-cmnt .link-btn{
  margin-top: auto;
}
.sec-profile-box .prof-slide{
  width: 868px;
  max-width: 70%;
}

/*DISCOGRAPHY
====================================*/
.sec-disco-blc{
  margin-top: 135px;
}
ul.slider-disco{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  margin-top: 65px;
}
ul.slider-disco li{
  width: 28%;
}
ul.slider-disco li a{
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  z-index: 1;
}
ul.slider-disco li p.thum-disco{
  width: 100%;
  overflow: hidden;
  background: #000;
}
ul.slider-disco li p.thum-disco::after{
  content: "";
  padding-top: 100%;
  display: block;
}

ul.slider-disco li p.thum-disco span{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}
ul.slider-disco li p.thum-disco span img{
  width: auto;
}
ul.slider-disco li .data-disco{
  padding-top: 15px;
}
ul.slider-disco li .data-disco p.release-date
,ul.slider-disco li .data-disco p.disco-num{
  font-size: .85em;
  line-height: 1.8;
}
ul.slider-disco li .data-disco p.disco-ttl{
  line-height: 1.6;
}
.sec-disco-box .link-txt{
  margin-top: 50px;
}

/*OFFICIAL COMTENTS
====================================*/

.sec-official-blc{
  background: url( "/image/{{ $public_path }}/bk_logo2.svg") #222d33 no-repeat 250% -10%/85%;
  margin-top: 80px;
}
.sec-official-box{
  padding-top: 90px;
  padding-bottom: 130px;
}
.official-head{
  padding-bottom: 30px;
  border-bottom: 1px solid #d8066e;
}
.official-head .reg-link{
  padding-left: 45px;
 -ms-align-items: flex-end;
 align-items: flex-end;
  padding-bottom: 12px;
}
.official-head .reg-link a{
  display: block;
  font-size: 1.14em;
  font-weight: 600;
}
.official-head .reg-link a + a{
  margin-left: 2em;
}.official-head .reg-link a + a::before{
  content: "/";
  position: absolute;
  left: -1.14em;
  top: 50%;
  transform: translateY(-50%);
}
.official-body{
  padding-top: 40px;
}
.official-body .link-box{
  margin-top: 85px;
  justify-content: space-between;
}
.official-body .link-box > div{
  width: 31.9%;
}
.link-box .link-cats{
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.link-box .link-cats a{
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: block;
}
.official-body .link-box .link-cats p.tag{
  position: absolute;
  font-size: 1.155em;
  color: #d8066e;
  background: #161616;
  z-index: 1;
  padding: 10px 15px;
  top: -1em;
  left: 15px;
}
.official-body .link-box p.thumb{
  overflow: hidden;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.official-body .link-box p.thumb::after{
  content: "";
  display: block;
  padding-top: 65.2%;
}
.official-body .link-box p.thumb span{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.link-cats:hover p.thumb span{
  width: 110%;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.official-body ul.link-list{
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 60px;
}

.official-body ul.link-list li{
   width: 31.9%;
  font-size: 1.14em;
  font-weight: 600;
  border-bottom: 1px solid #d8066e;
}
.official-body ul.link-list li a{
  display: block;
  padding: 0 10px 15px;
}
.official-body ul.link-list li a::after{
  content: "";
  display: block;
  width: .85em;
  height: 100%;
  background: url("/image/{{ $public_path }}/arrow_pnk.svg") no-repeat center/100%;
  position: absolute;
  right: .5em;
  top: 35%;
  transform: translateY(-50%);
  -webkit-transition: transform .3s;
  -o-transition: transform .3s;
  transition: transform .3s;
}
.official-body ul.link-list li a:hover::after{
  transform: translateX(5px) translateY(-50%);
}
.official-body ul.link-list li:nth-child(1) a
,.official-body ul.link-list li:nth-child(4) a{
  padding-left: 20px;
}
.official-body ul.link-list li + li:not(:nth-child(4)){
  margin-left: 2%;
}
.official-body ul.link-list li + li:nth-child(n + 4){
  margin-top: 50px;
}

/**/
.foot-fix {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}
.foot-fix .foot-blc{
  margin-top: auto;
}
.foot-box{
  padding-top: 40px;
  padding-bottom: 50px;
  color: #fff;
}
.foot-box ul{
  margin-bottom: 40px;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.foot-box ul li a{
  display: block;
  padding: 10px 20px;
}

/* UNDER PAGE
============================================================*/
#content.under{
  margin-top: 200px;
}

#content.under .inner{
  padding: 0 50px;
}

h2.cross{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -ms-align-items: center;
  align-items: center;
}
h2.cross p.icn{
  position: absolute;
  width: 24px;
  max-width: 5%;
  margin-bottom: 20px;
  top: -75px;
}

.line-title{
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  margin-top: 60px;
}
.line-title::after
,.line-subtitle::after{
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.line-title.txt_pnk::after{
  background: #d8066e;
}
.line-title p{
  font-size: 1.71em;
  background: #222d33;
  z-index: 1;
  padding: 0 1em;
  font-weight: 600;
}
.line-subtitle{
  justify-content: center;
}
.line-subtitle::after{
  background: #dceef9;
}
.line-subtitle p{
  background: #222d33;
  padding: 0 1em;
  z-index: 1;
}
.slide-back-right-out::before{
  content: "";
  top: 20px;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #222d33;
}
.silde_eight.slide-back-right-in::before {
    transform: translateX(50px);
}

@media (max-width: 1240px) {
  #content.under .silde_eight .inner{
    padding-left: 100px;
  }
  #content.under .silde_eight h2{
    padding-left: 30px;
  }
}
/*form
================*/
form{
  width: 100%;
}
input[type="text"]
,input[type="tel"]
,input[type="password"]
,input[type="email"]
,textarea{
  padding: .65em 1em;
  background: #161616;
  border-radius: 7px;
  font-size: 16px;
}
::placeholder{
  color: #4b555b;
}
.select-warp{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
/*select*/
.select-warp {
  width: 31%;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
}
.select-warp label{
  width: 100%;
  display: inline-block;
}
.select-warp label + p{
  padding: 0 10px;
}
.select-warp select{
  width: 100%;
  display: block;
  background:#dceef9;
  text-align: center;
  padding: .65em 1em .65em .5em;
  border-radius: 7px;
  font-size: 16px;
}
.select-warp label::after{
  content:"▼";
  font-size:.65em;
  color:#56626a;
  width:20px;
  text-align:center;
  top:0;
  right:0;
  bottom:0;
  position:absolute;
  pointer-events:none;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}
/*radio*/
.radio{
  -ms-align-items: center;
  align-items: center;
}
.radio > div + div{
  margin-left: 10%;
}
.radio-input + label{
  padding-left: 25px;
  position: relative;
  font-size: 1.142em;
}
.radio-input + label::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #dceef9;
  border-radius: 50%;
  background: #dceef9;
}
.radio-input:checked + label::before{
  /*color: #e83929;*/
  border: 2px solid #dceef9;
}
.radio-input:checked + label::after{
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 4px;
  width: 10px;
  height: 10px;
  background: #56626a;
  border-radius: 50%;
}
/*checkbox*/
.check-warp{
  font-size: .93em;
}
.ck-input{
  display: none;
}
.ck-parts{
  padding-left: 25px;
  position:relative;
  margin-right: 20px;
  display: block;
}
.ck-parts::before{
  content: "";
  display: block;
  position: absolute;
  top: 45%;
  left: 0;
  width: 14px;
  height: 14px;
  border-radius: 2px;
  transform: translateY(-50%);
  background: #dceef9;
}
.ck-input:checked + .ck-parts::before{
}
.ck-input:checked + .ck-parts::after{
  content: "";
  display: block;
  position: absolute;
  top: -6px;
  left: 4px;
  width: 6px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #106acd;
  border-right: 3px solid #106acd;
}
.ck-input:checked + .ck-parts.pnk::after{
  border-bottom: 3px solid #d8066e;
  border-right: 3px solid #d8066e;
}
/*pager
================*/
.pager{
  justify-content: center;
  margin-top: 30px;
}
.archive .pager{
  margin-top: 50px;
}
.pager.fs{
  justify-content: flex-start;
}
.pager a + a
,.pager span + a
,.pager a + span{
  margin-left: 5px;
}

.pager a{
  background: #161616;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
}
.pager span
,.pager a:hover{
  background: #106acd;
}
.pager a
,.pager span{
  width: 30px;
  height: 30px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  line-height: 1;
  padding-top: 2.5px;
}
.pager a.prev::before
,.pager a.next::before{
  content: "";
  width: .3em;
  height: .3em;
  border: 1px solid;
  position: absolute;
  top: 50%;
  left: 50%;
  border-color: #fff #fff transparent transparent;
}
.pager a.prev::before{
  left: 55%;
  transform: translate(-50%,-50%) rotate(-135deg);
}
.pager a.next::before{
  left: 40%;
  transform: translate(-50%,-50%) rotate(45deg);
}

/* SP MOVIE  [sp-movie.html]
===============================*/
.sec-spmovie-blc{
  padding-bottom: 80px;
}

.sec-spmovie-blc.slide-back-right-in::before{
      transform: translateX(50px);
}
.sec-spmovie-blc h2{
  text-align: center;
}

.sec-spmovie-box{
  margin-top: 50px;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.sec-spmovie-box > div{
  width: 46%;
}
.sec-spmovie-box > div .player{
  box-shadow: 0 6px 24px 0 rgba(0,0,0,.5);
}
.sec-spmovie-box > div + div:nth-child(even){
  margin-left: 5%
}
.sec-spmovie-box > div + div:nth-child(n + 3){
  margin-top: 4%;
}
.spmovie-data{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -ms-align-items: flex-start;
  align-items: flex-start;
  padding-top: 1em;
  line-height: 1.4;
}
.spmovie-data p.date{
  font-size: .85em;
}

/* NEWS  [news.html]/ SCHEDULE  [schedure.html]
=================================================*/

/*archive tab base*/
.list-tab{
  justify-content: center;
}
.list-tab p{
  border: 1px solid #222d33;
  font-size: 1.14em;
  padding: .5em 1em .25em;
  line-height: 1;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
  cursor: pointer;
}
.list-tab p + p{
  margin-left: 7px;
}
.list-tab p a{
  display: block;
}

.post-contents{
  margin-top: 30px;
}
.post-contents .acv-post-area{
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.list-tab p.tab.fun{
  border-color: #d8066e;
  color: #d8066e;
  font-weight: 600;
}
.list-tab.pnk p.active
,.list-tab.pnk p:hover
,.list-tab p.tab.fun:hover{
  background: #d8066e;
}
.list-tab p.tab.fun:hover{
  color: #fff;
}
.list-tab.bl p.active
,.list-tab.bl p:hover{
  background: #106acd;
}
.list-tab p.tab.fun.active{
  background: #d8066e;
  color: #fff;
}
.page-news-box{
  margin-top: 60px;
}
.acv-post-head{
  -ms-align-items: center;
  align-items: center;
}
.acv-post-head .tag{
  font-size: 1.14em;
    min-width: 6em;
    text-align: center;
    padding: 8px 8px 5px;
}
.acv-post-head .date{
  padding-left: 1em;
}
.acv-post-title{
  padding-top: 20px;
  line-height: 1.4;
  font-size: 1.07em;
}
ul.acv-post-list li{
  padding: 10px 20px;
  background: #222d33;
  -webkit-transition: transform .3s;
  -o-transition: transform .3s;
  transition: transform .3s;
}
ul.acv-post-list li:hover{transform: translateX(10px)}
ul.acv-post-list li > a{
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
ul.acv-post-list li + li{
  margin-top: 8px;
}

/*single*/
.page-detail-blc{
  padding-bottom: 60px;
}

#content.under .single-post-area{
  margin-top: 75px;
}

.post_head{
  margin-bottom: 45px;
}
.post_head p.post_title{
  font-size: 1.42em;
  padding-bottom: 5px;
  border-bottom: 1px solid #fff;
  line-height: 1.4;
  letter-spacing: .1em;
}
.post_head .post_data{
  font-size: .857em;
  -ms-align-items: center;
  align-items: center;
  padding-top: 10px;
}
.post_head .post_data p.tag{
  padding: .5em .5em .2em;
  line-height: 1;
}
.post_head .post_data p.date{
  padding-left: 1em;
}

.post_body{
  font-size: 1.07em;
  letter-spacing: .1em;
  line-height: 1.6;
  padding-bottom: 65px;
  border-bottom: 1px solid #fff;
}
.post_body p + p{
  margin-top: 10px;
}
.post_body img{
  width: auto;
  margin: 20px 0 20px;
}
.single-post-area .link-btn{
  display: block;
  margin: 50px auto 0;
}

/* GALLERY [gallery.html] CALENDER [calender.html]
=====================================================*/

.page-gallery-blc
,.page-calender-blc{
  padding-bottom: 30px;
}
.page-gallery-box
,.page-calender-box{
  margin-top: 5%;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

.gallery-cat
,.calender-cat{
  width: 264px;
  max-width: 24%;
  box-shadow: 0 6px 12px 0 rgba(0,0,0,.25);
  margin: .5% .5% 2.5%;
  background: #000;
}
.gallery-cat > a
,.calender-cat > a{
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: -webkit-radial-gradient(rgba(0,0,0,0) 50%, rgba(0,0,0,.8));
  background-image: radial-gradient(rgba(0,0,0,.0) 50%, rgba(0,0,0,.8));
  background-size: cover;
  background-position: center;
}
.gallery-cat .thumb
,.calender-cat .thumb{
  width: 100%;
  overflow: hidden;
}
.gallery-cat .thumb::after
,.calender-cat .thumb::after
{
  content: "";
  display: block;
  padding-top: 66.66%;
}
.gallery-cat .thumb p
,.calender-cat .thumb p{
  position: absolute;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.gallery-cat:hover .thumb p
,.calender-cat:hover .thumb p
{
  transform: scale(1.1);
}

.gallery-cat p.intxt
,.calender-cat p.intxt{
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  padding: 16px 8px 8px;
  width: 100%;
  background-image: -webkit-inner-gradient(rgba(0,0,0,0) 2.5%, rgba(0,0,0,.8));
  background: linear-gradient(rgba(0,0,0,.0) 2.5%, rgba(0,0,0,.8));
  pointer-events: none;
}

/* GALLERY/CALENDER DETAIL  [gallery-detail.html]  [calender-detail.html]
=========================================================================*/

.dl-item + .link-btn{
  margin: 55px auto 0;
  transform: translateX(5%);
}

.dl-item{
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
  margin-top: 70px;
}
.dl-items{
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  max-width: 80%;
}
.dl-items p.thumb{
 box-shadow: 0 6px 12px 0 rgba(0,0,0,.25);
}
.dl-items p.item-data{
  padding-top: 15px;
  color: #000;
  font-size: 1.07em;
}
.dl-item .dl-prev a
,.dl-item .dl-next a{
  display: block;
  font-size: 1.07em;
}
.dl-item .dl-prev a::before
,.dl-item .dl-next a::after{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  background-image: url("/image/{{ $public_path }}/arrow.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 1em;
  height: 100%;
}
.dl-item .dl-next a{
  padding-right: 1.24em;
}
.dl-item .dl-prev a{
  padding-left: 1.24em;
}
.dl-item .dl-next a::after{
  right: 0;
  transform: translateY(-50%);
}
.dl-item .dl-prev a::before{
  left: 0;
  transform: translate(-50%,-70%) rotate(180deg);
}

/* MOVIE  [movie.html]
======================================*/

.page-movie-blc{
  padding-bottom: 40px;
}
.page-movie-box{
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 55px;
}

.page-movie-box .movie-cat{
  width: 355px;
  max-width: 31%;
  margin: 15px 1% 30px;
}
.movie-cat > a{
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.movie-cat .thumb{
  box-shadow: 0 6px 12px 0 rgba(0,0,0,.3);
  overflow: hidden;
  width: 100%;
}
.movie-cat .thumb::after{
  content:"";
  display: block;
  padding-top: 56%;
}
.movie-cat .thumb p{
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  height: 100%;
  -webkit-transition: transform .3s;
  -o-transition: transform .3s;
  transition: transform .3s;
}
.movie-cat:hover .thumb p{
  transform: translate(-50%,-50%) scale(1.1);
}
.movie-cat .movie-data{
  padding: 1em 0 0;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.movie-cat .movie-data p.movie-title{
  font-size: .92em;
  word-break: break-all;
  line-height: 1.4;
  padding-bottom: .5em;
}
.movie-cat .movie-data p.post-date{
  background: #000;
  color: #d8066e;
  line-height: 1;
  padding: .5em .85em .3em;
  font-size: .85em;
}
/* MOVIE DETAIL  [movie-detail.html]
======================================*/

.movie-detail-box{
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -ms-align-items: center;
  align-items: center;
  margin-top: 60px;
}
.movie-detail-thmub{
  width: 826px;
  max-width: 100%;
  background: #161616;
  justify-content: center;
}
.movie-detail-thmub p.thumb img{
  width: auto;
}
.movie-detail-box .movie-data{
  padding: 20px 0 25px;
}
.movie-detail-box .movie-data p{
  text-align: center;
}
.movie-detail-box .movie-data p + p{
  margin-top: 18px;
}
.movie-detail-box .movie-data p.date{
  font-size: .85em;
}
.movie-detail-box .movie-data p.in-title{
  font-size: 1.142em;
  line-height: 1.4;
}
.movie-detail-box .movie-player{
  width: 795px;
  max-width: 100%;
  background: #161616;
}
.movie-detail-box .movie-player::after{
  content: "";
  display: block;
  padding-bottom: 56.25%;
}
.movie-detail-box .movie-player iframe
,.movie-detail-box .movie-player > div{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.movie-detail-box + .link-btn{
  margin: 45px auto 0;
}

/* PROFILE  [profile.html]
======================================*/

.prof-thum::after{
  content: "";
  height: 126px;
  width: 1px;
  background: #106acd;
  position: absolute;
  left: 50%;
  bottom: -8%;
  transform: translateX(-50%);
}

.prof-thum{
  width: 930px;
  max-width: 100%;
  margin: 75px auto 0;
  padding-bottom: 30px;
  justify-content: space-between;
}

.prof-thum .thumb-cat{
  max-width: 48%;
  cursor: pointer;
}

.prof-cmnt{
  width: 880px;
  padding: 0 20px 80px;
  max-width: 100%;
  margin: 100px auto 0;
}
.prof-cmnt p{
  line-height: 1.6;
  word-break: break-all;
  text-align: justify;
  letter-spacing: .1em;
}

/* DISCOGRAPHY  [discography.html]
======================================*/

.page-discography-blc{
  padding-bottom: 40px;
}
.disco-tab{
  justify-content: center;
  margin-top: 50px;
}
.disco-tab p{
  background: #161616;
  font-size: 1.14em;
  padding: .5em 1em .25em;
  line-height: 1;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
  cursor: pointer;
}
.disco-tab p.active{
  background: #106acd;
}
.disco-tab p + p{
  margin-left: 7px;
}
.disco-contents{
  margin-top: 55px;
}
.acv-disco-area{
  display: none;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.acv-disco-area.show{
  display: block;
}
.acv-disco-area ul{
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.acv-disco-area ul li{
  width: 30%;
  margin: 0 1.5% 3%;
}
.acv-disco-area ul li + li:nth-child(n+4){
  margin-top: 1.5em;

}
.acv-disco-area ul li .thumb{
  width: 100%;
  background: #080808;
  overflow: hidden;
  box-shadow: 0 6px 12px 0 rgba(0,0,0,.25);
}
.acv-disco-area ul li .thumb::after{
  content:"";
  display: block;
  padding-top: 100%;
}
.acv-disco-area ul li .thumb p{
  position: absolute;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
ul.acv-disco-list li .thumb p img{
  width: auto;
}
ul.acv-disco-list li > a{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  z-index: 1;
}
ul.acv-disco-list .disc-cmnt{
  margin-top: 10px;
}
ul.acv-disco-list .disc-data{
  font-size: .85em;
  -ms-align-items: center;
  align-items: center;
}
ul.acv-disco-list .disc-data > p + p{
  padding-left: .88em;
}
ul.acv-disco-list .disc-data > p + p::after{
  content: "Release";
  padding-left: .5em;
}
ul.acv-disco-list .disc-data p.tag{
  color: #106acd;
  border: 1px solid #106acd;
  padding: .45em .85em .25em;
}
ul.acv-disco-list p.disc-num{
  font-size: .85em;
  padding: .75em 0 .5em;
}
ul.acv-disco-list p.disc-title{
  text-align: justify;
  line-height: 1.4;
}

/* DISCOGRAPHY DETAIL  [discography-detail.html]
==================================================*/
.discography-item-blc{
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
  margin-top: 100px;

}
.disco-item-thumb{
  width: 38%;
  overflow: hidden;
  background: #080808;
}
.disco-item-thumb::after{
  content: "";
  display: block;
  padding-top: 100%;
}
.disco-item-thumb p{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
}
.disco-item-thumb p img{
  width: auto;
}
.disco-item-data{
  width: 58%;
}
.disco-item-data .disco-head{
  line-height: 1.4;
}
.disco-item-data .disco-head p.inttl{
  font-size: 1.14em;
}
.disco-item-data .disco-head p.inttl span + span::before{
  content: "|";
  padding: 0 5px;
}
.disco-item-data .disco-head .tag{
  padding: 25px 0;
  -ms-align-items: center;
  align-items: center;
}
.disco-item-data .disco-head .tag p + p{
  padding-left: 10px
}
.disco-item-data .disco-head .tag p.type{
  border: 1px solid #106acd;
  padding: .35em .88em .25em;
  color: #106acd;
  line-height: 1;
}
.disco-item-data .disco-head .tag p.release::after{
  content: "Release";
  padding-left: 5px;
}

.disco-songs{
  margin-top: 50px;
}
.disco-songs ul + p.songs-intitle{
  margin-top: 55px;
}
.disco-songs p.songs-intitle{
  font-size: 1.14em;
  border-bottom: 1px solid #fff;
  padding-bottom: 2px;
}
.disco-songs ul.songs-list{
  margin-top: 25px;
  list-style: decimal;
  margin-left: 1.14em;
}
.disco-songs ul.songs-list li{
  line-height: 1.6;
}
.disco-songs ul.songs-list li + li{
  margin-top: 25px;
}

.discography-item-blc + .link-btn{
  margin: 120px auto 0;
}

/* BLOG  [blog.html]
==================================================*/

.page-blog-blc{
  padding-bottom: 40px;
}
.page-blog-box {
  justify-content: space-between;
  margin-top: 80px;
}
.main-contents{
  padding-right: 3%;
  width: 73%;
}
.sidebar{
  width: 27%;
}
.sidebar > div + div{
  margin-top: 35px;
}
.side-title{
  border-bottom: 2px solid #dceef9;
  padding-bottom: 2.5px;
  -ms-align-items: baseline;
  align-items: baseline;
}
.side-title span.en{
  font-size: 1.28em;
}
.side-title span.jp{
  padding-left: 1em;
}
ul.side-list{
  margin-top: 20px;
}
ul.side-list li + li{
  margin-top: 1em;
}
ul.side-list li a{
  display: block;
  text-align: center;
}
/*archive*/
.acv-blog-list{
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.acv-blog-list .blog-cat{
  width: 32%;
  margin: 0 .65% 5%
}
.acv-blog-list .blog-cat a{
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  z-index: 2;
}
.acv-blog-list .blog-cat p.tag{
  position: absolute;
  left: 10px;
  top: -5px;
  background: #161616;
  z-index: 1;
  padding: .5em .88em .35em;
  font-size: .85em
}
.acv-blog-list .blog-cat .thumb{
  width: 100%;
  overflow: hidden;
}
.acv-blog-list .blog-cat .thumb::after{
  content: "";
  display: block;
  padding-top: 70%;
}
.acv-blog-list .blog-cat .thumb span{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  -webkit-transition: transform .3s;
  -o-transition: transform .3s;
  transition: transform .3s;
}
.acv-blog-list .blog-cat:hover .thumb span{
  transform: scale(1.1);
}
.acv-blog-list .blog-cat .blog-data{
  font-size: .85em;
  line-height: 1.4;
  margin-top: 8px;
}
/* BLOG DETAIL  [blog-detail.html]
==================================================*/

article.post{
  padding-bottom: 50px;
  border-bottom: 2px solid #dceef9
}
.article-post-head .post-title{
  font-size: 1.28em;
  border-bottom: 2px solid #dceef9;
  padding-bottom: 2.5px;
}
.article-post-head .post-data{
  padding-top: 15px;
  -ms-align-items: center;
  align-items: center;
  font-size: .85em;
}
.article-post-head .post-data p + p{
  padding-left: 5px;
}
.article-post-head .post-data .tag{
  background: #161616;
  padding: .5em .88em .35em;
}
.article-post-body{
  margin-top: 30px;
  padding: 0 25px;
  line-height: 1.6;
  font-size: 1.07em;
}
.article-post-body p + p{
  margin-top: 1em;
}

.blog-pager{
  margin-top: 20px;
  padding-bottom: 20px;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
}
.blog-pager a.prev{
  padding-left: 1.5em;
}
.blog-pager a.prev::before{
  content: "";
  display: block;
  position: absolute;
  width: 1em;
  height: 100%;
  left: 0;
  top: 45%;
  transform: translateY(-50%) rotate(180deg);
  background: url("/image/{{ $public_path }}/arrow_lb.svg") no-repeat center/100%;
}
.blog-pager a.page-back{
  border: 1px solid #dceef9;
  padding: .7em 1.14em .5em;
}
.blog-pager a.next{
  padding-right: 1.5em;
}
.blog-pager a.next::after{
  content: "";
  display: block;
  position: absolute;
  width: 1em;
  height: 100%;
  right: 0;
  top: 40%;
  transform: translateY(-50%);
  background: url("/image/{{ $public_path }}/arrow_lb.svg") no-repeat center/100%;
}

/* QUESTION ONE ANSER  [qoanser.html]
==================================================*/
.page-qoanser-blc{
  padding-bottom: 40px;
}
.acv-qoanser-box{
  margin-top: 55px;
}
.qoa-post-btn{
  justify-content: center;
}
.qoa-post-btn a{
  width: 163px;
  max-width: 80%;
  text-align: center;
  display: block;
  background: #106acd;
  padding: .5em 2em;
  font-size: 1.07em;
}

ul.qoanser-list{
  max-width: 800px;
  font-size: 1.07em;
  margin: 25px auto 0;
}
ul.qoanser-list li{
  border-top: 1px solid #3c515c;
  padding: 25px;
  line-height: 1.6;
}
ul.qoanser-list li:last-child{
  border-bottom: 1px solid #3c515c;
}
ul.qoanser-list li a{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  z-index: 1;
}
ul.qoanser-list li p.qoa-date{
  width: 17%;
  padding-right: 20px;
}
ul.qoanser-list li .qoa-que{
  width: 83%;
  letter-spacing: .12em;
  text-align: justify;
}

/* QUESTION ONE ANSER DETAIL  [qoanser-detail.html]
==================================================*/

.qoanser-box{
  margin-top: 100px;
  width: 800px;
  max-width: 100%;
  font-size: 1.07em;
}
.qoanser-box > div + div{
  border-top: 1px solid #3c515c;
}
.qoanser-box + .link-btn{
  width: 280px;
  margin: 90px auto 50px;
}
.qoanser-box p.qoa-title{
  font-size: 1.6em;
}
.qoanser-box .que-area{
  padding-bottom: 45px;
}
.qoanser-box .ans-area{
  padding-top: 45px;
}
.qoanser-box .qoa-txt{
  padding: 25px 20px 0 40px;
  line-height: 1.6;
}

/* FAN LETTER  [fanletter.html]
==================================================*/

.page-fanletter-blc{
  padding-bottom: 40px;
}

/*FORM
============================*/
.post-form-box{
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  width: 595px;
  max-width: 100%;
}
.post-form-box > form{
  width: 100%;
  padding-top: 40px;
}
.post-form-box.conf
,.post-form-box.comp{
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -ms-align-items: center;
  align-items: center;
}
.post-form-box.comp .comptxt{
  text-align: center;
  padding: 120px 0 80px;
  line-height: 1.6;
  font-size: 1.07em;
}
.top-error {
  color: #d4072e;
  font-weight: 600;
}
.top-error + ul.form{
  margin-top: 20px;
}
ul.form{
  width: 100%;
  margin-top: 60px;
  font-size: 1.07em;
}
ul.form  li + li{
  margin-top: 20px;
}
ul.form .form-title{
  padding-bottom: 12px;
}
ul.form .form-title::before{
  content: "-";
  padding-right: .5em;
}
ul.form  li p.error{
  font-size: .85em;
  padding: .5em 0 0;
  color: #f3083f;
}
.must::after{
  content: "*";
  position: absolute;
  top: 0;
  right: -15px;
  color: #f3083f;
  display: block;
}
.form-att{
  width: 100%;
  line-height: 1.4;
  margin-top: 10px;
}
.form-btn-set{
  width: 100%;
  justify-content: center;
  margin-top: 30px;
}
.form-btn-set .bkbtn
,.form-btn-set .sendbtn{
  max-width: 44%;
  padding: .5em 1em;
  font-size: 16px;
}
.form-btn-set .regbtn
,.form-btn-set .loginbtn
,.form-btn-set .b-btn{
  padding: .65em 1em;
  font-size: 16px;
  max-width: 300px;
  width: 100%;
}
.form-btn-set .nxt-btn{
  width: 100%;
  padding: .5em 1em;
  max-width: 157px;
}
.form-btn-set input + input{
  margin-left: 10px;
}
.form-btn-set .bkbtn
,.form-btn-set .b-btn
,.form-btn-set .nxt-btn{
  border: 1px solid;
  box-sizing: border-box;
}
.form-btn-set .sendbtn
,.form-btn-set .regbtn{
  background: #106acd;
}
.form-btn-set .loginbtn{
  background: #d8066e;
  color: #000;
  font-weight: 600;
}
/*conf*/
.post-form-box.conf .toptxt{
  padding-top: 80px;
}
.post-form-box.conf .form-title{
  border-bottom: 1px solid #3c515c;
}
.post-form-box.conf .form-input p{
  padding: .5em 1em 50px;
  line-height: 1.6;
}

.post-form-box.conf ul.form{
  margin-top: 50px;
  border-bottom: 1px solid #3c515c;
}
.post-form-box.conf .form-btn-set{
  margin-top: 50px;
}


/* JOIN  [join.html]
======================================*/

.page-join-blc{
  padding-bottom: 80px;
}
.page-join-blc .form-btn-set{
  margin-top: 30px;
}
ul.form-att-list{
  font-size: .92em;
  margin-top: 52px;
}
ul.form-att-list li{
}
ul.form-att-list li p{
  padding-left: 1.14em;
  line-height: 1.8;
  text-align: justify;
  letter-spacing: .12em;
}
ul.form-att-list li p::before{
  content: "";
  position: absolute;
  left: 0;
  top: .25em;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: .5em 0 .45em .65em;
  border-color: transparent transparent transparent #dceef9;
}


/* Befor JOIN  [before_join.html]
======================================*/

.post-beforejoin-box{
  max-width: 828px;
}
.post-beforejoin-box .toptxt{
  font-size: 1.07em;
  padding-top: 50px;
  line-height: 1.8;
}

.post-beforejoin-box ul.line-list{
  font-size: 1.14em;
  margin-top: 52px;
}
.post-beforejoin-box ul.line-list li{
  border-top: 1px solid #56626a;
  padding: 25px 0 20px;
}
.post-beforejoin-box ul.line-list li:last-child{
  border-bottom: 1px solid #56626a;
}
.post-beforejoin-box ul.line-list li p.title{
  width: 25%;
  padding-left: 5%;
  padding-right: 1em;
}
.post-beforejoin-box ul.line-list li p.data{
  width: 75%;
}

ul.line-list + .att-box{
  margin-top: 10px;
}
.att-box p + p{
  margin-top: .25em;
}
.att-box p{
  padding-left: 1em;
  color: #56626a;
}
.att-box p::before{
  content: "※";
  font-size: .85em;
  position: absolute;
  left: 0;
  top: .15em;
}

/*member-nav
====================*/
.member-nav{
  max-width: 868px;
  margin-top: 105px;
}
.member-nav h3 {
  text-align: center;
  letter-spacing: .1em;
  line-height: 1.4;
  font-weight: 600;
}
.member-nav h3 p{
  font-size: 4.28em;
  font-weight: 400;
}
.member-nav-list{
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px;
}
.member-nav-list .m-nav{
  width: 48%;
  background: #161616;
  border-radius: 10px;
  padding: 15px 20px 15px 25px;
}
.member-nav-list .m-nav a{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  z-index: 1;
}
.member-nav-list .m-nav:nth-child(n+3){
  margin-top: 17px;
}
.member-nav-list .m-nav::before{
  content: "";
  width: 2px;
  height: 80%;
  display: block;
  background: #d8066e;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);

}
.member-nav-list .m-nav p.nav-title{
  font-size: 1.28em;
  font-weight: 600;
  letter-spacing: .1em;
}
.member-nav-list .m-nav p.intxt{
  line-height: 1.4;
  text-align: justify;
  padding-top: 1em;
}
.member-nav-list .m-nav p.intxt span{
  display: block;
  font-size: .85em;
}

/* LOGIN  [login.html]
======================================*/
.page-login-blc{
  padding-bottom: 80px;
}
.page-login-blc .line-subtitle{
  margin-top: 75px;
}
.page-login-blc .form-btn-set {
  margin-top: 40px;
}
.pass-less{
  text-align: center;
  margin-top: 20px;
}

/* MY PAGE
==========================================================================*/

h3.mpage-title{
  text-align: center;
  font-size: 1.71em;
  font-weight: 600;
  color: #d8066e;
  line-height: 1.2;
}
.bk-mypage-blc{
  background: #222d33;
  border-top: 4px solid #d8066e;
  margin-top: 72px;
  max-width: 95%;
}
.member-contents{
  padding: 65px 0 0;
}
.member-contents-in{
  margin-top: 60px;
  padding-bottom: 80px;
}

.mypage-navi{
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding-bottom: 80px;
  font-size: 1.142em;
  color: #ef0076;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.mypage-navi li{
  width: 31%;
  border-bottom: 1px solid;
  -webkit-transition:transform .3s;
  -o-transition:transform .3s;
  transition:transform .3s;
}
.mypage-navi li:hover{
  transform: translateX(10px);
}
.mypage-navi li:nth-child(n+4){
  margin-top: 54px;
}
.mypage-navi li a{
  display: block;
  padding:0 10px 15px;
  font-weight: 600;
}
.mypage-navi li a::after{
  content: "";
  width: 1em;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: url("/image/{{ $public_path }}/arrow_pnk.svg") no-repeat center top/100%;
}

/*MY PAGE TOP [mypage.html]
=========================================*/
.member-card-blc{
  padding-top: 0;
}
.member-card-box{
  max-width: 980px;
  margin: -5% auto 80px;
  -ms-align-items: center;
  align-items: center;
}
.member-card-box .card{
  min-width: 310px;
  width: 44.8%;
  box-shadow: 0 6px 24px 0 rgba(0,0,0,.5);
  border-radius: 10px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.member-card-box .card .data{
  position: absolute;
  left: 50%;
  top: 55%;
  transform: translate(-50%,-50%);
  width: 92%;
  height: 75%;
  z-index: 1;
}
.member-card-box .card .data p{
  position: absolute;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0,0,0,.5);
  letter-spacing: .025em;
  font-size: .9em;
}
.member-card-box .card .data p.number{
  top: 0;
  left: 0;
}
.member-card-box .card .data p.name{
  left: 0;
  bottom: 0;
  line-height: 1.2;
}
.member-card-box .card .data p.name span{
  display: block;
}
.member-card-box .card .data p.name span:last-child{
  font-size: 1.07em;
}
.member-card-box .card .data p.date{
  bottom: 0;
  right: .5em;
}
.member-card-box .card .data p.date span{
  display: block;
}
.member-card-box .card .data p.date span + span::before{
  content: "/";
  padding: 0 .5em;
}
.member-card-box .member-data{
  width: 55.2%;
  padding-top: 5%;
  padding-left: 10%;
  font-size: 1.07em;
}
.member-card-box .member-data p + p{
  margin-top: 1em;
}
.member-card-box .member-data p{
  border-left: 5px solid #d8066e;
  line-height: 1.6;
  padding-left: .5em;
}
.member-card-box .member-data p span + span::before{
  content: "-";
  padding: 0 .5em;
}

/*ACCOUNT [account.html][account_edit.html][account_edit2.html][account_edit3.html]
=====================================================================================*/

.page-account-box{
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -ms-align-items: center;
  align-items: center;
}
.page-account-box ul.form{
  margin-top: 0;
}
.account-list{
  width: 100%;
  max-width: 534px;
  margin: 0 auto 40px;
}

.account-list li{
  border-bottom: 1px solid #56626a;
  padding-bottom: 20px;
  -ms-align-items: center;
  align-items: center;
}
.account-list li + li{
  margin-top: 20px;
}
.account-list li p.title{
  width: 35%;
  padding: 0 1em;
}
.account-list li .data{
  width: 65%;
  padding-right: 1em;
}
.account-list li .data > label + label{
  margin-left: 15px;
}
.account-list li .data.add{
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}
.account-list li .data.add > label + label{
  margin: 15px 0 0;
}
.account-list li .data.add > label p{
  padding-bottom: 5px;
  font-size: .93em;
}
.account-list li .check-warp{
  margin-top: 15px;
}
.account-list li .data input{
  background: #dceef9;
  padding: .5em 1em;
  color: #161616;
}


/*MAIL MAGAZIN [mailmagazin.html]
====================================*/

.page-mailmagazin-box{
  width: 100%;
  max-width: 615px;
  margin: 45px auto 0;
}
.mmaga-cat{
  border: 1px solid #56626a;
}
.mmaga-cat + .mmaga-cat{
  margin-top: 40px;
}
.mmaga-cat li{
  padding :15px;
  line-height: 1.4;
}

.mmaga-cat li + li{
  border-top: 1px solid #56626a;
}
.mmaga-cat li:first-child{
  font-weight: 600;
}
.mmaga-cat li.pnk-title{
  background: #d8066e;
  color: #161616;
}
.mmaga-cat li p.title{
  width: 27%;
}
.mmaga-cat li .cmnt{
  width: 73%;
}
.mmaga-cat li.btn .cmnt{
  margin-left: auto;
}

/*arcive detail*/

.mmaga-acv-list
,.maga-datail-blc{
  width: 100%;
  max-width: 687px;
  margin: 0 auto;
}
.maga-datail-blc{
  line-height: 1.6;
}
.mmaga-acv-list li{
  padding-bottom: 12px;
  border-bottom: 1px solid #56626a;
  line-height: 1.6;
}
.mmaga-acv-list li a{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
}
.mmaga-acv-list li + li{
  padding-top: 12px;
}
.mmaga-acv-list li .li-maga-date
,.maga-datail-head p.title
,.maga-datail-body p.title{
  width: 21%;
  padding: 0 1em;
}
.mmaga-acv-list li .li-maga-title
,.mmaga-detail-date
,.mmaga-detail-cmnt{
  width: 79%;
  padding-right: 1em;
}
.mmaga-acv-list + .line_btn{
  margin-top: 45px;
}

.maga-datail-head{
  padding-bottom: 1em;
  border-bottom: 1px solid #56626a;
}
.maga-datail-body{
  padding-top: 1em;
  padding-bottom: 2em;
  border-bottom: 1px solid #56626a;
}
.maga-datail-blc + .line_btn{
  margin-top: 30px;
}


/*SUBSCRIPTION [subscription-conf.html]
====================================*/

.page-subsc-box{
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -ms-align-items: center;
  align-items: center;
}
.subsc-list{
  width: 100%;
  max-width: 530px;
  margin: 0 auto;
  font-size: 1.07em;
}
.subsc-list li{
  padding-bottom: 15px;
  border-bottom: 1px solid #56626a;
  line-height: 1.4;
}
.subsc-list li + li{
  padding-top: 15px;
}
.subsc-list p.title{
  width: 33.3%;
}
.subsc-list .data{
  width: 66.7%;
  padding-right: 1em;
}
.subsc-list .data.flex{
  -ms-align-items: center;
  align-items: center;
}
.subsc-list .data.flex p{
  padding-right: 15px;
}

.subsc-list.price li{
  -ms-align-items: flex-end;
  align-items: flex-end;
}
.subsc-list.price p.title{
  width: 40%;
  font-weight: 600;
  padding-left: 20px;
}
.subsc-list.price p.title span{
  font-size: .85em;
  display: block;
  padding-bottom: .25em;
}
.subsc-list.price .data{
  width: 60%;
  text-align: right;
}

/**/

.page-passreset-blc{
  background: #222d33;
  margin-top: 75px;
  max-width: 95%;
}
p.reset-txt{
  line-height: 1.8;
}
.page-passreset-box{
  width: 100%;
  max-width: 490px;
  margin: 0 auto;
  padding: 80px 0;
  font-size: 1.07em;
}
.page-passreset-box.after{
  max-width: 540px;
  min-height: 400px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  justify-content: center;
}
.reset-input{
  margin-top: 50px;
  font-size: 1.06em;
}
.reset-input p.title{

  padding-bottom: .5em;
}
.reset-input p.title.slash{
  padding-left: .85em;
}
.reset-input p.title.slash::before{
  content: "-";
  position: absolute;
  left: 0;
  top: 0;
}
.reset-input + .line_btn {
  margin-top: 45px;
}
.page-passreset-box.after .line_btn{
  margin-top: 45px;
  width: 240px;
}
.page-passreset-box.after .line_btn a{
  max-width: 100%;
}

/* OTHER
================================*/

.page-other h2.sec-ttl{
  margin-bottom: 40px;
}

/* お問い合わせ [contact.html]
================*/

.sec-comtact-box{
  justify-content: center;
}
.sec-comtact-box .post-form-box{
  padding: 40px 0 50px;
}

/**/
.faq-list{
  max-width: 720px;
  width: 92%;
  margin: 0 auto;
  padding-top: 75px;
  padding-bottom: 75px;
}
.faq-list li{
  border-bottom: 1px solid #3c515c
}

.que-title{
}
.que-title::after
,.que-title::before{
  content: "";
  width: 1.24em;
  height: 2px;
  background: #fff;
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
   -webkit-transition: transform .3s;
  -o-transition: transform .3s;
  transition: transform .3s;
}
.que-title::after{
  transform: translateY(-50%) rotate(90deg);
}
.que-title.open::before{
  transform: translateY(-50%) rotate(45deg);
}
.que-title.open::after{
  transform: translateY(-50%) rotate(135deg);
}
.que-title p{
  font-size: 1.142em;
  font-weight: 600;
  line-height: 1.4;
  padding: 1em 10% 1em 1em;
}
.ac_answer{
  display: none;
}
.ac_answer p{
  padding: 0 4% 1.44em 7%;
  line-height: 1.6;
  font-size: 1.07em;
}
.ac_answer p a{
  text-decoration: underline;
  color: #106acd;
}

/**/
.descript-box{
  padding: 75px 20px;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -ms-align-items: center;
  align-items: center;
  font-size: 1.07em;
  line-height: 1.6;
}
.descript-box p.top-txt
,.descript-cat{
  max-width: 700px;
  width: 100%;
}
.descript-box p.top-txt{
  margin-bottom: 30px;
}

.descript-cat + .descript-cat{
  margin-top: 30px;
}
.descript-cat h3{
  font-weight: 600;
  border-bottom: 1px solid #3c515c;
  padding-bottom: .5em;
}
.descript-cat p.intxt{
  text-align: justify;
}
.descript-cat h3 + p.intxt{
  padding-top: 1em;
}

ul.dot{
  margin-top: 1em;
}
ul.dot > li{
  padding-left: 1em;
}
ul.dot > li::before{
  content: '・';
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}
ul.num{
  list-style: decimal;
  padding-left: 1.14em;
}

.tokushou-list li{
  border-bottom: 1px solid #3c515c;
  font-size: 1.07em;
  padding:0 1em .75em;
  line-height: 1.4;
}
.tokushou-list li:not(:first-child){
  padding-top: .75em;
}
.tokushou-list li p.title{
  font-weight: bold;
  width: 18%;
}
.tokushou-list li p.data{
  width: 82%;
  padding-left: 1em;
}

/*complate*/
.page-completed-blc{
  padding-bottom: 40px;
}

/*member-area*/
.page-memberarea-blc p.toptxt{
  text-align: center;
  font-size: 1.07em;
  line-height: 1.6;
}

.memberarea-blc {
  padding: 100px 0;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -ms-align-items: center;
  align-items: center;
}

.page-memberarea-blc .bl_btn{
  margin-top: 50px;
  max-width: 280px;
}

