@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;
  }
  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;
}
.tsubucurry-wrapper {
  width: 640px;
  margin: 0 auto;
}
@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;
  }

  .tsubucurry-wrapper {
    width: 100%;
    margin: 0 auto;
  }

  .lpFooter_inquiry_note{
    font-size: 18px;
  }

  .lpFooter_nav_link{
    font-size: 14px;
  }
  .comparison td{
    font-size: 1.2rem;
  }
}
.tsubucurry-wrapper a {
  text-decoration: none;
}
.tsubucurry-wrapper a:hover {
  opacity: 0.7;
  transition: all 0.5s;
}
.main {
  text-align: center;
}
.tsubucurry-wrapper img {
  width: 100%;
  height: auto;
}
.tsubucurry-wrapper .sup {
  font-size: 70%;
  vertical-align: top;
  position: relative;
  top: -0.3em;
}

/* =============================================
                    common
============================================= */
.tsubucurry-wrapper .txt {
  text-align: center;
  color: #816e49;
}
.tsubucurry-wrapper .img {
  max-width: 100%;
  margin-inline: auto;
}
.tsubucurry-wrapper .btn {
  display: block;
  border: none;
  margin-inline: auto;
  transition: 0.3s;
  cursor: pointer;
}
.tsubucurry-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: 5%;
  font-size: min(calc(22/750 * 100vw), 22px);
  text-align: left;
}
.cta .cta__info:first-child {
  margin-top: 0;
}
.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/img_fv_background.png");
}
/* =============================================
                    concept
============================================= */
.concept {
  padding-block: 16%;
}
.concept .concept__title {
  width: 68%;
}
.concept .txt {
  font-size: min(calc(24/750 * 100vw), 24px);
}
.concept .txt:first-of-type {
  margin-top: 5%;
}
.concept .txt:last-of-type {
  margin-top: 9%;
}
/* =============================================
                    set
============================================= */
.set {
  padding-top: 16%;
  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: 83%;
}
.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;
}
/* =============================================
                    tsubuyori
============================================= */
.tsubuyori {
  padding-bottom: 16%;
}
.tsubuyori .tsubuyori__title {
  width: 84%;
}
.tsubuyori .tsubuyori__img {
  margin-top: 5%;
  width: 89%;
}
.tsubuyori .tsubuyori__box {
  width: 89%;
  border-right: 2px solid #f4b253;
  border-left: 2px solid #f4b253;
  border-bottom: 2px solid #f4b253;
  margin-top: 5%;
  margin-inline: auto;
}
.tsubuyori .tsubuyori__box .tsubuyori__box__contents {
  padding: 4%;
}
.tsubuyori .tsubuyori__box__txt {
  font-size: min(calc(26/750 * 100vw), 26px);
  text-align: left;
}
.tsubuyori .tsubuyori__box__note {
  margin-top: 4%;
  font-size: min(calc(24/750 * 100vw), 24px);
  text-align: left;
  color: #816e49;
}
.tsubuyori .tsubuyori__box__img {
  margin-top: 4%;
}
.tsubuyori .tsubuyori__materials {
  display: block;
  width: 78%;
  border: 0.1rem solid #7c5f3c;
  margin-top: 4%;
  margin-inline: auto;
  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;
  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%;
  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(34/750 * 100vw), 34px);
  font-weight: lighter;
  text-align: left;
}
.modal .modal__detail {
  margin-top: 4%;
  line-height: 1.8;
}
.modal .modal__detail__txt {
  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;
}