@charset "UTF-8";

html {
  font-size: 0.4857143vw;
  scroll-behavior: smooth;
}

@media screen and (min-width: 1400px) {
  html {
    font-size: 6.8px;
  }
}


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;
}

.l-footer {
  padding: 0;
}

.pc-footer {
  margin: 0;
}

#feature {
  box-sizing: border-box;
  overflow: clip;
  position: relative;
  font-family: "yu-gothic-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt";
  display: block;
  width: 100%;
  background: #fafaf0;
}

#feature .feature__inner {
  width: 75rem;
  position: relative;
  background: #fafaf0;
  order: 2;
}

#feature a {
  transition: all 0.3s ease-in-out;
  display: block;
  transform: none;
  text-decoration: none;
}

#feature a:hover {
  opacity: 0.7;
  transition: 0.3s;
}

#feature img,
svg,
video {
  width: 100%;
  height: auto;
  display: block;
}

.l-container {
  width: 100%;
  overflow: clip;
}

#feature .pc_content {
  display: grid;
  grid-template-columns: 1fr 75rem 1fr;
}

#feature .left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: calc(100vh - 80px);
  overflow: hidden;
  position: sticky;
  left: 0;
  top: 80px;
  order: 1;
}

#feature .left figure {
  width: 40rem;
  margin: 0 auto 8rem;
}

#feature .right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: calc(100vh - 80px);
  overflow: hidden;
  position: sticky;
  left: 0;
  top: 80px;
  order: 3;
}

#feature .nav_list {
  position: relative;
  font-size: 2.35rem;
  letter-spacing: 0.25em;
  line-height: 2.5;
  font-family: "pragmatica", sans-serif;
  font-weight: 300;
  font-style: normal;
}

#feature .nav_list>li a::before {
  content: "";
  display: inline-block;
  width: 1.8rem;
  height: 1.3rem;
  background: url("../img/pc-arrow.png") no-repeat center / cover;
  margin-right: 2.2rem;
  margin-bottom: 0.5rem;
  vertical-align: middle;
}

#feature .nav_list a {
  color: #1e1e1e;
}

/*-------------------------
 fade_anim
-------------------------*/
#feature .fadeIn {
  opacity: 0;
  filter: blur(1rem);
  transition: transform 0.8s ease, opacity 0.8s ease, filter 0.8s ease;
}

#feature .fadeIn.active {
  opacity: 1;
  transform: translate(0, 0) scale(1);
  filter: blur(0);
}

#feature .sticky_container {
  position: relative;
  margin-top: 6.3rem;
}

#feature .sticky_container .sticky_item {
  position: sticky;
  top: 80px;
}

#feature .sticky_container figure {
  width: 100%;
  height: auto;
  display: block;
}

#feature .sticky {
  position: sticky;
}

#feature .swiper {
  width: 75rem;
  height: fit-content;
  margin: 25rem 0 0 auto;
  overflow: hidden;
  position: relative;
  z-index: 10;
}

#feature .swiper .swiper-slide {
  width: 67rem;
  height: fit-content;
  padding-right: 4rem;
}

#feature .anchor {
  scroll-margin-top: 8rem;
}

#feature .anchor01 {
  scroll-margin-top: -3rem;
}

#feature .anchor02 {
  scroll-margin-top: -3rem;
}

/*-------------------------
 hero
-------------------------*/
#feature .hero {
  width: 75rem;
  height: fit-content;
  position: relative;
  z-index: 20;
}

#feature .hero_ttl {
  width: 63.5rem;
  position: absolute;
  top: 31.2rem;
  left: 50%;
  transform: translate(-50%);
}

#feature .hero_ttl p {
  font-size: 3rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: center;
  margin-top: 9.7rem;
  color: #cc556c;
}

#feature .comingsoon {
  position: relative;
  margin-top: 12.8rem;
}

#feature .comingsoon {
  width: 71.2rem;
  height: 72.8rem;
  margin: -17rem auto 0;
  padding-top: 17rem;
  background-image: url("../img/border.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

#feature .comingsoon .ttl {
  font-size: 3rem;
  letter-spacing: 0.15em;
  color: #c03a53;
  text-align: center;
  margin: 0 auto 0 0.4rem;
  padding-top: 6.5rem;
  font-family: "pragmatica", sans-serif;
  font-weight: 300;
  font-style: normal;
}

#feature .comingsoon figure {
  width: 41.41095rem;
  margin: 3.3rem auto 0;
}

#feature .comingsoon p {
  padding-top: 6.8rem;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  line-height: 2;
  text-align: center;
  color: #1e1e1e;
}

/*-------------------------
 content
-------------------------*/
#feature .section__inner {
  width: 100%;
}

#feature .block_area {
  position: relative;
  height: fit-content;
}

#feature .sec02 {
  background: #fafaf0;
  border-top-left-radius: 37rem;
  border-top-right-radius: 37rem;
  padding-bottom: 26rem;
}

#feature .sec03 {
  background: #fff;
  border-top-left-radius: 37rem;
  border-top-right-radius: 37rem;
}

/*-------------------------
 image
-------------------------*/
#feature .ttl01 {
  width: 44.90832rem;
  margin: 20rem auto 0;
  pointer-events: none;
}

#feature .ttl02 {
  width: 63.74893rem;
  margin: 12rem auto 0;
  pointer-events: none;
}

#feature .ttl03 {
  width: 49.69919rem;
  margin: 0 auto;
  padding-top: 19.8rem;
  pointer-events: none;
}

#feature .ttl04 {
  width: 41.26432rem;
  margin: 0 auto;
  padding-top: 19.2rem;
  pointer-events: none;
}

#feature .item_detail p:nth-of-type(1) {
  font-size: 3.2rem;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 4.9rem;
  color: #1e1e1e;
}

#feature .item_detail p:nth-of-type(2) {
  font-size: 2.6rem;
  letter-spacing: 0.025em;
  text-align: center;
  margin-top: 1.3rem;
  font-family: "pragmatica", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #1e1e1e;
}

#feature .item_detail02 {
  margin-top: 10.6rem;
}

#feature .item_area {
  display: flex;
  width: 69rem;
  margin: 3.5rem auto 0;
}

#feature .item_set {
  margin: auto;
  text-align: center;
}

#feature .buy {
  margin: 2rem auto 0;
  display: inline-block;
}

#feature .buy a {
  width: 10rem;
  height: 4rem;
  font-size: 2.4rem;
  letter-spacing: 0.15em;
  text-align: center;
  padding-left: 0.4rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #c03a53;
  border-radius: 5rem;
  font-family: "pragmatica", sans-serif;
  font-weight: 300;
  font-style: normal;
}

#feature .staff {
  width: 14.94404rem;
  position: absolute;
  top: 83.5rem;
  left: 50%;
  transform: translate(-50%);
  z-index: 20;
  pointer-events: none;
}

#feature .staff_area p {
  width: 75rem;
  font-size: 2rem;
  letter-spacing: 0.025em;
  line-height: 1.9;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 94.3rem;
  left: 50%;
  transform: translate(-50%);
  z-index: 20;
  font-family: "pragmatica", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  pointer-events: none;
}

#feature .img01 {
  width: 71rem;
  margin: 0 auto;
}

#feature .img01_2 {
  width: 61rem;
  margin: 0 auto;
  padding-bottom: 7.7rem;
}

#feature .img01_2 figure {
  background: #fff;
}

#feature .img02 {
  width: 63rem;
  margin: 0 auto;
}

#feature .img03 {
  width: 50rem;
  margin: -3rem auto 0;
  position: relative;
  z-index: 20;
}

#feature .img04 {
  width: 66rem;
  margin: 24.8rem 0 0 auto;
}

#feature .img05 {
  width: 55rem;
  margin: 8rem auto 0 3rem;
}

#feature .img06 {
  width: 75rem;
  margin: 15rem auto 0;
}

#feature .img06_txt {
  width: 63rem;
  position: absolute;
  top: 44.4rem;
  left: 50%;
  transform: translate(-50%);
  z-index: 20;
  pointer-events: none;
}

#feature .img07 {
  width: 63rem;
  margin: 6.3rem auto 0;
}

#feature .img08 {
  width: 55rem;
  margin: 8rem auto 0;
}

#feature .img09 {
  width: 71rem;
  margin: 25rem auto 0;
}

#feature .img09_2 {
  width: 61rem;
  margin: 0 auto;
  padding-bottom: 7.7rem;
}

#feature .img09_2 figure {
  background: #fff;
}

#feature .img10 {
  width: 75rem;
  margin: 20rem auto 0;
}

#feature .img10_txt {
  width: 46rem;
  position: absolute;
  top: 32.4rem;
  left: 50%;
  transform: translate(-50%);
  z-index: 20;
  pointer-events: none;
}

#feature .img11 {
  width: 66rem;
  margin: 25rem auto 0 0;
}

#feature .img12 {
  width: 58rem;
  margin: 8rem 0 0 auto;
}

#feature .img13 {
  width: 23rem;
  margin: 0 auto;
}

#feature .img14 {
  width: 23rem;
  margin: 0 auto;
}

#feature .img15 {
  width: 23rem;
  margin: 0 auto;
}

#feature .img16 {
  width: 23rem;
  margin: 0 auto;
}

#feature .img17 {
  width: 23rem;
  margin: 0 auto;
}

#feature .img18 {
  width: 23rem;
  margin: 0 auto;
}

#feature .img19 {
  width: 75rem;
  margin: 20rem auto 0;
}

/*-------------------------
 credit
-------------------------*/
#feature .credit {
  font-size: 2rem;
  letter-spacing: 0.025em;
  line-height: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 1.8rem;
  font-family: "pragmatica", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
}

#feature .credit a {
  color: #58595b;
}

#feature .credit01 {
  margin: 4.1rem auto 0 2rem;
  width: 36rem;
}

#feature .credit02 {
  margin: 4.1rem auto 0;
  width: 50rem;
}

#feature .credit03 {
  margin: 4rem auto 0 3rem;
  width: 52rem;
}

#feature .credit04 {
  margin: 4rem auto 0 10rem;
  width: 40rem;
}

#feature .credit05 {
  margin: 4rem auto 0 2rem;
  width: 52rem;
}

#feature .credit06 {
  margin: 4rem auto 0 17rem;
  width: 48rem;
}

#feature .credit07 {
  margin: 2.8rem 0 0 auto;
  width: 60rem;
}

#feature .credit08 {
  margin: 2.8rem auto 0;
  width: 57rem;
}
