@charset "UTF-8";
/* ==================================================
[Style]
    1. setting
	2. foundation
	3. Layout
	4. object

================================================== */
/* --------------------------------------------------
	1. setting
-------------------------------------------------- */
/* --------------------------------------------------
	2. foundation
-------------------------------------------------- */
/* reset */
@import 'https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap';
/*! 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 */
}

/* 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 {
  overflow-x: hidden;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: normal;
  color: #333;
  word-break: normal;
  word-wrap: normal;
  overflow-wrap: normal;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

.l-container {
  position: relative;
  image-rendering: auto;
}

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: #333;
  -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: sticky;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
}
.l-header .mask {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100vh;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
}
.l-header .mask::before {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  content: "";
  background: #000;
  opacity: 0.5;
}
.l-header .mask.is-active {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
}
.l-header__nav-item.--menu .l-header__menu-button {
  position: fixed;
  top: 24px;
  right: 40px;
  z-index: 30;
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  width: 10.25rem;
  min-height: 3.5rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 24px;
  color: #fff;
  cursor: pointer;
  background-color: #ff6b6b;
  border-radius: 26px;
  box-shadow: 0 0 4px 0 rgba(51, 51, 51, 0.25);
}
.l-header__nav-item.--menu .l-header__menu-button::after {
  position: absolute;
  z-index: 1;
  width: calc(100% + 0.25rem);
  height: calc(100% + 0.25rem);
  content: "";
  border: 4px solid #fff;
  border-radius: 30px;
  box-shadow: 0 0 4px 0 rgba(51, 51, 51, 0.25);
  transition: 0.3s linear opacity;
}
.l-header__nav-item.--menu .l-header__menu-button .--close {
  display: none;
}
.l-header__nav-item.--menu .l-header__menu-button .l-lines {
  position: relative;
  top: 2px;
  right: 2px;
  width: 22px;
  height: 22px;
}
.l-header__nav-item.--menu .l-header__menu-button .l-lines__line {
  position: absolute;
  left: 50%;
  display: block;
  width: 22px;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
  transition: 0.3s all;
  transform: translateX(-50%) translateY(-50%);
}
.l-header__nav-item.--menu .l-header__menu-button .l-lines__line:nth-child(1) {
  top: 0;
}
.l-header__nav-item.--menu .l-header__menu-button .l-lines__line:nth-child(2) {
  top: 47%;
}
.l-header__nav-item.--menu .l-header__menu-button .l-lines__line:nth-child(3) {
  bottom: 0;
}
.l-header__nav-item.--menu .l-header__menu-button.is-active .l-header__menu-button-text {
  display: none;
}
.l-header__nav-item.--menu .l-header__menu-button.is-active .l-header__menu-button-text.--close {
  display: block;
}
.l-header__nav-item.--menu .l-header__menu-button.is-active .l-lines__line:nth-child(1) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.l-header__nav-item.--menu .l-header__menu-button.is-active .l-lines__line:nth-child(2) {
  opacity: 0; /* 中央のバーを非表示にする */
}
.l-header__nav-item.--menu .l-header__menu-button.is-active .l-lines__line:nth-child(3) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media (hover: hover) {
  .l-header__nav-item.--menu .l-header__menu-button {
    transition: 0.3s linear;
  }
  .l-header__nav-item.--menu .l-header__menu-button:hover {
    color: #ff6b6b;
    background-color: #fff;
  }
  .l-header__nav-item.--menu .l-header__menu-button:hover::after {
    border: 4px solid #ff6b6b;
  }
  .l-header__nav-item.--menu .l-header__menu-button:hover .l-lines__line {
    background-color: #ff6b6b;
  }
}
.l-header__side {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  height: 55vh;
  pointer-events: none;
  background-color: #fff;
  opacity: 0;
  transition: 0.3s all;
  transform: translateY(-100%);
}
.l-header__side::after {
  position: absolute;
  bottom: -99px;
  left: 0;
  z-index: 30;
  width: 100%;
  height: 100px;
  content: "";
  background-image: url("../images/common/img_wave-bg.png");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
}
.l-header__side.is-active {
  pointer-events: auto;
  opacity: 1;
  transform: translateY(0);
}
.l-header__side.is-active::after {
  transform: translateY(0);
}
.l-header__side-inner {
  position: relative;
  width: 1540px;
  max-width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
.l-header__side-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 1.25rem;
}
.l-header__side-catch {
  width: 235px;
}
.l-header__side-links {
  display: flex;
  flex-direction: column;
  gap: 4.6875rem;
  align-items: start;
}
.l-header__side-items {
  display: flex;
  gap: clamp(0.9375rem, 6.8056vw - 4.1666875rem, 4rem);
  align-items: start;
}
@media (width <= 1270px) {
  .l-header__side-items {
    flex-direction: column;
  }
}
.l-header__side-item {
  position: relative;
  display: flex;
  gap: 1rem;
  align-items: center;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 24px;
  color: #333;
  text-decoration: none;
}
@media (width <= 1380px) {
  .l-header__side-item {
    font-size: 1rem;
  }
}
.l-header__side-item::before {
  display: block;
  flex-shrink: 0;
  width: 46px;
  height: 46px;
  content: "";
  background-image: url("../images/common/icon_arrow-right.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: 0.3s linear;
}
.l-header__side-item::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 46px;
  height: 46px;
  content: "";
  background-image: url("../images/common/icon_arrow-right-hover.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0;
  transition: 0.3s linear;
}
@media (hover: hover) {
  .l-header__side-item:hover::before {
    opacity: 0;
  }
  .l-header__side-item:hover::after {
    opacity: 1;
  }
}
.l-header__side-button {
  position: relative;
  display: flex;
  gap: 0.6875rem;
  align-items: center;
  justify-content: center;
  width: 27.8125rem;
  min-height: 4.9375rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 24px;
  color: #fff;
  cursor: pointer;
  background-color: #ff6b6b;
  border-radius: 37px;
  box-shadow: 0 0 4px 0 rgba(51, 51, 51, 0.25);
}
.l-header__side-button::before {
  position: absolute;
  z-index: 1;
  width: calc(100% + 0.375rem);
  height: calc(100% + 0.375rem);
  content: "";
  border: 6px solid #fff;
  border-radius: 42px;
  box-shadow: 0 0 4px 0 rgba(51, 51, 51, 0.25);
  transition: 0.3s linear opacity;
}
.l-header__side-button-icon {
  position: relative;
  width: 2.125rem;
  height: 1.5rem;
}
.l-header__side-button-icon::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("../images/common/icon_mail.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: 0.3s linear;
}
.l-header__side-button-icon::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("../images/common/icon_mail-hover.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0;
  transition: 0.3s linear;
}
@media (hover: hover) {
  .l-header__side-button {
    transition: 0.3s linear;
  }
  .l-header__side-button:hover {
    color: #ff6b6b;
    background-color: #fff;
  }
  .l-header__side-button:hover::before {
    border: 6px solid #ff6b6b;
  }
  .l-header__side-button:hover .l-header__side-button-icon::before {
    opacity: 0;
  }
  .l-header__side-button:hover .l-header__side-button-icon::after {
    opacity: 1;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1280px) {
  .l-header__side-container {
    padding-top: 2.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .l-header {
    box-shadow: none;
  }
  .l-header__side {
    height: 100%;
    overflow-y: auto;
    background-color: transparent;
  }
  .l-header__side::after {
    display: none;
  }
  .l-header__side-inner {
    position: relative;
    padding: 0 28px;
    background-color: #fff;
  }
  .l-header__side-inner::after {
    position: absolute;
    bottom: -99px;
    left: 0;
    z-index: 30;
    width: 100%;
    height: 100px;
    content: "";
    background-image: url("../images/common/img_wave-bg.png");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
  }
  .l-header__side-container {
    flex-direction: column;
    gap: 25px;
    align-items: center;
    justify-content: center;
    padding: 115px 0;
    padding-top: clamp(80px, -4.217px + 12.048vw, 100px); /* 450px時: 50px, 1280px時: 100px */
  }
  .l-header__side-catch {
    width: 134px;
  }
  .l-header__side-links {
    gap: 2.5rem;
  }
  .l-header__side-items {
    gap: 24px;
  }
  .l-header__side-item {
    font-size: 1rem;
  }
  .l-header__side-item::before {
    width: 38px;
    height: 38px;
  }
  .l-header__side-item::after {
    width: 38px;
    height: 38px;
  }
  .l-header__side-button {
    z-index: 30;
    gap: 1rem;
    width: 20.4375rem;
    font-size: 1rem;
    font-weight: 700;
  }
  .l-header__side-button::before {
    width: calc(100% + 0.25rem);
    height: calc(100% + 0.25rem);
    border: 4px solid #fff;
    border-radius: 41px;
  }
  .l-header__side-button-icon {
    width: 2rem;
    height: 1.375rem;
  }
}
@media only screen and (max-width: 767px) and (hover: hover) {
  .l-header__side-button {
    transition: 0.3s linear;
  }
  .l-header__side-button:hover {
    color: #ff6b6b;
    background-color: #fff;
  }
  .l-header__side-button:hover::before {
    border: 4px solid #ff6b6b;
  }
  .l-header__side-button:hover .l-header__side-button-icon::before {
    opacity: 0;
  }
  .l-header__side-button:hover .l-header__side-button-icon::after {
    opacity: 1;
  }
}
@media only screen and (max-width: 767px) {
  .l-header__nav-item {
    height: 100%;
  }
  .l-header__nav-item.--menu .l-header__menu-button {
    top: 8px;
    right: 10px;
    width: 3.375rem;
    min-height: 3.375rem;
    border-radius: 50%;
  }
  .l-header__nav-item.--menu .l-header__menu-button::after {
    width: calc(100% + 0.1875rem);
    height: calc(100% + 0.1875rem);
    border: 3px solid #fff;
  }
  .l-header__nav-item.--menu .l-header__menu-button .l-lines {
    position: relative;
    top: 0;
    right: 0;
    width: 3.375rem;
    min-height: 3.375rem;
  }
  .l-header__nav-item.--menu .l-header__menu-button .l-lines__line {
    position: absolute;
    left: 50%;
    display: block;
    width: 24px;
    height: 2px;
    background-color: #fff;
    border-radius: 0;
    transition: 0.3s all;
    transform: translateX(-50%) translateY(0);
  }
  .l-header__nav-item.--menu .l-header__menu-button .l-lines__line:nth-child(1) {
    top: 36%;
  }
  .l-header__nav-item.--menu .l-header__menu-button .l-lines__line:nth-child(2) {
    top: 50%;
  }
  .l-header__nav-item.--menu .l-header__menu-button .l-lines__line:nth-child(3) {
    top: 65%;
  }
}
/* footer */
.l-footer {
  position: relative;
  padding: 5rem 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: normal;
  color: #333;
  background-color: #f5f4f0;
}
.l-footer__pagetop {
  position: absolute;
  right: 40px;
  bottom: 47px;
  display: flex;
  flex-direction: column;
  gap: 0.125rem;
  align-items: center;
  justify-content: center;
  width: 66px;
  height: 223px;
  padding: 1.4375rem 0;
  background-color: #ff6b6b;
  border-radius: 28px;
  box-shadow: 0 0 4px 0 rgba(51, 51, 51, 0.25);
}
.l-footer__pagetop::before {
  position: absolute;
  z-index: 1;
  width: calc(100% + 0.25rem);
  height: calc(100% + 0.25rem);
  content: "";
  border: 4px solid #fff;
  border-radius: 32px;
  transition: 0.3s linear opacity;
}
.l-footer__pagetop span {
  position: relative;
  display: inline-block;
  padding-top: 2.25rem; /* アイコン分のスペース */
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
  letter-spacing: 0.1em; /* 文字間隔を調整 */
  writing-mode: vertical-rl; /* 縦書きにする */
  text-orientation: upright; /* 文字を正立させる */
}
.l-footer__pagetop span::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1.75rem;
  height: 1.875rem;
  content: "";
  background-image: url("../images/common/icon_arrow-top.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translateX(-50%);
}
@media (hover: hover) {
  .l-footer__pagetop {
    transition: 0.3s linear opacity;
    transition-property: color, background-color;
  }
  .l-footer__pagetop:hover {
    color: #ff6b6b;
    background-color: #fff;
  }
  .l-footer__pagetop:hover::before {
    border: 4px solid #ff6b6b;
  }
  .l-footer__pagetop:hover span {
    color: #ff6b6b;
  }
  .l-footer__pagetop:hover span::before {
    background-image: url("../images/common/icon_arrow-top-hover.png");
  }
}
.l-footer__container {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  align-items: end;
  justify-content: space-between;
}
.l-footer__main {
  max-width: 415px;
}
.l-footer__logo {
  width: 182px;
}
.l-footer__info {
  margin-top: 1.5rem;
}
.l-footer__contact {
  margin-top: 1.5rem;
}
.l-footer__sub {
  max-width: 470px;
}
@media only screen and (max-width: 767px) {
  .l-footer {
    padding: 3rem 0 1.5rem;
    margin-top: 6.375rem;
    font-size: 0.875rem;
  }
  .l-footer__pagetop {
    top: -24px;
    right: 50%;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 295px;
    height: 54px;
    background-color: #ff6b6b;
    border-radius: 22px;
    transform: translateX(50%) translateY(-100%);
  }
  .l-footer__pagetop::before {
    border-radius: 27px;
  }
  .l-footer__pagetop span {
    position: static; /* PC版のrelativeをリセット */
    display: flex; /* PC版のinline-blockをリセット */
    flex-direction: row-reverse;
    gap: 1rem;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding-top: 0; /* PC版のpadding-topをリセット */
    line-height: normal; /* PC版のline-heightをリセット */
    letter-spacing: normal; /* PC版のletter-spacingをリセット */
    writing-mode: horizontal-tb; /* 縦書きをリセット */
    text-orientation: mixed; /* text-orientationをリセット */
  }
  .l-footer__pagetop span::before {
    position: static; /* PC版のabsoluteをリセット */
    width: 1.375rem;
    height: 1.5rem;
    transform: none; /* PC版のtransformをリセット */
  }
  .l-footer__container {
    flex-direction: column;
    gap: 4rem;
    align-items: start;
  }
  .l-footer__logo {
    width: 122px;
  }
  .l-footer__info {
    font-size: 0.9375rem;
  }
  .l-footer__contact {
    margin-top: 1rem;
  }
}

/* main */
.l-inner {
  width: calc(1440px + 2rem);
  max-width: 100%;
  height: inherit;
  padding: 0 20px;
  margin: 0 auto;
}
.l-inner.--wide {
  width: 89.5rem;
}
.l-inner.--narrow {
  width: 1320px;
}
.l-inner.--intro {
  width: 890px;
  margin-right: clamp(0px, 45.833vw - 41.25rem, 13.75rem);
}
.l-inner.--message {
  width: 1008px;
  margin-right: clamp(0px, 15.484vw - 12.580625rem, 6rem);
}
.l-inner.--contact {
  width: 1120px;
  margin-left: 300px;
}

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

@media only screen and (max-width: 767px) {
  .l-inner {
    padding: 0 1.25rem;
  }
  .l-inner.--message {
    padding: 0 0.625rem;
  }
}
/* 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 {
  position: relative;
  display: flex;
  gap: 1.5rem;
  align-items: center;
  justify-content: center;
  width: 30.8125rem;
  min-height: 7.125rem;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
  background-color: #e26666;
  border-radius: 57px;
  box-shadow: 0 0 4px 0 rgba(51, 51, 51, 0.25);
}
.c-button::before {
  position: absolute;
  z-index: 1;
  width: calc(100% + 0.3125rem);
  height: calc(100% + 0.3125rem);
  content: "";
  border: 5px solid #fff;
  border-radius: 62px;
  transition: 0.3s linear opacity;
}
.c-button-icon {
  position: relative;
  width: 3.5625rem;
  height: 2.75rem;
}
.c-button-icon::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("../images/common/icon_mail.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: 0.3s linear;
}
.c-button-icon::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("../images/common/icon_mail-hover.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0;
  transition: 0.3s linear;
}
@media (hover: hover) {
  .c-button {
    transition: 0.3s linear;
  }
  .c-button:hover {
    color: #e26666;
    background-color: #fff;
  }
  .c-button:hover::before {
    border: 5px solid #e26666;
  }
  .c-button:hover .c-button-icon::before {
    opacity: 0;
  }
  .c-button:hover .c-button-icon::after {
    opacity: 1;
  }
}
.c-button.--blank::after {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url("../images/common/icon_blank.svg");
  filter: brightness(0) invert(1);
}
.c-button.--pdf::after {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  background-image: url("../images/common/icon_pdf.png");
}
@media only screen and (max-width: 767px) {
  .c-button {
    gap: 1rem;
    width: 18.125rem;
    min-height: 5.75rem;
    margin-inline: auto;
    margin-top: 3rem;
    font-size: 1.125rem;
    background-color: #e26666;
    border-radius: 41px;
    box-shadow: 0 0 2px 0 rgba(51, 51, 51, 0.25);
  }
  .c-button::before {
    width: calc(100% + 0.25rem);
    height: calc(100% + 0.25rem);
    border: 4px solid #fff;
    border-radius: 46px;
  }
  .c-button-icon {
    width: 2rem;
    height: 1.375rem;
  }
}

.c-heading {
  position: relative;
  display: inline-block;
  font-size: 2rem;
  color: #000;
}

@media only screen and (max-width: 767px) {
  .c-heading {
    font-size: 1.5rem;
  }
}
.c-heading-h1 {
  font-size: 2rem;
}

.c-heading-h2 {
  font-size: 2rem;
}

.c-heading-h3 {
  font-size: 1.5rem;
}

.c-heading-h4 {
  font-size: 1.5rem;
}

.c-heading-h5 {
  font-size: 1.25rem;
}

.c-heading-h6 {
  font-size: 1.125rem;
}

.c-list-dot__item {
  position: relative;
  padding-left: 1em;
  color: #333;
}
.c-list-dot__item + li {
  margin-top: 0.5rem;
}
.c-list-dot__item::before {
  position: absolute;
  top: calc(1em * normal / 2 - 0.125em);
  left: 0.5em;
  display: block;
  width: 0.25em;
  height: 0.25em;
  content: "";
  background: #000;
  border-radius: 50%;
}

.c-list-ol {
  list-style: decimal;
  list-style-position: inside;
}
.c-list-ol__item + li {
  margin-top: 0.5rem;
}

.c-list-dl__dt {
  font-weight: bold;
}
.c-list-dl__dd {
  padding-left: 1em;
}

.c-text-link {
  position: relative;
  font-size: 1rem;
  font-weight: 700;
  color: #333;
  text-decoration: underline;
}
.c-text-link.--blank::after {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 0.25rem;
  vertical-align: bottom;
  content: "";
  background-image: url("../images/common/icon_blank.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.c-text-link.--pdf::after {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 1rem;
  font-size: 0.75rem;
  font-weight: 700;
  content: "PDF";
}
@media (hover: hover) {
  .c-text-link {
    transition: 0.3s linear opacity;
  }
  .c-text-link:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 767px) {
  .c-text-link {
    font-size: 0.875rem;
  }
}

.c-text {
  font-size: 1rem;
  line-height: normal;
  color: #333;
}
.c-text.--lg {
  font-size: 1.125rem;
}
.c-text.--sm {
  font-size: 0.875rem;
}

.contact-main {
  margin-top: 6.125rem;
}

.contact-main__title {
  font-size: 3.5rem;
  font-weight: 900;
  line-height: 74px;
}

.form-button {
  margin-inline: auto;
  margin-top: 6.875rem;
  margin-bottom: 3.125rem;
}

.form {
  padding: 0 5rem;
}

.c-input {
  display: flex;
  gap: 1.25rem;
  justify-content: space-between;
}
.c-input + .c-input {
  margin-top: 3.125rem;
}
.c-input__optional.--required {
  display: block;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 24px;
  color: #f83a3a;
}
.c-input__label {
  width: 256px;
  font-size: 2rem;
  font-weight: 700;
}
.c-input__text-label {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 0;
}
.c-input__container-wrap {
  width: 100%;
  max-width: 720px;
}
.c-input__container {
  width: 100%;
  padding: 0.8125rem 1rem;
  margin-top: 0.5rem;
  font-size: 1.125rem;
  font-weight: 500;
  border: 1px solid #747474;
  outline: 0;
  box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.25) inset;
}
.c-input__container:focus {
  border-color: #747474;
}
.c-input__container.error {
  border-color: #f83a3a;
}
.c-input__radio-container {
  position: relative;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.5rem;
  border: 1px solid #72ccff;
  border-radius: 50%;
}
.c-input__radio-container::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  content: "";
  background-color: #72ccff;
  border-radius: 50%;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%);
}
.c-input__radio {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin: 0;
  vertical-align: top;
  opacity: 0;
}
.c-input__radio:checked + .c-input__radio-container::after {
  opacity: 1;
}
.c-input__check-wrap {
  width: 45rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 24px;
  color: #020202;
}
.c-input__checkbox-container {
  position: relative;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.5rem;
  background: #fff;
  border: 1px solid #747474;
  border-radius: 5px;
  box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.25) inset;
}
.c-input__checkbox-container::after {
  position: absolute;
  top: calc(50% - 2px);
  left: 50%;
  display: block;
  width: 6px;
  height: 10px;
  content: "";
  border-right: 2px solid #df6f6f;
  border-bottom: 2px solid #df6f6f;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.c-input__checkbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin: 0;
  vertical-align: top;
  opacity: 0;
}
.c-input__checkbox:checked + .c-input__checkbox-container::after {
  opacity: 1;
}
.c-input__checkbox-link {
  color: #dc7a7a;
  text-decoration: underline;
}
@media (hover: hover) {
  .c-input__checkbox-link {
    transition: 0.3s linear opacity;
  }
  .c-input__checkbox-link:hover {
    opacity: 0.7;
  }
}
.c-input__error-text {
  margin-top: 0.5rem;
  font-size: 1rem;
  color: #f83a3a;
}
.c-input__select-wrap {
  position: relative;
  width: 100%;
}
.c-input__select-wrap::after {
  position: absolute;
  top: 50%;
  right: 1.25rem;
  display: block;
  width: 0.375rem;
  height: 0.375rem;
  pointer-events: none;
  content: "";
  border-right: 0.125rem solid #72ccff;
  border-bottom: 0.125rem solid #72ccff;
  transform: rotate(45deg);
}
.c-input__select-wrap select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.c-input__select-wrap select::-ms-expand {
  display: none;
}

body.contact-confirm .c-input {
  flex-direction: column;
  gap: 1.625rem;
}
body.contact-confirm .c-input__label {
  width: 100%;
  font-size: 1.75rem;
}
body.contact-confirm .c-input__container-input {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 24px;
}
body.contact-confirm .return-button {
  margin-top: 3.5rem;
  margin-bottom: 3.125rem;
}

body.contact-complete .complete-text {
  padding: 0 5rem;
  margin-inline: auto;
  margin-top: 4.4375rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 24px;
}
body.contact-complete .form-button {
  margin-top: 10rem;
  margin-bottom: 3.125rem;
}

@media only screen and (max-width: 767px) {
  .contact-main {
    margin-top: 3.75rem;
  }
  .contact-main__title {
    font-size: 2rem;
    line-height: normal;
  }
  .form-button {
    margin-top: 3rem;
    margin-bottom: 1.5rem;
  }
  .form {
    padding: 0;
  }
  .c-input {
    display: flex;
    flex-direction: column;
    gap: 0.875rem;
  }
  .c-input + .c-input {
    margin-top: 1.5rem;
  }
  .c-input__optional.--required {
    display: inline-block;
    margin-left: 0.5rem;
    font-size: 1rem;
    line-height: normal;
  }
  .c-input__label {
    width: 100%;
    font-size: 1.75rem;
  }
  .c-input__container {
    width: 100%;
    padding: 0.8125rem 1rem;
    margin-top: 0.5rem;
    font-size: 1rem;
  }
  .c-input__check-wrap {
    width: 100%;
    font-size: 1rem;
    line-height: normal;
  }
  .c-input__error-text {
    margin-top: 0.5rem;
    font-size: 1rem;
    color: #f83a3a;
  }
  body.contact-confirm .c-input {
    flex-direction: column;
    gap: 0.875rem;
  }
  body.contact-confirm .c-input__label {
    width: 100%;
    font-size: 1.25rem;
  }
  body.contact-confirm .c-input__container-input {
    font-size: 1rem;
    font-weight: 500;
    line-height: normal;
  }
  body.contact-confirm .return-button {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  body.contact-complete .complete-text {
    padding: 0;
    margin-top: 2.5rem;
  }
  body.contact-complete .form-button {
    margin-top: 6.25rem;
    margin-bottom: 4.375rem;
  }
}
/* project */
.p-anchor-list {
  display: flex;
  gap: 1rem;
}
.p-anchor-list__link {
  display: block;
  padding: 0.5rem 1rem;
  color: #333;
  border: 0.125rem-sm solid #72ccff;
  border-radius: 999rem;
}
.p-anchor-list__link.is-active {
  color: #fff;
  background-color: #000;
}
@media (hover: hover) {
  .p-anchor-list__link {
    transition: 0.3s linear background-color;
  }
  .p-anchor-list__link:hover {
    color: #fff;
    background-color: #000;
  }
}

.p-breadline {
  margin-top: 0.5rem;
}
.p-breadline__list {
  display: flex;
  align-items: center;
}
.p-breadline__item {
  font-size: 0.875rem;
  font-weight: 500;
  color: #333;
  white-space: nowrap;
}
.p-breadline__item a {
  margin-right: 1rem;
  color: #333;
}
.p-breadline__item.--active {
  overflow: hidden;
  text-overflow: ellipsis;
}
.p-breadline__divider {
  margin-right: 1rem;
  font-size: 1rem;
}

.p-box {
  padding: 2rem 2.5rem;
  background-color: #ededed;
  border-radius: 10px;
}
.p-box.--bg-blue {
  background-color: #edf6f9;
}
.p-box__title {
  font-size: 1rem;
  font-weight: bold;
}
.p-box__text {
  margin-top: 0.5rem;
  font-size: 1rem;
}

.p-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1rem;
}
.p-grid.--repeat-2 {
  grid-template-columns: repeat(2, 1fr);
}
.p-grid.--repeat-3 {
  grid-template-columns: repeat(3, 1fr);
}
.p-grid__texts {
  margin-top: 1rem;
}
.p-grid__col {
  /* CMSエディタ―のみで適応 */
  /* border: dashed 1px #c2c2c2; */
}

.p-table__th {
  padding: 0.75rem 1rem;
  font-weight: bold;
  vertical-align: middle;
  background-color: #ededed;
  border: 0.0625rem solid #ccc;
}
.p-table__td {
  padding: 0.75rem 1rem;
  border: 0.0625rem solid #ccc;
}

@media only screen and (max-width: 767px) and (max-width: 767px) {
  .p-table__th {
    padding: 0.5rem 0.75rem;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .p-table__td {
    padding: 0.5rem 0.75rem;
  }
}
.p-mainvisual {
  position: relative;
  width: 100%;
  margin: 0 auto;
  margin-top: 3rem;
}
.p-mainvisual::after {
  position: absolute;
  bottom: -450px;
  left: 0;
  z-index: -1000;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("../images/index/img_ramen-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (width >= 1441px) {
  .p-mainvisual {
    min-height: 784px; /* PC版: 固定表示時もスペースを確保 */
  }
}
.p-mainvisual__images {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1; /* 背景より上、コンテンツより下 */
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0; /* 初期状態は非表示 */
}
.p-mainvisual__images.is-initialized {
  opacity: 1; /* 初期化完了後に表示 */
}
.p-mainvisual__set {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  transition: none;
}
.p-mainvisual__set.is-active {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
}
.p-mainvisual__set.is-fade-transition {
  transition: opacity 0.6s ease-in-out, visibility 0.6s;
}
.p-mainvisual__set.is-fade-transition img {
  transition: opacity 0.6s ease-in-out;
}
.p-mainvisual__set[data-index="2"].is-active .p-mainvisual__image::before, .p-mainvisual__set[data-index="3"].is-active .p-mainvisual__image::before, .p-mainvisual__set[data-index="4"].is-active .p-mainvisual__image::before, .p-mainvisual__set[data-index="5"].is-active .p-mainvisual__image::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
  background-color: transparent;
}
.p-mainvisual__set[data-index="2"].is-active img, .p-mainvisual__set[data-index="3"].is-active img, .p-mainvisual__set[data-index="4"].is-active img, .p-mainvisual__set[data-index="5"].is-active img {
  position: relative;
  z-index: 1;
  opacity: 0.7;
}
.p-mainvisual__image {
  position: absolute;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-mainvisual__image img {
  display: block;
  width: 100%;
  height: auto;
}
.p-mainvisual__image.--top-left {
  top: -40px;
  left: 3.59375vw; /* 1920px時: 69px */
  width: clamp(319.9px, 23.802vw, 457px); /* 1920px時: 457px, 最小70% */
  transform: rotate(-15deg);
}
.p-mainvisual__image.--bottom-left {
  top: 461px;
  left: -11.25vw; /* 1920px時: -216px */
  width: clamp(502.6px, 37.396vw, 718px); /* 1920px時: 718px, 最小70% */
  transform: rotate(15deg);
}
.p-mainvisual__image.--top-right {
  top: 51px;
  right: 10.729vw; /* 1920px時: 206px */
  width: clamp(270.9px, 20.156vw, 387px); /* 1920px時: 387px, 最小70% */
  transform: rotate(10deg);
}
.p-mainvisual__image.--bottom-right {
  top: 453px;
  right: -12.03125vw; /* 1920px時: -231px */
  width: clamp(376.6px, 28.021vw, 538px); /* 1920px時: 538px, 最小70% */
  transform: rotate(-15deg);
}
.p-mainvisual__catch {
  position: relative;
  z-index: 10; /* 画像より上に表示 */
  width: 506px;
  margin: 0 auto;
  opacity: 0; /* 初期状態は非表示 */
  transition: none; /* 初期状態はアニメーション無効 */
  transform: translate(0, 0); /* 初期状態（スマホ/タブレット用） */
}
.p-mainvisual__catch.is-initialized {
  opacity: 1; /* 初期化完了後に表示（アニメーションなし） */
  transition: transform 0.3s ease-out; /* 初期化完了後にアニメーション有効 */
}
@media (width >= 1441px) {
  .p-mainvisual__catch {
    /* PC版: 初期状態から中央配置 */
    position: fixed;
    top: 48px;
    left: 50%;
    margin: 0;
    transform: translate(-50%, 0);
  }
}
.p-mainvisual__catch.is-moving {
  /* スクロール中の状態 */
}
.p-mainvisual__catch.is-fixed {
  /* PC用: 固定表示状態（Y軸は元の位置、X軸のみ固定） */
  position: fixed;
  top: 48px; /* margin-topと同じ位置 */
  left: 50%;
  z-index: 5; /* コンテンツが見えるように低めに設定 */
  margin: 0;
  /* transformはJavaScriptで動的に設定 */
}
.p-mainvisual__catch.is-stopped {
  /* PC用: 固定表示解除後の停止状態 */
  position: absolute;
  margin: 0;
}
.p-mainvisual__catch.is-hidden {
  pointer-events: none; /* 非表示時はクリック不可 */
  opacity: 0 !important; /* 非表示を優先 */
}
.p-mainvisual__scroll-down {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #333;
  text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 2px 2px 0 #fff, -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff;
  white-space: nowrap;
  writing-mode: vertical-lr;
}
.p-mainvisual__scroll-down::after {
  position: absolute;
  bottom: -16px;
  left: 47%;
  display: block;
  width: 46px;
  height: 46px;
  content: "";
  background-image: url("../images/index/icon_arrow-down.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transform: translateX(-50%) translateY(100%);
}
.p-mainvisual .hide {
  opacity: 0;
}
.p-mainvisual #scrollArea {
  position: fixed; /* 固定して表示されるようにする */
  top: 620px; /* 表示場所を一番上に */
  left: 75%;
  z-index: 7; /* 前面に表示されるようにする */
  opacity: 0; /* 初期状態は非表示 */
  transition: 0.5s; /* スクロール時に一瞬で消えると物足りないので.hideの処理を0.5秒で行う */
}
.p-mainvisual #scrollArea.is-initialized {
  opacity: 1; /* 初期化完了後に表示 */
}
.p-mainvisual #scrollArea.is-initialized.hide {
  opacity: 0; /* hideクラスがある場合は非表示 */
}
.p-mainvisual #scrollArea.is-initializing {
  transition: none; /* 初期化中はアニメーション無効 */
}
@media only screen and (max-width: 1280px) {
  .p-mainvisual__image.--top-left {
    top: -15px;
    left: -29px;
    width: clamp(205px, 142.711px + 13.843vw, 319.9px); /* 450px時: 205px, 1280px時: 319.9px */
  }
  .p-mainvisual__image.--bottom-left {
    top: 407px;
    left: -150px;
    width: clamp(342px, 254.95px + 19.349vw, 502.6px); /* 450px時: 342px, 1280px時: 502.6px */
  }
  .p-mainvisual__image.--top-right {
    top: 109px;
    right: -34px;
    width: clamp(127px, 100.976px + 5.783vw, 175px); /* 450px時: 127px, 1280px時: 175px */
  }
  .p-mainvisual__image.--bottom-right {
    top: 278px;
    right: -82px;
    width: clamp(195px, 96.566px + 21.88vw, 376.6px); /* 450px時: 195px, 1280px時: 376.6px */
  }
  .p-mainvisual__catch {
    width: clamp(213px, 84.507px + 28.554vw, 450px); /* 450px時: 213px, 1280px時: 450px */
  }
  .p-mainvisual__scroll-down {
    min-height: 72px;
    font-size: 16px;
  }
  .p-mainvisual__scroll-down::after {
    bottom: -8px;
    width: 32px;
    height: 32px;
  }
  .p-mainvisual #scrollArea {
    top: 63vh; /* 表示場所を一番上に */
    left: 82%;
  }
}
@media only screen and (max-width: 767px) {
  .p-mainvisual__scroll-down {
    text-shadow: 1px 0 0 #fff, -1px 0 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff, 1px 1px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
  }
  .p-mainvisual::after {
    bottom: -120px;
    background-image: url("../images/index/img_ramen-bg-sp.png");
  }
}

.p-pagetitle {
  position: relative;
  height: 18.75rem;
}
.p-pagetitle__img {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
}
.p-pagetitle__title {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  min-width: 20rem;
  padding: 1rem;
  font-size: 2.25rem;
  color: #333;
  background-color: #fff;
}

@media only screen and (max-width: 767px) {
  .p-pagetitle {
    height: 13.75rem;
  }
  .p-pagetitle__title {
    min-width: 18.75rem;
    padding: 1rem;
    font-size: 2rem;
  }
}
.p-pagination {
  margin-top: 2.5rem;
  text-align: center;
}
.p-pagination__list {
  display: inline-flex;
  gap: 1rem;
}
.p-pagination__item span,
.p-pagination__item a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  color: #333;
  background-color: #f9fdff;
  border: 0.125rem solid #222;
  border-radius: 50%;
}
@media (hover: hover) {
  .p-pagination__item a {
    transition: 0.3s linear all;
  }
  .p-pagination__item a:hover {
    color: #fff;
    background-color: #000;
  }
}
.p-pagination__item span {
  color: #fff;
  background-color: #000;
}

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

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

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

.p-slide {
  /* スライドの動き等速 */
  /* 画像のサイズ調整 */
}
.p-slide .swiper-wrapper {
  transition-timing-function: linear;
}
.p-slide .swiper-slide {
  width: auto; /* 画像の幅に合わせてスライドの幅を調整 */
}
.p-slide .swiper-slide img {
  display: block; /* 余白を削除 */
  width: auto;
  height: 36px;
  margin-right: 38px; /* 画像間に隙間を作る */
}
@media only screen and (max-width: 1280px) {
  .p-slide .swiper-slide img {
    height: 30px;
    margin-right: 20px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

/* pages */
body.index {
  position: relative;
  z-index: 0; /* スタッキングコンテキストを作成 */
}
body.index .intro {
  position: relative;
  margin-top: 13.75rem;
}
body.index .intro::before {
  position: absolute;
  bottom: 120px;
  left: 0;
  z-index: -2; /* p-mainvisual__images (-1) より後ろに配置 */
  width: 100%;
  height: 100%;
  pointer-events: none; /* クリックを透過 */
  content: "";
  background-image: url("../images/index/img_ramen-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
body.index .intro::after {
  position: absolute;
  bottom: -1290px;
  left: 0;
  z-index: -2; /* p-mainvisual__images (-1) より後ろに配置 */
  width: 100%;
  height: 100%;
  pointer-events: none; /* クリックを透過 */
  content: "";
  background-image: url("../images/index/img_ramen-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
body.index .intro > * {
  position: relative;
  z-index: 1;
}
body.index .intro .mt01 {
  margin-top: 4rem;
}
body.index .intro .mt02 {
  margin-top: 0.5rem;
}
body.index .intro .mt03 {
  margin-top: 5rem;
}
body.index .intro .mt04 {
  margin-top: 4.1875rem;
}
body.index .intro__text {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 64px;
  text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 2px 2px 0 #fff, -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff;
  letter-spacing: 0.96px;
}
body.index .intro__text span {
  font-size: 2rem;
  font-weight: 900;
  color: #f83a3a;
  text-decoration: underline;
  text-decoration-thickness: 8%;
  text-underline-offset: 25%;
  letter-spacing: 1.6px;
}
body.index .intro__big-text {
  font-size: 4rem;
  font-weight: 700;
  line-height: 84px;
  text-shadow: 0 2px 1px rgba(51, 51, 51, 0.25), 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 2px 2px 0 #fff, -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 0 2px 1px rgba(51, 51, 51, 0.25);
  letter-spacing: 1.28px;
}
body.index .intro__big-text .pc-small {
  font-size: 3rem;
  line-height: 64px;
  letter-spacing: 0.96px;
}
body.index .intro__big-text span,
body.index .intro__big-text strong {
  display: block;
}
body.index .intro__big-text strong {
  font-size: 5.625rem;
  font-weight: 900;
  line-height: 124px;
  color: #f83a3a;
  text-decoration: underline;
  text-decoration-thickness: 6%;
  text-underline-offset: 25%;
  letter-spacing: 1.8px;
}
body.index .intro__big-text strong.pc-small {
  font-size: 4rem;
  line-height: 84px;
  text-decoration-thickness: 8%;
  text-underline-offset: 22%;
  letter-spacing: 1.28px;
}
body.index .anchor-point {
  position: relative;
  top: 0;
  display: block;
  pointer-events: none;
  visibility: hidden;
}
body.index .message {
  position: relative;
  z-index: 10; /* 画像より上に表示 */
  margin-top: 10.625rem;
}
body.index .message__container {
  position: relative;
  padding: 7.75rem 5.25rem;
  background-color: #fffcf0; /* 不透明な背景色 */
  background-image: radial-gradient(50% 50% at 50% 50%, rgba(255, 252, 240, 0.8) 0%, rgba(244, 235, 208, 0.8) 100%);
  border-radius: 6px;
}
body.index .message__image {
  position: absolute;
  top: -45px;
  left: 84px;
  width: clamp(21.875rem, 72.769vw - 36.385625rem, 50.9375rem);
  transform: translateX(-100%);
}
body.index .message__texts {
  padding: 0 2.5rem;
}
body.index .message__title {
  font-size: 2.5rem;
  font-weight: 700;
}
body.index .message__text {
  margin-top: 2.0625rem;
}
body.index .message__text p {
  padding: 0 1.0625rem;
  font-size: 1.3125rem;
  font-weight: 500;
  line-height: 56px;
  border-top: 2px dashed #bfbfbf;
  border-right: none;
  border-left: none;
}
body.index .message__text p:last-child {
  border-bottom: 2px dashed #bfbfbf;
}
body.index .message__cta {
  margin-top: 4rem;
}
body.index .message__cta-text {
  display: flex;
  gap: 0.625rem;
  align-items: center;
  justify-content: center;
  min-height: 35px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: normal;
  color: #de7272;
}
body.index .message__cta-text::before {
  width: 0.625rem;
  height: 2.25rem;
  content: "";
  background-image: url("../images/common/icon_before-slash.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
body.index .message__cta-text::after {
  width: 0.625rem;
  height: 2.25rem;
  content: "";
  background-image: url("../images/common/icon_after-slash.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
body.index .message__cta-button {
  position: relative;
  display: flex;
  gap: 1.5rem;
  align-items: center;
  justify-content: center;
  width: 49.6875rem;
  min-height: 6.8125rem;
  margin-top: 0.625rem;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
  background-color: #e26666;
  border-radius: 57px;
  box-shadow: 0 0 4px 0 rgba(51, 51, 51, 0.25);
}
body.index .message__cta-button::before {
  position: absolute;
  z-index: 1;
  width: calc(100% + 0.3125rem);
  height: calc(100% + 0.3125rem);
  content: "";
  border: 5px solid #fff;
  border-radius: 62px;
  transition: 0.3s linear opacity;
}
body.index .message__cta-button-icon {
  position: relative;
  width: 3.5625rem;
  height: 2.75rem;
}
body.index .message__cta-button-icon::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("../images/common/icon_mail.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: 0.3s linear;
}
body.index .message__cta-button-icon::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("../images/common/icon_mail-hover.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0;
  transition: 0.3s linear;
}
@media (hover: hover) {
  body.index .message__cta-button {
    transition: 0.3s linear;
  }
  body.index .message__cta-button:hover {
    color: #e26666;
    background-color: #fff;
  }
  body.index .message__cta-button:hover::before {
    border: 5px solid #e26666;
  }
  body.index .message__cta-button:hover .message__cta-button-icon::before {
    opacity: 0;
  }
  body.index .message__cta-button:hover .message__cta-button-icon::after {
    opacity: 1;
  }
}
body.index .sns {
  position: relative;
  margin-top: 7.75rem;
}
body.index .sns::after {
  position: absolute;
  bottom: -250px;
  left: 0;
  z-index: -2; /* p-mainvisual__images (-1) より後ろに配置 */
  width: 100%;
  height: 100%;
  pointer-events: none; /* クリックを透過 */
  content: "";
  background-image: url("../images/index/img_ramen-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
body.index .sns__container {
  display: flex;
  gap: 1.25rem;
  justify-content: space-between;
}
body.index .sns__heading {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  font-size: 3.5rem;
  font-weight: 900;
  line-height: 76px;
  text-decoration: underline;
  text-decoration-thickness: 10%;
  text-underline-offset: 25%;
}
body.index .sns__heading span {
  display: block;
}
body.index .sns__links {
  display: flex;
  flex-direction: column;
  gap: 4.375rem;
  align-items: center;
}
body.index .sns__checkbox {
  position: relative;
  padding: 0.625rem 7.5rem;
  font-size: 2.5rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background-color: #f24b4b;
  border-radius: 4px;
}
body.index .sns__checkbox::after {
  position: absolute;
  bottom: 18px;
  left: 50%;
  width: 0;
  height: 0;
  content: "";
  border-color: #f24b4b transparent transparent;
  border-style: solid;
  border-width: 3rem 1.5rem 0;
  transform: translateX(-50%) translateY(100%);
}
body.index .sns__items {
  display: flex;
  gap: 5rem;
  align-items: center;
}
body.index .sns__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14.625rem;
  height: 18.75rem;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 0 6px 0 rgba(51, 51, 51, 0.25);
}
@media (hover: hover) {
  body.index .sns__link {
    transition: 0.3s linear;
  }
  body.index .sns__link:hover {
    opacity: 0.7;
  }
}
body.index .sns__icon.--instagram {
  width: 86px;
}
body.index .sns__icon.--note {
  width: 186px;
}
body.index .coming-soon {
  position: relative;
  z-index: 10; /* 画像より上に表示 */
  margin-top: 7.75rem;
}
body.index .coming-soon__container {
  padding: 1rem 0;
  background-color: #4e4e4e;
}
body.index .coming-soon__text {
  max-width: 1700px;
  padding-top: 5rem;
  padding-bottom: 5rem;
  margin-inline: auto;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 86px;
  color: #fff;
  text-shadow: 0 2px 1px rgba(51, 51, 51, 0.25);
  letter-spacing: 1.44px;
}
@media only screen and (max-width: 1280px) {
  body.index .intro {
    margin-top: 31.875rem;
  }
  body.index .intro .mt01 {
    margin-top: 2rem;
  }
  body.index .intro .mt02 {
    margin-top: 0.25rem;
  }
  body.index .intro .mt03 {
    margin-top: 2rem;
  }
  body.index .intro .mt04 {
    margin-top: 2rem;
  }
  body.index .intro__text {
    font-size: 1rem;
    line-height: normal;
    line-height: 36px;
    text-shadow: 1px 0 0 #fff, -1px 0 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff, 1px 1px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
    letter-spacing: 0.64px;
  }
  body.index .intro__text span {
    font-size: 1.5rem;
    line-height: 40px;
    letter-spacing: 1.2px;
  }
  body.index .intro__big-text {
    font-size: 2.25rem;
    line-height: 54px;
    letter-spacing: 0.72px;
  }
  body.index .intro__big-text .pc-small {
    font-size: 1.75rem;
    line-height: 46px;
    letter-spacing: 0.56px;
  }
  body.index .intro__big-text strong {
    font-size: 2.25rem;
    line-height: 54px;
    letter-spacing: 0.72px;
  }
  body.index .intro__big-text strong.pc-small {
    font-size: 2.25rem;
    line-height: 54px;
    text-decoration-thickness: 8%;
    text-underline-offset: 22%;
    letter-spacing: 0.72px;
  }
  body.index .message {
    margin-top: 19.375rem;
  }
  body.index .message__container {
    padding: 6.1875rem 1.25rem 4rem;
  }
  body.index .message__image {
    top: 90px;
    left: -10px;
    width: 580px;
    transform: translateX(0);
    transform: translateY(-100%);
  }
  body.index .message__texts {
    padding: 0;
  }
  body.index .message__text {
    white-space: nowrap;
  }
  body.index .message__text p {
    font-size: 1.25rem;
  }
  body.index .message__cta {
    margin-top: 3rem;
  }
  body.index .message__cta-text {
    gap: 0.5rem;
    margin-top: 3.125rem;
    font-size: 1rem;
  }
  body.index .message__cta-text::before {
    width: 0.375rem;
    height: 1.375rem;
  }
  body.index .message__cta-text::after {
    width: 0.375rem;
    height: 1.375rem;
  }
  body.index .message__cta-button {
    gap: 1rem;
    width: 18.125rem;
    min-height: 5.75rem;
    margin-inline: auto;
    margin-top: 0.5rem;
    font-size: 18px;
    background-color: #e26666;
    border-radius: 41px;
    box-shadow: 0 0 2px 0 rgba(51, 51, 51, 0.25);
  }
  body.index .message__cta-button::before {
    width: calc(100% + 0.25rem);
    height: calc(100% + 0.25rem);
    border: 4px solid #fff;
    border-radius: 46px;
  }
  body.index .message__cta-button-icon {
    width: 2rem;
    height: 1.375rem;
  }
  body.index .sns {
    position: relative;
    margin-top: 5rem;
  }
  body.index .sns__container {
    flex-direction: column;
    gap: 4rem;
    align-items: center;
  }
  body.index .sns__heading {
    margin-right: 92px;
    font-size: 2.5rem;
    font-weight: 900;
    line-height: normal;
    text-decoration: underline;
    text-decoration-thickness: 8%;
    text-underline-offset: 25%;
  }
  body.index .sns__links {
    gap: 3.375rem;
  }
  body.index .sns__checkbox {
    padding: 0.5rem 1.4375rem;
    font-size: 2rem;
    font-weight: 700;
    border-radius: 4px;
  }
  body.index .sns__checkbox::after {
    bottom: 14px;
    border-width: 2.5rem 1.25rem 0;
  }
  body.index .sns__items {
    flex-direction: column;
    gap: 1.5rem;
  }
  body.index .sns__link {
    width: 18.4375rem;
    height: 8.75rem;
    border-radius: 0;
    box-shadow: 0 0 4px 0 rgba(51, 51, 51, 0.25);
  }
  body.index .sns__icon.--instagram {
    width: 60px;
  }
  body.index .sns__icon.--note {
    width: 160px;
  }
  body.index .coming-soon {
    margin-top: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  body.index .intro::before {
    bottom: 48px;
    background-image: url("../images/index/img_ramen-bg-sp.png");
  }
  body.index .intro::after {
    bottom: -950px;
    background-image: url("../images/index/img_ramen-bg-sp.png");
  }
  body.index .anchor-point {
    position: relative;
    top: -230px;
    display: block;
    pointer-events: none;
    visibility: hidden;
  }
  body.index .message__container {
    width: 350px;
    margin-inline: auto;
  }
  body.index .message__title {
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 42px;
  }
  body.index .message__image {
    top: 50px;
    left: -10px;
    width: 356px;
    transform: translateX(0);
    transform: translateY(-100%);
  }
  body.index .message__text p {
    padding: 0 0.5rem;
    font-size: clamp(15px, 0.574rem + 1.82vw, 16px);
    line-height: 36px;
    border-top: 2px dashed #bfbfbf;
  }
  body.index .sns::after {
    bottom: -370px;
    background-image: url("../images/index/img_ramen-bg-sp.png");
  }
  body.index .coming-soon__container {
    padding: 0.5rem 0;
  }
  body.index .coming-soon__text {
    max-width: 350px;
    padding-top: 3rem;
    padding-bottom: 3rem;
    font-size: 2.25rem;
    font-style: italic;
    line-height: 56px;
    text-shadow: 0 2px 1px rgba(51, 51, 51, 0.25);
    letter-spacing: 0.72px;
  }
  body.index .coming-soon__text .ml-1 {
    display: block;
    margin-left: 16px;
  }
  body.index .coming-soon__text .ml-2 {
    display: block;
    margin-left: 8px;
  }
}

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

@media all and (min-width: 1281px), print {
  .u-hidden-pc {
    display: none !important;
  }
}
@media all and (min-width: 768px), print {
  .u-hidden-pc-tab {
    display: none !important;
  }
}
@media only screen and (max-width: 1280px) {
  .u-hidden-tab-sp {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .u-hidden-sp {
    display: none !important;
  }
}
.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;
}

@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;
  }
}