@charset "utf-8";
/* CSS Document */

ul,li{
  margin: 0;
  padding: 0;
}
a,a:hover,a:focus{
  text-decoration: none;
  color: #000;
}
p{
  margin: 0;
  padding: 0;
}

.pc { display: block !important; }
.sp { display: none !important; }

.lps9_container {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 100px;
  font-family:'EB Garamond', 'Noto Serif JP', "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
  color: #442e18;
  font-size: 18px;
  font-style: normal;
  box-sizing: border-box;
}
.lps9_container * {
  box-sizing: border-box;
}

.lps9_container h1 {
    margin-top: 0;
}

.item_text_caption {
    margin: 0 auto 60px;
}

.lps9_container img{
  max-width: 100%;
  height: auto;
}

.mv{
  width: 100%;
  max-width: 1000px;
  text-align: center;
}

.lead {
  margin-top: 66px;
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.06em;
  line-height: 2;
}
.lead_title{
  font-size: 30px;
  line-height: 2;
  font-family:'EB Garamond', 'Noto Serif JP', "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
  color: #442e18;
  margin-bottom: 0;
}
p.sub_lead_title_ {
    font-size: 22px;
    margin-bottom: 43px;
}

.lead_title-sub{
  display:inline-block;
  font-size: 34px;
  line-height:1.8;
  letter-spacing: 0.05em;
}

span.caution_txt_ {
    font-size: 13px;
}

.top_imag {
    margin: 8% auto 13%;
    text-align: center;
}

.item-lead{
  margin-top: 11%;
  text-align: center;
  font-size: 16px;
  line-height: 2;
}

.item-lead_title{
  font-size: 36px;
  line-height: 1.6em;
  letter-spacing: 0.05em;
  font-family: 'EB Garamond', 'Noto Serif JP', "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
  color: #442e18;
  margin-bottom: 10px;
  margin-top: 2%;
  display: flex;
  align-items: center;
  justify-content: center;
}
span.cre_ashi {
    font-size: 23px;
    border-bottom: solid 1px;
    padding-bottom: 6px;
    line-height: 1;
    margin-right: 20px;
    color: #b39d61;
}

.item-lead_title-en{
  border-bottom: 1px solid #442e18;
  font-size: 32px;
  font-family: 'EB Garamond', serif;
  font-style: italic;
  display: inline-block;
}
.item-lead_discription{
    font-size: 18px;
    line-height: 2;
    letter-spacing: 0.5px;
    margin-top: 0;
}

.item {
  margin: 30px auto 125px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  position:relative;
  flex-direction: row-reverse;
  justify-content: center;
}
.item_img{
  width: 50%;
  align-self: center;
}
.item_text{
  width: 40%;
  padding: 0 5%;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}
.item_title {
  width: 100%;
  margin: 0 auto 4%;
  font-size: 28px;
  font-weight: normal;
  font-family:'EB Garamond', 'Noto Serif JP', "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
  color: #442e18;
}
.item_title .number{
  display: block;
  font-size: 32px;
  font-family: 'EB Garamond', serif;
  font-style: italic;
}
.item_discription {
    /*width: 100%;*/
    font-size: 18px;
    line-height: 2.2;
    letter-spacing: 0.5px;
}


/* クレジット */
.detail {
  width: 100%;
  /* margin-top: 50px; */
  margin-bottom: 0;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.5px;
}
.detail_item {
  min-height: 50px;
  padding: 5px 0;
  border-bottom: 1px solid #442e18;
  font-size: 0;
  display: flex;
  align-items: center;
}
.detail_item p{
  width: 30%;
  font-size: 16px;
  line-height: 1;
}
.detail_name {
  width: 48%;
  font-size: 16px;
  line-height: 1.5;
  display: flex;
  align-items: center;
}
.detail_price {
  width: 30%;
  text-align: center;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.detail_price.notice{
  font-size: 14px;
  letter-spacing: 0;
}
.detail_price .tax{
  font-size: 12px;
}
.detail_btn {
  width: 22%;
  text-align: center;
  display: flex;
  align-items: center;
}
.detail_btn a {
  width: 100%;
  display: block;
  color: #fff;
  font-size: 15px;
  background-color:#442e18;
  text-decoration: none;
  line-height: 38px;
  border: 1px solid #442e18;
  transition: all 0.3s;
  letter-spacing: 2px;
}
.detail_btn a:hover{
  background-color: #fff;
  color: #442e18;
}
.detail_btn.no-link a{
  background-color: #fff;
  border: none;
  color: #442e18;
  text-decoration: none;
  pointer-events: none;
  font-size: 14px;
  letter-spacing: 0;
}

span.detail_yen_ {
    font-size: 12px;
}

p.detail u a {
    color: #442e18;
}

/* .detail_btn2 {
  width: 22%;
  text-align: center;
  display: block;
  color: #442e18;
  font-size: 18px;
  background-color:#fff;
  text-decoration: none;
  line-height: 38px;
  transition: all 0.3s;
  letter-spacing: 2px;
} */

/* ボタンエリア */
.bottom-area {
  width: 80%;
  max-width: 500px;
  margin: 100px auto;
}
.brandlink {
  margin-bottom: 5%;
  text-align: center;
}
.brandlink a {
  position: relative;
  width: 100%;
  display: block;
  color: #442e18;
  font-size: 18px;
  background-color: #fff;
  text-decoration: none;
  /*line-height: 62px;*/
  border: 1px solid #442e18;
  transition: all 0.3s;
  letter-spacing: 2px;
  text-align: center;
  padding: 1.4rem;
}
.brandlink a:hover {
    background-color: #442e18;
    color: #fff;
}
.bottom-area .brandlink a::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 1px solid #442e18;
    border-right: 1px solid #442e18;
    transform: rotate(45deg);
    position: absolute;
    top: 44%;
    right: 2rem;
}
/*.brandlink a:hover {
  background-color: #fff;
  color: #442e18;
}*/
.bottom-area .brandlink a:hover::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 44%;
    right: 2rem;
}
a.link_und {
    text-decoration: underline;
    color: #442e18;
}
@media screen and  ( max-width:991px){
  .item{
    max-width: 500px;
    margin-inline: auto;
    margin: 50px auto 100px;
  }
  .item_img {
    width: 100%;
    text-align: center;
  }
  .item_text {
    width: 100%;
    margin-top: 5%;
    padding: 0 2.5%;
  }
  .detail {
    margin-top: 0;
  }
}
@media screen and  ( max-width:767px){

  .pc { display: none !important; }
  .sp { display: block !important; }

  .lps9_container {
    font-size: 14px;
    margin-bottom: 70px;
  }
  .lead {
    margin-top: 40px;
    font-size: 14px;
  }
  .lead_title{
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 1.4;
  }
  .lead_title-sub{
    margin-top: 10px;
    font-size: 25px;
    display: block;
  }
  .item-lead_title{
    font-size:22px;
  }

  .item_text_caption {
   margin: 0px auto 60px;
}

  .item-lead{
    margin-top: 20%;
    font-size: 14px;
  }
  .item-lead_title-en{
    font-size: 26px;
  }
  
  .item {
    margin-top: 20px;
  }
  .item.last_item__ {
    margin-bottom: 30%;
  }
  .item_title {
    font-size: 24px;
  }
  .item_discription {
    line-height: 25px;
    font-size: 14px;
  }

  .detail_item {
    border-bottom: 1px solid #442e18;
    font-size: 0;
  }
  .detail_item p{
    /* width: 30%; */
    font-size: 16px;
    text-align: left;
    padding-left: 16px;
  }
  .detail_name {
    width: 42%;
    font-size: 15px;
  }
  .detail_price {
    width: 38%;
    text-align: center;
    font-size: 15px;
  }
  .detail_btn {
    width: 20%;
    text-align: center;
  }
  .detail_btn a {
    font-size: 14px;
  }
  /* .detail_btn2 {
    width: 22%;
    text-align: center;
    display: block;
    color: #442e18;
    font-size: 12px;
    background-color:#fff;
    text-decoration: none;
    line-height: 40px;
    transition: all 0.3s;
    letter-spacing: 2px;
  } */

  .bottom-area {
    margin: 50px auto;
    width: 100%;
  }
  .brandlink a {
    font-size: 14px;
    /*line-height: 60px;*/
  }
  .top_imag {
    width: 86%;
    margin: 15% auto 20%;
}
.item-lead_title {
    margin-top: 5%;
}
span.cre_ashi {
    font-size: 20px;
    padding-bottom: 4px;
}
.detail {
    margin-top: 0;
    font-size: 15px;
}
p.sub_lead_title_ {
    font-size: 16px;
    margin-bottom: 30px;
}
/*.detail_name.comming_Txt {
    width: 40%;
  }*/
}