@import url("https://use.typekit.net/bnf7jzd.css");

@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 {
	/*max-width: 1600px;*/
	width: 100%;
	/* background-size: 100%;
    background-repeat: no-repeat;
    background-position: center -158px; */
	height: auto;
	margin: 0 auto;
	/* background-image: url(./img/page_pc_top.png); */
}

/*basic*/

.main_container {
	margin: 0 auto;
	width: 100%;
	-ms-font-feature-settings: "normal";
	font-weight: 400;
	font-style: normal;
	font-size: 1.4rem;
	line-height: 2;
	letter-spacing: 0.12em;
	color: #343434;
	text-align: center;
	font-feature-settings: "palt";
}

/*ヘッド部分*/
.heading {
	margin: auto;
	margin-bottom: 8rem;
}

.heading_img {
	width: 100rem;
	margin: auto;
	margin-bottom: 7rem;
}

.heading_ttl {
	font-size: 3.2rem;
	line-height: 1.625;
	letter-spacing: 0.1em;
	margin-bottom: 3rem;
	font-family: trajan-sans-pro, sans-serif;
	font-weight: 400;
	font-style: normal;
}

/*1段目*/
.sec01 {
	position: relative;
	margin-bottom: 7.9rem;
}

.main_area {
	display: flex;
	width: 110rem;
	margin: auto;
}

.main_img {
	width: 45rem;
}

.main_txt_area {
	width: 60.2rem;
	margin-top: 10.3rem;
	margin-left: 4.8rem;
	text-align: left;
}

.main_ttl {
	font-size: 2.6rem;
	line-height: 2.92;
	letter-spacing: 0.1em;
	margin-bottom: 1.5rem;
	font-weight: normal;
}

.back_color {
	position: absolute;
	content: "";
	width: 100%;
	height: 50.1rem;
	top: 5rem;
	z-index: -1;
	background-color: #f5f5f5;
}

/*2段目*/

.sec02 {
	width: 89.1rem;
	margin: auto;
	margin-bottom: 12.7rem;
	border: 0.6rem #f5f5f5 solid;
}

.sub_area {
	display: flex;
	width: 89.1rem;
	margin: auto;
	margin-bottom: 2rem;
	margin-top: 2rem;
}

.sub_txt_area {
	width: 50rem;
	margin-top: 4.9rem;
	margin-left: 5.5rem;
	text-align: left;
}

.sub_ttl {
	font-size: 2.6rem;
	line-height: 2.92;
	letter-spacing: 0.1em;
	margin-bottom: 1.7rem;
}

.sub_img {
	width: 24rem;
	margin-left: 6.1rem;
	margin-right: 3rem;
}

.menu_btn {
	display: flex;
	justify-content: space-between;
	width: 86rem;
	margin: auto;
	margin-bottom: 10rem;
}

.men_btn {
	width: 40rem;
}

.women_btn {
	width: 40rem;
}

/*all_item*/
.all_item_btn {
	width: 46rem;
	margin: 0 auto;
}

/* ====== TABLET ===== */

/* ====== 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_top.png); */
	}

	/*basic*/

	.sp {
		display: block;
	}

	.pc {
		display: none;
	}
	/*basic*/

	.main_container {
		font-size: calc(24 * (100vw / 750));
		line-height: 2.1;
	}

	/*ヘッド部分*/
	.heading {
		margin: auto;
		margin-bottom: calc(112 * (100vw / 750));
	}

	.heading_img {
		width: 100%;
		margin: auto;
		margin-bottom: calc(79 * (100vw / 750));
	}

	.heading_ttl {
		font-size: calc(46 * (100vw / 750));
		line-height: 1.09;
		letter-spacing: 0.1em;
		margin-bottom: calc(39 * (100vw / 750));
	}

	/*1段目*/
	.sec01 {
		position: relative;
		margin-bottom: calc(208 * (100vw / 750));
	}

	.main_area {
		display: block;
		width: calc(624 * (100vw / 750));
	}

	.main_img {
		width: calc(515 * (100vw / 750));
		margin: auto;
		margin-bottom: calc(-12 * (100vw / 750));
	}

	.main_txt_area {
		width: calc(624 * (100vw / 750));
		margin-top: calc(47 * (100vw / 750));
		margin-left: 0;
		text-align: center;
	}

	.main_ttl {
		font-size: calc(38 * (100vw / 750));
		line-height: 2;
		letter-spacing: 0.08em;
		margin-bottom: calc(33 * (100vw / 750));
	}

	.back_color {
		position: absolute;
		content: "";
		width: 100%;
		height: calc(1600 * (100vw / 750));
		top: calc(55  * (100vw / 750));
		z-index: -1;
		background-color: #f5f5f5;
	}

	.main_txt {
		text-align: left;
		line-height: 2;
	}

	/*2段目*/

	.sec02 {
		width: calc(690 * (100vw / 750));
		margin-bottom: calc(119 * (100vw / 750));
		border: calc(10 * (100vw / 750)) #f5f5f5 solid;
	}

	.sub_area {
		display: flex;
		flex-direction: column;
		width: calc(555 * (100vw / 750));
		margin: auto;
		margin-bottom: calc(50 * (100vw / 750));
		margin-top: calc(56 * (100vw / 750));
	}

	.sub_txt_area {
		width: calc(555 * (100vw / 750));
		margin-top: 0;
		margin-left: 0;
		text-align: left;
		order: 2;
	}

	.sub_ttl {
		font-size: calc(32 * (100vw / 750));
		line-height: 1.968;
		letter-spacing: 0.08em;
		margin-bottom: calc(16 * (100vw / 750));
		text-align: center;
	}

	.sub_txt {
		line-height: 2;
	}

	.sub_img {
		width: calc(400 * (100vw / 750));
		margin-left: 0;
		margin-right: 0;
		margin: auto;
		margin-bottom: calc(49 * (100vw / 750));
		order: 1;
	}

	.menu_btn {
		display: block;
		justify-content: normal;
		width: calc(550 * (100vw / 750));
		margin: auto;
		margin-bottom: 0;
	}

	.men_btn {
		width: calc(550 * (100vw / 750));
		margin-bottom: calc(79 * (100vw / 750));
	}

	.women_btn {
		width: calc(550 * (100vw / 750));
	}
}

/* fade */
.fade {
	transition-property: opacity, transform;
	transition-duration: 1.5s;
	opacity: 0;
	transform: translateY(1.5rem);
}

.fade.onView {
	opacity: 1;
	transform: translateY(0);
}
