@charset "UTF-8";
/*
Theme Name:  garbo architects Theme
Theme URI: http://www.www.www/
Description: This is garbo architects's theme.
*/
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@4.1.1/dist/css/yakuhanjp.css");
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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

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

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

input,
select {
  vertical-align: middle;
}

/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

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

ul {
  list-style: none;
}

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

html {
  font-size: 16px;
  position: relative;
  margin-top: 0 !important;
}

html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

body {
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  background-color: #FFF;
  color: #231815;
  font-size: 1.1111111111vw;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.05em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  body {
    font-size: 16px;
  }
}

body * {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

a {
  cursor: pointer;
  color: #231815;
  text-decoration: none;
}

img,
svg {
  vertical-align: top;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

@-webkit-keyframes fadebody {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadebody {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.inner-650 {
  max-width: 45.1388888889vw;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .inner-650 {
    max-width: 100%;
  }
}
@media screen and (min-width: 1440px) {
  .inner-650 {
    max-width: 650px;
  }
}

.inner-680 {
  max-width: 47.2222222222vw;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .inner-680 {
    max-width: 100%;
  }
}
@media screen and (min-width: 1440px) {
  .inner-680 {
    max-width: 680px;
  }
}

.inner-700 {
  max-width: 48.6111111111vw;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .inner-700 {
    max-width: 100%;
  }
}
@media screen and (min-width: 1440px) {
  .inner-700 {
    max-width: 700px;
  }
}

.inner-800 {
  max-width: 55.5555555556vw;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .inner-800 {
    max-width: 100%;
  }
}
@media screen and (min-width: 1440px) {
  .inner-800 {
    max-width: 800px;
  }
}

.inner-860 {
  max-width: 59.7222222222vw;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .inner-860 {
    max-width: 100%;
  }
}
@media screen and (min-width: 1440px) {
  .inner-860 {
    max-width: 860px;
  }
}

.inner-900 {
  max-width: 62.5vw;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .inner-900 {
    max-width: 100%;
  }
}
@media screen and (min-width: 1440px) {
  .inner-900 {
    max-width: 900px;
  }
}

.inner-1000 {
  max-width: 69.4444444444vw;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .inner-1000 {
    max-width: 100%;
  }
}
@media screen and (min-width: 1440px) {
  .inner-1000 {
    max-width: 1000px;
  }
}

.inner-1440 {
  max-width: 100vw;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .inner-1440 {
    max-width: 100%;
  }
}
@media screen and (min-width: 1440px) {
  .inner-1440 {
    max-width: 1440px;
  }
}

.c-common-inner {
  text-align: center;
  padding: 4.8611111111vw 0;
}
@media screen and (max-width: 768px) {
  .c-common-inner {
    padding: 5.3333333333vw 0;
  }
}
@media screen and (min-width: 1440px) {
  .c-common-inner {
    padding: 70px 0;
  }
}
@media screen and (max-width: 768px) {
  .c-common-inner.-flow {
    padding-top: 16vw;
    padding-bottom: 4vw;
  }
}

.c-common-ttl {
  letter-spacing: 0.4em;
  font-size: 1.5277777778vw;
}
@media screen and (max-width: 768px) {
  .c-common-ttl {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .c-common-ttl {
    font-size: 22px;
  }
}

.c-sec-ttl-box {
  text-align: center;
}

.c-sec-ttl {
  text-align: center;
  font-size: 1.3888888889vw;
  margin-bottom: 1.3888888889vw;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .c-sec-ttl {
    font-size: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .c-sec-ttl {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.c-sec-ttl.-products {
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .c-sec-ttl.-products {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .c-sec-ttl.-shop {
    margin-bottom: 4vw;
  }
}

.c-shop_only_icon,
.c-seasonal_icon {
  width: 5.4166666667vw;
}
@media screen and (max-width: 768px) {
  .c-shop_only_icon,
  .c-seasonal_icon {
    width: 18.6666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .c-shop_only_icon,
  .c-seasonal_icon {
    width: 78px;
  }
}

.c-insta-icon {
  width: 1.875vw;
}
@media screen and (max-width: 768px) {
  .c-insta-icon {
    width: 7.2vw;
  }
}
@media screen and (min-width: 1440px) {
  .c-insta-icon {
    width: 27px;
  }
}

.c-external-icon {
  width: 1.875vw;
}
@media screen and (max-width: 768px) {
  .c-external-icon {
    width: 7.2vw;
  }
}
@media screen and (min-width: 1440px) {
  .c-external-icon {
    width: 27px;
  }
}

.c-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 18.2638888889vw;
  height: 3.2638888889vw;
  margin: 0 auto;
  color: #231815;
  background-color: #FFF;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s, -webkit-transform 0.2s;
}
@media screen and (max-width: 768px) {
  .c-btn {
    width: 70.1333333333vw;
    height: 12.5333333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .c-btn {
    width: 263px;
    height: 47px;
  }
}
.c-btn.-border {
  border: 1px solid #808080;
}
.c-btn.-radius {
  border-radius: 999px;
}
.c-btn.-square {
  border-radius: 3px;
  width: 27.7777777778vw;
  height: 4.1666666667vw;
}
@media screen and (max-width: 768px) {
  .c-btn.-square {
    width: 69.3333333333vw;
    height: 16vw;
    border-radius: 0.8vw;
  }
}
@media screen and (min-width: 1440px) {
  .c-btn.-square {
    width: 400px;
    height: 60px;
  }
}
.c-btn.-footer {
  width: 100%;
  height: 2.7777777778vw;
}
@media screen and (max-width: 768px) {
  .c-btn.-footer {
    height: 10.6666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .c-btn.-footer {
    height: 40px;
  }
}
.c-btn.-line {
  background-color: #31c755;
  gap: 0.6944444444vw;
}
@media screen and (max-width: 768px) {
  .c-btn.-line {
    gap: 2.6666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .c-btn.-line {
    gap: 10px;
  }
}
.c-btn.-mail {
  gap: 0.6944444444vw;
  padding-right: 1.9444444444vw;
}
@media screen and (max-width: 768px) {
  .c-btn.-mail {
    gap: 2.6666666667vw;
    padding-right: 7.4666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .c-btn.-mail {
    gap: 10px;
    padding-right: 28px;
  }
}

.c-btn:hover {
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
  opacity: 0.9;
}

body.is-loading {
  overflow: hidden;
}

body.is-subpage [id^=l-] {
  opacity: 0;
}
@media (prefers-reduced-motion: reduce) {
  body.is-subpage [id^=l-] {
    opacity: 1;
  }
}

.c-loading {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #FFF;
  opacity: 1;
  -webkit-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease;
}
.c-loading.is-hidden {
  opacity: 0;
  pointer-events: none;
}
.c-loading__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-loading__text {
  font-size: 1.6666666667vw;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.2em;
  color: #231815;
}
@media screen and (max-width: 768px) {
  .c-loading__text {
    font-size: 6.4vw;
  }
}
@media screen and (min-width: 1440px) {
  .c-loading__text {
    font-size: 24px;
  }
}
.c-loading__char {
  display: inline-block;
  opacity: 0;
}

.c-pagination {
  text-align: center;
  margin-top: 11.8055555556vw;
}
@media screen and (max-width: 768px) {
  .c-pagination {
    margin-top: 26.6666666667vw;
    padding: 0 8vw;
  }
}
@media screen and (min-width: 1440px) {
  .c-pagination {
    margin-top: 170px;
  }
}
.c-pagination ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3.125vw;
}
@media screen and (max-width: 768px) {
  .c-pagination ul {
    gap: 2.6666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .c-pagination ul {
    gap: 45px;
  }
}
.c-pagination li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 3.2638888889vw;
  height: 3.2638888889vw;
  border-radius: 50%;
  border: 0.0694444444vw solid #e6e6e6;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
@media screen and (max-width: 768px) {
  .c-pagination li {
    width: 12.5333333333vw;
    height: 12.5333333333vw;
    border: 0.2666666667vw solid #e6e6e6;
  }
}
@media screen and (min-width: 1440px) {
  .c-pagination li {
    width: 47px;
    height: 47px;
    border: 1px solid #e6e6e6;
  }
}
.c-pagination li:has(.current) {
  background-color: #666666;
  color: #FFF;
}
.c-pagination a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #231815;
}
.c-pagination a.prev, .c-pagination a.next {
  padding-bottom: 0.3472222222vw;
}
@media screen and (max-width: 768px) {
  .c-pagination a.prev, .c-pagination a.next {
    padding-bottom: 1.3333333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .c-pagination a.prev, .c-pagination a.next {
    padding-bottom: 5px;
  }
}

#header {
  position: relative;
  z-index: 1000;
}

.is-home .p-header__inner,
.is-home .p-header__logo {
  visibility: hidden;
  opacity: 0;
}

.p-header__logo {
  position: fixed;
  top: 3.4722222222vw;
  left: 2.7777777778vw;
  z-index: 1100;
  width: 6.25vw;
  height: 6.25vw;
}
@media screen and (max-width: 768px) {
  .p-header__logo {
    top: 5.3333333333vw;
    left: 5.3333333333vw;
    width: 13.3333333333vw;
    height: 13.3333333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-header__logo {
    top: 50px;
    left: 40px;
    width: 90px;
    height: 90px;
  }
}
.p-header__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-header__logo.-sub {
  top: 2.7777777778vw;
}
@media screen and (max-width: 768px) {
  .p-header__logo.-sub {
    top: 4.5333333333vw;
    left: 5.3333333333vw;
    width: 8vw;
    height: 8vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-header__logo.-sub {
    top: 40px;
  }
}

.p-header__inner {
  z-index: 1100;
  position: fixed;
  top: 3.4722222222vw;
  right: 2.7777777778vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.4583333333vw;
}
@media screen and (max-width: 768px) {
  .p-header__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    top: auto;
    bottom: 0;
    right: 0;
    gap: 0;
  }
}
@media screen and (min-width: 1440px) {
  .p-header__inner {
    top: 50px;
    right: 40px;
    gap: 21px;
  }
}

.p-header__hamburger {
  width: 3.4722222222vw;
  height: 3.4722222222vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3472222222vw;
  padding: 0;
  border: none;
  border-radius: 50%;
  background-color: #FFF;
  border: 1px solid #999999;
  cursor: pointer;
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}
@media screen and (max-width: 768px) {
  .p-header__hamburger {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    background-color: rgba(51, 51, 51, .98);
    border: none;
    border-radius: 0;
    width: 50%;
    height: 14.6666666667vw;
    gap: 2.1333333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-header__hamburger {
    width: 50px;
    height: 50px;
    gap: 5px;
  }
}

.p-header__hamburger__text {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-header__hamburger__text {
    display: block;
    color: #FFF;
    font-size: 2.9333333333vw;
    letter-spacing: 0;
  }
}

.p-header__hamburger__icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3472222222vw;
}
@media screen and (max-width: 768px) {
  .p-header__hamburger__icon {
    gap: 1.3333333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-header__hamburger__icon {
    gap: 5px;
  }
}

.p-header__hamburger__line {
  display: block;
  width: 1.5277777778vw;
  height: 0.0694444444vw;
  background-color: #999999;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (max-width: 768px) {
  .p-header__hamburger__line {
    background-color: #FFF;
    width: 5.8666666667vw;
    height: 0.2666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-header__hamburger__line {
    width: 22px;
    height: 1px;
  }
}

.p-header__hamburger.is-open .p-header__hamburger__icon .p-header__hamburger__line:nth-child(1) {
  -webkit-transform: translateY(0.4166666667vw) rotate(45deg);
          transform: translateY(0.4166666667vw) rotate(45deg);
}
@media screen and (max-width: 768px) {
  .p-header__hamburger.is-open .p-header__hamburger__icon .p-header__hamburger__line:nth-child(1) {
    -webkit-transform: translateY(1.6vw) rotate(45deg);
            transform: translateY(1.6vw) rotate(45deg);
  }
}
@media screen and (min-width: 1440px) {
  .p-header__hamburger.is-open .p-header__hamburger__icon .p-header__hamburger__line:nth-child(1) {
    -webkit-transform: translateY(6px) rotate(45deg);
            transform: translateY(6px) rotate(45deg);
  }
}
.p-header__hamburger.is-open .p-header__hamburger__icon .p-header__hamburger__line:nth-child(2) {
  opacity: 0;
}
.p-header__hamburger.is-open .p-header__hamburger__icon .p-header__hamburger__line:nth-child(3) {
  -webkit-transform: translateY(-0.4166666667vw) rotate(-45deg);
          transform: translateY(-0.4166666667vw) rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .p-header__hamburger.is-open .p-header__hamburger__icon .p-header__hamburger__line:nth-child(3) {
    -webkit-transform: translateY(-1.6vw) rotate(-45deg);
            transform: translateY(-1.6vw) rotate(-45deg);
  }
}
@media screen and (min-width: 1440px) {
  .p-header__hamburger.is-open .p-header__hamburger__icon .p-header__hamburger__line:nth-child(3) {
    -webkit-transform: translateY(-6px) rotate(-45deg);
            transform: translateY(-6px) rotate(-45deg);
  }
}

@media screen and (max-width: 768px) {
  .p-header__shop {
    background-color: #999999;
    width: 50%;
    height: 14.6666666667vw;
  }
}

.p-header__shop__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3472222222vw;
  font-size: 0.7638888889vw;
}
@media screen and (max-width: 768px) {
  .p-header__shop__link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    height: 100%;
    font-size: 2.9333333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-header__shop__link {
    font-size: 11px;
  }
}
.p-header__shop__link .p-header__shop__icon {
  width: 3.4722222222vw;
  height: 3.4722222222vw;
}
@media screen and (max-width: 768px) {
  .p-header__shop__link .p-header__shop__icon {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-header__shop__link .p-header__shop__icon {
    width: 50px;
    height: 50px;
  }
}
.p-header__shop__link .p-header__shop__text {
  text-align: center;
  letter-spacing: 0;
  color: #231815;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
@media screen and (max-width: 768px) {
  .p-header__shop__link .p-header__shop__text {
    color: #FFF;
  }
}

body.is-home .p-header__shop__link:not(.is-past-mv) .p-header__shop__text {
  color: #FFF;
}
@media screen and (max-width: 768px) {
  body.is-home .p-header__shop__link:not(.is-past-mv) .p-header__shop__text {
    color: #FFF;
  }
}

.p-global-menu {
  position: fixed;
  inset: 0;
  z-index: 1080;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(51, 51, 51, .95);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.45s ease, visibility 0.45s ease;
  transition: opacity 0.45s ease, visibility 0.45s ease;
}

.p-global-menu.is-open {
  opacity: 1;
  visibility: visible;
}

.p-global-menu__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3.3333333333vw;
  list-style: none;
  opacity: 0;
  -webkit-transform: translateY(0.8333333333vw);
          transform: translateY(0.8333333333vw);
  -webkit-transition: opacity 0.45s ease 0.1s, -webkit-transform 0.45s ease 0.1s;
  transition: opacity 0.45s ease 0.1s, -webkit-transform 0.45s ease 0.1s;
  transition: opacity 0.45s ease 0.1s, transform 0.45s ease 0.1s;
  transition: opacity 0.45s ease 0.1s, transform 0.45s ease 0.1s, -webkit-transform 0.45s ease 0.1s;
}
@media screen and (max-width: 768px) {
  .p-global-menu__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12vw;
    margin-bottom: 10.6666666667vw;
    -webkit-transform: translateY(3.2vw);
            transform: translateY(3.2vw);
  }
}
@media screen and (min-width: 1440px) {
  .p-global-menu__list {
    gap: 48px;
    -webkit-transform: translateY(12px);
            transform: translateY(12px);
  }
}

.p-global-menu.is-open .p-global-menu__list {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.p-global-menu__item {
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-global-menu__item {
    padding-left: 18.6666666667vw;
  }
}
.p-global-menu__item::before {
  content: "";
  position: absolute;
  top: -3.4722222222vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0.0694444444vw;
  height: 1.1111111111vw;
  background-color: #FFF;
}
@media screen and (max-width: 768px) {
  .p-global-menu__item::before {
    left: 5.3333333333vw;
    top: 55%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 4.2666666667vw;
    height: 0.2666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-global-menu__item::before {
    top: -50px;
    width: 1px;
    height: 16px;
  }
}

.p-global-menu__link {
  display: block;
  color: #FFF;
  font-size: 1.25vw;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1;
  text-decoration: none;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
@media screen and (max-width: 768px) {
  .p-global-menu__link {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    font-size: 4.2666666667vw;
    line-height: 1;
  }
}
@media screen and (min-width: 1440px) {
  .p-global-menu__link {
    font-size: 18px;
  }
}
.p-global-menu__link:hover {
  opacity: 0.65;
}

body.is-menu-open {
  overflow: hidden;
}
body.is-menu-open .p-header__shop__link .p-header__shop__text {
  color: #FFF;
}

.p-home-mv {
  position: relative;
  height: 100svh;
  overflow: hidden;
}

.p-home-mv__bg {
  position: absolute;
  inset: 0;
}

.p-home-mv__slide {
  position: absolute;
  inset: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity 2s linear;
  transition: opacity 2s linear;
}
.p-home-mv__slide:first-child {
  opacity: 1;
}
.p-home-mv__slide.is-show {
  opacity: 1;
}
.p-home-mv__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 7.5s linear;
  transition: -webkit-transform 7.5s linear;
  transition: transform 7.5s linear;
  transition: transform 7.5s linear, -webkit-transform 7.5s linear;
}
.p-home-mv__slide.is-zoom img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.p-home-mv__logo {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 11.1111111111vw;
  text-align: center;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-home-mv__logo {
    width: 32vw;
    -webkit-transform: translate(-50%, -60%);
            transform: translate(-50%, -60%);
  }
}
@media screen and (min-width: 1440px) {
  .p-home-mv__logo {
    width: 160px;
  }
}

.is-home .p-home-mv__logo {
  visibility: hidden;
  opacity: 0;
}

.p-home-catch {
  padding: 6.9444444444vw 0 13.8888888889vw;
}
@media screen and (max-width: 768px) {
  .p-home-catch {
    padding: 21.3333333333vw 7.2vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-home-catch {
    padding: 100px 0 200px;
  }
}

.p-home-catch__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .p-home-catch__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-home-catch__inner h1,
.p-home-catch__inner p {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
}
@media screen and (max-width: 768px) {
  .p-home-catch__inner h1,
  .p-home-catch__inner p {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
}

.p-home-catch__ttl {
  margin-left: 6.5972222222vw;
  font-size: 1.6666666667vw;
  font-weight: 500;
  line-height: 1.58;
}
@media screen and (max-width: 768px) {
  .p-home-catch__ttl {
    margin-left: 0;
    margin-bottom: 19.2vw;
    font-size: 6.4vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-home-catch__ttl {
    margin-left: 95px;
    font-size: 24px;
  }
}

.p-home-catch__sub {
  margin-left: 2.1527777778vw;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p-home-catch__sub {
    margin-left: 0;
    margin-bottom: 9.8666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-home-catch__sub {
    margin-left: 31px;
  }
}
@media screen and (max-width: 768px) {
  .p-home-catch__sub:last-child {
    margin-bottom: 0;
  }
}

.p-home-products {
  padding-bottom: 9.0277777778vw;
}
@media screen and (max-width: 768px) {
  .p-home-products {
    padding-bottom: 16vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-home-products {
    padding-bottom: 130px;
  }
}

.p-home-products__ttl {
  margin-bottom: 2.0833333333vw;
}
@media screen and (max-width: 768px) {
  .p-home-products__ttl {
    margin-bottom: 5.3333333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-home-products__ttl {
    margin-bottom: 30px;
  }
}

.p-product-card {
  background-color: #f7f8f8;
  margin-bottom: 5.5555555556vw;
  padding: 4.8611111111vw 0;
}
.p-product-card:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-product-card {
    margin-bottom: 13.3333333333vw;
    padding: 10.6666666667vw 2.6666666667vw 18.6666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-product-card {
    margin-bottom: 80px;
    padding: 70px 0;
  }
}
.p-product-card.-k {
  padding-bottom: 3.4722222222vw;
}
@media screen and (max-width: 768px) {
  .p-product-card.-k {
    padding-bottom: 18.6666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-product-card.-k {
    padding-bottom: 50px;
  }
}

.p-product-card__inner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-product-card__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 13.3333333333vw;
  }
}

.p-product-card__title__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5.5555555556vw;
}
@media screen and (max-width: 768px) {
  .p-product-card__title__box {
    gap: 5.3333333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-product-card__title__box {
    gap: 80px;
  }
}

.p-product-card__title {
  white-space: nowrap;
  font-size: 1.6666666667vw;
  line-height: 1.5;
  letter-spacing: 0.35em;
}
@media screen and (max-width: 768px) {
  .p-product-card__title {
    font-size: 6.4vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-product-card__title {
    font-size: 24px;
  }
}
.p-product-card__title.-k {
  letter-spacing: 0.2em;
}

.p-product-card__thumb.-m, .p-product-card__thumb.-o, .p-product-card__thumb.-y {
  width: 24.3055555556vw;
}
@media screen and (max-width: 768px) {
  .p-product-card__thumb.-m, .p-product-card__thumb.-o, .p-product-card__thumb.-y {
    width: 88vw;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1440px) {
  .p-product-card__thumb.-m, .p-product-card__thumb.-o, .p-product-card__thumb.-y {
    width: 350px;
  }
}
.p-product-card__thumb.-k {
  width: 22.2222222222vw;
}
@media screen and (max-width: 768px) {
  .p-product-card__thumb.-k {
    width: 100%;
  }
}
@media screen and (min-width: 1440px) {
  .p-product-card__thumb.-k {
    width: 320px;
  }
}
.p-product-card__thumb.-a {
  width: 27.7777777778vw;
}
@media screen and (max-width: 768px) {
  .p-product-card__thumb.-a {
    width: 100%;
  }
}
@media screen and (min-width: 1440px) {
  .p-product-card__thumb.-a {
    width: 400px;
  }
}

.p-product-card__copy {
  font-size: 0.9722222222vw;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p-product-card__copy {
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-product-card__copy {
    font-size: 14px;
  }
}

.p-product-card__info {
  text-align: center;
  width: 10.4166666667vw;
}
@media screen and (max-width: 768px) {
  .p-product-card__info {
    width: 58.6666666667vw;
    margin-top: 5.3333333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-product-card__info {
    width: 150px;
  }
}

@media screen and (max-width: 768px) {
  .p-product-card__info__sub__img.-m, .p-product-card__info__sub__img.-k, .p-product-card__info__sub__img.-o {
    width: 42.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-product-card__info__sub__img.-y {
    width: 53.3333333333vw;
  }
}

.p-product-card__name {
  text-align: center;
  line-height: 1.75;
  margin-top: 2.0833333333vw;
}
@media screen and (max-width: 768px) {
  .p-product-card__name {
    margin-top: 8vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-product-card__name {
    margin-top: 30px;
  }
}

.p-product-card__buy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.0416666667vw;
  margin-top: 4.1666666667vw;
}
@media screen and (max-width: 768px) {
  .p-product-card__buy {
    gap: 4vw;
    margin-top: 9.3333333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-product-card__buy {
    gap: 15px;
    margin-top: 60px;
  }
}
.p-product-card__buy img {
  width: 3.4722222222vw;
}
@media screen and (max-width: 768px) {
  .p-product-card__buy img {
    width: 13.3333333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-product-card__buy img {
    width: 50px;
  }
}

.p-product-card__award {
  text-align: center;
}

.p-product-card__award__badge {
  position: relative;
  width: 8.0555555556vw;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-product-card__award__badge {
    width: 30.9333333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-product-card__award__badge {
    width: 116px;
  }
}
.p-product-card__award__badge svg {
  display: block;
  width: 100%;
  height: auto;
}

.p-product-card__award__badge__line.-gold {
  stroke: #d3a243;
}
.p-product-card__award__badge__line.-bronze {
  stroke: #a73915;
}

.p-product-card__award__badge__label {
  position: absolute;
  inset: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.9722222222vw;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .p-product-card__award__badge__label {
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-product-card__award__badge__label {
    font-size: 14px;
  }
}
.p-product-card__award__badge__label.-gold {
  color: #d3a243;
}
.p-product-card__award__badge__label.-bronze {
  color: #a73915;
}

.p-product-card__award__text {
  font-size: 0.9722222222vw;
  line-height: 1.5;
  margin-top: 0.5555555556vw;
}
@media screen and (max-width: 768px) {
  .p-product-card__award__text {
    font-size: 3.7333333333vw;
    margin-top: 2.1333333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-product-card__award__text {
    font-size: 14px;
    margin-top: 8px;
  }
}

.p-home-shop {
  background-color: #e6e6e6;
  padding: 7.6388888889vw 0;
}
@media screen and (max-width: 768px) {
  .p-home-shop {
    padding: 13.3333333333vw 0;
  }
}
@media screen and (min-width: 1440px) {
  .p-home-shop {
    padding: 110px 0;
  }
}

.p-home-shop__head {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 3.125vw;
}
@media screen and (max-width: 768px) {
  .p-home-shop__head {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 34.6666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-home-shop__head {
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 768px) {
  .p-home-shop__head .p-home-shop__icon {
    position: absolute;
    top: 34.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-home-shop__head .p-home-shop__icon.-left {
    left: 24vw;
  }
}
@media screen and (max-width: 768px) {
  .p-home-shop__head .p-home-shop__icon.-right {
    right: 24vw;
  }
}

.p-home-shop__sub__ttl {
  font-size: 0.9722222222vw;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-home-shop__sub__ttl {
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-home-shop__sub__ttl {
    font-size: 14px;
  }
}

.p-home-making {
  padding: 6.25vw 0 7.6388888889vw;
}
@media screen and (max-width: 768px) {
  .p-home-making {
    padding: 10.6666666667vw 0 0 0;
  }
}
@media screen and (min-width: 1440px) {
  .p-home-making {
    padding: 90px 0 110px;
  }
}

.p-home-making__media__sub__ttl {
  font-size: 0.9722222222vw;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-home-making__media__sub__ttl {
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-home-making__media__sub__ttl {
    font-size: 14px;
  }
}
.p-home-making__media__sub__ttl.-pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .p-home-making__media__sub__ttl.-pc {
    display: none;
  }
}
.p-home-making__media__sub__ttl.-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-home-making__media__sub__ttl.-sp {
    display: block;
    padding-bottom: 10.6666666667vw;
  }
}

.p-home-making__media__box {
  margin: 0 0.6944444444vw;
}
@media screen and (max-width: 768px) {
  .p-home-making__media__box {
    background-color: #e6e6e6;
    margin: 0 2.6666666667vw;
    padding-bottom: 10.6666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-home-making__media__box {
    margin: 0 10px;
  }
}

.p-home-making__media {
  margin: 3.4722222222vw 0;
}
@media screen and (max-width: 768px) {
  .p-home-making__media {
    margin: 10.6666666667vw 0;
  }
}
@media screen and (min-width: 1440px) {
  .p-home-making__media {
    margin: 50px 0;
  }
}
@media screen and (max-width: 768px) {
  .p-home-making__media img {
    height: 66.6666666667vw;
  }
}

.p-home-online {
  background-color: #e6e6e6;
  padding: 6.25vw 0 7.6388888889vw;
}
@media screen and (max-width: 768px) {
  .p-home-online {
    background-color: transparent;
    padding: 13.3333333333vw 0 0 0;
  }
}
@media screen and (min-width: 1440px) {
  .p-home-online {
    padding: 90px 0 110px;
  }
}

.p-home-online__media__box {
  margin: 0 0.6944444444vw;
}
@media screen and (max-width: 768px) {
  .p-home-online__media__box {
    background-color: #e6e6e6;
    margin: 0 2.6666666667vw;
    padding-bottom: 10.6666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-home-online__media__box {
    margin: 0 10px;
  }
}

.p-home-online__media__sub__ttl {
  font-size: 0.9722222222vw;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-home-online__media__sub__ttl {
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-home-online__media__sub__ttl {
    font-size: 14px;
  }
}
.p-home-online__media__sub__ttl.-pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .p-home-online__media__sub__ttl.-pc {
    display: none;
  }
}
.p-home-online__media__sub__ttl.-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-home-online__media__sub__ttl.-sp {
    display: block;
    padding-bottom: 10.6666666667vw;
  }
}

.p-home-online__media {
  margin: 3.4722222222vw 0;
}
@media screen and (max-width: 768px) {
  .p-home-online__media {
    margin: 10.6666666667vw 0;
  }
}
@media screen and (min-width: 1440px) {
  .p-home-online__media {
    margin: 50px 0;
  }
}
@media screen and (max-width: 768px) {
  .p-home-online__media img {
    height: 66.6666666667vw;
  }
}

.p-home-insta {
  padding-top: 9.0277777778vw;
}
@media screen and (max-width: 768px) {
  .p-home-insta {
    padding-top: 18.6666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-home-insta {
    padding-top: 130px;
  }
}

.p-home-insta__inner {
  position: relative;
  text-align: center;
  margin-top: 13.8888888889vw;
}
@media screen and (max-width: 768px) {
  .p-home-insta__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 5.3333333333vw;
    margin-top: 18.6666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-home-insta__inner {
    margin-top: 200px;
  }
}

.p-home-insta__id__box {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.7361111111vw;
}
@media screen and (max-width: 768px) {
  .p-home-insta__id__box {
    position: relative;
    top: inherit;
    right: inherit;
  }
}
@media screen and (min-width: 1440px) {
  .p-home-insta__id__box {
    gap: 25px;
  }
}

.p-home-external_link {
  margin-top: 0.4166666667vw;
}
@media screen and (max-width: 768px) {
  .p-home-external_link {
    margin-top: 1.6vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-home-external_link {
    margin-top: 6px;
  }
}

.p-home-insta__image__box {
  margin-top: 2.7777777778vw;
}
@media screen and (max-width: 768px) {
  .p-home-insta__image__box {
    margin-top: 10.6666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-home-insta__image__box {
    margin-top: 40px;
  }
}

.p-home-insta__list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0.0694444444vw;
}
@media screen and (max-width: 768px) {
  .p-home-insta__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 0.2666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-home-insta__list {
    gap: 1px;
  }
}

.p-home-insta__item {
  margin: 0;
}

.p-home-insta__itemLink {
  display: block;
  overflow: hidden;
  aspect-ratio: 3/4;
}

.p-home-insta__itemImg {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.p-home-insta__itemLink:hover .p-home-insta__itemImg {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.p-home-news {
  padding: 8.3333333333vw 0;
}
@media screen and (max-width: 768px) {
  .p-home-news {
    padding: 21.3333333333vw 0;
  }
}
@media screen and (min-width: 1440px) {
  .p-home-news {
    padding: 120px 0;
  }
}

.p-home-news__list {
  padding: 3.8194444444vw 0;
  border-top: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
  .p-home-news__list {
    padding: 14.6666666667vw 0 14.6666666667vw 10.6666666667vw;
    border-top: none;
    overflow: hidden;
  }
}
@media screen and (min-width: 1440px) {
  .p-home-news__list {
    padding: 55px 0;
  }
}

.p-home-news__cardImg {
  overflow: hidden;
  aspect-ratio: 4/3;
  width: 100%;
  margin-bottom: 1.3888888889vw;
  background-color: #f7f8f8;
}
@media screen and (max-width: 768px) {
  .p-home-news__cardImg {
    margin-bottom: 5.3333333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-home-news__cardImg {
    margin-bottom: 20px;
  }
}
.p-home-news__cardImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-home-news__card__date,
.p-home-news__card__ttl {
  text-align: center;
  font-size: 0.9722222222vw;
}
@media screen and (max-width: 768px) {
  .p-home-news__card__date,
  .p-home-news__card__ttl {
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-home-news__card__date,
  .p-home-news__card__ttl {
    font-size: 14px;
  }
}

.p-home-news__card__ttl {
  line-height: 1.6;
}

.p-home-news__card__date {
  margin-bottom: 1.0416666667vw;
}
@media screen and (max-width: 768px) {
  .p-home-news__card__date {
    margin-bottom: 4vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-home-news__card__date {
    margin-bottom: 15px;
  }
}

.p-footer__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .p-footer__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.p-footer__container iframe {
  display: block;
  width: 100%;
  height: 29.1666666667vw;
}
@media screen and (max-width: 1150px) {
  .p-footer__container iframe {
    width: 150%;
    height: 34.7222222222vw;
  }
}
@media screen and (max-width: 768px) {
  .p-footer__container iframe {
    width: 100%;
    height: 112vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-footer__container iframe {
    height: 420px;
  }
}

.p-footer__address__box {
  background-color: #e6e6e6;
  padding: 6.9444444444vw 0 5.5555555556vw;
}
@media screen and (max-width: 768px) {
  .p-footer__address__box {
    padding: 10.6666666667vw 0 0;
  }
}
@media screen and (min-width: 1440px) {
  .p-footer__address__box {
    padding: 100px 0 80px;
  }
}

.p-footer__box.-left {
  width: 21.5277777778vw;
}
@media screen and (max-width: 768px) {
  .p-footer__box.-left {
    width: 100%;
    padding: 0 10.6666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-footer__box.-left {
    width: 310px;
  }
}
.p-footer__box.-right {
  width: 26.0416666667vw;
}
@media screen and (max-width: 768px) {
  .p-footer__box.-right {
    margin-top: 13.3333333333vw;
    width: 100%;
  }
}
@media screen and (min-width: 1440px) {
  .p-footer__box.-right {
    width: 375px;
  }
}

.p-footer__box__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1.3888888889vw;
}
@media screen and (max-width: 768px) {
  .p-footer__box__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 6.6666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-footer__box__inner {
    margin-bottom: 20px;
  }
}

.p-footer__logo {
  width: 6.9444444444vw;
}
@media screen and (max-width: 768px) {
  .p-footer__logo {
    width: 26.6666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-footer__logo {
    width: 100px;
  }
}

.p-footer__sns__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 3.4722222222vw;
  margin-top: 2.0833333333vw;
}
@media screen and (max-width: 768px) {
  .p-footer__sns__box {
    gap: 10.6666666667vw;
    margin-top: 8vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-footer__sns__box {
    gap: 50px;
    margin-top: 30px;
  }
}

.p-footer__sns__link {
  width: 1.7361111111vw;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 768px) {
  .p-footer__sns__link {
    width: 6.6666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-footer__sns__link {
    width: 25px;
  }
}

.p-footer__address {
  white-space: nowrap;
  font-size: 0.9722222222vw;
  margin-bottom: 2.7777777778vw;
}
@media screen and (max-width: 768px) {
  .p-footer__address {
    text-align: center;
    font-size: 3.7333333333vw;
    margin-bottom: 13.3333333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-footer__address {
    font-size: 14px;
    margin-bottom: 40px;
  }
}

.p-footer__address__text {
  line-height: 1.6;
}

.p-footer__mail__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25vw;
}
@media screen and (max-width: 768px) {
  .p-footer__mail__box {
    gap: 4.8vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-footer__mail__box {
    gap: 18px;
  }
}

.p-footer__mail__ttl {
  text-align: center;
  font-size: 0.9722222222vw;
}
@media screen and (max-width: 768px) {
  .p-footer__mail__ttl {
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-footer__mail__ttl {
    font-size: 14px;
  }
}

.p-footer__mail__icon {
  width: 1.3888888889vw;
}
@media screen and (max-width: 768px) {
  .p-footer__mail__icon {
    width: 5.3333333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-footer__mail__icon {
    width: 20px;
  }
}

.p-footer__line__icon {
  width: 1.8055555556vw;
}
@media screen and (max-width: 768px) {
  .p-footer__line__icon {
    width: 6.9333333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-footer__line__icon {
    width: 26px;
  }
}

.p-footer__mail__text,
.p-footer__line__text {
  font-size: 0.9722222222vw;
}
@media screen and (max-width: 768px) {
  .p-footer__mail__text,
  .p-footer__line__text {
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-footer__mail__text,
  .p-footer__line__text {
    font-size: 14px;
  }
}

.p-footer__line__text {
  color: #FFF;
}

.p-footer__map__box {
  padding: 7.6388888889vw 0 13.8888888889vw;
}
@media screen and (max-width: 768px) {
  .p-footer__map__box {
    padding: 0 0 26.6666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-footer__map__box {
    padding: 110px 0 200px;
  }
}
.p-footer__map__box iframe {
  width: 100%;
  height: 27.7777777778vw;
}
@media screen and (max-width: 768px) {
  .p-footer__map__box iframe {
    height: 106.6666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-footer__map__box iframe {
    height: 400px;
  }
}

.p-footer__map__link__box {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .p-footer__map__link__box {
    text-align: center;
    margin-top: 4vw;
  }
}

.p-footer__map__link {
  display: inline-block;
  font-size: 0.8333333333vw;
}
@media screen and (max-width: 768px) {
  .p-footer__map__link {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-footer__map__link {
    font-size: 12px;
  }
}

.p-footer__copyright {
  font-size: 0.9722222222vw;
  text-align: center;
  margin-top: 2.0833333333vw;
}
@media screen and (max-width: 768px) {
  .p-footer__copyright {
    font-size: 3.7333333333vw;
    margin-top: 8vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-footer__copyright {
    font-size: 14px;
    margin-top: 30px;
  }
}

.p-shop__inner {
  padding-bottom: 10.4166666667vw;
}
@media screen and (max-width: 768px) {
  .p-shop__inner {
    padding-bottom: 8vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-shop__inner {
    padding-bottom: 150px;
  }
}
@media screen and (max-width: 768px) {
  .p-shop__inner.-food {
    padding-bottom: 0;
  }
}
.p-shop__inner.-access {
  background-color: #e9ecec;
  padding-bottom: 0;
  margin-bottom: 8.3333333333vw;
}
@media screen and (max-width: 768px) {
  .p-shop__inner.-access {
    margin-bottom: 13.3333333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-shop__inner.-access {
    margin-bottom: 120px;
  }
}
.p-shop__inner.-parking {
  padding-bottom: 7.6388888889vw;
}
@media screen and (max-width: 768px) {
  .p-shop__inner.-parking {
    padding: 0 12vw 16vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-shop__inner.-parking {
    padding-bottom: 110px;
  }
}
.p-shop__inner.-qa {
  padding-bottom: 13.8888888889vw;
}
@media screen and (max-width: 768px) {
  .p-shop__inner.-qa {
    padding: 0;
  }
}
@media screen and (min-width: 1440px) {
  .p-shop__inner.-qa {
    padding-bottom: 200px;
  }
}

.p-shop__ttl__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.7777777778vw;
}
@media screen and (max-width: 768px) {
  .p-shop__ttl__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10.6666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-shop__ttl__box {
    gap: 40px;
  }
}

.p-shop__ttl {
  font-size: 1.5277777778vw;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p-shop__ttl {
    font-size: 5.8666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-shop__ttl {
    font-size: 22px;
  }
}

.p-shop__dec {
  font-size: 0.9722222222vw;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p-shop__dec {
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-shop__dec {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .p-shop__food__box {
    padding: 13.3333333333vw 0 16vw;
  }
}
.p-shop__food__box.-ice {
  background-color: #dadbdd;
}
.p-shop__food__box.-pafe {
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(187, 196, 209)), to(rgb(218, 227, 234)));
  background-image: linear-gradient(90deg, rgb(187, 196, 209), rgb(218, 227, 234));
}
.p-shop__food__box.-hot {
  background-color: #e9ecec;
}
@media screen and (max-width: 768px) {
  .p-shop__food__box.-hot {
    background-color: #f7f8f8;
    margin-top: 16vw;
  }
}
.p-shop__food__box.-donut, .p-shop__food__box.-touhu {
  background-color: #f7f8f8;
}
.p-shop__food__box.-donut, .p-shop__food__box.-hot {
  padding: 4.1666666667vw 0;
}
@media screen and (max-width: 768px) {
  .p-shop__food__box.-donut, .p-shop__food__box.-hot {
    padding: 10.6666666667vw 0 16vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-shop__food__box.-donut, .p-shop__food__box.-hot {
    padding: 60px 0;
  }
}
@media screen and (max-width: 768px) {
  .p-shop__food__box.-touhu {
    margin-top: 16vw;
    padding-bottom: 32vw;
  }
}

.p-shop__food__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-shop__food__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 13.3333333333vw;
  }
}
.p-shop__food__inner.-touhu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4.8611111111vw;
}
@media screen and (max-width: 768px) {
  .p-shop__food__inner.-touhu {
    gap: 10.6666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-shop__food__inner.-touhu {
    gap: 70px;
  }
}

.p-shop__food__ttl__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 20.8333333333vw;
  padding-top: 5.5555555556vw;
}
@media screen and (max-width: 768px) {
  .p-shop__food__ttl__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10.6666666667vw;
    padding-top: 0;
  }
}
@media screen and (min-width: 1440px) {
  .p-shop__food__ttl__box {
    gap: 300px;
    padding-top: 80px;
  }
}
.p-shop__food__ttl__box h2 {
  font-size: 1.25vw;
  line-height: 1.6;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .p-shop__food__ttl__box h2 {
    font-size: 4.8vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-shop__food__ttl__box h2 {
    font-size: 18px;
  }
}

.p-shop__food__lists {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8.6805555556vw;
  padding-bottom: 5.5555555556vw;
}
@media screen and (max-width: 768px) {
  .p-shop__food__lists {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 16vw;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1440px) {
  .p-shop__food__lists {
    gap: 125px;
    padding-bottom: 80px;
  }
}

.p-shop__food__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.4722222222vw;
}
@media screen and (max-width: 768px) {
  .p-shop__food__list {
    gap: 13.3333333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-shop__food__list {
    gap: 50px;
  }
}

.p-shop__food__badge,
.p-shop__food__text {
  padding-top: 5.5555555556vw;
}
@media screen and (max-width: 768px) {
  .p-shop__food__badge,
  .p-shop__food__text {
    padding-top: 0;
  }
}
@media screen and (min-width: 1440px) {
  .p-shop__food__badge,
  .p-shop__food__text {
    padding-top: 80px;
  }
}
.p-shop__food__badge.-donut, .p-shop__food__badge.-hot,
.p-shop__food__text.-donut,
.p-shop__food__text.-hot {
  padding-top: 1.3888888889vw;
}
@media screen and (max-width: 768px) {
  .p-shop__food__badge.-donut, .p-shop__food__badge.-hot,
  .p-shop__food__text.-donut,
  .p-shop__food__text.-hot {
    padding-top: 0;
  }
}
@media screen and (min-width: 1440px) {
  .p-shop__food__badge.-donut, .p-shop__food__badge.-hot,
  .p-shop__food__text.-donut,
  .p-shop__food__text.-hot {
    padding-top: 20px;
  }
}
.p-shop__food__badge.-touhu,
.p-shop__food__text.-touhu {
  padding-top: 0;
}

.p-shop__food__badge {
  width: 5vw;
}
@media screen and (max-width: 768px) {
  .p-shop__food__badge {
    width: 19.2vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-shop__food__badge {
    width: 72px;
  }
}
.p-shop__food__badge.-shop {
  width: 4.4444444444vw;
}
@media screen and (max-width: 768px) {
  .p-shop__food__badge.-shop {
    width: 17.0666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-shop__food__badge.-shop {
    width: 64px;
  }
}

.p-shop__food__img {
  display: block;
  height: auto;
}
.p-shop__food__img.-ice {
  width: 32.6388888889vw;
}
@media screen and (max-width: 768px) {
  .p-shop__food__img.-ice {
    width: 100%;
  }
}
@media screen and (min-width: 1440px) {
  .p-shop__food__img.-ice {
    width: 470px;
  }
}
.p-shop__food__img.-pafe {
  width: 45.1388888889vw;
}
@media screen and (max-width: 768px) {
  .p-shop__food__img.-pafe {
    width: 100%;
  }
}
@media screen and (min-width: 1440px) {
  .p-shop__food__img.-pafe {
    width: 650px;
  }
}
.p-shop__food__img.-donut, .p-shop__food__img.-hot {
  width: 26.0416666667vw;
}
@media screen and (max-width: 768px) {
  .p-shop__food__img.-donut, .p-shop__food__img.-hot {
    width: 100%;
  }
}
@media screen and (min-width: 1440px) {
  .p-shop__food__img.-donut, .p-shop__food__img.-hot {
    width: 375px;
  }
}

.p-shop__food__text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 9.7222222222vw;
}
@media screen and (max-width: 768px) {
  .p-shop__food__text {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    padding-left: 16vw;
    padding-right: 16vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-shop__food__text {
    width: 140px;
  }
}
.p-shop__food__text h2 {
  font-size: 1.25vw;
  line-height: 2;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .p-shop__food__text h2 {
    font-size: 4.8vw;
    margin-left: 10.6666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-shop__food__text h2 {
    font-size: 18px;
  }
}
.p-shop__food__text p {
  font-size: 0.9722222222vw;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p-shop__food__text p {
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-shop__food__text p {
    font-size: 14px;
  }
}
.p-shop__food__text.-touhu {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  gap: 2.0833333333vw;
}
@media screen and (max-width: 768px) {
  .p-shop__food__text.-touhu {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 0;
  }
}
@media screen and (min-width: 1440px) {
  .p-shop__food__text.-touhu {
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-shop__food__text.-touhu h2 {
    margin-left: 21.3333333333vw;
  }
}

.p-shop__access__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-shop__access__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-shop__access__box {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .p-shop__access__box {
    width: 100%;
  }
}
.p-shop__access__box.-left img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 720/480;
}
@media screen and (max-width: 768px) {
  .p-shop__access__box.-left img {
    height: 128vw;
    aspect-ratio: 390/260;
  }
}
.p-shop__access__box.-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 8.3333333333vw 4.8611111111vw 4.8611111111vw 7.3611111111vw;
}
@media screen and (max-width: 768px) {
  .p-shop__access__box.-right {
    padding: 8vw 12vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-shop__access__box.-right {
    padding: 120px 70px 70px 106px;
  }
}

.p-shop__access__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.2083333333vw;
}
@media screen and (max-width: 768px) {
  .p-shop__access__list {
    gap: 0.8vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-shop__access__list {
    gap: 3px;
  }
}

.p-shop__access__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 2.0833333333vw;
  font-size: 1.1111111111vw;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p-shop__access__item {
    gap: 8vw;
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-shop__access__item {
    gap: 30px;
    font-size: 16px;
  }
}
.p-shop__access__item dt {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 4.8611111111vw;
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
}
@media screen and (max-width: 768px) {
  .p-shop__access__item dt {
    width: 18.6666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-shop__access__item dt {
    width: 70px;
  }
}
.p-shop__access__item dd {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-shop__access__item dd a {
  color: inherit;
}

.p-shop__access__note {
  display: block;
}

.p-shop__access__link__box {
  margin-top: 3.4722222222vw;
}
@media screen and (max-width: 768px) {
  .p-shop__access__link__box {
    margin-top: 4vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-shop__access__link__box {
    margin-top: 50px;
  }
}

.p-shop__access__link {
  display: inline-block;
  font-size: 0.8333333333vw;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p-shop__access__link {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-shop__access__link {
    font-size: 12px;
  }
}

.p-shop__parking__ttl__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3.4722222222vw;
  margin-bottom: 3.4722222222vw;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-shop__parking__ttl__box {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 14.6666666667vw;
    margin-bottom: 13.3333333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-shop__parking__ttl__box {
    gap: 50px;
    margin-bottom: 50px;
  }
}
.p-shop__parking__ttl__box p {
  font-size: 2.4305555556vw;
}
@media screen and (max-width: 768px) {
  .p-shop__parking__ttl__box p {
    font-size: 9.3333333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-shop__parking__ttl__box p {
    font-size: 35px;
  }
}
.p-shop__parking__ttl__box h2 {
  font-size: 1.3888888889vw;
}
@media screen and (max-width: 768px) {
  .p-shop__parking__ttl__box h2 {
    font-size: 5.3333333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-shop__parking__ttl__box h2 {
    font-size: 20px;
  }
}

.p-shop__parking__img__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.3888888889vw;
  margin-bottom: 3.4722222222vw;
}
@media screen and (max-width: 768px) {
  .p-shop__parking__img__list {
    grid-template-columns: 1fr;
    gap: 0;
    margin-bottom: 10.6666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-shop__parking__img__list {
    gap: 20px;
    margin-bottom: 50px;
  }
}

.p-shop__parking__dec {
  width: 100%;
  max-width: 43.0555555556vw;
  margin: 0 auto;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p-shop__parking__dec {
    max-width: 165.3333333333vw;
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-shop__parking__dec {
    max-width: 620px;
  }
}

@media screen and (max-width: 768px) {
  .p-shop__qa__inner {
    padding: 0 5.3333333333vw;
  }
}

.p-shop__qa__ttl__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3.4722222222vw;
  margin-bottom: 1.3888888889vw;
}
@media screen and (max-width: 768px) {
  .p-shop__qa__ttl__box {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 8vw;
    margin-bottom: 5.3333333333vw;
    margin-left: 6.6666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-shop__qa__ttl__box {
    gap: 50px;
    margin-bottom: 20px;
  }
}
.p-shop__qa__ttl__box p {
  font-size: 2.4305555556vw;
}
@media screen and (max-width: 768px) {
  .p-shop__qa__ttl__box p {
    font-size: 9.3333333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-shop__qa__ttl__box p {
    font-size: 35px;
  }
}
.p-shop__qa__ttl__box h2 {
  font-size: 1.3888888889vw;
}
@media screen and (max-width: 768px) {
  .p-shop__qa__ttl__box h2 {
    font-size: 5.3333333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-shop__qa__ttl__box h2 {
    font-size: 20px;
  }
}

.p-shop__qa__lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-shop__qa__item {
  display: grid;
  grid-template-columns: 26.3888888889vw 1fr;
  gap: 4.1666666667vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #ccc;
  padding: 0 3.4722222222vw;
  min-height: 10.0694444444vw;
}
@media screen and (max-width: 768px) {
  .p-shop__qa__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 5.3333333333vw;
    padding: 0;
    min-height: 270px;
  }
}
@media screen and (min-width: 1440px) {
  .p-shop__qa__item {
    grid-template-columns: 380px 1fr;
    gap: 60px;
    padding: 0 50px;
    min-height: 145px;
  }
}
.p-shop__qa__item:last-child {
  border-bottom: 1px solid #ccc;
}

.p-shop__qa__question {
  position: relative;
  padding-left: 1.3888888889vw;
  font-size: 1.25vw;
}
@media screen and (max-width: 768px) {
  .p-shop__qa__question {
    padding-left: 5.3333333333vw;
    font-size: 4.8vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-shop__qa__question {
    padding-left: 20px;
    font-size: 18px;
  }
}
.p-shop__qa__question::before {
  content: "Q.";
  position: absolute;
  top: 0;
  left: 0;
}

.p-shop__qa__img {
  display: block;
  width: 61.1111111111vw;
  margin: 9.0277777778vw auto 0;
}
@media screen and (max-width: 768px) {
  .p-shop__qa__img {
    width: 100%;
    height: 80vw;
    margin: 32vw auto 0;
  }
}
@media screen and (min-width: 1440px) {
  .p-shop__qa__img {
    width: 880px;
    margin: 130px auto 0;
  }
}

.p-flow {
  padding-bottom: 9.7222222222vw;
}
@media screen and (max-width: 768px) {
  .p-flow {
    padding-bottom: 37.3333333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-flow {
    padding-bottom: 140px;
  }
}

.p-flow__lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.8055555556vw;
}
@media screen and (max-width: 768px) {
  .p-flow__lists {
    gap: 6.9333333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-flow__lists {
    gap: 26px;
  }
}

.p-flow__item {
  position: relative;
  background-color: #f7f8f8;
  padding-top: 5.2083333333vw;
  padding-right: 5.5555555556vw;
  height: 32.6388888889vw;
}
@media screen and (max-width: 768px) {
  .p-flow__item {
    padding-top: 14.6666666667vw;
    padding-bottom: 17.3333333333vw;
    padding-right: 0;
    height: auto;
  }
}
@media screen and (min-width: 1440px) {
  .p-flow__item {
    padding-top: 75px;
    padding-right: 80px;
    height: 470px;
  }
}
.p-flow__item.-arrow::before {
  content: "";
  position: absolute;
  bottom: -1.8055555556vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 4.1666666667vw;
  height: 3.6111111111vw;
  background-image: url(../images/parts/flow_arrow.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-flow__item.-arrow::before {
    bottom: -7.4666666667vw;
    width: 16vw;
    height: 13.8666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-flow__item.-arrow::before {
    bottom: -26px;
    width: 60px;
    height: 52px;
  }
}

.p-flow__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 6.5972222222vw;
}
@media screen and (max-width: 768px) {
  .p-flow__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0;
  }
}
@media screen and (min-width: 1440px) {
  .p-flow__inner {
    gap: 95px;
  }
}

.p-flow__item__ttl {
  line-height: 1;
  letter-spacing: 0.2em;
  font-size: 1.6666666667vw;
  margin-left: 0.3472222222vw;
}
@media screen and (max-width: 768px) {
  .p-flow__item__ttl {
    font-size: 6.4vw;
    margin-left: 0;
  }
}
@media screen and (min-width: 1440px) {
  .p-flow__item__ttl {
    font-size: 24px;
    margin-left: 5px;
  }
}

.p-flow__item__img {
  width: 22.5694444444vw;
  height: 18.0555555556vw;
  margin-top: 2.0833333333vw;
}
@media screen and (max-width: 768px) {
  .p-flow__item__img {
    width: 86.6666666667vw;
    height: 69.3333333333vw;
    margin-top: 8vw;
    margin-bottom: 10.6666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-flow__item__img {
    width: 325px;
    height: 260px;
    margin-top: 30px;
  }
}

.p-flow__item__text {
  width: 8.75vw;
  font-size: 0.9722222222vw;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p-flow__item__text {
    width: auto;
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-flow__item__text {
    width: 126px;
    font-size: 14px;
  }
}

.p-dealer__section {
  padding-bottom: 5.5555555556vw;
}
@media screen and (max-width: 768px) {
  .p-dealer__section {
    padding-bottom: 10.6666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-dealer__section {
    padding-bottom: 80px;
  }
}

.p-dealer__ttl {
  text-align: center;
  padding: 2.0833333333vw 0;
}
@media screen and (max-width: 768px) {
  .p-dealer__ttl {
    padding: 5.3333333333vw 0 4vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-dealer__ttl {
    padding: 30px 0;
  }
}

.p-dealer__list-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.p-dealer__list {
  background-color: #f7f8f8;
  width: 100%;
  font-size: 0.9722222222vw;
  line-height: 1.6;
  padding-bottom: 3.4722222222vw;
}
@media screen and (max-width: 768px) {
  .p-dealer__list {
    padding-bottom: 0;
    font-size: 3.4666666667vw;
    border-top: 0.2666666667vw solid #ccc;
    border-bottom: 0.2666666667vw solid #ccc;
  }
}
@media screen and (min-width: 1440px) {
  .p-dealer__list {
    padding-bottom: 50px;
    font-size: 14px;
  }
}

.p-dealer__list__head,
.p-dealer__list__item {
  display: grid;
  grid-template-columns: 35% 30% 35%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-dealer__list__head,
  .p-dealer__list__item {
    padding: 6.6666666667vw 0;
    width: calc(100% - 13.33333vw);
    margin-left: 6.6666666667vw;
    margin-right: 6.6666666667vw;
    grid-template-columns: 1fr;
    border-bottom: 0.2666666667vw solid #ccc;
  }
  .p-dealer__list__head:last-child,
  .p-dealer__list__item:last-child {
    border-bottom: none;
  }
}

.p-dealer__list__head + .p-dealer__list__item .p-dealer__list__cell {
  padding-top: 2.0833333333vw;
}
@media screen and (max-width: 768px) {
  .p-dealer__list__head + .p-dealer__list__item .p-dealer__list__cell {
    padding-top: 0;
  }
}
@media screen and (min-width: 1440px) {
  .p-dealer__list__head + .p-dealer__list__item .p-dealer__list__cell {
    padding-top: 30px;
  }
}

.p-dealer__list__cell {
  border-right: 1px solid #ccc;
  padding: 0.5555555556vw 2.4305555556vw;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p-dealer__list__cell {
    border-right: none;
    padding: 0;
  }
}
@media screen and (min-width: 1440px) {
  .p-dealer__list__cell {
    padding: 8px 35px;
  }
}
.p-dealer__list__cell:first-child {
  border-left: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
  .p-dealer__list__cell:first-child {
    border-left: none;
  }
}
.p-dealer__list__cell.-name {
  padding-left: 13.8888888889vw;
}
@media screen and (max-width: 768px) {
  .p-dealer__list__cell.-name {
    padding-left: 0;
  }
}
@media screen and (min-width: 1440px) {
  .p-dealer__list__cell.-name {
    padding-left: 200px;
  }
}

@media screen and (max-width: 768px) {
  .p-dealer__list__head {
    display: none;
  }
}
.p-dealer__list__head .p-dealer__list__cell {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 0.8333333333vw 1.3888888889vw;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 768px) {
  .p-dealer__list__head .p-dealer__list__cell {
    padding: 2.6666666667vw 3.2vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-dealer__list__head .p-dealer__list__cell {
    padding: 12px 20px;
  }
}
.p-dealer__list__head .p-dealer__list__cell.-name {
  padding-left: 13.8888888889vw;
}
@media screen and (max-width: 768px) {
  .p-dealer__list__head .p-dealer__list__cell.-name {
    padding-left: 53.3333333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-dealer__list__head .p-dealer__list__cell.-name {
    padding-left: 200px;
  }
}
.p-dealer__list__head .p-dealer__list__cell.-delivery {
  padding-right: 16.6666666667vw;
}
@media screen and (max-width: 768px) {
  .p-dealer__list__head .p-dealer__list__cell.-delivery {
    padding-right: 64vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-dealer__list__head .p-dealer__list__cell.-delivery {
    padding-right: 240px;
  }
}
.p-dealer__list__head .p-dealer__list__cell.-sns {
  letter-spacing: 0.1em;
}

.p-dealer__list__link {
  word-break: break-all;
  text-decoration: underline;
}

.p-company {
  padding-bottom: 20.8333333333vw;
}
@media screen and (max-width: 768px) {
  .p-company {
    padding-bottom: 26.6666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-company {
    padding-bottom: 300px;
  }
}

@media screen and (max-width: 768px) {
  .p-company__img {
    height: 170.6666666667vw;
  }
}

.p-company__text__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 8.3333333333vw 0;
  gap: 4.1666666667vw;
}
@media screen and (max-width: 768px) {
  .p-company__text__box {
    padding: 0 8vw;
    margin: 14.6666666667vw 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10.6666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-company__text__box {
    margin: 120px 0;
    gap: 60px;
  }
}

.p-company__ttl {
  font-size: 1.6666666667vw;
}
@media screen and (max-width: 768px) {
  .p-company__ttl {
    font-size: 6.4vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-company__ttl {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .p-company__ttl.u-vertical-rl {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    text-orientation: mixed;
  }
}

@media screen and (max-width: 768px) {
  .p-company__text.u-vertical-rl {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    text-orientation: mixed;
  }
}

.p-company__lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.3888888889vw;
  padding: 3.8194444444vw 10.7638888889vw;
  border-top: 0.0694444444vw solid #ccc;
  border-bottom: 0.0694444444vw solid #ccc;
}
@media screen and (max-width: 768px) {
  .p-company__lists {
    gap: 2.6666666667vw;
    padding: 24vw 0;
    margin: 0 8vw;
    border-top: 0.2666666667vw solid #ccc;
    border-bottom: 0.2666666667vw solid #ccc;
  }
}
@media screen and (min-width: 1440px) {
  .p-company__lists {
    gap: 20px;
    padding: 55px 155px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
}

.p-company__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 2.0833333333vw;
}
@media screen and (max-width: 768px) {
  .p-company__list {
    gap: 8vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-company__list {
    gap: 30px;
  }
}

.p-company__list__ttl {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 6.25vw;
  -moz-text-align-last: justify;
       text-align-last: justify;
}
@media screen and (max-width: 768px) {
  .p-company__list__ttl {
    width: 24vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-company__list__ttl {
    width: 90px;
  }
}

.p-contact {
  margin-bottom: 13.8888888889vw;
}
@media screen and (max-width: 768px) {
  .p-contact {
    margin-bottom: 16vw;
    padding: 0 6.6666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-contact {
    margin-bottom: 200px;
  }
}

.p-contact__list__item {
  text-align: center;
  padding: 3.125vw 0;
  border-top: 0.0694444444vw solid #808080;
}
@media screen and (max-width: 768px) {
  .p-contact__list__item {
    padding: 9.3333333333vw 5.3333333333vw;
    border-top: 0.2666666667vw solid #808080;
  }
}
@media screen and (min-width: 1440px) {
  .p-contact__list__item {
    padding: 45px 0;
    border-top: 1px solid #808080;
  }
}

.p-contact__list__ttl {
  font-size: 1.25vw;
  margin-bottom: 2.7777777778vw;
}
@media screen and (max-width: 768px) {
  .p-contact__list__ttl {
    font-size: 4.8vw;
    margin-bottom: 6.9333333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-contact__list__ttl {
    font-size: 18px;
    margin-bottom: 40px;
  }
}

.p-contact__list__link {
  font-size: 1.8055555556vw;
}
@media screen and (max-width: 768px) {
  .p-contact__list__link {
    font-size: 6.9333333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-contact__list__link {
    font-size: 26px;
  }
}

.p-contact__list__text {
  font-size: 0.9722222222vw;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p-contact__list__text {
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-contact__list__text {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .p-contact__list__text.-left {
    text-align: left;
  }
}

.p-contact__form {
  position: relative;
  margin-top: 1.3888888889vw;
}
@media screen and (max-width: 768px) {
  .p-contact__form {
    padding: 0 5.3333333333vw;
    margin-top: 0;
  }
}
@media screen and (min-width: 1440px) {
  .p-contact__form {
    margin-top: 20px;
  }
}

.p-contact__form__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.7361111111vw;
}
@media screen and (max-width: 768px) {
  .p-contact__form__list {
    gap: 5.3333333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-contact__form__list {
    gap: 25px;
  }
}
.p-contact__form__list li {
  display: grid;
  grid-template-columns: 11.8055555556vw 1fr;
  gap: 1.3888888889vw;
}
@media screen and (max-width: 768px) {
  .p-contact__form__list li {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
@media screen and (min-width: 1440px) {
  .p-contact__form__list li {
    grid-template-columns: 170px 1fr;
    gap: 20px;
  }
}
.p-contact__form__list input,
.p-contact__form__list textarea {
  width: 100%;
  padding: 0.3472222222vw;
  border: 0.0694444444vw solid #ccc;
}
@media screen and (max-width: 768px) {
  .p-contact__form__list input,
  .p-contact__form__list textarea {
    padding: 1.3333333333vw;
    border: 0.2666666667vw solid #ccc;
  }
}
@media screen and (min-width: 1440px) {
  .p-contact__form__list input,
  .p-contact__form__list textarea {
    padding: 5px;
    border: 1px solid #ccc;
  }
}
.p-contact__form__list input {
  height: 2.4305555556vw;
}
@media screen and (max-width: 768px) {
  .p-contact__form__list input {
    height: 9.3333333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-contact__form__list input {
    height: 35px;
  }
}
.p-contact__form__list textarea {
  height: 22.9166666667vw;
}
@media screen and (max-width: 768px) {
  .p-contact__form__list textarea {
    height: 88vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-contact__form__list textarea {
    height: 330px;
  }
}

.p-contact__form__ttl {
  text-align: center;
  background-color: #e6e6e6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 11.8055555556vw;
  height: 2.4305555556vw;
  font-size: 0.9722222222vw;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .p-contact__form__ttl {
    width: 100%;
    height: 9.3333333333vw;
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-contact__form__ttl {
    width: 170px;
    height: 35px;
    font-size: 14px;
  }
}

.p-contact__form__ttl__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 5.5555555556vw;
}
@media screen and (max-width: 768px) {
  .p-contact__form__ttl__inner {
    width: 21.3333333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-contact__form__ttl__inner {
    width: 80px;
  }
}
.p-contact__form__ttl__inner.-long {
  width: 9.375vw;
}
@media screen and (max-width: 768px) {
  .p-contact__form__ttl__inner.-long {
    width: 36vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-contact__form__ttl__inner.-long {
    width: 135px;
  }
}

.p-contact__form__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 4.8611111111vw;
}
@media screen and (max-width: 768px) {
  .p-contact__form__btn {
    margin-top: 24vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-contact__form__btn {
    margin-top: 70px;
  }
}
.p-contact__form__btn input {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 18.0555555556vw;
  height: 3.2638888889vw;
  border: 0.0694444444vw solid #808080;
  border-radius: 999px;
  background-color: #FFF;
  color: #231815;
  font-size: 1.25vw;
}
@media screen and (max-width: 768px) {
  .p-contact__form__btn input {
    width: 69.3333333333vw;
    height: 12.5333333333vw;
    font-size: 4.8vw;
    border: 0.2666666667vw solid #808080;
  }
}
@media screen and (min-width: 1440px) {
  .p-contact__form__btn input {
    width: 260px;
    height: 47px;
    font-size: 18px;
    border: 1px solid #808080;
  }
}
.p-contact__form__btn.-confilm input {
  margin-left: 18.75vw;
}
@media screen and (max-width: 768px) {
  .p-contact__form__btn.-confilm input {
    margin-left: 0;
  }
}
@media screen and (min-width: 1440px) {
  .p-contact__form__btn.-confilm input {
    margin-left: 270px;
  }
}

.p-contact__form__note {
  text-align: center;
  padding: 2.7777777778vw 4.8611111111vw 3.4722222222vw;
  margin-top: 4.1666666667vw;
  border: 0.1388888889vw solid #ccc;
}
@media screen and (max-width: 768px) {
  .p-contact__form__note {
    padding: 6.6666666667vw 5.3333333333vw;
    border: 0.5333333333vw solid #ccc;
    margin: 13.3333333333vw 5.3333333333vw 0;
  }
}
@media screen and (min-width: 1440px) {
  .p-contact__form__note {
    padding: 40px 70px 50px;
    border: 2px solid #ccc;
    margin-top: 60px;
  }
}

.p-contact__form__note__text {
  font-size: 0.9722222222vw;
  padding-top: 2.4305555556vw;
  margin-top: 0.4861111111vw;
  border-top: 0.0694444444vw solid #808080;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p-contact__form__note__text {
    text-align: left;
    font-size: 3.7333333333vw;
    padding-top: 5.3333333333vw;
    margin-top: 5.3333333333vw;
    border-top: 0.2666666667vw solid #808080;
  }
}
@media screen and (min-width: 1440px) {
  .p-contact__form__note__text {
    font-size: 14px;
    padding-top: 35px;
    margin-top: 7px;
    border-top: 1px solid #808080;
  }
}

.p-contact__form__confirm__note {
  text-align: center;
  font-size: 0.9722222222vw;
  line-height: 2;
  margin-bottom: 4.1666666667vw;
}
@media screen and (max-width: 768px) {
  .p-contact__form__confirm__note {
    font-size: 2.9333333333vw;
    margin-top: 5.3333333333vw;
    margin-bottom: 13.3333333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-contact__form__confirm__note {
    font-size: 14px;
    margin-bottom: 60px;
  }
}

.p-contact__form__back__btn {
  position: absolute;
  bottom: 2.2916666667vw;
  left: 9.0277777778vw;
}
@media screen and (max-width: 768px) {
  .p-contact__form__back__btn {
    bottom: 26.6666666667vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (min-width: 1440px) {
  .p-contact__form__back__btn {
    bottom: 33px;
    left: 130px;
  }
}
.p-contact__form__back__btn input {
  cursor: pointer;
  background-color: transparent;
  border-bottom: 1px solid #333;
  font-size: 1.1111111111vw;
}
@media screen and (max-width: 768px) {
  .p-contact__form__back__btn input {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-contact__form__back__btn input {
    font-size: 16px;
  }
}

.p-contact__form__confirm__txt {
  font-size: 0.9722222222vw;
}
@media screen and (max-width: 768px) {
  .p-contact__form__confirm__txt {
    font-size: 3.7333333333vw;
    margin-top: 2.6666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-contact__form__confirm__txt {
    font-size: 14px;
  }
}

.p-contact__complete {
  text-align: center;
  padding: 5.5555555556vw 0 8.3333333333vw;
}
@media screen and (max-width: 768px) {
  .p-contact__complete {
    padding: 16vw 0 26.6666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-contact__complete {
    padding: 80px 0 120px;
  }
}

.p-contact__complete__ttl {
  font-size: 1.6666666667vw;
  margin-bottom: 2.0833333333vw;
}
@media screen and (max-width: 768px) {
  .p-contact__complete__ttl {
    font-size: 4.8vw;
    margin-bottom: 6.4vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-contact__complete__ttl {
    font-size: 24px;
    margin-bottom: 30px;
  }
}

.p-contact__complete__text {
  font-size: 0.9722222222vw;
  line-height: 2;
  margin-bottom: 4.1666666667vw;
}
@media screen and (max-width: 768px) {
  .p-contact__complete__text {
    font-size: 3.7333333333vw;
    margin-bottom: 12.8vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-contact__complete__text {
    font-size: 14px;
    margin-bottom: 60px;
  }
}

.p-contact__complete__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-news {
  padding-bottom: 9.7222222222vw;
}
@media screen and (max-width: 768px) {
  .p-news {
    padding-bottom: 26.6666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-news {
    padding-bottom: 140px;
  }
}

.p-news__inner {
  background-color: #f7f8f8;
  padding: 6.9444444444vw 0;
}
@media screen and (max-width: 768px) {
  .p-news__inner {
    padding: 6.6666666667vw 2.6666666667vw 13.3333333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-news__inner {
    padding: 100px 0;
  }
}

.p-news__lists {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6.9444444444vw 3.4722222222vw;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .p-news__lists {
    grid-template-columns: repeat(2, 1fr);
    gap: 6.6666666667vw;
    border-top: none;
  }
}
@media screen and (min-width: 1440px) {
  .p-news__lists {
    gap: 100px 50px;
  }
}

.p-news__item {
  min-width: 0;
}

.p-news__link {
  display: block;
  color: #231815;
  text-decoration: none;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
@media (hover: hover) {
  .p-news__link:hover {
    opacity: 0.7;
  }
}

.p-news__img {
  overflow: hidden;
  aspect-ratio: 4/3;
  width: 100%;
  margin-bottom: 1.0416666667vw;
  background-color: #f7f8f8;
}
@media screen and (max-width: 768px) {
  .p-news__img {
    margin-bottom: 4vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-news__img {
    margin-bottom: 15px;
  }
}
.p-news__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-news__date,
.p-news__ttl {
  text-align: center;
  font-size: 0.9722222222vw;
}
@media screen and (max-width: 768px) {
  .p-news__date,
  .p-news__ttl {
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-news__date,
  .p-news__ttl {
    font-size: 14px;
  }
}

.p-news__date {
  margin-bottom: 0.6944444444vw;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-news__date {
    margin-bottom: 2.6666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-news__date {
    margin-bottom: 10px;
  }
}

.p-news__ttl {
  line-height: 1.6;
}

.p-news__empty {
  padding: 3.8194444444vw 0;
  text-align: center;
  border-top: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
  .p-news__empty {
    padding: 14.6666666667vw 8vw;
    border-top: none;
  }
}
@media screen and (min-width: 1440px) {
  .p-news__empty {
    padding: 55px 0;
  }
}

.p-single-news {
  padding-bottom: 9.7222222222vw;
}
@media screen and (max-width: 768px) {
  .p-single-news {
    padding-bottom: 26.6666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-single-news {
    padding-bottom: 140px;
  }
}

.p-single-news__inner {
  background-color: #f7f8f8;
  padding: 6.9444444444vw 0;
}
@media screen and (max-width: 768px) {
  .p-single-news__inner {
    padding: 5.3333333333vw 5.3333333333vw 16vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-single-news__inner {
    padding: 100px 0;
  }
}

.p-single-news__head {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6944444444vw;
  margin-bottom: 2.5694444444vw;
}
@media screen and (max-width: 768px) {
  .p-single-news__head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8vw;
    margin-bottom: 8vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-single-news__head {
    gap: 10px;
    margin-bottom: 37px;
  }
}

.p-single-news__date {
  grid-column: 1;
  justify-self: start;
  text-align: left;
  font-size: 0.9722222222vw;
}
@media screen and (max-width: 768px) {
  .p-single-news__date {
    margin-right: auto;
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-single-news__date {
    font-size: 14px;
  }
}

.p-single-news__ttl {
  grid-column: 2;
  text-align: center;
  font-size: 0.9722222222vw;
}
@media screen and (max-width: 768px) {
  .p-single-news__ttl {
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-single-news__ttl {
    font-size: 14px;
  }
}

.p-single-news__container {
  width: 34.7222222222vw;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-single-news__container {
    width: 100%;
  }
}
@media screen and (min-width: 1440px) {
  .p-single-news__container {
    width: 500px;
  }
}

.p-single-news__content {
  margin-top: 2.0833333333vw;
}
@media screen and (max-width: 768px) {
  .p-single-news__content {
    margin-top: 8vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-single-news__content {
    margin-top: 30px;
  }
}

.p-single-news__body {
  font-size: 0.9722222222vw;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p-single-news__body {
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-single-news__body {
    font-size: 14px;
  }
}
.p-single-news__body p + p {
  margin-top: 1em;
}

.p-single-news__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 5.5555555556vw;
}
@media screen and (max-width: 768px) {
  .p-single-news__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5.3333333333vw;
    margin-top: 13.3333333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-single-news__nav {
    margin-top: 80px;
  }
}

.p-single-news__navBtn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 9.9305555556vw;
  height: 3.2638888889vw;
  border: 1px solid #808080;
  border-radius: 999px;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
@media screen and (max-width: 768px) {
  .p-single-news__navBtn {
    width: 38.1333333333vw;
    height: 12.5333333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .p-single-news__navBtn {
    width: 143px;
    height: 47px;
  }
}
.p-single-news__navBtn.is-disabled {
  opacity: 0.4;
  pointer-events: none;
}
@media (hover: hover) {
  .p-single-news__navBtn:hover {
    opacity: 0.7;
  }
}

.swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.shop-swiper {
  padding-bottom: 6.9444444444vw;
}
.shop-swiper.is-single .swiper-pagination,
.shop-swiper.is-single .swiper-button-prev,
.shop-swiper.is-single .swiper-button-next {
  display: none;
}
@media screen and (max-width: 768px) {
  .shop-swiper {
    padding-bottom: 26.6666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .shop-swiper {
    padding-bottom: 100px;
  }
}
.shop-swiper .swiper-slide {
  overflow: hidden;
}
.shop-swiper .swiper-slide img {
  display: block;
  aspect-ratio: 2006/1016;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 768px) {
  .shop-swiper .swiper-slide img {
    aspect-ratio: auto;
    height: 104vw;
  }
}
.shop-swiper .swiper-pagination {
  bottom: 3.125vw;
}
@media screen and (max-width: 768px) {
  .shop-swiper .swiper-pagination {
    bottom: 12vw;
  }
}
@media screen and (min-width: 1440px) {
  .shop-swiper .swiper-pagination {
    bottom: 45px;
  }
}
.shop-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 0.5555555556vw;
  height: 0.5555555556vw;
  margin: 0 1.1805555556vw;
  background-color: #FFF;
  border: 1px solid #333;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .shop-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    margin: 0 4.5333333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .shop-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 17px;
  }
}
.shop-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #333;
  border: 1px solid #333;
}
.shop-swiper .swiper-button-prev,
.shop-swiper .swiper-button-next {
  top: auto;
  bottom: 3.125vw;
  width: 1.8055555556vw;
  height: 1.8055555556vw;
}
@media screen and (max-width: 768px) {
  .shop-swiper .swiper-button-prev,
  .shop-swiper .swiper-button-next {
    bottom: 10.6666666667vw;
    width: 6.9333333333vw;
    height: 6.9333333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .shop-swiper .swiper-button-prev,
  .shop-swiper .swiper-button-next {
    bottom: 45px;
    width: 26px;
    height: 26px;
  }
}
.shop-swiper .swiper-button-prev::after,
.shop-swiper .swiper-button-next::after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("../images/parts/swiper-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.shop-swiper .swiper-button-prev {
  left: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (max-width: 768px) {
  .shop-swiper .swiper-button-prev {
    left: 21.3333333333vw;
  }
}
.shop-swiper .swiper-button-next {
  right: 0;
}
@media screen and (max-width: 768px) {
  .shop-swiper .swiper-button-next {
    right: 21.3333333333vw;
  }
}
.shop-swiper.-lower {
  padding-bottom: 11.1111111111vw;
}
@media screen and (max-width: 768px) {
  .shop-swiper.-lower {
    padding-bottom: 34.6666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .shop-swiper.-lower {
    padding-bottom: 160px;
  }
}
@media screen and (max-width: 768px) {
  .shop-swiper.-lower .swiper-slide img {
    height: 146.6666666667vw;
  }
}
.shop-swiper.-lower .swiper-pagination {
  bottom: 4.1666666667vw;
}
@media screen and (max-width: 768px) {
  .shop-swiper.-lower .swiper-pagination {
    bottom: 17.3333333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .shop-swiper.-lower .swiper-pagination {
    bottom: 60px;
  }
}

.news-swiper .swiper-slide {
  height: auto;
}
@media (min-width: 769px) {
  .news-swiper .swiper-wrapper {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
    gap: 3.125vw;
    -webkit-transform: none !important;
            transform: none !important;
  }
  .news-swiper .swiper-slide {
    width: auto !important;
    margin: 0 !important;
  }
}
@media screen and (min-width: 1440px) {
  .news-swiper .swiper-wrapper {
    gap: 45px;
  }
}

.swiper__container {
  padding-bottom: 3.4722222222vw;
}
@media screen and (max-width: 768px) {
  .swiper__container {
    padding-bottom: 13.3333333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .swiper__container {
    padding-bottom: 50px;
  }
}

.news-detail-swiper {
  position: relative;
  width: 23.6111111111vw;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .news-detail-swiper {
    width: 100%;
  }
}
@media screen and (min-width: 1440px) {
  .news-detail-swiper {
    width: 340px;
  }
}
.news-detail-swiper.is-single .swiper-pagination,
.news-detail-swiper.is-single .swiper-button-prev,
.news-detail-swiper.is-single .swiper-button-next {
  display: none;
}
.news-detail-swiper .swiper-slide {
  overflow: hidden;
}
.news-detail-swiper .swiper-slide img {
  display: block;
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-detail-swiper .swiper-pagination {
  bottom: 0;
}
.news-detail-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 0.5555555556vw;
  height: 0.5555555556vw;
  margin: 0 1.1805555556vw;
  background-color: #FFF;
  border: 1px solid #333;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .news-detail-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    margin: 0 4.5333333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .news-detail-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 17px;
  }
}
.news-detail-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #333;
  border: 1px solid #333;
}
.news-detail-swiper .swiper-button-prev,
.news-detail-swiper .swiper-button-next {
  top: calc(50% - 1.73611vw);
  bottom: auto;
  width: 1.8055555556vw;
  height: 1.8055555556vw;
}
@media screen and (max-width: 768px) {
  .news-detail-swiper .swiper-button-prev,
  .news-detail-swiper .swiper-button-next {
    top: calc(50% - 5.33333vw);
    width: 6.9333333333vw;
    height: 6.9333333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .news-detail-swiper .swiper-button-prev,
  .news-detail-swiper .swiper-button-next {
    top: calc(50% - 25px);
    width: 26px;
    height: 26px;
  }
}
.news-detail-swiper .swiper-button-prev::after,
.news-detail-swiper .swiper-button-next::after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("../images/parts/swiper-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.news-detail-swiper .swiper-button-prev.-single::after,
.news-detail-swiper .swiper-button-next.-single::after {
  background-image: url("../images/parts/swiper-arrow2.svg");
}
@media screen and (max-width: 768px) {
  .news-detail-swiper .swiper-button-prev.-single::after,
  .news-detail-swiper .swiper-button-next.-single::after {
    background-image: url("../images/parts/swiper-arrow.svg");
  }
}
.news-detail-swiper .swiper-button-prev {
  left: -5.5555555556vw;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (max-width: 768px) {
  .news-detail-swiper .swiper-button-prev {
    left: 1.3333333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .news-detail-swiper .swiper-button-prev {
    left: -80px;
  }
}
.news-detail-swiper .swiper-button-next {
  right: -5.5555555556vw;
}
@media screen and (max-width: 768px) {
  .news-detail-swiper .swiper-button-next {
    right: 1.3333333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .news-detail-swiper .swiper-button-next {
    right: -80px;
  }
}

.u-vertical-rl {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
}

.u-tatechuyoko {
  text-combine-upright: all;
  margin: 0.2777777778vw 0;
}
@media screen and (max-width: 768px) {
  .u-tatechuyoko {
    margin: 4px 0;
  }
}
@media screen and (min-width: 1440px) {
  .u-tatechuyoko {
    margin: 4px 0;
  }
}

.u-sp-br {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-sp-br {
    display: block;
  }
}

.u-pc-br {
  display: block;
}
@media screen and (max-width: 768px) {
  .u-pc-br {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */
