@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
#teaser {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-feature-settings: "palt";
  color: #4D4D4D;
}
#teaser p {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-feature-settings: "palt";
  line-height: 1.65em;
  margin-bottom: 1em;
}
#teaser .min {
  font-size: 0.8em;
}
#teaser h3 {
  font-size: 1.3em;
  color: #947842;
  font-weight: 600;
  margin-bottom: 0.5em;
}

body {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-feature-settings: "palt";
  color: #000;
}

p {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-feature-settings: "palt";
}

#top .catch span {
  font-size: 12px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-feature-settings: "palt";
}
#top #story p,
#top #story span {
  line-height: 2em;
  font-size: 1em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-feature-settings: "palt";
}
#top #story .bld {
  line-height: 1.8em;
  font-size: 1em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-feature-settings: "palt";
}
#top .chara-name {
  font-size: 2em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-feature-settings: "palt";
}
#top .kome {
  font-size: 0.9em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-feature-settings: "palt";
}
#top .covid‑19 {
  font-size: 1.2em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-feature-settings: "palt";
}

@media screen and (max-width: 768px) {
  #top .chara-name {
    font-size: 1.5em;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
    font-feature-settings: "palt";
  }
}
@media screen and (max-width: 540px) {
  #top {
    font-size: 14px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-feature-settings: "palt";
    color: #000;
  }
  #top .catch span {
    font-size: 10px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-feature-settings: "palt";
  }
  #top p,
#top span {
    font-size: 14px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-feature-settings: "palt";
  }
  #top #story p,
#top #story span {
    font-size: 14px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-feature-settings: "palt";
  }
  #top #story .bld {
    font-size: 14px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 900;
    font-feature-settings: "palt";
  }
  #top table {
    font-size: 12px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-feature-settings: "palt";
  }
  #top .chara-name span {
    font-size: 1.5em;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
    font-feature-settings: "palt";
  }
}
@media screen and (max-width: 359px) {
  #top {
    font-size: 12px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-feature-settings: "palt";
    color: #000;
  }
  #top p,
#top span {
    font-size: 12px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-feature-settings: "palt";
  }
  #top #story p,
#top #story span {
    font-size: 12px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-feature-settings: "palt";
  }
  #top #story .bld {
    font-size: 12px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 900;
    font-feature-settings: "palt";
  }
  #top table {
    font-size: 10px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-feature-settings: "palt";
  }
  #top .chara-name span {
    font-size: 1.5em;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
    font-feature-settings: "palt";
  }
}
html {
  overflow-x: hidden;
}

body {
  width: 100%;
  position: relative;
  overflow-x: hidden;
}
body img {
  width: 100%;
  height: auto;
  display: block;
}

.u22 {
  width: fit-content;
  margin: auto;
  border: 0.2em solid #fff;
  margin-top: 5em;
  position: relative;
  padding: 2em;
  padding-top: 70px;
  background-color: #fff;
  color: #000;
}
.u22 .u22-logo {
  width: 240px;
  margin: auto;
  position: absolute;
  top: -60px;
  left: 0;
  right: 0;
}

#teaser #particle-wrap {
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 0;
}
#teaser canvas {
  position: absolute;
  /*親のブロックを基準にして相対位置に配置する*/
  /*位置指定*/
  top: 0;
  right: 0;
  z-index: -1;
  /*重ね順を-1に　※1以上だとほかのコンテンツの上に被さってしまいます*/
}
#teaser .wrap {
  position: relative;
  z-index: 1;
}
#teaser main {
  position: relative;
  z-index: 1;
  overflow-x: hidden;
}
#teaser section {
  display: block;
  position: relative;
  z-index: 1;
}
#teaser .inner-wrap {
  padding: 0 3%;
  width: calc(100% - 6%);
  max-width: 1200px;
  margin: auto;
}
#teaser .common-bt {
  width: 280px;
  display: block;
  margin: 2em auto;
  background-color: #947842;
  height: 3em;
  border-radius: 2em;
  cursor: pointer;
}
#teaser .common-bt span {
  color: #fff;
  font-size: 1.1em;
}
#teaser .common-bt.white {
  background-color: #fff;
}
#teaser .common-bt.white span {
  color: #947842;
}
#teaser .common-bt:hover {
  opacity: 0.8;
}
#teaser header {
  padding: 2em;
}
#teaser header .visual {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  box-shadow: 1em 1em 1em rgba(0, 0, 0, 0.3);
}
#teaser .youtube {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}
#teaser .youtube iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#teaser .float-nav {
  width: 80px;
  position: fixed;
  bottom: 2em;
  right: 0.5em;
  z-index: 10;
}
#teaser .float-nav a:hover {
  opacity: 0.8;
}
#teaser .headline {
  width: 100%;
  max-width: 500px;
  margin: auto;
  margin-bottom: 1em;
}
#teaser #announce {
  padding: 4em 0;
}
#teaser #announce .announce {
  width: 100%;
  max-width: 700px;
  margin: auto;
  margin-bottom: 3em;
}
#teaser #announce .copy {
  padding: 15em 0 8em;
  width: 90%;
  max-width: 700px;
  margin: auto;
  text-align: center;
  position: relative;
}
#teaser #announce .copy .text {
  font-size: 1.25em;
  position: relative;
  z-index: 1;
}
#teaser #announce .copy:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/copy.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#teaser #news {
  padding: 4em 0;
}
#teaser #news .news-wrap {
  width: 90%;
  max-width: 800px;
  margin: auto;
  color: #947842;
  text-align: center;
}
#teaser #news .news-wrap ul {
  border-top: 1px solid #947842;
}
#teaser #news .news-wrap ul li {
  border-bottom: 1px solid #947842;
  padding: 1em 0;
  position: relative;
}
#teaser #news .news-wrap ul li .date {
  font-weight: bold;
  font-size: 0.8em;
}
#teaser .bg-wrap {
  width: 100%;
  background-image: url(../images/pt_line.png);
  background-size: 8px;
  padding: 2em 0;
}
#teaser #message {
  padding: 4em 0;
}
#teaser #message .message-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 2em auto;
}
#teaser #message .message-wrap .message-block {
  width: calc(100% - 3em - 4px);
  max-width: 448px;
  background-color: #fff;
  border: 2px solid #947842;
  padding: 1.5em;
  margin: 0 0.5em;
  position: relative;
}
#teaser #message .message-wrap .message-block .name {
  font-size: 1.3em;
  text-align: center;
  margin: 1em auto 1.5em;
}
#teaser #message .message-wrap .message-block:before {
  content: "";
  display: block;
  width: 100%;
  height: 30px;
  background-image: url(../images/frame_dot.png);
  background-position: center top;
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
#teaser #message .message-wrap .message-block:after {
  content: "";
  display: block;
  width: 100%;
  height: 30px;
  background-image: url(../images/frame_dot.png);
  background-position: center bottom;
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
}
#teaser #about-i7 {
  padding: 15% 0;
}
#teaser #about-i7 .frame-outer {
  position: relative;
}
#teaser #about-i7 .frame-outer:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 15%;
  background-image: url(../images/flame.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 100%;
  z-index: 0;
}
#teaser #about-i7 .frame-outer:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 15%;
  background-image: url(../images/flame.png);
  transform: scale(-1, -1);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 100%;
  z-index: 0;
}
#teaser #about-i7 .flame-inner {
  background-color: #fff;
  position: relative;
  text-align: center;
  z-index: 1;
}
#teaser #about-i7 .door {
  width: 100%;
  overflow-x: scroll;
  position: relative;
}
#teaser #about-i7 .door area {
  cursor: pointer;
}
#teaser #about-i7 .door .door-inner {
  width: 100%;
  min-width: 800px;
  margin: auto;
  position: relative;
}
#teaser #about-i7 #profile {
  width: 100%;
  max-width: 600px;
  margin: auto;
  position: relative;
  padding: 10% 0;
}
#teaser #about-i7 #profile .prof-outer {
  position: relative;
}
#teaser #about-i7 #profile .prof-outer:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 10%;
  background-image: url(../images/color_frame_tb_0.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
  position: absolute;
  bottom: 100%;
}
#teaser #about-i7 #profile .prof-outer:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 10%;
  background-image: url(../images/color_frame_tb_0.svg);
  background-repeat: no-repeat;
  transform: scale(-1, -1);
  background-position: center bottom;
  position: absolute;
  top: 100%;
}
#teaser #about-i7 #profile .prof-inner {
  width: calc(100% - 4em);
  padding: 0 2em;
  background-image: url(../images/color_frame_mid_0.svg);
  background-repeat: repeat-y;
  background-size: 100%;
  background-position: center;
}
#teaser #about-i7 #profile .prof-inner .name {
  font-size: 1.25em;
}
#teaser #about-i7 #profile .prof-inner p {
  margin-bottom: 0;
}
#teaser #about-i7 #profile.ch0 .prof-outer:before, #teaser #about-i7 #profile.ch0 .prof-outer:after {
  background-image: url(../images/color_frame_tb_0.svg);
}
#teaser #about-i7 #profile.ch0 .prof-inner {
  background-image: url(../images/color_frame_mid_0.svg);
}
#teaser #about-i7 #profile.ch1 .prof-outer:before, #teaser #about-i7 #profile.ch1 .prof-outer:after {
  background-image: url(../images/color_frame_tb_1.svg);
}
#teaser #about-i7 #profile.ch1 .prof-inner {
  background-image: url(../images/color_frame_mid_1.svg);
}
#teaser #about-i7 #profile.ch2 .prof-outer:before, #teaser #about-i7 #profile.ch2 .prof-outer:after {
  background-image: url(../images/color_frame_tb_2.svg);
}
#teaser #about-i7 #profile.ch2 .prof-inner {
  background-image: url(../images/color_frame_mid_2.svg);
}
#teaser #about-i7 #profile.ch3 .prof-outer:before, #teaser #about-i7 #profile.ch3 .prof-outer:after {
  background-image: url(../images/color_frame_tb_3.svg);
}
#teaser #about-i7 #profile.ch3 .prof-inner {
  background-image: url(../images/color_frame_mid_3.svg);
}
#teaser #about-i7 #profile.ch4 .prof-outer:before, #teaser #about-i7 #profile.ch4 .prof-outer:after {
  background-image: url(../images/color_frame_tb_4.svg);
}
#teaser #about-i7 #profile.ch4 .prof-inner {
  background-image: url(../images/color_frame_mid_4.svg);
}
#teaser #about-i7 #profile.ch5 .prof-outer:before, #teaser #about-i7 #profile.ch5 .prof-outer:after {
  background-image: url(../images/color_frame_tb_5.svg);
}
#teaser #about-i7 #profile.ch5 .prof-inner {
  background-image: url(../images/color_frame_mid_5.svg);
}
#teaser #about-i7 #profile.ch6 .prof-outer:before, #teaser #about-i7 #profile.ch6 .prof-outer:after {
  background-image: url(../images/color_frame_tb_6.svg);
}
#teaser #about-i7 #profile.ch6 .prof-inner {
  background-image: url(../images/color_frame_mid_6.svg);
}
#teaser #about-i7 #profile.ch7 .prof-outer:before, #teaser #about-i7 #profile.ch7 .prof-outer:after {
  background-image: url(../images/color_frame_tb_7.svg);
}
#teaser #about-i7 #profile.ch7 .prof-inner {
  background-image: url(../images/color_frame_mid_7.svg);
}
#teaser #about-scrap {
  padding: 4em 0;
}
#teaser #about-scrap p {
  text-align: center;
}
#teaser #about-scrap .about-rdg {
  background-color: #fff;
  padding: 1.5em;
  width: calc(100% - 3em - 4px);
  display: flex;
  justify-content: space-between;
  border: 2px solid #947842;
  margin-top: 4em;
}
#teaser #about-scrap .about-rdg .left {
  width: calc(50% - 2em);
}
#teaser #about-scrap .about-rdg .left p {
  text-align: left;
}
#teaser #about-scrap .about-rdg .left button {
  margin-left: 0;
  margin-bottom: 0;
}
#teaser #about-scrap .about-rdg .right {
  width: 50%;
}
#teaser #work {
  padding: 4em 0;
  text-align: center;
}
#teaser #pv {
  padding: 4em 0;
  text-align: center;
}
#teaser #pv .pv-wrap {
  width: 100%;
  max-width: 800px;
  margin: auto;
}
#teaser footer {
  padding: 4em 0;
  width: 100%;
  background-color: #947842;
  background-image: url(../images/pt_patern.png);
  background-size: 80px;
}
#teaser footer .logo {
  width: 100%;
  max-width: 400px;
  margin: auto;
  margin-bottom: 1.5em;
}
#teaser footer .bnrs {
  width: 100%;
  max-width: 620px;
  margin: auto;
  display: flex;
}
#teaser footer .bnrs .bnr {
  margin: 0.5em;
  width: 100%;
  position: relative;
}
#teaser footer .bnrs .bnr:hover {
  opacity: 0.8;
}
#teaser footer .footer-sns {
  width: 100%;
  max-width: 300px;
  display: flex;
  justify-content: space-evenly;
  margin: 1.5em auto;
}
#teaser footer .footer-sns a {
  display: block;
  width: 60px;
}
#teaser footer .footer-sns a:hover {
  opacity: 0.8;
}
#teaser footer .copyright {
  text-align: center;
  color: #fff;
  font-size: 10px;
  margin-top: 5em;
}

#readme {
  width: 98%;
  max-width: 800px;
  margin: auto;
  padding-bottom: 5em;
}
#readme h2 {
  background-color: #000037;
  color: #fff;
  font-size: 1.5em;
  font-weight: 600;
  text-align: center;
  padding: 1em 0.5em;
}
#readme .readme-block {
  background-color: #fff;
  margin-bottom: 1em;
  padding: 2em 0;
  border-bottom: 0.3em solid #000037;
}
#readme .readme-block h3 {
  font-size: 1.3em;
  font-weight: 600;
  color: #000037;
  text-align: center;
  margin-bottom: 0.5em;
}
#readme .readme-block ul {
  margin-top: 1em;
  margin-bottom: 3em;
}
#readme .readme-block ul:last-of-type {
  margin-bottom: 0;
}
#readme .readme-block ul li {
  padding: 1em 0;
  border-bottom: 1px solid #ddd;
}
#readme .readme-block ul li:before {
  content: "■";
  margin-right: 0.2em;
  color: #000037;
}
#readme .readme-block ul li a {
  color: #e85a24;
  text-decoration: underline;
}
#readme .readme-block ul li:last-of-type {
  border-bottom: none;
}
#readme .readme-block ul.faq li:before {
  content: none;
}
#readme .readme-block ul.faq li .ques {
  font-size: 1.1em;
  font-weight: 600;
  margin-bottom: 0.3em;
  color: #000037;
}
#readme .readme-block table {
  font-size: 0.9em;
}
#readme .readme-block table th {
  background-color: #000037;
  color: #fff;
  font-weight: 600;
  padding: 0.5em;
  border-bottom: 1px solid #ddd;
}
#readme .readme-block table td {
  padding: 0.5em;
  border-bottom: 1px solid #ddd;
  min-width: 5em;
}
#readme .readme-block table td.judge {
  background-color: #53537c;
  color: #fff;
  text-align: center;
}

#guide {
  width: 98%;
  max-width: 800px;
  margin: auto;
  padding-bottom: 5em;
}
#guide h2 {
  background-color: #000037;
  color: #fff;
  font-size: 1.5em;
  font-weight: 600;
  text-align: center;
  padding: 1em 0.5em;
}
#guide .guide-block {
  background-color: #fff;
  margin-bottom: 1em;
  padding: 2em 0;
  border-bottom: 0.3em solid #000037;
}
#guide .guide-block .guide-img {
  margin-bottom: 1em;
  overflow: hidden;
  position: relative;
}
#guide .guide-block h3 {
  font-size: 1.3em;
  font-weight: 600;
  color: #000037;
  text-align: center;
  margin-bottom: 0.5em;
}
#guide .guide-block ul {
  margin-top: 1em;
}
#guide .guide-block ul li {
  margin-bottom: 0.5em;
}
#guide .guide-block ul li a {
  color: #000037;
  border-bottom: 2px solid #000037;
}

.hide-area {
  display: none;
}

.gli .modaal-container {
  max-width: 90vh;
  overflow: hidden;
}
.gli .swiper-slide {
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 300px;
}
.gli .modaal-content-container {
  background-color: #ddd;
  padding: 0;
}
.gli .modaal-close {
  z-index: 5;
}

#top #menu-bt {
  position: fixed;
  z-index: 2;
  right: 10px;
  top: 10px;
  max-width: 150px;
  cursor: pointer;
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.4));
  transition-duration: 0.3s;
  display: none;
}
#top #menu-bt:hover {
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0));
}
#top #close {
  position: fixed;
  z-index: 2;
  right: 10px;
  top: 10px;
  max-width: 150px;
  cursor: pointer;
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.4));
  transition-duration: 0.3s;
}
#top #close:hover {
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0));
}
#top .sec-head {
  max-width: 500px;
  margin: 0 auto 40px;
}
#top #sns {
  max-width: 120px;
  position: fixed;
  z-index: 1;
  right: -50px;
  bottom: 60px;
  display: none;
}
#top #sns li {
  margin-bottom: 10px;
}
#top #sns a {
  transition-duration: 0.3s;
  position: relative;
  z-index: 1;
  left: 0;
}
#top #sns a:hover {
  left: -20px;
}
#top #ticket-nav {
  width: 100%;
  margin: auto;
  display: block;
  position: fixed;
  bottom: 0;
  z-index: 2;
  background-color: #000037;
  padding-top: 40px;
}
#top #ticket-nav .ticket-nav {
  width: 60%;
  margin: auto;
  padding: 0.5em 0;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}
#top #ticket-nav .ticket-nav img {
  width: 200px;
  margin: auto;
}
#top #ticket-nav:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 20px;
  background-image: url(../images/section-top.svg);
  position: absolute;
  bottom: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  margin: auto;
  left: 0;
  right: 0;
}
#top #ticket-nav:hover {
  filter: brightness(1.8);
}
#top #menu {
  position: fixed;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  background: url(../images/bg.png);
  background-repeat: repeat-x;
  background-size: 50%;
  background-position: bottom;
  background-blend-mode: screen;
  background-color: #2E529E;
}
#top #menu ul {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 768px;
}
#top #menu ul li {
  border-bottom: solid 1px #fff;
}
#top #menu ul li a {
  color: #fff;
  padding: 1em;
  width: calc(100% - 2em);
  display: block;
  transition-duration: 0.3s;
}
#top #menu ul li a:hover {
  background: #fff;
  color: #2E529E;
}
#top .inner-wrap {
  padding: 0 1em;
  width: calc(100% - 2em);
}
#top .catch {
  background: #000037;
  padding: 1em;
  color: #fff;
  text-align: center;
}
#top header {
  position: relative;
  z-index: 1;
}
#top .main-v {
  position: relative;
  z-index: 0;
  margin-bottom: 280px;
}
#top .main-v .main {
  max-width: 768px;
  margin: 0 auto;
}
#top .main-v .logo {
  position: absolute;
  z-index: 0;
  left: 0;
  right: 0;
  bottom: -25%;
  margin: 0 auto;
  max-width: 868px;
}
#top .wrap {
  background: #2E529E;
}
#top .bg-wrap {
  position: fixed;
  z-index: -1;
}
#top .bg-wrap::after {
  content: "";
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: url(../images/bg.png);
  background-repeat: repeat-x;
  background-size: 75%;
  background-position: bottom;
  left: 0;
  bottom: 0;
  pointer-events: none;
}
#top main {
  position: relative;
  z-index: 0;
}
#top #about {
  max-width: 1280px;
  margin: 0 auto;
}
#top #about .point {
  color: #fff;
  font-weight: 400;
  text-align: center;
  max-width: 800px;
  margin: 3em auto;
  display: flex;
  justify-content: space-around;
}
#top #about .point .point-icon {
  font-size: 0.8rem;
}
#top #about .point .point-icon img {
  max-width: 70%;
  margin: auto;
}
#top #about .copy {
  max-width: 768px;
  margin: 0 auto;
}
#top #about .coupon {
  text-align: center;
  margin: 3em auto;
  color: #fff;
}
#top #about .coupon h2 {
  font-size: 1.3em;
  font-weight: 700;
}
#top #about .coupon .c-img {
  width: 100%;
  display: block;
  max-width: 600px;
  margin: 1em auto;
}
#top #about .coupon a {
  color: #ff0;
  text-decoration: underline;
}
#top #about .bnr-box {
  margin: 80px auto;
}
#top #about .bnr-box a {
  display: block;
  max-width: 800px;
  margin: 0 auto;
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.4));
  transition-duration: 0.3s;
}
#top #about .bnr-box a:hover {
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0)) brightness(1.1);
}
#top #about .bnr-box p {
  color: #fff;
  text-align: center;
  margin-top: 0.5em;
}
#top #about .swiper-container {
  margin-top: 40px;
}
#top #about .swiper-bottom {
  margin-top: 1em;
  text-align: center;
  display: block;
  color: #fff;
}
#top #about .about-link-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: initial;
  max-width: 1024px;
  margin: 80px auto 0;
  justify-content: center;
}
#top #about .about-link-box .about-link-item {
  width: 40%;
  margin: 0 0.2em;
}
#top #about .about-link-box .about-link-item a {
  color: #fff;
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.4));
  transition-duration: 0.3s;
  background: rgba(0, 0, 0, 0);
  display: block;
}
#top #about .about-link-box .about-link-item a img {
  margin: 0 auto 1em;
}
#top #about .about-link-box .about-link-item a:hover {
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0));
  background: #2E529E;
}
#top #story {
  padding: 40px 0;
  margin: 160px auto;
  position: relative;
  background: rgba(0, 0, 55, 0.7);
  text-align: center;
  color: #fff;
}
#top #story .story-img {
  width: 100%;
  max-width: 600px;
  margin: auto;
}
#top #story p {
  margin-bottom: 2em;
}
#top #story .story-acd-bt {
  font-size: 1.2em;
  cursor: pointer;
  display: block;
  width: fit-content;
  margin: auto;
}
#top #story .story-acd {
  display: none;
}
#top #story .c-line {
  display: inline-block;
  color: #fff;
  padding: 0 0.2em;
  position: relative;
  z-index: 1;
}
#top #story .c-line:before {
  content: "";
  display: block;
  width: 100%;
  height: 0.3em;
  position: absolute;
  left: 0;
  bottom: 0.2em;
  z-index: -1;
}
#top #story .c-nikaido:before {
  background-color: #67A629;
}
#top #story .c-izumi_i:before {
  background-color: #0C336F;
}
#top #story .c-izumi_m:before {
  background-color: #E88000;
}
#top #story .c-yotsuba:before {
  background-color: #5ABAD0;
}
#top #story .c-nanase:before {
  background-color: #E0343C;
}
#top #story .c-osaka:before {
  background-color: #806DA7;
}
#top #story .c-rokuya:before {
  background-color: #FFE213;
}
#top #story:before {
  content: "";
  background: url(../images/section-top.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  position: absolute;
  z-index: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 60px;
  top: -60px;
  opacity: 0.7;
}
#top #story:after {
  content: "";
  background: url(../images/section-bottom.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
  position: absolute;
  z-index: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 60px;
  bottom: -60px;
  opacity: 0.7;
}
#top .link-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: initial;
  max-width: 768px;
  margin: 0 auto 80px;
}
#top .link-box .link-item {
  width: 48%;
  margin: auto;
}
#top .link-box .link-item button {
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.4));
  transition-duration: 0.3s;
  cursor: pointer;
}
#top .link-box .link-item button:hover {
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0));
}
#top #chara .sl-chara {
  max-width: 1200px;
  margin: auto;
  margin-bottom: -60px;
}
#top #chara .sl-chara ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: initial;
  position: relative;
  z-index: 1;
}
#top #chara .sl-chara ul li {
  width: 12%;
  margin: auto;
  position: relative;
  cursor: pointer;
}
#top #chara .sl-chara ul li .ch-list2 {
  display: none;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
}
#top #chara .sl-chara ul li.active:after {
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0);
}
#top #chara .sl-chara ul li.active.osaka img {
  filter: drop-shadow(0.4em 0.4em 0 #806DA7);
}
#top #chara .sl-chara ul li.active.rokuya img {
  filter: drop-shadow(0.4em 0.4em 0 #FFE213);
}
#top #chara .sl-chara ul li.active.nikaido img {
  filter: drop-shadow(0.4em 0.4em 0 #67A629);
}
#top #chara .sl-chara ul li.active.izumi_i img {
  filter: drop-shadow(0.4em 0.4em 0 #0C336F);
}
#top #chara .sl-chara ul li.active.izumi_m img {
  filter: drop-shadow(0.4em 0.4em 0 #E88000);
}
#top #chara .sl-chara ul li.active.yotsuba img {
  filter: drop-shadow(0.4em 0.4em 0 #5ABAD0);
}
#top #chara .sl-chara ul li.active.nanase img {
  filter: drop-shadow(0.4em 0.4em 0 #E0343C);
}
#top #chara .chara-view {
  border-top: solid 10px #000037;
  border-bottom: solid 10px #000037;
  padding: 80px 0 0;
  background: url(../images/chara-bg.png);
  background-repeat: repeat-x;
  background-size: 50%;
  background-position: bottom;
  background-blend-mode: overlay;
  background-color: #e9e9e9;
}
#top #chara .chara-view .chara-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: initial;
  max-width: 1200px;
  margin: auto;
}
#top #chara .chara-view .chara-box .col-l {
  width: 46%;
  margin: 0 auto;
}
#top #chara .chara-view .chara-box .col-r {
  width: 46%;
  margin: 0 auto;
}
#top #chara .chara-view .chara-box .col-r .chara-name {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: initial;
  margin-bottom: 1em;
}
#top #chara .chara-view .chara-box .col-r .chara-name img {
  max-width: 130px;
  margin-right: 0.5em;
  width: 24%;
}
#top #chara .chara-view .chara-box .col-r .chara-name span {
  width: 76%;
  padding: 0.5em 0;
  display: block;
  border-bottom: solid 3px #0C336F;
  display: flex;
  justify-content: initial;
  align-items: center;
  flex-direction: initial;
}
#top #chara .chara-view .chara-box .col-r .chara-name span:after {
  content: "";
  width: 1em;
  height: 1em;
  margin-left: 0.5em;
}
#top #chara .chara-view .chara-box .col-r .chara-name#izumi_i span:after {
  background: url("../images/icon_izumi_i.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#top #chara .chara-view .chara-box .col-r .chara-name#izumi_m span:after {
  background: url("../images/icon_izumi_m.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#top #chara .chara-view .chara-box .col-r .chara-name#osaka span:after {
  background: url("../images/icon_osaka.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#top #chara .chara-view .chara-box .col-r .chara-name#rokuya span:after {
  background: url("../images/icon_rokuya.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#top #chara .chara-view .chara-box .col-r .chara-name#nikaido span:after {
  background: url("../images/icon_nikaido.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#top #chara .chara-view .chara-box .col-r .chara-name#yotsuba span:after {
  background: url("../images/icon_yotsuba.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#top #chara .chara-view .chara-box .col-r .chara-name#nanase span:after {
  background: url("../images/icon_nanase.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#top #chara .chara-view .chara-box .col-r .chara-desc span {
  margin-left: auto;
  display: block;
  width: fit-content;
  padding: 0.25em;
  margin-top: 1em;
  cursor: pointer;
}
#top #chara .chara-view .chara-box .col-r .chara-desc span:hover {
  text-decoration: underline;
}
#top #chara .chara-view .chara-box .col-r .chara-desc .ch-prof {
  display: none;
  padding: 1em;
  background-color: #eee;
  text-align: center;
  border: 1px solid #000;
}
#top .link-btn {
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.4));
  transition-duration: 0.3s;
  max-width: 500px;
  display: block;
  margin: 40px auto 0;
  background: rgba(0, 0, 0, 0);
}
#top .link-btn:hover {
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0));
  background: #2E529E;
}
#top #play {
  margin: 0 auto;
  margin-top: 80px;
  max-width: 1200px;
}
#top #play .play-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: initial;
}
#top #play .play-box img {
  width: 33%;
  margin: auto;
}
#top #play p {
  text-align: center;
  color: #fff;
  margin-top: 1em;
}
#top #play .play-notes {
  padding: 2em;
  border: solid 1px #fff;
  text-align: left;
  max-width: 900px;
  margin: 40px auto;
  width: calc(100% - 4em);
  color: #fff;
}
#top #play .play-notes h3 {
  display: block;
  margin: auto;
  text-align: center;
  font-size: 1.2em;
  font-weight: 700;
}
#top #cm {
  margin-top: 80px;
}
#top #cm .movie {
  width: 100%;
  aspect-ratio: 16/9;
  max-width: 960px;
  margin: auto;
}
#top #cm .movie iframe {
  width: 100%;
  height: 100%;
}
#top #event {
  padding: 40px 0;
  margin: 160px auto;
  position: relative;
  background: rgba(0, 0, 55, 0.7);
  text-align: center;
  color: #fff;
}
#top #event:before {
  content: "";
  background: url(../images/section-top.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  position: absolute;
  z-index: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 60px;
  top: -60px;
  opacity: 0.7;
}
#top #event:after {
  content: "";
  background: url(../images/section-bottom.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
  position: absolute;
  z-index: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 60px;
  bottom: -60px;
  opacity: 0.7;
}
#top #event .event-head {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  max-width: 480px;
  margin: 80px auto 40px;
}
#top #event .event-head:before {
  content: "";
  background: url(../images/event-head-tp.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  margin: auto;
  height: 20px;
  width: 100%;
  margin-bottom: 1em;
}
#top #event .event-head:after {
  content: "";
  background: url(../images/event-head-bt.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
  margin: auto;
  height: 20px;
  width: 100%;
  margin-top: 1em;
}
#top #event h5 {
  background-color: #fff;
  font-weight: 700;
  color: #000037;
  max-width: 900px;
  margin: auto;
  padding: 1em 0;
  margin-top: 4em;
}
#top #event table {
  max-width: 902px;
  width: 100%;
  margin: auto;
  margin-top: 2em;
  border-bottom: 0px;
}
#top #event table thead {
  margin: 0 auto 1em;
  display: block;
  border: solid 1px #fff;
}
#top #event table thead tr:last-child {
  background: rgba(0, 0, 0, 0);
}
#top #event table thead tr th {
  background: #e85a24;
  color: #fff;
}
#top #event table thead tr th.today {
  background: #4d41ce;
}
#top #event table thead tr td {
  color: #fff;
  border-left: solid 2px #fff;
}
#top #event table tbody,
#top #event table tfoot {
  margin: 1em auto;
  display: block;
}
#top #event table tbody {
  margin-bottom: 0;
}
#top #event table tfoot {
  margin-bottom: 0;
  margin-top: 0;
}
#top #event table tr {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: initial;
  background: #fff;
}
#top #event table tr:last-child {
  background: #dddddd;
}
#top #event table tr th {
  width: calc(20% - 2em - 2px);
  padding: 1em;
  text-align: center;
  display: block;
  color: #000;
}
#top #event table tr td {
  width: calc(40% - 2em - 2px);
  padding: 1em;
  border-left: solid 2px #000037;
  text-align: center;
  display: block;
  color: #000;
}
#top #event table tr td span {
  font-size: 0.8em;
  display: inline-block;
}
#top #event .table-desc {
  max-width: 902px;
  margin: 0 auto;
}
#top #event .table-desc p {
  margin: 3em auto;
  color: #fff;
}
#top #event .table-desc ul li {
  margin: 8px auto;
  color: #fff;
  text-align: left;
  display: block;
}
#top #event .table-desc a {
  text-align: left;
  text-decoration: underline;
  color: #fff;
  display: block;
  width: fit-content;
  margin-right: auto;
}
#top #event .event-desc {
  display: flex;
  width: 100%;
  max-width: 900px;
  margin: auto;
}
#top #event .event-desc .col-l {
  width: 48%;
}
#top #event .event-desc .col-r {
  width: 48%;
  margin: 0 auto;
}
#top #event .event-desc .col-r p {
  text-align: left;
  margin-bottom: 1em;
}
#top #event .event-desc .col-r ul {
  list-style: disc;
  padding-left: 1em;
}
#top #event .event-desc .col-r ul li {
  text-align: left;
  margin: 8px auto;
}
#top #event .event-desc .col-r ul li span {
  font-size: 0.8em;
}
#top #event .link-btn {
  margin: 80px auto 0;
}
#top #event #ticket p {
  margin: 1em 0;
}
#top #event #ticket .ticket-box {
  margin: 40px auto;
  max-width: 900px;
}
#top #event #ticket .ticket-box .ticket-head {
  position: relative;
  background: #fff;
  cursor: pointer;
  margin-top: 2em;
}
#top #event #ticket .ticket-box .ticket-head.extra:before {
  content: "";
  width: 100px;
  height: 100px;
  display: block;
  background-image: url(../images/encho_badge.svg);
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -20px;
  left: -20px;
}
#top #event #ticket .ticket-box .ticket-head.more:before {
  content: "";
  width: 100px;
  height: 100px;
  display: block;
  background-image: url(../images/more_badge.svg);
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -20px;
  left: -20px;
}
#top #event #ticket .ticket-box .ticket-head:after {
  content: "";
  background: url(../images/ticket_date_tmc.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right bottom;
  position: absolute;
  z-index: 0;
  right: 0;
  bottom: 0;
  width: 300px;
  height: 100%;
}
#top #event #ticket .ticket-box .ticket-head.rd_nagoya:after {
  background: url(../images/ticket_date_nagoya.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right bottom;
}
#top #event #ticket .ticket-box .ticket-head.rd_osaka:after {
  background: url(../images/ticket_date_osaka.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right bottom;
}
#top #event #ticket .ticket-box .ticket-head.rd_sapporo:after {
  background: url(../images/ticket_date_sapporo.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right bottom;
}
#top #event #ticket .ticket-box .ticket-head.rd_fukuoka:after {
  background: url(../images/ticket_date_fukuoka.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right bottom;
}
#top #event #ticket .ticket-box .ticket-head span {
  padding: 1em;
  padding-right: 0;
  color: #000;
  display: flex;
  justify-content: initial;
  align-items: center;
  flex-direction: initial;
}
#top #event #ticket .ticket-box .ticket-head span:before {
  content: "";
  width: 50px;
  height: 50px;
  background: url(../images/schedule_icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 1em;
}
#top #event #ticket .ticket-box .ticket-desc {
  background-color: #20529f;
  padding: 0.5em;
  display: none;
}
#top #event #ticket .ticket-box .ticket-desc .desc-inner {
  padding: 1em;
}
#top #event #ticket .ticket-box .ticket-desc .desc-inner .map {
  width: 100%;
  height: 400px;
}
#top #event #ticket .ticket-box .ticket-desc .desc-inner .map iframe {
  width: 100%;
  height: 100%;
}
#top #event #ticket .ticket-box .ticket-desc .desc-inner .inner-contact {
  display: block;
  width: fit-content;
  background-color: #fff;
  padding: 0.5em 1em;
  margin: 1em auto;
  min-width: 210px;
}
#top #event #ticket .ticket-box .ticket-desc .desc-inner .inner-contact span {
  display: block;
  font-size: 0.7em;
}
#top #event #ticket .ticket-box .ticket-desc .desc-inner .min {
  font-size: 0.7em;
}
#top #goods {
  margin-bottom: 120px;
}
#top #goods p {
  color: #fff;
}
#top #goods .gallery-list {
  transition: opacity 0.2s ease;
  display: block;
  position: relative;
}
#top #goods .gallery-list:hover {
  opacity: 0.7;
}
#top #goods .gallery-list:after {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  position: absolute;
  bottom: 0;
  right: 0;
  background-image: url(../images/plus.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 100%;
  pointer-events: none;
  user-select: none;
}
#top #goods .coming {
  margin: 40px auto;
  text-align: center;
}
#top #goods .index-list {
  margin-bottom: 3em;
}
#top #goods .index-list ul {
  width: 100%;
  max-width: 600px;
  margin: auto;
  display: flex;
  justify-content: center;
}
#top #goods .index-list ul li {
  width: calc(100% - 1em);
  display: block;
  margin: 0.3em;
}
#top #goods .index-list ul li a {
  display: block;
  width: calc(100% - 1em);
  background-color: #fff;
  padding: 0.5em;
  text-align: center;
  font-weight: 600;
  border-radius: 2em;
  color: #0e1956;
  font-size: 0.8em;
}
#top #goods .food-store {
  width: 92%;
  margin: 2em auto;
}
#top #goods .food-store .fs-wrap .fs {
  color: #fff;
  padding: 0.5em 1.5em;
  text-align: center;
  width: fit-content;
  margin: auto;
  margin-bottom: 0.5em;
  border-bottom: 0.1em solid #fff;
}
#top #goods .goods-sec-title {
  font-size: 1.4em;
  color: #fff;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0.1em;
  position: relative;
  width: fit-content;
  margin: auto;
  padding: 0.75em 1.5em;
  margin-bottom: 1em;
}
#top #goods .goods-sec-title:after {
  transform: skewX(-25deg);
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-color: #000037;
  border: 1px solid #fff;
}
#top #goods .goods-sec-title:before {
  transform: skewX(-25deg);
  content: "";
  position: absolute;
  top: 6px;
  bottom: -6px;
  left: 6px;
  right: -6px;
  z-index: -1;
  background-color: #fff;
  border: 1px solid #fff;
}
#top #goods .goods-box {
  display: flex;
  justify-content: center;
  vertical-align: middle;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: auto;
}
#top #goods .goods-box .goods-sin {
  display: block;
  width: 80%;
  text-align: center;
  max-width: 360px;
  margin: 1em;
}
#top #goods .goods-box .goods-sin .goods-name {
  color: #0e1956;
  font-size: 1.2em;
  font-weight: 600;
  background-color: #fff;
  border-radius: 2em;
  padding: 0.3em;
  width: 90%;
  margin: 0.8em auto 0.2em;
}
#top #goods .goods-box .goods-sin .goods-price {
  color: #fff;
  font-weight: 600;
  font-size: 1.2em;
}
#top #goods .goods-box .goods-sin .goods-spec {
  color: #fff;
  font-size: 0.8em;
}
#top #goods .goods-box .goods-sin .goods-copy {
  font-size: 0.9em;
  padding: 0.5em 0;
  margin: 0.5em;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  color: #fff;
}
#top #goods .goods-box .goods-sin .limit {
  background-color: #fff;
  color: #f00;
  font-size: 0.9em;
  border-radius: 0.2em;
  width: calc(90% - 0.6em);
  margin: auto;
  padding: 0.3em;
  margin-top: 0.5em;
}
#top #goods .stamp-wrap {
  width: calc(96% - 0em);
  max-width: 1000px;
  margin: 2em auto;
}
#top #goods .stamp-wrap img {
  margin-bottom: 2em;
}
#top #goods .stamp-wrap p {
  margin-bottom: 1em;
}
#top #goods .stamp-wrap p b {
  font-size: 1.1em;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 0.3em;
}
#top #goods .stamp-wrap h3 {
  color: #000037;
  background-color: #fff;
  padding: 0.5em 1.5em;
  text-align: center;
  width: fit-content;
  margin: auto;
  border-radius: 2em;
  margin-top: 3em;
  margin-bottom: 1em;
  font-weight: 600;
  min-width: 260px;
}
#top #goods .stamp-wrap h4 {
  text-align: center;
  font-size: 1.2em;
  font-weight: 600;
  margin: 1em auto;
  color: #fff;
}
#top #goods .food-wrap {
  width: calc(96% - 0em);
  max-width: 1000px;
  margin: 2em auto;
}
#top #goods .goods-readme {
  width: calc(90% - 4em);
  max-width: 900px;
  margin: auto;
  background-color: #fff;
  padding: 2em;
  color: #000037;
  margin-bottom: 4em;
}
#top #goods .goods-readme ul li {
  border-top: 1px solid #ddd;
  padding: 1em 0.5em;
}
#top #goods .goods-notes {
  padding: 2em;
  border: solid 1px #fff;
  text-align: left;
  max-width: 900px;
  margin: 40px auto;
  width: calc(90% - 4em);
  background-color: rgba(0, 0, 55, 0.7);
}
#top #goods .goods-notes .flex-box {
  display: flex;
}
#top #goods .goods-notes .flex-box .text {
  width: calc(65% - 2em);
  margin-right: 2em;
}
#top #goods .goods-notes .flex-box .img {
  width: 35%;
}
#top #goods .link-btn {
  margin-top: 80px;
}
#top #attention {
  background: rgba(92, 0, 136, 0.4);
  padding: 1em 0;
}
#top #attention .covid‑19 {
  color: #fff;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 2em;
}
#top #attention .covid‑19 a {
  color: #fff;
  text-decoration: underline;
}
#top #news {
  background: rgba(0, 0, 55, 0.7);
  padding: 120px 0;
}
#top #news .news-box {
  margin: 40px auto 0;
  max-width: 900px;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
}
#top #news .news-box li {
  color: #fff;
  border-top: solid 1px #fff;
  padding: 1em;
  text-align: center;
  position: relative;
}
#top #news .news-box li span {
  display: block;
}
#top #news .news-box li:first-child {
  border-top: 0px;
}
#top #news .news-box li a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#top #news .news-box li a:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
#top #news p {
  color: #fff;
  text-align: center;
  margin-top: 1.5em;
}
#top #news p a {
  color: #ffdf00;
  text-decoration: underline;
}
#top .common-bt {
  width: 280px;
  display: block;
  margin: 2em auto;
  background-color: #fff;
  height: 3em;
  border-radius: 2em;
  border: solid 1px #000;
  cursor: pointer;
}
#top .common-bt span {
  color: #000;
  font-size: 1.1em;
}
#top .common-bt.white {
  background-color: #fff;
}
#top .common-bt.white span {
  color: #947842;
}
#top .common-bt:hover {
  opacity: 0.8;
}
#top #popup {
  position: fixed;
  z-index: 5;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 56, 0.5);
  display: none;
}
#top #popup .youtube {
  width: 100%;
  aspect-ratio: 16/9;
  max-width: 500px;
  margin: 2em auto;
}
#top #popup .youtube iframe {
  width: 100%;
  height: 100%;
}
#top #popup .p-close {
  position: fixed;
  z-index: 5;
  right: 10px;
  top: 10px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.4));
  transition-duration: 0.3s;
  background: #e85a24;
  border-radius: 52px;
  border: solid 5px #e85a24;
}
#top #popup .p-close:hover {
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0));
}
#top #popup .popup-in {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 768px;
  border: solid 4px #2E529E;
  background: #fff;
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.4));
  padding: 1em;
  width: calc(90% - 2em - 8px);
  border-radius: 8px;
}
#top #popup .popup-in .popup-box {
  display: none;
}
#top #popup .popup-in .popup-box img {
  margin-bottom: 1em;
}
#top #popup .popup-in a {
  max-width: 280px;
  margin: auto;
  display: block;
  padding: 1em;
  width: calc(100% - 2em);
  background: #2E529E;
  color: #fff;
  text-align: center;
  transition-duration: 0.3s;
  border: solid 2px #2E529E;
}
#top #popup .popup-in a:hover {
  color: #2E529E;
  background: #fff;
}
#top footer {
  padding: 4em 0 5em;
  width: 100%;
  background-color: #fff;
  background-size: 80px;
  position: relative;
  z-index: 0;
}
#top footer .logo {
  width: 100%;
  max-width: 400px;
  margin: auto;
  margin-bottom: 1.5em;
}
#top footer .bnrs {
  width: 100%;
  max-width: 620px;
  margin: auto;
  display: flex;
}
#top footer .bnrs .bnr {
  margin: 0.5em;
  width: 100%;
}
#top footer .bnrs .bnr:hover {
  opacity: 0.8;
}
#top footer .bnrs .bnr.bnr2 {
  position: relative;
  display: block;
}
#top footer .bnrs .bnr.bnr2:after {
  content: "＼少年探偵SCRAP団（FC）についてはこちら／";
  position: absolute;
  display: block;
  bottom: 100%;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 0.8em;
  text-align: center;
}
#top footer .footer-sns {
  width: 100%;
  max-width: 300px;
  display: flex;
  justify-content: space-evenly;
  margin: 1.5em auto;
}
#top footer .footer-sns a {
  display: block;
  width: 60px;
}
#top footer .footer-sns a:hover {
  opacity: 0.8;
}
#top footer .copyright {
  text-align: center;
  color: #000;
  font-size: 10px;
  margin-top: 5em;
}

@media screen and (max-width: 767px) {
  #teaser header {
    padding: 0;
  }
  #teaser header .visual {
    box-shadow: none;
  }
  #teaser #announce {
    padding: 1em 0;
  }
  #teaser #announce .announce {
    width: 90%;
  }
  #teaser #announce .copy {
    padding: 10em 0 4em;
  }
  #teaser #announce .copy .text {
    font-size: 1.1em;
  }
  #teaser #message .message-wrap {
    flex-direction: column;
  }
  #teaser #message .message-wrap .message-block {
    margin: auto;
    margin-bottom: 1em;
  }
  #teaser #about-scrap .about-rdg {
    flex-direction: column-reverse;
  }
  #teaser #about-scrap .about-rdg .left {
    width: 100%;
  }
  #teaser #about-scrap .about-rdg .left button {
    margin-left: auto;
    margin-right: auto;
  }
  #teaser #about-scrap .about-rdg .right {
    width: 100%;
    margin-bottom: 1em;
  }
  #teaser footer .bnrs {
    flex-direction: column;
  }
  #teaser footer .bnrs .bnr {
    margin: 0.5em auto;
    width: calc(100% - 1em);
    max-width: 300px;
  }

  .gli .modaal-container {
    max-width: 100vw;
    overflow: hidden;
  }
  .gli .modaal-inner-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 540px) {
  #top #menu-bt {
    max-width: 100px;
  }
  #top #close {
    max-width: 100px;
  }
  #top #menu {
    background-size: 100%;
  }
  #top #sns {
    max-width: 90px;
  }
  #top .sec-head {
    max-width: 500px;
    margin: 0 auto 40px;
  }
  #top .main-v {
    margin-bottom: 35%;
  }
  #top #about .bnr-box {
    margin: 40px auto;
  }
  #top #about .about-link-box {
    margin: 40px auto;
    flex-direction: column;
  }
  #top #about .about-link-box .about-link-item {
    width: 90%;
    margin-bottom: 20px;
    max-width: 320px;
  }
  #top #about .about-link-box .about-link-item:last-of-type {
    margin-bottom: 0;
  }
  #top #about .point {
    flex-wrap: wrap;
    justify-content: center;
    max-width: 420px;
  }
  #top #about .point .point-icon {
    font-size: 0.8rem;
    max-width: 115px;
    margin-bottom: 0.5em;
  }
  #top .link-box {
    flex-direction: column;
    margin: 0 auto 40px;
  }
  #top .link-box .link-item {
    width: 100%;
    max-width: 280px;
    margin: 1em auto;
  }
  #top #story {
    margin: 80px auto;
  }
  #top #story p {
    margin-bottom: 3em;
  }
  #top #story p:last-child {
    margin-bottom: 0;
  }
  #top #chara .sl-chara {
    overflow-x: scroll;
  }
  #top #chara .sl-chara ul {
    width: 150%;
    padding: 1em;
    padding-bottom: 2em;
  }
  #top #chara .chara-view {
    padding: 60px 0 40px;
  }
  #top #chara .chara-view .chara-box {
    flex-direction: column;
    position: relative;
  }
  #top #chara .chara-view .chara-box .col-l {
    width: 47%;
    min-width: 200px;
    position: absolute;
    top: 20%;
  }
  #top #chara .chara-view .chara-box .col-r {
    width: 100%;
  }
  #top #chara .chara-view .chara-box .col-r .chara-name {
    padding-bottom: 280px;
  }
  #top #play {
    margin-top: 40px;
  }
  #top #cm {
    margin-top: 40px;
  }
  #top #event {
    margin: 80px auto;
    padding: 40px 0 20px;
  }
  #top #event .event-head {
    margin: 40px auto 20px;
  }
  #top #event table tr td,
#top #event table tr th {
    width: calc(33.3% - 0.5em - 2px);
    padding: 1em 0.25em;
  }
  #top #event .event-desc {
    flex-direction: column;
  }
  #top #event .event-desc .col-l {
    width: 100%;
    max-width: 280px;
    margin: auto;
    margin-bottom: 2em;
  }
  #top #event .event-desc .col-r {
    width: 100%;
  }
  #top #event .link-btn {
    margin: 40px auto;
  }
  #top #event #ticket .ticket-box .ticket-head span {
    padding-bottom: 40px;
  }
  #top #event #ticket .ticket-box .ticket-head::after {
    width: 230px;
  }
  #top #event #ticket .ticket-box .ticket-head.extra:before {
    width: 90px;
    height: 90px;
    top: -30px;
    left: initial;
    right: 0px;
  }
  #top #goods {
    margin-bottom: 80px;
  }
  #top #goods .link-btn {
    margin-top: 40px;
  }
  #top #news {
    padding: 60px 0;
  }

  #readme .readme-block table {
    border: none;
  }
  #readme .readme-block table tr {
    margin-bottom: 1em;
    display: block;
  }
  #readme .readme-block table th {
    display: block;
    text-align: center;
    padding: 1em;
  }
  #readme .readme-block table td {
    display: block;
  }
  #readme .readme-block table td.judge {
    background-color: #53537c;
    color: #fff;
    text-align: center;
  }

  #top footer .bnrs {
    flex-direction: column;
  }
  #top footer .bnrs .bnr {
    margin: auto;
    margin-bottom: 2em;
  }
}
/*=========ticketapi===========*/
.ticketWrap {
  margin: 0 auto;
  padding: 20px 3% 20px 3%;
  position: relative;
  width: 94%;
  transition: height 0.7s;
}

.ticketWrap .naviBox {
  height: 80px;
  margin: 0;
  padding: 0 0 0 0;
  overflow: hidden;
}

.ticketWrap .naviBox .prevBtn {
  width: 50px;
  height: 80px;
  background: #0e1956;
  z-index: 5;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  position: absolute;
  top: 20px;
  left: 0%;
}

.ticketWrap .naviBox .prevBtn:after {
  content: "";
  width: 12px;
  height: 12px;
  border: 0;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  margin: -8px 0 0 -3px;
  position: absolute;
}

.ticketWrap .naviBox .nextBtn {
  width: 50px;
  height: 80px;
  background: #0e1956;
  z-index: 5;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 0%;
}

.ticketWrap .naviBox .nextBtn:after {
  content: "";
  width: 12px;
  height: 12px;
  border: 0;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: -8px 0 0 -10px;
  position: absolute;
}

.ticketWrap .naviBox .prevBtn:hover,
.ticketWrap .naviBox .nextBtn:hover {
  opacity: 0.7;
}

.ticketWrap .naviBox .prevBtn span,
.ticketWrap .naviBox .nextBtn span {
  display: none;
}

.ticketWrap .naviBox .comm {
  width: 100%;
  top: 25px;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  position: relative;
  display: none;
}

.ticketWrap .naviBox ul {
  background: rgba(0, 0, 0, 0.2);
  height: 80px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: scroll;
  overflow-scrolling: touch;
  width: 100%;
  margin: 0;
  padding: 0;
  z-index: 3;
  position: relative;
}

.ticketWrap .naviBox ul::-webkit-scrollbar {
  height: 0;
}

.ticketWrap .naviBox ul li {
  margin: 0 2px 0 0;
  position: relative;
  cursor: pointer;
  opacity: 0.85;
}

.ticketWrap .naviBox ul li .scheduleBox {
  background: #ffffff;
  display: block;
  width: 80px;
  height: 80px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  color: #676767;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.ticketWrap .naviBox ul li.cr {
  opacity: 1;
}

.ticketWrap .naviBox ul li.cr .scheduleBox {
  background: #fbe663;
}

.ticketWrap .naviBox ul li .scheduleBox:hover {
  opacity: 0.7;
}

.ticketWrap .naviBox ul li .scheduleBox .date {
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  top: 28px;
}

.ticketWrap .naviBox ul li .scheduleBox .state {
  bottom: 10px;
  width: 100%;
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
  color: #676767;
  margin-top: 10px;
}

.ticketWrap .naviBox ul li .scheduleBox .state span {
  font-size: 10px;
  font-weight: 500;
}

.ticketWrap .naviBox ul li .scheduleBox.present .state span {
  color: #32b16c;
}

.ticketWrap .naviBox ul li .scheduleBox.present .state span:before {
  content: "○";
}

.ticketWrap .naviBox ul li .scheduleBox.sold .state {
  color: #9d9d9d;
}

.ticketWrap .naviBox ul li .scheduleBox.sold .state span:before {
  content: "✕";
}

.ticketWrap .naviBox ul li .scheduleBox.few .state {
  color: #960b0b;
}

.ticketWrap .naviBox ul li .scheduleBox.few .state span:before {
  content: "△";
}

.ticketWrap .detailsWrap {
  overflow: hidden;
  opacity: 1;
  transition: opacity 0.7s 0.2s;
}

.ticketWrap .detailsWrap.loading {
  opacity: 0;
  transition-duration: 0s;
  transition-delay: 0s;
}

.ticketWrap .detailsBox .tit {
  margin: 0;
  padding: 20px 0 20px 0;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #d2af4f;
  font-weight: 500;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.ticketWrap .detailsBox .tit p {
  margin-bottom: 0;
}

.ticketWrap .detailsBox .tit .tit01 {
  font-size: 25px;
  margin-right: 5px;
  padding-bottom: 2px;
}

.ticketWrap .detailsBox .details {
  background: #0e1956;
  padding: 2%;
}
.ticketWrap .detailsBox .details h4:after {
  display: none;
}

.ticketWrap .detailsBox .details h4 {
  margin: 0 0 0 0;
  padding: 0 0 5px 0;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 1;
  border-bottom: 2px solid #bfbfbf;
  position: relative;
}

.ticketWrap .detailsBox .details a.scrap {
  position: absolute;
  top: 0;
  right: 0;
  padding-right: 15px;
  color: #0e70bb;
  font-size: 15px;
}

.ticketWrap .detailsBox .details .no_events {
  text-align: center;
  margin: 50px auto;
  opacity: 0.5;
}

/*===================sp=*/
@media screen and (max-width: 860px) {
  .ticketWrap .naviBox ul li .scheduleBox:hover {
    opacity: 1;
  }

  .ticketWrap .detailsBox .details h4 {
    margin: 0 0 0 0;
    padding: 0 0 5px 0;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 1;
    border-bottom: 2px solid #bfbfbf;
    position: relative;
    line-height: 2;
  }

  .ticketWrap .detailsBox .details a.scrap {
    position: relative;
    right: 0;
    text-align: right;
  }

  .ticketWrap .naviBox .prevBtn:hover,
.ticketWrap .naviBox .nextBtn:hover {
    opacity: 1;
  }
}
/*====================*/
.ticketWrap .detailsBox .details a.scrap:after {
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #0e70bb;
  border-right: solid 2px #0e70bb;
  top: 50%;
  right: 0;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: -5px 0 0 0px;
  position: absolute;
}

.ticketWrap .detailsBox .details a.scrap:hover {
  text-decoration: none;
  opacity: 0.7;
}

.ticketWrap .detailsBox .details ul {
  /*
  						margin-left: -15px;
  						margin-right: -15px;
  						list-style: none;
  						display: block;
  						margin: 0 -5px;
  						padding: 0;
  						margin-bottom: 50px;
  */
  width: 102%;
  list-style: none;
  display: block;
  margin-bottom: 50px;
  margin-top: 2%;
}

.ticketWrap .detailsBox .details ul:before,
.ticketWrap .detailsBox .details ul:after {
  content: " ";
  display: table;
}

.ticketWrap .detailsBox .details ul:after {
  clear: both;
}

.ticketWrap .detailsBox .details ul li {
  /*
  						position: relative;
  						float: left;
  						width: 23%;
  						min-height: 1px;
  						padding-left: 15px;
  						padding-right: 15px;
  						padding: 0 0 0 5px;
  						margin: 15px 10px 0 0;
  */
  position: relative;
  float: left;
  width: 23%;
  min-height: 1px;
  margin-right: 2%;
  margin-top: 2%;
}

/*===================sp=*/
@media screen and (max-width: 860px) {
  .ticketWrap .detailsBox .details ul li {
    position: relative;
    float: left;
    width: 94%;
    min-height: 1px;
    padding-left: 3%;
    padding-right: 3%;
    margin: 15px auto 0 auto;
  }

  .ticketWrap .detailsBox .details a.scrap:hover {
    text-decoration: none;
    opacity: 1;
  }
}
/*====================*/
.ticketWrap .detailsBox .details ul li .scheduleBox {
  position: relative;
  padding: 1em 8%;
  background: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 1;
  color: #ffffff;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}

.ticketWrap .detailsBox .details ul li .scheduleBox a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  color: #ffffff;
}

.ticketWrap .detailsBox .details ul li .scheduleBox .time {
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  margin-right: 10px;
}

.ticketWrap .detailsBox .details ul li .scheduleBox .state {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  /* 							margin-left: 10px; */
}

.ticketWrap .detailsBox .details ul li .scheduleBox:hover {
  opacity: 0.7;
}

.ticketWrap .detailsBox .details ul li .scheduleBox.present {
  background: #32b16c;
}

.ticketWrap .detailsBox .details ul li .scheduleBox.present .state span:before {
  content: "○";
}

.ticketWrap .detailsBox .details ul li .scheduleBox.sold {
  background: #969696;
}

.ticketWrap .detailsBox .details ul li .scheduleBox.sold .state span:before {
  content: "✕";
}

.ticketWrap .detailsBox .details ul li .scheduleBox.few {
  background: #960b0b;
}

.ticketWrap .detailsBox .details ul li .scheduleBox.few .state span:before {
  content: "△";
}

.ticketWrap .detailsBox .details ul li .scheduleBox.remaining {
  color: #f84141;
}

.ticketWrap .detailsBox .details .buyWrap {
  width: 100%;
  margin: 20px auto 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.ticketWrap .detailsBox .details .buyWrap .ticketBox {
  width: 48%;
}

/*===================sp=*/
@media screen and (max-width: 860px) {
  .ticketWrap .detailsBox .details .buyWrap {
    width: 100%;
    margin: 20px auto 0 auto;
    display: block;
  }

  .ticketWrap .detailsBox .details .buyWrap .ticketBox {
    width: 100%;
    margin: 0 0 0 0;
  }

  .ticketWrap .detailsBox .details ul li .scheduleBox:hover {
    opacity: 1;
  }
}
/*====================*/
.ticketWrap .detailsBox .details .ticketBox {
  margin-left: -15px;
  margin-right: -15px;
  margin: 0 -7px 0 -7px;
}

.ticketWrap .detailsBox .details .ticketBox:before,
.ticketWrap .detailsBox .details .ticketBox:after {
  content: " ";
  display: table;
}

.ticketWrap .detailsBox .details .ticketBox:after {
  clear: both;
}

.ticketWrap .detailsBox .details .ticketBox .ticketItem {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 0 15px;
  padding: 0 7px 0 7px;
}

.ticketWrap .detailsBox .details .ticketBox .ticket-item:last-child {
  margin-bottom: 0;
}

.ticketWrap .detailsBox .details .ticketBox .ticketItem:nth-of-type(2n) + div.ticketItem {
  clear: left;
}

.ticketWrap .detailsBox .details .ticketBox .ticketItem p {
  font-size: 10px;
  margin: 0;
}

.ticketWrap .detailsBox .details .ticketBox .ticketItem a.ticket {
  display: block;
  margin: 0 0 15px 0;
  padding: 10px 2% 10px 2%;
  width: 96%;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  border: none;
  background: #ffffff;
}

.ticketWrap .detailsBox .details .ticketBox .ticketItem a.ticket:hover {
  opacity: 0.7;
}

.ticketWrap .detailsBox .details .ticketBox .ticketItem a.ticket.scrap {
  background: #f34f49;
}

.ticketWrap .detailsBox .details .ticketBox .ticketItem a.ticket.scrap:hover {
  opacity: 0.7;
}

.ticketWrap .detailsBox .details .ticketBox .ticketItem a.ticket.eplus {
  background: #e85298;
}

.ticketWrap .detailsBox .details .ticketBox .ticketItem a.ticket.eplus:hover {
  opacity: 0.7;
}

.ticketWrap .detailsBox .details .ticketBox .ticketItem a.ticket.pia {
  background: #36c;
}

.ticketWrap .detailsBox .details .ticketBox .ticketItem a.ticket.pia:hover {
  opacity: 0.7;
}

.ticketWrap .detailsBox .details .ticketBox .ticketItem a.ticket.lawson {
  background: #1a9fdd;
}

.ticketWrap .detailsBox .details .ticketBox .ticketItem a.ticket.lawson:hover {
  opacity: 0.7;
}

._scheduler_container ._description_container ._description_item {
  padding: 0 0.7em;
}

._scheduler_container ._scheduler_event_wrapper ._scheduler_event_timeBox_text ._timeBox_symbol {
  margin: initial !important;
}

/*===================sp=*/
@media screen and (max-width: 860px) {
  .ticketWrap .detailsBox .details .ticketBox .ticketItem a.ticket:hover,
.ticketWrap .detailsBox .details .ticketBox .ticketItem a.ticket.scrap:hover,
.ticketWrap .detailsBox .details .ticketBox .ticketItem a.ticket.eplus:hover,
.ticketWrap .detailsBox .details .ticketBox .ticketItem a.ticket.pia:hover,
.ticketWrap .detailsBox .details .ticketBox .ticketItem a.ticket.lawson:hover {
    opacity: 1;
  }
}
/*====================*/

/*# sourceMappingURL=style.css.map */
