@charset "UTF-8";
body {
  background-color: #000000;
}

#fkk p, #fkk a, #fkk span, #fkk h2, #fkk dt, #fkk dd {
  color: #fff;
  font-family: "游明朝体", "Yu Mincho", "yumin", YuMincho, serif;
}

h2 {
  font-size: 38px;
  color: #c9bc9c;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  h2 {
    font-size: 5.06vw;
  }
}

img {
  width: 100%;
  image-rendering: -webkit-optimize-contrast;
}

.content {
  max-width: 1070px;
  padding: 0;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .content {
    padding: 0 6vw;
  }
}

.fadeIn {
  opacity: 0;
  -webkit-transform: translate(0, 100px);
          transform: translate(0, 100px);
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
}

.fadeNow {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

img.lg-image {
  max-width: 90% !important;
}

@media screen and (min-width: 769px) {
  img.lg-image {
    max-width: 850px !important;
  }
}

#lg-download {
  display: none;
}

#lg-counter span {
  color: #fff;
}

#google_translate_element img {
  width: auto;
}

.topSlide__slide_inner:before {
  content: "";
  display: block;
  padding-top: 41.6%;
}

.topSlide__content {
  position: relative;
  height: auto;
}

.topSlide__content li {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 100%;
  height: 100%;
}

.topSlide__content p {
  font-size: 35px;
  font-weight: bold;
  border: 3px solid #c9bc9c;
  padding: 7px 85px;
  color: #c9bc9c !important;
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.6);
}

@media screen and (max-width: 768px) {
  .topSlide__content p {
    bottom: 2vw;
    font-size: 5vw;
    padding: 0vw 3vw;
    border: 2px solid #c9bc9c;
  }
}

.townBg {
  background-image: url(../img/mapWrapBg3.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}

.topYoutube {
  padding: 120px 0 30px;
}

@media screen and (max-width: 768px) {
  .topYoutube {
    padding: 16vw 0;
  }
}

.topYoutube .title {
  max-width: 300px;
  margin: 0 auto 60px;
}

@media screen and (max-width: 768px) {
  .topYoutube .title {
    max-width: 30%;
    margin: 0 auto 9vw;
  }
}

.topYoutube__wrap {
  position: relative;
  width: 85%;
  margin: 0 auto;
  z-index: 0;
}

.topYoutube__link {
  z-index: 1;
  border: 2px solid #c9bc9c;
}

.topYoutube__link a {
  display: block;
  z-index: 1;
}

.topYoutube__link a img {
  z-index: 1;
}

.topYoutube__icon {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.topYoutube__icon img {
  position: absolute;
  width: 170px;
  height: 170px;
}

@media screen and (max-width: 768px) {
  .topYoutube__icon img {
    width: 10vw;
    height: 10vw;
  }
}

.topYoutube__icon img:nth-child(1) {
  left: -30px;
  top: -24px;
}

@media screen and (max-width: 768px) {
  .topYoutube__icon img:nth-child(1) {
    left: -4vw;
    top: -3vw;
  }
}

.topYoutube__icon img:nth-child(2) {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  right: -30px;
  top: -24px;
}

@media screen and (max-width: 768px) {
  .topYoutube__icon img:nth-child(2) {
    right: -3vw;
    top: -3vw;
  }
}

.topYoutube__icon img:nth-child(3) {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  right: -30px;
  bottom: -24px;
}

@media screen and (max-width: 768px) {
  .topYoutube__icon img:nth-child(3) {
    right: -3vw;
    bottom: -4vw;
  }
}

.topYoutube__icon img:nth-child(4) {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  left: -30px;
  bottom: -24px;
}

@media screen and (max-width: 768px) {
  .topYoutube__icon img:nth-child(4) {
    left: -4vw;
    bottom: -4vw;
  }
}

.topYoutube__vrWrap {
  padding-top: 120px;
}

@media screen and (max-width: 768px) {
  .topYoutube__vrWrap {
    padding-top: 16vw;
  }
}

.topYoutube__vrWrap a {
  display: block;
  border: 1px solid #c9bc9c;
  width: 80%;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
  font-size: 35px;
  padding: 30px 0;
  color: #c9bc9c !important;
  -webkit-transition: 1s;
  transition: 1s;
}

@media screen and (max-width: 768px) {
  .topYoutube__vrWrap a {
    font-size: 5vw;
    font-weight: initial;
    padding: 6vw 0;
  }
}

.topYoutube__vrWrap a:hover {
  -webkit-transition: 1s;
  transition: 1s;
  background-color: #c9bc9c;
  color: #000000 !important;
}

.topContent {
  padding: 120px 0 0;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .topContent {
    padding: 16vw 0 0;
  }
}

.topContent .title {
  max-width: 735px;
  margin: 0 auto 60px;
}

@media screen and (max-width: 768px) {
  .topContent .title {
    max-width: 73%;
    margin: 0 auto 9vw;
  }
}

.topContent h2 {
  color: #c9bc9c !important;
  line-height: 1em;
  font-weight: bold;
  font-size: 38px;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .topContent h2 {
    font-size: 7vw;
    margin-bottom: 3.6vw;
    text-align: center;
  }
}

.topContent h2 span {
  font-size: 16px;
  color: #c9bc9c !important;
}

@media screen and (max-width: 768px) {
  .topContent h2 span {
    font-size: 2vw;
  }
}

.topContent__aboutTop {
  margin-bottom: 8vw;
  position: relative;
}

@media screen and (max-width: 768px) {
  .topContent__aboutTop {
    margin-bottom: 20vw;
  }
}

.topContent__aboutTopText {
  position: absolute;
  max-width: 500px;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .topContent__aboutTopText {
    position: static;
    margin: 0 auto 7vw;
    width: 95%;
  }
}

.topContent__aboutTopText p {
  mix-blend-mode: difference;
  font-size: 1.5rem;
}

@media screen and (max-width: 768px) {
  .topContent__aboutTopText p {
    font-size: 4vw;
  }
}

.topContent__aboutTopImgWrap {
  position: relative;
  -webkit-transition: 1s;
  transition: 1s;
  max-width: 540px;
  margin: 0 0 0 auto;
  transition: 1s;
}

.topContent__aboutTopImgWrap:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transform: translateX(0px) scale(1.1);
          transform: translateX(0px) scale(1.1);
}

.topContent__aboutTopImg {
  max-width: 540px;
  max-height: 300px;
  margin: 0 0 0 auto;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .topContent__aboutTopImg {
    width: 70%;
    margin: 0 auto 5vw;
  }
}

.topContent__aboutTopImg img {
  -webkit-transition: 1s;
  transition: 1s;
}

.topContent__aboutTopIcon {
  position: absolute;
  top: 0;
  height: 100%;
  width: 540px;
  right: 0;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .topContent__aboutTopIcon {
    width: 70%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
}

.topContent__aboutTopIcon img {
  position: absolute;
  width: 50px;
  height: 50px;
}

@media screen and (max-width: 768px) {
  .topContent__aboutTopIcon img {
    width: 8vw;
    height: 8vw;
  }
}

.topContent__aboutTopIcon img:nth-child(1) {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  right: -15px;
  top: -18px;
}

@media screen and (max-width: 768px) {
  .topContent__aboutTopIcon img:nth-child(1) {
    right: -3vw;
    bottom: -4vw;
  }
}

.topContent__aboutTopIcon img:nth-child(2) {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  left: -16px;
  bottom: -18px;
}

@media screen and (max-width: 768px) {
  .topContent__aboutTopIcon img:nth-child(2) {
    left: -4vw;
    bottom: -4vw;
  }
}

.topContent__aboutBottom {
  margin-bottom: 8vw;
  position: relative;
}

.topContent__aboutBottomText {
  position: absolute;
  right: 0;
  text-align: left;
  max-width: 500px;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .topContent__aboutBottomText {
    position: static;
    margin: 0 auto 7vw;
    width: 95%;
    text-align: left;
  }
}

.topContent__aboutBottomText p {
  mix-blend-mode: difference;
  font-size: 1.5rem;
}

@media screen and (max-width: 768px) {
  .topContent__aboutBottomText p {
    font-size: 4vw;
  }
}

.topContent__aboutBottomImgWrap {
  position: relative;
  -webkit-transition: 1s;
  transition: 1s;
}

.topContent__aboutBottomImgWrap:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transform: translateX(20px) scale(1.1);
          transform: translateX(20px) scale(1.1);
}

@media screen and (max-width: 768px) {
  .topContent__aboutBottomImgWrap:hover {
    -webkit-transform: translateX(0px) scale(1.1);
            transform: translateX(0px) scale(1.1);
  }
}

.topContent__aboutBottomImg {
  max-width: 540px;
  max-height: 300px;
  margin: 0 auto 0 0;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .topContent__aboutBottomImg {
    width: 70%;
    margin: 0 auto;
  }
}

.topContent__aboutBottomImg img {
  -webkit-transition: 1s;
  transition: 1s;
}

.topContent__aboutBottomIcon {
  position: absolute;
  top: 0;
  height: 100%;
  width: 540px;
  left: 0;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .topContent__aboutBottomIcon {
    width: 70%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
}

.topContent__aboutBottomIcon img {
  position: absolute;
  width: 50px;
  height: 50px;
}

@media screen and (max-width: 768px) {
  .topContent__aboutBottomIcon img {
    width: 8vw;
    height: 8vw;
  }
}

.topContent__aboutBottomIcon img:nth-child(1) {
  left: -16px;
  top: -18px;
}

@media screen and (max-width: 768px) {
  .topContent__aboutBottomIcon img:nth-child(1) {
    left: -4vw;
    bottom: -4vw;
  }
}

.topContent__aboutBottomIcon img:nth-child(2) {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  right: -16px;
  bottom: -18px;
}

@media screen and (max-width: 768px) {
  .topContent__aboutBottomIcon img:nth-child(2) {
    right: -3vw;
    bottom: -4vw;
  }
}

.floorMap {
  padding: 120px 0;
}

@media screen and (max-width: 768px) {
  .floorMap {
    padding: 16vw 0;
  }
}

.floorMap__img {
  position: relative;
}

.floorMap__announce {
  text-align: center;
  font-size: 18px;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .floorMap__announce {
    font-size: 3.4vw;
    margin-top: 2vw;
  }
}

.floorMap__room li {
  position: absolute;
  border: 3px solid #c9bc9c;
  text-align: center;
  background-size: cover;
  background-color: #000;
  -webkit-transition: 1s;
  transition: 1s;
}

@media screen and (max-width: 768px) {
  .floorMap__room li {
    border: 1px solid #c9bc9c;
  }
}

.floorMap__room li:hover {
  background-color: #818181;
}

.floorMap__room li a {
  display: block;
  font-size: 25px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .floorMap__room li a {
    font-size: 3.5vw;
  }
}

.floorMap__room li span {
  display: block;
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  .floorMap__room li span {
    font-size: 2vw;
  }
}

.floorMap__room li:nth-child(1) {
  bottom: 19%;
  width: 28%;
  left: 31%;
  background-image: url(../img/room_mainSquare.png);
}

@media screen and (max-width: 768px) {
  .floorMap__room li:nth-child(1) {
    bottom: 36vw;
    width: 41vw;
    left: 10vw;
  }
}

.floorMap__room li:nth-child(1) a {
  padding: 20% 2.5%;
}

@media screen and (max-width: 768px) {
  .floorMap__room li:nth-child(1) a {
    padding: 8.5vw 0;
  }
}

.floorMap__room li:nth-child(2) {
  bottom: 4%;
  width: 48%;
  left: 22%;
  background-image: url(../img/room_basementRoom.png);
}

@media screen and (max-width: 768px) {
  .floorMap__room li:nth-child(2) {
    bottom: 6vw;
    width: 75vw;
    left: 6vw;
  }
}

.floorMap__room li:nth-child(2) a {
  padding: 2.5%;
}

@media screen and (max-width: 768px) {
  .floorMap__room li:nth-child(2) a {
    padding: 4.5vw 0;
  }
}

.floorMap__room li:nth-child(3) {
  width: 21%;
  right: 3%;
  bottom: 5%;
  background-image: url(../img/room_saunaFloor.png);
}

@media screen and (max-width: 768px) {
  .floorMap__room li:nth-child(3) {
    width: 29vw;
    right: 3vw;
    bottom: 28vw;
  }
}

.floorMap__room li:nth-child(3) a {
  padding: 16% 2.5%;
}

@media screen and (max-width: 768px) {
  .floorMap__room li:nth-child(3) a {
    padding: 4.5vw 0;
  }
}

.floorMap__room li:nth-child(4) {
  bottom: 17%;
  left: 5%;
  width: 22%;
  background-image: url(../img/room_japaneseRoom.png);
}

@media screen and (max-width: 768px) {
  .floorMap__room li:nth-child(4) {
    bottom: 70vw;
    left: 3vw;
    width: 36vw;
  }
}

.floorMap__room li:nth-child(4) a {
  padding: 20% 2.5%;
}

@media screen and (max-width: 768px) {
  .floorMap__room li:nth-child(4) a {
    padding: 4.5vw 0;
  }
}

.floorMap__room li:nth-child(5) {
  bottom: 36%;
  right: 12%;
  width: 24%;
  background-image: url(../img/room_hotelRoom.png);
}

@media screen and (max-width: 768px) {
  .floorMap__room li:nth-child(5) {
    bottom: 72vw;
    right: 3vw;
    width: 31vw;
  }
}

.floorMap__room li:nth-child(5) a {
  padding: 16% 2.5%;
}

@media screen and (max-width: 768px) {
  .floorMap__room li:nth-child(5) a {
    padding: 4.5vw 0;
  }
}

.floorMap__room li:nth-child(6) {
  bottom: 43%;
  left: 11%;
  width: 37%;
  background-image: url(../img/room_suiteRoom.png);
}

@media screen and (max-width: 768px) {
  .floorMap__room li:nth-child(6) {
    bottom: 94vw;
    left: 10vw;
    width: 52vw;
  }
}

.floorMap__room li:nth-child(6) a {
  padding: 11% 2.5%;
}

@media screen and (max-width: 768px) {
  .floorMap__room li:nth-child(6) a {
    padding: 4.5vw 0;
  }
}

.floorMap__room li:nth-child(7) {
  bottom: 23.5%;
  right: 8%;
  width: 24%;
  background-image: url(../img/room_changingRoom.png);
}

@media screen and (max-width: 768px) {
  .floorMap__room li:nth-child(7) {
    bottom: 50vw;
    right: 2vw;
    width: 27vw;
  }
}

.floorMap__room li:nth-child(7):hover {
  background-color: #000;
}

.floorMap__room li:nth-child(7) p {
  display: block;
  font-size: 25px;
  font-weight: bold;
  padding: 4% 2.5%;
}

@media screen and (max-width: 768px) {
  .floorMap__room li:nth-child(7) p {
    font-size: 3.5vw;
    padding: 4.5vw 0;
  }
}

.floorMap__room li:nth-child(7) p span {
  display: block;
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  .floorMap__room li:nth-child(7) p span {
    font-size: 2vw;
  }
}

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

.modal ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.modal li {
  margin: 0 1%;
  margin-bottom: 2%;
  width: auto;
}

.modal li img {
  width: auto;
  height: 120px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media screen and (max-width: 768px) {
  .modal li img {
    height: 70px;
  }
}

.modal li img:hover {
  opacity: 0.5;
}

@media screen and (max-width: 768px) {
  .modal li img:hover {
    opacity: 1;
  }
}

.modal__bg {
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
}

.modal__content {
  background: rgba(0, 0, 0, 0.8);
  border: 1px solid #c9bc9c;
  left: 50%;
  padding: 40px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 900px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .modal__content {
    padding: 10vw 0;
    width: 90%;
  }
}

.modal__content h2 {
  margin-bottom: 20px;
  text-align: center;
  color: #c9bc9c !important;
}

.modal__content a {
  margin: 0 auto;
  border: 1px solid #c9bc9c !important;
  display: block;
  width: 200px;
  text-align: center;
  padding: 15px 0;
  font-weight: bold;
  -webkit-transition: 1s;
  transition: 1s;
  color: #c9bc9c !important;
}

.modal__content a:hover {
  background-color: #eee;
  color: #000 !important;
}

@media screen and (max-width: 768px) {
  .modal__content a {
    margin: 6vw auto 0;
    width: 50%;
    padding: 3vw 0;
  }
}

.packageWrap {
  background-image: url(../img/mainBgPc.jpg);
  background-size: contain;
}

@media screen and (max-width: 768px) {
  .packageWrap {
    background-image: url(../img/mainBgSp.jpg);
  }
}

.packageDetail {
  padding: 120px 0;
}

@media screen and (max-width: 768px) {
  .packageDetail {
    padding: 16vw 0;
  }
}

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

@media screen and (max-width: 768px) {
  .packageDetail .content {
    display: block;
  }
}

.packageDetail .title {
  max-width: 320px;
  margin: 0 auto 60px;
}

@media screen and (max-width: 768px) {
  .packageDetail .title {
    max-width: 32%;
    margin: 0 auto 9vw;
  }
}

.packageDetail__packageImgWrap {
  max-width: 300px;
  margin-right: 30px;
  position: relative;
  z-index: 0;
}

@media screen and (max-width: 768px) {
  .packageDetail__packageImgWrap {
    width: 60%;
    margin: 0 auto 10vw;
  }
}

.packageDetail__packageIcon {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  z-index: -1;
}

.packageDetail__packageIcon img {
  position: absolute;
  width: 50px;
  height: 50px;
}

@media screen and (max-width: 768px) {
  .packageDetail__packageIcon img {
    width: 8vw;
    height: 8vw;
  }
}

.packageDetail__packageIcon img:nth-child(1) {
  left: -16px;
  top: -18px;
}

@media screen and (max-width: 768px) {
  .packageDetail__packageIcon img:nth-child(1) {
    left: -4vw;
    bottom: -4vw;
  }
}

.packageDetail__packageIcon img:nth-child(2) {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  right: -16px;
  bottom: -18px;
}

@media screen and (max-width: 768px) {
  .packageDetail__packageIcon img:nth-child(2) {
    right: -3vw;
    bottom: -4vw;
  }
}

.packageDetail__packageText h2 {
  font-size: 25px;
  margin-bottom: 15px;
  color: #c9bc9c !important;
}

@media screen and (max-width: 768px) {
  .packageDetail__packageText h2 {
    font-size: 5vw;
  }
}

.packageDetail__packageText p {
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .packageDetail__packageText p {
    font-size: 4vw;
  }
}

.packageDetail__packagelink {
  background-color: #ffffff;
  width: 80%;
  margin: 30px auto 0;
}

.packageDetail__packagelink a {
  border: 2px solid #c9bc9c;
  display: block;
  text-align: center;
  padding: 10px 0;
  font-weight: bold;
  font-size: 35px;
  -webkit-transition: 1s;
  transition: 1s;
  color: #ffeec4 !important;
  background-size: cover;
  background-image: url(../img/buy.jpg);
}

.packageDetail__packagelink a:hover {
  opacity: 0.5;
  -webkit-transition: 1s;
  transition: 1s;
}

@media screen and (max-width: 768px) {
  .packageDetail__packagelink a {
    font-size: 5vw;
  }
}

.galleryWrap {
  padding-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .galleryWrap {
    padding-bottom: 12vw;
  }
}

.galleryWrap .title {
  max-width: 343px;
  margin: 0 auto 60px;
}

@media screen and (max-width: 768px) {
  .galleryWrap .title {
    max-width: 34%;
    margin: 0 auto 9vw;
  }
}

.galleryWrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.galleryWrap li {
  margin: 0 1%;
  margin-bottom: 2%;
  width: 14%;
}

@media screen and (max-width: 768px) {
  .galleryWrap li {
    width: 30%;
  }
}

.galleryWrap li:nth-child(1) {
  width: 6.3%;
}

@media screen and (max-width: 768px) {
  .galleryWrap li:nth-child(1) {
    width: 13.5%;
  }
}

.galleryWrap li img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.galleryWrap li img:hover {
  opacity: 0.5;
}

@media screen and (max-width: 768px) {
  .galleryWrap li img:hover {
    opacity: 1;
  }
}

.messageWrap {
  padding-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .messageWrap {
    padding-bottom: 10vw;
  }
}

.messageWrap .title {
  max-width: 409px;
  margin: 0 auto 60px;
}

@media screen and (max-width: 768px) {
  .messageWrap .title {
    max-width: 40%;
    margin: 0 auto 9vw;
  }
}

.messageWrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.messageWrap li {
  margin: 0 1%;
  margin-bottom: 2%;
  width: 30%;
}

@media screen and (max-width: 768px) {
  .messageWrap li {
    margin-bottom: 5%;
    width: 80%;
  }
}

.messageWrap__youtubeWrap {
  position: relative;
  padding-top: 56.25%;
  margin: 0 auto;
}

.messageWrap__youtubeWrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.messageWrap img {
  width: 100%;
}

.messageWrap video {
  width: 100%;
}

.articleWrap {
  padding: 60px 0;
}

@media screen and (max-width: 768px) {
  .articleWrap {
    padding: 10vw 0;
  }
}

.articleWrap .title {
  max-width: 270px;
  margin: 0 auto 60px;
}

@media screen and (max-width: 768px) {
  .articleWrap .title {
    max-width: 27%;
    margin: 0 auto 9vw;
  }
}

.articleWrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 768px) {
  .articleWrap ul {
    display: block;
  }
}

.articleWrap li {
  width: 30%;
  margin: 0 4%;
  margin-bottom: 3%;
}

@media screen and (max-width: 768px) {
  .articleWrap li {
    width: 80%;
    margin: 0 auto 6%;
  }
}

.articleWrap li a {
  font-size: 2rem;
  font-weight: bold;
  display: block;
  text-align: center;
}

.articleWrap li img {
  border: 1px solid #eee;
}

.articleWrap li p {
  text-align: center;
  margin-top: 10px;
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  .articleWrap li p {
    font-size: 4vw;
  }
}

.newRelease {
  padding: 60px 0;
  background-image: url(../img/newReleaseBg.png);
  background-size: auto;
}

@media screen and (max-width: 768px) {
  .newRelease {
    padding: 6.66vw 0;
    background-size: contain;
  }
}

.newRelease h2 {
  font-size: 38px;
  margin-bottom: 60px;
  line-height: 1em;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .newRelease h2 {
    font-size: 6.4vw;
    margin-bottom: 6.66vw;
  }
}

.newRelease__newList ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.newRelease__newList ul li {
  width: 16%;
  margin-right: 5%;
  margin-bottom: 47px;
}

@media screen and (max-width: 768px) {
  .newRelease__newList ul li {
    width: 38vw;
    margin-right: 12vw !important;
    margin-bottom: 6vw;
  }
}

.newRelease__newList ul li:nth-child(even) {
  margin-right: 5%;
}

@media screen and (max-width: 768px) {
  .newRelease__newList ul li:nth-child(even) {
    margin-right: 0 !important;
  }
}

.newRelease__newList ul li .newRelease__label a {
  margin-bottom: 10px;
  display: inline-block;
  font-size: 10px;
  background: #c9bc9c;
  color: #fff;
  font-weight: bold;
  padding: 2px 0.8em;
}

@media screen and (max-width: 768px) {
  .newRelease__newList ul li .newRelease__label a {
    font-size: 2vw;
  }
}

.newRelease__newList ul li .newRelease__title {
  margin-bottom: 15px;
}

.newRelease__newList ul li .newRelease__title a {
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .newRelease__newList ul li .newRelease__title a {
    font-size: 3.2vw;
    -webkit-line-clamp: 3;
  }
}

.newRelease__newList ul li dt {
  font-size: 10px;
  margin-right: 5px;
  margin-bottom: 5px;
  float: left;
  clear: both;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .newRelease__newList ul li dt {
    font-size: 3.2vw;
    margin-right: 2vw;
    margin-bottom: 1.5vw;
  }
}

.newRelease__newList ul li dd {
  font-size: 10px;
  margin-right: 5px;
  margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
  .newRelease__newList ul li dd {
    font-size: 3.2vw;
    margin-bottom: 1.5vw;
    margin-right: 0;
  }
}

.newRelease__newList ul li a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.newRelease__newList ul li a:hover {
  opacity: 0.5;
}

.newRelease__newList ul li a img {
  margin-bottom: 5px;
}

.newRelease__newList ul li:nth-child(5n) {
  margin-right: 0px;
}

@media screen and (max-width: 768px) {
  .newRelease__newList ul li:nth-child(5n) {
    margin-right: auto;
  }
}

@media screen and (min-width: 769px) {
  .spOnly {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .pcOnly {
    display: none !important;
  }
}

#main {
  margin-bottom: -100px;
}

@media screen and (max-width: 768px) {
  #main {
    margin-bottom: -6vh;
  }
}

#google_translate_element img {
  width: auto;
}

#modal img {
  width: auto;
}
/*# sourceMappingURL=style.css.map */