@charset "UTF-8";
/* ---------------------------------------------------
mixin
---------------------------------------------------- */
/*-------------------------------------------
チケット先行販売/チケット割引
-------------------------------------------*/
.c-table-ticket {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .c-table-ticket {
    margin-bottom: 10px;
  }
}
.c-table-ticket tr > * {
  background: #000;
  border: #fff solid 1px;
  vertical-align: middle;
  color: #fff;
  font-size: clamp(1.4rem, 0.97vw, 1.6rem);
  text-align: center;
  padding: 15px 10px;
}
@media screen and (max-width: 1024px) {
  .c-table-ticket tr > * {
    padding: 15px 5px;
  }
}
@media screen and (max-width: 768px) {
  .c-table-ticket tr > * {
    font-size: clamp(1.2rem, 3.3vw, 1.3rem);
    padding: 5px 10px;
  }
}
.c-table-ticket tr > *:empty {
  background-image: linear-gradient(to left top, transparent calc(50% - 1px), #fff 50%, #fff calc(50% + 1px), transparent calc(50% + 2px));
}
.c-table-ticket thead tr th {
  font-size: clamp(2rem, 1.6vw, 2.4rem);
  font-family: "Inter", sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .c-table-ticket thead tr th {
    font-size: clamp(1.5rem, 4.6vw, 1.8rem);
  }
}
.c-table-ticket thead tr th span {
  font-size: clamp(1.4rem, 0.97vw, 1.6rem);
  font-family: "ryo-gothic-plusn", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .c-table-ticket thead tr th span {
    font-size: clamp(1.2rem, 3.5vw, 1.4rem);
  }
}
.c-table-ticket tbody tr th {
  width: 22%;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .c-table-ticket tbody tr th {
    width: 18%;
  }
}
.c-table-ticket tbody tr td {
  width: 13%;
  font-size: clamp(1.8rem, 1.52vw, 2.2rem);
  font-family: "Inter", sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
  .c-table-ticket tbody tr td {
    width: 13.6666666667%;
  }
}
@media screen and (max-width: 768px) {
  .c-table-ticket tbody tr td {
    font-size: clamp(1.5rem, 4.6vw, 1.8rem);
    min-width: 100px;
  }
}
.c-table-ticket tbody tr td .u-sale {
  background: var(--gray3);
  border-radius: 30px;
  color: var(--blk1);
  font-size: clamp(1.6rem, 1.25vw, 1.8rem);
  font-weight: 600;
  padding: 10px;
  margin: 0 5px;
}
@media screen and (max-width: 768px) {
  .c-table-ticket tbody tr td .u-sale {
    font-size: clamp(1.2rem, 3.5vw, 1.4rem);
    margin: 5px 0;
  }
}
.c-table-ticket tbody tr td p {
  color: var(--blk1);
  letter-spacing: 0;
}
.c-table-ticket tbody tr td p + p {
  margin-top: 5px;
}
.c-table-ticket tbody tr td .u-times {
  font-size: clamp(1.6rem, 1.25vw, 1.8rem);
  font-family: "ryo-gothic-plusn", sans-serif;
  margin-left: 3px;
}
@media screen and (max-width: 768px) {
  .c-table-ticket tbody tr td .u-times {
    font-size: clamp(1.2rem, 3.5vw, 1.4rem);
  }
}
.c-table-ticket tbody tr td.black {
  background: var(--blk1);
}
.c-table-ticket tbody tr td.black p {
  color: #fff;
}
.c-table-ticket tbody tr td.white {
  background: #fff;
}
.c-table-ticket tbody tr td.junior {
  background: var(--gray2);
}

.c-btn-ticket > p {
  text-align: center;
}
.c-btn-ticket > p:last-child .c-button--black {
  margin-bottom: 0;
}

.c-ticket02-wrap {
  margin: 40px 0 20px;
}
@media screen and (max-width: 1024px) {
  .c-ticket02-wrap {
    margin: 40px 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .c-ticket02-wrap {
    margin: 30px 0 10px;
  }
}

.c-table-ticket02 {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.c-table-ticket02 tr {
  border-bottom: var(--blk1) 1px solid;
}
.c-table-ticket02 tr > * {
  color: var(--blk1);
  font-family: "Inter", sans-serif;
  font-weight: 900;
  text-align: center;
  vertical-align: middle;
  padding: 20px 10px;
}
@media screen and (max-width: 1024px) {
  .c-table-ticket02 tr > * {
    padding: 15px 5px;
  }
}
@media screen and (max-width: 768px) {
  .c-table-ticket02 tr > * {
    padding: 10px 5px;
  }
}
.c-table-ticket02 thead tr > th {
  font-size: clamp(3rem, 2.22vw, 3.2rem);
  line-height: 1;
  padding: 5px;
}
@media screen and (max-width: 1024px) {
  .c-table-ticket02 thead tr > th {
    font-size: clamp(2.4rem, 2.53vw, 2.6rem);
  }
}
@media screen and (max-width: 768px) {
  .c-table-ticket02 thead tr > th {
    font-size: clamp(1.4rem, 4.1vw, 1.6rem);
  }
}
.c-table-ticket02 thead tr > th > div {
  padding: 15px 10px;
}
.c-table-ticket02 thead tr > th.black > div {
  color: #fff;
  background: var(--blk1);
}
.c-table-ticket02 thead tr > th.white > div {
  background: #fff;
}
.c-table-ticket02 thead tr > th.junior > div {
  background: var(--gray1);
}
.c-table-ticket02 tbody tr > th {
  width: 18%;
  font-family: "ryo-gothic-plusn", sans-serif;
  font-size: clamp(1.2rem, 0.97vw, 1.4rem);
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .c-table-ticket02 tbody tr > th {
    font-size: clamp(1.1rem, 1.26vw, 1.3rem);
  }
}
@media screen and (max-width: 768px) {
  .c-table-ticket02 tbody tr > th {
    width: 100%;
  }
}
.c-table-ticket02 tbody tr > td {
  position: relative;
  width: 27.3333333333%;
  font-family: "Inter", sans-serif;
  font-size: clamp(1.6rem, 1.25vw, 1.8rem);
  line-height: 1.2;
}
@media screen and (max-width: 1024px) {
  .c-table-ticket02 tbody tr > td {
    font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  }
}
@media screen and (max-width: 768px) {
  .c-table-ticket02 tbody tr > td {
    width: 16.6666666667%;
    font-size: clamp(0.9rem, 2.82vw, 1.1rem);
  }
}
.c-table-ticket02 tbody tr > td b, .c-table-ticket02 tbody tr > td i {
  display: inline-block;
  font-weight: 900;
}
.c-table-ticket02 tbody tr > td b {
  font-size: clamp(3.4rem, 2.5vw, 3.6rem);
  margin-inline: 0.05em;
}
@media screen and (max-width: 1024px) {
  .c-table-ticket02 tbody tr > td b {
    font-size: clamp(2.8rem, 2.9vw, 3rem);
  }
}
@media screen and (max-width: 768px) {
  .c-table-ticket02 tbody tr > td b {
    font-size: clamp(1.8rem, 5.12vw, 2rem);
  }
}
.c-table-ticket02 tbody tr > td i {
  font-style: normal;
  line-height: 1.3;
  font-size: clamp(1.3rem, 2.9296875vw, 3.4rem);
  position: relative;
}
.c-table-ticket02 tbody tr > td:before {
  position: absolute;
  display: inline-block;
  content: "";
  top: 15%;
  left: 0;
  width: 2px;
  height: 70%;
  border-left: var(--gray2) 2px dotted;
}
.c-table-ticket02 tbody tr > td:first-of-type:before {
  border-left: var(--gray2) 2px solid;
}
@media screen and (max-width: 768px) {
  .c-table-ticket02 tbody tr > td:first-of-type:before {
    border-left: none;
  }
}
@media screen and (max-width: 768px) {
  .c-table-ticket02 tbody tr.forSPSE {
    display: table-row !important;
    border-bottom: var(--gray2) 1px dotted;
  }
}
.c-table-ticket02 tbody tr.forSPSE > th {
  text-align: center;
}

/*-------------------------------------------
入会特典グッズ
-------------------------------------------*/
.c-title__h3-blk,
.c-title__h3-wht,
.c-title__h3-gry {
  background: var(--blk1);
  border-radius: 5px;
  color: #fff;
  font-size: clamp(1.6rem, 1.25vw, 1.8rem);
  font-weight: 700;
  text-align: center;
  line-height: 1;
  padding: 10px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .c-title__h3-blk,
  .c-title__h3-wht,
  .c-title__h3-gry {
    font-size: clamp(1.3rem, 3.5vw, 1.4rem);
    text-align: left;
    margin-bottom: 30px;
  }
}

.c-title__h3-blk {
  background: var(--blk1);
  color: #fff;
}

.c-title__h3-wht {
  background: #fff;
  color: var(--blk1);
  border: 1px solid var(--blk1);
}

.c-title__h3-gry {
  background: var(--gray2);
  color: #fff;
}

.c-goodslistFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
.c-goodslistFlex li {
  position: relative;
  width: calc((100% - 20px) / 2);
}
.c-goodslistFlex li:nth-child(1):after {
  position: absolute;
  content: "";
  display: inline-block;
  top: 80px;
  right: -10px;
  width: 1px;
  height: 100%;
  background: linear-gradient(to bottom, var(--gray2) 2px, transparent 2px) repeat-y left top/2px 4px;
}
.c-goodslistFlex li .c-goodsbox {
  width: calc((100% - 120px) / 2);
}
@media screen and (max-width: 1024px) {
  .c-goodslistFlex li .c-goodsbox {
    width: calc((100% - 120px) / 2);
    margin-right: 40px;
  }
}
@media screen and (max-width: 768px) {
  .c-goodslistFlex li .c-goodsbox {
    width: calc((100% - 30px) / 1);
    margin-right: 30px;
  }
}

.c-goodslist01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-goodslist01 .c-goodsbox {
  position: relative;
  width: calc((100% - 240px) / 4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 10px;
  margin-right: 80px;
}
@media screen and (max-width: 1024px) {
  .c-goodslist01 .c-goodsbox {
    width: calc((100% - 120px) / 4);
    margin-right: 40px;
  }
}
@media screen and (max-width: 768px) {
  .c-goodslist01 .c-goodsbox {
    width: calc((100% - 30px) / 2);
    margin-right: 30px;
  }
}
.c-goodslist01 .c-goodsbox:after {
  position: absolute;
  content: "";
  display: inline-block;
  top: 0;
  right: -40px;
  width: 1px;
  height: 100%;
  background: linear-gradient(to bottom, var(--gray2) 2px, transparent 2px) repeat-y left top/2px 4px;
}
@media screen and (max-width: 1024px) {
  .c-goodslist01 .c-goodsbox:after {
    right: -20px;
  }
}
@media screen and (max-width: 768px) {
  .c-goodslist01 .c-goodsbox:after {
    right: -15px;
  }
}
@media screen and (max-width: 768px) {
  .c-goodslist01 .c-goodsbox:nth-child(2), .c-goodslist01 .c-goodsbox:nth-child(3) {
    margin-right: 0;
  }
  .c-goodslist01 .c-goodsbox:nth-child(2):after, .c-goodslist01 .c-goodsbox:nth-child(3):after {
    display: none;
  }
}
.c-goodslist01 .c-goodsbox:nth-child(5n), .c-goodslist01 .c-goodsbox:last-child {
  margin-right: 0;
}
.c-goodslist01 .c-goodsbox:nth-child(5n):after, .c-goodslist01 .c-goodsbox:last-child:after {
  display: none;
}
.c-goodslist01 .c-goodsbox .c-ttl {
  min-height: 3em;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .c-goodslist01 .c-goodsbox .c-ttl {
    text-align: left;
  }
}
.c-goodslist01 .c-goodsbox .c-ttl i {
  display: inline-block;
  margin-bottom: 10px;
}
.c-goodslist01 .c-goodsbox .c-ttl i + i {
  margin-left: 0.7em;
}
.c-goodslist01 .c-goodsbox .c-ttl i:before {
  display: inline-block;
  border-radius: 30px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  font-style: normal;
  padding: 5px 10px;
}
.c-goodslist01 .c-goodsbox .c-ttl i.blk:before {
  background: var(--blk1);
  content: "BLACK";
}
.c-goodslist01 .c-goodsbox .c-ttl i.wht:before {
  background: #fff;
  border: 1px solid var(--blk1);
  color: var(--blk1);
  content: "WHITE";
}
.c-goodslist01 .c-goodsbox .c-ttl i.jnr:before {
  background: var(--gray2);
  content: "JUNIOR";
}
.c-goodslist01 .c-goodsbox .c-ttl b {
  display: block;
}
.c-goodslist01 .c-goodsbox .c-img {
  overflow: hidden;
}
.c-goodslist01 .c-goodsbox .c-img > img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-goodslist01 .c-goodsbox .c-img, .c-goodslist01 .c-goodsbox .c-txt {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .c-goodslist01 .c-goodsbox .c-img, .c-goodslist01 .c-goodsbox .c-txt {
    margin-bottom: 20px;
  }
}
.c-goodslist01 .c-goodsbox .c-btn {
  margin-top: auto;
  text-align: center;
}
.c-goodslist01 .c-goodsbox .c-btn > a {
  background: #fff;
  display: inline-block;
  border: var(--blk1) 1px solid;
  border-radius: 30px;
  text-align: center;
  font-weight: 700;
  padding: 10px 20px;
}
.c-goodslist01 .c-goodsbox:hover .c-img > img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.c-goodslist01 .c-goodsbox:hover .c-btn > a {
  background: var(--blk1);
  color: #fff;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .c-goodslist01 .c-border {
    position: relative;
    width: 100%;
    height: 2px;
    margin: 30px 0;
  }
  .c-goodslist01 .c-border:before {
    position: absolute;
    content: "";
    display: inline-block;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, var(--gray2) 2px, transparent 2px) repeat-x left bottom/4px 1px;
  }
}
.c-goodslist01 + .c-goodslist01 {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .c-goodslist01 + .c-goodslist01 {
    margin-top: 0;
  }
}

#goodsDetail {
  background: var(--gray3);
  padding: 60px 0;
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  #goodsDetail {
    padding: 50px 0;
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  #goodsDetail {
    margin-top: 20px;
  }
}
#goodsDetail .c-title__h3 {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  #goodsDetail .c-title__h3 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  #goodsDetail .c-title__h3 {
    margin-bottom: 20px;
  }
}

.c-goodslist02-wrap {
  max-width: 1094px;
  margin: 0 auto;
}
@media screen and (max-width: 1094px) {
  .c-goodslist02-wrap {
    max-width: 100%;
  }
}
.c-goodslist02-wrap .c-goodslist02 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 35px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .c-goodslist02-wrap .c-goodslist02 {
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .c-goodslist02-wrap .c-goodslist02 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.c-goodslist02-wrap .c-goodslist02 .c-goodsbox {
  display: block;
  background: #fff;
  border-radius: 10px;
  padding: 35px;
}
@media screen and (max-width: 1024px) {
  .c-goodslist02-wrap .c-goodslist02 .c-goodsbox {
    padding: 30px;
  }
}
.c-goodslist02-wrap .c-goodslist02 .c-goodsbox .c-ttl {
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
}
.c-goodslist02-wrap .c-goodslist02 .c-goodsbox .c-ttl i {
  display: inline-block;
  margin-bottom: 15px;
}
.c-goodslist02-wrap .c-goodslist02 .c-goodsbox .c-ttl i + i {
  margin-left: 0.7em;
}
.c-goodslist02-wrap .c-goodslist02 .c-goodsbox .c-ttl i:before {
  display: inline-block;
  border-radius: 30px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  padding: 5px 10px;
}
.c-goodslist02-wrap .c-goodslist02 .c-goodsbox .c-ttl i.blk:before {
  background: var(--blk1);
  content: "BLACK";
}
.c-goodslist02-wrap .c-goodslist02 .c-goodsbox .c-ttl i.wht:before {
  background: #fff;
  border: 1px solid var(--blk1);
  color: var(--blk1);
  content: "WHITE";
}
.c-goodslist02-wrap .c-goodslist02 .c-goodsbox .c-ttl i.jnr:before {
  background: var(--gray2);
  content: "JUNIOR";
}
.c-goodslist02-wrap .c-goodslist02 .c-goodsbox .c-ttl b {
  display: block;
}
.c-goodslist02-wrap .c-goodslist02 .c-goodsbox .c-img {
  margin-bottom: 30px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .c-goodslist02-wrap .c-goodslist02 .c-goodsbox .c-img {
    margin-bottom: 0;
  }
}
.c-goodslist02-wrap .c-goodslist02 .c-goodsbox .c-img .single-img {
  padding-bottom: 68px;
}
@media screen and (max-width: 768px) {
  .c-goodslist02-wrap .c-goodslist02 .c-goodsbox .c-img .single-img {
    padding-bottom: 10px;
  }
}
.c-goodslist02-wrap .c-goodslist02 .c-goodsbox .c-txt {
  margin-bottom: 30px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .c-goodslist02-wrap .c-goodslist02 .c-goodsbox .c-txt {
    margin-bottom: 20px;
  }
}
.c-goodslist02-wrap .c-goodslist02 .c-goodsbox .c-btn {
  margin-top: auto;
}
.c-goodslist02-wrap .c-goodslist02 .c-goodsbox .c-btn .c-button--plus {
  margin-bottom: 0;
}
.c-goodslist02-wrap + .c-goodslist02-wrap {
  margin-top: 60px;
}

/*
.c-goodslist03-wrap {
  display: grid;
  //grid-template-columns: repeat(2, 1fr);
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
  padding: 50px 0;

  @include tb() {
    //grid-template-columns: 1fr 420px;
    grid-template-columns: repeat(2, 1fr);
    padding: 40px 0;
  }

  @include sp() {
    grid-template-columns: repeat(1, 1fr);
    padding: 30px 0;
  }

  .c-txt {
	grid-column: span 2;
	@include tb() {
		grid-column: span 1;
	}
    .c-title__h2 {
      text-align: left;
    }

    .c-text {
      margin-bottom: 60px;

      @include sp() {
        margin-bottom: 0;
      }
    }
  }

  .c-bdr {
	border: var(--gray2) 1px solid;
    border-radius: 10px;
    padding: 20px 25px 40px;

    @include tb() {
      padding: 20px 20px 40px;
    }

    @include sp() {
      padding: 25px 10px 35px;
      margin-bottom: 45px;
    }

    .c-goodslist03 {
      display: grid;
      //grid-template-columns: repeat(2, 1fr);
      grid-template-columns: repeat(1, 1fr);
      gap: 25px;

      @include tb() {
        gap: 20px;
      }

      @include sp() {
        gap: 10px;
      }

      .c-goodsbox {
        .c-img {
          overflow: hidden;
          margin-bottom: 20px;

          > img {
            transition: .3s;
          }
        }

        .c-ttl {
          font-weight: 700;
          line-height: 1.2;
        }

        .c-ttl, .c-txt {
          margin-bottom: 15px;
        }

        .c-btn {
          margin-top: auto;
          text-align: center;

          > a {
            background: #fff;
            display: inline-block;
            border: var(--blk1) 1px solid;
            border-radius: 30px;
            text-align: center;
            font-weight: 700;
            padding: 10px 20px;
          }
        }

        &:hover {
          .c-img > img {
            transform: scale(1.1);
          }

          .c-btn > a {
            background: var(--blk1);
            color: #fff;
            opacity: 1;
          }
        }
      }
    }
  }
}
*/
/*-------------------------------------------
TEAM26有料会員限定サービス
-------------------------------------------*/
.c-benefits-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 35px;
}
@media screen and (max-width: 1024px) {
  .c-benefits-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .c-benefits-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
.c-benefits-list .c-bnftbox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: var(--gray3);
  border: var(--gray1) 1px solid;
  border-radius: 10px;
}
.c-benefits-list .c-bnftbox .c-num {
  position: absolute;
  top: 15px;
  left: 15px;
  display: grid;
  place-content: center;
  width: 48px;
  aspect-ratio: 1/1;
  background: var(--blk1);
  border-radius: 5px;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: clamp(2rem, 1.6vw, 2.4rem);
}
@media screen and (max-width: 1024px) {
  .c-benefits-list .c-bnftbox .c-num {
    top: 10px;
    left: 10px;
    width: 40px;
  }
}
@media screen and (max-width: 768px) {
  .c-benefits-list .c-bnftbox .c-num {
    top: 8px;
    left: 8px;
    width: 32px;
    font-size: clamp(1.6rem, 4.6vw, 1.8rem);
  }
}
.c-benefits-list .c-bnftbox .c-img {
  width: 100%;
  background: #fff;
  border-radius: 10px;
  text-align: center;
  padding: 25px 0 10px;
}
@media screen and (max-width: 1024px) {
  .c-benefits-list .c-bnftbox .c-img {
    padding: 15px 0 5px;
  }
}
@media screen and (max-width: 768px) {
  .c-benefits-list .c-bnftbox .c-img {
    padding: 0;
  }
}
.c-benefits-list .c-bnftbox .c-img img {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .c-benefits-list .c-bnftbox .c-img img {
    width: 70%;
  }
}
.c-benefits-list .c-bnftbox .c-ttl {
  background: var(--blk1);
  color: #fff;
  font-size: clamp(1.4rem, 0.97vw, 1.6rem);
  font-weight: 700;
  line-height: 1.2;
  padding: 15px;
}
@media screen and (max-width: 768px) {
  .c-benefits-list .c-bnftbox .c-ttl {
    display: grid;
    -ms-flex-line-pack: center;
        align-content: center;
    font-size: clamp(1.3rem, 3.5vw, 1.4rem);
    min-height: 4.8em;
  }
}
.c-benefits-list .c-bnftbox .c-txt {
  padding: 30px 15px;
}
.c-benefits-list .c-bnftbox .c-btn {
  margin-top: auto;
  text-align: center;
  margin-bottom: 20px;
}
.c-benefits-list .c-bnftbox .c-btn > a {
  background: #fff;
  display: inline-block;
  border: var(--blk1) 1px solid;
  border-radius: 30px;
  text-align: center;
  font-weight: 700;
  padding: 10px 20px;
}
.c-benefits-list .c-bnftbox .c-btn > a:hover {
  background: var(--blk1);
  color: #fff;
  opacity: 1;
}

.c-bnft-notes {
  width: 1094px;
  max-width: 94vw;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .c-bnft-notes {
    width: 100%;
  }
}

.c-table-clm-price {
  width: 100%;
}
.c-table-clm-price th, .c-table-clm-price td {
  font-size: 2rem;
  font-weight: bold;
  padding: 10px;
  line-height: 1.3;
}
@media screen and (max-width: 1024px) {
  .c-table-clm-price th, .c-table-clm-price td {
    font-size: 1.6rem;
    padding: 7px 10px;
  }
}
.c-table-clm-price th i, .c-table-clm-price td i {
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  font-size: 2.4rem;
  margin-inline: 0.2em;
}
.c-table-clm-price td {
  vertical-align: middle;
  text-align: right;
}
.c-table-clm-price td.calc {
  font-size: 1.6rem;
}
.c-table-clm-price td.calc i {
  font-size: 2rem;
}
@media screen and (max-width: 1024px) {
  .c-table-clm-price tr:not([class]) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .c-table-clm-price tr:not([class]) th {
    width: 100%;
  }
}
.c-table-clm-price tr:not([class]) + tr:not([class]) {
  border-top: 1px solid var(--gray1);
}
@media screen and (max-width: 1024px) {
  .c-table-clm-price tr:not([class]) th, .c-table-clm-price tr:not([class]) td {
    display: block;
  }
}
.c-table-clm-price .discount td {
  font-size: 1.6rem;
  color: var(--red1);
  padding-top: 0;
}
.c-table-clm-price .total {
  border-top: 1px solid var(--blk1);
}
.c-table-clm-price .total td {
  padding-top: 15px;
}
.c-table-clm-price .total td i {
  font-size: 2.8rem;
  margin-left: 0.5em;
}

.columnList02,
.columnList03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  gap: 30px;
}
@media screen and (max-width: 1024px) {
  .columnList02,
  .columnList03 {
    gap: 15px;
  }
}
@media screen and (max-width: 768px) {
  .columnList02,
  .columnList03 {
    gap: 0;
  }
}
.columnList02 > li,
.columnList03 > li {
  width: calc((100% - 30px) / 2);
}
@media screen and (max-width: 1024px) {
  .columnList02 > li,
  .columnList03 > li {
    width: calc((100% - 15px) / 2);
  }
}
@media screen and (max-width: 768px) {
  .columnList02 > li,
  .columnList03 > li {
    width: 100%;
  }
}
.columnList02 > li .c-img-stage,
.columnList03 > li .c-img-stage {
  margin-top: 50px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .columnList02 > li .c-img-stage,
  .columnList03 > li .c-img-stage {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .columnList02 > li .c-img-stage,
  .columnList03 > li .c-img-stage {
    margin-top: 35px;
  }
}

.columnList03 > li {
  width: calc((100% - 60px) / 3);
}
@media screen and (max-width: 768px) {
  .columnList03 > li {
    width: 100%;
  }
}
.columnList03.u-mt10 {
  margin-top: 0 !important;
}
@media screen and (max-width: 768px) {
  .columnList03.u-mt10 > li + li {
    margin-top: 10px;
  }
}

.u-vaT {
  vertical-align: top !important;
}

.c-table-exchgtk01 tbody tr.forPCTB {
  display: table-row !important;
}
@media screen and (max-width: 768px) {
  .c-table-exchgtk01 tbody tr.forPCTB {
    display: none !important;
  }
}
.c-table-exchgtk01 tbody tr.forSPSE {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .c-table-exchgtk01 tbody tr.forSPSE {
    display: table-row !important;
  }
}

.contents-inner.exchgtk {
  max-width: 1094px;
}
@media screen and (max-width: 1024px) {
  .contents-inner.exchgtk {
    max-width: 100%;
  }
}
.contents-inner.exchgtk .l-tab .l-tab-panel {
  padding: 60px 100px 0;
}
@media screen and (max-width: 1024px) {
  .contents-inner.exchgtk .l-tab .l-tab-panel {
    padding: 40px 50px 0;
  }
}
@media screen and (max-width: 768px) {
  .contents-inner.exchgtk .l-tab .l-tab-panel {
    padding: 40px 0 0;
  }
}

.c-exchgtk-read {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 35px;
}
@media screen and (max-width: 1024px) {
  .c-exchgtk-read {
    grid-template-columns: 1fr 420px;
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .c-exchgtk-read {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
}
.c-exchgtk-read .c-txt .c-title__h2 {
  font-size: clamp(2rem, 1.6vw, 2.4rem);
  text-align: left;
}
@media screen and (max-width: 768px) {
  .c-exchgtk-read .c-txt .c-title__h2 {
    font-size: clamp(1.4rem, 4.1vw, 1.6rem);
  }
}
.c-exchgtk-read .c-txt .c-read p {
  text-align: left;
}
.c-exchgtk-read .c-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media screen and (max-width: 1024px) {
  .c-exchgtk-read .c-list {
    gap: 6px;
  }
}
.c-exchgtk-read .c-list .c-box {
  background: #fff;
  border: var(--gray2) 1px solid;
  border-radius: 10px;
  padding: 6px 6px 20px;
}
.c-exchgtk-read .c-list .c-box .c-ttl {
  background: var(--blk1);
  border-radius: 3px;
  color: #fff;
  font-size: clamp(1.3rem, 0.97vw, 1.4rem);
  font-weight: 700;
  line-height: 1;
  text-align: center;
  padding: 3px;
}
@media screen and (max-width: 768px) {
  .c-exchgtk-read .c-list .c-box .c-ttl {
    font-size: clamp(1.1rem, 3.07vw, 1.2rem);
  }
}
.c-exchgtk-read .c-list .c-box .c-ttl > span {
  font-size: clamp(1.8rem, 1.38vw, 2rem);
  font-family: "Inter", sans-serif;
  margin-left: 0.3em;
}
@media screen and (max-width: 768px) {
  .c-exchgtk-read .c-list .c-box .c-ttl > span {
    font-size: clamp(1.3rem, 3.5vw, 1.4rem);
  }
}
.c-exchgtk-read .c-list .c-box .c-img {
  padding: 10px 0;
}
@media screen and (max-width: 1024px) {
  .c-exchgtk-read .c-list .c-box .c-img {
    padding: 5px 0;
  }
}
.c-exchgtk-read .c-list .c-box .c-img img {
  width: 80px;
}
@media screen and (max-width: 1024px) {
  .c-exchgtk-read .c-list .c-box .c-img img {
    width: 64px;
  }
}
.c-exchgtk-read .c-list .c-box .c-stl {
  font-weight: 700;
  padding-bottom: 0.5em;
  margin-top: 0.8em;
}
@media screen and (max-width: 768px) {
  .c-exchgtk-read .c-list .c-box .c-stl {
    font-size: clamp(1.1rem, 3.07vw, 1.2rem);
  }
}
.c-exchgtk-read .c-list .c-box > p {
  font-size: clamp(1.1rem, 0.83vw, 1.2rem);
}
@media screen and (max-width: 768px) {
  .c-exchgtk-read .c-list .c-box > p {
    font-size: clamp(1rem, 2.5vw, 1.1rem);
  }
}

/*-------------------------------------------
ビジター応援デー
-------------------------------------------*/
.c-visitor-kv {
  max-width: 1100px;
  padding-bottom: 20px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .c-visitor-kv {
    padding-bottom: 10px;
    margin: 0 -10px;
  }
}
@media screen and (max-width: 768px) {
  .c-visitor-kv {
    padding-bottom: 0;
  }
}
.c-visitor-kv .c-visitor-linklist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .c-visitor-kv .c-visitor-linklist {
    margin: 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .c-visitor-kv .c-visitor-linklist {
    display: block;
  }
}
.c-visitor-kv .c-visitor-linklist > li {
  width: calc((100% - 20px) / 2);
  margin-top: 20px;
}
@media screen and (max-width: 1024px) {
  .c-visitor-kv .c-visitor-linklist > li {
    width: calc((100% - 10px) / 2);
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .c-visitor-kv .c-visitor-linklist > li {
    width: 100%;
    margin-top: 10px;
  }
}
.c-visitor-kv .c-visitor-linklist > li:nth-child(2n) {
  margin-left: 20px;
}
@media screen and (max-width: 1024px) {
  .c-visitor-kv .c-visitor-linklist > li:nth-child(2n) {
    margin-left: 10px;
  }
}
@media screen and (max-width: 768px) {
  .c-visitor-kv .c-visitor-linklist > li:nth-child(2n) {
    margin-left: 0;
  }
}
.c-visitor-kv .c-visitor-linklist > li > a {
  display: block;
  border: #000 1px solid;
}
.c-visitor-kv .c-visitor-linklist > li.is-inactive > a {
  pointer-events: none;
}

.c-card-visitor .c-card-ttl {
  font-size: clamp(1.3rem, 1.9vw, 1.6rem);
  min-height: 2em;
}
@media screen and (max-width: 1024px) {
  .c-card-visitor .c-card-ttl {
    padding: 20px 15px;
  }
}
@media screen and (max-width: 768px) {
  .c-card-visitor .c-card-ttl {
    padding: 15px 10px;
  }
}
.c-card-visitor .c-card-ttl .c-box-wht {
  display: inline-block;
  background: #fff;
  color: #000;
  line-height: 1;
  padding: 3px 5px;
  margin-bottom: 0.5em;
}
.c-card-visitor .c-card-img .js-swiper .c-swiper-control {
  padding: 10px 20px;
}
@media screen and (max-width: 1024px) {
  .c-card-visitor .c-card-txt {
    padding: 0 20px 20px;
  }
}

/*-------------------------------------------
ファンクラブデー
-------------------------------------------*/
.c-card-fcday01 .c-card-v02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-card-fcday01 .c-card-ttl {
  font-size: clamp(1.3rem, 1.2vw, 1.6rem);
  min-height: 2em;
}
@media screen and (max-width: 1024px) {
  .c-card-fcday01 .c-card-ttl {
    padding: 20px 15px;
  }
}
@media screen and (max-width: 768px) {
  .c-card-fcday01 .c-card-ttl {
    padding: 15px 10px;
  }
}
.c-card-fcday01 .c-card-ttl .c-box-wht {
  display: inline-block;
  background: #fff;
  color: #000;
  line-height: 1;
  padding: 3px 5px;
  margin-bottom: 0.5em;
}
.c-card-fcday01 .c-card-img .js-swiper .c-swiper-control {
  padding: 10px 20px;
}
@media screen and (max-width: 1024px) {
  .c-card-fcday01 .c-card-txt {
    padding: 0 20px 20px;
  }
}
.c-card-fcday01 .c-card-btn {
  padding: 0 25px 25px;
  margin-top: auto;
}
@media screen and (max-width: 1024px) {
  .c-card-fcday01 .c-card-btn {
    padding: 0 20px 20px;
  }
}
.c-card-fcday01 .c-card-btn .c-button-gry {
  position: relative;
  background: #9F9F9F;
  border-radius: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-card-fcday01 .c-card-btn .c-button-gry::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  position: absolute;
  top: 50%;
  right: 32px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1024px) {
  .c-card-fcday01 .c-card-btn .c-button-gry::after {
    width: 7px;
    height: 7px;
  }
}
@media screen and (max-width: 768px) {
  .c-card-fcday01 .c-card-btn .c-button-gry::after {
    width: 6px;
    height: 6px;
    right: 24px;
  }
}
.c-card-fcday01 .c-card-btn .c-button-gry:hover {
  background: #000;
}
.c-card-fcday01 .c-card-btn .c-button-gry:hover::after {
  right: 28px;
}
@media screen and (max-width: 768px) {
  .c-card-fcday01 .c-card-btn .c-button-gry:hover::after {
    right: 24px;
  }
}
.c-card-fcday01 .c-card-btn .c-button-gry > a {
  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;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 16px;
}
@media screen and (max-width: 1024px) {
  .c-card-fcday01 .c-card-btn .c-button-gry > a {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .c-card-fcday01 .c-card-btn .c-button-gry > a {
    font-size: 1.4rem;
  }
}
.c-card-fcday01 .c-card-btn .c-button-gry > a:hover {
  opacity: 1;
}
.c-card-fcday01 .c-card-btn .c-button-gry.anchor::after {
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
  margin-top: -1px;
}
.c-card-fcday01 .c-card-btn .c-button-gry.anchor:hover::after {
  right: 32px;
  margin-top: 1px;
}
@media screen and (max-width: 768px) {
  .c-card-fcday01 .c-card-btn .c-button-gry.anchor:hover::after {
    margin-top: -1px;
  }
}

.c-fcdaysche-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media screen and (max-width: 1024px) {
  .c-fcdaysche-wrap {
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .c-fcdaysche-wrap {
    display: block;
  }
}
.c-fcdaysche-wrap .c-fcdaysche-inner .c-goodslist-fcday01 {
  margin: 0 20px;
}
@media screen and (max-width: 1024px) {
  .c-fcdaysche-wrap .c-fcdaysche-inner .c-goodslist-fcday01 {
    margin: 0 10px;
  }
}
.c-fcdaysche-wrap .c-fcdaysche-inner .c-goodslist-fcday01 .c-goodsbox {
  position: relative;
  width: calc((100% - 80px) / 2);
}
@media screen and (max-width: 1024px) {
  .c-fcdaysche-wrap .c-fcdaysche-inner .c-goodslist-fcday01 .c-goodsbox {
    width: calc((100% - 40px) / 2);
  }
}
@media screen and (max-width: 768px) {
  .c-fcdaysche-wrap .c-fcdaysche-inner .c-goodslist-fcday01 .c-goodsbox {
    width: calc((100% - 30px) / 2);
  }
}
.c-fcdaysche-wrap .c-fcdaysche-inner .c-goodslist-fcday01 .c-goodsbox.oneitem {
  width: auto;
}
.c-fcdaysche-wrap .c-fcdaysche-inner .c-goodslist-fcday01 .c-goodsbox.oneitem .c-img {
  width: calc((100% - 80px) / 2);
}
@media screen and (max-width: 1024px) {
  .c-fcdaysche-wrap .c-fcdaysche-inner .c-goodslist-fcday01 .c-goodsbox.oneitem .c-img {
    width: calc((100% - 40px) / 2);
  }
}
@media screen and (max-width: 768px) {
  .c-fcdaysche-wrap .c-fcdaysche-inner .c-goodslist-fcday01 .c-goodsbox.oneitem .c-img {
    width: calc((100% - 30px) / 2);
  }
}
.c-fcdaysche-wrap .c-fcdaysche-inner .c-goodslist-fcday01 .c-goodsbox.is-inactive {
  pointer-events: none;
}
.c-fcdaysche-wrap .c-fcdaysche-inner .c-goodslist-fcday01 .c-goodsbox.is-inactive .c-btn {
  display: none;
}
@media screen and (max-width: 768px) {
  .c-fcdaysche-wrap .c-fcdaysche-inner .c-goodslist-fcday01 .c-goodsbox .c-ttl {
    text-align: center;
  }
}
.c-fcdaysche-wrap .c-fcdaysche-inner .c-goodslist-fcday01 .c-goodsbox .c-ttl .notes {
  color: #6A6A6A;
  font-weight: 700;
}
.c-fcdaysche-wrap .c-fcdaysche-inner .c-goodslist-fcday01 .c-goodsbox .c-txt-ct {
  text-align: center;
  margin-bottom: 20px;
}
.c-fcdaysche-wrap .c-fcdaysche-notes {
  grid-column: span 2;
  margin: -20px 20px 0;
}
@media screen and (max-width: 1024px) {
  .c-fcdaysche-wrap .c-fcdaysche-notes {
    margin: -20px 10px 0;
  }
}
@media screen and (max-width: 768px) {
  .c-fcdaysche-wrap .c-fcdaysche-notes {
    margin: 0 10px;
  }
}
.c-fcdaysche-wrap .c-fcdaysche-notes p {
  color: #6A6A6A;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-fcdaysche-wrap .c-fcdaysche-notes p {
    font-size: clamp(1.2rem, 3.33vw, 1.3rem);
  }
}

.c-fcday-archive .swiper-wrapper .swiper-slide .c-card-v01 .c-card-txt .c-card-txt__ttl {
  font-size: 1.6rem;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .c-fcday-archive .swiper-wrapper .swiper-slide .c-card-v01 .c-card-txt .c-card-txt__ttl {
    font-size: 1.4rem;
  }
}
.c-fcday-archive .swiper-wrapper .swiper-slide .c-card-v01 .c-card-txt .c-card-txt__txt {
  margin-bottom: 0;
}
.c-fcday-archive .swiper-wrapper .swiper-slide .c-card-v01 .c-card-txt .c-card-txt__txt p {
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  .c-fcday-archive .swiper-wrapper .swiper-slide .c-card-v01 .c-card-txt .c-card-txt__txt p {
    font-size: 1.2rem;
  }
}

/*----- ファンクラブデー特典お渡し運用方法 -----*/
.c-card-fcday-detail01 .c-card-v02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-card-fcday-detail01 .c-card-ttl {
  font-size: clamp(1.3rem, 1.2vw, 1.6rem);
  min-height: 2em;
}
@media screen and (max-width: 1024px) {
  .c-card-fcday-detail01 .c-card-ttl {
    padding: 20px 15px;
  }
}
@media screen and (max-width: 768px) {
  .c-card-fcday-detail01 .c-card-ttl {
    padding: 15px 10px;
  }
}
.c-card-fcday-detail01 .c-card-ttl .c-box-wht {
  display: inline-block;
  background: #fff;
  color: #000;
  line-height: 1;
  padding: 3px 5px;
  margin-bottom: 0.5em;
}
.c-card-fcday-detail01 .c-card-txt .c-card-txt__txt .c-list-memo {
  margin-top: 1em;
}
.c-card-fcday-detail01 .c-card-txt .c-card-txt__txt .c-list-memo > li {
  font-size: 90%;
}
.c-card-fcday-detail01 .c-card-btn {
  padding: 0 25px 25px;
  margin-top: auto;
}
@media screen and (max-width: 1024px) {
  .c-card-fcday-detail01 .c-card-btn {
    padding: 0 20px 20px;
  }
}
.c-card-fcday-detail01 .c-card-btn .c-button-gry {
  position: relative;
  background: #9F9F9F;
  border-radius: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-card-fcday-detail01 .c-card-btn .c-button-gry::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  position: absolute;
  top: 50%;
  right: 32px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1024px) {
  .c-card-fcday-detail01 .c-card-btn .c-button-gry::after {
    width: 7px;
    height: 7px;
  }
}
@media screen and (max-width: 768px) {
  .c-card-fcday-detail01 .c-card-btn .c-button-gry::after {
    width: 6px;
    height: 6px;
    right: 24px;
  }
}
.c-card-fcday-detail01 .c-card-btn .c-button-gry:hover {
  background: #000;
}
.c-card-fcday-detail01 .c-card-btn .c-button-gry:hover::after {
  right: 28px;
}
@media screen and (max-width: 768px) {
  .c-card-fcday-detail01 .c-card-btn .c-button-gry:hover::after {
    right: 24px;
  }
}
.c-card-fcday-detail01 .c-card-btn .c-button-gry > a {
  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;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 16px;
}
@media screen and (max-width: 1024px) {
  .c-card-fcday-detail01 .c-card-btn .c-button-gry > a {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .c-card-fcday-detail01 .c-card-btn .c-button-gry > a {
    font-size: 1.4rem;
  }
}
.c-card-fcday-detail01 .c-card-btn .c-button-gry > a:hover {
  opacity: 1;
}
.c-card-fcday-detail01 .c-card-btn .c-button-gry.anchor::after {
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
  margin-top: -1px;
}
.c-card-fcday-detail01 .c-card-btn .c-button-gry.anchor:hover::after {
  right: 32px;
  margin-top: 1px;
}
@media screen and (max-width: 768px) {
  .c-card-fcday-detail01 .c-card-btn .c-button-gry.anchor:hover::after {
    margin-top: -1px;
  }
}

.c-fcday-detail-acc {
  border-top: var(--gray1) 1px solid;
}
.c-fcday-detail-acc .c-acc__button {
  text-indent: 1em;
}
.c-fcday-detail-acc .c-acc__content .c-pickup-cols {
  display: grid;
  grid-template-columns: calc(40% - 15px) calc(60% - 15px);
  gap: 30px;
  margin: 0 20px;
}
@media screen and (max-width: 1024px) {
  .c-fcday-detail-acc .c-acc__content .c-pickup-cols {
    grid-template-columns: repeat(2, 1fr);
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .c-fcday-detail-acc .c-acc__content .c-pickup-cols {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
.c-fcday-detail-acc .c-acc__content .c-pickup-cols .c-cols-txt .c-txt .c-list-memo {
  margin-top: 1em;
}
.c-fcday-detail-acc .c-acc__content .c-pickup-cols .c-cols-txt .c-txt .c-list-memo > li {
  font-size: 90%;
}
.c-fcday-detail-acc .c-acc__content .c-pickup-cols .c-cols-txt .c-btn {
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .c-fcday-detail-acc .c-acc__content .c-pickup-cols .c-cols-txt .c-btn {
    margin-top: 20px;
  }
}
.c-fcday-detail-acc .c-acc__content .c-pickup-cols .c-cols-txt .c-btn .c-button-gry {
  position: relative;
  background: #9F9F9F;
  border-radius: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 360px;
}
@media screen and (max-width: 1024px) {
  .c-fcday-detail-acc .c-acc__content .c-pickup-cols .c-cols-txt .c-btn .c-button-gry {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  .c-fcday-detail-acc .c-acc__content .c-pickup-cols .c-cols-txt .c-btn .c-button-gry {
    width: 70%;
    margin: 0 auto;
  }
}
.c-fcday-detail-acc .c-acc__content .c-pickup-cols .c-cols-txt .c-btn .c-button-gry::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  position: absolute;
  top: 50%;
  right: 32px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1024px) {
  .c-fcday-detail-acc .c-acc__content .c-pickup-cols .c-cols-txt .c-btn .c-button-gry::after {
    width: 7px;
    height: 7px;
  }
}
@media screen and (max-width: 768px) {
  .c-fcday-detail-acc .c-acc__content .c-pickup-cols .c-cols-txt .c-btn .c-button-gry::after {
    width: 6px;
    height: 6px;
    right: 24px;
  }
}
.c-fcday-detail-acc .c-acc__content .c-pickup-cols .c-cols-txt .c-btn .c-button-gry:hover {
  background: #000;
}
.c-fcday-detail-acc .c-acc__content .c-pickup-cols .c-cols-txt .c-btn .c-button-gry:hover::after {
  right: 28px;
}
@media screen and (max-width: 768px) {
  .c-fcday-detail-acc .c-acc__content .c-pickup-cols .c-cols-txt .c-btn .c-button-gry:hover::after {
    right: 24px;
  }
}
.c-fcday-detail-acc .c-acc__content .c-pickup-cols .c-cols-txt .c-btn .c-button-gry > a {
  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;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 16px;
}
@media screen and (max-width: 1024px) {
  .c-fcday-detail-acc .c-acc__content .c-pickup-cols .c-cols-txt .c-btn .c-button-gry > a {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .c-fcday-detail-acc .c-acc__content .c-pickup-cols .c-cols-txt .c-btn .c-button-gry > a {
    font-size: 1.4rem;
  }
}
.c-fcday-detail-acc .c-acc__content .c-pickup-cols .c-cols-txt .c-btn .c-button-gry > a:hover {
  opacity: 1;
}
.c-fcday-detail-acc .c-acc__content .c-pickup-2cols {
  display: grid;
  grid-template-columns: 40% 40%;
  -webkit-column-gap: 100px;
     -moz-column-gap: 100px;
          column-gap: 100px;
  row-gap: 30px;
  margin: 0 20px;
}
@media screen and (max-width: 1024px) {
  .c-fcday-detail-acc .c-acc__content .c-pickup-2cols {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .c-fcday-detail-acc .c-acc__content .c-pickup-2cols {
    grid-template-columns: repeat(1, 1fr);
  }
}
.c-fcday-detail-acc .c-acc__content .c-pickup-2cols .c-pickup-2cols__box .c-title__h4, .c-fcday-detail-acc .c-acc__content .c-pickup-2cols .c-pickup-2cols__box .c-cols-map {
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .c-fcday-detail-acc .c-acc__content .c-pickup-2cols .c-pickup-2cols__box .c-title__h4, .c-fcday-detail-acc .c-acc__content .c-pickup-2cols .c-pickup-2cols__box .c-cols-map {
    margin-bottom: 10px;
  }
}
.c-fcday-detail-acc .c-acc__content .c-pickup-2cols .c-pickup-2cols__box .c-title__h4, .c-fcday-detail-acc .c-acc__content .c-pickup-2cols .c-pickup-2cols__box .c-cols-txt .c-txt * {
  text-align: center;
}
.c-fcday-detail-acc .c-acc__content .c-pickup-2cols .c-pickup-2cols__box .c-cols-txt .c-txt .c-list-memo {
  margin-top: 1em;
}
.c-fcday-detail-acc .c-acc__content .c-pickup-2cols .c-pickup-2cols__box .c-cols-txt .c-txt .c-list-memo > li {
  font-size: 90%;
}
.c-fcday-detail-acc .c-acc__content .c-pickup-2cols .c-pickup-2cols__box .c-cols-txt .c-btn {
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .c-fcday-detail-acc .c-acc__content .c-pickup-2cols .c-pickup-2cols__box .c-cols-txt .c-btn {
    margin-top: 20px;
  }
}
.c-fcday-detail-acc .c-acc__content .c-pickup-2cols .c-pickup-2cols__box .c-cols-txt .c-btn .c-button-gry {
  position: relative;
  background: #9F9F9F;
  border-radius: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 360px;
}
@media screen and (max-width: 1024px) {
  .c-fcday-detail-acc .c-acc__content .c-pickup-2cols .c-pickup-2cols__box .c-cols-txt .c-btn .c-button-gry {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  .c-fcday-detail-acc .c-acc__content .c-pickup-2cols .c-pickup-2cols__box .c-cols-txt .c-btn .c-button-gry {
    width: 70%;
    margin: 0 auto;
  }
}
.c-fcday-detail-acc .c-acc__content .c-pickup-2cols .c-pickup-2cols__box .c-cols-txt .c-btn .c-button-gry::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  position: absolute;
  top: 50%;
  right: 32px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1024px) {
  .c-fcday-detail-acc .c-acc__content .c-pickup-2cols .c-pickup-2cols__box .c-cols-txt .c-btn .c-button-gry::after {
    width: 7px;
    height: 7px;
  }
}
@media screen and (max-width: 768px) {
  .c-fcday-detail-acc .c-acc__content .c-pickup-2cols .c-pickup-2cols__box .c-cols-txt .c-btn .c-button-gry::after {
    width: 6px;
    height: 6px;
    right: 24px;
  }
}
.c-fcday-detail-acc .c-acc__content .c-pickup-2cols .c-pickup-2cols__box .c-cols-txt .c-btn .c-button-gry:hover {
  background: #000;
}
.c-fcday-detail-acc .c-acc__content .c-pickup-2cols .c-pickup-2cols__box .c-cols-txt .c-btn .c-button-gry:hover::after {
  right: 28px;
}
@media screen and (max-width: 768px) {
  .c-fcday-detail-acc .c-acc__content .c-pickup-2cols .c-pickup-2cols__box .c-cols-txt .c-btn .c-button-gry:hover::after {
    right: 24px;
  }
}
.c-fcday-detail-acc .c-acc__content .c-pickup-2cols .c-pickup-2cols__box .c-cols-txt .c-btn .c-button-gry > a {
  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;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 16px;
}
@media screen and (max-width: 1024px) {
  .c-fcday-detail-acc .c-acc__content .c-pickup-2cols .c-pickup-2cols__box .c-cols-txt .c-btn .c-button-gry > a {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .c-fcday-detail-acc .c-acc__content .c-pickup-2cols .c-pickup-2cols__box .c-cols-txt .c-btn .c-button-gry > a {
    font-size: 1.4rem;
  }
}
.c-fcday-detail-acc .c-acc__content .c-pickup-2cols .c-pickup-2cols__box .c-cols-txt .c-btn .c-button-gry > a:hover {
  opacity: 1;
}
.c-fcday-detail-acc + .c-fcday-detail-acc {
  border-top: none;
}

.c-fcday-button--2col {
  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;
}
@media screen and (max-width: 768px) {
  .c-fcday-button--2col {
    margin: 0 10px;
  }
}
.c-fcday-button--2col .c-button--app img {
  width: 240px;
}
@media screen and (max-width: 1024px) {
  .c-fcday-button--2col .c-button--app img {
    width: 200px;
  }
}
@media screen and (max-width: 768px) {
  .c-fcday-button--2col .c-button--app img {
    width: 100%;
  }
}
.c-fcday-button--2col .c-button--app + .c-button--app {
  margin-left: 100px;
}
@media screen and (max-width: 1024px) {
  .c-fcday-button--2col .c-button--app + .c-button--app {
    margin-left: 50px;
  }
}
@media screen and (max-width: 768px) {
  .c-fcday-button--2col .c-button--app + .c-button--app {
    margin-left: 10px;
  }
}

.c-fcday-detail-step .swiper-wrapper .swiper-slide .c-card-v01 .c-card-img {
  text-align: center;
  padding: 25px 25px 0;
}
.c-fcday-detail-step .swiper-wrapper .swiper-slide .c-card-v01 .c-card-img > img {
  width: 80%;
}
.c-fcday-detail-step .swiper-wrapper .swiper-slide .c-card-v01 .c-card-txt .c-card-txt__txt {
  margin-bottom: 0;
}
.c-fcday-detail-step .swiper-wrapper .swiper-slide .c-card-v01 .c-card-txt .c-card-txt__txt p {
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  .c-fcday-detail-step .swiper-wrapper .swiper-slide .c-card-v01 .c-card-txt .c-card-txt__txt p {
    font-size: 1.2rem;
  }
}

.c-h3-fcday-detail01 {
  text-indent: -1em;
  padding-left: calc(20px + 1em);
}
@media screen and (max-width: 768px) {
  .c-h3-fcday-detail01 {
    padding-left: calc(15px + 1em);
  }
}

/*-------------------------------------------
がちゃマシーン
-------------------------------------------*/
.c-gacha-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .c-gacha-column {
    gap: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .c-gacha-column {
    gap: 10px;
    margin-bottom: 10px;
  }
}
.c-gacha-column figure {
  margin: 0;
}
.c-gacha-column figure img {
  width: 300px;
}
@media screen and (max-width: 1024px) {
  .c-gacha-column figure img {
    width: 30vw;
  }
}
@media screen and (max-width: 768px) {
  .c-gacha-column figure img {
    width: 45vw;
  }
}
.c-gacha-column figure figcaption {
  margin-top: 10px;
}/*# sourceMappingURL=groupC.css.map */