@charset "UTF-8";
/*ブレイクポイントを設定*/
/*sectionのpadding定義*/
:root {
  /* 色変更される場合は、#以降のカラーコードを変更してください IE非対応 */
  --base-color: #0b142f;
  --link-color: #666;
  --linkhover-color: #999;
  --back-color: #f7f7f7;
  --border-color: #ccc;
  --white-color: #fefefe;
  --sub-color: #e0aa28;
  --sp-width: 720px;
}

/* color */
.ifc {
  color: #191b21;
}

.white {
  color: white;
}

.black {
  color: #333;
}

.blue {
  color: #2f3b57;
}

.blue2 {
  color: #89d6ff;
}

.red {
  color: #c24427;
}

.green {
  color: #3bbb64;
}

.yellow {
  color: #faf8e5;
}

.orange {
  color: orange;
}

.bgwh {
  background: white;
}

.bgnews {
  background: linear-gradient(180deg, rgb(25, 27, 33) 0%, rgb(25, 27, 33) 100%);
}

.bgblu {
  background: #2f3b57;
}

.bgblu2 {
  background: #ccd2e0;
}

.bgred {
  background: #c24427;
}

.bggre {
  background: #3bbb64;
}

.bgyel {
  background: #faf8e5;
}

.bgba {
  background: #faf8e5;
}

.bgora {
  background: orange;
}

/*-----------------------------------------------------------
全体スタイル
-----------------------------------------------------------*/
body {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 2;
  position: relative;
  overflow-x: hidden;
  color: white;
  background: #191b21;
  width: 100%;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
body.open {
  height: 100vh;
}
@media screen and (max-width: 591px) {
  body {
    font-size: 14px;
  }
}

img {
  vertical-align: middle;
}

.btn {
  color: white;
  background: #42454f;
  border: 1px solid white;
  padding: 12px;
  display: grid;
  place-content: center;
  text-decoration: none;
  width: min(90%, 280px);
  height: 60px;
  border-radius: 50px;
  font-size: clamp(14px, 1.6vw, 16px);
  display: grid;
  place-content: center;
  margin: auto;
  text-align: center;
  transition: 0.2s;
}
.btn:not(.h-btn):hover {
  background: #0a0b0e;
}
.btn:link {
  color: #191b21;
}
.btn:visited {
  color: #191b21;
}
.btn p {
  text-align: center;
}
@media screen and (max-width: 591px) {
  .btn {
    height: 45px;
  }
}

.lista {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

p {
  color: white;
  text-align: left;
}

.f18 {
  font-size: clamp(15px, 1.8vw, 18px);
  text-align: left;
  width: min(95%, 860px);
}

/*リンク表示方法*/
a {
  text-decoration: none;
}

a:link {
  color: white;
}

a:visited {
  color: white;
}

a:active {
  color: white;
}

a:not(.h-btn, .cv_btn_a, .forbtn):hover {
  opacity: 0.7;
}
a:not(.h-btn, .cv_btn_a, .forbtn):hover img {
  opacity: 1;
}

:has(> .lista) {
  position: relative;
}

.lista {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}

.center {
  text-align: center;
}

.flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.flex-start {
  display: flex;
  justify-content: start;
  align-items: start;
  text-align: left;
  flex-wrap: wrap;
}

.grid {
  display: grid;
  grid-template-columns: center;
}

.i-text {
  display: inline-block;
}

.ver-rl {
  writing-mode: vertical-rl;
}

.active1200 {
  display: none;
}
@media screen and (max-width: 1200px) {
  .active1200 {
    display: block;
  }
}

.active1000 {
  display: none;
}
@media screen and (max-width: 1000px) {
  .active1000 {
    display: block;
    /*スタイルを展開したいところに記述する*/
  }
}

.active768 {
  display: none;
}
@media screen and (max-width: 767px) {
  .active768 {
    display: block;
    /*スタイルを展開したいところに記述する*/
  }
}

.active591 {
  display: none;
}
@media screen and (max-width: 591px) {
  .active591 {
    display: block;
  }
}

.active414 {
  display: none;
}
@media screen and (max-width: 414px) {
  .active414 {
    display: block;
  }
}

@media screen and (max-width: 1200px) {
  .vanish1200 {
    display: none;
    /*スタイルを展開したいところに記述する*/
  }
}

@media screen and (max-width: 1000px) {
  .vanish1000 {
    display: none;
    /*スタイルを展開したいところに記述する*/
  }
}

@media screen and (max-width: 767px) {
  .vanish768 {
    display: none;
    /*スタイルを展開したいところに記述する*/
  }
}

@media screen and (max-width: 591px) {
  .vanish591 {
    display: none;
  }
}

@media screen and (max-width: 414px) {
  .vanish414 {
    display: none;
  }
}

/*-----------------------------------------------------------
PCサイズ
-----------------------------------------------------------*/
.pc,
.pc2 {
  display: block;
}
@media screen and (max-width: 1000px) {
  .pc,
  .pc2 {
    display: none;
    /*スタイルを展開したいところに記述する*/
  }
}

.sp,
.sp2,
.spTel {
  display: none;
}
@media screen and (max-width: 1000px) {
  .sp,
  .sp2,
  .spTel {
    display: block;
    /*スタイルを展開したいところに記述する*/
  }
}

.pcTel {
  display: inline;
}

.sp-br {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-br {
    display: block;
    /*スタイルを展開したいところに記述する*/
  }
}

/*-----------------------------------------------------------
フォント
-----------------------------------------------------------*/
.sub-title {
  width: 100%;
  margin-bottom: min(8%, 60px);
}
.sub-title p {
  text-align: center;
  font-size: clamp(13px, 2vw, 20px);
  color: white;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0.12em;
  font-style: normal;
}
.sub-title .en {
  font-size: clamp(26px, 5.6vw, 56px);
  display: block;
  font-family: "Edu AU VIC WA NT Dots", cursive;
  font-weight: 500;
  font-style: normal;
  margin-bottom: 12px;
  letter-spacing: 0.06em;
  line-height: 1.4;
  color: #bd9775;
}
@media screen and (max-width: 414px) {
  .sub-title .en {
    margin-bottom: 8px;
  }
}

.noto {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
}

.mincho {
  color: #fff;
  text-align: center;
  font-feature-settings: "palt" on;
  font-family: "Shippori Mincho B1", serif;
  font-size: min(18.667px, 3.733vw);
  font-style: normal;
  font-weight: 800;
  line-height: 175%;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.15em;
}

.en {
  font-family: "Edu AU VIC WA NT Dots", cursive;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.06em;
  color: #bd9775;
}

.come {
  margin: 8px auto;
  text-align: left;
  width: 100%;
  color: white;
  line-height: 1.6;
  font-size: 0.8em;
}

/*-----------------------------------------------------------
テーブル
-----------------------------------------------------------*/
/*-----------------------------------------------------------
モーダル
-----------------------------------------------------------*/
.modal {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1000;
}
.modal .modal-content {
  padding: 20px;
  min-width: 260px;
  max-width: 360px;
  margin: 15% auto; /* 上下中央寄せ */
}
.modal .modal-content p {
  text-align: center;
}
.modal .modal-content p img {
  max-width: min(100%, 710px);
}
.modal .close {
  color: #aaa;
  float: right;
  font-size: 42px;
  font-weight: bold;
  cursor: pointer;
}
.modal .close:hover,
.modal .close:focus {
  color: #000;
  text-decoration: none;
}
@media screen and (max-width: 591px) {
  .modal .modal-contentb {
    padding: 5px;
  }
  .modal .close {
    font-size: 24px;
  }
}

/*-----------------------------------------------------------
ページトップ
-----------------------------------------------------------*/
#pageTop {
  position: fixed;
  bottom: 245px;
  right: 25px;
  z-index: 9999;
  background: #1a1a1a;
  width: 60px;
  height: 60px;
  border-radius: 3px;
  transform: rotate(-90deg);
}
#pageTop a {
  width: 100%;
  height: 100%;
  display: grid;
  place-content: center;
  transition: 0.2s;
}
#pageTop a:hover {
  background: #000;
}
@media screen and (max-width: 591px) {
  #pageTop {
    display: none !important;
  }
}

/*-----------------------------------------------------------
スクロールバー
-----------------------------------------------------------*/
.scroll-pane {
  width: 100% !important;
  height: 300px; /*箱の高さ*/
  margin: 40px auto 0;
  overflow-y: auto;
}
.scroll-pane:focus {
  outline: none;
}

/*-----------------------------------------------------------
コンテンツ
-----------------------------------------------------------*/
.hide {
  display: none !important;
}

.end-event {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100000;
}
.end-event::after {
  display: block;
  white-space: pre;
  content: "イベントは終了しました\a来年の開催をお待ち下さい";
  font-size: 2.5rem;
}

.pc {
  display: initial;
  content-visibility: visible;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
    content-visibility: hidden;
  }
}

.sp {
  display: none;
  content-visibility: hidden;
}
@media screen and (max-width: 768px) {
  .sp {
    display: initial;
    content-visibility: visible;
  }
}

/* メイン素材*/
.bg-1:after {
  content: "";
  display: block;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background-image: url(../img/top/pc/back.webp);
  background-image: url(../img/top/pc/back.webp);
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-size: cover;
  z-index: -10;
}
@media screen and (max-width: 768px) {
  .bg-1:after {
    background-image: url(../img/top/sp/back.webp);
  }
}

@media screen and (max-width: 768px) {
  .bg-1:before {
    background-image: url(../img/top/sp_top_back.webp);
  }
}
.bg-2 {
  background-color: #ffeded;
}

.bg-3 {
  background-color: #152d86;
}

.inner-s {
  padding: min(8%, 60px) 0;
}

.inner-m {
  padding: min(10%, 80px) 0;
}

.inner-l {
  padding: min(12%, 100px) 0;
}

.content-wrap1 {
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.content-l {
  width: 100%;
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.content-m {
  max-width: var(--sp-width);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .content-m {
    padding: 0 6%;
  }
}

.ticket-btn {
  width: min(86%, 340px);
  height: 80px;
  margin: auto;
  font-size: clamp(15px, 1.8vw, 18px);
  letter-spacing: 0.04em;
  font-weight: 700;
  background: linear-gradient(45deg, rgb(253, 255, 106), rgb(241, 198, 41));
  color: #333;
  border-radius: 45px;
  border: 1px var(--white-color) solid;
  display: grid;
  place-content: center;
  position: relative;
  grid-template-columns: 1fr;
}
.ticket-btn::before {
  content: "";
  display: block;
  background: rgba(241, 198, 41, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  border-radius: 35px;
  animation: pulsate 2s linear infinite;
}
.ticket-btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  border: 1px solid rgb(241, 198, 41);
  border-radius: 35px;
  box-sizing: border-box;
  pointer-events: none;
  animation: pulsate 2s linear infinite;
  z-index: -1;
}
.ticket-btn .pulse-btn::after {
  animation-delay: 1s;
}
@keyframes pulsate {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.2, 1.5);
    opacity: 0;
  }
}
.ticket-btn a {
  color: #333;
  display: block;
  padding: 1em;
  width: 100%;
  height: 100%;
}
.ticket-btn p.ticket-plus {
  background: orange;
  padding: 4px 12px;
  border-radius: 35px;
  position: absolute;
  left: 50%;
  top: -2em;
  transform: translateX(-50%);
  font-size: max(12px, 0.5em);
  color: #231906;
}
.ticket-btn p.ticket-plus:after {
  content: "";
  background: orange;
  width: 30px;
  height: 12px;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  display: block;
  position: absolute;
  left: 50%;
  bottom: -11px;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .ticket-btn p.ticket-plus {
    width: 70%;
    text-align: center;
    /*スタイルを展開したいところに記述する*/
  }
}
@media screen and (max-width: 414px) {
  .ticket-btn p.ticket-plus {
    width: 73%;
    text-align: center;
  }
}
@media screen and (max-width: 414px) {
  .ticket-btn {
    height: 60px;
  }
}

.ticket-btn2 {
  background: var(--white-color);
  color: #032650;
  font-weight: 800;
  text-shadow: none;
  border-radius: 2rem;
  border: 2px #016bb3 solid;
  font-weight: 400;
}

.bg-2 {
  background-color: #191b21;
  text-shadow: none;
}

.criteria-area {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .criteria-area {
    font-size: 11pt;
  }
}

.cancel-wrap {
  text-shadow: none;
  color: rgb(29, 29, 29);
  width: 100%;
}
.cancel-wrap h2 {
  margin: 20% 0% 1%;
  text-align: center;
  color: rgb(29, 29, 29);
  font-weight: bold;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .cancel-wrap h2 {
    font-size: 18pt;
    margin: 6em 0em 0em;
  }
}

.space {
  font-size: 16px;
  width: min(95%, 1020px);
  margin: auto;
}
@media screen and (max-width: 768px) {
  .space {
    text-align: center;
    font-size: 10.7px;
    margin: 0.5em 1.3em;
  }
}

.box1 {
  margin: 60px auto 10px;
  padding: 0.5em; /*内側余白*/
  background-color: #008fce; /*背景の色*/
  border-radius: 50px; /*丸みを調整*/
  color: white;
  font-weight: bold;
  width: 85%;
  display: flex;
  line-height: 1;
}
.box1 .subtitle {
  text-align: left;
  padding: 0rem 2rem;
  font-size: 24pt;
}
@media screen and (max-width: 768px) {
  .box1 .subtitle {
    font-size: 16pt;
  }
}
.box1 .fontsize {
  font-size: 14pt;
  align-self: flex-end;
}
@media screen and (max-width: 768px) {
  .box1 .fontsize {
    font-size: 11pt;
  }
}

.text {
  text-align: left;
  margin: 0rem 2rem;
}

.box2 {
  background-color: #67af1d; /*背景の色*/
  margin: 120px auto 10px;
  padding: 0.5em; /*内側余白*/
  border-radius: 50px; /*丸みを調整*/
  color: white;
  font-weight: bold;
  width: 85%;
  display: flex;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .box2 {
    margin: 85px auto 10px;
  }
}
.box2 .subtitle {
  text-align: left;
  padding: 0rem 2rem;
  font-size: 24pt;
}
@media screen and (max-width: 768px) {
  .box2 .subtitle {
    font-size: 16pt;
  }
}
.box2 .fontsize {
  font-size: 14pt;
  align-self: flex-end;
}
@media screen and (max-width: 768px) {
  .box2 .fontsize {
    font-size: 11pt;
  }
}

.box3 {
  background-color: #bd4c69; /*背景の色*/
  margin: 120px auto 10px;
  padding: 0.5em; /*内側余白*/
  border-radius: 50px; /*丸みを調整*/
  color: white;
  font-weight: bold;
  width: 85%;
  display: flex;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .box3 {
    margin: 85px auto 10px;
  }
}
.box3 .subtitle {
  text-align: left;
  padding: 0rem 2rem;
  font-size: 24pt;
}
@media screen and (max-width: 768px) {
  .box3 .subtitle {
    font-size: 16pt;
  }
}

.box4 {
  background-color: #006f83; /*背景の色*/
  margin: 120px auto 10px;
  padding: 0.5em; /*内側余白*/
  border-radius: 50px; /*丸みを調整*/
  color: white;
  font-weight: bold;
  width: 85%;
  display: flex;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .box4 {
    margin: 85px auto 10px;
  }
}
.box4 .subtitle {
  text-align: left;
  padding: 0rem 2rem;
  font-size: 24pt;
}
@media screen and (max-width: 768px) {
  .box4 .subtitle {
    font-size: 16pt;
  }
}

.table {
  position: relative;
  margin: 3px auto;
  width: 83%;
  border-collapse: separate;
  border-spacing: 8px 0px;
}
.table tr {
  position: relative;
}
.table th {
  text-align: center;
  border-bottom: solid 2px #0091d4;
  padding: 10px 0;
  color: white;
  width: 20%;
}
.table th.top {
  padding: 10px 0 5px;
}
.table th.bold {
  border-bottom: solid 20px #0091d4;
  color: #0091d4;
  vertical-align: bottom;
}
.table th.solid2 {
  border-bottom: solid 20px #67af1d;
}
.table th.solid02 {
  border-bottom: solid 2px #67af1d;
  color: white;
}
.table th.solid3 {
  border-bottom: solid 20px #bd4c69;
}
.table th.solid03 {
  border-bottom: solid 2px #bd4c69;
  color: white;
}
.table th.solid4 {
  border-bottom: solid 20px #006f83;
}
.table th.solid04 {
  border-bottom: solid 2px #006f83;
  color: white;
}
.table th.color {
  color: #0091d4;
}
.table th.color2 {
  color: #67af1d;
}
.table th.color3 {
  color: #bd4c69;
}
.table th.color4 {
  color: #006f83;
}
.table th.border {
  border: none;
}
.table td {
  text-align: center;
  border-bottom: solid 2px #0091d4;
  padding: 10px 0;
  background-color: #f3f3f3;
  position: relative;
  width: 20%;
}
.table td p {
  display: inline-block;
  color: #333;
}
.table td .check-one {
  position: relative;
}
.table td .check-one::after {
  position: absolute;
  content: "※1";
  top: 0;
  right: 0;
  transform: translateX(100%);
  font-size: 1rem;
  vertical-align: top;
  color: red;
}
.table td .check-two {
  position: relative;
}
.table td .check-two::after {
  position: absolute;
  content: "※2";
  top: 0;
  right: 0;
  transform: translateX(100%);
  font-size: 1rem;
  vertical-align: top;
  color: red;
}
.table td .check-three {
  position: relative;
}
.table td .check-three::after {
  position: absolute;
  content: "※3";
  top: 0;
  right: 0;
  transform: translateX(100%);
  font-size: 1rem;
  vertical-align: top;
  color: red;
}
@media screen and (max-width: 768px) {
  .table td .check-three::after {
    left: 23em;
  }
}
.table td .complement {
  font-size: 1.3rem;
}
.table td span {
  font-size: 1rem;
  vertical-align: top;
  color: red;
}
.table td.none {
  position: relative;
  text-align: center;
}
.table td.none::after {
  width: 50%;
  height: 50%;
  content: "";
  border-bottom: 1px black solid;
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  transform: translateX(-50%);
}
.table td.solid02 {
  border-bottom: solid 2px #67af1d;
}
.table td.solid03 {
  border-bottom: solid 2px #bd4c69;
}
.table td.solid04 {
  border-bottom: solid 2px #006f83;
}
.table .float-box {
  position: relative;
}
.table .float-box:after {
  content: "各都道府県イベント開催ガイダンスに従う";
  background: #727171;
  color: white;
  width: 70%;
  display: block;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translate(0, -50%);
}
.table .float-box.float-box2:after {
  content: "3チケット規定 第2条参照";
}

.text2 {
  margin-top: 3em;
  font-size: 15pt;
  color: red;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .text2 {
    font-size: 10px;
  }
}

.title-black {
  text-align: center;
  color: rgb(29, 29, 29);
  font-size: 30px;
  margin: 3em 0em 0em;
}
@media screen and (max-width: 768px) {
  .title-black {
    font-size: 20px;
    margin: 1em 0em 0em;
  }
}

video {
  width: 960px;
  height: 550px;
  margin: 1em;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  video {
    height: 250px;
    margin: 5px 5px 20px;
  }
}

.check-area {
  display: flex;
  justify-content: center;
}
/*# sourceMappingURL=maps/cancell.css.map */
