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

article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
}

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

caption,
th {
  text-align: left;
}

q:before,
q:after {
  content: "";
}

object,
embed {
  vertical-align: top;
}

hr,
legend {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}

img,
abbr,
acronym,
fieldset {
  border: 0;
}

ul,
ol {
  list-style-type: none;
}

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

main {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  vertical-align: top;
}

address {
  font-style: normal;
}

caption,
td,
th {
  font-weight: 400;
  text-align: left;
}

a:focus {
  outline: thin dotted;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
}

del {
  color: #333;
}

ins {
  background: #fff9c0;
  text-decoration: none;
}

hr {
  border: 0;
  height: 1px;
  border-bottom: 1px solid #ccc;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

button {
  border: 0;
  background: 0 0;
  display: block;
  cursor: pointer;
}

input,
textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

small {
  font-size: smaller;
}

a,
button {
  text-decoration: none;
  opacity: 1;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  word-break: break-all;
}

img {
  border: 0;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
  height: auto;
}

/*　default link color
---------------------------------------------------------------------------------------*/
a {
  text-decoration: none;
}

a:link {
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: none;
  color: inherit;
}

a:visited {
  color: inherit;
}

a, a:focus {
  outline: none;
}

button, input, input:focus {
  outline: none;
}

input::-moz-focus-inner,
button::-moz-focus-inner {
  border: none;
}

/* 要素のMoveUp + フェードイン */
.MoveUp {
  opacity: 0;
  -webkit-transform: translate(0, 100px);
          transform: translate(0, 100px);
  -webkit-transition: opacity 1900ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1900ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 1900ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1900ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1900ms cubic-bezier(0.19, 1, 0.22, 1), opacity 1900ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1900ms cubic-bezier(0.19, 1, 0.22, 1), opacity 1900ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1900ms cubic-bezier(0.19, 1, 0.22, 1);
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .MoveUp.only_pc {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
    -webkit-transition: opacity 0s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 0s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0s cubic-bezier(0.19, 1, 0.22, 1), opacity 0s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0s cubic-bezier(0.19, 1, 0.22, 1), opacity 0s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0s cubic-bezier(0.19, 1, 0.22, 1);
  }
}

.MoveUpDone {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

.Blur {
  -webkit-transition: opacity 400ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-filter 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 400ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-filter 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 400ms cubic-bezier(0.19, 1, 0.22, 1), filter 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 400ms cubic-bezier(0.19, 1, 0.22, 1), filter 1000ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-filter 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 0;
  -webkit-filter: blur(20px);
          filter: blur(20px);
}

.BlurDone {
  opacity: 1;
  -webkit-filter: blur(0px);
          filter: blur(0px);
}

/* 要素のMoveRight + フェードイン */
.MoveRight {
  opacity: 0;
  -webkit-transform: translate(-50px, 0);
          transform: translate(-50px, 0);
  -webkit-transition: opacity 1900ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1900ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 1900ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1900ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1900ms cubic-bezier(0.19, 1, 0.22, 1), opacity 1900ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1900ms cubic-bezier(0.19, 1, 0.22, 1), opacity 1900ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1900ms cubic-bezier(0.19, 1, 0.22, 1);
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .MoveRight.only_pc {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
    -webkit-transition: opacity 0s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 0s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0s cubic-bezier(0.19, 1, 0.22, 1), opacity 0s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0s cubic-bezier(0.19, 1, 0.22, 1), opacity 0s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0s cubic-bezier(0.19, 1, 0.22, 1);
  }
}

.MoveRightDone {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

/* 要素のMoveLeft + フェードイン */
.MoveLeft {
  opacity: 0;
  -webkit-transform: translate(50px, 0);
          transform: translate(50px, 0);
  -webkit-transition: opacity 1900ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1900ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 1900ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1900ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1900ms cubic-bezier(0.19, 1, 0.22, 1), opacity 1900ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1900ms cubic-bezier(0.19, 1, 0.22, 1), opacity 1900ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1900ms cubic-bezier(0.19, 1, 0.22, 1);
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .MoveLeft.only_pc {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
    -webkit-transition: opacity 0s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 0s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0s cubic-bezier(0.19, 1, 0.22, 1), opacity 0s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0s cubic-bezier(0.19, 1, 0.22, 1), opacity 0s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0s cubic-bezier(0.19, 1, 0.22, 1);
  }
}

.MoveLeftDone {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

/* 要素の回転 */
.RotationContent {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: -webkit-transform 1500ms cubic-bezier(0.36, 0.1, 0.16, 1);
  transition: -webkit-transform 1500ms cubic-bezier(0.36, 0.1, 0.16, 1);
  transition: transform 1500ms cubic-bezier(0.36, 0.1, 0.16, 1);
  transition: transform 1500ms cubic-bezier(0.36, 0.1, 0.16, 1), -webkit-transform 1500ms cubic-bezier(0.36, 0.1, 0.16, 1);
  -webkit-transition-delay: 150ms;
          transition-delay: 150ms;
}

.RotationContentDone {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

/* 要素の3D回転 */
.Rotation3dContent {
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
}

.Rotation3dContentDone {
  -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg);
}

/* ズームイン表示 */
.ZoomIn {
  -webkit-transform: scale(0, 0);
          transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.ZoomInDone {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

/*フェードイン表示*/
.FadeIn {
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}

.FadeInDone {
  opacity: 1;
}

.CoverInview {
  position: relative;
}

.CoverInview::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background: #bf0a28;
  position: absolute;
  -webkit-transition: width 680ms 0s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: width 680ms 0s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: 3000;
}

.CoverInviewBK::after {
  background: #000;
}

.CoverInviewDone::after {
  width: 0%;
}

.Delay100ms {
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms;
}

.Delay150ms {
  -webkit-transition-delay: 150ms;
          transition-delay: 150ms;
}

.Delay200ms {
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}

.Delay300ms {
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}

.Delay400ms {
  -webkit-transition-delay: 400ms;
          transition-delay: 400ms;
}

.Delay450ms {
  -webkit-transition-delay: 450ms;
          transition-delay: 450ms;
}

.Delay500ms {
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
}

.Delay600ms {
  -webkit-transition-delay: 600ms;
          transition-delay: 600ms;
}

.Delay700ms {
  -webkit-transition-delay: 700ms;
          transition-delay: 700ms;
}

.Delay750ms {
  -webkit-transition-delay: 750ms;
          transition-delay: 750ms;
}

.Delay800ms {
  -webkit-transition-delay: 800ms;
          transition-delay: 800ms;
}

.Delay900ms {
  -webkit-transition-delay: 900ms;
          transition-delay: 900ms;
}

.Delay1000ms {
  -webkit-transition-delay: 1000ms;
          transition-delay: 1000ms;
}

.Delay1100ms {
  -webkit-transition-delay: 1100ms;
          transition-delay: 1100ms;
}

.Delay1200ms {
  -webkit-transition-delay: 1200ms;
          transition-delay: 1200ms;
}

.Delay1300ms {
  -webkit-transition-delay: 1300ms;
          transition-delay: 1300ms;
}

.Delay1400ms {
  -webkit-transition-delay: 1400ms;
          transition-delay: 1400ms;
}

.Delay1500ms {
  -webkit-transition-delay: 1500ms;
          transition-delay: 1500ms;
}

.Delay1600ms {
  -webkit-transition-delay: 1600ms;
          transition-delay: 1600ms;
}

.Delay1700ms {
  -webkit-transition-delay: 1700ms;
          transition-delay: 1700ms;
}

.Delay1800ms {
  -webkit-transition-delay: 1800ms;
          transition-delay: 1800ms;
}

.Delay1900ms {
  -webkit-transition-delay: 1900ms;
          transition-delay: 1900ms;
}

.Delay2000ms {
  -webkit-transition-delay: 2000ms;
          transition-delay: 2000ms;
}

html {
  font-size: 10px;
}

@media (max-width: 1800px) {
  html {
    font-size: 0.5555555556vw;
  }
}
@media (max-width: 680px) {
  html {
    font-size: 2.5445292621vw;
  }
}
* {
  font-weight: normal;
  padding: 0;
  margin: 0;
  letter-spacing: 0.05em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 0;
  word-wrap: break-word;
  word-break: break-word;
  overflow-x: hidden;
  background-color: #525966;
}

main {
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
          animation: fadeIn 2s ease 0s 1 normal;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body,
html {
  font-family: "Shippori Mincho B1", serif;
  color: #FFFFFF;
}

a,
a:hover,
a:visited {
  color: #FFFFFF;
  text-decoration: none;
}

b {
  font-weight: bold;
}

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

ul {
  list-style-type: none;
}

.sp-table-row,
.sp-block,
.sp-inline,
.sp-inline-block,
.sp-flex {
  display: none !important;
}

@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  body,
  html {
    min-width: 0;
    max-width: 100vw;
    overflow-x: hidden;
  }
  .sp-none {
    display: none !important;
  }
  .sp-block {
    display: block !important;
  }
  .sp-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .sp-inline {
    display: inline !important;
  }
  .sp-inline-block {
    display: inline-block !important;
  }
  .sp-brNone br {
    display: none !important;
  }
  .sp-table-row {
    display: table-row !important;
  }
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9000;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  gap: 5rem;
  width: 101rem;
  height: 10rem;
  max-width: calc(100% - 28rem);
  padding: 0 4rem;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .header__right {
    width: 100%;
    height: 7rem;
    padding: 0 2rem;
    gap: 2.5rem;
  }
}
.header__right:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0.23;
  background: #000;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgb(0, 0, 0)));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  z-index: -1;
}

.logo {
  width: 28rem;
  height: 12.5rem;
  background: #bf0a28;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.logo img {
  width: 17.4rem;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .logo {
    width: 15rem;
    height: 7rem;
  }
  .logo img {
    width: 10.3rem;
  }
}

.logo__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  font-size: 1.5rem;
}
.logo__link:hover {
  opacity: 0.7;
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: fixed;
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(30px);
  left: 0;
  top: 0;
  z-index: -9999;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  padding: 10rem 7rem 3.5rem;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .nav {
    padding: 12rem 5rem 5rem;
    gap: 5rem;
  }
}

.nav.is-active {
  opacity: 1;
  z-index: 99;
}

.nav__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .nav__box {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: auto;
  }
}

.nav__list {
  width: 146.6rem;
  max-width: 92%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 5rem;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .nav__list {
    width: 100%;
    max-width: 100%;
    gap: 2.5rem;
  }
}

.nav__col {
  max-width: 45.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4.3rem;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .nav__col {
    max-width: none;
    width: 100%;
    gap: 2.5rem;
  }
}

.nav__link {
  font-size: 1.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  gap: 0 3rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.nav__link .nav__en,
.nav__link .nav__ja {
  -webkit-transition: inherit;
  transition: inherit;
}
.nav__link:hover .nav__en,
.nav__link:hover .nav__ja {
  color: #bf0a28;
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.2);
}
.nav__link:hover .nav__ja::after {
  background-color: #bf0a28;
}

.nav__en {
  font-family: "Cinzel", serif;
  font-size: 4.5rem;
  font-weight: 400;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 1.4;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .nav__en {
    display: none;
  }
}

.nav__ja {
  font-size: 1.7rem;
  padding-left: 2.7rem;
  position: relative;
  color: #aaaaaa;
}
.nav__ja::after {
  content: "";
  position: absolute;
  top: 0;
  left: 1.2rem;
  width: 2.8rem;
  height: 1px;
  background: #505050;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transform: rotate(116deg);
          transform: rotate(116deg);
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .nav__ja {
    display: none;
  }
}

.nav__sp {
  font-size: 1.4rem;
  line-height: 1.43;
  display: none;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .nav__sp {
    display: block;
  }
}

.nav__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  padding: 1.2rem 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .nav__footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 2.7rem;
    padding: 0;
  }
}

.nav__copy {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 1.2rem;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .nav__copy {
    width: 100%;
    font-size: 1.1rem;
    color: #8b8b8b;
  }
}

.nav__sub {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.4rem;
}
.nav__sub li {
  margin-bottom: 2rem;
}
.nav__sub li:not(:first-child) {
  border-left: 1px solid #505050;
  padding-left: 1.9rem;
  margin-left: 2rem;
}
.nav__sub a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.nav__sub a:hover {
  color: #bf0a28;
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .nav__sub {
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: -webkit-max-content 1.2rem -webkit-max-content;
    -ms-grid-columns: max-content 1.2rem max-content;
    grid-template-columns: repeat(2, -webkit-max-content);
    grid-template-columns: repeat(2, max-content);
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 1rem 1.2rem;
    font-size: 1.2rem;
  }
  .nav__sub li {
    margin-bottom: 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .nav__sub li:not(:first-child) {
    border-left: none;
    padding-left: 0;
    margin-left: 0;
  }
}

.header__btn {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .header__btn {
    position: fixed;
    bottom: 0.5rem;
    right: 0.5rem;
    z-index: 100;
  }
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .header__btn.is-active {
    opacity: 0;
    pointer-events: none;
  }
}

.header__menu-button {
  overflow: hidden;
  display: block;
  position: relative;
  z-index: 0;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 5rem;
  height: 5rem;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .header__menu-button {
    width: 3rem;
    height: 3rem;
  }
}

.header__menu-button:hover {
  opacity: 1;
}

.header__menu-button span,
.header__menu-button::before,
.header__menu-button::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 5rem;
  height: 1px;
  margin: 0;
  background: #fff;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .header__menu-button span,
  .header__menu-button::before,
  .header__menu-button::after {
    width: 3rem;
  }
}

.header__menu-button span {
  overflow: hidden;
  z-index: 1;
  color: #fff;
}

.header__menu-button::before {
  z-index: 2;
  content: "";
  -webkit-transform: translate(-50%, calc(-50% - 0.5rem));
          transform: translate(-50%, calc(-50% - 0.5rem));
}

.header__menu-button::after {
  z-index: 2;
  content: "";
  -webkit-transform: translate(-50%, calc(-50% + 0.5rem));
          transform: translate(-50%, calc(-50% + 0.5rem));
}

.header__menu-button {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.header__menu-button span {
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.header__menu-button::before,
.header__menu-button::after {
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

.header__menu-button.is-active {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.header__menu-button.is-active span {
  opacity: 0;
}

.header__menu-button.is-active::before {
  -webkit-transform: translate(-50%, -50%) rotate(20deg);
          transform: translate(-50%, -50%) rotate(20deg);
  background-color: #6f6f6f;
}

.header__menu-button.is-active::after {
  -webkit-transform: translate(-50%, -50%) rotate(-20deg);
          transform: translate(-50%, -50%) rotate(-20deg);
  background-color: #6f6f6f;
}

.footer {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 100svh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: 0.05em;
  position: relative;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100svh;
  }
}
.footer__main {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url(../img/common/footer/footer-bg.jpg) no-repeat center/cover;
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../img/common/footer/footer-bg.jpg) no-repeat center/cover;
  color: #fff;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  padding: 50px 110px 50px 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .footer__main {
    padding: 50px;
  }
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .footer__main {
    height: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url(../img/common/footer/footer-bg-sp.jpg);
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../img/common/footer/footer-bg-sp.jpg);
  }
}
.footer.scene::before, .footer.scene::after {
  content: "";
  position: absolute;
  z-index: 3;
  background: no-repeat center/contain;
  pointer-events: none;
}
.footer.scene::before {
  display: block;
  width: 35.7svw;
  max-width: 687px;
  aspect-ratio: 687/567;
  top: 0;
  left: 0;
  background-image: url(../img/common/footer/footer-corner-left.svg);
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .footer.scene::before {
    width: 83%;
  }
}
.footer.scene::after {
  bottom: 0;
  right: 0;
  width: 91.8%;
  max-width: 1074px;
  aspect-ratio: 1074/475;
  background-image: url(../img/common/footer/footer-corner-right-sp.svg);
  background-size: 100%;
}
.footer__aside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 31.2%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 50px;
  padding-left: 70px;
  background-color: #525966;
  position: relative;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .footer__aside {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .footer__aside {
    padding-left: 50px;
  }
}
.footer__aside-inner {
  width: 100%;
  z-index: 5;
  position: relative;
}
.footer__copyright {
  font-size: 1.2rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: right;
  margin-top: 40px;
}

.footer-contact {
  width: 100%;
  position: relative;
  z-index: 5;
}
.footer-contact__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 20px;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .footer-contact__header {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer-contact__title {
  margin-bottom: 0;
  font-size: 8rem;
  font-family: "Cinzel", serif;
  line-height: 1.5;
}
@media screen and (max-width: 1024px) {
  .footer-contact__title {
    font-size: 4.5rem;
    margin-bottom: 0.05em;
  }
}
.footer-contact__desc {
  font-family: "Shippori Mincho B1", serif;
  font-size: 2.6rem;
  line-height: 1.4;
}
@media screen and (max-width: 1024px) {
  .footer-contact__desc {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.footer-contact__list {
  font-family: "Zen Kaku Gothic New", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px 25px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 35px;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .footer-contact__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
    margin-top: 50px;
  }
}
.footer-contact__listItem {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 1024px) {
  .footer-contact__listItem {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
  }
}
.footer-contact__panel {
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 30px 40px 50px;
  text-align: left;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .footer-contact__panel {
    padding: 15px 15px;
    padding-bottom: 25px;
  }
}
.footer-contact__panel:hover {
  background-color: rgba(191, 10, 40, 0.5);
}
.footer-contact__label {
  text-align: right;
  font-family: "Cinzel", serif;
  color: #a1a8b3;
  line-height: 1.4;
  font-size: 1.5rem;
  margin-bottom: 8em;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .footer-contact__label {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 1024px) {
  .footer-contact__label {
    margin-bottom: 1.6em;
  }
}
.footer-contact__body {
  padding-inline: 10px;
  font-size: 1.4rem;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .footer-contact__body {
    font-size: 1.1rem;
  }
}
.footer-contact__link {
  display: block;
  letter-spacing: 0.1em;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.footer-contact__link:hover {
  opacity: 0.6;
}
.footer-contact__link--tel {
  font-family: "Cinzel", serif;
  font-size: 2.8rem;
  line-height: 1.3;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .footer-contact__link--tel {
    font-size: 2.1rem;
  }
}
.footer-contact__link--mail {
  font-family: "Shippori Mincho B1", serif;
  display: inline-block;
  font-size: 2.1rem;
  line-height: 1.4;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .footer-contact__link--mail {
    font-size: 1.5rem;
  }
}
.footer-contact__note {
  margin-top: 1.5em;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .footer-contact__note {
    margin-top: 0.5em;
  }
}

.footer-nav {
  font-size: 1.8rem;
}
.footer-nav__link {
  display: block;
  padding: 0.75em 50px;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .footer-nav__link {
    padding: 0.5em 30px;
  }
}
.footer-nav__link:hover {
  background-color: #bf0a28;
}

.footer-subnav {
  --gap: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  text-align: center;
  font-size: 1.4rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin-top: 130px;
}
.footer-subnav + .footer-subnav {
  margin-top: 15px;
}
.footer-subnav__item {
  position: relative;
}
.footer-subnav__item:not(:first-child) {
  padding-left: var(--gap);
}
.footer-subnav__item:not(:first-child)::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 100%;
  top: 50%;
  left: calc(var(--gap) / 2);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #7b7b7b;
}
.footer-subnav__link {
  display: block;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.footer-subnav__link:hover {
  opacity: 0.7;
}

.container {
  width: 92%;
  max-width: 1100px;
  margin: 0 auto;
}

.container--fluid {
  width: 192rem;
  margin: 0 auto;
  max-width: 100%;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .container--fluid {
    max-width: 92%;
  }
}

.scroll-hint {
  position: absolute;
  z-index: 3;
  left: 4.9%;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .scroll-hint {
    display: none;
  }
}
.scroll-hint__text {
  display: block;
  padding-top: 1em;
  font-size: 1.6rem;
  text-transform: uppercase;
  font-family: "Cinzel", serif;
  letter-spacing: 0.05em;
  line-height: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  cursor: pointer;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .scroll-hint__text {
    display: none;
  }
}
.scroll-hint__text:hover {
  opacity: 0.6;
}
.scroll-hint__line {
  width: 1px;
  height: 112px;
  overflow: hidden;
  position: relative;
}
.scroll-hint__line::before {
  content: "";
  display: block;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.4);
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-animation: scroll 2s infinite ease;
          animation: scroll 2s infinite ease;
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
  }
  5% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
  }
  5% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.autoBr {
  word-wrap: break-word;
  white-space: pre-wrap;
}

.to-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #bf0a28;
  width: 6rem;
  aspect-ratio: 1/1;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  position: fixed;
  z-index: 99;
  bottom: 3rem;
  right: 3rem;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .to-top {
    width: 5rem;
    right: 0.5em;
    bottom: 6rem;
  }
}
.to-top.is-active {
  pointer-events: auto;
  opacity: 1;
}
.to-top:hover {
  opacity: 0.6;
}
.to-top::before {
  content: "";
  display: block;
  width: 2rem;
  aspect-ratio: 1/1;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  background: url(../img/common/arrow_01.svg) no-repeat center/contain;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .to-top::before {
    width: 1.5rem;
  }
}

.btn01 {
  display: inline-block;
  min-width: 21rem;
  min-height: 6.6rem;
  padding: 0.5rem 1rem;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(15px);
  color: #fff;
  border: none;
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Cinzel", serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.5rem;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.btn01__icon {
  width: 2.2rem;
  height: 2.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.btn01__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.btn01:hover {
  opacity: 0.7;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .btn01 {
    min-width: 13rem;
    min-height: 4.5rem;
    font-size: 1.1rem;
    gap: 1.1rem;
  }
  .btn01__icon {
    width: 1.5rem;
    height: 1.5rem;
  }
}

.btn02 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.3rem;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .btn02 {
    gap: 1.5rem;
  }
}
.btn02__icon {
  width: 8rem;
  height: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.23);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border: 1px solid #707070;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .btn02__icon {
    width: 6.8rem;
    height: 6.8rem;
  }
}
@media (max-width: 375px) {
  .btn02__icon {
    width: 6rem;
    height: 6rem;
  }
}
.btn02__icon img {
  width: 1.6rem;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .btn02__icon img {
    width: 1.3rem;
  }
}
.btn02__text {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.05rem;
  line-height: 1.9;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .btn02__text {
    font-size: 1.3rem;
  }
}
.btn02:hover .btn02__icon {
  background-color: #bf0a28;
  border-color: #bf0a28;
}

.btn03 {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 7rem 6rem;
  padding-left: 8rem;
  background-color: rgba(0, 0, 0, 0.3);
  gap: 0.5rem 2rem;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .btn03 {
    padding: 5rem;
  }
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .btn03 {
    padding: 2rem 3rem;
  }
}
@media (max-width: 375px) {
  .btn03 {
    padding-block: 1rem;
  }
}
.btn03__tit {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 4.5rem;
  line-height: 1.35;
  font-family: "Cinzel", serif;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .btn03__tit {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    width: 100%;
    font-size: 2.5rem;
  }
}
@media (max-width: 375px) {
  .btn03__tit {
    font-size: 2rem;
  }
}
.btn03__sub {
  font-size: 1.6rem;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .btn03__sub {
    width: 100%;
    font-size: 1.1rem;
  }
}
.btn03__sub::before {
  content: "";
  display: block;
  width: 55px;
  height: 1px;
  background-color: #a1a8b3;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .btn03__sub::before {
    display: none;
  }
}
.btn03:hover {
  background-color: #bf0a28;
}

.socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .socials {
    gap: 1.5rem;
  }
}

.socials__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 2rem;
  height: 2rem;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
.socials__link:hover {
  opacity: 0.75;
  -webkit-transform: translateY(-0.2rem);
          transform: translateY(-0.2rem);
}
.socials__link img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.page-title__en, .page-title__ja {
  color: #fff;
}
.page-title__en {
  font-size: 9rem;
  letter-spacing: 0.05em;
  font-weight: 400;
  line-height: 1.3444444444;
  font-family: "Cinzel", serif;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .page-title__en {
    font-size: 4rem;
  }
}
.page-title__ja {
  letter-spacing: 0.05em;
  font-weight: 400;
  font-size: 3.3rem;
  line-height: 1.6;
  margin-top: 1rem;
}
@media screen and (max-width: 1024px) {
  .page-title__ja {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .page-title__ja {
    font-size: 2rem;
  }
}

.sidebar {
  max-width: 41rem;
  width: 17.5%;
  padding-inline: 4.5rem 2.5rem;
  position: fixed;
  z-index: 9;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  word-break: normal;
  overflow-wrap: break-word;
}
@media screen and (max-width: 1700px) {
  .sidebar {
    padding-inline: 2.5rem;
    width: 15%;
  }
}
@media screen and (max-width: 1024px) {
  .sidebar {
    display: none;
  }
}
.sidebar__item:not(:first-child) {
  margin-top: 2rem;
}
.sidebar__item.is-active .sidebar__link {
  color: #fff;
  -webkit-transform: translateX(2.1rem);
          transform: translateX(2.1rem);
}
.sidebar__item.is-active .sidebar__link::before {
  width: 1.3rem;
  -webkit-transform: translateX(-2.1rem);
          transform: translateX(-2.1rem);
}
.sidebar__link {
  display: block;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  font-weight: 400;
  line-height: 1.7142857143;
  padding-left: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
}
.sidebar__link:link {
  color: #a1a8b3;
}
.sidebar__link:visited {
  color: #a1a8b3;
}
.sidebar__link::before {
  content: "";
  width: 0;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .sidebar__link:hover {
    color: #fff;
    -webkit-transform: translateX(2.1rem);
            transform: translateX(2.1rem);
  }
  .sidebar__link:hover::before {
    width: 1.3rem;
    -webkit-transform: translateX(-2.1rem);
            transform: translateX(-2.1rem);
  }
}

.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.breadcrumbs__item:not(:last-child)::after {
  content: "/";
  color: #989898;
  display: inline-block;
  margin-inline: 1.5rem;
}
.breadcrumbs__item:not(:last-child) .breadcrumbs__link {
  text-decoration: underline;
  text-underline-offset: 0.3em;
}
.breadcrumbs__link, .breadcrumbs__current {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .breadcrumbs__link, .breadcrumbs__current {
    font-size: 1.3rem;
  }
}

.pageNavigation {
  margin-top: 8rem;
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (50%)[2];
  grid-template-columns: repeat(2, 50%);
}
.pageNavigation__btn {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.5rem;
  padding: 50px;
  position: relative;
  z-index: 2;
  overflow: hidden;
  gap: 10px;
  height: 100%;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .pageNavigation__btn {
    font-size: 1.3rem;
    padding: 3rem 1.5rem;
  }
}
.pageNavigation__btn::before {
  content: "";
  display: block;
  width: 10px;
  aspect-ratio: 1/1;
  background: url(../img/common/arrow_01.svg) no-repeat center/contain;
}
.pageNavigation__btn::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #bf0a28;
  z-index: -1;
  will-change: transform;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.pageNavigation__btn--prev {
  background-color: rgba(0, 0, 0, 0.15);
}
.pageNavigation__btn--prev::before {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.pageNavigation__btn--prev::after {
  -webkit-transform: translateX(101%);
          transform: translateX(101%);
}
.pageNavigation__btn--next {
  background-color: rgba(0, 0, 0, 0.3);
}
.pageNavigation__btn--next::before {
  -webkit-box-ordinal-group: 100;
      -ms-flex-order: 99;
          order: 99;
}
.pageNavigation__btn--next::after {
  -webkit-transform: translateX(-101%);
          transform: translateX(-101%);
}
.pageNavigation__btn:is(a):hover {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.pageNavigation__btn:is(a):hover::after {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.cta {
  --box-padding-x: 6rem;
  --box-padding-y: 3rem;
  padding: var(--box-padding-y) var(--box-padding-x);
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.3);
  margin-top: 10rem;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .cta {
    --box-padding-x: 2rem;
    margin-top: 5rem;
  }
}
.cta__title {
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 0.5em;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .cta__title {
    font-size: 1.6rem;
    margin-bottom: 1em;
  }
}
.cta__text {
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.8;
  font-size: 1.6rem;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .cta__text {
    font-size: 1.4rem;
  }
}
.cta__btn {
  margin-top: 3rem;
  display: block;
  text-align: center;
  width: calc(100% + var(--box-padding-x) * 2);
  margin-left: calc(var(--box-padding-x) * -1);
  margin-bottom: calc(var(--box-padding-y) * -1);
  font-size: 1.8rem;
  padding: 2rem var(--box-padding-x);
  position: relative;
  z-index: 2;
  border-top: 1px solid #525966;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .cta__btn {
    font-size: 1.2rem;
    margin-top: 3rem;
  }
}
.cta__btn::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #bf0a28;
  -webkit-transform: translateX(-101%);
          transform: translateX(-101%);
  will-change: transform;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.cta__btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 2.5rem;
  width: 1rem;
  aspect-ratio: 1/1;
  background: url(../img/common/arrow_01.svg) no-repeat center/contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.cta__btn:hover::before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.faq-qa {
  margin-top: 3.2rem;
  border: 0.1rem solid rgba(255, 255, 255, 0.2);
  border-radius: 1.2rem;
  background: rgba(18, 26, 39, 0.78);
  overflow: hidden;
}
.faq-qa__question {
  position: relative;
  padding: 2.4rem 6rem 2.4rem 2.4rem;
  font-size: 1.9rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: rgba(255, 255, 255, 0.03);
}
.faq-qa__question--emphasis {
  font-weight: bold;
}
.faq-qa__question::before, .faq-qa__question::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.4rem;
  width: 1.6rem;
  height: 0.2rem;
  border-radius: 0.2rem;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.28s ease;
  transition: -webkit-transform 0.28s ease;
  transition: transform 0.28s ease;
  transition: transform 0.28s ease, -webkit-transform 0.28s ease;
}
.faq-qa__question::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.faq-qa__answer-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 0fr;
  grid-template-rows: 0fr;
  -webkit-transition: grid-template-rows 0.35s ease;
  transition: grid-template-rows 0.35s ease;
  transition: grid-template-rows 0.35s ease, -ms-grid-rows 0.35s ease;
}
.faq-qa__answer {
  min-height: 0;
  overflow: hidden;
  padding: 0 2.4rem;
  opacity: 0;
  font-size: 1.6rem;
  line-height: 2.5;
  letter-spacing: 0.05em;
  -webkit-transition: opacity 0.28s ease, padding 0.28s ease;
  transition: opacity 0.28s ease, padding 0.28s ease;
}
.faq-qa__answer--emphasis {
  font-weight: bold;
}
.faq-qa.is-open .faq-qa__question::after {
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
}
.faq-qa.is-open .faq-qa__answer-wrap {
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
}
.faq-qa.is-open .faq-qa__answer {
  padding: 2.4rem;
  opacity: 1;
  border-top: 0.1rem solid rgba(255, 255, 255, 0.14);
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .faq-qa {
    margin-top: 2rem;
  }
  .faq-qa__question {
    font-size: 1.5rem;
    padding: 1.8rem 4.6rem 1.8rem 1.8rem;
  }
  .faq-qa__question::before, .faq-qa__question::after {
    right: 1.8rem;
    width: 1.3rem;
  }
  .faq-qa__answer {
    font-size: 1.3rem;
    line-height: 2;
    padding: 0 1.8rem;
  }
  .faq-qa.is-open .faq-qa__answer {
    padding: 1.8rem;
  }
}

.dl01 {
  --border: 1px solid #fff;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: max(25%, 200px) 1fr;
  grid-template-columns: max(25%, 200px) 1fr;
  border: var(--border);
  border-bottom: unset;
  font-size: 1.6rem;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .dl01 {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
}
.dl01 > :nth-child(even) {
  border-left: var(--border);
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .dl01 > :nth-child(even) {
    border-left: 0;
  }
}
.dl01__head, .dl01__cont {
  border-bottom: var(--border);
  padding: 15px;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .dl01__head, .dl01__cont {
    border-inline: unset;
  }
}
.dl01__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #676f7b;
  letter-spacing: 0.1em;
  font-size: 1.8rem;
  font-weight: 500;
}

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

.mt-01 {
  margin-top: 1.5em;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .mt-01 {
    margin-top: 0.5em;
  }
}

.mt-02 {
  margin-top: 4rem;
}

.mt-03 {
  margin-top: 13rem;
}
@media screen and (max-width: 1024px) {
  .mt-03 {
    margin-top: 8rem;
  }
}

.mt-04 {
  margin-top: 8rem;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .mt-04 {
    margin-top: 5rem;
  }
}

.mt-15 {
  margin-top: 15rem;
}
@media screen and (max-width: 1024px) {
  .mt-15 {
    margin-top: 10rem;
  }
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .mt-15 {
    margin-top: 5rem;
  }
}

.bg-black-01 {
  background: rgba(0, 0, 0, 0.5);
}

.bg-black-02 {
  background: rgba(0, 0, 0, 0.2);
}

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

.text-bold {
  font-weight: 700;
}

.cta-mt-8rem .cta {
  margin-top: 8rem;
}

.cta-mt-0 .cta {
  margin-top: 0;
}

.fixed-red-line {
  position: relative;
  z-index: 4;
}
.fixed-red-line::before, .fixed-red-line::after {
  content: "";
  position: fixed;
  height: auto;
  z-index: -1;
  pointer-events: none;
}
.fixed-red-line::before {
  width: 35.7svw;
  max-width: 687px;
  aspect-ratio: 687/567;
  background: url(../img/common/footer/footer-corner-left.svg) no-repeat center center/cover;
  top: 0;
  left: 0;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .fixed-red-line::before {
    width: 83%;
  }
}
.fixed-red-line::after {
  width: 55svw;
  max-width: 1074px;
  aspect-ratio: 1074/475;
  background: url(../img/common/footer/footer-corner-right.svg) no-repeat center center/cover;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .fixed-red-line::after {
    width: 91.8svw;
    max-width: 1074px;
    aspect-ratio: 1074/475;
    background-image: url(../img/common/footer/footer-corner-right-sp.svg);
  }
}
.fixed-red-line::before {
  clip-path: inset(0 0 0 0);
  -webkit-animation: mvCornerLeft 1.4s cubic-bezier(0.22, 1, 0.36, 1);
          animation: mvCornerLeft 1.4s cubic-bezier(0.22, 1, 0.36, 1);
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
  -webkit-transition: clip-path 0.8s cubic-bezier(0.52, 0.08, 0.18, 1);
  transition: clip-path 0.8s cubic-bezier(0.52, 0.08, 0.18, 1);
}
.fixed-red-line::after {
  clip-path: inset(0 0 0 0);
  -webkit-animation: mvCornerRight 1.4s cubic-bezier(0.22, 1, 0.36, 1);
          animation: mvCornerRight 1.4s cubic-bezier(0.22, 1, 0.36, 1);
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
  -webkit-transition: clip-path 0.8s cubic-bezier(0.52, 0.08, 0.18, 1);
  transition: clip-path 0.8s cubic-bezier(0.52, 0.08, 0.18, 1);
}

@-webkit-keyframes mvCornerLeft {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}

@keyframes mvCornerLeft {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@-webkit-keyframes mvCornerRight {
  0% {
    clip-path: inset(0 0 0 100%);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes mvCornerRight {
  0% {
    clip-path: inset(0 0 0 100%);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}