@charset "UTF-8";
.fs-l-productLayout {
  text-align: left;
  text-align: initial;
  margin-top: 80px;
}

.l-inner {
  width: 100%;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 959px) {
  .l-inner {
    max-width: 1074px;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

.comment {
  width: 100%;
  max-width: 640px;
  background: #F7F3F3;
  padding: 32px;
  margin-inline: auto;
  font-size: 16px;
}
@media screen and (max-width: 959px) {
  .comment {
    padding: 24px;
    max-width: 590px;
  }
}
.comment .em {
  color: #EE8400;
}
.comment .line {
  text-decoration: underline;
}

.delivery-title {
  font-size: 2.4rem;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  background: url(../../re_common/img/logo-orange.svg) no-repeat left center/30px 30px;
  padding: 8px 0 5px 50px;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 959px) {
  .delivery-title {
    background: url(../../re_common/img/logo-orange.svg) no-repeat center top/40px 40px;
    text-align: center;
    padding: 0;
    padding-top: 60px;
  }
}

.item_popup-wrapper.-otameshi .item_popup-wrapper {
  padding: 8px 2%;
}
.item_popup-wrapper.-otameshi .item_popup__txstarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 959px) {
  .item_popup-wrapper.-otameshi .item_popup__txstarea {
    width: 54%;
  }
}
.item_popup-wrapper.-otameshi .item_popup__txstarea .benefit {
  display: inline-block;
  margin-top: 4px;
}
@media screen and (max-width: 959px) {
  .item_popup-wrapper.-otameshi .item_popup__txstarea .benefit {
    margin-top: 0;
    font-size: 11px;
  }
}
.item_popup-wrapper.-otameshi .item_popup__txstarea .benefit .label {
  display: inline-block;
  background: #000;
  padding: 0.15em 0.5em;
  color: #fff;
  margin-right: 0.5em;
}
.item_popup-wrapper.-otameshi .item_popup__txstarea .price {
  display: inline-block;
  margin-left: auto;
}
@media screen and (max-width: 959px) {
  .item_popup-wrapper.-otameshi .fs-c-productActionButton .fs-c-button--primary {
    min-width: 120px;
  }
  .item_popup-wrapper.-otameshi .fs-c-button--addToCart--detail span {
    font-size: 1.5rem;
    padding: 12px 0;
  }
}

.product__body {
  position: relative;
  z-index: 0;
  aspect-ratio: 1/1;
  padding-top: 24px;
}
@media screen and (max-width: 959px) {
  .product__body {
    aspect-ratio: 324/233;
  }
}

.product__img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: -1;
  height: 100%;
}

.product__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.product__name {
  background: #3D2120;
  color: #fff;
  font-size: 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: -10px;
  margin-left: auto;
  padding: 4px 20px 4px 10px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  position: relative;
}
.product__name:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top: 5px solid #8B8B8B;
  border-left: 5px solid #8B8B8B;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.product__name .num {
  font-size: 18px;
}
.product__name .unit {
  font-size: 14px;
}

.product__prices {
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: right;
  line-height: 1.2;
  padding: 32px 12px 12px 16px;
  overflow: hidden;
}
.product__prices::after {
  content: "";
  display: block;
  width: 112%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #F7F3F3;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.product__prices .num {
  font-size: 30px;
}
.product__prices .unit {
  font-size: 18px;
}
.product__prices .text {
  font-size: 16px;
  display: block;
}

.sec-title {
  font-size: 24px;
}
@media screen and (max-width: 959px) {
  .sec-title {
    font-size: 22px;
  }
}

.item_popup-wrapper-otameshi {
  position: fixed;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  background-color: #fcf8ed;
  padding: 9px 3%;
  z-index: 3;
}

@media screen and (max-width: 767px) {
  .item_popup-wrapper-otameshi {
    left: 0;
    -webkit-transform: inherit;
    transform: inherit;
    bottom: 70px;
  }
}
.about {
  margin-top: 80px;
}

.about__intro {
  margin-top: 30px;
  padding: 24px 70px;
  background: #F7F3F3;
  position: relative;
  max-width: 620px;
  margin-inline: auto;
}
@media screen and (max-width: 959px) {
  .about__intro {
    margin-top: 20px;
    padding: 20px 20px 90px;
  }
}

.about__intro p {
  line-height: 2;
}

.about__intro-img {
  position: absolute;
  width: 100%;
  bottom: 40px;
}
@media screen and (max-width: 959px) {
  .about__intro-img {
    bottom: -30px;
  }
}

.about__intro-img.-left {
  max-width: 124px;
  left: min(-60px, -4vw);
}
@media screen and (max-width: 959px) {
  .about__intro-img.-left {
    max-width: 140px;
    left: 0;
  }
}

.about__intro-img.-right {
  max-width: 120px;
  right: min(-60px, -4vw);
}
@media screen and (max-width: 959px) {
  .about__intro-img.-right {
    right: 0;
  }
}

.about__points {
  margin-top: 40px;
}

.about__points img {
  display: inline-block;
  width: 100%;
  max-width: 465px;
}

.about__list {
  text-align: left;
  text-align: initial;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 959px) {
  .about__list {
    gap: 40px;
  }
}

.about__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 35px;
}
@media screen and (max-width: 959px) {
  .about__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
  }
}

.about__item:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 959px) {
  .about__item:nth-child(2n) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
  }
}

.about__img {
  width: 41.6%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 959px) {
  .about__img {
    width: 80%;
  }
}

.about__contents {
  display: grid;
  grid-template: "num title" "text text"/auto 1fr;
}

.about__num {
  grid-area: num;
  display: inline-block;
  font-size: 28px;
  line-height: 1.3571428571;
  color: #EE8400;
  position: relative;
  margin-right: 20px;
}

.about__num:after {
  content: "";
  display: block;
  width: 60%;
  height: 1px;
  background: #EE8400;
  margin-left: 20%;
}

.about__sub-title {
  grid-area: title;
  font-size: 20px;
  line-height: 1.9;
}

.about__text {
  grid-area: text;
  font-size: 16px;
  line-height: 1.5;
  margin-top: 16px;
  padding-left: 8px;
}

.coupon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 40px;
  padding-right: 70px;
}
@media screen and (max-width: 959px) {
  .coupon {
    padding-left: 0;
    gap: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    padding-right: 0;
  }
}

.coupon__cat {
  width: 100%;
  max-width: 106px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.coupon__content {
  font-size: 16px;
  letter-spacing: 0.03em;
  position: relative;
  padding: 28px 24px 40px;
  border: 4px solid #F7F3F3;
  background: #fff;
}
@media screen and (max-width: 959px) {
  .coupon__content {
    padding: 22px 18px 32px;
  }
}
.coupon__content::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-right: 22px solid #F7F3F3;
  position: absolute;
  bottom: 10px;
  left: -22px;
}
@media screen and (max-width: 959px) {
  .coupon__content::before {
    border-top: 22px solid #F7F3F3;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-bottom: 0;
    bottom: -22px;
    left: 48px;
  }
}
.coupon__content::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-right: 22px solid #fff;
  position: absolute;
  bottom: 10px;
  left: -15px;
}
@media screen and (max-width: 959px) {
  .coupon__content::after {
    border-top: 22px solid #fff;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-bottom: 0;
    bottom: -15px;
    left: 48px;
  }
}
.coupon__content .em {
  color: #EE8400;
}

.coupon__img {
  position: absolute;
  bottom: 32px;
  right: -62px;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  max-width: 148px;
}
@media screen and (max-width: 959px) {
  .coupon__img {
    bottom: 20px;
    right: 0;
  }
}

.evidence {
  margin-top: 80px;
}

.evidence__comment {
  margin-top: 40px;
}
@media screen and (max-width: 959px) {
  .evidence__comment {
    margin-top: 30px;
  }
}

.intro {
  margin-top: 80px;
}

.intro__comement {
  margin-top: 16px;
}

.intro__items {
  margin-top: 24px;
}
@media screen and (max-width: 959px) {
  .intro__items {
    width: 85%;
    margin-inline: auto;
  }
}

.intro__price {
  margin-top: 26px;
  width: 100%;
  max-width: 717px;
  padding-left: 73px;
  text-align: center;
  margin-inline: auto;
}
@media screen and (max-width: 959px) {
  .intro__price {
    margin-top: 32px;
    padding-left: 0;
    max-width: 420px;
  }
}

.intro__coupon {
  margin-top: 56px;
  max-width: 820px;
  margin-inline: auto;
}
@media screen and (max-width: 959px) {
  .intro__coupon {
    margin-top: 48px;
    max-width: 600px;
  }
}

.items__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 64px;
}
@media screen and (max-width: 959px) {
  .items__list {
    grid-template-columns: 100%;
    gap: 54px;
    max-width: 360px;
    margin-inline: auto;
  }
}

.items__item {
  position: relative;
}

.items__item:nth-child(n+2)::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url(../images/icon_plus.png) center center/contain no-repeat;
  position: absolute;
  top: 50%;
  left: -48px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 959px) {
  .items__item:nth-child(n+2)::before {
    width: 20px;
    height: 20px;
    top: -38px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.mainview {
  width: 100%;
  aspect-ratio: 980/510;
  min-height: 510px;
  background: url(../images/bg_mv.jpg) center center/cover;
  padding: 24px 48px;
}
@media screen and (max-width: 959px) {
  .mainview {
    background-image: url(../images/bg_mv_sp.jpg);
    aspect-ratio: initial;
    min-height: 486px;
    padding: 12px 8px 20px;
  }
}

.mainview__inner {
  position: relative;
  padding-top: 30px;
  height: 100%;
}
@media screen and (max-width: 959px) {
  .mainview__inner {
    padding-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.mainview__tag {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 140px;
}
@media screen and (max-width: 959px) {
  .mainview__tag {
    position: static;
    position: initial;
    max-width: 120px;
  }
}

.mainview__contents {
  background: rgba(255, 255, 255, .8);
  width: 40.2%;
  min-width: 368px;
  margin-inline: auto;
}
@media screen and (max-width: 959px) {
  .mainview__contents {
    width: 82%;
    min-width: auto;
    max-width: 540px;
    margin-top: 16px;
  }
}

.mv-contents {
  padding: 38px 24px 32px;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 959px) {
  .mv-contents {
    padding: 20px 20px 18px;
  }
}

.mv-contents__sub-title {
  font-size: 18px;
  line-height: 1.7777777778;
  border-top: 1px solid #3D2120;
  border-bottom: 1px solid #3D2120;
  width: 40%;
  margin-inline: auto;
}
@media screen and (max-width: 959px) {
  .mv-contents__sub-title {
    font-size: 16px;
    width: 100%;
    max-width: 146px;
  }
}

.mv-contents__title {
  margin-top: 12px;
  font-size: 36px;
  line-height: 1.2;
  font-weight: 600;
}
@media screen and (max-width: 959px) {
  .mv-contents__title {
    font-size: min(24px, 8.75vw);
  }
}
.mv-contents__title .ja {
  letter-spacing: 0.05em;
}

.mv-contents__labels {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media screen and (max-width: 959px) {
  .mv-contents__labels {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
  }
}

.mv-contents__label {
  font-size: 16px;
  padding: 4px 12px;
  border: 1px solid #3D2120;
}
@media screen and (max-width: 959px) {
  .mv-contents__label {
    width: 100%;
    max-width: 210px;
  }
}

.mainview__catch {
  text-align: start;
  position: absolute;
  top: 17.6%;
  right: 7.3%;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
}
@media screen and (max-width: 959px) {
  .mainview__catch {
    position: static;
    position: initial;
    -ms-writing-mode: initial;
    -webkit-writing-mode: initial;
            writing-mode: initial;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    margin-top: auto;
    padding-top: 50px;
  }
}
.mainview__catch .wrap {
  display: inline-block;
  margin-left: 8px;
  padding: 0.6em 0.25em;
  background: rgba(255, 255, 255, .8);
  font-size: 18px;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 959px) {
  .mainview__catch .wrap {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0.25em 0.6em;
    margin-left: 0;
  }
}
.mainview__catch .wrap:nth-child(n+2) {
  margin-top: 1.5em;
}
@media screen and (max-width: 959px) {
  .mainview__catch .wrap:nth-child(n+2) {
    margin-top: 12px;
  }
}

.products {
  margin-top: 100px;
  padding: 40px 60px;
  background: #F7F3F3;
}
@media screen and (max-width: 959px) {
  .products {
    margin-top: 60px;
    padding: 30px 16px;
  }
}

.products__list {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  text-align: left;
  text-align: initial;
}
@media screen and (max-width: 959px) {
  .products__list {
    margin-top: 20px;
    gap: 30px;
  }
}

.product-block {
  background: #fff;
  padding: 30px 20px;
}
@media screen and (max-width: 959px) {
  .product-block {
    padding: 20px 16px;
  }
}

.product-block__head {
  display: grid;
  grid-template-columns: 38% 1fr;
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 959px) {
  .product-block__head {
    grid-template-columns: 100%;
    gap: 20px;
  }
}

.product-block__main-img {
  width: 100%;
  aspect-ratio: 1;
}
@media screen and (max-width: 959px) {
  .product-block__main-img {
    aspect-ratio: 300/185;
  }
}

.product-block__main-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.product-block__main-title {
  font-size: 20px;
}

.product-block__main-text {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

.product-block__points {
  margin-top: 40px;
  padding: 0 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 959px) {
  .product-block__points {
    padding: 0;
  }
}

.point {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 959px) {
  .point {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
}

.point__img {
  width: 100%;
  aspect-ratio: 1;
}
@media screen and (max-width: 959px) {
  .point__img {
    width: 70%;
    max-width: 320px;
  }
}

.point__img img {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="4" /><feOffset dx="1" dy="5" result="offsetblur" /><feFlood flood-color="rgba(61,33,32,0.12)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  -webkit-filter: drop-shadow(0px 4px 4px rgba(61, 33, 32, .12));
          filter: drop-shadow(0px 4px 4px rgba(61, 33, 32, .12));
}

.point__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.point__title .en {
  font-size: 20px;
  color: #EE8400;
  padding-right: 12px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 959px) {
  .point__title .en {
    font-size: 18px;
  }
}
.point__title .ja {
  font-size: 18px;
  font-weight: 500;
  padding-top: 2px;
}
@media screen and (max-width: 959px) {
  .point__title .ja {
    font-size: 17px;
  }
}

.point__text {
  margin-top: 12px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  padding-left: 10px;
}

.question {
  text-align: left;
  text-align: initial;
  margin-top: 80px;
}

@media screen and (max-width: 959px) {
  .u-desktop {
    display: none;
  }
}

.u-mobile {
  display: none;
}
@media screen and (max-width: 959px) {
  .u-mobile {
    display: block;
  }
}
/*# sourceMappingURL=otameshi.css.map */
