@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
   ========================================================================== */
   .main_inner * {
    color: #343434;
    font-family: toppan-bunkyu-mincho-pr6n, serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
  }
  
  /* ==========================================================================
     Base
     ========================================================================== */
  .main_inner,
  .main {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 !important;
  }
  
  .main_inner *,
  .main * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  #wrap {
    width: 100%;
    /* background-image: url(../img/pc.jpg); */
    background-size: 1600px;
    background-position-x: center;
    background-position-y: -190px;
    background-repeat: no-repeat;
  }
 
  .inner {
    width: 90rem;
    margin: 0 auto;
  }
  
  .inner img {
    width: 100%;
  }

  .txt {
    font-size: 1.4rem;
    line-height: 2.15;
    letter-spacing: 0.12em;
  }

  .prc {
    font-size:1.4rem ;
    line-height: 1.67;
    letter-spacing: 0.12em;
    font-family: "classical-garamond-bt", serif;
  }

  .sec01 {
    margin-top: 5rem;
    text-align: center;
  }

  .sec01 .img01{
    width: 90rem;
  }

  .sec01 h3 {
    margin-top: 4rem;
    font-size:3rem ;
    line-height: 1.67;
    letter-spacing: 0.18em;
  }

  .sec01 .txt {
    margin-top: 1rem;
  }

  .inner02 {
    width: 70rem;
    margin: 0 auto;
  }

  .sec02 {
    margin-top: 9rem;
  }

  .sec02 .img01 {
    width: 70rem;
  }

  .sec02 .txt {
    margin-top: 2.2rem;
  } 

  .sec02 .prc {
    display: block;
    margin-top: 3.7rem;
  }

  .sec03 {
    margin-top:9.7rem;
  }

  .sec03 .prc02 {
    margin-top: 0.7rem;
  }

  .sec04 {
    margin-top:9.5rem;
  }



  .button {
    display: block;
    margin: 9.4rem auto 0;
    width: 46rem;
    height: 6rem;
    font-size: 1.4rem;
    line-height: 6.5rem;
    letter-spacing: 0.12em;
    background-color: #ebebeb;
    text-align: center;
  }
  
  .button span {
    display: inline-block;width: 0.6rem;
    height: 0.6rem;
    margin-left: 1rem;
    margin-bottom: 0.3rem;
    border-top: 1px solid #414141;
    border-right: 1px solid #414141;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    vertical-align : middle;
  }

  
  .sp_only {
      display: none!important;
  }
  
  
  
  
  
  
  
  
  
  
  /* ====== 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) {
 
 
  #Contents {
    width: 100%;
    /* background-image: url(../img/sp.jpg); */
    background-size: 100%;
    background-position-x: center;
    background-position-y:74px;
    background-repeat: no-repeat;
  }
 
  .breadlist.lp {
    line-height: 5.33333vw;
    font-size: 2.66667vw;
    margin: 3.33333vw auto;
    width: 92.592%;
    text-align: left;
    padding: 0;
  }
  
  .inner {
    width: calc(650*(100vw/750));
    margin: 0 auto;
    color: #343434;
  }
  
  .txt {
    font-size: calc(22*(100vw/750));
    line-height: 1.64;
    letter-spacing: 0.12em;
  }

  .prc {
    font-size:calc(22*(100vw/750));
    line-height: 1.36;
    letter-spacing: 0.12em;
    font-family: "classical-garamond-bt", serif;
  }

  .sec01 {
    margin-top: 0;
  }

  .sec01 .img01{
    width: calc(650*(100vw/750));
  }

  .sec01 h3 {
    margin-top: calc(31*(100vw/750));
    font-size:calc(35*(100vw/750));
    line-height: 1.88;
    letter-spacing: 0.18em;
    font-weight: 400;
  }

  .sec01 .txt {
    margin-top: calc(26*(100vw/750));
    text-align: left;
  }
  .sec01 .margin {
    margin-left: calc(2*(100vw/750));
  }

  .inner02 {
    width: calc(650*(100vw/750));
    margin: 0 auto;
  }

  .sec02 {
    margin-top: calc(90*(100vw/750));
  }

  .sec02 .img01 {
    width: calc(650*(100vw/750));
  }

  .sec02 .txt {
    margin-top: calc(42*(100vw/750));
  } 

  .sec02 .let {
    letter-spacing: 0.1em;
  }

  .sec02 .prc {
    display: block;
    margin-top:calc(39*(100vw/750));
    color: #343434;
  }

  .sec03 {
    margin-top:calc(93*(100vw/750));
  }

  .sec03 .prc02 {
    margin-top: calc(0*(100vw/750));
  }

  .sec04 {
    margin-top:calc(97*(100vw/750));
  }
  
 
  
  .button {
    margin: calc(146*(100vw/750)) auto 0;
    padding-left: calc(32*(100vw/750));
    width: calc(570*(100vw/750));
    font-size: calc(28*(100vw/750));
    line-height: calc(65*(100vw/750));
    height: calc(70*(100vw/750));
    letter-spacing: 0.09em;
    background-color: #ebebeb;
    text-align: left;
    color: #333333;
    }
  
  .button span {
    display: inline-block;
    margin-left:calc(4*(100vw/750)); 
    width: calc(14*(100vw/750));
    height: calc(14*(100vw/750));
    margin-bottom: calc(6*(100vw/750));
    border-top: 1px solid #333333;
    border-right: 1px solid #333333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    color: #333333;
  }
 
  .sp_only {
    display: block!important;
  }
 
  .pc_only {
    display: none!important;
  }
 
 
 
}