@charset "UTF-8";
/*リセット
--------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*メディアクエリー
---------------------------------------------*/
/*変数
---------------------------------------------*/
/* コンテンツ
---------------------------------------------*/
html {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-weight: 350;
  line-height: 1.6;
  width: 100%;
}

body {
  font-family: dnp-shuei-mgothic-std, sans-serif "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Lucida Grande", Verdana, "ＭＳ Ｐゴシック", sans-serif !important;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.8;
  width: 100%;
  color: #fff;
  background: #0056B8;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 751px) {
  body {
    font-size: 28px;
  }
}
@media screen and (max-width: 750px) {
  body {
    font-size: 14px;
  }
}

img {
  width: 100%;
  height: auto;
  display: block;
}

a {
  cursor: pointer;
  text-decoration: none;
}

P {
  letter-spacing: 0.05em;
  line-height: 1.7;
}
@media screen and (min-width: 751px) {
  P {
    font-size: 14px;
  }
}
@media screen and (max-width: 750px) {
  P {
    font-size: 12px;
  }
}

@media screen and (min-width: 751px) {
  .pcNone {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .pcNone {
    display: block;
  }
}

@media screen and (min-width: 751px) {
  .spNone {
    display: block;
  }
}
@media screen and (max-width: 750px) {
  .spNone {
    display: none;
  }
}

.wrap {
  overflow: hidden;
}

/* detail
--------------------------------------*/
#header {
  width: 100%;
  position: relative;
  overflow: hidden;
}
#header .bgImage_wrap {
  position: relative;
}
#header .bgImage_wrap::before {
  content: "";
  display: block;
  padding-top: 100%;
}
@media screen and (min-width: 751px) {
  #header .bgImage_wrap::before {
    padding-top: 56.25%;
  }
}
#header .bgImage_wrap .main_img {
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
#header .bgImage_wrap .main_img img:first-child {
  position: absolute;
  width: 72%;
  top: 50%;
  left: 52%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 751px) {
  #header .bgImage_wrap .main_img img:first-child {
    width: 42%;
    top: 47%;
    left: 51%;
    transform: translate(-50%, -50%);
  }
}
#header .bgImage_wrap .main_img img:last-child {
  position: absolute;
  width: 90%;
  bottom: 2%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 751px) {
  #header .bgImage_wrap .main_img img:last-child {
    width: 90%;
    bottom: 2%;
    left: 50%;
    transform: translateX(-50%);
  }
}
#header .bgImage_wrap .main_video {
  background: #0056B8;
  height: 100%;
  position: absolute;
  top: 6px;
  left: 0;
  z-index: 2;
  width: 100%;
}
@media screen and (min-width: 751px) {
  #header .bgImage_wrap .main_video {
    top: 0;
  }
}
#header .bgImage_wrap .main_video iframe {
  display: block;
  width: 100%;
  height: 100%;
  transform: scale(1.068);
}
@media screen and (min-width: 751px) {
  #header .bgImage_wrap .main_video iframe {
    transform: scale(1.025);
  }
}

h1.lead {
  text-align: center;
  color: #fff;
  margin: 0 auto;
  margin-top: 55px;
  margin-bottom: 60px;
  font-size: 14px;
}
@media screen and (min-width: 751px) {
  h1.lead {
    width: 50%;
    font-size: 22px;
    text-align: center;
    color: #fff;
    margin: 0 auto;
    margin-top: 110px;
    margin-bottom: 120px;
    font-size: 24px;
    line-height: 2.5;
  }
}

.Imgloop div.inner {
  box-sizing: border-box;
  display: flex;
  width: 200%;
  margin-bottom: 60px;
}
@media screen and (max-width: 750px) {
  .Imgloop div.inner {
    width: 700%;
  }
}
@media screen and (min-width: 751px) {
  .Imgloop div.inner {
    margin-bottom: 120px;
    width: 300%;
  }
}
.Imgloop div.inner .Imgloop-block01 {
  width: 100%;
}
.Imgloop div.inner .Imgloop-block01:first-child {
  animation: loop 100s -50s linear infinite;
}
.Imgloop div.inner .Imgloop-block01:last-child {
  animation: loop2 100s linear infinite;
}

@media screen and (min-width: 751px) {
  .px650 {
    max-width: 650px;
    margin: 0 auto;
  }
}

section.info {
  position: relative;
  margin-bottom: 70px;
}
@media screen and (min-width: 751px) {
  section.info {
    margin-bottom: 140px;
  }
}
section.info .whbox {
  width: 77.3333333333%;
  height: 100%;
  background: #fff;
  border-radius: 40px;
  margin: 0 auto;
  padding: 40px 0px;
}
@media screen and (min-width: 751px) {
  section.info .whbox {
    padding: 80px 0px;
    border-radius: 80px;
  }
}
section.info .whbox .tenpoImg {
  width: 83.0508474576%;
  margin: 0 auto;
}
section.info .whbox .tenpoImg h2.opentext {
  padding-top: 30px;
  color: #000;
  text-align: center;
}
@media screen and (min-width: 751px) {
  section.info .whbox .tenpoImg h2.opentext {
    padding-top: 50px;
  }
}
section.info .whbox .tenpoImg h2.opentext p.info_opn {
  font-size: 22px;
  display: inline-block;
  font-weight: bold;
  color: #024ca0;
}
@media screen and (min-width: 751px) {
  section.info .whbox .tenpoImg h2.opentext p.info_opn {
    font-size: 36px;
  }
}
section.info .whbox .tenpoImg h2.opentext div.info_store {
  margin-top: 5px;
  line-height: 1.2;
}
@media screen and (min-width: 751px) {
  section.info .whbox .tenpoImg h2.opentext div.info_store {
    font-size: 22px;
  }
}
section.info .whbox .tenpoImg h2.opentext div.info_store .tenpoName {
  width: 46%;
  border: solid 1px #0056B8;
  border-radius: 30px;
  padding: 6px 15px;
  margin: 0 auto;
  margin: 10px auto;
  color: #0056B8;
  margin-top: 25px;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 751px) {
  section.info .whbox .tenpoImg h2.opentext div.info_store .tenpoName {
    width: 62%;
    padding: 10px 15px;
    margin-top: 45px;
  }
}
section.info .whbox .tenpoImg h2.opentext div.info_store .wd72 {
  width: 54%;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 751px) {
  section.info .whbox .tenpoImg h2.opentext div.info_store .wd72 {
    width: 69%;
  }
}
section.info .whbox .tenpoImg h2.opentext div.info_store .wd78 {
  width: 60%;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 751px) {
  section.info .whbox .tenpoImg h2.opentext div.info_store .wd78 {
    width: 75%;
  }
}
section.info .whbox .tenpoImg h2.opentext div.info_store p.days {
  font-weight: bold;
  font-size: 16px;
}
@media screen and (min-width: 751px) {
  section.info .whbox .tenpoImg h2.opentext div.info_store p.days {
    font-size: 22px;
    padding-top: 5px;
  }
}
section.info .whbox .tenpoImg h2.opentext .open_map p:nth-child(1) {
  width: 25%;
  padding: 5px 10px;
  border-radius: 30px;
  font-size: 12px;
  color: #000;
  margin: 0 auto;
}
@media screen and (min-width: 751px) {
  section.info .whbox .tenpoImg h2.opentext .open_map p:nth-child(1) {
    margin-top: -3px;
    font-size: 18px;
  }
}
section.info .whbox .tenpoImg h2.opentext .open_map .material-symbols-outlined {
  position: relative;
  top: 3px;
  display: inline-block;
  margin-left: 5px;
}
@media screen and (max-width: 750px) {
  section.info .whbox .tenpoImg h2.opentext .open_map .material-symbols-outlined {
    top: 2px;
    font-size: 14px;
    margin-left: 2px;
  }
}
section.info .whbox .tenpoImg h2.opentext .open_map .material-symbols-outlined.wh {
  color: #fff;
}
section.info .whbox .tenpoImg h2.opentext .open_date p:nth-child(1) {
  background: linear-gradient(transparent 50%, rgba(254, 246, 91, 0.7)) 60%;
  display: inline-block;
  margin-top: -3px;
  font-size: 12px;
}
@media screen and (min-width: 751px) {
  section.info .whbox .tenpoImg h2.opentext .open_date p:nth-child(1) {
    margin-top: -6px;
    font-size: 18px;
  }
}
section.info .whbox .tenpoImg h2.opentext .open_date .material-symbols-outlined {
  position: relative;
  top: 3px;
  display: inline-block;
  margin-left: 5px;
}
@media screen and (max-width: 750px) {
  section.info .whbox .tenpoImg h2.opentext .open_date .material-symbols-outlined {
    top: 2px;
    font-size: 14px;
    margin-left: 2px;
  }
}
section.info .whbox .tenpoImg h2.opentext .open_date .material-symbols-outlined.wh {
  color: #fff;
}
@media screen and (min-width: 751px) {
  section.info p {
    font-size: 20px;
  }
}
@media screen and (max-width: 750px) {
  section.info p {
    font-size: 14px;
  }
}

@media screen and (min-width: 751px) {
  section.characters {
    max-width: 700px;
  }
}
section.characters .title {
  color: #FFE500;
  text-align: center;
  font-size: 32px;
  line-height: 1.1;
  letter-spacing: 0.06em;
  margin-bottom: 30px;
}
@media screen and (min-width: 751px) {
  section.characters .title {
    font-size: 60px;
    margin-bottom: 60px;
  }
}
section.characters .title span {
  font-weight: 600;
}
section.characters .title p {
  font-size: 18px;
}
@media screen and (min-width: 751px) {
  section.characters .title p {
    font-size: 30px;
  }
}
section.characters ul.charaArea {
  width: 78.6666666667%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  margin-bottom: 50px;
}
@media screen and (min-width: 751px) {
  section.characters ul.charaArea {
    margin-bottom: 100px;
  }
}
section.characters ul.charaArea li {
  width: 33.3333333333%;
}
section.characters .botton {
  width: 60%;
  margin: 0 auto;
  margin-bottom: 50px;
  background-color: #FFE500;
  text-align: center;
  border-radius: 40px;
  padding: 5px 0px;
}
@media screen and (min-width: 751px) {
  section.characters .botton {
    margin-bottom: 100px;
  }
}
section.characters .botton span {
  color: #0056B8;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (min-width: 751px) {
  section.characters .botton span {
    font-size: 22px;
  }
}

section.box_i {
  padding-top: 40px;
  padding-bottom: 120px;
  width: 78.6%;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  section.box_i {
    padding-top: 20px;
    padding-bottom: 60px;
  }
}
section.box_i .text_box {
  width: 99%;
  margin: 0 auto;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  section.box_i .text_box {
    margin-bottom: 10px;
  }
}
section.box_i .text_box div.title_ {
  line-height: 1.13;
  letter-spacing: 0.11em;
  margin-bottom: 30px;
}
@media screen and (max-width: 750px) {
  section.box_i .text_box div.title_ {
    margin-bottom: 15px;
    line-height: 1.14;
    letter-spacing: 0.12em;
  }
}
section.box_i .text_box div.title_ span:nth-child(1) {
  display: block;
  font-size: 35px;
  font-weight: bold;
  color: #FFE500;
  margin-bottom: 10px;
  margin-left: 0 auto !important;
}
@media screen and (max-width: 750px) {
  section.box_i .text_box div.title_ span:nth-child(1) {
    margin-bottom: 5px;
    font-size: 18px;
  }
}
section.box_i .text_box div.title_ span:nth-child(2) {
  display: block;
  font-size: 44px;
  font-weight: bold;
  color: #FFE500;
  margin-bottom: 50px;
  margin-left: 0 auto !important;
}
@media screen and (max-width: 750px) {
  section.box_i .text_box div.title_ span:nth-child(2) {
    margin-bottom: 25px;
    font-size: 26px;
  }
}
section.box_i .text_box div.title_ span:nth-child(2) small {
  font-size: 32px;
}
@media screen and (max-width: 750px) {
  section.box_i .text_box div.title_ span:nth-child(2) small {
    font-size: 20px;
  }
}
section.box_i .text_box p {
  font-size: 18px;
  color: #fff;
  text-align: left;
  padding-left: 9px;
}
@media screen and (max-width: 750px) {
  section.box_i .text_box p {
    font-size: 14px;
    padding-left: 7px;
  }
}
section.box_i img {
  width: 100%;
  margin: 0 auto;
}
section.box_i p.col_red {
  padding-left: 10px;
  padding-top: 10px;
  color: #FFE500;
  font-size: 12px;
}
@media screen and (max-width: 750px) {
  section.box_i p.col_red {
    font-size: 10px;
  }
}

section.sns {
  margin-bottom: 30px;
}
section.sns .twitter {
  width: 78.6666666667%;
  margin: 0 auto;
  padding-top: 20px;
}
section.sns .icon {
  display: flex;
  justify-content: center;
  width: 15%;
  margin: 0 auto;
  gap: 30px;
  margin-top: 100px;
}
@media screen and (max-width: 750px) {
  section.sns .icon {
    width: 22%;
    margin-top: 50px;
  }
}

footer {
  margin-bottom: 30px;
}
footer .copy_pal {
  text-align: center;
  padding-bottom: 30px;
}
@media screen and (min-width: 751px) {
  footer .copy_pal {
    margin-bottom: 40px;
  }
}
footer .copy_uni {
  width: 80%;
  margin: 0 auto;
  line-height: 1.3;
  font-size: 8px;
}
@media screen and (min-width: 751px) {
  footer .copy_uni {
    width: 70%;
    margin: 0 auto;
    line-height: 1.3;
    font-size: 10px;
  }
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 100;
  display: none;
}
.modal .modal-content {
  background-color: #fff;
  border: solid 14px #0056B8;
  padding: 34px 0px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  box-sizing: border-box;
}
@media screen and (min-width: 751px) {
  .modal .modal-content {
    width: 40%;
    padding: 38px 0px 50px 0;
  }
}
@media screen and (max-width: 750px) {
  .modal .modal-content.m_poke {
    padding: 0;
    padding: 36px 0px 23px 0px;
  }
}
@media screen and (min-width: 751px) {
  .modal .modal-content.m_poke {
    padding: 0;
    padding: 38px 0px 25px 0;
  }
}
.modal .modal-content a.close {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 7px;
  right: 7px;
}
@media screen and (min-width: 751px) {
  .modal .modal-content a.close {
    width: 40px;
    height: 40px;
    top: 14px;
    right: 14px;
  }
}
.modal .modal-content p.charaName {
  text-align: center;
  font-size: 24px;
  color: #000;
  padding-bottom: 20px;
  line-height: 1.4;
}
@media screen and (min-width: 751px) {
  .modal .modal-content p.charaName {
    font-size: 32px;
    padding-bottom: 20px;
  }
}
.modal .modal-content div.modal-imgText {
  position: relative;
  width: 78.6666666667%;
  margin: 0 auto;
}
.modal .modal-content div.modal-imgText img {
  width: 100%;
}
.modal .modal-content div.modal-imgText .chara_video {
  background: #fff;
  position: absolute;
  top: 5px;
  left: 0;
  width: 100%;
}
@media screen and (min-width: 751px) {
  .modal .modal-content div.modal-imgText .chara_video {
    width: 100%;
  }
}
.modal .modal-content div.modal-imgText .chara_video iframe {
  display: block;
  width: 100%;
  height: 100%;
  transform: scale(1.14);
}
@media screen and (min-width: 751px) {
  .modal .modal-content div.modal-imgText .chara_video iframe {
    transform: scale(1.079);
    height: 332px;
  }
}
.modal .modal-content div.modal-imgText .poke_video {
  background: #fff;
  position: absolute;
  top: 5px;
  left: 0;
  width: 100%;
}
@media screen and (min-width: 751px) {
  .modal .modal-content div.modal-imgText .poke_video {
    width: 100%;
  }
}
.modal .modal-content div.modal-imgText .poke_video iframe {
  display: block;
  width: 100%;
  height: 100%;
  transform: scale(1.14);
}
@media screen and (min-width: 751px) {
  .modal .modal-content div.modal-imgText .poke_video iframe {
    transform: scale(1.079);
    height: 332px;
  }
}
.modal .modal-content div.box {
  width: 78.6666666667%;
  border-radius: 30px;
  background: #0056B8;
  margin: 0 auto;
  margin-top: 20px;
}
@media screen and (min-width: 751px) {
  .modal .modal-content div.box {
    margin-top: 35px;
  }
}
.modal .modal-content div.box p.modal-text {
  width: 86.4406779661%;
  color: #fff;
  padding: 22px 0;
  margin: 0 auto;
  font-size: 14px;
}
@media screen and (min-width: 751px) {
  .modal .modal-content div.box p.modal-text {
    font-size: 16px;
  }
}

p.palcloten {
  font-weight: bold;
  font-size: 16px !important;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
@media screen and (min-width: 751px) {
  p.palcloten {
    font-size: 22px !important;
    padding-top: 5px;
  }
}

.modal {
  overflow-y: scroll;
}
.modal .mdl-info.mdlwd {
  width: 40% !important;
}
@media screen and (max-width: 750px) {
  .modal .mdl-info.mdlwd {
    width: 100% !important;
  }
}
.modal .mdl-info.mdlwd.modal-content.mdlmap {
  top: 65% !important;
  padding: 55px 0px 75px 0px;
}
@media screen and (max-width: 750px) {
  .modal .mdl-info.mdlwd.modal-content.mdlmap {
    padding: 40px 0px 45px 0px;
    top: 75% !important;
  }
}
.modal .mdl-info.mdlwd.modal-content.mdlmap .modal-Textmap .content-title {
  text-align: center;
  padding-bottom: 15px;
}
@media screen and (min-width: 751px) {
  .modal .mdl-info.mdlwd.modal-content.mdlmap .modal-Textmap .content-title {
    padding-bottom: 20px;
  }
}
.modal .mdl-info.mdlwd.modal-content.mdlmap .modal-Textmap .content-title img {
  width: 47%;
  margin: 0 auto;
  padding-bottom: 5px;
  padding-right: 2%;
}
@media screen and (min-width: 751px) {
  .modal .mdl-info.mdlwd.modal-content.mdlmap .modal-Textmap .content-title img {
    width: 38%;
    padding-bottom: 10px;
  }
}
.modal .mdl-info.mdlwd.modal-content.mdlmap .modal-Textmap .map-box img {
  width: 84%;
  margin: 0 auto;
}
.modal .mdl-info.mdlwd.modal-content.mdlmap .modal-Textmap .map-box p {
  padding-top: 10px;
  color: #000;
  font-size: 16px;
  text-align: center;
}
@media screen and (min-width: 751px) {
  .modal .mdl-info.mdlwd.modal-content.mdlmap .modal-Textmap .map-box p {
    padding-top: 20px;
    font-size: 20px;
  }
}
.modal .mdl-info.mdlwd.modal-content.mdlmap .md_box a.basic-button {
  background-color: #0052C5;
  color: #fff;
  display: block;
  width: 65%;
  max-width: 240px;
  margin: auto;
  line-height: 2.4em;
  border-radius: 30px;
  margin-top: 30px;
  text-align: center;
  font-size: 18px;
}
@media screen and (min-width: 751px) {
  .modal .mdl-info.mdlwd.modal-content.mdlmap .md_box a.basic-button {
    font-size: 22px;
    width: 60%;
    max-width: none;
    margin-top: 30px;
  }
}

.modal {
  overflow-y: scroll;
}
.modal .mdl-info {
  width: 60% !important;
}
@media screen and (max-width: 750px) {
  .modal .mdl-info {
    width: 100% !important;
  }
}
.modal .mdl-info.modal-content {
  top: 95%;
  padding: 80px 0px 30px 0px;
}
@media screen and (max-width: 750px) {
  .modal .mdl-info.modal-content {
    padding: 50px 0px 30px 0px;
    top: 124% !important;
  }
}
.modal .mdl-info.modal-content .modal-Text {
  width: 90%;
  margin: 0 auto;
  color: #000;
  font-size: 16px;
}
.modal .mdl-info.modal-content .modal-Text h3 img {
  width: 73%;
  margin: 0 auto;
  padding-bottom: 60px;
}
@media screen and (max-width: 750px) {
  .modal .mdl-info.modal-content .modal-Text h3 img {
    width: 96%;
    padding-bottom: 40px;
  }
}
.modal .mdl-info.modal-content .modal-Text div.md_box {
  margin-bottom: 50px;
}
@media screen and (max-width: 750px) {
  .modal .mdl-info.modal-content .modal-Text div.md_box {
    margin-bottom: 30px;
  }
}
.modal .mdl-info.modal-content .modal-Text div.md_box div.flex {
  display: flex;
}
.modal .mdl-info.modal-content .modal-Text div.md_box div.flex div.modal-img {
  width: 6%;
  margin: 0;
}
@media screen and (max-width: 750px) {
  .modal .mdl-info.modal-content .modal-Text div.md_box div.flex div.modal-img {
    width: 22%;
  }
}
.modal .mdl-info.modal-content .modal-Text div.md_box div.flex div.modal-img01 {
  width: 6%;
  margin: 0;
}
@media screen and (max-width: 750px) {
  .modal .mdl-info.modal-content .modal-Text div.md_box div.flex div.modal-img01 {
    width: 12%;
  }
}
.modal .mdl-info.modal-content .modal-Text div.md_box div.flex div.camTxt {
  color: #0056B8;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-top: 8px;
}
@media screen and (max-width: 750px) {
  .modal .mdl-info.modal-content .modal-Text div.md_box div.flex div.camTxt {
    font-size: 18px;
    padding-top: 6px;
  }
}
.modal .mdl-info.modal-content .modal-Text div.md_box div.flex div.camTxt span {
  background: linear-gradient(transparent 60%, rgba(254, 246, 91, 0.6) 60%);
}
.modal .mdl-info.modal-content span.text_info {
  display: block;
  width: 92%;
  margin: 0 auto;
  margin-right: 10px;
}
@media screen and (max-width: 750px) {
  .modal .mdl-info.modal-content span.text_info {
    font-size: 14px;
    width: 89%;
  }
}
.modal .mdl-info.modal-content img.nover {
  width: 60%;
  margin: 0 auto;
  padding-top: 20px;
}
@media screen and (max-width: 750px) {
  .modal .mdl-info.modal-content img.nover {
    width: 86%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 750px) {
  .fs_et {
    font-size: 30px !important;
  }
}
@media screen and (min-width: 751px) {
  .fs_et {
    font-size: 40px !important;
  }
}

@media screen and (max-width: 750px) {
  .fs_jp-2 {
    font-size: 20px !important;
  }
}
@media screen and (min-width: 751px) {
  .fs_jp-2 {
    font-size: 28px !important;
  }
}

@media screen and (max-width: 750px) {
  .fs_jp-1 {
    font-size: 22px !important;
  }
}
@media screen and (min-width: 751px) {
  .fs_jp-1 {
    font-size: 30px !important;
  }
}

@media screen and (max-width: 750px) {
  .fs_wdy {
    font-size: 22px !important;
  }
}
@media screen and (min-width: 751px) {
  .fs_wdy {
    font-size: 30px !important;
  }
}

@media screen and (max-width: 750px) {
  .fs_btf {
    font-size: 20px !important;
  }
}
@media screen and (min-width: 751px) {
  .fs_btf {
    font-size: 28px !important;
  }
}

@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
.anime-fuwafuwa {
  animation: 3s fuwafuwa infinite;
}

@keyframes fuwafuwa {
  0%, 100% {
    transform: translate(-50%, -50%);
  }
  50% {
    transform: translate(-50%, -48%);
  }
}/*# sourceMappingURL=style.css.map */