/* ==========================================================================
   header
========================================================================== */
.specialHeader {
  min-width: 100%;
  height: 60px;
  padding: 0 6vw;
  z-index: 111;
  position: fixed;
}
.specialHeader__jLogo {
  position: fixed;
  left: 15px;
  top: 15px;
  z-index: 100000;
}
.specialHeader__jLogo a img {
  width: 40px;
}
.specialHeader__title {
  width: 54.6vw;
}
.specialHeader__title img {
  width: 100%;
  height: auto;
}
.specialHeader__gnav {
  margin-top: 30px;
  margin-left: 0;
  display: block;
}
.specialHeader__gnav li {
  font-size: 24px;
  font-size: 2.4rem;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}
.specialHeader__gnav li.nolink a {
  pointer-events: none;
  opacity: 0.3;
}
.specialHeader__gnav li.nolink a:after {
  opacity: 0.3;
}
.specialHeader__gnav li.ticket a {
  background: #ff0000;
}
.specialHeader__gnav li.english a {
  background: #545454;
}
.specialHeader__gnav li a {
  display: block;
  color: #fff;
  padding: 20px 0;
}
.specialHeader__gnav li a:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.specialHeader__gnav li a.active:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transform: translateY(-50%) rotate(180deg);
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
}
.specialHeader__gnav li a:hover {
  opacity: 1;
}
.specialHeader__gnav li a.nolink {
  pointer-events: none;
  opacity: 0.3;
}
.specialHeader__gnav li span {
  padding: 20px 0;
  display: block;
  color: #545454;
}
.specialHeader__gnav li span, .specialHeader__gnav li a {
  font-weight: bold;
}
.specialHeader__gnav li ul li {
  font-size: 15px;
  font-size: 1.5rem;
}
.specialHeader__gnav > li {
  border-top: 1px solid rgba(255, 255, 255, 0.6);
}
.specialHeader__subnav {
  display: none;
}

.menutriggerWrap {
  width: 8vw;
  height: 8vw;
  z-index: 1111111111;
}

.menu-trigger {
  display: inline-block;
  width: 30px;
  height: 20px;
  position: absolute;
  top: 10px;
  right: 13px;
  z-index: 222222;
  margin-top: 10px;
  cursor: pointer;
}
.menu-trigger:hover {
  opacity: 0.7;
}
.menu-trigger.active {
  right: 14px;
}
.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(9px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-9px) rotate(45deg);
}
.menu-trigger span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  margin: 0 auto;
  background-color: #fff;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 9px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

#navigation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 1000;
  height: 100%;
  overflow-y: auto;
  padding: 60px 0 40px;
  box-sizing: border-box;
  text-align: center;
}
#navigation .navigation_inner {
  padding: 0 20px;
  box-sizing: border-box;
}
#navigation .navigation_inner h1 {
  width: 150px;
  margin: auto;
}
#navigation .navigation_inner h1 img {
  width: 100%;
}
#navigation .navList {
  text-align: center;
}
#navigation .navList li {
  letter-spacing: 0.1em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
#navigation .navList li h1 a {
  color: #c7ba66;
}
#navigation .navList li a {
  padding: 0.5em;
  color: #fff;
  display: block;
}
#navigation .navList li.nav_ticket {
  border: none;
}
#navigation .navList li.nav_ticket a {
  background: #e60012;
  color: #000;
}

.accordionIndex {
  position: relative;
}

.accordionIndex:after {
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  font-family: "ionicons";
  content: "\f35d";
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  width: 1em;
  height: 1em;
  transition: 1s;
}

.accordionIndex.active {
  background: rgba(255, 255, 255, 0.2);
}

.accordionIndex.active:after {
  transform: rotate(180deg);
  top: 10px;
}

a {
  color: #e60012;
  text-decoration: none;
}

html {
  width: 100%;
  font-size: 62.5%;
  overflow-y: auto;
}

body {
  min-width: 100%;
  overflow: hidden;
  background: #f5f3f3;
  color: #000;
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-size: 1.3rem;
  line-height: 130%;
}
body.is-nav {
  height: 100%;
  overflow: hidden;
}

#header,
.kvArea,
#main {
  box-sizing: border-box;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 500;
  background: none;
  font-feature-settings: "palt";
}

img {
  vertical-align: bottom;
}

strong {
  font-weight: bold;
}

#pagetop {
  width: 100%;
}

.wrapper {
  width: 100%;
  margin: 0 auto;
}

.container {
  background: none;
  padding: 0;
}

#main {
  padding-top: 0;
  background-size: 100% auto;
}

.wide_base {
  width: 90%;
}

.wide_baseL {
  width: 100%;
}

body.mfp-zoom-out-cur {
  position: fixed;
}

#pageTopBtn {
  z-index: 10000;
}

.pcDISP {
  display: none;
}

.spDISP {
  display: block;
}

/* ==========================================================================
   COMMON
========================================================================== */
.CLM__half, .CLM__three {
  display: flex;
  flex-wrap: wrap;
  justify-content: -ms- left;
  justify-content: -webkit- left;
  justify-content: left;
  align-items: -ms- top;
  align-items: -webkit- top;
  align-items: top;
}
.CLM__half img, .CLM__three img {
  width: 100%;
}
.CLM__half .wide100, .CLM__three .wide100 {
  width: 100% !important;
}
.CLM__half > li, .CLM__half > article, .CLM__half > figure {
  width: 48%;
  margin-right: 4%;
}
.CLM__half > li:nth-child(2n), .CLM__half > article:nth-child(2n), .CLM__half > figure:nth-child(2n) {
  margin-right: 0;
}
.CLM__three > li, .CLM__three > article, .CLM__three > figure, .CLM__three > div {
  width: 32%;
  margin-right: 2%;
}
.CLM__three > li:nth-child(3n), .CLM__three > article:nth-child(3n), .CLM__three > figure:nth-child(3n), .CLM__three > div:nth-child(3n) {
  margin-right: 0;
}

.nowrapCLM {
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- space-between;
  justify-content: -webkit- space-between;
  justify-content: space-between;
  align-items: -ms- top;
  align-items: -webkit- top;
  align-items: top;
}
.nowrapCLM > li {
  flex: 1;
  margin-right: 3%;
}
.nowrapCLM > li:last-child {
  margin-right: 0;
}
.nowrapCLM > li img {
  width: 100%;
}
.nowrapCLM > li a {
  display: block;
}

.spnoCLM {
  display: block;
}
.spnoCLM.CLM__half > li, .spnoCLM.CLM__half > article, .spnoCLM.CLM__half > figure {
  width: 100%;
  margin-right: 0;
}
.spnoCLM.CLM__half > li:nth-child(2n), .spnoCLM.CLM__half > article:nth-child(2n), .spnoCLM.CLM__half > figure:nth-child(2n) {
  margin-right: 0;
}
.spnoCLM.CLM__three > li, .spnoCLM.CLM__three > article, .spnoCLM.CLM__three > figure, .spnoCLM.CLM__three > div {
  width: 100%;
  margin-right: 0;
}
.spnoCLM.CLM__three > li:nth-child(3n), .spnoCLM.CLM__three > article:nth-child(3n), .spnoCLM.CLM__three > figure:nth-child(3n), .spnoCLM.CLM__three > div:nth-child(3n) {
  margin-right: 0;
}

.txt__honbun {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.25vw;
  line-height: 1.65;
  margin-bottom: 1em;
  text-align: left;
}
.txt__size16 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.5vw;
  line-height: 1.65;
  margin-bottom: 1em;
  text-align: left;
}
.txt__size18 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.75vw;
  line-height: 1.65;
  margin-bottom: 1em;
  text-align: left;
}
.txt__size20 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4vw;
  line-height: 1.65;
  margin-bottom: 1em;
  font-weight: bold;
  text-align: left;
}
.txt__size22 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4.25vw;
  line-height: 1.65;
  margin-bottom: 1em;
  font-weight: bold;
  text-align: left;
}
.txt__size26 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4.5vw;
  line-height: 1.65;
  margin-bottom: 1em;
  font-weight: bold;
  text-align: left;
}
.txt__red {
  color: #e60012;
}
.txt__bold {
  font-weight: bold;
}
.txt__left {
  text-align: left;
}
.txt__right {
  text-align: right;
}
.txt__center {
  text-align: center;
}

.list__style {
  font-size: 3.5vw;
  line-height: 1.65;
  padding-left: 1em;
}
.list__style__disc {
  list-style: disc;
  text-align: left;
}
.list__style__disc li {
  margin-left: 1em;
  margin-bottom: 1em;
  line-height: 1.5;
}
.list__style__decimal {
  list-style: decimal;
  text-align: left;
}

.btn {
  padding: 1.5em 0;
  font-size: 3.8vw;
  width: 100%;
}
.btn::after {
  font-size: 5vw;
}

.commonTable {
  border: 1px solid #CCC;
}
.commonTable tbody th, .commonTable tbody td {
  font-size: 3.5vw;
  padding: 0.75em 0.5em;
  text-align: center;
  line-height: 1.5;
}
.commonTable tbody td {
  text-align: left;
  background: #FFF;
}

.sec {
  text-align: center;
}
.sec__inner90, .sec__inner900, .sec__inner980, .sec__inner1100, .sec__inner1200, .sec__innerWide, .sec__inner {
  width: 90%;
  margin: 0 auto;
  padding: 40px 5%;
}
.sec__innerWide {
  min-width: 90%;
  max-width: 90%;
}
.sec__inner__gray {
  position: relative;
  margin: 150px auto 60px;
}

/*-----------------------------------

kurakkatsu2025.scss

------------------------------------*/
body {
  font-family: "MyFont", sans-serif;
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
}

body {
  overflow-y: scroll;
}

#header {
  padding: 10px;
  align-items: center;
  background: rgb(0, 0, 0);
  z-index: 9999999;
  height: unset;
}

#header .header__left {
  position: unset;
  width: 100%;
  font-size: 0;
  display: flex;
}
#header .header__left img {
  height: 35px;
}

#header .header__left img:first-child {
  margin-right: 2px;
}

/* ==========================================================================
   kvArea
========================================================================== */
#main {
  padding: 55px 0px 0px 0px;
  background-color: #96683d;
}

.title_ribbon {
  width: 85%;
  font-size: 2rem;
  line-height: 2.5em;
}
.title_ribbon::before {
  left: -15px;
  border-width: 25px 0px 25px 15px;
}
.title_ribbon::after {
  right: -15px;
  border-width: 25px 15px 25px 0px;
}

.sec__catch {
  padding: 30px 0 100px;
}
.sec__catch .cookie01 {
  position: absolute;
  right: 45px;
  width: 30%;
  top: 240px;
}
.sec__catch .cookie02 {
  position: absolute;
  left: 55px;
  width: 30%;
  top: 240px;
}
.sec__catch .readbox .wrapper .leadtext {
  width: 75%;
  padding: 30px 20px 50px;
  font-size: 1.5rem;
  line-height: 2.5rem;
}
.sec__spec {
  padding: 30px 0;
}
.sec__vote .readbox {
  height: 220px;
}
.sec__vote .readbox .wrapper .leadtext {
  width: 75%;
  padding: 40px 20px;
  font-size: 1.5rem;
  line-height: 2.5rem;
}
.sec__vote .club_list {
  width: 90%;
  margin: auto;
}
.sec__vote .club_list ul li {
  width: 50%;
}
.sec__vote .club_list ul li .team p {
  font-size: 1rem;
}

.num {
  font-size: 3.5rem;
}

.num.large {
  font-size: 3.5rem;
}

.unit {
  font-size: 2.5rem;
}

.label {
  font-size: 2.5rem;
}