@charset "UTF-8";
/* ===================
 MIXIN
==================== */
/* ====================
design SIZE SET
==================== */
@import url("https://fonts.googleapis.com/css2?family=Baskervville:ital,wght@0,400..700;1,400..700&family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap");
/*----------------------------------------
	RESET
-----------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol,
ul,
li {
  list-style: none !important;
}

blockquote,
q {
  quotes: none;
}

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

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

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

/*----------------------------------------
	BACE
-----------------------------------------*/
:root {
  --pc-header-h: 94px;
  --sp-header-h: 50px;
}

.pc {
  display: block;
}
@media only screen and (max-width: 834px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none !important;
}
@media only screen and (max-width: 834px) {
  .sp {
    display: block !important;
  }
}

html {
  font-size: 62.5%;
  height: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: var(--pc-header-h);
}
html.is-open {
  overflow: hidden;
}
@media only screen and (max-width: 834px) {
  html {
    scroll-padding-top: var(--sp-header-h);
  }
}

body {
  position: relative;
  width: 100%;
  min-width: 1144px;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.6rem;
  letter-spacing: 0em;
  line-height: 1.38;
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: justify;
  word-wrap: break-word;
  color: #191919;
  hanging-punctuation: allow-end;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 834px) {
  body {
    width: 100%;
    font-size: calc(20 / 414 * 100vw);
    letter-spacing: 0em;
    line-height: 1.4;
    min-width: 0;
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
    -ms-touch-action: manipulation;
        touch-action: manipulation;
  }
}
body.is-open {
  overflow: hidden;
}

* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #191919;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:before, a:after {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover {
  text-decoration: none;
  color: #191919;
  opacity: 0.7;
}

@media only screen and (min-width: 835px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
input[type=text],
input[type=password],
textarea,
select {
  outline: none;
}

img,
video {
  max-width: 100%;
  height: auto;
  line-height: 1;
  vertical-align: top;
}

/*----------------------------------------
	COMMON
-----------------------------------------*/
/* 画面サイズ
===================================*/
.c-full {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.c-outer {
  width: 100%;
  max-width: 1144px;
  margin-left: auto;
  margin-right: auto;
}

.c-inner {
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 834px) {
  .c-outer {
    width: calc(354 / 414 * 100vw);
  }
  .c-inner {
    width: calc(320 / 414 * 100vw);
  }
}
/* 共通テキスト
-----------------------------------------*/
.c-txt-heading {
  font-size: 3.4rem;
  letter-spacing: 0em;
  line-height: 1.24;
  text-align: center;
}
.c-txt-heading span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.4rem;
  letter-spacing: 0em;
  line-height: 2.29;
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  margin-top: 15px;
}
.c-txt-heading--tate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  margin: 0 auto;
  letter-spacing: 0.15em;
}
.c-txt-heading--yoko {
  padding-top: 110px;
}
@media only screen and (min-width: 835px) {
  .c-txt-heading--yoko div {
    display: inline;
  }
}
.c-txt-heading--line {
  width: 100%;
}
.c-txt-heading--line span {
  position: relative;
  width: 100%;
}
.c-txt-heading--line span::before, .c-txt-heading--line span::after {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: calc(50% - 95px);
  height: 1px;
  background: #707070;
}
.c-txt-heading--line span::before {
  left: 0;
}
.c-txt-heading--line span::after {
  right: 0;
}
@media only screen and (min-width: 835px) {
  .c-txt-heading--line span.is-short::before, .c-txt-heading--line span.is-short::after {
    width: calc(50% - 160px);
  }
}

@media only screen and (max-width: 834px) {
  .c-txt-heading {
    font-size: calc(20 / 414 * 100vw);
    letter-spacing: 0em;
    line-height: 1.5;
  }
  .c-txt-heading span {
    font-size: 1.2rem;
    letter-spacing: 0em;
    line-height: 1.25;
    margin-top: 0;
  }
  .c-txt-heading.is-2line {
    text-indent: -6.5em;
    padding-top: 6.5em;
  }
  .c-txt-heading.is-2line span {
    text-indent: 0;
    padding-top: 0;
  }
  .c-txt-heading--tate {
    font-size: calc(22 / 414 * 100vw);
    letter-spacing: 0.2em;
    line-height: 1.5;
  }
  .c-txt-heading--tate span {
    margin-top: calc(10 / 414 * 100vw);
  }
  .c-txt-heading--yoko {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: calc(320 / 414 * 100vw);
    font-size: calc(22 / 414 * 100vw);
    letter-spacing: 0em;
    line-height: 1.5;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    margin: calc(35 / 414 * 100vw) auto 0;
    padding-top: 0;
  }
  .c-txt-heading--yoko span {
    margin-top: calc(10 / 414 * 100vw);
  }
  .c-txt-heading--yoko span::before, .c-txt-heading--yoko span::after {
    width: calc(100 / 414 * 100vw) !important;
  }
  .c-txt-heading--sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    font-size: calc(22 / 414 * 100vw);
    letter-spacing: 0.2em;
    line-height: 1.5;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
  .c-txt-heading--sp span {
    margin-top: calc(10 / 414 * 100vw);
  }
  .c-txt-heading--sp span::before, .c-txt-heading--sp span::after {
    width: calc(120 / 414 * 100vw) !important;
  }
  .c-txt-heading--line {
    position: relative;
  }
  .c-txt-heading--line span {
    position: static;
  }
  .c-txt-heading--line span::before, .c-txt-heading--line span::after {
    width: calc(60 / 414 * 100vw);
  }
  .c-txt-heading--line span::before {
    -webkit-transform: translateX(calc(-17 / 414 * 100vw));
            transform: translateX(calc(-17 / 414 * 100vw));
  }
  .c-txt-heading--line span::after {
    -webkit-transform: translateX(calc(17 / 414 * 100vw));
            transform: translateX(calc(17 / 414 * 100vw));
  }
}
.u-inview {
  -webkit-animation: none !important;
          animation: none !important;
}

/*===================================
オリジナル
===================================*/
.u-mask-up {
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(33%, transparent), color-stop(50%, black));
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, transparent 33%, black 50%);
          mask-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(33%, transparent), color-stop(50%, black));
          mask-image: linear-gradient(to bottom, transparent 0%, transparent 33%, black 50%);
  -webkit-mask-size: 100% 300%;
          mask-size: 100% 300%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: top;
          mask-position: top;
  -webkit-animation: animate-maskUp 1s ease-out forwards;
          animation: animate-maskUp 1s ease-out forwards;
  will-change: mask-position;
}
.u-mask-down {
  -webkit-mask-image: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(33%, transparent), color-stop(50%, black));
  -webkit-mask-image: linear-gradient(to top, transparent 0%, transparent 33%, black 50%);
          mask-image: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(33%, transparent), color-stop(50%, black));
          mask-image: linear-gradient(to top, transparent 0%, transparent 33%, black 50%);
  -webkit-mask-size: 100% 300%;
          mask-size: 100% 300%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: bottom;
          mask-position: bottom;
  -webkit-animation: animate-maskDown 1s ease-out forwards;
          animation: animate-maskDown 1s ease-out forwards;
  will-change: mask-position;
}
@media only screen and (max-width: 834px) {
  .u-mask-down-sp {
    -webkit-mask-image: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(33%, transparent), color-stop(50%, black));
    -webkit-mask-image: linear-gradient(to top, transparent 0%, transparent 33%, black 50%);
            mask-image: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(33%, transparent), color-stop(50%, black));
            mask-image: linear-gradient(to top, transparent 0%, transparent 33%, black 50%);
    -webkit-mask-size: 100% 300%;
            mask-size: 100% 300%;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: bottom;
            mask-position: bottom;
    -webkit-animation: animate-maskDown 1s ease-out forwards;
            animation: animate-maskDown 1s ease-out forwards;
    will-change: mask-position;
  }
}
.u-mask-left {
  -webkit-mask-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(33%, transparent), color-stop(50%, black));
  -webkit-mask-image: linear-gradient(to right, transparent 0%, transparent 33%, black 50%);
          mask-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(33%, transparent), color-stop(50%, black));
          mask-image: linear-gradient(to right, transparent 0%, transparent 33%, black 50%);
  -webkit-mask-size: 300% 100%;
          mask-size: 300% 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: left;
          mask-position: left;
  -webkit-animation: animate-maskLeft 1s ease-out forwards;
          animation: animate-maskLeft 1s ease-out forwards;
  will-change: mask-position;
}
.u-mask-right {
  -webkit-mask-image: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(33%, transparent), color-stop(50%, black));
  -webkit-mask-image: linear-gradient(to left, transparent 0%, transparent 33%, black 50%);
          mask-image: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(33%, transparent), color-stop(50%, black));
          mask-image: linear-gradient(to left, transparent 0%, transparent 33%, black 50%);
  -webkit-mask-size: 300% 100%;
          mask-size: 300% 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: right;
          mask-position: right;
  -webkit-animation: animate-maskRight 1s ease-out forwards;
          animation: animate-maskRight 1s ease-out forwards;
  will-change: mask-position;
}

/* アニメーション定義 */
@-webkit-keyframes animate-maskUp {
  to {
    -webkit-mask-position: bottom;
            mask-position: bottom;
  }
}
@keyframes animate-maskUp {
  to {
    -webkit-mask-position: bottom;
            mask-position: bottom;
  }
}
@-webkit-keyframes animate-maskDown {
  to {
    -webkit-mask-position: top;
            mask-position: top;
  }
}
@keyframes animate-maskDown {
  to {
    -webkit-mask-position: top;
            mask-position: top;
  }
}
@-webkit-keyframes animate-maskLeft {
  to {
    -webkit-mask-position: right;
            mask-position: right;
  }
}
@keyframes animate-maskLeft {
  to {
    -webkit-mask-position: right;
            mask-position: right;
  }
}
@-webkit-keyframes animate-maskRight {
  to {
    -webkit-mask-position: left;
            mask-position: left;
  }
}
@keyframes animate-maskRight {
  to {
    -webkit-mask-position: left;
            mask-position: left;
  }
}
/*===================================
フェードイン
===================================*/
.u-fade-in {
  opacity: 0;
  -webkit-animation: animate-fadein 0.8s 0.5 forwards;
          animation: animate-fadein 0.8s 0.5 forwards;
  will-change: transform opacity;
}
.u-fade-up {
  opacity: 0;
  -webkit-animation: animate-fadeUp 0.8s forwards;
          animation: animate-fadeUp 0.8s forwards;
  will-change: transform opacity;
}
.u-fade-down {
  opacity: 0;
  -webkit-animation: animate-fadeDown 0.8s forwards;
          animation: animate-fadeDown 0.8s forwards;
  will-change: transform opacity;
}
.u-fade-left {
  opacity: 0;
  -webkit-animation: animate-fadeInLeft 0.8s forwards;
          animation: animate-fadeInLeft 0.8s forwards;
  will-change: transform opacity;
}
.u-fade-right {
  opacity: 0;
  -webkit-animation: animate-fadeInRight 0.8s forwards;
          animation: animate-fadeInRight 0.8s forwards;
  will-change: transform opacity;
}

@-webkit-keyframes animate-fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes animate-fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes animate-fadeUp {
  from {
    opacity: 0;
    -webkit-transform: translate(0, 25px);
            transform: translate(0, 25px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@keyframes animate-fadeUp {
  from {
    opacity: 0;
    -webkit-transform: translate(0, 25px);
            transform: translate(0, 25px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@-webkit-keyframes animate-fadeDown {
  from {
    opacity: 0;
    -webkit-transform: translate(0, -50px);
            transform: translate(0, -50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@keyframes animate-fadeDown {
  from {
    opacity: 0;
    -webkit-transform: translate(0, -50px);
            transform: translate(0, -50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@-webkit-keyframes animate-fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate(-50px, 0);
            transform: translate(-50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@keyframes animate-fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate(-50px, 0);
            transform: translate(-50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@-webkit-keyframes animate-fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate(50px, 0);
            transform: translate(50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@keyframes animate-fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate(50px, 0);
            transform: translate(50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
/*===================================
回転
===================================*/
.rotateX {
  -webkit-animation: animate-rotateX 8s forwards;
          animation: animate-rotateX 8s forwards;
}

.rotateXcenter {
  -webkit-animation: animate-rotateX 8s forwards;
          animation: animate-rotateX 8s forwards;
}

@-webkit-keyframes animate-rotateX {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes animate-rotateX {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes animate-rotateXcenter {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0);
            transform: translate(-50%, -50%) rotate(0);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes animate-rotateXcenter {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0);
            transform: translate(-50%, -50%) rotate(0);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
/*==================================================
スーッ
===================================*/
.slideIn {
  -webkit-animation: animate-slideIn 0.4s linear forwards;
          animation: animate-slideIn 0.4s linear forwards;
}

@-webkit-keyframes animate-slideIn {
  from {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
  }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes animate-slideIn {
  from {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
  }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
/*==================================================
滑らかに変形して出現
===================================*/
.smooth {
  -webkit-animation: animate-smooth 1s forwards;
          animation: animate-smooth 1s forwards;
  -webkit-transform-origin: left;
          transform-origin: left;
  opacity: 0;
}

@-webkit-keyframes animate-smooth {
  from {
    -webkit-transform: translate3d(0, 100%, 0) skewY(12deg);
            transform: translate3d(0, 100%, 0) skewY(12deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0) skewY(0);
            transform: translate3d(0, 0, 0) skewY(0);
    opacity: 1;
  }
}

@keyframes animate-smooth {
  from {
    -webkit-transform: translate3d(0, 100%, 0) skewY(12deg);
            transform: translate3d(0, 100%, 0) skewY(12deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0) skewY(0);
            transform: translate3d(0, 0, 0) skewY(0);
    opacity: 1;
  }
}
/*----------------------------------------
	HEADER
-----------------------------------------*/
.l-header {
  position: absolute;
  top: 70px;
  left: 0;
  width: 100%;
  height: 94px;
  -webkit-transform: 0.2s;
          transform: 0.2s;
  z-index: 10;
}
.l-header.is-float {
  position: fixed;
  top: 0;
  padding-top: 25px;
  background: #fff;
}
.l-header.is-float .l-header-list__item a,
.l-header.is-float .l-header-icon a {
  color: #000 !important;
}
.l-header.is-float .l-header-icon a::before {
  background: #000 !important;
}
.l-header.is-float .l-header-hamburger span {
  background: #000 !important;
}
.l-header.is-float .l-header-logo {
  opacity: 1 !important;
  pointer-events: visible;
}
.l-header a:hover {
  color: #C6C6C6;
  opacity: 1;
}
.l-header a:hover::before {
  background: #C6C6C6;
}
.l-header__wrap {
  position: relative;
}
.l-header-hamburger {
  display: none;
}
.l-header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 100%;
}
.l-header-logo {
  width: 146px;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: 0.3s;
          transform: 0.3s;
}
.l-header-logo:hover {
  opacity: 0.5 !important;
}
.l-header-logo.is-show {
  opacity: 1;
}
.l-header-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 70px;
  padding-right: 185px;
}
.l-header-list__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.l-header-list__item span {
  font-size: 1.2rem;
  letter-spacing: 0em;
  line-height: 1.5;
}
.l-header-icon {
  position: absolute;
  top: -4px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 22px;
}
.l-header-icon a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 7px;
  font-size: 1rem;
  letter-spacing: 0em;
  line-height: 1.2;
}
.l-header-icon a::before {
  content: "";
  display: block;
  width: 100%;
  min-width: 25px;
  height: 24px;
  background: #191919;
  -webkit-mask-position: center top;
          mask-position: center top;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.l-header-icon__user::before {
  -webkit-mask-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20version%3D%221.1%22%20viewBox%3D%220%200%2021.6%2023.4%22%3E%3Cpath%20id%3D%22_P%E3%83%91%E3%82%B9_89%22%20data-name%3D%22%E3%83%91%E3%82%B9%2089%22%20d%3D%22M10.8%2C10.3c-2.8%2C0-5.2-2.3-5.2-5.2C5.7%2C2.3%2C8%2C0%2C10.8%2C0c2.8%2C0%2C5.2%2C2.3%2C5.2%2C5.2%2C0%2C2.8-2.3%2C5.2-5.2%2C5.2ZM10.8%2C1.3c-2.1%2C0-3.8%2C1.7-3.8%2C3.8%2C0%2C2.1%2C1.7%2C3.8%2C3.8%2C3.8%2C2.1%2C0%2C3.8-1.7%2C3.8-3.8%2C0-2.1-1.7-3.8-3.8-3.8Z%22/%3E%3Cpath%20id%3D%22_P%E3%83%91%E3%82%B9_90%22%20data-name%3D%22%E3%83%91%E3%82%B9%2090%22%20d%3D%22M20.9%2C23.4c-.4%2C0-.7-.3-.7-.7%2C0-5.2-4.2-9.4-9.4-9.4-5.2%2C0-9.4%2C4.2-9.4%2C9.4%2C0%2C.4-.3.7-.7.7-.4%2C0-.7-.3-.7-.7%2C0-6%2C4.8-10.8%2C10.8-10.8%2C6%2C0%2C10.8%2C4.8%2C10.8%2C10.8%2C0%2C.4-.3.7-.7.7s0%2C0%2C0%2C0Z%22/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20version%3D%221.1%22%20viewBox%3D%220%200%2021.6%2023.4%22%3E%3Cpath%20id%3D%22_P%E3%83%91%E3%82%B9_89%22%20data-name%3D%22%E3%83%91%E3%82%B9%2089%22%20d%3D%22M10.8%2C10.3c-2.8%2C0-5.2-2.3-5.2-5.2C5.7%2C2.3%2C8%2C0%2C10.8%2C0c2.8%2C0%2C5.2%2C2.3%2C5.2%2C5.2%2C0%2C2.8-2.3%2C5.2-5.2%2C5.2ZM10.8%2C1.3c-2.1%2C0-3.8%2C1.7-3.8%2C3.8%2C0%2C2.1%2C1.7%2C3.8%2C3.8%2C3.8%2C2.1%2C0%2C3.8-1.7%2C3.8-3.8%2C0-2.1-1.7-3.8-3.8-3.8Z%22/%3E%3Cpath%20id%3D%22_P%E3%83%91%E3%82%B9_90%22%20data-name%3D%22%E3%83%91%E3%82%B9%2090%22%20d%3D%22M20.9%2C23.4c-.4%2C0-.7-.3-.7-.7%2C0-5.2-4.2-9.4-9.4-9.4-5.2%2C0-9.4%2C4.2-9.4%2C9.4%2C0%2C.4-.3.7-.7.7-.4%2C0-.7-.3-.7-.7%2C0-6%2C4.8-10.8%2C10.8-10.8%2C6%2C0%2C10.8%2C4.8%2C10.8%2C10.8%2C0%2C.4-.3.7-.7.7s0%2C0%2C0%2C0Z%22/%3E%3C/svg%3E");
}
.l-header-icon__cart::before {
  -webkit-mask-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20version%3D%221.1%22%20viewBox%3D%220%200%2024%2024.5%22%3E%3Cpath%20d%3D%22M6.8%2C20c-1.2%2C0-2.2%2C1-2.2%2C2.2%2C0%2C1.2%2C1%2C2.2%2C2.2%2C2.2%2C1.2%2C0%2C2.2-1%2C2.2-2.2h0c0-1.2-1-2.2-2.2-2.2ZM6.8%2C23.2c-.5%2C0-1-.4-1-1s.4-1%2C1-1c.5%2C0%2C1%2C.4%2C1%2C1%2C0%2C.5-.4%2C1-1%2C1Z%22/%3E%3Cpath%20d%3D%22M15.4%2C20c-1.2%2C0-2.2%2C1-2.2%2C2.2%2C0%2C1.2%2C1%2C2.2%2C2.2%2C2.2%2C1.2%2C0%2C2.2-1%2C2.2-2.2h0c0-1.2-1-2.2-2.2-2.2ZM15.4%2C23.2c-.5%2C0-1-.4-1-1s.4-1%2C1-1c.5%2C0%2C1%2C.4%2C1%2C1%2C0%2C.5-.4%2C1-1%2C1Z%22/%3E%3Cpath%20d%3D%22M23.6.9L20.8%2C0s0%2C0-.1%2C0c-.3%2C0-.6.2-.7.6l-.5%2C4.5H.6c0%2C0-.1%2C0-.2%2C0-.3%2C0-.5.4-.4.8l2.9%2C10.4c0%2C.3.3.5.6.5h14.7v1.3H3.5c-.3%2C0-.6.3-.6.6%2C0%2C.3.3.6.6.6h15.1c.3%2C0%2C.6-.2.6-.5l1.9-17.4%2C2.1.6c.3%2C0%2C.7%2C0%2C.8-.4.1-.3%2C0-.7-.4-.8ZM13.4%2C6.3v9.2h-5.3V6.3h5.3ZM1.4%2C6.3h5.5s0%2C9.2%2C0%2C9.2h-2.9L1.4%2C6.3ZM18.3%2C15.5h-3.7V6.3h4.7s-1%2C9.2-1%2C9.2Z%22/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20version%3D%221.1%22%20viewBox%3D%220%200%2024%2024.5%22%3E%3Cpath%20d%3D%22M6.8%2C20c-1.2%2C0-2.2%2C1-2.2%2C2.2%2C0%2C1.2%2C1%2C2.2%2C2.2%2C2.2%2C1.2%2C0%2C2.2-1%2C2.2-2.2h0c0-1.2-1-2.2-2.2-2.2ZM6.8%2C23.2c-.5%2C0-1-.4-1-1s.4-1%2C1-1c.5%2C0%2C1%2C.4%2C1%2C1%2C0%2C.5-.4%2C1-1%2C1Z%22/%3E%3Cpath%20d%3D%22M15.4%2C20c-1.2%2C0-2.2%2C1-2.2%2C2.2%2C0%2C1.2%2C1%2C2.2%2C2.2%2C2.2%2C1.2%2C0%2C2.2-1%2C2.2-2.2h0c0-1.2-1-2.2-2.2-2.2ZM15.4%2C23.2c-.5%2C0-1-.4-1-1s.4-1%2C1-1c.5%2C0%2C1%2C.4%2C1%2C1%2C0%2C.5-.4%2C1-1%2C1Z%22/%3E%3Cpath%20d%3D%22M23.6.9L20.8%2C0s0%2C0-.1%2C0c-.3%2C0-.6.2-.7.6l-.5%2C4.5H.6c0%2C0-.1%2C0-.2%2C0-.3%2C0-.5.4-.4.8l2.9%2C10.4c0%2C.3.3.5.6.5h14.7v1.3H3.5c-.3%2C0-.6.3-.6.6%2C0%2C.3.3.6.6.6h15.1c.3%2C0%2C.6-.2.6-.5l1.9-17.4%2C2.1.6c.3%2C0%2C.7%2C0%2C.8-.4.1-.3%2C0-.7-.4-.8ZM13.4%2C6.3v9.2h-5.3V6.3h5.3ZM1.4%2C6.3h5.5s0%2C9.2%2C0%2C9.2h-2.9L1.4%2C6.3ZM18.3%2C15.5h-3.7V6.3h4.7s-1%2C9.2-1%2C9.2Z%22/%3E%3C/svg%3E");
}
.l-header-sp {
  display: none;
}

@media only screen and (max-width: 834px) {
  .l-header {
    position: fixed;
    top: calc(30 / 414 * 100vw);
    left: 0;
    height: 50px;
  }
  .l-header.is-float {
    top: 0;
    padding: 12px 0 0;
  }
  .l-header-hamburger {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: calc(27 / 414 * 100vw);
    height: calc(22 / 414 * 100vw);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 10;
  }
  .l-header-hamburger span {
    position: relative;
    display: block;
    width: 100%;
    height: calc(3 / 414 * 100vw);
    background: #000;
  }
  .l-header-hamburger span:nth-of-type(2), .l-header-hamburger span:nth-of-type(3) {
    content: "";
    position: absolute;
    right: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    will-change: transform;
  }
  .l-header-hamburger span:nth-of-type(2) {
    -webkit-transform: translateY(calc(9 / 414 * 100vw));
            transform: translateY(calc(9 / 414 * 100vw));
    width: calc(14 / 414 * 100vw);
  }
  .l-header-hamburger span:nth-of-type(3) {
    -webkit-transform: translateY(calc(-8 / 414 * 100vw));
            transform: translateY(calc(-8 / 414 * 100vw));
  }
  .l-header-hamburger.is-open span {
    color: #707070 !important;
  }
  .l-header-hamburger.is-open span:nth-of-type(1) {
    background: transparent !important;
  }
  .l-header-hamburger.is-open span:nth-of-type(2) {
    -webkit-transform: translate(0, 0) rotate(45deg);
            transform: translate(0, 0) rotate(45deg);
    width: 100%;
  }
  .l-header-hamburger.is-open span:nth-of-type(3) {
    -webkit-transform: translate(0, 0) rotate(-45deg);
            transform: translate(0, 0) rotate(-45deg);
  }
  .l-header-nav {
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    background: #fff;
    padding: 150px 47px 24px;
    -webkit-transform: translateX(-101%);
            transform: translateX(-101%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 9;
  }
  .l-header-nav.is-open {
    -webkit-transform: none;
            transform: none;
  }
  .l-header-logo {
    display: none;
  }
  .l-header-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: calc(30 / 414 * 100vw);
    padding-right: calc(0 / 414 * 100vw);
  }
  .l-header-list__item a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: calc(10 / 414 * 100vw);
  }
  .l-header-list__item span {
    font-size: calc(14 / 414 * 100vw);
    letter-spacing: 0em;
    line-height: 1;
  }
  .l-header-icon {
    top: calc(0 / 414 * 100vw);
    gap: calc(24 / 414 * 100vw);
    z-index: 10;
  }
  .l-header-icon a {
    gap: calc(0 / 414 * 100vw);
    font-size: 0;
  }
  .l-header-icon a::before {
    min-width: calc(25 / 414 * 100vw);
    height: calc(24 / 414 * 100vw);
  }
  .l-header-sp {
    display: block;
    margin-top: calc(85 / 414 * 100vw);
  }
  .l-header-sp__logo {
    width: calc(146 / 414 * 100vw);
  }
  .l-header-sp__address {
    font-size: calc(13 / 414 * 100vw);
    letter-spacing: 0em;
    line-height: 1.54;
    margin-top: calc(25 / 414 * 100vw);
  }
  .l-header-sp__sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: calc(45 / 414 * 100vw);
  }
  .l-header-sp__sns a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(5 / 414 * 100vw);
    font-size: calc(14 / 414 * 100vw);
    letter-spacing: 0em;
    line-height: 1.57;
    text-align: center;
  }
  .l-header-sp__sns img {
    width: calc(30 / 414 * 100vw);
  }
}
/* BOTTOM
-----------------------------------------*/
.l-bottom-products {
  margin-top: 150px;
}
@media only screen and (min-width: 835px) {
  .l-bottom-products .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 117px;
  }
  .l-bottom-products .slick-track::before, .l-bottom-products .slick-track::after {
    display: none;
  }
  .l-bottom-products .slick-slide {
    width: pc(262) !important;
    border: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.l-bottom-products__list {
  margin-top: 110px;
}
.l-bottom-products__item figure {
  display: block;
}
.l-bottom-products__item figcaption {
  font-size: 2.4rem;
  letter-spacing: 0em;
  line-height: 1.33;
  text-align: center;
  margin-top: 36px;
}
.l-bottom-shopguide {
  margin-top: 150px;
}
.l-bottom-shopguide__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 50px;
  margin-top: 100px;
}
.l-bottom-shopguide__inner {
  width: 445px;
}
.l-bottom-shopguide__discription dt {
  font-size: 1.8rem;
  letter-spacing: 0em;
  line-height: 1.78;
}
.l-bottom-shopguide__discription dd {
  font-size: 1.4rem;
  letter-spacing: 0em;
  line-height: 2.29;
  margin: 1.5em 0;
}
.l-bottom-instagram {
  margin-top: 160px;
}
.l-bottom-instagram__wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 80px;
  margin-top: 45px;
  padding-bottom: 55px;
}
.l-bottom-instagram__wrap::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  width: 100%;
  height: 1px;
  background: #191919;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.l-bottom-instagram a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
}
.l-bottom-instagram img {
  width: 30px;
}
.l-bottom-faq {
  margin-top: 150px;
}
.l-bottom-faq__wrap {
  max-width: 830px;
  margin-top: 100px;
}
.l-bottom-faq__wrap dl > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-bottom-faq__wrap dl > *::before {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 50px;
  font-family: "Baskervville", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.l-bottom-faq__wrap dt {
  font-size: 2.4rem;
  letter-spacing: 0.01em;
  line-height: 1.5;
}
.l-bottom-faq__wrap dt:nth-of-type(n+2) {
  margin-top: 75px;
}
.l-bottom-faq__wrap dt::before {
  content: "Q";
  font-size: 2.6rem;
  letter-spacing: 0.01em;
  line-height: 1.08;
}
.l-bottom-faq__wrap dd {
  font-size: 1.6rem;
  letter-spacing: 0.01em;
  line-height: 1.75;
  margin-top: 25px;
}
.l-bottom-faq__wrap dd::before {
  content: "A";
  font-size: 2.4rem;
  letter-spacing: 0.01em;
  line-height: 1.17;
  padding-left: 0.05em;
}

@media only screen and (max-width: 834px) {
  .l-bottom {
    width: 100%;
    padding: 0 calc(47 / 414 * 100vw);
    overflow: hidden;
  }
  .l-bottom-products {
    margin-top: calc(80 / 414 * 100vw);
  }
  .l-bottom-products .slick-list {
    overflow: visible !important;
  }
  .l-bottom-products .slick-slide {
    margin-right: 25px;
    border: none;
  }
  .l-bottom-products__list {
    width: calc(160 / 414 * 100vw);
    margin-top: 50px;
    margin-left: calc(-17 / 414 * 100vw);
  }
  .l-bottom-products__item figcaption {
    font-size: calc(16 / 414 * 100vw);
    letter-spacing: 0em;
    line-height: 1.25;
    margin-top: 10px;
  }
  .l-bottom-shopguide {
    margin-top: calc(80 / 414 * 100vw);
  }
  .l-bottom-shopguide__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(7 / 414 * 100vw);
    margin-top: calc(35 / 414 * 100vw);
  }
  .l-bottom-shopguide__inner {
    width: 100%;
  }
  .l-bottom-shopguide__discription dt {
    font-size: calc(17 / 414 * 100vw);
    letter-spacing: 0em;
    line-height: 1.88;
    text-align: center;
  }
  .l-bottom-shopguide__discription dd {
    font-size: calc(13 / 414 * 100vw);
    letter-spacing: 0em;
    line-height: 1.54;
  }
  .l-bottom-instagram {
    margin-top: calc(25 / 414 * 100vw);
  }
  .l-bottom-instagram__wrap {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    gap: calc(10 / 414 * 100vw);
    margin-top: calc(35 / 414 * 100vw);
    padding-bottom: calc(30 / 414 * 100vw);
  }
  .l-bottom-instagram__wrap::after {
    width: calc(354 / 414 * 100vw);
  }
  .l-bottom-instagram a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(15 / 414 * 100vw);
    font-size: 1.4rem;
    letter-spacing: 0em;
    line-height: 1.57;
    text-align: center;
  }
  .l-bottom-instagram img {
    width: calc(30 / 414 * 100vw);
  }
  .l-bottom-faq {
    margin-top: calc(25 / 414 * 100vw);
  }
  .l-bottom-faq__wrap {
    margin-top: calc(35 / 414 * 100vw);
  }
  .l-bottom-faq__wrap dl > *::before {
    width: calc(30 / 414 * 100vw);
  }
  .l-bottom-faq__wrap dt {
    font-size: calc(17 / 414 * 100vw);
    letter-spacing: 0em;
    line-height: 1.5;
  }
  .l-bottom-faq__wrap dt:nth-of-type(n+2) {
    margin-top: calc(40 / 414 * 100vw);
  }
  .l-bottom-faq__wrap dt::before {
    content: "Q";
    font-size: calc(20 / 414 * 100vw);
    letter-spacing: 0.01em;
    line-height: 1.1;
  }
  .l-bottom-faq__wrap dd {
    font-size: calc(13 / 414 * 100vw);
    letter-spacing: 0em;
    line-height: 1.5;
    margin-top: calc(15 / 414 * 100vw);
  }
  .l-bottom-faq__wrap dd::before {
    content: "A";
    font-size: calc(18 / 414 * 100vw);
    letter-spacing: 0.01em;
    line-height: 1.22;
  }
}
/*----------------------------------------
	FOOTER
-----------------------------------------*/
.l-footer {
  margin-top: 80px;
  padding: 80px 0;
  background: #F7F3EA;
}
.l-footer__wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-footer-ligo {
  width: 85px;
}
.l-footer-sitemap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 65px;
}
.l-footer-sitemap__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 65px;
}
.l-footer-sitemap__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
}
@media only screen and (min-width: 835px) {
  .l-footer-sitemap__item--float {
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.l-footer-copy {
  width: 100%;
  font-size: 1.4rem;
  letter-spacing: 0em;
  line-height: 1;
  margin-top: 70px;
}

@media only screen and (max-width: 834px) {
  .l-footer {
    margin-top: calc(50 / 414 * 100vw);
    padding: calc(50 / 414 * 100vw) 0 calc(25 / 414 * 100vw);
  }
  .l-footer__wrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(60 / 414 * 100vw);
  }
  .l-footer-ligo {
    width: calc(80 / 414 * 100vw);
    margin: 0 auto;
  }
  .l-footer-sitemap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(50 / 414 * 100vw);
    width: 100%;
  }
  .l-footer-sitemap__list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: calc(10 / 414 * 100vw);
    font-size: calc(14 / 414 * 100vw);
    letter-spacing: 0em;
    line-height: 1.29;
  }
  .l-footer-sitemap__item {
    gap: calc(25 / 414 * 100vw);
  }
  .l-footer-copy {
    font-size: calc(10 / 414 * 100vw);
    letter-spacing: 0em;
    line-height: 1;
    text-align: center;
    margin-top: calc(0 / 414 * 100vw);
  }
}
/*----------------------------------------
	MAIN
-----------------------------------------*/
.l-main-heading {
  position: relative;
  padding-top: 227px;
}
.l-main-heading__logo {
  position: absolute;
  top: 68px;
  left: 0;
  width: 111px;
  z-index: 10;
}
.l-main-breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 72px;
  font-size: 1.8rem;
  letter-spacing: 0em;
  line-height: 1;
}
.l-main-breadcrumbs__item:not(:first-of-type)::before {
  content: "/";
  margin: 0 0.75em;
}
.l-main-breadcrumbs__view {
  font-weight: 700;
  text-decoration: underline;
}

@media only screen and (max-width: 834px) {
  .l-main-heading {
    padding-top: calc(125 / 414 * 100vw);
  }
  .l-main-heading__logo {
    top: calc(84 / 414 * 100vw);
    width: calc(68.35 / 414 * 100vw);
    z-index: 1;
  }
  .l-main-breadcrumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: calc(33 / 414 * 100vw);
    font-size: calc(14 / 414 * 100vw);
    letter-spacing: 0em;
    line-height: 1.29;
  }
  .l-main-breadcrumbs__item:not(:first-of-type)::before {
    content: "/";
    margin: 0 0.5em;
  }
}
.p-top-back {
  position: relative;
  background: #F7F3EA;
  padding: 30px 0;
}
.p-top-back::before, .p-top-back::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 31px;
  background: #fff;
}
.p-top-back::before {
  top: -1px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.p-top-back::after {
  bottom: -1px;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
.p-top-fv {
  position: relative;
}
.p-top-fv #slider {
  width: 100%;
  height: 64.21875vw;
}
.p-top-fv #slider div {
  position: relative;
  display: none;
  width: 100%;
  height: 100%;
}
.p-top-fv #slider img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top-fv__wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 68px 0 60px;
}
.p-top-fv__inner {
  position: relative;
  height: 100%;
}
  .p-top-fv__logo {
    width: 107px;
  }
.p-top-fv__lead {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  line-height: 1.22;
  color: #fff;
}
.p-top-fv__instagram {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: 30px;
  height: 30px;
  font-size: 0;
  background: #fff;
  -webkit-mask-image: url(../img/common/icon_instagram.svg);
          mask-image: url(../img/common/icon_instagram.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.p-top-news {
  margin-top: 155px;
}
.p-top-news__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 115px;
  max-width: 960px;
}
.p-top-news__title {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 72px;
  margin: 16px 0 0;
}
.p-top-news__list {
  width: 100%;
}
.p-top-news__item {
  font-size: 1.6rem;
  letter-spacing: 0em;
  line-height: 2;
}
.p-top-news__item data::before {
  content: "[";
}
.p-top-news__item data::after {
  content: "]";
}
.p-top-news__item:nth-of-type(n+2) {
  margin-top: 30px;
}
.p-top-news__item a {
  display: block;
}
.p-top-column {
  margin-top: 100px;
}
.p-top-column__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 50px;
  padding: 80px 0 60px;
}
.p-top-column__title {
  font-size: 4rem;
  letter-spacing: 0.05em;
  line-height: 1.3;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  margin-right: 70px;
}
.p-top-column__title span {
  display: block;
  margin-top: 1.5em;
}
.p-top-column__figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 10px;
  margin-top: 115px;
}
.p-top-column__figure img {
  width: 375px;
}
.p-top-column__figure figcaption {
  text-align: right;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.1;
  color: #707070;
}
.p-top-column__text {
  position: relative;
  padding: 75px 0 30px;
}
.p-top-column__lead {
  position: absolute;
  top: -170px;
  right: -10px;
  font-size: 3.8rem;
  letter-spacing: 0em;
  line-height: 1.84;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  background: #fff;
  padding: 53px 10px;
}
.p-top-column__body {
  font-size: 2.4rem;
  letter-spacing: 0em;
  line-height: 2.1;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  margin: 0 auto;
  padding-right: 200px;
}
.p-top-products {
  padding-top: 95px;
}
.p-top-products__list {
  max-width: 680px;
  margin-top: 110px;
}
.p-top-products__item {
  position: relative;
}
.p-top-products__item:nth-of-type(n+2) {
  margin-top: 160px;
}
.p-top-products__item figure {
  position: relative;
  z-index: 1;
}
.p-top-products__item figcaption {
  font-size: 3.8rem;
  letter-spacing: 0em;
  line-height: 1;
  text-align: center;
  margin-top: 70px;
}
.p-top-products__item h3 {
  font-size: 2.8rem;
  letter-spacing: 0em;
  line-height: 1.14;
  text-align: center;
  text-decoration: underline;
  margin-top: 75px;
}
.p-top-products__item p {
  width: 415px;
  font-size: 1.8rem;
  letter-spacing: 0em;
  line-height: 1.78;
  margin: 60px auto 0;
}
.p-top-products__item a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 340px;
  height: 90px;
  font-size: 2.4rem;
  letter-spacing: 0em;
  line-height: 1.33;
  margin: 40px auto 0;
  color: #fff;
  background: #C39857;
  border-radius: 100vmax;
}
.p-top-products__item a::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  display: block;
  width: 332px;
  height: 82px;
  border: 2px solid #fff;
  border-radius: 100vmax;
}
.p-top-products__item a:hover {
  opacity: 1;
  background: #8D6220;
}
.p-top-products__figure {
  position: absolute;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.p-top-products__figure--yuzukosho01 {
  top: 205px;
  left: calc(50% + 18px);
  width: 551px;
}
.p-top-products__figure--yuzukosho02 {
  top: 590px;
  right: calc(50% + 130px);
  width: 416px;
}
.p-top-products__figure--chirimen01 {
  top: 400px;
  left: calc(50% + 78px);
  width: 562px;
}
.p-top-products__figure--chirimen02 {
  top: 70px;
  right: calc(50% + 70px);
  width: 431px;
}
.p-top-products__figure--shiokonbu01 {
  top: 507px;
  right: calc(50% + 85px);
  width: 516px;
}
.p-top-shop {
  margin-top: 100px;
}
.p-top-shop__title {
  margin-top: 80px;
}
.p-top-shop__hanga {
  display: block;
  width: 1000px;
  margin: -98px auto -60px;
}
.p-top-shop__image {
  display: block;
  border: 1px solid #707070;
}
.p-top-shop__lead {
  max-width: 760px;
  font-size: 1.6rem;
  letter-spacing: 0em;
  line-height: 2;
  margin-top: 120px;
}
.p-top-shop__sign {
  text-align: right;
  margin-top: 1em;
}
.p-top-shop__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 835px) {
  .p-top-shop__block--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 760px;
    margin: 98px auto 0;
  }
  .p-top-shop__block--column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px;
    max-width: 330px;
  }
  .p-top-shop__block--column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 50px;
    max-width: 330px;
  }
}
@media only screen and (min-width: 835px) {
  .p-top-shop__inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 220px;
    margin-top: 120px;
    margin-bottom: 70px;
  }
}
.p-top-shop__picture {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 352px;
  border: 1px solid #707070;
}
@media only screen and (min-width: 835px) {
  .p-top-shop__picture--left {
    position: relative;
    left: -200px;
    width: 530px;
  }
  .p-top-shop__picture--right {
    width: 530px;
  }
}
.p-top-shop__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
.p-top-shop__name {
  font-size: 2.8rem;
  letter-spacing: 0em;
  line-height: 1.14;
}
.p-top-shop__address {
  font-size: 1.4rem;
  letter-spacing: 0em;
  line-height: 2;
}
.p-top-shop__note {
  font-size: 1.3rem;
  letter-spacing: 0em;
  line-height: 1.69;
}
.p-top-shop__instagram {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 25px;
}
.p-top-shop__instagram a {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-top-shop__instagram img {
  width: 30px;
}
.p-top-shop__comment {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  line-height: 1.13;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  white-space: nowrap;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.p-top-recipe {
  padding-top: 100px;
}
.p-top-recipe__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 105px;
  margin-top: 115px;
}
.p-top-recipe__lead {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 93px;
  font-size: 3.2rem;
  letter-spacing: 0.05em;
  line-height: 1.06;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  margin: 16px 0 0;
}
.p-top-recipe__lead span {
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  line-height: 2.83;
  margin-top: 2em;
}
.p-top-recipe__list {
  width: 100%;
}
.p-top-recipe__list li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 30px;
  width: 100%;
  font-size: 1.4rem;
  letter-spacing: 0em;
  line-height: 1.86;
  margin: 40px 20px 0 70px;
  padding-top: 70px;
  padding-bottom: 50px;
  border-bottom: 1px solid #707070;
}
.p-top-recipe__list li:nth-of-type(n+2) {
  margin-top: 60px;
}
.p-top-recipe__list h3 {
  position: absolute;
  top: 0;
  left: -70px;
  font-size: 2.4rem;
  letter-spacing: 0em;
  line-height: 1.25;
}
.p-top-recipe__list strong {
  display: block;
  font-size: 1.8rem;
  letter-spacing: 0em;
  line-height: 1.44;
  margin-bottom: 1em;
}
.p-top-recipe__list img {
  width: 262px;
}
.p-top-recipe__more {
  border: none !important;
}
.p-top-recipe__more a {
  margin-left: 70px;
  padding-bottom: 10px;
  border-bottom: 1px solid #707070;
}

@media only screen and (max-width: 834px) {
  .p-top-back {
    padding: calc(20 / 414 * 100vw) 0;
  }
  .p-top-back::before, .p-top-back::after {
    height: calc(21 / 414 * 100vw);
  }
  .p-top-fv #slider {
    height: 109vw;
  }
  .p-top-fv__wrap {
    padding: calc(30 / 414 * 100vw) 0 calc(20 / 414 * 100vw);
  }
  .p-top-fv__logo {
    width: calc(107 / 414 * 100vw);
    padding-top: calc(80 / 414 * 100vw);
  }
  .p-top-fv__lead {
    bottom: 0;
    left: auto;
    right: 0;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    font-size: calc(12 / 414 * 100vw);
    letter-spacing: 0.04em;
    line-height: 1.08;
  }
  .p-top-fv__instagram {
    display: none;
  }
  .p-top-news {
    margin-top: calc(15 / 414 * 100vw);
  }
  .p-top-news__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(25 / 414 * 100vw);
    max-width: calc(960 / 414 * 100vw);
  }
  .p-top-news__title {
    width: auto;
    margin: calc(16 / 414 * 100vw) auto 0;
  }
  .p-top-news__list {
    width: 100%;
  }
  .p-top-news__item {
    font-size: calc(14 / 414 * 100vw);
    letter-spacing: 0em;
    line-height: 1.43;
  }
  .p-top-news__item:nth-of-type(n+2) {
    margin-top: calc(20 / 414 * 100vw);
  }
  .p-top-column {
    margin-top: calc(50 / 414 * 100vw);
  }
  .p-top-column__heading {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(15 / 414 * 100vw);
    padding: calc(40 / 414 * 100vw) 0 calc(35 / 414 * 100vw);
  }
  .p-top-column__title {
    font-size: calc(24 / 414 * 100vw);
    letter-spacing: 0em;
    line-height: 1.25;
    margin-right: 0;
  }
  .p-top-column__title span {
    margin-top: 2em;
  }
  .p-top-column__figure {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(10 / 414 * 100vw);
    margin: 0;
  }
  .p-top-column__figure img {
    width: calc(208 / 414 * 100vw);
  }
  .p-top-column__figure figcaption {
    text-align: left;
    -webkit-writing-mode: inherit;
        -ms-writing-mode: inherit;
            writing-mode: inherit;
    font-size: calc(9 / 414 * 100vw);
    letter-spacing: 0em;
    line-height: 1.11;
  }
  .p-top-column__text {
    position: relative;
    padding: calc(55 / 414 * 100vw) 0 calc(45 / 414 * 100vw);
  }
  .p-top-column__lead {
    position: absolute;
    top: calc(-47 / 414 * 100vw);
    right: auto;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(6 / 414 * 100vw);
    font-size: calc(23 / 414 * 100vw);
    letter-spacing: 0em;
    line-height: 1;
    -webkit-writing-mode: inherit;
        -ms-writing-mode: inherit;
            writing-mode: inherit;
    background: none;
    padding: 0;
  }
  .p-top-column__lead span {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background: #fff;
    padding: 0.1em;
  }
  .p-top-column__body {
    font-size: calc(16 / 414 * 100vw);
    letter-spacing: 0em;
    line-height: 2;
    text-align: center;
    -webkit-writing-mode: inherit;
        -ms-writing-mode: inherit;
            writing-mode: inherit;
    margin: 0 auto;
    padding-right: 0;
  }
  .p-top-products {
    padding-top: calc(25 / 414 * 100vw);
  }
  .p-top-products__list {
    margin-top: calc(60 / 414 * 100vw);
  }
  .p-top-products__item {
    position: relative;
  }
  .p-top-products__item:nth-of-type(n+2) {
    margin-top: calc(70 / 414 * 100vw);
  }
  .p-top-products__item figure {
    width: 215px;
    margin: 0 auto;
  }
  .p-top-products__item figcaption {
    font-size: calc(24 / 414 * 100vw);
    letter-spacing: 0em;
    line-height: 1;
    margin-top: calc(25 / 414 * 100vw);
  }
  .p-top-products__item h3 {
    font-size: calc(14 / 414 * 100vw);
    letter-spacing: 0em;
    line-height: 1.43;
    margin-top: calc(14 / 414 * 100vw);
  }
  .p-top-products__item p {
    width: calc(275 / 414 * 100vw);
    font-size: calc(14 / 414 * 100vw);
    letter-spacing: 0em;
    line-height: 1.43;
    margin: calc(22 / 414 * 100vw) auto 0;
  }
  .p-top-products__item a {
    width: calc(135 / 414 * 100vw);
    height: calc(38 / 414 * 100vw);
    font-size: calc(14 / 414 * 100vw);
    letter-spacing: 0em;
    line-height: 1;
    margin: calc(25 / 414 * 100vw) auto 0;
  }
  .p-top-products__item a::after {
    top: calc(2 / 414 * 100vw);
    left: calc(2 / 414 * 100vw);
    display: block;
    width: calc(131 / 414 * 100vw);
    height: calc(34 / 414 * 100vw);
    border: calc(2 / 414 * 100vw) solid #fff;
  }
  .p-top-products__figure {
    position: absolute;
  }
  .p-top-products__figure--yuzukosho01 {
    top: calc(10 / 414 * 100vw);
    left: calc(50% + 15 / 414 * 100vw);
    width: calc(182 / 414 * 100vw);
  }
  .p-top-products__figure--yuzukosho02 {
    top: calc(178 / 414 * 100vw);
    right: calc(50% + 51 / 414 * 100vw);
    width: calc(126 / 414 * 100vw);
  }
  .p-top-products__figure--chirimen01 {
    top: calc(146 / 414 * 100vw);
    left: calc(50% + 46 / 414 * 100vw);
    width: calc(162 / 414 * 100vw);
  }
  .p-top-products__figure--chirimen02 {
    top: calc(-18 / 414 * 100vw);
    right: calc(50% + 56 / 414 * 100vw);
    width: calc(121 / 414 * 100vw);
  }
  .p-top-products__figure--shiokonbu01 {
    top: calc(151 / 414 * 100vw);
    right: calc(50% + 45 / 414 * 100vw);
    width: calc(160 / 414 * 100vw);
  }
  .p-top-shop {
    margin-top: calc(50 / 414 * 100vw);
  }
  .p-top-shop__title {
    gap: calc(5 / 414 * 100vw);
    margin-top: calc(50 / 414 * 100vw);
    -webkit-writing-mode: inherit;
        -ms-writing-mode: inherit;
            writing-mode: inherit;
  }
  .p-top-shop__title span {
    margin-top: 0;
  }
  .p-top-shop__hanga {
    width: 100%;
    margin: calc(55 / 414 * 100vw) auto calc(-5 / 414 * 100vw);
  }
  .p-top-shop__lead {
    position: relative;
    font-size: calc(15 / 414 * 100vw);
    letter-spacing: 0em;
    line-height: 1.67;
    margin-top: calc(55 / 414 * 100vw);
    padding-bottom: calc(65 / 414 * 100vw);
  }
  .p-top-shop__lead::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -17.5px;
    display: block;
    width: calc(355 / 414 * 100vw);
    height: 1px;
    background: #707070;
  }
  .p-top-shop__inner {
    margin-bottom: calc(60 / 414 * 100vw);
  }
  .p-top-shop__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(15 / 414 * 100vw);
    width: calc(320 / 414 * 100vw);
    margin-inline: auto;
    margin-top: calc(60 / 414 * 100vw);
  }
  .p-top-shop__picture {
    width: 100%;
  }
  .p-top-shop__text {
    gap: calc(15 / 414 * 100vw);
  }
  .p-top-shop__name {
    font-size: calc(20 / 414 * 100vw);
    letter-spacing: 0em;
    line-height: 1.6;
  }
  .p-top-shop__address {
    font-size: calc(14 / 414 * 100vw);
    letter-spacing: 0em;
    line-height: 1.43;
  }
  .p-top-shop__note {
    font-size: calc(12 / 414 * 100vw);
    letter-spacing: 0em;
    line-height: 1.5;
  }
  .p-top-shop__instagram {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: calc(15 / 414 * 100vw);
  }
  .p-top-shop__instagram img {
    width: calc(22 / 414 * 100vw);
  }
  .p-top-shop__comment {
    position: static;
    font-size: calc(14 / 414 * 100vw);
    letter-spacing: 0em;
    line-height: 1.57;
    text-align: center;
    -webkit-writing-mode: inherit;
        -ms-writing-mode: inherit;
            writing-mode: inherit;
    margin-top: calc(80 / 414 * 100vw);
    -webkit-transform: none;
            transform: none;
  }
  .p-top-recipe {
    padding-top: calc(25 / 414 * 100vw);
  }
  .p-top-recipe__wrap {
    display: block;
    margin-top: calc(45 / 414 * 100vw);
  }
  .p-top-recipe__lead {
    width: 100%;
    font-size: calc(17 / 414 * 100vw);
    letter-spacing: 0em;
    line-height: 2;
    text-align: center;
    -webkit-writing-mode: inherit;
        -ms-writing-mode: inherit;
            writing-mode: inherit;
    margin: 0;
  }
  .p-top-recipe__lead span {
    display: block;
    font-size: calc(13 / 414 * 100vw);
    letter-spacing: 0.05em;
    line-height: 1;
    margin-top: 0;
  }
  .p-top-recipe__list {
    margin-top: calc(45 / 414 * 100vw);
  }
  .p-top-recipe__list li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: calc(30 / 414 * 100vw);
    font-size: calc(14 / 414 * 100vw);
    letter-spacing: 0em;
    line-height: 1.43;
    margin: 0;
    padding-top: 0;
    padding-bottom: calc(50 / 414 * 100vw);
  }
  .p-top-recipe__list li:nth-of-type(n+2) {
    margin-top: calc(60 / 414 * 100vw);
  }
  .p-top-recipe__list li:nth-last-of-type(-n+2) {
    padding-bottom: 0;
    border: none;
  }
  .p-top-recipe__list h3 {
    position: static;
    font-size: calc(19 / 414 * 100vw);
    letter-spacing: 0em;
    line-height: 1.26;
  }
  .p-top-recipe__list strong {
    display: block;
    font-size: calc(15 / 414 * 100vw);
    letter-spacing: 0em;
    line-height: 1.73;
    margin: 0.5em 0;
  }
  .p-top-recipe__list img {
    width: 100%;
  }
  .p-top-recipe__more {
    font-size: calc(14 / 414 * 100vw);
    letter-spacing: 0em;
    line-height: 1;
  }
  .p-top-recipe__more a {
    margin-inline: auto;
    padding-bottom: calc(10 / 414 * 100vw);
  }
}
.p-page {
  max-width: 800px;
  font-size: 1.6rem;
  letter-spacing: 0em;
  line-height: 2.13;
  margin-top: 80px;
}
.p-page__block {
  margin-top: 30px;
}
.p-page__heading {
  font-size: 2rem;
  letter-spacing: 0.02em;
  line-height: 1.7;
}
.p-page__body {
  margin-top: 5px;
}

@media only screen and (max-width: 834px) {
  .p-page {
    font-size: calc(13 / 414 * 100vw);
    letter-spacing: 0em;
    line-height: 1.92;
    margin-top: calc(60 / 414 * 100vw);
  }
  .p-page__block {
    margin-top: calc(25 / 414 * 100vw);
  }
  .p-page__heading {
    font-size: calc(13 / 414 * 100vw);
    letter-spacing: 0em;
    line-height: 1.92;
  }
  .p-page__body {
    margin-top: calc(5 / 414 * 100vw);
  }
}
/*----------------------------------------
	LIST
-----------------------------------------*/
.p-list {
  margin-top: 40px;
}
.p-list-note {
  max-width: 964px;
  padding: 40px 80px;
  border: 1px solid #707070;
}
.p-list-note__title {
  font-size: 2.2rem;
  letter-spacing: 0em;
  line-height: 1.45;
}
.p-list-note__body {
  font-size: 1.6rem;
  letter-spacing: 0em;
  line-height: 2;
  margin-top: 35px;
}
.p-list-note__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 60px;
  margin-top: 50px;
}
.p-list-note__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 340px;
  height: 90px;
  font-size: 2.2rem;
  letter-spacing: 0em;
  line-height: 1.45;
  background: #FFF8ED;
  border: 1px solid #707070;
}
.p-list-note__button span {
  font-size: 1.8rem;
  letter-spacing: 0em;
  line-height: 1.78;
}
.p-list-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 168px;
}
.p-list-product__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 49%;
}
.p-list-product__item:nth-of-type(n+3) {
  margin-top: 130px;
}
.p-list-product__item figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-list-product__item img {
  width: 400px;
}
.p-list-product__item figcaption {
  font-size: 3rem;
  letter-spacing: 0em;
  line-height: 1.07;
  margin-top: 38px;
}
.p-list-product__item h2 {
  font-size: 2.2rem;
  letter-spacing: 0em;
  line-height: 1.45;
  text-align: center;
  text-decoration: underline;
  margin-top: 36px;
}
.p-list-product__item p {
  width: 400px;
  font-size: 1.8rem;
  letter-spacing: 0em;
  line-height: 1.78;
  margin: 50px auto;
}
.p-list-product__item a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 340px;
  height: 90px;
  font-size: 2.4rem;
  letter-spacing: 0em;
  line-height: 1.33;
  margin: auto auto 0;
  color: #fff;
  background: #C39857;
  border-radius: 100vmax;
}
.p-list-product__item a::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  display: block;
  width: 332px;
  height: 82px;
  border: 2px solid #fff;
  border-radius: 100vmax;
}
.p-list-product__item a:hover {
  opacity: 1;
  background: #8D6220;
}

@media only screen and (max-width: 834px) {
  .p-list {
    margin-top: calc(40 / 414 * 100vw);
  }
  .p-list-note {
    padding: calc(40 / 414 * 100vw);
  }
  .p-list-note__title {
    font-size: calc(18 / 414 * 100vw);
    letter-spacing: 0em;
    line-height: 1.33;
  }
  .p-list-note__body {
    font-size: calc(14 / 414 * 100vw);
    letter-spacing: 0em;
    line-height: 1.71;
    margin-top: calc(25 / 414 * 100vw);
  }
  .p-list-note__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(25 / 414 * 100vw);
    margin-top: calc(25 / 414 * 100vw);
  }
  .p-list-note__button {
    width: 100%;
    height: calc(74 / 414 * 100vw);
    font-size: calc(17 / 414 * 100vw);
    letter-spacing: 0em;
    line-height: 1.47;
  }
  .p-list-note__button span {
    font-size: calc(13 / 414 * 100vw);
    letter-spacing: 0em;
    line-height: 1.77;
  }
  .p-list-product {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(70 / 414 * 100vw);
    margin-top: calc(60 / 414 * 100vw);
  }
  .p-list-product__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .p-list-product__item:nth-of-type(n+3) {
    margin-top: 0;
  }
  .p-list-product__item img {
    width: calc(215 / 414 * 100vw);
  }
  .p-list-product__item figcaption {
    font-size: calc(24 / 414 * 100vw);
    letter-spacing: 0em;
    line-height: 1.08;
    margin-top: calc(20 / 414 * 100vw);
  }
  .p-list-product__item h2 {
    font-size: calc(14 / 414 * 100vw);
    letter-spacing: 0em;
    line-height: 1.14;
    margin-top: calc(18 / 414 * 100vw);
  }
  .p-list-product__item p {
    width: calc(277 / 414 * 100vw);
    font-size: calc(14 / 414 * 100vw);
    letter-spacing: 0em;
    line-height: 1.43;
    margin: calc(50 / 414 * 100vw) auto;
  }
  .p-list-product__item a {
    width: calc(135 / 414 * 100vw);
    height: calc(38 / 414 * 100vw);
    font-size: calc(14 / 414 * 100vw);
    letter-spacing: 0em;
    line-height: 1.43;
  }
  .p-list-product__item a::after {
    top: calc(2 / 414 * 100vw);
    left: calc(2 / 414 * 100vw);
    display: block;
    width: calc(131 / 414 * 100vw);
    height: calc(34 / 414 * 100vw);
    border: calc(2 / 414 * 100vw) solid #fff;
  }
}
/*----------------------------------------
	PRODUCT
-----------------------------------------*/
.p-product {
  margin-top: 60px;
}
.p-product__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 60px;
}
.p-product-main {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 700px;
}
.p-product-img__main {
  width: 100%;
}
.p-product-img__thumb {
  margin-top: 25px;
}
.p-product-thumb-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 25px;
}
.p-product-thumb-list__item {
  width: 155px;
  cursor: pointer;
}
.p-product-thumb-list__item.is-current {
  opacity: 0.5;
}
.p-product-detail {
  margin-top: 120px;
}
.p-product-detail__title {
  font-size: 3rem;
  letter-spacing: 0.02em;
  line-height: 1.67;
}
.p-product-detail__body {
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  line-height: 1.75;
}
.p-product-detail__body h2 {
  font-weight: bold;
}
.p-product-detail__body * {
  margin-top: 20px;
}
.p-product-info {
  position: sticky;
  top: 100px;
}
.p-product-info__title {
  font-size: 3.6rem;
  letter-spacing: 0.02em;
  line-height: 1.39;
}
.p-product-info__figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 25px;
}
.p-product-info__price {
  font-size: 2rem;
  letter-spacing: 0.02em;
  line-height: 1.2;
}
.p-product-info__stock {
  font-size: 1.4rem;
  letter-spacing: 0.02em;
  line-height: 1.71;
}
.p-product-info__lead {
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  line-height: 1.75;
  margin-top: 30px;
}
.p-product-form {
  margin-top: 75px;
}
.p-product-form-stock__text {
  font-size: 1.4rem;
  letter-spacing: 0.02em;
  line-height: 1.71;
}
.p-product-form-stock__input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 168px;
  height: 56px;
  margin-top: 10px;
  border: 1px solid #707070;
}
.p-product-form-stock__input input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2rem;
  letter-spacing: 0em;
  line-height: 1.2;
  text-align: center;
  width: 100%;
  height: 100%;
  padding: 0;
  background: none;
  border: none;
}
.p-product-form-stock__button {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 44px;
  height: 52px;
  margin: 1px;
  background: #FAFAFA;
  border: none;
}
.p-product-form-stock__button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 1px;
  background: #121A20;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.p-product-form-stock__button.--plus::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 1px;
  background: #121A20;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.p-product-form-fav {
  margin-top: 25px;
}
.p-product-form-fav button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 1.4rem;
  letter-spacing: 0.02em;
  line-height: 1.71;
  color: #191919;
  font-family: "Zen Old Mincho", serif;
  padding: 0;
  background: none;
  border: none;
}
.p-product-form-fav img {
  width: 24px;
  margin-right: 0.5em;
}
.p-product-form-btn {
  margin-top: 60px;
}
.p-product-form-btn .c-btn-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2.7rem;
  letter-spacing: 0em;
  line-height: 1.33;
  font-family: "Zen Old Mincho", serif;
  width: 384px;
  height: 102px;
  color: #fff;
  background: #8D6220;
  border: none;
  border-radius: 45px;
}
.p-product-form-btn .c-btn-cart:hover {
  background: #C39857;
}
.p-product-form-btn .c-btn-cart.is-soldout {
  background: #121A20;
}
.p-product-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 80px;
  padding-top: 45px;
  border-top: 1px solid #707070;
}
.p-product-link-list {
  font-size: 1.2rem;
  letter-spacing: 0.02em;
  line-height: 2;
}
.p-product-link-list__item::before {
  content: "・";
}
.p-product-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  margin-top: 20px;
}
.p-product-sns-text {
  font-size: 1.4rem;
  letter-spacing: 0em;
  line-height: 1.71;
}
.p-product-sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

@media only screen and (max-width: 834px) {
  .p-product {
    margin-top: calc(50 / 414 * 100vw);
  }
  .p-product__wrap {
    width: calc(320 / 414 * 100vw);
    flex-direction: column-reverse;
    gap: calc(40 / 414 * 100vw);
  }
  .p-product-main {
    width: 100%;
  }
  .p-product-img__main {
    width: 100%;
  }
  .p-product-img__thumb {
    margin-top: calc(12 / 414 * 100vw);
  }
  .p-product-thumb-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: calc(12 / 414 * 100vw);
  }
  .p-product-thumb-list__item {
    width: calc(71 / 414 * 100vw);
    cursor: pointer;
  }
  .p-product-thumb-list__item.is-current {
    opacity: 0.5;
  }
  .p-product-detail {
    margin-top: 0;
  }
  .p-product-detail__title {
    font-size: calc(22 / 414 * 100vw);
    letter-spacing: 0.02em;
    line-height: 2.27;
  }
  .p-product-detail__body {
    font-size: calc(13 / 414 * 100vw);
    letter-spacing: 0.02em;
    line-height: 2.15;
  }
  .p-product-info {
    position: static;
    width: 100%;
  }
  .p-product-info__title {
    font-size: calc(24 / 414 * 100vw);
    letter-spacing: 0.02em;
    line-height: 1.25;
  }
  .p-product-info__figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: calc(25 / 414 * 100vw);
  }
  .p-product-info__price {
    font-size: calc(17 / 414 * 100vw);
    letter-spacing: 0.02em;
    line-height: 1.41;
  }
  .p-product-info__stock {
    font-size: calc(14 / 414 * 100vw);
    letter-spacing: 0.02em;
    line-height: 1.71;
  }
  .p-product-info__lead {
    font-size: calc(14 / 414 * 100vw);
    letter-spacing: 0.02em;
    line-height: 2;
    margin-top: calc(30 / 414 * 100vw);
  }
  .p-product-form {
    margin-top: calc(30 / 414 * 100vw);
  }
  .p-product-form-stock__text {
    font-size: calc(14 / 414 * 100vw);
    letter-spacing: 0.02em;
    line-height: 1.71;
  }
  .p-product-form-stock__input {
    width: calc(168 / 414 * 100vw);
    height: calc(56 / 414 * 100vw);
    margin-top: calc(4 / 414 * 100vw);
  }
  .p-product-form-stock__input input {
    font-size: calc(20 / 414 * 100vw);
    letter-spacing: 0em;
    line-height: 1.2;
  }
  .p-product-form-stock__button {
    width: calc(44 / 414 * 100vw);
    height: calc(52 / 414 * 100vw);
  }
  .p-product-form-stock__button::before {
    width: calc(18 / 414 * 100vw);
  }
  .p-product-form-stock__button.--plus::after {
    width: calc(18 / 414 * 100vw);
  }
  .p-product-form-fav {
    margin-top: calc(25 / 414 * 100vw);
  }
  .p-product-form-fav button {
    font-size: calc(14 / 414 * 100vw);
    letter-spacing: 0.02em;
    line-height: 1.71;
  }
  .p-product-form-fav img {
    width: calc(24 / 414 * 100vw);
  }
  .p-product-form-btn {
    margin-top: calc(35 / 414 * 100vw);
  }
  .p-product-form-btn .c-btn-cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: calc(15 / 414 * 100vw);
    letter-spacing: 0em;
    line-height: 1.33;
    width: calc(230 / 414 * 100vw);
    height: calc(61 / 414 * 100vw);
    margin-inline: auto;
    border-radius: calc(45 / 414 * 100vw);
  }
  .p-product-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: calc(354 / 414 * 100vw);
    margin: 0 calc(-17 / 414 * 100vw);
    padding: calc(40 / 414 * 100vw) calc(17 / 414 * 100vw) 0;
  }
  .p-product-link-list {
    font-size: calc(12 / 414 * 100vw);
    letter-spacing: 0.02em;
    line-height: 2;
  }
  .p-product-sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(5 / 414 * 100vw);
    margin-top: calc(20 / 414 * 100vw);
  }
  .p-product-sns-text {
    font-size: calc(14 / 414 * 100vw);
    letter-spacing: 0em;
    line-height: 1.71;
  }
  .p-product-sns-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: calc(10 / 414 * 100vw);
    margin-top: calc(10 / 414 * 100vw);
  }
}