<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* -----
 * Modules
----------------------------------------------------------------------------- */
#PageHeader {
  background-color: rgba(0, 121, 116, 0.43);
}

#Background {
  background-image: url(../images/entry/bg_pc.jpg);
}

#Contents.__entry-contents .content-movie {
  padding: 40px 0;
  background-color: rgba(12, 26, 36, 0.9);
}

#Contents.__entry-contents .content-movie &gt; .content-inner &gt; .movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

#Contents.__entry-contents .content-movie &gt; .content-inner &gt; .movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

#Contents.__entry-contents .content-01 {
  background-color: rgba(0, 121, 116, 0.43);
  padding: 60px 0 100px;
}

#Contents.__entry-contents .content-01 &gt; .content-inner &gt; .head-block &gt; .logo {
  margin: 0 auto;
  width: 141px;
}

#Contents.__entry-contents .content-01 &gt; .content-inner &gt; .head-block &gt; .feature {
  margin-top: 20px;
}

#Contents.__entry-contents .content-01 &gt; .content-inner &gt; .head-block &gt; .feature &gt; * {
  text-align: center;
}

#Contents.__entry-contents .content-01 &gt; .content-inner &gt; .head-block &gt; .feature &gt; .team {
  padding: 10px 10px 8px;
  background-color: #353946;
  color: #FFA700;
  font-size: 15px;
  font-weight: bold;
}

#Contents.__entry-contents .content-01 &gt; .content-inner &gt; .head-block &gt; .feature &gt; .desc {
  padding: 20px 20px 18px;
  background-color: #fff;
  font-size: 24px;
  color: #0031FF;
  font-weight: bold;
  line-height: 40px;
  letter-spacing: 0;
}

#Contents.__entry-contents .content-01 &gt; .content-inner &gt; .head-block &gt; .feature &gt; .desc &gt; .small {
  margin-left: -5px;
  margin-right: -5px;
  font-size: 15px;
}

#Contents.__entry-contents .content-01 &gt; .content-inner &gt; .block {
  color: #fff;
  padding-top: 70px;
}

#Contents.__entry-contents .content-01 &gt; .content-inner &gt; .block:first-child {
  padding-top: 0;
}

#Contents.__entry-contents .content-01 &gt; .content-inner &gt; .block a {
  color: #fff;
}

#Contents.__entry-contents .content-01 &gt; .content-inner &gt; .block &gt; .headline {
  text-align: center;
  border-bottom: 2px solid #fff;
  font-size: 27px;
  line-height: 44px;
  font-weight: bold;
  margin-bottom: 40px;
}

#Contents.__entry-contents .content-01 &gt; .content-inner &gt; .block-01 &gt; .text {
  text-align: center;
}

#Contents.__entry-contents .content-01 &gt; .content-inner &gt; .block-01 &gt; .text &gt; .cap {
  font-size: 20px;
  font-weight: bold;
}

#Contents.__entry-contents .content-01 &gt; .content-inner &gt; .block-01 &gt; .text &gt; .text {
  line-height: 2em;
}

#Contents.__entry-contents .content-01 &gt; .content-inner &gt; .block-02 &gt; .items &gt; .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#Contents.__entry-contents .content-01 &gt; .content-inner &gt; .block-02 &gt; .items &gt; .item &gt; p {
  margin: 8px 0 0;
}

#Contents.__entry-contents .content-01 &gt; .content-inner &gt; .block-02 &gt; .items &gt; .item &gt; .num {
  font-weight: bold;
}

#Contents.__entry-contents .content-01 &gt; .content-inner &gt; .block-02 &gt; .items &gt; .item &gt; .num:after {
  content: '.';
  padding-right: 1em;
}

#Contents.__entry-contents .content-01 &gt; .content-inner &gt; .block-02 &gt; .items &gt; .item &gt; .text &gt; .bold {
  font-weight: bold;
}

#Contents.__entry-contents .content-01 &gt; .content-inner &gt; .block-03 &gt; .flow-chart-wrap {
  padding-top: 10px;
}

#Contents.__entry-contents .content-01 &gt; .content-inner &gt; .block-03 &gt; .details {
  margin-top: 35px;
}

#Contents.__entry-contents .content-01 &gt; .content-inner &gt; .block-03 &gt; .details &gt; .detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#Contents.__entry-contents .content-01 &gt; .content-inner &gt; .block-03 &gt; .details &gt; .detail p {
  margin: 0;
}

#Contents.__entry-contents .content-01 &gt; .content-inner &gt; .block-03 &gt; .details &gt; .detail &gt; .team {
  width: 255px;
  border-bottom: 3px solid #fff;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#Contents.__entry-contents .content-01 &gt; .content-inner &gt; .block-03 &gt; .details &gt; .detail &gt; .team &gt; .small {
  font-size: 13px;
  padding-right: 1em;
  padding-left: 2em;
}

#Contents.__entry-contents .content-01 &gt; .content-inner &gt; .block-03 &gt; .details &gt; .detail &gt; .team &gt; .main {
  font-size: 16px;
}

#Contents.__entry-contents .content-01 &gt; .content-inner &gt; .block-03 &gt; .details &gt; .detail &gt; .desc {
  position: relative;
  padding-top: 15px;
  padding-bottom: 10px;
  width: 570px;
  border-bottom: 1px solid #fff;
}

#Contents.__entry-contents .content-01 &gt; .content-inner &gt; .block-03 &gt; .details &gt; .detail &gt; .desc &gt; .main {
  font-weight: bold;
  font-size: 16px;
}

#Contents.__entry-contents .content-01 &gt; .content-inner &gt; .block-03 &gt; .details &gt; .detail &gt; .desc &gt; .place {
  font-size: 14px;
}

#Contents.__entry-contents .content-01 &gt; .content-inner &gt; .block-03 &gt; .details &gt; .detail &gt; .desc &gt; .help {
  font-weight: bold;
  position: absolute;
  width: 25px;
  height: 25px;
  -webkit-border-radius: 25px;
          border-radius: 25px;
  text-align: center;
  background-color: #fff;
  color: #0031FF;
  line-height: 26px;
  text-indent: 0.1em;
  right: -13px;
  bottom: 14px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

#Contents.__entry-contents .content-01 &gt; .content-inner &gt; .block-03 &gt; .notes {
  margin-top: 20px;
  font-size: 13px;
  font-weight: bold;
  text-align: right;
}

#Contents.__entry-contents .content-01 &gt; .content-inner &gt; .block-04 &gt; .details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#Contents.__entry-contents .content-01 &gt; .content-inner &gt; .block-04 &gt; .details &gt; .detail {
  width: 405px;
}

#Contents.__entry-contents .content-01 &gt; .content-inner &gt; .block-04 &gt; .details &gt; .detail &gt; * {
  padding: 20px 20px 18px;
}

#Contents.__entry-contents .content-01 &gt; .content-inner &gt; .block-04 &gt; .details &gt; .detail &gt; .team {
  text-align: center;
  background-color: #1D202B;
  color: #FFA700;
  font-size: 21px;
  font-weight: bold;
}

#Contents.__entry-contents .content-01 &gt; .content-inner &gt; .block-04 &gt; .details &gt; .detail &gt; .desc {
  color: #000;
  background-color: #fff;
}

#Contents.__entry-contents .content-01 &gt; .content-inner &gt; .block-04 &gt; .details &gt; .detail &gt; .desc p {
  margin: 0;
}

#Contents.__entry-contents .content-01 &gt; .content-inner &gt; .block-04 &gt; .details &gt; .detail &gt; .desc &gt; .text {
  font-size: 13px;
}

#Contents.__entry-contents .content-01 &gt; .content-inner &gt; .block-04 &gt; .details &gt; .detail &gt; .desc &gt; .place {
  margin-top: 4px;
  font-size: 12px;
  text-align: center;
  font-weight: bold;
}

#Contents.__entry-contents .content-01 &gt; .content-inner &gt; .block-04 &gt; .details &gt; .detail &gt; .desc &gt; .links {
  margin-top: 15px;
}

#Contents.__entry-contents .content-01 &gt; .content-inner &gt; .block-04 &gt; .details &gt; .detail &gt; .desc &gt; .links &gt; .common-btn {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  padding: 3px 0 0;
}

#Contents.__entry-contents .content-01 &gt; .content-inner &gt; .block-04 &gt; .notes {
  margin-top: 35px;
  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;
}

#Contents.__entry-contents .content-01 &gt; .content-inner &gt; .block-04 &gt; .notes &gt; .text {
  margin: 0;
}

#Contents.__entry-contents .content-01 &gt; .content-inner &gt; .block-04 &gt; .notes &gt; .common-btn {
  font-size: 12px;
  line-height: 18px;
  padding: 5px 0;
  width: 200px;
}

#Contents.__entry-contents .content-01 &gt; .content-inner &gt; .block-05 &gt; .details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#Contents.__entry-contents .content-01 &gt; .content-inner &gt; .block-05 &gt; .details &gt; .detail {
  width: 403px;
  background-color: #1D202B;
  text-align: center;
  color: #FFA700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #FFA700;
  padding: 20px 0 18px;
}

#Contents.__entry-contents .content-01 &gt; .content-inner &gt; .block-05 &gt; .details &gt; .detail &gt; * {
  display: block;
  font-weight: bold;
  line-height: 1em;
}

#Contents.__entry-contents .content-01 &gt; .content-inner &gt; .block-05 &gt; .details &gt; .detail &gt; .big {
  font-size: 26px;
}

#Contents.__entry-contents .content-01 &gt; .content-inner &gt; .block-05 &gt; .details &gt; .detail &gt; .mid {
  margin-top: 8px;
  font-size: 20px;
  text-indent: 0.5em;
}

#Contents.__entry-contents .content-01 &gt; .content-inner &gt; .block-05 &gt; .details &gt; .detail &gt; .small {
  font-size: 15px;
}

#Contents.__entry-contents .content-01 &gt; .content-inner &gt; .block-05 &gt; .notes {
  margin-top: 20px;
}

#Contents.__entry-contents .content-01 &gt; .content-inner &gt; .block-05 &gt; .links {
  width: 400px;
  margin: 60px auto 0;
}

#Contents.__entry-contents .content-01 &gt; .content-inner &gt; .block-05 &gt; .links &gt; .common-btn {
  padding-top: 25px;
  padding-bottom: 24px;
  font-size: 20px;
}

#PrivacyModal {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 1080;
  width: 100%;
  height: 100%;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

#PrivacyModal.__hidden {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
}

#PrivacyModal &gt; .content-inner {
  max-width: 620px;
  padding-top: 200px;
  padding-bottom: 100px;
}

#PrivacyModal &gt; .content-inner &gt; .ttl {
  font-size: 23px;
  font-weight: bold;
}

#PrivacyModal &gt; .content-inner &gt; .cap {
  margin-top: 50px;
  font-size: 18px;
  font-weight: bold;
}

#PrivacyModal &gt; .content-inner a {
  color: #000;
}

#PrivacyModal &gt; .content-inner &gt; .close-btn {
  -webkit-border-radius: 30px;
          border-radius: 30px;
  width: 150px;
  margin: 40px auto 0;
}

/* -----
 * responsive
----------------------------------------------------------------------------- */
@media screen and (min-width: 944px) {
  /* PC */
  #Contents.__entry-contents .content-01 &gt; .content-inner &gt; .block-03 &gt; .details &gt; .detail &gt; .desc &gt; .help:hover {
    background-color: #FFA700;
    color: #fff;
  }
}

@media screen and (min-width: 768px) and (max-width: 943px) {
  /* tablet */
}

@media screen and (max-width: 767px) {
  /* smart phone */
  #Background {
    background-image: url(../images/entry/bg_sp.jpg);
  }
  #Contents.__entry-contents .content-movie {
    padding: 20px 5px;
  }
  #Contents.__entry-contents .content-01 {
    padding: 30px 0 100px;
  }
  #Contents.__entry-contents .content-01 &gt; .content-inner &gt; .head-block &gt; .logo {
    width: 113px;
  }
  #Contents.__entry-contents .content-01 &gt; .content-inner &gt; .head-block &gt; .feature {
    margin: 10px 15px 0;
  }
  #Contents.__entry-contents .content-01 &gt; .content-inner &gt; .head-block &gt; .feature &gt; .desc {
    padding: 15px;
    font-size: 15px;
    line-height: 26px;
    text-align: left;
  }
  #Contents.__entry-contents .content-01 &gt; .content-inner &gt; .block {
    padding-top: 50px;
    margin: 0 15px;
  }
  #Contents.__entry-contents .content-01 &gt; .content-inner &gt; .block &gt; .headline {
    font-size: 20px;
    line-height: 34px;
  }
  #Contents.__entry-contents .content-01 &gt; .content-inner &gt; .block-01 &gt; .text {
    text-align: left;
  }
  #Contents.__entry-contents .content-01 &gt; .content-inner &gt; .block-01 &gt; .text &gt; .cap {
    font-size: 15px;
  }
  #Contents.__entry-contents .content-01 &gt; .content-inner &gt; .block-01 &gt; .text &gt; .text {
    margin-top: 10px;
  }
  #Contents.__entry-contents .content-01 &gt; .content-inner &gt; .block-03 &gt; .flow-chart-wrap {
    padding-top: 0;
  }
  #Contents.__entry-contents .content-01 &gt; .content-inner &gt; .block-03 &gt; .flow-chart-wrap &gt; .flow-chart &gt; .item {
    margin-left: 0;
    margin-right: 0;
  }
  #Contents.__entry-contents .content-01 &gt; .content-inner &gt; .block-03 &gt; .details {
    border: 2px solid #fff;
  }
  #Contents.__entry-contents .content-01 &gt; .content-inner &gt; .block-03 &gt; .details &gt; .detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #Contents.__entry-contents .content-01 &gt; .content-inner &gt; .block-03 &gt; .details &gt; .detail &gt; .team {
    width: auto;
    margin: 0 15px;
    border-bottom: 1px dotted #fff;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 11px 0 8px;
  }
  #Contents.__entry-contents .content-01 &gt; .content-inner &gt; .block-03 &gt; .details &gt; .detail &gt; .team &gt; .small {
    font-size: 13px;
    padding-left: 0;
  }
  #Contents.__entry-contents .content-01 &gt; .content-inner &gt; .block-03 &gt; .details &gt; .detail &gt; .team &gt; .main {
    font-size: 16px;
  }
  #Contents.__entry-contents .content-01 &gt; .content-inner &gt; .block-03 &gt; .details &gt; .detail &gt; .desc {
    width: 100%;
    border-bottom: 2px solid #fff;
    text-align: center;
  }
  #Contents.__entry-contents .content-01 &gt; .content-inner &gt; .block-03 &gt; .details &gt; .detail &gt; .desc &gt; .place {
    font-size: 12px;
  }
  #Contents.__entry-contents .content-01 &gt; .content-inner &gt; .block-03 &gt; .notes {
    font-size: 12px;
    text-align: left;
  }
  #Contents.__entry-contents .content-01 &gt; .content-inner &gt; .block-04 &gt; .details {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #Contents.__entry-contents .content-01 &gt; .content-inner &gt; .block-04 &gt; .details &gt; .detail {
    width: auto;
    margin-top: 15px;
  }
  #Contents.__entry-contents .content-01 &gt; .content-inner &gt; .block-04 &gt; .details &gt; .detail:first-child {
    margin-top: 0;
  }
  #Contents.__entry-contents .content-01 &gt; .content-inner &gt; .block-04 &gt; .details &gt; .detail &gt; * {
    padding: 15px;
  }
  #Contents.__entry-contents .content-01 &gt; .content-inner &gt; .block-04 &gt; .details &gt; .detail &gt; .desc &gt; .place {
    text-align: left;
  }
  #Contents.__entry-contents .content-01 &gt; .content-inner &gt; .block-04 &gt; .details &gt; .detail &gt; .desc &gt; .links &gt; .common-btn {
    font-size: 14px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: left;
    padding: 3px 0 0 15px;
  }
  #Contents.__entry-contents .content-01 &gt; .content-inner &gt; .block-04 &gt; .notes {
    margin-top: 20px;
    display: block;
  }
  #Contents.__entry-contents .content-01 &gt; .content-inner &gt; .block-04 &gt; .notes &gt; .text {
    font-size: 13px;
  }
  #Contents.__entry-contents .content-01 &gt; .content-inner &gt; .block-04 &gt; .notes &gt; .common-btn {
    margin: 15px auto 0;
    font-size: 12px;
    line-height: 18px;
    padding: 5px 0;
    width: 250px;
  }
  #Contents.__entry-contents .content-01 &gt; .content-inner &gt; .block-05 &gt; .details {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #Contents.__entry-contents .content-01 &gt; .content-inner &gt; .block-05 &gt; .details &gt; .detail {
    width: auto;
    margin-top: 15px;
  }
  #Contents.__entry-contents .content-01 &gt; .content-inner &gt; .block-05 &gt; .details &gt; .detail:first-child {
    margin-top: 0;
  }
  #Contents.__entry-contents .content-01 &gt; .content-inner &gt; .block-05 &gt; .details &gt; .detail &gt; .big {
    font-size: 22px;
  }
  #Contents.__entry-contents .content-01 &gt; .content-inner &gt; .block-05 &gt; .details &gt; .detail &gt; .mid {
    font-size: 17px;
  }
  #Contents.__entry-contents .content-01 &gt; .content-inner &gt; .block-05 &gt; .details &gt; .detail &gt; .small {
    font-size: 13px;
  }
  #Contents.__entry-contents .content-01 &gt; .content-inner &gt; .block-05 &gt; .notes {
    font-size: 13px;
  }
  #Contents.__entry-contents .content-01 &gt; .content-inner &gt; .block-05 &gt; .links {
    width: auto;
    margin: 40px auto 0;
  }
  #PrivacyModal &gt; .content-inner {
    padding-top: 60px;
    padding-bottom: 60px;
    margin: 0 20px;
  }
  #PrivacyModal &gt; .content-inner &gt; .ttl {
    font-size: 18px;
  }
  #PrivacyModal &gt; .content-inner &gt; .cap {
    font-size: 15px;
  }
  #PrivacyModal &gt; .content-inner &gt; .text {
    font-size: 12px;
  }
  #PrivacyModal &gt; .content-inner &gt; .close-btn {
    -webkit-border-radius: 30px;
            border-radius: 30px;
    width: 150px;
    margin: 40px auto 0;
  }
}
</pre></body></html>