@charset "UTF-8";

@media (prefers-reduced-motion: no-preference) {
	:root {
	  scroll-behavior: auto;
	}
}
body{
	font-family: a-otf-gothic-mb101-pr6n, sans-serif;
	position: relative;
	font-size: 16px;
	font-weight: 500;
	font-style: normal;
	line-height: 1.5;
	color: #2B2B2B;
	/* background-color: #e1d9c6; */
	background-color: #FFF;
}

html,body,h1,h2,h3,h4,ul,ol,li,p,span,iframe,footer,address,h1,h2,h3,h4,h5,dl,dt,dd{
  margin: 0;
  padding:0;
}
*:focus {
	outline: none;
}
img {
	image-rendering: -webkit-optimize-contrast;
}
.table{
	border-color: #CCC;
}
/* header
------------------------------*/
.main_tit_area03{
	padding-bottom: 48.96px;
}
.kMlhaU {
	width: 100%;
	height: var(--s2-one-hub-navigation-top-bar-height);
	transition: height 0.3s ease-in;
	color: rgb(0, 14, 38);
	background-color: rgb(255, 255, 255);
	transform: translateY(0px);
}

.gIUntc {
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    transition: transform 0.3s ease-in;
    position: absolute;
    top: 0px;
}

.iDZVMc {
    display: grid;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    --logo-size: 32px;
    --margin-size: 8px;
    grid-template-columns: auto max-content auto;
    column-gap: var(--margin-size);
}
.iDZVMc::before, .iDZVMc::after {
    content: "";
    height: 3.1875px;
    background: rgb(0, 30, 80);
}
.iaLlxN {
    position: relative;
    display: inline-block;
    line-height: 0;
}
.iDZVMc svg {
    fill: rgb(0, 30, 80);
    width: var(--logo-size);
    height: var(--logo-size);
}
.iDZVMc::before, .iDZVMc::after {
    content: "";
    height: 2px;
    background: rgb(0, 30, 80);
}
.dePIda button, .dePIda a {
    pointer-events: auto;
}
.gohhmN {
    text-decoration: none;
}
.bzRcoo {
	height: 146.88px;
}
/* .iDZVMc {
	grid-template-columns: auto max-content auto;
}
.kMlhaU {
	--s2-one-hub-navigation-top-bar-height: calc(16px + 24px + 12px + 40px);
}
.gIUntc {
	transform: translateY(calc(33px));
}
.iDZVMc {
	--logo-size: 40px;
	--margin-size: 10px;
} */

/* .kMlhaU {
	--s2-one-hub-navigation-top-bar-height: calc(16px + 24px + 12px + 48px);
} */
.gIUntc {
	transform: translateY(calc(48.96px));
}
.iDZVMc {
	grid-template-columns: calc(var(--size-grid016) - var(--margin-size)) max-content auto;
}
.iDZVMc {
	/* --logo-size: 48.96px; */
	--logo-size: 49px;
	--margin-size: 12.24px;
}
.iDZVMc::before, .iDZVMc::after {
	height: 1.53px;
}
/* font
------------------------------*/
.gothic-mb101-pr6N{
	font-family: a-otf-gothic-mb101-pr6n, sans-serif;
	font-weight: 300;
	font-style: normal;
}
.hiragino-kaku-g-w3{
	font-family: hiragino-kaku-gothic-pron, sans-serif;
	font-weight: 300;
	font-style: normal;
}
.hiragino-kaku-g-w6{
	font-family: hiragino-kaku-gothic-pron, sans-serif;
	font-weight: 600;
	font-style: normal;
}
/* text
------------------------------*/
.bold{
	font-weight: 600;
}
.lead_text{
	font-size: 17px;
}
.lh-18{
	line-height: 1.8;
}
/* link
------------------------------*/
a{
	color: #000000;
	transition : color 0.5s ease 0s;
	text-decoration: none;
}
a:focus {
    outline: none;
}
a:hover{
	text-decoration: none;
	color: #000000;
	/* opacity: .6; */
}

iframe{
	vertical-align: bottom;
}

figure {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
figure {
	margin: 0;
}
figure:hover {
	opacity: 0.7;
}
/* hr
------------------------------*/


/* list
------------------------------*/
li{list-style-type: none;}
ul.square_list,ul.common_list{
	padding-left: 1.3em;
	text-indent: -1.3em;
}
.square_list li::before{
	content: "■ ";
}
ul.square_list.font-l{
	font-size: 18px;
}
ul.double-circle_list,ul.common_list{
	padding-left: 1.3em;
	text-indent: -1.3em;
}
.double-circle_list li::before{
	content: "◎ ";
}
ul.double-circle_list.font-l{
	font-size: 16px;
}
.double-circle_list li:not(:last-child){
	margin-bottom: 10px;
}
ol {
	position: relative;
	margin: 0;
	padding: 0
}
ol li {
	list-style: none;
	list-style-position: outside;
	margin: 0;
	padding-left: 1.25em
}
ol li span {
	position: absolute;
	left: 0;
	margin: 0
}
.common_list li:not(:last-child){
	margin-bottom: .5rem;
}
.common_list li::before{
	content: "・";
}
.triangle_list li{
	position: relative;
	padding: 0 0 0 10px;
	margin: 0;
}
.triangle_list li:not(:last-child){
	margin-bottom: .5rem;
}
.triangle_list li::before{
	position: absolute;
	left: 0;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: '\f0da';
	color: #0070b7;
}

/* color
------------------------------*/
.white{
	color: #FFF;
}
.orange{
	color: #e95412;
}
.red{
	color: #E91818;
}
.blue{
	color: #0070b7;
}
.green{
	color: #04af7a;
}
.grey{
	color: #585858;
}
.gold{
	color: #8E8170;
}
.navy{
	color: #002c65;
}
/* space
------------------------------*/
.color_inner{
	padding-top: 40px;
	padding-bottom: 40px;
}
.contents_space{
	padding-top: 40px;
}
.contents_space.last{
	padding-bottom: 60px;

}

/* title
------------------------------*/
.tit{
	font-size: 21px;
}





/* box
------------------------------*/
.main_tit{
	margin-bottom: 30px;
}
.main_tit_area{
	padding: 50px 0; 
}
.main_tit_area02{
	padding: 5px 0 30px; 
}
.apply_box{
	/* color: #1B3778; */
	color: #000;
	background-color: #FFF;
	padding: 15px;
	
}
.apply_box dt{
	font-family: hiragino-kaku-gothic-pron, sans-serif;
	font-weight: 600;
	font-style: normal;
	margin-bottom: 10px;
}
.lineup_list li{
	margin-bottom: 50px;
}
.lineup_list h4{
	font-family: hiragino-kaku-gothic-pron, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 32px;
	padding: 10px 0;
}
.price{
	margin-top: 10px;
}
.store_info_list li{
	text-align: center;
	color: #757575;

}
.store_info_list > li{
	margin-bottom: 40px;
}
.store_info_list h4{
	max-width: 289px;
    width: 100%;
    margin: 0 auto;
}
/* form
------------------------------*/
.form_box{
	max-width: 760px;
	width: 100%;
	margin: 0 auto;
	color: #FFF;
}
.form_box li{
	margin-bottom: 20px;
}
.form_box .form-label{
    display: flex;
    align-items: center;
	font-weight: 600;
}
.required_label{
	background-color: #FF0000;
	color: #FFF;
	padding: 6px 20px;
	font-size: 14px;
	letter-spacing: .1em;
	margin-right: 1em;

}
.form_box .form-control,.kiyaku_box{
	border-radius: 10px;
    padding: 10px;
}
.form_box .form-control::placeholder{
	color: #B1B1B1;
}
.was-validated .form-check-input:invalid, .form-check-input.is-invalid{
	color: #FFF;
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
	color: #FFF;
}
.was-validated .form-check-input:invalid, .form-check-input.is-invalid{
	border-color: #b9740d;
	margin-right: .5em;
}
.consent .form-check{
	padding-left: 0;
	margin: 0 auto;
	display: flex;
	justify-content: center;

}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked{
	background-color: #b9740d;
}
.kiyaku_box{
	background-color: #FFF;
	color: #535353;
	height: 200px;
	overflow-y:scroll;
}
.kiyaku_box h4{
	font-size: 18px;
	font-weight: 600;
}
.kiyaku_box a{
	color: #535353;
	text-decoration: underline;
}

/* table
------------------------------*/

/* bg
------------------------------*/
.bg_navy{
	background-color: #001e50;
}
.bg_navy_g{
	background: rgb(0,67,122);
	background: -moz-radial-gradient(circle, rgba(0,67,122,1) 0%, rgba(0,34,83,1) 100%);
	background: -webkit-radial-gradient(circle, rgba(0,67,122,1) 0%, rgba(0,34,83,1) 100%);
	background: radial-gradient(circle, rgba(0,67,122,1) 0%, rgba(0,34,83,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00437a",endColorstr="#002253",GradientType=1);
}
.bg_beige{
	background-color: #f4eee0;
}
/* button
------------------------------*/
.btn_area{
	padding: 40px 0;
}
.button {
	font-size: 22px;
	font-weight: 700;
	/* text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2); */
	line-height: 1.5;
	width: 100%;
	/* height: 100px; */
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
    max-width: 1088px;
    margin: 0 auto;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	vertical-align: middle;
	text-decoration: none;
	border-radius: 20px;

}

.btn-red {
	color: #fff;
	background-color: #DA0A18;
}
.btn-red:hover{
	color: #fff;
	background: #af0914;
}
.btn-gold {
	color: #DA0A18;
	background-color: #EAD264;
}
.btn-gold:hover{
	color: #DA0A18;
	background-color: #c8b252;
}

.arrow_u {
  position: relative;
  display: inline-block;
  padding-left: 20px;
}
.arrow_u:before {
	content: '';
	width: 15px;
	height: 15px;
	border: 0;
	border-bottom: solid 3px #ffffff;
	border-right: solid 3px #ffffff;
	transform: rotate(45deg);
	position: absolute;
	top: 140%;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}

.btn-vwBlue {
	color: #ffffff;
	font-weight: 700;
	font-size: 21px;
	background-color: #001E50;
	/* padding-bottom: 1rem; */
	border-radius: 100vh;
	border: 5px solid #FFF;
	padding: 15px 10px;
}
.btn-vwBlue:hover{
	color: #ffffff;
	background-color: #133a7d;
}
.btn-vwBlue.arrow_u:before {
	border-bottom: solid 3px #001e50 !important;
  border-right: solid 3px #001e50 !important;
}

@media (min-width: 768px) {
	.btn-vwBlue {
		font-size: 28px;
		padding: 25px 10px;
	}
}

.button_reset, .button_submit{
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
    max-width: 100%;
    border: none;
    line-height: 67px;
	width: 427px;
	border-radius: 100vh;
}
.button_reset {
    background-color: #EBEBEB;
}
.button_submit{
	background-color: #DD8D13;
    color: #fff;
}
.button_reset:hover {
    background-color: #d8d8d8;
}
.button_submit:hover{
	background-color: #b9740d;
}
.button_submit:disabled{
	background-color: #c3c3c3;
	pointer-events: none;
}
.btn-secondary{
	width: 250px;
	max-width: 100%;
	font-size: 16px;
}
.button_store.navy-button {
	background-color: #002253;
	color: #FFF;
}
.button_store.back-button {
	background-color: #7d7d7d;
	color: #FFF;
}
.button_store{
	background-color: #DD8D13;
    color: #FFF;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    max-width: 100%;
    border: none;
    line-height: 50px;
    width: 250px;
    border-radius: 100vh;
    display: inline-block;
    text-align: center;
}
.button_store:hover{
	color: #FFF;
	opacity: .8;
}
/* accordion
------------------------------*/



/* footer
------------------------------*/

.copy{
	color: #002253;
	font-size: 14px;
	text-align: center;
	padding: 35px 0 75px;
}


footer a{
	color: #FFF;
	text-decoration: underline;
}
footer a:hover{
	color: #FFF;
}
#footer{
	position: relative;
	/* margin-top: 60px; */
}

.footerFixed{
	background-color: #fde3d8;
    min-height: 100vh;
    position: relative;
    padding-bottom: 60px; 
    box-sizing: border-box;
}
.footerFixed #page-top-sp{
	display: none;
}
/* .footerFixed #page-top-sp{
	position: absolute;
    width: 100%;
    bottom: 0;
	background-color:#c30a13;
}
.footerFixed #page-top-sp svg{
	color: #FFF;
} */
/* topBtn
------------------------ */
#page-top a{
	display: flex;
	justify-content:center;
	align-items:center;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	transition:all 0.3s;
}
#page-top a img{
	width: 60px;
	height: 60px;
}

#page-top {
	position: fixed;
	right: 15px;
	z-index: 2;
	opacity: 0;
	transform: translateY(100px);
}
#page-top a:hover{
	opacity: .8;
}
/*　上に上がる動き　*/

#page-top.UpMove{
	animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
	from {
	opacity: 0;
	transform: translateY(100px);
	}
	to {
	opacity: 1;
	transform: translateY(0);
	}
}

/*　下に下がる動き　*/

#page-top.DownMove{
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
	from {
		opacity: 1;
	transform: translateY(0);
	}
	to {
		opacity: 1;
	transform: translateY(100px);
	}
}
#page-top-sp{
	background-color: #f8f500;
	text-align: center;
}

#page-top-sp span{
	margin-left: 5px;
}
#page-top-sp a{
	width: 100%;
	padding: 10px 0;
	display: block;
	color: #da0b18;
	font-weight: bold;
}
#page-top-sp svg{
	color: #da0b18;
}
@media (min-width: 768px) {
	a[href^="tel:"] {
		pointer-events: none!important;
	}
	/* header
	------------------------------*/
	.main_tit_area03{
		padding-bottom:65.28px;
	}
	/* .kMlhaU {
		--s2-one-hub-navigation-top-bar-height: calc(16px + 24px + 12px + 48px);
	}
	.gIUntc {
		transform: translateY(calc(29px));
	} */
	.bzRcoo {
		height: 195.84px;
	}
	.iDZVMc {
        grid-template-columns: calc(var(--size-grid016) - var(--margin-size)) max-content auto;
    }
	.iDZVMc {
        --logo-size: 65.28px;
		--margin-size: 16.32px;
    }
	.iDZVMc::before, .iDZVMc::after {
		height: 2.04px;
	}
	.gIUntc {
        transform: translateY(calc(65.28px));
    }
	/* slick
	------------------------------*/


	/* space
	------------------------------*/


	/* text
	------------------------------*/


	/* bg
	------------------------------*/

	/* title
	------------------------------*/

	/* button
	------------------------------*/
	.button_reset, .button_submit{
		font-size: 22px;
	}
	/* footer
	------------------------------*/

	/* box
	------------------------------*/
	.main_tit{
		margin-bottom: 40px;
	}
	.apply_box{
		padding: 25px;
		font-size: 18px;
		
	}

	/* topBtn
	------------------------ */

	/* form
	------------------------------*/
	.form_box .form-label{
		font-size: 18px;
	}
	.form_box .form-control,.kiyaku_box{
		padding: 12px;
		font-size: 18px;
	}
}

@media (max-width: 767px){

	/* box
	------------------------------*/

	/* header
	------------------------------*/
}
@media (min-width: 992px){

	/* header
	------------------------------*/
	.main_tit_area03{
		padding-bottom: 84.32px;
	}
	/* .kMlhaU {
		--s2-one-hub-navigation-top-bar-height: calc(16px + 24px + 12px + 48px);
	}
	.gIUntc {
		transform: translateY(calc(29px));
	} */
	.bzRcoo {
		height: 252.96px;
	}
	.iDZVMc {
        grid-template-columns: calc(var(--size-grid016) - var(--margin-size)) max-content auto;
    }
	.iDZVMc {
        --logo-size: 84.32px;
		--margin-size: 21.08px;
    }
	.iDZVMc::before, .iDZVMc::after {
		height: 2.635px;
	}
	.gIUntc {
        transform: translateY(calc(84.32px));
    }
	/* title
	------------------------------*/
	.tit{
		font-size: 47px;
	}
	/* text
	------------------------------*/
	.lead_text{
		font-size: 23px;
	}
	/* font
	------------------------------*/
	.font-l{
		font-size: 22px;
	}
	/* bg
	------------------------------*/

	/* box
	------------------------------*/
	.main_tit{
		margin-bottom: 40px;
	}
	.main_tit_area{
		padding: 140px 0; 
	}
	.main_tit_area02{
		padding: 90px 0 90px; 
	}
	/* footer
	------------------------------*/
	#page-top-sp{
		display: none;
	}
	/* space
	------------------------------*/


	.contents_space{
		padding-top: 100px;
	}
	.contents_space.last{
		padding-bottom: 100px;
	}

}
@media (max-width: 991px){
	/* box
	------------------------------*/

	/* button
	------------------------------*/

	/* footer
	------------------------------*/


}

@media (min-width: 992px) and (max-width: 1399px) {

}
@media (min-width: 768px) and (max-width: 991px) {
	/* header
	------------------------------*/

	/* text
	------------------------------*/
	.lead_text{
		font-size: 21px;
	}
	/* box
	------------------------------*/
	.main_tit{
		margin-bottom: 40px;
	}
	.main_tit_area{
		padding: 80px 0; 
	}
	.main_tit_area02{
		padding: 60px 0 60px; 
	}

	/* title
	------------------------------*/

	/* footer
	------------------------------*/

	/* space
	------------------------------*/

	.contents_space{
		padding-top: 80px;
	}
	.contents_space.last{
		padding-bottom: 80px;
	}
	/* button
	------------------------------*/

}
@media (min-width: 1200px){
	/* header
	------------------------------*/
	.main_tit_area03{
		padding-bottom: 102px;
	}
	/* .kMlhaU {
		--s2-one-hub-navigation-top-bar-height: calc(16px + 24px + 12px + 48px);
	}
	.gIUntc {
		transform: translateY(calc(29px));
	} */
	.bzRcoo {
		height: 306px;
	}
	.iDZVMc {
        grid-template-columns: calc(var(--size-grid016) - var(--margin-size)) max-content auto;
    }
	.iDZVMc {
        --logo-size: 102px;
		--margin-size: 25.5px;
    }
	.iDZVMc::before, .iDZVMc::after {
		height: 3.1875px;
	}
	.gIUntc {
        transform: translateY(calc(102px));
    }
	/* title
	------------------------------*/

	/* bg
	------------------------------*/

	/* slick
	------------------------------*/


	/* title
	------------------------------*/
	/* box
	------------------------------*/
	.main_tit_area02{
		padding: 100px 0 100px; 
	}

	/* space
	------------------------------*/
	.color_inner{
		padding: 95px 0;
	}



}
@media (min-width: 1400px){
	/* header
	------------------------------*/
	.main_tit_area03{
		padding-bottom: 119px;
	}
	/* .kMlhaU {
		--s2-one-hub-navigation-top-bar-height: calc(16px + 24px + 12px + 48px);
	}
	.gIUntc {
		transform: translateY(calc(29px));
	} 
	.iDZVMc {
        grid-template-columns: calc(var(--size-grid016) - var(--margin-size)) max-content auto;
    }*/
	.bzRcoo {
		height: 357px;
	}
	.gIUntc {
        transform: translateY(calc(119px));
    }
	.iDZVMc {
        --logo-size: 119px;
		--margin-size: 29.75px;
    }
	.iDZVMc::before, .iDZVMc::after {
		height: 3.71875px;
	}
	/* box
	------------------------------*/
	.main_tit_area02{
		padding: 120px 0 120px; 
	}
}
@media (max-width: 1199px){


}
@media (min-width: 576px){
	/* box
	------------------------------*/

	/* accordion
	------------------------------*/

}
@media (max-width: 575px){

	/* header
	------------------------------*/
	.iDZVMc {
		grid-template-columns: auto max-content auto;
	}
	/* title
	------------------------------*/
	/* box
	------------------------------*/
	.store_info_list > li:not(:first-child){
		border-top: 1px solid #e8e8e8;
		padding-top: 20px;
	}
	/* footer
	------------------------------*/

}

@media (min-width: 992px) and (max-width: 1199px) {
	/* header
	------------------------------*/
	/* title
	------------------------------*/
	/* box
	------------------------------*/
	/* space
	------------------------------*/
	.color_inner{
		padding: 80px 0;
	}

	/* bg
	------------------------------*/

}

@media (min-width: 768px) and (max-width: 991px) {

	/* text
	------------------------------*/

	/* title
	------------------------------*/
	.tit{
		font-size: 32px;
	}
	/* space
	------------------------------*/
	.color_inner{
		padding: 60px 0;
	}
	/* box
	------------------------------*/

}

@media (min-width: 576px) and (max-width: 767px) {
	/* box
	------------------------------*/
	/* title
	------------------------------*/
	.tit{
		font-size: 28px;
	}
}
@media (max-width: 450px){

}


@media print{
}
/* table */
.msg{
	color: #f13232;
}
.form-table th{
	background-color: #eee;
	width: 30%;
  }
  @media screen and (max-width: 767px) {
	.form-table th,.form-table td{
		display: block;
		width: 100%;
	  }
  }


@media (min-width: 0px) {
	/* .kMlhaU {
		--s2-one-hub-navigation-top-bar-height: calc(16px + 24px + 12px + 32px);
	} */
}

@media (min-width: 960px) {

}




/* @media (min-width: 0px) {
	.gIUntc {
		transform: translateY(calc(37px));
	}
} */
.bzRcoo {
    --font-family-head: vw-head, Helvetica, Arial, sans-serif;
    --font-family-text: vw-text, Helvetica, Arial, sans-serif;
    font-family: var(--font-family-text);
    -webkit-font-smoothing: antialiased;
    --size-grid001: 4.16vw;
    --size-grid002: 8.33vw;
    --size-grid003: 12.5vw;
    --size-grid004: 16.66vw;
    --size-grid005: 20.83vw;
    --size-grid006: 25vw;
    --size-grid007: 29.16vw;
    --size-grid008: 33.33vw;
    --size-grid009: 37.5vw;
    --size-grid010: 41.66vw;
    --size-grid011: 45.83vw;
    --size-grid012: 50vw;
    --size-grid013: 54.16vw;
    --size-grid014: 58.33vw;
    --size-grid015: 62.5vw;
    --size-grid016: 66.66vw;
    --size-grid017: 70.83vw;
    --size-grid018: 75vw;
    --size-grid019: 79.16vw;
    --size-grid020: 83.33vw;
    --size-grid021: 87.5vw;
    --size-grid022: 91.66vw;
    --size-grid023: 95.83vw;
    --size-grid024: 100vw;
    --size-dynamic0020: 4px;
    --size-dynamic0040: 12px;
    --size-dynamic0050: 12px;
    --size-dynamic0100: 20px;
    --size-dynamic0120: 24px;
    --size-dynamic0130: 24px;
    --size-dynamic0140: 28px;
    --size-dynamic0150: 28px;
    --size-dynamic0200: 32px;
    --size-dynamic0250: 44px;
    --size-dynamic0270: 56px;
    --size-dynamic0300: 72px;
    --size-dynamic0350: 100px;
    --size-dynamic0450: 156px;
}

@media (min-width: 560px) {
    .bzRcoo {
        --size-dynamic0020: 4px;
        --size-dynamic0040: 20px;
        --size-dynamic0050: 20px;
        --size-dynamic0100: 24px;
        --size-dynamic0120: 20px;
        --size-dynamic0130: 40px;
        --size-dynamic0140: 32px;
        --size-dynamic0150: 52px;
        --size-dynamic0200: 56px;
        --size-dynamic0250: 68px;
        --size-dynamic0270: 80px;
        --size-dynamic0300: 96px;
        --size-dynamic0350: 132px;
        --size-dynamic0450: 172px;
    }
}
