<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&amp;display=swap");
/*////////////////////////////
FAUNDATION
////////////////////////////*/
html {
  font-size: 62.5%;
}

body {
  color: #000000;
  font: 1.8rem/1 'Noto Sans JP', sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

@media (max-width: 800px) {
  body {
    font: 1.6rem/1 'Noto Sans JP', sans-serif;
  }
}

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

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

a:hover {
  -webkit-filter: brightness(112%);
          filter: brightness(112%);
}

main {
  display: block;
}

/*////////////////////////////
MAIN
////////////////////////////*/
.header {
  margin-bottom: 70px;
}

@media (max-width: 800px) {
  .header {
    margin-bottom: 40px;
  }
}

.lead {
  margin-bottom: 70px;
  padding: 0 20px;
}

.lead_txt {
  margin-bottom: 40px;
  font-weight: bold;
  line-height: 2;
  text-align: center;
}

.lead_txt .mark {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #b2e0ff));
  background: linear-gradient(transparent 60%, #b2e0ff 60%);
}

@media (max-width: 800px) {
  .lead_txt {
    font-size: 1.6rem;
    text-align: left;
  }
}

.about {
  padding: 0 20px;
}

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

.about_list {
  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;
  max-width: 700px;
  margin: 0 auto;
  padding: 10px 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 2rem;
  font-weight: bold;
  border-bottom: 1px solid #000;
}

.about_list:last-of-type {
  border-bottom: none;
}

.about_list dt {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 20%;
          flex: 0 1 20%;
  width: 20%;
}

.about_list dd {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 80%;
          flex: 0 1 80%;
  width: 80%;
  padding: 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.about_listInner {
  font-weight: normal;
  font-size: 1.4rem;
}

.about_note {
  margin: 30px auto 70px;
  text-align: center;
}

.about_noteInner {
  display: inline-block;
  margin: 0 auto;
  font-size: .9em;
  line-height: 2;
  text-align: left;
}

.about_btn {
  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;
  width: 610px;
  max-width: 100%;
  height: 90px;
  margin: 0 auto;
  color: #fff;
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  background-color: #40bd07;
  -webkit-box-shadow: 0px 15px 35px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 15px 35px 0px rgba(0, 0, 0, 0.15);
  border-radius: 45px;
}

@media (max-width: 800px) {
  .about_head {
    margin: 0 auto 30px;
  }
  .about_btn {
    width: 370px;
    height: 80px;
    font-size: 2.2rem;
    line-height: 1.25;
    border-radius: 40px;
  }
  .about_btn img {
    width: 280px;
  }
}

@media (max-width: 480px) {
  .about_head {
    margin: 0 auto 30px;
  }
  .about_btn {
    width: 370px !important;
    height: 80px !important;
    font-size: 1.9rem;
    border-radius: 40px !important;
  }
  .about_btn img {
    width: 280px !important;
    max-width: 90%;
  }
}

@media (max-width: 480px) {
  .about_head {
    max-width: 50vw;
  }
  .about_list {
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 1.6rem;
  }
  .about_list dt {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 25%;
            flex: 0 1 25%;
    width: 20%;
    margin-right: 5%;
  }
  .about_list dd {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 70%;
            flex: 0 1 70%;
    width: 70%;
    padding: 10px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .about_note {
    margin: 30px auto 50px;
  }
}

.lineup {
  margin: 0 auto 70px;
  padding: 0 20px;
}

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

.lineup_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  max-width: 1000px;
  margin: 0 auto;
}

.lineup_box {
  width: 42%;
}

.lineup_photo {
  display: block;
  margin-bottom: 20px;
}

.lineup_name {
  font-size: 2.4rem;
  text-align: center;
}

.lineup_name span {
  display: inline-block;
  margin-bottom: 10px;
  padding: 8px 7px 9px;
  font-size: 2rem;
  font-weight: bold;
  background: #80ccff;
}

@media (max-width: 800px) {
  .lineup_head {
    margin: 0 auto 30px;
  }
  .lineup_container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .lineup_box {
    width: 48%;
  }
  .lineup_name {
    font-size: 2rem;
  }
  .lineup_name span {
    font-size: 1.8rem;
  }
}

@media (max-width: 480px) {
  .lineup_head {
    max-width: 25vw;
    margin: 0 auto 30px;
  }
  .lineup_container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .lineup_box {
    width: 48%;
  }
  .lineup_name {
    font-size: 1.8rem;
  }
  .lineup_name span {
    padding: 5px 4px 6px;
    font-size: 1.6rem;
  }
}

.how {
  margin: 0 auto 75px;
  padding: 60px 10px;
  background: #4cb7ff;
}

.how_head {
  margin-bottom: 50px;
  text-align: center;
}

.how_lead {
  margin-bottom: 55px;
  color: #fff;
  line-height: 2;
  text-align: center;
}

.how_inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 70px;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.how_txt {
  margin-bottom: 50px;
  line-height: 2;
}

.how_btn {
  margin: 50px auto 0 !important;
}

.how_btn img {
  width: 241px;
}

@media (max-width: 800px) {
  .how {
    margin: 0 auto 60px;
  }
  .how_head {
    margin: 0 auto 30px;
  }
  .how_inner {
    padding: 20px;
  }
  .how_txt {
    margin-bottom: 40px;
  }
  .how_btn {
    margin: 40px auto !important;
  }
}

.goods {
  margin: 0 auto 120px;
  padding: 0 20px;
}

.goods_head {
  margin: 0 auto 20px;
  text-align: center;
}

.goods_cs {
  display: block;
  margin: 0 auto 30px;
}

.goods_cstxt {
  margin: 0 auto 70px;
  font-weight: bold;
  text-align: center;
}

.goods_img {
  display: block;
  width: 650px;
  margin: 0 auto 30px;
}

.goods_txt {
  margin: 0 auto 30px;
  font-weight: bold;
  line-height: 1.75;
  text-align: center;
}

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

@media (max-width: 800px) {
  .goods {
    margin: 0 auto 70px;
  }
  .goods_cstxt {
    margin: 0 auto 40px;
    font-weight: bold;
    line-height: 2;
    text-align: left;
  }
  .goods_img {
    display: block;
    width: 590px;
    margin: 0 auto 30px;
  }
  .goods_btn {
    padding: 0 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media (max-width: 480px) {
  .goods_head {
    max-width: 50vw;
  }
  .goods_bnr {
    margin: 30px auto 0;
  }
}

.footer_bnr {
  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;
  margin: 0 auto 120px;
}

.footer_ini {
  width: 172px;
  margin-right: 60px;
}

.footer_sky {
  width: 262px;
}

.footer_copy {
  margin: 0 auto 30px;
  padding: 10px;
  font-size: 1.2rem;
  text-align: center;
}

@media (max-width: 800px) {
  .footer_bnr {
    margin: 0 auto 70px;
  }
  .footer_ini {
    max-width: 30vw;
    margin-right: 30px;
  }
  .footer_sky {
    max-width: 35vw;
  }
}

/*////////////////////////////
UTILITY
////////////////////////////*/
.btn {
  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;
  width: 370px;
  max-width: 100%;
  height: 80px;
  margin: 0 auto;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background-color: #0099ff;
  -webkit-box-shadow: 0px 15px 35px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 15px 35px 0px rgba(0, 0, 0, 0.15);
  border-radius: 40px;
}

.youtube {
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
  aspect-ratio: 16 / 9;
}

.youtube iframe {
  width: 100%;
  height: 100%;
}

.sky {
  display: inline-block;
  margin-right: 3px;
  font-style: italic;
}

@media (max-width: 800px) {
  .space {
    display: none;
  }
}

.copynote {
  margin-top: 2px;
  color: #333;
  font-size: 1.1rem;
  text-align: left;
}

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

.sp {
  display: none;
}

@media (max-width: 800px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
/*# sourceMappingURL=style.css.map */</pre></body></html>