@charset "utf-8";
/* トップのヘッダーのスタイル↓ */
.siteContent {
  margin-top: 100px;
}
/* .change-header .header__left {
  padding-top: 0;
} */
.header-top .header__logoImg--change {
  display: none;
}
.header-top.change-header .header__logoImg {
  display: none;
}
.header-top.change-header .header__logoImg--change {
  display: block;
}
.change-header {
  background: #283839;
  /* background-image: url(../imgs/common/bg-green.jpg);
  background-repeat: repeat;
  background-size: auto;
  background-position: bottom left; */
}
.change-header .header__nav-listItem a {
  text-shadow: none;
  /* color: #005c57; */
}
/* .change-header .header__nav-listItem a::after {
  background-color: #005c57;
} */
.change-header .lang__list-item a {
  text-shadow: none;
  /* color: #005c57; */
}
/* .slash--change {
  display: none;
  padding: 0 6px;
} */
/* .change-header .slash {
  display: none;
} */
/* .change-header .slash--change {
  display: block;
} */
/* .insta__img--change {
  display: none;
} */
/* .change-header .insta__img--change {
  display: block;
} */
/* .change-header .insta__img {
  display: none;
} */
/* .change-header .insta {
  filter: none;
} */
.pc-header {
  display: block;
}
.sp-header {
  display: none;
}
.spBox.open {
  position: fixed;
  right: 15px;
  z-index: 9999;
}
.spBox.open .spBox__insta,
.spBox.open .lang__list {
  display: none;
}
/* .header-top .ham.open {
  position: fixed;
  right: 10px;
} */
.change-header .header__navWrap.panelactive .header__nav-listItem a {
  color: #fff;
}
.change-header .header__navWrap.panelactive .lang__list-item a {
  color: #fff;
}
.change-header .header__navWrap.panelactive .insta__img--change {
  display: none;
}
.change-header .header__navWrap.panelactive .insta__img {
  display: block;
}
.change-header .header__navWrap.panelactive .slash {
  display: block;
}
.change-header .header__navWrap.panelactive .slash--change {
  display: none;
}
.change-header .header__wrapper {
  /* padding: 11px 46px; */
}
.change-header .header__inner {
  align-items: center;
}
.change-header .header__spWrap {
  align-items: center;
}
.body-top.open .fv {
  z-index: 0;
}
/* トップのヘッダーのスタイル↑ */

/* 下層ページのヘッダースタイル↓ */
.header-low {
  position: fixed;
}
.header-low.header__fixed {
  /* -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px); */
  background: #283839;
  z-index: 10;
}
/* .header-low .header__left {
  padding-top: 0;
} */
/* .header-low .header__logoImg {
  display: block;
}
.header-low .header__logoImg--change {
  display: none;
}
.header-low .header__left.is-low-change .header__logoImg--change {
  display: block;
}
.header-low .header__left.is-low-change .header__logoImg {
  display: none;
} */
.header-low .header__left .header__logoLink {
  width: 109px;
  height: 117px;
}
.header-low .header__left.is-low-change .header__logoLink {
  width: 161px;
  height: 50px;
}
.header-low .header__left .header__logoImg,
.header-low .header__left .header__logoImg--change {
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

.header-low .header__left .header__logoImg {
  opacity: 1;
  visibility: visible;
}

.header-low .header__left .header__logoImg--change {
  opacity: 0;
  visibility: hidden;
}

/* is-low-change が付いたら切り替え */
.header-low .header__left.is-low-change .header__logoImg {
  opacity: 0;
  visibility: hidden;
}

.header-low .header__left.is-low-change .header__logoImg--change {
  opacity: 1;
  visibility: visible;
}
.header-low.header__fixed .header__inner {
  align-items: center;
}
@media screen and (max-width: 1100px) {
  .header-low .header__left .header__logoLink {
    width: 58px;
    height: 62px;
  }
  .header-low .header__spWrap {
    align-items: center;
  }
}
@media screen and (max-width: 400px) {
  .header-low .header__left.is-low-change .header__logoLink {
    width: 100px;
    height: 31px;
  }
}
/* 下層ページのヘッダースタイル↑ */
.header {
  width: 100%;
  position: absolute;
  z-index: 4;
}

header.header__fixed {
  position: fixed;
  width: 100%;
  left: 0;
  z-index: 3;
  /* -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px); */
}

.header__wrapper {
  width: 100%;
  height: 100%;
  padding: 30px 46px;
}

.header__wrapper .inner-1260 {
  width: 92%;
  max-width: 1260px;
  margin: 0 auto;
  position: relative;
  height: 100%;
}

.header__inner {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.header__left {
  /* padding-top: 8px; */
  position: relative;
  z-index: 1;
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.75));
}
.header__logoImg--change {
  width: 161px;
}
.header__logoLink {
  display: block;
  width: 100%;
  position: relative;
}
.header__logoImg {
  width: 109px;
  height: auto;
  transition: width 0.3s ease;
}
.header__left.is-small .header__logoImg {
  width: 50px;
}

.header__navInner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 31px;
}
.header__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 33px;
  border-radius: 15px;
  transition: 0.3s;
}

.header__nav-list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
}

.header__nav-list li {
  position: relative;
}

.header__nav-list li:last-child {
  margin-right: 0;
}

.header__nav-listItem a {
  color: #fff;
  padding: 5px;
  font-size: clamp(12px, 0.97vw, 14px);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.75;
  position: relative;
}
.header__nav-listItem a::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scaleX(0); /* 最初は消えてる */
  transform-origin: center; /* 中央から伸びる */
  transition: transform 0.3s ease; /* アニメーション */
}
.header__nav-listItem a:hover::after {
  transform: scaleX(1); /* ホバー時にスケール1で表示 */
}

.insta {
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.75));
}
.insta__link {
  display: block;
  width: 16px;
}
.spBox {
  display: none;
}
.spBox__insta {
  width: 16px;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.75));
  margin-right: 23px;
}
.ham {
  width: 35px;
  height: 20px;
  margin-top: 8px;
  margin-left: 19px;
  /* background: #fff;
  border-radius: 999px; */
  cursor: pointer;
  z-index: 9999;
  display: none;
  position: relative;
}

.ham__lineWrapper {
  position: relative;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  width: 100%;
  height: 20px;
}

.ham__lineWrapper span {
  display: block;
  width: 100%;
  height: 2px;
  /* background-color: #005c57; */
  background-color: #fff;
  position: absolute;
  left: 50%;
  transition: 0.3s;
  border-radius: 999px;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.75));
}

.ham__lineWrapper span:nth-child(1) {
  width: 25px;
  top: 0px;
  left: auto;
  right: 0;
}

.ham__lineWrapper span:nth-child(2) {
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
}
/* .ham__lineWrapper span:nth-child(3) {
  transform: translateX(-50%);
  bottom: 0px;
} */

.ham.open {
  /* width: 32px;
  height: 21px; */
}

.ham.open .ham__lineWrapper span:nth-child(1) {
  opacity: 0;
}

.ham.open .ham__lineWrapper span:nth-child(2) {
  top: 29%;
}

.header__otherLink {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.lang__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 50px;
  flex-shrink: 0;
}
.lang__list-item {
  display: flex;
  align-items: center;
}
.lang__list-item a {
  color: #fff;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 14px;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  line-height: 1;
  transition: opacity 0.3s;
}
.low-header .lang__list-item a {
  color: #a58b51;
}
.lang__list-item a:hover {
  opacity: 0.5;
}
.lang__list-item.current a {
  opacity: 0.5;
  cursor: initial;
  pointer-events: none;
}
.lang__list-item.current a:hover {
  opacity: 1;
}

.slash {
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.75));
  display: block;
  padding: 0 6px;
}
.slash img,
.slash--change img {
  display: block;
  width: 4px;
  height: 10px;
}

@media screen and (max-width: 1300px) {
  .header__nav {
    gap: 23px;
  }
  .header__nav-list {
    gap: 9px;
  }
}

@media screen and (max-width: 1290px) {
  .header__nav {
    padding: 0px 0px;
  }
}

@media screen and (max-width: 1100px) {
  .pc-header {
    display: none;
  }
  .sp-header {
    display: block;
  }
  .header__logoImg {
    width: 58px;
  }
  .header__inner {
    display: block;
  }
  .header__wrapper {
    padding: 15px;
  }
  .header__spWrap {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .is-resize .header__navWrap {
    transition: none;
  }
  .header__navWrap {
    width: 100%;
    max-width: 100%;
    height: 100vh;
    /* padding-top: 135px; */
    background: #152828;

    position: fixed;
    top: 0;
    left: 0;
    z-index: -99;
    opacity: 0;
    transition: all 0.3s;
    pointer-events: none;
  }
  .header__navWrap.panelactive {
    opacity: 1;
    pointer-events: all;
    z-index: 999;
  }
  /*ナビゲーションの縦スクロール*/

  .header__navWrap.panelactive .header__navScroll {
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh; /*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .header__navInner {
    flex-direction: column;
    align-items: flex-start;
    width: 99%;
    max-width: 1050px;
    min-height: 350px;
    padding-top: 135px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 50px;
    margin: 0 auto;
  }
  /* .header__navSpMenu {
    display: block;
    margin-bottom: 19px;
    font-size: 45px;
    letter-spacing: 0.1em;
  } */
  .header__nav {
    flex-direction: column;
    align-items: center;
    margin: 0 auto 20px;
  }
  .header__nav.open {
    display: block;
  }
  .header__nav-list {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .header__nav-listLink {
    font-size: 23px;
    font-weight: 700;
  }
  .spBox {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  .ham {
    display: block;
  }
  .lang__list {
    margin: 0 auto;
  }
}
@media screen and (max-width: 800px) {
  .header__navInner {
    max-width: 470px;
    padding-right: 5px;
    padding-left: 10px;
  }
}
@media screen and (max-width: 750px) {
  .header__navInner {
    padding-top: 63px;
  }
}
@media screen and (max-width: 400px) {
  .header__logoImg--change {
    width: 100px;
  }
}

/* ハンバーガーメニューの中身↓ */
.header-ham {
  width: 100%;
  color: #fff;
}
.header-ham__wrap {
  padding-bottom: 100px;
  display: grid;
  grid-template-columns: 50% 8% 42%;
  grid-template-areas:
    "area1 area3 area5"
    "area2 area4 area5";
}
.header-ham__area1 {
  grid-area: area1;
}
.header-ham__area2 {
  grid-area: area2;
}
.header-ham__area3 {
  grid-area: area3;
}
.header-ham__area4 {
  grid-area: area4;
}
.header-ham__area5 {
  grid-area: area5;
}

.header-ham__logo {
  width: 121px;
  margin-bottom: 40px;
}
.header-ham__infoWrap {
  margin-bottom: 50px;
}
.header-ham__info1 {
  font-size: 15px;
  line-height: 2;
}
.header-ham__info2 {
  margin-bottom: 25px;
  font-size: 13px;
  line-height: 2;
}
.header-ham__info3 {
  margin-bottom: 30px;
  font-size: 13px;
  line-height: 1.93;
}
.header-ham__info4 {
  font-size: 13px;
  line-height: 1.75;
}
.header-ham__oficial {
  width: fit-content;
  font-size: 12px;
}
.header-ham__oficial a {
  display: inline-block;
  width: fit-content;
  padding-right: 20px;
  position: relative;
  line-height: 1.5;
}

.header-ham__oficial a::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: url(../imgs/common/footer_btn.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.header-ham__tel--1 {
  margin-right: 10px;
}

.header-ham__right {
  margin-top: 60px;
  width: 50%;
  display: flex;
  justify-content: end;
  align-items: start;
}
.header-ham__cont {
  width: 60px;
  margin-right: 16%;
}
.header-ham__contTitle {
  margin: 0 auto 0px;
  writing-mode: vertical-rl;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.16em;
}
.header-ham__instaWrap {
  margin: 0 auto 20px;
}
.header-ham__insta {
  width: 15px;
  height: 15px;
  margin: 0 auto;
  display: block;
}
.header-ham__insta img {
  vertical-align: top;
}
.header-ham__langWrap {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.header-ham__lang {
  font-size: 14px;
  font-weight: 400;
}
.header-ham__lang--ja {
  padding-right: 5px;
}
.header-ham__lang--en {
  padding-left: 5px;
}
.header-ham__lang.current {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 700;
}

.header-ham__menu {
  padding-left: 10%;
}
.header-ham__story {
  margin-bottom: 30px;
}
.header-ham__storyTitle {
  margin-bottom: 13px;
  font-size: 14px;
  /* font-family: "brandon-grotesque", sans-serif; */
  font-weight: 700;
}
.header-ham__storyListItem {
  text-indent: -1.5em;
  padding-left: 1.5em;
}
.header-ham__storyListLink {
  font-size: 12px;
  line-height: 1.75;
}
.header-ham__storyListLink::before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 1px;
  background: #fff;
  margin-right: 8px;
  margin-bottom: 3px;
  vertical-align: middle;
}

.header-ham__menuListItem:not(:last-child) {
  margin-bottom: 18px;
}
.header-ham__menuListLink {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.75;
}

@media screen and (max-width: 800px) {
  .header-ham__wrap {
    grid-template-columns: 10% 90%;
    grid-template-areas:
      "area1 area1"
      "area3 area5"
      "area4 area4"
      "area2 area2";
  }
  .header-ham__logo {
    width: 70px;
  }
  .header-ham__menu {
    width: 100%;
    padding-left: 5%;
    margin-bottom: 48px;
    position: relative;
    z-index: 2;
  }
  .header-ham__storyListItem {
    margin-bottom: 5px;

    text-indent: -0.5em;
    padding-left: 0.5em;
  }
  .header-ham__storyListLink::before {
    width: 5px;
    margin-right: 5px;
  }
  .header-ham__menuListItem:not(:last-child) {
    margin-bottom: 10px;
  }
  .header-ham__contWrap {
    margin-left: 10px;
    margin-bottom: 40px;
  }
  .header-ham__cont {
    display: block;
    width: 60px;
    margin-bottom: 0;
    margin-right: 60px;
    position: relative;
    z-index: 2;
  }
  .header-ham__contTitle {
    font-size: 15px;
    writing-mode: vertical-rl;
  }
  .header-ham__storyTitle {
    margin-bottom: 8px;
  }
  .header-ham__info {
    margin-left: 10px;
  }

  .header-ham__info1 {
    line-height: 1.75;
    font-size: 14px;
  }
  .header-ham__info2 {
    margin-bottom: 20px;
    line-height: 1.75;
  }
  .header-ham__info3 span {
    display: block;
  }
  .header-ham__instaWrap {
    margin: 0 0 20px;
  }
  .header-ham__insta {
    margin: 0;
  }
  .header-ham__langWrap {
    width: fit-content;
    margin: 0;
  }
}

/* ハンバーガーメニューの中身↑ */
