@charset "UTF-8";
/*==================================================================
	page.scss
==================================================================*/
/*==================================================================
    top
===================================================================*/
/* ----------------------------------------------- 
    #main
------------------------------------------------*/
#top #main {
  border-top: 1px solid #707070;
}

/* ----------------------------------------------- 
    #title
------------------------------------------------*/
#top #title {
  position: relative;
}

#top #title h1 {
  position: absolute;
  z-index: 9;
  width: 800px;
  top: 50%;
  left: 50%;
  color: #fff;
  text-align: center;
  transform: translateX(-50%) translateY(-58%);
  font-size: 6.0rem;
  font-weight: bold;
  text-shadow: rgba(0, 0, 0, 0.5) 1px 0 10px;
  letter-spacing: .15em;
}

@media screen and (max-width: 960px) {
  #top #title h1 {
    width: 80%;
    top: 50%;
    left: 50%;
    font-size: 2.0rem;
    letter-spacing: .15em;
  }
}

#top #title h1 strong {
  font-size: 8.0rem;
}

@media screen and (max-width: 960px) {
  #top #title h1 strong {
    font-size: 2.8rem;
  }
}

#top #title .swiper-container {
  width: 100%;
  height: 430px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30px;
}

@media screen and (max-width: 960px) {
  #top #title .swiper-container {
    width: 100%;
    height: 320px;
    padding-bottom: 30px;
  }
}

#top #title .swiper-slide {
  background: #fff;
  background-size: cover;
  background-position: center;
}

#top #title .swiper-slide.slide01 {
  background-image: url(./../img/top/img_keyv01.png);
}

#top #title .swiper-slide.slide02 {
  background-image: url(./../img/top/img_keyv02.png);
}

#top #title .swiper-slide.slide03 {
  background-image: url(./../img/top/img_keyv03.png);
}

/*  .swiper上書き
---------------------------------------------*/
.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 20px;
  height: 30px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 960px) {
  .swiper-button-next, .swiper-button-prev {
    width: 15px;
    height: 23px;
  }
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url(./../img/common/arw_slider_r.svg);
  background-size: cover;
  right: 40px;
}

@media screen and (max-width: 960px) {
  .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 15px;
  }
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url(./../img/common/arw_slider_l.svg);
  background-size: cover;
  left: 40px;
}

@media screen and (max-width: 960px) {
  .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 15px;
  }
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 5px;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 15px;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #171C61;
}

/* ----------------------------------------------- 
    #about
------------------------------------------------*/
#top #about {
  padding-top: 60px;
  margin-bottom: 40px;
}

@media screen and (max-width: 960px) {
  #top #about {
    padding-top: 30px;
    margin-bottom: 20px;
  }
}

#top #about .txt {
  text-align: center;
  font-size: 2.2rem;
  letter-spacing: 0.15em;
  line-height: 1.8;
  margin-bottom: 80px;
}

@media screen and (max-width: 960px) {
  #top #about .txt {
    font-size: 1.6rem;
    line-height: 1.8;
    margin-bottom: 40px;
  }
}

#top #about .imgArea {
  text-align: center;
}

@media screen and (max-width: 960px) {
  #top #about .imgArea .col6 {
    margin-bottom: 20px;
  }
}

#top #about .imgArea p {
  font-size: 3.0rem;
  font-weight: bold;
  color: #171C61;
}

@media screen and (max-width: 960px) {
  #top #about .imgArea p {
    font-size: 2.4rem;
  }
}

/* ----------------------------------------------- 
    #lineup
------------------------------------------------*/
#top #lineup {
  border-top: 1px solid #707070;
  margin-bottom: 30px;
  padding: 50px 15px 0;
}

@media screen and (max-width: 960px) {
  #top #lineup {
    margin-bottom: 30px;
    padding: 30px 15px 0;
  }
}

#top #lineup .listArea {
  margin: 0 auto;
  width: 100%;
  max-width: 1120px;
  padding: 20px 80px;
  background-color: #F2F2F2;
  border-radius: 25px;
}

@media screen and (max-width: 960px) {
  #top #lineup .listArea {
    padding: 10px 15px;
    border-radius: 10px;
  }
}

#top #lineup .listArea h3 {
  color: #171C61;
  font-size: 3.0rem;
  font-weight: bold;
  border-bottom: 3px solid #171C61;
  margin-bottom: 40px;
}

@media screen and (max-width: 960px) {
  #top #lineup .listArea h3 {
    font-size: 2.2rem;
    padding-bottom: 5px;
    margin-bottom: 20px;
  }
}

#top #lineup .listArea .inner {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

#top #lineup .listArea .textArea figure {
  margin-bottom: 20px;
}

#top #lineup .listArea .textArea figure img {
  width: 100%;
}

#top #lineup .listArea .textArea dl dt {
  color: #171C61;
  margin-bottom: 10px;
  font-size: 1.8rem;
}

@media screen and (max-width: 960px) {
  #top #lineup .listArea .textArea dl dt {
    font-size: 1.5rem;
  }
}

#top #lineup .listArea .textArea dl dt span {
  font-size: 2.0rem;
  font-weight: bold;
  display: inline-block;
  padding: .1em .4em;
  border: 2px solid #171C61;
  margin-right: .5em;
}

@media screen and (max-width: 960px) {
  #top #lineup .listArea .textArea dl dt span {
    font-size: 1.8rem;
    padding: .1em .4em;
    margin-right: .5em;
  }
}

#top #lineup .listArea .textArea dl dd {
  font-size: 1.8rem;
  margin-bottom: 30px;
}

@media screen and (max-width: 960px) {
  #top #lineup .listArea .textArea dl dd {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
}

#top #lineup .listArea .packageArea {
  border-bottom: 3px solid #171C61;
  border-top: 3px solid #171C61;
  padding: 10px 0;
}

#top #lineup .listArea .packageArea dl {
  position: relative;
  padding-left: 16.0em;
}

@media screen and (max-width: 960px) {
  #top #lineup .listArea .packageArea dl {
    position: static;
    padding-left: 0em;
  }
}

#top #lineup .listArea .packageArea dl dt {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 2.4rem;
  font-weight: bold;
  background-color: #171C61;
  color: #fff;
  padding: .2em .5em;
}

@media screen and (max-width: 960px) {
  #top #lineup .listArea .packageArea dl dt {
    position: static;
    font-size: 1.8rem;
    padding: .2em .5em;
    margin-bottom: 10px;
  }
}

#top #lineup .listArea .packageArea dl dd {
  font-size: 1.6rem;
  margin-bottom: 10px;
}

@media screen and (max-width: 960px) {
  #top #lineup .listArea .packageArea dl dd {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
}

#top #lineup .linkArea {
  padding-top: 30px;
}

@media screen and (max-width: 960px) {
  #top #lineup .linkArea {
    padding-top: 15px;
    padding-left: 0;
    padding-right: 0;
  }
}

#top #lineup .linkArea li {
  padding: 0 10px;
}

@media screen and (max-width: 960px) {
  #top #lineup .linkArea li {
    padding: 0px;
  }
}

#top #lineup .linkArea a {
  letter-spacing: 0.5rem;
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  border: 3px solid #171C61;
  padding: .2em .25em;
  color: #171C61;
  position: relative;
}

@media screen and (max-width: 960px) {
  #top #lineup .linkArea a {
    letter-spacing: 0.5rem;
    font-size: 2.2rem;
    border: 3px solid #171C61;
    padding: .2em .25em;
    position: relative;
  }
}

#top #lineup .linkArea a.commingsoon:after {
  content: 'comingsoon…';
  position: absolute;
  color: #fff;
  padding-top: 5px;
  font-size: 2.0rem;
  letter-spacing: .1em;
  display: inline-block;
  width: 100%;
  height: 100%;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-color: rgba(0, 0, 0, 0.7);
}

.pc #lineup .linkArea a:hover {
  background-color: #171C61;
  color: #fff !important;
}

#lineup .swiper-gallery .swiper-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

#lineup .swiper-gallery .swiper-container.gallery-thumbs {
  max-width: 1000px;
}

#lineup .swiper-gallery .gallery-top {
  height: 80%;
  width: 100%;
}

#lineup .swiper-gallery .gallery-thumbs {
  box-sizing: border-box;
  padding: 30px 0;
}

#lineup .swiper-gallery .gallery-thumbs .swiper-slide {
  width: 33.33% !important;
  text-align: center;
  margin-right: 0 !important;
}

@media screen and (max-width: 960px) {
  #lineup .swiper-gallery .gallery-thumbs .swiper-slide {
    width: 33.33% !important;
  }
}

#lineup .swiper-gallery .gallery-thumbs .swiper-slide .inner {
  padding: 0 5px;
}

#lineup .swiper-gallery .gallery-thumbs .swiper-slide .inner .thumb {
  letter-spacing: 0.5rem;
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  border: 3px solid #171C61;
  padding: .2em .25em;
  color: #171C61;
  position: relative;
  cursor: pointer;
}

@media screen and (max-width: 960px) {
  #lineup .swiper-gallery .gallery-thumbs .swiper-slide .inner .thumb {
    letter-spacing: 0.1rem;
    font-size: 1.4rem;
    border: 3px solid #171C61;
    padding: .4em .2em;
    position: relative;
    height: 60px;
  }
}

#lineup .swiper-gallery .gallery-thumbs .swiper-slide .inner .thumb.commingsoon:after {
  content: 'commingsoon…';
  position: absolute;
  color: #fff;
  padding-top: 5px;
  font-size: 2.0rem;
  letter-spacing: .1em;
  display: inline-block;
  width: 100%;
  height: 100%;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-color: rgba(0, 0, 0, 0.7);
}

@media screen and (max-width: 960px) {
  #lineup .swiper-gallery .swiper-button-next, #lineup .swiper-gallery .swiper-button-prev {
    width: 10px;
    height: 15px;
  }
}

#lineup .swiper-gallery .swiper-button-next, #lineup .swiper-gallery .swiper-container-rtl .swiper-button-prev {
  background-image: url(./../img/common/arw_slider_r_b.svg);
}

@media screen and (max-width: 960px) {
  #lineup .swiper-gallery .swiper-button-next, #lineup .swiper-gallery .swiper-container-rtl .swiper-button-prev {
    right: 2px;
  }
}

#lineup .swiper-gallery .swiper-button-prev, #lineup .swiper-gallery .swiper-container-rtl .swiper-button-next {
  background-image: url(./../img/common/arw_slider_l_b.svg);
}

@media screen and (max-width: 960px) {
  #lineup .swiper-gallery .swiper-button-prev, #lineup .swiper-gallery .swiper-container-rtl .swiper-button-next {
    left: 2px;
  }
}
.text {
}
