@charset "utf-8";
/* CSS Document */

.section01{
	padding: 120px 0;
}

.section01 .inner{
	gap: 40px;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: flex-start;
}
.section01 .txtbox,
.section01 .imgbox{
	flex: 1;
	width: auto;
	min-width: 0;
}
.section01 .imgbox{
	position: relative;
}
.section01 .imgbox img{
	width: 100%;
	height: auto;
	display: block;
}
.section01 .txtbox .default_title2{
	padding-top: 24px;
	font-size: 32px;
	line-height: 1.78;
	letter-spacing: 0.094em;
}
.section01 .txtbox .txt{
	padding: 40px 0;
	line-height: 2.4;
}
.section01 .btns{
	gap: 10px;
}

.section02{
	background-color: #f5ede0;
	padding: 120px 0;
}
.section02 .default_title2{
	padding-top: 24px;
	font-size: 32px;
	padding-bottom: 80px;
}
.section02 .row{
	gap: 80px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 80px;
	flex-wrap: nowrap;
	justify-content: flex-start;
}
.section02 .row:last-of-type{
	margin-bottom: 0;
}
.section02 .row.rev{
	flex-direction: row-reverse;
}
.section02 .imgbox,
.section02 .txtbox{
	width: 440px;
}
.section02 .imgbox{
	flex-shrink: 0;
}
.section02 .imgbox img,
.section04 .pack .imgbox img,
.section04 .online .imgbox img,
.section05 .item .imgbox img{
	width: 100%;
	height: auto;
	display: block;
}
.section02 .num{
	font-family: "EB Garamond", serif;
	font-size: 48px;
	line-height: 1;
	color: #c83c1e;
}
.section02 .txtbox .line{
	width: 32px;
	height: 1px;
	background-color: #c83c1e;
	margin-top: 8px;
}
.section02 .txtbox h3{
	padding-top: 20px;
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 0.067em;
	line-height: 1.5;
}
.section02 .txtbox .txt{
	padding-top: 20px;
}

.section03{
	padding: 120px 0;
}
.section03 .default_title2{
	padding: 30px 0 0;
}
.section03 .lead{
	padding-top: 20px;
}
.section03 .list{
	padding-top: 40px;
	gap: 16px;
}
.section03 .item{
	width: calc((100% - 32px) / 3);
}
.section03 .item .imgbox{
	width: 100%;
}
.section03 .item .imgbox img{
	width: 100%;
	height: auto;
	display: block;
}
.section03 .item .en{
	padding-top: 30px;
	font-family: "EB Garamond", serif;
	font-size: 15px;
	letter-spacing: 0.2em;
	color: #c83c1e;
}
.section03 .item h3{
	padding-top: 8px;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.064em;
}
.section03 .item .txt{
	padding-top: 8px;
	font-size: 15px;
	line-height: 1.65;
	letter-spacing: 0.035em;
	color: #555;
}

.section04{
	padding: 0 0 120px;
}
.section04 .default_title2{
	padding-top: 24px;
	font-size: 32px;
	padding-bottom: 40px;
}
.section04 .card{
	padding: 60px;
	box-sizing: border-box;
}
.section04 .card_shop{
	background-color: #fff;
	border: 1px solid #d4c9b0;
}
.section04 .card_shop .badge{
	display: inline-block;
	padding: 9px 12px;
	border: 1px solid #000;
	font-family: "EB Garamond", serif;
	font-size: 15px;
	letter-spacing: 0.167em;
	line-height: 1;
}
.section04 .card h3{
	padding-top: 20px;
	font-size: 32px;
	font-weight: 500;
	letter-spacing: 0.069em;
}
.section04 .card .txt{
	padding-top: 16px;
}
.section04 .packs{
	padding-top: 48px;
	justify-content: center;
	gap: 32px;
}
.section04 .pack{
	width: 258px;
}
.section04 .pack .imgbox{
	width: 100%;
}
.section04 .pack h4{
	padding-top: 16px;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.08em;
}
.section04 .card_online{
	margin-top: 60px;
	background-color: #002a45;
}
.section04 .card_online .badge{
	display: inline-block;
	padding: 10px 12px;
	background-color: #c83c1e;
	color: #fff;
	font-family: "EB Garamond", serif;
	font-size: 15px;
	letter-spacing: 0.167em;
	line-height: 1;
}
.section04 .card_online h3,
.section04 .card_online h4{
	color: #fffbf2;
}
.section04 .card_online .txt{
	color: rgba(255,251,242,0.85);
}
.section04 .online{
	padding-top: 48px;
	gap: 60px;
}
.section04 .online .imgbox{
	width: 390px;
	flex-shrink: 0;
}
.section04 .online h4{
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.08em;
}
.section04 .online .ul{
	margin-top: 24px;
	border-top: 1px solid rgba(255,251,242,0.2);
	padding-top: 10px;
}
.section04 .online .ul p{
	position: relative;
	padding: 10px 0 10px 14px;
	border-bottom: 1px solid rgba(255,251,242,0.1);
	font-size: 15px;
	color: rgba(255,251,242,0.85);
	letter-spacing: 0.056em;
}
.section04 .online .ul p::before{
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 4px;
	height: 4px;
	margin-top: -2px;
	border-radius: 2px;
	background-color: #c83c1e;
}
.section04 .online .btns{
	padding-top: 36px;
}
.section04 .online .btns .more{
	margin-bottom: 12px;
}
.section04 .online .btns .more a{
	width: 100%;
}

.section05{
	background-color: #f5ede0;
	padding: 120px 0;
}
.section05 .default_title2{
	padding-top: 24px;
	font-size: 32px;
}
.section05 .lead{
	padding-top: 20px;
}
.section05 .list{
	padding-top: 40px;
	gap: 40px;
}
.section05 .item{
	width: calc((100% - 80px) / 3);
}
.section05 .item .imgbox{
	width: 100%;
}
.section05 .item .num{
	padding-top: 24px;
	font-family: "EB Garamond", serif;
	font-size: 22px;
	letter-spacing: 0.125em;
	color: #c83c1e;
}
.section05 .item h3{
	padding-top: 10px;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.08em;
}
.section05 .item .txt{
	padding-top: 14px;
	font-size: 14px;
	line-height: 2;
	letter-spacing: 0.04em;
}
.card_online span{color: #fff!important;}



@media screen and (max-width: 1080px){
	.section01 .inner,
	.section02 .row,
	.section02 .row.rev,
	.section04 .online{
		flex-direction: column;
	}
	.section01 .txtbox,
	.section01 .imgbox{
		width: 100%;
		flex: none;
	}
	.section02 .imgbox,
	.section02 .txtbox{
		width: 100%;
	}
	.section03 .list,
	.section05 .list,
	.section04 .packs{
		flex-wrap: wrap;
	}
	.section03 .item,
	.section05 .item{
		width: 100%;
	}
	.section04 .online .imgbox{
		width: 100%;
	}
	.section01,
	.section02,
	.section03,
	.section05{
		padding: 80px 0;
	}
	.section04{
		padding-bottom: 80px;
	}
     .section01 > .inner.flex {
    flex-direction: column !important;
    align-items: stretch;
  }

  .section01 > .inner > .imgbox {
    order: -1;
    width: 100%;
    margin: 0 0 30px;
  }

  .section01 > .inner > .txtbox {
    width: 100%;
  }
}
@media screen and (max-width: 576px){
	.section04 .card{
		padding: 32px 20px;
	}
	.section04 .pack{
		width: 100%;
	}
}
