@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;
}

a{
  color: #343434;
}

/* for pc*/

#Contents {
	max-width: 1600px;
	width: 100%;
	background-size: 100%;
    background-repeat: no-repeat;
    background-position: center -159px;
	height: auto;
	margin: 0 auto;
	background-image: url(./img/page_pc.png);
  margin-bottom: 4.5rem;
}

/*basic*/

.pc {
  display: block;
}

	.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: left;
		font-feature-settings: "palt";
	}

	/*ヘッド部分*/
	.heading {
    width: 100%;
    position: relative;
		margin: auto;
		text-align: center;
    margin-top: 5rem;
		margin-bottom: 20.9rem;
	}

  .heading::before{
    position: absolute;
    content: "";
    background: #F5F5F5;
    width: 120VW;
    height: 30rem;
    bottom: -6rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
  }

	.heading_img {
		width: 80rem;
		margin: auto;
		margin-bottom: 4.2rem;
	}

  .heading_ttl{
    margin-bottom: 2rem;
    font-family: roma,sans-serif;
    font-weight: 200;
    font-style: normal;
    font-size: 3.4rem;
    line-height: 1.3676;
    letter-spacing: 0.12em;
    text-align: center;
  }

  .heading_txt{
    font-size: 1.6rem;
    letter-spacing: 0.12em;
    text-align: center;
  }

  .gray_bg{
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #f5f5f5;
    width: 100vh;
    height: 30rem;
    bottom: 0;
    z-index: -1;
  }

	/*コンテンツ部分*/
	.section{
    width: 98rem;
    margin: auto;
		position: relative;
	}

  .content_list{
    display: flex;
    justify-content: space-between;
    width: 90rem;
    margin: auto;
    margin-bottom: 4rem;
  }

  .content_inner{
    width: 38rem;
    margin-top: 7rem;
  }

  .content_ttl{
    position: relative;
    margin-bottom: 6.4rem;
    font-family: roma,sans-serif;
    font-weight: 200;
    font-style: normal;
    font-size: 3.4rem;
    line-height: 1.3529;
    letter-spacing: 0.12em;
  }

  .gray_border{
    font-weight: 200;
  }

  .gray_border::after{
    position: absolute;
    content: "";
    border-bottom: 1rem solid #f5f5f5;
    bottom: 0.5rem;
    left: 4.4rem;
    z-index: -1;
  }

  .content_price{
    margin-bottom: 4.5rem;
    font-size: 2.4rem;
    letter-spacing: 0.12em;
  }

  .content_ttl .sub_ttl{
    font-size: 2.6rem;
    line-height: 1.7884;
    margin-right: 1rem;
    letter-spacing: 0.12em;
    font-weight: 200;
  }

  .content_txt{
    word-break: break-all;
    font-size: 1.4rem;
    margin-bottom: 5.7rem;
  }

  .content_list .content_img{
    width: 42rem;
  }

  .content_img_list{
    width: 98rem;
    display: flex;
    justify-content: space-between;
    margin: auto;
  }

  .content_img_list .content_img{
    width: 48rem;
  }

/*1段目*/
  .section.sec01{
    margin-bottom: 15rem;
  }

  .sec01 .content_ttl .gray_border::after{
    width: 16.5rem;
  }

  .sec01 .content_list{
    margin-left: 5rem;
  }

/*2段目*/

  .section.sec02{
    margin-bottom: 15rem;
  }

  .sec02 .content_list{
    margin-right: 4rem;
  }

  .sec02 .content_inner{
    width: 39rem;
  }

  .sec02 .content_ttl .gray_border::after{
    width: 16.5rem;
  }

/*3段目*/

  .section.sec03{
    margin-bottom: 15rem;
  }

  .sec03 .content_list{
    width: 89rem;
    margin-left: 5rem;
  }

  .sec03 .content_ttl .gray_border::after{
    width: 13.5rem;
  }

/*4段目*/
  .section.sec04{
    margin-bottom: 15rem;
  }

  .sec04 .content_inner{
    width: 39rem;
    margin-top: 8.4rem;
  }

  .sec04 .content_ttl .gray_border::after{
    width: 11.5rem;
  }

  /*5段目*/

  .section.sec05{
    margin-bottom: 15rem;
  }

  .sec05 .content_list{
    width: 89rem;
    margin-right: 4rem;
  }

  .sec05 .content_inner{
    width: 39rem;
    margin-top: 8.2rem;
  }

  .sec05 .content_ttl .gray_border::after{
    width: 25rem;
  }

  .all_item {
    width: 46rem;
    margin: auto;
    margin-bottom: 8rem;
  }

  .sp {
    display: none;
  }

  /* ====== TABLET ===== */
  @media screen and (max-width: 1280px) and (min-width:751px){
    html{
      font-size: calc(10*(100vw/1280));
    }
  }







  /* ====== SP ===== */
@media only screen and (max-width: 750px) {


  .sp{
    display: block;
  }

	.main_container {
		font-size: calc(24* (100vw / 750));
    font-family: toppan-bunkyu-mincho-pr6n, "Noto Serif JP", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif", serif!important;
		line-height: 2;
		letter-spacing: 0.12em;
		font-feature-settings: "palt";
    text-align: left;
	}

  #Contents{
    margin-bottom: 0;
  }

  .bredlist.lp {
    line-height: 5.33333vw;
    font-size: 2.66667vw;
    margin: 3.33333vw auto;
    width: 92.592%;
    text-align: left;
    padding: 0;
  }

	/*ヘッド部分*/
	.heading {
    width: 100%;
    position: relative;
		margin: auto;
		text-align: center;
    margin-top: 0;
		margin-bottom: calc(147* (100vw / 750));
	}

  .heading::before{
    display: none;
  }

	.heading_img {
		width: 100%;
		margin: auto;
		margin-bottom: 0;
	}

	/*コンテンツ部分*/
	.section{
    width: 100%;
    margin: auto;
		position: relative;
	}

  .content_list{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: calc(525* (100vw / 750));
    margin: auto;
    margin-bottom: calc(60* (100vw / 750));
  }

  .content_inner{
    width: calc(525* (100vw / 750));
    margin-top: calc(46* (100vw / 750));
    order: 2;
  }

  .content_ttl{
    margin-bottom: calc(40* (100vw / 750));
    font-size: calc(56* (100vw / 750));
    line-height: 0.83;
    letter-spacing: 0.15em;
    text-align: center;
  }

  .gray_border::after{
    position: absolute;
    content: "";
    border: calc(8* (100vw / 750)) solid #f5f5f5;
    bottom: calc(5* (100vw / 750));
    left: calc(44* (100vw / 750));
    z-index: -1;
  }

  .content_price{
    width: calc(326* (100vw / 750));
    margin-bottom: 0;
    font-size: calc(26* (100vw / 750));
    letter-spacing: 0.15em;
    text-align: right;
    margin: auto;
    white-space: nowrap;
  }

  .content_ttl .sub_ttl{
    font-size: calc(40* (100vw / 750));
    line-height: 1.625;
    margin-right: calc(10* (100vw / 750));
    letter-spacing: 0.15em;
    font-weight: 200;
  }

  .content_txt{
    width: calc(660* (100vw / 750));
    word-break: break-all;
    font-size: calc(24* (100vw / 750));
    margin-bottom: 0;
    margin: auto;
    margin-top: calc(46* (100vw / 750));
  }

  .content_list .content_img{
    width: 100%;
  }

  .content_img_list{
    width: 100%;
    display: flex;
    justify-content: normal;
    margin: calc(49* (100vw / 750));
  }

  .content_img_list .content_img{
    width: 100%;
  }

  .content_slider_list{
    width: 100%;
    margin-bottom: calc(36* (100vw / 750));
  }

/*1段目*/
  .section.sec01{
    margin-bottom: calc(168* (100vw / 750));
  }

  .sec01 .content_ttl .gray_border::after{
    width: calc(260* (100vw / 750));
    bottom: calc(6* (100vw / 750));
    left: calc(157* (100vw / 750));
  }

  .sec01 .content_list{
    margin-left: auto;
    margin: auto;
    margin-bottom: calc(60* (100vw / 750));
  }

/*2段目*/

  .section.sec02{
    margin-bottom: calc(168* (100vw / 750));
  }

  .sec02 .content_list{
    margin-right: 0;
    margin: auto;
    margin-bottom: calc(60* (100vw / 750));
  }

  .sec02 .content_inner{
    width: calc(525* (100vw / 750));
  }

  .sec02 .content_ttl .gray_border::after{
    width: calc(260* (100vw / 750));
    bottom: calc(6* (100vw / 750));
    left: calc(158* (100vw / 750));
  }

  .sec02 .content_price{
    width: calc(348* (100vw / 750));
  }

/*3段目*/

  .section.sec03{
    margin-bottom: calc(165* (100vw / 750));
  }

  .sec03 .content_list{
    width: calc(525* (100vw / 750));
    margin-left: 0;
    margin: auto;
    margin-bottom: calc(60* (100vw / 750));
  }

  .sec03 .content_ttl .gray_border::after{
    width: calc(240* (100vw / 750));
    bottom: calc(6* (100vw / 750));
    left: calc(172* (100vw / 750));
  }

  .sec03 .content_price{
    width: calc(260* (100vw / 750));
  }

/*4段目*/
  .section.sec04{
    margin-bottom: calc(168* (100vw / 750));
  }

  .sec04 .content_inner{
    width: calc(525* (100vw / 750));
    margin-top: calc(42* (100vw / 750));
  }

  .sec04 .content_ttl .gray_border::after{
    width: calc(170* (100vw / 750));
    bottom: calc(6* (100vw / 750));
    left: calc(202* (100vw / 750));
  }

  /*5段目*/

  .section.sec05{
    margin-bottom: calc(168* (100vw / 750));
  }

  .sec05 .content_list{
    width: calc(525* (100vw / 750));
    margin-right: 0;
    margin: auto;
    margin-bottom: calc(66* (100vw / 750));
  }

  .sec05 .content_inner{
    width: calc(525* (100vw / 750));
    margin-top: calc(50* (100vw / 750));
  }

  .sec05 .content_ttl .gray_border::after{
    width: calc(408* (100vw / 750));
    bottom: calc(6* (100vw / 750));
    left: calc(88* (100vw / 750));
  }

  .sec05 .content_price{
    width: calc(390* (100vw / 750));
  }

  .all_item{
    width: calc(570* (100vw / 750));
    margin: auto;
  }

  .pc{
    display: none;
  }


}




/* fade */
.fade {
  transition-property: opacity, transform;
  transition-duration: 1.5s;
  opacity: 0;
  transform: translateY(1.5rem);
}

.fade.onView {
  opacity: 1;
  transform: translateY(0);
}
