@charset "UTF-8";
/* CSS Document */

/*____________ common_____________

_______ font

font-family: "tbudgothic-std"; 400 700 900
font-family: "source-han-sans-japanese"; 400 700
font-family: "dnp-shuei-ymincho-std"; 500 600

z-index

#gMenuBurger:950
.overlay:900
.header: 800


____________ common_____________*/

 /*全要素へbox-sizing */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	

}
html, body {
	color: #fff;
	background-color: #F273A6;
	margin: 0;
	padding: 0;
	width: 100%;
	line-height: 0;  /*全ての要素にline-height設定*/
	font-family: "tbudgothic-std", "source-han-sans-japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 11pt;
	font-weight: 400;
	
/*height: 100%; 100%だとモーダルに影響 */
	
	/*font表示最適化 ON*/
-webkit-font-smoothing: subpixel-antialiased;
	-moz-osx-font-smoothing: auto;
-moz-osx-font-smoothing: grayscale; 
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
	
	background-image: url(../img/base.jpg);
	background-repeat: repeat-y;
	background-size: 100% auto;
	text-shadow: 0px 0px;
	background-attachment: fixed;
}


body.baseBlue{
	background-color: #566FD6;
	background-image: url(../img/base_blue.jpg);
}

body.baseViolet{
	background-color: #742E65;
	background-image: url(../img/base_violet.jpg);
}


a {
	text-decoration: none;
	color: hsla(192,100%,50%,1.00);
}

a:hover {
	text-decoration: none;
	color: hsla(0,0%,100%,1.00);
}


.MT-0{
	margin-top:0 !important;
}

.M-0{
	margin:0 !important;
}

.MB-50{
	margin-bottom: 50px !important;
}

.MB-2{
		margin-bottom:2em !important;
}

.container-base{
	padding-top:50px;
	position: relative;
	width: 100%;
	
	max-width: 1100px;
	margin:auto;
	left: 0;
	right: 0;
}

.img100 img{
	width:100%;
}



.wrapper-full{
	position: relative;
	margin:5% auto;
	width:100%;
	
}

.wrapper{
	position: relative;
	width:95%;
	margin:5% auto;
}

.hidden{
overflow: hidden;	
}

.cursor{
	cursor: pointer;
}



.dropShadow-pink{
 -webkit-filter: drop-shadow(0px 0px 1px hsla(337,100%,39%,0.60));
  filter: drop-shadow(0px 0px 1px hsla(337,100%,39%,0.60));}

.textShdow-pink{
	text-shadow: 0px 0px 2px hsla(337,100%,39%,0.60);
}

/*.shadow-pink{
	-webkit-box-shadow: 0px 0px 5px hsla(337,80%,77%,0.50);
	box-shadow: 0px 0px 5px hsla(337,80%,77%,0.50);
}*/

p {
line-height:  1.7em;
}



/*loadingicon*/

.fadeBase {
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
	opacity: 0;
   }
   


.loadingicon{
	position: absolute;
	width: 54px;
	margin-top: -45px;
	margin-left: -27px;
	top: 50%;
	left: 50%;
	z-index: 0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	opacity: 0;
	display: none;
	
}

.loadingicon img{
width:100%;	
}


.fadeOut {
      opacity: 0;
      }
	  
	     .fadeIn {
      opacity: 1;
      }



.animate_01{
	 opacity: 0;
	 -webkit-animation-duration:0.8s;
-moz-animation-duration:0.8s;
-ms-animation-duration:0.8s;
-o-animation-duration:0.8s;
animation-duration:0.8s;
}


.flex-center{
	 display: -webkit-flex; /* Safari用 */
  display: flex;
  -webkit-justify-content: center; /* Safari用 */
  justify-content: center;
  -webkit-align-items: center; /* Safari用 */
  align-items: center;
}


.container-min{
width: 100%;
/*	max-width: 1170px;
	min-width:768px !important;	*/
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	padding: 0;
	margin: 0 0 30px 0;
}



/*_______________________ btn*/


.btn{
	 padding: 0px 0em;
    font-weight: 900;
    display: inline-block;
    text-decoration: none !important;
    font-size: 100%;
	line-height: 1;
}



.btn-n {
/*	background-color: #2D77CD;*/
	color: #fff !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .2s;
	transition: all .2s;
text-shadow:
1px 1px 3px rgba(0,0,0,0.4),
0px 0px 0px rgb(255, 255, 255),
0px 0px 0px rgb(255, 255, 255);
}
.btn-n:hover {
	/*background-color: hsla(333,86%,67%,0.5);*/	
	background-color: hsla(229,70%,56%,0.4);
	
	/*background: -moz-linear-gradient(left, rgba(15,180,231,0) 0%, rgba(15,180,231,0.81) 25%, rgba(15,180,231,0.81) 75%, rgba(15,180,231,0) 100%);
background: -webkit-linear-gradient(left, rgba(15,180,231,0) 0%,rgba(15,180,231,0.81) 25%,rgba(15,180,231,0.81) 75%,rgba(15,180,231,0) 100%);
background: linear-gradient(to right, rgba(15,180,231,0) 0%,rgba(15,180,231,0.81) 25%,rgba(15,180,231,0.81) 75%,rgba(15,180,231,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000fb4e7', endColorstr='#000fb4e7',GradientType=1 );*/
}

.modal .btn-n:hover {
	background-color: hsla(333,86%,67%,0.5);
}


/*active*/

.btn-n.active {
	background-color: hsla(229,70%,56%,0.4);
}

.btn-headerSub.active {
	background-color: hsla(333,86%,67%,0.5);
}






#headerMenu-enter {
	display: none;
}



@media screen and (min-width: 961px) {
	
	
	
	
	.btn{
	 padding: 13px 1.5em;
    font-weight: 900;
    display: inline-block;
    font-size: 110%;
	line-height: 1;
}

	.modal 	.btn{
	 padding: 0px 1.5em;	
	}
	
	.btn.btn-header{
			 padding: 0px 0.5em;
		line-height: 50px;
		height:50px;
		font-size: 97%;
		 font-weight: 900;
}
	
	.btn.btn-header:hover{
	
	background-color: hsla(229,70%,56%,0.4);
	}
	
	
	.pcHeader-menu{
	position: absolute;
	top:0px;
	margin:auto;
	left:auto;
	right:60px;

}
	
	.enter #headerMenu-enter {
	display: block;
}
	
	#headerMenu-enter{
	position: fixed;
	top: 50px;
	margin: auto;
	left: 0;
	right: 0;
	z-index: 100;
	background-color: hsla(220,68%,35%,0.5);
	}
	
	
	

	
	
.btn.btn-headerSub{
			 padding: 0px 0.7em;
		line-height: 34px;
		height:34px;
	font-size: 95%;
}
	
	.btn.btn-headerSub:hover{
			background-color: hsla(333,86%,67%,0.5);
	}
	
	
	#headerMenu-top{
	position: fixed;
	top: 50px;
	margin: auto;
	left: 0;
	right: 0;
	z-index: 100;
	background-color: hsla(220,68%,35%,0.8);
	}
	
	
	#headerMenu-top .btn.btn-headerSub{
			 padding: 0px 1em;
		line-height: 34px;
		height:34px;
	font-size: 100%;
}
	

	
}  /*END  __  961*/








	#footerMenu-pc{
	position: absolute;
	bottom: 8%;
	margin: auto;
	left: 0;
	right: 0;
	background-color: hsla(333,74%,55%,0.7);		
	/*	background-color: hsla(200,100%,50%,0.70);	*/
	}


.flexSet-menu{

	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-flex-direction: row; /* Safari */
	flex-direction: row;
	-webkit-flex-wrap: nowrap; /* Safari */
	flex-wrap: nowrap;
-webkit-justify-content: center; /* Safari */
  justify-content:         center;
}









main {
	/*margin-top:50px;*/
	/*min-height: 100vh;*/
}
.header {
	position: fixed;
	background-image: url(../img/header_base.png);
	height: 50px;
	width: 100%;
	top: 0;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	z-index: 800;
}
.logoImg {
	position: relative;
	width: 100%;
	/*height:100%;*/
	/*max-width: 375px;*/
	max-width: 270px;
	top: 44%;
	-webkit-transform: translateY(-45%);
	-ms-transform: translateY(-45%);
	transform: translateY(-45%);
	z-index: 100;
}
.logoImg img {
	width: 100%;
}
/*burger*/


#gMenuBurger {
	position: fixed;
	right: 10px;
	z-index: 950;
}
.icon-animation {
	width: 50px;
	height: 50px;
	/*float: left;*/
	display: block;/*  background: rgba(255, 255, 255, 0);*/
}
.icon-animation span {
	width: 30px;
	height: 2px;
	display: block;
	/*  background: #fff;*/
	background: #00cbff;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -15px;
}
.line1 span {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}
.line1 .top {
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
}
.line1 .bottom {
	-webkit-transform: translateY(10px);
	-ms-transform: translateY(10px);
	transform: translateY(10px);
}
/*.line1:hover .top {
  -webkit-transform: translateY(-17px);
      -ms-transform: translateY(-17px);
          transform: translateY(-17px); }

.line1:hover .bottom {
  -webkit-transform: translateY(17px);
      -ms-transform: translateY(17px);
          transform: translateY(17px); }*/

.line1.is-open .middle {
	background: rgba(255, 255, 255, 0);
}
.line1.is-open .top {
	-webkit-transform: rotate(-45deg) translateY(0px);
	-ms-transform: rotate(-45deg) translateY(0px);
	transform: rotate(-45deg) translateY(0px);
}
.line1.is-open .bottom {
	-webkit-transform: rotate(45deg) translateY(0px);
	-ms-transform: rotate(45deg) translateY(0px);
	transform: rotate(45deg) translateY(0px);
}

/*test*/


.overlay {
	display: none;
	position: fixed;
	top: -10px;
	left: 0;
	right: 0;
	bottom: -10px;
	background-color: hsla(224,65%,34%,0.9);
	overflow: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 910;
}
.container {
	display: table;
	padding: 10px 0;
	width: 100%;
	height: 100%;
}
.inner {
	display: table-cell;
	padding: 2.7em 2em;
	vertical-align: middle;
	/*line-height: 1.6em;*/
}

.inner.full{
padding: 0;	
}
.modal {
	margin: 0 auto;
	padding: 1.9em 2em;
	max-width: 550px;
	text-align: justify;
	text-justify: inter-ideograph;
	border-radius: 7px;
	background-color: #fff;
	box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
	color: hsla(359,76%,35%,1.00);
}
.modal::after {
	display: table;
	content: '';
	clear: both;
}
.modal > p {
	text-indent: 1em;
	line-height: 1.7em;
}
.modal.menu {
	margin: 0 auto;
	padding: 10px 0em;
	max-width: 100%;
	width: 100%;
	text-align: justify;
	text-justify: inter-ideograph;
	border-radius: 0px;
	box-shadow: 0 1px 5px rgba(0, 0, 0, .0);
	color: hsla(359,76%,35%,1.00);
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-flex-direction: column; /* Safari */
	flex-direction: column;
	-webkit-justify-content: center; /* Safari */
	justify-content: center;
	background-color: hsla(0,0%,100%,0);
}
.modal.menu::after {
	display: table;
	content: '';
	clear: both;
}
.modal.menu > p {
	text-indent: 1em;
	
}
.gBt {
	/*width: 100%;*/
	padding: 0.4em 0;
	color: #fff;
	font-size: 120%;
	text-align: center;/*background-color: hsla(359,62%,58%,1.00);*/
	line-height: 1.7;
	font-weight: 900;
}
.button {
	float: right;
	margin-top: .8em;
	padding: .5em 1.4em;
	color: #fff;
	font-size: .95em;
	border: 0;
	border-radius: 4px;
	outline: 0;
	background-color: #e57373;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.button:hover {
	background-color: #dd7979;
}




/*_____________________________________________ contents*/



.base_01:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 130%;
  height: 80%;
  margin: 0% -13% 0;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: rotate(6deg);
  -ms-transform: rotate(6deg);
  transform: rotate(6deg);
 /* z-index: -1;*/
	
	background-image: url(../img/base_01.png);
	background-repeat: repeat-y;
	background-size: 100% auto;
}

.base_01.left:before {
	-webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: rotate(-6deg);
  -ms-transform: rotate(-6deg);
  transform: rotate(-6deg);
	
}

.contents_inner {
  box-sizing: boder-box;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 10% 10px 30%;
  color: #fff;
  text-align: center;
}

#photoGallery_set .contents_inner{
	 padding: 25% 10px 30%;
}








/*_____________________________________________ SNS*/
	
.social-button {
	position: relative;
	overflow: hidden;
	margin: 0px auto !important;
	padding: 10px 0;
}
.social-button > ul {
	position: relative;
	left: 50%;
	float: left;
	margin: 0px;
	padding: 0px;
	list-style: outside none none;
}
.social-button > ul > li {
	position: relative;
	left: -50%;
	float: left;
	margin: 0px 5px;
	padding: 0px;
	line-height: 1.7;
}
.social-button > ul > li .fb-like > span {
	vertical-align: 0 !important;
}
li.fb {
	top: 3px;
	width: 70px;
}
li.tw {
	top: 3px;
	width: 70px;
}
li.line {
	top: -1px;
	width: 88px;
}
li.gp {
	width: 60px;
}
li.film {
	top: -1px;
	width: 100px;
}
li.eigacom {
	width: 90px;
}
li.twitterIcon {
	color: #FFFFFF;
	font-size: 19px;
	margin-left: 18px;
}
li.twitterIcon a {
	color: #C7C7C7;
}
li.twitterIcon a:hover {
	color: #FFFFFF;
}
.twitterIconText {
	font-size: 50%;
	color: #C7C7C7;
	line-height: 10px!important;/*	background-color: #921D1F;
	display: block;
	height: 18px;*/
}
.snsWrapper {
}
.flex-social {
	width: 100%;
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
	-webkit-justify-content: space-around; /* Safari */
	justify-content: space-around;
	padding: 10px 0 10px 0;
}
.social-share {
	top: 0px;
	position: relative;
	margin: 0px;
}
.social-share a.twitter-share {
	height: 32px;
	width: 32px;
	border-radius: 3px;
	font-size: 30px;
	display: inline-block;
	text-align: center;
	color: #fff;
	-webkit-transition: all 0.2s !important;
	-moz-transition: all 0.2s !important;
	-ms-transition: all 0.2s !important;
	-o-transition: all 0.2s !important;
	transition: all 0.2s !important;
}
.social-share a.twitter-share:hover, .social-share a.twitter-share:focus {
	color: #fff;/*background-color: hsla(0,0%,100%,1);*/
}
.social-share a.facebook-share:hover, .social-share a.facebook-share:focus {
	background-color: #E6000E;
}
.social-share a.facebook-share {
	height: 50px;
	width: 50px;
	background-color: #3B5898;
	border-radius: 3px;
	font-size: 21px;
	display: inline-block;
	text-align: center;
}
.social-share a {
	color: #fff;
}
.social-share a:hover {
	color: #fff;
}
.social-share a i {
	margin-top: 8px;
}
.social-share-large a {
	height: 53px !important;
	width: 60px!important;
	font-size: 35px!important;
}

@media screen and (max-width: 360px) {
.social-share-large a {
	height: 40px !important;
	width: 40px!important;
	font-size: 25px!important;
}
.socialBox-txt {
	color: hsla(0,0%,62%,1.00);
	text-align: center;
	font-size: 40%;
	line-height: 1em;
}
}
.socialLinkBox {
}
.socialLink {
	padding-top: 0px;
	display: inline-block;
	margin: 0px 0px 0px 0px;
}
.socialBox {
	text-align: center;
	margin-left: 2px;
	margin-right: 2px;
}
.socialBox-txt {
	color: hsla(0,0%,0%,1.00);
	text-align: center;
	font-size: 60%;
	line-height: 1em;
	margin-top: 3px;
	font-weight: 600;
}
.youtubeIcon {
	padding-top: 10px;
}
.youtubeIcon img {
	width: 70%;
}
.bnrBoxWrapper {
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-flex-direction: row; /* Safari */
	flex-direction: row;
	position: absolute;
	z-index: 999;
}
.flexBnr {
	width: 120px;
}
.flexBnr img {
	width: 100%;
}
.bnrBox {
	width: 100px;
	height: auto;
	margin-top: 0px !important;
}
.bnrBox2 {
	width: 100px;
}
.bnrMargin {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}
.footer-wblogo {
	width: 100%;
	max-width: 300px;
	line-height: 0px;
	text-align: center;
	padding:20px 0 20px 0;
	
}
.footer-wblogo img {
	width: 40%;
}
.footer-link {
	width: 50%;
	line-height: 0px;
	background-color: hsla(0,0%,0%,1.00);
	text-align: center;
		font-size: 80%;
}
.footer-bnr img {
	width: 100%;
}

.copyright{
	font-size: 70%;
}

.footer-link a {
	color: #fff;
}

.footer-link a:hover {
	color: #FFCAE0;
}

footer{
	margin-top:5%;
	overflow: hidden;
	background-image: url(../img/footer_base.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	background-size: auto 100%;
}






/*_____________gallery_____________f*/

.gallery_look{
	position:relative;
	z-index: 1;

}

.gallery_thumb_img{
	position:absolute;
	top:0px;
}


.tweetTitle{
	font-size: 150%;
	text-align: center;
	line-height: 1.4em;
	font-weight: 700;
	margin-bottom: 1em;
}




/*_____________flex_____________f*/

.flexSet-wrap{
	max-width: 1100px;
	margin: auto;
	
	
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-flex-direction: row; /* Safari */
	flex-direction: row;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
	-webkit-justify-content: space-between; /* Safari */
	justify-content: space-between;

	
}

.innerMB{
	margin-bottom: 40%;
}



.flexSet-wrap::after{
  content:"";
  display: block;
  width:32.5%;
}



/*_____________butterfly_____________f*/

.butterfly-l{
	-moz-transform: rotate(-30deg);
-webkit-transform: rotate(-30deg);
-o-transform: rotate(-30deg);
-ms-transform: rotate(-30deg);
}

.butterfly-r{
	-moz-transform: rotate(30deg);
-webkit-transform: rotate(30deg);
-o-transform: rotate(30deg);
-ms-transform: rotate(30deg);
}


/*_____________ youtube _____________f*/

.youtube {
	position: relative;
	/* padding-bottom: 56.25%;
    padding-top: 30px;*/
	padding-bottom: 56.25%;
	padding-top: 0px;
	height: 0;
	overflow: hidden;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #010922;
}
.youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background-color: #010922;
}

.topWrapper{
	
	
	display: -webkit-flex; /* Safari用 */
	display: flex;
	
	 -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap:         wrap;
	
	
	
}

.fullArea{
	width:80%;
	margin:0 auto 0 auto;
}

.conWrap2{
	margin-bottom: 100px;
	
}

.mainArea2{
	width: 100%;
	line-height: 1.8em;
	padding: 0 20px 60px 0;
	color: #3F3F3F;
	font-size: 110%;

}

.closeBtn{
	width: 41px;
	height: 41px;
	position: fixed;
	right: 10px;
	top: 10px;
	z-index: 999;
}

.closeBtn img{
	width:100%;
}

.tralerNav{
	margin-top:20px;
	display: -webkit-flex; /* Safari */
  display: flex;
	
  -webkit-justify-content: center; /* Safari */
  justify-content:         center;
	
}

.trailerBt{
width:30%;	
	margin:2px;
}






/*_____________ footerMenu _____________f*/




.footerMenu-item{
	width: 49.5%;
	position: relative;
	line-height: 0;
	margin-bottom: 3px;
	}


.footerMenu-item-full{
	width: 100%;
	position: relative;
	line-height: 0;
	margin-bottom: 1%;
	

	}



.footerMenu-item img,
.footerMenu-item-full img{
	width: 100%;
}





.footerPink{
	position: relative;
	width: 100%;
	background-image: url(../img/base_bottom.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% 100%;
}




.trailerTitle{

	font-size: 120%;
	text-align: center;
	line-height: 1.4em;
	font-weight: 700;
	margin-bottom: 1em;
	padding:1em 0 2em 0;

}

.pc{
	display:none;
}

.sp{
display:block;	
	
}



@media screen and (min-width: 961px) {
	
	.pc{
	display:block;
}

.sp{
display:none;	
	
}
	

	
	.flex-social{

	max-width:500px;
		margin:auto;
}

	
	#footerMenu{
	max-width:700px;
}
	
	.footerMenu-item{
	width: 24%;
	margin-bottom: 3px;
	}
	
	.footerMenu-item.topBr{
	width:14.0%;
}
	
	.empty{
 width:14.0%;
}
	
	
	
	
}



@media screen and (min-width: 1159px) {
		

	
	.pcHeader-menu{

	position: absolute;
	top:0px;
	margin:auto;
	left:0;
	right:0;

}
		
	}



/*@media screen and (min-width: 1281px) {
}*/

@media screen and (min-width: 1101px) {
}

@media screen and (min-width: 961px) {
}
