@charset "UTF-8";
/* media query */
/* SP縦から */
/* SP横から */
/* タブレット縦から */
/* フルワイド */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;400;600;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Marcellus&display=swap");
.main .area_main {
  position: relative;
}
.main .area_main #youtube-area {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: 100vh;
  background: #3e3a39;
  position: relative;
}
@media all and (max-width: 480px) {
  .main .area_main #youtube-area {
    height: 52vh;
  }
}
.main .area_main #iframe_youtube {
  height: 100vh !important;
  margin-top: 0px !important;
  /*
  height: 115vh !important;
  margin-top: -90px !important;
  */
}
@media all and (max-width: 896px) {
  .main .area_main #iframe_youtube {
    /*
    height: 115vh !important;
    margin-top: -55px !important;
    */
  }
}
@media all and (max-width: 480px) {
  .main .area_main #iframe_youtube {
    /*
    height: 115vh !important;
    margin-top: -55px !important;
    */
    height: 30vh !important;
  }
}
.main .area_main .mute-area {
  left: 40px;
  bottom: 20px;
  position: absolute;
  z-index: 1000;
}
@media all and (max-width: 480px) {
  .main .area_main .mute-area {
    left: 20px;
    bottom: 125px;
  }
}
.main .area_main .mute-area a.youtube_mute {
  display: inline-block;
  width: 35px;
  height: 40px;
  position: relative;
}
.main .area_main .mute-area a.youtube_mute:before {
  position: absolute;
}
.main .area_main .mute-area .unmute:before {
  content: url("../images/mute.svg");
}
@media all and (max-width: 896px) {
  .main .area_main .mute-area .unmute:before {
    content: url("../images/mute_s.svg");
  }
}
.main .area_main .mute-area .mute:before {
  content: url("../images/unmute.svg");
}
@media all and (max-width: 896px) {
  .main .area_main .mute-area .mute:before {
    content: url("../images/unmute_s.svg");
  }
}
.main .area_main .slide-img {
  background-size: cover;
  background-position: center center;
  /* 背景画像は中央を軸に表示させる */
  height: 100vh;
  /* 800pxの高さで表示させる */
}
@media all and (max-width: 896px) {
  .main .area_main .slide-img {
    height: 100vh;
  }
}
@media all and (max-width: 480px) {
  .main .area_main .slide-img {
    height: 90vh;
  }
}
@media all and (max-width: 480px) {
  .main .area_main .swiper-slide {
    width: 100% !important;
  }
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
.box_scroll {
  position: relative;
}
@media all and (max-width: 896px) {
  .box_scroll {
    display: none;
  }
}
@media all and (max-width: 480px) {
  .box_scroll {
    display: none;
  }
}
.box_scroll a {
  margin: auto;
  color: #FFF;
  text-align: center;
  position: absolute;
  top: -100px;
  left: 0;
  right: 0;
  z-index: 100;
}
@media all and (max-width: 480px) {
  .box_scroll a {
    top: -250px;
  }
}
.box_scroll a span {
  width: 30px;
  height: 50px;
  margin-left: -15px;
  border: 2px solid #fff;
  border-radius: 50px;
  box-sizing: border-box;
  position: absolute;
  top: 30px;
  left: 50%;
}
.box_scroll a span::before {
  content: '';
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
  box-sizing: border-box;
  position: absolute;
  top: 10px;
  left: 50%;
}
@-webkit-keyframes sdb {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes scroll {
  0% {
    transform: translate(-50%, 0);
  }
  50% {
    transform: translate(-50%, -15%);
  }
  100% {
    transform: translate(-50%, 0);
  }
}
.box_bnr {
  position: relative;
  z-index: 100;
}
.box_bnr ul {
  width: 40%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: absolute;
  left: 20px;
  bottom: 20px;
  /*
  @include media(portrait){
    width: 100%;
  }
  */
}
@media all and (max-width: 896px) {
  .box_bnr ul {
    width: 95%;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 10px;
  }
}
.box_bnr ul li {
  width: 49%;
  margin-bottom: 10px;
  /*
  @include media(portrait){
    width: 60%;
    margin: 0 auto 10px;
  }
  &:last-child {
    @include media(portrait){
      margin: 0 auto;
    }
  }
  */
}

.movie {
  padding: 50px 0;
  background: #3e3a39;
}
@media all and (max-width: 480px) {
  .movie {
    padding: 0 0 50px;
  }
}
.movie .area_movie ul.slide_movie li .box_movie {
  width: 100%;
  height: 100%;
  color: #fff;
  display: block;
}
.movie .area_movie ul.slide_movie li .box_movie:hover .text {
  text-decoration: underline;
  background-color: rgba(0, 0, 0, 0.5);
}
.movie .area_movie ul.slide_movie li .box_movie .image {
  margin-bottom: 10px;
}
.movie .area_movie ul.slide_movie li .box_movie .text {
  font-size: 2rem;
  text-align: center;
  line-height: 3rem;
}
@media all and (max-width: 480px) {
  .movie .area_movie ul.slide_movie li .box_movie .text {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
.movie .area_movie ul.slide_movie img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
.movie .area_movie ul.slide_movie .slick-slide {
  margin: 0 10px !important;
}
.movie .area_movie ul.slide_movie .slide-arrow {
  width: 50px;
  height: 50px;
  margin-top: -15px;
  cursor: pointer;
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.2));
  position: absolute;
  top: 50%;
  z-index: 20;
}
@media all and (max-width: 480px) {
  .movie .area_movie ul.slide_movie .slide-arrow {
    width: 40px;
    height: 40px;
  }
}
.movie .area_movie ul.slide_movie .prev-arrow {
  left: 10px;
}
.movie .area_movie ul.slide_movie .next-arrow {
  right: 10px;
}

.news {
  padding: 20px 0;
}
.news .area_news p {
  text-align: center;
}
.news .area_news p a {
  color: #b9151b;
  font-size: 2rem;
  font-weight: bold;
  text-decoration: underline;
}
@media all and (max-width: 480px) {
  .news .area_news p a {
    letter-spacing: 0;
  }
}

.topics {
  padding: 50px 0;
  background: url("../images/bg_topics.png") no-repeat center bottom/cover;
}
.topics .area_topics .center {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.topics .area_topics .center li.left {
  width: 20%;
}
@media all and (max-width: 896px) {
  .topics .area_topics .center li.left {
    width: 100%;
  }
}
.topics .area_topics .center li.right {
  width: 80%;
}
@media all and (max-width: 896px) {
  .topics .area_topics .center li.right {
    width: 100%;
    margin-top: 20px;
  }
}
.topics .area_topics .center li.right .slick-slide {
  margin: 0 10px !important;
}
.topics .area_topics h2 {
  font-size: 6rem;
  font-weight: bold;
  text-align: center;
  line-height: 6rem;
}
.topics .area_topics h2 span {
  font-size: 2rem;
}
.topics .area_topics h2 .adjustment {
  display: block;
}
@media all and (max-width: 896px) {
  .topics .area_topics h2 .adjustment {
    display: none;
  }
}
.topics .area_topics ul.slide_topics li .box_topics {
  width: 100%;
  height: 100%;
  background: #fff;
  display: block;
}
.topics .area_topics ul.slide_topics li .box_topics:hover .text {
  text-decoration: underline;
  /*background-color: rgba(0, 0, 0, 0.5);*/
}
.topics .area_topics ul.slide_topics li .box_topics .image {
  margin-bottom: 10px;
}
.topics .area_topics ul.slide_topics li .box_topics .box {
  padding: 20px;
}
.topics .area_topics ul.slide_topics li .box_topics .box dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.topics .area_topics ul.slide_topics li .box_topics .box dl dd.category {
  padding: 5px 20px;
  background: #99dcf7;
}
.topics .area_topics ul.slide_topics li .box_topics .box dl dd.data {
  padding-top: 5px;
}
.topics .area_topics ul.slide_topics li .box_topics .box .text {
  height: 50px;
  margin-top: 20px;
  font-size: 2rem;
  text-align: center;
  line-height: 3rem;
}
@media all and (max-width: 480px) {
  .topics .area_topics ul.slide_topics li .box_topics .box .text {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
.topics .area_topics ul.slide_topics img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
.topics .area_topics ul.slide_topics .slide-arrow {
  width: 50px;
  height: 50px;
  margin-top: -15px;
  cursor: pointer;
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.2));
  position: absolute;
  top: 50%;
  z-index: 20;
}
@media all and (max-width: 480px) {
  .topics .area_topics ul.slide_topics .slide-arrow {
    width: 40px;
    height: 40px;
  }
}
.topics .area_topics ul.slide_topics .prev-arrow {
  left: 10px;
}
.topics .area_topics ul.slide_topics .next-arrow {
  right: 10px;
}

.concept {
  padding: 80px 0;
  background: url("../images/bg_concept.png") no-repeat top center/cover;
}
@media all and (max-width: 896px) {
  .concept {
    padding: 80px 0 40px;
  }
}
.concept .area_concept {
  position: relative;
}
.concept .area_concept ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media all and (max-width: 896px) {
  .concept .area_concept ul {
    flex-direction: column-reverse;
  }
}
.concept .area_concept ul::before {
  width: 180px;
  height: 35px;
  content: "";
  display: block;
  background: url("../images/icon_concept.svg") no-repeat center center/100% auto;
  position: absolute;
  top: -55px;
  right: 50px;
}
@media all and (max-width: 896px) {
  .concept .area_concept ul::before {
    margin: auto;
    left: 0;
    right: 0;
  }
}
.concept .area_concept ul li {
  width: 49%;
}
@media all and (max-width: 896px) {
  .concept .area_concept ul li {
    width: 100%;
  }
}
@media all and (max-width: 896px) {
  .concept .area_concept ul li:first-child .image {
    margin-top: 20px;
  }
}
.concept .area_concept ul li:last-child {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
@media all and (max-width: 896px) {
  .concept .area_concept ul li:last-child {
    -ms-writing-mode: inherit;
    writing-mode: inherit;
  }
}
.concept .area_concept ul li:last-child span {
  -webkit-text-combine: horizontal;
  -ms-text-combine-horizontal: all;
  text-combine-upright: all;
}
.concept .area_concept ul li:last-child span.kome {
  font-size: 1rem;
  vertical-align: super;
}
@media all and (max-width: 896px) {
  .concept .area_concept ul li:last-child span {
    -webkit-text-combine: inherit;
    -ms-text-combine-horizontal: inherit;
    text-combine-upright: inherit;
  }
}
.concept .area_concept ul li:last-child h2 {
  margin: 0 0 0 30px;
  font-size: 1.1rem;
}
@media all and (max-width: 896px) {
  .concept .area_concept ul li:last-child h2 {
    margin: 0px;
    text-align: center;
  }
}
.concept .area_concept ul li:last-child h3 {
  margin: 0 0 0 30px;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 5px;
  line-height: 5rem;
}
@media all and (max-width: 896px) {
  .concept .area_concept ul li:last-child h3 {
    margin: 20px 0 0;
    text-align: center;
    letter-spacing: 0;
  }
}
@media all and (max-width: 480px) {
  .concept .area_concept ul li:last-child h3 {
    font-size: 2.2rem;
    line-height: 4.4rem;
  }
}
.concept .area_concept ul li:last-child h3 .adjustment {
  display: block;
}
@media all and (max-width: 896px) {
  .concept .area_concept ul li:last-child h3 .adjustment {
    display: none;
  }
}
.concept .area_concept ul li:last-child .text {
  font-size: 1.5rem;
  line-height: 3.5rem;
}
@media all and (max-width: 896px) {
  .concept .area_concept ul li:last-child .text {
    margin-top: 20px;
    text-align: center;
  }
}
@media all and (max-width: 480px) {
  .concept .area_concept ul li:last-child .text {
    letter-spacing: 0;
  }
}
.concept .area_concept .note {
  margin-top: 20px;
  text-align: right;
}

.spot {
  padding: 50px 0;
}
.spot .area_spot ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media all and (max-width: 896px) {
  .spot .area_spot ul {
    display: block;
  }
}
.spot .area_spot ul li:first-child {
  width: calc(50% - 40px);
  padding-right: 40px;
}
@media all and (max-width: 896px) {
  .spot .area_spot ul li:first-child {
    width: 100%;
    padding-right: 0;
    padding-bottom: 20px;
  }
}
.spot .area_spot ul li:last-child {
  width: calc(50% - 42px);
  padding-left: 40px;
  border-left: 2px dotted #3e3a39;
}
@media all and (max-width: 896px) {
  .spot .area_spot ul li:last-child {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
    border-top: 2px dotted #3e3a39;
    border-left: none;
  }
}
.spot .area_spot ul li h2 {
  font-size: 2rem;
  font-weight: bold;
}
.spot .area_spot ul li h2 span {
  font-family: Century Gothic、CenturyGothic、AppleGothic、sans-serif;
  font-weight: bold;
  font-style: italic;
  font-size: 4rem;
  line-height: 5rem;
}
.spot .area_spot ul li .slick-slide {
  margin: 0 !important;
}
.spot .area_spot ul li .slick-counter {
  padding-bottom: 10px;
  font-size: 3rem;
  font-weight: bold;
  position: absolute;
  top: -25px;
  right: 40px;
}
.spot .area_spot ul li .slick-arrow {
  height: 30px !important;
}
.spot .area_spot ul li .slick-prev {
  top: -15px !important;
  left: inherit !important;
  right: 150px !important;
}
.spot .area_spot ul li .slick-next {
  top: -15px !important;
  right: 0 !important;
}
.spot .area_spot ul li .image {
  margin-top: 20px;
  position: relative;
}
.spot .area_spot ul li .image .district {
  width: 185px;
  height: 40px;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 10px 0 0 15px;
  position: absolute;
  top: 0;
  left: 0;
}
.spot .area_spot ul li .image .no {
  width: 40px;
  height: 40px;
  margin: auto;
  padding: 10px 15px 20px;
  font-size: 1.1rem;
  text-align: center;
  border-radius: 50px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -25px;
}
.spot .area_spot ul li .image .no b {
  font-size: 3rem;
}
.spot .area_spot ul li .title {
  margin-top: 40px;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  line-height: 4rem;
}
@media all and (max-width: 480px) {
  .spot .area_spot ul li .title {
    font-size: 2.5rem;
    line-height: 3.5rem;
    letter-spacing: 0;
  }
}
.spot .area_spot ul li dl {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.spot .area_spot ul li dl dd {
  width: calc(50% - 20px);
  margin: 0 10px;
}
@media all and (max-width: 480px) {
  .spot .area_spot ul li dl dd {
    width: 100%;
    margin: 0 0 10px;
  }
}
.spot .area_spot ul li dl dd a {
  padding: 10px 0;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  background: #2e2e2e;
  display: block;
}
.spot .area_spot ul li .work .slick-counter {
  border-bottom: 4px solid #99dcf7;
}
.spot .area_spot ul li .work .image .district {
  background: url("../images/bg_district_work.png") no-repeat top left;
}
.spot .area_spot ul li .work .image .no {
  background: #99dcf7 url("../images/bg_no_work.png") no-repeat center center;
}
.spot .area_spot ul li .vaction .slick-counter {
  border-bottom: 4px solid #ecae72;
}
.spot .area_spot ul li .vaction .image .district {
  background: url("../images/bg_district_vaction.png") no-repeat top left;
}
.spot .area_spot ul li .vaction .image .no {
  background: #ecae72 url("../images/bg_no_vaction.png") no-repeat center center;
}
