﻿@import url("https://use.typekit.net/bnf7jzd.css"); @import url('https://fonts.googleapis.com/css2?family=Crimson+Pro:wght@300;400&display=swap'); @font-face {
	font-family: "classical-garamond-bt";
	src: url(../fonts/classical_garamond_bt.ttf) format("truetype"), url(../fonts/classical_garamond_bt.woff) format("woff");
}

/* ==========================================================================
	Typograpgy
========================================================================== */
@media only screen and (min-width: 768px) and (max-width: 1600px) {
	html {
		font-size: calc(10 * (100vw / 1600)) !important;
	}
}

@media (max-width: 767px) {
	.lp * {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
}

html {
	font-size: 62.5%;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

img, video, svg {
	width: 100%;
	height: auto;
}

/* for pc*/
.sp {
	display: none;
}

.pc {
	display: block;
}

#Contents{
	margin-bottom: 4.5rem;
}

/*basic*/
.main_container {
	margin: 0 auto;
	width: 100%;
	font-weight: 400;
	font-style: normal;
	font-size: 1.5rem;
	line-height: 2;
	letter-spacing: 0.12em;
	color: #343434;
	text-align: center;
	font-feature-settings: "palt";
	-ms-font-feature-settings: "normal";
}

.main_container a {
	color: #343434;
}

/*ヘッド部分*/
.heading {
	width: 90rem;
	margin: auto;
	margin-bottom: 14.5rem;
}

.heading_img {
	margin: auto;
	margin-bottom: 7rem;
}

.heading_ttl {
	font-family: trajan-sans-pro,sans-serif;
	font-weight: 400;
	font-style: normal;
	margin-bottom: 2.8rem;
	font-size: 3.2rem;
	line-height: 1.75;
	letter-spacing: 0.2em;
}

.heading_txt {
	font-size: 1.4rem;
	letter-spacing: 0.12em;
	line-height: 2;
}

.section {
	position: relative;
	margin: auto;
}

.content_list {
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.content_price {
	font-size: 1.3rem;
	line-height: 2;
	letter-spacing: 0.1em;
}

/*1段目*/
.sec01 {
	width: 96rem;
	margin-bottom: 15rem;
}

.sec01 .content_list {
	width: 93rem;
	margin-left: 0;
}

.sec01 .content_txt {
	margin-top: 24.6rem;
	border: 0.1rem solid #343434;
	width: 42.1rem;
	/* height: 26.5rem; */
	padding: 4rem 5rem;
	text-align: left;
}

.sec01 .content_img {
	width: 45rem;
}

.sec01 .detail {
	position: absolute;
	width: 20.5rem;
	left: 0.6rem;
	top: 18rem;
}

/*2段目*/
.sec02 {
	width: 96rem;
	margin-bottom: 11.2rem;
}

.sec02 .content_list {
	width: 96.2rem;
	margin-left: 0;
}

.sec02 .content_txt {
	margin-top: 31.6rem;
	border: 0.1rem solid #343434;
	width: 42.1rem;
	/* height: 23.5rem; */
	padding: 4rem 5rem;
	text-align: left;
}

.sec02 .content_img {
	width: 48rem;
}

.sec02 .content_price {
	margin-top: 1.2rem;
	text-align: left;
}

.sec02 .quality {
	position: absolute;
	width: 26.5rem;
	right: 15.3rem;
	top: 25.1rem;
}

/*3段目*/
.sec03 {
	margin-bottom: 13.5rem;
}

.sec03 .content_ttl {
	white-space: nowrap;
	background-color: #fff;
	margin: auto;
	margin-bottom: 0.4rem;
	width: 42rem;
	font-size: 2.4rem;
	line-height: 3.6666;
	letter-spacing: 0.18em;
}

.sec03 .content_ttl::after {
	content: '';
	width: 79.5rem;
	position: absolute;
	border-bottom: 0.3rem #ebebeb solid;
	left: 50%;
	top: 4rem;
	transform: translate(-50%, 50%);
	z-index: -1;
}

.sec03 .content_txt {
	margin-bottom: 5.8rem;
}

.sec03 .content_list {
	width: 85rem;
}

.sec03 .content_img {
	width: 42rem;
}

.sec03 .content_price {
	margin-top: 1.3rem;
}

/*all_item*/
.all_item_btn {
	width: 46rem;
	margin: 0 auto;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	/* IE10・11に指定するスタイルを記入 */
	.action_on {
		width: 100%;
	}

	.content_price {
		display: none;
	}

	.content_price_img {
		display: block;
		width: 26.2rem;
		image-rendering: -webkit-optimize-contrast;
	}

	.content_price_img2 {
		display: block;
		width: 26.2rem;
		image-rendering: -webkit-optimize-contrast;
	}
}

/* ====== SP ===== */
@media only screen and (max-width: 750px) {
	.bredlist.lp {
		line-height: 5.33333vw;
		font-size: 2.66667vw;
		margin: 3.33333vw auto;
		width: 92.592%;
		text-align: left;
		padding: 0;
	}

	#Contents {
		max-width: calc(767 * (100vw / 750));
		background-position: center calc(202* (100vw/750));
		background-image: url(./img/page_sp.png);
		margin-bottom: 0;
		}

	/*basic*/
	.sp {
		display: block;
	}

	.pc {
		display: none;
	}

	/*basic*/
	.main_container {
		font-size: calc(24 * (100vw / 750));
		line-height: 2;
		letter-spacing: 0.1em;
	}

	/*ヘッド部分*/
	.heading {
		width: 100%;
		margin: auto;
		margin-bottom: calc(144 * (100vw / 750));
	}

	.heading_img {
		margin: auto;
		margin-bottom: calc(66 * (100vw / 750));
	}

	.heading_ttl {
		margin-bottom: calc(42 * (100vw / 750));
		font-size: calc(44 * (100vw / 750));
		line-height: 1.6;
	}

	.heading_txt {
		font-size: calc(24 * (100vw / 750));
		letter-spacing: 0.1em;
	}

	.section {
		position: relative;
		margin: auto;
	}

	.content_list {
		margin: auto;
		display: flex;
		flex-direction: column;
		justify-content: normal;
		align-items: flex-start;
	}

	.content_price {
		font-size: calc(22 * (100vw / 750));
		line-height: 2.25;
	}

	/*1段目*/
	.sec01 {
		width: 100%;
		margin-bottom: calc(120 * (100vw / 750));
	}

	.sec01 .content_list {
		width: calc(650 * (100vw / 750));
		margin-left: auto;
		margin-right: 0;
	}

	.sec01 .content_txt {
		margin-top: calc(45 * (100vw / 750));
		border: calc(2 * (100vw / 750)) solid #343434;
		width: calc(590 * (100vw / 750));
		/* height: calc(384 * (100vw / 750)); */
		padding: calc(58 * (100vw / 750)) calc(67 * (100vw / 750));
		font-size: calc(22 * (100vw / 750));
		letter-spacing: 0.1em;
		order: 2;
	}

	.sec01 .content_img {
		width: calc(650 * (100vw / 750));
		order: 1;
	}

	.sec01 .detail {
		position: absolute;
		width: calc(41 * (100vw / 750));
		left: calc(32 * (100vw / 750));
		top: calc(931 * (100vw / 750));
	}

	/*2段目*/
	.sec02 {
		width: 100%;
		margin-bottom: calc(125 * (100vw / 750));
	}

	.sec02 .content_list {
		width: calc(650 * (100vw / 750));
		margin-left: 0;
	}

	.sec02 .content_txt {
		margin-left: auto;
		margin-top: calc(42 * (100vw / 750));
		border: calc(2 * (100vw / 750)) solid #343434;
		width: calc(588 * (100vw / 750));
		/* height: calc(338 * (100vw / 750)); */
		padding: calc(54 * (100vw / 750)) calc(67 * (100vw / 750));
		font-size: calc(22 * (100vw / 750));
		order: 2;
	}

	.sec02 .content_img {
		width: calc(650 * (100vw / 750));
	}

	.sec02 .content_price {
		width: calc(632 * (100vw / 750));
		margin: auto;
		margin-top: calc(46 * (100vw / 750));
		text-align: left;
	}

	.sec02 .quality {
		position: absolute;
		width: calc(52 * (100vw / 750));
		right: calc(32 * (100vw / 750));
		top: calc(925 * (100vw / 750));
	}

	/*3段目*/
	.sec03 {
		margin-bottom: calc(142 * (100vw / 750));
	}

	.sec03 .content_ttl {
		background-color: #fff;
		margin: auto;
		margin-bottom: calc(38 * (100vw / 750));
		padding: 0 calc(3 * (100vw / 750));
		width: calc(486* (100vw / 750));
		font-size: calc(44 * (100vw / 750));
		font-weight: 400;
		line-height: 1.75;
	}

	.sec03 .content_ttl::after {
		content: '';
		width: 100%;
		position: absolute;
		border-bottom: calc(6 * (100vw / 750)) #ebebeb solid;
		top: calc(70 * (100vw / 750));
	}

	.sec03 .content_txt {
		font-size: calc(22 * (100vw / 750));
		margin-bottom: calc(70 * (100vw / 750));
		letter-spacing: 0.1em;
	}

	.sec03 .content_list {
		width: calc(630 * (100vw / 750));
	}

	.sec03 .content_img {
		width: calc(630 * (100vw / 750));
	}

	.sec03 .content_img:nth-of-type(2) {
		margin-top: calc(6 * (100vw / 750));
	}

	.sec03 .content_price {
		width: calc(632 * (100vw / 750));
		margin: auto;
		margin-top: calc(34 * (100vw / 750));
		text-align: left;
	}

	/*all_item*/
	.all_item_btn {
		width: calc(570* (100vw / 750));
		margin: 0 auto;
	}
}

_::-webkit-full-page-media, _:future, :root .sec01 .content_txt {
	letter-spacing: 0!important;
}

/* fade */
.fade {
	transition-property: opacity, transform;
	transition-duration: 1.5s;
	opacity: 0;
	transform: translateY(1.5rem);
}

.fade.onView {
	opacity: 1;
	transform: translateY(0);
}
