body {
	font-family: "Noto Serif JP", serif;
}

.container__wrapper {
	background-image: url("../images/common/bg.webp");
	background-size: 100% 100%;
}

.header__wrapper,
.footer__wrapper {
	background-color: #997300;
}

.head_top {
	font-weight: 900 !important;
	width: 100%;
	margin-top: 40px;
	padding: 0;
	text-indent: 0.5em;
	text-align: center;
	font-size: 38px;
}
.head_01{
	font-weight: 900;
}
.h1_span {
	font-size: 30px;
}

.h1_bs11_p {
	text-align: center;
	font-size: 20px;
	margin-top: 55px;
	font-weight: 700;
	line-height: 2;
}

.p-info__dlist-child dt {
	padding-left: 1em;
	padding-bottom: 2px;
	background-color: #e5e5e5;
	border: none;
	font-size: 20px;
}

.p-info__dlist-child dd {
	padding-left: 1em;
}
.item_h3{
	font-size: 18px;
}
.u-link_btn {
	text-align: center;
	border: 2px solid #000;
	padding: 2px 2em;
	border-radius: 100px;
	width: fit-content;
	margin: 0 auto;
}

.main__text01 {
	font-size: 22px;
}

.pop_border {
	border: 1px solid #ecdfa6;
}

.u-link_btn a {
	color: #000;
	text-decoration: none;
}

.dlist {
	text-align: center;
}

.ec_div {
	width: fit-content;
	margin: 0.5em auto;
	margin-top: 1em;
}

.ec_div p {
	font-size: 16px;
	text-align: left;
}

.ec_div ul {
	padding: 0;
}

.ec_div ul li {
	list-style: none;
	font-size: 16px;
	text-align: left;
	padding-bottom: 2px;
	padding-left: 1em;
	text-indent: -1em;
}

.ec_div ul li span {
	font-size: 14px;
}

.footer__copy {
	width: fit-content;
	max-width: 90%;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
.cta__btn .btn01{
	max-width: 300px;
}
.comesoon_p{
	font-size: 24px;
	text-align: center;
	margin:1em auto;
	font-weight: 900;
}
@media (max-width: 430px) {
	.item_h3{
	font-size: 3.5vw;
}
	.main__text01 {
		font-size: 3.8vw;
		margin-top: 0;
	}

	.spe_ul li {
		font-size: 10px;
	}

	.h1_bs11_p {
		margin-top: 44px;
		line-height: 1em;
		font-size: 12px;
		margin-bottom: 8px;
	}

	.head_top {
		font-size: 6vw;
		margin-bottom: 36px;
		line-height: 1.4em;
	}

	.h1_span {
		font-size: 4.4vw;
	}

	.header__wrapper {
		padding: 4px;
		padding-left: 0;
		padding-right: 0;
	}

	.header {
		font-size: 3.3vw;
		line-height: 1.4em;
	}

	.info__dlist dt,
	.info__dlist dd {
		font-size: 4.5vw;
	}

	.p-info__dlist-child dt,
	.p-info__dlist-child dd {
		font-size: 4.5vw;
	}

	.ec_div ul li {
		font-size: 3.5vw;
	}

	.ec_div ul li span {
		font-size: 10px;
	}
	.bottom__reprint{
		font-size: 4vw;
	}
}
@media (max-width: 320px) {
	.btn01.--arrow01::before,.btn01.--arrow01::after{
		display: none;
	}
}
@media screen and (min-width: 431px) {
	.main__box01 {
		padding-bottom: 30px;
	}
}