@charset "UTF-8";
/* ----------------------------------------------------------
common
---------------------------------------------------------- */
:root {
	/* 色指定 */
	--modal_basic: #103b5b;
	--modal_bl:#6ecfd7;
	--modal_or: #f6a923;
}
.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(--basic);
}
.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;
	color: var(--modal_basic);
}
.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 .Wrap_ttl {
    text-align: center;
	margin-bottom: 5px;
}
.lunchstudy_modal .modal_ttl {
    font-family: "Unna", serif;
    font-weight: 600;
    font-size: 48px;
    color: var(--modal_bl);
    text-align: center;
	position: relative;
	display: inline-block;
	z-index: 1;
}
.lunchstudy_modal .modal_ttl span {
	font-family: 'Roboto', sans-serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-weight: 600;
	font-size: 14px;
	color: var(--modal_basic);
	display: block;
	line-height: 1;
	margin-top: 20px;
}
.lnst_cam {
	position: relative;
	background: url(../img/snow_bottom.png), url(../img/cam_bg.jpg);
	background-repeat: no-repeat, no-repeat;
	background-position: bottom -5px left, center;
	background-size: 100% auto, cover;
	position: relative;
	padding: 40px 0 50px;
}
.lnst_cam .sp {
	display: none;
}
.lnst_cam img {
	display: block;
	margin: 0 auto;
}
.lnst_cam p {
	font-size: 12px;
	width: 90%;
	max-width: 530px;
	margin: 0 auto;
	line-height: 1.4em;
	letter-spacing: 0.02em;
}
.lnst_cam .modal_ttl::after {
    content: "";
    position: absolute;
    left: -12px;
    bottom: 33px;
    width: 115%;
    height: 22px;
    background: url(../img/wave_underline_gold.png) no-repeat center;
    background-size: cover;
    pointer-events: none;
    z-index: -5;
}
.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: #fff;
	padding: 40px 0 60px;
}
.lnst-form_Wrap .inner{
	width: 92%;
	margin: 0 auto;
}
.lnst-form_Wrap .modal_ttl::after {
    content: "";
    position: absolute;
	left: -10px;
    bottom: 37px;
    width: 113%;
    height: 27px;
    background: url(../img/wave_underline_gold_short.png) no-repeat center;
    background-size: cover;
    pointer-events: none;
    z-index: -5;
}
.lnst-form_Wrap dt {
	font-weight: bold;
}
.lunch-form_con{
	background: url(../img/modal_form_bg.jpg);
    background-position: center;
    border-radius: 5px;
    padding: 30px 30px 40px;
	width: 100%;
    max-width: 830px;
    margin: 0 auto;
    box-shadow: 0px 3px 12px 0px rgba(188, 188, 188, 0.5);
}
.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: #dd3c17;
	font-size: 12px;
	line-height: 1;
	color: #fff;
	text-align: center;
	display: inline-block;
	padding: 3px 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: var(--modal_bl);
}
.lunch-form_con .ECM_CheckboxInput-Input:checked + .ECM_CheckboxInput-DummyInput {
    background: var(--modal_bl);
    border-color: var(--modal_bl);
}
.lunch-form_con .tac{
	text-align: center;
}
.lunch-form_con .lunch-btn{
	display: block;
	position: relative;
	background: linear-gradient(to right, #ffa800, #f8ca4c);
    color: #fff;
    border: #fff 2px solid;
    font-size: 18px;
    border-radius: 50vw;
	margin: 0 auto;
    padding: 15px;
    width: 100%;
    max-width: 400px;
    border: none;
	transition: 0.3s;
	cursor: pointer;
	overflow: hidden;    
}
.lunch-form_con .lunch-btn::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	background: var(--modal_or);
	width: 100%;
	height: 100%;
	transition: transform .4s 
	cubic-bezier(0.8, 0, 0.2, 1) 0s;
	transform: scale(0, 1);
	transform-origin: right top;
}
.lunch-form_con .lunch-btn:hover::before {
    transform-origin: left top;
    transform: scale(1, 1);
}
.lunch-form_con .lunch-btn:hover{
	opacity: 1;
}
.lunch-form_con .lunch-btn span {
	position: relative;
    z-index: 3;
    font-size: 18px;
    font-weight: 600;
    color: white;
    transition: ease .4s;
    margin: auto;
}
.lunch-form_con .lunch-btn i{
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
	z-index: 3;
}
.lunch-form_con .ECM_CheckboxInput-DummyInput {
	background: #fff;
	border: 1px solid #ccc;
}
.caution_term {
    max-height: 300px;
    overflow-y: auto;
    padding: 20px;
	border: solid 1px var(--modal_basic);
}
.caution_term h2 {
    background: var(--modal_basic);
}
.primary_color {
	color: var(--modal_bl);
	border-bottom: 1px solid var(--modal_bl);
	transition: .3s;
}
.primary_color:hover {
	color: var(--modal_bl);
	opacity: 0.7;
}

/* ==============================================================
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(~768px)
============================================================== */
@media screen and (max-width:768px){
	.lunchstudy_modal .Wrap_ttl {
		margin-bottom: 10px;
	}
	.lunchstudy_modal .modal_ttl {
		font-size: 34px;
	}
	.lunchstudy_modal .modal_ttl span {
		margin-top: 10px;
	}
	.lnst_cam .modal_ttl::after {
		left: -4px;
        bottom: 24px;
        width: 107%;
        height: 17px;
	}
	.lnst-form_Wrap .modal_ttl::after {
		left: -8px;
        bottom: 25px;
        width: 111%;
        height: 19px;
	}
	.caution_term {
		max-height: 200px;
	}
}

/* ==============================================================
SP(~430px)
============================================================== */
@media screen and (max-width:430px) {
	.lunch-form_con{
		width: 100%;
	}
	.lnst-form_Wrap{
		width: 100%;
		padding: 30px 0;
	}

	#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;
	}
	.lunch-form_con dd{
		margin: 10px 0 30px;
		font-size: 14px;
	}
	.lunch-form_con .lunch-btn {
		padding: 12px;
	}
	.lunch-form_con .lunch-btn span {
		font-size: 16px;
	}
	.lnst_cam {
		padding: 25px 0 30px;
	}
	.lnst_cam img {
		width: 90%;
		margin: 0 auto;
	}
	.lnst_cam .pc {
		display: none;
	}
	.lnst_cam .sp {
		display: block;
	}
	.lnst_cam p {
		font-size: 10px;
		width: 90%;
		line-height: 1.2em;
		margin-top: 10px;
	}
	.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;
	}
}
