/* ===============================================================================
Header
=============================================================================== */
.headerArea {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  bottom: 0;
  width: 9.558%;
  min-width: 130px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  pointer-events: none;
}
.headerArea__inr {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: calc(100% + 385px);
  min-height: 560px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.headerArea .blks-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.headerArea .blks-1 .grp {
  padding: 31px 16px 140px;
  width: calc(100% - 385px);
  box-sizing: border-box;
  background: #efefef;
  position: relative;
  z-index: 1;
  pointer-events: auto;
}
.headerArea .blks-1 .h {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .headerArea .blks-1 .h a {
    -webkit-transition: 0.25s;
    transition: 0.25s;
  }
  .headerArea .blks-1 .h a:hover {
    opacity: 0.6;
  }
}
.headerArea .blks-1 .h__logo {
  width: 100px;
  margin: 0 auto 6px;
}
.headerArea .blks-1 .h__main {
  display: block;
  font-size: 1.125rem;
  letter-spacing: 0.25em;
}
.headerArea .blks-1 .h__en {
  display: block;
  font-size: 0.4375rem;
  letter-spacing: 0.34em;
}
.headerArea .blks-1 .txt {
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
}
.headerArea .blks-1 .txt span {
  display: block;
}
.headerArea .blks-1 .menuBtn {
  position: absolute;
  bottom: 112px;
  left: 0;
  width: 100%;
}
.headerArea .blks-1 .menuBtn__inr {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 35px;
  height: 35px;
  cursor: pointer;
}
.headerArea .blks-1 .menuBtn__inr.is-active .menuBtn__bar::before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  top: -5px;
  left: 6px;
}
.headerArea .blks-1 .menuBtn__inr.is-active .menuBtn__bar::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  bottom: -5px;
  left: 6px;
}
.headerArea .blks-1 .menuBtn__inr.is-active span {
  opacity: 0;
}
.headerArea .blks-1 .menuBtn__bar {
  width: 35px;
  height: 16px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.headerArea .blks-1 .menuBtn__bar::before, .headerArea .blks-1 .menuBtn__bar::after {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  background: #281d53;
  -webkit-transition-property: left, top, bottom, -webkit-transform;
  transition-property: left, top, bottom, -webkit-transform;
  transition-property: left, top, bottom, transform;
  transition-property: left, top, bottom, transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.headerArea .blks-1 .menuBtn__bar::before {
  top: 0;
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
}
.headerArea .blks-1 .menuBtn__bar::after {
  bottom: 0;
  -webkit-transform-origin: left bottom;
      -ms-transform-origin: left bottom;
          transform-origin: left bottom;
}
.headerArea .blks-1 .menuBtn__bar span {
  display: block;
  width: 100%;
  height: 2px;
  background: #281d53;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.headerArea .blks-1 .grp-2 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 48px 48px 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  background: #efefef;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  left: -100px;
}
.headerArea .blks-1 .llist__item {
  font-size: 1rem;
}
.headerArea .blks-1 .llist__item a {
  display: inline-block;
  position: relative;
  padding-left: 18px;
}
.headerArea .blks-1 .llist__item a::before {
  position: absolute;
  content: "";
  display: block;
  top: 12px;
  left: 0;
  height: 2px;
  width: 12px;
  background: #281d53;
}
@media screen and (min-width: 769px) {
  .headerArea .blks-1 .llist__item a {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .headerArea .blks-1 .llist__item a:hover {
    -webkit-transform: translateX(6px);
        -ms-transform: translateX(6px);
            transform: translateX(6px);
  }
}
.headerArea .blks-1 .llist__item:not(:last-child) {
  margin-bottom: 37px;
}
.headerArea .blks-1 .llist-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  right: 30px;
  bottom: 30px;
}
.headerArea .blks-1 .llist-2__item:not(:last-child) {
  margin-right: 30px;
}
.headerArea .blks-1 .llist-2__item a {
  width: 25px;
  height: 25px;
  display: block;
}
@media screen and (min-width: 769px) {
  .headerArea .blks-1 .llist-2__item a {
    -webkit-transition: 0.25s;
    transition: 0.25s;
  }
  .headerArea .blks-1 .llist-2__item a:hover {
    opacity: 0.6;
  }
}
.headerArea .blks-1 .llist-2__item a._insta {
  background: url("../img/cmn/cmn_sns01.svg") no-repeat center center/contain;
}
.headerArea .blks-1 .llist-2__item a._x {
  background: url("../img/cmn/cmn_sns02.svg") no-repeat center center/contain;
  width: 20px;
  height: 20px;
}
.headerArea .blks-1 .llist-2__item a._fb {
  background: url("../img/cmn/cmn_sns03.svg") no-repeat center center/contain;
}
.headerArea .blks-2 {
  height: 130px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.headerArea .blks-2 .grp {
  padding: 16px;
  width: calc(100% - 385px);
  box-sizing: border-box;
  height: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #281d53;
  position: relative;
  z-index: 1;
  pointer-events: auto;
}
.headerArea .blks-2 .link {
  color: #fff;
  font-size: 1rem;
  line-height: 1.75;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  padding-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .headerArea .blks-2 .link {
    -webkit-transition: 0.25s;
    transition: 0.25s;
  }
  .headerArea .blks-2 .link:hover {
    opacity: 0.6;
  }
}
.headerArea .blks-2 .link a {
  display: inline-block;
  padding-bottom: 16px;
  position: relative;
}
.headerArea .blks-2 .link a::after {
  position: absolute;
  content: "";
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #fff;
  width: 42px;
  height: 9px;
  -webkit-mask: url("../img/cmn/cmn_arr01.svg") no-repeat center center/contain;
          mask: url("../img/cmn/cmn_arr01.svg") no-repeat center center/contain;
}
.headerArea .blks-2 .grp-2 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #281d53;
  padding: 16px 32px 16px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  position: relative;
  left: -100px;
}
.headerArea .blks-2 .btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 130px;
  height: 70px;
  border: solid 2px #fff;
  box-sizing: border-box;
  background: #fff;
  color: #281d53;
  font-size: 1rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 769px) {
  .headerArea .blks-2 .btn a {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .headerArea .blks-2 .btn a:hover {
    background: #281d53;
    color: #fff;
  }
}
.headerArea .blks-3 {
  display: none;
}
.headerArea.is-active .blks-1 .grp-2 {
  opacity: 1;
  left: 0;
  pointer-events: auto;
}
.headerArea.is-active .blks-2 .grp-2 {
  opacity: 1;
  left: 0;
  pointer-events: auto;
}
.headerArea.is-active .shadow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: auto;
}
@media screen and (max-width: 1040px) {
  .headerArea {
    min-width: 1px;
    bottom: auto;
    width: 100%;
  }
  .headerArea__inr {
    min-height: 1px;
    width: 100%;
    display: block;
  }
  .headerArea .blks-1 {
    display: block;
  }
  .headerArea .blks-1 .grp {
    height: 70px;
    padding: 0 64px 0 9px;
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .headerArea .blks-1 .h {
    margin: 0 8px 0 0;
    word-break: keep-all;
  }
  .headerArea .blks-1 .h__inr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .headerArea .blks-1 .h__inr-2 {
    margin-top: 4px;
  }
  .headerArea .blks-1 .h__logo {
    width: 60px;
    margin: 0 3px 0 0;
  }
  .headerArea .blks-1 .txt {
    line-height: 1.25;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 4px;
  }
  .headerArea .blks-1 .txt span {
    display: inline-block;
    margin: 0 2px;
  }
  .headerArea .blks-1 .menuBtn {
    bottom: 0;
    left: auto;
    right: 16px;
    top: 0;
    margin: auto 0;
    width: 35px;
    height: 35px;
  }
  .headerArea .blks-1 .grp-2 {
    position: fixed;
    top: 70px;
    left: -100%;
    width: 100%;
    bottom: 125px;
    padding: 0;
    box-sizing: border-box;
    overflow: auto;
  }
  .headerArea .blks-1 .grp-2__inr {
    padding: 32px 56px 86px;
    width: 100%;
    box-sizing: border-box;
    position: relative;
  }
  .headerArea .blks-1 .llist__item:not(:last-child) {
    margin-bottom: 63px;
  }
  .headerArea .blks-1 .llist-2 {
    right: 16px;
    bottom: 38px;
  }
  .headerArea .blks-1 .llist-2__item:not(:last-child) {
    margin-right: 40px;
  }
  .headerArea .blks-2 {
    height: 125px;
    bottom: 0;
    left: -100%;
    width: 100%;
    position: fixed;
    background: #281d53;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 16px;
    box-sizing: border-box;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: 1;
  }
  .headerArea .blks-2 .grp {
    padding: 0;
    width: auto;
    height: auto;
    display: block;
    margin-right: 10px;
  }
  .headerArea .blks-2 .link {
    margin-top: 8px;
  }
  .headerArea .blks-2 .link a {
    padding: 0 52px 0 0;
  }
  .headerArea .blks-2 .link a::after {
    left: auto;
    top: 0;
    margin: auto 0;
  }
  .headerArea .blks-2 .link a br {
    display: none;
  }
  .headerArea .blks-2 .grp-2 {
    padding: 0;
    display: block;
    left: auto;
    pointer-events: auto;
    opacity: 1;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .headerArea .blks-2 .btn a {
    width: 150px;
    height: 50px;
  }
  .headerArea .blks-3 {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #281d53;
    box-sizing: border-box;
    padding: 4px 12px;
    pointer-events: auto;
  }
  .headerArea .blks-3 .link {
    color: #fff;
    font-size: 1rem;
    line-height: 1.75;
    letter-spacing: 0.06em;
    font-weight: 500;
    font-family: "Noto Sans JP", sans-serif;
    text-align: right;
  }
  .headerArea .blks-3 .link a {
    display: inline-block;
    padding-right: 36px;
    position: relative;
  }
  .headerArea .blks-3 .link a::after {
    position: absolute;
    content: "";
    display: block;
    bottom: 0;
    right: 0;
    top: 0;
    margin: auto 0;
    background: #fff;
    width: 25px;
    height: 6px;
    -webkit-mask: url("../img/cmn/cmn_arr01.svg") no-repeat center center/contain;
            mask: url("../img/cmn/cmn_arr01.svg") no-repeat center center/contain;
  }
  .headerArea.is-active .blks-2 {
    opacity: 1;
    left: 0;
    pointer-events: auto;
  }
}
/* ===============================================================================
Footer
=============================================================================== */
.footerArea {
  background: #281d53;
  color: #fff;
  padding: 32px 0 25px;
  margin-left: clamp(130px, 9.558%, 99999px);
  min-height: 130px;
  box-sizing: border-box;
}
.footerArea__inr {
  padding: 0 8.09%;
}
.footerArea .blks-1 {
  margin-bottom: 20px;
}
.footerArea .blks-1 .txt {
  max-width: 68.4%;
  width: 100%;
  margin: 0 auto;
  font-size: 1rem;
  line-height: 1.41;
}
.footerArea .blks-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footerArea .blks-2 .link {
  font-size: 1.25rem;
}
@media screen and (min-width: 769px) {
  .footerArea .blks-2 .link a {
    -webkit-transition: 0.25s;
    transition: 0.25s;
  }
  .footerArea .blks-2 .link a:hover {
    opacity: 0.6;
  }
}
.footerArea .blks-2 .copyright {
  font-size: 1rem;
}
@media screen and (max-width: 1040px) {
  .footerArea {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .footerArea {
    padding: 17px 0 48px;
    min-height: 1px;
  }
  .footerArea__inr {
    padding: 0 4%;
  }
  .footerArea .blks-1 {
    padding: 0 10.75%;
    margin-bottom: 25px;
  }
  .footerArea .blks-1 .txt {
    max-width: none;
    width: auto;
    margin-right: -10px;
  }
  .footerArea .blks-2 {
    display: block;
  }
  .footerArea .blks-2 .link {
    padding: 0 10.75%;
    font-size: 1rem;
    margin-bottom: 30px;
  }
  .footerArea .blks-2 .copyright {
    text-align: center;
    margin: 0 -5px;
  }
}

/* ===============================================================================
Contents
=============================================================================== */
.contentsArea {
  margin-left: clamp(130px, 9.558%, 99999px);
}
@media screen and (max-width: 1040px) {
  .contentsArea {
    margin-left: 0;
    padding-top: 70px;
  }
}
@media screen and (max-width: 768px) {
  .contentsArea .anchor {
    margin-top: -70px;
    padding-top: 70px;
  }
}

/* lightbox */
#lightboxOverlay {
  width: 100% !important;
}

#lightbox {
  pointer-events: none;
  position: fixed;
  top: 0 !important;
  left: 0;
  width: 100% !important;
  height: 100%;
  overflow: hidden;
}
#lightbox .lb-details {
  display: none;
}
#lightbox .lb-outerContainer {
  top: 50% !important;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: fixed !important;
  border-radius: 0;
  pointer-events: auto;
}
#lightbox .lb-closeContainer {
  position: fixed;
  left: 0;
  right: 0;
  top: calc(50% - 204px);
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  max-width: 1186px;
  padding: 0 10px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#lightbox .lb-close {
  width: auto;
  height: auto;
  background: none;
  opacity: 1;
  float: none;
  display: inline-block;
}
#lightbox .lb-close::before, #lightbox .lb-close::after {
  display: block;
}
#lightbox .lb-close::before {
  content: "";
  width: 26px;
  height: 26px;
  margin: 0 auto 7px;
  background: url("../img/cmn/cmn_close01.svg") no-repeat 0 0/100% 100%;
}
#lightbox .lb-close::after {
  content: "CLOSE";
  font-size: 0.8125rem;
  line-height: 1;
}
#lightbox .lb-next, #lightbox .lb-prev {
  opacity: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 23px;
  height: 42px;
}
#lightbox .lb-image {
  border-radius: 0;
  border: none;
  object-fit: contain;
  width: 100%;
  height: 100%;
}
#lightbox .lb-prev {
  background: url("../img/cmn/cmn_prev01.svg") no-repeat 0 0/100% 100%;
  left: -50px;
}
#lightbox .lb-next {
  background: url("../img/cmn/cmn_next01.svg") no-repeat 0 0/100% 100%;
  right: -50px;
}
@media screen and (max-width: 768px) {
  #lightbox .lb-closeContainer {
    position: absolute;
    top: 10px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  #lightbox .lb-prev {
    left: 6px;
    background-size: 70% auto;
  }
  #lightbox .lb-next {
    right: 6px;
    background-size: 70% auto;
  }
}