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

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: inherit;
}

body {
  line-height: 1;
}

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

p {
  text-align: justify;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #141414;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #141414;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
  outline: 0;
}

ul,
li {
  list-style: none;
}

input[type=text],
input[type=button],
input[type=submit],
input[type=tel],
input[type=email] {
  -webkit-appearance: none;
  border: none;
  box-sizing: border-box;
}

input[type=text]:focus,
input[type=button]:focus,
input[type=submit]:focus,
input[type=tel]:focus,
input[type=email]:focus,
textarea:focus {
  outline: 0;
  background-color: #fff;
}

input:-internal-autofill-selected {
  background-color: #fff !important;
}

input[type=text]:focus:placeholder-shown,
input[type=button]:focus:placeholder-shown,
input[type=submit]:focus:placeholder-shown,
input[type=tel]:focus:placeholder-shown,
input[type=email]:focus:placeholder-shown,
textarea:focus:placeholder-shown {
  color: #ddd;
}

input[type=text]:focus:-webkit-input-placeholder,
input[type=button]:focus:-webkit-input-placeholder,
input[type=submit]:focus:-webkit-input-placeholder,
input[type=tel]:focus:-webkit-input-placeholder,
input[type=email]:focus:-webkit-input-placeholder,
textarea:focus:-webkit-input-placeholder {
  color: #ddd;
}

input[type=text]:focus:-moz-placeholder,
input[type=button]:focus:-moz-placeholder,
input[type=submit]:focus:-moz-placeholder,
input[type=tel]:focus:-moz-placeholder,
input[type=email]:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  color: #ddd;
}

input[type=text]:focus:-ms-input-placeholder,
input[type=button]:focus:-ms-input-placeholder,
input[type=submit]:focus:-ms-input-placeholder,
input[type=tel]:focus:-ms-input-placeholder,
input[type=email]:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: #ddd;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  box-sizing: content-box;
}

input[type=text]:placeholder-shown,
input[type=email]:placeholder-shown,
input[type=tel]:placeholder-shown {
  color: #ddd;
}

input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder {
  color: #ddd;
}

input[type=text]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
textarea:-moz-placeholder {
  color: #ddd;
}

input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #fff;
}

textarea {
  resize: vertical;
}

textarea:placeholder-shown {
  color: #ddd;
}

textarea::-webkit-input-placeholder {
  color: #ddd;
}

textarea::-moz-placeholder {
  color: #ddd;
}

input:focus::placeholder,
textarea:focus::placeholder {
  color: transparent;
  transition: 0.1s;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
  transition: 0.1s;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  color: transparent;
  transition: 0.1s;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: transparent;
  transition: 0.1s;
}

button {
  background-color: transparent;
  outline: 0;
  border: 0;
}

/*スマートフォンサイトでaタグをタップしたときにでるハイライトの色を消す*/
a {
  -webkit-tap-highlight-color: transparent;
  color: var(--color-black);
}
@media screen and (min-width: 896px) {
  a {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
  }
  a:hover {
    cursor: pointer;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
  }
}

table {
  border-collapse: collapse;
  border: none;
  border-spacing: 0;
  width: 100%;
}

th,
td {
  vertical-align: middle;
  border: solid 1px #141414;
  font-weight: normal;
  text-align: left;
  border: 0;
}

caption {
  text-align: left;
}

html {
  overflow-x: hidden;
}

html,
body {
  overflow-x: hidden;
  width: 100%;
  background-color: #FAFAF9;
  font-size: 62.5%;
  font-family: "Zen Old Mincho", serif;
  color: var(--color-black);
  font-weight: 400;
  letter-spacing: 0.05em;
  font-display: swap;
  font-feature-settings: "palt" on;
  overscroll-behavior: none;
}

@media screen and (max-width: 896px) {
  body {
    overflow-x: hidden;
  }
  body.sp_fix {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
}

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

svg {
  width: 100%;
  height: auto;
}

.slick-list:focus {
  outline: none !important;
}

@font-face {
  font-family: "Fligen";
  src: url(../../font/Fligen-Regular.otf);
}
:root {
  --color-black: #18181B;
  --color-white: #FAFCFD;
  --color-blue: #37479E;
  --color-red: #FC2441;
}

.en {
  font-family: "Fligen";
}

.baselink {
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 26px;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50px;
  font-weight: 400;
  line-height: 1.15;
  color: var(--color-white);
  letter-spacing: 0.1em;
}
@media screen and (min-width: 897px) {
  .baselink {
    width: 280px;
    height: 60px;
    font-size: 1.7rem;
  }
  .baselink:hover:before {
    opacity: 0;
  }
  .baselink:hover:after {
    opacity: 1;
  }
  .baselink:hover .arrow:before {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.1);
  }
}
@media screen and (max-width: 896px) {
  .baselink {
    width: 270px;
    height: 56px;
    border-radius: 50px;
    font-size: 1.5rem;
  }
}
.baselink:before, .baselink:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: 0 0;
  background-size: cover;
  background-repeat: no-repeat;
  transition: 1.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.baselink:after {
  opacity: 0;
}
.baselink.link01:before {
  background-image: url(../../img/common/bg_link_btn01.webp);
}
.baselink.link01:after {
  background-image: url(../../img/common/bg_entry_btn.webp);
}
.baselink.link02:before {
  background-image: url(../../img/common/bg_link_btn02.webp);
}
.baselink.link02:after {
  opacity: 0;
  background-image: url(../../img/common/bg_entry_btn.webp);
}
.baselink .link-txt {
  position: relative;
  z-index: 2;
}
.baselink .arrow {
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: 43;
  transform: translate(0, -50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #fff;
  transition: 0.35s ease-out;
}
.baselink .arrow:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.4);
  z-index: 10;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #fff;
  background-image: url(../../img/common/triangle_arrow.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 4px;
  opacity: 0;
  transition: 1s cubic-bezier(0.77, 0, 0.175, 1);
}

@media screen and (min-width: 897px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 896px) {
  .sp {
    display: block !important;
  }
}

@media screen and (max-width: 896px) {
  .pc {
    display: none !important;
  }
}

.nolink {
  pointer-events: none;
}

.wrapper {
  overflow-x: hidden;
}

.load .opening {
  opacity: 0;
  transform: scale(1, 0);
}
.load .opening.logoout .logo {
  transform: translateY(-10px);
  opacity: 0;
}
.load .opening__inner .logo {
  transform: translateY(0);
  opacity: 1;
}
.load .mvunder .page_ttl .jptxt {
  transform: translateX(0);
  opacity: 1;
}
.load .mvunder .page_ttl .jptxt:before {
  transform: translateY(-50%) scale(1, 1);
}
.load .mvunder .page_ttl .entxt {
  transform: translateX(0);
  opacity: 1;
}
.load .mvunder .leadtxt {
  opacity: 1;
  transform: translateY(0) skewY(0);
}

.opening {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10001;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transform-origin: left top;
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1) 3.2s, opacity 1s cubic-bezier(0.23, 1, 0.32, 1) 4.2s;
}
.opening.fadeout {
  display: none;
}
.opening__inner {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10000;
}
.opening__inner .logo {
  opacity: 0;
  transform: translateY(10px);
  transition: 0.75s cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
}

.header {
  display: flex;
  justify-content: space-between;
  position: fixed;
  z-index: 10000;
  width: 100%;
  top: 0;
  transition: 0.75s cubic-bezier(0.22, 1, 0.36, 1) 0.4s;
}
@media screen and (max-width: 896px) {
  .header {
    align-items: center;
    padding-left: 3.5%;
  }
}
@media screen and (min-width: 897px) {
  .header__logo {
    width: 177px;
    margin-top: 34px;
    margin-left: 20px;
  }
}
@media screen and (max-width: 896px) {
  .header__logo {
    width: 32%;
    left: 4%;
  }
}
.header .entry-btn {
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.4em;
  color: var(--color-white);
  text-transform: uppercase;
}
@media screen and (min-width: 897px) {
  .header .entry-btn {
    width: 280px;
    height: 80px;
    border-radius: 0 0 0 20px;
    font-size: 1.8rem;
  }
  .header .entry-btn:hover:before {
    opacity: 0;
  }
  .header .entry-btn:hover:after {
    opacity: 1;
  }
}
@media screen and (max-width: 896px) {
  .header .entry-btn {
    width: 120px;
    height: 56px;
    border-radius: 0 0 0 12px;
    font-size: 1.4rem;
  }
}
.header .entry-btn:before, .header .entry-btn:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: 0 0;
  background-size: cover;
  background-repeat: no-repeat;
  transition: 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.header .entry-btn:before {
  background-image: url(../../img/common/bg_entry_btn.webp);
}
.header .entry-btn:after {
  opacity: 0;
  background-image: url(../../img/common/bg_link_btn01.webp);
}
.header .entry-btn .txt {
  position: relative;
  z-index: 2;
}
.header__menubtn {
  position: relative;
  background-color: #F2F2F2;
}
@media screen and (min-width: 897px) {
  .header__menubtn {
    width: 80px;
    height: 80px;
  }
  .header__menubtn:hover .bar:first-child {
    transform: translate(-50%, -2px);
  }
  .header__menubtn:hover .bar:last-child {
    transform: translate(-50%, 2px);
  }
}
@media screen and (max-width: 896px) {
  .header__menubtn {
    width: 56px;
    height: 56px;
  }
}
.header__menubtn.open {
  z-index: 1000001;
}
.header__menubtn.open .bar:first-child {
  top: 50%;
  transform: translate(-50%, -50%) rotate(135deg);
}
.header__menubtn.open .bar:last-child {
  bottom: 50%;
  transform: translate(-50%, 50%) rotate(-135deg);
}
.header__menubtn .bar {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 1px;
  background-color: #000;
  transition: 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
@media screen and (max-width: 896px) {
  .header__menubtn .bar {
    width: 32px;
  }
}
.header__menubtn .bar:first-child {
  top: 35px;
}
.header__menubtn .bar:last-child {
  bottom: 35px;
}

.nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(0.95, 0.9);
  z-index: -1;
  background-color: #fff;
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
  filter: blur(5px);
  opacity: 0;
  transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
}
@media screen and (max-width: 896px) {
  .nav {
    overflow-y: scroll;
    padding: 80px 0;
    background-image: url(../../img/common/sp_bg_menu.webp);
    background-size: 100%;
  }
}
.nav.open {
  z-index: 9999;
  transform: scale(1, 1);
  opacity: 1;
  filter: blur(0);
}
@media screen and (min-width: 897px) {
  .nav.bg01 {
    background-image: url(../../img/common/bg_menu01.webp);
  }
}
@media screen and (min-width: 897px) {
  .nav.bg02 {
    background-image: url(../../img/common/bg_menu02.webp);
  }
}
@media screen and (min-width: 897px) {
  .nav.bg03 {
    background-image: url(../../img/common/bg_menu03.webp);
  }
}
@media screen and (min-width: 897px) {
  .nav__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
}
@media screen and (min-width: 897px) {
  .nav__inner .footer__sitemap-content {
    gap: 0 90px;
  }
}
@media screen and (max-width: 896px) {
  .nav__inner .footer__sitemap-content {
    display: block;
  }
}
@media screen and (max-width: 896px) {
  .nav__inner .footer__sitemap-content .item {
    width: 100%;
  }
}
.nav__inner .footer__sitemap-content .item .txt {
  font-size: 2rem;
  color: var(--color-black);
}
@media screen and (max-width: 896px) {
  .nav__inner .footer__sitemap-content .item .txt {
    font-size: 1.8rem;
  }
}
.nav__inner .footer__sitemap-content .item .child {
  margin-top: 37px;
}
@media screen and (max-width: 896px) {
  .nav__inner .footer__sitemap-content .item .child {
    margin-top: 24px;
  }
}
.nav__inner .footer__sitemap-content .item .child a {
  font-size: 1.6rem;
  color: var(--color-black);
}
@media screen and (max-width: 896px) {
  .nav__inner .footer__sitemap-content .item .child a {
    font-size: 1.3rem;
  }
}
.nav__inner .footer__sitemap-content .item .child a:before {
  background-color: #18181B;
}

@media screen and (min-width: 897px) {
  .bread__path {
    margin-top: 163px;
    margin-right: 3vw;
  }
}
@media screen and (max-width: 896px) {
  .bread__path {
    margin-top: 110px;
    margin-right: 1%;
  }
}
.bread__path.pos {
  position: absolute;
  right: 5%;
  z-index: 10;
}
@media screen and (min-width: 897px) {
  .bread__path.pos {
    top: 80px;
  }
}
.bread__path ul {
  display: flex;
  justify-content: flex-end;
  gap: 0 31px;
}
@media screen and (max-width: 896px) {
  .bread__path ul {
    gap: 0 16px;
  }
}
.bread__path .page_txt {
  position: relative;
  display: block;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.25em;
  color: #18181B;
}
@media screen and (max-width: 896px) {
  .bread__path .page_txt {
    font-size: 1rem;
  }
}
@media screen and (min-width: 897px) {
  .bread__path .page_txt.white {
    color: var(--color-white);
  }
  .bread__path .page_txt.white:before {
    background-color: var(--color-white);
  }
}
.bread__path .page_txt:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(calc(100% + 2px), 0);
  width: 25px;
  height: 1px;
  background-color: #18181B;
}
@media screen and (max-width: 896px) {
  .bread__path .page_txt:before {
    width: 8px;
  }
}
.bread__path .page_txt.noline:before {
  display: none;
}

.mvunder {
  position: relative;
  text-align: center;
}
@media screen and (min-width: 897px) {
  .mvunder {
    padding: 18.6428571429vw 0 21.4285714286vw;
  }
}
@media screen and (max-width: 896px) {
  .mvunder {
    padding: 140px 0 120px;
  }
}
.mvunder:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  opacity: 0;
  filter: blur(5px);
  will-change: filter;
  animation: mvfade 1s cubic-bezier(0.93, 0.01, 0.25, 1.42) 0.5s forwards;
}
@keyframes mvfade {
  0% {
    opacity: 0;
    filter: blur(5px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
@media screen and (max-width: 896px) {
  .mvunder:before {
    height: 100vw;
    background-size: 100% 100%;
  }
}
.mvunder__heading {
  position: relative;
  z-index: 3;
}
.mvunder .en {
  display: block;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}
@media screen and (min-width: 897px) {
  .mvunder .en {
    font-size: 14.6rem;
  }
}
@media screen and (max-width: 896px) {
  .mvunder .en {
    font-size: 5.2rem;
  }
}
.mvunder .jp {
  display: block;
  margin-top: 10px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.4em;
}
@media screen and (min-width: 897px) {
  .mvunder .jp {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 896px) {
  .mvunder .jp {
    font-size: 2rem;
  }
}

.leadarea {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 897px) {
  .leadarea {
    display: flex;
    justify-content: space-between;
    max-width: 1110px;
    width: 79.2857142857%;
    margin: auto;
  }
}
@media screen and (max-width: 896px) {
  .leadarea {
    padding: 0 5%;
  }
}
.leadarea__heading {
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.4em;
}
@media screen and (min-width: 897px) {
  .leadarea__heading {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 896px) {
  .leadarea__heading {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 897px) {
  .leadarea__textarea {
    width: 67.5675675676%;
  }
}
@media screen and (max-width: 896px) {
  .leadarea__textarea {
    margin-top: 32px;
  }
}
.leadarea__textarea-copy {
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 897px) {
  .leadarea__textarea-copy {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 896px) {
  .leadarea__textarea-copy {
    font-size: 2rem;
  }
}
.leadarea__textarea-txt {
  font-weight: 500;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 897px) {
  .leadarea__textarea-txt {
    margin-top: 42px;
    font-size: 1.6rem;
    line-height: 2;
  }
}
@media screen and (max-width: 896px) {
  .leadarea__textarea-txt {
    margin-top: 20px;
    font-size: 1.4rem;
    line-height: 1.8;
  }
}

@media screen and (min-width: 897px) {
  .page-linkarea {
    margin-top: 20rem;
  }
}
@media screen and (max-width: 896px) {
  .page-linkarea {
    padding: 0 7.5%;
    margin-top: 10rem;
  }
}
.page-linkarea__list {
  position: relative;
  max-width: 860px;
  margin: auto;
  border-top: 1px solid #BDCCD9;
}
@media screen and (min-width: 897px) {
  .page-linkarea__list:hover .page-linkarea__list-item {
    opacity: 0.4;
  }
  .page-linkarea__list:hover .page-linkarea__list-item:hover {
    opacity: 1;
  }
}
.page-linkarea__list-item {
  display: block;
  position: relative;
  border-bottom: 1px solid #BDCCD9;
  transition: 1.2s cubic-bezier(0.19, 1, 0.22, 1);
}
@media screen and (min-width: 897px) {
  .page-linkarea__list-item:hover .thumb {
    opacity: 1;
  }
  .page-linkarea__list-item:hover .en-txt {
    opacity: 0.4;
  }
}
@media screen and (max-width: 896px) {
  .page-linkarea__list-item {
    height: 136px;
  }
}
.page-linkarea__list-item .jp-txt {
  position: absolute;
  left: 0;
  z-index: 2;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 897px) {
  .page-linkarea__list-item .jp-txt {
    top: 24px;
  }
}
@media screen and (max-width: 896px) {
  .page-linkarea__list-item .jp-txt {
    top: 20px;
  }
}
.page-linkarea__list-item .en-txt {
  position: absolute;
  z-index: 2;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: right;
  text-transform: uppercase;
  transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
}
@media screen and (min-width: 897px) {
  .page-linkarea__list-item .en-txt {
    bottom: 24px;
    right: 20px;
  }
}
@media screen and (max-width: 896px) {
  .page-linkarea__list-item .en-txt {
    bottom: 20px;
    right: 0;
    padding-right: 18px;
    background-image: url(../../img/common/arrow_local_link_icon.svg);
    background-size: 10px;
    background-position: right 40%;
    background-repeat: no-repeat;
    color: #99A1AC;
  }
}
.page-linkarea__list-item .thumb {
  margin-left: auto;
  opacity: 0;
  transition: 2s cubic-bezier(0.19, 1, 0.22, 1);
}
@media screen and (min-width: 897px) {
  .page-linkarea__list-item .thumb {
    width: 73.488372093%;
  }
}

.footer__front {
  position: relative;
  padding-bottom: 280px;
  background-color: #FAFAF9;
}
@media screen and (max-width: 896px) {
  .footer__front {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 896px) {
  .footer__front .bgimg {
    object-fit: cover;
    height: 80vh;
  }
}
.footer__front-txt {
  bottom: 160px;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: 1s cubic-bezier(0.21, 0.49, 0.12, 0.94);
}
.footer__front-txt.is-active {
  opacity: 1;
}
.footer__front-txt.is-active .txt {
  letter-spacing: 0.01em;
}
.footer__front-txt.is-active .jp_subtxt, .footer__front-txt.is-active .en_subtxt {
  filter: blur(0);
  opacity: 1;
}
@media screen and (max-width: 896px) {
  .footer__front-txt {
    bottom: 30px;
  }
}
.footer__front-txt.js-txt-img {
  position: absolute;
}
@media screen and (max-width: 896px) {
  .footer__front-txt.js-txt-img {
    padding-bottom: 100px;
    width: calc(100% - 36px);
    max-width: 600px;
    margin: 18px;
  }
}
.footer__front-txt .txt {
  width: fit-content;
  font-size: 9.2857142857vw;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.02em;
  transition: 2s cubic-bezier(0.21, 0.49, 0.12, 0.94);
}
@media screen and (max-width: 896px) {
  .footer__front-txt .txt {
    font-size: min(17vw, 80px);
  }
}
.footer__front-txt .txt.txt02 {
  margin-left: auto;
}
.footer__front-txt .jp_subtxt, .footer__front-txt .en_subtxt {
  opacity: 0;
  filter: blur(5px);
  will-change: filter;
  transition: 0.5s cubic-bezier(0.075, 0.82, 0.165, 1) 1.5s;
}
.footer__front-txt .jp_subtxt {
  position: absolute;
  top: 84px;
  right: 5vw;
  width: 24vw;
}
@media screen and (max-width: 896px) {
  .footer__front-txt .jp_subtxt {
    bottom: 70px;
    top: auto;
    width: 80%;
    right: 0;
    text-align: right;
  }
}
.footer__front-txt .en_subtxt {
  position: absolute;
  bottom: 50px;
  left: 19.7142857143vw;
  width: 26.7857142857vw;
}
@media screen and (max-width: 896px) {
  .footer__front-txt .en_subtxt {
    bottom: 0px;
    left: auto;
    width: 60vw;
  }
}

.footer {
  position: relative;
  z-index: 2;
  background-image: url(../../img/common/footer_bg_grad.webp);
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-color: #FAFAF9;
  padding-bottom: 7.1428571429vw;
}
.footer__cvarea-link {
  display: block;
  width: 97.1428571429vw;
  margin: auto;
  background-color: rgba(217, 217, 217, 0.2);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: 20px;
  border: 1px solid #d4d4d4;
  box-shadow: 0 4px 8px rgba(42, 29, 182, 0.1);
}
@media screen and (min-width: 897px) {
  .footer__cvarea-link {
    padding: 90px 0;
  }
  .footer__cvarea-link:hover .circle {
    scale: 1.1;
  }
}
@media screen and (max-width: 896px) {
  .footer__cvarea-link {
    padding: 46px 0;
  }
}
.footer__cvarea-link .slidearea {
  height: 100px;
  background-image: url(../../img/common/slide_txt_entry.svg);
  background-repeat: repeat-x;
  background-position: 0 bottom;
  background-size: auto 70%;
  animation: slideEntry 100s linear infinite forwards;
}
@media screen and (max-width: 896px) {
  .footer__cvarea-link .slidearea {
    height: 50px;
  }
}
@keyframes slideEntry {
  0% {
    background-position: 0 bottom;
  }
  100% {
    background-position: -2000px bottom;
  }
}
.footer__cvarea-link .txt {
  position: relative;
  width: fit-content;
  margin-top: 20px;
  margin-left: 52px;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 896px) {
  .footer__cvarea-link .txt {
    margin-top: 12px;
    margin-left: 20px;
    font-size: 1.4rem;
  }
}
.footer__cvarea-link .txt::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(110%, -50%);
  width: 140px;
  height: 1px;
  background-color: var(--color-black);
}
@media screen and (max-width: 896px) {
  .footer__cvarea-link .txt::before {
    width: 60px;
  }
}
.footer__cvarea-link .circle {
  position: absolute;
  top: 120px;
  right: 84px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: rgba(42, 29, 182, 0.95);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(42, 29, 182, 0.2);
  box-shadow: 0 4px 8px rgba(42, 29, 182, 0.2);
  transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
@media screen and (max-width: 896px) {
  .footer__cvarea-link .circle {
    width: 80px;
    height: 80px;
    top: 46px;
    right: 5%;
  }
}
.footer__cvarea-link .circle:before, .footer__cvarea-link .circle:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  background-color: #fff;
}
.footer__cvarea-link .circle:before {
  transform: translate(-50%, -310%) rotate(-135deg);
}
.footer__cvarea-link .circle:after {
  transform: translate(-50%, 310%) rotate(135deg);
}
.footer__sitemap {
  margin-top: 156px;
}
@media screen and (max-width: 896px) {
  .footer__sitemap {
    margin-top: 64px;
  }
}
.footer__sitemap-content {
  display: flex;
}
@media screen and (min-width: 897px) {
  .footer__sitemap-content {
    justify-content: center;
    gap: 0 100px;
  }
}
@media screen and (max-width: 896px) {
  .footer__sitemap-content {
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 5%;
  }
}
@media screen and (max-width: 896px) {
  .footer__sitemap-content .item {
    width: 45%;
    margin-top: 40px;
  }
}
.footer__sitemap-content .item a, .footer__sitemap-content .item .txt {
  font-weight: 500;
  color: var(--color-white);
}
.footer__sitemap-content .item .parent .txt {
  font-size: 1.8rem;
}
@media screen and (max-width: 896px) {
  .footer__sitemap-content .item .parent .txt {
    font-size: 1.6rem;
  }
}
.footer__sitemap-content .item .child {
  margin-top: 50px;
}
@media screen and (max-width: 896px) {
  .footer__sitemap-content .item .child {
    margin-top: 32px;
  }
}
.footer__sitemap-content .item .child li:not(.footer__sitemap-content .item .child li:first-child) {
  margin-top: 24px;
}
@media screen and (max-width: 896px) {
  .footer__sitemap-content .item .child li:not(.footer__sitemap-content .item .child li:first-child) {
    margin-top: 18px;
  }
}
.footer__sitemap-content .item .child a {
  position: relative;
  padding-left: 18px;
  font-size: 1.4rem;
}
@media screen and (min-width: 897px) {
  .footer__sitemap-content .item .child a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translate(0, 2px) scale(0, 1);
    transform-origin: right top;
    width: 100%;
    height: 1px;
    background-color: var(--color-white);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .footer__sitemap-content .item .child a:hover:after {
    transform: translate(0, 2px) scale(1, 1);
    transform-origin: left top;
  }
}
@media screen and (max-width: 896px) {
  .footer__sitemap-content .item .child a {
    font-size: 1.3rem;
  }
}
.footer__sitemap-content .item .child a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #FFF;
}
.footer__info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 5%;
  margin-top: 300px;
}
@media screen and (max-width: 896px) {
  .footer__info {
    flex-direction: column;
    justify-content: center;
    margin-top: 120px;
  }
}
.footer__info-logo {
  width: 267px;
}
@media screen and (max-width: 896px) {
  .footer__info-logo {
    width: 60%;
  }
}
@media screen and (max-width: 896px) {
  .footer__info .copyright {
    margin-top: 50px;
  }
}
.footer__info .copyright small {
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.3em;
  color: #fff;
}

#scrollArea {
  position: relative;
  z-index: 2;
  height: 100vh;
  background-image: url(../../img/common/bg_scroll_area.webp);
  background-position: 0 0;
  background-size: cover;
  background-repeat: no-repeat;
}
#scrollArea .scrollArea__bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media screen and (min-width: 897px) {
  #scrollArea .scrollArea__bg {
    left: 50%;
    transform: translate(-50%, 0);
  }
}
@media screen and (max-width: 896px) {
  #scrollArea .scrollArea__bg {
    right: 5%;
  }
}
@media screen and (min-width: 897px) {
  #scrollArea .scrollArea__bg video {
    width: 100%;
  }
}
@media screen and (max-width: 896px) {
  #scrollArea .scrollArea__bg video {
    height: 100%;
  }
}
#scrollArea .line_left, #scrollArea .line_right {
  position: absolute;
  bottom: 0;
  z-index: 10;
  width: 50%;
  height: 10px;
  background-color: #A40000;
  transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
}
#scrollArea .line_left {
  left: 0;
  transform: scale(0.01, 1);
  transform-origin: right top;
}
#scrollArea .line_right {
  right: 0;
  transform: scale(0.01, 1);
  transform-origin: left top;
}
#scrollArea .textarea {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 3;
  transform: translate(-50%, 0);
}
#scrollArea .textarea .txt {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.5em;
  text-align: center;
  color: #003480;
}
@media screen and (max-width: 896px) {
  #scrollArea .textarea .txt {
    font-size: 1.4rem;
    white-space: nowrap;
  }
}
#scrollArea .textarea .deep_arrow {
  width: 41px;
  margin: 30px auto 0;
}
@media screen and (max-width: 896px) {
  #scrollArea .textarea .deep_arrow {
    margin: 12px auto 0;
  }
}

.js-st-text {
  opacity: 0;
  transform: translateY(6px) scale(1);
  transition: opacity 2.5s cubic-bezier(0.2, 1, 0.28, 1), transform 2.5s cubic-bezier(0.2, 1, 0.28, 1);
  will-change: transform;
}
.js-st-text.is-active {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.js-txt-img {
  overflow: hidden;
  position: relative;
}
.js-txt-img img {
  transform: scale(0.95);
  filter: blur(5px);
  opacity: 0;
  transition: 2s cubic-bezier(0.2, 1, 0.28, 1);
  will-change: filter;
}
.js-txt-img.is-active img {
  transform: scale(1);
  opacity: 1;
  filter: blur(0);
}

.js-big-img {
  overflow: hidden;
  position: relative;
}
.js-big-img img {
  transform: scale(0.9);
  filter: blur(10px);
  opacity: 0;
  transition: 2s cubic-bezier(0.2, 1, 0.28, 1);
  will-change: filter;
}
.js-big-img.is-active img {
  transform: scale(1);
  opacity: 1;
  filter: blur(0);
}

.js-small-img {
  overflow: hidden;
  opacity: 0;
  transform: translateX(5px) translateY(10px);
  transition: opacity 2s cubic-bezier(0.2, 1, 0.28, 1), transform 0.5s cubic-bezier(0.2, 1, 0.28, 1);
  will-change: filter;
}
.js-small-img img {
  filter: blur(10px);
  transform: scale(0.9);
  transition: transform 1.2s cubic-bezier(0.2, 1, 0.28, 1), filter 0.8s cubic-bezier(0.72, 0.19, 0.99, 0.46);
}
.js-small-img.is-active {
  opacity: 1;
  transform: translateX(0) translateY(0) rotateX(0);
}
.js-small-img.is-active img {
  filter: blur(0);
  transform: scale(1);
}

.js-scroll-move {
  overflow: hidden;
}

.js-scroll-target {
  transition: transform 0.5s linear;
  will-change: transform;
}

.hover-box {
  transition: transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1); /* スムーズな移動 */
  will-change: transform; /* パフォーマンス向上のため */
}

.typeing {
  opacity: 0;
}

.typeing.active {
  opacity: 1;
}

html {
  overflow: hidden;
}

.special {
  overflow: hidden;
  background-image: url("../../img/special/bg.webp");
  background-size: 500px;
}
.special .wrapper {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 896px) {
  .special .wrapper {
    height: 100dvh;
  }
}
.special__spotlight {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-image: url("../../img/special/spot_light.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0;
}
@media screen and (max-width: 896px) {
  .special__spotlight {
    background-size: 100% 100%;
  }
}
.special__backbtn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 70px;
  right: 20px;
  z-index: 10;
  width: 100px;
  height: 100px;
  padding: 10px 15px;
  border-radius: 50%;
  background-color: #000;
  font-size: 1.6rem;
  line-height: 98px;
  color: #fff;
  cursor: pointer;
  transition: 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}
@media screen and (min-width: 897px) {
  .special__backbtn:hover {
    background-color: #999;
  }
}
@media screen and (max-width: 896px) {
  .special__backbtn {
    right: 12px;
    bottom: 50px;
    width: 60px;
    height: 60px;
    padding: 8px;
  }
}
.special__content {
  position: relative;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  filter: blur(10px);
  animation: fadeInMv 1s cubic-bezier(0.2, 1, 0.28, 1) 1 forwards 1s;
}
@keyframes fadeInMv {
  0% {
    opacity: 0;
    filter: blur(10px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
.special__content-inner {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  will-change: transform;
}
@media screen and (min-width: 897px) {
  .special__content-inner {
    width: 4200px;
    height: 2400px;
  }
}
@media screen and (max-width: 896px) {
  .special__content-inner {
    width: 2100px;
    height: 1200px;
  }
}
.special__content .item {
  position: absolute;
  z-index: 10;
}
.special__content .item.z-9 {
  z-index: 9;
}
.special__content .first_view {
  top: 3.1666666667%;
  left: 41.5714285714%;
  width: 17.380952381%;
}
.special__content .story01 {
  top: 3.9166666667%;
  left: 62.2380952381%;
  width: 11.3095238095%;
}
.special__content .story02 {
  top: 6.5%;
  left: 76.8095238095%;
  width: 21.5%;
}
.special__content .story03 {
  top: 28.4166666667%;
  left: 76.0714285714%;
  width: 22.619047619%;
}
.special__content .story04 {
  top: 46.5%;
  left: 67.8571428571%;
  width: 30.3571428571%;
}
.special__content .story07 {
  top: 64.375%;
  left: 69.8095238095%;
  width: 28.5714285714%;
}
.special__content .story08 {
  top: 51%;
  left: 53.0952380952%;
  width: 11.9047619048%;
}
.special__content .story09 {
  top: 58.5833333333%;
  left: 40.2619047619%;
  width: 13.6666666667%;
}
.special__content .story10 {
  top: 58.5833333333%;
  left: 24.7142857143%;
  width: 11.4285714286%;
}
.special__content .story11 {
  top: 72.75%;
  left: 2.1428571429%;
  width: 20.3571428571%;
}
.special__content .story12 {
  top: 59.8333333333%;
  left: 7.380952381%;
  width: 15.4047619048%;
}
.special__content .story13 {
  top: 46.5833333333%;
  left: 3.4285714286%;
  width: 13.619047619%;
}
.special__content .story14 {
  top: 40.7083333333%;
  left: 18.5%;
  width: 18.9285714286%;
}
.special__content .story15 {
  top: 32.5833333333%;
  left: 1.5952380952%;
  width: 14.3333333333%;
}
.special__content .story16 {
  top: 26.5%;
  left: 21.2142857143%;
  width: 16.619047619%;
}
.special__content .story17 {
  top: 3.875%;
  left: 1.4047619048%;
  width: 17.5952380952%;
}
.special__content .story18 {
  top: 3.875%;
  left: 21.0476190476%;
  width: 18.7380952381%;
}
.special__content .mainImg {
  top: 26.75%;
  left: 25.7142857143%;
  width: 50.619047619%;
}
.special__content .person02 {
  top: 3.6666666667%;
  left: 86.5476190476%;
  width: 13%;
}
.special__content .person04 {
  top: 36.0833333333%;
  left: 67.7857142857%;
  width: 30.7619047619%;
}
.special__content .person07 {
  top: 58.8333333333%;
  left: 82.3095238095%;
  width: 15.4285714286%;
}
.special__content .person08 {
  top: 78.6666666667%;
  left: 54.880952381%;
  width: 13.5476190476%;
}
.special__content .person10 {
  top: 85.1666666667%;
  left: 25.4285714286%;
  width: 7.4285714286%;
}
.special__content .person11 {
  top: 58.125%;
  left: 1.7619047619%;
  width: 5.619047619%;
}
.special__content .person14 {
  top: 31.3333333333%;
  left: 12.8095238095%;
  width: 9.2619047619%;
}
.special__content .person17 {
  top: 3%;
  left: 2%;
  width: 11.3095238095%;
}
.special__content .person18 {
  top: 3.1666666667%;
  left: 27.5714285714%;
  width: 10.5238095238%;
}
.special__content .bottom_ttl {
  top: 87.1666666667%;
  left: 0.9523809524%;
  width: 98.2142857143%;
}
.special__content .fukidashi {
  top: 87.1666666667%;
  left: 38.1904761905%;
  width: 5.1666666667%;
}
.special__content .map {
  position: absolute;
  top: 0;
  left: 0;
  max-width: inherit;
}
@media screen and (min-width: 897px) {
  .special__content .map {
    width: 4200px;
  }
}
@media screen and (max-width: 896px) {
  .special__content .map {
    width: auto;
    height: 160vh;
  }
}
.special__voice {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  padding: 20px 0;
  background-color: #fff;
  transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
}
@media screen and (max-width: 896px) {
  .special__voice {
    padding: 6px 0 0;
  }
}
.special__voice .swiper-slide {
  width: fit-content;
  height: fit-content;
  margin-right: 20px;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 896px) {
  .special__voice .swiper-slide {
    font-size: 1.4rem;
  }
}

/*# sourceMappingURL=style.css.map */
