@charset "UTF-8";
/* ----------------------------------------------------------
common
---------------------------------------------------------- */
.popup {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	opacity: 0;
	visibility: hidden;
	transition: .6s;
}
.popup.is-show {
	opacity: 1;
	visibility: visible;
}
.popup-inner {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 750px;
	padding: 2.8rem 2.4rem;
	z-index: 2;
	background: url("../img/child-sp.png") center;
	background-size: cover;
	border-radius: 10px;
	background-position: center bottom;
}
.close-btn {
	position: absolute;
    right: 1rem;
    top: 1.5rem;
	width: 32px;
	height: 32px;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
	z-index:100;
	border-radius:999px;
}
.close-btn i {
	font-size: 2.4rem;
	color: var(--light);
}
.black-background {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.8);
	z-index: 1;
	cursor: pointer;
}
.popup-inner .forum {
	text-align: center;
}
.popup-inner .forum img {
	/*    display: block;*/
	margin: 0 auto;
	margin-bottom: 2rem;
}
.popup-inner .forum p {
	margin: 20px auto;
	font-size: 22px;
	font-weight: bold;
	text-align: left;
	color: #132d54;
}
.popup-inner .forum p span {
	color: #e63870;
}
.popup-inner .forum p.caption {
	font-size: 14px;
	text-align: center;
	color: #fff;
}

@media screen and (max-width: 740px) {
	.popup-inner {
		width: 100%;
	}
	.popup-inner .forum {
		width: 100%;
	}
	.popup-inner .forum img {
		max-width: 100%;
	}
	.popup-inner .forum button {
		width: 100%;
	}
	.popup-inner .forum p.caption {
		text-align: left;
	}
}
@media screen and (min-width: 601px) and (max-width: 1024px) {
	.popup {
	  width: 100%;
	}
	.popup-inner {
	  width: 90%;
	}
}

/* ----------------------------------------------------------
モーダル
---------------------------------------------------------- */
.lunchstudy_modal {
    position: fixed;
    font-family: 'Poppins', sans-serif, 'Noto Sans JP', sans-serif;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    overflow: hidden;
}
.lunch-modal.is-show {
    overflow: initial;
}
#js-black-bg{
	width: 100vw;
    height: 100vh;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    display: block;
    background: rgba(0, 0, 0, .6);
    z-index: 0;
}
.lnst-modal-inner{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	height: 90vh;
	overflow-y: scroll;
	background: url(../img/lnst-bg.webp) center center no-repeat;
	border-radius: 10px;
	background: #fff;
}
.lnst-fv{
	position: relative;
}
.lunchstudy_modal h2 {
    font-family: "Palatino";
    font-weight: 600;
    font-size: 28px;
    color: #030b29;
	text-align: center;
}
.lunchstudy_modal h2 span {
	font-size: 14px;
	display: block;
}
.lnst-form_Wrap h2 {
	color: #fff;
}
.lnst-form_Wrap .caution_term h2 {
	color: #030b29;
	font-size: 18px;
}
.lnst_cam {
	position: relative;
	background: linear-gradient(180deg, rgba(2, 0, 36, 1) 0%, rgba(256, 256, 256, 1) 0%, rgba(212, 232, 239, 1) 100%);
	padding: 40px 0 30px;
}
.lnst_cam .sp {
	display: none;
}
.lnst_cam img {
	display: block;
	margin: -30px auto -60px;
}
.lnst_cam p {
	font-size: 12px;
	width: 530px;
	margin: 0 auto;
	line-height: 1.4em;
	letter-spacing: 0.02em;
}
.lnst-txt-List{
	position: absolute;
	left: 50%;
	bottom: 2%;
	transform: translateX(-50%);
	width: 85%;
	padding-top: 10px;
	border-top: #fff 1px solid;
}
.lnst-txt-List li{
	position: relative;
	font-size: 12px;
	line-height: 1.2;
	padding-left: 1em;
	color: #555;
}
.lnst-txt-List li::before{
	position: absolute;
	content: "※";
	font-size: 12px;
	top: 0;
	left: 0;
}
.lnst-form_Wrap{
	position: relative;
	width: 100%;
    margin: 0 auto;
	background: url(../img/lunst_bg.jpg) center center no-repeat;
	background-size: cover;
	padding: 40px 0 60px;
}
.lnst-form_Wrap::after{
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 100%;
	height: 10vh;
	background: url(../img/lnst-bg-blue.webp) center center no-repeat;
	background-size: cover;
	z-index: -1;
}
.lnst-form_Wrap .inner{
	width: 92%;
	margin: 0 auto;
}
.lnst-form_Wrap .inner h2{
    text-align: center;
}
.lnst-form_Wrap .inner h2 span {
    color: #fff;
	display: block;
	font-size: 12px;
}
.lnst-form_Wrap dt {
	font-weight: bold;
}
.lunch-form_con{
    background: rgba(256, 256, 256, 0.8);
    border-radius: 20px;
	padding: 30px;
	width: 830px;
	margin: 30px auto 0;
}
.lunch-form_con .chk::after {
    border-right: 3px solid #5ebfdb;
    border-bottom: 3px solid #5ebfdb;
}
.lunch-form_con .ttl-num{
	font-size: 20px;
	font-weight: bold;
}
.lunch-form_con dt span.required{
	background: #ff6f4e;
	font-size: 12px;
	line-height: 1;
	color: #fff;
	text-align: center;
	display: inline-block;
	padding: 2px 4px;
}
.lunch-form_con dd{
	margin: 20px 0 40px;
}
.lunch-form_con .term_check{
    margin-bottom: 30px;
}
.lunch-form_con .ECM_CheckboxInput:hover > .ECM_CheckboxInput-DummyInput {
    background: #5ebfdb;
}
.lunch-form_con .ECM_CheckboxInput-Input:checked + .ECM_CheckboxInput-DummyInput {
    background: #5ebfdb;
    border-color: #5ebfdb;
}
.lunch-form_con .tac{
	text-align: center;
}
.lunch-form_con .lunch-btn{
	position: relative;
	background: rgb(0,163,255);
	background: linear-gradient(90deg, #5865b9, #22dcfd);
    color: #fff;
    font-size: 18px;
    border-radius: 30px;
    padding: 15px;
    width: 100%;
    max-width: 400px;
    border: none;
	transition: 0.3s;
	cursor: pointer;
}
.lunch-form_con .lunch-btn:hover{
	opacity: 0.7;
}
.lunch-form_con .lunch-btn i{
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
}
.lunch-form_con .ECM_CheckboxInput-DummyInput {
	background: #fff;
	border: 1px solid #ccc;
}

/* ==============================================================
SP(430~768px)
============================================================== */
@media screen and (min-width:430px) and (max-width:768px){

	.lnst-txt-List {
		bottom: 5%;
	}
	.lnst-txt-List li {
		font-size: 14px;
		line-height: 1.6;
	}
	.lunch-form_con{
		width: 100%;
	}
	.lnst-form_Wrap{
		width: 100%;
		padding-top: 30px;
	}
}
/* ==============================================================
SP(~430px)
============================================================== */
@media screen and (max-width:430px) {
	.lunch-form_con{
		width: 100%;
	}
	.lnst-form_Wrap{
		width: 100%;
		padding-top: 30px;
	}

	#js-black-bg{
		top: 0;
		left: 0;
		transform: none;
		-webkit-transform: none;
		-ms-transform: none;
	}
	.close-btn {
		position: absolute;
		right: 0.5rem;
		top: 1rem;
		width: 26px;
		height: 26px;
	}
	.lnst-modal-inner {
		height: 75vh;
        margin: 8vh auto;
		border-radius: 5px;
		position: relative;
		top: unset;
		left: unset;
		transform: none;
		overscroll-behavior-y: contain;
	}
	.lnst-txt-List{
		padding-top: 2vh;
	}
	.lnst-txt-List li {
		font-size: 11px;
		line-height: 1.4;
	}
	.lnst-form_Wrap .inner > .ttl {
		width: 30%;
		font-size: 16px;
		margin: 0 auto;
	}
	.lunch-form_con {
		padding: 25px 15px 15px;
		margin-top: 20px;
	}
	.lunch-form_con dd{
		margin: 10px 0 30px;
		font-size: 14px;
	}
	.lunch-form_con .lunch-btn {
		font-size: 16px;
		padding: 12px;
	}
	.lnst_cam {
		padding: 25px 0 20px;
	}
	.lnst_cam img {
		width: 95%;
		margin: 0 auto;
	}
	.lnst_cam .pc {
		display: none;
	}
	.lnst_cam p {
		font-size: 10px;
		width: 90%;
		line-height: 1.2em;
	}
	.lunch-form_con .caution_term {
		padding: 10px;
	}
	.lunch-form_con .caution_term p {
		font-size: 1.2rem;
		line-height: 1.5em;
	}
	.lunch-form_con .caution_term h2 {
		font-size: 1.6rem;
	}
	.lunch-form_con .caution_term h3 {
		font-size: 1.4rem;
	}
	.lunch-form_con .ECM_CheckboxInput-LabelText {
		font-size: 1.4rem;
	}
}
