@charset "utf-8";
/* CSS Document */


/* 2020.0625-sakuma */
@import url(basic-style.css);
@import url(google-fonts-style.css);
@import url(fontawesome-style.css);

/* root
-------------------------*/
:root {
--hogehoge: hoge;
--large-title: clamp(1.875rem, 1.148rem + 3.64vw, 3.875rem);/*30px-62px*/
--middle-title: clamp(1.375rem, 1.193rem + 0.91vw, 1.875rem);/*22px-30px*/
--min-title: clamp(1.125rem, 0.943rem + 0.91vw, 1.625rem);/*18px-26px*/
--large-text: clamp(1.125rem, 0.989rem + 0.68vw, 1.5rem);/*18px-24px*/
--normal-text: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);/*16px-18px*/
--min-text: clamp(0.812rem, 0.744rem + 0.34vw, 1rem);/*13px-16px*/
--f14px: 0.875rem;
--f15px: 0.9375rem;
--f16px: 1rem;
--f17px: 1.0625rem;
--f18px: 1.125rem;
--f19px: 1.1875rem;
--f20px: 1.25rem;
--f21px: 1.3125rem;
--main-bk: #f9f7e2;
--second-bk: #e1dfc9;
}
/* カスケードレイヤー */
@layer components {
}
/* Variable Units */

.pc-style {
  display: inline-block;
  @media screen and (max-width: 660px) {
    display: none;
  }
}
.sp-style {
  display: none;
  @media screen and (max-width: 660px) {
    display: inline-block;
  }
}


/* すりガラスエフェクト　*/
.glass-effect {
  position: sticky;
  top: 0;
  background: rgba(255, 255, 241, 0.6);
  backdrop-filter: saturate(180%) blur(10px);
  box-shadow: 0px 5px 12px -2px rgba(10,10,10,0.1), 0px 5px 0px -20px rgba(10,10,10,0.2);
  z-index: 5;
}

/* wrap 関連
-------------------------*/
.contents-wrap {
  position: relative;
  width: 100%;
  min-height: 100vh;
  height: 100%;
  box-sizing: border-box;
  padding: 0;
  margin: 0 auto 0;
}
/* head
-------------------------*/
.head {
  display: flex;
  width: 100%;
  padding: 1rem;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.head__inner {
  width: 90%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2%;
  margin: 0 5%;
}
.chojyu-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: clamp(2.5rem, 2.273rem + 1.14vw, 3.125rem);
  width: 100%;
}
.head-title {
  color: #ebead6;
  font-size: 0.875rem;
  letter-spacing: 0.05rem;
}

/* heroArea */
.heroArea-images {
  display: block;
  width: 100%;
  background-image: url('../images/hero-image-pc.jpg');
  background-size: cover;
  aspect-ratio: 16/4;
  @media screen and (max-width: 820px) {
    background-image: url('../images/hero-image-sp.jpg');
    aspect-ratio: 6/5;
  }
}

.campaign-period {
  color: #fff;
  width: 100%;
  font-size: clamp(1.25rem, 1.159rem + 0.45vw, 1.5rem);
  line-height: clamp(2.05rem, 1.959rem + 0.45vw, 2.3rem);
  text-align: center;
  background: #86151d;
  margin: 0 0 2rem;
  padding: 0.5rem 1rem;
}

.offerText {
  font-size: 1.625rem;
  line-height: 2.425rem;
  letter-spacing: 0.05rem;
  & strong {
    color: #319ba1;
  }
}

.couponArea {
  width: 100%;
  color: #fff;
  cursor: pointer;
  font-size: 1rem;
  text-align: center;
  background: #319ba1;
  border-radius: 0.3rem;
  margin: 1rem 0 0;
  padding: 0.5rem 1rem;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  & strong {
    position: relative;
    top: 0.3rem;
    font-size: 2.0rem;
    line-height: 2.0rem;
    letter-spacing: 0.1rem;
    padding: 0 0.5rem;
  }
  & .couponNumber {
    position: relative;
    top: -0.3rem;
    & span {
      position: relative;
      top: -0.2rem;
      display: inline-block;
      line-height: 1rem;
      border: solid 1px #fff;
      border-radius: 0.2rem;
      padding: 0.1rem 1rem;
      -webkit-box-sizing: border-box;
         -moz-box-sizing: border-box;
              box-sizing: border-box;
      @media screen and (max-width: 660px) {
        top: 0.2rem;
      }
    }
  }
}
.couponArea:hover {
  transition: .8s;
  background: #102223;
}

/* contentsArea */

.contentsArea {
  max-width: 70%;
  width: 100%;
  margin: 1rem auto;
  @media screen and (max-width: 1024px) {
    max-width: 90%;
  }
}

.productsArea {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-flow: wrap;
  gap: 2%;
  width: 100%;
  & li {
    max-width: 49%;
    width: 100%;
    border-radius: 0.2rem;
    background: #f3f3ef;
    border-top: solid 5px #b97176;
    margin: 0 0 2rem;
    padding: 1.5rem;
    @media screen and (max-width: 660px) {
      max-width: 100%;
      padding: 1rem;
    }
  }
  @media screen and (max-width: 660px) {
    display: block;
  }
}

.products-name {
  color: #000000;
  font-size: clamp(1.25rem, 1.159rem + 0.45vw, 1.5rem);
  line-height: 2.05rem;
  letter-spacing: 0.05rem;
  border-bottom: dotted 1px #453a3b;
  margin: 0 0 2rem;
  padding: 0 0 0.2rem 1rem;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  & span {
    position: relative;
    top: clamp(-0.2rem, -0.164rem + -0.18vw, -0.3rem);
    font-size: 0.812rem;
    letter-spacing: -0.05rem;
    padding: 0 0.5rem;
  }
}
.lead-text {
  font-size: 1.0rem;
  line-height: 1.8rem;
  letter-spacing: 0.05rem;
  text-align: justify;
  margin: 0 0 0.5rem;
  & span {
    display: inline-block;
    color: #fff;
    font-size: 0.875rem;
    line-height: 1.5rem;
    background: #86151d;
    border-radius: 0.3rem;
    padding: 0.3rem 1rem;
  }
}
.productsBox {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2%;
  @media screen and (max-width: 1024px) {
    flex-flow: column-reverse;
  }
  & .specsArea {
    max-width: 49%;
    width: 100%;
    @media screen and (max-width: 1024px) {
      max-width: 100%;
    }
  }
  & figure {
    max-width: 49%;
    width: 100%;
    min-height: 300px;
    height: 100%;
    /*background: #cfcfcf;*/
    border-radius: 0.3rem;
    @media screen and (max-width: 1024px) {
      max-width: 100%;
      margin: 0 0 1rem;
    }
  }
}

.contentsBlock, .retail-price {
  font-size: 0.875rem;
  margin: 0 0 0.2rem;
}
.member-price,.regular-price {
  font-size: 1.125rem;
  line-height: 1.825rem;
  letter-spacing: 0.05rem;
  margin: 0.5rem 0;
  & strong {
    color: #8b1821;
    font-size: 1.5rem;
    line-height: 1.25rem;
    padding: 0 0.3rem;
  }
  & span {
    font-size: 0.875rem;
  }
}

.cv-area {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-flow: column;
  margin: 1rem 0 0;
  & a.cart-bt {
    color: #fff;
    width: 100%;
    display: block;
    font-size: 1rem;
    text-decoration: none;
    text-align: center;
    background: #319ba1;
    border-radius: 0.3rem;
    padding: 0.5rem 1rem;
    margin: 0 0 1rem;
  }
  & a:hover.cart-bt.shadow {
    box-shadow:none;
    transition: .8s;
    background: #102223;
  }
}

.notes {
  font-size: 0.812rem;
  line-height: 1.4rem;
  margin: 1rem 0 0;
}

.payment-site {
  max-width: 70%;
  width: 100%;
  font-size: clamp(0.75rem, 0.705rem + 0.23vw, 0.875rem);
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  margin: 0 auto 2rem;
  padding: 1rem 0;
  box-sizing: border-box;
  @media screen and (max-width: 1024px) {
    max-width: 90%;
  }
}
/* FooterArea
-------------------------*/
.footerArea {
  width: 100%;
  text-align: center;
  background: #f1f1e2;
  padding: 0.5rem 1rem;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.copyright-text {
  font-size: clamp(0.562rem, 0.494rem + 0.34vw, 0.75rem);
}

/* お問い合わせ番号
===================================*/

.infomaiton-number-title {
  font-size: 1.3rem;
  line-height: 2.6rem;
  font-weight: 400;
  color: #4d4d4d;
  text-align: center;
}
.infomaiton-number_Bg {
  width: 100%;
  background: #f1f1f1;
  color: #4d4d4d;
  padding: 25px 0 20px;
}
.infomaiton-number-wrap {
  max-width: 650px;
  width: 100%;
  margin: auto;
}
.infomaiton-telephon-number {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.infomaiton-telephon-number p {
  font-size: 1.2rem;
  line-height: 1.0rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
  margin-right: 20px;
}
figure.telephon-number {
  max-width: 480px;
  width: 100%;
  display: block;
  margin: auto;
}
.infomaiton-time {
  font-size: 1.2rem;
  line-height: 2.4rem;
  letter-spacing: 0.2rem;
  text-align: center;
}
.infomaiton-time span {
  font-size: 0.85rem;
  line-height: 0rem;
  border: solid 1px #4d4d4d;
  margin-left: 10px;
  padding: 2px 30px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 768px) {
/* お問い合わせ番号 */
.infomaiton-number_Bg {
  padding: 15px 0;
}
.infomaiton-telephon-number {
  display: block;
  text-align: center;
  margin-bottom: 10px;
}
.infomaiton-number-title {
  font-size: 1.0rem;
  line-height: 2.0rem;
}
.infomation-leadtext {
  line-height: 2.2rem;
}
.infomaiton-telephon-number p {
  font-size: 1.0rem;
  line-height: 1.0rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
  margin:0 0 10px;
}
.infomaiton-number-wrap {
  padding: 0 20px;
}
.infomaiton-time {
  font-size: 0.9rem;
  line-height: 1.2rem;
}
.infomaiton-time span {
  line-height: 1.4rem;
  display: inline-block;
  padding: 0 10px;
}
}

/* ブレイクポイント
-------------------------*/
@media screen and (max-width: 1100px) {
}
@media screen and (max-width: 980px) {
}
@media screen and (max-width: 860px) {
}
@media screen and (max-width: 768px) {
}
@media screen and (min-width: 660px) {
}
@media screen and (max-width: 660px) {
}
@media screen and (max-width: 375px) {
}

