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, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, input, header, footer, section {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

ol, ul {
  list-style: none;
  padding-left: 0;
}

blockquote, q {
  quotes: none;
}

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

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

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

button {
  border: 0;
  cursor: pointer;
  background: transparent;
  letter-spacing: 2px;
  display: block;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          -ms-text-size-adjust: 100%;
      text-size-adjust: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

a {
  text-decoration: none;
}

select, textarea, input, a:hover, a:focus, button, .btn-select:focus {
  outline: none;
}

table {
  width: 100%;
  border-collapse: collapse;
}

img {
  display: block;
  height: auto;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.side {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.top {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.middle {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bottom {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

.full-page {
  width: 100%;
  height: 100%;
}

.pupup-window {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
}

.mask {
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  -o-transition: -o-transform 0.2s;
  -moz-transition: transform 0.2s, -moz-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s, -moz-transform 0.2s, -o-transform 0.2s;
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
}
.mask:focus, .mask:hover, .mask:active {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}

.video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  margin: 0 auto;
}
.video iframe, .video video {
  border: none;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.circle {
  border-radius: 50%;
}

.position-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px)  {
  .position-center-md {
    -webkit-box-align: start;
     -webkit-align-items: start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  }
  .p-20vh{
    padding-top: 20vh;
  }
}

.bg {
  -o-background-size: cover;
     background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

body.modal-open {
  overflow: hidden;
}

.fit {
  margin: 0 auto;
  display: block;
  width: 100%;
}

.disabled-link {
  pointer-events: none;
}

.z-2 {
  z-index: 2;
}

.z-3 {
  z-index: 3;
}

.z-4 {
  z-index: 4;
}

.z-5 {
  z-index: 5;
}

.z-6 {
  z-index: 6;
}

.z-7 {
  z-index: 7;
}

.z-8 {
  z-index: 8;
}

.z-9 {
  z-index: 9;
}

.z-10 {
  z-index: 10;
}

.accesskey {
  display: none;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
  border-radius: 20px;
}

::-webkit-scrollbar-thumb {
  background: #D0D5DD;
  position: absolute;
  border-radius: 20px;
}

@font-face {
  font-family: NaniFont-Regular;
  src: url(../css/NaniFont-Regular.ttf);
}
@font-face {
  font-family: GenSenRoundedJP-B;
  src: url(../css/GenSenRoundedJP-B.ttf);
}
.white {
  color: #ffffff;
}

html {
  --vh:100;
  background-color: #C6D8E7;
  -webkit-user-select: none;
     -moz-user-select: none;
          -ms-user-select: none;
      user-select: none;
}

html, body {
  height: 100%;
  position: relative;
  width: 100%;
  overflow: hidden;
  line-height: 1;
}

body, button {
  color: #613932;
  font-family: "GenSenRoundedJP-B", sans-serif;
  font-size: 1.6em;
  letter-spacing: 1px;
}
@media screen and (min-width: 768px) and (max-width: 1440px) {
  body, button {
    font-size: 1.4em;
  }
}
@media screen and (max-width: 767px) {
  body, button {
    font-size: 1.1em;
  }
}

.close-btn {
  top: 15px;
  right: 15px;
}
.close-btn button {
  background-color: #C75657;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  position: relative;
  cursor: pointer;
  border: 4px solid #fff;
}
.close-btn button img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 20px;
}
@media all and (max-width: 899px) {
  .close-btn {
    top: 10px;
    right: 10px;
  }
  .close-btn button {
    width: 40px;
    height: 40px;
    border-width: 3px;
  }
  .close-btn button img {
    width: 15px;
  }
}

.container {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 10%;
  width: 100%;
}

.btn {
  background-color: #C75657;
  color: #ffffff;
  margin: 0 auto;
  padding: 18px 30px;
  border-radius: 60px;
  font-size: 1.1em;
}
@media all and (max-width: 767px) {
  .btn {
    padding: 18px 20px;
  }
}

.text {
  line-height: 1.3;
}

.en {
  letter-spacing: 0;
}

.black-bg {
  background-color: rgba(0, 0, 0, 0.3);
}

.scroll {
  overflow-y: auto;
}

.loading {
  width: 33.33%;
  left: 33.33%;
  top: 50%;
  height: 20px;
  margin-top: -10px;
  border-radius: 10px;
  display: inline-block;
  overflow: hidden;
  border: 2px solid #fff;
}

progress::-webkit-progress-bar {
  background: #ffffff;
}

progress::-webkit-progress-value {
  background: #4E70AD;
}

progress::-moz-progress-bar {
  background: #ffffff;
}

progress::-moz-progress-value {
  background: #4E70AD;
}

progress {
  color: #ffffff;
}

.front-hint {
  bottom: 5%;
  width: 100%;
  -webkit-animation: show-use 1s infinite;
     -moz-animation: show-use 1s infinite;
       -o-animation: show-use 1s infinite;
          animation: show-use 1s infinite;
}

@-webkit-keyframes show-use {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
}

@-moz-keyframes show-use {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
}

@-o-keyframes show-use {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
}

@keyframes show-use {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
}
.logo {
  height: 65%;
  width: auto !important;
}


.front {
  background-image: url(../img/bg04.jpg);
}

.explain {
  background-image: url(../img/bg05.jpg);
  /* font-family: "NaniFont-Regular"; */
  font-family: "GenSenRoundedJP-B";
}

.final {
  background-image: url(../img/bg06.jpg);
  font-family: "GenSenRoundedJP-B";
}
.final button {
  font-family: "NaniFont-Regular";
}

.explain-img {
  max-width: 23.5%;
}

.dash {
  width: 2%;
}

.explain-title {
  display: block;
  margin: 0 auto 2% auto;
  width: 320px;
}
@media screen and (min-width: 768px) and (max-width: 1440px) {
  .explain-title {
    width: 200px;
  }
}
@media screen and (max-width: 767px) {
  .explain-title {
    width: 140px;
    margin-bottom: 15px;
  }
}

.explain-img-container {
  margin: 3% auto;
}
@media screen and (max-width: 767px) {
  .explain-img-container {
    margin: 15px auto;
  }
}

.swiper-slide > .relative {
  padding-left: 35px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .swiper-slide > .relative {
    padding-left: 20px;
  }
}

.number {
  color: #ffffff;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: block;
  font-size: 1.6em;
  line-height: 70px;
  margin-right: -35px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .number {
    width: 40px;
    height: 40px;
    font-size: 1.3em;
    line-height: 40px;
    margin-right: -25px;
  }
}

.number01 {
  background-color: #294b3b;
}

.number02 {
  background-color: #C75657;
}

.number03 {
  background-color: #116936;
}

.number04 {
  background-color: #EE7F16;
}

.number-img {
  width: 300px;
}
@media screen and (max-width: 767px) {
  .number-img {
    width: 200px;
  }
}

.swiper-button-next, .swiper-button-prev {
  color: transparent;
  width: 45px;
  height: 30px;
  margin-top: -25px;
}
@media screen and (max-width: 767px) {
  .swiper-button-next, .swiper-button-prev {
    width: 30px;
    height: 20px;
  }
}

.swiper-button-prev {
  background-image: url(../img/arrow-left.svg);
}

.swiper-button-next {
  background-image: url(../img/arrow-right.svg);
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 0;
}

.swiper-pagination {
  margin-top: 40px;
}

.mySwiper {
  padding-bottom: 30px;
}

.map-btn {
  width: 120px;
  height: 120px;
  border-radius: 15px;
  border: 4px solid #fff;
  background-color: #294b3b;
  color: #ffffff;
  bottom: 15px;
  left: 15px;
  font-size: 0.8em;
}
.map-btn img {
  width: 27px;
  opacity: 0.5;
  display: block;
  margin: 0 auto 5px auto;
}
@media screen and (max-width: 767px) {
  .map-btn {
    width: 90px;
    height: 90px;
    bottom: 10px;
    left: 10px;
    border-radius: 10px;
  }
}

.map-hint {
  padding: 30px 0 0 60px;
}
.map-hint span {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 5px;
}
.map-hint li {
  margin: 5px 0;
}
.map-hint li:nth-child(1) {
  color: #7C7C7C;
}
.map-hint li:nth-child(1) span {
  background-color: #7C7C7C;
}
.map-hint li:nth-child(2) {
  color: #294b3b;
}
.map-hint li:nth-child(2) span {
  background-color: #294b3b;
}
@media screen and (max-width: 767px) {
  .map-hint {
    padding: 20px 0 0 30px;
  }
}

.map {
  border: 6px solid #F9F9E4;
  border-radius: 15px;
  width: 500px;
  background-color: #dfe4d8;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .map {
    width: 280px;
    border-width: 4px;
    border-radius: 10px;
  }
}

.map-title {
  width: 250px;
  margin: -90px auto 0 auto;
}
@media screen and (max-width: 767px) {
  .map-title {
    width: 180px;
    margin-top: -70px;
  }
}

.map-pic {
  width: 250px;
  margin: -10px auto;
  -webkit-transform: scale(0.9);
     -moz-transform: scale(0.9);
      -ms-transform: scale(0.9);
       -o-transform: scale(0.9);
          transform: scale(0.9);
}
@media screen and (max-width: 767px) {
  .map-pic {
    -webkit-transform: scale(0.8);
       -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
         -o-transform: scale(0.8);
            transform: scale(0.8);
    margin: -40px auto;
    font-size: 1.2em;
  }
}
.map-pic div {
  display: none;
}

.frame-close-btn {
  font-size: 1em;
  border: 5px solid #F9F9E4;
  margin-bottom: -40px;
}
@media screen and (max-width: 767px) {
  .frame-close-btn {
    border-width: 4px;
    margin-bottom: -30px;
  }
}

.middle-west {
  top: 84px;
  left: 10px;
  width: 66%;
}
.middle-west span {
  top: 90px;
  left: 50px;
}

.east {
  top: 44px;
  right: 10.5px;
  width: 54.2%;
}
.east span {
  top: 150px;
  left: 60px;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
}
.east span .finish {
  margin: 0 0 5px -7px !important;
}

.north {
  top: 4px;
  right: 8px;
  width: 55.5%;
}
.north span {
  top: 45px;
  left: 20px;
}

.south {
  bottom: 7px;
  left: 4px;
  width: 52%;
}
.south span {
  top: 60px;
  left: 25px;
}

.finish {
  width: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.answer-btn button {
  margin: 30px 10px 0 10px;
}
.answer-btn button.active {
  background-color: #4E70AD;
}
@media screen and (max-width: 767px) {
  .answer-btn button {
    margin: 15px 10px 0 10px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

.answer-frame {
  background-color: #F9F9E4;
  border-radius: 15px;
  width: 1000px;
  padding: 80px 80px 80px 80px;
  margin: 0 auto;
  /* font-family: "NaniFont-Regular"; */
  font-family: "GenSenRoundedJP-B";
}
.answer-frame .text {
  padding-left: 50px;
}
.answer-frame .q {
  top: -50px;
  left: -50px;
  width: 150px;
}
.answer-frame button {
  font-family: "NaniFont-Regular";
}
@media all and (min-width: 1025px) and (max-width: 1440px) {
  .answer-frame {
    width: 800px;
    padding: 60px 60px 60px 60px;
  }
}
@media screen and (max-width: 1024px) {
  .answer-frame {
    border-radius: 10px;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .answer-frame {
    padding: 50px 50px 50px 50px;
    width: 600px;
  }
  .answer-frame .text {
    padding-left: 40px;
  }
  .answer-frame .q {
    width: 100px;
    top: -30px;
    left: -30px;
  }
}
@media screen and (max-width: 767px) {
  .answer-frame {
    padding: 30px 25px;
    width: 280px;
  }
  .answer-frame .text {
    padding-left: 30px;
  }
  .answer-frame .q {
    width: 70px;
    top: -20px;
    left: -20px;
  }
}

.info-frame {
  width: 1400px;
  padding: 45px 80px 70px 80px;
  font-family: "GenSenRoundedJP-B";
}
.info-frame button {
  font-family: "GenSenRoundedJP-B";
  font-size: 1em;
}
.info-frame .photo {
  width: 51%;
  padding-top: 35px;
}
.info-frame .info-content {
  width: 45%;
  height: 100%;
  overflow-y: auto;
  top: 0;
  right: 0;
}
.info-frame .info-content .text {
  font-size: 0.86em;
  margin-top: 25px;
  padding-left: 0 !important;
}
.info-frame .info-title {
  font-size: 1.4em;
  margin: 40px 0 15px 0;
}
.info-frame .info-title .absolute {
  width: 100%;
  top: -38px;
}
.info-frame .info-title .lan {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #294b3b;
  color: #ffffff;
  font-size: 0.5em;
  padding-top: 6px;
  letter-spacing: 0;
  display: inline-block;
  margin: 0 1px;
  vertical-align: top;
}
.info-frame .info-title > div {
  min-width: 56px;
}
.info-frame .info-title > div:nth-child(2) {
  color: #4E70AD;
}
.info-frame .info-title .tai {
  background-color: #4E70AD !important;
}
.info-frame .pronounce button {
  font-size: 0.86em;
  color: #C75657;
  margin-left: 10px;
  letter-spacing: 0;
}
.info-frame .voise {
  width: 20px;
  margin-right: 5px;
}
.info-frame .frame-close-btn {
  margin: 50px auto -100px auto;
}
@media all and (min-width: 1025px) and (max-width: 1440px) {
  .info-frame {
    width: 1000px;
    padding: 25px 50px 50px 50px;
  }
  .info-frame .frame-close-btn {
    margin: 30px auto -80px auto;
  }
}
@media all and (min-width: 768px) and (max-width: 1440px) {
  .info-frame .info-title .absolute {
    top: -32px;
  }
  .info-frame .info-title .lan {
    width: 23px;
    height: 23px;
  }
  .info-frame .info-title > div {
    min-width: 50px;
  }
}
@media all and (max-width: 1024px) {
  .info-frame .photo {
    width: 100%;
    padding-top: 25px;
  }
  .info-frame .info-content {
    width: 100%;
    position: relative;
  }
  .info-frame .info-content .text {
    margin-top: 20px;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .info-frame {
    width: 700px;
    padding: 35px 50px 50px 50px;
  }
  .info-frame .frame-close-btn {
    margin: 15px auto -80px auto;
  }
}
@media all and (max-width: 767px) {
  .info-frame {
    width: 94%;
    padding: 25px 20px 40px 20px;
  }
  .info-frame .info-content .text {
    font-size: 0.95em;
  }
  .info-frame .info-title {
    margin: 30px 0 15px 0;
  }
  .info-frame .info-title > div {
    min-width: 44px;
  }
  .info-frame .info-title .absolute {
    top: -28px;
  }
  .info-frame .info-title .lan {
    width: 20px;
    height: 20px;
    padding-top: 4px;
  }
  .info-frame .frame-close-btn {
    margin: 0 auto -70px auto;
  }
}

@media screen and (max-width: 1024px) {
  .info .scroll {
    padding-top: 3%;
    display: block;
  }
}

.pass-title {
  width: 550px;
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .pass-title {
    width: 380px;
  }
}
@media screen and (max-width: 767px) {
  .pass-title {
    width: 220px;
  }
}

.final .text {
  margin: 30px 0 60px 0;
}
@media screen and (max-width: 1024px) {
  .final .text {
    margin: 20px 0 40px 0;
  }
}

.view-btn {
  right: 15px;
  top: 50%;
  background-color: #ffffff;
  border-radius: 10px;
  margin-top: -60px;
}
.view-btn button {
  width: 60px;
  height: 60px;
  position: relative;
}
.view-btn button > div, .view-btn button > span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.view-btn button span {
  width: 20px;
  height: 3px;
  border-radius: 10px;
  background-color: #294b3b;
  display: block;
}
.view-btn button span:nth-child(2) {
  -webkit-transform: rotate(90deg);
     -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-top: -3px;
}
.view-btn button.active span {
  background-color: #BFBFBF;
}
.view-btn button:nth-child(1) {
  border-bottom: 5px solid #E5E4E3;
}
@media screen and (max-width: 767px) {
  .view-btn {
    border-radius: 5px;
    margin-top: -45px;
  }
  .view-btn button {
    width: 45px;
    height: 45px;
  }
  .view-btn button span {
    width: 15px;
    height: 2px;
  }
  .view-btn button span:nth-child(2) {
    margin-top: -2px;
  }
  .view-btn button:nth-child(1) {
    border-width: 3px;
  }
}

.o {
  right: 0;
  bottom: 0;
  width: 18%;
  display: none;
}
@media screen and (max-width: 767px) {
  .o {
    width: 30%;
  }
}

.return {
  background-color: #294b3b;
}

.two-btn button {
  margin: 0 10px;
}

.btn-bg button:nth-child(1) {
  background-image: url(../img/btn-bg01.png);
}
.btn-bg button:nth-child(2) {
  background-image: url(../img/btn-bg02.png);
}
.btn-bg button:nth-child(3) {
  background-image: url(../img/btn-bg03.png);
}

.source {
  font-size: 0.8em;
  line-height: 1.4;
  padding-top: 10px;
  color: #613932;
}

@media screen and (orientation: landscape) and (max-width: 899px) {
  body, button {
    font-size: 1em;
  }
  .explain-img {
    width: 120px;
  }
  .explain-title {
    margin-bottom: 5px;
    width: 120px;
  }
  .explain-img-container {
    margin: 5px auto 10px auto;
  }
  .map-btn {
    width: 90px;
    height: 90px;
    bottom: 10px;
    left: 10px;
    border-radius: 10px;
  }
  .scroll {
    display: block;
    padding-top: 70px;
  }
  .final .text {
    margin: 10px 0 20px 0;
  }
}
@media (orientation: landscape) {
  .mySwiper {
    display: none;
  }
}
@media (orientation: portrait) {
  .logo {
    height: auto !important;
    width: 60% !important;
    margin-top: -25%;
  }
  .front {
    background-image: url(../img/bg01.jpg);
  }
  .explain {
    background-image: url(../img/bg02.jpg);
  }
  .final {
    background-image: url(../img/bg03.jpg);
  }
  .explain-img, .dash {
    display: none;
  }
  .front-hint {
    bottom: 28%;
  }
  .front-hint span {
    background-color: #294b3b;
    display: inline-block;
    padding: 3%;
    border-radius: 100px;
    color: #ffffff;
  }
}
@media (orientation: portrait) and (min-width: 768px) and (max-width: 1024px) {
  .front-hint {
    bottom: 20%;
  }
}
@media (orientation: portrait) {
  .source {
    padding-bottom: 20px;
  }
}
@media screen and (orientation: portrait) and (max-width: 480px) {
  .container {
    padding: 20px;
  }
  .two-btn button {
    margin: 0 5px;
  }
}
@media screen and (orientation: portrait) and (min-width: 1025px) {
  body, button {
    font-size: 2em !important;
  }
  .logo {
    width: 54% !important;
  }
  .text {
    line-height: 1.5;
  }
  .explain-title {
    margin: 0 auto 4% auto;
    width: 300px;
  }
  .number {
    width: 120px;
    height: 120px;
    font-size: 2em;
    line-height: 130px;
    margin-right: -60px;
  }
  .number-img {
    width: 450px;
  }
  .btn {
    padding: 25px 40px 20px 40px;
    font-size: 1.3em !important;
  }
  .view-btn {
    margin-top: -100px;
    right: 30px;
  }
  .view-btn button {
    width: 100px;
    height: 100px;
  }
  .view-btn button span {
    width: 30px;
  }
  .map-btn {
    width: 250px;
    height: 250px;
    border-width: 10px;
    font-size: 1.2em !important;
    bottom: 30px;
    left: 30px;
  }
  .map-btn img {
    width: 70px;
  }
  .final .text {
    margin: 40px 0 90px 0;
  }
  .pass-title {
    width: 600px;
  }
  .info-frame {
    width: 80%;
    padding: 70px 90px;
  }
  .info-frame .photo {
    width: 100%;
  }
  .info-frame .info-content {
    width: 100%;
    height: auto;
    position: relative;
  }
  .info-frame .info-content .text {
    font-size: 0.78em;
  }
  .info-frame .info-title {
    margin: 50px 0 20px 0;
  }
  .info-frame .info-title .absolute {
    top: -50px;
  }
  .info-frame .info-title .lan {
    width: 34px;
    height: 34px;
  }
  .info-frame .pronounce button {
    font-size: 0.78em !important;
  }
  .info-frame .voise {
    width: 30px;
  }
  .info-frame .frame-close-btn {
    margin: 50px auto -120px auto;
  }
  .map-hint {
    padding: 40px 0 0 60px;
  }
  .map-hint li {
    margin: 10px 0;
  }
  .map {
    border-width: 10px;
    width: 700px;
    font-size: 0.8em;
  }
  .map-title {
    width: 400px;
    margin: -150px auto 0 auto;
  }
  .map-pic {
    margin: 90px auto;
    -webkit-transform: scale(1.3);
       -moz-transform: scale(1.3);
        -ms-transform: scale(1.3);
         -o-transform: scale(1.3);
            transform: scale(1.3);
  }
  .frame-close-btn {
    border-width: 8px;
    margin-bottom: -50px;
  }
  .answer-btn button {
    font-size: 1.1em !important;
  }
}