@charset "UTF-8";
/* --------------------------------------
　　案件ごとに編集　▼ ここから ▼
-------------------------------------- */
img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

html {
  -webkit-tap-highlight-color: transparent;
  font-size: 10px;
  scroll-behavior: smooth;
}
@media screen and (max-width: 1280px) {
  html {
    font-size: 0.78125vw;
  }
}
@media screen and (max-width: 750px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 400;
  font-style: normal;
  color: #000;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: none;
}

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

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

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

input[type=radio] {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  margin: -1px;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

canvas {
  display: block;
}

.contents__inner {
  padding-left: 6.9rem;
  padding-right: 6.9rem;
  max-width: 113.8rem;
  height: 100%;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .contents__inner {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.column {
  display: flex;
}

a {
  transition: all 0.3s;
}

.grecaptcha-badge {
  visibility: hidden;
}

/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

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

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

.footerBanner {
  padding-top: 6rem;
  margin-bottom: -2rem;
}
@media screen and (max-width: 750px) {
  .footerBanner {
    padding-top: 5rem;
    margin-bottom: 0;
  }
}

.footerBanner__link {
  border-radius: 1.5625vw;
  overflow: hidden;
  border: 0.15625vw solid #fff;
  margin-left: 1.5625vw;
  margin-right: 1.5625vw;
  width: 96.875vw;
  display: block;
  height: 21.875vw;
  background-image: url(../images/top/footer_banner_bg_01.png);
  background-size: cover;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .footerBanner__link {
    border-radius: 1rem;
    border: 0.2rem solid #fff;
    margin-left: 1rem;
    margin-right: 1rem;
    width: 35.5rem;
    height: 17rem;
    background-image: url(../images/top/sp-footer_banner_bg_01.png);
  }
}
.footerBanner__link::after {
  transition: all 0.3s;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #DE0D22;
  opacity: 0.7;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.footerBanner__link:hover::after {
  opacity: 0.4;
}

.footerBanner__linkInner {
  position: relative;
  z-index: 10;
  padding: 3.90625vw;
}
@media screen and (max-width: 750px) {
  .footerBanner__linkInner {
    padding: 2.5rem;
  }
}

.footerBanner__img {
  width: 3.4375vw;
}
@media screen and (max-width: 750px) {
  .footerBanner__img {
    width: 2.9rem;
  }
}

.footerBanner__title {
  margin-top: 0.78125vw;
  font-family: "Roboto", sans-serif;
  font-size: 4.6875vw;
  line-height: 1.3166666667;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
}
@media screen and (max-width: 750px) {
  .footerBanner__title {
    margin-top: 0.3rem;
    font-size: 4rem;
  }
}

.footerBanner__text {
  margin-top: 0.78125vw;
  font-family: "Roboto", sans-serif;
  font-size: 1.25vw;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
  padding-left: 1.796875vw;
  position: relative;
}
@media screen and (max-width: 750px) {
  .footerBanner__text {
    margin-top: 0.3rem;
    font-size: 1.6rem;
    padding-left: 1.5rem;
  }
}
.footerBanner__text::before {
  content: "";
  display: block;
  position: absolute;
  transform: translateY(-50%);
  left: 0;
  top: 50%;
  width: 0.78125vw;
  height: 0.78125vw;
  background-color: #fff;
  border-radius: 0.78125vw;
}
@media screen and (max-width: 750px) {
  .footerBanner__text::before {
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 0.8rem;
  }
}

.footer {
  background-color: #F1EDED;
}

.footer__inner {
  padding: 8rem 6.9rem 0;
}
@media screen and (max-width: 750px) {
  .footer__inner {
    padding: 5rem 4.5rem 0;
  }
}

.columnFooter {
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .columnFooter {
    flex-direction: column;
    align-items: center;
  }
}

@media screen and (max-width: 750px) {
  .columnFooter__item {
    width: 100%;
  }
}

.columnFooter__logo {
  width: 22.3rem;
  display: block;
}
@media screen and (max-width: 750px) {
  .columnFooter__logo {
    margin: 0 auto;
    width: 17.9rem;
  }
}

.footer__company {
  margin-top: 3.5rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.9375;
  letter-spacing: 0.1em;
  color: #DE0D22;
}
@media screen and (max-width: 750px) {
  .footer__company {
    margin-top: 1rem;
    text-align: center;
    font-size: 1.4rem;
  }
}
.footer__company:first-child {
  margin-top: 0;
}

.footer__access {
  margin-top: 0.8rem;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.2142857143;
  letter-spacing: 0.1em;
  color: #DE0D22;
}
@media screen and (max-width: 750px) {
  .footer__access {
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.4166666667;
  }
}

.footer__list {
  margin-top: 5rem;
}
@media screen and (max-width: 750px) {
  .footer__list {
    margin-top: 3rem;
  }
}

.listFooter {
  gap: 0 4rem;
}
@media screen and (max-width: 750px) {
  .listFooter {
    flex-direction: column;
  }
}

.listFooter__item {
  width: 18rem;
}
@media screen and (max-width: 750px) {
  .listFooter__item {
    width: 100%;
  }
}

.linkFooter {
  display: block;
  padding: 1.5rem 2rem;
  font-size: 1.4rem;
  font-weight: 900;
  line-height: 1.3571428571;
  letter-spacing: 0.05em;
  color: #DE0D22;
  border-bottom: 0.1rem solid #DE0D22;
  position: relative;
}
@media screen and (max-width: 750px) {
  .linkFooter {
    font-size: 1.6rem;
    padding: 1.2rem 2rem;
  }
}
.linkFooter::after {
  content: "";
  display: block;
  background-color: #DE0D22;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 0.6rem;
  position: absolute;
  transform: translateY(-50%);
  left: 0.3rem;
  top: 50%;
  transition: all 0.3s;
}
.linkFooter:hover::after {
  transform: translateY(-50%) scale(2.2);
}

.footer__button {
  margin-top: 3rem;
}
@media screen and (max-width: 750px) {
  .footer__button {
    margin-top: 3.5rem;
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }
}

.footer__bottom {
  margin-top: 5.3rem;
  border-top: 0.1rem solid #DE0D22;
  padding-top: 1.5rem;
  padding-bottom: 6rem;
}
@media screen and (max-width: 750px) {
  .footer__bottom {
    margin-top: 3rem;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    padding-bottom: 1.5rem;
  }
}

.footer__copyright {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.2142857143;
  letter-spacing: 0.1em;
  color: #DE0D22;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .footer__copyright {
    font-size: 1rem;
  }
}

.header {
  height: 8.4rem;
  background: #fff;
  width: 100%;
  position: sticky;
  top: 0;
  left: 0;
  border-bottom: 0.1rem solid #E4E4E4;
  z-index: 10000;
}
@media screen and (max-width: 750px) {
  .header {
    height: 7.6rem;
    top: 0;
    left: 0;
    width: 100%;
  }
}

.header__inner {
  height: 100%;
  align-items: center;
  justify-content: space-between;
  padding-left: 6.9rem;
  padding-right: 0;
}
@media screen and (max-width: 750px) {
  .header__inner {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.header__left {
  display: flex;
  align-items: center;
  gap: 0 7rem;
}

.header__logo {
  display: block;
  width: 17.9rem;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 750px) {
  .header__logo {
    width: 12.8rem;
  }
}

.header__text {
  color: #DE0D22;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4166666667;
  letter-spacing: 0.2em;
}

.header__pcList {
  display: block;
}
@media screen and (max-width: 750px) {
  .header__pcList {
    display: none;
  }
}
.header__pcList .header__list {
  gap: 0 5rem;
  align-items: center;
}
.header__pcList .header__item--sns {
  margin-left: -1.7rem;
}
.header__pcList .header__item--shop {
  margin-left: -2.3rem;
}
.header__pcList .header__link {
  color: #000;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3571428571; /* 180% */
  letter-spacing: 0.05em;
  transition: all 0.3s;
  padding: 2rem 0;
}
.header__pcList .header__link:hover {
  color: #E60012;
}
.header__pcList .header__sns {
  display: block;
  width: 3.2rem;
}
.header__pcList .header__shop {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 8.5rem;
  height: 8.5rem;
  background-color: #DE0D22;
}
.header__pcList .header__shopImg {
  width: 1.7rem;
}
.header__pcList .header__shopText {
  margin-top: 0.6rem;
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1; /* 180% */
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
}
.header__pcList .header__button {
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin-left: 2.4rem;
  border-radius: 2rem;
  height: 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 3.2rem;
  background: #E60012;
  color: #fff;
  color: #FFF;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 900;
  line-height: 1.8; /* 180% */
  letter-spacing: 0.06em;
}
.header__pcList .header__button:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  transition: all 0.3s;
  background: linear-gradient(94deg, #E60012 0%, #FFD071 127.52%);
}
.header__pcList .header__button:hover:before {
  opacity: 0;
}

.header__spNavArea {
  display: none;
}
@media screen and (max-width: 750px) {
  .header__spNavArea {
    display: flex;
    gap: 0 1.7rem;
    align-items: center;
  }
}

.header__sns {
  width: 4rem;
  display: block;
}

.header__spList {
  display: none;
}
@media screen and (max-width: 750px) {
  .header__spList {
    display: block;
    z-index: 1;
    background-color: #F1EDED;
    overflow: scroll;
    padding: 2rem 4.5rem 3.2rem;
    background-image: url(../images/common/sp-header_nav_bg_01.png);
    background-size: 37.5rem auto;
    background-repeat: no-repeat;
  }
}
.header__spList.is-active {
  transform: translateX(0);
}
@media screen and (max-width: 750px) {
  .header__spList .header__spListIcon {
    position: absolute;
    right: 0;
    top: 10rem;
    width: 19.8rem;
    margin-right: 0;
    margin-top: 0;
    z-index: 1;
    opacity: 0.4;
  }
}
.header__spList .header__list {
  position: relative;
  z-index: 10;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2.3rem 3.3rem;
}
.header__spList .header__item {
  width: 12.6rem;
}
.header__spList .header__link {
  display: block;
  padding: 1.5rem 2rem;
  font-size: 1.4rem;
  font-weight: 900;
  line-height: 1.3571428571;
  letter-spacing: 0.05em;
  color: #DE0D22;
  border-bottom: 0.1rem solid #DE0D22;
  position: relative;
}
@media screen and (max-width: 750px) {
  .header__spList .header__link {
    font-size: 1.6rem;
    padding: 1.2rem 2rem;
  }
}
.header__spList .header__link::after {
  content: "";
  display: block;
  background-color: #DE0D22;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 0.6rem;
  position: absolute;
  transform: translateY(-50%);
  left: 0.3rem;
  top: 50%;
}
.header__spList .header__button {
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin: 4rem auto 0;
  max-width: 22rem;
  border-radius: 2rem;
  height: 3.6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 3.2rem;
  background: #E60012;
  color: #fff;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 900;
  line-height: 1.8; /* 180% */
  letter-spacing: 0.06em;
}
.header__spList .header__button:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  transition: all 0.3s;
  background: linear-gradient(94deg, #E60012 0%, #FFD071 127.52%);
}
.header__spList .header__button:hover:before {
  opacity: 0;
}
.header__spList .header__buttonList {
  margin-top: 3.5rem;
}
.header__spList .header__buttonItem + .header__buttonItem {
  margin-top: 1.2rem;
}

.header__hb {
  display: none;
}
@media screen and (max-width: 750px) {
  .header__hb {
    width: 3.5rem;
    height: 3.5rem;
    flex-shrink: 0;
    border-radius: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 10;
  }
}

.header__hbBorder {
  display: block;
  background-color: #DE0D22;
  width: 2.9rem;
  height: 0.2rem;
  transition: all 0.3s;
}
.header__hbBorder:not(:first-child) {
  margin-top: 0.8rem;
  margin-left: auto;
}
.header__hbBorder:last-child {
  width: 1.9rem;
}

.header__hb.is-active .header__hbBorder:first-child {
  transform: rotate(-30deg) translate(-0.2rem, 0.1rem);
}
.header__hb.is-active .header__hbBorder:last-child {
  margin-top: 0;
  width: 2.9rem;
  transform: rotate(30deg) translate(-0.1rem, 0rem);
}

.headerBg {
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
}
.headerBg.is-active {
  opacity: 0.3;
  visibility: visible;
}

.main {
  overflow: hidden;
}

.table, .table .table__td, .table .table__th {
  border-collapse: collapse; /* 1pxにする */
  border: 1px solid #666;
}

.table.table--privacy {
  margin: 4rem auto;
}

.table__td, .table .table__th {
  padding: 1rem;
}

.buttonMain {
  position: relative;
  height: 7rem;
  display: block;
  cursor: pointer;
}
.buttonMain::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 0.6rem;
  background-color: #fff;
  transform: translateY(-50%);
  transform-origin: center center;
  top: 50%;
  left: 1.8rem;
  pointer-events: none;
  transition: all 0.3s;
}
.buttonMain::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  background-image: url(../images/common/button_arrow_01.png);
  background-size: contain;
  width: 2.9rem;
  height: 2.9rem;
  transform: translateY(-50%);
  top: 50%;
  right: 1.4rem;
  z-index: 10;
  pointer-events: none;
  transition: all 0.3s;
}
@media screen and (max-width: 750px) {
  .buttonMain::after {
    width: 4rem;
    height: 4rem;
  }
}
.buttonMain:hover::before {
  transform: translateY(-50%) scale(2.2);
}
.buttonMain .buttonMain__inner {
  font-family: "Roboto", sans-serif;
  padding: 0 3.7rem;
  width: 100%;
  height: 100%;
  display: block;
  background-color: #DE0D22;
  border-radius: 0.5rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  font-size: 1.4rem;
  line-height: 1.3571428571;
  letter-spacing: 0.05em;
  font-style: normal;
  font-weight: 900;
  color: #fff;
  transition: all 0.3s;
}
@media screen and (max-width: 750px) {
  .buttonMain .buttonMain__inner {
    font-size: 1.4rem;
  }
}
.buttonMain.buttonMain--ac::after {
  transform: translateY(-50%) rotate(90deg);
}
.buttonMain.buttonMain--ac.is-active::after {
  transform: translateY(-50%) rotate(-90deg);
  background-image: url(../images/common/button_arrow_01_inactive.png);
}
.buttonMain.buttonMain--ac.is-active .buttonMain__inner {
  background-color: #4B4B4B;
}
.buttonMain.buttonMain--ac .buttonMain__text--inactive, .buttonMain.buttonMain--ac.is-active .buttonMain__text--active {
  display: block;
}
.buttonMain.buttonMain--ac .buttonMain__text--active, .buttonMain.buttonMain--ac.is-active .buttonMain__text--inactive {
  display: none;
}

.headTitle {
  height: 31rem;
  position: relative;
  overflow: hidden;
  width: 100%;
  z-index: 100;
}
@media screen and (max-width: 750px) {
  .headTitle {
    height: 17rem;
  }
}
.headTitle::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #F0EDED;
  position: absolute;
  top: 0;
  left: 0;
}

.headTitle__accent {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.headTitle__accent--01 {
  width: 36.4rem;
  position: absolute;
  top: -26.7rem;
  left: -4.4rem;
  z-index: 10;
}
@media screen and (max-width: 750px) {
  .headTitle__accent--01 {
    width: 27.8rem;
    top: -18.9rem;
    left: -14.7rem;
  }
}

_::-webkit-full-page-media, _:future, :root .headTitle__accent--01 {
  width: 36.4rem;
  position: absolute;
  top: -26.7rem;
  left: -4.4rem;
  z-index: 10;
}
@media screen and (max-width: 750px) {
  _::-webkit-full-page-media, _:future, :root .headTitle__accent--01 {
    width: 27.8rem;
    top: -18.9rem;
    left: -14.7rem;
  }
}

.headTitle__accent--02 {
  width: 44.7rem;
  position: absolute;
  top: 6.5rem;
  left: 40.7rem;
  z-index: 10;
}
@media screen and (max-width: 750px) {
  .headTitle__accent--02 {
    width: 18.9rem;
    top: 6.4rem;
    left: -1.8rem;
  }
}

.headTitle__inner {
  padding-left: 6.9rem;
  height: 100%;
  z-index: 10;
  position: relative;
}
@media screen and (max-width: 750px) {
  .headTitle__inner {
    padding-left: 2rem;
  }
}

.headTitle__column {
  justify-content: space-between;
  align-items: center;
}

.headTitle__columnItem:nth-child(1) {
  position: relative;
  z-index: 10;
}
.headTitle__columnItem:nth-child(2) {
  width: 61.8rem;
}
@media screen and (max-width: 750px) {
  .headTitle__columnItem:nth-child(2) {
    width: 27.8rem;
    margin-left: -25rem;
    margin-top: 3.3rem;
    margin-bottom: -1rem;
  }
}

.headTitle__text {
  display: flex;
  flex-direction: column;
}

.headTitle__text--en {
  font-family: "Roboto", sans-serif;
  font-size: 6rem;
  line-height: 1.3166666667;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #DE0D22;
}
@media screen and (max-width: 750px) {
  .headTitle__text--en {
    font-size: 4rem;
    line-height: 1.325;
  }
}

.headTitle__text--jp {
  margin-top: -0.8rem;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.2em;
  font-weight: 700;
  color: #DE0D22;
}
@media screen and (max-width: 750px) {
  .headTitle__text--jp {
    margin-top: -0.4rem;
  }
}

.headTitle__text--onlyJp {
  font-size: 3.4rem;
  line-height: 1.4411764706;
  letter-spacing: 0.2em;
  font-weight: 700;
  color: #DE0D22;
}
@media screen and (max-width: 750px) {
  .headTitle__text--onlyJp {
    font-size: 2.6rem;
    line-height: 1.4230769231;
  }
}

.scrollTextTopLead {
  overflow: hidden;
}

.scrollTextTopLead__list {
  display: flex;
  flex-wrap: nowrap;
  gap: 0 4rem;
  animation: infinity-scroll-left 40s infinite linear 0.5s both;
}
@media screen and (max-width: 750px) {
  .scrollTextTopLead__list {
    gap: 0 2.8rem;
  }
}

.scrollTextTopLead__item {
  width: 66.1rem;
  flex-shrink: 0;
}
@media screen and (max-width: 750px) {
  .scrollTextTopLead__item {
    width: 45.9rem;
  }
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.JsInview {
  filter: blur(3px);
  overflow: hidden;
  opacity: 0;
  transition: all 1.2s;
}
.JsInview.is-active {
  opacity: 1;
  filter: blur(0px);
}
.JsInviewBox__01, .JsInviewBox__02, .JsInviewBox__03, .JsInviewBox__04, .JsInviewBox__05, .JsInviewBox__06, .JsInviewBox__07, .JsInviewBox__08, .JsInviewBox__09, .JsInviewBox__10 {
  transform: translateX(2rem);
  opacity: 0;
  transition: all 0.6s;
}
.is-active .JsInviewBox__01, .is-active .JsInviewBox__02, .is-active .JsInviewBox__03, .is-active .JsInviewBox__04, .is-active .JsInviewBox__05, .is-active .JsInviewBox__06, .is-active .JsInviewBox__07, .is-active .JsInviewBox__08, .is-active .JsInviewBox__09, .is-active .JsInviewBox__10 {
  opacity: 1;
  transform: translateX(0);
}
.JsInviewBox__01 {
  transition-delay: 0;
}
.JsInviewBox__02 {
  transition-delay: 0.2s;
}
.JsInviewBox__03 {
  transition-delay: 0.4s;
}
.JsInviewBox__04 {
  transition-delay: 0.6s;
}
.JsInviewBox__05 {
  transition-delay: 0.8s;
}
.JsInviewBox__06 {
  transition-delay: 1s;
}
.JsInviewBox__07 {
  transition-delay: 1.2s;
}
.JsInviewBox__08 {
  transition-delay: 1.4s;
}
.JsInviewBox__09 {
  transition-delay: 1.6s;
}
.JsInviewBox__10 {
  transition-delay: 1.8s;
}
.JsInviewBoxCover__01, .JsInviewBoxCover__02, .JsInviewBoxCover__03, .JsInviewBoxCover__04, .JsInviewBoxCover__05, .JsInviewBoxCover__06, .JsInviewBoxCover__07, .JsInviewBoxCover__08, .JsInviewBoxCover__09, .JsInviewBoxCover__10 {
  position: relative;
}
.JsInviewBoxCover__01::after, .JsInviewBoxCover__02::after, .JsInviewBoxCover__03::after, .JsInviewBoxCover__04::after, .JsInviewBoxCover__05::after, .JsInviewBoxCover__06::after, .JsInviewBoxCover__07::after, .JsInviewBoxCover__08::after, .JsInviewBoxCover__09::after, .JsInviewBoxCover__10::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.7;
  transition: all 0.6s;
  position: absolute;
  top: 0;
  left: 0;
}
.is-active .JsInviewBoxCover__01::after, .is-active .JsInviewBoxCover__02::after, .is-active .JsInviewBoxCover__03::after, .is-active .JsInviewBoxCover__04::after, .is-active .JsInviewBoxCover__05::after, .is-active .JsInviewBoxCover__06::after, .is-active .JsInviewBoxCover__07::after, .is-active .JsInviewBoxCover__08::after, .is-active .JsInviewBoxCover__09::after, .is-active .JsInviewBoxCover__10::after {
  opacity: 0;
}
.JsInviewBoxCover__01::after {
  transition-delay: 0;
}
.JsInviewBoxCover__02::after {
  transition-delay: 0.2s;
}
.JsInviewBoxCover__03::after {
  transition-delay: 0.4s;
}
.JsInviewBoxCover__04 {
  transition-delay: 0.6s;
}
.JsInviewBoxCover__05 {
  transition-delay: 0.8s;
}
.JsInviewBoxCover__06 {
  transition-delay: 1s;
}
.JsInviewBoxCover__07 {
  transition-delay: 1.2s;
}
.JsInviewBoxCover__08 {
  transition-delay: 1.4s;
}
.JsInviewBoxCover__09 {
  transition-delay: 1.6s;
}
.JsInviewBoxCover__10 {
  transition-delay: 1.8s;
}

.show-pc {
  display: block;
}
@media screen and (max-width: 750px) {
  .show-pc {
    display: none;
  }
}

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

.show-pc2 {
  display: inline-block;
}

@media screen and (max-width: 750px) {
  .show-pc2 {
    display: none;
  }
}