@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@4.1.1/dist/css/yakuhanjp.css");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@4.1.1/dist/css/yakuhanmp.css");
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Inter:ital,opsz@0,14..32;1,14..32&family=Zen+Old+Mincho:wght@400;700&display=swap");
@font-face {
  font-family: "dpicons";
  src: url("../fonts/dpicons.woff") format("woff"), url("../fonts/dpicons.ttf") format("truetype");
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "dpicons";
    src: url("../fonts/dpicons.svg") format("svg");
  }
}
:root {
  -webkit-font-smoothing: antialiased;
  --base-size: 62.5%;
  --clr-text: #000;
  --clr-placeholder: #a7a7a7;
  --clr-grayyellow: #9c9c92;
  --bg-base: #f1f0ef;
  --uldot: var(--clr-grayyellow);
  --ff-sans:
    "Inter", YakuHanJP, "游ゴシック体", YuGothic, "游ゴシック Medium",
    "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  --ff-Inter: "Inter", sans-serif;
  --ff-Zen: "Zen Old Mincho", serif;
  --ff-Garamond: "Garamond", "EB Garamond", serif;
  --fz-sp: 1.4rem;
  --fz-md: 1.6rem;
  --ls: normal;
  --lh: 2;
  --speed: 200ms;
  --speed-fast: 150ms;
  --speed-slow: 300ms;
  --delay: 100ms;
  --spSize: 375;
}

.zen {
  font-family: var(--ff-Zen);
}

@supports (-webkit-touch-callout: none) {
  body {
    /* The hack for Safari */
    height: -webkit-fill-available;
  }
}
body {
  background-color: #fff;
}

.ui-widget,
body {
  font: inherit;
  font-family: var(--ff-sans);
  font-weight: normal;
  -webkit-text-size-adjust: 100%;
  letter-spacing: var(--ls);
  font-feature-settings: "pkna" 1;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, 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%;
  vertical-align: baseline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

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

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

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

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

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

input:not([type=checkbox]):not([type=radio]),
textarea,
select {
  font-size: 16px;
  font-family: var(--ff-sans);
  line-height: var(--lh);
  letter-spacing: var(--ls);
  font-feature-settings: "palt" 1;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  color: var(--clr-text);
}

input,
textarea {
  -webkit-appearance: none;
  border-radius: 0;
}
input:focus,
textarea:focus {
  outline: 2px solid #125fc4;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: var(--clr-placeholder);
  display: inline;
  vertical-align: middle;
}
input::placeholder,
textarea::placeholder {
  color: var(--clr-placeholder);
  display: inline;
  vertical-align: middle;
}

select {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  accent-color: auto;
  color: inherit;
}
select:focus {
  outline: 0;
}
select::-ms-expand {
  display: none;
}

button {
  font-size: var(--fz-sp);
  font-family: var(--ff-sans);
  padding: 0;
  margin: 0;
  border: none;
  background: none;
}
button:focus {
  outline: 0;
}
@media (768px <= width) {
  button {
    font-size: var(--fz-md);
    cursor: pointer;
  }
}

b,
strong,
.bold {
  font-weight: 700;
}

sup {
  vertical-align: super;
  font-size: 1rem;
}

sub {
  vertical-align: baseline;
  font-size: 1rem;
}

img {
  vertical-align: middle;
  font-size: 0;
  line-height: 0;
  max-width: 100%;
  height: auto;
  image-rendering: auto;
}

html {
  line-height: 1;
  font-size: 62.5%;
  font-size: var(--base-size);
}

body {
  font-size: 1.6rem;
}
body.is-menu, body.is-search {
  overflow: hidden;
}

#stage {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 100vh;
  min-width: 320px;
  font-size: var(--fz-sp);
  font-weight: 400;
  font-family: var(--ff-sans);
  line-height: 2;
  color: var(--clr-text);
}
@media (768px <= width) {
  #stage {
    font-size: var(--fz-md);
  }
  #stage a[href^="tel:"] {
    pointer-events: none;
    cursor: text;
  }
}

@media (width < 768px) {
  .pc {
    display: none;
  }
  .pc.important {
    display: none !important;
  }
}
@media (768px <= width) {
  .sp {
    display: none;
  }
  .sp.important {
    display: none !important;
  }
}
@media (width < 768px) {
  .nsm {
    display: none;
  }
}

@media (768px < width <= 1024px) {
  .nmd {
    display: none;
  }
}

@media (1024px < width <= 1280px) {
  .nlg {
    display: none;
  }
}

@media (1280px < width <= 1536px) {
  .nxl {
    display: none;
  }
}

@media (1536px < width <= 1920px) {
  .n2xl {
    display: none;
  }
}

@media (1920px < width) {
  .n3xl {
    display: none;
  }
}

ul.dot li {
  position: relative;
  padding-left: 1em;
}
ul.dot li::before {
  content: "";
  width: 6px;
  height: 6px;
  background: var(--uldot);
  position: absolute;
  left: 0;
  top: 0.8em;
  border-radius: 100px;
}

ol.number > li {
  padding-left: 1.7em;
  position: relative;
  counter-increment: number;
}
ol.number > li::before {
  content: counter(number);
  position: absolute;
  left: 0.3em;
}

ol.numberdot > li {
  padding-left: 2em;
  position: relative;
  counter-increment: numberdot;
}
ol.numberdot > li::before {
  content: counter(numberdot) ". ";
  position: absolute;
  left: 0.3em;
  color: var(--clr-gray1);
  font-weight: 500;
}

em {
  font-style: italic;
}

a,
.btn {
  color: var(--clr-text);
  text-decoration: none;
}

@media (hover: hover) and (width >= 768px) {
  a[href^="tel:"]:hover {
    opacity: 1;
    cursor: context-menu;
  }
}
svg {
  -webkit-backface-visibility: hidden;
}

p + p {
  margin-top: 1.5em;
}

.header__inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
body.onMv .header__inner {
  position: absolute;
}
.header__container {
  display: flex;
  justify-content: space-between;
  align-items: start;
}
@media (768px <= width) {
  .header__container {
    height: 8rem;
    padding-right: 2.9rem;
  }
  body.onMv .header__container, body.is-menu .header__container, body.is-search .header__container {
    height: auto;
  }
}
body:not(.is-menu):not(.is-search):not(.onMv) .header__container {
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.header__container .logo a {
  padding: 2rem;
  display: block;
  font-size: 1.8rem;
  font-family: var(--ff-Garamond);
  line-height: 1;
  width: 12.8rem;
}
.header__container .logo a svg {
  width: 100%;
  height: auto;
}
body.is-menu .header__container .logo a, body.onMv:not(.is-search):not(.nonimg) .header__container .logo a {
  color: #fff;
}
body.is-menu .header__container .logo a svg .clr, body.onMv:not(.is-search):not(.nonimg) .header__container .logo a svg .clr {
  fill: #fff;
}
@media (768px <= width) {
  .header__container .logo a {
    padding: 4rem 6rem;
    width: 25.9rem;
  }
}
@media (1024px <= width) {
  .header__container .logo a {
    width: 28.1rem;
  }
}
body.is-search:not(.onMv) .header__container .logo a, body.is-menu:not(.onMv) .header__container .logo a {
  padding: 2rem;
  width: 12.8rem;
  height: auto;
}
@media (768px <= width) {
  body.is-search:not(.onMv) .header__container .logo a, body.is-menu:not(.onMv) .header__container .logo a {
    padding: 4rem 6rem;
  }
}
body.is-search:not(.onMv) .header__container .logo a #vertical, body.is-menu:not(.onMv) .header__container .logo a #vertical {
  display: block;
}
body.is-search:not(.onMv) .header__container .logo a #horizon, body.is-menu:not(.onMv) .header__container .logo a #horizon {
  display: none;
}
@media (768px <= width) {
  body.is-search:not(.onMv) .header__container .logo a #vertical, body.is-menu:not(.onMv) .header__container .logo a #vertical, body.onMv .header__container .logo a #vertical {
    width: 13rem;
  }
}
@media (1280px <= width) {
  body.is-search:not(.onMv) .header__container .logo a #vertical, body.is-menu:not(.onMv) .header__container .logo a #vertical, body.onMv .header__container .logo a #vertical {
    width: 15rem;
  }
}
body.is-search:not(.onMv) .header__container .logo a #horizon, body.is-menu:not(.onMv) .header__container .logo a #horizon, body.onMv .header__container .logo a #horizon {
  display: none;
}
body:not(.onMv) .header__container .logo a {
  padding: 0 calc(20 / var(--spSize) * 100vw);
  height: calc(60 / var(--spSize) * 100vw);
  display: grid;
  align-items: center;
  width: calc(208 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  body:not(.onMv) .header__container .logo a {
    height: 8rem;
    padding: 0 6rem;
    width: 37.2rem;
  }
}
body:not(.onMv) .header__container .logo a #vertical {
  display: none;
}
@media (768px <= width) {
  body:not(.onMv) .header__container .logo a #horizon {
    width: 25.226rem;
  }
}
@media (hover: hover) and (width >= 768px) {
  .header__container .logo a {
    transition: opacity var(--speed) ease-in-out;
  }
  .header__container .logo a:hover {
    opacity: 0.6;
  }
}
.header__global {
  display: none;
}
body.is-menu .header__global, body.is-search .header__global {
  opacity: 0;
  pointer-events: none;
}
@media (1024px <= width) {
  .header__global {
    display: block;
  }
  body.onMv .header__global {
    padding-top: 3rem;
  }
}
.header__global nav {
  height: 8rem;
  display: flex;
  align-items: center;
}
.header__global nav a {
  --color: var(--clr-text);
  padding-left: 1.4rem;
  padding-right: 1.4rem;
  position: relative;
  color: var(--color);
}
.header__global nav a.current {
  transform: translateY(-0.4rem);
  --color: var(--clr-grayyellow);
}
.header__global nav a.current::after {
  opacity: 1;
}
body.onMv .header__global nav a {
  --color: #fff;
}
body.onMv .header__global nav a.current {
  --color: rgba(256, 256, 256, 0.4);
}
body.onMv.nonimg .header__global nav a {
  --color: var(--clr-text);
}
body.onMv.nonimg .header__global nav a.current {
  --color: var(--clr-grayyellow);
}
.header__global nav a::after {
  content: "";
  --size: 0.4rem;
  width: var(--size);
  aspect-ratio: 1;
  border-radius: 100rem;
  background-color: var(--color);
  position: absolute;
  bottom: calc(var(--size) / -1);
  left: calc(50% - var(--size) / 2);
  opacity: 0;
}
@media (hover: hover) and (width >= 768px) {
  .header__global nav a {
    transition: all var(--speed) ease-in-out;
  }
  .header__global nav a:hover {
    transform: translateY(-0.4rem);
  }
  body.onMv .header__global nav a:hover {
    --color: #fff;
  }
  .header__global nav a:hover::after {
    opacity: 1;
  }
  body.onMv.nonimg .header__global nav a:hover {
    --color: var(--clr-text);
  }
}
.header__nav {
  display: flex;
  padding-top: calc(20 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  .header__nav {
    padding-top: 2.8rem;
  }
  body.onMv .header__nav, body.is-menu .header__nav, body.is-search .header__nav {
    padding-top: 5.9rem;
  }
}
.header__nav > div {
  line-height: 1;
  text-align: center;
  border-left: 1px dotted #000;
}
body.is-menu .header__nav > div, body.onMv .header__nav > div {
  border-color: #fff;
}
body.is-search .header__nav > div {
  border: none;
}
.header__nav-cart, .header__nav-search {
  width: calc(48 / var(--spSize) * 100vw);
  --s: 0.3s ease-out;
  transition: opacity var(--s);
}
@media (768px <= width) {
  .header__nav-cart, .header__nav-search {
    width: 6.9rem;
    height: 2rem;
  }
}
@media (hover: hover) and (width >= 768px) {
  .header__nav-cart, .header__nav-search {
    transition: all var(--speed) ease-in-out;
    position: relative;
  }
  .header__nav-cart::before, .header__nav-search::before {
    content: "";
    width: 4.3rem;
    aspect-ratio: 1;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity var(--speed) ease-in-out;
  }
  body:not(.onMv) .header__nav-cart::before, body:not(.onMv) .header__nav-search::before {
    background-color: #efefef;
  }
  .header__nav-cart:hover::before, .header__nav-search:hover::before {
    opacity: 1;
  }
}
.header__nav-cart i, .header__nav-search i {
  transition: background var(--s);
  position: relative;
  z-index: 2;
}
body.is-search .header__nav-cart, body.is-search .header__nav-search {
  opacity: 0;
  pointer-events: none;
}
.header__nav-menu {
  width: calc(65 / var(--spSize) * 100vw);
  height: calc(20 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  .header__nav-menu {
    width: 10rem;
    height: 2rem;
  }
}
.header__nav-menu-button {
  position: relative;
  display: block;
  margin: 0 auto;
  width: calc(29 / var(--spSize) * 100vw);
  padding-bottom: 1.5rem;
}
@media (768px <= width) {
  .header__nav-menu-button {
    width: 4rem;
    padding-bottom: 2.4rem;
    cursor: pointer;
  }
  body:not(.onMv):not(.is-menu):not(.is-search) .header__nav-menu-button {
    margin-top: 0.25rem;
  }
}
.header__nav-menu-button-mark {
  position: relative;
  height: calc(13 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  .header__nav-menu-button-mark {
    height: 1.5rem;
  }
}
.header__nav-menu-button-mark span {
  background-color: #000;
  width: calc(28 / var(--spSize) * 100vw);
  height: 1px;
  position: absolute;
  display: block;
  --s: 0.3s ease-out;
  transition: top var(--s), left var(--s), transform var(--s), background var(--s);
}
@media (768px <= width) {
  .header__nav-menu-button-mark span {
    width: 4rem;
  }
}
.header__nav-menu-button-mark span:nth-child(1) {
  top: 0;
  left: 0;
}
.header__nav-menu-button-mark span:nth-child(2) {
  top: calc(6 / var(--spSize) * 100vw);
  left: 0;
}
@media (768px <= width) {
  .header__nav-menu-button-mark span:nth-child(2) {
    top: 0.7rem;
  }
}
.header__nav-menu-button-mark span:nth-child(3) {
  top: calc(12 / var(--spSize) * 100vw);
  left: 0;
}
@media (768px <= width) {
  .header__nav-menu-button-mark span:nth-child(3) {
    top: 1.4rem;
  }
}
body.is-menu .header__nav-menu-button-mark span, body.is-search .header__nav-menu-button-mark span {
  width: calc(28 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  body.is-menu .header__nav-menu-button-mark span, body.is-search .header__nav-menu-button-mark span {
    width: 4rem;
  }
}
body.is-menu .header__nav-menu-button-mark span:nth-child(1), body.is-search .header__nav-menu-button-mark span:nth-child(1) {
  top: calc(7 / var(--spSize) * 100vw);
  left: 0;
  transform: rotate(30deg);
}
@media (768px <= width) {
  body.is-menu .header__nav-menu-button-mark span:nth-child(1), body.is-search .header__nav-menu-button-mark span:nth-child(1) {
    top: 0.7rem;
  }
}
body.is-menu .header__nav-menu-button-mark span:nth-child(2), body.is-search .header__nav-menu-button-mark span:nth-child(2) {
  opacity: 0;
}
body.is-menu .header__nav-menu-button-mark span:nth-child(3), body.is-search .header__nav-menu-button-mark span:nth-child(3) {
  top: calc(7 / var(--spSize) * 100vw);
  left: 0;
  transform: rotate(-30deg);
}
@media (768px <= width) {
  body.is-menu .header__nav-menu-button-mark span:nth-child(3), body.is-search .header__nav-menu-button-mark span:nth-child(3) {
    top: 0.7rem;
  }
}
body.is-menu .header__nav-menu-button-mark span, body.onMv:not(.is-search) .header__nav-menu-button-mark span {
  background-color: #fff;
}
.header__nav-menu-button-text {
  font-family: var(--ff-Inter);
  font-size: 1rem;
  line-height: 1;
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
}
@media (768px <= width) {
  .header__nav-menu-button-text {
    font-size: 1.4rem;
  }
  body:not(.onMv):not(.is-menu):not(.is-search) .header__nav-menu-button-text {
    display: none;
  }
}
.header__nav-menu-button-text .active {
  display: none;
}
body.is-menu .header__nav-menu-button-text .base, body.is-search .header__nav-menu-button-text .base {
  display: none;
}
body.is-menu .header__nav-menu-button-text .active, body.is-search .header__nav-menu-button-text .active {
  display: inline;
}
body.is-menu .header__nav-menu-button-text, body.onMv:not(.is-search) .header__nav-menu-button-text {
  color: #fff;
}
@media (hover: hover) and (width >= 768px) {
  .header__nav-menu-button .header__nav-menu-button-mark span,
  .header__nav-menu-button .header__nav-menu-button-text {
    transition: all 0.3s ease-out;
  }
  body:not(.is-menu):not(.is-search) .header__nav-menu-button:hover .header__nav-menu-button-mark span:nth-child(1) {
    left: 0;
    top: 1.3rem;
  }
  body:not(.is-menu):not(.is-search) .header__nav-menu-button:hover .header__nav-menu-button-mark span:nth-child(3) {
    top: 0.1rem;
  }
  body.is-menu .header__nav-menu-button:hover .header__nav-menu-button-mark span, body.is-search .header__nav-menu-button:hover .header__nav-menu-button-mark span {
    background-color: var(--clr-grayyellow);
  }
  body.is-menu .header__nav-menu-button:hover .header__nav-menu-button-mark span:nth-child(1), body.is-search .header__nav-menu-button:hover .header__nav-menu-button-mark span:nth-child(1) {
    transform: rotate(20deg);
  }
  body.is-menu .header__nav-menu-button:hover .header__nav-menu-button-mark span:nth-child(3), body.is-search .header__nav-menu-button:hover .header__nav-menu-button-mark span:nth-child(3) {
    transform: rotate(-20deg);
  }
  .header__nav-menu-button:hover .header__nav-menu-button-text {
    bottom: 1px;
  }
  body.is-menu .header__nav-menu-button:hover .header__nav-menu-button-text, body.is-search .header__nav-menu-button:hover .header__nav-menu-button-text {
    color: var(--clr-grayyellow);
  }
}
.header__menu {
  background-color: #505050;
  color: #fff;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 199;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  transform: scale(0.95);
  --s: 400ms;
  transition: opacity var(--s) ease-out, transform var(--s) ease-out;
}
body.is-menu .header__menu {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1);
}
.header__menu a,
.header__menu button {
  color: #fff;
}
.header__menu .header__container {
  width: 100%;
}
@media (1024px <= width) {
  .header__menu .header__container {
    position: absolute;
  }
}
.header__menu-container {
  height: calc(100% - 12.4rem);
}
@media (1024px <= width) {
  .header__menu-container {
    height: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    align-items: center;
    padding-top: 0;
  }
  body:not(.onMv) .header__menu-container {
    padding-top: 0rem;
  }
}
@media (1280px <= width) {
  .header__menu-container {
    grid-template-areas: ". a b";
    grid-template-columns: 409fr 700fr 811fr;
  }
}
.header__menu-wrap {
  padding-bottom: 4rem;
}
@media (1024px <= width) {
  .header__menu-wrap {
    display: block;
    order: 2;
  }
}
@media (1280px <= width) {
  .header__menu-wrap {
    grid-area: b;
  }
}
.pickup-body .pickupBlocks .control > .header__menu-wrap {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
  }
.header__menu-nav {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: calc(24 / var(--spSize) * 100vw) 0;
  padding: calc(20 / var(--spSize) * 100vw) calc(20 / var(--spSize) * 100vw) calc(25 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  .header__menu-nav {
    gap: 2rem 0;
    padding: 0 6rem 1.5rem;
  }
}
@media (1024px <= width) {
  .header__menu-nav {
    max-width: 42rem;
    padding: 0;
    margin: 0 auto;
  }
}
.header__menu-nav a {
  line-height: 1.5;
}
.header__menu-nav a.current {
  color: var(--clr-grayyellow);
  padding-left: calc(13 / var(--spSize) * 100vw);
  position: relative;
}
@media (768px <= width) {
  .header__menu-nav a.current {
    padding-left: 1.4rem;
  }
}
.header__menu-nav a.current::before {
  content: "";
  width: calc(4 / var(--spSize) * 100vw);
  height: calc(4 / var(--spSize) * 100vw);
  border-radius: 100%;
  background-color: var(--clr-grayyellow);
  position: absolute;
  left: 0;
  top: 0.9em;
}
@media (768px <= width) {
  .header__menu-nav a.current::before {
    width: 0.6rem;
    height: 0.6rem;
    top: 1.2em;
  }
}
.header__menu-nav a .en {
  font-size: 2rem;
  font-family: var(--ff-Inter);
  line-height: 3rem;
}
@media (768px <= width) {
  .header__menu-nav a .en {
    font-size: 2.8rem;
    line-height: 4.2rem;
  }
}
.header__menu-nav a .jp {
  font-size: 1.2rem;
}
@media (768px <= width) {
  .header__menu-nav a .jp {
    font-size: 1.4rem;
    margin-top: 0rem;
  }
}
.header__menu-nav a.privacypolicy .en {
  font-size: 1.6rem;
}
@media (768px <= width) {
  .header__menu-nav a.privacypolicy .en {
    font-size: 2rem;
  }
}
.header__menu-blanknav {
  display: grid;
  grid-template-columns: repeat(2, auto);
  justify-content: start;
  gap: calc(24 / var(--spSize) * 100vw);
  padding: calc(25 / var(--spSize) * 100vw) calc(20 / var(--spSize) * 100vw) calc(26 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  .header__menu-blanknav {
    gap: 2.8rem;
    padding: 2.5rem 6rem 2.5rem;
  }
}
@media (1024px <= width) {
  .header__menu-blanknav {
    max-width: 42rem;
    padding: 0;
    margin: 8rem auto 0;
  }
}
.header__menu-blanknav a {
  font-size: 1.2rem;
  font-family: var(--ff-Inter);
  border-bottom: 1px solid var(--clr-grayyellow);
}
@media (768px <= width) {
  .header__menu-blanknav a {
    font-size: 1.4rem;
  }
  .header__menu-blanknav a i {
    margin-left: 0.6rem;
  }
}
.header__menu-sns {
  padding: 0 calc(20 / var(--spSize) * 100vw);
  display: grid;
  grid-template-columns: repeat(4, calc(20 / var(--spSize) * 100vw));
  justify-content: start;
  line-height: calc(20 / var(--spSize) * 100vw);
  gap: calc(28 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  .header__menu-sns {
    grid-template-columns: repeat(4, 2rem);
    gap: 2.8rem;
    line-height: 1.5;
  }
}
@media (768px <= width) {
  .header__menu-sns {
    padding: 0 6rem;
  }
}
@media (1024px <= width) {
  .header__menu-sns {
    max-width: 42rem;
    padding: 0;
    margin: 2.8rem auto 0;
  }
}
@media (768px <= width) {
  .header__menu-image {
    height: auto;
  }
}
@media (1024px <= width) {
  .header__menu-image {
    order: 1;
    aspect-ratio: auto;
    margin-top: 0;
    height: 100%;
  }
}
@media (1280px <= width) {
  .header__menu-image {
    grid-area: a;
  }
}
.pickup-body .pickupBlocks .control > .header__menu-image {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  }
.header__menu-image picture {
  display: contents;
}
.header__menu-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 0;
}
.header__search {
  background-color: #f1f1f1;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 199;
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  opacity: 0;
  pointer-events: none;
  transform: scale(0.95);
  --s: 400ms;
  transition: opacity var(--s) ease-out, transform var(--s) ease-out;
}
body.is-search .header__search {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1);
}
@media (768px <= width) {
  .header__search-container {
    padding-bottom: 10rem;
  }
}
.header__search-container .inner {
  margin-top: -4rem;
  padding-top: 0;
  padding-left: calc(20 / var(--spSize) * 100vw);
  padding-right: calc(20 / var(--spSize) * 100vw);
  padding-bottom: calc(100 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  .header__search-container .inner {
    padding: 0 6rem;
    margin-top: -7.7rem;
  }
}
@media (1024px <= width) {
  .header__search-container .inner > * {
    max-width: 98rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.header__search-title {
  text-align: center;
  line-height: 1;
}
.header__search-title .en {
  font-size: 1rem;
  font-family: var(--ff-Inter);
  color: var(--clr-grayyellow);
}
@media (768px <= width) {
  .header__search-title .en {
    font-size: 1.4rem;
  }
}
.header__search-title .jp {
  font-size: 1.5rem;
  font-family: var(--ff-Zen);
  font-weight: 400;
  margin-top: calc(16 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  .header__search-title .jp {
    font-size: 1.8rem;
    margin-top: 2rem;
  }
}
.header__search-title .label {
  font-size: 2.4rem;
  font-family: var(--ff-Zen);
  font-weight: 400;
  margin-top: calc(8 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  .header__search-title .label {
    font-size: 2.8rem;
    margin-top: 0.8rem;
  }
}
.header__search-body {
  background-color: #fff;
  margin-top: calc(28 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  .header__search-body {
    margin-top: 4rem;
  }
}
.header__search-body dl {
  padding: calc(40 / var(--spSize) * 100vw) calc(20 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  .header__search-body dl {
    padding: 6rem;
    display: grid;
    grid-template-columns: 10.6rem auto;
    gap: 2.5rem 0;
  }
}
.header__search-body dt,
.header__search-body dd {
  font-family: var(--ff-Zen);
}
@media (768px <= width) {
  .header__search-body dt,
  .header__search-body dd {
    font-size: 1.6rem;
    line-height: 4.4rem;
  }
}
.header__search-body dt {
  font-weight: 400;
  position: relative;
  padding-left: calc(12 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  .header__search-body dt {
    padding-left: 1.5rem;
  }
}
.header__search-body dt::before {
  content: "";
  width: calc(4 / var(--spSize) * 100vw);
  height: calc(4 / var(--spSize) * 100vw);
  border-radius: 100%;
  background-color: var(--clr-grayyellow);
  position: absolute;
  left: 0;
  top: 0.9em;
}
@media (768px <= width) {
  .header__search-body dt::before {
    width: 0.6rem;
    height: 0.6rem;
    top: 1.2em;
  }
}
.header__search-body dt + dd {
  margin-top: calc(17 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  .header__search-body dt + dd {
    margin-top: 0;
  }
}
.header__search-body dd + dt {
  margin-top: calc(27 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  .header__search-body dd + dt {
    margin-top: 0;
  }
}
.header__search-body .select:has(select) {
  position: relative;
}
@media (768px <= width) {
  .header__search-body .select:has(select) {
    width: 24rem;
  }
}
.header__search-body .select:has(select)::after {
  content: "";
  pointer-events: none;
  background-color: var(--clr-grayyellow);
  width: calc(11 / var(--spSize) * 100vw);
  height: calc(7 / var(--spSize) * 100vw);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  top: calc(50% - 3.5 / var(--spSize) * 100vw);
  right: calc(16 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  .header__search-body .select:has(select)::after {
    width: 1.1rem;
    height: 0.7rem;
    top: calc(50% - 0.35rem);
    right: 2rem;
  }
}
.header__search-body select {
  width: 100%;
  border: 1px solid #e5e5e5;
  border-radius: 100px;
  height: calc(40 / var(--spSize) * 100vw);
  padding: 0 calc(16 / var(--spSize) * 100vw);
  font-family: var(--ff-Zen);
}
@media (768px <= width) {
  .header__search-body select {
    height: 4.4rem;
    padding: 0 2rem;
  }
}
.header__search-body select.is-default {
  color: var(--clr-grayyellow);
}
.header__search-body .checkbox {
  display: flex;
  flex-wrap: wrap;
  gap: calc(10 / var(--spSize) * 100vw) calc(20 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  .header__search-body .checkbox {
    gap: 0 2rem;
  }
}
.header__search-body label:has(input[type=radio]),
.header__search-body label:has(input[type=checkbox]) {
  display: flex;
  align-items: center;
}
.header__search-body input[type=radio], .header__search-body input[type=checkbox] {
  border: 2px solid #e5e5e5;
  width: 2.1rem;
  height: 2.1rem;
  margin: 0;
  margin-right: calc(8 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  .header__search-body input[type=radio], .header__search-body input[type=checkbox] {
    width: 2.1rem;
    height: 2.1rem;
    margin-right: 0.8rem;
  }
}
.header__search-body input[type=radio]:focus, .header__search-body input[type=checkbox]:focus {
  outline: none;
}
.header__search-body input[type=radio]:checked, .header__search-body input[type=checkbox]:checked {
  background: #312c2c url(../images/common/input_check.svg) center/80.048% auto no-repeat;
  border-color: #312c2c;
}
.header__search-body optgroup {
  color: var(--clr-text);
}
.header__search-body option.default {
  color: var(--clr-grayyellow);
}
.header__search-body option:not(.default) {
  color: var(--clr-text);
}
.header__search-buttomarea, .header__search-fixedarea {
  display: flex;
  align-items: center;
}
.header__search-buttomarea .num, .header__search-fixedarea .num {
  line-height: 1.2;
}
.header__search-buttomarea .num em, .header__search-fixedarea .num em {
  font-style: normal;
  font-size: 2.8rem;
}
@media (768px <= width) {
  .header__search-buttomarea .num, .header__search-fixedarea .num {
    font-size: 1.6rem;
  }
  .header__search-buttomarea .num em, .header__search-fixedarea .num em {
    font-size: 3.2rem;
  }
}
.header__search-buttomarea input, .header__search-fixedarea input {
  margin-left: auto;
  border: 1px solid #707070;
  background: none;
  border-radius: 100px;
  width: calc(74 / var(--spSize) * 100vw);
  height: calc(36 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  .header__search-buttomarea input, .header__search-fixedarea input {
    width: 14.4rem;
    height: 4.8rem;
  }
}
.header__search-buttomarea input:not([type=checkbox]):not([type=radio]), .header__search-fixedarea input:not([type=checkbox]):not([type=radio]) {
  font-family: var(--ff-Zen);
}
.header__search-buttomarea button, .header__search-fixedarea button {
  border-radius: 100px;
  width: calc(128 / var(--spSize) * 100vw);
  height: calc(36 / var(--spSize) * 100vw);
  margin-left: 0.8rem;
  font-family: var(--ff-Zen);
}
@media (768px <= width) {
  .header__search-buttomarea button, .header__search-fixedarea button {
    width: 26rem;
    height: 4.8rem;
    margin-left: 2rem;
  }
}
.header__search-buttomarea {
  border-top: 1px solid #f1f1f1;
  padding: calc(16 / var(--spSize) * 100vw) calc(20 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  .header__search-buttomarea {
    padding: 2rem 6rem;
  }
}
.header__search-buttomarea .resetbtn {
  margin-left: auto;
  position: relative;
}
.header__search-buttomarea .resetbtn::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #efefef;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100rem;
  opacity: 0;
}
@media (hover: hover) and (width >= 768px) {
  .header__search-buttomarea .resetbtn::before,
  .header__search-buttomarea .resetbtn input {
    transition: all var(--speed) ease-in-out;
  }
  .header__search-buttomarea .resetbtn:hover::before {
    width: calc(100% + 8px);
    height: calc(100% + 2px);
    opacity: 1;
  }
  .header__search-buttomarea .resetbtn:hover input {
    border-color: transparent;
  }
}
.header__search-buttomarea input {
  color: var(--clr-text);
  position: relative;
  cursor: pointer;
}
.header__search-buttomarea button {
  color: #fff;
  position: relative;
}
.header__search-buttomarea button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  border-radius: 100rem;
  background: #312c2c;
}
.header__search-buttomarea button span {
  position: relative;
}
@media (hover: hover) and (width >= 768px) {
  .header__search-buttomarea button::before {
    transition: all var(--speed) ease-in-out;
  }
  .header__search-buttomarea button:hover::before {
    width: calc(100% + 8px);
    height: calc(100% + 2px);
  }
}
.header__search-fixedarea {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: calc(16 / var(--spSize) * 100vw) calc(40 / var(--spSize) * 100vw);
  --s: 400ms;
  transition: opacity var(--s) ease-out, transform var(--s) ease-out;
  background-color: #fff;
  box-shadow: 0 -3px 3px rgba(0, 0, 0, 0.1);
  z-index: 200;
  transform: scale(0.95);
  opacity: 0;
  pointer-events: none;
}
body.is-search .header__search-fixedarea {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1);
}
body.is-search .header__search-fixedarea.hide {
  opacity: 0;
  pointer-events: none;
}
@media (768px <= width) {
  .header__search-fixedarea {
    display: none;
  }
}
.header__search-fixedarea input {
  color: var(--clr-grayyellow);
  height: 4.4rem;
}
.header__search-fixedarea button {
  border: 1px solid #312c2c;
  background-color: #312c2c;
  color: #fff;
  height: 4.4rem;
}

#search {
  background-color: #fff;
  padding: calc(60 / var(--spSize) * 100vw) calc(20 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  #search {
    padding: 12rem 6rem;
  }
}

@media (1024px <= width) {
  .search {
    display: grid;
    grid-template-columns: 415fr 745fr;
    position: relative;
    max-width: 120rem;
    margin: 0 auto;
  }
}
.search__title {
  text-align: center;
}
@media (1024px <= width) {
  .search__title {
    text-align: left;
    padding-right: 4rem;
  }
}
.search__title .en {
  font-size: 1rem;
  font-family: var(--ff-Inter);
  color: var(--clr-grayyellow);
}
@media (768px <= width) {
  .search__title .en {
    font-size: 1.4rem;
  }
}
.search__title .jp {
  font-size: 2.4rem;
  font-family: var(--ff-Zen);
  font-weight: 400;
}
@media (768px <= width) {
  .search__title .jp {
    font-size: 2.8rem;
  }
}
.search__body {
  margin-top: calc(25 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  .search__body {
    margin-top: 4rem;
  }
}
@media (1024px <= width) {
  .search__body {
    margin-top: 0;
    border-left: 1px dotted var(--clr-grayyellow);
    padding-left: 8rem;
    grid-row: span 3;
  }
}
.search__body dt,
.search__body dd {
  font-family: var(--ff-Zen);
}
.search__body dt {
  font-size: 1.5rem;
  font-weight: 400;
  position: relative;
  padding-left: calc(12 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  .search__body dt {
    font-size: 1.8rem;
    padding-left: 1.4rem;
  }
}
.search__body dt::before {
  content: "";
  width: calc(4 / var(--spSize) * 100vw);
  height: calc(4 / var(--spSize) * 100vw);
  border-radius: 100%;
  background-color: var(--clr-grayyellow);
  position: absolute;
  left: 0;
  top: 0.9em;
}
@media (768px <= width) {
  .search__body dt::before {
    width: 0.6rem;
    height: 0.6rem;
  }
}
.search__body dt + dd {
  margin-top: calc(10 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  .search__body dt + dd {
    margin-top: 2rem;
  }
}
.search__body dd + dt {
  margin-top: calc(27 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  .search__body dd + dt {
    margin-top: 4rem;
  }
}
.search__body .select:has(select) {
  width: calc(217 / var(--spSize) * 100vw);
  position: relative;
}
@media (768px <= width) {
  .search__body .select:has(select) {
    width: 24rem;
  }
}
.search__body .select:has(select)::after {
  content: "";
  pointer-events: none;
  background-color: var(--clr-grayyellow);
  width: calc(11 / var(--spSize) * 100vw);
  height: calc(7 / var(--spSize) * 100vw);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  top: calc(50% - 3.5 / var(--spSize) * 100vw);
  right: calc(16 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  .search__body .select:has(select)::after {
    width: 1.1rem;
    height: 0.7rem;
    top: calc(50% - 0.35rem);
    right: 1.9rem;
  }
}
.search__body select {
  width: 100%;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  border-radius: 100px;
  height: calc(40 / var(--spSize) * 100vw);
  padding: 0 calc(16 / var(--spSize) * 100vw);
  font-family: var(--ff-Zen);
}
@media (768px <= width) {
  .search__body select {
    height: 4.4rem;
    padding: 0 1.9rem;
  }
}
.search__body .items {
  display: flex;
  flex-wrap: wrap;
  gap: 0 2.4rem;
}
@media (1024px <= width) {
  .search__body .items {
    gap: 0 2.8rem;
  }
}
.search__body .item a {
  color: var(--clr-grayyellow);
  border-bottom: 1px solid var(--clr-grayyellow);
}
@media (hover: hover) and (width >= 768px) {
  .search__body .item a {
    transition: all var(--speed) ease-in-out;
  }
  .search__body .item a:hover {
    opacity: 0.6;
    border-bottom: none;
  }
}
.search .viewall {
  margin-top: calc(40 / var(--spSize) * 100vw);
  text-align: right;
}
@media (1024px <= width) {
  .search .viewall {
    margin-top: 6rem;
    text-align: left;
  }
}
.search .viewall a {
  display: inline-flex;
  align-items: center;
  border-bottom: 1px solid #e5e5e5;
}
.search .viewall a i {
  margin-left: calc(15.5 / var(--spSize) * 100vw);
  height: 1em;
}
@media (hover: hover) and (width >= 768px) {
  .search .viewall a {
    transition: all var(--speed) ease-in-out;
  }
  .search .viewall a i {
    transition: all var(--speed) ease-in-out;
  }
  .search .viewall a:hover {
    transform: translateX(0.2rem);
    color: #9c9c92;
  }
  .search .viewall a:hover i {
    opacity: 0.4;
  }
}

.footer__contact {
  aspect-ratio: 375/640;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: calc(60 / var(--spSize) * 100vw) calc(20 / var(--spSize) * 100vw);
  position: relative;
  overflow: hidden;
}
@media (768px <= width) {
  .footer__contact {
    aspect-ratio: inherit;
    height: 84.6rem;
    padding: 10rem 6rem;
  }
}
@media (1536px <= width) {
  .footer__contact {
    padding: 10rem 18rem;
  }
}
.footer__contact .bg {
  background: url(../images/common/bg_footer_contactarea_sp.webp) center/cover no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
@media (768px <= width) {
  .footer__contact .bg {
    background-image: url(../images/common/bg_footer_contactarea.webp);
    background-image: -webkit-image-set(url(../images/common/bg_footer_contactarea.webp) 1x, url(../images/common/bg_footer_contactarea@2x.webp) 2x);
    background-image: image-set(url(../images/common/bg_footer_contactarea.webp) 1x, url(../images/common/bg_footer_contactarea@2x.webp) 2x);
  }
}
.footer__contact .bg.animate {
  transform: scale(1.1);
  transition: 5s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.footer__contact .bg.animate.is-animeted {
  transform: none;
}
.footer__contact .wrap {
  position: relative;
}
@media (768px <= width) {
  .footer__contact .wrap {
    width: 41.6rem;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    padding-left: 4rem;
    margin-left: auto;
  }
}
.footer__contact-title {
  color: var(--clr-grayyellow);
  font-size: 1rem;
  font-family: var(--ff-Inter);
}
@media (768px <= width) {
  .footer__contact-title {
    font-size: 1.4rem;
  }
}
.footer__contact-link a {
  color: #fff;
  font-size: 2rem;
  font-weight: 400;
  font-family: var(--ff-Zen);
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-right: calc(28 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  .footer__contact-link a {
    margin-right: 0;
    font-size: 2.4rem;
  }
}
.footer__contact-link a .icon_next {
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 100%;
  border: 1px solid var(--clr-grayyellow);
  background: url('data:image/svg+xml, <svg xmlns="http://www.w3.org/2000/svg" width="22" height="4" viewBox="0 0 22 4"><path id="button_next_awwor" d="M16.032,4H0V3.03H16.032V0L22,4Z" fill="%23fff"/></svg>') center/1.8rem 0.4rem no-repeat;
}
@media (768px <= width) {
  .footer__contact-link a .icon_next {
    width: 5.8rem;
    height: 5.8rem;
  }
}
@media (hover: hover) and (width >= 768px) {
  .footer__contact-link a {
    transition: all var(--speed) ease-in-out;
  }
  .footer__contact-link a .icon_next {
    transition: all var(--speed) ease-in-out;
  }
  .footer__contact-link a:hover {
    color: #9c9c92;
    transform: translate(0.2rem);
  }
  .footer__contact-link a:hover .icon_next {
    background-color: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0);
  }
}
.footer__contact-label {
  color: #fff;
  margin-top: 1rem;
}
@media (768px <= width) {
  .footer__contact-label {
    font-size: 1.6rem;
  }
}
.footer__contact-tel {
  color: #fff;
  font-size: 2rem;
  font-family: var(--ff-Garamond);
  letter-spacing: 0.05em;
  line-height: 1;
  margin-top: 0.3rem;
}
@media (768px <= width) {
  .footer__contact-tel {
    font-size: 2.4rem;
  }
}
.footer__contact-tel em {
  font-style: normal;
  font-size: 2.8rem;
}
@media (768px <= width) {
  .footer__contact-tel em {
    font-size: 3.2rem;
  }
}
.footer__contact-tel a {
  color: #fff;
  position: relative;
}
.footer__contact-tel a::after {
  content: "";
  background: var(--clr-grayyellow);
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -2px;
  left: 0;
}
.footer__contact-hours {
  color: #fff;
  font-size: 1rem;
}
.footer__container {
  background: url(../images/common/bg_footer_sp.webp) bottom center/cover no-repeat;
  padding: calc(60 / var(--spSize) * 100vw) calc(20 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  .footer__container {
    padding: 10rem 6rem;
    background-image: url(../images/common/bg_footer.webp);
    background-image: -webkit-image-set(url(../images/common/bg_footer.webp) 1x, url(../images/common/bg_footer@2x.webp) 2x);
    background-image: image-set(url(../images/common/bg_footer.webp) 1x, url(../images/common/bg_footer@2x.webp) 2x);
  }
}
@media (1280px <= width) {
  .footer__container {
    padding: 10rem 18rem;
  }
}
@media (768px <= width) {
  .footer__container__header {
    display: flex;
    justify-content: space-between;
  }
}
.footer__container__logo {
  display: none;
}
@media (768px <= width) {
  .footer__container__logo {
    display: block;
    font-size: 2.8rem;
    font-family: var(--ff-Garamond);
    line-height: 1;
  }
}
.footer__container-nav {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: calc(23 / var(--spSize) * 100vw) 0;
}
@media (width < 768px) {
  .footer__container-nav {
    margin-left: calc(-20 / var(--spSize) * 100vw);
    margin-right: calc(-20 / var(--spSize) * 100vw);
  }
}
@media (768px <= width) {
  .footer__container-nav {
    grid-template-columns: repeat(5, 1fr);
    gap: 2.8rem 0;
    width: 43.8rem;
    margin-top: 1rem;
  }
}
.footer__container-nav a {
  text-align: center;
  line-height: calc(15.25 / var(--spSize) * 100vw);
  font-family: var(--ff-Inter);
  letter-spacing: 0.025em;
}
@media (width < 768px) {
  .footer__container-nav a:nth-child(2n) {
    border-left: 1px dotted var(--clr-grayyellow);
  }
}
@media (768px <= width) {
  .footer__container-nav a {
    line-height: 1;
    font-size: 1.6rem;
  }
  .footer__container-nav a:not(:first-child) {
    border-left: 1px dotted var(--clr-grayyellow);
  }
  .footer__container-nav a:last-child {
    border: none;
    grid-column: span 5;
    margin-left: auto;
    padding: 0 1rem;
    font-size: 1.2rem;
    color: var(--clr-grayyellow);
  }
}
@media (hover: hover) and (width >= 768px) {
  .footer__container-nav a {
    transition: all var(--speed) ease-in-out;
    position: relative;
  }
  .footer__container-nav a span {
    transition: all var(--speed) ease-in-out;
  }
  .footer__container-nav a:not(:last-child)::after {
    content: "";
    width: 0.4rem;
    aspect-ratio: 1;
    border-radius: 100%;
    background: var(--clr-grayyellow);
    position: absolute;
    bottom: -1rem;
    left: calc(50% - 0.2rem);
    opacity: 0;
    transition: opacity var(--speed) ease-in-out;
  }
  .footer__container-nav a:hover {
    color: var(--clr-grayyellow);
  }
  .footer__container-nav a:hover span {
    display: inline-block;
    transform: translateY(-0.2rem);
  }
  .footer__container-nav a:hover::after {
    opacity: 1;
  }
}
.footer__container-company {
  margin-top: calc(60 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  .footer__container-company {
    margin-top: 0;
  }
}
.footer__container-company-name {
  font-size: 2rem;
  font-family: var(--ff-Garamond);
}
@media (768px <= width) {
  .footer__container-company-name {
    display: none;
  }
}
.footer__container-company-wrap {
  margin-top: calc(25 / var(--spSize) * 100vw);
  font-size: 1.2rem;
  line-height: 1.6667;
}
@media (768px <= width) {
  .footer__container-company-wrap {
    margin-top: -0.5rem;
    font-size: 1.4rem;
  }
}
.footer__container-company-wrap .address {
  margin-top: calc(10 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  .footer__container-company-wrap .address {
    margin-top: 0.5rem;
  }
}
.footer__container-blanknav {
  margin-top: calc(30 / var(--spSize) * 100vw);
  display: grid;
  grid-template-columns: repeat(2, auto);
  justify-content: start;
  gap: calc(24 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  .footer__container-blanknav {
    margin-top: 3.3rem;
    gap: 2.8rem;
  }
}
.footer__container-blanknav a {
  font-size: 1.2rem;
  font-family: var(--ff-Inter);
  border-bottom: 1px solid var(--clr-grayyellow);
}
@media (768px <= width) {
  .footer__container-blanknav a {
    font-size: 1.4rem;
  }
  .footer__container-blanknav a i {
    margin-left: 0.4rem;
    opacity: 0.6;
  }
}
@media (hover: hover) and (width >= 768px) {
  .footer__container-blanknav a {
    transition: all var(--speed) ease-in-out;
  }
  .footer__container-blanknav a:hover {
    color: var(--clr-grayyellow);
  }
}
.footer__container-sns {
  margin-top: calc(28 / var(--spSize) * 100vw);
  display: grid;
  grid-template-columns: repeat(4, calc(20 / var(--spSize) * 100vw));
  justify-content: start;
  line-height: calc(20 / var(--spSize) * 100vw);
  gap: calc(28 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  .footer__container-sns {
    grid-template-columns: repeat(4, 2rem);
    gap: 2.8rem;
    line-height: 1.5;
  }
}
@media (768px <= width) {
  .footer__container-sns {
    margin-top: 2.4rem;
  }
}
@media (hover: hover) and (width >= 768px) {
  .footer__container-sns {
    transition: all var(--speed) ease-in-out;
  }
  .footer__container-sns a:hover {
    opacity: 0.6;
  }
}
.footer .copyright {
  margin-top: calc(40 / var(--spSize) * 100vw);
  color: var(--clr-grayyellow);
  font-size: 1.2rem;
  font-family: var(--ff-Inter);
}
@media (768px <= width) {
  .footer .copyright {
    margin-top: 6rem;
  }
}

#totop {
  position: absolute;
  z-index: 50;
  right: calc(20 / var(--spSize) * 100vw);
  bottom: calc(60 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  #totop {
    right: 6rem;
    bottom: 10rem;
  }
}
@media (1280px <= width) {
  #totop {
    right: 18rem;
  }
}

@media (768px <= width) {
  .w_1200 {
    margin-left: max(50% - 600px, 6rem);
    margin-right: max(50% - 600px, 6rem);
    max-width: 1200px;
    width: calc(100% - 100px);
  }
  .w_1300 {
    margin-left: max(50% - 650px, 6rem);
    margin-right: max(50% - 650px, 6rem);
    max-width: 1300px;
    width: calc(100% - 100px);
  }
  .w_1360 {
    margin-left: max(50% - 680px, 6rem);
    margin-right: max(50% - 680px, 6rem);
    max-width: 1360px;
    width: calc(100% - 100px);
  }
  .w_1400 {
    margin-left: max(50% - 700px, 6rem);
    margin-right: max(50% - 700px, 6rem);
    max-width: 1400px;
    width: calc(100% - 100px);
  }
  .w_1500 {
    margin-left: max(50% - 750px, 6rem);
    margin-right: max(50% - 750px, 6rem);
    max-width: 1500px;
    width: calc(100% - 100px);
  }
  .w_1600 {
    margin-left: max(50% - 800px, 6rem);
    margin-right: max(50% - 800px, 6rem);
    max-width: 1600px;
    width: calc(100% - 100px);
  }
}
.main--footer {
  position: relative;
}

.breadcrumbs {
  font-size: 1.2rem;
  align-items: center;
  position: absolute;
  top: 0;
  width: 100%;
  padding-left: calc(20 / var(--spSize) * 100vw);
  padding-right: calc(20 / var(--spSize) * 100vw);
  left: 50%;
  transform: translateX(-50%) translateY(-150%);
}
@media (768px <= width) {
  .breadcrumbs {
    max-width: 148rem;
    padding-left: 6rem;
    padding-right: 6rem;
  }
}
.breadcrumbs a {
  text-decoration: underline;
}
.breadcrumbs .current-item {
  color: var(--clr-grayyellow);
}
.breadcrumbs .ion-ios-arrow-right {
  vertical-align: middle;
  transform: translateY(-2px);
}

body:not(.home) .mv {
  position: relative;
}
body:not(.home) .mv__image {
  overflow: hidden;
}
body:not(.home) .mv__image img {
  animation-name: zoomAni;
  animation-duration: 3s;
  animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  animation-fill-mode: forwards;
  animation-delay: 1s;
  transform: scale(1.2);
}
@media (768px <= width) {
  body:not(.home) .mv__image {
    height: 54.6rem;
  }
  body:not(.home) .mv__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
body:not(.home) .mv__headline {
  position: absolute;
  top: 40%;
  left: calc(20 / var(--spSize) * 100vw);
  color: #fff;
  display: grid;
  gap: 0.8rem 0;
}
@media (1024px <= width) {
  body:not(.home) .mv__headline {
    left: max(50% - 680px, 6rem);
    right: max(50% - 680px, 6rem);
    margin: 0;
  }
}
body:not(.home) .mv__headline .en {
  font-family: var(--ff-Garamond);
  font-size: 4.4rem;
  line-height: 5rem;
}
@media (768px <= width) {
  body:not(.home) .mv__headline .en {
    font-size: 6.8rem;
    line-height: 7.7rem;
  }
}
body:not(.home) .mv__headline .jp {
  font-size: 1.5rem;
  font-family: var(--ff-Zen);
  font-weight: 400;
  line-height: 2.1rem;
}
@media (768px <= width) {
  body:not(.home) .mv__headline .jp {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
}

.fadetext span {
  opacity: 0;
  transition: 0.9s ease;
}
.fadetext span:nth-child(1) {
  transition-delay: 0.05s;
}
.fadetext span:nth-child(2) {
  transition-delay: 0.1s;
}
.fadetext span:nth-child(3) {
  transition-delay: 0.15s;
}
.fadetext span:nth-child(4) {
  transition-delay: 0.2s;
}
.fadetext span:nth-child(5) {
  transition-delay: 0.25s;
}
.fadetext span:nth-child(6) {
  transition-delay: 0.3s;
}
.fadetext span:nth-child(7) {
  transition-delay: 0.35s;
}
.fadetext span:nth-child(8) {
  transition-delay: 0.4s;
}
.fadetext span:nth-child(9) {
  transition-delay: 0.45s;
}
.fadetext span:nth-child(10) {
  transition-delay: 0.5s;
}
.fadetext span:nth-child(11) {
  transition-delay: 0.55s;
}
.fadetext span:nth-child(12) {
  transition-delay: 0.6s;
}
.fadetext span:nth-child(13) {
  transition-delay: 0.65s;
}
.fadetext span:nth-child(14) {
  transition-delay: 0.7s;
}
.fadetext span:nth-child(15) {
  transition-delay: 0.75s;
}
.fadetext span:nth-child(16) {
  transition-delay: 0.8s;
}
.fadetext span:nth-child(17) {
  transition-delay: 0.85s;
}
.fadetext span:nth-child(18) {
  transition-delay: 0.9s;
}
.fadetext span:nth-child(19) {
  transition-delay: 0.95s;
}
.fadetext span:nth-child(20) {
  transition-delay: 1s;
}
.fadetext span:nth-child(21) {
  transition-delay: 1.05s;
}
.fadetext span:nth-child(22) {
  transition-delay: 1.1s;
}
.fadetext span:nth-child(23) {
  transition-delay: 1.15s;
}
.fadetext span:nth-child(24) {
  transition-delay: 1.2s;
}
.fadetext span:nth-child(25) {
  transition-delay: 1.25s;
}
.fadetext span:nth-child(26) {
  transition-delay: 1.3s;
}
.fadetext.active span {
  opacity: 1;
}

.ask {
  padding: calc(60 / var(--spSize) * 100vw) calc(20 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  .ask {
    padding: 10rem 0 12rem;
  }
}
@media (1024px <= width) {
  .ask__inner {
    max-width: 83.6rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.ask__header {
  font-size: 2.4rem;
  font-weight: 400;
  font-family: var(--ff-Zen);
  line-height: 1.8333;
  text-align: center;
}
@media (768px <= width) {
  .ask__header {
    font-size: 2.8rem;
  }
}
.ask__body {
  margin-top: calc(25 / var(--spSize) * 100vw);
  text-align: center;
}
@media (768px <= width) {
  .ask__body {
    margin-top: 4rem;
    display: grid;
    grid-template-columns: 400fr 315fr;
    justify-content: center;
    position: relative;
  }
}
.ask__box:nth-child(1) {
  padding-bottom: calc(28 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  .ask__box:nth-child(1) {
    padding-bottom: 0;
  }
}
.ask__box:nth-child(2) {
  border-top: 1px dotted var(--clr-grayyellow);
  padding-top: calc(28 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  .ask__box:nth-child(2) {
    padding-top: 0;
    border-top: none;
    border-left: 1px dotted var(--clr-grayyellow);
  }
}
.ask__box .label {
  font-size: 1.6rem;
  font-family: var(--ff-Zen);
  font-weight: 400;
}
.ask__box .label span {
  color: var(--clr-grayyellow);
}
@media (768px <= width) {
  .ask__box .label {
    font-size: 2rem;
  }
}
.ask__box .tel {
  font-size: 2.7rem;
  font-family: var(--ff-Garamond);
  line-height: 1;
  letter-spacing: 0.05em;
  position: relative;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  margin-top: calc(12 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  .ask__box .tel {
    font-size: 3rem;
    margin-top: 1.6rem;
  }
}
.ask__box .tel a {
  font-size: 3.8rem;
}
@media (768px <= width) {
  .ask__box .tel a {
    font-size: 4.2rem;
  }
}
.ask__box .tel::after {
  content: "";
  width: 100%;
  height: 1px;
  background: var(--clr-grayyellow);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (768px <= width) {
  .ask__box .tel::after {
    content: none;
  }
}
.ask__box .contact {
  margin: calc(16 / var(--spSize) * 100vw) auto 0;
  width: calc(260 / var(--spSize) * 100vw);
  font-family: var(--ff-Zen);
}
@media (768px <= width) {
  .ask__box .contact {
    margin: 2rem auto 0;
    width: 32rem;
  }
}
.ask__box .lineaccount {
  display: grid;
  grid-template-columns: 10rem auto;
  gap: 0 1.6rem;
  justify-content: center;
  align-items: center;
  margin-top: calc(10 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  .ask__box .lineaccount {
    margin-top: 2rem;
  }
}
.ask__box .qrcode img {
  box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.1);
}
.ask__box .links {
  text-align: left;
}
.ask__box .links a {
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: var(--clr-grayyellow);
  text-underline-offset: 0.4rem;
}
.ask__box .links span {
  border: 1px solid var(--clr-grayyellow);
  border-radius: 0.2rem;
  display: inline-block;
  padding: 0 0.8rem;
  line-height: 2.2rem;
  font-size: 1.2rem;
  margin-top: calc(10 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  .ask__box .links span {
    margin-top: 1rem;
  }
}

@media (768px <= width) {
  .ask__body.complete {
    display: block;
  }
}
@media (1024px <= width) {
  .ask__body.complete {
    margin-top: 4rem;
    display: grid;
    grid-template-columns: 400fr 315fr;
    justify-content: center;
    position: relative;
  }
}
.ask__body.complete .ask__box:nth-child(1) {
  padding-bottom: 2.8rem;
}
@media (1024px <= width) {
  .ask__body.complete .ask__box:nth-child(1) {
    padding-bottom: 0;
  }
}
.ask__body.complete .ask__box:nth-child(2) {
  border-top: 1px dotted var(--clr-grayyellow);
  border-left: none;
  padding-top: 2.8rem;
}
@media (1024px <= width) {
  .ask__body.complete .ask__box:nth-child(2) {
    padding-top: 0;
    border-top: none;
    border-left: 1px dotted var(--clr-grayyellow);
  }
}

.fadeinUp {
  opacity: 0;
  transform: translateY(30px);
  transition: transform var(--speed) ease-in-out, opacity var(--speed) ease-in-out;
  transition-delay: var(--delay);
}
.fadeinUp.is-animeted {
  opacity: 1;
  transform: translateY(0);
}

.delay1 {
  transition-delay: 0.3s;
}

.delay2 {
  transition-delay: 0.6s;
}

.delay3 {
  transition-delay: 0.9s;
}

.delay4 {
  transition-delay: 1.2s;
}

.delay5 {
  transition-delay: 1.5s;
}

.delay6 {
  transition-delay: 1.8s;
}

.delay7 {
  transition-delay: 2.1s;
}

.delay8 {
  transition-delay: 2.4s;
}

.delay9 {
  transition-delay: 2.7s;
}

.delay10 {
  transition-delay: 3s;
}

@keyframes zoomAni {
  from {
    transform: scale(1.2);
  }
  to {
    transform: none;
  }
}
.button {
  display: block;
}
@media (hover: hover) and (width >= 768px) {
  .button {
    transition: opacity var(--speed) ease-in-out;
  }
  .button:hover {
    opacity: 0.7;
  }
}

.button.request {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: calc(260 / var(--spSize) * 100vw);
  height: calc(48 / var(--spSize) * 100vw);
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  font-family: var(--ff-Inter);
  letter-spacing: 0.025em;
  position: relative;
}
@media (768px <= width) {
  .button.request {
    width: 32rem;
    height: 6rem;
    font-size: 1.6rem;
  }
}
.button.request:before,
.button.request span {
  z-index: 2;
}
.button.request span {
  position: relative;
  color: #fff;
}
.button.request::before {
  content: "";
  width: 2rem;
  aspect-ratio: 1;
  background: url('data:image/svg+xml, <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><g id="ico_contact" transform="translate(0 0.387)"><g id="Icon_feather-mail" data-name="Icon feather-mail" transform="translate(1.6 2.4)"><path d="M4.35,6h10.8A1.354,1.354,0,0,1,16.5,7.35v8.1a1.354,1.354,0,0,1-1.35,1.35H4.35A1.354,1.354,0,0,1,3,15.45V7.35A1.354,1.354,0,0,1,4.35,6Z" transform="translate(-3 -6)" fill="none" stroke="%23fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.2" /><path d="M16.5,9,9.75,13.725,3,9" transform="translate(-3 -7.65)" fill="none" stroke="%23fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.2"/></g><rect id="rect" width="16" height="16" transform="translate(0 -0.387)" fill="none" /></g></svg>') center/contain no-repeat;
}
@media (1280px <= width) {
  :is(.requesttab) .button.request::before {
    background: url(../images/common/arrow_viewmore_white.svg) center/contain no-repeat;
  }
}
.button.request::after {
  content: "";
  background-color: #a70000;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 100rem;
  transform: translate(-50%, -50%);
}
@media (hover: hover) and (width >= 768px) {
  .button.request::after {
    transition: all var(--speed) ease-in-out;
  }
}

.button.viewmore {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: calc(260 / var(--spSize) * 100vw);
  height: calc(48 / var(--spSize) * 100vw);
  border: 1px solid var(--clr-grayyellow);
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--ff-Inter);
  letter-spacing: 0.025em;
  position: relative;
}
@media (768px <= width) {
  .button.viewmore {
    width: 32rem;
    height: 6rem;
    font-size: 1.6rem;
  }
}
.button.viewmore::after {
  content: "";
  width: calc(18 / var(--spSize) * 100vw);
  height: calc(4 / var(--spSize) * 100vw);
  background: url(../images/common/arrow_viewmore.svg) center/contain no-repeat;
  position: absolute;
  right: calc(15 / var(--spSize) * 100vw);
  top: calc(50% - 2 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  .button.viewmore::after {
    width: 2.2rem;
    height: 0.4rem;
    right: 1.9rem;
    top: calc(50% - 0.2rem);
  }
}
@media (hover: hover) and (width >= 768px) {
  .button.viewmore {
    transition: all var(--speed) ease-in-out;
  }
  .button.viewmore span, .button.viewmore::after {
    transition: all var(--speed) ease-in-out;
  }
  .button.viewmore:hover {
    background-color: #fff;
    border-color: #fff;
    opacity: 1;
  }
  .button.viewmore:hover span, .button.viewmore:hover::after {
    transform: translateX(0.2rem);
  }
}
.button.viewmore.red {
  position: relative;
  border: none;
}
.button.viewmore.red:after,
.button.viewmore.red span {
  z-index: 2;
}
.button.viewmore.red span {
  position: relative;
  color: #fff;
}
.button.viewmore.red::after {
  background-image: url(../images/common/arrow_viewmore_white.svg);
}
.button.viewmore.red::before {
  content: "";
  background-color: #a70000;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 100rem;
  transform: translate(-50%, -50%);
}
@media (hover: hover) and (width >= 768px) {
  .button.viewmore.red::before {
    transition: all var(--speed) ease-in-out;
  }
}

.button.blackbase {
  background: #312c2c;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.4rem;
  font-size: 1.4rem;
  height: 4.8rem;
  border-radius: 100rem;
  position: relative;
}
@media (768px <= width) {
  .button.blackbase {
    font-size: 1.6rem;
    height: 6rem;
  }
}
.button.blackbase::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #312c2c;
  border-radius: 100rem;
  transform: translate(-50%, -50%);
}
.button.blackbase span,
.button.blackbase i {
  position: relative;
  z-index: 2;
}
@media (hover: hover) and (width >= 768px) {
  .button.blackbase::before {
    transition: all var(--speed) ease-in-out;
  }
  .button.blackbase:hover {
    opacity: 1;
  }
  .button.blackbase:hover::before {
    width: calc(100% + 0.8rem);
    height: calc(100% + 0.2rem);
  }
}

[class*=icon] {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.icon_totop {
  width: calc(48 / var(--spSize) * 100vw);
  height: calc(48 / var(--spSize) * 100vw);
  border-radius: 100%;
  position: relative;
  border: 1px solid var(--clr-grayyellow);
}
.icon_totop::before {
  content: "";
  background: url('data:image/svg+xml, <svg xmlns="http://www.w3.org/2000/svg" width="12.533" height="11.614" viewBox="0 0 12.533 11.614"><path id="Icon_akar-arrow-left" data-name="Icon akar-arrow-left" d="M10.958,7.5,6,12.458l4.958,4.958M6,12.458H17.333" transform="translate(17.933 18.265) rotate(180)" fill="none" stroke="%23000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.2"/></svg>') center/contain no-repeat;
  width: 1.2533rem;
  height: 1.1614rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(270deg);
}
@media (768px <= width) {
  .icon_totop {
    width: 5.8rem;
    height: 5.8rem;
  }
}
@media (hover: hover) and (width >= 768px) {
  a .icon_totop {
    transition: all var(--speed) ease-in-out;
  }
  a:hover .icon_totop {
    background-color: #fff;
    border-color: rgba(156, 156, 146, 0);
  }
}

.icon_cart {
  background: url(../images/common/icon_cart.svg) center/contain no-repeat;
  width: calc(20 / var(--spSize) * 100vw);
  height: calc(20 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  .icon_cart {
    width: 2rem;
    height: 2rem;
  }
}
body.is-menu .icon_cart, body.onMv .icon_cart, .icon_cart.white {
  background-image: url(../images/common/icon_cart_white.svg);
}

.icon_x,
.icon_instagram,
.icon_youtube,
.icon_tiktok {
  width: calc(20 / var(--spSize) * 100vw);
  height: calc(20 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  .icon_x,
  .icon_instagram,
  .icon_youtube,
  .icon_tiktok {
    width: 2rem;
    height: 2rem;
  }
}

.icon_x {
  background: url(../images/common/icon_x.svg) center/contain no-repeat;
}
.icon_x.white {
  background-image: url(../images/common/icon_x_white.svg);
}

.icon_instagram {
  background: url(../images/common/icon_instagram.svg) center/contain no-repeat;
}
.icon_instagram.white {
  background-image: url(../images/common/icon_instagram_white.svg);
}

.icon_youtube {
  background: url(../images/common/icon_youtube.svg) center/contain no-repeat;
}
.icon_youtube.white {
  background-image: url(../images/common/icon_youtube_white.svg);
}

.icon_tiktok {
  background: url(../images/common/icon_tiktok.svg) center/contain no-repeat;
}
.icon_tiktok.white {
  background-image: url(../images/common/icon_tiktok_white.svg);
}

.icon_blank {
  background: url(../images/common/icon_blank.svg) center/contain no-repeat;
  width: calc(9 / var(--spSize) * 100vw);
  height: calc(9 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  .icon_blank {
    width: 1rem;
    height: 1rem;
  }
}
.icon_blank.white {
  background-image: url(../images/common/icon_blank_white.svg);
}
.icon_blank.grayyellow {
  background-image: url(../images/common/icon_blank_grayyellow.svg);
}

.icon_search {
  background: url(../images/common/icon_search.svg) center/contain no-repeat;
  width: calc(20 / var(--spSize) * 100vw);
  height: calc(20 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  .icon_search {
    width: 2rem;
    height: 2rem;
  }
}
body.is-menu .icon_search, body.onMv .icon_search, .icon_search.white {
  background-image: url(../images/common/icon_search_white.svg);
}

.icon_next {
  background: url(../images/common/icon_next.svg) center/contain no-repeat;
  width: calc(18 / var(--spSize) * 100vw);
  height: calc(4 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  .icon_next {
    width: 2.2rem;
    height: 0.4rem;
  }
}
.icon_next.circlewhite {
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 100%;
  border: 1px solid var(--clr-grayyellow);
  background: url('data:image/svg+xml, <svg xmlns="http://www.w3.org/2000/svg" width="22" height="4" viewBox="0 0 22 4"><path id="button_next_awwor" d="M16.032,4H0V3.03H16.032V0L22,4Z" fill="%23fff"/></svg>') center/1.8rem 0.4rem no-repeat;
}
@media (768px <= width) {
  .icon_next.circlewhite {
    width: 5.8rem;
    height: 5.8rem;
  }
}
.icon_next.white {
  background-image: url('data:image/svg+xml, <svg xmlns="http://www.w3.org/2000/svg" width="18" height="4" viewBox="0 0 18 4"><path d="M13.117,4H0V3.03H13.117V0L18,4Z" fill="%23fff"/></svg>');
}

.ion-ios-arrow-left {
  width: 1.6rem;
  height: 1.6rem;
  margin: 0 1.2rem;
  display: inline-grid;
  place-content: center;
}
.ion-ios-arrow-left::before {
  content: "";
  background: url('data:image/svg+xml, <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><g transform="translate(0 0.031)"><path d="M5.586,11.173,0,5.587,5.586,0M0,5.587H12.769" transform="translate(1.048 2.237)" fill="none" stroke="%23000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.2"/><rect width="16" height="16" transform="translate(0 -0.031)" fill="none"/></g></svg>') center/contain no-repeat;
  width: 1.6rem;
  height: 1.6rem;
  display: block;
}

.ion-ios-arrow-right {
  width: 1.6rem;
  height: 1.6rem;
  margin: 0 1.2rem;
  display: inline-grid;
  place-content: center;
}
.ion-ios-arrow-right::before {
  content: "";
  background: url('data:image/svg+xml, <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><g transform="translate(0.419 0.031)"><path d="M7.183,11.173l5.586-5.587L7.183,0m5.586,5.587H0" transform="translate(1.764 2.237)" fill="none" stroke="%23000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.2"/><rect width="16" height="16" transform="translate(-0.419 -0.031)" fill="none"/></g></svg>') center/contain no-repeat;
  width: 1.6rem;
  height: 1.6rem;
  display: block;
}

i.icon_mail.white::before {
  content: "";
  background: url('data:image/svg+xml, <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><g id="ico_contact" transform="translate(0 0.387)"><g id="Icon_feather-mail" data-name="Icon feather-mail" transform="translate(1.6 2.4)"><path d="M4.35,6h10.8A1.354,1.354,0,0,1,16.5,7.35v8.1a1.354,1.354,0,0,1-1.35,1.35H4.35A1.354,1.354,0,0,1,3,15.45V7.35A1.354,1.354,0,0,1,4.35,6Z" transform="translate(-3 -6)" fill="none" stroke="%23fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.2"/><path d="M16.5,9,9.75,13.725,3,9" transform="translate(-3 -7.65)" fill="none" stroke="%23fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.2"/></g><rect id="rect" width="16" height="16" transform="translate(0 -0.387)" fill="none"/></g></svg>') center/contain no-repeat;
  width: calc(16 / var(--spSize) * 100vw);
  aspect-ratio: 1;
  display: block;
}
@media (768px <= width) {
  i.icon_mail.white::before {
    width: 2rem;
  }
}

i.icon_blanklinks {
  position: relative;
  width: 4.8rem;
  aspect-ratio: 1;
  border: 1px solid var(--clr-grayyellow);
  border-radius: 100rem;
  display: inline-grid;
  place-content: center;
}
i.icon_blanklinks::before {
  content: "";
  background: url('data:image/svg+xml, <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="14" height="14" viewBox="0 0 14 14"><defs><clipPath id="clip-path"><rect id="rect" width="11.521" height="11.521" fill="none"/></clipPath></defs><g id="icon_blanklink" transform="translate(0.379 0.379)"><rect id="rect-2" data-name="rect" width="14" height="14" transform="translate(-0.379 -0.379)" fill="none"/><g id="icon" transform="translate(0.695 1.408)" clip-path="url(%23clip-path)"><path id="path" d="M.645,11.521a.645.645,0,0,1-.456-1.1L9.319,1.29H2.351a.645.645,0,1,1,0-1.29h8.524a.079.079,0,0,0,.016,0h0a.633.633,0,0,1,.223.046h0a.619.619,0,0,1,.214.143A.627.627,0,0,1,11.475.4h0a.614.614,0,0,1,.046.223h0v8.54a.645.645,0,1,1-1.29,0V2.2L1.1,11.332a.645.645,0,0,1-.456.189" transform="translate(0 0)" fill="%239c9c92"/></g></g></svg>') center/contain no-repeat;
  width: 1.4rem;
  aspect-ratio: 1;
}

i.batsu {
  position: relative;
  line-height: 0;
  width: 24px;
  aspect-ratio: 1;
  margin-left: auto;
  margin-right: auto;
}
@media (768px <= width) {
  i.batsu {
    width: 30px;
  }
}
i.batsu::before, i.batsu::after {
  content: "";
  width: 15px;
  height: 1px;
  background: var(--clr-grayyellow);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(var(--rotate));
}
@media (768px <= width) {
  i.batsu::before, i.batsu::after {
    width: 18.75px;
  }
}
i.batsu::before {
  --rotate: 45deg;
}
i.batsu::after {
  --rotate: -45deg;
}

.icon-phxflogo {
  background: url(../images/common/phxflogo.webp) center/contain no-repeat;
  width: 2rem;
  aspect-ratio: 1;
}

.icon_pankuzu {
  background: url('data:image/svg+xml, <svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12"><g transform="translate(-408 -163)"><path d="M11.25,7.255l.539-.505,4.461,4.167-4.461,4.167-.539-.5,3.919-3.664Z" transform="translate(400.75 158.25)"/><rect width="12" height="12" transform="translate(408 163)" fill="none"/></g></svg>') center/contain no-repeat;
  width: 1.2rem;
  aspect-ratio: 1;
  margin: 0 1.2rem;
}

form input[type=checkbox],
form input[type=radio] {
  border: 2px solid #e5e5e5;
  background-color: #fff;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 0.4rem;
  margin-left: 0;
  position: relative;
}
form input[type=checkbox]:focus,
form input[type=radio]:focus {
  outline: none;
}
form input[type=checkbox]:checked::before,
form input[type=radio]:checked::before {
  content: "\f14a";
  font-size: 2.7rem;
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
  color: var(--clr-grayyellow);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
form .error input[type=checkbox],
form .error input[type=radio] {
  border-color: #a70000;
  background: #f3d5d5;
}
form .error input[type=text],
form .error input[type=tel],
form .error input[type=email],
form .error input[type=zip],
form .error textarea {
  border-color: #a70000;
  background: #f3d5d5;
}
form .error label.privacy {
  border-color: #a70000;
}
form .e-error {
  color: #a70000;
  font-weight: 700;
}
form .e-error.center {
  text-align: center;
}
form input[type=text],
form input[type=tel],
form input[type=email],
form input[type=zip],
form textarea {
  border: 2px solid #e5e5e5;
  border-radius: 0.4rem;
  background-color: #fff;
  padding: 0.8rem 1.4rem;
}
form input[type=text]:focus,
form input[type=tel]:focus,
form input[type=email]:focus,
form input[type=zip]:focus,
form textarea:focus {
  outline: none;
}
form textarea {
  height: 17.6rem;
}
form label.checkbox,
form label.privacy {
  display: flex;
  align-items: center;
}
form label.checkbox span,
form label.privacy span {
  font-size: 1.5rem;
  line-height: 1.6;
  padding: 0.3rem 0.4rem;
}
@media (768px <= width) {
  form label.checkbox span,
  form label.privacy span {
    font-size: 1.8rem;
    line-height: 1.7778;
  }
}
form label.privacy {
  border: 2px solid #e5e5e5;
  border-radius: 0.4rem;
  background-color: #fff;
  padding: 1.6rem;
  font-size: 1.5rem;
  justify-content: center;
}
form label.privacy a {
  color: var(--clr-grayyellow);
  text-decoration: underline;
}
form label.ziplabel {
  display: flex;
  align-items: center;
  gap: 0 0.8rem;
}
form input[type=zip] {
  width: 20rem;
}
form .coution {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.6667;
  text-indent: -1.3em;
  padding-left: 1.3em;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (768px <= width) {
  form .coution {
    font-size: 1.4rem;
  }
}
form .buttonarea {
  margin-top: calc(40 / var(--spSize) * 100vw);
  text-align: center;
}
@media (768px <= width) {
  form .buttonarea {
    margin-top: 6rem;
  }
}
form .buttonarea .button {
  width: 26rem;
  height: 4.6rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  font-family: var(--ff-Zen);
}
@media (768px <= width) {
  form .buttonarea .button {
    width: 32rem;
    height: 6rem;
  }
}
form .buttonarea .button i.icon_next {
  position: absolute;
  right: 1.6rem;
}
form .buttonarea .link {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: calc(25 / var(--spSize) * 100vw);
  color: var(--clr-grayyellow);
  text-decoration: underline;
}
@media (768px <= width) {
  form .buttonarea .link {
    margin-top: 4rem;
  }
}

.wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(335 / var(--spSize) * 100vw);
  margin-top: calc(60 / var(--spSize) * 100vw);
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media (768px <= width) {
  .wp-pagenavi {
    width: 100%;
    margin-top: 10rem;
    gap: 1rem;
  }
}
.wp-pagenavi span.current,
.wp-pagenavi .page {
  width: calc(36 / var(--spSize) * 100vw);
  aspect-ratio: 1;
  text-align: center;
  font-size: 1.4rem;
  font-family: var(--ff-ci);
  margin: 0 0.8rem;
  padding: 0;
  border: none;
  background-color: #e5e5e5;
  border-radius: 100rem;
  display: grid;
  place-content: center;
}
@media (768px <= width) {
  .wp-pagenavi span.current,
  .wp-pagenavi .page {
    width: 4.8rem;
    font-size: 1.6rem;
    line-height: 4.8rem;
    margin: 0;
  }
}
.wp-pagenavi span.current:is(span.current),
.wp-pagenavi .page:is(span.current) {
  background-color: #312c2c;
  color: #fff;
  font-weight: normal;
}
@media (hover: hover) and (width >= 768px) {
  .wp-pagenavi .page {
    transition: all var(--speed) ease-in-out;
  }
  .wp-pagenavi .page:hover {
    background-color: #312c2c;
    color: #fff;
  }
}
.wp-pagenavi a,
.wp-pagenavi span {
  padding: 0;
  margin: 0;
  border: none;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  position: absolute;
  font-family: var(--ff-ci);
  line-height: calc(78 / var(--spSize) * 100vw);
  display: flex;
  align-items: center;
  margin: 0;
  border: none;
}
@media (768px <= width) {
  .wp-pagenavi .previouspostslink,
  .wp-pagenavi .nextpostslink {
    line-height: 78px;
    font-size: 2rem;
    position: static;
  }
}
@media (hover: hover) and (width >= 768px) {
  .wp-pagenavi .previouspostslink,
  .wp-pagenavi .nextpostslink {
    transition: all var(--speed) ease-in-out;
  }
  .wp-pagenavi .previouspostslink:hover,
  .wp-pagenavi .nextpostslink:hover {
    background-color: var(--clr-lightYellow2);
  }
}
.wp-pagenavi .previouspostslink i[class^=icon],
.wp-pagenavi .nextpostslink i[class^=icon] {
  width: calc(7 / var(--spSize) * 100vw);
  height: calc(12 / var(--spSize) * 100vw);
  display: inline-block;
}
@media (768px <= width) {
  .wp-pagenavi .previouspostslink i[class^=icon],
  .wp-pagenavi .nextpostslink i[class^=icon] {
    width: 7px;
    height: 12px;
  }
}
.wp-pagenavi .previouspostslink {
  left: 0;
}
.wp-pagenavi .nextpostslink {
  right: 0;
}
.wp-pagenavi .previouspostslink + .extend,
.wp-pagenavi .extend:has(+ .nextpostslink) {
  display: none;
}

.wysiwyg {
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
  font-family: var(--ff-Zen);
}
.wysiwyg:after {
  content: "";
  display: block;
  clear: both;
}
.wysiwyg h2 {
  margin-top: calc(60 / var(--spSize) * 100vw);
  font-size: 1.8rem;
  font-weight: 400;
  position: relative;
  padding-left: 3.5rem;
  font-family: var(--ff-Zen);
}
.wysiwyg h2::before {
  content: "";
  width: 2.8rem;
  height: 1px;
  background: var(--clr-grayyellow);
  position: absolute;
  left: 0;
  top: 50%;
}
@media (768px <= width) {
  .wysiwyg h2 {
    margin-top: 8rem;
    font-size: 2.4rem;
  }
}
.wysiwyg h3 {
  font-size: 1.6rem;
  font-weight: 400;
  font-family: var(--ff-Zen);
  line-height: 2;
  border: 1px solid #e5e5e5;
  border-width: 1px 0;
  position: relative;
  padding-left: 1.6rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.wysiwyg h3::before {
  content: "";
  width: 0.8rem;
  aspect-ratio: 1;
  background-color: var(--clr-text);
  display: inline-block;
  position: absolute;
  left: 0;
  top: calc(50% - 0.4rem);
}
.wysiwyg h3:not(:first-child) {
  margin-top: 6rem;
}
@media (768px <= width) {
  .wysiwyg h3 {
    font-size: 2rem;
  }
}
.wysiwyg h4 {
  font-size: 1.4rem;
  font-weight: 700;
}
.wysiwyg h4:not(:first-child) {
  margin-top: 3rem;
}
@media (768px <= width) {
  .wysiwyg h4 {
    font-size: 1.8rem;
  }
}
.wysiwyg p:not(:first-child) {
  margin-top: 3rem;
}
.wysiwyg p a {
  text-decoration: underline;
  color: var(--clr-grayyellow);
  font-weight: 700;
}
.wysiwyg p a[target=_blank]::after {
  content: "";
  background: url(../images/common/icon_blank_grayyellow.svg) center/contain no-repeat;
  width: calc(9 / var(--spSize) * 100vw);
  height: calc(9 / var(--spSize) * 100vw);
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
@media (768px <= width) {
  .wysiwyg p a[target=_blank]::after {
    width: 1rem;
    height: 1rem;
  }
}
.wysiwyg pre {
  display: block;
  font-family: Consolas, Monaco, monospace;
}
.wysiwyg strong {
  font-weight: bold;
}
.wysiwyg em {
  font-style: italic;
}
.wysiwyg ul {
  margin-left: 1.2em;
}
.wysiwyg ul:not(:first-child) {
  margin-top: 3rem;
}
.wysiwyg ul li {
  position: relative;
}
.wysiwyg ul li::before {
  content: "";
  width: 0.6rem;
  aspect-ratio: 1;
  background-color: var(--clr-grayyellow);
  display: inline-block;
  border-radius: 100%;
  position: absolute;
  top: 0.8em;
  left: -1em;
}
.wysiwyg ol {
  list-style: none;
  counter-reset: section 0;
}
.wysiwyg ol:not(:first-child) {
  margin-top: 3rem;
}
.wysiwyg ol li {
  counter-increment: section 1;
  position: relative;
}
.wysiwyg ol li::before {
  content: counter(section) ".";
  color: var(--clr-grayyellow);
  margin-right: 0.5em;
}
.wysiwyg blockquote {
  display: block;
  margin: 0;
  background-color: #f6f6f5;
  padding: 2rem;
}
@media (768px <= width) {
  .wysiwyg blockquote {
    padding: 2.8rem;
  }
}
* + .wysiwyg blockquote {
  margin-top: 3rem;
}
.wysiwyg del {
  text-decoration: line-through;
}
.wysiwyg hr {
  display: block;
  border: none;
  border-top: #9a9a9a 1px solid;
  border-bottom: #eeeeee 1px solid;
}
.wysiwyg .alignright {
  float: right;
  margin-left: 1em;
}
.wysiwyg .alignleft {
  float: left;
  margin-right: 1em;
}
.wysiwyg .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wysiwyg .blogcard {
  border: 1px solid var(--clr-grayyellow);
  display: block;
  position: relative;
  margin: 5rem 0;
  padding: 2rem;
  display: grid;
  grid-template-columns: 12rem auto;
  gap: 2rem 1.6rem;
}
@media (768px <= width) {
  .wysiwyg .blogcard {
    grid-template-columns: 20rem auto;
  }
}
.wysiwyg .blogcard .tag {
  position: absolute;
  left: -1px;
  top: -1px;
  background-color: #312c2c;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.4rem;
  padding: 0.3rem 0.7rem;
  transform: translateY(-100%);
}
@media (768px <= width) {
  .wysiwyg .blogcard .tag {
    font-size: 1.4rem;
    padding: 0.5rem 0.8rem;
  }
}
.wysiwyg .blogcard .title {
  color: #000;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2;
  text-decoration: underline;
}
@media (768px <= width) {
  .wysiwyg .blogcard .title {
    font-size: 1.8rem;
  }
}
.wysiwyg .blogcard .url {
  align-self: flex-end;
  font-size: 1.2rem;
  color: var(--clr-grayyellow);
  display: flex;
  align-items: center;
  gap: 0 0.4rem;
  text-decoration: underline;
}
.wysiwyg .blogcard.internal .img img {
  aspect-ratio: 120/81;
  -o-object-fit: cover;
     object-fit: cover;
}
.wysiwyg .blogcard.external {
  gap: 1.6rem;
}
@media (768px <= width) {
  .wysiwyg .blogcard.external .img {
    grid-row: span 2;
  }
}
.wysiwyg .blogcard.external .url {
  grid-column: span 2;
}
@media (768px <= width) {
  .wysiwyg .blogcard.external .url {
    grid-column: span 1;
  }
}
.wysiwyg iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 500/281;
}
.wysiwyg .tiktok-embed,
.wysiwyg .twitter-tweet {
  margin-left: auto;
  margin-right: auto;
}
.wysiwyg .twitter-tweet.twitter-tweet-rendered iframe {
  width: 100%;
}

.pickup {
  padding: calc(60 / var(--spSize) * 100vw) 0;
  position: relative;
}
.pickup.bgimg {
  background-color: var(--bg-base);
  background-image: url(../images/home/bg_img_sp.webp);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media (1024px <= width) {
  .pickup.bgimg {
    background-image: url(../images/home/bg_img.webp);
    background-image: -webkit-image-set(url(../images/home/bg_img.webp) 1x, url(../images/home/bg_img@2x.webp) 2x);
    background-image: image-set(url(../images/home/bg_img.webp) 1x, url(../images/home/bg_img@2x.webp) 2x);
    background-size: cover;
    background-position: center top;
  }
}
@media (768px <= width) {
  .pickup {
    padding: 12rem 0 24rem;
  }
}
@media (1024px <= width) {
  .pickup {
    padding: 12rem 0;
  }
}
.pickup::before {
  content: "";
  width: calc(355 / var(--spSize) * 100vw);
  position: absolute;
  top: calc(80 / var(--spSize) * 100vw);
  bottom: calc(60 / var(--spSize) * 100vw);
  left: calc(20 / var(--spSize) * 100vw);
  background-color: rgba(255, 255, 255, 0.6);
}
@media (768px <= width) {
  .pickup::before {
    top: 16rem;
    left: auto;
    right: 0;
    width: calc(100% - 6rem);
    height: calc(100% - 28rem);
  }
}
@media (1024px <= width) {
  .pickup::before {
    max-width: 103.3rem;
    width: auto;
    height: auto;
    top: 18rem;
    bottom: 12rem;
    left: max(50% - 78rem, 6rem);
    right: 22rem;
  }
}
.pickup-headline {
  padding-left: calc(40 / var(--spSize) * 100vw);
  position: relative;
}
@media (768px <= width) {
  .pickup-headline {
    padding-left: 12rem;
  }
}
@media (1024px <= width) {
  .pickup-headline {
    margin-top: 6rem;
    padding-top: 7rem;
    padding-left: max(50% - 68rem, 12rem);
    padding-right: max(50% - 68rem, 12rem);
    position: absolute;
  }
}
.pickup-headline .en {
  font-size: 4.4rem;
  font-family: var(--ff-Garamond);
  line-height: 1.2;
}
@media (768px <= width) {
  .pickup-headline .en {
    font-size: 6.8rem;
    line-height: 1.1324;
  }
}
.pickup-headline .jp {
  font-size: 1.5rem;
  font-family: var(--ff-Zen);
  font-weight: 400;
}
@media (768px <= width) {
  .pickup-headline .jp {
    margin-top: 2rem;
    font-size: 1.8rem;
    line-height: 1.4444;
  }
}
.pickup-body {
  position: relative;
  padding-top: calc(28 / var(--spSize) * 100vw);
  padding-left: calc(20 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  .pickup-body {
    padding-top: 4rem;
    padding-left: 0;
  }
}
@media (1024px <= width) {
  .pickup-body {
    padding-top: 0;
  }
}
.pickup-body .pickupBlocks {
  position: relative;
  padding-bottom: 6rem;
  padding-top: 2.8rem;
  margin: 0 2rem;
}
@media (768px <= width) {
  .pickup-body .pickupBlocks {
    margin: 0 6rem 0 12rem;
    padding-top: 5rem;
    padding-bottom: 0;
    margin-top: -5rem;
  }
}
@media (1024px <= width) {
  .pickup-body .pickupBlocks {
    padding-top: 0;
    margin: 0;
    overflow: visible;
  }
}
.pickup-body .pickupBlocks .swiper-slide {
  display: block;
  padding: 0 calc(20 / var(--spSize) * 100vw);
  position: relative;
}
@media (1024px <= width) {
  .pickup-body .pickupBlocks .swiper-slide:not(.swiper-slide-active) {
    opacity: 0 !important;
  }
}
@media (768px <= width) {
  .pickup-body .pickupBlocks .swiper-slide {
    padding: 0 2.9rem;
  }
}
@media (1024px <= width) {
  .pickup-body .pickupBlocks .swiper-slide {
    padding-top: 28rem;
    padding-left: max(50% - 68rem, 12rem);
    padding-right: max(50% - 68rem, 12rem);
    padding-bottom: 6rem;
    min-height: calc(var(--imageHeight) + 10rem);
  }
}
.pickup-body .pickupBlocks .animate.zoomout {
  overflow: hidden;
}
.pickup-body .pickupBlocks .animate.zoomout img {
  transform: scale(1.21);
  transition: 5s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.pickup-body .pickupBlocks .swiper-slide-active .animate.zoomout.is-animeted img {
  transform: scale(1);
}
.pickup-body .pickupBlocks .img {
  position: relative;
}
.pickup-body .pickupBlocks .img img {
  width: 100%;
}
@media (1024px <= width) {
  .pickup-body .pickupBlocks .img {
    position: absolute;
    right: 0;
    top: 0;
    left: max(48.4375%, 62rem);
  }
}
@media (1280px <= width) {
  .pickup-body .pickupBlocks .img {
    left: max(43.75%, 67rem);
  }
}
.pickup-body .pickupBlocks .img img,
.pickup-body .pickupBlocks .img .noimage {
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (1024px <= width) {
  .pickup-body .pickupBlocks .img img,
  .pickup-body .pickupBlocks .img .noimage {
    height: 440px;
  }
}
@media (1280px <= width) {
  .pickup-body .pickupBlocks .img img,
  .pickup-body .pickupBlocks .img .noimage {
    height: auto;
  }
}
.pickup-body .pickupBlocks .img .noimage {
  background: #ccc url(../images/common/logo_white.svg) center no-repeat;
}
.pickup-body .pickupBlocks .img::before {
  content: "[　Case " attr(data-id) "　]";
  font-size: 1rem;
  font-family: var(--ff-Inter);
  color: #9c9c92;
  position: absolute;
  left: 0;
  top: 0;
  writing-mode: vertical-rl;
  transform: translateX(-100%);
}
@media (768px <= width) {
  .pickup-body .pickupBlocks .img::before {
    font-size: 1.4rem;
  }
}
.pickup-body .pickupBlocks .title {
  font-size: 1.8rem;
  font-family: var(--ff-Zen);
  font-weight: 400;
  margin-top: calc(28 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  .pickup-body .pickupBlocks .title {
    margin-top: 4rem;
    font-size: 2.4rem;
    font-weight: 400;
  }
}
@media (1024px <= width) {
  .pickup-body .pickupBlocks .title {
    margin-top: 0;
    width: 50%;
    min-width: 40rem;
    max-width: 48rem;
  }
}
.pickup-body .pickupBlocks .data {
  margin-top: calc(28 / var(--spSize) * 100vw);
  display: grid;
  grid-template-columns: calc(74 / var(--spSize) * 100vw) auto;
  gap: calc(12 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  .pickup-body .pickupBlocks .data {
    margin-top: 4rem;
    grid-template-columns: 8.2rem 1fr 8.2rem 1fr;
    gap: 1.6rem 1.2rem;
  }
}
@media (1024px <= width) {
  .pickup-body .pickupBlocks .data {
    width: 37.6667%;
    min-width: 40rem;
    max-width: 48rem;
    width: 35.2941176471%;
  }
}
.pickup-body .pickupBlocks .data dt,
.pickup-body .pickupBlocks .data dd {
  font-family: var(--ff-Zen);
  line-height: 2.5rem;
  display: flex;
  align-items: center;
}
@media (768px <= width) {
  .pickup-body .pickupBlocks .data dt,
  .pickup-body .pickupBlocks .data dd {
    line-height: 2.8rem;
  }
}
.pickup-body .pickupBlocks .data dt {
  background: #e5e5e5;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 700;
  justify-content: center;
}
@media (768px <= width) {
  .pickup-body .pickupBlocks .data dt {
    font-size: 1.4rem;
  }
}
.pickup-body .pickupBlocks .data dd {
  font-size: 1.4rem;
}
@media (768px <= width) {
  .pickup-body .pickupBlocks .data dd {
    font-size: 1.6rem;
  }
}
.pickup-body .pickupBlocks .control {
  position: absolute;
  top: 0;
  right: calc(20 / var(--spSize) * 100vw);
  display: grid;
  grid-template-columns: 1.7rem auto 1.7rem;
  grid-template-areas: "a c b";
  align-items: center;
  gap: 0 1rem;
}
@media (768px <= width) {
  .pickup-body .pickupBlocks .control {
    right: 3rem;
  }
}
@media (1024px <= width) {
  .pickup-body .pickupBlocks .control {
    position: absolute;
    top: calc(var(--imageHeight) + 2.8rem);
    left: 48.5%;
    right: auto;
    left: max(48.4375%, 62rem);
  }
}
@media (1280px <= width) {
  .pickup-body .pickupBlocks .control {
    left: max(43.75%, 67rem);
  }
}
.pickup-body .pickupBlocks .control .swiper-pagination {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  position: static;
  grid-area: c;
  line-height: 1;
}
.pickup-body .pickupBlocks .control .swiper-pagination-bullet {
  background: none;
  border-radius: 0;
  width: auto;
  height: auto;
  font-size: 1.4rem;
  line-height: 1.6rem;
  font-family: var(--ff-Inter);
  margin-left: 1rem;
  margin-right: 1rem;
}
@media (768px <= width) {
  .pickup-body .pickupBlocks .control .swiper-pagination-bullet {
    font-size: 1.8rem;
  }
}
.pickup-body .pickupBlocks .control .swiper-button-prev, .pickup-body .pickupBlocks .control .swiper-button-next {
  width: 1.6rem;
  height: auto;
  aspect-ratio: 1;
  margin: 0;
  top: 0;
  background: #000;
  line-height: 0;
  position: static;
}
@media (768px <= width) {
  .pickup-body .pickupBlocks .control .swiper-button-prev, .pickup-body .pickupBlocks .control .swiper-button-next {
    width: 2rem;
  }
}
.pickup-body .pickupBlocks .control .swiper-button-prev[aria-disabled=true], .pickup-body .pickupBlocks .control .swiper-button-next[aria-disabled=true] {
  opacity: 0.2;
}
.pickup-body .pickupBlocks .control .swiper-button-prev::after, .pickup-body .pickupBlocks .control .swiper-button-next::after {
  display: none;
}
.pickup-body .pickupBlocks .control .swiper-button-prev {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: a;
  background: url(../images/common/arrow_prev.svg) center/contain no-repeat;
}
.pickup-body .pickupBlocks .control .swiper-button-next {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
  grid-area: b;
  background: url(../images/common/arrow_next.svg) center/contain no-repeat;
}
@media (1280px <= width){
  .header__menu-wrap {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .header__menu-image {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .pickup-body .pickupBlocks .control .swiper-button-prev {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .pickup-body .pickupBlocks .control .swiper-button-next {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}
.pickup div.viewmore {
  margin-top: calc(40 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  .pickup div.viewmore {
    margin-top: 4rem;
  }
}
@media (1024px <= width) {
  .pickup div.viewmore {
    width: -moz-fit-content;
    width: fit-content;
  }
}

#stage {
  background-color: var(--bg-base);
}

body.onMv:not(.is-menu):not(.home):not(#about):not(#brand) .header__nav > div {
  border: none;
  position: relative;
}
body.onMv:not(.is-menu):not(.home):not(#about):not(#brand) .header__nav > div::after {
  content: "";
  width: 0;
  height: 2rem;
  border-left: 1px dotted #000;
  position: absolute;
  left: 0;
  top: 0;
}
body.onMv:not(.is-menu):not(.home):not(#about):not(#brand) .header__nav > div .icon_cart {
  background-image: url(../images/common/icon_cart.svg);
}
body.onMv:not(.is-menu):not(.home):not(#about):not(#brand) .header__nav > div .icon_search {
  background-image: url(../images/common/icon_search.svg);
}

body.onMv:not(.is-search):not(.is-menu):not(.home):not(#about):not(#brand) .header__container .logo a svg .clr {
  fill: #000;
}
body.onMv:not(.is-search):not(.is-menu):not(.home):not(#about):not(#brand) .header__nav-menu-button-mark span {
  background-color: #000;
}
body.onMv:not(.is-search):not(.is-menu):not(.home):not(#about):not(#brand) .header__nav-menu-button-text {
  color: #000;
}

.mv.non {
  padding-top: 16rem;
}
@media (768px <= width) {
  .mv.non {
    padding-top: 22rem;
  }
}

.archive__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 calc(20 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  .archive__header {
    padding: 0 6rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 148rem;
  }
}
.archive__header .headline {
  color: var(--clr-text);
  display: grid;
  gap: 0.8rem 0;
}
.archive__header .headline .en {
  font-family: var(--ff-Garamond);
  font-size: 4.4rem;
  line-height: 5rem;
}
@media (768px <= width) {
  .archive__header .headline .en {
    font-size: 6.8rem;
    line-height: 7.7rem;
  }
}
.archive__header .headline .jp {
  font-size: 1.5rem;
  font-family: var(--ff-Zen);
  font-weight: 400;
  line-height: 2.1rem;
}
@media (768px <= width) {
  .archive__header .headline .jp {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
}
.archive__header .button a {
  background-color: #000;
  color: #fff;
  border-radius: 100rem;
  font-size: 1.4rem;
  font-family: var(--ff-Zen);
  line-height: 4rem;
  padding: 0 1.6rem;
  display: flex;
  align-items: center;
  gap: 0 0.4rem;
}
@media (768px <= width) {
  .archive__header .button a {
    font-size: 1.6rem;
  }
}

body.error404 .notfoundstage {
  padding: calc(40 / var(--spSize) * 100vw) calc(20 / var(--spSize) * 100vw) calc(92 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  body.error404 .notfoundstage {
    padding: 6rem 6rem 15.6rem;
    max-width: 98.4rem;
    margin-left: auto;
    margin-right: auto;
  }
}
body.error404 .e-text {
  font-family: var(--ff-Zen);
}
@media (768px <= width) {
  body.error404 .e-text {
    text-align: center;
  }
}
body.error404 .e-button {
  margin-top: calc(40 / var(--spSize) * 100vw);
}
body.error404 .e-button .button.viewmore {
  font-family: var(--ff-Zen);
}
@media (768px <= width) {
  body.error404 .e-button {
    margin-top: 6rem;
  }
}

body#privacypolicy .contents {
  padding: 0 calc(30 / var(--spSize) * 100vw) calc(200 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  body#privacypolicy .contents {
    padding: 0 0 200px;
  }
  body#privacypolicy .contents > * {
    max-width: 1100px;
  }
}
body#privacypolicy .headline {
  background-color: var(--clr-blue);
  color: #fff;
  font-size: 2.8rem;
  font-family: var(--ff-shippori);
  line-height: 1.8;
  padding-left: calc(45 / var(--spSize) * 100vw);
  position: relative;
}
@media (768px <= width) {
  body#privacypolicy .headline {
    font-size: 3.2rem;
    padding-left: 45px;
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
body#privacypolicy .headline::before {
  content: "";
  position: absolute;
  left: calc(20 / var(--spSize) * 100vw);
  top: calc(15 / var(--spSize) * 100vw);
  bottom: calc(15 / var(--spSize) * 100vw);
  width: calc(5 / var(--spSize) * 100vw);
  background-color: #fff;
}
@media (768px <= width) {
  body#privacypolicy .headline::before {
    left: 20px;
    top: 15px;
    bottom: 15px;
    width: 5px;
  }
}
@media (768px <= width) {
  body#privacypolicy .headline + * {
    margin-top: 40px;
  }
}
body#privacypolicy .heading {
  border: 1px dotted var(--clr-lightYellow3);
  border-width: 1px 0;
  padding: calc(14 / var(--spSize) * 100vw) 0;
  font-size: 2rem;
  font-family: var(--ff-shippori);
  line-height: 1.8;
}
@media (768px <= width) {
  body#privacypolicy .heading {
    padding: 14px 0;
    font-size: 2.4rem;
  }
}
* + body#privacypolicy .heading {
  margin-top: calc(80 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  * + body#privacypolicy .heading {
    margin-top: 80px;
  }
}
body#privacypolicy .text p {
  color: #666;
  line-height: 1.8;
}
@media (768px <= width) {
  body#privacypolicy .text p {
    font-size: 2rem;
  }
}
.headline + body#privacypolicy .text {
  margin-top: calc(40 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  .headline + body#privacypolicy .text {
    margin-top: 40px;
  }
}
* + body#privacypolicy .text {
  margin-top: calc(30 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  * + body#privacypolicy .text {
    margin-top: 30px;
  }
}
body#privacypolicy ol.numberdot li,
body#privacypolicy ul.dot li {
  color: #666;
  line-height: 1.8;
}
@media (768px <= width) {
  body#privacypolicy ol.numberdot li,
  body#privacypolicy ul.dot li {
    font-size: 2rem;
  }
}
* + body#privacypolicy ol.numberdot,
* + body#privacypolicy ul.dot {
  margin-top: calc(30 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  * + body#privacypolicy ol.numberdot,
  * + body#privacypolicy ul.dot {
    margin-top: 30px;
  }
}