/*! 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-style: solid;
  border-width: 0;
}

/* 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;
  line-break: strict;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

/**
 * 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 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* 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 {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 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 */
  white-space: pre-wrap;
}

address {
  font-style: inherit;
}

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

/**
 * 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 {
  font-size: 75%;
  line-height: 0;
  position: relative;
  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 {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * 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 {
  border-style: none;
  padding: 0;
}

/**
 * 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 {
  margin: 0;
  padding: 0;
  min-width: 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 {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 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 {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 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-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

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

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

html {
  scrollbar-gutter: stable;
}

body {
  min-height: 100vh;
  color: #1E1E26;
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.75;
  overflow-y: scroll;
}
body.is-blocked {
  overflow-y: hidden;
}
body.is-lock {
  overflow: hidden;
}

main {
  background-color: #fff;
}

section {
  position: relative;
  z-index: 1;
}

a {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.inner {
  width: calc(100% - 40px);
  max-width: 1200px;
  margin: 0 auto;
}

.inner2 {
  width: calc(100% - 40px);
  max-width: 1366px;
  margin: 0 auto;
}

.inner3 {
  width: calc(100% - 40px);
  max-width: 1050px;
  margin: 0 auto;
}

@media screen and (min-width: 1080px) {
  .is-hidePc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .is-hidePcTab {
    display: none !important;
  }
}

@media screen and (max-width: 1079px) {
  .is-hideSpTab {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .is-hideSp {
    display: none !important;
  }
}

@-webkit-keyframes fadeIn {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0;
    visibility: hidden;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
}

@keyframes fadeIn {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0;
    visibility: hidden;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
}
@-webkit-keyframes fadeUp {
  from {
    -webkit-transform: translateY(25px);
            transform: translateY(25px);
    opacity: 0;
    visibility: hidden;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
}
@keyframes fadeUp {
  from {
    -webkit-transform: translateY(25px);
            transform: translateY(25px);
    opacity: 0;
    visibility: hidden;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
}
.js-fade {
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.js-fade.done {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.fv {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 0;
  -webkit-transition: opacity 1s, visibility 1s;
  transition: opacity 1s, visibility 1s;
}
.fv:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  background-color: hsl(336, 100%, 96%);
  background-image: radial-gradient(at 10% 20%, hsl(60, 100%, 97%) 0px, transparent 50%), radial-gradient(at 97% 61%, hsla(288, 100%, 94%, 0.5) 0px, transparent 50%);
  -webkit-animation: bgUp 0.9s ease forwards;
          animation: bgUp 0.9s ease forwards;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  z-index: -1;
}

.fv__logoWrap {
  position: absolute;
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  opacity: 0;
  visibility: hidden;
  -webkit-animation: fadeIn 1.2s ease-out forwards;
          animation: fadeIn 1.2s ease-out forwards;
}

.fv__logo {
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 1080px) {
  .fv__logo {
    max-width: 17.55vw;
  }
}
@media screen and (max-width: 1079px) and (min-width: 768px) {
  .fv__logo {
    max-width: 260px;
  }
}
@media screen and (max-width: 767px) {
  .fv__logo {
    top: 60%;
    left: 50%;
    -webkit-transform: translate(-50%, -60%);
            transform: translate(-50%, -60%);
    max-width: 165px;
  }
}

@keyframes fadeUp {
  from {
    -webkit-transform: translateY(25px);
            transform: translateY(25px);
    opacity: 0;
    visibility: hidden;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
}
.c-button {
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  position: relative;
  font-size: 18px;
  color: #B24554;
  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: flex-end;
  padding: 10px 0;
}
.c-button.--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-button:hover .c-btn__arrow.--arrow1 {
  background: url("../img/icon-arrows.svg") no-repeat center/cover;
}
.c-button.splide__arrow {
  background-color: transparent;
}
.c-button.splide__arrow.--splide1 {
  background-color: #F4EBD9;
  width: 45px;
  height: 45px;
  opacity: 1;
  border-radius: 0;
  outline: none;
}
.c-button.splide__arrow.--splide1:after {
  content: "";
  position: absolute;
  display: inline-block;
  background-color: #1E1E26;
  -webkit-mask: url("../img/icon-arrows.svg") no-repeat center/cover;
          mask: url("../img/icon-arrows.svg") no-repeat center/cover;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 12px;
  height: 21px;
}
.c-button.splide__arrow.--splide1.splide__arrow--prev {
  left: 0;
}
.c-button.splide__arrow.--splide1.splide__arrow--prev:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.c-button.splide__arrow.--splide1.splide__arrow--next {
  right: 0;
}
.c-button.splide__arrow.--splide1:hover {
  opacity: 1;
  background-color: #B24554;
}
.c-button.splide__arrow.--splide1:hover:after {
  background-color: #fff;
}

.c-heading {
  position: relative;
  text-align: center;
  margin: 0 auto;
  z-index: 2;
}
.c-heading.--gallery {
  max-width: 564px;
}
.c-heading.--campaign {
  max-width: 640px;
}
.c-heading.--bland {
  max-width: 230px;
}
@media screen and (max-width: 1079px) {
  .c-heading.--bland {
    max-width: 180px;
  }
}

.c-read {
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
  font-weight: 500;
  margin: 56px auto 0;
  text-align: center;
  font-size: 20px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .c-read {
    font-size: clamp(16px, 1.757vw, 18px);
    margin: 30px auto 0;
  }
}

.c-link {
  color: #B24554;
  text-decoration: underline;
}

.c-return {
  position: fixed;
  right: 40px;
  bottom: 40px;
  margin: 0 auto;
  z-index: 10;
  opacity: 0;
  border-radius: 100px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #B24554;
}
.c-return.is-active {
  opacity: 1;
}
@media screen and (max-width: 1079px) {
  .c-return {
    right: 15px;
    bottom: 24px;
  }
}
.c-return a {
  position: relative;
  display: block;
  padding: 28px 24px;
}
.c-return a:after {
  content: "";
  background: url("../img/icon-arrows_wh.svg") no-repeat center/contain;
  display: block;
  width: 21px;
  height: 12px;
}
@media screen and (max-width: 1079px) {
  .c-return a {
    padding: 20px 17px;
  }
  .c-return a:after {
    content: "";
    background: url("../img/icon-arrows_wh.svg") no-repeat center/contain;
    width: 15px;
    height: 8px;
  }
}
.c-return a:hover {
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
}

.l-header {
  position: fixed;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 60px;
  background-color: #fff;
  z-index: 999;
  overflow: hidden;
  max-width: 900px;
  -webkit-box-shadow: 3px 3px 6px -6px rgba(30, 30, 38, 0.9);
          box-shadow: 3px 3px 6px -6px rgba(30, 30, 38, 0.9);
  -webkit-transition: ease-in opacity 1s, -webkit-transform 1s;
  transition: ease-in opacity 1s, -webkit-transform 1s;
  transition: transform 1s, ease-in opacity 1s;
  transition: transform 1s, ease-in opacity 1s, -webkit-transform 1s;
  opacity: 0;
}
.l-header.is-anime {
  opacity: 1;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
@media screen and (min-width: 1080px) {
  .l-header.is-anime {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media screen and (min-width: 1080px) {
  .l-header {
    top: 60px;
    right: 60px;
    padding: 20px 70px;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
}
@media screen and (max-width: 1079px) {
  .l-header {
    top: 25px;
    right: 15px;
    width: 48px;
    height: 48px;
  }
}

@media screen and (max-width: 1079px) {
  .l-header__nav {
    width: 100%;
    height: 100%;
  }
  .l-header__nav:before {
    content: "";
    display: block;
    position: absolute;
    border-radius: 100px;
    width: 48px;
    height: 48px;
    top: 0;
    left: 0;
    z-index: 6;
    background-color: #fff;
  }
}
.l-header__nav.js-open {
  opacity: 1;
  z-index: 10;
  visibility: inherit;
}
.l-header__nav::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.l-header__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 60px 1fr 60px 1fr 60px 1fr 60px 1fr 60px 1fr;
  grid-template-columns: repeat(6, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  gap: 0 60px;
}
.l-header__list > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.l-header__list > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.l-header__list > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
.l-header__list > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}
.l-header__list > *:nth-child(5) {
  -ms-grid-row: 1;
  -ms-grid-column: 9;
}
.l-header__list > *:nth-child(6) {
  -ms-grid-row: 1;
  -ms-grid-column: 11;
}
@media screen and (max-width: 1079px) {
  .l-header__list {
    display: block;
    margin: 80px auto 0;
    width: calc(100% - 40px);
    max-width: 320px;
  }
}

@media screen and (max-width: 1079px) {
  .l-header__item {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    -webkit-transition: 0.5s cubic-bezier(0.4, 0.4, 0, 1);
    transition: 0.5s cubic-bezier(0.4, 0.4, 0, 1);
  }
  .l-header__item:nth-child(n+2) {
    margin-top: 20px;
  }
  .l-header__item:nth-child(1) {
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
  }
  .l-header__item:nth-child(2) {
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  .l-header__item:nth-child(3) {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  .l-header__item:nth-child(4) {
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
  .l-header__item:nth-child(5) {
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
  .l-header__item:nth-child(6) {
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
}

.l-header__link {
  position: relative;
  white-space: nowrap;
  color: #B24554;
  font-size: 14px;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 1079px) {
  .l-header__link {
    font-size: 16px;
    text-align: center;
  }
}
.l-header__link:hover {
  color: #1E1E26;
}

@media screen and (min-width: 1080px) {
  .l-header__wrap {
    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;
  }
}
@media screen and (max-width: 1079px) {
  .l-header__wrap {
    width: 100%;
    height: 100%;
    display: block;
  }
}

.l-header__navBox {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.l-header__navBox.is-open {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
  margin: 0 auto;
  visibility: visible;
  opacity: 1;
  background-color: hsl(336, 100%, 96%);
  background-image: radial-gradient(at 10% 20%, hsl(60, 100%, 97%) 0px, transparent 50%), radial-gradient(at 97% 61%, hsla(288, 100%, 94%, 0.5) 0px, transparent 50%);
}
.l-header__navBox.is-open .l-header__item {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.l-header__hamburger {
  cursor: pointer;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
}

.l-header__bar {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 24px;
  height: 2px;
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #B24554;
}
.l-header__bar:first-child {
  top: 19px;
}
.l-header__bar:last-child {
  bottom: 19px;
}
.l-header__bar.is-active {
  left: 0;
}
.l-header__bar.is-active:first-child {
  -webkit-transform: translateY(4px) rotate(30deg);
          transform: translateY(4px) rotate(30deg);
}
.l-header__bar.is-active:last-child {
  -webkit-transform: translateY(-4px) rotate(-30deg);
          transform: translateY(-4px) rotate(-30deg);
}