@charset "UTF-8";

/*
GENERAL STYLING
================================================ */
html {
  font-size: 100%;
  /* 16px */
  scroll-behavior: smooth;
  box-sizing: border-box;
}

@media (1100px <=width) {
  html {
    scroll-padding-top: 80px;
  }
}

body {
  position: relative;
  width: 100%;
  color: #040000;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.8;
  font-weight: 400;
  background-color: #ffffff;
  overflow-x: hidden;
}

/*
COMMON
================================================ */
main {
  width: 100%;
  z-index: 0;
}

/* セクション余白 */
.section {
  width: 100%;
  margin: 0 auto;
  padding-top: 80px;
  padding-bottom: 80px;
}

@media (600px <=width) {
  .section {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

@media (1100px <=width) {
  .section {
    padding-top: 160px;
    padding-bottom: 160px;
  }
}

/* コンテンツ幅 */
.container {
  margin: 0 auto;
  padding: 0.75rem;
  position: relative;
  width: 90%;
  max-width: calc(1000px + 1rem);
  background: linear-gradient(30deg, #9E80C3, #725595);
  border-radius: clamp(1rem, 4vw, 2.5rem);
  z-index: 10;
  box-shadow: 0 0 16px rgba(26, 26, 62, 0.3);
}

@media (600px <=width) {
  .container {
    width: 80%;
    padding: 1rem;
  }
}

@media (1100px <=width) {
  .container {
    border-radius: 2.5rem;
  }
}

.container-inner {
  padding: 3rem 1.5rem;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-radius: clamp(0.75rem, 4vw - 0.75rem, 1.75rem);
}

@media (600px <=width) {
  .container-inner {
    padding: 3rem 3rem;
    border-radius: clamp(1rem, 4vw - 1rem, 1.5rem);
  }
}

@media (1100px <=width) {
  .container-inner {
    padding: 5rem 7.5rem;
    border-radius: 1.5rem;
  }
}

/* セクション見出し */
.ttl {
  position: relative;
  margin: 0 auto 40px;
  width: clamp(200px, 60vw, 800px);
  display: block;
  transform: skewX(-20deg);
  z-index: 10;
  background: linear-gradient(0deg, #2652A3, #07386E);
}

@media (600px <=width) {
  .ttl {
    margin: 0 auto 60px;
  }
}

@media (1100px <=width) {
  .ttl {
    margin: 0 auto 80px;
  }
}

.ttl::before,
.ttl::after {
  content: "";
  position: absolute;
  top: 0;
  width: 1rem;
  height: clamp(4rem, 4vw + 2.5rem, 5.5rem);
  background: linear-gradient(0deg, #2652A3, #07386E);
}

@media (600px <=width) {

  .ttl::before,
  .ttl::after {
    height: clamp(4rem, 4vw + 2.5rem, 5.5rem);
  }
}

@media (1100px <=width) {

  .ttl::before,
  .ttl::after {
    height: clamp(4.5rem, 4vw + 3rem, 6rem);
  }
}

.ttl::before {
  left: -2rem;
}

.ttl::after {
  right: -2rem;
}

.ttl-text {
  width: 100%;
  padding: 1.25rem 1rem;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  font-size: clamp(1.5rem, 4vw, 3rem);
  transform: skewX(20deg);
  line-height: 1;
  letter-spacing: 0.1em;
  text-shadow: 0 0 4px rgba(26, 26, 62, 0.8);
}

@media (600px <=width) {
  .ttl-text {
    padding: 1.25rem 1rem;
  }
}

@media (1100px <=width) {
  .ttl-text {
    padding: 1.5rem 1rem;
  }
}

/* コンテンツ見出し */
.container-ttl {
  margin: 0 auto 1.5rem;
  width: 90%;
  display: block;
  transform: skewX(-20deg);
  background-color: rgba(54, 107, 204, 0.2);
}

@media (600px <=width) {
  .container-ttl {
    width: 100%;
    margin: 0 auto 1.5rem;
  }
}

@media (1100px <=width) {
  .container-ttl {
    margin: 0 auto 2rem;
  }
}

.container-ttl-text {
  width: 100%;
  padding: 1rem 0.5rem;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 900;
  text-align: center;
  font-size: clamp(1.25rem, 3.5vw, 2.5rem);
  transform: skewX(20deg);
  line-height: 1;
  letter-spacing: 0.1em;
  background: linear-gradient(0deg, #366BCC, #13429A);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (600px <=width) {
  .container-ttl-text {
    padding: 1.25rem 1rem;
  }
}

@media (1100px <=width) {
  .container-ttl-text {
    padding: 1.5rem 1rem;
  }
}

/* リスト表示 */
.list-ttl {
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
  font-weight: 800;
}

.list-wrap {
  margin-bottom: 1.5rem;
  margin-left: 0.1rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.5rem;
}

.list-wrap-inner {
  position: relative;
  margin-left: 1.5rem;
  display: inline;
  line-height: 1.7;
}

.list-wrap-inner::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: -1rem;
  top: 0.7rem;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #040000;
}

.list-wrap-nocircle {
  line-height: 1.8;
}

/*
固定背景
================================================ */
.bg-fixed {
  position: relative;
}

.bg-fixed::before {
  position: fixed;
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100svh;
  background-image: url(../images/bg-fixed.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  mix-blend-mode: overlay;
  opacity: 0.9;
  z-index: 3;
}

/*
画像保存禁止
================================================ */
.no-copy {
  /* PCの右クリック禁止 */
  pointer-events: stroke;
  user-select: text;
  /* テキストの選択を許可 */
  /* SPの長押し禁止 */
  -webkit-touch-callout: none;
  -webkit-user-select: text;
  -moz-touch-callout: none;
  -moz-user-select: text;
}

/* 画像を印刷させない */
@media print {
  body {
    display: none;
  }
}

header {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 1000;
}

header .header-logo {
  position: absolute;
  top: 0;
  left: 0;
}

header .header-logo-link {
  display: block;
  width: 100%;
  height: auto;
  transition: all 0.3s ease-in-out;
}

header .header-logo-link:hover {
  opacity: 0.8;
}

header .header-logo-link>img {
  width: clamp(100px, 20vw, 230px);
  height: auto;
}

/* =================================
キービジュアル
==================================== */
.kv {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 10;
}

.kv__img {
  margin: 0 auto;
  width: 100%;
  height: auto;
}

.kv__img>img {
  width: 100%;
  height: auto;
}

/* =================================
リード文
==================================== */
.lead {
  position: relative;
  padding-bottom: 40px;
  background: linear-gradient(180deg, #2652A3, #07386E);
}

@media (600px <=width) {
  .lead {
    padding-bottom: 60px;
  }
}

@media (1100px <=width) {
  .lead {
    padding-bottom: 80px;
  }
}

.lead__ttl {
  width: 90%;
  margin: 0 auto 40px;
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.5rem;
  z-index: 5;
}

@media (600px <=width) {
  .lead__ttl {
    margin: 0 auto 60px;
  }
}

@media (1100px <=width) {
  .lead__ttl {
    margin: 0 auto 100px;
  }
}

.lead__ttl-text {
  position: relative;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 900;
  font-size: clamp(2rem, 4vw, 3.5rem);
  color: #F5d039;
  text-shadow: 0 0 4px rgba(26, 26, 62, 0.8);
  text-align: center;
  line-height: 1.6;
  word-break: keep-all;
  z-index: 10;
}

.lead__ttl-text.date {
  font-size: clamp(1.6rem, 7vw, 6.25rem);
}

.lead__ttl-text.add {
  font-size: clamp(1.125rem, 4vw, 3.5rem);
}

.lead__content {
  margin: 0 auto;
  position: relative;
  display: grid;
  width: 80%;
  max-width: 860px;
  grid-template-columns: 1fr;
  gap: 2rem;
  z-index: 5;
}

@media (600px <=width) {
  .lead__content {
    gap: 2rem;
  }
}

@media (1100px <=width) {
  .lead__content {
    gap: 3rem;
  }
}

.lead__content-text {
  color: #ffffff;
  text-align: center;
  font-size: clamp(1rem, 1.8vw, 1.125rem);
}

/* =================================
配信情報
==================================== */
.video {
  position: relative;
  padding-top: 160px;
  background: linear-gradient(-90deg, #f3acc6, #a4c8f3);
  z-index: auto;
}

@media (600px <=width) {
  .video {
    padding-top: 240px;
  }
}

@media (1100px <=width) {
  .video {
    padding-top: 320px;
  }
}

.video::before {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 80px;
  background-color: #07386E;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 80px), 50% 100%, 0% calc(100% - 80px));
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 80px), 50% 100%, 0% calc(100% - 80px));
  z-index: 2;
}

@media (600px <=width) {
  .video::before {
    height: 120px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 120px), 50% 100%, 0% calc(100% - 120px));
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 120px), 50% 100%, 0% calc(100% - 120px));
  }
}

@media (1100px <=width) {
  .video::before {
    height: 160px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 160px), 50% 100%, 0% calc(100% - 160px));
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 160px), 50% 100%, 0% calc(100% - 160px));
  }
}

.video__bg {
  position: relative;
  width: 100%;
}

.video__bg::before {
  content: "";
  position: absolute;
  top: -160px;
  width: 100%;
  height: 100vh;
  background-image: url(../images/bg-flame-gradation.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 1;
}

@media (600px <=width) {
  .video__bg::before {
    top: -240px;
  }
}

@media (1100px <=width) {
  .video__bg::before {
    top: -320px;
  }
}

.video__ttl {
  position: relative;
  z-index: 10;
}

.video__wrap-ttl {
  margin: 0 auto 40px;
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  z-index: 10;
}

@media (1100px <=width) {
  .video__wrap-ttl {
    margin: 0 auto 60px;
  }
}

.video__wrap-ttl-text {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 900;
  font-size: clamp(1rem, 3vw, 1.85rem);
  color: #2652A3;
  text-align: center;
  line-height: 1;
}

.video__wrap-ttl-text.date {
  font-size: clamp(1.5rem, 5vw, 3rem);
}

.video__wrap-box {
  margin: 0 auto 40px;
  position: relative;
  display: grid;
  place-items: center;
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
  z-index: 10;
}

.video__wrap-box>iframe {
  width: 100% !important;
  height: 100% !important;
}

.video__wrap-text {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  font-size: clamp(1rem, 2.4vw, 1.5rem);
  color: #C21F27;
}

/* =================================
出演者紹介
==================================== */
.cast__bg1 {
  background: linear-gradient(0deg, #f3acc6, #a4c8f3);
}

.guest.container {
  background: linear-gradient(30deg, #366BCC, #13429A);
}

.cast__wrap-text {
  text-align: center;
  margin-bottom: 20px;
  font-size: clamp(1rem, 1.5vw, 1.5rem);
}

@media (600px <=width) {
  .cast__wrap-text {
    margin-bottom: 30px;
  }
}

@media (1100px <=width) {
  .cast__wrap-text {
    margin-bottom: 40px;
  }
}

.player {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

@media (600px <=width) {
  .player {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
}

@media (1100px <=width) {
  .player {
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
  }
}

.player__box {
  width: 100%;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 0;
}

.player__image {
  margin: 0 auto;
  width: 80%;
  display: grid;
  place-items: center;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #366BCC;
  z-index: 20;
}

@media (600px <=width) {
  .player__image {
    width: 90%;
  }
}

.player__image-inner {
  width: 90%;
  height: auto;
  object-fit: contain;
}

.player__info {
  margin-top: -1rem;
  padding: 2rem 1.25rem 2.5rem;
  width: 100%;
  background: linear-gradient(180deg, #366BCC, #13429A);
  border-radius: 1rem;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto auto 1fr auto;
  gap: 0.5rem;
  place-content: start stretch;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}

@media (600px <=width) {
  .player__info {
    padding: 1.5rem 1.5rem 2rem;
  }
}

@media (1100px <=width) {
  .player__info {
    padding: 2rem 2.4rem 2.5rem;
  }
}

.player__name {
  position: relative;
  word-break: break-all;
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
}

@media (1100px <=width) {
  .player__name {
    font-size: 1.5rem;
  }
}

.player__comment-ttl {
  margin: 0.6rem auto 0;
  padding: 0.25rem 0;
  width: 96%;
  align-self: start;
  border-radius: 0.25rem;
  background-color: rgba(255, 255, 255, 0.7);
  color: #2652A3;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-shadow: none;
}

.guest .player__name {
  letter-spacing: 0.05em;
}

.battle-image {
  position: relative;
  margin: -90px 0 -120px;
  width: 100%;
  z-index: 100;
}

@media (600px <=width) {
  .battle-image {
    margin: -7vw 0 -10vw;
  }
}

.battle-image-inner {
  display: block;
  width: 100%;
  height: auto;
  min-height: 360px;
  object-fit: cover;
}

.big-four.container {
  background: linear-gradient(30deg, #DD4058, #B20D26);
}

.big-four .container-ttl {
  background-color: rgba(221, 64, 88, 0.2);
}

.big-four .container-ttl-text {
  background: linear-gradient(0deg, #DD4058, #B20D26);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.big-four .player__image {
  background-color: #DD4058;
}

.big-four .player__info {
  max-width: 100%;
  background: linear-gradient(180deg, #DD4058, #B20D26);
}

.big-four .player__comment-award {
  color: #F5d039;
  text-shadow: 0 0 0px rgba(0, 0, 0, 0.1);
  letter-spacing: -0.06em;
  line-height: 1.4;
}

.cast__bg2 {
  background: linear-gradient(0deg, #366BCC, #13429A);
}

.cast__bg2>.container {
  background: linear-gradient(0deg, #F5d039, #ead582);
}

.cast__bg2 .container-ttl {
  background-color: rgba(245, 208, 57, 0.5);
}

.cast__bg2 .player.mc {
  margin-bottom: 3rem;
}

@media (600px <=width) {
  .cast__bg2 .player.mc {
    margin-bottom: 3rem;
  }
}

@media (1100px <=width) {
  .cast__bg2 .player.mc {
    margin-bottom: 4rem;
  }
}

.cast__bg2 .player__image {
  margin-bottom: 1rem;
  background-color: #F5d039;
}

.cast__bg2 .player__name {
  margin-bottom: 0;
}

/* モーダル表示 */

/**************************\
  Basic Modal Styles
\**************************/
.modal {
  display: none;
}

.modal.is-open {
  display: block;
}

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.modal__container {
  background-color: none;
  padding: 0rem 1rem;
  width: 90%;
  max-width: 1600px;
  max-height: 100vh;
  border-radius: 4px;
  overflow-y: auto;
  box-sizing: border-box;
}

@media (600px <=width) {
  .modal__container {
    padding: 0rem 4rem;
  }
}

.modal__header {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.modal__close {
  background-color: rgb(255,255,255,0.6);
  border-radius: 50%;
  width: 1.5rem;
  height: 1.5rem;
  display: grid;
  place-items: center;
  border: 0;
  line-height: 1;
}

.modal__header .modal__close:before {
  content: "\2715";
  line-height: 1;
  font-size: 0.85rem;
}

.modal__content {
  margin: 0.5rem auto;
  line-height: 1.5;
  color: rgba(0, 0, 0, .8);
}

.modal__content>img {
  margin: 0 auto;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
}

.modal__title {
  margin: 0 auto;
  font-size: 0.875rem;
  text-align: center;
  color: #040000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}

.modal__title.guest-color {
  color: #13429A;
}

.modal__title.big-four-color {
  color: #B20D26;
}

.modal__btn {
  width: 90%;
  margin: 1rem auto 0;
  padding: 1rem 1rem;
  align-self: end;
  background-color: #F5d039;
  border-radius: 5rem;
  color: #040000;
  font-size: 0.875rem;
  line-height: 1.0;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  appearance: button;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform .25s ease-out;
  transition: transform .25s ease-out;
  transition: transform .25s ease-out, -webkit-transform .25s ease-out;
}

.modal__btn:focus,
.modal__btn:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}


/**************************\
  Demo Animation Style
\**************************/
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes mmfadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }

  to {
    transform: translateY(0);
  }
}

@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(-10%);
  }
}

.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden="false"] .modal__overlay {
  animation: mmfadeIn .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.micromodal-slide[aria-hidden="false"] .modal__container {
  animation: mmslideIn .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__overlay {
  animation: mmfadeOut .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__container {
  animation: mmslideOut .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}


/* =================================
ルール説明
==================================== */
.rules {
  background: linear-gradient(-90deg, #f3acc6, #a4c8f3);
}

.rules__wrap.container {
  background: linear-gradient(30deg, #9E80C3, #725595);
}

.rules .container-ttl {
  background-color: rgba(158, 128, 195, 0.2);
}

.rules__logo {
  position: relative;
  margin: 0 auto 40px;
  width: 86%;
  max-width: 980px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  z-index: 10;
}

@media (600px <=width) {
  .rules__logo {
    margin: 0 auto 60px;
    width: 80%;
    gap: 5rem;
  }
}

@media (1100px <=width) {
  .rules__logo {
    margin: 0 auto 80px;
    gap: 8.5rem;
  }
}

.rules__logo-list {
  width: 100%;
}

.rules__logo-list-inner {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
}

.rules__description {
  margin: 0 auto 2rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

@media (600px <=width) {
  .rules__description {
    margin: 0 1rem 2rem;
  }
}

@media (1100px <=width) {
  .rules__description {
    margin: 0 1rem 3rem;
  }
}

.rules__list {
  margin: 0 auto 2rem;
}

@media (600px <=width) {
  .rules__list {
    margin: 0 1rem 2rem;
  }
}

@media (1100px <=width) {
  .rules__list {
    margin: 0 1rem 3rem;
  }
}

.rules__link {
  color: #C21F27;
  transition: all 0.3s ease-in-out;
}

.rules__link:hover {
  color: rgba(194, 31, 39, 0.6);
}

/* =================================
キャンペーン紹介
==================================== */
.campaign {
  background: linear-gradient(-90deg, #F5d039, #ead582);
}

.campaign__ttl {
  width: clamp(200px, 70vw, 800px);
  word-break: keep-all;
}

.campaign__ttl::before,
.campaign__ttl::after {
  height: clamp(5.5rem, 8vw + 2.5rem, 8.5rem);
}

@media (600px <=width) {

  .campaign__ttl::before,
  .campaign__ttl::after {
    height: clamp(4rem, 4vw + 2.5rem, 5.5rem);
  }
}

@media (1100px <=width) {

  .campaign__ttl::before,
  .campaign__ttl::after {
    height: clamp(4.5rem, 4vw + 3rem, 6rem);
  }
}

.campaign__ttl .ttl-text {
  letter-spacing: -0.01em;
}

.campaign__head {
  margin-bottom: 40px;
}

@media (600px <=width) {
  .campaign__head {
    margin-bottom: 60px;
  }
}

@media (1100px <=width) {
  .campaign__head {
    margin-bottom: 80px;
  }
}

.campaign__wrap.container {
  background: linear-gradient(30deg, #366BCC, #13429A);
}

.campaign .container-ttl {
  background-color: rgba(54, 107, 204, 0.2);
}

.campaign .container-ttl-text {
  line-height: 1.3;
}

.campaign .container-ttl-text-inner {
  font-size: clamp(1.125rem, 2.5vw, 2rem);
}

.campaign__lead {
  margin: 0 auto 2rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
}

@media (600px <=width) {
  .campaign__lead {
    margin: 0 auto 2rem;
  }
}

@media (1100px <=width) {
  .campaign__lead {
    margin: 0 auto 3rem;
  }
}

.campaign__lead-inner {
  position: relative;
  font-size: clamp(1rem, 1.75vw, 1.5rem);
  font-weight: 700;
  text-align: center;
  line-height: 1.6;
  color: #2652A3;
  word-break: keep-all;
}

.campaign__lead-inner.big {
  font-size: clamp(1.25rem, 2.18vw, 1.875rem);
  font-weight: 900;
}

.campaign__gift {
  margin: 0 auto 2rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 4rem;
}

@media (600px <=width) {
  .campaign__gift {
    margin: 0 auto 3rem;
  }
}

@media (1100px <=width) {
  .campaign__gift {
    margin: 0 auto 4rem;
  }
}

.campaign__gift-box {
  margin: 0 auto;
  width: 100%;
  max-width: 670px;
}

.campaign__gift-box-inner {
  margin-bottom: 1rem;
  width: 100%;
  object-fit: contain;
  object-position: center;
}

.campaign__gift-box-caption {
  position: relative;
  text-align: center;
  word-break: keep-all;
}

.campaign__list>.list-ttl {
  color: #2652A3;
}

/* =================================
フッター
==================================== */
.footer {
  position: relative;
  padding: 60px 0;
  width: 100%;
  margin: 0 auto;
  background-color: #000;
  color: #ffffff;
  z-index: 10;
}

/* トップに戻る */
.page-top {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  padding: 1em 0;
  width: 200px;
  height: 48px;
  background-color: #000;
  border-radius: 1em 1em 0 0;
}

.page-top-inner {
  display: block;
  width: 100%;
  height: 100%;
  color: #ffffff;
  text-align: center;
  line-height: 1;
  transition: all 0.3s ease-in-out;
}

.page-top-inner:hover {
  color: #ccc;
}

/* SNSリンク */
.share {
  margin: 0 auto 80px;
}

.share-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}

@media (600px <=width) {
  .share-list {
    flex-direction: row;
  }
}

@media (1100px <=width) {
  .share-list {
    flex-direction: row;
  }
}

.share-list>li>a {
  display: block;
  width: 200px;
  height: 50px;
  padding: 1em;
  border: 1px solid #ffffff;
  border-radius: 3rem;
  color: #ffffff;
  line-height: 1;
  text-align: center;
}

.share-list>li>a>img {
  height: 1em;
}

/* フッターインナー */
.footer-inner {
  max-width: 1280px;
  margin: 0 5%;
}

.trainer-web {
  line-height: 1.7;
  margin-bottom: 25px;
}

.trainer-web-inner {
  max-width: 400px;
  display: block;
}

.trainer-web-inner>img {
  width: 100%;
  height: auto;
}

.copyright {
  margin-bottom: 18px;
  font-size: 11px;
  color: #ccc;
}

.note {
  font-size: 11px;
  color: #ccc;
}

.note>a {
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}

.note>a:hover {
  text-decoration: none;
}

/*footer
  ----------------------------------------*/
/*# sourceMappingURL=style.css.map */

.border-b-red {
  border-bottom: 1px solid #C21F27;
}