.home section.kv .bg {
  position: -webkit-sticky;
  position: sticky;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
}
@media print, screen and (min-width: 751px) {
  .home section.kv .bg {
    padding: 10px 0;
  }
}
@media screen and (max-width: 750px) {
  .home section.kv .bg {
    padding: 1.3333333333vw 0;
  }
}
.home section.kv .bg .image {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.home section.kv .bg .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home section.kv .bg .utd {
  position: absolute;
  z-index: 2;
  opacity: 1;
  transition: opacity 1s;
  width: 100%;
  left: 0;
}
@media print, screen and (min-width: 751px) {
  .home section.kv .bg .utd {
    top: 10px;
    height: calc(100% - 20px);
  }
}
@media screen and (max-width: 750px) {
  .home section.kv .bg .utd {
    top: 1.3333333333vw;
    height: calc(100% - 2.6666666667vw);
  }
}
.home section.kv .bg .utd img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media print, screen and (min-width: 751px) {
  .home section.kv .bg .utd .cover {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 100%;
    max-width: 1000px;
    height: 100%;
    background: linear-gradient(90deg, rgba(8, 30, 51, 0) 0%, #081e33 100%);
    opacity: 0.5;
  }
}
@media screen and (max-width: 750px) {
  .home section.kv .bg .utd .cover {
    display: none;
  }
}
.home section.kv .bg .utd.active {
  opacity: 0;
}
.home section.kv .bg .logo {
  position: absolute;
  z-index: 3;
  margin: auto;
  left: 0;
  right: 0;
  opacity: 1;
  transition: opacity 1s;
}
@media print, screen and (min-width: 751px) {
  .home section.kv .bg .logo {
    width: 100%;
    height: 0;
    padding-top: 20.9154929577%;
    top: 0;
    bottom: 0;
  }
}
@media screen and (max-width: 750px) {
  .home section.kv .bg .logo {
    width: 97.3333333333vw;
    height: 45.3333333333vw;
    top: auto;
    bottom: 21.3333333333vw;
  }
}
.home section.kv .bg .logo svg {
  width: 100%;
  height: 100%;
}
@media print, screen and (min-width: 751px) {
  .home section.kv .bg .logo svg {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.home section.kv .bg .logo.active {
  opacity: 0;
}
.home section.kv .bg .curtain {
  position: absolute;
  z-index: 2;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: opacity 1s;
}
.home section.kv .bg .curtain.active {
  opacity: 1;
}
@media print, screen and (min-width: 751px) {
  .home section.kv .bg .curtain {
    top: 10px;
    height: calc(100dvh - 20px);
  }
}
@media screen and (max-width: 750px) {
  .home section.kv .bg .curtain {
    top: 1.3333333333vw;
    height: calc(100dvh - 2.6666666667vw);
  }
}
.home section.kv .fg {
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: center;
}
@media print, screen and (min-width: 751px) {
  .home section.kv .fg {
    padding: 40px 0 206px 0;
  }
}
@media screen and (max-width: 750px) {
  .home section.kv .fg {
    padding: 5.3333333333vw 0 30.6666666667vw 0;
  }
}
.home section.kv .fg .copy p {
  color: var(--color-text-white);
  text-align: center;
}
.home section.kv .fg .copy p.lg {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  line-height: 1.6;
}
@media print, screen and (min-width: 751px) {
  .home section.kv .fg .copy p.lg {
    font-size: 28px;
  }
}
@media screen and (max-width: 750px) {
  .home section.kv .fg .copy p.lg {
    font-size: 4.8vw;
  }
}
.home section.kv .fg .copy p.md {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  line-height: 1.65;
}
@media print, screen and (min-width: 751px) {
  .home section.kv .fg .copy p.md {
    font-size: 16px;
  }
}
@media screen and (max-width: 750px) {
  .home section.kv .fg .copy p.md {
    font-size: 3.2vw;
  }
}
@media print, screen and (min-width: 751px) {
  .home section.kv .fg .copy p.lg + p.md {
    margin-top: 40px;
  }
}
@media screen and (max-width: 750px) {
  .home section.kv .fg .copy p.lg + p.md {
    margin-top: 8vw;
  }
}
@media print, screen and (min-width: 751px) {
  .home section.kv .fg .copy p.md + p.lg {
    margin-top: 40px;
  }
}
@media screen and (max-width: 750px) {
  .home section.kv .fg .copy p.md + p.lg {
    margin-top: 8vw;
  }
}
@media print, screen and (min-width: 751px) {
  .home section.kv .fg .copy p.lg + p.lg {
    margin-top: 40px;
  }
}
@media screen and (max-width: 750px) {
  .home section.kv .fg .copy p.lg + p.lg {
    margin-top: 8vw;
  }
}

.home section.ads {
  margin-top: 0;
}
@media print, screen and (min-width: 751px) {
  .home section.ads {
    padding: 119px 0 100px 0;
  }
}
@media screen and (max-width: 750px) {
  .home section.ads {
    padding: 21.3333333333vw 0 4vw 0;
  }
}
@media print, screen and (min-width: 1441px) {
  .home section.ads .s-section__body {
    margin-top: 50px;
    width: 1280px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media print, screen and (min-width: 751px) and (max-width: 1440px) {
  .home section.ads .s-section__body {
    margin-top: 50px;
    margin-left: 70px;
    margin-right: 70px;
    padding-bottom: 40px;
    border-width: 0 0 1px 0;
  }
}
@media screen and (max-width: 750px) {
  .home section.ads .s-section__body {
    margin-top: 10.6666666667vw;
    margin-left: 5.3333333333vw;
    margin-right: 5.3333333333vw;
  }
}
.home section.ads .s-section__body .youtube {
  width: 100%;
}
@media print, screen and (min-width: 1441px) {
  .home section.ads .s-section__body > .link {
    width: 1280px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 751px) and (max-width: 1440px) {
  .home section.ads .s-section__body > .link {
    margin-left: 70px;
    margin-right: 70px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 750px) {
  .home section.ads .s-section__body > .link {
    margin-left: 5.3333333333vw;
    margin-right: 5.3333333333vw;
    margin-top: 8vw;
  }
  .home section.ads .s-section__body > .link .c-button .label {
    font-size: 3.2vw;
  }
}
@media print, screen and (min-width: 751px) {
  .home section.ads .s-section__body > .link + .supremeclass {
    margin-top: 100px;
  }
}
@media screen and (max-width: 750px) {
  .home section.ads .s-section__body > .link + .supremeclass {
    margin-top: 21.3333333333vw;
  }
}
.home section.ads .s-section__body .supremeclass {
  position: relative;
}
.home section.ads .s-section__body .supremeclass .bg {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.home section.ads .s-section__body .supremeclass .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home section.ads .s-section__body .supremeclass .bg .curtain {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, black 100%);
  opacity: 0.6;
}
.home section.ads .s-section__body .supremeclass .fg {
  position: relative;
  z-index: 2;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media print, screen and (min-width: 751px) {
  .home section.ads .s-section__body .supremeclass .fg {
    height: 200px;
  }
}
@media screen and (max-width: 750px) {
  .home section.ads .s-section__body .supremeclass .fg {
    height: 24vw;
  }
}
.home section.ads .s-section__body .supremeclass .fg .content {
  display: grid;
  width: -webkit-max-content;
  width: max-content;
  flex: none;
  justify-items: start;
}
@media print, screen and (min-width: 751px) {
  .home section.ads .s-section__body .supremeclass .fg .content {
    grid-template: "logo copy" auto "logo link" auto/87px auto;
    gap: 25px 40px;
  }
}
@media screen and (max-width: 750px) {
  .home section.ads .s-section__body .supremeclass .fg .content {
    grid-template: "logo copy" auto "logo link" auto/11.2vw auto;
    gap: 3.2vw 4.5333333333vw;
  }
}
.home section.ads .s-section__body .supremeclass .fg .content .logo {
  grid-area: logo;
}
@media print, screen and (min-width: 751px) {
  .home section.ads .s-section__body .supremeclass .fg .content .logo img {
    width: 87px;
    height: 101.8295454545px;
  }
}
@media screen and (max-width: 750px) {
  .home section.ads .s-section__body .supremeclass .fg .content .logo img {
    width: 11.2vw;
    height: 13.1090909091vw;
  }
}
.home section.ads .s-section__body .supremeclass .fg .content .copy {
  grid-area: copy;
}
.home section.ads .s-section__body .supremeclass .fg .content .copy p {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  color: var(--color-text-white);
  line-height: 1.2;
  letter-spacing: 2px;
}
@media print, screen and (min-width: 751px) {
  .home section.ads .s-section__body .supremeclass .fg .content .copy p {
    font-size: 32px;
  }
}
@media screen and (max-width: 750px) {
  .home section.ads .s-section__body .supremeclass .fg .content .copy p {
    font-size: 3.7333333333vw;
  }
}
.home section.ads .s-section__body .supremeclass .fg .content .link {
  grid-area: link;
}
.home section.ads .s-section__body .supremeclass .fg .content .link .c-button {
  color: var(--color-text-white);
}
@media screen and (max-width: 750px) {
  .home section.ads .s-section__body .supremeclass .fg .content .link .c-button {
    padding-top: 2.6666666667vw;
    padding-bottom: 2.6666666667vw;
  }
}
@media print, screen and (min-width: 751px) {
  .home section.ads .s-section__body .supremeclass .fg .content .link .c-button span {
    font-size: 14px;
  }
}
@media screen and (max-width: 750px) {
  .home section.ads .s-section__body .supremeclass .fg .content .link .c-button span {
    font-size: 3.2vw;
  }
}

.home section.evolution {
  position: relative;
}
.home section.evolution .bg {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.home section.evolution .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home section.evolution .s-section__inner {
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 751px) {
  .home section.evolution .s-section__inner {
    padding: 120px 0;
  }
}
@media screen and (max-width: 750px) {
  .home section.evolution .s-section__inner {
    padding: 21.3333333333vw 0;
    margin-left: 4vw;
    margin-right: 4vw;
  }
}
.home section.evolution .s-section__inner .c-sectionTitle {
  color: var(--color-text-white);
}
@media print, screen and (min-width: 751px) {
  .home section.evolution .s-section__inner .c-sectionTitle__link .c-button {
    color: var(--color-text-white);
  }
}
@media screen and (max-width: 750px) {
  .home section.evolution .s-section__inner .c-sectionTitle__link {
    display: none;
  }
}
@media print, screen and (min-width: 751px) {
  .home section.evolution .s-section__body {
    margin-top: 50px;
  }
}
@media screen and (max-width: 750px) {
  .home section.evolution .s-section__body {
    margin-top: 10.6666666667vw;
    margin-left: calc(50% - 50vw + 1.3333333333vw);
    margin-right: calc(50% - 50vw + 1.3333333333vw);
    overflow: hidden;
  }
}
@media print, screen and (min-width: 751px) {
  .home section.evolution .s-section__body .container {
    overflow: hidden;
  }
}
@media screen and (max-width: 750px) {
  .home section.evolution .s-section__body .container {
    margin-left: 4vw;
    margin-right: 4vw;
  }
}
.home section.evolution .s-section__body .container .wrapper {
  z-index: 2;
}
@media print, screen and (min-width: 751px) {
  .home section.evolution .s-section__body .container .wrapper {
    display: flex;
    gap: 48px;
  }
}
.home section.evolution .s-section__body .container .wrapper .item {
  background-color: rgba(0, 0, 0, 0.6);
  height: auto;
}
@media print, screen and (min-width: 751px) {
  .home section.evolution .s-section__body .container .wrapper .item {
    width: calc((100% - 96px) / 3);
    padding: 10px 10px 20px 10px;
  }
}
@media screen and (max-width: 750px) {
  .home section.evolution .s-section__body .container .wrapper .item {
    width: 40vw;
    padding: 1.3333333333vw;
  }
}
.home section.evolution .s-section__body .container .wrapper .item__card {
  display: block;
  color: var(--color-text-white);
  height: 100%;
}
.home section.evolution .s-section__body .container .wrapper .item__figure__image .c-image {
  width: 100%;
  aspect-ratio: 395/222;
}
@media screen and (max-width: 750px) {
  .home section.evolution .s-section__body .container .wrapper .item__figure__image .c-image {
    width: 37.3333333333vw;
    aspect-ratio: 300/532;
  }
}
@media print, screen and (min-width: 751px) {
  .home section.evolution .s-section__body .container .wrapper .item__figure__caption {
    margin-top: 22px;
  }
}
@media screen and (max-width: 750px) {
  .home section.evolution .s-section__body .container .wrapper .item__figure__caption {
    margin-top: 4vw;
    padding-left: 1.3333333333vw;
    padding-right: 1.3333333333vw;
  }
}
.home section.evolution .s-section__body .container .wrapper .item__figure__caption__meta {
  display: flex;
}
@media print, screen and (min-width: 751px) {
  .home section.evolution .s-section__body .container .wrapper .item__figure__caption__meta {
    align-items: center;
    gap: 17px;
  }
}
@media screen and (max-width: 750px) {
  .home section.evolution .s-section__body .container .wrapper .item__figure__caption__meta {
    flex-direction: column;
    gap: 2.4vw;
  }
}
.home section.evolution .s-section__body .container .wrapper .item__figure__caption__meta__is-new {
  display: none;
}
.home section.evolution .s-section__body .container .wrapper .item__figure__caption__meta__is-new .c-tag .label {
  color: var(--color-text-white);
}
.home section.evolution .s-section__body .container .wrapper .item__figure__caption__meta__date {
  line-height: 1;
}
@media print, screen and (min-width: 751px) {
  .home section.evolution .s-section__body .container .wrapper .item__figure__caption__meta__date {
    font-size: 13px;
  }
}
@media screen and (max-width: 750px) {
  .home section.evolution .s-section__body .container .wrapper .item__figure__caption__meta__date {
    font-size: 2.9333333333vw;
  }
}
.home section.evolution .s-section__body .container .wrapper .item__figure__caption__meta__date span,
.home section.evolution .s-section__body .container .wrapper .item__figure__caption__meta__date time {
  font-family: "Lexend Giga", "Zen Old Mincho", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  color: var(--color-text-white);
  line-height: 1;
}
@media print, screen and (min-width: 751px) {
  .home section.evolution .s-section__body .container .wrapper .item__figure__caption__meta__date span,
  .home section.evolution .s-section__body .container .wrapper .item__figure__caption__meta__date time {
    font-size: 13px;
  }
}
@media screen and (max-width: 750px) {
  .home section.evolution .s-section__body .container .wrapper .item__figure__caption__meta__date span,
  .home section.evolution .s-section__body .container .wrapper .item__figure__caption__meta__date time {
    font-size: 2.9333333333vw;
  }
}
@media print, screen and (min-width: 751px) {
  .home section.evolution .s-section__body .container .wrapper .item__figure__caption__title {
    margin-top: 16px;
  }
}
@media screen and (max-width: 750px) {
  .home section.evolution .s-section__body .container .wrapper .item__figure__caption__title {
    margin-top: 2.6666666667vw;
  }
}
@media print, screen and (min-width: 751px) {
  .home section.evolution .s-section__body .container .wrapper .item__figure__caption__title .title {
    font-size: 16px;
  }
}
@media screen and (max-width: 750px) {
  .home section.evolution .s-section__body .container .wrapper .item__figure__caption__title .title {
    font-size: 3.4666666667vw;
  }
}
@media print, screen and (min-width: 751px) {
  .home section.evolution .s-section__body .future__slider__navi .pagination {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .home section.evolution .s-section__body .future__slider__navi .pagination {
    margin: 2.6666666667vw 4vw 0 4vw;
    position: static;
    top: 0;
    bottom: 0;
    left: 0;
    display: flex;
  }
  .home section.evolution .s-section__body .future__slider__navi .pagination .swiper-pagination-bullet:before {
    display: none;
  }
  .home section.evolution .s-section__body .future__slider__navi .pagination .swiper-pagination-bullet {
    width: 1.6vw;
    height: 1.6vw;
    border-radius: 9999px;
    background-color: rgba(255, 255, 255, 0.3);
    opacity: 1;
  }
  .home section.evolution .s-section__body .future__slider__navi .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: white;
  }
}
@media print, screen and (min-width: 751px) {
  .home section.evolution .s-section__body > .link {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .home section.evolution .s-section__body > .link {
    margin: 10.6666666667vw 5.3333333333vw 0 5.3333333333vw;
  }
  .home section.evolution .s-section__body > .link .c-button {
    color: var(--color-text-white);
  }
}

.home section.supremeclass {
  position: relative;
}
@media print, screen and (min-width: 751px) {
  .home section.supremeclass {
    height: 450px;
  }
}
@media screen and (max-width: 750px) {
  .home section.supremeclass {
    height: 106.6666666667vw;
  }
}
.home section.supremeclass .bg {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.home section.supremeclass .bg .c-image {
  width: 100%;
  height: 100%;
}
.home section.supremeclass .bg .curtain {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, black 100%);
  opacity: 0.6;
}
.home section.supremeclass .fg {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home section.supremeclass .fg .content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media print, screen and (min-width: 751px) {
  .home section.supremeclass .fg .content .logo img {
    width: 87px;
    height: 101.8295454545px;
  }
}
@media screen and (max-width: 750px) {
  .home section.supremeclass .fg .content .logo img {
    width: 23.2vw;
    height: 27.1545454545vw;
  }
}
@media print, screen and (min-width: 751px) {
  .home section.supremeclass .fg .content .copy {
    margin-top: 21px;
  }
}
@media screen and (max-width: 750px) {
  .home section.supremeclass .fg .content .copy {
    margin-top: 7.2vw;
  }
}
.home section.supremeclass .fg .content .copy p {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  line-height: 1.2;
  color: var(--color-text-white);
}
@media print, screen and (min-width: 751px) {
  .home section.supremeclass .fg .content .copy p {
    font-size: 32px;
    letter-spacing: 2px;
  }
}
@media screen and (max-width: 750px) {
  .home section.supremeclass .fg .content .copy p {
    font-size: 5.3333333333vw;
    letter-spacing: 0.5333333333vw;
  }
}
@media print, screen and (min-width: 751px) {
  .home section.supremeclass .fg .content .link {
    margin-top: 43px;
  }
}
@media screen and (max-width: 750px) {
  .home section.supremeclass .fg .content .link {
    margin-top: 8vw;
  }
}
.home section.supremeclass .fg .content .link .c-button {
  border-color: var(--color-border2);
  color: var(--color-text-white);
}

@media print, screen and (min-width: 751px) {
  .c-pumpup {
    --pumpup-mobile-content-top: 0;
  }
}
@media screen and (max-width: 750px) {
  .c-pumpup {
    --pumpup-mobile-content-top: 21.3333333333vw;
  }
}
@media screen and (max-width: 750px) {
  .c-pumpup {
    height: 253.0666666667vw;
  }
}
.c-pumpup__header {
  color: var(--color-white);
  border-style: solid;
  border-color: var(--color-border1);
}
@media print, screen and (min-width: 751px) {
  .c-pumpup__header {
    padding-bottom: 40px;
    border-width: 0 0 1px 0;
  }
}
@media screen and (max-width: 750px) {
  .c-pumpup__header {
    padding-bottom: 5.3333333333vw;
    border-width: 0 0 0.2666666667vw 0;
  }
}
.c-pumpup__header .title {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 2px;
}
@media print, screen and (min-width: 751px) {
  .c-pumpup__header .title {
    font-size: 32px;
  }
}
@media screen and (max-width: 750px) {
  .c-pumpup__header .title {
    font-size: 5.8666666667vw;
  }
}
.c-pumpup__header .sub {
  font-family: "Lexend Giga", "Zen Old Mincho", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 3px;
}
@media print, screen and (min-width: 751px) {
  .c-pumpup__header .sub {
    font-size: 18px;
  }
}
@media screen and (max-width: 750px) {
  .c-pumpup__header .sub {
    font-size: 3.4666666667vw;
  }
}
@media print, screen and (min-width: 751px) {
  .c-pumpup__header .title + .sub {
    margin-top: 24px;
  }
}
@media screen and (max-width: 750px) {
  .c-pumpup__header .title + .sub {
    margin-top: 3.7333333333vw;
  }
}
.c-pumpup__body {
  color: var(--color-white);
}
@media print, screen and (min-width: 1441px) {
  .c-pumpup__body {
    gap: 77px;
  }
}
@media print, screen and (min-width: 751px) and (max-width: 1440px) {
  .c-pumpup__body {
    gap: 6.015625%;
  }
}
@media screen and (max-width: 750px) {
  .c-pumpup__body {
    gap: 10.6666666667vw;
    align-items: center;
  }
}
@media print, screen and (min-width: 1441px) {
  .c-pumpup__body .c-image__image {
    width: 600px;
    height: 600px;
  }
}
@media print, screen and (min-width: 751px) and (max-width: 1440px) {
  .c-pumpup__body .c-image__image {
    width: 46.875%;
    height: 46.875%;
  }
}
@media screen and (max-width: 750px) {
  .c-pumpup__body .c-image__image {
    width: 69.3333333333vw;
    height: 69.3333333333vw;
  }
}
.c-pumpup__body .c-image__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-pumpup__body .c-image__caption .title .sub {
  font-family: "Lexend Giga", "Zen Old Mincho", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 3px;
}
@media print, screen and (min-width: 751px) {
  .c-pumpup__body .c-image__caption .title .sub {
    font-size: 14px;
  }
}
@media screen and (max-width: 750px) {
  .c-pumpup__body .c-image__caption .title .sub {
    font-size: 3.2vw;
  }
}
.c-pumpup__body .c-image__caption .title .main {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 2px;
}
@media print, screen and (min-width: 751px) {
  .c-pumpup__body .c-image__caption .title .main {
    font-size: 34px;
  }
}
@media screen and (max-width: 750px) {
  .c-pumpup__body .c-image__caption .title .main {
    font-size: 6.4vw;
  }
}
@media print, screen and (min-width: 751px) {
  .c-pumpup__body .c-image__caption .title .sub + .main {
    margin-top: 20px;
  }
}
@media screen and (max-width: 750px) {
  .c-pumpup__body .c-image__caption .title .sub + .main {
    margin-top: 5.3333333333vw;
  }
}
.c-pumpup__body .c-image__caption .lead p {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  line-height: 1.8;
}
@media print, screen and (min-width: 751px) {
  .c-pumpup__body .c-image__caption .lead p {
    font-size: 16px;
  }
}
@media screen and (max-width: 750px) {
  .c-pumpup__body .c-image__caption .lead p {
    font-size: 4.2666666667vw;
  }
}
.c-pumpup__body .c-image__caption .sign .shoulder {
  color: var(--color-text-white);
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  line-height: 1.6;
}
@media print, screen and (min-width: 751px) {
  .c-pumpup__body .c-image__caption .sign .shoulder {
    font-size: 16px;
  }
}
@media screen and (max-width: 750px) {
  .c-pumpup__body .c-image__caption .sign .shoulder {
    font-size: 3.7333333333vw;
  }
}
.c-pumpup__body .c-image__caption .sign .name {
  color: var(--color-text-white);
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  line-height: 1.8;
}
@media print, screen and (min-width: 751px) {
  .c-pumpup__body .c-image__caption .sign .name {
    font-size: 34px;
  }
}
@media screen and (max-width: 750px) {
  .c-pumpup__body .c-image__caption .sign .name {
    font-size: 6.4vw;
  }
}
@media print, screen and (min-width: 751px) {
  .c-pumpup__body .c-image__caption .title + .lead,
  .c-pumpup__body .c-image__caption .title + .sign {
    margin-top: 40px;
  }
}
@media screen and (max-width: 750px) {
  .c-pumpup__body .c-image__caption .title + .lead,
  .c-pumpup__body .c-image__caption .title + .sign {
    margin-top: 4.2666666667vw;
  }
}
.c-pumpup__body .c-image__caption .link .c-button {
  color: var(--color-white);
  border-color: var(--color-border2);
}
@media screen and (max-width: 750px) {
  .c-pumpup__body .c-image__caption .link .c-button {
    width: 100%;
  }
}
@media print, screen and (min-width: 751px) {
  .c-pumpup__body .c-image__caption .lead + .link,
  .c-pumpup__body .c-image__caption .sign + .link {
    margin-top: 40px;
  }
}
@media screen and (max-width: 750px) {
  .c-pumpup__body .c-image__caption .lead + .link,
  .c-pumpup__body .c-image__caption .sign + .link {
    margin-top: 5.3333333333vw;
  }
}
@media print, screen and (min-width: 751px) {
  .c-pumpup__header + .c-pumpup__body {
    margin-top: 50px;
  }
}
@media screen and (max-width: 750px) {
  .c-pumpup__header + .c-pumpup__body {
    margin-top: 10.6666666667vw;
  }
}

.home .site-header {
  background-color: var(--color-bg-base-transparent);
}
.home .site-header > .inner .logo svg {
  fill: rgba(33, 33, 33, 0);
}
@media print, screen and (min-width: 751px) {
  .home .site-header > .inner .pc-navi ul li a {
    color: var(--color-text-white);
  }
}
@media screen and (max-width: 750px) {
  .home .site-header > .inner .pc-navi {
    display: none;
  }
  .home .site-header > .inner .sp-navi .sp-navi-button button .icon .bar {
    background-color: var(--color-bg-spnavi-button-bar-white);
  }
  .home .site-header > .inner .sp-navi.is-show .sp-navi-button button .icon .bar {
    background-color: var(--color-bg-spnavi-button-bar);
  }
}
.home .site-header.shrink > .inner .logo svg {
  fill: #212121;
}
@media print, screen and (min-width: 751px) {
  .home .site-header.shrink > .inner .pc-navi ul li a {
    color: var(--color-text-default);
  }
}
.home main#main.main {
  padding-top: 0px;
}
.home .c-sectionTitle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-style: solid;
  border-color: var(--color-border3);
}
.home .c-sectionTitle.c-sectionTitle--black {
  color: var(--color-white);
  border-color: var(--color-border1);
}
@media print, screen and (min-width: 751px) {
  .home .c-sectionTitle {
    padding-bottom: 40px;
    border-width: 0 0 1px 0;
  }
}
@media screen and (max-width: 750px) {
  .home .c-sectionTitle {
    padding-bottom: 5.3333333333vw;
    border-width: 0 0 0.2666666667vw 0;
  }
}
@media print, screen and (min-width: 1441px) {
  .home .c-sectionTitle.c-sectionTitle--outer {
    width: 1280px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media print, screen and (min-width: 751px) and (max-width: 1440px) {
  .home .c-sectionTitle.c-sectionTitle--outer {
    margin-left: 70px;
    margin-right: 70px;
    padding-bottom: 40px;
    border-width: 0 0 1px 0;
  }
}
@media screen and (max-width: 750px) {
  .home .c-sectionTitle.c-sectionTitle--outer {
    margin-left: 5.3333333333vw;
    margin-right: 5.3333333333vw;
  }
}
.home .c-sectionTitle .title {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
}
@media print, screen and (min-width: 751px) {
  .home .c-sectionTitle .title {
    line-height: 1.2;
    font-size: 32px;
    letter-spacing: 2px;
  }
}
@media screen and (max-width: 750px) {
  .home .c-sectionTitle .title {
    line-height: 1.4;
    font-size: 5.8666666667vw;
    letter-spacing: 0.5333333333vw;
  }
}
.home .c-sectionTitle .sub {
  font-family: "Lexend Giga", "Zen Old Mincho", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  line-height: 1;
}
@media print, screen and (min-width: 751px) {
  .home .c-sectionTitle .sub {
    margin-top: 24px;
    font-size: 20px;
    letter-spacing: 3px;
  }
}
@media screen and (max-width: 750px) {
  .home .c-sectionTitle .sub {
    margin-top: 3.7333333333vw;
    font-size: 3.4666666667vw;
    letter-spacing: 0.8vw;
  }
}