*,
::after,
::before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-style: normal;
}

html {
  line-sizing: normal;
}

body {
  margin: 0;
}

pre {
  white-space: pre-wrap;
}

hr {
  border-style: solid;
  border-width: 1px 0 0;
  color: inherit;
  height: 0;
  overflow: visible;
}

audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
}

canvas,
img,
svg,
video {
  height: initial;
}

audio {
  width: 100%;
}

img {
  border-style: none;
}

svg {
  overflow: hidden;
}

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

[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

ul,
ol,
li {
  display: block;
  list-style-type: none;
}

input,
button,
select,
textarea,
fieldset,
label {
  position: relative;
  margin: 0;
  padding: 0;
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
  color: currentColor;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
  font-weight: 400;
}

* {
  min-width: 0;
  min-height: 0;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  color: #000;
  font-size: 1.6rem;
  line-height: 1.75;
  width: 100%;
  font-family: "Helvetica Neue",Helvetica,Arial,YuGothic,"Yu Gothic",游ゴシック体,"游ゴシック","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS ゴシック","MS Gothic",sans-serif;
  -webkit-font-smoothing: antialiased;
  min-width: initial;
}

*[data-src],
*[data-bg],
.lazyload {
  opacity: 0;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

.lazyloading,
.lazyloaded {
  opacity: 1;
}

a {
  position: relative;
  color: currentColor;
  text-decoration: none;
}

a[href] {
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

a[href]:hover {
  opacity: .5;
}

button {
  position: relative;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

img.-pc {
  display: block;
}

img.-sp {
  display: none;
}

br.-pc {
  display: block;
}

br.-sp {
  display: none;
}

.-ul {
  text-decoration: underline;
}

.-center {
  text-align: center;
}

.-palt {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .05em;
}

[data-rate] {
  position: relative;
}

input[type=text],
input[type=email],
input[type=tel] {
  display: block;
  border: 1px solid currentcolor;
  border-radius: 3px;
  padding: 8px 24px;
  width: 100%;
}

textarea {
  display: block;
  border: 1px solid currentcolor;
  border-radius: 3px;
  padding: 8px 24px;
  width: 100%;
  height: 12em;
  resize: none;
}

input[type=submit] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 228px;
  height: 70px;
  margin: 0 auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #333;
  color: #fff;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

input[type=submit]:hover {
  opacity: .5;
}

input[type=radio]+*:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  border: 1px solid #ccc;
  border-radius: 24px;
  vertical-align: middle;
  margin-right: 8px;
  position: relative;
  top: -0.2em;
}

input[type=radio]:checked+*:before {
  border: 2px solid #333;
  background-color: #333;
  -webkit-box-shadow: 0 0 0 4px #fff inset;
  box-shadow: 0 0 0 4px #fff inset;
}

body {
  background-color: #83ccd2;
  color: #552e31;
}

.wrapper {
  padding-bottom: 4rem;
}

:where(.wrapper>*+*) {
  margin-top: 4rem;
}

.header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 130vw;
  background: url(../images/bg_sp_2.jpg) top center/cover no-repeat;
}

.header__inner {
  max-width: 108.5rem;
  width: 100%;
  margin-inline: auto;
}

.header__badge {
  position: absolute;
  top: 2rem;
  right: 2rem;
  width: 12rem;
  height: 12rem;
}

.header__id {
  position: relative;
  top: -15rem;
}

.header__id img {
  width: 100%;
  height: auto;
}

:where(.header__id>*+*) {
  margin-top: 1.2rem;
}

.header__id__ja {
  width: 30.5rem;
  margin-inline: auto;
  line-height: 0;
}

.header__id__en {
  width: 29rem;
  margin-inline: auto;
  line-height: 0;
}

.header__text {
  width: 30.6rem;
  margin-top: 2.6rem;
  margin-inline: auto;
}

.social {
  padding: 0 3.25rem;
}

.social__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3.2rem;
}

.contents {
  padding: 0 3.25rem;
}

.contents__inner {
  max-width: 108.5rem;
  width: 100%;
  margin-inline: auto;
}

.contents__item {
  padding: 4rem 2rem;
  background-color: #fff;
  border-radius: 2rem;
}

:where(.contents__item>*+*) {
  margin-top: 4rem;
}

.contents__item.-balanced {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.contents__item.-red em {
  color: #ea5548;
}

.contents__item.-red .btn {
  background-color: #ea5548;
}

.contents__item.-blue em {
  color: #0086c9;
}

.contents__item.-blue .btn {
  background-color: #0086c9;
}

.contents__frame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4rem;
}

.contents__frame__item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

:where(.contents__frame__item.-vertical>*+*) {
  margin-top: 4rem;
}

.event__label {
  text-align: center;
}

.event__title {
  text-align: center;
}

.event__summary {
  overflow: hidden;
}

.event__summary__label {
  clear: left;
  float: left;
  width: 9rem;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

.event__summary__label.-block {
  float: none;
}

.event__summary__body {
  overflow: hidden;
}

.event__function {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 4rem;
}

.event__function__btn {
  min-width: 20rem;
  height: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  border-radius: 2rem;
}

.-adjust {
  margin-top: calc(4rem - .375rem);
  margin-bottom: -0.375rem;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.row.-sep-s>span:not(:last-child)::after {
  content: "／";
}

.nav {
  padding: 0 3.25rem;
}

.nav__inner {
  max-width: 108.5rem;
  width: 100%;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 0;
  color:#fff;
}

.footer {
  padding: 0 3.25rem;
}

.footer__inner {
  max-width: 108.5rem;
  width: 100%;
  margin-inline: auto;
  text-align: center;
}

.copyright {
  display: block;
  line-height: 0;
}

.information {
  margin-top: 0;
  padding: 2.4rem;
  text-align: center;
  background-color: #7c82dd;
  color: #f09b39;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.5;
}

.information__item {
  display: block;
}

.information__item>*+* {
  margin-top: 1.6rem;
}

@media screen and (min-width: 481px) {
  body {
    min-width: 120rem;
  }

  .header {
    background-image: url(../images/bg_pc_2.jpg);
    height: 120rem;
  }

  .header__badge {
    top: 4rem;
    right: 4rem;
    width: 24rem;
    height: 24rem;
  }

  .header__id {
    top: 40rem;
  }

  :where(.header__id>*+*) {
    margin-top: 2.2rem;
  }

  .header__id__ja {
    width: 45.7rem;
  }

  .header__text {
    width: 46rem;
    margin-top: 10.8rem;
  }

  .social {
    padding: 0 5.75rem;
  }

  .contents {
    padding: 0 5.75rem;
  }

  .contents__item {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .-expand .contents__item {
    padding: 4rem;
  }

  .contents__frame {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .contents__frame__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.5rem;
    flex: 0 0 33.5rem;
  }

  .contents__frame__item.-expand {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc( 100% - 33.5rem - 4rem );
    flex: 1 1 calc( 100% - 33.5rem - 4rem );
  }

  .nav {
    padding: 0 5.75rem;
  }

  .footer {
    padding: 0 5.75rem;
  }

  .information__label img {
    width: 54rem;
    height: auto;
  }
}

@media screen and (max-width: 480px) {
  a[href]:hover {
    opacity: 1;
  }

  img.-pc {
    display: none;
  }

  img.-sp {
    display: block;
  }

  br.-pc {
    display: none;
  }

  br.-sp {
    display: block;
  }

  .event__summary__label.-inline {
    float: none;
    display: inline;
    margin-right: 1rem;
  }

  .event__summary__label.-inline+* {
    display: inline;
  }
}