<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
  font-size: 10px;
}

body {
  font-size: 1rem;
}

button {
  border: none;
  background-color: transparent;
}

#container {
  overflow-x: hidden;
}

.lp_footer.type_pink {
  position: relative;
  z-index: 1;
  color: #fff;
  background-color: #ad0066;
}

.wrapper {
  background-color: #000;
  color: #fff;
  font-family: 'Noto Serif JP', serif;
}

.wrapper::before {
  position: fixed;
  z-index: 0;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url(../img/fv/bg_kotei.png);
  background-size: 1920px;
  background-position: center;
}

main {
  display: block;
  position: relative;
  width: 1920px;
  margin-left: -960px;
  left: 50%;
}

section {
  position: relative;
  z-index: 1;
}

.content {
  position: relative;
  width: 1080px !important;
  margin: 0 auto;
}

.ttl {
  text-align: center;
  margin-bottom: 40px;
}

.button {
  width: 374px;
  height: 80px;
  display: block;
  position: relative;
  margin: 0 auto;
}

.button_img {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../img/button.png);
  background-repeat: no-repeat;
  background-size: 200%;
}

.button_img:hover {
  background-position: 100% center;
}

.samplebutton {
  width: 309px;
  height: 67px;
  margin: 40px auto 0;
  display: block;
  position: relative;
  outline: none;
}

.samplebutton_img {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../img/s_button.png);
  background-repeat: no-repeat;
  background-size: 200%;
}

.samplebutton_img:hover {
  background-position: 100% center;
}

.type_sp {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .wrapper::before {
    background-image: url(../img/fv/sp_bg_kotei.png);
    background-size: 100%;
  }
  main {
    margin-left: 0;
    left: 0;
    width: 100%;
  }
  .content {
    width: 100% !important;
    padding: 0 4.5% !important;
  }
  .type_pc {
    display: none !important;
  }
  .type_sp {
    display: block !important;
  }
  .button,
  .samplebutton {
    width: 73vw;
    height: 15.841vw;
  }
  .button {
    max-width: 374px;
    max-height: 80px;
  }
  .samplebutton {
    max-width: 309px;
    max-height: 67px;
    margin-top: 6%;
  }
  .ttl {
    margin: 0 auto 6%;
  }
  .ttl img {
    width: 100%;
  }
}

.firstview {
  position: relative;
  background-image: url(../img/fv/hoshi_line.png), url(../img/fv/bg_logo.png);
  background-position: bottom center, center top 160px;
  background-size: 100%, 1835px;
  background-repeat: no-repeat;
}

.fv_label, .fv_decoration {
  position: absolute;
}

.fv_label {
  right: 24px;
  top: 20px;
}

.fv_decoration {
  right: 24px;
  top: 72px;
}

.fv_chara {
  display: block;
  margin: 0 auto;
}

.fv_content {
  position: absolute;
  height: 100%;
  top: 0;
  padding-top: 18px;
  left: 0;
  right: 0;
  margin: auto;
}

.fv_catch {
  width: 100%;
  position: relative;
}

.fv_catch-a, .fv_catch-b {
  position: absolute;
  max-width: 11%;
}

.fv_catch-a {
  left: 45px;
}

.fv_catch-b {
  right: -45px;
}

.fv_info {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  bottom: 100px;
}

.fv_button {
  margin-top: 24px;
}

@media screen and (max-width: 768px) {
  .firstview {
    background-image: url(../img/fv/hoshi_line.png);
    background-position: bottom center;
    background-size: 1280px;
  }
  .fv_chara {
    width: 100%;
  }
  .fv_content {
    padding-top: 0;
  }
  .fv_catch-a {
    left: -5%;
    top: 3vw;
    max-width: 20%;
  }
  .fv_catch-b {
    right: -9%;
    top: 1.5vw;
    max-width: 18%;
  }
  .fv_info {
    bottom: 4vw;
    padding: 0 4.5%;
  }
  .fv_info img {
    width: 100%;
  }
}

.intro {
  padding-top: 130px;
  background-image: url(../img/intro/intro_line.png);
  background-position: top 170px center;
  margin-bottom: 240px;
}

.intro_ttl {
  margin-bottom: 100px;
}

.intro_content {
  padding: 0 46px;
}

.intro_box-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 100px;
}

.intro_box-01 .intro_comic {
  margin-left: 14%;
}

.intro_box-01 .intro_text {
  margin-right: 12%;
}

.intro_box-02 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -70px;
  margin-bottom: 210px;
}

.intro_box-02 .intro_comic {
  margin-top: 70px;
}

.intro_box-02 .intro_comic-frame {
  position: absolute;
  bottom: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  margin-left: 36px;
}

.intro_box-03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.intro_box-03 .intro_text {
  margin-left: 24%;
}

@media screen and (max-width: 768px) {
  .intro {
    padding-top: 10%;
    background-size: 1280px;
    background-position: top 20% center;
    margin-bottom: 120px;
  }
  .intro_ttl {
    width: 290px;
    max-width: 77vw;
    margin-bottom: 6%;
  }
  .intro_content {
    max-width: 560px;
    margin: 0 auto;
  }
  .intro .intro_comic,
  .intro .intro_comic-frame {
    width: 100%;
    margin: 0 0 6%;
  }
  .intro .intro_comic-frame {
    position: static;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .intro_box-01, .intro_box-03 {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-bottom: 0;
  }
  .intro_box-01 .intro_text, .intro_box-03 .intro_text {
    width: 30%;
    margin: 0 0 6%;
  }
  .intro_box-02 {
    display: block;
    margin: 0;
  }
  .intro_box-03 .intro_comic {
    margin-bottom: 0;
  }
}

.story {
  text-align: center;
  margin-bottom: 130px;
  position: relative;
}

.story_sub {
  margin-bottom: 40px;
  font-size: 2rem;
}

.story_visual {
  background-image: url(../img/story/logo_back_b.png);
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .story {
    margin-bottom: 15%;
  }
  .story_ttl {
    width: 110px;
    max-width: 29vw;
  }
  .story_sub {
    font-size: 1.5rem;
    margin-bottom: 6%;
  }
}

.story_slide {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-repeat: no-repeat;
  background-position: top center;
}

.story_slide_inner {
  width: 85%;
  max-width: 1080px !important;
  padding: 0 46px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.story_comic {
  padding-top: 60px;
  position: relative;
  z-index: 1;
  margin-left: 0;
  margin-right: auto;
  width: 70%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.story_comic img {
  display: block;
  max-width: 100%;
}

.story_comic_box {
  width: 49%;
}

.story_info {
  position: relative;
  right: 0;
  top: 0;
}

.story_info_chara {
  position: relative;
}

.story_info_name {
  position: absolute;
}

.type_fuji {
  background-image: url(../img/story/fuji_back.png);
}

.type_fuji .story_comic img {
  border: 2px solid #9dd7f8;
}

.type_fuji .story_info_chara {
  width: 200%;
  top: 0;
  right: 90px;
}

.type_fuji .story_info_name {
  top: 0;
  left: 50px;
}

.type_kami {
  background-image: url(../img/story/kami_back.png);
}

.type_kami .story_comic img {
  border: 2px solid #9bd9f8;
}

.type_kami .story_info_chara {
  width: 200%;
  right: 50px;
  top: 10px;
}

.type_kami .story_info_name {
  top: 36px;
  left: 50px;
}

.type_naka {
  background-image: url(../img/story/naka_back.png);
}

.type_naka .story_comic img {
  border: 2px solid #aecaf3;
}

.type_naka .story_info_chara {
  right: -30px;
  top: 10px;
  width: 140%;
}

.type_naka .story_info_name {
  top: 20px;
  left: 50px;
}

.type_hare {
  background-image: url(../img/story/hare_back.png);
}

.type_hare .story_comic img {
  border: 2px solid #96daf0;
}

.type_hare .story_info_chara {
  width: 160%;
  left: 10px;
}

.type_hare .story_info_name {
  top: 250px;
  left: 250px;
}

.type_assa {
  background-image: url(../img/story/assa_back.png);
}

.type_assa .story_comic img {
  border: 2px solid #bfbbe9;
}

.type_assa .story_info_chara {
  width: 120%;
  left: 10px;
}

.type_assa .story_info_name {
  top: 20px;
  left: 80px;
}

.type_taku {
  background-image: url(../img/story/taku_back.png);
}

.type_taku .story_comic img {
  border: 2px solid #8fd9c2;
}

.type_taku .story_info_chara {
  width: 210%;
  left: -150px;
}

.type_taku .story_info_name {
  top: 10px;
  left: 20px;
}

.type_nobi {
  background-image: url(../img/story/nobi_back.png);
}

.type_nobi .story_comic img {
  border: 2px solid #90dad4;
}

.type_nobi .story_info_chara {
  width: 190%;
  left: -40px;
}

.type_nobi .story_info_name {
  top: 20px;
  left: 50px;
}

.type_okome {
  background-image: url(../img/story/okome_back.png);
}

.type_okome .story_comic img {
  border: 2px solid #d2aadc;
}

.type_okome .story_info_chara {
  width: 214%;
  left: -140px;
}

.type_okome .story_info_name {
  top: 20px;
  left: 190px;
}

.story_comic_box-02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.story_comic_box-02 img {
  width: 48%;
}

.story_comic_box-02 img:nth-of-type(3), .story_comic_box-02 img:nth-of-type(4) {
  margin-top: auto;
}

@media screen and (max-width: 768px) {
  .story_slide {
    background-size: 100%;
    padding-bottom: 9%;
  }
  .story_slide_inner {
    padding: 0 !important;
    width: 86%;
  }
  .type_fuji {
    background-image: url(../img/story/sp_fuji_back.png);
  }
  .story_slide {
    background-size: 100%;
    padding-bottom: 9%;
  }
  .story_slide_inner {
    padding: 0 !important;
    width: 86%;
  }
  .type_kami {
    background-image: url(../img/story/sp_kami_back.png);
  }
  .story_slide {
    background-size: 100%;
    padding-bottom: 9%;
  }
  .story_slide_inner {
    padding: 0 !important;
    width: 86%;
  }
  .type_naka {
    background-image: url(../img/story/sp_naka_back.png);
  }
  .story_slide {
    background-size: 100%;
    padding-bottom: 9%;
  }
  .story_slide_inner {
    padding: 0 !important;
    width: 86%;
  }
  .type_hare {
    background-image: url(../img/story/sp_hare_back.png);
  }
  .story_slide {
    background-size: 100%;
    padding-bottom: 9%;
  }
  .story_slide_inner {
    padding: 0 !important;
    width: 86%;
  }
  .type_assa {
    background-image: url(../img/story/sp_assa_back.png);
  }
  .story_slide {
    background-size: 100%;
    padding-bottom: 9%;
  }
  .story_slide_inner {
    padding: 0 !important;
    width: 86%;
  }
  .type_taku {
    background-image: url(../img/story/sp_taku_back.png);
  }
  .story_slide {
    background-size: 100%;
    padding-bottom: 9%;
  }
  .story_slide_inner {
    padding: 0 !important;
    width: 86%;
  }
  .type_nobi {
    background-image: url(../img/story/sp_nobi_back.png);
  }
  .story_slide {
    background-size: 100%;
    padding-bottom: 9%;
  }
  .story_slide_inner {
    padding: 0 !important;
    width: 86%;
  }
  .type_okome {
    background-image: url(../img/story/sp_okome_back.png);
  }
  .story_comic {
    padding: 0;
    width: 100%;
    margin-top: 50vw;
  }
  .story_comic_box-02 img {
    width: 100%;
  }
}

.swiper-pagination {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 80px;
}

.swiper-pagination .swiper-pagination-bullet {
  width: 112px;
  height: 112px;
  display: block;
  border-radius: 0;
  margin: 0 8px !important;
  background-color: transparent;
  background-position: center top;
  background-repeat: no-repeat;
  opacity: 1;
  position: relative;
}

.swiper-pagination .swiper-pagination-bullet:nth-of-type(1) {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.swiper-pagination .swiper-pagination-bullet:nth-of-type(2) {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.swiper-pagination .swiper-pagination-bullet:nth-of-type(3) {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

.swiper-pagination .swiper-pagination-bullet:nth-of-type(4) {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.swiper-pagination .swiper-pagination-bullet:nth-of-type(5) {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

.swiper-pagination .swiper-pagination-bullet:nth-of-type(6) {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.swiper-pagination .swiper-pagination-bullet:nth-of-type(7) {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.swiper-pagination .swiper-pagination-bullet:nth-of-type(8) {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

.swiper-pagination .swiper-pagination-bullet-active {
  background-color: transparent;
}

.swiper-pagination .swiper-pagination-bullet-active,
.swiper-pagination .swiper-pagination-bullet:hover {
  background-position: center calc(100% - 1px);
}

.swiper-navigation {
  width: 1276px;
  position: relative;
  margin: 0 auto;
}

.swiper-button-prev,
.swiper-button-next {
  top: 320px;
}

.swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23fff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23fff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .swiper-navigation {
    width: 100%;
  }
  .swiper-button-prev,
  .swiper-button-next {
    top: 35vw;
  }
  .swiper-button-prev.swiper-button-disabled,
  .swiper-button-next.swiper-button-disabled {
    display: none;
  }
  .swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 368px !important;
    max-width: 91vw;
    margin-bottom: 15%;
  }
  .swiper-pagination .swiper-pagination-bullet {
    width: 92px;
    height: 92px;
    max-width: calc(91vw / 4);
    max-height: calc(91vw / 4);
    margin: 0 !important;
    background-size: 100%;
  }
  .swiper-pagination .swiper-pagination-bullet:nth-of-type(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 368px !important;
    max-width: 91vw;
    margin-bottom: 15%;
  }
  .swiper-pagination .swiper-pagination-bullet {
    width: 92px;
    height: 92px;
    max-width: calc(91vw / 4);
    max-height: calc(91vw / 4);
    margin: 0 !important;
    background-size: 100%;
  }
  .swiper-pagination .swiper-pagination-bullet:nth-of-type(2) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 368px !important;
    max-width: 91vw;
    margin-bottom: 15%;
  }
  .swiper-pagination .swiper-pagination-bullet {
    width: 92px;
    height: 92px;
    max-width: calc(91vw / 4);
    max-height: calc(91vw / 4);
    margin: 0 !important;
    background-size: 100%;
  }
  .swiper-pagination .swiper-pagination-bullet:nth-of-type(3) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 368px !important;
    max-width: 91vw;
    margin-bottom: 15%;
  }
  .swiper-pagination .swiper-pagination-bullet {
    width: 92px;
    height: 92px;
    max-width: calc(91vw / 4);
    max-height: calc(91vw / 4);
    margin: 0 !important;
    background-size: 100%;
  }
  .swiper-pagination .swiper-pagination-bullet:nth-of-type(4) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 368px !important;
    max-width: 91vw;
    margin-bottom: 15%;
  }
  .swiper-pagination .swiper-pagination-bullet {
    width: 92px;
    height: 92px;
    max-width: calc(91vw / 4);
    max-height: calc(91vw / 4);
    margin: 0 !important;
    background-size: 100%;
  }
  .swiper-pagination .swiper-pagination-bullet:nth-of-type(5) {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 368px !important;
    max-width: 91vw;
    margin-bottom: 15%;
  }
  .swiper-pagination .swiper-pagination-bullet {
    width: 92px;
    height: 92px;
    max-width: calc(91vw / 4);
    max-height: calc(91vw / 4);
    margin: 0 !important;
    background-size: 100%;
  }
  .swiper-pagination .swiper-pagination-bullet:nth-of-type(6) {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 368px !important;
    max-width: 91vw;
    margin-bottom: 15%;
  }
  .swiper-pagination .swiper-pagination-bullet {
    width: 92px;
    height: 92px;
    max-width: calc(91vw / 4);
    max-height: calc(91vw / 4);
    margin: 0 !important;
    background-size: 100%;
  }
  .swiper-pagination .swiper-pagination-bullet:nth-of-type(7) {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 368px !important;
    max-width: 91vw;
    margin-bottom: 15%;
  }
  .swiper-pagination .swiper-pagination-bullet {
    width: 92px;
    height: 92px;
    max-width: calc(91vw / 4);
    max-height: calc(91vw / 4);
    margin: 0 !important;
    background-size: 100%;
  }
  .swiper-pagination .swiper-pagination-bullet:nth-of-type(8) {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
}

.popup {
  display: none;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  position: fixed;
  z-index: 10;
  width: 520px;
  height: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.popup_inner {
  position: relative;
  width: 100%;
}

.popup-button-prev,
.popup-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.popup-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23fff'%2F%3E%3C%2Fsvg%3E");
  left: -40px;
  right: auto;
}

.popup-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23fff'%2F%3E%3C%2Fsvg%3E");
  left: auto;
  right: -40px;
}

.popup-button-prev.swiper-button-disabled,
.popup-button-next.swiper-button-disabled {
  opacity: 0.4;
}

.popup_close {
  position: absolute;
  top: -43px;
  right: 0;
  width: 33px;
  height: 33px;
  -webkit-transition: all .3s;
  transition: all .3s;
  outline: none;
  cursor: pointer;
}

.popup_close span {
  height: 2px;
  background-color: #fff;
  width: 33px;
  display: block;
}

.popup_close span:nth-child(1) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.popup_close span:nth-child(2) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.overlay {
  display: none;
  left: 0;
  top: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9;
  background-color: rgba(0, 0, 0, 0.8);
}

@media screen and (max-width: 768px) {
  .popup {
    width: 91%;
    max-width: 560px;
    max-height: 77%;
  }
  .popup_page {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
  }
  .popup-button-prev,
  .popup-button-next {
    width: 18.9px;
    height: 30.8px;
    background-size: 100%;
  }
  .popup-button-prev {
    left: calc(-8px - 18.9px);
  }
  .popup-button-next {
    right: calc(-8px - 18.9px);
  }
}

.info {
  text-align: center;
  padding-bottom: 120px;
}

.info_sub {
  font-size: 2rem;
  margin-bottom: 100px;
}

.info_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0 90px;
  margin-bottom: 90px;
}

.info_img {
  width: 51%;
}

.info_text {
  margin-left: 5%;
  text-align: left;
  font-size: 1.8rem;
  line-height: 1.75;
}

.info_text dt {
  color: #40dbbc;
}

.info_text dd {
  margin-bottom: 3.5em;
}

.info_text dd:last-child {
  margin-bottom: 0;
}

.info_logos {
  margin-top: 120px;
}

.info_logo-02 {
  margin-left: 60px;
}

@media screen and (max-width: 768px) {
  .info {
    padding-bottom: 20px;
  }
  .info_ttl {
    width: 280px;
    max-width: 74vw;
  }
  .info_sub {
    font-size: 1.5rem;
    margin-bottom: 6%;
  }
  .info_content {
    display: block;
    margin-bottom: 9%;
  }
  .info_img {
    width: 100%;
    max-width: 460px;
    margin-bottom: 6%;
  }
  .info_text {
    margin: 0;
    font-size: 1.6rem;
  }
  .info_text dd {
    margin-bottom: 1.75em;
  }
  .info_logos {
    margin-top: 80px;
  }
  .info_logo {
    display: block;
    margin: 0 auto;
  }
  .info_logo:first-of-type {
    margin-bottom: 20px;
  }
}
/*# sourceMappingURL=lp.css.map */</pre></body></html>