@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  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;
}

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

dd {
  margin-left: 0;
}

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

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 */
  text-decoration: underline dotted; /* 2 */
}

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

/**
 * 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 small size in all browsers.
 */
small {
  display: block;
}

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

img {
  display: block;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-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;
  appearance: checkbox;
}

[type=radio] {
  -webkit-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;
  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 */
}

/* 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: middle;
  padding: 0;
}

th {
  text-align: center;
  font-weight: normal;
}

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

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

/* Blur images when they have no alt attribute */
/* ============================================ */
img:not([alt]) {
  filter: blur(10px);
}

html {
  font-size: 1px;
}
@media screen and (max-width: 1365.98px) {
  html {
    font-size: 0.0732064422vw;
  }
}
@media screen and (max-width: 767.98px) {
  html {
    font-size: 1px;
  }
}
@media screen and (max-width: 374.98px) {
  html {
    font-size: 0.2666666667vw;
  }
}

body {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: clamp(10px, calc(100vw / 1366 * 16), 16px);
  line-height: 2;
  color: #000;
  background-color: #fff;
}
@media screen and (max-width: 767.98px) {
  body {
    font-size: clamp(10px, calc(100vw / 375 * 16), 16px);
  }
}

body.no-scroll {
  overflow: hidden;
}

a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 767.98px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

a {
  display: block;
  transition: all 0.3s;
}

@media (hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}
button {
  display: block;
  transition: all 0.3s;
  cursor: pointer;
}

@media (hover: hover) {
  button:hover {
    opacity: 0.7;
  }
}
img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

@media screen and (max-width: 767.98px) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}
@media screen and (max-width: 767.98px) {
  .sp-only {
    display: block;
  }
}

.is-hidden-init {
  display: none !important;
}

.js-opening {
  transition: all 1.5s ease;
}

.js-opening.is-hidden {
  opacity: 0;
  pointer-events: none;
}

.js-opening-logo {
  filter: blur(3px);
  opacity: 0;
  transition: all 2s ease;
}

.js-opening-logo.is-active {
  filter: blur(0);
  opacity: 1;
}

.js-fadeIn {
  opacity: 0;
  transform: translateY(50px);
  transition: all 1s;
}

.js-fadeIn.is-active {
  opacity: 1;
  transform: translateY(0);
}

.js-top-bg {
  opacity: 0;
}

.js-top-bg.is-active {
  opacity: 1;
}

.js-top-bg.is-clip-top {
  clip-path: polygon(0 0, 100% 0, 100% calc(50% + 100px), 0 calc(50% + 100px));
}

.js-top-bg.is-clip-bottom {
  clip-path: polygon(0 50%, 100% 50%, 100% 100%, 0% 100%);
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 75rem;
  z-index: 999;
}

.l-header__inner {
  width: 100%;
  height: 100%;
  padding-inline: 60rem;
  display: flex;
  justify-content: space-between;
}

.l-header__logo {
  width: 100rem;
  height: auto;
  position: relative;
  z-index: 999;
}

.l-header__button {
  padding-top: 20rem;
}

.l-header__button-list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  column-gap: 15rem;
}

.l-header__button-item {
  width: min(17.6666666667vw, 212px);
}

.l-header__button-item .c-button__link {
  text-align: left;
  padding: 9rem 20rem;
}

.l-header__button-item .c-button__link-icon {
  right: 11rem;
}

.l-hamburger {
  display: none;
}

.no-scroll {
  overflow: hidden;
}

@media screen and (max-width: 767.98px) {
  .l-header {
    position: absolute;
    height: 60rem;
  }
  .l-header__inner {
    padding-inline: 0;
  }
  .l-header__logo {
    width: 70rem;
  }
  .l-header__menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    padding-top: 31.5vh;
    background-color: #0079C3;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    z-index: 999;
  }
  .l-header__menu.is-active {
    opacity: 1;
    visibility: visible;
  }
  .l-header__nav {
    width: 100%;
    padding-bottom: 80rem;
    overflow: auto;
  }
  .l-header__nav-list {
    width: 100%;
    height: 100%;
    padding: 0 28rem;
  }
  .l-header__nav-item {
    width: 100%;
    text-align: center;
  }
  .l-header__nav-item:first-child {
    margin-bottom: 35rem;
    display: flex;
    justify-content: center;
  }
  .l-header__nav-item:not(:first-child) {
    border-top: 1px solid #fff;
  }
  .l-header__nav-item:last-child {
    border-bottom: 1px solid #fff;
  }
  .l-header__nav-link {
    padding: 14rem 3rem 14rem 16rem;
    display: flex;
    align-items: center;
    font-size: clamp(10px, calc(100vw / 375 * 16), 16px);
    color: #fff;
  }
  .l-header__nav-item:first-child .l-header__nav-link {
    padding-inline: 0;
    justify-content: center;
  }
  .l-header__nav-icon {
    width: 50rem;
    height: 50rem;
    position: relative;
  }
  .l-header__nav-icon::before {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    content: "";
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
  }
  .l-header__nav-icon--shop::before {
    background: url(../image/common/icon_shop_white.svg) no-repeat;
    background-size: contain;
  }
  .l-header__nav-icon--contact::before {
    background: url(../image/common/icon_contact_white.svg) no-repeat;
    background-size: contain;
  }
  .l-header__nav-text {
    margin-left: 12rem;
  }
  .l-hamburger {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    right: 0;
    width: 112rem;
    height: 56rem;
    cursor: pointer;
    transition: 0.3s;
    z-index: 9999;
  }
  .l-hamburger::before {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    width: 112rem;
    height: 112rem;
    background-color: #FFE037;
    clip-path: circle(50% at 50% 0);
    z-index: -1;
  }
}
@media screen and (max-width: 767.98px) and (hover: hover) {
  .l-hamburger:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767.98px) {
  .l-hamburger__line-zone {
    display: inline-block;
    width: 21rem;
    height: 12rem;
    position: relative;
  }
  .l-hamburger__line {
    display: inline-block;
    position: absolute;
    left: 0;
    content: "";
    width: 100%;
    height: 2px;
    background-color: #fff;
    transition: 0.3s;
  }
  .l-hamburger__line:nth-child(1) {
    top: 1rem;
  }
  .l-hamburger__line:nth-child(2) {
    top: 12rem;
  }
  .l-hamburger.is-active .l-hamburger__line:nth-child(1) {
    top: 7rem;
    transform: rotate(-45deg);
  }
  .l-hamburger.is-active .l-hamburger__line:nth-child(2) {
    top: 7rem;
    transform: rotate(45deg);
  }
}
.l-footer {
  padding-bottom: 50rem;
  background-color: #009AA2;
  position: relative;
  z-index: 1;
}

.l-footer__inner {
  margin-inline: auto;
  max-width: 840rem;
  padding-inline: 20rem;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .l-footer__inner {
    padding-inline: 28rem;
  }
}

.l-footer__logo {
  margin-inline: auto;
  width: 300rem;
}
@media screen and (max-width: 767.98px) {
  .l-footer__logo {
    width: 210rem;
  }
}

.l-footer__flex {
  margin-top: 40rem;
  display: flex;
  align-items: flex-end;
  column-gap: 82rem;
}
@media screen and (max-width: 767.98px) {
  .l-footer__flex {
    flex-direction: column;
    align-items: center;
  }
}

.l-footer__left {
  flex: 1;
  padding-left: 4%;
}
@media screen and (max-width: 767.98px) {
  .l-footer__left {
    width: 100%;
    padding-left: 0;
    display: flex;
    justify-content: space-between;
  }
}

.l-footer__nav-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 3rem 30rem;
}
@media screen and (max-width: 767.98px) {
  .l-footer__nav-list {
    flex-direction: column;
  }
}

.l-footer__nav-link {
  color: #fff;
}

.l-footer__nav-link--open {
  padding-right: 25rem;
  position: relative;
}

.l-footer__nav-link--open::after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  content: "";
  width: 19rem;
  height: auto;
  aspect-ratio: 1/1;
  background: url(../image/common/icon_open.svg) no-repeat;
  background-size: contain;
}

@media screen and (max-width: 767.98px) {
  .l-footer__nav-item:not(:first-child) {
    margin-top: 16rem;
  }
}

.l-footer__sns {
  margin-top: 65rem;
}
@media screen and (max-width: 767.98px) {
  .l-footer__sns {
    margin-top: 5rem;
  }
}

.l-footer__sns-link {
  width: 40rem;
}

.l-footer__right {
  width: 250rem;
}
@media screen and (max-width: 767.98px) {
  .l-footer__right {
    margin-top: 36rem;
    width: 100%;
  }
}

.l-footer__right-item {
  border-top: 1px solid #fff;
}

.l-footer__right-item:last-child {
  border-bottom: 1px solid #fff;
}

.l-footer__right-link {
  padding-left: 19rem;
  padding-block: 21rem;
  display: flex;
  align-items: center;
  column-gap: 10rem;
}

.l-footer__right-icon {
  width: 50rem;
  height: 50rem;
  position: relative;
}

.l-footer__right-icon::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
}

.l-footer__right-icon--shop::before {
  background: url(../image/common/icon_shop_white.svg) no-repeat;
  background-size: contain;
}

.l-footer__right-icon--contact::before {
  background: url(../image/common/icon_contact_white.svg) no-repeat;
  background-size: contain;
}

.l-footer__right-text {
  color: #fff;
}

/* ページトップへ戻る */
@media screen and (max-width: 767.98px) {
  .l-footer__page-top {
    position: absolute;
    top: -60rem;
    right: 28rem;
    width: 40rem;
    height: auto;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background-color: #FFE037;
    z-index: 1;
  }
}

.l-footer__page-top::before {
  position: absolute;
  top: 43%;
  left: 50%;
  transform: translateX(-50%) rotate(-135deg);
  content: "";
  width: 8rem;
  height: 8rem;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

/* フローティング */
.l-footer__floating {
  position: fixed;
  bottom: 10px;
  left: 10px;
  width: 120rem;
  height: 120rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s;
  z-index: 9;
}

.l-footer__floating.is-active {
  opacity: 1;
  visibility: visible;
}

.l-footer__floating.is-absolute {
  position: absolute;
  bottom: calc(100% + 10px);
}

.l-footer__floating-link {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  padding-bottom: 5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 7rem;
  position: relative;
  z-index: 1;
}

.l-footer__floating-link::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: linear-gradient(90deg, rgb(0, 85, 180) 0%, rgb(64, 200, 216) 100%);
  z-index: -1;
}

.l-footer__floating-link::after {
  position: absolute;
  top: 1px;
  left: 1px;
  content: "";
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border-radius: 50%;
  background: #fff;
  opacity: 0;
  transition: all 0.3s;
  z-index: -1;
}

@media (hover: hover) {
  .l-footer__floating-link:hover {
    opacity: 1;
  }
  .l-footer__floating-link:hover::after {
    opacity: 1;
  }
}
.l-footer__floating-icon {
  display: inline-block;
  width: 30rem;
  height: 30rem;
  position: relative;
  z-index: 2;
}

.l-footer__floating-icon::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../image/common/icon_shop_white.svg) no-repeat;
  background-size: contain;
  transition: all 0.3s;
}

@media (hover: hover) {
  .l-footer__floating-link:hover .l-footer__floating-icon::before {
    background: url(../image/common/icon_shop_color.svg) no-repeat;
    background-size: contain;
  }
}
.l-footer__floating-text {
  display: inline-block;
  text-align: center;
  line-height: 1.4;
  color: #fff;
  transition: all 0.3s;
}

@media (hover: hover) {
  .l-footer__floating-link:hover .l-footer__floating-text {
    color: #0079C3;
  }
}
.l-footer__wave {
  position: absolute;
  top: -65rem;
  left: 0;
  width: 100%;
  height: 130rem;
  z-index: -1;
  overflow: hidden;
}
@media screen and (max-width: 767.98px) {
  .l-footer__wave {
    top: -42rem;
    height: 91rem;
  }
}

.l-footer__wave-image {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  min-width: 3000rem;
  height: 130rem;
}
@media screen and (max-width: 767.98px) {
  .l-footer__wave-image {
    min-width: 2100rem;
    height: 91rem;
  }
}

.l-wide-inner {
  width: 100%;
  max-width: 1366rem;
  margin-inline: auto;
}

.l-inner {
  width: 100%;
  max-width: 1040rem;
  margin-inline: auto;
  padding-inline: 20rem;
}
@media screen and (max-width: 767.98px) {
  .l-inner {
    padding-inline: 28rem;
  }
}

.c-button {
  display: flex;
  justify-content: center;
}

.c-button__link {
  width: 100%;
  padding: 14rem;
  text-align: center;
  position: relative;
  z-index: 1;
}

.c-button__link::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, rgb(0, 85, 180) 0%, rgb(64, 200, 216) 100%);
  z-index: -1;
}

.c-button__link::after {
  position: absolute;
  top: 1px;
  left: 1px;
  content: "";
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border-radius: 999px;
  background: #fff;
  opacity: 0;
  transition: all 0.3s;
  z-index: -1;
}

@media (hover: hover) {
  .c-button__link:hover {
    opacity: 1;
  }
  .c-button__link:hover::after {
    opacity: 1;
  }
}
.c-button__link-text {
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 1;
}

@media (hover: hover) {
  .c-button__link:hover .c-button__link-text {
    color: #0079C3;
  }
}
.c-button__link-icon {
  position: absolute;
  top: 50%;
  right: 14rem;
  transform: translateY(-50%);
  width: 24rem;
  height: 24rem;
  z-index: 1;
}

.c-button__link-icon::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}

.c-button__link-icon--shop::before {
  background: url(../image/common/icon_shop_white.svg) no-repeat;
  background-size: contain;
}

.c-button__link-icon--contact::before {
  background: url(../image/common/icon_contact_white.svg) no-repeat;
  background-size: contain;
}

.c-button__link-icon--triangle::before {
  border-radius: 50%;
  background-color: #fff;
  clip-path: polygon(0% 0%, 0% 100%, 40% 100%, 40% 30%, 75% 50%, 75% 50%, 30% 75%, 0% 100%, 100% 100%, 100% 0%);
}

@media (hover: hover) {
  .c-button__link:hover .c-button__link-icon--shop::before {
    background: url(../image/common/icon_shop_color.svg) no-repeat;
    background-size: contain;
  }
  .c-button__link:hover .c-button__link-icon--contact::before {
    background: url(../image/common/icon_contact_color.svg) no-repeat;
    background-size: contain;
  }
  .c-button__link:hover .c-button__link-icon--triangle::before {
    background-color: #0079C2;
  }
}
.c-title {
  transform: translateY(-14rem);
  padding-top: 42rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  position: relative;
}

.c-title.c-title--blue {
  color: #0079C2;
}

.c-title::before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 28rem;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #FFE037;
}

.c-title__ja {
  text-align: center;
  font-size: clamp(10px, calc(100vw / 1366 * 32), 32px);
  line-height: 1;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 767.98px) {
  .c-title__ja {
    font-size: clamp(10px, calc(100vw / 375 * 26), 26px);
  }
}

.c-title__en {
  margin-top: 4rem;
  text-align: center;
  font-family: "Lora", serif;
  font-weight: 500;
}
@media screen and (max-width: 767.98px) {
  .c-title__en {
    margin-top: 6rem;
  }
}

/* top-opening */
.top-opening {
  background-color: #0079C3;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 10000;
}

.top-opening::before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: 240rem;
  height: 240rem;
  border-radius: 50%;
  background-color: #FFE037;
}
@media screen and (max-width: 767.98px) {
  .top-opening::before {
    width: 170rem;
    height: 170rem;
  }
}

.top-opening__logo {
  width: 100rem;
}
@media screen and (max-width: 767.98px) {
  .top-opening__logo {
    width: 70rem;
  }
}

.top-opening__wave {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 130rem;
  z-index: -1;
  overflow: hidden;
}
@media screen and (max-width: 767.98px) {
  .top-opening__wave {
    height: 91rem;
  }
}

.top-opening__wave-image {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  min-width: 3000rem;
  height: 130rem;
}
@media screen and (max-width: 767.98px) {
  .top-opening__wave-image {
    min-width: 2100rem;
    height: 91rem;
  }
}

/* top-bg */
.top-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.top-bg__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.top-bg__image img {
  height: 100%;
}

/* to-fv */
.top-fv {
  height: 100vh;
  padding-top: 16.9270833333vh;
  padding-bottom: 16.9270833333vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  background-image: url(../image/top/top_fv.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767.98px) {
  .top-fv {
    height: 100svh;
    padding-top: 0;
    padding-bottom: 15svh;
    justify-content: center;
  }
}
@media screen and (max-width: 499.98px) {
  .top-fv {
    background-image: url(../image/top/top_fv_sp.webp);
  }
}

.top-fv__heading {
  width: 400rem;
}
@media screen and (max-width: 767.98px) {
  .top-fv__heading {
    width: 92rem;
  }
}

.top-fv__title {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  z-index: -999;
}

.top-fv__scroll {
  padding-bottom: 20rem;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .top-fv__scroll {
    position: absolute;
    left: 50%;
    bottom: 11.5svh;
    transform: translateX(-50%);
  }
}

.top-fv__scroll::after {
  position: absolute;
  bottom: 15rem;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  content: "";
  width: 10rem;
  height: 10rem;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  animation-name: animation;
  animation-duration: 3s;
  animation-iteration-count: infinite; /* 追加：ループ */
  animation-timing-function: ease-in-out; /* 任意：滑らかに */
}
@media screen and (max-width: 767.98px) {
  .top-fv__scroll::after {
    width: 7.5rem;
    height: 7.5rem;
  }
}

@keyframes animation {
  0% {
    bottom: 15rem;
  }
  50% {
    bottom: 5rem;
  }
  100% {
    bottom: 15rem;
  }
}
.top-fv__scroll-text {
  font-family: "Lora", serif;
  font-weight: 500;
  font-size: clamp(10px, calc(100vw / 1366 * 14), 14px);
  color: #fff;
}
@media screen and (max-width: 767.98px) {
  .top-fv__scroll-text {
    font-size: clamp(10px, calc(100vw / 375 * 14), 14px);
  }
}

.top-fv__wave {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 130rem;
  z-index: -1;
  overflow: hidden;
}
@media screen and (max-width: 767.98px) {
  .top-fv__wave {
    height: 91rem;
  }
}

.top-fv__wave-image {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  min-width: 3000rem;
  height: 130rem;
}
@media screen and (max-width: 767.98px) {
  .top-fv__wave-image {
    min-width: 2100rem;
    height: 91rem;
  }
}

/* top-lead */
.top-lead {
  background-color: #009AA2;
  overflow: hidden;
}

.top-lead__inner {
  padding-top: 42rem;
  padding-bottom: 100rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767.98px) {
  .top-lead__inner {
    padding-top: 20rem;
    padding-bottom: 70rem;
    padding-inline: 15rem;
  }
}

.top-lead__inner::before {
  position: absolute;
  bottom: 0;
  right: calc(50% + 280rem);
  content: "";
  width: 1422rem;
  height: auto;
  aspect-ratio: 1422/674;
  background: url(../image/top/top_lead_image01.webp) no-repeat;
  background-size: contain;
  z-index: -1;
}
@media screen and (max-width: 767.98px) {
  .top-lead__inner::before {
    display: none;
  }
}

.top-lead__inner::after {
  position: absolute;
  bottom: 0;
  left: calc(50% + 280rem);
  content: "";
  width: 1422rem;
  height: auto;
  aspect-ratio: 1422/674;
  background: url(../image/top/top_lead_image02.webp) no-repeat;
  background-size: contain;
  z-index: -1;
}
@media screen and (max-width: 767.98px) {
  .top-lead__inner::after {
    display: none;
  }
}

.top-lead__title {
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: clamp(10px, calc(100vw / 1366 * 32), 32px);
  line-height: 1.5;
  color: #fff;
}
@media screen and (max-width: 767.98px) {
  .top-lead__title {
    font-size: clamp(10px, calc(100vw / 375 * 26), 26px);
    line-height: 1.5;
    transform: translateX(2%);
  }
}

.top-lead__textarea {
  margin-top: 36rem;
}
@media screen and (max-width: 767.98px) {
  .top-lead__textarea {
    margin-top: 32rem;
  }
}

.top-lead__text {
  text-align: center;
  color: #fff;
}

.top-lead__text:not(:first-child) {
  margin-top: 32rem;
}

.top-lead__text span {
  display: inline-block;
}

/* top-about */
.top-about {
  margin-top: 100vh;
  padding-bottom: 50rem;
  padding-bottom: 100rem;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767.98px) {
  .top-about {
    margin-top: 538rem;
    padding-top: 52rem;
    padding-bottom: 80rem;
  }
}

.top-about.is-top-about-height {
  padding-top: 110px;
}

.l-wide-inner.top-about__inner {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767.98px) {
  .l-wide-inner.top-about__inner {
    max-width: 460rem;
  }
}

.top-about__title {
  position: absolute;
  top: 78rem;
  left: 13.4%;
  width: max-content;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: clamp(10px, calc(100vw / 1366 * 20), 20px);
  line-height: 1.75;
  z-index: 2;
}
@media screen and (max-width: 767.98px) {
  .top-about__title {
    position: relative;
    top: 0;
    left: 0;
    width: auto;
    text-align: center;
    font-size: clamp(10px, calc(100vw / 375 * 18), 18px);
    line-height: 1.75;
  }
}

.top-about__title span {
  font-size: clamp(10px, calc(100vw / 1366 * 32), 32px);
  line-height: 1.75;
}
@media screen and (max-width: 767.98px) {
  .top-about__title span {
    font-size: clamp(10px, calc(100vw / 375 * 26), 26px);
    line-height: 1.75;
  }
}

.top-about__center {
  transform: translateY(-110rem);
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;
}
@media screen and (max-width: 767.98px) {
  .top-about__center {
    transform: translateY(0);
    margin-top: 20rem;
  }
}

.top-about__center::before {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 420rem;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #FFE037;
  z-index: -1;
}
@media screen and (max-width: 767.98px) {
  .top-about__center::before {
    width: 294rem;
  }
}

.top-about__en {
  position: absolute;
  top: 61%;
  left: 50%;
  transform: translateX(-50%);
  width: 1000rem;
}
@media screen and (max-width: 767.98px) {
  .top-about__en {
    top: 69%;
    width: 360rem;
  }
}

.top-about__image {
  width: 320rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767.98px) {
  .top-about__image {
    width: 224rem;
  }
}

.top-about__flag {
  margin-top: -18rem;
  width: 650rem;
}
@media screen and (max-width: 767.98px) {
  .top-about__flag {
    margin-top: 3rem;
    width: 352rem;
  }
}

.top-about__deco02 {
  position: absolute;
  top: -6%;
  right: 0;
  width: 346rem;
}
@media screen and (max-width: 767.98px) {
  .top-about__deco02 {
    position: relative;
    margin-top: 20rem;
    margin-left: auto;
    width: 240rem;
  }
}

.top-about__deco01 {
  position: absolute;
  bottom: 12%;
  left: 0;
  width: 380rem;
}
@media screen and (max-width: 767.98px) {
  .top-about__deco01 {
    position: relative;
    margin-top: -82rem;
    width: 262rem;
  }
}

.top-about__text {
  position: absolute;
  top: 27%;
  left: 60.5%;
  width: max-content;
  z-index: 2;
}
@media screen and (max-width: 767.98px) {
  .top-about__text {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    margin-top: 4rem;
    padding-inline: 28rem;
  }
}

.top-about__bg {
  margin-top: -24rem;
  padding: 90rem 100rem 96rem;
  background-image: url(../image/top/top_about_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 767.98px) {
  .top-about__bg {
    margin-top: 55rem;
    padding: 32rem 22rem 44rem;
  }
}

.top-about__bg-title {
  font-family: "Shippori Mincho", serif;
  font-size: clamp(10px, calc(100vw / 1366 * 32), 32px);
  line-height: 1.4761904762;
  color: #fff;
}
@media screen and (max-width: 767.98px) {
  .top-about__bg-title {
    font-size: clamp(10px, calc(100vw / 375 * 26), 26px);
    line-height: 1.5;
  }
}

.top-about__bg-title span {
  display: inline-block;
}

.top-about__bg-text {
  margin-top: 36rem;
  color: #fff;
}
@media screen and (max-width: 767.98px) {
  .top-about__bg-text {
    margin-top: 21rem;
  }
}

.top-about__wave {
  position: absolute;
  top: -30rem;
  left: 0;
  width: 100%;
  height: 553rem;
  z-index: -1;
  overflow: hidden;
}
@media screen and (max-width: 767.98px) {
  .top-about__wave {
    top: -20rem;
    height: 460rem;
  }
}

.top-about__wave-image {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  min-width: 3000rem;
  height: 553rem;
}
@media screen and (max-width: 767.98px) {
  .top-about__wave-image {
    min-width: 2100rem;
    height: 460rem;
  }
}

/* top-lineup */
.top-lineup {
  margin-top: 100vh;
  padding-bottom: 100rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767.98px) {
  .top-lineup {
    margin-top: 538rem;
    padding-bottom: 80rem;
  }
}

.top-lineup::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: calc(100% - 500rem);
  background-color: #0079C2;
  z-index: -1;
}

.top-lineup__lead {
  margin-top: 24rem;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767.98px) {
  .top-lineup__lead {
    margin-top: 8rem;
    margin-left: -2%;
    width: 104%;
  }
}

.top-lineup__lead span {
  display: inline-block;
}

.top-lineup__content {
  margin-top: 42rem;
}

.top-lineup__item {
  min-height: 440rem;
  display: flex;
  justify-content: space-between;
  background: linear-gradient(180deg, rgb(250, 250, 250) 0%, rgb(235, 233, 231) 100%);
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 767.98px) {
  .top-lineup__item {
    flex-direction: column;
  }
}

.top-lineup__item:not(:first-child) {
  margin-top: 30rem;
}
@media screen and (max-width: 767.98px) {
  .top-lineup__item:not(:first-child) {
    margin-top: 21rem;
  }
}

.top-lineup__item::before {
  position: absolute;
  top: 50%;
  right: calc(100% - 345rem);
  transform: translateY(-50%);
  content: "";
  width: 600rem;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #FFE037;
  z-index: -1;
}
@media screen and (max-width: 767.98px) {
  .top-lineup__item::before {
    display: none;
  }
}

@media screen and (max-width: 767.98px) {
  .top-lineup__item::after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 245rem;
    height: auto;
    aspect-ratio: 245/308;
    background: url(../image/top/top_lineup_halfcircle01.webp) no-repeat;
    background-size: contain;
    z-index: -1;
  }
}

.top-lineup__item:last-child::after {
  aspect-ratio: 245/274;
  background: url(../image/top/top_lineup_halfcircle02.webp) no-repeat;
  background-size: contain;
}

.top-lineup__left {
  width: 34%;
  padding-top: 50rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (max-width: 767.98px) {
  .top-lineup__left {
    width: 100%;
    padding-top: 18rem;
  }
}

.top-lineup__title {
  border-radius: 0 999rem 999rem 0;
  background-color: #009AA2;
  padding: 14rem 62rem;
  font-size: clamp(10px, calc(100vw / 1366 * 32), 32px);
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 767.98px) {
  .top-lineup__title {
    padding: 12rem 32rem 12rem 20rem;
    font-size: clamp(10px, calc(100vw / 375 * 26), 26px);
  }
}

.top-lineup__recommend {
  margin-top: 32rem;
  padding-left: 17%;
}
@media screen and (max-width: 767.98px) {
  .top-lineup__recommend {
    margin-top: 16rem;
    width: 215rem;
    padding-left: 6%;
  }
}

.top-lineup__recommend-text {
  font-size: clamp(10px, calc(100vw / 1366 * 20), 20px);
  line-height: 1.6;
}
@media screen and (max-width: 767.98px) {
  .top-lineup__recommend-text {
    font-size: clamp(10px, calc(100vw / 375 * 18), 18px);
  }
}

.top-lineup__recommend-list {
  margin-top: 10rem;
}

.top-lineup__recommend-item {
  position: relative;
  padding-left: 16rem;
}
@media screen and (max-width: 767.98px) {
  .top-lineup__recommend-item {
    font-size: clamp(10px, calc(100vw / 375 * 14), 14px);
    line-height: 1.5714285714;
  }
}

@media screen and (max-width: 767.98px) {
  .top-lineup__recommend-item:not(:first-child) {
    margin-top: 10rem;
  }
}

.top-lineup__recommend-item::before {
  position: absolute;
  top: 12rem;
  left: 0;
  content: "";
  width: 10rem;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #000;
}
@media screen and (max-width: 767.98px) {
  .top-lineup__recommend-item::before {
    top: 6rem;
  }
}

.top-lineup__image {
  width: 22%;
  margin-top: auto;
  margin-left: 2.5%;
  margin-right: 4%;
}
@media screen and (max-width: 767.98px) {
  .top-lineup__image {
    position: absolute;
    top: 100rem;
    left: 210rem;
    margin-left: 0;
    margin-right: 0;
    width: 109rem;
  }
}

.top-lineup__item:last-child .top-lineup__image {
  margin-bottom: auto;
}

.top-lineup__item:last-child .top-lineup__image img {
  transform: scale(1.5);
}

.top-lineup__right {
  flex: 1;
  padding-top: 58rem;
  padding-right: 20rem;
}
@media screen and (max-width: 767.98px) {
  .top-lineup__right {
    margin-inline: auto;
    width: 100%;
    max-width: 350rem;
    padding: 15rem;
  }
}

@media screen and (max-width: 767.98px) {
  .top-lineup__item:first-child .top-lineup__right {
    margin-top: 65rem;
  }
}

@media screen and (max-width: 767.98px) {
  .top-lineup__item:nth-child(2) .top-lineup__right {
    margin-top: 12rem;
  }
}

@media screen and (max-width: 767.98px) {
  .top-lineup__item:last-child .top-lineup__right {
    margin-top: 28rem;
  }
}

.top-lineup__price-row {
  padding: 12rem 18rem;
  border-top: 1px solid #fff;
  line-height: 1;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  row-gap: 4rem;
}
@media screen and (max-width: 1023.98px) {
  .top-lineup__price-row {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 767.98px) {
  .top-lineup__price-row {
    padding: 10rem 0 14rem;
    border-top: 1px solid #000;
    flex-direction: row;
    align-items: flex-end;
  }
}

.top-lineup__price-row:last-child {
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 767.98px) {
  .top-lineup__price-row:last-child {
    border-bottom: 1px solid #000;
  }
}

.top-lineup__item:last-child .top-lineup__price-row {
  padding-right: 50rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 1023.98px) {
  .top-lineup__item:last-child .top-lineup__price-row {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 767.98px) {
  .top-lineup__item:last-child .top-lineup__price-row {
    flex-direction: row;
    align-items: flex-end;
    padding-right: 0;
  }
}

.top-lineup__price-row span {
  display: inline-block;
}

.top-lineup__price-row .name {
  width: 118rem;
  min-width: 88px;
}

@media screen and (max-width: 767.98px) {
  .top-lineup__item:nth-child(2) .top-lineup__price-row .name {
    width: 105rem;
  }
}

.top-lineup__price-row .small {
  width: 74rem;
  min-width: 55px;
  font-size: clamp(10px, calc(100vw / 1366 * 12), 12px);
}
@media screen and (max-width: 767.98px) {
  .top-lineup__price-row .small {
    font-size: clamp(10px, calc(100vw / 375 * 12), 12px);
  }
}

@media screen and (max-width: 1023.98px) {
  .top-lineup__price-row .small.pc {
    display: none;
  }
}
@media screen and (max-width: 767.98px) {
  .top-lineup__price-row .small.pc {
    display: inline-block;
  }
}

.top-lineup__price-row .small.tab {
  display: none;
}
@media screen and (max-width: 1023.98px) {
  .top-lineup__price-row .small.tab {
    display: inline-block;
  }
}
@media screen and (max-width: 767.98px) {
  .top-lineup__price-row .small.tab {
    display: none;
  }
}

.top-lineup__price-row .medium {
  margin-right: 12rem;
  font-size: clamp(10px, calc(100vw / 1366 * 14), 14px);
}
@media screen and (max-width: 767.98px) {
  .top-lineup__price-row .medium {
    font-size: clamp(10px, calc(100vw / 375 * 14), 14px);
  }
}

.top-lineup__price-row .big {
  font-size: clamp(10px, calc(100vw / 1366 * 24), 24px);
}
@media screen and (max-width: 767.98px) {
  .top-lineup__price-row .big {
    font-size: clamp(10px, calc(100vw / 375 * 24), 24px);
  }
}

.top-lineup__box {
  margin-top: 24rem;
  margin-right: 22rem;
  padding: 12rem;
  border-radius: 2px;
  background-color: #009AA2;
}
@media screen and (max-width: 767.98px) {
  .top-lineup__box {
    margin-top: 20rem;
    margin-right: 0;
  }
}

.top-lineup__box-text {
  text-align: center;
  font-size: clamp(10px, calc(100vw / 1366 * 20), 20px);
  line-height: 1.4;
  color: #fff;
}
@media screen and (max-width: 767.98px) {
  .top-lineup__box-text {
    font-size: clamp(10px, calc(100vw / 375 * 18), 18px);
    line-height: 1.5555555556;
  }
}

.top-lineup__caution {
  margin-top: 8rem;
  margin-right: 22rem;
  text-align: right;
  font-size: clamp(10px, calc(100vw / 1366 * 12), 12px);
  line-height: 1.4;
}
@media screen and (max-width: 767.98px) {
  .top-lineup__caution {
    margin-right: 0;
    text-align: center;
    font-size: clamp(10px, calc(100vw / 375 * 12), 12px);
  }
}

.top-lineup__shop {
  margin-top: 30rem;
  border: 3rem solid #fff;
  padding: 12rem 30rem 10rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 60rem;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 767.98px) {
  .top-lineup__shop {
    margin-top: 21rem;
    border: 2px solid #fff;
    padding: 22rem 22rem 95rem 18rem;
    column-gap: 10rem;
  }
}

.top-lineup__shop::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: auto;
  aspect-ratio: 1000/320;
  background: url(../image/top/top_lineup_bg.svg) no-repeat;
  background-size: cover;
  z-index: -1;
}
@media screen and (max-width: 767.98px) {
  .top-lineup__shop::before {
    aspect-ratio: 320/250;
    background: url(../image/top/top_lineup_bg_sp.svg) no-repeat;
    background-size: cover;
  }
}

.top-lineup__shop-image {
  width: 180rem;
}
@media screen and (max-width: 767.98px) {
  .top-lineup__shop-image {
    width: 80rem;
  }
}

.top-lineup__shop-body {
  width: 500rem;
  padding-bottom: 15rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767.98px) {
  .top-lineup__shop-body {
    width: auto;
  }
}

.top-lineup__shop-title {
  text-align: center;
  font-size: clamp(10px, calc(100vw / 1366 * 32), 32px);
  line-height: 1.5;
  color: #fff;
}
@media screen and (max-width: 767.98px) {
  .top-lineup__shop-title {
    font-size: clamp(10px, calc(100vw / 375 * 20), 20px);
  }
}

.top-lineup__shop-en {
  text-align: center;
  font-family: "Lora", serif;
  font-weight: 500;
  color: #fff;
}

.top-lineup__shop-notice {
  margin-top: 23rem;
  width: 110%;
  text-align: center;
  font-size: clamp(10px, calc(100vw / 1366 * 16), 16px);
  color: #fff;
}
@media screen and (max-width: 767.98px) {
  .top-lineup__shop-notice {
    position: absolute;
    bottom: 27rem;
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
    font-size: clamp(10px, calc(100vw / 375 * 16), 16px);
    line-height: 1.6;
  }
}

.top-lineup__shop-notice span {
  display: inline-block;
}

.top-lineup__shop-button {
  margin-top: 18rem;
  width: 100%;
}
@media screen and (max-width: 767.98px) {
  .top-lineup__shop-button {
    position: absolute;
    bottom: 27px;
    width: 88%;
    left: 50%;
    transform: translateX(-50%);
  }
}

.top-lineup__wave {
  position: absolute;
  top: 33rem;
  left: 0;
  width: 100%;
  height: 800rem;
  z-index: -1;
  overflow: hidden;
}
@media screen and (max-width: 767.98px) {
  .top-lineup__wave {
    height: 560rem;
  }
}

.top-lineup__wave-image {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  min-width: 3000rem;
  height: 800rem;
}
@media screen and (max-width: 767.98px) {
  .top-lineup__wave-image {
    min-width: 2100rem;
    height: 560rem;
  }
}

/* top-company */
.top-company {
  margin-top: -1px;
  padding-top: 100rem;
  padding-bottom: 110rem;
  background-image: url(../image/top/top_company_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 767.98px) {
  .top-company {
    padding-block: 80rem;
    background-image: url(../image/top/top_company_bg_sp.webp);
  }
}

.top-company__container {
  padding: 0 50rem 60rem 55rem;
  background-color: #fff;
}
@media screen and (max-width: 767.98px) {
  .top-company__container {
    padding: 0 17rem 28rem 17rem;
  }
}

.top-company__cols {
  margin-top: 30rem;
  display: flex;
  align-items: flex-end;
  column-gap: 62rem;
}
@media screen and (max-width: 767.98px) {
  .top-company__cols {
    margin-top: 5rem;
    flex-direction: column;
    align-items: center;
  }
}

.top-company__left {
  width: 31.5%;
}
@media screen and (max-width: 767.98px) {
  .top-company__left {
    width: 68%;
  }
}

.top-company__image {
  margin-top: 30rem;
}
@media screen and (max-width: 767.98px) {
  .top-company__image {
    margin-top: 24rem;
  }
}

.top-company__right {
  flex: 1;
}
@media screen and (max-width: 767.98px) {
  .top-company__right {
    margin-top: 25rem;
    width: 100%;
  }
}

.top-company__info {
  margin-top: 72rem;
  padding: 16rem 14rem 16rem 24rem;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 767.98px) {
  .top-company__info {
    margin-top: 24rem;
    padding: 18rem 0;
  }
}

.top-company__info-item {
  display: flex;
  column-gap: 25rem;
}
@media screen and (max-width: 767.98px) {
  .top-company__info-item {
    column-gap: 28rem;
  }
}

.top-company__info-item:not(:first-child) {
  margin-top: 4rem;
}

.top-company__info-title {
  width: 70rem;
  min-width: 46px;
}
@media screen and (max-width: 767.98px) {
  .top-company__info-title {
    width: 70rem;
    min-width: 60px;
  }
}

.top-company__info-item:not(:last-child) .top-company__info-title {
  padding-right: 12rem;
  text-align: justify;
  text-align-last: justify;
}
@media screen and (max-width: 767.98px) {
  .top-company__info-item:not(:last-child) .top-company__info-title {
    padding-right: 10rem;
  }
}

.top-company__info-data {
  flex: 1;
}

/* top-contact */
.top-contact {
  padding-top: 55rem;
  padding-bottom: 140rem;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767.98px) {
  .top-contact {
    padding-top: 60rem;
    padding-bottom: 150rem;
  }
}

.top-contact__container {
  padding: 0 100rem 75rem;
  background-color: #0079C2;
}
@media screen and (max-width: 767.98px) {
  .top-contact__container {
    padding: 0 20rem 40rem;
  }
}

.top-contact__text {
  margin-top: 25rem;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767.98px) {
  .top-contact__text {
    margin-top: 6rem;
  }
}

.top-contact__button {
  margin-top: 45rem;
}
@media screen and (max-width: 767.98px) {
  .top-contact__button {
    margin-top: 24rem;
  }
}

.top-contact__wave {
  position: absolute;
  top: -30rem;
  left: 0;
  width: 100%;
  height: 553rem;
  z-index: -1;
  overflow: hidden;
}
@media screen and (max-width: 767.98px) {
  .top-contact__wave {
    height: 460rem;
  }
}

.top-contact__wave-image {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  min-width: 3000rem;
  height: 553rem;
}
@media screen and (max-width: 767.98px) {
  .top-contact__wave-image {
    min-width: 2100rem;
    height: 460rem;
  }
}

.p-contact-mv {
  height: 100vh;
  padding-bottom: 6vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../image/contact/contact_mv.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 767.98px) {
  .p-contact-mv {
    height: 550rem;
  }
}

.p-contact-lead {
  padding-top: 45rem;
  margin-top: -60rem;
  background-color: #fff;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .p-contact-lead {
    padding-inline: 28rem;
  }
}

.p-contact-lead span {
  display: inline-block;
}

.p-contact-form {
  margin-top: 32rem;
  margin-bottom: 160rem;
}
@media screen and (max-width: 767.98px) {
  .p-contact-form {
    margin-top: 50rem;
  }
}

.p-contact-form__list:not(:first-child) {
  margin-top: 12rem;
}

.confirm_area .p-contact-form__list:not(:first-child) {
  margin-top: 22rem;
}

.p-contact-form__label-zone {
  display: inline-block;
}

.p-contact-form__required {
  margin-left: 8rem;
  border: 1px solid #0079C2;
  background-color: #0079C2;
  padding-inline: 7rem;
  font-size: clamp(10px, calc(100vw / 1366 * 12), 12px);
  color: #fff;
}
@media screen and (max-width: 767.98px) {
  .p-contact-form__required {
    font-size: clamp(10px, calc(100vw / 375 * 12), 12px);
  }
}

.p-contact-form__optional {
  margin-left: 8rem;
  border: 1px solid #0079C2;
  padding-inline: 7rem;
  font-size: clamp(10px, calc(100vw / 1366 * 12), 12px);
  color: #0079C2;
}
@media screen and (max-width: 767.98px) {
  .p-contact-form__optional {
    font-size: clamp(10px, calc(100vw / 375 * 12), 12px);
  }
}

.p-contact-form__data {
  margin: 8rem 0 0 0;
}

.confirm_area .p-contact-form__data {
  margin-top: 14rem;
}

.p-contact-form__data--cols {
  display: flex;
  column-gap: 50rem;
}
@media screen and (max-width: 767.98px) {
  .p-contact-form__data--cols {
    column-gap: 22rem;
  }
}

.p-contact-form__input-zone--short {
  width: 200rem;
}

.p-contact-form__input-zone--medium {
  width: 360rem;
}
@media screen and (max-width: 767.98px) {
  .p-contact-form__input-zone--medium {
    width: 100%;
  }
}

.p-contact-form__input {
  width: 100%;
  padding: 8rem 16rem;
  border-radius: 0;
  background-color: #E6E6E6;
  text-align: left;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: textfield;
}

.p-contact-form__input::placeholder {
  text-align: left;
  color: #787878;
}

.p-contact-form__data--cols .p-contact-form__input-zone {
  width: 360rem;
}
@media screen and (max-width: 767.98px) {
  .p-contact-form__data--cols .p-contact-form__input-zone {
    width: auto;
    flex: 1;
  }
}

.p-contact-form__textarea {
  width: 100%;
  height: 300rem;
  padding: 8rem 16rem;
  border-radius: 0;
  background-color: #E6E6E6;
  resize: vertical;
}
@media screen and (max-width: 767.98px) {
  .p-contact-form__textarea {
    height: 180rem;
  }
}

/* セレクトボックス */
.p-contact-form__select-zone {
  width: 200rem;
  margin-bottom: 20rem;
  position: relative;
}

.p-contact-form__select-zone::before {
  position: absolute;
  top: 21rem;
  right: 13rem;
  content: "";
  width: 18rem;
  height: 9rem;
  background-color: #000;
  clip-path: polygon(50% 100%, 0% 0%, 100% 0%);
  pointer-events: none;
  z-index: 2;
}

.p-contact-form__select {
  width: 100%;
  padding: 8rem 16rem;
  border-radius: 0;
  background-color: #E6E6E6;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.p-contact-form__select option {
  color: #000;
}

/* プライバシーポリシーボックス */
.p-contact-form__policy {
  margin-top: 50rem;
  padding: 40rem 57rem;
  background-color: #E3F0F3;
}
@media screen and (max-width: 767.98px) {
  .p-contact-form__policy {
    margin-top: 35rem;
    padding: 40rem 16rem 30rem;
  }
}

.p-contact-form__policy-title {
  text-align: center;
  font-size: clamp(10px, calc(100vw / 1366 * 20), 20px);
  line-height: 1.6;
}
@media screen and (max-width: 767.98px) {
  .p-contact-form__policy-title {
    font-size: clamp(10px, calc(100vw / 375 * 18), 18px);
    line-height: 1.7777777778;
  }
}

.p-contact-form__policy-text {
  margin-top: 30rem;
}
@media screen and (max-width: 767.98px) {
  .p-contact-form__policy-text {
    margin-top: 21rem;
  }
}

.p-contact-form__policy-list {
  margin-top: 18rem;
}
@media screen and (max-width: 767.98px) {
  .p-contact-form__policy-list {
    margin-top: 12rem;
  }
}

.p-contact-form__policy-caution {
  margin-top: 30rem;
  display: block;
  text-align: center;
  font-size: clamp(10px, calc(100vw / 1366 * 12), 12px);
}
@media screen and (max-width: 767.98px) {
  .p-contact-form__policy-caution {
    margin-top: 16rem;
    font-size: clamp(10px, calc(100vw / 375 * 12), 12px);
  }
}

.p-contact-form__policy-caution span {
  display: inline-block;
}

/* プライバシーポリシーチェック */
input[type=checkbox] {
  opacity: 0;
  position: absolute;
  visibility: hidden;
}

.p-contact-form__check {
  margin-top: 35rem;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767.98px) {
  .p-contact-form__check {
    margin-top: 30rem;
  }
}

.p-contact-form__check-label {
  display: inline-block;
}

.p-contact-form__check-label .wpcf7-list-item {
  margin-left: 0;
}

.p-contact-form__check-text {
  padding-left: 50rem;
  position: relative;
  cursor: pointer;
}

.p-contact-form__check-label span.wpcf7-list-item-label {
  display: flex;
  align-items: flex-start;
}

.p-contact-form__check-label .wpcf7-list-item-label::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  width: 32rem;
  height: 32rem;
  background-color: #E6E6E6;
  vertical-align: middle;
}

.p-contact-form__check-label input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  position: absolute;
  top: 4rem;
  left: 7rem;
  content: "";
  width: 18rem;
  height: 10rem;
  border-left: 3px solid #000;
  border-bottom: 3px solid #000;
  transform: rotate(-45deg);
  cursor: pointer;
}

.p-contact-form__policy-link {
  display: inline-block;
  text-decoration: underline;
}

/* エラーメッセージ */
.Form .wpcf7-not-valid-tip,
.valid-error {
  display: block;
  width: max-content;
  font-size: clamp(10px, calc(100vw / 1366 * 14), 14px);
  line-height: 1.4;
  color: red;
}
@media screen and (max-width: 767.98px) {
  .Form .wpcf7-not-valid-tip,
  .valid-error {
    font-size: clamp(10px, calc(100vw / 375 * 14), 14px);
  }
}

.p-contact-form__list.p-contact-form__list--dummy {
  position: absolute;
  margin-top: 0;
  width: 0;
  height: 0;
  opacity: 0;
  z-index: -9;
  pointer-events: none;
}

.p-contact-form__list.p-contact-form__list--dummy input {
  width: 100%;
}

/* ボタン */
.p-contact-form__submit {
  margin-top: 50rem;
}
@media screen and (max-width: 767.98px) {
  .p-contact-form__submit {
    margin-top: 40rem;
  }
}

.confirm_area .p-contact-form__submit {
  margin-top: 96rem;
  display: flex;
  justify-content: center;
  column-gap: 50rem;
}
@media screen and (max-width: 767.98px) {
  .confirm_area .p-contact-form__submit {
    margin-top: 50rem;
    flex-direction: column;
    row-gap: 21rem;
    padding-bottom: 20rem;
  }
}

.p-contact-form__submit-buttonZone {
  width: 100%;
  position: relative;
  z-index: 1;
}

.confirm_area__bottom .p-contact-form__submit-buttonZone {
  flex: 1;
}

.p-contact-form__submit-buttonZone::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, rgb(0, 85, 180) 0%, rgb(64, 200, 216) 100%);
  z-index: -1;
}

.p-contact-form__submit-buttonZone::after {
  position: absolute;
  top: 1px;
  left: 1px;
  content: "";
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border-radius: 999px;
  background: #fff;
  opacity: 0;
  transition: all 0.3s;
  z-index: -1;
}

.p-contact-form__submit-button {
  width: 100%;
  padding: 14rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  transition: all 0.3s;
  cursor: pointer;
}

.p-contact-form__back-buttonZone {
  flex: 1;
  position: relative;
  z-index: 1;
}

.p-contact-form__back-buttonZone::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 999px;
  background-color: #b4b4b4;
  z-index: -1;
}

.p-contact-form__back-buttonZone::after {
  position: absolute;
  top: 1px;
  left: 1px;
  content: "";
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border-radius: 999px;
  background: #fff;
  opacity: 0;
  transition: all 0.3s;
  z-index: -1;
}

.p-contact-form__back-button {
  width: 100%;
  padding: 14rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  transition: all 0.3s;
  cursor: pointer;
}

.p-contact-form__back-buttonZone .c-button__link-icon {
  right: auto;
  left: 14rem;
  transform: translateY(-50%) scaleX(-1);
}

.p-contact-form__submit-button:disabled {
  cursor: not-allowed;
}

.Form:has(.valid-error) .p-contact-form__submit-buttonZone {
  cursor: not-allowed;
}

.Form:has(.valid-error) .p-contact-form__submit-button {
  pointer-events: none;
}

.p-contact-form:has(input[data-honeypot-filled=true]) .p-contact-form__submit-button {
  pointer-events: none;
}

.p-contact-form__submit-buttonZone .c-button__link-icon {
  pointer-events: none;
}

@media (hover: hover) {
  /* 矢印ホバー */
  .p-contact-form__submit-buttonZone:has(.p-contact-form__submit-button:hover)::after {
    opacity: 1;
  }
  .p-contact-form__back-buttonZone:has(.p-contact-form__back-button:hover)::after {
    opacity: 1;
  }
  .p-contact-form__submit-buttonZone:has(.p-contact-form__submit-button:hover) .c-button__link-icon--triangle::before {
    background-color: #0079C2;
  }
  .p-contact-form__back-buttonZone:has(.p-contact-form__back-button:hover) .c-button__link-icon--triangle::before {
    background-color: #b4b4b4;
  }
  /* エラーがある時の矢印ホバー */
  .p-contact-form__submit-buttonZone:has(.p-contact-form__submit-button:disabled)::after {
    opacity: 0;
  }
  .Form:has(.valid-error) .c-button__link-icon--triangle::before {
    background-color: #fff;
  }
  .p-contact-form__submit-buttonZone:has(.p-contact-form__submit-button:disabled) .c-button__link-icon--triangle::before {
    background-color: #fff;
  }
  /* ボタンホバー */
  .p-contact-form__submit-button:hover {
    color: #0079C2;
  }
  .p-contact-form__back-button:hover {
    color: #b4b4b4;
  }
  /* エラーがある時のボタンホバー */
  .p-contact-form__submit-buttonZone:has(.p-contact-form__submit-button:disabled) .p-contact-form__submit-button:hover {
    color: #fff;
  }
  .Form:has(.valid-error) .p-contact-form__submit-button:hover {
    color: #fff;
  }
}
.p-contact-form__submit-buttonZone .wpcf7-spinner {
  display: none;
}

/* 最初は確認画面を非表示 */
.confirm_area {
  display: none;
}

/*デフォルトのサンクスメッセージを非表示*/
.wpcf7-response-output {
  display: none;
}

/* 確認画面 */
.p-contact-title {
  padding-top: 188rem;
  padding-inline: 28rem;
  text-align: center;
  font-size: clamp(10px, calc(100vw / 1366 * 32), 32px);
  line-height: 1.75;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 767.98px) {
  .p-contact-title {
    padding-top: 120rem;
    font-size: clamp(10px, calc(100vw / 375 * 26), 26px);
    line-height: 1.75;
  }
}

.p-contact-confirm {
  padding-top: 62rem;
  padding-bottom: 30rem;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .p-contact-confirm {
    padding: 40rem 28rem 0;
    margin-bottom: -8rem;
  }
}

.p-contact-confirm span {
  display: inline-block;
}

.p-thanks {
  padding-top: 186rem;
  padding-bottom: 160rem;
}
@media screen and (max-width: 767.98px) {
  .p-thanks {
    padding-top: 120rem;
  }
}

.p-thanks__title {
  text-align: center;
  font-size: clamp(10px, calc(100vw / 1366 * 32), 32px);
  line-height: 1.75;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 767.98px) {
  .p-thanks__title {
    font-size: clamp(10px, calc(100vw / 375 * 26), 26px);
    margin-inline: -14rem;
    width: calc(100% + 28rem);
  }
}

.p-thanks__text {
  margin-top: 45rem;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .p-thanks__text {
    margin-top: 42rem;
  }
}

.p-thanks__text span {
  display: inline-block;
}

.p-thanks__button {
  margin-top: 90rem;
}
@media screen and (max-width: 767.98px) {
  .p-thanks__button {
    margin-top: 55rem;
  }
}

.p-thanks__button .c-button__link-icon {
  right: 20rem;
}
@media screen and (max-width: 767.98px) {
  .p-thanks__button .c-button__link-icon {
    right: 16rem;
  }
}

.p-404 {
  padding-top: 208rem;
  padding-bottom: 140rem;
}
@media screen and (max-width: 767.98px) {
  .p-404 {
    padding-top: 108rem;
    padding-bottom: 170rem;
  }
}

.p-404__image {
  margin-inline: auto;
  width: 340rem;
}
@media screen and (max-width: 767.98px) {
  .p-404__image {
    width: 230rem;
  }
}

.p-404__title {
  margin-top: 36rem;
  text-align: center;
  font-size: clamp(10px, calc(100vw / 1366 * 32), 32px);
  line-height: 1.75;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 767.98px) {
  .p-404__title {
    font-size: clamp(10px, calc(100vw / 375 * 26), 26px);
    letter-spacing: 0.1em;
  }
}

.p-404__text {
  margin-top: 26rem;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .p-404__text {
    margin-top: 32rem;
  }
}

.p-404__text span {
  display: inline-block;
}

.p-404__button {
  margin-top: 95rem;
}
@media screen and (max-width: 767.98px) {
  .p-404__button {
    margin-top: 55rem;
  }
}

.p-404__button .c-button__link-icon {
  right: 20rem;
}
@media screen and (max-width: 767.98px) {
  .p-404__button .c-button__link-icon {
    right: 16rem;
  }
}