@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: 100%;
    width: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center -160px;
    height: auto;
    margin: 0 auto;
    background-image: url(./img/page_pc.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-bottom: 9.4rem;
  }

  .heading_img{
    width: 90rem;
    margin: auto;
    margin-bottom: 6.6rem;
  }

  .heading_ttl{
    font-family: kudryashev-d-contrast,sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 3.5rem;
    letter-spacing: 0.08em;
  }

  .heading_subttl{
    font-size: 2.4rem;
    letter-spacing: 0.1em;
    margin-bottom: 3.3rem;
  }

/*コンテンツ部分*/

.section{
  position: relative;
  width: 100%;
  margin: auto;
}

.content_list{
  width: 105rem;
  display: flex;
  margin: auto;
  margin-bottom: 9.7rem;
}

.content_img{
  width: 50rem;
}

.content_item_img{
  width: 39rem;
}

.content_txt_area{
  width: 45rem;
  text-align: left;
  margin-top: 22.8rem;
}

.content_ttl{
  font-family: kudryashev-d-contrast,sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 6.2rem;
  line-height: 1.935;
  letter-spacing: 0.05em;
  color: #858585;
  margin-bottom: -2rem;
}

.content_txt{
  text-align: left;
  letter-spacing: 0.11em;
}

.content_img_list{
  width: 81rem;
  display: flex;
  justify-content: space-between;
  margin:auto;
}

.content_price{
  margin-top: 1.4rem;
  text-align: right;
}

  /*1段目*/
  .sec01{
    margin-bottom: 14.7rem;
  }

  .sec01 .content_txt_area{
    margin-left: 6rem;
  }

  ._1{
    top: 20.7rem;
  }



  /*2段目*/
  .sec02{
    margin-bottom: 15.3rem;
  }

  .sec02 .content_list{
    margin-bottom: 10rem;
  }

  .sec02 .content_img{
    width: 49.8rem;
    margin-left: 6rem;
  }

  .sec02 .content_txt{
    text-align: right;
  }

  .sec02 .content_txt_area{
    margin-top: 23rem;
    text-align: right;
  }

  .sec02 .content_img_list{
    margin-bottom: 9.6rem;
  }

  .sec02 .content_sub_img{
    width: 44rem;
    margin: auto;
  }

  ._2{
    top:21.5rem;
  }

  /*3段目*/
  .sec03{
    margin-bottom: 15.1rem;
  }

  .sec03 .content_list{
    margin-bottom: 10.2rem;
  }

  .sec03 .content_txt_area{
    margin-left: 6rem;
  }

  .sec03 .content_img_list{
    margin-bottom: 9.5rem;
  }

  .sec03 .content_sub_img{
    width: 33rem;
    margin: auto;
  }

  ._3{
    top: 20.7rem;
  }

/*all_item*/
  .all_item_btn{
    width: 46rem;
    margin:0 auto;
  }

  .gray_back{
    position: absolute;
    content: "";
    width: 100%;
    height: 25rem;
    background-color: #f2f2f2;
    z-index: -1;
  }

/* ====== 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.png);
  }

/*basic*/

  .sp {
    display: block;
  }

  .pc {
    display: none;
  }
/*basic*/

  .main_container {
    font-size: calc(24* (100vw / 750));
    line-height: 2.1;
    letter-spacing: 0.12em;
  }

  .content_price a{
    color: #343434;
  }

  /*ヘッド部分*/

  .heading{
    margin-bottom: calc(97* (100vw / 750));
  }

  .heading_img{
    width: 100%;
    margin: auto;
    margin-bottom: calc(86* (100vw / 750));
  }

  .heading_ttl{
    font-family: kudryashev-d-contrast,sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: calc(44* (100vw / 750));
    letter-spacing: 0.1em;
  }

  .heading_subttl{
    font-size: calc(32* (100vw / 750));
    letter-spacing: 0.01em;
    margin-bottom: calc(40* (100vw / 750));
    font-weight: normal;
  }

  /*コンテンツ部分*/
  .section{
    margin: auto;
  }

  .content_list{
    width: calc(633* (100vw / 750));
    display: block;
    margin: auto;
    margin-bottom: calc(174* (100vw / 750));
  }

  .content_img{
    width: calc(630* (100vw / 750));
    order: 1;
  }

  .content_item_img{
    width: calc(510* (100vw / 750));
  }

  .content_txt_area{
    width: calc(632.6* (100vw / 750));
    text-align: left;
    margin-top: calc(7* (100vw / 750));
    order: 2;
  }

  .content_ttl{
    font-family: kudryashev-d-contrast,sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: calc(85* (100vw / 750));
    line-height: 1.935;
    letter-spacing: 0.05em;
    margin-bottom: calc(-31* (100vw / 750));
  }

  .content_txt{
    text-align: left;
    letter-spacing: 0.04em;
  }

  .content_img_list{
    width: calc(510* (100vw / 750));
    display: block;
    justify-content: normal;
    margin:auto;
  }

  .content_price{
    margin-top: calc(40* (100vw / 750));
    text-align: right;
    letter-spacing: 0.08em;
  }

  .up{
    margin-bottom: calc(40* (100vw / 750));
  }

  /*1段目*/
  .sec01{
    margin-bottom: calc(141* (100vw / 750));
  }

  .sec01 .content_txt_area{
    margin-left: 0;
  }



  /*2段目*/
  .sec02{
    margin-bottom: calc(150* (100vw / 750));
  }

  .content_list{
    display: flex;
    flex-direction: column;
    margin-bottom: calc(172* (100vw / 750));
  }

  .sec02 .content_img{
    margin-left: 0;
  }

  .sec02 .content_list{
    margin-bottom: calc(174* (100vw / 750));
  }

  .sec02 .content_img{
    width:calc(630* (100vw / 750));
  }

  .sec02 .content_txt{
    text-align: left;
    letter-spacing: 0.01em;
  }

  .sec02 .content_txt_area{
    margin-top: calc(13* (100vw / 750));
    text-align: left;
  }

  .sec02 .content_img_list{
    margin-bottom: calc(143* (100vw / 750));
  }

  .sec02 .content_price{
    letter-spacing: 0.04em;
  }

  .sec02 .content_sub_img{
    width: calc(570* (100vw / 750));
    margin: auto;
  }

  /*3段目*/
  .sec03{
    margin-bottom: calc(151* (100vw / 750));
  }

  .sec03 .content_list{
    margin-bottom: calc(174* (100vw / 750));
  }

  .sec03 .content_txt_area{
    margin-left: 0;
  }

  .sec03 .content_img_list{
    width: calc(510* (100vw / 750));
    margin-bottom: calc(144* (100vw / 750));
  }

  .sec03 .content_sub_img{
    width: calc(420* (100vw / 750));
    margin: auto;
  }

  .sec03 .content_price{
    width: calc(532* (100vw / 750));
    letter-spacing: 0.04em;
    margin-top: calc(45* (100vw / 750));
    margin-left: calc(-25* (100vw / 750));
  }

  .gray_back{
    position: absolute;
    content: "";
    width: 100%;
    height: calc(660* (100vw / 750));
    background-color: #f2f2f2;
    z-index: -1;
  }

  /*gray背景　位置大きさ*/
  ._1{
    top: calc(526* (100vw / 750));
  }

  ._2{
    top: calc(526* (100vw / 750));
    height: calc(650* (100vw / 750));
  }

  ._3{
    top: calc(526* (100vw / 750));
    height: calc(688* (100vw / 750));
  }

  /*all_item*/
  .all_item_btn{
    width: calc(570* (100vw / 750));
    margin:0 auto;
  }

    }


  /* fade */
  .fade {
    transition-property: opacity, transform;
    transition-duration: 1.5s;
    opacity: 0;
    transform: translateY(1.5rem);
  }

  .fade.onView {
    opacity: 1;
    transform: translateY(0);
  }