@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700,900&display=swap");
/* -- FOUNDATION -- */
/* reset CSS */
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/* reset CSS ここまで */
html {
  font-size: 62.5%;
}

body {
  font: 1.6rem/1.5 sans-serif;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  position: relative;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover {
  opacity: 0.8;
}

li {
  list-style: none;
}

main {
  display: block;
}

p {
  font-family: "Noto Sans JP", sans-serif;
}

/* -- LAYOUT -- */
@media (min-width: 768px) and (max-width: 1100px) {
  .btn-menu-open__in {
    width: 5.5em !important;
    height: 5.5em !important;
  }
}
@media (max-width: 767px) {
  .btn-menu-open__in {
    width: 7.5em !important;
    height: 7.5em !important;
  }
}
.kv {
  position: relative;
  width: 100%;
  background: url(../../img/kv_bg_pc.png) center center no-repeat;
  background-size: cover;
  padding-top: 35px;
}
@media (max-width: 767px) {
  .kv {
    padding-top: 0;
    padding-bottom: 0;
    background: url(../../img/kv_bg_sp.png) center top no-repeat;
    background-size: 100% 100%;
  }
}
.kv_logo {
  width: 100%;
  max-width: 1700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 10px auto 0;
}
@media (max-width: 767px) {
  .kv_logo {
    width: 100%;
    margin-top: 0;
  }
}
.kv_guest {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.kv_guest li {
  width: 25%;
}
@media (min-width: 768px) and (max-width: 1100px) {
  .kv_guest {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .kv_guest {
    width: 96%;
  }
}

.period {
  background: #21a5cb;
  position: relative;
  margin-top: -1px;
  padding: 10px 0 10px;
}
@media (min-width: 768px) and (max-width: 1100px) {
  .period {
    margin-top: -1px;
  }
}
@media (max-width: 767px) {
  .period {
    padding: 0;
  }
}
.period_inner {
  width: 100%;
  max-width: 1102px;
  margin: 0 auto;
  padding: 8px 0;
  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;
}
@media (min-width: 768px) and (max-width: 1100px) {
  .period_inner {
    width: 80%;
    padding: 12px 0;
  }
}
@media (max-width: 767px) {
  .period_inner {
    width: 100%;
    padding: 3vw 0 5vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.period_date {
  margin-right: 20px;
  color: #000000;
}
@media (min-width: 768px) and (max-width: 1100px) {
  .period_date {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .period_date {
    width: 90%;
    margin-right: 0px;
  }
}
@media (min-width: 768px) and (max-width: 1100px) {
  .period_btn {
    width: 30%;
  }
}
@media (max-width: 767px) {
  .period_btn {
    width: 82%;
    margin-top: 4vw;
  }
}

.about {
  background: url(../../img/about_bg.png) top center no-repeat;
  background-size: cover;
  padding: 75px 40px 75px;
}
@media (max-width: 767px) {
  .about {
    padding: 10vw 4vw;
  }
}
.about_inner {
  max-width: 960px;
  background: white;
  border-radius: 25px;
  padding: 60px 20px 63px;
  border: 3px solid #21a5cb;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .about_inner {
    padding: 6vw 4vw 15vw;
  }
}
.about_ttl {
  width: 100%;
  margin: 0 auto 40px;
  text-align: center;
}
@media (max-width: 767px) {
  .about_ttl {
    width: 90%;
    margin: 0 auto 5vw;
  }
}
.about_txt {
  font-size: 2rem;
  font-weight: 400;
  color: #000000;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0;
}
.about_txt strong {
  color: #f42181;
  font-size: 2.4rem;
  font-weight: 900;
}
.about_txt strong.u-large {
  font-size: 1.75em;
}
@media (min-width: 768px) and (max-width: 1100px) {
  .about_txt {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .about_txt {
    font-size: 1.3rem;
    line-height: 1.8;
  }
  .about_txt strong {
    font-size: 1.6rem;
  }
}
.about_btn {
  max-width: 100%;
  margin: 52px auto 0;
}
@media (max-width: 767px) {
  .about_btn {
    width: 90%;
    margin: 10vw auto 0;
  }
}
.about_btn a {
  text-align: center;
}

.present {
  padding: 60px 40px 85px;
  background: url(../../img/present_bg.png) top center no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .present {
    padding: 10vw 4vw;
  }
}
.present_inner {
  position: relative;
  max-width: 1000px;
  margin-inline: auto;
  background: transparent url(../../img/present_img.png) no-repeat center center/contain;
  aspect-ratio: 2006 / 1267;
}
@media (max-width: 767px) {
  .present_inner {
    padding: 6vw 4vw 8vw;
  }
}
.present_btn {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 55px;
  max-width: 100%;
}
@media (max-width: 767px) {
  .present_btn {
    width: 50%;
    bottom: 12%;
  }
}
.present_btn a {
  text-align: center;
}

/* -- UTILITY -- */
/* 共通フッター用 もしくはブレイクポイントごとの表示指定 */
.pcDetail {
  display: block;
}

.spDetail {
  display: none;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media (max-width: 980px) {
  .spDetail {
    display: block;
  }

  .pcDetail {
    display: none;
  }
}
@media (max-width: 767px) {
  .pcDetail {
    display: none;
  }

  .spDetail {
    display: block;
  }

  .pc {
    display: none;
  }

  .sp {
    display: block !important;
  }
}

/*# sourceMappingURL=style.css.map */