@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 {
  --board: 1000;
  --max: 1px;
}
@media screen and (max-width: 768px) {
  :root {
    --board: 375;
    --max: 9999px;
  }
}

:root {
  --colorWhite: #fff;
  --colorBg: #222;
  --colorMain: #81333c;
  --colorSub: #f7e9e1;
}

:root {
  --fontGothic: "Noto Sans JP", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  --fontMincho: "Shippori Mincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  --fontEnglish: "Castoro", serif;
  --fontMaru: "Poiret One", "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: .04em;
  --lineHeight: 1.75;
  --kerning: unset;
}

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

html {
  font-size: clamp(0.625%, 0.065vw, 6.25%);
}
@media (max-width: 750px) {
  html {
    font-size: 0.2666666667vw;
  }
}

body {
  background-color: var(--bodyBg);
  color: var(--colorWhite);
  letter-spacing: var(--letterSpacing);
  font-weight: var(--weightMedium);
  font-size: var(--fontSize);
  font-family: var(--fontMincho);
  line-height: var(--lineHeight);
  font-optical-sizing: auto;
  -webkit-font-feature-settings: var(--kerning);
          font-feature-settings: var(--kerning);
}

.shop__container, .footer__inner {
  margin-right: auto;
  margin-left: auto;
  width: 1080rem;
}
@media (max-width: 750px) {
  .shop__container, .footer__inner {
    width: 335rem;
  }
}

.inner {
  margin-right: auto;
  margin-left: auto;
  width: 800rem;
}
@media (max-width: 750px) {
  .inner {
    width: 335rem;
  }
}

@-webkit-keyframes name {}

@keyframes name {}
body {
  background-color: var(--colorBg);
}

a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@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: 750px) {
  *,
  *::before,
  *::after {
    max-width: 100%;
  }
}

@media (max-width: 750px) {
  .sp-none {
    display: none;
  }
}

.section__title {
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  font-size: 36rem;
  font-family: var(--fontEnglish);
}
@media (max-width: 750px) {
  .section__title {
    text-align: left;
    font-size: 20rem;
  }
}

.button {
  position: relative;
  display: inline-block;
  margin: 5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  cursor: pointer;
}
@media (max-width: 750px) {
  .button {
    margin: 0;
    font-size: 14rem;
  }
}

.button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -40rem;
  display: block;
  width: 20rem;
  height: 5rem;
  border: none;
  border-right: 2rem solid #fff;
  border-bottom: 1rem solid #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: skew(45deg) translateY(-50%);
          transform: skew(45deg) translateY(-50%);
}

.button:hover::after {
  right: -40rem;
  width: 30rem;
}

.js-fade {
  opacity: 0 !important;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transform: translateY(40rem);
          transform: translateY(40rem);
}
.js-fade.is-show {
  opacity: 1 !important;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.is-hide {
  opacity: 0 !important;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.is-show .is-hide {
  opacity: 1 !important;
}

.box {
  position: fixed;
  top: 40rem;
  right: 40rem;
  z-index: 1000;
  width: 40rem;
  height: 50rem;
  border-radius: 2rem;
}

.btn {
  position: absolute;
  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: 100%;
  height: 100%;
  cursor: pointer;
}
.btn span {
  position: relative;
  display: block;
  width: 100%;
  height: 2rem;
  border-radius: 1rem;
  background: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.active .btn span + span {
  margin-top: 19rem;
}

span + span {
  margin-top: 9rem;
}

.active span:nth-child(1) {
  -webkit-animation: ease-in-out 0.6s top forwards;
          animation: ease-in-out 0.6s top forwards;
}

span:nth-child(1) {
  -webkit-animation: ease-in-out 0.6s top-2 forwards;
          animation: ease-in-out 0.6s top-2 forwards;
}

.active span:nth-child(2) {
  -webkit-animation: ease-in-out 0.6s scaled forwards;
          animation: ease-in-out 0.6s scaled forwards;
}

span:nth-child(2) {
  -webkit-animation: ease-in-out 0.6s scaled-2 forwards;
          animation: ease-in-out 0.6s scaled-2 forwards;
}

.active span:nth-child(3) {
  -webkit-animation: ease-in-out 0.6s bottom forwards;
          animation: ease-in-out 0.6s bottom forwards;
}

span:nth-child(3) {
  -webkit-animation: ease-in-out 0.6s bottom-2 forwards;
          animation: ease-in-out 0.6s bottom-2 forwards;
}

@-webkit-keyframes top {
  0% {
    top: 0;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    top: 22rem;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    top: 22rem;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}

@keyframes top {
  0% {
    top: 0;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    top: 22rem;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    top: 22rem;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}
@-webkit-keyframes top-2 {
  0% {
    top: 22rem;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  50% {
    top: 22rem;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    top: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes top-2 {
  0% {
    top: 22rem;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  50% {
    top: 22rem;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    top: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@-webkit-keyframes bottom {
  0% {
    bottom: 0;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    bottom: 22rem;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    bottom: 22rem;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
}
@keyframes bottom {
  0% {
    bottom: 0;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    bottom: 22rem;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    bottom: 22rem;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
}
@-webkit-keyframes bottom-2 {
  0% {
    bottom: 22rem;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  50% {
    bottom: 22rem;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    bottom: 0;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@keyframes bottom-2 {
  0% {
    bottom: 22rem;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  50% {
    bottom: 22rem;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    bottom: 0;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@-webkit-keyframes scaled {
  50% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@keyframes scaled {
  50% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@-webkit-keyframes scaled-2 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes scaled-2 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.header__nav {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 120rem;
  padding-bottom: 150rem;
  width: 380rem;
  border-radius: 0 0 0 200rem;
  background-color: var(--colorMain);
  -webkit-transition: var(--speed);
  transition: var(--speed);
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.active .header__nav {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 32rem;
}

.header__logo {
  width: 224rem;
}

.header__nav-item:first-of-type {
  margin-bottom: 32rem;
}

.header__nav-bg {
  position: fixed;
  z-index: 10;
  width: 100%;
  height: 100vh;
  background-color: var(--colorBg);
  opacity: 0;
  -webkit-transition: var(--speed);
  transition: var(--speed);
  pointer-events: none;
}
.active .header__nav-bg {
  opacity: 0.7;
  pointer-events: all;
}

.footer {
  padding-top: 100rem;
  padding-bottom: 40rem;
  background-color: var(--colorSub);
  color: var(--colorBg);
}
@media (max-width: 750px) {
  .footer {
    padding-top: 60rem;
    padding-bottom: 20rem;
  }
}

.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 750px) {
  .footer__inner {
    -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;
  }
}

.footer__logo {
  width: 340rem;
}
@media (max-width: 750px) {
  .footer__logo {
    width: 158rem;
  }
}

.footer__title {
  margin-top: 40rem;
  font-size: 16rem;
}
@media (max-width: 750px) {
  .footer__title {
    margin-top: 20rem;
    font-size: 12rem;
  }
}

.footer__nav {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 80rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: 1fr 40rem 1fr 40rem 1fr;
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 80rem;
  grid-row-gap: 40rem;
}

.footer__nav > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.footer__nav > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.footer__nav > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.footer__nav > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}

.footer__nav > *:nth-child(5) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}

.footer__nav > *:nth-child(6) {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
}
@media (max-width: 750px) {
  .footer__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20rem;
    margin-top: 40rem;
    font-size: 12rem;
  }
}

.footer__copyright {
  margin-top: 160rem;
  text-align: center;
  font-size: 12rem;
}
@media (max-width: 750px) {
  .footer__copyright {
    margin-top: 40rem;
  }
}

.main {
  overflow: hidden;
}

.mv {
  position: relative;
  width: 100%;
  height: 890rem;
  background-image: url("../image/bg_mv.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 750px) {
  .mv {
    height: 565rem;
  }
}

.mv__title-container {
  position: absolute;
  top: 308rem;
  right: calc(50% + 26rem);
  z-index: 10;
}
@media (max-width: 750px) {
  .mv__title-container {
    top: auto;
    right: auto;
    bottom: 60rem;
    left: 20rem;
    width: 100%;
  }
}

.mv__title {
  font-weight: var(--weightBold);
  font-size: 64rem;
  line-height: 1.8;
  -webkit-filter: drop-shadow(5rem 5rem 2rem #000);
          filter: drop-shadow(5rem 5rem 2rem #000);
}
@media (max-width: 750px) {
  .mv__title {
    font-size: 32rem;
    -webkit-filter: drop-shadow(2rem 2rem 3rem #000);
            filter: drop-shadow(2rem 2rem 3rem #000);
  }
}

.mv__subtitle {
  font-weight: var(--weightRegular);
  font-size: 20rem;
  -webkit-filter: drop-shadow(5rem 5rem 2rem #000);
          filter: drop-shadow(5rem 5rem 2rem #000);
}
@media (max-width: 750px) {
  .mv__subtitle {
    font-size: 14rem;
    -webkit-filter: drop-shadow(2rem 2rem 3rem #000);
            filter: drop-shadow(2rem 2rem 3rem #000);
  }
}

.mv__swiper-area {
  position: relative;
  z-index: 1;
  margin-left: auto;
  width: 780rem;
  height: 740rem;
}
@media (max-width: 750px) {
  .mv__swiper-area {
    width: 325rem;
    height: 429rem;
  }
}

.mv__swiper-slide {
  margin-right: 40rem;
  width: 346rem;
  height: 100%;
}
@media (max-width: 750px) {
  .mv__swiper-slide {
    margin-right: 20rem;
    width: 200rem;
  }
}

.mv__swiper-image {
  width: 346rem;
  border-radius: 0 0 60rem 60rem;
}
@media (max-width: 750px) {
  .mv__swiper-image {
    width: 200rem;
  }
}

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

.about {
  position: relative;
  padding-top: 150rem;
  padding-bottom: 150rem;
}
@media (max-width: 750px) {
  .about {
    padding-top: 60rem;
    padding-bottom: 60rem;
  }
}
.about::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background-image: url("../image/bg_about.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.about__image {
  width: 320rem;
}
@media (max-width: 750px) {
  .about__image {
    width: 100%;
  }
}

.about__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: 80rem;
}
@media (max-width: 750px) {
  .about__content {
    -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;
    margin-top: 40rem;
  }
}

.about__subtitle {
  font-weight: var(--weightBold);
  font-size: 32rem;
}
@media (max-width: 750px) {
  .about__subtitle {
    margin-top: 30rem;
    text-align: left;
    font-size: 20rem;
  }
}

.about__text {
  margin-top: 24rem;
  width: 400rem;
  line-height: 2.5;
}
@media (max-width: 750px) {
  .about__text {
    margin-top: 10rem;
    width: 100%;
    font-size: 14rem;
  }
}

.about-button__box {
  margin-top: 24rem;
}
@media (max-width: 750px) {
  .about-button__box {
    margin-top: 40rem;
  }
}

.sweets {
  padding-top: 150rem;
  padding-bottom: 150rem;
  background-color: var(--colorBg);
}
@media (max-width: 750px) {
  .sweets {
    padding-top: 60rem;
    padding-bottom: 60rem;
  }
}

.sweets__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 80rem;
  width: 100%;
  row-gap: 40rem;
}
@media (max-width: 750px) {
  .sweets__container {
    -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;
    margin-top: 40rem;
  }
}

.sweets__link {
  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: 240rem;
  -webkit-transition: var(--speed);
  transition: var(--speed);
}
@media (max-width: 750px) {
  .sweets__link {
    width: 100%;
  }
}
@media (hover: hover) {
  .sweets__link:hover {
    opacity: 1;
  }
  .sweets__link:hover .sweets__image-scale {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}

.sweets__image-container {
  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: 240rem;
  background-color: #fff;
}
@media (max-width: 750px) {
  .sweets__image-container {
    height: 325rem;
  }
}

.sweets__image-scale {
  -webkit-transition: var(--speed);
  transition: var(--speed);
}

.sweets__image {
  width: 200rem;
  -webkit-filter: drop-shadow(1rem 8rem 6rem rgba(0, 0, 0, 0.5));
          filter: drop-shadow(1rem 8rem 6rem rgba(0, 0, 0, 0.5));
}
@media (max-width: 750px) {
  .sweets__image {
    width: 280rem;
    -webkit-filter: drop-shadow(1rem 3rem 4rem rgba(0, 0, 0, 0.5));
            filter: drop-shadow(1rem 3rem 4rem rgba(0, 0, 0, 0.5));
  }
}

.sweets__name {
  font-size: 16rem;
}
@media (max-width: 750px) {
  .sweets__name {
    font-size: 14rem;
  }
}

.sweets__desc {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  font-size: 12rem;
  -webkit-line-clamp: 2;
}

.sweets__price {
  font-size: 12rem;
  font-family: var(--fontEnglish);
}

.sweets-button__box {
  margin-top: 60rem;
  text-align: center;
}
@media (max-width: 750px) {
  .sweets-button__box {
    margin-top: 40rem;
    text-align: left;
  }
}

.news {
  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;
  padding-top: 200rem;
  padding-bottom: 200rem !important;
  min-height: 100vh !important;
  height: 100vh !important;
  background-color: var(--colorMain);
}
@media (max-width: 750px) {
  .news {
    padding-top: 260rem !important;
    padding-bottom: 260rem !important;
  }
}

.news__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: visible;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50rem;
  margin-top: 100rem;
  padding-left: 160rem;
  width: 100%;
}
@media (max-width: 750px) {
  .news__container {
    gap: 20rem;
    margin-top: 40rem;
    padding-left: 40rem;
  }
}

.news__box {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 340rem;
  height: 453rem;
}
@media (max-width: 750px) {
  .news__box {
    width: 335rem;
    height: 446rem;
  }
}

.news__link {
  display: block;
  padding-top: 40rem;
  padding-right: 40rem;
  padding-left: 40rem;
  width: 100%;
  height: 100%;
  background-color: var(--colorSub);
  color: var(--colorBg);
}
@media (hover: hover) {
  .news__link:hover {
    opacity: 1;
  }
  .news__link:hover .news__image {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  .news__link:hover .button::after {
    right: -40rem;
    width: 30rem;
  }
}
.news__link .button {
  margin-top: 8rem;
  color: var(--colorBg);
}
.news__link .button::after {
  border-color: var(--colorBg);
}

.news__image-container {
  overflow: hidden;
  width: 260rem;
  height: 161rem;
}

.news__image {
  width: 260rem;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.news__date {
  margin-top: 16rem;
  font-size: 14rem;
  font-family: var(--fontEnglish);
}
@media (max-width: 750px) {
  .news__date {
    margin-top: 8rem;
    font-size: 12rem;
  }
}

.news__heading {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  margin-top: 8rem;
  text-overflow: ellipsis;
  font-weight: var(--weightBold);
  font-size: 16rem;
  -webkit-line-clamp: 2;
}
@media (max-width: 750px) {
  .news__heading {
    font-size: 14rem;
  }
}

.shop {
  padding-top: 150rem;
  padding-bottom: 150rem;
  background-color: var(--colorBg);
}
@media (max-width: 750px) {
  .shop {
    padding-top: 60rem;
    padding-bottom: 340rem;
  }
}

@media (max-width: 750px) {
  .shop__inner {
    margin-right: auto;
    margin-left: auto;
    width: 335rem;
  }
}

.shop__container {
  position: relative;
  margin-top: 80rem;
}
@media (max-width: 750px) {
  .shop__container {
    margin-top: 40rem;
  }
}

.shop__info {
  position: absolute;
  top: 50%;
  right: calc(50% + 103rem);
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16rem;
  padding: 30rem 0rem 30rem 40rem;
  width: 300rem;
  background-color: #fff;
  color: var(--colorBg);
  line-height: 1.4;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 750px) {
  .shop__info {
    right: auto;
    left: 50%;
    padding: 40rem 0rem 40rem 40rem;
    width: 275rem;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.shop__title-image {
  margin-bottom: 10rem;
  width: 180rem;
}
@media (max-width: 750px) {
  .shop__title-image {
    width: 143rem;
  }
}

.shop__info-heading {
  font-weight: var(--weightBold);
}

.shop__info-time {
  margin-left: 1em;
}

@media (max-width: 750px) {
  .shop__info-list {
    font-size: 12rem;
  }
}

.shop__photo {
  position: relative;
  overflow: hidden;
  margin-left: auto;
  width: 840rem;
  height: 500rem;
}
@media (max-width: 750px) {
  .shop__photo {
    width: 100%;
    height: 300rem;
  }
}

.shop__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 150rem);
  background-image: url("../image/image_shop.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 750px) {
  .shop__image {
    position: relative;
    background-position: top center;
  }
}

.recruit {
  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;
  padding-top: 150rem;
  padding-bottom: 150rem;
  width: 100%;
  background-image: url("../image/bg_recruit.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 750px) {
  .recruit {
    padding-top: 60rem;
    padding-bottom: 60rem;
    background-image: url("../image/bg_recruit-sp.png");
  }
}

.section__title-ja {
  margin-top: 40rem;
  letter-spacing: 0.08em;
  font-weight: var(--weightBold);
  font-size: 36rem;
}
@media (max-width: 750px) {
  .section__title-ja {
    margin-top: 20rem;
    font-size: 24rem;
  }
}

.recruit-button__box {
  margin-top: 40rem;
}
@media (max-width: 750px) {
  .recruit-button__box {
    margin-top: 20rem;
  }
}

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

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