@charset "UTF-8";
/*-------------------------------------------------------------------
リセット
/*-------------------------------------------------------------------*/
*, *:before, *:after {
  box-sizing: border-box;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  background: transparent;
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  letter-spacing: 0.03em;
}

body {
  /* safari hover対策 */
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-variant-numeric: tabular-nums;
  font-weight: 400;
  line-height: 1.6;
  width: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  color: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  vertical-align: baseline;
}

ins {
  background-color: #ffff99;
  color: #000000;
  text-decoration: none;
}

mark {
  background-color: #ffff99;
  color: #000000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

li {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  border: 0;
  border-top: 1px solid #cccccc;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

img {
  line-height: 1;
  vertical-align: bottom;
}

button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  line-height: 1;
  outline: none;
  padding: 0;
}

*, *:before, *:after {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  z-index: 1;
}

.sp {
  display: none !important;
}

.sp_inline {
  display: none;
}

.pc_inline {
  display: inline;
}

.sp-br {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp-br {
    display: inline;
  }
}
@media screen and (min-width: 768px) {
  .imgalpha {
    cursor: pointer;
    transition: opacity 0.6s;
  }
  .imgalpha:hover {
    opacity: 0.6 !important;
  }
}
.test {
  color: #263c64;
}

/*-------------------------------------------------------------------
base - ベースタイポグラフィ・基本要素スタイル
/*-------------------------------------------------------------------*/
html {
  scroll-behavior: smooth;
  scroll-padding-top: 14.6666666667vw;
}
@media screen and (min-width: 768px) {
  html {
    scroll-padding-top: 100px;
  }
}

body {
  font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
  color: #3d2800;
  font-feature-settings: "palt";
}

/*-------------------------------------------------------------------
common
/*-------------------------------------------------------------------*/
br.sp-br {
  display: none;
}

@media screen and (max-width: 768px) {
  body {
    min-width: 100%;
  }
  img {
    height: auto;
    width: 100%;
  }
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  .sp_inline {
    display: inline !important;
  }
  .pc_inline {
    display: none !important;
  }
  br.sp-br {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .wrap {
    max-width: 100vw;
    overflow: hidden;
  }
}
/*-------------------------------------------------------------------
ボタン
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------
ヘッダー
/*-------------------------------------------------------------------*/
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: #faf6ee;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.l-header__inner {
  display: flex;
  justify-content: space-between;
  height: 14.6666666667vw;
}
@media screen and (min-width: 768px) {
  .l-header__inner {
    height: 100px;
  }
}
.l-header__logo {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  padding: 4.6666666667vw;
  transform: translateX(-6px);
}
@media screen and (min-width: 768px) {
  .l-header__logo {
    padding: 0 89px 0 28px;
    transform: none;
  }
}
.l-header__logo a {
  display: block;
  line-height: 1;
}
.l-header__logo img {
  height: 10.4vw;
  width: auto;
}
@media screen and (min-width: 768px) {
  .l-header__logo img {
    height: 67px;
  }
}
.l-header__nav {
  display: none;
  flex: 1;
  align-items: center;
  padding: 0 3em 0 0;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 1510px) {
  .l-header__nav {
    display: flex;
  }
}
.l-header__nav-list {
  display: flex;
  align-items: center;
  gap: 3em;
}
.l-header__nav-list a {
  font-size: 16px;
  font-weight: bold;
  color: #4c1015;
  white-space: nowrap;
  letter-spacing: 0.2em;
  transition: opacity 0.2s;
}
@media (hover: hover) and (pointer: fine) {
  .l-header__nav-list a:hover {
    opacity: 0.6;
  }
}
.l-header__actions {
  display: flex;
  align-items: stretch;
  flex-shrink: 0;
  gap: 2px;
  transform: translateX(-7px);
}
@media screen and (min-width: 768px) {
  .l-header__actions {
    gap: 0;
    transform: none;
  }
}
.l-header__action {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.5333333333vw;
  padding: 0 1.6vw;
  background: #dbd4cb;
  text-decoration: none;
  width: 14.6666666667vw;
}
@media screen and (min-width: 768px) {
  .l-header__action:first-child {
    background-color: transparent;
  }
}
@media screen and (min-width: 768px) {
  .l-header__action {
    flex-direction: row;
    gap: 12px;
    padding: 0 18px;
    width: 210px;
  }
}
.l-header__action img {
  width: auto;
  height: 5.3333333333vw;
  display: block;
}
@media screen and (min-width: 768px) {
  .l-header__action img {
    height: 32px;
  }
}
.l-header__action span {
  font-size: 2.6666666667vw;
  font-weight: bold;
  color: #4c1015;
  white-space: nowrap;
  line-height: 3.7333333333vw;
}
@media screen and (min-width: 768px) {
  .l-header__action span {
    font-size: 16px;
    line-height: normal;
  }
}
.l-header__action {
  transition: opacity 0.2s;
}
@media (hover: hover) and (pointer: fine) {
  .l-header__action:hover {
    opacity: 0.8;
  }
}
.l-header__buy {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  padding: 0 1.0666666667vw;
  gap: 2.6666666667vw;
  width: 25.3333333333vw;
  font-size: 2.6666666667vw;
  font-weight: 700;
  line-height: 3.7333333333vw;
  text-align: center;
  background: #40a851;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
}
.l-header__buy img {
  width: auto;
  height: 5.6vw;
  filter: brightness(0) invert(1);
}
@media screen and (min-width: 768px) {
  .l-header__buy img {
    height: 30px;
  }
}
@media screen and (min-width: 768px) {
  .l-header__buy {
    flex: none;
    padding: 0;
    gap: 17px;
    width: 210px;
    font-size: 15px;
    line-height: normal;
  }
}
.l-header__buy {
  transition: opacity 0.2s;
}
@media (hover: hover) and (pointer: fine) {
  .l-header__buy:hover {
    opacity: 0.85;
  }
}
.l-header__hamburger {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.4666666667vw;
  background: #6f4e30;
  flex-shrink: 0;
  width: 14.6666666667vw;
}
@media screen and (min-width: 768px) {
  .l-header__hamburger {
    gap: 11px;
    width: 100px;
  }
}
@media screen and (min-width: 1510px) {
  .l-header__hamburger {
    display: none;
  }
}
.l-header__hamburger span {
  display: block;
  width: 6.6666666667vw;
  height: 2px;
  background: #fff;
  border-radius: 0.1333333333vw;
}
@media screen and (min-width: 768px) and (max-width: 1509px) {
  .l-header__hamburger span {
    width: 48px;
    border-radius: 1px;
  }
}

/*-------------------------------------------------------------------
SPドロワーメニュー
/*-------------------------------------------------------------------*/
.l-drawer {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 200;
  background: #6f4e2f;
  color: #fff;
  overflow-y: auto;
  transform: translateX(100%);
  transition: transform 0.35s ease;
}
.l-drawer.is-open {
  transform: translateX(0);
}
@media screen and (min-width: 768px) {
  .l-drawer {
    left: auto;
    width: 500px;
  }
}
.l-drawer__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100%;
  padding: 13.3333333333vw 11.7333333333vw 4.5333333333vw;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l-drawer__inner {
    padding: 53px 0 27px;
    max-width: 380px;
  }
}
.l-drawer__close {
  position: absolute;
  top: 4.6666666667vw;
  right: 4.6666666667vw;
  width: 6vw;
  height: 6vw;
  font-size: 0;
}
@media screen and (min-width: 768px) {
  .l-drawer__close {
    top: 23px;
    right: 23px;
    width: 30px;
    height: 30px;
  }
}
.l-drawer__close::before, .l-drawer__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6vw;
  height: 2px;
  background: #fff;
  border-radius: 1px;
}
@media screen and (min-width: 768px) {
  .l-drawer__close::before, .l-drawer__close::after {
    width: 30px;
  }
}
.l-drawer__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.l-drawer__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.l-drawer__nav {
  margin-bottom: 8vw;
  width: 76vw;
}
@media screen and (min-width: 768px) {
  .l-drawer__nav {
    margin-bottom: 40px;
    width: 100%;
  }
}
.l-drawer__nav ul li {
  border-bottom: 1px solid #fff;
}
.l-drawer__nav ul li a {
  display: block;
  padding: 0 0;
  font-size: 4.4vw;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.01em;
  line-height: 11.3333333333vw;
  white-space: nowrap;
  transition: opacity 0.2s;
}
@media screen and (min-width: 768px) {
  .l-drawer__nav ul li a {
    font-size: 22px;
    line-height: 57px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-drawer__nav ul li a:hover {
    opacity: 0.7;
  }
}
.l-drawer__sns {
  display: flex;
  justify-content: center;
  gap: 3.0666666667vw;
  margin-bottom: 8vw;
}
@media screen and (min-width: 768px) {
  .l-drawer__sns {
    gap: 15px;
    margin-bottom: 40px;
  }
}
.l-drawer__sns-item {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #5c3511;
  text-decoration: none;
  flex-shrink: 0;
}
.l-drawer__sns-item img {
  width: 13.3333333333vw;
  height: 13.3333333333vw;
  display: block;
}
@media screen and (min-width: 768px) {
  .l-drawer__sns-item img {
    width: 67px;
    height: 67px;
  }
}
.l-drawer__links {
  margin: 0 0 8.8vw;
}
@media screen and (min-width: 768px) {
  .l-drawer__links {
    margin: 0 0 44px;
  }
}
.l-drawer__links p {
  font-size: 2.9333333333vw;
  color: rgba(255, 255, 255, 0.75);
  line-height: 6.6666666667vw;
  font-weight: bold;
  white-space: nowrap;
  text-box-trim: trim-both;
  padding-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .l-drawer__links p {
    font-size: 15px;
    line-height: 33px;
  }
}
.l-drawer__links p a {
  color: #fff;
  text-decoration: none;
}
.l-drawer__logo {
  display: flex;
  justify-content: center;
  margin-bottom: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .l-drawer__logo {
    margin-bottom: 13px;
  }
}
.l-drawer__logo img {
  height: auto;
  width: 26.6666666667vw;
}
@media screen and (min-width: 768px) {
  .l-drawer__logo img {
    width: 133px;
  }
}
.l-drawer__copyright {
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 2.9333333333vw;
  line-height: normal;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .l-drawer__copyright {
    font-size: 15px;
  }
}

/*-------------------------------------------------------------------
フッター（ドロワーと同じビジュアル）
/*-------------------------------------------------------------------*/
.l-footer {
  background: #6f4e2f;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l-footer {
    max-width: 500px;
    position: relative;
    z-index: 2;
    box-shadow: 5px 0 10px rgba(0, 0, 0, 0.2), -5px 0 10px rgba(0, 0, 0, 0.2);
  }
}
.l-footer__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100%;
  padding: 13.3333333333vw 11.7333333333vw 4.5333333333vw;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l-footer__inner {
    padding: 53px 0 27px;
    max-width: 380px;
  }
}
.l-footer__nav {
  margin-bottom: 8vw;
  width: 76vw;
}
@media screen and (min-width: 768px) {
  .l-footer__nav {
    margin-bottom: 40px;
    width: 100%;
  }
}
.l-footer__nav ul li {
  border-bottom: 1px solid #fff;
}
.l-footer__nav ul li a {
  display: block;
  font-size: 4.4vw;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.01em;
  line-height: 11.3333333333vw;
  white-space: nowrap;
  transition: opacity 0.2s;
}
@media screen and (min-width: 768px) {
  .l-footer__nav ul li a {
    font-size: 22px;
    line-height: 57px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-footer__nav ul li a:hover {
    opacity: 0.7;
  }
}
.l-footer__sns {
  display: flex;
  justify-content: center;
  gap: 3.0666666667vw;
  margin-bottom: 8vw;
}
@media screen and (min-width: 768px) {
  .l-footer__sns {
    gap: 15px;
    margin-bottom: 40px;
  }
}
.l-footer__sns-item {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  flex-shrink: 0;
  transition: opacity 0.2s;
}
@media (hover: hover) and (pointer: fine) {
  .l-footer__sns-item:hover {
    opacity: 0.7;
  }
}
.l-footer__sns-item img {
  width: 13.3333333333vw;
  height: 13.3333333333vw;
  display: block;
}
@media screen and (min-width: 768px) {
  .l-footer__sns-item img {
    width: 67px;
    height: 67px;
  }
}
.l-footer__links {
  margin: 0 0 8.8vw;
}
@media screen and (min-width: 768px) {
  .l-footer__links {
    margin: 0 0 44px;
  }
}
.l-footer__links p {
  font-size: 2.9333333333vw;
  color: rgba(255, 255, 255, 0.75);
  line-height: 6.6666666667vw;
  font-weight: bold;
  white-space: nowrap;
  text-box-trim: trim-both;
  padding-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .l-footer__links p {
    font-size: 15px;
    line-height: 33px;
  }
}
.l-footer__links p a {
  color: #fff;
  text-decoration: none;
  transition: opacity 0.2s;
}
@media (hover: hover) and (pointer: fine) {
  .l-footer__links p a:hover {
    opacity: 0.7;
  }
}
.l-footer__logo {
  display: flex;
  justify-content: center;
  margin-bottom: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .l-footer__logo {
    margin-bottom: 13px;
  }
}
.l-footer__logo img {
  height: auto;
  width: 26.6666666667vw;
}
@media screen and (min-width: 768px) {
  .l-footer__logo img {
    width: 133px;
  }
}
.l-footer__copyright {
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 2.9333333333vw;
  line-height: normal;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .l-footer__copyright {
    font-size: 15px;
  }
}

/*-------------------------------------------------------------------
フッター
/*-------------------------------------------------------------------*/
.l-footer__header {
  height: 34.1333333333vw;
  background-image: url(./../images/bg/dot-pattern.png);
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-footer__header {
    height: 171px;
  }
}
.l-footer__char {
  position: absolute;
  width: 11.7333333333vw;
  left: 50%;
  transform: translate(-50%);
  bottom: -5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .l-footer__char {
    width: 59px;
    bottom: -27px;
  }
}
.l-footer__message {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.p-main__inner {
  max-width: 100vw;
  margin: 0 auto;
  background: #fff;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-main__inner {
    max-width: 500px;
    position: relative;
    z-index: 2;
    box-shadow: 5px 0 10px rgba(0, 0, 0, 0.2), -5px 0 10px rgba(0, 0, 0, 0.2);
  }
}
.p-main__inner section {
  position: relative;
}
.p-main__inner section:first-child {
  padding-top: 26.1333333333vw;
}
@media screen and (min-width: 768px) {
  .p-main__inner section:first-child {
    padding-top: 196px;
  }
}
.p-main__content {
  width: 100%;
  height: auto;
  display: block;
  pointer-events: none;
}
.p-main__cta-btn {
  display: block;
  padding: 0 0 7.2vw;
  background: #faf6ee;
}
@media screen and (min-width: 768px) {
  .p-main__cta-btn {
    padding: 0 60px 35px;
  }
}
.p-main__cta-btn img {
  display: block;
  width: 74.6666666667vw;
  margin: 0 auto;
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}
@media screen and (min-width: 768px) {
  .p-main__cta-btn img {
    width: 100%;
    margin: 0;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-main__cta-btn:hover img {
    transform: scale(1.04);
  }
}
.p-main .arch-logo {
  position: absolute;
  bottom: 0;
}
.p-main .products-header {
  background: transparent;
}
.p-main .products-header__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.9333333333vw;
  padding: 4vw 4vw 5.7333333333vw;
}
@media screen and (min-width: 768px) {
  .p-main .products-header__grid {
    gap: 15px;
    padding: 20px 20px 29px;
  }
}
.p-main__slider {
  overflow: hidden;
  background: #faf6ee;
  pointer-events: none;
}
.p-main__slider.first {
  padding-top: 3.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-main__slider.first {
    padding-top: 15px;
  }
}
.p-main__slider .slider__track {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  will-change: transform;
  padding: 5.3333333333vw 0;
}
@media screen and (min-width: 768px) {
  .p-main__slider .slider__track {
    padding: 27px 0;
  }
}
.p-main__slider img {
  flex-shrink: 0;
  width: auto;
  height: 24.4vw;
  display: block;
  margin-right: 1.7333333333vw;
}
@media screen and (min-width: 768px) {
  .p-main__slider img {
    height: 123px;
    margin-right: 8px;
  }
}

/*-------------------------------------------------------------------
各セクションの背景色
/*-------------------------------------------------------------------*/
#sty,
.products-info,
#testimonials {
  background: #f8e6c6;
}

#story {
  background: #faf6ee;
}

#worries {
  background: #e1dfea;
}

#sdgs {
  background: #cbdfc9;
}

/*-------------------------------------------------------------------
MV スライドショー（ケンバーンズ効果）
/*-------------------------------------------------------------------*/
.p-mv-slideshow {
  position: relative;
  overflow: hidden;
  display: block;
}
.p-mv-slideshow__frame {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.p-mv-slideshow__slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 50% 42%;
     object-position: 50% 42%;
  z-index: 0;
  opacity: 0;
  animation: mv-kenburns 15s linear infinite both;
}
.p-mv-slideshow__slide:nth-child(2) {
  animation-delay: 5s;
}
.p-mv-slideshow__slide:nth-child(3) {
  animation-delay: 10s;
}

@keyframes mv-kenburns {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  6.67% {
    opacity: 1;
  }
  33.33% {
    opacity: 1;
  }
  40% {
    opacity: 0;
    transform: scale(1.15);
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
/*-------------------------------------------------------------------
アニメーション
/*-------------------------------------------------------------------*/
@keyframes slider-scroll {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes slider-scroll-reverse {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
/*-------------------------------------------------------------------
LP
/*-------------------------------------------------------------------*/
.p-main section > img {
  display: block;
  width: 100%;
}

.p-mv {
  position: relative;
}
.p-mv__cta {
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.p-mv__cta img {
  display: block;
  width: 100%;
}

.p-ticker {
  padding: 26px 20px;
  position: fixed;
  top: 100px;
  left: 0;
  right: 0;
  z-index: 90;
}
@media screen and (max-width: 768px) {
  .p-ticker {
    top: 14.6666666667vw;
    padding: 2vw 2.6666666667vw;
  }
}
.p-ticker__inner {
  max-width: 1320px;
  background: #4c1015;
  height: 50px;
  margin: 0 auto;
  display: flex;
  align-items: stretch;
  border-radius: 50px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-ticker__inner {
    max-width: none;
    height: 9.3333333333vw;
  }
}
.p-ticker__viewport {
  flex: 1;
  overflow: hidden;
  position: relative;
  border-radius: 50px;
}
.p-ticker__track {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  animation: p-ticker-scroll 30s linear infinite;
  will-change: transform;
}
.p-ticker__list {
  display: flex;
  align-items: center;
  gap: 34px;
  padding-right: 34px;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .p-ticker__list {
    gap: 4.5333333333vw;
    padding-right: 4.5333333333vw;
  }
}
.p-ticker__item {
  display: flex;
  align-items: center;
  gap: 13px;
  flex-shrink: 0;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .p-ticker__item {
    gap: 1.7333333333vw;
  }
}
.p-ticker__avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .p-ticker__avatar {
    width: 7.9373333333vw;
    height: 7.9373333333vw;
  }
}
.p-ticker__text {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .p-ticker__text {
    font-size: 3.024vw;
  }
}
.p-ticker__close {
  position: absolute;
  top: 3px;
  right: -10px;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fff;
  border: none;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px) {
  .p-ticker__close {
    right: -2vw;
    width: 5.6693333333vw;
    height: 5.6693333333vw;
    top: 1.6vw;
    right: 0.5333333333vw;
  }
}
.p-ticker__close::before, .p-ticker__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 13px;
  height: 1.5px;
  background: #4c1015;
}
@media screen and (max-width: 768px) {
  .p-ticker__close::before, .p-ticker__close::after {
    width: 2.4vw;
    height: 0.2666666667vw;
  }
}
.p-ticker__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.p-ticker__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media screen and (min-width: 768px) {
  .p-ticker__close {
    transition: opacity 0.2s;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-ticker__close:hover {
    opacity: 0.7;
  }
}

@keyframes p-ticker-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.p-voice {
  background: #f5c4af;
  padding: 10.8vw 0 0;
}
@media screen and (min-width: 768px) {
  .p-voice {
    padding: 54px 0 0;
  }
}
.p-voice__head {
  text-align: center;
  padding: 0 4.2666666667vw;
  margin-bottom: 8.2666666667vw;
}
@media screen and (min-width: 768px) {
  .p-voice__head {
    padding: 0 21px;
    margin-bottom: 41px;
  }
}
.p-voice__label {
  color: #ed7978;
  font-size: 3.2vw;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  letter-spacing: 0.08em;
  margin-bottom: 2.9333333333vw;
  text-box: trim-both cap alphabetic;
}
@media screen and (min-width: 768px) {
  .p-voice__label {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
.p-voice__title {
  font-size: 5.6vw;
  font-weight: 700;
  color: #4c1015;
  line-height: 1.5;
  letter-spacing: -0.05em;
}
@media screen and (min-width: 768px) {
  .p-voice__title {
    font-size: 28px;
  }
}
.p-voice__carousel {
  position: relative;
  padding: 0 0 8.8vw;
  touch-action: pan-y;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: grab;
}
.p-voice__carousel:active {
  cursor: grabbing;
}
@media screen and (min-width: 768px) {
  .p-voice__carousel {
    padding: 0 0 44px;
  }
}
.p-voice__viewport {
  overflow: hidden;
}
.p-voice__track {
  display: flex;
  will-change: transform;
}
.p-voice__card {
  flex-shrink: 0;
  width: 84vw;
  padding-right: 4vw;
  overflow: hidden;
  border-radius: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-voice__card {
    width: 420px;
    padding-right: 20px;
    border-radius: 13px;
  }
}
.p-voice__card img {
  display: block;
  width: 100%;
  height: auto;
}
.p-voice__btn {
  position: absolute;
  top: 50%;
  transform: translateY(0);
  width: 8.8vw;
  height: 8.8vw;
  border-radius: 50%;
  background: #4c1015;
  border: none;
  cursor: pointer;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}
.p-voice__btn svg {
  width: 2.9333333333vw;
  height: 2.9333333333vw;
  flex-shrink: 0;
}
.p-voice__btn:disabled {
  opacity: 0.25;
  cursor: default;
}
@media screen and (min-width: 768px) {
  .p-voice__btn {
    width: 44px;
    height: 44px;
    transition: opacity 0.2s;
  }
  .p-voice__btn svg {
    width: 15px;
    height: 15px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-voice__btn:not(:disabled):hover {
    opacity: 0.7;
  }
}
.p-voice__btn--prev {
  left: 8vw;
}
@media screen and (min-width: 768px) {
  .p-voice__btn--prev {
    left: 40px;
  }
}
.p-voice__btn--next {
  right: 8vw;
}
@media screen and (min-width: 768px) {
  .p-voice__btn--next {
    right: 40px;
  }
}

.high-rating {
  background-image: url(./../images/bg/dot-pattern.png);
}
.high-rating__graph {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.high-rating__graph img {
  display: block;
  width: 100%;
  height: auto;
}

.testimonials__banner {
  background-image: url(./../images/bg/dot-pattern-pink.png);
  background-size: 1.6vw, 1.6vw;
}
@media screen and (min-width: 768px) {
  .testimonials__banner {
    background-size: 10px, 10px;
  }
}

.testimonials__voice {
  overflow: hidden;
  background: #f8e6c6;
}
.testimonials__voice__slider {
  overflow: hidden;
  touch-action: pan-y;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: grab;
}
.testimonials__voice__slider:active {
  cursor: grabbing;
}
.testimonials__voice__track {
  display: flex;
  will-change: transform;
}
.testimonials__voice__card {
  background: #fff;
  border-radius: 1.3333333333vw;
  width: 43.8666666667vw;
  margin-right: 2.2666666667vw;
  padding: 4vw;
  flex-shrink: 0;
  color: #4c1015;
}
@media screen and (min-width: 768px) {
  .testimonials__voice__card {
    border-radius: 7px;
    width: 219px;
    margin-right: 11px;
    padding: 20px;
  }
}
.testimonials__voice__img {
  display: block;
  width: 100%;
  height: 26.1333333333vw;
  border-radius: 1.3333333333vw;
  background: #c8c8c8;
  margin-bottom: 2.9333333333vw;
  overflow: hidden;
}
.testimonials__voice__img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .testimonials__voice__img {
    height: 131px;
    border-radius: 7px;
    margin-bottom: 14px;
  }
}
.testimonials__voice__name {
  font-size: 2.6666666667vw;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1.6vw;
  letter-spacing: -0.05em;
}
@media screen and (min-width: 768px) {
  .testimonials__voice__name {
    font-size: 13px;
    margin-bottom: 8px;
  }
}
.testimonials__voice__text {
  font-size: 2.6666666667vw;
  line-height: 1.6;
  letter-spacing: -0.1em;
  text-align: justify;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .testimonials__voice__text {
    font-size: 13px;
  }
}

.reason {
  background: #faf6ee;
}
.reason__header {
  background: #f5c4af;
  position: relative;
}
.reason__header.second, .reason__header.third {
  margin-top: -8vw;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .reason__header.second, .reason__header.third {
    margin-top: -40px;
  }
}
.reason__header .header {
  position: absolute;
  top: 0;
}
.reason .humangrade {
  position: relative;
  z-index: 2;
}
.reason__carousel {
  overflow: hidden;
  touch-action: pan-y;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: grab;
  padding: 10.6666666667vw 0;
}
@media screen and (min-width: 768px) {
  .reason__carousel {
    padding: 50px 0;
  }
}
.reason__carousel.second {
  padding: 2.6666666667vw 0;
}
@media screen and (min-width: 768px) {
  .reason__carousel.second {
    padding: 30px 0;
  }
}
.reason__carousel:active {
  cursor: grabbing;
}
.reason__carousel__track {
  display: flex;
  will-change: transform;
}
.reason__carousel__slide {
  flex: 0 0 86%;
  overflow: hidden;
}
.reason__carousel__card {
  overflow: hidden;
}
.reason__carousel__card img {
  display: block;
  width: calc(var(--slide-total, 3) * 100%);
  height: auto;
  pointer-events: none;
  transform: translateX(calc(var(--card-index, 0) / var(--slide-total, 3) * -100%));
}
.reason__message {
  position: relative;
  z-index: 2;
}
.reason__message .fukidashi_a,
.reason__message .fukidashi_b,
.reason__message .fukidashi_c,
.reason__message .fukidashi_d {
  position: absolute;
  z-index: 2;
  height: auto;
  display: block;
}
.reason__message .fukidashi_a {
  top: 48vw;
  width: 42.9333333333vw;
  left: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .reason__message .fukidashi_a {
    top: 240px;
    width: 215px;
    left: 13px;
  }
}
.reason__message .fukidashi_b {
  top: 17.3333333333vw;
  width: 33.2vw;
  right: 12.5333333333vw;
}
@media screen and (min-width: 768px) {
  .reason__message .fukidashi_b {
    top: 87px;
    width: 166px;
    right: 63px;
  }
}
.reason__message .fukidashi_c {
  bottom: 22vw;
  width: 34.6666666667vw;
  left: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .reason__message .fukidashi_c {
    bottom: 110px;
    width: 173px;
    left: 27px;
  }
}
.reason__message .fukidashi_d {
  bottom: 55.3333333333vw;
  width: 34.8vw;
  right: 12vw;
}
@media screen and (min-width: 768px) {
  .reason__message .fukidashi_d {
    bottom: 277px;
    width: 174px;
    right: 60px;
  }
}

.faq {
  background: #f5c4af;
  padding: 12.5333333333vw 5.3333333333vw 7.6vw;
}
@media screen and (min-width: 768px) {
  .faq {
    padding: 63px 27px 38px;
  }
}
.faq__label {
  text-align: center;
  color: #ed7978;
  font-size: 2.9333333333vw;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.12em;
  margin-bottom: 3.6vw;
}
@media screen and (min-width: 768px) {
  .faq__label {
    font-size: 15px;
    margin-bottom: 18px;
  }
}
.faq__title {
  text-align: center;
  font-size: 5.8666666667vw;
  font-weight: 700;
  color: #4c1015;
  margin-bottom: 11.7333333333vw;
  line-height: 0.5;
}
.faq__title span {
  letter-spacing: -0.15em;
}
@media screen and (min-width: 768px) {
  .faq__title {
    font-size: 29px;
    margin-bottom: 59px;
  }
}
.faq__list {
  display: flex;
  flex-direction: column;
  gap: 3.2vw;
}
@media screen and (min-width: 768px) {
  .faq__list {
    gap: 16px;
  }
}
.faq__item {
  background: #fff;
  border-radius: 1.3333333333vw;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s ease, transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .faq__item {
    border-radius: 7px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .faq__item:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    transform: translateY(-2px);
  }
}
.faq__q {
  display: flex;
  align-items: center;
  gap: 2.4vw;
  padding: 5.6vw 3.2vw;
  border-radius: 1.3333333333vw;
  cursor: pointer;
  background: #faf6ed;
}
@media screen and (min-width: 768px) {
  .faq__q {
    gap: 12px;
    padding: 28px 16px;
    border-radius: 7px;
  }
}
.faq__q-num {
  color: #ed7978;
  font-weight: 500;
  font-size: 4.6666666667vw;
  flex-shrink: 0;
  line-height: 1.3;
  font-family: "Roboto";
}
@media screen and (min-width: 768px) {
  .faq__q-num {
    font-size: 23px;
  }
}
.faq__q-text {
  flex: 1;
  font-size: 3.7333333333vw;
  font-weight: 700;
  color: #3d2800;
  line-height: 1.55;
  letter-spacing: -0.065em;
}
@media screen and (min-width: 768px) {
  .faq__q-text {
    font-size: 19px;
  }
}
.faq__toggle {
  flex-shrink: 0;
  width: 8vw;
  height: 8vw;
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  background: #fff;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .faq__toggle {
    width: 40px;
    height: 40px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .faq__toggle:hover {
    transform: scale(1.2);
  }
}
.faq__toggle::before, .faq__toggle::after {
  content: "";
  position: absolute;
  background: #3d2800;
  border-radius: 2px;
}
.faq__toggle::before {
  width: 4.2666666667vw;
  height: 0.4vw;
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}
@media screen and (min-width: 768px) {
  .faq__toggle::before {
    width: 21px;
    height: 2px;
  }
}
.faq__toggle::after {
  width: 0.4vw;
  height: 4.2666666667vw;
  opacity: 0;
  transform: rotate(-90deg) scaleY(0);
  transition: transform 0.45s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.2s ease;
}
@media screen and (min-width: 768px) {
  .faq__toggle::after {
    width: 2px;
    height: 21px;
  }
}
.faq__item:not(.is-open) .faq__toggle::after {
  opacity: 1;
  transform: rotate(0deg) scaleY(1);
}
.faq__a {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}
.faq__item.is-open .faq__a {
  max-height: 600px;
}
.faq__a-text {
  padding: 3.7333333333vw 4.6666666667vw 4.6666666667vw;
  font-size: 3.7333333333vw;
  color: #3d2800;
  line-height: 1.85;
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.3s ease, transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  text-align: justify;
  font-weight: 500;
  letter-spacing: -0.05em;
}
@media screen and (min-width: 768px) {
  .faq__a-text {
    padding: 19px 23px 23px;
    font-size: 19px;
  }
}
.faq__item.is-open .faq__a-text {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.08s;
}

.instagram {
  background-image: url(./../images/bg/dot-pattern.png);
  padding-bottom: 8.9333333333vw;
}
@media screen and (min-width: 768px) {
  .instagram {
    padding-bottom: 45px;
  }
}
.instagram__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.instagram__btn {
  width: 74.6666666667vw;
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .instagram__btn {
    width: 373px;
  }
}
.instagram__btn img {
  width: 100%;
  height: auto;
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}
@media (hover: hover) and (pointer: fine) {
  .instagram__btn:hover img {
    transform: scale(1.04);
  }
}

section#instagram {
  padding: 0 5.3333333333vw 9.0666666667vw;
}
@media screen and (min-width: 768px) {
  section#instagram {
    padding: 0 28px 45px;
  }
}
section#instagram #sb_instagram #sbi_images {
  gap: 5.3333333333vw !important;
}
@media screen and (min-width: 768px) {
  section#instagram #sb_instagram #sbi_images {
    gap: 28px !important;
  }
}
section#instagram #sb_instagram #sbi_images .sbi_item {
  border-radius: 1.3333333333vw;
}
@media screen and (min-width: 768px) {
  section#instagram #sb_instagram #sbi_images .sbi_item {
    gap: 6px;
  }
}

[data-pop] {
  opacity: 0;
}

.is-visible[data-pop] {
  opacity: 1;
  transition: opacity 0.45s ease-out;
  transition-delay: var(--pop-delay, 0s);
  animation: pop-in 0.55s cubic-bezier(0.34, 1.56, 0.64, 1) both;
  animation-delay: var(--pop-delay, 0s);
}

.is-visible[data-pop=left] {
  animation-name: pop-from-left;
}

.is-visible[data-pop=right] {
  animation-name: pop-from-right;
}

.is-visible[data-pop=up] {
  animation-name: pop-from-bottom;
}

.is-visible[data-pop=down] {
  animation-name: pop-from-top;
}

.is-visible[data-pop=strait-up] {
  animation-name: slide-from-bottom;
}

@keyframes pop-in {
  from {
    transform: scale(0.8);
  }
  to {
    transform: scale(1);
  }
}
@keyframes pop-from-left {
  from {
    transform: translateX(-35px) scale(0.9);
  }
  to {
    transform: translateX(0) scale(1);
  }
}
@keyframes pop-from-right {
  from {
    transform: translateX(35px) scale(0.9);
  }
  to {
    transform: translateX(0) scale(1);
  }
}
@keyframes pop-from-bottom {
  from {
    transform: translateY(30px) scale(0.9);
  }
  to {
    transform: translateY(0) scale(1);
  }
}
@keyframes pop-from-top {
  from {
    transform: translateY(-30px) scale(0.9);
  }
  to {
    transform: translateY(0) scale(1);
  }
}
@keyframes slide-from-bottom {
  from {
    transform: translateY(30px);
  }
  to {
    transform: translateY(0);
  }
}
.pc-side {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc-side {
    position: fixed;
    top: 0;
    width: calc((100vw - 500px) / 2);
    height: 100vh;
    overflow: hidden;
    z-index: 1;
  }
}
@media screen and (min-width: 768px) {
  .pc-side--left {
    display: flex;
    flex-direction: column;
    left: 0;
    background: #faf6ee;
  }
}
@media screen and (min-width: 768px) {
  .pc-side__upper, .pc-side__lower {
    flex: 0 0 50%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    padding: 20px 16px;
  }
}
.pc-side__upper {
  background: #fef1ea;
}
@media screen and (min-width: 768px) {
  .pc-side__upper {
    justify-content: flex-end;
    align-items: center;
  }
}
.pc-side__lower {
  background: #f5c4af;
  position: relative;
}
@media screen and (min-width: 768px) {
  .pc-side__lower {
    gap: 16px;
    justify-content: center;
    container-type: inline-size;
  }
}
@media screen and (min-width: 768px) {
  .pc-side--right {
    display: block;
    right: 0;
  }
}
.pc-side__logo {
  padding-bottom: 50px;
  padding-right: 25px;
}
.pc-side__logo img {
  display: block;
  height: auto;
  max-width: 280px;
}
.pc-side__products-group {
  width: 100%;
}
.pc-side__products {
  flex: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: max(3px, 1vw);
  padding-top: 44px;
  min-height: 0;
}
.pc-side__products img {
  display: block;
  flex: 0 0 calc((100% - 2 * max(3px, 1vw)) / 3);
  width: calc((100% - 2 * max(3px, 1vw)) / 3);
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.pc-side__note {
  margin: 6px 0 0;
  font-size: 12px;
  color: #4c1015;
  text-align: left;
  padding-top: 10px;
  font-weight: 500;
  line-height: 1.5;
}
.pc-side__sns {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.pc-side__sns-inner {
  background-image: url("/assets/images/bg/dot-pattern.png");
  background-repeat: repeat;
  border-radius: 12px;
  padding: 24px 12px;
  max-width: 26vw;
  margin: 0 auto;
  width: 100%;
}
.pc-side__sns-heading {
  display: block;
  width: 14.6vw;
  height: auto;
  margin: 0 auto 17px;
}
.pc-side__sns-btns {
  display: flex;
  flex-wrap: wrap;
  gap: max(6px, 1vw);
  justify-content: center;
  margin: 0 auto;
}
.pc-side__sns-btns a {
  flex: 0 1 10vw;
  display: block;
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}
@media (hover: hover) and (pointer: fine) {
  .pc-side__sns-btns a:hover {
    transform: scale(1.2) rotate(-6deg);
  }
}
.pc-side__sns-btns a img {
  display: block;
  width: 100%;
  height: auto;
}
.pc-side__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.pc-side__qr {
  position: absolute;
  bottom: calc(24px + clamp(30px, 13vw, 45px) + 12px);
  right: 24px;
  width: clamp(30px, 13vw, 177px);
}
.pc-side__qr img {
  display: block;
  width: 100%;
  height: auto;
}
.pc-side__page-top {
  position: absolute;
  bottom: 33px;
  right: 26px;
  width: clamp(30px, 12vw, 165px);
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}
@media (hover: hover) and (pointer: fine) {
  .pc-side__page-top:hover {
    transform: scale(1.15);
  }
}
.pc-side__page-top img {
  display: block;
  width: 100%;
  height: auto;
}

@container (min-width: 345px) {
  .pc-side__products-group {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  .pc-side__products {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .pc-side__products img {
    flex: 0 1 4.7vw;
    width: 4.7vw;
  }
}
@media (min-width: 768px) and (max-width: 1252px) {
  .pc-side--left {
    background: transparent;
  }
  .pc-side--left .pc-side__upper,
  .pc-side--left .pc-side__lower {
    display: none;
  }
  .pc-side--right {
    left: 0;
    width: 100vw;
  }
}/*# sourceMappingURL=style.css.map */