@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@800&display=swap&text="なんと16,900円もお得になります。※定期便には契約や期間の縛りはなく、ご都合に合わせて自由にご利用いただけます。"');
/* 色 */
/* ボタン立体シャドウ_赤 */
/* ボタン立体シャドウ_緑 */
/* TOP_ページ内リンクボックスシャドウ */
/* CTA用シャドウ */
/* 下層ページ_コンテンツ枠シャドウ */
/* ヘッダーシャドウ */
/* 可変サイズ */
/* サイズ */
/* 余白 */
/* ブレークポイント */
/* -----------------------------------------------------------
    TOP
----------------------------------------------------------- */
.bg-01-wrapper {
  width: 100%;
  background-image: url("../image/top/kv-bg_01.png");
  background-image: -webkit-image-set(url("../image/top/webp/kv-bg_01.webp") type("image/webp"), url("../image/top/kv-bg_01.png") type("image/png"));
  background-image: image-set(url("../image/top/webp/kv-bg_01.webp") type("image/webp"), url("../image/top/kv-bg_01.png") type("image/png"));
  background-color: rgba(255, 255, 255, 0.5);
  background-blend-mode: overlay;
  background-position: center top;
  background-size: cover;
  /* 草のフレーム */
}
.bg-01-wrapper::before, .bg-01-wrapper::after {
  content: "";
  display: block;
  position: absolute;
  top: 79px;
  margin: auto;
  background-size: 100%;
  background-repeat: no-repeat;
  z-index: 0;
}
.bg-01-wrapper::before {
  width: 250px;
  max-width: 400px;
  height: 1930px;
  left: 0;
  background-image: url("../image/top/kv-bg_02_left.png");
  background-image: -webkit-image-set(url("../image/top/webp/kv-bg_02_left.webp") type("image/webp"), url("../image/top/kv-bg_02_left.png") type("image/png"));
  background-image: image-set(url("../image/top/webp/kv-bg_02_left.webp") type("image/webp"), url("../image/top/kv-bg_02_left.png") type("image/png"));
}
@media screen and (max-width: calc(1200px + min(8vw, 40px))) {
  .bg-01-wrapper::before {
    width: 185px;
  }
}
.bg-01-wrapper::after {
  width: 430px;
  height: 1850px;
  right: 0;
  background-image: url("../image/top/kv-bg_02_right.png");
  background-image: -webkit-image-set(url("../image/top/webp/kv-bg_02_right.webp") type("image/webp"), url("../image/top/kv-bg_02_right.png") type("image/png"));
  background-image: image-set(url("../image/top/webp/kv-bg_02_right.webp") type("image/webp"), url("../image/top/kv-bg_02_right.png") type("image/png"));
}
@media screen and (max-width: calc(1200px + min(8vw, 40px))) {
  .bg-01-wrapper::after {
    width: 315px;
  }
}
@media screen and (max-width: 1000px) {
  .bg-01-wrapper {
    background-size: 290%;
    padding-top: 79px;
  }
  .bg-01-wrapper::before {
    background-image: -webkit-image-set(url("../image/top/webp/kv-bg_02_left_sp.webp") type("image/webp"), url("../image/top/kv-bg_02_left_sp.png") type("image/png"));
    background-image: image-set(url("../image/top/webp/kv-bg_02_left_sp.webp") type("image/webp"), url("../image/top/kv-bg_02_left_sp.png") type("image/png"));
  }
  .bg-01-wrapper::after {
    background-image: -webkit-image-set(url("../image/top/webp/kv-bg_02_right_sp.webp") type("image/webp"), url("../image/top/kv-bg_02_right_sp.png") type("image/png"));
    background-image: image-set(url("../image/top/webp/kv-bg_02_right_sp.webp") type("image/webp"), url("../image/top/kv-bg_02_right_sp.png") type("image/png"));
  }
  .bg-01-wrapper::before {
    width: 14vw;
    top: 21vh;
  }
  .bg-01-wrapper::after {
    width: 14vw;
    top: 23vh;
  }
}
@media screen and (max-width: 768px) {
  .bg-01-wrapper {
    padding-top: 55px;
  }
  .bg-01-wrapper::before {
    width: 20vw;
    top: 12vh;
  }
  .bg-01-wrapper::after {
    width: 20vw;
    top: 14vh;
  }
}

.kv {
  width: 90vw;
  max-width: 1400px;
  margin: auto;
  position: relative;
  /* タイトル */
  /* 商品画像 */
}
.kv__text {
  width: 100vw;
  height: 224px;
  position: absolute;
  align-items: center;
  top: 60px;
  left: 50%;
  transform: translate(-50%, 0);
  right: 0;
  margin: auto;
  display: flex;
  /* 画面拡大時の枠線付け足し */
}
.kv__text img {
  height: 225px;
  width: 100vw;
  max-width: 1200px;
  margin: auto;
  left: 0;
  right: 0;
  position: absolute;
  z-index: 3;
}
@media screen and (max-width: calc(1200px + min(8vw, 40px))) {
  .kv__text img {
    width: 90vw;
  }
}
.kv__text::before, .kv__text::after {
  content: "";
  background-image: url("../image/top/kv-text-border.svg");
  display: block;
  width: 100%;
  height: 225px;
  background-repeat: repeat-x;
  background-position: center;
  position: absolute;
}
.kv__product {
  position: relative;
  margin: auto;
  padding: 270px 0 0 0;
  transform: translateX(15vw);
  width: 70%;
  max-width: 1050px;
  display: grid;
  right: 5vw;
  z-index: 3;
  mix-blend-mode: darken;
}
.kv__nav {
  position: absolute;
  display: flex;
  padding: min(6.13vw, 30px);
  flex-direction: column;
  align-items: flex-start;
  gap: 1.2vw;
  position: absolute;
  left: 4vw;
  top: 320px;
  border-radius: 10px;
  background: #fff;
  z-index: 4;
  box-shadow: 0 0 30px 5px rgba(44, 63, 49, 0.1);
}
.kv__nav li a {
  color: #005a49;
  font-size: clamp(14px, 1.5vw, 18px);
}
@media screen and (max-width: calc(1200px + min(8vw, 40px))) {
  .kv__nav {
    left: 2vw;
  }
}
@media screen and (max-width: 1000px) {
  .kv {
    width: 100vw;
  }
  .kv__nav {
    width: 70vw;
    position: relative;
    top: 0;
    left: unset;
    padding: min(4vw, 20px);
    margin: auto;
    gap: 10px;
  }
  .kv__text {
    position: unset;
    transform: unset;
    display: block;
    height: -moz-fit-content;
    height: fit-content;
  }
  .kv__text::before, .kv__text::after {
    display: none;
  }
  .kv__text img {
    width: 100vw;
    height: auto;
    position: unset;
  }
  .kv__product {
    width: 100%;
    margin: 10px auto 0;
    padding: 0;
    right: unset;
    transform: unset;
    mix-blend-mode: normal;
  }
}

/* こんな貴方へ */
.target {
  width: 100%;
  background: transparent;
}
.target__list {
  width: clamp(500px, 64vw, 800px);
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: min(12vw, 60px);
}
@media screen and (max-width: calc(1200px + min(8vw, 40px))) {
  .target__list {
    gap: min(8vw, 40px);
  }
}
.target__item {
  width: 100%;
  height: 100%;
  margin: auto;
}
.target__item__img {
  display: block;
  width: 65%;
  margin: auto;
}
.target__item__text {
  font-size: min(4.8vw, 24px);
  font-weight: bold;
}
@media screen and (max-width: 1000px) {
  .target__item__text {
    font-size: min(4.27vw, 21px);
  }
  .target__list {
    gap: min(5.33vw, 26px);
  }
}
@media screen and (max-width: 768px) {
  .target .c-hl {
    width: 250px;
  }
  .target__item:not(:last-of-type) {
    margin: 0 auto min(6.13vw, 30px);
  }
  .target__item__img {
    width: 150px;
  }
}

/* お客様相談室 */
.call-center {
  background: #005a49;
  position: relative;
}
.call-center .c-hl {
  color: #fff;
}
.call-center__content {
  background: #fff;
  padding: min(6.13vw, 30px);
  width: 43%;
  margin: auto;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.call-center__hour {
  font-size: min(4.53vw, 22px);
  text-align: center;
}

a.call-center__num {
  color: #1f1f1f;
  text-align: center;
  font-size: min(9.33vw, 46px);
  font-weight: 700;
  display: flex;
  gap: min(2.13vw, 10px);
  align-items: center;
  justify-content: center;
}
a.call-center__num::before {
  content: "";
  display: block;
  width: min(9.33vw, 46px);
  height: min(9.33vw, 46px);
  background-image: url(/../image/common/icon-tel-fill.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}

/* PSDについて */
.product {
  background: #fafafa;
  position: relative;
}
.product__bg {
  position: relative;
  z-index: 1;
}
.product__bg::before, .product__bg::after {
  width: 400px;
  content: "";
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  aspect-ratio: 62/75;
  z-index: -1;
}
.product__bg::before {
  background-image: url(/../image/top/product__deco--left.svg);
  top: 0;
  left: 0;
}
.product__bg::after {
  background-image: url(/../image/top/product__deco--right.svg);
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .product__bg::before, .product__bg::after {
    width: 100px;
  }
}
.product__image, .product__text {
  width: 50%;
}
@media screen and (max-width: 1000px) {
  .product__image, .product__text {
    width: 100%;
  }
}
.product__slogan {
  font-size: min(6.4vw, 32px);
  word-break: keep-all;
  font-weight: bold;
  letter-spacing: 0.08em;
  text-align: center;
  margin: min(10.13vw, 50px) 0;
}
@media screen and (max-width: 768px) {
  .product__slogan span {
    display: none;
  }
}
.product__intro {
  gap: min(4vw, 20px);
  margin-top: min(16vw, 80px);
}
@media screen and (max-width: 768px) {
  .product__intro {
    flex-direction: column-reverse;
  }
}
.product__text__hl {
  border-bottom: 1px solid #c8ca8a;
  padding-bottom: min(3.73vw, 18px);
  margin-bottom: min(3.73vw, 18px);
}
.product__detail-list {
  display: flex;
  gap: min(7.2vw, 36px);
  flex-direction: column;
  margin: min(16vw, 80px) 0;
}
.product__detail {
  padding: clamp(24px, 6vw, 40px);
  border: 1px solid #c8ca8a;
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 6px 6px 0 0 #fff;
}
@media screen and (max-width: 1000px) {
  .product__slogan {
    font-size: min(5.33vw, 26px);
  }
  .product__intro {
    margin-top: 0;
  }
}

h3 {
  font-size: clamp(20px, 5vw, 26px);
  font-weight: bold;
}
/* CTA */
.c-cta {
  position: relative;
  background-image: url("../image/top/cta_bg.svg");
  background-size: 100%;
  background-size: cover;
  background-repeat: repeat-x;
  background-position: center bottom;
  padding: min(16vw, 80px) 0 min(24vw, 120px);
}
.c-cta__wrapper {
  position: relative;
  max-width: calc(1200px + min(8vw, 40px));
  padding: 0 min(8vw, 40px);
  margin: auto;
}
.c-cta__text {
  width: 100%;
  position: absolute;
  text-align: left;
  background: #eeeeee;
  color: #005a49;
  font-size: min(9.33vw, 46px);
  display: flex;
  align-items: center;
  gap: min(8vw, 40px);
  line-height: 1.3;
  font-weight: 600;
  padding: min(13.33vw, 66px) min(13.33vw, 66px) min(13.33vw, 66px) min(29.34vw, 146px);
  letter-spacing: 0.08em;
  top: 500px;
  transform: translate(0, -50%);
}
.c-cta__text::before {
  content: "";
  position: absolute;
  left: -50px;
  bottom: -90px;
  width: 225px;
  height: 330px;
  background-image: url(/../image/top/cta_deco--left.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.c-cta__text::after {
  content: "";
  position: absolute;
  right: 0;
  top: -40px;
  width: 237px;
  height: 300px;
  background-image: url(/../image/top/cta_deco--right.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.c-cta__text img {
  width: min(9.33vw, 46px);
  height: min(11.2vw, 56px);
}
.c-cta__card-list {
  width: clamp(500px, 52vw, 750px);
  margin-left: auto;
  gap: min(7.2vw, 36px);
  display: grid;
  grid-template-columns: auto auto;
}
.c-cta__card-list .c-cta__card {
  width: 100%;
  letter-spacing: 0;
}
.c-cta__card-list .c-cta__card .c-card {
  box-shadow: 0 0 30px 2px rgba(44, 63, 49, 0.3);
  border-radius: min(2.13vw, 10px);
}
.c-cta__card-list .c-card__name {
  font-weight: 600;
  font-size: clamp(20px, 5vw, 24px);
  font-size: min(4.8vw, 24px);
}
.c-cta__card-list .c-card__amount {
  font-size: clamp(15px, 3.5vw, 18px);
  margin-left: min(3.2vw, 16px);
}
.c-cta__card-list .c-card__price span {
  font-size: clamp(20px, 5vw, 24px);
  font-weight: 600;
  margin: 0 5px;
}
.c-cta__card-list .c-btn--cta {
  width: 100%;
  margin-top: min(3.2vw, 16px);
}
.c-cta__card-list .c-cta__card--3m,
.c-cta__card-list .c-cta__card--4m {
  position: relative;
}
.c-cta__card-list .c-cta__card--3m .c-card,
.c-cta__card-list .c-cta__card--4m .c-card {
  position: relative;
  z-index: 2;
}
.c-cta__card-list .c-cta__label {
  position: relative;
  top: 10px;
  z-index: 1;
  width: 100%;
  padding: 14px 17px 24px 17px;
  color: #fff;
  border-radius: 10px 10px 0 0;
  box-shadow: 0 0 30px 5px rgba(44, 63, 49, 0.3);
}
.c-cta__card-list .c-cta__label__text {
  text-align: center;
  font-family: "Noto-serif-subset";
  font-size: min(3.2vw, 16px);
  text-shadow: 0 0 5px #113450;
  line-height: 1.3;
  word-break: auto-phrase;
  letter-spacing: -0.03em;
}
.c-cta__card-list .c-cta__label__text--big {
  font-size: min(9.33vw, 46px);
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}
.c-cta__card-list .c-cta__label__text--middle {
  font-size: min(4.8vw, 24px);
  letter-spacing: 0.05em;
}
.c-cta__card-list .c-cta__label--3m {
  background: linear-gradient(128deg, #5d94bc 15.55%, #183d68 71.77%);
}
.c-cta__card-list .c-cta__label--4m {
  background: linear-gradient(128deg, #975faa 15.55%, #431851 71.77%);
}
@media screen and (max-width: calc(1200px + min(8vw, 40px))) {
  .c-cta__text {
    font-size: min(7.2vw, 36px);
    gap: min(5.33vw, 26px);
  }
  .c-cta__text img {
    width: min(7.47vw, 37px);
    height: min(9.33vw, 46px);
  }
  .c-cta .c-btn--cta .c-btn__inner {
    line-height: 1.2;
  }
}
@media screen and (max-width: 1000px) {
  .c-cta {
    padding: 0 0 min(24vw, 120px);
  }
  .c-cta__wrapper {
    padding: min(5.33vw, 26px) min(5.33vw, 26px) 0;
  }
  .c-cta__text {
    position: relative;
    transform: unset;
    top: 0;
    display: block;
    text-align: center;
    padding: 5vh 0 10vh;
  }
  .c-cta__text img {
    display: block;
    margin: 5px auto 0;
    transform: rotate(90deg);
  }
  .c-cta__text br {
    display: none;
  }
  .c-cta__text:before {
    background-image: url("../image/top/cta_hl_deco_sp.png");
    background-image: -webkit-image-set(url("../image/top/webp/cta_hl_deco_sp.webp") type("image/webp"), url("../image/top/cta_hl_deco_sp.png") type("image/png"));
    background-image: image-set(url("../image/top/webp/cta_hl_deco_sp.webp") type("image/webp"), url("../image/top/cta_hl_deco_sp.png") type("image/png"));
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background-position: bottom;
    background-size: 100%;
  }
  .c-cta__text:after {
    display: none;
  }
  .c-cta__card-list {
    width: 100%;
    gap: min(5.33vw, 26px);
  }
}
@media screen and (max-width: 768px) {
  .c-cta {
    background-image: url("../image/top/cta_bg_sp.svg");
  }
  .c-cta__text {
    padding: min(6.13vw, 30px) 0 min(10.13vw, 50px);
  }
  .c-cta .c-cta__card:not(:last-of-type) {
    margin-bottom: min(5.33vw, 26px);
  }
  .c-cta .c-cta__label__text {
    letter-spacing: 0.05em;
    font-size: 15px;
  }
}

/* よくある質問 */
.accordion {
  margin-bottom: min(4vw, 20px);
}
.accordion .acc_head {
  background: #005a49;
  color: #ffffff;
  padding: min(4vw, 20px);
  display: flex;
  align-items: flex-start;
}
.accordion .acc_head::-webkit-details-marker {
  display: none;
}
.accordion .acc_head .acc_head__text {
  font-size: min(4vw, 20px);
  width: calc(100% - (min(6.4vw, 32px) + min(5.6vw, 28px) + min(2.67vw, 13px) + 10px));
  font-weight: 600;
}
.accordion .acc_head::before {
  content: "Q";
  background: #ffffff;
  color: #005a49;
}
.accordion .acc_head::before,
.accordion .acc_detail::before {
  font-family: "Noto-serif-subset";
  border-radius: calc(infinity * 1px);
  font-weight: 600;
  width: min(5.6vw, 28px);
  height: min(5.6vw, 28px);
  padding: min(0.8vw, 4px);
  text-align: center;
  line-height: 1;
  font-size: min(4.8vw, 24px);
  margin-right: min(2.67vw, 13px);
}
.accordion .acc_detail {
  background: #ffffff;
  font-size: min(4vw, 20px);
  padding: min(4vw, 20px);
  display: flex;
  align-items: flex-start;
  border: 1px solid #005a49;
}
.accordion .acc_detail__text {
  width: calc(100% - (min(5.6vw, 28px) + min(2.67vw, 13px) + 10px));
}
.accordion .acc_detail::before {
  content: "A";
  background: #005a49;
  color: #ffffff;
}
.accordion .acc_head:after {
  content: "";
  width: min(4.8vw, 24px);
  height: min(4.8vw, 24px);
  background-image: url(/../image/common/icon-plus.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin: auto;
}
.accordion[open] .acc_head:after {
  content: "";
  background-image: url(/../image/common/icon-minus.svg);
}

/* 定期便 */
.c-cta__subscription {
  border: 5px solid #c8ca8a;
  background: #fff;
  padding: min(12vw, 60px);
  box-shadow: 0 0 30px 2px rgba(44, 63, 49, 0.3);
  margin-top: min(16vw, 80px);
}
.c-cta__subscription .c-subscription__card {
  width: 50%;
  border-radius: 10px;
  border: 1px solid #a39f69;
  background: linear-gradient(105deg, #fff 0.57%, #fafae9 99.43%);
  padding: min(5.07vw, 25px);
  display: grid;
}
.c-cta__subscription .c-subscription__card__img {
  width: 45%;
}
.c-cta__subscription .c-subscription__card__text {
  width: 60%;
}
.c-cta__subscription .c-subscription__card__price {
  display: flex;
  align-items: baseline;
  gap: 2px;
}
.c-cta__subscription .c-subscription__card__fukidashi {
  width: 180px;
  margin: 0 0 min(2.67vw, 13px) 0;
}
.c-cta__subscription .c-subscription__card-list {
  display: flex;
  gap: min(6.13vw, 30px);
}
.c-cta__subscription .c-subscription__card__content {
  display: flex;
  gap: min(0.8vw, 4px);
  margin-bottom: min(4vw, 20px);
}
.c-cta__subscription .c-btn--cta--green {
  width: 100%;
  place-self: end;
}
.c-cta__subscription .c-fukidashi {
  text-align: center;
  background: rgba(200, 202, 138, 0.2);
  font-size: min(5.6vw, 28px);
  position: relative;
  margin-top: 40px;
  padding: min(4vw, 20px);
  font-weight: 500;
  word-break: auto-phrase;
}
.c-cta__subscription .c-fukidashi::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: clamp(-33px, -6.67vw, 0px);
  transform: translate(-50%, 0);
  width: min(6.67vw, 33px);
  height: min(6.67vw, 33px);
  background-image: url(/../image/top/triangle.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
}
.c-cta__subscription .c-fukidashi--strong {
  font-weight: 800;
  margin: min(4vw, 20px) 0 0;
}
.c-cta__subscription .c-fukidashi--strong.c-fukidashi--marker {
  line-height: 1.2;
  display: inline;
  background: linear-gradient(transparent 45%, #ffee6d 30%);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.c-cta__subscription .c-fukidashi--strong.c-fukidashi--marker span {
  color: #ae1215;
}
.c-cta__subscription .c-fukidashi--strong.c-fukidashi--marker span:first-of-type {
  font-size: min(12vw, 60px);
}
.c-cta__subscription .c-fukidashi--strong.c-fukidashi--marker.c-fukidashi--small {
  line-height: 1.8;
}
.c-cta__subscription .c-fukidashi--strong.c-fukidashi--marker.c-fukidashi--small span {
  font-size: min(7.47vw, 37px);
}
@media screen and (max-width: 1000px) {
  .c-cta__subscription {
    padding: min(8vw, 40px) min(4vw, 20px) min(4vw, 20px);
  }
  .c-cta__subscription .c-subscription__card__content {
    flex-direction: column-reverse;
    display: flex;
    justify-content: flex-end;
    gap: 10px;
  }
  .c-cta__subscription .c-subscription__card__text, .c-cta__subscription .c-subscription__card__img {
    width: 100%;
  }
  .c-cta__subscription .c-subscription__card .c-btn--cta {
    margin-top: min(2.93vw, 14px);
  }
  .c-cta__subscription .c-subscription__card .c-btn--cta a {
    line-height: 1.3;
  }
  .c-cta__subscription .c-subscription__card__fukidashi {
    margin: min(3.2vw, 16px) 0 0;
  }
  .c-cta__subscription .c-fukidashi {
    font-size: min(3.73vw, 18px);
  }
  .c-cta__subscription .c-fukidashi--strong {
    font-size: min(5.33vw, 26px);
  }
}
@media screen and (max-width: 768px) {
  .c-cta__subscription {
    padding: min(8vw, 40px) min(4vw, 20px) min(4vw, 20px);
  }
  .c-cta__subscription .c-fukidashi--strong.c-fukidashi--marker {
    line-height: 1.3;
  }
  .c-cta__subscription .c-subscription__card-list {
    flex-wrap: wrap;
    gap: min(4vw, 20px);
  }
  .c-cta__subscription .c-subscription__card {
    width: 100%;
  }
}

/* 安心して続けられる理由 */
.safety {
  background: linear-gradient(103deg, rgba(226, 245, 251, 0.2) 1.65%, rgba(226, 245, 251, 0.45) 15%, rgba(226, 245, 251, 0.7) 60.95%, #e2f5fb 86.74%, #d4e9f8 98.35%);
  position: relative;
}
.safety__image {
  display: none;
}
.safety__wrapper {
  position: relative;
}
.safety__wrapper::before, .safety__wrapper::after {
  position: absolute;
  bottom: 0;
  content: "";
  display: block;
  width: clamp(395px, 24vw, 450px);
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.safety__wrapper::before {
  left: 0;
  background-image: url("../image/top/safety_deco--left.png");
  background-image: -webkit-image-set(url("../image/top/webp/safety_deco--left.webp") type("image/webp"), url("../image/top/safety_deco--left.png") type("image/png"));
  background-image: image-set(url("../image/top/webp/safety_deco--left.webp") type("image/webp"), url("../image/top/safety_deco--left.png") type("image/png"));
  background-position: bottom left;
}
.safety__wrapper::after {
  right: 0;
  background-image: url("../image/top/safety_deco--right.png");
  background-image: -webkit-image-set(url("../image/top/webp/safety_deco--right.webp") type("image/webp"), url("../image/top/safety_deco--right.png") type("image/png"));
  background-image: image-set(url("../image/top/webp/safety_deco--right.webp") type("image/webp"), url("../image/top/safety_deco--right.png") type("image/png"));
  background-position: bottom right;
}
@media screen and (max-width: 1350px) {
  .safety__wrapper::before {
    left: -80px;
  }
  .safety__wrapper::after {
    right: -80px;
  }
}
@media screen and (max-width: calc(1200px + min(8vw, 40px))) {
  .safety__wrapper .safety__image {
    display: block;
    width: 100%;
    max-width: 600px;
    margin: 0 auto min(5.33vw, 26px);
  }
  .safety__wrapper::before, .safety__wrapper::after {
    display: none;
  }
}
.safety::before {
  content: "";
  width: 100%;
  height: 10%;
  display: block;
  background: linear-gradient(rgba(255, 255, 255, 0) 0, #fff 40%);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.safety .c-hl {
  color: #0c68a1;
  border-top: 1px solid #0c68a1;
  border-bottom: 1px solid #0c68a1;
}
.safety .safety__text {
  color: #0c68a1;
  font-size: min(3.73vw, 18px);
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  line-height: 1.8;
}
.safety .safety__text--big {
  font-size: min(4.8vw, 24px);
  margin-bottom: min(6.13vw, 30px);
}
.safety .safety__text--big span {
  display: block;
  font-size: min(6.4vw, 32px);
}
.safety__table__wrapper {
  width: -moz-fit-content;
  width: fit-content;
  margin: min(16vw, 80px) auto;
}
.safety__table {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  border-collapse: collapse;
}
.safety__table th,
.safety__table td {
  border: 1px solid #dbdbdb;
  padding: min(1.33vw, 6px) min(4vw, 20px);
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .safety__table th,
  .safety__table td {
    font-size: min(2.67vw, 13px);
    padding: min(1.33vw, 6px) min(0.8vw, 4px);
  }
}
.safety__table th {
  background: #0c68a1;
  color: #fff;
}
.safety__table td {
  background-color: #fff;
  color: #1f1f1f;
}

/* お支払・配達について */
.payment {
  background: #f9f8f0;
}
.payment .tokuten {
  display: block;
  margin-bottom: min(16vw, 80px);
}
@media screen and (max-width: 768px) {
  .payment__methods {
    flex-wrap: wrap;
  }
  .payment__methods > .c-half-box {
    width: 100%;
  }
}

/* 下部他ページリンク */
.c-corperate .c-half-box {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  place-items: flex-start;
  place-content: space-between;
}
.c-corperate .c-half-box:first-of-type {
  padding: 0 clamp(30px, 5vw, 140px) 0 0;
  border-right: 1px solid #a39f69;
}
.c-corperate .c-half-box:last-of-type {
  padding: 0 0 0 clamp(30px, 5vw, 140px);
}
@media screen and (max-width: 1000px) {
  .c-corperate .c-half-box:first-of-type {
    border-right: none;
    margin-bottom: min(16vw, 80px);
    padding: 0;
  }
  .c-corperate .c-half-box:last-of-type {
    padding: 0;
  }
}
.c-corperate .c-content {
  max-width: calc(1500px + min(8vw, 40px));
}
.c-corperate .c-news-list {
  width: 100%;
}
.c-corperate .c-news-list__item {
  display: none;
}
.c-corperate .c-news-list__item:nth-of-type(1), .c-corperate .c-news-list__item:nth-of-type(2) {
  display: block;
}
.c-corperate .c-news-list__item__date {
  width: 20%;
}

@media screen and (max-width: 768px) {
  .c-cta__card-list,
  .target__list {
    width: 100%;
    display: block;
  }
}
/* 定期便購入ボタン */
.agree-check-wrap {
  margin: 0 0 min(2.67vw, 13px) 0;
  display: block;
  cursor: pointer;
}

input[type=checkbox] {
  cursor: pointer;
}

.agree-btn-wrap {
  align-self: self-end;
}

.c-btn--subscribe.js-disabled {
  position: relative;
  pointer-events: none;
}

.c-btn--subscribe.js-disabled:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  border-radius: 50px;
}