html {
  scroll-behavior: smooth;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}

@media screen and (max-width: 1400px) {
  html {
    font-size: 0.7142857143vw;
  }
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  box-sizing: border-box;
}

.js-fade {
  transform: translateY(4rem);
  opacity: 0;
  transition: opacity 1.5s ease, transform 1.5s ease;
}
.js-fade.is-active {
  transform: translateY(0);
  opacity: 1;
}

.feature {
  box-sizing: border-box;
  color: #555555;
  background: #E3E3E3;
  margin: 0 auto;
  position: relative;
  width: 100%;
}
.feature * {
  scroll-margin-top: 50px;
}
.feature a {
  color: #000;
  text-decoration: none;
}
.feature img {
  vertical-align: bottom;
  max-width: 100%;
}
.feature .wrap {
  display: flex;
}
.feature .wrap .LeftCont {
  width: 50%;
}
.feature .wrap .LeftCont__Inner {
  position: sticky;
  top: 80px;
  width: 100%;
  height: calc(100vh - 80px);
  background-image: url(./../img/img_mv.jpg);
  background-size: cover;
  background-repeat: no-repeat, no-repeat;
  background-position: center;
}
.feature .wrap .LeftCont__Ttl {
  position: absolute;
  bottom: 16.5rem;
  width: 100%;
  text-align: center;
  left: 0;
  font-size: 2.4rem;
  line-height: 5.28rem;
  letter-spacing: 0.09em;
  font-weight: 500;
  color: #fff;
  opacity: 0;
  transition: all 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-delay: 0.2s;
}
.feature .wrap .LeftCont__Ttl.is-active {
  opacity: 1;
}
.feature .wrap .RightCont {
  background: #E3E3E3;
  width: 50%;
  padding-bottom: 3rem;
}
.feature .wrap .RightCont__Inner {
  background: #E3E3E3;
  overflow: hidden;
  width: 45rem;
  margin: auto;
}
.feature .mv {
  padding-top: 7.8rem;
  margin-bottom: 9.96rem;
}
.feature .mv__Ttl {
  text-align: center;
  margin-bottom: 1.8rem;
  font-size: 2.28rem;
  line-height: 4.8rem;
  letter-spacing: 0.06em;
  font-weight: 500;
}
.feature .mv__Txt {
  text-align: center;
  font-size: 1.44rem;
  line-height: 2.88rem;
  letter-spacing: 0.06em;
}
.feature .sec01 {
  margin-bottom: 8.7rem;
}
.feature .sec01__Inner {
  width: 36rem;
  margin: auto;
}
.feature .sec01__Thum {
  margin-bottom: 4.56rem;
}
.feature .sec01__Ttl {
  text-align: center;
  line-height: 1;
  margin-bottom: 2.7rem;
  font-size: 1.92rem;
  font-weight: 500;
}
.feature .sec01__Detail {
  text-align: center;
  margin-bottom: 2.28rem;
  font-size: 1.44rem;
  line-height: 2.88rem;
  letter-spacing: 0.12em;
  font-family: "jaf-bernina-sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.feature .sec01__Txt {
  text-align: justify;
  font-size: 1.44rem;
  line-height: 2.88rem;
}
.feature .sec02 {
  margin-bottom: 8.7rem;
}
.feature .sec02__Inner {
  width: 39.6rem;
  margin: auto;
}
.feature .sec02__Thum {
  margin-bottom: 3rem;
}
.feature .sec02__Ttl {
  text-align: center;
  margin-bottom: 1.2rem;
  font-size: 1.92rem;
  line-height: 3.84rem;
  letter-spacing: 0.12em;
  font-weight: 500;
  font-family: "jaf-bernina-sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.feature .sec02__Ttl span {
  display: inline-flex;
  align-content: center;
}
.feature .sec02__Ttl span:before {
  margin-right: 1.26rem;
  display: inline-block;
  content: "";
  width: 3.06rem;
  height: 3.12rem;
  transform: translateY(0.36rem);
  background: url("./../img/color_khaki.svg");
  background-size: cover;
}
.feature .sec02__Txt {
  text-align: justify;
  font-size: 1.44rem;
  line-height: 2.88rem;
  letter-spacing: -0.018em;
  word-break: break-all;
}
.feature .sec03 {
  margin-bottom: 7.5rem;
}
.feature .sec03__Inner {
  width: 39.6rem;
  margin: auto;
}
.feature .sec03__Thum {
  margin-bottom: 3.24rem;
}
.feature .sec03__Ttl {
  text-align: center;
  margin-bottom: 1.2rem;
  font-size: 1.92rem;
  line-height: 3.84rem;
  letter-spacing: 0.12em;
  font-weight: 500;
  font-family: "jaf-bernina-sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.feature .sec03__Ttl span {
  display: inline-flex;
  align-content: center;
}
.feature .sec03__Ttl span:before {
  margin-right: 1.2rem;
  display: inline-block;
  content: "";
  width: 3.12rem;
  height: 3.12rem;
  transform: translateY(0.36rem);
  background: url("./../img/color_beige.svg");
  background-size: cover;
}
.feature .sec03__Txt {
  text-align: justify;
  font-size: 1.44rem;
  line-height: 2.88rem;
  word-break: break-all;
  letter-spacing: -0.04em;
}
.feature .allitembtn {
  text-align: center;
  margin-bottom: 7.2rem;
}
.feature .allitembtn a {
  width: 32.4rem;
  display: inline-block;
}

.l-container {
  width: 100%;
}

.l-footer {
  padding: 0;
}

.pc-footer {
  margin: 0;
}