@charset "UTF-8";
/*!
 * ress.css • v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+Antique:wght@900&display=swap");
@import url("https://use.typekit.net/szb0sjl.css");
html {
  -webkit-box-sizing: border-box;
          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 */
  -webkit-box-sizing: inherit;
          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 */
  color: inherit; /* Correct border color 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 */
}

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

table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}

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

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

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
   # ================================================================= */
/* 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=true] {
  cursor: default;
}

/* common */
/* =============================
 base
============================= */
html {
  font-size: 0.6666666667vw;
  scroll-behavior: smooth;
}
@media screen and (max-width: 640px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  font-size: 1.8rem;
  font-family: "Hiragino Sans", "Noto Sans JP", "Yu Gothic", "YuGothic", "Meiryo", sans-serif;
  line-height: 1.94;
  background-color: #8E121F;
  color: #fff;
  font-weight: 500;
}
body.is-lock {
  position: fixed;
  width: 100%;
  overflow: hidden;
}

/* =============================
 reset
============================= */
*, :before, :after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

li {
  list-style: none;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  color: #fff;
  text-decoration: none;
  outline: none;
  display: block;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer;
}

img {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: top;
  -webkit-backface-visibility: hidden;
}

em {
  font-style: normal;
}

/* =============================
 layout container
============================= */
/* 中央寄せセクション用 */
.l-inner {
  width: min(140rem, 100%);
  margin: 0 auto;
  padding: 0 3rem;
}

/* 画面いっぱい */
.l-full {
  width: 100%;
}

/* =============================
 responsive utility
============================= */
._sp {
  display: none;
}
@media screen and (max-width: 640px) {
  ._sp {
    display: block;
  }
}

._pc {
  display: block;
}
@media screen and (max-width: 640px) {
  ._pc {
    display: none;
  }
}

/* =============================
layout container
============================= */
.l-container {
  max-width: 140rem;
  margin: 0 auto;
  padding: 0 0 0rem 66;
}
@media screen and (max-width: 640px) {
  .l-container {
    padding: 0;
  }
}

.l-container-sm {
  max-width: 112.8rem;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .l-container-sm {
    margin: 0 30px;
  }
}

.l-full {
  width: 100%;
  padding-left: max(6.6rem, (100vw - 140rem) / 2 + 6.6rem);
}
@media screen and (max-width: 640px) {
  .l-full {
    padding-left: unset;
  }
}

.l-container-page {
  max-width: 132.2rem;
  margin: 0 auto;
  padding: 0 6.6rem;
}
@media screen and (max-width: 640px) {
  .l-container-page {
    padding: 0 30px;
  }
}

.m-container-page {
  max-width: 119.7rem;
  margin: 0 auto;
  padding: 0 6.6rem;
}
@media screen and (max-width: 640px) {
  .m-container-page {
    padding: 0 30px;
  }
}

.sm-container-page {
  max-width: 117.5rem;
  margin: 0 auto;
  padding: 0 6.6rem;
}
@media screen and (max-width: 640px) {
  .sm-container-page {
    padding: 0 30px;
  }
}

header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  -webkit-transition: opacity 0.45s ease, -webkit-transform 0.45s ease;
  transition: opacity 0.45s ease, -webkit-transform 0.45s ease;
  transition: transform 0.45s ease, opacity 0.45s ease;
  transition: transform 0.45s ease, opacity 0.45s ease, -webkit-transform 0.45s ease;
  will-change: transform, opacity;
}
header.is-hide {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  opacity: 0;
}
header.is-show {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
header .h-inner {
  padding: 4rem 0 3.5rem;
  max-width: 140rem;
  width: 92%;
  margin: 0 auto;
  border-bottom: 1px solid #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 640px) {
  header .h-inner {
    width: 100%;
    padding: 20px 30px;
    border-bottom: unset;
  }
}
header .h-inner__logo {
  width: 21rem;
  position: relative;
}
@media screen and (max-width: 640px) {
  header .h-inner__logo {
    width: 170px;
    z-index: 1001;
  }
}
header .h-inner__nav {
  width: calc(100% - 21rem);
}
@media screen and (max-width: 640px) {
  header .h-inner__nav {
    position: fixed;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: 100dvh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    background: rgba(142, 18, 31, 0.9);
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 30px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
    transition: opacity 0.4s ease, visibility 0.4s ease;
  }
  header .h-inner__nav.is-open {
    opacity: 1;
    visibility: visible;
  }
  header .h-inner__nav.is-open .nav-list {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
header .h-inner .nav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 0 7rem;
}
@media screen and (max-width: 640px) {
  header .h-inner .nav-list {
    width: 100%;
    height: 95%;
    overflow-y: auto;
    margin-top: 120px;
    padding-bottom: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 4.3rem;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    opacity: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    text-align: left;
  }
}
header .h-inner .nav-list a {
  font-size: 1.4rem;
}
@media screen and (max-width: 640px) {
  header .h-inner .nav-list a {
    font-size: 1.2rem;
  }
}
header .h-inner .nav-list a:hover {
  opacity: 0.6;
}
header .h-inner .nav-list__sub {
  position: relative;
}
header .h-inner .nav-list__sub a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
header .h-inner .nav-list__sub img {
  width: 1.4rem;
  vertical-align: middle;
  margin-left: 0.5rem;
}
header .h-inner .nav-list .nav-sub {
  position: absolute;
  top: 160%;
  left: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background: rgba(255, 255, 255, 0.8);
  padding: 2.6rem 3.2rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
@media screen and (max-width: 640px) {
  header .h-inner .nav-list .nav-sub {
    opacity: 1;
    visibility: visible;
    position: static;
    background: none;
    padding: unset;
    -webkit-transform: none;
            transform: none;
    margin-top: 26px;
    margin-left: 24px;
  }
}
header .h-inner .nav-list .nav-sub li + li {
  margin-top: 5px;
}
@media screen and (max-width: 640px) {
  header .h-inner .nav-list .nav-sub li + li {
    margin-top: 25px;
  }
}
header .h-inner .nav-list .nav-sub a {
  line-height: 1.3;
  color: #000;
  font-size: 1.3rem;
}
@media screen and (max-width: 640px) {
  header .h-inner .nav-list .nav-sub a {
    color: #fff;
  }
}
header .h-inner .nav-list .sub-last {
  left: unset;
  right: 0;
}
header .h-inner .nav-list .is-open .nav-sub {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
header .h-inner .nav .sp-menu {
  display: none;
}
@media screen and (max-width: 640px) {
  header .h-inner .nav .sp-menu {
    display: block;
  }
}
header .h-inner .nav .sp-menu__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 1.1rem;
  gap: 43px 40px;
}
header .h-inner .nav .sp-menu__list li {
  width: 130px;
}
header .h-inner .nav .sp-menu__list a {
  font-size: 1.1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
header .h-inner .nav .sp-menu__list .insta {
  width: 10px;
  margin-right: 5px;
}
header .h-inner .nav .sp-menu__list .mail {
  width: 15px;
  margin-right: 5px;
}
header .h-inner .menu-btn {
  display: none;
}
@media screen and (max-width: 640px) {
  header .h-inner .menu-btn {
    display: block;
    width: 32px;
    height: 18px;
    position: relative;
    z-index: 1001;
    cursor: pointer;
  }
  header .h-inner .menu-btn span {
    position: absolute;
    left: 0;
    width: 30px;
    height: 1px;
    background: #fff;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  header .h-inner .menu-btn span:nth-child(1) {
    top: 0;
  }
  header .h-inner .menu-btn span:nth-child(2) {
    top: 6px;
  }
  header .h-inner .menu-btn p {
    position: absolute;
    top: 11px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    font-size: 0.7rem;
    color: #fff;
    letter-spacing: 0.1em;
    letter-spacing: 0.37em;
  }
  header .h-inner .menu-btn.is-open span:nth-child(1) {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
    top: 6px;
  }
  header .h-inner .menu-btn.is-open span:nth-child(2) {
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg);
    top: 6px;
  }
}

/* =============================
fix contact
============================= */
.fix-contact {
  position: fixed;
  right: 3.8rem;
  bottom: 3.4rem;
  z-index: 80;
}
@media screen and (max-width: 640px) {
  .fix-contact {
    right: 10px;
    bottom: 16px;
  }
}
.fix-contact a {
  width: 18.4rem;
  height: 18.4rem;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .fix-contact a {
    width: 90px;
    height: 90px;
  }
}
.fix-contact a::before {
  content: "";
  width: 88%;
  height: 88%;
  background: url(../../assets/img/contact-fix.png) center center no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
  -webkit-animation: rotateLoop 20s linear infinite;
          animation: rotateLoop 20s linear infinite;
  z-index: 5;
}
@-webkit-keyframes rotateLoop {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes rotateLoop {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
.fix-contact a::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #6E030E;
  border-radius: 50%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  z-index: 1;
}
.fix-contact a img {
  width: 3.6rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 640px) {
  .fix-contact a img {
    width: 25px;
  }
}
.fix-contact a .icon-bl {
  opacity: 1;
}
.fix-contact a .icon-wh {
  opacity: 0;
  display: none;
}
.fix-contact a:hover::after {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.fix-contact a:hover::before {
  width: 88%;
  height: 88%;
  background: url(../../assets/img/contact-fix-hov.png) center center no-repeat;
  background-size: cover;
}
.fix-contact a:hover .icon-bl {
  opacity: 0;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  display: none;
}
.fix-contact a:hover .icon-wh {
  opacity: 1;
  display: block;
  -webkit-transform: scale(1);
          transform: scale(1);
}

/* =============================
button
============================= */
.button-bl a {
  background-color: #000;
  color: #fff;
  border-radius: 3.8rem;
  padding: 1.4rem 1.4rem 1.3rem 3.2rem;
  font-size: 1.8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 640px) {
  .button-bl a {
    font-size: 1.4rem;
    padding: 11px 12px 10px 26px;
  }
}
.button-bl a:hover .arrow-black {
  -webkit-transform: translateX(240%);
          transform: translateX(240%);
  -webkit-transition: -webkit-transform 0.4s ease 0.05s opacity 0.4s;
  transition: -webkit-transform 0.4s ease 0.05s opacity 0.4s;
  transition: transform 0.4s ease 0.05s opacity 0.4s;
  transition: transform 0.4s ease 0.05s opacity 0.4s, -webkit-transform 0.4s ease 0.05s opacity 0.4s;
}
.button-bl a:hover .arrow-red {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  -webkit-transition: -webkit-transform 0.4s ease 0.05s opacity 0.4s;
  transition: -webkit-transform 0.4s ease 0.05s opacity 0.4s;
  transition: transform 0.4s ease 0.05s opacity 0.4s;
  transition: transform 0.4s ease 0.05s opacity 0.4s, -webkit-transform 0.4s ease 0.05s opacity 0.4s;
}
.button-bl a:hover .arrow-wh {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  -webkit-transition: -webkit-transform 0.4s ease 0.05s opacity 0.4s;
  transition: -webkit-transform 0.4s ease 0.05s opacity 0.4s;
  transition: transform 0.4s ease 0.05s opacity 0.4s;
  transition: transform 0.4s ease 0.05s opacity 0.4s, -webkit-transform 0.4s ease 0.05s opacity 0.4s;
}
.button-bl__arrow {
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 50%;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .button-bl__arrow {
    width: 33px;
    height: 33px;
  }
}
.button-bl__arrow img {
  width: 1.3rem;
  position: absolute;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
@media screen and (max-width: 640px) {
  .button-bl__arrow img {
    width: 10px;
  }
}
.button-bl .arrow-black {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: -webkit-transform 0.4s ease 0.05s opacity 0.4s;
  transition: -webkit-transform 0.4s ease 0.05s opacity 0.4s;
  transition: transform 0.4s ease 0.05s opacity 0.4s;
  transition: transform 0.4s ease 0.05s opacity 0.4s, -webkit-transform 0.4s ease 0.05s opacity 0.4s;
  opacity: 1;
}
.button-bl .arrow-red {
  -webkit-transform: translateX(-200%);
          transform: translateX(-200%);
  -webkit-transition: -webkit-transform 0.4s ease 0.05s opacity 0.4s;
  transition: -webkit-transform 0.4s ease 0.05s opacity 0.4s;
  transition: transform 0.4s ease 0.05s opacity 0.4s;
  transition: transform 0.4s ease 0.05s opacity 0.4s, -webkit-transform 0.4s ease 0.05s opacity 0.4s;
  opacity: 0;
}
.button-bl .arrow-wh {
  -webkit-transform: translateX(-200%);
          transform: translateX(-200%);
  -webkit-transition: -webkit-transform 0.4s ease 0.05s opacity 0.4s;
  transition: -webkit-transform 0.4s ease 0.05s opacity 0.4s;
  transition: transform 0.4s ease 0.05s opacity 0.4s;
  transition: transform 0.4s ease 0.05s opacity 0.4s, -webkit-transform 0.4s ease 0.05s opacity 0.4s;
  opacity: 0;
}
.button-bl__l {
  width: 39.8rem;
}
@media screen and (max-width: 640px) {
  .button-bl__l {
    width: 100%;
  }
}
.button-bl__s {
  width: 30rem;
}
@media screen and (max-width: 640px) {
  .button-bl__s {
    width: 197px;
  }
}

.button-bl__back .button-bl__arrow img {
  width: 1.3rem;
}
@media screen and (max-width: 640px) {
  .button-bl__back .button-bl__arrow img {
    width: 10px;
  }
}
.button-bl__back.hover-r a::before {
  -webkit-transform: translateX(101%);
          transform: translateX(101%);
}
.button-bl__back .arrow-black {
  -webkit-transform: translateX(0) rotate(180deg);
          transform: translateX(0) rotate(180deg);
  -webkit-transition: -webkit-transform 0.4s ease 0.05s opacity 0.4s;
  transition: -webkit-transform 0.4s ease 0.05s opacity 0.4s;
  transition: transform 0.4s ease 0.05s opacity 0.4s;
  transition: transform 0.4s ease 0.05s opacity 0.4s, -webkit-transform 0.4s ease 0.05s opacity 0.4s;
  opacity: 1;
}
.button-bl__back .arrow-red {
  -webkit-transform: translateX(200%) rotate(180deg);
          transform: translateX(200%) rotate(180deg);
  -webkit-transition: -webkit-transform 0.4s ease 0.05s opacity 0.4s;
  transition: -webkit-transform 0.4s ease 0.05s opacity 0.4s;
  transition: transform 0.4s ease 0.05s opacity 0.4s;
  transition: transform 0.4s ease 0.05s opacity 0.4s, -webkit-transform 0.4s ease 0.05s opacity 0.4s;
  opacity: 0;
}
.button-bl__back a:hover .arrow-black {
  -webkit-transform: translateX(-240%) rotate(180deg);
          transform: translateX(-240%) rotate(180deg);
  -webkit-transition: -webkit-transform 0.4s ease 0.05s opacity 0.4s;
  transition: -webkit-transform 0.4s ease 0.05s opacity 0.4s;
  transition: transform 0.4s ease 0.05s opacity 0.4s;
  transition: transform 0.4s ease 0.05s opacity 0.4s, -webkit-transform 0.4s ease 0.05s opacity 0.4s;
}
.button-bl__back a:hover .arrow-red {
  -webkit-transform: translateX(0) rotate(180deg);
          transform: translateX(0) rotate(180deg);
  opacity: 1;
  -webkit-transition: -webkit-transform 0.4s ease 0.05s opacity 0.4s;
  transition: -webkit-transform 0.4s ease 0.05s opacity 0.4s;
  transition: transform 0.4s ease 0.05s opacity 0.4s;
  transition: transform 0.4s ease 0.05s opacity 0.4s, -webkit-transform 0.4s ease 0.05s opacity 0.4s;
}

.hover-r a {
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.hover-r a::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #8E121F;
  border-radius: 3.8rem;
  -webkit-transform: translateX(-101%);
          transform: translateX(-101%);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  z-index: -1;
}
.hover-r a:hover::before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.hover-w a {
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.hover-w a::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
  border-radius: 3.8rem;
  -webkit-transform: translateX(-101%);
          transform: translateX(-101%);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  z-index: -1;
}
.hover-w a:hover {
  color: #000;
}
.hover-w a:hover::before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.hover-w a:hover .button-bl__arrow {
  background-color: #000;
}

/* =============================
footer
============================= */
footer {
  background-color: #000;
}
footer .f-inner {
  width: 91.3%;
  margin: 0 6.5rem 0 auto;
  padding: 8.7rem 0 3rem;
}
@media screen and (max-width: 640px) {
  footer .f-inner {
    margin: 0 auto;
    padding: 40px 30px;
    width: 100%;
  }
}
footer .f-inner__head {
  width: 90.6%;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  footer .f-inner__head {
    width: 100%;
  }
}
footer .f-inner__bottom {
  margin-top: 9rem;
  padding-top: 9rem;
  border-top: 1px solid #fff;
}
@media screen and (max-width: 640px) {
  footer .f-inner__bottom {
    margin-top: 40px;
    padding-top: 40px;
  }
}
footer .f-inner .f-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 96%;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 640px) {
  footer .f-inner .f-bottom {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
}
footer .f-inner .f-bottom__logo {
  width: 8rem;
}
@media screen and (max-width: 640px) {
  footer .f-inner .f-bottom__logo {
    display: none;
  }
}
footer .f-inner .f-bottom__sns {
  font-size: 1.5rem;
}
@media screen and (max-width: 640px) {
  footer .f-inner .f-bottom__sns {
    font-size: 1.1rem;
  }
}
footer .f-inner .f-bottom__sns li + li {
  margin-top: 1.5rem;
}
footer .f-inner .f-bottom__sns li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.3rem;
  font-size: 1.5rem;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  footer .f-inner .f-bottom__sns li a {
    display: none;
  }
}
footer .f-inner .f-bottom__sns li a img {
  width: 2.2rem;
  display: inline-block;
}
footer .f-inner .f-bottom .f-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  gap: 5rem;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  footer .f-inner .f-bottom .f-nav {
    display: block;
    font-size: 1.2rem;
  }
  footer .f-inner .f-bottom .f-nav .f-nav__list + .f-nav__list {
    margin-top: 30px;
  }
}
footer .f-inner .f-bottom .f-nav .f-nav__list-sub p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0.6rem;
}
@media screen and (max-width: 640px) {
  footer .f-inner .f-bottom .f-nav .f-nav__list-sub p {
    gap: 15px;
  }
}
footer .f-inner .f-bottom .f-nav .f-nav__list-sub p img {
  width: 1.4rem;
}
@media screen and (max-width: 640px) {
  footer .f-inner .f-bottom .f-nav .f-nav__list-sub p img {
    width: 14px;
  }
}
footer .f-inner .f-bottom .f-nav .f-nav__list-sub ul {
  margin: 1.6rem 0 0 1.6rem;
}
footer .f-inner .f-bottom .f-nav .f-nav__list-sub ul li + li {
  margin-top: 1.5rem;
}
@media screen and (max-width: 640px) {
  footer .f-inner .f-bottom .f-nav .f-nav__list-sub ul li + li {
    margin-top: 15px;
  }
}
footer .f-inner .f-bottom .f-links {
  margin: 2rem 0 0 auto;
  text-align: right;
}
@media screen and (max-width: 640px) {
  footer .f-inner .f-bottom .f-links {
    font-size: 1.1rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 30px auto 0;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-right: 45px;
  }
}
footer .f-inner .f-bottom .f-links__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  gap: 7rem;
  font-size: 1.2rem;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  footer .f-inner .f-bottom .f-links__list {
    display: block;
    margin: unset;
    text-align: left;
  }
}
footer .f-inner .f-bottom .f-links__sns {
  display: none;
}
@media screen and (max-width: 640px) {
  footer .f-inner .f-bottom .f-links__sns {
    display: block;
    font-size: 1.1rem;
  }
}
footer .f-inner .f-bottom .f-links__sns li + li {
  margin-top: 25px;
}
footer .f-inner .f-bottom .f-links__sns li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  font-size: 1.1rem;
  line-height: 1;
}
footer .f-inner .f-bottom .f-links__sns li a img {
  width: 10px;
  display: inline-block;
}
@media screen and (max-width: 640px) {
  footer .f-inner .f-bottom .f-links__contact {
    margin-top: 25px;
  }
}
footer .f-inner .f-bottom .f-links__contact a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 640px) {
  footer .f-inner .f-bottom .f-links__contact a {
    gap: 4px;
  }
}
footer .f-inner .f-bottom .f-links__contact a img {
  width: 1.9rem;
}
@media screen and (max-width: 640px) {
  footer .f-inner .f-bottom .f-links__contact a img {
    width: 15px;
  }
}
footer .f-inner__under {
  width: 83.5%;
  margin: 4rem 0 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 640px) {
  footer .f-inner__under {
    width: 100%;
    margin: 40px auto 0;
  }
}
footer .f-inner__under-copy {
  font-size: 1rem;
  font-weight: 200;
}
footer .f-inner__under-top a {
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
}
@media screen and (max-width: 640px) {
  footer .f-inner__under-top a {
    gap: 10px;
    font-size: 1.4rem;
  }
}
footer .f-inner__under-top__arrow {
  width: 3.1rem;
  height: 3.1rem;
  border-radius: 50%;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 640px) {
  footer .f-inner__under-top__arrow {
    width: 26px;
    height: 26px;
  }
}
footer .f-inner__under-top__arrow img {
  width: 0.9rem;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
@media screen and (max-width: 640px) {
  footer .f-inner__under-top__arrow img {
    width: 7px;
  }
}
footer .f-inner a:hover {
  opacity: 0.6;
}

#page-home main {
  padding-bottom: 20rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 640px) {
  #page-home main {
    padding-bottom: 100px;
    margin-bottom: 10px;
  }
}
#page-home main {
  /* KV */
}
#page-home main .kv {
  position: relative;
  overflow: hidden;
}
#page-home main .kv-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 0;
}
#page-home main .kv-inner {
  width: 100%;
  height: 60vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 640px) {
  #page-home main .kv-inner {
    height: 120vw;
  }
}
#page-home main .kv-inner__title {
  max-width: 102.7rem;
  width: 90%;
  margin: 0 auto;
}
#page-home main .kv-inner__catch {
  margin-top: 9.3rem;
  font-size: 1.8rem;
  text-align: center;
}
@media screen and (max-width: 640px) {
  #page-home main .kv-inner__catch {
    font-size: 1.5rem;
    margin-top: 30px;
  }
}
#page-home main {
  /* mission */
}
#page-home main .sec-mission {
  margin-top: 15.7rem;
  position: relative;
  --line-scale: 0;
  --logo-scale: 0;
  --logo-opacity: 0;
}
@media screen and (max-width: 640px) {
  #page-home main .sec-mission {
    margin-top: 100px;
  }
}
#page-home main .sec-mission::after {
  content: "";
  background: url(../../assets/img/top/logo-wh-op.webp) center center no-repeat;
  background-size: contain;
  width: 91%;
  height: 22%;
  position: absolute;
  top: 55%;
  left: 50%;
  opacity: var(--logo-opacity);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 640px) {
  #page-home main .sec-mission::after {
    display: none;
  }
}
#page-home main .sec-mission__label {
  font-size: 1.5rem;
  width: 35.2rem;
  position: relative;
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
@media screen and (max-width: 640px) {
  #page-home main .sec-mission__label {
    width: 100%;
    font-size: 1.3rem;
  }
}
#page-home main .sec-mission__label::after {
  content: "";
  width: 22.6rem;
  height: 1px;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: scaleX(var(--line-scale));
          transform: scaleX(var(--line-scale));
  -webkit-transform-origin: left;
          transform-origin: left;
}
@media screen and (max-width: 640px) {
  #page-home main .sec-mission__label::after {
    width: 67%;
    right: 0;
  }
}
#page-home main .sec-mission__contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 6.3rem;
}
@media screen and (max-width: 640px) {
  #page-home main .sec-mission__contents {
    display: block;
  }
}
#page-home main .sec-mission .mission-left__title {
  font-size: 6rem;
  line-height: 1.66;
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
@media screen and (max-width: 640px) {
  #page-home main .sec-mission .mission-left__title {
    font-size: 4rem;
    letter-spacing: -0.02em;
    line-height: 1.75;
  }
}
#page-home main .sec-mission .mission-right {
  font-size: 2.4rem;
  line-height: 2;
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
@media screen and (max-width: 640px) {
  #page-home main .sec-mission .mission-right {
    font-size: 2rem;
    margin-top: 60px;
    letter-spacing: -0.02rem;
  }
}
#page-home main .sec-mission .mission-right p + p {
  margin-top: 5rem;
}
@media screen and (max-width: 640px) {
  #page-home main .sec-mission .mission-right p + p {
    margin-top: 40px;
  }
}
#page-home main {
  /* service */
}
#page-home main .sec-service {
  margin-top: 11.6rem;
}
@media screen and (max-width: 640px) {
  #page-home main .sec-service {
    margin-top: 100px;
  }
}
#page-home main .sec-service .l-container-sm {
  padding-top: 7rem;
  border-top: 1px solid #fff;
}
@media screen and (max-width: 640px) {
  #page-home main .sec-service .l-container-sm {
    margin-top: 70px;
  }
}
#page-home main .sec-service__title {
  margin-top: 7rem;
  font-family: din-2014-narrow, sans-serif;
  font-weight: 800;
  font-size: 4.7rem;
  letter-spacing: 0.1em;
  line-height: 1;
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
@media screen and (max-width: 640px) {
  #page-home main .sec-service__title {
    margin-top: 0;
    font-size: 3.5rem;
  }
}
#page-home main .sec-service__text {
  margin-top: 2.8rem;
  font-size: 1.8rem;
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
@media screen and (max-width: 640px) {
  #page-home main .sec-service__text {
    margin-top: 30px;
    font-size: 1.4rem;
  }
}
#page-home main .sec-service__contents {
  max-width: 87rem;
  width: 90%;
  margin: -3.5rem 0 0 auto;
}
@media screen and (max-width: 640px) {
  #page-home main .sec-service__contents {
    width: 100%;
    margin: 0 auto;
  }
}
#page-home main .sec-service__contents .service {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 640px) {
  #page-home main .sec-service__contents .service {
    display: block;
    margin-top: 80px;
  }
}
#page-home main .sec-service__contents .service-image {
  max-width: 39.4rem;
  opacity: 0;
  -webkit-transform: translateY(30px) scale(0.95);
          transform: translateY(30px) scale(0.95);
}
@media screen and (max-width: 640px) {
  #page-home main .sec-service__contents .service-image {
    display: none;
    max-width: 100%;
  }
}
#page-home main .sec-service__contents .service-list {
  margin-left: 9.4rem;
  font-size: 1.8rem;
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
@media screen and (max-width: 640px) {
  #page-home main .sec-service__contents .service-list {
    margin-left: unset;
    font-size: 1.4rem;
  }
}
#page-home main .sec-service__contents .service-label {
  display: none;
}
@media screen and (max-width: 640px) {
  #page-home main .sec-service__contents .service-label {
    display: block;
    margin-bottom: 30px;
    font-size: 2rem;
    font-family: din-2014-narrow, sans-serif;
    letter-spacing: 0.1rem;
    line-height: 1;
  }
}
#page-home main .sec-service__contents .service + .service {
  margin-top: -14rem;
}
@media screen and (max-width: 640px) {
  #page-home main .sec-service__contents .service + .service {
    margin-top: 60px;
  }
}
#page-home main .sec-service__image-sp {
  display: none;
}
@media screen and (max-width: 640px) {
  #page-home main .sec-service__image-sp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 70px auto 0;
  }
}
#page-home main .sec-service__image-sp .service-image-sp {
  width: 45%;
  opacity: 0;
  -webkit-transform: translateY(60px) scale(0.9);
          transform: translateY(60px) scale(0.9);
}
#page-home main .sec-service__image-sp .service-image-sp:nth-child(2) {
  margin-left: -45px;
}
#page-home main .sec-service__image-sp .service-image-sp:nth-child(3) {
  margin-left: -45px;
}
#page-home main {
  /* line */
}
#page-home main .line {
  margin-top: 12rem;
  opacity: 0.44;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  #page-home main .line {
    margin-top: 80px;
  }
}
#page-home main .line-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
#page-home main .line-inner {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
#page-home main .line-inner + .line-inner {
  margin-left: 8rem;
}
#page-home main .line-inner img {
  height: 10rem;
  width: auto;
  display: block;
}
@media screen and (max-width: 640px) {
  #page-home main .line-inner img {
    height: 72px;
  }
}
#page-home main {
  /* partner */
}
#page-home main .sec-partner {
  background: url(../../assets/img/top/partner-back.webp) center center no-repeat;
  background-size: contain;
  width: 100%;
  height: 43vw;
  position: relative;
  z-index: 2;
  color: #8E121F;
}
@media screen and (max-width: 640px) {
  #page-home main .sec-partner {
    background: url(../../assets/img/top/partner-back-sp.webp) center center no-repeat;
    background-size: contain;
    width: 100%;
    height: 186vw;
  }
}
#page-home main .sec-partner__inner {
  width: 90%;
  margin: 0 0 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 11.3rem 0 11.2rem;
}
@media screen and (max-width: 640px) {
  #page-home main .sec-partner__inner {
    display: block;
    margin: 0 auto;
    width: 100%;
    padding: 33px 30px;
  }
}
#page-home main .sec-partner__title {
  font-size: 3.3rem;
  line-height: 1.63;
  font-weight: 800;
  opacity: 0;
  -webkit-transform: translateX(-60px);
          transform: translateX(-60px);
}
@media screen and (max-width: 640px) {
  #page-home main .sec-partner__title {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 2rem;
    margin: 0 40px 0 auto;
    line-height: 1.5;
  }
}
#page-home main .sec-partner__text {
  margin-top: 5.3rem;
  opacity: 0;
  -webkit-transform: translateX(-60px);
          transform: translateX(-60px);
}
@media screen and (max-width: 640px) {
  #page-home main .sec-partner__text {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 1.4rem;
    margin: 15px 35px 0 auto;
    line-height: 2;
  }
}
#page-home main .sec-partner__button {
  margin-top: 5.4rem;
  opacity: 0;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
@media screen and (max-width: 640px) {
  #page-home main .sec-partner__button {
    margin: 40px auto 0;
  }
}
#page-home main .sec-partner__left {
  width: 42rem;
  margin-right: 7rem;
}
@media screen and (max-width: 640px) {
  #page-home main .sec-partner__left {
    margin-right: unset;
    width: 100%;
  }
}
#page-home main .sec-partner__right {
  width: 65rem;
  opacity: 0;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
@media screen and (max-width: 640px) {
  #page-home main .sec-partner__right {
    width: 100%;
    margin-top: 50px;
  }
}
#page-home main .sec-partner__right img {
  border-radius: 2.6rem;
}
@media screen and (max-width: 640px) {
  #page-home main .sec-partner__right img {
    border-radius: 26px;
  }
}
@media screen and (max-width: 640px) {
  #page-home main .sec-here {
    margin-top: -10px;
  }
}
#page-home main {
  /* =============================
  talk
  ============================= */
}
#page-home main .sec-talk {
  margin-top: 16.6rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 640px) {
  #page-home main .sec-talk {
    margin-top: 80px;
    padding-left: 30px;
  }
}
#page-home main .sec-talk__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 640px) {
  #page-home main .sec-talk__inner {
    display: block;
  }
}
#page-home main .sec-talk__left {
  width: 36.8rem;
}
@media screen and (max-width: 640px) {
  #page-home main .sec-talk__left {
    width: unset;
  }
}
#page-home main .sec-talk__title {
  font-family: din-2014-narrow, sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-style: normal;
  font-size: 4.7rem;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  #page-home main .sec-talk__title {
    font-size: 3.5rem;
  }
}
#page-home main .sec-talk__label {
  font-size: 1.2rem;
  margin-top: 1.1rem;
}
#page-home main .sec-talk__right {
  width: calc(100% - 36.8rem);
}
@media screen and (max-width: 640px) {
  #page-home main .sec-talk__right {
    width: 100%;
    margin: 60px auto 0;
  }
}
#page-home main .sec-talk .talk-slide {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
#page-home main .sec-talk .talk-slide__box {
  height: auto;
}
#page-home main .sec-talk .talk-slide__box a:hover .talk-slide__image img {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
  -webkit-filter: brightness(0.7);
          filter: brightness(0.7);
}
#page-home main .sec-talk .talk-slide__image {
  overflow: hidden;
}
#page-home main .sec-talk .talk-slide__image img {
  border-radius: 3.5rem;
  -webkit-transition: -webkit-transform 0.4s ease, -webkit-filter 0.4s ease;
  transition: -webkit-transform 0.4s ease, -webkit-filter 0.4s ease;
  transition: transform 0.4s ease, filter 0.4s ease;
  transition: transform 0.4s ease, filter 0.4s ease, -webkit-transform 0.4s ease, -webkit-filter 0.4s ease;
}
@media screen and (max-width: 640px) {
  #page-home main .sec-talk .talk-slide__image img {
    border-radius: 25px;
  }
}
#page-home main .sec-talk .talk-slide__text {
  line-height: 1;
  margin-top: 3rem;
  padding: 0 2rem;
}
@media screen and (max-width: 640px) {
  #page-home main .sec-talk .talk-slide__text {
    margin-top: 40px;
    padding: 0 20px;
  }
}
#page-home main .sec-talk .talk-slide__title {
  font-size: 2rem;
}
@media screen and (max-width: 640px) {
  #page-home main .sec-talk .talk-slide__title {
    font-size: 1.4rem;
  }
}
#page-home main .sec-talk .talk-slide__label {
  margin-top: 2rem;
  font-size: 1.5rem;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  #page-home main .sec-talk .talk-slide__label {
    margin-top: 10px;
    font-size: 1.2rem;
  }
}
#page-home main .sec-talk .right-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 96.5%;
  margin-top: 5rem;
}
@media screen and (max-width: 640px) {
  #page-home main .sec-talk .right-bottom {
    width: 100%;
    margin: 30px auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 30px;
  }
}
#page-home main .sec-talk .right-bottom__pagenation {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 2.5rem;
  height: 4.8rem;
  width: 12.2rem;
}
@media screen and (max-width: 640px) {
  #page-home main .sec-talk .right-bottom__pagenation {
    width: 87px;
    height: 34px;
    gap: 20px;
  }
}
#page-home main .sec-talk .right-bottom__pagenation .swiper-navigation-icon {
  display: none;
}
#page-home main .sec-talk .right-bottom__pagenation .talk-button-prev,
#page-home main .sec-talk .right-bottom__pagenation .talk-button-next {
  width: 4.8rem;
  height: 4.8rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 640px) {
  #page-home main .sec-talk .right-bottom__pagenation .talk-button-prev,
  #page-home main .sec-talk .right-bottom__pagenation .talk-button-next {
    width: 34px;
    height: 34px;
  }
}
#page-home main .sec-talk .right-bottom__pagenation {
  /* 左矢印 */
}
#page-home main .sec-talk .right-bottom__pagenation .talk-button-prev {
  background-image: url("../../assets/img/circle-arrow.png");
}
#page-home main .sec-talk .right-bottom__pagenation .talk-button-prev:hover {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
#page-home main .sec-talk .right-bottom__pagenation {
  /* 右矢印 */
}
#page-home main .sec-talk .right-bottom__pagenation .talk-button-next {
  background-image: url("../../assets/img/circle-arrow.png");
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#page-home main .sec-talk .right-bottom__pagenation .talk-button-next:hover {
  -webkit-transform: rotate(180deg) scale(0.8);
          transform: rotate(180deg) scale(0.8);
}
#page-home main .sec-talk .right-bottom__button {
  margin-top: 1rem;
}
@media screen and (max-width: 640px) {
  #page-home main .sec-talk .right-bottom__button {
    margin: unset;
  }
}
#page-home main {
  /* =============================
  news
  ============================= */
}
#page-home main .sec-news {
  margin-top: 9.2rem;
}
@media screen and (max-width: 640px) {
  #page-home main .sec-news {
    padding: 0 30px;
    margin-top: 80px;
  }
}
#page-home main .sec-news__inner {
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 640px) {
  #page-home main .sec-news__inner {
    display: block;
  }
}
#page-home main .sec-news__left {
  width: 36.8rem;
}
@media screen and (max-width: 640px) {
  #page-home main .sec-news__left {
    width: 100%;
  }
}
#page-home main .sec-news__title {
  font-family: din-2014-narrow, sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-style: normal;
  font-size: 4.7rem;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  #page-home main .sec-news__title {
    font-size: 3.5rem;
  }
}
#page-home main .sec-news__label {
  font-size: 1.2rem;
  margin-top: 1.1rem;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  #page-home main .sec-news__label {
    margin-top: 10px;
  }
}
#page-home main .sec-news__right {
  width: calc(100% - 36.8rem);
}
@media screen and (max-width: 640px) {
  #page-home main .sec-news__right {
    width: 100%;
    margin-top: 40px;
  }
}
#page-home main .sec-news__right-button {
  margin: 4.4rem 0 0 auto;
}
@media screen and (max-width: 640px) {
  #page-home main .sec-news__right-button {
    margin: 17px 0 0 auto;
  }
}
#page-home main .sec-news .news {
  width: 100%;
}
#page-home main .sec-news .news-list {
  position: relative;
}
#page-home main .sec-news .news-list + li {
  margin-top: 2rem;
}
@media screen and (max-width: 640px) {
  #page-home main .sec-news .news-list + li {
    margin-top: 20px;
  }
}
#page-home main .sec-news .news-list a {
  background-color: #fff;
  padding: 3.8rem 8.5rem 3.8rem 5.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 13.7rem;
  color: #000;
  border-radius: 3.1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (max-width: 640px) {
  #page-home main .sec-news .news-list a {
    display: block;
    padding: 16px 75px 16px 25px;
    min-height: unset;
    border-radius: 25px;
  }
}
#page-home main .sec-news .news-list:hover a {
  -webkit-transform: scaleX(1.03);
          transform: scaleX(1.03);
}
#page-home main .sec-news .news-list__text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 640px) {
  #page-home main .sec-news .news-list__text {
    display: block;
  }
}
#page-home main .sec-news .news-list__cat {
  font-size: 1.5rem;
  margin-top: 0.2rem;
}
@media screen and (max-width: 640px) {
  #page-home main .sec-news .news-list__cat {
    font-size: 1.2rem;
    line-height: 1;
    margin-top: 0;
    display: inline-block;
  }
}
#page-home main .sec-news .news-list__date {
  font-size: 1.5rem;
  font-weight: 300;
  margin-left: 1.3rem;
  padding-left: 2.7rem;
  position: relative;
  margin-top: 0.2rem;
}
@media screen and (max-width: 640px) {
  #page-home main .sec-news .news-list__date {
    font-size: 1.2rem;
    display: inline-block;
    margin-top: unset;
    padding-left: 27px;
    margin-left: 6px;
  }
}
#page-home main .sec-news .news-list__date::before {
  content: "";
  width: 1.8rem;
  height: 1px;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 1.3rem;
}
@media screen and (max-width: 640px) {
  #page-home main .sec-news .news-list__date::before {
    width: 18px;
    height: 1px;
    top: 10px;
  }
}
#page-home main .sec-news .news-list__title {
  font-size: 1.7rem;
  font-weight: 400;
  margin-left: 4.5rem;
}
@media screen and (max-width: 640px) {
  #page-home main .sec-news .news-list__title {
    font-size: 1.4rem;
    margin-left: unset;
    line-height: 1.7;
    margin-top: 5px;
  }
}
#page-home main .sec-news .news-list__more {
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 50%;
  border: 1px solid #8E121F;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 50%;
  right: 3rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  overflow: hidden;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 640px) {
  #page-home main .sec-news .news-list__more {
    width: 34px;
    height: 34px;
  }
}
#page-home main .sec-news .news-list__more img {
  position: absolute;
  width: 1.3rem;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (max-width: 640px) {
  #page-home main .sec-news .news-list__more img {
    width: 9px;
  }
}
#page-home main .sec-news .news-list__more .arrow-red {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
#page-home main .sec-news .news-list__more .arrow-wh {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  opacity: 1;
}
#page-home main .sec-news .news-list:hover .news-list__more {
  background-color: #8E121F;
}
#page-home main .sec-news .news-list:hover .arrow-red {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
#page-home main .sec-news .news-list:hover .arrow-wh {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
#page-home main {
  /* =============================
  seminar
  ============================= */
}
#page-home main .sec-seminar {
  margin-top: 9.2rem;
}
@media screen and (max-width: 640px) {
  #page-home main .sec-seminar {
    margin-top: 90px;
    padding: 0 30px;
  }
}
#page-home main .sec-seminar__title {
  font-family: din-2014-narrow, sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-style: normal;
  font-size: 4.7rem;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  #page-home main .sec-seminar__title {
    font-size: 3.5rem;
  }
}
#page-home main .sec-seminar__label {
  font-size: 1.2rem;
  margin-top: 1.1rem;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  #page-home main .sec-seminar__label {
    font-size: 1.2rem;
    margin-top: 10px;
  }
}
#page-home main .sec-seminar__inner {
  width: 97%;
  margin: 5rem 0 0 auto;
}
@media screen and (max-width: 640px) {
  #page-home main .sec-seminar__inner {
    width: 100%;
    margin-top: 40px;
  }
}
#page-home main .sec-seminar .seminar-list + li {
  margin-top: 3.5rem;
}
@media screen and (max-width: 640px) {
  #page-home main .sec-seminar .seminar-list + li {
    margin-top: 20px;
  }
}
#page-home main .sec-seminar .seminar-list a {
  background-color: #6E030E;
  border-radius: 3.2rem;
  padding: 3rem 8rem 3rem 6.8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  #page-home main .sec-seminar .seminar-list a {
    padding: 20px 75px 20px 20px;
    border-radius: 25px;
    display: block;
  }
}
#page-home main .sec-seminar .seminar-list a:hover {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
#page-home main .sec-seminar .seminar-list a:hover .seminar-list__more {
  background-color: #fff;
}
#page-home main .sec-seminar .seminar-list a:hover .arrow-wh {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
#page-home main .sec-seminar .seminar-list a:hover .arrow-red {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
#page-home main .sec-seminar .seminar-list .no-link {
  pointer-events: none;
}
#page-home main .sec-seminar .seminar-list__thumb {
  max-width: 38.7rem;
  aspect-ratio: 387/218;
}
#page-home main .sec-seminar .seminar-list__thumb img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#page-home main .sec-seminar .seminar-list__text {
  margin-left: 3.7rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 640px) {
  #page-home main .sec-seminar .seminar-list__text {
    margin-left: unset;
    margin-top: 15px;
  }
}
#page-home main .sec-seminar .seminar-list__date {
  font-family: din-2014-narrow, sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-style: normal;
  font-size: 4.7rem;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  #page-home main .sec-seminar .seminar-list__date {
    font-size: 3.1rem;
    letter-spacing: 0.1rem;
  }
}
#page-home main .sec-seminar .seminar-list__date span {
  font-size: 2.6rem;
  font-weight: 400;
  margin-left: 1.8rem;
  display: inline-block;
}
@media screen and (max-width: 640px) {
  #page-home main .sec-seminar .seminar-list__date span {
    font-size: 1.6rem;
    margin-left: unset;
  }
}
#page-home main .sec-seminar .seminar-list__title {
  margin-top: 2.3rem;
  font-size: 3.1rem;
  font-weight: 600;
}
@media screen and (max-width: 640px) {
  #page-home main .sec-seminar .seminar-list__title {
    font-size: 2rem;
    margin-top: 15px;
    line-height: 1.5;
  }
}
#page-home main .sec-seminar .seminar-list__bottom {
  font-size: 1.5rem;
}
@media screen and (max-width: 640px) {
  #page-home main .sec-seminar .seminar-list__bottom {
    font-size: 1.1rem;
    margin-top: 15px;
  }
}
#page-home main .sec-seminar .seminar-list__more {
  width: 4.8rem;
  height: 4.8rem;
  border: 1px solid #fff;
  border-radius: 50%;
  background-color: #6E030E;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 50%;
  right: 2.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 640px) {
  #page-home main .sec-seminar .seminar-list__more {
    width: 34px;
    height: 34px;
    right: 20px;
  }
}
#page-home main .sec-seminar .seminar-list__more img {
  position: absolute;
  width: 1.3rem;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (max-width: 640px) {
  #page-home main .sec-seminar .seminar-list__more img {
    width: 9px;
  }
}
#page-home main .sec-seminar .seminar-list__more .arrow-wh {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
#page-home main .sec-seminar .seminar-list__more .arrow-red {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  opacity: 0;
}
#page-home main .sec-seminar__button {
  margin: 5.5rem 0 0 auto;
}
@media screen and (max-width: 640px) {
  #page-home main .sec-seminar__button {
    margin: 20px 0 0 auto;
  }
}
#page-home main {
  /* =============================
  heroes
  ============================= */
}
#page-home main .sec-heroes {
  margin-top: 11.3rem;
}
@media screen and (max-width: 640px) {
  #page-home main .sec-heroes {
    margin-top: 90px;
  }
}
#page-home main .sec-heroes__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 640px) {
  #page-home main .sec-heroes__inner {
    display: block;
    padding-left: 30px;
  }
}
#page-home main .sec-heroes__left {
  width: 36.8rem;
}
@media screen and (max-width: 640px) {
  #page-home main .sec-heroes__left {
    width: 100%;
  }
}
#page-home main .sec-heroes__title {
  font-family: din-2014-narrow, sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-style: normal;
  font-size: 4.7rem;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  #page-home main .sec-heroes__title {
    font-size: 3.5rem;
  }
}
#page-home main .sec-heroes__label {
  font-size: 1.2rem;
  margin-top: 1.1rem;
  line-height: 1.96;
}
@media screen and (max-width: 640px) {
  #page-home main .sec-heroes__label {
    margin-top: 10px;
    line-height: 1.8;
  }
}
#page-home main .sec-heroes__right {
  width: calc(100% - 36.8rem);
}
@media screen and (max-width: 640px) {
  #page-home main .sec-heroes__right {
    width: 100%;
    margin-top: 60px;
  }
}
#page-home main .sec-heroes .heroes-slide {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
#page-home main .sec-heroes .heroes-slide__box a:hover .heroes-slide__image img {
  -webkit-transform: scale(1.65);
          transform: scale(1.65);
  -webkit-filter: brightness(0.7);
          filter: brightness(0.7);
}
#page-home main .sec-heroes .heroes-slide__image {
  overflow: hidden;
  height: 22.2rem;
  border-radius: 3.5rem;
  aspect-ratio: 395/222;
}
@media screen and (max-width: 640px) {
  #page-home main .sec-heroes .heroes-slide__image {
    height: auto;
  }
}
#page-home main .sec-heroes .heroes-slide__image img {
  border-radius: 3.5rem;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: translateY(1rem) scale(1.5);
          transform: translateY(1rem) scale(1.5);
  height: 100%;
  -webkit-transition: -webkit-transform 0.4s ease, -webkit-filter 0.4s ease;
  transition: -webkit-transform 0.4s ease, -webkit-filter 0.4s ease;
  transition: transform 0.4s ease, filter 0.4s ease;
  transition: transform 0.4s ease, filter 0.4s ease, -webkit-transform 0.4s ease, -webkit-filter 0.4s ease;
}
@media screen and (max-width: 640px) {
  #page-home main .sec-heroes .heroes-slide__image img {
    border-radius: 25px;
  }
}
#page-home main .sec-heroes .heroes-slide__text {
  line-height: 1;
  margin-top: 3rem;
  padding: 0 2rem;
}
@media screen and (max-width: 640px) {
  #page-home main .sec-heroes .heroes-slide__text {
    margin-top: 40px;
  }
}
#page-home main .sec-heroes .heroes-slide__title {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.6;
}
@media screen and (max-width: 640px) {
  #page-home main .sec-heroes .heroes-slide__title {
    font-size: 1.4rem;
  }
}
#page-home main .sec-heroes .heroes-slide__label {
  margin-top: 2rem;
  font-size: 1.5rem;
  line-height: 1.8;
}
@media screen and (max-width: 640px) {
  #page-home main .sec-heroes .heroes-slide__label {
    font-size: 1.2rem;
    margin-top: 10px;
  }
}
#page-home main .sec-heroes .right-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 96.5%;
  margin-top: 5rem;
}
@media screen and (max-width: 640px) {
  #page-home main .sec-heroes .right-bottom {
    margin-top: 30px;
    width: 100%;
    padding-right: 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#page-home main .sec-heroes .right-bottom__pagenation {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
  height: 4.8rem;
  width: 12.2rem;
}
@media screen and (max-width: 640px) {
  #page-home main .sec-heroes .right-bottom__pagenation {
    width: 87px;
    height: 34px;
    gap: 20px;
    margin-top: 10px;
  }
}
#page-home main .sec-heroes .right-bottom__pagenation .swiper-navigation-icon {
  display: none;
}
#page-home main .sec-heroes .right-bottom__pagenation .hero-button-prev,
#page-home main .sec-heroes .right-bottom__pagenation .hero-button-next {
  width: 4.8rem;
  height: 4.8rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 640px) {
  #page-home main .sec-heroes .right-bottom__pagenation .hero-button-prev,
  #page-home main .sec-heroes .right-bottom__pagenation .hero-button-next {
    width: 34px;
    height: 34px;
  }
}
#page-home main .sec-heroes .right-bottom__pagenation .hero-button-prev {
  background-image: url("../../assets/img/circle-arrow.png");
}
#page-home main .sec-heroes .right-bottom__pagenation .hero-button-prev:hover {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
#page-home main .sec-heroes .right-bottom__pagenation .hero-button-next {
  background-image: url("../../assets/img/circle-arrow.png");
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#page-home main .sec-heroes .right-bottom__pagenation .hero-button-next:hover {
  -webkit-transform: rotate(180deg) scale(0.8);
          transform: rotate(180deg) scale(0.8);
}
#page-home main .sec-heroes .right-bottom__button {
  margin-top: 1rem;
}
@media screen and (max-width: 640px) {
  #page-home main .sec-heroes .right-bottom__button {
    margin-top: unset;
  }
}

#page-about {
  background-color: #fff;
}
#page-about header {
  background-color: #8E121F;
}
#page-about header .h-inner {
  border-bottom: unset;
}
#page-about main {
  color: #8E121F;
  margin-top: 19rem;
  padding-bottom: 27.2rem;
  margin-bottom: 1rem;
  overflow-x: hidden;
}
@media screen and (max-width: 640px) {
  #page-about main {
    margin-top: 125px;
    padding-bottom: 90px;
    margin-bottom: 10px;
  }
}
#page-about main .p-title {
  font-size: 6rem;
  line-height: 1.66;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 900;
  font-style: normal;
  position: relative;
}
@media screen and (max-width: 640px) {
  #page-about main .p-title {
    font-size: 4rem;
    line-height: 1.6;
    letter-spacing: -0.065rem;
  }
}
#page-about main .p-title::after {
  content: "";
  display: block;
  background: url(../../assets/img/about/here-text.webp) center center no-repeat;
  width: 102.7rem;
  height: 9.3rem;
  background-size: contain;
  position: absolute;
  right: -11rem;
  margin-top: 3.5rem;
  z-index: -1;
}
@media screen and (max-width: 640px) {
  #page-about main .p-title::after {
    width: 100%;
    height: 28px;
    right: unset;
    left: 0;
    margin-top: 0;
    bottom: -80px;
  }
}
#page-about main .section-label {
  font-size: 1.9rem;
}
@media screen and (max-width: 640px) {
  #page-about main .section-label {
    font-size: 1.3rem;
  }
}
#page-about main .section-title {
  font-size: 3.3rem;
  line-height: 1.63;
  margin-top: 3.5rem;
}
@media screen and (max-width: 640px) {
  #page-about main .section-title {
    font-size: 2rem;
    line-height: 2;
    margin-top: 25px;
  }
}
#page-about main .section-text {
  margin-top: 4rem;
  font-size: 1.8rem;
}
@media screen and (max-width: 640px) {
  #page-about main .section-text {
    font-size: 1.4rem;
    margin-top: 35px;
  }
}
#page-about main .section-image {
  width: 65.2rem;
  margin-top: 1rem;
}
@media screen and (max-width: 640px) {
  #page-about main .section-image {
    width: 100%;
    margin-top: 45px;
  }
}
#page-about main .section-image img {
  border-radius: 2.6rem;
}
@media screen and (max-width: 640px) {
  #page-about main .section-image img {
    border-radius: 26px;
  }
}
#page-about main .sec-det {
  margin-top: 11rem;
}
@media screen and (max-width: 640px) {
  #page-about main .sec-det {
    margin-top: 140px;
  }
}
#page-about main .sec-det + .sec-det {
  margin-top: 13.4rem;
}
@media screen and (max-width: 640px) {
  #page-about main .sec-det + .sec-det {
    margin-top: 90px;
  }
}
#page-about main .sec-det__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 640px) {
  #page-about main .sec-det__flex {
    display: block;
  }
}
#page-about main .sec-det__text {
  width: 44.4rem;
}
@media screen and (max-width: 640px) {
  #page-about main .sec-det__text {
    width: 100%;
  }
}

#page-dream main {
  margin-top: 20.7rem;
  padding-top: 17.3rem;
  margin-bottom: 18rem;
}
@media screen and (max-width: 640px) {
  #page-dream main {
    margin-top: 125px;
    padding-top: 70px;
    margin-bottom: 80px;
  }
}
#page-dream main .p-title {
  font-size: 4.5rem;
  letter-spacing: 0.1em;
  font-family: din-2014-narrow, sans-serif;
}
@media screen and (max-width: 640px) {
  #page-dream main .p-title {
    font-size: 4rem;
    font-weight: 900;
    font-style: normal;
    line-height: 1.6;
  }
}
#page-dream main .sec-dream {
  margin-top: 10rem;
}
@media screen and (max-width: 640px) {
  #page-dream main .sec-dream {
    margin-top: 98px;
  }
}
#page-dream main .sec-dream__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 6rem 2.7rem;
}
@media screen and (max-width: 640px) {
  #page-dream main .sec-dream__list {
    display: block;
  }
}
#page-dream main .sec-dream__list li {
  width: calc(33.3333333333% - 1.8rem);
}
@media screen and (max-width: 640px) {
  #page-dream main .sec-dream__list li {
    width: 100%;
  }
  #page-dream main .sec-dream__list li + li {
    margin-top: 55px;
  }
}
#page-dream main .sec-dream__list li a:hover .sec-dream__thumb img {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
  -webkit-filter: brightness(0.7);
          filter: brightness(0.7);
}
#page-dream main .sec-dream__thumb {
  aspect-ratio: 300/185;
}
@media screen and (max-width: 640px) {
  #page-dream main .sec-dream__thumb {
    aspect-ratio: 315/177;
  }
}
#page-dream main .sec-dream__thumb img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 3.3rem;
  -webkit-transition: -webkit-transform 0.4s ease, -webkit-filter 0.4s ease;
  transition: -webkit-transform 0.4s ease, -webkit-filter 0.4s ease;
  transition: transform 0.4s ease, filter 0.4s ease;
  transition: transform 0.4s ease, filter 0.4s ease, -webkit-transform 0.4s ease, -webkit-filter 0.4s ease;
}
@media screen and (max-width: 640px) {
  #page-dream main .sec-dream__thumb img {
    border-radius: 25px;
  }
}
#page-dream main .sec-dream__title {
  margin-top: 30px;
  font-size: 2rem;
  font-weight: 600;
}
@media screen and (max-width: 640px) {
  #page-dream main .sec-dream__title {
    margin-top: 17px;
    font-size: 1.4rem;
  }
}
#page-dream main .sec-dream__label {
  margin-top: 1.5rem;
  line-height: 1;
  font-size: 1.5rem;
}
@media screen and (max-width: 640px) {
  #page-dream main .sec-dream__label {
    margin-top: 10px;
    font-size: 1.2rem;
  }
}
#page-dream main .sec-dream .pagination {
  margin-top: 8rem;
}
@media screen and (max-width: 640px) {
  #page-dream main .sec-dream .pagination {
    margin-top: 80px;
  }
}
#page-dream main .sec-dream .pagination-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  gap: 2rem;
}
@media screen and (max-width: 640px) {
  #page-dream main .sec-dream .pagination-list {
    gap: 10px;
  }
}
#page-dream main .sec-dream .pagination-list li a,
#page-dream main .sec-dream .pagination-list li span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 3.8rem;
  height: 3.8rem;
  font-family: din-2014-narrow, sans-serif;
  font-size: 1.1em;
  color: #8E121F;
  background-color: #fff;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  #page-dream main .sec-dream .pagination-list li a,
  #page-dream main .sec-dream .pagination-list li span {
    width: 32px;
    height: 32px;
    font-size: 1.6rem;
  }
}
#page-dream main .sec-dream .pagination-list li a:hover {
  background: #000;
  color: #fff;
}
#page-dream main .sec-dream .pagination-list {
  /* 現在ページ */
}
#page-dream main .sec-dream .pagination-list .is-current span {
  background: #000000;
  color: #fff;
  pointer-events: none;
}
#page-dream main .sec-dream .pagination-list {
  /* 矢印 */
}
#page-dream main .sec-dream .pagination-list .next {
  margin-left: 0.8rem;
}
@media screen and (max-width: 640px) {
  #page-dream main .sec-dream .pagination-list .next {
    margin-left: 10px;
  }
}
#page-dream main .sec-dream .pagination-list .next a {
  width: 4.8rem;
  height: 4.8rem;
}
@media screen and (max-width: 640px) {
  #page-dream main .sec-dream .pagination-list .next a {
    width: 40px;
    height: 40px;
  }
}
#page-dream main .sec-dream .pagination-list .next img {
  position: absolute;
  width: 1.3rem;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (max-width: 640px) {
  #page-dream main .sec-dream .pagination-list .next img {
    width: 10px;
  }
}
#page-dream main .sec-dream .pagination-list .next .arrow-red {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
#page-dream main .sec-dream .pagination-list .next .arrow-wh {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  opacity: 1;
}
#page-dream main .sec-dream .pagination-list .next:hover .arrow-red {
  -webkit-transform: translateX(250%);
          transform: translateX(250%);
}
#page-dream main .sec-dream .pagination-list .next:hover .arrow-wh {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
#page-dream main .sec-dream .pagination-list .prev {
  margin-right: 0.8rem;
}
@media screen and (max-width: 640px) {
  #page-dream main .sec-dream .pagination-list .prev {
    margin-right: 10px;
  }
}
#page-dream main .sec-dream .pagination-list .prev a {
  width: 4.8rem;
  height: 4.8rem;
}
@media screen and (max-width: 640px) {
  #page-dream main .sec-dream .pagination-list .prev a {
    width: 40px;
    height: 40px;
  }
}
#page-dream main .sec-dream .pagination-list .prev img {
  position: absolute;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  width: 1.3rem;
}
@media screen and (max-width: 640px) {
  #page-dream main .sec-dream .pagination-list .prev img {
    width: 10px;
  }
}
#page-dream main .sec-dream .pagination-list .prev .arrow-red {
  -webkit-transform: translateX(0) rotate(180deg);
          transform: translateX(0) rotate(180deg);
  opacity: 1;
}
#page-dream main .sec-dream .pagination-list .prev .arrow-wh {
  -webkit-transform: translateX(100%) rotate(180deg);
          transform: translateX(100%) rotate(180deg);
  opacity: 1;
}
#page-dream main .sec-dream .pagination-list .prev:hover .arrow-red {
  -webkit-transform: translateX(-250%) rotate(180deg);
          transform: translateX(-250%) rotate(180deg);
}
#page-dream main .sec-dream .pagination-list .prev:hover .arrow-wh {
  -webkit-transform: translateX(0) rotate(180deg);
          transform: translateX(0) rotate(180deg);
}

#page-hero main {
  margin-top: 20.7rem;
  margin-bottom: 1rem;
  padding-bottom: 17.3rem;
}
@media screen and (max-width: 640px) {
  #page-hero main {
    margin-top: 125px;
    margin-bottom: 10px;
    padding-bottom: 70px;
  }
}
#page-hero main .p-title {
  font-size: 4.5rem;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
@media screen and (max-width: 640px) {
  #page-hero main .p-title {
    font-size: 4rem;
    font-weight: 900;
    font-style: normal;
    line-height: 1.6;
  }
}
#page-hero main .sec-hero {
  margin-top: 10rem;
}
@media screen and (max-width: 640px) {
  #page-hero main .sec-hero {
    margin-top: 98px;
  }
}
#page-hero main .sec-hero__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 6rem 2.7rem;
}
@media screen and (max-width: 640px) {
  #page-hero main .sec-hero__list {
    display: block;
  }
}
#page-hero main .sec-hero__list li {
  width: calc(33.3333333333% - 1.8rem);
}
@media screen and (max-width: 640px) {
  #page-hero main .sec-hero__list li {
    width: 100%;
  }
  #page-hero main .sec-hero__list li + li {
    margin-top: 55px;
  }
}
#page-hero main .sec-hero__list li a:hover .sec-hero__thumb img {
  -webkit-transform: scale(1.65);
          transform: scale(1.65);
  -webkit-filter: brightness(0.7);
          filter: brightness(0.7);
}
#page-hero main .sec-hero__thumb {
  aspect-ratio: 300/185;
  overflow: hidden;
  border-radius: 3.3rem;
}
@media screen and (max-width: 640px) {
  #page-hero main .sec-hero__thumb {
    aspect-ratio: 315/177;
  }
}
#page-hero main .sec-hero__thumb img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 3.3rem;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  -webkit-transition: -webkit-transform 0.4s ease, -webkit-filter 0.4s ease;
  transition: -webkit-transform 0.4s ease, -webkit-filter 0.4s ease;
  transition: transform 0.4s ease, filter 0.4s ease;
  transition: transform 0.4s ease, filter 0.4s ease, -webkit-transform 0.4s ease, -webkit-filter 0.4s ease;
}
@media screen and (max-width: 640px) {
  #page-hero main .sec-hero__thumb img {
    border-radius: 25px;
  }
}
#page-hero main .sec-hero__title {
  margin-top: 30px;
  font-size: 2rem;
  font-weight: 600;
}
@media screen and (max-width: 640px) {
  #page-hero main .sec-hero__title {
    margin-top: 17px;
    font-size: 1.4rem;
  }
}
#page-hero main .sec-hero__label {
  margin-top: 1.5rem;
  line-height: 1.8;
  font-size: 1.5rem;
}
@media screen and (max-width: 640px) {
  #page-hero main .sec-hero__label {
    margin-top: 10px;
    font-size: 1.2rem;
  }
}
#page-hero main .sec-hero .pagination {
  margin-top: 8rem;
}
@media screen and (max-width: 640px) {
  #page-hero main .sec-hero .pagination {
    margin-top: 80px;
  }
}
#page-hero main .sec-hero .pagination-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  gap: 2rem;
}
@media screen and (max-width: 640px) {
  #page-hero main .sec-hero .pagination-list {
    gap: 10px;
  }
}
#page-hero main .sec-hero .pagination-list li a,
#page-hero main .sec-hero .pagination-list li span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 3.8rem;
  height: 3.8rem;
  font-family: din-2014-narrow, sans-serif;
  font-size: 1.1em;
  color: #8E121F;
  background-color: #fff;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  #page-hero main .sec-hero .pagination-list li a,
  #page-hero main .sec-hero .pagination-list li span {
    width: 32px;
    height: 32px;
    font-size: 1.6rem;
  }
}
#page-hero main .sec-hero .pagination-list li a:hover {
  background: #000;
  color: #fff;
}
#page-hero main .sec-hero .pagination-list {
  /* 現在ページ */
}
#page-hero main .sec-hero .pagination-list .is-current span {
  background: #000000;
  color: #fff;
  pointer-events: none;
}
#page-hero main .sec-hero .pagination-list {
  /* 矢印 */
}
#page-hero main .sec-hero .pagination-list .next {
  margin-left: 0.8rem;
}
@media screen and (max-width: 640px) {
  #page-hero main .sec-hero .pagination-list .next {
    margin-left: 10px;
  }
}
#page-hero main .sec-hero .pagination-list .next a {
  width: 4.8rem;
  height: 4.8rem;
}
@media screen and (max-width: 640px) {
  #page-hero main .sec-hero .pagination-list .next a {
    width: 40px;
    height: 40px;
  }
}
#page-hero main .sec-hero .pagination-list .next img {
  position: absolute;
  width: 1.3rem;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (max-width: 640px) {
  #page-hero main .sec-hero .pagination-list .next img {
    width: 10px;
  }
}
#page-hero main .sec-hero .pagination-list .next .arrow-red {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
#page-hero main .sec-hero .pagination-list .next .arrow-wh {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  opacity: 1;
}
#page-hero main .sec-hero .pagination-list .next:hover .arrow-red {
  -webkit-transform: translateX(250%);
          transform: translateX(250%);
}
#page-hero main .sec-hero .pagination-list .next:hover .arrow-wh {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
#page-hero main .sec-hero .pagination-list .prev {
  margin-right: 0.8rem;
}
@media screen and (max-width: 640px) {
  #page-hero main .sec-hero .pagination-list .prev {
    margin-right: 10px;
  }
}
#page-hero main .sec-hero .pagination-list .prev a {
  width: 4.8rem;
  height: 4.8rem;
}
@media screen and (max-width: 640px) {
  #page-hero main .sec-hero .pagination-list .prev a {
    width: 40px;
    height: 40px;
  }
}
#page-hero main .sec-hero .pagination-list .prev img {
  position: absolute;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  width: 1.3rem;
}
@media screen and (max-width: 640px) {
  #page-hero main .sec-hero .pagination-list .prev img {
    width: 10px;
  }
}
#page-hero main .sec-hero .pagination-list .prev .arrow-red {
  -webkit-transform: translateX(0) rotate(180deg);
          transform: translateX(0) rotate(180deg);
  opacity: 1;
}
#page-hero main .sec-hero .pagination-list .prev .arrow-wh {
  -webkit-transform: translateX(100%) rotate(180deg);
          transform: translateX(100%) rotate(180deg);
  opacity: 1;
}
#page-hero main .sec-hero .pagination-list .prev:hover .arrow-red {
  -webkit-transform: translateX(-250%) rotate(180deg);
          transform: translateX(-250%) rotate(180deg);
}
#page-hero main .sec-hero .pagination-list .prev:hover .arrow-wh {
  -webkit-transform: translateX(0) rotate(180deg);
          transform: translateX(0) rotate(180deg);
}

#page-hero-detail {
  background-color: #fff;
}
#page-hero-detail header {
  background-color: #8E121F;
}
#page-hero-detail header .h-inner {
  border-bottom: unset;
}
#page-hero-detail main {
  color: #8E121F;
  margin-top: 19rem;
  margin-bottom: 28.2rem;
  overflow-x: hidden;
}
@media screen and (max-width: 640px) {
  #page-hero-detail main {
    margin-top: 125px;
  }
}
#page-hero-detail main .p-title {
  font-size: 6rem;
  line-height: 1.66;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 900;
  font-style: normal;
}
@media screen and (max-width: 640px) {
  #page-hero-detail main .p-title {
    font-size: 4rem;
    line-height: 1.6;
    letter-spacing: -0.065rem;
  }
}
#page-hero-detail main .section-label {
  font-size: 1.9rem;
}
@media screen and (max-width: 640px) {
  #page-hero-detail main .section-label {
    font-size: 1.3rem;
  }
}
#page-hero-detail main .section-title {
  font-size: 3.3rem;
  line-height: 1.63;
  font-weight: 800;
  margin-top: 6rem;
}
@media screen and (max-width: 640px) {
  #page-hero-detail main .section-title {
    font-size: 2rem;
    line-height: 2;
    margin-top: 20px;
  }
}
#page-hero-detail main .section-list {
  margin-top: 6.5rem;
  font-size: 1.9rem;
  line-height: 1;
  font-weight: 600;
}
@media screen and (max-width: 640px) {
  #page-hero-detail main .section-list {
    font-size: 1.6rem;
    margin-top: 30px;
  }
}
#page-hero-detail main .section-list p + p {
  margin-top: 2.4rem;
}
@media screen and (max-width: 640px) {
  #page-hero-detail main .section-list p + p {
    margin-top: 10px;
  }
}
#page-hero-detail main .section-image {
  width: 76.2rem;
}
@media screen and (max-width: 640px) {
  #page-hero-detail main .section-image {
    width: 100%;
    margin-top: 40px;
  }
}
#page-hero-detail main .section-image img {
  border-radius: 2.6rem;
}
@media screen and (max-width: 640px) {
  #page-hero-detail main .section-image img {
    border-radius: 26px;
  }
}
#page-hero-detail main .sec-hero {
  margin-top: 6rem;
}
@media screen and (max-width: 640px) {
  #page-hero-detail main .sec-hero {
    margin-top: 70px;
  }
}
#page-hero-detail main .sec-hero__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 640px) {
  #page-hero-detail main .sec-hero__flex {
    display: block;
  }
}
#page-hero-detail main .sec-hero__flex::after {
  content: "";
  display: block;
  background: url(../../assets/img/about/here-text.webp) center center no-repeat;
  width: 102.7rem;
  height: 9.3rem;
  background-size: contain;
  position: absolute;
  right: -15rem;
  bottom: -13rem;
  z-index: -1;
}
@media screen and (max-width: 640px) {
  #page-hero-detail main .sec-hero__flex::after {
    width: 100%;
    height: 28px;
    right: unset;
    left: 0;
    margin-top: 0;
    bottom: -70px;
  }
}
#page-hero-detail main .sec-hero__text {
  width: 35rem;
}
@media screen and (max-width: 640px) {
  #page-hero-detail main .sec-hero__text {
    width: 100%;
  }
}
#page-hero-detail main .sec-hero__contents {
  margin-top: 24rem;
  font-size: 1.8rem;
  line-height: 1.94;
}
@media screen and (max-width: 640px) {
  #page-hero-detail main .sec-hero__contents {
    margin-top: 120px;
    font-size: 1.4rem;
    line-height: 1.7;
  }
}
#page-hero-detail main .sec-hero__contents h2 {
  font-size: 3.3rem;
  margin-top: 10rem;
  font-weight: 800;
}
@media screen and (max-width: 640px) {
  #page-hero-detail main .sec-hero__contents h2 {
    font-size: 2rem;
    margin-top: 40px;
  }
}
#page-hero-detail main .sec-hero__contents h3 {
  font-size: 2.8rem;
  margin-top: 10rem;
}
@media screen and (max-width: 640px) {
  #page-hero-detail main .sec-hero__contents h3 {
    font-size: 1.8rem;
    margin-top: 40px;
  }
}
#page-hero-detail main .sec-hero__contents h4 {
  font-size: 2.5rem;
  margin-top: 10rem;
}
@media screen and (max-width: 640px) {
  #page-hero-detail main .sec-hero__contents h4 {
    font-size: 1.6rem;
    margin-top: 40px;
  }
}
#page-hero-detail main .sec-hero__contents img {
  margin: 8.5rem auto 0;
  width: 64.2rem;
  max-height: 41.7rem;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 642/417;
  border-radius: 1.6rem;
}
@media screen and (max-width: 640px) {
  #page-hero-detail main .sec-hero__contents img {
    margin: 40px auto 0;
    width: 100%;
    max-height: 20.5rem;
    aspect-ratio: 315/205;
    border-radius: 18px;
  }
}
#page-hero-detail main .sec-hero__contents ul {
  list-style: disc;
  margin-top: 4rem;
  padding-left: 4rem;
}
@media screen and (max-width: 640px) {
  #page-hero-detail main .sec-hero__contents ul {
    margin-top: 30px;
    padding-left: 30px;
  }
}
#page-hero-detail main .sec-hero__contents ul li {
  list-style: disc;
}
#page-hero-detail main .sec-hero__contents ol {
  margin-top: 4rem;
  padding-left: 4rem;
}
@media screen and (max-width: 640px) {
  #page-hero-detail main .sec-hero__contents ol {
    margin-top: 30px;
    padding-left: 30px;
  }
}
#page-hero-detail main .sec-hero__contents ol li {
  list-style: auto;
}
#page-hero-detail main .sec-hero__contents a {
  text-decoration: underline;
  color: #8E121F;
}
#page-hero-detail main .sec-hero__contents p {
  margin-top: 4rem;
}
@media screen and (max-width: 640px) {
  #page-hero-detail main .sec-hero__contents p {
    margin-top: 30px;
  }
}
#page-hero-detail main .sec-hero__contents p + p {
  margin-top: 4rem;
}
@media screen and (max-width: 640px) {
  #page-hero-detail main .sec-hero__contents p + p {
    margin-top: 30px;
  }
}

#page-seminar main {
  margin-top: 20.7rem;
  padding-bottom: 17.3rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 640px) {
  #page-seminar main {
    margin-top: 125px;
    padding-bottom: 70px;
    margin-bottom: 10px;
  }
}
#page-seminar main .p-title {
  font-size: 4.5rem;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
@media screen and (max-width: 640px) {
  #page-seminar main .p-title {
    font-size: 4rem;
    font-weight: 900;
    font-style: normal;
    line-height: 1.6;
  }
}
#page-seminar main .sec-seminar {
  margin-top: 10rem;
}
@media screen and (max-width: 640px) {
  #page-seminar main .sec-seminar {
    margin-top: 85px;
  }
}
#page-seminar main .sec-seminar .seminar-list + li {
  margin-top: 2rem;
}
@media screen and (max-width: 640px) {
  #page-seminar main .sec-seminar .seminar-list + li {
    margin-top: 20px;
  }
}
#page-seminar main .sec-seminar .seminar-list a {
  background-color: #6E030E;
  border-radius: 3.2rem;
  padding: 3rem 8rem 3rem 2.8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media screen and (max-width: 640px) {
  #page-seminar main .sec-seminar .seminar-list a {
    padding: 20px 75px 20px 20px;
    border-radius: 25px;
    display: block;
  }
}
#page-seminar main .sec-seminar .seminar-list a:hover {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
#page-seminar main .sec-seminar .seminar-list a:hover:hover .seminar-list__more {
  background-color: #fff;
}
#page-seminar main .sec-seminar .seminar-list a:hover:hover .arrow-wh {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
#page-seminar main .sec-seminar .seminar-list a:hover:hover .arrow-red {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
#page-seminar main .sec-seminar .seminar-list .no-link {
  pointer-events: none;
}
#page-seminar main .sec-seminar .seminar-list__thumb {
  max-width: 32rem;
  aspect-ratio: 320/180;
}
@media screen and (max-width: 640px) {
  #page-seminar main .sec-seminar .seminar-list__thumb {
    aspect-ratio: 221/124;
  }
}
#page-seminar main .sec-seminar .seminar-list__thumb img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#page-seminar main .sec-seminar .seminar-list__text {
  margin-left: 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 640px) {
  #page-seminar main .sec-seminar .seminar-list__text {
    margin-left: unset;
    margin-top: 15px;
  }
}
#page-seminar main .sec-seminar .seminar-list__date {
  font-family: din-2014-narrow, sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-style: normal;
  font-size: 3.5rem;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  #page-seminar main .sec-seminar .seminar-list__date {
    font-size: 3.1rem;
    letter-spacing: 0.1em;
    line-height: 0.9;
  }
}
#page-seminar main .sec-seminar .seminar-list__date span {
  font-size: 2.4rem;
  font-weight: 400;
  margin-left: 1.1rem;
  display: inline-block;
}
@media screen and (max-width: 640px) {
  #page-seminar main .sec-seminar .seminar-list__date span {
    font-size: 1.6rem;
    margin-left: unset;
  }
}
#page-seminar main .sec-seminar .seminar-list__title {
  margin-top: 1.3rem;
  font-size: 2rem;
  font-weight: 600;
}
@media screen and (max-width: 640px) {
  #page-seminar main .sec-seminar .seminar-list__title {
    font-size: 2rem;
    margin-top: 10px;
    line-height: 1.5;
  }
}
#page-seminar main .sec-seminar .seminar-list__bottom {
  font-size: 1.5rem;
}
@media screen and (max-width: 640px) {
  #page-seminar main .sec-seminar .seminar-list__bottom {
    font-size: 1.1rem;
    margin-top: 15px;
  }
}
#page-seminar main .sec-seminar .seminar-list__more {
  width: 4.8rem;
  height: 4.8rem;
  border: 1px solid #fff;
  border-radius: 50%;
  background-color: #6E030E;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 50%;
  right: 2.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 640px) {
  #page-seminar main .sec-seminar .seminar-list__more {
    width: 34px;
    height: 34px;
    right: 20px;
  }
}
#page-seminar main .sec-seminar .seminar-list__more img {
  position: absolute;
  width: 1.3rem;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (max-width: 640px) {
  #page-seminar main .sec-seminar .seminar-list__more img {
    width: 9px;
  }
}
#page-seminar main .sec-seminar .seminar-list__more .arrow-wh {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
#page-seminar main .sec-seminar .seminar-list__more .arrow-red {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  opacity: 0;
}
#page-seminar main .sec-seminar__pagenation {
  margin-top: 14.7rem;
}
@media screen and (max-width: 640px) {
  #page-seminar main .sec-seminar__pagenation {
    margin-top: 80px;
  }
}
#page-seminar main .sec-seminar__pagenation .pagination-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  gap: 2rem;
}
@media screen and (max-width: 640px) {
  #page-seminar main .sec-seminar__pagenation .pagination-list {
    gap: 10px;
  }
}
#page-seminar main .sec-seminar__pagenation .pagination-list li a,
#page-seminar main .sec-seminar__pagenation .pagination-list li span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 3.8rem;
  height: 3.8rem;
  font-family: din-2014-narrow, sans-serif;
  font-size: 1.1em;
  color: #8E121F;
  background-color: #fff;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  #page-seminar main .sec-seminar__pagenation .pagination-list li a,
  #page-seminar main .sec-seminar__pagenation .pagination-list li span {
    width: 32px;
    height: 32px;
    font-size: 1.6rem;
  }
}
#page-seminar main .sec-seminar__pagenation .pagination-list li a:hover {
  background: #000;
  color: #fff;
}
#page-seminar main .sec-seminar__pagenation .pagination-list {
  /* 現在ページ */
}
#page-seminar main .sec-seminar__pagenation .pagination-list .is-current span {
  background: #000000;
  color: #fff;
  pointer-events: none;
}
#page-seminar main .sec-seminar__pagenation .pagination-list {
  /* 矢印 */
}
#page-seminar main .sec-seminar__pagenation .pagination-list .next {
  margin-left: 0.8rem;
}
@media screen and (max-width: 640px) {
  #page-seminar main .sec-seminar__pagenation .pagination-list .next {
    margin-left: 10px;
  }
}
#page-seminar main .sec-seminar__pagenation .pagination-list .next a {
  width: 4.8rem;
  height: 4.8rem;
  position: relative;
}
@media screen and (max-width: 640px) {
  #page-seminar main .sec-seminar__pagenation .pagination-list .next a {
    width: 40px;
    height: 40px;
  }
}
#page-seminar main .sec-seminar__pagenation .pagination-list .next img {
  position: absolute;
  width: 1.3rem;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (max-width: 640px) {
  #page-seminar main .sec-seminar__pagenation .pagination-list .next img {
    width: 10px;
  }
}
#page-seminar main .sec-seminar__pagenation .pagination-list .next .arrow-red {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
#page-seminar main .sec-seminar__pagenation .pagination-list .next .arrow-wh {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  opacity: 1;
}
#page-seminar main .sec-seminar__pagenation .pagination-list .next:hover .arrow-red {
  -webkit-transform: translateX(250%);
          transform: translateX(250%);
}
#page-seminar main .sec-seminar__pagenation .pagination-list .next:hover .arrow-wh {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
#page-seminar main .sec-seminar__pagenation .pagination-list .prev {
  margin-right: 0.8rem;
}
@media screen and (max-width: 640px) {
  #page-seminar main .sec-seminar__pagenation .pagination-list .prev {
    margin-right: 10px;
  }
}
#page-seminar main .sec-seminar__pagenation .pagination-list .prev a {
  width: 4.8rem;
  height: 4.8rem;
  position: relative;
}
@media screen and (max-width: 640px) {
  #page-seminar main .sec-seminar__pagenation .pagination-list .prev a {
    width: 40px;
    height: 40px;
  }
}
#page-seminar main .sec-seminar__pagenation .pagination-list .prev img {
  position: absolute;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  width: 1.3rem;
}
@media screen and (max-width: 640px) {
  #page-seminar main .sec-seminar__pagenation .pagination-list .prev img {
    width: 10px;
  }
}
#page-seminar main .sec-seminar__pagenation .pagination-list .prev .arrow-red {
  -webkit-transform: translateX(0) rotate(180deg);
          transform: translateX(0) rotate(180deg);
  opacity: 1;
}
#page-seminar main .sec-seminar__pagenation .pagination-list .prev .arrow-wh {
  -webkit-transform: translateX(100%) rotate(180deg);
          transform: translateX(100%) rotate(180deg);
  opacity: 1;
}
#page-seminar main .sec-seminar__pagenation .pagination-list .prev:hover .arrow-red {
  -webkit-transform: translateX(-250%) rotate(180deg);
          transform: translateX(-250%) rotate(180deg);
}
#page-seminar main .sec-seminar__pagenation .pagination-list .prev:hover .arrow-wh {
  -webkit-transform: translateX(0) rotate(180deg);
          transform: translateX(0) rotate(180deg);
}

#page-news main {
  margin-top: 20.7rem;
  padding-bottom: 17.3rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 640px) {
  #page-news main {
    margin-top: 125px;
    padding-bottom: 70px;
    margin-bottom: 10px;
  }
}
#page-news main .p-title {
  font-size: 4.5rem;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
@media screen and (max-width: 640px) {
  #page-news main .p-title {
    font-size: 4rem;
    font-weight: 900;
    font-style: normal;
    line-height: 1.6;
  }
}
#page-news main .sec-news {
  margin-top: 10rem;
}
@media screen and (max-width: 640px) {
  #page-news main .sec-news {
    margin-top: 85px;
  }
}
#page-news main .sec-news .news {
  width: 100%;
}
#page-news main .sec-news .news-list {
  position: relative;
}
#page-news main .sec-news .news-list + li {
  margin-top: 2rem;
}
@media screen and (max-width: 640px) {
  #page-news main .sec-news .news-list + li {
    margin-top: 20px;
  }
}
#page-news main .sec-news .news-list a {
  background-color: #fff;
  padding: 3.2rem 8.5rem 3.2rem 5.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 10rem;
  color: #000;
  border-radius: 3.1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (max-width: 640px) {
  #page-news main .sec-news .news-list a {
    display: block;
    padding: 15px 75px 18px 20px;
    min-height: unset;
    border-radius: 25px;
  }
}
#page-news main .sec-news .news-list a:hover {
  -webkit-transform: scaleX(1.03);
          transform: scaleX(1.03);
}
#page-news main .sec-news .news-list__text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 640px) {
  #page-news main .sec-news .news-list__text {
    display: block;
  }
}
#page-news main .sec-news .news-list__cat {
  font-size: 1.5rem;
  margin-top: 0.2rem;
}
@media screen and (max-width: 640px) {
  #page-news main .sec-news .news-list__cat {
    font-size: 1.2rem;
    line-height: 1;
    margin-top: 0;
    display: inline-block;
  }
}
#page-news main .sec-news .news-list__date {
  font-size: 1.5rem;
  font-weight: 300;
  margin-left: 1.3rem;
  padding-left: 2.7rem;
  position: relative;
  margin-top: 0.2rem;
}
@media screen and (max-width: 640px) {
  #page-news main .sec-news .news-list__date {
    font-size: 1.2rem;
    display: inline-block;
    margin-top: unset;
    padding-left: 27px;
    margin-left: 6px;
  }
}
#page-news main .sec-news .news-list__date::before {
  content: "";
  width: 1.8rem;
  height: 1px;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 1.3rem;
}
@media screen and (max-width: 640px) {
  #page-news main .sec-news .news-list__date::before {
    width: 18px;
    height: 1px;
    top: 10px;
  }
}
#page-news main .sec-news .news-list__title {
  font-size: 1.7rem;
  font-weight: 400;
  margin-left: 4.5rem;
}
@media screen and (max-width: 640px) {
  #page-news main .sec-news .news-list__title {
    font-size: 1.4rem;
    margin-left: unset;
    line-height: 1.7;
    margin-top: 5px;
  }
}
#page-news main .sec-news .news-list__more {
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 50%;
  border: 1px solid #8E121F;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 50%;
  right: 3rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 640px) {
  #page-news main .sec-news .news-list__more {
    width: 34px;
    height: 34px;
    right: 20px;
  }
}
#page-news main .sec-news .news-list__more img {
  position: absolute;
  width: 1.3rem;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (max-width: 640px) {
  #page-news main .sec-news .news-list__more img {
    width: 9px;
  }
}
#page-news main .sec-news .news-list__more .arrow-red {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
#page-news main .sec-news .news-list__more .arrow-wh {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  opacity: 1;
}
#page-news main .sec-news .news-list:hover .news-list__more {
  background-color: #8E121F;
}
#page-news main .sec-news .news-list:hover .arrow-red {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
#page-news main .sec-news .news-list:hover .arrow-wh {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
#page-news main .sec-news__pagenation {
  margin-top: 15rem;
}
@media screen and (max-width: 640px) {
  #page-news main .sec-news__pagenation {
    margin-top: 80px;
  }
}
#page-news main .sec-news__pagenation .pagination-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  gap: 2rem;
}
@media screen and (max-width: 640px) {
  #page-news main .sec-news__pagenation .pagination-list {
    gap: 10px;
  }
}
#page-news main .sec-news__pagenation .pagination-list li a,
#page-news main .sec-news__pagenation .pagination-list li span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 3.8rem;
  height: 3.8rem;
  font-family: din-2014-narrow, sans-serif;
  font-size: 1.1em;
  color: #8E121F;
  background-color: #fff;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  #page-news main .sec-news__pagenation .pagination-list li a,
  #page-news main .sec-news__pagenation .pagination-list li span {
    width: 32px;
    height: 32px;
    font-size: 1.6rem;
  }
}
#page-news main .sec-news__pagenation .pagination-list li a:hover {
  background: #000;
  color: #fff;
}
#page-news main .sec-news__pagenation .pagination-list {
  /* 現在ページ */
}
#page-news main .sec-news__pagenation .pagination-list .is-current span {
  background: #000000;
  color: #fff;
  pointer-events: none;
}
#page-news main .sec-news__pagenation .pagination-list {
  /* 矢印 */
}
#page-news main .sec-news__pagenation .pagination-list .next {
  margin-left: 0.8rem;
}
@media screen and (max-width: 640px) {
  #page-news main .sec-news__pagenation .pagination-list .next {
    margin-left: 10px;
  }
}
#page-news main .sec-news__pagenation .pagination-list .next a {
  width: 4.8rem;
  height: 4.8rem;
  position: relative;
}
@media screen and (max-width: 640px) {
  #page-news main .sec-news__pagenation .pagination-list .next a {
    width: 40px;
    height: 40px;
  }
}
#page-news main .sec-news__pagenation .pagination-list .next img {
  position: absolute;
  width: 1.3rem;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (max-width: 640px) {
  #page-news main .sec-news__pagenation .pagination-list .next img {
    width: 10px;
  }
}
#page-news main .sec-news__pagenation .pagination-list .next .arrow-red {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
#page-news main .sec-news__pagenation .pagination-list .next .arrow-wh {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  opacity: 1;
}
#page-news main .sec-news__pagenation .pagination-list .next:hover .arrow-red {
  -webkit-transform: translateX(250%);
          transform: translateX(250%);
}
#page-news main .sec-news__pagenation .pagination-list .next:hover .arrow-wh {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
#page-news main .sec-news__pagenation .pagination-list .prev {
  margin-right: 0.8rem;
}
@media screen and (max-width: 640px) {
  #page-news main .sec-news__pagenation .pagination-list .prev {
    margin-right: 10px;
  }
}
#page-news main .sec-news__pagenation .pagination-list .prev a {
  width: 4.8rem;
  height: 4.8rem;
  position: relative;
}
@media screen and (max-width: 640px) {
  #page-news main .sec-news__pagenation .pagination-list .prev a {
    width: 40px;
    height: 40px;
  }
}
#page-news main .sec-news__pagenation .pagination-list .prev img {
  position: absolute;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  width: 1.3rem;
}
@media screen and (max-width: 640px) {
  #page-news main .sec-news__pagenation .pagination-list .prev img {
    width: 10px;
  }
}
#page-news main .sec-news__pagenation .pagination-list .prev .arrow-red {
  -webkit-transform: translateX(0) rotate(180deg);
          transform: translateX(0) rotate(180deg);
  opacity: 1;
}
#page-news main .sec-news__pagenation .pagination-list .prev .arrow-wh {
  -webkit-transform: translateX(100%) rotate(180deg);
          transform: translateX(100%) rotate(180deg);
  opacity: 1;
}
#page-news main .sec-news__pagenation .pagination-list .prev:hover .arrow-red {
  -webkit-transform: translateX(-250%) rotate(180deg);
          transform: translateX(-250%) rotate(180deg);
}
#page-news main .sec-news__pagenation .pagination-list .prev:hover .arrow-wh {
  -webkit-transform: translateX(0) rotate(180deg);
          transform: translateX(0) rotate(180deg);
}

#page-news-detail {
  background-color: #fff;
}
#page-news-detail header {
  background-color: #8E121F;
}
#page-news-detail header .h-inner {
  border-bottom: unset;
}
#page-news-detail main {
  color: #8E121F;
  margin-top: 20.7rem;
  padding-bottom: 27.2rem;
  margin-bottom: 1rem;
  overflow-x: hidden;
}
@media screen and (max-width: 640px) {
  #page-news-detail main {
    margin-top: 125px;
    padding-bottom: 90px;
    margin-bottom: 10px;
  }
}
#page-news-detail main .p-title {
  font-size: 6rem;
  line-height: 1.66;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 900;
  font-style: normal;
}
@media screen and (max-width: 640px) {
  #page-news-detail main .p-title {
    font-size: 4rem;
    line-height: 1.6;
  }
}
#page-news-detail main .sec-news {
  margin-top: 10rem;
}
@media screen and (max-width: 640px) {
  #page-news-detail main .sec-news {
    margin-top: 110px;
  }
}
#page-news-detail main .sec-news__title {
  font-size: 3.3rem;
  font-weight: 800;
  margin-top: 4rem;
}
@media screen and (max-width: 640px) {
  #page-news-detail main .sec-news__title {
    font-size: 2rem;
    line-height: 2;
    margin-top: 25px;
  }
}
#page-news-detail main .sec-news__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#page-news-detail main .sec-news__head .cat {
  font-size: 1.5rem;
  font-weight: 600;
}
@media screen and (max-width: 640px) {
  #page-news-detail main .sec-news__head .cat {
    font-size: 1.2rem;
  }
}
#page-news-detail main .sec-news__head .date {
  font-size: 1.5rem;
  font-weight: 300;
  margin-left: 1.4rem;
  padding-left: 2.8rem;
  position: relative;
}
@media screen and (max-width: 640px) {
  #page-news-detail main .sec-news__head .date {
    font-size: 1.2rem;
    margin-left: 8px;
    padding-left: 27px;
  }
}
#page-news-detail main .sec-news__head .date::before {
  content: "";
  width: 1.8rem;
  height: 1px;
  background-color: #8E121F;
  position: absolute;
  left: 0;
  top: 47%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 640px) {
  #page-news-detail main .sec-news__head .date::before {
    width: 18px;
    top: 50%;
  }
}
#page-news-detail main .sec-news__contents {
  margin-top: 5.4rem;
  font-size: 1.8rem;
  line-height: 1.94;
}
@media screen and (max-width: 640px) {
  #page-news-detail main .sec-news__contents {
    margin-top: 60px;
    font-size: 1.4rem;
    line-height: 1.7;
  }
}
#page-news-detail main .sec-news__contents h2 {
  font-size: 3.3rem;
  margin-top: 4rem;
  font-weight: 800;
}
@media screen and (max-width: 640px) {
  #page-news-detail main .sec-news__contents h2 {
    font-size: 2rem;
    margin-top: 40px;
  }
}
#page-news-detail main .sec-news__contents h3 {
  font-size: 2.8rem;
  margin-top: 4rem;
}
@media screen and (max-width: 640px) {
  #page-news-detail main .sec-news__contents h3 {
    font-size: 1.8rem;
    margin-top: 40px;
  }
}
#page-news-detail main .sec-news__contents h4 {
  font-size: 2.5rem;
  margin-top: 4rem;
}
@media screen and (max-width: 640px) {
  #page-news-detail main .sec-news__contents h4 {
    font-size: 1.6rem;
    margin-top: 40px;
  }
}
#page-news-detail main .sec-news__contents .wp-block-image {
  margin: 9.5rem auto 0;
  max-width: 64.2rem;
  width: 100%;
  display: block;
}
@media screen and (max-width: 640px) {
  #page-news-detail main .sec-news__contents .wp-block-image {
    margin: 60px auto 0;
    width: 100%;
  }
}
#page-news-detail main .sec-news__contents .wp-block-image img {
  width: 100%;
  height: auto;
  display: block;
}
#page-news-detail main .sec-news__contents ul {
  list-style: disc;
  margin-top: 4rem;
  padding-left: 4rem;
}
@media screen and (max-width: 640px) {
  #page-news-detail main .sec-news__contents ul {
    margin-top: 30px;
    padding-left: 30px;
  }
}
#page-news-detail main .sec-news__contents ul li {
  list-style: disc;
}
#page-news-detail main .sec-news__contents ol {
  margin-top: 4rem;
  padding-left: 4rem;
}
@media screen and (max-width: 640px) {
  #page-news-detail main .sec-news__contents ol {
    margin-top: 30px;
    padding-left: 30px;
  }
}
#page-news-detail main .sec-news__contents ol li {
  list-style: auto;
}
#page-news-detail main .sec-news__contents a {
  text-decoration: underline;
  color: #8E121F;
}
#page-news-detail main .sec-news__contents p {
  margin-top: 4rem;
}
@media screen and (max-width: 640px) {
  #page-news-detail main .sec-news__contents p {
    margin-top: 30px;
  }
}
#page-news-detail main .sec-news__contents p + p {
  margin-top: 4rem;
}
@media screen and (max-width: 640px) {
  #page-news-detail main .sec-news__contents p + p {
    margin-top: 30px;
  }
}
#page-news-detail main .sec-news__more {
  width: 30rem;
  margin: 10rem auto 0;
}
@media screen and (max-width: 640px) {
  #page-news-detail main .sec-news__more {
    margin: 100px auto 0;
    width: 197px;
  }
}
#page-news-detail main .sec-news__more a {
  padding: 1.4rem 4.5rem 1.3rem 1.4rem;
}
@media screen and (max-width: 640px) {
  #page-news-detail main .sec-news__more a {
    padding: 10px 23px 10px 8PX;
    font-size: 1.3rem;
  }
}

#page-maker main {
  margin-top: 20.7rem;
  padding-bottom: 25rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 640px) {
  #page-maker main {
    margin-top: 125px;
    padding-bottom: 90px;
    margin-bottom: 10px;
  }
}
#page-maker main .p-title {
  font-size: 4.5rem;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
@media screen and (max-width: 640px) {
  #page-maker main .p-title {
    font-size: 4rem;
    font-weight: 900;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: -0.07rem;
  }
}
#page-maker main .sec-maker {
  margin-top: 10rem;
}
@media screen and (max-width: 640px) {
  #page-maker main .sec-maker {
    margin-top: 50px;
  }
  #page-maker main .sec-maker + .sec-maker {
    margin-top: 83px;
  }
}
#page-maker main .sec-maker .sec-title {
  font-size: 4.7rem;
  font-family: din-2014-narrow, sans-serif;
  letter-spacing: 0.1em;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  #page-maker main .sec-maker .sec-title {
    font-size: 3.5rem;
  }
}
#page-maker main .sec-maker .sec-label {
  margin-top: 1.5rem;
  line-height: 1;
  font-size: 1.8rem;
}
@media screen and (max-width: 640px) {
  #page-maker main .sec-maker .sec-label {
    margin-top: 10px;
    font-size: 1.4rem;
  }
}
#page-maker main .sec-maker .sec-image img {
  border: 1px solid #707070;
}
#page-maker main .sec-maker .sec-name {
  text-align: center;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1;
  margin-top: 2.5rem;
}
@media screen and (max-width: 640px) {
  #page-maker main .sec-maker .sec-name {
    margin-top: 15px;
  }
}
#page-maker main .sec-maker__list {
  margin-top: 6.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 3.6rem 2.2rem;
}
@media screen and (max-width: 640px) {
  #page-maker main .sec-maker__list {
    margin-top: 40px;
    gap: 40px 25px;
  }
}
#page-maker main .sec-maker__list li {
  width: calc(25% - 1.7rem);
}
@media screen and (max-width: 640px) {
  #page-maker main .sec-maker__list li {
    width: calc(50% - 1.3rem);
  }
}
#page-maker main .sec-maker__list li img {
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}
#page-maker main .sec-maker__list li a:hover .sec-image img {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
  -webkit-filter: brightness(0.7);
          filter: brightness(0.7);
}

#page-product main {
  margin-top: 20.7rem;
  padding-bottom: 14.3rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 640px) {
  #page-product main {
    margin-top: 125px;
    padding-bottom: 70px;
    margin-bottom: 10px;
  }
}
#page-product main .p-title {
  font-size: 4.5rem;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
@media screen and (max-width: 640px) {
  #page-product main .p-title {
    font-size: 4rem;
    font-weight: 900;
    font-style: normal;
    line-height: 1.6;
  }
}
#page-product main .sec-title {
  font-size: 3.7rem;
  font-family: din-2014-narrow, sans-serif;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  #page-product main .sec-title {
    font-size: 2.6rem;
    display: inline-block;
    vertical-align: middle;
  }
}
#page-product main .sec-label {
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  #page-product main .sec-label {
    display: inline-block;
  }
}
#page-product main .sec-product {
  margin-top: 4.5rem;
}
@media screen and (max-width: 640px) {
  #page-product main .sec-product {
    margin-top: 34px;
  }
}
#page-product main .sec-product .product-filter {
  width: 81rem;
  margin: 3rem auto 0;
  text-align: center;
}
@media screen and (max-width: 640px) {
  #page-product main .sec-product .product-filter {
    width: 100%;
    margin: 14px auto 0;
  }
}
#page-product main .sec-product .product-filter__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 4.2rem 2rem;
}
@media screen and (max-width: 640px) {
  #page-product main .sec-product .product-filter__list {
    gap: 10px;
  }
}
@media screen and (max-width: 640px) {
  #page-product main .sec-product .product-filter__list li {
    width: calc(50% - 5px);
  }
}
@media screen and (max-width: 640px) {
  #page-product main .sec-product .product-filter__list .search {
    width: 100%;
  }
}
#page-product main .sec-product .product-filter__list label {
  display: block;
  cursor: pointer;
}
#page-product main .sec-product .product-filter__list input {
  display: none;
}
#page-product main .sec-product .product-filter__list span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 14.6rem;
  height: 4.3rem;
  border: 1px solid #8E121F;
  border-radius: 2.7rem;
  background: transparent;
  color: #8E121F;
  font-size: 1.2rem;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 640px) {
  #page-product main .sec-product .product-filter__list span {
    width: 100%;
    height: 35px;
    border-radius: 27px;
  }
}
#page-product main .sec-product .product-filter__list label:hover span {
  background: #8E121F;
  color: #fff;
}
#page-product main .sec-product .product-filter__list input:checked + span {
  background: #8E121F;
  color: #fff;
}
#page-product main .sec-product .product-filter__list a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 14.6rem;
  height: 4.3rem;
  border: 1px solid #8E121F;
  border-radius: 2.7rem;
  color: #8E121F;
  font-size: 1.2rem;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 640px) {
  #page-product main .sec-product .product-filter__list a {
    width: 100%;
    height: 35px;
  }
}
#page-product main .sec-product .product-filter__list a:hover {
  background: #8E121F;
  color: #fff;
}
#page-product main .sec-product .product-filter__list a.is-active {
  background: #8E121F;
  color: #fff;
}
#page-product main .sec-product .product-filter__search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 31.2rem;
  height: 4.3rem;
  border: 1px solid #8E121F;
  border-radius: 2.7rem;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  #page-product main .sec-product .product-filter__search {
    width: 100%;
    height: 35px;
  }
}
#page-product main .sec-product .product-filter__search input {
  width: calc(100% - 6rem);
  height: 100%;
  border: none;
  display: inline-block;
  padding: 0 1.6rem;
  font-size: 1.2rem;
  color: #8E121F;
  outline: none;
  background: transparent;
}
@media screen and (max-width: 640px) {
  #page-product main .sec-product .product-filter__search input {
    width: calc(100% - 54px);
  }
}
#page-product main .sec-product .product-filter__search input::-webkit-input-placeholder {
  color: rgba(142, 18, 31, 0.28);
  text-align: center;
}
#page-product main .sec-product .product-filter__search input::-moz-placeholder {
  color: rgba(142, 18, 31, 0.28);
  text-align: center;
}
#page-product main .sec-product .product-filter__search input:-ms-input-placeholder {
  color: rgba(142, 18, 31, 0.28);
  text-align: center;
}
#page-product main .sec-product .product-filter__search input::-ms-input-placeholder {
  color: rgba(142, 18, 31, 0.28);
  text-align: center;
}
#page-product main .sec-product .product-filter__search input::placeholder {
  color: rgba(142, 18, 31, 0.28);
  text-align: center;
}
#page-product main .sec-product .product-filter__search button {
  position: relative;
  width: 6rem;
  height: 100%;
  background: transparent;
  border: none;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-left: 1px solid #8E121F;
  padding: 0;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  #page-product main .sec-product .product-filter__search button {
    width: 54px;
  }
}
#page-product main .sec-product .product-filter__search button img {
  position: absolute;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 2rem;
}
@media screen and (max-width: 640px) {
  #page-product main .sec-product .product-filter__search button img {
    width: 17px;
  }
}
#page-product main .sec-product .product-filter__search button .icon-default {
  opacity: 1;
}
#page-product main .sec-product .product-filter__search button .icon-white {
  opacity: 0;
}
#page-product main .sec-product .product-filter__search:hover button {
  background: #8E121F;
}
#page-product main .sec-product .product-filter__search:hover button .icon-default {
  opacity: 0;
}
#page-product main .sec-product .product-filter__search:hover button .icon-white {
  opacity: 1;
}
#page-product main .sec-product__head {
  background-color: #fff;
  color: #8E121F;
  border-radius: 2.6rem;
  padding: 2.5rem 2rem 3rem;
  text-align: center;
}
@media screen and (max-width: 640px) {
  #page-product main .sec-product__head {
    padding: 19px 16px 27px;
    text-align: left;
    border-radius: 26px;
  }
}
#page-product main .sec-product__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 6rem 2.2rem;
  margin: 10rem auto 0;
}
@media screen and (max-width: 640px) {
  #page-product main .sec-product__list {
    margin-top: 50px;
    gap: 53px 25px;
  }
}
#page-product main .sec-product__list li {
  width: calc(33.3333333333% - 1.5rem);
}
@media screen and (max-width: 640px) {
  #page-product main .sec-product__list li {
    width: calc(50% - 13px);
  }
}
#page-product main .sec-product__list li a:hover .product-image img {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
  -webkit-filter: brightness(0.7);
          filter: brightness(0.7);
}
#page-product main .sec-product__more {
  margin: 4.5rem auto 0;
  width: 22.1rem;
}
@media screen and (max-width: 640px) {
  #page-product main .sec-product__more {
    margin: 10px auto 0 0;
    width: 182px;
  }
}
#page-product main .sec-product__more button {
  background-color: #000;
  color: #fff;
  border-radius: 3.8rem;
  padding: 1.4rem 1.4rem 1.3rem 3.2rem;
  font-size: 1.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  position: relative;
  width: 100%;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (max-width: 640px) {
  #page-product main .sec-product__more button {
    padding: 7px 7px 8px 20px;
  }
}
#page-product main .sec-product__more .button-bl__arrow {
  width: 3.6rem;
  height: 3.6rem;
  position: relative;
}
@media screen and (max-width: 640px) {
  #page-product main .sec-product__more .button-bl__arrow {
    width: 30px;
    height: 30px;
  }
}
#page-product main .sec-product__more .button-bl__arrow img {
  position: absolute;
  width: 1.3rem;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (max-width: 640px) {
  #page-product main .sec-product__more .button-bl__arrow img {
    width: 9px;
  }
}
#page-product main .sec-product__more .button-bl__arrow .arrow-black {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
#page-product main .sec-product__more .button-bl__arrow .arrow-red {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  opacity: 0;
}
#page-product main .sec-product__more button:hover {
  background-color: #8E121F;
}
#page-product main .sec-product__more button:hover .arrow-black {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  opacity: 0;
}
#page-product main .sec-product__more button:hover .arrow-red {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
#page-product main .sec-product .product-image {
  aspect-ratio: 338/230;
}
@media screen and (max-width: 640px) {
  #page-product main .sec-product .product-image {
    aspect-ratio: 145/99;
  }
}
#page-product main .sec-product .product-image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.4s ease, -webkit-filter 0.4s ease;
  transition: -webkit-transform 0.4s ease, -webkit-filter 0.4s ease;
  transition: transform 0.4s ease, filter 0.4s ease;
  transition: transform 0.4s ease, filter 0.4s ease, -webkit-transform 0.4s ease, -webkit-filter 0.4s ease;
}
#page-product main .sec-product .product-name {
  margin-top: 2.2rem;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  #page-product main .sec-product .product-name {
    margin-top: 15px;
    font-size: 1.2rem;
  }
}
#page-product main .sec-product .product-label {
  margin-top: 2rem;
  line-height: 1.5;
  font-size: 1.3rem;
  font-weight: 400;
}
@media screen and (max-width: 640px) {
  #page-product main .sec-product .product-label {
    margin-top: 10px;
    font-size: 1.1rem;
  }
}
#page-product main .sec-product .product-list {
  margin-top: 3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1.7rem;
}
@media screen and (max-width: 640px) {
  #page-product main .sec-product .product-list {
    margin-top: 15px;
    background-color: #fff;
    border-radius: 27px;
    padding: 9px 12px;
    text-align: center;
    gap: 5px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
#page-product main .sec-product .product-list li {
  background-color: #fff;
  line-height: 1;
  border-radius: 2.7rem;
  color: #8E121F;
  padding: 1.3rem;
  width: 12rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  font-size: 0.9rem;
}
@media screen and (max-width: 640px) {
  #page-product main .sec-product .product-list li {
    background-color: unset;
    padding: unset;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: unset;
  }
  #page-product main .sec-product .product-list li + li {
    position: relative;
  }
  #page-product main .sec-product .product-list li + li::before {
    content: "/";
    margin-right: 5px;
  }
}
#page-product main .sec-product__pagenation .pagination {
  margin-top: 13.5rem;
}
@media screen and (max-width: 640px) {
  #page-product main .sec-product__pagenation .pagination {
    margin-top: 80px;
  }
}
#page-product main .sec-product__pagenation .pagination-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  gap: 2rem;
}
@media screen and (max-width: 640px) {
  #page-product main .sec-product__pagenation .pagination-list {
    gap: 10px;
  }
}
#page-product main .sec-product__pagenation .pagination-list li a,
#page-product main .sec-product__pagenation .pagination-list li span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 3.8rem;
  height: 3.8rem;
  font-family: din-2014-narrow, sans-serif;
  font-size: 1.1em;
  color: #8E121F;
  background-color: #fff;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  #page-product main .sec-product__pagenation .pagination-list li a,
  #page-product main .sec-product__pagenation .pagination-list li span {
    width: 32px;
    height: 32px;
    font-size: 1.6rem;
  }
}
#page-product main .sec-product__pagenation .pagination-list li a:hover {
  background: #000;
  color: #fff;
}
#page-product main .sec-product__pagenation .pagination-list {
  /* 現在ページ */
}
#page-product main .sec-product__pagenation .pagination-list .is-current span {
  background: #000000;
  color: #fff;
  pointer-events: none;
}
#page-product main .sec-product__pagenation .pagination-list {
  /* 矢印 */
}
#page-product main .sec-product__pagenation .pagination-list .next {
  margin-left: 0.8rem;
}
@media screen and (max-width: 640px) {
  #page-product main .sec-product__pagenation .pagination-list .next {
    margin-left: 10px;
  }
}
#page-product main .sec-product__pagenation .pagination-list .next a {
  width: 4.8rem;
  height: 4.8rem;
}
@media screen and (max-width: 640px) {
  #page-product main .sec-product__pagenation .pagination-list .next a {
    width: 40px;
    height: 40px;
  }
}
#page-product main .sec-product__pagenation .pagination-list .next img {
  position: absolute;
  width: 1.3rem;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (max-width: 640px) {
  #page-product main .sec-product__pagenation .pagination-list .next img {
    width: 10px;
  }
}
#page-product main .sec-product__pagenation .pagination-list .next .arrow-red {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
#page-product main .sec-product__pagenation .pagination-list .next .arrow-wh {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  opacity: 1;
}
#page-product main .sec-product__pagenation .pagination-list .next:hover .arrow-red {
  -webkit-transform: translateX(250%);
          transform: translateX(250%);
}
#page-product main .sec-product__pagenation .pagination-list .next:hover .arrow-wh {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
#page-product main .sec-product__pagenation .pagination-list .prev {
  margin-right: 0.8rem;
}
@media screen and (max-width: 640px) {
  #page-product main .sec-product__pagenation .pagination-list .prev {
    margin-right: 10px;
  }
}
#page-product main .sec-product__pagenation .pagination-list .prev a {
  width: 4.8rem;
  height: 4.8rem;
}
@media screen and (max-width: 640px) {
  #page-product main .sec-product__pagenation .pagination-list .prev a {
    width: 40px;
    height: 40px;
  }
}
#page-product main .sec-product__pagenation .pagination-list .prev img {
  position: absolute;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  width: 1.3rem;
}
@media screen and (max-width: 640px) {
  #page-product main .sec-product__pagenation .pagination-list .prev img {
    width: 10px;
  }
}
#page-product main .sec-product__pagenation .pagination-list .prev .arrow-red {
  -webkit-transform: translateX(0) rotate(180deg);
          transform: translateX(0) rotate(180deg);
  opacity: 1;
}
#page-product main .sec-product__pagenation .pagination-list .prev .arrow-wh {
  -webkit-transform: translateX(100%) rotate(180deg);
          transform: translateX(100%) rotate(180deg);
  opacity: 1;
}
#page-product main .sec-product__pagenation .pagination-list .prev:hover .arrow-red {
  -webkit-transform: translateX(-250%) rotate(180deg);
          transform: translateX(-250%) rotate(180deg);
}
#page-product main .sec-product__pagenation .pagination-list .prev:hover .arrow-wh {
  -webkit-transform: translateX(0) rotate(180deg);
          transform: translateX(0) rotate(180deg);
}

#page-product-detail {
  background-color: #fff;
}
#page-product-detail header {
  background-color: #8E121F;
}
#page-product-detail header .h-inner {
  border-bottom: unset;
}
#page-product-detail main {
  color: #8E121F;
  margin-top: 20rem;
  margin-bottom: 19rem;
  overflow-x: hidden;
}
@media screen and (max-width: 640px) {
  #page-product-detail main {
    margin-top: 125px;
    margin-bottom: 120px;
  }
}
#page-product-detail main .p-title {
  font-size: 4.5rem;
  line-height: 1.66;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 900;
  font-style: normal;
}
@media screen and (max-width: 640px) {
  #page-product-detail main .p-title {
    font-size: 4rem;
    line-height: 1.6;
    letter-spacing: -0.065rem;
  }
}
#page-product-detail main .section-label {
  font-size: 1.5rem;
}
@media screen and (max-width: 640px) {
  #page-product-detail main .section-label {
    font-size: 1.3rem;
  }
}
#page-product-detail main .section-title {
  font-size: 3.3rem;
  line-height: 1.63;
  font-weight: 800;
  margin-top: 3rem;
}
@media screen and (max-width: 640px) {
  #page-product-detail main .section-title {
    font-size: 2rem;
    line-height: 2;
    margin-top: 30px;
  }
}
#page-product-detail main .section-image {
  width: 59.7rem;
  height: 40.7rem;
  aspect-ratio: 597/407;
}
@media screen and (max-width: 640px) {
  #page-product-detail main .section-image {
    width: 100%;
    margin-top: 50px;
    width: 100%;
    height: auto;
    aspect-ratio: 315/215;
  }
}
#page-product-detail main .section-image img {
  border-radius: 2.6rem;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 640px) {
  #page-product-detail main .section-image img {
    border-radius: 26px;
  }
}
#page-product-detail main .sec-product {
  margin-top: 6rem;
}
@media screen and (max-width: 640px) {
  #page-product-detail main .sec-product {
    margin-top: 70px;
  }
}
#page-product-detail main .sec-product__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 640px) {
  #page-product-detail main .sec-product__flex {
    display: block;
  }
}
#page-product-detail main .sec-product__text {
  width: 41.3rem;
}
@media screen and (max-width: 640px) {
  #page-product-detail main .sec-product__text {
    width: 100%;
  }
}
#page-product-detail main .sec-product__contents {
  margin-top: 11rem;
  font-size: 1.8rem;
  line-height: 1.94;
}
@media screen and (max-width: 640px) {
  #page-product-detail main .sec-product__contents {
    margin-top: 70px;
    font-size: 1.4rem;
    line-height: 1.7;
  }
}
#page-product-detail main .sec-product__contents h2 {
  font-size: 3.3rem;
  font-weight: 800;
}
@media screen and (max-width: 640px) {
  #page-product-detail main .sec-product__contents h2 {
    font-size: 2rem;
    margin-top: 40px;
  }
}
#page-product-detail main .sec-product__contents h3 {
  font-size: 2.8rem;
  margin-top: 10rem;
}
@media screen and (max-width: 640px) {
  #page-product-detail main .sec-product__contents h3 {
    font-size: 1.8rem;
    margin-top: 40px;
  }
}
#page-product-detail main .sec-product__contents h4 {
  font-size: 2.5rem;
  margin-top: 10rem;
}
@media screen and (max-width: 640px) {
  #page-product-detail main .sec-product__contents h4 {
    font-size: 1.6rem;
    margin-top: 40px;
  }
}
#page-product-detail main .sec-product__contents img {
  margin: 9rem auto 0 0;
  width: 59.7rem;
  height: 59.7rem;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 640px) {
  #page-product-detail main .sec-product__contents img {
    margin: 70px auto 0;
    width: 100%;
    height: auto;
  }
}
#page-product-detail main .sec-product__contents ul {
  list-style: disc;
  margin-top: 4rem;
  padding-left: 4rem;
}
@media screen and (max-width: 640px) {
  #page-product-detail main .sec-product__contents ul {
    margin-top: 30px;
    padding-left: 30px;
  }
}
#page-product-detail main .sec-product__contents ul li {
  list-style: disc;
}
#page-product-detail main .sec-product__contents ol {
  margin-top: 4rem;
  padding-left: 4rem;
}
@media screen and (max-width: 640px) {
  #page-product-detail main .sec-product__contents ol {
    margin-top: 30px;
    padding-left: 30px;
  }
}
#page-product-detail main .sec-product__contents ol li {
  list-style: auto;
}
#page-product-detail main .sec-product__contents a {
  text-decoration: underline;
  color: #8E121F;
}
#page-product-detail main .sec-product__contents p {
  margin-top: 4rem;
}
@media screen and (max-width: 640px) {
  #page-product-detail main .sec-product__contents p {
    margin-top: 70px;
  }
}
#page-product-detail main .sec-product__contents p + p {
  margin-top: 4rem;
}
@media screen and (max-width: 640px) {
  #page-product-detail main .sec-product__contents p + p {
    margin-top: 30px;
  }
}
#page-product-detail main .sec-product__contents .detail {
  margin-top: 5rem;
  width: 66rem;
}
@media screen and (max-width: 640px) {
  #page-product-detail main .sec-product__contents .detail {
    margin-top: 70px;
    width: 100%;
  }
}
#page-product-detail main .sec-product__contents .detail dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #8E121F;
}
@media screen and (max-width: 640px) {
  #page-product-detail main .sec-product__contents .detail dl {
    display: block;
    padding: 35px 0;
  }
}
#page-product-detail main .sec-product__contents .detail dt {
  width: 18rem;
  padding: 4rem 0 4rem 1rem;
  border-bottom: 1px solid #8E121F;
}
@media screen and (max-width: 640px) {
  #page-product-detail main .sec-product__contents .detail dt {
    border-bottom: unset;
    width: 100%;
    padding: 0;
    font-weight: 600;
  }
}
#page-product-detail main .sec-product__contents .detail dd {
  padding: 4rem 1rem;
  width: calc(100% - 18rem);
}
@media screen and (max-width: 640px) {
  #page-product-detail main .sec-product__contents .detail dd {
    padding: 0;
    width: 100%;
    margin-top: 15px;
  }
}
#page-product-detail main .sec-product__more {
  width: 33.7rem;
  margin: 15rem auto 0;
}
@media screen and (max-width: 640px) {
  #page-product-detail main .sec-product__more {
    margin: 120px auto 0;
    width: 222px;
  }
}
#page-product-detail main .sec-product__more a {
  padding: 1.4rem 4rem 1.3rem 1.3rem;
}
@media screen and (max-width: 640px) {
  #page-product-detail main .sec-product__more a {
    padding: 10px 20px 10px 9px;
    font-size: 1.3rem;
  }
}

#page-bestream main {
  margin-top: 10.7rem;
  padding-bottom: 17.8rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 640px) {
  #page-bestream main {
    margin-top: 65px;
    padding-bottom: 90px;
    margin-bottom: 10px;
  }
}
#page-bestream main .p-kv {
  background-color: #fff;
  padding-top: 4rem;
  padding-bottom: 5.2rem;
}
@media screen and (max-width: 640px) {
  #page-bestream main .p-kv {
    padding: 60px 30px;
  }
}
#page-bestream main .p-kv__inner {
  max-width: 124.5rem;
  margin: 0 auto;
  padding: 0 6.6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 640px) {
  #page-bestream main .p-kv__inner {
    width: 100%;
    display: block;
    padding: unset;
  }
}
#page-bestream main .p-kv__left {
  width: 32.2rem;
}
@media screen and (max-width: 640px) {
  #page-bestream main .p-kv__left {
    display: none;
  }
}
#page-bestream main .p-kv__47 {
  width: 20.3rem;
}
#page-bestream main .p-kv__text {
  color: #000000;
  margin-top: 7.3rem;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0;
}
#page-bestream main .p-kv__right {
  width: 65.2rem;
}
@media screen and (max-width: 640px) {
  #page-bestream main .p-kv__right {
    width: 100%;
  }
}
#page-bestream main .p-kv__right-sp {
  display: none;
}
@media screen and (max-width: 640px) {
  #page-bestream main .p-kv__right-sp {
    display: block;
    color: #000000;
    font-size: 1.4rem;
    font-weight: 600;
    margin-top: 42px;
  }
}
#page-bestream main .page-wrapper {
  max-width: 133.3rem;
  margin: 0 auto;
  padding: 0 6.6rem;
}
@media screen and (max-width: 640px) {
  #page-bestream main .page-wrapper {
    width: 100%;
    padding: 0 30px;
  }
}
#page-bestream main .section-title {
  font-size: 4.7rem;
  letter-spacing: 0.1em;
  font-family: din-2014-narrow, sans-serif;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  #page-bestream main .section-title {
    font-size: 3.5rem;
  }
}
#page-bestream main .section-label {
  font-size: 1.8rem;
  line-height: 1;
  margin-top: 2.5rem;
}
@media screen and (max-width: 640px) {
  #page-bestream main .section-label {
    font-size: 1.4rem;
    margin-top: 13px;
  }
}
#page-bestream main .sec-partner {
  margin: 11.9rem auto 0;
}
@media screen and (max-width: 640px) {
  #page-bestream main .sec-partner {
    margin-top: 57px;
  }
}
#page-bestream main .sec-partner__point {
  font-size: 4.7rem;
  font-family: din-2014-narrow, sans-serif;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.4;
  margin-top: 10.9rem;
}
@media screen and (max-width: 640px) {
  #page-bestream main .sec-partner__point {
    font-size: 3.5rem;
    letter-spacing: 0;
    line-height: 1.48;
    margin-top: 57px;
  }
}
#page-bestream main .sec-partner__text {
  margin-top: 12rem;
  font-size: 1.8rem;
  line-height: 1.94;
}
@media screen and (max-width: 640px) {
  #page-bestream main .sec-partner__text {
    margin-top: 50px;
    font-size: 1.4rem;
    line-height: 2;
  }
}
#page-bestream main .sec-partner__text p + p {
  margin-top: 3rem;
}
@media screen and (max-width: 640px) {
  #page-bestream main .sec-partner__text p + p {
    margin-top: 20px;
  }
}
#page-bestream main .sec-partner__image {
  width: 81.7rem;
  margin: 14rem auto 0;
}
@media screen and (max-width: 640px) {
  #page-bestream main .sec-partner__image {
    width: 100%;
    margin: 60px auto 0;
  }
}
#page-bestream main .sec-voice {
  margin: 14.5rem auto 0;
}
@media screen and (max-width: 640px) {
  #page-bestream main .sec-voice {
    margin: 60px auto 0;
  }
}
#page-bestream main .sec-voice h3 {
  font-size: 2.7rem;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  #page-bestream main .sec-voice h3 {
    font-size: 2rem;
  }
}
#page-bestream main .sec-voice__flex {
  margin-top: 6.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 640px) {
  #page-bestream main .sec-voice__flex {
    display: block;
    margin-top: 40px;
  }
}
#page-bestream main .sec-voice__image {
  width: 77.7rem;
}
@media screen and (max-width: 640px) {
  #page-bestream main .sec-voice__image {
    width: 100%;
  }
}
#page-bestream main .sec-voice__image img {
  border-radius: 2.8rem;
}
@media screen and (max-width: 640px) {
  #page-bestream main .sec-voice__image img {
    border-radius: 20px;
  }
}
#page-bestream main .sec-voice__detail {
  width: 48.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-left: -12rem;
  margin-top: 16.6rem;
  margin-bottom: -8rem;
}
@media screen and (max-width: 640px) {
  #page-bestream main .sec-voice__detail {
    width: 100%;
    margin: unset;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
#page-bestream main .sec-voice__owner {
  width: 24.7rem;
  margin-right: 4.4rem;
}
@media screen and (max-width: 640px) {
  #page-bestream main .sec-voice__owner {
    width: 132px;
    margin: -40px -30px 0 18px;
  }
}
#page-bestream main .sec-voice__text {
  font-size: 1.8rem;
}
@media screen and (max-width: 640px) {
  #page-bestream main .sec-voice__text {
    font-size: 1.2rem;
    line-height: 1;
  }
}
#page-bestream main .sec-voice__text .from {
  padding: 9px 10px;
  border: 1px solid #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
}
#page-bestream main .sec-voice__text .name {
  line-height: 1;
  margin-top: 18px;
}
@media screen and (max-width: 640px) {
  #page-bestream main .sec-voice__text .name {
    margin-top: 10px;
  }
}
#page-bestream main .sec-voice__more {
  width: 38rem;
  margin: 15.8rem auto 0;
}
@media screen and (max-width: 640px) {
  #page-bestream main .sec-voice__more {
    width: 100%;
    margin: 60px auto 0;
  }
}
@media screen and (max-width: 640px) {
  #page-bestream main .sec-voice__more .button-bl__arrow {
    width: 38px;
    height: 38px;
  }
}
#page-bestream main .sec-voice__more .button-bl__arrow img {
  width: 2.1rem;
}
@media screen and (max-width: 640px) {
  #page-bestream main .sec-voice__more .button-bl__arrow img {
    width: 16px;
  }
}
#page-bestream main .sec-choice {
  margin-top: 16.6rem;
}
@media screen and (max-width: 640px) {
  #page-bestream main .sec-choice {
    margin-top: 60px;
  }
}
#page-bestream main .sec-choice__title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  #page-bestream main .sec-choice__title {
    font-size: 2rem;
  }
}
#page-bestream main .sec-choice__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 6.2rem;
}
@media screen and (max-width: 640px) {
  #page-bestream main .sec-choice__flex {
    display: block;
    margin-top: 40px;
  }
}
#page-bestream main .sec-choice__text {
  width: 75.2rem;
  font-weight: 600;
}
@media screen and (max-width: 640px) {
  #page-bestream main .sec-choice__text {
    width: 100%;
    font-size: 1.4rem;
  }
}
#page-bestream main .sec-choice__image {
  width: 40.7rem;
}
@media screen and (max-width: 640px) {
  #page-bestream main .sec-choice__image {
    width: 100%;
    margin-top: 60px;
  }
}

#page-company main {
  margin-top: 20.5rem;
  padding-bottom: 12.4rem;
  margin-bottom: 1rem;
  overflow-x: hidden;
}
@media screen and (max-width: 640px) {
  #page-company main {
    margin-top: 125px;
    margin-bottom: unset;
    padding-bottom: 50px;
    margin-bottom: 10px;
  }
}
#page-company main .company-wrapper {
  max-width: 150rem;
  margin: 0 0 0 auto;
  padding: 0 0 0 5rem;
}
@media screen and (max-width: 640px) {
  #page-company main .company-wrapper {
    padding: 0;
  }
}
#page-company main .sec-company {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 640px) {
  #page-company main .sec-company {
    display: block;
  }
}
#page-company main .sec-company__left {
  width: 25rem;
}
@media screen and (max-width: 640px) {
  #page-company main .sec-company__left {
    width: 100%;
  }
}
#page-company main .sec-company__left h2 {
  font-size: 4.5rem;
  line-height: 1;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
@media screen and (max-width: 640px) {
  #page-company main .sec-company__left h2 {
    padding: 0 30px;
    font-size: 4rem;
  }
}
#page-company main .sec-company__nav {
  position: fixed;
  left: 5rem;
  bottom: 13rem;
}
@media screen and (max-width: 640px) {
  #page-company main .sec-company__nav {
    display: none;
  }
}
#page-company main .sec-company__nav .nav {
  line-height: 1;
  font-size: 1.2rem;
}
#page-company main .sec-company__nav li + li {
  margin-top: 10px;
}
#page-company main .sec-company__nav a {
  position: relative;
  padding-right: 3rem;
}
#page-company main .sec-company__nav a::after {
  content: "";
  background: url(../../assets/img/icon-arrow-down.svg) center center no-repeat;
  width: 5px;
  height: 3px;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 4px;
}
#page-company main .sec-company__nav a:hover {
  opacity: 0.6;
}
#page-company main .sec-company__kv {
  position: relative;
}
#page-company main .sec-company__kv::before {
  content: "";
  background: url(../../assets/img/top/logo-wh-op.webp) center center no-repeat;
  width: 121.9rem;
  height: 14.5rem;
  background-size: contain;
  position: absolute;
  top: -13.2rem;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 640px) {
  #page-company main .sec-company__kv::before {
    width: 345px;
    height: 41px;
    background-size: contain;
    top: -37px;
  }
}
#page-company main .sec-company__right {
  width: calc(100% - 25rem);
  padding-top: 12.9rem;
  position: relative;
}
@media screen and (max-width: 640px) {
  #page-company main .sec-company__right {
    width: 100%;
    padding-top: 0;
    margin-top: 63px;
  }
}
#page-company main .sec-company__contents {
  margin-top: 14rem;
}
@media screen and (max-width: 640px) {
  #page-company main .sec-company__contents {
    margin-top: 100px;
    padding: 0 30px;
  }
}
#page-company main .sec-company .section-title {
  font-size: 4.8rem;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  line-height: 1;
  letter-spacing: 0.02rem;
}
@media screen and (max-width: 640px) {
  #page-company main .sec-company .section-title {
    font-size: 3rem;
  }
}
#page-company main .sec-company .section-label {
  font-size: 2.1rem;
  font-family: din-2014-narrow, sans-serif;
  letter-spacing: 0.15em;
  margin-top: 0.5rem;
}
@media screen and (max-width: 640px) {
  #page-company main .sec-company .section-label {
    font-size: 1.7rem;
    margin-top: 10px;
  }
}
#page-company main .sec-company .section-point {
  font-size: 8.5rem;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  letter-spacing: 2rem;
  line-height: 1.3;
}
@media screen and (max-width: 640px) {
  #page-company main .sec-company .section-point {
    font-size: 5rem;
    letter-spacing: 0.19em;
  }
}
#page-company main .sec-company .section-image {
  margin-top: 4.5rem;
}
@media screen and (max-width: 640px) {
  #page-company main .sec-company .section-image {
    margin-top: 42px;
  }
}
#page-company main .sec-company .section-image img {
  border-radius: 2.5rem 0 0 2.5rem;
}
@media screen and (max-width: 640px) {
  #page-company main .sec-company .section-image img {
    border-radius: 25px;
  }
}
#page-company main .sec-company .section-text {
  margin-top: 5rem;
  font-size: 1.8rem;
  line-height: 1.94;
  padding-right: 4rem;
}
@media screen and (max-width: 640px) {
  #page-company main .sec-company .section-text {
    padding-right: unset;
    font-size: 1.4rem;
    line-height: 1.7;
  }
}
#page-company main .sec-company .section-text__name {
  font-size: 2rem;
  font-weight: 400;
}
@media screen and (max-width: 640px) {
  #page-company main .sec-company .section-text__name {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
#page-company main .sec-company .section-text p + p {
  margin-top: 25px;
}
#page-company main .sec-company .point02 {
  font-size: 8.2rem;
}
@media screen and (max-width: 640px) {
  #page-company main .sec-company .point02 {
    font-size: 5rem;
  }
}
#page-company main .sec-company .point03 {
  font-size: 7.3rem;
  margin-top: 4.4rem;
}
@media screen and (max-width: 640px) {
  #page-company main .sec-company .point03 {
    font-size: 5rem;
    margin-top: 32px;
  }
}
#page-company main .sec-company .point04 {
  font-size: 7.3rem;
  margin-top: 4.4rem;
}
@media screen and (max-width: 640px) {
  #page-company main .sec-company .point04 {
    font-size: 5rem;
    margin-top: 32px;
    letter-spacing: 0.06rem;
  }
}
#page-company main .sec-company .sec-box + .sec-box {
  margin-top: 13.7rem;
}
@media screen and (max-width: 640px) {
  #page-company main .sec-company .sec-box + .sec-box {
    margin-top: 100px;
  }
}
#page-company main .sec-company .sec-box__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 4.4rem;
}
@media screen and (max-width: 640px) {
  #page-company main .sec-company .sec-box__flex {
    display: block;
    margin-top: 32px;
  }
}
#page-company main .sec-company .sec-box__left {
  width: 55rem;
}
@media screen and (max-width: 640px) {
  #page-company main .sec-company .sec-box__left {
    width: 100%;
  }
}
#page-company main .sec-company .sec-box__left span {
  font-size: 1.1rem;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  margin-top: 1.1rem;
  margin-left: 0.9rem;
}
@media screen and (max-width: 640px) {
  #page-company main .sec-company .sec-box__left span {
    margin-top: 5px;
    margin-left: 0;
  }
}
#page-company main .sec-company .sec-box__right {
  font-size: 1.5rem;
  letter-spacing: 0.02rem;
}
@media screen and (max-width: 640px) {
  #page-company main .sec-company .sec-box__right {
    font-size: 1.4rem;
    margin-top: 32px;
  }
}
#page-company main .sec-company .sec-box__text {
  margin: 6.2rem auto 0 55rem;
  font-size: 1.5rem;
  letter-spacing: 0.02rem;
}
@media screen and (max-width: 640px) {
  #page-company main .sec-company .sec-box__text {
    margin: 32px auto 0;
  }
}
#page-company main .sec-company .sec-message {
  margin-top: 12rem;
}
@media screen and (max-width: 640px) {
  #page-company main .sec-company .sec-message {
    margin-top: 100px;
    padding: 0 30px;
  }
}
#page-company main .sec-company .sec-message h3 {
  margin-top: 7rem;
  font-size: 3.3rem;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  #page-company main .sec-company .sec-message h3 {
    margin-top: 38px;
    font-size: 2rem;
    line-height: 1.5;
    letter-spacing: -0.03rem;
  }
}
#page-company main .sec-company .sec-about {
  margin-top: 15rem;
}
@media screen and (max-width: 640px) {
  #page-company main .sec-company .sec-about {
    margin-top: 100px;
    padding: 0 30px;
  }
}
#page-company main .sec-company .sec-about__contents {
  width: 114.6rem;
  padding-right: 5rem;
}
@media screen and (max-width: 640px) {
  #page-company main .sec-company .sec-about__contents {
    width: 100%;
    padding-right: unset;
  }
}
#page-company main .sec-company .sec-about__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 8rem;
  line-height: 2.3;
}
@media screen and (max-width: 640px) {
  #page-company main .sec-company .sec-about__flex {
    display: block;
    margin-top: 42px;
  }
}
#page-company main .sec-company .sec-about__left {
  width: 38.6rem;
}
@media screen and (max-width: 640px) {
  #page-company main .sec-company .sec-about__left {
    width: 100%;
  }
}
#page-company main .sec-company .sec-about__left img {
  border-radius: 2.6rem;
}
@media screen and (max-width: 640px) {
  #page-company main .sec-company .sec-about__left img {
    border-radius: 26px;
  }
}
#page-company main .sec-company .sec-about__right {
  width: 66rem;
}
@media screen and (max-width: 640px) {
  #page-company main .sec-company .sec-about__right {
    width: 100%;
    margin-top: 50px;
  }
}
#page-company main .sec-company .sec-about__right dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 640px) {
  #page-company main .sec-company .sec-about__right dl {
    display: block;
  }
}
#page-company main .sec-company .sec-about__right dl + dl {
  margin-top: 3.5rem;
}
@media screen and (max-width: 640px) {
  #page-company main .sec-company .sec-about__right dl + dl {
    margin-top: 40px;
  }
}
#page-company main .sec-company .sec-about__right dt {
  font-size: 1.5rem;
  width: 18rem;
  padding-bottom: 3rem;
  border-bottom: 2px solid #fff;
}
@media screen and (max-width: 640px) {
  #page-company main .sec-company .sec-about__right dt {
    font-size: 1.4rem;
    width: 100%;
    border-bottom: unset;
    padding-bottom: unset;
    line-height: 1;
  }
}
#page-company main .sec-company .sec-about__right dd {
  font-size: 1.5rem;
  font-weight: 400;
  padding-bottom: 3.2rem;
  border-bottom: 1px solid #fff;
  width: calc(100% - 18rem);
}
@media screen and (max-width: 640px) {
  #page-company main .sec-company .sec-about__right dd {
    font-size: 1.4rem;
    width: 100%;
    margin-top: 10px;
    padding-bottom: 30px;
  }
}
#page-company main .sec-company .sec-about__right .area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1rem;
}
@media screen and (max-width: 640px) {
  #page-company main .sec-company .sec-about__right .area {
    display: block;
    margin-top: 35px;
  }
}
#page-company main .sec-company .sec-about__right .area + .area {
  margin-top: 3.8rem;
}
@media screen and (max-width: 640px) {
  #page-company main .sec-company .sec-about__right .area + .area {
    margin-top: 50px;
  }
}
#page-company main .sec-company .sec-about__right .area-label {
  width: 7.5rem;
  font-size: 1.3rem;
  line-height: 1.9;
  font-weight: 600;
}
@media screen and (max-width: 640px) {
  #page-company main .sec-company .sec-about__right .area-label {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (max-width: 640px) {
  #page-company main .sec-company .sec-about__right .area-label span {
    display: inline-block;
    margin-left: 20px;
    font-size: 1.6rem;
    font-family: din-2014-narrow, sans-serif;
    font-weight: 400;
    letter-spacing: 0.15rem;
    line-height: 1;
  }
}
#page-company main .sec-company .sec-about__right .area-detail {
  width: calc(100% - 7.5rem);
  margin-top: 0.3rem;
}
@media screen and (max-width: 640px) {
  #page-company main .sec-company .sec-about__right .area-detail {
    width: 100%;
  }
}
#page-company main .sec-company .sec-about__right .area-en {
  font-size: 1.6rem;
  font-family: din-2014-narrow, sans-serif;
  letter-spacing: 0.15rem;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  #page-company main .sec-company .sec-about__right .area-en {
    display: none;
  }
}
#page-company main .sec-company .sec-about__right .area .address {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  margin-top: 1.8rem;
}
@media screen and (max-width: 640px) {
  #page-company main .sec-company .sec-about__right .area .address {
    font-size: 1.4rem;
    margin-top: 10px;
    line-height: 1.7;
  }
}
#page-company main .sec-company .sec-about__right .area .tel {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  margin-top: 1.3rem;
}
@media screen and (max-width: 640px) {
  #page-company main .sec-company .sec-about__right .area .tel {
    font-size: 1.4rem;
    margin-top: 10px;
  }
}
#page-company main .sec-company .sec-about__right .area .tel span + span {
  margin-left: 1.8rem;
}
@media screen and (max-width: 640px) {
  #page-company main .sec-company .sec-about__right .area .tel span + span {
    margin-left: 20px;
  }
}
#page-company main .sec-company .sec-about__right-yasumi {
  width: 24.7rem;
  margin: 4.8rem auto 0 17rem;
}
@media screen and (max-width: 640px) {
  #page-company main .sec-company .sec-about__right-yasumi {
    width: 213px;
    margin: 40px auto 0 0;
  }
}

.sec-here {
  position: relative;
  z-index: 0;
  height: 155vh;
  background-color: #000;
  overflow: hidden;
  margin-top: -1px;
}
@media screen and (max-width: 640px) {
  .sec-here {
    height: 50vh;
  }
}
.sec-here__bg {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  height: 155vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  z-index: -1;
  gap: 1rem;
}
@media screen and (max-width: 640px) {
  .sec-here__bg {
    height: 50vh;
    width: 150%;
    -webkit-transform: translateX(-20%);
            transform: translateX(-20%);
    gap: 8px;
  }
}
.sec-here__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
@media screen and (max-width: 640px) {
  .sec-here__inner {
    gap: 8px;
  }
}
.sec-here__col {
  width: 25%;
}
@media screen and (max-width: 640px) {
  .sec-here__col {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    width: 35%;
  }
}
.sec-here__col--1 .img1 {
  background: url("../../assets/img/parallax/parallax01.webp") center top no-repeat;
  background-size: cover;
}
.sec-here__col--1 .img2 {
  background: url("../../assets/img/parallax/parallax02.webp") center top no-repeat;
  background-size: cover;
}
.sec-here__col--1 .img3 {
  background: url("../../assets/img/parallax/parallax03.webp") center top no-repeat;
  background-size: cover;
}
.sec-here__col--2 .img1 {
  background: url("../../assets/img/parallax/parallax04.webp") center top no-repeat;
  background-size: cover;
}
.sec-here__col--2 .img2 {
  background: url("../../assets/img/parallax/parallax05.webp") center top no-repeat;
  background-size: cover;
}
.sec-here__col--2 .img3 {
  background: url("../../assets/img/parallax/parallax06.webp") center top no-repeat;
  background-size: cover;
}
.sec-here__col--3 .img1 {
  background: url("../../assets/img/parallax/parallax07.webp") center top no-repeat;
  background-size: cover;
}
.sec-here__col--3 .img2 {
  background: url("../../assets/img/parallax/parallax08.webp") center top no-repeat;
  background-size: cover;
}
.sec-here__col--3 .img3 {
  background: url("../../assets/img/parallax/parallax09.webp") center top no-repeat;
  background-size: cover;
}
.sec-here__col--4 .img1 {
  background: url("../../assets/img/parallax/parallax10.webp") center top no-repeat;
  background-size: cover;
}
.sec-here__col--4 .img2 {
  background: url("../../assets/img/parallax/parallax11.webp") center top no-repeat;
  background-size: cover;
}
.sec-here__col--4 .img3 {
  background: url("../../assets/img/parallax/parallax12.webp") center top no-repeat;
  background-size: cover;
}
.sec-here__img {
  height: 50.4rem;
  aspect-ratio: 390/504;
  border-radius: 20px;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .sec-here__img {
    height: 25rem;
    aspect-ratio: 188/250;
  }
}
.sec-here__message {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  pointer-events: none;
  width: 102.7rem;
}
@media screen and (max-width: 640px) {
  .sec-here__message {
    width: 84%;
  }
}

.sec-bestream {
  height: 90vh;
}
@media screen and (max-width: 640px) {
  .sec-bestream {
    height: 47vh;
  }
}
.sec-bestream__bg {
  height: 90vh;
}
@media screen and (max-width: 640px) {
  .sec-bestream__bg {
    height: 47vh;
    width: 145%;
    -webkit-transform: unset;
            transform: unset;
  }
}
.sec-bestream__col {
  width: 25%;
}
@media screen and (max-width: 640px) {
  .sec-bestream__col {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    width: 35%;
  }
}
.sec-bestream__col--1 .img1 {
  background: url("../../assets/img/parallax/parallax13.webp") center top no-repeat;
  background-size: cover;
}
.sec-bestream__col--1 .img2 {
  background: url("../../assets/img/parallax/parallax14.webp") center top no-repeat;
  background-size: cover;
}
.sec-bestream__col--2 .img1 {
  background: url("../../assets/img/parallax/parallax15.webp") center top no-repeat;
  background-size: cover;
}
.sec-bestream__col--2 .img2 {
  background: url("../../assets/img/parallax/parallax16.webp") center top no-repeat;
  background-size: cover;
}
.sec-bestream__col--3 .img1 {
  background: url("../../assets/img/parallax/parallax17.webp") center top no-repeat;
  background-size: cover;
}
.sec-bestream__col--3 .img2 {
  background: url("../../assets/img/parallax/parallax18.webp") center top no-repeat;
  background-size: cover;
}
.sec-bestream__col--4 .img1 {
  background: url("../../assets/img/parallax/parallax19.webp") center top no-repeat;
  background-size: cover;
}
.sec-bestream__col--4 .img2 {
  background: url("../../assets/img/parallax/parallax20.webp") center top no-repeat;
  background-size: cover;
}

#page-contact main {
  margin-top: 20.7rem;
  margin-bottom: 11.5rem;
}
@media screen and (max-width: 640px) {
  #page-contact main {
    margin-top: 125px;
    margin-bottom: 120px;
  }
}
#page-contact main .p-title {
  font-size: 4.5rem;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
@media screen and (max-width: 640px) {
  #page-contact main .p-title {
    font-size: 4rem;
    font-weight: 900;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: 0;
  }
}
#page-contact main .sec-contact {
  margin-top: 10rem;
}
@media screen and (max-width: 640px) {
  #page-contact main .sec-contact {
    margin-top: 55px;
  }
}
#page-contact main .sec-contact__read {
  font-size: 1.8rem;
  font-weight: 600;
}
@media screen and (max-width: 640px) {
  #page-contact main .sec-contact__read {
    font-size: 1.4rem;
  }
}
#page-contact main .sec-contact__point {
  margin-top: 3.5rem;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.86;
}
@media screen and (max-width: 640px) {
  #page-contact main .sec-contact__point {
    font-size: 1.1rem;
    font-weight: 600;
  }
}
#page-contact main .sec-contact__point li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#page-contact main .sec-contact__point li .point {
  margin-right: 2px;
}
#page-contact main .sec-contact .form {
  margin-top: 13.5rem;
}
@media screen and (max-width: 640px) {
  #page-contact main .sec-contact .form {
    margin-top: 92px;
  }
}
#page-contact main .sec-contact .form .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 640px) {
  #page-contact main .sec-contact .form .item {
    display: block;
  }
}
#page-contact main .sec-contact .form .item + .item {
  margin-top: 5rem;
}
@media screen and (max-width: 640px) {
  #page-contact main .sec-contact .form .item + .item {
    margin-top: 50px;
  }
}
#page-contact main .sec-contact .form .label {
  width: 21.8rem;
  padding-top: 1rem;
  font-size: 1.8rem;
  font-weight: 600;
}
@media screen and (max-width: 640px) {
  #page-contact main .sec-contact .form .label {
    width: 100%;
    font-size: 1.4rem;
    padding-top: unset;
  }
}
#page-contact main .sec-contact .form .input-box {
  width: 54rem;
}
@media screen and (max-width: 640px) {
  #page-contact main .sec-contact .form .input-box {
    width: 100%;
    margin-top: 12px;
  }
}
#page-contact main .sec-contact .form .input-box input {
  width: 100%;
  height: 5rem;
  background-color: #fff;
  border-radius: 1rem;
  padding: 0 2.5rem;
  font-size: 1.8rem;
  color: #8E121F;
}
@media screen and (max-width: 640px) {
  #page-contact main .sec-contact .form .input-box input {
    height: 45px;
    border-radius: 10px;
    padding: 0 20px;
    font-size: 1.4rem;
  }
}
#page-contact main .sec-contact .form .input-box input:focus-visible {
  outline: unset;
}
#page-contact main .sec-contact .form .input-select {
  width: 29.5rem;
  position: relative;
}
@media screen and (max-width: 640px) {
  #page-contact main .sec-contact .form .input-select {
    width: 100%;
  }
}
#page-contact main .sec-contact .form .input-select::before {
  content: "";
  background: url(../../assets/img/right-arrow-red.svg) center center no-repeat;
  width: 1.5rem;
  height: 1.5rem;
  background-size: contain;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  display: block;
  position: absolute;
  top: 50%;
  right: 2.2rem;
  z-index: 10;
}
#page-contact main .sec-contact .form .input-select select {
  width: 100%;
  height: 5rem;
  background-color: #fff;
  border-radius: 1rem;
  padding: 0 2.5rem;
  color: #8E121F;
  font-size: 1.8rem;
}
@media screen and (max-width: 640px) {
  #page-contact main .sec-contact .form .input-select select {
    height: 45px;
    border-radius: 10px;
    padding: 0 20px;
    font-size: 1.4rem;
  }
}
#page-contact main .sec-contact .form .input-select select:focus-visible {
  outline: unset;
}
#page-contact main .sec-contact .form .input-detail {
  width: 82.5rem;
  height: 30rem;
}
@media screen and (max-width: 640px) {
  #page-contact main .sec-contact .form .input-detail {
    width: 100%;
    height: 315px;
  }
}
#page-contact main .sec-contact .form .input-detail textarea {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: #fff;
  padding: 1rem 2.5rem;
  border-radius: 1rem;
  font-size: 1.8rem;
  color: #8E121F;
}
@media screen and (max-width: 640px) {
  #page-contact main .sec-contact .form .input-detail textarea {
    border-radius: 10px;
    padding: 3px 20px;
    margin-top: 12px;
    font-size: 1.4rem;
  }
}
#page-contact main .sec-contact .form .input-detail textarea:focus-visible {
  outline: unset;
}
#page-contact main .sec-contact .form .privacy {
  margin-top: 10rem;
}
@media screen and (max-width: 640px) {
  #page-contact main .sec-contact .form .privacy {
    margin-top: 50px;
  }
}
#page-contact main .sec-contact .form .privacy .label {
  margin-top: unset;
}
#page-contact main .sec-contact .form .privacy .text {
  margin-top: 3rem;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.86;
}
@media screen and (max-width: 640px) {
  #page-contact main .sec-contact .form .privacy .text {
    margin-top: 30px;
    font-size: 1.4rem;
  }
}
#page-contact main .sec-contact .form .privacy .text a {
  display: inline;
  text-decoration: underline;
  word-wrap: break-word;
}
#page-contact main .sec-contact__more {
  margin: 11.5rem auto 0;
  width: 35rem;
  background-color: #000;
  color: #fff;
  position: relative;
  border-radius: 3.8rem;
  overflow: hidden;
  text-align: left;
}
@media screen and (max-width: 640px) {
  #page-contact main .sec-contact__more {
    width: 250px;
    margin: 100px auto 0;
  }
}
#page-contact main .sec-contact__more {
  /* 背景アニメーションは親に付ける */
}
#page-contact main .sec-contact__more::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
  border-radius: 3.8rem;
  -webkit-transform: translateX(-101%);
          transform: translateX(-101%);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  z-index: 0;
}
#page-contact main .sec-contact__more input[type=submit] {
  border-radius: 3.8rem;
  padding: 2.1rem 1.4rem 2rem 8.2rem;
  font-size: 1.8rem;
  width: 100%;
  border: none;
  cursor: pointer;
  position: relative;
  z-index: 1;
  text-align: left;
}
@media screen and (max-width: 640px) {
  #page-contact main .sec-contact__more input[type=submit] {
    font-size: 1.4rem;
    padding: 14px 12px 13px 26px;
  }
}
#page-contact main .sec-contact__more:hover::before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
#page-contact main .sec-contact__more:hover input[type=submit] {
  color: #8E121F;
}
#page-contact main .sec-contact__more:hover .button-bl__arrow {
  background-color: #8E121F;
}
#page-contact main .sec-contact__more:hover .button-bl__arrow .arrow-black {
  -webkit-transform: translateX(240%);
          transform: translateX(240%);
  opacity: 0;
}
#page-contact main .sec-contact__more:hover .button-bl__arrow .arrow-wh {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
#page-contact main .sec-contact__more .button-bl__arrow {
  position: absolute;
  top: 50%;
  right: 1.4rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3.6rem;
  height: 3.6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background: #fff;
  z-index: 2;
}
#page-contact main .sec-contact__more .button-bl__arrow img {
  position: absolute;
  width: 1.3rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#page-contact main .sec-contact__more .button-bl__arrow .arrow-black {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
#page-contact main .sec-contact__more .button-bl__arrow .arrow-wh {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  opacity: 0;
}

#page-contact-thanks main {
  margin-top: 20.7rem;
  margin-bottom: 11.5rem;
}
@media screen and (max-width: 640px) {
  #page-contact-thanks main {
    margin-top: 125px;
    margin-bottom: 120px;
  }
}
#page-contact-thanks main .p-title {
  font-size: 4.5rem;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
@media screen and (max-width: 640px) {
  #page-contact-thanks main .p-title {
    font-size: 4rem;
    font-weight: 900;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: 0;
  }
}
#page-contact-thanks main .sec-contact {
  margin-top: 10rem;
}
@media screen and (max-width: 640px) {
  #page-contact-thanks main .sec-contact {
    margin-top: 55px;
  }
}
#page-contact-thanks main .sec-contact__text {
  margin-top: 10rem;
  font-size: 1.8rem;
}
@media screen and (max-width: 640px) {
  #page-contact-thanks main .sec-contact__text {
    margin-top: 80px;
    font-size: 1.4rem;
  }
}
#page-contact-thanks main .sec-contact__text p + p {
  margin-top: 5rem;
}
#page-contact-thanks main .sec-contact__back {
  width: 30rem;
  margin: 10rem auto 0;
}
@media screen and (max-width: 640px) {
  #page-contact-thanks main .sec-contact__back {
    margin: 100px auto 0;
    width: 197px;
  }
}
#page-contact-thanks main .sec-contact__back a {
  padding: 1.4rem 9.5rem 1.3rem 1.4rem;
  text-align: left;
}
@media screen and (max-width: 640px) {
  #page-contact-thanks main .sec-contact__back a {
    padding: 10px 54px 10px 8PX;
    font-size: 1.3rem;
  }
}
#page-contact-thanks main .sec-contact .hover-w a::before {
  -webkit-transform: translateX(101%);
          transform: translateX(101%);
}
#page-contact-thanks main .sec-contact .hover-w a:hover::before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

#page-privacy main {
  margin-top: 20.7rem;
  margin-bottom: 20rem;
}
@media screen and (max-width: 640px) {
  #page-privacy main {
    margin-top: 125px;
    margin-bottom: 120px;
  }
}
#page-privacy main .p-title {
  font-size: 4.5rem;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
@media screen and (max-width: 640px) {
  #page-privacy main .p-title {
    font-size: 4rem;
    font-weight: 900;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: 0;
  }
}
#page-privacy main .sec-privacy {
  margin-top: 10rem;
}
@media screen and (max-width: 640px) {
  #page-privacy main .sec-privacy {
    margin-top: 50px;
  }
}
#page-privacy main .sec-privacy__read {
  font-size: 1.8rem;
}
@media screen and (max-width: 640px) {
  #page-privacy main .sec-privacy__read {
    font-size: 1.4rem;
  }
}
#page-privacy main .sec-privacy .privacy {
  margin-top: 9rem;
}
@media screen and (max-width: 640px) {
  #page-privacy main .sec-privacy .privacy {
    margin-top: 50px;
  }
}
#page-privacy main .sec-privacy .privacy h3 {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  #page-privacy main .sec-privacy .privacy h3 {
    font-size: 1.4rem;
  }
}
#page-privacy main .sec-privacy .privacy p {
  font-size: 1.5rem;
  margin-top: 3rem;
  line-height: 1.86;
  font-weight: 400;
}
@media screen and (max-width: 640px) {
  #page-privacy main .sec-privacy .privacy p {
    margin-top: 20px;
    font-size: 1.4rem;
    line-height: 1.7;
  }
}

#page-sdgs {
  background-color: #fff;
}
#page-sdgs header {
  background-color: #8E121F;
}
#page-sdgs header .h-inner {
  border-bottom: unset;
}
#page-sdgs main {
  color: #8E121F;
  margin-top: 19rem;
  padding-bottom: 27.2rem;
  margin-bottom: 1rem;
  overflow-x: hidden;
}
@media screen and (max-width: 640px) {
  #page-sdgs main {
    margin-top: 125px;
    padding-bottom: 90px;
    margin-bottom: 10px;
  }
}
#page-sdgs main .p-title {
  font-size: 6rem;
  line-height: 1.66;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 900;
  font-style: normal;
  position: relative;
}
@media screen and (max-width: 640px) {
  #page-sdgs main .p-title {
    font-size: 4rem;
    line-height: 1.6;
    letter-spacing: -0.065rem;
  }
}
#page-sdgs main .sec-about {
  margin-top: 8.8rem;
}
@media screen and (max-width: 640px) {
  #page-sdgs main .sec-about {
    margin-top: 80px;
  }
}
#page-sdgs main .sec-about__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 640px) {
  #page-sdgs main .sec-about__flex {
    display: block;
  }
}
#page-sdgs main .sec-about__text {
  margin-right: 9rem;
  width: 54.3rem;
}
@media screen and (max-width: 640px) {
  #page-sdgs main .sec-about__text {
    margin-right: unset;
    width: 100%;
  }
}
#page-sdgs main .sec-about__text h3 {
  font-size: 3.3rem;
}
@media screen and (max-width: 640px) {
  #page-sdgs main .sec-about__text h3 {
    font-size: 2rem;
  }
}
#page-sdgs main .sec-about__detail {
  margin-top: 4rem;
}
@media screen and (max-width: 640px) {
  #page-sdgs main .sec-about__detail {
    margin-top: 45px;
    font-size: 1.4rem;
  }
}
#page-sdgs main .sec-about__image {
  width: 55rem;
}
@media screen and (max-width: 640px) {
  #page-sdgs main .sec-about__image {
    width: 100%;
    margin: 45px auto 0;
  }
}
#page-sdgs main .sec-about__point {
  margin-top: 15rem;
  font-size: 3.3rem;
  font-weight: 800;
}
@media screen and (max-width: 640px) {
  #page-sdgs main .sec-about__point {
    margin-top: 100px;
    font-size: 2rem;
  }
}
#page-sdgs main .sec-exp {
  margin-top: 21rem;
}
@media screen and (max-width: 640px) {
  #page-sdgs main .sec-exp {
    margin-top: 100px;
  }
}
#page-sdgs main .sec-exp__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 640px) {
  #page-sdgs main .sec-exp__flex {
    display: block;
  }
}
#page-sdgs main .sec-exp__flex + .sec-exp__flex {
  margin-top: 15rem;
}
@media screen and (max-width: 640px) {
  #page-sdgs main .sec-exp__flex + .sec-exp__flex {
    margin-top: 100px;
  }
}
#page-sdgs main .sec-exp__text {
  width: 54.3rem;
  margin-right: 9rem;
}
@media screen and (max-width: 640px) {
  #page-sdgs main .sec-exp__text {
    width: 100%;
    margin-right: unset;
  }
}
#page-sdgs main .sec-exp__text h3 {
  font-size: 3.3rem;
}
@media screen and (max-width: 640px) {
  #page-sdgs main .sec-exp__text h3 {
    font-size: 2rem;
  }
}
#page-sdgs main .sec-exp__icon {
  margin-top: 4rem;
}
@media screen and (max-width: 640px) {
  #page-sdgs main .sec-exp__icon {
    margin-top: 40px;
  }
}
#page-sdgs main .sec-exp .icon01 {
  width: 22rem;
}
@media screen and (max-width: 640px) {
  #page-sdgs main .sec-exp .icon01 {
    width: 153px;
  }
}
#page-sdgs main .sec-exp .icon02 {
  width: 33rem;
}
@media screen and (max-width: 640px) {
  #page-sdgs main .sec-exp .icon02 {
    width: 232px;
  }
}
#page-sdgs main .sec-exp__detail {
  margin-top: 4rem;
}
@media screen and (max-width: 640px) {
  #page-sdgs main .sec-exp__detail {
    margin-top: 30px;
    font-size: 1.4rem;
  }
}
#page-sdgs main .sec-exp__image {
  width: 55rem;
}
@media screen and (max-width: 640px) {
  #page-sdgs main .sec-exp__image {
    width: 100%;
    margin: 30px auto 0;
  }
}/*# sourceMappingURL=style.css.map */