@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");

/* ===========================================================

	Title: global.css
	Created: 2024-12-28

=========================================================== */
/*

	body
	header
	global-menu__navigation
	aside
	topicpath
	contents-style
	btPageTop
	footer


=========================================================== */
/* ===========================================================

.cormorant-garamond-light {
  font-family: "Cormorant Garamond", serif;
  font-weight: 300;
  font-style: normal;
}

.cormorant-garamond-regular {
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-style: normal;
}

.cormorant-garamond-medium {
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-style: normal;
}

.cormorant-garamond-semibold {
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  font-style: normal;
}

.cormorant-garamond-bold {
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  font-style: normal;
}

.cormorant-garamond-light-italic {
  font-family: "Cormorant Garamond", serif;
  font-weight: 300;
  font-style: italic;
}

.cormorant-garamond-regular-italic {
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-style: italic;
}

.cormorant-garamond-medium-italic {
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-style: italic;
}

.cormorant-garamond-semibold-italic {
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  font-style: italic;
}

.cormorant-garamond-bold-italic {
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  font-style: italic;
}

// <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 200 to 900

.noto-serif-jp-<uniquifier> {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

// <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 100 to 900

.noto-sans-jp-<uniquifier> {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

=========================================================== */
:root {
  --easing: cubic-bezier(.2, 1, .2, 1);
  --transition: .8s var(--easing);
  --box-shadow: .8rem .8rem 1.2rem rgba(0, 0, 0, .05), -.8rem -.8rem 1.2rem #fff;
  --box-shadow-hover: 1rem 1rem 1.5rem rgba(0, 0, 0, .08), -1rem -1rem 1.5rem #fff;
  --box-shadow-inset: inset .8rem .8rem 1.2rem rgba(0, 0, 0, .05), inset -.8rem -.8rem 1.2rem #fff;
  --box-shadow-dark: .8rem .8rem 1.2rem rgba(0, 0, 0, .1), -.8rem -.8rem 1.2rem rgba(#fff, .2);
  /*color*/
  --color-base: #916625;
  --color-theme: #916625;
  --color-theme-darken: #916625;
  --color-gray: #ddd;
  --color--gold: #dbc5a4;
  --color--brown: #916625;
  --line-color: #ddd;
  --text-color--light: #fff;
  --text-color--dark: #ddd;
  /*font-family*/
  --font-family-sans: "Noto Sans JP", sans-serif;
  --font-family-serif: "Noto Serif JP", serif;
  --font-family-en: "Cormorant Garamond", serif;
  /*px-rem*/
  --px--8: 0.5rem;
  --px--10: 0.625rem;
  --px--11: 0.6875rem;
  --px--12: 0.75rem;
  --px--13: 0.8125rem;
  --px--14: 0.875rem;
  --px--15: 0.9375rem;
  --px--16: 1rem;
  --px--18: 1.125rem;
  --px--20: 1.25rem;
  --px--21: 1.3125rem;
  --px--22: 1.375rem;
  --px--24: 1.5rem;
  --px--28: 1.75rem;
  --px--30: 1.875rem;
  --px--32: 2rem;
  --px--36: 2.25rem;
  --px--38: 2.375rem;
  --px--39: 2.4375rem;
  --px--40: 2.5rem;
  --px--42: 2.625rem;
  --px--44: 2.75rem;
  --px--46: 2.875rem;
  --px--48: 3rem;
  --px--50: 3.125rem;
  --px--60: 3.75rem;
  --px--64: 4rem;
  --px--70: 4.375rem;
  --px--80: 5rem;
  --px--90: 5.625rem;
  --px--100: 6.25rem;
  --px--128: 8rem;
}

/* ===========================================================

	body

=========================================================== */
body {
  font-family: "Noto Sans JP", 游ゴシック体, "Yu Gothic", YuGothic,
    "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 400;
  color: #000;
  text-align: center;
  font-size: 16px;
  height: 100%;
  overflow: hidden;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt" 1;
}

@media all and (-ms-high-contrast: none) {
  body {
    font-family: "メイリオ", Meiryo, "游ゴシック", "ヒラギノ角ゴシック Pro",
      "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
}

html * {
  max-height: 999999px;
}

::selection {
  background: var(--color--gold);
}

/* for Firefox */
::-moz-selection {
  background: var(--color--gold);
}

/* ===========================================================

	header

=========================================================== */
.global-header {
  position: fixed;
  z-index: 100;
  top: 0;
  width: 100%;
  background-color: #fff;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1rem;
}

.global-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 64px;
  padding: 0 1.0rem;
}

@media (768px <=width) {
  .global-header__inner {
    height: 96px;
  }
}

@media (1200px <=width) {
  .global-header {}

  .global-header__inner {
    padding: 0 1.5rem;
  }
}

/* global-header__logo
----------------------------------------------------------- */
.global-header__logo {
  svg {
    height: 40px;
    width: auto;
  }
}

.global-header__logo img {
  position: fixed;
  margin: 6px;
  z-index: 100;
}

@media (768px <=width) {
  .global-header__logo {
    svg {
      height: 48px;
    }
  }
}

/* ===========================================================

	global-navigation

=========================================================== */
/* PC */
@media (1200px <=width) {
  .global-navigation {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .global-navigation nav {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .global-navigation ul {
    display: flex;
    padding: 0 2rem;
    gap: 2rem;
  }

  .global-navigation__primary {
    text-transform: uppercase;
    height: 48px;
    display: flex;
    align-items: center;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: transparent;
    font-size: 0.9375rem;
  }

  .is-about .global-navigation__primary--about,
  .is-company .global-navigation__primary--company,
  .is-business .global-navigation__primary--business,
  .is-group .global-navigation__primary--group,
  .is-contribution .global-navigation__primary--contribution {
    border-bottom-color: var(--color--brown);

    &:link,
    &:visited {
      color: var(--color--brown);
    }
  }

  .global-navigation__primary:link,
  .global-navigation__primary:visited {
    color: #000;
  }

  .global-navigation ul a:hover {
    text-decoration: none;
    color: var(--color--brown);
  }

  .global-navigation li {
    position: relative;
  }

  .global-navigation ul .global-navigation__secondary {
    display: none;
    position: absolute;
    top: 48px;
    left: 50%;
    z-index: 999900;
    width: 256px;
    transform: translateX(-50%);
    text-align: left;
    background-color: rgba(17, 17, 17, 0.8);
    padding: 8px 8px 0;
    border-top: none;
    opacity: 0;
  }

  .global-navigation ul li.js--over .global-navigation__secondary {
    animation: gn__secondary--over 0.25s cubic-bezier(0.75, 0, 0.175, 1) 0s 1 normal both;
    display: block;
  }

  @keyframes gn__secondary--over {
    0% {
      opacity: 0;
    }

    100% {
      opacity: 1;
    }
  }

  .global-navigation__secondary li {
    margin: 0 0 8px;
  }

  .global-navigation___secondary li {
    width: calc(50% - 8px);
    margin: 0 8px 8px 0;
    display: inline-block;
  }

  .global-navigation__secondary li ul {
    display: none;
  }

  .global-navigation__secondary li a {
    font-size: var(--px--13);
    display: block;
    padding: 16px 16px 16px 28px;
    position: relative;
    background-color: #fff;
    background-image: url(/assets/img/global/arrow_forward.svg);
    background-repeat: no-repeat;
    background-size: 16px auto;
    background-position: 8px 50%;
  }

  .global-navigation__secondary li a:link,
  .global-navigation__secondary li a:visited {
    color: #000;
    text-decoration: none;
  }

  .global-navigation__secondary li a:hover {
    text-decoration: none;
    background-color: var(--color--gold);
    opacity: 1;
  }

  .global-navigation__secondary li a.current {
    color: var(--color--gold);
  }

  .global-navigation__secondary ol.second {
    list-style: none;
    padding-left: 1em;
  }
}

@media (max-width: 1199px) {

  /* global-navigation
	----------------------------------------------------------- */
  .global-navigation {
    display: flex;
    gap: 24px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transform: translate(-50%, -50%);
    position: fixed;
    top: 50%;
    left: 50%;
    width: 100vw;
    padding: 80px 32px 16px;
    min-height: 100vh;
    /* Fallback */
    min-height: calc(var(--vh, 1vh) * 100);
    opacity: 0;
    transition: all 0.4s linear;
    visibility: hidden;
    overflow-y: scroll;
    text-align: left;
  }

  .js-hamburger--open .global-navigation {
    opacity: 1;
    transition: all 0.4s linear 0.4s;
    z-index: 99;
    visibility: visible;
  }

  .global-navigation nav {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
  }

  .global-navigation ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }

  .global-navigation ul a:hover {
    text-decoration: none;
  }

  .global-navigation__primary {
    font-size: var(--px--18);
    font-weight: 400;
    letter-spacing: 0.1rem;
  }

  .global-navigation__primary:link,
  .global-navigation__primary:visited {
    color: #fff;
  }

  .global-navigation ul.global-navigation__secondary {
    display: none;
    flex-direction: column;
    gap: 8px;
    padding-top: 16px;
  }

  .global-navigation__secondary a:link,
  .global-navigation__secondary a:visited {
    color: #000;
  }
}

/* ===========================================================

	hamburger-menu

=========================================================== */
.hamburger-menu__button,
.hamburger-menu__bg {
  display: none;
}

.hamburger-menu__button {
  width: 64px;
  height: 64px;
}

@media (768px <=width) {
  .hamburger-menu__button {
    width: 96px;
    height: 96px;
  }
}

@media (max-width: 1199px) {

  /* hamburger-menu__button
	----------------------------------------------------------- */
  .hamburger-menu__button {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    right: 6px;
    z-index: 100;
    transition: all 0.25s;
  }

  .js-top-header .hamburger-menu__button {}

  /* hamburger-menu__bg
	----------------------------------------------------------- */
  .hamburger-menu__bg {
    position: fixed;
    top: -64px;
    left: 0;
    content: "";
    width: 100%;
    height: 0;
    display: flex;
    z-index: 98;
    transition: height 0s linear 1s;
    background-color: #111111;
  }

  .hamburger-menu__bg svg {
    width: 100%;
  }

  body:not(.js-hamburger--open) .hamburger-menu__bg {
    animation: menu--close 0.75s cubic-bezier(0.77, 0, 0.175, 1) 0s 1 normal both;
  }

  body.js-hamburger--open .hamburger-menu__bg {
    animation: menu--open 0.75s cubic-bezier(0.77, 0, 0.175, 1) 0s 1 normal both;
  }

  @keyframes menu--close {
    0% {
      top: -64px;
      height: 150%;
    }

    to {
      top: 100%;
      height: 0;
    }
  }

  @keyframes menu--open {
    0% {
      top: -64px;
      height: 0;
    }

    to {
      height: 150%;
      top: -64px;
    }
  }

  /* hamburger
	----------------------------------------------------------- */
  .hamburger {
    /*position: fixed;
		top: 10px;
		left: 10px;*/
    z-index: 99;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
  }

  .hamburger:focus {
    outline: none;
  }

  .hamburger:hover {
    opacity: 0.8;
  }

  .hamburger-box {
    width: 48px;
    height: 24px;
    display: inline-block;
    position: relative;
  }

  .hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
  }

  .hamburger-inner,
  .hamburger-inner::before,
  .hamburger-inner::after {
    width: 48px;
    height: 1px;
    background-color: rgba(0, 0, 0, 1);
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
  }

  .hamburger-inner::before,
  .hamburger-inner::after {
    content: "";
    display: block;
  }

  .hamburger-inner::before {
    top: -10px;
  }

  .hamburger-inner::after {
    bottom: -10px;
  }

  /*
	   * Collapse
	   */
  .hamburger--collapse .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-duration: 0.15s;
    transition-delay: 0.15s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  .hamburger--collapse .hamburger-inner::after {
    top: -20px;
    transition:
      top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
      opacity 0.1s linear;
  }

  .hamburger--collapse .hamburger-inner::before {
    transition:
      top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
      transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  .hamburger--collapse.is-active .hamburger-inner {
    background-color: rgba(255, 255, 255, 0.8);
    transform: translate3d(0, -10px, 0) rotate(-45deg);
    transition-delay: 0.32s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  .hamburger--collapse.is-active .hamburger-inner::after {
    background-color: rgba(255, 255, 255, 0.8);
    top: 0;
    opacity: 0;
    transition:
      top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
      opacity 0.1s 0.27s linear;
  }

  .hamburger--collapse.is-active .hamburger-inner::before {
    background-color: rgba(255, 255, 255, 0.8);
    top: 0;
    transform: rotate(-90deg);
    transition:
      top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
      transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  .color-switched .hamburger-inner,
  .color-switched .hamburger-inner::before,
  .color-switched .hamburger-inner::after {
    background-color: rgb(0, 0, 0);
  }
}

/* ===========================================================

	topic path

=========================================================== */
.topic-path {
  border-top: solid 1px var(--line-color);
  display: flex;
  align-items: center;
  margin-top: 64px;
  padding: 1rem 1rem;
}

.topic-path ol {
  font-size: 0.875rem;
  list-style: none;
  text-align: left;
  line-height: 1.6;
  margin-top: -2px;
}

.topic-path ol li {
  display: inline-block;
}

.topic-path ol li::before {
  content: "/";
  padding: 0 0.75rem;
  opacity: 0.6;
}

.topic-path ol li:first-child::before {
  display: none;
}

.topic-path ol li:first-child a {
  background: url(/assets/img/global/icon__home.png) 50% 50% no-repeat;
  background-size: 10px 12px;
  width: 10px;
  height: 12px;
  /*　Scott Kellum Method */
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.topic-path ol a:link,
.topic-path ol a:visited {
  text-decoration: none;
}

@media (768px <=width) {
  .topic-path {
    margin-top: 96px;
  }
}

@media (1200px <=width) {
  .topic-path {
    padding: 0 2rem;
    height: 64px;
  }

  .topic-path ol li::before {
    padding: 0 1.5rem;
  }
}

/* ===========================================================

	aside

=========================================================== */
aside {
  background-color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px;
}

aside ul {
  font-size: 1.5rem;
  list-style: none;
  text-align: left;
  line-height: 1;
  margin-top: -2px;
  width: 100%;
}

aside li {
  display: block;
  margin-bottom: 2px;
}

aside a:link,
aside a:visited {
  text-decoration: none;
  background-color: #333333;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  text-decoration: none !important;
}

aside a.current {
  background-color: #e62210;
  color: #fff !important;
}

@media (1200px <=width) {
  aside {
    padding: 0 16px;
  }

  aside ul {
    width: 1200px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  aside li {
    margin-bottom: 0;
  }

  aside a:link,
  aside a:visited {
    min-width: 192px;
    width: auto;
  }
}

/* ===========================================================

	main

=========================================================== */
main {
  padding-bottom: 128px;
}

main:after {
  content: "";
  display: block;
  clear: both;
}

article {}

.contents {
  order: 2;
}

aside {
  order: 1;
}

/* ===========================================================

	title

=========================================================== */
.title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: #000;
  height: 264px;
}

.title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: var(--px--64);
  background-color: var(--color--gold);
  display: inline-block;
  animation: title--line 1.25s cubic-bezier(0.75, 0, 0.175, 1) 0s 1 normal both;
}

.title h1 {
  position: relative;
  font-weight: 500;
  line-height: 1.2;
  font-family: var(--font-family-serif);
  font-size: var(--px--15);
  padding: 0;
  border: none;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 8px;
  z-index: 2;
}

.title h1 span {
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.08rem;
}

.title h1 strong {
  color: var(--color--gold);
  font-family: var(--font-family-en);
  font-size: var(--px--48);
  font-weight: 500;
  text-transform: uppercase;
  line-height: 90%;
}

@media (min-width: 768px) {
  .title {
    height: 320px;
  }

  .title h1 strong {
    font-size: var(--px--64);
  }
}

.title h1 strong,
.title h1 span {
  position: relative;
  overflow: hidden;
  animation: title 1.25s cubic-bezier(0.75, 0, 0.175, 1) 0s 1 normal forwards;
}

.title h1 strong::after,
.title h1 span::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  background-color: var(--color--gold);
  animation: title--effect 1.25s cubic-bezier(0.75, 0, 0.175, 1) 0s 1 normal both;
}

@keyframes title {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes title--effect {
  0% {
    width: 0%;
    left: 0%;
  }

  50% {
    width: 100%;
    left: 0%;
  }

  100% {
    left: 100%;
  }
}

@keyframes title--after {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

@keyframes title--line {
  0% {
    height: 1px;
  }

  100% {
    height: 64px;
  }
}

/* ===========================================================

	contents

=========================================================== */
.contents {
  background-color: #fff;
  position: relative;
  z-index: 3;
  padding: 0 1rem;
}

@media (1200px <=width) {
  .contents {
    padding: 0;
  }
}

/* ===========================================================

	contents-style

=========================================================== */
.contents-style {
  text-align: left;
  margin: 0 auto;
  width: 100%;
  /*max-width: 1086px;*/
  max-width: 1088px;
  box-sizing: border-box;
  padding: 32px 0;
}

@media (1200px <=width) {
  .contents-style {
    padding: 64px 0;
  }
}

/* ===========================================================

	bt-pagetop

=========================================================== */
body .bt-pagetop {
  clear: both;
  width: 50px;
  height: 50px;
  margin: 0;
  display: none;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 100;
}

.bt-pagetop a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  background-color: #00127e;
  transition: 0.2s ease-in-out;
  /*　Scott Kellum Method */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.bt-pagetop a:before {
  content: " ";
  position: absolute;
  top: 22px;
  left: 50%;
  margin: 0 0 0 -10px;
  width: 20px;
  height: 20px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.bt-pagetop a:hover {
  opacity: 0.5;
}

/* ===========================================================

	global-footer

=========================================================== */
.global-footer {
  overflow: hidden;
  background-color: #111111;
  color: var(--text-color--dark);
  position: relative;
  z-index: 3;
  padding: 64px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 64px;
}

footer a,
footer a:link,
footer a:visited {
  display: block;
  text-decoration: none;
}

footer a:hover {
  opacity: 0.6;
}

@media (min-width: 768px) {
  .global-footer {
    padding: 64px 32px;
  }
}

/* footer-upper
----------------------------------------------------------- */
.footer-upper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 64px;
  padding: var(--px--32);
  max-width: 1296px;
}

@media (min-width: 768px) {
  .footer-upper {
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row;
    padding: 0;
  }
}

/* footer-address
----------------------------------------------------------- */
.footer-address {
  display: flex;
  flex-direction: column;
  gap: var(--px--32);
  text-align: left;

  address {
    font-size: var(--px--14);
    line-height: 160%;
    font-style: normal;
  }
}

@media (min-width: 768px) {
  .footer-address {
    width: 384px;
  }
}

/* footer-navigation
----------------------------------------------------------- */
.footer-navigation {
  text-align: left;
  border-top: solid 1px #444;
  padding: 64px 0;
}

.footer-navigation>ul {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}

.footer-navigation>ul li {
  width: calc(50% - 16px);
}

.footer-navigation>ul li li {
  width: 100%;
}

@media (min-width: 768px) {
  .footer-navigation {
    padding: 16px 0 16px 64px;
    border-top: none;
    border-left: solid 1px #444;
  }

  .footer-navigation>ul {
    padding: 0;
    gap: 64px;
  }

  .footer-navigation>ul li {
    width: 100%;
    max-width: 166px;
  }
}

/*footer-navigation--primary
----------------------------------------------------------- */
.footer-navigation--primary>a {
  display: block;
  font-family: var(--font-family-serif);
  font-size: var(--px--16);
  color: #fff;
}

@media (min-width: 768px) {}

/*footer-navigation--secondary
----------------------------------------------------------- */
.footer-navigation--secondary {
  padding-top: 8px;
}

.footer-navigation--secondary a {
  font-size: var(--px--14);
  color: rgba(255, 255, 255, 0.5);
  padding: 4px 0;
}

/* footer-under
----------------------------------------------------------- */
.footer-under {
  width: 100%;
  max-width: 1296px;
  border-top: solid 1px #444;
  padding: var(--px--40) 0;
  gap: var(--px--32);
  display: flex;
  flex-direction: column;
}

/* sns-list
----------------------------------------------------------- */
.sns-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
  opacity: 0.8;
}

/* copyright
----------------------------------------------------------- */
.copyright {
  display: flex;
  justify-content: center;
}

.copyright small {
  font-size: var(--px--14);
  font-family: var(--font-family-en);
}