html {
  scroll-behavior: smooth;
  font-size: 0.7142857143vw;
  -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 {
  opacity: 0;
  transition: all 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.js-fade.js-fade-bottom {
  transform: translateY(5%);
}
.js-fade.js-fade-left {
  transform: translateX(5%);
}
.js-fade.js-fade-right {
  transform: translateX(-5%);
}
.js-fade.is-active {
  opacity: 1;
  transform: translateY(0);
  transition: all 1.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.feature {
  box-sizing: border-box;
  color: #58595B;
  margin: 0 auto;
  font-feature-settings: "palt";
  overflow: clip;
  position: relative;
  width: 100%;
  font-family: yu-gothic-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.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%;
  background: #E4EDE5;
}
.feature .wrap .LeftCont__Inner {
  position: sticky;
  top: 80px;
  width: 100%;
  height: calc(100vh - 80px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.feature .wrap .LeftCont__Inner .mv {
  position: relative;
  width: 42rem;
  height: 56rem;
}
.feature .wrap .LeftCont__Inner .mv__Thum {
  overflow: hidden;
  width: 42rem;
}
.feature .wrap .LeftCont__Inner .mv__Thum img {
  transform: scale(1.1);
  transition: all 1.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 0;
}
.feature .wrap .LeftCont__Inner .mv__Thum.is-active img {
  opacity: 1;
  transform: scale(1);
}
.feature .wrap .LeftCont__Inner .mv__Ttl {
  position: absolute;
  top: 35rem;
  left: 7rem;
  width: 27.7rem;
}
.feature .wrap .RightCont {
  background: #fff;
  width: 50%;
}
.feature .wrap .RightCont__Inner {
  background: #F4F1EA;
  overflow: hidden;
  width: 44rem;
  margin: auto;
}
.feature .credit .item {
  display: inline-block;
  position: relative;
  padding-right: 0.352rem;
  margin-right: 0.704rem;
}
.feature .credit .item:after {
  position: absolute;
  right: 0;
  content: ",";
  color: #943232;
  bottom: 0;
}
.feature .credit .item .link {
  color: #943232;
  font-family: "nunito-sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.2906666667rem;
}
.feature .credit .item .link .price {
  padding-left: 0.176rem;
}
.feature .credit .item.-mr0, .feature .credit .item:last-child {
  padding-right: 0;
  margin-right: 0;
}
.feature .credit .item.-mr0:after, .feature .credit .item:last-child:after {
  display: none;
}
.feature .sec01 {
  padding: 6.4533333333rem 0 10.56rem;
}
.feature .sec01__Txt {
  text-align: center;
  font-size: 1.4666666667rem;
  line-height: 2.9333333333rem;
  letter-spacing: 0.176rem;
  margin-bottom: 7.3333333333rem;
}
.feature .sec01__Model.-model01 {
  margin-left: auto;
  margin-bottom: 4.6933333333rem;
  width: 38.72rem;
}
.feature .sec01__Model.-model02 {
  margin-bottom: 4.6933333333rem;
}
.feature .sec01__Model.-model02 .swiper-slide {
  width: 32.736rem;
  padding-right: 1.936rem;
}
.feature .sec01__Model.-model03 {
  margin: auto;
  width: 36.08rem;
  position: relative;
}
.feature .sec01__Model.-model03 .sec01__Model-Ttl {
  position: absolute;
  pointer-events: none;
  top: 21.4133333333rem;
  left: 50%;
  transform: translateX(-50%);
  width: 39.3066666667rem;
  display: flex;
  justify-content: space-between;
  font-size: 4.3413333333rem;
  line-height: 1;
  font-family: "petersburg-web", serif;
  font-weight: 400;
  font-style: normal;
  color: #943232;
  z-index: 10;
}
.feature .sec01__Model.-model03 .sec01__Model-Ttl span:first-of-type {
  opacity: 0;
  transform: translate3d(-10%, 0, 0);
}
.feature .sec01__Model.-model03 .sec01__Model-Ttl span:last-of-type {
  opacity: 0;
  transform: translate3d(10%, 0, 0);
}
.feature .sec01__Model.-model03 .sec01__Model-Ttl.is-active span {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: opacity 680ms cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 680ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.feature .sec01__Model.-model03 img {
  opacity: 0;
  transition: all 1.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform: scale(1.1);
}
.feature .sec01__Model.-model03 > a {
  display: block;
  overflow: hidden;
  border-radius: 100%;
}
.feature .sec01__Model.-model03 .credit {
  margin-top: 1.76rem;
  text-align: center;
}
.feature .sec01__Model.-model03.is-active img {
  opacity: 1;
  transform: scale(1);
}
.feature .sec02 {
  padding-bottom: 10.56rem;
}
.feature .sec02__Model.-model01 {
  width: 31.68rem;
  overflow: hidden;
}
.feature .sec02__Model.-model01 .swiper {
  position: relative;
}
.feature .sec02__Model.-model01 .swiper-pagination {
  position: absolute;
  bottom: 1.1733333333rem;
  right: 1.1733333333rem;
  width: calc(100% - 1.1733333333rem);
  text-align: right;
}
.feature .sec02__Model.-model01 .swiper-pagination-bullet {
  width: 0.5866666667rem;
  height: 0.5866666667rem;
  border: 0.0586666667rem solid #943232;
  box-sizing: border-box;
  background: none;
  opacity: 1;
  margin: 0 0.5866666667rem;
}
.feature .sec02__Model.-model01 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #943232;
}
.feature .sec02__Model.-model02 {
  width: 36.96rem;
  margin-left: 4.9866666667rem;
  overflow: hidden;
}
.feature .sec02__Model.-model02 .swiper {
  position: relative;
}
.feature .sec02__Model.-model02 .swiper-pagination {
  position: absolute;
  bottom: 1.1733333333rem;
  right: 1.1733333333rem;
  width: calc(100% - 1.1733333333rem);
  text-align: right;
}
.feature .sec02__Model.-model02 .swiper-pagination-bullet {
  width: 0.5866666667rem;
  height: 0.5866666667rem;
  border: 0.0586666667rem solid #943232;
  box-sizing: border-box;
  background: none;
  opacity: 1;
  margin: 0 0.5866666667rem;
}
.feature .sec02__Model.-model02 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #943232;
}
.feature .sec02__Model.-model02 .credit {
  margin-top: 2.0533333333rem;
  text-align: right;
}
.feature .sec02__Cherry {
  margin: 2.112rem auto;
}
.feature .sec02__Cherry .swiper-wrapper {
  transition-timing-function: linear;
}
.feature .sec02__Cherry .swiper-slide {
  width: 15.84rem;
  font-size: 3.9893333333rem;
  padding-right: 3.344rem;
  color: #943232;
  font-family: "petersburg-web", serif;
  font-weight: 400;
  font-style: normal;
}
.feature .sec03 {
  padding-bottom: 10.4426666667rem;
}
.feature .sec03__Model.-model01 {
  margin-bottom: 8.5066666667rem;
  overflow: hidden;
}
.feature .sec03__Model.-model01 img {
  transform: scale(1.1);
  transition: all 1.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 0;
}
.feature .sec03__Model.-model01.is-active img {
  opacity: 1;
  transform: scale(1);
}
.feature .sec03__Model.-model02 {
  width: 33.44rem;
  transform: translateX(-3.2266666667rem);
  position: relative;
  z-index: 10;
}
.feature .sec03__Model.-model02 > a {
  display: inline-block;
}
.feature .sec03__Model.-model02 .sec03__Model-Ttl {
  position: absolute;
  width: 20.5333333333rem;
  top: -4.1066666667rem;
  right: -4.4rem;
  pointer-events: none;
}
.feature .sec03__Model.-model03 {
  width: 34.32rem;
  margin-left: auto;
  margin-top: -2.9333333333rem;
}
.feature .sec03__Model.-model03 .credit {
  padding-right: 1.8773333333rem;
  margin-top: 2.0533333333rem;
  text-align: right;
}
.feature .sec04 {
  padding-bottom: 10.56rem;
}
.feature .sec04__Model.-model01 {
  width: 33.44rem;
  margin-bottom: 4.6933333333rem;
}
.feature .sec04__Model.-model02 {
  width: 29.92rem;
  margin-left: auto;
  margin-bottom: 5.3386666667rem;
  position: relative;
}
.feature .sec04__Model.-model02 .sec04__Model-Ttl {
  position: absolute;
  left: -3.52rem;
  bottom: -2.0533333333rem;
  letter-spacing: 0.02em;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  color: #943232;
  font-size: 4.1066666667rem;
  font-family: "petersburg-web", serif;
  font-weight: 400;
  font-style: normal;
  pointer-events: none;
}
.feature .sec04__Model.-model02 .sec04__Model-Ttl span {
  opacity: 0;
  display: inline-block;
  transition: all 0.4s ease;
}
.feature .sec04__Model.-model02 .sec04__Model-Ttl.is-active span {
  opacity: 1;
}
.feature .sec04__Model.-model03 {
  width: 39.072rem;
  margin: 0 auto 10.4426666667rem;
}
.feature .sec04__Model.-model03 > a {
  overflow: hidden;
  display: block;
}
.feature .sec04__Model.-model03 > a img {
  transform: scale(1.1);
  transition: all 1.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 0;
}
.feature .sec04__Model.-model03.is-active > a img {
  opacity: 1;
  transform: scale(1);
}
.feature .sec04__Model.-model03 .credit {
  margin-top: 1.936rem;
  text-align: center;
}
.feature .sec04__Model.-model04 {
  width: 31.68rem;
  margin: 0 auto;
}
.feature .sec04__Model.-model04 .credit {
  margin-top: 1.76rem;
  text-align: right;
}
.feature .sec05 {
  padding-bottom: 10.56rem;
}
.feature .sec05__Model.-model01 {
  margin-bottom: 4.6933333333rem;
  position: relative;
}
.feature .sec05__Model.-model01 .sec05__Model-Ttl {
  position: absolute;
  left: 2.4053333333rem;
  top: 2.64rem;
  writing-mode: vertical-rl;
  color: #943232;
  font-size: 1.76rem;
  line-height: 2.2rem;
  font-family: "petersburg-web", serif;
  font-weight: 400;
  font-style: normal;
  pointer-events: none;
}
.feature .sec05__Model.-model02 {
  width: 30.8rem;
  margin-left: 11.1466666667rem;
  margin-bottom: 4.6933333333rem;
  position: relative;
}
.feature .sec05__Model.-model03 {
  width: 36.08rem;
  margin: 0 auto;
  position: relative;
}
.feature .sec05__Model.-model03 .sec05__Model-Ttl {
  z-index: 10;
  position: absolute;
  pointer-events: none;
  top: 21.7066666667rem;
  left: 50%;
  transform: translateX(-50%);
  width: 39.3066666667rem;
  display: flex;
  justify-content: space-between;
  font-size: 4.3413333333rem;
  line-height: 1;
  font-family: "petersburg-web", serif;
  font-weight: 400;
  font-style: normal;
  color: #943232;
}
.feature .sec05__Model.-model03 .sec05__Model-Ttl.is-active span {
  opacity: 1 !important;
  transform: translate3d(0, 0, 0) !important;
  transition: opacity 680ms cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 680ms cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
}
.feature .sec05__Model.-model03 .sec05__Model-Ttl span:first-of-type {
  opacity: 0;
  transform: translate3d(-10%, 0, 0);
}
.feature .sec05__Model.-model03 .sec05__Model-Ttl span:last-of-type {
  opacity: 0;
  transform: translate3d(10%, 0, 0);
}
.feature .sec05__Model.-model03 .credit {
  text-align: center;
  margin-top: 3.5rem;
}
.feature .sec05__Model.-model03 > a {
  display: block;
  overflow: hidden;
  border-radius: 100%;
}
.feature .sec05__Model.-model03 img {
  opacity: 0;
  transition: all 1.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform: scale(1.1);
}
.feature .sec05__Model.-model03.is-active img {
  opacity: 1;
  transform: scale(1);
}
.feature .sec06 {
  padding-bottom: 14rem;
}
.feature .sec06__Allitem {
  text-align: center;
  margin-bottom: 8.6826666667rem;
}
.feature .sec06__Allitem a {
  letter-spacing: -0.03em;
  transform: translateX(-0.2933333333rem);
  display: inline-block;
  font-size: 4.576rem;
  font-family: "petersburg-web", serif;
  font-weight: 400;
  font-style: normal;
  color: #943232;
  font-style: italic;
  line-height: 1;
  padding-bottom: 1.1733333333rem;
  border-bottom: 0.0293333333rem solid #943232;
  position: relative;
}
.feature .sec06__Allitem a:before {
  position: absolute;
  bottom: 0.2933333333rem;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #943232;
}
.feature .sec06__Staff {
  text-align: center;
  font-size: 1.2906666667rem;
  line-height: 2.2586666667rem;
  font-family: "nunito-sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #943232;
}

.l-container {
  width: 100%;
}

.l-footer {
  padding: 0;
}

.pc-footer {
  margin: 0;
}