@charset "UTF-8";
html,
input, textarea, select, button {
  font-family: "Noto Sans JP", sans-serif;
}

html[lang=en],
body.en input, body.en textarea, body.en select, body.en button {
  font-family: "Noto Sans", sans-serif;
}

html[lang=cn],
body.cn input, body.cn textarea, body.cn select, body.cn button {
  font-family: "Noto Sans SC", sans-serif;
}

*, *::before, *::after {
  box-sizing: border-box;
  word-break: break-all;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  margin: 0;
  color: #000000;
  color: #222222;
  background: #ffffff;
  font-size: 1rem;
  font-weight: 400;
  text-rendering: optimizeSpeed;
}

a, a:hover {
  color: #e50065;
  text-decoration: none;
}

a img {
  border: none;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}
@media screen and (max-width: 930px) {
  .header_pc {
    display: none;
  }
}
@media print, screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}
@media print, screen and (min-width: 931px) {
  .header_sp {
    display: none;
  }
}
header {
  position: sticky;
  top: 0;
  background: #ffffff;
  border-bottom: 1px solid #cccccc;
  z-index: 1000;
}
header .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 10px;
  padding-right: 5px;
  height: 60px;
  transition: all 0.5s ease;
}
@media print, screen and (min-width: 931px) {
  header .header {
    padding-left: 15px;
    padding-right: 15px;
    height: 60px;
  }
}
header h1, header p {
  margin: 0;
  padding: 0;
  text-align: left;
  font-weight: 700;
  font-size: 0.875rem;
  color: #e50065;
  height: 30px;
  background: url(image2025/logo.png) no-repeat left center;
  background-size: contain;
  transition: all 0.5s;
}
@media print, screen and (min-width: 931px) {
  header h1, header p {
    height: 40px;
    font-size: 1.125rem;
  }
}
@media print {
  header h1, header p {
    height: 30px;
    font-size: 1rem;
  }
}
header h1 a, header p a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 35px;
  margin-top: -2px;
  color: inherit;
  text-decoration: none;
}
@media print, screen and (min-width: 931px) {
  header h1 a, header p a {
    padding-left: 45px;
  }
}
@media print {
  header h1 a, header p a {
    padding-left: 35px;
  }
}
header h1 a:hover, header p a:hover {
  color: inherit;
  text-decoration: none;
}

.spnavi div {
  display: inline-block;
  position: relative;
  cursor: pointer;
  width: 50px;
  height: 50px;
  z-index: 5020;
}
@media print, screen and (min-width: 931px) {
  .spnavi {
    display: none;
  }
}

.spnavi-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 3px;
  margin-top: -2px;
  margin-left: -15px;
  background: #202020;
  transition: all 0.5s;
}
.spnavi-icon::before, .spnavi-icon::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 30px;
  height: 3px;
  background: #202020;
  transition: all 0.5s;
}
.spnavi-icon::before {
  margin-top: -12px;
}
.spnavi-icon::after {
  margin-top: 10px;
}
.spnavi-icon.close {
  background: transparent;
}
.spnavi-icon.close::before {
  transform: translateY(11px) rotate(-315deg);
  background: #ffffff;
}
.spnavi-icon.close::after {
  transform: translateY(-11px) rotate(315deg);
  background: #ffffff;
}

.spnavi-text {
  display: none;
}

@media screen and (max-width: 930px) {
  header nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5010;
    overflow-y: auto;
    background: #e50065;
    transform: translateY(-100%);
  }
  header nav.open {
    transform: translateY(0%);
  }
  header nav.ani {
    transition: all 0.5s;
  }
  header nav ul {
    margin: 0;
    padding: 0;
    padding: 10px;
    padding-top: 50px;
    padding-bottom: 30px;
  }
  header nav ul li {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  header nav ul li a {
    display: block;
    padding: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
    text-align: center;
    font-weight: 700;
    font-size: 1.25rem;
    letter-spacing: 1px;
    color: #ffffff;
    text-decoration: none;
  }
  header nav ul li a:hover {
    color: #ffffff;
    text-decoration: none;
  }
}
@media print, screen and (min-width: 931px) {
  .navsp {
    display: none;
  }
  header nav {
    height: 100%;
    z-index: 5000;
  }
  header nav > ul {
    margin: 0;
    padding: 0;
    height: 100%;
    display: flex;
    justify-content: flex-end;
  }
  header nav > ul > li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
  }
  header nav > ul > li > a {
    display: block;
    color: inherit;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.875rem;
    height: 75%;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
  }
}
@media print {
  header nav > ul > li > a {
    font-size: 0.625rem;
  }
}
@media print, screen and (min-width: 931px) {
  header nav > ul > li > a span {
    position: relative;
    display: inline-block;
  }
  header nav > ul > li > a span::after {
    border-bottom: 3px solid #e50065;
    bottom: -5px;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    transition: all 0.3s ease;
    width: 0;
  }
  header nav > ul > li > a:hover {
    color: inherit;
    text-decoration: none;
  }
  header nav > ul > li > a:hover span::after {
    width: 100%;
  }
  header nav > ul > li.active > a span {
    position: relative;
    display: inline-block;
  }
  header nav > ul > li.active > a span::after {
    border-bottom: 3px solid #e50065;
    bottom: -5px;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
  }
}
footer {
  clear: both;
  background: #008bd5;
  padding-top: 3rem;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 80px;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  footer {
    padding-top: 5rem;
    padding-bottom: 30px;
  }
}
footer nav.footer_nav ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
@media print, screen and (min-width: 769px) {
  footer nav.footer_nav ul {
    flex-direction: row;
    justify-content: center;
  }
}
footer nav.footer_nav ul li {
  list-style: none;
  margin-top: 1rem;
}
footer nav.footer_nav ul li:last-of-type {
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 769px) {
  footer nav.footer_nav ul li {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 0;
  }
  footer nav.footer_nav ul li:last-of-type {
    margin-bottom: 0;
  }
}
footer nav.footer_nav ul li a,
footer nav.footer_nav ul li a:hover {
  text-decoration: none;
  font-weight: 600;
  color: #ffffff;
}
@media print, screen and (min-width: 769px) {
  footer nav.footer_nav ul li a,
  footer nav.footer_nav ul li a:hover {
    font-size: 0.875rem;
  }
}
footer .copyright {
  text-align: center;
  font-size: 0.875rem;
  font-size: min(3.2vw, 0.875rem);
  margin-top: 2rem;
  color: #ffffff;
}

#pagetop {
  position: fixed;
  right: 0px;
  bottom: -80px;
  width: 80px;
  height: 80px;
  z-index: 999;
  transition: all 0.5s;
}
#pagetop.show {
  bottom: 0px;
}
#pagetop a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  width: 100%;
  height: 100%;
  background: rgba(229, 0, 101, 0.8);
  color: #ffffff;
  font-size: 1.75rem;
}
#pagetop a::after {
  content: "";
  position: absolute;
  top: 65%;
  width: 30px;
  height: 30px;
  border-right: 10px solid #ffffff;
  border-bottom: 10px solid #ffffff;
  transform: translateY(-65%) rotate(-135deg);
}
#pagetop.showtarget {
  position: absolute;
  right: 0px;
  top: -80px;
  bottom: 0;
  transition: none;
}

article .inner {
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 960px;
}

article .inner2 {
  margin: auto;
  max-width: 700px;
}

article {
  line-height: 180%;
}
@media print, screen and (min-width: 769px) {
  article {
    min-height: 500px;
  }
}
article:nth-of-type(2n) {
  background: #f3f3f3;
}
article h1 {
  position: relative;
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 500;
  font-size: 2rem;
  text-align: center;
  margin-top: 2.5rem;
  margin-bottom: 4rem;
}
@media print, screen and (min-width: 769px) {
  article h1 {
    margin-top: 4rem;
    margin-bottom: 5rem;
    font-size: 2.75rem;
  }
}
article section {
  padding-bottom: 3rem;
  padding-top: 3rem;
}
@media print, screen and (min-width: 769px) {
  article section {
    padding-bottom: 5rem;
  }
}
@media print, screen and (min-width: 769px) {
  article section {
    padding-top: 5rem;
  }
}
article section h2 {
  position: relative;
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 2rem;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 150%;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  article section h2 {
    margin-bottom: 3rem;
    font-size: 2rem;
  }
}
article section h2::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 2rem;
  height: 5px;
  background: #008bd5;
}
article section h2 span {
  color: #e50065;
  display: block;
}
article section h2 {
  margin-top: 0;
}
article section * + h2 {
  margin-top: 3rem;
}
@media print, screen and (min-width: 769px) {
  article section * + h2 {
    margin-top: 5rem;
  }
}
article section h3 {
  margin-top: 1rem;
  margin-bottom: 0;
  position: relative;
  font-size: 1.2rem;
  font-weight: 500;
  text-align: center;
}
body.en article section h3 {
  text-align: left;
}
article section h4 {
  margin: 0;
  font-weight: 600;
}
article section i {
  margin-right: 0.3rem;
}
article section figure {
  margin: auto;
  text-align: center;
}
article section img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}
article section .kome {
  padding-left: 1rem;
  text-indent: -1rem;
}
article section .kome::before {
  content: "※";
}
body.en article section .kome::before {
  content: "*";
}
article section .center {
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
}
article section strong {
  font-weight: 700;
  margin-left: 2px;
  margin-right: 2px;
}
article section em {
  font-style: normal;
  font-weight: 500;
  color: #e50065;
}
article section ul {
  padding-left: 1.2rem;
}
article section ol {
  padding-left: 1.2rem;
}
article section li {
  margin-bottom: 0.5rem;
}
article section li ul li {
  list-style: disc;
}
article section li p {
  margin: 0;
}
article section .highlighter-pink {
  background: linear-gradient(transparent 75%, #ff99ab 75%);
}
article section .entryterm {
  text-align: center;
  margin-bottom: 2rem;
}
article section .entryterm span {
  display: inline-block;
  margin-left: 6px;
  margin-right: 6px;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
  font-size: min(5vw, 1.75rem);
}
article section .entryterm em {
  display: block;
  margin-top: 0.5rem;
  font-style: normal;
  font-weight: 400;
  font-size: 0.75rem;
  color: #cc0000;
}
@media print, screen and (min-width: 769px) {
  article section .entryterm em {
    font-size: 1rem;
  }
}
article section .nav {
  margin: auto;
  margin-top: 2rem;
  max-width: 600px;
}
article section .nav ul {
  margin: 0;
  padding: 0;
}
@media print, screen and (min-width: 650px) {
  article section .nav ul.half {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  article section .nav ul.half li {
    width: calc(50% - 1rem);
  }
}
article section .nav ul li {
  list-style: none;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
}

a.commit,
p.commit a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  min-height: 60px;
  margin: auto;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border: 1px solid #e50065;
  color: #ffffff;
  background: #e50065;
  cursor: pointer;
  transition: all 0.5s;
  text-decoration: none;
}
a.commit:hover,
p.commit a:hover {
  transition: all 0.5s;
  text-decoration: none;
}
a.commit::after,
p.commit a::after {
  position: absolute;
  content: "";
  right: 10px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
a.commit:hover,
p.commit a:hover {
  color: #e50065;
  background: #ffffff;
  transition: all 0.5s;
}
a.commit:hover::after,
p.commit a:hover::after {
  border-right: 2px solid #e50065;
  border-bottom: 2px solid #e50065;
}
a.commit.width,
p.commit a.width {
  width: 100%;
}
a.commit.blue,
p.commit a.blue {
  background: #00a0e9;
  border: 1px solid #00a0e9;
}
a.commit.blue:hover,
p.commit a.blue:hover {
  color: #00a0e9;
  border: 1px solid #00a0e9;
  background: #ffffff;
}
a.commit.blue:hover::after,
p.commit a.blue:hover::after {
  border-right: 2px solid #00a0e9;
  border-bottom: 2px solid #00a0e9;
}
a.commit.green,
p.commit a.green {
  background: #009944;
  border: 1px solid #009944;
}
a.commit.green:hover,
p.commit a.green:hover {
  color: #009944;
  border: 1px solid #009944;
  background: #ffffff;
}
a.commit.green:hover::after,
p.commit a.green:hover::after {
  border-right: 2px solid #009944;
  border-bottom: 2px solid #009944;
}
a.commit.black,
p.commit a.black {
  background: #231815;
  border: 1px solid #231815;
}
a.commit.black:hover,
p.commit a.black:hover {
  color: #231815;
  border: 1px solid #231815;
  background: #ffffff;
}
a.commit.black:hover::after,
p.commit a.black:hover::after {
  border-right: 2px solid #231815;
  border-bottom: 2px solid #231815;
}
a.commit.white,
p.commit a.white {
  color: #231815;
  background: #ffffff;
  border: 1px solid #231815;
}
a.commit.white::after,
p.commit a.white::after {
  border-right: 2px solid #231815;
  border-bottom: 2px solid #231815;
}
a.commit.white:hover,
p.commit a.white:hover {
  color: #ffffff;
  border: 1px solid #231815;
  background: #231815;
}
a.commit.white:hover::after,
p.commit a.white:hover::after {
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
}
a.commit.gray,
p.commit a.gray {
  color: #666666;
  background: #cccccc;
  border: 1px solid #cccccc;
  cursor: default;
}
a.commit.gray:hover,
p.commit a.gray:hover {
  color: #666666;
  background: #cccccc;
  border: 1px solid #cccccc;
}
a.commit.gray:hover::after,
p.commit a.gray:hover::after {
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
}

table {
  width: 100%;
  border-collapse: collapse;
  empty-cells: show;
}
@media print, screen and (min-width: 769px) {
  table {
    margin: auto;
    width: auto;
  }
}
table th {
  display: block;
  padding-top: 0.5rem;
  text-align: left;
  font-weight: 700;
  font-size: 1.125rem;
}
@media print, screen and (min-width: 769px) {
  table th {
    display: table-cell;
    padding: 1rem;
    vertical-align: middle;
    border-bottom: 1px solid #00a0e9;
    white-space: nowrap;
    font-weight: normal;
    font-size: 1rem;
  }
}
table td {
  display: block;
  padding: 0px;
  padding-left: 1rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media print, screen and (min-width: 769px) {
  table td {
    display: table-cell;
    padding: 1rem;
    vertical-align: middle;
    border-bottom: 1px solid #00a0e9;
  }
}
table td p {
  text-align: left;
  margin: 0;
  padding: 0;
}

.youtube {
  position: relative;
  width: 100%;
  max-width: 900px;
  margin: auto;
  padding-top: 53%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.insta {
  margin-bottom: 1rem;
  text-align: center;
}
.insta .insta_btn {
  color: #ffffff;
  border-radius: 7px;
  position: relative;
  display: inline-block;
  height: 50px;
  width: 240px;
  text-align: center;
  font-size: 25px;
  line-height: 50px;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  overflow: hidden;
  text-decoration: none;
}
.insta .insta_btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
}
.insta .insta_btn .fa-instagram {
  font-size: 35px;
  position: relative;
  top: 4px;
}
.insta .insta_btn span {
  display: inline-block;
  position: relative;
  transition: 0.5s;
  margin-left: 0.5rem;
  font-size: 1.25rem;
  vertical-align: top;
}
.insta .insta_btn:hover span {
  transform: rotateX(360deg);
}

.facebook {
  margin-bottom: 1rem;
  text-align: center;
}
.facebook .facebook_btn {
  margin: auto;
  font-family: "Verdana", sans-serif;
  border-radius: 4px;
  position: relative;
  width: 240px;
  height: 50px;
  font-size: 25px;
  color: #ffffff !important;
  background: #1877f2;
  text-decoration: none;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.facebook .facebook_btn i {
  position: relative;
}
.facebook .facebook_btn span {
  font-size: 25px;
  margin-left: 30px;
  transition: 0.6s;
  display: inline-block;
}
.facebook .facebook_btn:hover span {
  transform: rotateX(360deg);
  text-decoration: none;
}

.yamap {
  margin-top: 2rem;
  text-align: center;
  font-weight: bold;
  font-size: 1.25rem;
}

article.index #mainvisual,
article.index #mainvisualfinish {
  position: relative;
  padding-top: 100%;
}
@media print, screen and (min-width: 600px) {
  article.index #mainvisual,
  article.index #mainvisualfinish {
    padding-top: 0px;
    height: 600px;
  }
}
article.index #mainvisual img.mainimage,
article.index #mainvisualfinish img.mainimage {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 10;
}
article.index #mainvisual img.catchimage1,
article.index #mainvisualfinish img.catchimage1 {
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translate(-50%, 0);
  max-width: 590px;
  height: calc(100% - 100px);
  z-index: 100;
}
article.index #mainvisual img.catchimage2,
article.index #mainvisualfinish img.catchimage2 {
  position: absolute;
  top: 90%;
  left: 0;
  transform: translate(0, -90%);
  max-width: min(35%, 250px);
  z-index: 99;
}
article.index #mainvisual img.catchimage3,
article.index #mainvisualfinish img.catchimage3 {
  position: absolute;
  top: 10%;
  right: 0;
  transform: translate(0, -10%);
  max-width: min(40%, 400px);
  z-index: 98;
}
article.index #mainvisual h2,
article.index #mainvisualfinish h2 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  margin: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 15px;
  padding-right: 15px;
  font-family: "M PLUS 1p", sans-serif;
  font-size: min(5vw, 3rem);
  font-weight: 700;
  color: #fff100;
  text-align: center;
  text-shadow: 0.1rem 0.1rem 0.1rem #000;
  background: rgba(0, 0, 0, 0.3);
  z-index: 200;
}
@media print, screen and (min-width: 769px) {
  article.index #mainvisual h2,
  article.index #mainvisualfinish h2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
article.index #mainvisual h2 .in,
article.index #mainvisualfinish h2 .in {
  margin: auto;
  width: 100%;
  max-width: 860px;
  display: flex;
  flex-direction: row;
  align-items: center;
  line-height: 100%;
}
article.index #mainvisual h2 .in .day,
article.index #mainvisualfinish h2 .in .day {
  width: 50%;
  font-size: min(4vw, 2.5rem);
  text-align: center;
}
body.cn article.index #mainvisual h2 .in .day,
body.cn article.index #mainvisualfinish h2 .in .day {
  font-size: min(3.5vw, 2rem);
}
article.index #mainvisual h2 .in .start,
article.index #mainvisualfinish h2 .in .start {
  width: 50%;
  font-size: min(3.5vw, 2.2rem);
}
article.index #mainvisual #catch,
article.index #mainvisualfinish #catch {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  margin: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 200;
  padding: 15px;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media print, screen and (min-width: 769px) {
  article.index #mainvisual #catch,
  article.index #mainvisualfinish #catch {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
article.index #mainvisual #catch h2,
article.index #mainvisualfinish #catch h2 {
  margin: 0;
  padding: 0;
  margin-bottom: 1rem;
  position: relative;
  color: #ffffff;
  background: none;
  font-size: min(5.5vw, 2rem);
  line-height: 1.5;
}
article.index #mainvisual #catch p,
article.index #mainvisualfinish #catch p {
  margin: 0;
  padding: 0;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  font-size: min(3.8vw, 1.25rem);
}
article.index .language ul {
  margin: 0;
  padding: 0;
  display: flex;
}
article.index .language ul li {
  list-style: none;
  width: 50%;
}
article.index .language ul li a {
  border-top: none;
}
article.index .language ul li:last-of-type a {
  border-left: none;
}
article.index section.information {
  background: #fdf5e7;
}
article.index section.information dl {
  margin: auto;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  width: -moz-fit-content;
  width: fit-content;
}
article.index section.information dl dt {
  font-weight: 700;
}
@media print, screen and (min-width: 769px) {
  article.index section.information dl dt {
    font-weight: 400;
    width: 6rem;
    padding: 0.5rem;
  }
}
article.index section.information dl dd {
  margin-left: 0;
  margin-bottom: 0.5rem;
}
@media print, screen and (min-width: 769px) {
  article.index section.information dl dd {
    width: calc(100% - 6rem);
    padding: 0.5rem;
    margin-left: 0;
  }
}
article.index section.guidance .eventdate {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 600;
  font-size: min(7vw, 2rem);
  text-align: center;
}
article.index section.guidance .start {
  margin: auto;
  max-width: 400px;
}
article.index section.guidance .start dl {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
article.index section.guidance .start dl dt {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.5rem;
  padding: 0.5rem;
  width: 6rem;
  font-weight: 600;
  background: #fff000;
}
@media print, screen and (min-width: 769px) {
  article.index section.guidance .start dl dt {
    font-size: 1.125rem;
  }
}
article.index section.guidance .start dl dd {
  margin-left: 0;
  margin-bottom: 0.5rem;
  width: calc(100% - 6rem);
  padding: 0.5rem;
}
@media print, screen and (min-width: 769px) {
  article.index section.guidance .start dl dd {
    font-weight: 600;
    font-size: 1.125rem;
  }
}
article.index section.guidance .start dl dd span {
  display: inline-block;
}

section.thanks h1 {
  margin: 0;
  padding: 0;
  margin-bottom: 1rem;
  font-size: min(5.5vw, 2rem);
  line-height: 1.5;
  text-align: center;
  width: auto;
}
section.thanks p {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: min(3.8vw, 1rem);
}

article.attention {
  background: #fde7ed;
}
article.attention h3 {
  text-align: left;
}

article.stay .stay-tojinbo-list {
  overflow-x: auto;
}
article.stay .stay-tojinbo-list table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  empty-cells: show;
  position: relative;
  border-top: 1px solid #00a0e9;
}
article.stay .stay-tojinbo-list table th {
  display: table-cell;
  font-size: 0.875rem;
  text-align: center;
  border-bottom: 1px solid #00a0e9;
  border-right: 1px solid #00a0e9;
  padding: 3px;
  background: #81c7e7;
  font-weight: 400;
  white-space: nowrap;
}
@media print, screen and (min-width: 980px) {
  article.stay .stay-tojinbo-list table th {
    padding: 0.5rem;
  }
}
article.stay .stay-tojinbo-list table td {
  display: table-cell;
  font-size: 0.875rem;
  border-bottom: 1px solid #00a0e9;
  border-right: 1px solid #00a0e9;
  padding: 3px;
  white-space: nowrap;
  line-height: 160%;
}
@media print, screen and (min-width: 980px) {
  article.stay .stay-tojinbo-list table td {
    padding: 0.5rem;
  }
}
article.stay .stay-tojinbo-list table th.no,
article.stay .stay-tojinbo-list table td.no {
  border-left: 1px solid #00a0e9;
  border-right: none;
  padding: 0;
  width: 22px;
}
@media screen and (max-width: 980px) {
  article.stay .stay-tojinbo-list table th.no,
  article.stay .stay-tojinbo-list table td.no {
    display: none;
  }
}
article.stay .stay-tojinbo-list table td.no {
  text-align: center;
  background: #ffffff;
}
article.stay .stay-tojinbo-list table th.name,
article.stay .stay-tojinbo-list table td.name {
  position: sticky;
  left: 0;
  border-left: 1px solid #00a0e9;
}
@media screen and (max-width: 980px) {
  article.stay .stay-tojinbo-list table th.name,
  article.stay .stay-tojinbo-list table td.name {
    width: 10rem;
  }
}
article.stay .stay-tojinbo-list table td.name {
  background: #ffffff;
}
article.stay .stay-tojinbo-list table td.name span {
  font-size: 0.75rem;
}
article.stay .stay-tojinbo-list table td.name span.no {
  font-size: 1rem;
  font-weight: 500;
  display: block;
}
@media print, screen and (min-width: 980px) {
  article.stay .stay-tojinbo-list table td.name span.no {
    display: none;
  }
}
article.stay .stay-tojinbo-list table td.price2 {
  text-align: right;
}
article.stay .stay-tojinbo-list table td.price3 {
  text-align: center;
  font-size: 0.75rem;
}
article.stay .stay-tojinbo-list table td.dash {
  border-bottom: 1px dashed #00a0e9;
}
article.stay .stay-heisenji-read {
  text-align: center;
  font-size: min(5vw, 2rem);
  font-weight: bold;
}
article.stay .stay-heisenji-read span {
  font-size: 0.8em;
}
article.stay .stay-heisenji-read em {
  font-style: normal;
  background: #000000;
  color: #ffffff;
  display: inline-block;
  padding: 0.2em;
}
article.stay .stay-heisenji-list {
  margin-bottom: 2rem;
}
article.stay .stay-heisenji-inquiry {
  margin: auto;
  margin-top: 1rem;
  margin-bottom: 2rem;
  width: -moz-fit-content;
  width: fit-content;
}
article.stay .stay-heisenji-inquiry p {
  text-align: center;
}
article.stay .stay-heisenji-inquiry p em {
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 1.125rem;
  font-weight: 500;
  color: inherit;
}
article.stay .stay-heisenji-inquiry dl {
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 0.5rem;
}
@media print, screen and (min-width: 769px) {
  article.stay .stay-heisenji-inquiry dl {
    display: flex;
    justify-content: space-between;
  }
}
article.stay .stay-heisenji-inquiry dl dt {
  margin: 0;
  font-weight: 500;
}
@media print, screen and (min-width: 769px) {
  article.stay .stay-heisenji-inquiry dl dt {
    padding: 0.3rem;
    background: #000000;
    color: #ffffff;
    font-weight: bold;
    width: 20rem;
    text-align: center;
  }
}
article.stay .stay-heisenji-inquiry dl dd {
  margin: 0;
}
@media print, screen and (min-width: 769px) {
  article.stay .stay-heisenji-inquiry dl dd {
    padding: 0.3rem;
    width: calc(100% - 20rem);
  }
}
article.stay .stay-katsuyama {
  margin: auto;
  margin-top: 3rem;
  width: -moz-fit-content;
  width: fit-content;
}
article.stay .stay-katsuyama h3 {
  margin-bottom: 2rem;
}
article.stay .stay-katsuyama h4 {
  margin: 0;
  margin-top: 2rem;
  font-weight: 500;
  font-size: 1.125rem;
}
article.stay .stay-katsuyama p {
  margin: 0;
}
@media print, screen and (min-width: 769px) {
  article.stay .stay-katsuyama p {
    margin-left: 1rem;
  }
}
article.stay .pdf-info {
  margin: auto;
  margin-top: 1rem;
  margin-bottom: 1rem;
  width: -moz-fit-content;
  width: fit-content;
}

::-webkit-full-page-media, _:future, :root .stay-tojinbo-list table th.name,
::-webkit-full-page-media, _:future, :root .stay-tojinbo-list table td.name {
  left: 23px;
}

article.inquiry .privacy {
  background: #ffffd6;
  padding: 0.5rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-size: 0.875rem;
}
@media print, screen and (min-width: 769px) {
  article.inquiry .privacy {
    padding: 1rem;
  }
}
article.inquiry .privacy h3 {
  margin-top: 0;
}
article.inquiry .nav {
  margin-top: 3rem;
}

div.sympathy {
  margin-bottom: 2rem;
}
div.sympathy h2 {
  font-size: 1.25rem;
  font-weight: 500;
}
div.sympathy ul {
  margin: 0;
}

article.record table.runners {
  margin: auto;
  width: auto;
}
article.record table.runners th {
  display: table-cell;
  padding: 1rem;
  vertical-align: middle;
  border-bottom: 1px solid #00a0e9;
  white-space: nowrap;
  font-weight: normal;
  font-size: 1rem;
}
article.record table.runners td {
  display: table-cell;
  padding: 1rem;
  vertical-align: middle;
  border-bottom: 1px solid #00a0e9;
}
article.record div.record {
  margin-top: 2rem;
}
@media print, screen and (min-width: 769px) {
  article.record div.record {
    margin-top: 4rem;
  }
}
article.record div.record h3 {
  margin-bottom: 1rem;
}
article.record div.record-pdf {
  background: #f3f3f3;
  margin-top: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
article.record div.record-pdf .inner {
  max-width: 500px;
}
@media print, screen and (min-width: 769px) {
  article.record div.record-pdf {
    margin-top: 4rem;
  }
}
article.record div.record-pdf p {
  margin: 0;
  margin-bottom: 1rem;
}
article.record div.record-pdf ul {
  margin: 0;
  padding: 0;
  margin-left: 0.5rem;
}
article.record div.record-pdf ul li {
  list-style: none;
}
article.record table.records {
  margin: auto;
  width: 100%;
  max-width: 500px;
}
article.record table.records caption {
  font-size: 0.875rem;
}
article.record table.records th {
  display: table-cell;
  padding: 0.5rem 0.3rem;
  vertical-align: middle;
  border: 1px solid #dcdcdc;
  white-space: nowrap;
  font-weight: normal;
  font-size: 1rem;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  article.record table.records th {
    padding: 0.5rem;
  }
}
article.record table.records td {
  display: table-cell;
  padding: 0.5rem 0.3rem;
  vertical-align: middle;
  border: 1px solid #dcdcdc;
  cursor: pointer;
}
@media print, screen and (min-width: 769px) {
  article.record table.records td {
    padding: 0.5rem;
  }
}
article.record table.records td.no {
  white-space: nowrap;
  width: 2.5rem;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  article.record table.records td.no {
    width: 4rem;
  }
}
article.record table.records td.number {
  white-space: nowrap;
  width: 4rem;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  article.record table.records td.number {
    width: 6rem;
  }
}
article.record table.records td.record {
  white-space: nowrap;
  width: 5rem;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  article.record table.records td.record {
    width: 7rem;
  }
}
article.record table.records td.name {
  text-align: center;
}
article.record div#man table.records th {
  background: #afd6ed;
}
article.record div#woman table.records th {
  background: #f1a2c9;
}
article.record div#early-man table.records th {
  background: #99cc00;
}
article.record div#early-woman table.records th {
  background: #f3b90c;
}

article.result ul.result-list {
  margin: 0;
  padding: 0;
  display: grid;
  justify-content: center;
  grid-gap: 3px;
  grid-template-columns: repeat(auto-fit, calc(33.333% - 3px));
}
article.result ul.result-list li {
  margin: 0;
  list-style: none;
  text-align: center;
}
article.result ul.result-list li figure {
  margin: 0;
  padding-top: 100%;
  position: relative;
  background: #999999;
}
article.result ul.result-list li figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

article.result-list div {
  margin-bottom: 2.5rem;
}
article.result-list div figure {
  margin: 0;
  margin-bottom: 1rem;
}
article.result-list div span {
  display: block;
  text-align: center;
  font-size: 0.875rem;
}

body.en article.guidance .checkpoint-list {
  overflow-x: auto;
}
body.en article.guidance .checkpoint-list table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  empty-cells: show;
  position: relative;
  border-top: 1px solid #00a0e9;
}
body.en article.guidance .checkpoint-list table th {
  display: table-cell;
  font-size: 0.875rem;
  text-align: center;
  border-bottom: 1px solid #00a0e9;
  border-right: 1px solid #00a0e9;
  padding: 3px;
  background: #81c7e7;
  font-weight: 400;
  white-space: nowrap;
}
body.en article.guidance .checkpoint-list table th:first-of-type {
  border-left: 1px solid #00a0e9;
  width: 8rem;
  position: sticky;
  left: 0;
}
body.en article.guidance .checkpoint-list table td {
  display: table-cell;
  font-size: 0.875rem;
  text-align: center;
  border-bottom: 1px solid #00a0e9;
  border-right: 1px solid #00a0e9;
  padding: 3px;
  white-space: nowrap;
  line-height: 160%;
  background: #ffffff;
}
body.en article.guidance .checkpoint-list table td:first-of-type {
  border-left: 1px solid #00a0e9;
  width: 8rem;
  position: sticky;
  left: 0;
}
body.en article.guidance .checkpoint-list table td:last-of-type {
  text-align: left;
}
body.en article.course .aidtoilet-list {
  overflow-x: auto;
}
body.en article.course .aidtoilet-list table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  empty-cells: show;
  position: relative;
  border-top: 1px solid #00a0e9;
}
body.en article.course .aidtoilet-list table th {
  display: table-cell;
  font-size: 0.875rem;
  text-align: center;
  border-bottom: 1px solid #00a0e9;
  border-right: 1px solid #00a0e9;
  padding: 3px;
  background: #81c7e7;
  font-weight: 400;
  white-space: nowrap;
}
body.en article.course .aidtoilet-list table th:first-of-type {
  border-left: 1px solid #00a0e9;
  width: 8rem;
  position: sticky;
  left: 0;
}
body.en article.course .aidtoilet-list table td {
  display: table-cell;
  font-size: 0.875rem;
  border-bottom: 1px solid #00a0e9;
  border-right: 1px solid #00a0e9;
  padding: 3px;
  white-space: nowrap;
  line-height: 160%;
  background: #ffffff;
}
body.en article.course .aidtoilet-list table td:first-of-type {
  border-left: 1px solid #00a0e9;
  width: 8rem;
  position: sticky;
  left: 0;
}
body.en article.course .aidtoilet-list table td:nth-of-type(3), body.en article.course .aidtoilet-list table td:nth-of-type(4) {
  text-align: center;
}

body.cn article.index section.guidance .start dl dt {
  width: 9rem;
}
body.cn article.index section.guidance .start dl dd {
  width: calc(100% - 9rem);
}/*# sourceMappingURL=style.css.map */