@charset "UTF-8";

html {
  font-size: 10px;
}

@media screen and (max-width: 1400px) {
  html {
    font-size: calc(10 * (100vw / 1400));
  }
}

/*-------------------------
 common
-------------------------*/
.pc-header-main.is-fixed {
  display: none;
}

.feature-snslist {
  overflow: hidden;
}

.l-footer {
  padding: 0;
}

.pc-footer {
  margin: 0;
}

.l-container {
  width: 100%;
  margin: auto;
}

#feature {
  box-sizing: border-box;
  margin: 0 auto;
  font-feature-settings: "palt";
  width: 100%;
  text-align: center;
  overflow: clip;
  font-family: 游ゴシック体, 游ゴシック Medium, Yu Gothic Medium, Yu Gothic, YuGothic, Hiragino Kaku Gothic ProN, Meiryo, sans-serif;
  font-weight: normal;
  font-style: normal;
  background: #e4e4e4;
  color: #555555;
}

#feature .feature-inner {
  padding-bottom: 10rem;
  width: 50%;
  margin: 0 0 0 auto;
}

#feature figure {
  position: relative;
  height: fit-content;
}

#feature img {
  width: 100%;
  height: auto;
  display: block;
}

#feature a {
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

#feature a:link,
#feature a:visited {
  color: #000;
}

#feature figure a:hover {
  opacity: 0.7;
}

/*-------------------------
 fade
-------------------------*/
.fadeIn {
  opacity: 0;
  transition: all 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.fadeIn.is_show {
  opacity: 1;
}

.fadeUp {
  opacity: 0;
  transition: all 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform: translate(0, 20%);
}

.fadeUp.is_show {
  opacity: 1;
  transform: translate(0, 0);
}

.fadeDown {
  opacity: 0;
  transition: all 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform: translate(0, -20%);
}

.fadeDown.is_show {
  opacity: 1;
  transform: translate(0, 0);
}

.fadeLeft {
  opacity: 0;
  transition: all 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform: translate(20%, 0);
}

.fadeLeft.is_show {
  opacity: 1;
  transform: translate(0, 0);
}

.fadeRight {
  opacity: 0;
  transition: all 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform: translate(-20%, 0);
}

.fadeRight.is_show {
  opacity: 1;
  transform: translate(0, 0);
}


/*-------------------------
 top
-------------------------*/
#feature .hero {
  width: 50%;
  background-position: top;
  background-size: cover;
}

#feature .hero__sticky {
  position: sticky;
  top: 0;
}

.swiper-slide.slide01>div {
  background: url("../img/hero.jpg") center center / cover no-repeat;
  width: 100%;
  height: 100vh;
  background-position: top;

}

.swiper-slide.slide02>div {
  background: url("../img/hero02.jpg") center center / cover no-repeat;
  width: 100%;
  height: 100vh;
  background-position: top;
}

/*-------------------------
  content
-------------------------*/
#feature .flex {
  display: flex;
  width: 100%;
}

#feature .right_area {
  max-width: 45rem;
  width: 100%;
  margin: auto;
}

#feature h2 {
  font-family: "jaf-bernina-sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  padding-left: 0.5rem;
}

#feature .hero .item_subtext,
#feature .top .item_subtext,
#feature .sec01 .item_name {
  font-family: 游ゴシック体, 游ゴシック Medium, Yu Gothic Medium, Yu Gothic, YuGothic, Hiragino Kaku Gothic ProN, Meiryo, sans-serif;
}

#feature .hero h2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
  color: #fff;
  padding-left: 0.5rem;
}

#feature .hero .item_name {
  display: block;
  margin: 5.6rem auto 1.5rem;
  font-size: 2.9rem;
  letter-spacing: 0.165em;
  line-height: 1.86;
}

#feature .hero .item_subtext {
  font-size: 2rem;
  letter-spacing: 0.12em;
  line-height: 2.1;
}

@media (min-width: 1400px) {
  #feature .hero .item_name {
    font-size: 3.7rem;
  }
  #feature .hero .item_subtext {
    font-size: 2.55rem;
  }
}

#feature .hero .item_text {
  margin-top: 4.8rem;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  line-height: 2;
}


#feature .top .item_name {
  display: block;
  margin: 6.5rem auto 0.8rem;
  font-size: 2.5rem;
  letter-spacing: 0.21em;
  line-height: 2;
}

#feature .top .item_subtext {
  font-size: 1.9rem;
  letter-spacing: 0.09em;
  line-height: 2.1;
}

#feature .top .item_text {
  margin-top: 2.8rem;
  font-size: 1.4rem;
  letter-spacing: 0.13em;
  line-height: 2.05;
  padding-left: 0.5rem;
}

#feature .sec01 .item_name {
  display: block;
  margin: 3.5rem auto 1.7rem;
  font-size: 1.95rem;
  letter-spacing: 0.12em;
  line-height: 2;
}

#feature .sec01 .item_datail {
  font-size: 1.45rem;
  letter-spacing: 0.12em;
  line-height: 2;
}

#feature .sec01 .item_text {
  width: 36rem;
  margin: 2.3rem auto 0;
  font-size: 1.44rem;
  letter-spacing: 0.04em;
  line-height: 2;
  text-align: justify;
}

#feature .swiper-container {
  width: 100%;
  height: 100vh;
}

#feature .swiper-slide {
  width: 100%;
  margin: auto;
}

#feature .sec01 {
  margin: 10rem auto 0;
  max-width: 45rem;
  width: 100%;
}

#feature .img01 {
  width: 100%;
}

#feature .img02 {
  width: 38rem;
  margin: 9.7rem auto 0;
}

#feature .img03 {
  width: 32.4rem;
  margin: 8.3rem 0 0 0;
}

#feature .img04 {
  width: 34.2rem;
  margin: 3.6rem 0 0 auto;
}

#feature .img05 {
  width: 28.85rem;
  margin: 12rem 0 0 4.8rem;
}

#feature .img06 {
  width: 45rem;
  margin: 12rem auto 0;
}

#feature .img07 {
  width: 26.1rem;
  margin: 8.3rem 2.6rem 0 auto;
}

#feature .img08 {
  width: 29.8rem;
  margin: 3.5rem 0 0 2.8rem;
}

#feature .img09 {
  width: 32.5rem;
  margin: 8.3rem auto 0;
}

#feature .btn {
  width: 32.5rem;
  margin: 8.45rem auto 0;
}
