@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
}

body {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "Noto Sans JP", sans-serif;
}

main {
  width: 100%;
}

.img {
  vertical-align: bottom;
}

#lions_2021 .only-sp {
  display: none !important;
}

#lions_2021 .only-pc {
  display: block !important;
}

#lions_2021 .accodion-menu {
  margin-top: 60px;
}

#lions_2021 .accodion-menu dt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 60px;
  line-height: 50px;
  cursor: pointer;
  background: #202a44;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

#lions_2021 .accodion-menu dt .title {
  color: #fff;
  padding-left: 20px;
  font-size: 20px;
  font-weight: bold;
}

#lions_2021 .accodion-menu dt .btn {
  padding-right: 24px;
  width: 20px;
  height: 20px;
  background-size: contain;
  background: url(../img/btn-minus.svg) no-repeat;
}

#lions_2021 .accodion-menu dt.active .btn {
  background: url(../img/btn-plus.svg) no-repeat;
}

#lions_2021 .accodion-menu dd {
  border: solid 2px #d6d6d6;
  padding: 32px 16px;
  display: none;
  background: #fff;
}

#lions_2021 .accodion-menu h4 {
  line-height: 1.5;
  color: #9d2235;
  font-size: 20px;
  margin-top: 40px;
}

#lions_2021 .accodion-menu h4:first-child {
  margin-top: 0;
}

#lions_2021 ul.list {
  padding-left: 1rem;
}

#lions_2021 ul.list > li {
  color: #202a44;
  padding-left: 1em;
  text-indent: -1em;
  list-style: none;
  padding-bottom: 16px;
}

#lions_2021 ul.list > li::before {
  content: "■";
  margin-left: -1em;
  float: left;
  line-height: 30px;
}

#lions_2021 ul.list > li.nolist {
  padding-left: 0;
}

#lions_2021 ul.list > li.nolist::before {
  content: "";
  margin-left: 0;
}

#lions_2021 ul.list > li .list-title {
  float: left;
  padding-right: 1em;
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
}

#lions_2021 ul.list > li .list-caution {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.43;
  clear: both;
}

#lions_2021 ul.list > li .list-row {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.63;
  clear: both;
}

#lions_2021 ul.list > li:last-child {
  padding-bottom: 0;
}

#lions_2021 ul.list > li .note {
  padding-left: 1.2em;
}

#lions_2021 ul.list > li .note::before {
  content: "※";
  margin-left: -1.2em;
}

#lions_2021 .key-visual {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  display: block;
}

#lions_2021 .contents {
  width: 800px;
  margin: auto;
}

#nav-dummy-bg {
  height: 60px;
  width: 100%;
  background: #081035;
}

#navigation {
  background-color: rgba(32, 42, 68, 0.75);
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
}

#navigation .logo {
  height: 60px;
}

#navigation .logo img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

#navigation .nav-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 980px;
  height: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

#navigation .navigation-list {
  list-style: none;
}

#navigation .navigation-list > li {
  display: inline-block;
}

#navigation .navigation-list > li > a {
  text-decoration: none;
  font-style: italic;
  font-size: 16px;
  font-weight: bold;
  padding: 0 4px;
  color: #fff;
}

#navigation .navigation-list > li > a:hover {
  opacity: 0.8;
}

#key_visual h2 {
  background: url(../img/key-visual-h2.png);
  height: 67px;
  line-height: 66px;
  color: #fff;
  text-align: center;
  font-size: 19px;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

#key_visual h2 img {
  height: 23px;
}

#key_visual h3 {
  text-align: center;
  margin: 0;
  padding: 10px 0;
  color: #fff;
  width: 100%;
  font-size: 130%;
  background-color: orangered;
}

#how_to_play {
  padding-top: 80px;
  background-color: #fff;
  background-image: url(../img/pc_background02.png);
}

#how_to_play .mask01 {
  width: 100%;
}

#how_to_play .mask02 {
  width: 100%;
  height: 237px;
  display: block;
}

#how_to_play h2 img {
  margin: 0 auto;
  width: 364px;
  display: block;
}

#how_to_play .desc {
  margin-top: 50px;
  font-size: 20px;
  line-height: 34px;
  font-weight: bold;
  color: #202a44;
}

#how_to_play .step_list {
  margin-top: 103px;
  margin-bottom: 10px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  list-style: none;
}

#how_to_play .step_list .step_item {
  margin-top: 65px;
  width: 380px;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 106, 198, 0)), color-stop(50%, #006ac6));
  background: -webkit-linear-gradient(top, rgba(0, 106, 198, 0) 50%, #006ac6 50%);
  background: linear-gradient(top, rgba(0, 106, 198, 0) 50%, #006ac6 50%);
}

#how_to_play .step_list .step_item:nth-child(-n + 2) {
  margin-top: 0;
}

#how_to_play .step_list .step_item .step_num {
  width: 188px;
  position: absolute;
  top: -45px;
  left: -10px;
}

#how_to_play .step_list .step_item .step_img {
  width: 100%;
  vertical-align: middle;
}

#how_to_play .step_list .step_item .step_desc {
  width: 100%;
}

#how_to_play .step_list .step_item .step_desc p {
  padding: 10px 10px 10px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}

#story {
  background: #202a44;
  padding-top: 25px;
  padding-bottom: 45px;
  background-image: url(../img/bg-story-pc.png);
  background-size: 1600px;
  background-position: center bottom;
  background-repeat: no-repeat;
}

#story h2 img {
  margin: 0 auto;
  width: 364px;
  display: block;
}

#story h3 img {
  margin-top: 40px;
  width: 100%;
  display: block;
}

#story p {
  color: #fff;
  margin-top: 50px;
  font-size: 20px;
  line-height: 34px;
  font-weight: bold;
  text-align: center;
}

#special {
  background-color: #fff;
  background-image: url(../img/pc_background02.png);
}

#special .mask01 {
  width: 100%;
  height: 241px;
}

#special .mask02 {
  width: 100%;
  height: 237px;
  display: block;
}

#special .inner {
  margin-top: -8px;
}

#special .inner h2 img {
  margin: 0 auto;
  width: 364px;
  display: block;
}

#special .inner h3 img {
  margin: 40px auto 0;
  width: 100%;
  display: block;
}

#special .inner .desc-area {
  margin-top: 40px;
}

#special .inner .desc-area p {
  margin-top: 20px;
  font-size: 20px;
  line-height: 34px;
  font-weight: bold;
  color: #202a44;
}

#special .inner .desc-area p:first-child {
  margin-top: 0;
}

#special .inner .desc-area ul {
  margin-top: 20px;
  list-style: none;
}

#special .inner .desc-area ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#special .inner .desc-area ul li p {
  margin-top: 0;
}

#special .inner .desc-area h4 {
  font-size: 26px;
  line-height: 40px;
  font-weight: bold;
  color: #202a44;
}

#special .inner .desc-area .player {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

#special .inner .desc-area .player .tag {
  margin-top: 20px;
  width: 100%;
}

#special .inner .desc-area .player .player_name {
  margin-top: 0;
  margin-left: 5px;
}

#special .inner .video {
  margin-top: 40px;
  width: 800px;
  height: 450px;
}

#special .inner .caution {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 10px;
  padding: 16px;
  border: solid 2px #c7c7c7;
  background-color: #f7f7f7;
}

#special .inner .caution-list > li {
  color: #202a44;
  padding-left: 1em;
  text-indent: -1em;
  list-style: none;
  font-size: 14px;
  line-height: 1.57;
}

#special .inner .caution-list > li::before {
  content: "※";
  line-height: 1.57;
}

#nazo {
  padding: 40px 0;
  background: #202a44;
}

#nazo .nazo-img {
  width: 100%;
  vertical-align: middle;
}

#nazo #nazo-answer {
  padding: 0 20px;
  width: 100%;
  height: 60px;
  border: solid 2px #125137;
  background-color: #082619;
  font-size: 20px;
  line-height: 60px;
  font-weight: bold;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
  outline: none;
  border-radius: 0;
  -webkit-appearance: none;
}

#nazo #btn-answer img {
  width: 100%;
  vertical-align: middle;
}

#nazo .hint-area {
  margin-top: 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#nazo .hint-area .accodion-menu {
  margin: 0;
  width: 32%;
}

#nazo .hint-area .accodion-menu dt {
  background-color: #125137;
}

#nazo .hint-area .accodion-menu dt .arrow {
  margin-right: 20px;
  width: 16px;
  height: 14px;
  background-image: url(../img/arrow.png);
  background-size: contain;
}

#nazo .hint-area .accodion-menu dt.active .arrow {
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

#nazo .hint-area .accodion-menu:first-child {
  margin-top: 0;
}

#nazo .hint-area .accodion-menu dd {
  border: solid 6px #125137;
  border-top: none;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: bold;
  color: #125137;
}

#news {
  background-color: #fff;
  background-image: url(../img/pc_background02.png);
}

#news .mask01 {
  width: 100%;
  height: 241px;
}

#news .mask02 {
  width: 100%;
  height: 237px;
  display: block;
}

#news h2 img {
  margin: 0 auto;
  width: 364px;
  display: block;
}

#news .news-list {
  width: 100%;
  margin-top: 52px;
  list-style: none;
}

#news .news-list > li {
  color: #f7cb50;
  font-size: 16px;
  font-weight: bold;
  padding: 18px 0;
  width: 100%;
  border-bottom: dashed 1px #202a44;
}

#news .news-list > li:first-child {
  padding-top: 0;
}

#news .news-list > li .date {
  width: 100%;
}

#news .news-list > li .title {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#news .news-list > li a {
  color: #202a44;
}

#event {
  background: #202a44;
}

#event .inner {
  padding: 60px 0 57px;
}

#event h2 img {
  margin: 0 auto;
  width: 364px;
  display: block;
}

#event h3 {
  font-size: 24px;
  font-weight: bold;
  color: white;
  border: solid 2px white;
  background-color: #006ac6;
  text-align: center;
  height: 80px;
  line-height: 80px;
  margin-top: 40px;
}

#event h4 {
  text-align: center;
  font-size: 24px;
  color: #9d2235;
}

#event .info {
  background: white;
  padding: 32px 24px;
}

#event .info-list {
  padding-left: 1rem;
}

#event .info-list > li {
  color: #202a44;
  padding-left: 1em;
  text-indent: -1em;
  list-style: none;
  padding-bottom: 16px;
  line-height: 30px;
  font-weight: bold;
}

#event .info-list > li .notice {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}

#event .info-list > li::before {
  content: "■";
  margin-left: -1em;
  float: left;
  line-height: 30px;
}

#ticket,
#faq-area {
  background-image: url(../img/pc_background02.png);
}

#ticket img,
#faq-area img {
  display: block;
}

#ticket .mask05,
#faq-area .mask05 {
  width: 100%;
  height: 237px;
}

#ticket .mask06,
#faq-area .mask06 {
  width: 100%;
  height: 237px;
}

#ticket h2 img,
#faq-area h2 img {
  margin: 0 auto;
  width: 364px;
  display: block;
}

#ticket h3,
#faq-area h3 {
  margin-top: 40px;
}

#ticket .list,
#faq-area .list {
  margin-top: 24px;
}

#ticket .btn-purchase-kit,
#faq-area .btn-purchase-kit {
  display: block;
  margin-top: 24px;
}

#ticket .btn-purchase-kit img,
#faq-area .btn-purchase-kit img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}

#ticket .caution,
#faq-area .caution {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 16px;
  border: solid 2px #c7c7c7;
  background-color: #f7f7f7;
}

#ticket .caution-list > li,
#faq-area .caution-list > li {
  color: #202a44;
  padding-left: 1em;
  text-indent: -1em;
  list-style: none;
  font-size: 14px;
  line-height: 1.57;
}

#ticket .caution-list > li::before,
#faq-area .caution-list > li::before {
  content: "※";
  line-height: 1.57;
}

#ticket .caution-covid,
#faq-area .caution-covid {
  padding: 32px;
  margin-top: 60px;
}

#ticket .caution-covid h4,
#faq-area .caution-covid h4 {
  color: #9d2235;
  line-height: 1.95;
  text-align: center;
  font-size: 22px;
}

#ticket .caution-covid-list,
#faq-area .caution-covid-list {
  margin-top: 32px;
}

#ticket .caution-covid-list > li,
#faq-area .caution-covid-list > li {
  color: #202a44;
  padding-left: 1em;
  text-indent: -1em;
  list-style: none;
  font-size: 14px;
  line-height: 1.57;
  padding-bottom: 24px;
}

#ticket .caution-covid-list > li::before,
#faq-area .caution-covid-list > li::before {
  content: "■";
  line-height: 1.57;
}

#ticket .caution-covid-list > li:last-child,
#faq-area .caution-covid-list > li:last-child {
  padding-bottom: 0;
}

#caution-list {
  margin-top: 20px;
  padding-left: 1em;
  list-style-type: disc;
  list-style-position: outside;
}

#caution-list li {
  color: #202a44;
  font-size: 16px;
  line-height: 1.57;
  padding-bottom: 24px;
}

#caution-list li:last-child {
  padding-bottom: 0;
}

#goods {
  background: #202a44;
}

#goods .inner {
  padding: 60px 0 57px;
}

#goods h2 img {
  margin: 0 auto;
  width: 364px;
  display: block;
}

#goods .top_desc {
  margin-top: 40px;
  font-size: 20px;
  line-height: 34px;
  font-weight: bold;
  color: #fff;
}

#goods .goods_list {
  margin-top: 40px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  list-style: none;
}

#goods .goods_list .goods_item {
  margin-top: 20px;
  margin-left: 20px;
  width: 253px;
  background-color: #006ac6;
}

#goods .goods_list .goods_item:nth-child(-n + 3) {
  margin-top: 0;
}

#goods .goods_list .goods_item:nth-child(3n + 1) {
  margin-left: 0;
}

#goods .goods_list .goods_item .item {
  width: 100%;
  position: relative;
}

#goods .goods_list .goods_item .item .goods-img {
  width: 100%;
  vertical-align: bottom;
}

#goods .goods_list .goods_item .item .btn-enlarge {
  width: 28px;
  height: 28px;
  position: absolute;
  bottom: 4px;
  right: 4px;
}

#goods .goods_list .goods_item .goods-desc {
  padding: 15px 15px;
}

#goods .goods_list .goods_item .goods-desc h4 {
  font-size: 24px;
  line-height: 38px;
  font-weight: bold;
  color: #fff;
}

#goods .goods_list .goods_item .goods-desc h5 {
  font-size: 24px;
  line-height: 38px;
  font-weight: bold;
  color: #f7cb50;
}

#goods .goods_list .goods_item .goods-desc h5 span {
  font-size: 16px;
}

#goods .goods_list .goods_item .goods-desc p {
  font-weight: normal;
  color: #fff;
}

#goods .goods_list .goods_item .goods-desc p:first-child {
  margin-top: 3px;
}

#goods .goods_list .goods_item .goods-desc .desc {
  margin-top: 8px;
  font-size: 16px;
  line-height: 22px;
}

#goods .goods_list .goods_item .goods-desc .size {
  margin-top: 15px;
  font-size: 14px;
  line-height: 20px;
}

#goods .day {
  margin-top: 40px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}

#goods .shop {
  margin-top: 20px;
  padding: 20px;
  width: 100%;
  display: inline-block;
  background-color: #f7cb50;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: solid 10px #bb9e4e;
}

#goods .shop p {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  color: #202a44;
}

#faq dd {
  padding: 30px 20px;
}

#faq dd .q {
  color: #006ac6;
  font-size: 19px;
  font-weight: bold;
  margin-top: 30px;
}

#faq dd .q:first-child {
  margin-top: 0;
}

#faq dd .a {
  margin-top: 12px;
  line-height: 1.63;
  font-size: 16px;
  color: #202a44;
}

#footer {
  background: #202a44;
  padding-top: 100px;
  padding-bottom: 40px;
}

#footer .meraka_go-area {
  padding: 20px;
  margin: 0 auto;
  width: 620px;
  background-color: #39445c;
  border: solid 2px #54627e;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#footer .meraka_go-area h3 {
  font-size: 20px;
  line-height: 34px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

#footer .meraka_go-area p {
  margin-top: 10px;
  font-size: 15px;
  color: #fff;
}

#footer .goto-seibu,
#footer .meraka_go-link {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #f0d286;
  text-align: center;
  text-decoration: none;
  display: block;
}

#footer .meraka_go-link {
  margin-top: 10px;
}

#footer .goto-seibu {
  margin-top: 50px;
}

#footer .banner-area {
  margin: 50px auto 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 620px;
}

#footer .banner-area .item {
  width: 300px;
  height: 80px;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
}

#footer .banner-area .item > img {
  width: 100%;
}

#footer .banner-area .item:last-child {
  margin-bottom: 0;
}

#footer .banner-area .link-area {
  border: solid 1px white;
  background-color: #4d4d4d;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-size: 14px;
}

#footer .info-companies {
  font-size: 15px;
  color: #fff;
  margin: 0 auto 36px;
}

#footer .info-companies th {
  font-weight: normal;
  text-align: right;
}

#footer .info {
  color: white;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.67;
  text-align: center;
  margin: auto;
}

#footer .info a {
  pointer-events: none;
  color: white;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.67;
  text-align: center;
  text-decoration: none;
  margin: auto;
}

#footer .mt-info {
  margin-top: 50px;
}

#footer .note {
  font-size: 13px;
  color: white;
  margin-top: 12px;
  text-align: center;
  padding-bottom: 32px;
}

#copyright {
  text-align: center;
  color: white;
  background-color: #9d2235;
  height: 40px;
  line-height: 40px;
  font-size: 12px;
}

.inner {
  margin: 0 auto;
  width: 800px;
}

h2 {
  position: relative;
}

h2 .link {
  position: absolute;
  top: -100px;
  left: 0;
}

@media (max-width: 576px) {
  #lions_2021 .only-sp {
    display: block !important;
  }
  #lions_2021 .only-pc {
    display: none !important;
  }
  #lions_2021 .contents {
    width: 100%;
    min-width: 350px;
    padding: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #lions_2021 ul.list > li {
    padding-bottom: 16px;
  }
  #lions_2021 ul.list > li::before {
    line-height: 1.6;
  }
  #lions_2021 ul.list > li .list-title {
    padding-right: 1em;
    font-weight: bold;
    font-size: 15px;
    line-height: 1.6;
  }
  #lions_2021 ul.list > li .list-caution {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.43;
  }
  #lions_2021 ul.list > li .list-row {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.63;
  }
  #lions_2021 ul.list_saikou > li::before {
    line-height: 1.4;
  }
  #lions_2021 ul.list_saikou > li .list-title {
    font-size: 14px;
  }
  #lions_2021 ul.list_saikou > li .sp-clear {
    padding-right: 0;
  }
  #lions_2021 ul.list_saikou .note .list-title {
    padding-right: 0;
  }
  #lions_2021 .accodion-menu {
    margin-top: 60px;
  }
  #lions_2021 .accodion-menu dt .title {
    color: #fff;
    padding-left: 20px;
    font-size: 20px;
    font-weight: bold;
  }
  #nav-dummy-bg {
    height: 50px;
  }
  #navigation {
    background-color: #202a44;
    height: 50px;
  }
  #navigation .logo {
    margin: 0 32px;
    height: 50px;
  }
  #navigation .logo img {
    display: block;
    width: 160px;
    height: 50px;
  }
  #navigation .nav-inner {
    width: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #navigation .menu-area-sp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  #btn_purchase_ticket_sp {
    display: block;
  }
  #btn_purchase_ticket_sp img {
    display: block;
    width: 100px;
    height: 50px;
  }
  #btn_menu_sp {
    display: block;
    width: 50px;
    height: 50px;
  }
  #btn_menu_sp img {
    display: block;
    -o-object-fit: contain;
       object-fit: contain;
    width: 50px;
    height: 50px;
  }
  #key_visual h2 {
    height: 112px;
  }
  #key_visual h2 img {
    height: 76px;
  }
  #how_to_play {
    padding-top: 60px;
  }
  #how_to_play h2 img {
    width: 100%;
  }
  #how_to_play .desc {
    margin-top: 40px;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    color: #202a44;
  }
  #how_to_play .mask02 {
    width: 100%;
    height: 68px;
    display: block;
  }
  #how_to_play .step_list {
    margin-top: 90px;
    margin-bottom: 40px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    list-style: none;
  }
  #how_to_play .step_list .step_item {
    margin-top: 70px;
    width: 100%;
    position: relative;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 106, 198, 0)), color-stop(50%, #006ac6));
    background: -webkit-linear-gradient(top, rgba(0, 106, 198, 0) 50%, #006ac6 50%);
    background: linear-gradient(top, rgba(0, 106, 198, 0) 50%, #006ac6 50%);
  }
  #how_to_play .step_list .step_item:first-child {
    margin-top: 0;
  }
  #how_to_play .step_list .step_item:nth-child(2) {
    margin-top: 70px;
  }
  #how_to_play .step_list .step_item .step_num {
    width: 49%;
    position: absolute;
    top: -11.45833vw;
    left: -2.60417vw;
  }
  #how_to_play .step_list .step_item .step_img {
    width: 100%;
  }
  #how_to_play .step_list .step_item .step_desc {
    width: 100%;
  }
  #how_to_play .step_list .step_item .step_desc p {
    padding: 10px 10px 10px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
  }
  #story {
    padding-top: 60px;
    padding-bottom: 20px;
    background-image: url(../img/bg-story-sp.png);
    background-size: 100%;
    background-position-y: bottom;
    background-repeat: no-repeat;
  }
  #story h2 img {
    width: 100%;
  }
  #story h3 img {
    margin-top: 40px;
    width: 100%;
  }
  #story p {
    margin-top: 40px;
    font-size: 16px;
    line-height: 24px;
    text-align: start;
  }
  #special {
    background-color: #fff;
    background-image: url(../img/pc_background02.png);
  }
  #special .mask01 {
    width: 100%;
    height: 145px;
  }
  #special .mask02 {
    margin-top: 40px;
    height: 68px;
  }
  #special .inner {
    margin-top: -20px;
  }
  #special .inner h2 img {
    width: 100%;
  }
  #special .inner h3 {
    min-width: 355px;
  }
  #special .inner h3 img {
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%;
  }
  #special .inner .desc-area {
    margin-top: 30px;
  }
  #special .inner .desc-area p {
    margin-top: 20px;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    color: #202a44;
  }
  #special .inner .desc-area p:first-child {
    margin-top: 0;
  }
  #special .inner .desc-area h4 {
    font-size: 20px;
    line-height: 32px;
    font-weight: bold;
    color: #202a44;
  }
  #special .inner .detail {
    margin-top: 30px;
    height: auto;
  }
  #special .inner .detail p {
    line-height: 24px;
    letter-spacing: 0.56px;
    width: auto;
    color: #202a44;
  }
  #special .inner .about-img {
    position: unset;
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%;
    margin-top: 30px;
  }
  #special .inner .video {
    margin-top: 40px;
    width: 100%;
    height: 53.32031vw;
  }
  #nazo {
    padding-top: 66px;
  }
  #nazo h2 img {
    width: 222px;
    height: 96px;
    -o-object-fit: contain;
       object-fit: contain;
    display: block;
  }
  #nazo #nazo-answer {
    padding: 0 5.20833vw;
    width: 100%;
    height: 18.22917vw;
    border: solid 0.52083vw #125137;
    background-color: #082619;
    font-size: 6.25vw;
    line-height: 17.1875vw;
    font-weight: bold;
    color: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    vertical-align: middle;
    outline: none;
    border-radius: 0;
    -webkit-appearance: none;
  }
  #nazo .hint-area {
    margin-top: 5.20833vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #nazo .hint-area .accodion-menu {
    margin-top: 3.90625vw;
    width: 100%;
  }
  #nazo .hint-area .accodion-menu:first-child {
    margin-top: 0;
  }
  #nazo .hint-area .accodion-menu dt {
    height: 10.41667vw;
  }
  #nazo .hint-area .accodion-menu dt .title {
    padding-left: 3.38542vw;
    font-size: 4.6875vw;
    line-height: 10.41667vw;
  }
  #nazo .hint-area .accodion-menu dt .arrow {
    margin-right: 2.60417vw;
    width: 4.16667vw;
    height: 3.64583vw;
  }
  #nazo .hint-area .accodion-menu dd {
    padding: 1.82292vw 2.60417vw;
    font-size: 3.64583vw;
    border: solid 0.78125vw #125137;
    border-top: none;
  }
  #nazo .news-list {
    height: 210px;
    width: 100%;
    list-style: none;
    overflow-y: scroll;
  }
  #nazo .news-list > li {
    color: #fff;
    font-size: 14px;
    padding: 18px 0;
    width: 95%;
    display: block;
  }
  #news {
    background-color: #fff;
    background-image: url(../img/pc_background02.png);
  }
  #news .mask01 {
    width: 100%;
    height: 68px;
  }
  #news .mask02 {
    width: 100%;
    height: 68px;
    display: block;
  }
  #news h2 img {
    margin: 0 auto;
    width: 100%;
    display: block;
  }
  #news .news-list {
    width: 100%;
    margin-top: 52px;
    list-style: none;
  }
  #news .news-list > li {
    color: #f7cb50;
    font-size: 14px;
    font-weight: bold;
    padding: 18px 0;
    width: 100%;
    border-bottom: dashed 1px #202a44;
  }
  #news .news-list > li:first-child {
    padding-top: 0;
  }
  #news .news-list > li .date {
    width: 100%;
  }
  #news .news-list > li .title {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  #news .news-list > li a {
    color: #202a44;
  }
  #event {
    background: #202a44;
    padding-bottom: 57px;
  }
  #event .inner {
    padding: 50px 2.60417vw 0;
  }
  #event h2 {
    width: 100%;
  }
  #event h2 img {
    width: 100%;
  }
  #event h3 {
    font-size: 16px;
    height: 56px;
    line-height: 56px;
  }
  #event h4 {
    font-size: 20px;
    letter-spacing: -0.4px;
  }
  #event .info {
    background: white;
    padding: 20px 10px;
  }
  #event .info-list > li {
    padding-bottom: 20px;
  }
  #event .info-list > li::before {
    line-height: 24px;
  }
  #event .info-list > li:last-child {
    padding-bottom: 0;
  }
  #event .info .list-title {
    font-size: 16px;
    line-height: 24px;
  }
  #event .info .list-title.sp-clear {
    clear: both;
  }
  #event .info .list-caution {
    line-height: 1.57;
  }
  #event .info .list-row {
    font-size: 15px;
    line-height: 1.67;
  }
  #ticket .mask05,
  #faq-area .mask05 {
    height: 65px;
  }
  #ticket .mask06,
  #faq-area .mask06 {
    margin-top: 50px;
    height: 100px;
  }
  #ticket h2,
  #faq-area h2 {
    margin-top: 40px;
    width: 100%;
    height: auto;
  }
  #ticket h2 img,
  #faq-area h2 img {
    width: 100%;
  }
  #ticket h3,
  #faq-area h3 {
    min-width: 355px;
  }
  #ticket h3 img,
  #faq-area h3 img {
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%;
  }
  #ticket .btn-purchase-kit,
  #faq-area .btn-purchase-kit {
    margin-top: 40px;
    min-width: 355px;
  }
  #ticket .limit-1row,
  #faq-area .limit-1row {
    font-size: 14px !important;
    letter-spacing: -0.5px;
  }
  #ticket .limit-1row-ext,
  #faq-area .limit-1row-ext {
    font-size: 10px !important;
  }
  #ticket .caution,
  #faq-area .caution {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 16px;
    border: solid 2px #c7c7c7;
    background-color: #f7f7f7;
  }
  #ticket .caution-list > li,
  #faq-area .caution-list > li {
    color: #202a44;
    padding-left: 1em;
    text-indent: -1em;
    list-style: none;
    font-size: 14px;
    line-height: 1.57;
  }
  #ticket .caution-list > li::before,
  #faq-area .caution-list > li::before {
    content: "※";
    line-height: 1.57;
  }
  #ticket .caution-covid,
  #faq-area .caution-covid {
    padding: 32px 10px;
  }
  #ticket .caution-covid h4,
  #faq-area .caution-covid h4 {
    line-height: 2.69;
    font-size: 16px;
    letter-spacing: -0.4px;
    margin: 0 -10px;
  }
  #ticket .caution-covid-list,
  #faq-area .caution-covid-list {
    margin-top: 16px;
  }
  #ticket .caution-covid-list > li,
  #faq-area .caution-covid-list > li {
    color: #202a44;
    padding-left: 1em;
    text-indent: -1em;
    list-style: none;
    font-size: 14px;
    line-height: 1.57;
    padding-bottom: 24px;
  }
  #ticket .caution-covid-list > li::before,
  #faq-area .caution-covid-list > li::before {
    content: "■";
    line-height: 1.57;
  }
  #ticket .caution-covid-list > li:last-child,
  #faq-area .caution-covid-list > li:last-child {
    padding-bottom: 0;
  }
  #goods {
    background: #202a44;
  }
  #goods .inner {
    padding: 60px 2.60417vw 57px;
  }
  #goods h2 img {
    margin: 0 auto;
    width: 100%;
    display: block;
  }
  #goods .top_desc {
    margin-top: 40px;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    color: #fff;
  }
  #goods .goods_list {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #goods .goods_list .goods_item {
    margin-top: 10px;
    margin-left: 0;
    width: calc(50% - 5px);
    background-color: #006ac6;
  }
  #goods .goods_list .goods_item:nth-child(-n + 2) {
    margin-top: 0;
  }
  #goods .goods_list .goods_item:nth-child(3) {
    margin-top: 10px;
  }
  #goods .goods_list .goods_item .item .btn-enlarge {
    width: 5.07812vw;
    height: 5.07812vw;
    position: absolute;
    bottom: 0.65104vw;
    right: 0.65104vw;
  }
  #goods .goods_list .goods_item .goods-desc {
    padding: 10px 10px;
  }
  #goods .goods_list .goods_item .goods-desc h4 {
    font-size: 20px;
    line-height: 28px;
  }
  #goods .goods_list .goods_item .goods-desc h5 {
    font-size: 18px;
    line-height: 30px;
  }
  #goods .goods_list .goods_item .goods-desc h5 span {
    font-size: 14px;
  }
  #goods .goods_list .goods_item .goods-desc .desc {
    margin-top: 2px;
    font-size: 14px;
    line-height: 20px;
  }
  #goods .goods_list .goods_item .goods-desc .size {
    margin-top: 6px;
    font-size: 12px;
    line-height: 17px;
  }
  #goods .day {
    font-size: 18px;
  }
  #goods .shop {
    border-bottom: solid 1.30208vw #bb9e4e;
  }
  #goods .shop p {
    font-size: 18px;
  }
  #faq dd {
    padding: 30px 20px;
  }
  #faq dd .q {
    color: #006ac6;
    font-size: 19px;
    font-weight: bold;
    margin-top: 30px;
  }
  #faq dd .q:first-child {
    margin-top: 0;
  }
  #faq dd .a {
    margin-top: 12px;
    line-height: 1.63;
    font-size: 16px;
    color: #202a44;
  }
  #footer {
    background: #202a44;
    padding-top: 100px;
  }
  #footer .meraka_go-area {
    padding: 20px;
    margin: 0 auto;
    width: 100%;
    background-color: #39445c;
    border: solid 2px #54627e;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #footer .meraka_go-area h3 {
    font-size: 20px;
    line-height: 34px;
    font-weight: bold;
    color: #fff;
    text-align: center;
  }
  #footer .meraka_go-area p {
    margin-top: 10px;
    font-size: 15px;
    color: #fff;
  }
  #footer .goto-seibu {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #f0d286;
    text-align: center;
    text-decoration: none;
    display: block;
  }
  #footer .banner-area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 40px;
    width: 300px;
  }
  #footer .info {
    font-size: 13px;
    line-height: 1.54;
  }
  #footer .info a {
    pointer-events: auto;
    color: white;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.54;
    text-align: center;
    text-decoration: underline;
    margin: auto;
  }
  #footer .info-companies td,
  #footer .info-companies th {
    font-size: 13px;
  }
  #footer .mt-info {
    margin-top: 40px;
  }
  #footer .note {
    font-size: 11px;
    padding: 32px;
    line-height: 1.91;
    text-align: left;
  }
  .inner {
    padding: 0 2.60417vw;
    width: auto;
  }
  h2 .link {
    top: -15.625vw;
  }
}

#sns_side_menu {
  position: fixed;
  right: 0;
  bottom: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 52px;
}

#sns_side_menu .sns {
  list-style: none;
}

#sns_side_menu .sns-wrap {
  width: 30px;
  margin: auto;
}

#sns_side_menu .sns > li {
  margin-bottom: 10px;
}

#sns_side_menu a.ripple {
  background: #202a44;
  width: 30px;
  height: 30px;
  display: block;
  border-radius: 50%;
  position: relative;
}

#sns_side_menu a.ripple::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  top: 0;
  left: 0;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: -1;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform ease 2s;
  transition: opacity 0.3s, -webkit-transform ease 2s;
  transition: transform ease 2s, opacity 0.3s;
  transition: transform ease 2s, opacity 0.3s, -webkit-transform ease 2s;
}

#sns_side_menu a.ripple:hover {
  color: #333;
  background-color: #9d2235;
}

#sns_side_menu a.ripple:hover::before {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  opacity: 1;
}

#sns_side_menu .icon {
  width: 30px;
  height: 30px;
  display: block;
  background-size: contain;
}

#sns_side_menu .icon-twitter {
  background-image: url(../img/icon-twitter.png);
}

#sns_side_menu .icon-line {
  background-image: url(../img/icon-line.png);
}

#sns_side_menu .icon-fb {
  background-image: url(../img/icon-fb.png);
}

#sns_side_menu .icon-ig {
  background-image: url(../img/icon-ig.png);
}

#btn_purchase_ticket {
  margin-top: 46px;
}

#btn_purchase_ticket img {
  width: 52px;
  height: 200px;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}

/* Buttons */
.social-btns {
  text-align: center;
}

.social-btns li {
  margin: 8px;
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 576px) {
  #sns_side_menu {
    width: 30px;
    right: 10px;
  }
}

#sns_side_menu {
  position: fixed;
  right: 0;
  bottom: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 52px;
}

#sns_side_menu .sns {
  list-style: none;
}

#sns_side_menu .sns-wrap {
  width: 30px;
  margin: auto;
}

#sns_side_menu .sns > li {
  margin-bottom: 10px;
}

#sns_side_menu a.ripple {
  background: #202a44;
  width: 30px;
  height: 30px;
  display: block;
  border-radius: 50%;
  position: relative;
}

#sns_side_menu a.ripple::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  top: 0;
  left: 0;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: -1;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform ease 2s;
  transition: opacity 0.3s, -webkit-transform ease 2s;
  transition: transform ease 2s, opacity 0.3s;
  transition: transform ease 2s, opacity 0.3s, -webkit-transform ease 2s;
}

#sns_side_menu a.ripple:hover {
  color: #333;
  background-color: #9d2235;
}

#sns_side_menu a.ripple:hover::before {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  opacity: 1;
}

#sns_side_menu .icon {
  width: 30px;
  height: 30px;
  display: block;
  background-size: contain;
}

#sns_side_menu .icon-twitter {
  background-image: url(../img/icon-twitter.png);
}

#sns_side_menu .icon-line {
  background-image: url(../img/icon-line.png);
}

#sns_side_menu .icon-fb {
  background-image: url(../img/icon-fb.png);
}

#sns_side_menu .icon-ig {
  background-image: url(../img/icon-ig.png);
}

#btn_purchase_ticket {
  margin-top: 46px;
}

#btn_purchase_ticket img {
  width: 52px;
  height: 200px;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}

/* Buttons */
.social-btns {
  text-align: center;
}

.social-btns li {
  margin: 8px;
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 576px) {
  #sns_side_menu {
    width: 30px;
    right: 10px;
  }
}

#menu_for_sp {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.93);
  z-index: 2;
}

#menu_for_sp .inner {
  padding: 100px 0 0;
  width: 100%;
  height: 100%;
}

#menu_for_sp .menu {
  margin: 0 auto;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 320px;
}

#menu_for_sp .menu-btn-sp {
  width: 150px;
  height: 60px;
  margin: 0 5px 10px 5px;
  background-color: #202a44;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  font-style: italic;
  text-decoration: none;
}

#btn_close_menu_sp {
  margin: 50px auto 0;
  width: 310px;
  height: 36px;
  display: block;
}

#btn_close_menu_sp img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}

.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 900;
}

.modal__bg {
  background: rgba(36, 46, 71, 0.96);
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 901;
}

.modal__content {
  background: #fff;
  padding: 50px 24px 24px 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  max-width: 800px;
  z-index: 902;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.modal__content .btn-close-modal {
  width: 80px;
  height: 80px;
  position: absolute;
  top: -110px;
  right: 0;
}

.modal__content h2 {
  line-height: 1.65;
  letter-spacing: normal;
  text-align: center;
  color: #202a44;
  font-size: 26px;
}

.modal__content p {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.57;
  letter-spacing: normal;
  text-align: left;
  color: #222222;
}

.modal__content .about-lions {
  margin-top: 16px;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}

.modal__content .movie-wrap {
  margin-top: 10px;
  position: relative;
  padding-bottom: 56.25%;
  /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
}

.modal__content .movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal__content .btn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 46px;
  margin-top: 20px;
  text-decoration: none;
  text-align: center;
  position: relative;
  display: inline-block;
  cursor: pointer;
  line-height: 46px;
  color: white;
}

.modal__content .btn:hover {
  opacity: 0.9;
}

.modal__content .btn-black {
  background: #222222;
}

.modal__content .btn-black .link-arrow {
  right: 80px;
}

.modal__content .btn-red {
  background-color: #9d2235;
}

.modal__content .btn-red .link-arrow {
  right: 100px;
}

.modal__content .btn .link-arrow {
  width: 14px;
  height: 14px;
  background-image: url(../img/link-arrow.png);
  background-size: contain;
  position: absolute;
  top: 16px;
}

#modal00 .modal__content,
.modal-goods .modal__content {
  margin: 0;
  padding: 0;
  border-radius: 0px;
}

#modal00 .modal__content .movie-wrap,
.modal-goods .modal__content .movie-wrap {
  margin: 0;
}

#modal00 .modal__content .goods-img,
.modal-goods .modal__content .goods-img {
  width: 100%;
}

#modal00 {
  display: block;
}

.modal-goods .modal__content {
  width: 57.14286vh;
}

#modal-correct .modal__content,
#modal-incorrect .modal__content {
  padding: 4.375vh 0;
  width: 50vh;
  border: solid 10px #960b12;
}

#modal-correct .modal__content .correct,
#modal-incorrect .modal__content .correct {
  margin: 0 auto;
  width: 22.6875vh;
  display: block;
  vertical-align: middle;
}

#modal-correct .modal__content .incorrect,
#modal-incorrect .modal__content .incorrect {
  margin: 0 auto;
  width: 33.4375vh;
  display: block;
  vertical-align: middle;
}

#modal-correct .modal__content p,
#modal-incorrect .modal__content p {
  margin-top: 1.875vh;
  font-size: 2.1875vh;
  line-height: 3.5625vh;
  font-weight: bold;
  text-align: center;
  color: #202a44;
}

#modal-correct .modal__content a,
#modal-incorrect .modal__content a {
  margin: 1.875vh auto 0;
  width: 31.625vh;
  display: block;
}

#modal-correct .modal__content a .btn-twitter,
#modal-incorrect .modal__content a .btn-twitter {
  width: 100%;
  vertical-align: middle;
}

@media (min-height: 1600px) {
  #modal-correct .modal__content,
  #modal-incorrect .modal__content {
    padding: 70px 0;
  }
  #modal-correct .modal__content .correct,
  #modal-incorrect .modal__content .correct {
    width: 363px;
  }
  #modal-correct .modal__content .incorrect,
  #modal-incorrect .modal__content .incorrect {
    width: 535px;
  }
  #modal-correct .modal__content p,
  #modal-incorrect .modal__content p {
    margin-top: 30px;
    font-size: 35px;
    line-height: 57px;
  }
  #modal-correct .modal__content a,
  #modal-incorrect .modal__content a {
    margin: 30px auto 0;
    width: 506px;
  }
}

#modal-incorrect .modal__content {
  border: solid 10px #006ac6;
}

#modal-incorrect .modal__content p {
  margin-top: 70px;
}

@media (max-width: 576px) {
  .modal__content {
    width: calc(100% - 5.20833vw);
    z-index: 902;
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
            box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    padding: 40px 18px 20px 18px;
  }
  .modal__content .btn-close-modal {
    width: 10.41667vw;
    height: 10.41667vw;
    top: -14.32292vw;
    right: 0;
  }
  .modal__content .btn-black .link-arrow {
    right: 28px;
  }
  .modal__content .btn-red .link-arrow {
    right: 50px;
  }
  .modal-goods .modal__content {
    width: calc(100% - 5.20833vw);
  }
  #modal-correct .modal__content,
  #modal-incorrect .modal__content {
    padding: 9.11458vw 0;
    width: calc(100% - 5.20833vw);
    border: solid 1.30208vw #960b12;
  }
  #modal-correct .modal__content .correct,
  #modal-incorrect .modal__content .correct {
    width: 42.96875vw;
  }
  #modal-correct .modal__content .incorrect,
  #modal-incorrect .modal__content .incorrect {
    width: 63.41146vw;
  }
  #modal-correct .modal__content p,
  #modal-incorrect .modal__content p {
    margin-top: 3.90625vw;
    font-size: 4.16667vw;
    line-height: 6.77083vw;
  }
  #modal-correct .modal__content a,
  #modal-incorrect .modal__content a {
    margin-top: 3.90625vw;
    width: 59.89583vw;
  }
  #modal-correct .modal__content a .btn-twitter,
  #modal-incorrect .modal__content a .btn-twitter {
    width: 100%;
  }
  #modal-incorrect .modal__content {
    border: solid 1.30208vw #006ac6;
  }
  #modal-incorrect .modal__content p {
    margin-top: 9.11458vw;
  }
}
/*# sourceMappingURL=style.css.map */