@charset "UTF-8";
section {
  position: relative;
  max-width: 100%;
  overflow: hidden;
  display: block;
}

/* ===== btn ===== */
.c-btn-primary, .c-btn-secondary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 4.6rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 2.3rem;
  font-size: 1.4rem;
  text-decoration: none;
  padding: 0 3.6rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-family: AudiType-normal, "平成角ゴシック Std", "平成角ゴシック", Hiragino Kaku Gothic Pro, ヒラギノ角ゴ Pro W3, ヒラギノ角ゴ Pro W6, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", HGP創英角ゴシックUB, sans-serif;
}
.c-btn-primary span:after, .c-btn-secondary span:after {
  content: "";
  width: 11px;
  height: 11px;
  display: inline-block;
  position: relative;
  margin-left: 0.5em;
}
.c-btn-primary.c-btn--large, .c-btn-secondary.c-btn--large {
  max-width: 320px;
  width: 100%;
  margin-inline: auto;
}
.c-btn-primary.c-btn--large span, .c-btn-secondary.c-btn--large span {
  position: relative;
  text-align: center;
  width: 100%;
}
.c-btn-primary.c-btn--large span:after, .c-btn-secondary.c-btn--large span:after {
  display: block;
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-btn-primary.c-btn--plus span:after, .c-btn-secondary.c-btn--plus span:after {
  width: 15px;
  height: 15px;
  background: url(../img/icon-plus.svg) no-repeat center center/cover;
}
.c-btn-primary:hover, .c-btn-secondary:hover {
  opacity: 0.6;
}

.c-btn-primary {
  background: #181D25;
  color: #fff;
  border: 1px solid #181D25;
}
.c-btn-primary span:after {
  background: url(../img/icon-blank.svg) no-repeat center center/cover;
}

.c-btn-secondary {
  border: 1px solid #181D25;
  color: #181D25;
  background: transparent;
}
.c-btn-secondary span:after {
  background: url(../img/icon-blank-black.svg) no-repeat center center/cover;
}

.c-btn-primary:has(+ .c-btn-primary),
.c-btn-primary:has(+ .c-btn-secondary),
.c-btn-secondary:has(+ .c-btn-primary),
.c-btn-secondary:has(+ .c-btn-secondary) {
  margin-bottom: 1.8rem;
}

@media only screen and (max-width: 768px) {
  .c-btn-primary, .c-btn-secondary {
    width: 100%;
  }
  .c-btn-primary.c-btn--large, .c-btn-secondary.c-btn--large {
    max-width: 100%;
  }
}
/* ===== Header ===== */
.header {
  display: block;
  position: fixed;
  z-index: 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;
  padding: 2.4rem 2rem;
  width: 100%;
  color: #fff;
}

.header-logo {
  max-width: 485px;
  margin-left: 2.5%;
}

.header-title {
  font-size: 3.4rem;
  font-weight: normal;
}

@media only screen and (max-width: 768px) {
  .header {
    display: block;
    position: absolute;
    padding: 2.4rem 2.8rem;
  }
  .header-logo {
    margin-left: auto;
    width: 65vw;
    margin-bottom: 0.4rem;
  }
  .header-title {
    font-size: 3.15rem;
    line-height: 1.5;
    text-align: right;
    margin-right: -0.9em;
  }
  .header-title span {
    text-align: left;
    display: inline-block;
  }
}
/* ===== MV ===== */
.mv {
  position: relative;
  width: 100%;
  height: 100vh;
}

.mv-inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mv-visual {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 90px);
  background: url(../img/mv.jpg) no-repeat center center/cover;
}

.mv-bnr {
  position: absolute;
  display: block;
  z-index: 4;
  background: #333B48;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 90px;
  padding: 2.2rem 2rem;
}
.mv-bnr .c-btn-secondary {
  color: #fff;
  border-color: #fff;
}
.mv-bnr .c-btn-secondary span:after {
  background: url(../img/icon-blank.svg) no-repeat center center/cover;
}
.mv-bnr .c-btn-secondary:hover {
  opacity: 0.6;
}

@media only screen and (max-width: 768px) {
  .mv {
    height: auto;
  }
  .mv-inner {
    position: relative;
    height: auto;
  }
  .mv-visual {
    position: relative;
    height: auto;
    aspect-ratio: 38/42;
    background: url(../img/mv-sp.jpg) no-repeat center center/cover;
  }
  .mv-bnr {
    position: relative;
    height: auto;
    padding: 2rem 3rem;
  }
}
/* ===== Introduction ===== */
.introduction {
  position: relative;
  width: 100%;
  background: #fff;
  padding: 8rem 2rem;
  z-index: 5;
}

.introduction-inner p {
  text-align: center;
  line-height: 1.8;
}

@media only screen and (max-width: 768px) {
  .introduction {
    padding: 5rem 3rem;
  }
  .introduction-inner p {
    font-size: 1.5rem;
    text-align: left;
  }
}
/* ===== News ===== */
.news {
  background: #fff;
  position: relative;
  z-index: 5;
  padding: 2rem 2rem 14rem 2rem;
}

.news-inner {
  position: relative;
  max-width: 980px;
  margin: 0 auto;
}
.news-inner h2 {
  text-align: center;
  font-size: 3.4rem;
  font-weight: normal;
  margin-bottom: 3.5rem;
}

.news-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3.5%;
}
.news-list:not(.is-expanded) .news-item.is-news-more {
  display: none;
}

.news-item.is-news-reveal {
  -webkit-animation: newsFadeIn 0.5s ease var(--news-reveal-delay, 0s) forwards;
          animation: newsFadeIn 0.5s ease var(--news-reveal-delay, 0s) forwards;
  opacity: 0;
}

@-webkit-keyframes newsFadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(1.2rem);
            transform: translateY(1.2rem);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes newsFadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(1.2rem);
            transform: translateY(1.2rem);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.news-item {
  width: 31%;
  margin-bottom: 4.5rem;
}
.news-item h3 {
  font-family: AudiType, "平成角ゴシック Std", "平成角ゴシック", Hiragino Kaku Gothic Pro, ヒラギノ角ゴ Pro W3, ヒラギノ角ゴ Pro W6, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", HGP創英角ゴシックUB, sans-serif;
  font-size: 1.8rem;
  position: relative;
  margin-bottom: 1.2rem;
}
.news-item p {
  font-family: AudiType-normal, "平成角ゴシック Std", "平成角ゴシック", Hiragino Kaku Gothic Pro, ヒラギノ角ゴ Pro W3, ヒラギノ角ゴ Pro W6, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", HGP創英角ゴシックUB, sans-serif;
  font-size: 1.4rem;
  margin-bottom: 1.4rem;
}

.news-item-img {
  position: relative;
  display: block;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 1.2rem;
}
.news-item-img img {
  display: block;
}

@media only screen and (max-width: 768px) {
  .news {
    padding: 2rem 3rem 5rem 3rem;
  }
  .news-inner h2 {
    font-size: 2.4rem;
    margin-bottom: 2.6rem;
  }
  .news-list {
    gap: 6%;
  }
  .news-item {
    width: 47%;
  }
  .news-item h3 {
    font-size: 1.5rem;
    margin-bottom: 0.8rem;
  }
  .news-item p {
    font-size: 1.2rem;
  }
  .news-item .c-btn-secondary {
    width: 100%;
    padding: 0 2rem;
    font-size: 1.2rem;
    height: 4rem;
  }
  .news-item-img {
    border-radius: 5px;
  }
}
/* ===== Menu ===== */
.menu {
  background: #fff;
  position: relative;
  z-index: 5;
  overflow: visible;
}

.menu-list {
  aspect-ratio: 1/0.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  position: relative;
}

.menu-item {
  height: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-width: 0;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
  width: 25%;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.menu-item.shrink {
  width: 16.6666666667%;
}
.menu-item.shrink:nth-child(1) a {
  background-size: 160%;
}
.menu-item:hover {
  width: 50%;
}
.menu-item:hover:nth-child(1) a {
  background-size: 105%;
}
.menu-item:nth-child(1) a {
  width: 50vw;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: url(../img/menu-item-01.jpg) no-repeat left center;
  background-size: 160%;
  -webkit-transition: background-size 0.3s ease;
  transition: background-size 0.3s ease;
}
.menu-item:nth-child(2) {
  background: url(../img/menu-item-02.jpg) no-repeat center center/cover;
}
.menu-item:nth-child(3) {
  background: url(../img/menu-item-03.jpg) no-repeat center center/cover;
}
.menu-item:nth-child(4) {
  background: url(../img/menu-item-04.jpg) no-repeat center center/cover;
}
.menu-item a {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  height: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-decoration: none;
}

.menu-item-txt {
  min-width: 25vw;
  padding: 2.2rem 2rem 4.5rem 2.2rem;
}
.menu-item-txt h2 {
  margin-bottom: 1rem;
  font-size: 2.2rem;
  font-weight: normal;
  font-family: AudiType, "平成角ゴシック Std", "平成角ゴシック", Hiragino Kaku Gothic Pro, ヒラギノ角ゴ Pro W3, ヒラギノ角ゴ Pro W6, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", HGP創英角ゴシックUB, sans-serif;
}
.menu-item-txt p {
  font-family: AudiType-normal, "平成角ゴシック Std", "平成角ゴシック", Hiragino Kaku Gothic Pro, ヒラギノ角ゴ Pro W3, ヒラギノ角ゴ Pro W6, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", HGP創英角ゴシックUB, sans-serif;
  font-size: 1.3rem;
  margin-bottom: 1.6rem;
}
.menu-item-txt .c-btn-secondary {
  background: #fff;
  height: 0;
  overflow: hidden;
  border-width: 0;
}

.menu-item:hover .menu-item-txt .c-btn-secondary {
  height: 45px;
  border-width: 1px;
}

@media only screen and (max-width: 768px) {
  .menu-list {
    aspect-ratio: auto;
    display: block;
    overflow: visible;
  }
  .menu-item {
    width: 100%;
    aspect-ratio: 1/1;
  }
  .menu-item:hover {
    width: 100%;
  }
  .menu-item.shrink {
    width: 100%;
  }
  .menu-item.shrink:nth-child(1) a {
    width: 100vw;
    background-size: cover;
  }
  .menu-item:hover {
    width: 100%;
  }
  .menu-item:hover:nth-child(1) a {
    width: 100vw;
    background-size: cover;
  }
  .menu-item.fixed:nth-child(1) a {
    width: 100vw;
    background-size: cover;
  }
  .menu-item.fixed .menu-item-inner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vw;
    aspect-ratio: 1/1;
  }
  .menu-item a {
    width: 100%;
  }
  .menu-item:nth-child(1) {
    background: none;
  }
  .menu-item:nth-child(1) .menu-item-inner {
    width: 100%;
    background: url(../img/menu-item-01-sp.jpg) no-repeat center center/cover;
  }
  .menu-item:nth-child(2) {
    background: none;
  }
  .menu-item:nth-child(2) .menu-item-inner {
    background: url(../img/menu-item-02-sp.jpg) no-repeat center center/cover;
  }
  .menu-item:nth-child(3) {
    background: none;
  }
  .menu-item:nth-child(3) .menu-item-inner {
    background: url(../img/menu-item-03-sp.jpg) no-repeat center center/cover;
  }
  .menu-item:nth-child(4) {
    background: none;
  }
  .menu-item:nth-child(4) .menu-item-inner {
    background: url(../img/menu-item-04-sp.jpg) no-repeat center center/cover;
  }
  .menu-item h2 {
    font-size: 2.4rem;
  }
  .menu-item p {
    font-size: 1.4rem;
    margin-bottom: 1.8rem;
  }
  .menu-item-txt .c-btn-secondary {
    height: 45px;
    border-width: 1px;
  }
  .menu-item:hover .menu-item-txt .c-btn-secondary {
    height: 45px;
    border-width: 1px;
  }
}
/* ===== Present ===== */
.present {
  position: relative;
  width: 100%;
  background: #F2F2F2;
  padding: 9rem 2rem 9rem;
  z-index: 5;
  scroll-margin-top: 0;
}

.present-inner {
  max-width: 980px;
  margin: 0 auto;
}
.present-inner h2 {
  text-align: center;
  font-size: 3.2rem;
  font-weight: normal;
  font-family: AudiType, "平成角ゴシック Std", "平成角ゴシック", Hiragino Kaku Gothic Pro, ヒラギノ角ゴ Pro W3, ヒラギノ角ゴ Pro W6, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", HGP創英角ゴシックUB, sans-serif;
  margin-bottom: 3.2rem;
}
.present-inner .present-lead {
  font-family: AudiType-normal, "平成角ゴシック Std", "平成角ゴシック", Hiragino Kaku Gothic Pro, ヒラギノ角ゴ Pro W3, ヒラギノ角ゴ Pro W6, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", HGP創英角ゴシックUB, sans-serif;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.8;
  margin-bottom: 5.4rem;
}
.present-inner h3 {
  font-size: 2.8rem;
  font-weight: normal;
  text-align: center;
  margin-bottom: 3.2rem;
}

.present-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
  position: relative;
  max-width: 980px;
  margin: 0 auto 4.5rem auto;
}

.present-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4%;
  margin-bottom: 4rem;
}

.present-item-img {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 55%;
}
.present-item-img img {
  display: block;
  width: 100%;
  border-radius: 10px;
}

.present-item-caption {
  position: absolute;
  font-size: 1.2rem;
  margin-top: 0.8rem;
  line-height: 1.5;
}

.present-item-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.present-item-text h4 {
  font-weight: normal;
  font-size: 2rem;
  line-height: 1.5;
  font-family: AudiType, "平成角ゴシック Std", "平成角ゴシック", Hiragino Kaku Gothic Pro, ヒラギノ角ゴ Pro W3, ヒラギノ角ゴ Pro W6, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", HGP創英角ゴシックUB, sans-serif;
  margin-bottom: 1.6rem;
}
.present-item-text h4 small {
  font-size: 70%;
}

.present-item-label {
  font-weight: normal;
}

.present-item-detail {
  font-size: 1.4rem;
  line-height: 1.8;
  font-family: AudiType-normal, "平成角ゴシック Std", "平成角ゴシック", Hiragino Kaku Gothic Pro, ヒラギノ角ゴ Pro W3, ヒラギノ角ゴ Pro W6, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", HGP創英角ゴシックUB, sans-serif;
}

.present-item-subtitle {
  text-decoration: underline;
  margin-bottom: 0.4rem;
}
.present-item-subtitle:not(:first-child) {
  margin-top: 1.6rem;
}

.present-item-detail ul {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  line-height: 1.6;
}
.present-item-detail ul li {
  position: relative;
  padding-left: 1.2em;
}
.present-item-detail ul li::before {
  content: "・";
  position: absolute;
  left: 0;
}

@media only screen and (max-width: 768px) {
  .present {
    padding: 6rem 3rem 8rem;
  }
  .present-inner h2 {
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 1.2rem;
  }
  .present-inner .present-date {
    text-align: left;
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }
  .present-inner .present-lead {
    text-align: left;
    font-size: 1.4rem;
    margin-bottom: 3.8rem;
  }
  .present-inner h3 {
    font-size: 2.2rem;
    text-align: center;
    margin-bottom: 2rem;
  }
  .present-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.6rem;
    margin-bottom: 0.8rem;
  }
  .present-item-img {
    width: 100%;
  }
  .present-item-text h4 {
    font-size: 2rem;
    line-height: 1.5;
  }
  .present-item-text h4 small {
    display: block;
  }
  .present-item-detail {
    font-size: 1.3rem;
  }
  .present-item-caption {
    position: relative;
    text-align: right;
  }
}
/* ===== Team ===== */
.team {
  background: #fff;
  position: relative;
  z-index: 5;
  padding: 9rem 2rem 9rem;
  text-align: center;
}
.team h2 {
  text-align: center;
  font-size: 3.2rem;
  font-weight: normal;
  font-family: AudiType, "平成角ゴシック Std", "平成角ゴシック", Hiragino Kaku Gothic Pro, ヒラギノ角ゴ Pro W3, ヒラギノ角ゴ Pro W6, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", HGP創英角ゴシックUB, sans-serif;
  margin-bottom: 3.2rem;
}
.team h3 {
  font-size: 2.8rem;
  font-weight: normal;
  font-family: AudiType, "平成角ゴシック Std", "平成角ゴシック", Hiragino Kaku Gothic Pro, ヒラギノ角ゴ Pro W3, ヒラギノ角ゴ Pro W6, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", HGP創英角ゴシックUB, sans-serif;
  text-align: center;
  margin-bottom: 2.4rem;
}
.team p {
  font-family: AudiType-normal, "平成角ゴシック Std", "平成角ゴシック", Hiragino Kaku Gothic Pro, ヒラギノ角ゴ Pro W3, ヒラギノ角ゴ Pro W6, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", HGP創英角ゴシックUB, sans-serif;
  line-height: 1.8;
  margin-bottom: 3.5rem;
}

.team-movie {
  display: block;
  position: relative;
  margin: 3.8rem auto 4.5rem;
  max-width: 1200px;
  border-radius: 10px;
  overflow: hidden;
}
.team-movie a {
  position: relative;
  display: block;
  background: #000;
}
.team-movie a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  overflow: hidden;
}
.team-movie a:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-35%, -50%);
          transform: translate(-35%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 12px 20px;
  border-color: transparent transparent transparent #fff;
  z-index: 1;
}
.team-movie a:hover img {
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
  opacity: 0.7;
}
.team-movie img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
}

@media only screen and (max-width: 768px) {
  .team {
    padding: 7rem 3rem 6rem;
  }
  .team h2 {
    text-align: left;
    font-size: 2.2rem;
    margin-bottom: 2.2rem;
  }
  .team h3 {
    font-size: 2rem;
    text-align: left;
    margin-bottom: 1.8rem;
  }
  .team p {
    text-align: left;
    font-size: 1.4rem;
    margin-bottom: 2.4rem;
  }
  .team-movie {
    margin: 0 auto 2.6rem auto;
  }
}
/* ===== Social ===== */
.social {
  background: #fff;
  position: relative;
  z-index: 5;
  padding: 9rem 2rem 18rem;
  text-align: center;
}
.social h2 {
  text-align: center;
  font-size: 3.2rem;
  font-weight: normal;
  margin-bottom: 3.2rem;
}
.social p {
  font-family: AudiType, "平成角ゴシック Std", "平成角ゴシック", Hiragino Kaku Gothic Pro, ヒラギノ角ゴ Pro W3, ヒラギノ角ゴ Pro W6, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", HGP創英角ゴシックUB, sans-serif;
  line-height: 1.8;
  margin-bottom: 3.5rem;
}

.social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  max-width: 980px;
  margin: 0 auto 2.1rem auto;
  gap: 3% 2.5%;
}
.social-list:not(.is-expanded) li.is-social-more {
  display: none;
}
.social-list li {
  width: 23.1%;
  margin-bottom: 2.5rem;
}
.social-list li img {
  display: block;
}

li.is-social-reveal {
  -webkit-animation: newsFadeIn 0.5s ease forwards;
          animation: newsFadeIn 0.5s ease forwards;
  opacity: 0;
}

@media only screen and (max-width: 768px) {
  .social {
    padding: 3rem 3rem 10rem;
  }
  .social h2 {
    font-size: 2.2rem;
    margin-bottom: 2.6rem;
  }
  .social p {
    text-align: left;
    font-size: 1.4rem;
    margin-bottom: 2.4rem;
  }
  .social-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 5%;
    margin-bottom: 2.4rem;
  }
  .social-list li {
    width: 47.5%;
    margin-bottom: 1.5rem;
  }
}
/* ===== Social Modal (Fancybox) ===== */
.social-modal {
  --social-footer: 15.8rem;
  --social-header: 5.6rem;
  --social-video-h: calc(100dvh - var(--social-footer) - var(--social-header));
  --social-video-w: min(36rem, 80vw, calc(var(--social-video-h) * 9 / 16));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: var(--social-video-w);
  max-height: calc(100dvh - var(--social-header));
}

body .fancybox__content > .f-button.is-close-btn {
  position: fixed;
  top: 2.4rem;
  right: 2.4rem;
  margin: 0;
  background: transparent;
}

.social-modal__video {
  width: 100%;
  height: min(var(--social-video-w) * 16 / 9, var(--social-video-h));
  max-height: var(--social-video-h);
  aspect-ratio: 9/16;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  min-height: 0;
  background: #b8b8b8;
  overflow: hidden;
}
.social-modal__video video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.social-modal__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 4.6rem;
  max-width: 380px;
  width: 100%;
  margin: 4.8rem auto 6.4rem;
  border: 1px solid #fff;
  background: #000;
  border-radius: 2.3rem;
  color: #fff;
  font-size: 1.4rem;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  position: relative;
  z-index: 2;
}
.social-modal__link:hover {
  opacity: 0.7;
}
.social-modal__link span {
  position: relative;
  width: 100%;
  text-align: center;
}
.social-modal__link span:after {
  content: "";
  display: block;
  position: absolute;
  width: 11px;
  height: 11px;
  right: 3rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/icon-blank.svg) no-repeat center center/cover;
}

.social-fancybox {
  --fancybox-bg: rgba(24, 29, 37, 0.96);
  --f-button-width: 3.2rem;
  --f-button-height: 3.2rem;
  --f-button-color: #fff;
  --f-button-bg: transparent;
  --f-button-hover-bg: transparent;
  --f-button-active-bg: transparent;
  --f-button-border-radius: 0;
  --f-button-svg-width: 1.8rem;
  --f-button-svg-height: 3.2rem;
  --f-button-svg-stroke-width: 1;
}
.social-fancybox .fancybox__slide {
  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;
  padding: 0;
  max-height: 100dvh;
  overflow: visible;
}
.social-fancybox .fancybox__viewport {
  overflow: visible;
}
.social-fancybox .fancybox__content {
  background: transparent;
  padding: 0;
  overflow: visible;
  height: auto !important;
  width: auto !important;
}
.social-fancybox .fancybox__nav {
  position: static;
  pointer-events: none;
}
.social-fancybox .fancybox__nav .f-button {
  position: fixed;
  margin: 0;
  pointer-events: auto;
  -webkit-transition: none;
  transition: none;
}
.social-fancybox .f-thumbs,
.social-fancybox .fancybox__thumbs {
  display: none !important;
}
.social-fancybox .is-close-btn {
  position: fixed;
  top: 2.4rem;
  right: 2.4rem;
  margin: 0;
}

@media only screen and (max-width: 768px) {
  .social-fancybox {
    --f-button-width: 2.4rem;
    --f-button-height: 2.4rem;
    --f-button-svg-width: 1.2rem;
    --f-button-svg-height: 2rem;
  }
  .social-fancybox .is-close-btn {
    top: 1.6rem;
    right: 1.6rem;
  }
  .social-fancybox .fancybox__nav .f-button {
    z-index: 3;
    background: transparent;
    width: 30px;
    height: 30px;
  }
  .social-modal {
    --social-header: 4.8rem;
    --social-footer: 15.8rem;
    --social-arrow-space: 4rem;
    --social-video-w: min(calc(100vw - var(--social-arrow-space) * 2), calc(var(--social-video-h) * 9 / 16));
  }
  .social-modal__link {
    margin-bottom: 3rem;
  }
}
/* ===== Golf Goods ===== */
.golf-goods {
  background: url(../img/golf-bg.jpg) no-repeat center center/cover;
  position: relative;
  z-index: 5;
  padding: 1rem 2rem;
  aspect-ratio: 15/4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.golf-goods h2 {
  color: #fff;
  font-size: 3.4rem;
  font-weight: normal;
  margin-bottom: 2.8rem;
}
.golf-goods .c-btn-primary {
  margin: 0;
  max-width: 260px;
}

.golf-goods-inner {
  position: relative;
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .golf-goods {
    padding: 3.5rem 3rem 6rem;
    background: url(../img/golf-bg-sp.jpg) no-repeat center center/cover;
    aspect-ratio: auto;
    min-height: 100vw;
    display: block;
    overflow: visible;
  }
  .golf-goods h2 {
    font-size: 2.3rem;
    margin-bottom: 2.6rem;
    text-align: center;
    width: 100%;
  }
  .golf-goods .c-btn-primary {
    width: 100%;
    margin: auto auto 0 auto;
  }
  .golf-goods-inner {
    max-width: 100%;
    width: 100%;
    min-height: calc(100vw - 9.5rem);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
/* ===== Newsletter ===== */
.c-page-home__newsletter {
  background: #272E39;
  color: #fff;
  padding: 3rem 2rem 2.5rem 2rem;
  position: relative;
  z-index: 5;
}

.c-page-home__newsletter img {
  display: block;
}

.c-page-home__newsletter-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 auto;
  max-width: 98rem;
}

.c-page-home__newsletter-item + .c-page-home__newsletter-item {
  margin-top: 170px;
}

.c-page-home__newsletter-item figure {
  width: 46.9388%;
  border-radius: 2rem;
  overflow: hidden;
}

.c-page-home__newsletter-item figure img {
  display: block;
}

.c-page-home__newsletter-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 1.4rem;
  padding-left: 3.4rem;
}

.c-page-home__newsletter-text h2 {
  font-size: 1.8rem;
  line-height: 1.45;
  margin: 0 0 1.8rem;
}

.c-page-home__newsletter-text h2:first-child {
  margin-top: 0;
}

.c-page-home__newsletter-text h2 span {
  font-family: AudiType, sans-serif;
  font-size: 2.2rem;
  letter-spacing: 0.01em;
  font-weight: 400;
}

.c-page-home__newsletter-item + .c-page-home__newsletter-item h2 span {
  font-size: 3.4rem;
}

.c-page-home__newsletter-item h2 .text-en {
  font-family: AudiType, sans-serif;
  font-size: inherit;
}

.c-page-home__newsletter-text p {
  font-family: AudiType-normal, 平成角ゴシック Std, 平成角ゴシック, Hiragino Kaku Gothic Pro, ヒラギノ角ゴ Pro W3, ヒラギノ角ゴ Pro W6, YuGothic, 游ゴシック Medium, Yu Gothic Medium, HGP創英角ゴシックUB, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.7143;
  margin-bottom: 2.3rem;
}

.c-page-home__newsletter-text .c-page-home__btn-primary[target=_blank] {
  padding-inline: 4.8rem;
}

.c-page-home__newsletter-text .c-page-home__btn-primary[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 1.1rem;
  height: 1.1rem;
  background: url(../img/home/icon-external.svg) no-repeat left top/100% auto;
  margin-left: 1rem;
}

.c-page-home__btn-primary, .c-page-home__btn-secondary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 4.6rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 2.3rem;
  background: #657080;
  color: #FCFCFD;
  font-size: 1.4rem;
  text-decoration: none;
  padding: 0 3.5rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-family: AudiType, "平成角ゴシック Std", "平成角ゴシック", Hiragino Kaku Gothic Pro, ヒラギノ角ゴ Pro W3, ヒラギノ角ゴ Pro W6, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", HGP創英角ゴシックUB, sans-serif;
}
.c-page-home__btn-primary:hover, .c-page-home__btn-secondary:hover {
  opacity: 0.6;
}

.c-page-home__newsletter-text .c-page-home__btn-primary[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 1.1rem;
  height: 1.1rem;
  background: url(../img/icon-blank.svg) no-repeat left top/100% auto;
  margin-left: 1rem;
}

.c-page-home__newsletter-text .c-page-home__btn-primary[target=_blank] {
  padding-inline: 4.8rem;
}

@media only screen and (max-width: 768px) {
  .c-page-home__btn-primary, .c-page-home__btn-secondary {
    width: 100%;
  }
}
@media only screen and (min-width: 769px) {
  .c-page-home__newsletter-btn a:hover {
    opacity: 0.6;
  }
}
@media only screen and (max-width: 768px) {
  .c-page-home__newsletter {
    padding: 6rem 3rem 3.8rem;
  }
  .c-page-home__newsletter-item {
    display: block;
  }
  .c-page-home__newsletter-item + .c-page-home__newsletter-item {
    margin-top: 83px;
  }
  .c-page-home__newsletter-item figure {
    margin-bottom: 1rem;
    width: auto;
  }
  .c-page-home__newsletter-item + .c-page-home__newsletter-item figure {
    margin-bottom: 14px;
  }
  .c-page-home__newsletter-text {
    padding-left: 0;
    margin-top: 0;
  }
  .c-page-home__newsletter-text h2 {
    font-size: 1.5rem;
    margin-bottom: 0.9rem;
  }
  .c-page-home__newsletter-text h2 span {
    font-size: 1.8rem;
    margin-top: 5px;
  }
  .c-page-home__newsletter-item + .c-page-home__newsletter-item h2 span {
    font-size: 2.45rem;
  }
  .c-page-home__newsletter-text p {
    font-size: 1.4rem;
    line-height: 1.7143;
    margin-bottom: 2rem;
  }
  .c-page-home__newsletter-text .c-page-home__btn-primary[target=_blank] {
    padding-inline: 2rem;
  }
}