@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*, ::before, ::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-width: 0;
  border-style: solid;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

/* Lists (enumeration) */
/* ============================================ */
ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  clear: both;
  /* 1 */
  overflow: visible;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  margin: 0;
  color: inherit;
  /* 2 */
  border-top-width: 1px;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  text-decoration: none;
  color: inherit;
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img, embed, object, iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button, input, optgroup, select, textarea {
  margin: 0;
  padding: 0;
  font: inherit;
  text-align: inherit;
  vertical-align: middle;
  color: inherit;
  border-radius: 0;
  outline: 0;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, [type=button], [type=reset], [type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled], [type=button][disabled], [type=reset][disabled], [type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  color: inherit;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  /* 1 */
  font: inherit;
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-spacing: 0;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td, th {
  padding: 0;
  vertical-align: top;
}

th {
  font-weight: bold;
  text-align: left;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

:root {
  --colorBlack: #333;
  --colorWhite: #fff;
  --colorCurrent: #c7c7c7;
  --colorBg: #fffcf3;
}

:root {
  --fontGothic: "Noto Sans JP", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  --fontMincho: "ryo-text-plusn", serif;
  --fontEnglish: "Caladea", serif;
  --fontMaru: "Zen Maru Gothic", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

:root {
  --weightLight: 300;
  --weightRegular: 400;
  --weightMedium: 500;
  --weightBold: 700;
}

:root {
  --fontSize: 16rem;
  --letterSpacing: .64px;
  --lineHeight: 1.85;
  --kerning: unset;
}

:root {
  --bodyBg: var(--colorBg);
  --speed: .4s;
}

html {
  font-size: clamp(1.5625%, 0.0625vw, 6.25%);
}
@media (max-width: 768px) {
  html {
    font-size: 0.2666666667vw;
  }
}

body {
  background-color: var(--colorBg);
  color: var(--colorBlack);
  letter-spacing: var(--letterSpacing);
  font-weight: var(--weightRegular);
  font-size: var(--fontSize);
  font-family: var(--fontMincho);
  line-height: var(--lineHeight);
  -webkit-font-feature-settings: var(--kerning);
          font-feature-settings: var(--kerning);
}

.section__inner {
  margin-right: auto;
  margin-left: auto;
  width: 1280rem;
}
@media (max-width: 768px) {
  .section__inner {
    width: 335rem;
  }
}

.post_main .button_area, .section .button_area, .single_main .button_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.post_main .wp-block-button, .section .wp-block-button, .single_main .wp-block-button,
.post_main .button_area .button,
.section .button_area .button,
.single_main .button_area .button {
  position: relative;
}
.post_main .wp-block-button::before, .section .wp-block-button::before, .single_main .wp-block-button::before,
.post_main .button_area .button::before,
.section .button_area .button::before,
.single_main .button_area .button::before {
  content: "";
}
.post_main .wp-block-table, .section .wp-block-table, .single_main .wp-block-table {
  font-size: 18rem;
}
@media (max-width: 768px) {
  .post_main .wp-block-table, .section .wp-block-table, .single_main .wp-block-table {
    font-size: 12rem;
  }
}
.post_main .wp-block-table *, .section .wp-block-table *, .single_main .wp-block-table * {
  border: 0;
}
.post_main .wp-block-table tr, .section .wp-block-table tr, .single_main .wp-block-table tr {
  border-bottom: 1px solid #c7c7c7;
}
@media (max-width: 768px) {
  .post_main .wp-block-table tr, .section .wp-block-table tr, .single_main .wp-block-table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 40rem 0 30rem;
  }
}
.post_main .wp-block-table tr:first-child, .section .wp-block-table tr:first-child, .single_main .wp-block-table tr:first-child {
  padding-top: 0;
}
.post_main .wp-block-table td, .section .wp-block-table td, .single_main .wp-block-table td {
  padding: 50rem 0;
}
@media (max-width: 768px) {
  .post_main .wp-block-table td, .section .wp-block-table td, .single_main .wp-block-table td {
    display: block;
    padding: 0;
    width: 100%;
  }
  .post_main .wp-block-table td + td, .section .wp-block-table td + td, .single_main .wp-block-table td + td {
    margin-top: 15rem;
  }
}
.post_main .wp-block-table td:first-child, .section .wp-block-table td:first-child, .single_main .wp-block-table td:first-child {
  width: 280rem;
}
.post_main .wp-block-table + .wp-block-buttons, .section .wp-block-table + .wp-block-buttons, .single_main .wp-block-table + .wp-block-buttons {
  margin-top: 150rem;
}
@media (max-width: 768px) {
  .post_main .wp-block-table + .wp-block-buttons, .section .wp-block-table + .wp-block-buttons, .single_main .wp-block-table + .wp-block-buttons {
    margin-top: 80rem;
  }
}
.post_main ul, .section ul, .single_main ul {
  margin-top: 1em;
}
.post_main li::before, .section li::before, .single_main li::before {
  content: "・";
}
.post_main h3.wp-block-heading, .section h3.wp-block-heading, .single_main h3.wp-block-heading {
  font-size: 30rem;
  line-height: 2.5;
}
@media (max-width: 768px) {
  .post_main h3.wp-block-heading, .section h3.wp-block-heading, .single_main h3.wp-block-heading {
    font-size: 15rem;
  }
}
.post_main .wp-block-column p, .section .wp-block-column p, .single_main .wp-block-column p {
  margin-top: 25rem;
  font-weight: var(--weightRegular);
  font-size: 20rem;
  line-height: 2;
}
@media (max-width: 768px) {
  .post_main .wp-block-column p, .section .wp-block-column p, .single_main .wp-block-column p {
    font-size: 13rem;
  }
}

a {
  -webkit-transition: var(--speed);
  transition: var(--speed);
}
@media (hover: hover) {
  a:hover {
    opacity: 0.6;
  }
}
a:focus {
  text-decoration: none;
}
a img {
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
a[href^="tel:"] {
  color: inherit;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

@media (max-width: 768px) {
  *,
  *::before,
  *::after {
    max-width: 100%;
  }
}

.mouse {
  position: fixed;
  z-index: 10000;
  border-radius: 50%;
  background: black;
  -webkit-transition: opacity 500ms ease-in-out, -webkit-transform 500ms ease-in-out;
  transition: opacity 500ms ease-in-out, -webkit-transform 500ms ease-in-out;
  transition: transform 500ms ease-in-out, opacity 500ms ease-in-out;
  transition: transform 500ms ease-in-out, opacity 500ms ease-in-out, -webkit-transform 500ms ease-in-out;
  pointer-events: none;
}
@media (max-width: 768px) {
  .mouse {
    display: none;
  }
}

@media (hover: hover) {
  .image_link:hover {
    opacity: 1;
  }
  .image_link:hover img {
    opacity: 1;
    -webkit-transition: 0.6s all;
    transition: 0.6s all;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

.pagenation .wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20rem;
}
.pagenation .wp-pagenavi .pages {
  display: none;
}
.pagenation .wp-pagenavi a,
.pagenation .wp-pagenavi span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40rem;
  height: 40rem;
  border-radius: 50%;
  background-color: #fff;
  color: var(--colorBlack);
  font-size: 14rem;
  font-family: var(--fontEnglish);
}
@media (max-width: 768px) {
  .pagenation .wp-pagenavi a,
  .pagenation .wp-pagenavi span {
    width: 30rem;
    height: 30rem;
    font-size: 12rem;
  }
}
.pagenation .wp-pagenavi .first,
.pagenation .wp-pagenavi .last {
  display: none;
}
.pagenation .wp-pagenavi .nextpostslink,
.pagenation .wp-pagenavi .previouspostslink {
  position: relative;
  display: block;
  overflow: hidden;
  border: none;
  background-color: transparent;
  color: var(--colorBlack);
  text-indent: -200%;
}
.pagenation .wp-pagenavi .nextpostslink::before,
.pagenation .wp-pagenavi .previouspostslink::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 0.5em;
  height: 0.5em;
  border: 1px solid #696969;
  border-top: 0;
  border-left: 0;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.pagenation .wp-pagenavi .previouspostslink::before {
  -webkit-transform: translate(-50%, -50%) rotate(-225deg);
          transform: translate(-50%, -50%) rotate(-225deg);
}
.pagenation .wp-pagenavi .current {
  background-color: var(--colorCurrent);
  color: #fff;
  pointer-events: none;
}

.padding1 {
  padding-top: 150rem;
}
@media (max-width: 768px) {
  .padding1 {
    padding-top: 80rem;
  }
}

.section__title-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 20rem;
  border-top: 1px solid #c6c6c6;
}

.section__title {
  letter-spacing: 0.96px;
  font-weight: var(--weightBold);
  font-size: 24rem;
}
@media (max-width: 768px) {
  .section__title {
    font-size: 20rem;
  }
}

.view-all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8rem;
}
@media (max-width: 768px) {
  .view-all {
    font-size: 14rem;
  }
}
.view-all:hover {
  opacity: 1;
}

.arrow {
  width: 24rem;
  height: 5rem;
  border: 1px solid;
  border-top: none;
  border-left: none;
  -webkit-transition: var(--speed);
  transition: var(--speed);
  -webkit-transform: skew(45deg);
          transform: skew(45deg);
}
@media (max-width: 768px) {
  .arrow {
    width: 15rem;
    height: 4rem;
  }
}

.view-all:hover .arrow {
  width: 35rem;
}
@media (max-width: 768px) {
  .view-all:hover .arrow {
    width: 25rem;
  }
}

.pc__none {
  display: none;
}
@media (max-width: 768px) {
  .pc__none {
    display: block;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  height: 84rem;
  color: var(--colorWhite);
  font-family: var(--fontEnglish);
}

.header__inner {
  position: relative;
  width: 100%;
}

.header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: auto;
  margin-left: auto;
  padding-top: 31rem;
  width: 1333rem;
}
@media (max-width: 768px) {
  .header__content {
    padding-top: 16rem;
    width: 335rem;
  }
}

.header__logo {
  width: 139rem;
  height: 43rem;
}
@media (max-width: 768px) {
  .header__logo {
    width: 97rem;
    height: 30rem;
  }
}

.header__nav-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 88rem;
}

.header__nav-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16rem;
}
@media (max-width: 768px) {
  .header__nav-button {
    display: none;
  }
}

.header__nav-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 91rem;
  min-height: 25rem;
  width: 91rem;
  height: 25rem;
  border-radius: 100rem;
  background-color: #919191;
  letter-spacing: 0.56px;
  font-weight: var(--weightRegular);
  font-size: 14rem;
}

.header__nav-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7rem;
}

.header__cart-img {
  width: 15rem;
  height: 14rem;
}

.header__menu-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10rem;
}

.header__hamburger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8rem;
  width: 18rem;
}

.line1 {
  width: 100%;
  height: 1px;
  background-color: var(--colorWhite);
  -webkit-transition: var(--speed);
  transition: var(--speed);
}
.is-open .line1 {
  -webkit-transform: rotate(30deg) translateY(5rem);
          transform: rotate(30deg) translateY(5rem);
}

.line2 {
  width: 100%;
  height: 1px;
  background-color: var(--colorWhite);
  -webkit-transition: var(--speed);
  transition: var(--speed);
}
.is-open .line2 {
  -webkit-transform: rotate(-30deg) translateY(-5rem);
          transform: rotate(-30deg) translateY(-5rem);
}

.header__menu-container {
  position: relative;
  z-index: 10;
  font-size: 16rem;
  cursor: pointer;
  -webkit-transition: var(--speed);
  transition: var(--speed);
}
.header__menu-container:hover {
  opacity: 0.6;
}

.menu {
  display: block;
}
@media (max-width: 768px) {
  .menu {
    font-size: 14rem;
  }
}
.is-open .menu {
  display: none;
}

.close {
  display: none;
}
@media (max-width: 768px) {
  .close {
    font-size: 14rem;
  }
}
.is-open .close {
  display: block;
}

.header__nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.9); /* 薄暗いフィルター */
  font-size: 20rem;
}
@media (max-width: 768px) {
  .header__nav {
    font-size: 16rem;
  }
}

.header__instagram,
.header__x {
  width: 15rem;
  height: 15rem;
}

.header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24rem;
}

.header__nav-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4rem;
}

.header__nav-open {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: var(--speed);
  transition: var(--speed);
}
.is-open .header__nav-open {
  visibility: visible;
  opacity: 1;
}

/* HTML: <div class="loader"></div> */
.loader__content {
  width: 45px;
  aspect-ratio: 1;
  background: var(--c) 0 50%, var(--c) 50% 50%, var(--c) 100% 50%;
  background-size: 20% 100%;
  -webkit-animation: l1 1s infinite linear;
          animation: l1 1s infinite linear;
  --c: no-repeat linear-gradient(#fff 0 0);
}

@-webkit-keyframes l1 {
  0% {
    background-size: 20% 100%, 20% 100%, 20% 100%;
  }
  33% {
    background-size: 20% 10%, 20% 100%, 20% 100%;
  }
  50% {
    background-size: 20% 100%, 20% 10%, 20% 100%;
  }
  66% {
    background-size: 20% 100%, 20% 100%, 20% 10%;
  }
  100% {
    background-size: 20% 100%, 20% 100%, 20% 100%;
  }
}

@keyframes l1 {
  0% {
    background-size: 20% 100%, 20% 100%, 20% 100%;
  }
  33% {
    background-size: 20% 10%, 20% 100%, 20% 100%;
  }
  50% {
    background-size: 20% 100%, 20% 10%, 20% 100%;
  }
  66% {
    background-size: 20% 100%, 20% 100%, 20% 10%;
  }
  100% {
    background-size: 20% 100%, 20% 100%, 20% 100%;
  }
}
.loading {
  background-color: var(--colorBlack);
  -webkit-transition: opacity 2s ease-out;
  transition: opacity 2s ease-out; /* フェードアウトのトランジションを3秒に設定 */
}

body.loading-active {
  overflow: hidden;
}

.footer {
  margin-top: 150rem;
  padding: 80rem 0rem 30rem 0rem;
  width: 100%;
  background-image: url("../image/footer__bg.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: var(--colorWhite);
}
@media (max-width: 768px) {
  .footer {
    margin-top: 80rem;
    padding: 40rem 0rem 20rem 0rem;
    font-size: 14rem;
  }
}

.footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 700rem;
}
@media (max-width: 768px) {
  .footer__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40rem;
  }
}

.footer__logo {
  width: 139rem;
  height: 43rem;
}
@media (max-width: 768px) {
  .footer__logo {
    width: 97rem;
    height: 37rem;
  }
}

.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40rem;
  width: 275rem;
  font-family: var(--fontEnglish);
}
@media (max-width: 768px) {
  .footer__nav {
    gap: 20rem;
  }
}

.footer__list {
  width: 55rem;
}

.footer__cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6rem;
}
@media (max-width: 768px) {
  .footer__cart {
    gap: 4rem;
  }
}

.footer__cart-img {
  width: 20rem;
  height: 20rem;
}
@media (max-width: 768px) {
  .footer__cart-img {
    width: 14rem;
    height: 14rem;
  }
}

.footer__list-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20rem;
}
@media (max-width: 768px) {
  .footer__list-sns {
    gap: 15rem;
  }
}

.footer__instagram {
  width: 17rem;
  height: 16rem;
}
@media (max-width: 768px) {
  .footer__instagram {
    width: 12rem;
    height: 12rem;
  }
}

.footer__x {
  width: 18rem;
  height: 16rem;
}
@media (max-width: 768px) {
  .footer__x {
    width: 12rem;
    height: 12rem;
  }
}

.footer__detail-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  gap: 80rem;
  margin-top: 100rem;
  padding-top: 16rem;
  width: 100%;
  border-top: 1px solid #c6c6c6;
}
@media (max-width: 768px) {
  .footer__detail-container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 40rem;
    margin-top: 60rem;
    padding-top: 8rem;
    font-size: 10rem;
  }
}

.footer__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32rem;
}
@media (max-width: 768px) {
  .footer__detail {
    gap: 16rem;
  }
}

.footer__button-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8rem;
  cursor: pointer;
  -webkit-transition: var(--speed);
  transition: var(--speed);
}
@media (max-width: 768px) {
  .footer__button-top {
    font-size: 14rem;
  }
}
.footer__button-top:hover {
  -webkit-transform: scale(1.18);
          transform: scale(1.18);
}

.footer__button-img {
  width: 20rem;
  height: 20rem;
}

.mv__video-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}
@media (max-width: 768px) {
  .mv__video-container {
    pointer-events: none;
  }
}

.mv__video-item {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  -webkit-transition: opacity 4s ease-in-out;
  transition: opacity 4s ease-in-out;
  -webkit-transform: scale(1.1);
          transform: scale(1.1); /* 初期状態で少しズームイン */
  -webkit-transform-origin: center center;
          transform-origin: center center; /* ズームアウトの基準を中心に設定 */
  -webkit-animation: zoomOut 15s linear infinite;
          animation: zoomOut 15s linear infinite;
}
@media (max-width: 768px) {
  .mv__video-item {
    pointer-events: none;
  }
}

.mv__video-item.active {
  opacity: 1;
}

@-webkit-keyframes zoomOut {
  0% {
    -webkit-transform: scale(1.6);
            transform: scale(1.6); /* ズームインした状態から開始 */
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); /* ズームアウト */
  }
}

@keyframes zoomOut {
  0% {
    -webkit-transform: scale(1.6);
            transform: scale(1.6); /* ズームインした状態から開始 */
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); /* ズームアウト */
  }
}
.mv__overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2; /* 動画の上に配置 */
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* 薄暗いフィルター */
  pointer-events: none; /* オーバーレイがクリックをブロックしないように */
}

.mv__copy-container {
  position: absolute;
  top: 50%;
  right: calc(50% - 96rem);
  z-index: 50;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 108rem;
  color: var(--colorWhite);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 768px) {
  .mv__copy-container {
    right: auto;
    left: 50%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40rem;
    width: 335rem;
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
  }
}

.mv__copy {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  letter-spacing: 1.28px;
  font-weight: var(--weightMedium);
  font-size: 32rem;
}
@media (max-width: 768px) {
  .mv__copy {
    font-size: 24rem;
  }
}
.mv__copy::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -80rem;
  width: 1px;
  height: 84rem;
  background-color: #c6c6c6;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 768px) {
  .mv__copy::before {
    display: none;
  }
}

.mv__copy-en {
  color: #bebdbd;
  letter-spacing: 0.64px;
  font-weight: var(--weightRegular);
  font-size: 16rem;
  font-family: var(--fontEnglish);
}
@media (max-width: 768px) {
  .mv__copy-en {
    font-size: 14rem;
  }
}

.mv__button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10rem;
  padding: 4rem 40rem;
  height: 60rem;
  border: 1px solid;
  border-radius: 100rem;
  letter-spacing: 0.8px;
  font-weight: var(--weightBold);
  font-size: 20rem;
  font-family: var(--fontEnglish);
  pointer-events: all;
}
@media (max-width: 768px) {
  .mv__button {
    padding: 0rem 32rem;
    height: 40rem;
    font-size: 15rem;
  }
}
.mv__button:hover {
  opacity: 1;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.mv__button-arrow {
  width: 29rem;
  height: 10rem;
  border: 1px solid var(--colorWhite);
  border-top: none;
  border-left: none;
  -webkit-transition: var(--speed);
  transition: var(--speed);
  -webkit-transform: skew(45deg);
          transform: skew(45deg);
}
@media (max-width: 768px) {
  .mv__button-arrow {
    width: 20rem;
    height: 5rem;
  }
}

.topics__item-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 80rem;
  padding-bottom: 112rem;
}
@media (max-width: 768px) {
  .topics__item-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40rem;
    margin-top: 40rem;
    padding-bottom: 80rem;
  }
}

.topics__item {
  overflow: hidden;
  width: 376rem;
  -webkit-transition: var(--speed);
  transition: var(--speed);
}
@media (max-width: 768px) {
  .topics__item {
    width: 100%;
  }
}
.topics__item:hover {
  opacity: 1;
}

.topics__item:hover .topics__item-img {
  overflow: hidden;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.topics__item:hover .arrow {
  width: 35rem;
}
@media (max-width: 768px) {
  .topics__item:hover .arrow {
    width: 25rem;
  }
}

.topics__item-img {
  overflow: hidden;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.topics__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40rem;
  margin-top: 24rem;
  font-weight: var(--weightBold);
}
@media (max-width: 768px) {
  .topics__heading {
    gap: 20rem;
    margin-top: 16rem;
    font-size: 14rem;
  }
}

.topics__date {
  color: #a3a3a3;
  font-weight: var(--weightRegular);
  font-family: var(--fontEnglish);
}
@media (max-width: 768px) {
  .topics__date {
    font-size: 14rem;
  }
}

.topics__title {
  margin-top: 8rem;
}
@media (max-width: 768px) {
  .topics__title {
    margin-top: 4rem;
    font-size: 12rem;
  }
}

.topics__view-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 16rem;
  padding: 0 4rem;
  width: 100%;
  border-bottom: 1px solid;
  font-family: var(--fontEnglish);
}
@media (max-width: 768px) {
  .topics__view-more {
    margin-top: 8rem;
    font-size: 12rem;
  }
}

.concept {
  padding-top: 80rem;
  padding-bottom: 80rem;
  background-image: url("../image/concept__bg.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: var(--colorWhite);
}
@media (max-width: 768px) {
  .concept {
    padding-top: 40rem;
    padding-bottom: 40rem;
  }
}

.concept__title-container {
  padding-top: 8rem;
  border-top: 1px solid #c6c6c6;
}

.concept__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40rem;
}
@media (max-width: 768px) {
  .concept__content {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 60rem;
  }
}

.concept__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  letter-spacing: 1.28px;
  font-weight: var(--weightBold);
  font-size: 32rem;
}
@media (max-width: 768px) {
  .concept__title {
    font-size: 20rem;
  }
}

.concept__title-en {
  color: #c6c6c6;
  letter-spacing: 0.64px;
  font-weight: var(--weightRegular);
  font-size: 16rem;
}
@media (max-width: 768px) {
  .concept__title-en {
    font-size: 12rem;
  }
}

.concept__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32rem;
}
@media (max-width: 768px) {
  .concept__desc {
    margin-top: 40rem;
  }
}

.concept__desc-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 8rem;
  letter-spacing: 0.96px;
  font-size: 24rem;
}
@media (max-width: 768px) {
  .concept__desc-title {
    font-size: 16rem;
  }
}

.concept__desc-subtitle {
  letter-spacing: 0.64px;
  font-weight: var(--weightRegular);
  font-size: 16rem;
}
@media (max-width: 768px) {
  .concept__desc-subtitle {
    font-size: 12rem;
  }
}

@media (max-width: 768px) {
  .concept__desc-text {
    font-size: 12rem;
  }
}

.concept__view-all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  margin-top: 60rem;
}
@media (max-width: 768px) {
  .concept__view-all {
    margin-top: 40rem;
    font-size: 14rem;
  }
}

.product__item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 24rem;
}

.product__item {
  margin-top: 56rem;
  padding: 70rem 15rem 16rem 15rem;
  width: 280rem;
  background-color: #f4e8d5;
}
@media (max-width: 768px) {
  .product__item {
    width: 100%;
  }
}
.product__item:hover {
  opacity: 1;
}

@media (max-width: 768px) {
  .product__img-container {
    text-align: center;
  }
}

.product__img {
  width: 238rem;
  height: auto;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.product__item:hover .product__img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.product__item:hover .arrow {
  width: 35rem;
}
@media (max-width: 768px) {
  .product__item:hover .arrow {
    width: 25rem;
  }
}

.product__number {
  margin-top: 40rem;
  padding-left: 4rem;
  color: #888;
  letter-spacing: 0.48px;
  font-size: 12rem;
  font-family: var(--fontEnglish);
}

.product__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0rem 4rem;
  width: 100%;
  border-bottom: 1px solid;
}

.future__item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 60rem;
  margin-right: auto;
  margin-left: auto;
  width: 960rem;
}
@media (max-width: 768px) {
  .future__item-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40rem;
    margin-top: 40rem;
  }
}

.future__item {
  overflow: hidden;
  width: 410rem;
}
@media (max-width: 768px) {
  .future__item {
    width: 100%;
  }
}
.future__item:hover {
  opacity: 1;
}

.future__item-number {
  color: #888;
  font-family: var(--fontEnglish);
}
@media (max-width: 768px) {
  .future__item-number {
    font-size: 12rem;
  }
}

.future__item-img {
  overflow: hidden;
  width: 100%;
  height: auto;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.future__item:hover .future__item-img {
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
}

.future__item:hover .arrow {
  width: 35rem;
}
@media (max-width: 768px) {
  .future__item:hover .arrow {
    width: 25rem;
  }
}

.future__item-title {
  margin-top: 16rem;
  letter-spacing: 0.8px;
  font-weight: var(--weightBold);
  font-size: 20rem;
}
@media (max-width: 768px) {
  .future__item-title {
    font-size: 16rem;
  }
}

.future__item-text {
  margin-top: 4rem;
}
@media (max-width: 768px) {
  .future__item-text {
    font-size: 12rem;
  }
}

.future__view-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 32rem;
  padding: 0rem 4rem;
  width: 100%;
  border-bottom: 1px solid;
}
@media (max-width: 768px) {
  .future__view-more {
    margin-top: 16rem;
    font-size: 12rem;
  }
}

.location__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80rem;
  margin-top: 60rem;
}
@media (max-width: 768px) {
  .location__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40rem;
    margin-top: 40rem;
  }
}

.location__map {
  width: 473rem;
  height: 234rem;
}
@media (max-width: 768px) {
  .location__map {
    width: 100%;
    height: auto;
  }
}

iframe {
  width: 100%;
  height: 234rem;
}

.location__info-container {
  width: 570rem;
}
@media (max-width: 768px) {
  .location__info-container {
    width: 100%;
  }
}

.location__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40rem;
  padding: 8rem 0rem;
  width: 100%;
  border-top: 1px solid #c6c6c6;
}
@media (max-width: 768px) {
  .location__info {
    gap: 20rem;
    font-size: 12rem;
  }
}
.location__info:last-of-type {
  border-bottom: 1px solid #c6c6c6;
}

.location__title {
  width: 85rem;
  font-weight: var(--weightRegular);
}
@media (max-width: 768px) {
  .location__title {
    width: 80rem;
  }
}

@media (min-width: 769px) {
  .pc_none {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .sp_none {
    display: none !important;
  }
}
/*# sourceMappingURL=style.css.map */