@charset "UTF-8";
/*-----------------------------------------

※このスタイルシートはSCSSで生成されています。
cssへの直記入はなさらないようにしてください。

-----------------------------------------*/
/* 変数の定義
--------------------------------------------------*/
/* 共通パーツの編集
--------------------------------------------------*/
@media screen and (max-width: 768px) {
  #hon-warabimochi header {
    margin-bottom: 20px;
  }
}
#hon-warabimochi header h1 a {
  display: block;
  height: 100%;
}
#hon-warabimochi header h1 img {
  position: relative;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  #hon-warabimochi header h1 img {
    top: calc(50% - 10px);
    width: auto;
    height: 40%;
  }
}
#hon-warabimochi header nav {
  margin-left: 50px;
}
@media screen and (max-width: 999px) {
  #hon-warabimochi header nav {
    margin-left: 20px;
  }
}
#hon-warabimochi .brand_bnr {
  position: relative;
}
#hon-warabimochi .brand_bnr::before {
  content: "";
  position: absolute;
  left: 0;
  top: -50px;
  display: block;
  width: 100%;
  height: 170px;
  background-color: #F4F4F4;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #hon-warabimochi .brand_bnr::before {
    height: 184px;
  }
}
#hon-warabimochi a.btn_top {
  margin: 50px auto 90px;
  padding-top: 70px;
  background-image: url(../img/sub/hon-warabimochi_pagetop.webp);
  background-size: 60px auto;
}

/* 共通
--------------------------------------------------*/
.yu-min {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
}

.pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

span {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  letter-spacing: inherit;
  line-height: inherit;
}

span.word {
  display: inline-block;
}

/* KV
--------------------------------------------------*/
#hon-warabimochi #kv {
  position: relative;
  height: auto;
  margin-bottom: 0;
}
#hon-warabimochi #kv .kv_img {
  position: relative;
  height: 450px;
  background-color: #F3F3F2;
  overflow: hidden;
}
#hon-warabimochi #kv .kv_img .img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: auto;
  height: 100%;
}
@media screen and (max-width: 768px) {
  #hon-warabimochi #kv .kv_img .img {
    transform: translateX(-45%);
  }
}
#hon-warabimochi #kv .kv_intro {
  padding: 30px 0;
  background-color: #1C1D1E;
}
#hon-warabimochi #kv .kv_intro .contents {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  padding-right: clamp(240px, 24vw, 300px);
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #hon-warabimochi #kv .kv_intro .contents {
    padding-right: calc(20px + clamp(80px, 20vw, 120px));
  }
}
#hon-warabimochi #kv .kv_intro .txt {
  line-height: 1.6;
  letter-spacing: 0.13em;
  color: #fff;
  font-size: clamp(14px, 2.08vw, 20px);
  font-weight: 600;
}
#hon-warabimochi #kv .kv_logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  display: block;
  width: 90%;
  max-width: 1200px;
  height: 100%;
  pointer-events: none;
}
#hon-warabimochi #kv .kv_logo .contents {
  width: clamp(200px, 24vw, 300px);
  height: 100%;
  margin-right: 0;
  margin-left: auto;
  text-align: center;
  background: linear-gradient(0deg, rgba(240, 194, 55, 0) 0%, rgb(240, 194, 55) 100%);
  z-index: 10;
}
@media screen and (max-width: 768px) {
  #hon-warabimochi #kv .kv_logo .contents {
    width: clamp(80px, 20vw, 120px);
  }
}
#hon-warabimochi #kv .kv_logo .logo {
  width: auto;
  height: 360px;
  transform: translateY(-50%);
  position: relative;
  top: 225px;
}
@media screen and (max-width: 999px) {
  #hon-warabimochi #kv .kv_logo .logo {
    height: 36vw;
  }
}
@media screen and (max-width: 768px) {
  #hon-warabimochi #kv .kv_logo .logo {
    height: clamp(190px, 50vw, 276px);
  }
}

/* お品書き
--------------------------------------------------*/
#hon-warabimochi #products {
  padding: 40px 0 0;
  background-color: #F4F4F4;
  box-sizing: border-box;
}
#hon-warabimochi #products .wrapper_products {
  display: grid;
  grid-template-columns: 80px auto;
  gap: 60px;
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  padding: 60px;
  background-color: #fff;
  box-sizing: border-box;
}
@media screen and (max-width: 999px) {
  #hon-warabimochi #products .wrapper_products {
    grid-template-columns: 60px auto;
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  #hon-warabimochi #products .wrapper_products {
    padding: 60px 5vw;
    gap: 60px 5vw;
    grid-template-columns: 50px auto;
  }
}
@media screen and (max-width: 449px) {
  #hon-warabimochi #products .wrapper_products {
    padding: 40px 5vw;
    grid-template-columns: 40px auto;
  }
}
#hon-warabimochi #products .wrapper_products .title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 30px 0 60px;
  writing-mode: vertical-rl;
  background: linear-gradient(0deg, rgba(240, 194, 55, 0) 0%, rgb(240, 194, 55) 100%);
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #hon-warabimochi #products .wrapper_products .title {
    position: -webkit-sticky;
    position: sticky;
    top: 60px;
    left: 0;
    padding: 20px 0 40px;
  }
}
@media screen and (max-width: 449px) {
  #hon-warabimochi #products .wrapper_products .title {
    top: 40px;
  }
}
#hon-warabimochi #products .wrapper_products .title_products {
  font-size: 30px;
  letter-spacing: 0.13em;
  line-height: 1.3;
  color: #151114;
  font-weight: 400;
}
@media screen and (max-width: 999px) {
  #hon-warabimochi #products .wrapper_products .title_products {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  #hon-warabimochi #products .wrapper_products .title_products {
    font-size: 20px;
  }
}
@media screen and (max-width: 449px) {
  #hon-warabimochi #products .wrapper_products .title_products {
    font-size: 16px;
  }
}
#hon-warabimochi #products .wrapper_products > .right {
  display: grid;
  grid-template-columns: auto auto;
  gap: 60px 50px;
  width: 100%;
}
@media screen and (max-width: 449px) {
  #hon-warabimochi #products .wrapper_products > .right {
    gap: 40px;
  }
}
#hon-warabimochi #products .wrapper_products > .right * {
  min-height: 0;
  min-width: 0;
}
#hon-warabimochi #products .wrapper_products > .right .thumb {
  margin: 0 auto;
}
@media screen and (max-width: 999px) {
  #hon-warabimochi #products .wrapper_products > .right #wasanbon,
#hon-warabimochi #products .wrapper_products > .right #matcha {
    grid-column: 1/3;
  }
}
@media screen and (max-width: 999px) {
  #hon-warabimochi #products .wrapper_products > .right #wasanbon .thumb,
#hon-warabimochi #products .wrapper_products > .right #matcha .thumb {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  #hon-warabimochi #products .wrapper_products > .right #wasanbon .thumb,
#hon-warabimochi #products .wrapper_products > .right #matcha .thumb {
    width: 80%;
  }
}
@media screen and (max-width: 449px) {
  #hon-warabimochi #products .wrapper_products > .right #wasanbon .thumb,
#hon-warabimochi #products .wrapper_products > .right #matcha .thumb {
    width: 100%;
  }
}
#hon-warabimochi #products .wrapper_products > .right .name {
  color: #151114;
  font-size: 24px;
  line-height: 1.3;
  letter-spacing: 0.13em;
  padding: 14px 0 14px 20px;
  border-left: 10px solid gray;
  font-weight: 600;
  box-sizing: border-box;
  margin-bottom: 20px;
}
@media screen and (max-width: 999px) {
  #hon-warabimochi #products .wrapper_products > .right .name {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  #hon-warabimochi #products .wrapper_products > .right .name {
    border-width: 7px;
    padding: 5px 0 5px 14px;
  }
}
#hon-warabimochi #products .wrapper_products > .right .desc .txt {
  color: #151114;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.13em;
}
@media screen and (max-width: 999px) {
  #hon-warabimochi #products .wrapper_products > .right .desc .txt {
    font-size: 14px;
  }
}
#hon-warabimochi #products .wrapper_products > .right #wasanbon .name {
  border-color: #F0C237;
}
#hon-warabimochi #products .wrapper_products > .right #wasanbon .owl-theme .owl-dots .owl-dot.active span,
#hon-warabimochi #products .wrapper_products > .right #wasanbon .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #F0C237;
}
#hon-warabimochi #products .wrapper_products > .right #matcha .name {
  border-color: #509352;
}
#hon-warabimochi #products .wrapper_products > .right #matcha .owl-theme .owl-dots .owl-dot.active span,
#hon-warabimochi #products .wrapper_products > .right #matcha .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #509352;
}
#hon-warabimochi #products .wrapper_products > .right #kokuto {
  grid-column: 1/3;
  display: grid;
  grid-template-columns: clamp(200px, 20vw, 300px) auto;
  gap: 40px;
  align-items: center;
  width: 100%;
  padding: 40px 40px 0;
  box-sizing: border-box;
  border-top: 1px solid #151114;
}
@media screen and (max-width: 999px) {
  #hon-warabimochi #products .wrapper_products > .right #kokuto {
    grid-template-columns: 1fr 1fr;
    padding: 40px 0;
  }
}
@media screen and (max-width: 768px) {
  #hon-warabimochi #products .wrapper_products > .right #kokuto {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 30px 0;
    border-bottom: 1px solid #151114;
  }
}
@media screen and (max-width: 449px) {
  #hon-warabimochi #products .wrapper_products > .right #kokuto {
    padding: 20px 0;
  }
}
@media screen and (max-width: 768px) {
  #hon-warabimochi #products .wrapper_products > .right #kokuto .left {
    order: 2;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #hon-warabimochi #products .wrapper_products > .right #kokuto .right {
    display: contents;
  }
}
@media screen and (max-width: 768px) {
  #hon-warabimochi #products .wrapper_products > .right #kokuto .thumb {
    width: 80%;
  }
}
#hon-warabimochi #products .wrapper_products > .right #kokuto .name {
  font-size: 20px;
  border-color: #A45434;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 30px;
}
@media screen and (max-width: 999px) {
  #hon-warabimochi #products .wrapper_products > .right #kokuto .name {
    margin-bottom: 20px;
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  #hon-warabimochi #products .wrapper_products > .right #kokuto .name {
    font-size: 16px;
    text-align: center;
    padding: 0;
    border: none;
    order: 1;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #hon-warabimochi #products .wrapper_products > .right #kokuto .desc {
    order: 3;
    width: 80%;
    margin: 0 auto;
  }
}
#hon-warabimochi #products .wrapper_products > .right #kokuto .owl-theme .owl-dots .owl-dot.active span,
#hon-warabimochi #products .wrapper_products > .right #kokuto .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #A45434;
}
#hon-warabimochi #products .wrapper_products .owl-theme .owl-dots {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #hon-warabimochi #products .wrapper_products .owl-theme .owl-dots {
    display: block;
  }
}
#hon-warabimochi #products .wrapper_products .owl-theme .owl-dots .owl-dot {
  width: 10px;
}
#hon-warabimochi #products .wrapper_products .owl-theme .owl-dots .owl-dot span {
  background-color: #eee;
  border-radius: 0;
  transition: 0.3s;
}
/*# sourceMappingURL=hon-warabimochi.css.map */