@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700,900&display=swap");
.animate {
  opacity: 0;
}

/* -- 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: #333;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

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

a {
  text-decoration: none;
  color: #333;
  -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;
  color: #333;
}

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

/* -- LAYOUT -- */
.main {
  padding-top: 54px;
}
@media (max-width: 767px) {
  .main {
    padding-top: 0;
  }
}

.content {
  width: 850px;
  border-radius: 15px;
  margin: 0 auto;
  background: #FFF;
}
@media (min-width: 768px) and (max-width: 999px) {
  .content {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .content {
    width: 100%;
  }
}

/* -- LAYOUT -- */
@media (min-width: 768px) and (max-width: 999px) {
  .btn-menu-open__in {
    width: 6.5em !important;
    height: 6.5em !important;
  }

  .btn-menu-close__in {
    width: 7.5em !important;
    height: 7.5em !important;
  }
}
@media (max-width: 767px) {
  .btn-menu-open__in {
    width: 7.5em !important;
    height: 7.5em !important;
  }

  .btn-menu-close__in {
    width: 7.5em !important;
    height: 7.5em !important;
  }
}
.kv {
  width: 100%;
}

.cont01 {
  width: 100%;
}
.cont01_ttl {
  position: relative;
}
.cont01_ttl_img {
  width: 100%;
  max-width: 150px;
  margin: 18px auto 0;
  top: 15px;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: 10;
}
@media (max-width: 767px) {
  .cont01_ttl_img {
    max-width: 23.8666666667%;
  }
}
.cont01_ttl_bg {
  width: 100%;
}
.cont01_personality {
  width: 87.7647058824%;
  margin: 0 auto 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .cont01_personality {
    width: 92%;
    margin-top: 40px;
  }
}
.cont01_personality_p1 {
  text-align: left;
}
@media (max-width: 767px) {
  .cont01_personality_p1 {
    width: 18%;
  }
}
.cont01_personality_p2 {
  text-align: right;
}
@media (max-width: 767px) {
  .cont01_personality_p2 {
    width: 18%;
  }
}
.cont01_personality_lead {
  width: 500px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 30px;
  text-align: center;
}
@media (max-width: 767px) {
  .cont01_personality_lead {
    width: 62%;
    font-size: 1.3rem;
    margin-bottom: 15px;
  }
  .cont01_personality_lead br {
    display: none;
  }
}
.cont01_personality_lead span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(70%, #ffee00));
  background: linear-gradient(transparent 60%, #ffee00 70%);
}
.cont01_lead {
  width: 90%;
  text-align: center;
  line-height: 1.4;
  font-size: 1.6rem;
  margin: 0 auto 30px;
}
@media (max-width: 767px) {
  .cont01_lead {
    width: 90%;
    margin: 0 auto 20px;
    line-height: 1.6;
    font-size: 1.3rem;
  }
}
.cont01_detail {
  width: 80%;
  margin: 74px auto 20px;
}
@media (min-width: 768px) and (max-width: 999px) {
  .cont01_detail {
    width: 82.3529411765%;
  }
}
@media (max-width: 767px) {
  .cont01_detail {
    width: 90%;
    margin: 40px auto 25px;
  }
}
.cont01_detail dt {
  display: inline-block;
  width: 24%;
  background: #009cce;
  color: #FFF;
  font-weight: bold;
  font-size: 1.8rem;
  text-align: center;
  border-radius: 10px;
  padding: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 22px;
  vertical-align: top;
}
@media (max-width: 767px) {
  .cont01_detail dt {
    width: 26%;
    font-size: 1.3rem;
    padding: 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.cont01_detail dd {
  display: inline-block;
  width: 70%;
  padding-top: 6px;
  padding-left: 5%;
  font-size: 1.8rem;
  text-align: left;
  margin-bottom: 15px;
  vertical-align: baseline;
}
@media (max-width: 767px) {
  .cont01_detail dd {
    width: 66%;
    padding-top: 0px;
    font-size: 1.3rem;
  }
}
.cont01_detail_small {
  font-size: 1.3rem;
  color: #333333;
  margin-bottom: 20px;
  display: block;
  line-height: 1.8;
  padding-top: 20px;
}
.cont01_detail_smaller {
  font-size: 1.6rem !important;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .cont01_detail_smaller {
    font-size: 1.3rem !important;
  }
}
.cont01_bt {
  text-align: center;
  margin-bottom: 56px;
}
@media (max-width: 767px) {
  .cont01_bt {
    width: 80%;
    margin: 0 auto 40px;
  }
}
.cont01_bt a {
  width: 100%;
  max-width: 440px;
  margin: 0 auto;
}

.cont02 {
  width: 100%;
  background: url(../../images/bg.png) center top/contain;
}
.cont02_ttl {
  position: relative;
  margin-bottom: 33px;
}
.cont02_ttl_img {
  width: 100%;
  max-width: 154px;
  margin: 30px auto 0;
  top: 15px;
  left: 0;
  right: 0;
  bottom: 0;
  position: static;
  z-index: 10;
}
@media (max-width: 767px) {
  .cont02_ttl_img {
    max-width: 27.4666666667%;
  }
}
.cont02_ttl_bg {
  width: 100%;
}
.cont02_day1, .cont02_day2 {
  width: 90%;
  margin: 0 auto 35px;
}
.cont02_notice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 64px 0;
  font-weight: bold;
}
@media (max-width: 767px) {
  .cont02_notice {
    margin: 30px 0;
  }
}
.cont02_notice p {
  font-size: 1.6rem;
  text-align: left;
}
@media (max-width: 767px) {
  .cont02_notice p {
    font-size: 1.2rem;
    margin: 10px 0 30px;
  }
}

.cont03 {
  width: 100%;
  background: #a7e8fb;
  padding-bottom: 52px;
}
.cont03_end {
  color: #F00;
  font-size: 2.4rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .cont03_end {
    font-size: 2.0rem;
    margin-bottom: 30px;
    display: block;
  }
}
.cont03_event {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 767px) {
  .cont03_event {
    width: 94% !important;
  }
  .cont03_event p {
    font-size: 1.2rem !important;
  }
}
.cont03_ttl {
  position: relative;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cont03_ttl {
    margin-bottom: 20px;
  }
}
.cont03_ttl_img {
  width: 100%;
  max-width: 331px;
  margin: 0 auto 0;
  padding-top: 30px;
  top: 15px;
  left: 0;
  right: 0;
  bottom: 0;
  position: static;
  z-index: 10;
}
@media (max-width: 767px) {
  .cont03_ttl_img {
    max-width: 56%;
  }
}
.cont03_ttl_img2 {
  width: 100%;
  max-width: 117px;
  margin: 0 auto 0;
  padding-top: 30px;
  top: 15px;
  left: 0;
  right: 0;
  bottom: 0;
  position: static;
  z-index: 10;
}
@media (max-width: 767px) {
  .cont03_ttl_img2 {
    max-width: 18.1333333333%;
  }
}
.cont03_ttl_img3 {
  width: 100%;
  max-width: 638px;
  margin: 0 auto 0;
  padding-top: 30px;
  top: 15px;
  left: 0;
  right: 0;
  bottom: 0;
  position: static;
  z-index: 10;
}
@media (max-width: 767px) {
  .cont03_ttl_img3 {
    max-width: 85.0666666667%;
  }
}
.cont03_ttl_bg {
  width: 100%;
}
.cont03_list {
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .cont03_list {
    width: 80%;
    margin: 0 auto;
  }
}
.cont03_list_wrap {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 20px;
}
@media (max-width: 767px) {
  .cont03_list_wrap {
    width: 100%;
  }
}
.cont03_list_wrap2 {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .cont03_list_wrap2 {
    margin-bottom: 30px;
  }
}
.cont03_list li {
  list-style: disc;
  margin-bottom: 30px;
}
@media (min-width: 768px) and (max-width: 999px) {
  .cont03_list li {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .cont03_list li {
    font-size: 1.2rem;
    margin-bottom: 16px;
  }
}
.cont03_bt {
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cont03_bt {
    width: 80%;
    margin: 0 auto 15px;
  }
}
.cont03_bt a {
  width: 100%;
  max-width: 440px;
  margin: 0 auto;
}
.cont03_link {
  text-align: center;
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .cont03_link {
    padding-bottom: 50px;
  }
}
.cont03_link a {
  display: inline-block;
  color: #FFF;
  text-align: center;
  padding: 10px 50px;
  border-radius: 100px;
  margin: 0 15px;
  background: #009cce url(../../images/arrow.png) no-repeat 95% center;
}
@media (min-width: 768px) and (max-width: 999px) {
  .cont03_link a {
    margin: 0 15px 15px;
  }
}
@media (max-width: 767px) {
  .cont03_link a {
    padding: 5px 35px;
    margin: 0 15px 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 1.4rem;
  }
}

.cont04 {
  width: 100%;
}
.cont04_ttl {
  position: relative;
}
.cont04_ttl_img {
  width: 100%;
  max-width: 279px;
  margin: 20px auto 0;
  top: 15px;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: 10;
}
@media (max-width: 767px) {
  .cont04_ttl_img {
    max-width: 51.4666666667%;
  }
}
.cont04_ttl_bg {
  width: 100%;
}
.cont04_gallaly {
  width: 90%;
  margin: 0 auto 66px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cont04_gallaly {
    margin-top: 50px;
  }
}
.cont04_gallaly li {
  width: 20%;
  margin: 2.5%;
  text-align: center;
}
@media (max-width: 767px) {
  .cont04_gallaly li {
    width: 45%;
  }
}
.cont04_gallaly p {
  text-align: center;
  background: #3690c2;
  color: #FFF;
  border-radius: 100px;
  padding: 2px 10px;
  margin: 15px 0;
  font-size: 1.4rem;
}
@media (min-width: 768px) and (max-width: 999px) {
  .cont04_gallaly p {
    font-size: 1.3rem;
  }
}
.cont04_bg img {
  border-radius: 0 0 20px 20px;
}

.p-box-link {
  width: 100%;
  max-width: 475px;
  margin: 50px auto;
}
@media (max-width: 767px) {
  .p-box-link {
    width: 80%;
  }
}

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

.spDetail {
  display: none;
}

.pc {
  display: block;
}

.tb {
  display: none;
}

.sp {
  display: none;
}

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

  .pcDetail {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  .pcDetail {
    display: none;
  }

  .tb {
    display: block;
  }

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

  .spDetail {
    display: block;
  }

  .pc {
    display: none;
  }

  .tb {
    display: none;
  }

  .sp {
    display: block !important;
  }
}
.txt_link {
  color: #001df7;
  text-decoration: underline;
}

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