@charset "UTF-8";

/*-------------------------
 common
-------------------------*/
html {
  font-size: 10px;
}

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

.l-footer {
  padding: 0;
}

.pc-footer {
  margin: 0;
}

.l-container {
  width: auto;
  overflow: hidden;
}

img {
  max-width: 100%;
}

.js-fade {
  transition-property: opacity, transform;
  transition-duration: 1.5s;
  opacity: 0;
  transform: translateY(1.5rem);
}

.js-fade.is-active {
  opacity: 1;
  transform: translateY(0);
}

a img {
  transition: 0.7s;
}

a img:hover {
  opacity: 0.7;
}

.feature {
  font-feature-settings: "palt" 1;
  font-family: 'Yu Gothic', '游ゴシック', 'YuGothic', '游ゴシック体', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', Meiryo, メイリオ, Helvetica, Arial, sans-serif;
  color: #555555;
  background: #E4E4E4;
  padding-bottom: 12rem;
  font-weight: 500;
}

/*-------------------------
 fade
-------------------------*/
.feature .js-inview {
  opacity: 0;
  transform: translateY(15px);
  transition-duration: 1.5s;
}

.feature .js-inview.is-active {
  opacity: 1;
  transform: translateY(0);
}

/*-------------------------
 content
-------------------------*/

.mv__Inner {
  position: relative;
  width: 100%;
  height: auto;
  margin: auto;
}


.mv__Thum {
  /* position: absolute; */
  width: 90rem;
  margin: auto;
  padding-top: 6rem;
  padding-bottom: 8rem;
}



.mv__Subttl {
  text-align: center;
  font-size: 2.3rem;
  line-height: 1;
  letter-spacing: 0.14em;
  padding-bottom: 3rem;
  font-weight: 500;
}


.mv__Subttl span {
  display: block;
  font-size: 1.8rem;
  letter-spacing: 0.14em;
  margin-bottom: 2.7rem;
}

.mv__Txt {
  text-align: center;
  font-size: 1.4rem;
  line-height: 2em;
  letter-spacing: 0.085em;
}

.Txt {
  text-align: center;
  font-size: 1.4rem;
  line-height: 2em;
  letter-spacing: 0.085em;
}

.Ttl {
  position: relative;
  width: 100%;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  padding-bottom: 1.3rem;
  margin-bottom: 4rem;
}

.Ttl span {
  margin-left: -0.2rem;
}

.js-fade.is-active .Ttl:before {
  width: 100%;
}

.Ttl:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0.1rem;
  background: #555555;
  transition: 1.8s;
  transition-delay: 0.5s;
}


/** sec01 **/
.sec01__Inner {
  position: relative;
  width: 68rem;
  margin: auto;
  padding-top: 9.4rem;
}

.sec01__Flex {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4.5rem;
  padding-bottom: 4.5rem;
}

.sec01__Flex__item {
  position: relative;
  width: 68rem;
  margin: auto;
  display: flex;
  justify-content: space-between;
}

.sec01__Flex__item figure {
  width: 22rem;
}

.sec01__Flex-Thum {
  width: 37.5rem;
}


.sec01__Flex-Txt {
  width: 26rem;
  text-align: justify;
  font-size: 1.4rem;
  line-height: 2em;
  letter-spacing: 0.07em;
}

/** sec02 **/
.sec02__Inner {
  position: relative;
  width: 68rem;
  margin: auto;
  padding-top: 12rem;
}

.sec02__Box {
  margin-bottom: 3.8rem;
}

.sec02__Box-Flex-Thum {
  width: 47.2rem;
  margin: auto;
}

.sec02__Box-Txt {
  font-size: 1.4rem;
  line-height: 2em;
  letter-spacing: 0.065em;
  text-align: justify;
}

/** sec03 **/
.sec03__Inner {
  position: relative;
  margin: auto;
  padding-top: 11.3rem;
}

.sec03 .Txt {
  font-size: 2rem;
  letter-spacing: 0.14em;
  color: #FFFFFF;
  padding-top: 7rem;
}

.background-image {
  width: 100vw;
  background: url(../img/bg.jpg) no-repeat top center;
  background-size: auto 66.3rem, cover;
  position: relative;
  transform: translateX(-0.7rem);
}

.background-Txt .list {
  width: 62rem;
  margin: 3.7rem auto;
  padding-bottom: 8rem;
}


/** sec04 **/
.sec04__Inner {
  position: relative;
  width: 68rem;
  margin: auto;
  padding-top: 8.5rem;
}

.sec04__Flex__item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 4rem 4rem;
}

.sec04__Flex__item p {
  font-size: 1.8rem;
  font-family: "jaf-bernina-sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: -3.1rem 1.4rem 0 auto;
  text-align: right;
  color: #FFFFFF;
  line-height: 1;
}

.sec04__Flex__item figure {
  width: 32rem;
  height: 24rem;
}

.sec04__Flex-Txt {
  font-size: 1.4rem;
  line-height: 2em;
  letter-spacing: 0.06em;
  text-align: justify;
  margin-top: 3.7rem;
}

.checkitemBtn a {
  margin: 11.2rem auto 0;
  display: block;
  width: 44rem;
}
