html {
  scroll-behavior: smooth;
  scroll-padding-top: 8rem;
  font-size: 10px;
  -webkit-text-size-adjust: 100%;
  font-size: 0.6944444444vw;
}

.l-container {
  width: 100%;
}

.sp {
  display: none;
}

.feature {
  box-sizing: border-box;
  color: #000;
  margin: 0 auto;
  overflow: clip;
  position: relative;
  width: 100%;
  font-family: "poppins", "ryo-gothic-plusn", sans-serif;
  font-feature-settings: "palt";
}
.feature * {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  box-sizing: border-box;
  scroll-margin-top: 50px;
}
.feature a {
  color: #000;
  text-decoration: none;
}
.feature a:hover {
  opacity: 0.8;
}
.feature video {
  max-width: 100%;
}
.feature img {
  vertical-align: bottom;
  max-width: 100%;
}
.feature .wrap {
  display: flex;
  background: #f4f1ef;
}
.feature .wrap .leftcont {
  width: calc((100% - 51rem) / 2);
}
.feature .wrap .leftcont__Inner {
  position: sticky;
  top: 80px;
  width: 100%;
  height: calc(100vh - 80px);
}
.feature .wrap .leftcont figuere img {
  max-width: none;
  width: 100%;
}
.feature .wrap .rightcont {
  width: calc((100% - 51rem) / 2);
}
.feature .wrap .rightcont__Inner {
  position: sticky;
  top: 80px;
  width: 100%;
  height: calc(100vh - 80px);
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("./../img/bg_rightcont_pc.jpg");
  background-size: cover;
}
.feature .wrap .rightcont__List {
  display: flex;
  justify-content: space-between;
  width: 27rem;
}
.feature .wrap .rightcont__List li {
  width: 7.5rem;
}
.feature .wrap .rightcont__List li:nth-child(2) {
  width: 5.8rem;
}
.feature .wrap .rightcont__check {
  margin-top: 6.1rem;
  text-align: center;
}
.feature .wrap .rightcont__check a {
  display: inline-block;
  width: 17rem;
}
.feature .wrap .centercont {
  width: 50rem;
  overflow: clip;
  background: #fff;
  position: relative;
}
.feature .swiper-pagination {
  position: static;
  width: 100%;
  text-align: center;
  line-height: 1;
  margin-top: 0.6666666667rem;
}
.feature .swiper-pagination .swiper-pagination-bullet {
  width: 0.5333333333rem;
  height: 0.5333333333rem;
  opacity: 1;
  background: #bcbcbc;
  margin: 0 0 0 0.5333333333rem;
}
.feature .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #e2c9c9;
}
.feature .js-fade {
  opacity: 0;
  transition: opacity 2.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.feature .js-fade.is-active {
  opacity: 1;
}
.feature .mv {
  padding-top: 2.4666666667rem;
}
.feature .mv__Thum {
  margin-bottom: 5.2rem;
}
.feature .mv__Logo {
  width: 34.4rem;
  margin: 0 auto 4.1333333333rem;
}
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
.feature .mv__Line {
  width: 0.0666666667rem;
  height: 3.8rem;
  overflow: hidden;
  position: relative;
  margin: 0 auto 4.5333333333rem;
}
.feature .mv__Line:before {
  animation: scroll 2s infinite;
  background-color: #050000;
  top: 0;
  content: "";
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
}
.feature .mv__Txt {
  text-align: center;
  font-size: 1.6rem;
  line-height: 3.3333333333rem;
  letter-spacing: 0.12em;
  margin-bottom: 14rem;
}
.feature .items {
  margin-bottom: 10.6666666667rem;
}
.feature .items__List {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 4.5333333333rem;
}
.feature .items__List li {
  width: 10.9933333333rem;
}
.feature .items__List li:nth-child(1) {
  transform: translateY(-0.3333333333rem);
}
.feature .items__List li:nth-child(2) {
  width: 8.6266666667rem;
}
.feature .items__List li:nth-child(3) {
  transform: translateY(-1rem);
}
.feature .itemwrap__Ttl {
  font-size: 4rem;
  text-align: center;
  line-height: 1;
  padding-bottom: 0.6666666667rem;
  border-bottom: 0.0666666667rem solid #050000;
  margin-bottom: 8.6666666667rem;
  letter-spacing: 0.025em;
  font-family: "collier", sans-serif;
  font-weight: 100;
  font-style: normal;
}
.feature .itemwrap#item03 .itemwrap__Ttl {
  margin-bottom: 9.6rem;
}
.feature .sec {
  margin-bottom: 14.3333333333rem;
}
.feature .sec__Flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 2rem;
  margin-bottom: 2rem;
}
.feature .sec__Flex-Personal {
  display: flex;
  flex-flow: column;
  gap: 1.3333333333rem;
}
.feature .sec__Flex-Personal-Name {
  display: flex;
  align-items: flex-end;
  letter-spacing: -0.02em;
  margin-bottom: -0.1333333333rem;
}
.feature .sec__Flex-Personal-Name span {
  font-size: 2.8rem;
  line-height: 1;
  font-weight: 500;
}
.feature .sec__Flex-Personal-Name span.-eng {
  font-size: 4.7466666667rem;
  font-family: "collier", sans-serif;
  font-weight: 100;
  font-style: normal;
  letter-spacing: 0.05em;
}
.feature .sec__Flex-Personal-Name span small {
  font-size: 2rem;
}
.feature .sec__Flex-Personal-Name a {
  width: 2rem;
  margin-left: 1.3333333333rem;
}
.feature .sec__Flex-Personal-Position {
  font-size: 1.4666666667rem;
}
.feature .sec__Flex-Size {
  font-size: 1.4666666667rem;
  line-height: 2rem;
  text-align: right;
}
.feature .sec__Swiper .swiper-slide {
  width: 41rem;
  padding: 0 0.5rem;
}
.feature .sec__Swiper {
  margin-bottom: 4.5333333333rem;
}
.feature .sec__Comment {
  width: 44.3333333333rem;
  padding: 0 2.3333333333rem 0.6666666667rem;
  border-left: 0.0666666667rem solid #050000;
  border-right: 0.0666666667rem solid #050000;
  margin: auto;
}
.feature .sec__Comment dt {
  text-align: center;
  font-size: 1.3333333333rem;
  margin-bottom: 1.6666666667rem;
  font-weight: 600;
}
.feature .sec__Comment dd {
  text-align: justify;
  font-size: 1.4666666667rem;
  line-height: 2.5333333333rem;
}
.feature .sec.sec01 .sec__Flex-Personal-Name {
  margin-bottom: -0.6666666667rem;
}
.feature .sec.sec01 .sec__Flex-Personal-Name a {
  transform: translateY(-0.6666666667rem);
  margin-left: 0.6666666667rem;
}
.feature .sec.sec01 .sec__Flex-Size {
  transform: translateY(0.6666666667rem);
}
.feature .sec.sec02 .sec__Swiper {
  margin-bottom: 4.6666666667rem;
}
.feature .sec.sec03 {
  margin-bottom: 15.6666666667rem;
}
.feature .sec.sec03 .sec__Swiper {
  margin-bottom: 4.9333333333rem;
}
.feature .sec.sec04 .sec__Flex-Personal-Name {
  margin-bottom: -1rem;
}
.feature .sec.sec04 .sec__Flex-Personal-Name a {
  transform: translateY(-1rem);
  margin-left: 0.6666666667rem;
}
.feature .sec.sec04 .sec__Flex-Size {
  transform: translateY(0.6666666667rem);
}
.feature .sec.sec04 .sec__Swiper {
  margin-bottom: 4.6666666667rem;
}
.feature .sec.sec05 {
  margin-bottom: 14.6666666667rem;
}
.feature .sec.sec05 .sec__Swiper {
  margin-bottom: 4.9333333333rem;
}
.feature .sec.sec06 {
  margin-bottom: 14.1333333333rem;
}
.feature .sec.sec06 .sec__Flex-Personal-Name a {
  transform: translateY(-0.3333333333rem);
}
.feature .sec.sec06 .sec__Swiper {
  margin-bottom: 4.6666666667rem;
}
.feature .sec.sec07 {
  margin-bottom: 15.6666666667rem;
}
.feature .sec.sec07 .sec__Swiper {
  margin-bottom: 4.9333333333rem;
}
.feature .sec.sec08 .sec__Flex-Size {
  transform: translateY(0.2rem);
}
.feature .sec.sec08 .sec__Swiper {
  margin-bottom: 4.9333333333rem;
}
.feature .sec.sec09 {
  margin-bottom: 15rem;
}
.feature .sec.sec09 .sec__Swiper {
  margin-bottom: 4.9333333333rem;
}
.feature .checkallitem {
  text-align: center;
  margin-bottom: 8.5333333333rem;
}
.feature .checkallitem a {
  display: inline-block;
  width: 37.3333333333rem;
}
.feature .relation {
  margin-bottom: 8.6666666667rem;
}
.feature .relation__Ttl {
  text-align: center;
  font-size: 1.8666666667rem;
  margin-bottom: 3.2rem;
  font-family: "seiwa-do-l", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.feature .relation__Thum {
  width: 42.6666666667rem;
  margin: auto;
}
.feature .about {
  border: 0.0666666667rem solid #303030;
  width: 42.6666666667rem;
  padding: 2.6666666667rem 2.4rem 1.7333333333rem;
  margin: 0 auto;
  letter-spacing: 0.032em;
}
.feature .about__Ttl {
  text-align: center;
  font-size: 1.3333333333rem;
  margin-bottom: 2rem;
}
.feature .about__Txt {
  text-align: justify;
  font-size: 1.4666666667rem;
  line-height: 2.5333333333rem;
}

.l-footer {
  padding: 0;
}

.pc-footer {
  margin: 0;
}