@charset "UTF-8";
/*
Color
Pink: #f6bed3
Blue: #172a88
*/
html,body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
}
p,h1,h2,h3,h4,h5,h6,ul,ol,dl,dt,dd,div,section,iframe {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
li {
	list-style-type: none;
}
img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
a {
	text-decoration: none;
}

body {
	background: #f6bed3;
}

.ld-overlay {
  position: fixed;
	color: #f6bed3;
	font-size: 32px;
	letter-spacing: 0.4pt;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;

  z-index: 1000;
  overflow: hidden;
}
.ld-overlay .loading {
	position: fixed;
	width: 150px;
	z-index: 1002;
	padding-bottom: 30px;
	transition: all 1s;
}
.ld-overlay::after {
	content: '';
	display: block;
	position: fixed;
	left: 0;
	width: 100%;
  height: 100vh;
	background-color: #FFF;
	z-index: 1001;
	transition: all 0.5s 1s cubic-bezier(.49,.06,.57,.97);
}
.ld-overlay::before {
	content: '';
	display: block;
	position: fixed;
	left: 0;
	width: 100%;
  height: 100vh;
	background-color: #f6bed3;
	z-index: 1000;
	transition: all 0.5s 1.4s cubic-bezier(.49,.06,.57,.97);
}
.ld-overlay.loaded .loading {
	opacity: 0;
}
.ld-overlay.loaded::after {
	left: 100%;
	width: 0%;
}
.ld-overlay.loaded::before {
	left: 70%;
	width: 30%;
}

.popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 1000;
	display: none;
}
.popup-title {
	width: 136px;
}
.btn-close {
	position: fixed;
	top: 0;
	right: 0;
	width: 150px;
	z-index: 1001;
	transition: all 0.2s cubic-bezier(.49,.06,.57,.97);
}
.btn-close.off {
	top: -200px;
}
.btn-close:hover {
	opacity: 0.8;
	top: -7px;
	cursor: pointer;
}
.popup iframe {
	width: 100%;
	height: 100vh;
	border: none;
}
.popup-outer {
	width: 100%;
	height: 100vh;
	overflow: auto;
}

#tieup {
	/*max-width: 1400px;*/
	min-width: 1200px;
	margin: 0 auto;
	display: flex;
	padding: 20px 0 0;
	/*padding: 48px 0 0;*/
	background: #f6bed3;
}
#tieup .tieup-video {
	background: url("../images/home/tieup_bg.png") repeat left top;
	background-size: 81px 81px;
	border-top-left-radius: 30px;
	width: 35%;
	max-width: 420px;
	margin-left: 50px;
	overflow: hidden;
}
#tieup .tieup-video .btn-popup {
	display: flex;
	flex-direction: column;
	height: 100%;
	transition: all 0.3s;
}
#tieup .tieup-video .btn-popup:hover {
	cursor: pointer;
	background: rgba(255,255,255, 0.2);
}

#tieup .tieup-video-btn {
	width: 103px;
	height: 103px;
	background: #f6bed3;
	border-radius: 100px;
	border: solid 8px #FFF;
	margin: auto auto 0;
	transition: all 0.2s ease-out;
}

#tieup .tieup-video .btn-popup:hover .tieup-video-btn {
	transform: scale(0.9);
}

#tieup .tieup-video-name {
	width: 207px;
	padding-left: 20px;
	margin: 20px auto auto;
}
#tieup .tieup-links {
	background: url("../images/home/tieup_bg.png") repeat left top;
	background-size: 81px 81px;
	border-top-right-radius: 30px;
	padding: 48px;
}
#tieup .tieup-inner {
	background: url("../images/home/tieup_bg.png") repeat left top;
	background-size: 81px 81px;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	padding: 48px;
}
#tieup ul {
	display: flex;
	flex-wrap: wrap;
}
#tieup li {
	width: 20%;
	margin: 0;
	padding: 10px;
	box-sizing: border-box;
	/*background: url("../images/home/tieup_dot.png") no-repeat left center;
	background-size: 35px 35px;*/
	position: relative;
}
@media screen and (min-width: 1400px) {
	#tieup .tieup-video {
		border-top-right-radius: 30px;
	}
	#tieup .tieup-links {
		border-top-left-radius: 30px;
	}
	#tieup li {
		width: 14.2%;
	}
}

/*#tieup li:first-child {
	padding-left: 0;
	background: none;
}
#tieup li:nth-child(4) {
	padding-left: 0;
	background: none;
}*/
#tieup li a::after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
  /*1色パターン：border-bottomだけに色指定*/
  border-bottom: 12px solid #df95b1;
  border-left: 12px solid transparent;
	transition: all 0.3s;
}
#tieup li a:hover::after {
	bottom: 5px;
	right: 5px;
}
#tieup li.pink a::after {
	border-bottom: 12px solid #df95b1;
}
#tieup li.gray a::after {
	border-bottom: 12px solid #878787;
}
#tieup li.green a::after {
	border-bottom: 12px solid #00ada7;
}
#tieup li.dgreen a::after {
	border-bottom: 12px solid #0B5A3F;
}

#tieup a {
	display: block;
	max-width: 220px;
	/*height: 220px;*/
	border-radius: 3px;
	overflow: hidden;
	color: #172a88;
	position: relative;
}
#tieup span.title {
	display: block;
	width: 160px;
	height: 160px;
	line-height: 160px;
	font-size: 18px;
	background: #172a88;
	color: #FFF;
	text-align: center;
}

.bridge {
	min-width: 1200px;
	position: relative;
}
.billing-sub {
	position: absolute;
	top: 13px;
	left: 24px;
	width: 50%;
	
	text-align: center;
}
.billing-sub img {
	width: 490px;
}
.mubichike {
	width: 50%;
	margin: 0 0 0 auto;
	background: #f6bed3;
	padding: 20px 20px 0 48px;
	display: flex;
	justify-content: flex-end;
}
.mubichike li {
	width: 125px;
	margin: 0 5px;
}


#wrap {
	position: relative;
	height: 100%;
	padding-left: 48px;
	min-width: 1200px;
	overflow: hidden;
}

#header {
	/*width: 65.8%;*/
	/*width: 60%;*/
	width: 50%;
	position: relative;
	height: 100%;
	transition: all 0.4s cubic-bezier(.49,.06,.57,.97);
}
.kv {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("../images/home/kv2.jpg") no-repeat center center;
	background-size: cover;
	z-index: 1;
}
/*.copy1 {
	width: 132px;
	position: absolute;
	top: 80px;
	left: 180px;
}*/
.page-title {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -50%;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	overflow-y: auto;
	background: url("../images/home/title3.png") no-repeat center top;
	background-size: auto 100%;
	z-index: 2;
}
.page-title img {
	width: 100%;
	height: 100%;
	opacity: 0;
	display: block;
	margin: auto 0;
}
.sns {
	position: absolute;
	top: 0;
	left: 0;
	width: 48px;
	height: 100%;
	padding-bottom: 100px;
	background: #f6bed3;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.sns h3 {
	line-height: 48px;
}
.sns li a {
	display: block;
	width: 48px;
	height: 48px;
	position: relative;
}
.sns li {
	border-bottom: solid 2px #f6bed3;
}
.sns li a span {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 48px;
	height: 48px;
	text-indent: -9999px;
	transition: all 0.2s ease-out;
}
.sns li a.btn-twitter span {
	background: url("../images/home/btn_twitter.png") no-repeat right top;
	background-size: 96px 48px;
}
.sns li a.btn-instagram span {
	background: url("../images/home/btn_instagram.png") no-repeat right top;
	background-size: 96px 48px;
}
.sns li a.btn-tiktok span {
	background: url("../images/home/btn_tiktok.png") no-repeat right top;
	background-size: 96px 48px;
}
.sns li a::after {
	content: '';
	display: block;
	width: 100%;
	height: 48px;
	background: #172a88;
	transition: all 0.2s ease-out;
}
.sns li a:hover span {
	background-position: left top;
}
.sns li a:hover::after {
	width: 0;
}

.side {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: absolute;
	top: 0;
	left: 55%;
	/*background: rgba(246, 190, 211, 1);*/
	width: 45%;
	height: 100%;
	z-index: 100;
	transition: all 0.4s cubic-bezier(.49,.06,.57,.97);
}
.side .catch1 img,
.side .catch2 img {
	height: 100%;
	width: auto;
}
.btn-about {
	position: absolute;
	top: 10px;
	right: 0px;
	z-index: 101;
	transition: all 0.4s 0.1s;
}
.btn-about a {
	width: 162px;
	height: 32px;
	font-size: 14px;
	line-height: 32px;
	position: relative;
	display: block;
	background: #FFF;
	color: #172a88;
	text-align: center;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
	overflow: hidden;
	transition: all 0.2s;
}
.btn-event {
	position: absolute;
	top: 50px;
	right: 0px;
	z-index: 101;
	transition: all 0.4s 0.1s;
}
.btn-event a {
	width: 162px;
	height: 32px;
	font-size: 14px;
	line-height: 32px;
	position: relative;
	display: block;
	background: #FFF;
	color: #172a88;
	text-align: center;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
	overflow: hidden;
	transition: all 0.2s;
}
.btn-theater {
	position: absolute;
	top: 90px;
	right: 0px;
	z-index: 101;
	transition: all 0.4s 0.1s;
}
.btn-theater.unabled {
	right: -200px;
}
.btn-theater a {
	width: 98px;
	height: 32px;
	line-height: 32px;
	letter-spacing: 0.1em;
	font-size: 14px;
	position: relative;
	display: block;
	color: #172a88;
	text-align: center;
	background: #FFF;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
	overflow: hidden;
	transition: all 0.2s;
}
.btn-theater a img {
	opacity: 0;
}
.btn-about a:hover,
.btn-event a:hover,
.btn-theater a:hover {
	background: #172a88;
	color: #FFF;
}
.banner-special {
	width: 180px;
	height: 107px;
	background: #FFF;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 99;
	transition: all 0.3s;
}
.banner-special span.close {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	top: -20px;
	right: 0;
	text-indent: -9999px;
	background: #172a88;
	cursor: pointer;
}
.banner-special a:hover img {
	opacity: 0.8;
}
.banner-special.closed {
	bottom: -107px;
}
.banner-special span.close::before {
	content: '';
	display: block;
	position: absolute;
	top: 9px;
	left: 3px;
	width: 14px;
	height: 2px;
	background: #FFF;
	transform: rotateZ(45deg);
}
.banner-special span.close::after {
	content: '';
	display: block;
	position: absolute;
	top: 9px;
	left: 3px;
	width: 14px;
	height: 2px;
	background: #FFF;
	transform: rotateZ(-45deg);
}
.banner-special.closed span.close::before,
.banner-special.closed span.close::after {
	width: 8px;
}
.banner-special.closed span.close::before {
	left: 8px;
}

/*.btn-theater a::before {
	content: '';
	display: block;
	width: 100%;
	height: 50px;
	position: absolute;
	background: url("../images/home/btn_theater.png") no-repeat right top;
	background-size: 284px 50px;
	z-index: 103;
}*/
/*.btn-theater a::after {
	content: '';
	display: block;
	width: 100%;
	height: 50px;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	background: #172a88;
	z-index: 101;
	transition: all 0.2s ease-out;
}
.btn-theater a:hover img {
	left: 5px;
}
.btn-theater a:hover::after {
	opacity: 1;
}
.btn-theater a:hover::before {
	background-position: left top;
}*/
.side .catch1 {
	height: 27.5%;
	margin: 35px auto 0;
	transition: all 0.4s cubic-bezier(.49,.06,.57,.97);
}
.side .catch2 {
	height: 17.5%;
	margin: auto auto 105px;
	transition: all 0.4s cubic-bezier(.49,.06,.57,.97);
}
.banner-shortshort {
	width: 45%;
	position: absolute;
	bottom: 0px;
	left: 55%;
	z-index: 101;
	transition: all 0.4s cubic-bezier(.49,.06,.57,.97);
}
.banner-shortshort a {
	display: block;
	width: 413px;
	margin: 0 auto;
	transition: all 0.4s;
}
.banner-shortshort a:hover {
	opacity: 0.6;
}
.banner-shortshort.unabled {
	left: 100%;
	opacity: 0;
}
.side .trailer {
	width: 300px;
	height: 40%;
	margin: 0 auto;
}
.trailer {
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: absolute;
	top: 0;
	/*left: 54%;*/
	left: 45%;
	background: rgba(246, 190, 211, 0);
	width: 80%;
	height: 100%;
	z-index: 100;
	transition: all 0.5s 0.1s cubic-bezier(.49,.06,.57,.97);
}
.trailer .trailer-inner {
	width: 60%;
	height: 40%;
	/*background: url("../images/home/trailer_thumb.jpg") no-repeat center center;
	background-size: cover;*/
	margin: 0 auto;
	transition: all 0.6s cubic-bezier(.49,.06,.57,.97);
	position: relative;
	background: #000;
}
.trailer .trailer-inner.current {
	width: 120vh;
	height: 90vh;
}
.trailer .trailer-btns.current {
	display: block;
}
.trailer .trailer-btns {
	position: absolute;
	top: 170px;
	left: 20px;
	width: 160px;
	z-index: 2001;
	display: none;
}

.trailer .trailer-btns ul li {
	color: #AAA;
	line-height: 1.4em;
	border-left: solid 2px #666;
	padding: 8px 0 8px 10px;
	font-size: 14px;
	font-family: sans-serif;
}
.trailer .trailer-btns ul li span.sub {
	font-size: 12px;
}
.trailer .trailer-btns ul li.current {
	border-left: solid 2px #f6bed3;
	color: #f6bed3;
}

.trailer #player {
	width: 100%;
	height: 100%;
	transition: all 0.4s 0.2s;
}
.trailer .trailer-inner::after {
	content: '';
	display: block;
	background: url("../images/home/trailer_thumb.jpg") no-repeat center center;
	background-size: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
	transition: all 0.4s 0.6s ease-out;
	pointer-events: auto;
}
.trailer .trailer-inner::before {
	content: '';
	display: block;
	background: url("../images/home/trailer_title.png") no-repeat left top;
	background-size: 30px 110px;
	width: 30px;
	height: 110px;
	position: absolute;
	bottom: -10px;
	left: -14px;
	z-index: 10;
	transition: all 0.6s cubic-bezier(.49,.06,.57,.97);
}
.trailer .trailer-inner.current::before {
	opacity: 0;
	left: -60px;
}
.trailer .trailer-inner.current::after {
	opacity: 0;
	pointer-events: none;
}

.btn-arrow {
	width: 150px;
	height: 200px;
	position: absolute;
	top: 50%;
	left: 54%;
	margin-left: -48px;
	margin-top: -100px;
	z-index: 1001;
	transition: all 0.6s cubic-bezier(.49,.06,.57,.97);
}
.btn-arrow:hover {
	cursor: pointer;
}
.btn-arrow.current {
	left: 0%;
	width: 60px;
	height: 120px;
	top: 0;
	margin-top: 20px;
	/*margin-left: -100px;*/
	margin-left: 30px;
}
.btn-arrow span {
	display: block;
	position: relative;
	margin-top: 50px;
	width: 100px;
	height: 100px;
	transform: rotateZ(45deg);
	/*transform-origin: right top;*/
	text-indent: -9999px;
	transition: all 0.6s cubic-bezier(.49,.06,.57,.97);
}
.btn-arrow span::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 3px;
	height: 100px;
	background: #FFF;
	transition: all 0.2s ease-out;
}
.btn-arrow span::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	height: 3px;
	background: #FFF;
	transition: all 0.2s ease-out;
}
.btn-arrow.current span {
	transform: translateX(-20px) translateY(-40px) scaleX(0.4) scaleY(0.6) rotateY(180deg) rotateZ(45deg);
}
.btn-arrow:hover span::before {
	top: 0px;
	height: 90px;
	width: 2px;
}
.btn-arrow:hover span::after {
	left: 10px;
	width: 90px;
	height: 2px;
}

.deco {
	width: 110px;
	height: 85px;
	position: absolute;
	right: -55px;
	/*left: 0;
	margin-left: -5px;*/
	bottom: 0;
	z-index: 1;
	transition: all 0.4s cubic-bezier(.49,.06,.57,.97);
}
@media screen and (min-width: 1400px) {
	.deco {
		right: -5px;
	}
}
.deco.current {
	bottom: -60px;
	opacity: 0;
}

.page-title,
.sns h3,
.sns ul,
.side,
.banner-shortshort,
.trailer,
.btn-theater,
.btn-arrow,
.deco,
.banner-special {
	opacity: 0;
}
.is_loaded .page-title {
  -webkit-animation-name: moveUp;
  animation-name: moveUp;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
	-webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.is_loaded .trailer {
  -webkit-animation-name: moveLeft;
  animation-name: moveLeft;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
	-webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.is_loaded .side {
  -webkit-animation-name: moveRight;
  animation-name: moveRight;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
	-webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.is_loaded .banner-shortshort {
  -webkit-animation-name: moveRight;
  animation-name: moveRight;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
	-webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.is_loaded .btn-theater {
	-webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
	-webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.is_loaded .btn-arrow {
  -webkit-animation-name: moveRight;
  animation-name: moveRight;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
	-webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.is_loaded .sns h3 {
  -webkit-animation-name: moveBottom;
  animation-name: moveBottom;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
	-webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.is_loaded .sns ul {
  -webkit-animation-name: moveBottom;
  animation-name: moveBottom;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
	-webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.is_loaded .deco {
  -webkit-animation-name: moveUp;
  animation-name: moveUp;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
	-webkit-animation-delay: 0.4s;
  animation-delay:0.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.is_loaded .banner-special {
  -webkit-animation-name: moveUp;
  animation-name: moveUp;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
	-webkit-animation-delay: 0.6s;
  animation-delay:0.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


@-webkit-keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}
@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}
@keyframes scaleAll {
  from {transform: scale(0.6); opacity: 0;}
  to {transform: scaleY(1); opacity: 1;}
}
@-webkit-keyframes scaleAll {
  from {transform: scale(0.6); opacity: 0;}
  to {transform: scaleY(1); opacity: 1;}
}
@keyframes zooOut {
  from {transform: scale(1.2); opacity: 0;}
  to {transform: scaleY(1); opacity: 1;}
}
@-webkit-keyframes zooOut {
  from {transform: scale(1.2); opacity: 0;}
  to {transform: scaleY(1); opacity: 1;}
}
@-webkit-keyframes moveLeft {
  from {
		transform: translateX(40px);
    opacity: 0;
  }
  to {
		transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes moveLeft {
  from {
		transform: translateX(40px);
    opacity: 0;
  }
  to {
		transform: translateX(0px);
    opacity: 1;
  }
}
@-webkit-keyframes moveRight {
  from {
		transform: translateX(-40px);
    opacity: 0;
  }
  to {
		transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes moveRight {
  from {
		transform: translateX(-40px);
    opacity: 0;
  }
  to {
		transform: translateX(0px);
    opacity: 1;
  }
}
@-webkit-keyframes moveBottom {
  from {
		transform: translateY(-30px);
    opacity: 0;
  }
  to {
		transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes moveBottom {
  from {
		transform: translateY(-30px);
    opacity: 0;
  }
  to {
		transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes moveUp {
  from {
		transform: translateY(30px);
    opacity: 0;
  }
  to {
		transform: translateY(0px);
    opacity: 1;
  }
}