@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&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;
}

@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: 600px;
  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: 50px auto 70px;
  text-align: center;
}

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

@media (max-width: 480px) {
  .about_head {
    margin: 0 auto 30px;
  }
}

@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;
  }
}

.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_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;
  }
}

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

.footer {
  padding: 0 20px;
}

.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;
  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;
  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;
  }
}
