@charset "UTF-8";

html {
  font-size: 10px;
}

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

/*-------------------------
 common
-------------------------*/
.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;
  color: #555555;
  background: #E4E4E4;
  padding-bottom: 12rem;
  font-weight: 500;
}
.l-footer {
  padding: 0;
}
.pc-footer {
  margin: 0;
}
/*-------------------------
  content
-------------------------*/
.mv__Thum {
  width: 90rem;
  margin: auto;
  padding-top: 5.5rem;
}
.mv__Subttl {
  font-size: 2.5rem;
  line-height: 1;
  letter-spacing: 0.12em;
  font-weight: 500;
  text-align: center;
  margin-top: 8rem;
  margin-left: 0.3rem;
}
.mv__Txt {
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.12em;
  font-weight: 500;
  text-align: center;
  margin-top: 11.8rem;
  margin-left: 0.4rem;
}
.Txt {
  width: 66rem;
  margin: 3.8rem auto;
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  line-height: 2;
  text-align: justify;
}
.list {
  width: 66rem;
  margin: 4.8rem auto 0;
}
.sec__Flex {
  display: flex;
  width: 66rem;
  margin: auto;
  justify-content: space-between;
  align-items: center;
}
.sec02 .sec__Flex {
  flex-direction: row-reverse;
  width: 66rem;
}
.sec03 .sec__Flex {
  margin-top: 6rem;
}
.sec__Flex-Thum {
  width: 32rem;
}
.sec__Flex-Txt span img {
  width: 15rem;
  display: block;
  margin-bottom: 3rem;
}
.sec__Flex-Txt {
  width: 29.5rem;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.075em;
  font-weight: 500;
  margin-top: 1.2rem;
  text-align: justify;
}
.sec03 .sec__Flex-Txt {
  margin-top: 0;
}
.sec__Inner {
  width: 66rem;
  margin: 11.2rem auto 0;
}
.sec02 .sec__Inner {
  width: 66rem;
  margin: 8rem auto 0;
}
.sec03 .sec__Thum {
  width: 52rem;
  margin: auto;
}
.sec03 .sec__Inner {
  width: 66rem;
  margin: 12rem auto 0;
}
.checkitemBtn {
  width: 44rem;
  margin: 12rem auto 0;
}