@charset "utf-8";

body {
  font-family: "noto-sans", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
  background: #262626;
}

p {
  line-height: 1.2;
}

a {
  text-decoration: none;
}

.come {
  padding: 60px 0 0;
  position: relative;
  z-index: 2;
  font-family: "citrus-gothic-solid", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
  letter-spacing: 0.01em;
}

.preface {
  margin-bottom: 60px;
}

.preface span {
  font-size: 30px;
  vertical-align: baseline;
  font-weight: 700;
  line-height: 1.5;
}

.preface .preface-p {
  padding-right: 4px;
}

.preface .preface-b {
  padding-right: 4px;
  font-size: 42px;
  line-height: 1.2;
}

/* -------------------------------------------------
	h
------------------------------------------------- */

h2 {
  font-family: "cabrito-didone-normal", sans-serif;
  font-weight: 700;
  font-style: normal;
  position: relative;
  display: block;
  margin: 0 0 80px 0;
  line-height: 1.5;
  z-index: 1;
}

h2 img {
  font-family: "cabrito-didone-normal", sans-serif;
  font-weight: 700;
  font-style: normal;
  max-width: 45vw;
}

/* -------------------------------------------------
	main-visual
------------------------------------------------- */
.first-section {
  margin: 0 auto;
}

#main-visual {
  height: 100svh;
  position: relative;
  width: 100%;
  background: url(/static/gangparade/fanclub/feature/gangparadefctour2025/img/fctour2025_kv.jpg) no-repeat, #333333;
  background-size: cover;
  background-position: center;
}

#main-visual::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgb(255 255 255 / 50%);
  transition: ease 2.5s;
  opacity: 0;
}

.loaded #main-visual::before {
  opacity: 1;
}

#main-visual .menu-area {
  padding: 24px;
  width: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 100;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  z-index: 3;
}

#main-visual .menu-area .pcmenu {
  display: flex !important;
}

#main-visual .menu-area .pcmenu li {
  margin-right: 24px;
}

#main-visual .menu-area .pcmenu li a {
  color: #fff;
  font-family: "agenda", sans-serif;
  font-weight: 500;
  font-style: normal;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#main-visual .menu-area .pcmenu li a:hover {
  opacity: 0.7;
}

#main-visual .menu-area .pcmenu li:last-child {
  margin-right: 0;
}

#main-visual .menu-area .memmber-election {
  font-size: 24px;
  padding-left: 32px;
  font-weight: 600;
}
#main-visual .menu-area .memmber-election:before {
  content: "";
  background: url(/static/gangparade/fanclub/feature/gangparadefctour2024_5fggoo/img/taitle-logo.svg) no-repeat;
  background-position: center;
  background-size: cover;
  width: 26.89px;
  height: 26.89px;
  top: 50%;
  transform: translateY(-50%);
  left: 24px;
  position: absolute;
  z-index: 2;
}

#main-visual .logoArea {
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: max(509px, 100vh);
  /* -webkit-animation: flash 0.4s infinite;
  animation: flash 0.4s infinite; */
  transition: ease 2.2s;
  opacity: 0;
}

.loaded #main-visual .logoArea {
  opacity: 1;
}

/* @-webkit-keyframes flash {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0.9;
  }
}

@keyframes flash {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0.9;
  }
} */

/* #main-visual .logoArea .skew {
  -webkit-animation: skew 6s infinite;
  animation: skew 6s infinite;
} */

/* @keyframes skew {
  0% {
    -webkit-transform: none;
    transform: none;
  }

  33% {
    -webkit-transform: none;
    transform: none;
  }

  33.3% {
    -webkit-transform: skewX(30deg);
    transform: skewX(30deg);
  }

  33.6% {
    -webkit-transform: skewX(-30deg);
    transform: skewX(-30deg);
  }

  33.9% {
    -webkit-transform: none;
    transform: none;
  }

  66% {
    -webkit-transform: none;
    transform: none;
  }

  66.3% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg);
  }

  66.6% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }

  66.9% {
    -webkit-transform: none;
    transform: none;
  }

  77% {
    -webkit-transform: none;
    transform: none;
  }

  77.3% {
    -webkit-transform: skewX(15deg);
    transform: skewX(15deg);
  }

  77.6% {
    -webkit-transform: skewX(-15deg);
    transform: skewX(-15deg);
  }

  77.9% {
    -webkit-transform: none;
    transform: none;
  }
} */

#main-visual .main-visual-inner {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@-webkit-keyframes zoomIn {
  from {
    transform: scale(0.6);
    opacity: 0;
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    transform: scale(0.6);
    opacity: 0;
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes zoomIn2 {
  from {
    transform: scale(0.6) translate(-50%, 0);
    opacity: 0;
  }

  to {
    transform: scale(1) translate(-50%, 0);
    opacity: 1;
  }
}
@keyframes zoomIn2 {
  from {
    transform: scale(0.6) translate(-50%, 0);
    opacity: 0;
  }

  to {
    transform: scale(1) translate(-50%, 0);
    opacity: 1;
  }
}

@keyframes flash {
  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0.7;
  }
}

@-webkit-keyframes blurAnim {
  0% {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0);
    -moz-filter: blur(0);
    -ms-filter: blur(0);
    filter: blur(0);
    opacity: 1;
  }
}
@keyframes blurAnim {
  0% {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0);
    -moz-filter: blur(0);
    -ms-filter: blur(0);
    filter: blur(0);
    opacity: 1;
  }
}

@-webkit-keyframes fadeInAnim {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInAnim {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* -------------------------------------------------
contents-area
------------------------------------------------- */
.contents-area {
  padding: 0 40px;
  margin: 0 auto;
  max-width: 1200px;
  text-align: center;
}

/* -------------------------------------------------
	special01
------------------------------------------------- */
#special01 {
  /* padding: 0 0 25vw 0; */
  padding: 50px 0 10vw 0;

  position: relative;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 70%);
  /* overflow: hidden; */
}

#special01 .preface {
  padding: 0 40px;
  margin: 0 auto 8vw;
  max-width: 1200px;
  text-align: center;
  line-height: 1.6;
  font-size: 110%;
}

/* #special01::before {
	margin-bottom: -120px;
	position: relative;
	padding: 0 0 14vw 0;
	background: rgb(0, 0, 0);
	background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 70%);
} */

/* #special01:before {
	content: "";
	height: 100svh;
	position: absolute;
	width: 100%;
	background: url(/static/gangparade/fanclub/feature/gangparadefctour2024_5fggoo/img/topbg.png) no-repeat;
	background-size: cover;
	background-position: center;
} */

.mainbtn {
  margin-bottom: 8vw;
  position: relative;
  z-index: 1;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.mainbtn a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 auto;
  padding: 1em 2em;
  padding-bottom: 1.3em;
  width: 440px;
  height: 80px;
  font-size: 24px;
  font-weight: 500;
  background: rgb(229, 189, 250);
  background: linear-gradient(50deg, rgba(229, 189, 250, 1) 0%, rgba(210, 222, 246, 1) 43%, rgba(200, 240, 243, 1) 65%, rgba(202, 244, 149, 1) 100%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  box-sizing: border-box;
  border-radius: 100px;
}

.mainbtn a span {
  margin-top: -2px;
  color: #000;
  z-index: 2;
  font-family: "noto-sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  position: absolute;
  transition: all 0.2s ease-in-out;
  top: 50%;
  transform: translateY(-50%);
}

.mainbtn a:hover span {
  top: 60%;
  transform: translateY(-60%);
}

.mainbtn a:before {
  content: "";
  position: absolute;
  top: -6px;
  left: -6px;
  width: calc(100% - 0px);
  height: calc(100% - 0px);
  border: 1px solid #000;
  border-radius: 100px;
  background: #efefef;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.mainbtn a:after {
  content: "";
  background: url(/static/gangparade/fanclub/feature/gangparadefctour2024_5fggoo/img/arrow.svg) no-repeat;
  background-position: center;
  background-size: cover;
  width: 40px;
  height: 14px;
  /* top: 50%; */
  top: 41%;
  transform: translateY(-50%);
  right: 32px;
  position: absolute;
  z-index: 1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.mainbtn a:hover:before {
  top: 0;
  left: 0;
}

.mainbtn a:hover:after {
  right: 24px;
  top: 51%;
  transform: translateY(-51%);
}

/* #special01 .contents-area:before {
	content: "";
	background: url(/static/gangparade/fanclub/feature/gangparadefctour2024_5fggoo/img/g.svg) no-repeat;
	background-position: center;
	background-size: contain;
	width: 60%;
	height: 1200px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
	z-index: 1;
} */

#special01 .container {
  z-index: 2;
  position: relative;
}

#special01 .container-inner {
  z-index: 2;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#special01:before {
  content: "";
  height: 100svh;
  position: absolute;
  width: 100%;
  /* background: url(/static/gangparade/fanclub/feature/gangparadefctour2024_5fggoo/img/topbg.png) no-repeat; */
  background-size: cover;
  background-position: top center;
}

/* body:after {
	content: "";
	background: url(/static/gangparade/fanclub/feature/gangparadefctour2024_5fggoo/img/g.svg) no-repeat;
	background-position: center;
	background-size: contain;
	width: 60%;
	height: 720px;
	top: 20%;
	left: 20%;
	position: absolute;
	z-index: -10;
	animation: 4s linear infinite rotation3;
	position: fixed;
	transform: translate3d(0, 0, 0);
} */

body .g {
  position: fixed;
  width: 60%;
  height: 720px;
}

body .g:before {
  content: "";
  /* background: url(/static/gangparade/fanclub/feature/gangparadefctour2024_5fggoo/img/g.svg) no-repeat; */
  background-position: center;
  background-size: contain;
  width: 60%;
  height: 720px;
  position: absolute;
  z-index: -10;
  animation: 4s linear infinite rotation3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@keyframes rotation3 {
  0% {
    transform: rotateY(0);
  }
  100% {
    transform: rotateY(360deg);
  }
}

#special01 .contents-area {
  margin: 0 auto 180px;
  z-index: 2;
  position: relative;
}

#special01 .movie-area {
  margin: 0 auto 8vw;
  z-index: 2;
  position: relative;
  max-width: 1200px;
  text-align: center;
  width: 90%;
  aspect-ratio: 16/9;
  background: #262626;
}

.movie-area-inner {
  padding-top: 6vw;
}

#special01 .movie-area iframe {
  width: 100%;
  height: 100%;
}

#special01 table {
  /* margin: 0 auto 60px; */
  margin: 0 auto;
  width: 100%;
  border: 1px solid #fff;
  border-collapse: separate;
  overflow: hidden;
  border-spacing: 0;
  border-radius: 12px 60px 60px 60px;
  text-align: center;
  font-size: 14px;
}

#special01 table .one {
  /* background: rgba(255, 255, 0, 0.2); */
  font-size: 22px;
}

#special01 table .second {
  /* background: rgba(255, 255, 255, 0.1); */
  font-size: 19px;
}

#special01 table .third {
  /* background: rgba(160, 82, 45, 0.2); */
  font-size: 16px;
}

#special01 table th,
#special01 table td {
  padding: 1em 3em;
  vertical-align: middle;
}

#special01 table th + th,
#special01 table th + td,
#special01 table td + th,
#special01 table td + td {
  border-left: 1px solid #fff;
}

#special01 table th {
  background: rgba(255, 255, 255, 0.2);
  font-weight: 700;
}

#special01 table td {
  font-weight: 700;
}

#special01 table td span {
  font-weight: 700;
}

#special01 table tr + tr th,
#special01 table tr + tr td {
  border-top: 1px solid #fff;
}

#special01 .ranklist {
  margin: 80px auto 24px;
  font-size: 32px;
  text-align: center;
  font-weight: 700;
}

#special01 .top,
#special01 .right,
#special01 .bottom {
  position: relative;
}

#special01 .top:after {
  content: "";
  position: absolute;
  top: 30%;
  transform: rotate(-90deg) translateY(-30%);
  right: -30px;
  display: block;
  width: 20px;
  height: 13px;
  background: url(/static/gangparade/fanclub/feature/gangparadefctour2024_5fggoo/img/arrow_w.svg) no-repeat;
  background-size: contain;
}

#special01 .second .top:after {
  top: 23%;
  transform: rotate(-90deg) translateY(-23%);
}

#special01 .third .top:after {
  top: 19%;
  transform: rotate(-90deg) translateY(-19%);
  width: 18px;
  height: 11px;
}

#special01 .right:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -30px;
  display: block;
  width: 20px;
  height: 13px;
  background: url(/static/gangparade/fanclub/feature/gangparadefctour2024_5fggoo/img/arrow_w.svg) no-repeat;
  background-size: contain;
}

#special01 .second .right:after {
  top: 51%;
  transform: translateY(-51%);
}

#special01 .bottom:after {
  content: "";
  position: absolute;
  top: 56%;
  transform: translateY(-56%);
  right: -20px;
  display: block;
  width: 13px;
  height: 20px;
  background: url(/static/gangparade/fanclub/feature/gangparadefctour2024_5fggoo/img/arrow_bottom.svg) no-repeat;
  background-size: contain;
}

#special01 .third .bottom:after {
  width: 11px;
  height: 18px;
  top: 78%;
  transform: translateY(-78%);
}

/* -------------------------------------------------
	special02
------------------------------------------------- */

#special02 {
  /* padding: 0 0 10vw;
	margin: 0 auto; */
  padding: 0 0 10vw;
  margin: 0 auto -180px;
  background: #141414;
  position: relative;
  border-radius: 166px 45px 0 0;
  overflow: hidden;
}

#special02 .contents-area {
  margin: 80px auto 180px;
}

#special02 h2 {
  padding: 0 0 0 76px;
  font-family: "citrus-gothic-solid", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 80px;
  text-align: left;
}

#special02 h2:before {
  content: "";
  background: url(/static/gangparade/fanclub/feature/gangparadefctour2024_5fggoo/img/taitle-logo.svg) no-repeat;
  background-position: center;
  background-size: cover;
  width: 66.84px;
  height: 66.84px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  position: absolute;
  z-index: 2;
}

.titlebg {
  animation: skew 4s infinite;
}

#special02 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#special02 ul li {
  margin-bottom: 60px;
  width: 46%;
}

#special02 ul li:last-child {
  margin-bottom: 0;
}

#special02 ul li:nth-child(5) {
  margin-bottom: 0;
}

#special02 .schedule-title {
  margin-bottom: 16px;
  position: relative;
  z-index: 1;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #fff;
}

#special02 .schedule-title .schedule-title-inner {
  text-align: left;
  display: flex;
  justify-content: left;
  align-items: center;
  position: relative;
  margin: 0 auto;
  padding: 1em 2em;
  padding-bottom: 1.3em;
  width: 100%;
  /* height: 80px; */
  font-size: 24px;
  font-weight: 500;
  background: rgb(229, 189, 250);
  background: linear-gradient(50deg, rgba(229, 189, 250, 1) 0%, rgba(210, 222, 246, 1) 43%, rgba(200, 240, 243, 1) 65%, rgba(202, 244, 149, 1) 100%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  box-sizing: border-box;
  border-radius: 12px 20px 20px 20px;
}

#special02 .schedule-title .schedule-title-inner:before {
  content: "";
  position: absolute;
  top: -6px;
  left: -6px;
  width: calc(100% - 0px);
  height: calc(100% - 0px);
  border: 1px solid #efefef;
  border-radius: 100px;
  background: #000;
  border-radius: 12px 20px 20px 20px;
}

#special02 .schedule-title .schedule-title-inner span {
  z-index: 2;
  font-family: "noto-sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  position: absolute;
}

#special02 .schedule-title .schedule-title-inner .schedule-date {
  font-size: 35px;
  position: absolute;
  left: 24px;
  line-height: 1;
  font-family: "agenda", sans-serif;
  font-weight: 500;
  font-style: normal;
}

#special02 .schedule-title .schedule-title-inner .schedule-date span {
  font-size: 12px;
  letter-spacing: -0.03em;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  margin-top: 5px;
}

#special02 .schedule-title .schedule-title-inner .schedule-address {
  padding: 0 20px 0 50px;
  font-size: 28px;
}

#special02 ul li:nth-child(5) .schedule-address,
#special02 ul li:last-child .schedule-address {
  padding: 0 20px 0 60px !important;
}

#special02 .schedule-detail {
  text-align: left;
  line-height: 1.8;
  font-size: 14px;
}

#special02 .schedule-detail span {
  font-weight: 600;
}

#special02 h2 {
  margin: 0 0 100px 0;
}

/* -------------------------------------------------
	special03
------------------------------------------------- */
#special03 {
  padding: 0 0 10vw;
  margin: 0 auto;
  background: #262626;
  position: relative;
  border-radius: 166px 45px 0 0;
  overflow: hidden;
}

#special03 .contents-area {
  margin: 80px auto 0;
}

#special03 h2 {
  padding: 0 0 0 76px;
  margin: 0 0 100px 0;
  font-family: "citrus-gothic-solid", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 80px;
  text-align: left;
}

#special03 h2:before {
  content: "";
  background: url(/static/gangparade/fanclub/feature/gangparadefctour2024_5fggoo/img/taitle-logo.svg) no-repeat;
  background-position: center;
  background-size: cover;
  width: 66.84px;
  height: 66.84px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  position: absolute;
  z-index: 2;
}

#special03 .ticket-price {
  margin-bottom: 4vw;
  text-align: left;
}

#special03 .ticket-price span {
  font-size: 14px;
}

#special03 .ticket-price .note {
  margin-top: 5px;
  display: block;
}

#special03 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#special03 ul li {
  margin-bottom: 60px;
  width: 100%;
}

#special03 ul li .detail-btn {
  margin: 0 auto;
  width: 280px;
  height: 50px;
  border-radius: 100px;
  background: #fff;
  position: relative;
}

#special03 ul li .detail-btn:after {
  content: "";
  background: url(/static/gangparade/fanclub/feature/gangparadefctour2024_5fggoo/img/arrow.svg) no-repeat;
  background-position: center;
  background-size: cover;
  width: 40px;
  height: 14px;
  top: 41%;
  transform: translateY(-41%);
  right: 16px;
  position: absolute;
  z-index: 1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#special03 ul li .detail-btn a {
  padding: 12px 0;
  display: block;
  color: #000;
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 600;
  width: 100%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#special03 ul li .detail-btn a:hover {
  opacity: 0.7;
}

#special03 ul li .detail-btn:hover:after {
  right: 10px;
}

#special03 .schedule-title {
  margin-bottom: 24px;
  position: relative;
  z-index: 1;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #fff;
}

#special03 .schedule-detail .from {
  padding: 0 8px;
  font-size: 14px;
}

#special03 .schedule-title .schedule-title-inner {
  display: flex;
  justify-content: left;
  align-items: center;
  position: relative;
  margin: 0 auto;
  padding: 1em 2em;
  padding-bottom: 2em;
  width: 100%;
  /* height: 80px; */
  font-size: 24px;
  font-weight: 500;
  background: rgb(229, 189, 250);
  background: linear-gradient(50deg, rgba(229, 189, 250, 1) 0%, rgba(210, 222, 246, 1) 43%, rgba(200, 240, 243, 1) 65%, rgba(202, 244, 149, 1) 100%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  box-sizing: border-box;
  border-radius: 12px 20px 20px 20px;
}

#special03 .schedule-title .schedule-title-inner:before {
  content: "";
  position: absolute;
  top: -6px;
  left: -6px;
  width: calc(100% - 0px);
  height: calc(100% - 0px);
  border: 1px solid #efefef;
  border-radius: 100px;
  background: #262626;
  border-radius: 12px 20px 20px 20px;
}

#special03 .schedule-title .schedule-title-inner span {
  z-index: 2;
  font-family: "noto-sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  position: absolute;
}

#special03 .schedule-title .schedule-title-inner .schedule-address-inner {
  font-size: 14px;
  display: block;
  font-size: 25px;
}

#special03 .schedule-title .schedule-title-inner .schedule-date {
  font-size: 35px;
  position: absolute;
  left: 24px;
  line-height: 1;
  font-family: "agenda", sans-serif;
  font-weight: 500;
  font-style: normal;
}

#special03 .schedule-title .schedule-title-inner .schedule-address {
  font-size: 28px;
}

#special03 .schedule-detail {
  margin-bottom: 24px;
  text-align: center;
  line-height: 1.6;
  font-size: 17px;
  letter-spacing: 0.1em;
  font-weight: 600;
}

#special03 .ticket-note {
  line-height: 1.6;
  text-align: left;
  margin-bottom: 40px;
}

#special03 .ticket-note span {
  margin-bottom: 10px;
  display: block;
}

#special03 .ticket-note a {
  color: #fff;
  text-decoration: underline;
}

#special03 .schedule-detail span {
  text-align: left;
  line-height: 1.6;
  font-size: 27px;
  vertical-align: baseline;
  font-weight: 600;
}

#special03 .note-area {
  padding: 60px 100px;
  width: 100%;
  border-radius: 12px 100px 100px 100px;
  border: 1px solid #efefef;
  text-align: left;
  box-sizing: border-box;
}

#special03 .note-area h3 {
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}

#special03 .note-area p {
  line-height: 1.6;
}

/* -------------------------------------------------
	special04
------------------------------------------------- */
#special04 {
  padding: 0 0 10vw;
  margin: 0 auto -180px;
  background: #141414;
  position: relative;
  border-radius: 166px 45px 0 0;
  overflow: hidden;
}

#special04 .contents-area {
  margin: -12vw auto 180px;
}

#special04 h2 {
  padding: 0 0 0 76px;
  font-family: "citrus-gothic-solid", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 80px;
  text-align: left;
}

#special04 h2:before {
  content: "";
  background: url(/static/gangparade/fanclub/feature/gangparadefctour2024_5fggoo/img/taitle-logo.svg) no-repeat;
  background-position: center;
  background-size: cover;
  width: 66.84px;
  height: 66.84px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  position: absolute;
  z-index: 2;
}

/* -------------------------------------------------
	special05
------------------------------------------------- */
#special05 {
  /* padding: 0 0 10vw; */
  padding: 0;
  margin: 0 auto -180px;
  background: #262626;
  position: relative;
  border-radius: 166px 45px 0 0;
  overflow: hidden;
}

#special05 .contents-area {
  margin: -12vw auto 180px;
}

#special05 h2 {
  padding: 0 0 0 76px;
  font-family: "citrus-gothic-solid", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 80px;
  text-align: left;
}

#special05 h2:before {
  content: "";
  background: url(/static/gangparade/fanclub/feature/gangparadefctour2024_5fggoo/img/taitle-logo.svg) no-repeat;
  background-position: center;
  background-size: cover;
  width: 66.84px;
  height: 66.84px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  position: absolute;
  z-index: 2;
}

/* -------------------------------------------------
		vote page
------------------------------------------------- */

.vote .modal {
  display: none;
  position: fixed;
  z-index: 8887;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #fff;
  transition: all 1s ease-in-out;
}

.vote .modal-container .img {
  background: #f1f1f1;
  margin-bottom: 15px;
}

.vote .modal-content {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 80svh;
  width: 90%;
}

.vote .modal-content .mainbtn {
  margin-bottom: 2vw;
  margin-top: 2vw;
  position: relative;
  z-index: 1;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.vote .modal-content .mainbtn a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 auto;
  padding: 1em 2em;
  padding-bottom: 1.3em;
  width: 440px;
  height: 80px;
  font-size: 20px;
  font-weight: 500;
  background: rgb(229, 189, 250);
  background: linear-gradient(50deg, rgba(229, 189, 250, 1) 0%, rgba(210, 222, 246, 1) 43%, rgba(200, 240, 243, 1) 65%, rgba(202, 244, 149, 1) 100%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  box-sizing: border-box;
  border-radius: 100px;
}

.vote .modal-content .mainbtn a span {
  margin-top: -2px;
  color: #000;
  z-index: 2;
  font-family: "noto-sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  position: absolute;
  transition: all 0.2s ease-in-out;
  top: 50%;
  transform: translateY(-50%);
}

.vote .modal-content .mainbtn a:hover span {
  right: 22%;
  top: 59%;
  transform: translateY(-59%);
}

.vote .modal-content .mainbtn a:before {
  content: "";
  position: absolute;
  top: -6px;
  left: -6px;
  width: calc(100% - 0px);
  height: calc(100% - 0px);
  border: 1px solid #000;
  border-radius: 100px;
  background: #efefef;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.vote .modal-content .mainbtn a:after {
  content: "";
  background: url(/static/gangparade/fanclub/feature/gangparadefctour2024_5fggoo/img/arrow.svg) no-repeat;
  background-position: center;
  background-size: cover;
  width: 40px;
  height: 14px;
  top: 41%;
  transform: translateY(-50%);
  right: 32px;
  position: absolute;
  z-index: 1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.vote .modal-content .mainbtn a:hover:before {
  top: 0;
  left: 0;
}

.vote .modal-content .mainbtn a:hover:after {
  right: 24px;
  top: 51%;
  transform: translateY(-51%);
}

.vote .scroll-area {
  background: #000;
  border-radius: 12px 60px 60px 60px;
  padding: 120px 0;
  position: relative;
  max-width: 90%;
  width: 100%;
  animation: show 0.6s linear 0s;
  box-sizing: border-box;
  z-index: 100;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  max-height: 75svh;
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 0;
  margin: 7vw auto 0;
  border-radius: 12px 60px 60px 60px;
  max-width: 90%;
}

.vote .modal-content:-webkit-scrollbar {
  display: none;
}

.vote .modal-content .modal-inner {
  padding: 0 40px;
  margin: 0 auto;
  max-width: 1080px;
}

.vote .modal-close {
  display: inline-block;
  position: absolute;
  right: -5%;
  top: -5%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  z-index: 101;
}

.vote .scroll-area {
  padding: 50px 0;
  margin: 0 auto;
  background: #000;
  border-radius: 12px 60px 60px 60px;
  position: relative;
  max-width: 90%;
  width: 100%;
  animation: show 0.6s linear 0s;
  z-index: 100;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  max-height: 70svh;
  max-width: 1200px;
  box-sizing: border-box;
}

.vote .modal-close:before,
.vote .modal-close:after {
  content: "";
  background: url(/static/gangparade/fanclub/feature/gangparadefctour2024_5fggoo/img/hamline.svg) no-repeat;
  display: block;
  width: 30.36px;
  height: 5.14px;
  position: absolute;
  top: 50%;
  left: 50%;
}

.vote .modal-close:before {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.vote .modal-close:after {
  transform: translate(-50%, -50%) rotate(45deg);
}

.modal-inner-img {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: end;
}

.modal-inner-img .modal-inner-movie {
  width: 67.2%;
  /* width: 96%; */
  aspect-ratio: 16/9;
  position: relative;
}

.modal-inner-img .modal-inner-movie iframe {
  width: 100%;
  height: 100%;
  left: 0;
}

.modal-inner-img .poster-area {
  padding-left: 20px;
  box-sizing: border-box;
  width: 28.6%;
}

.vote h3 {
  /* padding-top: 40px; */
  padding: 0 40px;
  margin: 0 auto 30px;
  max-width: 1034px;
  position: relative;
  /* border-top: 1px solid #fff; */
  text-align: left;
  font-size: 20px;
  font-weight: 700;
}

.vote h3 span {
  margin-top: 8px;
  font-size: 12px;
  display: block;
}

.vote .modalp {
  padding: 0 40px;
  margin: 40px auto 0;
  max-width: 1034px;
  position: relative;
  text-align: left;
  font-size: 15px;
  line-height: 1.4;
}

.vote .modal-intro-pt {
  padding: 20px;
  margin: -10px auto 40px;
  max-width: 1034px;
  position: relative;
  text-align: left;
  font-size: 16px;
  line-height: 1.4;
  background: #fff;
  box-sizing: border-box;
  color: #000;
  border-radius: 8px 20px 20px 20px;
}

.vote .modal-intro {
  padding: 0 40px;
  margin: -10px auto 40px;
  max-width: 1034px;
  position: relative;
  text-align: left;
  font-size: 16px;
  line-height: 1.4;
  background: none;
  color: #fff;
  border-radius: 0;
}

.vote .line {
  margin-top: 40px;
  height: 1px;
  background: #fff;
  width: 100%;
}

@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.vote .container button {
  margin-bottom: 60px;
  width: 20%;
  background: none;
  border: none;
  cursor: pointer;
  transition: all 0.3s;
  z-index: 2;
  vertical-align: bottom;
}

.triple {
  width: 100%;
}

.vote .container button:hover {
  transform: scale(1.1);
}

.vote .container button img {
  /* max-width: 154px; */
  max-width: 180px;
}

/* -------------------------------------------------
	special06
------------------------------------------------- */

#special06 {
  /* padding: 0 0 10vw; */
  padding: 0;
  margin: -12vw auto 0;
  background: #262626;
  position: relative;
  border-radius: 166px 45px 0 0;
  overflow: hidden;
}

#special06 .contents-area {
  margin: 80px auto 180px;
}

#special06 h2 {
  padding: 0 0 0 76px;
  font-family: "citrus-gothic-solid", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 80px;
  text-align: left;
}

#special06 h2:before {
  content: "";
  background: url(/static/gangparade/fanclub/feature/gangparadefctour2024_5fggoo/img/taitle-logo.svg) no-repeat;
  background-position: center;
  background-size: cover;
  width: 66.84px;
  height: 66.84px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  position: absolute;
  z-index: 2;
}

#special06 p {
  /* text-align: left; */
  line-height: 1.6;
}

#special06 .margin-none {
  margin-bottom: 0;
}

#special06 p a {
  text-decoration: underline;
}

#special06 tbody {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#special06 tbody tr {
  margin-bottom: 40px;
  width: 48%;
  border-radius: 100px;
  box-sizing: border-box;
  font-size: 20px;
  display: flex;
}

#special06 tbody tr:last-child {
  margin-bottom: 0;
}

#special06 tbody tr:nth-child(5) {
  margin-bottom: 0;
}

#special06 tbody tr th {
  width: 10%;
  text-align: center;
  border: 1px solid #efefef;
  padding: 0.8rem 2rem;
  border-right: none;
  background-color: rgba(255, 255, 255, 0.2);
  white-space: nowrap;
  border-radius: 12px 0 0 20px;
  font-family: "noto-sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 24px;
  display: grid;
  justify-items: center;
  align-content: center;
}

#special06 tbody tr td {
  width: 80%;
  border: 1px solid #efefef;
  padding: 0.8rem 2rem;
  border-left: none;
  border-radius: 0 20px 20px 0;
  font-family: "noto-sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  display: grid;
  justify-items: left;
  align-content: center;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

.footer-gangparade {
  background: #262626;
  z-index: 2;
  position: relative;
}
.footer-gangparade_type2 {
  background: linear-gradient(180deg, #262626 0%, #606060 30%, #2f2f2f 70%, #262626 100%);
}

/* enquete-page */
.enquete-page {
  background: #141414;
}
.enquete-page #main-visual {
  height: auto;
  background: none;
}

.enquete-page .contents {
  padding: 20vh 40px 0;
  margin: 0 auto;
  text-align: left;
  width: 850px;
  max-width: calc(100% - 40px);
  box-sizing: border-box;
}

.enquete-page .contents h2 {
  text-align: center;
  font-size: 32px;
  font-family: "noto-sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.enquete-page .form dt {
  font-weight: 700;
  font-size: 17px;
  margin: 0 0 12px 0;
  line-height: 1.2;
}

.enquete-page .form dd {
  margin: 0 0 40px 0;
}

.form input,
.enquete-page .form select,
.enquete-page .form textarea,
.enquete-page .form input,
.enquete-page .form select,
.enquete-page .form textarea {
  padding: 10px;
  font-size: 15px;
  font-weight: 400;
  height: 50px;
  border: 1px solid #eee;
  width: 100%;
  border-radius: 4px;
}

.enquete-page .icon--required:before {
  content: "*";
  display: inline-block;
  position: relative;
  top: -1px;
  color: #f23a3c;
  font-size: 12px;
  font-weight: 700;
  margin-left: 5px;
}

.enquete-page .form-submit {
  text-align: center;
}

.enquete-page .form-submit input {
  padding: 20px 0;
  margin: 40px auto 60px;
  background: #fff;
  border: 1px solid #fff;
  opacity: 1;
  width: 50%;
  max-width: 50%;
  cursor: pointer;
  border-radius: 100px;
  font-size: 15px;
  font-weight: 600;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.enquete-page .form-submit input:hover {
  opacity: 0.7;
}

.enquete-page .detail__btn {
  text-align: center;
}

.enquete-page .detail__btn a {
  color: #fff;
  display: block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.enquete-page .detail__btn a:hover {
  opacity: 0.7;
}

.enquete-page .enquete-formradio {
  margin: 20px auto 0;
}
.enquete-page .enquete-formradio li {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.enquete-page .enquete-formradio li input {
  margin-right: 12px;
}

.enquete-page input[type="radio"] {
  position: relative;
  width: 16px;
  height: 16px;
  border: 1px solid #fff;
  border-radius: 50%;
  vertical-align: -2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.enquete-page input[type="radio"]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #fff;
  content: "";
}

.enquete-page .yamamachimiki input[type="radio"] {
  border: 1px solid #0da037;
}
.enquete-page .yamamachimiki input[type="radio"]:checked:before {
  background: #0da037;
}

.enquete-page .yumenoyua input[type="radio"] {
  border: 1px solid #f55184;
}
.enquete-page .yumenoyua input[type="radio"]:checked:before {
  background: #f55184;
}

.enquete-page .cangpmaika input[type="radio"] {
  border: 1px solid #f26a00;
}
.enquete-page .cangpmaika input[type="radio"]:checked:before {
  background: #f26a00;
}

.enquete-page .cocopartincoco input[type="radio"] {
  border: 1px solid #ee2727;
}
.enquete-page .cocopartincoco input[type="radio"]:checked:before {
  background: #ee2727;
}

.enquete-page .terashimayuka input[type="radio"] {
  border: 1px solid #9a72d6;
}
.enquete-page .terashimayuka input[type="radio"]:checked:before {
  background: #9a72d6;
}

.enquete-page .yuigadockson input[type="radio"] {
  border: 1px solid #e6e6e6;
}
.enquete-page .yuigadockson input[type="radio"]:checked:before {
  background: #e6e6e6;
}

.enquete-page .tsukinousagi input[type="radio"] {
  border: 1px solid #7fcef4;
}
.enquete-page .tsukinousagi input[type="radio"]:checked:before {
  background: #7fcef4;
}

.enquete-page .kilamay input[type="radio"] {
  border: 1px solid #f7b3d2;
}
.enquete-page .kilamay input[type="radio"]:checked:before {
  background: #f7b3d2;
}

.enquete-page .canon input[type="radio"] {
  border: 1px solid #275eb9;
}
.enquete-page .canon input[type="radio"]:checked:before {
  background: #275eb9;
}

.enquete-page .changbaby input[type="radio"] {
  border: 1px solid #e7db56;
}
.enquete-page .changbaby input[type="radio"]:checked:before {
  background: #e7db56;
}

.enquete-page .naruhaworld input[type="radio"] {
  border: 1px solid #5fcd7a;
}
.enquete-page .naruhaworld input[type="radio"]:checked:before {
  background: #5fcd7a;
}

.enquete-page .ainastar input[type="radio"] {
  border: 1px solid #c1b1d2;
}

.enquete-page .ainastar input[type="radio"]:checked:before {
  background: #c1b1d2;
}

.enquete-page .potential input[type="radio"] {
  border: 1px solid #39c8c8;
}
.enquete-page .potential input[type="radio"]:checked:before {
  background: #39c8c8;
}

.enquete-page .block--complete {
  padding-bottom: 10vh;
  text-align: center;
}

.enquete-page .block--complete .txt_complete {
  margin-bottom: 24px;
}

.enquete-page .block--complete .btn a {
  font-weight: 600;
  color: #fff;
}

/* -------------------------------------------------
	2次投票
------------------------------------------------- */

.flex {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.vote2nd_box {
  width: 32%;
  margin-bottom: 50px;
}

.vote2nd_box p {
  font-size: 120%;
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
}

.vote2nd_box p.vote_tit {
  height: 5.5em;
}

.vote_date {
  border: 1px solid;
  padding: 30px;
  margin-bottom: 50px;
  font-size: 120%;
  border-radius: 12px 100px 100px 100px;
}

.attention_vote {
  font-size: 90%;
  text-align: left;
  margin: 30px 90px 10px;
}
/* -------------------------------------------------
	footer
------------------------------------------------- */

@media screen and (max-width: 960px) {
  #main-visual {
    min-height: auto;
  }
}

@media screen and (min-width: 1200px) {
  .vote .modal-content {
    max-width: 1200px;
  }
}

@media screen and (max-width: 1200px) {
  .vote .modal-intro-pt {
    margin: -10px 40px 40px;
  }
}

@media screen and (max-width: 1135px) {
  .modal-inner-img .modal-inner-movie {
    margin-bottom: 20px;
    width: 100%;
  }

  .modal-inner-img .poster-area {
    padding: 0;
    width: 100%;
  }
}

@media screen and (max-width: 820px) {
  #special01 .ranklist {
    margin: 20px auto 24px;
  }

  #special02 .schedule-title .schedule-title-inner {
    height: 60px;
    padding: 0;
  }

  #special02 .schedule-title .schedule-title-inner .schedule-date {
    margin-top: -7px;
    display: inline-block;
    font-size: 29px;
  }

  #special02 .schedule-title .schedule-title-inner .schedule-address {
    padding: 0 20px 0 100px;
    font-size: 20px;
  }

  #special02 ul li:nth-child(5) .schedule-address,
  #special02 ul li:last-child .schedule-address {
    padding: 0 20px 0 110px !important;
  }

  #special03 .schedule-title .schedule-title-inner {
    justify-content: center;
    height: 65px;
    padding: 0;
  }

  #special03 .schedule-title .schedule-title-inner .schedule-address {
    top: 27%;
    transform: translateY(-27%);
  }

  #special03 .schedule-title .schedule-title-inner .schedule-address-inner {
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    width: 100%;
  }

  .vote .modal-intro {
    padding: 0 40px;
  }

  .vote .modal-intro-pt {
    margin: -10px 40px 40px;
  }

  .vote .modal-content .mainbtn {
    margin-top: 4vw;
  }

  #special06 .contents-area {
    margin: -12vw auto 80px;
  }

  #special06 tbody tr {
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }

  .come {
    padding: 0;
  }

  body .g {
    width: 80%;
  }

  body .g:before {
    width: 100%;
    top: 15%;
    left: 15%;
    transform: translateX(-15%);
  }

  #main-visual .menu-area .pcmenu {
    display: none !important;
  }

  #main-visual .menu-area {
    padding: 20px;
  }

  /* ハンバーガーボタンのデザイン */
  .drawer__button {
    position: relative;
    width: 30px;
    height: 30px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    z-index: 999;
    display: block;
  }

  /* ハンバーガーボタン内の線 */
  .drawer__button > span {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 3px;
    width: 30px;
    background-color: #fff;
    transform: translateX(-50%);
  }

  .drawer__button > span:first-child {
    transform: translate(-50%, calc(-50% - 0.5rem));
    transition: transform 0.3s ease;
    /* top: -2px; */
    top: 14px;
    content: "";
    background: url(/static/gangparade/fanclub/feature/gangparadefctour2024_5fggoo/img/menuopenline.svg) no-repeat;
    display: block;
    width: 30.36px;
    height: 5.14px;
    position: absolute;
  }

  .drawer__button > span:nth-child(2) {
    transform: translate(-50%, -50%);
    transition: opacity 0.3s ease;
  }

  .drawer__button > span:last-child {
    transform: translate(-50%, calc(-50% + 0.5rem)) rotate(180deg);
    transition: transform 0.3s ease;
    /* top: 2px; */
    top: initial;
    bottom: 9px;
    content: "";
    background: url(/static/gangparade/fanclub/feature/gangparadefctour2024_5fggoo/img/menuopenline.svg) no-repeat;
    display: block;
    width: 30.36px;
    height: 5.14px;
    position: absolute;
  }

  /* 展開時のデザイン */
  .drawer__button.active > span:first-child {
    transform: translate(-50%, -50%) rotate(-45deg);
    top: 50%;
  }

  .drawer__button.active > span:nth-child(2) {
    opacity: 0;
  }

  .drawer__button.active > span:last-child {
    transform: translate(-50%, -50%) rotate(45deg);
    top: 50%;
  }

  /* メニューのデザイン */
  .drawer__nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    transition: opacity 0.3s ease;
    opacity: 0;
    visibility: hidden;
  }

  .drawer__nav.active {
    opacity: 1;
    visibility: visible;
  }

  .drawer__nav__inner {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #262626;
    padding: 4rem 20px 1rem;
    box-sizing: border-box;
    margin: 0 0 0 auto;
    overflow: scroll;
    transform: translateX(100%);
    transition: transform 0.3s ease;
  }

  .drawer__nav.active .drawer__nav__inner {
    transform: translateX(0);
  }

  .drawer__nav__menu {
    list-style: none;
    padding-left: 0;
    padding: 60px 0;
    border-radius: 12px 60px 60px 60px;
    height: 85svh;
    box-sizing: border-box;
    position: relative;
    background: #000;
  }

  .drawer__nav__menu_inner {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 75%;
  }

  .drawer__nav__menu li {
    margin-bottom: 40px;
  }

  .drawer__nav__link {
    /* padding-left: 40px; */
    display: block;
    width: 100%;
    /* font-size: 45px; */
    font-size: 10vw;
    box-sizing: border-box;
    color: #fff;
    font-family: "citrus-gothic-solid", sans-serif;
    font-weight: 400;
    font-style: normal;
    position: relative;
  }

  /* ハンバーガーメニュー展開時、背景を固定 */
  body.active {
    height: 100%;
    overflow: hidden;
  }

  #main-visual {
    background: url(/static/gangparade/fanclub/feature/gangparadefctour2025/img/fctour2025_kv_sp.jpg) no-repeat, #333333;
    background-size: cover;
    background-position: center;
  }

  #main-visual .logoArea {
    width: 80%;
  }

  #main-visual .menu-area .memmber-election {
    padding-left: 24px;
    font-size: 18px;
    z-index: 3;
  }

  #main-visual .menu-area .memmber-election:before {
    width: 20.27px;
    height: 20.27px;
  }

  .contents-area {
    padding: 0 20px;
  }

  .mainbtn {
    margin-bottom: 16vw;
  }

  .mainbtn a {
    margin-right: 14px;
    width: 90%;
    height: 60px;
  }

  .mainbtn a span {
    top: 45%;
    transform: translateY(-45%);
  }

  .mainbtn a:hover span {
    right: 41%;
  }

  .vote .container {
    justify-content: space-between;
  }

  .vote .container button {
    width: 48%;
  }

  .vote .container button img {
    max-width: 240px;
  }

  .vote .scroll-area {
    padding: 60px 0;
    margin: 7vw auto 0;
    border-radius: 12px 60px 60px 60px;
    max-width: 90%;
  }

  .vote .modal-content .mainbtn {
    margin-top: 6vw;
  }

  .vote .modal-content .mainbtn a {
    /* margin-right: 14px; */
    margin: 0 auto;
    width: 90%;
    height: 60px;
    font-size: 16px;
  }

  .vote .modal-content .mainbtn a span {
    top: 45%;
    transform: translateY(-45%);
  }

  .vote .modal-content .mainbtn a:hover span {
    right: 15%;
  }

  .vote .modal-content .mainbtn a:after {
    content: none;
  }

  /* special01 */

  #special01 .contents-area {
    margin: 0 auto 220px;
  }

  #special01:before {
    /* background: url(/static/gangparade/fanclub/feature/gangparadefctour2024_5fggoo/img/topbgsp.png) no-repeat; */
    background-size: cover;
    background-position: center;
  }

  #special01 .movie-area {
    margin-bottom: 16vw;
  }

  #special01 .container:after {
    width: 100%;
    height: 350px;
    top: 50%;
    left: 0%;
  }

  #special01 .preface {
    padding: 0 20px;
    margin: 0 auto 16vw;
    text-align: left;
    font-size: 110%;
  }

  #special01 .preface span {
    padding: 0 4px;
    font-size: 25px;
  }

  #special01 .top:after,
  #special01 .right:after,
  #special01 .bottom:after {
    display: none;
  }

  #special01 table th,
  #special01 table td {
    padding: 0.5em;
  }

  #special01 .ranklist {
    margin: 0 auto 24px;
  }

  #special01 table {
    border-radius: 12px 30px 30px 30px;
  }

  .vote .modal-content {
    max-width: 90%;
  }

  .vote .scroll-area {
    padding: 60px 0;
    margin: 7vw auto 0;
    border-radius: 12px 60px 60px 60px;
  }

  .vote .modal-content .modal-inner {
    padding: 0 20px;
  }

  .modal-inner-img .modal-inner-movie {
    margin-bottom: 20px;
    width: 100%;
  }

  .modal-inner-img .poster-area {
    padding: 0;
    width: 100%;
  }

  .vote h3 {
    padding: 0 20px;
    margin: 0 auto 20px;
  }

  .vote .modalp {
    padding: 0 20px;
  }

  .vote .modal-intro {
    padding: 0 20px;
  }

  .vote .modal-intro-pt {
    padding: 20px;
    margin: -10px 20px 40px;
  }

  /* special02 */
  #special02 {
    border-radius: 60px 20px 0 0;
  }

  #special02 .contents-area {
    margin: 60px auto 220px;
  }

  #special02 h2 {
    padding: 0 0 0 48px;
    margin: 0 0 40px 0;
    font-size: 47px;
    /* font-size: 10vw; */
  }

  #special02 h2:before {
    width: 41.79px;
    height: 41.79px;
  }

  #special02 ul li {
    width: 100%;
    /* border-bottom: 1px solid #000;
	padding-bottom: 60px; */
    margin-bottom: 66px;
  }

  #special02 ul li:last-child {
    padding-bottom: 0;
    border: none;
  }

  #special02 ul li:nth-child(5) {
    margin-bottom: 66px;
  }

  #special02 .schedule-title .schedule-title-inner {
    display: block;
    padding: 20px 0;
    /* height: 134px; */
    height: 78px;
  }

  #special02 .schedule-title .schedule-title-inner .schedule-date {
    padding: 0 15px;
    margin-bottom: 8px;
    margin-top: -3px;
    left: inherit;
    position: relative;
    /* display: block; */
    display: inline-block;
  }

  #special02 .schedule-title .schedule-title-inner .schedule-address {
    /* margin-top: 0;
	display: block;
	padding: 0 20px; */
    padding: 0 20px 0 10px;
    font-size: 20px;
  }

  #special02 ul li:nth-child(5) .schedule-address,
  #special02 ul li:last-child .schedule-address {
    padding: 0 20px 0 10px !important;
  }

  /* special03 */
  #special03 {
    border-radius: 60px 20px 0 0;
  }

  #special03 .contents-area {
    margin: 60px auto 70px;
  }

  #special03 h2 {
    padding: 0 0 0 48px;
    margin: 0 0 40px 0;
    font-size: 47px;
  }

  #special03 h2:before {
    width: 41.79px;
    height: 41.79px;
  }

  #special03 ul li {
    width: 100%;
  }

  #special03 ul li .detail-btn {
    margin: 0 auto;
  }

  #special03 .schedule-detail {
    text-align: center;
  }

  #special03 .schedule-detail .from {
    padding: 8px 0;
    margin: 0 auto;
    /* display: block; */
    -ms-writing-mode: tb-rl;
    /* writing-mode: vertical-rl; */
    text-align: center;
  }

  #special03 .note-area {
    padding: 40px 20px;
    border-radius: 12px 60px 60px 60px;
  }

  /* special04 */
  #special04 {
    border-radius: 60px 20px 0 0;
  }

  #special04 .contents-area {
    margin: 60px auto 220px;
  }

  #special04 h2 {
    padding: 0 0 0 48px;
    margin: 0 0 40px 0;
    font-size: 47px;
  }

  #special04 h2:before {
    width: 41.79px;
    height: 41.79px;
  }

  /* special05 */
  #special05 {
    border-radius: 60px 20px 0 0;
  }

  #special05 .contents-area {
    margin: 60px auto 220px;
  }
  #special05 h2 {
    padding: 0 0 0 48px;
    margin: 0 0 40px 0;
    font-size: 47px;
  }

  #special05 h2:before {
    width: 41.79px;
    height: 41.79px;
  }

  /* special06 */
  #special06 {
    border-radius: 60px 20px 0 0;
    margin: 0 auto -140px;
  }

  #special06 .contents-area {
    margin: 60px auto 220px;
  }

  #special06 h2 {
    padding: 0 0 0 48px;
    margin: 0 0 40px 0;
    font-size: 47px;
  }

  #special06 h2:before {
    width: 41.79px;
    height: 41.79px;
  }

  #special06 tbody tr {
    width: 100%;
    margin-bottom: 40px;
    font-size: 18px;
  }

  #special06 tbody tr:last-child {
    padding-bottom: 0;
    border: none;
  }

  #special06 tbody tr:nth-child(5) {
    margin-bottom: 40px;
  }

  #special06 tbody tr th {
    padding: 0.8rem 0;
    width: 30%;
  }

  #special06 tbody tr td {
    padding: 0.8rem;
  }

  .footer-gangparade {
    padding-top: 20px;
  }

  /* enquete-page */
  .enquete-page .contents {
    padding: 10vh 20px;
    max-width: 100%;
    width: 100%;
  }

  .enquete-page .contents h2 {
    font-size: 26px;
  }

  .enquete-page .form-submit input {
    width: 100%;
    max-width: 100%;
  }

  .enquete-page .titlesp {
    display: block;
  }

  .enquete-page .block--complete {
    padding: 10vh 20px;
  }
}

@media screen and (max-width: 375px) {
  #special02 .schedule-title .schedule-title-inner .schedule-address {
    font-size: 24px;
  }
  h2 {
    font-size: 12vw !important;
  }
  .schedule-address {
    font-size: 7vw !important;
  }
  .schedule-date {
    padding: 0 12px !important;
  }
  #special03 ul li .detail-btn {
    margin: 0 auto !important;
    width: 100% !important;
  }
  .vote .modal-content .mainbtn a:hover span {
    right: 14%;
  }
}
@media screen and (max-width: 450px) {
  .mainbtn a:hover span {
    right: 33%;
  }
  .vote .modal-content .mainbtn a:hover span {
    right: 17%;
  }
}

@media screen and (max-width: 390px) {
  .vote .modal-content .mainbtn a:hover span {
    right: 15%;
  }
}

@media screen and (min-width: 730px) and (max-width: 768px) {
  .vote .modal-content .mainbtn a:hover span {
    right: 32%;
  }
}

@media screen and (min-width: 449px) and (max-width: 729px) {
  .vote .modal-content .mainbtn a:hover span {
    right: 29%;
  }
}

/* memberArea 追記分 */
.memberArea {
}
.vote .container .memberArea button {
  width: 100%;
  margin-bottom: 20px;
}
.memberArea .memberBox {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin: 0 auto 60px;
}
.memberArea .memberBox:last-child {
  margin: 0 auto;
}
.memberArea .memberBox .member {
  width: 20%;
}
.memberArea .memberBox .rank {
  font-weight: bold;
}

.memberArea .memberBox1 {
}
.memberArea .memberBox1 .member {
  display: flex;
  justify-content: center;
  width: auto;
}
.memberArea .memberBox1 button {
  margin-right: 20px;
  margin-bottom: 0;
}
.memberArea .memberBox1 button img {
  width: 240px;
  max-width: 240px;
}
.memberArea .memberBox1 .memberInfo {
}
.memberArea .memberBox1 .memberInfo .rank {
  width: 220px;
  margin: 20% 0 20px;
}
.memberArea .memberBox1 .memberInfo .rank.rankB {
  margin: 40% 0 20px;
}
.memberArea .memberBox1 .memberInfo .rank.rankC {
  margin: 35% 0 20px;
}
.memberArea .memberBox1 .memberInfo .nameNo1 {
  display: inline-block;
  font-weight: bold;
  padding: 5px 20px;
  border: 3px solid #000;
}
.memberArea .memberBox1 .memberInfo .nameNo1.nameNo1a {
  background: #ff2669;
}
.memberArea .memberBox1 .memberInfo .nameNo1.nameNo1b {
  background: #00912a;
}
.memberArea .memberBox1 .memberInfo .nameNo1.nameNo1c {
  background: #4c84e0;
}

.memberArea .memberBox2 {
}
.memberArea .memberBox2 .member {
}
.memberArea .memberBox2 .member:last-child {
}
.memberArea .memberBox2 button img {
}
.memberArea .memberBox2 .rank {
}

.memberArea .memberBox3 {
}
.memberArea .memberBox3 .member {
}
.memberArea .memberBox3 .member:last-child {
}
.memberArea .memberBox3 button img {
}
.memberArea .memberBox3 .rank {
}

.memberArea .memberBox4 {
  align-items: flex-end;
}
.memberArea .memberBox4 .member {
}
.memberArea .memberBox4 .member:last-child {
}
.memberArea .memberBox4 button img {
}
.memberArea .memberBox4 {
}
.memberArea .memberBox4 .rank {
}

@media screen and (min-width: 961px) {
  .memberArea .memberBoxSp {
    display: none;
  }
}

@media screen and (max-width: 960px) {
  .memberArea .memberBoxPc {
    display: none;
  }

  .memberArea {
  }
  .vote .container .memberArea button {
    margin-bottom: 10px;
  }
  .vote .container .memberArea button img {
    max-width: 200px;
  }
  .memberArea .memberBox {
  }
  .memberArea .memberBox .member {
  }

  .memberArea .memberBox1 {
    margin: 0 auto 40px;
  }
  .memberArea .memberBox1 .member {
    flex-direction: column-reverse;
  }
  .memberArea .memberBox1 .member button {
    margin: 0 auto;
    width: 100%;
  }
  .memberArea .memberBox1 .member button img {
    width: 200px;
    max-width: 200px;
  }
  .memberArea .memberBox1 .memberInfo {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    justify-content: center;
  }
  .memberArea .memberBox1 .memberInfo .rank {
    margin: 0 15px 0 0;
    width: 125px;
  }
  .memberArea .memberBox1 .memberInfo .rank.rankB {
    margin: 0 15px 0 0;
  }
  .memberArea .memberBox1 .memberInfo .rank.rankC {
    margin: 0 15px 0 0;
  }
  .memberArea .memberBox1 .memberInfo .nameNo1 {
  }

  .memberArea .memberBoxSp {
    margin: 0 auto 40px;
    justify-content: space-between;
    align-items: flex-end;
  }
  .memberArea .memberBoxSp:last-child {
    margin: 0 auto 40px;
  }
  .memberArea .memberBoxSp .member {
    width: 48%;
  }
  .memberArea .memberBoxSp .member:last-child {
  }
  .memberArea .memberBoxSp .memberInfo {
  }
  .memberArea .memberBoxSp .rank {
  }

  .flex {
    display: block;
  }

  .vote2nd_box {
    width: 100%;
    margin-bottom: 50px;
  }

  .vote2nd_box p {
    font-size: 105%;
  }

  .vote2nd_box p.vote_tit {
    height: auto;
  }

  .vote2nd_box img {
    width: 70%;
  }

  .vote_date {
    border: 1px solid;
    padding: 30px 10px 10px;
  }

  .attention_vote {
    margin: 30px 20px 30px;
  }
}
