@charset "UTF-8";
:root {
  --fontfamily-serif: "ten-mincho-text", serif;
  --fontfamily-cormorant: "Cormorant", serif;
  --fontfamily-yumincho: "Yu Mincho", serif;
  --fontfamily-gothic: "Hiragino Kaku Gothic ProN", serif;
  --fontsize-biggest: 0.24rem;
  --fontsize-large: 0.2rem;
  --fontsize-medium: 0.18rem;
  --fontsize-small: 0.17rem;
  --fontsize-default-pc: 0.16rem;
  --fontsize-small-pc: 0.12rem;
  --fontsize-default-sp: 0.14rem;
  --fontsize-small-sp: 0.12rem;
  --fontweight-default: 400;
  --lineheight-default: calc(24 / 16);
  --letterspacing-default: 0.05em;
  --letterspacing-secondary: 0.1em;
  --letterspacing-tertiary: 0.2em;
  --color-default: #101010;
  --color-white: #fff;
  --color-annotation: #666;
  --color-border: #323333;
  --color-title: #231815;
  --color-background: #221714;
  --color-disabled: #ccc;
}

html,
body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1.5em;
  font-weight: bold;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.8em;
}

h3 {
  font-size: 1.6em;
}

h4 {
  font-size: 1.4em;
}

h5 {
  font-size: 1.2em;
}

h6 {
  font-size: 1em;
}

ol,
ul {
  margin-bottom: 1.5em;
  padding-left: 1.5em;
}

table {
  width: 100%;
  margin-bottom: 1.5em;
  border-spacing: 0;
  border-collapse: collapse;
}

table th,
table td {
  padding: 0.5em;
  border: 1px solid #000;
}

table th {
  font-weight: bold;
}

caption,
table th,
table td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

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

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

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

body * {
  max-height: 99999em;
  word-break: break-word;
}

p {
  margin-bottom: 1.5em;
}

a {
  color: inherit;
}

a:hover {
  text-decoration: none;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a img {
  border: none;
}

input,
label,
select,
button {
  line-height: inherit;
}

input,
label,
select,
button,
textarea {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  font: inherit;
  word-break: normal;
  vertical-align: middle;
  white-space: normal;
  -webkit-appearance: none;
}

button {
  color: inherit;
}

textarea {
  overflow: auto;
  line-height: 1.5;
  white-space: pre-line;
  resize: none;
}

button:focus {
  outline: 0;
}

input:focus,
textarea:focus,
select:focus {
  outline: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

::-webkit-search-decoration {
  display: none;
}

@media print {
  html,
  body {
    width: 1100px;
    margin: 0;
  }
  body {
    -webkit-print-color-adjust: exact;
  }
  @page {
    margin: 0;
    size: 10.028in 14.028in;
  }
  @page :left {
    margin: 0;
  }
  @page :right {
    margin: 0;
  }
  @page :first {
    margin-top: 0;
  }
}
html {
  opacity: 0.01;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}
html.is-visible {
  opacity: 1;
}
@media print, (min-width: 980px) {
  html {
    min-width: 1020px;
    overflow: auto scroll;
    font-size: 625%;
  }
  html.is-frozen-os {
    overflow: auto hidden;
  }
}
@media only screen and (max-width: 979px) {
  html {
    min-height: 100vh;
    font-size: 26.6666666667vw;
  }
  html.is-frozen-os {
    overflow: hidden;
  }
  html::-webkit-scrollbar {
    width: 0;
    opacity: 0;
  }
}

body {
  color: var(--color-default);
  font-family: var(--fontfamily-serif);
  font-weight: var(--fontweight-default);
  line-height: var(--lineheight-default);
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
html.is-frozen-windows body {
  position: fixed;
  width: 100%;
}
@media print, (min-width: 980px) {
  body {
    font-size: var(--fontsize-default-pc);
  }
}
@media only screen and (max-width: 979px) {
  body {
    font-size: var(--fontsize-default-sp);
  }
}

img,
svg {
  image-rendering: smooth;
  shape-rendering: geometricprecision;
}

.hidden {
  display: none;
}

.trans {
  transition: opacity 0.3s ease;
  opacity: 1;
  text-decoration: none;
}
html.is-untouchable .trans:hover {
  opacity: 0.7;
}

.load {
  opacity: 0.001;
}
html.is-visible.wf-active .load {
  opacity: 1;
}

.image-common {
  display: block;
  width: 100%;
}

.object-common {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media print, (min-width: 980px) {
  .container {
    min-width: 1020px;
    padding-top: 72px;
  }
}
@media only screen and (max-width: 979px) {
  .container {
    min-width: 320px;
    padding-top: 0.57rem;
  }
}

@media print, (min-width: 980px) {
  .wrapper {
    width: calc(100% - 60px);
    max-width: 980px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (max-width: 979px) {
  .wrapper {
    padding-right: 0.24rem;
    padding-left: 0.24rem;
  }
}

@media print, (min-width: 980px) {
  .sm {
    /* stylelint-disable-next-line declaration-no-important */
    display: none !important;
  }
}

@media only screen and (max-width: 979px) {
  .md {
    /* stylelint-disable-next-line declaration-no-important */
    display: none !important;
  }
}

.header-top {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  left: 0;
  background-color: #333333;
  height: 22px;
}
.header-top .header-top-links {
  display: flex;
  align-items: center;
  justify-content: right;
  gap: 8px;
  margin-right: 15px;
  height: 22px;
}
.header-top .header-top-links p {
  color: #ffffff;
  font-family: var(--fontfamily-gothic);
  font-weight: 300;
  font-size: 12px;
  margin-bottom: 0px;
}
.header-top .header-top-links a {
  color: #ffffff;
  font-family: var(--fontfamily-gothic);
  font-weight: 300;
  font-size: 10px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  text-decoration: none;
}

.header-common {
  position: fixed;
  z-index: 999;
  top: 22px;
  right: 0;
  left: 0;
  background-color: #fff;
  color: var(--color-default);
}
.header-common > .wrapper {
  position: relative;
  height: 100%;
}
@media print, (min-width: 980px) {
  .header-common {
    height: 72px;
  }
  .header-common > .wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    min-width: 1020px;
    margin-left: 0.24rem;
    max-width: none;
  }
}
@media only screen and (max-width: 979px) {
  .header-common {
    height: 0.52rem;
  }
}
@media print {
  .header-common {
    position: absolute;
    top: 0;
  }
}

.logo-header-primary {
  display: block;
  position: absolute;
  z-index: 999;
  margin: 0;
  transition: background-color 0.35s ease;
  background-color: var(--color-default);
  -webkit-mask: url("../img/common/header_logo.svg") 50% 50%/100% auto no-repeat;
}
.logo-header-primary img {
  opacity: 0;
}
.logo-header-primary .logo-image {
  display: block;
  position: relative;
}
@media print, (min-width: 980px) {
  .logo-header-primary {
    top: 20px;
    left: 0;
    width: 146px;
  }
}
@media only screen and (max-width: 979px) {
  .logo-header-primary {
    top: 0.14rem;
    left: 0.2rem;
    width: 1.4rem;
  }
}

.header-common.is-active .logo-header-primary {
  background-color: var(--color-white);
}

.button-header-burger {
  position: absolute;
  z-index: 11;
  cursor: pointer;
  pointer-events: auto;
}
.button-header-burger .button-line {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--color-default);
}
@media print, (min-width: 980px) {
  .button-header-burger {
    display: none;
  }
}
@media only screen and (max-width: 979px) {
  .button-header-burger {
    top: 0;
    right: 0;
    width: 0.64rem;
    height: 0.64rem;
  }
  .button-header-burger .button-line {
    position: absolute;
    width: 0.2rem;
    height: 1px;
  }
  .button-header-burger .button-line:nth-child(1) {
    top: calc(50% - 0.06rem);
  }
  .button-header-burger .button-line:nth-child(3) {
    top: calc(50% + 0.06rem);
  }
}

.button-header-contact-menu:hover {
  background-color: #e9e9e9;
}

.button-header-contact-menu {
  text-decoration: none;
  display: flex;
  font-family: var(--fontfamily-gothic);
  border: 1px solid var(--color-border);
  background-color: var(--color-white);
}
@media print, (min-width: 980px) {
  .button-header-contact-menu {
    width: 144px;
    height: 40px;
    justify-content: center;
    align-items: center;
    font-size: 0.12rem;
  }
}
@media only screen and (max-width: 979px) {
  .button-header-contact-menu {
    width: 1.8rem;
    margin: auto;
    min-height: 0.48rem;
    padding: 0.04rem 0.05rem 0.02rem;
    font-size: var(--fontsize-default-sp);
    line-height: 1.2;
  }
}

.button-header-burger.is-ready .button-line {
  transition: all 0.3s ease;
}

.button-header-burger.is-active .button-line {
  background-color: var(--color-white);
}
.button-header-burger.is-active .button-line:nth-child(1) {
  transform: translate(-72%, -50%) rotate(90deg);
}
.button-header-burger.is-active .button-line:nth-child(2) {
  transform: translate(-44%, -50%) rotate(90deg);
}
.button-header-burger.is-active .button-line:nth-child(3) {
  transform: translate(-14%, -50%) rotate(-90deg);
}
@media print, (min-width: 980px) {
  .button-header-burger.is-active .button-line {
    top: 50%;
  }
}
@media only screen and (max-width: 979px) {
  .button-header-burger.is-active .button-line {
    top: 50%;
  }
}

.menu-header-primary {
  position: relative;
}
.menu-header-primary .menu-viewport {
  display: flex;
  position: relative;
}
.menu-header-primary .menu-inner {
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu-header-primary .item-link {
  letter-spacing: var(--letterspacing-secondary);
}
@media print, (min-width: 980px) {
  .menu-header-primary {
    display: flex;
    justify-content: flex-end;
    margin: 7px 50px 0 30px;
  }
  .menu-header-primary .menu-inner {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .menu-header-primary .menu-item {
    padding: 5px 20px;
  }
  .menu-header-primary .item-link {
    font-family: var(--fontfamily-serif);
    position: relative;
    padding-bottom: 5px;
    font-size: 0.13rem;
    line-height: 1.75;
  }
  .menu-header-primary .item-link.is-active::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100%;
    height: 1px;
    transform: translateX(-50%);
    background-color: var(--color-default);
  }
}
@media only screen and (max-width: 1140px) {
  .menu-header-primary .menu-item {
    padding: 5px 10px;
  }
}

.navigation-header-sitemap {
  position: fixed;
  z-index: 10;
  top: 0;
  bottom: 0;
  opacity: 0;
  background-color: #333;
  color: var(--color-white);
  pointer-events: none;
}
.navigation-header-sitemap .navigation-viewport {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden auto;
}
.navigation-header-sitemap .navigation-viewport::-webkit-scrollbar {
  width: 0;
  opacity: 0;
}
.navigation-header-sitemap .navigation-logo {
  display: block;
  position: relative;
  z-index: 1;
}
.navigation-header-sitemap .navigation-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media print, (min-width: 980px) {
  .navigation-header-sitemap {
    width: 100%;
    min-width: 1020px;
  }
  .navigation-header-sitemap .navigation-viewport {
    margin-top: 109px;
    padding: 110px 67px 100px;
  }
  .navigation-header-sitemap .navigation-wrapper:first-child {
    width: 38.4545454545%;
  }
  .navigation-header-sitemap .navigation-wrapper:nth-child(2) {
    width: 39.2727272727%;
  }
  .navigation-header-sitemap .navigation-wrapper:last-child {
    flex: 1;
  }
  .navigation-header-sitemap .navigation-logo {
    width: 179px;
    margin-bottom: 250px;
  }
  .navigation-header-sitemap .navigation-viewport .wrapper {
    display: flex;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 979px) {
  .navigation-header-sitemap {
    width: 100%;
  }
  .navigation-header-sitemap .navigation-viewport {
    margin-top: 0.64rem;
    padding: 0.5rem 0 1rem;
  }
  .navigation-header-sitemap .navigation-wrapper {
    margin-bottom: 0.25rem;
  }
  .navigation-header-sitemap .navigation-wrapper:last-child {
    margin-bottom: 0;
  }
}

.navigation-header-sitemap.is-ready {
  transition: opacity 0.35s ease;
}

.navigation-header-sitemap.is-active {
  opacity: 1;
  pointer-events: auto;
}

.menu-header-sitemap:last-child {
  margin-bottom: 0;
}
.menu-header-sitemap .menu-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu-header-sitemap .menu-element:last-child {
  margin-bottom: 0;
}
.menu-header-sitemap .sitemap-link,
.menu-header-sitemap .element-link {
  display: inline-block;
  position: relative;
  letter-spacing: var(--letterspacing-secondary);
  text-decoration: none;
}
.menu-header-sitemap .sitemap-link::after,
.menu-header-sitemap .element-link::after {
  content: "";
  position: absolute;
  bottom: -0.01rem;
  left: 0;
  width: 100%;
  height: 1px;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
  background: var(--color-white);
}
html.is-untouchable .menu-header-sitemap .sitemap-link:hover::after,
html.is-untouchable .menu-header-sitemap .element-link:hover::after {
  transform: scale(1, 1);
}
.menu-header-sitemap .element-link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  height: 1px;
  transform: translateY(-50%);
  background-color: var(--color-annotation);
}
@media print, (min-width: 980px) {
  .menu-header-sitemap {
    margin-bottom: 40px;
  }
  .menu-header-sitemap .sitemap-link {
    font-size: var(--fontsize-large);
    line-height: 1.5;
  }
  .menu-header-sitemap .menu-wrapper {
    margin-top: 8px;
  }
  .menu-header-sitemap .menu-element {
    margin-bottom: 5px;
  }
  .menu-header-sitemap .element-link {
    margin-left: 18px;
    font-size: var(--fontsize-medium);
    line-height: 1.4;
  }
  .menu-header-sitemap .element-link::before {
    left: -17px;
    width: 6px;
  }
}
@media only screen and (max-width: 979px) {
  .menu-header-sitemap {
    margin-bottom: 0.12rem;
  }
  .menu-header-sitemap .sitemap-link {
    font-family: var(--fontfamily-serif);
    font-size: 0.15rem;
    line-height: 0.24rem;
  }
  .menu-header-sitemap .menu-wrapper {
    margin-top: 0.08rem;
  }
  .menu-header-sitemap .menu-element {
    margin-bottom: 0.05rem;
  }
  .menu-header-sitemap .element-link {
    margin-left: 0.22rem;
    font-size: var(--fontsize-default-pc);
    line-height: 1.4;
  }
  .menu-header-sitemap .element-link::before {
    left: -0.2rem;
    width: 0.1rem;
  }
}

.header-contact-box {
  margin-left: 0.2rem;
}

.button-header-contact {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--color-default);
  background-color: var(--color-white);
  color: var(--color-default);
  font-size: var(--fontsize-default-sp);
  letter-spacing: var(--letterspacing-secondary);
  line-height: 1.7857142857;
  text-decoration: none;
}
@media print, (min-width: 980px) {
  .button-header-contact {
    width: 162px;
    min-height: 31px;
    margin-top: 6px;
  }
}
@media only screen and (max-width: 979px) {
  .button-header-contact {
    font-size: var(--fontsize-small-pc);
    font-weight: 300;
    line-height: 0.238rem;
    color: #fff;
    border: 1px solid #fff;
    background-color: #333;
    width: 3.27rem;
    min-height: 0.48rem;
    margin: 0.3rem auto 0;
    padding: 0.03rem 0.1rem 0.02rem;
  }
}

.button-header-skip {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.button-header-skip:focus {
  background-color: #eee;
  clip: auto;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100;
}

.navigation-common-page {
  position: absolute;
}
.navigation-common-page .navigation-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.navigation-common-page .navigation-item {
  position: relative;
}
.navigation-common-page .navigation-item::before {
  content: "";
  position: absolute;
  top: 7px;
  right: -4px;
  width: 6px;
  height: 13px;
  background: url("../img/common/slash_icn_01.svg") 50% 50%/contain no-repeat;
}
.navigation-common-page .navigation-item:last-child::before {
  display: none;
}
.navigation-common-page .item-wrapper {
  letter-spacing: var(--letterspacing-secondary);
}
@media print, (min-width: 980px) {
  .navigation-common-page {
    top: 40px;
    left: 3px;
  }
  .navigation-common-page .navigation-item {
    padding: 0 20px;
  }
  .navigation-common-page .item-wrapper {
    font-size: 0.15rem;
    line-height: 1.75;
  }
}

/* weglot書き換え */
.country-selector.weglot-dropdown a,
.country-selector.weglot-dropdown span {
  height: 22px;
  color: #ffffff;
  font-family: var(--fontfamily-gothic);
  font-weight: 300;
  font-size: 10px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  text-decoration: none;
  display: flex;
  align-items: center;
}

.country-selector.weglot-dropdown a {
  color: #000;
}

.country-selector.weglot-dropdown {
  background-color: #333;
}

.country-selector.weglot-dropdown .wgcurrent:after {
  display: none;
}

.country-selector.weglot-dropdown .wgcurrent {
  border: none;
}

.country-selector.weglot-default {
  bottom: auto;
  right: auto;
}

.country-selector.weglot-dropdown.weglot-invert ul {
  bottom: auto;
}

@media print, (min-width: 980px) {
  .pc_display_none {
    display: none !important;
  }
}

@media only screen and (max-width: 979px) {
  .sp_display_none {
    display: none !important;
  }
}

.fixed_to_top {
  position: fixed;
  right: 38px;
  bottom: 30px;
  z-index: 2;
}

@media print, (min-width: 980px) {
  .block-common-brands {
    flex: 0 0 auto;
    width: 592px;
    padding-right: 36px;
  }
}
@media only screen and (max-width: 979px) {
  .block-common-brands {
    margin-bottom: 0.25rem;
  }
}

@media print, (min-width: 980px) {
  .block-common-creation {
    flex: 1;
  }
}

.footer-common {
  background-color: #333333;
}
.footer-common .footer-logo {
  display: block;
}
.footer-common .footer-copyright {
  color: var(--color-annotation);
  letter-spacing: var(--letterspacing-secondary);
  text-align: center;
  font-family: var(--fontfamily-gothic);
  font-weight: 300;
  font-size: var(--fontsize-small-pc);
  line-height: 20.4px;
}
@media only screen and (max-width: 979px) {
  .footer-common .footer-copyright {
    letter-spacing: 0%;
  }
}
@media print, (min-width: 980px) {
  .footer-common .footer-wrapper {
    padding: 32px 0 60px;
  }
  .footer-common .footer-logo {
    width: 300px;
    margin-bottom: 34px;
  }
  .footer-common .footer-copyright {
    text-align: left;
    font-size: 0.12rem;
    line-height: 1.75;
  }
  .footer-common .footer-flex {
    display: flex;
  }
  .footer-common .footer-flex-right {
    display: flex;
    margin: 0 0 0 auto;
  }
}
@media only screen and (max-width: 979px) {
  .footer-common .footer-wrapper {
    padding: 0.4rem 0;
  }
  .footer-common .footer-logo {
    width: 3rem;
    margin-bottom: 0.34rem;
  }
  .footer-common .footer-copyright {
    font-size: 0.1rem;
    line-height: 1.4;
  }
}

.navigation-footer-sitemap {
  color: var(--color-white);
}
.navigation-footer-sitemap .navigation-list,
.navigation-footer-sitemap .item-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}
.navigation-footer-sitemap .item-link,
.navigation-footer-sitemap .element-link {
  display: inline-block;
  position: relative;
  letter-spacing: var(--letterspacing-secondary);
  text-decoration: none;
}
.navigation-footer-sitemap .item-link::after,
.navigation-footer-sitemap .element-link::after {
  content: "";
  position: absolute;
  bottom: -0.02rem;
  left: 0;
  width: 100%;
  height: 1px;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
  background: var(--color-white);
}
html.is-untouchable .navigation-footer-sitemap .item-link:hover::after,
html.is-untouchable .navigation-footer-sitemap .element-link:hover::after {
  transform: scale(1, 1);
}
@media print, (min-width: 980px) {
  .navigation-footer-sitemap {
    margin: 0 71px 76px;
  }
  .navigation-footer-sitemap .item-wrapper {
    margin-top: -5px;
  }
  .navigation-footer-sitemap .item-link {
    font-family: var(--fontfamily-gothic);
    font-size: 0.14rem;
    line-height: 2.38;
  }
  .navigation-footer-sitemap .item-element {
    margin-bottom: -2px;
  }
  .navigation-footer-sitemap .element-link {
    font-family: var(--fontfamily-gothic);
    font-size: 0.12rem;
    line-height: 2.04;
    margin-left: 18px;
  }
  .navigation-footer-sitemap .element-link::before {
    position: absolute;
    content: "";
    width: 10px;
    top: 12px;
    height: 1px;
    left: -15px;
    background-color: #666;
  }
}
@media only screen and (max-width: 979px) {
  .navigation-footer-sitemap .navigation-item {
    margin-bottom: 0.12rem;
  }
  .navigation-footer-sitemap .item-link,
  .navigation-footer-sitemap .element-link {
    font-size: 0.15rem;
    font-family: var(--fontfamily-serif);
    font-weight: 400;
    line-height: 24px;
  }
  .navigation-footer-sitemap .item-element {
    margin-bottom: 0.02rem;
  }
  .navigation-footer-sitemap .element-link {
    margin-left: 0.22rem;
  }
  .navigation-footer-sitemap .element-link::before {
    position: absolute;
    content: "";
    width: 10px;
    top: 10px;
    height: 1px;
    left: -20px;
    background-color: #666;
  }
}

.footer-contact-box .footer-contact-headline {
  font-family: var(--fontfamily-cormorant);
  font-weight: 400;
  font-size: 0.24rem;
  color: #ffffff;
  margin-bottom: 0.04rem;
}
.footer-contact-box .footer-contact-text {
  font-size: 0.12rem;
  font-family: var(--fontfamily-gothic);
  font-weight: 300;
  margin-bottom: 0.16rem;
  color: #ffffff;
  text-decoration: none;
}
.footer-contact-box .footer-contact-text-privacy {
  margin-top: 0.28rem;
  display: inline-block;
  position: relative;
}
@media only screen and (max-width: 979px) {
  .footer-contact-box .footer-contact-text-privacy {
    display: block;
    text-align: left;
  }
}
.footer-contact-box .footer-contact-text-privacy::after {
  content: "";
  position: absolute;
  bottom: -0.02rem;
  left: 0;
  width: 100%;
  height: 1px;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
  background: var(--color-white);
}
html.is-untouchable .footer-contact-box .footer-contact-text-privacy:hover::after {
  transform: scale(1, 1);
}
@media only screen and (max-width: 979px) {
  .footer-contact-box {
    text-align: center;
  }
}

.button-footer-contact {
  font-family: var(--fontfamily-gothic);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--color-border);
  background-color: #333;
  color: #fff;
  border: 1px solid #fff;
}
@media print, (min-width: 980px) {
  .button-footer-contact {
    width: 240px;
    min-height: 48px;
    padding: 4px 5px 2px;
    font-size: 0.14rem;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 979px) {
  .button-footer-contact {
    width: 3.27rem;
    margin: auto;
    min-height: 0.48rem;
    padding: 0.04rem 0.05rem 0.02rem;
    font-size: var(--fontsize-default-sp);
    line-height: 1.2;
    font-family: var(--fontfamily-gothic);
    font-weight: 300;
    line-height: 23.8px;
  }
}

.button-top {
  display: none;
  position: fixed;
  z-index: 100;
  cursor: pointer;
}
@media print, (min-width: 980px) {
  .button-top {
    right: 30px;
    bottom: 30px;
    width: 20px;
  }
}
@media only screen and (max-width: 979px) {
  .button-top {
    right: 0.15rem;
    bottom: 0.3rem;
    width: 0.2rem;
  }
}

.footer-flex-links {
  margin-top: 176px;
  display: flex;
  gap: 20px;
  color: #fff;
  font-family: var(--fontfamily-yumincho);
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0%;
  text-decoration: none;
}
@media only screen and (max-width: 979px) {
  .footer-flex-links {
    margin-top: 34px;
  }
}

.title-common-primary {
  font-family: var(--fontfamily-cormorant);
  font-weight: var(--fontweight-default);
  letter-spacing: var(--letterspacing-secondary);
  text-align: center;
}
.title-common-primary .title-wrapper {
  flex: 0 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}
.title-common-primary .title-english {
  display: block;
  color: var(--color-title);
  font-family: var(--fontfamily-cormorant);
}
.title-common-primary .title-japanese {
  display: block;
  letter-spacing: var(--letterspacing-secondary);
}
@media print, (min-width: 980px) {
  .title-common-primary {
    margin-top: 1rem;
    margin-bottom: 0;
    font-size: 0.32rem;
    line-height: 0.448rem;
  }
  .title-common-primary::after {
    margin-top: -25px;
  }
  .title-common-primary .title-wrapper {
    padding-right: 25px;
  }
  .title-common-primary .title-japanese {
    margin-top: -4px;
    font-size: var(--fontsize-default-sp);
    line-height: 1.75;
  }
}
@media only screen and (max-width: 979px) {
  .title-common-primary {
    margin-bottom: 0;
    font-size: 0.28rem;
    line-height: 1;
  }
  .title-common-primary::after {
    margin-top: -25px;
  }
  .title-common-primary .title-wrapper {
    padding-right: 0.25rem;
  }
  .title-common-primary .title-japanese {
    margin-top: -0.04rem;
    font-size: var(--fontsize-default-sp);
    line-height: 1.75;
  }
}

.title-common-secondary {
  font-family: var(--fontfamily-serif);
  font-size: var(--fontsize-biggest);
  font-weight: var(--fontweight-default);
  line-height: 0.384rem;
  font-weight: var(--fontweight-default);
  color: var(--color-default);
}
@media print, (min-width: 980px) {
  .title-common-secondary {
    margin-bottom: 91px;
    padding-bottom: 15px;
    font-size: var(--fontsize-biggest);
    line-height: 1.4545454545;
  }
  .title-common-secondary::before {
    width: 68px;
  }
}
@media only screen and (max-width: 979px) {
  .title-common-secondary {
    margin-bottom: 0.4rem;
    padding-bottom: 0.15rem;
    font-size: var(--fontsize-biggest);
    line-height: 1.4545454545;
  }
  .title-common-secondary::before {
    width: 0.68rem;
  }
}

.title-common-tertiary {
  font-style: var(--fontfamily-serif);
  font-weight: var(--fontweight-default);
  letter-spacing: var(--letterspacing-default);
  color: var(--color-default);
}
@media print, (min-width: 980px) {
  .title-common-tertiary {
    margin-bottom: 0.24rem;
    font-size: var(--fontsize-large);
    line-height: 2.1625;
  }
}
@media only screen and (max-width: 979px) {
  .title-common-tertiary {
    margin-bottom: 0.2rem;
    font-size: var(--fontsize-biggest);
    line-height: 1.4545454545;
  }
}

.title-common-quaternary {
  font-weight: var(--fontweight-default);
  letter-spacing: var(--letterspacing-tertiary);
}
@media print, (min-width: 980px) {
  .title-common-quaternary {
    margin-bottom: 27px;
    font-size: var(--fontsize-biggest);
    line-height: 1.4409090909;
  }
}
@media only screen and (max-width: 979px) {
  .title-common-quaternary {
    margin-bottom: 0.2rem;
    font-size: var(--fontsize-medium);
    line-height: 1.45;
  }
}

.list-common-news .list-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.list-common-news .item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.list-common-news .item-thumbnail {
  display: block;
  position: relative;
  padding-top: 100%;
}
.list-common-news .item-thumbnail::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid var(--color-default);
  pointer-events: none;
}
.list-common-news .item-thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
}
.list-common-news .item-content {
  flex: 1 1 auto;
}
.list-common-news .content-title {
  font-family: var(--fontfamily-cormorant);
  font-weight: 600;
  letter-spacing: var(--letterspacing-default);
  text-decoration: underline;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.list-common-news .content-time {
  display: block;
  letter-spacing: var(--letterspacing-default);
}
.list-common-news .content-detail {
  margin: 0;
  letter-spacing: var(--letterspacing-default);
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.list-common-news .item-controller {
  display: flex;
  justify-content: flex-end;
}
.list-common-news .controller-button {
  position: relative;
  font-family: var(--fontfamily-cormorant);
  letter-spacing: var(--letterspacing-secondary);
}
.list-common-news .controller-button::after {
  content: "";
  position: absolute;
  right: 0;
  width: 0.12rem;
  height: 0.12rem;
  transform: translateY(-50%);
  background: url("../img/common/arrow_icn_01.png") 50% 50%/contain no-repeat;
}
@media print, (min-width: 980px) {
  .list-common-news .list-wrapper {
    margin: 0 -13px;
  }
  .list-common-news .list-item {
    width: 25%;
    margin-bottom: 52px;
    padding: 0 13px;
  }
  .list-common-news .item-thumbnail {
    margin-bottom: 14px;
  }
  .list-common-news .item-content {
    margin-bottom: 36px;
  }
  .list-common-news .content-title {
    margin-bottom: 2px;
    font-size: 0.15rem;
    line-height: 1.4853333333;
  }
  .list-common-news .content-time {
    margin-bottom: 5px;
    font-size: 0.11rem;
    line-height: 2.4127272727;
  }
  .list-common-news .content-detail {
    font-size: 0.12rem;
    line-height: 1.3333333333;
  }
  .list-common-news .controller-button {
    margin: 0 9px;
    padding-right: 18px;
    font-size: var(--fontsize-medium);
    line-height: 1.75;
  }
  .list-common-news .controller-button::after {
    top: calc(50% - 1.5px);
  }
  html.is-mac .list-common-news .controller-button::after {
    top: calc(50% - 0.5px);
  }
}
@media only screen and (max-width: 979px) {
  .list-common-news .list-wrapper {
    margin: 0 -0.1rem;
  }
  .list-common-news .list-item {
    width: 50%;
    margin-bottom: 52px;
    padding: 0 0.1rem;
  }
  .list-common-news .item-thumbnail {
    margin-bottom: 14px;
  }
  .list-common-news .item-content {
    margin-bottom: 0.2rem;
  }
  .list-common-news .content-title {
    margin-bottom: 2px;
    font-size: 0.15rem;
    line-height: 1.4853333333;
  }
  .list-common-news .content-time {
    margin-bottom: 5px;
    font-size: 0.11rem;
    line-height: 2.4127272727;
  }
  .list-common-news .content-detail {
    font-size: 0.12rem;
    line-height: 1.4741666667;
  }
  .list-common-news .controller-button {
    margin: 0 9px;
    padding-right: 18px;
    font-size: var(--fontsize-medium);
    line-height: 1.2;
  }
  .list-common-news .controller-button::after {
    top: calc(50% - 0.014rem);
  }
  html.is-ios .list-common-news .controller-button::after {
    top: calc(50% + 0.004rem);
  }
}

.list-common-profile .list-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-common-profile .list-item:last-child {
  margin-bottom: 0;
}
.list-common-profile .content-position {
  display: flex;
  justify-content: space-between;
  letter-spacing: 0.074em;
}
.list-common-profile .content-name {
  letter-spacing: var(--letterspacing-secondary);
}
.list-common-profile .name-text,
.list-common-profile .name-position {
  margin: 0;
}
.list-common-profile .name-text.is-modify,
.list-common-profile .name-position.is-modify {
  width: 100%;
}
.list-common-profile .content-caption {
  margin: 0;
  font-family: var(--fontfamily-yumincho);
  font-size: 0.12rem;
  letter-spacing: var(--letterspacing-default);
  line-height: 1.3333333333;
  text-align: justify;
}
.list-common-profile .content-caption.is-modify {
  letter-spacing: 0;
}
.list-common-profile .content-caption small {
  letter-spacing: var(--letterspacing-secondary);
}
.list-common-profile .content-specialized {
  margin: 0;
  font-family: var(--fontfamily-yumincho);
  letter-spacing: var(--letterspacing-default);
}
@media print, (min-width: 980px) {
  .list-common-profile {
    margin: 0 29px;
  }
  .list-common-profile .item-wrapper {
    display: flex;
  }
  .list-common-profile .list-item {
    margin-bottom: 76px;
  }
  .list-common-profile .thumbnail-common-profile {
    width: 190px;
    margin-right: 14px;
  }
  .list-common-profile .thumbnail-wrapper {
    position: relative;
    padding-top: 100%;
  }
  .list-common-profile .thumbnail-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
  }
  .list-common-profile .item-content {
    flex: 1;
    padding: 8px 0;
  }
  .list-common-profile .content-position {
    margin-bottom: 18px;
    font-size: var(--fontsize-default-pc);
    line-height: 1.2;
  }
  .list-common-profile .content-position small {
    margin-left: 100px;
    font-size: 0.15rem;
    line-height: 1.2;
  }
  .list-common-profile .content-name {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 19px;
  }
  .list-common-profile .name-text {
    flex: 0 0 auto;
    width: 175px;
    padding-right: 10px;
    font-size: var(--fontsize-biggest);
    line-height: 1.2;
  }
  .list-common-profile .name-position {
    padding-right: 9px;
    font-size: var(--fontsize-default-pc);
    line-height: 1.2;
  }
}
@media only screen and (max-width: 979px) {
  .list-common-profile {
    margin: 0 0.25rem;
  }
  .list-common-profile .list-item {
    margin-bottom: 0.4rem;
  }
  .list-common-profile .thumbnail-common-profile {
    margin: 0 auto 0.15rem;
  }
  .list-common-profile .content-position {
    margin-bottom: 0.2rem;
    font-size: var(--fontsize-default-pc);
    line-height: 1.2;
  }
  .list-common-profile .content-position small {
    margin-left: 0.6rem;
    font-size: 0.15rem;
    line-height: 1.2;
  }
  .list-common-profile .content-name {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 0.2rem;
  }
  .list-common-profile .name-text {
    margin-bottom: 0;
    font-size: var(--fontsize-biggest);
    line-height: 1.2;
  }
  .list-common-profile .name-position {
    font-size: 0.15rem;
    line-height: 1.2;
  }
}

.list-common-profile.is-laboratory .list-item:last-child {
  margin-bottom: 0;
}
@media print, (min-width: 980px) {
  .list-common-profile.is-laboratory {
    margin: 0 33px;
  }
  .list-common-profile.is-laboratory .list-item {
    margin-bottom: 90px;
  }
  .list-common-profile.is-laboratory .thumbnail-common-profile {
    width: 210px;
    margin-right: 25px;
  }
  .list-common-profile.is-laboratory .item-content {
    padding: 12px 0;
  }
  .list-common-profile.is-laboratory .content-name {
    margin-bottom: 21px;
  }
  .list-common-profile.is-laboratory .content-caption {
    font-size: var(--fontsize-default-sp);
    line-height: 1.6428571429;
  }
  .list-common-profile.is-laboratory .content-detail {
    line-height: 1.4741666667;
  }
  .list-common-profile.is-laboratory .content-position,
  .list-common-profile.is-laboratory .content-caption {
    margin-bottom: 23px;
  }
  .list-common-profile.is-laboratory .name-position {
    padding-right: 0;
    font-size: 0.15rem;
    line-height: 1.2;
  }
  .list-common-profile.is-laboratory .content-specialized {
    font-size: var(--fontsize-default-sp);
    line-height: 1.6428571429;
  }
}
@media only screen and (max-width: 979px) {
  .list-common-profile.is-laboratory .content-caption {
    margin-bottom: 0.1rem;
    line-height: 1.75;
  }
}

.paragraph-common {
  font-family: var(--fontfamily-yumincho);
  letter-spacing: var(--letterspacing-default);
}
.paragraph-common p:last-child {
  margin-bottom: 0;
}
@media print, (min-width: 980px) {
  .paragraph-common {
    font-size: var(--fontsize-small);
    line-height: 1.5294117647;
  }
  .paragraph-common p {
    margin-bottom: 26px;
  }
}
@media only screen and (max-width: 979px) {
  .paragraph-common {
    margin-bottom: 0.35rem;
    font-size: var(--fontsize-default-sp);
    line-height: 1.8571428571;
  }
  .paragraph-common p {
    margin-bottom: 0.2rem;
  }
}

.heading-common-brand {
  display: block;
  margin: 0;
  text-align: center;
}
.heading-common-brand img {
  width: auto;
  height: 100%;
}
.heading-common-brand .heading-link {
  display: inline-block;
  width: auto;
  height: 100%;
}
@media print, (min-width: 980px) {
  .heading-common-brand {
    height: 104px;
  }
}
@media only screen and (max-width: 979px) {
  .heading-common-brand {
    height: 0.7rem;
  }
}

@media print, (min-width: 980px) {
  .heading-common-brand.is-modify {
    height: 52px;
    margin-bottom: 52px;
  }
}
@media only screen and (max-width: 979px) {
  .heading-common-brand.is-modify {
    height: 0.4rem;
    margin-bottom: 0.2rem;
  }
}

@media print, (min-width: 980px) {
  .sp_only {
    display: none;
  }
}

.section-gch-top {
  margin-top: 150px;
}
@media only screen and (max-width: 979px) {
  .section-gch-top {
    margin-top: 75px;
  }
}

.section-gch-middle {
  margin-top: 200px;
}
@media only screen and (max-width: 979px) {
  .section-gch-middle {
    margin-top: 100px;
  }
}

.section-gch-bottom {
  margin-top: 200px;
}
@media only screen and (max-width: 979px) {
  .section-gch-bottom {
    margin-top: 100px;
  }
}

.section-gch-bottom-2 {
  margin-top: 200px;
  margin-bottom: 200px;
}
@media only screen and (max-width: 979px) {
  .section-gch-bottom-2 {
    margin-bottom: 100px;
  }
}

.title-common-secondary {
  margin-bottom: 0;
  padding-bottom: 0.24rem;
  font-size: 30px;
  font-weight: 400;
  line-height: 160%;
}
@media only screen and (max-width: 979px) {
  .title-common-secondary {
    font-size: 24px;
  }
}

.title-common-secondary-top {
  font-family: var(--fontfamily-serif);
  margin-bottom: 0;
  padding-bottom: 0.24rem;
  font-size: 24px;
  font-weight: 400;
  line-height: 160%;
}
@media only screen and (max-width: 979px) {
  .title-common-secondary-top {
    font-size: 20px;
  }
}

.gch-wrapper-text {
  font-family: var(--fontfamily-gothic);
  font-weight: 300;
  font-size: 14px;
  line-height: 170%;
  text-align: justify;
}

.gch-normal-text {
  font-family: var(--fontfamily-gothic);
  font-weight: 300;
  font-size: 14px;
  line-height: 170%;
  letter-spacing: 0px;
}
@media only screen and (max-width: 979px) {
  .gch-normal-text {
    font-size: 13px;
  }
}

.gch-img {
  display: block;
  margin: auto;
}

.gch-img-logo {
  margin: 60px auto 36px;
}
@media only screen and (max-width: 979px) {
  .gch-img-logo {
    margin: 30px auto 18px;
  }
}

.gch-sentence {
  font-family: var(--fontfamily-serif);
  font-size: var(--fontsize-biggest);
  font-weight: var(--fontweight-default);
  line-height: 0.384rem;
  text-align: center;
  color: #006a68;
}
@media only screen and (max-width: 979px) {
  .gch-sentence {
    font-weight: var(--fontsize-small-sp);
  }
}

.gch-paragraph-text {
  font-family: var(--fontfamily-gothic);
  font-size: 0.14rem;
  font-weight: 300;
  line-height: 0.238rem;
}

.gch-wrapper {
  max-width: 760px;
}

.gch-wrapper-flex {
  display: flex;
  margin-top: 80px;
  margin-bottom: 80px;
}
.gch-wrapper-flex .gch-paragraph-box {
  margin-top: 63px;
  margin-left: 0.6rem;
  max-width: 450px;
}
@media only screen and (max-width: 979px) {
  .gch-wrapper-flex {
    display: block;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .gch-wrapper-flex .gch-paragraph-box {
    margin-top: 31.5px;
    margin-left: 0;
  }
}

.gch-img-figure {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 979px) {
  .gch-img-figure {
    margin: 30px auto 30px;
  }
}

.join-group {
  margin-top: 80px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 979px) {
  .join-group {
    margin: 40px auto 30px;
  }
}

.gch-img-caption {
  text-align: center;
  color: var(--color-default);
  font-family: var(--fontfamily-gothic);
  font-size: 0.18rem;
  font-weight: 400;
  line-height: 160%;
  margin-top: 36px;
}

.gch-img-wrapper {
  list-style: none;
}
@media only screen and (max-width: 979px) {
  .gch-img-wrapper {
    padding-left: 0px;
  }
}
.gch-img-wrapper .gch-img-wrapper-list {
  display: flex;
  justify-content: center;
  gap: 60px;
  margin-bottom: 60px;
}
.gch-img-wrapper .gch-img-wrapper-list img {
  min-width: 350px;
  height: 257px;
}
.gch-img-wrapper .gch-img-wrapper-list .gch-img-text-1 {
  font-family: var(--fontfamily-cormorant);
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  margin-bottom: 0px;
}
.gch-img-wrapper .gch-img-wrapper-list .gch-img-text-2 {
  font-family: var(--fontfamily-serif);
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  margin-bottom: 16px;
}
@media only screen and (max-width: 979px) {
  .gch-img-wrapper .gch-img-wrapper-list {
    gap: 24px;
    margin-bottom: 0.36rem;
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .gch-img-wrapper .gch-img-wrapper-list img {
    min-width: 300px;
  }
}
/*# sourceMappingURL=gch.css.map */