@charset "UTF-8";
body {
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", "Zen Kaku Gothic New","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0;
  color: #000;
  background: url(../../img/bg.jpg);
}

section,
div,
article {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #000;
}

a:hover {
  text-decoration: underline;
}

/*.pc or .sp*/
.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}

/*////////////////
.header_top
////////////////*/
.header_top {
  padding: 10px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header_top ul:first-child {
  width: 360px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header_top ul:first-child li.tfm img {
  width: 120px;
  height: auto;
}

.header_top ul:first-child li.sponsor img {
  width: 190px;
  height: auto;
}

.header_top ul:last-child {
  width: 130px;
  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;
}

.header_top ul:last-child li {
  width: 35px;
  height: auto;
}

@media screen and (max-width: 768px) {
  .header_top {
    padding: 4vw 0 2vw;
  }
  .header_top ul:first-child {
    width: 80%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header_top ul:first-child li.tfm {
    width: 35%;
    margin: 0 4vw 0 0;
  }
  .header_top ul:first-child li.sponsor {
    width: 60%;
  }
  .header_top ul:first-child li.tfm img {
    width: 100%;
    max-width: 190px;
    height: auto;
  }
  .header_top ul:first-child li.sponsor img {
    width: 100%;
    max-width: 240px;
    height: auto;
  }
  .header_top ul:last-child {
    display: none;
  }
}

/*////////////////
.header
////////////////*/
.header {
  position: relative;
  width: 100%;
  background: #008bd5;
  padding: 30px 0 30px 0;
}

.header_inner {
  max-width: 1335px;
  height: 730px;
  background: url(../../img/frame.png) no-repeat center;
  margin: 0 auto;
  text-align: center;
}

.header_tt {
  margin: 0 auto 40px;
  padding: 60px 0 0 0;
  text-align: center;
}

.header .cat {
  margin: 0 auto 30px;
}

@media screen and (max-width: 768px) {
  .header {
    position: relative;
    width: 100%;
    background: #008bd5;
    padding: 3vw 0 2vw 0;
  }
  .header_inner {
    width: auto;
    height: auto;
    background: none;
    margin: 0 auto;
    text-align: center;
  }
  .header_tt {
    margin: 0 auto;
    padding: 0;
    text-align: center;
  }
  .header_tt img {
    width: 95%;
    height: auto;
  }
}

/*////////////////
.about
////////////////*/
.about {
  padding: 0 0 20px 0;
}

.about_into {
  position: relative;
  padding: 80px 0 70px 0;
}

.about_tt {
  text-align: center;
  margin: 0 auto 50px;
}

.about_tt img.pc {
  width: 810px;
  height: auto;
  display: block;
  margin: 0 auto;
}

.about_inner {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  font-size: 135%;
  line-height: 1.7;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about_inner em {
  color: #008bd5;
  font-style: normal;
}

.about_inner span {
  font-size: 90%;
}

.about_inner p {
  padding: 0 0 20px 0;
}

.about_inner p:last-child {
  padding: 0 0 0 0;
}

.about_inner a {
  color: #008bd5;
  text-decoration: underline;
}

.about_inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
}

.about .neko1 {
  position: absolute;
  top: -220px;
  left: -130px;
}

.about .neko2 {
  position: absolute;
  top: 190px;
  right: -130px;
}

.about_group {
  width: 73%;
}

.about .personality {
  width: 235px;
  margin: 0 0 0 20px;
}

.about .personality img {
  width: 100%;
  height: auto;
}

.about_program_inner {
  position: relative;
  width: 1000px;
  min-height: 1000px;
  margin: 0 auto;
  background: #008bd5;
  border-radius: 15px;
  padding: 50px 60px 70px;
}

.about_program img.shiori {
  display: block;
  position: absolute;
  top: -65px;
  left: 15px;
}

.about_program img.asiato1 {
  display: block;
  position: absolute;
  top: -10px;
  left: -150px;
}

.about_program img.neko3 {
  display: block;
  position: absolute;
  top: 220px;
  right: -180px;
}

.about_program img.neko4 {
  display: block;
  position: absolute;
  top: 510px;
  left: -180px;
}

.about_program img.asiato2 {
  display: block;
  position: absolute;
  bottom: 200px;
  left: -130px;
}

.about_program img.asiato3 {
  display: block;
  position: absolute;
  bottom: 450px;
  right: -160px;
}

.about_program_subtt {
  color: #fff;
  font-size: 145%;
  line-height: 1.7;
  font-weight: 500;
  padding: 0 5px 40px 5px;
}

.about_program_subtt em {
  font-style: normal;
  display: inline;
  padding: 2px;
  margin: 0 5px;
  background: #fff;
  color: #008bd5;
  font-weight: bold;
  line-height: 1;
}

.about_program_subtt span {
  font-size: 80%;
}

.about_program_block.p1 {
  padding: 0 0 40px 0;
  margin: 0 0 40px 0;
  border-bottom: 6px double #58b3e3;
}

.about_program ul {
  width: 840px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.about_program ul li {
  color: #fff;
  font-size: 120%;
  font-weight: 600;
  text-align: center;
}

.about_program ul li img {
  width: 250px;
  height: auto;
  border-radius: 10px;
  margin: 0 0 15px 0;
}

.about_program img.ph {
  width: 800px;
  display: block;
  margin: 0 auto;
  border-radius: 10px;
}

.about_box {
  position: relative;
  margin: -25px 0 0 0;
  padding: 0px 0 100px 0;
  background: url(../../img/neko5.png) no-repeat center bottom;
}

@media screen and (max-width: 1200px) {
  .about .pc {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .about {
    padding: 9vw 0 5vw 0;
  }
  .about_into {
    position: relative;
    padding: 0;
  }
  .about_tt {
    width: 80%;
    margin: 0 auto 7vw;
  }
  .about_tt img.pc {
    display: none;
  }
  .about_tt img.sp {
    width: 100%;
    height: auto;
  }
  .about_subtt {
    margin: 0 auto 5vw;
    font-size: 120%;
    line-height: 1.5;
  }
  .about_inner {
    width: 90%;
    margin: 0 auto;
    font-size: 115%;
    line-height: 1.7;
    display: block;
  }
  .about_group {
    width: 100%;
    margin: 0 auto 0;
  }
  .about_group span {
    display: block;
    margin: 4vw auto 0;
  }
  .about_group br {
    display: none;
  }
  .about .personality {
    width: 95%;
    margin: 4vw auto 0;
  }
  .about .personality img {
    width: 100%;
    height: auto;
  }
  .about_program_inner {
    position: relative;
    width: 90%;
    min-height: auto;
    border-radius: 15px;
    margin: 7vw auto 0;
    padding: 10vw 2vw 10vw;
  }
  .about_program img.shiori {
    display: block;
    position: absolute;
    top: -38px;
    left: 15px;
    width: 20px;
  }
  .about_program_subtt {
    color: #fff;
    font-size: 115%;
    line-height: 1.6;
    font-weight: 500;
    padding: 0 2vw 3vw 2vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 375px) {
  .about_program_subtt {
    font-size: 110%;
    line-height: 1.7;
    padding: 0 2vw 3vw 2vw;
  }
}

@media screen and (max-width: 768px) {
  .about_program_subtt em {
    font-style: normal;
    display: inline;
    padding: 0px 2px;
    margin: 0 0px;
    background: #fff;
    color: #008bd5;
    font-weight: bold;
    line-height: 1;
  }
  .about_program_subtt span {
    font-size: 80%;
  }
  .about_program_subtt.s1 {
    font-size: 106%;
    letter-spacing: -1px;
  }
  .about_program_block.p1 {
    padding: 0 0 6vw 0;
    margin: 0 0 6vw 0;
    border-bottom: 6px double #58b3e3;
  }
  .about_program ul {
    width: auto;
    margin: 0 auto;
    display: block;
  }
  .about_program ul li {
    width: 50%;
    margin: 0 auto;
    color: #fff;
    font-size: 95%;
    font-weight: 600;
    text-align: center;
  }
  .about_program ul li img {
    width: 94%;
    height: auto;
    border-radius: 10px;
    margin: 0 0 2vw 0;
  }
  .about_program ul li:nth-child(2) {
    clear: both;
    float: left;
    margin: 7vw 0 0 0;
  }
  .about_program ul li:nth-child(3) {
    float: left;
    margin: 7vw 0 0 0;
  }
  .about_program img.ph {
    width: 95%;
    height: auto;
  }
  .about_box {
    position: static;
    width: 70%;
    max-width: 400px;
    margin: 0 auto 0;
    padding: 6vw 0 0 0;
    background: none;
  }
  .about_box img {
    width: 100%;
    height: auto;
  }
}

/*////////////////
.message
////////////////*/
.message {
  padding: 60px 0 60px 0;
  text-align: center;
  background: #bde1f4;
}

.message_tt {
  margin: 0 0 30px 0;
}

.message_tt img {
  width: 778px;
  height: auto;
}

.message_inner {
  max-width: 1000px;
  margin: 0 auto;
}

.message_group {
  width: 80%;
  margin: 0 auto 30px;
  text-align: center;
  color: #008bd5;
  line-height: 1.8;
  font-size: 155%;
  font-weight: 700;
}

.message_group em {
  font-size: 85%;
  font-weight: normal;
  font-style: normal;
}

.message_group a {
  color: #008bd5;
  text-decoration: underline;
}

.message_group br.sp {
  display: inline-block;
}

.message_group p:last-child {
  padding: 20px 0 0 0;
  font-weight: normal;
  font-size: 100%;
}

.message .btn {
  margin: 0 auto;
  padding: 16px 0 0 0;
  text-align: center;
}

.message .btn img.pc {
  display: block;
  margin: 0 auto;
}

.message a:hover {
  opacity: .7;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

@media screen and (max-width: 768px) {
  .message {
    padding: 8vw 0 9vw 0;
    margin: 0 0 0 0;
    text-align: center;
  }
  .message_tt {
    margin: 0 auto 5vw;
    padding: 3px 0vw;
  }
  .message_tt img.sp {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .message_inner {
    margin: 0 auto;
    display: block;
  }
  .message_group {
    width: 90%;
    margin: 0 auto 7vw;
    text-align: left;
    color: #008bd5;
    line-height: 1.6;
    font-size: 110%;
  }
  .message_group p {
    width: 98%;
    margin: 0 auto;
    padding: 0 0 4vw 0;
  }
  .message_group p:last-child {
    padding: 0 0 0 0;
  }
  .message_group br.sp {
    display: none;
  }
  .message_group em {
    font-size: 85%;
    font-weight: normal;
    font-style: normal;
  }
  .message .btn {
    width: 90%;
    margin: 0 auto;
    padding: 0;
  }
  .message .btn img.pc {
    display: none;
  }
  .message .btn img.sp {
    width: 100%;
    height: auto;
  }
}

/*////////////////
.footer
////////////////*/
.footer {
  clear: both;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.footer_inner {
  margin: 0 auto;
  padding: 30px 20px 30px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 5px solid #008bd5;
}

.footer_bnr {
  max-width: 776px;
  margin: 0 auto;
  padding: 50px 0;
  text-align: center;
}

.footer_copyright {
  clear: both;
  margin: 0px 0 0 0;
  font-size: 80%;
  line-height: 1.7;
  color: #008bd5;
  font-weight: 700;
  text-align: left;
}

@media screen and (max-width: 1200px) {
  .footer_inner {
    padding: 5vw 0 3vw 0;
    display: block;
    border-top: 5px solid #008bd5;
  }
  .footer_bnr {
    width: 90%;
    margin: 0 auto;
    padding: 4vw 0;
  }
  .footer_bnr img {
    width: 100%;
    height: auto;
  }
  .footer .sns {
    width: 150px;
    margin: 0 auto 5vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer .sns li {
    width: 35px;
  }
  .footer .sns li img {
    width: 100%;
    height: auto;
  }
  .footer .cat img {
    width: 70%;
    max-width: 400px;
    height: auto;
  }
  .footer_copyright {
    clear: both;
    color: #008bd5;
    margin: 0;
    padding: 0 0 5vw 0;
    font-size: 72%;
    text-align: center;
  }
}

a.is-top {
  position: fixed;
  bottom: 200px;
  right: 90px;
  display: block;
  padding: 0px;
  border-radius: 5px;
  color: #000;
  text-decoration: none;
  width: 93px;
}

@media screen and (max-width: 1200px) {
  a.is-top {
    position: static;
    width: 87px;
    padding: 0;
    margin: 4vw auto;
  }
}

a.is-top img {
  width: 87px;
  height: auto;
}

.next_btn {
  /* position: fixed; */
  position: absolute;
  bottom: 3%;
  right: 20px;
  float: right;
}

.next_btn img {
  width: 57px;
  height: auto;
}

@media screen and (max-width: 768px) {
  .next_btn {
    position: static;
    text-align: center;
    float: none;
  }
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

.wow {
  visibility: hidden;
}
/*# sourceMappingURL=style.css.map */