@charset "UTF-8";
.body {
  background-color: #edeff0;
}

.header {
  background-color: #edeff0;
  height: 50px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .header {
    height: 82px;
  }
}
.header .header__inner {
  padding: 10px 19.5px 10px 17px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media screen and (min-width: 768px) {
  .header .header__inner {
    padding: 14px 49px 14px 40px;
  }
}
.header .header__logo {
  width: 125px;
  aspect-ratio: 245/43;
  position: relative;
  transition: opacity 0.25s;
}
@media (any-hover: hover) {
  .header .header__logo:hover {
    opacity: 0.5;
  }
}
@media screen and (min-width: 768px) {
  .header .header__logo {
    width: 251px;
  }
}
.header .header__linkButtonWrap {
  display: flex;
  -moz-column-gap: 9px;
       column-gap: 9px;
  align-items: center;
  position: relative;
  z-index: 150;
}
@media screen and (min-width: 768px) {
  .header .header__linkButtonWrap {
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
}
.header .header__linkWrap,
.header .header__link {
  width: 92px;
}
@media screen and (min-width: 768px) {
  .header .header__linkWrap,
  .header .header__link {
    width: 184px;
  }
}
.header .header__link {
  aspect-ratio: 184/36;
  display: block;
  transition: opacity 0.25s;
}
@media (any-hover: hover) {
  .header .header__link:hover {
    opacity: 0.5;
  }
}
.header .header__button {
  width: 28.5px;
  aspect-ratio: 1/1;
  position: relative;
  z-index: 100;
  cursor: pointer;
  grid-area: button;
  transition: opacity 0.25s;
}
@media (any-hover: hover) {
  .header .header__button:hover {
    opacity: 0.5;
  }
}
@media screen and (min-width: 768px) {
  .header .header__button {
    width: 57px;
  }
}
.header .header__button::before, .header .header__button::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 3.5px;
  background-color: #be1e2d;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}
@media screen and (min-width: 768px) {
  .header .header__button::before, .header .header__button::after {
    height: 7px;
  }
}
.header .header__button::before {
  transform: translateY(calc(-50% + 4px));
}
@media screen and (min-width: 768px) {
  .header .header__button::before {
    transform: translateY(calc(-50% + 7px));
  }
}
.header .header__button::after {
  transform: translateY(calc(-50% - 4px));
}
@media screen and (min-width: 768px) {
  .header .header__button::after {
    transform: translateY(calc(-50% - 7px));
  }
}
.header .header__button.is-active::before {
  transform: translateX(3%) translateY(-26%) rotate(45deg);
}
.header .header__button.is-active::after {
  transform: translateX(0%) translateY(-50%) rotate(-45deg);
}
.header .menu {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  right: 0px;
  transition: 0.3s ease;
  width: 85.54712vw;
  max-width: 500px;
  z-index: 110;
  top: 0;
}
@media screen and (min-width: 768px) {
  .header .menu {
    top: 82px;
    right: 40px;
    width: 252px;
  }
}
.header .menu .menu__inner {
  position: relative;
  z-index: 10;
}
.header .menu .menu__inner .menu__list {
  display: flex;
  flex-direction: column;
  padding: 50px 10px 82px;
}
@media screen and (min-width: 768px) {
  .header .menu .menu__inner .menu__list {
    padding: 0px 10px 24px;
  }
}
.header .menu .menu__inner .menu__list .menu__item {
  position: relative;
  text-align: center;
}
.header .menu .menu__inner .menu__list .menu__item a {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: opacity 0.25s;
}
@media (any-hover: hover) {
  .header .menu .menu__inner .menu__list .menu__item a:hover {
    opacity: 0.5;
  }
}
.header .menu .menu__inner .menu__list .menu__item + .menu__item::before {
  position: absolute;
  content: "";
  height: 1px;
  width: calc(100% - 60px);
  background-color: #ffffff;
  left: 50%;
  transform: translateX(-50%);
  top: 0px;
}
@media screen and (min-width: 768px) {
  .header .menu .menu__inner .menu__list .menu__item + .menu__item::before {
    width: calc(100% - 40px);
  }
}
.header .menu .menu__inner .menu__itemName {
  color: #ffffff;
  line-height: 1.5;
  letter-spacing: 0.06rem;
  font-size: 14px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
@media screen and (min-width: 768px) {
  .header .menu .menu__inner .menu__itemName {
    font-size: 11px;
  }
}
.header .menu .menu__inner .menu__itemName._en {
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .header .menu .menu__inner .menu__itemName._en {
    font-size: 16px;
  }
}
.header .menu.is-active {
  opacity: 1;
  visibility: visible;
  transition: 0.5s ease;
}
.header .menu .menu__background {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #231f20;
  opacity: 0.7;
  position: absolute;
  top: 0;
  z-index: 5;
  mix-blend-mode: multiply;
}

.main {
  margin-top: 50px;
  height: 100%;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-feature-settings: "palt";
}
@media screen and (min-width: 768px) {
  .main {
    margin-top: 82px;
  }
}

.footer {
  min-height: 90px;
  padding-top: 25px;
  padding-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .footer {
    min-height: 129px;
    padding-top: 44px;
    padding-bottom: 44px;
  }
}

.footer__links {
  max-width: 600px;
  display: flex;
  -moz-column-gap: 32px;
       column-gap: 32px;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
  padding: 30px 20px;
  text-align: center;
  padding-right: 10px;
}
.footer__links a {
  line-height: 2;
  font-size: 13px;
  text-decoration: underline;
  display: block;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
@media screen and (min-width: 768px) {
  .footer__links a {
    font-size: 16px;
  }
}

.footer__link {
  line-height: 1.5;
  letter-spacing: 0.48rem;
  font-size: 13px;
  text-transform: uppercase;
  padding-top: 10px;
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  transition: opacity 0.25s;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
@media (any-hover: hover) {
  .footer__link:hover {
    opacity: 0.5;
  }
}
@media screen and (min-width: 768px) {
  .footer__link {
    padding-top: 20px;
    font-size: 22px;
  }
}
.footer__link .footer__linkIcon {
  content: "";
  position: absolute;
  top: -3px;
  position: absolute;
  left: 50%;
  transform: translateX(calc(-50% - 2px));
  width: 12px;
  background-image: url("../../img/common/arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 768px) {
  .footer__link .footer__linkIcon {
    width: 24px;
  }
}

._fadein {
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  transform: translateY(10px);
}

._animated {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}/*# sourceMappingURL=common.css.map */