@charset "UTF-8";
/* CSS Document モバイルファースト*/
html {
  scroll-behavior: smooth;
  font-size: 62.5%;
}
.container {
  width: 100%;
  margin: 0 auto;
  background-color: #3F2106;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  color: #ffffff;
  line-height: 1.5;
  overflow-wrap: break-word;
}
img {
  max-width: 100%;
  height: auto;
}
#about, #products, #smile, #news, #access, #contact {
  margin-bottom: 140px;
}
/*ハンバーガーメニュー*/
.checkbox {
  display: none;
}
.button {
  position: relative;
  background-color: #ffffff;
  height: 3.5rem;
  width: 3.5rem;
  border-radius: 50%;
  box-shadow: 1px 2px 2px rgb(87 50 23/0.5);
  position: fixed;
  top: 1vh;
  right: 2vw;
  z-index: 2000;
  text-align: center;
  cursor: pointer;
}
.background {
  height: 2.2rem;
  width: 2.2rem;
  border-radius: 50%;
  position: fixed;
  top: 2vh;
  right: 3vw;
  background-color: #CB8182;
  z-index: 1000;
  transition: transform 0.8s cubic-bezier(0.86, 0, 0.07, 1);
}
.nav {
  height: 100vh;
  position: fixed;
  top: 0;
  right: -60vw;
  z-index: 1500;
  opacity: 0;
  width: 0;
  transition: all 0.8s;
}
.list {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  list-style: none;
  text-align: center;
  width: 100%;
}
.item {
  margin: 2rem;
  font-size: 2rem;
  color: #ffffff;
  font-weight: bold;
  border-bottom: 1px dotted #ffffff;
  line-height: 1em;
  padding-bottom: 0.2em;
  letter-spacing: 0.05em;
}
.item a:hover {
  color: #774D4E;
}
.item span {
  font-size: 1.6rem;
  font-weight: normal;
}
.link:link, .link:visited {
  display: inline-block;
  transition: all 0.4s;
  background-size: 220%;
}
.link:hover, .link:active {
  color: #ffffff;
  cursor: pointer;
}
/* functionality */
.checkbox:checked ~ .background {
  transform: scale(80);
}
.checkbox:checked ~ .nav {
  opacity: 1;
  width: 100%;
  right: 0;
}
/*  */
/* styling hamb ICON */
.icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.icon, .icon::before, .icon::after {
  width: 2rem;
  height: 2px;
  background-color: #CB8182;
  display: inline-block;
}
.icon::before, .icon::after {
  content: "";
  position: absolute;
  left: 0;
  transition: all 0.2s;
}
.icon::before {
  top: -0.8rem;
}
.icon::after {
  top: 0.8rem;
}
.button:hover icon:before {
  top: -1rem;
}
.button:hover icon::after {
  top: 1rem;
}
.checkbox:checked + .button .icon {
  background-color: transparent;
}
.checkbox:checked + .button .icon::before {
  top: 0;
  transform: rotate(135deg);
}
.checkbox:checked + .button .icon::after {
  top: 0;
  transform: rotate(-135deg);
}
/*========================header====================================*/
header {
  margin-bottom: 100px;
}
/*ロゴimg*/
header h1 {
  padding: 20px 0 0 20px;
  filter: drop-shadow(1px 2px 2px rgb(87 50 23/0.5));
}
/*トップ画像半円*/
.containerH {
  position: relative;
  width: 100%;
  height: 90vh;
  overflow: hidden;
}
.containerH::before {
  content: '';
  position: absolute;
  inset: -10% 0 0 0;
  background: url("../images/shop.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  /* カーブを左端に固定 */
  clip-path: ellipse(95% 50% at 0 50%);
}
.content_wrapperH {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  height: 100vh;
  z-index: 1;
}
/*キャッチコピー縦書き*/
header .copy {
  font-family: 'Kaisei Opti', sans-serif;
  writing-mode: vertical-rl;
  text-align: center;
  font-size: 2.6rem;
  font-weight: bold;
  color: #ffffff;
  text-shadow: 1px 2px 2px rgb(87 50 23/0.5);
  letter-spacing: 0.2rem;
  position: absolute;
  top: 45vh;
  right: -58vw;
  line-height: 0.9;
  animation-name: topAnimation;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
header .copy .copy1 {
  display: block;
  padding: 12px 14px;
  background-color: rgb(241 199 48/0.7);
  border-radius: 15px 0 15px 0;
}
header .copy .copy1 > span {
  font-size: 2.2rem;
}
header .copy .copy2 {
  display: block;
  padding: 12px 14px;
  background-color: rgb(143 97 23/0.7);
  border-radius: 15px;
  letter-spacing: 0.4rem;
}
header .copy .copy2 > span {
  font-size: 2.4rem;
}
/*キャッチコピーアニメーション*/
@keyframes topAnimation {
  0% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
/*インスタリンク左端固定*/
header .followInsta {
  position: fixed;
  right: 3vw;
  top: 15vh;
}
header .followInsta span {
  writing-mode: vertical-rl;
  white-space: nowrap;
  font-size: 1.4rem;
  font-weight: bold;
  color: #ffffff;
  letter-spacing: 0.12em;
  display: block;
}
header .followInsta img, .instaText {
  filter: drop-shadow(1px 2px 2px rgb(87 50 23/0.5));
}
/*======main========================================================*/
/*==========about=======*/
.aboutSec {
  background-image: url("../images/about_b.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 80px 0;
}
.h2_font h2 {
  font-family: 'Kaisei Opti', sans-serif;
  font-size: 2.6rem;
  font-weight: bold;
  color: #ffffff;
  line-height: 1.0em;
  margin-bottom: 2.0em;
  text-align: center;
  padding-top: 100px;
}
.h2_font h2 span {
  font-size: 2.0rem;
}
.h2_font p {
  font-size: 1.8rem;
  line-height: 2.2em;
  text-align: center;
}
/*======商品紹介==============================*/
.modalButton-img img {
  filter: drop-shadow(2px 4px 3px rgb(87 50 23/0.7));
}
.productsWrap {
  margin-bottom: 100px;
}
.modalList-item {
  width: 300px;
  height: auto;
  margin: 0 auto 10%;
  padding: 0 1em;
}
.modalList-item a {
  display: block;
  position: relative;
  width: 100%;
  height: 80%;
  color: #3F2106;
  background-color: #ffffff;
  border-radius: 0 2em 0 0;
  transition: .4s ease;
}
.modalList-item a:hover {
  transform: scale(1.01);
  opacity: 0.7;
}
.modalList-item a:hover::after {
  transform: translateX(10px);
}
.modalList-item h3 {
  border-radius: 0 0 0 2em;
  text-align: center;
  padding: 25px 10px 25px;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.2;
}
.modalList-item h3 span {
  font-size: 1.6rem;
}
.modalButton-img {
  position: relative;
}
.modalButton-img img {
  width: 100%;
  max-width: 100%;
  padding: 30px;
}
.modalInner-img {
  position: relative;
}
.modalInner-img img {
  width: 100%;
  max-width: 100%;
  padding: 50px;
}
.modalInner-item {
  color: #3F2106;
}
.modalInner-item .itemName {
  font-size: 2.4rem;
  font-weight: bold;
}
.modalInner-item .itemPrice {
  font-size: 2.2rem;
  font-weight: bold;
}
.modalInner-item .itemPrice span {
  font-size: 1.8rem;
  font-weight: normal;
}
.modalInner-item .itemRead {
  font-size: 1.8rem;
}
.modalInner-img + h3 {
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 0 10px 20px 0;
}
.modalList-item .modal-contents {
  max-width: 700px;
}
.modal {
  display: none;
  z-index: 9999;
  position: fixed;
  top: -10px;
  right: 0;
  bottom: -10px;
  left: 0;
  overflow: hidden;
  overflow-y: auto;
  backface-visibility: hidden;
  background-color: rgb(0 0 0/0.45);
}
.modal-container {
  display: table;
  width: 100%;
  height: 100%;
  padding: 10px 0;
}
.modal-inner {
  display: table-cell;
  padding: 2.7em 2em;
  vertical-align: middle;
}
.modal-contents {
  position: relative;
  max-width: 1300px;
  margin: 0 auto;
  padding: 30px;
  background-color: #ffffff;
  box-shadow: 0 1px 5px rgba(0 0 0/0.2);
  text-justify: inter-ideograph;
}
.modal-button-wrap {
  position: absolute;
  top: 20px;
  right: 20px;
}
.modal-button {
  appearance: none;
  display: inline-block;
  position: relative;
  width: 24px;
  height: 24px;
  border: none;
  outline: none;
  background: transparent;
  line-height: 1;
  text-indent: -9999px;
  vertical-align: middle;
  cursor: pointer;
}
.modal-button::before {
  position: absolute;
  top: 0;
  left: -10px;
  width: 40px;
  height: 40px;
  border: 8px solid #CB8182;
  border-radius: 50%;
  background-color: #CB8182;
  background-image: url("../images/batu.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  cursor: pointer;
}
/*商品紹介、画面幅に応じて横並び*/
.product_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}
/*期間限定ラベル*/
.modal_season {
  position: relative;
}
.modal_season::before {
  content: url("../images/new.png");
  position: absolute;
  top: -26px;
  left: -2px;
}
/*商品名ラベルとフォントカラー*/
.amarin {
  background-color: #FFBCBE;
  color: #ffffff;
}
.milk {
  background-color: #8B4F20;
  color: #ffffff;
}
.white {
  background-color: #FFEEC5;
  color: #3F2106;
}
.mattya {
  background-color: #435C17;
  color: #ffffff;
}
.satumaimo {
  background-color: #753062;
  color: #ffffff;
}
/*カカオ画像挿入*/
.cacao_icon {
  position: relative;
}
.cacao_icon::before {
  content: "";
  background-image: url("../images/cacao.png");
  position: absolute;
  width: 100%;
  height: 80px;
  top: 80px;
  left: 0;
  transform: translateX(-5em);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
}
.cacao_icon::after {
  content: "";
  background-image: url("../images/cacao.png");
  position: absolute;
  width: 100px;
  height: 70px;
  top: 90px;
  transform: scale(-1, 1);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
}
/*====for smile==================================*/
.smileWrap {
  max-width: 80vw;
  margin: 0 auto 100px;
}
.smileWrap dt {
  font-size: 2rem;
  margin-bottom: 0.8em;
  color: #d6b038;
}
.smileWrap dd {
  font-size: 1.6rem;
  margin-bottom: 1em;
  padding-bottom: 0.4em;
  border-bottom: 2px dotted #ffffff;
}
.smile_icon {
  position: relative;
}
.smile_icon::before {
  content: "";
  background-image: url("../images/smile.png");
  position: absolute;
  width: 60px;
  height: 60px;
  top: 15vh;
  left: 0;
  transform: translateX(1em);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
}
.smile_icon::after {
  content: "";
  background-image: url("../images/smile.png");
  position: absolute;
  width: 70px;
  height: 70px;
  top: 17vh;
  right: 5vw;
  transform: rotate(20deg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
}
/*====アクセス===================================*/
.accessUl {
  margin-left: 20vw;
}
.accessUl li {
  font-size: 1.6rem;
  text-align: start;
  padding: 0 0 10px 40px;
}
.accessUl .tim {
  background-image: url("../images/tim.svg");
  background-repeat: no-repeat;
  background-position: left 10px top 5px;
  background-size: 18px;
}
.accessUl .clo {
  background-image: url("../images/clo.svg");
  background-repeat: no-repeat;
  background-position: left 10px top 5px;
  background-size: 18px;
}
.accessUl .ad {
  background-image: url("../images/ad.svg");
  background-repeat: no-repeat;
  background-position: left 10px top 5px;
  background-size: 18px;
}
.accessUl .tel {
  background-image: url("../images/tel.svg");
  background-repeat: no-repeat;
  background-position: left 10px top 5px;
  background-size: 18px;
  margin-bottom: 20px;
}
#access .Map img {
  max-width: 50vw;
}
.accessWrap p {
  margin-bottom: 30px;
}
/*======お知らせ=========*/
#news p {
  padding-bottom: 1.2em;
  margin-bottom: 1.0em;
}
#news p a {
  border-bottom: 1px dotted #ffffff;
}
#news p a:hover {
  color: #a27452;
  border-bottom: none;
}
.a_button {
  font-size: 1.6rem;
  padding: 0.3em 1em;
  background-color: #CB8182;
  color: #ffffff;
  border-radius: 1em;
  border-bottom: none !important;
}
.a_button:hover {
  background-color: #ffffff;
  color: #573217;
}
/*======問い合わせフォーム==========*/
#contact .contactCom {
  font-size: 1.6em;
  line-height: 1.4;
  margin-bottom: 30px;
}
form {
  max-width: 100vw;
  padding: 0 10px;
  margin: 0 auto;
  font-size: 1.8rem;
}
form dt {
  margin-bottom: 5px;
}
form input[type="text"], form input[type="email"], form input[type="tel"], textarea {
  font-size: 2rem;
  padding: 5px 8px;
  width: 100%;
  border: 1px solid #573217;
  background-color: rgb(255 255 255/0.4);
  border-radius: 10px;
  margin-bottom: 20px;
}
textarea {
  height: 130px;
  margin-bottom: 30px;
}
form dt span {
  background-color: #CB8182;
  border-radius: 8px;
  padding: 2px 6px;
  font-weight: normal;
  font-size: 1.6rem;
  color: #ffffff;
}
.submitBtn {
  text-align: center;
  font-size: 2rem;
}
form input[type="submit"] {
  text-align: center;
  padding: 0 14px;
  background-color: #CB8182;
  border-radius: 20px;
  color: #ffffff;
}
form input[type="submit"]:hover {
  background-color: #ffffff;
  color: #CB8182;
}
footer {
  display: block;
  background-color: #c39c20;
  color: #3F2106;
  text-align: center;
  padding: 50px 0 20px;
}
/* ページトップボタン */
#page-top a {
  display: none;
}
/*======================================================================ここまでモバイル==================*/
/*============タブレット対応css==============*/
@media (min-width: 500px) {
  /*ハンバーガーサイズ*/
  .button {
    height: 4.5rem;
    width: 4.5rem;
  }
  /* functionality */
  .checkbox:checked ~ .background {
    transform: scale(130);
  }
  .item {
    margin: 2.4rem;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.2em;
    padding-bottom: 0.4em;
  }
  .item span {
    font-size: 1.8rem;
  }
  /*キャッチコピー縦書き*/
  header .copy {
    font-size: 3rem;
    top: 40vh;
    right: -70vw;
  }
  header .copy .copy1 > span {
    font-size: 2.8rem;
  }
  header .copy .copy2 > span {
    font-size: 2.8rem;
  }
  /*トップ画像*/
  .containerH {
    height: 100vh;
  }
  .containerH::before {
    inset: 0 0 0 0;
    clip-path: ellipse(90% 70% at 0 50%);
  }
  /*インスタリンクサイズ変更*/
  header .followInsta span {
    font-size: 1.8rem;
  }
  /*フォームの幅調整*/
  form {
    max-width: 70vw;
  }
  /* ページトップボタン */
  #page-top {
    position: fixed;
    bottom: 6vh;
    right: 1vw;
    width: 6em;
    transform: rotate(90deg);
    text-align: end;
    border-bottom: 1px;
    border-bottom-style: solid;
    border-bottom-color: #ffffff;
  }
  #page-top a {
    display: block;
    color: #ffffff;
    font-size: 1.2rem;
    font-weight: bold;
    padding: 0 0.5em 0.3em 0;
  }
  #page-top::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0px;
    width: 15px;
    border-top: 1px solid #ffffff;
    transform: rotate(-35deg);
    transform-origin: left top;
  }
  /*========PC対応css================================*/
  @media (min-width: 968px) {
    /*===ハンバーガー=======================	*/
    /* ハンバーガーメニュー非表示 */
    .button, .checkbox, .background {
      display: none !important;
    }
    /* ナビを固定で表示 */
    .nav {
      position: fixed;
      top: 0;
      right: 0;
      width: 100%;
      height: auto;
      opacity: 1 !important;
      z-index: 1000;
      transition: none;
      background-color: #3F2106;
    }
    /*ナビを横に並べる*/
    .list {
      position: static;
      transform: none;
      display: flex;
      justify-content: space-evenly;
      align-items: center;
      gap: 3.5rem;
      width: auto;
      margin: 0;
      padding: 2em;
    }
    /*他項目*/
    .item {
      margin: 0;
      border: none;
      font-family: 'Kaisei Opti', sans-serif;
      font-size: 1.6rem;
    }
    .item span {
      font-size: 1.4rem;
    }
    .link:link, .link:visited {
      color: #cb8182;
      text-decoration: none;
    }
    .item a:hover {
      color: #ffffff;
    }
    /*ロゴ位置変更*/
    header h1 {
      padding: 90px 0 0 15px;
    }
    /*キャッチコピー縦書き*/
    header .copy {
      font-size: 4rem;
      top: 30vh;
      right: -65vw;
    }
    header .copy .copy1 > span {
      font-size: 3.2rem;
    }
    header .copy .copy2 > span {
      font-size: 3.2rem;
    }
    /*トップ画像	*/
    .containerH::before {
      width: 60%;
      /* カーブを左端に固定 */
      clip-path: ellipse(100% 70% at 0 50%);
    }
    /*インスタリンクサイズ変更*/
    header .followInsta span {
      font-size: 2.2rem;
    }
    /*h2文字サイズ*/
    .h2_font h2 {
      font-size: 3.2rem;
    }
    .h2_font h2 span {
      font-size: 2.6rem;
    }
    .h2_font p {
      font-size: 2.4rem;
    }
    /*for smile*/
    .smileWrap dt {
      font-size: 2.6rem;
    }
    .smileWrap dd {
      font-size: 2.2rem;
    }
    .smile_icon::before {
      width: 80px;
      height: 80px;
    }
    .smile_icon::after {
      width: 95px;
      height: 95px;
    }
    /*アクセス*/
    .accessUl ul li {
      font-size: 2.4rem;
    }
    .accessUl .tim {
      background-position: left 5px top 10px;
      background-size: 22px;
    }
    .accessUl .clo {
      background-position: left 5px top 10px;
      background-size: 22px;
    }
    .accessUl .ad {
      background-position: left 5px top 10px;
      background-size: 22px;
    }
    .accessUl .tel {
      background-position: left 5px top 10px;
      background-size: 22px;
      margin-bottom: 50px;
    }
    #access .Map img {
      max-width: 30vw;
    }
    .a_button {
      font-size: 2.2rem;
    }
    /*フォームの幅調整*/
    form {
      max-width: 60vw;
    }