@charset "UTF-8";
main {
  color: #3e3a39;
}

sup {
  font-size: 10px;
  vertical-align: super;
}

sp {
  display: none;
}

pc {
  display: block;
}

.page-annotation {
  font-family: "Noto Sans JP", sans-serif;
}

.main-visual {
  position: relative;
  border: none;
}

.white {
    color: #fff;
    text-shadow: 0px 0px 4px #000, 0px 0px 4px #000, 0px 0px 4px #000, 0px 0px 4px #000;
}

#top .apeal {
  line-height: 0;
  background-color: #000032;
  padding: 20px 0 0;
  text-align: center;
}
#top .apeal .wrap {
  max-width: 97%;
  margin: 0 auto;
}
#top .points {
  background-color: #000032;
  padding: 25px 0 27px;
  text-align: center;
  font-family: "RyuminPro", serif;
  color: #fff;
}
#top .points .wrap {
  max-width: 1300px;
  width: auto;
  margin: 0 auto;
}
#top .points .text01 {
  font-size: 25px;
  padding-bottom: 18px;
  border-bottom: 1px solid #fff;
  margin-bottom: 18px;
}
#top .points .text01 .big {
  font-size: 130%;
}
#top .points .text01 .number {
  font-size: 150%;
}
#top .points .lists {
  display: flex;
}
#top .points .lists li {
  position: relative;
}
#top .points .lists li::after {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: 1px;
  top: 0;
  right: -3%;
  background-color: #fff;
}
#top .points .lists .list01 {
  width: 33%;
}
#top .points .lists .list02 {
  width: 34%;
}
#top .points .lists .list03 {
  width: 33%;
}
#top .points .lists .list03::after {
  display: none;
}
#top .points  {
  font-size: 25px;
}
#top .points .big {
  font-size: 130%;
}
@media screen and (max-width: 1024px) {
  #top .apeal .wrap {
    width: 100%;
  }
  #top .points {
    padding: 25px 0 27px;
  }
  #top .points .wrap {
    width: 90%;
  }
  #top .points .text01 {
    font-size: 18px;
  }
  #top .points .lists {
    flex-wrap: wrap; /* 折返し指定 */
  }
  #top .points .lists .list01 {
    width: 30%;
  }
  #top .points .lists .list02 {
    width: 30%;
  }
  #top .points .lists .list03 {
    width: 40%;
  }
  #top .points .lists .list04 {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #fff;
    width: 100%;
  }
  #top .points .text02 {
    font-size: 13px;
  }
  #top .section-title {
    font-size: 29px;
    padding-bottom: 38px;
  }
  #top .site-contents .text01 {
    font-size: 28px;
  }
  #top .site-contents .text02 {
    font-size: 15px;
  }
  #top main {
    padding-bottom: 140px;
  }
}
@media screen and (max-width: 768px) {
  #top .main-visual .page-lead {
    top: 8%;
    width: 80%;
    left: 50%;
  }
  #top .main-visual .page-lead img {
    width: 100%;
    display: block;
  }
  #top .main-visual .page-lead.sub {
    top: 90%;
    width: 80%;
    left: 50%;
  }
  #top .main-visual .image img.sp {
    display: block;
    width: 100%;
  }
  #top .apeal {
    padding: 30px 0 0;
  }
  #top .points {
    background-color: #000032;
    padding: 0 0 0;
    text-align: center;
  }
  #top .points .wrap {
    margin: 0 auto;
    width: 90%;
  }
  #top .points .text01 {
    font-size: 16px;
    padding-bottom: 18px;
    margin-bottom: 0;
  }
  #top .points .lists {
    display: block;
  }
  #top .points .lists li {
    position: relative;
    border-bottom: 1px solid #fff;
    padding: 18px 0;
  }
  #top .points .lists li::after {
    display: none;
  }
  #top .points .lists .list01 {
    width: auto;
  }
  #top .points .lists .list02 {
    width: auto;
  }
  #top .points .lists .list03 {
    width: auto;
    margin-top: 0;
    border-top: none;
    border-bottom: none;
  }
  #top .points .text02 {
    font-size: 16px;
  }
}


/************* MV *************/
.top-mv .container {
  margin: 0 auto 15px auto;
}

.mv-access {
  letter-spacing: 0.05em;
  background-color: #f1e9dc;
  font-family: "RyuminPro", "GaramondPro", serif;
  font-weight: normal;
}

.mv-access__main {
  padding: 15px 0;
  font-size: 2.4rem;
  border-bottom: 1px solid #d1c7b6;
}

.mv-access__main span {
  font-size: 150%;
}

.mv-access__list {
  padding: 15px 0 30px;
}

.mv-access__list p {
  width: 33.33%;
  font-size: 2rem;
  font-family: "RyuminPro", "GaramondPro", serif;
}

.mv-access__list p span {
  font-size: 120%;
}

.mv-access__list p + p {
  border-left: 1px solid #d1c7b6;
}

.top-mv {
  background: #f1e9dc;
}

.top-mv__slide figure {
  position: relative;
}

.top-mv__slide .slick-dots li {
  width: 10px;
  height: 10px;
}

.top-mv__slide .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #231815;
}

.top-mv__slide .slick-dots li.slick-active button {
  background-color: #231815;
}

.top-mv__slide .slick-dots li button:before {
  display: none;
}

.top-mv__slide figure .annotation.white {
  position: absolute;
  bottom: 10px;
  right: 10px;
  text-align: right;
  font-size: 10px;
  color: #fff;
  font-family: "RyuminPro", serif;
  text-shadow: 0px 0px 4px #000, 0px 0px 4px #000, 0px 0px 4px #000, 0px 0px 4px #000;
}

@media screen and (max-width: 1400px) {
  .mv-access__main {
    font-size: 1.8vw;
  }
  .mv-access__list p {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 639px) {
  .mv-access__main {
    font-size: 4.16vw;
  }
  .mv-access__list p {
    width: 100%;
    font-size: 4vw;
  }
  .mv-access__list p + p {
    margin-top: 15px;
    padding-top: 15px;
    border-left: none;
    border-top: 1px solid #d1c7b6;
  }
  /* SP用 MVスライド */
  .top-mv {
    background: #f1e9dc;
  }
  .top-mv__slide .slick-dots li {
    width: 10px;
    height: 10px;
  }
  .top-mv__slide .slick-dots li button {
    width: 100%;
    height: 100%;
    padding: 0;
    border-radius: 50%;
    background-color: #707070;
  }
  .top-mv__slide .slick-dots li.slick-active button {
    background-color: rgb(80, 50, 30);
  }
  .top-mv__slide .slick-dots li button:before {
    display: none;
  }
}
/************* バナースライド *************/
.top-banner {
  padding-top: 50px;
}

.banner-slide {
  margin: 27px -10px 0;
}

.banner-slide .slick-slide {
  margin: 0 14px;
  border: 1px solid #d1c7b6;
  background: #ddd;
}

.banner-slide .slick-slide figure {
  width: 100%;
  height: 100%;
}

.banner-slide .slick-prev {
  left: -50px;
}

.banner-slide .slick-next {
  right: -50px;
}

@media screen and (max-width: 1400px) {
  .banner-slide {
    margin: 27px 25px 0;
  }
  .banner-slide .slick-prev {
    left: -25px;
  }
  .banner-slide .slick-next {
    right: -25px;
  }
}
@media screen and (max-width: 639px) {
  .banner-slide .slick-dots li {
    width: 10px;
    height: 10px;
  }
  .banner-slide .slick-dots li button {
    width: 100%;
    height: 100%;
    padding: 0;
    border-radius: 50%;
    background-color: #707070;
  }
  .banner-slide .slick-dots li.slick-active button {
    background-color: rgb(80, 50, 30);
  }
  .banner-slide .slick-dots li button:before {
    display: none;
  }
  .banner-slide .slick-slide {
    margin: 0;
  }
  .banner-slide .slick-prev {
    left: -30px;
  }
  .banner-slide .slick-next {
    right: -30px;
  }
  .slick-slide img {
    margin: auto;
  }
}
/************* INFORMATION *************/
.top-sec-ttl {
  margin-bottom: 1em;
  text-align: center;
  font-size: 3.6rem;
  font-family: "GaramondPro";
  letter-spacing: 0.4em;
}

.information-box {
  padding: 30px 0;
  border-top: 1px solid #d1c7b6;
  border-bottom: 1px solid #d1c7b6;
}

.information-box-wrapper {
  max-height: 500px;
  padding: 0;
  overflow-y: scroll;
}

.information-box-wrapper::-webkit-scrollbar {
  width: 10px;
}

.information-box-wrapper::-webkit-scrollbar-track {
  background-color: #e8e8e8;
}

.information-box-wrapper::-webkit-scrollbar-thumb {
  background-color: #b8a243;
}

@media screen and (max-width: 639px) {
  .top-sec-ttl {
    font-size: 7vw;
  }
}
/************* CONTENTS *************/
.contents-link {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.contents-link a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(50% - 10px);
  height: 400px;
  margin-top: 20px;
}

.contents-link a::before {
  content: "";
  position: absolute;
  left: 100px;
  right: 100px;
  top: 100px;
  bottom: 100px;
  z-index: 1;
}

.contents-link a figure {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.contents-link a figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contents-link div.ComingSoon {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(50% - 10px);
  margin-top: 20px;
  background: #cdcdcd;
}

.contents-link__ttl {
  position: relative;
  text-align: center;
  z-index: 2;
}

.contents-link__ttl .f-en {
  font-size: 3.6rem;
  letter-spacing: 0.15em;
  line-height: 1.2;
  color: #231815;
  font-family: "GaramondPro";
}

.contents-link__ttl h3 {
  position: relative;
  width: 156px;
  margin: 0 auto;
  font-size: 1.8rem;
  font-weight: 300;
  letter-spacing: 0.13em;
  color: #231815;
  font-family: "RyuminPro", serif;
}

.contents-link__ttl h3::before {
  background-color: #231815;
  bottom: -8px;
  content: "";
  height: 2px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 50px;
}

.contents-link .annotation.white {
  position: absolute;
  bottom: 10px;
  right: 10px;
  text-align: right;
  font-size: 10px;
  color: #fff;
  text-shadow: 0px 0px 4px #000, 0px 0px 4px #000, 0px 0px 4px #000, 0px 0px 4px #000;
}

@media screen and (max-width: 1310px) {
  .contents-link a {
    height: 30.5vw;
  }
  .contents-link a::before {
    left: 15%;
    right: 15%;
    top: 25%;
    bottom: 25%;
  }
  .contents-link__ttl .f-en {
    font-size: 3.5vw;
  }
}
@media screen and (max-width: 639px) {
  #contents-sec .container {
    width: 90%;
  }
  .contents-link div.ComingSoon,
  .contents-link a {
    width: 100%;
    height: 59.7vw;
  }
  .contents-link__ttl .f-en {
    font-size: 5.5vw;
  }
  .contents-link__ttl h3 {
    font-size: 1.2rem;
  }
}

.floating_banner {
  position: fixed;
  width: 20%;
  right: 20px;
  bottom: 20px;
  z-index: 5;
}

.floating_banner a:hover,
.floating_banner a:hover img {
  opacity: 1 !important;
  filter: none !important;
  -moz-opacity: 1 !important;
}

.floating_banner {
  position: fixed;
  width: 20%;
  right: 65px;
  bottom: 20px;
  z-index: 5;
}

.floating_banner .flo-close {
  position: absolute;
  top: -22px;
  right: -12px;
  width: 28px;
  height: 28px;
  line-height: 26px;
  border: none;
  border-radius: 14px;
  background: rgba(0,0,0,0.5);
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}
.floating_banner .flo-close:hover {
  background: rgba(0,0,0,0.7);
}

@media screen and (max-width: 768px) {
  .floating_banner {
    width: 100%;
    right: 0;
    bottom: 22vw;
  }
  .floating_banner figure a img {
    width: 90%;
    margin: 0 auto;
  }
  .floating_banner .flo-close {
    top: -10vw;
    right: 5vw;
    width: 10vw;
    height: 10vw;
    border-radius: 0;
  }
  .footer-wrapper {
    padding: 25px 15px 65px;
  }
}

/* bnr-box
--------------*/
.bnr-box {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.bnr-box img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .bnr-box {
    width: 90%;
  }
}
/*# sourceMappingURL=top.css.map */