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

/*セクション間余白----------------------------------------------------------- */
section {
	padding: 75px 0;
}

/*リンク色----------------------------------------------------------- */
a:link,a:visited {color: inherit;}


/*FV----------------------------------------------------------- */
.fv {
	padding: 150px 0 120px;
	background: url(../img/pc_fv_img02.png) no-repeat center bottom;
	width: 100%;
}
.fv_txt {
	line-height: 2.5;
	margin-top: -15.5%;
}

/*sec01----------------------------------------------------------- */
.sec01 {
	background:
		url(../img/pc_sec01_img02.png) no-repeat top center,
		url(../img/pc_sec01_img03.png) no-repeat bottom center,
		#1f1f1f;
}
.sec01_item {
	margin-inline: 60px;
}
.sec01_wrap {
	display: flex;
	align-items: center;
	gap: 30px;
}
.sec01_item:first-child {
	padding: 0 0 45px;
	border-bottom: 1px solid #fff;
}
.sec01_item_contents {
	width: 60%;
}
.sec01_item:nth-child(2) .sec01_item_contents {
	width: 100%;
}

.sec01_item h3 {
	font-weight: 600;
	font-size: 30px;
	line-height: 1.5;
	letter-spacing: 0.1em;
	background-color: #7c0b0b;
	display: inline-block;
	padding-inline: 10px;
}
.sec01_item_img {
	width: 40%;
}
/*sec02----------------------------------------------------------- */
.sec02 {
	background: url(../img/pc_sec02_img06.png) no-repeat center top;
}
.box_bg01,
.box_bg02 {
	padding-bottom: 90px;
}
.box_bg01 {
	background-image: linear-gradient(135deg, #4c4c4c, #131313);
}
.box_bg02 {
	background-image: linear-gradient(135deg, #b9b8b7, #313635);
}
.sec02_product {
	display: flex;
	gap: 75px;
	border-bottom: 1px solid #fff;
}
.sec02_product_img {
	width: 30%;
}
.sec02_product_contents {
	width: 70%;
}
.sec02_product_sub-head {
	font-size: 28px;
}
.sec02_product_label {
	background-color: #7c0b0b;
	display: inline-block;
	padding-inline: 10px;
}
.sec02_product_price_wrap {
	display: flex;
	justify-content: right;
	align-items: center;
	gap: 10px;
}
.sec02_product_price_wrap p:nth-child(2) {
	line-height: 1.2;
}
.price_jpy {
	font-size: 40px;
}
.sec02_contents h3 {
	position: relative;
}
.sec02_contents h3 {
	font-size: 30px;
	line-height: 1.666;
}
.sec02_contents p {
	letter-spacing: 0.08em;
	text-align: center;
}
/*sec03----------------------------------------------------------- */


/*Footer----------------------------------------------------------- */
footer {
	padding-bottom: 90px;
}
footer .wrap {
	max-width: 560px;
	margin: 0 auto;
}
.footer dl dt {
	width: 90%;
	margin: 1rem auto;
	max-width: 480px;
}

.footer dl dd {
	margin: 1rem 0;
}

.footer ul {
	margin-top: 2rem;
}

.footer ul li a {
	text-align: center;
	display: block;
	width: 85%;
	margin: 1rem auto;
	padding: 1rem;
	border-radius: 50px;
	background-color: #FFF;
	color: #000;
	text-decoration: none;
}

.footer ul li:first-child a {
	background-color: #7c0b0b;
	color: #FFF;
}