/*スポットアイコン*/
.spot {
  font-size: 18px;
  font-weight: bold;
  color: #294687;
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 45px;
  left: 0;
  right: 0;
  z-index: 2;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  cursor: pointer;
}
.spot img {
  max-width: 40px;
  margin: 0 auto 15px auto;
  display: block;
  filter: drop-shadow(1px 1px 2px rgba(255, 255, 255, 0.5));
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}

.spot img:hover {
  transform: rotateY(360deg);
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
}

/***************
hero
****************/
#hero {
  height: 100vh;
  height: 852px;
  padding: 15px 0 0 15px;
  background: url(../imgs/index/hero01.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  z-index: 1;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka,
    "平成ゴシック", "メイリオ", "Meiryo", Helvetica, Arial, Verdana,
    "ＭＳ Ｐゴシック", "MS UI Gothic", sans-serif;
}

#hero h1 {
  width: 54.861vw;
  max-width: 790px;
  min-width: 300px;
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
  z-index: 2;
}

#hero .hero__cover {
  position: absolute;
  top: 50px;
  right: 10px;
  z-index: 3;
}

#hero a.hero__pnkbnr {
  width: 298px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  display: block;
  padding: 8px 30px 6px 10px;
  margin: 0 0 3px;
  background: #eb7d9a url(../imgs/arrow_w.svg) no-repeat 93% center;
  background-position: 95% center;
  background-size: 5px 7px;
}

#hero .hero__council {
  font-size: 14px;
  font-weight: bold;
  color: #000;
  display: inline-block;
  padding: 8px 20px 6px 10px;
  background: #fff url(../imgs/arrow_b.svg) no-repeat 93% center;
  background-size: 5px 7px;
}

#hero .hero_text{
  position: absolute;
  left: 30px;
  bottom:25px;
  width: 12.291vw;
  max-width: 177px;
  min-width: 130px;
}


/***************
circle
****************/
header #circle {
  text-align: center;
  width: 13.055vw;
  max-width: 188px;
  height: 13.055vw;
  max-height: 188px;
  padding: 0;
  position: absolute;
  top: 195px;
  right: 50px;
  box-sizing: border-box;
  z-index: 50;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
#circle a{
  display: block;
}

/***************
intro
****************/
#intro {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  font-family: "Noto Serif JP", serif;
  margin-top: 50px;
  padding-bottom: 185px;
}

#intro .intro__sub-img {
  position: absolute;
  top: 5%;
  right: 5%;
  max-width: 426px;
}

#intro .intro__main {
  position: absolute;
  top: 5%;
  right: 5%;
  max-width: 426px;
}

#intro .intro__main-copy {
  width: 38%;
  max-width: 464px;
  position: absolute;
  top: 60px;
  left: 6%;
}

.intro__left,.intro__right {
  width: 50%;
}
.intro__title {
  font-size: 24px;
  color: #3F3C3C;
  font-weight: bold;
  margin-bottom: 25px;
}
.intro__txt {
  font-size: 14px;
  color: #3F3C3C;
  line-height: 1.75;
  margin-bottom: 30px;
  letter-spacing: 0.14em;
}
.intro__img {
  width: 100%;
  margin-bottom: 20px;
}
.introimgs {
  display: flex;
  justify-content: flex-start;
  gap: 3%;
}
.introimgs__item {
  width: 30%;
}

/***************
insta
****************/

#insta {
  padding-bottom: 86px;
  text-align: center;
}

#insta .insta__txt-ja,
#insta .insta__txt-en {
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  line-height: 1.85;
  text-align: center;
}

#insta .insta__txt-en {
  margin-top: 30px;
}

#insta .insta__txt-ja {
  margin: 30px 0;
}

#insta .insta__cover {
  display: inline-block;
  max-width: 1260px;
  margin: 0 auto;
}

#insta .insta__list {
  display: flex;
  flex-wrap: wrap;
}

#insta .insta__item {
  cursor: pointer;
  max-width: 380px;
  position: relative;
}

#insta .insta__item:not(:nth-child(3n)) {
  margin-right: 50px;
}

#insta .insta__item:not(:last-child) {
  margin-bottom: 50px;
}

#insta .insta__filter {
  display: none;
}

#insta .insta__item:hover .insta__filter {
  display: block;
  width: 100%;
  height: 100%;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.35);
}

#insta .insta__filter span {
  font-size: 14px;
  color: #fff;
  display: inline-block;
  padding: 7px 15px 5px 15px;
  border: 1px solid #fff;
}

#insta .insta__filter p {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka,
    "平成ゴシック", "メイリオ", "Meiryo", Helvetica, Arial, Verdana,
    "ＭＳ Ｐゴシック", "MS UI Gothic", sans-serif;
  text-align: center;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/***************
area
****************/
#area .area__img {
  width: 50%;
}
#area .area__content {
  width: 50%;
  background: #d3d9e6;
}

#area .area__item {
  display: flex;
  position: relative;
  cursor: pointer;
}

#area .area__filter {
  display: none;
}

#area .area__item:hover .area__filter {
  display: block;
  width: 100%;
  height: 100%;
  z-index: 4;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.35);
}

#area .area__filter p {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka,
    "平成ゴシック", "メイリオ", "Meiryo", Helvetica, Arial, Verdana,
    "ＭＳ Ｐゴシック", "MS UI Gothic", sans-serif;
  text-align: center;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#area .area__filter span {
  font-size: 14px;
  color: #fff;
  display: inline-block;
  padding: 7px 15px 5px 15px;
  border: 1px solid #fff;
}

#area .area__spot {
  width: 41px;
  position: relative;
  top: 15px;
  left: 15px;
  z-index: 3;
}

#area .area__content {
  position: relative;
}

#area .area__title {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #294687;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-weight: bold;
  line-height: 1.3;
}

#area .area__title span {
  display: block;
  font-size: 24px;
  padding-bottom: 56px;
  position: relative;
}

#area .area__title span::after {
  content: "";
  width: 165px;
  height: 3px;
  background-color: #294687;
  display: block;
  position: absolute;
  left: 50%;
  bottom: 28px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

/***************
access
****************/

#access #planes {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 20px;
}

#access #planes li {
  width: calc((99.9% - 66px) / 2);
  margin-bottom: 25px;
  max-width: 798px;
}

@media screen and (max-width: 1350px) {
  #insta .insta__cover {
    padding: 0 10px;
  }
  #insta .insta__list {
    justify-content: space-between;
  }

  #insta .insta__item {
    width: 30%;
  }

  #insta .insta__item:not(:nth-child(3n)) {
    margin-right: 0;
  }

  #insta .insta__item:not(:nth-child(2n)) {
  }

  .info-list__title span {
    font-size: 20px;
  }
}

@media screen and (max-width: 1120px) {
  .info-list__title span {
    font-size: 16px;
  }

  .info-list__title {
    font-size: 12px;
  }
}

@media screen and (max-width: 900px) {
  #intro .intro__sub-img {
    width: 100%;
    max-width: 300px;
    height: auto;
    top: 20px;
    right: 20px;
  }
}

@media screen and (max-width: 850px) {
  #hero h1 {
    top: 20%;
    width: 90%;
    margin: 0 auto;
  }

  /* #intro .intro__img {
    width: auto;
    height: 500px;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
  } */
  #intro {
    display: block;
    margin-left: 5%;
    margin-right: 5%;
  }
  #intro .intro__img {
    width: 100%;
    height: auto;
  }
  .intro__left, .intro__right {
    width: 100%;
  }
  #hero .hero__cover{
    top: 20px;
    right: 5px;
  }

  header #circle {
    width: 120px;
    height: 120px;
    margin: 0 ;
    position: absolute;
    top: auto;
    bottom: 10px;
    left: auto;
    right: 10px;
  }
  #hero a.hero__pnkbnr{
    width: 260px;
    font-size: 12px;
  }
  #hero .hero__council {
    font-size: 12px;
  }

  #access #planes {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: start;
  }

  #access #planes li {
    width: 100%;
  }
}

@media screen and (max-width: 720px) {
  #intro .intro__main-copy {
    top: 120px;
    width: 40%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }

  #intro .intro__sub-img {
    width: 100%;
    max-width: 300px;
    height: auto;
    margin: 0 auto;
    top: 20px;
    right: 0;
    left: 0;
  }

  .spot {
    font-size: 14px;
    bottom: 25px;
  }
  .spot img {
    max-width: 25px;
  }
}

@media screen and (max-width: 520px) {
  #intro .intro__main-copy {
    top: 100px;
    width: 48%;
  }
}

@media screen and (max-width: 490px) {
  #hero {
    height: 678px;
  }
  #hero h1 {
    top: 30%;
  }
  #intro .intro__main-copy {
    top: 110px;
    width: 58%;
  }
  #insta .insta__txt-en {
    padding: 0 10px;
    font-size: 12px;
  }
  #insta .insta__txt-ja {
    padding: 0 10px;
    font-size: 12px;
  }
  .info-list__title {
    padding: 0 46px;
  }

  #insta .insta__item {
    width: 45%;
  }
}

@media screen and (max-width: 375px) {
  #intro .intro__main-copy {
    width: 70%;
  }
}

@media screen and (max-width: 320px) {
  #intro .intro__main-copy {
    width: 80%;
  }
}
