@charset "UTF-8";
/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */
/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/
:root {
  /*css変数*/
  --font-color-black: #000000;
  --main_width: 96%;
  --main_width02: 100%;
  --margin015: auto auto 2% auto;
  --margin03: auto auto 3% auto;
  --margin04: auto auto 4% auto;
  --margin05: auto auto 5% auto;
  --font-size-small: 3.2vw;
  --font-size01: 4.2vw;
  --font-title01: 6vw;
  --font-hall01: 3.5vw;
  --font-hall02: 3.2vw;
  --font-hall03: 3.8vw;
  --font-hall04: 3.8vw;
  --font-model01: 4vw;
  --font-model02: 3.7vw;
  --font-point01: 5vw;
  --font-sns: 3.2vw;
  --font-nav: 2.8vw;
  /* --font-nav: 3.2vw; */
  --font-search: 3.8vw;
  --font-pager: 3.8vw;
  --font-size-notice: 2.6vw;
}

/*--SPのみ----------*/
@media screen and (max-width: 767.9px) {
  html, body {
    font-size: var(--font-size-small);
  }
}
/*--PCのみ----------*/
@media screen and (min-width: 768px) {
  :root {
    /*css変数*/
    --main_width: min(96%,1000px);
    --main_width02: min(100%,1000px);
    --margin015: auto auto 15px auto;
    --margin03: auto auto 30px auto;
    --margin04: auto auto 40px auto;
    --margin05: auto auto 50px auto;
    --font-size-small: 12px;
    --font-size01: 16px;
    --font-title01: 30px;
    --font-hall01: 16px;
    --font-hall02: 20px;
    --font-hall03: 24px;
    --font-hall04: 28px;
    --font-model01: 30px;
    --font-model02: 27px;
    --font-point01: 38px;
    --font-sns: 18px;
    --font-nav: min(2vw,18px);
    --font-search: 28px;
    --font-pager: 22px;
    --font-size-notice: 16px;
    /*--font-size: min(2vw,12px);*/
  }
  html, body {
    font-size: var(--font-size-small);
    /*min-width: 1000px;*/
    min-height: 550px;
  }
  .main {
    margin: auto;
  }
}
/*--common----------*/
html, body {
  width: 100%;
  margin: auto;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: var(--font-color-black);
  background-color: #00EBFF;
}

body {
  background: linear-gradient(to bottom, #0033cc 0%, #0099cc 65%, #00ebff 100%);
  background-size: auto 900px;
  background-repeat: no-repeat;
}

.bg00 {
  height: auto;
  background-image: url("../img/bg_pattern01.png"), url("../img/bg01.png"), url("../img/bg02.png");
  background-size: 10px, contain, contain;
  background-position: center, center top, center bottom;
  background-repeat: repeat, no-repeat, no-repeat;
}

img {
  width: 100%;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  filter: brightness(1.2);
}
@media screen and (max-width: 767.9px) {
  a {
    text-decoration: none;
  }
  a:hover {
    text-decoration: none;
  }
}

/*
a{
	text-decoration: none;
  &:hover{
    text-decoration: underline;
  }
  @media screen and (max-width: 767.9px){
    text-decoration: underline;
    &:hover{
      text-decoration: none;
    }
  }
}
*/
.mgn00 {
  width: var(--main_width);
  margin: auto;
}

.mgn01 {
  width: var(--main_width);
  margin: var(--margin03);
}

.mgn01_01 {
  margin: var(--margin03);
}

.pdg01 {
  padding: 5% 0;
}
@media screen and (min-width: 768px) {
  .pdg01 {
    padding: 30px 0;
  }
}

small {
  /*copyright*/
  display: block;
  font-size: var(--font-size-small);
  text-align: center;
}
@media screen and (min-width: 768px) {
  small {
    text-align: right;
    font-size: var(--font-size-small);
  }
}

.btn00 {
  display: block;
  width: min(50%, 250px);
  margin: auto;
}
.btn00:hover {
  filter: brightness(1.2);
}

h1 {
  margin: auto;
}

h2 {
  width: min(100%, 700px);
  margin: var(--margin03);
}

.title-date {
  margin: var(--margin015);
  font-size: var(--font-title01);
  color: #fff;
  text-shadow: 4px 4px 4px #090046, -4px -4px 4px #090046, -4px 4px 4px #090046, 4px -4px 4px #090046, 4px 0 4px #090046, -4px 0 4px #090046, 0 4px 4px #090046, 0 -4px 4px #090046;
  font-weight: 800;
  letter-spacing: 4px;
  text-align: center;
}
@media screen and (max-width: 767.9px) {
  .title-date {
    text-shadow: 0.8vw 0.8vw 0.8vw #090046, -0.8vw -0.8vw 0.8vw #090046, -0.8vw 0.8vw 0.8vw #090046, 0.8vw -0.8vw 0.8vw #090046, 0.8vw 0 0.8vw #090046, -0.8vw 0 0.8vw #090046, 0 0.8vw 0.8vw #090046, 0 -0.8vw 0.8vw #090046;
    letter-spacing: 1.2vw;
  }
}

.nav00 {
  background-color: #000;
  border-bottom: 2px solid;
  border-image: linear-gradient(to right, #987219, #C79000, #FFF786, #C79000, #987219) 1;
}
.nav00 .nav-box {
  display: grid;
  grid-template-columns: repeat(4, 15%);
  justify-content: end;
  justify-items: center;
  width: var(--main_width);
  padding: 10px 0;
  margin: auto;
  font-size: var(--font-nav);
  white-space: nowrap;
}
.nav00 .nav-box li {
  color: #fff;
}
.nav00 .nav-box li a {
  color: #fff;
}
@media screen and (max-width: 767.9px) {
  .nav00 .nav-box {
    grid-template-columns: repeat(4, 24%);
    padding: 3% 0;
  }
}
.nav00 a {
  text-decoration: none;
}
.nav00 a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767.9px) {
  .nav00 a {
    text-decoration: none;
  }
  .nav00 a:hover {
    text-decoration: none;
  }
}

#btn-top {
  position: fixed;
  z-index: 1000;
  right: 5%;
  bottom: 5%;
  width: 160px;
}
@media screen and (max-width: 767.9px) {
  #btn-top {
    right: 3%;
    bottom: 2%;
    width: 20%;
  }
}

/*--end-common----------*/
.header00 {
  width: var(--main_width02);
  margin: auto;
  box-shadow: -9px 0px 15px -15px #000000, 9px 0px 15px -15px #000000;
}

.main {
  width: var(--main_width02);
  margin: auto;
  padding: 10px 0 30px 0;
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: -9px 0px 15px -15px #000000, 9px 0px 15px -15px #000000;
}
@media screen and (max-width: 767.9px) {
  .main {
    padding: 0;
  }
}
.main button {
  background: none;
  border: none;
}

/*検索*/
.search-box {
  width: var(--main_width);
  margin: auto;
}
.search-box input {
  display: block !important;
  width: 100% !important;
  margin: var(--margin015) !important;
  padding: 8px 10px !important;
  font-size: var(--font-search) !important;
  color: #4D4D4D !important;
  border: 2px solid #666666 !important;
  border-radius: 6px !important;
  outline: none !important; /*青枠消す*/
  appearance: none !important;
}
.search-box .select-wrapper {
  position: relative;
}
.search-box .select-wrapper::after {
  content: "";
  position: absolute;
  top: 16px;
  right: 25px;
  width: 15px;
  height: 15px;
  border-right: 2px solid #4D4D4D;
  border-bottom: 2px solid #4D4D4D;
  transform: rotate(45deg);
}
@media screen and (max-width: 767.9px) {
  .search-box .select-wrapper::after {
    top: 22%;
    right: 5%;
    width: 3.5vw;
    height: 3.5vw;
    border-right: 0.6vw solid #4D4D4D;
    border-bottom: 0.6vw solid #4D4D4D;
  }
}
.search-box select {
  display: block !important;
  width: 100% !important;
  margin: var(--margin015) !important;
  padding: 10px 20px !important;
  font-size: var(--font-search) !important;
  color: #4D4D4D !important;
  border: 2px solid #666666 !important;
  border-radius: 6px !important;
  outline: none !important; /*青枠消す*/
  -webkit-appearance: none !important; /*デフォの矢印消す*/
  appearance: none !important;
}
@media screen and (max-width: 767.9px) {
  .search-box select {
    padding: 2% 3% !important;
    border: 0.6vw solid #666666 !important;
    border-radius: 1.5vw !important;
  }
}
.search-box button {
  margin-top: 30px;
}
@media screen and (max-width: 767.9px) {
  .search-box button {
    margin-top: 3%;
  }
}

.schedule-area .schedule-date {
  margin: var(--margin03);
  border-bottom: 1.5px solid #090046;
}
.schedule-area .schedule-date:last-child {
  margin: auto;
}

.hall-area {
  /*--VS用--*/
}
.hall-area .hall-box .hall-box-bg {
  display: block;
  padding: 2px;
  background-color: #235414;
}
@media screen and (max-width: 767.9px) {
  .hall-area .hall-box .hall-box-bg {
    padding: 1%;
  }
}
.hall-area .hall-box .hall-box-bg:hover {
  text-decoration: none;
}
.hall-area .hall-box .hall-box-bg .hall-box-bg02 {
  border: 2px solid;
  border-image: linear-gradient(to right, #987219, #C79000, #FFF786, #C79000, #987219) 1;
/*  background-image: url("../img/item_vs.png");*/
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
}
@media screen and (max-width: 900px) {
  .hall-area .hall-box .hall-box-bg .hall-box-bg02 {
    background-size: 10%;
  }
}
@media screen and (max-width: 767.9px) {
  .hall-area .hall-box .hall-box-bg .hall-box-bg02 {
    border: 0.5vw solid;
    border-image: linear-gradient(to right, #987219, #C79000, #FFF786, #C79000, #987219) 1;
    background-image: url("../img/item_vs.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 13%;
  }
}
.hall-area .hall-box .grid-container {
  padding: 15px;
  display: grid;
  place-content: center;
  place-items: center;
  grid-template-columns: 32% 18% 18% 32%;
  grid-template-rows: min-content min-content min-content min-content;
}
@media screen and (max-width: 767.9px) {
  .hall-area .hall-box .grid-container {
    grid-template-columns: 28% 22% 22% 28%;
    padding: 2% 1%;
  }
}
.hall-area .hall-box .hall-name {
  align-self: flex-start;
  margin: 0 10px;
}
@media screen and (max-width: 767.9px) {
  .hall-area .hall-box .hall-name {
    margin: 0 5%;
  }
}
.hall-area .hall-box .hall-name dt {
  width: 80px;
  padding: 2px;
  font-size: var(--font-hall01) !important;
  color: #235414;
  background-color: #FFFF00;
}
@media screen and (max-width: 767.9px) {
  .hall-area .hall-box .hall-name dt {
    width: 80%;
    padding: 1%;
  }
}
.hall-area .hall-box .hall-name dt span {
  display: block;
  border: 1px solid #235414;
  text-align: center;
}
.hall-area .hall-box .hall-name dd {
  word-break: break-all;
  font-size: var(--font-hall02);
  color: #fff;
}
.hall-area .hall-box .hall-name-left {
  display: grid;
  grid-template-rows: min-content min-content;
}
.hall-area .hall-box .hall-name-left dt {
  justify-self: right;
}
.hall-area .hall-box .hall-name-left dd {
  justify-self: right;
}
.hall-area .hall-box .hall-img00 {
  width: 108px;
  justify-self: left;
}
.hall-area .hall-box .hall-img00 img {
  border: 2px solid #fff;
}
@media screen and (max-width: 767.9px) {
  .hall-area .hall-box .hall-img00 {
    width: 80%;
  }
  .hall-area .hall-box .hall-img00 img {
    border: 0.3vw solid #fff;
  }
}
.hall-area .hall-box .hall-img02 {
  justify-self: right;
}
.hall-area .hall-box02 {
  margin: var(--margin03);
}
.hall-area .hall-box02 .sns-x02 {
  /*PCのみ*/
}
@media screen and (min-width: 768px) {
  .hall-area .hall-box02 .sns-x02 {
    margin: -45px 0 20px auto;
  }
}
.hall-area .hall-box02 .hall-box-bg {
  margin-bottom: 10px;
}
.hall-area .hall-box02 .hall-box-bg .hall-box-bg02 {
  background-image: none;
}
.hall-area .hall-box02 .grid-container {
  place-content: flex-start;
  grid-template-columns: 14% 1fr auto;
  grid-template-rows: min-content min-content min-content;
}
@media screen and (max-width: 767.9px) {
  .hall-area .hall-box02 .grid-container {
    grid-template-columns: 22% 1fr 14%;
  }
}
.hall-area .hall-box02 .hall-img00 {
  justify-self: center;
}
.hall-area .hall-box02 .hall-name {
  align-self: flex-start;
  justify-self: flex-start;
}
@media screen and (max-width: 767.9px) {
  .hall-area .hall-box02 .hall-name {
    margin: 0 2%;
  }
}
.hall-area .hall-box02 .hall-name dt {
  width: 125px;
  font-size: var(--font-hall03);
  font-weight: 800;
}
@media screen and (max-width: 767.9px) {
  .hall-area .hall-box02 .hall-name dt {
    width: 40%;
  }
}
.hall-area .hall-box02 .hall-name dd {
  font-size: var(--font-hall04);
}
.hall-area .hall-box02 .badge00 img {
  margin: auto;
  width: 90px;
}
@media screen and (max-width: 767.9px) {
  .hall-area .hall-box02 .badge00 img {
    width: 100%;
  }
}
.hall-area .model-area00 {
  border: 2px solid #235414;
  background-color: #fff;
}
.hall-area .model-area00 .title-model {
  font-size: var(--font-model01);
}
.hall-area .model-area00 .title-model span {
  display: block;
  width: 50%;
  padding: 3px 15px;
  color: #FFFF00;
  /*三角形*/
  position: relative;
  z-index: 1;
}
.hall-area .model-area00 .title-model span::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: #235414;
  transform: scaleY(1.2) perspective(0.9em) rotateX(-5deg);
  transform-origin: top left;
}
@media screen and (max-width: 767.9px) {
  .hall-area .model-area00 .title-model span {
    padding: 0.5% 2%;
  }
}
.hall-area .model-area00 .model-box00 {
  display: grid;
  grid-template-columns: 22% 1fr;
  padding: 5px 15px;
  font-size: var(--font-model02);
  border-bottom: 2px solid #235414;
}
@media screen and (max-width: 767.9px) {
  .hall-area .model-area00 .model-box00 {
    padding: 1% 2%;
  }
}
.hall-area .model-area00 .model-box00:last-child {
  border-bottom: none;
}
.hall-area .model-area00 .model-box00 dt {
  font-weight: 800;
}
.hall-area .model-area00 .model-box00 dd {
  word-break: break-all;
  font-weight: 800;
}
.hall-area .item02 {
  width: 670px;
  margin: auto;
}
@media screen and (max-width: 767.9px) {
  .hall-area .item02 {
    width: 80%;
  }
}
.hall-area .point-area00 {
  display: grid;
  grid-template-columns: 1fr 240px;
}
@media screen and (max-width: 767.9px) {
  .hall-area .point-area00 {
    grid-template-columns: 1fr 35%;
  }
}
.hall-area .point-area00 .point-box {
  font-size: var(--font-point01);
  font-weight: 800;
}
.hall-area .point-area00 .point-box .frame00 {
  display: block;
  width: 70%;
  padding: 2px 6px 2px 2px;
  color: #FFFF00;
  /*三角形*/
  position: relative;
  z-index: 1;
}
.hall-area .point-area00 .point-box .frame00::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: #235414;
  transform: scaleY(1.2) perspective(0.9em) rotateX(-5deg);
  transform-origin: top left;
}
@media screen and (max-width: 767.9px) {
  .hall-area .point-area00 .point-box .frame00 {
    width: 100%;
    padding: 0.8% 2.2% 1% 0.8%;
  }
}
.hall-area .point-area00 .point-box .frame02 {
  width: 100%;
  padding: 2px 6px 2px 2px;
}
@media screen and (max-width: 767.9px) {
  .hall-area .point-area00 .point-box .frame02 {
    padding: 0.8% 2.2% 1% 0.8%;
  }
}
.hall-area .point-area00 .point-box .frame02::before {
  background: linear-gradient(to right, #987219 0%, #c79000 25%, #fff786 50%, #c79000 75%, #987219 100%);
  transform: scaleY(1.2) perspective(0.9em) rotateX(-5.1deg);
}
.hall-area .point-area00 .point-box .frame03 {
  width: 100%;
  padding: 3px 15px;
}
@media screen and (max-width: 767.9px) {
  .hall-area .point-area00 .point-box .frame03 {
    padding: 0.5% 2%;
  }
}
.hall-area .point-area00 .point-box .frame03::before {
  transform: scaleY(1.2) perspective(0.9em) rotateX(-5.2deg);
}
.hall-area .point-area00 .point-box .point00 {
  display: grid;
  grid-template-columns: 30% 1fr;
}


.back-button {
  display: block;
  margin: 0px auto;
}
.back-button img {
  height: 40px;
  width: auto;
}
.hall-detail, .hall-record {
  min-height: calc(100vh - 290px);
  background-color: white;
  border-radius: 8px;
}
@media screen and (max-width: 767.9px) {
  .hall-detail, .hall-record {
    min-height: calc(100vh - 168px);
  }
}
.no-results {
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.hall-section-title {
  background-color: #235414;
  padding: 8px;
  color: white;
  font-weight: bold;
  display: flex;
  gap: 8px;
  align-items: center;
  border-bottom: 1px solid;
  border-image: linear-gradient(to right, #987219, #C79000, #FFF786, #C79000, #987219) 1;
}
.hall-section-body {
  background-color: white;
  padding: 8px;
  min-height: 120px;
  height: 100%;
}
.hall-section:first-of-type .hall-section-title {
    border-top-left-radius: 5px; /* 左上の角に半径を設定 */
    border-top-right-radius: 5px; /* 右上の角に半径を設定 */
}
.hall-section-title .annotation {
  font-weight: 300;
  font-size: 11px;
}
.hall-section-title img {
 height: 16px; 
 width: auto;
}
.hall-section-body .hall-img-body {
  height: 120px;
  width: 120px;
  margin: 15px auto;
}
.basic-info-table table {
  width: 100%;
  border-collapse: collapse;
  border-radius: 10px;
}
.basic-info-table th, td {
  border: 2px solid #2354147d;
  padding: 8px;
  text-align: left;
}
.basic-info-table th {
  width: 80px;
  background-color: #23541442;
  text-align: center;
  color: #235414;
}
.hall-section-body ul {
  list-style-type: none;
  margin: 0;
  border-collapse: collapse;
}
.hall-section-body ul img {
  height: 22px; 
  width: auto;
  display: inline-block;
}
.hall-section-body ul li {
  border-bottom: 2px solid #ddd;
}
.hall-section-body ul li a {
  display: flex;
  gap: 8px;
  align-items: center;
  padding: 5px 8px;
  text-align: center;
}
.battle-royale-list {
  display: flex;
  gap: 8px;
  align-items: center;
  padding: 10px 4px;
  text-align: center;
  margin-left: 140px;
}
.hall-section-body > ul > li > a > div {
  min-width: 40px;
}
.hall-section-body > ul > li > a > .record-date {
  width: 80px;
}
.hall-section .right {
  margin-left: auto;
  text-align: end;
}
.btn-record {
  margin-top: 40px;
  margin-bottom: 30px;
}
.btn-record img {
  height: 40px;
  width: auto;
  margin: 0 auto;
}
.record-right {
  position: relative;
  display: inline-block;
}
.record-right img {
  display: block;
  height: 22px;
  width: auto;
}
.overlay-text {
  position: absolute;
  color: rgb(159, 40, 40);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hall-section-body .battle-result img {
  height: 48px;
  width: auto;
  display: inline-block;
}
.hall-section-body .battle-result div {
  display: inline-block;
}

.draw-rule {
  padding: 10px;
  font-size: 0.9rem;
}


.rule {
    font-size: 1rem;
}

.badge_rank {
    background-image: url(/img/comp.png);
    background-size: 238px 197px;
    width: 45px;
    height: 45px;
    background-color: rgba(255, 0, 0, 0.5);
    border-radius: 90px;
}

.badge_rank1 {
    background-position: -11px -11px;
}

.badge_rank2 {
    background-position: -68px -11px;
}

.badge_rank3 {
    background-position: -126px -11px;
}

.badge_rank4 {
    background-position: -183px -11px;
}

.badge_rank5 {
    background-position: -11px -75px;
}


.sns-x {
  width: 16%;
  margin: 10px 0 10px auto;
}
.sns-x a {
  display: grid;
  grid-template-columns: 25% auto;
  place-content: center;
  place-items: center;
  color: #fff;
  font-size: var(--font-size01);
  background-color: #000;
  border-radius: 4px;
}
.sns-x a img {
  width: 90%;
}
.sns-x a:hover {
  text-decoration: none;
}
@media screen and (max-width: 767.9px) {
  .sns-x {
    width: 38%;
    margin: 2% 0 2% auto;
  }
  .sns-x a img {
    width: 80%;
  }
}

.btn-area {
  display: grid;
  grid-template-columns: 24% 16%;
  gap: 2%;
  place-content: flex-end;
  place-items: center;
}
@media screen and (max-width: 767.9px) {
  .btn-area {
    grid-template-columns: 58% 38%;
    gap: 4%;
  }
}
.btn-area .btn01 {
  width: 100%;
  margin: 10px 0 10px auto;
}
.btn-area .btn01 a {
  display: grid;
  grid-template-columns: 0.547% auto;
  place-content: center;
  place-items: center;
  font-size: var(--font-size01);
  text-align: center;
  color: #fff;
  background-color: #161075;
  border-radius: 4px;
}
.btn-area .btn01 a img {
  width: 100%;
}
.btn-area .btn01 a:hover {
  text-decoration: none;
}
@media screen and (max-width: 767.9px) {
  .btn-area .btn01 {
    width: 100%;
    margin: 2% 0 2% auto;
  }
  .btn-area .btn01 a {
    grid-template-columns: 0.479% auto;
  }
  .btn-area .btn01 a img {
    width: 100%;
  }
}
.btn-area .btn02 a {
  background-color: #DB0011;
}
.btn-area .sns-x {
  width: 100%;
}
@media screen and (max-width: 767.9px) {
  .btn-area .sns-x {
    width: 100%;
  }
}

.sns-item01 {
  width: var(--main_width);
  margin: auto;
}

.sns-box {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: var(--main_width);
  margin: var(--margin03);
  font-size: var(--font-sns);
  color: #090046;
  text-align: center;
}
.sns-box img {
  margin-bottom: 2%;
}
.sns-box a {
  text-decoration: underline;
}
.sns-box a:hover {
  text-decoration: none;
}
.sns-box li {
  width: 18%;
  margin: 2% 1%;
}
@media screen and (max-width: 767.9px) {
  .sns-box li {
    width: 26%;
    margin: 2% 2%;
  }
}

.banner00 {
  width: var(--main_width);
  margin: auto;
}

#report-detail .schedule-area {
  margin: var(--margin03);
}

.report-detail-area {
  width: var(--main_width);
  margin: auto;
}
.report-detail-area .report-detail00 {
  margin: var(--margin03);
}
.report-detail-area .report-detail00:last-child {
  margin: auto;
}

.notice {
  width: var(--main_width);
  margin: 0 auto 30px auto;
  padding: 0 2%;
  font-size: var(--font-size-notice);
  text-align: center;
}
@media screen and (max-width: 767.9px) {
  .notice {
    margin: 0 auto 4% auto;
  }
}

.pager-container {
  display: flex !important;
  place-content: center !important;
  margin: auto auto 30px auto !important;
}
.pager-container .pagination {
  display: flex !important;
  place-content: center !important;
  gap: 12px !important;
}
.pager-container .pagination .page-item {
  padding: 0 !important;
  margin: 0 !important;
}
.pager-container .pagination .page-item .page-link {
  padding: 10px !important;
  white-space: nowrap !important;
  color: #4D4D4D !important;
  border: 2px solid #666666 !important;
  border-radius: 6px !important;
  background: white !important;
  display: inline-block !important;
  min-width: 32px !important;
  text-align: center !important;
  line-height: 1 !important;
  font-weight: 500 !important;
  font-size: var(--font-pager) !important;
  box-sizing: border-box !important;
}
@media screen and (max-width: 767.9px) {
  .pager-container {
    margin: auto auto 5% auto !important;
  }
  .pager-container .pagination {
    gap: 5% !important;
  }
  .pager-container .pagination .page-item .page-link {
    padding: 1.7vw !important;
    border: 0.6vw solid #666666 !important;
    border-radius: 1.5vw !important;
    min-width: 6vw !important;
  }
}

#footer {
  width: 100%;
  background-color: #000;
  padding: 20px 0;
}
#footer .link {
  margin: auto;
  padding: 10px 20px;
  overflow: hidden;
  color: #FFF;
  font-size: 12px;
  line-height: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: nowrap;
}
#footer .link li {
  margin-right: 10px;
}
#footer .link li a {
  color: #FFF;
}
#footer .copyright {
  padding: 10px 0px;
  text-align: center;
  color: #fff;
}
#footer a {
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767.9px) {
  #footer a {
    text-decoration: none;
  }
  #footer a:hover {
    text-decoration: none;
  }
}

@media screen and (max-width: 767.9px) {
  #footer {
    padding-bottom: 25% !important;
  }
  #footer .link {
    padding: 10px 20px;
    overflow: hidden;
    color: #FFF;
    font-size: 12px;
    line-height: 1;
    margin-right: 0 !important;
  }
  #footer .link li {
    margin: 1% auto !important;
    float: none !important;
    text-align: center !important;
  }
  #footer .link li a {
    color: #FFF;
  }
  #footer .copyright {
    padding: 10px 0px;
    text-align: center;
    color: #fff;
  }
}
/*--SPのみ----------*/
@media screen and (max-width: 767.9px) {
  .sp-display {
    display: block;
  }
  .pc-display {
    display: none;
  }
}
/*--PCのみ----------*/
@media screen and (min-width: 768px) {
  .pc-display {
    display: block;
  }
  .sp-display {
    display: none;
  }
}
/*↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑*/
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]::after {
    content: " (" attr(href) ")";
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /*
    * Don't show links that are fragment identifiers,
    * or use the `javascript:` pseudo protocol
    */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
    * Printing Tables:
    * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
    */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

/*# sourceMappingURL=main.css.map */
