@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;600;700&family=Noto+Serif+JP:wght@500;600;700&display=swap");
/* @include _reset.scss */
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
  # Global selectors
# ================================================================= */
html {
  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
  # General elements
# ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/*
  * Correct `block` display not defined for any HTML5 element in IE 8/9
  * Correct `block` display not defined for `details` or `summary` in IE 10/11
  * and Firefox
  * Correct `block` display not defined for `main` in IE 11
  */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

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

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

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

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
  text-decoration: none;
  color: #000;
}

li {
  list-style: none;
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
  # Forms
 # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
  /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

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

[type=search] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

/* # =================================================================
  # Specify media element style
# ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

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

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
  # Accessibility
# ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
  # Selection
# ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

/* @include _breakpoints.scss */
/* break point media query */
@media (max-width: 767.9px) {
  .pc {
    display: none !important;
  }
}
.pc_i {
  display: inline;
}
@media (max-width: 767.9px) {
  .pc_i {
    display: none;
  }
}
.pc_ib {
  display: inline-block;
}
@media (max-width: 767.9px) {
  .pc_ib {
    display: none;
  }
}

.sp {
  display: none;
}
@media (max-width: 767.9px) {
  .sp {
    display: block;
  }
}
.sp_i {
  display: none;
}
@media (max-width: 767.9px) {
  .sp_i {
    display: inline;
  }
}
.sp_ib {
  display: none;
}
@media (max-width: 767.9px) {
  .sp_ib {
    display: inline-block;
  }
}

.tb {
  display: none;
}
@media (max-width: 767.9px) {
  .tb {
    display: none;
  }
}
.tb_i {
  display: none;
}
@media (max-width: 767.9px) {
  .tb_i {
    display: none;
  }
}
.tb_ib {
  display: none;
}
@media (max-width: 767.9px) {
  .tb_ib {
    display: none;
  }
}

/*common*/
body {
  font-size: 14px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #000;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
@media (max-width: 1080px) {
  body {
    font-size: 1.2962962963vw;
  }
}
@media (max-width: 767.9px) {
  body {
    padding-top: 0;
    font-size: 10px;
  }
}

.l-wrap {
  overflow: hidden;
}

a:hover {
  opacity: 0.7;
  transition: opacity 0.4s;
}

@media (max-width: 1080px) {
  img {
    display: block;
    max-width: 100%;
  }
}
@media (max-width: 767.9px) {
  img {
    display: block;
    max-width: 100%;
  }
}
.p-dars h1,
.p-dars h2,
.p-dars h3,
.p-dars h4,
.p-dars h5,
.p-dars h6,
.p-dars ul,
.p-dars ol,
.p-dars dl,
.p-dars li,
.p-dars dt,
.p-dars dd,
.p-dars p,
.p-dars a,
.p-dars span,
.p-dars header,
.p-dars section,
.p-dars article,
.p-dars aside,
.p-dars footer,
.p-dars figure,
.p-dars figcaption,
.p-dars nav {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

/*clearfix*/
.cfx:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/*Layout*/
.c-btn-link {
  position: relative;
  margin: 0 18px;
  padding: 12px 0;
  background: #a1a2a3;
  color: #fff !important;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.5;
  display: block;
  width: 393px;
  border-radius: 47.5px;
  text-align: center;
}
@media (max-width: 1080px) {
  .c-btn-link {
    margin: 0 1.6666666667vw;
    padding: 1.1111111111vw 0;
    font-size: 2.5925925926vw;
    width: 36.3888888889vw;
    border-radius: 4.3981481481vw;
  }
}
@media (max-width: 767.9px) {
  .c-btn-link {
    margin: 0 auto 3.125vw;
    padding: 1.875vw 0;
    font-size: 3.75vw;
    width: 67.65625vw;
    border-radius: 7.421875vw;
  }
}
.c-btn-link span {
  font-size: 19px;
}
@media (max-width: 1080px) {
  .c-btn-link span {
    font-size: 1.7592592593vw;
  }
}
@media (max-width: 767.9px) {
  .c-btn-link span {
    font-size: 2.96875vw;
  }
}
.c-btn-link.js-active {
  background: rgb(199, 0, 14);
  background: linear-gradient(90deg, rgb(199, 0, 14) 0%, rgb(232, 29, 42) 50%, rgb(199, 0, 14) 100%);
}
.c-btn-link:hover {
  text-decoration: none;
}
@media (max-width: 1080px) {
  .c-btn-link svg {
    width: 1.0185185185vw;
  }
}
@media (max-width: 767.9px) {
  .c-btn-link svg {
    width: 1.71875vw;
  }
}

.js-navOpen {
  position: fixed;
  top: 3.125vw;
  right: 3.125vw;
  width: 28px;
  height: 28px;
  cursor: pointer;
  z-index: 10;
  mix-blend-mode: multiply;
  border: 1px solid #b6002a;
}
.js-navOpen span {
  position: absolute;
  top: calc(28.5833333333% - 0.5px);
  left: 14.1666666667%;
  width: 72.2222222222%;
  height: 1px;
  background: #b6002a;
  transition: transform 0.3s, opacity 0.3s;
}
.js-navOpen span:nth-child(2) {
  top: 49.8055555556%;
}
.js-navOpen span:nth-child(3) {
  top: 71.0277777778%;
}
.js-navOpen.active {
  border: 1px solid #fff;
  mix-blend-mode: normal;
}
.js-navOpen.active span {
  width: 88.8888888889%;
  background-color: #fff;
}
.js-navOpen.active span:nth-child(1) {
  top: calc(48.7222222222% - 0.5px);
  left: 4.5277777778%;
  transform: rotate(45deg);
  transform-origin: center;
}
.js-navOpen.active span:nth-child(2) {
  left: 100%;
  opacity: 0;
}
.js-navOpen.active span:nth-child(3) {
  top: calc(48.7222222222% - 0.5px);
  left: auto;
  right: 4.5277777778%;
  transform: rotate(-45deg);
  transform-origin: center;
}

.js-fadeIn {
  opacity: 0;
}

@media (max-width: 767.9px) {
  .js-fadeIn-sp {
    opacity: 0;
  }
}

.js-fadeUp {
  transform: translateY(30px);
  opacity: 0;
}
@media (max-width: 1080px) {
  .js-fadeUp {
    transform: translateY(2.7777777778vw);
  }
}
@media (max-width: 767.9px) {
  .js-fadeUp {
    transform: translateY(4.6875vw);
  }
}

.js-fadeUp--sp {
  transform: translateY(30px);
  opacity: 0;
}
@media (max-width: 1080px) {
  .js-fadeUp--sp {
    transform: translateY(2.7777777778vw);
  }
}
@media (max-width: 767.9px) {
  .js-fadeUp--sp {
    transform: translateY(4.6875vw);
  }
}

.js-fadeInLeft {
  transform: translateX(30px);
}
@media (max-width: 1080px) {
  .js-fadeInLeft {
    transform: translateX(2.7777777778vw);
  }
}
@media (max-width: 767.9px) {
  .js-fadeInLeft {
    transform: translateX(4.6875vw);
  }
}

.js-fadeInRight {
  transform: translateX(-30px);
}
@media (max-width: 1080px) {
  .js-fadeInRight {
    transform: translateX(-2.7777777778vw);
  }
}
@media (max-width: 767.9px) {
  .js-fadeInRight {
    transform: translateX(-4.6875vw);
  }
}

.stagger-elm {
  opacity: 0;
  z-index: 1;
  transform: translateY(30px);
}
@media (max-width: 1080px) {
  .stagger-elm {
    transform: translateY(2.7777777778vw);
  }
}
@media (max-width: 767.9px) {
  .stagger-elm {
    transform: translateY(4.6875vw);
  }
}

#pageTop {
  position: absolute;
  top: 60px;
  bottom: 20px;
  right: 50px;
  transition: opacity 0.3s;
  cursor: pointer;
  z-index: 2;
}
@media (max-width: 767.9px) {
  #pageTop {
    top: 5.46875vw;
    bottom: 3.125vw;
    right: 3.125vw;
    width: 15.625vw;
  }
}
#pageTop.fixed {
  position: fixed;
  top: auto;
  right: 50px;
}
@media (max-width: 767.9px) {
  #pageTop.fixed {
    bottom: 3.125vw;
    right: 3.125vw;
  }
}

.l-header-dars {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 10;
}
.l-header-dars .menuBtn {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 41px;
  height: 28px;
  padding: 28px;
  box-sizing: content-box;
  border-radius: 30px;
  z-index: 11;
  cursor: pointer;
}
@media (max-width: 767.9px) {
  .l-header-dars .menuBtn {
    width: 34px;
    height: 14px;
    padding: 20px 18px;
  }
}
.l-header-dars .menuBtn__inner {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.l-header-dars .menuBtn span {
  position: absolute;
  left: 0;
  width: 41px;
  height: 2px;
  transition: 0.5s;
  background: #fff;
  filter: drop-shadow(0px 0px 1px rgba(182, 185, 243, 0.3));
}
@media (max-width: 767.9px) {
  .l-header-dars .menuBtn span {
    width: 34px;
    height: 2px;
  }
}
.l-header-dars .menuBtn span:first-child {
  top: 6px;
}
@media (max-width: 767.9px) {
  .l-header-dars .menuBtn span:first-child {
    top: 0;
  }
}
.l-header-dars .menuBtn span:nth-child(2) {
  top: 18px;
}
@media (max-width: 767.9px) {
  .l-header-dars .menuBtn span:nth-child(2) {
    top: 12px;
  }
}
.l-header-dars .menuBtn.--open span:first-child {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(30deg);
}
.l-header-dars .menuBtn.--open span:nth-child(2) {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-30deg);
}
.l-header-dars .menuBtn.--open.--gray span {
  background: #fff;
}
.l-header-dars .menuBtn.--gray span {
  background: rgb(200, 200, 200);
}
.l-header-dars .headerMenu {
  transform: translate(657px, -465px);
  transition: 0.5s;
}
@media (max-width: 767.9px) {
  .l-header-dars .headerMenu {
    transform: translate(101%, -80vw);
  }
}
.l-header-dars .headerMenu.--open {
  transform: translate(0, 0);
}
.l-header-dars .headerMenu .inner {
  position: absolute;
  top: 0;
  right: 0;
  width: 657px;
  height: 465px;
  padding: 114px 30px 0;
  box-sizing: border-box;
  background: url(../images/bg_header_menu.svg) top right/contain no-repeat;
}
@media (max-width: 767.9px) {
  .l-header-dars .headerMenu .inner {
    width: 100%;
    height: 81.25vw;
    padding: 14.84375vw 7.8125vw 0;
    background: url(../images/bg_header_menu_sp.svg) top right/contain no-repeat;
  }
}
@media (orientation: landscape) and (max-width: 767px) {
  .l-header-dars .headerMenu .inner {
    height: 100dvh;
    width: 123.3140655106dvh;
    padding: 19.267822736dvh 7.7071290944dvh 0;
    background: url(../images/bg_header_menu_sp.svg) top right/auto 100% no-repeat;
  }
}
.l-header-dars .headerMenuItem {
  margin-bottom: 30px;
}
@media (max-width: 767.9px) {
  .l-header-dars .headerMenuItem {
    margin-bottom: 6.25vw;
  }
}
@media (orientation: landscape) and (max-width: 767px) {
  .l-header-dars .headerMenuItem {
    margin-bottom: 8.0924855491dvh;
  }
}
@media (max-width: 767.9px) {
  .l-header-dars .headerMenuItem a {
    display: block;
  }
}
@media (max-width: 767.9px) {
  .l-header-dars .headerMenuItem a img {
    width: 100%;
  }
}
@media (orientation: landscape) and (max-width: 767px) {
  .l-header-dars .headerMenuItem a img {
    width: auto;
    height: 5.0096339114dvh;
  }
}
.l-header-dars .headerMenuItem.--01 {
  margin-left: 180px;
}
@media (max-width: 767.9px) {
  .l-header-dars .headerMenuItem.--01 {
    margin-left: 29.0625vw;
  }
}
@media (orientation: landscape) and (max-width: 767px) {
  .l-header-dars .headerMenuItem.--01 {
    margin-left: 34.6820809249dvh;
  }
}
@media (max-width: 767.9px) {
  .l-header-dars .headerMenuItem.--01 a {
    width: 55.3125vw;
  }
}
.l-header-dars .headerMenuItem.--02 {
  margin-left: 120px;
}
@media (max-width: 767.9px) {
  .l-header-dars .headerMenuItem.--02 {
    margin-left: 15.625vw;
  }
}
@media (orientation: landscape) and (max-width: 767px) {
  .l-header-dars .headerMenuItem.--02 {
    margin-left: 17.3410404624dvh;
  }
}
@media (max-width: 767.9px) {
  .l-header-dars .headerMenuItem.--02 a {
    width: 59.375vw;
  }
}
.l-header-dars .headerMenuItem.--03 {
  margin-left: 60px;
}
@media (max-width: 767.9px) {
  .l-header-dars .headerMenuItem.--03 {
    margin-left: 5.46875vw;
  }
}
@media (orientation: landscape) and (max-width: 767px) {
  .l-header-dars .headerMenuItem.--03 {
    margin-left: 5.7803468208dvh;
  }
}
@media (max-width: 767.9px) {
  .l-header-dars .headerMenuItem.--03 a {
    width: 64.6875vw;
  }
}
.l-header-dars .headerMenuItem.--04 {
  margin-left: 0;
}
@media (max-width: 767.9px) {
  .l-header-dars .headerMenuItem.--04 a {
    width: 23.75vw;
  }
}
@media (max-width: 767.9px) {
  .l-header-dars .headerMenuItem.--05 a {
    width: 23.75vw;
  }
}
@media (max-width: 767.9px) {
  .l-header-dars .headerMenuItem.--06 a {
    width: 20.9375vw;
  }
}

.sns {
  padding-bottom: 35px;
}
@media (max-width: 767.9px) {
  .sns {
    padding: 12.5vw;
  }
}
.sns ul {
  display: flex;
  justify-content: center;
  gap: 23px;
}
@media (max-width: 767.9px) {
  .sns ul {
    gap: 4.6875vw;
  }
}
.sns ul li {
  width: 42px;
}
@media (max-width: 767.9px) {
  .sns ul li {
    width: 9.375vw;
  }
}
.sns ul li a {
  width: 100%;
}
.sns ul li a img {
  width: 100%;
}

.kv {
  position: relative;
  height: auto;
  background: #df0011;
}
.kv .logo {
  position: absolute;
  top: 2.5622254758vw;
  left: 2.7086383602vw;
  display: block;
  width: 7.3206442167vw;
}
@media (max-width: 767.9px) {
  .kv .logo {
    top: 3.90625vw;
    left: 3.125vw;
    width: 16.875vw;
  }
}
.kv .logo img {
  width: 100%;
}
.kv #mask-svg {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  pointer-events: none;
}
.kv .masked {
  position: relative;
  width: 100%;
  clip-path: url(#hex-mask);
  opacity: 0;
}
.kv .masked img {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 1;
}
.kv__title {
  position: absolute;
  left: 50%;
  top: 3.6603221083vw;
  transform: translate(-50%, 0);
  width: 33.8213762811vw;
  z-index: 2;
}
@media (max-width: 767.9px) {
  .kv__title {
    top: 5.9375vw;
    width: 47.03125vw;
  }
}

.intro {
  position: relative;
  overflow: hidden;
  background-color: #df0011;
}
@media (max-width: 767.9px) {
  .intro {
    background: url(../images/bg_intro_sp.svg) top -1px center/100% auto no-repeat;
  }
}
.intro::after {
  display: block;
  position: absolute;
  right: 0;
  bottom: -1px;
  content: "";
  width: min(110px, 8.0527086384vw);
  height: min(110px, 8.0527086384vw);
  background: url(../images/deco_intro_bottom.svg) bottom right/contain no-repeat;
}
.intro__inner {
  display: flex;
  width: 100%;
  max-width: 1366px;
  margin: auto;
  padding: min(40px, 2.9282576867vw) 0 0;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  justify-content: space-between;
}
@media (max-width: 767.9px) {
  .intro__inner {
    display: block;
    padding: 5.46875vw 0 0;
  }
}
.introImg {
  margin-left: -1px;
  width: 47.803806735%;
}
@media (max-width: 767.9px) {
  .introImg {
    padding-top: 18.75vw;
    width: 101%;
  }
}
.introImg img {
  width: 100%;
}
.introText {
  position: relative;
  width: 52.196193265%;
  box-sizing: border-box;
  padding: 0 0 0 min(60px, 4.39238653vw);
}
@media (max-width: 767.9px) {
  .introText {
    width: 100%;
    padding: 0 0 0 7.5vw;
  }
}
.introText img {
  max-width: 100%;
}
.introText p .img_text {
  width: min(358px, 26.2079062958vw);
}
@media (max-width: 767.9px) {
  .introText p .img_text {
    width: 74.375vw;
  }
}
.intro .img_choco {
  position: absolute;
  top: min(166px, 12.1522693997vw);
  left: min(293px, 21.4494875549vw);
  width: min(159px, 11.6398243045vw);
}
@media (max-width: 767.9px) {
  .intro .img_choco {
    top: 34.375vw;
    right: 0;
    left: auto;
    width: 33.28125vw;
  }
}
.intro .img_dars {
  width: min(461px, 33.7481698389vw);
  margin-left: min(-10px, -0.7320644217vw);
}
@media (max-width: 767.9px) {
  .intro .img_dars {
    width: 70vw;
    margin: 5.3125vw 0 0 6.25vw;
  }
}

.break {
  position: relative;
  background: #fff;
  z-index: 2;
}
@media (max-width: 767.9px) {
  .break {
    overflow: hidden;
  }
}
.break #gohobi01 {
  position: absolute;
  top: min(100px, 9.2592592593vw);
  left: 0;
  width: 100%;
  height: 1px;
}
@media (max-width: 767.9px) {
  .break #gohobi01 {
    top: 6.25vw;
  }
}
.break__inner {
  padding: min(140px, 12.962962963vw) 0 min(165px, 15.2777777778vw);
}
@media (max-width: 767.9px) {
  .break__inner {
    padding: 12.1875vw 0 17.03125vw;
  }
}
.breakTit {
  width: min(863px, 79.9074074074vw);
  margin: 0 auto min(65px, 6.0185185185vw);
}
@media (max-width: 767.9px) {
  .breakTit {
    width: 93.75vw;
    margin: 0 auto 7.8125vw;
  }
}
.breakList {
  width: min(849px, 78.6111111111vw);
  margin: auto;
}
@media (max-width: 767.9px) {
  .breakList {
    width: 93.75vw;
  }
}
.breakListItem {
  position: relative;
  width: 100%;
  height: min(297px, 27.5vw);
  text-align: center;
  margin-top: -0.8px;
}
@media (max-width: 767.9px) {
  .breakListItem {
    height: 45.625vw;
  }
}
.breakListItem > .inner {
  height: 100%;
  padding: min(68px, 6.2962962963vw) 0 0;
}
@media (max-width: 767.9px) {
  .breakListItem > .inner {
    padding: 9.84375vw 0 0;
  }
}
.breakListItem:nth-child(odd) > .inner {
  background: url(../images/bg_break01.svg) top center/cover no-repeat;
}
@media (max-width: 767.9px) {
  .breakListItem:nth-child(odd) > .inner {
    background: url(../images/bg_break01_sp.svg) top center/cover no-repeat;
  }
}
.breakListItem:nth-child(odd)::before {
  bottom: min(8px, 0.7407407407vw);
  left: 100%;
  margin-left: min(25px, 2.3148148148vw);
  background: url(../images/deco_voice02.svg) top center/contain no-repeat;
}
@media (max-width: 767.9px) {
  .breakListItem:nth-child(odd)::before {
    bottom: auto;
    top: 100%;
    margin-top: 27.8125vw;
    margin-left: -5.15625vw;
  }
}
.breakListItem:nth-child(even) > .inner {
  background: url(../images/bg_break02.svg) top center/cover no-repeat;
}
@media (max-width: 767.9px) {
  .breakListItem:nth-child(even) > .inner {
    background: url(../images/bg_break02_sp.svg) top center/cover no-repeat;
  }
}
.breakListItem:nth-child(even)::before {
  top: min(8px, 0.7407407407vw);
  right: 100%;
  margin-right: min(25px, 2.3148148148vw);
  background: url(../images/deco_voice01.svg) top center/contain no-repeat;
}
@media (max-width: 767.9px) {
  .breakListItem:nth-child(even)::before {
    top: 2.03125vw;
    margin-right: -5.15625vw;
  }
}
.breakListItem::before {
  display: block;
  position: absolute;
  content: "";
  width: min(60px, 5.5555555556vw);
  height: min(143px, 13.2407407407vw);
}
@media (max-width: 767.9px) {
  .breakListItem::before {
    width: 6.25vw;
    height: 15.15625vw;
  }
}
.breakListItem img {
  display: block;
  margin: 0 auto min(20px, 1.8518518519vw);
  max-width: 100%;
}
@media (max-width: 767.9px) {
  .breakListItem img {
    margin: 0 auto 3.125vw;
  }
}
.breakListItem img.text_break01 {
  width: min(341px, 31.5740740741vw);
}
@media (max-width: 767.9px) {
  .breakListItem img.text_break01 {
    width: 53.75vw;
    padding-left: 3.4375vw;
  }
}
.breakListItem img.text_break02 {
  width: min(310px, 28.7037037037vw);
}
@media (max-width: 767.9px) {
  .breakListItem img.text_break02 {
    width: 49.53125vw;
    padding-left: 2.34375vw;
  }
}
.breakListItem img.text_break03 {
  width: min(273px, 25.2777777778vw);
}
@media (max-width: 767.9px) {
  .breakListItem img.text_break03 {
    width: 42.8125vw;
  }
}
.breakListItem img.text_break04 {
  width: min(333px, 30.8333333333vw);
}
@media (max-width: 767.9px) {
  .breakListItem img.text_break04 {
    width: 52.03125vw;
  }
}
.breakListItem p {
  color: #fff;
  font-size: min(16px, 1.4814814815vw);
  text-align: center;
  font-weight: 700;
}
@media (max-width: 767.9px) {
  .breakListItem p {
    font-size: 3.75vw;
    letter-spacing: 0;
  }
}
@media (max-width: 767.9px) {
  .breakListItem p.--01 {
    padding-left: 2.34375vw;
  }
}
@media (max-width: 767.9px) {
  .breakListItem p.--02 {
    padding-left: 2.34375vw;
  }
}
@media (max-width: 767.9px) {
  .breakListItem p.--03 {
    padding-right: 6.25vw;
  }
}

.gohobi {
  position: relative;
  height: auto;
  overflow: hidden;
  /* この行を追加 */
  z-index: 1;
}
.gohobi::before {
  position: absolute;
  display: block;
  content: "";
  width: min(114px, 10.5555555556vw);
  height: min(114px, 10.5555555556vw);
  background: url(../images/deco_triangle_white_top.svg) center/cover no-repeat;
  z-index: 2;
}
@media (max-width: 767.9px) {
  .gohobi::before {
    width: 13.75vw;
    height: 13.75vw;
  }
}
.gohobi::before {
  left: 0;
  top: 0;
  margin-top: -1px;
}
.gohobi #gohobi02 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  margin-bottom: min(140px, 12.962962963vw);
}
@media (max-width: 767.9px) {
  .gohobi #gohobi02 {
    margin-bottom: 12.96875vw;
  }
}
.gohobi .window {
  position: relative;
  margin: 0 auto;
  /*width: 80%;*/
  width: 100%;
  height: 40.9956076135vw;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
@media (max-width: 767.9px) {
  .gohobi .window {
    height: 66.875vw;
  }
}
.gohobi .window.--end {
  background: url(../images/bg_gohobi.jpg) center/cover no-repeat;
}
@media (max-width: 767.9px) {
  .gohobi .window.--end {
    background: url(../images/bg_gohobi_sp2.jpg) center/cover no-repeat;
  }
}
.gohobi .inner {
  position: relative;
  padding: 212px 0 172px;
  background: #ffeab3;
  z-index: 2;
}
@media (max-width: 767.9px) {
  .gohobi .inner {
    padding: 45.3125vw 0 25vw;
  }
}
.gohobi .inner::before {
  position: absolute;
  display: block;
  content: "";
  width: min(114px, 10.5555555556vw);
  height: min(114px, 10.5555555556vw);
  background: url(../images/deco_triangle_yellow.svg) center/cover no-repeat;
}
@media (max-width: 767.9px) {
  .gohobi .inner::before {
    width: 13.75vw;
    height: 13.75vw;
  }
}
.gohobi .inner::before {
  right: 0;
  bottom: 100%;
  margin-bottom: -1px;
}
.gohobiTit {
  position: absolute;
  top: min(-72px, -6.6666666667vw);
  left: 0;
  width: 100%;
  text-align: center;
}
@media (max-width: 767.9px) {
  .gohobiTit {
    top: -7.8125vw;
  }
}
.gohobiTit img {
  display: inline-block;
  width: min(831px, 76.9444444444vw);
}
@media (max-width: 767.9px) {
  .gohobiTit img {
    width: 93.75vw;
  }
}
.gohobiList {
  position: relative;
  display: flex;
  width: 100%;
  max-width: min(1030px, 95.3703703704vw);
  flex-wrap: wrap;
  margin: auto;
  justify-content: space-between;
}
@media (max-width: 767.9px) {
  .gohobiList {
    max-width: 90.625vw;
  }
}
.gohobiListItem.--01 {
  width: 100%;
  text-align: center;
}
.gohobiListItem.--01 p img {
  display: inline-block;
  width: 397px;
}
@media (max-width: 1080px) {
  .gohobiListItem.--01 p img {
    width: 36.7592592593vw;
  }
}
@media (max-width: 767.9px) {
  .gohobiListItem.--01 p img {
    width: 100%;
    padding-bottom: 34.0625vw;
  }
}
.gohobiListItem.--02 {
  margin-top: -55px;
  width: min(360px, 33.3333333333vw);
}
@media (max-width: 1080px) {
  .gohobiListItem.--02 {
    margin-top: -5.0925925926vw;
  }
}
@media (max-width: 767.9px) {
  .gohobiListItem.--02 {
    margin-top: 0;
    width: 42.96875vw;
  }
}
.gohobiListItem.--02 .img {
  position: relative;
  margin-top: min(-14px, -1.2962962963vw);
  z-index: 0;
  width: min(330px, 30.5555555556vw);
}
@media (max-width: 767.9px) {
  .gohobiListItem.--02 .img {
    margin-top: 0;
    width: 100%;
  }
}
.gohobiListItem.--03 {
  margin-top: -55px;
  width: min(360px, 33.3333333333vw);
}
@media (max-width: 1080px) {
  .gohobiListItem.--03 {
    margin-top: -5.0925925926vw;
  }
}
@media (max-width: 767.9px) {
  .gohobiListItem.--03 {
    margin-top: 0;
    width: 42.96875vw;
  }
}
.gohobiListItem.--03 .img {
  position: relative;
  margin-top: min(-14px, -1.2962962963vw);
  z-index: 0;
  width: min(330px, 30.5555555556vw);
}
@media (max-width: 767.9px) {
  .gohobiListItem.--03 .img {
    margin-top: 0;
    width: 100%;
  }
}
.gohobiListItem p {
  position: relative;
  z-index: 2;
}
.gohobiListItem p img {
  display: inline-block;
  width: min(397px, 36.7592592593vw);
}
@media (max-width: 767.9px) {
  .gohobiListItem p img {
    width: 100%;
  }
}
.gohobiListItem img {
  max-width: 100%;
}
.gohobiImg__dars {
  position: absolute;
  top: 0;
  margin: 150px auto 0;
  width: 100%;
  text-align: center;
}
@media (max-width: 1080px) {
  .gohobiImg__dars {
    margin: 13.8888888889vw auto 0;
  }
}
@media (max-width: 767.9px) {
  .gohobiImg__dars {
    margin: 38.28125vw auto 0;
  }
}
.gohobiImg__dars img {
  display: inline-block;
  width: 411px;
  margin-left: -20px;
}
@media (max-width: 1280px) {
  .gohobiImg__dars img {
    width: 32.109375vw;
    margin-left: -1.5625vw;
  }
}
@media (max-width: 767.9px) {
  .gohobiImg__dars img {
    width: 65.46875vw;
    margin-left: -0.578125vw;
  }
}

.kikubari {
  position: relative;
  height: auto;
  overflow: hidden;
  /* この行を追加 */
  z-index: 1;
}
.kikubari::before {
  position: absolute;
  display: block;
  content: "";
  width: min(114px, 10.5555555556vw);
  height: min(114px, 10.5555555556vw);
  background: url(../images/deco_triangle_yellow_top.svg) center/cover no-repeat;
  z-index: 2;
}
@media (max-width: 767.9px) {
  .kikubari::before {
    width: 13.75vw;
    height: 13.75vw;
  }
}
.kikubari::before {
  left: 0;
  top: 0;
  margin-top: -1px;
}
.kikubari #kikubari {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  margin-bottom: min(140px, 12.962962963vw);
}
@media (max-width: 767.9px) {
  .kikubari #kikubari {
    margin-bottom: 12.96875vw;
  }
}
.kikubari .window {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 40.9956076135vw;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
@media (max-width: 767.9px) {
  .kikubari .window {
    height: 67.03125vw;
  }
}
.kikubari .window.--end {
  background: url(../images/bg_kikubari2.jpg) center/cover no-repeat;
  height: 40.9956076135vw;
}
@media (max-width: 767.9px) {
  .kikubari .window.--end {
    height: 67.03125vw;
    background: url(../images/bg_kikubari_sp2.jpg) center/cover no-repeat;
  }
}
.kikubari .inner {
  position: relative;
  padding: 212px 0 172px;
  background: #fff;
  z-index: 2;
}
@media (max-width: 767.9px) {
  .kikubari .inner {
    padding: 47.8125vw 0 26.5625vw;
  }
}
.kikubari .inner::before {
  position: absolute;
  display: block;
  content: "";
  width: min(114px, 10.5555555556vw);
  height: min(114px, 10.5555555556vw);
  background: url(../images/deco_triangle_white.svg) center/cover no-repeat;
}
@media (max-width: 767.9px) {
  .kikubari .inner::before {
    width: 13.75vw;
    height: 13.75vw;
  }
}
.kikubari .inner::before {
  right: 0;
  bottom: 100%;
  margin-bottom: -1px;
}
.kikubariTit {
  position: absolute;
  top: min(-72px, -6.6666666667vw);
  left: 0;
  width: 100%;
  text-align: center;
}
@media (max-width: 767.9px) {
  .kikubariTit {
    top: -7.8125vw;
  }
}
.kikubariTit img {
  display: inline-block;
  width: min(831px, 76.9444444444vw);
}
@media (max-width: 767.9px) {
  .kikubariTit img {
    width: 93.75vw;
  }
}
.kikubariList {
  width: min(986px, 91.2962962963vw);
  margin: auto;
}
@media (max-width: 767.9px) {
  .kikubariList {
    width: 93.75vw;
  }
}
.kikubariItem {
  position: relative;
  width: 100%;
  height: min(429px, 39.7222222222vw);
  margin-bottom: min(60px, 5.5555555556vw);
}
@media (max-width: 767.9px) {
  .kikubariItem {
    height: 101.5625vw;
    margin-bottom: 9.375vw;
  }
}
.kikubariItem.--01 {
  margin-bottom: 0;
}
.kikubariItem.--02 {
  height: min(242px, 22.4074074074vw);
}
@media (max-width: 767.9px) {
  .kikubariItem.--02 {
    height: 74.21875vw;
  }
}
@media (max-width: 767.9px) {
  .kikubariItem.--03 {
    height: 140.625vw;
  }
}
.kikubariItem:last-child {
  margin-bottom: 0;
}
.kikubariItem__img {
  position: absolute;
  top: 0;
  left: 0;
  width: min(633px, 58.6111111111vw);
  z-index: 2;
}
@media (max-width: 767.9px) {
  .kikubariItem__img {
    width: 68.75vw;
  }
}
.kikubariItem__img img {
  position: absolute;
  left: 0;
  top: 0;
  height: auto;
}
@media (max-width: 767.9px) {
  .kikubariItem__img img {
    max-width: inherit;
  }
}
.kikubariItem__img.--01 {
  height: 320px;
  clip-path: polygon(100% 0%, 10.32% 0%, 0% 20.4%, 0% 100%, 89.7% 100%, 100% 79.6%, 100% 0%);
}
@media (max-width: 1080px) {
  .kikubariItem__img.--01 {
    height: 29.6296296296vw;
  }
}
@media (max-width: 767.9px) {
  .kikubariItem__img.--01 {
    height: 56.5625vw;
    clip-path: polygon(99.8% 0.3%, 9.2% 0.3%, 0.2% 11.2%, 0.2% 99.7%, 90.8% 99.7%, 99.8% 88.8%, 99.8% 0.3%);
  }
}
.kikubariItem__img.--01 img {
  width: 709px;
  top: -84px;
  left: -39px;
}
@media (max-width: 1080px) {
  .kikubariItem__img.--01 img {
    width: 65.6481481481vw;
    top: -7.7777777778vw;
    left: -3.6111111111vw;
  }
}
@media (max-width: 767.9px) {
  .kikubariItem__img.--01 img {
    width: 106.25vw;
    top: -8.59375vw;
    left: -15.625vw;
  }
}
.kikubariItem__img.--02 {
  right: 0;
  left: auto;
  width: min(515px, 47.6851851852vw);
}
@media (max-width: 767.9px) {
  .kikubariItem__img.--02 {
    width: 68.75vw;
  }
}
.kikubariItem__img.--03 {
  height: 320px;
  clip-path: polygon(100% 0%, 10.32% 0%, 0% 20.4%, 0% 100%, 89.7% 100%, 100% 79.6%, 100% 0%);
}
@media (max-width: 1080px) {
  .kikubariItem__img.--03 {
    height: 29.6296296296vw;
  }
}
@media (max-width: 767.9px) {
  .kikubariItem__img.--03 {
    height: 56.5625vw;
    clip-path: polygon(99.8% 0.3%, 9.2% 0.3%, 0.2% 11.2%, 0.2% 99.7%, 90.8% 99.7%, 99.8% 88.8%, 99.8% 0.3%);
  }
}
.kikubariItem__img.--03 img {
  width: 664px;
  top: -56px;
  left: -16px;
}
@media (max-width: 1080px) {
  .kikubariItem__img.--03 img {
    width: 61.4814814815vw;
    top: -5.1851851852vw;
    left: -1.4814814815vw;
  }
}
@media (max-width: 767.9px) {
  .kikubariItem__img.--03 img {
    width: 112.8125vw;
    top: -8.28125vw;
    left: -19.53125vw;
  }
}
.kikubariItem__img.--04 {
  position: relative;
  height: min(320px, 29.6296296296vw);
  clip-path: polygon(100% 0%, 10.32% 0%, 0% 20.4%, 0% 100%, 89.7% 100%, 100% 79.6%, 100% 0%);
}
@media (max-width: 767.9px) {
  .kikubariItem__img.--04 {
    height: 56.5625vw;
    clip-path: polygon(99.8% 0.3%, 9.2% 0.3%, 0.2% 11.2%, 0.2% 99.7%, 90.8% 99.7%, 99.8% 88.8%, 99.8% 0.3%);
  }
}
.kikubariItem__img.--04 img {
  width: 820px;
  top: -126px;
  left: -20px;
}
@media (max-width: 1080px) {
  .kikubariItem__img.--04 img {
    width: 75.9259259259vw;
    top: -11.6666666667vw;
    left: -1.8518518519vw;
  }
}
@media (max-width: 767.9px) {
  .kikubariItem__img.--04 img {
    width: 120.3125vw;
    top: -18.75vw;
    left: -18.75vw;
  }
}
.kikubariItem__img img {
  width: 100%;
}
.kikubariItem__text {
  position: absolute;
  bottom: 0;
  right: 0;
  width: min(650px, 60.1851851852vw);
  height: min(303px, 28.0555555556vw);
  padding-left: min(295px, 27.3148148148vw);
  padding-top: min(69px, 6.3888888889vw);
  box-sizing: border-box;
  background: url(../images/bg_kikubari_text.svg) top center/contain no-repeat;
  z-index: 1;
  text-align: center;
}
@media (max-width: 767.9px) {
  .kikubariItem__text {
    width: 68.75vw;
    height: 56.5625vw;
    padding-left: 0;
    padding-top: 16.25vw;
    background: url(../images/bg_kikubari_text_sp.svg) top center/contain no-repeat;
    font-size: 3.75vw;
    letter-spacing: 0;
  }
}
.kikubariItem__text.--01 .text01 {
  width: min(259px, 23.9814814815vw);
}
@media (max-width: 767.9px) {
  .kikubariItem__text.--01 .text01 {
    width: 47.65625vw;
  }
}
.kikubariItem__text.--02 {
  left: 0;
  right: auto;
  width: min(373px, 34.537037037vw);
  height: 100%;
  padding-left: 0;
  padding-right: min(36px, 3.3333333333vw);
  padding-top: min(65px, 6.0185185185vw);
  background: url(../images/frame_moreover.svg) top center/contain no-repeat;
}
@media (max-width: 767.9px) {
  .kikubariItem__text.--02 {
    bottom: 0;
    width: 68.75vw;
    height: 40.15625vw;
    padding-top: 11.40625vw;
    padding-right: 0;
    background: url(../images/frame_moreover_sp.svg) top center/contain no-repeat;
  }
}
.kikubariItem__text.--02 .text01 {
  width: min(150px, 13.8888888889vw);
}
@media (max-width: 767.9px) {
  .kikubariItem__text.--02 .text01 {
    width: 28.75vw;
    bottom: 0;
    left: auto;
    right: 0;
  }
}
.kikubariItem__text.--03 {
  padding-top: min(36px, 3.3333333333vw);
}
@media (max-width: 767.9px) {
  .kikubariItem__text.--03 {
    width: 68.75vw;
    height: 95.46875vw;
    padding-top: 15.625vw;
    background: url(../images/bg_kikubari_text2_sp.svg) top center/contain no-repeat;
  }
}
.kikubariItem__text.--03 .text01 {
  width: min(260px, 24.0740740741vw);
}
@media (max-width: 767.9px) {
  .kikubariItem__text.--03 .text01 {
    width: 47.65625vw;
  }
}
.kikubariItem__text.--04 .text01 {
  width: min(260px, 24.0740740741vw);
}
@media (max-width: 767.9px) {
  .kikubariItem__text.--04 .text01 {
    width: 47.65625vw;
  }
}
.kikubariItem__text .text01 {
  margin: 0 auto min(10px, 0.9259259259vw);
}
@media (max-width: 767.9px) {
  .kikubariItem__text .text01 {
    margin: 0 auto 3.125vw;
  }
}
.kikubariItem__text .text02 {
  color: #fff;
  font-weight: 700;
}
.kikubariItem__text .text02.--02 {
  color: #a24700;
}
.kikubariItem .js-kikubariLeft {
  position: absolute;
  left: 0;
}
.kikubariItem .js-kikubariRight {
  position: absolute;
  right: 0;
}
@media (max-width: 767.9px) {
  .kikubariItem .js-kikubariLeft--sp {
    position: absolute;
    left: 0;
    right: auto;
  }
}
@media (max-width: 767.9px) {
  .kikubariItem .js-kikubariRight--sp {
    position: absolute;
    right: 0;
    left: auto;
    z-index: 3;
  }
}
.kikubariLock {
  display: flex;
  justify-content: center;
  gap: min(6px, 0.5555555556vw);
  margin-top: min(20px, 1.8518518519vw);
}
@media (max-width: 767.9px) {
  .kikubariLock {
    display: block;
    gap: 0;
    margin-top: 5.46875vw;
  }
}
.kikubariLock img {
  width: min(88px, 8.1481481481vw);
}
@media (max-width: 767.9px) {
  .kikubariLock img {
    width: 35.625vw;
    margin: 0 auto 1.09375vw;
  }
}
.kikubariLock p {
  display: grid;
  height: auto;
  padding-left: min(40px, 3.7037037037vw);
  width: min(192px, 17.7777777778vw);
  background: url(../images/frame_lock.svg) top center/contain no-repeat;
  align-items: center;
  text-align: left;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0;
}
@media (max-width: 767.9px) {
  .kikubariLock p {
    width: 53.125vw;
    height: 21.5625vw;
    padding-left: 0;
    padding-top: 3.90625vw;
    margin: auto;
    background: url(../images/frame_lock_sp.svg) top center/contain no-repeat;
    text-align: center;
  }
}

.lineup {
  position: relative;
  background-color: #efefef;
}
.lineup::before, .lineup::after {
  position: absolute;
  display: block;
  content: "";
  width: min(114px, 10.5555555556vw);
  height: min(114px, 10.5555555556vw);
  z-index: 2;
}
@media (max-width: 767.9px) {
  .lineup::before, .lineup::after {
    width: 12.5vw;
    height: 12.5vw;
  }
}
.lineup::before {
  top: 0;
  left: 0;
  background: url(../images/deco_triangle_white_top.svg) center/cover no-repeat;
}
.lineup::after {
  bottom: 0;
  right: 0;
  background: url(../images/deco_triangle_white.svg) center/cover no-repeat;
}
.lineup .inner {
  padding: min(120px, 11.1111111111vw) 0 min(240px, 22.2222222222vw);
}
@media (max-width: 767.9px) {
  .lineup .inner {
    padding: 18.28125vw 0 29.6875vw;
  }
}
.lineupTit {
  width: min(197px, 18.2407407407vw);
  margin: 0 auto min(104px, 9.6296296296vw);
}
@media (max-width: 767.9px) {
  .lineupTit {
    width: 28.125vw;
    margin: 0 auto 17.96875vw;
  }
}
.lineupTit img {
  width: 100%;
}
.lineupList {
  width: min(753px, 69.7222222222vw);
  margin: auto;
}
@media (max-width: 767.9px) {
  .lineupList {
    width: 95.9375vw;
  }
}
.lineupList ul {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  gap: min(77px, 7.1296296296vw) 0;
  justify-content: flex-start;
}
@media (max-width: 767.9px) {
  .lineupList ul {
    gap: 10.9375vw 0;
  }
}
.lineupItem {
  width: min(374px, 34.6296296296vw);
  text-align: center;
}
@media (max-width: 767.9px) {
  .lineupItem {
    width: 47.65625vw;
  }
}
.lineupItem img {
  margin: 0 auto min(20px, 1.8518518519vw);
  width: min(248px, 22.962962963vw);
}
@media (max-width: 767.9px) {
  .lineupItem img {
    margin: 0 auto 1.5625vw;
    width: 36.40625vw;
  }
}
.lineupInfo .dt {
  margin-bottom: min(20px, 1.8518518519vw);
  font-size: min(24px, 2.2222222222vw);
  line-height: 1.6;
  font-weight: 600;
  letter-spacing: -0.05em;
}
@media (max-width: 767.9px) {
  .lineupInfo .dt {
    margin-bottom: 2.34375vw;
    font-size: 4.375vw;
  }
}
.lineupInfo .dt.--01 {
  color: #d93728;
}
.lineupInfo .dt.--02 {
  color: #92b0cf;
}
.lineupInfo .dt.--03 {
  color: #0c3777;
}
.lineupInfo .dt.--04 {
  color: #891813;
}
.lineupInfo .dt.--05 {
  color: #b6002a;
}
.lineupInfo .dt.--06 {
  color: #92b0cf;
}
.lineupInfo .dd p {
  font-size: min(16px, 1.4814814815vw);
  font-weight: 500;
}
@media (max-width: 767.9px) {
  .lineupInfo .dd p {
    font-size: 3.4375vw;
    letter-spacing: 0;
    white-space: nowrap;
  }
}
.lineupInfo .dd .note {
  display: block;
  margin-top: min(15px, 1.3888888889vw);
  font-size: min(14px, 1.2962962963vw);
  font-weight: 500;
}
@media (max-width: 767.9px) {
  .lineupInfo .dd .note {
    margin-top: 1.5625vw;
    font-size: 2.5vw;
  }
}

.pickup .inner {
  padding: min(100px, 9.2592592593vw) 0 min(60px, 5.5555555556vw);
}
@media (max-width: 767.9px) {
  .pickup .inner {
    padding: 12.5vw 0 9.375vw;
  }
}
.pickupList {
  width: min(910px, 84.2592592593vw);
  margin: auto;
}
@media (max-width: 767.9px) {
  .pickupList {
    width: 81.25vw;
  }
}
.pickupList ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-start;
  gap: min(68px, 6.2962962963vw);
}
@media (max-width: 767.9px) {
  .pickupList ul {
    display: block;
  }
}
.pickupList ul li {
  width: min(421px, 38.9814814815vw);
}
@media (max-width: 767.9px) {
  .pickupList ul li {
    width: 100%;
  }
}
.pickupList ul li img {
  width: 100%;
}
.pickupTit {
  width: min(336px, 31.1111111111vw);
  margin: 0 auto min(67px, 6.2037037037vw);
}
@media (max-width: 767.9px) {
  .pickupTit {
    width: 52.5vw;
    margin: 0 auto 7.03125vw;
  }
}
.pickupTit img {
  max-width: 100%;
}
@media (max-width: 767.9px) {
  .pickupItem {
    margin-bottom: 12.5vw;
  }
}
.pickupItem:last-child {
  margin-bottom: 0;
}
.pickupItem__img {
  display: block;
  margin-bottom: min(20px, 1.8518518519vw);
}
.pickupItem p {
  font-weight: 600;
  font-size: 14px;
  white-space: nowrap;
  letter-spacing: 0.08em;
}
@media (max-width: 1080px) {
  .pickupItem p {
    font-size: 1.2962962963vw;
  }
}
@media (max-width: 767.9px) {
  .pickupItem p {
    font-size: 3.75vw;
    letter-spacing: 0;
    white-space: wrap;
  }
}
.pickupItem p.--choco {
  letter-spacing: 0;
}
.pickupItem p .--kafemaru {
  letter-spacing: 0.15em;
}
@media (max-width: 767.9px) {
  .pickupItem p .--kafemaru {
    letter-spacing: 0;
  }
}

.recipe .inner {
  padding: min(60px, 5.5555555556vw) 0 min(160px, 14.8148148148vw);
}
@media (max-width: 767.9px) {
  .recipe .inner {
    padding: 9.375vw 0 7.8125vw;
  }
}
.recipeList {
  width: min(910px, 84.2592592593vw);
  margin: auto;
}
@media (max-width: 767.9px) {
  .recipeList {
    width: 81.25vw;
  }
}
.recipeList ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}
@media (max-width: 767.9px) {
  .recipeList ul {
    display: block;
  }
}
.recipeList ul li {
  width: min(266px, 24.6296296296vw);
}
@media (max-width: 767.9px) {
  .recipeList ul li {
    width: 100%;
    margin-bottom: 6.25vw;
  }
}
.recipeList ul li:last-child {
  margin-bottom: 0;
}
.recipeList ul li img {
  width: 100%;
}
.recipeTit {
  width: min(336px, 31.1111111111vw);
  margin: 0 auto min(67px, 6.2037037037vw);
}
@media (max-width: 767.9px) {
  .recipeTit {
    width: 52.5vw;
    margin: 0 auto 12.5vw;
  }
}
.recipeTit img {
  max-width: 100%;
}
.recipeItem__img {
  display: block;
  margin-bottom: min(20px, 1.8518518519vw);
}
.recipeItem p {
  font-weight: 600;
  font-size: min(14px, 1.2962962963vw);
  letter-spacing: 0;
}
@media (max-width: 767.9px) {
  .recipeItem p {
    font-size: 3.75vw;
  }
}
.recipeBtn {
  display: block;
  width: min(264px, 24.4444444444vw);
  margin: min(70px, 6.4814814815vw) auto 0;
  border: solid 2px #df0011;
  color: #df0011;
  padding: min(6px, 0.5555555556vw) 0;
  font-size: min(18px, 1.6666666667vw);
  text-align: center;
  font-weight: 700;
}
@media (max-width: 767.9px) {
  .recipeBtn {
    width: 65.625vw;
    margin: 12.5vw auto 0;
    padding: 1.5625vw 0;
    font-size: 4.375vw;
  }
}
.recipeBtn:hover {
  text-decoration: none;
}
.recipe a {
  color: #df0011;
}

.js-windowBg {
  pointer-events: none;
}
.js-windowBg__item {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.js-windowBg__item.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
}
.js-windowBg__item .js-windowBg__inner {
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
}
.js-windowBg__item .js-windowBg__inner.bg-gohobi {
  background: url(../images/bg_gohobi.jpg) center/cover no-repeat;
}
@media (max-width: 767.9px) {
  .js-windowBg__item .js-windowBg__inner.bg-gohobi {
    background: url(../images/bg_gohobi_sp.jpg) center/cover no-repeat;
  }
}
.js-windowBg__item .js-windowBg__inner.bg-kikubari {
  background: url(../images/bg_kikubari.jpg) center/cover no-repeat;
}
@media (max-width: 767.9px) {
  .js-windowBg__item .js-windowBg__inner.bg-kikubari {
    background: url(../images/bg_kikubari_sp.jpg) center/cover no-repeat #000;
  }
}
.js-windowBg__item.--hidden {
  opacity: 0 !important;
  pointer-events: none;
}

.backTop {
  position: relative;
}
.backTopBtn {
  position: fixed;
  right: 0;
  bottom: 20px;
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 100;
  pointer-events: none;
}
@media (max-width: 767.9px) {
  .backTopBtn {
    width: 55px;
  }
}
.backTopBtn.is-stop {
  position: absolute;
  bottom: min(160px, 14.8148148148vw);
  right: 0;
  pointer-events: all;
}
@media (max-width: 767.9px) {
  .backTopBtn.is-stop {
    bottom: auto;
    top: 0;
  }
}
.backTopBtn.is-show {
  opacity: 1;
  cursor: pointer;
  pointer-events: all;
}
/*# sourceMappingURL=sourcemaps/index.css.map */
