@charset "UTF-8";
/*================================================================
 *FILE          :page.css
 *DESCRIPTION   :resetはressを使用。環境変数とmixinは_mixin.scss内に記述。
                 それぞれfoundationよりインポート。
 *AUTHOR        :
 *--------------------------------------------------------------
 *(C)
=================================================================*/
/*
円形背景
------------------------------------*/
/*!
 * ress.css • v1.0.1
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */ }

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

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit; }

/* Remove margin, padding of all elements and set background-no-repeat as default */
* {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements */
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0; }

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0; }

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */ }

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */ }

[hidden],
template {
  display: none;
  /* Add the correct display in IE */ }

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */ }

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */ }

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
  text-decoration: none; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */ }

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */ }

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */ }

i {
  font-style: normal; }

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000; }

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* add RIDE */
body,
div,
p,
form,
input,
textarea,
select,
option,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
address,
time {
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  margin: 0;
  padding: 0; }

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

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0; }

[type="number"] {
  width: auto;
  /* Firefox 36+ */ }

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */ }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */ }

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */ }

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */ }

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */ }

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */ }

hr {
  border: none; }

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: 0;
  padding: 0; }

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText; }

button,
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */ }

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */ }

/* Remove the default button styling in all browsers */
legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */ }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */ }

/* Correct the text style of placeholders in Chrome, Edge, and Safari */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */ }

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  vertical-align: middle;
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */ }

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline; }

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */ }

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */ }

/* # =================================================================
   # Acessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit; }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important; } }

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress; }

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer; }

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default; }

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #fff;
  text-shadow: none; }

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #fff;
  text-shadow: none; }

/* 共通スタイル定設
-----------------------------------------------------------------*/
html, body {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-size: 15px;
  color: #333333; }
  html.scrollLock, body.scrollLock {
    overflow: hidden; }

body {
  width: 100%;
  margin: 0 auto; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
    body {
      content: "portrait"; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1025px) {
    body {
      content: "landscape"; } }

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

button,
input[type="button"] {
  cursor: pointer; }

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

.defs {
  height: 0;
  width: 0;
  overflow: hidden;
  display: none; }

.ht {
  display: none; }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
  .dn-portrait {
    display: none !important; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
  .dn-landscape {
    display: none !important; } }

@media print, screen and (min-width: 1024px) {
  .dn-pc {
    display: none !important; } }

@media print, screen and (min-width: 768px) {
  .dn-tab-pc {
    display: none !important; } }

@media print, screen and (min-width: 768px) and (max-width: 1023px) {
  .dn-tab {
    display: none !important; } }

@media print, screen and (max-width: 1023px) {
  .dn-sp-tab {
    display: none !important; } }

@media print, screen and (max-width: 767px) {
  .dn-sp {
    display: none !important; } }

/*================================================================
 *FILE					:_components.scss
 *DESCRIPTION   :全ページ共通コンポーネント カスタムCSS
 *AUTHOR				:
 *--------------------------------------------------------------
 *(C)
=================================================================*/
/*
タイトル
------------------------------------*/
/*
ボタン
-----------------------------------------------------------------*/
/*
c-contact
------------------------------------*/
/*
インタビュー
------------------------------------*/
/*
text animations
------------------------------------*/
.c-buttonWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%; }

.c-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  padding: 16px 0;
  background-color: transparent;
  text-decoration: none !important;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: #333333 !important; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .c-button {
      margin-left: auto; } }
  @media (hover: hover) {
    .c-button:hover .c-buttonIcon_default {
      opacity: 0; }
    .c-button:hover .c-buttonIcon_hover {
      opacity: 1; }
    .c-button:hover .c-buttonIcon::after {
      top: 20px;
      opacity: 1; } }

.c-buttonText {
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .c-buttonText {
      font-size: 15px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .c-buttonText {
      font-size: 16px; } }

.c-buttonIcon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 64px;
  height: 32px;
  background-color: #dad7e4;
  border-radius: 5px;
  color: #463876;
  position: relative;
  overflow: hidden; }
  .c-buttonIcon::after {
    content: "";
    position: absolute;
    top: 50px;
    left: 50%;
    translate: -50% -50%;
    width: 150%;
    height: 200%;
    background-color: #463876;
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: background-color 0.3s ease, opacity 0.3s ease, top 0.3s ease;
    transition: background-color 0.3s ease, opacity 0.3s ease, top 0.3s ease; }
  .c-buttonIcon img {
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    width: 23px;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    transform: scale(1) !important; }

.c-buttonIcon_hover {
  opacity: 0;
  z-index: 10; }

.c-buttonIcon_default,
.c-buttonIcon_hover {
  rotate: 180deg;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

.c-contact {
  position: relative;
  overflow-x: clip; }

.c-contact_circleBg {
  position: absolute;
  left: 50%;
  translate: -50% 0;
  width: 102%;
  height: 100%;
  pointer-events: none;
  z-index: 1; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .c-contact_circleBg {
      top: calc(-40 / 375 * 100vw); } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .c-contact_circleBg {
      top: -120px; } }
  .c-contact_circleBg img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
      .c-contact_circleBg img {
        height: 120px; } }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
      .c-contact_circleBg img {
        height: 160px; } }

.c-contact_inner {
  position: relative;
  background-color: #362A59;
  overflow: clip; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .c-contact_inner {
      padding: 112px calc(20 / 375 * 100vw) 228px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .c-contact_inner {
      padding: calc(110 / 1440 * 100vw) 0 calc(284 / 1440 * 100vw); } }
  .c-contact_inner::before {
    content: "";
    position: absolute;
    z-index: 15;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(54, 42, 89, 0.8); }
  .c-contact_inner::after {
    content: "";
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#362a59), color-stop(40%, #362a59), color-stop(55%, rgba(54, 42, 89, 0.7)), color-stop(70%, rgba(54, 42, 89, 0.5)), color-stop(90%, rgba(54, 42, 89, 0.3)), to(transparent));
    background-image: -webkit-linear-gradient(top, #362a59 0%, #362a59 40%, rgba(54, 42, 89, 0.7) 55%, rgba(54, 42, 89, 0.5) 70%, rgba(54, 42, 89, 0.3) 90%, transparent 100%);
    background-image: linear-gradient(to bottom, #362a59 0%, #362a59 40%, rgba(54, 42, 89, 0.7) 55%, rgba(54, 42, 89, 0.5) 70%, rgba(54, 42, 89, 0.3) 90%, transparent 100%); }

.c-contact_bg {
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
  width: 100%; }
  .c-contact_bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
  .c-contact_bg::after {
    content: "";
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#362a59), color-stop(40%, #362a59), color-stop(55%, rgba(54, 42, 89, 0.7)), color-stop(70%, rgba(54, 42, 89, 0.5)), color-stop(90%, rgba(54, 42, 89, 0.3)), to(transparent));
    background-image: -webkit-linear-gradient(top, #362a59 0%, #362a59 40%, rgba(54, 42, 89, 0.7) 55%, rgba(54, 42, 89, 0.5) 70%, rgba(54, 42, 89, 0.3) 90%, transparent 100%);
    background-image: linear-gradient(to bottom, #362a59 0%, #362a59 40%, rgba(54, 42, 89, 0.7) 55%, rgba(54, 42, 89, 0.5) 70%, rgba(54, 42, 89, 0.3) 90%, transparent 100%); }

.c-contact_content {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  left: auto;
  z-index: 50; }

.c-contact_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .c-contact_header {
      margin-bottom: 42px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .c-contact_header {
      margin-bottom: 65px; } }

.c-contact_title {
  margin: 0;
  color: #F8F8F9;
  font-family: "hiragino-mincho-pron", sans-serif;
  font-weight: 300;
  letter-spacing: 0.12em;
  line-height: 1; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .c-contact_title {
      font-size: 33px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .c-contact_title {
      font-size: 40px; } }

.c-contact_subtitle {
  margin: 0;
  color: rgba(255, 255, 255, 0.3);
  font-family: "arpona", sans-serif;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.12em;
  line-height: 1.5;
  text-transform: uppercase;
  opacity: 0;
  translate: 0 50px;
  -webkit-transition: opacity 1.5s ease, translate 1.5s ease;
  transition: opacity 1.5s ease, translate 1.5s ease; }
  .c-contact_subtitle.is-show {
    opacity: 1;
    translate: 0 0; }

.c-contact_description {
  color: #F8F8F9;
  font-weight: 300;
  letter-spacing: 0.08em;
  line-height: 2;
  opacity: 0;
  translate: 0 50px;
  -webkit-transition: opacity 1.5s ease, translate 1.5s ease;
  transition: opacity 1.5s ease, translate 1.5s ease; }
  .c-contact_description.is-show {
    opacity: 1;
    translate: 0 0; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .c-contact_description {
      font-size: 15px;
      margin-bottom: 48px;
      text-align: left; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .c-contact_description {
      font-size: 16px;
      margin-bottom: 64px;
      text-align: center; } }

.c-contact_buttonArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .c-contact_buttonArea {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }

.c-contact_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 16px;
  height: 64px;
  background-color: transparent;
  border: 1px solid #F8F8F9;
  border-radius: 5px;
  color: #fff !important;
  text-decoration: none !important;
  -webkit-transition: background-color 0.3s ease, border-color 0.3s ease;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  backdrop-filter: blur(10px) brightness(0.95);
  position: relative;
  overflow: hidden;
  opacity: 0;
  translate: 0 50px;
  -webkit-transition: opacity 1.5s ease, translate 1.5s ease;
  transition: opacity 1.5s ease, translate 1.5s ease; }
  .c-contact_button.is-show {
    opacity: 1;
    translate: 0 0; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .c-contact_button {
      width: 333px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .c-contact_button {
      width: 400px; } }
  .c-contact_button::after {
    content: "";
    position: absolute;
    top: 140px;
    left: 50%;
    translate: -50% -50%;
    width: 120%;
    height: 250%;
    background-color: #F8F8F9;
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: background-color 0.5s ease, opacity 0.5s ease, top 0.5s ease;
    transition: background-color 0.5s ease, opacity 0.5s ease, top 0.5s ease; }
  @media (hover: hover) {
    .c-contact_button:hover::after {
      top: 35px;
      opacity: 1; }
    .c-contact_button:hover .c-contact_buttonText {
      color: #463876; }
    .c-contact_button:hover .c-contact_buttonIcon img:nth-child(1) {
      opacity: 0; }
    .c-contact_button:hover .c-contact_buttonIcon img:nth-child(2) {
      opacity: 1; }
    .c-contact_button:hover .c-contact_buttonIcon .c-contact_buttonIcon_default {
      opacity: 0; }
    .c-contact_button:hover .c-contact_buttonIcon .c-contact_buttonIcon_hover {
      opacity: 1; } }

.c-contact_buttonIcon {
  aspect-ratio: 1.42857;
  overflow: hidden;
  width: 20px;
  position: relative;
  z-index: 20; }
  .c-contact_buttonIcon img,
  .c-contact_buttonIcon svg,
  .c-contact_buttonIcon iframe,
  .c-contact_buttonIcon video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
  .c-contact_buttonIcon img {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease; }
    .c-contact_buttonIcon img:nth-child(1) {
      opacity: 1; }
    .c-contact_buttonIcon img:nth-child(2) {
      opacity: 0; }

.c-contact_buttonIcon_default {
  opacity: 1; }

.c-contact_buttonIcon_hover {
  opacity: 0; }

.c-contact_buttonIcon {
  display: block;
  width: 20px;
  height: 14px;
  color: #fff;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease; }

.c-contact_buttonText {
  position: relative;
  z-index: 20;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease; }

.c-titleWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 10; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .c-titleWrap {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      gap: 12px;
      margin-bottom: 48px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .c-titleWrap {
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
      gap: clamp(10px, calc(24 / 1440 * 100vw), 24px);
      margin-bottom: 36px; } }

.c-titleMain {
  margin: 0;
  color: #333333;
  font-family: "arpona", sans-serif;
  font-weight: 100;
  letter-spacing: 0.12em;
  text-transform: uppercase; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .c-titleMain {
      font-size: 38px;
      line-height: 1.2; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .c-titleMain {
      font-size: 60px;
      line-height: 1.5; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
  .c-titleMain-animation {
    line-height: 1; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
  .c-titleMain-animation {
    margin-bottom: 5px;
    line-height: 0.95; } }

.c-titleSub {
  color: #333333;
  font-family: "hiragino-mincho-pron", sans-serif;
  font-weight: 300;
  letter-spacing: 0.08em;
  line-height: 1; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .c-titleSub {
      font-size: 16px;
      line-height: 1.75; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .c-titleSub {
      font-size: 20px;
      margin: 0 0 20px;
      white-space: nowrap; } }

.interview_reviewArticle {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  text-decoration: none !important;
  display: block; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .interview_reviewArticle {
      padding: 0 calc(40 / 375 * 100vw); } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .interview_reviewArticle {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 1.49fr 1fr;
      grid-template-columns: 1.49fr 1fr;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      gap: 48px; } }
  @media (hover: hover) {
    .interview_reviewArticle:hover .interview_reviewThumb_text {
      opacity: 1; }
      .interview_reviewArticle:hover .interview_reviewThumb_text::before {
        width: 100%; }
    .interview_reviewArticle:hover .interview_reviewThumb::before {
      opacity: 1; }
    .interview_reviewArticle:hover .interview_reviewThumb img {
      scale: 1.05; } }

.interview_reviewThumb_wrap {
  position: relative; }

.interview_reviewNumber {
  font-family: "arpona", sans-serif;
  letter-spacing: 0.08em;
  line-height: 1.2;
  font-weight: 300;
  font-style: italic;
  color: #333333; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .interview_reviewNumber {
      font-size: 15px;
      margin-bottom: 24px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .interview_reviewNumber {
      font-size: 14px;
      margin-bottom: 36px; } }

.interview_reviewThumb_text {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  color: #fff;
  font-size: 18px;
  font-family: "eb-garamond", serif;
  font-weight: 400;
  font-style: italic;
  letter-spacing: 0.04em;
  line-height: 2;
  opacity: 0;
  -webkit-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease;
  z-index: 2; }
  .interview_reviewThumb_text::before {
    content: "";
    position: absolute;
    bottom: 5px;
    left: 50%;
    translate: -50% 0;
    width: 0;
    height: 1px;
    background-color: #fff;
    -webkit-transition: width 0.8s ease;
    transition: width 0.8s ease; }

.interview_reviewThumb {
  overflow: hidden; }
  .interview_reviewThumb::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 0;
    -webkit-transition: opacity 0.8s ease;
    transition: opacity 0.8s ease;
    z-index: 1;
    top: 50%;
    left: 50%;
    translate: -50% -50%; }
    .interview_reviewThumb::before:hover {
      opacity: 1; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .interview_reviewThumb {
      aspect-ratio: 0.66667;
      overflow: hidden;
      width: calc(300 / 375 * 100vw);
      margin: 0 auto 32px; }
      .interview_reviewThumb img,
      .interview_reviewThumb svg,
      .interview_reviewThumb iframe,
      .interview_reviewThumb video {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .interview_reviewThumb {
      aspect-ratio: 1.77723;
      overflow: hidden;
      width: 100%; }
      .interview_reviewThumb img,
      .interview_reviewThumb svg,
      .interview_reviewThumb iframe,
      .interview_reviewThumb video {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover; } }
  .interview_reviewThumb img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: 0.8s ease !important;
    transition: 0.8s ease !important; }

.interview_reviewContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.interview_reviewTitle {
  margin: 0;
  color: #333333;
  font-family: "hiragino-mincho-pron", sans-serif;
  font-weight: 300;
  letter-spacing: 0.12em; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .interview_reviewTitle {
      font-size: 20px;
      line-height: 1.5;
      margin-bottom: 18px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .interview_reviewTitle {
      font-size: 24px;
      line-height: 1.7;
      margin-bottom: 12px; } }

.interview_reviewLead {
  margin: 0;
  color: #333333;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 300;
  letter-spacing: 0.04em;
  line-height: 1.8;
  margin-bottom: 32px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .interview_reviewLead {
      font-size: 14px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .interview_reviewLead {
      font-size: 15px; } }

.interview_reviewMeta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .interview_reviewMeta {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      gap: 12px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .interview_reviewMeta {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      gap: 16px; } }

.interview_reviewMetaText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  margin: 0;
  color: #333333;
  font-weight: 300;
  letter-spacing: 0.02em;
  line-height: 1; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .interview_reviewMetaText {
      font-size: 12px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .interview_reviewMetaText {
      font-size: 13px; } }

.interview_reviewPerson {
  display: inline-block;
  line-height: 1.2; }

.interview_reviewDivider {
  display: inline-block;
  width: 1px;
  height: 13px;
  background-color: #BBBBBC; }

.interview_reviewCar {
  display: inline-block;
  line-height: 1.2; }

.interview_reviewTag {
  background-color: #eee;
  border-radius: 4px;
  color: #333333;
  font-weight: 300;
  letter-spacing: 0.02em;
  line-height: 1.2; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .interview_reviewTag {
      font-size: 12px;
      padding: 7px 10px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .interview_reviewTag {
      font-size: 13px;
      padding: 8px 12px; } }

.c-textAnimation {
  opacity: 0; }
  .c-textAnimation.displayed {
    opacity: 1; }

@-webkit-keyframes showTextFromBottom {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1; } }

@keyframes showTextFromBottom {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1; } }

.c-textAnimation span {
  display: inline-block; }

.c-textAnimation > span > span {
  opacity: 0;
  -webkit-transform: translateY(16px);
  -ms-transform: translateY(16px);
  transform: translateY(16px); }

.c-textAnimation.displayed > span {
  overflow: hidden; }

.c-textAnimation.displayed > span > span {
  -webkit-animation: showTextFromBottom 0.5s ease forwards;
  animation: showTextFromBottom 0.5s ease forwards; }

.c-textAnimationSub {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease; }
  .is-done + .c-textAnimationSub {
    opacity: 1; }

/*
共通スタイル
------------------------------------*/
.modal_close {
  width: 56px;
  z-index: 1;
  cursor: pointer; }
  .modal_close::after, .modal_close::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    width: 40px;
    height: 1px;
    background-color: #463876; }
  .modal_close::after {
    rotate: 20deg; }
  .modal_close::before {
    rotate: -20deg; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .modal_close {
      position: absolute;
      height: 48px;
      border-radius: 5px;
      background-color: #fff;
      border: 1px solid #463876;
      top: calc(28 / 375 * 100vw);
      right: calc(29 / 375 * 100vw); } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .modal_close {
      position: absolute;
      height: 56px;
      right: 32px;
      top: 20px; } }

.modal_close-sticky {
  position: sticky;
  height: 56px;
  top: 20px;
  margin-left: auto;
  translate: 110px -27px; }

/*
fv
------------------------------------*/
.coatingFv {
  width: 100%;
  height: 100dvh;
  position: relative; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .coatingFv {
      min-height: 640px; } }

.coatingFv_imageWrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: -1;
  pointer-events: none; }
  .coatingFv_imageWrap::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    backdrop-filter: blur(20px) brightness(0.9);
    opacity: 0;
    -webkit-transition: opacity 1s ease;
    transition: opacity 1s ease; }
  .is-visible .coatingFv_imageWrap::after {
    opacity: 1; }

.coatingFv_image {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 100%;
  height: 100dvh; }
  .coatingFv_image img {
    width: 100%;
    height: 100dvh;
    -o-object-fit: cover;
    object-fit: cover; }

.coatingFv_titleArea {
  position: absolute; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .coatingFv_titleArea {
      left: 20px;
      top: 112px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .coatingFv_titleArea {
      left: 96px;
      top: 150px; } }

.coatingFv_title {
  margin: 0;
  color: #F8F8F9;
  font-family: "arpona", sans-serif;
  font-weight: 100 !important;
  letter-spacing: 0.16em;
  line-height: 1.1;
  text-transform: uppercase;
  white-space: nowrap; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .coatingFv_title {
      font-size: 46px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .coatingFv_title {
      font-size: 80px; } }

.coatingFv_subtitle {
  margin: 8px 0 0;
  color: #F8F8F9;
  letter-spacing: 0.2em;
  line-height: 1; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .coatingFv_subtitle {
      font-size: 14px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .coatingFv_subtitle {
      font-size: 17px; } }

.coatingFv_lead {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  margin: 0;
  color: #fff;
  font-family: "hiragino-mincho-pron", sans-serif;
  font-weight: 300;
  letter-spacing: 0.16em;
  line-height: 2;
  white-space: pre-line; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .coatingFv_lead {
      left: 40px;
      bottom: 40px;
      font-size: 20px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .coatingFv_lead {
      left: 96px;
      bottom: 64px;
      font-size: 32px; } }
  .coatingFv_lead:before {
    width: 82px;
    height: 1px;
    background-color: #fff;
    margin-top: 32px; }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
      .coatingFv_lead:before {
        content: ""; } }

/*
read
------------------------------------*/
@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
  .coatingRead {
    padding: 160px calc(22 / 375 * 100vw) 140px calc(21 / 375 * 100vw); } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
  .coatingRead {
    padding: calc(320 / 1440 * 100vw) 0 calc(360 / 1440 * 100vw) calc(100 / 1440 * 100vw); } }

@media print, screen and (min-width: 1024px) and (max-width: 1311px) {
  .coatingRead {
    padding: calc(320 / 1440 * 100vw) 50px calc(160 / 1440 * 100vw) calc(282 / 1440 * 100vw); } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
  .coatingRead_inner {
    max-width: 1142px;
    margin: 0 auto; } }

.coatingRead_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .coatingRead_content {
      gap: 50px;
      padding: 0 20px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .coatingRead_content {
      gap: 160px;
      margin: auto; } }

.coatingRead_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0;
  color: #F8F8F9;
  font-weight: 300;
  letter-spacing: 0.08em; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .coatingRead_text {
      font-size: 15px;
      line-height: 2.5; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .coatingRead_text {
      font-size: 16px;
      line-height: 3; } }

.coatingRead_textItem {
  margin: 0;
  white-space: pre-line;
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  translate: 0 40px;
  -webkit-transition: opacity 0.7s ease, translate 0.7s ease, -webkit-filter 0.7s ease;
  transition: opacity 0.7s ease, translate 0.7s ease, -webkit-filter 0.7s ease;
  transition: opacity 0.7s ease, filter 0.7s ease, translate 0.7s ease;
  transition: opacity 0.7s ease, filter 0.7s ease, translate 0.7s ease, -webkit-filter 0.7s ease; }
  .coatingRead_textItem.is-visible {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
    translate: 0 0; }

.coatingRead_image {
  position: relative;
  margin-top: 80px;
  opacity: 0;
  translate: 0 40px;
  -webkit-transition: opacity 1s ease, translate 1s ease;
  transition: opacity 1s ease, translate 1s ease; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .coatingRead_image {
      height: calc(523 / 375 * 100vw); } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .coatingRead_image {
      height: clamp(600px, calc(861 / 1440 * 100vw), 861px); } }
  .is-visible .coatingRead_image {
    opacity: 1;
    translate: 0 0; }
  .coatingRead_image img {
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
      .coatingRead_image img {
        width: calc(162 / 375 * 100vw);
        aspect-ratio: 162/217; }
        .coatingRead_image img:nth-child(2) {
          top: calc(80 / 375 * 100vw);
          left: 0; }
        .coatingRead_image img:nth-child(3) {
          bottom: calc(80 / 375 * 100vw);
          right: 0; } }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
      .coatingRead_image img {
        width: calc(250 / 1440 * 100vw);
        max-width: 250px;
        aspect-ratio: 250/334; }
        .coatingRead_image img:nth-child(2) {
          top: clamp(100px, calc(177 / 1440 * 100vw), 177px);
          left: 0; }
        .coatingRead_image img:nth-child(3) {
          bottom: clamp(100px, calc(177 / 1440 * 100vw), 177px);
          right: 0; } }
    .coatingRead_image img:nth-child(1) {
      top: 0;
      right: 0; }
    .coatingRead_image img:nth-child(4) {
      bottom: 0;
      left: 0; }

/*
anker
------------------------------------*/
.anker {
  position: relative;
  background-color: #F8F8F9;
  text-align: center;
  overflow-x: clip; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .anker {
      padding: 50px calc(20 / 375 * 100vw) 35px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .anker {
      padding: 41px 20px 35px; }
      .anker::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        translate: -50% 0;
        width: clamp(375px, calc(1248 / 1440 * 100vw), 1248px);
        height: 1px;
        background-color: rgba(187, 187, 188, 0.3); } }

.anker_circleBg {
  position: absolute;
  left: 50%;
  translate: -50% 0;
  width: 102%;
  height: 100%;
  pointer-events: none;
  z-index: 1; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .anker_circleBg {
      top: calc(-40 / 375 * 100vw); } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .anker_circleBg {
      top: calc(-75 / 1440 * 100vw); } }
  .anker_circleBg img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
      .anker_circleBg img {
        height: 120px; } }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
      .anker_circleBg img {
        height: 160px; } }

.anker_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  z-index: 10; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .anker_list {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      border-bottom: 1px solid rgba(187, 187, 188, 0.3); } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
  .anker_item {
    border-top: rgba(187, 187, 188, 0.3) 1px solid; } }

.anker_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  width: 100%;
  height: 100%;
  color: #333333 !important;
  font-family: "hiragino-mincho-pron", sans-serif;
  font-size: 16px;
  font-weight: 300 !important;
  letter-spacing: 0.04em;
  text-align: center;
  text-decoration: none !important; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .anker_link {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding: 17px calc(12 / 375 * 100vw); } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .anker_link {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding: 16px clamp(10px, calc(24 / 1440 * 100vw), 24px) 10px; } }

.anker_icon {
  width: 11px;
  height: 5px;
  position: relative;
  -webkit-transition: translate 0.5s ease, opacity 0.5s ease;
  transition: translate 0.5s ease, opacity 0.5s ease;
  opacity: 1; }
  @media (hover: hover) {
    .anker_link:hover .anker_icon {
      opacity: .2;
      translate: 0 5px; } }
  .anker_icon img {
    -webkit-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    transform: scale(1) !important;
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

/*
philosophy
------------------------------------*/
.philosophy_section {
  background-color: #F8F8F9;
  position: relative;
  z-index: auto;
  overflow: hidden; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .philosophy_section {
      padding: 80px calc(22 / 375 * 100vw) 80px calc(21 / 375 * 100vw); } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .philosophy_section {
      padding: clamp(100px, calc(160 / 1440 * 100vw), 160px) clamp(20px, calc(96 / 1440 * 100vw), 96px) 160px; } }

.philosophy_inner {
  max-width: 1248px;
  margin: 0 auto; }

.philosophy_list {
  margin: 0;
  padding: 0;
  list-style: none; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .philosophy_list {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
      gap: clamp(2px, calc(8 / 1440 * 100vw), 8px); } }

.philosophy_item {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  translate: 100px 0;
  -webkit-transition: translate 0.5s ease, opacity 0.5s ease;
  transition: translate 0.5s ease, opacity 0.5s ease;
  opacity: 0; }
  .philosophy_item.is-visible {
    opacity: 1;
    translate: 0 0; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .philosophy_item:nth-child(1) {
      -webkit-transition-delay: 0.2s;
      transition-delay: 0.2s; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .philosophy_item:nth-child(2) {
      -webkit-transition-delay: 0.4s;
      transition-delay: 0.4s; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .philosophy_item:nth-child(3) {
      -webkit-transition-delay: 0.6s;
      transition-delay: 0.6s; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .philosophy_item:nth-child(4) {
      -webkit-transition-delay: 0.8s;
      transition-delay: 0.8s; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .philosophy_item + .philosophy_item {
      margin-top: 8px; } }
  @media (hover: hover) {
    .philosophy_item:hover .philosophy_overlay::after {
      background-color: rgba(0, 0, 0, 0.1); }
    .philosophy_item:hover .philosophy_overlay::before {
      background-color: transparent; }
    .philosophy_item:hover .philosophy_contentIcon {
      background-color: #fff;
      width: 70px;
      height: 70px;
      opacity: 1; }
      .philosophy_item:hover .philosophy_contentIcon::before, .philosophy_item:hover .philosophy_contentIcon::after {
        background-color: #212844; }
    .philosophy_item:hover .philosophy_enTitle {
      translate: 0 -50px; }
    .philosophy_item:hover .philosophy_jaTitle {
      translate: 0 40px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
  .philosophy_imageWrap {
    aspect-ratio: 0.47813;
    overflow: hidden; }
    .philosophy_imageWrap img,
    .philosophy_imageWrap svg,
    .philosophy_imageWrap iframe,
    .philosophy_imageWrap video {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
  .philosophy_imageWrap {
    aspect-ratio: 2.37143;
    overflow: hidden; }
    .philosophy_imageWrap img,
    .philosophy_imageWrap svg,
    .philosophy_imageWrap iframe,
    .philosophy_imageWrap video {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; } }

.philosophy_item-border .philosophy_image {
  border: 1px solid #fff; }

.philosophy_image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%); }

.philosophy_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .philosophy_overlay::after, .philosophy_overlay::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    mix-blend-mode: multiply;
    -webkit-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease; }
  .philosophy_overlay::after {
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 5; }
  .philosophy_overlay::before {
    background-color: rgba(33, 40, 68, 0.5);
    z-index: 1; }

.philosophy_content {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  gap: 16px;
  width: 100%;
  z-index: 10; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .philosophy_content {
      padding: 38px 20px 43px 24px; } }

.philosophy_contentText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .philosophy_contentText {
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .philosophy_contentText {
      gap: 16px;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }

.philosophy_enTitle {
  margin: 0;
  color: #fff;
  font-family: "arpona", sans-serif;
  font-weight: 300;
  line-height: 1.5;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: translate 0.5s ease;
  transition: translate 0.5s ease; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .philosophy_enTitle {
      font-size: 24px;
      letter-spacing: 0.08em; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .philosophy_enTitle {
      font-size: 30px;
      letter-spacing: 0.12em; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
  .philosophy_item:nth-child(2) .philosophy_enTitle {
    font-size: 28px; } }

.philosophy_jaTitle {
  margin: 0;
  color: #fff;
  font-weight: 300;
  letter-spacing: 0.04em;
  line-height: 1.6;
  text-align: center;
  -webkit-transition: translate 0.5s ease;
  transition: translate 0.5s ease; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .philosophy_jaTitle {
      font-size: 14px;
      margin: -5px 0 -5px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .philosophy_jaTitle {
      font-size: 16px; } }

.philosophy_contentIcon {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background-color: transparent;
  -webkit-transition: width 0.5s ease, height 0.5s ease, opacity 0.5s ease;
  transition: width 0.5s ease, height 0.5s ease, opacity 0.5s ease; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .philosophy_contentIcon {
      opacity: 1;
      width: 56px;
      height: 56px;
      top: 50%;
      right: 24px;
      translate: 0 -50%; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .philosophy_contentIcon {
      opacity: 0;
      width: 60px;
      height: 60px;
      top: 50%;
      left: 50%;
      translate: -50% -50%; } }
  .philosophy_contentIcon::before, .philosophy_contentIcon::after {
    width: 19px;
    height: 1px;
    background-color: #fff;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    -webkit-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease; }
  .philosophy_contentIcon::before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }

.philosophy_modalWrap {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: rgba(51, 51, 51, 0.5); }
  .philosophy_modalWrap.is-modal-open {
    opacity: 1;
    visibility: visible; }

.philosophy_modal {
  height: 100dvh;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .philosophy_modal .slick-list,
  .philosophy_modal .slick-track {
    height: 100%; }
  .philosophy_modal .slick-slide {
    height: 100%; }

.philosophy_modalScroll {
  height: 100%;
  overflow-y: auto;
  scrollbar-width: none; }
  .philosophy_modalScroll::-webkit-scrollbar {
    display: none; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .philosophy_modalScroll {
      padding: 21px 21px 26px 22px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .philosophy_modalScroll {
      padding: 85px 96px; } }

.philosophy_modalInner {
  display: -ms-grid !important;
  display: grid !important; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .philosophy_modalInner {
      width: 100%;
      max-width: 100%; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .philosophy_modalInner {
      -ms-grid-columns: 306px 1fr;
      grid-template-columns: 306px 1fr;
      max-width: 1440px;
      margin: 0 auto; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
  .philosophy_modalImage {
    aspect-ratio: 0.47813;
    overflow: hidden; }
    .philosophy_modalImage img,
    .philosophy_modalImage svg,
    .philosophy_modalImage iframe,
    .philosophy_modalImage video {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
  .philosophy_modalImage {
    aspect-ratio: 2.37143;
    overflow: hidden;
    width: 100%; }
    .philosophy_modalImage img,
    .philosophy_modalImage svg,
    .philosophy_modalImage iframe,
    .philosophy_modalImage video {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
    .philosophy_modalImage img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
  .philosophy_modalImage img {
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover; } }

.philosophy_modalContent {
  height: 100%;
  position: relative;
  background-color: #fff; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .philosophy_modalContent {
      padding: 40px calc(20 / 375 * 100vw); } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .philosophy_modalContent {
      padding: 62px 76px 20px;
      overflow: visible; } }

.philosophy_modalTitle_en {
  color: rgba(51, 51, 51, 0.3);
  font-family: "arpona", sans-serif;
  letter-spacing: 0.12em;
  font-weight: 300;
  text-align: center; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .philosophy_modalTitle_en {
      font-size: 12px;
      line-height: 1.2;
      margin-bottom: 8px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .philosophy_modalTitle_en {
      font-size: 16px;
      line-height: 2;
      margin-bottom: 10px; } }

.philosophy_modalTitle_ja {
  font-family: "hiragino-mincho-pron", sans-serif;
  font-weight: 300;
  text-align: center; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .philosophy_modalTitle_ja {
      font-size: 26px;
      letter-spacing: 0.08em;
      line-height: 1.6;
      margin-bottom: 50px;
      line-height: 1.6;
      margin-bottom: 20px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .philosophy_modalTitle_ja {
      font-size: 32px;
      letter-spacing: 0.12em;
      line-height: 1.7;
      margin-bottom: 40px; } }

.philosophy_modalCatch {
  font-size: 18px;
  letter-spacing: 0.08em;
  line-height: 1.8;
  margin-bottom: 64px;
  font-family: "hiragino-mincho-pron", sans-serif; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .philosophy_modalCatch {
      font-size: 17px;
      margin-bottom: 34px;
      padding: 0 16px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .philosophy_modalCatch {
      font-size: 18px;
      margin-bottom: 56px;
      text-align: center; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
  .philosophy_modalDetails {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
  .philosophy_modalDetails {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 8px; } }

.philosophy_modalDetail {
  background-color: #F2F1EA;
  border-radius: 5px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .philosophy_modalDetail {
      padding: 32px 32px 28px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .philosophy_modalDetail {
      padding: 41px 40px; } }

.philosophy_modalDetail_label {
  font-family: "hiragino-mincho-pron", sans-serif;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.08em; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .philosophy_modalDetail_label {
      font-size: 17px;
      margin-bottom: 14px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .philosophy_modalDetail_label {
      font-size: 18px;
      margin-bottom: 14px; } }

.philosophy_modalDetail_description {
  letter-spacing: 0.04em;
  line-height: 1.8;
  font-weight: 300; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .philosophy_modalDetail_description {
      font-size: 14px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .philosophy_modalDetail_description {
      font-size: 15px; } }

.sliderPagination_arrow {
  width: 64px;
  height: 32px;
  position: relative;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }
  .sliderPagination_arrow img {
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    width: 22px !important;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain; }
  @media (hover: hover) {
    .sliderPagination_arrow:hover {
      opacity: 0.5; } }

.sliderPagination_arrow-next {
  rotate: 180deg; }

.sliderPagination_dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px; }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
  .sliderPagination_dots-lineup {
    position: absolute;
    bottom: 75px;
    left: 50%;
    translate: -50% 0%; } }

.sliderPagination_dot {
  background-color: #EEEEEE;
  border-radius: 50%;
  width: 6px;
  height: 6px; }
  .sliderPagination_dot.is-active {
    background-color: #212844; }

.sliderPagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
  margin-top: 31px; }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
  .sliderPagination_lineup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 16px; } }

.sliderPagination_arrowLineup {
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .sliderPagination_arrowLineup {
      width: 64px;
      height: 32px;
      position: relative; }
      .sliderPagination_arrowLineup img {
        position: absolute;
        top: 50%;
        left: 50%;
        translate: -50% -50%;
        width: 22px !important;
        height: 100% !important;
        -o-object-fit: contain;
        object-fit: contain; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .sliderPagination_arrowLineup {
      width: 70px;
      height: 90px;
      position: absolute; }
      .sliderPagination_arrowLineup::after, .sliderPagination_arrowLineup::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        translate: -50% -50%;
        width: 20px;
        height: 1px;
        background-color: #fff; }
      .sliderPagination_arrowLineup::after {
        rotate: -35deg; }
      .sliderPagination_arrowLineup::before {
        rotate: 35deg; } }
  @media (hover: hover) {
    .sliderPagination_arrowLineup:hover {
      opacity: 0.5; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
  .sliderPagination_arrowLineup-prev {
    top: 50%;
    translate: 0% -50%;
    left: 32px; }
    .sliderPagination_arrowLineup-prev::before, .sliderPagination_arrowLineup-prev::after {
      -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
      transform-origin: left center; } }
  @media screen and (min-width: 1024px) and (orientation: landscape) and (min-width: 1450px), screen and (min-width: 1024px) and (min-width: 1450px) {
    .sliderPagination_arrowLineup-prev {
      left: calc(50% - 689px); } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
  .sliderPagination_arrowLineup-next {
    rotate: 180deg; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
  .sliderPagination_arrowLineup-next {
    top: 50%;
    translate: 0% -50%;
    right: 32px; }
    .sliderPagination_arrowLineup-next::before, .sliderPagination_arrowLineup-next::after {
      -webkit-transform-origin: right center;
      -ms-transform-origin: right center;
      transform-origin: right center; } }
  @media screen and (min-width: 1024px) and (orientation: landscape) and (min-width: 1450px), screen and (min-width: 1024px) and (min-width: 1450px) {
    .sliderPagination_arrowLineup-next {
      left: calc(50% + 615px); } }

/*
facility
------------------------------------*/
.facility_section {
  background-color: #F8F8F9;
  position: relative; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .facility_section {
      padding: 80px calc(12 / 375 * 100vw) 80px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .facility_section {
      padding: 160px 0; } }

.facility_inner {
  max-width: 1440px;
  margin: 0 auto; }

.facilityHeader {
  position: relative; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .facilityHeader {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: 64px;
      padding: 0 clamp(20px, calc(96 / 1440 * 100vw), 96px); } }

.facilityTitle_wrap {
  padding-left: 9px; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .facilityTitle_wrap {
      margin-bottom: 0; } }

.facilityBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #333333;
  border-radius: 8px;
  color: #f8f8f9 !important;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.08em;
  text-decoration: none !important;
  cursor: pointer;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease; }
  @media (hover: hover) {
    .facilityBtn:hover {
      background-color: #000; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .facilityBtn {
      padding: 18px 32px 18px 31px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .facilityBtn {
      padding: 16px 32px;
      width: calc(400 / 1440 * 100vw);
      max-width: 400px; } }

.facilityBtn_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .facilityBtn_text {
      gap: 0; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .facilityBtn_text {
      gap: 3px; } }

.facilityBtn_textJa {
  font-weight: 300;
  letter-spacing: 0.08em;
  line-height: 1.7;
  font-size: 16px; }

.facilityBtn_textEn {
  font-family: "arpona", sans-serif;
  font-weight: 300;
  letter-spacing: 0.08em;
  line-height: 1.7;
  font-size: 12px; }

.facilityBtn_iconWrap {
  aspect-ratio: 80/48;
  width: 80px;
  position: relative; }

.facilityBtn_icon {
  aspect-ratio: 80/48;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 80px;
  background-color: rgba(248, 248, 249, 0.2);
  border-radius: 15px;
  position: relative;
  -webkit-transition: width 0.5s ease, border-radius 0.5s ease;
  transition: width 0.5s ease, border-radius 0.5s ease; }
  @media (hover: hover) {
    .facilityBtn:hover .facilityBtn_icon {
      width: 68px;
      border-radius: 10px; } }
  .facilityBtn_icon::after {
    content: "";
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    position: absolute;
    width: 10.4px;
    height: 12px;
    background: #fff;
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
    clip-path: polygon(0 0, 0 100%, 100% 50%); }

.facility_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .facility_list {
      margin-top: 48px;
      gap: 8px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .facility_list {
      padding: 0 12px;
      gap: 12px; } }

.facility_itemStickyInner {
  position: sticky;
  top: 100px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.03fr;
  grid-template-columns: 1fr 1.03fr; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .facility_itemStickyInner {
      height: calc(100vh - 116px);
      overflow: hidden; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
  .facility_item {
    background-color: #fff; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
  .facility_images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
  .facility_images {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1.03fr;
    grid-template-columns: 1fr 1.03fr; } }

.facility_imageLeft {
  position: relative;
  background-position: center;
  background-size: cover; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .facility_imageLeft {
      margin-top: 8px;
      background-color: #fff;
      padding: 40px 32px 64px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .facility_imageLeft {
      padding: clamp(100px, calc(123 / 1440 * 100vw), 123px) clamp(100px, calc(106 / 1440 * 100vw), 106px) clamp(100px, calc(129 / 1440 * 100vw), 129px) clamp(100px, calc(84 / 1440 * 100vw), 84px);
      min-width: 530px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
  .facility_imageRight_wrap {
    position: relative; } }

.facility_imageRight {
  aspect-ratio: 0.91603;
  overflow: hidden;
  width: 100%;
  background-position: center;
  background-size: cover; }
  .facility_imageRight img,
  .facility_imageRight svg,
  .facility_imageRight iframe,
  .facility_imageRight video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .facility_imageRight {
      position: absolute;
      top: 0;
      right: 0;
      width: 100%;
      height: 100vh;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
      transition: opacity 0.3s ease, visibility 0.3s ease; }
      .facility_imageRight.is-active {
        opacity: 1;
        visibility: visible; } }

.facility_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .facility_content {
      padding: clamp(calc(90 / 1440 * 100vw), calc(123 / 1440 * 100vw), 123px) clamp(calc(80 / 1440 * 100vw), calc(106 / 1440 * 100vw), 106px) clamp(calc(100 / 1440 * 100vw), calc(129 / 1440 * 100vw), 129px) clamp(calc(50 / 1440 * 100vw), calc(84 / 1440 * 100vw), 84px);
      height: 100vh; } }

.facility_label {
  margin: 0;
  color: #333333;
  font-family: "arpona", sans-serif;
  font-weight: 300;
  letter-spacing: 0.12em;
  line-height: 1.5;
  text-transform: uppercase; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .facility_label {
      font-size: 12px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .facility_label {
      font-size: 16px; } }

.facility_itemTitle {
  margin: 0;
  color: #333333;
  font-family: "hiragino-mincho-pron", sans-serif;
  font-weight: 300;
  -webkit-transition: translate 0.8s ease, opacity 0.8s ease;
  transition: translate 0.8s ease, opacity 0.8s ease;
  translate: 40px 0;
  opacity: 0;
  -webkit-animation: slideIn 0.8s ease;
  animation: slideIn 0.8s ease;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s; }
  .facility_itemTitle.is-show {
    translate: 0;
    opacity: 1; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .facility_itemTitle {
      font-size: 26px;
      letter-spacing: 0.08em;
      line-height: 1.3;
      margin-top: 28px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .facility_itemTitle {
      font-size: 32px;
      letter-spacing: 0.12em;
      line-height: 1.35;
      margin-top: 32px; } }

@-webkit-keyframes slideIn {
  from {
    translate: 40px 0;
    opacity: 0; }
  to {
    translate: 0;
    opacity: 1; } }

@keyframes slideIn {
  from {
    translate: 40px 0;
    opacity: 0; }
  to {
    translate: 0;
    opacity: 1; } }

.facility_description {
  margin: 0;
  font-weight: 300;
  letter-spacing: 0.08em;
  line-height: 2; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .facility_description {
      margin-top: 50px;
      font-size: 15px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .facility_description {
      margin-top: 56px;
      font-size: 16px; } }

.facility_effects {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .facility_effects {
      margin-top: 64px;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .facility_effects {
      margin-top: 80px; } }

.facility_effectBadge {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(248, 248, 249, 0.4);
  border: 1px solid #463876;
  border-radius: 50%; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .facility_effectBadge {
      width: 130px;
      height: 130px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .facility_effectBadge {
      width: clamp(100px, calc(152 / 1440 * 100vw), 152px);
      height: clamp(10px, calc(152 / 1440 * 100vw), 152px); } }
  .facility_effectBadge::before {
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    background-color: #463876;
    border-radius: 50%;
    content: ""; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
      .facility_effectBadge::before {
        width: 120px;
        height: 120px; } }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
      .facility_effectBadge::before {
        width: clamp(100px, calc(140 / 1440 * 100vw), 140px);
        height: clamp(100px, calc(140 / 1440 * 100vw), 140px); } }

.facility_effectText {
  position: relative;
  z-index: 1;
  color: #fff;
  font-weight: 300;
  letter-spacing: 0.02em;
  line-height: 1.6;
  text-align: center;
  translate: 0 2px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .facility_effectText {
      font-size: 13px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .facility_effectText {
      font-size: clamp(10px, calc(14 / 1440 * 100vw), 14px); } }

.facilityModal {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: rgba(51, 51, 51, 0.5); }
  .facilityModal.is-modal-open {
    opacity: 1;
    visibility: visible; }

.facilityModal_inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.facilityModal_content {
  position: relative; }

.facilityModal_close {
  height: 48px;
  right: 0; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .facilityModal_close {
      top: -80px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .facilityModal_close {
      top: -60px;
      border: 1px solid #463876;
      border-radius: 5px;
      background-color: #fff; } }

.facilityModal_movie {
  margin: 0 auto; }
  .facilityModal_movie iframe {
    border: none;
    border-radius: 8px; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
      .facilityModal_movie iframe {
        aspect-ratio: 316/178;
        width: calc(316 / 375 * 100vw); } }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
      .facilityModal_movie iframe {
        aspect-ratio: 824/463;
        width: clamp(320px, calc(824 / 375 * 100vw), 824px); } }

/*
lineup
------------------------------------*/
.lineup_section {
  background-color: #F8F8F9;
  overflow-x: clip; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .lineup_section {
      padding: 80px 0 80px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .lineup_section {
      padding: 160px clamp(20px, calc(96 / 1440 * 100vw), 96px); } }

.lineup_inner {
  max-width: 1248px;
  margin: 0 auto; }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
  .lineupTitle_wrap {
    padding: 0 calc(22 / 375 * 100vw) 0 calc(21 / 375 * 100vw); } }

.lineup_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 24px;
  margin-bottom: 60px; }

.lineup_title {
  margin: 0;
  color: #333333;
  font-family: "arpona", sans-serif;
  font-size: 60px;
  font-weight: 200;
  letter-spacing: 0.12em;
  line-height: 1.5;
  text-transform: uppercase; }

.lineup_subtitle {
  margin: 0 0 23px;
  color: #333333;
  font-family: "hiragino-mincho-pron", sans-serif;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0.08em;
  line-height: 1; }

.lineup_tabs {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 64px;
  border-bottom: 1px solid #BBBBBC; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .lineup_tabs {
      margin: 0 calc(22 / 375 * 100vw) 0 calc(21 / 375 * 100vw); } }

.lineup_tab {
  position: relative;
  width: 200px;
  height: 48px;
  border: none;
  color: #333333;
  cursor: pointer;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.04em;
  opacity: 0.5; }
  .lineup_tab.is-active {
    opacity: 1; }
    .lineup_tab.is-active::after {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 2px;
      background-color: #463876;
      content: "";
      z-index: 1; }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
  .lineup_listWrap {
    overflow-x: auto;
    scrollbar-width: none;
    padding-top: 48px; }
    .lineup_listWrap::-webkit-scrollbar {
      display: none; } }

.lineup_list {
  display: -ms-grid;
  display: grid;
  padding: 0;
  list-style: none;
  display: none; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .lineup_list {
      -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
      gap: 16px;
      margin-bottom: 48px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .lineup_list {
      -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
      gap: 24px;
      margin-bottom: 80px; } }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .lineup_list[data-tab="first"] {
      padding: 0 calc(22 / 375 * 100vw) 0 calc(21 / 375 * 100vw); } }
  .lineup_list[data-tab="first"].is-open {
    display: -ms-grid;
    display: grid; }
  @media screen and (max-width: 775px) {
    .lineup_list[data-tab="second"] {
      padding: 0 21px;
      margin: 0 -21px; } }
  @media screen and (min-width: 776px) and (max-width: 1023px) {
    .lineup_list[data-tab="second"] {
      margin: 0 auto;
      max-width: 775px; } }
  @media print, screen and (min-width: 1024px) {
    .lineup_list[data-tab="second"] {
      padding: 0 20px; } }
  .lineup_list[data-tab="second"].is-open {
    display: block; }

.lineup_table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow-x: auto;
  scrollbar-width: none; }
  .lineup_table::-webkit-scrollbar {
    display: none; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .lineup_table {
      padding: 0 20px 0 20px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .lineup_table {
      max-width: 824px;
      margin: 0 auto; } }

.lineup_tableGrid {
  display: -ms-grid;
  display: grid; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .lineup_tableGrid {
      -ms-grid-columns: 199px 65px 86px 86px 100px 100px 100px;
      grid-template-columns: 199px 65px 86px 86px 100px 100px 100px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .lineup_tableGrid {
      -ms-grid-columns: 281px 65px 86px 86px 100px 100px 100px;
      grid-template-columns: 281px 65px 86px 86px 100px 100px 100px; } }

.lineup_tableHead_label {
  background-color: #DAD7E4;
  padding: 18px 16px 16px;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.04em;
  line-height: 1.6;
  white-space: nowrap; }
  .lineup_tableHead_label:not(:first-child) {
    text-align: center; }
  .lineup_tableHead_label + .lineup_tableHead_label {
    border-left: 1px solid #fff; }

.lineup_tableSeries {
  display: -ms-grid;
  display: grid; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .lineup_tableSeries {
      -ms-grid-columns: 199px 65px 86px 86px 100px 100px 100px;
      grid-template-columns: 199px 65px 86px 86px 100px 100px 100px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .lineup_tableSeries {
      -ms-grid-columns: 281px 65px 86px 86px 100px 100px 100px;
      grid-template-columns: 281px 65px 86px 86px 100px 100px 100px; } }

.lineup_tableSeries_image {
  grid-column: 1 / -1;
  padding: 16px 16px;
  background-color: #333333; }
  .lineup_tableSeries_image img {
    width: 77px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.lineup_tableRow_wrap .lineup_tableRow:nth-child(even) .lineup_tableRow_item {
  background-color: #F2F2F3; }

.lineup_tableRow_wrap .lineup_tableRow:nth-child(odd) .lineup_tableRow_item {
  background-color: #fff; }

.lineup_tableRow .lineup_tableRow_item:first-child {
  font-family: "arpona", sans-serif;
  font-size: 15px;
  text-align: left; }

.lineup_tableRow[data-row-index="row_2-2"] .lineup_tableRow_item:nth-child(4), .lineup_tableRow[data-row-index="row_2-2"] .lineup_tableRow_item:nth-child(5), .lineup_tableRow[data-row-index="row_2-2"] .lineup_tableRow_item:nth-child(6), .lineup_tableRow[data-row-index="row_2-4"] .lineup_tableRow_item:nth-child(4), .lineup_tableRow[data-row-index="row_2-4"] .lineup_tableRow_item:nth-child(5), .lineup_tableRow[data-row-index="row_2-4"] .lineup_tableRow_item:nth-child(6) {
  background-color: #fff; }

.lineup_tableRow_item {
  padding: 17px 16px 14px;
  font-size: 13px;
  letter-spacing: 0.08em;
  font-weight: 300;
  line-height: 1.6;
  white-space: nowrap;
  text-align: center; }
  .lineup_tableRow_item + .lineup_tableRow_item {
    border-left: 1px solid #F2F2F3; }

.lineup_item {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: subgrid;
  grid-template-rows: subgrid;
  -ms-grid-row-span: 4;
  grid-row: span 4;
  gap: 0;
  cursor: pointer; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .lineup_item:nth-child(n+3) {
      margin-top: 32px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .lineup_item:nth-child(n+4) {
      margin-top: 56px; } }
  @media (hover: hover) {
    .lineup_item:hover .lineup_image {
      scale: 1.1; }
    .lineup_item:hover .lineup_detailBtn {
      width: 53px;
      height: 53px;
      background-color: #fff;
      right: 19px;
      bottom: 19px; }
      .lineup_item:hover .lineup_detailBtn::before, .lineup_item:hover .lineup_detailBtn::after {
        background-color: #212844; } }

.lineup_imageWrap {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  -webkit-filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.2)); }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .lineup_imageWrap {
      margin-bottom: 19px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .lineup_imageWrap {
      margin-bottom: 24px; } }

.lineup_image {
  aspect-ratio: 1;
  overflow: hidden;
  width: 100%;
  -webkit-transition: scale 0.5s ease;
  transition: scale 0.5s ease; }
  .lineup_image img,
  .lineup_image svg,
  .lineup_image iframe,
  .lineup_image video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.lineup_detailBtn {
  position: absolute;
  right: 25px;
  bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 43px;
  height: 43px;
  border: 1px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: border-color 0.5s ease, width 0.5s ease, height 0.5s ease, right 0.5s ease, bottom 0.5s ease;
  transition: border-color 0.5s ease, width 0.5s ease, height 0.5s ease, right 0.5s ease, bottom 0.5s ease; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .lineup_detailBtn {
      display: none; } }
  .lineup_detailBtn::before, .lineup_detailBtn::after {
    content: "";
    position: absolute;
    width: 19px;
    height: 1px;
    background-color: #fff;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    -webkit-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease; }
  .lineup_detailBtn::before {
    rotate: 90deg; }

.lineup_detailBtnIcon {
  display: block; }

.lineup_description {
  margin: 0 0 8px;
  color: #333333;
  font-weight: 300;
  letter-spacing: 0.04em; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .lineup_description {
      font-size: 13px;
      line-height: 1.6; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .lineup_description {
      font-size: 14px;
      line-height: 1.2; } }

.lineup_itemName {
  color: #333333;
  font-family: "arpona", sans-serif;
  font-weight: 300;
  letter-spacing: 0.08em;
  line-height: 1.5; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .lineup_itemName {
      font-size: 20px;
      margin-bottom: 16px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .lineup_itemName {
      font-size: 28px;
      margin-bottom: 10px; } }

.lineup_tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 8px; }

.lineup_tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #eee;
  border-radius: 4px;
  color: #333333;
  font-weight: 300;
  letter-spacing: 0.02em;
  line-height: 1.5;
  white-space: nowrap; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .lineup_tag {
      font-size: 12px;
      padding: 5px 10px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .lineup_tag {
      font-size: 13px;
      padding: 5px 12px 4px; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
  .lineup_setMenu_wrap {
    padding: 0 calc(22 / 375 * 100vw) 0 calc(21 / 375 * 100vw);
    margin-top: 48px; } }

.lineup_setMenu {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  background-size: cover;
  border-radius: 8px;
  text-decoration: none !important;
  cursor: pointer;
  overflow: hidden; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .lineup_setMenu {
      padding: 49px calc(30 / 375 * 100vw) 32px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .lineup_setMenu {
      padding: clamp(30px, calc(37 / 1440 * 100vw), 37px) clamp(20px, calc(64 / 1440 * 100vw), 64px); } }
  .lineup_setMenu::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    background-size: cover, cover;
    background-repeat: no-repeat;
    background-position: bottom right;
    -webkit-transition: scale 0.5s ease;
    transition: scale 0.5s ease; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .lineup_setMenu::after {
      background-image: url(../../../img/kagayaku/car_coating/lineup_bg-sp.jpg);
      background-position: bottom bottom; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .lineup_setMenu::after {
      background-image: url(../../../img/kagayaku/car_coating/lineup_bg.jpg); } }
  @media (hover: hover) {
    .lineup_setMenu:hover::after {
      scale: 1.1; } }

.lineup_setMenu_content {
  position: relative;
  z-index: 10; }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
  .lineup_setMenu_titleWrap {
    translate: 0 -3px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
  .lineup_setMenu_titleWrap {
    translate: 0 4px; } }

.lineup_setMenuLabel {
  margin-bottom: 8px;
  color: #fff !important;
  font-weight: 300;
  letter-spacing: 0.04em;
  line-height: 1; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .lineup_setMenuLabel {
      font-size: 15px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .lineup_setMenuLabel {
      font-size: 16px; } }

.lineup_setMenuTitle {
  margin: 0;
  color: #fff !important;
  font-family: "arpona", sans-serif;
  font-weight: 300;
  letter-spacing: 0.08em;
  line-height: 1.5;
  text-transform: uppercase;
  margin-top: 2px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .lineup_setMenuTitle {
      font-size: 30px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .lineup_setMenuTitle {
      font-size: 28px; } }

.lineup_setMenuBtn {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 43px;
  height: 43px;
  border: 1px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
  -webkit-transition: background-color 0.5s ease, width 0.5s ease, height 0.5s ease, right 0.5s ease;
  transition: background-color 0.5s ease, width 0.5s ease, height 0.5s ease, right 0.5s ease; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .lineup_setMenuBtn {
      border: 1px solid rgba(255, 255, 255, 0.3);
      bottom: 16px;
      right: 16px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .lineup_setMenuBtn {
      top: 50%;
      translate: 0 -50%;
      right: 64px; } }
  .lineup_setMenuBtn::before, .lineup_setMenuBtn::after {
    content: "";
    position: absolute;
    width: 19px;
    height: 1px;
    background-color: #fff;
    top: 50%; }
  .lineup_setMenuBtn::before {
    rotate: 90deg; }

.lineup_setMenuBtnIcon {
  display: block; }

.lineup_modalWrap {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: rgba(51, 51, 51, 0.5); }
  .lineup_modalWrap.is-modal-open {
    opacity: 1;
    visibility: visible; }

.lineup_modal {
  height: 100dvh;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .lineup_modal .slick-list,
  .lineup_modal .slick-track {
    height: 100%; }
  .lineup_modal .slick-slide {
    height: 100%; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .lineup_modal {
      padding: 20px calc(20 / 375 * 100vw); } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .lineup_modal {
      padding: 100px 96px; } }

.lineup_modalScroll {
  height: 100%;
  overflow-y: auto;
  scrollbar-width: none; }
  .lineup_modalScroll::-webkit-scrollbar {
    display: none; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .lineup_modalScroll {
      padding: calc(80 / 375 * 100vw) calc(20 / 375 * 100vw) calc(32 / 375 * 100vw); } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .lineup_modalScroll {
      padding: 20px 106px 72px;
      position: relative;
      margin: 0 auto; } }

.lineup_modalInner {
  background-color: #fff;
  height: 100%;
  max-width: 1248px;
  margin: 0 auto; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .lineup_modalInner {
      position: relative; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
  .lineup_modalContent {
    padding: 0 calc(20 / 375 * 100vw); } }

.lineup_modalContent_close {
  position: absolute;
  width: 56px;
  z-index: 10; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .lineup_modalContent_close {
      height: 48px;
      top: 28px;
      right: calc(29 / 375 * 100vw);
      border: 1px solid #463876;
      border-radius: 5px;
      padding: 0 16px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .lineup_modalContent_close {
      height: 56px;
      top: 16px;
      right: 20px; } }
  .lineup_modalContent_close::after, .lineup_modalContent_close::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    width: 40px;
    height: 1px;
    background-color: #463876; }
  .lineup_modalContent_close::after {
    rotate: 20deg; }
  .lineup_modalContent_close::before {
    rotate: -20deg; }

.lineup_modalTop {
  margin-bottom: 40px; }
  @media print, screen and (min-width: 768px) {
    .lineup_modalTop {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: clamp(200px, calc(294 / 1440 * 100vw), 294px) 1fr;
      grid-template-columns: clamp(200px, calc(294 / 1440 * 100vw), 294px) 1fr;
      gap: clamp(20px, calc(64 / 1440 * 100vw), 64px); } }

.lineup_modalImage {
  aspect-ratio: 1;
  overflow: hidden;
  width: 100%;
  border-radius: 8px; }
  .lineup_modalImage img,
  .lineup_modalImage svg,
  .lineup_modalImage iframe,
  .lineup_modalImage video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .lineup_modalImage {
      margin-bottom: 40px; } }

.lineup_modalCatch {
  font-family: "hiragino-mincho-pron", sans-serif;
  font-weight: 300;
  letter-spacing: 0.04em;
  line-height: 1.6;
  margin-bottom: 8px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .lineup_modalCatch {
      font-size: 14px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .lineup_modalCatch {
      font-size: 16px; } }

.lineup_modalTitle {
  font-family: "arpona", sans-serif;
  font-weight: 200;
  letter-spacing: 0.12em;
  line-height: 1.2; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .lineup_modalTitle {
      font-size: 30px;
      margin-bottom: 16px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .lineup_modalTitle {
      font-size: 38px;
      margin-bottom: 12px; } }

.lineup_modalTags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .lineup_modalTags {
      margin-bottom: 40px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .lineup_modalTags {
      margin-bottom: 48px; } }

.lineup_modalTag {
  font-weight: 300;
  letter-spacing: 0.02em;
  line-height: 1.5;
  background-color: #EEEEEE;
  border-radius: 4px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .lineup_modalTag {
      font-size: 12px;
      padding: 5px 10px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .lineup_modalTag {
      font-size: 13px;
      padding: 5px 12px 4px; } }

.lineup_modalDescription {
  font-weight: 300;
  letter-spacing: 0.04em;
  line-height: 1.8; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .lineup_modalDescription {
      font-size: 14px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .lineup_modalDescription {
      font-size: 15px; } }

.lineup_modalBottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .lineup_modalBottom {
      padding: 0 16px 40px; } }

.lineup_modalBottom_button {
  border: 1px solid #463876;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.2;
  background-color: #fff;
  border-radius: 8px;
  text-decoration: none !important;
  position: relative;
  overflow: hidden;
  z-index: 1; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .lineup_modalBottom_button {
      width: 100%;
      height: 56px;
      background-color: #463876;
      border-radius: 5px;
      color: #fff !important;
      margin-bottom: 24px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .lineup_modalBottom_button {
      width: 360px;
      height: 64px;
      margin-bottom: 16px; } }
  .lineup_modalBottom_button::after {
    content: "";
    position: absolute;
    top: 140px;
    left: 50%;
    translate: -50% -50%;
    width: 120%;
    height: 250%;
    background-color: #463876;
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: background-color 0.5s ease, opacity 0.5s ease, top 0.5s ease;
    transition: background-color 0.5s ease, opacity 0.5s ease, top 0.5s ease; }
  @media (hover: hover) {
    .lineup_modalBottom_button:hover::after {
      top: 35px;
      opacity: 1; }
    .lineup_modalBottom_button:hover .lineup_modalBottom_buttonText {
      color: #fff !important; } }

.lineup_modalBottom_buttonText {
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
  position: relative;
  z-index: 10; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .lineup_modalBottom_buttonText {
      color: #fff !important; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .lineup_modalBottom_buttonText {
      color: #463876 !important; } }

.lineup_modalBottom_text {
  letter-spacing: 0.04em;
  line-height: 1.2;
  font-weight: 300 !important;
  display: block;
  cursor: pointer;
  text-decoration: underline;
  color: #463876 !important;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .lineup_modalBottom_text {
      font-size: 13px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .lineup_modalBottom_text {
      font-size: 14px; } }
  .lineup_modalBottom_text + .lineup_modalBottom_text {
    margin-top: 16px; }
  @media (hover: hover) {
    .lineup_modalBottom_text:hover {
      opacity: 0.7; } }

.lineup_morePrice {
  margin-top: 48px; }

/*
setMenu modal
------------------------------------*/
.setMenu_modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease; }
  .setMenu_modal.is-modal-open {
    opacity: 1;
    visibility: visible; }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
  .setMenu_modalClose {
    top: 20px;
    right: 20px; } }

.setMenu_modalInner {
  height: 100%;
  overflow-y: auto;
  scrollbar-width: none; }
  .setMenu_modalInner::-webkit-scrollbar {
    display: none; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .setMenu_modalInner {
      padding: 85px 20px 30px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .setMenu_modalInner {
      padding: 96px 96px 80px; } }

.setMenu_title {
  text-align: center; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .setMenu_title {
      margin-bottom: 24px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .setMenu_title {
      margin-bottom: 20px; } }

.setMenu_titleEn {
  font-family: "arpona", sans-serif;
  color: rgba(51, 51, 51, 0.3);
  letter-spacing: 0.12px;
  line-height: 1.2;
  font-weight: 300; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .setMenu_titleEn {
      font-size: 12px;
      margin-bottom: 12px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .setMenu_titleEn {
      font-size: 16px;
      margin-bottom: 16px; } }

.setMenu_titleJa {
  font-family: "hiragino-mincho-pron", sans-serif;
  font-weight: 300; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .setMenu_titleJa {
      font-size: 26px;
      letter-spacing: 0.08em;
      line-height: 1.6; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .setMenu_titleJa {
      font-size: 32px;
      letter-spacing: 0.12em;
      line-height: 1.7; } }

.setMenu_catch {
  letter-spacing: 0.08em;
  font-weight: 300; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .setMenu_catch {
      font-size: 15px;
      line-height: 1.8;
      margin-bottom: 48px;
      padding: 0 20px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .setMenu_catch {
      font-size: 16px;
      line-height: 2;
      margin-bottom: 42px;
      text-align: center; } }

.setMenu_tabs {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 12px; }

.setMenu_tab {
  padding: 26px 10px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #F8F8F9;
  position: relative;
  cursor: pointer; }
  .setMenu_tab.is-active::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 6px;
    background-color: #F8F8F9;
    bottom: -4px;
    left: 50%;
    translate: -50% 0; }
  .setMenu_tab.is-active .setMenu_tabLabel {
    background-color: #463876; }
  .setMenu_tab.is-active .setMenu_tabTitle {
    color: #333333; }

.setMenu_tabLabels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
  margin-bottom: 8px; }

.setMenu_tabLabel {
  font-size: 13px;
  letter-spacing: 0.02em;
  font-weight: 300;
  line-height: 1.5;
  color: #fff;
  padding: 5px 10px;
  background-color: #BBBBBC;
  border-radius: 4px;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease; }

.setMenu_tabTitle {
  font-family: "hiragino-mincho-pron", sans-serif;
  font-size: 24px;
  letter-spacing: 0.12em;
  font-weight: 300;
  line-height: 1.7;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
  color: #BBBBBC; }

.setMenu_ContentWrap {
  background-color: #F8F8F9;
  margin-top: 4px;
  border-radius: 8px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .setMenu_ContentWrap {
      padding: 40px calc(27 / 375 * 100vw) 40px calc(28 / 375 * 100vw); } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .setMenu_ContentWrap {
      padding: 44px clamp(32px, calc(101 / 1440 * 100vw), 101px) 60px clamp(32px, calc(106 / 1440 * 100vw), 106px);
      display: none; }
      .setMenu_ContentWrap.is-open {
        display: block; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
  .setMenu_Content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 300px;
    grid-template-columns: 1fr 300px;
    gap: 30px;
    margin-bottom: 48px;
    min-height: 194px; } }

.setMenu_ContentLeft_targets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 16px;
  width: fit-content;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.setMenu_ContentLeft_title {
  font-family: "hiragino-mincho-pron", sans-serif;
  font-size: 20px;
  letter-spacing: 0.12em;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 32px;
  text-align: center; }

.setMenu_ContentLeft_target {
  background-color: #fff;
  border-radius: 4px;
  padding: 8px 10px;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.02em;
  line-height: 1.5; }

.setMenu_ContentMethod {
  margin-bottom: 2px;
  color: #463876;
  letter-spacing: 0.08em;
  line-height: 1.6;
  font-weight: 600; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .setMenu_ContentMethod {
      font-size: 15px;
      text-align: center; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .setMenu_ContentMethod {
      margin-top: 30px;
      font-size: 16px; } }

.setMenu_ContentTime {
  letter-spacing: 0.04em;
  font-weight: 300;
  line-height: 1.6;
  color: #463876;
  margin-bottom: 20px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .setMenu_ContentTime {
      font-size: 12px;
      text-align: center; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .setMenu_ContentTime {
      font-size: 13px; } }

.setMenu_ContentMethod_detail {
  letter-spacing: 0.04em;
  font-weight: 300;
  margin-bottom: 10px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .setMenu_ContentMethod_detail {
      font-size: 14px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .setMenu_ContentMethod_detail {
      font-size: 15px; } }

.setMenu_ContentNote {
  color: #BBBBBC;
  font-size: 12px;
  letter-spacing: 0.04em;
  font-weight: 300;
  line-height: 1.7; }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
  .setMenu_right {
    padding-top: 16px; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
  .setMenu_rightImage {
    margin-bottom: -10px; } }

.setMenu_rightImage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

.setMenu_ContentPlus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 32px;
  position: relative;
  margin-bottom: 16px; }
  .setMenu_ContentPlus::after, .setMenu_ContentPlus::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    width: 13px;
    height: 1px;
    background-color: #362A59; }
  .setMenu_ContentPlus::after {
    rotate: 90deg; }

.setMenu_ContentIcons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

@media screen and (max-width: 1023px) and (max-width: 510px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) and (max-width: 510px) {
  [data-tab="setMenu_1"] .setMenu_ContentIcons {
    max-width: 184px;
    margin: 0 auto; } }

.setMenu_ContentIcon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 88px;
  height: 88px;
  background-color: #463876;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.setMenu_ContentIcon_name {
  font-size: 11px;
  letter-spacing: 0;
  font-weight: 300;
  line-height: 1.32;
  color: #fff;
  margin-top: 9px;
  text-align: center; }
  [data-icon="pitch_tar_removal"] .setMenu_ContentIcon_name {
    font-size: 10px;
    letter-spacing: -0.04em;
    margin-top: 7px; }
  [data-icon="number_plate_cleaning"] .setMenu_ContentIcon_name {
    font-size: 10px;
    letter-spacing: -0.04em; }

.setMenu_ContentIcon_image {
  width: 38px; }
  .setMenu_ContentIcon_image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
  [data-icon="iron_removal"] .setMenu_ContentIcon_image {
    width: 34px; }
  [data-icon="door_cleaning"] .setMenu_ContentIcon_image {
    width: 45px; }
  [data-icon="detail_cleaning"] .setMenu_ContentIcon_image {
    width: 50px; }
  [data-icon="number_plate_cleaning"] .setMenu_ContentIcon_image {
    width: 50px; }
  [data-icon="oil_removal"] .setMenu_ContentIcon_image {
    width: 26px; }

/*
flow
------------------------------------*/
.flow_section {
  background-color: #F8F8F9;
  margin-top: -2px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .flow_section {
      padding: 80px calc(22 / 375 * 100vw) 80px calc(21 / 375 * 100vw); } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .flow_section {
      padding: 160px clamp(20px, calc(96 / 1440 * 100vw), 96px); } }

.flow_inner {
  max-width: 1248px;
  margin: 0 auto; }

.flow_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 24px;
  margin-bottom: 80px; }

.flow_title {
  margin: 0;
  color: #333333;
  font-family: "arpona", sans-serif;
  font-size: 60px;
  font-weight: 200;
  letter-spacing: 0.12em;
  line-height: 1.5;
  text-transform: uppercase; }

.flow_subtitle {
  margin: 0 0 23px;
  color: #333333;
  font-family: "hiragino-mincho-pron", sans-serif;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0.08em;
  line-height: 1; }

.flow_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  padding: 0;
  list-style: none; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .flow_list {
      margin: 0 0 80px; } }

.flow_item {
  width: 100%;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .flow_item {
      padding: 32px calc(32 / 375 * 100vw) 80px; } }
  @media (hover: hover) {
    .flow_list:has(.flow_item:hover) .flow_item:not(:hover) {
      opacity: 0.6; } }

.flow_itemHeader {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer; }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .flow_itemHeader {
      position: relative;
      display: -ms-grid;
      display: grid;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-grid-columns: 1fr clamp(320px, calc(529 / 1440 * 100vw), 529px) 32px;
      grid-template-columns: 1fr clamp(320px, calc(529 / 1440 * 100vw), 529px) 32px;
      padding: 33px 33px 32px 32px;
      gap: 18px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
  .flow_itemLeft {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 34px; } }

.flow_stepLabel {
  color: #BBBBBC;
  font-family: "arpona", sans-serif;
  font-weight: 300;
  letter-spacing: 0.12em;
  line-height: 1.5;
  text-transform: uppercase;
  white-space: nowrap; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .flow_stepLabel {
      font-size: 12px;
      margin-bottom: 16px;
      display: block; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .flow_stepLabel {
      font-size: 16px; } }

.flow_itemTitle {
  margin: 0;
  font-family: "hiragino-mincho-pron", sans-serif;
  font-weight: 300;
  letter-spacing: 0.08em;
  line-height: 1.5;
  word-break: keep-all; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .flow_itemTitle {
      font-size: 20px;
      margin-bottom: 16px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .flow_itemTitle {
      font-size: 24px; } }

.flow_itemRight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px; }

.flow_itemSubtitle {
  margin: 0;
  font-weight: 300;
  letter-spacing: 0.04em;
  line-height: 1.75; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .flow_itemSubtitle {
      font-size: 15px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .flow_itemSubtitle {
      font-size: 18px; } }

.flow_toggleBtn {
  width: 32px;
  height: 32px;
  border: 1px solid #DAD7E4;
  border-radius: 5px;
  position: relative; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .flow_toggleBtn {
      position: absolute;
      right: 32px;
      bottom: 32px; } }
  .flow_toggleBtn::after, .flow_toggleBtn::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    width: 13px;
    height: 1px;
    background-color: #463876;
    -webkit-transition: rotate 0.5s ease;
    transition: rotate 0.5s ease; }
  .flow_toggleBtn::after {
    rotate: 90deg; }
    .is-open .flow_toggleBtn::after {
      rotate: 0deg; }

.flow_toggleBtnIcon {
  display: block; }

.flow_detail {
  display: none;
  overflow: visible !important; }

.flow_itemDescription {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.04em;
  line-height: 2; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .flow_itemDescription {
      padding-top: 16px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .flow_itemDescription {
      width: calc(529 / 1440 * 100vw);
      max-width: 529px;
      margin: 0 83px 0 auto;
      padding-bottom: 16px;
      translate: 0 -16px; } }

/*
contact
------------------------------------*/
.contact_section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .contact_section {
      padding: 119px calc(22 / 375 * 100vw) 117px calc(21 / 375 * 100vw); } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .contact_section {
      padding: 200px 202px; } }
  .contact_section::before, .contact_section::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    width: 100%;
    height: 100%; }
  .contact_section::before {
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 5; }
  .contact_section::after {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% calc(100% + var(--contact-bg-offset, 0px));
    will-change: background-position;
    z-index: 1; }
    @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
      .contact_section::after {
        background-image: url(../../../img/kagayaku/car_coating/contact_bg-sp.jpg); } }
    @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
      .contact_section::after {
        background-image: url(../../../img/kagayaku/car_coating/contact_bg-pc.jpg); } }

.contact_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  position: relative;
  z-index: 10; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .contact_header {
      margin-bottom: 47px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .contact_header {
      margin-bottom: 65px; } }

.contact_title {
  margin: 0;
  color: #F8F8F9;
  font-family: "hiragino-mincho-pron", sans-serif;
  font-weight: 300;
  letter-spacing: 0.12em;
  line-height: 1;
  white-space: nowrap;
  opacity: 0;
  translate: 0 30px;
  -webkit-transition: opacity 1.5s ease, translate 1.5s ease;
  transition: opacity 1.5s ease, translate 1.5s ease; }
  .contact_title.is-show {
    opacity: 1;
    translate: 0 0; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .contact_title {
      font-size: 33px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .contact_title {
      font-size: 40px; } }

.contact_subtitle {
  margin: 0;
  color: rgba(255, 255, 255, 0.3);
  font-family: "arpona", sans-serif;
  font-weight: 300;
  letter-spacing: 0.12em;
  line-height: 1.5;
  text-transform: uppercase;
  opacity: 0;
  translate: 0 30px;
  -webkit-transition: opacity 1.5s ease, translate 1.5s ease;
  transition: opacity 1.5s ease, translate 1.5s ease;
  display: block; }
  .contact_subtitle.is-show {
    opacity: 1;
    translate: 0 0; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .contact_subtitle {
      font-size: 15px;
      margin-top: 28px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .contact_subtitle {
      font-size: 16px;
      margin-top: 28px; } }

.contact_description {
  position: relative;
  z-index: 10;
  color: #F8F8F9;
  font-weight: 300;
  letter-spacing: 0.08em;
  opacity: 0;
  opacity: 0;
  translate: 0 50px;
  -webkit-transition: opacity 1.5s ease, translate 1.5s ease;
  transition: opacity 1.5s ease, translate 1.5s ease; }
  .contact_description.is-show {
    opacity: 1;
    translate: 0 0; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .contact_description {
      padding: 0 20px;
      font-size: 15px;
      line-height: 1.8;
      text-align: left;
      margin-bottom: 48px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .contact_description {
      font-size: 16px;
      line-height: 2;
      text-align: center;
      margin-bottom: 64px; } }

.contact_buttonArea {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .contact_buttonArea {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }

.contact_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 16px;
  width: 400px;
  height: 64px;
  border-radius: 5px;
  color: #fff !important;
  text-decoration: none !important;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition: background-color 0.3s ease, border-color 0.3s ease;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  position: relative;
  overflow: hidden;
  -webkit-transition: opacity 0.6s ease, translate 0.6s ease;
  transition: opacity 0.6s ease, translate 0.6s ease;
  opacity: 0;
  translate: 0 30px;
  -webkit-transition: opacity 1.5s ease, translate 1.5s ease;
  transition: opacity 1.5s ease, translate 1.5s ease; }
  .contact_button.is-show {
    opacity: 1;
    translate: 0 0; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .contact_button {
      width: 333px; } }
  .contact_button::after {
    content: "";
    position: absolute;
    top: 140px;
    left: 50%;
    translate: -50% -50%;
    width: 120%;
    height: 250%;
    background-color: #F8F8F9;
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: background-color 0.5s ease, opacity 0.5s ease, top 0.5s ease;
    transition: background-color 0.5s ease, opacity 0.5s ease, top 0.5s ease; }
  @media (hover: hover) {
    .contact_button:hover::after {
      top: 35px;
      opacity: 1; }
    .contact_button:hover .contact_buttonText {
      color: #7D722E; }
    .contact_button:hover .contact_buttonMail_icon img:nth-child(1) {
      opacity: 0; }
    .contact_button:hover .contact_buttonMail_icon img:nth-child(2) {
      opacity: 1; } }

.contact_buttonMail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px; }

.contact_buttonMail_icon {
  aspect-ratio: 1.42857;
  overflow: hidden;
  width: 20px;
  position: relative;
  z-index: 20; }
  .contact_buttonMail_icon img,
  .contact_buttonMail_icon svg,
  .contact_buttonMail_icon iframe,
  .contact_buttonMail_icon video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
  .contact_buttonMail_icon img {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease; }
    .contact_buttonMail_icon img:nth-child(1) {
      opacity: 1; }
    .contact_buttonMail_icon img:nth-child(2) {
      opacity: 0; }

.contact_buttonText {
  font-size: 16px;
  font-weight: 600 !important;
  letter-spacing: 0.04em;
  line-height: 1;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  position: relative;
  z-index: 20; }

/*
gallery
------------------------------------*/
.gallery_section {
  background-color: #F8F8F9; }

.gallery_top {
  max-width: 1248px;
  margin: 0 auto; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .gallery_top {
      padding: 80px calc(22 / 375 * 100vw) 0 calc(21 / 375 * 100vw); } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .gallery_top {
      padding: 160px 96px 0; } }

.gallery_images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .gallery_images {
      gap: calc(24 / 375 * 100vw); } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .gallery_images {
      gap: clamp(100px, calc(158 / 1440 * 100vw), 158px);
      margin-bottom: 96px;
      max-width: 1036px;
      margin: 0 auto; } }

.gallery_imageItem {
  opacity: 0; }
  .gallery_imageItem.is-visible {
    opacity: 1; }
  .gallery_imageItem:nth-child(1) {
    -webkit-transition-delay: .5s;
    transition-delay: .5s; }
  .gallery_imageItem:nth-child(3) {
    -webkit-transition-delay: 1s;
    transition-delay: 1s; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .gallery_imageItem {
      aspect-ratio: 0.75969;
      overflow: hidden;
      width: calc(98 / 375 * 100vw); }
      .gallery_imageItem img,
      .gallery_imageItem svg,
      .gallery_imageItem iframe,
      .gallery_imageItem video {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .gallery_imageItem {
      aspect-ratio: 1.5;
      overflow: hidden;
      width: 240px; }
      .gallery_imageItem img,
      .gallery_imageItem svg,
      .gallery_imageItem iframe,
      .gallery_imageItem video {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
  .gallery_content {
    margin-top: 72px;
    padding: 0 calc(20 / 375 * 100vw); } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
  .gallery_content {
    margin-top: 96px; } }

.gallery_title {
  opacity: 0;
  translate: 0 50px;
  -webkit-transition: opacity 0.5s ease, translate 0.5s ease;
  transition: opacity 0.5s ease, translate 0.5s ease;
  margin: 0;
  color: #362A59;
  font-family: "hiragino-mincho-pron", sans-serif;
  font-weight: 300;
  letter-spacing: 0.16em;
  line-height: 2; }
  .gallery_title.is-visible {
    opacity: 1;
    translate: 0 0; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .gallery_title {
      font-size: 26px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .gallery_title {
      font-size: 32px; } }

.gallery_titleEn {
  opacity: 0;
  translate: 0 50px;
  -webkit-transition: opacity 0.5s ease, translate 0.5s ease;
  transition: opacity 0.5s ease, translate 0.5s ease;
  margin: 0;
  color: #362A59;
  font-family: "arpona", sans-serif;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.08em; }
  .gallery_titleEn.is-visible {
    opacity: 1;
    translate: 0 0; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .gallery_titleEn {
      font-size: 15px;
      line-height: 1.6;
      margin-top: 22px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .gallery_titleEn {
      font-size: 18px;
      line-height: 2;
      margin-top: 32px; } }

.gallery_description {
  opacity: 0;
  translate: 0 50px;
  -webkit-transition: opacity 0.5s ease, translate 0.5s ease;
  transition: opacity 0.5s ease, translate 0.5s ease;
  color: #362A59;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.04em;
  line-height: 1.8;
  display: block; }
  .gallery_description.is-visible {
    opacity: 1;
    translate: 0 0; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .gallery_description {
      font-size: 14px;
      margin-top: 120px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .gallery_description {
      font-size: 15px;
      max-width: 506px;
      margin: 46px 0 0 auto; } }

.gallery_mainImageWrapper {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  width: 100%; }
  .gallery_mainImageWrapper.is-visible {
    opacity: 1; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .gallery_mainImageWrapper {
      aspect-ratio: 0.66726;
      overflow: hidden;
      margin-top: 80px; }
      .gallery_mainImageWrapper img,
      .gallery_mainImageWrapper svg,
      .gallery_mainImageWrapper iframe,
      .gallery_mainImageWrapper video {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .gallery_mainImageWrapper {
      aspect-ratio: 2;
      overflow: hidden;
      margin-top: 96px; }
      .gallery_mainImageWrapper img,
      .gallery_mainImageWrapper svg,
      .gallery_mainImageWrapper iframe,
      .gallery_mainImageWrapper video {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover; } }

/*
interview
------------------------------------*/
.interview_section {
  background-color: #F8F8F9; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .interview_section {
      overflow-x: clip;
      padding: 80px 0; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .interview_section {
      padding: 160px 0 160px; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
  .interviewTitle_wrap {
    padding: 0 calc(20 / 375 * 100vw); } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
  .interviewTitle_wrap {
    padding: 0 clamp(20px, calc(96 / 1440 * 100vw), 96px);
    max-width: 1440px;
    margin: 0 auto; } }

@media screen and (min-width: 1145px) {
  .interviewTitle_wrap br {
    display: none !important; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
  .interview_titleSub {
    white-space: nowrap; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
  .interview_reviewSlider {
    padding: 64px 96px 0;
    overflow-x: auto;
    overflow-y: hidden;
    max-width: 1440px;
    margin: 0 auto 120px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
  .interview_reviewList {
    margin-bottom: 80px; } }

.interview_achievementSection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow-x: clip; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .interview_achievementSection {
      padding-top: 80px; } }

.interview_achievementTitle {
  color: #333333;
  font-family: "hiragino-mincho-pron", sans-serif;
  font-weight: 300;
  letter-spacing: 0.12em;
  line-height: 1;
  text-align: center; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .interview_achievementTitle {
      font-size: 26px;
      margin-bottom: 36px;
      padding: 0 20px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .interview_achievementTitle {
      font-size: 32px;
      margin-bottom: 40px; } }

.interview_achievementDescription {
  margin: 0 0 64px;
  color: #333333;
  font-weight: 300;
  letter-spacing: 0.08em;
  text-align: center; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .interview_achievementDescription {
      font-size: 15px;
      line-height: 1.8;
      padding: 0 calc(20 / 375 * 100vw); } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .interview_achievementDescription {
      font-size: 16px;
      line-height: 2; } }

.interview_achievementSlider {
  margin-bottom: 32px;
  overflow-x: auto;
  overflow-y: hidden; }

.interview_achievementList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  padding: 0 96px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .interview_achievementList {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }

.ticker {
  white-space: nowrap;
  overflow-y: auto;
  overflow-x: hidden; }

.tickerInner {
  height: 100%;
  white-space: nowrap;
  will-change: transform;
  font-size: 0; }

.tickerItem {
  display: inline-block;
  white-space: nowrap; }

.tickerItem_child {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 8px;
  white-space: normal;
  vertical-align: top; }

.interview_achievementCard {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: #fff;
  border-radius: 4px;
  text-decoration: none !important; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .interview_achievementCard {
      padding: 16px 16px 24px;
      width: 208px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .interview_achievementCard {
      width: 294px;
      padding: 24px; } }

.interview_achievementCardThumb {
  overflow: hidden; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .interview_achievementCardThumb {
      aspect-ratio: 1.50427;
      overflow: hidden;
      margin-bottom: 24px; }
      .interview_achievementCardThumb img,
      .interview_achievementCardThumb svg,
      .interview_achievementCardThumb iframe,
      .interview_achievementCardThumb video {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .interview_achievementCardThumb {
      aspect-ratio: 1.5;
      overflow: hidden;
      margin-bottom: 16px; }
      .interview_achievementCardThumb img,
      .interview_achievementCardThumb svg,
      .interview_achievementCardThumb iframe,
      .interview_achievementCardThumb video {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover; } }
  .interview_achievementCardThumb img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.interview_achievementCardDate {
  color: #BBBBBC;
  font-weight: 300;
  letter-spacing: 0.02em;
  line-height: 1;
  width: 100%; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .interview_achievementCardDate {
      font-size: 12px;
      margin-bottom: 12px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .interview_achievementCardDate {
      font-size: 13px;
      margin-bottom: 10px; } }

.interview_achievementCardTitle {
  margin: 0;
  color: #333333;
  font-weight: 300;
  letter-spacing: 0.04em;
  line-height: 1.8; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .interview_achievementCardTitle {
      font-size: 14px;
      overflow: hidden;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .interview_achievementCardTitle {
      font-size: 15px; } }

@media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
  .interview_moreReview {
    margin-top: 47px; } }

@media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
  .interview_moreButton {
    padding-right: clamp(20px, calc(96 / 1440 * 100vw), 96px);
    max-width: 1440px;
    margin: 0 auto; } }

/*
qa
------------------------------------*/
.qa_section {
  background-color: #F8F8F9;
  margin-top: -2px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .qa_section {
      padding: 80px calc(22 / 375 * 100vw) 130px calc(21 / 375 * 100vw); } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .qa_section {
      padding: 160px 202px 285px; } }

.qa_inner {
  max-width: 1248px;
  margin: 0 auto; }

.qa_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-bottom: 1px solid #BBBBBC; }

.qa_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-top: 1px solid #BBBBBC; }

.qa_questionArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .qa_questionArea {
      gap: 12px;
      padding: 32px 16px;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .qa_questionArea {
      gap: 45px;
      padding: 16px 24px;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }

.qa_questionLabel {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0;
  color: #463876;
  font-family: "eb-garamond", serif;
  font-weight: 400;
  line-height: 1.3;
  margin: 0 0 5px 0 !important; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .qa_questionLabel {
      font-size: 20px;
      letter-spacing: 0.08em;
      font-family: "arpona", sans-serif;
      font-weight: 300 !important;
      translate: 0 1px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .qa_questionLabel {
      font-size: 38px;
      letter-spacing: 0.04em; } }

.qa_questionText {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #333333;
  letter-spacing: 0.08em;
  line-height: 1.7;
  margin: 0 !important; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .qa_questionText {
      font-size: 15px;
      font-weight: 300;
      translate: 0 2px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .qa_questionText {
      font-size: 18px;
      font-weight: 600; } }

.qa_toggleBtn {
  position: relative;
  width: 33px;
  height: 33px; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .qa_toggleBtn {
      translate: 0 -3px; } }
  .qa_toggleBtn::before, .qa_toggleBtn::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    width: 13px;
    height: 1px;
    background-color: #333333;
    -webkit-transition: rotate 0.5s ease;
    transition: rotate 0.5s ease; }
  .qa_toggleBtn::after {
    rotate: 90deg; }
    .is-open .qa_toggleBtn::after {
      rotate: 0deg; }

.qa_answerArea {
  display: none; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .qa_answerArea {
      padding: 0 16px 32px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .qa_answerArea {
      padding: 0 24px 30px; } }

.qa_answerArea_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .qa_answerArea_wrap {
      gap: 12px; } }
  @media print, screen and (min-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) {
    .qa_answerArea_wrap {
      gap: 45px; } }

.qa_item-open .qa_answerArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.qa_answerLabel {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0;
  color: #463876;
  font-family: "eb-garamond", serif;
  font-size: 38px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.289;
  opacity: 0.3;
  margin: 0 !important; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .qa_answerLabel {
      font-family: "arpona", sans-serif;
      font-size: 24px;
      letter-spacing: 0.08em;
      font-weight: 300 !important;
      translate: 0 -2px; } }

.qa_answerContent {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px; }

.qa_answerText {
  margin: 0 !important;
  color: #333333;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.04em;
  line-height: 1.8; }
  @media print, screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1023px) and (orientation: portrait) {
    .qa_answerText {
      font-size: 14px; } }
  .qa_answerText a {
    text-underline-offset: 5px; }

.qa_linkText {
  margin: 0;
  color: #333333;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.04em;
  line-height: 1; }

.qa_link {
  color: #463876;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid #463876;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  text-decoration: none !important; }

.qa_bottomBorder {
  width: 100%;
  height: 1px;
  background-color: #BBBBBC; }

.qa_toggleIcon {
  display: none; }
