<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&amp;display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

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:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

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

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/*////////////////////////////
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;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover {
  -webkit-filter: brightness(112%);
          filter: brightness(112%);
}

main {
  display: block;
}

/*////////////////////////////
MAIN
////////////////////////////*/
.header {
  margin-bottom: 80px;
  text-align: center;
}

@media (max-width: 800px) {
  .header {
    margin-bottom: 40px;
  }
}
.lead {
  margin-bottom: 100px;
  padding: 0 20px;
}
.lead_txt {
  margin-bottom: 40px;
  font-weight: bold;
  line-height: 2;
  text-align: center;
}

@media (max-width: 800px) {
  .lead {
    margin-bottom: 40px;
  }
  .lead_txt {
    font-size: 1.6rem;
    text-align: left;
  }
}
.about,
.movie {
  padding: 0 20px;
}
.about_head,
.movie_head {
  margin: 0 auto 70px;
  text-align: center;
}
.about_list,
.movie_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 #000000;
}
.about_list:last-of-type,
.movie_list:last-of-type {
  border-bottom: none;
}
.about_list dt,
.movie_list dt {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 28%;
          flex: 0 1 28%;
  width: 28%;
  margin-right: 2%;
}
.about_list dd,
.movie_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_listInner,
.movie_listInner {
  font-weight: normal;
  font-size: 1.4rem;
}
.about_note,
.movie_note {
  margin: 40px auto 90px;
  text-align: center;
}
.about_noteInner,
.movie_noteInner {
  display: inline-block;
  margin: 0 auto;
  line-height: 2;
  text-align: left;
}

.movie {
  margin-top: 100px;
}
.movie_soon {
  text-align: center;
  font-size: 3rem;
  font-weight: 600;
}

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

  .about_head {
    max-width: 50vw;
  }
  .about_list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 1.4rem;
    line-height: 1.25;
  }
  .about_list dt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 4.4em;
            flex: 0 0 4.4em;
    width: 4.4em;
    margin-right: 2%;
  }
  .about_list dd {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: auto;
    padding: 10px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .about_note {
    margin: 30px auto 50px;
  }

  .movie {
    margin-top: 50px;
  }
  .movie_head {
    max-width: 50vw;
  }
  .movie_list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 1.4rem;
    line-height: 1.25;
  }
  .movie_list dt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 7.2em;
            flex: 0 0 7.2em;
    width: 7.2em;
    margin-right: 5px;
  }
  .movie_list dd {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: auto;
    padding: 10px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .movie_note {
    margin: 30px auto 50px;
  }
  .movie_soon {
    font-size: 2.4rem;
  }
}
.form {
  position: relative;
  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: calc(100% - 40px);
  max-width: 700px;
  margin: 70px auto 0;
  padding: 29px 20px;
  background: #e500a1;
  background: radial-gradient(circle, #e500a1 0%, black 100%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.form img {
  position: relative;
  -webkit-filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.35));
          filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.35));
}
.form:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, black 0%, black 100%);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  content: "";
}
.form:hover:before {
  opacity: 0;
}

@media (max-width: 480px) {
  .form {
    margin: 40px auto 0;
  }
}
.how {
  margin: 0 auto 60px;
  padding: 60px 10px;
  background: #4CB7FF;
}
.how_head {
  margin-bottom: 50px;
  text-align: center;
}
.how_lead {
  margin-bottom: 55px;
  color: #FFFFFF;
  line-height: 2;
  text-align: center;
}
.how_inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 70px;
  background: #FFFFFF;
  -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;
  }
}
@media (max-width: 480px) {
  .how_lead {
    text-align: left;
  }
}
.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_programImg {
  display: block;
  width: 90%;
  max-width: 500px;
  height: auto;
  margin: 0 auto 40px;
}
.footer_programTxt {
  margin: 0 auto 100px;
  font-weight: bold;
  line-height: 1.75;
  text-align: center;
}
.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 {
    padding: 0;
  }
  .footer_programImg {
    margin: 0 auto 15px;
  }
  .footer_programTxt {
    margin: 0 auto 50px;
  }
  .footer_bnr {
    margin: 0 auto 50px;
  }
  .footer_ini {
    max-width: 30vw;
    margin-right: 30px;
  }
  .footer_sky {
    max-width: 58vw;
  }
}
/*////////////////////////////
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: #FFFFFF;
  font-weight: bold;
  background-color: #0099ff;
  -webkit-box-shadow: 0 15px 35px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 15px 35px 0 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: #333333;
  font-size: 1.1rem;
  text-align: left;
}

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

.sp {
  display: none;
}

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

  .sp {
    display: block;
  }
}
</pre></body></html>