/* ==================================================
[Style]
    1. setting
	2. foundation
	3. Layout
	4. object

================================================== */
/* --------------------------------------------------
	1. setting
-------------------------------------------------- */
/* --------------------------------------------------
	2. foundation
-------------------------------------------------- */
/* reset */
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  min-width: 0;
  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%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3 */
  overflow-x: hidden;
}

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

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  margin: 0;
  overflow: visible; /* 2 */
  clear: both;
  color: inherit;
  border-top-width: 1px;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  text-align: inherit;
  text-transform: inherit; /* 2 */
  vertical-align: middle;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border-radius: 0;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
}

legend {
  padding: 0;
}

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

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  font: inherit; /* 2 */
  -webkit-appearance: button;
          appearance: button; /* 1 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-collapse: collapse;
  border-color: inherit; /* 1 */
}

caption {
  text-align: left;
}

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

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

/* base */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  padding-top: env(safe-area-inset-top);
  padding-bottom: env(safe-area-inset-bottom);
  overflow-x: hidden;
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  color: #555;
  word-break: normal;
  word-wrap: normal;
  overflow-wrap: normal;
  background-color: #fff7e0;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

a {
  color: inherit;
  text-decoration: none;
  word-break: break-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

ul,
ol {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  font-style: italic;
  vertical-align: middle;
}

iframe {
  max-width: 100%;
}

input,
button,
select,
textarea {
  font: inherit;
  font-size: 1rem;
  color: #555;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  outline: none;
}

textarea {
  resize: none;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

/* font */
/* --------------------------------------------------
	3. Layout
-------------------------------------------------- */
/* header */
.l-header {
  position: relative;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  background-color: #fff7e0;
}
.l-header__inner {
  max-width: 1760px;
  padding: 0 1.5rem;
  margin: 0 auto;
}
.l-header__container {
  position: relative;
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  height: 3.125rem;
}
.l-header__logo {
  display: flex;
  align-items: center;
  width: 3.75rem;
}
.l-header__menu {
  position: fixed;
  top: 0;
  right: 0;
  width: calc(50% - 250px);
  height: 100dvh;
  margin-left: auto;
}
.l-header__nav-container {
  display: flex;
  gap: 2.5rem;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 1.25rem 2.7604166667vw;
}
.l-header__nav {
  width: 100%;
  max-width: 20.5rem;
}
.l-header__nav-item {
  padding: 1rem 0;
  border-bottom: 0.0625rem solid #ff5e50;
}
.l-header__nav-item:first-child {
  padding-top: 0;
}
.l-header__nav-item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.l-header__nav-link {
  display: block;
  font-size: 1.125rem;
  font-weight: 700;
  color: #ff5e50;
}
.l-header__nav-link span {
  display: block;
  font-size: 0.75rem;
  line-height: 1;
}
@media (hover: hover) {
  .l-header__nav-link {
    transition: 0.3s linear opacity;
  }
  .l-header__nav-link:hover {
    opacity: 0.7;
  }
}
.l-header__left {
  position: fixed;
  top: 0;
  left: 0;
  width: calc(50% - 250px);
  height: 100dvh;
  margin-left: auto;
}
.l-header__left-logo {
  display: flex;
  gap: 2.5rem;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 1.25rem 2.7604166667vw;
}

.l-hum {
  position: fixed;
  top: 1.875rem;
  right: 0;
  width: 3.25rem;
  height: 2.5rem;
  cursor: pointer;
  background-color: #ff5e50;
  border: none;
  border-radius: 0.5rem 0 0 0.5rem;
  box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.3);
}
.l-hum::after {
  position: absolute;
  top: -0.8125rem;
  left: 50%;
  display: block;
  width: 2.5rem;
  height: 1.25rem;
  margin-left: -1.25rem;
  content: "";
  background: url("../images/common/img-candle-sp.png") no-repeat center/contain;
}
.l-hum span {
  position: absolute;
  left: 50%;
  display: block;
  width: 1.25rem;
  height: 0.125rem;
  background-color: #fff;
  border-radius: 999px;
  transition: 0.3s all;
  transform: translateX(-50%) translateY(-50%);
}
.l-hum span:nth-child(1) {
  top: calc(50% - 0.4375rem);
}
.l-hum span:nth-child(2) {
  top: 50%;
}
.l-hum span:nth-child(3) {
  top: calc(50% + 0.4375rem);
}
.l-hum.is-active span:nth-child(1) {
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(-35deg);
}
.l-hum.is-active span:nth-child(2) {
  display: none;
}
.l-hum.is-active span:nth-child(3) {
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(35deg);
}

@media all and (min-width: 1281px), print {
  .l-header__menu {
    display: block !important;
  }
  .l-hum {
    display: none;
  }
}
@media only screen and (max-width: 1280px) {
  .l-header__container {
    height: 3.125rem;
  }
  .l-header__menu {
    position: fixed;
    top: calc(-1 * env(safe-area-inset-top, 0px));
    left: 0;
    display: none;
    width: 100%;
    height: calc(100dvh + env(safe-area-inset-top, 0px));
    padding-top: env(safe-area-inset-top, 0px);
    background-color: #fff7e0;
  }
  .l-header__nav-container {
    flex-direction: column;
    align-items: center;
    height: 100%;
    padding: 3.125rem 1.5rem 5rem;
    overflow-y: scroll;
  }
  .l-header__nav {
    height: 100%;
  }
  .l-header__nav-title {
    text-align: center;
  }
  .l-header__nav-link {
    text-align: center;
  }
  .l-header__left {
    display: none;
  }
}
/* footer */
.l-footer {
  padding: 1.875rem 0 7.5rem;
  text-align: center;
  background-color: #FFF7E0;
}
.l-footer__text {
  margin-top: 1.875rem;
  font-size: 0.625rem;
  text-align: center;
}
.l-footer__logo {
  display: flex;
  gap: 1.25rem;
  align-items: center;
  justify-content: center;
  margin-top: 1.875rem;
}
.l-footer__copyright {
  font-size: 0.75rem;
  text-align: center;
}

/* main */
.l-container {
  position: relative;
  z-index: 2;
  max-width: 31.25rem;
  margin: 0 auto;
}

.l-inner {
  width: 80rem;
  max-width: 100%;
  height: inherit;
  padding: 0 1.25rem;
  margin: 0 auto;
}
.l-inner.--wide {
  width: 90rem;
}
.l-inner.--narrow {
  width: 65rem;
}

.l-section-first {
  margin-top: 7.5rem;
}

@media only screen and (max-width: 767px) {
  .l-container {
    max-width: 100%;
  }
  .l-inner {
    padding: 0 1.25rem;
  }
}
/* margin */
.l-margin p {
  margin-top: 1rem;
}
.l-margin p:first-child {
  margin-top: 0;
}
.l-margin ul,
.l-margin ol,
.l-margin dl {
  margin-top: 1.5rem;
}
.l-margin ul:first-child,
.l-margin ol:first-child,
.l-margin dl:first-child {
  margin-top: 0;
}
.l-margin .p-table-conteiner,
.l-margin table {
  margin-top: 2rem;
}
.l-margin .p-table-conteiner:first-child,
.l-margin table:first-child {
  margin-top: 0;
}
.l-margin img {
  margin-top: 1.5rem;
}
.l-margin img:first-child {
  margin-top: 0;
}
.l-margin blockquote {
  margin-top: 1.5rem;
}
.l-margin blockquote:first-child {
  margin-top: 0;
}
.l-margin .c-button,
.l-margin .e-button {
  margin-top: 1.5rem;
}
.l-margin .c-button:first-child,
.l-margin .e-button:first-child {
  margin-top: 0;
}
.l-margin .p-box,
.l-margin .e-box {
  margin-top: 1.5rem;
}
.l-margin .p-box:first-child,
.l-margin .e-box:first-child {
  margin-top: 0;
}
.l-margin .p-grid,
.l-margin .e-grid {
  margin-top: 5rem;
}
.l-margin .p-grid:first-child,
.l-margin .e-grid:first-child {
  margin-top: 0;
}
.l-margin .p-grid + .l-margin .p-grid,
.l-margin .p-grid + .l-margin .e-grid,
.l-margin .e-grid + .l-margin .p-grid,
.l-margin .e-grid + .l-margin .e-grid {
  margin-top: 2.5rem;
}
.l-margin .p-grid p,
.l-margin .e-grid p {
  margin-top: 0.5rem;
}
.l-margin h2:not(:first-child) {
  margin-top: 6rem;
}
.l-margin h2 + p {
  margin-top: 3rem;
}
.l-margin h2 + ul {
  margin-top: 3rem;
}
.l-margin h2 + ol {
  margin-top: 3rem;
}
.l-margin h2 + dl {
  margin-top: 3rem;
}
.l-margin h2 + img {
  margin-top: 3rem;
}
.l-margin h2 + table {
  margin-top: 3rem;
}
.l-margin h2 + blockquote {
  margin-top: 3rem;
}
.l-margin h2 + .c-button, .l-margin h2 + .e-button {
  margin-top: 3rem;
}
.l-margin h2 + .p-box, .l-margin h2 + .e-box {
  margin-top: 3rem;
}
.l-margin h2 + .p-grid, .l-margin h2 + .e-grid {
  margin-top: 3rem;
}
.l-margin h3:not(:first-child) {
  margin-top: 5rem;
}
.l-margin h3 + p {
  margin-top: 2rem;
}
.l-margin h3 + ul {
  margin-top: 2rem;
}
.l-margin h3 + ol {
  margin-top: 2rem;
}
.l-margin h3 + dl {
  margin-top: 2rem;
}
.l-margin h3 + img {
  margin-top: 2rem;
}
.l-margin h3 + table {
  margin-top: 2rem;
}
.l-margin h3 + blockquote {
  margin-top: 2rem;
}
.l-margin h3 + .c-button, .l-margin h3 + .e-button {
  margin-top: 2rem;
}
.l-margin h3 + .p-box, .l-margin h3 + .e-box {
  margin-top: 2rem;
}
.l-margin h3 + .p-grid, .l-margin h3 + .e-grid {
  margin-top: 2rem;
}
.l-margin h4:not(:first-child) {
  margin-top: 3.5rem;
}
.l-margin h4 + p {
  margin-top: 1.75rem;
}
.l-margin h4 + ul {
  margin-top: 1.75rem;
}
.l-margin h4 + ol {
  margin-top: 1.75rem;
}
.l-margin h4 + dl {
  margin-top: 1.75rem;
}
.l-margin h4 + img {
  margin-top: 1.75rem;
}
.l-margin h4 + table {
  margin-top: 1.75rem;
}
.l-margin h4 + blockquote {
  margin-top: 1.75rem;
}
.l-margin h4 + .c-button, .l-margin h4 + .e-button {
  margin-top: 1.75rem;
}
.l-margin h4 + .p-box, .l-margin h4 + .e-box {
  margin-top: 1.75rem;
}
.l-margin h4 + .p-grid, .l-margin h4 + .e-grid {
  margin-top: 1.75rem;
}
.l-margin h5:not(:first-child) {
  margin-top: 2.5rem;
}
.l-margin h5 + p {
  margin-top: 1.25rem;
}
.l-margin h5 + ul {
  margin-top: 1.25rem;
}
.l-margin h5 + ol {
  margin-top: 1.25rem;
}
.l-margin h5 + dl {
  margin-top: 1.25rem;
}
.l-margin h5 + img {
  margin-top: 1.25rem;
}
.l-margin h5 + table {
  margin-top: 1.25rem;
}
.l-margin h5 + blockquote {
  margin-top: 1.25rem;
}
.l-margin h5 + .c-button, .l-margin h5 + .e-button {
  margin-top: 1.25rem;
}
.l-margin h5 + .p-box, .l-margin h5 + .e-box {
  margin-top: 1.25rem;
}
.l-margin h5 + .p-grid, .l-margin h5 + .e-grid {
  margin-top: 1.25rem;
}
.l-margin h6:not(:first-child) {
  margin-top: 1.5rem;
}
.l-margin h6 + p {
  margin-top: 1.125rem;
}
.l-margin h6 + ul {
  margin-top: 1.125rem;
}
.l-margin h6 + ol {
  margin-top: 1.125rem;
}
.l-margin h6 + dl {
  margin-top: 1.125rem;
}
.l-margin h6 + img {
  margin-top: 1.125rem;
}
.l-margin h6 + table {
  margin-top: 1.125rem;
}
.l-margin h6 + blockquote {
  margin-top: 1.125rem;
}
.l-margin h6 + .c-button, .l-margin h6 + .e-button {
  margin-top: 1.125rem;
}
.l-margin h6 + .p-box, .l-margin h6 + .e-box {
  margin-top: 1.125rem;
}
.l-margin h6 + .p-grid, .l-margin h6 + .e-grid {
  margin-top: 1.125rem;
}

/* --------------------------------------------------
	4. object
-------------------------------------------------- */
/* component */
.c-button {
  --btn-bg: var(--brand-color, #ff5e50);
  --btn-color: #fff;
  --icon-bg: #fff;
  --icon-color: var(--brand-color, #ff5e50);
  position: relative;
  width: 100%;
  padding: 1rem 2.625rem;
  font-weight: bold;
  color: var(--btn-color);
  cursor: pointer;
  background-color: var(--btn-bg);
  border-radius: 999rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.c-button__icon {
  position: absolute;
  top: 50%;
  right: var(--btn-right, 1rem);
  width: var(--arrow-size, 1.625rem);
  height: var(--arrow-size, 1.625rem);
  background-color: var(--icon-bg);
  border-radius: 50%;
  transform: translateY(-50%);
}
.c-button__icon::after {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--icon-color);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26'%3E%3Cg id='Group_5148' data-name='Group 5148' transform='translate(-294 -14)'%3E%3Ccircle id='Ellipse_29' data-name='Ellipse 29' cx='13' cy='13' r='13' transform='translate(294 14)' fill='none'/%3E%3Cpath id='Path_12525' data-name='Path 12525' d='M-16760.25,993l5,5,5-5' transform='translate(-688 -16728.25) rotate(-90)' fill='none' stroke='%23ff5e50' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat center/contain;
          mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26'%3E%3Cg id='Group_5148' data-name='Group 5148' transform='translate(-294 -14)'%3E%3Ccircle id='Ellipse_29' data-name='Ellipse 29' cx='13' cy='13' r='13' transform='translate(294 14)' fill='none'/%3E%3Cpath id='Path_12525' data-name='Path 12525' d='M-16760.25,993l5,5,5-5' transform='translate(-688 -16728.25) rotate(-90)' fill='none' stroke='%23ff5e50' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat center/contain;
}
@media (hover: hover) {
  .c-button {
    transition: 0.3s linear opacity;
  }
  .c-button:hover {
    opacity: 0.7;
  }
}

.c-text-link {
  position: relative;
  display: inline-block;
  text-decoration: underline;
}
@media (hover: hover) {
  .c-text-link {
    transition: 0.3s linear opacity;
  }
  .c-text-link:hover {
    opacity: 0.7;
  }
}

.c-text {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
}
.c-text.--lg {
  font-size: 1.0625rem;
  color: var(--brand-color, #ff5e50);
}
.c-text.--lg .sub {
  font-size: 0.75rem;
}
.c-text.--sm {
  font-size: 0.75rem;
}
.c-text.--xsm {
  font-size: 0.625rem;
  font-weight: 400;
}

.c-heading-lv1 {
  --heading-color: var(--brand-color, #ff5e50);
  font-size: var(--heading-fs, 40px);
  font-weight: 800;
  line-height: 1.2;
  color: var(--heading-color);
  text-align: center;
}
.c-heading-lv1__sub {
  display: block;
  margin: 0 var(--heading-spacing, -0.5rem);
  font-size: var(--heading-fs-sub, 1.4375rem);
  line-height: 1.5;
}
.c-heading-lv1__sup {
  font-size: var(--heading-fs-sup, 1.25rem);
}
.c-heading-lv1__num {
  font-size: var(--heading-fs-num, 3.75rem);
}

.c-heading-lv2 {
  position: relative;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 6.5rem;
  padding: 0.25rem 0.5rem;
  font-size: 2.1875rem;
  font-weight: 700;
  line-height: 1.15;
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-heading-lv2 {
    min-height: 4.8125rem;
  }
}
.c-heading-lv2::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background-color: var(--brand-color, #ff5e50);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='335' height='77' viewBox='0 0 335 77'%3E%3Cpath id='Path_12614' data-name='Path 12614' d='M0,0S5.051,4.814,5.051,9.624,0,14.43,0,19.241s5.051,4.814,5.051,9.627S0,33.679,0,38.492s5.051,4.814,5.051,9.627S0,52.932,0,57.746s5.051,4.814,5.051,9.627S0,77,0,77H335s-5.049-4.81-5.049-9.62S335,62.571,335,57.759s-5.049-4.814-5.049-9.627S335,43.321,335,38.508s-5.049-4.814-5.049-9.627S335,24.071,335,19.258s-5.049-4.816-5.049-9.63S335,0,335,0Z' transform='translate(0 0)' fill='%23ff5e50'/%3E%3C/svg%3E%0A") no-repeat center/cover;
          mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='335' height='77' viewBox='0 0 335 77'%3E%3Cpath id='Path_12614' data-name='Path 12614' d='M0,0S5.051,4.814,5.051,9.624,0,14.43,0,19.241s5.051,4.814,5.051,9.627S0,33.679,0,38.492s5.051,4.814,5.051,9.627S0,52.932,0,57.746s5.051,4.814,5.051,9.627S0,77,0,77H335s-5.049-4.81-5.049-9.62S335,62.571,335,57.759s-5.049-4.814-5.049-9.627S335,43.321,335,38.508s-5.049-4.814-5.049-9.627S335,24.071,335,19.258s-5.049-4.816-5.049-9.63S335,0,335,0Z' transform='translate(0 0)' fill='%23ff5e50'/%3E%3C/svg%3E%0A") no-repeat center/cover;
}
.c-heading-lv2__text {
  display: block;
  font-size: 1.5625rem;
}
.c-heading-lv2__unit {
  font-size: 1.25rem;
}

.c-heading-lv3 {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  align-items: center;
  font-weight: 700;
  text-align: center;
}
.c-heading-lv3__line {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 13.25rem;
  padding: 0.25rem 0.5rem;
  font-size: var(--heading-fs-line, 1.1875rem);
  color: #fff;
  background: var(--heading-bg, #ff907c);
  -webkit-mask: conic-gradient(from 45deg at left, rgba(0, 0, 0, 0), #000 1deg 89deg, rgba(0, 0, 0, 0) 90deg) left/80% var(--m-w, 9px) repeat-y, conic-gradient(from -135deg at right, rgba(0, 0, 0, 0), #000 1deg 89deg, rgba(0, 0, 0, 0) 90deg) right/80% var(--m-w, 9px) repeat-y;
          mask: conic-gradient(from 45deg at left, rgba(0, 0, 0, 0), #000 1deg 89deg, rgba(0, 0, 0, 0) 90deg) left/80% var(--m-w, 9px) repeat-y, conic-gradient(from -135deg at right, rgba(0, 0, 0, 0), #000 1deg 89deg, rgba(0, 0, 0, 0) 90deg) right/80% var(--m-w, 9px) repeat-y;
}
.c-heading-lv3__line.--lg {
  --heading-fs-line: 1.375rem;
  --m-w: 11px;
  width: 100%;
  padding: 0.4375rem 0.5rem;
}
.c-heading-lv3__line.--gradation {
  min-width: 14.5625rem;
  background: linear-gradient(90deg, #eb73c6, #5275d5);
  -webkit-mask: unset;
          mask: unset;
}
.c-heading-lv3__line-sub {
  font-size: 1.125rem;
}
.c-heading-lv3__line2 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 11.25rem;
  height: 1.5rem;
  margin: 0 auto;
  font-size: 0.875rem;
  color: var(--brand-color, #ff5e50);
  background: #fff;
  border: 0.0625rem solid var(--brand-color, #ff5e50);
}
.c-heading-lv3__text {
  font-size: var(--heading-fs-text, 1.25rem);
  line-height: 1.125;
  color: var(--brand-color, #ff5e50);
}
.c-heading-lv3__num {
  font-size: var(--heading-fs-num, 1.875rem);
}

/* project */
.p-fjoypoint-card {
  width: 100%;
  aspect-ratio: 335/160;
  overflow: hidden;
  border-radius: 0.5rem;
}
.p-fjoypoint-card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.p-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: var(--gap-grid-y, 20px) 0;
}
.p-grid.--repeat-2 {
  grid-template-columns: repeat(2, 1fr);
  gap: var(--gap-grid-y, 8px) var(--gap-grid-x, 8px);
}

.p-mainvisual {
  position: relative;
  width: 100%;
  height: 1200px;
  aspect-ratio: 3750/1563;
}
.p-mainvisual__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-mainvisual__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 767px) {
  .p-mainvisual {
    height: 240vw;
  }
}
.p-mario-card {
  padding: 1.4375rem;
  background-color: #fff;
}
.p-mario-card.--sub {
  --mario-card-color: #5275d5;
}
.p-mario-card__img {
  width: 100%;
}
.p-mario-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.p-mario-card__img.--no1 {
  aspect-ratio: 920/702;
}
.p-mario-card__img.--no2 {
  aspect-ratio: 920/570;
}
.p-mario-card__img.--no3 {
  aspect-ratio: 920/566;
}
.p-mario-card__title {
  position: relative;
  display: flex;
  gap: 0 0.75rem;
  align-items: center;
  margin-top: 0.75rem;
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.2;
  color: var(--mario-card-color, #eb73c6);
}
.p-mario-card__title.--no3 {
  font-size: 1.0625rem;
}
.p-mario-card__title-num {
  position: relative;
  z-index: 0;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 3.0625rem;
  height: 3.0625rem;
  padding: 0.125rem 0 0.5rem;
  font-size: 1.75rem;
  font-family: "Agbalumo", system-ui;
  color: var(--mario-card-color, #eb73c6);
}
.p-mario-card__title-num::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
  background: url("../images/common/img-star.png") no-repeat center/contain;
}
.p-mario-card__title-num.--no2 {
  padding-left: 0.25rem;
  padding-bottom: 0.625rem;
}
.p-mario-card__title-num.--no3 {
  padding-left: 0.3125rem;
  padding-bottom: 0.75rem;
}
.p-mario-card__title-sub {
  display: block;
  font-size: 0.75rem;
  font-weight: 800;
}
.p-mario-card__info {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
  margin-top: 0.6875rem;
  font-size: 0.9375rem;
  font-weight: 700;
  color: var(--mario-card-color, #eb73c6);
}
.p-mario-card__info-title {
  flex-shrink: 0;
  width: 3.75rem;
}
.p-mario-card__info-text {
  width: calc(100% - 64px);
}
.p-mario-card__info-asterisk {
  font-weight: bold;
}
.p-mario-card__info-asterisk .c-text-link {
  margin-left: 1em;
}
.p-mario-card__text {
  font-size: 0.8125rem;
  font-weight: bold;
}

.p-menu__title {
  margin-bottom: 1rem;
  color: #ff5e50;
  text-align: center;
}
.p-menu__list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem 0;
}
.p-menu__item {
  --arrow-size: 2rem;
  --arrow-color: #ff5e50;
  --text-color: #fff;
  --arrow-right: 1.5rem;
  background: transparent no-repeat center/cover;
}
.p-menu__item.--ramen {
  background-image: url("../images/common/bg-menu-wave1.png");
}
.p-menu__item.--sale {
  --arrow-color: #1c84dd;
  background-image: url("../images/common/bg-menu-dot1.png");
}
.p-menu__item.--fjoypoint {
  --arrow-color: #ff9519;
  background-image: url("../images/common/bg-menu-stripe1.png");
}
.p-menu__item.--special {
  background-image: url("../images/common/bg-menu-dire.png");
}
.p-menu__item.--mario {
  --arrow-color: #111;
  background: #111;
}
.p-menu__item.--stage1 {
  --arrow-color: #1c84dd;
  background-image: url("../images/common/bg-menu-dot2.png");
}
.p-menu__item.--stage2 {
  --arrow-color: #ff9519;
  background-image: url("../images/common/bg-menu-stripe2.png");
}
.p-menu__link {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0.9375rem 3.5rem;
  font-size: 1.0625rem;
  font-weight: 700;
  color: var(--text-color);
  text-align: center;
}
.p-menu__link span {
  display: block;
  font-size: 0.75rem;
}
.p-menu__link span.spacing {
  letter-spacing: -0.12em;
}
.p-menu__link-icon {
  position: absolute;
  top: 50%;
  right: var(--arrow-right);
  width: var(--arrow-size);
  height: var(--arrow-size);
  background-color: currentcolor;
  border-radius: 50%;
  transform: translateY(-50%) rotate(90deg);
}
.p-menu__link-icon::after {
  position: absolute;
  inset: 0;
  width: var(--arrow-size);
  height: var(--arrow-size);
  content: "";
  background-color: var(--arrow-color);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26'%3E%3Cg id='Group_5148' data-name='Group 5148' transform='translate(-294 -14)'%3E%3Ccircle id='Ellipse_29' data-name='Ellipse 29' cx='13' cy='13' r='13' transform='translate(294 14)' fill='none'/%3E%3Cpath id='Path_12525' data-name='Path 12525' d='M-16760.25,993l5,5,5-5' transform='translate(-688 -16728.25) rotate(-90)' fill='none' stroke='%23ff5e50' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat center/contain;
          mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26'%3E%3Cg id='Group_5148' data-name='Group 5148' transform='translate(-294 -14)'%3E%3Ccircle id='Ellipse_29' data-name='Ellipse 29' cx='13' cy='13' r='13' transform='translate(294 14)' fill='none'/%3E%3Cpath id='Path_12525' data-name='Path 12525' d='M-16760.25,993l5,5,5-5' transform='translate(-688 -16728.25) rotate(-90)' fill='none' stroke='%23ff5e50' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat center/contain;
}
@media (hover: hover) {
  .p-menu__link {
    transition: 0.3s linear opacity;
  }
  .p-menu__link:hover {
    opacity: 0.7;
  }
}

@media only screen and (max-width: 767px) {
  .p-menu__item {
    --arrow-size: 1.625rem;
    --arrow-right: calc(16 / 375 * 100vw);
  }
  .p-menu__link {
    height: 14.4vw;
    padding: 0.3125rem 2.5rem;
  }
}
.p-ramen-card {
  position: relative;
  padding-top: 2.0625rem;
}
.p-ramen-card__img {
  width: calc(100% + 20px);
  aspect-ratio: 355/206;
  margin-right: -1.25rem;
  overflow: hidden;
  border-radius: 0.625rem 0 0 0.625rem;
}
.p-ramen-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.p-ramen-card__point {
  position: absolute;
  top: 0.5rem;
  left: -0.75rem;
  z-index: 2;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 4.875rem;
  height: 4.875rem;
  padding: 0.5rem 0;
  font-family: "Agbalumo", system-ui;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
}
.p-ramen-card__point::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--brand-color, #ff5e50);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='49' height='49' viewBox='0 0 49 49'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_3154' data-name='Rectangle 3154' width='49' height='49' transform='translate(-0.492 0)' fill='%23fff' stroke='%23707070' stroke-width='1'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Mask_Group_137' data-name='Mask Group 137' transform='translate(0.492 0)' clip-path='url(%23clip-path)'%3E%3Cpath id='Path_12574' data-name='Path 12574' d='M27.072,0,23.7,3.151,20.329,0,17.975,3.968,13.852,1.9,12.719,6.372,8.179,5.55l.17,4.611-4.589.485,1.459,4.377L.955,16.783l2.639,3.786L0,23.462l3.594,2.893L.955,30.14,5.219,31.9,3.761,36.277l4.588.485-.17,4.611,4.54-.822,1.132,4.473,4.124-2.069,2.353,3.969L23.7,43.773l3.372,3.151,2.354-3.969,4.122,2.069,1.133-4.472,4.539.822-.169-4.611,4.589-.485L42.181,31.9l4.265-1.76-2.639-3.786L47.4,23.462l-3.594-2.893,2.639-3.785-4.265-1.76,1.459-4.377-4.589-.485.171-4.61-4.54.821L33.549,1.9,29.425,3.968Z' transform='translate(0.465 1.038)' fill='%23eb73c6'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat center/contain;
          mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='49' height='49' viewBox='0 0 49 49'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_3154' data-name='Rectangle 3154' width='49' height='49' transform='translate(-0.492 0)' fill='%23fff' stroke='%23707070' stroke-width='1'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Mask_Group_137' data-name='Mask Group 137' transform='translate(0.492 0)' clip-path='url(%23clip-path)'%3E%3Cpath id='Path_12574' data-name='Path 12574' d='M27.072,0,23.7,3.151,20.329,0,17.975,3.968,13.852,1.9,12.719,6.372,8.179,5.55l.17,4.611-4.589.485,1.459,4.377L.955,16.783l2.639,3.786L0,23.462l3.594,2.893L.955,30.14,5.219,31.9,3.761,36.277l4.588.485-.17,4.611,4.54-.822,1.132,4.473,4.124-2.069,2.353,3.969L23.7,43.773l3.372,3.151,2.354-3.969,4.122,2.069,1.133-4.472,4.539.822-.169-4.611,4.589-.485L42.181,31.9l4.265-1.76-2.639-3.786L47.4,23.462l-3.594-2.893,2.639-3.785-4.265-1.76,1.459-4.377-4.589-.485.171-4.61-4.54.821L33.549,1.9,29.425,3.968Z' transform='translate(0.465 1.038)' fill='%23eb73c6'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat center/contain;
}
.p-ramen-card__point-num {
  margin-top: -0.5rem;
  font-size: 2.5625rem;
}
.p-ramen-card__title {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-top: -2.875rem;
}
.p-ramen-card__title-box {
  padding: 0.125rem 0.5rem;
  color: var(--brand-color, #ff5e50);
  background-color: #fff;
}
.p-ramen-card__title-box.--01 {
  font-size: 0.9375rem;
  font-weight: 700;
}
.p-ramen-card__title-box.--02 {
  font-size: 1.5625rem;
  font-weight: 800;
}
.p-ramen-card__title.--margin-02 {
  margin-top: -1.25rem;
}
.p-ramen-card__title.--margin-03 {
  margin-top: -4.375rem;
}
.p-ramen-card.--reverse .p-ramen-card__img {
  margin-right: 0;
  margin-left: -1.25rem;
  border-radius: 0 0.625rem 0.625rem 0;
}
.p-ramen-card.--reverse .p-ramen-card__point {
  right: -0.75rem;
  left: auto;
}
.p-ramen-card.--reverse .p-ramen-card__title {
  align-items: flex-start;
}

.p-sale-card {
  padding: 0.625rem 0.625rem 1.125rem;
  font-weight: 700;
  text-align: center;
  background-color: #fff;
  border-radius: 0.25rem;
}
.p-sale-card__img {
  width: 100%;
  aspect-ratio: 144/50;
  margin-bottom: 0.5rem;
  overflow: hidden;
}
.p-sale-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.p-sale-card__title {
  margin-top: 0.5rem;
  font-size: 0.75rem;
}
.p-sale-card__text {
  margin-top: 0.75rem;
  font-size: 0.9375rem;
  color: #ff5e50;
}
.p-sale-card__text-num {
  font-size: 2.5rem;
}

.p-section-title-h1 {
  display: flex;
  flex-direction: column;
  gap: 0.625rem 0;
}
.p-section-title-h1__path {
  width: 8.4375rem;
}
.p-section-title-h1__path.--left {
  margin-right: auto;
}
.p-section-title-h1__path.--right {
  margin-left: auto;
}
.p-section-title-h1__inner {
  padding: 0 1.25rem;
}
.p-section-title-h1:not(:first-child) {
  margin-top: 9rem;
}

.p-section-title-h2 {
  margin-bottom: 3.75rem;
  text-align: center;
}

.p-section-title-h3 {
  margin-bottom: 3.75rem;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .p-section-title-h1 {
    margin-bottom: 0rem;
  }
  .p-section-title-h1:not(:first-child) {
    margin-top: 4rem;
  }
  .p-section-title-h2 {
    margin-bottom: 2.5rem;
  }
  .p-section-title-h3 {
    margin-bottom: 2.5rem;
  }
}
.p-special-card {
  font-weight: 700;
  color: var(--brand-color, #ff5e50);
  text-align: center;
}
.p-special-card.--lunch-only {
  position: relative;
}
.p-special-card.--lunch-only::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 3.125rem;
  height: 3.125rem;
  content: "";
  background: url("../images/common/img-lunch-only.png") no-repeat center/contain;
}
.p-special-card__img {
  width: 100%;
  aspect-ratio: 1/1;
  margin-bottom: 0.5rem;
  overflow: hidden;
  border-radius: 50%;
}
.p-special-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.p-special-card__cont {
  margin-top: 0.5rem;
}
.p-special-card__price {
  margin-top: 0.125rem;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.2;
}
.p-special-card__price-tax {
  font-size: 0.75rem;
}
.p-special-card__title {
  font-size: 0.625rem;
}
.p-special-card__text {
  font-size: 0.625rem;
}
.p-special-card__name {
  display: block;
  padding: 0.125rem;
  margin-top: 0.25rem;
  font-size: 0.625rem;
  letter-spacing: -0.05em;
  background-color: #fff;
  border: 0.0625rem solid var(--brand-color, #ff5e50);
}

@media only screen and (max-width: 767px) {
  .p-special-card__price.--fs-sm {
    font-size: 0.875rem;
  }
}
.p-stage1-card {
  display: flex;
  align-items: center;
  background-color: #fff;
}
.p-stage1-card__img {
  flex-shrink: 0;
  width: calc(50% - 1rem);
  aspect-ratio: 150/140;
}
.p-stage1-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.p-stage1-card__cont {
  padding-left: 0.6875rem;
  font-weight: 700;
}
.p-stage1-card__time {
  margin-bottom: 0.5rem;
  font-size: 1rem;
  color: var(--brand-color, #ff5e50);
}
.p-stage1-card__time-num {
  display: block;
  font-size: 0.875rem;
}
.p-stage1-card__title {
  font-size: 0.75rem;
}
.p-stage1-card__artist {
  font-size: 1.125rem;
  font-weight: 800;
}
.p-stage1-card__text {
  font-size: 0.75rem;
}

.p-stage2-card {
  display: flex;
  gap: 0.375rem;
  justify-content: center;
  margin-top: 1.875rem;
}

/* pages */
body.index section {
  padding: 1.25rem 0 3.75rem;
  --brand-color: #ff5e50;
  --heading-bg: #ff907c;
}
body.index section.--blue {
  --brand-color: #1c84dd;
  --heading-bg: #77bdf8;
}
body.index section.--yellow {
  --brand-color: #ff9519;
  --heading-bg: #ffc557;
}
body.index .index-menu {
  --heading-fs: 2.25rem;
  --heading-fs-sub: 1.25rem;
  --heading-fs-sup: 1.25rem;
}
body.index .index-menu .c-heading-lv1 {
  margin: 0 -0.625rem;
}
body.index .index-ramen {
  --heading-fs: 2rem;
  background: transparent url("../images/common/bg-wave1.png") no-repeat center/cover;
}
body.index .index-ramen .c-heading-lv1 {
  letter-spacing: -0.05em;
}
body.index .index-sale {
  --gap-grid-x: 0.5rem;
  --gap-grid-y: 0.5rem;
  background: transparent url("../images/common/bg-dot1.png") no-repeat center/cover;
}
body.index .index-fjoypoint {
  background: transparent url("../images/common/bg-stripe1.png") no-repeat center/cover;
}
body.index .index-special {
  --gap-grid-y: 30px;
  --gap-grid-x: 13px;
  --heading-fs: 2.1875rem;
  --heading-fs-sub: 1.8125rem;
  background: transparent url("../images/common/bg-dire.png") no-repeat center/cover;
}
body.index .index-special .p-grid {
  margin: 0 -0.625rem;
}
body.index .index-mario {
  --gap-grid-y: 30px;
  --heading-fs: 2.0625rem;
  --heading-fs-sub: 0.875rem;
  --heading-title-spacing: -0.3125rem;
  --brand-color: #fff;
  --heading-bg: #77bdf8;
  padding-top: 2.5rem;
  background: #111;
}
body.index .index-mario__heading {
  margin-bottom: 1.25rem;
  font-family: "LINE Seed JP", sans-serif;
  font-size: 1.875rem;
  font-weight: 800;
  color: #eb73c6;
  text-align: center;
}
body.index .index-mario__text, body.index .index-mario__copyright {
  color: #fff;
}
body.index .index-mario .c-button {
  background: linear-gradient(90deg, #eb73c6, #5275d5);
  --icon-color: #5275d5;
}
body.index .index-stage1 {
  background: transparent url("../images/common/bg-dot2.png") no-repeat center/cover;
}
body.index .index-stage2 {
  background: transparent url("../images/common/bg-stripe2.png") no-repeat center/cover;
}

/* utility */
.u-asterisk {
  padding-left: 1em;
  text-indent: -1em;
}

@media all and (min-width: 768px), print {
  .u-hidden-pc {
    display: none;
  }
  .u-hover {
    transition: opacity 0.3s ease;
  }
  .u-hover:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 767px) {
  .u-hidden-sp {
    display: none;
  }
}
.u-mt-1 {
  margin-top: 0.5rem;
}

.u-mt-2 {
  margin-top: 1rem;
}

.u-mt-3 {
  margin-top: 1.5rem;
}

.u-mt-4 {
  margin-top: 2rem;
}

.u-mt-5 {
  margin-top: 2.5rem;
}

.u-mt-6 {
  margin-top: 3rem;
}

.u-mt-7 {
  margin-top: 3.5rem;
}

.u-mt-8 {
  margin-top: 4rem;
}

.u-mt-9 {
  margin-top: 4.5rem;
}

.u-mt-10 {
  margin-top: 5rem;
}

.u-mt-11 {
  margin-top: 5.5rem;
}

.u-mt-12 {
  margin-top: 6rem;
}

.u-mt-13 {
  margin-top: 6.5rem;
}

.u-mt-14 {
  margin-top: 7rem;
}

.u-mt-15 {
  margin-top: 7.5rem;
}

.u-mt-16 {
  margin-top: 8rem;
}

.u-mt-17 {
  margin-top: 8.5rem;
}

.u-mt-18 {
  margin-top: 9rem;
}

.u-mt-19 {
  margin-top: 9.5rem;
}

.u-mt-20 {
  margin-top: 10rem;
}

.u-mt-21 {
  margin-top: 10.5rem;
}

.u-mt-22 {
  margin-top: 11rem;
}

.u-mt-23 {
  margin-top: 11.5rem;
}

.u-mt-24 {
  margin-top: 12rem;
}

.u-mt-25 {
  margin-top: 12.5rem;
}

.u-mt-10 {
  margin-top: 0.625rem;
}

.u-mt-20 {
  margin-top: 1.25rem;
}

.u-mt-30 {
  margin-top: 1.875rem;
}

.u-mt-50 {
  margin-top: 3.125rem;
}

.u-mt-60 {
  margin-top: 3.75rem;
}

@media only screen and (max-width: 767px) {
  .u-mt-1-sp {
    margin-top: 0.5rem;
  }
  .u-mt-2-sp {
    margin-top: 1rem;
  }
  .u-mt-3-sp {
    margin-top: 1.5rem;
  }
  .u-mt-4-sp {
    margin-top: 2rem;
  }
  .u-mt-5-sp {
    margin-top: 2.5rem;
  }
  .u-mt-6-sp {
    margin-top: 3rem;
  }
  .u-mt-7-sp {
    margin-top: 3.5rem;
  }
  .u-mt-8-sp {
    margin-top: 4rem;
  }
  .u-mt-9-sp {
    margin-top: 4.5rem;
  }
  .u-mt-10-sp {
    margin-top: 5rem;
  }
  .u-mt-11-sp {
    margin-top: 5.5rem;
  }
  .u-mt-12-sp {
    margin-top: 6rem;
  }
  .u-mt-13-sp {
    margin-top: 6.5rem;
  }
  .u-mt-14-sp {
    margin-top: 7rem;
  }
  .u-mt-15-sp {
    margin-top: 7.5rem;
  }
  .u-mt-16-sp {
    margin-top: 8rem;
  }
  .u-mt-17-sp {
    margin-top: 8.5rem;
  }
  .u-mt-18-sp {
    margin-top: 9rem;
  }
  .u-mt-19-sp {
    margin-top: 9.5rem;
  }
  .u-mt-20-sp {
    margin-top: 10rem;
  }
  .u-mt-21-sp {
    margin-top: 10.5rem;
  }
  .u-mt-22-sp {
    margin-top: 11rem;
  }
  .u-mt-23-sp {
    margin-top: 11.5rem;
  }
  .u-mt-24-sp {
    margin-top: 12rem;
  }
  .u-mt-25-sp {
    margin-top: 12.5rem;
  }
}
.u-text-center {
  text-align: center;
}

.u-text-left {
  text-align: left;
}

.u-text-right {
  text-align: right;
}

@media all and (min-width: 768px), print {
  .u-text-center-pc {
    text-align: center;
  }
  .u-text-left-pc {
    text-align: left;
  }
  .u-text-right-pc {
    text-align: right;
  }
}
@media only screen and (max-width: 767px) {
  .u-text-center-sp {
    text-align: center;
  }
  .u-text-left-sp {
    text-align: left;
  }
  .u-text-right-sp {
    text-align: right;
  }
}
/* js */
.js-fadeup {
  opacity: 0;
  transform: translateY(15px);
}
.js-fadeup.is-active {
  opacity: 1;
  transition: 0.5s;
  transform: translateY(0);
}

.js-fadeleft {
  opacity: 0;
  transform: translateX(-100px);
}
.js-fadeleft.is-active {
  opacity: 1;
  transition: 0.3s;
  transform: translateX(0);
}

.js-faderight {
  opacity: 0;
  transform: translateX(100px);
}
.js-faderight.is-active {
  opacity: 1;
  transition: 0.3s;
  transform: translateX(0);
}

.js-wrap-chars .char {
  display: inline-block;
  white-space: pre;
  opacity: 0;
  transform: translateY(20px);
}
.js-wrap-chars.is-active .char {
  animation: fadeUpChar 0.5s ease forwards;
}

.js-zoomup {
  opacity: 1;
  transform: none;
}
.js-zoomup img {
  opacity: 0;
  transform: scale(0.8) translateY(40px);
}
.js-zoomup.is-active img {
  animation: zoomUpBoom 0.8s cubic-bezier(0.2, 1.2, 0.8, 1) forwards;
}

.js-bounce-up.is-active {
  animation: bounceUp 0.4s ease 0.3s both;
}

.js-popup-heading {
  opacity: 0;
  transform: translateY(40px) scale(0.3);
}
.js-popup-heading.is-active {
  animation: popup 0.8s cubic-bezier(0.2, 1.2, 0.8, 1) forwards;
}

@keyframes bounceUp {
  0% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-8px);
  }
  60% {
    transform: translateY(3px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes zoomUpBoom {
  0% {
    opacity: 0;
    transform: scale(0.6) translateY(80px);
  }
  60% {
    opacity: 1;
    transform: scale(1.12) translateY(-12px);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}
@keyframes fadeUpChar {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes popup {
  0% {
    opacity: 0;
    transform: translateY(40px) scale(0.3);
  }
  50% {
    opacity: 1;
    transform: translateY(-8px) scale(1.08);
  }
  75% {
    transform: translateY(1px) scale(0.99);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}