@charset "UTF-8";
/*--------------------------------------*
 * foundation
 *--------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght,YOPQ@100..900,300&family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700&display=swap");
/*!
 * ress.css • v3.0.1
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

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

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

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

/* # =================================================================
	 # General elements
	 # ================================================================= */
hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
  height: 0;
  /* Add the correct box sizing in Firefox */
}

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

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

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

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

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

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

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

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

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
  /* Correct the cursor style of increment and decrement buttons in Chrome */
}

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

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Remove the inner padding in Chrome and Safari on macOS */
}

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

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

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

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

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

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

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

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

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

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

/* Style select like a standard input */
select {
  outline: none;
  background-color: #fff;
  border: #707070 solid 1px;
  border-radius: 3px;
  display: inline-block;
  padding: 0.2em 0.5em;
  width: 100%;
}

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

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

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

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

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

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

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

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

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

/*original*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: inherit;
  border-collapse: collapse;
}

@keyframes c-button-flower {
  0% {
    scale: 0;
    rotate: -30deg;
  }
  100% {
    scale: 1;
    rotate: 0deg;
  }
}
@keyframes footer-link {
  0% {
    translate: 0;
    scale: 1;
  }
  100% {
    translate: 0.4em;
    scale: 0.9;
  }
}
@keyframes footer-policy {
  0% {
    scale: 1;
  }
  100% {
    scale: 1.2;
  }
}
@keyframes top-tree {
  0% {
    scale: 0;
    rotate: -10deg;
  }
  50% {
    rotate: 10deg;
  }
  100% {
    scale: 1;
    rotate: 0deg;
  }
}
@keyframes pagetop-text {
  0% {
    scale: 1;
  }
  100% {
    scale: 1.05;
  }
}
@keyframes pagetop-img {
  0% {
    rotate: 0deg;
    translate: 0 pc_vw(0);
  }
  33% {
    rotate: -2.5deg;
  }
  55% {
    translate: 0 pc_vw(-30);
  }
  66% {
    rotate: 4deg;
  }
  100% {
    rotate: 0deg;
    translate: 0 pc_vw(0);
  }
}
@keyframes products-hover {
  0% {
    scale: 1;
    rotate: 0deg;
  }
  33% {
    rotate: -2.5deg;
  }
  55% {
    translate: 0 pc_vw(-10);
  }
  66% {
    rotate: 4deg;
  }
  100% {
    rotate: 0deg;
    translate: 0 pc_vw(0);
  }
}
/* base
--------------------------- */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
  scroll-padding-top: 10vh;
}
@media (max-width: 767.98px) {
  html.is-nav-open {
    overflow: hidden;
  }
}
@media (min-width: 768px) {
  html {
    scroll-padding-top: min(100px, 6.9444444444vw);
  }
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-size: 4.1025641026vw;
}
@media (min-width: 768px) {
  body {
    font-size: 1.125rem;
  }
}
@media (min-width: 960px) {
  body {
    font-size: 1.125rem;
  }
}
body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #202020;
  line-height: 2.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: clip;
  overflow-wrap: break-word;
}
@media (max-width: 767.98px) {
  body::before {
    content: "";
    margin: auto;
    width: 100vw;
    height: 100dvh;
    display: block;
    position: fixed;
    inset: 0;
    background-color: rgba(32, 32, 32, 0.5);
    z-index: 99;
    opacity: 0;
    transition: opacity 0.35s ease-out;
    pointer-events: none;
  }
  body.is-nav-open {
    overflow: hidden;
  }
  body.is-nav-open::before {
    opacity: 1;
    pointer-events: auto;
  }
}
@media (min-width: 768px) {
  body {
    font-size: 16px;
  }
}
@media (max-width: 767.98px) {
  body {
    font-size: 3.73vw;
  }
}

p {
  line-height: 2;
}

h2 {
  margin: 0;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

em {
  font-style: initial;
}

address {
  font-style: normal;
}

strong {
  font-weight: bold;
}

sup {
  font-size: 0.7em;
}

span svg {
  vertical-align: middle;
  line-height: 1;
  height: auto;
}

@media (min-width: 768px) {
  a {
    transition: opacity 0.3s ease-out;
  }
}
@media (min-width: 768px) {
  p a {
    transition: opacity 0.2s ease-out;
  }
  p a:focus-visible {
    opacity: 0.5;
  }
}
@media (min-width: 768px) and (hover: hover) {
  p a:hover {
    opacity: 0.5;
  }
}

@media (min-width: 768px) {
  .is-sp {
    display: none;
  }
}

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

/*--------------------------------------*
 * library
 *--------------------------------------*/
/*--------------------------------------*
 * layout
 *--------------------------------------*/
.l-footer {
  margin-top: 7.6923076923vw;
  width: 100%;
  padding-top: 15.3846153846vw;
  padding-bottom: 17.9487179487vw;
  position: relative;
  z-index: 10;
  background-color: #D10000;
}
@media (min-width: 768px) {
  .l-footer {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: min(30px, 2.0833333333vw);
  }
}
.l-footer::before {
  content: "";
  margin: auto;
  width: 100%;
  height: 10.2564102564vw;
  display: block;
  position: absolute;
  top: -10.2564102564vw;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100%;
  background-image: url("../images/common/footer-bg-sp.png");
}
@media (min-width: 768px) {
  .l-footer::before {
    height: min(170px, 11.8055555556vw);
    top: max(-170px, -11.8055555556vw);
    background-repeat: repeat-x;
    background-size: auto 100%;
    background-image: url("../images/common/footer-bg.svg");
  }
}
.l-footer__inner {
  margin-left: auto;
  margin-right: auto;
  width: 94.8717948718vw;
}
@media (min-width: 768px) {
  .l-footer__inner {
    width: min(1380px, 95.8333333333vw);
  }
}
.l-footer__column {
  margin-top: 7.6923076923vw;
  width: 100%;
  padding: 10.2564102564vw 5.1282051282vw;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 3.8461538462vw;
}
@media (min-width: 768px) {
  .l-footer__column {
    margin-top: min(30px, 2.0833333333vw);
    padding: min(40px, 2.7777777778vw) min(40px, 2.7777777778vw) min(30px, 2.0833333333vw);
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr auto;
    border-radius: min(20px, 1.3888888889vw);
  }
}
.l-footer__box {
  width: 100%;
}
@media (min-width: 768px) {
  .l-footer__box {
    width: min(820px, 56.9444444444vw);
    grid-column: 2/3;
    grid-row: 1/2;
  }
}
.l-footer__link {
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  display: flex;
  align-items: center;
  gap: 1.7948717949vw;
  font-size: 4.358974359vw;
  line-height: 1;
  font-weight: 500;
}
@media (min-width: 768px) {
  .l-footer__link {
    gap: min(6.5px, 0.4513888889vw);
    font-size: min(17px, 1.1805555556vw);
    transition: all 0.3s ease-out;
  }
  .l-footer__link:hover {
    color: #D10000;
  }
  .l-footer__link:hover::after {
    animation: footer-link 0.2s ease-in-out forwards alternate 2;
  }
}
.l-footer__link::after {
  content: "";
  margin-top: auto;
  margin-bottom: auto;
  width: 4.2307692308vw;
  height: 3.0769230769vw;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("../images/common/icon-arrow.svg");
}
@media (min-width: 768px) {
  .l-footer__link::after {
    width: min(16.5px, 1.1458333333vw);
    height: min(12px, 0.8333333333vw);
    transition: all 0.3s ease-out;
  }
}
.l-footer__list {
  margin-top: 10.2564102564vw;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8.9743589744vw;
}
@media (min-width: 768px) {
  .l-footer__list {
    margin-top: min(40px, 2.7777777778vw);
    margin-left: auto;
    flex-direction: row;
    justify-content: flex-end;
    gap: min(40px, 2.7777777778vw);
  }
}
.l-footer__copyright {
  margin-top: 5.1282051282vw;
  line-height: 1;
  font-size: 3.0769230769vw;
}
@media (max-width: 767.98px) {
  .l-footer__copyright {
    width: 100%;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .l-footer__copyright {
    margin-top: auto;
    font-size: min(12px, 0.8333333333vw);
    grid-column: 1/2;
    grid-row: 2/3;
  }
}
.l-footer__pagetop {
  margin-top: 7.6923076923vw;
  margin-left: auto;
  margin-right: auto;
  width: 87.9487179487vw;
  display: block;
  position: relative;
}
@media (min-width: 768px) {
  .l-footer__pagetop {
    margin-top: min(30px, 2.0833333333vw);
    width: min(394px, 27.3611111111vw);
  }
  .l-footer__pagetop:hover img {
    opacity: 0.5;
  }
  .l-footer__pagetop:hover::before, .l-footer__pagetop:hover::after {
    animation: pagetop-img 0.6s ease-in-out forwards;
  }
}
.l-footer__pagetop::before, .l-footer__pagetop::after {
  content: "";
  margin: auto;
  width: 15.3846153846vw;
  height: 14.1025641026vw;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (min-width: 768px) {
  .l-footer__pagetop::before, .l-footer__pagetop::after {
    width: min(70px, 4.8611111111vw);
    height: min(65px, 4.5138888889vw);
  }
}
.l-footer__pagetop::before {
  left: 0;
  background-image: url("../images/common/button-pagetop-left.svg");
}
.l-footer__pagetop::after {
  right: 0;
  background-image: url("../images/common/button-pagetop-right.svg");
}
.l-footer__pagetop img {
  transition: opacity 0.3s ease-out;
}

.l-footer-nav {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 7.6923076923vw;
}
@media (min-width: 768px) {
  .l-footer-nav {
    flex-direction: row;
    gap: min(30px, 2.0833333333vw);
  }
}
.l-footer-nav__item {
  position: relative;
  width: 100%;
  height: 46.1538461538vw;
}
@media (min-width: 768px) {
  .l-footer-nav__item {
    width: min(675px, 46.875vw);
    height: min(220px, 15.2777777778vw);
  }
}
.l-footer-nav__item::after {
  content: "";
  margin: auto;
  width: 10.2564102564vw;
  height: 10.2564102564vw;
  display: block;
  position: absolute;
  right: 0;
  bottom: 1.2820512821vw;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/common/icon-arrow.svg");
  background-size: 4.1025641026vw;
  background-color: #fff;
  pointer-events: none;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .l-footer-nav__item::after {
    width: min(40px, 2.7777777778vw);
    height: min(40px, 2.7777777778vw);
    right: min(5px, 0.3472222222vw);
    bottom: min(5px, 0.3472222222vw);
    background-size: min(16px, 1.1111111111vw);
  }
}
.l-footer-nav__link {
  width: 100%;
  height: 100%;
  padding: 7.6923076923vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2.5641025641vw;
  position: relative;
  cursor: pointer;
  color: #fff;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-image: url("../images/common/footer-link-mask-sp.svg");
          mask-image: url("../images/common/footer-link-mask-sp.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  background-color: rgba(0, 0, 0, 0.35);
  background-blend-mode: multiply;
}
@media (min-width: 768px) {
  .l-footer-nav__link {
    padding: min(50px, 3.4722222222vw);
    gap: min(15px, 1.0416666667vw);
    -webkit-mask-image: url("../images/common/footer-link-mask.svg");
            mask-image: url("../images/common/footer-link-mask.svg");
    transition: background-size 0.3s ease-in-out;
  }
  .l-footer-nav__link:hover {
    background-size: 110%;
  }
}
.l-footer-nav__link.is-nav1 {
  background-image: url("../images/common/footer-nav-img1-sp.png");
}
@media (min-width: 768px) {
  .l-footer-nav__link.is-nav1 {
    background-image: url("../images/common/footer-nav-img1.png");
  }
}
.l-footer-nav__link.is-nav2 {
  background-image: url("../images/common/footer-nav-img2-sp.png");
}
@media (min-width: 768px) {
  .l-footer-nav__link.is-nav2 {
    background-image: url("../images/common/footer-nav-img2.png");
  }
}
.l-footer-nav__english {
  font-family: "Kumbh Sans", "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  font-size: 7.6923076923vw;
}
@media (min-width: 768px) {
  .l-footer-nav__english {
    font-size: min(38px, 2.6388888889vw);
  }
}
.l-footer-nav__text {
  line-height: 1.4;
  font-weight: 700;
  font-size: 5.641025641vw;
}
@media (min-width: 768px) {
  .l-footer-nav__text {
    font-weight: 500;
    font-size: min(24px, 1.6666666667vw);
  }
}

@media (min-width: 768px) {
  .l-footer-corporate {
    flex: 1;
    width: -moz-max-content;
    width: max-content;
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
.l-footer-corporate__logo {
  width: 20.5128205128vw;
}
@media (min-width: 768px) {
  .l-footer-corporate__logo {
    width: min(140px, 9.7222222222vw);
  }
}
.l-footer-corporate__title {
  margin-top: 7.6923076923vw;
  display: block;
  font-weight: 700;
  line-height: 1;
  font-size: 5.1282051282vw;
}
@media (min-width: 768px) {
  .l-footer-corporate__title {
    margin-top: min(30px, 2.0833333333vw);
    font-size: min(20px, 1.3888888889vw);
  }
}
.l-footer-corporate__list {
  margin-top: 5.1282051282vw;
  display: flex;
  flex-direction: column;
  gap: 2.5641025641vw;
}
@media (min-width: 768px) {
  .l-footer-corporate__list {
    margin-top: min(30px, 2.0833333333vw);
    gap: min(10px, 0.6944444444vw);
  }
}
.l-footer-corporate__item {
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  display: flex;
  align-items: center;
  gap: 2.5641025641vw;
  line-height: 1.4;
  font-size: 3.8461538462vw;
}
@media (min-width: 768px) {
  .l-footer-corporate__item {
    gap: min(10px, 0.6944444444vw);
    font-size: min(15px, 1.0416666667vw);
  }
}
.l-footer-corporate__item::before {
  content: "";
  margin-top: auto;
  margin-bottom: auto;
  width: 6.4102564103vw;
  height: 6.4102564103vw;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (min-width: 768px) {
  .l-footer-corporate__item::before {
    width: min(25px, 1.7361111111vw);
    height: min(25px, 1.7361111111vw);
  }
}
.l-footer-corporate__item.is-address::before {
  background-image: url("../images/common/icon-address.svg");
}
.l-footer-corporate__item.is-tel::before {
  background-image: url("../images/common/icon-tel.svg");
}

.l-footer-product {
  width: 100%;
  padding-bottom: 10.5128205128vw;
  border-bottom: 0.2564102564vw solid #727272;
}
@media (max-width: 767.98px) {
  .l-footer-product {
    margin-top: 15.3846153846vw;
  }
}
@media (min-width: 768px) {
  .l-footer-product {
    padding-bottom: min(44px, 3.0555555556vw);
    border-bottom: min(1px, 0.0694444444vw) solid #727272;
  }
}
.l-footer-product__title {
  line-height: 1.4;
  font-size: 3.8461538462vw;
}
@media (min-width: 768px) {
  .l-footer-product__title {
    font-size: min(15px, 1.0416666667vw);
  }
}
.l-footer-product__list {
  margin-top: 3.8461538462vw;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 5.1282051282vw;
}
@media (min-width: 768px) {
  .l-footer-product__list {
    margin-top: min(15px, 1.0416666667vw);
    flex-direction: row;
    gap: min(20px, 1.3888888889vw);
  }
}
.l-footer-product__item {
  width: 100%;
}
@media (min-width: 768px) {
  .l-footer-product__item {
    width: min(400px, 27.7777777778vw);
  }
}
.l-footer-product__link {
  width: 100%;
}
@media (min-width: 768px) {
  .l-footer-product__link {
    transition: opacity 0.3s ease-out;
  }
  .l-footer-product__link:hover {
    opacity: 0.5;
  }
}
.l-footer-product .l-footer__link {
  margin-top: 10.2564102564vw;
}
@media (min-width: 768px) {
  .l-footer-product .l-footer__link {
    margin-left: auto;
    margin-top: min(31.5px, 2.1875vw);
  }
}

.l-footer-policy {
  margin-top: 30.7692307692vw;
  margin-left: auto;
  display: flex;
  justify-content: flex-end;
  gap: 5.1282051282vw;
  justify-content: center;
  font-size: 3.0769230769vw;
  line-height: 1;
}
@media (max-width: 767.98px) {
  .l-footer-policy {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .l-footer-policy {
    margin-top: min(154px, 10.6944444444vw);
    flex: 1;
    justify-content: flex-end;
    grid-column: 2/3;
    grid-row: 2/3;
    gap: min(21px, 1.4583333333vw);
    font-size: min(12px, 0.8333333333vw);
  }
}
.l-footer-policy a[target=_blank] {
  display: flex;
  align-items: center;
  gap: 0.2em;
}
@media (min-width: 768px) {
  .l-footer-policy a[target=_blank] {
    transition: color 0.3s ease-out;
  }
  .l-footer-policy a[target=_blank]:hover {
    color: #D10000;
  }
  .l-footer-policy a[target=_blank]:hover::after {
    animation: footer-policy 0.15s ease-in-out forwards alternate 2;
  }
}
.l-footer-policy a[target=_blank]::after {
  content: "";
  margin-left: 0.2em;
  width: 1.125em;
  height: 1.125em;
  display: block;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-image: url("../images/common/icon-blank.svg");
          mask-image: url("../images/common/icon-blank.svg");
  background-color: #D10000;
}

.l-header {
  width: 100%;
  height: 23.0769230769vw;
  padding-bottom: 5.1282051282vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-position: left 0px top -1px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/common/header-bg-sp.svg");
}
@media (min-width: 768px) {
  .l-header {
    width: min(410px, 28.4722222222vw);
    height: min(100px, 6.9444444444vw);
    padding-bottom: 0;
    background-size: 100% 100%;
    background-image: url("../images/common/header-bg.svg");
  }
}
.home .l-header {
  transition: translate 0.8s ease-in-out 1s;
  translate: -6.4102564103vw -25.641025641vw;
}
@media (min-width: 768px) {
  .home .l-header {
    transform-origin: left bottom;
    translate: 0 max(-110px, -7.6388888889vw);
  }
}
.is-start .l-header {
  translate: 0 0;
}
.l-header__logo {
  width: 100%;
  height: 100%;
  padding-left: 5.1282051282vw;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5.1282051282vw;
}
@media (min-width: 768px) {
  .l-header__logo {
    height: -moz-max-content;
    height: max-content;
    padding-bottom: min(21px, 1.4583333333vw);
    padding-left: min(25px, 1.7361111111vw);
    gap: min(15px, 1.0416666667vw);
  }
}
.l-header__img {
  width: 15.3vw;
}
@media (min-width: 768px) {
  .l-header__img {
    width: min(80px, 5.5555555556vw);
  }
}
.l-header__text {
  color: #fff;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  font-size: 3.8461538462vw;
}
@media (min-width: 768px) {
  .l-header__text {
    font-size: min(15px, 1.0416666667vw);
  }
}

.l-nav {
  height: 100dvh;
  position: fixed;
  z-index: 100;
  background-color: #fff;
}
@media (max-width: 767.98px) {
  .l-nav {
    left: 0;
    top: 0;
    width: 64.1025641026vw;
    padding: 33.3333333333vw 5.1282051282vw 5.1282051282vw;
    z-index: 99;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    transform: translateX(-100%);
    transition: transform 0.35s ease-out;
  }
  .l-nav.is-open {
    transform: translateX(0);
  }
}
@media (min-width: 768px) {
  .l-nav {
    height: min(60px, 4.1666666667vw);
    padding: min(10px, 0.6944444444vw) min(15px, 1.0416666667vw) min(10px, 0.6944444444vw) min(30px, 2.0833333333vw);
    right: min(18px, 1.25vw);
    top: min(21px, 1.4583333333vw);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: min(20px, 1.3888888889vw);
    border-radius: min(30px, 2.0833333333vw);
    border: min(1px, 0.0694444444vw) solid #ccc;
    transform-origin: left top;
  }
}
@media (min-width: 768px) {
  .home .l-nav {
    translate: 0 max(-100px, -6.9444444444vw);
    transition: translate 0.8s cubic-bezier(0.16, 1.03, 0.67, 1.11) 1.2s;
  }
}
.is-start .l-nav {
  translate: 0 0;
}
.l-nav__list {
  width: -moz-max-content;
  width: max-content;
  display: flex;
  flex-direction: column;
  gap: 10.2564102564vw;
}
@media (min-width: 768px) {
  .l-nav__list {
    flex: 1;
    flex-direction: row;
    gap: min(30px, 2.0833333333vw);
  }
}
.l-nav__item {
  position: relative;
  line-height: 1;
  font-weight: 500;
  font-size: 4.358974359vw;
}
@media (min-width: 768px) {
  .l-nav__item {
    font-size: min(15px, 1.0416666667vw);
  }
  .l-nav__item + .l-nav__item::before {
    content: "";
    margin: auto;
    width: min(1px, 0.0694444444vw);
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: #727272;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .l-nav__item + .l-nav__item::before {
    width: min(1px, 0.0694444444vw);
    height: min(20px, 1.3888888889vw);
    left: max(-15px, -1.0416666667vw);
  }
}
@media (max-width: 767.98px) {
  .l-nav__link {
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    display: flex;
    align-items: center;
    gap: 1.7948717949vw;
  }
  .l-nav__link::after {
    content: "";
    width: 4.2307692308vw;
    height: 3.0769230769vw;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url("../images/common/icon-arrow.svg");
  }
}
@media (min-width: 768px) {
  .l-nav__link {
    transition: all 0.3s ease-out;
  }
  .l-nav__link:hover {
    color: #D10000;
  }
}
@media (max-width: 767.98px) {
  .l-nav .c-button-contact {
    margin-top: 10.2564102564vw;
  }
}
@media (max-width: 767.98px) {
  .l-nav__trigger {
    width: 24.1025641026vw;
    height: 10vw;
    padding: 1.7948717949vw 3.8461538462vw;
    position: fixed;
    z-index: 101;
    right: 2.0512820513vw;
    bottom: 2.0512820513vw;
    display: flex;
    align-items: center;
    font-family: "Kumbh Sans", "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0;
    font-weight: bold;
    color: #fff;
    font-size: 3.3333333333vw;
    line-height: 1;
    background-color: #D10000;
    border: 0.5128205128vw solid #fff;
    border-radius: 5.1282051282vw;
  }
  .home .l-nav__trigger {
    transition: translate 0.8s cubic-bezier(0.16, 1.03, 0.67, 1.11) 1.2s;
    translate: 0 25.641025641vw;
  }
  .is-start .l-nav__trigger {
    translate: 0 0;
  }
}
@media (min-width: 768px) {
  .l-nav__trigger {
    display: none;
  }
}
.l-nav__trigger-line {
  margin: auto;
  width: 3.8461538462vw;
  height: 3.0769230769vw;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 4.358974359vw;
  display: block;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transition: all 0.35s ease-out;
}
.l-nav__trigger-line::before, .l-nav__trigger-line::after {
  content: "";
  margin: auto;
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  inset: 0;
  background-color: #fff;
  transition: all 0.5s ease-out;
}
.is-nav-open .l-nav__trigger-line {
  border: 0px solid rgba(255, 255, 255, 0);
}
.is-nav-open .l-nav__trigger-line::before {
  rotate: 135deg;
}
.is-nav-open .l-nav__trigger-line::after {
  rotate: 45deg;
}

.l-main {
  width: 100%;
  position: relative;
}
:where(.l-main) > *:nth-last-child(2) {
  padding-bottom: 48.7179487179vw;
}
@media (min-width: 768px) {
  :where(.l-main) > *:nth-last-child(2) {
    padding-bottom: min(370px, 25.6944444444vw);
  }
}

.l-kv {
  width: 100%;
  position: relative;
}
@media (max-width: 767.98px) {
  .l-kv {
    margin-bottom: 17.9487179487vw;
    min-height: 82.5641025641vw;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100%;
    background-image: url("../images/common/kv-bg-sp.svg");
  }
}
@media (min-width: 768px) {
  .l-kv::before, .l-kv::after {
    content: "";
  }
}
.l-kv::before, .l-kv::after {
  margin: auto;
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  z-index: -1;
}
.l-kv::before {
  top: 0;
  background-color: #F1EBE4;
}
@media (min-width: 768px) {
  .l-kv::before {
    height: min(150px, 10.4166666667vw);
  }
}
.l-kv::after {
  height: 82.5641025641vw;
  top: 0;
  background-repeat: repeat-x;
  background-position: center top;
  background-size: auto 100%;
  background-image: url("../images/common/kv-bg-sp.svg");
}
@media (min-width: 768px) {
  .l-kv::after {
    height: min(300px, 20.8333333333vw);
    top: min(150px, 10.4166666667vw);
    background-image: url("../images/common/kv-bg.svg");
  }
}
.l-kv .c-wrap__inner {
  padding-top: 30.7692307692vw;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767.98px) {
  .l-kv .c-wrap__inner {
    gap: 41.0256410256vw;
  }
}
@media (min-width: 768px) {
  .l-kv .c-wrap__inner {
    min-height: min(504px, 35vw);
    padding-top: min(149px, 10.3472222222vw);
    justify-content: space-between;
  }
}
.l-kv__title {
  display: flex;
  flex-direction: column-reverse;
  gap: 2.5641025641vw;
}
@media (max-width: 767.98px) {
  .l-kv__title {
    margin-left: auto;
    margin-right: auto;
    width: 89.7435897436vw;
  }
}
@media (min-width: 768px) {
  .l-kv__title {
    gap: min(15px, 1.0416666667vw);
  }
}
@media (max-width: 767.98px) {
  .l-kv .c-text--l {
    line-height: 2;
    font-size: 4.6153846154vw;
  }
}

.l-section {
  width: 100%;
}
@media (min-width: 768px) {
  .l-section {
    margin-top: min(125px, 8.6805555556vw);
  }
}
:where(.l-section) + .l-section, :where(.c-wrap__column) + .l-section {
  margin-top: 25.1282051282vw;
}
@media (min-width: 768px) {
  :where(.l-section) + .l-section, :where(.c-wrap__column) + .l-section {
    margin-top: min(160px, 11.1111111111vw);
  }
}
@media (min-width: 768px) {
  .c-wrap__column .l-section {
    margin-top: 0;
  }
}
.l-section__title {
  width: 100%;
  padding-left: 5.1282051282vw;
  display: flex;
  flex-direction: column;
  gap: 2.5641025641vw;
  position: relative;
}
@media (min-width: 768px) {
  .l-section__title {
    padding-left: min(30px, 2.0833333333vw);
    gap: min(15px, 1.0416666667vw);
  }
}
.l-section__title::before {
  content: "";
  width: 1.2820512821vw;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #D10000;
  border-radius: 1.0256410256vw;
}
@media (min-width: 768px) {
  .l-section__title::before {
    width: min(5px, 0.3472222222vw);
    border-radius: min(4px, 0.2777777778vw);
  }
}
.l-section__title-caption {
  font-weight: 500;
  font-size: 4.1025641026vw;
}
@media (min-width: 768px) {
  .l-section__title-caption {
    font-size: min(20px, 1.3888888889vw);
  }
}

.l-attention {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  min-height: 80vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media (max-width: 767.98px) {
  .l-attention {
    padding-top: 15.3846153846vw;
    width: 92.3076923077vw;
  }
}
.l-attention__title {
  font-family: "Kumbh Sans", "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0;
  color: #D10000;
  line-height: 1;
  font-weight: bold;
  font-size: 10.2564102564vw;
}
@media (min-width: 768px) {
  .l-attention__title {
    font-size: min(60px, 4.1666666667vw);
  }
}
.l-attention .c-title--m {
  margin-top: 2.5641025641vw;
}
@media (min-width: 768px) {
  .l-attention .c-title--m {
    margin-top: min(15px, 1.0416666667vw);
  }
}
.l-attention__box {
  margin-top: 10.2564102564vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .l-attention__box {
    margin-top: min(30px, 2.0833333333vw);
  }
}
.l-attention .c-button {
  margin-top: 16.6666666667vw;
}
@media (min-width: 768px) {
  .l-attention .c-button {
    margin-top: min(60px, 4.1666666667vw);
  }
}

.l-form {
  width: 100%;
  padding: 10.2564102564vw 5.1282051282vw;
  display: flex;
  flex-direction: column;
  gap: 10.2564102564vw;
  background-color: rgba(241, 235, 228, 0.3);
}
@media (min-width: 768px) {
  .l-form {
    padding: min(40px, 2.7777777778vw);
    gap: min(50px, 3.4722222222vw);
  }
}
.l-form__item {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 3.8461538462vw;
}
@media (min-width: 768px) {
  .l-form__item {
    flex-direction: row;
    align-items: center;
    gap: min(40px, 2.7777777778vw);
  }
}
.l-form__item:has(input[type=email]) {
  align-items: flex-start;
}
:where(.l-form__item:has(input[type=email])) .l-form__title {
  margin-top: 5.1282051282vw;
}
@media (min-width: 768px) {
  :where(.l-form__item:has(input[type=email])) .l-form__title {
    margin-top: min(7px, 0.4861111111vw);
  }
}
@media (min-width: 768px) {
  .l-form__title {
    flex: 1;
  }
}
:where(.is-required) .l-form__title .c-title--s {
  position: relative;
  display: flex;
  align-items: center;
}
:where(.is-required) .l-form__title .c-title--s::after {
  content: "必須";
  margin-left: 2.5641025641vw;
  padding: 1.2820512821vw 2.5641025641vw;
  display: block;
  font-size: 3.0769230769vw;
  color: #fff;
  text-align: center;
  font-weight: 400;
  line-height: 1;
  background-color: #D10000;
  border-radius: 4em;
}
@media (min-width: 768px) {
  :where(.is-required) .l-form__title .c-title--s::after {
    margin-left: min(10px, 0.6944444444vw);
    padding: min(5px, 0.3472222222vw) min(10px, 0.6944444444vw);
    font-size: min(12px, 0.8333333333vw);
  }
}
.l-form__title .c-text__caption {
  font-weight: 500;
}
.l-form__box {
  width: 100%;
}
@media (min-width: 768px) {
  .l-form__box {
    width: min(480px, 33.3333333333vw);
  }
}
:where(.l-form__box) > .c-text__caption + .wpcf7-form-control-wrap {
  margin-top: 5.1282051282vw;
}
@media (min-width: 768px) {
  :where(.l-form__box) > .c-text__caption + .wpcf7-form-control-wrap {
    margin-top: min(20px, 1.3888888889vw);
  }
}
.l-form__box .wpcf7-form-control-wrap {
  display: block;
}
.l-form textarea,
.l-form input[type=text],
.l-form input[type=email],
.l-form input[type=tel],
.l-form input[type=password],
.l-form input[type=number],
.l-form input[type=date],
.l-form input[type=time],
.l-form input[type=datetime-local],
.l-form input[type=month],
.l-form input[type=week],
.l-form input[type=url] {
  width: 100%;
  height: 11.2820512821vw;
  padding: 2.5641025641vw;
  font-size: 4.1025641026vw;
  border: 0.2564102564vw solid #ccc;
  background-color: #fff;
  transition: all 0.2s ease-in;
}
@media (min-width: 768px) {
  .l-form textarea,
  .l-form input[type=text],
  .l-form input[type=email],
  .l-form input[type=tel],
  .l-form input[type=password],
  .l-form input[type=number],
  .l-form input[type=date],
  .l-form input[type=time],
  .l-form input[type=datetime-local],
  .l-form input[type=month],
  .l-form input[type=week],
  .l-form input[type=url] {
    height: min(40px, 2.7777777778vw);
    padding: min(7px, 0.4861111111vw) min(15px, 1.0416666667vw);
    font-size: min(16px, 1.1111111111vw);
    border: min(1px, 0.0694444444vw) solid #ccc;
  }
}
.l-form textarea::-moz-placeholder, .l-form input[type=text]::-moz-placeholder, .l-form input[type=email]::-moz-placeholder, .l-form input[type=tel]::-moz-placeholder, .l-form input[type=password]::-moz-placeholder, .l-form input[type=number]::-moz-placeholder, .l-form input[type=date]::-moz-placeholder, .l-form input[type=time]::-moz-placeholder, .l-form input[type=datetime-local]::-moz-placeholder, .l-form input[type=month]::-moz-placeholder, .l-form input[type=week]::-moz-placeholder, .l-form input[type=url]::-moz-placeholder {
  font-size: 4.1025641026vw;
}
.l-form textarea::placeholder,
.l-form input[type=text]::placeholder,
.l-form input[type=email]::placeholder,
.l-form input[type=tel]::placeholder,
.l-form input[type=password]::placeholder,
.l-form input[type=number]::placeholder,
.l-form input[type=date]::placeholder,
.l-form input[type=time]::placeholder,
.l-form input[type=datetime-local]::placeholder,
.l-form input[type=month]::placeholder,
.l-form input[type=week]::placeholder,
.l-form input[type=url]::placeholder {
  font-size: 4.1025641026vw;
}
@media (min-width: 768px) {
  .l-form textarea::-moz-placeholder, .l-form input[type=text]::-moz-placeholder, .l-form input[type=email]::-moz-placeholder, .l-form input[type=tel]::-moz-placeholder, .l-form input[type=password]::-moz-placeholder, .l-form input[type=number]::-moz-placeholder, .l-form input[type=date]::-moz-placeholder, .l-form input[type=time]::-moz-placeholder, .l-form input[type=datetime-local]::-moz-placeholder, .l-form input[type=month]::-moz-placeholder, .l-form input[type=week]::-moz-placeholder, .l-form input[type=url]::-moz-placeholder {
    font-size: min(16px, 1.1111111111vw);
  }
  .l-form textarea::placeholder,
  .l-form input[type=text]::placeholder,
  .l-form input[type=email]::placeholder,
  .l-form input[type=tel]::placeholder,
  .l-form input[type=password]::placeholder,
  .l-form input[type=number]::placeholder,
  .l-form input[type=date]::placeholder,
  .l-form input[type=time]::placeholder,
  .l-form input[type=datetime-local]::placeholder,
  .l-form input[type=month]::placeholder,
  .l-form input[type=week]::placeholder,
  .l-form input[type=url]::placeholder {
    font-size: min(16px, 1.1111111111vw);
  }
}
.l-form textarea:focus-visible,
.l-form input[type=text]:focus-visible,
.l-form input[type=email]:focus-visible,
.l-form input[type=tel]:focus-visible,
.l-form input[type=password]:focus-visible,
.l-form input[type=number]:focus-visible,
.l-form input[type=date]:focus-visible,
.l-form input[type=time]:focus-visible,
.l-form input[type=datetime-local]:focus-visible,
.l-form input[type=month]:focus-visible,
.l-form input[type=week]:focus-visible,
.l-form input[type=url]:focus-visible {
  outline: none;
  border-color: #666;
}
.l-form textarea.wpcf7-not-valid,
.l-form input[type=text].wpcf7-not-valid,
.l-form input[type=email].wpcf7-not-valid,
.l-form input[type=tel].wpcf7-not-valid,
.l-form input[type=password].wpcf7-not-valid,
.l-form input[type=number].wpcf7-not-valid,
.l-form input[type=date].wpcf7-not-valid,
.l-form input[type=time].wpcf7-not-valid,
.l-form input[type=datetime-local].wpcf7-not-valid,
.l-form input[type=month].wpcf7-not-valid,
.l-form input[type=week].wpcf7-not-valid,
.l-form input[type=url].wpcf7-not-valid {
  border: 0.2564102564vw solid #d10000;
  background: #ffecec;
}
@media (min-width: 768px) {
  .l-form textarea.wpcf7-not-valid,
  .l-form input[type=text].wpcf7-not-valid,
  .l-form input[type=email].wpcf7-not-valid,
  .l-form input[type=tel].wpcf7-not-valid,
  .l-form input[type=password].wpcf7-not-valid,
  .l-form input[type=number].wpcf7-not-valid,
  .l-form input[type=date].wpcf7-not-valid,
  .l-form input[type=time].wpcf7-not-valid,
  .l-form input[type=datetime-local].wpcf7-not-valid,
  .l-form input[type=month].wpcf7-not-valid,
  .l-form input[type=week].wpcf7-not-valid,
  .l-form input[type=url].wpcf7-not-valid {
    border: min(1px, 0.0694444444vw) solid #d10000;
  }
}
.l-form textarea {
  height: -moz-max-content;
  height: max-content;
  min-height: 41.0256410256vw;
  padding: 2.5641025641vw;
  field-sizing: content;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .l-form textarea {
    min-height: min(66px, 4.5833333333vw);
    padding: min(7px, 0.4861111111vw) min(15px, 1.0416666667vw) min(5px, 0.3472222222vw);
  }
}
.l-form textarea.l-form__textarea {
  min-height: 41.0256410256vw;
}
@media (min-width: 768px) {
  .l-form textarea.l-form__textarea {
    min-height: min(125px, 8.6805555556vw);
  }
}
.l-form input[name=management_number] {
  width: 51.2820512821vw;
}
@media (min-width: 768px) {
  .l-form input[name=management_number] {
    width: min(200px, 13.8888888889vw);
  }
}
@media (min-width: 768px) {
  .l-form input[name=tel] {
    width: min(300px, 20.8333333333vw);
  }
}
.l-form textarea[name=purchase_store].l-form__textarea {
  min-height: 0;
}
.l-form__confirm-value {
  width: 100%;
  min-height: 11.2820512821vw;
  padding: 2.5641025641vw;
  display: flex;
  align-items: center;
  font-size: 3.8461538462vw;
  line-height: 1.6;
  word-break: break-word;
  background: none;
  border: none;
}
@media (min-width: 768px) {
  .l-form__confirm-value {
    min-height: min(40px, 2.7777777778vw);
    padding: min(7px, 0.4861111111vw) min(15px, 1.0416666667vw) min(7px, 0.4861111111vw) 0;
    font-size: min(16px, 1.1111111111vw);
  }
}
.l-form__confirm-value:empty::before {
  content: "";
}
.l-form__confirm-value--textarea {
  min-height: 0;
  align-items: flex-start;
  background: none;
  border: none;
  white-space: pre-wrap;
}
@media (min-width: 768px) {
  .l-form__confirm-value--textarea {
    min-height: 0;
    padding: min(7px, 0.4861111111vw) min(15px, 1.0416666667vw) min(5px, 0.3472222222vw) 0;
  }
}
.l-form__confirm-value--zip {
  width: 60vw;
}
@media (min-width: 768px) {
  .l-form__confirm-value--zip {
    width: min(234px, 16.25vw);
  }
}
.l-form__confirm-value--select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
@media (min-width: 768px) {
  .l-form__confirm-value--select {
    width: min(300px, 20.8333333333vw);
  }
}
.l-form__confirm-value--date-line {
  width: 100%;
  display: block;
  min-height: auto;
  padding: 0;
  line-height: 1.6;
}
.is-year .l-form__confirm-value--date {
  width: 38.4615384615vw;
}
@media (min-width: 768px) {
  .is-year .l-form__confirm-value--date {
    width: min(150px, 10.4166666667vw);
  }
}
.is-month .l-form__confirm-value--date, .is-day .l-form__confirm-value--date {
  width: 25.641025641vw;
}
@media (min-width: 768px) {
  .is-month .l-form__confirm-value--date, .is-day .l-form__confirm-value--date {
    width: min(100px, 6.9444444444vw);
  }
}
.l-form__postcode--confirm .l-form__confirm-value {
  flex: none;
}
.l-form__radio {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 5.1282051282vw 6.4102564103vw;
}
@media (min-width: 768px) {
  .l-form__radio {
    gap: min(30px, 2.0833333333vw);
  }
}
.l-form__radio-label {
  display: flex;
  align-items: center;
  gap: 1.5384615385vw;
  font-size: 3.8461538462vw;
  font-weight: 500;
  cursor: pointer;
}
@media (min-width: 768px) {
  .l-form__radio-label {
    gap: min(6px, 0.4166666667vw);
    font-size: min(16px, 1.1111111111vw);
  }
}
.l-form__radio-label::before {
  content: "";
  width: 5.1282051282vw;
  height: 5.1282051282vw;
  display: block;
  background-color: #fff;
  border: 0.2564102564vw solid #ccc;
  border-radius: 50%;
  transition: border 0.3s ease-out;
}
@media (min-width: 768px) {
  .l-form__radio-label::before {
    width: min(20px, 1.3888888889vw);
    height: min(20px, 1.3888888889vw);
    border: min(1px, 0.0694444444vw) solid #ccc;
  }
}
:where(.l-form__radio-label):has(:checked)::before {
  border: 1.2820512821vw solid #D10000;
  animation: radio-check 0.15s ease-in-out forwards alternate 2;
}
@media (min-width: 768px) {
  :where(.l-form__radio-label):has(:checked)::before {
    border: min(5px, 0.3472222222vw) solid #D10000;
  }
}
.l-form__radio-label input[type=radio] {
  display: none;
}
.l-form :where(.l-form__box) > p:has(.wpcf7-radio) {
  margin: 0;
  width: 100%;
}
.l-form :where(.l-form__box) .wpcf7-form-control-wrap:has(.wpcf7-radio) {
  width: 100%;
  display: block;
}
.l-form :where(.l-form__box) .wpcf7-radio {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 5.1282051282vw 6.4102564103vw;
}
@media (min-width: 768px) {
  .l-form :where(.l-form__box) .wpcf7-radio {
    gap: min(30px, 2.0833333333vw);
  }
}
.l-form :where(.l-form__box) .wpcf7-list-item {
  margin: 0;
}
.l-form :where(.l-form__box) .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 1.5384615385vw;
  font-size: 3.8461538462vw;
  font-weight: 500;
  cursor: pointer;
}
@media (min-width: 768px) {
  .l-form :where(.l-form__box) .wpcf7-list-item label {
    gap: min(6px, 0.4166666667vw);
    font-size: min(16px, 1.1111111111vw);
  }
}
.l-form :where(.l-form__box) .wpcf7-list-item label::before {
  content: "";
  width: 5.1282051282vw;
  height: 5.1282051282vw;
  display: block;
  background-color: #fff;
  border: 0.2564102564vw solid #ccc;
  border-radius: 50%;
  transition: border 0.3s ease-out;
}
@media (min-width: 768px) {
  .l-form :where(.l-form__box) .wpcf7-list-item label::before {
    width: min(20px, 1.3888888889vw);
    height: min(20px, 1.3888888889vw);
    border: min(1px, 0.0694444444vw) solid #ccc;
  }
}
.l-form :where(.l-form__box) .wpcf7-list-item label:has(input[type=radio]:checked)::before {
  border: 1.2820512821vw solid #D10000;
  animation: radio-check 0.15s ease-in-out forwards alternate 2;
}
@media (min-width: 768px) {
  .l-form :where(.l-form__box) .wpcf7-list-item label:has(input[type=radio]:checked)::before {
    border: min(5px, 0.3472222222vw) solid #D10000;
  }
}
.l-form :where(.l-form__box) .wpcf7-list-item input[type=radio] {
  display: none;
}
.l-form__postcode {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 5.1282051282vw 2.5641025641vw;
}
@media (max-width: 767.98px) {
  .l-form__postcode {
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .l-form__postcode {
    gap: min(10px, 0.6944444444vw);
  }
}
.l-form__postcode input[type=text] {
  width: 60vw;
}
@media (min-width: 768px) {
  .l-form__postcode input[type=text] {
    width: min(234px, 16.25vw);
  }
}
.l-form__postcode-button {
  padding: 2.5641025641vw 5.1282051282vw;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  line-height: 1;
  font-weight: 500;
  font-size: 3.5897435897vw;
  background-color: #D10000;
  border-radius: 4em;
}
@media (min-width: 768px) {
  .l-form__postcode-button {
    margin-left: auto;
    padding: min(13px, 0.9027777778vw) min(20px, 1.3888888889vw);
    font-size: min(14px, 0.9722222222vw);
    transition: opacity 0.3s ease-out;
  }
  .l-form__postcode-button:hover {
    opacity: 0.6;
  }
}
.l-form__select {
  width: 100%;
  padding: 1.7948717949vw 3.3333333333vw;
  min-height: -moz-max-content;
  min-height: max-content;
  font-size: 3.8461538462vw;
  color: #000;
  border: 0.2564102564vw solid #ccc;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
@media (min-width: 768px) {
  .l-form__select {
    width: min(300px, 20.8333333333vw);
    height: min(40px, 2.7777777778vw);
    padding: min(7px, 0.4861111111vw) min(15px, 1.0416666667vw);
    font-size: min(16px, 1.1111111111vw);
    border: min(1px, 0.0694444444vw) solid #ccc;
  }
}
.is-year .l-form__select {
  width: 38.4615384615vw;
}
@media (min-width: 768px) {
  .is-year .l-form__select {
    width: min(150px, 10.4166666667vw);
  }
}
.is-month .l-form__select, .is-day .l-form__select {
  width: 25.641025641vw;
}
@media (min-width: 768px) {
  .is-month .l-form__select, .is-day .l-form__select {
    width: min(100px, 6.9444444444vw);
  }
}
.wpcf7-form-control-wrap:has(.l-form__select) {
  position: relative;
}
@media (min-width: 768px) {
  .wpcf7-form-control-wrap:has(.l-form__select) {
    width: -moz-max-content;
    width: max-content;
  }
}
.wpcf7-form-control-wrap:has(.l-form__select)::after {
  content: "";
  margin: auto;
  width: 2.0512820513vw;
  height: 2.0512820513vw;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 4.4461538462vw;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
  pointer-events: none;
}
@media (min-width: 768px) {
  .wpcf7-form-control-wrap:has(.l-form__select)::after {
    width: min(8px, 0.5555555556vw);
    height: min(8px, 0.5555555556vw);
    right: min(17.34px, 1.2041666667vw);
  }
}
.l-form__date {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 5.1282051282vw;
}
@media (max-width: 767.98px) {
  .l-form__date {
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .l-form__date {
    gap: min(20px, 1.3888888889vw);
  }
}
.l-form__date-item {
  width: -moz-max-content;
  width: max-content;
  display: flex;
  align-items: center;
  gap: 2.5641025641vw;
}
@media (min-width: 768px) {
  .l-form__date-item {
    gap: min(10px, 0.6944444444vw);
  }
}
.l-form__button-wrap {
  margin-top: 15.3846153846vw;
  margin-left: auto;
  margin-right: auto;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 5.1282051282vw;
}
@media (min-width: 768px) {
  .l-form__button-wrap {
    margin-top: min(80px, 5.5555555556vw);
    flex-direction: row;
    gap: min(40px, 2.7777777778vw);
  }
}
.l-form__button {
  width: -moz-max-content;
  width: max-content;
  min-width: 68.2051282051vw;
  padding-right: 10.2564102564vw;
  padding-left: 10.2564102564vw;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  text-align: center;
  font-size: 4.1025641026vw;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  background-color: #D10000;
  border-radius: 6.4102564103vw;
  transition: all 0.2s ease-in;
}
@media (max-width: 767.98px) {
  .l-form__button {
    min-height: 12.8205128205vw;
  }
}
@media (min-width: 768px) {
  .l-form__button {
    min-width: min(316px, 21.9444444444vw);
    height: min(70px, 4.8611111111vw);
    padding-right: min(60px, 4.1666666667vw);
    padding-left: min(60px, 4.1666666667vw);
    font-size: min(20px, 1.3888888889vw);
    border-radius: min(35px, 2.4305555556vw);
  }
}
.l-form__button:hover {
  opacity: 0.6;
}
.l-form__button.is-yet {
  background-color: #909090;
  width: 100%;
}
@media (min-width: 768px) {
  .l-form__button.is-yet {
    width: auto;
  }
}
.l-form__button:not(.is-yet) {
  padding-right: 16.9230769231vw;
  background-image: url("../images/common/icon-arrow-white.svg");
  background-repeat: no-repeat;
  background-position: right 3.8461538462vw center;
  background-size: 4.2307692308vw 3.0769230769vw;
}
@media (min-width: 768px) {
  .l-form__button:not(.is-yet) {
    padding-right: min(92px, 6.3888888889vw);
    background-position: right min(32px, 2.2222222222vw) center;
    background-size: min(16.5px, 1.1458333333vw) min(12px, 0.8333333333vw);
  }
}
.l-form .okinawa-ucc-cf7-client-errors {
  display: block;
  box-sizing: border-box;
  width: 100%;
  margin: 0 0 4.1025641026vw;
  padding: 3.5897435897vw 4.1025641026vw;
  background: #fff3f0;
  border: 0.2564102564vw solid #c62828;
  border-radius: 1.5384615385vw;
  color: #1a1a1a;
  font-size: 3.5897435897vw;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .l-form .okinawa-ucc-cf7-client-errors {
    margin-bottom: min(16px, 1.1111111111vw);
    padding: min(14px, 0.9722222222vw) min(16px, 1.1111111111vw);
    border: min(1px, 0.0694444444vw) solid #d10000;
    border-radius: min(6px, 0.4166666667vw);
    font-size: min(14px, 0.9722222222vw);
  }
}
.l-form .wpcf7-not-valid-tip {
  display: block;
  margin-top: 2.0512820513vw;
  font-size: 3.8461538462vw;
  line-height: 1.5;
  color: #d10000;
}
@media (min-width: 768px) {
  .l-form .wpcf7-not-valid-tip {
    margin-top: min(8px, 0.5555555556vw);
    font-size: min(15px, 1.0416666667vw);
  }
}
.l-form .wpcf7-not-valid-tip.okinawa-ucc-field-error {
  display: block !important;
  margin-top: 2.0512820513vw;
  font-size: 3.8461538462vw;
  line-height: 1.5;
  color: #d10000 !important;
}
@media (min-width: 768px) {
  .l-form .wpcf7-not-valid-tip.okinawa-ucc-field-error {
    margin-top: min(8px, 0.5555555556vw);
    font-size: min(15px, 1.0416666667vw);
  }
}

.okinawa-ucc-response-output {
  color: #D10000;
  padding: 0;
  border: 0;
  background: transparent;
  text-align: center;
  font-size: 4.6153846154vw;
  line-height: 1.5;
  margin: 0 !important;
  border: none !important;
}
@media (min-width: 768px) {
  .okinawa-ucc-response-output {
    font-size: min(18px, 1.25vw) !important;
  }
}

form.wpcf7-form > .wpcf7-response-output:not(.okinawa-ucc-response-output) {
  display: none !important;
}

.wpcf7-spinner {
  display: none !important;
}

@keyframes radio-check {
  from {
    scale: 1;
  }
  to {
    scale: 1.2;
  }
}
.l-breadcrumbs {
  margin-left: auto;
  margin-right: auto;
  width: 92.3076923077vw;
  position: absolute;
  left: 0;
  right: 0;
}
@media (max-width: 767.98px) {
  .l-breadcrumbs {
    bottom: 7.6923076923vw;
  }
}
@media (min-width: 768px) {
  .l-breadcrumbs {
    width: min(800px, 55.5555555556vw);
    top: min(205px, 14.2361111111vw);
    pointer-events: none;
  }
}
.l-breadcrumbs__list {
  display: flex;
  align-items: center;
  gap: 8.7179487179vw;
}
@media (min-width: 768px) {
  .l-breadcrumbs__list {
    margin-left: auto;
    width: -moz-max-content;
    width: max-content;
    justify-content: flex-end;
    gap: min(34px, 2.3611111111vw);
    pointer-events: auto;
  }
}
.l-breadcrumbs__item {
  position: relative;
  font-weight: 500;
  line-height: 1;
  font-size: 3.8461538462vw;
}
@media (min-width: 768px) {
  .l-breadcrumbs__item {
    font-size: min(15px, 1.0416666667vw);
  }
}
.l-breadcrumbs__item + .l-breadcrumbs__item::before {
  content: "";
  margin: auto;
  width: 2.3435897436vw;
  height: 3.2820512821vw;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -5.4641025641vw;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("../images/common/icon-layer.svg");
}
@media (min-width: 768px) {
  .l-breadcrumbs__item + .l-breadcrumbs__item::before {
    width: min(9.14px, 0.6347222222vw);
    height: min(12.8px, 0.8888888889vw);
    left: max(-21.31px, -1.4798611111vw);
  }
}
.l-breadcrumbs__link {
  color: #D10000;
}

/*--------------------------------------*
 * component
 *--------------------------------------*/
.c-wrap {
  width: 100%;
  position: relative;
  z-index: 1;
}
.c-wrap__inner {
  margin-left: auto;
  margin-right: auto;
  width: 92.3076923077vw;
}
@media (min-width: 768px) {
  .c-wrap__inner {
    width: min(1240px, 86.1111111111vw);
  }
}
.c-wrap__inner {
  position: relative;
}
:where(.c-wrap__column) > .c-wrap__inner {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  :where(.c-wrap__column) > .c-wrap__inner {
    width: min(590px, 40.9722222222vw);
  }
}
.c-wrap__column {
  margin-left: auto;
  margin-right: auto;
  width: 92.3076923077vw;
}
@media (min-width: 768px) {
  .c-wrap__column {
    width: min(1240px, 86.1111111111vw);
  }
}
@media (min-width: 768px) {
  .c-wrap__column {
    display: flex;
    gap: min(60px, 4.1666666667vw);
  }
}

.c-title--xl {
  font-weight: 700;
  line-height: 1.4;
  font-size: 7.6923076923vw;
}
@media (min-width: 768px) {
  .c-title--xl {
    font-size: min(40px, 2.7777777778vw);
  }
}
.c-title--l {
  font-weight: 700;
  line-height: 1.4;
  font-size: 6.1538461538vw;
}
@media (min-width: 768px) {
  .c-title--l {
    font-size: min(32px, 2.2222222222vw);
  }
}
.c-title--m {
  font-weight: 700;
  line-height: 1.4;
  font-size: 6.1538461538vw;
}
@media (min-width: 768px) {
  .c-title--m {
    font-size: min(24px, 1.6666666667vw);
  }
}
.c-title--s {
  font-weight: 700;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .c-title--s {
    font-size: min(18px, 1.25vw);
  }
}
.c-title--english {
  font-family: "Kumbh Sans", "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0;
  color: #D10000;
  line-height: 1;
  font-size: 7.6923076923vw;
}
@media (min-width: 768px) {
  .c-title--english {
    font-size: min(38px, 2.6388888889vw);
  }
}

.c-text {
  color: #202020;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .c-text {
    font-size: min(16px, 1.1111111111vw);
  }
}
.c-text--xl {
  font-weight: 500;
  line-height: 2;
  font-size: 4.6153846154vw;
}
@media (min-width: 768px) {
  .c-text--xl {
    font-size: min(24px, 1.6666666667vw);
  }
}
.c-text--l {
  font-weight: 500;
  line-height: 1.6;
  font-size: 4.1025641026vw;
}
@media (min-width: 768px) {
  .c-text--l {
    font-size: min(20px, 1.3888888889vw);
  }
}
.c-text a {
  font-weight: 500;
  text-decoration: underline;
}
.c-text a[target=_blank]::after {
  content: "";
  margin-right: 0.2em;
  margin-left: 0.2em;
  width: 1.125em;
  height: 1.125em;
  line-height: 1;
  display: inline-block;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center bottom;
          mask-position: center bottom;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-image: url("../images/common/icon-blank.svg");
          mask-image: url("../images/common/icon-blank.svg");
  background-color: #D10000;
}
@media (min-width: 768px) {
  .c-text__caption {
    font-size: min(15px, 1.0416666667vw);
  }
}

.c-button {
  width: -moz-max-content;
  width: max-content;
  min-width: 53.8461538462vw;
  min-height: 12.8205128205vw;
  padding: 1.7948717949vw 12.8205128205vw 1.7948717949vw 10.2564102564vw;
  display: flex;
  align-items: center;
  position: relative;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  font-size: 4.1025641026vw;
  background-color: #D10000;
  border-width: 0.5128205128vw;
  border-style: solid;
  border-color: #D10000;
  border-radius: 6.4102564103vw;
}
@media (max-width: 767.98px) {
  .c-button {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  .c-button {
    min-width: min(210px, 14.5833333333vw);
    min-height: min(50px, 3.4722222222vw);
    padding: min(10px, 0.6944444444vw) min(60px, 4.1666666667vw) min(10px, 0.6944444444vw) min(40px, 2.7777777778vw);
    font-size: min(16px, 1.1111111111vw);
    border-radius: min(25px, 1.7361111111vw);
    border-width: min(2px, 0.1388888889vw);
    transition: all 0.3s ease-in-out;
  }
  .c-button:hover {
    color: #D10000;
    background-color: #fff;
  }
  .c-button:hover::before {
    animation: c-button-flower 0.25s cubic-bezier(0.67, 1.73, 0.88, 1.06) forwards 0.17s;
  }
  .c-button:hover::after {
    background-color: #D10000;
  }
}
.c-button::before {
  content: "";
  scale: 0;
  rotate: -30deg;
  margin: auto;
  width: min(55px, 3.8194444444vw);
  height: min(50px, 3.4722222222vw);
  display: block;
  position: absolute;
  top: max(-20px, -1.3888888889vw);
  left: max(-15px, -1.0416666667vw);
  background-repeat: no-repeat;
  background-position: left top, right bottom;
  background-image: url("../images/common/icon-flower.svg"), url("../images/common/icon-leaf.svg");
}
.c-button::after {
  content: "";
  margin: auto;
  width: 4.2307692308vw;
  height: 3.0769230769vw;
  display: block;
  position: absolute;
  right: 4.358974359vw;
  top: 0;
  bottom: 0;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-image: url("../images/common/icon-arrow.svg");
          mask-image: url("../images/common/icon-arrow.svg");
  background-color: #fff;
  transition: background-color 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .c-button::after {
    width: min(16.5px, 1.1458333333vw);
    height: min(12px, 0.8333333333vw);
    right: min(15px, 1.0416666667vw);
  }
}
.c-button.is-white {
  color: #D10000;
  background-color: #fff;
  border-color: #fff;
}
.c-button.is-white::after {
  background-color: #D10000;
}

.c-button-contact {
  width: -moz-max-content;
  width: max-content;
  min-width: 38.4615384615vw;
  min-height: 10.2564102564vw;
  padding: 1.7948717949vw 5.1282051282vw 1.7948717949vw 5.1282051282vw;
  display: flex;
  align-items: center;
  gap: 1.7948717949vw;
  position: relative;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  font-size: 3.8461538462vw;
  background-color: #D10000;
  border-style: solid;
  border-color: #D10000;
  border-radius: 5.1282051282vw;
  border-width: 0.5128205128vw;
}
@media (min-width: 768px) {
  .c-button-contact {
    min-width: min(150px, 10.4166666667vw);
    min-height: min(40px, 2.7777777778vw);
    padding: min(5px, 0.3472222222vw) min(17.5px, 1.2152777778vw);
    gap: min(7px, 0.4861111111vw);
    font-size: min(15px, 1.0416666667vw);
    border-radius: min(20px, 1.3888888889vw);
    border-width: min(2px, 0.1388888889vw);
    transition: all 0.3s ease-in-out;
  }
  .c-button-contact:hover {
    color: #D10000;
    background-color: #fff;
  }
  .c-button-contact:hover::before {
    background-color: #D10000;
  }
}
.c-button-contact::before {
  content: "";
  width: 4.1025641026vw;
  height: 3.0153846154vw;
  display: block;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-image: url(../images/common/icon-mail.svg);
          mask-image: url(../images/common/icon-mail.svg);
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .c-button-contact::before {
    width: min(16px, 1.1111111111vw);
    height: min(11.76px, 0.8166666667vw);
  }
}

.c-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  border-top: 0.2564102564vw solid #ccc;
}
@media (min-width: 768px) {
  .c-list {
    border-top: min(1px, 0.0694444444vw) solid #ccc;
  }
}
:where(.l-section__title) + .c-list {
  margin-top: 12.8205128205vw;
}
@media (min-width: 768px) {
  :where(.l-section__title) + .c-list {
    margin-top: min(80px, 5.5555555556vw);
  }
}
.c-list__item {
  width: 100%;
  padding-top: 5.1282051282vw;
  padding-bottom: 5.1282051282vw;
  display: flex;
  flex-direction: column;
  gap: 2.5641025641vw;
  border-bottom: 0.2564102564vw solid #ccc;
}
@media (max-width: 767.98px) {
  .c-list__item {
    padding-left: 2.5641025641vw;
    padding-right: 2.5641025641vw;
  }
}
@media (min-width: 768px) {
  .c-list__item {
    padding-top: min(30px, 2.0833333333vw);
    padding-bottom: min(30px, 2.0833333333vw);
    flex-direction: row;
    gap: min(70px, 4.8611111111vw);
    border-bottom: min(1px, 0.0694444444vw) solid #ccc;
  }
}
@media (max-width: 767.98px) {
  .c-list__title {
    font-size: 4.1025641026vw;
  }
}
@media (min-width: 768px) {
  .c-list__title {
    width: min(110px, 7.6388888889vw);
    white-space: nowrap;
    padding-left: min(20px, 1.3888888889vw);
  }
}
@media (max-width: 767.98px) {
  .c-list__box {
    font-weight: 400;
    font-size: 3.8461538462vw;
  }
}
@media (min-width: 768px) {
  .c-list__box {
    flex: 1;
    padding-left: min(18px, 1.25vw);
    padding-right: min(20px, 1.3888888889vw);
  }
}

/*--------------------------------------*
 * project
 *--------------------------------------*/
.p-top__wrap {
  width: 100%;
  position: relative;
}
.p-top__title {
  display: flex;
  flex-direction: column-reverse;
  gap: 3.8461538462vw;
}
@media (min-width: 768px) {
  .p-top__title {
    gap: min(20px, 1.3888888889vw);
  }
}

.p-top-kv {
  width: 100%;
  position: relative;
  z-index: 2;
  overflow: hidden;
  background-color: #dcd;
}
.p-top-kv::after {
  content: "";
  margin: auto;
  display: block;
  width: 100%;
  height: 10.2564102564vw;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-repeat: repeat-x;
  background-position: center bottom;
  background-size: auto 100%;
  background-image: url("../images/index/kv-bg-sp.png");
}
@media (min-width: 768px) {
  .p-top-kv::after {
    height: min(127px, 8.8194444444vw);
    bottom: max(-1px, -0.0694444444vw);
    background-image: url("../images/index/kv-bg.svg");
  }
}

.p-top-slider {
  width: 100%;
  aspect-ratio: 390/650;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .p-top-slider {
    aspect-ratio: 1440/720;
  }
}
.p-top-slider__track {
  height: 100%;
  overflow: hidden;
}
.p-top-slider .splide__list {
  height: 100%;
  margin: 0;
  padding: 0;
}
.p-top-slider .splide__slide {
  height: 100%;
  list-style: none;
}
@media (min-width: 768px) {
  .p-top-slider .splide__slide a {
    transition: all 0.3s ease-in-out;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .p-top-slider .splide__slide a:hover::before, .p-top-slider .splide__slide a:hover::after {
    opacity: 1;
    translate: min(0px, 0vw);
  }
  .p-top-slider .splide__slide a:hover img {
    scale: 1.05;
  }
  .p-top-slider .splide__slide a::before, .p-top-slider .splide__slide a::after {
    margin: auto;
    height: min(40px, 2.7777777778vw);
    display: flex;
    align-items: center;
    position: absolute;
    z-index: 1;
    bottom: min(145px, 10.0694444444vw);
    z-index: 1;
    opacity: 0;
    translate: 0 min(30px, 2.0833333333vw);
    transition: all 0.4s cubic-bezier(0.13, 0.73, 0.62, 1.25);
  }
  .p-top-slider .splide__slide a::before {
    content: "View More";
    width: -moz-max-content;
    width: max-content;
    right: min(95px, 6.5972222222vw);
    color: #fff;
    font-family: "Kumbh Sans", "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0;
    font-weight: 600;
    line-height: 1;
    font-size: min(15px, 1.0416666667vw);
    filter: drop-shadow(min(0px, 0vw) min(0px, 0vw) min(4px, 0.2777777778vw) rgba(32, 32, 32, 0.25));
  }
  .p-top-slider .splide__slide a::after {
    content: "";
    width: min(40px, 2.7777777778vw);
    right: min(40px, 2.7777777778vw);
    background-color: #D10000;
    background-repeat: no-repeat;
    background-position: center;
    background-size: min(16.5px, 1.1458333333vw);
    background-image: url("../images/common/icon-arrow-white.svg");
    border-radius: 50%;
  }
}
.p-top-slider .splide__slide img {
  transition: scale 0.4s ease-out;
}
.p-top-slider .splide__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
.p-top-slider .splide__pagination {
  margin: auto;
  width: 1.5384615385vw;
  height: -moz-max-content;
  height: max-content;
  position: absolute;
  bottom: 23.0769230769vw;
  right: 2.5641025641vw;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 2.5641025641vw;
}
@media (min-width: 768px) {
  .p-top-slider .splide__pagination {
    width: min(10px, 0.6944444444vw);
    right: min(20px, 1.3888888889vw);
    top: 0;
    bottom: 0;
    gap: min(15px, 1.0416666667vw);
  }
}
.p-top-slider .splide__pagination li {
  margin: 0;
  width: 1.5384615385vw;
  height: 1.5384615385vw;
}
@media (min-width: 768px) {
  .p-top-slider .splide__pagination li {
    width: min(10px, 0.6944444444vw);
    height: min(10px, 0.6944444444vw);
  }
}
.p-top-slider .splide__pagination__page {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 50%;
  border: 0.2564102564vw solid #ccc;
}
@media (min-width: 768px) {
  .p-top-slider .splide__pagination__page {
    border: min(1px, 0.0694444444vw) solid #ccc;
  }
}
.p-top-slider .splide__pagination__page.is-active {
  background-color: #D10000;
  border-color: #D10000;
}
.p-top-slider.splide--slide .splide__list {
  display: flex;
}
.p-top-slider.splide--slide .splide__slide {
  width: 100vw;
  min-width: 100vw;
}
.p-top-slider .splide__track--fade > .splide__list {
  display: block;
  position: relative;
}
.p-top-slider .splide__track--fade > .splide__list > .splide__slide {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 !important;
  transform: none !important;
  opacity: 0;
  z-index: 0;
  width: 100%;
  min-width: 0;
}
.p-top-slider .splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.p-top-about {
  padding-top: 17.9487179487vw;
  padding-bottom: 43.5897435897vw;
  background-color: #F1EBE4;
}
@media (min-width: 768px) {
  .p-top-about {
    padding-top: min(20px, 1.3888888889vw);
    padding-bottom: min(260px, 18.0555555556vw);
  }
}
.p-top-about::after {
  content: "";
  margin: auto;
  width: 100%;
  height: 10.2564102564vw;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: repeat-x;
  background-size: 100%;
  background-position: center top;
  background-image: url("../images/index/about-bg-sp.png");
}
@media (min-width: 768px) {
  .p-top-about::after {
    height: min(280px, 19.4444444444vw);
    background-size: min(2880px, 200vw);
    background-image: url("../images/index/about-bg.svg");
  }
}
@media (min-width: 768px) {
  .p-top-about .c-wrap__inner {
    width: min(1200px, 83.3333333333vw);
    min-height: min(690px, 47.9166666667vw);
  }
}
.p-top-about__img {
  margin-top: 7.6923076923vw;
  width: 100%;
}
@media (min-width: 768px) {
  .p-top-about__img {
    margin-top: 0;
    width: min(657px, 45.625vw);
    position: absolute;
    top: min(40px, 2.7777777778vw);
    right: 0;
  }
}
.p-top-about .c-text--xl {
  margin-top: 6.4102564103vw;
}
@media (min-width: 768px) {
  .p-top-about .c-text--xl {
    margin-top: min(40px, 2.7777777778vw);
  }
}
.p-top-about__wave {
  margin: auto;
  width: 98.5384615385vw;
  height: 15.0384615385vw;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 11.7948717949vw;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  background-image: url("../images/index/about-wave-sp.svg");
}
@media (min-width: 768px) {
  .p-top-about__wave {
    width: 100%;
    height: min(274.13px, 19.0368055556vw);
    bottom: min(125px, 8.6805555556vw);
    background-repeat: repeat-x;
    background-size: auto 100%;
    background-image: url("../images/index/about-wave.svg");
  }
}

.p-top-product {
  padding-top: 15.3846153846vw;
  padding-bottom: 25.641025641vw;
  z-index: 2;
}
@media (min-width: 768px) {
  .p-top-product {
    margin-top: max(-20px, -1.3888888889vw);
    padding-top: 0;
    padding-bottom: min(220px, 15.2777777778vw);
  }
}
.p-top-product::after {
  content: "";
  margin: auto;
  width: 100%;
  height: 77.1794871795vw;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-repeat: repeat-x;
  background-position: center bottom;
  background-size: 100%;
  background-image: url("../images/index/product-bg-sp.svg");
}
@media (min-width: 768px) {
  .p-top-product::after {
    height: min(170px, 11.8055555556vw);
    background-size: auto 100%;
    background-image: url("../images/index/product-bg.svg");
  }
}
.p-top-product .c-wrap__inner {
  position: static;
}
.p-top-product .c-wrap__inner::before {
  content: "";
  margin: auto;
  width: 23.0769230769vw;
  height: 20.5128205128vw;
  display: block;
  position: absolute;
  left: 2.5641025641vw;
  top: -15.3846153846vw;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("../images/index/product-flower.svg");
  scale: 0;
  rotate: -30deg;
}
@media (min-width: 768px) {
  .p-top-product .c-wrap__inner::before {
    width: min(165px, 11.4583333333vw);
    height: min(145px, 10.0694444444vw);
    top: max(-175px, -12.1527777778vw);
    left: 0;
    right: 0;
    translate: max(-615px, -42.7083333333vw);
  }
}
.p-top-product.is-active .c-wrap__inner::before {
  animation: c-button-flower 0.5s cubic-bezier(0.67, 1.73, 0.88, 1.06) forwards;
}
.p-top-product__text {
  margin-top: 6.4102564103vw;
}
@media (min-width: 768px) {
  .p-top-product__text {
    margin-top: min(30px, 2.0833333333vw);
  }
}
.p-top-product .c-button {
  margin-top: 15.3846153846vw;
}
@media (min-width: 768px) {
  .p-top-product .c-button {
    margin-top: min(50px, 3.4722222222vw);
  }
}
.p-top-product__img {
  margin-top: 15.3846153846vw;
  margin-left: auto;
  margin-bottom: auto;
  width: 100vw;
  height: 62.8205128205vw;
  display: block;
  position: relative;
  left: -3.8461538462vw;
  background-repeat: repeat-x;
  background-size: 218.4615384615vw;
  background-image: url("../images/index/product-img.png");
  animation: p-top-product-img-animation-sp 20s linear infinite;
}
@media (min-width: 768px) {
  .p-top-product__img {
    margin-top: auto;
    width: calc(50vw + min(176px, 12.2222222222vw));
    height: min(340px, 23.6111111111vw);
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    translate: 0 max(-30px, -2.0833333333vw);
    background-size: min(1202px, 83.4722222222vw);
    -webkit-mask: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 3%, rgb(255, 255, 255) 100%);
            mask: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 3%, rgb(255, 255, 255) 100%);
    animation: p-top-product-img-animation 20s linear infinite;
  }
}
@keyframes p-top-product-img-animation-sp {
  0% {
    background-position: 218.4615384615vw bottom;
  }
  100% {
    background-position: 0vw bottom;
  }
}
@keyframes p-top-product-img-animation {
  0% {
    background-position: min(1202px, 83.4722222222vw) bottom;
  }
  100% {
    background-position: min(0px, 0vw) bottom;
  }
}

.p-top-service {
  padding-top: 23.0769230769vw;
  z-index: 3;
  color: #fff;
  background-color: #D10000;
}
@media (min-width: 768px) {
  .p-top-service {
    padding-top: min(120px, 8.3333333333vw);
  }
}
.p-top-service::after {
  content: "";
  margin: auto;
  width: 100%;
  height: 43.5897435897vw;
  display: block;
  position: relative;
  background-repeat: repeat-x;
  background-position: center top;
  background-size: 100vw;
  background-image: url("../images/index/service-bg-sp.png");
  background-color: #fff;
}
@media (min-width: 768px) {
  .p-top-service::after {
    height: min(280px, 19.4444444444vw);
    background-size: min(2880px, 200vw);
    background-image: url("../images/index/service-bg.svg");
  }
}
.p-top-service .c-title--english {
  color: #fff;
}
.p-top-service__grid {
  padding-bottom: 12.8205128205vw;
  z-index: 2;
}
@media (min-width: 768px) {
  .p-top-service__grid {
    padding-bottom: min(55px, 3.8194444444vw);
    display: grid;
    align-items: flex-start;
    grid-template-columns: auto min(210px, 14.5833333333vw);
    gap: min(60px, 4.1666666667vw);
  }
}
.p-top-service__grid::after {
  content: "";
  margin: auto;
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.p-top-service__grid::after {
  width: 23.0769230769vw;
  height: 20.5128205128vw;
  left: -1.2820512821vw;
  bottom: -20.5128205128vw;
  background-image: url("../images/index/service-flower.svg");
  scale: 0;
  rotate: -30deg;
}
@media (min-width: 768px) {
  .p-top-service__grid::after {
    width: min(165px, 11.4583333333vw);
    height: min(145px, 10.0694444444vw);
    left: max(-75px, -5.2083333333vw);
    bottom: max(-133px, -9.2361111111vw);
  }
}
body:has(.p-top-news.is-active) .p-top-service__grid::after {
  animation: c-button-flower 0.5s cubic-bezier(0.67, 1.73, 0.88, 1.06) forwards;
}
.p-top-service__tree {
  margin: auto;
  width: 25.641025641vw;
  height: 32.0512820513vw;
  right: -2.8205128205vw;
  display: block;
  position: absolute;
  top: -37.1794871795vw;
}
@media (min-width: 768px) {
  .p-top-service__tree {
    width: min(200px, 13.8888888889vw);
    height: min(245px, 17.0138888889vw);
    right: max(-80px, -5.5555555556vw);
    top: max(-210px, -14.5833333333vw);
  }
}
.p-top-service__tree::before, .p-top-service__tree::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  rotate: 10deg;
  scale: 0;
}
.is-active .p-top-service__tree::before, .is-active .p-top-service__tree::after {
  animation: top-tree 0.5s cubic-bezier(0.67, 1.73, 0.88, 1.06) forwards;
}
.p-top-service__tree::before {
  right: 0;
  top: 0;
  background-image: url("../images/index/service-tree1.svg");
  transform-origin: 65% 90%;
}
.p-top-service__tree::after {
  left: 0;
  bottom: 0;
  background-image: url("../images/index/service-tree2.svg");
  animation-delay: 0.15s !important;
  transform-origin: 35% 100%;
}
@media (min-width: 768px) {
  .p-top-service .p-top__title {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
@media (max-width: 767.98px) {
  .p-top-service__list-wrap {
    margin-top: 12.8205128205vw;
    margin-left: -3.8461538462vw;
    width: 100vw;
    overflow-x: scroll;
  }
}
@media (min-width: 768px) {
  .p-top-service__list-wrap {
    width: 100%;
    grid-column: 1/3;
    grid-row: 2/3;
  }
}
.p-top-service__list {
  display: flex;
}
@media (max-width: 767.98px) {
  .p-top-service__list {
    width: 302.5641025641vw;
    padding-left: 6.4102564103vw;
    padding-right: 6.4102564103vw;
    box-sizing: content-box;
    gap: 5.1282051282vw;
  }
}
@media (min-width: 768px) {
  .p-top-service__list {
    width: 100%;
    height: min(450px, 31.25vw);
    gap: min(13px, 0.9027777778vw);
  }
}
.p-top-service__item {
  width: 71.7948717949vw;
  height: 95.3846153846vw;
  position: relative;
}
@media (min-width: 768px) {
  .p-top-service__item {
    width: min(300px, 20.8333333333vw);
    height: min(400px, 27.7777777778vw);
  }
  ul .p-top-service__item:nth-child(odd) {
    margin-bottom: auto;
  }
  ul .p-top-service__item:nth-child(even) {
    margin-top: auto;
  }
}
.p-top-service__item::after {
  content: "";
  margin: auto;
  width: 10.2564102564vw;
  height: 10.2564102564vw;
  display: block;
  position: absolute;
  right: 1.2820512821vw;
  bottom: 1.2820512821vw;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 4.1025641026vw;
  background-image: url("../images/common/icon-arrow.svg");
  background-color: #fff;
  pointer-events: none;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .p-top-service__item::after {
    width: min(40px, 2.7777777778vw);
    height: min(40px, 2.7777777778vw);
    right: min(5px, 0.3472222222vw);
    bottom: min(5px, 0.3472222222vw);
    background-size: min(16px, 1.1111111111vw);
  }
}
.p-top-service__link {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-image: url("../images/index/service-mask-sp.svg");
          mask-image: url("../images/index/service-mask-sp.svg");
  background-color: #fff;
  transition: background-color 0.3s ease-in-out;
  cursor: pointer;
}
@media (min-width: 768px) {
  .p-top-service__link {
    width: min(300px, 20.8333333333vw);
    height: min(400px, 27.7777777778vw);
    -webkit-mask-image: url("../images/index/service-mask.svg");
            mask-image: url("../images/index/service-mask.svg");
  }
}
.p-top-service__img {
  width: 100%;
  height: 69.7435897436vw;
  position: relative;
  z-index: 0;
  background-color: #F1EBE4;
  background-repeat: no-repeat;
  background-position: center;
  transition: scale 0.2s ease-out;
}
@media (min-width: 768px) {
  .p-top-service__img {
    height: min(292px, 20.2777777778vw);
    transition: scale 0.2s ease-out;
  }
  a:hover .p-top-service__img {
    scale: 1.1;
  }
}
.is-item1 .p-top-service__img {
  background-size: 57.6179487179vw;
  background-image: url("../images/index/service-img1.png");
}
@media (min-width: 768px) {
  .is-item1 .p-top-service__img {
    background-size: min(224.71px, 15.6048611111vw);
  }
}
.is-item2 .p-top-service__img {
  background-size: 63.0769230769vw;
  background-image: url("../images/index/service-img2.png");
}
@media (min-width: 768px) {
  .is-item2 .p-top-service__img {
    background-size: min(246px, 17.0833333333vw);
  }
}
.is-item3 .p-top-service__img {
  background-size: 44.5769230769vw;
  background-image: url("../images/index/service-img3.png");
}
@media (min-width: 768px) {
  .is-item3 .p-top-service__img {
    background-size: min(173.85px, 12.0729166667vw);
  }
}
.is-item4 .p-top-service__img {
  background-size: 100%;
  background-image: url("../images/index/service-img4.jpg");
}
.p-top-service__text {
  width: 100%;
  height: 25.641025641vw;
  padding: 3.8461538462vw;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  color: #202020;
  font-weight: 700;
  line-height: 1.4;
  font-size: 5.641025641vw;
  background-color: #fff;
}
@media (min-width: 768px) {
  .p-top-service__text {
    height: min(108px, 7.5vw);
    padding: min(20px, 1.3888888889vw);
    font-size: min(24px, 1.6666666667vw);
  }
}
@media (max-width: 767.98px) {
  .p-top-service .c-button {
    margin-top: 17.9487179487vw;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  .p-top-service .c-button {
    margin-top: auto;
    margin-left: auto;
    grid-column: 2/3;
    grid-row: 1/2;
  }
}

.p-top-news {
  padding-top: 8.9743589744vw;
  padding-bottom: 42.3076923077vw;
}
@media (max-width: 767.98px) {
  .p-top-news {
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 97.4358974359vw;
    background-image: url("../images/index/news-bg-sp.svg");
  }
}
@media (min-width: 768px) {
  .p-top-news {
    padding-top: min(80px, 5.5555555556vw);
    padding-bottom: min(340px, 23.6111111111vw);
  }
}
@media (min-width: 768px) {
  .p-top-news::before {
    content: "";
    margin: auto;
    width: min(1340px, 93.0555555556vw);
    height: min(168px, 11.6666666667vw);
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: min(150px, 10.4166666667vw);
    translate: max(-10px, -0.6944444444vw);
    background-size: min(1340px, 93.0555555556vw);
    background-image: url("../images/index/news-bg.svg");
  }
}
@media (min-width: 768px) {
  .p-top-news__column {
    width: min(1200px, 83.3333333333vw);
    display: grid;
    grid-template-columns: auto min(888px, 61.6666666667vw);
    grid-template-rows: auto 1fr;
    gap: min(40px, 2.7777777778vw);
    align-items: center;
  }
}
@media (min-width: 768px) {
  .p-top-news .p-top__title {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
@media (max-width: 767.98px) {
  .p-top-news__list {
    margin-top: 12.8205128205vw;
  }
}
@media (min-width: 768px) {
  .p-top-news__list {
    width: 100%;
    grid-column: 2/3;
    grid-row: 1/3;
  }
}
.p-top-news__item {
  width: 100%;
  padding-bottom: 3.8461538462vw;
  display: flex;
  gap: 5.1282051282vw 2.5641025641vw;
}
@media (max-width: 767.98px) {
  .p-top-news__item {
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .p-top-news__item {
    align-items: center;
    padding-bottom: min(15px, 1.0416666667vw);
    gap: min(30px, 2.0833333333vw);
  }
}
.p-top-news__item + .p-top-news__item {
  padding-top: 3.8461538462vw;
  border-top: min(1px, 0.0694444444vw) solid #727272;
}
@media (min-width: 768px) {
  .p-top-news__item + .p-top-news__item {
    padding-top: min(15px, 1.0416666667vw);
  }
}
.p-top-news__date {
  font-family: "Kumbh Sans", "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0;
  font-weight: 600;
  line-height: 1.6;
  font-size: 3.8461538462vw;
}
@media (min-width: 768px) {
  .p-top-news__date {
    font-size: min(15px, 1.0416666667vw);
  }
}
.p-top-news__genre {
  width: 23.0769230769vw;
  height: 6.4102564103vw;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #D10000;
  line-height: 1;
  font-size: 3.8461538462vw;
  border: 0.2564102564vw solid #D10000;
  border-radius: 3.2051282051vw;
}
@media (min-width: 768px) {
  .p-top-news__genre {
    width: min(90px, 6.25vw);
    height: min(25px, 1.7361111111vw);
    font-size: min(15px, 1.0416666667vw);
    border: min(1px, 0.0694444444vw) solid #D10000;
    border-radius: min(12.5px, 0.8680555556vw);
  }
}
@media (max-width: 767.98px) {
  .p-top-news .c-button {
    margin-top: 15.3846153846vw;
  }
}
@media (min-width: 768px) {
  .p-top-news .c-button {
    grid-column: 1/2;
    grid-row: 2/3;
  }
}

@media (min-width: 768px) {
  .p-products .c-wrap__inner {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: flex-end;
  }
}
:where(.p-products.is-product1 .is-item1) img {
  width: 23.8461538462vw;
}
@media (min-width: 768px) {
  :where(.p-products.is-product1 .is-item1) img {
    width: min(93px, 6.4583333333vw);
  }
}
:where(.p-products.is-product1 .is-item2) img {
  width: 21.7948717949vw;
}
@media (min-width: 768px) {
  :where(.p-products.is-product1 .is-item2) img {
    width: min(85px, 5.9027777778vw);
  }
}
:where(.p-products.is-product1 .is-item3) img {
  width: 21.7948717949vw;
}
@media (min-width: 768px) {
  :where(.p-products.is-product1 .is-item3) img {
    width: min(85px, 5.9027777778vw);
  }
}
:where(.p-products.is-product1 .is-item4) img {
  width: 22.0512820513vw;
}
@media (min-width: 768px) {
  :where(.p-products.is-product1 .is-item4) img {
    width: min(86px, 5.9722222222vw);
  }
}
:where(.p-products.is-product1 .is-item5) img {
  width: 22.0512820513vw;
}
@media (min-width: 768px) {
  :where(.p-products.is-product1 .is-item5) img {
    width: min(86px, 5.9722222222vw);
  }
}
:where(.p-products.is-product1 .is-item6) img {
  width: 21.7948717949vw;
}
@media (min-width: 768px) {
  :where(.p-products.is-product1 .is-item6) img {
    width: min(85px, 5.9027777778vw);
  }
}
:where(.p-products.is-product2 .is-item1) img {
  width: 21.7948717949vw;
}
@media (min-width: 768px) {
  :where(.p-products.is-product2 .is-item1) img {
    width: min(85px, 5.9027777778vw);
  }
}
:where(.p-products.is-product2 .is-item2) img {
  width: 21.7948717949vw;
}
@media (min-width: 768px) {
  :where(.p-products.is-product2 .is-item2) img {
    width: min(85px, 5.9027777778vw);
  }
}
:where(.p-products.is-product3 .is-item1) img {
  width: 22.0512820513vw;
}
@media (min-width: 768px) {
  :where(.p-products.is-product3 .is-item1) img {
    width: min(86px, 5.9722222222vw);
  }
}
:where(.p-products.is-product3 .is-item2) img {
  width: 22.0512820513vw;
}
@media (min-width: 768px) {
  :where(.p-products.is-product3 .is-item2) img {
    width: min(86px, 5.9722222222vw);
  }
}
:where(.p-products.is-product3 .is-item3) img {
  width: 22.0512820513vw;
}
@media (min-width: 768px) {
  :where(.p-products.is-product3 .is-item3) img {
    width: min(86px, 5.9722222222vw);
  }
}
:where(.p-products.is-product4 .is-item1) img {
  width: 21.7948717949vw;
}
@media (min-width: 768px) {
  :where(.p-products.is-product4 .is-item1) img {
    width: min(85px, 5.9027777778vw);
  }
}
:where(.p-products.is-product4 .is-item2) img {
  width: 21.7948717949vw;
}
@media (min-width: 768px) {
  :where(.p-products.is-product4 .is-item2) img {
    width: min(85px, 5.9027777778vw);
  }
}
:where(.p-products.is-product4 .is-item3) img {
  width: 21.7948717949vw;
}
@media (min-width: 768px) {
  :where(.p-products.is-product4 .is-item3) img {
    width: min(85px, 5.9027777778vw);
  }
}
:where(.p-products.is-product4 .is-item4) img {
  width: 25.8974358974vw;
}
@media (min-width: 768px) {
  :where(.p-products.is-product4 .is-item4) img {
    width: min(101px, 7.0138888889vw);
  }
}
:where(.p-products.is-product5 .is-item1) img {
  width: 21.7948717949vw;
}
@media (min-width: 768px) {
  :where(.p-products.is-product5 .is-item1) img {
    width: min(85px, 5.9027777778vw);
  }
}
.p-products__list {
  margin-top: 12.8205128205vw;
  margin-left: auto;
  margin-right: auto;
  width: 74.358974359vw;
  display: flex;
  flex-direction: column;
  gap: 10.2564102564vw;
}
@media (min-width: 768px) {
  .p-products__list {
    margin-top: min(80px, 5.5555555556vw);
    width: 100%;
    grid-column: 1/3;
    grid-row: 2/3;
    flex-direction: row;
    flex-wrap: wrap;
    gap: min(60px, 4.1666666667vw) min(26px, 1.8055555556vw);
  }
}
.p-products__item {
  width: 100%;
}
@media (min-width: 768px) {
  .p-products__item {
    width: min(290px, 20.1388888889vw);
  }
}
.p-products__link {
  width: 100%;
  display: block;
  position: relative;
}
.p-products__img {
  width: 100%;
  height: 82.0512820513vw;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color 0.3s ease-in-out;
  border: 0.5128205128vw solid #ccc;
  border-radius: 20.5128205128vw 5.1282051282vw 20.5128205128vw 5.1282051282vw;
}
@media (min-width: 768px) {
  .p-products__img {
    height: min(320px, 22.2222222222vw);
    border: min(1px, 0.0694444444vw) solid #ccc;
    border-radius: min(80px, 5.5555555556vw) min(20px, 1.3888888889vw) min(80px, 5.5555555556vw) min(20px, 1.3888888889vw);
  }
  :where(.p-products__link:hover) .p-products__img {
    border-color: #D10000;
  }
  :where(.p-products__link:hover) .p-products__img img {
    animation: products-hover 0.3s ease-in-out forwards;
  }
}
.p-products__img img {
  margin: auto;
  display: block;
  transform-origin: left 80%;
}
.p-products__name {
  margin-top: 3.8461538462vw;
  display: block;
  text-align: center;
  line-height: 1.6;
  font-size: 4.1025641026vw;
}
@media (min-width: 768px) {
  .p-products__name {
    margin-top: min(15px, 1.0416666667vw);
    font-size: min(16px, 1.1111111111vw);
  }
}
@media (max-width: 767.98px) {
  .p-products .c-button {
    margin-top: 15.3846153846vw;
  }
}

@media (max-width: 767.98px) {
  .p-service + .l-footer::before {
    background-color: #E0F0FA;
  }
}

.p-service-genre {
  margin-top: 20.5128205128vw;
  margin-left: auto;
  margin-right: auto;
  width: 92.3076923077vw;
  position: relative;
}
@media (min-width: 768px) {
  .p-service-genre {
    margin-top: min(100px, 6.9444444444vw);
    width: min(1180px, 81.9444444444vw);
  }
}
.p-service-genre__title {
  margin: auto;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  height: -moz-max-content;
  height: max-content;
}
@media (min-width: 768px) {
  .p-service-genre__title {
    position: absolute;
    inset: 0;
  }
}
.p-service-genre__logo {
  margin-left: auto;
  margin-right: auto;
  width: 41.0256410256vw;
  display: block;
}
@media (min-width: 768px) {
  .p-service-genre__logo {
    width: min(180px, 12.5vw);
  }
}
.p-service-genre__logo img {
  width: 100%;
}
.p-service-genre__name {
  margin-top: 2.5641025641vw;
  display: block;
  font-weight: 700;
  line-height: 1.6;
  font-size: 4.6153846154vw;
}
@media (min-width: 768px) {
  .p-service-genre__name {
    margin-top: min(10px, 0.6944444444vw);
    font-size: min(20px, 1.3888888889vw);
  }
}
.p-service-genre__list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 7.6923076923vw;
}
@media (max-width: 767.98px) {
  .p-service-genre__list {
    margin-top: 10.2564102564vw;
  }
}
@media (min-width: 768px) {
  .p-service-genre__list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: min(30px, 2.0833333333vw) min(220px, 15.2777777778vw);
  }
}
.p-service-genre__item {
  width: 100%;
  height: 66.9230769231vw;
  display: flex;
  position: relative;
  color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (max-width: 767.98px) {
  .p-service-genre__item {
    padding-top: 3.8461538462vw;
    flex-wrap: wrap;
    gap: 3.8461538462vw;
  }
}
@media (min-width: 768px) {
  .p-service-genre__item {
    width: min(480px, 33.3333333333vw);
    height: min(261px, 18.125vw);
    flex-direction: row;
    align-items: flex-end;
  }
}
.p-service-genre__item.is-item1 {
  background-image: url("../images/service/section-mask1-sp.svg");
}
@media (min-width: 768px) {
  .p-service-genre__item.is-item1 {
    background-image: url("../images/service/section-mask1.svg");
  }
}
.p-service-genre__item.is-item2 {
  background-image: url("../images/service/section-mask2-sp.svg");
}
@media (min-width: 768px) {
  .p-service-genre__item.is-item2 {
    background-image: url("../images/service/section-mask2.svg");
  }
}
.p-service-genre__item.is-item3 {
  background-image: url("../images/service/section-mask3-sp.svg");
}
@media (min-width: 768px) {
  .p-service-genre__item.is-item3 {
    background-image: url("../images/service/section-mask3.svg");
  }
}
.p-service-genre__item.is-item4 {
  background-image: url("../images/service/section-mask4-sp.svg");
}
@media (min-width: 768px) {
  .p-service-genre__item.is-item4 {
    background-image: url("../images/service/section-mask4.svg");
  }
}
.p-service-genre__subtitle {
  margin: auto;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  height: -moz-max-content;
  height: max-content;
  display: block;
  font-size: 7.6923076923vw;
  font-weight: 700;
  line-height: 1.4;
}
@media (max-width: 767.98px) {
  .p-service-genre__subtitle {
    width: 100%;
    height: 27.1794871795vw;
    padding: 5.1282051282vw 7.6923076923vw 0;
    display: flex;
    align-items: center;
  }
  .is-item2 .p-service-genre__subtitle, .is-item4 .p-service-genre__subtitle {
    justify-content: flex-end;
  }
}
@media (min-width: 768px) {
  .p-service-genre__subtitle {
    font-size: min(32px, 2.2222222222vw);
    position: absolute;
    inset: 0;
  }
}
.p-service-genre__img {
  width: 30.7692307692vw;
}
.is-item1 .p-service-genre__img, .is-item3 .p-service-genre__img {
  margin-left: auto;
}
.is-item2 .p-service-genre__img, .is-item4 .p-service-genre__img {
  margin-right: auto;
}
@media (max-width: 767.98px) {
  .p-service-genre__img {
    margin-top: auto;
    height: 30.7692307692vw;
  }
}
@media (min-width: 768px) {
  .p-service-genre__img {
    width: min(120px, 8.3333333333vw);
    position: absolute;
  }
  .is-item1 .p-service-genre__img {
    left: 0;
    top: 0;
  }
  .is-item2 .p-service-genre__img {
    right: 0;
    top: 0;
  }
  .is-item3 .p-service-genre__img {
    left: 0;
    bottom: 0;
  }
  .is-item4 .p-service-genre__img {
    right: 0;
    bottom: 0;
  }
}
.p-service-genre__tagset {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767.98px) {
  .p-service-genre__tagset {
    width: 53.8461538462vw;
    position: absolute;
    bottom: 3.8461538462vw;
    gap: 2.5641025641vw;
  }
  .is-item1 .p-service-genre__tagset, .is-item3 .p-service-genre__tagset {
    left: 3.8461538462vw;
  }
  .is-item2 .p-service-genre__tagset, .is-item4 .p-service-genre__tagset {
    right: 3.8461538462vw;
    justify-content: flex-end;
  }
}
@media (min-width: 768px) {
  .p-service-genre__tagset {
    margin-top: auto;
    padding: min(15px, 1.0416666667vw);
    gap: min(10px, 0.6944444444vw);
  }
  .is-item2 .p-service-genre__tagset, .is-item3 .p-service-genre__tagset {
    justify-content: flex-end;
  }
}
.p-service-genre__tag {
  width: -moz-max-content;
  width: max-content;
  padding: 1.2820512821vw 3.8461538462vw;
  font-size: 3.8461538462vw;
  line-height: 1;
  border-radius: 2em;
  border: 0.2564102564vw solid #fff;
}
@media (min-width: 768px) {
  .p-service-genre__tag {
    padding: min(5px, 0.3472222222vw) min(15px, 1.0416666667vw);
    font-size: min(15px, 1.0416666667vw);
    border: min(1px, 0.0694444444vw) solid #fff;
  }
}

.p-service-detail {
  margin-top: 35.8974358974vw;
  padding-top: 20.5128205128vw;
  position: relative;
  background-color: #E0F0FA;
}
@media (min-width: 768px) {
  .p-service-detail {
    margin-top: min(310px, 21.5277777778vw);
    padding-top: min(40px, 2.7777777778vw);
  }
}
.p-service-detail::before {
  content: "";
  width: 100%;
  height: 10.2564102564vw;
  display: block;
  position: absolute;
  top: -10.2564102564vw;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: auto 100%;
  background-image: url("../images/service/detail-bg-sp.svg");
}
@media (min-width: 768px) {
  .p-service-detail::before {
    height: min(170px, 11.8055555556vw);
    top: max(-170px, -11.8055555556vw);
    background-image: url("../images/service/detail-bg.svg");
  }
}
.p-service-detail__section {
  margin-left: auto;
  margin-right: auto;
  width: 92.3076923077vw;
  position: relative;
}
@media (min-width: 768px) {
  .p-service-detail__section {
    width: min(1180px, 81.9444444444vw);
    height: min(360px, 25vw);
  }
}
.p-service-detail__section + .p-service-detail__section {
  margin-top: 10.2564102564vw;
}
@media (min-width: 768px) {
  .p-service-detail__section + .p-service-detail__section {
    margin-top: min(50px, 3.4722222222vw);
  }
}
.p-service-detail__section::after {
  content: "";
  display: block;
  font-size: 11.5384615385vw;
  color: #D10000;
  font-weight: bold;
  line-height: 1;
  font-family: "Kumbh Sans", "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0;
}
@media (max-width: 767.98px) {
  .p-service-detail__section::after {
    width: 100%;
    height: 23.0769230769vw;
    padding: 2.5641025641vw 1.7948717949vw;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100%;
    background-image: url("../images/service/section-mask-sp.svg");
  }
}
@media (min-width: 768px) {
  .p-service-detail__section::after {
    position: absolute;
    right: 0;
    bottom: min(10px, 0.6944444444vw);
    font-size: min(50px, 3.4722222222vw);
  }
}
@media (min-width: 768px) {
  .p-service-detail__section.is-section1::after {
    right: min(10px, 0.6944444444vw);
  }
}
.p-service-detail__section.is-section1::after {
  content: "01";
}
.p-service-detail__section.is-section2::after {
  content: "02";
}
.p-service-detail__section.is-section3::after {
  content: "03";
}
.p-service-detail__section.is-section4::after {
  content: "04";
}
.p-service-detail__inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  background-color: #fff;
}
@media (max-width: 767.98px) {
  .p-service-detail__inner {
    padding: 7.6923076923vw 5.1282051282vw 5.1282051282vw;
    flex-direction: column;
    gap: 7.6923076923vw;
    border-radius: 15.3846153846vw 3.8461538462vw 0 0;
  }
}
@media (min-width: 768px) {
  .p-service-detail__inner {
    padding: min(30px, 2.0833333333vw) min(80px, 5.5555555556vw) min(30px, 2.0833333333vw) min(50px, 3.4722222222vw);
    gap: min(50px, 3.4722222222vw);
    -webkit-mask-position: center;
            mask-position: center;
    -webkit-mask-size: 100%;
            mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-image: url("../images/service/section-mask.svg");
            mask-image: url("../images/service/section-mask.svg");
  }
}
@media (max-width: 767.98px) {
  .p-service-detail__img {
    margin-left: auto;
    margin-right: auto;
    width: 76.9230769231vw;
  }
}
@media (min-width: 768px) {
  .p-service-detail__img {
    width: min(300px, 20.8333333333vw);
  }
}
@media (min-width: 768px) {
  .p-service-detail__box {
    flex: 1;
  }
}
.p-service-detail__title {
  font-weight: 700;
  line-height: 1.4;
  color: #D10000;
  font-size: 7.6923076923vw;
}
@media (max-width: 767.98px) {
  .p-service-detail__title {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .p-service-detail__title {
    font-size: min(32px, 2.2222222222vw);
  }
}
.p-service-detail .c-text {
  margin-top: 5.1282051282vw;
}
@media (min-width: 768px) {
  .p-service-detail .c-text {
    margin-top: min(20px, 1.3888888889vw);
  }
}

@media (min-width: 768px) {
  .p-company > .l-section {
    margin-top: min(180px, 12.5vw);
  }
}
.p-company__list {
  margin-top: 12.8205128205vw;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  gap: 12.8205128205vw;
}
@media (min-width: 768px) {
  .p-company__list {
    margin-top: min(120px, 8.3333333333vw);
    width: min(1180px, 81.9444444444vw);
    gap: min(80px, 5.5555555556vw);
  }
}
.p-company__item {
  width: 100%;
}
.p-company__year {
  width: 100%;
  position: relative;
  color: #D10000;
  font-weight: bold;
  line-height: 1;
  font-family: "Kumbh Sans", "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0;
  font-size: 8.2051282051vw;
}
@media (max-width: 767.98px) {
  .p-company__year {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .p-company__year {
    font-size: min(38px, 2.6388888889vw);
  }
}
.p-company__year::after {
  content: "";
  margin: auto;
  width: 62.8205128205vw;
  height: 0.5128205128vw;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  display: block;
  background-color: #D10000;
}
@media (min-width: 768px) {
  .p-company__year::after {
    width: min(1025px, 71.1805555556vw);
    height: min(2px, 0.1388888889vw);
  }
}
.p-company__year span {
  margin-left: 3.5897435897vw;
  font-size: 5.1282051282vw;
  font-weight: 500;
}
@media (min-width: 768px) {
  .p-company__year span {
    margin-left: min(5px, 0.3472222222vw);
    font-size: min(28px, 1.9444444444vw);
  }
}
@media (min-width: 768px) {
  .p-company .c-list__title {
    width: min(150px, 10.4166666667vw);
  }
}
.p-company .c-list__title .c-title--s {
  white-space: nowrap;
}

.p-company-history {
  margin-top: 10.2564102564vw;
  width: 100%;
  display: block;
}
@media (min-width: 768px) {
  .p-company-history {
    margin-top: min(20px, 1.3888888889vw);
  }
}
.p-company-history__item {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 3.8461538462vw;
}
@media (max-width: 767.98px) {
  .p-company-history__item {
    padding-left: 2.5641025641vw;
    padding-right: 2.5641025641vw;
  }
}
@media (min-width: 768px) {
  .p-company-history__item {
    padding-top: min(30px, 2.0833333333vw);
    flex-direction: row;
    gap: min(40px, 2.7777777778vw);
  }
}
.p-company-history__item + .p-company-history__item {
  margin-top: 7.6923076923vw;
  border-top: 0.2564102564vw solid #ccc;
}
@media (max-width: 767.98px) {
  .p-company-history__item + .p-company-history__item {
    padding-top: 7.6923076923vw;
  }
}
@media (min-width: 768px) {
  .p-company-history__item + .p-company-history__item {
    margin-top: min(30px, 2.0833333333vw);
    border-top: min(1px, 0.0694444444vw) solid #ccc;
  }
}
.p-company-history__date {
  flex: 1;
  font-family: "Kumbh Sans", "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0;
  font-weight: 500;
  line-height: 1;
  font-size: 5.1282051282vw;
}
@media (min-width: 768px) {
  .p-company-history__date {
    text-align: right;
    font-size: min(22px, 1.5277777778vw);
  }
}
.p-company-history__date span {
  padding-left: 1.2820512821vw;
  padding-right: 1.2820512821vw;
  font-size: 3.8461538462vw;
}
@media (min-width: 768px) {
  .p-company-history__date span {
    padding-left: min(5px, 0.3472222222vw);
    padding-right: min(5px, 0.3472222222vw);
    font-size: min(16px, 1.1111111111vw);
  }
}
@media (min-width: 768px) {
  .p-company-history__box {
    width: min(1015px, 70.4861111111vw);
  }
}
@media (min-width: 768px) {
  :where(.p-company-history__box) > .c-text + .c-text {
    margin-top: min(10px, 0.6944444444vw);
  }
}
.p-company-history__text-column {
  width: 100%;
  display: flex;
  align-items: flex-start;
}

.p-company-group {
  margin-top: 12.8205128205vw;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 15.3846153846vw;
}
@media (min-width: 768px) {
  .p-company-group {
    margin-top: min(120px, 8.3333333333vw);
    flex-direction: row;
    flex-wrap: wrap;
    gap: min(60px, 4.1666666667vw);
  }
}
.p-company-group__box {
  width: 100%;
}
@media (min-width: 768px) {
  .p-company-group__box {
    width: min(560px, 38.8888888889vw);
  }
}
.p-company-group__link {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 3.8461538462vw;
}
@media (min-width: 768px) {
  .p-company-group__link {
    gap: min(20px, 1.3888888889vw);
  }
  .p-company-group__link:is(a) {
    transition: opacity 0.3s ease-out;
  }
  .p-company-group__link:is(a):hover {
    opacity: 0.7;
  }
}
.p-company-group__img {
  overflow: hidden;
  border-radius: 15.3846153846vw 3.8461538462vw 15.3846153846vw 3.8461538462vw;
}
@media (min-width: 768px) {
  .p-company-group__img {
    border-radius: min(80px, 5.5555555556vw) min(20px, 1.3888888889vw) min(80px, 5.5555555556vw) min(20px, 1.3888888889vw);
  }
}
.p-company-group__name {
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  font-weight: 700;
  line-height: 1.4;
  font-size: 5.641025641vw;
}
@media (min-width: 768px) {
  .p-company-group__name {
    font-size: min(28px, 1.9444444444vw);
  }
}
a[target=_blank] .p-company-group__name {
  display: flex;
  align-items: center;
  gap: 5.1282051282vw;
}
@media (min-width: 768px) {
  a[target=_blank] .p-company-group__name {
    gap: min(20px, 1.3888888889vw);
  }
}
a[target=_blank] .p-company-group__name::after {
  content: "";
  width: 10.2564102564vw;
  height: 10.2564102564vw;
  display: block;
  background-color: #D10000;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 4.6153846154vw;
  background-image: url("../images/common/icon-blank.svg");
  border-radius: 50%;
}
@media (min-width: 768px) {
  a[target=_blank] .p-company-group__name::after {
    width: min(40px, 2.7777777778vw);
    height: min(40px, 2.7777777778vw);
    background-size: min(18px, 1.25vw);
  }
}
.p-company-group__list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2.5641025641vw;
}
@media (min-width: 768px) {
  .p-company-group__list {
    justify-content: center;
    gap: min(10px, 0.6944444444vw);
  }
}
.p-company-group__item {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 2.5641025641vw;
  line-height: 1.6;
  font-weight: 400;
  font-size: 3.8461538462vw;
}
@media (min-width: 768px) {
  .p-company-group__item {
    gap: min(15px, 1.0416666667vw);
    font-size: min(16px, 1.1111111111vw);
  }
}
.p-company-group__text {
  width: -moz-max-content;
  width: max-content;
  display: flex;
  align-items: center;
  font-weight: 700;
  gap: 2.5641025641vw;
}
@media (max-width: 767.98px) {
  .p-company-group__text {
    font-size: 4.1025641026vw;
  }
}
@media (min-width: 768px) {
  .p-company-group__text {
    gap: min(10px, 0.6944444444vw);
  }
}
.p-company-group__text::before {
  content: "";
  margin-top: auto;
  margin-bottom: auto;
  width: 6.4102564103vw;
  height: 6.4102564103vw;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (min-width: 768px) {
  .p-company-group__text::before {
    width: min(25px, 1.7361111111vw);
    height: min(25px, 1.7361111111vw);
  }
}
.is-address .p-company-group__text::before {
  background-image: url("../images/common/icon-address.svg");
}
.is-business .p-company-group__text::before {
  background-image: url("../images/common/icon-business.svg");
}

.p-contact__inner {
  margin-left: auto;
  margin-right: auto;
  width: 92.3076923077vw;
}
@media (min-width: 768px) {
  .p-contact__inner {
    width: min(960px, 66.6666666667vw);
  }
}
.p-contact__description {
  width: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 7.6923076923vw;
}
@media (max-width: 767.98px) {
  .p-contact__description {
    margin-top: 17.9487179487vw;
  }
}
@media (min-width: 768px) {
  .p-contact__description {
    gap: min(40px, 2.7777777778vw);
  }
}
.p-contact__wrap {
  margin-top: 7.6923076923vw;
  width: 100%;
}
@media (min-width: 768px) {
  .p-contact__wrap {
    margin-top: min(80px, 5.5555555556vw);
  }
}
.p-contact__text {
  font-weight: 500;
  font-size: 4.1025641026vw;
}
@media (min-width: 768px) {
  .p-contact__text {
    font-size: min(18px, 1.25vw);
  }
}
:where(.p-contact__text) + .p-contact__list {
  margin-top: 5.1282051282vw;
}
@media (min-width: 768px) {
  :where(.p-contact__text) + .p-contact__list {
    margin-top: min(30px, 2.0833333333vw);
  }
}

.p-contact-nav {
  margin-top: 20.5128205128vw;
  width: 100%;
}
@media (min-width: 768px) {
  .p-contact-nav {
    margin-top: min(60px, 4.1666666667vw);
    height: min(76px, 5.2777777778vw);
  }
}
.p-contact-nav__list {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.p-contact-nav__item {
  width: 30.2564102564vw;
}
@media (min-width: 768px) {
  .p-contact-nav__item {
    width: min(316px, 21.9444444444vw);
  }
}
.p-contact-nav__link {
  width: 100%;
  height: 16.1538461538vw;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 700;
  line-height: 1.2;
  font-size: 4.1025641026vw;
  background-color: #F1EBE4;
  border-radius: 2.5641025641vw 2.5641025641vw 0 0;
}
@media (min-width: 768px) {
  .p-contact-nav__link {
    height: min(56px, 3.8888888889vw);
    font-size: min(20px, 1.3888888889vw);
    border-radius: min(10px, 0.6944444444vw) min(10px, 0.6944444444vw) 0 0;
    transition: all 0.3s ease-out;
  }
  .p-contact-nav__link:hover {
    color: #fff;
    background-color: #D10000;
    animation: nav-hover 0.2s ease-in-out 0.1s forwards alternate 2;
  }
}
.p-contact-nav__link.is-current {
  color: #fff;
  background-color: #D10000;
}

@keyframes nav-hover {
  from {
    height: min(56px, 3.8888888889vw);
    padding-top: min(0px, 0vw);
  }
  to {
    height: min(61px, 4.2361111111vw);
    padding-top: min(5px, 0.3472222222vw);
  }
}
.p-thanks__inner {
  text-align: center;
}
.p-thanks__description {
  margin-top: 10.2564102564vw;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 5.1282051282vw;
}
@media (min-width: 768px) {
  .p-thanks__description {
    margin-top: min(30px, 2.0833333333vw);
    gap: min(20px, 1.3888888889vw);
  }
}
.p-thanks__tel {
  margin-top: 2.5641025641vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.5641025641vw;
}
@media (min-width: 768px) {
  .p-thanks__tel {
    margin-top: min(10px, 0.6944444444vw);
    gap: min(10px, 0.6944444444vw);
  }
}
.p-thanks__tel::before {
  content: "";
  width: 6.4102564103vw;
  height: 6.4102564103vw;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("../images/common/icon-tel.svg");
}
@media (min-width: 768px) {
  .p-thanks__tel::before {
    width: min(25px, 1.7361111111vw);
    height: min(25px, 1.7361111111vw);
  }
}
.p-thanks .c-button {
  margin-top: 15.3846153846vw;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .p-thanks .c-button {
    margin-top: min(60px, 4.1666666667vw);
  }
}

.p-kajuu {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
}
@media (min-width: 768px) {
  .p-kajuu {
    padding-bottom: min(252px, 17.5vw);
  }
}
.p-kajuu .l-breadcrumbs {
  position: relative;
  top: auto;
  left: 0;
  bottom: 0;
}
@media (max-width: 767.98px) {
  .p-kajuu .l-breadcrumbs {
    padding-top: 35.8974358974vw;
    padding-bottom: 7.6923076923vw;
  }
}
@media (min-width: 768px) {
  .p-kajuu .l-breadcrumbs {
    margin-top: min(30px, 2.0833333333vw);
    width: min(1240px, 86.1111111111vw);
  }
}
.p-kajuu .l-breadcrumbs__list {
  margin-left: 0;
  justify-content: flex-start;
}
.p-kajuu > *:nth-last-child(2) {
  padding-bottom: 0;
}
.p-kajuu__button {
  margin-top: 7.6923076923vw;
  width: 79.4871794872vw;
  height: 12.8205128205vw;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  text-align: center;
  color: #623612;
  font-weight: bold;
  line-height: 1;
  font-size: 4.1025641026vw;
  background-color: #fff;
  border-radius: 6.4102564103vw;
}
@media (max-width: 767.98px) {
  .p-kajuu__button {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  .p-kajuu__button {
    margin-top: min(30px, 2.0833333333vw);
    width: min(340px, 23.6111111111vw);
    height: min(70px, 4.8611111111vw);
    font-size: min(20px, 1.3888888889vw);
    border-radius: min(35px, 2.4305555556vw);
    transition: all 0.3s ease-out;
  }
  .p-kajuu__button:hover {
    color: #fff;
    background-color: #623612;
  }
  .p-kajuu__button:hover::after {
    background-color: #fff;
  }
}
.p-kajuu__button::after {
  content: "";
  margin: auto;
  width: 4.2307692308vw;
  height: 3.0769230769vw;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 4.358974359vw;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-image: url("../images/products/kajuu/icon-arrow.svg");
          mask-image: url("../images/products/kajuu/icon-arrow.svg");
  background-color: #623612;
}
@media (min-width: 768px) {
  .p-kajuu__button::after {
    width: min(16.5px, 1.1458333333vw);
    height: min(12px, 0.8333333333vw);
    right: min(32px, 2.2222222222vw);
    transition: all 0.3s ease-out;
  }
}

.p-kajuu-about {
  width: 100%;
  padding-top: 26.9230769231vw;
  padding-bottom: 60.4358974359vw;
  position: relative;
  color: #0D526A;
  background-color: #A6DDEF;
  text-align: center;
  background-repeat: no-repeat;
  background-position: left bottom -0.2564102564vw;
  background-size: 100%;
  background-image: url("../images/products/kajuu/about-bg-sp.png");
}
@media (min-width: 768px) {
  .p-kajuu-about {
    padding-top: min(89px, 6.1805555556vw);
    padding-bottom: min(342px, 23.75vw);
    background-size: min(1330px, 92.3611111111vw);
    background-position: left 50% bottom min(440px, 30.5555555556vw);
    background-image: url("../images/products/kajuu/about-wave.svg");
  }
}
@media (min-width: 768px) {
  .p-kajuu-about::after {
    content: "";
    margin: auto;
    width: 100%;
    height: min(310px, 21.5277777778vw);
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: min(1936.55px, 134.4826388889vw);
    background-image: url("../images/products/kajuu/about-bg.png");
    background-color: #F2DAC9;
  }
}
.p-kajuu-about__illust {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  justify-content: space-between;
}
.p-kajuu-about__illust::before, .p-kajuu-about__illust::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
}
.p-kajuu-about__illust::before {
  width: 50.6487179487vw;
  height: 45.6666666667vw;
  left: 0;
  top: -11.5384615385vw;
  background-position: left top;
  background-image: url("../images/products/kajuu/about-illust-left-sp.svg");
}
@media (min-width: 768px) {
  .p-kajuu-about__illust::before {
    width: min(493.84px, 34.2944444444vw);
    height: min(445.24px, 30.9194444444vw);
    top: max(-100px, -6.9444444444vw);
    background-image: url("../images/products/kajuu/about-illust-left.svg");
  }
}
.p-kajuu-about__illust::after {
  width: 44.6794871795vw;
  height: 41.4487179487vw;
  top: -5.1282051282vw;
  right: 0;
  background-position: right top;
  background-image: url("../images/products/kajuu/about-illust-right-sp.svg");
}
@media (min-width: 768px) {
  .p-kajuu-about__illust::after {
    width: min(435.61px, 30.2506944444vw);
    height: min(404.12px, 28.0638888889vw);
    top: max(-45px, -3.125vw);
    background-image: url("../images/products/kajuu/about-illust-right.svg");
  }
}
.p-kajuu-about__inner {
  width: 100%;
  position: relative;
  z-index: 2;
}
.p-kajuu-about__logo {
  margin-left: auto;
  margin-right: auto;
  width: 42.8205128205vw;
}
@media (min-width: 768px) {
  .p-kajuu-about__logo {
    width: min(250.16px, 17.3722222222vw);
  }
}
.p-kajuu-about__title {
  margin-top: 15.3282051282vw;
  font-size: 6.6666666667vw;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .p-kajuu-about__title {
    margin-top: min(60px, 4.1666666667vw);
    font-size: min(36px, 2.5vw);
  }
}
.p-kajuu-about__description {
  margin-top: 7.4358974359vw;
}
@media (min-width: 768px) {
  .p-kajuu-about__description {
    margin-top: min(35px, 2.4305555556vw);
  }
}
.p-kajuu-about__text {
  line-height: 1.6;
  font-weight: 700;
  font-size: 4.358974359vw;
}
@media (min-width: 768px) {
  .p-kajuu-about__text {
    font-size: min(20px, 1.3888888889vw);
  }
}
.p-kajuu-about__text + .p-kajuu-about__text {
  margin-top: 5.1282051282vw;
}
@media (min-width: 768px) {
  .p-kajuu-about__text + .p-kajuu-about__text {
    margin-top: min(20px, 1.3888888889vw);
  }
}
.p-kajuu-about__summary {
  margin-top: 5.1282051282vw;
  font-weight: 700;
  line-height: 1.6;
  font-size: 5.1282051282vw;
}
@media (min-width: 768px) {
  .p-kajuu-about__summary {
    margin-top: min(20px, 1.3888888889vw);
    font-size: min(26px, 1.8055555556vw);
  }
}

.p-kajuu-point {
  width: 100%;
  padding-top: 9.2307692308vw;
  padding-bottom: 32.5641025641vw;
  position: relative;
  background-color: #F2DAC9;
}
@media (min-width: 768px) {
  .p-kajuu-point {
    padding-top: min(27.43px, 1.9048611111vw);
    padding-bottom: min(44px, 3.0555555556vw);
  }
}
.p-kajuu-point__title {
  margin-left: auto;
  margin-right: auto;
  width: 57.7948717949vw;
  translate: 3.0769230769vw;
}
@media (min-width: 768px) {
  .p-kajuu-point__title {
    width: min(322px, 22.3611111111vw);
    translate: min(15px, 1.0416666667vw);
  }
}
.p-kajuu-point__list {
  margin-top: 10.9153846154vw;
  margin-left: auto;
  margin-right: auto;
  width: 92.3076923077vw;
  display: flex;
  flex-direction: column;
  gap: 8.2051282051vw;
}
@media (min-width: 768px) {
  .p-kajuu-point__list {
    margin-top: min(48px, 3.3333333333vw);
    width: 100%;
    gap: 0;
    flex-direction: row;
    justify-content: center;
  }
}
.p-kajuu-point__item {
  width: 100%;
  position: relative;
  font-weight: bold;
  color: #623612;
  background-repeat: no-repeat;
  background-position: center bottom;
}
@media (max-width: 767.98px) {
  .p-kajuu-point__item {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .p-kajuu-point__item {
    background-size: contain;
    background-position: center;
  }
}
.p-kajuu-point__item.is-item1 {
  padding: 0 10.2564102564vw 16.6666666667vw;
  background-image: url("../images/products/kajuu/point-bg1-sp.svg");
}
@media (max-width: 767.98px) {
  .p-kajuu-point__item.is-item1 {
    background-size: 78.9051282051vw;
  }
}
@media (min-width: 768px) {
  .p-kajuu-point__item.is-item1 {
    width: min(386.66px, 26.8513888889vw);
    height: min(446.71px, 31.0215277778vw);
    padding: min(223px, 15.4861111111vw) min(30.66px, 2.1291666667vw) 0 min(56px, 3.8888888889vw);
    background-image: url("../images/products/kajuu/point-bg1.svg");
  }
}
.p-kajuu-point__item.is-item1::after {
  width: 37.5769230769vw;
  height: 16.3vw;
  right: 5.1487179487vw;
  bottom: -2.8205128205vw;
}
@media (min-width: 768px) {
  .p-kajuu-point__item.is-item1::after {
    width: min(261.52px, 18.1611111111vw);
    height: min(113.52px, 7.8833333333vw);
    bottom: max(-4.86px, -0.3375vw);
    right: min(17.18px, 1.1930555556vw);
  }
}
@media (max-width: 767.98px) {
  .p-kajuu-point__item.is-item2 {
    padding-bottom: 19.2153846154vw;
    background-size: 80.6256410256vw;
    background-image: url("../images/products/kajuu/point-bg2-sp.svg");
  }
}
@media (min-width: 768px) {
  .p-kajuu-point__item.is-item2 {
    margin-top: min(4.59px, 0.31875vw);
    margin-left: min(15.04px, 1.0444444444vw);
    width: min(406.32px, 28.2166666667vw);
    height: min(457.87px, 31.7965277778vw);
    padding: min(218.41px, 15.1673611111vw) min(12.03px, 0.8354166667vw) 0 min(64.29px, 4.4645833333vw);
    background-image: url("../images/products/kajuu/point-bg2.svg");
  }
}
.p-kajuu-point__item.is-item2::after {
  width: 40.3384615385vw;
  height: 16.2333333333vw;
  bottom: 2.1205128205vw;
  right: 7.3358974359vw;
}
@media (min-width: 768px) {
  .p-kajuu-point__item.is-item2::after {
    width: min(280.76px, 19.4972222222vw);
    height: min(113.05px, 7.8506944444vw);
    bottom: min(10.9px, 0.7569444444vw);
    right: min(8.98px, 0.6236111111vw);
  }
}
@media (max-width: 767.98px) {
  .p-kajuu-point__item.is-item3 {
    min-height: 53.0769230769vw;
    padding-bottom: 21.0256410256vw;
    padding-left: 10.2564102564vw;
    text-align: left;
    background-size: 91.0256410256vw;
    background-image: url("../images/products/kajuu/point-bg3-sp.svg");
  }
}
@media (min-width: 768px) {
  .p-kajuu-point__item.is-item3 {
    margin-top: min(12.18px, 0.8458333333vw);
    margin-left: min(36.27px, 2.51875vw);
    width: min(347.05px, 24.1006944444vw);
    height: min(444.92px, 30.8972222222vw);
    padding: min(210.82px, 14.6402777778vw) min(48.88px, 3.3944444444vw) 0 min(58.25px, 4.0451388889vw);
    background-image: url("../images/products/kajuu/point-bg3.svg");
  }
}
.p-kajuu-point__item.is-item3::after {
  width: 40.1vw;
  height: 16.2666666667vw;
  bottom: 0.2076923077vw;
  right: 7.5743589744vw;
}
@media (min-width: 768px) {
  .p-kajuu-point__item.is-item3::after {
    width: min(277.09px, 19.2423611111vw);
    height: min(113.29px, 7.8673611111vw);
    bottom: min(5.54px, 0.3847222222vw);
    right: min(29.41px, 2.0423611111vw);
  }
}
.p-kajuu-point__item::after {
  content: "";
  margin: auto;
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.p-kajuu-point__item.is-item1::after {
  background-image: url("../images/products/kajuu/point-nth1.svg");
}
.p-kajuu-point__item.is-item2::after {
  background-image: url("../images/products/kajuu/point-nth2.svg");
}
.p-kajuu-point__item.is-item3::after {
  background-image: url("../images/products/kajuu/point-nth3.svg");
}
@media (max-width: 767.98px) {
  .p-kajuu-point__img {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  .p-kajuu-point__img {
    position: absolute;
  }
}
.is-item1 .p-kajuu-point__img {
  width: 51.2820512821vw;
}
@media (min-width: 768px) {
  .is-item1 .p-kajuu-point__img {
    width: min(302px, 20.9722222222vw);
    left: min(49px, 3.4027777778vw);
    top: max(-61px, -4.2361111111vw);
  }
}
.is-item2 .p-kajuu-point__img {
  width: 36.3076923077vw;
}
@media (min-width: 768px) {
  .is-item2 .p-kajuu-point__img {
    width: min(177px, 12.2916666667vw);
    left: min(133.29px, 9.25625vw);
    top: max(-56.59px, -3.9298611111vw);
  }
}
@media (max-width: 767.98px) {
  .is-item3 .p-kajuu-point__img {
    width: 24.6153846154vw;
    position: absolute;
    right: 7.4358974359vw;
    top: 2.8205128205vw;
  }
}
@media (min-width: 768px) {
  .is-item3 .p-kajuu-point__img {
    width: min(163px, 11.3194444444vw);
    right: min(87.8px, 6.0972222222vw);
    top: max(-17.18px, -1.1930555556vw);
  }
}
.p-kajuu-point__subtitle {
  font-weight: 700;
  line-height: 1.4;
  font-size: 5.641025641vw;
}
@media (min-width: 768px) {
  .p-kajuu-point__subtitle {
    font-size: min(28px, 1.9444444444vw);
  }
}
@media (max-width: 767.98px) {
  .is-item1 .p-kajuu-point__subtitle {
    margin-top: 5.0538461538vw;
  }
}
@media (max-width: 767.98px) {
  .is-item2 .p-kajuu-point__subtitle {
    margin-top: 4.641025641vw;
  }
}
@media (max-width: 767.98px) {
  .is-item4 .p-kajuu-point__subtitle {
    padding-left: 10.2564102564vw;
    text-align: left;
  }
}
.p-kajuu-point__text {
  margin-top: 2.5641025641vw;
  line-height: 1.6;
  font-size: 3.8461538462vw;
}
@media (min-width: 768px) {
  .p-kajuu-point__text {
    margin-top: min(17px, 1.1805555556vw);
    font-size: min(18px, 1.25vw);
  }
}

.p-kajuu-lineup {
  width: 100%;
  position: relative;
  background-color: #F2DAC9;
}
@media (min-width: 768px) {
  .p-kajuu-lineup {
    padding-top: min(104.92px, 7.2861111111vw);
  }
}
.p-kajuu-lineup::before, .p-kajuu-lineup::after {
  content: "";
  margin: auto;
  display: block;
  position: absolute;
  z-index: 2;
  background-repeat: no-repeat;
  background-size: contain;
}
.p-kajuu-lineup::before {
  width: 35.2487179487vw;
  height: 48.8205128205vw;
  top: 10vw;
  left: 0;
  background-position: left top;
  background-image: url("../images/products/kajuu/lineup-illust-left-sp.png");
}
@media (min-width: 768px) {
  .p-kajuu-lineup::before {
    width: min(429.59px, 29.8326388889vw);
    height: min(595px, 41.3194444444vw);
    top: max(-42px, -2.9166666667vw);
    background-image: url("../images/products/kajuu/lineup-illust-left.svg");
  }
}
.p-kajuu-lineup::after {
  background-position: right top;
  width: 37.4897435897vw;
  height: 45.4282051282vw;
  top: 13.2692307692vw;
  right: 0;
  background-image: url("../images/products/kajuu/lineup-illust-right-sp.png");
}
@media (min-width: 768px) {
  .p-kajuu-lineup::after {
    width: min(456.92px, 31.7305555556vw);
    height: min(553.65px, 38.4479166667vw);
    top: max(-31.66px, -2.1986111111vw);
    background-image: url("../images/products/kajuu/lineup-illust-right.svg");
  }
}
.p-kajuu-lineup__title {
  margin-left: auto;
  margin-right: auto;
  width: 75.6256410256vw;
  translate: -2.8205128205vw;
}
@media (min-width: 768px) {
  .p-kajuu-lineup__title {
    width: min(422px, 29.3055555556vw);
    translate: max(-16px, -1.1111111111vw);
  }
}
.p-kajuu-lineup__section {
  width: 100%;
  padding-top: 15.3846153846vw;
  padding-bottom: 15.3846153846vw;
  position: relative;
  background-repeat: no-repeat;
}
.p-kajuu-lineup__section.is-section1 {
  margin-top: 13.0666666667vw;
  background-color: #BAD950;
}
@media (min-width: 768px) {
  .p-kajuu-lineup__section.is-section1 {
    margin-top: min(90px, 6.25vw);
    padding-top: min(67px, 4.6527777778vw);
    padding-bottom: min(51px, 3.5416666667vw);
  }
}
.p-kajuu-lineup__section.is-section1::before {
  content: "";
  margin: auto;
  width: 100%;
  height: 4.6153846154vw;
  top: -4.6153846154vw;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  background-repeat: repeat-x;
  background-size: auto 100%;
  background-position: center;
  background-image: url("../images/products/kajuu/lineup-section1-bg-sp.svg");
}
@media (min-width: 768px) {
  .p-kajuu-lineup__section.is-section1::before {
    height: min(43px, 2.9861111111vw);
    top: max(-43px, -2.9861111111vw);
    background-image: url("../images/products/kajuu/lineup-section1-bg.svg");
  }
}
.p-kajuu-lineup__section.is-section2 {
  background-color: #FFE54A;
}
@media (min-width: 768px) {
  .p-kajuu-lineup__section.is-section2 {
    padding-top: min(66px, 4.5833333333vw);
    padding-bottom: min(61px, 4.2361111111vw);
  }
}
.p-kajuu-lineup__section.is-section3 {
  background-color: #FF7E8F;
}
@media (min-width: 768px) {
  .p-kajuu-lineup__section.is-section3 {
    padding-top: min(75px, 5.2083333333vw);
    padding-bottom: min(42px, 2.9166666667vw);
  }
}
.p-kajuu-lineup__inner {
  margin-left: auto;
  margin-right: auto;
  width: 87.1794871795vw;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 4.358974359vw;
  color: #623612;
}
@media (min-width: 768px) {
  .p-kajuu-lineup__inner {
    width: min(1240px, 86.1111111111vw);
    flex-direction: row;
    align-items: center;
  }
  .is-section1 .p-kajuu-lineup__inner {
    padding-left: min(100px, 6.9444444444vw);
    gap: min(32px, 2.2222222222vw);
  }
  .is-section2 .p-kajuu-lineup__inner {
    flex-direction: row-reverse;
    padding-left: min(164px, 11.3888888889vw);
    gap: min(52px, 3.6111111111vw);
  }
  .is-section3 .p-kajuu-lineup__inner {
    padding-left: min(76.17px, 5.2895833333vw);
    gap: min(31px, 2.1527777778vw);
  }
}
.p-kajuu-lineup__inner::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.is-section1 .p-kajuu-lineup__inner::before {
  width: 19.3333333333vw;
  height: 115.3769230769vw;
  background-image: url("../images/products/kajuu/lineup-english1-sp.svg");
}
@media (max-width: 767.98px) {
  .is-section1 .p-kajuu-lineup__inner::before {
    top: 2.3076923077vw;
    left: -8.358974359vw;
    background-position: right top;
  }
}
@media (min-width: 768px) {
  .is-section1 .p-kajuu-lineup__inner::before {
    width: min(743.11px, 51.6048611111vw);
    height: min(124.52px, 8.6472222222vw);
    right: 0;
    bottom: max(-12.86px, -0.8930555556vw);
    background-image: url("../images/products/kajuu/lineup-english1.svg");
  }
}
.is-section2 .p-kajuu-lineup__inner::before {
  width: 23.4615384615vw;
  height: 92.5153846154vw;
  left: -13.4358974359vw;
  background-image: url("../images/products/kajuu/lineup-english2-sp.svg");
}
@media (max-width: 767.98px) {
  .is-section2 .p-kajuu-lineup__inner::before {
    top: -4.2051282051vw;
    background-position: right top;
  }
}
@media (min-width: 768px) {
  .is-section2 .p-kajuu-lineup__inner::before {
    width: min(595.86px, 41.3791666667vw);
    height: min(151.11px, 10.49375vw);
    left: 0;
    bottom: max(-34.25px, -2.3784722222vw);
    background-image: url("../images/products/kajuu/lineup-english2.svg");
  }
}
.is-section3 .p-kajuu-lineup__inner::before {
  width: 21.9743589744vw;
  height: 60.0692307692vw;
  background-image: url("../images/products/kajuu/lineup-english3-sp.svg");
}
@media (max-width: 767.98px) {
  .is-section3 .p-kajuu-lineup__inner::before {
    top: -7.4358974359vw;
    left: -12.1025641026vw;
    background-position: right top;
  }
}
@media (min-width: 768px) {
  .is-section3 .p-kajuu-lineup__inner::before {
    width: min(386.88px, 26.8666666667vw);
    height: min(141.53px, 9.8284722222vw);
    right: min(82.07px, 5.6993055556vw);
    bottom: max(-9.67px, -0.6715277778vw);
    background-image: url("../images/products/kajuu/lineup-english3.svg");
  }
}
.p-kajuu-lineup__img {
  position: relative;
  z-index: 2;
}
@media (max-width: 767.98px) {
  .p-kajuu-lineup__img {
    margin-left: auto;
    margin-right: auto;
  }
}
.is-section1 .p-kajuu-lineup__img {
  width: 75.0769230769vw;
}
@media (max-width: 767.98px) {
  .is-section1 .p-kajuu-lineup__img {
    translate: -1.5384615385vw;
  }
}
@media (min-width: 768px) {
  .is-section1 .p-kajuu-lineup__img {
    width: min(488px, 33.8888888889vw);
  }
}
.is-section2 .p-kajuu-lineup__img {
  width: 73.6256410256vw;
}
@media (max-width: 767.98px) {
  .is-section2 .p-kajuu-lineup__img {
    translate: 1.7948717949vw;
  }
}
@media (min-width: 768px) {
  .is-section2 .p-kajuu-lineup__img {
    width: min(478.57px, 33.2340277778vw);
  }
}
.is-section3 .p-kajuu-lineup__img {
  width: 78.8948717949vw;
}
@media (max-width: 767.98px) {
  .is-section3 .p-kajuu-lineup__img {
    translate: 0.7692307692vw;
  }
}
@media (min-width: 768px) {
  .is-section3 .p-kajuu-lineup__img {
    width: min(512.83px, 35.6131944444vw);
  }
}
.p-kajuu-lineup__box {
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .p-kajuu-lineup__box {
    flex: 1;
  }
}
.p-kajuu-lineup__subtitle {
  display: block;
  font-weight: bold;
  line-height: 1.4;
  font-size: 6.6666666667vw;
}
@media (max-width: 767.98px) {
  .p-kajuu-lineup__subtitle {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .p-kajuu-lineup__subtitle {
    font-size: min(34px, 2.3611111111vw);
  }
}
.p-kajuu-lineup__subtitle::after {
  content: "";
  margin-top: 1.7948717949vw;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (max-width: 767.98px) {
  .p-kajuu-lineup__subtitle::after {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  .p-kajuu-lineup__subtitle::after {
    margin-top: min(8.18px, 0.5680555556vw);
  }
}
.is-section1 .p-kajuu-lineup__subtitle::after {
  width: 35.6717948718vw;
  height: 3.0051282051vw;
  background-image: url("../images/products/kajuu/lineup-subtitle1.svg");
}
@media (min-width: 768px) {
  .is-section1 .p-kajuu-lineup__subtitle::after {
    width: min(180.86px, 12.5597222222vw);
    height: min(15.24px, 1.0583333333vw);
  }
}
.is-section2 .p-kajuu-lineup__subtitle::after {
  width: 31.1948717949vw;
  height: 4.3282051282vw;
  background-image: url("../images/products/kajuu/lineup-subtitle2.svg");
}
@media (min-width: 768px) {
  .is-section2 .p-kajuu-lineup__subtitle::after {
    width: min(158.16px, 10.9833333333vw);
    height: min(21.94px, 1.5236111111vw);
  }
}
.is-section3 .p-kajuu-lineup__subtitle::after {
  width: 9.9102564103vw;
  height: 3.0256410256vw;
  background-image: url("../images/products/kajuu/lineup-subtitle3.svg");
}
@media (min-width: 768px) {
  .is-section3 .p-kajuu-lineup__subtitle::after {
    width: min(50.25px, 3.4895833333vw);
    height: min(15.34px, 1.0652777778vw);
  }
}
.p-kajuu-lineup__text {
  margin-top: 3.6948717949vw;
  line-height: 1.6;
  font-weight: 500;
  font-size: 4.1025641026vw;
}
@media (min-width: 768px) {
  .p-kajuu-lineup__text {
    margin-top: min(23px, 1.5972222222vw);
    font-size: min(18px, 1.25vw);
  }
}

.p-kirinokocha {
  background-repeat: repeat;
  background-position: left top;
  background-size: 150%;
  background-image: url("../images/products/kirinokocha/bg.png");
}
@media (min-width: 768px) {
  .p-kirinokocha {
    padding-bottom: min(252px, 17.5vw);
    background-size: 100%;
  }
}
@media (max-width: 767.98px) {
  .p-kirinokocha::after {
    content: "";
    width: 100%;
    height: 10.2564102564vw;
    display: block;
    position: absolute;
    bottom: -10.2564102564vw;
    left: 0;
    right: 0;
    background-repeat: repeat;
    background-position: left bottom;
    background-size: 100%;
    background-image: url("../images/products/kirinokocha/bg-sp.jpg");
  }
}
.p-kirinokocha__button {
  width: 100%;
  height: 15.3846153846vw;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3.8461538462vw;
  position: relative;
  z-index: 1;
  font-size: 4.1025641026vw;
  line-height: 1;
  font-weight: 500;
  color: #fff;
}
@media (max-width: 767.98px) {
  .p-kirinokocha__button {
    background-color: #80744E;
  }
}
@media (min-width: 768px) {
  .p-kirinokocha__button {
    width: min(340px, 23.6111111111vw);
    height: min(70px, 4.8611111111vw);
    gap: min(16.5px, 1.1458333333vw);
    font-size: min(20px, 1.3888888889vw);
    color: #80744E;
    border: min(1px, 0.0694444444vw) solid #80744E;
    transition: all 0.3s ease-in;
  }
  .p-kirinokocha__button:hover {
    color: #fff;
  }
  .p-kirinokocha__button:hover::before {
    width: 100%;
  }
  .p-kirinokocha__button:hover::after {
    background-color: #fff;
  }
}
@media (min-width: 768px) {
  .p-kirinokocha__button::before {
    content: "";
    width: 0%;
    height: 100%;
    display: block;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    background-color: #80744E;
    transition: width 0.3s ease-out;
  }
}
.p-kirinokocha__button::after {
  content: "";
  margin-top: auto;
  margin-bottom: auto;
  width: 4.2307692308vw;
  height: 3.0769230769vw;
  display: block;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-image: url("../images/products/kirinokocha/icon-arrow.svg");
          mask-image: url("../images/products/kirinokocha/icon-arrow.svg");
  background-color: #fff;
}
@media (min-width: 768px) {
  .p-kirinokocha__button::after {
    width: min(16.5px, 1.1458333333vw);
    height: min(12px, 0.8333333333vw);
    background-color: #80744E;
    transition: all 0.3s ease-in;
  }
}
.p-kirinokocha .l-breadcrumbs {
  position: relative;
  top: auto;
  left: 0;
  bottom: 0;
}
@media (max-width: 767.98px) {
  .p-kirinokocha .l-breadcrumbs {
    padding-top: 35.8974358974vw;
    padding-bottom: 7.6923076923vw;
  }
}
@media (min-width: 768px) {
  .p-kirinokocha .l-breadcrumbs {
    margin-top: min(30px, 2.0833333333vw);
    width: min(1240px, 86.1111111111vw);
  }
}
.p-kirinokocha .l-breadcrumbs__list {
  margin-left: 0;
  justify-content: flex-start;
}

.p-kirinokocha-about {
  padding-top: 20.3538461538vw;
  text-align: center;
  position: relative;
}
@media (min-width: 768px) {
  .p-kirinokocha-about {
    padding-top: min(92px, 6.3888888889vw);
  }
}
.p-kirinokocha-about::before, .p-kirinokocha-about::after {
  content: "";
  margin: auto;
  position: absolute;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (min-width: 768px) {
  .p-kirinokocha-about::before, .p-kirinokocha-about::after {
    left: 0;
    right: 0;
  }
}
.p-kirinokocha-about::before {
  width: 47.1794871795vw;
  height: 75.8974358974vw;
  top: -38.4615384615vw;
  left: 0;
  background-image: url("../images/products/kirinokocha/photo1-sp.png");
}
@media (min-width: 768px) {
  .p-kirinokocha-about::before {
    width: min(639px, 44.375vw);
    height: min(761px, 52.8472222222vw);
    top: max(-181px, -12.5694444444vw);
    translate: max(-605px, -42.0138888889vw);
    background-image: url("../images/products/kirinokocha/photo1.png");
  }
}
.p-kirinokocha-about::after {
  width: 32.0512820513vw;
  height: 42.3076923077vw;
  top: 41.0256410256vw;
  right: 0;
  background-image: url("../images/products/kirinokocha/photo2-sp.png");
}
@media (min-width: 768px) {
  .p-kirinokocha-about::after {
    width: min(380px, 26.3888888889vw);
    height: min(539px, 37.4305555556vw);
    top: min(220px, 15.2777777778vw);
    translate: min(601px, 41.7361111111vw);
    background-image: url("../images/products/kirinokocha/photo2.png");
  }
}
.p-kirinokocha-about__logo {
  margin-left: auto;
  margin-right: auto;
  width: 45.9vw;
}
@media (min-width: 768px) {
  .p-kirinokocha-about__logo {
    width: min(250.16px, 17.3722222222vw);
  }
}
.p-kirinokocha-about__description {
  margin-top: 20.3717948718vw;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2em;
  color: #583036;
  line-height: 2;
  font-size: 4.1025641026vw;
}
@media (min-width: 768px) {
  .p-kirinokocha-about__description {
    margin-top: min(58px, 4.0277777778vw);
    font-size: min(20px, 1.3888888889vw);
  }
}

.p-kirinokocha-point {
  margin-top: 30.2564102564vw;
  margin-left: auto;
  margin-right: auto;
  width: 87.1794871795vw;
  padding-bottom: 36.9230769231vw;
  position: relative;
}
@media (min-width: 768px) {
  .p-kirinokocha-point {
    margin-top: min(178px, 12.3611111111vw);
    padding-bottom: min(160px, 11.1111111111vw);
    width: min(1017px, 70.625vw);
  }
}
.p-kirinokocha-point::before {
  content: "";
  margin: auto;
  width: 38.7179487179vw;
  height: 29.2307692308vw;
  position: absolute;
  left: -10.2564102564vw;
  bottom: 0;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("../images/products/kirinokocha/photo5-sp.png");
}
@media (min-width: 768px) {
  .p-kirinokocha-point::before {
    width: min(376px, 26.1111111111vw);
    height: min(225px, 15.625vw);
    left: 0;
    right: 0;
    bottom: max(-20px, -1.3888888889vw);
    translate: min(572px, 39.7222222222vw);
    background-image: url("../images/products/kirinokocha/photo5.png");
  }
}
.p-kirinokocha-point__section {
  display: flex;
  flex-direction: column;
  gap: 11.7948717949vw;
  position: relative;
  line-height: 1.8;
  color: #80744E;
  font-size: 4.1025641026vw;
}
@media (min-width: 768px) {
  .p-kirinokocha-point__section {
    align-items: center;
    width: min(917px, 63.6805555556vw);
    gap: min(77px, 5.3472222222vw);
    font-size: min(18px, 1.25vw);
  }
}
@media (min-width: 768px) {
  .p-kirinokocha-point__section.is-section1 {
    margin-right: auto;
    flex-direction: row;
  }
}
.p-kirinokocha-point__section.is-section1::before {
  width: 31.2820512821vw;
  height: 46.1538461538vw;
  background-image: url("../images/products/kirinokocha/photo3-sp.png");
}
@media (max-width: 767.98px) {
  .p-kirinokocha-point__section.is-section1::before {
    left: -6.4102564103vw;
    top: -22.8205128205vw;
  }
}
@media (min-width: 768px) {
  .p-kirinokocha-point__section.is-section1::before {
    width: min(330px, 22.9166666667vw);
    height: min(360px, 25vw);
    bottom: max(-315px, -21.875vw);
    translate: max(-580px, -40.2777777778vw);
    background-image: url("../images/products/kirinokocha/photo3.png");
  }
}
.p-kirinokocha-point__section.is-section2 {
  margin-top: 25.1435897436vw;
}
@media (min-width: 768px) {
  .p-kirinokocha-point__section.is-section2 {
    margin-top: min(215px, 14.9305555556vw);
    margin-left: auto;
    flex-direction: row-reverse;
  }
}
.p-kirinokocha-point__section.is-section2::before {
  width: 34.1025641026vw;
  height: 46.4102564103vw;
  top: -22.8205128205vw;
  background-image: url("../images/products/kirinokocha/photo4-sp.png");
}
@media (max-width: 767.98px) {
  .p-kirinokocha-point__section.is-section2::before {
    right: -6.4102564103vw;
  }
}
@media (min-width: 768px) {
  .p-kirinokocha-point__section.is-section2::before {
    width: min(400px, 27.7777777778vw);
    height: min(400px, 27.7777777778vw);
    top: max(-345px, -23.9583333333vw);
    translate: min(590px, 40.9722222222vw);
    background-image: url("../images/products/kirinokocha/photo4.png");
  }
}
.p-kirinokocha-point__section::before {
  content: "";
  margin: auto;
  position: absolute;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (min-width: 768px) {
  .p-kirinokocha-point__section::before {
    left: 0;
    right: 0;
  }
}
.p-kirinokocha-point__img {
  width: 58.9743589744vw;
  position: relative;
}
@media (max-width: 767.98px) {
  .is-section1 .p-kirinokocha-point__img {
    margin-left: auto;
  }
}
@media (min-width: 768px) {
  .p-kirinokocha-point__img {
    width: min(400px, 27.7777777778vw);
    top: max(-8px, -0.5555555556vw);
  }
}
.p-kirinokocha-point__box {
  position: relative;
}
@media (min-width: 768px) {
  .p-kirinokocha-point__box {
    flex: 1;
  }
}
.p-kirinokocha-point__box::before {
  content: "";
  margin: auto;
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.is-section1 .p-kirinokocha-point__box::before {
  width: 47.1794871795vw;
  height: 25.641025641vw;
  left: 0vw;
  top: -18.4615384615vw;
  background-image: url("../images/products/kirinokocha/point-english1.svg");
}
@media (min-width: 768px) {
  .is-section1 .p-kirinokocha-point__box::before {
    width: min(221px, 15.3472222222vw);
    height: min(120px, 8.3333333333vw);
    left: max(-96px, -6.6666666667vw);
    top: max(-81px, -5.625vw);
  }
}
.is-section2 .p-kirinokocha-point__box::before {
  width: 54.358974359vw;
  height: 35.1282051282vw;
  right: 0vw;
  top: -16.0512820513vw;
  background-image: url("../images/products/kirinokocha/point-english2.svg");
}
@media (min-width: 768px) {
  .is-section2 .p-kirinokocha-point__box::before {
    width: min(232px, 16.1111111111vw);
    height: min(150px, 10.4166666667vw);
    right: max(-97px, -6.7361111111vw);
    top: max(-59px, -4.0972222222vw);
  }
}
.p-kirinokocha-point__tag {
  display: block;
  text-align: center;
  line-height: 1.8;
  color: #fff;
  font-weight: bold;
  background-color: #80744E;
}
@media (max-width: 767.98px) {
  .is-section1 .p-kirinokocha-point__tag {
    width: 35.8974358974vw;
  }
  .is-section2 .p-kirinokocha-point__tag {
    width: 28.2051282051vw;
  }
}
@media (min-width: 768px) {
  .p-kirinokocha-point__tag {
    width: min(280px, 19.4444444444vw);
  }
}
.is-section1 .p-kirinokocha-point__tag {
  margin-left: auto;
}
.p-kirinokocha-point__description {
  margin-top: 4.8717948718vw;
  width: 100%;
  padding-top: 12.1538461538vw;
  border-top: 0.2564102564vw solid #80744E;
}
@media (min-width: 768px) {
  .p-kirinokocha-point__description {
    margin-top: min(25px, 1.7361111111vw);
    padding-top: min(40px, 2.7777777778vw);
    border-top: min(1px, 0.0694444444vw) solid #80744E;
  }
}
.is-section1 .p-kirinokocha-point__title {
  width: 83.0769230769vw;
}
@media (min-width: 768px) {
  .is-section1 .p-kirinokocha-point__title {
    width: min(412px, 28.6111111111vw);
  }
}
.is-section2 .p-kirinokocha-point__title {
  width: 70vw;
}
@media (min-width: 768px) {
  .is-section2 .p-kirinokocha-point__title {
    width: min(353px, 24.5138888889vw);
  }
}
.p-kirinokocha-point__text {
  margin-top: 10.2564102564vw;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .p-kirinokocha-point__text {
    margin-top: min(28px, 1.9444444444vw);
  }
}

.p-kirinokocha-lineup {
  width: 100%;
  padding-bottom: 0;
  position: relative;
  background-position: left top;
  background-size: 150%;
  background-image: url("../images/products/kirinokocha/bg.png");
}
@media (min-width: 768px) {
  .p-kirinokocha-lineup {
    background-size: 100%;
  }
}
.p-kirinokocha-lineup::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0;
  z-index: 0;
  background-color: #F3F3F3;
  mix-blend-mode: multiply;
  background-repeat: repeat;
}
.p-kirinokocha-lineup__title {
  width: 100%;
  padding-top: 2.3076923077vw;
  padding-bottom: 2.3076923077vw;
  position: relative;
  z-index: 1;
  display: block;
  text-align: center;
  color: #fff;
  font-weight: bold;
  line-height: 1.6;
  font-size: 5.1282051282vw;
  background-color: #80744E;
}
@media (min-width: 768px) {
  .p-kirinokocha-lineup__title {
    padding-top: min(11px, 0.7638888889vw);
    padding-bottom: min(11px, 0.7638888889vw);
    font-size: min(24px, 1.6666666667vw);
  }
}
.p-kirinokocha-lineup__column {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .p-kirinokocha-lineup__column {
    width: min(1240px, 86.1111111111vw);
    flex-direction: row;
    flex-wrap: wrap;
    border-left: min(1px, 0.0694444444vw) solid #80744E;
    border-right: min(1px, 0.0694444444vw) solid #80744E;
  }
  .p-kirinokocha-lineup__column::before {
    content: "";
    margin: auto;
    width: min(1px, 0.0694444444vw);
    height: 100%;
    display: block;
    position: absolute;
    inset: 0;
    background-color: #80744E;
  }
}
.p-kirinokocha-lineup__section {
  position: relative;
  width: 100%;
  padding: 7.6923076923vw 6.4102564103vw;
}
@media (max-width: 767.98px) {
  .p-kirinokocha-lineup__section {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto auto auto;
    align-items: start;
    -moz-column-gap: 5.1282051282vw;
         column-gap: 5.1282051282vw;
    row-gap: 3.0769230769vw;
    border-bottom: 0.2564102564vw solid #80744E;
  }
}
@media (min-width: 768px) {
  .p-kirinokocha-lineup__section {
    width: 50%;
    padding: min(38px, 2.6388888889vw) min(39px, 2.7083333333vw) min(44px, 3.0555555556vw) min(241px, 16.7361111111vw);
  }
  :where(*) > .p-kirinokocha-lineup__section:nth-child(odd)::after {
    content: "";
    width: 100vw;
    height: min(1px, 0.0694444444vw);
    display: block;
    position: absolute;
    left: calc(-50vw + min(620px, 43.0555555556vw));
    bottom: 0;
    background-color: #80744E;
  }
}
.p-kirinokocha-lineup__img {
  height: -moz-max-content;
  height: max-content;
}
@media (max-width: 767.98px) {
  .p-kirinokocha-lineup__img {
    grid-row: 2/5;
    grid-column: 1/2;
    align-self: start;
    filter: drop-shadow(0 1.2820512821vw 2.5641025641vw rgba(0, 0, 0, 0.3));
  }
}
@media (min-width: 768px) {
  .p-kirinokocha-lineup__img {
    top: 0;
    margin: auto;
    bottom: 0;
    position: absolute;
    filter: drop-shadow(0 min(5px, 0.3472222222vw) min(10px, 0.6944444444vw) rgba(0, 0, 0, 0.3));
  }
}
.is-section1 .p-kirinokocha-lineup__img {
  width: 24.2076923077vw;
  left: 7.6384615385vw;
}
@media (min-width: 768px) {
  .is-section1 .p-kirinokocha-lineup__img {
    width: min(146.97px, 10.20625vw);
    left: min(47.73px, 3.3145833333vw);
  }
}
.is-section2 .p-kirinokocha-lineup__img, .is-section3 .p-kirinokocha-lineup__img, .is-section4 .p-kirinokocha-lineup__img, .is-section5 .p-kirinokocha-lineup__img, .is-section6 .p-kirinokocha-lineup__img {
  width: 23.0564102564vw;
  left: 6.9333333333vw;
}
@media (min-width: 768px) {
  .is-section2 .p-kirinokocha-lineup__img, .is-section3 .p-kirinokocha-lineup__img, .is-section4 .p-kirinokocha-lineup__img, .is-section5 .p-kirinokocha-lineup__img, .is-section6 .p-kirinokocha-lineup__img {
    width: min(130px, 9.0277777778vw);
    left: min(57px, 3.9583333333vw);
  }
}
.p-kirinokocha-lineup__subtitle {
  color: #80744E;
  font-weight: 500;
  line-height: normal;
  font-size: 3.8461538462vw;
}
@media (max-width: 767.98px) {
  .p-kirinokocha-lineup__subtitle {
    grid-column: 1/3;
    grid-row: 1/2;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .p-kirinokocha-lineup__subtitle {
    font-size: min(20px, 1.3888888889vw);
  }
}
.p-kirinokocha-lineup__subtitle::after {
  content: "";
  margin-top: 2.5641025641vw;
  display: block;
  background-repeat: no-repeat;
  background-position: 0% center;
  background-size: contain;
}
@media (max-width: 767.98px) {
  .p-kirinokocha-lineup__subtitle::after {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  .p-kirinokocha-lineup__subtitle::after {
    margin-top: min(10px, 0.6944444444vw);
  }
}
.is-section1 .p-kirinokocha-lineup__subtitle::after {
  width: 60vw;
  height: 15.3846153846vw;
}
@media (min-width: 768px) {
  .is-section1 .p-kirinokocha-lineup__subtitle::after {
    width: min(343px, 23.8194444444vw);
    height: min(88px, 6.1111111111vw);
  }
}
.is-section2 .p-kirinokocha-lineup__subtitle::after {
  width: 53.8461538462vw;
  height: 19.4871794872vw;
}
@media (min-width: 768px) {
  .is-section2 .p-kirinokocha-lineup__subtitle::after {
    width: min(294px, 20.4166666667vw);
    height: min(106px, 7.3611111111vw);
  }
}
.is-section3 .p-kirinokocha-lineup__subtitle::after {
  width: 64.6153846154vw;
  height: 19.2307692308vw;
}
@media (min-width: 768px) {
  .is-section3 .p-kirinokocha-lineup__subtitle::after {
    width: min(339px, 23.5416666667vw);
    height: min(101px, 7.0138888889vw);
  }
}
.is-section4 .p-kirinokocha-lineup__subtitle::after {
  width: 58.2051282051vw;
  height: 18.2051282051vw;
}
@media (min-width: 768px) {
  .is-section4 .p-kirinokocha-lineup__subtitle::after {
    width: min(327px, 22.7083333333vw);
    height: min(102px, 7.0833333333vw);
  }
}
.is-section5 .p-kirinokocha-lineup__subtitle::after {
  width: 80.2564102564vw;
  height: 16.9230769231vw;
}
@media (min-width: 768px) {
  .is-section5 .p-kirinokocha-lineup__subtitle::after {
    width: min(340px, 23.6111111111vw);
    height: min(72px, 5vw);
  }
}
.is-section6 .p-kirinokocha-lineup__subtitle::after {
  width: 56.9230769231vw;
  height: 14.1025641026vw;
}
@media (min-width: 768px) {
  .is-section6 .p-kirinokocha-lineup__subtitle::after {
    width: min(323px, 22.4305555556vw);
    height: min(80px, 5.5555555556vw);
  }
}
.is-section1 .p-kirinokocha-lineup__subtitle::after {
  background-image: url("../images/products/kirinokocha/lineup-english1.svg");
}
.is-section2 .p-kirinokocha-lineup__subtitle::after {
  background-image: url("../images/products/kirinokocha/lineup-english2.svg");
}
.is-section3 .p-kirinokocha-lineup__subtitle::after {
  background-image: url("../images/products/kirinokocha/lineup-english3.svg");
}
.is-section4 .p-kirinokocha-lineup__subtitle::after {
  background-image: url("../images/products/kirinokocha/lineup-english4.svg");
}
.is-section5 .p-kirinokocha-lineup__subtitle::after {
  background-image: url("../images/products/kirinokocha/lineup-english5.svg");
}
.is-section6 .p-kirinokocha-lineup__subtitle::after {
  background-image: url("../images/products/kirinokocha/lineup-english6.svg");
}
@media (max-width: 767.98px) {
  .p-kirinokocha-lineup__description {
    grid-row: 2;
    grid-column: 2/3;
  }
}
@media (min-width: 768px) {
  .p-kirinokocha-lineup__description {
    margin-top: min(20px, 1.3888888889vw);
  }
}
.is-section1 .p-kirinokocha-lineup__description {
  width: 58.4615384615vw;
}
@media (min-width: 768px) {
  .is-section1 .p-kirinokocha-lineup__description {
    width: min(313px, 21.7361111111vw);
  }
}
.is-section2 .p-kirinokocha-lineup__description {
  width: 57.6923076923vw;
}
@media (min-width: 768px) {
  .is-section2 .p-kirinokocha-lineup__description {
    width: min(336px, 23.3333333333vw);
  }
}
.is-section3 .p-kirinokocha-lineup__description {
  width: 46.6666666667vw;
}
@media (min-width: 768px) {
  .is-section3 .p-kirinokocha-lineup__description {
    width: min(343px, 23.8194444444vw);
  }
}
.is-section4 .p-kirinokocha-lineup__description {
  width: 58.7179487179vw;
}
@media (min-width: 768px) {
  .is-section4 .p-kirinokocha-lineup__description {
    width: min(314px, 21.8055555556vw);
  }
}
.is-section5 .p-kirinokocha-lineup__description {
  width: 58.7179487179vw;
}
@media (min-width: 768px) {
  .is-section5 .p-kirinokocha-lineup__description {
    width: min(334px, 23.1944444444vw);
  }
}
.is-section6 .p-kirinokocha-lineup__description {
  width: 51.0256410256vw;
}
@media (min-width: 768px) {
  .is-section6 .p-kirinokocha-lineup__description {
    width: min(249px, 17.2916666667vw);
  }
}
.p-kirinokocha-lineup__text {
  line-height: 1.6;
}
@media (max-width: 767.98px) {
  .p-kirinokocha-lineup__text {
    grid-row: 3/4;
    grid-column: 2/3;
  }
}
@media (min-width: 768px) {
  .p-kirinokocha-lineup__text {
    margin-top: min(20px, 1.3888888889vw);
    font-size: min(16px, 1.1111111111vw);
  }
}
@media (max-width: 767.98px) {
  .p-kirinokocha-lineup .p-kirinokocha__button {
    grid-row: 5;
    grid-column: 1/3;
  }
}
@media (min-width: 768px) {
  .p-kirinokocha-lineup .p-kirinokocha__button {
    margin-top: min(20px, 1.3888888889vw);
  }
}

/*--------------------------------------*
 * helper
 *--------------------------------------*/
.has-black-background-color {
  background-color: #000;
}

.has-black-color {
  color: #000;
}

.has-red-background-color {
  background-color: #FF0404;
}

.has-red-color {
  color: #FF0404;
}

.has-green-background-color {
  background-color: #287547;
}

.has-green-color {
  color: #287547;
}

.has-light-green-background-color {
  background-color: #35A662;
}

.has-light-green-color {
  color: #35A662;
}

.has-white-background-color {
  background-color: #FFF;
}

.has-white-color {
  color: #FFF;
}

.grid {
  display: grid;
  gap: 7.6923076923vw;
}
@media (min-width: 768px) {
  .grid {
    gap: 30px;
  }
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .pc-grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .pc-grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .sp-grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .sp-grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.gap-0 {
  gap: 0vw;
}
@media (min-width: 768px) {
  .gap-0 {
    gap: 0px;
  }
}

@media (min-width: 768px) {
  .pc-gap-0 {
    gap: 0px !important;
  }
}

@media (max-width: 767.98px) {
  .sp-gap-0 {
    gap: 0vw !important;
  }
}

.gap-x-0x {
  -moz-column-gap: 0vw;
       column-gap: 0vw;
}
@media (min-width: 768px) {
  .gap-x-0x {
    -moz-column-gap: 0px;
         column-gap: 0px;
  }
}

@media (min-width: 768px) {
  .pc-gap-x-0 {
    -moz-column-gap: 0px !important;
         column-gap: 0px !important;
  }
}

@media (max-width: 767.98px) {
  .sp-gap-x-0 {
    -moz-column-gap: 0vw !important;
         column-gap: 0vw !important;
  }
}

.gap-10 {
  gap: 2.5641025641vw;
}
@media (min-width: 768px) {
  .gap-10 {
    gap: 10px;
  }
}

@media (min-width: 768px) {
  .pc-gap-10 {
    gap: 10px !important;
  }
}

@media (max-width: 767.98px) {
  .sp-gap-10 {
    gap: 2.5641025641vw !important;
  }
}

.gap-x-10x {
  -moz-column-gap: 2.5641025641vw;
       column-gap: 2.5641025641vw;
}
@media (min-width: 768px) {
  .gap-x-10x {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}

@media (min-width: 768px) {
  .pc-gap-x-10 {
    -moz-column-gap: 10px !important;
         column-gap: 10px !important;
  }
}

@media (max-width: 767.98px) {
  .sp-gap-x-10 {
    -moz-column-gap: 2.5641025641vw !important;
         column-gap: 2.5641025641vw !important;
  }
}

.gap-20 {
  gap: 5.1282051282vw;
}
@media (min-width: 768px) {
  .gap-20 {
    gap: 20px;
  }
}

@media (min-width: 768px) {
  .pc-gap-20 {
    gap: 20px !important;
  }
}

@media (max-width: 767.98px) {
  .sp-gap-20 {
    gap: 5.1282051282vw !important;
  }
}

.gap-x-20x {
  -moz-column-gap: 5.1282051282vw;
       column-gap: 5.1282051282vw;
}
@media (min-width: 768px) {
  .gap-x-20x {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}

@media (min-width: 768px) {
  .pc-gap-x-20 {
    -moz-column-gap: 20px !important;
         column-gap: 20px !important;
  }
}

@media (max-width: 767.98px) {
  .sp-gap-x-20 {
    -moz-column-gap: 5.1282051282vw !important;
         column-gap: 5.1282051282vw !important;
  }
}

.gap-30 {
  gap: 7.6923076923vw;
}
@media (min-width: 768px) {
  .gap-30 {
    gap: 30px;
  }
}

@media (min-width: 768px) {
  .pc-gap-30 {
    gap: 30px !important;
  }
}

@media (max-width: 767.98px) {
  .sp-gap-30 {
    gap: 7.6923076923vw !important;
  }
}

.gap-x-30x {
  -moz-column-gap: 7.6923076923vw;
       column-gap: 7.6923076923vw;
}
@media (min-width: 768px) {
  .gap-x-30x {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}

@media (min-width: 768px) {
  .pc-gap-x-30 {
    -moz-column-gap: 30px !important;
         column-gap: 30px !important;
  }
}

@media (max-width: 767.98px) {
  .sp-gap-x-30 {
    -moz-column-gap: 7.6923076923vw !important;
         column-gap: 7.6923076923vw !important;
  }
}

.gap-40 {
  gap: 10.2564102564vw;
}
@media (min-width: 768px) {
  .gap-40 {
    gap: 40px;
  }
}

@media (min-width: 768px) {
  .pc-gap-40 {
    gap: 40px !important;
  }
}

@media (max-width: 767.98px) {
  .sp-gap-40 {
    gap: 10.2564102564vw !important;
  }
}

.gap-x-40x {
  -moz-column-gap: 10.2564102564vw;
       column-gap: 10.2564102564vw;
}
@media (min-width: 768px) {
  .gap-x-40x {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
}

@media (min-width: 768px) {
  .pc-gap-x-40 {
    -moz-column-gap: 40px !important;
         column-gap: 40px !important;
  }
}

@media (max-width: 767.98px) {
  .sp-gap-x-40 {
    -moz-column-gap: 10.2564102564vw !important;
         column-gap: 10.2564102564vw !important;
  }
}

.gap-50 {
  gap: 12.8205128205vw;
}
@media (min-width: 768px) {
  .gap-50 {
    gap: 50px;
  }
}

@media (min-width: 768px) {
  .pc-gap-50 {
    gap: 50px !important;
  }
}

@media (max-width: 767.98px) {
  .sp-gap-50 {
    gap: 12.8205128205vw !important;
  }
}

.gap-x-50x {
  -moz-column-gap: 12.8205128205vw;
       column-gap: 12.8205128205vw;
}
@media (min-width: 768px) {
  .gap-x-50x {
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
}

@media (min-width: 768px) {
  .pc-gap-x-50 {
    -moz-column-gap: 50px !important;
         column-gap: 50px !important;
  }
}

@media (max-width: 767.98px) {
  .sp-gap-x-50 {
    -moz-column-gap: 12.8205128205vw !important;
         column-gap: 12.8205128205vw !important;
  }
}

.gap-60 {
  gap: 15.3846153846vw;
}
@media (min-width: 768px) {
  .gap-60 {
    gap: 60px;
  }
}

@media (min-width: 768px) {
  .pc-gap-60 {
    gap: 60px !important;
  }
}

@media (max-width: 767.98px) {
  .sp-gap-60 {
    gap: 15.3846153846vw !important;
  }
}

.gap-x-60x {
  -moz-column-gap: 15.3846153846vw;
       column-gap: 15.3846153846vw;
}
@media (min-width: 768px) {
  .gap-x-60x {
    -moz-column-gap: 60px;
         column-gap: 60px;
  }
}

@media (min-width: 768px) {
  .pc-gap-x-60 {
    -moz-column-gap: 60px !important;
         column-gap: 60px !important;
  }
}

@media (max-width: 767.98px) {
  .sp-gap-x-60 {
    -moz-column-gap: 15.3846153846vw !important;
         column-gap: 15.3846153846vw !important;
  }
}

/* display
========================================================================== */
.none {
  display: none !important;
}

.block {
  display: block !important;
}

@media (min-width: 768px) {
  .pc-block {
    display: block !important;
  }
}

@media (max-width: 767.98px) {
  .sp-block {
    display: block !important;
  }
}

.inline {
  display: inline !important;
}

.inline-block {
  display: inline-block !important;
}

@media (min-width: 768px) {
  .pc-table-cell {
    display: table-cell !important;
  }
}

.flex {
  display: flex !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

/* width
========================================================================== */
.w-0p {
  width: 0% !important;
}

.w-5p {
  width: 5% !important;
}

.w-10p {
  width: 10% !important;
}

.w-15p {
  width: 15% !important;
}

.w-20p {
  width: 20% !important;
}

.w-25p {
  width: 25% !important;
}

.w-30p {
  width: 30% !important;
}

.w-35p {
  width: 35% !important;
}

.w-40p {
  width: 40% !important;
}

.w-45p {
  width: 45% !important;
}

.w-50p {
  width: 50% !important;
}

.w-55p {
  width: 55% !important;
}

.w-60p {
  width: 60% !important;
}

.w-65p {
  width: 65% !important;
}

.w-70p {
  width: 70% !important;
}

.w-75p {
  width: 75% !important;
}

.w-80p {
  width: 80% !important;
}

.w-85p {
  width: 85% !important;
}

.w-90p {
  width: 90% !important;
}

.w-95p {
  width: 95% !important;
}

.w-100p {
  width: 100% !important;
}

.w-max {
  width: 100%;
}

.w-full {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
}

.max-w-886 {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

/* centering
========================================================================== */
.centering {
  margin-right: auto;
  margin-left: auto;
}

/* text
========================================================================== */
.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.text-justify {
  text-align: justify !important;
}

.uppearcase {
  text-transform: uppercase;
}

.nowrap {
  white-space: nowrap;
}

.text-indent {
  text-indent: -1.5em;
  padding-left: 1.5em;
}

/* bg
========================================================================== */
.border-none {
  border: none !important;
}

.border-bottom-none {
  border-bottom: none !important;
}

/* PC
========================================================================== */
@media (max-width: 767.98px) {
  .pc-only {
    display: none !important;
  }
}

/* SP
========================================================================== */
@media (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}

/* padding margin
========================================================================== */
.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.m-0 {
  margin: 0vw !important;
}
@media (min-width: 768px) {
  .m-0 {
    margin: 0px !important;
  }
}

.mt-0 {
  margin-top: 0vw !important;
}
@media (min-width: 768px) {
  .mt-0 {
    margin-top: 0px !important;
  }
}

.mb-0 {
  margin-bottom: 0vw !important;
}
@media (min-width: 768px) {
  .mb-0 {
    margin-bottom: 0px !important;
  }
}

.ml-0 {
  margin-left: 0vw !important;
}
@media (min-width: 768px) {
  .ml-0 {
    margin-left: 0px !important;
  }
}

@media (min-width: 768px) {
  .pc-mt-0 {
    margin-top: 0px !important;
  }
}

@media (min-width: 768px) {
  .pc-mb-0 {
    margin-bottom: 0px !important;
  }
}

@media (max-width: 767.98px) {
  .sp-mt-0 {
    margin-top: 0vw !important;
  }
}

@media (max-width: 767.98px) {
  .sp-mb-0 {
    margin-bottom: 0vw !important;
  }
}

.p-0 {
  padding: 0vw !important;
}
@media (min-width: 768px) {
  .p-0 {
    padding: 0px !important;
  }
}

.pt-0 {
  padding-top: 0vw !important;
}
@media (min-width: 768px) {
  .pt-0 {
    padding-top: 0px !important;
  }
}

.pb-0 {
  padding-bottom: 0vw !important;
}
@media (min-width: 768px) {
  .pb-0 {
    padding-bottom: 0px !important;
  }
}

@media (min-width: 768px) {
  .pc-pt-0 {
    padding-top: 0px !important;
  }
}

@media (min-width: 768px) {
  .pc-pb-0 {
    padding-bottom: 0px !important;
  }
}

@media (max-width: 767.98px) {
  .sp-pt-0 {
    padding-top: 0vw !important;
  }
}

@media (max-width: 767.98px) {
  .sp-pb-0 {
    padding-bottom: 0vw !important;
  }
}

.m-10 {
  margin: 2.5641025641vw !important;
}
@media (min-width: 768px) {
  .m-10 {
    margin: 10px !important;
  }
}

.mt-10 {
  margin-top: 5.1282051282vw !important;
}
@media (min-width: 768px) {
  .mt-10 {
    margin-top: 10px !important;
  }
}

.mb-10 {
  margin-bottom: 2.5641025641vw !important;
}
@media (min-width: 768px) {
  .mb-10 {
    margin-bottom: 10px !important;
  }
}

.ml-10 {
  margin-left: 2.5641025641vw !important;
}
@media (min-width: 768px) {
  .ml-10 {
    margin-left: 10px !important;
  }
}

@media (min-width: 768px) {
  .pc-mt-10 {
    margin-top: 10px !important;
  }
}

@media (min-width: 768px) {
  .pc-mb-10 {
    margin-bottom: 10px !important;
  }
}

@media (max-width: 767.98px) {
  .sp-mt-10 {
    margin-top: 2.5641025641vw !important;
  }
}

@media (max-width: 767.98px) {
  .sp-mb-10 {
    margin-bottom: 2.5641025641vw !important;
  }
}

.p-10 {
  padding: 2.5641025641vw !important;
}
@media (min-width: 768px) {
  .p-10 {
    padding: 10px !important;
  }
}

.pt-10 {
  padding-top: 2.5641025641vw !important;
}
@media (min-width: 768px) {
  .pt-10 {
    padding-top: 10px !important;
  }
}

.pb-10 {
  padding-bottom: 2.5641025641vw !important;
}
@media (min-width: 768px) {
  .pb-10 {
    padding-bottom: 10px !important;
  }
}

@media (min-width: 768px) {
  .pc-pt-10 {
    padding-top: 10px !important;
  }
}

@media (min-width: 768px) {
  .pc-pb-10 {
    padding-bottom: 10px !important;
  }
}

@media (max-width: 767.98px) {
  .sp-pt-10 {
    padding-top: 2.5641025641vw !important;
  }
}

@media (max-width: 767.98px) {
  .sp-pb-10 {
    padding-bottom: 2.5641025641vw !important;
  }
}

.m-20 {
  margin: 5.1282051282vw !important;
}
@media (min-width: 768px) {
  .m-20 {
    margin: 20px !important;
  }
}

.mt-20 {
  margin-top: 10.2564102564vw !important;
}
@media (min-width: 768px) {
  .mt-20 {
    margin-top: 20px !important;
  }
}

.mb-20 {
  margin-bottom: 5.1282051282vw !important;
}
@media (min-width: 768px) {
  .mb-20 {
    margin-bottom: 20px !important;
  }
}

.ml-20 {
  margin-left: 5.1282051282vw !important;
}
@media (min-width: 768px) {
  .ml-20 {
    margin-left: 20px !important;
  }
}

@media (min-width: 768px) {
  .pc-mt-20 {
    margin-top: 20px !important;
  }
}

@media (min-width: 768px) {
  .pc-mb-20 {
    margin-bottom: 20px !important;
  }
}

@media (max-width: 767.98px) {
  .sp-mt-20 {
    margin-top: 5.1282051282vw !important;
  }
}

@media (max-width: 767.98px) {
  .sp-mb-20 {
    margin-bottom: 5.1282051282vw !important;
  }
}

.p-20 {
  padding: 5.1282051282vw !important;
}
@media (min-width: 768px) {
  .p-20 {
    padding: 20px !important;
  }
}

.pt-20 {
  padding-top: 5.1282051282vw !important;
}
@media (min-width: 768px) {
  .pt-20 {
    padding-top: 20px !important;
  }
}

.pb-20 {
  padding-bottom: 5.1282051282vw !important;
}
@media (min-width: 768px) {
  .pb-20 {
    padding-bottom: 20px !important;
  }
}

@media (min-width: 768px) {
  .pc-pt-20 {
    padding-top: 20px !important;
  }
}

@media (min-width: 768px) {
  .pc-pb-20 {
    padding-bottom: 20px !important;
  }
}

@media (max-width: 767.98px) {
  .sp-pt-20 {
    padding-top: 5.1282051282vw !important;
  }
}

@media (max-width: 767.98px) {
  .sp-pb-20 {
    padding-bottom: 5.1282051282vw !important;
  }
}

.m-30 {
  margin: 7.6923076923vw !important;
}
@media (min-width: 768px) {
  .m-30 {
    margin: 30px !important;
  }
}

.mt-30 {
  margin-top: 15.3846153846vw !important;
}
@media (min-width: 768px) {
  .mt-30 {
    margin-top: 30px !important;
  }
}

.mb-30 {
  margin-bottom: 7.6923076923vw !important;
}
@media (min-width: 768px) {
  .mb-30 {
    margin-bottom: 30px !important;
  }
}

.ml-30 {
  margin-left: 7.6923076923vw !important;
}
@media (min-width: 768px) {
  .ml-30 {
    margin-left: 30px !important;
  }
}

@media (min-width: 768px) {
  .pc-mt-30 {
    margin-top: 30px !important;
  }
}

@media (min-width: 768px) {
  .pc-mb-30 {
    margin-bottom: 30px !important;
  }
}

@media (max-width: 767.98px) {
  .sp-mt-30 {
    margin-top: 7.6923076923vw !important;
  }
}

@media (max-width: 767.98px) {
  .sp-mb-30 {
    margin-bottom: 7.6923076923vw !important;
  }
}

.p-30 {
  padding: 7.6923076923vw !important;
}
@media (min-width: 768px) {
  .p-30 {
    padding: 30px !important;
  }
}

.pt-30 {
  padding-top: 7.6923076923vw !important;
}
@media (min-width: 768px) {
  .pt-30 {
    padding-top: 30px !important;
  }
}

.pb-30 {
  padding-bottom: 7.6923076923vw !important;
}
@media (min-width: 768px) {
  .pb-30 {
    padding-bottom: 30px !important;
  }
}

@media (min-width: 768px) {
  .pc-pt-30 {
    padding-top: 30px !important;
  }
}

@media (min-width: 768px) {
  .pc-pb-30 {
    padding-bottom: 30px !important;
  }
}

@media (max-width: 767.98px) {
  .sp-pt-30 {
    padding-top: 7.6923076923vw !important;
  }
}

@media (max-width: 767.98px) {
  .sp-pb-30 {
    padding-bottom: 7.6923076923vw !important;
  }
}

.m-40 {
  margin: 10.2564102564vw !important;
}
@media (min-width: 768px) {
  .m-40 {
    margin: 40px !important;
  }
}

.mt-40 {
  margin-top: 20.5128205128vw !important;
}
@media (min-width: 768px) {
  .mt-40 {
    margin-top: 40px !important;
  }
}

.mb-40 {
  margin-bottom: 10.2564102564vw !important;
}
@media (min-width: 768px) {
  .mb-40 {
    margin-bottom: 40px !important;
  }
}

.ml-40 {
  margin-left: 10.2564102564vw !important;
}
@media (min-width: 768px) {
  .ml-40 {
    margin-left: 40px !important;
  }
}

@media (min-width: 768px) {
  .pc-mt-40 {
    margin-top: 40px !important;
  }
}

@media (min-width: 768px) {
  .pc-mb-40 {
    margin-bottom: 40px !important;
  }
}

@media (max-width: 767.98px) {
  .sp-mt-40 {
    margin-top: 10.2564102564vw !important;
  }
}

@media (max-width: 767.98px) {
  .sp-mb-40 {
    margin-bottom: 10.2564102564vw !important;
  }
}

.p-40 {
  padding: 10.2564102564vw !important;
}
@media (min-width: 768px) {
  .p-40 {
    padding: 40px !important;
  }
}

.pt-40 {
  padding-top: 10.2564102564vw !important;
}
@media (min-width: 768px) {
  .pt-40 {
    padding-top: 40px !important;
  }
}

.pb-40 {
  padding-bottom: 10.2564102564vw !important;
}
@media (min-width: 768px) {
  .pb-40 {
    padding-bottom: 40px !important;
  }
}

@media (min-width: 768px) {
  .pc-pt-40 {
    padding-top: 40px !important;
  }
}

@media (min-width: 768px) {
  .pc-pb-40 {
    padding-bottom: 40px !important;
  }
}

@media (max-width: 767.98px) {
  .sp-pt-40 {
    padding-top: 10.2564102564vw !important;
  }
}

@media (max-width: 767.98px) {
  .sp-pb-40 {
    padding-bottom: 10.2564102564vw !important;
  }
}

.m-50 {
  margin: 12.8205128205vw !important;
}
@media (min-width: 768px) {
  .m-50 {
    margin: 50px !important;
  }
}

.mt-50 {
  margin-top: 25.641025641vw !important;
}
@media (min-width: 768px) {
  .mt-50 {
    margin-top: 50px !important;
  }
}

.mb-50 {
  margin-bottom: 12.8205128205vw !important;
}
@media (min-width: 768px) {
  .mb-50 {
    margin-bottom: 50px !important;
  }
}

.ml-50 {
  margin-left: 12.8205128205vw !important;
}
@media (min-width: 768px) {
  .ml-50 {
    margin-left: 50px !important;
  }
}

@media (min-width: 768px) {
  .pc-mt-50 {
    margin-top: 50px !important;
  }
}

@media (min-width: 768px) {
  .pc-mb-50 {
    margin-bottom: 50px !important;
  }
}

@media (max-width: 767.98px) {
  .sp-mt-50 {
    margin-top: 12.8205128205vw !important;
  }
}

@media (max-width: 767.98px) {
  .sp-mb-50 {
    margin-bottom: 12.8205128205vw !important;
  }
}

.p-50 {
  padding: 12.8205128205vw !important;
}
@media (min-width: 768px) {
  .p-50 {
    padding: 50px !important;
  }
}

.pt-50 {
  padding-top: 12.8205128205vw !important;
}
@media (min-width: 768px) {
  .pt-50 {
    padding-top: 50px !important;
  }
}

.pb-50 {
  padding-bottom: 12.8205128205vw !important;
}
@media (min-width: 768px) {
  .pb-50 {
    padding-bottom: 50px !important;
  }
}

@media (min-width: 768px) {
  .pc-pt-50 {
    padding-top: 50px !important;
  }
}

@media (min-width: 768px) {
  .pc-pb-50 {
    padding-bottom: 50px !important;
  }
}

@media (max-width: 767.98px) {
  .sp-pt-50 {
    padding-top: 12.8205128205vw !important;
  }
}

@media (max-width: 767.98px) {
  .sp-pb-50 {
    padding-bottom: 12.8205128205vw !important;
  }
}

.m-60 {
  margin: 15.3846153846vw !important;
}
@media (min-width: 768px) {
  .m-60 {
    margin: 60px !important;
  }
}

.mt-60 {
  margin-top: 30.7692307692vw !important;
}
@media (min-width: 768px) {
  .mt-60 {
    margin-top: 60px !important;
  }
}

.mb-60 {
  margin-bottom: 15.3846153846vw !important;
}
@media (min-width: 768px) {
  .mb-60 {
    margin-bottom: 60px !important;
  }
}

.ml-60 {
  margin-left: 15.3846153846vw !important;
}
@media (min-width: 768px) {
  .ml-60 {
    margin-left: 60px !important;
  }
}

@media (min-width: 768px) {
  .pc-mt-60 {
    margin-top: 60px !important;
  }
}

@media (min-width: 768px) {
  .pc-mb-60 {
    margin-bottom: 60px !important;
  }
}

@media (max-width: 767.98px) {
  .sp-mt-60 {
    margin-top: 15.3846153846vw !important;
  }
}

@media (max-width: 767.98px) {
  .sp-mb-60 {
    margin-bottom: 15.3846153846vw !important;
  }
}

.p-60 {
  padding: 15.3846153846vw !important;
}
@media (min-width: 768px) {
  .p-60 {
    padding: 60px !important;
  }
}

.pt-60 {
  padding-top: 15.3846153846vw !important;
}
@media (min-width: 768px) {
  .pt-60 {
    padding-top: 60px !important;
  }
}

.pb-60 {
  padding-bottom: 15.3846153846vw !important;
}
@media (min-width: 768px) {
  .pb-60 {
    padding-bottom: 60px !important;
  }
}

@media (min-width: 768px) {
  .pc-pt-60 {
    padding-top: 60px !important;
  }
}

@media (min-width: 768px) {
  .pc-pb-60 {
    padding-bottom: 60px !important;
  }
}

@media (max-width: 767.98px) {
  .sp-pt-60 {
    padding-top: 15.3846153846vw !important;
  }
}

@media (max-width: 767.98px) {
  .sp-pb-60 {
    padding-bottom: 15.3846153846vw !important;
  }
}

.m-70 {
  margin: 17.9487179487vw !important;
}
@media (min-width: 768px) {
  .m-70 {
    margin: 70px !important;
  }
}

.mt-70 {
  margin-top: 35.8974358974vw !important;
}
@media (min-width: 768px) {
  .mt-70 {
    margin-top: 70px !important;
  }
}

.mb-70 {
  margin-bottom: 17.9487179487vw !important;
}
@media (min-width: 768px) {
  .mb-70 {
    margin-bottom: 70px !important;
  }
}

.ml-70 {
  margin-left: 17.9487179487vw !important;
}
@media (min-width: 768px) {
  .ml-70 {
    margin-left: 70px !important;
  }
}

@media (min-width: 768px) {
  .pc-mt-70 {
    margin-top: 70px !important;
  }
}

@media (min-width: 768px) {
  .pc-mb-70 {
    margin-bottom: 70px !important;
  }
}

@media (max-width: 767.98px) {
  .sp-mt-70 {
    margin-top: 17.9487179487vw !important;
  }
}

@media (max-width: 767.98px) {
  .sp-mb-70 {
    margin-bottom: 17.9487179487vw !important;
  }
}

.p-70 {
  padding: 17.9487179487vw !important;
}
@media (min-width: 768px) {
  .p-70 {
    padding: 70px !important;
  }
}

.pt-70 {
  padding-top: 17.9487179487vw !important;
}
@media (min-width: 768px) {
  .pt-70 {
    padding-top: 70px !important;
  }
}

.pb-70 {
  padding-bottom: 17.9487179487vw !important;
}
@media (min-width: 768px) {
  .pb-70 {
    padding-bottom: 70px !important;
  }
}

@media (min-width: 768px) {
  .pc-pt-70 {
    padding-top: 70px !important;
  }
}

@media (min-width: 768px) {
  .pc-pb-70 {
    padding-bottom: 70px !important;
  }
}

@media (max-width: 767.98px) {
  .sp-pt-70 {
    padding-top: 17.9487179487vw !important;
  }
}

@media (max-width: 767.98px) {
  .sp-pb-70 {
    padding-bottom: 17.9487179487vw !important;
  }
}

.m-80 {
  margin: 20.5128205128vw !important;
}
@media (min-width: 768px) {
  .m-80 {
    margin: 80px !important;
  }
}

.mt-80 {
  margin-top: 41.0256410256vw !important;
}
@media (min-width: 768px) {
  .mt-80 {
    margin-top: 80px !important;
  }
}

.mb-80 {
  margin-bottom: 20.5128205128vw !important;
}
@media (min-width: 768px) {
  .mb-80 {
    margin-bottom: 80px !important;
  }
}

.ml-80 {
  margin-left: 20.5128205128vw !important;
}
@media (min-width: 768px) {
  .ml-80 {
    margin-left: 80px !important;
  }
}

@media (min-width: 768px) {
  .pc-mt-80 {
    margin-top: 80px !important;
  }
}

@media (min-width: 768px) {
  .pc-mb-80 {
    margin-bottom: 80px !important;
  }
}

@media (max-width: 767.98px) {
  .sp-mt-80 {
    margin-top: 20.5128205128vw !important;
  }
}

@media (max-width: 767.98px) {
  .sp-mb-80 {
    margin-bottom: 20.5128205128vw !important;
  }
}

.p-80 {
  padding: 20.5128205128vw !important;
}
@media (min-width: 768px) {
  .p-80 {
    padding: 80px !important;
  }
}

.pt-80 {
  padding-top: 20.5128205128vw !important;
}
@media (min-width: 768px) {
  .pt-80 {
    padding-top: 80px !important;
  }
}

.pb-80 {
  padding-bottom: 20.5128205128vw !important;
}
@media (min-width: 768px) {
  .pb-80 {
    padding-bottom: 80px !important;
  }
}

@media (min-width: 768px) {
  .pc-pt-80 {
    padding-top: 80px !important;
  }
}

@media (min-width: 768px) {
  .pc-pb-80 {
    padding-bottom: 80px !important;
  }
}

@media (max-width: 767.98px) {
  .sp-pt-80 {
    padding-top: 20.5128205128vw !important;
  }
}

@media (max-width: 767.98px) {
  .sp-pb-80 {
    padding-bottom: 20.5128205128vw !important;
  }
}

.m-90 {
  margin: 23.0769230769vw !important;
}
@media (min-width: 768px) {
  .m-90 {
    margin: 90px !important;
  }
}

.mt-90 {
  margin-top: 46.1538461538vw !important;
}
@media (min-width: 768px) {
  .mt-90 {
    margin-top: 90px !important;
  }
}

.mb-90 {
  margin-bottom: 23.0769230769vw !important;
}
@media (min-width: 768px) {
  .mb-90 {
    margin-bottom: 90px !important;
  }
}

.ml-90 {
  margin-left: 23.0769230769vw !important;
}
@media (min-width: 768px) {
  .ml-90 {
    margin-left: 90px !important;
  }
}

@media (min-width: 768px) {
  .pc-mt-90 {
    margin-top: 90px !important;
  }
}

@media (min-width: 768px) {
  .pc-mb-90 {
    margin-bottom: 90px !important;
  }
}

@media (max-width: 767.98px) {
  .sp-mt-90 {
    margin-top: 23.0769230769vw !important;
  }
}

@media (max-width: 767.98px) {
  .sp-mb-90 {
    margin-bottom: 23.0769230769vw !important;
  }
}

.p-90 {
  padding: 23.0769230769vw !important;
}
@media (min-width: 768px) {
  .p-90 {
    padding: 90px !important;
  }
}

.pt-90 {
  padding-top: 23.0769230769vw !important;
}
@media (min-width: 768px) {
  .pt-90 {
    padding-top: 90px !important;
  }
}

.pb-90 {
  padding-bottom: 23.0769230769vw !important;
}
@media (min-width: 768px) {
  .pb-90 {
    padding-bottom: 90px !important;
  }
}

@media (min-width: 768px) {
  .pc-pt-90 {
    padding-top: 90px !important;
  }
}

@media (min-width: 768px) {
  .pc-pb-90 {
    padding-bottom: 90px !important;
  }
}

@media (max-width: 767.98px) {
  .sp-pt-90 {
    padding-top: 23.0769230769vw !important;
  }
}

@media (max-width: 767.98px) {
  .sp-pb-90 {
    padding-bottom: 23.0769230769vw !important;
  }
}

.m-100 {
  margin: 25.641025641vw !important;
}
@media (min-width: 768px) {
  .m-100 {
    margin: 100px !important;
  }
}

.mt-100 {
  margin-top: 51.2820512821vw !important;
}
@media (min-width: 768px) {
  .mt-100 {
    margin-top: 100px !important;
  }
}

.mb-100 {
  margin-bottom: 25.641025641vw !important;
}
@media (min-width: 768px) {
  .mb-100 {
    margin-bottom: 100px !important;
  }
}

.ml-100 {
  margin-left: 25.641025641vw !important;
}
@media (min-width: 768px) {
  .ml-100 {
    margin-left: 100px !important;
  }
}

@media (min-width: 768px) {
  .pc-mt-100 {
    margin-top: 100px !important;
  }
}

@media (min-width: 768px) {
  .pc-mb-100 {
    margin-bottom: 100px !important;
  }
}

@media (max-width: 767.98px) {
  .sp-mt-100 {
    margin-top: 25.641025641vw !important;
  }
}

@media (max-width: 767.98px) {
  .sp-mb-100 {
    margin-bottom: 25.641025641vw !important;
  }
}

.p-100 {
  padding: 25.641025641vw !important;
}
@media (min-width: 768px) {
  .p-100 {
    padding: 100px !important;
  }
}

.pt-100 {
  padding-top: 25.641025641vw !important;
}
@media (min-width: 768px) {
  .pt-100 {
    padding-top: 100px !important;
  }
}

.pb-100 {
  padding-bottom: 25.641025641vw !important;
}
@media (min-width: 768px) {
  .pb-100 {
    padding-bottom: 100px !important;
  }
}

@media (min-width: 768px) {
  .pc-pt-100 {
    padding-top: 100px !important;
  }
}

@media (min-width: 768px) {
  .pc-pb-100 {
    padding-bottom: 100px !important;
  }
}

@media (max-width: 767.98px) {
  .sp-pt-100 {
    padding-top: 25.641025641vw !important;
  }
}

@media (max-width: 767.98px) {
  .sp-pb-100 {
    padding-bottom: 25.641025641vw !important;
  }
}

.m-110 {
  margin: 28.2051282051vw !important;
}
@media (min-width: 768px) {
  .m-110 {
    margin: 110px !important;
  }
}

.mt-110 {
  margin-top: 56.4102564103vw !important;
}
@media (min-width: 768px) {
  .mt-110 {
    margin-top: 110px !important;
  }
}

.mb-110 {
  margin-bottom: 28.2051282051vw !important;
}
@media (min-width: 768px) {
  .mb-110 {
    margin-bottom: 110px !important;
  }
}

.ml-110 {
  margin-left: 28.2051282051vw !important;
}
@media (min-width: 768px) {
  .ml-110 {
    margin-left: 110px !important;
  }
}

@media (min-width: 768px) {
  .pc-mt-110 {
    margin-top: 110px !important;
  }
}

@media (min-width: 768px) {
  .pc-mb-110 {
    margin-bottom: 110px !important;
  }
}

@media (max-width: 767.98px) {
  .sp-mt-110 {
    margin-top: 28.2051282051vw !important;
  }
}

@media (max-width: 767.98px) {
  .sp-mb-110 {
    margin-bottom: 28.2051282051vw !important;
  }
}

.p-110 {
  padding: 28.2051282051vw !important;
}
@media (min-width: 768px) {
  .p-110 {
    padding: 110px !important;
  }
}

.pt-110 {
  padding-top: 28.2051282051vw !important;
}
@media (min-width: 768px) {
  .pt-110 {
    padding-top: 110px !important;
  }
}

.pb-110 {
  padding-bottom: 28.2051282051vw !important;
}
@media (min-width: 768px) {
  .pb-110 {
    padding-bottom: 110px !important;
  }
}

@media (min-width: 768px) {
  .pc-pt-110 {
    padding-top: 110px !important;
  }
}

@media (min-width: 768px) {
  .pc-pb-110 {
    padding-bottom: 110px !important;
  }
}

@media (max-width: 767.98px) {
  .sp-pt-110 {
    padding-top: 28.2051282051vw !important;
  }
}

@media (max-width: 767.98px) {
  .sp-pb-110 {
    padding-bottom: 28.2051282051vw !important;
  }
}

.m-120 {
  margin: 30.7692307692vw !important;
}
@media (min-width: 768px) {
  .m-120 {
    margin: 120px !important;
  }
}

.mt-120 {
  margin-top: 61.5384615385vw !important;
}
@media (min-width: 768px) {
  .mt-120 {
    margin-top: 120px !important;
  }
}

.mb-120 {
  margin-bottom: 30.7692307692vw !important;
}
@media (min-width: 768px) {
  .mb-120 {
    margin-bottom: 120px !important;
  }
}

.ml-120 {
  margin-left: 30.7692307692vw !important;
}
@media (min-width: 768px) {
  .ml-120 {
    margin-left: 120px !important;
  }
}

@media (min-width: 768px) {
  .pc-mt-120 {
    margin-top: 120px !important;
  }
}

@media (min-width: 768px) {
  .pc-mb-120 {
    margin-bottom: 120px !important;
  }
}

@media (max-width: 767.98px) {
  .sp-mt-120 {
    margin-top: 30.7692307692vw !important;
  }
}

@media (max-width: 767.98px) {
  .sp-mb-120 {
    margin-bottom: 30.7692307692vw !important;
  }
}

.p-120 {
  padding: 30.7692307692vw !important;
}
@media (min-width: 768px) {
  .p-120 {
    padding: 120px !important;
  }
}

.pt-120 {
  padding-top: 30.7692307692vw !important;
}
@media (min-width: 768px) {
  .pt-120 {
    padding-top: 120px !important;
  }
}

.pb-120 {
  padding-bottom: 30.7692307692vw !important;
}
@media (min-width: 768px) {
  .pb-120 {
    padding-bottom: 120px !important;
  }
}

@media (min-width: 768px) {
  .pc-pt-120 {
    padding-top: 120px !important;
  }
}

@media (min-width: 768px) {
  .pc-pb-120 {
    padding-bottom: 120px !important;
  }
}

@media (max-width: 767.98px) {
  .sp-pt-120 {
    padding-top: 30.7692307692vw !important;
  }
}

@media (max-width: 767.98px) {
  .sp-pb-120 {
    padding-bottom: 30.7692307692vw !important;
  }
}

.m-130 {
  margin: 33.3333333333vw !important;
}
@media (min-width: 768px) {
  .m-130 {
    margin: 130px !important;
  }
}

.mt-130 {
  margin-top: 66.6666666667vw !important;
}
@media (min-width: 768px) {
  .mt-130 {
    margin-top: 130px !important;
  }
}

.mb-130 {
  margin-bottom: 33.3333333333vw !important;
}
@media (min-width: 768px) {
  .mb-130 {
    margin-bottom: 130px !important;
  }
}

.ml-130 {
  margin-left: 33.3333333333vw !important;
}
@media (min-width: 768px) {
  .ml-130 {
    margin-left: 130px !important;
  }
}

@media (min-width: 768px) {
  .pc-mt-130 {
    margin-top: 130px !important;
  }
}

@media (min-width: 768px) {
  .pc-mb-130 {
    margin-bottom: 130px !important;
  }
}

@media (max-width: 767.98px) {
  .sp-mt-130 {
    margin-top: 33.3333333333vw !important;
  }
}

@media (max-width: 767.98px) {
  .sp-mb-130 {
    margin-bottom: 33.3333333333vw !important;
  }
}

.p-130 {
  padding: 33.3333333333vw !important;
}
@media (min-width: 768px) {
  .p-130 {
    padding: 130px !important;
  }
}

.pt-130 {
  padding-top: 33.3333333333vw !important;
}
@media (min-width: 768px) {
  .pt-130 {
    padding-top: 130px !important;
  }
}

.pb-130 {
  padding-bottom: 33.3333333333vw !important;
}
@media (min-width: 768px) {
  .pb-130 {
    padding-bottom: 130px !important;
  }
}

@media (min-width: 768px) {
  .pc-pt-130 {
    padding-top: 130px !important;
  }
}

@media (min-width: 768px) {
  .pc-pb-130 {
    padding-bottom: 130px !important;
  }
}

@media (max-width: 767.98px) {
  .sp-pt-130 {
    padding-top: 33.3333333333vw !important;
  }
}

@media (max-width: 767.98px) {
  .sp-pb-130 {
    padding-bottom: 33.3333333333vw !important;
  }
}

.m-140 {
  margin: 35.8974358974vw !important;
}
@media (min-width: 768px) {
  .m-140 {
    margin: 140px !important;
  }
}

.mt-140 {
  margin-top: 71.7948717949vw !important;
}
@media (min-width: 768px) {
  .mt-140 {
    margin-top: 140px !important;
  }
}

.mb-140 {
  margin-bottom: 35.8974358974vw !important;
}
@media (min-width: 768px) {
  .mb-140 {
    margin-bottom: 140px !important;
  }
}

.ml-140 {
  margin-left: 35.8974358974vw !important;
}
@media (min-width: 768px) {
  .ml-140 {
    margin-left: 140px !important;
  }
}

@media (min-width: 768px) {
  .pc-mt-140 {
    margin-top: 140px !important;
  }
}

@media (min-width: 768px) {
  .pc-mb-140 {
    margin-bottom: 140px !important;
  }
}

@media (max-width: 767.98px) {
  .sp-mt-140 {
    margin-top: 35.8974358974vw !important;
  }
}

@media (max-width: 767.98px) {
  .sp-mb-140 {
    margin-bottom: 35.8974358974vw !important;
  }
}

.p-140 {
  padding: 35.8974358974vw !important;
}
@media (min-width: 768px) {
  .p-140 {
    padding: 140px !important;
  }
}

.pt-140 {
  padding-top: 35.8974358974vw !important;
}
@media (min-width: 768px) {
  .pt-140 {
    padding-top: 140px !important;
  }
}

.pb-140 {
  padding-bottom: 35.8974358974vw !important;
}
@media (min-width: 768px) {
  .pb-140 {
    padding-bottom: 140px !important;
  }
}

@media (min-width: 768px) {
  .pc-pt-140 {
    padding-top: 140px !important;
  }
}

@media (min-width: 768px) {
  .pc-pb-140 {
    padding-bottom: 140px !important;
  }
}

@media (max-width: 767.98px) {
  .sp-pt-140 {
    padding-top: 35.8974358974vw !important;
  }
}

@media (max-width: 767.98px) {
  .sp-pb-140 {
    padding-bottom: 35.8974358974vw !important;
  }
}

.m-150 {
  margin: 38.4615384615vw !important;
}
@media (min-width: 768px) {
  .m-150 {
    margin: 150px !important;
  }
}

.mt-150 {
  margin-top: 76.9230769231vw !important;
}
@media (min-width: 768px) {
  .mt-150 {
    margin-top: 150px !important;
  }
}

.mb-150 {
  margin-bottom: 38.4615384615vw !important;
}
@media (min-width: 768px) {
  .mb-150 {
    margin-bottom: 150px !important;
  }
}

.ml-150 {
  margin-left: 38.4615384615vw !important;
}
@media (min-width: 768px) {
  .ml-150 {
    margin-left: 150px !important;
  }
}

@media (min-width: 768px) {
  .pc-mt-150 {
    margin-top: 150px !important;
  }
}

@media (min-width: 768px) {
  .pc-mb-150 {
    margin-bottom: 150px !important;
  }
}

@media (max-width: 767.98px) {
  .sp-mt-150 {
    margin-top: 38.4615384615vw !important;
  }
}

@media (max-width: 767.98px) {
  .sp-mb-150 {
    margin-bottom: 38.4615384615vw !important;
  }
}

.p-150 {
  padding: 38.4615384615vw !important;
}
@media (min-width: 768px) {
  .p-150 {
    padding: 150px !important;
  }
}

.pt-150 {
  padding-top: 38.4615384615vw !important;
}
@media (min-width: 768px) {
  .pt-150 {
    padding-top: 150px !important;
  }
}

.pb-150 {
  padding-bottom: 38.4615384615vw !important;
}
@media (min-width: 768px) {
  .pb-150 {
    padding-bottom: 150px !important;
  }
}

@media (min-width: 768px) {
  .pc-pt-150 {
    padding-top: 150px !important;
  }
}

@media (min-width: 768px) {
  .pc-pb-150 {
    padding-bottom: 150px !important;
  }
}

@media (max-width: 767.98px) {
  .sp-pt-150 {
    padding-top: 38.4615384615vw !important;
  }
}

@media (max-width: 767.98px) {
  .sp-pb-150 {
    padding-bottom: 38.4615384615vw !important;
  }
}

.m-160 {
  margin: 41.0256410256vw !important;
}
@media (min-width: 768px) {
  .m-160 {
    margin: 160px !important;
  }
}

.mt-160 {
  margin-top: 82.0512820513vw !important;
}
@media (min-width: 768px) {
  .mt-160 {
    margin-top: 160px !important;
  }
}

.mb-160 {
  margin-bottom: 41.0256410256vw !important;
}
@media (min-width: 768px) {
  .mb-160 {
    margin-bottom: 160px !important;
  }
}

.ml-160 {
  margin-left: 41.0256410256vw !important;
}
@media (min-width: 768px) {
  .ml-160 {
    margin-left: 160px !important;
  }
}

@media (min-width: 768px) {
  .pc-mt-160 {
    margin-top: 160px !important;
  }
}

@media (min-width: 768px) {
  .pc-mb-160 {
    margin-bottom: 160px !important;
  }
}

@media (max-width: 767.98px) {
  .sp-mt-160 {
    margin-top: 41.0256410256vw !important;
  }
}

@media (max-width: 767.98px) {
  .sp-mb-160 {
    margin-bottom: 41.0256410256vw !important;
  }
}

.p-160 {
  padding: 41.0256410256vw !important;
}
@media (min-width: 768px) {
  .p-160 {
    padding: 160px !important;
  }
}

.pt-160 {
  padding-top: 41.0256410256vw !important;
}
@media (min-width: 768px) {
  .pt-160 {
    padding-top: 160px !important;
  }
}

.pb-160 {
  padding-bottom: 41.0256410256vw !important;
}
@media (min-width: 768px) {
  .pb-160 {
    padding-bottom: 160px !important;
  }
}

@media (min-width: 768px) {
  .pc-pt-160 {
    padding-top: 160px !important;
  }
}

@media (min-width: 768px) {
  .pc-pb-160 {
    padding-bottom: 160px !important;
  }
}

@media (max-width: 767.98px) {
  .sp-pt-160 {
    padding-top: 41.0256410256vw !important;
  }
}

@media (max-width: 767.98px) {
  .sp-pb-160 {
    padding-bottom: 41.0256410256vw !important;
  }
}

.mt-1em {
  margin-top: 1em !important;
}

.mb-1em {
  margin-bottom: 1em !important;
}

@media (min-width: 768px) {
  .pc-mt-1em {
    margin-top: 1em !important;
  }
}

@media (min-width: 768px) {
  .pc-mb-1em {
    margin-bottom: 1em !important;
  }
}

@media (max-width: 767.98px) {
  .sp-mt-1em {
    margin-top: 0.2564102564vw !important;
  }
}

@media (max-width: 767.98px) {
  .sp-mb-1em {
    margin-bottom: 0.2564102564vw !important;
  }
}

.pt-1em {
  padding-top: 1em !important;
}

.pb-1em {
  padding-bottom: 1em !important;
}

@media (min-width: 768px) {
  .pc-pt-1em {
    padding-top: 1em !important;
  }
}

@media (min-width: 768px) {
  .pc-pb-1em {
    padding-bottom: 1em !important;
  }
}

@media (max-width: 767.98px) {
  .sp-pt-1em {
    padding-top: 1em !important;
  }
}

@media (max-width: 767.98px) {
  .sp-pb-1em {
    padding-bottom: 1em !important;
  }
}

.mt-2em {
  margin-top: 2em !important;
}

.mb-2em {
  margin-bottom: 2em !important;
}

@media (min-width: 768px) {
  .pc-mt-2em {
    margin-top: 2em !important;
  }
}

@media (min-width: 768px) {
  .pc-mb-2em {
    margin-bottom: 2em !important;
  }
}

@media (max-width: 767.98px) {
  .sp-mt-2em {
    margin-top: 0.5128205128vw !important;
  }
}

@media (max-width: 767.98px) {
  .sp-mb-2em {
    margin-bottom: 0.5128205128vw !important;
  }
}

.pt-2em {
  padding-top: 2em !important;
}

.pb-2em {
  padding-bottom: 2em !important;
}

@media (min-width: 768px) {
  .pc-pt-2em {
    padding-top: 2em !important;
  }
}

@media (min-width: 768px) {
  .pc-pb-2em {
    padding-bottom: 2em !important;
  }
}

@media (max-width: 767.98px) {
  .sp-pt-2em {
    padding-top: 2em !important;
  }
}

@media (max-width: 767.98px) {
  .sp-pb-2em {
    padding-bottom: 2em !important;
  }
}

.mt-3em {
  margin-top: 3em !important;
}

.mb-3em {
  margin-bottom: 3em !important;
}

@media (min-width: 768px) {
  .pc-mt-3em {
    margin-top: 3em !important;
  }
}

@media (min-width: 768px) {
  .pc-mb-3em {
    margin-bottom: 3em !important;
  }
}

@media (max-width: 767.98px) {
  .sp-mt-3em {
    margin-top: 0.7692307692vw !important;
  }
}

@media (max-width: 767.98px) {
  .sp-mb-3em {
    margin-bottom: 0.7692307692vw !important;
  }
}

.pt-3em {
  padding-top: 3em !important;
}

.pb-3em {
  padding-bottom: 3em !important;
}

@media (min-width: 768px) {
  .pc-pt-3em {
    padding-top: 3em !important;
  }
}

@media (min-width: 768px) {
  .pc-pb-3em {
    padding-bottom: 3em !important;
  }
}

@media (max-width: 767.98px) {
  .sp-pt-3em {
    padding-top: 3em !important;
  }
}

@media (max-width: 767.98px) {
  .sp-pb-3em {
    padding-bottom: 3em !important;
  }
}

.mt-4em {
  margin-top: 4em !important;
}

.mb-4em {
  margin-bottom: 4em !important;
}

@media (min-width: 768px) {
  .pc-mt-4em {
    margin-top: 4em !important;
  }
}

@media (min-width: 768px) {
  .pc-mb-4em {
    margin-bottom: 4em !important;
  }
}

@media (max-width: 767.98px) {
  .sp-mt-4em {
    margin-top: 1.0256410256vw !important;
  }
}

@media (max-width: 767.98px) {
  .sp-mb-4em {
    margin-bottom: 1.0256410256vw !important;
  }
}

.pt-4em {
  padding-top: 4em !important;
}

.pb-4em {
  padding-bottom: 4em !important;
}

@media (min-width: 768px) {
  .pc-pt-4em {
    padding-top: 4em !important;
  }
}

@media (min-width: 768px) {
  .pc-pb-4em {
    padding-bottom: 4em !important;
  }
}

@media (max-width: 767.98px) {
  .sp-pt-4em {
    padding-top: 4em !important;
  }
}

@media (max-width: 767.98px) {
  .sp-pb-4em {
    padding-bottom: 4em !important;
  }
}

.mt-5em {
  margin-top: 5em !important;
}

.mb-5em {
  margin-bottom: 5em !important;
}

@media (min-width: 768px) {
  .pc-mt-5em {
    margin-top: 5em !important;
  }
}

@media (min-width: 768px) {
  .pc-mb-5em {
    margin-bottom: 5em !important;
  }
}

@media (max-width: 767.98px) {
  .sp-mt-5em {
    margin-top: 1.2820512821vw !important;
  }
}

@media (max-width: 767.98px) {
  .sp-mb-5em {
    margin-bottom: 1.2820512821vw !important;
  }
}

.pt-5em {
  padding-top: 5em !important;
}

.pb-5em {
  padding-bottom: 5em !important;
}

@media (min-width: 768px) {
  .pc-pt-5em {
    padding-top: 5em !important;
  }
}

@media (min-width: 768px) {
  .pc-pb-5em {
    padding-bottom: 5em !important;
  }
}

@media (max-width: 767.98px) {
  .sp-pt-5em {
    padding-top: 5em !important;
  }
}

@media (max-width: 767.98px) {
  .sp-pb-5em {
    padding-bottom: 5em !important;
  }
}

.mt-6em {
  margin-top: 6em !important;
}

.mb-6em {
  margin-bottom: 6em !important;
}

@media (min-width: 768px) {
  .pc-mt-6em {
    margin-top: 6em !important;
  }
}

@media (min-width: 768px) {
  .pc-mb-6em {
    margin-bottom: 6em !important;
  }
}

@media (max-width: 767.98px) {
  .sp-mt-6em {
    margin-top: 1.5384615385vw !important;
  }
}

@media (max-width: 767.98px) {
  .sp-mb-6em {
    margin-bottom: 1.5384615385vw !important;
  }
}

.pt-6em {
  padding-top: 6em !important;
}

.pb-6em {
  padding-bottom: 6em !important;
}

@media (min-width: 768px) {
  .pc-pt-6em {
    padding-top: 6em !important;
  }
}

@media (min-width: 768px) {
  .pc-pb-6em {
    padding-bottom: 6em !important;
  }
}

@media (max-width: 767.98px) {
  .sp-pt-6em {
    padding-top: 6em !important;
  }
}

@media (max-width: 767.98px) {
  .sp-pb-6em {
    padding-bottom: 6em !important;
  }
}

.mt-7em {
  margin-top: 7em !important;
}

.mb-7em {
  margin-bottom: 7em !important;
}

@media (min-width: 768px) {
  .pc-mt-7em {
    margin-top: 7em !important;
  }
}

@media (min-width: 768px) {
  .pc-mb-7em {
    margin-bottom: 7em !important;
  }
}

@media (max-width: 767.98px) {
  .sp-mt-7em {
    margin-top: 1.7948717949vw !important;
  }
}

@media (max-width: 767.98px) {
  .sp-mb-7em {
    margin-bottom: 1.7948717949vw !important;
  }
}

.pt-7em {
  padding-top: 7em !important;
}

.pb-7em {
  padding-bottom: 7em !important;
}

@media (min-width: 768px) {
  .pc-pt-7em {
    padding-top: 7em !important;
  }
}

@media (min-width: 768px) {
  .pc-pb-7em {
    padding-bottom: 7em !important;
  }
}

@media (max-width: 767.98px) {
  .sp-pt-7em {
    padding-top: 7em !important;
  }
}

@media (max-width: 767.98px) {
  .sp-pb-7em {
    padding-bottom: 7em !important;
  }
}

.mt-8em {
  margin-top: 8em !important;
}

.mb-8em {
  margin-bottom: 8em !important;
}

@media (min-width: 768px) {
  .pc-mt-8em {
    margin-top: 8em !important;
  }
}

@media (min-width: 768px) {
  .pc-mb-8em {
    margin-bottom: 8em !important;
  }
}

@media (max-width: 767.98px) {
  .sp-mt-8em {
    margin-top: 2.0512820513vw !important;
  }
}

@media (max-width: 767.98px) {
  .sp-mb-8em {
    margin-bottom: 2.0512820513vw !important;
  }
}

.pt-8em {
  padding-top: 8em !important;
}

.pb-8em {
  padding-bottom: 8em !important;
}

@media (min-width: 768px) {
  .pc-pt-8em {
    padding-top: 8em !important;
  }
}

@media (min-width: 768px) {
  .pc-pb-8em {
    padding-bottom: 8em !important;
  }
}

@media (max-width: 767.98px) {
  .sp-pt-8em {
    padding-top: 8em !important;
  }
}

@media (max-width: 767.98px) {
  .sp-pb-8em {
    padding-bottom: 8em !important;
  }
}

.mt-9em {
  margin-top: 9em !important;
}

.mb-9em {
  margin-bottom: 9em !important;
}

@media (min-width: 768px) {
  .pc-mt-9em {
    margin-top: 9em !important;
  }
}

@media (min-width: 768px) {
  .pc-mb-9em {
    margin-bottom: 9em !important;
  }
}

@media (max-width: 767.98px) {
  .sp-mt-9em {
    margin-top: 2.3076923077vw !important;
  }
}

@media (max-width: 767.98px) {
  .sp-mb-9em {
    margin-bottom: 2.3076923077vw !important;
  }
}

.pt-9em {
  padding-top: 9em !important;
}

.pb-9em {
  padding-bottom: 9em !important;
}

@media (min-width: 768px) {
  .pc-pt-9em {
    padding-top: 9em !important;
  }
}

@media (min-width: 768px) {
  .pc-pb-9em {
    padding-bottom: 9em !important;
  }
}

@media (max-width: 767.98px) {
  .sp-pt-9em {
    padding-top: 9em !important;
  }
}

@media (max-width: 767.98px) {
  .sp-pb-9em {
    padding-bottom: 9em !important;
  }
}

.mt-10em {
  margin-top: 10em !important;
}

.mb-10em {
  margin-bottom: 10em !important;
}

@media (min-width: 768px) {
  .pc-mt-10em {
    margin-top: 10em !important;
  }
}

@media (min-width: 768px) {
  .pc-mb-10em {
    margin-bottom: 10em !important;
  }
}

@media (max-width: 767.98px) {
  .sp-mt-10em {
    margin-top: 2.5641025641vw !important;
  }
}

@media (max-width: 767.98px) {
  .sp-mb-10em {
    margin-bottom: 2.5641025641vw !important;
  }
}

.pt-10em {
  padding-top: 10em !important;
}

.pb-10em {
  padding-bottom: 10em !important;
}

@media (min-width: 768px) {
  .pc-pt-10em {
    padding-top: 10em !important;
  }
}

@media (min-width: 768px) {
  .pc-pb-10em {
    padding-bottom: 10em !important;
  }
}

@media (max-width: 767.98px) {
  .sp-pt-10em {
    padding-top: 10em !important;
  }
}

@media (max-width: 767.98px) {
  .sp-pb-10em {
    padding-bottom: 10em !important;
  }
}

@media (min-width: 768px) {
  .pc-pl-2em {
    padding-left: 2em !important;
  }
}

.pr-0 {
  padding-right: 0 !important;
}

.spacer-s {
  margin-top: 7.6923076923vw !important;
}
@media (min-width: 768px) {
  .spacer-s {
    margin-top: 30px !important;
  }
}

.spacer {
  margin-top: 15.3846153846vw !important;
}
@media (min-width: 768px) {
  .spacer {
    margin-top: 60px !important;
  }
}

.spacer-l {
  padding-top: 25.641025641vw !important;
}
@media (min-width: 768px) {
  .spacer-l {
    padding-top: 100px !important;
  }
}

/* Aspect
========================================================================== */
.aspect-auto {
  aspect-ratio: auto;
}

.aspect-video {
  aspect-ratio: 16/9;
}

.visually-hidden {
  position: fixed !important;
  /* keep it on viewport */
  top: 0px !important;
  left: 0px !important;
  /* give it non-zero size, VoiceOver on Safari requires at least 2 pixels
     before allowing buttons to be activated. */
  width: 4px !important;
  height: 4px !important;
  /* visually hide it with overflow and opacity */
  opacity: 0 !important;
  overflow: hidden !important;
  /* remove any margin or padding */
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
  /* ensure no other style sets display to none */
  display: block !important;
  visibility: visible !important;
}

/* ClearFix
========================================================================== */
.clearfix::after {
  clear: both;
  content: "";
  display: block;
}

/* layout
========================================================================== */
.extend-x {
  margin: 0 -6%;
}

.u-fontweight_bold {
  font-weight: bold;
}

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

@media (min-width: 768px) {
  .u-ta_l-pc {
    text-align: left;
  }
}

.u-fz_110p {
  font-size: 110%;
}

.u-fz_125p {
  font-size: 125%;
}

@keyframes purun {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  15% {
    transform: scale(0.9, 0.9) translate(0%, 5%);
  }
  30% {
    transform: scale(1.3, 0.8) translate(0%, 10%);
  }
  50% {
    transform: scale(0.8, 1.1) translate(0%, -10%);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
  }
}
@keyframes slideDown {
  0% {
    display: block;
    height: 0;
    opacity: 0;
  }
  1% {
    display: block;
    height: 0;
    opacity: 0;
  }
  100% {
    display: block;
    height: 100vh;
    opacity: 1;
  }
}
@keyframes slideUp {
  0% {
    display: block;
    height: 100vh;
    opacity: 1;
  }
  99% {
    display: block;
    height: 0;
    opacity: 0;
  }
  100% {
    display: none;
    height: 0;
    opacity: 0;
  }
}
@keyframes headerShow {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes headerHide {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-100%);
  }
}