@charset "utf-8";

/* * {
  outline: 1px solid #f3cffc;
} */

/* ==================
common
================== */
html {
  font-size: 62.5%;
  scroll-behavior: smooth;

}

body {
  font-family:
    'Noto Sans JP',
    Arial,
    sans-serif;
  font-style: normal;
  color: #000;
  background-color: #fff;
  line-height: 1.5;
}

img {
  width: 100%;
  height: auto;
}

.lineup__item {
  font-size: 1.4rem;
  font-weight: 350;
  line-height: 1.9;
}

/* ==================
fade-in
================== */
.fade-in {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.fade-in.show {
  opacity: 1;
  transform: translateY(0);
}

.fade-in-simple {
  opacity: 0;
  animation: fadeInOnly 1.5s ease-out forwards;
}

@keyframes fadeInOnly {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* ==================
header
================== */
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* padding: 5.4vw 8vw 3.5vw 8vw; */
  padding: 5.4vw 10% 3.5vw 10%;
}

.header__title {
  height: auto;
  width: 128px;
  width: min(34vw, 156px);
}

@media screen and (min-width: 900px) {
  .header__inner {
    padding: 10px;
    max-width: 900px;
    padding: 40px;
  }
}

/* ==================
nav
================== */
.nav {
  /* pc使用 */
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 99999 !important;
  /* display: block !important; */
  background-image: url(../images/firstmain-menu-nav.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  transform: translateX(-100%);
  transition: transform 0.4s;
}

.nav__title {
  margin-top: 80px;
  color: #fff;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 3.3px;
}

.close__btn {
  width: 14px;
  margin: 0 auto;
  margin-top: 41px;
}

.nav__list {
  width: 238px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: normal;
  margin: 60px auto 30px;
}

.mark {
  width: 15px;
  height: 13px;
  margin: 6.5px;
}

.nav__list-item {
  display: flex;
  justify-content: space-between;
  border-bottom: solid 0.5px #fff;
  padding: 13px 0;
  letter-spacing: 1.6px;
}

.nav__list-item:first-of-type {
  border-top: solid 0.5px #fff;
}

.nav__sns {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 57px;
}

.ham {
  width: 18px;
  height: 12.5px;
  position: relative;
}

.ham span {
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 0;
}

.ham span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}

.ham span:last-child {
  top: 100%;
}

.nav.active {
  transform: translateX(0%);
}

@media screen and (min-width:900px) {
  .nav {
    display: none;
  }
}

/* ==================
main
================== */
.titlepc__nav {
  display: none;
}
/* 
.mainImg__pc {
  display: none;
} */

.title__pc1 {
  display: none;
}

.title__pc2 {
  display: none;
}

.section--titlemain .title_wrap {
  width: 80%;
  max-width: 700px;
  position: absolute;
  top: 71vw;
  left: 50%;
  transform: translateX(-50%);
}

  .section--titlemain{
  position: relative;
  background-image: url(../images/firstmain-sp.jpg);
  background-size: cover;
  background-position: top;
  height: 300vw;
  z-index: -1;
  }

.titlegroup {
  margin: 0 auto;
  width: 100%;
}

.title__txt {
  color: #fff;
  text-align: center;
font-size: min(3.8vw, 12px);  font-style: normal;
  font-weight: 400;
  line-height: 2.1;
  margin-top: 22.5px;
}

.titlemap {
  width: 85%;
  display: block;
  margin: 30px auto;
}

@media screen and (min-width:900px) {
  .mainImg__sp {
    display: none;
  }

  .mainImg__pc {
    display: block;
  }
}

@media screen and (min-width:900px) {
  .ham {
    display: none;
  }

  .titlepc__nav {
    display: block;
    display: flex;
    justify-content: flex-end;
    font-size: 13.8px;
    font-weight: 400;
    line-height: normal;
    gap: 20px;
  }

  .header {
    display: flex;
    justify-content: space-between;
    padding: 40px 2% 15px 2%;
    align-items: center;
    margin: 0 auto;
    max-width: 1000px;
  }

  .section--titlemain .title_wrap {
    display: flex;
    flex-direction: row-reverse;
    width: auto;
    justify-content: center;
    position: absolute;
    top: 62vw;
  }

  .section--titlemain{
  background-image: url(../images/firstmain-pc.jpg);
  background-size: cover;
  background-position: top;
  height: 117vw;
  margin: 0 auto;
  position: relative;
  }

  .title__sp1 {
    display: none;
  }

  .title__sp2 {
    display: none;
  }

  .titlemap {
    width: 65%;    
    height: 100%;
  }

  .title__pc1 {
    display: block;
    width: 460px;
    position: relative;
    left: -20px;
  }

  .title__pc2 {
    display: block;
    width: 410px;
    margin-left: 30px;
  }

  .title__txt {
    color: #FFF;
    font-size: 14px;
    font-weight: 480px;
    line-height: 2.05;
    text-align: left;
    margin-left: 40px;
    width: 460px;
    text-align: justify;
  }

  .titlegroup {
    margin-left: 40px;
  }

}

/* ==================
lineUp
================== */
.lineup__name__pc {
  display: none;
}

.lineup__container {
  position: relative;
  top: min(-38vw, -32vw);
  padding: 0 7.3vw;
}

.section-machiLineup {
  position: relative;
}

.lineup__txt {
  font-size: min(3.25vw, 15px); 
  font-weight: 350;
  line-height: 1.9;
  letter-spacing: -0.42px;
  margin-top: -17px;
  margin-left: 23px;
  text-align: justify;
}

.lineup__machiItem {
  position: relative;
  top: -8px;
  background-image: url(../images/circle.png);
  background-size: 120px;
  background-repeat: no-repeat;
  background-position: right top;
}

.machi__imagePc {
  display: none;
}

.section-taikenLineup {
  display: flex;
  flex-direction: column;
  position: relative;
  top: 70px;
}

.lineup__taikenItem {
  position: relative;
  top: -10px;
  background-image: url(../images/circle.png);
  background-size: 120px;
  background-repeat: no-repeat;
  background-position: right top;
}

.lineup__taiken__name {
  margin-left: -15px;
}

.taiken__imagePc {
  display: none;
}

.lineup__taikenImg {
  position: relative;
}

.mijika__imagePc {
  display: none;
}

.section-mijikaLineup {
  position: relative;
  margin-top: 140px;
}

.lineup__mijikaItem {
  position: relative;
  top: -15px;
  background-image: url(../images/circle.png);
  background-size: 120px;
  background-repeat: no-repeat;
  background-position: right top;
}

.lineup__mijika__name {
  position: relative;
  margin-left: -15px;
}

  .machi__imageSp,
  .taiken__imageSp {
    width: 100%;
    text-align: center;
    }

  .machi__imagePc {
    display: none;
  }

  .lineup__name__pc {
  display: none;
  width: 410px;
  }

  .lineup__machiItem {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-image: none;
  }

  .lineup__machiaruki__name {
  position: relative;
  top: -10px; 
  right: 15px;
}

  .taiken__imagePc {
    display: none;
  }

  .lineup__taikenItem {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background-image: none;
  }

  .lineup__taikenItem {
    position: relative;
  }

  .mijika__imageSp {
    display: block;
  }

  .mijika__imagePc {
    display: none;
    position: relative;
    width: 100%;
  }

  .lineup__mijikaItem .lineup__name__pc {
    width: 340px;
  }

  .lineup__mijikaItem {
    background-image: none;
  }

  .lineup__mijika__name {
    position: relative;
    top: 2px;
    left: -2px;
  }


  @media screen and (min-width:900px) {
.lineup__container {
  position: relative;
  margin: 0 auto;
  margin-top: min(1000px, 380px);
  max-width: 1000px;
  }

  .machi__imageSp,
  .taiken__imageSp,
  .mijika__imageSp,
  .lineup__name__sp {
    display: none;
  }

  .machi__imagePc,
  .taiken__imagePc,
  .mijika__imagePc,
  .lineup__name__pc {
    display: block;
  }
  
  .machi__imagePc{
    width: 570px;
  }

  .lineup__machiItem img,
  .lineup__mijikaImg img {
    width: 511px;
  }
  
.lineup__machiItem .lineup__name__pc {
  display: block;
  position: absolute;
  width: 307px;
  bottom: 105px;
}

.lineup__mijikaItem .lineup__name__pc {
    display: block;
    position: absolute;
    width: 359px;
    bottom: -195px;
    right: -295px;
}

  .lineup__name__pc{
    width: 115%;
    position: absolute;
    left: 0px;
  }

  .lineup__taikenItem .lineup__name__pc{
    width: 115%;
    position: absolute;
    left: -29px;
    bottom: 127px;
  }

  .lineup__taiken__name {
  margin-left: 0px;
  }

  .lineup__name__pc {
    margin-left: auto;
  }

  .section-machiLineup,
  .section-mijikaLineup {
    display: flex;
    flex-direction: row;
  }

  .section-taikenLineup {
    justify-content: center;
    display: flex;
    flex-direction: row-reverse;
    min-width: 820px;
    margin-top: 5vw;
  }

  .section-machiLineup p,
  .section-taikenLineup p,
  .section-mijikaLineup p {
    font-size: 14px;
  }
  .txtBR{
    display: none;
  }

  .lineup__taikenItem .lineup__txt {
    width: 290px;
    margin-right: 28px;
  }

  .lineup__taikenItem {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-image: none;
  }

  .lineup__taikenItem {
  top: 0px;
  }

  .section-machiLineup,
  .section-mijikaLineup {
    position: relative;
  }

  .section-machiLineup .lineup__txt,
  .section-mijikaLineup .lineup__txt {
    position: absolute;
    width: 250px;
    bottom: -6px;
  }

  .section-mijikaLineup .lineup__txt {
    position: absolute;
    width: 250px;
    bottom: -16px;
  }

  .section-mijikaLineup {
    margin-top: 226px;
  }

  .section-taikenLineup {
    margin-top: 62px;
  }

}

/* ==================
access
================== */
.section-access {
  margin-top: -20vw;
  padding: 0 7.3vw;
}

.section-access h2 {
  text-align: center;
}

.access__title {
  width: 40%;
  margin-bottom: 5px;
}

.iframe__map iframe {
  width: 100%;
  height: 172px;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}

.access__list {
  position: relative;
  margin-top: 23px;
}

.list__airplane {
  display: flex;
  align-items: center;
  margin: 0 auto;
  border-bottom: 1px solid #999;
  padding-bottom: 25px;
  text-align: justify;
}

.listicon__airplane {
  width: 50px;
}

.airplane__txtbox {
  margin-left: 16px;
}

.airplane__title {
  font-size: 1.35rem;
  font-weight: 500;
  line-height: 1.9;
}

.airplane__txt {
  font-size: 1.3rem;
  font-weight: 350;
  line-height: 1.75;
}

.list__bus,
.list__train {
  display: flex;
  align-items: center;
  margin: 0 auto;
  margin-top: 30px;
  text-align: justify;

}

.listicon__bus {
  width: 50px;
}

.bus__txtbox {
  margin-left: 16px;
}

.bus__title {
  font-size: 1.35rem;
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: -0.40px
}

.bus__txt {
  font-size: 1.3rem;
  font-weight: 350;
  line-height: 1.75;
}

.listicon__train {
  width: 50px;
}

.train__txtbox {
  margin-left: 16px;
}

.train__title {
  font-size: 1.35rem;
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: -0.40px
}

.train__txt {
  font-size: 1.3rem;
  font-weight: 350;
  line-height: 1.75;
}

@media screen and (min-width:900px) {
  .access__title {
    display: block;
    width: 270px;
    margin: 30px auto 0;
  }

  .section-access {
    max-width: 832px;
    margin: 0 auto;
    margin-top: min(-33vw, 395px);
  padding: 0;
}

  .iframe__map {
    text-align: center;
  }

  .iframe__map iframe {
    width: 100%;
    height: 338px;
  }

  .access__list__lineup {
    width: 690px;
    margin: 0 auto;
  }

  .listicon__airplane {
    width: 78px;
    height: auto;
  }

  .airplane__txtbox {
    margin-left: 40px;
    width: 100%;
  }

  .airplane__title {
    font-size: 1.7rem;
    font-weight: 500;
    line-height: 190%;
  }

  .airplane__txt {
    font-size: 1.4rem;
    font-weight: 350;
    line-height: 190%;
  }

  .list__airplane {
    margin-top: 60px;
    padding-bottom: 50px;
  }

  .listicon__bus {
    width: 78px;
    height: auto;
  }

  .bus__txtbox {
    margin-left: 40px;
    width: 100%;
  }

  .bus__title {
    font-size: 1.7rem;
    font-weight: 500;
    line-height: 190%;
  }

  .bus__txt {
    font-size: 1.4rem;
    font-weight: 350;
    line-height: 190%;
  }

  .list__bus {
    margin-top: 55px;
    padding-top: 15px;
  }


  .listicon__train {
    width: 78px;
    height: auto;
  }

  .train__txtbox {
    margin-left: 40px;
    width: 100%;
  }

  .train__title {
    font-size: 1.7rem;
    font-weight: 500;
    line-height: 190%;
  }

  .train__txt {
    font-size: 1.4rem;
    font-weight: 350;
    line-height: 190%;
  }

  .list__train {
    margin-top: 55px;
  }


}

/* ==================
discribe
================== */
.discribe__pc {
  display: none;
}

@media screen and (min-width:500px) {
  .discribe__sp {
    display: none;
  }

  .discribe__pc {
    display: block;
  }
}

/* ==================
magazines
================== */
.magazinesBG {
  background-color: #072141;
  padding: 5vw 0 3.85vw;
}

.section-magazines {
  text-align: center;
}

.magazines__title {
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  color: #ffff;
  font-size: min(4.1vw, 6vw);
  margin-bottom: 1.6vw;
}

.magazines__desc {
  font-size: min(2.1vw, 1.5vw);
  color: #fff;
  padding: 0 15vw 0;
  line-height: 1.95;
}

.magazines__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 1fr; /* 高さを均等にする */
  gap: 0; /* 線を綺麗に合わせるため gap をゼロに */
  /* max-width: 1200px; */
  margin: 0 auto;
  border-top: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  align-items: stretch;
}

.magazine-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 11%;
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  background-color: #fff;
  height: 100%;
  box-sizing: border-box;
}

.magazine-card__img {
  width: 100%;
  max-width: 280px;
  margin-bottom: 16px;
}

.magazine-card__desc {
  font-size: 11px;
  line-height: 1.6;
  margin-bottom: 16px;
  color: #333;
}

.magazine-card__btn {
  display: inline-block;
  background: #000;
  color: #fff;
  padding: 7px 20px 11px;
  border-radius: 30px;
  text-decoration: none;
  font-size: 12px;
  transition: 0.3s;
}

.magazine-card__btn:hover {
  background: #444;
}

@media screen and (max-width: 900px) {
  .magazines__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ==================
swiper
================== */
.swiper_title {
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  font-size: min(4.1vw, 6vw);
  text-align: center;
  color: #ffff;
  margin-bottom: 1.3vw;
  letter-spacing: 0.1rem;
}

.gallery03 p {
  font-size: min(2.1vw, 1.5vw);
  text-align: center;
  color: #ffff;
  margin-bottom: 4.5vw;
}

.gallery03 {
  background-color: #072141;
  padding: 3.4vw 0 3.85vw;
  box-sizing: border-box;
}

.gallery03 .swiper {
  width: 100%;
  height: 100%;
}

.gallery03 .swiper-slide {
  border-radius: 12px;
  /* overflow: hidden; */
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallery03 .swiper-slide img {
  width: 100%;
  height:100%;
  display: block;
}

/* ==================
footer
================== */
.footer {
  position: absolute;
  background-color: #072141;
  width: 100%;}

.footer__inner {
  padding: 0 3.5vw;
}

.footerIcon__instagram,
.footerIcon__facebook,
.footerIcon__x,
.footerIcon__youtube {
  width: min(8vw, 30px);
}

.footer__list {
  display: flex;
  justify-content: center;
  justify-content: space-between;
  margin: 30px 35px 0px 35px;
}

.footer__sns {
  display: flex;
  height: 20px;
  align-items: center;
  gap: 7px;
}

.footer__logo {
  height: auto;
  width: 21.8vw;
}

.footer__nav {
  display: flex;
  justify-content: flex-end;
  padding: 0px 35px 0px 35px;
  list-style: none;
  letter-spacing: 0.03em;
  gap: 1.7vw;
}

.nav__list-item__footer {
  color: #5578A1;
  font-size: min(1.7vw, 1.93vw);  font-weight: 500;
  line-height: normal;
  margin: 29px 0px 30px 0px;
}

@media screen and (min-width:1000px) {
  .footer {
    height: 274px;
    width: 100%;
  }

  .nav {
    display: none;
  }

  .footer__inner {
    /* width: 1250px; */
  margin: 0 auto;
  padding: 0 17vw;
  }

  .footer__logo {
    width: 195px;
    height: auto;
  }

  .footer__sns {
    width: 220px;
    height: 54px;
  }

  .footer__list {
    padding-top: 40px;
    margin: 0;

  }

  .footer__sns li {
    margin-right: 17px;
  }

  .footer__nav {
    margin-top: 11px;
    display: flex;
    justify-content: flex-end;
    padding: 0px;
  }

  .nav__list-item__footer {
    display: block;
    font-size: 1.6rem;
    letter-spacing: 0.8px;
    /* padding-right: 50px; */
  }

}