/* CSS Document */
* {
  box-sizing: border-box;
}

ul, li, h2, p, h4, h3, dt, dd {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

img {
  vertical-align: bottom;
}

@media (min-width: 1200px) {
  .repc {
    display: block;
  }
  .resp {
    display: none;
  }
  img.repc {
    display: inline-block;
  }
  img.resp {
    display: none;
  }
}
@media (max-width: 1200px) {
  .repc {
    display: none;
  }
  .resp {
    display: block;
  }
  img.resp {
    display: inline-block;
  }
  img.repc {
    display: none;
  }
}
a:hover, .hov:hover {
  opacity: 0.7;
}

body {
  background: url(../images/bg.jpg?03);
  background-size: 83% auto;
  background-attachment: fixed;
  font-size: 15px;
}
@media (max-width: 1200px) {
  body {
    font-size: 14px;
    background-size: 100% auto;
    background-repeat: repeat-y;
  }
}

header {
  position: fixed;
  right: 0;
  top: 0;
  width: 18%;
  min-width: 240px;
  height: 100vh;
  background: #5b6a9c;
  z-index: 200;
}
@media (max-width: 1200px) {
  header {
    display: none;
  }
}
header h1 {
  text-align: center;
}
header nav {
  background: url(../images/img_nav.png?03) no-repeat center top;
  padding-top: 80px;
}
header nav ul {
  display: flex;
  justify-content: center;
}
header nav ul li {
  width: 40px;
  text-align: center;
}
header nav ul li:hover {
  cursor: pointer;
}
header nav ul:last-of-type {
  border-top: #ccc dashed 1px;
  width: 70%;
  margin: 20px auto;
  padding-top: 20px;
}
header nav h2 {
  text-align: center;
  position: absolute;
  bottom: 10px;
  width: 100%;
}

.container {
  width: 82%;
  position: relative;
  background: url(../images/bg_line.png?04) repeat-y center;
  z-index: 103;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .container {
    width: 100%;
    overflow: hidden;
  }
}

.mainimg {
  width: 100%;
  overflow: hidden;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.3);
  position: relative;
}
@media (max-width: 799px) {
  .mainimg {
    padding-bottom: 95px;
  }
}
@media (max-width: 799px) {
  .mainimg .box_mainimg_pc {
    display: none;
  }
  .mainimg .box_mainimg_tb {
    display: none;
  }
  .mainimg .box_mainimg_sp {
    display: block;
  }
  .mainimg .box_mainimg_sp {
    position: relative;
  }
  .mainimg .box_mainimg_sp h2 img {
    width: 100%;
    display: none;
  }
  .mainimg .box_mainimg_sp h2 img.mvsp_04 {
    display: block;
  }
  .mainimg .box_mainimg_sp h3 {
    position: absolute;
    -webkit-backdrop-filter: blur(6px);
            backdrop-filter: blur(6px);
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 20px;
    box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.3);
    text-align: center;
    left: 5%;
    top: 2rem;
    width: 32%;
  }
  .mainimg .box_mainimg_sp h3 img {
    margin-top: -10%;
    width: 100%;
  }
  .mainimg .box_mainimg_sp h3 .author {
    width: 80%;
    margin: 5% auto;
  }
  .mainimg .box_mainimg_sp h4 {
    position: absolute;
    left: 2%;
    bottom: 15px;
    width: 25%;
  }
  .mainimg .box_mainimg_sp h4 img {
    width: 100%;
  }
}
@media (min-width: 800px) and (max-width: 1279px) {
  .mainimg .box_mainimg_pc {
    display: none;
  }
  .mainimg .box_mainimg_tb {
    display: block;
  }
  .mainimg .box_mainimg_sp {
    display: none;
  }
  .mainimg .box_mainimg_tb {
    position: relative;
  }
  .mainimg .box_mainimg_tb h2 img {
    width: 100%;
    display: none;
  }
  .mainimg .box_mainimg_tb h2 img.mvtb_04 {
    display: block;
  }
  .mainimg .box_mainimg_tb h3 {
    position: absolute;
    -webkit-backdrop-filter: blur(6px);
            backdrop-filter: blur(6px);
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 20px;
    box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.3);
    text-align: center;
    left: 5%;
    top: 2rem;
    width: 32%;
  }
  .mainimg .box_mainimg_tb h3 img {
    margin-top: -10%;
    width: 100%;
  }
  .mainimg .box_mainimg_tb h3 .author {
    width: 80%;
    margin: 5% auto;
  }
  .mainimg .box_mainimg_tb h4 {
    position: absolute;
    left: 2%;
    top: 10px;
    width: 15%;
  }
  .mainimg .box_mainimg_tb h4 img {
    width: 100%;
  }
}
@media (min-width: 1280px) {
  .mainimg .box_mainimg_pc {
    display: block;
  }
  .mainimg .box_mainimg_tb {
    display: none;
  }
  .mainimg .box_mainimg_sp {
    display: none;
  }
  .mainimg .box_maining_01 {
    display: none;
    width: 1800px;
    height: 800px;
    overflow: hidden;
  }
}
@media (min-width: 1280px) and (max-width: 1200px) {
  .mainimg .box_maining_01 {
    width: 100%;
  }
}
@media (min-width: 1280px) {
  .mainimg .box_maining_01 #layer {
    margin-left: -200px;
    margin-top: -100px;
    height: 100%;
  }
  .mainimg .box_maining_01 .layer img {
    width: auto;
    height: auto;
    transform-origin: center center;
  }
  .mainimg .box_maining_01 .logo {
    position: absolute;
    z-index: 500;
    right: 4%;
    top: 135px;
    width: 42%;
    max-width: 660px;
  }
  .mainimg .box_maining_01 .logo .box_logo {
    -webkit-backdrop-filter: blur(6px);
            backdrop-filter: blur(6px);
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 20px;
    box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.3);
    text-align: center;
  }
  .mainimg .box_maining_01 .logo .box_logo img:first-of-type {
    width: 100%;
    max-width: 581px;
  }
  .mainimg .box_maining_01 .logo img:first-child {
    margin-top: -45px;
  }
  .mainimg .box_maining_02 {
    display: none;
    width: calc(100vw - 18%);
    height: 100vh;
    max-height: 900px;
    overflow: hidden;
  }
}
@media (min-width: 1280px) and (max-width: 1200px) {
  .mainimg .box_maining_02 {
    width: 100%;
  }
}
@media (min-width: 1280px) {
  .mainimg .box_maining_02 #layer_02 {
    margin-left: calc((950px - 50%) * -1);
    margin-top: -200px;
    height: 100%;
  }
  .mainimg .box_maining_02 .layer img {
    width: auto;
    height: auto;
    transform-origin: center right;
    right: 0;
  }
  .mainimg .box_maining_02 .logo {
    position: absolute;
    z-index: 500;
    left: calc(55% - 220px);
    top: 30px;
    width: 42%;
    max-width: 511px;
  }
  .mainimg .box_maining_02 .logo .box_logo {
    -webkit-backdrop-filter: blur(6px);
            backdrop-filter: blur(6px);
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 20px;
    box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.3);
    text-align: center;
  }
  .mainimg .box_maining_02 .logo .box_logo img:first-of-type {
    width: 100%;
    max-width: 581px;
  }
  .mainimg .box_maining_02 .logo img:first-child {
    margin-top: -45px;
  }
  .mainimg .box_maining_03 {
    display: none;
    width: calc(100vw - 18%);
    height: 100vh;
    max-height: 900px;
    overflow: hidden;
  }
}
@media (min-width: 1280px) and (max-width: 1200px) {
  .mainimg .box_maining_03 {
    width: 100%;
  }
}
@media (min-width: 1280px) {
  .mainimg .box_maining_03 #layer_03 {
    margin-left: -100px;
    margin-top: -100px;
    height: 100%;
  }
  .mainimg .box_maining_03 .layer img {
    width: auto;
    height: auto;
    transform-origin: center right;
    right: 0;
  }
  .mainimg .box_maining_03 .logo {
    position: absolute;
    z-index: 500;
    left: 50%;
    top: 30px;
    width: 42%;
    max-width: 511px;
  }
  .mainimg .box_maining_03 .logo .box_logo {
    -webkit-backdrop-filter: blur(6px);
            backdrop-filter: blur(6px);
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 20px;
    box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.3);
    text-align: center;
  }
  .mainimg .box_maining_03 .logo .box_logo img:first-of-type {
    width: 100%;
    max-width: 581px;
  }
  .mainimg .box_maining_03 .logo img:first-child {
    margin-top: -45px;
  }
  .mainimg .box_maining_04 {
    width: calc(100vw - 18%);
    height: 100vh;
    max-height: 900px;
    overflow: hidden;
  }
}
@media (min-width: 1280px) and (max-width: 1200px) {
  .mainimg .box_maining_04 {
    width: 100%;
  }
}
@media (min-width: 1280px) {
  .mainimg .box_maining_04 #layer_04 {
    margin-left: -100px;
    margin-top: -100px;
    height: 100%;
  }
  .mainimg .box_maining_04 .layer1 {
    margin-left: -50px;
    margin-top: -100px;
    height: 100%;
  }
  .mainimg .box_maining_04 .layer3 {
    margin-left: -50px;
    margin-top: -100px;
    height: 100%;
  }
  .mainimg .box_maining_04 .layer img {
    width: auto;
    height: auto;
    transform-origin: center left;
    right: 0;
  }
  .mainimg .box_maining_04 .logo {
    position: absolute;
    z-index: 500;
    left: 50%;
    top: 30px;
    width: 42%;
    max-width: 511px;
  }
  .mainimg .box_maining_04 .logo .box_logo {
    -webkit-backdrop-filter: blur(6px);
            backdrop-filter: blur(6px);
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 20px;
    box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.3);
    text-align: center;
  }
  .mainimg .box_maining_04 .logo .box_logo img:first-of-type {
    width: 100%;
    max-width: 581px;
  }
  .mainimg .box_maining_04 .logo img:first-child {
    margin-top: -45px;
  }
}
.mainimg .box_mvchange {
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  border-top-right-radius: 20px;
}
.mainimg .box_mvchange h2 {
  text-align: center;
}
.mainimg .box_mvchange ul {
  display: flex;
  justify-content: space-around;
  width: 96%;
  margin: 5px auto 10px;
}
.mainimg .box_mvchange ul li {
  width: 23%;
  max-width: 104px;
  opacity: 0.5;
}
.mainimg .box_mvchange ul li img {
  width: 100%;
}
.mainimg .box_mvchange ul li:hover {
  opacity: 1;
  cursor: pointer;
}
.mainimg .box_mvchange ul li.ac {
  opacity: 1;
}
@media (max-width: 799px) {
  .mainimg .box_mvchange {
    width: 100%;
    background: #000;
    bottom: 0;
    border-radius: 0;
  }
  .mainimg .box_mvchange ul {
    width: 200px;
  }
}

section {
  position: relative;
}
section .box_cont {
  background: #fff;
  box-shadow: 0px 0px 6px 6px rgba(38, 17, 15, 0.2);
  padding: 30px;
  border-radius: 20px;
  width: 55%;
  z-index: 200;
}
section .box_cont .inn_cont {
  display: flex;
}
section .box_cont .inn_cont h2 {
  border-right: 1px solid #ccc;
  width: 50px;
}
section .box_cont .inn_cont h2.col_1 {
  border-right: 1px solid #831f0b;
}
@media (max-width: 1200px) {
  section .box_cont .inn_cont h2 {
    width: 35px;
    padding-right: 5px;
  }
}
section .box_cont .inn_cont .box_text {
  flex: 1;
  margin: 20px 0 20px 25px;
  line-height: 1.7rem;
}
@media (max-width: 1200px) {
  section .box_cont .inn_cont .box_text {
    line-height: 1.3rem;
    margin: 10px 0 10px 13px;
  }
}
section .box_cont .inn_cont .box_text .btn_vol {
  display: flex;
  margin-top: -20px;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  section .box_cont .inn_cont .box_text .btn_vol {
    margin-top: -10px;
  }
}
section .box_cont .inn_cont .box_text .btn_vol li {
  width: 23%;
  max-width: 90px;
  padding-top: 0;
  opacity: 0.3;
}
section .box_cont .inn_cont .box_text .btn_vol li img {
  width: 100%;
}
section .box_cont .inn_cont .box_text .btn_vol li:hover {
  opacity: 1;
  cursor: pointer;
}
section .box_cont .inn_cont .box_text .btn_vol li.ac {
  opacity: 1;
}
section .box_cont .inn_cont .btn_read {
  text-align: right;
  margin-top: 20px;
  margin-bottom: -20px;
}
@media (max-width: 1200px) {
  section .box_cont .inn_cont .btn_read {
    margin-bottom: 20px;
  }
}
@media (max-width: 1200px) {
  section .box_cont {
    padding: 15px;
    margin: 5% auto !important;
    width: 90% !important;
  }
}
@media (min-width: 1200px) {
  section#story .box_cont {
    margin-left: 7%;
    margin-top: 50px;
    margin-right: 40%;
  }
}
section#story .box_cont .txt_story {
  position: relative;
  width: calc(100% - 35px);
}
section#story .box_cont .txt_story p.story_01, section#story .box_cont .txt_story p.story_02, section#story .box_cont .txt_story p.story_03 {
  display: none;
}
section#movie .box_cont {
  margin: 50px 7% 100px auto;
  width: 45%;
  max-width: 580px;
}
section#movie .box_cont .box_youtube {
  margin: 20px 0 20px 25px;
  line-height: 1.7rem;
  position: relative;
  flex: 1;
  margin: auto;
  display: block;
}
section#movie .box_cont .box_youtube a {
  margin: 0 10px;
  width: calc(100% - 10px);
}
section#movie .box_cont .box_youtube img {
  width: 100%;
}
@media (min-width: 1280px) {
  section#movie .box_cont .box_youtube .movie_l {
    display: block;
  }
  section#movie .box_cont .box_youtube .movie_p {
    display: none;
  }
}
@media (max-width: 430px) {
  section#movie .box_cont .box_youtube .movie_l {
    display: none;
  }
  section#movie .box_cont .box_youtube .movie_p {
    display: block;
  }
}
@media (min-width: 431px) and (max-width: 1279px) and (orientation: landscape) {
  section#movie .box_cont .box_youtube .movie_l {
    display: block;
  }
  section#movie .box_cont .box_youtube .movie_p {
    display: none;
  }
}
@media (min-width: 431px) and (max-width: 1279px) and (orientation: portrait) {
  section#movie .box_cont .box_youtube .movie_l {
    display: none;
  }
  section#movie .box_cont .box_youtube .movie_p {
    display: block;
  }
}
section#movie .box_cont .btn_thum {
  display: flex;
  justify-content: space-between;
  width: calc(100% - 10px);
  margin: -0.5rem 0 1rem 10px;
}
section#movie .box_cont .btn_thum p {
  width: 23%;
  opacity: 0.4;
}
section#movie .box_cont .btn_thum p:hover {
  opacity: 1;
  cursor: pointer;
}
section#movie .box_cont .btn_thum p.ac {
  opacity: 1;
}
section#movie .box_cont .btn_thum p img {
  width: 100%;
}
section#movie .box_cont .btn_thum div {
  width: 23%;
}
section#movie .box_cont .btn_thum div p {
  width: 100% !important;
}
@media (min-width: 1280px) {
  section#movie .box_cont .btn_thum .btn_movie_l {
    display: block;
  }
  section#movie .box_cont .btn_thum .btn_movie_p {
    display: none;
  }
}
@media (max-width: 430px) {
  section#movie .box_cont .btn_thum .btn_movie_l {
    display: none;
  }
  section#movie .box_cont .btn_thum .btn_movie_p {
    display: block;
  }
}
@media (min-width: 431px) and (max-width: 1279px) and (orientation: landscape) {
  section#movie .box_cont .btn_thum .btn_movie_l {
    display: block;
  }
  section#movie .box_cont .btn_thum .btn_movie_p {
    display: none;
  }
}
@media (min-width: 431px) and (max-width: 1279px) and (orientation: portrait) {
  section#movie .box_cont .btn_thum .btn_movie_l {
    display: none;
  }
  section#movie .box_cont .btn_thum .btn_movie_p {
    display: block;
  }
}
section#movie .box_cont a {
  display: none;
  z-index: 100;
  transition: all 0.2s ease 0s;
}
section#movie .box_cont a.movie_04 {
  position: relative !important;
  display: block;
}
section#movie .box_cont a:hover {
  opacity: 0.5;
}
@media (max-width: 1200px) {
  section#floorplan .inn_cont {
    flex-wrap: wrap;
  }
}
section#floorplan .box_cont {
  margin: 50px auto 100px 7%;
  width: 45%;
  max-width: 580px;
}
@media (max-width: 1200px) {
  section#floorplan .box_cont {
    width: 95%;
    max-width: auto;
  }
}
section#floorplan .box_cont .img_floorplan {
  margin-left: 20px;
}
section#floorplan .box_cont .txt_floorplan {
  line-height: 1.5rem;
  margin: 0 0 0 1rem;
  width: 45%;
}
@media (max-width: 1200px) {
  section#floorplan .box_cont .txt_floorplan {
    width: 95%;
  }
}
section#floorplan .box_cont .btn_floorplan {
  width: 80%;
  margin: 1rem auto;
  max-width: 196px;
}
section#floorplan .box_cont .btn_floorplan img {
  width: 100%;
}
section#chara .box_cont {
  width: 1050px;
  margin: 50px auto 100px;
  z-index: 200;
}
@media (min-width: 1200px) {
  section#chara .box_cont h2 {
    margin-left: 20px;
    width: 50px;
  }
}
section#chara .box_cont .box_chara {
  width: 100%;
  text-align: center;
}
@media (max-width: 1200px) {
  section#chara .box_cont .box_chara img {
    width: 100%;
  }
}
section#chara2 .box_cont {
  width: 1050px;
  margin: 50px auto 100px;
  z-index: 200;
}
@media (min-width: 1200px) {
  section#chara2 .box_cont h2 {
    margin-left: 20px;
    width: 50px;
  }
}
section#chara2 .box_cont .box_chara {
  width: 100%;
  text-align: center;
}
@media (max-width: 1200px) {
  section#chara2 .box_cont .box_chara img {
    width: 100%;
  }
}
section#chara2 .box_cont .box_chara .btn_vol {
  margin-top: 2rem;
}
section#chara2 .box_cont .box_chara .btn_vol li {
  width: 20%;
  max-width: 74px;
  opacity: 0.3;
}
section#chara2 .box_cont .box_chara .btn_vol li:hover {
  opacity: 1;
}
section#chara2 .box_cont .box_chara .btn_vol li.ac {
  opacity: 1;
}
section#chara2 .box_cont .box_chara .chara00 h3 {
  color: #f8d8fb;
  background: #393939;
}
section#chara2 .box_cont .box_chara .chara00 li {
  background: #f8d8fb;
}
section#chara2 .box_cont .box_chara .chara01 {
  display: none;
}
section#chara2 .box_cont .box_chara .chara01 h3 {
  color: #ffd4d4;
  background: #393939;
}
section#chara2 .box_cont .box_chara .chara01 li {
  background: #ffd4d4;
}
section#chara2 .box_cont .box_chara .chara02 {
  display: none;
}
section#chara2 .box_cont .box_chara .chara02 h3 {
  color: #abd9ab;
  background: #393939;
}
section#chara2 .box_cont .box_chara .chara02 li {
  background: #abd9ab;
}
section#chara2 .box_cont .box_chara .chara03 {
  display: none;
}
section#chara2 .box_cont .box_chara .chara03 h3 {
  color: #dee0c1;
  background: #393939;
}
section#chara2 .box_cont .box_chara .chara03 li {
  background: #dee0c1;
}
section#chara2 .box_cont .box_chara .chara04 h3 {
  color: #dbf1ff;
  background: #393939;
}
section#chara2 .box_cont .box_chara .chara04 li {
  background: #dbf1ff;
}
section#chara2 .box_cont .box_chara h3 {
  border-radius: 20px;
  padding: 0.5rem;
  width: 95%;
  margin: 0.5rem auto;
}
section#chara2 .box_cont .box_chara h4 {
  border-bottom: 1px solid #979797;
  width: 95%;
  margin: 2rem auto 1rem;
  padding-bottom: 0.5rem;
}
section#chara2 .box_cont .box_chara ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  clear: both;
}
section#chara2 .box_cont .box_chara ul li {
  width: 43%;
  border-radius: 10px;
  clear: both;
  padding: 0.3rem;
  text-align: left;
  margin: 0.8rem;
  display: flex;
}
@media (max-width: 1200px) {
  section#chara2 .box_cont .box_chara ul li {
    width: 100%;
    margin: 0.5rem;
  }
}
section#chara2 .box_cont .box_chara ul li h5 {
  font-size: 1.2rem;
  margin: 0 0.3rem;
  flex-shrink: 0;
}
section#chara2 .box_cont .box_chara ul li div {
  color: #fff;
  padding-top: 0.6rem;
  margin-right: 0.3rem;
}
section#chara2 .box_cont .box_chara ul li p {
  padding-top: 0.6rem;
}
section#chara2 .box_cont .box_chara ul li.kana h5 {
  padding-top: 0.4rem;
}
section#voices .box_cont {
  margin: 50px auto 100px 7%;
}
section#voices .box_cont .box_review .review_01, section#voices .box_cont .box_review .review_02, section#voices .box_cont .box_review .review_03 {
  display: none;
}
section#voices .box_cont li {
  border-bottom: 1px solid #ccc;
  padding-top: 20px;
}
section#voices .box_cont li .name {
  text-align: right;
  font-size: 0.85rem;
  color: #cc2d56;
  margin-bottom: 20px;
}
section#voices .box_cont li:first-child {
  border-top: 1px solid #ccc;
}
section#voices .box_cont .btn_more {
  text-align: right;
  margin-top: 20px;
  margin-bottom: -20px;
}
@media (max-width: 1200px) {
  section#voices .box_cont .btn_more {
    margin-bottom: 20px;
  }
}
section#voices .box_cont .btn_vol {
  margin-bottom: 5px;
}
section#voices .box_cont .btn_vol li {
  padding-top: 0;
  border: none;
}
section#read .box_cont {
  width: 55%;
  margin: 100px auto;
  z-index: 200;
}
section#read .box_cont ul {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-top: -20px;
}
section#read .box_cont ul li {
  width: 23%;
  max-width: 207px;
}
@media (max-width: 1200px) {
  section#read .box_cont ul li {
    width: 45%;
  }
}
section#read .box_cont ul li img {
  width: 100%;
}
section#map_01 .box_cont {
  width: 1140px;
  margin: 50px auto 100px;
  z-index: 200;
}
section#map_01 .box_cont h2 {
  margin-left: 20px;
}
section#map_01 .box_cont h3 {
  margin-left: 20px;
}
@media (max-width: 1200px) {
  section#map_01 .box_cont h2 {
    margin-left: 0;
  }
  section#map_01 .box_cont h3 {
    width: 15px;
    margin-left: 5px;
  }
  section#map_01 .box_cont h3 img {
    width: 100%;
  }
}
section#map_01 .box_cont .box_map {
  position: relative;
}
section#map_01 .box_cont .box_map .list_pin li {
  z-index: 250;
  position: absolute;
  width: 52px;
  height: 74px;
  margin-top: 0;
  transition: all 200ms 0s ease;
}
section#map_01 .box_cont .box_map .list_pin li img {
  width: 52px;
  animation: anipin 1.2s linear 0s infinite normal;
}
@keyframes anipin {
  0% {
    margin-top: 0px;
  }
  55% {
    margin-top: 0px;
  }
  70% {
    margin-top: -6px;
  }
  100% {
    margin-top: 0px;
  }
}
section#map_01 .box_cont .box_map .list_pin li:hover {
  transform: scale(1.1);
  margin-top: -5px;
  z-index: 270;
}
section#map_01 .box_cont .box_map .list_pin li.pin_1 {
  left: 508px;
  top: 200px;
}
section#map_01 .box_cont .box_map .list_pin li.pin_2 {
  left: 237px;
  top: 510px;
}
section#map_01 .box_cont .box_map .list_pin li.pin_3 {
  left: 534px;
  top: 86px;
}
section#map_01 .box_cont .box_map .list_pin li.pin_4 {
  left: 562px;
  top: 258px;
}
section#map_01 .box_cont .box_map .list_pin li.pin_5 {
  left: 669px;
  top: 212px;
}
section#map_01 .box_cont .box_map .list_pin li.pin_6 {
  left: 494px;
  top: 485px;
}
@media (min-width: 1200px) {
  section#map_01 .box_cont .box_map .cont_map {
    position: absolute;
    z-index: 240;
    border: 5px solid #fff;
    border-radius: 10px;
    width: 315px;
    box-shadow: 0 0 11px rgba(0, 0, 0, 0.8);
    opacity: 0;
    transition: all 200ms 0s ease;
    margin-top: 15px;
  }
  section#map_01 .box_cont .box_map .cont_map dt {
    background: #831f0b;
    border-color: #000;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-radius: 10px 10px 0 0;
    text-align: center;
    padding: 5px;
    line-height: 1rem;
    color: #fff;
    letter-spacing: 2px;
    font-size: 1.1rem;
  }
  section#map_01 .box_cont .box_map .cont_map dd {
    background-color: #fff;
    border-color: #000;
    border-style: solid;
    border-width: 0 5px 5px 5px;
    border-radius: 0 0 10px 10px;
    padding: 10px;
    line-height: 1.3rem;
  }
  section#map_01 .box_cont .box_map .cont_map.cont_1 {
    left: 378px;
    top: 82px;
  }
  section#map_01 .box_cont .box_map .cont_map.cont_2 {
    left: 105px;
    top: 395px;
  }
  section#map_01 .box_cont .box_map .cont_map.cont_3 {
    left: 402px;
    top: -72px;
  }
  section#map_01 .box_cont .box_map .cont_map.cont_4 {
    left: 430px;
    top: 125px;
  }
  section#map_01 .box_cont .box_map .cont_map.cont_5 {
    left: 537px;
    top: 90px;
  }
  section#map_01 .box_cont .box_map .cont_map.cont_6 {
    left: 360px;
    top: 363px;
  }
  section#map_01 .box_cont .box_map .cont_map.ac {
    opacity: 1;
    z-index: 260;
    margin-top: 0;
  }
}
@media (max-width: 1200px) {
  section#map_01 .box_cont .box_map .img_map img {
    width: 100%;
  }
  section#map_01 .box_cont .box_map .cont_map dt {
    background: #831f0b;
    border-color: #000;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-radius: 10px 10px 0 0;
    padding: 5px 5px 5px 25px;
    line-height: 1rem;
    position: relative;
    color: #fff;
  }
  section#map_01 .box_cont .box_map .cont_map dt span {
    position: absolute;
    left: -8px;
    top: -8px;
    background-color: #000;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    width: 30px;
    height: 30px;
    display: block;
    text-align: center;
    padding-top: 5px;
    border: 3px solid #fff;
    border-radius: 20px;
    box-shadow: 0 0 11px rgba(0, 0, 0, 0.8);
  }
  section#map_01 .box_cont .box_map .cont_map dd {
    background-color: #fff;
    border-color: #000;
    border-style: solid;
    border-width: 0 5px 5px 5px;
    border-radius: 0 0 10px 10px;
    padding: 10px;
    line-height: 1.3rem;
  }
}
section#map_02 .box_cont {
  width: 740px;
  margin: 50px 5% 100px auto;
  z-index: 200;
}
section#map_02 .box_cont h2 {
  margin-left: 20px;
}
section#map_02 .box_cont h3 {
  margin-left: 20px;
}
@media (max-width: 1200px) {
  section#map_02 .box_cont h2 {
    margin-left: 0;
  }
  section#map_02 .box_cont h3 {
    width: 15px;
    margin-left: 5px;
  }
  section#map_02 .box_cont h3 img {
    width: 100%;
  }
}
section#map_02 .box_cont .box_map {
  position: relative;
}
section#map_02 .box_cont .box_map .list_pin li {
  z-index: 250;
  position: absolute;
  width: 52px;
  height: 74px;
  margin-top: 0;
  transition: all 200ms 0s ease;
}
section#map_02 .box_cont .box_map .list_pin li img {
  width: 52px;
  animation: anipin 1.2s linear 0s infinite normal;
}
@keyframes anipin {
  0% {
    margin-top: 0px;
  }
  55% {
    margin-top: 0px;
  }
  70% {
    margin-top: -6px;
  }
  100% {
    margin-top: 0px;
  }
}
section#map_02 .box_cont .box_map .list_pin li:hover {
  transform: scale(1.1);
  margin-top: -5px;
  z-index: 270;
}
section#map_02 .box_cont .box_map .list_pin li.pin_7 {
  left: 354px;
  top: -18px;
}
section#map_02 .box_cont .box_map .list_pin li.pin_8 {
  left: 123px;
  top: 305px;
}
section#map_02 .box_cont .box_map .list_pin li.pin_9 {
  left: 339px;
  top: 493px;
}
@media (min-width: 1200px) {
  section#map_02 .box_cont .box_map .cont_map {
    position: absolute;
    z-index: 240;
    border: 5px solid #fff;
    border-radius: 10px;
    width: 315px;
    box-shadow: 0 0 11px rgba(0, 0, 0, 0.8);
    opacity: 0;
    transition: all 200ms 0s ease;
    margin-top: 15px;
  }
  section#map_02 .box_cont .box_map .cont_map dt {
    background: #405538;
    border-color: #000;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-radius: 10px 10px 0 0;
    text-align: center;
    padding: 5px;
    line-height: 1rem;
    color: #fff;
    letter-spacing: 2px;
    font-size: 1.1rem;
  }
  section#map_02 .box_cont .box_map .cont_map dd {
    background-color: #fff;
    border-color: #000;
    border-style: solid;
    border-width: 0 5px 5px 5px;
    border-radius: 0 0 10px 10px;
    padding: 10px;
    line-height: 1.3rem;
  }
  section#map_02 .box_cont .box_map .cont_map dd .img {
    width: 100%;
    max-width: 300px;
    margin-bottom: 10px;
  }
  section#map_02 .box_cont .box_map .cont_map dd .img img {
    width: 100%;
  }
  section#map_02 .box_cont .box_map .cont_map.cont_7 {
    left: 50px;
    top: -80px;
  }
  section#map_02 .box_cont .box_map .cont_map.cont_8 {
    left: -9px;
    top: 42px;
  }
  section#map_02 .box_cont .box_map .cont_map.cont_9 {
    left: 211px;
    top: 208px;
  }
  section#map_02 .box_cont .box_map .cont_map.ac {
    opacity: 1;
    z-index: 260;
    margin-top: 0;
  }
}
@media (max-width: 1200px) {
  section#map_02 .box_cont .box_map .img_map img {
    width: 100%;
  }
  section#map_02 .box_cont .box_map .cont_map dt {
    background: #405538;
    border-color: #000;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-radius: 10px 10px 0 0;
    padding: 5px 5px 5px 25px;
    line-height: 1rem;
    position: relative;
    color: #fff;
  }
  section#map_02 .box_cont .box_map .cont_map dt span {
    position: absolute;
    left: -8px;
    top: -8px;
    background-color: #000;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    width: 30px;
    height: 30px;
    display: block;
    text-align: center;
    padding-top: 5px;
    border: 3px solid #fff;
    border-radius: 20px;
    box-shadow: 0 0 11px rgba(0, 0, 0, 0.8);
  }
  section#map_02 .box_cont .box_map .cont_map dd {
    background-color: #fff;
    border-color: #000;
    border-style: solid;
    border-width: 0 5px 5px 5px;
    border-radius: 0 0 10px 10px;
    padding: 10px;
    line-height: 1.3rem;
  }
  section#map_02 .box_cont .box_map .cont_map dd .img {
    width: 100%;
    max-width: 300px;
    margin-bottom: 10px;
  }
  section#map_02 .box_cont .box_map .cont_map dd .img img {
    width: 100%;
  }
}
section#map_03 .box_cont {
  width: 785px;
  margin: 50px auto 100px 7%;
  z-index: 200;
}
section#map_03 .box_cont h2 {
  margin-left: 20px;
}
section#map_03 .box_cont h3 {
  margin-left: 20px;
}
@media (max-width: 1200px) {
  section#map_03 .box_cont h2 {
    margin-left: 0;
  }
  section#map_03 .box_cont h3 {
    width: 15px;
    margin-left: 5px;
  }
  section#map_03 .box_cont h3 img {
    width: 100%;
  }
}
section#map_03 .box_cont .box_map {
  position: relative;
}
section#map_03 .box_cont .box_map .list_pin li {
  z-index: 250;
  position: absolute;
  width: 52px;
  height: 74px;
  margin-top: 0;
  transition: all 200ms 0s ease;
}
section#map_03 .box_cont .box_map .list_pin li img {
  width: 52px;
  animation: anipin 1.2s linear 0s infinite normal;
}
@keyframes anipin {
  0% {
    margin-top: 0px;
  }
  55% {
    margin-top: 0px;
  }
  70% {
    margin-top: -6px;
  }
  100% {
    margin-top: 0px;
  }
}
section#map_03 .box_cont .box_map .list_pin li:hover {
  transform: scale(1.1);
  margin-top: -5px;
  z-index: 270;
}
section#map_03 .box_cont .box_map .list_pin li.pin_10 {
  left: 227px;
  top: -20px;
}
section#map_03 .box_cont .box_map .list_pin li.pin_11 {
  left: 134px;
  top: 113px;
}
section#map_03 .box_cont .box_map .list_pin li.pin_12 {
  left: 284px;
  top: 201px;
}
section#map_03 .box_cont .box_map .list_pin li.pin_13 {
  left: 322px;
  top: 398px;
}
section#map_03 .box_cont .box_map .list_pin li.pin_14 {
  left: 164px;
  top: 437px;
}
section#map_03 .box_cont .box_map .list_pin li.pin_15 {
  left: 90px;
  top: 456px;
}
@media (min-width: 1200px) {
  section#map_03 .box_cont .box_map .cont_map {
    position: absolute;
    z-index: 240;
    border: 5px solid #fff;
    border-radius: 10px;
    width: 315px;
    box-shadow: 0 0 11px rgba(0, 0, 0, 0.8);
    opacity: 0;
    transition: all 200ms 0s ease;
    margin-top: 15px;
  }
  section#map_03 .box_cont .box_map .cont_map dt {
    background: #405538;
    border-color: #000;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-radius: 10px 10px 0 0;
    text-align: center;
    padding: 5px;
    line-height: 1rem;
    color: #fff;
    letter-spacing: 2px;
    font-size: 1.1rem;
  }
  section#map_03 .box_cont .box_map .cont_map dd {
    background-color: #fff;
    border-color: #000;
    border-style: solid;
    border-width: 0 5px 5px 5px;
    border-radius: 0 0 10px 10px;
    padding: 10px;
    line-height: 1.3rem;
  }
  section#map_03 .box_cont .box_map .cont_map dd .img {
    width: 100%;
    max-width: 300px;
    margin-bottom: 10px;
  }
  section#map_03 .box_cont .box_map .cont_map dd .img img {
    width: 100%;
  }
  section#map_03 .box_cont .box_map .cont_map.cont_10 {
    left: 262px;
    top: -93px;
  }
  section#map_03 .box_cont .box_map .cont_map.cont_11 {
    left: -100px;
    top: -168px;
  }
  section#map_03 .box_cont .box_map .cont_map.cont_12 {
    left: 309px;
    top: -100px;
  }
  section#map_03 .box_cont .box_map .cont_map.cont_13 {
    left: 349px;
    top: 119px;
  }
  section#map_03 .box_cont .box_map .cont_map.cont_14 {
    left: -49px;
    top: 173px;
  }
  section#map_03 .box_cont .box_map .cont_map.cont_15 {
    left: -162px;
    top: 167px;
  }
  section#map_03 .box_cont .box_map .cont_map.ac {
    opacity: 1;
    z-index: 260;
    margin-top: 0;
  }
}
@media (max-width: 1200px) {
  section#map_03 .box_cont .box_map .img_map img {
    width: 100%;
  }
  section#map_03 .box_cont .box_map .cont_map dt {
    background: #405538;
    border-color: #000;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-radius: 10px 10px 0 0;
    padding: 5px 5px 5px 25px;
    line-height: 1rem;
    position: relative;
    color: #fff;
  }
  section#map_03 .box_cont .box_map .cont_map dt span {
    position: absolute;
    left: -8px;
    top: -8px;
    background-color: #000;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    width: 30px;
    height: 30px;
    display: block;
    text-align: center;
    padding-top: 5px;
    border: 3px solid #fff;
    border-radius: 20px;
    box-shadow: 0 0 11px rgba(0, 0, 0, 0.8);
  }
  section#map_03 .box_cont .box_map .cont_map dd {
    background-color: #fff;
    border-color: #000;
    border-style: solid;
    border-width: 0 5px 5px 5px;
    border-radius: 0 0 10px 10px;
    padding: 10px;
    line-height: 1.3rem;
  }
  section#map_03 .box_cont .box_map .cont_map dd .img {
    width: 100%;
    max-width: 300px;
    margin-bottom: 10px;
  }
  section#map_03 .box_cont .box_map .cont_map dd .img img {
    width: 100%;
  }
}

.fancybox-content iframe {
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: 16/9;
}
@media (max-width: 1200px) {
  .fancybox-content {
    width: 100% !important;
    height: 100% !important;
    aspect-ratio: 9/16;
  }
  .fancybox-content iframe {
    width: 100% !important;
    height: 100% !important;
    aspect-ratio: 9/16;
  }
}

#info .box_cont {
  margin: auto !important;
  background: none;
  box-shadow: none;
}
#info .box_cont .shop_link {
  margin-bottom: 2rem;
}

.shop_book {
  border-top: 1px solid #000;
  padding-bottom: 50px;
  text-align: center;
}
@media (max-width: 1200px) {
  .shop_book {
    padding-top: 10px;
  }
}
.shop_book h4 {
  margin: 40px 0 0 0;
}
@media (max-width: 1200px) {
  .shop_book h4 {
    margin: 15px 0 0 0;
  }
}
.shop_book img {
  width: 90%;
  max-width: 400px;
}

footer {
  padding: 25px 0;
  z-index: 200;
  font-size: 12px;
  color: #fff;
  text-align: center;
}
@media (max-width: 1200px) {
  footer {
    padding: 10px 0;
  }
}
footer .box_footer {
  color: #000;
}

.photo {
  position: absolute;
  width: 500px;
  border: 3px solid #fff;
  box-shadow: 1px 1px 5px #333;
  z-index: -1;
}
@media (max-width: 1200px) {
  .photo {
    width: 250px;
  }
}
.photo.photo_01 {
  right: 0px;
  top: calc(100vh - 50px);
  transform: rotate(-5deg);
}
.photo.photo_02 {
  left: -30px;
  top: calc(100vh + 600px);
  transform: rotate(10deg);
}
.photo.photo_03 {
  left: -10px;
  top: calc(100vh + 1710px);
  transform: rotate(-12deg);
}
.photo.photo_04 {
  left: -20px;
  top: calc(100vh + 3100px);
  transform: rotate(9deg);
}
.photo.photo_05 {
  right: -20px;
  top: calc(100vh + 3800px);
  transform: rotate(9deg);
}
.photo.photo_06 {
  left: -20px;
  top: calc(100vh + 4400px);
  transform: rotate(9deg);
}
.photo.photo_07 {
  left: -20px;
  top: calc(100vh + 5370px);
  transform: rotate(-9deg);
}
.photo.photo_08 {
  right: -200px;
  top: calc(100vh + 6260px);
  transform: rotate(9deg);
}
.photo.photo_09 {
  left: -200px;
  top: calc(100vh + 6800px);
  transform: rotate(-5deg);
}
@media (max-width: 1200px) {
  .photo.photo_09 {
    display: none;
  }
}
.photo.photo_10 {
  right: -100px;
  top: calc(100vh + 7400px);
  transform: rotate(-5deg);
}
@media (max-width: 1200px) {
  .photo.photo_10 {
    display: none;
  }
}
.photo.photo_11 {
  right: 70%;
  bottom: 250px;
  transform: rotate(9deg);
}
.photo.photo_12 {
  left: 70%;
  bottom: 230px;
  transform: rotate(-15deg);
}
.photo.photo_13 {
  left: -200px;
  top: calc(100vh + 8242px);
  transform: rotate(-5deg);
}
@media (max-width: 1200px) {
  .photo.photo_13 {
    display: none;
  }
}
.photo.photo_14 {
  right: -100px;
  top: calc(100vh + 9627px);
  transform: rotate(-5deg);
}
@media (max-width: 1200px) {
  .photo.photo_14 {
    display: none;
  }
}

#loader-bg {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0px;
  left: 0px;
  background-color: #fff;
  z-index: 950;
  text-align: center;
  font-family: "Lora", serif;
  font-size: 1.5rem;
  padding-top: 35vh;
  color: #adadad;
}
#loader-bg p {
  margin-bottom: 0.5rem;
}

.loader {
  margin-top: 1rem;
  display: inline-block;
}
@keyframes ball-scale-ripple-multiple {
  0% {
    transform: scale(0.1);
    opacity: 1;
  }
  70% {
    transform: scale(1);
    opacity: 0.7;
  }
  100% {
    opacity: 0;
  }
}
.ball-scale-ripple-multiple {
  position: relative;
  transform: translateY(-25px);
}

.ball-scale-ripple-multiple > div:nth-child(0) {
  animation-delay: -0.8s;
}

.ball-scale-ripple-multiple > div:nth-child(1) {
  animation-delay: -0.6s;
}

.ball-scale-ripple-multiple > div:nth-child(2) {
  animation-delay: -0.4s;
}

.ball-scale-ripple-multiple > div:nth-child(3) {
  animation-delay: -0.2s;
}

.ball-scale-ripple-multiple > div {
  animation-fill-mode: both;
  position: absolute;
  top: -2px;
  left: -26px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 2px solid #5b6a9c;
  animation: ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
}/*# sourceMappingURL=common.css.map */