@charset "UTF-8";
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

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

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

:root {
  --global-margin1: 2rem;
  --global-margin2: 3rem;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #3B3B3B;
  font-weight: 400;
  line-height: 1.45;
  font-size: 1rem;
  background-image: url(./images/body-bg-sm.svg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 1290px auto;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (min-width: 1024px) {
  body {
    background-image: url(./images/body-bg-lg.svg);
    background-repeat: no-repeat;
    background-position: center 72px;
    background-size: 2843px auto;
  }
}
/* フロントエンドでの全幅ブロックのスタイル */
.alignwide {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.alignfull {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.alignfull > * {
  max-width: calc(720px + 24vw);
  padding: 0 12vw;
  margin-left: auto;
  margin-right: auto;
}

/* 文字間隔 */
.tracking-negative20 {
  letter-spacing: -0.02em !important;
}

.tracking-negative40 {
  letter-spacing: -0.04em !important;
}

.tracking-negative60 {
  letter-spacing: -0.06em !important;
}

.tracking-negative80 {
  letter-spacing: -0.08em !important;
}

.text-nowrap {
  white-space: nowrap;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mt0 {
  margin-top: 0 !important;
}

/* 改行 */
br.lg {
  display: none;
}

@media screen and (min-width: 1024px) {
  br.lg {
    display: inline;
  }

  br.sm {
    display: none;
  }
}
.site {
  overflow-x: hidden;
}

.site-header .site-header-inner {
  padding: 0 3.076923vw;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-header .site-title {
  margin: 0;
}
.site-header .site-branding {
  position: relative;
}
.site-header .site-branding img {
  height: 43px;
  width: auto;
}
.site-header .btn-toggle {
  width: 50px;
  height: 50px;
  position: fixed;
  top: 0;
  right: 0;
  background: #3B3B3B;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 999;
}
.site-header .btn-toggle::before, .site-header .btn-toggle::after {
  content: "";
  width: 23px;
  height: 2px;
  background: #fff;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.site-header .btn-toggle::before {
  -webkit-transform: translate(-50%, -50%) translateY(-3px);
          transform: translate(-50%, -50%) translateY(-3px);
}
.site-header .btn-toggle::after {
  -webkit-transform: translate(-50%, -50%) translateY(3px);
          transform: translate(-50%, -50%) translateY(3px);
}
.site-header .btn-toggle.is-opened {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.site-header .btn-toggle.is-opened::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.site-header .btn-toggle.is-opened::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.site-header .menu-content {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100svh;
  background: #fff;
  padding: 50px 0 0;
  z-index: 998;
  overflow-y: scroll;
}
.site-header .menu-content *:not(.btn) {
  color: #3B3B3B;
}
.site-header .menu-content .menu-content-inner {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
.site-header .menu-content .site-title {
  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;
  padding: 0 3.076923vw;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 50px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}
.site-header .menu-content .site-title img {
  height: 43px;
  width: auto;
}
.site-header .menu-content .menu-global-nav-container {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  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;
  padding: 75px 0;
}
.site-header .menu-content .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  width: 100vw;
}
.site-header .menu-content .menu a {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.04em;
  font-family: "Poppins", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  text-align: center;
}
.site-header .menu-content .menu .sm-hide {
  display: none;
}
.site-header .menu-content .menu .menu-item-has-children > a {
  height: 46px;
  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: 6px;
}
.site-header .menu-content .menu .menu-item-has-children .menu-item-has-children > a::after {
  content: "";
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  width: 10px;
  height: 10px;
  background: url(./images/icon-angle-small.svg) no-repeat center center/contain;
  display: block;
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}
.site-header .menu-content .menu .menu-item-has-children .menu-item-has-children.opened > a::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.site-header .menu-content .menu .menu-item-has-children .menu-item-has-children.opened > a + .sub-menu {
  height: 0;
}
.site-header .menu-content .menu .sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
  width: 100%;
}
.site-header .menu-content .menu .sub-menu a {
  height: 46px;
  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;
  color: #fff;
  width: 100%;
  background: #3B3B3B;
  font-weight: 400;
}
.site-header .menu-content .menu .sub-menu .sub-menu {
  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;
  width: 100%;
}
.site-header .menu-content .menu .sub-menu .sub-menu a {
  color: #3B3B3B;
  background: #eeeeee;
  border-top: 1px solid #cccccc;
}
.site-header .menu-content .menu-content-footer {
  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;
  text-align: center;
  padding: 0 8.9743vw 20px;
  gap: 36px;
}
.site-header .menu-content .menu-content-footer * {
  width: 100%;
}
.site-header .menu-content .menu-content-footer img {
  width: 264px;
  height: auto;
}
.site-header .menu-content .menu-content-footer .btn {
  font-size: 19px;
  height: 50px;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.site-header .menu-content .menu-content-footer .btn::after {
  right: 18px;
}
.site-header .menu-content .menu-content-footer .copyright {
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  margin: 8px 0 0;
}

@media screen and (min-width: 1024px) {
  .site-header {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
  }
  .site-header .site-header-inner {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: min(2.6041vw, 34px) 0 0 min(2.6041vw, 40px);
    gap: min(3.90625vw, 45px);
  }
  .site-header .site-branding {
    mix-blend-mode: difference;
  }
  .site-header .site-branding img {
    width: 84px;
    height: auto;
  }
  .site-header .site-title a {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .site-header .site-title a:hover {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-filter: opacity(0.7);
            filter: opacity(0.7);
  }
  .site-header .btn-toggle {
    display: none;
  }
  .site-header .menu-content {
    position: static;
    padding: 0;
    display: block;
    background: transparent;
    width: auto;
    height: auto;
    overflow: visible;
  }
  .site-header .menu-content .menu-content-footer,
.site-header .menu-content .site-title {
    display: none;
  }
  .site-header .menu-content .menu-global-nav-container {
    padding: 0;
  }
  .site-header .menu-content .menu {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: min(2.6041vw, 24px);
    padding-left: 8px;
    width: auto;
  }
  .site-header .menu-content .menu .sm-hide {
    display: block;
  }
  .site-header .menu-content .menu a {
    font-size: min(1.6927vw, 18px);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .site-header .menu-content .menu a:hover {
    -webkit-filter: brightness(50%);
            filter: brightness(50%);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .site-header .menu-content .menu .menu-item-has-children {
    position: relative;
  }
  .site-header .menu-content .menu .menu-item-has-children > a {
    padding-bottom: 0;
  }
  .site-header .menu-content .menu .menu-item-has-children > a::after {
    content: "";
    width: 10px;
    height: 10px;
    background: url(./images/icon-angle-small.svg) no-repeat center center/contain;
    display: block;
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .site-header .menu-content .menu .menu-item-has-children:hover > a::after {
    opacity: 1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .site-header .menu-content .menu .menu-item-has-children .sub-menu a {
    font-size: min(1.6927vw, 15px);
  }
  .site-header .menu-content .menu .menu-item-has-children.opened .sub-menu {
    opacity: 1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    visibility: visible;
  }
  .site-header .menu-content .menu .menu-item-has-children.opened .sub-menu a {
    pointer-events: auto;
    padding: 0 1.5rem;
  }
  .site-header .menu-content .menu .menu-item-has-children .menu-item-has-children a::after {
    opacity: 1;
  }
  .site-header .menu-content .menu .sub-menu {
    position: absolute;
    left: 100%;
    padding-left: 16px;
    top: 0;
    gap: 0;
    width: auto;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .site-header .menu-content .menu .sub-menu .menu-item {
    border-top: 1px solid #626161;
  }
  .site-header .menu-content .menu .sub-menu .menu-item:nth-child(1) {
    border: none;
  }
  .site-header .menu-content .menu .sub-menu a {
    height: 38px;
    padding: 0 8px;
    white-space: nowrap;
    opacity: 1 !important;
    pointer-events: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .site-header .menu-content .menu .sub-menu a:hover {
    background: #009E96;
    -webkit-filter: unset;
            filter: unset;
    color: #fff;
  }
  .site-header .menu-content .menu .sub-menu .sub-menu {
    position: static;
    padding-left: 0;
    max-height: 30vh;
  }
  .site-header .menu-content .menu .sub-menu .sub-menu li {
    border: none;
  }
  .site-header .menu-content .menu .sub-menu .sub-menu a {
    border-color: #ccc;
  }
}
body:not(.home) .footer-banners {
  max-width: calc(1090px + 10.2564vw) !important;
  margin-left: auto;
  margin-right: auto;
}

.site-footer {
  overflow: hidden;
}
.site-footer .footer-cta {
  padding: 65px 5.1282vw 38px;
  position: relative;
  margin-bottom: 23px;
}
.site-footer .footer-cta::before {
  content: "";
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  background: #009E96;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.site-footer .footer-cta * {
  color: #fff;
}
.site-footer .footer-cta .bg-line-art {
  top: -80px;
  right: 6px;
}
.site-footer .footer-cta h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  gap: 12px;
  margin: 0 0 20px;
}
.site-footer .footer-cta h2 .en {
  font-size: 75px;
  font-weight: 600;
  position: relative;
  padding-bottom: 8px;
  line-height: 1;
  letter-spacing: -0.04em;
}
.site-footer .footer-cta h2 .en::after {
  content: "";
  width: 50px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.site-footer .footer-cta h2 .ja {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.site-footer .footer-cta .input-block p {
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #fff;
}
.site-footer .footer-cta .input-block p > label {
  font-size: 14px;
  display: block;
  margin-bottom: 8px;
}
.site-footer .footer-cta .input-block p.checkbox-wrap {
  margin-bottom: 16px;
  padding-bottom: 0;
  border: none;
}
.site-footer .footer-cta .input-block p.checkbox-wrap > label {
  margin-bottom: 16px;
}
.site-footer .footer-cta .google-recaptcha {
  line-height: 1.25;
  font-size: 13px !important;
}
.site-footer .footer-banners {
  padding: 0 5.1282vw;
  margin-bottom: 78px;
}
.site-footer .footer-banners .creative-partner {
  max-width: 1090px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  aspect-ratio: 7/4;
  width: 100%;
  max-height: 260px;
  background: url(./images/creative-partner-bg-sm.jpg) no-repeat left top/cover;
  color: #fff;
  padding: min(3.8461vw, 36px) min(4.6153vw, 50px);
  line-height: 0.9;
  position: relative;
  overflow: hidden;
}
.site-footer .footer-banners .creative-partner > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: min(4.1025vw, 24px);
  position: relative;
  z-index: 1;
  height: 100%;
}
.site-footer .footer-banners .creative-partner .en {
  font-family: "Poppins", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  font-size: min(14.3589vw, 70px);
}
.site-footer .footer-banners .creative-partner .ja {
  font-size: min(5.1282vw, 26px);
  font-weight: bold;
}
.site-footer .footer-banners .creative-partner .more {
  margin-top: auto;
  -ms-flex-item-align: end;
      align-self: flex-end;
  font-weight: bold;
  font-size: min(3.8461vw, 16px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(1.0256vw, 8px);
}
.site-footer .footer-banners .creative-partner .more::after {
  content: "";
  width: min(5.1282vw, 26px);
  height: min(1.0256vw, 5px);
  background: url(./images/icon-arrow-right-white.svg) no-repeat center center/contain;
}
.site-footer .site-info {
  position: relative;
}
.site-footer .site-info::before {
  content: "";
  width: 100%;
  height: calc(100% - 6.37vw);
  background: rgba(59, 59, 59, 0.15);
  position: absolute;
  left: 0;
  bottom: 0;
  mix-blend-mode: multiply;
  z-index: -1;
}
.site-footer .site-info .bg-line-art {
  left: 75px;
  top: -190px;
}
.site-footer .site-info .elem {
  margin-left: auto;
  margin-right: auto;
  opacity: 0.15;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  mix-blend-mode: multiply;
}
.site-footer .site-info .elem img {
  height: 6.5384vw;
  width: auto;
}
.site-footer .site-info .container {
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 35px 5.1282vw 16px;
}
.site-footer .site-info .container p {
  font-size: 13px;
  text-align: right;
  margin: 0;
}
.site-footer .site-info .container .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  font-size: 13px;
  font-family: "Poppins", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 12px;
}
.site-footer .site-info .container .site-branding {
  margin-bottom: 6px;
}
.site-footer .site-info .container .privacy-links {
  font-size: 13px;
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.site-footer .site-info .container .privacy-links a {
  text-decoration: underline;
}
.site-footer .site-info .container .copyright {
  margin-top: 30px;
  font-family: "Poppins", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

@media screen and (min-width: 768px) {
  .site-footer .footer-banners .creative-partner {
    background: url(./images/creative-partner-bg-lg.jpg) no-repeat left bottom/cover;
  }
  .site-footer .footer-banners .creative-partner > span br {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .site-footer .footer-banners {
    margin-bottom: 120px;
    mix-blend-mode: multiply;
  }
  .site-footer .footer-banners .creative-partner {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .site-footer .footer-banners .creative-partner:hover {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-filter: contrast(1.2);
            filter: contrast(1.2);
  }
  .site-footer .footer-cta {
    padding: 72px min(4.5625vw, 73px) 72px;
    margin-bottom: 34px;
  }
  .site-footer .footer-cta .bg-line-art {
    top: -260px;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%) translateX(-619px);
            transform: translateX(-50%) translateX(-619px);
  }
  .site-footer .footer-cta h2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 16px;
    margin-bottom: 40px;
  }
  .site-footer .footer-cta h2 .en {
    padding-bottom: 0;
    line-height: 0.7;
    font-size: 150px;
  }
  .site-footer .footer-cta h2 .en::after {
    content: none;
  }
  .site-footer .footer-cta h2 .ja {
    font-size: 20px;
    padding-left: 16px;
    border-left: 2px solid #fff;
    line-height: 36px;
  }
  .site-footer .footer-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 50px;
  }
  .site-footer .footer-form .input-block {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 480px;
    width: calc(50% - 25px);
  }
  .site-footer .footer-form .input-block > p, .site-footer .footer-form .input-block p.checkbox-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
  }
  .site-footer .footer-form .input-block > p label, .site-footer .footer-form .input-block p.checkbox-wrap label {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin: 0;
    white-space: nowrap;
  }
  .site-footer .footer-form .input-block > p.textarea-wrap {
    margin-bottom: 0;
  }
  .site-footer .footer-form .input-block > p.textarea-wrap .wpcf7-form-control-wrap {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .site-footer .footer-form .input-block .google-recaptcha {
    font-size: 14px !important;
  }
  .site-footer .footer-form .submit-block {
    width: calc(50% - 25px);
    position: relative;
  }
  .site-footer .footer-form .submit-block p {
    text-align: right;
    font-size: 16px;
  }
  .site-footer .footer-form .submit-block .wpcf7-response-output {
    position: absolute;
    top: -80px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .site-footer .footer-form .submit-block a:hover {
    text-decoration: none;
  }
  .site-footer .footer-form .accept-submit-container {
    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;
    width: 100%;
    gap: 16px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .site-footer .footer-form .accept-submit-container * {
    margin: 0;
  }
  .site-footer .footer-form .accept-submit-container .submit-wrap {
    margin: 0;
    position: relative;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .site-footer .footer-form .accept-submit-container .submit-wrap .wpcf7-spinner {
    position: absolute;
    left: 50%;
    bottom: -32px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .site-footer .footer-form .accept-submit-container .submit-wrap:hover input {
    background: #3B3B3B;
    color: #fff;
  }
  .site-footer .footer-form .accept-submit-container .submit-wrap:hover::after {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .site-footer .footer-form .accept-submit-container .submit-wrap input {
    font-size: 16px;
    width: 312px;
  }
  .site-footer .footer-form .accept-submit-container .wpcf7-response-output {
    margin: 0 0 24px;
  }
  .site-footer .site-info .bg-line-art {
    display: none;
  }
  .site-footer .site-info .container {
    padding: 35px 40px 16px;
  }
  .site-footer .site-info .container .menu {
    font-size: 16px;
    gap: 30px;
  }
  .site-footer .site-info .container .site-branding a {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .site-footer .site-info .container .site-branding a:hover {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-filter: opacity(0.7);
            filter: opacity(0.7);
  }
  .site-footer .site-info .container .site-branding img {
    width: 425px;
    height: auto;
  }
  .site-footer .site-info .container .addr {
    font-size: 16px;
  }
  .site-footer .site-info .container .privacy-links {
    font-size: 14px;
    margin-top: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
  }
  .site-footer .site-info .container .privacy-links a:hover {
    text-decoration: none;
  }
  .site-footer .site-info .container .copyright {
    font-size: 14px;
    margin-top: 60px;
  }
}
/*modal START*/
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.modal .modal-inner {
  width: 80%;
  height: 70%;
  max-width: 600px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  overflow-y: auto;
}
.modal .modal-inner h2 {
  font-size: 1em;
}
.modal .modal-inner p {
  font-size: 14px;
}
.modal .btn-close {
  position: fixed;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  bottom: 5%;
  cursor: pointer;
  z-index: 1;
}

@media screen and (min-width: 1024px) {
  .modal .modal-inner {
    height: auto;
    max-height: 60%;
  }
  .modal .btn-close {
    bottom: 15%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .modal .btn-close::after {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .modal .btn-close:hover {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    background: #3B3B3B;
  }
  .modal .btn-close:hover::after {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-filter: blur(0) invert(1);
            filter: blur(0) invert(1);
  }
}
/*modal END*/
/*artist-search-photo START*/
.artist-search-photo, .artist-search {
  margin-bottom: 96px;
  position: relative;
}
.artist-search-photo .bg-line-art, .artist-search .bg-line-art {
  top: 12px;
  left: 75px;
}
.artist-search-photo h2, .artist-search h2 {
  margin: 0 auto 30px;
  width: 100%;
  overflow: hidden;
}
.artist-search-photo h2 picture, .artist-search h2 picture {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.artist-search-photo h2 img, .artist-search h2 img {
  height: min(50.5128vw, 251px);
  width: auto;
  mix-blend-mode: multiply;
}
.artist-search-photo .logo-search-artist.scroll-animate picture, .artist-search .logo-search-artist.scroll-animate picture {
  opacity: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 1s cubic-bezier(0.5, 0, 0.5, 1);
  transition: all 1s cubic-bezier(0.5, 0, 0.5, 1);
}
.artist-search-photo .logo-search-artist.scroll-animate.in-view picture, .artist-search .logo-search-artist.scroll-animate.in-view picture {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.artist-search-photo .artist-links, .artist-search .artist-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  padding-right: 5.1282vw;
}
.artist-search-photo .artist-links a, .artist-search .artist-links a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.artist-search-photo .artist-links a::before, .artist-search .artist-links a::before {
  content: "";
  width: 43.2432%;
  height: 6px;
  background: #FDD000;
  position: absolute;
  top: 0;
  left: 0;
}
.artist-search-photo .artist-links a:nth-child(2)::before, .artist-search .artist-links a:nth-child(2)::before {
  background: #E62F87;
}
.artist-search-photo .artist-links a:nth-child(3)::before, .artist-search .artist-links a:nth-child(3)::before {
  background: #009BDE;
}
.artist-search-photo .artist-links a > div, .artist-search .artist-links a > div {
  background: #3B3B3B;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1em 1em 1em 6.4102vw;
}
.artist-search-photo .artist-links a > div h3, .artist-search .artist-links a > div h3 {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  line-height: 1;
}
.artist-search-photo .artist-links a > div h3 > span, .artist-search .artist-links a > div h3 > span {
  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.25rem;
}
.artist-search-photo .artist-links a > div h3 .num, .artist-search-photo .artist-links a > div h3 .en, .artist-search .artist-links a > div h3 .num, .artist-search .artist-links a > div h3 .en {
  font-family: "Poppins", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: min(5.8974vw, 80px);
  letter-spacing: 0.02em;
}
.artist-search-photo .artist-links a > div h3 .ja, .artist-search .artist-links a > div h3 .ja {
  font-weight: 400;
  font-size: min(3.5897vw, 18px);
  line-height: 1.5;
}
.artist-search-photo .artist-links a > figure, .artist-search .artist-links a > figure {
  aspect-ratio: 8/7;
  -ms-flex-preferred-size: 43.2432%;
      flex-basis: 43.2432%;
  margin: 0;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.artist-search-photo .artist-links a > figure img, .artist-search .artist-links a > figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.artist-search-photo .artist-links a > figure .more, .artist-search .artist-links a > figure .more {
  position: absolute;
  bottom: min(1.5384vw, 20px);
  right: min(3.0769vw, 28px);
  color: #fff;
  font-size: min(3.5897vw, 16px);
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(1.0256vw, 8px);
}
.artist-search-photo .artist-links a > figure .more::after, .artist-search .artist-links a > figure .more::after {
  content: "";
  width: min(5.1282vw, 26px);
  height: min(1.0256vw, 5px);
  background: url(./images/icon-arrow-right-white.svg) no-repeat center center/contain;
}

.artist-search .artist-links a {
  background: #3B3B3B !important;
  color: #fff !important;
  padding: 0 min(3.8461vw, 26px) 0 min(5.1282vw, 26px) !important;
  height: min(23.0769vw, 160px) !important;
  position: relative !important;
}
.artist-search .artist-links a::before {
  width: 75.6756% !important;
}
.artist-search .artist-links a > div {
  background: transparent !important;
  padding: 0 !important;
}
.artist-search .artist-links a h3 {
  padding-top: 4px !important;
}
.artist-search .artist-links a h3 .num, .artist-search .artist-links a h3 .en {
  font-size: min(5.8974vw, 50px) !important;
}
.artist-search .artist-links a h3 .ja {
  font-size: min(3.5897vw, 16px) !important;
}
.artist-search .artist-links a .more {
  position: absolute !important;
  bottom: min(3.0769vw, 16px) !important;
  right: min(4.1025vw, 22px) !important;
  color: #fff;
  font-size: min(3.5897vw, 16px) !important;
  font-weight: 700 !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  gap: min(1.0256vw, 8px) !important;
}
.artist-search .artist-links a .more::after {
  content: "";
  width: min(5.1282vw, 26px) !important;
  height: min(1.0256vw, 5px) !important;
  background: url(./images/icon-arrow-right-white.svg) no-repeat center center/contain !important;
}

@media screen and (min-width: 768px) {
  .artist-search-photo h2 picture, .artist-search h2 picture {
    margin-right: 0;
    padding-right: 3vw;
  }
  .artist-search-photo h2 img, .artist-search h2 img {
    height: min(24vw, 314px);
  }
  .artist-search-photo .artist-links a::before, .artist-search .artist-links a::before {
    height: 16px;
  }
  .artist-search-photo .artist-links a > figure, .artist-search .artist-links a > figure {
    aspect-ratio: 15/8;
    width: 40.5405%;
    max-height: 320px;
    max-width: 600px;
  }

  .artist-search h2 picture {
    margin: 0 auto !important;
    padding-right: 0 !important;
  }
  .artist-search h2 img {
    width: min(90vw, 1404px) !important;
    height: auto !important;
  }
}
@media screen and (min-width: 1024px) {
  .artist-search-photo, .artist-search {
    margin-bottom: 180px;
  }
  .artist-search-photo .bg-line-art, .artist-search .bg-line-art {
    top: 11px;
    left: 50%;
    -webkit-transform: translateX(-50%) translateX(546px);
            transform: translateX(-50%) translateX(546px);
  }
  .artist-search-photo h2, .artist-search h2 {
    margin-bottom: 80px;
  }
  .artist-search-photo h2 picture, .artist-search h2 picture {
    padding-right: min(8.3125vw, 133px);
  }
  .artist-search-photo h2 img, .artist-search h2 img {
    height: min(50.5128vw, 314px);
  }
  .artist-search-photo .artist-links, .artist-search .artist-links {
    padding-right: min(10.8125vw, 173px);
    gap: 50px;
  }
  .artist-search-photo .artist-links a > div, .artist-search .artist-links a > div {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .artist-search-photo .artist-links a > figure, .artist-search .artist-links a > figure {
    overflow: hidden;
  }
  .artist-search-photo .artist-links a > figure img, .artist-search .artist-links a > figure img {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .artist-search-photo .artist-links a:hover > div, .artist-search .artist-links a:hover > div {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    background: #000;
  }
  .artist-search-photo .artist-links a:hover > figure, .artist-search .artist-links a:hover > figure {
    overflow: hidden;
  }
  .artist-search-photo .artist-links a:hover > figure img, .artist-search .artist-links a:hover > figure img {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  .artist-search-photo h3 .ja br, .artist-search h3 .ja br {
    display: none;
  }

  .artist-search {
    margin-bottom: 162px !important;
  }
  .artist-search h2 {
    margin-bottom: 68px !important;
  }
  .artist-search h2 picture {
    margin: 0 auto !important;
    padding-right: 0 !important;
  }
  .artist-search h2 img {
    width: min(90vw, 1404px) !important;
    height: auto !important;
  }
  .artist-search .artist-links {
    padding: 0 5.1282vw !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    gap: min(2.9296vw, 50px) !important;
    max-width: calc(1090px + 10.2564vw) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .artist-search .artist-links a {
    -ms-flex-preferred-size: calc(50% - min(2.9296vw, 50px) / 2) !important;
        flex-basis: calc(50% - min(2.9296vw, 50px) / 2) !important;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .artist-search .artist-links a::before {
    height: 10px !important;
  }
  .artist-search .artist-links a:hover {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    background: #000 !important;
  }
}
@media screen and (min-width: 1360px) {
  .artist-search-photo .artist-links a > div, .artist-search .artist-links a > div {
    padding-left: min(6.6875vw, 107px);
  }
  .artist-search-photo .artist-links a > div .en br, .artist-search .artist-links a > div .en br {
    display: none;
  }
}
/*artist search photo END */
/*company overview block START */
.company-overview-block {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 48px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 80px;
}
.company-overview-block .wp-block-table {
  margin-bottom: 0;
}
.company-overview-block table tr {
  border-bottom: 1px solid #3B3B3B;
  margin-bottom: 30px;
  display: block;
}
.company-overview-block table tr:nth-last-of-type(1) {
  margin-bottom: 0;
  border: none;
}
.company-overview-block table td {
  display: block;
  border: none;
  padding: 8px 12px 14px;
  font-size: 16px;
}
.company-overview-block table td:nth-child(1) {
  padding: 0 12px;
  font-weight: bold;
}

@media screen and (min-width: 1024px) {
  .company-overview-block table tr {
    display: table-row;
    margin: 0;
  }
  .company-overview-block table tr:nth-child(1) td {
    padding-top: 0;
  }
  .company-overview-block table td {
    display: table-cell;
    padding: 32px 12px;
    vertical-align: text-top;
  }
  .company-overview-block table td:nth-child(1) {
    padding-right: 28px;
    width: 20%;
  }
}
@media screen and (min-width: 1360px) {
  .company-overview-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 157px;
  }
  .company-overview-block .wp-block-table {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
/*company overview block END */
/*service block START */
.service-block {
  gap: 40px;
}

@media screen and (min-width: 1360px) {
  .service-block {
    gap: 93px;
  }
}
/*service block END */
/*grid block START */
.grid-block-wrap {
  gap: 54px;
  margin-left: calc(50% - 50vw) !important;
  width: 100vw;
}

.grid-block {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 28px;
}
.grid-block * {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.grid-block .text {
  gap: 8px;
  padding: 0 5.1282vw;
}
.grid-block .grid-block-title {
  font-size: 38px;
  font-family: "Poppins", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  line-height: 1.315;
  letter-spacing: -0.04em;
}
.grid-block .grid-block-sub-title {
  color: #009E96;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 16px;
}
.grid-block .grid-block-description {
  font-weight: 500;
}
.grid-block .wp-block-image {
  width: 100%;
  aspect-ratio: 12/5;
}
.grid-block .wp-block-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

@media screen and (min-width: 1024px) {
  .grid-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 0;
  }
  .grid-block .wp-block-image {
    margin: 0;
    width: auto;
    aspect-ratio: unset;
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    min-height: 230px;
  }
  .grid-block .text {
    padding-left: 21.3867vw;
    padding-right: 32px;
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
    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 screen and (min-width: 1360px) {
  .grid-block-wrap {
    gap: 0;
  }

  .grid-block .text {
    padding: 0;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    padding: 0 5.2083vw 0 16.6666vw;
  }
  .grid-block .wp-block-image {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    min-height: 400px;
  }
  .grid-block:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .grid-block:nth-child(even) .text {
    padding: 0 16.6666vw 0 5.2083vw;
  }
  .grid-block .grid-block-title {
    font-size: 50px;
  }
}
/*grid block END */
/*partner block START */
.partner-block-wrap {
  gap: 50px;
}

.partner-block {
  gap: 16px;
}
.partner-block .partner-block-title {
  font-size: 18px;
}
.partner-block .partner-block-description {
  font-weight: 500;
  line-height: 1.875;
}

@media screen and (min-width: 768px) {
  .partner-block-wrap {
    gap: 50px 32px;
  }

  .partner-block {
    -ms-flex-preferred-size: calc(50% - 16px);
        flex-basis: calc(50% - 16px);
  }
}
@media screen and (min-width: 1360px) {
  .partner-block-wrap {
    gap: 70px 65px;
  }

  .partner-block {
    -ms-flex-preferred-size: calc(33.33% - 43.3333333333px);
        flex-basis: calc(33.33% - 43.3333333333px);
  }
}
/*partner block END */
.home .site-main {
  padding-top: 0;
  max-width: unset !important;
}
.home .entry-content {
  max-width: unset !important;
}

.page .entry-content {
  max-width: unset !important;
}

.site-main {
  padding: 62px 5.1282vw 0;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
}

@media screen and (min-width: 768px) {
  .site-main {
    margin-bottom: 120px;
  }
}
@media screen and (min-width: 1024px) {
  .site-main {
    padding-top: 200px;
    max-width: 75.2564vw;
    margin-bottom: 230px;
  }

  .entry-content {
    max-width: 57.2916vw;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1360px) {
  .site-main {
    max-width: 84.2147vw;
  }
}
/*fv START*/
.fv {
  margin-left: calc(50% - 50vw);
  width: 100vw;
  position: relative;
  padding-top: 30px;
  padding-bottom: 100px;
  margin-bottom: 80px;
}
.fv .bg-line-art {
  top: -50px;
  left: 22px;
}
.fv .copy-unite {
  text-align: center;
  margin-bottom: 44px;
}
.fv .copy-unite h2 {
  font-size: 24px;
  letter-spacing: 0.3em;
  margin: 0 0 5px;
}
.fv .copy-unite p {
  font-family: "Poppins", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.36em;
  margin: 0;
}
.fv .concept {
  margin: 0 0 16px;
  text-align: center;
  padding: 0 5.1282vw;
  font-size: 18px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 0.04em;
}
.fv .concept br {
  display: none;
}
.fv .fv-elem {
  padding: 16px 0 26px;
}
.fv .fv-elem .copyright, .fv .fv-elem a {
  display: none;
}
.fv .logo-ja {
  overflow: hidden;
  mix-blend-mode: multiply;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  background-image: url("./images/logo-ja.svg");
  background-repeat: repeat-x;
  background-size: min(291.282vw, 1920px) auto;
  width: 100%;
  height: min(36.4102vw, 240px);
  -webkit-animation: fv-scroll 15s linear infinite;
          animation: fv-scroll 15s linear infinite;
}
@-webkit-keyframes fv-scroll {
  from {
    background-position: 0 0;
  }
  to {
    background-position: calc(-1 * min(291.282vw, 1920px)) 0;
  }
}
@keyframes fv-scroll {
  from {
    background-position: 0 0;
  }
  to {
    background-position: calc(-1 * min(291.282vw, 1920px)) 0;
  }
}

@media screen and (min-width: 768px) {
  .fv {
    padding-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-bottom: 0;
    aspect-ratio: 32/15;
    margin-bottom: min(11.7187vw, 170px);
  }
  .fv .concept {
    padding: 0;
    margin: 0;
    text-align: left;
    font-size: min(3.125vw, 40px);
    position: absolute;
    left: 16.927vw;
    top: 45vw;
    z-index: 2;
  }
  .fv .concept br {
    display: inline;
  }
  .fv .copy-unite {
    position: absolute;
    top: 33.33%;
    left: 16.927vw;
    z-index: 2;
    margin: 0;
  }
  .fv .fv-elem {
    width: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -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-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    position: relative;
    padding: 36px 0;
  }
  .fv .fv-elem a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    position: relative;
    z-index: 10;
    gap: 10px;
    padding-left: 36px;
    font-family: "Poppins", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
  }
  .fv .fv-elem a::before {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    display: block;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    content: "";
    width: 5px;
    height: 24px;
    background: url(./images/icon-arrow-down.svg) no-repeat center center/contain;
  }
  .fv .fv-elem .copyright {
    font-size: min(1.3vw, 14px);
    white-space: nowrap;
    display: inline;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-90deg);
            transform: translate(-50%, -50%) rotate(-90deg);
    font-family: "Poppins", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
  }
  .fv .logo-ja {
    background-size: 100vw auto;
    height: 12.5vw;
  }
  @-webkit-keyframes fv-scroll {
    from {
      background-position: 0 0;
    }
    to {
      background-position: -100vw 0;
    }
  }
  @keyframes fv-scroll {
    from {
      background-position: 0 0;
    }
    to {
      background-position: -100vw 0;
    }
  }
  .fv .copy-unite {
    left: 21.5625vw;
  }
  .fv .copy-unite h2 {
    font-size: 1.9791vw;
  }
  .fv .copy-unite p {
    font-size: 1.0416vw;
  }
  .fv .concept {
    top: auto;
    bottom: 14.9479vw;
    left: 21vw;
    font-size: 2.0833vw;
  }
  .fv .concept br.md {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .fv {
    padding-left: 0;
  }
  .fv .bg-line-art {
    top: 343px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .fv .fv-elem {
    width: 75px;
  }
}
@media screen and (min-width: 1360px) {
  .fv .concept {
    left: 4.5833vw;
  }
  .fv .fv-elem {
    width: 3.90625vw;
  }
}
/*fv END*/
/*announcement block START*/
.announcement-top-block {
  margin-bottom: 3rem;
}

.announcement-bottom-block {
  margin-top: 3rem;
}

.announcement-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  max-width: 1090px;
  margin-left: auto;
  margin-right: auto;
}
.announcement-wrap a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.announcement-wrap a:hover {
  opacity: 0.7;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.announcement-wrap .announcement-banner {
  display: block;
  width: 100%;
  aspect-ratio: 109/26;
  overflow: hidden;
}
.announcement-wrap .announcement-banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.announcement-text-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 4rem;
  gap: min(4vw, 3.5rem);
}
.announcement-text-wrap .announcement-text-content {
  font-size: min(5.128vw, 2rem);
  padding: 1rem 0;
  margin: 0;
  line-height: 1.3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.announcement-text-wrap .announcement-text-content > * {
  width: 100%;
}
.announcement-text-wrap .announcement-text-content > *:last-child {
  margin-bottom: 0;
}
.announcement-text-wrap::before, .announcement-text-wrap::after {
  content: "";
  width: 1rem;
  height: auto;
  border: 1px solid #3B3B3B;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.announcement-text-wrap::before {
  border-right: none;
}
.announcement-text-wrap::after {
  border-left: none;
}

@media screen and (min-width: 768px) {
  .announcement-top-block {
    margin-bottom: min(6.25vw, 5rem);
  }

  .announcement-bottom-block {
    margin-top: min(6.25vw, 5rem);
  }

  .announcement-wrap {
    gap: min(2vw, 2rem);
  }
}
/*announcement block END*/
/*news-block START*/
.news-block {
  margin-bottom: 80px;
  position: relative;
}
.news-block .bg-line-art {
  top: 120px;
  right: calc(-5.1282vw + 7px);
}
.news-block .news-list-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -5.1282vw;
  gap: min(4.1025vw, 70px);
}
.news-block .news-list-wrap .elem {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: min(24.6153vw, 160px);
  color: #009E96;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 0.7;
  letter-spacing: -0.04em;
  mix-blend-mode: multiply;
  margin-left: -2px;
}
.news-block h3 {
  font-size: 18px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 1px solid #3B3B3B;
  padding: 0 0 4px 0;
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 768px) {
  .news-block .news-list-wrap h3 {
    font-size: 20px;
    margin-bottom: 36px;
    padding-bottom: 10px;
    padding-right: 1em;
    border-bottom: 2px solid #3B3B3B;
  }
}
@media screen and (min-width: 1024px) {
  .news-block .bg-line-art {
    display: none;
  }
  .news-block .news-list-wrap {
    padding-left: min(10.9375vw, 175px);
  }
  .news-block .news-list-wrap .elem {
    font-size: 200px;
  }
}
/*news-block END*/
/*instagram-block START*/
.instagram-block {
  max-width: 1090px;
  margin-left: auto;
  margin-right: auto;
}

.page-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  margin-bottom: 96px;
}
.page-header .page-title {
  font-size: min(18.9743vw, 110px);
  color: #009E96;
  position: relative;
  margin: 0;
  padding-bottom: 15px;
  line-height: 1;
  letter-spacing: -0.04em;
}
.page-header .page-title::after {
  content: "";
  width: 60px;
  height: 2px;
  background: #3B3B3B;
  position: absolute;
  left: 0;
  bottom: 0;
}
.page-header .page-title.en {
  font-weight: 600;
}
.page-header .page-title.small {
  font-size: min(18.9743vw, 100px);
}
.page-header .page-sub-title {
  font-size: min(4.6153vw, 20px);
  margin: 0;
  letter-spacing: 0.02em;
  font-weight: bold;
}
.page-header.model-actor .page-title {
  font-size: min(10.2564vw, 110px);
}

@media screen and (min-width: 1024px) {
  .page-header {
    margin-bottom: 152px;
  }
  .page-header .page-title {
    font-size: 10.4166vw;
    padding-bottom: 8px;
  }
  .page-header .page-title.small {
    font-size: 7.8125vw;
    padding-bottom: 15px;
  }
}
/*NEWS ARCHIVE START */
.post-type-archive-news .news-list, .tax-news-cat .news-list, .tax-news-tag .news-list {
  gap: 45px;
  margin-bottom: 84px;
}
.post-type-archive-news .news-list .news-item, .tax-news-cat .news-list .news-item, .tax-news-tag .news-list .news-item {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: min(3.8461vw, 24px);
}
.post-type-archive-news .news-list figure, .tax-news-cat .news-list figure, .tax-news-tag .news-list figure {
  aspect-ratio: 3/2;
  -ms-flex-preferred-size: 27.4285%;
      flex-basis: 27.4285%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0;
  max-width: 180px;
}
.post-type-archive-news .news-list figure img, .tax-news-cat .news-list figure img, .tax-news-tag .news-list figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.post-type-archive-news .news-list .text, .tax-news-cat .news-list .text, .tax-news-tag .news-list .text {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 6px;
}

@media screen and (min-width: 768px) {
  .post-type-archive-news .news-list .news-title a, .tax-news-cat .news-list .news-title a, .tax-news-tag .news-list .news-title a {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .post-type-archive-news .news-list, .tax-news-cat .news-list, .tax-news-tag .news-list {
    margin-bottom: 168px;
  }
}
/*NEWS ARCHIVE END */
.tax-artists-cat .site-main {
  padding-top: 48px;
}
.tax-artists-cat .page-header {
  margin-left: calc(50% - 50vw);
  padding-left: 20px;
  position: relative;
  height: 180px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 68px;
}
.tax-artists-cat .page-header::before {
  content: "";
  width: 6px;
  height: 180px;
  background: #009E96;
  position: absolute;
  top: 0;
  left: 0;
}
.tax-artists-cat .page-header .page-title {
  text-transform: uppercase;
  font-size: 62px;
}
.tax-artists-cat .page-header .page-sub-title {
  font-size: 18px;
}
.tax-artists-cat .page-header.other .page-title {
  color: #009BDE;
}
.tax-artists-cat .page-header.other::before {
  background: #009BDE;
}
.tax-artists-cat .page-header.artist .page-title {
  color: #E62F87;
}
.tax-artists-cat .page-header.artist::before {
  background: #E62F87;
}
.tax-artists-cat .page-header.creators .page-title {
  color: #FDD000;
}
.tax-artists-cat .page-header.creators::before {
  background: #FDD000;
}
.tax-artists-cat .page-header.model-actor .page-title {
  font-size: min(10.6666vw, 62px);
}
.tax-artists-cat .entry-content {
  padding: 0 5.1282vw;
}
.tax-artists-cat .artists-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: 48px;
}
.tax-artists-cat .artists-list .artists-item a {
  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;
}
.tax-artists-cat .artists-list figure {
  aspect-ratio: 1/1;
  margin: 0;
}
.tax-artists-cat .artists-list figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.tax-artists-cat .artists-list .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.tax-artists-cat .artists-list .text * {
  margin: 0;
}
.tax-artists-cat .artists-list .text .label {
  pointer-events: none;
  font-size: 16px;
  font-weight: bold;
}
.tax-artists-cat .artists-list .text .artist-name-ja {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.02em;
}
.tax-artists-cat .artists-list .text .artist-name-en {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.04em;
}

@media screen and (min-width: 600px) {
  .tax-artists-cat .entry-content {
    padding: 0;
  }
  .tax-artists-cat .artists-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 48px 24px;
  }
  .tax-artists-cat .artists-list .artists-item {
    -ms-flex-preferred-size: calc(50% - 12px);
        flex-basis: calc(50% - 12px);
  }
}
@media screen and (min-width: 768px) {
  .tax-artists-cat .artists-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 48px 24px;
  }
  .tax-artists-cat .artists-list .artists-item {
    -ms-flex-preferred-size: calc(33.33% - 16px);
        flex-basis: calc(33.33% - 16px);
  }
}
@media screen and (min-width: 1024px) {
  .tax-artists-cat .page-header {
    margin-left: 0;
    max-width: 57.2916vw;
    margin-left: auto;
    margin-right: auto;
  }
  .tax-artists-cat .artists-list figure {
    overflow: hidden;
  }
  .tax-artists-cat .artists-list a img {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .tax-artists-cat .artists-list a:hover img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }

  .term-creators .artists-list a:hover {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    color: #FDD000;
  }

  .term-artist .artists-list a:hover {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    color: #E62F87;
  }

  .term-other .artists-list a:hover {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    color: #009BDE;
  }
}
@media screen and (min-width: 1360px) {
  .tax-artists-cat .site-main {
    padding-top: 0;
  }
  .tax-artists-cat .page-header {
    margin-right: calc(50% - 50vw);
    max-width: none;
    padding-left: 0;
    padding-top: 10.4166vw;
    height: auto;
    margin-bottom: 170px;
  }
  .tax-artists-cat .page-header::before {
    width: 100%;
    height: 40px;
  }
  .tax-artists-cat .page-header .page-title {
    font-size: 10.4166vw;
    line-height: 1;
  }
  .tax-artists-cat .page-header .page-sub-title {
    font-size: 20px;
  }
  .tax-artists-cat .page-header.model-actor .page-title {
    font-size: 5vw;
  }
  .tax-artists-cat .artists-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 50px min(3.6764vw, 73px);
  }
  .tax-artists-cat .artists-list .artists-item {
    -ms-flex-preferred-size: calc(25% - min(3.6764vw, 73px) * 3 / 4);
        flex-basis: calc(25% - min(3.6764vw, 73px) * 3 / 4);
  }
}
/*single news START*/
.single-news .entry-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 20px;
  gap: 20px;
}
.single-news .entry-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  margin: 0;
}
.single-news .entry-title {
  font-size: 24px;
  margin: 0;
  line-height: 1.75;
  text-decoration: underline;
}
.single-news .entry-content {
  margin-bottom: 80px;
}
.single-news .entry-content [class^=wp-block-], .single-news .entry-content p, .single-news .entry-content ul, .single-news .entry-content ol, .single-news .entry-content h1, .single-news .entry-content h2, .single-news .entry-content h3, .single-news .entry-content h4, .single-news .entry-content h5, .single-news .entry-content h6, .single-news .entry-content blockquote {
  margin-bottom: var(--global-margin1);
}
.single-news .back-to-list {
  margin: 0 auto;
  width: 224px;
  height: 38px;
  font-size: 16px;
}
.single-news .news-tags {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #999;
  gap: 1rem;
}
.single-news .news-tags h3 {
  font-size: 14px;
  font-weight: normal;
}
.single-news .news-tags ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
}
.single-news .news-tags ul a {
  font-size: 14px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.single-news .news-tags ul a::before {
  content: "#";
}
.single-news .news-tags ul a:hover {
  color: #3B3B3B;
}

@media screen and (min-width: 1024px) {
  .single-news .entry-header {
    max-width: 57.2916vw;
    margin-left: auto;
    margin-right: auto;
    gap: 24px;
    margin-bottom: 24px;
  }
  .single-news .entry-title {
    line-height: 2;
  }
  .single-news .entry-content {
    margin-bottom: 140px;
  }
  .single-news .entry-content [class^=wp-block-], .single-news .entry-content p, .single-news .entry-content ul, .single-news .entry-content ol, .single-news .entry-content h1, .single-news .entry-content h2, .single-news .entry-content h3, .single-news .entry-content h4, .single-news .entry-content h5, .single-news .entry-content h6, .single-news .entry-content blockquote {
    margin-bottom: var(--global-margin2);
  }
}
/*single news END*/
.single-artists .site-main {
  padding-top: 48px;
}
.single-artists .entry-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: min(23.0769vw, 150px);
}
.single-artists .profile-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 35px;
}
.single-artists .profile-header * {
  margin-bottom: 0;
  margin-top: 0;
}
.single-artists .profile-header .page-title {
  margin-left: calc(50% - 50vw);
  font-size: 42px;
  text-transform: uppercase;
  padding-bottom: 0;
  height: 106px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-bottom: 40px;
  font-weight: 600;
}
.single-artists .profile-header .page-title::after {
  content: none;
}
.single-artists .profile-header .page-title::before {
  content: "";
  width: 6px;
  height: 106px;
  background: #009E96;
}
.single-artists .profile-header .page-title.artist {
  color: #E62F87 !important;
}
.single-artists .profile-header .page-title.artist::before {
  background: #E62F87 !important;
}
.single-artists .profile-header .page-title.creators {
  color: #FDD000 !important;
}
.single-artists .profile-header .page-title.creators::before {
  background: #FDD000 !important;
}
.single-artists .profile-header .page-title.other {
  color: #009BDE !important;
}
.single-artists .profile-header .page-title.other::before {
  background: #009BDE !important;
}
.single-artists .profile-header .position {
  font-size: 22px;
  margin-bottom: 2px;
}
.single-artists .profile-header .artist-name {
  font-size: 34px;
  margin-bottom: 4px;
}
.single-artists .profile-header .artist-name-en {
  font-family: "Poppins", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
}
.single-artists .profile-image {
  margin-left: calc(50% - 50vw);
  margin-bottom: 35px;
  width: 100vw;
}
.single-artists .profile-image .no-image {
  aspect-ratio: 4/3;
  margin: 0;
}
.single-artists .profile-image .no-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.single-artists .profile-image .profile-main-slider {
  margin-bottom: 30px;
}
.single-artists .profile-image .profile-main-slider figure {
  aspect-ratio: 4/3;
  margin: 0;
  background: #fff;
}
.single-artists .profile-image .profile-main-slider figure a {
  display: block;
  aspect-ratio: 4/3;
}
.single-artists .profile-image .profile-main-slider figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.single-artists .profile-image .artist-slider-thumbnail-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 14px;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}
.single-artists .profile-image .artist-slider-thumbnail-list .thumbnail-item {
  -ms-flex-preferred-size: min(20.5128vw, 120px);
      flex-basis: min(20.5128vw, 120px);
  cursor: pointer;
}
.single-artists .profile-image .artist-slider-thumbnail-list .thumbnail-item figure {
  aspect-ratio: 4/3;
  margin: 0;
}
.single-artists .profile-image .artist-slider-thumbnail-list .thumbnail-item figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.single-artists .profile-content .profile-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #fff;
  font-weight: 600;
  background: #3B3B3B;
  width: 161px;
  height: 26px;
  padding: 0 10px;
  margin-bottom: 16px;
}
.single-artists .profile-content .profile-description {
  margin-bottom: 32px;
  line-height: 1.875;
  font-weight: 500;
}
.single-artists .profile-content .social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.single-artists .heading-unite {
  margin-bottom: 38px;
}
.single-artists .artists-cat-creators .heading-unite h2 {
  color: #FDD000;
}
.single-artists .artists-cat-creators .career-item h3 {
  color: #FDD000;
}
.single-artists .artists-cat-artist .heading-unite h2 {
  color: #E62F87;
}
.single-artists .artists-cat-artist .career-item h3 {
  color: #E62F87;
}
.single-artists .artists-cat-other .heading-unite h2 {
  color: #009BDE;
}
.single-artists .artists-cat-other .career-item h3 {
  color: #009BDE;
}
.single-artists .news-list {
  margin-bottom: 56px;
}
.single-artists .news-list .news-item .news-date {
  font-size: 14px;
}
.single-artists .news-list .news-item a {
  font-size: 16px;
  line-height: 1.875;
  text-decoration: underline;
}
.single-artists .news-list .news-item.hidden-news {
  display: none;
}
.single-artists .news-more-button {
  width: 100%;
  border-top: 2px solid #3B3B3B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 40px;
}
.single-artists .news-more-button span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 288px;
  height: 40px;
  border: 2px solid #3B3B3B;
  border-top: none;
  -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: bold;
  position: relative;
}
.single-artists .news-more-button span::after {
  content: "";
  width: 6px;
  height: 16px;
  background: url(./images/icon-arrow-down-small.svg) no-repeat center center/contain;
  position: absolute;
  right: 16px;
  bottom: 12px;
}
.single-artists .news-more-button.opened span::after {
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}
.single-artists .career-item {
  margin-bottom: 32px;
}
.single-artists .career-item:nth-last-child(1) {
  margin-bottom: 0;
}
.single-artists .career-item h3 {
  font-size: 24px;
  margin-bottom: 8px;
}
.single-artists .career-item p {
  line-height: 1.875;
  font-weight: 500;
  margin: 0;
}
.single-artists .links-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: 32px;
}
.single-artists .links-list a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  text-decoration: underline;
}
.single-artists .links-list a .icon {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.single-artists .links-list a .link-text {
  display: block;
  -ms-flex-preferred-size: calc(100% - 50px - 24px);
      flex-basis: calc(100% - 50px - 24px);
  padding-top: 5px;
  font-size: 20px;
  line-height: 1.9;
  word-break: break-all;
}

@media screen and (min-width: 768px) {
  .single-artists .news-list .news-item {
    gap: 0.25em 0.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .single-artists .profile-header .page-title {
    margin-left: 0;
    font-size: 50px;
  }
  .single-artists .profile-image {
    margin-left: 0;
    width: 100%;
  }
  .single-artists .profile-image .profile-main-slider {
    margin-bottom: 45px;
  }
  .single-artists .profile-image .artist-slider-thumbnail-list {
    width: 100%;
    gap: 30px;
  }
  .single-artists .profile-image .artist-slider-thumbnail-list .thumbnail-item {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .single-artists .profile-image .artist-slider-thumbnail-list .thumbnail-item img {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .single-artists .profile-image .artist-slider-thumbnail-list .thumbnail-item:hover {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .single-artists .profile-image .artist-slider-thumbnail-list .thumbnail-item:hover img {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  .single-artists .news-list {
    gap: 18px;
  }
  .single-artists .news-list a:hover {
    text-decoration: none;
  }
  .single-artists .profile-content .social-links a {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .single-artists .profile-content .social-links a:hover {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-filter: contrast(2);
            filter: contrast(2);
  }
  .single-artists .news-more-button span {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .single-artists .news-more-button span::after {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .single-artists .news-more-button span:hover {
    background: #3B3B3B;
    color: #fff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .single-artists .news-more-button span:hover::after {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
  .single-artists .links-list a {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .single-artists .links-list a:hover {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    text-decoration: none;
    -webkit-filter: contrast(2);
            filter: contrast(2);
  }
}
@media screen and (min-width: 1360px) {
  .single-artists .site-main {
    padding-top: 0;
  }
  .single-artists .artist-profile {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto 1fr;
    /* 1行目を自動にし、2行目は残りを全て使うように設定 */
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-left: calc(50% - 50vw);
    width: 100vw;
  }
  .single-artists .profile-header {
    grid-area: 1/1/2/2;
    width: 36.9791vw;
    margin-left: auto;
    padding-right: 2.6041vw;
    margin-bottom: 58px;
  }
  .single-artists .profile-header .page-title {
    -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;
    margin-bottom: 50px;
    gap: 16px;
  }
  .single-artists .profile-header .page-title::before {
    width: calc(100% + 2.6041vw);
    height: 40px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .single-artists .profile-image {
    grid-area: 1/2/3/3;
    max-width: 50vw;
  }
  .single-artists .profile-content {
    grid-area: 2/1/3/2;
    width: 36.9791vw;
    margin-left: auto;
    padding-right: 2.6041vw;
  }
  .single-artists .profile-content .profile-description {
    margin-bottom: 115px;
  }
  .single-artists .heading-unite {
    margin-bottom: 50px;
  }
  .single-artists .news-list .news-item {
    gap: 16px;
  }
  .single-artists .news-list .news-item .news-date {
    font-size: 16px;
  }
  .single-artists .news-list .news-item a {
    font-size: 18px;
  }
  .single-artists .career-item {
    margin-bottom: 48px;
  }
  .single-artists .career-item h3 {
    margin-bottom: 16px;
  }
  .single-artists .career-item p {
    font-size: 18px;
  }
}
.error404 .entry-content {
  padding: 2rem 0;
  min-height: 30vh;
  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;
}
.error404 .entry-content p {
  text-align: center;
}

p {
  margin: 0 0 1rem;
}

.b {
  font-weight: 700 !important;
}

.en {
  font-family: "Poppins", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

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

@media screen and (min-width: 768px) {
  p {
    margin: 0 0 1.5rem;
  }
}
.btn {
  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;
  padding: 0.75em 1.5em;
  font-size: 1em;
  min-height: 50px;
  min-width: 300px;
  background: #009E96;
  font-weight: 500;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.btn::after {
  content: "";
  width: 24px;
  height: 5px;
  background: url(./images/icon-arrow-right-white.svg) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.btn-ghost {
  background: transparent;
  color: #3B3B3B;
  border: 1px solid #3B3B3B;
  font-size: 13px;
  min-height: 30px;
  min-width: 200px;
  padding: 0.25em 1.5em;
  font-weight: 700;
}
.btn-ghost::after {
  background: url(./images/icon-arrow-right.svg) no-repeat center center/contain;
}

@media screen and (min-width: 1024px) {
  .btn:not(.btn-ghost) {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .btn:not(.btn-ghost):hover {
    background: transparent;
    border: 1px solid #009E96;
    color: #009E96;
  }

  .btn-ghost {
    font-size: 16px;
    min-height: 40px;
    min-width: 288px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    border-width: 2px;
  }
  .btn-ghost::after {
    background: url(./images/icon-arrow-right.svg) no-repeat center center/contain;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .btn-ghost:hover {
    background: #3B3B3B;
    color: #fff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .btn-ghost:hover::after {
    -webkit-filter: brightness(0) invert(100%);
            filter: brightness(0) invert(100%);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
}
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 1rem;
  font-size: 1.25em;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  h1, h2, h3, h4, h5, h6 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
/* heading-unite START */
.heading-unite {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: min(4.6153vw, 20px);
}
.heading-unite h2 {
  font-size: min(13.8461vw, 80px);
  font-family: "Poppins", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  color: #009E96;
  position: relative;
  margin: 0;
  line-height: 0.75;
  padding-bottom: min(5.1282vw, 24px);
  letter-spacing: -0.04em;
}
.heading-unite h2::after {
  content: "";
  width: 60px;
  height: 2px;
  background: #3B3B3B;
  position: absolute;
  left: 0;
  bottom: 0;
}
.heading-unite p {
  font-size: min(4.6153vw, 20px);
  font-weight: bold;
  margin: 0;
  line-height: 1;
}

@media screen and (min-width: 1024px) {
  .heading-unite h2 {
    font-size: 5.7291vw;
  }
}
/* heading-unite END */
.bg-line-art {
  position: absolute;
  z-index: -1;
}
.bg-line-art img {
  max-width: none;
}

@media screen and (min-width: 1024px) {
  .bg-line-art img {
    width: 1688px;
  }
}
a {
  color: inherit;
  text-decoration: none;
}

@media screen and (min-width: 1024px) {
  a[href^="tel:"] {
    pointer-events: none;
    color: inherit;
    text-decoration: none;
  }
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.wp-block-image :where(figcaption) {
  font-size: 0.875rem;
  margin-bottom: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
}
table th, table td {
  border: 1px solid #ddd;
}
table th {
  background: #f0f0f0;
  font-weight: 400;
  text-align: left;
}

/*wp-block-table START*/
.wp-block-table th, .wp-block-table td {
  border: 1px solid #ddd;
  padding: 0.75rem;
  font-size: 0.875rem;
}

@media screen and (min-width: 768px) {
  .wp-block-table th, .wp-block-table td {
    border: 1px solid #ddd;
    padding: 1.125rem 1.5rem;
    font-size: 1rem;
  }
}
/*wp-block-table END*/
/*entry-form-table START*/
dl.entry-form-table textarea[readonly=readonly] {
  padding: 1rem 0;
  border: none;
  background: transparent;
  line-height: 1.3;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
dl.entry-form-table dt {
  background: #E2F4F3;
  padding: 1rem;
}
dl.entry-form-table dt p {
  margin: 0 !important;
}
dl.entry-form-table dd {
  background: #FAFAFA;
  padding: 1rem;
}
dl.entry-form-table dd p {
  margin-bottom: 0 !important;
}

@media screen and (min-width: 768px) {
  dl.entry-form-table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  dl.entry-form-table textarea[readonly=readonly] {
    padding: 0;
  }
  dl.entry-form-table dt, dl.entry-form-table dd {
    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;
    border-color: #ddd;
    border-style: solid;
  }
  dl.entry-form-table dt:nth-of-type(1), dl.entry-form-table dd:nth-of-type(1) {
    border-top: 1px solid #ddd;
  }
  dl.entry-form-table dt {
    -ms-flex-preferred-size: 35%;
        flex-basis: 35%;
    border-width: 0 1px 1px 1px;
    padding: 2rem;
  }
  dl.entry-form-table dd {
    padding: 2rem;
    -ms-flex-preferred-size: 65%;
        flex-basis: 65%;
    border-width: 0 1px 1px 0;
  }
}
/*entry-form-table END*/
/*googlemap START*/
.googlemap {
  aspect-ratio: 33/20;
  max-width: 100%;
  min-height: 200px;
}
.googlemap iframe {
  width: 100%;
  height: 100%;
  border: none;
}

@media screen and (min-width: 768px) {
  .googlemap {
    aspect-ratio: unset;
    width: 100%;
    height: 200px;
  }
}
/*googlemap END*/
/*News labels START*/
.news-type a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 110px;
  height: 24px;
  font-size: 0.875rem;
  font-weight: 700;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #009E96;
  color: #fff;
  padding: 0 0.35rem;
}
.news-type.model-actor-news a {
  background: #E62F87;
}
.news-type.talent-news a {
  background: #E62F87;
}
.news-type.creators-news a {
  background: #FDD000;
}
.news-type.musician-news a {
  background: #E62F87;
}

@media screen and (min-width: 768px) {
  .news-type a {
    font-size: 16px;
    min-width: 130px;
    height: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .news-type a {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .news-type a:hover {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-filter: opacity(0.7);
            filter: opacity(0.7);
  }
}
/*News labels END*/
/*News date START*/
.news-date {
  font-size: 14px;
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .news-date {
    font-size: 16px;
  }
}
/*News date END*/
/*Google recaptcha hidden START*/
.grecaptcha-badge {
  visibility: hidden;
}

/*Google recaptcha hidden END*/
ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

dl, dt, dd {
  margin: 0;
}

ol {
  margin-top: 0;
  padding-left: 1em;
}
ol li {
  margin-left: 1em;
}

.wp-block-list li {
  margin-bottom: 0.5em;
}
.wp-block-list li:nth-last-child(1) {
  margin-bottom: 0;
}

.wp-block-list.indent-left li {
  padding-left: 1em;
}

/*news list START*/
.news-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  gap: 1.5em;
  margin-bottom: 2rem;
}
.news-list .news-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.25em 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.news-list .news-item .news-title {
  margin: 0;
  width: 100%;
  font-weight: 700;
  font-size: 1rem;
}
.news-list .news-item .news-title a {
  line-height: 1.875;
  width: 100%;
  display: block;
  text-decoration: underline;
}
.news-list .news-item .news-title a:hover {
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .news-list {
    gap: 30px;
    margin-bottom: 50px;
  }
  .news-list .news-item {
    gap: 10px;
  }
  .news-list .news-item .news-title a {
    font-size: 18px;
  }
  .news-list .news-item .news-title a:hover {
    text-decoration: none;
  }
}
@media screen and (min-width: 1024px) {
  .news-list .news-item {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .news-list .news-item .news-title {
    width: auto;
  }
}
/*news list END*/
input[type=button],
input[type=reset],
input[type=submit] {
  border: none;
  background: #009E96;
  color: #fff;
  line-height: 1;
  padding: 12px 20px;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 1.125rem;
  width: 100%;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 56px;
  min-width: 300px;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea,
select {
  border: 1px solid #ddd;
  border-radius: 0.5rem;
  padding: 0.875rem 1rem;
  max-width: 100%;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #3B3B3B;
  outline: none;
  font-size: 1rem;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #999;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #999;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #999;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #999;
}

input::placeholder, textarea::placeholder {
  color: #999;
}

.select-wrap {
  position: relative;
}
.select-wrap::before {
  content: "";
  width: 6px;
  height: 6px;
  border-style: solid;
  border-width: 0 1px 1px 0;
  position: absolute;
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  pointer-events: none;
}
.select-wrap select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  height: 2.5rem;
  padding: 0.4rem 3.6rem 0.4rem 1rem;
  border: 1px solid #ddd;
  border-radius: 8px;
  color: #3B3B3B;
  font-size: 1rem;
  background-color: transparent;
  background: #fff;
  cursor: pointer;
}

.wpcf7-spinner {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*checkbox custom START*/
input[type=checkbox] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
  border: 1px solid white;
  background-color: transparent;
  position: relative;
  cursor: pointer;
  margin-right: 3px;
  border-radius: 0;
}
input[type=checkbox]:checked {
  background-color: transparent;
  border-color: white;
}
input[type=checkbox]:checked::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 8px;
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  top: 50%;
  left: 50%;
}

.wpcf7-list-item label {
  cursor: pointer;
}

.wpcf7-acceptance .wpcf7-list-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  gap: 3px;
  cursor: pointer;
}
.wpcf7-acceptance .wpcf7-list-item-label {
  font-size: 13px;
  color: white;
  cursor: pointer;
}

@media screen and (min-width: 1024px) {
  .wpcf7-acceptance .wpcf7-list-item-label {
    font-size: 16px;
  }
  .wpcf7-acceptance .wpcf7-list-item input[type=checkbox] {
    width: 20px;
    height: 20px;
  }
  .wpcf7-acceptance .wpcf7-list-item label {
    gap: 10px;
  }
}
/* checkbox custom END */
/*footer-cta START*/
.footer-cta input[type=button],
.footer-cta input[type=reset],
.footer-cta input[type=submit] {
  background: #fff;
  color: #3B3B3B;
  font-size: 15px;
  height: 38px;
  border-radius: 0;
  min-width: 224px;
  width: auto;
  padding: 0 1.5em;
  font-weight: 700;
}
.footer-cta .submit-wrap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.footer-cta .submit-wrap::after {
  content: "";
  width: 23px;
  height: 4px;
  background: url(./images/icon-arrow-right.svg) no-repeat center center/contain;
  position: absolute;
  top: 17px;
  right: 12px;
}
.footer-cta input[type=text],
.footer-cta input[type=email],
.footer-cta input[type=url],
.footer-cta input[type=password],
.footer-cta input[type=search],
.footer-cta input[type=number],
.footer-cta input[type=tel],
.footer-cta input[type=range],
.footer-cta input[type=date],
.footer-cta input[type=month],
.footer-cta input[type=week],
.footer-cta input[type=time],
.footer-cta input[type=datetime],
.footer-cta input[type=datetime-local],
.footer-cta input[type=color],
.footer-cta textarea,
.footer-cta select {
  background-color: #fff;
  border-radius: 0;
  padding: 12px;
  font-size: 14px;
  border: none;
  color: #3B3B3B !important;
  line-height: 1.5;
}
.footer-cta textarea {
  height: 8rem;
  color: #3B3B3B !important;
}
.footer-cta .submit-block p {
  font-size: 13px;
  text-align: center;
  line-height: 1.8;
}
.footer-cta .submit-block p a {
  text-decoration: underline;
}
.footer-cta .submit-wrap p {
  margin: 0;
}
.footer-cta .wpcf7-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1em 2em;
  font-size: 13px;
}
.footer-cta .wpcf7-checkbox .wpcf7-list-item {
  margin-left: 0;
}
.footer-cta .wpcf7-checkbox .wpcf7-list-item > label {
  margin-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3px;
}
.footer-cta .wpcf7-checkbox + .wpcf7-not-valid-tip {
  margin-top: 12px;
}

@media screen and (min-width: 1024px) {
  .footer-cta input::-webkit-input-placeholder, .footer-cta textarea::-webkit-input-placeholder {
    font-size: 14px;
  }
  .footer-cta input::-moz-placeholder, .footer-cta textarea::-moz-placeholder {
    font-size: 14px;
  }
  .footer-cta input:-ms-input-placeholder, .footer-cta textarea:-ms-input-placeholder {
    font-size: 14px;
  }
  .footer-cta input::-ms-input-placeholder, .footer-cta textarea::-ms-input-placeholder {
    font-size: 14px;
  }
  .footer-cta input::placeholder, .footer-cta textarea::placeholder {
    font-size: 14px;
  }
  .footer-cta input[type=button],
.footer-cta input[type=reset],
.footer-cta input[type=submit] {
    background: #fff;
    color: #3B3B3B;
    font-size: 16px;
    height: 40px;
    border-radius: 0;
    min-width: 260px;
  }
  .footer-cta .submit-wrap::after {
    content: "";
    width: 26px;
    height: 5px;
    top: 18px;
    right: 21px;
  }
  .footer-cta .inquiry-type-wrap {
    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: 0 2em;
    margin-bottom: 12px;
  }
  .footer-cta .inquiry-type-wrap p {
    margin: 0 !important;
  }
}
/*footer-cta END*/
/*entry-form START*/
.entry-form-wrap {
  margin-bottom: 3rem;
}
.entry-form-wrap .accept-submit-container {
  text-align: center;
  padding: 3rem 0;
}
.entry-form-wrap .accept-submit-container p {
  margin-bottom: 0;
}
.entry-form-wrap .accept-submit-container .wpcf7-acceptance .wpcf7-list-item-label {
  color: #3B3B3B;
  font-size: 1rem;
}
.entry-form-wrap .accept-submit-container .wpcf7-list-item {
  margin: 0;
}
.entry-form-wrap .accept-submit-container .wpcf7-list-item label {
  margin: 0;
}
.entry-form-wrap .submit-wrap {
  position: relative;
  max-width: 312px;
  margin-left: auto;
  margin-right: auto;
}
.entry-form-wrap .submit-wrap::before {
  content: "";
  width: 24px;
  height: 5px;
  background: url(./images/icon-arrow-right-white.svg) no-repeat center center/contain;
  position: absolute;
  right: 20px;
  top: 1.5rem;
}
.entry-form-wrap .submit-wrap input[type=submit] {
  border-radius: 0;
  padding: 0.875rem 3.5rem;
  min-height: 60px;
  font-weight: bold;
}
.entry-form-wrap .submit-wrap input[type=submit]:disabled {
  background: #666;
  color: #ccc;
}
.entry-form-wrap .google-recaptcha {
  text-align: center;
  margin-bottom: 0 !important;
}
.entry-form-wrap .google-recaptcha a {
  text-decoration: underline;
  color: #666;
}
.entry-form-wrap input[type=checkbox] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid #3B3B3B;
  background-color: transparent;
  position: relative;
  cursor: pointer;
  margin-right: 3px;
  border-radius: 0;
}
.entry-form-wrap input[type=checkbox]:checked {
  background-color: transparent;
  border-color: #3B3B3B;
}
.entry-form-wrap input[type=checkbox]:checked::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 12px;
  border-right: 2px solid #3B3B3B;
  border-bottom: 2px solid #3B3B3B;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  top: 50%;
  left: 50%;
}

.menu .menu-item.disabled > a {
  pointer-events: none;
  cursor: pointer;
}

/*pagination START*/
.pagination {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0;
}
.pagination .page-numbers {
  font-size: 20px;
  font-weight: bold;
  color: #aaa;
  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: auto;
  padding: 0 1em;
  height: 30px;
}
.pagination .page-numbers:not(.prev):not(.next) {
  border-right: 1px solid #000;
}
.pagination .page-numbers:not(.prev):not(.next):nth-last-child(2) {
  border: none;
}
.pagination .page-numbers.current {
  color: #009E96;
}
.pagination .page-numbers.next, .pagination .page-numbers.prev {
  text-indent: -9999px;
  width: 30px;
  padding: 0;
  background: url(./images/icon-arrow-right.svg) no-repeat center center/contain;
}
.pagination .page-numbers.next {
  margin-left: 1em;
}
.pagination .page-numbers.prev {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  margin-right: 1em;
}

@media screen and (min-width: 768px) {
  .pagination {
    margin-top: min(4.1666vw, 3.75rem);
  }
  .pagination .page-numbers:not(.next):not(.prev) {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .pagination .page-numbers:not(.next):not(.prev):hover {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: #009E96;
  }
  .pagination .page-numbers.next, .pagination .page-numbers.prev {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-indent: 0;
    color: #3B3B3B;
    background: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    gap: 4px;
  }
  .pagination .page-numbers.next::after, .pagination .page-numbers.prev::after {
    content: "";
    display: block;
    width: 30px;
    height: 5px;
    background: url(./images/icon-arrow-right.svg) no-repeat center center/contain;
  }
  .pagination .page-numbers.next:hover, .pagination .page-numbers.prev:hover {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: #009E96;
  }
  .pagination .page-numbers.prev {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .pagination .page-numbers.prev::after {
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
  }
}
/*pagination END*/
/*menu START*/
.menu-item a {
  display: block;
  position: relative;
}
.menu-item .ja {
  display: none;
}
.menu-item .en {
  font-family: "Poppins", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

@media screen and (min-width: 1024px) {
  .menu-item:not(.menu-item-has-children) a {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .menu-item:not(.menu-item-has-children) a:hover {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .menu-item:not(.menu-item-has-children) a:hover .ja {
    -webkit-transform: translate(-50%, -50%) rotateX(0);
            transform: translate(-50%, -50%) rotateX(0);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: 1;
  }
  .menu-item:not(.menu-item-has-children) a:hover .en {
    -webkit-transform: rotateX(180deg);
            transform: rotateX(180deg);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: 0;
  }
  .menu-item:not(.menu-item-has-children) .ja {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotateX(-180deg);
            transform: translate(-50%, -50%) rotateX(-180deg);
    white-space: nowrap;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .menu-item:not(.menu-item-has-children) .en {
    font-family: "Poppins", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  .menu-global-nav-container .menu-item a {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .menu-global-nav-container .menu-item a:hover .ja {
    -webkit-transform: translateY(-50%) rotateX(0);
            transform: translateY(-50%) rotateX(0);
  }
  .menu-global-nav-container .menu-item .ja {
    left: 0;
    -webkit-transform: translateY(-50%) rotateX(-180deg);
            transform: translateY(-50%) rotateX(-180deg);
  }
}
/*menu END*/
/*fv slider START*/
.fv .swiper-slide figure {
  aspect-ratio: 38/39;
  margin: 0;
}
.fv .swiper-slide figure a {
  display: block;
  width: 100%;
  height: 100%;
}
.fv .swiper-slide figure img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.fv .swiper-button-prev, .fv .swiper-button-next, .fv .swiper-pagination {
  position: static;
  -webkit-transform: none !important;
          transform: none !important;
  margin: 0;
}
.fv .swiper-button-prev::after, .fv .swiper-button-next::after, .fv .swiper-pagination::after {
  content: none;
}
.fv .swiper-button-prev, .fv .swiper-button-next {
  width: 19px;
  height: 19px;
}
.fv .swiper-button-prev {
  background: url(./images/btn-circle-left.svg) no-repeat center center/contain;
}
.fv .swiper-button-next {
  background: url(./images/btn-circle-right.svg) no-repeat center center/contain;
}
.fv .swiper-pagination {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.fv .swiper-pagination .swiper-pagination-bullet {
  margin: 0;
  width: 40px;
  height: 4px;
  border-radius: 0;
  background-color: #3B3B3B;
  margin: 0 !important;
}
.fv .paginations {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.fv .swiper-pagination {
  -webkit-transform: none;
          transform: none;
}

@media screen and (min-width: 768px) {
  .fv .paginations {
    -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;
  }
  .fv .swiper-button-prev, .fv .swiper-button-next {
    width: 28px;
    height: 28px;
  }
  .fv .swiper-pagination {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .fv .swiper-pagination .swiper-pagination-bullet {
    width: 2px;
    height: 20px;
  }
  .fv .fv-slider-wrap {
    width: 39.5833vw;
    max-width: 760px;
    overflow: hidden;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
/*fv slider END*/