@charset "utf-8";
/* CSS Document */
* {
  box-sizing: border-box
}
.wrap {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "�ҥ饮����ī ProN W3", "����ī", YuMincho, "HG��īE", "�ͣ� ����ī", "�ͣ� ��ī", serif;
  text-size-adjust: none;
  -webkit-text-size-adjust: 100%;
}
li {
  list-style: none;
}

/* KGMP-20062 バナー追加 */
.assortment_bnr {
  background-color: #f9f7eb;
  padding: 10% 5%;
}
.assortment_bnr__head {

}
.assortment_bnr__head .assortment_bnr__ttl {
  color: #684411;
  font-size: min(calc((46 / 750)* 100vw), 46px);
  text-align: center;
  margin-bottom: 2em;
}
.assortment_bnr__body {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px 4%;
}
.assortment_bnr__body .p-recommend__card {
  width: 48%;
}

.p-recommend-card {
  width: 100%;
  border: 1px solid #614623;
  background-color: #ffffff;
  box-sizing: border-box;
  position: relative;
}
.p-recommend-card::after {
  content: "";
  display: inline-block;
  width: min(calc((35 / 750)* 100vw), 35px);
  height: min(calc((35 / 750)* 100vw), 35px);
  background-image: url(/shared/assets/img/top/icon/triangle.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -1px;
  right: 0;
}
.p-recommend-card__thumb {
  line-height: 0;
}
.p-recommend-card__thumb img {
  width: 100%;
}
.p-recommend-card__body {
  padding: min(calc((20 / 750)* 100vw), 20px);
}
.p-recommend-card__ttl {
  font-size: min(calc((28 / 750)* 100vw), 23px);
  font-weight: bold;
  color: #614623;
  text-align: center;
}
.p-recommend-card__lead {
  margin-top: min(calc((20 / 750)* 100vw), 20px);
  font-size: min(calc((22 / 750)* 100vw), 20px);
  color: #614623;
  text-align: left;
  letter-spacing: 1.5px;
}
/* KGMP-20062 バナー追加 */

/* =============================================
                    PC
============================================= */
@media screen and (min-width: 769px) {
  .spOnly {
    display: none !important;
  }
  /* SP のみ改行を効かせる <br class="sp_only">（PC では改行させない） */
  br.sp_only {
    display: none;
  }
  a:hover {
    cursor: pointer;
  }
  a:hover img {
    opacity: 0.7;
    transition: all 1s;
  }
}
.lp-headwrap {
  position: relative;
  margin: 0 auto 0;
  position: relative;
  max-width: 640px;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.lp-headwrap h1, .lp-headwrap p {
  margin: 20px 15px;
}
.lp-headwrap h1 {}
.lp-headwrap h1 img {
  width: 110px;
}
.lp-headwrap p {
  margin-right: 15px;
  text-align: right;
}
.lp-headwrap p img {
  width: 110px;
}
/* =============================================
              背景（空）※PCのみ
============================================= */
@media screen and (min-width: 769px) {
  .l-main {
    background-image: url(../images/main_bg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    background-attachment: fixed;
  }
}
.tomatojs-wrapper {
  width: 640px;
  margin: 0 auto;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) and (max-width: 950px) {
  html{
    font-size: 5.875px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  html{
    font-size: calc(10 * 100vw/1200);
  }
}
@media screen and (max-width: 768px) {
  html{
    font-size: inherit;
  }

  .tomatojs-wrapper {
    width: 100%;
    margin: 0 auto;
  }

  .lpFooter_inquiry_note{
    font-size: 18px;
  }

  .lpFooter_nav_link{
    font-size: 14px;
  }
  .comparison td{
    font-size: 1.2rem;
  }
}
.tomatojs-wrapper a {
  text-decoration: none;
}
.tomatojs-wrapper a:hover {
  opacity: 0.7;
  transition: all 0.5s;
}
.main {
  text-align: center;
}
.tomatojs-wrapper img {
  width: 100%;
  height: auto;
}
.tomatojs-wrapper .sup {
  font-size: 70%;
  vertical-align: top;
  position: relative;
  top: -0.3em;
}

/* =============================================
                    common
============================================= */
.tomatojs-wrapper .txt {
  text-align: center;
  color: #231815;
}
.tomatojs-wrapper .img {
  max-width: 100%;
  margin-inline: auto;
}
.tomatojs-wrapper .btn {
  display: block;
  border: none;
  margin-inline: auto;
  transition: 0.3s;
  cursor: pointer;
}
.tomatojs-wrapper .btn:hover {
  opacity: 0.7;
}
.cta {
  padding-block: 5% 16%;
  padding-inline: 5%;
}
.cta .cta__info {
  margin-top: 8%;
}
.cta .cta__btn {
  width: 66%;
  margin-top: 5%;
}
.cta .cta__note {
  margin-top: 2%;
  /* 上部（fv）の注記は .fv .txt で 20px になるため、下部（set）も同値にして上下で揃える */
  font-size: min(calc(20/750 * 100vw), 20px);
  text-align: left;
}
.cta .cta__info:first-child {
  margin-top: 0;
}
/* 商品詳細モーダル呼び出し（正式ボタン画像の支給まで暫定のCSSボタン） */
.cta .cta__detail {
  display: block;
  position: relative;
  width: 78%;
  margin-top: 5%;
  margin-inline: auto;
  padding-block: 4%;
  padding-inline: 10%;
  border: 0.1rem solid #7c5f3c;
  background-color: #ffffff;
  color: #7c5f3c;
  font-family: inherit;
  font-size: min(calc(22/750 * 100vw), 22px);
  text-align: center;
}
.cta .cta__detail::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 4%;
  width: 1.3em;
  height: 1.3em;
  border-radius: 50%;
  background-color: #7c5f3c;
  transform: translateY(-50%);
}
.cta .cta__detail::after {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(4% + 0.5em);
  width: 0.3em;
  height: 0.3em;
  border-top: 0.1rem solid #ffffff;
  border-right: 0.1rem solid #ffffff;
  transform: translateY(-50%) rotate(45deg);
}
.cta .w84 {
  width: 84%;
}
.txt--green {
  color: #236816;
}
/* =============================================
                    fv
============================================= */
.fv .fv__main .fv__main__item {
  position: relative;
}
.fv .fv__main .fv__main__item h2 {
  position: absolute;
  top: 18%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 86%;
}
.fv .cta {
  background-image: url("../images/bg.png");
}
.fv .txt {
  font-size: min(calc(20/750 * 100vw), 20px);
}
/* リード画像（img01）の直後に1行分のアキ */
.fv .cta__txt + .txt {
  margin-top: 1.5em;
}
.fv .txt:last-of-type {
  margin-top: 9%;
}
/* =============================================
                    concept
============================================= */
.concept {
  background-image: url("../images/bg.png");
  padding-block: 12%;
}
.concept .txt_hd {
  margin-top: 5%;
  color: #006934;
  font-size: min(calc(24/750 * 100vw), 24px);
  text-align: center;
}
.concept .concept__title {
  width: 100%;
}
.concept .txt {
  margin: 5%;
  font-size: min(calc(20/750 * 100vw), 20px);
}
.concept .txt:first-of-type {
  margin-top: 5%;
}
.concept .txt:last-of-type {
  margin-top: 9%;
}
.concept .w92 {
  width: 92%;
}
/* =============================================
                    set
============================================= */
.set {
  background-image: url("../images/bg.png");
  padding-top: 0%;
  background-color: #e0e7cd;
}
.set .set__title {
  width: 75%;
}
.set .set__head {
  width: 56%;
  margin-top: 8%;
}
.set__txt {
  margin-top: 4%;
  font-size: min(calc(28/750 * 100vw), 28px);
}
.set__products {
  width: 89%;
  margin-top: 5%;
}
/* =============================================
                    features
============================================= */
.features {
  /* padding-block: 16%; */
}
.features .features__title {
  width: 92%;
}
.features .features01 {
  margin-top: 10%;
}
.features .features01 .features__head {
  width: 78%;
  margin-left: 5%;
}
.features .features01 .features__txt {
  margin-top: 4%;
}
.features .features01 .features__img {
  margin-top: 5%;
}
.features .features02 {
  margin-top: 16%;
}
.features .features02 .features__head {
  width: 88%;
  margin-left: 5%;
}
.features .features02 .features__txt {
  margin-top: 5%;
}
.features .features02 .features__img {
  width: 76%;
  margin-top: 5%;
}
.features .features__txt {
  font-size: min(calc(28/750 * 100vw), 28px);
  color: #174a32;
}
/* =============================================
                    lineup
============================================= */
.lineup .lineup__title {
  width: 85%;
}
.lineup .lineup__keema {
  margin-top: 8%;
  margin-right: 5%;
}
.lineup .lineup__vegetable {
  margin-top: 8%;
  margin-inline: 5%;
}
.lineup .lineup__spinach {
  margin-top: 8%;
  margin-inline: 5%;
}
.lineup .lineup__head {
  width: 73%;
  margin-top: 10%;
}
.lineup .lineup__juice {
  width: 72%;
  margin-left: 11%;
}
/* =============================================
                    way
============================================= */
.way .way__title {
  width: 89%;
  margin-top: 13%;
}
.way .way__lunch {
  width: 89%;
  margin-top: 8%;
}
.way .way__lunchtxt {
  width: 56%;
  margin-top: 2%;
}
.way .way__dinner {
  width: 89%;
  margin-top: 6%;
}
.way .way__dinnertxt {
  width: 68%;
  margin-top: 2%;
}
.lineup .lineup__vegetable {
  margin-top: 8%;
  margin-inline: 5%;
}
.lineup .lineup__spinach {
  margin-top: 8%;
  margin-inline: 5%;
}
.lineup .lineup__head {
  width: 73%;
  margin-top: 10%;
}
.lineup .lineup__juice {
  width: 72%;
  margin-left: 11%;
}
/* =============================================
                    info
============================================= */
.info {
  padding-block: 16%;
}
.info .info__title {
  width: 81%;
}
.info .info__product {
  width: 89%;
  margin-top: 10%;
  margin-inline: auto;
}
.info .info__product__head {
  margin-top: 2%;
}
.info .info__product__contents {
  padding: 5%;
  background-color: #f9f7ea;
}
.info .info__product__txt {
  font-size: min(calc(25/750 * 100vw), 25px);
  text-align: left;
}
.info .info__product__voice {
  margin-top: 6%;
}
.info .info__product__materials {
  width: 100%;
  border: 0.1rem solid #7c5f3c;
  margin-top: 4%;
  padding-block: 4%;
  font-size: min(calc(22/750 * 100vw), 22px);
  color: #7c5f3c;
}
/* =============================================
                    modal
============================================= */
.overlay {
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background-color: #000000;
  opacity: 0.5;
}
body {
  /* overflow: hidden; */
}
.modal {
  display: none;
  width: 89%;
  height: 80vh;
  max-width: 640px;
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 1001;
  transform: translateX(-50%);
  padding-block: min(10%, 72px) min(8%, 58px);
  padding-inline: min(5%, 36px);
  background-color: #ffffff;
  overflow-y: scroll;
}
.modal_wrap {
}
.modal__close {
  position: absolute;
  width: min(3vw, 22px);
  height: min(7vw, 51px);
	top: 1%;
	right: 3%;
  cursor: pointer;
}
.modal__close::before,.modal__close::after{
	content: "";
  display: block;
	position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
	width: 10%;
	height: 100%;
	background: #7c5f3c;
}
.modal__close::before{
  transform: translate(-50%,-50%)rotate(45deg);
}
.modal__close::after{
  transform: translate(-50%,-50%)rotate(-45deg);
}
.modal__close:hover {
  opacity: 0.7;
}
.modal .modal__title {
  border-bottom: 1px solid #7c5f3c;
  margin-top: 5%;
  font-size: min(calc(30/750 * 100vw), 28px);
  font-weight: lighter;
  text-align: left;
}
.modal .modal__detail {
  margin-top: 4%;
  line-height: 1.8;
}
.modal .modal__detail__txt {
  text-align: left;
}
/* 商品詳細・詰め合わせ内容（原材料名・栄養成分表示） */
.modal .modal__item {
  margin-top: 8%;
}
.modal .modal__item:first-child {
  margin-top: 0;
}
.modal .modal__item--limit {
  padding-top: 6%;
  border-top: 1px solid #7c5f3c;
}
.modal .modal__item__ttl {
  font-size: min(calc(24/750 * 100vw), 24px);
  color: #7c5f3c;
  text-align: left;
}
.modal .modal__set {
  margin-top: 2%;
  padding-left: 0;
}
.modal .modal__spec {
  margin-top: 4%;
}
.modal .modal__spec dt {
  color: #7c5f3c;
}
.modal .modal__spec dd {
  margin-inline-start: 0;
}
.modal .modal__set li,
.modal .modal__spec dt,
.modal .modal__spec dd,
.modal .modal__lycopene,
.modal .modal__detail__txt {
  font-size: min(calc(20/750 * 100vw), 20px);
  text-align: left;
}
.modal .modal__lycopene {
  margin-top: 4%;
  padding-top: 4%;
  border-top: 1px solid #cdbfae;
}
.modal .modal__note {
  margin-top: 3%;
  font-size: min(calc(16/750 * 100vw), 16px);
  text-align: left;
}
.js-modal_open {
  display: block;
}
/* =============================================
                    ACCORDION
============================================= */
.accordion {
  /* margin: 5% auto 0; */
  padding: 0 0 5%;
}
.accordion.orange {
  background: #fef7eb;
}
.accordion.green {
  background: #f6faeb;
}
.toggle {
  display: none;
  position: relative
}
.Label {
  width: 87.5%;
  margin: 0% auto 0;
  padding: 0 0 0 14%;
  height: 90px;
  display: flex;
  color: #fff;
  align-items: center;
  
  cursor: pointer;
}
.accordion h3 {
  font-weight: 500;
  margin: 0;
  font-size: min(3.4vw, 20px);
}
.ac-01 h3::before {
  background: url("../images/acd_icon_1.png") no-repeat;
}
.ac-02 h3::before {
  background: url("../images/acd_icon_2.png") no-repeat;
}
.ac-03 h3::before {
  background: url("../images/acd_icon_3.png") no-repeat;
}
.ac-04 h3::before {
  background: url("../images/acd_icon_4.png") no-repeat;
}
.ac-05 h3::before {
  background: url("../images/acd_icon_5.png?2403") no-repeat;
}
.ac-06 h3::before {
  background: url("../images/acd_icon_6.png") no-repeat;
}
.ac-07 h3::before {
  background: url("../images/acd_icon_7.png") no-repeat;
}
.ac-08 h3::before {
  background: url("../images/acd_icon_8.png?2403") no-repeat;
}
.accordion h3::before {
  content: "";
  background-size: contain;
  width: 65px;
  height: 65px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 2%;
  margin: auto;
}
.ac-orange {
  background: #f5ac3c;
}
.ac-green {
  background: #a9cd36;
}
.Label::before {
  content: "";
  background: url("../images/icon_plus.png") no-repeat;
  background-size: contain;
  width: 65px;
  height: 65px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2%;
  margin: auto;
}
.Label, .content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}
.accordion .content .pict {
  margin: 5.4% auto 7%;
  text-align: center;
}
.accordion .content .pict img {
  width: 89.2%;
  margin: 0 auto;
}
.accordion .content h4 {
  width: 89.2%;
  margin: 0 auto 3%;
  font-size: 23px;
  line-height: 43px;
  font-weight: normal;
}
.accordion .content p {
  width: 89.2%;
  margin: 0 auto;
  font-size: 18px;
  line-height: 36px;
  font-weight: normal;
}
.accordion .content {
  width: 87.5%;
  height: 0;
  margin: 0 auto 2.5%;
  overflow: hidden;
  /* background: #ffffff; */
  color: #603b01;
}
.accordion.orange .content {
  background: #fef7eb;
}
.accordion.green .content {
  background: #f6faeb;
}
.accordion .content.ac-orange {
  border: 1px solid #f5ac3c;
}
.accordion .content.ac-green {
  border: 1px solid #a9cd36;
}
.accordion p.note {
  margin: 5% auto 0;
  font-size: 16px;
  line-height: 168.7%;
  color: #603b01;
}
.toggle:checked + .Label + .content {
  height: auto;
  transition: all .3s;
  padding: 0 0 5%;
}
.toggle:checked + .Label + .content.ac-orange {
  padding: 0 0 7%;
}
.toggle:checked + .Label::before {
  content: "";
  background: url("../images/icon_minus.png") no-repeat;
  background-size: contain;
  width: 65px;
  height: 65px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2%;
  margin: auto;
}
.global-footer {
  display: none;
}
/* =============================================
   SP版のみ 本文の文字サイズ拡大
   SP は viewport を 640px 固定（js/viewport.js）で端末幅まで縮小表示されるため、
   PC と同じ指定では実寸が小さくなりすぎる。PC 側の見た目は変えず SP のみ拡大する。
   拡大率は /lineup/aonomori/ の本文（3.7333vw ＝ 28/750）に合わせている。
============================================= */
@media screen and (max-width: 768px) {
  .fv .txt,
  .concept .txt,
  /* 下部（set）の注記は .fv .txt の上書きが効かず小さいままなので、上部の購入ボタン周りと同サイズに揃える */
  .cta .cta__note {
    font-size: min(calc(28/750 * 100vw), 28px);
  }
  .concept .txt_hd {
    font-size: min(calc(34/750 * 100vw), 34px);
  }
  .cta .cta__detail {
    font-size: min(calc(28/750 * 100vw), 28px);
  }
  .modal .modal__item__ttl {
    font-size: min(calc(32/750 * 100vw), 32px);
  }
  .modal .modal__set li,
  .modal .modal__spec dt,
  .modal .modal__spec dd,
  .modal .modal__lycopene,
  .modal .modal__detail__txt {
    font-size: min(calc(28/750 * 100vw), 28px);
  }
  .modal .modal__note {
    font-size: min(calc(24/750 * 100vw), 24px);
  }
}
