@charset "utf-8";
/* CSS Document */

.l-wrapper {
  width: 100%;
  position: relative;
}
.l-wrapper:before {
  content: "";
  width: calc(50% - 150px);
  height: 200px;
  background: #f8f8f8;
  position: absolute;
  top: 0;
  right: 0;
}
.l-container {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.l-container:before {
  content: "";
  width: calc(50% + 240px);
  height: calc(100% + 180px);
  background: #f8f8f8;
  position: absolute;
  top: -180px;
  left: 0;
  z-index: 0;
}
.home .l-container:before {
  display: none;
}
.l-contents {
  width: 100%;
  max-width: 1200px;
  margin: 80px auto;
  padding-bottom: 153px;
  position: relative;
  z-index: 1;
}
.wp-video {
  width: 100% !important;
}
.story-container:before {
  display: none;
}
@media screen and (max-width: 1300px) {
  .l-contents {
    width: 90%;
  }
  .l-wrapper:before {
    height: 20vw;
  }
}
@media screen and (max-width: 768px) {
  .l-contents {
    margin-top: 40px;
    padding-bottom: 20vw;
  }
  .l-container:before {
    width: 70vw;
  }
  .l-wrapper:before {
    width: calc(100% - 33vw);
    height: 35vw;
  }
}

/* //////////// modal　/////////// */

.modaal-wrapper .modaal-close {
  background: #fff;
}
.modaal-close {
  width: 86px;
  height: 86px;
  top: 30px;
  right: 30px;
}
.modaal-close:after,
.modaal-close:before {
  top: 27px;
  left: 42px;
  width: 2px;
  height: 34px;
  background: #000;
}
.modaal-video-wrap {
  max-width: 980px;
  max-height: 680px;
  margin: auto;
}
.modaal-video-container {
  max-width: 980px;
  max-height: 680px;
  border-radius: 22px;
}
@media screen and (max-width: 1200px) {
  .modaal-video-wrap {
    width: 100%;
  }
}

/* //////////// googlemap　/////////// */
.single-map .gmnoprint {
  display: none;
}

/* //////////// index　/////////// */

.kv {
  width: 100%;
  position: relative;
}
.kv-inner {
  width: calc(100% - (50% - 600px));
  height: 100vh;
  margin: -85px 0 0 auto;
  background: #4d4d4d;
  border-bottom-left-radius: 36px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.kv-video__text {
  height: calc(100vh - 240px);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: absolute;
  top: 0;
  left: 150px;
  /*top: 50%;
	transform: translateY(-50%);*/
  z-index: 2;
  color: #fff;
}
.kv-video__title {
  font-size: 68px;
  font-size: 4.5333333333333rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.5rem;
}
.kv-video__subtitle {
  margin-top: 25px;
  font-family: "Raleway", sans-serif;
  font-size: 1.3333333333333rem;
  font-weight: 800;
  letter-spacing: 0.18rem;
  opacity: 0.8;
}
#loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: bold;
}
#loading.disappear {
  display: none;
}
#youtube-area {
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
#youtube-area.appear {
  animation-name: PageAnimeAppear;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}

@keyframes PageAnimeAppear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#youtube {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 177.77777778vh;
  height: 56.25vw;
  min-height: 100%;
  min-width: 100%;
}
#youtube-mask {
  position: absolute;
  z-index: 2;
  top: 0;
  width: 100%;
  height: 100%;
}

.kv-nav {
  position: absolute;
  top: 80px;
  right: 80px;
  z-index: 4;
}
.kv-nav ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
}
.kv-nav ul li {
  padding-right: 20px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  text-align: right;
  position: relative;
}
.kv-nav ul li a {
  color: #fff;
}
.kv-nav ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  background: rgba(255, 255, 255, 0.4);
  position: absolute;
  top: 45%;
  right: 0;
  transform: translate(-50%, 0);
  border-radius: 50%;
}
.kv-nav ul li + li {
  margin-top: 30px;
}
.kv-video {
  width: 100%;
  height: 100%;
  /*background: url("../images/photo-menu.jpg") 50% 50% no-repeat;*/
  background: #4d4d4d;
  background-size: cover;
  position: relative;
}
/*.kv-video:after{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
	opacity: 0.5;
}*/
.kv-scroll {
  width: calc(50% - 600px);
  height: calc(100vh - 148px);
  position: absolute;
  top: 0;
}
.subkv {
  margin-top: -57px;
  position: relative;
  z-index: 3;
}
.subkv-inner {
  width: 90%;
  max-width: 960px;
  height: 240px;
  position: relative;
}
.subkv-video__text a {
  width: 100%;
  height: 240px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 3;
}
.subkv-video__text .subkv-video__title {
  font-family: "Raleway", sans-serif;
  font-size: 2.933rem;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.35rem;
}
.subkv-video__text .subkv-video__tag {
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.3rem;
}
.subkv-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/top/subkv-bg.jpg") 0 0 no-repeat;
  background-size: cover;
}
.subkv-bg:before {
  content: "";
  width: 63px;
  height: 61px;
  position: absolute;
  top: 20px;
  left: 20px;
  background: url("../images/top/text-iyasi.png") 0 0 no-repeat;
  background-size: cover;
}
.subkv-bg:after {
  content: "";
  width: 60px;
  height: 58px;
  position: absolute;
  right: 20px;
  bottom: 20px;
  background: url("../images/top/text-nami.png") 0 0 no-repeat;
  background-size: cover;
}
.bnr-area {
  /* margin-top: 100px; */
  margin: 100px 0;
  text-align: center;
}
.bnr-area img {
  width: 83.3%;
  max-width: 1200px;
}
@media screen and (max-width: 1200px) {
  .bnr-area img {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .bnr-area {
    /* margin: 30px 0; */
    /* margin: 20px 0; */
    margin: 80px 0 20px;
    /* margin-top: ; */
  }
}
.top-inner {
}
.top-inner .h2-title {
  font-family: "Raleway", sans-serif;
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.5rem;
}
.top-inner .h2-title span {
  margin-top: 5px;
  padding-left: 25px;
  font-size: 0.86666666666667rem;
  font-weight: bold;
  letter-spacing: 0.12rem;
  display: block;
  position: relative;
}
.top-inner .h2-title span:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #005ac6;
  background: -moz-linear-gradient(#05a4d6 0%, #005ac6 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#05a4d6),
    to(#005ac6)
  );
  background: -webkit-linear-gradient(#05a4d6 0%, #005ac6 100%);
  background: -o-linear-gradient(#05a4d6 0%, #005ac6 100%);
  background: linear-gradient(#05a4d6 0%, #005ac6 100%);
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  border-radius: 50%;
}
.top-topics {
  width: 100%;
  margin: 120px 0 110px;
}
.top-topics .h2-title {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto 60px;
}
.top-topics__list {
}
.top-topics__list > ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.top-topics__list .slick-list {
  padding: 0 0 0 calc(50% - 600px) !important;
}
.top-topics__list ul .slick-track {
  display: flex;
  gap: 60px;
}
.top-topics__list ul li {
  width: 340px;
  height: 580px;
  /*margin: 0 40px 0 0;*/
  position: relative;
}
.top-topics__list ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.top-topics__list ul li .list-image {
  width: 340px;
  height: 460px;
  border-radius: 24px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  overflow: hidden;
  position: relative;
}
.top-topics__list ul li .list-box {
  width: 100%;
  margin: 0 auto;
  transform: translate(30px, -50px);
}
.top-topics__list ul li .list-box .list-tag {
  padding: 15px 20px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  position: relative;
  z-index: 3;
}
.top-topics__list ul li .list-box .list-tag .list-tag__text {
  width: 76px;
  height: 37px;
  /*padding-top: 5px;*/
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.86666666666667rem;
  font-weight: bold;
  color: #fff;
  border-radius: 20px;
  position: relative;
  z-index: 2;
  transform: translateY(-30px);
}
.list-tag p + p {
  margin-left: 1em;
}
.top-topics__list ul li .list-box .list-box_text {
  height: 140px;
  margin-top: -65px;
  padding: 25px 30px;
  background: #fff;
  line-height: 1.5;
  border-radius: 12px;
  filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.05));
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.top-topics__list ul li .list-box .list-box_text .list-box_ttl {
  font-size: 1.2rem;
  font-weight: bold;
}
.top-topics__list ul li .list-box .list-box_text .list-box_date {
  margin-top: 10px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 0.733rem;
  color: #8d9eb1;
}
.top-topics__list ul li.view-all {
  height: 550px;
  border-radius: 24px;
  background: #000;
  position: relative;
}
.top-topics__list ul li.view-all a {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
.top-topics__list ul li.view-all .view-all {
  font-family: "Raleway", sans-serif;
  font-size: 0.86666666666667rem;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.6em;
}
.top-topics__list ul li.view-all:before,
.top-topics__list ul li.view-all:after {
  content: "";
  position: absolute;
  left: 49%;
  bottom: 40px;
  width: 1px;
  height: 22px;
  background: #c0c8d1;
  transition: all 1s;
}
.top-topics__list ul li.view-all:after {
  transform: rotate(90deg);
}
.top-topics__list ul li.view-all:hover:before {
  transform: rotate(180deg);
}
.top-topics__list ul li.view-all:hover:after {
  transform: rotate(270deg);
}
.top-topics__list ul .slick-arrow .slick-next,
.top-topics__list ul .slick-arrow .slick-prev {
  width: 54px !important;
  height: 54px !important;
}
.top-topics__list ul .slick-arrow:before {
  width: 54px;
  height: 54px;
  content: "" !important;
  position: absolute;
  top: 0;
  left: 0;
}
.top-topics__list ul .slick-arrow {
  width: 54px;
  height: 54px;
  top: -86px;
  right: 100px;
  transition: 0.5s;
}
.top-topics__list ul .slick-prev {
  left: auto;
  right: 175px;
}
.top-topics__list ul .slick-next:before {
  background: url("../images/icon/icon-arrownext.svg") !important;
  background-size: contain !important;
}
.top-topics__list ul .slick-prev:before {
  background: url("../images/icon/icon-arrowprev.svg") !important;
  background-size: contain !important;
}
.top-topics__list ul .slick-next.slick-disabled:before,
.top-topics__list ul .slick-prev.slick-disabled:before {
  opacity: 1;
}
.top-search {
  /* padding-top: 110px; */
  padding-top: 240px;
}
.top-event {
  margin-top: 100px;
  width: 100%;
  background: url("../images/top/event-bg.jpg") 50% 50% no-repeat;
  background-size: cover;
}
.top-event .top-inner {
  width: 100%;
  padding: 105px 0 110px;
  text-align: center;
}
.top-event .top-inner .h2-title {
  color: #fff;
  letter-spacing: 0.15em;
}
.top-event .top-inner .h2-title span {
  margin-top: 5px;
  padding-left: 0;
}
.top-event .top-inner .h2-title span:before {
  display: none;
}
.top-event .sheer-btn {
  margin: 40px auto 0;
}
.top-movie {
  margin-top: 115px;
}
.top-movie .h2-title {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto 55px;
  position: relative;
  z-index: 3;
}
.top-movie .top-inner {
  padding-bottom: 120px;
  position: relative;
}
.top-movie .top-inner:before {
  content: "";
  width: 100%;
  height: 430px;
  background: url("../images/top/movie-bg.jpg") 0 0 no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  bottom: 0;
}
.top-info {
  margin: 0 auto 120px;
  /* padding-top: 115px; */
  padding-top: 20px;
  position: relative;
}
/* .top-info:before {
  content: "";
  width: calc(50% + 240px);
  height: 480px;
  background: #f8f8f8;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
} */
.top-info__inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.top-info__inner .h2-title {
  text-align: center;
  font-family: "Raleway", sans-serif;
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.5rem;
}
.top-info__inner .h2-title span {
  margin-top: 5px;
  padding-left: 25px;
  font-size: 0.86666666666667rem;
  font-weight: bold;
  letter-spacing: 0.12rem;
  display: block;
  position: relative;
}
.top-info__inner .middle-btn,
.top-info__inner .sheer-btn {
  margin: 0 auto;
  color: #fff;
  letter-spacing: 0.55em;
  text-align: center;
}
.top-info__inner > ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.top-info__inner > ul > li {
  width: calc(100% / 2 - 30px);
}
.top-info__inner > ul > li + li {
  margin-left: 60px;
}

.top-info__information {
}
.top-info__information-inner {
  width: 100%;
  height: 600px;
  margin: 55px auto 30px;
  background: #fff;
  border: 1px solid #e0e0e0;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.top-info__information-inner::-webkit-scrollbar {
  display: none;
}
.top-info__information-inner ul {
  margin: 40px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
}
.top-info__information-inner ul li {
  padding-bottom: 30px;
}
.top-info__information-inner ul li + li {
  padding-top: 30px;
  border-top: 1px solid #e0e0e0;
}
.top-info__information-inner ul li a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.top-info__information-inner ul li .image-area {
  width: 100px;
  height: 100px;
  margin-right: 20px;
  border-radius: 14px;
  overflow: hidden;
}
.top-info__information-inner ul li .image-area img {
  width: 100%;
  height: 100%;
}
.top-info__information-inner ul li .text-area {
  width: calc(100% - 120px);
}
.top-info__information-inner ul li .text-area__date {
  margin-bottom: 5px;
  font-size: 0.86666666666667rem;
  font-weight: bold;
  color: #696868;
  font-family: "Montserrat", sans-serif;
}
.top-info__information-inner ul li .text-area__text {
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.17rem;
}
.top-info__information-inner ul li .view-all {
  font-family: "Raleway", sans-serif;
  font-size: 0.86666666666667rem;
  font-weight: bold;
  color: #fff;
}
.top-info__pamphlet {
}
.top-info__pamphlet-inner {
  width: 100%;
  height: 600px;
  margin: 56px auto 30px;
  padding: 40px;
  background: #fff;
  border: 1px solid #e0e0e0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  /*align-items: center;*/
}
.top-info__pamphlet-inner .list-image {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
.top-info__pamphlet-inner img {
  height: 100%;
  object-fit: contain;
}
.home .gray-area {
  position: relative;
}
.home .gray-area:before {
  content: "";
  width: calc(50% + 240px);
  height: calc(100% - 274px);
  background: #f8f8f8;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
@media screen and (max-width: 1300px) {
  .kv-inner {
    width: 90%;
  }
  .kv-scroll {
    width: 10%;
  }
}
@media screen and (max-width: 1200px) {
  .kv-video__text {
    left: 7vw;
  }
  .top-topics__list .slick-list {
    padding: 0 0 0 5% !important;
  }
  .top-inner .h2-title,
  .top-event .top-inner .h2-title,
  .top-info__inner .h2-title {
    font-size: 2.9333333333333rem;
  }
  .subkv-video__text .subkv-video__title {
    font-size: 2.1333333333333rem;
  }
  .top-info__inner .h2-title span {
    font-size: 0.86666666666667rem;
  }
}
@media screen and (max-width: 768px) {
  .kv-inner {
    width: 95%;
    height: calc(100vh - 40px);
    margin-top: -8vw;
    position: relative;
  }
  .kv-video__text {
    height: calc(100vh - 80px - 115px);
  }
  .kv-video__title {
    font-size: 2rem;
    letter-spacing: 0.15em;
    line-height: 1.5;
  }
  .kv-video__subtitle {
    margin-top: 2vw;
    font-size: 0.75rem;
    letter-spacing: 0.2em;
  }
  .kv-nav {
    top: 50px;
    right: 10vw;
    z-index: 10;
  }
  .kv-nav ul li {
    font-size: 1rem;
    letter-spacing: 0.2em;
  }
  .kv-nav ul li + li {
    margin-top: 5vw;
  }
  .kv-scroll {
    width: 95%;
    /*height: calc(100vh - 9vw - 85px);*/
    height: 85px;
    top: auto;
    bottom: 80px;
    right: 0;
    z-index: 1;
  }
  .kv-scroll .scrolldown {
    left: 50%;
    bottom: 0;
  }
  .scrolldown span {
    color: #fff;
  }
  .scrolldown:after {
    background: #fff;
  }
  .subkv {
    margin-top: -12vw;
  }
  .subkv-bg {
    background-position: 50% 50%;
  }
  .subkv-inner {
    width: 95%;
    height: auto;
    text-align: center;
  }
  .subkv-video__text {
    height: auto;
    padding: 10vw;
  }
  .subkv-video__text .subkv-video__title {
    font-size: 1.2rem;
    letter-spacing: 0.25rem;
    line-height: 1.2;
  }
  .subkv-video__text a {
    height: 100%;
  }
  .subkv-video__text .subkv-video__tag {
    font-size: 0.75rem;
  }
  .subkv-bg:before {
    width: 24px;
    height: 23px;
    top: 3vw;
    left: 3vw;
  }
  .subkv-bg:after {
    width: 24px;
    height: 23px;
    right: 3vw;
    bottom: 3vw;
  }
  .top-topics {
    /* margin: 15vw 0 30vw; */
    margin: 15vw 0 0;
  }
  .top-inner .h2-title {
    margin-bottom: 30px;
    font-size: 1.8666666666667rem;
    letter-spacing: 0.25rem;
  }
  .top-inner .h2-title span {
    margin-top: 5px;
    font-size: 0.75rem;
  }
  .top-topics .h2-title {
    margin-bottom: 10vw;
    letter-spacing: 0.25rem;
  }
  .top-topics__list ul .slick-track {
    gap: 10px;
  }
  .top-topics__list ul li {
    width: 260px;
    height: 340px;
    margin-right: 30px;
  }
  .top-topics__list ul li .list-image {
    width: 260px;
    height: 340px;
  }
  .top-topics__list ul .slick-arrow {
    width: 32px;
    height: 32px;
    top: -12.5vw;
    right: 20px;
  }
  .top-topics__list ul .slick-prev {
    right: 62px;
  }
  .top-topics__list ul .slick-arrow:before {
    width: 32px;
    height: 32px;
  }
  .top-topics__list ul li:last-child:before,
  .top-topics__list ul li:last-child:after {
    bottom: 10vw;
    height: 15px;
  }
  .top-topics__list ul li .list-box .list-box_text {
    width: 260px;
    height: 120px;
    padding: 30px 20px;
  }
  .top-topics__list ul li .list-box .list-box_text .list-box_ttl {
    font-size: 1rem;
    line-height: 1.5;
  }
  .top-topics__list ul li .list-box .list-box_text .list-box_date {
    margin-top: 5px;
    font-size: 0.73333333333333rem;
  }
  .top-topics__list ul li.view-all {
    height: 400px;
  }
  .top-topics__list ul li .list-box .list-tag .list-tag__text {
    width: 56px;
    height: 27px;
    font-size: 0.7rem;
    transform: translateY(-38px);
  }
  .top-search {
    padding-top: 40vw;
  }
  .top-event {
    margin: 15vw auto;
  }
  .top-event .top-inner .h2-title {
    font-size: 2.5333333333333rem;
    letter-spacing: 0.3rem;
  }
  .top-event .top-inner {
    /* margin-top: 30vw; */
    padding: 15vw 0;
  }
  .top-event .sheer-btn {
    width: 90%;
    margin: 7vw auto 0;
  }
  .top-movie {
    margin-top: 15vw;
  }
  .top-movie .top-inner {
    padding-bottom: 10vw;
  }
  .top-movie .top-inner:before {
    height: 161px;
  }
  .top-info {
    margin-bottom: 15vw;
    padding-top: 15vw;
  }
  /* .top-info:before {
    width: calc(100% - 33vw);
    height: calc(100% - 40vh);
  } */
  .top-info__inner ul {
    flex-direction: column;
  }
  .top-info__inner ul li {
    width: 100%;
  }
  .top-info__inner .h2-title {
    font-size: 1.8666666666667rem;
    letter-spacing: 0.25rem;
  }
  .top-info__inner .h2-title span {
    padding-left: 0;
    font-size: 0.75rem;
  }
  .top-info__information-inner {
    height: 400px;
    margin: 7vw auto 5vw;
  }
  .top-info__pamphlet {
    margin-top: 15vw;
  }
  .top-info__inner > ul > li + li {
    margin-left: 0;
  }
  .top-info__inner .middle-btn,
  .top-info__inner .sheer-btn {
    padding: 5vw;
  }
  .top-info__pamphlet-inner {
    height: 400px;
    margin: 7vw auto 5vw;
    padding: 5vw;
    text-align: center;
  }
  .top-topics,
  .top-search,
  .top-event,
  .top-movie {
    position: relative;
  }
  .home .gray-area:before {
    width: 70vw;
    height: calc(100% - 30vw);
  }
  .top-info__information-inner ul {
    margin: 5vw;
  }
  .top-info__information-inner ul li {
    padding-top: 6vw;
    padding-bottom: 6vw;
  }
  .top-info__information-inner ul li .image-area {
    width: 80px;
    height: 80px;
    margin-right: 15px;
    border-radius: 8px;
  }
  .top-info__information-inner ul li a {
    align-items: flex-start;
  }
  .top-info__information-inner ul li .text-area__date {
    margin-bottom: 2vw;
    font-size: 0.75rem;
  }
  .top-info__information-inner ul li .text-area__text {
    letter-spacing: 0.1em;
    font-size: 0.83rem;
    line-height: 1.5;
  }
  .top-info__pamphlet-inner img {
    object-fit: contain;
  }
}

/* //////////// 各下層ページ　/////////// */

/* image-color */

.list-tag__text.seeing,
.list-tag__text.watch {
  background: #ee8a86;
}
.list-tag__text.play {
  background: #86d6ee;
}
.list-tag__text.gourmet,
.list-tag__text.eat {
  background: #c286ee;
}
.list-tag__text.shop,
.list-tag__text.buy {
  background: #86a6ee;
}
.list-tag__text.stay {
  background: #81d87a;
}

/* 各sub-header */
.c-hero-wrap {
  position: relative;
  z-index: 1;
}
.c-hero {
  width: calc(100% - (50% - 600px));
  height: 320px;
  margin: -85px 0 0 auto;
  border-bottom-left-radius: 36px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.c-hero-inner {
  position: absolute;
  top: 50%;
  left: 150px;
  transform: translateY(-50%);
  z-index: 2;
}
.c-hero__title {
  font-family: "Raleway", sans-serif;
  font-size: 3.6rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.4;
  letter-spacing: 0.5rem;
}
.c-hero__title a {
  color: #fff;
}
.c-hero__text {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}
.c-hero__text p {
  margin-right: 20px;
}
.c-hero__text .c-hero__tag {
  margin: 0;
  padding-left: 20px;
  position: relative;
}
.c-hero__text p {
  font-size: 0.86666666666667rem;
  font-weight: bold;
  color: #fff;
}
.c-hero__text .c-hero__tag:before {
  content: "";
  width: 6px;
  height: 6px;
  background: rgba(255, 255, 255, 0.4);
  position: absolute;
  top: 40%;
  left: 0;
  /*transform: translate(-50%,0);*/
  border-radius: 50%;
}
.c-hero_bg {
  width: 100%;
  height: 100%;
  background: url("../images/photo-menu.jpg") 50% 50% no-repeat;
  background-size: cover;
  position: relative;
}
.c-hero_bg:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.5;
}
.story-hero {
  width: calc(100% - (50% - 600px));
  height: 630px;
  margin: -85px 0 0 auto;
  border-bottom-left-radius: 36px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.story-hero .c-hero-inner {
  position: absolute;
  top: 41.5%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.story-hero .c-hero {
  height: 630px;
}
.story-hero .c-hero__title {
  font-size: 58px;
  white-space: pre;
}
.story-hero .c-hero__title br {
  display: none;
}
.story-hero .c-hero__text .c-hero__tag {
  margin: 0 auto;
  padding-left: 0;
}
.story-hero .c-hero__text .c-hero__tag:before {
  display: none;
}
.story-hero .c-hero_bg {
  background: url("../images/story/story-hero.jpg") 50% 50% no-repeat;
  background-size: cover;
  position: relative;
}
.story-hero .c-hero_bg:before {
  content: "";
  width: 90px;
  height: 87px;
  position: absolute;
  top: 120px;
  left: 120px;
  background: url("../images/story/text_iyasi.png") 0 0 no-repeat;
  background-size: cover;
}
.story-hero .c-hero_bg:after {
  content: "";
  width: 90px;
  height: 87px;
  position: absolute;
  top: auto;
  left: auto;
  right: 60px;
  bottom: 60px;
  background: url("../images/story/text_nami.png") 0 0 no-repeat;
  background-size: cover;
  opacity: 1;
}
@media screen and (max-width: 1300px) {
  .c-hero,
  .story-hero {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  .c-hero {
    height: 180px; /*margin-top: -8vw;*/
  }
  .c-hero-wrap {
    margin-top: 15vw;
  }
  .c-hero-inner {
    top: 50%;
    left: 10vw;
    transform: translateY(-50%);
  }
  .c-hero__title {
    font-size: 2em;
    letter-spacing: 0.3rem;
  }
  .c-hero__text p {
    font-size: 0.7rem;
  }
  .story-hero .c-hero-inner {
    top: 35%;
  }
}

/* 404 */
.not-wrap {
  text-align: center;
}
.not-wrap h2 {
  font-size: 13.333333333333rem;
  font-weight: bold;
  font-family: "Raleway", sans-serif;
}
.not-wrap h2 span {
  display: block;
  font-size: 4rem;
}
.not-wrap p {
  margin: 30px auto 100px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.7333333333333rem;
  font-weight: bold;
}
.not-wrap .long-btn {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .not-wrap h2 {
    font-size: 3.6rem;
  }
  .not-wrap h2 span {
    font-size: 1.2rem;
  }
  .not-wrap p {
    margin: 5vw auto 10vw;
    font-size: 1rem;
  }
}

/* userguide */
.userguide-wrap p {
  line-height: 2;
}
.userguide-box {
  margin: 45px auto 0;
}
.privacy-box {
  border-top: 1px solid #e0e0e0;
}
.userguide-inner {
  margin: 25px;
}
.userguide-inner > p + h3 {
  margin-top: 25px;
}
.userguide-title {
  margin: 45px 0 0;
  font-weight: bold;
}
.userguide-subtitle {
  font-weight: bold;
}
.userguide-box > p {
  margin: 15px;
}
.userguide-box > ul {
  margin: 20px 35px;
  line-height: 1.8;
}
.userguide-box a {
  color: #0387d0;
  border-bottom: 1px solid #0387d0;
}
.page-template-page-rules .l-contents,
.page-template-page-privacypolicy .l-contents,
.page-template-page-disclaimer .l-contents,
.page-template-page-links .l-contents {
  margin-bottom: 60px;
  padding-bottom: 30px;
}

/* links */
.links-wrap {
}
.links-list {
}
.links-list ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.links-list ul li {
  width: calc(50% - 30px);
  margin-right: 60px;
  margin-bottom: 50px;
}
.links-list ul li:nth-child(2n) {
  margin-right: 0;
}
.links-list ul li p {
  margin: 0 0 0 20px;
  line-height: 2;
}
.links-title {
  position: relative;
  margin-bottom: 20px;
  padding-left: 25px;
  font-size: 1.2rem;
  font-weight: bold;
}
.links-title:before {
  content: "";
  width: 6px;
  height: 36px;
  margin-top: -3px;
  background: #005ac6;
  background: -moz-linear-gradient(#05a4d6 0%, #005ac6 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#05a4d6),
    to(#005ac6)
  );
  background: -webkit-linear-gradient(#05a4d6 0%, #005ac6 100%);
  background: -o-linear-gradient(#05a4d6 0%, #005ac6 100%);
  background: linear-gradient(#05a4d6 0%, #005ac6 100%);
  border-radius: 3px;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .links-list ul {
    flex-direction: column;
  }
  .links-list ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10vw;
  }
  .links-title {
    margin-bottom: 5vw;
  }
  .links-list ul li:last-child {
    margin-bottom: 0;
  }
}

/* access */
.map-wrap {
}
.map-googlemap {
}
.map-googlemap iframe {
  width: 100%;
  height: 640px;
}
.link-googlemap {
  width: 380px;
  margin: 40px auto 0;
}
.access-wrap {
}
.access-wrap .main-title {
  margin-top: 110px;
  font-size: 3.6rem;
  font-weight: bold;
  font-family: "Raleway", sans-serif;
  letter-spacing: 0.4rem;
}
.access-wrap .main-title__text {
  padding-left: 20px;
  font-size: 0.86666666666667rem;
  font-weight: bold;
  position: relative;
}
.access-wrap .main-title__text:before {
  content: "";
  width: 6px;
  height: 6px;
  margin-top: -3px;
  background: #005ac6;
  background: -moz-linear-gradient(#05a4d6 0%, #005ac6 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#05a4d6),
    to(#005ac6)
  );
  background: -webkit-linear-gradient(#05a4d6 0%, #005ac6 100%);
  background: -o-linear-gradient(#05a4d6 0%, #005ac6 100%);
  background: linear-gradient(#05a4d6 0%, #005ac6 100%);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
}
.access-wrap .sub-title {
  position: relative;
  margin: 40px 0 20px;
  padding-left: 25px;
  font-size: 1.4666666666667rem;
  font-weight: bold;
}
.access-wrap .sub-title:before {
  content: "";
  width: 6px;
  height: 36px;
  background: #005ac6;
  background: -moz-linear-gradient(#05a4d6 0%, #005ac6 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#05a4d6),
    to(#005ac6)
  );
  background: -webkit-linear-gradient(#05a4d6 0%, #005ac6 100%);
  background: -o-linear-gradient(#05a4d6 0%, #005ac6 100%);
  background: linear-gradient(#05a4d6 0%, #005ac6 100%);
  border-radius: 3px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.access-wrap .sub-title__inner p {
  line-height: 1.8;
}
.access-wrap .sub-title__inner a {
  margin-left: 20px;
  display: table;
  color: #0387d0;
  letter-spacing: 0.1rem;
}
.link-other {
  margin-top: 5px;
  color: #0387d0;
  border-bottom: 1px solid #0387d0;
  position: relative;
}
.link-other:before {
  content: "";
  width: 16px;
  height: 14px;
  background: url("../images/icon/icon-link.svg") 0 0 no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .map-googlemap iframe {
    height: 70vw;
  }
  .link-googlemap {
    width: 100%;
    margin-top: 7vw;
  }
  .access-wrap .main-title {
    margin-top: 15vw;
    font-size: 1.8666666666667rem;
  }
  .access-wrap .sub-title {
    margin: 10vw 0 5vw;
  }
}

/* search-area */
.search-area {
  margin-top: -120px;
  position: relative;
}
.search-area .h2-title {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto 55px;
  font-family: "Raleway", sans-serif;
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.5rem;
}
.search-area .h2-title span {
  margin-top: 0.5em;
  padding-left: 20px;
  font-size: 0.86666666666667rem;
  font-weight: bold;
  letter-spacing: 0.12rem;
  display: block;
  position: relative;
}
.search-area .h2-title span:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #005ac6;
  background: -moz-linear-gradient(#05a4d6 0%, #005ac6 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#05a4d6),
    to(#005ac6)
  );
  background: -webkit-linear-gradient(#05a4d6 0%, #005ac6 100%);
  background: -o-linear-gradient(#05a4d6 0%, #005ac6 100%);
  background: linear-gradient(#05a4d6 0%, #005ac6 100%);
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  border-radius: 50%;
}
@media screen and (max-width: 1200px) {
  .search-area .h2-title {
    font-size: 2.9333333333333rem;
  }
}
@media screen and (max-width: 768px) {
  .search-area {
    margin-top: -100px;
    /* margin-bottom: 60px; */
    padding-bottom: 20px;
  }
  .search-area .h2-title {
    height: 12vw;
    margin-bottom: 12vw;
    font-size: 1.8666666666667rem;
    letter-spacing: 0.25rem;
  }
  .search-area .h2-title span {
    margin-top: 0.5em;
    font-size: 0.75rem;
  }
  #wpgmza_map_2 {
    height: 380px !important;
  }
}

/* link */
.link-area {
  width: 100%;
  height: 124px;
  background: #e5f6fb;
  background: -moz-linear-gradient(bottom left, #e5eef9 0%, #e5f6fb 100%);
  background: -webkit-gradient(
    linear,
    left bottom,
    right top,
    from(#e5eef9),
    to(#e5f6fb)
  );
  background: -webkit-linear-gradient(bottom left, #e5eef9 0%, #e5f6fb 100%);
  background: -o-linear-gradient(bottom left, #e5eef9 0%, #e5f6fb 100%);
  background: linear-gradient(to top right, #e5eef9 0%, #e5f6fb 100%);
  background-repeat: no-repeat;
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  overflow-y: hidden;
  overflow-x: scroll;
}
.other-link {
  background: #fff7f0;
  background: -moz-linear-gradient(bottom left, #fef1f4 0%, #fff7f0 100%);
  background: -webkit-gradient(
    linear,
    left bottom,
    right top,
    from(#fef1f4),
    to(#fff7f0)
  );
  background: -webkit-linear-gradient(bottom left, #fef1f4 0%, #fff7f0 100%);
  background: -o-linear-gradient(bottom left, #fef1f4 0%, #fff7f0 100%);
  background: linear-gradient(to top right, #fef1f4 0%, #fff7f0 100%);
  background-repeat: no-repeat;
}
.link-area ul {
  height: 60px;
  margin-left: 60px;
  padding-top: 10px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  position: relative;
}
.other-link ul {
  margin-left: 60px;
}
.link-area ul li {
  flex: 0 0 1px;
  min-width: 210px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
}
.link-area ul li + li {
  margin-left: 15px;
}
.other-link ul li:first-child {
  min-width: 55px;
  font-size: 1.2rem;
  font-weight: bold;
}
.link-area ul li.l-banner {
  min-width: 130px;
}
.link-area ul li.m-banner {
  min-width: 171px;
}
.link-area ul li.s-banner {
  min-width: 120px;
}
.link-area ul li.h-banner {
  min-width: 105px;
}
.link-area ul li img {
  height: 60px;
}
.link-area ul li.h-banner img {
  height: 60px;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .link-area {
    height: 100px;
  }
  .link-area ul,
  .other-link ul {
    margin-left: 5%;
  }
  .other-link ul li:first-child {
    min-width: 30px;
    font-size: 0.73333333333333rem;
  }
}

/* contact */
.contact-wrap {
  width: 100%;
  max-width: 780px;
  margin: 0 auto;
}
.contact-wrap .middle-title {
  margin-bottom: 15px;
  padding-left: 20px;
  font-size: 1.2rem;
  font-weight: bold;
  position: relative;
}
.contact-wrap .middle-title:before {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: #005ac6;
  background: -moz-linear-gradient(#05a4d6 0%, #005ac6 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#05a4d6),
    to(#005ac6)
  );
  background: -webkit-linear-gradient(#05a4d6 0%, #005ac6 100%);
  background: -o-linear-gradient(#05a4d6 0%, #005ac6 100%);
  background: linear-gradient(#05a4d6 0%, #005ac6 100%);
  border-radius: 50%;
}
.contact-business {
  margin-bottom: 55px;
}
.contact-general {
}
.contact-inner {
  padding: 25px 40px 40px;
  background: #fff;
  border-radius: 12px;
}
.contact-box {
}
.contact-box dt {
  width: 100%;
  padding: 15px 0 10px;
}
.contact-box dt p {
  font-weight: bold;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contact-box dt span {
  width: 60px;
  height: 30px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 0.86666666666667rem;
  font-weight: bold;
  background: #f52363;
  border-radius: 15px;
}
.contact-box dd {
  margin-bottom: 10px;
}
.contact-box dd:placeholder {
  color: #9f9f9f;
}
.contact-box dd:placeholder {
  color: #9f9f9f;
}
.contact-box dd .wpcf7-text,
.contact-box dd .wpcf7-textarea {
  width: 100%;
  height: 62px;
  padding: 20px 30px;
  border: none;
  background: #f8f8f8;
  border-radius: 12px;
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1rem;
}
.contact-box dd .wpcf7-textarea {
  height: 180px;
}
.contact-box dd .wpcf7-text:focus-visible,
.contact-box dd .wpcf7-textarea:focus-visible {
  outline: none;
}
.contact-box dd input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #f8f8f8 inset;
}
.contact-check {
  margin: 15px auto 15px;
  font-size: 0.733rem;
  text-align: center;
}
.contact-check p {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-check a {
  color: #e13d65;
  text-decoration: underline;
}
.contact-check input {
  width: 12px;
  height: 12px;
  margin: 0 10px 0px 0;
  border: 1px solid #d4d5d6;
  border-radius: 2px;
  display: block;
  opacity: 0.5;
}
.contact-btn .wpcf7-submit {
  width: 100%;
  padding: 25px 0;
  background: #001280;
  text-align: center;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.18rem;
  cursor: pointer;
  border: none;
  border-radius: 12px;
  transition: 0.5s;
}
.contact-btn .wpcf7-submit:hover {
  opacity: 0.8;
}
.contact-thanks-wrap {
  width: 90%;
  max-width: 740px;
  margin: 140px auto 0;
  text-align: center;
}
.contact-thanks-wrap .main-title {
  margin-bottom: 30px;
  font-size: 1.7333333333333rem;
  font-weight: bold;
}
.contact-thanks-wrap .main-title__text {
  margin-bottom: 40px;
  font-size: 1.2rem;
}
.wpcf7-not-valid-tip,
.screen-reader-response p {
  font-size: 0.86666666666667rem;
  font-weight: bold;
  color: #f52363;
}
.wpcf7-not-valid-tip {
  margin: 10px 0;
  display: block;
}
.screen-reader-response ul,
.wpcf7-response-output {
  display: none;
}

@media screen and (max-width: 768px) {
  .contact-wrap .middle-title {
    padding-left: 1rem;
    font-size: 1rem;
  }
  .contact-business {
    margin-bottom: 10vw;
  }
  .contact-inner {
    padding: 5vw;
  }
  .contact-box dt {
    padding: 3vw 0;
  }
  .contact-box dd {
    margin-bottom: 3vw;
  }
  .contact-box dd .wpcf7-text,
  .contact-box dd .wpcf7-textarea {
    height: 30px;
    padding: 30px 22px;
  }
  .contact-box dd .wpcf7-textarea {
    height: 130px;
  }
  .contact-btn .wpcf7-submit {
    padding: 5vw 0;
  }
  .contact-check {
    text-align: left;
  }
  .contact-check p {
    display: inline-block;
  }
  .contact-check span {
    display: inline-block;
  }
  .contact-thanks-wrap {
    margin-top: 10vw;
  }
  .contact-thanks-wrap .main-title {
    font-size: 1.2rem;
  }
  .contact-thanks-wrap .main-title__text {
    font-size: 1rem;
  }
  .contact-thanks-wrap .main-title__text br {
    display: none;
  }
}

/* story */
.story-contents {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding-bottom: 0;
}
.story-bg {
  position: relative;
  z-index: 1;
}
.head-story-bg {
  position: relative;
  z-index: 4;
}
.head-story-bg:before,
.story-bg:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: #fff;
  z-index: 1;
}
.story-wrap .intro {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding-top: 100px;
  margin-bottom: 240px;
  position: relative;
  z-index: 4;
}
.story-wrap .intro-h2 {
  margin: 0 0 60px 60px;
}
.story-wrap .intro-image {
  width: 100%;
}
.story-wrap .intro-image__ul {
  position: relative;
}
.story-wrap .intro-image__ul li img {
  width: 100%;
}
.story-wrap .intro-image__ul li:nth-child(1) {
  width: 58.3333333%;
  position: relative;
  z-index: 1;
}
.story-wrap .intro-image__ul li:nth-child(2) {
  width: 20.8333333%;
  position: absolute;
  top: 57%;
  left: 50%;
  z-index: 2;
}
.story-wrap .intro-image__ul li:nth-child(3) {
  width: 36%;
  position: absolute;
  top: 60px;
  right: 0;
  z-index: 3;
}
.story-wrap .intro-text {
  width: 90%;
  max-width: 1200px;
  margin: 60px auto 0;
}
.story-wrap .intro-text p {
  width: 45%;
  max-width: 545px;
  font-family: "Noto Serif JP", serif;
  font-size: 1.18rem;
  line-height: 2.5;
}
.story-wrap .intro-h3 {
  width: 29.1666666%;
  text-align: center;
  position: absolute;
  bottom: -2vw;
  right: 0;
}
.story-wrap .intro-image__sp {
  display: none;
}
.story-wrap .section-h2 {
  margin-bottom: 76px;
  font-size: 0.86666666666667rem;
  font-weight: bold;
  text-align: center;
  position: relative;
}
.story-wrap .section-h2 span {
  margin-bottom: 15px;
  font-family: "Raleway", sans-serif;
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.5rem;
  display: block;
}
.story-wrap .section-h2:after {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  left: 50%;
  bottom: -22px;
  transform: translateX(-50%);
  background: #005ac6;
  background: -moz-linear-gradient(#05a4d6 0%, #005ac6 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#05a4d6),
    to(#005ac6)
  );
  background: -webkit-linear-gradient(#05a4d6 0%, #005ac6 100%);
  background: -o-linear-gradient(#05a4d6 0%, #005ac6 100%);
  background: linear-gradient(#05a4d6 0%, #005ac6 100%);
  border-radius: 50%;
}
.story-wrap .parallax-area {
  min-height: 100%;
  margin-top: -170px;
  padding-top: 170px;
  padding-bottom: 263px;
  position: relative;
}
.story-wrap .parallax-area:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100vw;
  height: calc(100vh + 80px);
  background-image: linear-gradient(
      to right,
      rgba(0, 0, 0, 0.4),
      rgba(0, 0, 0, 0.4)
    ),
    url(../images/story/story-bg.jpg);
  background-size: cover;
  background-position: center;
}
.story-wrap .story-bg:before {
  height: calc(100% - 170px);
}
.story-wrap .parallax-area .section-h2 {
  color: #fff;
}
.story-wrap .parallax-area .section-h2:after {
  background: #fff;
}
.story-wrap .movie-area {
  position: relative;
  z-index: 2;
}
.movie-slider {
  position: relative;
  z-index: 3;
}
.movie-slider ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.movie-slider .slick-list {
  padding: 0 0 0 calc(50% - 600px) !important;
}
.movie-slider .slick-track {
  display: flex;
  gap: 40px;
}
.movie-slider ul li {
  width: 600px;
  height: 370px;
  position: relative;
}
.movie-slider ul li .movie-image {
  width: 100%;
  height: 370px;
  border-radius: 24px;
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  overflow: hidden;
}
.movie-slider ul li .movie-image:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.4;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
.movie-slider ul li .movie-image img {
  width: 100%;
  height: 100%;
}
.movie-slider ul li .movie-text {
  width: 100%;
  position: absolute;
  bottom: 25px;
  text-align: center;
}
.movie-slider ul li .movie-text p {
  padding: 0 5%;
  font-weight: bold;
  color: #fff;
}
.movie-slider ul li .movie-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  background: -moz-linear-gradient(top left, #a32ece 0%, #005ac6 100%);
  background: -webkit-gradient(
    linear,
    left top,
    right bottom,
    from(#a32ece),
    to(#005ac6)
  );
  background: -webkit-linear-gradient(top left, #a32ece 0%, #005ac6 100%);
  background: -o-linear-gradient(top left, #a32ece 0%, #005ac6 100%);
  background: linear-gradient(to bottom right, #a32ece 0%, #005ac6 100%);
}
.movie-slider ul li.view-all {
  border-radius: 24px;
  background: #000;
  position: relative;
}
.movie-slider ul li.view-all a {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
.movie-slider ul li.view-all .view-all {
  font-family: "Raleway", sans-serif;
  font-size: 0.86666666666667rem;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.6em;
}
.movie-slider ul li.view-all:before,
.movie-slider ul li.view-all:after {
  content: "";
  position: absolute;
  left: 49%;
  bottom: 40px;
  width: 1px;
  height: 22px;
  background: #c0c8d1;
  transition: all 1s;
}
.movie-slider ul li.view-all:after {
  transform: rotate(90deg);
}
.movie-slider ul li.view-all:hover:before {
  transform: rotate(180deg);
}
.movie-slider ul li.view-all:hover:after {
  transform: rotate(270deg);
}
.movie-slider ul .slick-arrow .slick-next,
.movie-slider ul .slick-arrow .slick-prev {
  width: 54px !important;
  height: 54px !important;
}
.movie-slider ul .slick-arrow:before {
  width: 54px;
  height: 54px;
  content: "" !important;
  position: absolute;
  top: 0;
  left: 0;
}
.movie-slider ul .slick-arrow {
  width: 54px;
  height: 54px;
  top: -85px;
  right: 100px;
}
.movie-slider ul .slick-prev {
  left: auto;
  right: 175px;
}
.movie-slider ul .slick-next:before {
  background: url("../images/icon/icon-arrownext.svg") !important;
  background-size: contain !important;
}
.movie-slider ul .slick-prev:before {
  background: url("../images/icon/icon-arrowprev.svg") !important;
  background-size: contain !important;
}
.movie-slider ul .slick-next.slick-disabled:before,
.movie-slider ul .slick-prev.slick-disabled:before {
  opacity: 1;
}
.story-wrap .movie-area > img {
  width: 100%;
  height: 100%;
}
.story-wrap .enjoy-area {
  padding-top: 130px;
}
.story-wrap .enjoy-area .inner,
.story-wrap .course-area .inner {
  width: 90%;
  max-width: 1200px;
  margin: 50px auto 0;
}
.story-wrap .enjoy-list {
  width: 100%;
  margin-bottom: 50px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}
.story-wrap .enjoy-list li {
  width: calc(100% / 3 - 22px);
  margin: 0 33px 100px 0;
}
.story-wrap .enjoy-list li:nth-child(3n) {
  margin-right: 0;
}
.story-wrap .enjoy-list li:first-child,
.story-wrap .enjoy-list li:last-child {
  position: relative;
}
.story-wrap .enjoy-list li:first-child:before {
  content: "";
  width: 90px;
  height: 87px;
  position: absolute;
  top: 0;
  left: 0;
  margin: -50px 0 0 -50px;
  background: url("../images/story/text_iyasi.png") 0 0 no-repeat;
  background-size: cover;
  z-index: 5;
}
.story-wrap .enjoy-list li:last-child:before {
  content: "";
  width: 90px;
  height: 87px;
  position: absolute;
  top: 0;
  right: 0;
  margin: -50px -50px 0 0;
  background: url("../images/story/text_nami.png") 0 0 no-repeat;
  background-size: cover;
  z-index: 5;
}

.story-wrap .enjoy-image {
  width: 100%;
  max-width: 380px;
  border-radius: 16px;
  overflow: hidden;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.story-wrap .enjoy-image img {
  width: 100%;
  height: 100%;
}
.story-wrap .enjoy-text {
  margin-top: 30px;
  color: #fff;
}
.story-wrap .enjoy-text .section-h3 {
  margin-bottom: 20px;
  font-size: 1.8666666666667rem;
  font-weight: 500;
  text-align: center;
}
.story-wrap .enjoy-text .section-h3 a {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.story-wrap .enjoy-text p {
  font-weight: 400;
  line-height: 1.8;
}
.story-wrap .course-box {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.story-wrap .course-box > div {
  width: calc(100% / 2);
}
.story-wrap .course-box .course-nami {
  margin-left: 106px;
}
.story-wrap .course-box .course-title {
  margin-bottom: 80px;
  text-align: center;
}
.story-wrap .course-list {
  counter-reset: number 0;
}
.story-wrap .course-list li {
  position: relative;
}
.story-wrap .course-list li:nth-child(2n) {
  /*margin-top: 152px;*/
}
.story-wrap .course-list li:before {
  counter-increment: number;
  content: counter(number) "";
  width: 84px;
  height: 84px;
  border-radius: 50%;
  font-size: 3.6rem;
  font-family: "EB Garamond", serif;
  color: #252c34;
  text-align: center;
  background: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
}
.story-wrap .course-list li:nth-child(n + 2):after {
  content: "";
  width: 1px;
  height: 60px;
  margin-top: -152px;
  left: calc(50% - 1px);
  top: 0;
  position: absolute;
  background: #fff;
}
.story-wrap .course-text {
  min-height: 395px;
  padding: 30px 0 40px;
  color: #fff;
}
.story-wrap .course-list li:last-child .course-text {
  min-height: 240px;
  padding-bottom: 0;
}
.story-wrap .course-text .section-h3 {
  margin-bottom: 20px;
  font-size: 1.8666666666667rem;
  font-weight: bold;
  letter-spacing: 0.18rem;
  text-align: center;
}
.story-wrap .course-text .section-h3 a {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.story-wrap .course-text p {
  font-weight: bold;
  line-height: 2;
}
.story-wrap .course-text p a {
  color: #fff;
  letter-spacing: 0.18rem;
}
.search-area,
.link-area,
.footer {
  position: relative;
  z-index: 4;
}
.story-bg .search-area {
  padding-top: 93px;
}

@media screen and (max-width: 1920px) {
  .story-wrap .intro-h3 {
    bottom: -7vw;
  }
}
@media screen and (max-width: 1200px) {
  .movie-slider .slick-list {
    padding: 0 0 0 5% !important;
  }
  .story-wrap .enjoy-list li:first-child:before,
  .story-wrap .enjoy-list li:last-child:before {
    width: 54px;
    height: 52px;
    top: 20px;
  }
  .story-wrap .enjoy-list li:first-child:before {
    left: 20px;
  }
  .story-wrap .enjoy-list li:last-child:before {
    right: 20px;
  }
  .story-wrap .section-h2 span {
    font-size: 2.9333333333333rem;
  }
}
@media screen and (max-width: 980px) {
  .story-wrap .course-text {
    min-height: 500px;
  }
}
@media screen and (max-width: 768px) {
  .story-contents {
    padding-bottom: 0;
  }
  /*
	.story-bg{position: relative;z-index: 4;}
	.story-bg:before{content: '';width: 100%;height: 100%;position: absolute;background: #fff;z-index: 1;}
*/
  .story-headerbg {
    position: relative;
    z-index: 99;
  }
  .story-headerbg:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: #fff;
    z-index: 3;
  }
  .story-bg .search-area {
    padding-top: 10vw;
  }
  .story-wrap .story-bg:before {
    height: calc(100% - 80px);
  }
  .story-hero {
    height: 360px;
    position: relative;
    z-index: 4;
  }
  .story-hero .c-hero__title {
    font-size: 2.5333333333333rem;
    text-align: center;
    line-height: 1.1;
    letter-spacing: 0.08em;
  }
  .story-hero .c-hero__title br {
    display: block;
  }
  .story-hero .c-hero__text {
    margin-top: 2vw;
  }
  .story-hero .c-hero_bg:before {
    top: 50px;
    left: 43px;
    width: 52px;
    height: 50px;
  }
  .story-hero .c-hero_bg:after {
    right: 43px;
    bottom: 50px;
    width: 52px;
    height: 50px;
  }
  .story-hero .c-hero__text .c-hero__tag {
    width: 70%;
  }
  .story-wrap .intro {
    margin-bottom: 10vh;
    padding-top: 5vh;
    position: relative;
    z-index: 4;
  }
  .story-wrap .intro-h2 {
    margin: 0 0 2rem 5%;
  }
  .story-wrap .intro-h2 img {
    width: 70vw;
  }
  .story-wrap .intro-image__ul {
    width: 90%;
  }
  .story-wrap .intro-image__ul li:nth-child(1) {
    width: 100%;
  }
  .story-wrap .intro-image__ul li:nth-child(2),
  .story-wrap .intro-image__ul li:nth-child(3) {
    display: none;
  }
  .story-wrap .intro-text {
    width: 90%;
    margin: 5vw auto 30vw;
  }
  .story-wrap .intro-text p {
    width: 100%;
    max-width: 100%;
    font-size: 1rem;
  }
  .story-wrap .intro-h3 {
    position: relative;
    width: 80vw;
    margin: 7vw 0 0 auto;
    top: auto;
  }
  .story-wrap .movie-area {
    position: relative;
    z-index: 4;
  }
  .movie-slider ul li {
    width: 260px;
    height: 160px;
  }
  .movie-slider ul li .movie-image {
    height: 160px;
    border-radius: 12px;
  }
  .movie-slider ul li.view-all {
    border-radius: 12px;
  }
  .movie-slider ul li .movie-text {
    bottom: 3vw;
  }
  .movie-slider ul li .movie-text p {
    font-size: 0.73333333333333rem;
    line-height: 1.2;
  }
  .story-wrap .section-h2 {
    margin-bottom: 15vw;
    font-size: 0.73333333333333rem;
    letter-spacing: 0.15em;
  }
  .story-wrap .section-h2 span {
    margin-bottom: 5px;
    font-size: 1.8666666666667rem;
  }
  .story-wrap .section-h2:after {
    bottom: -20px;
  }
  .story-wrap .intro-image__sp {
    display: inline;
  }
  .story-wrap .intro-image__sp ul {
    width: 95%;
    margin-left: auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
  .story-wrap .intro-image__sp ul li:nth-child(1) {
    width: 32vw;
    position: relative;
    z-index: 1;
  }
  .story-wrap .intro-image__sp ul li:nth-child(2) {
    width: 67vw;
    z-index: 2;
    margin-top: -7vw;
    position: absolute;
    right: 0;
  }
  .story-wrap .parallax-area {
    margin-top: -85px;
    padding-bottom: 10vw;
  }
  .story-wrap .enjoy-area {
    padding-top: 0;
    padding-bottom: 10vw;
  }
  .story-wrap .enjoy-list {
    width: 90%;
    margin: 0 auto;
  }
  .story-wrap .enjoy-list li {
    width: calc(100% / 2 - 10px);
    margin-right: 20px;
    margin-bottom: 10vw;
  }
  .story-wrap .enjoy-list li:nth-child(3n) {
    margin-right: 20px;
  }
  .story-wrap .enjoy-list li:nth-child(2n) {
    margin-right: 0;
  }
  .story-wrap .enjoy-list li:first-child:before {
    width: 45px;
    height: 44px;
    margin: -40px 0 0 -13px;
    z-index: 5;
  }
  .story-wrap .enjoy-list li:last-child:before {
    width: 45px;
    height: 44px;
    margin: -40px -13px 0 0;
    z-index: 5;
  }
  .story-wrap .enjoy-list li:first-child:before {
    left: 0;
  }
  .story-wrap .enjoy-list li:last-child:before {
    right: 0;
  }
  .story-wrap .enjoy-text {
    margin-top: 5vw;
  }
  .story-wrap .enjoy-text .section-h3 {
    font-size: 1.2rem;
  }
  .story-wrap .enjoy-text p {
    font-size: 0.75rem;
  }
  .story-wrap .enjoy-area .inner,
  .story-wrap .course-area .inner {
    width: 100%;
  }
  .story-wrap .course-box {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .story-wrap .course-box > div {
    width: 100%;
  }
  .story-wrap .course-box .course-title img {
    width: 15vw;
  }
  .story-wrap .course-list li {
    z-index: 4;
  }
  .story-wrap .course-list li:before {
    width: 70px;
    height: 70px;
    font-size: 3rem;
  }
  .story-wrap .course-list .course-image,
  .story-wrap .course-list .course-image img {
    width: 100%;
  }
  .story-wrap .course-text {
    width: 90%;
    min-height: auto;
    margin: 0 auto;
    padding: 10vw 0 50vw;
  }
  .story-wrap .course-text .section-h3 {
    font-size: 1.5rem;
  }
  .story-wrap .course-text p {
  }
  .story-wrap .course-box .course-nami {
    margin-left: 0;
  }
  .story-wrap .course-list li:last-child .course-text {
    padding-bottom: 30vw;
  }
  .story-wrap .course-area {
    padding-bottom: 0;
  }
  .movie-slider .slick-track {
    gap: 20px;
  }
  .movie-slider ul .slick-arrow {
    width: 32px;
    height: 32px;
    top: -12.5vw;
    right: 30px;
  }
  .movie-slider ul .slick-prev {
    right: 70px;
  }
  .movie-slider ul .slick-arrow:before {
    width: 32px;
    height: 32px;
  }
  .movie-slider ul li:last-child:before,
  .movie-slider ul li:last-child:after {
    bottom: 10vw;
    height: 15px;
  }
  .page-template-page-story .movie-slider ul .slick-prev,
  .page-template-page-story .movie-slider ul .slick-arrow {
    top: -35px;
  }
}

/* information */
.info-list {
  max-width: 780px;
  margin: 0 auto;
}
.info-list > ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
}
.info-list > ul > li {
  padding-bottom: 30px;
}
.info-list > ul > li a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.info-list > ul li {
  padding: 30px 0;
  border-bottom: 1px solid #e0e0e0;
}
.info-list > ul li:first-child {
  padding-top: 0;
}
.info-list > ul > li .list-image {
  width: 100px;
  height: 100px;
  margin-right: 20px;
  border-radius: 14px;
  overflow: hidden;
}
.info-list > ul > li .list-image img {
  width: 100%;
  height: 100%;
}
.info-list > ul > li .list-box {
  width: calc(100% - 100px);
}
.info-list > ul > li .list-date {
  margin-bottom: 15px;
  font-size: 0.86666666666667rem;
  font-weight: bold;
  color: #696868;
  font-family: "Montserrat", sans-serif;
}
.info-list > ul > li .list-box_text {
  font-weight: bold;
  line-height: 1.5;
}
.m-pagination {
  margin-top: 40px;
  text-align: center;
  color: #0387d0;
  font-size: 1.2rem;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
.m-pagination a {
  color: #0387d0;
}
.m-pagination__body {
  isplay: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.m-pagination__body li + li {
  margin-left: 30px;
}
.m-pagination__body .-current {
  color: #9acfec;
  border-bottom: 1px solid #9acfec;
}
.m-pagination__next a {
  width: 11px;
  height: 18px;
  margin: 0 0 3px 30px;
  position: relative;
  display: block;
}
.m-pagination__next a:before {
  content: "";
  width: 11px;
  height: 18px;
  background: url("../images/icon/icon-angle-right-solid.svg") 0 0 no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}

/* single */
.single-header .h1-title {
  line-height: 1.8;
  font-size: 1.7333333333333rem;
  font-weight: bold;
}
.single-main .h2-title,
.single-main .h3-title,
.single-main .h4-title,
.field-area h2,
.field-area h3,
.field-area h4 {
  line-height: 1.8;
  margin: 50px auto 20px;
}
.single-wrap {
  width: 100%;
  max-width: 780px;
  margin: 80px auto 0;
  padding-bottom: 0.1px;
  background: #fff;
  border-radius: 12px;
  filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.05));
  position: relative;
}
.single-header {
  /*width: calc( 100% - 80px );*/
  width: 100%;
  padding: 36px 40px;
  border-bottom: 1px solid #e8ecef;
  position: relative;
}
.single-header .h1-date {
  margin-top: 3px;
  font-family: "Montserrat", sans-serif;
  font-size: 0.86666666666667rem;
  font-weight: bold;
  color: #8d9eb1;
}
.single-header .h1-subtitle {
  margin-top: 3px;
  font-size: 0.86666666666667rem;
  font-weight: bold;
  color: #8d9eb1;
  line-height: 1.5;
}
.single-main {
  /* width: calc( 100% - 80px ); */
  width: 100%;
  margin: 40px auto;
  padding: 0 40px;
}
.single-main .slick-area {
  width: 100%;
  height: 400px;
  margin: 40px auto 30px;
}
.single-main .slick-area .slick-list {
  border-radius: 24px;
  overflow: hidden;
}
.single-main .slick-area .slick-box li {
  height: 400px;
}
.single-main .slick-area .slick-box li img {
  width: 100%;
  height: 100%;
}
.single-main .slick-area .slide-arrow {
  background-color: #333;
  bottom: 0;
  height: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 0;
}
.single-main .slick-area .slick-prev,
.single-main .slick-area .slick-next {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #005ac6;
  background: -moz-linear-gradient(left, #05a4d6 0%, #005ac6 100%);
  background: -webkit-gradient(
    linear,
    left center,
    right center,
    from(#05a4d6),
    to(#005ac6)
  );
  background: -webkit-linear-gradient(left, #05a4d6 0%, #005ac6 100%);
  background: -o-linear-gradient(left, #05a4d6 0%, #005ac6 100%);
  background: linear-gradient(to right, #05a4d6 0%, #005ac6 100%);
  z-index: 1;
}
.single-main .slick-area .slick-prev:before,
.single-main .slick-area .slick-next:before {
  content: "" !important;
  font-size: inherit;
}
.single-main .slick-area .slick-prev:after {
  content: url("../images/icon/icon-arrow_prev.png");
}
.single-main .slick-area .slick-next:after {
  content: url("../images/icon/icon-arrow.png");
}
.single-main .single-text {
  margin: 20px auto 30px;
  line-height: 2;
}
.single-main .single-text p + p {
  margin-top: 30px;
}
.single-main .single-text a {
  color: #0387d0;
  border-bottom: 1px solid #0387d0;
}
.single-main .single-pinkarea {
  width: 100%;
  padding: 20px;
  font-size: 0.86666666666667rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  background: #fff7f7;
  border-radius: 12px;
}
.single-pinkarea + .single-pinkarea {
  margin-top: 20px;
}
.single-main .single-pinkarea .topics-caution {
  font-weight: bold;
  color: #f52363;
}
.single-main .single-image {
  width: 100%;
  max-height: 440px;
  margin: 30px auto;
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  z-index: 1;
}
.single-main .single-image img {
  width: 100%;
  height: 100%;
}
.single-main .single-list {
  margin: 40px auto 60px;
}
.single-main .single-list li {
  position: relative;
}
.single-main .single-list li:before {
  content: "・";
}
.single-main .single-list li + li {
  margin-top: 20px;
}
.single-main .single-table {
  margin: 20px auto 30px;
}
.single-main .single-table dl {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  background-color: #fff;
  border: 1px solid #d3d9de;
  border-bottom: none;
}
.single-main .single-table dt {
  width: 146px;
  padding: 10px 5px;
  background: #f4f5f7;
  border-right: 1px solid #d3d9de;
  border-bottom: 1px solid #d3d9de;
  font-weight: bold;
  text-align: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  word-break: break-word;
}
.single-main .single-table dd {
  width: calc(100% - 146px);
  padding: 10px 20px;
  border-bottom: 1px solid #d3d9de;
  line-height: 1.5;
  word-break: break-all;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.single-main .single-table dd a {
  color: #0387d0;
  text-decoration-line: underline;
}
.single-main .single-table .single-table__caution {
  color: #f52363;
}
.single-main .single-listimage {
  width: 100%;
  margin: 30px auto;
}
.single-main .single-listimage ul {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}
.single-main .single-listimage ul li {
  width: calc(100% / 3 - 13.5px);
  margin-right: 20px;
  margin-bottom: 20px;
}
.single-main .single-listimage ul li:nth-child(3n) {
  margin-right: 0;
}
.single-main .single-listimage ul li:nth-last-child(-n + 3) {
  margin-bottom: 0;
}
.single-main .single-listimage .single-listimage__image {
  width: 100%;
  height: 140px;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  z-index: 1;
}
.single-main .single-listimage .single-listimage__image img {
  width: 100%;
}
.single-main .single-listimage .single-listimage__text {
  padding: 10px 10px 0;
  font-size: 0.733rem;
  color: #6b7c90;
  text-align: center;
}
.single-main .single-listimage .single-listimage__text p {
  line-height: 1.5;
}
.single-main .single-text__caution {
  font-size: 0.86666666666667rem;
  font-weight: bold;
  color: #f52363;
}
.single-map {
  width: 100%;
  height: 460px;
  margin: 50px auto 40px;
}
.single-map iframe {
  width: 100%;
  height: 460px;
}
.single-main .h2-title {
  padding-left: 25px;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
}
.single-main .h2-title:before {
  content: "";
  position: absolute;
  top: -1%;
  left: 0;
  width: 6px;
  height: 102%;
  border-radius: 5px;
  background: #005ac6;
  background: -moz-linear-gradient(#05a4d6 0%, #005ac6 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#05a4d6),
    to(#005ac6)
  );
  background: -webkit-linear-gradient(#05a4d6 0%, #005ac6 100%);
  background: -o-linear-gradient(#05a4d6 0%, #005ac6 100%);
  background: linear-gradient(#05a4d6 0%, #005ac6 100%);
}
.single-main .h3-title {
  padding-left: 20px;
  font-size: 1.2rem;
  font-weight: bold;
  position: relative;
}
.single-main .h3-title:before {
  content: "";
  position: absolute;
  top: 1em;
  left: 0;
  transform: translateY(-3px);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #005ac6;
  background: -moz-linear-gradient(#05a4d6 0%, #005ac6 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#05a4d6),
    to(#005ac6)
  );
  background: -webkit-linear-gradient(#05a4d6 0%, #005ac6 100%);
  background: -o-linear-gradient(#05a4d6 0%, #005ac6 100%);
  background: linear-gradient(#05a4d6 0%, #005ac6 100%);
}
.single-main .h4-title {
  font-size: 1.333rem;
  font-weight: bold;
}

.field-area h2 {
  padding-left: 25px;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
}
.field-area h2:before {
  content: "";
  position: absolute;
  top: -1%;
  left: 0;
  width: 6px;
  height: 102%;
  border-radius: 5px;
  background: #005ac6;
  background: -moz-linear-gradient(#05a4d6 0%, #005ac6 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#05a4d6),
    to(#005ac6)
  );
  background: -webkit-linear-gradient(#05a4d6 0%, #005ac6 100%);
  background: -o-linear-gradient(#05a4d6 0%, #005ac6 100%);
  background: linear-gradient(#05a4d6 0%, #005ac6 100%);
}
.field-area h3 {
  padding-left: 20px;
  font-size: 1.2rem;
  font-weight: bold;
  position: relative;
}
.field-area h3:before {
  content: "";
  position: absolute;
  top: 1em;
  left: 0;
  transform: translateY(-3px);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #005ac6;
  background: -moz-linear-gradient(#05a4d6 0%, #005ac6 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#05a4d6),
    to(#005ac6)
  );
  background: -webkit-linear-gradient(#05a4d6 0%, #005ac6 100%);
  background: -o-linear-gradient(#05a4d6 0%, #005ac6 100%);
  background: linear-gradient(#05a4d6 0%, #005ac6 100%);
}
.field-area h4 {
  font-size: 1.333rem;
  font-weight: bold;
}
/*.field-area{display: flow-root;}*/
.field-area p {
  margin: 30px auto;
  line-height: 2.4;
  /*	letter-spacing: 0.05em;*/
  display: contents;
}
.field-area p + p {
  display: block;
}
.field-area em {
  font-style: italic;
}
.field-area th,
.field-area td {
  border: solid 1px #d3d9de;
}
.field-area table {
  width: 100%;
  margin: 30px 0;
  border-collapse: collapse;
}
.field-area th {
  padding: 15px 5px;
  background: #f4f5f7;
  font-weight: bold;
  text-align: center;
}
.field-area td {
  padding: 15px 20px;
  line-height: 1.5;
}
.field-area td:first-child {
  white-space: nowrap;
}
.field-area > ul {
  margin: 40px auto 0;
}
.field-area > ul li {
  position: relative;
  padding-left: 20px;
}
.field-area > ul li:before {
  content: "・";
  position: absolute;
  left: 0;
}
.field-area a {
  color: #0387d0;
  border-bottom: 1px solid #0387d0;
}
.field-area strong {
  font-weight: bold;
}
.field-area > ul li + li {
  margin-top: 10px;
}
.spots-wrap .single-main .h2-title,
.field-area h2 {
  font-size: 1.2rem;
}
.spots-wrap .single-main .h3-title,
.field-area h3 {
  margin: 30px auto 20px;
}
.spots-wrap .single-main .h4-title,
.field-area h4 {
  margin: 45px auto 10px;
}

/* single-event */
.single-wrap .season-title {
  position: absolute;
  top: 0;
  left: 40px;
  margin-top: -15px;
}
.single-wrap .season-title__text {
  padding-left: 25px;
  font-size: 1.4666666666667rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
}
.single-wrap .season-title__text:before {
  content: "";
  position: absolute;
  top: -1%;
  left: 0;
  width: 6px;
  height: 102%;
  border-radius: 5px;
  background: #005ac6;
  background: -moz-linear-gradient(#05a4d6 0%, #005ac6 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#05a4d6),
    to(#005ac6)
  );
  background: -webkit-linear-gradient(#05a4d6 0%, #005ac6 100%);
  background: -o-linear-gradient(#05a4d6 0%, #005ac6 100%);
  background: linear-gradient(#05a4d6 0%, #005ac6 100%);
}

/* single-spots */
.single-wrap .list-tag {
  margin-top: -20px;
  margin-left: 40px;
  position: absolute;
  z-index: 3;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.single-wrap .list-tag a + a {
  margin-left: 20px;
}
.single-wrap .list-tag .list-tag__text {
  width: 76px;
  height: 37px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.86666666666667rem;
  font-weight: bold;
  color: #fff;
  border-radius: 20px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .single-wrap {
    margin-top: 10vw;
  }
  .single-wrap .list-tag {
    margin-left: 5%;
  }
  .single-header {
    padding: 8vw 5%;
  }
  .single-header .h1-title {
    font-size: 1.2rem;
  }
  .single-header .h1-subtitle {
    font-size: 0.8em;
  }
  .single-main {
    margin: 5% 0;
    padding: 0 5% 1px;
  }
  .single-main .h2-title,
  .single-main .h3-title,
  .single-main .h4-title {
    margin: 8vw auto 3vw;
    font-size: 1.1em;
  }
  .single-main .slick-area {
    height: 60vw;
    margin: 8vw auto;
  }
  .single-main .slick-area .slick-box li {
    height: 60vw;
  }
  .single-main .single-text {
    margin: 5vw auto;
  }
  .single-main .slick-area .slick-prev,
  .single-main .slick-area .slick-next {
    width: 10vw;
    height: 10vw;
  }
  .single-main .slick-area .slick-prev {
    left: -5vw;
  }
  .single-main .slick-area .slick-next {
    right: -5vw;
  }
  .single-main .single-image {
    max-height: 200px;
  }
  .single-main .single-image img {
    height: 100%;
  }
  .single-main .single-table {
    margin: 3vw auto;
  }
  .single-main .single-table dt {
    width: 100%;
    padding: 2vw;
    border-right: none;
  }
  .single-main .single-table dd {
    width: 100%;
    padding: 2vw;
  }
  .single-main .single-table dd,
  .single-main .single-table dd a {
    word-break: break-all;
    word-wrap: break-word;
  }
  .single-main .single-listimage ul li {
    width: calc(100% / 2 - 5px);
  }
  .single-main .single-listimage ul li,
  .single-main .single-listimage ul li:nth-child(3n) {
    margin-right: 10px;
  }
  .single-main .single-listimage ul li:nth-child(2n) {
    margin-right: 0;
  }
  .single-main .single-listimage ul li:nth-last-child(-n + 3) {
    margin-bottom: 10px;
  }
  /*.single-main .single-listimage ul li:nth-last-child(-n+2){margin-bottom: 0;}*/
  .single-wrap .season-title {
    left: 5%;
  }
  .spots-wrap .single-main .h3-title,
  .spots-wrap .single-main .h4-title {
    margin: 8vw auto 3vw;
    font-size: 1.1em;
  }
  .single-map {
    height: 70vw;
    margin: 8vw auto 0;
  }
  .field-area table {
    display: flex;
    overflow-x: scroll;
  }
}

/* spots */
.spots-list {
  width: 100%;
  margin: 0;
}
.spots-list > ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}
.spots-list > ul > li {
  width: calc(100% / 3 - 20px);
  margin-right: 30px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.spots-list > ul > li:nth-child(3n) {
  margin-right: 0;
}
.spots-list > ul > li a {
  display: block;
  width: 100%;
  height: 100%;
}
.spots-list > ul > li .list-image {
  width: 100%;
  height: 250px;
  border-radius: 24px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  overflow: hidden;
  position: relative;
}
.spots-list > ul > li .list-image img {
  width: 100%;
  height: 100%;
}
.spots-list > ul > li .list-box {
  width: calc(100% - 40px);
  margin: 0 auto;
  transform: translateY(-40px);
}
.spots-list > ul > li .list-box .list-tag {
  padding: 0 20px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  position: relative;
  z-index: 3;
  transform: translateY(-20px);
}
.spots-list > ul > li .list-box .list-tag .list-tag__text {
  width: 76px;
  height: 37px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.86666666666667rem;
  font-weight: bold;
  color: #fff;
  border-radius: 20px;
  position: relative;
  z-index: 2;
}
.spots-list > ul > li .list-box .list-box_text {
  /* min-height: 110px; */
  margin-top: -40px;
  padding: 30px 30px 22px;
  background: #fff;
  line-height: 1.5;
  border-radius: 12px;
  filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.05));
}
.spots-list > ul > li .list-box .list-box_text .list-box_ttl {
  font-size: 1.2rem;
  font-weight: bold;
}
.spots-list > ul > li .list-box .list-box_text .list-box_date {
  margin-top: 5px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 0.73333333333333rem;
  color: #8d9eb1;
}
@media screen and (max-width: 768px) {
  .spots-list > ul > li {
    width: 100%;
    margin-right: 0;
  }
  .spots-list > ul > li:nth-child(3n) {
    margin-right: 0;
  }
  .spots-list > ul > li .list-image {
    height: 34vh;
  }
  .spots-list > ul > li .list-box .list-box_text {
    padding: 35px 20px 20px;
  }
}

/* topics */
.topics-list {
  width: 100%;
  margin: 0;
}
.topics-list > ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}
.topics-list > ul > li {
  width: calc(100% / 2 - 30px);
  margin-right: 60px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.topics-list > ul > li:nth-child(2n) {
  margin-right: 0;
}
.topics-list > ul > li a {
  display: block;
  width: 100%;
  height: 100%;
}
.topics-list > ul > li .list-image {
  width: 100%;
  height: 380px;
  border-radius: 24px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  overflow: hidden;
  position: relative;
}
.topics-list > ul > li .list-image img {
  width: 100%;
  height: 100%;
}
.topics-list > ul > li .list-box {
  width: calc(100% - 40px);
  margin: 0 auto;
  transform: translateY(-40px);
}
.topics-list > ul > li .list-box .list-tag {
  padding: 15px 20px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  position: relative;
  z-index: 3;
}
.topics-list > ul > li .list-box .list-tag .list-tag__text {
  width: 76px;
  height: 37px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.86666666666667rem;
  font-weight: bold;
  color: #fff;
  border-radius: 20px;
  position: relative;
  z-index: 2;
  transform: translateY(-27px);
}
.topics-list > ul > li .list-box .list-box_text {
  margin-top: -60px;
  padding: 35px 30px;
  background: #fff;
  line-height: 1.5;
  border-radius: 12px;
  filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.05));
}
.topics-list > ul > li .list-box .list-box_text .list-box_ttl {
  font-size: 1.2rem;
  font-weight: bold;
}
.topics-list > ul > li .list-box .list-box_text .list-box_date {
  margin-top: 15px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 0.733rem;
  color: #8d9eb1;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .topics-list > ul > li {
    width: 100%;
    margin-right: 0;
  }
  .topics-list > ul > li .list-image {
    max-height: 34vh;
  }
  .topics-list > ul > li .list-box .list-box_text {
    padding: 35px 20px 20px;
  }
}

/* event */
.event-title {
  margin: 80px auto 40px;
}
.event-title__text {
  padding-left: 25px;
  font-size: 1.4666666666667rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
}
.event-title__text:before {
  content: "";
  position: absolute;
  top: -1%;
  left: 0;
  width: 6px;
  height: 102%;
  border-radius: 5px;
  background: #005ac6;
  background: -moz-linear-gradient(#05a4d6 0%, #005ac6 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#05a4d6),
    to(#005ac6)
  );
  background: -webkit-linear-gradient(#05a4d6 0%, #005ac6 100%);
  background: -o-linear-gradient(#05a4d6 0%, #005ac6 100%);
  background: linear-gradient(#05a4d6 0%, #005ac6 100%);
}
.event-list {
}
.event-list ul {
}
.event-list ul li {
  position: relative;
}
.event-list ul li + li {
  margin-top: 50px;
}
.event-list-tag {
  transform: translateY(-45px);
  position: relative;
  z-index: 2;
}
.event-list-tag p + p {
  margin-left: 10px;
}
.event-list-tag__date,
.event-list-tag__spot {
  height: 24px;
  padding: 2px 12px;
  font-size: 0.733rem;
  color: #fff;
  font-weight: bold;
  border-radius: 18px;
  display: inline-block;
}
.event-list-tag__date {
  background: #8d9eb1;
}
.event-list-tag__date span {
  position: relative;
  margin-right: 10px;
  padding-right: 20px;
}
.event-list-tag__date span:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.event-list-tag__date__sp {
  display: none;
}
.event-list-tag__spot {
  padding-left: 23px;
  background: #f52363;
  position: relative;
}
.event-list-tag__spot:before {
  content: "";
  width: 8px;
  height: 11px;
  position: absolute;
  top: 50%;
  transform: translateY(-5.5px);
  left: 10px;
  background: url("../images/icon/icon-location-dot.png") no-repeat;
}
.event-list-inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding: 30px;
  background: #fff;
  line-height: 1.5;
  border-radius: 12px;
  filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.05));
  position: relative;
}
.event-list-image {
  width: 120px;
  height: 170px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.event-list-image img {
  width: 100%;
  height: 100%;
}
.event-list-box {
  width: calc(100% - 150px);
  margin-left: 30px;
}
.event-list-box_text {
}
.event-list-box_ttl {
  font-size: 1.333rem;
  font-weight: bold;
  color: #0387d0;
  border-bottom: 1px solid #0387d0;
  display: inline;
}
.event-list-box_contens {
  margin-top: 15px;
}
.event-list__log {
  margin: 30px auto;
}
.event-list__log ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}
.event-list__log ul li {
  margin-bottom: 10px;
}
.event-list__log ul li + li {
  margin-left: 20px;
}
.event-list__log ul li a {
  padding-bottom: 10px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #0387d0;
  font-family: "Montserrat", sans-serif;
  border-bottom: 1px solid #0387d0;
  display: inline;
  transition: 0.5s;
}
.event-list__log ul li a:hover {
  opacity: 0.7;
}
/* year-event__title */
.year-event__title {
  width: 100%;
  text-align: center;
  position: relative;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  font-weight: bold;
  line-height: 1.8;
  color: #fff;
  border-radius: 8px;
  display: inline-block;
  padding: 0.8em 2.4em;
  background: #005ac6;
  background: -moz-linear-gradient(#05a4d6 0%, #005ac6 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#05a4d6),
    to(#005ac6)
  );
  background: -webkit-linear-gradient(#05a4d6 0%, #005ac6 100%);
  background: -o-linear-gradient(#05a4d6 0%, #005ac6 100%);
  background: linear-gradient(#05a4d6 0%, #005ac6 100%);
}
.year-event__title .en {
  position: relative;
  color: #fff;
  display: inline-block;
  margin-left: 34px;
  font-size: 0.8rem;
  font-weight: 500;
  margin-bottom: 5px;
  vertical-align: middle;
}
.year-event__title .en:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
}
.event-archive {
  margin-top: 80px;
}
.event-archive__btn {
  /* cursor: pointer; */
  /* cursor: hand; */
  position: relative;
}
.event-archive-inner section + section {
  margin-top: 60px;
}
.event-archive__season {
}
.event-archive__title {
  margin: 50px auto;
}
.event-archive__title .en {
  font-family: "Raleway", sans-serif;
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1;
}
.event-archive__title .event-archive__title-under {
  margin-top: 20px;
  padding-left: 20px;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.05em;
  position: relative;
}
.event-archive__title .event-archive__title-under:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-3px);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #005ac6;
  background: -moz-linear-gradient(#05a4d6 0%, #005ac6 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#05a4d6),
    to(#005ac6)
  );
  background: -webkit-linear-gradient(#05a4d6 0%, #005ac6 100%);
  background: -o-linear-gradient(#05a4d6 0%, #005ac6 100%);
  background: linear-gradient(#05a4d6 0%, #005ac6 100%);
}
.event-archive__list {
}
.event-archive__list ul {
  margin: 30px auto 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}
.event-archive__list > ul > li {
  width: calc(100% / 3 - 30px);
  margin-right: 30px;
  margin-bottom: 60px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.event-archive__list > ul > li:nth-child(3n) {
  margin-right: 0;
}
.event-archive__list > ul > li:nth-last-child(-n + 3) {
  margin-bottom: 0;
}
.event-archive__list > ul > li a {
  display: block;
  width: 100%;
  height: 100%;
}
.event-archive__list ul li .event-archive-date {
  margin-bottom: 30px;
  padding-left: 25px;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  position: relative;
}
.event-archive__list ul li .event-archive-date:before {
  content: "";
  position: absolute;
  top: -1%;
  left: 0;
  width: 6px;
  height: 102%;
  border-radius: 5px;
  background: #005ac6;
  background: -moz-linear-gradient(#05a4d6 0%, #005ac6 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#05a4d6),
    to(#005ac6)
  );
  background: -webkit-linear-gradient(#05a4d6 0%, #005ac6 100%);
  background: -o-linear-gradient(#05a4d6 0%, #005ac6 100%);
  background: linear-gradient(#05a4d6 0%, #005ac6 100%);
}
.event-archive__list ul li .event-archive-iamge {
  width: 100%;
  height: 250px;
  border-radius: 24px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  overflow: hidden;
  position: relative;
}
.event-archive__list ul li .event-archive-iamge img {
  width: 100%;
  height: 100%;
}
.event-archive__list ul li .event-archive-text {
  width: calc(100% - 40px);
  margin: -60px auto 0;
  background: #fff;
  border-radius: 12px;
  filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.05));
}
.event-archive__list ul li .event-archive-text__inner {
  padding: 35px 30px;
  line-height: 1.5;
}
.event-archive__list ul li .event-archive-text__title {
  margin-bottom: 10px;
  font-size: 1.2rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .event-list-inner {
    padding: 5%;
  }
  .event-list-box {
    width: 100%;
    margin-left: 3vw;
    padding-top: 5px;
  }
  .event-list-box_text {
    margin-top: -9vw;
  }
  .event-list-box_ttl {
    font-size: 1.0666666666667rem;
  }
  .event-list ul li + li {
    margin-top: 8vw;
  }
  .event-list-image {
    width: 20vw;
    height: 22vw;
  }
  .event-list-tag__date {
    display: none;
  }
  .event-list-tag {
    transform: translateY(-35px);
    text-align: right;
  }
  .event-list-tag p + p {
    margin-left: 0;
  }
  .event-title {
    margin-top: 0;
  }
  .event-archive__list > ul > li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10vw;
  }
  .event-archive__list > ul > li:nth-child(3n) {
    margin-right: 0;
  }
  .event-archive__list ul li .event-archive-date {
    margin-bottom: 5vw;
  }
  .event-archive__list ul li .event-archive-text__inner {
    padding: 5vw;
  }
  .event-list-tag__date__sp {
    margin-top: 10px;
    padding: 2vw 3vw;
    display: block;
    font-size: 0.8em;
    color: #5d6976;
    font-weight: bold;
    word-break: break-word;
    line-height: 1.3;
    background: #c8d5e5;
    border-radius: 6px;
  }
  .event-list__log {
    width: 100%;
    height: 45px;
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .event-list__log ul {
    height: 45px;
    flex-wrap: nowrap;
  }
  .event-list__log ul li {
    flex: 0 0 1px;
    min-width: 90px;
  }
  .event-list-box_contens {
    margin-top: 2vw;
    font-size: 0.86666666666667rem;
    line-height: 1.3;
  }
  /*.event-list-image img{width: auto;}*/
  .event-archive {
    margin-top: 12vw;
  }
  .event-archive__title .en {
    font-size: 2em;
  }
  .event-archive__title .event-archive__title-under {
    margin-top: 1vw;
  }
  .event-archive__title {
    margin-bottom: 7vw;
  }
  .event-archive__list > ul > li:nth-last-child(-n + 3) {
    margin-bottom: 10vw;
  }
  .event-archive__list > ul > li:last-child {
    margin-bottom: 0;
  }
}

/* movie */
.movie-list {
}
.movie-list ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}
.movie-list ul li {
  width: calc(100% / 2 - 30px);
  margin-right: 60px;
  margin-bottom: 60px;
  position: relative;
}
.movie-list ul li:nth-child(2n) {
  margin-right: 0;
}
.movie-list ul li:nth-last-child(-n + 3) {
  margin-bottom: 0;
}
.movie-list ul li .movie-image {
  width: 100%;
  height: 380px;
  border-radius: 24px;
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  overflow: hidden;
}
.movie-list ul li .movie-image:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.4;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
.movie-list ul li .movie-image img {
  width: 100%;
  height: 100%;
}
.movie-list ul li .movie-list__new {
  position: absolute;
  top: -20px;
  left: -20px;
  z-index: 2;
}
.movie-list ul li .movie-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.movie-list ul li .movie-text p {
  margin-top: 20px;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .movie-list ul li .movie-image {
    height: 35vw;
  }
}
@media screen and (max-width: 768px) {
  .movie-list ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10vw;
  }
  .movie-list ul li .movie-image {
    height: 50vw;
  }
  .movie-list ul li .movie-btn {
    top: 43%;
  }
  .movie-list ul li .movie-list__new {
    top: 0;
    left: 0;
  }
  .movie-list ul li .movie-text p {
    margin-top: 1vw;
  }
  .movie-list ul li:nth-last-child(-n + 3) {
    margin-bottom: 10vw;
  }
  .movie-list ul li:last-child {
    margin-bottom: 0;
  }
}

/* download */
.download-list {
}
.download-list ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}
.download-list ul li {
  width: calc(100% / 3 - 20px);
  margin: 0 30px 60px 0;
}
.download-list ul li:nth-child(3n) {
  margin-right: 0;
}
.download-list ul li .list-image {
  padding: 40px;
  background: #fff;
  border: 1px solid #e0e0e0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
.download-list ul li .list-image img {
  width: auto;
  height: 220px;
}
.download-list ul li .list-text {
  margin-top: 20px;
  padding: 0 10px;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
}
.download-list ul li .list-text p {
  line-height: 1;
}
.download-list ul li:nth-last-child(-n + 3) {
  margin-bottom: 0;
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 768px) {
  .download-list ul li {
    width: calc(100% / 2 - 10px);
    margin: 0 20px 5vw 0;
  }
  .download-list ul li:nth-child(3n) {
    margin-right: 20px;
  }
  .download-list ul li:nth-child(even) {
    margin-right: 0;
  }
  .download-list ul li:nth-last-child(-n + 3) {
    margin-bottom: 5vw;
  }
  .download-list ul li .list-image {
    padding: 5%;
  }
  .download-list ul li .list-image img {
    height: auto;
    object-fit: contain;
  }
  .download-list ul li .list-text {
    margin-top: 10px;
    padding: 0 5%;
    font-size: 1em;
    text-align: left;
  }
  .download-list ul li .list-text p {
    line-height: 1.5;
  }
}

/* about */
.about-wrap {
  width: 100%;
  max-width: 780px;
  margin: 0 auto;
}
.about-wrap .middle-title {
  margin-bottom: 15px;
  padding-left: 20px;
  font-size: 1.2rem;
  font-weight: bold;
  position: relative;
}
.about-wrap .middle-title:before {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: #005ac6;
  background: -moz-linear-gradient(#05a4d6 0%, #005ac6 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#05a4d6),
    to(#005ac6)
  );
  background: -webkit-linear-gradient(#05a4d6 0%, #005ac6 100%);
  background: -o-linear-gradient(#05a4d6 0%, #005ac6 100%);
  background: linear-gradient(#05a4d6 0%, #005ac6 100%);
  border-radius: 50%;
}
.about-content{
  margin-bottom: 55px;
}
.about-content .about-content_lists{
  list-style: decimal;
  padding-left: 2.8em;
}
.about-content .text{
  padding-left: 1.3em;
}
@media screen and (max-width: 768px) {
  .about-wrap .middle-title {
    padding-left: 1rem;
    font-size: 1rem;
  }
  .about-content{
    margin-bottom: 10vw;
  }
.about-content .about-content_lists{
  padding-left: 2.5em;
}
.about-content .text{
  padding-left: 1em;
}
}
