@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700|Open+Sans:400,700&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css2?family=Staatliches&display=swap");
/*size*/
/*color*/
/*sns*/
/* mixinCSS Document */
/*----------common----------*/
/*alt*/
/*hover*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
/* Icons */
@font-face {
  font-family: "slick";
  src: url('../../../fonts/slick.eot');
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/*!
	Modaal - accessible modals - v0.4.4
	by Humaan, for all humans.
	http://humaan.com
 */
.modaal-noscroll {
  overflow: hidden;
}

.modaal-accessible-hide {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0;
}

.modaal-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: auto;
  opacity: 1;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.modaal-wrapper * {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
}

.modaal-wrapper .modaal-close {
  border: none;
  background: 0 0;
  padding: 0;
  -webkit-appearance: none;
}

.modaal-wrapper.modaal-start_none {
  display: none;
  opacity: 1;
}

.modaal-wrapper.modaal-start_fade {
  opacity: 0;
}

.modaal-wrapper [tabindex="0"] {
  outline: 0 !important;
}

.modaal-wrapper.modaal-fullscreen {
  overflow: hidden;
}

.modaal-outer-wrapper {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
}

.modaal-fullscreen .modaal-outer-wrapper {
  display: block;
}

.modaal-inner-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: middle;
  text-align: center;
  padding: 80px 25px;
}

.modaal-fullscreen .modaal-inner-wrapper {
  padding: 0;
  display: block;
  vertical-align: top;
}

.modaal-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: auto;
  text-align: left;
  color: #000;
  max-width: 1000px;
  border-radius: 0;
  background: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  cursor: auto;
}

.modaal-container.is_loading {
  height: 100px;
  width: 100px;
  overflow: hidden;
}

.modaal-fullscreen .modaal-container {
  max-width: none;
  height: 100%;
  overflow: auto;
}

.modaal-close {
  position: fixed;
  right: 20px;
  top: 20px;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 50px;
  height: 50px;
  background: transparent;
  border-radius: 100%;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.modaal-close:focus, .modaal-close:hover {
  outline: 0;
  background: #fff;
}

.modaal-close:focus:after, .modaal-close:focus:before, .modaal-close:hover:after, .modaal-close:hover:before {
  background: #b93d0c;
}

.modaal-close span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-close:after, .modaal-close:before {
  display: block;
  content: " ";
  position: absolute;
  top: 14px;
  left: 23px;
  width: 4px;
  height: 22px;
  border-radius: 4px;
  background: #fff;
  -webkit-transition: background .2s ease-in-out;
  transition: background .2s ease-in-out;
}

.modaal-close:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.modaal-close:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modaal-fullscreen .modaal-close {
  background: #afb7bc;
  right: 10px;
  top: 10px;
}

.modaal-content-container {
  padding: 30px;
}

.modaal-confirm-wrap {
  padding: 30px 0 0;
  text-align: center;
  font-size: 0;
}

.modaal-confirm-btn {
  font-size: 14px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background: 0 0;
}

.modaal-confirm-btn.modaal-ok {
  padding: 10px 15px;
  color: #fff;
  background: #555;
  border-radius: 3px;
  -webkit-transition: background .2s ease-in-out;
  transition: background .2s ease-in-out;
}

.modaal-confirm-btn.modaal-ok:hover {
  background: #2f2f2f;
}

.modaal-confirm-btn.modaal-cancel {
  text-decoration: underline;
}

.modaal-confirm-btn.modaal-cancel:hover {
  text-decoration: none;
  color: #2f2f2f;
}

.modaal-instagram .modaal-container {
  width: auto;
  background: 0 0;
  box-shadow: none !important;
}

.modaal-instagram .modaal-content-container {
  padding: 0;
  background: 0 0;
}

.modaal-instagram .modaal-content-container > blockquote {
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}

.modaal-instagram iframe {
  opacity: 0;
  margin: -6px !important;
  border-radius: 0 !important;
  width: 1000px !important;
  max-width: 800px !important;
  box-shadow: none !important;
  -webkit-animation: instaReveal 1s linear forwards;
  animation: instaReveal 1s linear forwards;
}

.modaal-image .modaal-inner-wrapper {
  padding-left: 140px;
  padding-right: 140px;
}

.modaal-image .modaal-container {
  width: auto;
  max-width: 100%;
}

.modaal-gallery-wrap {
  position: relative;
  color: #fff;
}

.modaal-gallery-item {
  display: none;
}

.modaal-gallery-item img {
  display: block;
}

.modaal-gallery-item.is_active {
  display: block;
}

.modaal-gallery-label {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 20px 0 0;
  font-size: 18px;
  text-align: center;
  color: #fff;
}

.modaal-gallery-label:focus {
  outline: 0;
}

.modaal-gallery-control {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1;
  cursor: pointer;
  color: #fff;
  width: 50px;
  height: 50px;
  background: transparent;
  border: none;
  border-radius: 100%;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.modaal-gallery-control.is_hidden {
  opacity: 0;
  cursor: default;
}

.modaal-gallery-control:focus, .modaal-gallery-control:hover {
  outline: 0;
  background: #fff;
}

.modaal-gallery-control:focus:after, .modaal-gallery-control:focus:before, .modaal-gallery-control:hover:after, .modaal-gallery-control:hover:before {
  background: #afb7bc;
}

.modaal-gallery-control span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-gallery-control:after, .modaal-gallery-control:before {
  display: block;
  content: " ";
  position: absolute;
  top: 16px;
  left: 25px;
  width: 4px;
  height: 18px;
  border-radius: 4px;
  background: #fff;
  -webkit-transition: background .2s ease-in-out;
  transition: background .2s ease-in-out;
}

.modaal-gallery-control:before {
  margin: -5px 0 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.modaal-gallery-control:after {
  margin: 5px 0 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modaal-gallery-next-inner {
  left: 100%;
  margin-left: 40px;
}

.modaal-gallery-next-outer {
  right: 45px;
}

.modaal-gallery-prev:after, .modaal-gallery-prev:before {
  left: 22px;
}

.modaal-gallery-prev:before {
  margin: 5px 0 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.modaal-gallery-prev:after {
  margin: -5px 0 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modaal-gallery-prev-inner {
  right: 100%;
  margin-right: 40px;
}

.modaal-gallery-prev-outer {
  left: 45px;
}

.modaal-video-wrap {
  margin: auto 0;
  position: relative;
}

.modaal-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #000;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.modaal-video-container embed, .modaal-video-container iframe, .modaal-video-container object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modaal-iframe .modaal-content {
  width: 100%;
  height: 100%;
}

.modaal-iframe-elem {
  width: 100%;
  height: 100%;
  display: block;
}

.modaal-loading-spinner {
  background: 0 0;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  -webkit-transform: scale(0.25);
  -ms-transform: scale(0.25);
  transform: scale(0.25);
}

.modaal-loading-spinner > div {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-top: 4px;
  position: absolute;
}

.modaal-loading-spinner > div > div {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #fff;
}

.modaal-loading-spinner > div:nth-of-type(1) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.modaal-loading-spinner > div:nth-of-type(2) > div, .modaal-loading-spinner > div:nth-of-type(3) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(1) {
  -ms-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(2) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .12s;
  animation-delay: .12s;
}

.modaal-loading-spinner > div:nth-of-type(2) {
  -ms-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(3) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .25s;
  animation-delay: .25s;
}

.modaal-loading-spinner > div:nth-of-type(4) > div, .modaal-loading-spinner > div:nth-of-type(5) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(3) {
  -ms-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(4) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .37s;
  animation-delay: .37s;
}

.modaal-loading-spinner > div:nth-of-type(4) {
  -ms-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(5) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}

.modaal-loading-spinner > div:nth-of-type(6) > div, .modaal-loading-spinner > div:nth-of-type(7) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(5) {
  -ms-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(6) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .62s;
  animation-delay: .62s;
}

.modaal-loading-spinner > div:nth-of-type(6) {
  -ms-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(7) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .75s;
  animation-delay: .75s;
}

.modaal-loading-spinner > div:nth-of-type(7) {
  -ms-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(8) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .87s;
  animation-delay: .87s;
}

.modaal-loading-spinner > div:nth-of-type(8) {
  -ms-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
}

@media only screen and (min-width: 1400px) {
  .modaal-video-container {
    padding-bottom: 0;
    height: 731px;
  }
}
@media only screen and (max-width: 1140px) {
  .modaal-image .modaal-inner-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }

  .modaal-gallery-control {
    top: auto;
    bottom: 20px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background: rgba(0, 0, 0, 0.7);
  }

  .modaal-gallery-control:after, .modaal-gallery-control:before {
    background: #fff;
  }

  .modaal-gallery-next {
    left: auto;
    right: 20px;
  }

  .modaal-gallery-prev {
    left: 20px;
    right: auto;
  }
}
@media screen and (max-width: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
}
@media only screen and (max-width: 600px) {
  .modaal-instagram iframe {
    width: 280px !important;
  }
}
@media screen and (max-height: 1100px) {
  .modaal-instagram iframe {
    width: 700px !important;
  }
}
@media screen and (max-height: 1000px) {
  .modaal-inner-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .modaal-instagram iframe {
    width: 600px !important;
  }
}
@media screen and (max-height: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }

  .modaal-video-container {
    max-width: 900px;
    max-height: 510px;
  }
}
@media only screen and (max-height: 820px) {
  .modaal-gallery-label {
    display: none;
  }
}
@keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: .1;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: .1;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/*
 top.css
*/
.linkBlue {
  color: #09299c !important;
  text-decoration: underline !important;
}
.linkBlue:hover {
  color: #09299c !important;
  text-decoration: underline !important;
  background-color: #ffec0c !important;
}

/* mapModal
========================================== */
.mapModal {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 100%);
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  overscroll-behavior: contain;
  overflow-y: scroll;
}
.mapModal .mapModalInner {
  border-radius: 20px;
  position: relative;
  width: 50%;
  margin: 0 auto;
}
.mapModal .mapModalInner .mapImage {
  width: 80%;
  margin: auto;
}
.mapModal .mapModalInner .mapImage img {
  width: 100%;
}
.mapModal .nonScroll {
  height: calc(100% + 1px);
  width: 1px;
  background-color: transparent;
}

.mapModal.active {
  opacity: 1 !important;
  visibility: visible !important;
}

@media only screen and (max-width: 640px) {
  .mapModal .mapModalInner {
    width: 100%;
  }
  .mapModal .mapModalInner .modal-close .closeIcon {
    width: 40px;
    padding: 40px 0 0;
  }
}
.modaal-wrapper .modaal-close {
  border: #fff 2px solid;
  background: #000;
  position: absolute;
  top: -15px;
  right: -15px;
}

.modaal-close:hover {
  opacity: 0.6;
  transition: 0.2s;
}

.modaal-close::before, .modaal-close::after {
  top: 12px;
  left: 21px;
}

.modaal-close:hover::after {
  background: #fff;
}

.modaal-close:hover::before {
  background: #fff;
}

.mapImage {
  display: flex;
  align-items: center;
}

.modaal-container {
  border-radius: 20px;
}

.modaal-content-container {
  padding: 0;
}

.modaal-content-container img {
  width: 100%;
}

.about .aboutArea .aboutBlock .right .modal-open {
  background: none;
}

.about .aboutArea .aboutBlock .right a:hover {
  background: none;
}

.modaal-outer-wrapper {
  width: 60%;
  height: 60%;
  margin: auto;
}

@media only screen and (max-width: 640px) {
  .modaal-wrapper .modaal-close {
    width: 35px;
    height: 35px;
    top: -12px;
    right: -12px;
  }

  .modaal-close::before, .modaal-close::after {
    width: 3px;
    height: 18px;
    top: 7px;
    left: 14px;
  }

  .modaal-outer-wrapper {
    width: 100%;
    height: 100%;
    margin: auto;
  }
}
/* mainvisual
========================================== */
.mainvisual {
  text-indent: -9999px;
  display: block;
  overflow: hidden;
  line-height: 0;
  background: #e71f19 url("/quiz/2025/images/common/mv_top_pc.jpg") no-repeat center top;
  background-size: contain;
  overflow: hidden;
  padding-top: 27.29167%;
}

@media only screen and (max-width: 640px) {
  .mainvisual {
    text-indent: -9999px;
    display: block;
    overflow: hidden;
    line-height: 0;
    background: #e71f19 url("/quiz/2025/images/common/mv_top_sp.jpg") no-repeat center top;
    background-size: contain;
    padding-top: 66.66667%;
  }
}
/* news
========================================== */
.news {
  background-color: #fff;
  border-top: 1px solid #fff;
  -moz-box-shadow: 0 6px 5px 0 rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 6px 5px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 6px 5px 0 rgba(0, 0, 0, 0.12);
  height: 50px;
  position: relative;
  z-index: 10;
}
.news_inner {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
.news_title {
  background-color: #222;
  text-align: center;
  height: 50px;
  width: 140px;
  padding-left: 13px;
  position: relative;
  font-family: 'Staatliches', sans-serif;
  font-size: 20px;
  line-height: 50px;
  letter-spacing: 0.1em;
  color: #fff;
}
.news_title:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 44px 0 0;
  border-color: #222 transparent transparent transparent;
  position: absolute;
  bottom: 0;
  right: -44px;
}
.news_list {
  width: calc(100% - 140px);
}
.news_item {
  padding-left: 50px;
  white-space: nowrap;
  font-size: 15px;
  line-height: 50px;
  letter-spacing: 0.1em;
}
.news_item .-en {
  margin-right: 0.5em;
  font-family: 'Staatliches', sans-serif;
  font-size: 16px;
}
.news_item .-ja {
  font-family: 'Noto Sans JP', sans-serif;
}
.news_item a {
  color: #e02d73;
}

@media only screen and (max-width: 640px) {
  .news {
    height: auto;
  }
  .news_inner {
    overflow: hidden;
    width: 100%;
  }
  .news_title {
    width: 20.875%;
    height: auto;
    padding-left: 5px;
    font-size: 21px;
    font-size: 3.28125vw;
    line-height: 2em;
  }
  .news_list {
    padding-left: 0;
    width: 78%;
  }
  .news_item {
    font-size: 18px;
    font-size: 2.8125vw;
    padding-left: 25px;
    line-height: 2.33em;
  }
  .news_item .-en {
    font-size: 18px;
    font-size: 2.8125vw;
  }
}
/* login
========================================== */
.login {
  background: #fff;
  padding: 3% 0;
  width: 100%;
}
.login .login_title {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #e71f19;
  padding-bottom: 1.5em;
}
.login .loginBtn a {
  display: block;
  width: 50%;
  margin: 0 auto;
  padding: 1em;
  max-width: 360px;
  background-color: #e71f19;
  border-radius: 50px;
  text-align: center;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: 18px;
}

@media only screen and (max-width: 640px) {
  .login .login_title {
    font-size: 3.525vw;
    padding: 1em 0;
  }
  .login .loginBtn a {
    width: 60%;
    margin: 0 auto 1em;
    font-size: 3.125vw;
  }
}

/* special
========================================== */
.special {
  background: #fff;
  padding: 3% 0;
  width: 100%;
}
.special .special_title {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #e71f19;
  padding-bottom: 1.5em;
}
.special .specialBtn a {
  display: block;
  width: 50%;
  margin: 0 auto;
  padding: 1em;
  max-width: 360px;
  background-color: #e71f19;
  border-radius: 50px;
  text-align: center;
  color: #ffec0c;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: 18px;
}

@media only screen and (max-width: 640px) {
  .special .special_title {
    font-size: 3.525vw;
    padding: 1em 0;
  }
  .special .specialBtn a {
    width: 60%;
    margin: 0 auto 1em;
    font-size: 3.125vw;
  }
}

/* genre
========================================== */
.genre {
  background: url("/quiz/2025/images/common/bg_pattern.jpg") repeat center top;
  -moz-box-shadow: 0 6px 5px 0 rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 6px 5px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 6px 5px 0 rgba(0, 0, 0, 0.12);
}
.genre_inner {
  margin: auto;
  padding: 0 20px 20px;
  max-width: 960px;
  position: relative;
  z-index: 1;
}
.genre_block {
  padding-bottom: 30px;
}
.genre .genreTitle {
  text-align: center;
  color: #000;
  font-weight: bold;
  background-color: #ffec0c;
  border-radius: 90px;
  width: 80%;
  margin: 0 auto -2.5%;
  padding: 0.4em;
  font-size: 20px;
  letter-spacing: 0.1em;
  z-index: 10;
  position: relative;
  line-height: 1.4em;
}
.genre .genreTitle .small {
  font-size: 16px;
}
.genre .genreTitle .textRed {
  color: #e71f19;
}
.genre .genreTit {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #ffec0c;
  margin: 1em auto 0.6em;
  line-height: 1.6em;
}
.genre .genreText {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #fff;
}
.genre .genre10 {
  background-color: #fff;
  border-radius: 20px;
  padding: 6% 4% 4%;
  margin-top: 0;
}
.genre .genre10 ul {
  text-indent: -9999px;
  display: block;
  overflow: hidden;
  line-height: 0;
  width: 100%;
  background: url("/quiz/2025/images/top/genre_pc.png") no-repeat center top;
  background-size: contain;
  padding-top: 10.10%;
}

@media only screen and (max-width: 1000px) {
  .genre .genreText .onlyPc {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  .genre_block {
    padding-bottom: 2%;
  }
  .genre .genreTitle {
    margin: 0 auto -5%;
    padding: 0.4em;
    font-size: 3.8125vw;
  }
  .genre .genreTitle .small {
    font-size: 3.1125vw;
  }
  .genre .genreTit {
    font-size: 4.0125vw;
  }
  .genre .genreText {
    font-size: 3.4125vw;
  }
  .genre .genreText .onlyPc {
    display: none;
  }
  .genre .genre10 {
    padding: 8% 6% 6%;
  }
  .genre .genre10 ul {
    background: url("/quiz/2025/images/top/genre_sp.png") no-repeat center top;
    background-size: contain;
    padding-top: 67.12%;
  }
}
/* topics
========================================== */
.topics {
  background: url("/quiz/2025/images/common/bg_pattern.jpg") repeat center top;
  -moz-box-shadow: 0 6px 5px 0 rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 6px 5px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 6px 5px 0 rgba(0, 0, 0, 0.12);
}
.topics_inner {
  margin: auto;
  padding: 0 20px 20px;
  max-width: 960px;
  position: relative;
  z-index: 1;
}
.topics_block {
  background: #fff;
  -moz-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  margin-bottom: 2%;
  letter-spacing: 0.1em;
}
.topics_block a.topics_bnr:hover {
  background-color: #fff;
  opacity: 0.8;
}
.topics_bnr {
  border-radius: 20px;
  display: block;
  padding: 30px;
  transition: 0.2s opacity;
}
.topics_link {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.topics_item:not(:last-child) {
  margin-bottom: 2%;
}
.topics_item_thum {
  max-width: 200px;
  height: auto;
  display: block;
  line-height: 0;
  position: relative;
}
.topics_item_thum img {
  width: 100%;
  height: auto;
  border-radius: 3px;
  z-index: 1;
  /*マウスのクリック抑制*/
  pointer-events: none;
  /*スマホの長押し抑制*/
  -webkit-touch-callout: 　none;
  -webkit-user-select: 　none;
  -moz-user-select: 　none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  user-drag: none;
}
.topics_item_thum::before {
  display: block;
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  /* Chromeでは何かしら透明色以外の背景色を指定ないとだめ */
  background: #fff;
  /* 透明度を0 */
  opacity: 0;
}
.topics_item_text {
  width: calc(100% - 233px);
}
.topics_item_title {
  display: block;
  color: #222;
}
.topics_item_date {
  display: block;
}

@media only screen and (max-width: 640px) {
  .topics_block {
    padding: 5% 3%;
    border-radius: 12px;
    padding-bottom: 2%;
  }
  .topics_item_thum {
    width: 30%;
  }
  .topics_item_text {
    width: calc(100% - 33%);
  }
  .topics_item_title, .topics_item_date {
    font-size: 12px;
  }
}
/* movie
========================================== */
.movie {
  position: relative;
}
.movie .movie_player {
  width: 100%;
  max-width: 750px;
  margin: 1.5% auto 0;
}
.movie .movie_player .movie_embed {
  width: 100%;
  margin: 0 auto 5%;
  padding-top: 56.25%;
  position: relative;
}
.movie .movie_player .movie_embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.movie .frameBlock {
  width: 100%;
  max-width: 750px;
  margin: 1.5% auto 0;
}
.movie .frameBlock .movieframe {
  width: 100%;
  margin: 0 auto 5%;
  padding-top: 56.25%;
  position: relative;
}
.movie .frameBlock .movieframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.movie_inner {
  margin: auto;
  padding: 0 20px 20px;
  max-width: 960px;
}
.movie_inner .article_title {
  padding-top: 40px;
}

.movie-slick {
  margin-bottom: 40px;
}

body .modaal-video-container {
  padding-bottom: 0;
  max-width: 900px;
  height: 510px;
}

.movie-slick-item {
  padding: 0 0.15%;
}
.movie-slick-item a {
  outline: none;
}
.movie-slick-thumb {
  background-size: contain;
  padding-top: 56.25%;
}
.movie-slick .slick-arrow {
  background-color: #222;
  height: 36px;
  width: 36px;
  z-index: 10;
  border-radius: 50%;
  border: #fff 2px solid;
}
.movie-slick .slick-arrow::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border: 2px solid;
  border-color: #fff #fff transparent transparent;
  opacity: 1;
}
.movie-slick .slick-next {
  right: -10px;
}
.movie-slick .slick-next::before {
  left: 9px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.movie-slick .slick-prev {
  left: -10px;
}
.movie-slick .slick-prev::before {
  right: 9px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.movie-slick.min .movie-slick-item {
  padding: 0 1%;
}

@media only screen and (max-width: 640px) {
  .movie {
    background-size: 150%;
  }
  .movie_inner {
    padding: 0 20px 10px;
  }
  .movie_inner .article_title {
    padding-top: 25px;
  }
  .movie_player {
    padding: 10px 0 0;
  }
  .movie .movie-slick {
    padding: 8px 0;
    margin-bottom: 4%;
  }
  .movie .movie-slick .slick-slider {
    width: 110%;
    left: -5%;
  }
  .movie .movie-slick.min .movie-slick-item {
    padding: 0 0.2%;
  }
}
@media only screen and (max-width: 1000px) {
  body .modaal-video-container {
    padding-bottom: 56.25%;
    height: 0;
  }
}
/* genre
========================================== */
/* .genre{
  background: url('/quiz/2024/images/common/bg_pattern.jpg') repeat center top;
  @include box-shadow( 0 6px 5px 0 rgba(0,0,0,.12));
  &_inner{
    margin: auto;
    padding: 0 20px 20px;
    max-width: $mainWidth;
    position: relative;
    z-index: 1;
  }
  &_block{
    padding-bottom: 30px;
  }
  .genreTitle{
    text-align: center;
    color: #000;
    font-weight: bold;
    background-color: $colorYl;
    border-radius:90px;
    width: 80%;
    margin: 0 auto -2.5%;
    padding: 0.4em;
    font-size: 20px;
    letter-spacing: 0.1em;
    z-index: 10;
    position: relative;
    line-height: 1.4em;
    .small{
      font-size: 16px;
    }
    .textRed{
      color: #e71f19;
    }
  }
  .genreTit{
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.1em;
    color: $colorYl;
    margin: 1em auto 0.6em;
    line-height: 1.6em;
  }
  .genreText{
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.1em;
    color: #fff;
  }
  .genre10{
    background-color: #fff;
    border-radius: 20px;
    padding:6% 4% 4%;
    margin-top: 0;
    ul{
      @include altText;
      width: 100%;
      background: url('/quiz/2024/images/top/genre_pc.png') no-repeat center top;
      background-size: contain;
      padding-top: 10.10%;
    }
  }
}
@media only screen and (max-width: 1000px) {
  .genre{
    .genreText{
      .onlyPc{
        display: none;
      }
    }
  }
}
@media only screen and (max-width: 640px){
  .genre{
    &_block{
      padding-bottom: 2%;
    }
    .genreTitle{
      margin: 0 auto -5%;
      padding: 0.4em;
      font-size: 3.8125vw;
      .small{
        font-size: 3.1125vw;
      }
    }
    .genreTit{
      font-size: 4.0125vw;
    }
    .genreText{
      font-size: 3.4125vw;
      .onlyPc{
        display: none;
      }
    }
    .genre10{
      padding:8% 6% 6%;
      ul{
        background: url('/quiz/2024/images/top/genre_sp.png') no-repeat center top;
        background-size: contain;
        padding-top: 67.12%;
      }
    }
  }
} */
/* about
========================================== */
.about {
  position: relative;
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 0.1em;
}
.about .fontRed {
  color: #e71f19;
}
.about .fontBold {
  font-weight: bold;
}
.about .onlyPc {
  display: block;
}
.about .onlySp {
  display: none;
}
.about_inner {
  margin: auto;
  padding: 0 20px 0;
  max-width: 960px;
  position: relative;
  z-index: 1;
}
.about_block {
  padding-bottom: 30px;
}
.about .aboutText {
  text-indent: -9999px;
  display: block;
  overflow: hidden;
  line-height: 0;
  width: 100%;
  margin: 0 auto 3%;
  background: url("/quiz/2025/images/top/about_pc.png") no-repeat center top;
  background-size: contain;
  padding-top: 51.5625%;
}
.about_table {
  width: 100%;
}
.about_table tr {
  display: block;
  letter-spacing: 0.1em;
  background: url("/quiz/2025/images/common/bg_dots.png") repeat-x left top;
}
.about_table tr th span {
  color: #e71f19;
  background-color: #fff;
  border: #e71f19 1px solid;
}
.about_table tr:last-child th, .about_table tr:last-child td {
  padding-bottom: 5px;
}
.about_table tr:last-child th {
  vertical-align: top;
}
.about_table .shikaku td {
  color: #e71f19;
  font-weight: bold;
}
.about_table .shikaku td span {
  font-weight: normal;
  font-size: small;
  color: #000;
}
.about_table .entry {
  background: url("/quiz/2025/images/common/bg_dots.png") repeat-x left top;
}
.about_table .entry th span {
  color: #fff;
  background-color: #aaa !important;
  border: #aaa 1px solid;
}
.about_table .entry td {
  font-weight: bold !important;
  color: #e71f19;
}
.about_table .entryEnd th span {
  color: #fff;
  background-color: #777 !important;
  border: #777 1px solid !important;
}
.about_table th {
  padding: 12px 10px 14px;
  width: 18em;
  white-space: nowrap;
  line-height: 1.4em;
  vertical-align: middle;
}
.about_table th span {
  padding: 15px 0;
  display: block;
  border-radius: 6px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  color: #fff;
}
.about_table td {
  padding: 12px 10px 14px;
  font-family: 'Noto Sans JP', sans-serif;
  vertical-align: middle;
  font-size: 15px;
  line-height: 2;
  line-height: 1.4em;
}
.about_table td .-sml {
  font-size: 12px;
}
.about_table td .textRight {
  text-align: right;
}
.about_image {
  margin-bottom: 15px;
  width: 71.6%;
  float: right;
}
.about_image_illust {
  text-indent: -9999px;
  display: block;
  overflow: hidden;
  line-height: 0;
  background: url("/quiz/2025/images/top/about_illust_pc.png") no-repeat center top;
  background-size: contain;
  padding-top: 26.67%;
}
.about .aboutArea {
  background: #fff;
  -moz-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  padding: 30px;
  margin-bottom: 2%;
  letter-spacing: 0.1em;
}
.about .aboutArea .aboutBlock {
  position: relative;
  overflow: hidden;
  clear: both;
  padding-bottom: 1.5em;
  margin-bottom: 1.5em;
  background: url("/quiz/2025/images/common/bg_dots.png") repeat-x left bottom;
}
.about .aboutArea .aboutBlock:last-child {
  background: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.about .aboutArea .aboutBlock .title {
  width: 100%;
  background: #e71f19;
  border-radius: 90px;
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  padding: 0.4em 0;
  margin: 0 auto 3%;
}
.about .aboutArea .aboutBlock .left {
  width: 60%;
  float: left;
}
.about .aboutArea .aboutBlock .left dl dd {
  font-size: 14px;
  line-height: 2em;
}
.about .aboutArea .aboutBlock .right {
  width: 38%;
  float: right;
}
.about .aboutArea .aboutBlock .right .modal-open {
  cursor: pointer;
}
.about .aboutArea .aboutBlock .right img {
  width: 100%;
  height: 100%;
}
.about .aboutArea .aboutBlock .right .comment {
  font-size: 14px;
}
.about .aboutArea .aboutBlock .pointBlock {
  clear: both;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  padding-top: 2%;
}
.about .aboutArea .aboutBlock .pointBlock .border {
  float: left;
}
.about .aboutArea .aboutBlock .pointBlock .border {
  float: right;
}
.about .aboutArea .aboutBlock .pointBlock .pointInner .pointTitle {
  background-color: #ffec0c;
  border-radius: 90px;
  text-align: center;
  color: #e71f19;
  padding: 0.6em;
  font-weight: bold;
  margin-bottom: 1em;
}
.about .aboutArea .aboutBlock .pointBlock .pointInner .pointAbout {
  color: #e71f19;
  font-weight: bold;
  margin-bottom: 0.6em;
}
.about .aboutArea .aboutBlock .pointBlock .pointInner .textCenter {
  font-size: 1.6rem;
  text-align: center;
}
.about .aboutArea .aboutBlock .pointBlock .pointInner .textSmall {
  font-size: 1.2rem;
  text-align: right;
}
.about .aboutArea .aboutBlock .pointBlock .pointInner .pointText {
  margin-bottom: 0.6em;
}
.about .aboutArea .aboutBlock .pointBlock .pointInner .pointText .fontRed {
  color: #e71f19;
}
.about .aboutArea .aboutBlock .pointBlock .pointInner .textIndent {
  text-indent: -1em;
  padding-left: 1em;
}

@media only screen and (max-width: 1000px) {
  .about_table tr th {
    width: 15em;
  }
}
@media only screen and (max-width: 640px) {
  .about .onlyPc {
    display: none;
  }
  .about .onlySp {
    display: block;
  }
  .about_inner {
    padding: 0 2% 2%;
  }
  .about_block {
    padding-bottom: 3%;
  }
  .about_image {
    width: 100%;
  }
  .about .aboutText {
    margin: 3% 0 5%;
    background: url("/quiz/2025/images/top/about_sp.png") no-repeat center top;
    background-size: contain;
    padding-top: 106.66667%;
  }
  .about_table tr th {
    width: 8em;
    vertical-align: top;
  }
  .about_table tr th span {
    padding: 8px 8px 8px;
  }
  .about_table tr th span {
    font-size: 2.9vw;
  }
  .about_table tr td {
    padding: 12px 5px 14px 5px;
    font-size: 20px;
    font-size: 3.125vw;
  }
  .about_table tr td .-sml {
    font-size: 14px;
    font-size: 2.1875vw;
  }
  .about_table .shikaku td span {
    font-size: 2.1875vw !important;
  }
  .about .aboutArea {
    padding: 5% 3%;
    border-radius: 12px;
  }
  .about .aboutArea .title {
    font-size: 3.125vw !important;
  }
  .about .aboutArea .aboutBlock .left {
    width: 100%;
    float: none;
  }
  .about .aboutArea .aboutBlock .left dl dt {
    font-size: 3.425vw;
  }
  .about .aboutArea .aboutBlock .left dl dd {
    font-size: 3vw;
  }
  .about .aboutArea .aboutBlock .left dl dd:last-child {
    margin-bottom: 1em;
  }
  .about .aboutArea .aboutBlock .right {
    width: 100%;
    float: none;
    margin: auto;
  }
  .about .aboutArea .aboutBlock .right .comment {
    font-size: 3vw;
  }
  .about .aboutArea .aboutBlock .right img {
    width: 100%;
    height: 100%;
  }
  .about .aboutArea .aboutBlock .pointBlock {
    clear: both;
    display: block;
    width: 100%;
    padding-top: 2%;
  }
  .about .aboutArea .aboutBlock .pointBlock .pointInner {
    width: 100%;
    padding-right: 0;
    clear: both;
    margin-bottom: 3%;
    overflow: hidden;
  }
  .about .aboutArea .aboutBlock .pointBlock .pointInner:last-child {
    margin-bottom: 0;
  }
  .about .aboutArea .aboutBlock .pointBlock .pointInner .pointTitle {
    font-size: 3.125vw !important;
  }
  .about .aboutArea .aboutBlock .pointBlock .pointInner .pointAbout {
    font-size: 3.125vw !important;
  }
  .about .aboutArea .aboutBlock .pointBlock .pointInner .textSmall {
    font-size: 2.825vw !important;
  }
  .about .aboutArea .aboutBlock .pointBlock .pointInner .textCenter {
    font-size: 3.525vw !important;
  }
  .about .aboutArea .aboutBlock .pointBlock .pointInner .pointText {
    font-size: 3vw;
    margin-top: 1em;
    margin-bottom: 0;
  }
}
