@charset "UTF-8";
#container {
    /* scroll-snap-type: y proximity;
    overflow-y: scroll; 
	height: 100vh; */
}

.pagesnap {

    scroll-snap-align: start;
	scroll-snap-stop: always; 
	padding-top: 60px;
	margin-top: -60px;
}
/*  */
.koreitidai_box {
	max-width: 800px;
	margin: 0 auto;
}

.koreitidai_box > p:nth-of-type(1) {
	font-size: 2rem;
	line-height: 1.5;
	margin: 0 0 20px;
}

.koreitidai_box > div:nth-of-type(1) > div {
	width: fit-content;
	margin: 0 auto;
}

.koreitidai_box > div:nth-of-type(1) > div > p:nth-of-type(1) {
	display: inline-block;
	color: #fff;
	background: #121418;
	border-radius: 15px;
	padding: 2px 20px;
	margin-bottom: 10px;

}

.koreitidai_box > div:nth-of-type(1) > div > p:nth-of-type(2) {
	font-size: 3rem;
	line-height: 1.1;
	margin: 0 0 10px;
	font-weight: 700;
}

.koreitidai_box > div:nth-of-type(1) > div > p:nth-of-type(2) span:nth-of-type(1) {
	font-size: 4rem;
}

.koreitidai_box > div:nth-of-type(1) > div > p:nth-of-type(2) span:nth-of-type(2) {
	color: #c91c2a;
	font-size: 4rem;
	font-weight: bold;
}

.koreitidai_box > div:nth-of-type(1) > img {
	width: 100%;
	max-width: 600px;
	display: block;
	margin: 0 auto 30px;
}

.koreitidai_box > div:nth-of-type(2) {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 30px;
	text-align: center;
	margin: 0 0 20px;
}

.koreitidai_box > div:nth-of-type(2) img {
	width: 100%;
	object-fit: contain;
}

.koreitidai_box > div:nth-of-type(2) > div:nth-of-type(odd) img {
	height: 180px;
	margin: 0 0 10px;
}

.koreitidai_box > div:nth-of-type(2) > div:nth-of-type(2) img {
	height: 130px;
	margin: 0 0 20px;
}

.koreitidai_box > div:nth-of-type(2) p:nth-of-type(1) {
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.5;
}

.koreitidai_box > div:nth-of-type(2) p:nth-of-type(2) {
	color: #ff0000;
}

.koreitidai_box > div:nth-of-type(2) p:nth-of-type(2) span:nth-of-type(1) {
	font-size: 2rem;
}

.koreitidai_box > div:nth-of-type(2) p:nth-of-type(2) span:nth-of-type(2) {
	font-size: 1.2rem;
}

.pos_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 50px 100px;
	margin: 0 0 50px;
}

.pos_box img {
	width: 100%;
	max-width: 250px;
	height: 150px;
	object-fit: contain;
}


/*taxfree*/

.taxfree h3 {font-size: 2.3rem;; }

.taxfree_price > div {
	display: flex;
	/* justify-content: center; */
	gap: 20px;
	border-top: 1px solid #eaeaea;
	padding: 20px 0 0px 0;
	margin: 0 0 20px;
}

.taxfree_price > div > div {
	text-align: center;
}

.taxfree_price > div img {
	width: 100%;
	height: 200px;
	object-fit: contain;
	margin: 0 0 20px;
}

.taxfree_price > div > .t_title{
	font-size: 2rem;
	font-weight: bold;
	/* border-bottom: 1px solid #eaeaea; */
	position: relative;
	padding: 3px 0 0px;
	/* margin: 0 0 10px; */
}
.taxfree_price > div >.title span {
	color: #383838;
	font-size: 1.2rem;
}


.taxfree_price > div > div .getsugaku {
	font-size: 1.3rem;
	font-weight: bold;
	margin: 0 0 10px;
}

.taxfree_price > div > div .price2 {
	color: #c91c2a;
	font-size: 2.6rem;
	font-weight: bold;
	margin: 0 0 0px;
}

.taxfree_price > div > div .price2 span {
	color: #000;
	font-size: 1.6rem;
	margin: 0 5px 0px 0px;
}

.taxfree_price > p {
	font-size: 2.2rem!important;
	text-align: center;
	line-height: 1.5;
	margin: 0 0 30px;
}


/*kuhonkinou*/

.kihonkinou_box h2 {
	text-align: center;
	line-height: 1.5;
	font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.5;
    margin: 0 0 30px;
}

.kihonkinou_box h2 span {
	color: #44444b;
}

.kihonkinou_box h2 img {
	width: 230px;
	vertical-align: sub;
}

.kihonkinou_box > div {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 30px 10px;
}

.kihonkinou_box > div > div {
	display: flex;
	flex-flow: column;
	align-items: center;
	position: relative;
	padding: 16px 0 0 0;
}

.kihonkinou_box > div > div img {
	width: 100%;
	max-width: 280px;
	object-fit: contain;
	background: #e8e8e8;
	border-radius: 10px 10px 0 0;
	padding: 30px 20px 0;
}

.kihonkinou_box > div > div p {
	font-size: 1.4rem;
	color: #fff;
	font-weight: bold;
	background: #747092;
	border-radius: 18px;
	position: absolute;
	top: 0;
	padding: 5px 15px;
}





@media screen and (max-width:1024px) {}


@media screen and (max-width:767px) {

	.fixed_btn {
		max-width: 310px;
	}

	.pos_box {
		gap: 50px 50px;
	}

	.pos_box img {
		height: 100px;
	}

	.koreitidai_box > div:nth-of-type(2) {
		gap: 10px;
	}

	.koreitidai_box > div:nth-of-type(2) > div:nth-of-type(2) img {
		max-width: 130px;
		height: auto;
		margin: 0 0 80px;
	}

	.koreitidai_box > div:nth-of-type(2) > div:nth-of-type(odd) img {
		max-width: 200px;
		height: auto;
	}

	.koreitidai_box > div:nth-of-type(2) p:nth-of-type(1) {
		font-size: 1.2rem;
	}

	.koreitidai_box > div:nth-of-type(2) p:nth-of-type(2) {
		font-size: 1.2rem;
	}

	.koreitidai_box > div:nth-of-type(2) p:nth-of-type(2) span:nth-of-type(1) {
		font-size: 1.6rem;
	}

}
