@charset "UTF-8";
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*, ::before, ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg, img, embed, object, iframe {
  vertical-align: bottom;
}

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

button, [type=button], [type=reset], [type=submit] {
  cursor: pointer;
}

button:disabled, [type=button]:disabled, [type=reset]:disabled, [type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=number] {
  -moz-appearance: textfield;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td, th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

/* event-festa.css */
body {
  font-family: "Noto Sans JP", "Noto Sans Japanese", NotoSansJP, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 1.6;
  font-weight: normal;
}
@media screen and (max-width: 640px) {
  body {
    min-width: 320px;
  }
}

.font-maru {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
}

.font-en {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

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

@media (min-width: 641px) {
  .sp-only {
    display: none !important;
  }
}
@media (max-width: 640px) {
  .pc-only {
    display: none !important;
  }
}
.red {
  color: #BE2A00;
}

.nowrap {
  white-space: nowrap;
}

.block {
  display: block !important;
}

.inline-block {
  display: inline-block !important;
}

.inline {
  display: inline !important;
}

.wrapper {
  display: block;
  position: relative;
}

.infiniteslide_wrap {
  height: 100vh !important;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  z-index: 20;
}
.header .header_l, .header .header_r {
  width: 50%;
  width: calc(50% - 223px);
  max-width: 50%;
  height: 100vh;
  position: absolute;
  top: 0;
}
.header .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.header .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.header .slide-txt {
  position: absolute;
  top: 0;
  width: 75px;
  height: 100%;
  z-index: 2;
}
@media screen and (max-width: 1440px) {
  .header .slide-txt {
    width: 5.208vw;
  }
}
@media screen and (max-width: 1200px) {
  .header .slide-txt {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .header .slide-txt {
    display: none;
  }
}
.header .slide-txt p {
  padding: 0.5em 0;
}
.header .header_l {
  left: 0;
}
.header .header_l .slide-txt {
  right: 0;
}
.header .header_l .inner {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 960px) {
  .header .header_l .inner {
    display: none;
  }
}
.header .header_l .link-box {
  display: block;
  position: absolute;
  top: 20%;
}
.header .header_l .link-box .link-btn {
  display: block;
  position: relative;
  z-index: 1;
}
.header .header_l .link-box .link-btn + .link-btn {
  margin-top: 40px;
}
@media screen and (max-width: 1440px) {
  .header .header_l .link-box .link-btn + .link-btn {
    margin-top: 2.778vw;
  }
}
.header .header_l .link-box .link-btn:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 6px;
  left: 4px;
  background-color: #0053A6;
  border-radius: 33px;
  z-index: -1;
}
@media screen and (max-width: 1440px) {
  .header .header_l .link-box .link-btn:before {
    top: 0.417vw;
    left: 0.278vw;
    border-radius: 2.292vw;
  }
}
.header .header_l .link-box .link-btn a {
  display: block;
  width: 282px;
  height: 66px;
  background: #FFF;
  border: 2px solid #0053A6;
  border-radius: 33px;
  position: relative;
  z-index: 1;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #0053A6;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1440px) {
  .header .header_l .link-box .link-btn a {
    width: 19.583vw;
    height: 4.583vw;
    border-radius: 2.292vw;
    font-size: 1.25vw;
  }
}
.header .header_l .link-box .link-btn a:hover > * {
  opacity: 0.6;
  transition: 0.3s opacity;
}
.header .header_l .link-box .link-btn a span {
  display: inline-block;
}
.header .header_l .link-box .link-btn.train-img img {
  display: block;
  width: 242px;
  height: 242px;
  position: absolute;
  bottom: -33px;
  right: 25px;
  z-index: 1;
}
@media screen and (max-width: 1440px) {
  .header .header_l .link-box .link-btn.train-img img {
    width: 16.806vw;
    height: 16.806vw;
    bottom: -2.292vw;
    right: 1.736vw;
  }
}
.header .header_l .link-box .link-btn.instagram a {
  gap: 0 10px;
}
@media screen and (max-width: 1440px) {
  .header .header_l .link-box .link-btn.instagram a {
    gap: 0 0.694vw;
  }
}
.header .header_l .link-box .link-btn.instagram i {
  display: inline-block;
  width: 31px;
  height: 31px;
}
@media screen and (max-width: 1440px) {
  .header .header_l .link-box .link-btn.instagram i {
    width: 2.153vw;
    height: 2.153vw;
  }
}
.header .header_l .link-box .link-btn.instagram i img {
  display: block;
  width: 100%;
  height: 100%;
}
.header .header_r {
  left: calc(50% + 223px);
  transition: 0.3s;
}
@media screen and (max-width: 960px) {
  .header .header_r {
    width: 100%;
    max-width: 500px;
  }
}
.header .header_r .slide-txt {
  left: 0;
}
.header .header_r .inner {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: auto;
}
@media screen and (max-width: 960px) {
  .header .header_r .inner {
    pointer-events: none;
    opacity: 0;
    transition: 0.3s;
  }
}
.header .header_r .lineup-wrap {
  padding: 0 4%;
  padding-top: 30px;
}
.header .header_r .lineup {
  width: 100%;
  max-width: 390px;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .header .header_r .lineup {
    width: 100%;
  }
}
.header .header_r .lineup:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #0053A6;
  border-radius: 40px;
  opacity: 1;
  z-index: -1;
}
@media screen and (max-width: 446px) {
  .header .header_r .lineup:before {
    top: 2.242vw;
    left: 2.242vw;
    border-radius: 6.726vw;
  }
}
.header .header_r .lineup .title {
  position: absolute;
  width: 100%;
  top: -31px;
  left: 0;
  z-index: 1;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  .header .header_r .lineup .title {
    top: -2.153vw;
  }
}
@media screen and (max-width: 960px) {
  .header .header_r .lineup .title {
    top: -31px;
  }
}
@media screen and (max-width: 446px) {
  .header .header_r .lineup .title {
    top: -6.951vw;
  }
}
.header .header_r .lineup .title img {
  width: 184px;
  height: 53px;
}
@media screen and (max-width: 1440px) {
  .header .header_r .lineup .title img {
    width: 12.778vw;
    height: 3.681vw;
  }
}
@media screen and (max-width: 960px) {
  .header .header_r .lineup .title img {
    width: 184px;
    height: 53px;
  }
}
@media screen and (max-width: 446px) {
  .header .header_r .lineup .title img {
    width: 41.256vw;
    height: 11.883vw;
  }
}
.header .header_r .gnav {
  display: block;
  background: #FFF;
  padding: 20px;
  padding-top: 30px;
  border-radius: 40px;
}
@media screen and (max-width: 1440px) {
  .header .header_r .gnav {
    padding: 1.389vw;
    padding-top: 2.083vw;
    border-radius: 2.778vw;
  }
}
@media screen and (max-width: 960px) {
  .header .header_r .gnav {
    padding: 20px;
    padding-top: 30px;
    border-radius: 40px;
  }
}
@media screen and (max-width: 446px) {
  .header .header_r .gnav {
    padding: 3.363vw;
    padding-top: 5.157vw;
    border-radius: 6.726vw;
  }
}
.header .header_r .gnav ul {
  width: 100%;
}
.header .header_r .gnav ul li {
  width: 100%;
  border-bottom: 1px dotted #A3A3A3;
  color: #0053A6;
}
.header .header_r .gnav ul li a {
  display: block;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.2;
  padding: 0.5em;
  padding-left: 0.3em;
  padding-right: 0;
}
@media screen and (max-width: 1440px) {
  .header .header_r .gnav ul li a {
    font-size: 1.042vw;
  }
}
@media screen and (max-width: 960px) {
  .header .header_r .gnav ul li a {
    font-size: 15px;
  }
}
@media screen and (max-width: 446px) {
  .header .header_r .gnav ul li a {
    font-size: 3.363vw;
  }
}
.header .header_r .gnav ul li a:hover {
  opacity: 0.6;
}
.header .header_r .gnav .link_btn {
  margin-bottom: 10px;
}
@media screen and (max-width: 1440px) {
  .header .header_r .gnav .link_btn {
    margin-bottom: 0.694vw;
  }
}
@media screen and (max-width: 960px) {
  .header .header_r .gnav .link_btn {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 446px) {
  .header .header_r .gnav .link_btn {
    margin-bottom: 2.242vw;
  }
}
.header .header_r .gnav .link_btn a {
  display: block;
  border: 2px solid #0053A6;
  border-radius: 18px;
  background: #0053A6;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 2;
  transition: 0.3s;
}
@media screen and (max-width: 1440px) {
  .header .header_r .gnav .link_btn a {
    font-size: 1.042vw;
  }
}
@media screen and (max-width: 960px) {
  .header .header_r .gnav .link_btn a {
    font-size: 15px;
  }
}
@media screen and (max-width: 446px) {
  .header .header_r .gnav .link_btn a {
    font-size: 3.363vw;
  }
}
.header .header_r .gnav .link_btn a:hover {
  background: #fff;
  color: #0053A6;
}
.header .sp_btn {
  display: none;
  justify-content: center;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 5;
  width: 91px;
  height: 91px;
  cursor: pointer;
}
@media screen and (max-width: 960px) {
  .header .sp_btn {
    display: flex;
  }
}
@media screen and (max-width: 446px) {
  .header .sp_btn {
    top: 2.242vw;
    right: 2.242vw;
    width: 20.404vw;
    height: 20.404vw;
  }
}
.header .sp_btn p {
  width: 100%;
  height: 100%;
  position: absolute;
}
.header .sp_btn p:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #0053A6;
  border-radius: 50%;
  opacity: 1;
  z-index: -1;
  transition: 0.5s;
}
.header .sp_btn p span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.6s;
}
.header .sp_btn p img {
  display: block;
  transition: 0.6s;
}
.header .sp_btn .open {
  opacity: 1;
  width: 65px;
  height: 56px;
}
@media screen and (max-width: 446px) {
  .header .sp_btn .open {
    width: 14.574vw;
    height: 12.556vw;
  }
}
.header .sp_btn .close {
  opacity: 0;
  width: 25px;
  height: 13px;
}
@media screen and (max-width: 446px) {
  .header .sp_btn .close {
    width: 5.605vw;
    height: 2.915vw;
  }
}

.nav_open {
  overflow: hidden;
}
.nav_open .header .sp_btn p:before {
  transform: scale(65.934%);
}
.nav_open .header .sp_btn .open {
  opacity: 0;
}
.nav_open .header .sp_btn .open img {
  transform: scale(65.934%);
}
.nav_open .header .sp_btn .close {
  opacity: 1;
}
@media screen and (max-width: 960px) {
  .nav_open .header .header_r {
    left: calc(100% - 500px);
  }
}
@media screen and (max-width: 500px) {
  .nav_open .header .header_r {
    left: 0;
  }
}
@media screen and (max-width: 960px) {
  .nav_open .header .header_r .inner {
    pointer-events: all;
    opacity: 1;
  }
}
.slide_box {
  display: block;
  position: relative;
  overflow: auto;
  z-index: 10;
  width: 100%;
  max-width: 446px;
  margin: 0 auto;
  background: #fff;
  min-height: 150vh;
}

main {
  display: block;
}

.contents-wrap {
  display: block;
  position: relative;
  z-index: 1;
}

section {
  display: block;
}
section > .inner {
  margin: 0 auto;
}
.h2_01 {
  position: relative;
  font-size: 32px;
  font-weight: bold;
  color: #0053A6;
  text-align: center;
  margin-bottom: 30px;
}
.mainv {
  display: block;
  position: relative;
  text-align: center;
}
.mainv .mainv-img {
  width: 100%;
}
.mainv .mainv-img img {
  display: block;
  width: 100%;
}

.sec01 {
  display: block;
  padding: 22px 0 20px;
}
@media screen and (max-width: 446px) {
  .sec01 {
    padding: 4.933vw 0 4.484vw;
  }
}
.sec01 .inner {
  padding: 0 20px;
}
@media screen and (max-width: 446px) {
  .sec01 .inner {
    padding: 0 4.484vw;
  }
}
.sec01 h2 {
  text-align: center;
  margin-bottom: 45px;
}
@media screen and (max-width: 446px) {
  .sec01 h2 {
    margin-bottom: 10.09vw;
  }
}
.sec01 h2 span img {
  width: 280px;
}
@media screen and (max-width: 446px) {
  .sec01 h2 span img {
    width: 62.78vw;
  }
}
.sec01 .event-list {
  width: 100%;
}
.sec01 .event-list .event-item {
  display: block;
  width: 100%;
  max-width: 390px;
  margin: 0 auto;
  padding-bottom: 27px;
  position: relative;
  background-image: linear-gradient(to right, #000 50%, transparent 50%);
  background-size: 16px 3px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
@media screen and (max-width: 446px) {
  .sec01 .event-list .event-item {
    padding-bottom: 6.054vw;
  }
}
.sec01 .event-list .event-item + .event-item {
  margin-top: 30px;
}
@media screen and (max-width: 446px) {
  .sec01 .event-list .event-item + .event-item {
    margin-top: 6.726vw;
  }
}
.sec01 .event-list .event-item.border-solid {
  border-bottom: 3px solid #000;
  background: none;
}
.sec01 .event-list .event-item h3 {
  position: relative;
  padding-top: 41px;
  margin-bottom: 20px;
}
@media screen and (max-width: 446px) {
  .sec01 .event-list .event-item h3 {
    padding-top: 9.193vw;
    margin-bottom: 4.484vw;
  }
}
.sec01 .event-list .event-item h3 span {
  display: block;
}
.sec01 .event-list .event-item h3 .num {
  width: 75px;
  height: 75px;
  position: absolute;
  top: 0;
  left: 9px;
  background: #000;
  border-radius: 37.5px;
  text-align: center;
  padding-top: 14px;
  line-height: 1;
}
@media screen and (max-width: 446px) {
  .sec01 .event-list .event-item h3 .num {
    width: 16.816vw;
    height: 16.816vw;
    left: 2.018vw;
    border-radius: 8.408vw;
    padding-top: 3.139vw;
  }
}
.sec01 .event-list .event-item h3 .num img {
  display: inline-block;
  height: 21px;
}
@media screen and (max-width: 446px) {
  .sec01 .event-list .event-item h3 .num img {
    height: 4.709vw;
  }
}
.sec01 .event-list .event-item h3 .txt {
  background: #0053A6;
  position: relative;
  width: 100%;
  height: auto;
  border-radius: 20px;
  padding: 18px 10px;
  padding-left: 23px;
  text-align: left;
  z-index: 2;
}
@media screen and (max-width: 446px) {
  .sec01 .event-list .event-item h3 .txt {
    border-radius: 4.484vw;
    padding: 4.036vw 2.242vw;
    padding-left: 5.157vw;
  }
}
.sec01 .event-list .event-item h3.color-1 .txt {
  background-color: #0053A6;
}
.sec01 .event-list .event-item h3.color-2 .txt {
  background-color: #01A02D;
}
.sec01 .event-list .event-item h3.color-3 .txt {
  background-color: #F5642E;
}
.sec01 .event-list .event-item h3.color-4 .txt {
  background-color: #F3C200;
}
.sec01 .event-list .event-item .h-icon {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
.sec01 .event-list .event-item .h-icon img {
  display: block;
}
.sec01 .event-list .event-item .h-icon.quiz {
  width: 68px;
  height: 68px;
  right: 35px;
}
@media screen and (max-width: 446px) {
  .sec01 .event-list .event-item .h-icon.quiz {
    width: 15.247vw;
    height: 15.247vw;
    right: 7.848vw;
  }
}
.sec01 .event-list .event-item .h-icon.trabbit {
  width: 131px;
  height: 120px;
  top: -24px;
}
@media screen and (max-width: 446px) {
  .sec01 .event-list .event-item .h-icon.trabbit {
    width: 29.372vw;
    height: 26.906vw;
    top: -5.381vw;
  }
}
.sec01 .event-list .event-item .h-icon.tragina {
  width: 63px;
  height: 90px;
  top: -21px;
  right: 13px;
}
@media screen and (max-width: 446px) {
  .sec01 .event-list .event-item .h-icon.tragina {
    width: 14.126vw;
    height: 20.179vw;
    top: -4.709vw;
    right: 2.915vw;
  }
}
.sec01 .event-list .event-item .h-icon.tragina2 {
  width: 119px;
  height: 105px;
  top: -24px;
  right: 2px;
}
@media screen and (max-width: 446px) {
  .sec01 .event-list .event-item .h-icon.tragina2 {
    width: 26.682vw;
    height: 23.543vw;
    top: -5.381vw;
    right: 0.448vw;
  }
}
.sec01 .event-list .event-item figure {
  text-align: center;
  margin-bottom: 10px;
  border-radius: 40px;
  overflow: hidden;
}
@media screen and (max-width: 446px) {
  .sec01 .event-list .event-item figure {
    margin-bottom: 2.242vw;
    border-radius: 8.969vw;
  }
}
.sec01 .event-list .event-item figure.border-r0 {
  border-radius: 0;
}
.sec01 .event-list .event-item p {
  font-size: 17px;
  font-weight: bold;
  line-height: 1.88;
  color: #1A1311;
  margin-top: 0.8em;
}
@media screen and (max-width: 446px) {
  .sec01 .event-list .event-item p {
    font-size: 3.812vw;
  }
}
.sec01 .event-list .event-item .dl-wrap {
  padding: 10px 0;
}
@media screen and (max-width: 446px) {
  .sec01 .event-list .event-item .dl-wrap {
    padding: 2.242vw 0;
  }
}
.sec01 .event-list .event-item .dl-wrap dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 11px 3.6%;
}
@media screen and (max-width: 446px) {
  .sec01 .event-list .event-item .dl-wrap dl {
    gap: 2.466vw 3.6%;
  }
}
.sec01 .event-list .event-item .dl-wrap dl dt {
  width: 25.2%;
  max-width: 98px;
  height: 40px;
  background-color: #FFF100;
  border-radius: 20px;
  font-family: "Zen Maru Gothic", serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 40px;
  text-align: center;
}
@media screen and (max-width: 446px) {
  .sec01 .event-list .event-item .dl-wrap dl dt {
    max-width: 21.973vw;
    height: 8.969vw;
    border-radius: 4.484vw;
    font-size: 3.812vw;
    line-height: 8.969vw;
  }
}
.sec01 .event-list .event-item .dl-wrap dl dd {
  width: 71.2%;
  font-size: 23px;
  font-weight: bold;
  color: #1A1311;
  line-height: 1.5;
}
@media screen and (max-width: 446px) {
  .sec01 .event-list .event-item .dl-wrap dl dd {
    font-size: 5.157vw;
  }
}
.sec01 .event-list .event-item .dl-wrap dl dd .ml {
  margin-left: 0.5em;
}
.sec01 .event-list .event-item .dl-wrap dl dd .mt {
  margin-top: 0.5em;
}
.sec01 .event-list .event-item .dl-wrap dl dd .s {
  display: block;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 446px) {
  .sec01 .event-list .event-item .dl-wrap dl dd .s {
    font-size: 4.036vw;
  }
}
.sec01 .event-list .event-item .dl-wrap dl dd .s20 {
  display: block;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 446px) {
  .sec01 .event-list .event-item .dl-wrap dl dd .s20 {
    font-size: 4.484vw;
  }
}
.sec01 .event-list .event-item .dl-wrap dl dd .s16 {
  display: block;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 446px) {
  .sec01 .event-list .event-item .dl-wrap dl dd .s16 {
    font-size: 3.587vw;
  }
}
.sec01 .event-list .event-item .dl-wrap dl dd .s15 {
  display: block;
  font-size: 15px;
  font-weight: normal;
}
@media screen and (max-width: 446px) {
  .sec01 .event-list .event-item .dl-wrap dl dd .s15 {
    font-size: 3.363vw;
  }
}
.sec01 .event-list .event-item .free {
  color: #BE2A00;
}
.sec01 .event-list .event-item:nth-child(1) h3 .txt img {
  width: 310px;
}
@media screen and (max-width: 446px) {
  .sec01 .event-list .event-item:nth-child(1) h3 .txt img {
    width: 69.507vw;
  }
}
.sec01 .event-list .event-item:nth-child(2) h3 .txt img {
  width: 207px;
}
@media screen and (max-width: 446px) {
  .sec01 .event-list .event-item:nth-child(2) h3 .txt img {
    width: 46.413vw;
  }
}
.sec01 .event-list .event-item:nth-child(3) h3 .txt img {
  width: 241px;
}
@media screen and (max-width: 446px) {
  .sec01 .event-list .event-item:nth-child(3) h3 .txt img {
    width: 54.036vw;
  }
}
.sec01 .event-list .event-item:nth-child(4) h3 .txt img {
  width: 283px;
}
@media screen and (max-width: 446px) {
  .sec01 .event-list .event-item:nth-child(4) h3 .txt img {
    width: 63.453vw;
  }
}
.sec01 .event-list .event-item:nth-child(5) h3 .txt img {
  width: 213px;
}
@media screen and (max-width: 446px) {
  .sec01 .event-list .event-item:nth-child(5) h3 .txt img {
    width: 47.758vw;
  }
}
.sec01 .event-list .event-item:nth-child(6) h3 .txt img {
  width: 314px;
}
@media screen and (max-width: 446px) {
  .sec01 .event-list .event-item:nth-child(6) h3 .txt img {
    width: 70.404vw;
  }
}
.sec01 .event-list .event-item:nth-child(7) h3 .txt img {
  width: 334px;
}
@media screen and (max-width: 446px) {
  .sec01 .event-list .event-item:nth-child(7) h3 .txt img {
    width: 74.888vw;
  }
}
.sec01 .event-list .event-item:nth-child(8) h3 .txt img {
  width: 240px;
}
@media screen and (max-width: 446px) {
  .sec01 .event-list .event-item:nth-child(8) h3 .txt img {
    width: 53.812vw;
  }
}
.sec01 .event-list .event-item:nth-child(9) h3 .txt img {
  width: 208px;
}
@media screen and (max-width: 446px) {
  .sec01 .event-list .event-item:nth-child(9) h3 .txt img {
    width: 46.637vw;
  }
}
.sec01 .event-list .event-item:nth-child(10) h3 .txt img {
  width: 301px;
}
@media screen and (max-width: 446px) {
  .sec01 .event-list .event-item:nth-child(10) h3 .txt img {
    width: 67.489vw;
  }
}
.sec01 .event-list .event-item:nth-child(11) h3 .txt img {
  width: 348px;
}
@media screen and (max-width: 446px) {
  .sec01 .event-list .event-item:nth-child(11) h3 .txt img {
    width: 78.027vw;
  }
}
.sec01 .event-list .event-item:nth-child(12) h3 .txt img {
  width: 119px;
}
@media screen and (max-width: 446px) {
  .sec01 .event-list .event-item:nth-child(12) h3 .txt img {
    width: 26.682vw;
  }
}
.sec01 .event-list .event-item:nth-child(13) h3 .txt img {
  width: 163px;
}
@media screen and (max-width: 446px) {
  .sec01 .event-list .event-item:nth-child(13) h3 .txt img {
    width: 36.547vw;
  }
}
.sec01 .event-list .event-item:nth-child(14) h3 .txt img {
  width: 332px;
}
@media screen and (max-width: 446px) {
  .sec01 .event-list .event-item:nth-child(14) h3 .txt img {
    width: 74.439vw;
  }
}
.sec01 .event-list .event-item:nth-child(15) h3 .txt img {
  width: 333px;
}
@media screen and (max-width: 446px) {
  .sec01 .event-list .event-item:nth-child(15) h3 .txt img {
    width: 74.664vw;
  }
}
.sec01 .event-list .event-item:nth-child(16) h3 .txt img {
  width: 336px;
}
@media screen and (max-width: 446px) {
  .sec01 .event-list .event-item:nth-child(16) h3 .txt img {
    width: 75.336vw;
  }
}
.sec01 .event-list .event-item .link {
  text-align: center;
}
.sec01 .event-list .event-item .link a {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #0053A6;
  padding: 0.9em 2em;
  border: 2px solid #0053A6;
  border-radius: 49px;
}
.sec01 .event-list .event-item .link a:hover {
  opacity: 0.6;
}

.sec02 {
  display: block;
  padding: 13px 0 30px;
}
@media screen and (max-width: 446px) {
  .sec02 {
    padding: 2.915vw 0 6.726vw;
  }
}
.sec02 .inner {
  padding: 0 28px;
}
@media screen and (max-width: 446px) {
  .sec02 .inner {
    padding: 0 6.278vw;
  }
}
.sec02 .border-box {
  border: 3px solid #0053A6;
  border-radius: 40px;
  background: #fff;
  padding: 20px 22px 60px;
}
@media screen and (max-width: 446px) {
  .sec02 .border-box {
    border-radius: 8.969vw;
    padding: 4.484vw 4.933vw 13.453vw;
  }
}
.sec02 .border-box p {
  font-size: 17px;
  font-weight: bold;
}
@media screen and (max-width: 446px) {
  .sec02 .border-box p {
    font-size: 3.812vw;
  }
}
.sec02 .border-box .s {
  font-size: 13px;
  font-weight: bold;
  line-height: 18px;
  color: #BE2A00;
}
@media screen and (max-width: 446px) {
  .sec02 .border-box .s {
    font-size: 2.915vw;
    line-height: 4.036vw;
  }
}
.sec02 .border-box .txt-b {
  font-size: 22px;
  font-weight: bold;
  color: #0053A6;
  border-bottom: 3px solid #0053A6;
  margin-bottom: 6px;
}
@media screen and (max-width: 446px) {
  .sec02 .border-box .txt-b {
    font-size: 4.933vw;
    margin-bottom: 1.345vw;
  }
}
.sec02 .border-box dl {
  margin: 13px 0 6px;
}
@media screen and (max-width: 446px) {
  .sec02 .border-box dl {
    margin: 2.915vw 0 1.345vw;
  }
}
.sec02 .border-box dl dt {
  width: 119px;
  height: 34px;
  background: #0053A6;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  line-height: 2;
  border-radius: 17px;
  text-align: center;
  margin-bottom: 7px;
}
@media screen and (max-width: 446px) {
  .sec02 .border-box dl dt {
    width: 26.682vw;
    height: 7.623vw;
    font-size: 3.812vw;
    border-radius: 3.812vw;
    margin-bottom: 1.57vw;
  }
}
.sec02 .border-box dl dd {
  font-size: 17px;
  font-weight: bold;
}
@media screen and (max-width: 446px) {
  .sec02 .border-box dl dd {
    font-size: 3.812vw;
  }
}
.sec02 .character {
  position: relative;
  padding: 0 0 20px;
  margin-top: -60px;
}
@media screen and (max-width: 446px) {
  .sec02 .character {
    padding: 0 0 4.484vw;
    margin-top: -13.453vw;
  }
}
.sec02 .character .name {
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.38;
  color: #0053A6;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 446px) {
  .sec02 .character .name {
    font-size: 2.915vw;
  }
}
.sec02 .character .name span {
  display: block;
  font-size: 21px;
}
@media screen and (max-width: 446px) {
  .sec02 .character .name span {
    font-size: 4.709vw;
  }
}
.sec02 .character figure {
  right: -10px;
  position: relative;
  width: 359px;
  margin: 0 auto;
  z-index: 1;
}
@media screen and (max-width: 446px) {
  .sec02 .character figure {
    width: 80.493vw;
    right: -2.242vw;
  }
}
.sec02 .character figure img {
  display: block;
}

.footer {
  display: block;
  text-align: center;
  background: #0053A6;
  color: #fff;
  padding: 63px 0 26px;
  border-radius: 80px 80px 0 0;
}
@media screen and (max-width: 446px) {
  .footer {
    padding: 14.126vw 0 5.83vw;
    border-radius: 17.937vw 17.937vw 0 0;
  }
}
.footer .link-btn {
  display: block;
  width: 324px;
  height: 82px;
  margin: 30px auto 33px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 446px) {
  .footer .link-btn {
    width: 72.646vw;
    height: 18.386vw;
    margin: 6.726vw auto 7.399vw;
  }
}
.footer .link-btn:before {
  content: "";
  display: block;
  width: 100%;
  height: 78px;
  position: absolute;
  top: 5px;
  left: 2px;
  background-color: #0053A6;
  border: 2px solid #FFF;
  border-radius: 40px;
  z-index: -1;
}
@media screen and (max-width: 446px) {
  .footer .link-btn:before {
    height: 17.489vw;
    top: 1.121vw;
    left: 0.448vw;
    border-radius: 8.969vw;
  }
}
.footer .link-btn a {
  display: block;
  width: 100%;
  height: 78px;
  background: #FFF;
  border: 2px solid #0053A6;
  border-radius: 40px;
  position: relative;
  z-index: 1;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #0053A6;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
@media screen and (max-width: 446px) {
  .footer .link-btn a {
    height: 17.489vw;
    border-radius: 8.969vw;
    font-size: 4.036vw;
  }
}
.footer .link-btn a:hover span {
  opacity: 0.6;
  transition: 0.3s opacity;
}
.footer .link-btn a span {
  display: inline-block;
}
.footer .link-icon {
  display: block;
}
.footer .link-icon a {
  display: block;
  width: 33px;
  height: 33px;
  margin: 0 auto;
  transition: 0.3s opacity;
}
@media screen and (max-width: 446px) {
  .footer .link-icon a {
    width: 7.399vw;
    height: 7.399vw;
  }
}
.footer .link-icon a:hover {
  opacity: 0.6;
}
.footer .copyright {
  font-size: 13px;
  font-weight: 500;
  color: #72B3F4;
  margin-top: 27px;
}
@media screen and (max-width: 446px) {
  .footer .copyright {
    font-size: 2.915vw;
    margin-top: 6.054vw;
  }
}

.pagetop {
  width: 82px;
  height: 124px;
  position: absolute;
  left: calc(50% + 125px);
  bottom: 242px;
  margin: 0;
  z-index: 5;
}
@media screen and (max-width: 446px) {
  .pagetop {
    width: 18.386vw;
    height: 27.803vw;
    position: absolute;
    left: unset;
    right: 2.242vw;
    bottom: 54.26vw;
  }
}
.pagetop a {
  display: block;
  transition: 0.3s;
}
.pagetop a:hover {
  transform: scale(1.1);
}
