@charset "UTF-8";

/* --------------------------------------------------------------------------
  STYLE
-------------------------------------------------------------------------- */

.js-brand-box-title,
.js-brand-box-text {
  height: 0;
  overflow: hidden;
}
/* スライダー共通ボタン */
@media all and (min-width: 768px), print {
  .top-slide-btn-controller {
    display: flex;
    gap: calc(16 / var(--page-font) * 1rem);
    position: absolute;
    right: 0;
    top: 0;
    transform: translateY(-100%);
    margin-top: calc(-18 / var(--page-font) * 1rem);
    margin-right: calc(140 / 1440 * 100%);
  }
  .top-slide-btn-controller .swiper-button-prev,
  .top-slide-btn-controller .swiper-button-next {
    --btn-bg: var(--c-main);
    --btn-border: var(--c-main);
    --ico-bg: var(--c-white);
    width: calc(47 / var(--page-font) * 1rem);
    height: calc(47 / var(--page-font) * 1rem);
    background: var(--btn-bg);
    border: solid calc(1 / var(--page-font) * 1rem) var(--btn-border);
    border-radius: 100%;
    position: static;
    margin: 0;
    transition: var(--transition-all);
  }
  .top-slide-btn-controller .swiper-button-prev {
    padding-right: calc(2 / var(--page-font) * 1rem);
  }
  .top-slide-btn-controller .swiper-button-next {
    padding-left: calc(2 / var(--page-font) * 1rem);
  }
  .top-slide-btn-controller .swiper-button-prev:hover,
  .top-slide-btn-controller .swiper-button-next:hover {
    --btn-bg: var(--c-white);
    --ico-bg: var(--c-main);
  }
  .top-slide-btn-controller .swiper-button-prev::after,
  .top-slide-btn-controller .swiper-button-next::after {
    content: "";
    -webkit-mask: url("/assets_v2/img/common/btn_ico_arrow.svg") no-repeat center / contain;
    mask: url("/assets_v2/img/common/btn_ico_arrow.svg") no-repeat center / contain;
    background: var(--ico-bg);
    width: calc(13 / var(--page-font) * 1rem);
    height: calc(13 / var(--page-font) * 1rem);
    transition: var(--transition-all);
  }
  .top-slide-btn-controller .swiper-button-prev::after {
    transform: rotate(180deg);
  }
}
@media all and (max-width: 767px) {
  .top-slide-btn-controller {
    display: none;
  }
}

/* --------------------------------------------------------------------------
ANIMATION
-------------------------------------------------------------------------- */
@media all and (min-width: 768px), print {
  body {
    transform-origin: top center;
    animation: loading 1.5s;
  }
  @keyframes loading {
    0% {
      opacity: 0;
    }
    25% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
}

/* --------------------------------------------------------------------------
CONTENTS
-------------------------------------------------------------------------- */

@media all and (min-width: 768px), print {
  .main-container {
    margin-bottom: calc(-95 / var(--page-font) * 1rem);
  }
  .l-section {
    position: relative;
    z-index: 0;
  }
  .l-section.--about {
    margin-top: calc(54 / var(--page-font) * 1rem);
  }
  .l-section.--soy-milk {
    background-color: #e7dfcd;
    padding: calc(210 / var(--page-font) * 1rem) 0 calc(105 / var(--page-font) * 1rem) 0;
    margin-top: calc(54 / var(--page-font) * 1rem);
  }
  .l-section.--coffee {
    padding: calc(120 / var(--page-font) * 1rem) 0 calc(152 / var(--page-font) * 1rem) 0;
  }
  .l-section.--andmore {
    padding: calc(120 / var(--page-font) * 1rem) 0 calc(60 / var(--page-font) * 1rem) 0;
    margin-top: calc(106 / var(--page-font) * 1rem);
  }
  .l-section.--news {
    padding: calc(62 / var(--page-font) * 1rem) 0 calc(65 / var(--page-font) * 1rem) 0;
  }
  .l-section.--osusume-recipe {
    padding: calc(65 / var(--page-font) * 1rem) 0 calc(211 / var(--page-font) * 1rem) 0;
  }
  .top-header,
  .l-section__inner {
    padding: 0 calc(40 / var(--page-font) * 1rem);
    max-width: calc(1240 / var(--page-font) * 1rem);
    width: 100%;
    position: relative;
    margin: 0 auto;
  }
  .mainvisual__inner {
    padding: 0 calc(36 / 1440 * 100vw);
    max-width: calc(1160 / 1440 * 100vw);
    width: 100%;
    margin: 0 auto;
  }
  .l-section.--recipe .l-section__inner {
    margin-top: calc(114 / var(--page-font) * 1rem);
  }
  .coffee-map__inner {
    padding: 0 calc(40 / var(--page-font) * 1rem);
    max-width: calc(1240 / var(--page-font) * 1rem);
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  .coffee-map__inner .c-section-side,
  .bitter-box__inner .c-section-side {
    left: calc(40 / var(--page-font) * 1rem);
  }
  .bitter-box__inner .c-section-side .c-section-side__aside:after {
    background: linear-gradient(#e6d9be, #5c471d);
  }

  .l-section.--andmore .l-section__bg {
    background-image: url(../img/top/bg_andmore_01_pc.png);
    background-size: calc(2597.5 / var(--page-font) * 1rem) auto;
    background-position: top calc(-300 / var(--page-font) * 1rem) center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    width: 100%;
    height: calc(842 / var(--page-font) * 1rem);
    position: absolute;
    top: 0;
    left: 0;
  }
  .l-section.--andmore .l-section__inner {
    position: relative;
    z-index: 10;
  }
}

@media all and (min-width: 2596px), print {
  .l-section.--andmore .l-section__bg {
    background-size: cover;
  }
}
@media all and (min-width: 768px) and (max-width: 1200px) {
  .l-section.--andmore .l-section__bg {
    background-position: top center;
    background-size: cover;
  }
}

@media all and (max-width: 767px) {
  .main-container {
    margin-bottom: calc(-95 / 750 * 100vw);
  }
  .l-section {
    position: relative;
    z-index: 0;
  }
  .l-section.--about {
    margin-top: calc(54 / 750 * 100vw);
  }
  .l-section.--soy-milk {
    background-color: #e7dfcd;
    padding: calc(210 / 750 * 100vw) 0 calc(105 / 750 * 100vw) 0;
    margin-top: calc(54 / 750 * 100vw);
  }
  .l-section.--coffee {
    padding: calc(120 / 750 * 100vw) 0 calc(120 / 750 * 100vw) 0;
  }
  .l-section.--andmore {
    padding: calc(120 / 750 * 100vw) 0 calc(60 / 750 * 100vw) 0;
    margin-top: calc(106 / 750 * 100vw);
  }
  .l-section.--news {
    padding: calc(62 / 750 * 100vw) 0 calc(65 / 750 * 100vw) 0;
  }
  .l-section.--osusume-recipe {
    padding: calc(65 / 750 * 100vw) 0 calc(211 / 750 * 100vw) 0;
  }
  .top-header,
  .l-section__inner {
    padding: 0 calc(30 / 750 * 100vw);
    max-width: calc(100% / 750 * 100vw);
    width: 100%;
    position: relative;
    margin: 0 auto;
  }
  .mainvisual__inner {
    padding: 0 calc(36 / 750 * 100vw);
    max-width: calc(1160 / 750 * 100vw);
    width: 100%;
    margin: 0 auto;
  }
  .l-section.--recipe .l-section__inner {
    margin-top: calc(114 / 750 * 100vw);
  }
  .coffee-map__inner {
    padding: 0 calc(30 / 750 * 100vw);
    max-width: calc(100% / 750 * 100vw);
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  .coffee-map__inner .c-section-side,
  .bitter-box__inner .c-section-side {
    left: calc(30 / 750 * 100vw);
  }
  .bitter-box__inner .c-section-side .c-section-side__aside:after {
    background: linear-gradient(#e6d9be, #5c471d);
  }

  .l-section.--andmore .l-section__bg {
    background-image: url(../img/top/bg_andmore_01_pc.png);
    background-size: calc(2597.5 / 750 * 100vw) auto;
    background-position: top calc(-300 / 750 * 100vw) center;
    background-repeat: no-repeat;
    width: 100%;
    height: calc(1180 / 750 * 100vw);
    position: absolute;
    top: 0;
    left: 0;
  }
  .l-section.--andmore .l-section__inner {
    position: relative;
    z-index: 10;
  }

}

/* --------------------------------------------------------------------------
  MV
-------------------------------------------------------------------------- */
@media all and (min-width: 768px), print {
  .mainvisual {
    background-color: var(--bg-main-color);
    margin: calc(30 / 1440 * 100vw) calc(30 / 1440 * 100vw) calc(0 / 1440 * 100vw) calc(30 / 1440 * 100vw);
    position: relative;
    height: calc(710 / 1440 * 100vw);
  }
  .mainvisual__bg {
    background-image: url(../img/top/bg_mainvisual_01_pc.png);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }
  .mainvisual__inner {
    position: relative;
    z-index: 10;
    width: 100%;
    margin: 0 auto;
  }
  .mainvisual__body {
    margin: 0 auto;
  }
  .mainvisual__contents {
    padding-top: calc(290 / 1440 * 100vw);
  }
  .mainvisual__title {
    color: var(--white-color);
    display: flex;
    flex-direction: column;
    filter: drop-shadow(calc(1 / var(--page-font) * 1rem) calc(-1 / var(--page-font) * 1rem) calc(8 / var(--page-font) * 1rem) #4d4944);
    mix-blend-mode: multiply;
  }
  .mainvisual__title .title-01 {
    font-family: var(--font-montserrat);
    font-size: calc(46 / 1440 * 100vw);
    font-weight: 300;
    line-height: calc(80 / 46);
    letter-spacing: 0.1em;
  }
  .mainvisual__title .title-02 {
    font-family: var(--font-yu-gothic);
    font-size: calc(20 / 1440 * 100vw);
    font-weight: bold;
    line-height: calc(80 / 20);
    letter-spacing: 0.3em;
  }
  .workshop-banner{
    max-width:calc(248 / 1440 * 100vw);
    width:100%;
    height:auto;
    position: absolute;
    top:calc(10 / 1440 * 100vw);
    right:calc(10 / 1440 * 100vw);
    z-index:100;
  }

  .workshop-banner__link{
    display: block;
    transition:0.3s ease;
  }

  .workshop-banner__link:hover{
    opacity:0.7;
  }

  /** **/
  .top-news {
    max-width: calc(450 / var(--page-font) * 1rem);
    width: 100%;
    height: calc(88 / var(--page-font) * 1rem);
    position: absolute;
    right: calc(-20 / var(--page-font) * 1rem);
    bottom: calc(-20 / var(--page-font) * 1rem);
    filter: drop-shadow(calc(5 / var(--page-font) * 1rem) calc(3 / var(--page-font) * 1rem) calc(6 / var(--page-font) * 1rem) #e1dacc);
    z-index: 10;
  }
  .top-news__inner {
    background-image: url(../img/top/bg_news_01_pc.png);
    background-size: 100% 100%;
    background-position: top left;
    background-repeat: no-repeat;
  }
  .top-news__body {
    padding: calc(16 / var(--page-font) * 1rem) calc(20 / var(--page-font) * 1rem) calc(16 / var(--page-font) * 1rem) calc(30 / var(--page-font) * 1rem);
  }
  .top-news__date {
    color: var(--strong-color);
    font-family: var(--font-montserrat);
    font-size: calc(10 / var(--page-font) * 1rem);
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0.44em;
  }
  .top-news__text {
    font-size: calc(12 / var(--page-font) * 1rem);
    font-weight: 500;
    line-height: calc(18 / 12);
    letter-spacing: 0.1em;
    font-feature-settings: "palt";
    margin-top: calc(10 / var(--page-font) * 1rem);
  }

  .top-news__text__link {
    text-decoration: underline !important;
  }
  .top-news__text__link:hover {
    text-decoration: none !important;
  }

  #mainvisual__bg,
  #mainvisual__contents,
  #mainvisual-scroll__01,
  #mainvisual-scroll__02,
  #top-news {
    opacity: 0;
    transform: translateY(calc(15 / var(--page-font) * 1rem));
    transition: 0.5s ease;
  }
  .is-visible {
    transform: translateY(calc(0 / var(--page-font) * 1rem)) !important;
    opacity: 1 !important;
  }
}
@media all and (max-width: 767px) {
  .mainvisual {
    background-color: var(--bg-main-color);
    margin: calc(20 / 750 * 100vw) calc(20 / 750 * 100vw) calc(0 / 750 * 100vw) calc(20 / 750 * 100vw);
    background-image: url(../img/top/bg_mainvisual_01_sp.png);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
    height: calc(1160 / 750 * 100vw);
  }
  .mainvisual__inner {
    position: relative;
    z-index: 10;
    width: 100%;
    margin: 0 auto;
  }
  .mainvisual__body {
    margin: 0 auto;
  }
  .mainvisual__contents {
    padding-top: calc(110 / 750 * 100vw);
  }
  .mainvisual__title {
    text-align: center;
    color: var(--white-color);
    display: flex;
    align-items: center;
    flex-direction: column;
    filter: drop-shadow(calc(1 / var(--page-font) * 1rem) calc(-1 / var(--page-font) * 1rem) calc(8 / var(--page-font) * 1rem) #4d4944);
    mix-blend-mode: multiply;
  }
  .mainvisual__title .title-01 {
    font-family: var(--font-montserrat);
    font-size: calc(64 / 750 * 100vw);
    font-weight: 300;
    line-height: calc(111 / 64);
    letter-spacing: 0.1em;
  }
  .mainvisual__title .title-02 {
    font-family: var(--font-yu-gothic);
    font-size: calc(26 / 750 * 100vw);
    font-weight: bold;
    line-height: calc(80 / 26);
    letter-spacing: 0.3em;
  }

  .workshop-banner{
    max-width:calc(306 / 750 * 100vw);
    width:100%;
    height:auto;
    position: absolute;
    left:calc(10 / 750 * 100vw);
    bottom:calc(10 / 750 * 100vw);
    z-index:100;
  }

  .workshop-banner__link{
    display: block;
  }


  /** **/
  .top-news {
    max-width: calc(312 / 750 * 100vw);
    width: 100%;
    position: absolute;
    right: calc(-332 / 750 * 100vw);
    bottom: calc(37 / 750 * 100vw);
    transition: 0.3s ease;
    z-index: 40;
  }
  .top-news.is-show {
    right: calc(-20 / 750 * 100vw);
  }
  .top-news__visible-button {
    background-image: url(../img/top/ico_news_open-button_sp.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    max-width: calc(100 / 750 * 100vw);
    width: 100%;
    height: calc(263 / 750 * 100vw);
    transition: 0.3s ease;
    position: absolute;
    bottom: calc(60 / 750 * 100vw);
    right: calc(-30 / 750 * 100vw);
    z-index: 10;
  }
  .top-news__visible-button.is-show {
    right: calc(-135 / 750 * 100vw);
  }
  .top-news__close-button {
    background-image: url(../img/top/ico_news_close-button_sp.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    max-width: calc(78 / 750 * 100vw);
    width: 100%;
    height: calc(78 / 750 * 100vw);
    position: absolute;
    top: calc(-39 / 750 * 100vw);
    right: 0;
    z-index: 20;
  }
  .top-news__inner {
    position: relative;
    height: 100%;
  }
  .top-news__inner:before {
    content: "";
    display: block;
    background-image: url(../img/top/bg_news_01_sp.png);
    background-size: 100% 100%;
    background-position: top left;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 0;
    width: calc(100% + calc(16 / 750 * 100vw));
    height: calc(100% + calc(16 / 750 * 100vw));
    top: calc(-16 / 750 * 100vw);
    left: calc(-16 / 750 * 100vw);
  }
  .top-news__body {
    padding: calc(30 / 750 * 100vw) calc(30 / 750 * 100vw) calc(56 / 750 * 100vw) calc(30 / 750 * 100vw);
    height: 100%;
    position: relative;
    z-index: 10;
  }
  .top-news__date {
    color: var(--strong-color);
    font-family: var(--font-montserrat);
    font-size: calc(20 / 750 * 100vw);
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0.44em;
  }
  .top-news__text {
    font-size: calc(20 / 750 * 100vw);
    font-weight: 500;
    line-height: calc(18 / 12);
    letter-spacing: 0.1em;
    font-feature-settings: "palt";
    margin-top: calc(5 / 750 * 100vw);
  }
  .top-news__text + .top-news__text{
    margin-top: calc(10 / 750 * 100vw);
  }
  .top-news__text__link {
    text-decoration: underline !important;
  }
}

.mainvisual-scroll,
.mainvisual-scroll-text {
  position: absolute;
  left: 50%;
  bottom: -52px;
  width: 2px;
  height: 70px;
  overflow: hidden;
  z-index: 20;
}

.mainvisual-scroll::after,
.mainvisual-scroll::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 70px;
  z-index: 2;
}

.mainvisual-scroll::before {
  -webkit-animation: scroll 2.4s infinite normal;
  animation: scroll 2.4s infinite normal;
  background-color: var(--strong-color);
  z-index: 11;
}

.mainvisual-scroll::after {
  background-color: #fff;
  opacity: 0.4;
}

.mainvisual-scroll-text {
  font-family: var(--font-montserrat);
  color: var(--white-color);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-align: center;
  width: 60px;
  height: 20px;
  left: 0;
  right: 0;
  bottom: 30px;
  margin: 0 auto;
}

@media all and (max-width: 767px) {
  .mainvisual-scroll,
  .mainvisual-scroll-text {
    position: absolute;
    left: 50%;
    bottom: calc(-52 / 750 * 100vw);
    width: calc(2 / 750 * 100vw);
    height: calc(70 / 750 * 100vw);
    overflow: hidden;
    z-index: 20;
  }

  .mainvisual-scroll::after,
  .mainvisual-scroll::before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: calc(2 / 750 * 100vw);
    height: calc(70 / 750 * 100vw);
    z-index: 2;
  }

  .mainvisual-scroll::before {
    -webkit-animation: scroll 2.4s infinite normal;
    animation: scroll 2.4s infinite normal;
    background-color: var(--strong-color);
    z-index: 11;
  }

  .mainvisual-scroll::after {
    background-color: #fff;
    opacity: 0.4;
  }
  .mainvisual-scroll-text {
    font-family: var(--font-montserrat);
    color: var(--white-color);
    font-size: calc(20 / 750 * 100vw);
    font-weight: 400;
    letter-spacing: 0.1em;
    text-align: center;
    width: calc(130 / 750 * 100vw);
    height: calc(20 / 750 * 100vw);
    left: 0;
    right: 0;
    bottom: calc(40 / 750 * 100vw);
    margin: 0 auto;
  }
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  15% {
    -webkit-transform: translate3d(0, -98%, 0);
    transform: translate3d(0, -98%, 0);
  }

  85% {
    -webkit-transform: translate3d(0, 98%, 0);
    transform: translate3d(0, 98%, 0);
  }

  to {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  15% {
    -webkit-transform: translate3d(0, -98%, 0);
    transform: translate3d(0, -98%, 0);
  }

  85% {
    -webkit-transform: translate3d(0, 98%, 0);
    transform: translate3d(0, 98%, 0);
  }

  to {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}


/* --------------------------------------------------------------------------
  ABOUT
-------------------------------------------------------------------------- */
@media all and (min-width: 768px), print {
  .about-contents {
  }
  .about-contents__text {
    font-size: calc(20 / var(--page-font) * 1rem);
    font-weight: 500;
    letter-spacing: 0.04em;
    line-height: calc(40 / 20);
    text-align: center;
  }
  .about-box {
    margin-top: calc(150 / var(--page-font) * 1rem);
  }
  .about-box__body {
    display: flex;
    gap: calc(52 / var(--page-font) * 1rem);
  }
  .about-box__contents {
    max-width: calc(516 / var(--page-font) * 1rem);
    width: 100%;
    margin-left: calc(40 / var(--page-font) * 1rem);
  }
  .about-box__image {
    padding-bottom: calc(22 / var(--page-font) * 1rem);
    max-width: calc(550 / var(--page-font) * 1rem);
    width: 100%;
    filter: drop-shadow(calc(5 / var(--page-font) * 1rem) calc(3 / var(--page-font) * 1rem) calc(6 / var(--page-font) * 1rem) #e1dacc);
    position: relative;
    top: calc(20 / var(--page-font) * 1rem);
  }
  .about-box__image__01,
  .about-box__image__02 {
    display: block;
    max-width: calc(506 / var(--page-font) * 1rem);
    width: 100%;
    height: calc(376 / var(--page-font) * 1rem);
    position: absolute;
    top: 0;
    left: 0;
  }
  .about-box__image__01 {
    left: calc(44 / var(--page-font) * 1rem);
    z-index: 20;
  }
  .about-box__image__02 {
    top: calc(76 / var(--page-font) * 1rem);
    z-index: 10;
  }
  .about-box__title {
    display: flex;
  }
  .about-box__title__icon {
    background-color: var(--main-orange);
    mask-image: url(../img/common/ico_01_pc.svg);
    mask-size: contain;
    mask-position: center center;
    mask-repeat: no-repeat;
    max-width: calc(22 / var(--page-font) * 1rem);
    width: 100%;
    height: calc(25 / var(--page-font) * 1rem);
    display: block;
    flex-shrink: 0;
    position: relative;
    top: calc(-4 / var(--page-font) * 1rem);
    left: calc(1 / var(--page-font) * 1rem);
  }
  .about-box__title__label {
    color: var(--title-color);
    font-family: var(--font-yu-gothic);
    font-size: calc(28 / var(--page-font) * 1rem);
    font-weight: bold;
    letter-spacing: 0.24em;
    line-height: calc(68 / 28);
  }
  .about-box__text {
    font-size: calc(14 / var(--page-font) * 1rem);
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: calc(35 / 14);
    margin-top: calc(70 / var(--page-font) * 1rem);
  }
}
@media all and (max-width: 767px) {
  .about-contents {
  }
  .about-contents__text {
    font-size: calc(20 / 750 * 100vw);
    font-weight: 500;
    letter-spacing: 0.04em;
    line-height: calc(40 / 20);
    text-align: center;
  }
  .about-box {
    margin-top: calc(110 / 750 * 100vw);
  }
  .about-box__body {
  }
  .about-box__contents {
    margin-left: calc(20 / 750 * 100vw);
  }
  .about-box__image {
    padding-bottom: calc(92 / 750 * 100vw);
    max-width: calc(690 / 750 * 100vw);
    width: 100%;
    height: calc(572 / 750 * 100vw);
    filter: drop-shadow(calc(5 / 750 * 100vw) calc(3 / 750 * 100vw) calc(6 / 750 * 100vw) #e1dacc);
    position: relative;
    margin-top: calc(74 / 750 * 100vw);
  }
  .about-box__image__01,
  .about-box__image__02 {
    display: block;
    max-width: calc(638 / 750 * 100vw);
    width: 100%;
    height: calc(474 / 750 * 100vw);
    position: absolute;
    top: 0;
    left: 0;
  }
  .about-box__image__01 {
    left: calc(50 / 750 * 100vw);
    z-index: 20;
  }
  .about-box__image__02 {
    top: calc(76 / 750 * 100vw);
    z-index: 10;
  }
  .about-box__title {
    text-align: center;
  }
  .about-box__title__label {
    color: var(--title-color);
    font-family: var(--font-yu-gothic);
    font-size: calc(42 / 750 * 100vw);
    font-weight: bold;
    letter-spacing: 0.24em;
    line-height: calc(90 / 42);
  }
  .about-box__text {
    font-size: calc(28 / 750 * 100vw);
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: calc(56 / 28);
    text-align: center;
    margin-top: calc(50 / 750 * 100vw);
  }
  .about-box__text + .about-box__text {
    margin-top: calc(20 / 750 * 100vw);
  }
}

/* --------------------------------------------------------------------------
  ANCHOR
-------------------------------------------------------------------------- */
@media all and (min-width: 768px), print {
  .soylatte-anchor {
    position: relative;
    z-index: 10;
    margin-top: calc(118 / var(--page-font) * 1rem);
    margin-bottom: calc(-160 / var(--page-font) * 1rem);
  }
  .soylatte-anchor__body {
    padding: calc(40 / var(--page-font) * 1rem) calc(35 / var(--page-font) * 1rem);
    background-image: url(../img/top/bg_anchor_01_pc.png);
    background-size: calc(1458 / var(--page-font) * 1rem) auto;
    background-position: top left;
    background-repeat: repeat;
    filter: drop-shadow(calc(5 / var(--page-font) * 1rem) calc(3 / var(--page-font) * 1rem) calc(6 / var(--page-font) * 1rem) #e1dacc);
  }

  .soylatte-anchor-list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: calc(125 / var(--page-font) * 1rem);
  }

  .soylatte-anchor-list__item__box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .soylatte-anchor-list__item__box .eng {
    color: var(--strong-color);
    position: relative;
    font-family: var(--font-montserrat);
    font-size: calc(10 / var(--page-font) * 1rem);
    font-weight: 400;
    letter-spacing: 0.44em;
    line-height: 1;
  }
  .soylatte-anchor-list__item__box .eng:before {
    content: "(";
    padding-right: calc(10 / var(--page-font) * 1rem);
  }
  .soylatte-anchor-list__item__box .eng:after {
    content: ")";
    padding-left: calc(10 / var(--page-font) * 1rem);
  }

  .soylatte-anchor-list__item__box .title-01 {
    color: var(--title-color);
    font-family: var(--font-yu-gothic);
    font-size: calc(12 / var(--page-font) * 1rem);
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.2;
    margin-top: calc(25 / var(--page-font) * 1rem);
  }
  .soylatte-anchor-list__item__box .title-02 {
    color: var(--title-color);
    font-family: var(--font-yu-gothic);
    font-size: calc(18 / var(--page-font) * 1rem);
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.2;
    margin-top: calc(15 / var(--page-font) * 1rem);
  }
  .soylatte-anchor-list__link {
    padding-bottom: calc(40 / var(--page-font) * 1rem);
    display: block;
    transition: 0.3s ease;
    position: relative;
  }
  .soylatte-anchor-list__link:before {
    content: "";
    border: calc(1 / var(--page-font) * 1rem) solid #ac7e24;
    border-left: 0;
    border-bottom: 0;
    display: block;
    width: calc(14 / var(--page-font) * 1rem);
    height: calc(14 / var(--page-font) * 1rem);
    transform: rotate(135deg);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    transition: 0.3s ease;
  }
  .soylatte-anchor-list__link:hover {
    opacity: 0.7;
  }
  .soylatte-anchor-list__link:hover:before {
    bottom: calc(-6 / var(--page-font) * 1rem);
  }
}
@media all and (min-width: 768px) and (max-width: 1200px) {
  .soylatte-anchor-list {
    gap: calc(100 / var(--page-font) * 1rem);
  }
}
@media all and (max-width: 767px) {
  .soylatte-anchor {
    position: relative;
    z-index: 10;
    margin-top: calc(110 / 750 * 100vw);
    margin-bottom: calc(-160 / 750 * 100vw);
  }
  .soylatte-anchor .l-section__inner {
    padding: 0;
  }
  .soylatte-anchor__body {
    padding: calc(50 / 750 * 100vw) calc(35 / 750 * 100vw);
    background-image: url(../img/top/bg_anchor_01_pc.png);
    background-size: calc(1458 / 750 * 100vw) auto;
    background-position: top left;
    background-repeat: repeat;
    filter: drop-shadow(calc(5 / 750 * 100vw) calc(3 / 750 * 100vw) calc(6 / 750 * 100vw) #e1dacc);
  }

  .soylatte-anchor-list {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }

  .soylatte-anchor-list__item {
    padding-top: calc(40 / 750 * 100vw);
    padding-bottom: calc(40 / 750 * 100vw);
    width: calc(100% / 2);
    position: relative;
  }

  .soylatte-anchor-list__item:before {
    content: "";
    background-color: var(--white-color);
    display: block;
    width: calc(2 / 750 * 100vw);
    height: calc(160 / 750 * 100vw);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto 0;
  }
  .soylatte-anchor-list__item:after {
    content: "";
    background-color: var(--white-color);
    display: block;
    width: calc(300 / 750 * 100vw);
    height: calc(2 / 750 * 100vw);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .soylatte-anchor-list__item__box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .soylatte-anchor-list__item__box .eng {
    color: var(--strong-color);
    position: relative;
    font-family: var(--font-montserrat);
    font-size: calc(18 / 750 * 100vw);
    font-weight: 400;
    letter-spacing: 0.44em;
    line-height: 1;
  }
  .soylatte-anchor-list__item__box .eng:before {
    content: "(";
    padding-right: calc(8 / 750 * 100vw);
  }
  .soylatte-anchor-list__item__box .eng:after {
    content: ")";
    padding-left: calc(8 / 750 * 100vw);
  }

  .soylatte-anchor-list__item__box .title-01 {
    color: var(--title-color);
    font-family: var(--font-yu-gothic);
    font-size: calc(18 / 750 * 100vw);
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.2;
    margin-top: calc(30 / 750 * 100vw);
  }
  .soylatte-anchor-list__item__box .title-02 {
    color: var(--title-color);
    font-family: var(--font-yu-gothic);
    font-size: calc(26 / 750 * 100vw);
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.2;
    margin-top: calc(15 / 750 * 100vw);
  }
  .soylatte-anchor-list__link {
    padding-bottom: calc(40 / 750 * 100vw);
    display: block;
    transition: 0.3s ease;
    position: relative;
  }
  .soylatte-anchor-list__link:before {
    content: "";
    border: calc(1 / 750 * 100vw) solid #ac7e24;
    border-left: 0;
    border-bottom: 0;
    display: block;
    width: calc(20 / 750 * 100vw);
    height: calc(20 / 750 * 100vw);
    transform: rotate(135deg);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    transition: 0.3s ease;
  }

  /** **/
  .soylatte-anchor-list__item:first-child,
  .soylatte-anchor-list__item:nth-child(2) {
    padding-top: 0;
  }
  .soylatte-anchor-list__item:nth-child(n + 3) {
    padding-bottom: 0;
  }

  .soylatte-anchor-list__item:first-child:before,
  .soylatte-anchor-list__item:nth-child(2n + 1):before {
    content: none;
  }
  .soylatte-anchor-list__item:first-child:after,
  .soylatte-anchor-list__item:nth-child(2):after {
    content: none;
  }
}

/* --------------------------------------------------------------------------
  SOYMILK
-------------------------------------------------------------------------- */
@media all and (min-width: 768px), print {
  .l-section.--soy-milk .c-section-side {
    max-width: calc(44 / var(--page-font) * 1rem);
    width: 100%;
    top: 0;
    left: calc(-1110 / var(--page-font) * 1rem);
    right: 0;
    margin: 0 auto;
  }
  .soymilk-scroll-progress {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: calc(15 / var(--page-font) * 1rem);
    margin-top: calc(88 / var(--page-font) * 1rem);
  }
  .soymilk-scroll-progress__in {
    writing-mode: sideways-rl;
    -webkit-writing-mode: sideways-rl;
    -ms-writing-mode: sideways-rl;
    color: var(--strong-color);
    position: relative;
    font-family: var(--font-montserrat);
    font-size: calc(12 / var(--page-font) * 1rem);
    font-weight: 400;
    letter-spacing: 0.44em;
    line-height: 1;
  }
  .soymilk-scroll-progress__obj {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: calc(10 / var(--page-font) * 1rem);
  }
  .soymilk-scroll-progress__obj__line {
    background-color: #fff;
    display: block;
    width: calc(1 / var(--page-font) * 1rem);
    height: calc(65 / var(--page-font) * 1rem);
    position: relative;
  }
  .soymilk-scroll-progress__obj__line__before {
    background-color: var(--strong-color);
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
  }
  .soymilk-product-wrap {
  }
  .soymilk-product {
    width: 100%;
    position: relative;
    margin-top: calc(100 / var(--page-font) * 1rem);
  }
  .soymilk-product__inner {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
  }
  .soymilk-product__body {
    overflow-y: scroll;
    height: calc(675 / var(--page-font) * 1rem);
    position: relative;
    -ms-overflow-style: none; /* Internet Explorer 10+ */
    scrollbar-width: none; /* Firefox */
    -webkit-overflow-scrolling: touch;
  }

  /* WebKit系ブラウザ（Chrome, Safari, Edge）用 */
  .soymilk-product__body::-webkit-scrollbar {
    display: none;
  }
  .soymilk-product__float {
    width: 100%;
    position: relative;
    z-index: 1000;
    top: calc(0 / var(--page-font) * 1rem);
    margin: 0 auto;
  }
  .soymilk-product__float.is-fixed {
    position: fixed;
  }
  .soymilk-product__float.is-static {
    position: static;
  }
  .soymilk-product__float.is-static-bottom {
    top: auto;
    bottom: calc(60 / var(--page-font) * 1rem);
    position: absolute;
  }
  .product-box-wrap {
    padding-left: calc(60 / var(--page-font) * 1rem);
    width: 100%;
  }
  .product-box {
    max-width: calc(1075 / var(--page-font) * 1rem);
    width: 100%;
    transition: 0.3s ease;
    position: sticky;
    top: 0;
    left: calc(75 / var(--page-font) * 1rem);
    right: 0;
    opacity: 1;
    margin: 0 auto;
  }
  .product-box.is-hide {
    opacity: 0;
    z-index: -1 !important;
  }
  .product-box__inner {
    padding: calc(107 / var(--page-font) * 1rem) calc(38 / var(--page-font) * 1rem) calc(150 / var(--page-font) * 1rem) calc(38 / var(--page-font) * 1rem);
    height: calc(675 / var(--page-font) * 1rem);
    position: relative;
    filter: drop-shadow(calc(5 / var(--page-font) * 1rem) calc(3 / var(--page-font) * 1rem) calc(6 / var(--page-font) * 1rem) #e1dacc);
  }
  .product-box__inner:before {
    content: "";
    background-image: url(../img/top/bg_soymilk_01_pc.png);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    display: block;
    max-width: calc(1016 / var(--page-font) * 1rem);
    width: 100%;
    height: calc(588 / var(--page-font) * 1rem);
    position: absolute;
    top: calc(40 / var(--page-font) * 1rem);
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 5;
  }
  .product-box__body {
    position: relative;
    z-index: 10;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: calc(53 / var(--page-font) * 1rem);
  }
  .product-box__image {
    max-width: calc(353 / var(--page-font) * 1rem);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .product-box__image__obj {
    max-width: calc(164 / var(--page-font) * 1rem);
    width: 100%;
    filter: drop-shadow(calc(6 / var(--page-font) * 1rem) calc(11 / var(--page-font) * 1rem) calc(13 / var(--page-font) * 1rem) #e1dacc);
  }
  .product-box__contents {
    max-width: calc(452 / var(--page-font) * 1rem);
    width: 100%;
  }
  .product-box__number {
    color: var(--strong-color);
    font-family: var(--font-montserrat);
    font-size: calc(80 / var(--page-font) * 1rem);
    font-weight: 100;
    letter-spacing: 0.05em;
    position: relative;
    left: calc(-6 / var(--page-font) * 1rem);
  }
  .product-box__copy {
    padding-bottom: calc(32 / var(--page-font) * 1rem);
    font-size: calc(28 / var(--page-font) * 1rem);
    font-weight: bold;
    letter-spacing: 0.3em;
    line-height: 1.8;
    display: flex;
    flex-direction: column;
    position: relative;
  }
  .product-box__copy:before {
    content: "";
    background-color: var(--strong-color);
    max-width: calc(88 / var(--page-font) * 1rem);
    width: 100%;
    height: calc(10 / var(--page-font) * 1rem);
    display: block;
    mask-image: url(../img/common/ico_nami-line_01_pc.svg);
    mask-size: auto 100%;
    mask-position: top left;
    mask-repeat: no-repeat;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .product-box__copy .copy-02 {
    font-size: calc(16 / var(--page-font) * 1rem);
    font-weight: bold;
    letter-spacing: 0.24em;
  }
  .product-box__title {
    font-size: calc(18 / var(--page-font) * 1rem);
    font-weight: 700;
    letter-spacing: 0.2em;
    line-height: calc(40 / 20);
    margin-top: calc(20 / var(--page-font) * 1rem);
  }
  .product-box__text {
    font-size: calc(14 / var(--page-font) * 1rem);
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: calc(28 / 14);
    font-feature-settings: "palt";
    margin-top: calc(10 / var(--page-font) * 1rem);
  }

  .product-box-button {
    margin-top: calc(30 / var(--page-font) * 1rem);
  }
  .product-box-button__obj {
    max-width: calc(336 / var(--page-font) * 1rem);
    width: 100%;
  }
  .product-box-button__obj__link {
    border: calc(1 / var(--page-font) * 1rem) solid var(--strong-color);
    border-radius: calc(20 / var(--page-font) * 1rem);
    min-height: calc(40 / var(--page-font) * 1rem);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: 0.3s ease;
  }
  .product-box-button__obj__link:after {
    content: "";
    border: calc(1 / var(--page-font) * 1rem) solid var(--strong-color);
    border-left: 0;
    border-bottom: 0;
    display: block;
    width: calc(6 / var(--page-font) * 1rem);
    height: calc(6 / var(--page-font) * 1rem);
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: calc(16 / var(--page-font) * 1rem);
    bottom: 0;
    margin: auto 0;
    transition: 0.3s ease;
  }
  .product-box-button__obj__label {
    color: var(--strong-color);
    font-size: calc(12 / var(--page-font) * 1rem);
    font-weight: 400;
    letter-spacing: 0.1em;
  }
  .product-box-button__obj__link:hover {
    background-color: var(--strong-color);
    color: var(--white-color);
  }
  .product-box-button__obj__link:hover .product-box-button__obj__label {
    color: var(--white-color);
  }
  .product-box-button__obj__link:hover:after {
    border-color: var(--white-color);
  }

  .product-box.--box-01 {
    z-index: 50;
  }
  .product-box.--box-01 .product-box__inner:before {
    transform: rotate(0);
  }
  .product-box.--box-02 {
    z-index: 45;
  }
  .product-box.--box-02 .product-box__inner:before {
    top: calc(39 / var(--page-font) * 1rem);
    right: calc(30 / var(--page-font) * 1rem);
    transform: rotate(-3.16deg);
  }
  .product-box.--box-03 {
    z-index: 40;
  }
  .product-box.--box-03 .product-box__inner:before {
    top: calc(53 / var(--page-font) * 1rem);
    transform: rotate(3.53deg);
  }
  .product-box.--box-04 {
    z-index: 35;
  }
  .product-box.--box-04 .product-box__inner:before {
    top: calc(59 / var(--page-font) * 1rem);
    right: calc(-32 / var(--page-font) * 1rem);
    transform: rotate(-0.68deg);
  }
}

@media all and (min-width: 1051px) and (max-width: 1400px) {
  .l-section.--soy-milk .c-section-side {
    left: calc(-1140 / var(--page-font) * 1rem);
  }
  .soymilk-product__body {
    padding-left: calc(100 / var(--page-font) * 1rem);
  }
  .product-box {
    left: calc(20 / var(--page-font) * 1rem);
    margin: 0;
  }
}
@media all and (min-width: 937px) and (max-width: 1050px) {
  .l-section.--soy-milk .c-section-side {
    left: calc(35 / var(--page-font) * 1rem);
    margin: 0;
  }
  .soymilk-product__body {
    padding-left: calc(50 / var(--page-font) * 1rem);
  }
  .product-box {
    left: calc(20 / var(--page-font) * 1rem);
    margin: 0;
  }
}

@media all and (max-width: 767px) {
  .l-section.--soy-milk .c-section-side {
    top: calc(10 / 750 * 100vw);
  }
  .soymilk-scroll-progress {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: calc(15 / 750 * 100vw);
    margin-top: calc(265 / 750 * 100vw);
  }
  .soymilk-scroll-progress__in {
    writing-mode: sideways-rl;
    -webkit-writing-mode: sideways-rl;
    -ms-writing-mode: sideways-rl;
    color: var(--strong-color);
    position: relative;
    font-family: var(--font-montserrat);
    font-size: calc(18 / 750 * 100vw);
    font-weight: 400;
    letter-spacing: 0.44em;
    line-height: 1;
  }
  .soymilk-scroll-progress__obj {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: calc(20 / 750 * 100vw);
  }
  .soymilk-scroll-progress__obj__line {
    background-color: #fff;
    display: block;
    width: calc(2 / 750 * 100vw);
    height: calc(120 / 750 * 100vw);
    position: relative;
  }
  .soymilk-scroll-progress__obj__line__before {
    background-color: var(--strong-color);
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
  }
  .soymilk-product {
    width: 100%;
    position: relative;
    margin-top: calc(40 / 750 * 100vw);
  }
  .soymilk-product__inner {
    max-width: calc(1160 / 750 * 100vw);
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
  }
  .soymilk-product__body {
    overflow-y: scroll;
    height: calc(675 / var(--page-font) * 1rem);
    position: relative;
    -ms-overflow-style: none; /* Internet Explorer 10+ */
    scrollbar-width: none; /* Firefox */
    -webkit-overflow-scrolling: touch;
  }

  /* WebKit系ブラウザ（Chrome, Safari, Edge）用 */
  .soymilk-product__body::-webkit-scrollbar {
    display: none;
  }
  .soymilk-product__float {
    width: 100%;
    position: relative;
    z-index: 1000;
    top: calc(0 / var(--page-font) * 1rem);
    margin: 0 auto;
  }
  .soymilk-product__float.is-fixed {
    position: fixed;
  }
  .soymilk-product__float.is-static {
    position: static;
  }
  .soymilk-product__float.is-static-bottom {
    top: auto;
    bottom: calc(90 / 750 * 100vw);
    position: absolute;
  }
  .product-box-wrap {
    padding-left: calc(40 / var(--page-font) * 1rem);
    width: 100%;
    position: relative;
  }
  .product-box {
    max-width: calc(675 / 750 * 100vw);
    width: 100%;
    transition: 0.3s ease;
    position: sticky;
    top: 0;
    left: auto;
    right: 0;
    opacity: 1;
  }
  .product-box.is-hide {
    opacity: 0;
    z-index: -1 !important;
  }
  .product-box__inner {
    padding: calc(92 / 750 * 100vw) calc(40 / 750 * 100vw) calc(65 / 750 * 100vw) calc(73 / 750 * 100vw);
    height: calc(1132 / 750 * 100vw);
    position: relative;
    filter: drop-shadow(calc(5 / 750 * 100vw) calc(3 / 750 * 100vw) calc(6 / 750 * 100vw) #e1dacc);
  }
  .product-box__inner:before {
    content: "";
    background-image: url(../img/top/bg_soymilk_01_pc.png);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    display: block;
    max-width: calc(670 / 750 * 100vw);
    width: 100%;
    height: calc(1132 / 750 * 100vw);
    position: absolute;
    top: calc(40 / 750 * 100vw);
    right: calc(-10 / 750 * 100vw);
    z-index: 5;
  }
  .product-box__body {
    position: relative;
    z-index: 10;
  }
  .product-box__image {
    max-width: calc(203 / 750 * 100vw);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: absolute;
    top: calc(20 / 750 * 100vw);
    right: calc(0 / 750 * 100vw);
  }
  .product-box__image__obj {
    max-width: calc(177 / 750 * 100vw);
    width: 100%;
    filter: drop-shadow(calc(6 / 750 * 100vw) calc(11 / 750 * 100vw) calc(13 / 750 * 100vw) #e1dacc);
  }
  .product-box__contents {
    max-width: calc(570 / 750 * 100vw);
    width: 100%;
  }
  .product-box__number {
    color: var(--strong-color);
    font-family: var(--font-montserrat);
    font-size: calc(140 / 750 * 100vw);
    font-weight: 100;
    letter-spacing: 0.05em;
    position: relative;
    left: calc(-6 / 750 * 100vw);
  }
  .product-box__copy {
    padding-bottom: calc(94 / 750 * 100vw);
    font-size: calc(44 / 750 * 100vw);
    font-weight: bold;
    letter-spacing: 0.24em;
    font-feature-settings: "palt";
    line-height: 1.8;
    display: flex;
    flex-direction: column;
    position: relative;
    gap: calc(20 / 750 * 100vw);
  }
  .product-box__copy:before {
    content: "";
    background-color: var(--strong-color);
    max-width: calc(88 / 750 * 100vw);
    width: 100%;
    height: calc(10 / 750 * 100vw);
    display: block;
    mask-image: url(../img/common/ico_nami-line_01_pc.svg);
    mask-size: auto 100%;
    mask-position: top left;
    mask-repeat: no-repeat;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .product-box__copy .copy-02 {
    font-size: calc(28 / 750 * 100vw);
    font-weight: bold;
    letter-spacing: 0.2em;
  }
  .product-box__title {
    font-size: calc(30 / 750 * 100vw);
    font-weight: 700;
    letter-spacing: 0.2em;
    line-height: calc(40 / 20);
    margin-top: calc(52 / 750 * 100vw);
  }
  .product-box__text {
    font-size: calc(28 / 750 * 100vw);
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: calc(56 / 28);
    text-align: justify;
    text-justify: inter-ideograph;
    font-feature-settings: "palt";
    margin-top: calc(20 / 750 * 100vw);
  }

  .product-box-button {
    margin-top: calc(30 / 750 * 100vw);
  }
  .product-box-button__obj {
    max-width: calc(570 / 750 * 100vw);
    width: 100%;
  }
  .product-box-button__obj__link {
    border: calc(1 / 750 * 100vw) solid var(--strong-color);
    border-radius: calc(60 / 750 * 100vw);
    min-height: calc(82 / 750 * 100vw);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: 0.3s ease;
  }
  .product-box-button__obj__link:after {
    content: "";
    border: calc(1 / 750 * 100vw) solid var(--strong-color);
    border-left: 0;
    border-bottom: 0;
    display: block;
    width: calc(10 / 750 * 100vw);
    height: calc(10 / 750 * 100vw);
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: calc(32 / 750 * 100vw);
    bottom: 0;
    margin: auto 0;
    transition: 0.3s ease;
  }
  .product-box-button__obj__label {
    color: var(--strong-color);
    font-size: calc(24 / 750 * 100vw);
    font-weight: 400;
    letter-spacing: 0.1em;
  }
  .product-box-button__obj__link:hover {
    background-color: var(--strong-color);
    color: var(--white-color);
  }
  .product-box-button__obj__link:hover .product-box-button__obj__label {
    color: var(--white-color);
  }
  .product-box-button__obj__link:hover:after {
    border-color: var(--white-color);
  }

  .product-box.--box-01 {
    z-index: 50;
  }
  .product-box.--box-01 .product-box__inner:before {
    transform: rotate(0);
  }
  .product-box.--box-02 {
    z-index: 45;
  }
  .product-box.--box-02 .product-box__copy {
    letter-spacing: 0.075em;
  }
  .product-box.--box-02 .product-box__inner:before {
    opacity: 0.5;
    top: calc(24 / 750 * 100vw);
    right: calc(-33 / 750 * 100vw);
    transform: rotate(-2.16deg);
  }
  .product-box.--box-03 {
    z-index: 40;
  }
  .product-box.--box-03 .product-box__inner:before {
    top: calc(53 / 750 * 100vw);
    transform: rotate(1.53deg);
  }
  .product-box.--box-04 {
    z-index: 35;
  }
  .product-box.--box-04 .product-box__copy {
    letter-spacing: 0.075em;
  }
  .product-box.--box-04 .product-box__copy .copy-02 {
    letter-spacing: 0.2em;
  }
  .product-box.--box-04 .product-box__inner:before {
    opacity: 0.5;
    top: calc(59 / 750 * 100vw);
    right: calc(-10 / 750 * 100vw);
    transform: rotate(-1.25deg);
  }
  .product-box.is-hide + .product-box.--box-02 .product-box__inner:before {
    opacity: 1;
  }
  .product-box.is-hide + .product-box.--box-04 .product-box__inner:before {
    opacity: 1;
  }
}

/* --------------------------------------------------------------------------
  COFFEE
-------------------------------------------------------------------------- */
@media all and (min-width: 768px), print {
  .l-section.--coffee .c-section-title__inner:before {
    max-width: calc(138 / var(--page-font) * 1rem);
    height: calc(8 / var(--page-font) * 1rem);
  }
  .coffee-map {
    margin-top: calc(105 / var(--page-font) * 1rem);
  }
  .coffee-map__body {
    padding: 0 calc(0 / var(--page-font) * 1rem);
    max-width: calc(1440 / var(--page-font) * 1rem);
    width: 100%;
    position: relative;
    margin: 0 auto;
    padding-top: calc(20 / var(--page-font) * 1rem);
  }
}

@media all and (max-width: 767px) {
  .l-section.--coffee .c-section-title__inner:before {
    max-width: calc(138 / 750 * 100vw);
    height: calc(8 / 750 * 100vw);
  }
  .coffee-map {
    margin-top: calc(80 / 750 * 100vw);
  }
  .coffee-map__body {
    padding: 0 calc(0 / 750 * 100vw);
    position: relative;
    margin: 0 auto;
    padding-top: calc(20 / 750 * 100vw);
  }
  .coffee-map__image__inner {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .coffee-map__body picture {
  }
  .coffee-map__body img {
    position: relative;
    width: calc(2506 / 750 * 100vw);
  }

  .coffee-map__image {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-top: calc(86 / 750 * 100vw);
  }

  .coffee-map__image__inner {
    padding-top: calc(30 / 750 * 100vw);
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .coffee-map__image__inner::-webkit-scrollbar {
    display: none;
  }

  .coffee-map__image__inner img {
    width: calc(1400 / 750 * 100vw);
    height: auto;
  }

  .custom-scrollbar {
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - calc(80 / 750 * 100vw));
    height: calc(2 / 750 * 100vw);
    background-color: var(--white-color);
    border-radius: 0;
    overflow: hidden;
  }

  .scrollbar-thumb {
    height: 100%;
    width: 20%;
    background-color: var(--strong-color);
    border-radius: 0;
  }
}

/* --------------------------------------------------------------------------
  BITTER
-------------------------------------------------------------------------- */
@media all and (min-width: 768px), print {
  .l-section.--coffee .c-section-title__inner:before {
    max-width: calc(138 / var(--page-font) * 1rem);
    height: calc(8 / var(--page-font) * 1rem);
  }
  .bitter-box {
    margin-top: calc(105 / var(--page-font) * 1rem);
  }
  .bitter-box__body {
    padding: 0 calc(0 / var(--page-font) * 1rem) 0 calc(14 / var(--page-font) * 1rem);
    max-width: calc(984 / var(--page-font) * 1rem);
    width: 100%;
    position: relative;
    margin: 0 auto;
    padding-top: calc(80 / var(--page-font) * 1rem);
  }
  .bitter-level-list__item {
    position: relative;
    transition: 0.3s ease;
  }
  .bitter-level-list__item + .bitter-level-list__item {
    margin-top: calc(-30 / var(--page-font) * 1rem);
  }
  .bitter-level-list__item__body {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: calc(50 / var(--page-font) * 1rem);
  }
  .bitter-level-list__item__image {
    max-width: calc(235 / var(--page-font) * 1rem);
    width: 100%;
    height: calc(235 / var(--page-font) * 1rem);
    filter: drop-shadow(calc(0 / var(--page-font) * 1rem) calc(-5 / var(--page-font) * 1rem) calc(6 / var(--page-font) * 1rem) #e1dacc);
    transition: 0.3s ease;
  }
  .bitter-level-list__item__contents {
    max-width: calc(690 / var(--page-font) * 1rem);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: calc(45 / var(--page-font) * 1rem);
  }
  .bitter-level-list__item__title {
    background-color: var(--strong-color);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: calc(148 / var(--page-font) * 1rem);
    width: 100%;
    height: calc(40 / var(--page-font) * 1rem);
    position: relative;
  }
  .bitter-level-list__item__title:after {
    content: "";
    background-color: var(--bg-main-color);
    display: block;
    width: calc(10 / var(--page-font) * 1rem);
    height: calc(10 / var(--page-font) * 1rem);
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
    position: absolute;
    right: calc(-4 / var(--page-font) * 1rem);
    bottom: calc(-2 / var(--page-font) * 1rem);
    transform: rotate(20deg);
  }
  .bitter-level-list__item__title__label {
    font-size: calc(16 / var(--page-font) * 1rem);
    font-weight: 700;
    letter-spacing: 0.3em;
    color: var(--white-color);
  }
  .bitter-level-list__item__text {
    max-width: calc(506 / var(--page-font) * 1rem);
    width: 100%;
    display: flex;
    align-items: center;
  }
  .bitter-level-list__item__text__obj {
    font-size: calc(14 / var(--page-font) * 1rem);
    font-weight: 500;
    letter-spacing: 0.075em;
    line-height: calc(25 / 14);
    font-feature-settings: "palt";
  }

  .bitter-scroll-bar {
    background-color: transparent;
    display: block;
    width: calc(1 / var(--page-font) * 1rem);
    height: calc(332 / var(--page-font) * 1rem);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    overflow: hidden;
  }
  .bitter-scroll-bar__obj {
    height: 100%;
    width: 100%;
    background: linear-gradient(#e6d9be, #5c471d);
    transition: width 0.1s ease;
    position: absolute;
    top: 0;
    left: 0;
  }

  /** **/
  .bitter-level-list__item.--item-01 {
    z-index: 50;
  }
  .bitter-level-list__item.--item-02 {
    z-index: 45;
  }
  .bitter-level-list__item.--item-03 {
    z-index: 40;
  }
  .bitter-level-list__item.--item-03 .bitter-level-list__item__image {
    filter: drop-shadow(calc(5 / var(--page-font) * 1rem) calc(3 / var(--page-font) * 1rem) calc(6 / var(--page-font) * 1rem) #e1dacc);
  }

  .bitter-level-list.focus-item-1 .bitter-level-list__item.--item-01 .bitter-level-list__item__image,
  .bitter-level-list.focus-item-2 .bitter-level-list__item.--item-02 .bitter-level-list__item__image,
  .bitter-level-list.focus-item-3 .bitter-level-list__item.--item-03 .bitter-level-list__item__image {
    transform: scale(1.2);
  }

  .bitter-level-list.focus-item-2 .bitter-level-list__item.--item-02 {
    z-index: 80;
  }
  .bitter-level-list.focus-item-3 .bitter-level-list__item.--item-01 {
    z-index: 40;
  }
  .bitter-level-list.focus-item-3 .bitter-level-list__item.--item-03 {
    z-index: 80;
  }

  /** **/
}

@media all and (max-width: 767px) {
  .l-section.--coffee .c-section-title__inner:before {
    max-width: calc(138 / 750 * 100vw);
    height: calc(8 / 750 * 100vw);
  }
  .bitter-box {
    margin-top: calc(105 / 750 * 100vw);
  }
  .bitter-box__body {
    padding: 0 calc(0 / 750 * 100vw) 0 calc(60 / 750 * 100vw);
    max-width: calc(984 / 750 * 100vw);
    width: 100%;
    position: relative;
    overflow-x: auto;
    margin: 0 auto;
    padding-top: calc(210 / 750 * 100vw);
    scrollbar-width: none; /* Firefoxでのスクロールバーを非表示にする */
  }
  .bitter-box__body::-webkit-scrollbar {
    display: none; /* スクロールバー全体を非表示 */
  }
  .bitter-level-list {
    display: flex;
    flex-wrap: nowrap;
    gap: calc(68 / 750 * 100vw);
  }
  .bitter-level-list__item {
    max-width: calc(398 / 750 * 100vw);
    width: 100%;
    position: relative;
    transition: 0.3s ease;
    flex: 0 0 auto;
  }
  .bitter-level-list__item + .bitter-level-list__item {
  }
  .bitter-level-list__item__body {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: calc(40 / 750 * 100vw);
  }
  .bitter-level-list__item__image {
    max-width: calc(360 / 750 * 100vw);
    width: 100%;
    height: calc(360 / 750 * 100vw);
    filter: drop-shadow(calc(0 / 750 * 100vw) calc(-5 / 750 * 100vw) calc(6 / 750 * 100vw) #e1dacc);
    transition: 0.3s ease;
  }
  .bitter-level-list__item__contents {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: calc(40 / 750 * 100vw);
  }
  .bitter-level-list__item__title {
    background-color: var(--strong-color);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: calc(266 / 750 * 100vw);
    width: 100%;
    height: calc(70 / 750 * 100vw);
    position: relative;
  }
  .bitter-level-list__item__title:after {
  }
  .bitter-level-list__item__title__label {
    font-size: calc(28 / 750 * 100vw);
    font-weight: 700;
    letter-spacing: 0.3em;
    color: var(--white-color);
  }
  .bitter-level-list__item__text {
    max-width: calc(506 / 750 * 100vw);
    width: 100%;
    display: flex;
    align-items: center;
  }
  .bitter-level-list__item__text__obj {
    font-size: calc(28 / 750 * 100vw);
    font-weight: 500;
    letter-spacing: 0.05em;
    text-align: justify;
    text-justify: inter-ideograph;
    line-height: calc(50 / 28);
    font-feature-settings: "palt";
  }

  .bitter-scroll-bar {
    background-color: transparent;
    display: block;
    width: calc(465 / 750 * 100vw);
    height: calc(2 / 750 * 100vw);
    position: absolute;
    top: calc(8 / 750 * 100vw);
    left: calc(225 / 750 * 100vw);
    margin: 0 auto;
    overflow: hidden;
  }
  .bitter-scroll-bar__obj {
    height: 100%;
    width: 0;
    background: linear-gradient(to right, #e6d9be, #5c471d);
    transition: width 0.1s ease;
    position: absolute;
    top: 0;
    left: 0;
  }
}

/* --------------------------------------------------------------------------
  RECIPE
-------------------------------------------------------------------------- */
@media all and (min-width: 768px), print {
  .recipe-mainvisual {
    background-image: url(../img/top/img_recipe_mainvisual_01_pc.png);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: calc(347 / var(--page-font) * 1rem);
  }
  .recipe-tab {
    margin-top: calc(58 / var(--page-font) * 1rem);
  }
  .recipe-box__container {
    display: flex;
    gap: calc(20 / var(--page-font) * 1rem);
  }
  .recipe-box__photo {
    max-width: calc(633 / var(--page-font) * 1rem);
    width: 100%;
  }
  .recipe-box-list {
    display: flex;
    flex-direction: column;
  }
  .recipe-box-list__item {
    position: relative;
  }
  .recipe-box-list__item + .recipe-box-list__item {
    margin-top: calc(22 / var(--page-font) * 1rem);
  }
  .recipe-box-list__item__inner {
    padding: calc(26 / var(--page-font) * 1rem) calc(66 / var(--page-font) * 1rem) calc(32 / var(--page-font) * 1rem) calc(66 / var(--page-font) * 1rem);
    background-image: url(../img/top/bg_recipe_box_01_pc.png);
    background-size: 100% 100%;
    background-position: top left;
    background-repeat: repeat;
    filter: drop-shadow(calc(5 / var(--page-font) * 1rem) calc(3 / var(--page-font) * 1rem) calc(6 / var(--page-font) * 1rem) #e1dacc);
    position: relative;
  }
  .recipe-box-list__title {
    font-family: var(--font-yu-gothic);
    font-size: calc(20 / var(--page-font) * 1rem);
    font-weight: bold;
    letter-spacing: 0.24em;
    line-height: calc(25 / 14);
    font-feature-settings: "palt";
    text-align: center;
  }
  .recipe-box-list__item__body {
    margin-top: calc(10 / var(--page-font) * 1rem);
  }
  .recipe-box-list__item__text {
    font-size: calc(14 / var(--page-font) * 1rem);
    font-weight: 500;
    letter-spacing: 0.12em;
    line-height: calc(21 / 14);
  }
  .recipe-box-list__item__annotation {
    font-size: calc(10 / var(--page-font) * 1rem);
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: calc(21 / 10);
    display: flex;
    margin-top: calc(5 / var(--page-font) * 1rem);
  }
  .recipe-box-list__item__annotation .icon {
    flex-shrink: 0;
  }
  .material-list-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
  }
  .material-list-item:before {
    content: "";
    background-image: url(../img/top/bg_recipe_box_02_pc.svg);
    background-size: calc(258 / var(--page-font) * 1rem) calc(1 / var(--page-font) * 1rem);
    background-position: top left;
    background-repeat: repeat-x;
    display: block;
    width: 100%;
    height: calc(1 / var(--page-font) * 1rem);
    position: absolute;
    top: calc(1 / var(--page-font) * 1rem);
    left: 0;
    bottom: 0;
    z-index: 10;
    margin: auto 0;
  }
  .material-list-item__title {
  }
  .material-list-item__title .in {
    background-image: url(../img/top/bg_recipe_box_01_pc.png);
    background-size: 100% 100%;
    background-position: top left;
    background-repeat: repeat;
    padding-right: calc(10 / var(--page-font) * 1rem);
    font-size: calc(12 / var(--page-font) * 1rem);
    font-weight: 500;
    font-feature-settings: "palt";
    line-height: 1.6;
    letter-spacing: 0.1em;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 20;
  }
  .material-list-item__link {
    text-decoration: underline !important;
  }
  .material-list-item__link:hover {
    text-decoration: none !important;
  }
  .material-list-item__capacity {
    background-image: url(../img/top/bg_recipe_box_01_pc.png);
    background-size: 100% 100%;
    background-position: top left;
    background-repeat: repeat;
    font-size: calc(12 / var(--page-font) * 1rem);
    font-weight: 500;
    letter-spacing: 0.1em;
    text-align: right;
    max-width: calc(46 / var(--page-font) * 1rem);
    width: 100%;
    position: relative;
    z-index: 20;
  }
  .material-list-item + .material-list-item {
    margin-top: calc(6 / var(--page-font) * 1rem);
  }
  .recipe-box-list__item.--material .recipe-box-list__item__body {
    margin-top: calc(30 / var(--page-font) * 1rem);
  }

  /** **/

  .recipe-making {
    margin-top: calc(50 / var(--page-font) * 1rem);
  }
  .recipe-making__inner {
    position: relative;
  }
  .recipe-making__body {
    padding-left: calc(103 / var(--page-font) * 1rem);
    display: flex;
  }
  .recipe-making-list {
    max-width: calc(490 / var(--page-font) * 1rem);
    width: 100%;
  }
  .recipe-making-list__item {
    padding: calc(28 / var(--page-font) * 1rem) 0;
    border-bottom: calc(1 / var(--page-font) * 1rem) dashed var(--strong-color);
    display: flex;
    align-items: center;
    gap: calc(18 / var(--page-font) * 1rem);
    min-height: calc(99 / var(--page-font) * 1rem);
  }
  .recipe-making-list__item .number {
    color: var(--strong-color);
    font-family: var(--font-montserrat);
    font-size: calc(20 / var(--page-font) * 1rem);
    font-weight: 300;
    letter-spacing: 0.2em;
    line-height: calc(25 / 14);
    font-feature-settings: "palt";
    position: relative;
    top: calc(2 / var(--page-font) * 1rem);
  }
  .recipe-making-list__item .text {
    font-size: calc(14 / var(--page-font) * 1rem);
    font-weight: 500;
    letter-spacing: 0.08em;
    line-height: calc(21 / 14);
    font-feature-settings: "palt";
  }
  .recipe-making-list__item .annotation {
    font-size: calc(11 / var(--page-font) * 1rem);
    font-weight: 500;
    letter-spacing: 0.08em;
    line-height: calc(21 / 11);
    font-feature-settings: "palt";
  }
  .recipe-making-list + .recipe-making-list {
    padding-left: calc(38 / var(--page-font) * 1rem);
    position: relative;
    margin-left: calc(38 / var(--page-font) * 1rem);
  }
  .recipe-making-list + .recipe-making-list:before {
    content: "";
    border-left: calc(1 / var(--page-font) * 1rem) dashed var(--strong-color);
    display: block;
    width: calc(1 / var(--page-font) * 1rem);
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .recipe-making-list .recipe-making-list__item:first-child {
    padding-top: 0;
    min-height: calc(65 / var(--page-font) * 1rem);
  }
  .recipe-making-list__item:nth-child(5) {
    border-bottom: 0;
  }

  /** **/

  .recipe-list {
    margin-top: calc(45 / var(--page-font) * 1rem);
  }
}
@media all and (min-width: 768px) and (max-width: 1200px) {
  .recipe-mainvisual {
    background-position: top center;
    background-size: cover;
  }
}
@media all and (max-width: 767px) {
  .recipe-mainvisual {
    background-image: url(../img/top/img_recipe_mainvisual_01_sp.png);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    height: calc(540 / 750 * 100vw);
  }
  .l-section.--recipe .c-section-title .title-02 {
    font-size: calc(50 / 750 * 100vw);
    letter-spacing: 0.15em;
    line-height: 1.2;
  }
  .recipe-tab {
    margin-top: calc(58 / 750 * 100vw);
  }
  .recipe-box__container {
    display: flex;
    flex-direction: column;
    gap: calc(50 / 750 * 100vw);
  }
  .recipe-box__photo {
    width: 100%;
  }
  .recipe-box-list {
    display: flex;
    flex-direction: column;
  }
  .recipe-box-list__item {
    position: relative;
  }
  .recipe-box-list__item + .recipe-box-list__item {
    margin-top: calc(22 / 750 * 100vw);
  }

  .recipe-box-list__item__inner {
    padding: calc(36 / 750 * 100vw) calc(60 / 750 * 100vw) calc(32 / 750 * 100vw) calc(35 / 750 * 100vw);
    background-image: url(../img/top/bg_recipe_box_01_pc.png);
    background-size: 100% 100%;
    background-position: top left;
    background-repeat: repeat;
    filter: drop-shadow(calc(5 / 750 * 100vw) calc(3 / 750 * 100vw) calc(6 / 750 * 100vw) #e1dacc);
    position: relative;
  }
  .recipe-box-list__title {
    font-family: var(--font-yu-gothic);
    font-size: calc(28 / 750 * 100vw);
    font-weight: bold;
    letter-spacing: 0.24em;
    line-height: calc(25 / 14);
    font-feature-settings: "palt";
    text-align: center;
    position: relative;
    left: calc(20 / 750 * 100vw);
  }
  .recipe-box-list__item__body {
    margin-top: calc(10 / 750 * 100vw);
  }
  .recipe-box-list__item__text {
    font-size: calc(24 / 750 * 100vw);
    font-weight: 500;
    letter-spacing: 0.04em;
    line-height: calc(38 / 24);
    text-align: justify;
    text-justify: inter-ideograph;
    font-feature-settings: "palt";
  }
  .recipe-box-list__item__annotation {
    font-size: calc(20 / 750 * 100vw);
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: calc(30 / 20);
    display: flex;
    margin-top: calc(5 / 750 * 100vw);
  }
  .recipe-box-list__item__annotation .icon {
    flex-shrink: 0;
  }
  .material-list {
  }
  .material-list-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
  }
  .material-list-item:before {
    content: "";
    background-image: url(../img/top/bg_recipe_box_02_pc.svg);
    background-size: calc(258 / 750 * 100vw) calc(2 / 750 * 100vw);
    background-position: top left;
    background-repeat: repeat-x;
    display: block;
    width: 100%;
    height: calc(2 / 750 * 100vw);
    position: absolute;
    top: calc(2 / 750 * 100vw);
    left: 0;
    bottom: 0;
    z-index: 10;
    margin: auto 0;
  }
  .material-list-item__title {
  }
  .material-list-item__title .in {
    background-image: url(../img/top/bg_recipe_box_01_pc.png);
    background-size: 100% 100%;
    background-position: top left;
    background-repeat: repeat;
    padding-right: calc(10 / 750 * 100vw);
    font-size: calc(22 / 750 * 100vw);
    font-weight: 500;
    font-feature-settings: "palt";
    line-height: 1.6;
    letter-spacing: 0.04em;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 20;
  }
  .material-list-item__link {
    text-decoration: underline !important;
  }
  .material-list-item__link:hover {
    text-decoration: none !important;
  }
  .material-list-item__capacity {
    background-image: url(../img/top/bg_recipe_box_01_pc.png);
    background-size: 100% 100%;
    background-position: top left;
    background-repeat: repeat;
    font-size: calc(22 / 750 * 100vw);
    font-weight: 500;
    letter-spacing: 0.1em;
    text-align: right;
    max-width: calc(70 / 750 * 100vw);
    width: 100%;
    position: relative;
    z-index: 20;
  }
  .material-list-item + .material-list-item {
    margin-top: calc(6 / 750 * 100vw);
  }
  .recipe-box-list__item.--material .recipe-box-list__item__body {
    margin-top: calc(10 / 750 * 100vw);
  }

  /** **/

  .recipe-making {
    margin-top: calc(50 / 750 * 100vw);
  }
  .recipe-making__inner {
    position: relative;
  }
  .recipe-making__body {
    padding-left: calc(58 / 750 * 100vw);
  }
  .recipe-making-list {
  }
  .recipe-making-list__item {
    padding: calc(28 / 750 * 100vw) 0;
    border-bottom: calc(1 / 750 * 100vw) dotted var(--strong-color);
    display: flex;
    align-items: flex-start;
    gap: calc(18 / 750 * 100vw);
    min-height: calc(99 / 750 * 100vw);
  }
  .recipe-making-list__item .number {
    color: var(--strong-color);
    font-family: var(--font-montserrat);
    font-size: calc(40 / 750 * 100vw);
    font-weight: 300;
    letter-spacing: 0.2em;
    line-height: 1.3;
    font-feature-settings: "palt";
  }
  .recipe-making-list__item .text {
    font-size: calc(28 / 750 * 100vw);
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: calc(50 / 28);
    font-feature-settings: "palt";
  }
  .recipe-making-list__item .annotation {
    font-size: calc(20 / 750 * 100vw);
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: calc(30 / 20);
    font-feature-settings: "palt";
  }
  .recipe-making-list + .recipe-making-list {
  }
  /** **/

  .recipe-list {
    margin-top: calc(60 / 750 * 100vw);
  }
}

/* --------------------------------------------------------------------------
  ANDMORE
-------------------------------------------------------------------------- */
@media all and (min-width: 768px), print {
  .l-section.--andmore .l-section__top {
    max-width: calc(1025 / var(--page-font) * 1rem);
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-left: auto;
    margin-right: auto;
  }
  .l-section.--andmore .c-section-title .eng,
  .l-section.--andmore .c-section-title .title-01,
  .l-section.--andmore .c-section-title .title-02 {
    color: var(--white-color);
  }
  .l-section.--andmore .c-section-title__inner {
    padding-bottom: 0;
  }
  .l-section.--andmore .c-section-title__inner:before {
    content: none;
  }

  .andmore-button {
    max-width: calc(180 / var(--page-font) * 1rem);
    width: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .andmore-button__obj {
    max-width: calc(180 / var(--page-font) * 1rem);
    width: 100%;
  }
  .andmore-button__obj__link {
    border: calc(1 / var(--page-font) * 1rem) solid var(--white-color);
    border-radius: calc(20 / var(--page-font) * 1rem);
    min-height: calc(40 / var(--page-font) * 1rem);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: 0.3s ease;
  }
  .andmore-button__obj__link:after {
    content: "";
    border: calc(1 / var(--page-font) * 1rem) solid var(--white-color);
    border-left: 0;
    border-bottom: 0;
    display: block;
    width: calc(6 / var(--page-font) * 1rem);
    height: calc(6 / var(--page-font) * 1rem);
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: calc(16 / var(--page-font) * 1rem);
    bottom: 0;
    margin: auto 0;
    transition: 0.3s ease;
  }
  .andmore-button__obj__label {
    color: var(--white-color);
    font-size: calc(12 / var(--page-font) * 1rem);
    font-weight: 400;
    letter-spacing: 0.1em;
  }
  .andmore-button__obj__link:hover {
    background-color: var(--white-color);
    color: var(--white-color);
  }
  .andmore-button__obj__link:hover .andmore-button__obj__label {
    color: var(--strong-color);
  }
  .andmore-button__obj__link:hover:after {
    border-color: var(--strong-color);
  }
  .andmore-list-wrap {
    max-width: calc(1025 / var(--page-font) * 1rem);
    width: 100%;
    margin-top: calc(55 / var(--page-font) * 1rem);
    margin-left: auto;
    margin-right: auto;
  }

  /** **/
  .andmore-list__outer {
    position: relative;
  }
  .andmore-list__container {
    position: relative;
  }
  .andmore-list {
    align-items: end;
    position: relative;
  }
  .andmore-list-item {
  }
  .swiper-slide-active {
  }
  .andmore-list-item {
    padding-bottom: calc(62 / 1440 * 100vw);
    transition: all 0.5s ease;
    display: flex;
    align-items: end;
  }
  .andmore-list-item.swiper-slide-active.swiper-slide {
  }
  .andmore-card {
    width: 100%;
  }
  .andmore-card__in {
  }
  a.andmore-card__in:hover {
    opacity: 1;
  }
  a.andmore-card__in img {
    transition: all 0.3s ease;
  }
  .andmore-card__body {
    position: relative;
  }
  .andmore-card-img__container {
  }
  .andmore-card-img {
    position: relative;
  }
  .andmore-list-item--new .andmore-card-img::before {
    content: "";
    display: block;
    background: #eaaa58;
    width: calc(80 / 1440 * 100vw);
    padding-top: calc(36 / 1440 * 100vw);
    border-radius: 0 0 calc(20 / 1440 * 100vw) 0;
    position: absolute;
    top: 0;
    left: 0;
  }
  .andmore-card-img::before,
  .andmore-card-img::after {
    z-index: 1;
  }
  .andmore-list-item--new .andmore-card-img::after {
    content: "";
    background: url("../img/andmore_ico_new.svg") no-repeat center / contain;
    display: block;
    width: calc(41 / 1440 * 100vw);
    padding-top: calc(22 / 1440 * 100vw);
    position: absolute;
    top: 0;
    left: 0;
    margin-top: calc(7 / 1440 * 100vw);
    margin-left: calc(20 / 1440 * 100vw);
  }
  .andmore-card .andmore-card-img-ico {
    background: var(--white-color);
    width: calc(37 / 1440 * 100vw);
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
    margin-top: calc(10 / 1440 * 100vw);
    margin-right: calc(8 / 1440 * 100vw);
    transition: all 0.3s ease;
  }
  .andmore-card .andmore-card-img-ico:hover {
    opacity: 0.7;
  }
  .andmore-card-img-ico::before {
    content: "";
    display: block;
    width: calc(17 / 1440 * 100vw);
    padding-top: calc(17 / 1440 * 100vw);
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: calc(2 / 1440 * 100vw);
    margin-left: calc(0.5 / 1440 * 100vw);
    transform: translate(-50%, -50%);
  }
  .i-fav[data-fav="off"].andmore-card-img-ico::before {
    background: url("../img/andmores_ico_favorite.png") no-repeat center / contain;
  }
  .i-fav[data-fav="on"].andmore-card-img-ico::before {
    background: url("../img/andmores_ico_favorite_current.png") no-repeat center / contain;
  }
  .andmore-card-read {
    min-height: calc(40 / 1440 * 100vw);
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateY(100%);
  }
  .andmore-card-read-txt {
    margin-top: calc(16 / 1440 * 100vw);
  }
  .andmore-card-read-txt__label {
    color: var(--white-color);
    font-size: calc(14 / var(--page-font) * 1rem);
    font-family: var(--font-zen-kaku);
    font-weight: 500;
    line-height: calc(21 / 14);
    letter-spacing: 0.1em;
  }
  .swiper-slide-active .andmore-card-read-txt__label {
  }
  .andmore-swiper-btn__container {
    width: calc(112 / 1440 * 100vw);
    display: flex;
    align-items: center;
    gap: calc(12 / 1440 * 100vw);
    position: absolute;
    top: 0;
    right: 0;
  }
  .andmore-swiper-btn-next,
  .andmore-swiper-btn-prev {
    width: calc(21 / 1440 * 100vw);
    height: calc(22 / 1440 * 100vw);
    border-radius: 50%;
    aspect-ratio: 1 / 1;
    position: absolute;
    top: calc(157 / var(--page-font) * 1rem);
    bottom: 0;
    left: calc(-68 / 1440 * 100vw);
    right: auto;
    transition: all 0.3s ease;
  }
  .andmore-swiper-btn-next {
    left: auto;
    right: calc(-68 / 1440 * 100vw);
  }
  .andmore-swiper-btn-next:hover,
  .andmore-swiper-btn-prev:hover {
    opacity: 0.7;
  }
  .andmore-swiper-btn-next::after,
  .andmore-swiper-btn-prev::after {
    content: "";
    background-color: var(--white-color);
    display: block;
    -webkit-mask-image: url("../img/top/ico_andmore_cursor.svg");
    mask-image: url("../img/top/ico_andmore_cursor.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
    width: calc(21 / 1440 * 100vw);
    padding-top: calc(22 / 1440 * 100vw);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .andmore-swiper-btn-prev::after {
    transform: translate(-50%, -50%) rotate(-180deg);
  }

  .andmore-swiper-pagination {
    position: static;
    margin-top: calc(40 / var(--page-font) * 1rem);
  }

  .andmore-swiper-pagination .swiper-pagination-bullet {
    background-color: #b3aea8;
    width: calc(6 / var(--page-font) * 1rem);
    height: calc(6 / var(--page-font) * 1rem);
    margin: 0 calc(16 / var(--page-font) * 1rem) !important;
    opacity: 1 !important;
  }

  .andmore-swiper-pagination .swiper-pagination-bullet-active {
    background-color: var(--white-color);
  }

  .andmore-aside {
    margin-top: calc(70 / var(--page-font) * 1rem);
  }
  .andmore-aside__inner {
    max-width: calc(931 / var(--page-font) * 1rem);
    width: 100%;
    position: relative;
    margin-left: auto;
    margin-right: auto;
  }
  .andmore-aside__body {
    padding: calc(30 / var(--page-font) * 1rem) calc(70 / var(--page-font) * 1rem) calc(55 / var(--page-font) * 1rem) calc(70 / var(--page-font) * 1rem);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 10;
  }
  .andmore-aside__inner:before {
    content: "";
    width: calc(100% + calc(20 / var(--page-font) * 1rem));
    height: calc(100% + calc(20 / var(--page-font) * 1rem));
    background-image: url(../img/top/bg_andmore_02_pc.png);
    background-size: 100% 100%;
    background-position: top left;
    background-repeat: repeat;
    position: absolute;
    top: calc(-20 / var(--page-font) * 1rem);
    left: calc(-10 / var(--page-font) * 1rem);
    z-index: 0;
  }
  .andmore-aside__title {
    font-family: var(--font-yu-gothic);
    font-size: calc(24 / var(--page-font) * 1rem);
    font-weight: bold;
    letter-spacing: 0.24em;
    max-width: calc(130 / var(--page-font) * 1rem);
    width: 100%;
    flex-shrink: 0;
  }
  .andmore-aside-box {
    max-width: calc(660 / var(--page-font) * 1rem);
    width: 100%;
  }
  .andmore-aside-box__title {
    color: var(--strong-color);
    line-height: 1.6;
  }
  .andmore-aside-box__title .title-01 {
    font-family: var(--font-zen-kaku-antique);
    font-size: calc(20 / var(--page-font) * 1rem);
    font-weight: bold;
    letter-spacing: 0.24em;
  }
  .andmore-aside-box__title .title-02 {
    font-family: var(--font-zen-kaku-antique);
    font-size: calc(14 / var(--page-font) * 1rem);
    font-weight: bold;
    letter-spacing: 0.1em;
  }
  .andmore-aside-box__text {
    font-size: calc(13 / var(--page-font) * 1rem);
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: calc(21 / 13);
    color: var(--title-color);
    margin-top: calc(16 / var(--page-font) * 1rem);
  }
}
@media all and (min-width: 768px) and (max-width: 1200px) {
}
@media all and (max-width: 767px) {
  .l-section.--andmore .l-section__top {
    max-width: calc(1025 / 750 * 100vw);
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-left: auto;
    margin-right: auto;
  }
  .l-section.--andmore .c-section-title .eng,
  .l-section.--andmore .c-section-title .title-01,
  .l-section.--andmore .c-section-title .title-02 {
    color: var(--white-color);
  }
  .l-section.--andmore .c-section-title__inner {
    padding-bottom: 0;
  }
  .l-section.--andmore .c-section-title__inner:before {
    content: none;
  }

  .andmore-button {
    max-width: calc(280 / 750 * 100vw);
    width: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .andmore-button__obj {
    max-width: calc(280 / 750 * 100vw);
    width: 100%;
  }
  .andmore-button__obj__link {
    border: calc(1 / 750 * 100vw) solid var(--white-color);
    border-radius: calc(40 / 750 * 100vw);
    min-height: calc(80 / 750 * 100vw);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: 0.3s ease;
  }
  .andmore-button__obj__link:after {
    content: "";
    border: calc(1 / 750 * 100vw) solid var(--white-color);
    border-left: 0;
    border-bottom: 0;
    display: block;
    width: calc(12 / 750 * 100vw);
    height: calc(12 / 750 * 100vw);
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: calc(30 / 750 * 100vw);
    bottom: 0;
    margin: auto 0;
    transition: 0.3s ease;
  }
  .andmore-button__obj__label {
    color: var(--white-color);
    font-size: calc(24 / 750 * 100vw);
    font-weight: 400;
    letter-spacing: 0.1em;
  }
  .andmore-button__obj__link:hover {
    background-color: var(--white-color);
    color: var(--white-color);
  }
  .andmore-button__obj__link:hover .andmore-button__obj__label {
    color: var(--strong-color);
  }
  .andmore-button__obj__link:hover:after {
    border-color: var(--strong-color);
  }
  .andmore-list-wrap {
    width: calc(750 / 750 * 100vw);
    margin-top: calc(55 / 750 * 100vw);
    margin-left: auto;
    margin-right: auto;
    position: relative;
    left: calc(-30 / 750 * 100vw);
  }

  /** **/
  .andmore-list__outer {
    position: relative;
  }
  .andmore-list__container {
    position: relative;
  }
  .andmore-list {
    align-items: end;
    position: relative;
  }
  .andmore-list-item {
  }
  .swiper-slide-active {
  }
  .andmore-list-item {
    padding-bottom: calc(145 / 750 * 100vw);
    transition: all 0.5s ease;
    display: flex;
    align-items: end;
  }
  .andmore-list-item.swiper-slide-active.swiper-slide {
  }
  .andmore-card {
    width: 100%;
  }
  .andmore-card__in {
  }
  a.andmore-card__in:hover {
    opacity: 1;
  }
  a.andmore-card__in img {
    transition: all 0.3s ease;
  }
  .andmore-card__body {
    position: relative;
  }
  .andmore-card-img__container {
  }
  .andmore-card-img {
    position: relative;
  }
  .andmore-list-item--new .andmore-card-img::before {
    content: "";
    display: block;
    background: #eaaa58;
    width: calc(80 / 750 * 100vw);
    padding-top: calc(36 / 750 * 100vw);
    border-radius: 0 0 calc(20 / 750 * 100vw) 0;
    position: absolute;
    top: 0;
    left: 0;
  }
  .andmore-card-img::before,
  .andmore-card-img::after {
    z-index: 1;
  }
  .andmore-list-item--new .andmore-card-img::after {
    content: "";
    background: url("../img/andmore_ico_new.svg") no-repeat center / contain;
    display: block;
    width: calc(41 / 750 * 100vw);
    padding-top: calc(22 / 750 * 100vw);
    position: absolute;
    top: 0;
    left: 0;
    margin-top: calc(7 / 750 * 100vw);
    margin-left: calc(20 / 750 * 100vw);
  }
  .andmore-card .andmore-card-img-ico {
    background: var(--white-color);
    width: calc(37 / 750 * 100vw);
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
    margin-top: calc(10 / 750 * 100vw);
    margin-right: calc(8 / 750 * 100vw);
    transition: all 0.3s ease;
  }
  .andmore-card .andmore-card-img-ico:hover {
    opacity: 0.7;
  }
  .andmore-card-img-ico::before {
    content: "";
    display: block;
    width: calc(17 / 750 * 100vw);
    padding-top: calc(17 / 750 * 100vw);
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: calc(2 / 750 * 100vw);
    margin-left: calc(0.5 / 750 * 100vw);
    transform: translate(-50%, -50%);
  }
  .i-fav[data-fav="off"].andmore-card-img-ico::before {
    background: url("../img/andmores_ico_favorite.png") no-repeat center / contain;
  }
  .i-fav[data-fav="on"].andmore-card-img-ico::before {
    background: url("../img/andmores_ico_favorite_current.png") no-repeat center / contain;
  }
  .andmore-card-read {
    min-height: calc(40 / 750 * 100vw);
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateY(100%);
  }
  .andmore-card-read-txt {
    margin-top: calc(16 / 750 * 100vw);
  }
  .andmore-card-read-txt__label {
    color: var(--white-color);
    font-size: calc(28 / 750 * 100vw);
    font-family: var(--font-zen-kaku);
    font-weight: 500;
    line-height: calc(42 / 28);
    letter-spacing: 0.05em;
  }
  .swiper-slide-active .andmore-card-read-txt__label {
  }
  .andmore-swiper-btn__container {
    width: calc(112 / 750 * 100vw);
    display: flex;
    align-items: center;
    gap: calc(12 / 750 * 100vw);
    position: absolute;
    top: 0;
    right: 0;
  }
  .andmore-swiper-btn-next,
  .andmore-swiper-btn-prev {
    width: calc(21 / 750 * 100vw);
    height: calc(22 / 750 * 100vw);
    border-radius: 50%;
    aspect-ratio: 1 / 1;
    position: absolute;
    top: calc(157 / 750 * 100vw);
    bottom: 0;
    left: calc(-68 / 750 * 100vw);
    right: auto;
    transition: all 0.3s ease;
  }
  .andmore-swiper-btn-next {
    left: auto;
    right: calc(-68 / 750 * 100vw);
  }
  .andmore-swiper-btn-next:hover,
  .andmore-swiper-btn-prev:hover {
    opacity: 0.7;
  }
  .andmore-swiper-btn-next::after,
  .andmore-swiper-btn-prev::after {
    content: "";
    background-color: var(--white-color);
    display: block;
    -webkit-mask-image: url("../img/top/ico_andmore_cursor.svg");
    mask-image: url("../img/top/ico_andmore_cursor.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
    width: calc(21 / 750 * 100vw);
    padding-top: calc(22 / 750 * 100vw);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .andmore-swiper-btn-prev::after {
    transform: translate(-50%, -50%) rotate(-180deg);
  }

  .andmore-swiper-pagination {
    position: static;
    margin-top: calc(40 / 750 * 100vw);
  }

  .andmore-swiper-pagination .swiper-pagination-bullet {
    background-color: #b3aea8;
    width: calc(10 / 750 * 100vw);
    height: calc(10 / 750 * 100vw);
    margin: 0 calc(12 / 750 * 100vw) !important;
    opacity: 1 !important;
  }

  .andmore-swiper-pagination .swiper-pagination-bullet-active {
    background-color: var(--white-color);
  }

  .andmore-aside {
    margin-top: calc(100 / 750 * 100vw);
  }
  .andmore-aside__inner {
    max-width: calc(931 / 750 * 100vw);
    width: 100%;
    position: relative;
    margin-left: auto;
    margin-right: auto;
  }
  .andmore-aside__body {
    padding: calc(30 / 750 * 100vw) calc(40 / 750 * 100vw) calc(30 / 750 * 100vw) calc(40 / 750 * 100vw);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 10;
  }
  .andmore-aside__inner:before {
    content: "";
    width: calc(100% + calc(20 / 750 * 100vw));
    height: calc(100% + calc(50 / 750 * 100vw));
    background-image: url(../img/top/bg_andmore_02_sp.png);
    background-size: 100% 100%;
    background-position: top left;
    background-repeat: repeat;
    position: absolute;
    top: calc(-20 / 750 * 100vw);
    left: calc(-10 / 750 * 100vw);
    z-index: 0;
  }
  .andmore-aside__title {
    font-family: var(30);
    font-size: calc(24 / 750 * 100vw);
    font-weight: bold;
    letter-spacing: 0.24em;
    max-width: calc(100 / 750 * 100vw);
    width: 100%;
    flex-shrink: 0;
  }
  .andmore-aside-box {
    max-width: calc(690 / 750 * 100vw);
    width: 100%;
  }
  .andmore-aside-box__title {
    color: var(--strong-color);
    line-height: 1.6;
  }
  .andmore-aside-box__title .title-01 {
    font-family: var(--font-zen-kaku-antique);
    font-size: calc(28 / 750 * 100vw);
    font-weight: bold;
    letter-spacing: 0.24em;
  }
  .andmore-aside-box__title .title-02 {
    font-family: var(--font-zen-kaku-antique);
    font-size: calc(22 / 750 * 100vw);
    font-weight: bold;
    letter-spacing: 0.01em;
  }
  .andmore-aside-box__text {
    font-size: calc(20 / 750 * 100vw);
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: calc(30 / 20);
    color: var(--title-color);
    margin-top: calc(16 / 750 * 100vw);
  }
}

/* --------------------------------------------------------------------------
  NEWS
-------------------------------------------------------------------------- */
@media all and (min-width: 768px), print {
  .l-section.--news .l-section__top {
    display: flex;
    justify-content: space-between;
  }
  .l-section.--news .c-section-title__inner {
    padding-bottom: 0;
  }
  .l-section.--news .c-section-title__inner:before {
    content: none;
  }
  /** **/
  .news-box {
    max-width: calc(800 / var(--page-font) * 1rem);
    width: 100%;
  }
  .news-box__inner {
  }
  .news-box__body {
    padding: calc(30 / var(--page-font) * 1rem) calc(0 / var(--page-font) * 1rem) calc(30 / var(--page-font) * 1rem) calc(0 / var(--page-font) * 1rem);
    border-bottom: calc(1 / var(--page-font) * 1rem) solid #63513b;
    display: flex;
  }
  .news-box__date {
    color: var(--strong-color);
    font-family: var(--font-montserrat);
    font-size: calc(10 / var(--page-font) * 1rem);
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0.44em;
    flex-shrink: 0;
    position: relative;
    top: calc(6 / var(--page-font) * 1rem);
  }
  .news-box__text {
    font-size: calc(14 / var(--page-font) * 1rem);
    font-weight: 500;
    line-height: calc(21 / 14);
    letter-spacing: 0.1em;
    font-feature-settings: "palt";
    text-align: justify;
    text-justify: inter-ideograph;
    margin-left: calc(37 / var(--page-font) * 1rem);
  }
  .news-box:first-child .news-box__body {
    border-top: calc(1 / var(--page-font) * 1rem) solid #63513b;
  }

  .news-box__text__link {
    text-decoration: underline !important;
  }
  .news-box__text__link:hover {
    text-decoration: none !important;
  }
}
@media all and (min-width: 768px) and (max-width: 1200px) {
}
@media all and (max-width: 767px) {
  .l-section.--news .l-section__top {
  }
  .l-section.--news .c-section-title,
  .l-section.--news .c-section-title__inner {
    align-items: center;
    justify-content: center;
  }
  .l-section.--news .c-section-title__inner:before {
    max-width: calc(160 / 750 * 100vw);
    right: 0;
    margin: 0 auto;
  }
  /** **/
  .news-box-wrap {
    margin-top: calc(85 / 750 * 100vw) !important;
  }
  .news-box {
  }
  .news-box__inner {
  }
  .news-box__body {
    padding: calc(40 / 750 * 100vw) calc(0 / 750 * 100vw) calc(40 / 750 * 100vw) calc(0 / 750 * 100vw);
    border-bottom: calc(1 / 750 * 100vw) solid #63513b;
  }
  .news-box__date {
    color: var(--strong-color);
    font-family: var(--font-montserrat);
    font-size: calc(22 / 750 * 100vw);
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0.44em;
    flex-shrink: 0;
    position: relative;
    top: calc(6 / 750 * 100vw);
  }
  .news-box__text {
    font-size: calc(26 / 750 * 100vw);
    font-weight: 500;
    line-height: calc(44 / 26);
    letter-spacing: 0.1em;
    font-feature-settings: "palt";
    text-align: justify;
    text-justify: inter-ideograph;
    margin-top: calc(24 / 750 * 100vw);
  }
  .news-box:first-child .news-box__body {
    border-top: calc(1 / 750 * 100vw) solid #63513b;
  }

  .news-box__text__link {
    text-decoration: underline !important;
  }
}

/* --------------------------------------------------------------------------
  RECIPES
-------------------------------------------------------------------------- */
@media all and (min-width: 768px), print {
  .l-section.--osusume-recipe .l-section__top {
    position: relative;
  }
  .l-section.--osusume-recipe .c-section-title {
    color: var(--strong-color);
  }
  .l-section.--osusume-recipe .c-section-title .title-01 {
    font-size: calc(14 / var(--page-font) * 1rem);
    color: var(--strong-color);
    margin-top: 0;
  }
  .l-section.--osusume-recipe .c-section-title .title-02 {
    font-size: calc(20 / var(--page-font) * 1rem);
    color: var(--strong-color);
  }
  .l-section.--osusume-recipe .c-section-title .c-section-title__inner {
    padding-bottom: 0;
  }
  .l-section.--osusume-recipe .c-section-title .c-section-title__inner:before {
    content: none;
  }
  .osusume-recipe-button {
    max-width: calc(180 / var(--page-font) * 1rem);
    width: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .osusume-recipe-button__obj {
    max-width: calc(180 / var(--page-font) * 1rem);
    width: 100%;
  }
  .osusume-recipe-button__obj__link {
    border: calc(1 / var(--page-font) * 1rem) solid var(--strong-color);
    border-radius: calc(20 / var(--page-font) * 1rem);
    min-height: calc(40 / var(--page-font) * 1rem);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: 0.3s ease;
  }
  .osusume-recipe-button__obj__link:after {
    content: "";
    border: calc(1 / var(--page-font) * 1rem) solid var(--strong-color);
    border-left: 0;
    border-bottom: 0;
    display: block;
    width: calc(6 / var(--page-font) * 1rem);
    height: calc(6 / var(--page-font) * 1rem);
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: calc(16 / var(--page-font) * 1rem);
    bottom: 0;
    margin: auto 0;
    transition: 0.3s ease;
  }
  .osusume-recipe-button__obj__label {
    color: var(--strong-color);
    font-size: calc(12 / var(--page-font) * 1rem);
    font-weight: 400;
    letter-spacing: 0.1em;
  }
  .osusume-recipe-button__obj__link:hover {
    background-color: var(--strong-color);
    color: var(--strong-color);
  }
  .osusume-recipe-button__obj__link:hover .osusume-recipe-button__obj__label {
    color: var(--white-color);
  }
  .osusume-recipe-button__obj__link:hover:after {
    border-color: var(--white-color);
  }

  .recipe-list__outer {
    position: relative;
  }
  .recipe-list__container {
    position: relative;
  }
  .recipe-list {
    align-items: end;
  }
  .recipe-list-item {
  }
  .swiper-slide-active {
  }
  .recipe-list-item {
    padding-bottom: calc(65 / 1440 * 100vw);
    transition: all 0.5s ease;
    display: flex;
    align-items: end;
  }
  .recipe-list-item.swiper-slide-active.swiper-slide {
  }
  .recipe-card {
    width: 100%;
  }
  .recipe-card__in {
  }
  a.recipe-card__in:hover {
    opacity: 1;
  }
  a.recipe-card__in img {
    transition: all 0.3s ease;
  }
  .recipe-card__body {
    position: relative;
  }
  .recipe-card-img__container {
  }
  .recipe-card-img {
  }
  .recipe-card-img {
    position: relative;
  }
  .recipe-list-item--new .recipe-card-img::before {
    content: "";
    display: block;
    background: #eaaa58;
    width: calc(80 / 1440 * 100vw);
    padding-top: calc(36 / 1440 * 100vw);
    border-radius: 0 0 calc(20 / 1440 * 100vw) 0;
    position: absolute;
    top: 0;
    left: 0;
  }
  .recipe-card-img::before,
  .recipe-card-img::after {
    z-index: 1;
  }
  .recipe-list-item--new .recipe-card-img::after {
    content: "";
    background: url("../img/recipe_ico_new.svg") no-repeat center / contain;
    display: block;
    width: calc(41 / 1440 * 100vw);
    padding-top: calc(22 / 1440 * 100vw);
    position: absolute;
    top: 0;
    left: 0;
    margin-top: calc(7 / 1440 * 100vw);
    margin-left: calc(20 / 1440 * 100vw);
  }
  .recipe-card .recipe-card-img-ico {
    background: var(--white-color);
    width: calc(37 / 1440 * 100vw);
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
    margin-top: calc(10 / 1440 * 100vw);
    margin-right: calc(8 / 1440 * 100vw);
    transition: all 0.3s ease;
  }
  .recipe-card .recipe-card-img-ico:hover {
    opacity: 0.7;
  }
  .recipe-card-img-ico::before {
    content: "";
    display: block;
    width: calc(17 / 1440 * 100vw);
    padding-top: calc(17 / 1440 * 100vw);
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: calc(2 / 1440 * 100vw);
    margin-left: calc(0.5 / 1440 * 100vw);
    transform: translate(-50%, -50%);
  }
  .i-fav[data-fav="off"].recipe-card-img-ico::before {
    background: url("../img/recipes_ico_favorite.png") no-repeat center / contain;
  }
  .i-fav[data-fav="on"].recipe-card-img-ico::before {
    background: url("../img/recipes_ico_favorite_current.png") no-repeat center / contain;
  }
  .recipe-card-read {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: calc(40 / 1440 * 100vw);
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateY(100%);
  }
  .recipe-card-read-txt {
    margin-top: calc(18 / 1440 * 100vw);
  }
  .recipe-card-read-txt__label {
    font-size: calc(12 / var(--page-font) * 1rem);
    font-weight: 500;
    line-height: calc(21 / 12);
    letter-spacing: 0.1em;
  }
  .swiper-slide-active .recipe-card-read-txt__label {
  }
  .recipe-swiper-btn__container {
    width: calc(112 / 1440 * 100vw);
    display: flex;
    align-items: center;
    gap: calc(12 / 1440 * 100vw);
    position: absolute;
    top: 0;
    right: 0;
  }
  .recipe-swiper-btn-next,
  .recipe-swiper-btn-prev {
    background: #fff;
    border: calc(1 / var(--page-font) * 1rem) solid var(--chousei-color);
    border-radius: 100%;
    width: calc(50 / 1440 * 100vw);
    height: 100%;
    border-radius: 50%;
    aspect-ratio: 1 / 1;
    position: relative;
    margin-top: 0;
    left: auto;
    right: auto;
    transition: all 0.3s ease;
  }
  .recipe-swiper-btn-next:hover,
  .recipe-swiper-btn-prev:hover {
    opacity: 0.7;
  }
  .recipe-swiper-btn-next::after,
  .recipe-swiper-btn-prev::after {
    content: "";
    display: block;
    -webkit-mask-image: url("../img/ico_arrow.svg");
    mask-image: url("../img/ico_arrow.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
    background: var(--chousei-color);
    width: calc(7 / 1440 * 100vw);
    padding-top: calc(12 / 1440 * 100vw);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .recipe-swiper-btn-prev::after {
    transform: translate(-50%, -50%) rotate(-180deg);
  }
  .recipe-swiper-btn-next {
  }
  .recipe-swiper-btn-prev {
  }

  .recipe-swiper-pagination {
    position: static;
    margin-top: calc(20 / var(--page-font) * 1rem);
  }

  .recipe-swiper-pagination .swiper-pagination-bullet {
    background-color: #ded6c2;
    width: calc(6 / var(--page-font) * 1rem);
    height: calc(6 / var(--page-font) * 1rem);
    margin: 0 calc(16 / var(--page-font) * 1rem) !important;
    opacity: 1 !important;
  }

  .recipe-swiper-pagination .swiper-pagination-bullet-active {
    background-color: var(--strong-color);
  }
}
@media all and (max-width: 767px) {
  .l-section.--osusume-recipe .l-section__top {
    position: relative;
  }
  .l-section.--osusume-recipe .c-section-title {
    color: var(--strong-color);
  }
  .l-section.--osusume-recipe .c-section-title .title-01 {
    font-size: calc(30 / 750 * 100vw);
    color: var(--strong-color);
    margin-top: 0;
  }
  .l-section.--osusume-recipe .c-section-title .title-02 {
    font-size: calc(42 / 750 * 100vw);
    color: var(--strong-color);
    letter-spacing: 0.2em;
  }
  .l-section.--osusume-recipe .c-section-title .c-section-title__inner {
    padding-bottom: 0;
  }
  .l-section.--osusume-recipe .c-section-title .c-section-title__inner:before {
    content: none;
  }
  .osusume-recipe-button {
    max-width: calc(400 / 750 * 100vw);
    width: 100%;
    margin-top: calc(85 / 750 * 100vw);
    margin-left: auto;
    margin-right: auto;
  }
  .osusume-recipe-button__obj {
    max-width: calc(400 / 750 * 100vw);
    width: 100%;
  }
  .osusume-recipe-button__obj__link {
    border: calc(1 / 750 * 100vw) solid var(--strong-color);
    border-radius: calc(40 / 750 * 100vw);
    min-height: calc(80 / 750 * 100vw);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: 0.3s ease;
  }
  .osusume-recipe-button__obj__link:after {
    content: "";
    border: calc(1 / 750 * 100vw) solid var(--strong-color);
    border-left: 0;
    border-bottom: 0;
    display: block;
    width: calc(10 / 750 * 100vw);
    height: calc(10 / 750 * 100vw);
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: calc(32 / 750 * 100vw);
    bottom: 0;
    margin: auto 0;
    transition: 0.3s ease;
  }
  .osusume-recipe-button__obj__label {
    color: var(--strong-color);
    font-size: calc(24 / 750 * 100vw);
    font-weight: 400;
    letter-spacing: 0.1em;
  }
  .osusume-recipe-button__obj__link:hover {
    background-color: var(--strong-color);
    color: var(--strong-color);
  }
  .osusume-recipe-button__obj__link:hover .osusume-recipe-button__obj__label {
    color: var(--white-color);
  }
  .osusume-recipe-button__obj__link:hover:after {
    border-color: var(--white-color);
  }

  .recipe-list__outer {
    position: relative;
  }
  .recipe-list__container {
    position: relative;
  }
  .recipe-list {
    align-items: end;
  }
  .swiper-slide-active {
  }
  .recipe-list-item {
    padding-bottom: calc(120 / 750 * 100vw);
    transition: all 0.5s ease;
    display: flex;
    align-items: end;
  }
  .recipe-list-item.swiper-slide-active.swiper-slide {
  }
  .recipe-card {
    width: 100%;
  }
  .recipe-card__in {
  }
  a.recipe-card__in:hover {
    opacity: 1;
  }
  a.recipe-card__in img {
    transition: all 0.3s ease;
  }
  .recipe-card__body {
    position: relative;
  }
  .recipe-card-img__container {
  }
  .recipe-card-img {
  }
  .recipe-card-img {
    position: relative;
  }
  .recipe-list-item--new .recipe-card-img::before {
    content: "";
    display: block;
    background: #eaaa58;
    width: calc(80 / 750 * 100vw);
    padding-top: calc(36 / 750 * 100vw);
    border-radius: 0 0 calc(20 / 750 * 100vw) 0;
    position: absolute;
    top: 0;
    left: 0;
  }
  .recipe-card-img::before,
  .recipe-card-img::after {
    z-index: 1;
  }
  .recipe-list-item--new .recipe-card-img::after {
    content: "";
    background: url("../img/recipe_ico_new.svg") no-repeat center / contain;
    display: block;
    width: calc(41 / 750 * 100vw);
    padding-top: calc(22 / 750 * 100vw);
    position: absolute;
    top: 0;
    left: 0;
    margin-top: calc(7 / 750 * 100vw);
    margin-left: calc(20 / 750 * 100vw);
  }
  .recipe-card .recipe-card-img-ico {
    background: var(--white-color);
    width: calc(37 / 750 * 100vw);
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
    margin-top: calc(10 / 750 * 100vw);
    margin-right: calc(8 / 750 * 100vw);
    transition: all 0.3s ease;
  }
  .recipe-card .recipe-card-img-ico:hover {
    opacity: 0.7;
  }
  .recipe-card-img-ico::before {
    content: "";
    display: block;
    width: calc(17 / 750 * 100vw);
    padding-top: calc(17 / 750 * 100vw);
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: calc(2 / 750 * 100vw);
    margin-left: calc(0.5 / 750 * 100vw);
    transform: translate(-50%, -50%);
  }
  .i-fav[data-fav="off"].recipe-card-img-ico::before {
    background: url("../img/recipes_ico_favorite.png") no-repeat center / contain;
  }
  .i-fav[data-fav="on"].recipe-card-img-ico::before {
    background: url("../img/recipes_ico_favorite_current.png") no-repeat center / contain;
  }
  .recipe-card-read {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: calc(40 / 750 * 100vw);
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateY(100%);
  }
  .recipe-card-read-txt {
    margin-top: calc(18 / 750 * 100vw);
  }
  .recipe-card-read-txt__label {
    font-size: calc(24 / 750 * 100vw);
    font-weight: 500;
    line-height: calc(27 / 24);
    letter-spacing: 0.1em;
  }
  .swiper-slide-active .recipe-card-read-txt__label {
  }
  .recipe-swiper-btn__container {
    width: calc(112 / 750 * 100vw);
    display: flex;
    align-items: center;
    gap: calc(12 / 750 * 100vw);
    position: absolute;
    top: 0;
    right: 0;
  }
  .recipe-swiper-btn-next,
  .recipe-swiper-btn-prev {
    background: #fff;
    border: calc(1 / 750 * 100vw) solid var(--chousei-color);
    border-radius: 100%;
    width: calc(50 / 750 * 100vw);
    height: 100%;
    border-radius: 50%;
    aspect-ratio: 1 / 1;
    position: relative;
    margin-top: 0;
    left: auto;
    right: auto;
    transition: all 0.3s ease;
  }
  .recipe-swiper-btn-next:hover,
  .recipe-swiper-btn-prev:hover {
    opacity: 0.7;
  }
  .recipe-swiper-btn-next::after,
  .recipe-swiper-btn-prev::after {
    content: "";
    display: block;
    -webkit-mask-image: url("../img/ico_arrow.svg");
    mask-image: url("../img/ico_arrow.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
    background: var(--chousei-color);
    width: calc(7 / 750 * 100vw);
    padding-top: calc(12 / 750 * 100vw);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .recipe-swiper-btn-prev::after {
    transform: translate(-50%, -50%) rotate(-180deg);
  }
  .recipe-swiper-btn-next {
  }
  .recipe-swiper-btn-prev {
  }

  .recipe-swiper-pagination {
    position: static;
    margin-top: calc(20 / 750 * 100vw);
  }

  .recipe-swiper-pagination .swiper-pagination-bullet {
    background-color: #ded6c2;
    width: calc(10 / 750 * 100vw);
    height: calc(10 / 750 * 100vw);
    margin: 0 calc(12 / 750 * 100vw) !important;
    opacity: 1 !important;
  }

  .recipe-swiper-pagination .swiper-pagination-bullet-active {
    background-color: var(--strong-color);
  }
}

/* --------------------------------------------------------------------------
  RECIPE-BTN
-------------------------------------------------------------------------- */
@media all and (min-width: 768px), print {
  .resipe-btn__container {
    text-align: center;
    margin-top: calc(68 / var(--page-font) * 1rem);
  }
  .resipe-btn-read {
    position: relative;
    display: flex;
    justify-content: center;
    gap: calc(20 / var(--page-font) * 1rem);
    margin-bottom: calc(30 / var(--page-font) * 1rem);
  }
  .resipe-btn-read::before,
  .resipe-btn-read::after {
    content: "";
    display: block;
    background: url("../img/deco_btn_txt.png") no-repeat center / contain;
    width: calc(28 / var(--page-font) * 1rem);
    padding-top: calc(37 / var(--page-font) * 1rem);
  }
  .resipe-btn-read::after {
    transform: scale(-1, 1);
  }
  .resipe-btn-read-txt {
    text-align: center;
  }
  .resipe-btn-read-txt__label {
    font-size: calc(16 / var(--page-font) * 1rem);
    font-family: var(--font-zen-maru);
    font-weight: bold;
    line-height: calc(25.6 / 16);
  }
  .resipe-btn {
    width: calc(440 / var(--page-font) * 1rem);
    margin: 0 auto;
    position: relative;
    z-index: 0;
  }
  .resipe-btn .c-btn {
    --btn-bg-color: var(--black-color);
    --btn-border-color: var(--black-color);
    --btn-txt-color: var(--white-color);
    --btn-arrow-color: var(--white-color);
    --btn-min-height: 86;
    --btn-px: 70;
    transition: all 0.3s ease;
  }
  .resipe-btn a.c-btn:hover {
    --btn-bg-color: var(--black-color);
    --btn-border-color: var(--black-color);
    --btn-txt-color: var(--white-color);
    --btn-arrow-color: var(--white-color);
    opacity: 1;
    transform: translate(calc(-6 / var(--page-font) * 1rem), calc(6 / var(--page-font) * 1rem));
  }
  .resipe-btn .c-btn__in {
    position: relative;
  }
  .resipe-btn .c-btn__in::before {
    content: "";
    display: block;
    width: 100%;
    height: calc(var(--btn-min-height) / var(--page-font) * 1rem);
    border-radius: calc(var(--btn-radius) / var(--page-font) * 1rem);
    border: solid var(--black-color) calc(1 / var(--page-font) * 1rem);
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translate(calc(-6 / var(--page-font) * 1rem), calc(6 / var(--page-font) * 1rem));
    z-index: -1;
    transition: all 0.3s ease;
  }
  .resipe-btn a.c-btn:hover .c-btn__in::before {
    transform: translate(0);
  }
  .resipe-btn .c-btn-arrow__label {
    margin-left: calc(24 / var(--page-font) * 1rem);
  }
  .resipe-btn .c-btn-arrow__label .c-svg {
    width: calc(12 / var(--page-font) * 1rem);
  }
}
@media all and (max-width: 767px) {
  .resipe-btn__container {
    text-align: center;
    margin-top: calc(68 / var(--page-font) * 1rem);
  }
  .resipe-btn-read {
    position: relative;
    display: flex;
    justify-content: center;
    gap: calc(20 / var(--page-font) * 1rem);
    margin-bottom: calc(40 / var(--page-font) * 1rem);
  }
  .resipe-btn-read::before,
  .resipe-btn-read::after {
    content: "";
    display: block;
    background: url("../img/deco_btn_txt.png") no-repeat center / contain;
    width: calc(44 / var(--page-font) * 1rem);
    padding-top: calc(60 / var(--page-font) * 1rem);
  }
  .resipe-btn-read::after {
    transform: scale(-1, 1);
  }
  .resipe-btn-read-txt {
    text-align: center;
  }
  .resipe-btn-read-txt__label {
    font-size: calc(24 / var(--page-font) * 1rem);
    font-family: var(--font-zen-maru);
    font-weight: bold;
    line-height: calc(38.4 / 24);
  }
  .resipe-btn {
    width: calc(560 / var(--page-font) * 1rem);
    margin: 0 auto;
    position: relative;
    z-index: 0;
  }
  .resipe-btn .c-btn {
    --btn-bg-color: var(--black-color);
    --btn-border-color: var(--black-color);
    --btn-txt-color: var(--white-color);
    --btn-arrow-color: var(--white-color);
    --btn-min-height: 128;
    --btn-px: 70;
    transition: all 0.3s ease;
  }
  .resipe-btn .c-btn__in {
    position: relative;
  }
  .resipe-btn .c-btn__in::before {
    content: "";
    display: block;
    width: 100%;
    height: calc(var(--btn-min-height) / var(--page-font) * 1rem);
    border-radius: calc(var(--btn-radius) / var(--page-font) * 1rem);
    border: solid var(--black-color) calc(1 / var(--page-font) * 1rem);
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translate(calc(-10 / var(--page-font) * 1rem), calc(10 / var(--page-font) * 1rem));
    z-index: -1;
    transition: all 0.3s ease;
  }
  .resipe-btn .c-btn-arrow__label {
    margin-left: calc(8 / var(--page-font) * 1rem);
  }
  .resipe-btn .c-btn-arrow__label .c-svg {
    width: calc(24 / var(--page-font) * 1rem);
  }
}
