@charset "UTF-8";

/* -
----------------------------------------------*/

#g_header.is-hide{
	transform: translateY(0);
}
body{
	background: url(../img/bg01_pc.jpg) center top no-repeat fixed;
	background-size: cover;
}
.ui_fade{
	transition: all 1000ms;
	opacity: 0;
	visibility: hidden;
	transform: translate(0px, 50px);
}
.ui_fadein{
	opacity: 1;
	visibility: visible;
	transform: translate(0px, 0px);
}

.outer_bg{
	background: linear-gradient(135deg , #f5c0d4 0% , #ccf1f6 100%);
	background-size: 100% 100%;
	width: 100%;
	max-width: 680px;
	margin: 0 auto;
}
#l-main {
  width: 100%;
	max-width: 600px;
	margin: 0 auto;
	min-height: 100vh;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.otai_box01{
	background: linear-gradient(180deg , #c7e8f9 0% , #c2e3f6 100%);
	padding: 36px 0;
}
.otai_phone{
	position: relative;
	max-width: 522px;
	height: 0;
	padding-top: 190%;
	margin: 0 auto;
}
.otai_phone::after{
	content: '';
	position: absolute;
	z-index: 3;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../img/bg_mobile.png) top center no-repeat;
	background-size: 100% 100%;
	pointer-events: none;
}
.otai_phinner_wp{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 5% 4.5%;
	z-index: 1;
	overflow: hidden;
	border-radius: 140px;
	background: #fbfcfe;
}
.otai_phinner{
	height: 100%;
	margin-right: 0.5%;
	overflow-y: scroll;
}
@media only screen and (min-width: 674px) {
	.otai_phinner::-webkit-scrollbar {
	  width: 2px;
	  border-radius: 2px;
	}
	.otai_phinner::-webkit-scrollbar-thumb {
	  background: linear-gradient(to bottom right, #aaa 0%, #aaa 100%);
	  border-radius: 2px;
	}
	.otai_phinner::-webkit-scrollbar-track {
	  background-color: #f1f1f1;
	  border: 1px solid #f1f1f1;
	  border-radius: 2px;
	}
	.otai_phinner::-webkit-scrollbar-button {
	  background-color: #f1f1f1;
	  border-radius: 2px;
	  height: 0;
	}
	.otai_phinner::-webkit-scrollbar-button:hover {
	  background-color: #f1f1f1;
	}
}
.otai_imgbox{
	max-height: 1600px;
}
.pb_100{
	padding-bottom: 100px;
	background: #fff;
}
.otai_detail{
	padding: 0 0 300px 0;
	position: relative;
	background: #fff;
}
.otai_btn01{
	display: block;
	position: absolute;
	width: 77.4%;
	left: 13%;
	top: 1px;
}
.otai_btn01:hover{
	opacity: 0.7;
	transition: 0.3s;
}
.otai_main{
	margin-top: 80px;
	margin-bottom: -5px;
	position: relative;
	background: #000;
}
.otai_main + div{
	position: relative;
	z-index: 2;
}
.otai_main>div{
	position: absolute;
	opacity: 0;
}
.kv_a01{
	position: absolute;
	z-index: 2;
	right: 0;
	top: 1.5%;
	width: 59.6%;
}
.kv_a02{
	position: absolute;
	z-index: 6;
	right: 0;
	top: 20.2%;
	width: 41.95%;
}
.kv_b01{
	position: absolute;
	z-index: 1;
	left: 0;
	top: 20.2%;
	width: 64.1%;
}
.kv_b02{
	position: absolute;
	z-index: 4;
	left: 3.8%;
	top: 18.9%;
	width: 83.7%;
}
.kv_b03{
	position: absolute;
	z-index: 3;
	left: 8.7%;
	top: 21.6%;
	width: 83.4%;
	mix-blend-mode: multiply;
}
.kv_b04{
	position: absolute;
	z-index: 5;
	left: 0;
	top: 54%;
	width: 55.8%;
}
.kv_c01{
	position: absolute;
	z-index: 7;
	left: 6%;
	top: 4.6%;
	width: 89%;
}
.kv_fadein_a{
	animation: fadein 1.5s 0.5s ease forwards;
}
.kv_fadein_b{
	animation: fadein 1.5s 2s ease forwards;
}
.kv_fadein_c{
	animation: fadein 1.5s 3.5s ease forwards;
}
.kv_rotate{
	animation: rotate1 1s 3.5s steps(1, end) infinite;
}
@keyframes fadein {
  0% {opacity: 0;}
  100% {opacity: 1;}
}
@keyframes rotate1 {
  0% {
    transform: rotate(-5deg);
  }
  50% {
    transform: rotate(5deg);
  }
}
.ui_fade,.ui_fade_i{
	transition: all 1000ms;
	opacity: 0;
	visibility: hidden;
	transform: translate(0px, 50px);
}
.ui_fadein{
	opacity: 1;
	visibility: visible;
	transform: translate(0px, 0px);
}
.bg_01{
	background: url(../img/img_01_bg.jpg)no-repeat;
	background-size: 100% auto;
}
.bg_pink{
	background: #f8d0df;
}
.bg_05{
	background: #c2e3f6;
}
.bg_yel{
	background: #fdf2d6;
}
.bg_whi{
	background: #fff;
}
.bg_13{
	background: #3cb9cf;
}

.otai_slider{
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding-bottom: 80px;
}
.otai_slider li{
	position: relative;
}
.otai_slider li a{
	width: 58%;
	position: absolute;
	left: 22.5%;
	bottom: 6%;
}
.otai_slider li a::after{
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 95px;
	height: 95px;
	background: url(../img/ico_movie.png) no-repeat;
	background-size: 100% 100%;
}
.otai_slider .ui_slick{
	width: 90%;
	max-width: 801px;
	margin-left: 3.3%;
}
.otai_slider .slick-list{
	overflow: visible;
}
.otai_slider .slick-dots{
	left: 1.6%;
	bottom: -50px;
}
.otai_slider .slick-prev,
.otai_slider .slick-next{
	width: 57px;
	height: 57px;
	border: none;
	opacity: 1;
}
.otai_slider .slick-prev{
	background: url(../img/slider_L.png) no-repeat;
	background-size: 100% 100%;
}
.otai_slider .slick-next{
	right: -16px;
	background: url(../img/slider_R.png) no-repeat;
	background-size: 100% 100%;
}
.otai_slider .slick-prev:after,
.otai_slider .slick-next:after{
	display: none;
}
.slick-disabled{
	opacity: 0 !important;
	pointer-events: none;
}

.ui_modal_wp,.ui_modal_over{
	position: fixed;
	z-index: 1010;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.ui_modal_wp{
	display: none;
	opacity: 0;
}
.ui_modal_over{
	background: rgba(0,0,0,0.6);
}
.ui_modal_container{
	position: relative;
	z-index: 1011;
	background: #fff;
	max-height: calc(95vh - 105px);
    max-width: 885px;
	width: calc(100% - 30px);
	display: flex;
	flex-direction: column;
}
.ui_modal_s{
	max-width: 500px;
	max-height: 250px;
}
.ui_modal_close{
	position: absolute;
	z-index: 102;
	right: 0;
	top: -0.4em;
	width: 2em;
	height: 2em;
	font-size: 1.6em;
	cursor: pointer;
}
.ui_modal_close:before,.ui_modal_close:after{
	content: '';
	position: absolute;
	top: 0.9em;
	left: 0.25em;
	width: 75%;
	height: 0.1em;
	background: #333;
}
.ui_modal_close:before{
	transform: rotate(45deg);
}
.ui_modal_close:after{
	transform: rotate(-45deg);
}
.ui_modal_content{
	display: none;
}
.ui_modal_body{
	overflow-y: auto;
    position: relative;
}
.ui_modal{
	cursor: pointer;
}
.ui_modal_container_you{
	background: none;
}
.ui_modal_container_you .ui_modal_body{
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.4%;
}
.ui_modal_container_you .ui_modal_close{
	top: -44px;
}
.ui_modal_container_you .ui_modal_head h4{
	display: none;
}
.ui_modal_container_you .ui_modal_close:before,.ui_modal_container_you .ui_modal_close:after{
	background: #fff;
}
.ui_you_iframe{
	position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgb(0 0 0 / 60%);
    background: black;
}


@media screen and (max-width: 899px) {
  #l-main {
    margin: 13vw 0 0 0;
  }
	.otai_main{
		margin-top: 0;
	}
	.otai_box01{
		padding: 5vw;
	}
	.otai_phone{
		background-size: 100% auto;
	}
	.otai_imgbox {
	  max-height: 700px;
	}
	.otai_detail{
		padding-bottom: 130px;
	}
	.pb_50sp{
		padding-bottom: 50px;
	}
	.otai_phinner_wp{
		border-radius: 14vw;
	}
	.otai_slider .slick-prev, .otai_slider .slick-next{
		width: 7.5vw;
		height: 7.5vw;
	}
	.otai_slider .slick-prev{
		left: 1vw;
	}
	.otai_slider .slick-next{
		right: -2.2vw;
	}
	.otai_slider .slick-dots{
		bottom: -11vw;
	}
	
}

