.pc {
  display: block;
}
@media (max-width: 833px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media (max-width: 833px) {
  .sp {
    display: block;
  }
}

.inner {
  padding: 0 2rem;
}

.block {
  max-width: 110rem;
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 833px) {
  .block {
    max-width: 100%;
    width: 100%;
  }
}

@media (max-width: 833px) {
  .heading {
    text-align: center;
  }
}
.heading h2 {
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media (max-width: 833px) {
  .heading h2 {
    font-size: 2.4rem;
  }
}
.heading p {
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: 500;
  margin-top: 2rem;
}

.link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  font-size: 1.8rem;
  font-weight: 700;
  text-decoration: none;
}
.link .arrow {
  height: 0.7rem;
  width: 7rem;
}

.wrapper {
  position: relative;
}
.wrapper::before {
  content: "";
  background: url("../img/common/bg_tex.png");
  background-size: contain;
  position: absolute;
  z-index: -2;
  height: 100%;
  width: 100%;
  display: block;
}

.wave {
  position: relative;
}
.wave::after {
  content: "";
  background-color: rgba(255, 255, 255, 0.7);
  background-image: url("../img/common/bg_wave.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-blend-mode: lighten;
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: -1;
}
@media (max-width: 833px) {
  .wave::after {
    background-image: url("../img/common/sp/bg_wave_sp.svg");
  }
}

.header {
  position: fixed;
  height: 12rem;
  width: 100%;
  z-index: 100;
  transition: background-color 0.5s ease, color 0.5s ease;
}
@media (max-width: 833px) {
  .header {
    height: auto;
    padding: 2.5rem 0;
  }
}
.header .inner {
  height: 100%;
}
@media (max-width: 833px) {
  .header .inner {
    padding: 0 2.7rem;
  }
}
.header .inner .block {
  height: 100%;
  max-width: 100%;
  width: 100%;
}
.header-logo {
  width: 21.8rem;
}
@media (max-width: 833px) {
  .header-logo {
    width: 17.2rem;
  }
}
.header-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.header-content {
  display: flex;
  align-items: center;
}
.header-list {
  display: flex;
  gap: 3.5rem;
}
@media (max-width: 833px) {
  .header-list {
    display: none;
  }
}
.header-item {
  text-align: center;
  font-size: 1.7rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #fff;
}
.header .drop-menu {
  position: relative;
}
.header .drop-menu .arrow {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 0.8rem;
  height: 0.8rem;
  border: 0.2rem solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  margin-left: 0.6rem;
}
.header .drop-menu__wrap {
  visibility: hidden;
  display: block;
  width: 20.4rem;
  height: 100%;
  position: absolute;
  left: -3rem;
}
.header .drop-menu__list {
  background: #fff;
  opacity: 0.8;
  width: 20.4rem;
  top: 1.6rem;
  margin: auto;
  padding: 3rem 0;
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.header .drop-menu:hover .drop-menu__wrap {
  visibility: visible;
}
.header .drop-menu__item:hover a::before {
  width: 80%;
}
.header .drop-menu__item a {
  text-decoration: none;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  font-weight: 500;
  width: 100%;
  display: block;
  position: relative;
}
.header .drop-menu__item a::before {
  transition: 0.3s;
  width: 0%;
  content: "";
  height: 0.1rem;
  position: absolute;
  bottom: -0.7rem;
  left: 0px;
  right: 0px;
  margin: auto;
  background-color: #707070;
}
.header-link {
  text-decoration: none;
  font-size: 1.7rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #fff;
  position: relative;
}
.header-link::before {
  transition: 0.3s;
  width: 0%;
  content: "";
  height: 0.1rem;
  position: absolute;
  bottom: -0.7rem;
  left: 0px;
  right: 0px;
  margin: auto;
  background-color: #707070;
}
.header-link:hover::before {
  width: 100%;
}
.header-language {
  margin-left: 6rem;
  margin-right: 4rem;
}
@media (max-width: 833px) {
  .header-language {
    display: none;
  }
}
.header-language a {
  color: #fff;
  font-size: 1.7rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-decoration: none;
  position: relative;
}
.header-language a::before {
  transition: 0.3s;
  width: 0%;
  content: "";
  height: 0.1rem;
  position: absolute;
  bottom: -0.7rem;
  left: 0px;
  right: 0px;
  margin: auto;
  background-color: #707070;
}
.header-language a:hover::before {
  width: 100%;
}
.header-language span {
  color: #fff;
  font-size: 1.7rem;
  margin-left: 0.8rem;
  margin-right: 0.8rem;
}
.header-language .ja {
  opacity: 0.7;
  pointer-events: auto;
}
.header-language .en {
  pointer-events: none;
}
.header-btn {
  margin-left: 4rem;
}
@media (max-width: 833px) {
  .header-btn {
    display: none;
    margin-left: 0;
  }
}
.header-btn__link {
  color: #fff;
  border: 0.1rem solid #fff;
  height: 6.4rem;
  width: 21.4rem;
  gap: 0.9rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 1.7rem;
  font-weight: 500;
  opacity: 1;
  transition: opacity 0.3s;
}
.header-btn__link:hover {
  background: #fff;
  color: #222;
}
.header-btn__link:hover .shop-icon img {
  filter: invert(12%) sepia(100%) saturate(7500%) hue-rotate(180deg) brightness(0%) contrast(100%);
}
.header-btn__link .shop-icon {
  width: 2.1rem;
}
.header-hamburger {
  display: none;
}
@media (max-width: 833px) {
  .header-hamburger {
    display: block;
    cursor: pointer;
  }
}
.header-hamburger .line {
  width: 3.4rem;
  height: 0.1rem;
  background: #fff;
  margin: 1rem auto;
  opacity: 0.5;
}
.header-hamburger span {
  color: #fff;
  font-size: 1.1rem;
  letter-spacing: 0.04em;
  font-weight: 500;
}
.header .header-hamburger__wrap.is-active {
  display: inline-block;
  vertical-align: middle;
  color: #222222;
  line-height: 1;
  width: 3.5rem;
  height: 0.1rem;
  background: currentColor;
  border-radius: 0.1em;
  position: relative;
  transform: rotate(45deg);
}
.header .header-hamburger__wrap.is-active::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}
.header .header-hamburger__wrap.is-active .line {
  display: none;
}
.header .header-hamburger__wrap.is-active + span {
  display: block;
  margin-top: 1.1rem;
  color: #222222;
}
.header-menu {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  background: url("../img/common/bg_tex.png");
  background-size: contain;
  z-index: -1;
  width: 100%;
  height: 100%;
  transform: translate3d(-100%, 0, 0);
  transition: transform 0.3s ease;
}
.header-menu__wrap {
  display: block;
  height: 100%;
  width: 100%;
  padding: 15.8rem 6.5rem 15.7rem;
  overflow: scroll;
}
.header-menu__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  gap: 2.5rem;
}
.header-menu__item {
  text-align: center;
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  width: 100%;
}
.header-menu__item span {
  display: block;
  margin-top: 0.7rem;
  color: #a0793d;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  font-weight: 500;
}
.header-menu__link {
  position: relative;
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  width: 100%;
}
.header-menu__link:hover {
  color: #000000;
}
.header-menu__link .arrow {
  display: inline-block;
  vertical-align: middle;
  color: #000000;
  line-height: 1;
  width: 0.8rem;
  height: 0.8rem;
  border: 0.2rem solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2rem;
  margin: auto;
  margin-left: 0.6rem;
}
.header-menu__link .arrow.active {
  transform: translateY(25%) rotate(-45deg);
}
.header-menu__btn {
  display: block;
  margin-top: 6rem;
  text-align: center;
}
.header-menu__btn-link {
  width: 100%;
  height: 6.4rem;
  font-size: 1.7rem;
  border: 0.1rem solid #222222;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  gap: 0.9rem;
  line-height: 1.4;
  font-weight: 500;
  opacity: 1;
  transition: opacity 0.3s;
}
.header-menu__btn-link .shop-icon {
  width: 2.1rem;
  filter: invert(12%) sepia(100%) saturate(7500%) hue-rotate(180deg) brightness(0%) contrast(100%);
}
.header-menu__social {
  display: flex;
  justify-content: center;
  gap: 2.2rem;
  margin-top: 5.5rem;
}
.header-menu__social-icon {
  width: 3rem;
}
.header-menu__social-icon:nth-child(2) {
  width: 1.5rem;
}
.header-menu__social-icon img {
  filter: invert(12%) sepia(100%) saturate(7500%) hue-rotate(180deg) brightness(0%) contrast(0%);
}
.header-menu__drop-wrap {
  margin: 2rem 0 1rem;
}
.header-menu__drop-list {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  gap: 1rem;
}
.header-menu__drop-item a {
  text-decoration: none;
  font-size: 1.6rem;
  color: #08121a;
  font-weight: 500;
  line-height: 1.8;
  position: relative;
  padding-left: 1.5rem;
}
.header-menu__drop-item a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #08121a;
  width: 0.8rem;
  height: 0.1rem;
}
.header-menu.active {
  transform: translateZ(0);
}
.header.scrolled, .header.lower {
  background-color: #fff;
  color: #222222;
}
.header.scrolled .header-img img, .header.lower .header-img img {
  filter: invert(12%) sepia(100%) saturate(7500%) hue-rotate(180deg) brightness(0%) contrast(100%);
}
.header.scrolled .header-link,
.header.scrolled .header-item, .header.lower .header-link,
.header.lower .header-item {
  color: #222222;
}
.header.scrolled .header-language a, .header.lower .header-language a {
  color: #222222;
}
.header.scrolled .header-language span, .header.lower .header-language span {
  color: #222222;
}
.header.scrolled .header-btn__link, .header.lower .header-btn__link {
  color: #222222;
  border: 0.1rem solid #222222;
}
.header.scrolled .header-btn__link:hover, .header.lower .header-btn__link:hover {
  background: #222222;
  color: #fff;
  border: 0.1rem solid #fff;
}
.header.scrolled .header-btn__link:hover .shop-icon img, .header.lower .header-btn__link:hover .shop-icon img {
  filter: unset;
}
.header.scrolled .header-btn__link .shop-icon img, .header.lower .header-btn__link .shop-icon img {
  filter: invert(12%) sepia(100%) saturate(7500%) hue-rotate(180deg) brightness(0%) contrast(100%);
}
.header.scrolled .drop-menu .arrow, .header.lower .drop-menu .arrow {
  color: #222222;
}
.header.scrolled .drop-menu__list, .header.lower .drop-menu__list {
  border: 0.1rem solid #222;
}
.header.scrolled .header-hamburger .line, .header.lower .header-hamburger .line {
  background: #222;
}
.header.scrolled .header-hamburger span, .header.lower .header-hamburger span {
  color: #222;
}

.is_menu_open .header-img img {
  filter: invert(12%) sepia(100%) saturate(7500%) hue-rotate(180deg) brightness(0%) contrast(100%);
}

.footer {
  background: #000000;
}
.footer-foot {
  padding: 1.3rem 0 22.3rem;
}
@media (max-width: 833px) {
  .footer-foot {
    padding: 0 0 3.5rem;
  }
}
.footer-flex {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 833px) {
  .footer-flex {
    flex-direction: column;
  }
}
@media (max-width: 833px) {
  .footer-direction {
    margin-bottom: 3.9rem;
  }
}
.footer-logo {
  display: block;
  width: 21.8rem;
}
@media (max-width: 833px) {
  .footer-logo {
    width: 17rem;
    margin: 0 auto;
  }
}
.footer-address {
  font-size: 1.6rem;
  color: #fff;
  font-weight: 500;
  line-height: 1.8;
  margin-top: 5.2rem;
}
@media (max-width: 833px) {
  .footer-address {
    text-align: center;
    margin-top: 3.9rem;
  }
}
.footer-nav {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 833px) {
  .footer-nav {
    flex-direction: column;
    border-top: 0.1rem solid #656565;
  }
}
.footer-list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-top: 3.1rem;
  border-left: 0.1rem solid #656565;
  padding-left: 4rem;
}
@media (max-width: 833px) {
  .footer-list {
    flex-direction: column;
    justify-content: center;
    margin-top: 3.9rem;
    gap: 2.4rem;
    border-left: 0;
    margin-top: 0;
    padding-left: 0;
    gap: 0;
  }
}
.footer-item {
  display: inline-block;
  font-size: 1.6rem;
  color: #fff;
  font-weight: 500;
  line-height: 1.8;
}
@media (max-width: 833px) {
  .footer-item {
    border-bottom: 0.1rem solid #656565;
  }
}
.footer-item .drop-menu__wrap {
  display: none;
  margin-top: 1rem;
}
@media (max-width: 833px) {
  .footer-item .drop-menu__wrap {
    padding-bottom: 1.7rem;
  }
}
.footer-item .drop-menu__list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.footer-item .drop-menu__item a {
  text-decoration: none;
  font-size: 1.6rem;
  color: #fff;
  font-weight: 500;
  line-height: 1.8;
  position: relative;
  padding-left: 1.5rem;
}
.footer-item .drop-menu__item a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
  width: 0.8rem;
  height: 0.1rem;
}
.footer-link {
  font-size: 1.6rem;
  color: #fff;
  font-weight: 500;
  line-height: 1.8;
  text-decoration: none;
  position: relative;
}
@media (max-width: 833px) {
  .footer-link {
    display: block;
    padding: 1.7rem 0;
  }
}
.footer-link .arrow {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 0.8rem;
  height: 0.8rem;
  border: 0.2rem solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  margin-left: 0.6rem;
}
@media (max-width: 833px) {
  .footer-link .arrow {
    right: 2rem;
  }
}
.footer-link .arrow-down {
  content: "";
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 0.8rem;
  height: 0.8rem;
  border: 0.2rem solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(25%) rotate(-45deg);
}
@media (max-width: 833px) {
  .footer-link .arrow-down {
    right: 2rem;
  }
}
.footer-area {
  display: flex;
  align-items: center;
  justify-content: right;
  margin-top: 3.6rem;
  gap: 3rem;
}
@media (max-width: 833px) {
  .footer-area {
    margin-top: 6.7rem;
    flex-direction: column;
    justify-content: center;
    gap: 4rem;
  }
}
.footer-language a {
  color: #fff;
  text-decoration: none;
  font-size: 1.7rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-decoration: none;
  position: relative;
}
.footer-language a::before {
  transition: 0.3s;
  width: 0%;
  content: "";
  height: 0.1rem;
  position: absolute;
  bottom: -0.7rem;
  left: 0px;
  right: 0px;
  margin: auto;
  background-color: #707070;
}
.footer-language span {
  color: #fff;
  font-size: 1.7rem;
  margin-left: 0.8rem;
  margin-right: 0.8rem;
}
.footer-language .ja {
  opacity: 0.7;
  pointer-events: auto;
}
.footer-language .en {
  pointer-events: none;
}
.footer-social {
  display: flex;
  justify-content: right;
  align-items: center;
  gap: 2.2rem;
}
@media (max-width: 833px) {
  .footer-social {
    justify-content: center;
  }
}
.footer-social__icon {
  width: 3rem;
}
.footer-social__icon:nth-child(2) {
  width: 1.5rem;
}
.footer-copyright {
  font-size: 1.4rem;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 2.1;
  opacity: 0.3;
  margin-top: 4.9rem;
}
@media (max-width: 833px) {
  .footer-copyright {
    font-size: 1rem;
    margin-top: 8rem;
    text-align: center;
  }
}

.pankuzu {
  padding: 13.8rem 0 4rem;
}
@media (max-width: 833px) {
  .pankuzu .inner {
    padding: 0 0 0 2rem;
  }
}
.pankuzu-list {
  display: flex;
  align-items: center;
  gap: 4.7rem;
}
@media (max-width: 833px) {
  .pankuzu-list {
    overflow: scroll;
    white-space: nowrap;
  }
}
.pankuzu-list::-webkit-scrollbar {
  display: none;
}
.pankuzu-item {
  font-size: 1.6rem;
  letter-spacing: 0.01em;
  font-weight: 500;
  line-height: 1.8;
  position: relative;
}
.pankuzu-item::after {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  border-top: 0.1rem solid #222222;
  border-right: 0.1rem solid #222222;
  transform: rotate(45deg);
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0 auto 1.8rem;
}
.pankuzu-item:last-child::after {
  content: none;
}
.pankuzu-link {
  font-size: 1.6rem;
  letter-spacing: 0.01em;
  font-weight: 500;
  position: relative;
  text-decoration: none;
  line-height: 1.8;
}

.pagination {
  padding-bottom: 13.8rem;
}
@media (max-width: 833px) {
  .pagination {
    padding-bottom: 10rem;
  }
}
.pagination-block {
  margin: 0 auto;
  text-align: center;
}
.pagination-list {
  display: inline-flex;
  justify-content: space-between;
  gap: 2.4rem;
}
@media (max-width: 833px) {
  .pagination-list {
    gap: 2.5rem;
  }
}
.pagination-list .page-numbers {
  display: flex;
  align-items: center;
  width: 0.8rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  font-weight: 500;
  text-decoration: none;
  opacity: 0.5;
}
@media (max-width: 833px) {
  .pagination-list .page-numbers {
    font-size: 1.6rem;
  }
}
.pagination-list .current {
  opacity: 1;
}
.pagination-list .prev {
  color: #a0793d;
  position: relative;
}
.pagination-list .prev::before {
  content: "";
  width: 1rem;
  height: 1rem;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  transform: translateX(25%) rotate(-135deg);
  position: absolute;
  box-sizing: border-box;
}
@media (max-width: 833px) {
  .pagination-list .prev::before {
    width: 0.8rem;
    height: 0.8rem;
  }
}
.pagination-list .next {
  color: #a0793d;
  position: relative;
}
.pagination-list .next::before {
  content: "";
  width: 1rem;
  height: 1rem;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg);
  position: absolute;
  box-sizing: border-box;
}
@media (max-width: 833px) {
  .pagination-list .next::before {
    width: 0.8rem;
    height: 0.8rem;
  }
}
.pagination-item {
  display: flex;
  align-items: center;
}
.pagination-item a {
  width: 0.8rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  font-weight: 500;
  text-decoration: none;
  opacity: 0.5;
}
@media (max-width: 833px) {
  .pagination-item a {
    font-size: 1.6rem;
  }
}
.pagination-item .current {
  opacity: 1;
}
.pagination-item .prev {
  color: #a0793d;
  position: relative;
}
.pagination-item .prev::before {
  content: "";
  width: 1rem;
  height: 1rem;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  transform: translateX(25%) rotate(-135deg);
  position: absolute;
  box-sizing: border-box;
}
@media (max-width: 833px) {
  .pagination-item .prev::before {
    width: 0.8rem;
    height: 0.8rem;
  }
}
.pagination-item .next {
  color: #a0793d;
  position: relative;
}
.pagination-item .next::before {
  content: "";
  width: 1rem;
  height: 1rem;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg);
  position: absolute;
  box-sizing: border-box;
}
@media (max-width: 833px) {
  .pagination-item .next::before {
    width: 0.8rem;
    height: 0.8rem;
  }
}