@charset "UTF-8";

html {
  font-size: 10px;
}

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

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;
  color: #000;
  overflow: clip;
  position: relative;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  /* font-feature-settings: "palt"; */
  display: block;
  width: 100%;
  background: #ffefcd;
}

#feature .flex {
  display: flex;
  position: relative;
  top: 0;
}

#feature .pc_left {
  order: 1;
  position: sticky;
  top: 0;
  height: 100vh;
}

#feature .feature__inner {
  order: 2;
}

#feature .pc_right {
  order: 3;
  position: sticky;
  top: 0;
  height: 100vh;
}

.pc_left,
.pc_right {
  display: grid;
  place-items: center;
  width: calc((100% - 55.65929rem) / 2);
  max-width: 66rem;
  height: 100%;
}

.pc_left,
.pc_right {
  text-align: center;
}

.pc_left .pc_ttl {
  text-align: center;
  width: 26.40724rem;
  margin-top: 0;
}

.pc_right .pc_ttl02 {
  text-align: center;
  width: 21.58809rem;
  margin-top: 0;
}

#feature .feature__inner {
  width: 55.65929rem;
  margin: auto;
  position: relative;
}

#feature a {
  color: #000;
  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;
}


/*-------------------------
 fade
-------------------------*/
.blur-zoom {
  filter: blur(10px);
  transform: scale(1.02);
  opacity: 0;
  transition: filter 1s, opacity 1s, transform 1s;
}

.blur-zoom.active {
  filter: blur(0);
  transform: scale(1);
  opacity: 1;
}

.num,
.fadeIn {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.8s;
}

.num.active,
.fadeIn.active {
  visibility: visible;
  opacity: 1;
  transform: none;
  pointer-events: inherit;
}


/*-------------------------
 hero
-------------------------*/
#feature .hero {
  margin: 0 auto;
  width: 100%;
  text-align: center;
  position: relative;
  background: transparent;
}

#feature .hero__ttl {
  position: absolute;
  top: 3.2rem;
  left: 2.3rem;
  width: 34.88735rem;
}

#feature .hero__ttl02 {
  position: absolute;
  top: 74.7rem;
  right: 3.2rem;
  width: 29.06462rem;
}

#feature .sticky {
  position: sticky;
  top: 8rem;
}

#feature .sticky02 {
  position: sticky;
  top: -840rem;
  z-index: 10;
  background: #fff;
  padding-bottom: 10.5rem;
}

#feature .sticky03 {
  position: sticky;
  top: 0;
  z-index: 10;
  background: #fff;
  padding-bottom: 4.6rem;
}


/*-------------------------
 content
-------------------------*/
#feature .block_area {
  position: relative;
}

#feature .cre__txt {
  display: block;
}

#feature .num {
  position: absolute;
  top: -2.4rem;
  right: 4.7rem;
  z-index: 10;
  width: 5.2rem;
  pointer-events: none;
}

#feature .num02 {
  top: -2.2rem;
  right: 4rem;
  width: 5.8rem;
}

#feature .num03 {
  top: -1.6rem;
  left: 4.6rem;
  width: 5.7rem;
}

#feature .num04 {
  top: -2rem;
  right: 4.2rem;
  width: 5.7rem;
}

#feature .num05 {
  top: -2.5rem;
  left: 4rem;
  width: 5.7rem;
}

#feature .num06 {
  top: -2.3rem;
  right: 4.2rem;
  width: 5.7rem;
}

#feature .num07 {
  top: -2.3rem;
  right: 4.3rem;
  width: 5.7rem;
}

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

#feature .sec01 .lead {
  font-size: 1.7rem;
  text-align: center;
  line-height: 2.8;
  letter-spacing: 0.068em;
  color: #374173;
  padding-top: 4.65rem;
  margin-left: 1.2rem;
}

#feature .sec01 .lead span {
  margin-left: 0.4rem;
}

#feature .sec01 h2 {
  width: 24rem;
  margin: 4.8rem auto 0;
}

#feature .swiper {
  width: 55.65929rem;
  height: 78.4rem;
  margin-top: 7rem;
}

#feature .swiper-pagination-bullet {
  width: 0.8rem;
  height: 0.8rem;
  background: #fff;
  border: 1px solid #89c2e1;
  margin: 0 0.3rem;
  opacity: 1;
}

#feature .swiper-pagination-bullet-active {
  background: #89c2e1;
}

#feature .swiper-parts {
  position: relative;
}

#feature .swiper-pagination {
  position: absolute;
  bottom: 0.5rem;
  left: 49rem;
  width: 6rem;
}


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

#feature .img02 {
  margin-top: 8.5rem;
}

#feature .img04 {
  margin-top: 10rem;
}

#feature .img05 {
  margin-top: 1.6rem;
}

#feature .img06 {
  margin: 19.3rem auto 0;
  width: 46.36287rem;
}

#feature .img07 {
  margin: 1.2rem auto 0;
  width: 46.36287rem;
}

#feature .img08 {
  margin-top: 12rem;
  height: fit-content;
}

#feature .img09 {
  margin-top: 8.2rem;
}

#feature .img10 {
  margin-top: 1.8rem;
}

#feature .img11 {
  margin: 11.5rem auto 0;
  width: 46.4rem;
}

#feature .img12 {
  padding-top: 0;
}

#feature .img13 {
  margin-top: 13.5rem;
}

#feature .img14 {
  margin-top: 1.8rem;
}

#feature .img15 {
  margin-top: 7.3rem;
}

#feature .img16 {
  margin-top: 1.2rem;
}

#feature .img17 {
  margin-top: 10.8rem;
}

#feature .img18 {
  margin-top: 1.8rem;
}

#feature .img19 {
  margin: 13rem auto 0;
  width: 46.67147rem;
}

#feature .img20 {
  margin-top: 6rem;
}

#feature .btn {
  width: 46rem;
  margin: 8.4rem auto 0;
}

#feature .staff_credit {
  font-size: 1.48425rem;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: 0.06em;
  color: #2E3560;
  margin: 3.5rem 0 0 3.7rem;
}

#feature .staff_credit span:nth-of-type(1) {
  margin: 0 0.5rem 0 0.4rem;
}

#feature .staff_credit span:nth-of-type(2) {
  margin: 0 0.58rem 0 0.1rem;
}

#feature .staff_credit span:nth-of-type(3) {
  margin: 0 0.58rem 0 0.1rem;
}

#feature .staff_credit span:nth-of-type(4) {
  margin: 0 0.4rem 0 0.6rem;
}

#feature .staff_credit span:nth-of-type(5) {
  margin: 0 0 0 0.1rem;
}

#feature .staff_credit span:nth-of-type(6) {
  margin: 0 0.7rem 0 0;
}

#feature .staff_credit span:nth-of-type(7) {
  margin: 0 0.7rem 0 0.1rem;
}

#feature .credit01 {
  margin: 1.3rem 0 0 2.6rem;
}

#feature .credit02 {
  margin: -2.5rem 0 0 2.6rem;
}
#feature .credit02 .credit{
  width: 34rem;
}

#feature .credit03 {
  margin: 1.5rem 0 0 2.7rem;
}

#feature .credit04 {
  margin: 2rem 0 0 2.5rem;
}
#feature .credit04 .credit{
  width: 41rem;
  margin-top: 0;
}
#feature .credit05 {
  margin: 1.5rem 0 0 2.5rem;
}
#feature .credit06 {
  margin: 1.3rem 0 0 4.7rem;
}

#feature .credit07 {
  margin: 1.5rem 0 0 2.5rem;
}
#feature .credit07 .credit{
  width: 45rem;
  margin-top: 0;
}

#feature .credit08 {
  margin: 2.1rem 0 0 2.5rem;
}
#feature .credit08 .credit{
  width: 35rem;
  margin-top: 0;
}

#feature .credit09 {
  margin: 2rem 0 0 2.5rem;
}

#feature .credit10 {
  margin: 0.7rem 0 0 4.7rem;
}

#feature .credit .credit {
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem 0.4rem;
}

#feature .credit .price {
  margin-left: 0.8rem;
}

#feature .credit01 .credit li:last-child {
  display: none;
}

#feature .credit li a::after {
  content: "/";
}

#feature .credit li:last-child a::after,
#feature .credit01 li:nth-child(2) a::after,
#feature .credit02 .credit li:nth-child(3) a::after,
#feature .credit04 li:nth-child(3) a::after,
#feature .credit08 li:nth-child(3) a::after,
#feature .credit07 .credit li:nth-child(3) a::after{
  content: "";
}

#feature .credit a {
  font-size: 1.41004rem;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  color: #8cc4e3;
  letter-spacing: 0.01em;
  line-height: 1.34;
}

#feature .cre__txt {
  font-size: 1.2rem;
  color: #8FC6E5;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  letter-spacing: 0.02em;
  margin-top: 1.4rem;
}


#feature .credit04 .cre__txt {
  margin-top: 2rem;
}

#feature .credit07 .cre__txt,
#feature .credit08 .cre__txt{
  margin-top: 1.7rem;
}

#feature .credit09 .cre__txt {
  margin-top: 0.8rem;
}
