/*!
global > color
------------------------------
*/
/*!
global > mixin
------------------------------
*/
.p_ganko_sec__txt {
  font-size: 0.875rem;
}
.p_ganko_intro__txt {
  font-size: 1.25rem;
}
.p_ganko_sec__label {
  font-size: 1.375rem;
}
.p_ganko_mv__ttl {
  font-size: 1.875rem;
}
.p_ganko {
  padding-bottom: 70px;
}
.p_ganko_mv {
  position: relative;
}
.p_ganko_mv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.3;
  font-size: 0.75rem;
}
.p_ganko_mv__imgs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.p_ganko_mv__img {
  min-height: 200px;
}
.p_ganko_mv__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p_ganko_mv__main {
  position: absolute;
  bottom: -2vw;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 1200px;
  width: 100%;
  padding: 0 20px;
}
.p_ganko_mv__ttl {
  color: #fff;
  font-family: "Spectral", serif;
  font-weight: 500;
  text-align: center;
  line-height: 1.53125;
}
.p_ganko_mv__sub {
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.6666666667;
}
.p_ganko .c_breadcrumb {
  margin-top: 24px;
}
.p_ganko_intro {
  margin-bottom: 90px;
}
.p_ganko_intro__txt {
  font-weight: 700;
  line-height: 1.5;
}
.p_ganko_sec {
  margin-bottom: 125px;
}
.p_ganko_sec:last-child {
  margin-bottom: 0;
}
.p_ganko_sec__head {
  position: relative;
  z-index: 2;
}
.p_ganko_sec__ttl {
  font-family: "Spectral", serif;
  font-size: 4.375rem;
  font-weight: 500;
  line-height: 1;
  color: #537a9e;
  position: absolute;
  top: -50px;
  left: 0;
  z-index: -1;
  opacity: 0.1;
}
.p_ganko_sec__img {
  width: 84.4827586207%;
}
.p_ganko_sec__sub {
  font-family: "Spectral", serif;
  font-size: 3.125rem;
  font-weight: 500;
  line-height: 1;
  color: #537a9e;
  margin-top: -26px;
  text-align: right;
}
.p_ganko_sec__label {
  font-weight: 700;
  line-height: 1.6666666667;
  color: #2b343b;
  text-align: right;
  margin-top: -8px;
}
.p_ganko_sec__content {
  margin-top: 16px;
}
.p_ganko_sec__txt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 2;
  margin-top: 6px;
}
.p_ganko_sec__thumbs {
  margin-top: 40px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 20px;
}
.p_ganko_sec__thumb:nth-child(1) {
  width: 55%;
}
.p_ganko_sec__thumb:nth-child(2) {
  width: calc(45% - 20px);
  margin: -50px 0 0 auto;
}
.p_ganko_sec__thumb:nth-child(3) {
  width: 60%;
  margin: 0 auto;
}
.p_ganko_sec__btn {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.p_ganko_sec.reverse .p_ganko_sec__img {
  margin-left: auto;
}
.p_ganko_sec.reverse .p_ganko_sec__ttl {
  right: 0;
  left: auto;
}
.p_ganko_sec.reverse .p_ganko_sec__sub, .p_ganko_sec.reverse .p_ganko_sec__label, .p_ganko_sec.reverse .p_ganko_sec__txt {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p_ganko_sec__txt {
    font-size: 1rem;
  }
  .p_ganko_intro__txt {
    font-size: 1.5rem;
  }
  .p_ganko_sec__label {
    font-size: 1.875rem;
  }
  .p_ganko_mv__ttl {
    font-size: 4rem;
  }
  .p_ganko {
    padding-bottom: 180px;
  }
  .p_ganko_mv__main {
    top: 50%;
    bottom: auto;
  }
  .p_ganko_mv__ttl {
    position: relative;
    top: 4px;
    font-size: 4rem;
  }
  .p_ganko_mv__sub {
    font-size: 1.875rem;
  }
  .p_ganko .c_breadcrumb {
    margin-bottom: 43px;
  }
  .p_ganko_intro {
    margin-bottom: clamp(7.5rem, 9.4951923077vw + 2.9423076923rem, 12.4375rem);
  }
  .p_ganko_intro__txt {
    text-align: center;
  }
  .p_ganko_sec {
    margin-bottom: clamp(9.375rem, 15.625vw + 1.875rem, 17.5rem);
  }
  .p_ganko_sec__ttl {
    top: clamp(-9.1875rem, -8.6538461538vw + -0.5336538462rem, -4.6875rem);
    font-size: clamp(6.25rem, 12.0192307692vw + 0.4807692308rem, 12.5rem);
  }
  .p_ganko_sec__sub {
    margin-top: clamp(-4.75rem, -3.7259615385vw + -1.0240384615rem, -2.8125rem);
    font-size: clamp(5rem, 13.8888888889vw + -1.6666666667rem, 8.75rem);
  }
  .p_ganko_sec__label {
    margin-top: clamp(-1.1875rem, -1.8028846154vw + 0.6153846154rem, -0.25rem);
  }
  .p_ganko_sec__content {
    margin-top: 33px;
  }
  .p_ganko_sec__txt {
    text-align: right;
    margin-top: 12px;
  }
  .p_ganko_sec__thumbs {
    flex-direction: row;
    gap: clamp(1.25rem, 4.2067307692vw + -0.7692307692rem, 3.4375rem);
    margin-top: 40px;
  }
  .p_ganko_sec__thumb:nth-child(1) {
    width: auto;
  }
  .p_ganko_sec__thumb:nth-child(2) {
    width: auto;
    margin: 175px 0 0 0;
  }
  .p_ganko_sec__thumb:nth-child(3) {
    width: auto;
    margin: 50px 0 0 0;
  }
  .p_ganko_sec__btn {
    justify-content: flex-end;
    margin-top: 36px;
  }
  .p_ganko_sec.reverse .p_ganko_sec__btn {
    justify-content: flex-start;
  }
  .p_ganko_sec.reverse .p_ganko_sec__thumb:nth-child(1) {
    margin-top: 50px;
  }
  .p_ganko_sec.reverse .p_ganko_sec__thumb:nth-child(3) {
    margin-top: 0;
  }
}
/*# sourceMappingURL=maps/ganko.css.map */
