@charset "utf-8";

/*
GLOBAL
***************************************************************************/
html {
	overflow-y: scroll;
	overflow-x: hidden;
}

body {
	width: 100%;
	height: 100%;
	text-align: left;
	font-size: calc((100vw / 375) * 12);
	font-weight: 400;
	color: #fff;
	line-height: 2.15;
	font-family: "Zen Old Mincho", serif;
	letter-spacing: 0.05rem;
	background: #fff;
	overflow: hidden;
	-webkit-text-size-adjust: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body.form_complete {
	min-height: 100vh;
}

.base_box, .base_content { position:relative; z-index:5; }

.pc_disp { display:none; }
.sp_disp { display:block; }

/*
DEFAULT
***************************************************************************/
body,
h1,h2,h3,h4,h5,h6,p,div,
ul,ol,li,dl,dt,dd,
form,fieldset,legend,pre,blockquote,main,
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display: block;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	word-wrap: break-word;
	font-feature-settings: "palt";
	backface-visibility: hidden;
}

p {
	margin-block-start: 0;
	margin-block-end: 0;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: 400;
	line-height: 1.5;
}

.clearfix:after {
	display: block;
	clear: both;
	content: "";
	overflow: hidden;
}

li {
	list-style-type: none;
}

table {
	width: 100%;
	text-align: left;
	border-collapse: collapse;
}

th {
	text-align: left;
	font-weight: 500;
}

/* ▼LINK▼ */
a {
	color: #fff;
	text-decoration: none;
	outline: none;
}

a.normal_link {
	text-decoration: underline;
}

/* ▼IMG▼ */
img, input[type="image"]{
	max-width: 100%;
	vertical-align: middle;
	font-size: 0;
	line-height: 0;
	border: 0;
}

button, input[type="submit"] {
	width: 100%;
	height: 100%;
	padding: 0;
	vertical-align: middle;
	color: #1a1c1d;
	font-family: "Zen Old Mincho", serif;
	background-color: transparent;
	border: none;
	outline: none;
}

.img_frame {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}

.hover_zoom a .img { overflow:hidden; }

/* ▼BR▼ */
@media screen and (min-width: 480px){

	.landscape { display:block; }
	.portrait { display:none; }

}

@media screen and (max-width: 479px){

	.landscape { display:none; }
	.portrait { display:block; }

}

/*
TOP
***************************************************************************/
/* ▼TOPIMG▼ */
#topimg {
	position: relative;
	width: 100%;
	height: calc((100vw / 375) * 720);
	background: url(../images/sp/topimg_bg.jpg) center center / cover no-repeat;
	overflow: hidden;
}

#topimg .cover {
	display: none;
	position: absolute;
	bottom: calc((100vw / 375) * 160);
	left: calc((100vw / 375) * 20);
	width: calc(100% - ((100vw / 375) * 40));
	aspect-ratio: 16 / 9;
	background: rgba(0,0,0,0.7);
	z-index: 2;
}

#topimg .movie {
	position: absolute;
	bottom: calc((100vw / 375) * 160);
	left: calc((100vw / 375) * 20);
	width: calc(100% - ((100vw / 375) * 40));
	z-index: 1;
}

#topimg .top_movie {
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0);
	filter: drop-shadow(0px 0px rgba(0,0,0,0));
	outline: none;
	border: none;
	z-index: 10;
}

#topimg .movie_sound {
	position: absolute;
	top: 0;
	right: 0;
	width: calc((100vw / 375) * 40);
	height: calc((100vw / 375) * 40);
	background-image: url(../images/btn_sound.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: calc((100vw / 375) * 40);
	z-index: 10;
}

#topimg .movie_sound.active { background-image:url(../images/btn_mute.jpg); }

#topimg .top_txt {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
}

#topimg .top_txt::before {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: calc((100vw / 375) * 200);
	height: calc((100vw / 375) * 140);
	background: url(../images/sp/topimg_parts.png) center center / calc((100vw / 375) * 200) no-repeat;
	z-index: 1;
}

#topimg .movie_play {
	display: none;
	position: absolute;
	bottom: calc((100vw / 375) * 225);
	left: 50%;
	width: calc((100vw / 375) * 240);
	transform: translateX(-50%);
	z-index: 15;
}

#topimg .movie_play .btn01 {
	flex-direction: row;
	height: calc((100vw / 375) * 60);
	padding-right: calc((100vw / 375) * 10);
	font-size: calc((100vw / 375) * 24);
	font-weight: 600;
	letter-spacing: 0;
}

#topimg .movie_play .btn01 .sub {
	margin: 0 calc((100vw / 375) * 10);
	font-weight: 200;
}

#topimg .title {
	position: absolute;
	bottom: calc((100vw / 375) * 380);
	left: 0;
	z-index: 1;
}

#topimg .btn {
	position: absolute;
	bottom: calc((100vw / 375) * 5);
	right: calc((100vw / 375) * -30);
	width: 60%;
	z-index: 10;
}

/* ▼BRIEFING▼ */
.top_briefing {
	padding: calc((100vw / 375) * 50) calc((100vw / 375) * 20) calc((100vw / 375) * 75);
	text-align: center;
	background: #151718;
}

.top_briefing .sec_inner {
	margin-bottom: calc((100vw / 375) * 50);
}

.top_briefing .title_box {
	position: relative;
	margin-bottom: calc((100vw / 375) * 30);
}

.top_briefing .title_box .txt {
	position: absolute;
	bottom: calc((100vw / 375) * 20);
	left: 0;
	width: 100%;
	font-size: calc((100vw / 375) * 11);
}

.top_briefing .name {
	font-size: calc((100vw / 375) * 14);
	font-weight: 600;
	font-family: "Zen Kaku Gothic New", sans-serif;
}

.top_briefing .btn_list li {
	margin-bottom: calc((100vw / 375) * 20);
}

.top_briefing .btn_list li:last-child { margin-bottom:0; }

/* ▼WELCOME▼ */
.top_welcome {
	position: relative;
	background: #03080a url(../images/sp/welcome_bg.jpg) center top / 100% no-repeat;
}

.top_welcome::before {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	aspect-ratio: 750 / 1220;
	background: url(../images/sp/welcome_parts.png) center bottom / 100% no-repeat;
	z-index: 5;
}

.top_welcome .sec_inner {
	position: relative;
	padding: calc((100vw / 375) * 240) calc((100vw / 375) * 20) calc((100vw / 375) * 180);
	z-index: 10;
}

.top_welcome .title {
	margin-bottom: calc((100vw / 375) * 40);
	font-size: calc((100vw / 375) * 16);
}

.top_welcome .txt .sub {
	font-size: calc((100vw / 375) * 10);
}

.top_welcome .btn {
	position: absolute;
	bottom: calc((100vw / 375) * 10);
	left: 50%;
	width: calc((100vw / 375) * 180);
	margin-left: calc((100vw / 375) * -90);
	z-index: 10;
}

/* ▼TOOL▼ */
.top_tool {
	padding: calc((100vw / 375) * 20);
	background: #03080a;
}

.top_tool .sec_inner {
	position: relative;
}

.top_tool .title_box {
	width: 100%;
	height: calc((100vw / 375) * 660);
	padding: calc((100vw / 375) * 120) calc((100vw / 375) * 20) 0;
	text-align: center;
	background: url(../images/tool_bg.jpg) center top / cover no-repeat;
}

.top_tool .title_box .btn {
	margin-bottom: calc((100vw / 375) * -20);
	transform: translateY(calc((100vw / 375) * -20));
}

.top_tool .title_box .txt {
	margin-top: calc((100vw / 375) * 15);
	font-size: calc((100vw / 375) * 10);
}

.top_tool .box {
	display: none;
}

.top_tool .box#tool_confirm {
	padding: calc((100vw / 375) * 10);
	background: #1e2122;
}

.top_tool .box#tool_confirm .gear_select {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: calc((100vw / 375) * 5);
}

.top_tool .box#tool_confirm .gear_select li {
	width: 50%;
}

.top_tool .box#tool_confirm .result {
	position: relative;
}

.top_tool .box#tool_confirm .result .gear_result li {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.top_tool .box#tool_confirm .result .gear_result li .btn {
	position: absolute;
	bottom: calc((100vw / 375) * 20);
	left: 50%;
	width: calc((100vw / 375) * 210);
	transform: translateX(-50%);
}

.top_tool .box#tool_message {
	height: calc((100vw / 375) * 660);
	padding: 0 calc((100vw / 375) * 20);
	background: #141617;
}

.top_tool .box#tool_message .inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	text-align: center;
}

.top_tool .box#tool_message .title {
	margin-bottom: calc((100vw / 375) * 40);
	font-size: calc((100vw / 375) * 32);
}

.top_tool .box#tool_message .txt {
	margin-bottom: calc((100vw / 375) * 40);
}

.top_tool .box#tool_message .txt .strong {
	font-size: calc((100vw / 375) * 20);
}

.top_tool .box#tool_message .sub {
	margin-top: calc((100vw / 375) * 15);
	font-size: calc((100vw / 375) * 10);
}

.top_tool .box#tool_next {
	height: calc((100vw / 375) * 880);
	padding: 0 calc((100vw / 375) * 20);
	background: #151718;
}

.top_tool .box#tool_next .inner {
	padding-top: calc((100vw / 375) * 240);
	background: url(../images/next_bg.jpg) center top / 100% no-repeat;
}

.top_tool .box#tool_next .txt {
	margin-bottom: calc((100vw / 375) * 30);
}

.top_tool .box#tool_next .sub {
	margin-bottom: calc((100vw / 375) * 30);
	font-size: calc((100vw / 375) * 10);
}

.top_tool .box#tool_next .btn01 {
	height: calc((100vw / 375) * 150);
	line-height: 1.15;
}

.top_tool .box#tool_next .btn01 .jp {
	margin-top: calc((100vw / 375) * 15);
}

/* ▼PROFILE▼ */
.top_profile {
	padding: calc((100vw / 375) * 240) calc((100vw / 375) * 20) calc((100vw / 375) * 80);
	text-align: center;
	background: url(../images/sp/profile_bg.jpg) center top / cover no-repeat;
}

.top_profile .head {
	margin-bottom: calc((100vw / 375) * 10);
	font-size: calc((100vw / 375) * 30);
	font-family: "Oswald", sans-serif;
}

.top_profile .list {
	margin-bottom: calc((100vw / 375) * 20);
	line-height: 1.75;
	font-family: "Oswald", sans-serif;
	transform: translateX(calc((100vw / 375) * 5));
}

.top_profile .list dl {
	display: flex;
	align-items: center;
}

.top_profile .list dt {
	position: relative;
	width: 50%;
	padding-right: calc((100vw / 375) * 20);
	text-align: right;
	font-size: calc((100vw / 375) * 13);
}

.top_profile .list dt::after {
	content: '：';
	position: absolute;
	top: 0;
	right: 0;
	font-family: "Zen Kaku Gothic New", sans-serif;
}

.top_profile .list dd {
	width: 50%;
	padding-left: calc((100vw / 375) * 5);
	text-align: left;
	font-size: calc((100vw / 375) * 16);
}

.top_profile .sub {
	margin-bottom: calc((100vw / 375) * 50);
	font-size: calc((100vw / 375) * 10);
}

/*
FORM
***************************************************************************/
#page_title {
	display: flex;
	align-items: center;
	justify-content: center;
	height: calc((100vw / 375) * 300);
	font-size: calc((100vw / 375) * 28);
	font-weight: 700;
	color: #fff;
	font-family: "Oswald", sans-serif;
	background: url(../images/ptitle_bg.jpg) center bottom / cover no-repeat;
}

.form_sec {
	padding: calc((100vw / 375) * 60) calc((100vw / 375) * 20) calc((100vw / 375) * 100);
	background: #151718;
}

.form_sec .sec_txt {
	margin-bottom: calc((100vw / 375) * 40);
}

.form_sec .sec_txt .must {
	margin-right: calc((100vw / 375) * 3);
	color: #3f0a82;
}

.form_sec .form_title {
	margin: calc((100vw / 375) * 50) 0;
	font-size: calc((100vw / 375) * 24);
}

/* ▼STEP▼ */
.form_step {
	margin-bottom: calc((100vw / 375) * 40);
}

.form_step ul {
	display: flex;
	position: relative;
}

.form_step ul::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #7e7e7e;
	z-index: 1;
}

.form_step li {
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	width: calc(100% / 3);
	height: calc((100vw / 375) * 70);
	padding-bottom: calc((100vw / 375) * 15);
	text-align: center;
	color: #7e7e7e;
	line-height: 1.55;
}

.form_step.input li:nth-child(1), .form_step.conf li:nth-child(2), .form_step.comp li:nth-child(3) { color:#fff; }

.form_step li::before {
	display: none;
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: calc((100vw / 375) * 2);
	background: #fff;
	z-index: 2;
}

.form_step.input li:nth-child(1)::before,
.form_step.conf li:nth-child(2)::before,
.form_step.comp li:nth-child(3)::before { display:block; }

.form_step li .sub {
	font-size: calc((100vw / 375) * 11);
	font-weight: 600;
	font-family: "Oswald", sans-serif;
}

.form_step li .sub span {
	margin-left: calc((100vw / 375) * 3);
	font-size: calc((100vw / 375) * 18);
}

/* ▼INPUT▼ */
.user_form {
	margin-bottom: calc((100vw / 375) * 40);
	border-top: solid 1px #7e7e7e;
}

.user_form.ex { margin-bottom:0; }

.user_form > dl {
	padding: calc((100vw / 375) * 30) 0 calc((100vw / 375) * 40);
	border-bottom: solid 1px #7e7e7e;
}

.user_form.conf > dl { padding:calc((100vw / 375) * 30) 0; }

.user_form.conf > dl > dt, .user_form.conf > dl > dd { line-height:2.15; }

.user_form > dl > dt {
	margin-bottom: calc((100vw / 375) * 15);
	font-size: calc((100vw / 375) * 16);
}

.user_form.conf > dl > dt { margin-bottom:calc((100vw / 375) * 5); }

.user_form > dl > dt .must {
	display: inline-block;
	position: relative;
	padding-left: calc((100vw / 375) * 20);
}

.user_form > dl > dt .must::before {
	content: '●';
	position: absolute;
	top: 50%;
	left: 0;
	font-size: calc((100vw / 375) * 13);
	color: #3f0a82;
	transform: translateY(-50%);
}

.mfp_err {
	font-size: calc((100vw / 375) * 11);
	font-weight: 700;
	color: #fff;
	font-family: "Zen Kaku Gothic New", sans-serif;
}

.mfp_err > span {
	display: inline-block;
	padding-top: calc((100vw / 375) * 15);
}

.mfp_err.ex > span { padding-top:0; }

#mfp_hidden, #mfp_loading, #mfp_loading_screen, #mfp_overlay_background, #mfp_overlay { display:none; }

/* ▼PP▼ */
.pp_box {
	margin-bottom: calc((100vw / 375) * 40);
	padding: calc((100vw / 375) * 40) calc((100vw / 375) * 20);
	font-size: calc((100vw / 375) * 11);
	background: #2c2c2c;
}

.pp_box .title {
	margin-bottom: calc((100vw / 375) * 20);
	font-size: calc((100vw / 375) * 20);
}

/* ▼COMPLETE▼ */
.form_comp .sec_title {
	padding: calc((100vw / 375) * 30) 0;
	font-size: calc((100vw / 375) * 24);
}

.form_comp .sec_txt {
	margin-bottom: calc((100vw / 375) * 60);
}

/* ▼CHECKBOX▼ */
.chk_list.pp_check {
	justify-content: center;
	margin-bottom: calc((100vw / 375) * 60);
	padding-bottom: calc((100vw / 375) * 40);
	text-align: center;
	border-bottom: solid 1px #7e7e7e;
}

.chk_list.pp_check li label {
	font-size: calc((100vw / 375) * 13);
}

/* ▼BUTTON▼ */
.form_btn li.back {
	margin: calc((100vw / 375) * 30) calc((100vw / 375) * 40) 0;
}

.form_btn li.back .btn01 {
	height: calc((100vw / 375) * 100);
}

.form_btn li.back .btn01::after {
	right: auto;
	left: calc((100vw / 375) * 15);
	transform: translateY(-50%) rotate(-135deg);
}

/*
FOOTER
***************************************************************************/
footer {
	padding: calc((100vw / 375) * 50) calc((100vw / 375) * 20);
	text-align: center;
	font-family: "Oswald", sans-serif;
	background: #03080a url(../images/sp/footer_bg.jpg) center center / cover no-repeat;
}

footer .title {
	margin-bottom: calc((100vw / 375) * 30);
	font-size: calc((100vw / 375) * 20);
	line-height: 1.75;
}

footer .txt {
	margin-bottom: calc((100vw / 375) * 110);
	font-size: calc((100vw / 375) * 14);
	line-height: 1.8;
}

footer .foot {
	font-size: calc((100vw / 375) * 11);
	font-weight: 600;
	font-family: "Zen Kaku Gothic New", sans-serif;
}

/*
SCROLL
**************************************************************************/
.scroll_box { overflow-y:auto; }
/*
.scroll_box::-webkit-scrollbar {
	width: calc((100vw / 375) * 3);
}

.scroll_box::-webkit-scrollbar-track {
	background: #efefef;
}

.scroll_box::-webkit-scrollbar-thumb {
	background: #949494;
}

.gecko .scroll_box {
	scrollbar-width: calc((100vw / 375) * 3);
	scrollbar-color: #949494 #efefef;
}
*/
/*
OVERLAY WINDOW
***************************************************************************/
#overlay_window {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10000;
	overflow: auto;
}

.overlay_outbox {
	position: absolute;
	width: 100%;
	height: 100vh;
}

.overlay_frame {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.overlay_content {
	display: none;
	position: relative;
	width: 100%;
	height: 100vh;
	padding: calc((100vw / 375) * 60) calc((100vw / 375) * 30);
	background: #03080a;
	transition: .3s;
}

.overlay_content .scroll_box {
	max-height: calc(100vh - ((100vw / 375) * 120));
}

.overlay_content .scroll_box::-webkit-scrollbar,
.gecko .overlay_content .scroll_box {
	display: none;
}

.overlay_content#mission_end .sec_inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: calc(100vh - ((100vw / 375) * 120));
	text-align: center;
}

.overlay_content#mission_end .title {
	margin-bottom: calc((100vw / 375) * 40);
	font-size: calc((100vw / 375) * 28);
}

.overlay_content#mission_end .txt {
	margin-bottom: calc((100vw / 375) * 60);
}

.overlay_content#mission_end .btn_list li {
	margin-bottom: calc((100vw / 375) * 20);
}

.overlay_content#mission_end .btn_list li:last-child { margin-bottom:0; }

.overlay_content#limit_open.prof_active { background:#e8eef0; }

.overlay_content#limit_open .title_box {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: calc(100vh - ((100vw / 375) * 120));
	text-align: center;
}

.overlay_content#limit_open .title_box .title {
	margin-bottom: calc((100vw / 375) * 40);
	font-size: calc((100vw / 375) * 28);
}

.overlay_content#limit_open .title_box .txt {
	font-size: calc((100vw / 375) * 14);
	line-height: 1.85;
	font-family: "Oswald", sans-serif;
}

.overlay_content#limit_open .prof_box {
	display: none;
}

.overlay_content#limit_open .prof_box .img {
	margin-bottom: calc((100vw / 375) * 40);
}

.overlay_content#limit_open .prof_box .content {
	font-weight: 500;
	color: #1a1c1d;
}

.overlay_content#limit_open .prof_box .title {
	margin-bottom: calc((100vw / 375) * 30);
	font-size: calc((100vw / 375) * 28);
}

.overlay_content#limit_open .prof_box .list li {
	margin-bottom: calc((100vw / 375) * 30);
	font-size: calc((100vw / 375) * 18);
	line-height: 1.65;
}

.overlay_content#limit_open .prof_box .list li .head {
	display: block;
	margin-bottom: calc((100vw / 375) * 5);
	font-size: calc((100vw / 375) * 12);
}

.overlay_content#limit_open .prof_box .sub {
	font-size: calc((100vw / 375) * 11);
	color: #5e6569;
}

.modal_close {
	position: fixed;
	top: calc((100vw / 375) * 12);
	right: calc((100vw / 375) * 12);
	width: calc((100vw / 375) * 40);
	height: calc((100vw / 375) * 40);
	background-image: url(../images/btn_close_white.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: calc((100vw / 375) * 40);
	z-index: 10001;
}

.overlay_content#limit_open.active .modal_close { background-image: url(../images/btn_close.png); }

/*
PARTS
***************************************************************************/
/* ▼CONTENTS EFFECT▼ */
.delay_fade {
	opacity: 0;
	transition: all 1000ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-webkit-transition: all 1000ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transform: translateY(0);
}

.delay_fade.active {
	opacity: 1.0;
	transform: translateY(0);
}

.move_parts {
	opacity: 0;
	transition: all 0.8s;
}

.move_parts.btm_top {
	transform: translateY(calc((100vw / 375) * 50));
}

.move_parts.top_btm {
	transform: translateY(calc((100vw / 375) * -50));
}

.move_parts.left_right {
	transform: translateX(calc((100vw / 375) * -50));
}

.move_parts.right_left {
	transform: translateX(calc((100vw / 375) * 50));
}

.move_parts.expand {
	opacity: 1;
	transform: scale(0.001);
	transition: all 0.4s;
}

.move_parts.expand.rev {
	opacity: 0;
	transform: scale(1.5);
}

.move_parts.on {
	opacity: 1;
	transform: translate(0,0);
}

/* ▼BLINK▼ */
.blink {
	animation: blink 2s linear 0s infinite normal;
	transition: .1s;
}

@-webkit-keyframes blink {
	0% { opacity:1; }
	50% { opacity:0.3; }
	100% { opacity:1; }
}

@keyframes blink {
	0% { opacity:1; }
	50% { opacity:0.3; }
	100% { opacity:1; }
}

/* ▼BUTTON▼ */
.btn01 {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	position: relative;
	width: 100%;
	height: calc((100vw / 375) * 100);
	text-align: center;
	font-size: calc((100vw / 375) * 30);
	font-weight: 400;
	color: #1a1c1d;
	line-height: 1;
	font-family: "Oswald", sans-serif;
	background: #fff;
}

.btn01 .jp {
	display: block;
	margin-top: calc((100vw / 375) * 10);
	font-size: calc((100vw / 375) * 11);
	font-weight: 600;
	font-family: "Zen Kaku Gothic New", sans-serif;
}

.btn01.purple { color:#fff; background:#3f0a82; }
.btn01.edge_white { color:#fff; background:transparent; border:solid 1px #fff; }

/* ▼ARROW▼ */
.btn01::after {
	content: '';
	position: absolute;
	top: 50%;
	right: calc((100vw / 375) * 15);
	width: calc((100vw / 375) * 6);
	height: calc((100vw / 375) * 6);
	border-top: calc((100vw / 375) * 2) solid #1a1c1d;
	border-right: calc((100vw / 375) * 2) solid #1a1c1d;
	transform: translateY(-50%) rotate(45deg);
}

.btn01.purple::after, .btn01.edge_white::after {
	border-top: calc((100vw / 375) * 2) solid #fff;
	border-right: calc((100vw / 375) * 2) solid #fff;
}

/* ▼ICON▼ */
.disp_switch .icon {
	position: absolute;
	top: 50%;
	right: 0;
	width: calc((100vw / 375) * 16);
	height: calc((100vw / 375) * 16);
	margin-top: calc((100vw / 375) * -8);
}

.disp_switch .icon:before, .disp_switch .icon:after {
	content: '';
	position: absolute;
	background: #272727;
}

.disp_switch .icon:before {
	top: 0;
	left: 50%;
	width: 1px;
	height: 100%;
	margin-left: -0.5px;
}

.disp_switch .icon:after {
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	margin-top: -0.5px;
}

.disp_switch.opened .icon:before { display:none; }

/* ▼LIST▼ */
.subtxt_list > li {
	position: relative;
	padding-left: 1.2em;
}

.subtxt_list > li::before {
	content: '※';
	position: absolute;
	top: 0;
	left: 0;
}

.list01 > li {
	position: relative;
	padding-left: calc((100vw / 375) * 12);
}

.list01 > li::before {
	content: '';
	position: absolute;
	top: calc((100vw / 375) * 10);
	left: 0;
	width: calc((100vw / 375) * 4);
	height: calc((100vw / 375) * 4);
	background: #272727;
	border-radius: 50%;
}

.list02 > li {
	position: relative;
	padding-left: 2em;
}

.list02 > li::before {
	position: absolute;
	top: 0;
	left: 0;
}

.list02 > li:nth-child(1)::before { content:'（1）'; }
.list02 > li:nth-child(2)::before { content:'（2）'; }
.list02 > li:nth-child(3)::before { content:'（3）'; }
.list02 > li:nth-child(4)::before { content:'（4）'; }
.list02 > li:nth-child(5)::before { content:'（5）'; }
.list02 > li:nth-child(6)::before { content:'（6）'; }
.list02 > li:nth-child(7)::before { content:'（7）'; }
.list02 > li:nth-child(8)::before { content:'（8）'; }
.list02 > li:nth-child(9)::before { content:'（9）'; }
.list02 > li:nth-child(10)::before { content:'（10）'; }
.list02 > li:nth-child(11)::before { content:'（11）'; }
.list02 > li:nth-child(12)::before { content:'（12）'; }
.list02 > li:nth-child(13)::before { content:'（13）'; }
.list02 > li:nth-child(14)::before { content:'（14）'; }
.list02 > li:nth-child(15)::before { content:'（15）'; }
.list02 > li:nth-child(16)::before { content:'（16）'; }
.list02 > li:nth-child(17)::before { content:'（17）'; }
.list02 > li:nth-child(18)::before { content:'（18）'; }
.list02 > li:nth-child(19)::before { content:'（19）'; }
.list02 > li:nth-child(20)::before { content:'（20）'; }

/*
COMMON PARTS
***************************************************************************/
/* ▼display▼ */
.block { display:block!important; }
.inline { display:inline!important; }

.posit_r { position:relative!important; }
.posit_a { position:absolute!important; }
.posit_f { position:fixed!important; }

.align_c { text-align:center!important; }
.align_r { text-align:right!important; }
.align_l { text-align:left!important; }

.disp_l { float:left!important; }
.disp_r { float:right!important; }

.va_top { vertical-align:top!important; }
.va_mid { vertical-align:middle!important; }
.va_btm { vertical-align:bottom!important; }

/* ▼width▼ */
.sp_w4per { width:4%; }
.sp_w5per { width:5%; }
.sp_w8per { width:8%; }
.sp_w10per { width:10%; }
.sp_w15per { width:15%; }
.sp_w20per { width:20%; }
.sp_w22per { width:22%; }
.sp_w25per { width:25%; }
.sp_w30per { width:30%; }
.sp_w35per { width:35%; }
.sp_w40per { width:40%; }
.sp_w45per { width:45%; }
.sp_w50per { width:50%; }
.sp_w55per { width:55%; }
.sp_w56per { width:56%; }
.sp_w60per { width:60%; }
.sp_w70per { width:70%; }
.sp_w75per { width:75%; }
.sp_w80per { width:80%; }
.sp_w100per { width:100%!important; }

.sp_w90 { width:calc((100vw / 375) * 90)!important; }
.sp_w160 { width:calc((100vw / 375) * 160)!important; }
.sp_w250 { width:calc((100vw / 375) * 250)!important; }
.sp_w400 { width:calc((100vw / 375) * 400)!important; }
.sp_w500 { width:calc((100vw / 375) * 500)!important; }
.sp_w510 { width:calc((100vw / 375) * 510)!important; }
.sp_w580 { width:calc((100vw / 375) * 580)!important; }

.sp_h240 { height:calc((100vw / 375) * 240)!important; }

/* ▼area▼ */
.sp_mb60 { margin-bottom:calc((100vw / 375) * 60)!important; }
.sp_mb55 { margin-bottom:calc((100vw / 375) * 55)!important; }
.sp_mb50 { margin-bottom:calc((100vw / 375) * 50)!important; }
.sp_mb45 { margin-bottom:calc((100vw / 375) * 45)!important; }
.sp_mb40 { margin-bottom:calc((100vw / 375) * 40)!important; }
.sp_mb35 { margin-bottom:calc((100vw / 375) * 35)!important; }
.sp_mb30 { margin-bottom:calc((100vw / 375) * 30)!important; }
.sp_mb25 { margin-bottom:calc((100vw / 375) * 25)!important; }
.sp_mb20 { margin-bottom:calc((100vw / 375) * 20)!important; }
.sp_mb15 { margin-bottom:calc((100vw / 375) * 15)!important; }
.sp_mb12 { margin-bottom:calc((100vw / 375) * 12)!important; }
.sp_mb10 { margin-bottom:calc((100vw / 375) * 10)!important; }
.sp_mb8 { margin-bottom:calc((100vw / 375) * 8)!important; }
.sp_mb5 { margin-bottom:calc((100vw / 375) * 5)!important; }
.sp_mb0 { margin-bottom:calc((100vw / 375) * 0)!important; }

.sp_mlr60 { margin-left:calc((100vw / 375) * 60)!important; margin-right:calc((100vw / 375) * 60)!important; }
.sp_mlr55 { margin-left:calc((100vw / 375) * 55)!important; margin-right:calc((100vw / 375) * 55)!important; }
.sp_mlr50 { margin-left:calc((100vw / 375) * 50)!important; margin-right:calc((100vw / 375) * 50)!important; }
.sp_mlr45 { margin-left:calc((100vw / 375) * 40)!important; margin-right:calc((100vw / 375) * 45)!important; }
.sp_mlr40 { margin-left:calc((100vw / 375) * 40)!important; margin-right:calc((100vw / 375) * 40)!important; }
.sp_mlr35 { margin-left:calc((100vw / 375) * 35)!important; margin-right:calc((100vw / 375) * 35)!important; }
.sp_mlr30 { margin-left:calc((100vw / 375) * 30)!important; margin-right:calc((100vw / 375) * 30)!important; }
.sp_mlr25 { margin-left:calc((100vw / 375) * 25)!important; margin-right:calc((100vw / 375) * 25)!important; }
.sp_mlr20 { margin-left:calc((100vw / 375) * 20)!important; margin-right:calc((100vw / 375) * 20)!important; }
.sp_mlr15 { margin-left:calc((100vw / 375) * 15)!important; margin-right:calc((100vw / 375) * 15)!important; }
.sp_mlr10 { margin-left:calc((100vw / 375) * 10)!important; margin-right:calc((100vw / 375) * 10)!important; }
.sp_mlr5 { margin-left:calc((100vw / 375) * 5)!important; margin-right:calc((100vw / 375) * 5)!important; }
.sp_mlr-1 { margin-left:calc((100vw / 375) * -1)!important; margin-right:calc((100vw / 375) * -1)!important; }
.sp_mlr-5 { margin-left:calc((100vw / 375) * -5)!important; margin-right:calc((100vw / 375) * -5)!important; }
.sp_mlr-10 { margin-left:calc((100vw / 375) * -10)!important; margin-right:calc((100vw / 375) * -10)!important; }
.sp_mlr-20 { margin-left:calc((100vw / 375) * -20)!important; margin-right:calc((100vw / 375) * -20)!important; }

.sp_mr50 { margin-right:calc((100vw / 375) * 50)!important; }
.sp_mr40 { margin-right:calc((100vw / 375) * 40)!important; }
.sp_mr30 { margin-right:calc((100vw / 375) * 30)!important; }
.sp_mr25 { margin-right:calc((100vw / 375) * 25)!important; }
.sp_mr20 { margin-right:calc((100vw / 375) * 20)!important; }
.sp_mr15 { margin-right:calc((100vw / 375) * 15)!important; }
.sp_mr10 { margin-right:calc((100vw / 375) * 10)!important; }
.sp_mr5 { margin-right:calc((100vw / 375) * 5)!important; }
.sp_mr0 { margin-right:calc((100vw / 375) * 0)!important; }
.sp_mr-5 { margin-right:calc((100vw / 375) * -5)!important; }

.sp_ml50 { margin-left:calc((100vw / 375) * 50)!important; }
.sp_ml40 { margin-left:calc((100vw / 375) * 40)!important; }
.sp_ml30 { margin-left:calc((100vw / 375) * 30)!important; }
.sp_ml20 { margin-left:calc((100vw / 375) * 20)!important; }
.sp_ml15 { margin-left:calc((100vw / 375) * 15)!important; }
.sp_ml10 { margin-left:calc((100vw / 375) * 10)!important; }
.sp_ml0 { margin-left:calc((100vw / 375) * 0)!important; }
.sp_ml-5 { margin-left:calc((100vw / 375) * -5)!important; }
.sp_ml-10 { margin-left:calc((100vw / 375) * -10)!important; }
.sp_ml-15 { margin-left:calc((100vw / 375) * -15)!important; }
.sp_ml-20 { margin-left:calc((100vw / 375) * -20)!important; }

.sp_mt60 { margin-top:calc((100vw / 375) * 60)!important; }
.sp_mt55 { margin-top:calc((100vw / 375) * 55)!important; }
.sp_mt50 { margin-top:calc((100vw / 375) * 50)!important; }
.sp_mt45 { margin-top:calc((100vw / 375) * 45)!important; }
.sp_mt40 { margin-top:calc((100vw / 375) * 40)!important; }
.sp_mt30 { margin-top:calc((100vw / 375) * 30)!important; }
.sp_mt20 { margin-top:calc((100vw / 375) * 20)!important; }
.sp_mt15 { margin-top:calc((100vw / 375) * 15)!important; }
.sp_mt10 { margin-top:calc((100vw / 375) * 10)!important; }
.sp_mt5 { margin-top:calc((100vw / 375) * 5)!important; }
.sp_mt3 { margin-top:calc((100vw / 375) * 3)!important; }
.sp_mt0 { margin-top:calc((100vw / 375) * 0)!important; }
.sp_mt-5 { margin-top:calc((100vw / 375) * -5)!important; }
.sp_mt-10 { margin-top:calc((100vw / 375) * -10)!important; }
.sp_mt-20 { margin-top:calc((100vw / 375) * -20)!important; }
.sp_mt-40 { margin-top:calc((100vw / 375) * -40)!important; }
.sp_mt-50 { margin-top:calc((100vw / 375) * -50)!important; }

.sp_pb30 { padding-bottom:calc((100vw / 375) * 30)!important; }
.sp_pb8 { padding-bottom:calc((100vw / 375) * 8)!important; }
.sp_pb0 { padding-bottom:calc((100vw / 375) * 0)!important; }

.sp_p20 { padding:calc((100vw / 375) * 20)!important; }
.sp_p15 { padding:calc((100vw / 375) * 15)!important; }
.sp_p10 { padding:calc((100vw / 375) * 10)!important; }

.sp_pt60 { padding-top:calc((100vw / 375) * 60)!important; }
.sp_pt50 { padding-top:calc((100vw / 375) * 50)!important; }

.sp_ptb20 { padding-top:calc((100vw / 375) * 20)!important; padding-bottom:calc((100vw / 375) * 20)!important; }
.sp_ptb15 { padding-top:calc((100vw / 375) * 15)!important; padding-bottom:calc((100vw / 375) * 15)!important; }
.sp_ptb5 { padding-top:calc((100vw / 375) * 5)!important; padding-bottom:calc((100vw / 375) * 5)!important; }
.sp_ptb0 { padding-top:calc((100vw / 375) * 0)!important; padding-bottom:calc((100vw / 375) * 0)!important; }

.sp_plr25 { padding-left:calc((100vw / 375) * 25)!important; padding-right:calc((100vw / 375) * 25)!important; }

/* ▼font▼ */
.ex_bold { font-weight:900!important; }
.bold { font-weight:700!important; }
.normal { font-weight:500!important; }

.sp_size10 { font-size:calc((100vw / 375) * 10)!important; }
.sp_size11 { font-size:calc((100vw / 375) * 11)!important; }
.sp_size12 { font-size:calc((100vw / 375) * 12)!important; }
.sp_size13 { font-size:calc((100vw / 375) * 13)!important; }
.sp_size14 { font-size:calc((100vw / 375) * 14)!important; }
.sp_size16 { font-size:calc((100vw / 375) * 16)!important; }
.sp_size17 { font-size:calc((100vw / 375) * 17)!important; }
.sp_size18 { font-size:calc((100vw / 375) * 18)!important; }
.sp_size19 { font-size:calc((100vw / 375) * 19)!important; }
.sp_size20 { font-size:calc((100vw / 375) * 20)!important; }
.sp_size22 { font-size:calc((100vw / 375) * 22)!important; }
.sp_size24 { font-size:calc((100vw / 375) * 24)!important; }
.sp_size30 { font-size:calc((100vw / 375) * 30)!important; }

.c_yellow { color:#f5fd1e!important; }
.c_lblue { color:#34bae6!important; }
.c_red { color:#d81028!important; }
.c_pink { color:#f25072!important; }
.c_brown { color:#624d2b!important; }

.lh2 { line-height:2!important; }
.lh18 { line-height:1.8!important; }
.lh16 { line-height:1.6!important; }
.lh15 { line-height:1.5!important; }

/* ▼form▼ */
input[type="text"], input[type="file"], input[type="tel"], input[type="email"], input[type="url"], input[type="date"], input[type="password"], select, textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	box-sizing: border-box;
	display: block;
	position: relative;
	width: 100%;
	height: calc((100vw / 375) * 60);
	padding: 0 calc((100vw / 375) * 15) calc((100vw / 375) * 2);
	vertical-align: middle;
	font-size: calc((100vw / 375) * 14);
	font-weight: 500;
	color: #272727;
	line-height: calc((100vw / 375) * 58);
	font-family: "Zen Old Mincho", serif;
	background: #fff;
	border: none;
	caret-color: #272727;
}

textarea {
	width: 100%!important;
	min-height: calc((100vw / 375) * 160);
	padding: calc((100vw / 375) * 16) calc((100vw / 375) * 12);
	line-height: 1.85;
}

input[type="text"]:focus, input[type="file"]:focus, input[type="tel"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="date"]:focus, select:focus, textarea:focus {
	border: none;
	outline: none;
}

input[type="radio"]:focus, input[type="checkbox"]:focus {
	border: solid 1px #7e7e7e;
	outline: none;
}

input[type="submit"]:focus, button:focus { outline:none; }

input::-webkit-input-placeholder {
	font-size: calc((100vw / 375) * 12)!important;
	color: #a6a6a6;
	font-weight: 400;
}

input:-ms-input-placeholder {
	font-size: calc((100vw / 375) * 12)!important;
	color: #a6a6a6;
	font-weight: 400;
}

input::-moz-placeholder {
	font-size: calc((100vw / 375) * 12)!important;
	color: #a6a6a6;
	font-weight: 400;
}

textarea::-webkit-input-placeholder {
	font-size: calc((100vw / 375) * 12)!important;
	color: #a6a6a6;
	font-weight: 400;
}

textarea:-ms-input-placeholder {
	font-size: calc((100vw / 375) * 12)!important;
	color: #a6a6a6;
	font-weight: 400;
}

textarea::-moz-placeholder {
	font-size: calc((100vw / 375) * 12)!important;
	color: #a6a6a6;
	font-weight: 400;
}

label { display:block; box-sizing:border-box; width:100%; }

/* ▼original select date▼ */
select::-ms-expand { display:none; }

.select_box, .date_box {
	position: relative;
}

select {
	line-height: calc((100vw / 375) * 58);
}

.select_box:after {
	content: '';
	position: absolute;
	top: 50%;
	right: calc((100vw / 375) * 15);
	width: calc((100vw / 375) * 8);
	height: calc((100vw / 375) * 8);
	margin-top: calc((100vw / 375) * -6);
	border-top: 1px solid #272727;
	border-right: 1px solid #272727;
	transform: rotate(135deg);
	z-index: 10;
}
/*
.date_box:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 15px;
	width: 24px;
	height: 24px;
	margin-top: -12px;
	background: url(../common_img/icon_date.png) no-repeat;
	z-index: 10;
}
*/
.select_list {
	display: flex;
	align-items: flex-start;
}

.select_list.line_2 .parts_input { width:calc((100% - ((100vw / 375) * 40)) / 2); }
.select_list.line_3 .parts_input { width:calc((100% - ((100vw / 375) * 80)) / 3); }

.select_list .parts {
	display: block;
	width: calc((100vw / 375) * 40);
	text-align: center;
	line-height: calc((100vw / 375) * 60);
}

/* ▼original radio checkbox▼ */
input[type="radio"], input[type="checkbox"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	box-sizing: border-box;
	position: relative;
	width: calc((100vw / 375) * 24);
	height: calc((100vw / 375) * 24);
	margin: 0 calc((100vw / 375) * 10) 0 0;
	vertical-align: middle;
	background: #fff;
	border: solid 1px #7e7e7e;
	border-radius: 0;
	overflow: hidden;
}

input[type="radio"] {
	border-radius: 50%;
}

input[type="radio"]:after, input[type="checkbox"]:after {
	display: block;
	content: '';
	position: absolute;
	opacity: 0;
}

input[type="radio"]:after {
	top: 50%;
	left: 50%;
	width: calc((100vw / 375) * 12);
	height: calc((100vw / 375) * 12);
	background: #3f0a82;
	border-radius: 50%;
	transform: translate(-50%, -50%);
}

input[type="checkbox"]:after {
	top: -1px;
	left: -1px;
	width: calc((100vw / 375) * 24);
	height: calc((100vw / 375) * 24);
	background: url(../images/icon_check.png) center center / calc((100vw / 375) * 24) no-repeat;
}

.radio_list li label.active input[type="radio"]:after, input[type="checkbox"]:checked:after { opacity:1; }

.radio_list, .chk_list {
	display: flex;
	flex-wrap: wrap;
	gap: calc((100vw / 375) * 15);
}

.radio_list.sp_row, .chk_list.sp_row { flex-direction:column; }

.radio_list li label, .chk_list li label {
	display: flex;
	align-items: center;
	box-sizing: border-box;
	height: calc((100vw / 375) * 60);
	padding: 0 calc((100vw / 375) * 25) calc((100vw / 375) * 2) calc((100vw / 375) * 15);
	font-size: calc((100vw / 375) * 14);
	color: #03080a;
	white-space: nowrap;
	background: #fff;
}

.radio_list li label.active, .chk_list li label.active {
	color: #fff;
	background: #3f0a82;
}
