@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  position: relative;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-size: 13px;
  color: #212222;
  font-display: swap;
  text-align: center;
  font-weight: bold;
  z-index: 0;
  background-color: #e6faff;
}

@media screen and (min-width: 1000px) {
  body {
    font-size: 16px;
  }
}

body a {
  text-decoration: none;
  color: #212222;
}

@media screen and (min-width: 1000px) {
  .showsp {
    display: none;
  }
}

.showpc {
  display: none;
}

@media screen and (min-width: 1000px) {
  .showpc {
    display: inherit;
  }
}

.header {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px;
  box-sizing: border-box;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.25);
  background-color: #fff;
}

@media screen and (min-width: 1000px) {
  .header {
    -webkit-box-pack: start;
    -webkit-justify-content: start;
        -ms-flex-pack: start;
            justify-content: start;
    padding: 18px;
  }
}

@media screen and (min-width: 1000px) {
  .header-inner {
    width: 1000px;
    margin: 0 auto;
  }
}

.header-logo {
  width: 116px;
  display: block;
}

@media screen and (min-width: 1000px) {
  .header-logo {
    width: 167px;
  }
}

.mainvisual {
  position: relative;
  margin: 0 auto 30px;
  padding: 130px 0 25px;
  background-image: url(../images/mainvisual-sp.png);
  background-size: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #a5e7f9;
  text-align: center;
}

@media screen and (min-width: 1000px) {
  .mainvisual {
    width: 1000px;
    margin: 0 auto 50px;
    padding: 80px 0 40px;
    background-image: url(../images/mainvisual-pc.png);
    font-size: 20px;
  }
}

.mainvisual-title {
  margin-bottom: 15px;
  padding: 0 20px;
}

.mainvisual-title img {
  width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 1000px) {
  .mainvisual-title {
    margin-bottom: 40px;
    padding: 0;
  }
  .mainvisual-title img {
    width: 519px;
  }
}

.btn-registry {
  display: block;
  text-align: center;
}

.btn-registry img {
  width: 272px;
  margin: 0 auto;
}

@media screen and (min-width: 1000px) {
  .btn-registry {
    margin-bottom: 10px;
  }
  .btn-registry:hover {
    opacity: 0.8;
  }
  .btn-registry img {
    width: 457px;
  }
}

.eventlist-heading {
  margin: 30px auto;
  font-size: 18px;
  line-height: 1.4;
  color: #16224c;
}

.eventlist-heading span {
  display: inline-block;
  margin-left: 10px;
  font-size: 12px;
}

@media screen and (min-width: 1000px) {
  .eventlist-heading {
    margin: 50px auto;
    font-size: 24px;
  }
  .eventlist-heading span {
    font-size: 14px;
  }
}

.eventlist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 40px;
}

@media screen and (min-width: 1000px) {
  .eventlist {
    width: 1000px;
    margin: 0 auto 60px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

.event {
  display: block;
  width: 100%;
  margin: 0 20px 15px;
  padding: 20px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  background-color: #fff;
  text-align: left;
}

@media screen and (min-width: 1000px) {
  .event {
    width: 470px;
    margin: 0 10px 20px;
    padding: 30px 20px;
  }
}

.event-title {
  margin-bottom: 10px;
  font-size: 17px;
  line-height: 1.3;
  color: #16224c;
}

@media screen and (min-width: 1000px) {
  .event-title {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.5;
  }
}

.event-host {
  margin-bottom: 10px;
  font-size: 14px;
}

@media screen and (min-width: 1000px) {
  .event-host {
    margin-bottom: 20px;
    font-size: 16px;
  }
}

.event-detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.rating {
  margin-right: 20px;
  font-size: 16px;
}

@media screen and (min-width: 1000px) {
  .rating {
    font-size: 18px;
  }
}

.star {
  margin-right: 5px;
}

.star::before {
  font-size: 17px;
  color: #ff970f;
}

@media screen and (min-width: 1000px) {
  .star::before {
    font-size: 18px;
  }
}

.star-1::before {
  content: "★";
}

.star-2::before {
  content: "★★";
}

.star-3::before {
  content: "★★★";
}

.star-4::before {
  content: "★★★★";
}

.star-5::before {
  content: "★★★★★";
}

.event-deadline {
  position: relative;
  padding-left: 20px;
  font-size: 13px;
  font-weight: normal;
}

.event-deadline::before {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  left: 0;
  background-image: url(../images/icon-deadline.png);
  background-size: 15px 15px;
  background-position: left center;
  background-repeat: no-repeat;
}

@media screen and (min-width: 1000px) {
  .event-deadline {
    font-size: 16px;
  }
}

.btn-fill {
  display: block;
  margin: 15px 40px 0;
  padding: 15px;
  border-radius: 40px;
  background-color: #443ce6;
  font-size: 15px;
  text-align: center;
  color: #fff;
}

@media screen and (min-width: 1000px) {
  .btn-fill {
    margin: 20px 20px 0;
    font-size: 16px;
  }
  .btn-fill:hover {
    opacity: 0.8;
  }
}

.btn-empty {
  display: block;
  margin: 0px 40px 20px;
  padding: 15px;
  border-radius: 40px;
  border: solid 2px #443ce6;
  background-color: #fff;
  font-size: 15px;
  text-align: center;
  color: #443ce6;
}

@media screen and (min-width: 1000px) {
  .btn-empty {
    width: 480px;
    margin: 0 auto 20px;
    padding: 20px;
    font-size: 18px;
  }
  .btn-empty:hover {
    opacity: 0.8;
  }
}

.note {
  margin: 20px auto 40px;
  padding: 0 20px;
  text-align: center;
}

@media screen and (min-width: 1000px) {
  .note {
    margin: 20px auto 60px;
    padding: 0;
  }
}

.footer {
  margin-top: 80px;
  padding: 40px 0;
  background-color: #212222;
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  color: #fff;
}

.footer ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 20px;
}

.footer li {
  margin: 0 10px;
}

.footer a {
  text-decoration: none;
  color: #fff;
}

@media screen and (min-width: 1000px) {
  .footer {
    margin-top: 200px;
    padding: 80px 0;
  }
}
