@charset "UTF-8";
@import url("https://use.typekit.net/gcy2lyv.css");
::-webkit-scrollbar {
  display: none;
}

body {
  max-width: 1920px;
  margin-inline: auto;
  -webkit-font-smoothing: antialiased !important;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.sec {
  max-width: 1920px;
  margin-inline: auto;
}

body.header-active {
  overflow: hidden;
}
body.header-active .drawer-btn .box .bar:nth-child(1) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
body.header-active .drawer-btn .box .bar:nth-child(2) {
  opacity: 0;
}
body.header-active .drawer-btn .box .bar:nth-child(3) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  bottom: auto;
}
body.header-active header#header::before {
  opacity: 1;
}
body.header-active header#header .nav {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

header#header::before {
  content: "";
  position: fixed;
  display: block;
  inset: 0;
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  z-index: 899;
  opacity: 0;
  pointer-events: none;
}
header#header .nav {
  position: fixed;
  width: 575px;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #fff;
  z-index: 899;
  padding: 70px 60px 0;
  overflow-y: scroll;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}
@media (max-width: 767px) {
  header#header .nav {
    padding: 90px 30px 45px;
    width: 100%;
  }
}
header#header .nav .gNav {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  header#header .nav .gNav {
    margin-bottom: 100px;
  }
}

.drawer-btn {
  width: 45px;
  height: 43px;
  position: fixed;
  top: 24px;
  right: 24px;
  z-index: 900;
  cursor: pointer;
}
.drawer-btn .box {
  width: 25px;
  height: 22px;
  position: relative;
}
.drawer-btn .box .bar {
  position: absolute;
  width: 100%;
  height: 2px;
  border-bottom: 2px solid #000;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}
.drawer-btn .box .bar:nth-child(1) {
  top: 0;
}
.drawer-btn .box .bar:nth-child(2) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.drawer-btn .box .bar:nth-child(3) {
  bottom: 0;
}

.gNav-linK {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px 0 23px;
  border-bottom: 1px solid #000;
  color: #000;
}
.gNav-linK .en {
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 1;
}
.gNav-linK .ja {
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .gNav-linK:hover {
    opacity: 0.7;
  }
}

.header-logo {
  width: 100%;
  margin-inline: auto;
  text-align: center;
  max-width: 250px;
}

footer#footer {
  background-color: #212121;
  padding: 52px 0 30px;
  padding: 52px 0 30px;
  color: #fff;
}
@media (max-width: 767px) {
  footer#footer {
    padding: 27px 0 15px;
  }
}

.footer-logo {
  width: 343px;
}

.footer-inr {
  max-width: 1728px;
  margin-inline: auto;
  padding: 0 20px;
}

.footer-nav {
  padding: 40px 0 52px;
  max-width: 480px;
}
@media (max-width: 767px) {
  .footer-nav {
    padding: 20px 0 26px;
  }
}
.footer-nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 4.1%;
}
@media (max-width: 767px) {
  .footer-nav ul {
    max-width: 240px;
  }
}
@media (max-width: 767px) {
  .footer-nav ul li {
    margin-top: 5px;
  }
}

.footer-link {
  font-size: 14px;
  letter-spacing: 0.03em;
}
@media (min-width: 768px) {
  .footer-link:hover {
    opacity: 0.7;
  }
}

.footer-top {
  border-bottom: 1px solid #fff;
}

.footer-bottom {
  padding-top: 30px;
}
@media (max-width: 767px) {
  .footer-bottom {
    padding-top: 15px;
  }
}
.footer-bottom .copyright {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .footer-bottom .copyright {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer-bottom .copyright .corp {
  width: 200px;
}
@media (max-width: 767px) {
  .footer-bottom .copyright .corp {
    padding-bottom: 15px;
  }
}
.footer-bottom .copyright .corp a {
  display: block;
}
.footer-bottom .copyright .copy {
  font-size: 12px;
  letter-spacing: 0.03em;
  line-height: 1;
}
@media (max-width: 767px) {
  .footer-bottom .copyright .copy {
    line-height: 1.5;
    text-align: center;
  }
}

.sec-ttl .ttl {
  font-size: 42px;
  letter-spacing: 0.03em;
  line-height: 1.1;
  font-weight: 700;
}
@media (max-width: 1100px) {
  .sec-ttl .ttl {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .sec-ttl .ttl {
    font-size: 25px;
  }
}
.sec-ttl .ttl.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media (max-width: 767px) {
  .sec-ttl .ttl.flex {
    gap: 10px;
  }
}
.sec-ttl .ttl .tag {
  padding: 8px 9px;
  font-size: 20px;
  letter-spacing: 0.03em;
  border: 1px solid #fff !important;
}
@media (max-width: 767px) {
  .sec-ttl .ttl .tag {
    font-size: 12px;
    padding: 5px 6px;
  }
}
.sec-ttl .ttl .tag .zilla {
  border-bottom: none !important;
  font-family: "Zilla Slab", serif;
  font-weight: 400;
  font-style: normal;
}
.sec-ttl .ttl span {
  border-bottom: 2px solid #333;
}
@media (max-width: 767px) {
  .sec-ttl .ttl span {
    line-height: 1.75;
    white-space: nowrap;
  }
}
.sec-ttl .ttl span.top {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .sec-ttl .ttl span.top {
    margin-bottom: 0;
  }
}
.sec-ttl .ttl span.borderNone {
  border-bottom: none !important;
}

.sec-lead .tx {
  font-size: 16px;
  line-height: 2.3;
}
@media (max-width: 900px) {
  .sec-lead .tx {
    line-height: 2;
  }
}
@media (max-width: 767px) {
  .sec-lead .tx {
    font-size: 14px;
  }
}

.common-title.colorBlack .ja {
  color: #333;
}
.common-title.colorGreen .ja {
  color: #005432;
}
.common-title .ttl-img {
  width: 30px;
}
@media (max-width: 767px) {
  .common-title .ttl-img {
    width: 22px;
  }
}
.common-title .ja {
  padding-left: 16px;
  font-size: 40px;
  line-height: 1;
  letter-spacing: 0;
  color: #fff;
  letter-spacing: 0.08em;
  font-weight: 700;
}
@media (max-width: 767px) {
  .common-title .ja {
    font-size: 30px;
  }
}

.loading {
  position: fixed;
  inset: 0;
  background-color: #212121;
  z-index: 1000;
  /* ▼ ここから追加：ふわっと消えるための設定 */
  -webkit-transition: opacity 0.6s ease, visibility 0.6s ease;
  transition: opacity 0.6s ease, visibility 0.6s ease;
  /* 読み込み完了後にJSで付与するクラス */
}
.loading.is-loaded {
  opacity: 0; /* 透明にする */
  visibility: hidden; /* クリック判定なども消す */
}

.loading-img {
  max-width: 600px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90%;
}

.skew-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  color: #A2A2A2;
  padding: 16px;
  border: 1px solid #A2A2A2;
  -webkit-transform: skew(35deg);
          transform: skew(35deg);
  -webkit-transition: linear 0.25s;
  transition: linear 0.25s;
}
.skew-btn .tx {
  font-size: 16px;
  letter-spacing: 0.03em;
  line-height: 1;
  font-weight: 700;
  -webkit-transform: skew(-35deg);
          transform: skew(-35deg);
  -webkit-transition: linear 0.25s;
  transition: linear 0.25s;
}
@media (min-width: 768px) {
  .skew-btn:hover {
    -webkit-transform: skew(0);
            transform: skew(0);
  }
  .skew-btn:hover .tx {
    -webkit-transform: skew(0);
            transform: skew(0);
  }
}
.skew-btn.no-link {
  pointer-events: none !important;
}

#pageTop-btn {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 90;
}
#pageTop-btn.is-show {
  opacity: 1;
  pointer-events: visible;
}
#pageTop-btn .pageTop {
  width: 46px;
}
@media (max-width: 767px) {
  #pageTop-btn .pageTop {
    width: 42px;
  }
}
@media (min-width: 768px) {
  #pageTop-btn:hover {
    opacity: 0.7;
  }
}

.caption {
  font-size: 12px;
  line-height: 1;
  padding: 3px;
  letter-spacing: 0.03em;
}
.caption.cw {
  color: #fff;
}
.caption.bgb {
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 5px 7px;
}

.caption-cont {
  position: relative;
}
.caption-cont .caption {
  position: absolute;
  bottom: 3px;
  right: 3px;
}
.caption-cont .caption.bgb {
  bottom: 0;
  right: 0;
}

.sec-heading .sec-ttl {
  padding-bottom: 50px;
}
@media (max-width: 1100px) {
  .sec-heading .sec-ttl {
    padding-bottom: 30px;
  }
}
.g-note .tx {
  font-size: 12px;
  letter-spacing: 0;
  line-height: 1.5;
  color: #333;
  text-indent: -1em;
  padding-left: 1em;
}

@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
@media (min-width: 900px) {
  .lg_ss_down {
    display: none;
  }
}
@media (max-width: 900px) {
  .lg_ss_up {
    display: none;
  }
}
@media (min-width: 800px) {
  .md_down {
    display: none;
  }
}
@media (max-width: 800px) {
  .md_up {
    display: none;
  }
}
.indent {
  padding-left: 1em;
  text-indent: -1em;
}

.displayNone {
  display: none;
}

@media (max-width: 767px) {
  .textLeft-sp {
    text-align: left !important;
  }
}

.textLeft {
  text-align: left !important;
}

@media (max-width: 767px) {
  .textRight-sp {
    text-align: right;
  }
}

@media (max-width: 767px) {
  .marginAuto-sp {
    margin: auto;
  }
}

.print {
  display: none;
}
@media print {
  .print {
    display: inline-block;
  }
}

.anim-up {
  -webkit-transform: translate(0, 30px);
          transform: translate(0, 30px);
  opacity: 0;
  -webkit-transition: 0.7s ease;
  transition: 0.7s ease;
}

.is-move {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

.delay1 {
  -moz-transition-delay: 500ms !important;
  -webkit-transition-delay: 500ms !important;
  -o-transition-delay: 500ms !important;
  -ms-transition-delay: 500ms !important;
}

.delay2 {
  -moz-transition-delay: 600ms !important;
  -webkit-transition-delay: 600ms !important;
  -o-transition-delay: 600ms !important;
  -ms-transition-delay: 600ms !important;
}

.delay3 {
  -moz-transition-delay: 900ms !important;
  -webkit-transition-delay: 900ms !important;
  -o-transition-delay: 900ms !important;
  -ms-transition-delay: 900ms !important;
}

.delay4 {
  -moz-transition-delay: 1200ms !important;
  -webkit-transition-delay: 1200ms !important;
  -o-transition-delay: 1200ms !important;
  -ms-transition-delay: 1200ms !important;
}

.delay5 {
  -moz-transition-delay: 1500ms !important;
  -webkit-transition-delay: 1500ms !important;
  -o-transition-delay: 1500ms !important;
  -ms-transition-delay: 1500ms !important;
}

.delay6 {
  -moz-transition-delay: 1800ms !important;
  -webkit-transition-delay: 1800ms !important;
  -o-transition-delay: 1800ms !important;
  -ms-transition-delay: 1800ms !important;
}

.delay7 {
  -moz-transition-delay: 2100ms !important;
  -webkit-transition-delay: 2100ms !important;
  -o-transition-delay: 2100ms !important;
  -ms-transition-delay: 2100ms !important;
}

.delay8 {
  -moz-transition-delay: 2400ms !important;
  -webkit-transition-delay: 2400ms !important;
  -o-transition-delay: 2400ms !important;
  -ms-transition-delay: 2400ms !important;
}