@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;
    }
  }

  @media (min-width: 768px) {
  .sp {
    display: none!important;
  }

  .pc {
    display: block!important;
  }
}

  html {
    font-size: 62.5%;
  }

  * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  img,
  video,
  svg {
    width: 100%;
    height: auto;
  }

/* for pc*/

  body{
    background: #e4e4e4;
  }

  #Contents {
    width: 160rem;
    /*width: 100%;*/
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center -156px;
    height: auto;
    margin: 0 auto;
    background-image: url(./img/page_pc.png);
  }

/*basic*/

  .main_container {
    margin: 0 auto;
    width: 100%;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic", sans-serif;
    font-size: 1.4rem;
    line-height: 2;
    letter-spacing: 0.1em;
    color: #343434;
    text-align: left;
    font-feature-settings: "palt";
    -ms-font-feature-settings: "normal";
  }

  .main_container a{
    color: #343434;
  }

  .font_eng{
    font-family: roma,sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #d8d8d8;
  }

/*ヘッド部分*/

  .heading{
    margin-bottom: 7.5rem;
    text-align: center;
  }

  .heading_img{
    width: 52rem;
    margin: auto;
    margin-bottom: 7.5rem;
  }

  .heading_sub_ttl{
    margin-bottom: 2rem;
    font-size: 2rem;
    line-height: 1.4;
  }

  .heading_ttl{
    margin: auto;
    margin-bottom: 4.3rem;
    font-size: 2.6rem;
    line-height: 1.0769;
    letter-spacing: 0.14em;
    font-weight: 400;
  }

  .heading_txt{
    margin: auto;
    text-align: center;
    letter-spacing: 0.075em;
  }

/*コンテンツ部分*/
  .section{
    width: 67.7rem;
    margin: auto;
    margin-bottom: 9.6rem;
  }

  .content_img{
    width: 35rem;
    margin: auto;
    margin-bottom: 3.4rem;
  }

  .content_list .gift{
    margin-bottom: 1.5rem;
    font-size: 2.6rem;
    letter-spacing: 0.1em;
  }

  .content_ttl{
    margin-bottom: 4.5rem;
    font-family: "jaf-bernina-sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2.1rem;
    line-height: 2;
    letter-spacing: 0.04em;
    border-bottom: 1px solid #333;
  }

  .content_ttl .number{
    font-family: "jaf-bernina-sans", sans-serif;
    font-size: 2.5rem;
  }

  .content_txt{
    margin-top: 1.5rem;
    letter-spacing: 0.085em;
    text-align: justify;
  }

  .content_price{
    font-size: 1.2rem;
    letter-spacing: 0.1em;
  }

  .item_name{
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.85;
    letter-spacing: 0.1em;
  }

  .item_name_under{
    font-size: 1.8rem;
  }

  .item_price{
    margin-top: 0.2rem;
    font-size: 1.6rem;
    letter-spacing: 0.085em;
    text-align: center;
  }

  /*1段目*/

/*2段目*/
.sec02 .item_name,
.sec03 .item_name,
.sec04 .item_name
.sec05 .item_name{
  font-size: 1.8rem;
  line-height: 1.65;
}

/*3段目*/

/*4段目*/
  .sec04{
    margin-bottom: 9.4rem;
  }

/*5段目*/
  .sec05{
    margin-bottom: 13rem;
  }

/*6段目*/
.sec06{
  margin-bottom: 11.4rem;
}

.sec06 .content_img{
  width: 42rem;
}

.sec06 .content_txt{
  text-align: center;
}

/*all_item*/
  .all_item_btn{
    width: 44rem;
    margin:0 auto;
    margin-bottom: 12rem;
  }



/* ====== TABLET ===== */

@media only screen and (max-width: 1200px) {


}






/* ====== SP ===== */
@media only screen and (max-width: 750px) {

  a{
    color: #333;
  }

  .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(750* (100vw/750));
    background-position: center calc(198* (100vw/750));
    background: #e4e4e4;
  }

/*basic*/

  .lp{
    padding-bottom: calc(120 * (100vw / 750));
  }

  .sp {
    display: block;
  }

  .pc {
    display: none;
  }
/*basic*/

.main_container {
  font-size: calc(24* (100vw / 750));
  line-height: 2;
  letter-spacing: 0.1em;
  overflow-x: hidden;
}

/*ヘッド部分*/

.heading{
  margin-bottom: calc(74* (100vw / 750));
}

.heading_img{
  width: 100%;
  margin: auto;
  margin-bottom: calc(48* (100vw / 750));
}

.heading_txt{
  margin: auto;
  text-align: center;
  letter-spacing: 0.14em;
}

/*コンテンツ部分*/
.section{
  width: calc(650* (100vw / 750));
  margin-bottom: calc(87* (100vw / 750));
}

.content_img{
  width: calc(650* (100vw / 750));
  margin-bottom: calc(36* (100vw / 750));
}

.content_ttl{
  margin-bottom: calc(56* (100vw / 750));
  font-size: calc(36* (100vw / 750));
  line-height: 2.2;
  letter-spacing: 0.05em;
}

.content_ttl .number{
  font-size: calc(44* (100vw / 750));
}

.content_txt{
  margin-top: calc(16* (100vw / 750));
  letter-spacing: 0.125em;
}

.item_name{
  text-align: center;
  font-size: calc(26* (100vw / 750));
  line-height: 1.85;
  letter-spacing: 0.1em;
}

.item_name_under{
  font-size: calc(30* (100vw / 750));
}

.item_price{
  margin-top: calc(8* (100vw / 750));
  font-size: calc(26* (100vw / 750));
  letter-spacing: 0.085em;
}

/*1段目*/

/*2段目*/
.sec02 .item_name,
.sec03 .item_name,
.sec04 .item_name
.sec05 .item_name{
  font-size: calc(30* (100vw / 750));
  line-height: 1.65;
}

/*3段目*/
.sec03{
  margin-bottom: calc(100* (100vw / 750));
}

/*4段目*/
.sec04{
  margin-bottom: calc(104* (100vw / 750));
}

.sec04 .content_ttl{
  line-height: 1.9;
}

/*5段目*/
.sec05{
  margin-bottom: calc(146* (100vw / 750));
}

/*6段目*/
.section.sec06{
  width: 100%;
  margin-bottom: calc(106* (100vw / 750));
}

.sec06 .content_img{
  width: 100%;
  margin-bottom: calc(32* (100vw / 750));
}

.sec06 .content_txt{
  text-align: center;
}

/*all_item*/
.all_item_btn{
  width: calc(536* (100vw / 750));
  margin:0 auto;
}



  }

  /************ fade **********/
.fade {
  -webkit-transition-duration: 2s;
  -o-transition-duration: 2s;
  transition-duration: 2s;
  opacity: 0;
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
}

.fade.onView {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
