@charset "UTF-8";
@font-face {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../font/noto-sans/NotoSerifJP-Light.subset.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../font/noto-sans/NotoSerifJP-Regular.subset.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Serif SC";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../font/cn/NotoSerifSC-Regular.subset.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Serif TC";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../font/tw/NotoSerifTC-Regular.subset.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../font/noto-sans/NotoSerifJP-Medium.subset.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Serif SC";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../font/cn/NotoSerifSC-Medium.subset.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Serif TC";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../font/tw/NotoSerifTC-Medium.subset.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../font/noto-sans/NotoSerifJP-Bold.subset.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Serif SC";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../font/cn/NotoSerifSC-Bold.subset.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Serif TC";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../font/tw/NotoSerifTC-Bold.subset.woff2") format("woff2");
}
@font-face {
  font-family: "Tenor";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../font/en/TenorSans-Regular.subset.woff2") format("woff2");
}
@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
/*! purgecss start ignore */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  padding: 0;
  margin: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  border: 0;
}

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

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

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

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

strong,
b {
  font-weight: 500;
}

/*! purgecss end ignore */
/*! purgecss start ignore */
html {
  height: 100%;
  font-size: 62.5%;
}
html.is-chrome img {
  image-rendering: -webkit-optimize-contrast;
}

body {
  width: 100%;
  min-height: 100%;
  font-family: "Noto Serif JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  line-height: 1.6;
  color: #ffffff;
  letter-spacing: 0;
  background-color: #002010;
  position: relative;
  font-size: 1.6rem;
  word-wrap: break-word;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (max-width: 47.9375em) {
  body {
    font-size: 3.7333333333vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  body {
    text-size-adjust: none;
  }
}
@media print {
  body {
    zoom: 0.5;
    -webkit-print-color-adjust: exact;
  }
}

body::after {
  content: "";
  position: absolute;
  inset: 0;
  /* 全体をカバー */
  background: linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
  /* クリックを通す */
  z-index: -3;
}

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

a[href^="tel:"] {
  cursor: default;
}

b,
strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

sup {
  vertical-align: super;
}

sub {
  vertical-align: sub;
}

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

input,
textarea,
button,
select {
  font: inherit;
  border-radius: 0;
  outline: none;
}

button {
  padding: 0;
  margin: 0;
  color: inherit;
  cursor: pointer;
  background-color: transparent;
  border: none;
  box-shadow: none;
  appearance: none;
}

option {
  min-height: inherit;
  padding: 0;
  margin: 0;
}

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

input::placeholder {
  color: rgba(51, 51, 51, 0.5);
}

/*! purgecss end ignore */
/* IE */
.l-page {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.6s ease, visibility 0.6s ease;
  position: relative;
}

.l-container {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
}
@media only screen and (max-width: 47.9375em) {
  .l-container {
    padding: 0 5.3333333333vw;
  }
}

.l-container__under {
  max-width: 1155px;
  margin: 0 auto;
  padding: 0 20px;
}
@media only screen and (max-width: 47.9375em) {
  .l-container__under {
    padding: 0 5.3333333333vw;
  }
}

.l-contents__under {
  padding-top: 12rem;
  contain: paint;
}
@media only screen and (max-width: 47.9375em) {
  .l-contents__under {
    padding-top: 27.2vw;
  }
}

.l-container__top {
  max-width: 100%;
  width: 100%;
  padding: 0 13.4%;
}
@media only screen and (max-width: 47.9375em) {
  .l-container__top {
    padding: 0 5.3333333333vw;
  }
}

.l-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  transition: 0.3s;
  contain: none;
  background: linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0.2581407563) 86%, rgba(0, 0, 0, 0) 100%);
}

.l-header a {
  transition: 0.3s;
}

.l-header a:hover {
  opacity: 0.7;
}

.l-header__inner {
  padding: 3rem 4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  column-gap: 2rem;
  transition: 0.3s;
}
@media only screen and (max-width: 47.9375em) {
  .l-header__inner {
    padding: 8vw 5.3333333333vw 5.3333333333vw;
    column-gap: 0;
  }
}

.l-header__inner h1 {
  position: relative;
  z-index: 1;
}

/* ヘッダーのナビ部分 */
.l-header__nav {
  position: absolute;
  right: -100%;
  top: 0;
  width: 100%;
  height: 100vh;
  transition: ease 0.4s;
  display: block;
  padding: 0 2rem;
  padding-top: 8.6rem;
  padding-bottom: 4rem;
  overflow: auto;
  background-color: #002010;
}
@media only screen and (max-width: 47.9375em) {
  .l-header__nav {
    padding-top: 26.6666666667vw;
    padding-bottom: 34.6666666667vw;
  }
}

.l-header__nav::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: linear-gradient(180deg, black 0%, rgba(255, 255, 255, 0) 100%);
}

.nav__items {
  display: flex;
  justify-content: space-between;
  column-gap: 3%;
  width: 100%;
}
@media only screen and (max-width: 47.9375em) {
  .nav__items {
    display: block;
    position: relative;
    transform: none;
    left: auto;
    top: auto;
  }
}

.nav-items-en {
  align-items: center;
}

.nav-items__item:first-child {
  margin-top: 4.4rem;
}
@media only screen and (max-width: 47.9375em) {
  .nav-items__item:first-child {
    margin-top: 0;
  }
}

.nav-items-en .nav-items__item:first-child {
  margin-top: 0;
}

.l-header__nav-item-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 100%;
  max-width: 100rem;
}
@media only screen and (max-width: 47.9375em) {
  .l-header__nav-item-wrap {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    display: block;
  }
}

.l-header__nav-line {
  display: block;
  width: 0.1rem;
  height: 20.6rem;
  background-color: #727171;
}
@media only screen and (max-width: 47.9375em) {
  .l-header__nav-line {
    margin: 10.6666666667vw auto;
    width: 32vw;
    height: 0.2666666667vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .nav-items__item {
    width: 32vw;
    margin: 0 auto;
  }
}

/* ナビのリンク */
.nav-items__item a {
  display: block;
  text-align: center;
  width: fit-content;
  margin: 0 auto;
}

.nav-items__item a p {
  margin-top: 2rem;
  font-size: 2rem;
  letter-spacing: -0.02em;
  color: #727171;
  text-align: center;
}
@media only screen and (max-width: 47.9375em) {
  .nav-items__item a p {
    font-size: 5.3333333333vw;
    margin-top: 5.3333333333vw;
  }
}

.nav-items__item a p span {
  display: block;
  margin-top: 1rem;
}
@media only screen and (max-width: 47.9375em) {
  .nav-items__item a p span {
    margin-top: 2.6666666667vw;
    font-size: 4.8vw;
  }
}

.nav-items__item a img {
  margin: 0 auto;
}

@media only screen and (max-width: 47.9375em) {
  .nav-items__item:first-child a img {
    width: 21.3333333333vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .nav-items__item:nth-child(3) a img {
    width: 19.2vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .nav-items__item:nth-child(5) a img {
    width: 19.7333333333vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .nav-items__item:nth-child(7) a img {
    width: 22.6666666667vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .nav-items__item:nth-child(9) a img {
    width: 29.3333333333vw;
  }
}

/* ハンバーガーメニュー */
@media only screen and (max-width: 47.9375em) {
  .l-header__txt {
    width: 25.6vw;
    margin-left: 4vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .l-header__txt img {
    width: 100%;
  }
}

.l-header__hamburger-logo {
  width: 6rem;
}
@media only screen and (max-width: 47.9375em) {
  .l-header__hamburger-logo {
    width: 100%;
  }
}

.l-header__hamburger-line {
  width: 6rem;
}
@media only screen and (max-width: 47.9375em) {
  .l-header__hamburger-line {
    width: 10.6666666667vw;
  }
}

.hamburger {
  background-color: transparent;
  border-color: transparent;
  z-index: 9999;
}
@media only screen and (max-width: 47.9375em) {
  .hamburger {
    width: 8vw;
  }
}

.hamburger.active {
  width: 6rem;
  height: 6rem;
}
@media only screen and (max-width: 47.9375em) {
  .hamburger.active {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
}

/* ハンバーガーメニューの線 */
.l-header__hamburger-line span {
  width: 100%;
  height: 0.1rem;
  background-color: #ffffff;
  position: relative;
  transition: ease 0.4s;
  display: block;
  opacity: 0;
}

/* ハンバーガーメニュークリック後のスタイル */
.l-header__nav.active {
  right: 0;
}

.hamburger.active span {
  opacity: 1;
}
@media only screen and (max-width: 47.9375em) {
  .hamburger.active span {
    width: 10.6666666667vw;
  }
}

.hamburger.active img {
  display: none;
}

.hamburger.active .l-header__hamburger-line span:nth-child(1) {
  top: 0;
  transform: rotate(45deg);
}

.hamburger.active .l-header__hamburger-line span:nth-child(2) {
  top: 0;
  transform: rotate(-45deg);
}

.l-header.change-color {
  background-color: #ffffff;
}

.l-header.change-color .nav-items__item a {
  color: #333333;
}

.l-header__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12rem;
  font-family: "Tenor", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  cursor: pointer;
  line-height: 1.2;
}
@media only screen and (max-width: 47.9375em) {
  .l-header__link {
    width: 20.2666666667vw;
  }
}

.l-header__link-first {
  display: flex;
  align-items: center;
  column-gap: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .l-header__link-first {
    column-gap: 5.3333333333vw;
  }
}

.l-header__link01 {
  display: block;
  transition: 0.3s;
  cursor: pointer;
}
@media only screen and (max-width: 47.9375em) {
  .l-header__link01 {
    width: 3.7333333333vw;
  }
}

@media all and (min-width: 64.0625em) {
  .l-header__link01:hover {
    opacity: 0.7;
  }
}
@media print {
  .l-header__link01:hover {
    opacity: 0.7;
  }
}
.l-header__link01 img {
  width: 100%;
}

.l-header__nav-language {
  display: flex;
  align-items: center;
  column-gap: 2rem;
  margin-top: 6rem;
}
@media only screen and (max-width: 47.9375em) {
  .l-header__nav-language {
    width: 64.2666666667vw;
    margin: 0 auto;
    margin-top: 16vw;
    position: relative;
  }
}

.l-header__nav-language-img {
  width: 3rem;
}
@media only screen and (max-width: 47.9375em) {
  .l-header__nav-language-img {
    width: 8vw;
  }
}

.l-header__nav-language-img img {
  width: 100%;
}

.l-header__nav-language-txt h4 {
  font-size: 1.6rem;
  color: #727171;
}
@media only screen and (max-width: 47.9375em) {
  .l-header__nav-language-txt h4 {
    font-size: 4vw;
  }
}

.l-header__nav-language-txt-en {
  font-family: "Tenor", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.l-header__nav-language-txt ul {
  display: flex;
  align-items: center;
  column-gap: 1rem;
  margin-top: 0.8rem;
}
@media only screen and (max-width: 47.9375em) {
  .l-header__nav-language-txt ul {
    position: absolute;
    left: 0;
    flex-wrap: wrap;
    margin-top: 5.3333333333vw;
    column-gap: 2.6666666667vw;
    row-gap: 2.1333333333vw;
  }
}

.l-header__nav-language-txt ul span {
  display: block;
  width: 0.1rem;
  height: 1.4rem;
  background-color: #727171;
}
@media only screen and (max-width: 47.9375em) {
  .l-header__nav-language-txt ul span {
    width: 0.2666666667vw;
    height: 2.6666666667vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .l-header__nav-language-txt ul span.u-dn-sp {
    display: none;
  }
}

.l-header__nav-language-txt ul li a {
  font-size: 1.6rem;
  color: #727171;
}
@media only screen and (max-width: 47.9375em) {
  .l-header__nav-language-txt ul li a {
    font-size: 3.4666666667vw;
  }
}

.l-header__nav-language-txt ul li a.active {
  color: #ffffff;
}

@media only screen and (max-width: 47.9375em) {
  .l-header__nav-language-txt ul li:nth-child(3) a {
    margin-right: 26.6666666667vw;
  }
}

.l-footer {
  margin-top: 14rem;
}
@media only screen and (max-width: 47.9375em) {
  .l-footer {
    margin-top: 16vw;
  }
}

.l-footer a {
  transition: 0.3s;
}

.l-footer a:hover {
  opacity: 0.7;
}

.l-footer .l-container {
  padding-bottom: 4rem;
}
@media only screen and (max-width: 47.9375em) {
  .l-footer .l-container {
    padding-bottom: 5.3333333333vw;
  }
}

.l-footer__wrap {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #809088;
  padding-top: 6rem;
}
@media only screen and (max-width: 47.9375em) {
  .l-footer__wrap {
    display: block;
    padding-top: 10.6666666667vw;
    border-top: 0.2666666667vw solid #809088;
  }
}

.l-footer__logo {
  display: block;
  width: 16%;
}
@media only screen and (max-width: 47.9375em) {
  .l-footer__logo {
    width: 37.3333333333vw;
  }
}

.l-footer__item01 {
  width: 20%;
  display: block;
}
@media only screen and (max-width: 47.9375em) {
  .l-footer__item01 {
    width: 38.4vw;
    margin: 0 auto;
  }
}

.l-footer__item01 p {
  font-size: 5.6rem;
  font-family: "Tenor", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  text-align: center;
  line-height: 1;
  margin-top: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .l-footer__item01 p {
    font-size: 10.6666666667vw;
    margin-top: 2.6666666667vw;
  }
}

.l-footer__item02 {
  width: 49%;
}
@media only screen and (max-width: 47.9375em) {
  .l-footer__item02 {
    width: 100%;
    margin-top: 10.6666666667vw;
  }
}

.l-footer__item02 table th,
.l-footer__item02 table td {
  text-align: left;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  margin-top: 0.5rem;
  padding-top: 0.4rem;
}
@media only screen and (max-width: 47.9375em) {
  .l-footer__item02 table th,
.l-footer__item02 table td {
    padding-top: 1.0666666667vw;
    font-size: 3.7333333333vw;
  }
}

.l-footer__item02 table td span {
  display: flex;
}

.l-footer__item02 table tr:first-child th,
.l-footer__item02 table tr:first-child td {
  padding-top: 0;
}

.l-footer__item02 table tr:last-child th,
.l-footer__item02 table tr:last-child td {
  padding-top: 5rem;
}
@media only screen and (max-width: 47.9375em) {
  .l-footer__item02 table tr:last-child th,
.l-footer__item02 table tr:last-child td {
    padding-top: 10.6666666667vw;
  }
}

.l-footer__item02 table th {
  font-weight: 700;
  width: 18%;
}
@media only screen and (max-width: 47.9375em) {
  .l-footer__item02 table th {
    width: 26%;
  }
}

.l-footer__item02 table td {
  width: 75%;
}
@media only screen and (max-width: 47.9375em) {
  .l-footer__item02 table td {
    width: 74%;
  }
}

.l-footer__item02-box {
  margin-top: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .l-footer__item02-box {
    margin-top: 5.3333333333vw;
  }
}

.l-footer__item02-box h4 {
  font-size: 1.4rem;
  font-weight: 700;
}
@media only screen and (max-width: 47.9375em) {
  .l-footer__item02-box h4 {
    font-size: 3.7333333333vw;
  }
}

.l-footer__item02-box p {
  font-size: 1.4rem;
  margin-top: 1rem;
}
@media only screen and (max-width: 47.9375em) {
  .l-footer__item02-box p {
    font-size: 3.7333333333vw;
    margin-top: 1.6vw;
    line-height: 2;
  }
}

.l-footer__item02-img {
  display: block;
  margin: 0 auto;
  margin-top: 2rem;
  width: fit-content;
  width: 13rem;
}
@media only screen and (max-width: 47.9375em) {
  .l-footer__item02-img {
    margin-right: auto;
    margin: 0 auto;
    margin-top: 5.3333333333vw;
    width: 34.6666666667vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .l-footer__item02-img img {
    width: 100%;
  }
}

.l-footer__wrap02 {
  margin-top: 5rem;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media only screen and (max-width: 47.9375em) {
  .l-footer__wrap02 {
    flex-wrap: wrap-reverse;
    margin-top: 10.6666666667vw;
    row-gap: 10.6666666667vw;
  }
}

.l-footer_wrap02-item01 ul {
  display: flex;
  align-items: center;
  column-gap: 1rem;
  margin-top: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .l-footer_wrap02-item01 ul {
    column-gap: 2.6666666667vw;
    flex-wrap: wrap;
    row-gap: 1.0666666667vw;
    margin-top: 5.3333333333vw;
  }
}

.l-footer_wrap02-item01 ul li a {
  color: #727171;
}

.l-footer_wrap02-item01 ul li a.active {
  color: #ffffff;
}

.l-footer_wrap02-item01 ul span {
  display: block;
  width: 0.1rem;
  height: 1rem;
  background-color: #727171;
}
@media only screen and (max-width: 47.9375em) {
  .l-footer_wrap02-item01 ul span {
    width: 0.2666666667vw;
    height: 2.6666666667vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .l-footer_wrap02-item01 ul span.u-dn-sp {
    display: none;
  }
}

@media only screen and (max-width: 47.9375em) {
  .l-footer_wrap02-item01 ul li:nth-child(4) a {
    margin-right: 26.6666666667vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .l-footer_wrap02-item01 ul li:nth-child(6) a {
    margin-left: 6.6666666667vw;
  }
}

.l-footer_wrap02-item01 small p {
  font-size: 1.2rem;
  letter-spacing: -0.02em;
  font-family: "Tenor", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #dcdddd;
  margin-top: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .l-footer_wrap02-item01 small p {
    font-size: 3.2vw;
    margin-top: 5.3333333333vw;
  }
}

.l-footer_wrap02-item01 div {
  display: flex;
  align-items: center;
  column-gap: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .l-footer_wrap02-item01 div {
    column-gap: 5.3333333333vw;
  }
}

.l-footer_wrap02-item01 div a {
  display: flex;
  column-gap: 1rem;
  font-family: "Tenor", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
@media only screen and (max-width: 47.9375em) {
  .l-footer_wrap02-item01 div a {
    width: 5.3333333333vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .l-footer_wrap02-item01 div a img {
    width: 100%;
  }
}

.l-footer_wrap02-item02 {
  display: flex;
  justify-content: space-between;
  width: 48%;
}
@media only screen and (max-width: 47.9375em) {
  .l-footer_wrap02-item02 {
    width: 100%;
  }
}

.l-footer_wrap02-item02 a {
  transition: 0.3s;
  width: 28%;
}
@media only screen and (max-width: 47.9375em) {
  .l-footer_wrap02-item02 a {
    display: block;
    width: 28vw;
  }
}

.l-footer_wrap02-item02 a:hover {
  opacity: 0.7;
}

.l-footer_wrap02-item02 a img {
  margin: 0 auto;
}

@media only screen and (max-width: 47.9375em) {
  .l-footer_wrap02-item02 a:first-child img {
    width: 14.6666666667vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .l-footer_wrap02-item02 a:nth-child(2) img {
    width: 17.0666666667vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .l-footer_wrap02-item02 a:nth-child(3) img {
    width: 14.9333333333vw;
  }
}

.l-footer_wrap02-item02 a p {
  font-size: 2rem;
  color: #727171;
  letter-spacing: -0.02em;
  margin-top: 2rem;
  text-align: center;
  font-family: "Tenor", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
@media only screen and (max-width: 47.9375em) {
  .l-footer_wrap02-item02 a p {
    font-size: 4.2666666667vw;
    margin-top: 5.3333333333vw;
  }
}

.l-footer_wrap02-item02 a p span {
  display: block;
  font-size: 1.4rem;
  line-height: 1.6;
  font-family: "Noto Serif JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
@media only screen and (max-width: 47.9375em) {
  .l-footer_wrap02-item02 a p span {
    font-size: 3.2vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .l-footer_wrap02-item01 ul li img {
    width: 3.7333333333vw;
  }
}

.l-footer .c-btn02 {
  padding: 0;
  border: none;
  margin: 0 auto;
  width: 13rem;
}
@media only screen and (max-width: 47.9375em) {
  .l-footer .c-btn02 {
    width: 34.6666666667vw;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 47.9375em) {
  .l-footer .c-btn02 img {
    width: 100%;
  }
}

.footer__sp-txt {
  display: flex;
  column-gap: 2.1333333333vw;
  margin-top: 2.1333333333vw;
  font-size: 3.2vw;
}

.c-btn01 {
  display: flex;
  align-items: center;
  width: fit-content;
  column-gap: 1.4641288433vw;
  transition: 0.3s;
}
@media only screen and (max-width: 47.9375em) {
  .c-btn01 {
    column-gap: 5.3333333333vw;
  }
}

.c-btn01 img {
  width: 2.9282576867vw;
  transition: 0.3s;
}
@media only screen and (max-width: 47.9375em) {
  .c-btn01 img {
    width: 10.6666666667vw;
  }
}

.c-btn01 p {
  font-size: 1.4641288433vw;
  letter-spacing: 0.1em;
  font-family: "Tenor", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #ffffff;
}
@media only screen and (max-width: 47.9375em) {
  .c-btn01 p {
    font-size: 5.3333333333vw;
  }
}

.c-btn01:hover {
  opacity: 0.7;
}

.c-btn02 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  border: 1px solid #ffffff;
  width: 12.6rem;
  padding: 0.8rem 0;
  margin-top: 2rem;
  line-height: 1;
  transition: 0.3s;
}
@media only screen and (max-width: 47.9375em) {
  .c-btn02 {
    width: 33.6vw;
    padding: 2.1333333333vw 0;
    font-size: 4.2666666667vw;
    margin-top: 5.3333333333vw;
    border: 0.2666666667vw solid #ffffff;
  }
}

.c-btn02:hover {
  opacity: 0.7;
}

.c-title-01 {
  font-size: 3rem;
  display: flex;
  justify-content: center;
  padding: 0.5em 0.75em;
  border: 3px solid;
}
@media only screen and (max-width: 47.9375em) {
  .c-title-01 {
    font-size: 5.3333333333vw;
  }
}

.c-subtitle-01 {
  font-size: 2.6rem;
  line-height: 1.8;
}
@media only screen and (max-width: 47.9375em) {
  .c-subtitle-01 {
    font-size: 5.3333333333vw;
  }
}

.c-txt01 {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
@media only screen and (max-width: 47.9375em) {
  .c-txt01 {
    white-space: wrap;
    font-size: 4.2666666667vw;
  }
}

.c-txt02 {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.8;
}
@media only screen and (max-width: 47.9375em) {
  .c-txt02 {
    font-size: 5.3333333333vw;
  }
}

.p-home__mv {
  position: relative;
}

@media only screen and (max-width: 47.9375em) {
  .p-home__mv::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0) 30%, rgba(255, 255, 255, 0) 100%);
  }
}

.p-home__mv-video {
  width: 83.4%;
  margin-left: auto;
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__mv-video {
    width: 100%;
    height: 94.9333333333vw;
    top: 64vw;
    z-index: 1;
  }
}

.p-home__mv-video video {
  display: block;
  width: 100%;
  border-bottom-left-radius: 4.39238653vw;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__mv-video video {
    height: 100%;
    object-fit: cover;
    border-bottom-left-radius: 0;
  }
}

.p-home__mv-video::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__mv-video::after {
    content: none;
  }
}

.p-home__mv-txt01 {
  position: absolute;
  top: 16.4714494876vw;
  left: 7.3%;
  width: 43.9238653001vw;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__mv-txt01 {
    top: 26.6666666667vw;
    width: 58.6666666667vw;
    left: 10.4vw;
    z-index: 1;
  }
}

.p-home__mv-txt02 {
  position: absolute;
  top: 26.7203513909vw;
  right: 13.4%;
  width: 35.8711566618vw;
  transition: 0.3s;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__mv-txt02 {
    z-index: 1;
    width: 81.3333333333vw;
    right: 10.6666666667vw;
    top: 143.4666666667vw;
  }
}

.p-home__mv-txt02 .c-btn01:hover {
  opacity: 1;
}

.p-home__mv-txt02:hover {
  opacity: 0.7;
}

.p-home__mv-txt02:hover .c-btn01 img {
  transform: translateX(20px);
}

.p-home__mv-txt02 img {
  margin-left: auto;
  width: 100%;
}

.p-home__mv-txt02 .c-btn01 {
  margin-top: 2.9282576867vw;
  margin-left: auto;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__mv-txt02 .c-btn01 {
    margin-top: 5.3333333333vw;
  }
}

.p-home__sec01 {
  margin-top: 5.8565153734vw;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec01 {
    margin-top: 167.4666666667vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-home__sec01.p-home__sec01-en {
    margin-top: 176vw;
  }
}

.p-home__sec01 .p-home__sec01-txt01 {
  font-size: 1.1713030747vw;
  letter-spacing: 0.1em;
  line-height: 2;
  width: 32.2108345534vw;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec01 .p-home__sec01-txt01 {
    font-size: 4.2666666667vw;
    letter-spacing: 0;
    line-height: 2;
    width: 100%;
  }
}

.p-home__sec01 .p-home__sec01-txt01.p-home__sec01-txt01-en {
  width: 100%;
  margin-top: 27.8184480234vw;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec01 .p-home__sec01-txt01.p-home__sec01-txt01-en {
    margin-top: 37.3333333333vw;
  }
}

.p-home__sec01-video-wrap {
  margin-top: 5.270863836vw;
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec01-video-wrap {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    margin-top: 16vw;
    height: 89.3333333333vw;
  }
}

.p-home__sec01-video-wrap video {
  display: block;
  width: 100%;
  border-radius: 4.39238653vw;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec01-video-wrap video {
    border-radius: 0;
    height: 100%;
    object-fit: cover;
  }
}

.p-home__sec01-video-txt {
  position: absolute;
  top: 4.0995607613vw;
  left: 4.39238653vw;
  transition: 0.3s;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec01-video-txt {
    left: 5.3333333333vw;
    top: 62.6666666667vw;
  }
}

.p-home__sec01-video-txt:hover {
  opacity: 0.7;
}

.p-home__sec01-video-txt .c-btn01:hover {
  opacity: 1;
}

.p-home__sec01-video-txt:hover .c-btn01 img {
  transform: translateX(20px);
}

.p-home__sec01-video-txt img {
  width: 35.2855051245vw;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec01-video-txt img {
    width: 89.0666666667vw;
  }
}

.p-home__sec01-video-txt-en img {
  width: 15.5197657394vw;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec01-video-txt-en img {
    width: 39.4666666667vw;
  }
}

.p-home__sec01-video-txt-en-cn img {
  width: 32.7232796486vw;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec01-video-txt-en-cn img {
    width: 81.6vw;
  }
}

.p-home__sec01-video-txt h2 {
  font-size: 5.8565153734vw;
  letter-spacing: -0.02em;
  font-family: "Tenor", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  margin-top: 1.4641288433vw;
  line-height: 1;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec01-video-txt h2 {
    font-size: 10.6666666667vw;
    margin-top: 2.6666666667vw;
  }
}

.p-home__sec01-video-txt p {
  font-size: 1.4641288433vw;
  margin-top: 1.4641288433vw;
  letter-spacing: 0.1em;
  font-family: "Tenor", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec01-video-txt p {
    font-size: 3.7333333333vw;
    margin-top: 2.6666666667vw;
    letter-spacing: 0;
  }
}

.p-home__sec01-video-txt .c-btn01 {
  margin-top: 2.9282576867vw;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec01-video-txt .c-btn01 {
    margin-top: 8vw;
  }
}

.p-home__sec01-video-txt .c-btn01 img {
  width: 2.9282576867vw;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec01-video-txt .c-btn01 img {
    width: 10.6666666667vw;
  }
}

.p-home__sec01-video-txt .c-btn01 p {
  margin-top: 0;
  font-size: 1.4641288433vw;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec01-video-txt .c-btn01 p {
    font-size: 5.3333333333vw;
  }
}

.p-home__sec02 {
  margin-top: 10.2489019034vw;
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec02 {
    margin-top: 77.8666666667vw;
    margin-bottom: 74.1333333333vw;
  }
}

.swiper-wrapper {
  transition-timing-function: linear;
}

.p-home__sec02-wrap-img {
  width: 50vw;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec02-wrap-img {
    width: 100%;
  }
}

.p-home__sec02-wrap-img .swiper {
  border-top-right-radius: 4.39238653vw;
  border-bottom-right-radius: 4.39238653vw;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec02-wrap-img .swiper {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}

.p-home__sec02-txt {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 13.4%;
  z-index: 1;
  transition: 0.3s;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec02-txt {
    right: 5.3333333333vw;
    transform: none;
    top: 66.1333333333vw;
  }
}

.p-home__sec02-txt:hover {
  opacity: 0.7;
}

.p-home__sec02-txt .c-btn01:hover {
  opacity: 1;
}

.p-home__sec02-txt:hover .c-btn01 img {
  transform: translateX(20px);
}

.p-home__sec02-txt .p-home__sec02-txt-img {
  width: 30.7467057101vw;
  margin-left: auto;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec02-txt .p-home__sec02-txt-img {
    width: 76.8vw;
  }
}

.p-home__sec02-txt .p-home__sec02-txt-img-en {
  width: 13.5431918009vw;
  margin-left: auto;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec02-txt .p-home__sec02-txt-img-en {
    width: 34.6666666667vw;
  }
}

.p-home__sec02-txt .p-home__sec02-txt-img-en-cn {
  width: 37.1888726208vw;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec02-txt .p-home__sec02-txt-img-en-cn {
    width: 77.3333333333vw;
  }
}

.p-home__sec02-txt h2 {
  font-size: 5.8565153734vw;
  font-family: "Tenor", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  letter-spacing: -0.02em;
  line-height: 1;
  margin-top: 1.4641288433vw;
  text-align: right;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec02-txt h2 {
    font-size: 10.6666666667vw;
    margin-top: 2.6666666667vw;
  }
}

.p-home__sec02-txt .p-home__sec02-txt01 {
  font-size: 1.4641288433vw;
  letter-spacing: 0.1em;
  margin-top: 1.4641288433vw;
  text-align: right;
  font-family: "Tenor", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec02-txt .p-home__sec02-txt01 {
    font-size: 3.7333333333vw;
    margin-top: 2.6666666667vw;
    letter-spacing: 0;
  }
}

.p-home__sec02-txt .c-btn01 {
  margin-top: 2.9282576867vw;
  margin-left: auto;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec02-txt .c-btn01 {
    margin-top: 5.3333333333vw;
  }
}

.fadeIn {
  opacity: 0;
  transform: translateY(20px);
  transition: 0.8s ease-in-out opacity, 0.8s ease-in-out transform;
}

.fadeIn.active {
  opacity: 1;
  transform: translateY(0);
}

.p-under__wrap {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 47.9375em) {
  .p-under__wrap {
    display: block;
  }
}

.p-under__scroll img {
  margin: 0 auto;
  margin-top: 9.2rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-under__scroll img {
    width: 33.8666666667vw;
    margin: 0;
  }
}

.p-under__scroll.p-under__scroll-reser img {
  margin-top: 10rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-under__scroll.p-under__scroll-reser img {
    margin-top: 0;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-under__scroll.p-under__scroll-reser {
    top: 32.2666666667vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-under__scroll.p-under__scroll-about {
    top: 32.2666666667vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-under__scroll.p-under__scroll-en {
    width: 100%;
    top: 32.2666666667vw;
    left: 0;
    padding: 0 5.3333333333vw;
  }
}

.p-under__scroll h2 {
  font-size: 4.4rem;
  letter-spacing: -0.02em;
  line-height: 1;
  margin-top: 2rem;
  text-align: center;
}
@media only screen and (max-width: 47.9375em) {
  .p-under__scroll h2 {
    text-align: left;
    font-size: 10.6666666667vw;
    margin-top: 2.6666666667vw;
  }
}

.p-under__scroll p {
  font-size: 1.2rem;
  margin-top: 2rem;
  line-height: 2;
  font-family: "Tenor", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
@media only screen and (max-width: 47.9375em) {
  .p-under__scroll p {
    font-size: 3.2vw;
    margin-top: 2.6666666667vw;
  }
}

.p-under__scroll {
  margin-left: -15.8rem;
  width: auto;
}
@media only screen and (max-width: 47.9375em) {
  .p-under__scroll {
    position: absolute;
    left: 5.3333333333vw;
    top: 70.9333333333vw;
    margin-left: auto;
  }
}

.p-under__scroll div {
  position: sticky;
  top: 12rem;
}

.p-under__content {
  width: 82%;
}
@media only screen and (max-width: 47.9375em) {
  .p-under__content {
    width: 100%;
  }
}

.p-under__mv {
  margin-right: -100px;
  width: 98.6rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-under__mv {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding-left: 10.6666666667vw;
  }
}

.p-under__mv h2 {
  font-size: 4rem;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 47.9375em) {
  .p-under__mv h2 {
    font-size: 8vw;
  }
}

.p-under__mv.p-under__mv-en {
  width: auto;
}
@media only screen and (max-width: 47.9375em) {
  .p-under__mv.p-under__mv-en {
    margin-top: 136vw;
    padding-left: 5.3333333333vw;
  }
}

.p-under__mv.p-under__mv-en div {
  position: relative;
}

@media only screen and (max-width: 47.9375em) {
  .p-uner_mv-en-img {
    margin-top: 16vw;
  }
}

.p-under__mv-en-img-txt {
  position: absolute !important;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
@media only screen and (max-width: 47.9375em) {
  .p-under__mv-en-img-txt {
    top: 103.4666666667vw;
    font-size: 4.2666666667vw;
  }
}

.p-under__mv-en-img-txt p {
  margin-top: 11.2rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-under__mv-en-img-txt p {
    margin-top: 10.6666666667vw;
  }
}

.p-uner_mv-en-img img {
  width: 68rem;
  margin-left: 31rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-uner_mv-en-img img {
    width: 100%;
    margin-left: 0;
  }
}

.p-under__mv.p-under__mv-about {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-right: auto;
}
@media only screen and (max-width: 47.9375em) {
  .p-under__mv.p-under__mv-about {
    display: block;
    width: auto;
    margin: auto;
    padding-left: 0;
    margin-top: 85.3333333333vw;
  }
}

.p-under__mv.p-under__mv-about.p-under__mv-about-en {
  align-items: flex-start;
}

.p-under__mv.p-under__mv-about.p-under__mv-about-en .c-en-txt05 {
  font-size: 2.4rem;
  width: 36rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-under__mv.p-under__mv-about.p-under__mv-about-en .c-en-txt05 {
    width: 100%;
    font-size: 6.4vw;
  }
}

.p-under__mv.p-under__mv-about p {
  font-size: 2.4rem;
  line-height: 1.8;
}
@media only screen and (max-width: 47.9375em) {
  .p-under__mv.p-under__mv-about p {
    font-size: 5.3333333333vw;
    line-height: 2.1;
  }
}

.p-under__mv.p-under__mv-about div {
  width: 38rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-under__mv.p-under__mv-about div {
    width: 69.3333333333vw;
    margin: 0 auto;
    margin-top: 16vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-under__mv.p-under__mv-about .c-txt01 {
    font-size: 5.3333333333vw;
    font-weight: 500;
  }
}

.p-under__mv.p-under__mv-reser {
  margin-right: 0;
  width: 50rem;
  margin: 0 auto;
  margin-top: 10rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-under__mv.p-under__mv-reser {
    width: 69.3333333333vw;
    padding-left: 0;
    margin-top: 60.2666666667vw;
  }
}

.p-relish__sec01 {
  margin-top: 14rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-relish__sec01 {
    margin-top: 101.3333333333vw;
  }
}

.p-relish__sec01-img-wrap {
  margin-top: 14rem;
  position: relative;
  width: fit-content;
}
@media only screen and (max-width: 47.9375em) {
  .p-relish__sec01-img-wrap {
    margin-top: 16vw;
  }
}

.p-relish__sec01-img01 {
  width: 44rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-relish__sec01-img01 {
    width: 100%;
  }
}

.p-relish__sec01-img02 {
  width: 50rem;
  position: absolute;
  top: 0;
  left: 100%;
  margin-left: 4.6rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-relish__sec01-img02 {
    position: absolute;
    width: 42.6666666667vw;
    left: auto;
    margin-left: auto;
    top: 100%;
    margin-top: 4vw;
  }
}

.p-relish__sec01-img03 {
  width: 28rem;
  position: absolute;
  top: 40rem;
  left: 100%;
  margin-left: 8rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-relish__sec01-img03 {
    position: absolute;
    top: 100%;
    margin-top: 4vw;
    width: 42.6666666667vw;
    left: auto;
    right: 0;
    margin-left: auto;
  }
}

.p-relish__sec01-txt01 {
  margin-top: 12rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-relish__sec01-txt01 {
    margin-top: 46.6666666667vw;
  }
}

.p-relish__sec01-img-wrap02 {
  margin-top: 14rem;
  display: flex;
  justify-content: space-between;
  column-gap: 4rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-relish__sec01-img-wrap02 {
    margin-top: 16vw;
    column-gap: 0;
  }
}

.p-relish__sec01-img-wrap02 img {
  width: 38rem;
  height: 100%;
}
@media only screen and (max-width: 47.9375em) {
  .p-relish__sec01-img-wrap02 img {
    width: 42.6666666667vw;
  }
}

.p-relish__sec01-img05 {
  margin-top: 10rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-relish__sec01-img05 {
    margin-top: 0;
  }
}

.p-relish__sec01-video-wrap {
  margin-top: 14rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-relish__sec01-video-wrap {
    margin-top: 16vw;
  }
}

.p-relish__sec01-video-wrap video {
  display: block;
}
@media only screen and (max-width: 47.9375em) {
  .p-relish__sec01-video-wrap video {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
}

.p-relish__sec01-img-wrap03 {
  margin-top: 14rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 6rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-relish__sec01-img-wrap03 {
    margin-top: 16vw;
    flex-wrap: wrap;
    row-gap: 10.6666666667vw;
  }
}

.p-relish__sec01-img-wrap03 img {
  width: 38rem;
  height: 100%;
}
@media only screen and (max-width: 47.9375em) {
  .p-relish__sec01-img-wrap03 img {
    width: 100%;
  }
}

.p-relish__sec01-img-wrap03.p-relish__sec01-img-wrap04 {
  flex-direction: row-reverse;
  justify-content: flex-end;
}

.p-en__sec01 {
  margin-top: 14rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-en__sec01 {
    margin-top: 69.3333333333vw;
  }
}

.p-en__sec01-img-wrap01 {
  position: relative;
  width: fit-content;
}

.p-en__sec01-img01 {
  width: 40rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-en__sec01-img01 {
    width: 100%;
  }
}

.p-en__sec01-img02 {
  width: 35rem;
  position: absolute;
  top: 0;
  left: 100%;
  margin-left: 5rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-en__sec01-img02 {
    width: 100%;
    margin-left: 0;
    position: relative;
    left: auto;
    margin-top: 5.3333333333vw;
  }
}

.p-en__sec01-img-wrap01 div {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 34rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-en__sec01-img-wrap01 div {
    position: relative;
    left: 0;
    top: 90.1333333333vw;
  }
}

.p-en__sec01-img-wrap01 div p {
  margin-top: 4rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-en__sec01-img-wrap01 div p {
    margin-top: 5.3333333333vw;
  }
}

.p-en__sec01-img-wrap01 div p:first-child {
  margin-top: 0;
}

.p-en__sec01-img-wrap02 {
  margin-top: 14rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 47.9375em) {
  .p-en__sec01-img-wrap02 {
    margin-top: 16vw;
    flex-direction: column-reverse;
    row-gap: 10.6666666667vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-en__sec01-img-wrap02:nth-child(2) {
    margin-top: 26.6666666667vw;
  }
}

.p-en__sec01-img03 {
  width: 36rem;
  height: 100%;
}
@media only screen and (max-width: 47.9375em) {
  .p-en__sec01-img03 {
    width: 69.3333333333vw;
    margin-left: auto;
  }
}

.p-en__sec01-img03 img {
  margin-top: 4rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-en__sec01-img03 img {
    margin-top: 10.6666666667vw;
  }
}

.p-en__sec01-img03 img:first-child {
  margin-top: 0;
}

@media only screen and (max-width: 47.9375em) {
  .p-en__sec01-img03.p-en__sec01-img03_sp {
    margin-left: 0;
    width: 100%;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-en__sec01-img03.p-en__sec01-img03_sp img:first-child {
    margin-left: auto;
    width: 74.6666666667vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-en__sec01-img03.p-en__sec01-img03_sp img:last-child {
    width: 69.3333333333vw;
  }
}

.p-en__sec01-img-wrap02 div p {
  margin-top: 4rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-en__sec01-img-wrap02 div p {
    margin-top: 5.3333333333vw;
  }
}

.p-en__sec01-img-wrap02 div p:first-child {
  margin-top: 0;
}

.p-en__sec01-img-wrap02.p-en__sec01-img-wrap03 {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 47.9375em) {
  .p-en__sec01-img-wrap02.p-en__sec01-img-wrap03 {
    flex-direction: column-reverse;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-en__sec01-img-wrap02.p-en__sec01-img-wrap05 {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-en__sec01-img-wrap05 .p-en__sec01-img03 {
    width: 100%;
  }
}

.p-en__sec01-img04 {
  width: 32rem;
  height: 100%;
}
@media only screen and (max-width: 47.9375em) {
  .p-en__sec01-img04 {
    width: 64vw;
    margin-right: auto;
    margin-left: -5.3333333333vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-en__sec01-img04.p-en__sec01-img04_sp {
    width: 100%;
    margin-left: 0;
  }
}

.p-en__sec01-img05 {
  width: 30rem;
  height: 100%;
}
@media only screen and (max-width: 47.9375em) {
  .p-en__sec01-img05 {
    width: 58.6666666667vw;
    margin-left: auto;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-en__sec01-img05.p-en__sec01-img05_sp {
    margin-left: 0;
    margin-right: auto;
  }
}

.p-en__sec01-img-wrap04 {
  margin-top: 14rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-en__sec01-img-wrap04 {
    margin-top: 16vw;
  }
}

/* モーダルCSS */
.modalArea {
  display: none;
  position: fixed;
  z-index: 9999;
  /*サイトによってここの数値は調整 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modalBg {
  width: 100%;
  height: 100%;
  background-color: rgba(30, 30, 30, 0.9);
}

.modalWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 76%;
  padding: 5rem 6rem;
  background-color: #fff;
  border-radius: 1.4rem;
}
@media only screen and (max-width: 47.9375em) {
  .modalWrapper {
    padding: 8vw 5.3333333333vw;
    width: 88%;
    border-radius: 2.1333333333vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  #modalArea01 {
    overflow: scroll;
  }
}

#modalArea01 .modalWrapper {
  background-color: inherit;
  max-width: 100rem;
  top: 16rem;
  transform: translateX(-50%);
  padding: 0;
}
@media only screen and (max-width: 47.9375em) {
  #modalArea01 .modalWrapper {
    top: 21.3333333333vw;
  }
}

#modalArea01 #modalBg {
  background-color: #1e1e1e;
}
@media only screen and (max-width: 47.9375em) {
  #modalArea01 #modalBg {
    height: 180%;
  }
}

#modalArea01 .modalContents {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 47.9375em) {
  #modalArea01 .modalContents {
    display: block;
  }
}

.modalArea01-img {
  width: 20%;
}
@media only screen and (max-width: 47.9375em) {
  .modalArea01-img {
    width: 42.6666666667vw;
    margin: 0 auto;
  }
}

.modalArea01-img img {
  width: 100%;
}

.modalArea01-txt {
  width: 76%;
}
@media only screen and (max-width: 47.9375em) {
  .modalArea01-txt {
    width: 100%;
  }
}

.modalArea01-txt h2 {
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.8;
}
@media only screen and (max-width: 47.9375em) {
  .modalArea01-txt h2 {
    font-size: 5.3333333333vw;
    margin-top: 10.6666666667vw;
  }
}

.modalArea01-txt h2.u-ff-en {
  font-size: 2rem;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 47.9375em) {
  .modalArea01-txt h2.u-ff-en {
    font-size: 5.3333333333vw;
  }
}

.closeModal {
  position: absolute;
  top: 2rem;
  left: 4rem;
  color: #ffffff;
  cursor: pointer;
  transition: 0.3s;
  width: 6rem;
  height: 6rem;
}
@media only screen and (max-width: 47.9375em) {
  .closeModal {
    top: 8vw;
    left: 5.3333333333vw;
  }
}

.closeModal span {
  display: block;
  width: 8rem;
  height: 0.1rem;
  background-color: #ffffff;
  position: absolute;
  top: 3rem;
  left: -1rem;
}
@media only screen and (max-width: 47.9375em) {
  .closeModal span {
    width: 14.9333333333vw;
    height: 0.2666666667vw;
    top: 5.3333333333vw;
    left: 0;
  }
}

.closeModal span:nth-child(1) {
  transform: rotate(45deg);
}

.closeModal span:nth-child(2) {
  transform: rotate(-45deg);
}

.closeModal:hover {
  opacity: 0.7;
}

.modalContents form .mailmag-submit-btn input:hover {
  opacity: 0.7;
}

#modalArea02 .modalWrapper {
  background-color: inherit;
  padding: 0;
}

.p-en__modal {
  display: block;
  position: relative;
  transition: 0.3s;
  cursor: pointer;
}
@media only screen and (max-width: 47.9375em) {
  .p-en__modal {
    width: fit-content;
  }
}

.p-en__modal:hover {
  opacity: 0.7;
}

.p-en__modal::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(../../assets/images/en/icon.svg);
  background-repeat: no-repeat;
  width: 3rem;
  height: 3rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-en__modal::after {
    width: 8vw;
    height: 8vw;
  }
}

.p-en__modal img {
  margin-top: 2rem;
  width: 23rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-en__modal img {
    width: 61.3333333333vw;
    margin-top: 5.3333333333vw;
  }
}

.p-under__scroll-en p {
  width: fit-content;
  margin: 0 auto;
  margin-top: 2rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-under__scroll-en p {
    margin: 0;
    margin-top: 2.6666666667vw;
  }
}

.modalContents video {
  display: block;
  width: 100%;
}

.c-en-txt01 {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
}
@media only screen and (max-width: 47.9375em) {
  .c-en-txt01 {
    font-size: 4.2666666667vw;
  }
}

.p-home__sec01-txt01.c-en-txt02 {
  font-size: 1.4641288433vw;
  line-height: 1.5;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec01-txt01.c-en-txt02 {
    font-size: 3.7333333333vw;
  }
}

.p-en__mv-txt01 {
  width: 40rem;
  font-size: 2rem;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 47.9375em) {
  .p-en__mv-txt01 {
    width: 94%;
    font-size: 5.3333333333vw;
    line-height: 1.6;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-en__sec01-en {
    margin-top: 149.3333333333vw;
  }
}

.c-en-txt03 {
  font-size: 3.4rem;
  font-family: "Tenor", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
@media only screen and (max-width: 47.9375em) {
  .c-en-txt03 {
    font-size: 8vw;
  }
}

.c-en-txt04 {
  font-size: 2rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media only screen and (max-width: 47.9375em) {
  .c-en-txt04 {
    font-size: 5.3333333333vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-relish__sec01-txt01.p-relish__sec01-txt01-en {
    margin-top: 16vw;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-relish__sec01-img-wrap04.p-relish__sec01-img-wrap04-en {
    flex-direction: column-reverse;
  }
}

.p-under__mv.p-under__mv-about .c-en-txt05 {
  width: 40rem;
  font-size: 2rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-family: "Tenor", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
@media only screen and (max-width: 47.9375em) {
  .p-under__mv.p-under__mv-about .c-en-txt05 {
    font-size: 5.3333333333vw;
    width: 100%;
  }
}

.p-about__sec01-box-en {
  align-items: center;
}

.p-under__mv-en .p-under__mv-en-img-txt .c-en-txt03 {
  font-size: 3.4rem;
  letter-spacing: 0;
}
@media only screen and (max-width: 47.9375em) {
  .p-under__mv-en .p-under__mv-en-img-txt .c-en-txt03 {
    font-size: 8vw;
    margin-top: 82.6666666667vw;
  }
}

.p-en__sec01-img-wrap01 .p-en__sec01-en-wrap {
  transform: none;
  top: 12rem;
  width: 100%;
}
@media only screen and (max-width: 47.9375em) {
  .p-en__sec01-img-wrap01 .p-en__sec01-en-wrap {
    top: 10.6666666667vw;
  }
}

.p-en__sec01-img-wrap01 .p-en__sec01-en-wrap p {
  white-space: wrap;
  font-size: 2rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media only screen and (max-width: 47.9375em) {
  .p-en__sec01-img-wrap01 .p-en__sec01-en-wrap p {
    font-size: 5.3333333333vw;
  }
}

.p-en__sec01-img-wrap01-en {
  width: 100%;
}

.p-en__sec01-img-wrap02-en {
  margin-top: 41rem;
}

.p-en-content-wrap01 {
  margin-top: 4rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-en-content-wrap01 {
    margin-top: 10.6666666667vw;
  }
}

.p-en-content-wrap02 div p {
  width: 40rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-en-content-wrap02 div p {
    width: 100%;
  }
}

.p-en__sec01-img-wrap03-en {
  column-gap: 4rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-en__sec01-img-wrap03-en {
    width: 100%;
  }
}

.p-about__sec01 {
  margin-top: 14rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-about__sec01 {
    margin-top: 16vw;
  }
}

.p-about__sec01-txt01 {
  margin-top: 6rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-about__sec01-txt01 {
    margin-top: 16vw;
  }
}

.p-about__sec01-txt01 p {
  margin-top: 4rem;
  white-space: wrap;
}
@media only screen and (max-width: 47.9375em) {
  .p-about__sec01-txt01 p {
    margin-top: 5.3333333333vw;
  }
}

.p-about__sec01-txt01 p:first-child {
  margin-top: 0;
}

.p-about__sec01-box {
  display: flex;
  column-gap: 1rem;
  margin-top: 4rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-about__sec01-box {
    flex-wrap: wrap;
    margin-top: 5.3333333333vw;
    row-gap: 5.3333333333vw;
  }
}

.p-about__sec01-txt02 {
  width: 40rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-about__sec01-txt02 {
    width: 100%;
  }
}

.p-about__sec01-txt02 p {
  margin-top: 4rem;
  white-space: wrap;
}
@media only screen and (max-width: 47.9375em) {
  .p-about__sec01-txt02 p {
    margin-top: 5.3333333333vw;
  }
}

.p-about__sec01-txt02 p:first-child {
  margin-top: 0;
}

.p-about__sec01-img02 {
  width: 36rem;
  margin-left: auto;
}
@media only screen and (max-width: 47.9375em) {
  .p-about__sec01-img02 {
    width: 100%;
  }
}

.p-reser__sec01 {
  margin-top: 14rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-reser__sec01 {
    margin-top: 16vw;
  }
}

.p-reser__sec01-txt-wrap p {
  font-size: 2.4rem;
  font-weight: 500;
  margin-top: 4rem;
  text-align: center;
}
@media only screen and (max-width: 47.9375em) {
  .p-reser__sec01-txt-wrap p {
    font-size: 5.3333333333vw;
    margin-top: 5.3333333333vw;
    line-height: 2;
  }
}

.p-reser__sec01-txt-wrap p:first-child {
  margin-top: 0;
}

.p-reser__sec01-link-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 77%;
  margin: 0 auto;
  row-gap: 2rem;
  margin-top: 8rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-reser__sec01-link-wrap {
    margin-top: 10.6666666667vw;
  }
}

.p-reser__sec01-link-wrap a {
  display: block;
  width: 48%;
  transition: 0.3s;
}
@media only screen and (max-width: 47.9375em) {
  .p-reser__sec01-link-wrap a {
    width: 69.3333333333vw;
    margin-top: 5.3333333333vw;
  }
}

.p-reser__sec01-link-wrap a img {
  width: 100%;
}

.p-reser__sec01-link-wrap a:first-child {
  margin-top: 0;
}

.p-reser__sec01-link-wrap a:hover {
  opacity: 0.7;
}

.p-home__sec01-txt01.p-cn__txt01 {
  font-size: 1.1713030747vw;
  line-height: 2;
  width: 35.4319180088vw;
  font-weight: 500;
  font-family: "Noto Serif SC", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec01-txt01.p-cn__txt01 {
    font-size: 4.2666666667vw;
    width: 100%;
  }
}

.l-header__nav-language-txt-cn {
  font-family: "Noto Serif SC", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.p-cn__txt02 {
  font-size: 2.4rem;
  font-weight: 500;
  font-family: "Noto Serif SC", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  line-height: 1.8;
}
@media only screen and (max-width: 47.9375em) {
  .p-cn__txt02 {
    font-size: 5.3333333333vw;
  }
}

.p-cn__txt03 {
  font-size: 1.6rem;
  font-family: "Noto Serif SC", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 47.9375em) {
  .p-cn__txt03 {
    font-size: 4.2666666667vw;
  }
}

.p-en__sec01-img-wrap01 .p-en__sec01-en-wrap p.p-cn__txt03 {
  font-size: 1.6rem;
  font-family: "Noto Serif SC", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  line-height: 1.8;
  letter-spacing: 0.05em;
  white-space: wrap;
  width: 46rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-en__sec01-img-wrap01 .p-en__sec01-en-wrap p.p-cn__txt03 {
    font-size: 4.2666666667vw;
    width: 100%;
  }
}

.p-under__mv.p-under__mv-about .p-cn__txt04 {
  width: 40rem;
  font-size: 2.4rem;
  font-family: "Noto Serif SC", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 47.9375em) {
  .p-under__mv.p-under__mv-about .p-cn__txt04 {
    font-size: 5.3333333333vw;
    width: 100%;
    line-height: 1.8;
  }
}

.p-home__sec01-txt01.p-tw__txt01 {
  font-size: 1.1713030747vw;
  line-height: 2;
  width: 35.4319180088vw;
  font-family: "Noto Serif TC", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
@media only screen and (max-width: 47.9375em) {
  .p-home__sec01-txt01.p-tw__txt01 {
    font-size: 4.2666666667vw;
    width: 100%;
  }
}

.l-header__nav-language-txt-tw {
  font-family: "Noto Serif TC", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.p-tw__txt02 {
  font-size: 2.4rem;
  font-weight: 500;
  font-family: "Noto Serif TC", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  line-height: 1.8;
}
@media only screen and (max-width: 47.9375em) {
  .p-tw__txt02 {
    font-size: 5.3333333333vw;
  }
}

.p-tw__txt03 {
  font-size: 1.6rem;
  font-family: "Noto Serif TC", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 47.9375em) {
  .p-tw__txt03 {
    font-size: 4.2666666667vw;
  }
}

.p-en__sec01-img-wrap01 .p-en__sec01-en-wrap p.p-tw__txt03 {
  font-size: 1.6rem;
  font-family: "Noto Serif TC", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  line-height: 1.8;
  letter-spacing: 0.05em;
  white-space: wrap;
  width: 46rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-en__sec01-img-wrap01 .p-en__sec01-en-wrap p.p-tw__txt03 {
    font-size: 4.2666666667vw;
    width: 100%;
  }
}

.p-under__mv.p-under__mv-about .p-tw__txt04 {
  width: 40rem;
  font-size: 2.4rem;
  font-family: "Noto Serif TC", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 47.9375em) {
  .p-under__mv.p-under__mv-about .p-tw__txt04 {
    font-size: 5.3333333333vw;
    width: 100%;
    line-height: 1.8;
  }
}

.p-en__sec01-img-wrap02-tw {
  margin-top: 14rem;
  column-gap: 4rem;
}

.u-dn-all {
  display: none;
}
@media all and (min-width: 64.0625em) {
  .u-dn-pc {
    display: none;
  }
}
@media print {
  .u-dn-pc {
    display: none;
  }
}
@media all and (min-width: 85.4375em) {
  .u-dn-pc-l {
    display: none;
  }
}
@media all and (min-width: 64.0625em) and (max-width: 85.375em) {
  .u-dn-pc-s {
    display: none;
  }
}
@media print {
  .u-dn-pc-s {
    display: none;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) {
  .u-dn-tb {
    display: none;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: landscape) {
  .u-dn-tb-l {
    display: none;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .u-dn-tb-p {
    display: none;
  }
}
@media only screen and (max-width: 47.9375em) {
  .u-dn-sp {
    display: none;
  }
}

.u-ff-ja {
  font-family: "Noto Serif JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.u-ff-en {
  font-family: "Tenor", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.u-ff-cn {
  font-family: "Noto Serif SC", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.u-ff-tw {
  font-family: "Noto Serif TC", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

/* コンパイル時に @charset "UTF-8"; を出力するため日本語のコメントアウトを残す */