@charset "utf-8";

/*! ========================================================================
===========================================================================

	home.css
	---------------------------
	// Last modified: 2021/03/16 10:32:21

===========================================================================
======================================================================== */

#wrapper {
  overflow: hidden;
}

@media(max-width: 700px) {
  .page--home {
    padding-top: 50px
  }
}

.page--home .siteWrapper {
  overflow: unset
}

@media(min-width: 701px) {
  .siteHeader {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 100;
    padding-top: 20px
  }
}

.mainVisualBlock {
  position: relative;
  overflow: hidden;
  background: #000
}

.mainVisualBlock .scene {
  position: relative;
  overflow: hidden;
  top: 0;
  width: 100%;
  height: 0;
  padding-top: 49.1666666667%
}

@media(max-width: 700px) {
  .mainVisualBlock .scene {
    width: 100%;
    height: 80vh;
    padding-top: 0
  }
}

.mainVisualBlock .scene .image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%
}

@media(max-width: 700px) {
  .mainVisualBlock .scene .image {
    width: 140%;
    margin-left: -20%
  }
}

.mainVisualBlock .scene .copy {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  display: none
}

@media(max-width: 700px) {
  .mainVisualBlock .scene .copy {
    width: 70%
  }
}

.mainVisualBlock .scene .video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  opacity: 1
}

@media(max-width: 700px) {
  .mainVisualBlock .scene .video {
    height: 100%
  }
}

.mainVisualBlock .scene .video video {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  pointer-events: none
}

@media(max-width: 700px) {
  .mainVisualBlock .scene .video video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%)
  }
}

.mainVisualBlock .scene.-intro {
  z-index: 10;
  background: #fff
}

.mainVisualBlock .scene.-aerial {
  z-index: 11;
  position: absolute;
  display: none
}

.mainVisualBlock .scene.-aerial .copy {
  display: block;
  text-align: center
}

@media(max-width: 700px) {
  .mainVisualBlock .scene.-aerial .copy {
    width: 100%
  }
}

.mainVisualBlock .scene.-aerial .copy span {
  display: block;
  margin: 20px;
  overflow: hidden
}

.mainVisualBlock .scene.-aerial .copy span img {
  transform: translateY(100%);
  transition: 1.2s ease 1.8s
}

@media(max-width: 700px) {
  .mainVisualBlock .scene.-aerial .copy span img {
    width: auto;
    height: 20px
  }
}

.mainVisualBlock .scene.-aerial .copy span:nth-of-type(2) img {
  transition-delay: 2.8s
}

.mainVisualBlock .scene.-aerial .copy span:nth-of-type(3) img {
  transition-delay: 3.8s
}

.mainVisualBlock .scene.-aerial .copy.is-shown span img {
  transform: translateY(0)
}

@media(min-width: 701px) {
  .mainVisualBlock .scene.-aerial .image {
    transform: scale(1.2);
    transition: transform 10s ease 0s
  }
}

@media(max-width: 700px) {
  .mainVisualBlock .scene.-aerial .image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    margin-left: 0;
    overflow: hidden
  }
}

@media(max-width: 700px) {
  .mainVisualBlock .scene.-aerial .image img {
    position: absolute;
    top: 0;
    width: auto;
    max-width: none;
    min-width: 100%;
    min-height: 100%;
    transition: 11s linear 0s;
    left: 0;
    transform: translateX(0)
  }
}

@media(min-width: 701px) {
  .mainVisualBlock .scene.-aerial .image.is-shown {
    transform: scale(1)
  }
}

@media(max-width: 700px) {
  .mainVisualBlock .scene.-aerial .image.is-shown img {
    left: 100%;
    transform: translateX(-100%)
  }
}

.mainVisualBlock .scene.-catch {
  z-index: 8;
  position: absolute
}

.mainVisualBlock .scene.-catch .mv_catch_mask {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: #fff
}

.mainVisualBlock .scene.-catch .video:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .1
}

.mainVisualBlock .scene.-catch .catch {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  z-index: 3;
  transform: translate(-50%, -50%);
  text-align: center
}

.mainVisualBlock .scene.-catch .catch .fixedWord {
  display: block;
  margin-bottom: 20px
}

@media(max-width: 700px) {
  .mainVisualBlock .scene.-catch .catch .fixedWord img {
    width: 240px
  }
}

.mainVisualBlock .scene.-catch .catch .words {
  display: block;
  position: relative;
  overflow: hidden;
  text-align: center
}

.mainVisualBlock .scene.-catch .catch .word {
  float: none;
  display: block
}

.mainVisualBlock .scene.-catch .catch .word img {
  margin-right: auto;
  margin-left: auto
}

.obiBlock {
  padding: 60px 0 30px;
  background: #000;
  color: #fff;
  text-align: center
}

@media(max-width: 700px) {
  .obiBlock {
    padding-bottom: 20px
  }
}

.priceBlock {
  padding: 20px 0;
  background: #573f19;
  color: #fff
}

@media(min-width: 701px) {
  .priceBlock .price {
    display: flex;
    width: 100%;
    justify-content: center
  }
}

.priceBlock .price__title {
  border: 1px solid;
  text-align: center;
  letter-spacing: .1em
}

@media(min-width: 701px) {
  .priceBlock .price__title {
    display: flex;
    width: 120px;
    align-items: center;
    justify-content: center;
    margin-right: 30px
  }
}

@media(max-width: 700px) {
  .priceBlock .price__title {
    margin-bottom: 15px
  }
}

.rarityBlock {
  padding: 10px 0;
  background: #000
}

.rarityBlock .rarity {
  max-width: 870px;
  margin: 40px auto;
  position: relative;
  overflow: hidden;
  z-index: 2
}

.rarityBlock .rarity:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 200%;
  height: 200%;
  background-image: linear-gradient(130deg, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 80%);
  transform: translate3d(-100%, 0, 0);
  -webkit-animation: shinyBtn 3s linear 1s infinite;
  animation: shinyBtn 3s linear 1s infinite
}

@-webkit-keyframes shinyBtn {
  0% {
    transform: translate3d(-100%, 0, 0)
  }
  30% {
    transform: translate3d(100%, 0, 0)
  }
  100% {
    transform: translate3d(100%, 0, 0)
  }
}

@keyframes shinyBtn {
  0% {
    transform: translate3d(-100%, 0, 0)
  }
  30% {
    transform: translate3d(100%, 0, 0)
  }
  100% {
    transform: translate3d(100%, 0, 0)
  }
}

.rarityBlock .rarity img {
  width: 100%
}

.bannerBlock {
  padding: 30px 0;
  background: #000;
  color: #fff
}

.bannerBlock .banner.-premiumsuite a {
  display: flex;
  width: 100%;
  border: 1px solid #f1ce97;
  position: relative;
  overflow: hidden;
  z-index: 2
}

.bannerBlock .banner.-premiumsuite a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 200%;
  height: 200%;
  background-image: linear-gradient(130deg, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 80%);
  transform: translate3d(-100%, 0, 0);
  -webkit-animation: shinyBtn 3s linear 1s infinite;
  animation: shinyBtn 3s linear 1s infinite
}

@keyframes shinyBtn {
  0% {
    transform: translate3d(-100%, 0, 0)
  }
  30% {
    transform: translate3d(100%, 0, 0)
  }
  100% {
    transform: translate3d(100%, 0, 0)
  }
}

@media(max-width: 700px) {
  .bannerBlock .banner.-premiumsuite a {
    flex-direction: column
  }
}

@media(max-width: 700px) {
  .bannerBlock .banner.-premiumsuite a img {
    width: 100%
  }
}

.bannerBlock .banner.-premiumsuite a .image {
  overflow: hidden;
  position: relative
}

.bannerBlock .banner.-premiumsuite a .image .caption {
  position: absolute;
  bottom: 5px;
  right: 5px;
  font-size: 10px;
  color: #fff
}

.bannerBlock .banner.-premiumsuite a .image img {
  transition: 1s ease 0s
}

.bannerBlock .banner.-premiumsuite a:hover {
  opacity: 1;
  box-shadow: 0 0 50px #f1ce97
}

.bannerBlock .banner.-premiumsuite a:hover .image img {
  transform: scale(1.1)
}

.reservationBlock {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media(min-width: 701px) {
  .reservationBlock .l-row-1 {
    display: flex;
    justify-content: space-between
  }
}

.reservationBlock .heading {
  margin-bottom: 2em;
  padding-bottom: .25em;
  border-bottom: 1px solid;
  font-size: 13px;
  letter-spacing: .1em
}

.reservationBlock .heading .ja {
  float: right
}

@media(max-width: 700px) {
  .reservationBlock .reservationBox {
    margin-bottom: 40px
  }
}

.reservationBlock .reservationBox .reservationTable {
  width: 100%;
  margin-bottom: 10px
}

.reservationBlock .reservationBox .reservationTable th, .reservationBlock .reservationBox .reservationTable td {
  padding: .75em;
  border-bottom: 1px solid;
  text-align: center
}

.reservationBlock .reservationBox .reservationTable a {
  color: #fff
}

.reservationBlock .reservationBox .reservationNotes {
  font-size: 13px
}

.reservationBlock .reservationBox .reservationNotes a {
  color: #fff
}

@media(min-width: 701px) {
  .reservationBlock .customersselectBox {
    width: 270px;
    margin-left: 100px
  }
}

@media(max-width: 700px) {
  .reservationBlock .customersselectBox {
    width: 270px;
    margin-right: auto;
    margin-left: auto
  }
}

.reservationBlock .customersselectBox .lead {
  margin-bottom: 1em;
  line-height: 1.8
}

.reservationBlock .customersselectBox .image {
  margin-bottom: 20px
}

.reservationBlock .customersselectBox .text {
  font-size: 12px;
  line-height: 1.8
}

.reservationBlock .bannerBox {
  margin-top: 40px;
  text-align: center
}

.reservationBlock .bannerBox .banner:not(:last-child) {
  margin-bottom: 20px
}

.contentsLinkBlock .contentsLinkItem {
  position: relative;
  background: #000;
  text-align: center
}

.contentsLinkBlock .contentsLinkItem a {
  display: block;
  text-decoration: none;
  color: #fff
}

@media(max-width: 700px) {
  .contentsLinkBlock .contentsLinkItem a {
    padding-bottom: 30px
  }
}

.contentsLinkBlock .contentsLinkItem a:hover .image img {
  transform: scale(1.05)
}

.contentsLinkBlock .contentsLinkItem a:hover .image:after {
  opacity: .75
}

.contentsLinkBlock .contentsLinkItem .image {
  position: relative;
  z-index: 1;
  overflow: hidden
}

.contentsLinkBlock .contentsLinkItem .image img {
  width: 100%;
  transition: 3s ease 0s;
  opacity: 0
}

.contentsLinkBlock .contentsLinkItem .image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .5;
  transition: 2s ease 0s;
  opacity: 0
}

.contentsLinkBlock .contentsLinkItem .copy {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  transition: 1s ease 1.4s;
  opacity: 0;
  margin-top: 20px
}

@media(max-width: 700px) {
  .contentsLinkBlock .contentsLinkItem .copy {
    top: 25%
  }
}

.contentsLinkBlock .contentsLinkItem .text {
  transition: 1s ease 1.8s;
  opacity: 0
}

@media(min-width: 701px) {
  .contentsLinkBlock .contentsLinkItem .text {
    position: absolute;
    bottom: 100px;
    left: 10%;
    z-index: 2;
    width: 80%;
    text-align: center
  }
}

@media(max-width: 700px) {
  .contentsLinkBlock .contentsLinkItem .text {
    padding: 1em
  }
}

@media(min-width: 701px) {
  .contentsLinkBlock .contentsLinkItem .text {
    margin-top: 20px
  }
}

@media(max-width: 700px) {
  .contentsLinkBlock .contentsLinkItem .text {
    transform: translateY(20px)
  }
}

.contentsLinkBlock .contentsLinkItem .btn {
  position: relative;
  z-index: 3;
  width: 300px;
  display: inline-block;
  padding: .5em;
  border: 1px solid;
  text-align: center;
  transition: opacity 1s ease 2s, margin 1s ease 2s, transform 1s ease 2s;
  opacity: 0
}

@media(min-width: 701px) {
  .contentsLinkBlock .contentsLinkItem .btn {
    position: absolute;
    bottom: 40px;
    left: 50%;
    z-index: 2;
    transform: translateX(-50%)
  }
}

@media(min-width: 701px) {
  .contentsLinkBlock .contentsLinkItem .btn {
    margin-top: 20px
  }
}

@media(max-width: 700px) {
  .contentsLinkBlock .contentsLinkItem .btn {
    transform: translateY(20px)
  }
}

.contentsLinkBlock .contentsLinkItem .btn:hover {
  background: #fff;
  border-color: #fff;
  color: #000
}

.contentsLinkBlock .contentsLinkItem.is-inview .image img {
  opacity: 1
}

.contentsLinkBlock .contentsLinkItem.is-inview .image:after {
  opacity: .25
}

.contentsLinkBlock .contentsLinkItem.is-inview .copy {
  opacity: 1;
  margin-top: 0
}

.contentsLinkBlock .contentsLinkItem.is-inview .text {
  opacity: 1
}

@media(min-width: 701px) {
  .contentsLinkBlock .contentsLinkItem.is-inview .text {
    margin-top: 0
  }
}

@media(max-width: 700px) {
  .contentsLinkBlock .contentsLinkItem.is-inview .text {
    transform: translateY(0)
  }
}

.contentsLinkBlock .contentsLinkItem.is-inview .btn {
  opacity: 1
}

@media(min-width: 701px) {
  .contentsLinkBlock .contentsLinkItem.is-inview .btn {
    margin-top: 0
  }
}

@media(max-width: 700px) {
  .contentsLinkBlock .contentsLinkItem.is-inview .btn {
    transform: translateY(0)
  }
}

.conceptBlock {
  padding: 20px;
  color: #000
}

.conceptBlock .conceptBox {
  padding: 240px 0;
  background: url(../img/concept_bg.jpg) no-repeat center center/cover;
  text-align: center;
  transition: 2s linear 0s;
  opacity: 0
}

@media(max-width: 700px) {
  .conceptBlock .conceptBox {
    padding: 100px 8%
  }
}

.conceptBlock .conceptBox .lead {
  margin-bottom: 2.4em;
  font-size: 21px;
  line-height: 2.4;
  transition: 1s linear 1s;
  opacity: 0;
  transform: translateY(20px)
}

@media(max-width: 700px) {
  .conceptBlock .conceptBox .lead {
    font-size: 16px
  }
}

.conceptBlock .conceptBox .text {
  font-size: 14px;
  line-height: 3.2;
  transition: 1s linear 1.4s;
  opacity: 0;
  transform: translateY(20px)
}

.conceptBlock .conceptBox.is-inview {
  opacity: 1
}

.conceptBlock .conceptBox.is-inview .lead, .conceptBlock .conceptBox.is-inview .text {
  opacity: 1;
  transform: translateY(0)
}
/*
.infoBlock {
  background: #000;
  color: #fff
}

.infoBlock a {
  color: #fff
}
*/
@media(max-width: 700px) {
  .infoBlock {
    padding: 50px 0
  }
}

.infoBox {
  max-width: 600px;
  margin-right: auto;
  margin-left: auto
}

.infoBox .heading {
  margin-bottom: 1em;
  padding-bottom: .5em;
  border-bottom: 1px solid
}

.infoBox .infoList__item {
  margin-bottom: 1em
}

.infoBox .infoList__date {
  margin-bottom: .5em
}

.linkPanelBlock {
  padding: .83333333%;
  background: #000
}

@media(max-width: 700px) {
  .linkPanelBlock {
    padding: 2.5%
  }
}

.linkPanels {
  position: relative
}

@media(min-width: 701px) {
  .linkPanels {
    height: 0;
    padding-top: 100%
  }
}

@media(min-width: 701px) {
  .linkPanel {
    position: absolute
  }
}

@media(max-width: 700px) {
  .linkPanel {
    position: relative;
    margin-bottom: 2.5%
  }
}

.linkPanel a {
  transition: opacity .2s ease 0s
}

.linkPanel a:hover {
  opacity: .6
}

.linkPanel.is-inactive {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  pointer-events: none
}

.linkPanel.is-inactive:after {
  content: "Coming soon";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 100;
  display: block;
  width: 100%;
  font-size: 18px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .1em
}

.linkPanel.is-inactive a {
  pointer-events: none;
  opacity: .35
}

.linkPanel img {
  width: 100%
}

@media(min-width: 701px) {
  .linkPanel-1 {
    top: 0;
    left: 0;
    width: 39.491525%
  }
}

@media(min-width: 701px) {
  .linkPanel-2 {
    top: 0;
    left: 40.338983%;
    width: 39.491525%
  }
}

@media(min-width: 701px) {
  .linkPanel-3 {
    top: 0;
    left: 80.677966%;
    width: 19.322034%
  }
}

@media(max-width: 700px) {
  .linkPanel-3 {
    float: left;
    width: 49%
  }
}

@media(min-width: 701px) {
  .linkPanel-4 {
    top: 20%;
    left: 40.338983%;
    width: 19.322034%
  }
}

@media(max-width: 700px) {
  .linkPanel-4 {
    float: right;
    width: 49%
  }
}

@media(min-width: 701px) {
  .linkPanel-5 {
    top: 20%;
    left: 60.508475%;
    width: 39.491525%
  }
}

@media(max-width: 700px) {
  .linkPanel-5 {
    clear: both
  }
}

@media(min-width: 701px) {
  .linkPanel-6 {
    top: 40.338983%;
    left: 0;
    width: 39.491525%
  }
}

@media(min-width: 701px) {
  .linkPanel-7 {
    top: 40.338983%;
    left: 40.338983%;
    width: 19.322034%
  }
}

@media(max-width: 700px) {
  .linkPanel-7 {
    float: left;
    width: 49%
  }
}

@media(min-width: 701px) {
  .linkPanel-8 {
    top: 60.508475%;
    left: 60.508475%;
    width: 39.491525%
  }
}

@media(max-width: 700px) {
  .linkPanel-8 {
    clear: both
  }
}

@media(min-width: 701px) {
  .linkPanel-9 {
    top: 80.677966%;
    left: 0;
    width: 19.322034%
  }
}

@media(max-width: 700px) {
  .linkPanel-9 {
    float: right;
    width: 49%
  }
}

@media(min-width: 701px) {
  .linkPanel-10 {
    top: 80.677966%;
    left: 20.169492%;
    width: 39.491525%
  }
}

@media(max-width: 700px) {
  .linkPanel-10 {
    float: right;
    width: 49%
  }
}

.pageNotesBlock {
  background: #000;
  color: #fff
}

/* Top */

.fv-keyimage {
  margin-bottom: 0;
}
.toppage #top{padding-top: 120px;}

#topic{padding: 50px 0 0; text-align: center;}
.topic-txt{font-size: 2.5rem; line-height: 1.3; margin-bottom: 15px;}
.topic-txt2 {font-size: 3.5rem; line-height: 1.3; margin-bottom: 30px;}

[class*="topic-row-"]{margin-top: 50px;}
.topic-row-1{font-size: 2.2rem; line-height: 1.3;}
.topic-row-1 .txt1{padding: 8px 5px; background-image: linear-gradient(to right,#a7a976,#f0f3d4,#a7a976); color: #000;}
.topic-row-1 .txt2{padding: 15px 0 18px; position: relative;}
.topic-row-1 .txt2:after{content: ''; width: 100%; height: 3px; background-image: linear-gradient(to right,#a7a976,#f0f3d4,#a7a976); display: block; position: absolute; bottom: 0; left: 0;}
.topic-row-1 .txt2 .big{font-size: 4.2rem;}
.topic-row-1 .txt2 .small{font-size: 1.2rem;}
.topic-row-1 .txt3 {padding: 20px 10px 10px;}
.topic-row-1 .obi{background-image: linear-gradient(to right,#a7a976,#f0f3d4,#a7a976); height: 4px;}

.topic-row-2{display: flex; flex-wrap: wrap; border-left: 1px solid #fff;}
.topic-row-2 figure{width: 50%; border-right: 1px solid #fff; text-align: center;}

.topic-row-3{display: flex; flex-wrap: wrap; justify-content: space-between;}
.topic-row-3 li{width: 47.5%;}
.topic-row-3 figure{margin-bottom: 2px;}

#bnr{margin-bottom: 40px;}
#bnr a:hover{opacity: .8;}

.area{margin-bottom: 20px;}
/*
.area:before{content: ''; background: url("../img/common/ic_x.png") no-repeat; width: 34px; height: 34px; margin: 0 auto 40px; display: block;}
*/
.area:before{content: ''; background: url("../img/common/ic_yajiri.png") no-repeat; width: 178px; height: 15px; margin: 0 auto 40px; display: block;}

.area .img{overflow: hidden;}
.area .img img{transition: transform .5s, opacity .3s;}
.area a:hover .img img{transform: scale(1.1); -webkit-transform: scale(1.1); opacity: .5;}

.area ul{display: flex; flex-wrap: wrap; padding: 30px 0 0; position: relative; z-index: 1;}
.area ul:after{content: ''; position: absolute; top: -40px; left: 312px;  width: 2px; height: 140px; background: #fff; transform: rotate(45deg); -webkit-transform: rotate(45deg);}
.area li:nth-of-type(1){width: 330px;}
.area li:nth-of-type(1) p{padding-top: 8px; font-size: 1.2rem; color: #c9bc9c;}
.area li:nth-of-type(2){width: calc(100% - 330px); font-size: 2.6rem; line-height: 1.3; position: relative;}

#intro{margin-top: 70px; background: #fff; text-align: center; color: #000; padding: 90px 5%;}

#intro-txt{font-size: 1.6rem; line-height: 2.7; margin-bottom: 20px;}
#intro-btn{width: 200px; text-align: center;  margin: 0 auto;}
#intro-btn a{display: flex; justify-content: center; align-items: center; height: 40px; font-size: 1.2rem; color: #000; position: relative; border: 1px solid #000; transition: all .3s ease; }
#intro-btn a:after, 
#intro-btn a:before{content: ""; display: block; position: absolute; width: 0%; height: 0%; border: 1px solid; transition: all .3s ease; opacity: 0;}
#intro-btn a:after{bottom: -1px; right: -1px; border-top-color: transparent; border-left-color: transparent; border-bottom-color: #c9bc9c; border-right-color: #c9bc9c;}
#intro-btn a:before{top: -1px; left: -1px; border-bottom-color: transparent; border-right-color: transparent; border-top-color: #c9bc9c; border-left-color: #c9bc9c;}
#intro-btn a:hover { color: #c9bc9c; }
#intro-btn a:hover:after, 
#intro-btn a:hover:before { width: 100%; height: 100%; opacity: 1;}

#info{padding: 100px 0; position: relative;}
#info-tit{text-align: center;}
/*
#info-tit:after{content: ''; background: url("../img/common/ic_x.png") no-repeat; width: 34px; height: 34px; margin: 40px auto 25px; display: block;}
*/
#info-tit:after{content: ''; background: url("../img/common/ic_yajiri.png") no-repeat; background-size: contain; width: 100%; max-width: 842px; height: 4px; margin: 40px auto 25px; display: block;}

#info-list li{border-bottom: 1px solid #595959; padding: 25px 0; display: flex; flex-wrap: wrap;}
#info-list li:last-of-type{border-bottom: none;}
#info-list p:nth-of-type(1){width: 135px;}
#info-list p:nth-of-type(2){width: calc(100% - 135px);}

#page{display: flex; flex-wrap: wrap; position: relative; margin-top: 0.781275%; }
.page-item{width: 38.9583%; margin-left: 0.781275%; margin-bottom: 0.781275%;}
.page-item.col1{width: 18.9583%;}
.page-item img{width: 100%;}
.page-item a:hover
{opacity: .8;}

#page-item2 {margin-right: 40.52085%;}
/*
#page-item5 {position: absolute; bottom: 0; left: 19.739575%;}
#page-item6 {position: absolute; top: 0; right: 0.781275%;}
#page-item7 {position: absolute; top: 25%; right: 0.781275%;}
#page-item8 {position: absolute; bottom: 0; right: 0.781275%;}
*/

.bnrG--Guide{text-align: center;padding: 0 10px 50px;}
.bnrG--Guide a:hover{opacity: 0.8}

.bnrMuryo-satei{padding: 20px 0px; text-align: center;}

.badge-toppv p strong {
  font-size: 34px;
  border-bottom: 1px solid #fff;
  padding: 0 5px 5px;
  font-weight: 400;
}
.badge-toppv p strong span {
  letter-spacing: -.75em;
}
.badge-toppv p img {
  width: 234px;
  height: auto;
  margin: 30px 10px 0;
}
.badge-toppv p + p {
  margin-top: 10px;
}
.badge-toppv p + p + p {
  margin-top: 30px;
  font-size: 12px;
}

/* Media */
@media only screen and (min-width: 1220px){
    .area li:nth-of-type(2) p{position: absolute; top: 0; left: 0; width: 800px;}
}

@media only screen and (max-width: 767px){    
    .toppage #top{padding-top: 50px;}
    #topic { padding-top: 0; }
    
    .topic-txt{font-size: 4.5vw;}
    
    .topic-row-1{font-size: 4vw;}
    .topic-row-1 .txt2 .big{font-size: 6vw;}
    .topic-row-1 .txt2 .small{font-size: 2vw;}
    .topic-row-2{border-left: none;}
    .topic-row-2 figure{width: 100%; border-right: none;}
    .topic-row-2 figure:nth-of-type(1){border-bottom: 1px solid #fff; padding-bottom: 20px; margin-bottom: 20px;}
    
    .topic-row-3 li{width: 100%;}
    
    .area{margin-bottom: 30px;}
    .area ul{padding: 30px 0 40px;}
    .area ul:after{display: none;}
    .area li:nth-of-type(1){width: 100%; margin-bottom: 20px;}
    .area li:nth-of-type(1) p{position: absolute; bottom: 0; left: 0;}
    .area li:nth-of-type(2){width: 100%;}
    
    #intro{padding: 70px 5%;}
	#intro-txt br{display: none;}
    #info{padding: 0 0 70px 0;}
    #info-list p:nth-of-type(1){width: 100%;}
    #info-list p:nth-of-type(2){width: 100%;}

    #info-tit:after {
      margin: 20px auto 15px;
    }
    
    .page-item{width: 96%; margin-left: 2%; margin-bottom: 2%;}
    .page-item.col1{width: 47%;}
    #page-item2{margin-right: 0;}
    #page-item5{position: static;}
    #page-item6{position: static;}
    #page-item7{position: static;}
    #page-item8{position: static;}
    
    /*
    #header-btn{bottom: -50px; transition: bottom .3s;}
    #header-btn.show{bottom: 0;}
    */
    
    header.fixed{position: fixed;}
	
	#intro-txt p{ display: inline-block; font-size: 1.5rem; line-height: 1.7; text-align: left;}

	
}

@media only screen and (max-width: 480px){
    .area li:nth-of-type(2){font-size: 4.3vw;}
    #intro-tit{font-size: 1.7rem;}
}

.area-left .area-left1 {
  float: right;
  width: calc(39.4% - 40px);
}
.area-left .area-left2 {
  float: left;
  width: 60.6%;
}
.area-right {
  margin-top: 150px;
}
.area-right1 {
  float: left;
  width: calc(39.4% - 40px);
}
.area-right .area-right2 {
  float: right;
  width: 60.6%;
}
.area-left .arealist {
  position: relative;
  z-index: 1;
  left: -80px;
}
.area-right .arealist {
  position: relative;
  z-index: 1;
}
.arealist li {
  font-family: 'Noto Serif JP', serif;
  color: #000;
  background-color: rgba(255,255,255,.85);
  padding: 20px 0;
  width: calc(100% + 80px);
  line-height: 1.3;
  margin-bottom: 15px;
  font-size: 12px;
  text-align: center;
}
.arealist li strong {
  font-size: 2.5rem;
  font-weight: bold;
  display: inline-block;
}
.arealist li span {
  font-size: 1.8rem;
}
.area-left .area-left2 img,
.area-right .area-right2 img {
  width: 100%;
}
.area-left h3 {
  text-align: right;
  /*
  margin-right: 90px;
  */
}
.area-right h3 {
  text-align: left;
  /*
  margin-left: 90px;
  */
}
.area-left .arealead {
  padding-right: 10vw;
}
.area-right .arealead {
  padding-left: 10vw;
}

@media only screen and (max-width: 1250px) { 

  .area-left h3 {
    margin-right: 40px;
  }
  .area-right h3 {
    margin-left: 40px;
  }
  .area-left .arealead {
    padding-right: 40px;
    max-width: 373px;
  }
  .area-right .arealead {
    padding-left: 100px;
    max-width: 373px;
  }
}

@media only screen and (max-width: 767px){

  .area-left h3 {
    text-align: left;
    margin-left: 40px;
  }
  .area-left h3 img {
    width: 100%;
    max-width: 321px;
    height: auto;
  }
  .area-right {
    margin-top: 60px;
  }
  .area-right h3 {
    margin-right: 40px;
  }
  .area-right h3 img {
    width: 100%;
    max-width: 444px;
    height: auto;
  }
  .area-left .area-left1,
  .area-left .area-left2,
  .area-right .area-right1,
  .area-right .area-right2 {
    float: none;
    width: 100%;
  }
  .area-left .area-left1,
  .area-right .area-right1 {
    margin-top: 30px;
  }
  .area-left .arealead {
    padding-left: 40px;
    max-width: 100%;
  }
  .area-left .arealist,
  .area-right .arealist {
    margin-top: 30px;
    left: 0;
    width: calc(100% - 120px);
  }
  .area-right .arealead {
    padding-left: 40px;
    padding-right: 40px;
    max-width: 100%;
  }
  .arealist li span {
    display: inline-block;
    margin-top: 5px;
  }
  .badge-toppv p strong {
    font-size: 24px;
  }
  .badge-toppv p img {
    width: calc(50% - 10px);
    max-width: 234px;
    margin: 15px 5px 0;
  }
}

@media only screen and (max-width: 480px){

  .area-left .arealead {
    padding-left: 20px;
  }
  .area-left .arealead {
    padding-right: 20px;
  }
  .area-right .arealead {
    padding-left: 20px;
    padding-right: 20px;
  }
  .arealist li {
    padding: 10px 0;
  }
  .area-left .arealist, .area-right .arealist {
    width: calc(100% - 80px);
  }
  .slider .slidertitle {
    font-size: 15px;
    padding: 10px 0;
    margin-bottom: 5px !important;
  }
  .topic-txt2 {
    font-size: 25px;
  }
  #intro-tit, .tit-type0 {
    font-size: 19px !important;
  }
}