/*
当サイトのテキスト及び画像、それに伴う全ての無断転載は禁止いたします。
発見した場合は法的処置も視野にいれております。絶対に無断転載はお止めください。
*/
/*-----------------------*/
*{
	margin:0px;
	padding:0px;
}
body {
	-webkit-text-size-adjust: 100%;
	word-break: break-all;
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color:#fff;
	background: #000;
}
#wrapper{
	width: 100%;
	height: 100vh;
	height: 100dvh;
	position: relative;
	overflow: hidden;
}
img{
	width:100%;
}
.pr,
a.info{
	text-shadow: 0 1px 2px rgba(0,0,0,.3);
	opacity: .6;
	position: absolute;
	top:0;
	right:1%;
}
a.info{
	z-index: 5;
	position: relative;
	color:#fff;
}
img.imtag{
	width:1px;
	height: 1px;
	position: fixed;
	right: 0;
	bottom:0;
}
/*-------------------------------------------------カスタムプロパティ-------------------------------------------------*/
:root{
	--baseWidth: 100vw;
}
@media screen and (min-width:600px) {
	:root{
		--baseWidth: 450px;
	}
}
/*-------------------------------------------------カスタムプロパティ-------------------------------------------------*/
/*splash-------------------*/
#splash .woman{
	position: fixed;
	bottom:0;
	right:0;
	width: 100%;
	z-index: 1;
}
#splash .ques_btn{
	z-index: 2;
	position: absolute;
	bottom: 24%;
	right: 2%;
	width: 50%;
}
#splash .ques_btn:nth-child(1){
	bottom: 48%;
}
#splash .ques_btn:nth-child(2){
	bottom: 33%;
}
#splash .ques_btn:nth-child(3){
	bottom: 18%;
}
#splash .ques_btn:nth-child(4){
	bottom: 3%;
}
.spl_btn {
	animation: spl_btn 2s ease-in-out infinite normal;
}
@keyframes spl_btn {
0% {transform: scale(1);}
6% {transform: scale(1.2);}
9% {transform: scale(.95);}
12% {transform: scale(1.1);}
15% {transform: scale(.98);}
17% {transform: scale(1.05);}
19% {transform: scale(.99);}
21% {transform: scale(1.03);}
23% {transform: scale(1);}
100% {transform: scale(1);}
}
@-webkit-keyframes spl_btn {
0% {-webkit-transform: scale(1);}
6% {-webkit-transform: scale(1.2);}
9% {-webkit-transform: scale(.95);}
12% {-webkit-transform: scale(1.1);}
15% {-webkit-transform: scale(.98);}
17% {-webkit-transform: scale(1.05);}
19% {-webkit-transform: scale(.99);}
21% {-webkit-transform: scale(1.03);}
23% {-webkit-transform: scale(1);}
100% {-webkit-transform: scale(1);}
}
/*video_box-------------------*/
#video_box{
	width: auto;
	margin:0 auto;
}
#video_box video.play{
	display:none;
}
#video_box a{
	display:block;
}
#video_box .btn {
	width: var(--baseWidth);
	position:fixed;
	bottom:-10%;
	left:0;
	right: 0;
	margin: auto;
	z-index: 3;
	display: none;
}
#video_box .btn {
	transform: scale(1);
	animation: btn_scale_transform 0.8s ease-in-out infinite alternate, btn_scale_filter 0.8s ease-in-out infinite alternate;
}
@keyframes btn_scale_transform {
	0% {transform: scale(1);}
	100% {transform: scale(0.95);}
}
@keyframes btn_scale_filter {
	0% {filter: drop-shadow(0px 0px 0px #feff8b);}
	100% {filter: drop-shadow(0px 0px 8px #feff8b);}
}
@-webkit-keyframes btn_scale_transform {
	0% {-webkit-transform: scale(1);}
	100% {-webkit-transform: scale(0.95);}
}
@-webkit-keyframes btn_scale_filter {
	0% {-webkit-filter: drop-shadow(0px 0px 0px #feff8b);}
	100% {-webkit-filter: drop-shadow(0px 0px 8px #feff8b);}
}
#video_box video{
	height: 100vh;
	height: 100dvh;
}
/*infopage--------------------------------*/
.subpage{
	background: #fff;
	color:#414141;
	margin: 20px 0;
}
.subpage .sub_title{
	text-align:center;
	font-size:18px;
	font-weight: bold;
}
.p_privacy__ttl,
.p_privacy__ttl-big{
	border-bottom: 2px solid #5986ad;
	padding: 25px 5px 5px;
}
#info_box {
	border-collapse: separate;
	border-spacing: 0;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin: 10px auto 100px auto;
	width: 94%;
	font-size: 13px;
}
#info_box th {
	width: 100px;
	padding: 10px;
	font-weight: bold;
	vertical-align: middle;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	background: #eee;
}
#info_box td {
	width: auto;
	padding: 10px;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
/*PC--------------------------------*/
@media screen and (min-width: 600px) {
	body {
		overflow-y: hidden;
		height: 100vh;
		background-color: #fff;
	}
	body.subpage{
		overflow:auto;
		height: auto;
	}
	#wrapper{
		width:100%;
		max-width: 450px;
		margin:0 auto;
		position: relative;
		background-color: #000;
	}
	#splash .woman{
		width:450px;
		left:calc(50% - 225px);
		cursor: pointer;
	}
	#video_box .btn {
		cursor: pointer;
	}
	#video_box .btn:hover {
		opacity: .8;
	}
	a.info{
		z-index: 5;
		position: fixed;
		color:#fff;
		top:auto;
		right:auto;
		bottom:0;
		left:1%;
	}
}
/*-------------------------chat-------------------------*/
#chat {
	width: var(--baseWidth);
	height: 0;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	overflow: hidden;
	display: none;
	transition: height 0.5s ease;
	z-index: 20;
}
#chat.move {
	height: 100%;
}
a.chatlink {
	color: #3963ff;
	font-weight: bold;
}
a.chatimglink {
	display: block;
	text-decoration: none;
}
input {
	color: #000000;
}
#chatbox {
	font-family: -apple-system,Helvetica Neue,Helvetica,Arial,sans-serif;
	width:100%;
	height: 100vh;
	height: 100dvh;
	position: relative;
	z-index: 2;
	background-color: #7295c3;
	overflow: scroll;
	-ms-overflow-style: none;
	scrollbar-width: none;
}
#chatbox::-webkit-scrollbar {
	display:none;
}
#chattitle {
	font-family: -apple-system,Helvetica Neue,Helvetica,Arial,sans-serif;
	background-color: #ffffff;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	width: 100%;
	padding: 5px 0 0;
	height: 50px;
	max-width: 500px;
	right: 0;
	margin: 0 auto;
}
#chattitle .title_txt {
	font-size: 18px;
	font-weight: bold;
	color: #555555;
	line-height: 50px;
	display: inline-block;
	padding-left: 6%;
}
#chattitle .logo {
	width: 16%;
	height: calc(var(--baseWidth) * 0.16 / 136* 50);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 6%;
	margin: auto;
}
#chattitle .logo img {
	width: 100%;
	height: auto;
	display: block;
}
#chattitle span {
	font-size: 12px;
}
.close {
	width: 28px;
	height: 28px;
	position: absolute;
	right: 10px;
	top: 0;
	bottom: 0;
	margin: auto;
	border: 1px solid #666;
	border-radius: 5px;
}
.close span {
	font-size:20px;
	position: relative;
	color: #666;
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	width: 1em;
	height: 0.1em;
	background: currentColor;
	border-radius: 0.1em;
	transform: rotate(45deg);
	top: 13px;
}
.close span::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: inherit;
	border-radius: inherit;
	transform: rotate(90deg);
}
#chattalk {
	padding: 55px 0;
	background-color: #7295c3;
	min-height: 100vh;
}
.chattalk_box {
	width: 94%;
	margin: 10px 3%;
	display: none;
	justify-content: flex-start;
}
.chattalk_box.user_box {
	justify-content: flex-end;
}
.chattalk_box.title_box {
	display: block;
	overflow: hidden;
	background-color: #FF7CB4;
	margin: 20px 0 15px 0;
	width: 100%;
	text-align: center;
	padding: 15px 0;
}
.chattalk_box.title_box p {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}
.chat_ownimg{
	width: 36px;
	height: 36px;
	background-color: #fff;
	position: relative;
	border-radius: 19px;
	border:2px solid #b283ff;
	overflow: hidden;
}
.chat_ownimg img{
	width: 36px;
	height: 36px;
}
.chat_owntalk,
.chat_usertalk {
	position: relative;
	padding:10px;
	color: #555;
	font-size: 15px;
	background: #f6f4f4;
	border-radius: 8px;
	left:15px;
	top: 0;
	max-width: 80%;
	display: none;
}
.chat_usertalk {
	padding: 10px 10px 15px;
}
.chat_owntalk {
	max-width: 70%;
}
.chattalk_box.img_box .chat_owntalk {
	padding: 0px;
	overflow: hidden;
	max-width: calc((70% + 20px)* 0.95);
	margin-left: 40px;
}
.chattalk_box.img_box .chat_owntalk img {
	width: 100%;
	height: auto;
	display: block;
}
.chat_owntalk .previmg_txt {
	width: calc(100% - 30px);
	padding: 10px 15px 10px;
	background-color: #FFFFFF;
}
.chat_owntalk .previmg_txt p:first-child {
	font-size: 15px;
	line-height: 18px;
	color: #000;
	font-weight: bold;
	margin-bottom: 2px;
}
.chat_owntalk .previmg_txt p:last-child {
	font-size: 13px;
	line-height: 17px;
	color: #7a7a7a;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.chat_owntalk:before {
	content: "";
	position: absolute;
	top: 0;
	left: -14px;
	margin-top: 5px;
	border-radius: 50%;
	transform: rotate(30deg);
	border: 5px solid transparent;
	border-right: 15px solid #f6f4f4;
}
.chattalk_box.img_box .chat_owntalk:before {
	display: none;
}
.chat_usertalk{
	background: #85e149;
	left:auto;
	right:5px;
	width: 70%;
}
.chat_usertalk:before {
	content: "";
	position: absolute;
	top: 0;
	right: -14px;
	margin-top: 5px;
	border-radius: 50%;
	transform: rotate(150deg);
	border: 5px solid transparent;
	border-right: 15px solid #85e149;
	color: #616161;
}
.chat_owntalk .chatmsg,
.chat_usertalk .chatmsg{
	margin: 0;
	padding: 0;
	line-height: 18px;
}
.chatmsg span {
	font-weight: bold;
}
.chatmsg span.pink {
	color: #ff5b81;
	font-weight: normal;
}
.chatmsg span.purple {
	color: #5f5bff;
	font-weight: normal;
}
.chatwrite {
	float: left;
	text-align: center;
	width: 10px;
	font-size: 10px;
	opacity: .8;
	display: none;
}
.chatwrite{
	animation-name: write_load;
	animation-duration: .6s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-direction:normal;
	-webkit-animation-name: write_load;
	-webkit-animation-duration: .6s;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-direction:normal;
	-moz-animation-name: write_load;
	-moz-animation-duration: .6s;
	-moz-animation-timing-function: ease-in-out;
	-moz-animation-iteration-count: infinite;
	-moz-animation-direction:normal;
}
.chatwrite:nth-child(2){
	animation-delay: .2s;
	-webkit-animation-delay: .2s;
	-moz-animation-delay: .2s;
}
.chatwrite:nth-child(3){
	animation-delay: .4s;
	-webkit-animation-delay: .4s;
	-moz-animation-delay: .4s;
}
@keyframes write_load {
0%{transform: scale(.8);opacity: .8;}
50%{transform: scale(1);opacity: 1;}
100%{transform: scale(.8);opacity: .8;}
}
@-webkit-keyframes write_load {
0%{-webkit-transform: scale(.8);opacity: .8;}
50%{-webkit-transform: scale(1);opacity: 1;}
100%{-webkit-transform: scale(.8);opacity: .8;}
}
@-moz-keyframes write_load {
0%{-moz-transform: scale(.8);opacity: .8;}
50%{-moz-transform: scale(1);opacity: 1;}
100%{-moz-transform: scale(.8);opacity: .8;}
}
.formtxt{
	font-weight: bold;
	color: #000;
	margin-bottom: 12px;
	line-height: 22px;
	display: inline-block;
	vertical-align: top;
}
input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-style: none;
}
input {
	border-radius: 3px;
	line-height: 40px;
	border: 1px solid #ccc;
	padding: 0 10px;
	font-size: 15px;
	display: block;
	margin: 0 auto;
	width: 90%;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}
/*-------------------------radio-------------------------*/
input[type=radio] {
	display: none;
}
.radio_area {
	display: flex;
	overflow: hidden;
}
.radiolabel {
	width: 50%;
	font-size: 20px;
	font-weight: bold;
	line-height: 2em;
	color: #95a7c1;
	text-align: center;
	background-color: #FFF;
	position: relative;
	border-radius: 5px;
	margin-right: 4%;
}
.radiolabel:nth-of-type(2) {
	margin-right: 0;
}
input[type=radio]:checked + .radiolabel {
	color: #FFF;
	background-color: #504fff;
}
/*-------------------------メディアクエリ-------------------------*/
@media screen and (max-width: 320px) {
	#chattitle .title_txt {
		font-size: 16px;
	}
	.chattalk_box.title_box p {
		font-size: 15px;
	}
	.chat_owntalk,
	.chat_usertalk {
		font-size: 14px;
	}
	.chat_owntalk .chatmsg,
	.chat_usertalk .chatmsg {
		line-height: 17px;
	}
}
@media screen and (min-width: 600px) {
	#chattitle:before,
	#chattitle:after {
		content: '';
		position: absolute;
		top: 0;
		width: 1px;
		height: 100%;
		display: block;
		background-color: #7295c3;
	}
	#chattitle:before {
		left: 0;
	}
	#chattitle:after {
		right: 0;
	}
}
/*-------------------------pointer-------------------------*/
.radiolabel,
.close {
	cursor: pointer;
}
/*-------------------------clearfix-------------------------*/
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix { zoom: 1; } /* IE6 */
.clear {
	clear: both;
}
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
