@charset "utf-8";

/* =================================================

         TWICE style

================================================= */

@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,700');
@import url('https://fonts.googleapis.com/css?family=Pacifico');

/* ラインアイコン用 */
@font-face {
  font-family: 'icomoon';
  src:  url('/static/twice/official/cmn/icomoon.eot?el75m');
  src:  url('/static/twice/official/cmn/icomoon.eot?el75m#iefix') format('embedded-opentype'),
    url('/static/twice/official/cmn/icomoon.ttf?el75m') format('truetype'),
    url('/static/twice/official/cmn/icomoon.woff?el75m') format('woff'),
    url('/static/twice/official/cmn/icomoon.svg?el75m#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  display: inline-block;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 0.92em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-line:before {
  content: "\e900";
}

/* PC SP共通
--------------------------------- */
*:focus { outline: none;}
a {
  -webkit-tap-highlight-color:rgba(0,0,0,0);
  cursor:pointer;
}

.sectionTit{ font-family: 'Oswald', sans-serif; font-weight: 400;}
#about .sectionTit span{ opacity:0.5;font-size: 11px;vertical-align:text-top;}

.btn a{font-family: 'Oswald', sans-serif;}
.back{text-align: center;}
.back a{min-width: 80px;padding: 5px 25px 4px;border: 1px solid #000;border-radius: 34px;}
.new:before,
.new:after{color: #ff5fa2;font-family: 'Pacifico', cursive;}
.date{color: #999;}
.ph {position: relative;}
.ph img.dummy {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

/* loading */
#loading,
#loading2{display: none}

#home #loading,
#home #loading2{display: block;}

#loading{
  background: rgb(255,95,162);
	background: -moz-linear-gradient(-45deg, rgba(255,95,162,1) 0%, rgba(252,200,155,1) 100%);
	background: -webkit-linear-gradient(-45deg, rgba(255,95,162,1) 0%,rgba(252,200,155,1) 100%);
	background: linear-gradient(135deg, rgba(255,95,162,1) 0%,rgba(252,200,155,1) 100%);
  -webkit-transition: all 0.3s ease 0.8s;
  -moz-transition: all 0.3s ease 0.8s;
  transition: all 0.3s ease 0.8s;
  -webkit-transform-origin:right top;
  -moz-transform-origin:right top;
  transform-origin:right top;
}
#loading2{
  position: fixed;
  z-index: 998;
  width: 100%;
  height: 100%;
  background: rgba(255,95,162,0.5);
  -webkit-transition: all 0.3s ease 0.9s;
  -moz-transition: all 0.3s ease 0.9s;
  transition: all 0.3s ease 0.9s;
  -webkit-transform-origin:right top;
  -moz-transform-origin:right top;
  transform-origin:right top;
}
.load_finish #loading{transform: scaleX(0);}
.load_finish #loading2{transform: scaleX(0);}
.loading-inner { 
  height: 100%;
  width: 100%;
  position: relative;
}

/* 通年logo */
#loading .spinner{
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -37px 0 0 -75px;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 1s linear infinite;
  -moz-animation: spin 1s linear infinite;
  -ms-animation: spin 1s linear infinite;
  -o-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}

/* 通年logo */
#loading .spinner svg{
  width: 120px;
  height: 120px;
  fill:#ffffff;
  opacity:0.4;
}

@-webkit-keyframes spin {
	0% {-webkit-transform: rotateY(0deg);}
	100% {-webkit-transform: rotateY(360deg);}
}
@-moz-keyframes spin {
	0% {-moz-transform: rotateY(0deg);}
	100% {-moz-transform: rotateY(360deg);}
}
@-ms-keyframes spin {
	0% {-ms-transform: rotateY(0deg);}
	100% {-ms-transform: rotateY(360deg);}
}
@-o-keyframes spin {
	0% {-o-transform: rotateY(0deg);}
	100% {-o-transform: rotateY(360deg);}
}
@keyframes spin {
  0%   { transform: rotateY(0deg); }
  100% { transform: rotateY(360deg); }
}

#header{font-family: 'Oswald', sans-serif;font-weight: 300;}
#header,
#home #header.on{
  -webkit-box-shadow: 0px 0px 2px -1px rgba(0,0,0,0.9);
  -moz-box-shadow: 0px 0px 2px -1px rgba(0,0,0,0.9);
  box-shadow: 0px 0px 2px -1px rgba(0,0,0,0.9);
}
#home #header{
  -webkit-box-shadow: 0px 0px 2px -1px rgba(255,255,255,0.9);
  -moz-box-shadow: 0px 0px 2px -1px rgba(255,255,255,0.9);
  box-shadow: 0px 0px 2px -1px rgba(255,255,255,0.9);
}

.play a{font-family: 'Oswald', sans-serif;font-weight: 300;}

#banner .slick-dots .slick-active button,.release .slick-dots .slick-active button{background:#ff5fa2 }
#banner .slick-dots button,.release .slick-dots button{border: 1px solid #ff5fa2;}

#about .introduction{
	background: rgb(255,95,162);
	background: -moz-linear-gradient(-45deg, rgba(255,95,162,1) 0%, rgba(252,200,155,1) 100%);
	background: -webkit-linear-gradient(-45deg, rgba(255,95,162,1) 0%,rgba(252,200,155,1) 100%);
	background: linear-gradient(135deg, rgba(255,95,162,1) 0%,rgba(252,200,155,1) 100%);
}
#about .btn.fs{display: none!important;}

.category{color: #666;}
.categoryList li.current a{
	background: rgb(255,95,162);
	background: -moz-linear-gradient(-45deg, rgba(255,95,162,1) 0%, rgba(252,200,155,1) 100%);
	background: -webkit-linear-gradient(-45deg, rgba(255,95,162,1) 0%,rgba(252,200,155,1) 100%);
	background: linear-gradient(135deg, rgba(255,95,162,1) 0%,rgba(252,200,155,1) 100%);
	border: 1px solid #fff;
	color: #fff;}

#footer li.logo{width:240px;}
#footer .logo p{display: inline-block;}
#footer .logo p:after{display: none;}
.jyp{width: 105px;margin-right:20px;}
.warner{width: 105px;}

/* カウントダウン */
#countdown{
  position: fixed;
  top:50%;
  left: 50%;
  color: #fff;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  text-align: center;
  font-size:34px;
  -moz-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
#countdown p{margin-bottom: 15px}
#countdown li{
  display: inline-block;
  margin: 0 5px;
  font-size: 14px;
  min-width: 80px;
}
#countdown li span{display: block;margin-bottom: 10px;font-size: 62px;  line-height: 1;}

/* リリース情報 */
#home .release {
  position: fixed;
  bottom: 0;
  right: 4%;
  width: 225px;
  padding: 20px 10px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  background: rgb(255,95,162);
  background: -moz-linear-gradient(-45deg, rgba(255,95,162,0.8) 0%, rgba(252,200,155,0.8) 100%);
  background: -webkit-linear-gradient(-45deg, rgba(255,95,162,0.8) 0%,rgba(252,200,155,0.8) 100%);
  background: linear-gradient(135deg, rgba(255,95,162,0.8) 0%,rgba(252,200,155,0.8) 100%);
}
#home .release .box{
  padding-bottom: 5px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(255,255,255,0.3);
}
#home .release .box:last-child {
  padding: 0;
  margin: 0;
  border: none;
}
#home .release .sub{font-weight: bold;}
#home .release .title{font-weight: bold;font-size: 20px;line-height: 1.4em;}
#home .release .date{color:#fff;}
#home .release .buy{margin:5px 0;font-weight: bold;}
#home .release .shopLink{letter-spacing: -0.4em;text-align: left;}
#home .release .shopLink li{
  display: inline-block;
  width: 50%;
  letter-spacing: 0;
  line-height: 0;
}
#home .release .shopLink li a{display: block;padding: 5px;}
#home .release .shopLink li a img{
border-radius: 3px;
}
#home .release a{color:#fff;}
#home .release a:hover{opacity:0.8;}
#home .release .slick-slide { position: relative;}
#home .release .releaseInfo {
position: absolute;
bottom: 0;
background: rgb(255,95,162);
background: -moz-linear-gradient(-45deg, rgba(255,95,162,0.8) 0%, rgba(252,200,155,0.8) 100%);
background: -webkit-linear-gradient(-45deg, rgba(255,95,162,0.8) 0%,rgba(252,200,155,0.8) 100%);
background: linear-gradient(135deg, rgba(255,95,162,0.8) 0%,rgba(252,200,155,0.8) 100%);
padding: 20px 10px;
box-sizing: border-box;
}
#home.sp .release {
position: static;
width: 100%;
height: auto;
padding: 15px 4%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
#home.sp .release .releaseInfo {
position: absolute;
bottom: 0;
background: rgb(255,95,162);
background: -moz-linear-gradient(-45deg, rgba(255,95,162,0.8) 0%, rgba(252,200,155,0.8) 100%);
background: -webkit-linear-gradient(-45deg, rgba(255,95,162,0.8) 0%,rgba(252,200,155,0.8) 100%);
background: linear-gradient(135deg, rgba(255,95,162,0.8) 0%,rgba(252,200,155,0.8) 100%);
}
#home.sp .release .sub{font-size: 16px}
#home.sp .release .title{font-size: 22px}
#home.sp .release .date{  font-size: 16px;margin:0;}
#home.sp .release .shopLink {letter-spacing: -0.4em;text-align: left;}
#home.sp .release .shopLink li{width: 33%}
#home.sp .release .shopLink.cd {margin-bottom: 10px}

/* PLAY VIDEO */
#home .mfp-bg,#video .mfp-bg{background: rgba(0,0,0,0.8)}
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 1;
}
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/* PROFILE */
.profile{
position:relative;
width:100%;
height:100vh;
background-position: right top;
background-size: auto 100%;
background-repeat:no-repeat;
}
.profile .box{
opacity:0;
height: 320px;
position:absolute;
top:50%;
left:21%;
margin-top:-190px;
font-size:16px;
line-height:1.8em;
z-index:2;
color:#fff;
}
.profile .name{
margin-bottom:25px;
font-family: 'Oswald', sans-serif;
font-size:72px;
font-weight:400;
line-height:1em;
}
.profile .kana{
margin-bottom:40px;
opacity:0.4;
font-size:28px;
line-height:1em;
}
.profile img{
display:block;
}
.mfp-zoom-out .mfp-with-anim {
opacity: 0;
transition: all 0.3s ease-in-out;
transform: scale(1.3);
}
.mfp-zoom-out.mfp-bg {
opacity: 0;
transition: all 0.3s ease-out;
}
.mfp-zoom-out.mfp-ready .mfp-with-anim {
opacity: 1;
transform: scale(1);
}
.mfp-zoom-out.mfp-ready.mfp-bg {
opacity: 1;
}
.mfp-zoom-out.mfp-removing .mfp-with-anim {
transform: scale(1.3);
opacity: 0;
}
.mfp-zoom-out.mfp-removing.mfp-bg {
opacity: 0;
}
.mfp-container{
padding:0;
}
.profile .close{
position:absolute;
right:30px;
top:30px;
width:80px;
height:80px;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
cursor:pointer;
z-index:2;
}
.profile .close:hover{
-moz-transform: rotate(90deg);
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
}
.profile .close span{
top:40px;
width:80px;
height:2px;
position:absolute;
background:#fff;
}
.profile .close .top{
position:absolute;
-moz-transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.profile .close .bottom{
position:absolute;
-moz-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}

/* 記事 */
article a{color:#ff5fa2;text-decoration: underline;}
article a:hover{text-decoration: none;opacity: 0.8;}
#next .loading{
  width: 20px;
  height: 20px;
  margin:20px auto;
  font-size:12px;
  text-align: center;
  border-radius: 15px;
  background: rgb(255,95,162);
  background: -moz-linear-gradient(-45deg, rgba(255,95,162,1) 0%, rgba(252,200,155,1) 100%);
  background: -webkit-linear-gradient(-45deg, rgba(255,95,162,1) 0%,rgba(252,200,155,1) 100%);
  background: linear-gradient(135deg, rgba(255,95,162,1) 0%,rgba(252,200,155,1) 100%);
  -webkit-animation: spin 1s linear infinite;
  -moz-animation: spin 1s linear infinite;
  -ms-animation: spin 1s linear infinite;
  -o-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}

/* special */
.specialList li{
float:left;
}
.specialList li a{
display:block;

}
.specialList li img{
display:block;
width:100%;
line-height:0;
}
.specialList li .tit{
margin-top:10px;
font-size:13px;
}

/* PC
=================================== */
@media screen and (min-width: 1001px){
  .pc {display: block;}
  .sp {display: none;}
  #home #header {box-shadow: none;}
  #header #logo img.logomark{ width: 80px; -webkit-transition: all 0.8s ease 0s;  transition: all 0.8s ease 0s;}
  #header.small #logo img.logomark{width: 60px;}
  #header #logo img{ -webkit-transform: rotateY(0deg);transform: rotateY(0deg);}
  #header #logo a:hover img{ -webkit-transform: rotateY(360deg);transform: rotateY(360deg);}
  #home  .gNavi li a{color: #fff}
  #home #header .gNavi .left li:first-child a,
  #home #header.on a:hover,
  #header .gNavi li a:hover,
  #home #header.on .gNavi li.current a,
  #header .gNavi li.current a,
  .play a:hover{color: #ff5fa2;}
  #header .gNavi .sns a .fa,
  #header .gNavi .sns a .icon-line{-webkit-transform: rotateY(0deg);transform: rotateY(0deg);-webkit-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;}
  #header .gNavi .sns a:hover .fa,
  #header .gNavi .sns a:hover .icon-line{-webkit-transform: rotateY(360deg);transform: rotateY(360deg);}

  /* ボタン */
  .btn a{
  	position: relative;
  	z-index: 2;
  	overflow: hidden;
  }
  .btn a::before,
  .btn a::after {
  	position: absolute;
  	z-index: -1;
  	display: block;
  	content: '';
  }
  .btn a,
  .btn a::before,
  .btn a::after {
  	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
  	-webkit-transition: all .3s;
  	transition: all .3s;
  }
  .btn a:hover {color: #fff;}
  .btn a:after {
    top:0;
    left:-100%;
  	width: 100%;
  	height: 100%;
  }
  .btn a:hover::after {
  	left: 0;
  	background-color: #000;
  }
  #about .btn a:hover {color: #fd999e;}
  #about .btn a:hover::after {background-color: #fff;}
  .back{text-align: center;}
  .back a:hover{color:#ff5fa2;border: 1px solid #ff5fa2; }
  .newsList li .tit{
  -webkit-transition: all .3s;
  transition: all .3s;
  }
  .newsList li a:hover .tit{color: #ff5fa2; }

  #discoList li:after,
  #discoList li:before {
    background: #ff5fa2;
  }
  #discoList li .category{
    color: #ff5fa2;
    width: auto;
    min-width: 60px;
    line-height: 1;
    padding: 4px 6px;
  }
  #disco.detail .details .buy{padding:20px 0;text-align: left;}
  #disco.detail .details .buy a{display: inline-block;min-width: 110px;border:1px solid #000;text-align: center;font-size: 12px;border-radius: 15px}
  #disco.detail .details .buy a:hover{color:#ff5fa2;border:1px solid #ff5fa2;}
  #profile{ padding: 80px 0 120px;}
  .categoryList li a:hover{ border: 1px solid #ff5fa2;background: #fff;color:#ff5fa2; }

  .memberList{
  width:960px;
  margin:20px auto 0;
  letter-spacing: -0.5em;
  text-align: center;
  line-height: 0;
  }
  .memberList li{
  position:relative;
  width: 33%;
  padding:5px;
  display:inline-block;
  letter-spacing: 0.05em;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  }

  .memberList li .ph img{
  display: block;
  width:100%;
  background-repeat:no-repeat;
  background-position: center top;
  background-size:cover;
  }
  .memberList li a{
  position: absolute;
  display: block;
  color:#ff5fa2;
  z-index:2;
  top:0;
  left:0;
  right:0;
  bottom:0;
  }
  .memberList li:after,
  .memberList li:before {
    background: #ff5fa2;
    width: 200%;
    height: 200%;
    position: absolute;
    content: '';
    opacity: 0.5;
    -webkit-transition: all 0.55s ease-in-out;
    transition: all 0.55s ease-in-out;
    z-index: 1;
  }
  .memberList li:after {
    top: 0;
    left: 0;
    -webkit-transform: skew(-45deg) translateX(-150%);
    transform: skew(-45deg) translateX(-150%);
  }
  .memberList li:before {
    right: 0;
    bottom: 0;
    -webkit-transform: skew(-45deg) translateX(150%);
    transform: skew(-45deg) translateX(150%);
  }
  .memberList li:hover:after,
  .memberList li.hover:after {
    -webkit-transform: skew(-45deg) translateX(-50%);
    transform: skew(-45deg) translateX(-50%);
  }
  .memberList li:hover:before,
  .memberList li.hover:before {
    -webkit-transform: skew(-45deg) translateX(50%);
    transform: skew(-45deg) translateX(50%);
  }
  .memberList li .name{
    position: absolute;
    letter-spacing: 0.05em;
    left: 50%;
    top: 50%;
    padding: 10px;
    z-index: 2;
    opacity: 0;
    color:#fff;
    font-size:20px;
    font-family: 'Oswald', sans-serif;
    font-weight:300;
    letter-spacing: 0.5em;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);

  }
  .memberList li:hover .name{  opacity:1;  letter-spacing: 0.05em;}
  .mfp-gallery .mfp-container{
  padding:0;
  background: -moz-linear-gradient(-45deg, rgba(255,95,162,1) 0%, rgba(252,200,155,1) 100%);
  background: -webkit-linear-gradient(-45deg, rgba(255,95,162,1) 0%,rgba(252,200,155,1) 100%);
  background: linear-gradient(135deg, rgba(255,95,162,1) 0%,rgba(252,200,155,1) 100%);
  }
  /* video */
  section#movie{padding:60px 0 120px;}
  #movie .inner{width:960px;margin: 0 auto;}
  .videoList li{
    margin-bottom: 40px;
    height: 480px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
  }
  .videoList li a{
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    background: rgba(0,0,0,0.2)
  }
  .videoList li a:hover{
    background: rgba(255,95,162,0.6)
  }
  .videoList li .tit{
    position: absolute;
    top:50%;
    left:50%;
    z-index: 2;
    font-size: 40px;
    letter-spacing: 0.05em;
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    text-align: center;
  }
  .videoList li .tit .fa{
    display: block;
    margin: 0 auto;
    opacity: 0.8;
    font-size: 80px;
  }
  /* special */
  section#special{padding:60px 0 120px;}
  #special .inner{width:960px;margin: 0 auto;}
  .specialList li{width: 33%;margin-bottom: 20px;}
  .specialList li a{padding: 5px;}
  .specialList li a:hover{opacity:0.8;}

  /* インバウンド対応 */
  .snsMenu {
  padding: 10px 12px;
  position: relative;
  top: 14px;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
.snsMenu .snsBtn {
  width: 25px;
  height: 25px;
  position: relative;
  top: 2.5px;
}
.snsMenu .snsBtn span {
  width: 5px;
  height: 5px;
  background: #000;
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  margin-top: -2.5px;
}
#home .snsMenu .snsBtn span { background: #fff;}
.snsMenu .snsBtn span:nth-of-type(1){ left: 0;}
.snsMenu .snsBtn span:nth-of-type(2){ left: 10px;}
.snsMenu .snsBtn span:nth-of-type(3){ left: 20px;}
.snsMenu .snsList {
  display: block;
    width: 170px;
    position: absolute;
    top: 0;
    left: 4px;
    opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#header .gNavi li .snsList li.sns.space:first-child{ margin-left: 0;}
#header .snsMenu:hover { cursor: pointer;}
#header .snsMenu:hover .snsBtn span,#home #header.on .snsMenu:hover .snsBtn span{
  background: #ff5fa2;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.snsMenu:hover .snsList { opacity: 1;}
#home #header.small .snsMenu:hover .snsList { top: 7px;}
#home #header.on .snsMenu .snsBtn span { background: #000;}
  /* 言語切り替えボタン
  --------------------------------- */
    .langSelector {
    cursor: pointer;
    z-index: 100;
    }
    #header.small .langSelector {
      top: 22px;
      -webkit-transition: all 0.8s ease 0s;
      transition: all 0.8s ease 0s;
    }
    .easy-select-box {
    position: relative;
    font-size: 13px;
    font-weight: 500;
    padding: 5px 10px 5px 36px;
    border-radius: 30px;
    color: #000;
    font-size: 12px;
    outline: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    box-sizing: border-box;
    width: auto!important;
    min-width: 80px;
    border: 1px solid #000;
    font-weight: 400;
  }
  #home .easy-select-box { border-color: transparent; color: #fff;}
  .langBar .easy-select-box { background: rgba(255,255,255,0.26);}
  .langBar .easy-select-box .esb-displayer { text-align: center;}
  .easy-select-box:after {
    position: absolute;
    left: 11px;
    top: 50%;
    content: '\E894';
    font-family: 'Material Icons';
    color: #000;
    font-size: 20px;
    font-weight: normal;
    line-height: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
  }
  #home .easy-select-box:after { color: #fff;}
  .easy-select-box .esb-dropdown {
    background: #feb69c;
    display: none;
    max-height: 200px;
    margin-top: 10px;
    padding: 8px 15px;
    overflow: auto;
    position: absolute;
    left: 0;
    z-index: 999;
    border-radius: 10px;
    background: #2d2d2d;
    color: #fff;
    box-sizing: border-box;
    min-width: 100px;
    width: 100%!important;
  }
  .esb-item { -webkit-transition: all .3s ease; transition: all .3s ease;}
  .esb-item:hover { color: #ff5fa2; cursor: pointer;}
  #home #header.on .easy-select-box{ border-color: #000; color: #000;}
  #home #header.on .easy-select-box:after { color: #000;}
  .langBar:hover .easy-select-box,#home .langBar:hover .easy-select-box,#home #header.on .langBar:hover .easy-select-box{ border-color: #ff5fa2; color: #ff5fa2;}
  #header .langBar:hover .easy-select-box:after,#home #header.on .langBar:hover .easy-select-box:after{ color: #ff5fa2;}

}

/* SP
=================================== */
@media screen and (max-width: 1000px){
  .pc {display: none;}
  .sp {display: block;}
  #loading .spinner { margin: -60px 0 0 -55px;}
  #header #logo img.logomark{ width: 44px; -webkit-transition: all 0.8s ease 0s;  transition: all 0.8s ease 0s;}
  #home #header #navBtn span {background: #fff;}
  #header #navBtn span ,
  #home #header.on #navBtn span {background: #ff5fa2;}
  #header #navBtn.close span{ background: #fff!important;}
  #header .gNavi{
    background: rgb(255,95,162);
    background: -moz-linear-gradient(-45deg, rgba(255,95,162,1) 0%, rgba(252,200,155,1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(255,95,162,1) 0%,rgba(252,200,155,1) 100%);
    background: linear-gradient(135deg, rgba(255,95,162,1) 0%,rgba(252,200,155,1) 100%);
  }
  #footer li.logo{padding-top:30px;width: 100%}
  section#news,
  section#profile,
  section#disco,
  section#movie,
  section#special{padding:30px 0 50px;}

  /* countdown */
  #countdown{top:48%;width: 100%;font-size: 22px;text-align: center;}
  #countdown li{font-size: 10px;min-width: 45px}
  #countdown li span{font-size: 40px}
  /* profile */
	.memberList{padding:0 4%;letter-spacing: -0.5em;line-height: 0}
	.memberList li{
    position: relative;
    display: inline-block;
    width: 33%;
    padding: 5px;
    letter-spacing: 0.05em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
	.memberList li a,
	.memberList li img{ display: block;width: 100%;}
  .memberList li a{
    position: absolute;
    z-index: 2;
    top:0;
    left:0;
    right:0;
    bottom:0;
  }
  .memberList li .name{display: none;}
  .memberList .ph img{background-size: cover;background-position:center top;}
  .profile{position: fixed;top:0;height:100%;background-position: 50% 50%;background-size:cover;}
  .profile .box{
    width:100%;
    height: auto;
    bottom:0;
    top:auto;
    left:0!important;
    padding:25px 4%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: rgb(255,95,162);
    background: -moz-linear-gradient(-45deg, rgba(255,95,162,0.8) 0%, rgba(252,200,155,0.8) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(255,95,162,0.8) 0%,rgba(252,200,155,0.8) 100%);
    background: linear-gradient(135deg, rgba(255,95,162,0.8) 0%,rgba(252,200,155,0.8) 100%);
  }
  .profile .name{display: inline-block;margin: 0 5px 10px 0;font-size: 26px;}
  .profile .kana{display: inline-block;margin-bottom:10px;font-size:18px;opacity:0.8;}
  .profile .detail{line-height: 1.4em}
  .mfp-arrow{position: fixed;width:60px;height:60px;}
  .profile .close{width:60px;height:60px;top:10px;right:10px;}
  .profile .close span{width: 60px;}

  #bg{
    z-index:-1;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }

  #disco.detail .details .buy{padding:20px 0;text-align: center;}
  #disco.detail .details .buy a{display: inline-block;min-width: 80px;border:1px solid #000;text-align: center;font-size: 10px;border-radius: 15px;margin-bottom: 5px;letter-spacing: 0;}

  #special .inner{padding: 0 6% 60px;}
  .specialList li{
    width: 100%;
    margin: 0 0 30px 0;
  }
  /* video */
  #movie .inner{padding: 0 6%;}
  .videoList li{
    margin-bottom:30px;
    height: 180px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
  }
  .videoList li a{
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    background: rgba(0,0,0,0.3)
  }
  .videoList li .tit{
    position: absolute;
    top:50%;
    left:50%;
    z-index: 2;
    font-size: 20px;
    letter-spacing: 0.05em;
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    text-align: center;
  }
  .videoList li .tit .fa{
    display: block;
    margin: 0 auto;
    opacity: 0.8;
    font-size: 60px;
  }
}

/* TABLET
=================================== */
@media screen and (min-width:768px) and (max-width: 1000px){
  #header .gNavi li{font-size: 32px}
  #header .gNavi .sns{font-size: 36px}
  #about .ph{background-position: center 30%}
  #sns .other .box{text-align: center;}
  .specialList{margin-top: 40px}
  .specialList li{width:50%;}
  .specialList li:nth-child(odd) a{padding-right:10px;}
  .specialList li:nth-child(even) a{padding-left:10px;}
  .videoList li{height: 350px}

}
