/* ========================================================================================= ^^
    Custom properties
============================================================================================ ^^ */
:root {
  --font-shippori: "Shippori Mincho", serif;
  --font-zen-maru: "Zen Maru Gothic", serif;
  --font-quicksand:"Quicksand", sans-serif;
  --font-chinese-serif: "Noto Serif SC", serif;
  --font-chinese-sans: "Noto Sans SC", sans-serif;
  --font-base-color: #5d5654;
  --white: #fff;
  --color-primary: #f8dcda;
  --color-primary-rgb: 248, 220, 218;
  --color-secondary: #5d5654;
  --color-secondary-rgb: 93, 86, 84;
  --color-tertiary: #f3efe7;
  --color-tertiary-rgb: 243, 239, 231;
  --color-gradient: linear-gradient(to bottom, #f3efe7 0%, #f8dcda 100%);
}

/* ========================================================================================= ^^
	Reseter
============================================================================================ ^^ */
*,
*::before,
*::after {
  box-sizing: inherit;
  padding: 0;
  margin: 0;
}

html {
  line-height: 1.15;
  box-sizing: border-box;
  font-family: sans-serif;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

a {
  background-color: transparent;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

code,
kbd,
samp,
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

button,
input,
optgroup,
select,
textarea {
  line-height: inherit;
  border: 1px solid currentColor;
}

button {
  overflow: visible;
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  padding: 1px 6px;
}

input {
  overflow: visible;
}

input,
textarea {
  padding: 1px;
}

fieldset {
  border: 1px solid currentColor;
  margin: 0 2px;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

select {
  text-transform: none;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=color] {
  background: inherit;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.5;
}

::-webkit-search-decoration,
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

::-moz-focus-inner {
  border: 0;
}

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

:-moz-ui-invalid {
  box-shadow: none;
}

hr {
  box-sizing: content-box;
  height: 0;
  color: inherit;
  overflow: visible;
}

dl,
ol,
ul {
  margin: 1em 0;
}

ol ol,
ol ul,
ol dl,
ul ol,
ul ul,
ul dl,
dl ol,
dl ul,
dl dl {
  margin: 0;
}

b,
strong {
  font-weight: bolder;
}

audio,
video {
  display: inline-block;
}

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

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  text-indent: 0;
  border-color: inherit;
}

details {
  display: block;
}

dialog {
  background-color: inherit;
  border: solid;
  color: inherit;
  display: block;
  height: -moz-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/* ========================================================================================= ^^
	Reset
============================================================================================ ^^ */
* {
  box-sizing: border-box;
}

html {
  height: 100%;
}

main {
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

p {
  margin: 0 0 1rem;
}

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

dl {
  margin: 0;
}

dt, dd {
  padding: 0;
  margin: 0;
}

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

figure {
  margin: 0;
}

em {
  font-weight: bold;
  font-style: normal;
}

button {
  padding: 0;
  border-radius: 0;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
button:focus {
  outline: none;
}

iframe {
  vertical-align: top;
}

/* ======================================================================================== ^^
	Typography
=========================================================================================== ^^ */
html {
  height: 100%;
  font-size: 100%;
}

body {
  width: 100%;
  height: 100%;
  font-family: var(--font-zen-maru);
  font-size: 100%;
  color: var(--font-base-color);
  font-weight: 500;
  line-height: 1.875;
  font-feature-settings: "palt";
}
:lang(zh-cmn-Hans) body {
  font-family: var(--font-chinese-sans);
}

sup {
  font-size: 2.4vw;
  position: relative;
  top: -2.1333333333vw;
  left: -0.5333333333vw;
}
@media (min-width: 768px) {
  sup {
    font-size: 0.7692307692vw;
    top: -0.6837606838vw;
    left: -0.1709401709vw;
  }
}
@media (min-width: 1170px) {
  sup {
    font-size: 0.5625rem;
    top: -0.5rem;
    left: -0.125rem;
  }
}

abbr[title] {
  text-decoration: none;
}

a:link {
  color: var(--font-link-color);
  text-decoration: underline;
}
a:visited {
  color: var(--font-link-color);
  text-decoration: underline;
}
a:hover {
  color: var(--font-link-color);
  text-decoration: none;
}
a:focus {
  color: var(--font-link-color);
  text-decoration: underline;
}

em {
  font-weight: 500;
}

/* ======================================================================================== ^^
	Utilities
============================================================================================ ^^ */
.tel-link,
a[href^="tel:"] {
  pointer-events: all;
  cursor: pointer;
  text-decoration: none;
}
@media (min-width: 768px) {
  .tel-link,
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}

@media (min-width: 768px) {
  .is-sp {
    display: none !important;
  }
}

.is-pc {
  display: none !important;
}
@media (min-width: 768px) {
  .is-pc {
    display: block !important;
  }
}

@media not all and (min-width: 768px) {
  .is-pc-br {
    display: none;
  }
}

@media (min-width: 768px) {
  .is-sp-br {
    display: none;
  }
}

.is-hide {
  display: none !important;
}

a {
  transition: all 0.3s linear;
}

.is-fixed {
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  z-index: -1;
}

.screen-reader-text {
  clip: rect(0, 0, 1px, 1px);
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

/* ========================================================================================= ^^
  Font
============================================================================================ ^^ */
.u-shippori-medium {
  font-family: var(--font-shippori);
  font-weight: 500;
  font-style: normal;
}

.u-shippori-semi-bold {
  font-family: var(--font-shippori);
  font-weight: 600;
  font-style: normal;
}

.u-zen-maru-medium {
  font-family: var(--font-zen-maru);
  font-weight: 500;
  font-style: normal;
}

.u-quicksand-light {
  font-family: var(--font-quicksand);
  font-optical-sizing: auto;
  font-weight: 300;
}

.u-quicksand-regular {
  font-family: var(--font-quicksand);
  font-optical-sizing: auto;
  font-weight: 400;
}

.u-quicksand-medium {
  font-family: var(--font-quicksand);
  font-optical-sizing: auto;
  font-weight: 500;
}

.u-quicksand-semi-bold {
  font-family: var(--font-quicksand);
  font-optical-sizing: auto;
  font-weight: 600;
}

.u-chinese-serif-extra-light {
  font-family: var(--font-chinese-serif);
  font-optical-sizing: auto;
  font-weight: 200;
}

.u-chinese-serif-light {
  font-family: var(--font-chinese-serif);
  font-optical-sizing: auto;
  font-weight: 300;
}

.u-chinese-serif-regular {
  font-family: var(--font-chinese-serif);
  font-optical-sizing: auto;
  font-weight: 400;
}

.u-chinese-serif-medium {
  font-family: var(--font-chinese-serif);
  font-optical-sizing: auto;
  font-weight: 500;
}

.u-chinese-serif-semi-bold {
  font-family: var(--font-chinese-serif);
  font-optical-sizing: auto;
  font-weight: 600;
}

.u-chinese-serif-bold {
  font-family: var(--font-chinese-serif);
  font-optical-sizing: auto;
  font-weight: 700;
}

.u-chinese-serif-extra-bold {
  font-family: var(--font-chinese-serif);
  font-optical-sizing: auto;
  font-weight: 800;
}

.u-chinese-serif-black {
  font-family: var(--font-chinese-serif);
  font-optical-sizing: auto;
  font-weight: 900;
}

.u-chinese-sans-extra-thin {
  font-family: var(--font-chinese-sans);
  font-optical-sizing: auto;
  font-weight: 100;
}

.u-chinese-sans-extra-light {
  font-family: var(--font-chinese-sans);
  font-optical-sizing: auto;
  font-weight: 200;
}

.u-chinese-sans-light {
  font-family: var(--font-chinese-sans);
  font-optical-sizing: auto;
  font-weight: 300;
}

.u-chinese-sans-regular {
  font-family: var(--font-chinese-sans);
  font-optical-sizing: auto;
  font-weight: 400;
}

.u-chinese-sans-medium {
  font-family: var(--font-chinese-sans);
  font-optical-sizing: auto;
  font-weight: 500;
}

.u-chinese-sans-semi-bold {
  font-family: var(--font-chinese-sans);
  font-optical-sizing: auto;
  font-weight: 600;
}

.u-chinese-sans-bold {
  font-family: var(--font-chinese-sans);
  font-optical-sizing: auto;
  font-weight: 700;
}

.u-chinese-sans-extra-bold {
  font-family: var(--font-chinese-sans);
  font-optical-sizing: auto;
  font-weight: 800;
}

.u-chinese-sans-black {
  font-family: var(--font-chinese-sans);
  font-optical-sizing: auto;
  font-weight: 900;
}

/* ========================================================================================= ^^
  Break
============================================================================================ ^^ */
@media (min-width: 768px) {
  .u-pc-hide-br {
    display: none;
  }
}

@media not all and (min-width: 768px) {
  .u-sp-hide-br {
    display: none;
  }
}

/* ========================================================================================= ^^
  Text transform
============================================================================================ ^^ */
.u-uppercase {
  text-transform: uppercase;
}

.u-lowercase {
  text-transform: lowercase;
}

.u-capitalize {
  text-transform: capitalize;
}

/* ========================================================================================= ^^
  Marker
============================================================================================ ^^ */
.u-marker {
  position: relative;
}
.u-marker span {
  position: relative;
  z-index: 5;
}
.u-marker::before {
  width: 0;
  height: 100%;
  background-color: #ffc1e0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  content: " ";
  transition: all 0.3s linear;
}
.u-marker.is-active::before {
  width: 100%;
}

/* ========================================================================================= ^^
  Effects
============================================================================================ ^^ */
@keyframes scroll {
  0% {
    transform: translateX(-50%) scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: translateX(-50%) scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: translateX(-50%) scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: translateX(-50%) scale(1, 0);
    transform-origin: 0 100%;
  }
}
@keyframes kv_left_in {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  85% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes kv_right_in {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes effectRightFadeIn {
  0% {
    opacity: 0;
    transform: translate3d(40px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes effectBottomFadeIn {
  0% {
    opacity: 0;
    transform: translate3d(0, 40px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.u-fade-in {
  opacity: 0;
  transform: translate3d(40px, 0, 0);
}
.u-fade-in.is-active {
  animation: effectBottomFadeIn 0.4s forwards;
}

/* ========================================================================================= ^^
  Header
============================================================================================ ^^ */
.l-site-header {
  width: 37.1794871795vw;
  position: fixed;
  top: 3.8461538462vw;
  right: 3.0769230769vw;
  z-index: 6000;
}
@media (min-width: 768px) {
  .l-site-header {
    width: 30.2083333333vw;
    top: 2.34375vw;
    right: 2.34375vw;
  }
}
@media (min-width: 1920px) {
  .l-site-header {
    width: 28.75rem;
    top: 2.8125rem;
    right: 2.8125rem;
  }
}
.l-site-header__inner {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-start;
  align-items: center;
  -moz-column-gap: 3.0769230769vw;
  column-gap: 3.0769230769vw;
}
@media (min-width: 768px) {
  .l-site-header__inner {
    -moz-column-gap: 1.953125vw;
    column-gap: 1.953125vw;
  }
}
@media (min-width: 1024px) {
  .l-site-header__inner {
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }
}
.l-site-header .c-button {
  width: 25.4256410256vw;
  height: 8.9666666667vw;
}
@media (min-width: 768px) {
  .l-site-header .c-button {
    width: 13.3072916667vw;
    height: 4.8390625vw;
  }
}
@media (min-width: 1920px) {
  .l-site-header .c-button {
    width: 15.96875rem;
    height: 5.806875rem;
  }
}
.l-site-header .c-button__link {
  background-color: var(--white);
  font-size: 2.8205128205vw;
}
@media (min-width: 768px) {
  .l-site-header .c-button__link {
    font-size: 1.25vw;
  }
}
@media (min-width: 1920px) {
  .l-site-header .c-button__link {
    font-size: 1.5rem;
  }
}
.l-site-header .c-menu-button {
  background-color: var(--white);
  position: relative;
  z-index: 8000;
}
.l-site-header .c-menu-button[aria-expanded=true] {
  background-color: transparent;
}
.l-site-header .c-language-switch {
  position: absolute;
  top: calc(100% + 2.0512820513vw);
  right: 0;
}
@media (min-width: 768px) {
  .l-site-header .c-language-switch {
    transform: translateX(-1.953125vw);
    position: relative;
  }
}
@media (min-width: 1024px) {
  .l-site-header .c-language-switch {
    transform: translateX(-1.25rem);
  }
}

/* ========================================================================================= ^^
  Site footer
============================================================================================ ^^ */
.l-site-footer {
  width: 100%;
  background-color: var(--color-primary);
  position: relative;
  z-index: 100;
}
.l-site-footer__inner {
  max-width: 62.5rem;
  width: 100%;
  padding: 20vw 0 6.9230769231vw;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .l-site-footer__inner {
    padding: 7.6171875vw 0 2.63671875vw;
  }
}
@media (min-width: 1024px) {
  .l-site-footer__inner {
    padding: 4.875rem 0 1.6875rem;
  }
}
.l-site-footer__text {
  width: 65.3846153846vw;
  margin-inline: auto;
  margin-bottom: 6.4102564103vw;
}
@media (min-width: 768px) {
  .l-site-footer__text {
    width: 24.90234375vw;
    margin-bottom: 2.44140625vw;
  }
}
@media (min-width: 1024px) {
  .l-site-footer__text {
    width: 15.9375rem;
    margin-bottom: 1.5625rem;
  }
}
:lang(en) .l-site-footer__text {
  width: 88.2051282051vw;
}
@media (min-width: 768px) {
  :lang(en) .l-site-footer__text {
    width: 33.59375vw;
  }
}
@media (min-width: 1024px) {
  :lang(en) .l-site-footer__text {
    width: 21.5rem;
  }
}
:lang(zh-cmn-Hans) .l-site-footer__text {
  width: 49.2307692308vw;
}
@media (min-width: 768px) {
  :lang(zh-cmn-Hans) .l-site-footer__text {
    width: 18.75vw;
  }
}
@media (min-width: 1024px) {
  :lang(zh-cmn-Hans) .l-site-footer__text {
    width: 12rem;
  }
}
.l-site-footer__company-name {
  margin-bottom: 3.0769230769vw;
  font-family: var(--font-shippori);
  font-size: 4.6153846154vw;
  line-height: 1.5555555556;
  text-align: center;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  .l-site-footer__company-name {
    margin-bottom: 1.07421875vw;
    font-size: 1.7578125vw;
  }
}
@media (min-width: 1024px) {
  .l-site-footer__company-name {
    margin-bottom: 0.6875rem;
    font-size: 1.125rem;
  }
}
:lang(zh-cmn-Hans) .l-site-footer__company-name {
  font-family: var(--font-chinese-serif);
}
.l-site-footer__address {
  margin-bottom: 8.7179487179vw;
  font-family: var(--font-shippori);
  font-size: 3.3333333333vw;
  line-height: 1.8461538462;
  text-align: center;
  font-weight: 600;
  font-style: normal;
}
@media (min-width: 768px) {
  .l-site-footer__address {
    margin-bottom: 3.125vw;
    font-size: 1.26953125vw;
  }
}
@media (min-width: 1024px) {
  .l-site-footer__address {
    margin-bottom: 2.0625rem;
    font-size: 0.8125rem;
  }
}
:lang(zh-cmn-Hans) .l-site-footer__address {
  font-family: var(--font-chinese-serif);
}
.l-site-footer .c-button {
  width: 65.5128205128vw;
  height: 23.8230769231vw;
  margin-inline: auto;
  margin-bottom: 2.5641025641vw;
}
@media (min-width: 768px) {
  .l-site-footer .c-button {
    width: 24.951171875vw;
    height: 9.0732421875vw;
    margin-bottom: 1.171875vw;
  }
}
@media (min-width: 1024px) {
  .l-site-footer .c-button {
    width: 15.96875rem;
    height: 5.806875rem;
    margin-bottom: 0.75rem;
  }
}
.l-site-footer .c-button__link {
  font-size: 6.1538461538vw;
}
@media (min-width: 768px) {
  .l-site-footer .c-button__link {
    font-size: 2.34375vw;
  }
}
@media (min-width: 1024px) {
  .l-site-footer .c-button__link {
    font-size: 1.5rem;
  }
}
.l-site-footer .c-page-top {
  margin-bottom: 11.2820512821vw;
}
@media (min-width: 768px) {
  .l-site-footer .c-page-top {
    margin-bottom: 4.39453125vw;
  }
}
@media (min-width: 1024px) {
  .l-site-footer .c-page-top {
    margin-bottom: 2.8125rem;
  }
}

/* ========================================================================================= ^^
  Columns
============================================================================================ ^^ */
.site {
  overflow: hidden;
}

/* ========================================================================================= ^^
  Buttons
============================================================================================ ^^ */
.c-button {
  margin: 0;
  border: 1px solid var(--color-secondary);
  border-radius: 9999px;
  overflow: hidden;
}
.c-button__link {
  width: 100%;
  height: 100%;
  font-family: var(--font-quicksand);
  font-size: 2.8205128205vw;
  color: var(--color-secondary);
  font-optical-sizing: auto;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-button__link:link {
  color: var(--color-secondary);
  text-decoration: none;
}
.c-button__link:visited {
  color: var(--color-secondary);
  text-decoration: none;
}
.c-button__link:hover {
  color: var(--color-secondary);
  text-decoration: none;
}
@media (any-hover: hover) {
  .c-button__link:hover {
    background-color: var(--color-secondary);
    color: var(--white);
  }
}
.c-button__link:focus {
  color: var(--color-secondary);
  text-decoration: none;
}

.c-menu-button {
  width: 8.9666666667vw;
  padding: 0;
  margin: 0;
  border: 1px solid var(--color-secondary);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  aspect-ratio: 1/1;
}
@media (min-width: 768px) {
  .c-menu-button {
    width: 4.1666666667vw;
  }
}
@media (min-width: 1920px) {
  .c-menu-button {
    width: 5rem;
  }
}
.c-menu-button span {
  width: 3.2769230769vw;
  height: 1px;
  background-color: var(--color-secondary);
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .c-menu-button span {
    width: 1.4901041667vw;
  }
}
@media (min-width: 1920px) {
  .c-menu-button span {
    width: 1.788125rem;
  }
}
.c-menu-button::before, .c-menu-button::after {
  width: 3.2769230769vw;
  height: 1px;
  background-color: var(--color-secondary);
  content: " ";
  display: block;
  transition: all 0.3s linear;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .c-menu-button::before, .c-menu-button::after {
    width: 1.4901041667vw;
  }
}
@media (min-width: 1920px) {
  .c-menu-button::before, .c-menu-button::after {
    width: 1.788125rem;
  }
}
.c-menu-button::before {
  transform: translate(-50%, calc(-50% - 1.2820512821vw));
}
@media (min-width: 768px) {
  .c-menu-button::before {
    transform: translate(-50%, calc(-50% - 0.9765625vw));
  }
}
@media (min-width: 1024px) {
  .c-menu-button::before {
    transform: translate(-50%, calc(-50% - 0.625rem));
  }
}
.c-menu-button::after {
  transform: translate(-50%, calc(-50% + 1.2820512821vw));
}
@media (min-width: 768px) {
  .c-menu-button::after {
    transform: translate(-50%, calc(-50% + 0.9765625vw));
  }
}
@media (min-width: 1024px) {
  .c-menu-button::after {
    transform: translate(-50%, calc(-50% + 0.625rem));
  }
}
.c-menu-button[aria-expanded=true] span {
  display: none;
}
.c-menu-button[aria-expanded=true]::before, .c-menu-button[aria-expanded=true]::after {
  width: 3.4641025641vw;
  position: absolute;
  top: 50%;
  left: 50%;
}
@media (min-width: 768px) {
  .c-menu-button[aria-expanded=true]::before, .c-menu-button[aria-expanded=true]::after {
    width: 1.6104166667vw;
  }
}
@media (min-width: 1920px) {
  .c-menu-button[aria-expanded=true]::before, .c-menu-button[aria-expanded=true]::after {
    width: 1.9325rem;
  }
}
.c-menu-button[aria-expanded=true]::before {
  transform: translate(-50%, -50%) rotate(28.3deg);
}
.c-menu-button[aria-expanded=true]::after {
  transform: translate(-50%, -50%) rotate(-28.3deg);
}

/* ========================================================================================= ^^
  Copyright
============================================================================================ ^^ */
.c-copyright {
  margin: 0;
  font-family: var(--font-quicksand);
  font-size: 3.3333333333vw;
  line-height: 1.8461538462;
  font-optical-sizing: auto;
  font-weight: 600;
  text-align: center;
}
@media (min-width: 768px) {
  .c-copyright {
    font-size: 1.26953125vw;
  }
}
@media (min-width: 1024px) {
  .c-copyright {
    font-size: 0.8125rem;
  }
}

/* ========================================================================================= ^^
  Site logo
============================================================================================ ^^ */
.c-site-logo {
  width: 24.8717948718vw;
}
@media (min-width: 768px) {
  .c-site-logo {
    width: 10.3515625vw;
  }
}
@media (min-width: 1024px) {
  .c-site-logo {
    width: 6.625rem;
  }
}

/* ========================================================================================= ^^
  Site navigation
============================================================================================ ^^ */
.c-site-navigation {
  width: 50.2564102564vw;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .c-site-navigation {
    width: 24.609375vw;
  }
}
@media (min-width: 1024px) {
  .c-site-navigation {
    width: 15.75rem;
  }
}
.c-site-navigation__item {
  height: 17.4358974359vw;
  border-bottom: 1px solid var(--color-secondary);
  font-family: var(--font-quicksand);
  font-size: 6.1538461538vw;
  font-optical-sizing: auto;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  .c-site-navigation__item {
    height: 8.7890625vw;
    font-size: 3.02734375vw;
  }
}
@media (min-width: 1024px) {
  .c-site-navigation__item {
    height: 5.625rem;
    font-size: 1.9375rem;
  }
}
.c-site-navigation__item:last-of-type {
  border-bottom: none;
}
.c-site-navigation__link {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-site-navigation__link:link {
  text-decoration: none;
}
.c-site-navigation__link:visited {
  text-decoration: none;
}
.c-site-navigation__link:hover {
  text-decoration: none;
}
.c-site-navigation__link:focus {
  text-decoration: none;
}

/* ========================================================================================= ^^
  Page top
============================================================================================ ^^ */
.c-page-top {
  width: 46.1538461538vw;
  margin-inline: auto;
  font-family: var(--font-quicksand);
  font-size: 4.1025641026vw;
  line-height: 1.25;
  letter-spacing: 0.1em;
  font-optical-sizing: auto;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .c-page-top {
    width: 100%;
    font-size: 1.5625vw;
  }
}
@media (min-width: 1024px) {
  .c-page-top {
    font-size: 1rem;
  }
}
.c-page-top__link {
  height: 100%;
  padding-top: 11.5384615385vw;
  display: inline-flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
}
@media (min-width: 768px) {
  .c-page-top__link {
    padding-top: 4.39453125vw;
  }
}
@media (min-width: 1024px) {
  .c-page-top__link {
    padding-top: 2.8125rem;
  }
}
.c-page-top__link::before {
  width: 8.7179487179vw;
  border-radius: 50%;
  border: 1px solid var(--color-secondary);
  background: url(../images/common/icon-arrow.svg) no-repeat 50% 50%;
  background-size: 2.8205128205vw auto;
  content: " ";
  display: block;
  aspect-ratio: 1;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s linear;
}
@media (min-width: 768px) {
  .c-page-top__link::before {
    width: 3.3203125vw;
    background-size: 1.07421875vw auto;
  }
}
@media (min-width: 1024px) {
  .c-page-top__link::before {
    width: 2.125rem;
    background-size: 0.6875rem auto;
  }
}
.c-page-top__link:link {
  text-decoration: none;
}
.c-page-top__link:visited {
  text-decoration: none;
}
.c-page-top__link:hover {
  text-decoration: none;
}
@media (any-hover: hover) and (min-width: 768px) {
  .c-page-top__link:hover::before {
    background-position: 50% calc(50% - 4px);
  }
}
.c-page-top__link:focus {
  text-decoration: none;
}

/* ========================================================================================= ^^
  Key visual
============================================================================================ ^^ */
.c-key-visual {
  width: 100vw;
  height: 130svh;
  background-color: var(--white);
  position: relative;
  z-index: 100;
  overflow: hidden;
}
@media (min-width: 768px) {
  .c-key-visual {
    height: 100vw;
  }
}
@media (min-width: 1920px) {
  .c-key-visual {
    height: 120rem;
  }
}
.c-key-visual__inner {
  width: 100%;
  height: 100%;
  padding-top: 22.1563981043svh;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: relative;
}
@media (min-width: 768px) {
  .c-key-visual__inner {
    height: 100vh;
    padding-top: 15.9895833333vw;
  }
}
@media (min-width: 1920px) {
  .c-key-visual__inner {
    padding-top: 19.1875rem;
  }
}
.c-key-visual__logo {
  width: 29.8794871795vw;
  position: relative;
  z-index: 1000;
  opacity: 0;
  animation: fadeIn 4s 1s forwards;
}
@media (min-width: 768px) {
  .c-key-visual__logo {
    width: 15.0520833333vw;
  }
}
@media (min-width: 1920px) {
  .c-key-visual__logo {
    width: 18.0625rem;
  }
}
.c-key-visual__logo img {
  filter: drop-shadow(0 0 3px #fff);
}
.c-key-visual__scroll {
  padding-bottom: 22.3076923077vw;
  margin-bottom: 0;
  font-family: var(--font-quicksand);
  font-size: 2.8205128205vw;
  color: var(--color-secondary);
  font-optical-sizing: auto;
  font-weight: 500;
  letter-spacing: 0.1em;
  writing-mode: vertical-rl;
  text-transform: uppercase;
  position: absolute;
  bottom: 5.1282051282vw;
  left: 1.7948717949vw;
  z-index: 500;
}
@media (min-width: 768px) {
  .c-key-visual__scroll {
    padding-bottom: 11.328125vw;
    font-size: 1.07421875vw;
    bottom: 4.296875vw;
    left: 3.22265625vw;
  }
}
@media (min-width: 1024px) {
  .c-key-visual__scroll {
    padding-bottom: 7.25rem;
    font-size: 0.6875rem;
    bottom: 2.75rem;
    left: 2.0625rem;
  }
}
.c-key-visual__scroll::before {
  width: 2px;
  height: 20.5128205128vw;
  background-color: var(--color-secondary);
  content: " ";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 10;
  transform: translateX(-50%);
  animation: scroll 1.5s infinite;
}
@media (min-width: 768px) {
  .c-key-visual__scroll::before {
    height: 10.7421875vw;
  }
}
@media (min-width: 1024px) {
  .c-key-visual__scroll::before {
    height: 6.875rem;
  }
}
.c-key-visual__scroll::after {
  width: 1px;
  height: 20.5128205128vw;
  background-color: var(--color-secondary);
  content: " ";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 5;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .c-key-visual__scroll::after {
    height: 10.7421875vw;
  }
}
@media (min-width: 1024px) {
  .c-key-visual__scroll::after {
    height: 6.875rem;
  }
}
.c-key-visual__deco01 {
  width: 100%;
  height: 65.1282051282vw;
  background: url(../images/common/bg01_sp.webp) no-repeat 0 0/auto 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  transform: translate3d(-100%, 0, 0);
  opacity: 0;
  animation: kv_left_in 4s 1.5s forwards;
}
@media (min-width: 768px) {
  .c-key-visual__deco01 {
    width: 28.6458333333vw;
    height: 30.2083333333vw;
    background: url(../images/common/bg01_pc.webp) no-repeat 0 0/auto 100%;
  }
}
@media (min-width: 1920px) {
  .c-key-visual__deco01 {
    width: 34.375rem;
    height: 36.25rem;
  }
}
.c-key-visual__deco02 {
  width: 107.9487179487vw;
  height: 138.9743589744vw;
  background: url(../images/common/bg04_sp.webp) no-repeat 0 0/auto 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 100;
  transform: translate3d(100%, 0, 0);
  opacity: 0;
  animation: kv_right_in 5s 1.3s forwards;
}
@media (min-width: 768px) {
  .c-key-visual__deco02 {
    width: 88.28125vw;
    height: 69.7916666667vw;
    background: url(../images/common/bg04_pc.webp) no-repeat 0 0/auto 100%;
  }
}
@media (min-width: 1920px) {
  .c-key-visual__deco02 {
    width: 105.9375rem;
    height: 83.75rem;
  }
}

/* ========================================================================================= ^^
  Section title
============================================================================================ ^^ */
.c-section-title {
  font-family: var(--font-quicksand);
  font-size: 9.2307692308vw;
  line-height: 1.25;
  font-optical-sizing: auto;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .c-section-title {
    font-size: 5.46875vw;
    line-height: 1;
    font-weight: 300;
    writing-mode: vertical-rl;
    position: absolute;
    top: 14.74609375vw;
    left: 6.4453125vw;
  }
}
@media (min-width: 1130px) {
  .c-section-title {
    font-size: 3.5rem;
    top: 9.4375rem;
    left: -0.25rem;
  }
}

/* ========================================================================================= ^^
  Section inner
============================================================================================ ^^ */
.c-section-inner {
  max-width: 62.5rem;
  margin-inline: auto;
}

/* ========================================================================================= ^^
  Point
============================================================================================ ^^ */
.c-point__content {
  margin-bottom: 8.7179487179vw;
  font-family: var(--font-shippori);
  font-size: 4.8717948718vw;
  line-height: 1.8421052632;
  font-weight: 600;
  letter-spacing: 0.1em;
  font-style: normal;
  text-align: center;
}
@media (min-width: 768px) {
  .c-point__content {
    padding-left: 2.9296875vw;
    margin-bottom: 0;
    font-size: 2.34375vw;
    line-height: 1.8333333333;
    text-align: left;
  }
}
@media (min-width: 1024px) {
  .c-point__content {
    padding-left: 1.875rem;
    font-size: 1.5rem;
  }
}
:lang(en) .c-point__content, :lang(zh-cmn-Hans) .c-point__content {
  padding: 0 5.1282051282vw;
}
@media (min-width: 768px) {
  :lang(en) .c-point__content, :lang(zh-cmn-Hans) .c-point__content {
    padding: 0;
  }
}
:lang(zh-cmn-Hans) .c-point__content {
  font-family: var(--font-chinese-serif);
}
.c-point__content p:last-of-type {
  margin-bottom: 0;
}
.c-point__title {
  padding-top: 1.2820512821vw;
  margin-bottom: 5.1282051282vw;
  font-family: var(--font-quicksand);
  font-size: 3.3333333333vw;
  line-height: 1.2307692308;
  font-optical-sizing: auto;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 2.5641025641vw;
  column-gap: 2.5641025641vw;
  transform: translateX(-7.6923076923vw);
}
@media (min-width: 768px) {
  .c-point__title {
    padding-top: 0.29296875vw;
    margin-bottom: 2.5390625vw;
    font-size: 1.5625vw;
    line-height: 1.25;
    text-align: left;
    justify-content: flex-start;
    -moz-column-gap: 1.171875vw;
    column-gap: 1.171875vw;
    transform: translateX(-7.32421875vw);
  }
}
@media (min-width: 1024px) {
  .c-point__title {
    padding-top: 0.1875rem;
    margin-bottom: 2.5390625vw;
    font-size: 1rem;
    -moz-column-gap: 0.75rem;
    column-gap: 0.75rem;
    transform: translateX(-4.0625rem);
  }
}
:lang(zh-cmn-Hans) .c-point__title {
  transform: translateX(-5.692vw);
}
@media (min-width: 768px) {
  :lang(zh-cmn-Hans) .c-point__title {
    transform: translateX(-5.37109375vw);
  }
}
@media (min-width: 1024px) {
  :lang(zh-cmn-Hans) .c-point__title {
    transform: translateX(-4.0625rem);
  }
}
.c-point__title span {
  margin-top: -1.0256410256vw;
  font-size: 16.9230769231vw;
  line-height: 1.2575757576;
  font-weight: 300;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  .c-point__title span {
    margin-top: -0.29296875vw;
    font-size: 7.8125vw;
    line-height: 1.25;
  }
}
@media (min-width: 1024px) {
  .c-point__title span {
    margin-top: -0.1875rem;
    font-size: 5rem;
  }
}
.c-point__image {
  width: 82.0512820513vw;
  margin-inline: auto;
  margin-bottom: 6.6666666667vw;
}
@media (min-width: 768px) {
  .c-point__image {
    width: 37.109375vw;
    margin-inline: unset;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .c-point__image {
    width: 23.75rem;
  }
}
@media (min-width: 768px) {
  .c-point__image--wide {
    width: 42.96875vw;
  }
}
@media (min-width: 1024px) {
  .c-point__image--wide {
    width: 27.5rem;
  }
}
.c-point__image:last-of-type {
  margin-bottom: 0;
}
.c-point__caption {
  width: 83.75%;
  padding-top: 5.3846153846vw;
  margin-inline: auto;
  font-size: 3.8461538462vw;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .c-point__caption {
    max-width: 19.6875rem;
    width: 82.8947368421%;
    padding-top: 0.68359375vw;
    font-size: 1.46484375vw;
    line-height: 2;
  }
}
@media (min-width: 1024px) {
  .c-point__caption {
    padding-top: 0.4375rem;
    font-size: 0.9375rem;
  }
}
.c-point__caption p {
  margin-bottom: 2.5641025641vw;
}
@media (min-width: 768px) {
  .c-point__caption p {
    margin-bottom: 0.9765625vw;
  }
}
@media (min-width: 1024px) {
  .c-point__caption p {
    margin-bottom: 0.625rem;
  }
}
.c-point__caption p:last-of-type {
  margin-bottom: 0;
}
.c-point__caption .small {
  font-size: 3.3333333333vw;
  line-height: 1.3846153846;
}
@media (min-width: 768px) {
  .c-point__caption .small {
    font-size: 1.26953125vw;
    line-height: 1.3076923077;
    letter-spacing: normal;
  }
}
@media (min-width: 1024px) {
  .c-point__caption .small {
    font-size: 0.8125rem;
  }
}

/* ========================================================================================= ^^
  About box
============================================================================================ ^^ */
.c-about-box {
  width: 64.6153846154vw;
}
@media (min-width: 768px) {
  .c-about-box {
    width: 28.0936454849%;
  }
}
.c-about-box__caption {
  padding-top: 1.5384615385vw;
  font-size: 3.8461538462vw;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .c-about-box__caption {
    padding-top: 1.07421875vw;
    font-size: 1.46484375vw;
  }
}
@media (min-width: 1024px) {
  .c-about-box__caption {
    padding-top: 0.6875rem;
    font-size: 0.9375rem;
  }
}
.c-about-box__caption h3 {
  margin-bottom: 6.4102564103vw;
  font-family: var(--font-shippori);
  font-size: 6.6666666667vw;
  line-height: 1.1923076923;
  letter-spacing: normal;
  font-weight: 600;
  font-style: normal;
  text-align: center;
}
@media (min-width: 768px) {
  .c-about-box__caption h3 {
    margin-bottom: 2.63671875vw;
    font-size: 2.5390625vw;
  }
}
@media (min-width: 1024px) {
  .c-about-box__caption h3 {
    margin-bottom: 1.6875rem;
    font-size: 1.625rem;
  }
}
:lang(zh-cmn-Hans) .c-about-box__caption h3 {
  font-family: var(--font-chinese-serif);
}
.c-about-box__caption p:last-of-type {
  margin-bottom: 0;
}

/* ========================================================================================= ^^
  Feature box
============================================================================================ ^^ */
.c-feature-box {
  width: 66.1538461538vw;
  height: 89.2307692308vw;
  padding-top: 15.3846153846vw;
  border-radius: 9999px;
  background-color: var(--white);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
@media (min-width: 768px) {
  .c-feature-box {
    width: 25.1953125vw;
    height: 33.984375vw;
    padding-top: 5.859375vw;
  }
}
@media (min-width: 1024px) {
  .c-feature-box {
    width: 16.125rem;
    height: 21.75rem;
    padding-top: 3.75rem;
  }
}
:lang(en) .c-feature-box, :lang(zh-cmn-Hans) .c-feature-box {
  padding-top: 20.5128205128vw;
}
@media (min-width: 768px) {
  :lang(en) .c-feature-box, :lang(zh-cmn-Hans) .c-feature-box {
    padding-top: 7.8125vw;
  }
}
@media (min-width: 1024px) {
  :lang(en) .c-feature-box, :lang(zh-cmn-Hans) .c-feature-box {
    padding-top: 5rem;
  }
}
.c-feature-box__name {
  width: 100%;
  padding-bottom: 8.7179487179vw;
  margin-bottom: 4.8717948718vw;
  font-family: var(--font-shippori);
  font-size: 6.6666666667vw;
  line-height: 1.3125;
  letter-spacing: 0.1em;
  font-weight: 600;
  font-style: normal;
}
@media (min-width: 768px) {
  .c-feature-box__name {
    padding-bottom: 3.3203125vw;
    margin-bottom: 1.85546875vw;
    font-size: 2.5390625vw;
  }
}
@media (min-width: 1024px) {
  .c-feature-box__name {
    padding-bottom: 2.125rem;
    margin-bottom: 1.1875rem;
    font-size: 1.625rem;
  }
}
:lang(zh-cmn-Hans) .c-feature-box__name {
  font-family: var(--font-chinese-serif);
}
.c-feature-box__badge {
  width: 20vw;
  height: 20vw;
  border-radius: 50%;
  background-color: var(--color-primary);
  font-size: 3.3333333333vw;
  line-height: 1;
  letter-spacing: 0.05em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 1.0256410256vw;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 768px) {
  .c-feature-box__badge {
    width: 7.6171875vw;
    height: 7.6171875vw;
    font-size: 1.26953125vw;
    row-gap: 0.390625vw;
  }
}
@media (min-width: 1024px) {
  .c-feature-box__badge {
    width: 4.875rem;
    height: 4.875rem;
    font-size: 0.8125rem;
    row-gap: 0.25rem;
  }
}
.c-feature-box__badge span {
  font-size: 5.1282051282vw;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  .c-feature-box__badge span {
    font-size: 1.953125vw;
  }
}
@media (min-width: 1024px) {
  .c-feature-box__badge span {
    font-size: 1.25rem;
  }
}
.c-feature-box__text {
  font-size: 3.8461538462vw;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .c-feature-box__text {
    font-size: 1.46484375vw;
  }
}
@media (min-width: 1024px) {
  .c-feature-box__text {
    font-size: 0.9375rem;
  }
}
:lang(en) .c-feature-box__text, :lang(zh-cmn-Hans) .c-feature-box__text {
  padding: 0 5.1282051282vw;
}
@media (min-width: 768px) {
  :lang(en) .c-feature-box__text, :lang(zh-cmn-Hans) .c-feature-box__text {
    padding: 0 1.953125vw;
  }
}
@media (min-width: 1024px) {
  :lang(en) .c-feature-box__text, :lang(zh-cmn-Hans) .c-feature-box__text {
    padding: 0 1.25rem;
  }
}
.c-feature-box__text p:last-of-type {
  margin-bottom: 0;
}
.c-feature-box.feature01 .c-feature-box__name {
  background: url(../images/common/line01.svg) no-repeat 50% 100%;
  background-size: 28.9743589744vw auto;
}
@media (min-width: 768px) {
  .c-feature-box.feature01 .c-feature-box__name {
    background-size: 11.03515625vw auto;
  }
}
@media (min-width: 1024px) {
  .c-feature-box.feature01 .c-feature-box__name {
    background-size: 7.0625rem auto;
  }
}
.c-feature-box.feature02 .c-feature-box__name {
  background: url(../images/common/line02.svg) no-repeat 50% 100%;
  background-size: 28.9743589744vw auto;
}
@media (min-width: 768px) {
  .c-feature-box.feature02 .c-feature-box__name {
    background-size: 11.03515625vw auto;
  }
}
@media (min-width: 1024px) {
  .c-feature-box.feature02 .c-feature-box__name {
    background-size: 7.0625rem auto;
  }
}

/* ========================================================================================= ^^
  Brand
============================================================================================ ^^ */
.c-brand {
  width: 51.5230769231vw;
  height: 8.9666666667vw;
  position: absolute;
  top: 4.8717948718vw;
  left: 3.5897435897vw;
  z-index: 1500;
  display: none;
}
@media (min-width: 768px) {
  .c-brand {
    width: 1.953125vw;
    height: auto;
    top: 9.5703125vw;
    left: 3.02734375vw;
    display: block;
  }
}
@media (min-width: 1024px) {
  .c-brand {
    width: 1.25rem;
    top: 6.125rem;
    left: 1.9375rem;
  }
}
.c-brand picture {
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

/* ========================================================================================= ^^
  Decoration image
============================================================================================ ^^ */
.c-deco-image {
  background-color: var(--white);
  position: relative;
  z-index: 190;
}

/* ========================================================================================= ^^
  Languages switch
============================================================================================ ^^ */
.c-language-switch {
  position: relative;
}
@media (min-width: 768px) {
  .c-language-switch {
    width: 8.203125vw;
    height: 2.9296875vw;
  }
}
@media (min-width: 1024px) {
  .c-language-switch {
    width: 5.25rem;
    height: 1.875rem;
  }
}
.c-language-switch__inner {
  width: 100%;
  height: auto;
}
.c-language-switch__inner.is-hover .c-language-switch__content {
  grid-template-rows: 1fr;
}
.c-language-switch__button {
  padding: 0 4.1025641026vw 0 0;
  margin: 0;
  background: url(../images/common/icon-arrow02.svg) no-repeat 100% 50%;
  background-size: 2.0512820513vw auto;
  border: none;
  font-family: var(--font-quicksand);
  font-size: 2.8205128205vw;
  color: var(--font-base-color);
  line-height: 1.2727272727;
  font-weight: 400;
  letter-spacing: 0.1em;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .c-language-switch__button {
    width: 8.203125vw;
    padding-right: 1.66015625vw;
    background-size: 1.66015625vw auto;
    font-size: 2.34375vw;
    line-height: 1.25;
  }
}
@media (min-width: 1024px) {
  .c-language-switch__button {
    width: 5.25rem;
    padding-right: 1.0625rem;
    background-size: 1.0625rem auto;
    font-size: 1.5rem;
  }
}
@media (any-hover: hover) {
  .c-language-switch__button:hover {
    opacity: 0.5;
  }
}
.c-language-switch__content {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.2s linear;
}
.c-language-switch__list {
  width: 8.2051282051vw;
  font-family: var(--font-quicksand);
  font-size: 2.8205128205vw;
  line-height: 1.2727272727;
  font-weight: 400;
  letter-spacing: 0.1em;
  overflow: hidden;
}
@media (min-width: 768px) {
  .c-language-switch__list {
    width: 6.25vw;
    font-size: 2.34375vw;
    line-height: 1.25;
  }
}
@media (min-width: 1024px) {
  .c-language-switch__list {
    width: 4rem;
    font-size: 1.5rem;
  }
}
.c-language-switch__item {
  padding: 1.7948717949vw 0;
  border-bottom: 1px solid #5D5654;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .c-language-switch__item {
    padding: 0.68359375vw 0;
  }
}
@media (min-width: 1024px) {
  .c-language-switch__item {
    padding: 0.4375rem 0;
  }
}
.c-language-switch__item:last-of-type {
  border-bottom: none;
}
.c-language-switch__link {
  text-decoration: none;
}
.c-language-switch__link:link, .c-language-switch__link:visited, .c-language-switch__link:hover, .c-language-switch__link:focus {
  color: var(--font-base-color);
  text-decoration: none;
}
@media (any-hover: hover) {
  .c-language-switch__link:hover {
    opacity: 0.5;
  }
}

/* ========================================================================================= ^^
  Site menu
============================================================================================ ^^ */
.p-site-menu {
  width: 100vw;
  height: 100svh;
  padding: 26.9230769231vw 0 0;
  background-color: var(--white);
  background-image: url(../images/common/bg01_sp.webp), url(../images/common/bg02_sp.webp);
  background-repeat: no-repeat, no-repeat;
  background-size: 100% auto, 100% auto;
  background-position: 0 0, 0 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 6500;
  transition: all 0.4s linear;
  transform: translateX(100%);
  visibility: hidden;
}
@media (min-width: 768px) {
  .p-site-menu {
    width: 41.50390625vw;
    padding: 22.265625vw 0 0;
    background: var(--white) url(../images/common/bg03_sp.webp) no-repeat 0 100%/100% auto;
  }
}
@media (min-width: 1024px) {
  .p-site-menu {
    width: 26.5625rem;
    padding: 14.25rem 0 0;
  }
}
[aria-expanded=true] + .p-site-menu {
  transform: translateX(0);
  visibility: visible;
}
.p-site-menu::after {
  width: 100%;
  height: 100%;
  background-color: rgba(var(--color-primary-rgb), 0.8);
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.p-site-menu .c-site-logo {
  margin-inline: auto;
  margin-bottom: 9.7435897436vw;
  position: relative;
  z-index: 100;
}
@media (min-width: 768px) {
  .p-site-menu .c-site-logo {
    margin-bottom: 5.078125vw;
  }
}
@media (min-width: 1024px) {
  .p-site-menu .c-site-logo {
    margin-bottom: 3.25rem;
  }
}
.p-site-menu .c-site-navigation {
  position: relative;
  z-index: 100;
}

/* ========================================================================================= ^^
  About
============================================================================================ ^^ */
.p-about {
  background-color: var(--white);
  position: relative;
  z-index: 200;
}
.p-about .c-section-inner {
  padding-top: 27.1794871795vw;
  padding-bottom: 23.8461538462vw;
}
@media (min-width: 768px) {
  .p-about .c-section-inner {
    padding-top: 9.765625vw;
    padding-bottom: 12.3046875vw;
  }
}
@media (min-width: 1024px) {
  .p-about .c-section-inner {
    padding-top: 6.25rem;
    padding-bottom: 7.875rem;
  }
}
.p-about__title {
  width: 68.4076923077vw;
  height: 28.0025641026vw;
  margin-inline: auto;
  margin-bottom: 12.3076923077vw;
}
@media (min-width: 768px) {
  .p-about__title {
    width: 39.8056640625vw;
    height: 16.427734375vw;
    margin-bottom: 7.8125vw;
  }
}
@media (min-width: 1024px) {
  .p-about__title {
    width: 25.475625rem;
    height: 10.51375rem;
    margin-bottom: 5rem;
  }
}
:lang(en) .p-about__title {
  width: 89.2307692308vw;
  height: 36.9230769231vw;
}
@media (min-width: 768px) {
  :lang(en) .p-about__title {
    width: 69.43359375vw;
    height: 16.6015625vw;
  }
}
@media (min-width: 1024px) {
  :lang(en) .p-about__title {
    width: 44.4375rem;
    height: 10.625rem;
  }
}
:lang(zh-cmn-Hans) .p-about__title {
  width: 70.7692307692vw;
  height: 19.2307692308vw;
}
@media (min-width: 768px) {
  :lang(zh-cmn-Hans) .p-about__title {
    width: 64.84375vw;
    height: 4.4921875vw;
  }
}
@media (min-width: 1024px) {
  :lang(zh-cmn-Hans) .p-about__title {
    width: 41.5rem;
    height: 2.875rem;
  }
}
.p-about__text {
  margin-bottom: 15.3846153846vw;
  font-family: var(--font-shippori);
  font-size: 4.358974359vw;
  line-height: 2.4117647059;
  letter-spacing: normal;
  font-weight: 500;
  font-style: normal;
  text-align: center;
}
@media (min-width: 768px) {
  .p-about__text {
    margin-bottom: 10.25390625vw;
    font-size: 1.66015625vw;
    letter-spacing: 0.1em;
  }
}
@media (min-width: 1024px) {
  .p-about__text {
    margin-bottom: 6.5625rem;
    font-size: 1.0625rem;
  }
}
:lang(en) .p-about__text, :lang(zh-cmn-Hans) .p-about__text {
  padding: 0 5.1282051282vw;
}
@media (min-width: 768px) {
  :lang(en) .p-about__text, :lang(zh-cmn-Hans) .p-about__text {
    padding: 0;
  }
}
:lang(zh-cmn-Hans) .p-about__text {
  font-family: var(--font-chinese-serif);
}
.p-about__text p {
  margin-bottom: 10.2564102564vw;
}
@media (min-width: 768px) {
  .p-about__text p {
    margin-bottom: 3.90625vw;
  }
}
@media (min-width: 1024px) {
  .p-about__text p {
    margin-bottom: 2.5rem;
  }
}
.p-about__text p:last-of-type {
  margin-bottom: 0;
}
.p-about__contents {
  margin-bottom: 19.2307692308vw;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  row-gap: 15.3846153846vw;
}
@media (min-width: 768px) {
  .p-about__contents {
    width: 84.66796875vw;
    margin-bottom: 10.83984375vw;
    flex-direction: row;
    align-items: flex-start;
    -moz-column-gap: 7.8595317726%;
    column-gap: 7.8595317726%;
    row-gap: unset;
  }
}
@media (min-width: 1024px) {
  .p-about__contents {
    width: 56.0625rem;
    margin-bottom: 6.9375rem;
  }
}
.p-about__certification {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 5.1282051282vw;
}
@media (min-width: 768px) {
  .p-about__certification {
    flex-direction: row;
    -moz-column-gap: 5.2734375vw;
    column-gap: 5.2734375vw;
    row-gap: unset;
  }
}
@media (min-width: 1024px) {
  .p-about__certification {
    -moz-column-gap: 3.375rem;
    column-gap: 3.375rem;
  }
}
.p-about__certification dt {
  width: 41.7948717949vw;
  height: 12.8205128205vw;
  border-right: 1px solid var(--color-secondary);
  border-left: 1px solid var(--color-secondary);
  font-size: 4.1025641026vw;
  line-height: 1;
  letter-spacing: 0.05em;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .p-about__certification dt {
    width: 15.91796875vw;
    height: 6.93359375vw;
    font-size: 1.5625vw;
  }
}
@media (min-width: 1024px) {
  .p-about__certification dt {
    width: 10.1875rem;
    height: 4.4375rem;
    font-size: 1rem;
  }
}
.p-about__certification dd {
  width: 71.2820512821vw;
  font-size: 3.3333333333vw;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .p-about__certification dd {
    width: 43.26171875vw;
    font-size: 1.26953125vw;
  }
}
@media (min-width: 1024px) {
  .p-about__certification dd {
    width: 27.6875rem;
    font-size: 0.8125rem;
  }
}

/* ========================================================================================= ^^
  Product
============================================================================================ ^^ */
.p-product {
  background-color: var(--color-tertiary);
  position: relative;
  z-index: 100;
}
.p-product .c-section-inner {
  padding-top: 23.0769230769vw;
  padding-bottom: 26.6666666667vw;
  position: relative;
}
@media (min-width: 768px) {
  .p-product .c-section-inner {
    padding: 13.8671875vw 9.08203125vw 9.08203125vw 17.1875vw;
    position: relative;
  }
}
@media (min-width: 1024px) {
  .p-product .c-section-inner {
    padding: 8.875rem 5.8125rem 5.8125rem 11rem;
  }
}
.p-product .c-section-title {
  margin-bottom: 11.2820512821vw;
}
@media (min-width: 768px) {
  .p-product .c-section-title {
    margin-bottom: 0;
  }
}
.p-product__title {
  width: 86.6666666667vw;
  margin-inline: auto;
  margin-bottom: 7.4358974359vw;
}
@media (min-width: 768px) {
  .p-product__title {
    width: 62.890625vw;
    margin-bottom: 3.22265625vw;
  }
}
@media (min-width: 1024px) {
  .p-product__title {
    width: 40.25rem;
    margin-bottom: 2.0625rem;
  }
}
.p-product__image {
  width: 87.1794871795vw;
  margin-inline: auto;
  margin-bottom: 3.3333333333vw;
}
@media (min-width: 768px) {
  .p-product__image {
    width: 77.34375vw;
    margin-bottom: 0.9765625vw;
  }
}
@media (min-width: 1024px) {
  .p-product__image {
    width: 49.5rem;
    margin-bottom: 0.625rem;
  }
}
.p-product__text {
  margin-inline: auto;
  margin-bottom: 20.5128205128vw;
  font-size: 3.8461538462vw;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: center;
}
@media (min-width: 768px) {
  .p-product__text {
    margin-bottom: 7.91015625vw;
    font-size: 1.46484375vw;
  }
}
@media (min-width: 1024px) {
  .p-product__text {
    margin-bottom: 5.0625rem;
    font-size: 0.9375rem;
  }
}
:lang(en) .p-product__text, :lang(zh-cmn-Hans) .p-product__text {
  padding: 0 5.1282051282vw;
}
@media (min-width: 768px) {
  :lang(en) .p-product__text, :lang(zh-cmn-Hans) .p-product__text {
    padding: 0;
  }
}
.p-product__text p:last-of-type {
  margin-bottom: 0;
}
.p-product__features {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  row-gap: 8.7179487179vw;
}
@media (min-width: 768px) {
  .p-product__features {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    -moz-column-gap: 4.58984375vw;
    column-gap: 4.58984375vw;
    row-gap: unset;
  }
}
@media (min-width: 1024px) {
  .p-product__features {
    -moz-column-gap: 2.9375rem;
    column-gap: 2.9375rem;
  }
}

/* ========================================================================================= ^^
  Process
============================================================================================ ^^ */
.p-process {
  background: var(--color-gradient);
  position: relative;
  z-index: 100;
}
@media (min-width: 768px) {
  .p-process {
    background: url(../images/home/bg-process.webp), var(--color-gradient);
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: 67.21875rem auto, cover;
  }
}
.p-process .c-section-inner {
  padding-top: 0.5128205128vw;
  padding-bottom: 18.7179487179vw;
}
@media (min-width: 768px) {
  .p-process .c-section-inner {
    padding: 10.9375vw 9.08203125vw 9.9609375vw 26.953125vw;
    position: relative;
  }
}
@media (min-width: 1024px) {
  .p-process .c-section-inner {
    padding: 7rem 5.8125rem 6.375rem 11rem;
  }
}
.p-process .c-section-title {
  margin-bottom: 6.4102564103vw;
}
@media (min-width: 768px) {
  .p-process .c-section-title {
    margin-bottom: 0;
  }
}
.p-process .c-point {
  margin-bottom: 17.9487179487vw;
}
@media (min-width: 768px) {
  .p-process .c-point {
    margin-bottom: 0;
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: repeat(auto-fit, minmax(0, 1fr));
  }
}
.p-process .c-point:last-of-type {
  margin-bottom: 0;
}
.p-process .c-point .logo {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 5.1282051282vw;
  column-gap: 5.1282051282vw;
}
@media (min-width: 768px) {
  .p-process .c-point .logo {
    justify-content: flex-start;
    -moz-column-gap: 1.953125vw;
    column-gap: 1.953125vw;
  }
}
@media (min-width: 1024px) {
  .p-process .c-point .logo {
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }
}
.p-process .c-point .logo img {
  width: 22.0512820513vw;
}
@media (min-width: 768px) {
  .p-process .c-point .logo img {
    width: 8.3984375vw;
  }
}
@media (min-width: 1024px) {
  .p-process .c-point .logo img {
    width: 5.375rem;
  }
}
.p-process .c-point .logo figcaption {
  font-family: var(--font-quicksand);
  font-size: 2.8205128205vw;
  line-height: 1.3636363636;
  font-weight: 600;
}
@media (min-width: 768px) {
  .p-process .c-point .logo figcaption {
    font-size: 1.07421875vw;
  }
}
@media (min-width: 1024px) {
  .p-process .c-point .logo figcaption {
    font-size: 0.6875rem;
  }
}
@media (min-width: 768px) {
  .p-process .c-point__content {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
@media (min-width: 768px) {
  .p-process .c-point__image--wide {
    margin-left: -3.41796875vw;
  }
}
@media (min-width: 1024px) {
  .p-process .c-point__image--wide {
    margin-left: -2.1875rem;
  }
}
@media (min-width: 768px) {
  .p-process .c-point .image01 {
    grid-column: 2/3;
    grid-row: 1/2;
  }
}
@media (min-width: 768px) {
  .p-process .c-point .image02 {
    grid-column: 1/2;
    grid-row: 2/3;
  }
}
@media (min-width: 768px) {
  .p-process .c-point .image03 {
    margin-top: 18.9453125vw;
    margin-left: -0.48828125vw;
    grid-column: 2/3;
    grid-row: 2/3;
  }
}
@media (min-width: 1024px) {
  .p-process .c-point .image03 {
    margin-top: 12.125rem;
    margin-left: -0.3125rem;
  }
}
@media (min-width: 768px) {
  .p-process .c-point.point01 {
    margin-bottom: 12.40234375vw;
  }
}
@media (min-width: 1024px) {
  .p-process .c-point.point01 {
    margin-bottom: 7.9375rem;
  }
}
@media (min-width: 768px) {
  .p-process .c-point.point01 .c-point__content {
    padding-top: 2.05078125vw;
  }
}
@media (min-width: 1024px) {
  .p-process .c-point.point01 .c-point__content {
    padding-top: 1.3125rem;
  }
}
@media (min-width: 768px) {
  .p-process .c-point.point02 {
    margin-bottom: 12.890625vw;
  }
}
@media (min-width: 1024px) {
  .p-process .c-point.point02 {
    margin-bottom: 8.25rem;
  }
}
@media (min-width: 768px) {
  .p-process .c-point.point02 .c-point__content {
    padding-top: 8.30078125vw;
  }
}
@media (min-width: 1024px) {
  .p-process .c-point.point02 .c-point__content {
    padding-top: 5.3125rem;
  }
}
@media (min-width: 768px) {
  .p-process .c-point.point02 .c-point__title {
    margin-bottom: 2.44140625vw;
  }
}
@media (min-width: 1024px) {
  .p-process .c-point.point02 .c-point__title {
    margin-bottom: 1.5625rem;
  }
}
@media (min-width: 768px) {
  .p-process .c-point.point03 {
    margin-bottom: 15.91796875vw;
  }
}
@media (min-width: 1024px) {
  .p-process .c-point.point03 {
    margin-bottom: 10.1875rem;
  }
}
@media (min-width: 768px) {
  .p-process .c-point.point03 .c-point__content {
    padding-top: 7.71484375vw;
  }
}
@media (min-width: 1024px) {
  .p-process .c-point.point03 .c-point__content {
    padding-top: 4.9375rem;
  }
}
@media (min-width: 768px) {
  .p-process .c-point.point03 .c-point__title {
    margin-bottom: 2.5390625vw;
  }
}
@media (min-width: 1024px) {
  .p-process .c-point.point03 .c-point__title {
    margin-bottom: 1.625rem;
  }
}
@media (min-width: 768px) {
  .p-process .c-point.point04 .c-point__content {
    padding-top: 4.8828125vw;
  }
}
@media (min-width: 1024px) {
  .p-process .c-point.point04 .c-point__content {
    padding-top: 3.125rem;
  }
}
@media (min-width: 768px) {
  .p-process .c-point.point04 .c-point__title {
    margin-bottom: 2.34375vw;
  }
}
@media (min-width: 1024px) {
  .p-process .c-point.point04 .c-point__title {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 768px) {
  .p-process .c-point.point04 .c-point__caption {
    padding-top: 1.3671875vw;
  }
}
@media (min-width: 1024px) {
  .p-process .c-point.point04 .c-point__caption {
    padding-top: 0.875rem;
  }
}
.p-process .c-point.point04 .c-point__caption .small {
  margin-bottom: 6.4102564103vw;
}
@media (min-width: 768px) {
  .p-process .c-point.point04 .c-point__caption .small {
    margin-bottom: 2.44140625vw;
  }
}
@media (min-width: 1024px) {
  .p-process .c-point.point04 .c-point__caption .small {
    margin-bottom: 1.5625rem;
  }
}
.p-process .c-point.point04 .logo {
  grid-column: 2/3;
  grid-row: 2/3;
}
@media (min-width: 768px) {
  .p-process .c-point.point04 .logo {
    max-width: 19.6875rem;
    width: 82.8947368421%;
    margin: 0 auto;
  }
}

/* ========================================================================================= ^^
  Message
============================================================================================ ^^ */
.p-message {
  width: 100%;
  background-color: var(--white);
  font-family: var(--font-shippori);
  font-style: normal;
  text-align: center;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 100;
}
:lang(zh-cmn-Hans) .p-message {
  font-family: var(--font-chinese-serif);
}
.p-message .c-section-inner {
  padding: 39.7435897436vw 0 14.6153846154vw;
  background: url(../images/common/brand-logo.svg) no-repeat 50% 0;
  background-position: 50% 9.2307692308vw;
  background-size: 27.4358974359vw auto;
}
@media (min-width: 768px) {
  .p-message .c-section-inner {
    padding: 25.68359375vw 0 9.08203125vw;
    background-position: 50% 3.7109375vw;
    background-size: 21.2890625vw auto;
  }
}
@media (min-width: 1024px) {
  .p-message .c-section-inner {
    padding: 16.4375rem 0 5.8125rem;
    background-position: 50% 2.375rem;
    background-size: 13.625rem auto;
  }
}
.p-message__title {
  margin-bottom: 3.8461538462vw;
  font-size: 4.1025641026vw;
  line-height: 2;
  font-weight: 600;
}
@media (min-width: 768px) {
  .p-message__title {
    margin-bottom: 2.05078125vw;
    font-size: 2.1484375vw;
    line-height: 2.1818181818;
  }
}
@media (min-width: 1024px) {
  .p-message__title {
    margin-bottom: 1.3125rem;
    font-size: 1.375rem;
  }
}
.p-message__text {
  font-size: 3.5897435897vw;
  line-height: 2.4285714286;
  font-weight: 500;
}
@media (min-width: 768px) {
  .p-message__text {
    font-size: 1.5625vw;
    line-height: 2.5;
  }
}
@media (min-width: 1024px) {
  .p-message__text {
    font-size: 1rem;
  }
}
.p-message__text p:last-of-type {
  margin-bottom: 0;
}

/* ========================================================================================= ^^
  Parallax
============================================================================================ ^^ */
.p-parallax {
  padding-top: 150vh;
  background-color: var(--color-tertiary);
  position: relative;
}
@media (min-width: 768px) {
  .p-parallax {
    padding-top: 82.7604166667vw;
  }
}
.p-parallax::before {
  width: 100%;
  height: 153.8461538462vw;
  background: url(../images/home/bg_sp.webp) no-repeat 50% 0/100% auto;
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media (min-width: 768px) {
  .p-parallax::before {
    background: url(../images/home/bg_pc.webp) no-repeat 50% 0/100% auto;
  }
}
.p-parallax.is-parallax-fixed::before {
  position: fixed;
  top: 0;
}
@media (min-width: 768px) {
  .p-parallax.is-parallax-fixed::before {
    top: var(--parallax-top);
  }
}