@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*/

  #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 {
    font-family: toppan-bunkyu-mincho-pr6n, "Noto Serif JP", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif", serif;
    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.1em;
    color: #343434;
    text-align: left;
    font-feature-settings: "palt";
  }

  .main_container a{
    color: #343434;
  }

  @keyframes border_anim {
    0%{
      width: 0%;
    }
    100%{
      width: 100%;
    }
  }

/*ヘッド部分*/

  .heading{
    margin-bottom: 8.4rem;
  }

  .heading_img{
    width: 80rem;
    margin: auto;
    margin-bottom: 4.7rem;
  }

  .heading_ttl{
    margin: auto;
    margin-bottom: 0.8rem;
    font-size: 3.2rem;
    line-height: 1.75;
    letter-spacing: 0.1em;
    font-family: roma,sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
  }

  .heading_sub_ttl{
    margin-bottom: 3.6rem;
    font-size: 2rem;
    line-height: 1.4;
    text-align: center;
  }

  .heading_txt{
    margin: auto;
    text-align: center;
  }

/*コンテンツ部分*/
.section{
  width: 86rem;
  margin: auto;
}

  .content_price{
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    text-align: left;
    line-height: 2.2;
  }

  .section .content_ttl{
    text-align: left;
  }

  .content_ttl{
    margin-bottom: 4rem;
    font-size: 2.4rem;
    line-height: 2;
    letter-spacing: 0.1em;
  }

  .content_ttl.border_bottom{
    position: relative;
  }

  .content_ttl.border_bottom::before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    border-bottom: solid 0.1rem #343434;
    animation: border_anim 1.8s ease forwards;
    animation-delay: 0.5s;
  }

  .roma{
    font-family: roma,sans-serif;
    font-weight: 400;
    font-style: normal;
  }

.content_list{
  margin: auto;
  margin-bottom: 4rem;
  display: flex;
  flex-wrap: wrap;
  width: 86rem;
  gap: 4rem;
}

.content_list .content_ttl{
  margin-bottom: 2.8rem;
  border: 0;
}

.content_list .content_img{
  width: 36rem;
}

.content_list .content_inner{
  margin-top: 5rem;
  width: 46rem;
}

.content_txt{
  margin-bottom: 2.5rem;
}

.content_list._img{
  margin-bottom: 10rem;
  gap: 2rem;
}

.content_list._img .content_img{
  width: 42rem;
}

.content_sub_img{
  width: 36rem;
  margin: auto;
}

  /*1段目*/
  .sec01{
    position: relative;
    margin-bottom: 10.7rem;
  }

/*2段目*/
.sec02{
  position: relative;
  margin: auto;
  margin-bottom: 10rem;
}

.sec02 .content_list .content_inner{
  margin-top: 3.8rem;
}

.sec02 .content_list._img{
  margin-bottom: 8rem;
}

/*3段目*/
  .sec03{
    position: relative;
    margin: auto;
    margin-bottom: 9.5rem;
  }

  .sec03 .content_list .content_inner{
    margin-top: 3.8rem;
  }

  .content_main_img{
    width: 36rem;
    margin: auto;
    margin-bottom: 4.3rem;
  }

  .img_ttl{
    margin-bottom: 1rem;
    font-size: 2.6rem;
    line-height: 2.333;
    letter-spacing: 0.1em;
    text-align: center;
  }

  .img_txt{
    text-align: center;
  }

/*all_item*/
  .all_item_btn{
    width: 46rem;
    margin:0 auto;
    margin-bottom: 4rem;
  }



/* ====== 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;
  }

  .lp{
    padding-bottom: calc(100 * (100vw / 750))!important;
  }

 #Contents {
    max-width: calc(750* (100vw/750));
    background-position: center calc(198* (100vw/750));
    background-image: url(./img/page_sp.png);
  }

/*basic*/

  .sp {
    display: block;
  }

  .pc {
    display: none;
  }
/*basic*/

.main_container {
  font-size: calc(22* (100vw / 750));
  line-height: 2;
  letter-spacing: 0.1em;
  overflow-x: hidden;
}

/*ヘッド部分*/

.heading{
  margin-bottom: calc(94* (100vw / 750));
}

.heading_img{
  width: 100%;
  margin: auto;
  margin-bottom: calc(56* (100vw / 750));
}

.heading_ttl{
  margin-bottom: calc(38* (100vw / 750));
  font-size: calc(46* (100vw / 750));
  line-height: 1.2173;
}

.heading_sub_ttl{
  margin-bottom: calc(54* (100vw / 750));
  font-size: calc(32* (100vw / 750));
  line-height: 1;
  font-weight: 400;
  text-align: center;
}

.heading_txt{
  font-size: calc(22* (100vw / 750));
}

/*コンテンツ部分*/
.section{
width: calc(650* (100vw / 750));
margin: auto;
}

.content_price{
  font-size: calc(22* (100vw / 750));
  line-height: 2;
}

.content_ttl{
  margin-bottom: calc(60* (100vw / 750));
  font-size: calc(34* (100vw / 750));
  line-height: 2.5;
}

.content_ttl.border_bottom::before{
  border-bottom: solid 0.1rem #343434;
}

.content_list{
margin: auto;
margin-bottom: calc(70* (100vw / 750));
display: flex;
flex-wrap: wrap;
flex-direction: column;
width: calc(650* (100vw / 750));
gap: 0;
}

.content_list .content_ttl{
margin-bottom: calc(16* (100vw / 750));
line-height: 2;
font-weight: 400;
}

.content_list .content_img{
width: calc(480* (100vw / 750));
margin: auto;
order: 1;
}

.content_list .content_inner{
margin-top: calc(30* (100vw / 750));
width: calc(650* (100vw / 750));
order: 2;
}

.content_txt{
margin-bottom: calc(40* (100vw / 750));
}

.content_list._img{
margin-bottom: calc(38* (100vw / 750));
gap: calc(24* (100vw / 750));
display: block;
}

.content_list._img .content_img{
width: 100%;
}

.content_sub_img{
width: calc(450* (100vw / 750));
margin: auto;
margin-top: calc(118* (100vw / 750));
}

/*1段目*/
.sec01{
  position: relative;
  margin-bottom: calc(126* (100vw / 750));
}

/*2段目*/
.sec02{
margin-bottom: calc(146* (100vw / 750));
}

.sec02 .content_list .content_inner{
margin-top: calc(26* (100vw / 750));
}

.sec02 .content_list._img{
margin-bottom: calc(72* (100vw / 750));
}

/*3段目*/
.sec03{
  position: relative;
  margin: auto;
  margin-bottom: calc(112* (100vw / 750));
}

.sec03 .content_list .content_inner{
  margin-top: calc(30* (100vw / 750));
}

.content_main_img{
  width: calc(510* (100vw / 750));
  margin: auto;
  margin-top: calc(144* (100vw / 750));
  margin-bottom: calc(50* (100vw / 750));
}

.img_ttl{
  margin-bottom: calc(24* (100vw / 750));
  font-size: calc(36* (100vw / 750));
  line-height: 1.5555;
}

/*all_item*/
.all_item_btn{
  width: calc(570* (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);
}
