@charset "UTF-8";
@import url("//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("//fonts.googleapis.com/css2?family=M+PLUS+1p:wght@500;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600&display=swap");
@import url("//code.ionicframework.com/ionicons/2.0.0/css/ionicons.min.css");
@import url("//use.fontawesome.com/releases/v5.0.6/css/all.css");
@import url("//cdn.jsdelivr.net/gh/kenwheeler/slick@1.8.1/slick/slick.css");
@import url("//cdn.jsdelivr.net/gh/kenwheeler/slick@1.8.1/slick/slick-theme.css");
@import url("//cdnjs.cloudflare.com/ajax/libs/magnific-popup.js/1.1.0/magnific-popup.min.css");
/*-----------------------------------
ブルーロック 2025
------------------------------------*/
.specialHeader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 111;
  background: #000;
  height: 70px;
  width: 100%;
  min-width: 1100px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- space-between;
  justify-content: -webkit- space-between;
  justify-content: space-between;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
  padding: 0 15px;
  box-sizing: border-box;
}
.specialHeader__inner {
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- flex-end;
  justify-content: -webkit- flex-end;
  justify-content: flex-end;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
}
.specialHeader__jLogo {
  width: 40px;
  height: 40px;
}
.specialHeader__jLogo img {
  width: 100%;
  height: auto;
}
.specialHeader__eng a {
  font-weight: 900;
  color: #fff;
  line-height: 1;
  padding: 2px 10px;
  margin-right: 15px;
  border: 1px solid #fff;
  font-size: 14px;
  font-size: 1.4rem;
}
.specialHeader__title img {
  height: 40px;
}
.specialHeader__gnav {
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- left;
  justify-content: -webkit- left;
  justify-content: left;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
  margin-left: 20px;
}
.specialHeader__gnav__li {
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  position: relative;
  height: 70px;
  line-height: 70px;
}
.specialHeader__gnav__li a, .specialHeader__gnav__li span {
  color: #fff;
  display: inline-block;
  padding: 0 10px;
  height: 70px;
  font-weight: bold;
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- center;
  justify-content: -webkit- center;
  justify-content: center;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
  white-space: nowrap;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 1170px) {
  .specialHeader__gnav__li a, .specialHeader__gnav__li span {
    padding: 0 10px;
  }
}
.specialHeader__gnav__li a:hover, .specialHeader__gnav__li span:hover {
  background: #adb3b5;
  opacity: 1;
}
.specialHeader__gnav__li span {
  color: rgba(255, 255, 255, 0.4);
}
.specialHeader__ticket {
  margin-right: 10px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- center;
  justify-content: -webkit- center;
  justify-content: center;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
}
.specialHeader__ticket a, .specialHeader__ticket span {
  background: #e60012;
  color: #fff;
  border-radius: 20px;
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- center;
  justify-content: -webkit- center;
  justify-content: center;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
  white-space: nowrap;
}
@media screen and (max-width: 1170px) {
  .specialHeader__ticket a, .specialHeader__ticket span {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 5px 15px;
  }
}
.specialHeader__ticket span {
  background: #758ebf;
  color: #000;
}
.specialHeader__ticket span:hover {
  background: #758ebf;
}
.specialHeader__subnav {
  z-index: 9999;
  overflow: hidden;
  top: 70px;
  text-align: center;
  position: absolute;
  background: #adb3b5;
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- center;
  justify-content: -webkit- center;
  justify-content: center;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
  left: 50%;
  transform: translateX(-50%);
}
.specialHeader__subnav li a {
  color: #000;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  white-space: nowrap;
  height: 50px;
  transition: opacity 0.2s ease;
}
.specialHeader__subnav li a:hover {
  opacity: 0.7;
}
.specialHeader__subnav li:first-child {
  padding-left: 15px;
}
.specialHeader__subnav li:last-child {
  padding-right: 15px;
}
.specialHeader__subnav li.nolink a {
  opacity: 0.2;
  pointer-events: none;
}

a {
  color: #e60012;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}

a:hover {
  opacity: 0.4;
  text-decoration: none;
}

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

body {
  min-width: 980px;
  background: f5f3f3;
  font-size: 1.6rem;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #000;
  line-height: 1.75;
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body.is-nav {
  height: 100%;
  overflow: hidden;
}

#header *,
.CNT * {
  box-sizing: border-box;
}

img {
  vertical-align: bottom;
}

footer img {
  vertical-align: inherit;
}

footer {
  line-height: 100%;
}

strong {
  font-weight: bold;
}

#pagetop {
  width: 100%;
}

.CNT {
  font-feature-settings: "palt";
}

.spDISP {
  display: none;
}

.fade-up,
.fade-from-left,
.fade-from-right {
  transition: opacity 0.7s;
  transition: transform 0.5s;
}

/* ==========================================================================
   COMMON
========================================================================== */
.CLM__half, .CLM__three, .CLM__four {
  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, .CLM__four img {
  width: 100%;
}
.CLM__half .wide100, .CLM__three .wide100, .CLM__four .wide100 {
  width: 100% !important;
}
.CLM__half > li, .CLM__half > article, .CLM__half > figure, .CLM__half > div, .CLM__half > a {
  width: 48%;
  margin-right: 4%;
}
.CLM__half > li:nth-child(2n), .CLM__half > article:nth-child(2n), .CLM__half > figure:nth-child(2n), .CLM__half > div:nth-child(2n), .CLM__half > a:nth-child(2n) {
  margin-right: 0;
}
.CLM__three > li, .CLM__three > article, .CLM__three > div, .CLM__three > a, .CLM__three > figure {
  width: 32%;
  margin-right: 2%;
}
.CLM__three > li:nth-child(3n), .CLM__three > article:nth-child(3n), .CLM__three > div:nth-child(3n), .CLM__three > a:nth-child(3n), .CLM__three > figure:nth-child(3n) {
  margin-right: 0;
}
.CLM__four > li, .CLM__four > article, .CLM__four > div {
  width: 23.5%;
  margin-right: 2%;
}
.CLM__four > li:nth-child(4n), .CLM__four > article:nth-child(4n), .CLM__four > div:nth-child(4n) {
  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, .nowrapCLM > article {
  flex: 1;
  margin-right: 3%;
}
.nowrapCLM > li:last-child, .nowrapCLM > article:last-child {
  margin-right: 0;
}
.nowrapCLM > li img, .nowrapCLM > article img {
  width: 100%;
}
.nowrapCLM > li a, .nowrapCLM > article a {
  display: block;
}

.txt__honbun {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.65;
  margin-bottom: 1em;
}
.txt__size16 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 1em;
}
.txt__size18 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2;
  margin-bottom: 1em;
  font-weight: bold;
}
.txt__size20 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 2;
  margin-bottom: 1em;
  font-weight: bold;
}
.txt__size22 {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 2;
  margin-bottom: 1em;
  font-weight: bold;
}
.txt__size26 {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 2;
  margin-bottom: 1em;
  font-weight: bold;
}
.txt__bold {
  font-weight: bold;
}
.txt__center {
  text-align: center;
}
.txt__left {
  text-align: left;
}
.txt__right {
  text-align: right;
}
.txt__through {
  text-decoration: line-through;
}
.txt__underline {
  text-decoration: underline !important;
}
.txt__dotline {
  padding-bottom: 5px;
  border-bottom: 2px dotted #e60012;
}

.sec {
  text-align: center;
}
.sec__inner90 {
  width: 90%;
  max-width: 1500px;
  margin: 0 auto;
  padding: 80px 5vw;
  max-width: 1180px;
}
.sec__inner800 {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 80px 5vw;
}
.sec__inner900 {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 80px 5vw;
}
.sec__inner980 {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 80px 5vw;
}
.sec__inner1100 {
  width: 100%;
  min-width: 980px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 80px 5vw;
}
.sec__inner1200 {
  width: 100%;
  min-width: 980px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 5vw;
}
.sec__innerWide {
  width: 100%;
  min-width: 980px;
  max-width: 1500px;
  margin: 0 auto;
  padding: 80px 5vw;
}
.sec__inner__gray {
  margin: 450px auto 60px;
}
.sec__inner__gray:before {
  top: -200px;
  padding-bottom: 0;
}
.sec__inner__gray.left:before {
  width: 90%;
  left: 10%;
}

img.lazy {
  width: 100%;
}

.list__style {
  padding-left: 1em;
}
.list__style__disc {
  list-style: disc;
  text-align: left;
}
.list__style__disc li {
  margin-left: 1em;
}
.list__style__decimal {
  list-style: decimal;
  text-align: left;
}
.list__style__decimal li {
  margin-left: 1em;
}
.list__style__discl {
  text-align: left;
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 1em;
}
.list__style__discl li {
  padding-left: 1em;
  text-indent: -1em;
}
.list__style__discl li:before {
  content: "";
  width: 15px;
  height: 15px;
  display: inline-block;
  background-color: #000000;
  border-radius: 50%;
  position: relative;
  left: -0.5em;
}
.list__style__attention {
  text-align: left;
  list-style: none;
  margin: 0;
  padding: 0;
}
.list__style__attention li {
  padding-left: 1em;
  text-indent: -1em;
}
.list__style__attention li:before {
  content: "※";
  position: relative;
  left: -0.5em;
}

/* ==========================================================================
specialHeader
========================================================================== */
.specialHeader {
  background: none;
}
.specialHeader__jLogo {
  position: fixed;
  left: 15px;
  top: 15px;
  z-index: 100000;
}

/* ==========================================================================
   kvArea
========================================================================== */
.kvArea {
  position: relative;
  background: url(/img/special/bluelock/2025/kv/BG_kv.jpg) repeat-y top center;
  background-size: 100% auto;
}
.kvArea__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 18vw;
  animation: fadein2 1s ease-out;
}
.kvArea__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: -ms- space-between;
  justify-content: -webkit- space-between;
  justify-content: space-between;
  align-items: -ms- stretch;
  align-items: -webkit- stretch;
  align-items: stretch;
}
.kvArea__list--item {
  width: 12.5%;
  animation: fadein 0.5s ease-out;
}
.kvArea__list--item img {
  width: 100%;
}

@keyframes fadein2 {
  0% {
    transform: translate(-50%, -50%) scale(1.8);
    opacity: 0;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.8);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes fadein {
  0% {
    transform: scale(1.8);
    opacity: 0;
  }
  50% {
    transform: scale(1.8);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/* ==========================================================================
   navArea
========================================================================== */
.navArea {
  background: #fff;
}
.navArea__nav.CLM__half .navArea__nav__list {
  width: 50% !important;
}

/* ==========================================================================
   BTN
========================================================================== */
.contArea .btn, #main .btn {
  display: block;
  width: 300px;
  margin: 30px auto 0px auto;
  background-color: #e60012;
  border-radius: 5px;
  border: 2px solid #ffffff;
  color: #ffffff;
  text-align: center;
  padding: 10px 0px 10px 0px;
  transition: 0.3s ease-in-out;
  font-weight: 500;
  text-decoration: none;
}
.contArea .btn:hover, #main .btn:hover {
  background-color: #e60012;
  text-decoration: none;
}
.contArea .btn.nolink, #main .btn.nolink {
  pointer-events: none;
  background: #aaa;
  color: #828080;
}

/* ==========================================================================
   TITLE
========================================================================== */
.contArea h2, #main h2 {
  display: block;
  font-family: "M PLUS 1p", sans-serif;
  font-size: clamp(24px, 3.6vw, 36px);
  color: #ffffff;
  margin: 0px auto 50px auto;
  line-height: 1.5;
  text-align: center;
}
.contArea h2 span, #main h2 span {
  display: block;
  font-size: clamp(18px, 2.4vw, 24px);
}
.contArea h3, #main h3 {
  font-size: clamp(20px, 3vw, 30px);
  line-height: 1.5;
  font-weight: 600;
  margin: 50px 0px 0px 0px;
  padding: 40px 20px 40px 20px;
  background: rgba(0, 0, 0, 0.4);
  text-align: center;
  color: #fff;
}
.contArea h4, #main h4 {
  font-size: clamp(14px, 1.8vw, 18px);
  line-height: 1.5;
  font-weight: 400;
  margin: 50px 0px 0px 0px;
  background: rgba(255, 255, 255, 0.2);
  padding: 10px 20px 10px 20px;
  color: #fff;
}
.contArea h5, #main h5 {
  display: inline-block;
  font-size: clamp(12px, 1.6vw, 16px);
  line-height: 1.8;
  font-weight: 600;
  margin: 30px 0px -20px 0px;
  color: #000000;
  background-color: #ffffff;
  padding: 5px 20px 5px 20px;
}

/* ==========================================================================
   IMG
========================================================================== */
.single_img, .double_img {
  display: block;
  margin: 30px auto 0px auto;
  width: 100%;
  max-width: 800px;
}
.single_img.wide, .double_img.wide {
  max-width: 100%;
}
.single_img figure, .double_img figure {
  background: rgba(255, 255, 255, 0.1);
}
.single_img figcaption, .double_img figcaption {
  margin: 0px;
  color: #fff;
  vertical-align: middle;
  font-size: clamp(14px, 1.6vw, 16px);
  line-height: 1;
  font-weight: 400;
  padding: 10px;
  margin: 0px;
}
.single_img img, .double_img img {
  width: 100%;
}

.double_img {
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- space-between;
  justify-content: -webkit- space-between;
  justify-content: space-between;
  align-items: -ms- stretch;
  align-items: -webkit- stretch;
  align-items: stretch;
}
.double_img figure {
  width: 49%;
}

.column_2 {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 30px 0px 0px 0px;
}
.column_2 li {
  display: block;
  width: 48%;
  margin: 0px 4% 0px 0px;
  padding: 0px;
  float: left;
  background: rgba(255, 255, 255, 0.1);
}
.column_2 li:last-child {
  margin: 0px 0% 0px 0px;
}
.column_2 li img {
  width: 100%;
}
.column_2 li p {
  display: block;
  vertical-align: middle;
  font-size: clamp(14px, 1.6vw, 16px);
  line-height: 1;
  font-weight: 400;
  padding: 10px;
  margin: 0px;
}

/* ==========================================================================
   accordion
========================================================================== */
.accordionList {
  cursor: pointer;
  background: rgba(0, 0, 0, 0.5);
  display: block;
  color: #ffffff;
  padding: 20px 20px;
  margin-top: 30px;
  font-size: clamp(14px, 1.6vw, 16px);
  line-height: 1;
  font-weight: 400;
}
.accordionList .accordionIndex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  padding: 0;
  border-bottom: 0;
  position: relative;
}
.accordionList .accordionIndex.active:after {
  transform: translateY(-50%) rotate(-180deg);
}
.accordionList .accordionIndex:after {
  font-size: 30px;
  font-size: 3rem;
  display: inline-block;
  font-family: "ionicons";
  content: "\f3d0";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  transition: 0.5s all;
}
.accordionList .accordionArticle {
  height: auto;
  opacity: 1;
  padding: 2%;
  color: fff;
}

/* ==========================================================================
   TXT
========================================================================== */
.contArea p, #main p {
  word-break: break-all;
  font-size: clamp(12px, 1.6vw, 16px);
  line-height: 1.8;
  font-weight: 400;
  margin: 30px 0px 0px 0px;
  color: #fff;
}
.contArea p a, #main p a {
  color: #ffffff;
  text-decoration: underline;
}
.contArea p a:hover, #main p a:hover {
  text-decoration: underline;
}
.contArea p.indent2-5, #main p.indent2-5 {
  text-indent: -2.5em;
  padding-left: 2.5em;
}

/* ==========================================================================
   list
========================================================================== */
.list__style__disc, .list__style__attention, .list__style__decimal {
  color: #fff;
  margin: 30px 0px 0px 0px;
}
.list__style__disc li, .list__style__attention li, .list__style__decimal li {
  font-size: clamp(12px, 1.6vw, 16px);
}

/* ==========================================================================
   table
========================================================================== */
.commonTable {
  color: #fff;
  margin: 30px 0px 0px 0px;
}
.commonTable td, .commonTable th {
  white-space: normal !important;
}
.commonTable td.txt__left, .commonTable th.txt__left {
  text-align: left !important;
}
.commonTable td.txt__right, .commonTable th.txt__right {
  text-align: right !important;
}
.commonTable td {
  border: solid 1px #ffffff;
  padding: 2%;
  font-size: clamp(12px, 1.6vw, 16px);
  line-height: 1.5;
  font-weight: 400;
  vertical-align: middle;
  text-align: center;
}
.commonTable th {
  background: rgba(0, 0, 0, 0.2);
  border: solid 1px #ffffff;
  padding: 2%;
  font-size: clamp(12px, 1.6vw, 16px);
  line-height: 1.5;
  font-weight: 400;
  vertical-align: middle;
  text-align: center;
}
.commonTable tbody th {
  background: rgba(0, 0, 0, 0.2);
  border: solid 1px #ffffff;
  padding: 2%;
  font-size: clamp(12px, 1.6vw, 16px);
  line-height: 1.5;
  font-weight: 400;
  vertical-align: middle;
  text-align: center;
}

/* ==========================================================================
   その他パーツ
========================================================================== */
.youtube {
  width: 100%;
  aspect-ratio: 16/9;
  margin: 30px auto 0px auto;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}