@charset "utf-8";

/*---------- fv ----------*/
#fv {
  position: relative;
  margin: 0 auto;
  padding: initial;
}

#fv h1 {
  position: absolute;
  color: #151210;
  visibility: visible;
}

#fv .slider {
  width: 100%;
  margin: 0 auto;
}

#fv .logo {
  position: absolute;
  z-index: 1;
  top: 5.1%;
  left: 50%;
  transform: translateX(-50%);
  width: 7.5%;
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.2));
}

#fv .logo .cls-1 {
  stroke: transparent;
  fill: transparent;
  stroke-dasharray: 800;
  stroke-width: 1;
}

#fv .logo.go .cls-1 {
  webkit-animation: svg_anime 4s ease-in-out 0.6s both;
  animation: svg_anime 4s ease-in-out 0.6s both;
  stroke: #fff;
  fill: #fff;
}

@-webkit-keyframes svg_anime {
  0% {
    stroke-dashoffset: 800;
    fill: transparent;
  }

  60% {
    stroke-dashoffset: 0;
    fill: transparent;
  }

  100% {
    stroke-dashoffset: 0;
    fill: #fff;
  }
}

#fv .slider .items {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-bottom: 45%;
}

#fv .slider .item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 3.5s ease-in-out;
}

#fv .slider .item.current {
  opacity: 1;
}

#fv .slider img {
  height: 100%;
  object-fit: cover;
}

/*---------- movie ----------*/
#movie {
  text-align: center;
  padding-top: 107px;
  padding-bottom: 159px;
}

#movie p {
  font-size: 2.4rem;
  line-height: 1.7;
  margin-bottom: 117px;
  letter-spacing: 0.2rem;
}

/*---------- monthly ----------*/
#monthly {
  background-image: url(../img/top/monthly_bg.jpg);
  text-align: center;
  padding-top: 116px;
  padding-bottom: 143px;
}

#monthly h2 {
  font-size: 3.1rem;
  margin-bottom: 39px;
}

#monthly h2+p {
  font-size: 1.7rem;
  letter-spacing: 0.25rem;
  line-height: 2.3;
  margin-bottom: 69px;
  font-weight: 400;
}

#monthly div:nth-of-type(1)>.img {
  margin: 0 auto 60px;
}

/*---------- access ----------*/
#access {
  background-image: url(../img/top/access_bg.jpg);
  padding-top: 162px;
  text-align: center;
  padding-bottom: 3px;
  background-position: bottom center;
  margin-top: 101px;
}

#access h2 {
  font-size: 3.1rem;
  letter-spacing: 0.2rem;
  margin-bottom: 107px;
  padding-left: 11px;
}

#access h2 .img {
  display: inline-block;
  width: 148px;
  vertical-align: text-bottom;
}

#access h3 {
  font-size: 5.1rem;
  margin-bottom: 60px;
  letter-spacing: 0.2rem;
  font-weight: 600;
  line-height: 1.2;
}
.access__txtBox {
  margin: 57px 0 61px;
}
.access__txtBox > p {
  font-size: 1.6rem;
  letter-spacing: 0.3rem;
  line-height: 2.5;
  font-weight: 400;
  /* <wbr> */
  overflow-wrap: break-word;
  word-break: keep-all;
}
/* ----------------------------------------------------
  こだわり
---------------------------------------------------- */
#commit {
  padding-top: 157px;
  padding-bottom: 160px;
}

#commit ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 152px;
}

#commit ul li {
  width: calc((100% / 3) - 1.9rem);
}

#commit ul li h3 {
  margin-top: 23px;
  font-size: 2.5rem;
  letter-spacing: 0.2rem;
  padding-bottom: 16px;
  border-bottom: 1px solid #ffffff;
  line-height: 1.4;
}

#commit ul li p {
  font-size: 1.6rem;
  line-height: 1.9;
  margin-top: 10px;
  font-weight: 400;
  letter-spacing: 0.02rem;
}
/* PC */
@media screen and (max-width:1280px) {
  #commit ul li p {
    /* <wbr> */
    overflow-wrap: break-word;
    word-break: break-word;
  }
}
#commit ul li:nth-of-type(2) p {
  letter-spacing: 0.23rem;
}

/*---------- recruit ----------*/
#recruit {
  background-image: url(../img/top/recruit_bg.jpg?aa);
  text-align: center;
  padding: 100px 40px;
  background-size: cover;
  margin: 50px 0;
}

#recruit h2 {
  font-size: 3.1rem;
  margin-bottom: 40px;
  letter-spacing: 0.5rem;
}

#recruit p {
  font-size: 1.7rem;
  letter-spacing: 0.25rem;
  line-height: 2.3;
  margin-bottom: 120px;
  font-weight: 400;
}

/*---------- 1280pxより小さい画面 ----------*/
@media screen and (max-width:1279px) {
  #commit ul li h3 {
    letter-spacing: 0.1rem;
  }
}

/*---------- 767pxより小さい画面(スマホ)----------*/
@media screen and (max-width:767px) {
  #fv .logo {
    top: 35.5vw;
    width: 20.1vw;
    filter: drop-shadow(0px 0px 2vw rgba(0, 0, 0, 0.3));
  }

  #fv .slider .items {
    padding-bottom: 178vw;
  }

  #fv .slider .item:nth-of-type(5) img {
    transform: scale(1.1);
    transform-origin: top;
  }

  #movie {
    padding-top: 22.5vw;
    padding-bottom: 18.8vw;
    padding-left: 2.7vw;
    padding-right: 2.7vw;
  }

  #movie p {
    font-size: 3vw;
    margin-bottom: 23.7vw;
    letter-spacing: 0.4vw;
    padding-left: 2.3vw;
    padding-right: 2.3vw;
  }


  #monthly {
    background-image: url(../img/sp/top/monthly_bg.jpg);
    padding-top: 12.6vw;
    padding-bottom: 18.5vw;
  }

  #monthly h2 {
    font-size: 5.5vw;
    margin-bottom: 12.2vw;
    letter-spacing: 0.4vw;
    font-weight: 500;
  }

  #monthly h2+p {
    font-size: 3.4vw;
    letter-spacing: 0.4vw;
    line-height: 1.9;
    margin-bottom: 13.6vw;
  }

  #monthly div:nth-of-type(1)>.img {
    margin: 0 calc(50% - 50vw) 15.8vw;
    width: 100vw;
  }

  #access {
    background-image: url(../img/sp/top/access_bg.jpg);
    padding-top: 16vw;
    padding-bottom: 3px;
    margin-top: 6.7vw;
    background-position: top center;
    background-size: 100%;
  }

  #access h2 {
    font-size: 3.8vw;
    letter-spacing: 0.3vw;
    margin-bottom: 11.1vw;
    padding-left: 1.3vw;
  }

  #access h2 .img {
    width: 18.8vw;
  }

  #access h3 {
    font-size: 5.7vw;
    margin-bottom: 11.5vw;
    letter-spacing: 0;
    line-height: 1.4;
  }
  #access .main {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    padding: 0 2.7vw;
  }
  .access__txtBox {
    margin: 10.6vw 0 14.8vw;
  }
  .access__txtBox > p {
    font-size: 3.1vw;
    letter-spacing: 0.35vw;
    line-height: 2;
    text-align: left;
    margin-top: 4.6vw;
  }
  .access__txtBox > p:first-of-type {
    margin-top: initial;
  }
  /* ----------------------------------------------------
    こだわり
  ---------------------------------------------------- */
  #commit {
    padding-top: 20.9vw;
    padding-bottom: 15vw;
  }

  #commit ul {
    display: block;
    margin-bottom: 0;
  }

  #commit ul li {
    width: 100%;
    margin-bottom: 20.3vw;
  }

  #commit ul li:last-child {
    margin-bottom: 14.9vw;
  }

  #commit ul li h3 {
    margin-top: 3.9vw;
    font-size: 4.5vw;
    letter-spacing: 0.6vw;
    padding-bottom: 4.1vw;
  }
  #commit ul li p {
    font-size: 3vw;
    line-height: 2;
    margin-top: 2.8vw;
    letter-spacing: 0.1vw;
    /* <wbr> */
    overflow-wrap: break-word;
    word-break: keep-all;
  }

  #recruit {
    padding: 15vw 5.5vw;
    margin: 10vw 0;
  }

  #recruit h2 {
    font-size: 5.5vw;
    margin-bottom: 12.2vw;
    letter-spacing: 0.8vw;
    font-weight: 500;
  }

  #recruit p {
    font-size: 3.4vw;
    letter-spacing: 0.4vw;
    line-height: 1.9;
    margin-bottom: 13.6vw;
  }
}