@charset "utf-8";
/*===================
header01
===================*/
.header01 {
  width: calc(100% - 224px);
  display: flex;
  justify-content: space-between;

  /* position: fixed; */
  top: 0;
  right: 0;
  /* z-index: 999; */
}

.header01__wrapper {
  width: 100%;
  padding-top: 0;
  /* padding-bottom: 16px; */
  padding-left: 24px;
  position: fixed;
  top: 19px;
  right: 0;
  z-index: 999;
  /* background-color: #fff; */
}

.header01__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header01__right {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 22px;
}
.header01__left {
  width: 61px;
}
.header01__logoLink {
  width: 100%;
  max-width: 100%;
}

.header01__logoLink a {
  display: block;
}
.header01__navWrap {
  display: none;
  width: 100%;
  /* max-width: 370px; */
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  background-color: #003353;
  z-index: 2;
  overflow: scroll;
  /*IE(Internet Explorer)・Microsoft Edgeへの対応*/
  -ms-overflow-style: none;
  /*Firefoxへの対応*/
  scrollbar-width: none;
}
.header01__navWrap::-webkit-scrollbar {
  display: none;
}
.header01__navWrap.active {
  display: flex;
  align-items: center;
  justify-content: center;
  animation: fadeIn 0.3s ease forwards;
}
.header01__navWrap.fadeOut {
  animation: fadeOut 0.3s ease forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.header01__nav-inner {
  width: calc(100% - 40px);
  max-width: 1201px;
  margin: 0 auto 0;
  padding-top: 200px;
  padding-bottom: 100px;
  padding-left: 0;
  padding-right: 0;
}
.header01__nav-inner02 {
  width: 100%;
  max-width: 1091px;
  margin: 0 auto 0 0;
  display: flex;
  justify-content: space-between;
}
.header01__navLft {
  width: 261px;
}
.header01__nav-logo {
  width: 86px;
  margin-bottom: 136px;
  margin-left: 0;
  margin-right: auto;
}
.header01__navRgt {
  width: calc(100% - 295px);
  max-width: 537px;
}
.header01__nav {
  padding-top: 0;
  margin-bottom: 0;
}
.header01__nav-list {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px 39px;
}
.header01__nav-listItem a {
  font-size: 12px;
  line-height: 1.75;
  letter-spacing: 0.08em;
  color: #fff;
}
.header01__nav-listItem a::after {
  display: none;
}
.header01__nav-list--lrg {
  padding-top: 0;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 72px 67px;
  margin-bottom: 101px;
}
.header01__nav-list--lrg .header01__nav-listItem {
  width: calc((100% - 124px) / 3);
  max-width: 112px;
}

.header01__nav-list--lrg .header01__nav-listItem a {
  color: #fff;
  font-size: 18px;
  font-family: "adobe-garamond-pro", serif;
  line-height: 1.75;
  letter-spacing: 0.06em;
  display: block;
  width: 100%;
  max-width: 112px;
  padding-left: 6px;
  padding-bottom: 5px;
  position: relative;
}
.header01__nav-list--lrg .header01__nav-listItem a:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 3;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.header01__nav-listItem a::after {
  /* content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 3;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%); */
  display: none;
}

.header01__btn + .header01__btn {
  margin-top: 6px;
}
.header01__btnLink {
  color: #003353;
  font-size: 13px;
  line-height: 1.75;
  letter-spacing: 0.08em;
  display: block;
  width: 100%;
  padding: 17px 10px 15px;
  /* background: #fff; */
  background: #e3c472;
  border: 1px solid #e3c472;
  text-align: center;
  transition: 0.3s;
}
.header01__btnLink:not(:last-child) {
  margin-bottom: 16px;
}
.header01__btnLink:hover {
  background: #003353;
  color: #fff;
  border: 1px solid #fff;
}

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

.header__nav-list li {
  position: relative;
}

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

.header__nav-listItem a {
  padding: 5px;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.75;
  letter-spacing: 0.06em;
  border-bottom: none;
  position: relative;
}

.header__nav-listItem a::after {
  content: "";
  width: 0;
  height: 1px;
  background-color: #123a55;
  position: absolute;
  bottom: 4px;
  left: 50%;
  transform: translateX(-50%);
  transition: width 0.4s ease;
}
.header__nav-listItem a.current {
  pointer-events: none;
}
.header__nav-listItem a.current::after {
  content: "";
  width: 11px;
  height: 1px;
  background: #123a55;
  position: absolute;
  bottom: 4px;
  left: 50%;
  transform: translateX(-50%);
}

.header__nav-listItem a:hover::after {
  width: 11px;
}

.ham {
  position: relative;
  margin: 4px 24px 0 0;
  width: 32px;
  height: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
}

.ham__lineWrapper {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.ham__lineWrapper span {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #123a55;
  /* position: absolute;
  left: 0; */
  transition: 0.3s;
}

.ham__lineWrapper span:nth-child(1) {
  transform: translate(0, -5px);
}

.ham__lineWrapper span:nth-child(2) {
  width: 14px;
  transform: translate(0, 1px);
}

.ham.open {
}

.ham.open .ham__lineWrapper span {
  background-color: #fff;
  position: absolute;
}
.ham.open .ham__lineWrapper span:nth-child(1) {
  transform: rotate(45deg);
  top: 50%;
  right: 0;
  width: 32px; /* 短い幅を戻す */
}
.ham.open .ham__lineWrapper span:nth-child(2) {
  transform: rotate(-45deg);
  top: 50%;
  right: 0;
  width: 32px; /* 短い幅を戻す */
  opacity: 1;
}

.pcBnr{
  position: absolute;
  top: 38%;
  right:0;
  width: 48px;
  z-index: 999;
}
.pcBnr__link{
  display: block;
  width: 100%;
  height: 100%;
}





@media screen and (max-width: 900px) {
  .header01__nav-list--lrg {
    gap: 72px 50px;
  }
  .header01__nav-list--lrg .header01__nav-listItem {
    width: calc((100% - 100px) / 3);
  }
}

@media screen and (max-width: 850px) {
  .header01__nav-list--lrg {
    gap: 72px 30px;
  }
  .header01__nav-list--lrg .header01__nav-listItem {
    width: calc((100% - 60px) / 3);
  }
}

@media screen and (max-width: 800px) {
  .header__nav {
    display: none;
  }
}

@media screen and (max-width: 750px) {
  .header01__wrapper {
    top: 13px;
  }
  .header01__left {
    width: 49px;
  }
  .header01__right {
    gap: 19px;
  }

  .header01__navLft {
    padding-top: 150px;
    margin-bottom: 70px;
  }
  .header01__nav-logo {
    margin: 0 auto 40px;
  }
  .header01__nav-inner02 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }
  .header01__nav-list {
    justify-content: center;
  }
  .header01__nav-list--lrg {
    gap: 40px 30px;
    margin-bottom: 80px;
    justify-content: flex-start;
  }
  .header01__navRgt {
    width: 100%;
    max-width: 397px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 480px) {
  .header01__navRgt {
    max-width: 255px;
  }
  .header01__nav-list--lrg .header01__nav-listItem {
    width: calc((100% - 30px) / 2);
  }
}

@media screen and (max-width: 400px) {
  .header01__nav-listItem:first-child,
  .header01__nav-listItem {
    width: fit-content;
  }
  .header01__nav-list--lrg .header01__nav-listItem:first-child,
  .header01__nav-list--lrg .header01__nav-listItem {
    width: calc((100% - 30px) / 2);
  }
}

/* ↓ ローデイング後アニメーション ↓ */
/* TOPにだけ付けてるクラス */
.header-top {
  opacity: 0;
  /* transform: translateY(-15px); */
  transition: opacity 1s ease, transform 1s ease;
}
.header-top.active {
  opacity: 1;
  /* transform: translateY(0); */
  transition-delay: 1.5s;
}
/* ↑ ローデイング後アニメーション ↑  */





.header__snsWrap{
  position: absolute;
  top: 102px;
  right: 21px;
  z-index: 3;
}
.header__snsWrap.sns-top{
  right: 45px;
}
.header__snsList {
  width: 14px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 8px;

}
.footer__snsItem{
  width: 14px;
}
.footer__snsItem a{
  display: block;
  width: 100%;
  height: 100%;
}



.spBnr{
  width: 100%;
  position: fixed;
  bottom: 5px;
  left: 0;
  z-index: 80;
  /* background-color: #fff; */

}
.spBnr__wrap{
  display: flex;
  justify-content: center;
  align-items: center;
  gap:2%;
  width: 90%;
  max-width:436px;
  margin: 0 auto;
  padding: 3px 5px;
  background-color: #e3e3e3;
  border-radius: 50px;
}
.spBnr__link{
  display: block;
    width: 411px;
    height: 45px;
    /* border: 1px solid #1a567b; */
    border-radius: 50px;
    font-size: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
    opacity: 1;
}
.spBnr__link--white{
  width: 41%;
  background-color: #fff;
  color: #1a567b;
}
.spBnr__link--white:hover{
  background-color: #1a567b;
  color: #fff;
}
.spBnr__link--blue{
  width: 57%;
  background-color: #1a567b;
  color: #fff;
}
.spBnr__link--blue:hover{
  background-color: #fff;
  color: #1a567b;
}
.spBnr__link-gold{
  width: 100%;
  background-color: #e3c472;
  color: #1a567b;
}
.spBnr__link-gold:hover{
  background-color: #fff;
}
.dummy-bottom {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 60px;
	z-index: 999;
	background: rgba(255, 255, 255, 0);
	pointer-events: none;
}
