@charset "shift-JIS";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

.l-header {
  display: none;
}
.main .asterisk {
  vertical-align: -.055em;
}
.main sup .asterisk {
  width: .59em;
  height: auto;
  margin-right: .3em;
  vertical-align: .1em;
}
.l-main-container._products .l-container {
  max-width: 960px;
}
@media only screen and (min-width: 768px) {
  .main .sp {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .main .pc {
    display: none;
  }
  .main .asterisk {
    width: .6em;
    vertical-align: -.025em;
    height: auto;
  }
  .main sup .asterisk {
    width: .55em;
    vertical-align: .03em;
  }
}

.kv {
  background: #fff;
}
.kvLogo {
  max-width: 990px;
  margin: 0 auto;
  padding: 15px 20px 13px;
}
.kvLogo a {
  width: 160px;
  display: block;
}
.kvImg img {
  width: 100%;
  height: 445px;
  object-fit: cover;
  position: relative;
}
.kvTtl {
  width: 618.5px;
  position: absolute;
  top: 140px;
  left: calc(50% - 497px);
}
@media only screen and (max-width: 767px) {
  .kv {
    position: relative;
  }
  .kvLogo {
    padding: 0;
  }
  .kvLogo a {
    position: absolute;
    top: calc(32 / 750 * 100vw);
    left: calc(35 / 750 * 100vw);
    width: calc(192 / 750 * 100vw);
    z-index: 2;
  }
  .kvImg img {
    height: auto;
  }
  .kvTtl {
    width: calc(509 / 750 * 100vw);
    top: calc(110 / 750 * 100vw);
    left: calc(4 / 750 * 100vw);
  }
}

.cta {
  background: #f9f6ee;
  padding: 34px 20px 22px;
  font-family: "Noto Sans JP", serif;
  font-feature-settings: "palt";
}
.cta h2 {
  max-width: 678px;
  margin: 0 auto 26px;
}
.cta h2 img {
  display: block;
}
.ctaInner {
  max-width: 934px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.ctaItem {
  width: 45.9315%;
  position: relative;
}
.ctaItem figure {
  width: 98.1352%;
  margin-left: .5%;
}
.ctaBtn {
  display: block;
  width: 68.5315%;
  background: #124e3c;
  color: #fff;
  font-size: 18.9px;
  font-weight: 500;
  padding: 8px;
  border-radius: 10px;
  letter-spacing: .1em;
  text-decoration: none !important;
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0 0 4.5% auto;
  text-align: center;
  transition: opacity .3s;
}
.ctaBtn::after {
  content: '';
  display: block;
  width: 9px;
  height: 9px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 19px;
  margin: auto 0;
  transform: rotate(45deg);
  transition: transform .3s;
}
.ctaItem:nth-child(1) .ctaBtn {
  margin-right: 3%;
}
.ctaNote {
  max-width: 916px;
  margin: 3px auto 0;
  padding: 0;
}
.ctaNote li {
  display: block;
  font-size: 12px;
  letter-spacing: .05em;
  line-height: 1.5167;
}
@media (hover:hover) {
  .ctaBtn:hover {
    opacity: .6;
  }
  .ctaBtn:hover::after {
    transform: translateX(5px) rotate(45deg);
  }
}
@media only screen and (max-width: 767px) {
  .cta {
    padding: 1px 0 calc(44 / 750 * 100vw);
    position: relative;
  }
  .cta h2 {
    margin: calc(-148 / 750 * 100vw) auto calc(40 / 750 * 100vw);
  }
  .ctaInner {
    max-width: calc(670 / 750 * 100vw);
  }
  .ctaItem {
    width: 46.1195%;
  }
  .ctaItem figure {
    width: auto;
    margin-left: 0;
  }
  .ctaBtn {
    width: auto;
    font-size: calc(24 / 750 * 100vw);
    padding: calc(18 / 750 * 100vw);
    border-radius: calc(10 / 750 * 100vw);
    position: relative;
    bottom: auto;
    right: auto;
    margin: calc(10 / 750 * 100vw) 0 0;
  }
  .ctaBtn::after {
    width: calc(12 / 750 * 100vw);
    height: calc(12 / 750 * 100vw);
    border-top-width: calc(1 / 750 * 100vw);
    border-right-width: calc(1 / 750 * 100vw);
    right: calc(24 / 750 * 100vw);
  }
  .ctaItem:nth-child(1) .ctaBtn {
    margin-right: 0;
  }
  .ctaNote {
    max-width: calc(660 / 750 * 100vw);
    margin: calc(8 / 750 * 100vw) auto 0;
  }
  .ctaNote li {
    font-size: calc(18 / 750 * 100vw);
    line-height: 1.4445;
  }
}

.feature {
  padding: 14px 20px 190px;
  overflow: hidden;
  font-family: "Noto Sans JP", serif;
  font-feature-settings: "palt";
  background: url(../img/bg_feature_01.png) no-repeat center 165px, url(../img/bg_feature_02.jpg) no-repeat center bottom / 100% auto;
}
.featureIntro {
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.featureIntro figure {
  width: 28.2292%;
  margin-right: -3.125%;
}
.featureIntroBox {
  flex: 1;
}
.featureIntroBox h2 {
  width: 87.2045%;
  margin: .5% 0 4.5% -.5%;
}
.featureIntroTxt {
  width: 85.6745%;
  margin: 0 0 0 .5%;
}
.featureIntroNote {
  width: 85.6745%;
  margin: 3.2% 0 0 .5%;
  font-size: 12px;
}
.featureWorry {
  max-width: 519px;
  margin: 21px auto 0;
}
.featureCream {
  max-width: 959px;
  margin: 73px auto 0;
}
.featureParticular {
  max-width: 960px;
  margin: 124px auto 0;
  position: relative;
}
.featureParticular h3 {
  width: 47.1875%;
  position: absolute;
  right: 5.83%;
  top: 0;
  margin-top: 2.709%;
}
.featureParticularHead {
  display: flex;
}
.featureParticularHead figure {
  width: 55.5208%;
}
.featureParticularHead p {
  flex: 1;
  font-size: 18px;
  line-height: 1.8889;
  margin-top: 16.7%;
  padding-left: 3.2%;
  letter-spacing: .05em;
}
.featureParticularItem {
  max-width: 961px;
  margin: 84px auto 0;
}
.featureParticularItem h4 {
  width: 48.28304%;
  margin-bottom: 27px;
}
.featureParticularItem p {
  font-size: 18px;
  line-height: 1.8889;
  letter-spacing: .05em;
  word-break: break-all;
}
.featureParticularItem figure {
  margin-top: 43px;
}
@media only screen and (max-width: 1920px) {
  .feature {
    background: url(../img/bg_feature_01.png) no-repeat center 165px, url(../img/bg_feature_02.jpg) no-repeat center bottom / 1920px auto;
  }
}
@media only screen and (max-width: 767px) {
  .feature {
    padding: calc(18 / 750 * 100vw) calc(40 / 750 * 100vw) calc(335 / 750 * 100vw);
    background: url(../img/bg_feature_01-sp.png) no-repeat center calc(378 / 750 * 100vw) / 100% auto, url(../img/bg_feature_02-sp.jpg) no-repeat center bottom / 100% auto;
  }
  .featureIntro {
    align-items: flex-start;
  }
  .featureIntro figure {
    width: calc(287 / 750 * 100vw);
    margin-right: calc(-130 / 750 * 100vw);
  }
  .featureIntroBox h2 {
    width: calc(425 / 750 * 100vw);
    margin: calc(82 / 750 * 100vw) 0 calc(61 / 750 * 100vw) -.5%;
  }
  .featureIntroTxt {
    width: calc(474 / 750 * 100vw);
    margin: 0 0 0 .2% !important;
  }
  .featureIntroNote {
    width: 100%;
    margin: calc(18 / 750 * 100vw) 0 0 .2%;
    font-size: calc(18 / 750 * 100vw);
  }
  .featureWorry {
    max-width: calc(642 / 750 * 100vw);
    margin: calc(20 / 750 * 100vw) auto 0;
  }
  .featureCream {
    max-width: calc(721 / 750 * 100vw);
    margin: calc(73 / 750 * 100vw) calc(-12 / 750 * 100vw) 0 calc(-40 / 750 * 100vw);
  }
  .featureParticular {
    margin: calc(130 / 750 * 100vw) auto 0;
  }
  .featureParticular h3 {
    width: calc(278 / 750 * 100vw);
    right: auto;
    left: calc(-24 / 750 * 100vw);
    top: calc(-50 / 750 * 100vw);
    margin-top: 0;
  }
  .featureParticularHead {
    display: block;
  }
  .featureParticularHead figure {
    width: calc(516 / 750 * 100vw);
    margin: 0 calc(-40 / 750 * 100vw) 0 auto;
  }
  .featureParticularHead p {
    font-size: calc(24 / 750 * 100vw);
    line-height: 2.1667;
    margin-top: calc(24 / 750 * 100vw);
    padding-left: 0;
  }
  .featureParticularItem {
    margin: calc(70 / 750 * 100vw) auto 0;
  }
  .featureParticularItem h4 {
    width: calc(572 / 750 * 100vw);
    margin-bottom: calc(22 / 750 * 100vw);
  }
  .featureParticularItem p {
    font-size: calc(24 / 750 * 100vw);
    line-height: 2.1667;
  }
  .featureParticularItem figure {
    width: calc(750 / 750 * 100vw);
    margin: calc(58 / 750 * 100vw) calc(-40 / 750 * 100vw) 0;
  }
}

.eat {
  position: relative;
}
.eat::before {
  content: '';
  display: block;
  position: absolute;
  top: -88px;
  left: 0;
  right: 0;
  height: 220px;
  background: url(../img/bg_eat_01.png) no-repeat center top / 100% 100%;
}
.eatInner {
  overflow: hidden;
  background: url(../img/bg_eat_02.png) no-repeat calc(50% - 53px) 61px / 1641px auto;
  position: relative;
  padding-bottom: 73px;
}
.eatBox {
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.eat h2 {
  width: 46.4583%;
  margin: 15.2083% 0 0 1.7%;
}
.eatImg01 {
  width: 55.8333%;
  margin: 3% -10% 0 auto;
}
.eatImg02 {
  width: 80.9375%;
  margin: -11.8% 0 0 -3.5417%;
}
@media only screen and (max-width: 1920px) {
  .eat::before {
    background: url(../img/bg_eat_01.png) no-repeat center top / 1920px 100%;
  }
}
@media only screen and (max-width: 767px) {
  .eat::before {
    top: calc(-88 / 750 * 100vw);
    height: calc(220 / 750 * 100vw);
    background: url(../img/bg_eat_01-sp.png) no-repeat center top / 100% auto;
  }
  .eatInner {
    overflow: visible;
    background: url(../img/bg_eat_02-sp.png) no-repeat left calc(56 / 750 * 100vw) / 100% auto;
    z-index: 2;
    padding-bottom: calc(173 / 750 * 100vw);
  }
  .eat h2 {
    width: calc(454 / 750 * 100vw);
    margin: calc(68 / 750 * 100vw) 0 0 calc(38 / 750 * 100vw);
  }
  .eatImg01 {
    width: calc(508 / 750 * 100vw);
    margin: calc(-875 / 750 * 100vw) 0 0 auto;
    position: relative;
  }
  .eatImg02 {
    width: 100%;
    margin: calc(50 / 750 * 100vw) 0 0;
  }
}

.voice {
  background: url(../img/bg_voice_01.png) no-repeat center top / 100% 100%;
  margin: -74px 0 0;
  position: relative;
  padding: 145px 20px 5.4688%;
  overflow: hidden;
  font-family: "Noto Sans JP", serif;
}
.voice h2 {
  width: 469px;
  margin: 0 auto 44px;
}
.voiceInner {
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  mask-image: linear-gradient(to right, transparent, black 150px, black calc(100% - 150px), transparent);
}
.voiceSlider {
  max-width: 650px;
  margin: 0 auto;
  position: relative;
}
.voiceSlider .slick-list {
  overflow: visible;
}
.voiceSlider .slick-prev,
.voiceSlider .slick-next {
  appearance: none;
  width: 54px;
  height: 54px;
  background: #fdf2d8;
  border: 0;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 4px;
  right: -51px;
  margin: auto 0;
  z-index: 10;
  overflow: hidden;
  text-indent: -999px;
}
.voiceSlider .slick-prev::before,
.voiceSlider .slick-next::before {
  content: '';
  display: block;
  width: 21px;
  height: 21px;
  border-top: 2px solid #4e340e;
  border-right: 2px solid #4e340e;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: -12px;
  right: 0;
  margin: auto;
}
.voiceSlider .slick-prev {
  right: auto;
  left: -51px;
  transform: scale(-1, 1);
}
.voiceSlider::after,
.voiceSlider .slick-track::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  clear: both;
}
.voiceSlider figure {
  width: 285px !important;
  display: block !important;
  margin: 0 19.5px;
  float: left;
}
.voiceNote {
  max-width: 950px;
  margin: 1px auto 0;
  font-size: 12px;
}
@media only screen and (max-width: 1920px) {
  .voice {
    background: url(../img/bg_voice_01.png) no-repeat center top / 1920px auto;
    padding: 145px 20px 105px;
  }
}
@media only screen and (max-width: 767px) {
  .voice {
    background: url(../img/bg_voice_01-sp.png) no-repeat center top / 100% auto;
    margin: calc(-88 / 750 * 100vw) 0 0;
    padding: calc(180 / 750 * 100vw) 0 calc(168 / 750 * 100vw);
    z-index: 3;
  }
  .voice h2 {
    width: calc(504 / 750 * 100vw);
    margin: 0 auto calc(48 / 750 * 100vw);
  }
  .voiceInner {
    mask-image: none;
  }
  .voiceSlider {
    max-width: calc(510 / 750 * 100vw);
  }
  .voiceSlider .slick-prev,
  .voiceSlider .slick-next {
    width: calc(98 / 750 * 100vw);
    height: calc(98 / 750 * 100vw);
    bottom: calc(40 / 750 * 100vw);
    right: calc(-50 / 750 * 100vw);
  }
  .voiceSlider .slick-prev::before,
  .voiceSlider .slick-next::before {
    width: calc(36 / 750 * 100vw);
    height: calc(36 / 750 * 100vw);
    border-top-width: 1px;
    border-right-width: 1px;
    left: calc(-20 / 750 * 100vw);
  }
  .voiceSlider .slick-prev {
    right: auto;
    left: calc(-50 / 750 * 100vw);
  }
  .voiceSlider figure {
    width: calc(496 / 750 * 100vw) !important;
    margin: 0 calc(5 / 750 * 100vw);
  }
  .voiceNote {
    margin: 0 calc(40 / 750 * 100vw);
    font-size: calc(18 / 750 * 100vw);
  }
}

.product {
  background: url(../img/bg_product_04.png) no-repeat right -195px / 531px auto, url(../img/bg_product_03.png) no-repeat left -115px / 431px auto, url(../img/bg_product_02.png) no-repeat center bottom / 1132px auto, url(../img/bg_product_01.png) no-repeat center top / 100% auto;
  padding: 106px 20px 65px;
  margin-top: -4.375%;
  position: relative;
  font-family: "Noto Sans JP", serif;
  font-feature-settings: "palt";
  mask-image: url(../img/bg_product_01.png);
  mask-mode: alpha;
  mask-repeat: no-repeat;
  mask-position: center top;
  mask-size: 100% auto;
}
.product h2 {
  max-width: 619px;
  margin: 0 auto 33px;
  position: relative;
  left: -4px;
}
.productBox {
  max-width: 960px;
  margin: 0 auto;
  background: #fff;
  border-radius: 20px;
  box-shadow: 5px 5px 15px rgba(109, 64, 30, .2);
  padding: 23px 0 30px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 0 74px;
}
.productItem {
  width: 39.375%;
}
.productBtn {
  display: block;
  background: #124e3c;
  color: #fff;
  font-size: 18.9px;
  font-weight: 500;
  padding: 11px 10px 14px;
  margin-top: 2px;
  border-radius: 10px;
  letter-spacing: .1em;
  text-decoration: none !important;
  text-align: center;
  position: relative;
  transition: opacity .3s;
}
.productBtn::after {
  content: '';
  display: block;
  width: 9px;
  height: 9px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 19px;
  margin: auto 0;
  transform: rotate(45deg);
  transition: transform .3s;
}
.productNote {
  max-width: 960px;
  margin: 13px auto 0;
}
.productNote li {
  display: block;
  font-size: 12px;
  color: #fff;
  line-height: 1.5;
  letter-spacing: .07em;
  text-shadow: 0 0 6px #513c32, 0 0 6px #513c32, 0 0 6px #513c32, 0 0 2px #513c32;
}
@media only screen and (max-width: 1920px) {
  .product {
    background: url(../img/bg_product_04.png) no-repeat right -195px / 531px auto, url(../img/bg_product_03.png) no-repeat left -115px / 431px auto, url(../img/bg_product_02.png) no-repeat center bottom / 1132px auto, url(../img/bg_product_01.png) no-repeat center top / 1920px auto;
    mask-size: 1920px auto;
    margin-top: -84px;
  }
}
@media (hover:hover) {
  .productBtn:hover {
    opacity: .6;
  }
  .productBtn:hover::after {
    transform: translateX(5px) rotate(45deg);
  }
}
@media only screen and (max-width: 767px) {
  .product {
    background: url(../img/bg_product_04-sp.png) no-repeat right calc(-276 / 750 * 100vw) / calc(300 / 750 * 100vw) auto, url(../img/bg_product_03-sp.png) no-repeat left calc(-145 / 750 * 100vw) / calc(142 / 750 * 100vw) auto, url(../img/bg_product_01-sp.png) no-repeat center top / 100% auto;
    padding: calc(146 / 750 * 100vw) calc(40 / 750 * 100vw) calc(42 / 750 * 100vw);
    margin-top: calc(-86 / 750 * 100vw);
    z-index: 4;
    mask-image: url(../img/bg_product_01-sp.png);
    mask-mode: alpha;
    mask-repeat: no-repeat;
    mask-position: center top;
    mask-size: 100% auto;
  }
  .product h2 {
    max-width: calc(564 / 750 * 100vw);
    margin: 0 auto calc(44 / 750 * 100vw);
    left: calc(-6 / 750 * 100vw);
  }
  .productBox {
    border-radius: calc(20 / 750 * 100vw);
    padding: calc(37 / 750 * 100vw) 0 30px;
    display: block;
  }
  .productItem {
    width: calc(600 / 750 * 100vw);
    margin: 0 auto;
  }
  .productItem + .productItem {
    margin-top: calc(55 / 750 * 100vw);
  }
  .productBtn {
    font-size: calc(30 / 750 * 100vw);
    padding: calc(22 / 750 * 100vw) calc(20 / 750 * 100vw) calc(22 / 750 * 100vw);
    margin-top: calc(4 / 750 * 100vw);
    border-radius: calc(10 / 750 * 100vw);
  }
  .productBtn::after {
    width: calc(14 / 750 * 100vw);
    height: calc(14 / 750 * 100vw);
    border-top-width: 1px;
    border-right-width: 1px;
    right: calc(32 / 750 * 100vw);
  }
  .productNote {
    margin: calc(10 / 750 * 100vw) auto 0;
  }
  .productNote li {
    font-size: calc(18 / 750 * 100vw);
  }
}