@charset "UTF-8";
html {
  color: #5A4637;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", "Meiryo", sans-serif;
  font-size: clamp(1rem, 1rem + 0vw, 1rem);
  scroll-behavior: smooth;
  font-weight: 500;
}

html ::-moz-selection {
  background: rgba(227, 129, 0, 0.3);
}

html ::selection {
  background: rgba(227, 129, 0, 0.3);
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.8;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  -webkit-text-size-adjust: 100%;
  letter-spacing: 0;
}

body {
  max-width: 100%;
  line-height: 1.5;
  background: #F5EFDB;
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.5;
}

p {
  line-height: 1.8;
  margin: 0;
}

li, ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  color: #222;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

a:hover {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

@media screen and (min-width: 641px) {
  .sp-mode {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .tab-mode {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .pc-mode {
    display: none;
  }
}
.return-top {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: clamp(3.125rem, 0rem + 13.3333333333vw, 6.25rem);
  height: clamp(3.125rem, 0rem + 13.3333333333vw, 6.25rem);
  right: -200px;
  bottom: 2%;
  z-index: 10000;
}

.return-top a {
  background: rgba(255, 255, 255, 0.6);
  position: relative;
  width: 100%;
  height: 100%;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.return-top a:before {
  content: "";
  display: inline-block;
  background: url("https://gigaplus.makeshop.jp/renshop/lp_honey/images/icon_gotop.svg") no-repeat center/contain;
  width: clamp(1.3125rem, 0rem + 5.6vw, 2.625rem);
  height: clamp(0.8125rem, 0rem + 3.4666666667vw, 1.625rem);
  position: absolute;
  top: 6px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

.return-top a:hover {
  background: rgb(255, 255, 255);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.cont {
  width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 641px) {
  .cont {
    max-width: 750px;
  }
}
.cont__inner {
  width: 88%;
  max-width: 650px;
  margin: 0 auto;
  padding: clamp(1.875rem, 0rem + 8vw, 3.75rem) 0;
}

@media screen and (min-width: 769px) {
  .cont__inner {
    width: 100%;
    max-width: 750px;
  }
}
.cont__ttl, .cont__ttl-bar {
  font-size: clamp(1.375rem, 0rem + 5.8666666667vw, 2.75rem);
  text-align: center;
  font-weight: 500;
  line-height: 1.2;
}

.cont__ttl--small {
  font-size: 0.8em;
  line-height: 1.4;
  display: block;
  margin: 0 auto clamp(0.75rem, 0rem + 3.2vw, 1.5rem);
}

.cont__ttl-bar {
  position: relative;
  padding: clamp(1.3125rem, 0rem + 5.6vw, 2.625rem) 0 0;
}

.cont__ttl-bar:before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  margin: auto;
  display: inline-block;
  width: clamp(8.75rem, 0rem + 37.3333333333vw, 17.5rem);
  height: clamp(0.25rem, 0rem + 1.0666666667vw, 0.5rem);
}

.cont__sttl {
  font-size: clamp(1.125rem, 0rem + 4.8vw, 2.25rem);
}

.cont__color--red {
  color: #D84F83;
  line-height: inherit;
}

.cont__weight--bold {
  font-weight: bold;
}

.cont__marker--green {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(75%, rgba(170, 189, 0, 0.2)));
  background: linear-gradient(transparent 75%, rgba(170, 189, 0, 0.2) 75%);
}

.cont__marker--orng {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(75%, rgba(227, 129, 0, 0.2)));
  background: linear-gradient(transparent 75%, rgba(227, 129, 0, 0.2) 75%);
}

.cont__marker--brown {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(75%, rgba(120, 77, 0, 0.2)));
  background: linear-gradient(transparent 75%, rgba(120, 77, 0, 0.2) 75%);
}

.cont__marker--yellow {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(75%, rgba(252, 228, 65, 0.8)));
  background: linear-gradient(transparent 75%, rgba(252, 228, 65, 0.8) 75%);
}

.cont__video {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
}

.cont__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.kv {
  position: relative;
  background: #fff;
}

@media screen and (min-width: 769px) {
  .kv {
    background: url("https://gigaplus.makeshop.jp/renshop/lp_honey/images/kv_bg.jpg") no-repeat center top/auto 960px;
    padding: 0;
    height: 960px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .kv {
    background: url("https://gigaplus.makeshop.jp/renshop/lp_honey/images/kv_bg.jpg") no-repeat center top/auto 100%;
    height: 85.9375vw;
    max-height: 960px;
  }
}
.kv__inner {
  margin: 0 auto;
}

@media screen and (min-width: 641px) {
  .kv__inner {
    max-width: 1060px;
  }
}
@media screen and (max-width: 768px) {
  .kv__copy--pc {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .kv__copy--sp {
    display: none;
  }
}
.kv__illust {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  width: clamp(120px, 120px + 177 * (100vw - 375px) / 720, 297px);
  bottom: calc(-1 * clamp(50px, 50px + 5 * (100vw - 375px) / 720, 297px));
}

.nayami {
  position: relative;
  z-index: 1;
}

.nayami__inner {
  z-index: 1;
  padding: clamp(0.625rem, 0rem + 2.6666666667vw, 1.25rem) 0 clamp(3.75rem, 0rem + 16vw, 7.5rem);
  background: url("https://gigaplus.makeshop.jp/renshop/lp_honey/images/bg_moya.png") no-repeat center/cover, #FFF6E5;
  position: relative;
  clip-path: polygon(0 0, 0 90%, 50% 100%, 100% 90%, 100% 0, 0 0);
  position: relative;
}

@media screen and (max-width: 768px) {
  .nayami__inner {
    padding: clamp(1.875rem, 0rem + 8vw, 3.75rem) 0 clamp(3.75rem, 0rem + 16vw, 7.5rem);
  }
}
.nayami__ttl {
  font-family: "Shippori Antique", sans-serif;
  margin: 0 auto clamp(1.875rem, 0rem + 8vw, 3.75rem);
  position: relative;
  font-size: clamp(1.25rem, 0rem + 5.6vw, 2.625rem);
  text-shadow: 0px 3px 6px rgba(67, 58, 10, 0.16);
  color: #5a4637;
}

.nayami__ttl--line {
  padding-bottom: 10px;
  background-image: repeating-linear-gradient(to right, #BFA14B 0, #BFA14B 5px, transparent 5px, transparent 10px);
  background-position: bottom;
  background-repeat: repeat-x;
  background-size: 100% 1px;
}

.nayami__txtarea {
  background: url("https://gigaplus.makeshop.jp/renshop/lp_honey/images/nayami_bg.png") no-repeat center top/contain;
}

.nayami__txt {
  width: 94.5333333333%;
  margin: 0 auto;
  padding-top: clamp(3.125rem, 0rem + 14.6666666667vw, 6.875rem);
}

.nayami__push {
  margin-top: clamp(1.5625rem, 0rem + 6.6666666667vw, 3.125rem);
  font-size: clamp(1.125rem, 0rem + 4.8vw, 2.25rem);
  font-family: "Shippori Antique", sans-serif;
  color: #BFA14B;
  text-align: center;
  background: linear-gradient(transparent 0%, #FCE441 0%);
  position: relative;
  font-weight: bold;
}

.nayami__push:after, .nayami__push:before {
  content: "";
  display: inline-block;
  width: clamp(0.125rem, 0rem + 0.4vw, 0.1875rem);
  height: clamp(1.75rem, 0rem + 7.4666666667vw, 3.5rem);
  background: #BFA14B;
  position: absolute;
}

.nayami__push:before {
  left: clamp(0.625rem, 0rem + 2vw, 0.9375rem);
  top: 0.2em;
  -webkit-transform: rotate(-15deg);
  transform: rotate(-15deg);
}

.nayami__push:after {
  right: clamp(0.625rem, 0rem + 2vw, 0.9375rem);
  top: 0.2em;
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
}

.nayami__push--point {
  font-size: clamp(1.125rem, 0rem + 4.8vw, 2.25rem);
  text-align: center;
  font-family: "Shippori Antique", sans-serif;
  font-weight: bold;
  line-height: 1.2;
  width: clamp(5.9375rem, 0rem + 25.3333333333vw, 11.875rem);
  height: clamp(5.9375rem, 0rem + 25.3333333333vw, 11.875rem);
  border-radius: 100px;
  color: #fff;
  background: #BFA14B;
  z-index: 1;
  position: absolute;
  bottom: clamp(-2.5rem, 0rem - 10.6666666667vw, -5rem);
  right: 0;
  left: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: rotate(-5deg);
  transform: rotate(-5deg);
}

.solution {
  margin-top: -11%;
  background: url("https://gigaplus.makeshop.jp/renshop/lp_honey/images/bg_gradation_m.jpg") no-repeat center/cover;
  position: relative;
}

@media screen and (max-width: 640px) {
  .solution {
    margin-top: -17%;
  }
}
.solution__inner {
  padding: clamp(9.0625rem, 0rem + 38.6666666667vw, 18.125rem) 0 clamp(3.5rem, 0rem + 14.9333333333vw, 7rem);
}

.solution__txtarea {
  position: relative;
  padding: clamp(1.5625rem, 0rem + 6.6666666667vw, 3.125rem) clamp(1.125rem, 0rem + 4.6666666667vw, 2.1875rem) clamp(1.5625rem, -0.0625rem + 6.9333333333vw, 3.1875rem);
  background: rgba(253, 253, 250, 0.9);
  border-radius: 10px 10px 0 0;
}

.solution__txtarea:before {
  content: "";
  width: 100%;
  height: clamp(2rem, 0rem + 8.5333333333vw, 4rem);
  clip-path: polygon(0 0, 0 0%, 50% 100%, 100% 0%, 100% 0, 0 0);
  position: absolute;
  bottom: calc(-1 * clamp(2rem, 0rem + 8.5333333333vw, 4rem));
  left: 0;
  background: rgba(253, 253, 250, 0.9);
}

.solution__txtarea__inner {
  background: linear-gradient(to bottom, rgba(253, 253, 250, 0.9) 0%, #fffcf4 45%, #ffda90 100%);
  border-radius: 8px;
}

.solution__ttl {
  font-size: clamp(1.125rem, 0rem + 4.8vw, 2.25rem);
  text-align: center;
  font-family: "Shippori Antique", sans-serif;
  color: #BFA14B;
}

.solution__ttl--marker {
  display: inline-block;
  padding-bottom: clamp(0.25rem, 0rem + 1.0666666667vw, 0.5rem);
  color: #7C5E3C;
  font-weight: 300;
  position: relative;
}

.solution__ttl--marker:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  background: #BFA14B;
  width: 1px;
  height: clamp(3.375rem, 0rem + 14.5333333333vw, 6.8125rem);
  transform: rotate(-20deg) translateX(-20px);
}

.solution__ttl--marker:before {
  content: "";
  position: absolute;
  right: 0px;
  top: 0px;
  background: #BFA14B;
  width: 1px;
  height: clamp(3.375rem, 0rem + 14.5333333333vw, 6.8125rem);
  transform: rotate(20deg) translateX(20px);
}

.solution__img {
  display: block;
  margin: auto;
}

.solution__txt {
  width: 90%;
  margin: 0 auto;
  font-size: clamp(1rem, 0rem + 4.2666666667vw, 2rem);
  font-weight: 500;
  padding: clamp(1.5625rem, 0rem + 6.6666666667vw, 3.125rem) 0 clamp(0.9375rem, 0rem + 4vw, 1.875rem);
  background-size: 8px 100%, 100% 2.5em;
  line-height: 1.7;
}

.solution__list {
  display: flex;
  gap: clamp(0.9375rem, 0rem + 4vw, 1.875rem);
  flex-direction: column;
  padding: clamp(1.5625rem, 0rem + 6.6666666667vw, 3.125rem) clamp(0.9375rem, 0rem + 4vw, 1.875rem);
  border-radius: 10px;
}

.solution-item {
  background-color: #fff;
  max-width: 542px;
  width: 100%;
  margin: auto;
  border-radius: 8px;
  padding: clamp(0.9375rem, 0rem + 4vw, 1.875rem) clamp(1.25rem, 0rem + 5.3333333333vw, 2.5rem) clamp(1.25rem, 0rem + 5.3333333333vw, 2.5rem) clamp(1.5625rem, 0rem + 6.6666666667vw, 3.125rem);
  position: relative;
}

.solution-item__ttl {
  color: #D84F83;
  font-size: clamp(1.0625rem, 0rem + 4.6666666667vw, 2.1875rem);
  border-bottom: 1px solid #DECFA1;
  line-height: 1.7;
}

.-num3 .solution-item__ttl {
  font-size: clamp(0.9375rem, 0rem + 4.1333333333vw, 1.9375rem);
}

.solution-item__img {
  position: absolute;
  left: clamp(-1.5625rem, 0rem - 6.6666666667vw, -3.125rem);
  top: clamp(-1.5625rem, 0rem - 6.6666666667vw, -3.125rem);
  width: clamp(2.75rem, 0rem + 11.8666666667vw, 5.5625rem);
}

@media screen and (max-width: 640px) {
  .solution-item__img {
    left: clamp(-0.625rem, 0rem - 4.1333333333vw, -1.9375rem);
    top: clamp(-1.125rem, 0rem - 4.1333333333vw, -1.9375rem);
  }
}
.solution-item__txt {
  font-size: clamp(1rem, 0rem + 4.2666666667vw, 2rem);
  margin-top: clamp(0.5rem, 0rem + 1.3333333333vw, 0.625rem);
  line-height: 1.5;
}

.solution__push {
  text-align: center;
  color: #fff;
  font-size: clamp(1.125rem, 0rem + 5.0666666667vw, 2.375rem);
  background: url(https://gigaplus.makeshop.jp/renshop/lp_honey/images/solution_push_bg.png) no-repeat center/cover;
  padding: clamp(2.1rem, 0rem + 8vw, 3.75rem) 0;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: 0.06em;
  position: relative;
}

.solution__push span {
  font-size: clamp(0.875rem, 0rem + 3.2vw, 1.5rem);
}

.solution__push:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(https://gigaplus.makeshop.jp/renshop/lp_honey/images/solution_push_garlic.png) no-repeat center/contain;
  width: clamp(3.25rem, 0rem + 14vw, 6.5625rem);
  height: clamp(2.5rem, 0rem + 10.6666666667vw, 5rem);
}

.solution__push:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background: url(https://gigaplus.makeshop.jp/renshop/lp_honey/images/solution_push_honey.png) no-repeat center/contain;
  width: clamp(2.8125rem, 0rem + 12.9333333333vw, 6.0625rem);
  height: clamp(2.8125rem, 0rem + 12.9333333333vw, 6.0625rem);
}

.about-history__txt--strong {
  background: #EA5532;
  color: #fff;
  padding: 0 10px;
}

.kodawari-hachimitsu {
  background: url(https://gigaplus.makeshop.jp/renshop/lp_honey/images/bg_honey.png) repeat left top/585px 398px, #FFF3DE;
  padding: clamp(2.5rem, 0rem + 10.6666666667vw, 5rem) 0 clamp(4.375rem, 0rem + 18.6666666667vw, 8.75rem);
  clip-path: polygon(0 0, 0 99%, 50% 100%, 100% 99%, 100% 0, 0 0);
  position: relative;
}

.kodawari-garlic {
  margin-top: -6%;
  background: url(https://gigaplus.makeshop.jp/renshop/lp_honey/images/bg_washi.png) repeat left top/200px 200px, #EACEA9;
  padding: clamp(5rem, 0rem + 18.6666666667vw, 8.75rem) 0 0;
}

@media screen and (max-width: 768px) {
  .kodawari-garlic {
    margin-top: -17%;
  }
}
.kodawari-garlic__inner {
  background: url(https://gigaplus.makeshop.jp/renshop/lp_honey/images/bg_washi.png) repeat left top/200px 200px, #EACEA9;
  position: relative;
  clip-path: polygon(0 0, 0 99%, 50% 100%, 100% 99%, 100% 0, 0 0);
  padding-bottom: clamp(3.125rem, 0rem + 13.3333333333vw, 6.25rem);
}

.kodawari-garlic__inner .cont__inner {
  position: relative;
}

.kodawari__inner {
  position: relative;
  padding-bottom: 0;
}

.kodawari__ttl--img {
  position: absolute;
  right: 0;
  top: 0;
  width: clamp(1.875rem, 0rem + 33.3333333333vw, 15.625rem);
  z-index: -1;
}

.kodawari__copy {
  font-family: "Shippori Antique", sans-serif;
  color: #623716;
  text-align: center;
  position: relative;
  margin-bottom: clamp(1.875rem, 0rem + 8vw, 3.75rem);
  line-height: 1.5;
  font-weight: bold;
  font-size: clamp(1rem, 0rem + 4.2666666667vw, 2rem);
}

.kodawari__copy:before {
  content: "";
  display: inline-block;
  width: clamp(13.5rem, 0rem + 57.6vw, 27rem);
  height: clamp(2.25rem, 0rem + 9.6vw, 4.5rem);
  background: #222;
  background: url(https://gigaplus.makeshop.jp/renshop/lp_honey/images/kodawari_bubble.svg) no-repeat center/contain;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 80%;
}

.kodawari__ttl {
  text-align: left;
  font-family: "Shippori Antique", sans-serif;
  color: #623716;
  font-size: clamp(2.6875rem, 0rem + 11.4666666667vw, 5.375rem);
  padding: 0 0 clamp(1.3125rem, 0rem + 5.6vw, 2.625rem);
  letter-spacing: -0.08em;
}

.kodawari-garlic .kodawari__ttl {
  font-size: clamp(2.25rem, 0rem + 9.6vw, 4.5rem);
  letter-spacing: 0em;
}

.kodawari__ttl--strong {
  font-size: clamp(3.4375rem, 0rem + 14.6666666667vw, 6.875rem);
  font-weight: bold;
  line-height: 1;
}

.kodawari__ttl--small {
  font-size: clamp(1.125rem, 0rem + 5.0666666667vw, 2.375rem);
  font-family: "Shippori Antique", sans-serif;
  border-bottom: 1px solid #BFA14B;
  line-height: 1.8;
  margin: 0 auto clamp(0.5rem, 0rem + 1.3333333333vw, 0.625rem);
  display: inline-block;
  color: #784D00;
}

.kodawari__num {
  font-size: clamp(2.75rem, 0rem + 11.7333333333vw, 5.5rem);
  margin-right: clamp(0.3125rem, 0rem + 1.3333333333vw, 0.625rem);
  width: clamp(3.125rem, 0rem + 16.6666666667vw, 7.8125rem);
  height: auto;
}

.kodawari__sttl {
  font-size: clamp(1.0625rem, 0rem + 6vw, 2.8125rem);
  font-weight: 500;
  color: #784D00;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.4;
  border-bottom: solid 1px #e7e2d4;
  padding: 0 0 clamp(0.25rem, 0rem + 1.0666666667vw, 0.5rem);
  margin: 0 auto clamp(1.0625rem, 0rem + 4.5333333333vw, 2.125rem);
  gap: clamp(0.3125rem, 0rem + 2.6666666667vw, 1.25rem);
}

.kodawari__sttl--main {
  line-height: 1.1;
  font-weight: bold;
}

.kodawari__sttl--small {
  line-height: 1.1;
  font-weight: bold;
  font-size: clamp(1rem, 0rem + 5.3333333333vw, 2.5rem);
}

.kodawari__scopy {
  font-size: clamp(1rem, 0rem + 4.2666666667vw, 2rem);
  font-family: YakuHanMP_Noto, "Noto Serif JP", serif;
  color: #BFA14B;
  text-align: center;
}

.kodawari__block {
  background: #FFFFFF;
  border: 1px solid #BFA14B;
  transform: translateZ(0);
  padding: clamp(1.5625rem, 0rem + 6.6666666667vw, 3.125rem) 6% clamp(1.5625rem, 0rem + 6.6666666667vw, 3.125rem);
}

.kodawari-garlic .kodawari__block {
  background: #FFF9F0;
  border: 1px solid #784D00;
}

.kodawari__block:nth-of-type(n+2) {
  margin-top: clamp(1.875rem, 0rem + 8vw, 3.75rem);
}

.kodawari__list-ttl {
  font-size: clamp(1.125rem, 0rem + 4.8vw, 2.25rem);
  font-family: "Shippori Antique", sans-serif;
  font-weight: 500;
  text-align: center;
  color: #784D00;
  margin: 0 auto clamp(0.9375rem, 0rem + 4vw, 1.875rem);
}

.kodawari__item {
  background: #fff;
  padding: clamp(1.25rem, 0rem + 5.3333333333vw, 2.5rem) clamp(1.125rem, 0rem + 4.6666666667vw, 2.1875rem) clamp(0.75rem, 0rem + 3.3333333333vw, 1.5625rem);
}

.kodawari__item:nth-of-type(n+2) {
  margin-top: clamp(1.875rem, 0rem + 8vw, 3.75rem);
}

.kodawari__item--last {
  padding: 0 0 clamp(1.875rem, 0rem + 8vw, 3.75rem);
  border-bottom: solid 1px #784D00;
}

.kodawari__img {
  width: 100%;
  height: auto;
  margin: 0 auto clamp(0.9375rem, 0rem + 4vw, 1.875rem);
}

.kodawari__txt {
  font-size: clamp(1rem, 0rem + 4.2666666667vw, 2rem);
  line-height: 1.6;
}

.kodawari__txt--small {
  font-size: clamp(0.625rem, 0rem + 2.6666666667vw, 1.25rem);
  line-height: 1.6;
}

.kodawari__txt:nth-of-type(n+2) {
  margin-top: clamp(0.75rem, 0rem + 3.3333333333vw, 1.5625rem);
}

.kodawari__txt:first-of-type {
  margin-bottom: clamp(1.25rem, 0rem + 5.3333333333vw, 2.5rem);
}

.kodawari__txt:last-of-type {
  margin-bottom: clamp(1.25rem, 0rem + 5.3333333333vw, 2.5rem);
}

.hadou {
  background: url("https://gigaplus.makeshop.jp/renshop/lp_honey/images/bg_gradation_l.jpg") no-repeat center/cover;
  padding-top: clamp(5rem, 0rem + 21.3333333333vw, 10rem);
  padding-bottom: clamp(1.125rem, 0rem + 4.8vw, 2.25rem);
  margin-top: -11%;
}

.hadou__inner {
  position: relative;
  padding: clamp(10px, 10px + 150 * (100vw - 1200px) / 720, 160px) 0 clamp(3.75rem, 0rem + 16vw, 7.5rem);
}

.hadou__inner:before {
  content: "";
  position: absolute;
  display: block;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  width: clamp(3.75rem, 0rem + 16vw, 7.5rem);
  height: 93px;
  background: url(https://gigaplus.makeshop.jp/renshop/lp_honey/images/section_arrow.svg) no-repeat left bottom/contain;
}

.hadou__txtarea {
  background-color: rgba(255, 255, 255, 0.75);
  padding: clamp(1.5625rem, 0rem + 6.6666666667vw, 3.125rem) clamp(1.125rem, 0rem + 4.6666666667vw, 2.1875rem) clamp(1.5625rem, -0.0625rem + 6.9333333333vw, 3.1875rem);
}

.hadou__txtarea__inner {
  max-width: 580px;
  margin: auto;
}

.hadou__sttl {
  text-align: center;
  font-size: clamp(0.9375rem, 0rem + 5.6vw, 2.625rem);
  color: #D84F83;
  line-height: 1.5;
  margin-bottom: clamp(0.3125rem, 0rem + 0.6666666667vw, 0.3125rem);
  font-weight: 600;
}

.hadou__img {
  display: block;
  margin: auto;
  margin: clamp(1.5625rem, 0rem + 6.6666666667vw, 3.125rem) auto;
  box-shadow: 0px 0px 20px rgba(129, 105, 65, 0.16);
}

.hadou__ttl {
  font-size: clamp(1.125rem, 0rem + 8.9333333333vw, 4.1875rem);
  font-family: "Shippori Antique", sans-serif;
  font-weight: 500;
  text-align: center;
  color: #784D00;
  background: url("https://gigaplus.makeshop.jp/renshop/lp_honey/images/omoi_ttl_bg.png") no-repeat center/cover;
  line-height: 1;
  padding: clamp(1.0625rem, 0rem + 4.5333333333vw, 2.125rem) 0;
}

.hadou__ttl--strong {
  font-size: clamp(1.375rem, 0rem + 10.9333333333vw, 5.125rem);
  line-height: 1.5;
}

.hadou__copy {
  font-size: clamp(1rem, 0rem + 4.2666666667vw, 2rem);
  line-height: 1.6;
  color: #5A4637;
  text-align: center;
  margin-bottom: clamp(1.5625rem, 0rem + 6vw, 2.8125rem);
}

.hadou__txt {
  margin: 0 auto;
  font-size: clamp(1rem, 0rem + 4.2666666667vw, 2rem);
  font-weight: 500;
  background: url("https://gigaplus.makeshop.jp/renshop/lp_honey/images/omoi_bg.svg") no-repeat center bottom/clamp(18.125rem, 0rem + 77.3333333333vw, 36.25rem);
  line-height: 1.75;
  color: #784D00;
  padding-bottom: 7px;
}

.hadou__subtxt {
  font-size: clamp(1rem, 0rem + 4.2666666667vw, 2rem);
  line-height: 1.6;
  color: #784D00;
}

.hadou__subtxt:nth-of-type(2) {
  margin-top: clamp(1.5625rem, 0rem + 6vw, 2.8125rem);
}

.hadou__subtxt:nth-of-type(n + 3) {
  margin-top: clamp(0.75rem, 0rem + 3.3333333333vw, 1.5625rem);
}

.hadou-push__txt {
  margin-top: clamp(1.875rem, 0rem + 8vw, 3.75rem);
  margin-bottom: clamp(1.0625rem, 0rem + 4.5333333333vw, 2.125rem);
  text-align: center;
  font-family: "Shippori Antique", sans-serif;
  color: #7C5E3C;
  font-size: clamp(1rem, 0rem + 5.0666666667vw, 2.375rem);
  font-weight: 300;
  background: url("https://gigaplus.makeshop.jp/renshop/lp_honey/images/omoi_push_bg.png") no-repeat center/cover;
  line-height: 1.5;
}

.hadou-push__btn {
  display: block;
  max-width: 716px;
  padding: clamp(0.75rem, 0rem + 3.3333333333vw, 1.5625rem);
  border-radius: 16px;
  background: linear-gradient(to right, #ff7a19 0%, #fa946f 0%, #ed4aa8 100%);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  color: #fff;
  font-size: clamp(1rem, 0rem + 3.4666666667vw, 1.625rem);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  transition: all 0.2s ease;
}

.hadou-push__btn:hover {
  -webkit-filter: brightness(120%);
  filter: brightness(120%);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.eat {
  background: url(https://gigaplus.makeshop.jp/renshop/lp_honey/images/bg_washi.png) repeat left top/240px 240px, #EDDDC2;
  padding-bottom: clamp(1.125rem, 0rem + 4.8vw, 2.25rem);
  padding-top: clamp(1.875rem, 0rem + 8vw, 3.75rem);
}

.eat__inner {
  position: relative;
  padding-bottom: clamp(3.75rem, 0rem + 16vw, 7.5rem);
}

.eat__inner:before {
  content: "";
  position: absolute;
  display: block;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  width: clamp(150px, 150px + 195 * (100vw - 375px) / 1545, 295px);
  height: clamp(60px, 60px + 50 * (100vw - 375px) / 1545, 150px);
  background: url(https://gigaplus.makeshop.jp/renshop/lp_honey/images/eat_arrow.png) no-repeat left bottom/contain;
}

.eat__sttl {
  font-size: clamp(1.125rem, 0rem + 4.8vw, 2.25rem);
  border-top: 1px solid #FFFDFA;
  padding-top: clamp(0.75rem, 0rem + 3.3333333333vw, 1.5625rem);
}

.eat__ttl {
  border-bottom: 1px solid #FFFDFA;
  font-size: clamp(2rem, 0rem + 8.6666666667vw, 4.0625rem);
  text-align: left;
  font-family: "Shippori Antique", sans-serif;
  padding: 0 0 clamp(0.75rem, 0rem + 3.3333333333vw, 1.5625rem);
  margin-bottom: clamp(1.875rem, 0rem + 8vw, 3.75rem);
  font-weight: 500;
}

.eat__ttl-img {
  position: absolute;
  right: 0;
  top: clamp(1.125rem, 0rem + 4.8vw, 2.25rem);
  width: clamp(3.75rem, 0rem + 26.6666666667vw, 14.375rem);
}

.eat__img {
  display: block;
  margin: 0 auto clamp(0.9375rem, 0rem + 4vw, 1.875rem);
  margin-bottom: clamp(1.875rem, 0rem + 8vw, 3.75rem);
}

.eat__img02 {
  display: block;
  width: 100%;
  margin-top: clamp(0.75rem, 0rem + 3.3333333333vw, 1.5625rem);
}

.eat__txt {
  margin-bottom: clamp(1.25rem, 0rem + 5.3333333333vw, 2.5rem);
  font-weight: 500;
  font-size: clamp(1rem, 0rem + 4.2666666667vw, 2rem);
}

.eat__txt--center {
  text-align: center;
  margin-bottom: 0;
  margin-top: clamp(1.875rem, 0rem + 8vw, 3.75rem);
  font-size: clamp(1.125rem, 0rem + 5.0666666667vw, 2.375rem);
  color: #784D00;
  font-weight: 500;
}

.eat__push {
  font-size: clamp(1.125rem, 0rem + 4.8vw, 2.25rem);
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-family: "Shippori Antique", sans-serif;
  background: url(https://gigaplus.makeshop.jp/renshop/lp_honey/images/eat_push_bg.png) no-repeat center/cover;
  padding: clamp(2.375rem, 0rem + 8vw, 3.75rem) 0;
  line-height: 1.4444444444;
}

.eat__push--strong {
  font-weight: bold;
}

.other {
  background-color: #fff;
}

.other__inner {
  display: flex;
  justify-content: space-between;
}

.other-item {
  width: 47%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.other-item__img {
  width: 60%;
}

.other-item__btn {
  padding: clamp(1rem, 0rem + 3.2vw, 1.5rem) 0;
  border-radius: 6px;
  background: linear-gradient(#d9bb64 0%, #cb9700 100%);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  color: #fff;
  font-weight: 600;
  font-size: clamp(0.875rem, 0rem + 3.4666666667vw, 1.625rem);
  text-align: center;
  max-width: 320px;
  width: 100%;
  margin-top: 15px;
  transition: all 0.2s ease;
}

.other-item__btn:hover {
  -webkit-filter: brightness(120%);
  filter: brightness(120%);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.ftr__list {
  font-size: 24px;
  font-size: 1.5rem;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: clamp(1.25rem, 0rem + 5.3333333333vw, 2.5rem) 0 clamp(0.9375rem, 0rem + 4vw, 1.875rem);
}

@media screen and (max-width: 768px) {
  .ftr__list {
    font-size: 3.2vw;
  }
}
.ftr__item a {
  display: block;
  line-height: 1.4;
  padding: 0 clamp(1.375rem, 0rem + 5.8666666667vw, 2.75rem);
}

.ftr__item:nth-of-type(n+2) {
  border-left: solid 1px #222;
}

.ftr__copy {
  background: #534741;
  color: #fff;
  font-size: clamp(0.875rem, 0.25rem + 2.6666666667vw, 1.5rem);
  text-align: center;
  padding: clamp(0.625rem, 0rem + 2.6666666667vw, 1.25rem) 0;
}

.cta {
  background: url(https://gigaplus.makeshop.jp/renshop/lp_honey/images/bg_colorful.jpg) no-repeat center/cover;
  padding: clamp(1.875rem, 0rem + 8vw, 3.75rem) 0;
}

.cta__img {
  width: 100%;
}

.block-cta._type03 {
  color: #000;
}

.block-cta._type03 .block-cta-inner {
  background-color: #fff;
  padding: clamp(0.5rem, 0rem + 2.1333333333vw, 1rem);
  border: 3px solid #D0BC88;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  transform: translateZ(0);
}

.block-cta-content {
  border: 1px solid #BFA14B;
  padding: clamp(0.9375rem, 0rem + 4vw, 1.875rem) clamp(0.625rem, 0rem + 2.6666666667vw, 1.25rem);
}

.cta-price {
  padding-top: clamp(0.625rem, 0rem + 4vw, 1.875rem);
  text-align: center;
}

.cta-price__img {
  max-width: 603px;
  width: 100%;
}

.cta__notice {
  margin-top: clamp(0.375rem, 0rem + 2.6666666667vw, 1.25rem);
  color: #784D00;
  font-size: clamp(0.8125rem, 0rem + 2.5333333333vw, 1.1875rem);
  line-height: 1.6;
}

/* カート */
.cta__cvarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: clamp(0.3125rem, 0rem + 1.3333333333vw, 0.625rem) 0 0;
}

.cta__selectbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cta__select-txt {
  font-size: clamp(0.75rem, 0rem + 3.2vw, 1.5rem);
}

.cta__select-box select {
  display: block;
  color: #222;
  font-size: clamp(1.25rem, 0rem + 5.3333333333vw, 2.5rem);
  padding: 5px clamp(2.1875rem, 0rem + 9.3333333333vw, 4.375rem) 5px clamp(0.9375rem, 0rem + 4vw, 1.875rem);
  border: solid clamp(0.125rem, 0.0625rem + 0.2666666667vw, 0.1875rem) #aeaeae;
  margin: 0 clamp(0.9375rem, 0rem + 4vw, 1.875rem) 0 clamp(0.625rem, 0rem + 2.6666666667vw, 1.25rem);
  background: url("https://gigaplus.makeshop.jp/renshop/lp03/images/cta_arrow.svg") no-repeat right clamp(0.3125rem, 0rem + 1.3333333333vw, 0.625rem) center/clamp(0.5625rem, 0rem + 2.4vw, 1.125rem) auto, #fff;
  cursor: pointer;
}

.cta__btn {
  border-radius: clamp(0.5rem, 0rem + 2.1333333333vw, 1rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: clamp(13.0625rem, 0rem + 55.7333333333vw, 26.125rem);
  padding: clamp(1rem, 0rem + 3.2vw, 1.5rem);
  font-size: clamp(1rem, 0rem + 3.7333333333vw, 1.75rem);
  color: #fff;
  font-weight: bold;
  border-radius: 12px;
  background: linear-gradient(#f7598a 0%, #edba47 100%);
  border: 1px solid #bfa14b;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.cta__btn:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: clamp(0.9375rem, 0.3125rem + 2.6666666667vw, 1.5625rem);
  border-style: solid;
  border-width: clamp(0.46875rem, 0rem + 2vw, 0.9375rem) 0 clamp(0.46875rem, 0rem + 2vw, 0.9375rem) clamp(0.625rem, 0rem + 2.6666666667vw, 1.25rem);
  border-color: transparent transparent transparent #fff;
}

.cta__btn:hover {
  -webkit-filter: brightness(120%);
  filter: brightness(120%);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

/* 問合せ注文 */
.block-contact {
  margin-top: clamp(1.875rem, 0rem + 8vw, 3.75rem);
  background: #784D00;
  padding: clamp(1.25rem, 0rem + 5.3333333333vw, 2.5rem);
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  transform: translateZ(0);
  border-radius: 8px;
}

.contact-head a {
  color: #fff;
  text-decoration: underline;
}

.contact-head {
  color: #fff;
  font-weight: bold;
}

.contact-title {
  font-size: clamp(1.125rem, 0rem + 4.8vw, 2.25rem);
  font-family: "Shippori Antique", sans-serif;
}

.contact-body {
  margin-top: clamp(0.75rem, 0rem + 3.3333333333vw, 1.5625rem);
}

.contact-box {
  padding: 15px;
  text-align: center;
  background-color: #fff;
  border-radius: 6px;
  width: 100%;
}

.contact-box:nth-child(n+2) {
  margin-top: 15px;
}

@media screen and (max-width: 640px) {
  .contact-box-right {
    width: 40%;
  }
}
.contact-box-number {
  color: #000;
  font-weight: bold;
  position: relative;
  display: inline-block;
}

.contact-box-number:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
}

.contact-box._tell .contact-box-number:before {
  background: url(https://gigaplus.makeshop.jp/renshop/lp_honey/images/icon_tell.svg) no-repeat center/contain;
}

.contact-box._fax .contact-box-number:before {
  background: url(https://gigaplus.makeshop.jp/renshop/lp_honey/images/icon_fax.svg) no-repeat center/contain;
}

.contact-box span {
  display: block;
  line-height: 1.4;
}

.contact-box-btn {
  margin: 8px 5px 0;
  display: inline-block;
  background-color: #C62261;
  border-radius: 6px;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  transform: translateZ(0);
  color: #fff;
  text-align: center;
  padding: 8px 15px;
  font-weight: bold;
  font-size: 1.5rem;
}

/* 問合せ注文02 */
.block-contact._type2 .contact-title {
  font-size: clamp(1rem, 0rem + 2.6666666667vw, 1.25rem);
  display: inline-block;
  font-family: "Shippori Antique", sans-serif;
}

.block-contact._type2 .contact-title span {
  font-size: clamp(1.125rem, 0rem + 4.8vw, 2.25rem);
  letter-spacing: -0.05em;
}

.block-contact._type2 .contact-text {
  font-size: clamp(0.75rem, 0rem + 2.6666666667vw, 1.25rem);
  display: inline-block;
}

.block-contact._type2 .contact-box {
  text-align: center;
  padding: clamp(0.625rem, 0rem + 2.6666666667vw, 1.25rem);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.block-contact._type2 .contact-box-number {
  font-size: clamp(1.1875rem, 0rem + 4.8vw, 2.25rem);
  padding-left: clamp(1.5625rem, 0rem + 8vw, 3.75rem);
}

.block-contact._type2 .contact-box-number:before {
  width: clamp(1.1875rem, 0rem + 5.0666666667vw, 2.375rem);
  height: clamp(1.6875rem, 0rem + 7.2vw, 3.375rem);
}

.block-contact._type2 .contact-box-btn {
  font-size: clamp(0.75rem, 0rem + 3.2vw, 1.5rem);
  padding: 10px 5px;
  line-height: 1.3;
  margin: clamp(0.25rem, 0rem + 1.0666666667vw, 0.5rem) clamp(0.125rem, 0rem + 0.5333333333vw, 0.25rem) 0;
}

.block-contact._type2 .contact-box span {
  font-size: clamp(0.75rem, 0rem + 2.4vw, 1.125rem);
  line-height: 1.3;
}

/* -------------------------------------------
 * こだわりリスト：サイト全体の巨大文字ルールに同期
 * ------------------------------------------- */

/* リスト全体の余白 */
.honey-kodawari-list {
    padding: 0;
    margin: clamp(1.875rem, 0rem + 8vw, 3.75rem) 0;
    list-style: none;
  }
  
  /* 箇条書きの各項目（白いカード形式） */
  .honey-kodawari-list li {
    display: flex;
    align-items: center; /* アイコンと文字の中央を揃える */
    margin-bottom: clamp(1rem, 0rem + 4vw, 2rem);
    padding: clamp(1.25rem, 0rem + 5.333vw, 2.5rem);
    background: #FFF;
    border: 1px solid #BFA14B; /* サイト共通の金色 */
    border-radius: 15px;
    box-shadow: 0px 3px 10px rgba(121, 77, 0, 0.1);
  }
  
  /* アイコンの外枠：PCで約100px / SPで約50px */
  .honey-icon-unit {
    background-color: #BFA14B;
    color: #FFF;
    width: clamp(3.125rem, 0rem + 13.333vw, 6.25rem);
    height: clamp(3.125rem, 0rem + 13.333vw, 6.25rem);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-right: clamp(1rem, 0rem + 4vw, 2rem);
  }
  
  /* Googleアイコン自体のサイズ：PCで約50px / SPで約25px */
  .honey-icon-unit .material-symbols-rounded {
    font-size: clamp(1.5625rem, 0rem + 6.666vw, 3.125rem) !important;
    font-variation-settings: 'FILL' 1;
  }
  
  /* テキスト部分の囲い */
  .honey-text-unit {
    flex: 1;
  }
  
  /* 赤い見出し：PCで約36px / SPで約18px */
  .honey-title-red {
    display: block;
    color: #D84F83; /* サイト共通の赤 */
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 0.3em;
    font-family: "Shippori Antique", sans-serif;
    font-size: clamp(1.125rem, 0rem + 4.8vw, 2.25rem);
  }
  
  /* 本文：サイトの基本テキスト(2rem)に完全同期 */
  .honey-text-body {
    color: #5A4637; /* サイト共通の茶色 */
    line-height: 1.6;
    margin: 0;
    font-weight: 500;
    /* サイトの基本ルール：PCで32px / スマホで16px */
    font-size: clamp(1rem, 0rem + 4.266vw, 2rem) !important;
  }
  
  /* スマホ用の微調整：アイコンと文字を上揃えにする */
  @media screen and (max-width: 768px) {
    .honey-kodawari-list li {
      align-items: flex-start;
    }
    .honey-icon-unit {
      margin-top: 4px;
    }
  }