@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 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 */ /* stylelint-disable-line */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  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] {
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; /* 2 */
  border-bottom: none; /* 1 */
}

/**
 * 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 */ /* stylelint-disable-line */
  font-size: 1em; /* 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0; /* 2 */
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
}

/**
 * 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] {
  -webkit-appearance: button;
}

/**
 * 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;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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 {
  box-sizing: border-box; /* 1 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  color: inherit; /* 2 */
  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;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * 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 {
  font: inherit; /* 2 */
  -webkit-appearance: button; /* 1 */
}

/* 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;
}

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

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

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  height: 2em;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: flex;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
  opacity: 0.7;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #00bfff;
  opacity: 1;
}

.splide__arrow {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: flex;
  height: 2.5em;
  justify-content: center;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2.5em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #00bfff;
  height: 2.5em;
  transition: fill 0.2s linear;
  width: 2.5em;
}

.splide__arrow:hover:not(:disabled) svg {
  fill: #66d9ff;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #00bfff;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #00bfff;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 10px;
  margin: 3px;
  padding: 0;
  position: relative;
  transition: background-color 0.2s linear, transform 0.2s linear;
  width: 10px;
}

.splide__pagination__page.is-active {
  background: #00bfff;
  transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  background: #66d9ff;
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #00bfff;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #00bfff;
  outline-offset: 3px;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #00bfff;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #00bfff;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #00bfff;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #00bfff;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #00bfff;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #00bfff;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #00bfff;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #00bfff;
  outline-offset: 3px;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: flex;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

/* ------------------------------------------------------------
 * tag setting
------------------------------------------------------------ */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 1.5em 0 1em;
  transform: rotate(0.05deg);
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}

p,
ul,
ol,
dl,
table {
  margin: 1em 0;
}
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
table:last-child {
  margin-bottom: 0;
}
p:first-child,
ul:first-child,
ol:first-child,
dl:first-child,
table:first-child {
  margin-top: 0;
}

* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  transform: rotate(0deg);
}

p,
span,
small {
  transform: rotate(0.05deg);
}

html {
  font-size: 10px;
}

body {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #1a1311;
  letter-spacing: 0.1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}

@media screen and (min-width: 769px) {
  a {
    transition: opacity 0.3s;
  }
  a:hover {
    opacity: 0.7;
  }
}

@media screen and (min-width: 769px) {
  /* href="tel:〜"の場合、PC/タブレットではリンク判定無しを前提とする */
  a[href^="tel:"] {
    display: inline-block;
    color: inherit;
    text-decoration: none;
    pointer-events: none;
    cursor: default;
  }
}
button {
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
}

/* ======================================================================
 *  メイン横幅調節用
====================================================================== */
.adjust-width {
  width: 95%;
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .adjust-width {
    width: 100%;
    padding-right: 5.33vw;
    padding-left: 5.33vw;
  }
}

/* ======================================================================
 *  l-container
====================================================================== */
.l-container {
  padding-top: 0;
}
/* ======================================================================
 *  Header
====================================================================== */
.c-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 152px;
  padding: 3.2rem 0 0;
}
.c-header .logo {
  display: none;
  flex: 0 0 auto;
  margin: 0;
  transform: rotate(0);
}
.c-header .logo img {
  width: min(18.5rem, 13.5vw);
}
@media screen and (max-width: 768px) {
  .c-header .logo img {
    width: 123px;
  }
}
@media screen and (max-width: 768px) {
  .c-header {
    height: 80px;
    padding: 0 5.33vw;
  }
}
.c-header .adjust-width {
  max-width: 1296px;
}
@media screen and (max-width: 768px) {
  .c-header .gnav {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    transition: top 0.3s ease-in-out;
  }
  .c-header .gnav.-js-opened {
    top: 0;
  }
}
@media screen and (max-width: 768px) {
  .c-header .gnav .gnav-inner {
    padding: 0 5.33vw;
    margin: 0 5.33vw;
    background: #fff;
    border-radius: 0 0 2.4rem 2.4rem;
  }
}
@media screen and (min-width: 769px) {
  .c-header .gnav .gnav-header {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .c-header .gnav .gnav-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 8rem;
  }
}
.c-header .gnav-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.c-header .gnav-overlay.-js-opened {
  visibility: visible;
  opacity: 1;
}
.c-header .header-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 12rem;
  padding: 0 min(6rem, 4.39vw);
  margin: 0 auto;
  background-color: #fff;
  border-radius: 6rem;
}
@media screen and (max-width: 768px) {
  .c-header .header-inner {
    height: 8rem;
    padding: 0 5.33vw;
    border-radius: 0 0 2.4rem 2.4rem;
    transition: border-radius 0.3s ease-in-out;
  }
}
@media screen and (min-width: 769px) {
  .c-header .header-inner .btn-menu {
    display: none;
  }
}
.c-header .header-inner .main-menu ul {
  padding: 0;
  list-style: none;
  display: flex;
  gap: min(5rem, 3.6vw);
  align-items: center;
  justify-content: flex-end;
  transform: rotate(0);
}
@media screen and (max-width: 1000px) {
  .c-header .header-inner .main-menu ul {
    gap: 3vw;
  }
}
.c-header .header-inner .main-menu li {
  position: relative;
}
.c-header .header-inner .main-menu li a {
  display: inline-flex;
  gap: min(1.8rem, 1.3vw);
  align-items: center;
  font-size: min(1.8rem, 1.3vw);
  font-weight: bold;
  line-height: 1.5;
  color: #1a1311;
  text-decoration: none;
}
.c-header .header-inner .main-menu li a img {
  width: min(6rem, 4.39vw);
}
@media screen and (max-width: 768px) {
  .c-header .header-inner .main-menu {
    display: block;
    width: 100%;
    padding: 0.4rem 5.33vw 2rem;
    margin-top: 0;
  }
  .c-header .header-inner .main-menu ul {
    display: block;
    width: 100%;
  }
  .c-header .header-inner .main-menu li {
    border-top: 1px solid #da0042;
  }
  .c-header .header-inner .main-menu li a {
    gap: 1.6rem;
    width: 100%;
    padding: 20px 0 20px 10px;
    font-size: 1.6rem;
    line-height: 1.87;
    text-align: left;
  }
  .c-header .header-inner .main-menu li a img {
    width: 4rem;
  }
}
.c-header .header-inner .btn-block {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  align-items: center;
  margin-left: auto;
}
@media screen and (min-width: 769px) {
  .c-header .header-inner .btn-block {
    display: none;
  }
}
.c-header .header-inner .btn-block .toggle-btn {
  position: relative;
  display: flex;
  flex: 0 0 auto;
  align-items: flex-end;
  justify-content: center;
  width: 24px;
  height: 19px;
}
.c-header .header-inner .btn-block .toggle-btn.-close {
  margin-top: -2rem;
}
.c-header .header-inner .btn-block .toggle-btn.-close i:nth-child(1) {
  top: 0;
  transform: rotate(45deg);
}
.c-header .header-inner .btn-block .toggle-btn.-close i:nth-child(2) {
  transform: scale(0, 1);
}
.c-header .header-inner .btn-block .toggle-btn.-close i:nth-child(3) {
  top: 0;
  transform: rotate(-45deg);
}
.c-header .header-inner .btn-block .toggle-btn i {
  position: absolute;
  inset: 0;
  width: 24px;
  height: 3px;
  margin: auto;
  background: #da0042;
  border-radius: 2rem;
  transition: transform 0.3s linear;
}
.c-header .header-inner .btn-block .toggle-btn i:nth-child(1) {
  top: -15px;
}
.c-header .header-inner .btn-block .toggle-btn i:nth-child(3) {
  top: 17px;
}
.c-header .header-inner .btn-block .toggle-btn span {
  display: block;
  font-size: 0.846em;
  line-height: 1;
  color: #fff;
}
.c-header .header-inner .btn-block .btn-menu {
  margin: 0;
  font-size: 1rem;
  font-weight: bold;
  color: #da0042;
}

.header-menu {
  display: flex;
  justify-content: space-between;
  padding: 0;
  list-style: none;
}
.header-menu li {
  flex: 0 1 auto;
}
.header-menu li a {
  display: block;
  color: #da0042;
  text-decoration: none;
  background: #d0eff7;
}
.header-menu li.-current {
  border-bottom: 2px solid;
}

/* ======================================================================
 *  Footer
====================================================================== */
.c-footer p {
  margin: 0;
}
.c-footer .footer-content {
  padding: 25.4rem 0 4.1rem;
  background: url("../images/common/footer-bg.png") center/cover no-repeat;
}
@media screen and (max-width: 768px) {
  .c-footer .footer-content {
    padding: max(93vw, 36.4rem) 0 4.1rem;
    text-align: center;
    background: url("../images/common/footer-bg-sp.png") top center/cover no-repeat;
  }
}
.c-footer .adjust-width {
  max-width: 1094.8px;
}
.c-footer .logo {
  margin-bottom: 3.2rem;
  transform: rotate(0deg);
}
.c-footer .link {
  font-size: 1.4rem;
  line-height: 1.7;
  color: #1a1311;
  text-decoration: none;
  transform: rotate(0.05deg);
}

.pagetop {
  padding-top: 2.2rem;
  text-align: center;
  background: #da0042;
}
@media screen and (max-width: 768px) {
  .pagetop {
    padding-top: 3.4rem;
  }
}
.pagetop .pagetop-block {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 22rem;
  height: 11rem;
  padding: 0;
  background-color: #fff;
  border: 0;
  border-top-left-radius: 11rem;
  border-top-right-radius: 11rem;
  transition: opacity 0.3s;
}
@media screen and (min-width: 769px) {
  .pagetop .pagetop-block:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .pagetop .pagetop-block {
    width: 19.6rem;
    height: 9.8rem;
    border-top-left-radius: 9.8rem;
    border-top-right-radius: 9.8rem;
  }
}
.pagetop .pagetop-norurun {
  margin-bottom: 0.65rem;
}
@media screen and (max-width: 768px) {
  .pagetop .pagetop-norurun {
    width: 5.7rem;
    margin-bottom: 0.58rem;
  }
}
.pagetop .text {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.78;
  color: #dc000c;
}
@media screen and (max-width: 768px) {
  .pagetop .text {
    font-size: 1.1rem;
    line-height: 1.8;
  }
}
.pagetop .text img {
  margin-left: 0.4rem;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .pagetop .text img {
    width: 1.4rem;
    margin-left: 1.24rem;
  }
}

/* ======================================================================
 * Title
====================================================================== */
.c-page-head {
  padding-top: 21rem;
  background: url("../images/common/page-head-bg.svg") center/cover no-repeat;
}
@media screen and (max-width: 768px) {
  .c-page-head {
    padding-top: 13rem;
    background: url("../images/common/page-head-bg-sp.svg") bottom center/cover no-repeat;
  }
}
.c-page-head h1 {
  display: flex;
  gap: 5rem;
  align-items: center;
  margin: 0;
  font-size: 3.6rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .c-page-head h1 {
    flex-direction: column-reverse;
    gap: 3rem;
    align-items: flex-start;
    font-size: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .c-page-head h1 img {
    width: 8rem;
  }
}

.c-flag-title {
  position: relative;
  padding-top: 1.48rem;
  margin-bottom: 4rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-flag-title {
    padding-top: 0;
    margin-bottom: 3rem;
  }
}
.c-flag-title h2,
.c-flag-title p {
  margin: 0;
  transform: rotate(0);
}
.c-flag-title .decor {
  position: absolute;
  top: 0;
}
.c-flag-title .decor.-left {
  left: 0;
}
@media screen and (max-width: 768px) {
  .c-flag-title .decor.-left {
    left: -2.39rem;
  }
}
.c-flag-title .decor.-right {
  right: 0;
}
@media screen and (max-width: 768px) {
  .c-flag-title .decor.-right {
    right: -2.39rem;
  }
}
@media screen and (max-width: 768px) {
  .c-flag-title .decor img {
    width: 9.857rem;
  }
}

/* ======================================================================
 *  アコーディオン
====================================================================== */
.c-accordion {
  position: relative;
  width: 680px;
  padding: 2.4rem 0;
  background-color: #da0042;
  border-radius: 2.4rem;
}
@media screen and (max-width: 768px) {
  .c-accordion {
    width: 100%;
    padding: 1.6rem 0;
    border-radius: 1.6rem;
  }
}
.c-accordion .accordion-wrap {
  background-color: #fff;
}
.c-accordion .accordion-wrap:not(:last-child) {
  border-bottom: 1px solid #da0042;
}
.c-accordion .accordion-head {
  display: flex;
  gap: 2rem;
  padding: 2rem 2rem 3rem;
  font-weight: bold;
  cursor: pointer;
  transition: padding 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.c-accordion .accordion-head .accordion-head-wrap {
  display: flex;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .c-accordion .accordion-head .accordion-head-wrap {
    flex-direction: column;
    gap: 1rem;
  }
}
.c-accordion .accordion-head .date {
  width: 9.4rem;
  font-size: 1.4rem;
  line-height: 1.4;
  color: #da0042;
}
@media screen and (max-width: 768px) {
  .c-accordion .accordion-head .date {
    width: 100%;
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
.c-accordion .accordion-head .text {
  max-width: 466px;
}
@media screen and (max-width: 768px) {
  .c-accordion .accordion-head .text {
    max-width: 100%;
    font-size: 1.4rem;
    line-height: 1.7;
  }
}
.c-accordion .accordion-head .toggle-icon {
  position: relative;
  display: block;
  flex: 0 0 auto;
  width: 3rem;
  height: 100%;
  aspect-ratio: 1/1;
  margin-left: auto;
  color: #da0042;
  background-color: transparent;
  border-radius: 50%;
  transition: background-color 0.3s;
  transform: rotate(0);
}
@media screen and (max-width: 768px) {
  .c-accordion .accordion-head .toggle-icon {
    width: 2rem;
  }
}
.c-accordion .accordion-head .toggle-icon::before, .c-accordion .accordion-head .toggle-icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 1.6rem;
  height: 0;
  margin-top: -1px;
  margin-left: -0.8rem;
  content: "";
  border-top: 2px solid;
  transition: transform 0.3s, border 0.3s;
}
@media screen and (max-width: 768px) {
  .c-accordion .accordion-head .toggle-icon::before, .c-accordion .accordion-head .toggle-icon::after {
    width: 1.067rem;
    margin-left: -0.55rem;
    border-top: 1.33px solid;
  }
}
.c-accordion .accordion-head .toggle-icon::after {
  transform: rotate(90deg);
}
@media screen and (min-width: 769px) {
  .c-accordion .accordion-head:hover {
    opacity: 0.7;
  }
}
.c-accordion .accordion-head.-js-open {
  padding: 2rem;
}
@media screen and (max-width: 768px) {
  .c-accordion .accordion-head.-js-open {
    padding: 2rem 2rem 1.6rem;
  }
}
.c-accordion .accordion-head.-js-open .toggle-icon {
  background-color: #e5e5e5;
}
.c-accordion .accordion-head.-js-open .toggle-icon::after {
  transform: rotate(0deg);
}
.c-accordion .accordion-content {
  display: none;
  padding: 0 min(8.6rem, 12.6vw) 3rem 13.4rem;
  font-size: 1.4rem;
  line-height: 1.7;
  transform: rotate(0.05deg);
}
@media screen and (max-width: 768px) {
  .c-accordion .accordion-content {
    padding: 0 6rem 3rem 2rem;
    font-size: 1.2rem;
  }
}
.c-accordion .accordion-content .ct-red {
  color: #e50012;
  text-decoration: underline;
  word-break: break-word;
  overflow-wrap: break-word;
  white-space: normal;
}

/* ======================================================================
 *  ボタン
====================================================================== */
.c-toppage {
  display: flex;
  gap: 1.1rem;
  align-items: center;
  justify-content: center;
  width: 23.3rem;
  height: 6.5rem;
  color: #1a1311;
  text-decoration: none;
  background-color: #fff;
  border: 2px solid #e50412;
  border-radius: 5rem;
}
.c-toppage .text {
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0;
}

.c-new-page-button {
  display: flex;
  gap: 1rem;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1.8rem 3rem;
  margin: 0 auto;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0;
  background-color: #00a98c;
  border-radius: 3rem;
}
@media screen and (max-width: 768px) {
  .c-new-page-button {
    padding: 1.7rem 3rem;
    font-size: 1.4rem;
    line-height: 1.9;
  }
}
.c-new-page-button.-red {
  padding: 1.8rem 2rem;
  background-color: #da0042;
}

/* ======================================================================
 *  ロゴスライダー
====================================================================== */
.logo-slider {
  margin-top: 7.2rem;
}
@media screen and (max-width: 768px) {
  .logo-slider {
    margin-top: 4rem;
  }
}
.logo-slider.adjust-width {
  max-width: 950px;
}
@media screen and (max-width: 1100px) and (min-width: 769px) {
  .logo-slider.adjust-width {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .logo-slider.adjust-width {
    padding-right: 14.17vw;
    padding-left: 14.17vw;
  }
}
.logo-slider .splide__track {
  max-width: 860px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .logo-slider .splide__track ul > li > a > img {
    width: 13.4rem;
  }
}
.logo-slider .logo-arrow {
  width: 3.2rem;
  height: 3.2rem;
  opacity: 1;
}
@media screen and (min-width: 769px) {
  .logo-slider .logo-arrow {
    transition: opacity 0.3s;
  }
  .logo-slider .logo-arrow:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .logo-slider .logo-arrow {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.logo-slider .logo-arrow svg {
  display: none;
}
.logo-slider .logo-arrow.logo-arrow-prev {
  left: 0;
  background: url("../images/common/logo-slider-arrow-left.svg") center/contain no-repeat;
}
@media screen and (max-width: 1100px) and (min-width: 769px) {
  .logo-slider .logo-arrow.logo-arrow-prev {
    left: -4.8rem;
  }
}
@media screen and (max-width: 768px) {
  .logo-slider .logo-arrow.logo-arrow-prev {
    left: 5.33vw;
  }
}
.logo-slider .logo-arrow.logo-arrow-next {
  right: 0;
  background: url("../images/common/logo-slider-arrow-right.svg") center/contain no-repeat;
}
@media screen and (max-width: 1100px) and (min-width: 769px) {
  .logo-slider .logo-arrow.logo-arrow-next {
    right: -4.8rem;
  }
}
@media screen and (max-width: 768px) {
  .logo-slider .logo-arrow.logo-arrow-next {
    right: 5.33vw;
  }
}

/* ======================================================================
 *  フォトギャラリー
====================================================================== */
.c-photo-gallery h4 {
  width: 95%;
  max-width: 820px;
  margin: 0 auto 3.7rem;
  font-size: 1.8rem;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .c-photo-gallery h4 {
    width: 100%;
    padding-right: max(5.1vw, 2rem);
    padding-left: max(5.1vw, 2rem);
    margin-bottom: 1.9rem;
    font-size: 1.6rem;
  }
}
.c-photo-gallery ul > li > img {
  border-radius: 3rem;
}
.c-photo-gallery ul {
  cursor: pointer;
}

/* ------------------------------------------------------------
 * PC/SP表示切替
------------------------------------------------------------ */
@media screen and (min-width: 769px) {
  .u-sp-only {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .u-pc-only {
    display: none;
  }
}
/* ------------------------------------------------------------
 * margin
------------------------------------------------------------ */
.u-mt0 {
  margin-top: 0;
}

/* ------------------------------------------------------------
 * 画像
------------------------------------------------------------ */
.u-ofi {
  font-family: "object-fit: cover; object-position: 50% 50%;";
  object-fit: cover;
  object-position: 50% 50%;
}
.u-ofi.-contain {
  font-family: "object-fit: contain; object-position: 50% 50%;";
  object-fit: contain;
}

/* ------------------------------------------------------------
 * サイト内共通 js class
------------------------------------------------------------ */
.-js-slide-toggle-trig,
[data-tab-target],
[data-tab-switch] {
  -webkit-user-select: none;
  user-select: none;
}

.u-tab-switch-target,
.-js-tab-target-hide,
.-js-tab-switch-hide {
  display: none;
}

.-js-tab-target-show,
.-js-tab-switch-show {
  display: block;
  animation: fade-in 0.25s ease-out;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}