@charset "UTF-8";

html {
  font-size: 0.486vw;
}

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

ul li {
  list-style: none;
}

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

#feature {
  box-sizing: border-box;
  overflow: clip;
  position: relative;
  /**font-feature-settings: "palt";**/
  font-family: 游ゴシック体,
    游ゴシック Medium,
    Yu Gothic Medium,
    Yu Gothic,
    YuGothic,
    Hiragino Kaku Gothic ProN,
    Meiryo,
    sans-serif;
  font-weight: 500;
  font-style: normal;
  font-weight: 500;
  font-style: normal;
  display: block;
  width: 100%;
  color: #000;
  display: flex;
  background: #e8f3f9;

}

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

#feature .pc_ttl {
  width: 20.3vw;
}

#feature .right {
  position: sticky;
  top: 80px;
  width: auto;
  height: calc(100vh - 80px);
  display: flex;
  order: 3;
  flex: 1;
  justify-content: center;
  align-items: center;
}

#feature .pc_btn {
  width: 8.8vw;
}

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

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

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

#feature a:hover {
  cursor: pointer;
  opacity: .7;
}

#feature .section__inner {
  width: 100%;
}

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

#feature .section {
  position: relative;
}

#feature .sec01 {
  padding-bottom: 13.5rem;
}

#feature .sec02_inner {
  background: #d8ebf5;
  padding-bottom: 9rem;
}

#feature .sec02::before {
  content: "";
  position: absolute;
  top: -15rem;
  left: 0;
  width: 75rem;
  height: 15rem;
  background: url("../img/sec02-top.png") no-repeat center / contain;
  z-index: 1;
  pointer-events: none;
}

#feature .sec02_bottom {
  width: 75rem;
  height: 15rem;
  background: #fff;
}

#feature .sec03 {
  background: #fff;
  padding-bottom: 15rem;
}

/*-------------------------
 fade
-------------------------*/
#feature .fadeUp {
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-filter: blur(5px);
  filter: blur(5px);
  -webkit-transition: opacity 2s cubic-bezier(0.22, 0.61, 0.36, 1), translate 2s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 2s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-filter 2s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: opacity 2s cubic-bezier(0.22, 0.61, 0.36, 1), translate 2s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 2s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-filter 2s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: opacity 2s cubic-bezier(0.22, 0.61, 0.36, 1), translate 2s cubic-bezier(0.22, 0.61, 0.36, 1), transform 2s cubic-bezier(0.22, 0.61, 0.36, 1), filter 2s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: opacity 2s cubic-bezier(0.22, 0.61, 0.36, 1), translate 2s cubic-bezier(0.22, 0.61, 0.36, 1), transform 2s cubic-bezier(0.22, 0.61, 0.36, 1), filter 2s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 2s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-filter 2s cubic-bezier(0.22, 0.61, 0.36, 1);
}

#feature .fadeUp.active {
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

#feature .fadeLeft {
  transition: ease-in, opacity 2s, transform 2s;
  transform: translateX(-5rem);
  opacity: 0;
}

#feature .fadeLeft.delay.active {
  transition-delay: 0.3s;
}

#feature .fadeLeft.active {
  opacity: 1;
  transform: translateX(0rem);
}

#feature .fadeRight {
  transition: ease-in, opacity 2s, transform 2s;
  transform: translateX(5rem);
  opacity: 0;
}

#feature .fadeRight.active {
  opacity: 1;
  transform: translateX(0rem);
}

/*-------------------------
 Text_animation
-------------------------*/
#feature .typing {
  overflow: hidden;
}

#feature .typing img {
  display: block;
  clip-path: inset(0 100% 0 0);
}

#feature .typing.active img {
  animation: reveal 1.6s ease forwards;
}

#feature .typing.delay.active img {
  animation-delay: 0.3s;
}

@keyframes reveal {
  to {
    clip-path: inset(0 0 0 0);
  }
}

#feature .Rotate_left img {
  opacity: 0;
  transform: rotate(7deg) translate(3rem, -3rem);
  transform-origin: center;
  transition: opacity 0.8s ease,
    transform 2s cubic-bezier(0.22, 1, 0.36, 1);
}

#feature .Rotate_left.active img {
  opacity: 1;
  transform: rotate(0deg) translate(0, 0);
}

#feature .Rotate_Right img {
  opacity: 0;
  transform: rotate(7deg) translate(-3rem, 3rem);
  transform-origin: center;
  transition: opacity 0.8s ease,
    transform 2s cubic-bezier(0.22, 1, 0.36, 1);
}

#feature .Rotate_Right.active img {
  opacity: 1;
  transform: rotate(0deg) translate(0, 0);
}


/*-------------------------
 Slider
-------------------------*/
#feature .splide {
  margin-top: 18.8rem;
}

#feature .splide__track {
  width: 52rem;
  margin: auto;
}

#feature .splide__slide img {
  width: 100%;
  display: block;
}

#feature .progress-wrap {
  display: flex;
  gap: 2rem;
  margin: 4rem auto 0;
  width: 22rem;
}

#feature .progress {
  flex: 1;
  width: 10rem;
  height: 0.8rem;
  background: #fff;
  overflow: hidden;
}

#feature .progress-bar {
  width: 0%;
  height: 100%;
  background: #c80a1e;
}

/*-------------------------
 decoration
-------------------------*/
#feature .block_area.strawberry_01::before {
  content: "";
  position: absolute;
  top: -21.9rem;
  left: -1rem;
  width: 74.3rem;
  height: 63.1rem;
  background: url("../img/strawberry-01.png") no-repeat center / contain;
  z-index: 1;
  pointer-events: none;
}

#feature .block_area.strawberry_02::before {
  content: "";
  position: absolute;
  top: 32.7rem;
  left: -16rem;
  width: 34rem;
  height: 34rem;
  background: url("../img/strawberry-02.png") no-repeat center / contain;
  z-index: 0;
  pointer-events: none;
}

#feature .block_area.strawberry_03::before {
  content: "";
  position: absolute;
  top: -14rem;
  left: 5rem;
  width: 71.75rem;
  height: 41.3rem;
  background: url("../img/strawberry-03.png") no-repeat center / contain;
  z-index: 1;
  pointer-events: none;
}

#feature .block_area.strawberry_04::before {
  content: "";
  position: absolute;
  top: -12.7rem;
  left: 0rem;
  width: 74.99999rem;
  height: 106.3rem;
  background: url("../img/strawberry-04.png") no-repeat center / contain;
  z-index: 1;
  pointer-events: none;
}

#feature .block_area.strawberry_05::before {
  content: "";
  position: absolute;
  top: -8.5rem;
  left: 3rem;
  width: 68.5rem;
  height: 113.3rem;
  background: url("../img/strawberry-05.png") no-repeat center / contain;
  z-index: 1;
  pointer-events: none;
}

#feature .block_area.strawberry_06::before {
  content: "";
  position: absolute;
  top: -6.7rem;
  left: 1rem;
  width: 71.54428rem;
  height: 105.1rem;
  background: url("../img/strawberry-06.png") no-repeat center / contain;
  z-index: 1;
  pointer-events: none;
}

#feature .block_area.strawberry_07::before {
  content: "";
  position: absolute;
  top: -25.9rem;
  left: 0;
  width: 75rem;
  height: 137rem;
  background: url("../img/strawberry-07.png") no-repeat center / contain;
  z-index: 1;
  pointer-events: none;
}

#feature .strawberry_08 {
  position: absolute;
  bottom: -11.5rem;
  right: 0;
  width: 18rem;
  height: 33rem;
  z-index: 1;
  pointer-events: none;
}

#feature .strawberry_09 {
  position: absolute;
  bottom: -5.2rem;
  left: 0;
  width: 25.8rem;
  height: 43.8rem;
  pointer-events: none;
}

#feature .strawberry_10 {
  position: absolute;
  bottom: -8rem;
  right: 0;
  width: 18rem;
  height: 20rem;
  pointer-events: none;
}

#feature .block_area.strawberry_11::before {
  content: "";
  position: absolute;
  top: 11.3rem;
  left: 0;
  width: 75rem;
  height: 123.2rem;
  background: url("../img/strawberry-11.png") no-repeat center / contain;
  z-index: 1;
  pointer-events: none;
}

#feature .strawberry_12 {
  position: absolute;
  top: -7.5rem;
  right: 2rem;
  width: 17rem;
  height: 17rem;
  pointer-events: none;
  z-index: 20;
}

#feature .block_area.strawberry_13::before {
  content: "";
  position: absolute;
  top: -19.7rem;
  left: 0;
  width: 35rem;
  height: 103.2rem;
  background: url("../img/strawberry-13.png") no-repeat center / contain;
  z-index: 1;
  pointer-events: none;
}

#feature .block_area.strawberry_14::before {
  content: "";
  position: absolute;
  top: -6.5rem;
  right: 0;
  width: 69.7rem;
  height: 121.8rem;
  background: url("../img/strawberry-14.png") no-repeat center / contain;
  z-index: 1;
  pointer-events: none;
}

#feature .strawberry_15 {
  content: "";
  position: absolute;
  bottom: -9rem;
  left: 3.9rem;
  width: 14rem;
  height: 14rem;
  background: url("../img/strawberry-15.png") no-repeat center / contain;
  z-index: 1;
  pointer-events: none;
}

#feature .strawberry_16::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 71rem;
  height: 49rem;
  background: url("../img/strawberry-16.png") no-repeat center / contain;
  z-index: 0;
  pointer-events: none;
}

#feature .strawberry_17 {
  width: 30rem;
  margin: 10.9rem 0 0 22.6rem;
}

/*-------------------------
 Movie
-------------------------*/
#feature .movie_area {
  width: 66.6rem;
  height: fit-content;
  margin: 8rem auto 0;
  position: relative;
}

#feature .movie_area .sound-btn {
  background: url(../img/sound_on.svg);
  background-repeat: no-repeat;
  position: absolute;
  top: 2.5rem;
  right: 3.3rem;
  width: 13.2rem;
  height: 3.3rem;
  z-index: 10;
}

#feature .movie_area .sound-btn.on {
  background: url(../img/sound_off.svg);
  background-repeat: no-repeat;
  position: absolute;
  top: 2.5rem;
  right: 2.8rem;
  width: 14.6rem;
  height: 3.3rem;
}

/*-------------------------
 page_ttl
-------------------------*/
#feature .ttl {
  width: 61.60044rem;
  margin: 19.7rem 0 0 7rem;
}

#feature .ttl_02 {
  width: 63.04131rem;
  margin: 20.3rem auto 0;
}

#feature .ttl_03 {
  width: 35.35674rem;
  margin: 20.7rem auto 0;
}

#feature .img03_ttl01 {
  position: absolute;
  top: 6.5rem;
  right: 0.6rem;
  width: 49.63174rem;
}

#feature .img03_ttl02 {
  position: absolute;
  top: 25.5rem;
  left: 1.9rem;
  width: 45.18398rem;
}

#feature .img03_ttl03 {
  position: absolute;
  top: 48.7rem;
  right: -0.5rem;
  width: 37.50085rem;
}

#feature .img04_ttl01 {
  position: absolute;
  top: 12.7rem;
  left: -0.4rem;
  width: 27.24463rem;
}

#feature .img04_ttl02 {
  position: absolute;
  top: 64.8rem;
  right: -0.6rem;
  width: 25.40303rem;
}

#feature .img07_ttl01 {
  position: absolute;
  top: 2.5rem;
  left: -0.8rem;
  width: 54.49436rem;
}

#feature .img07_ttl02 {
  position: absolute;
  top: 38.3rem;
  right: 0.5rem;
  width: 43.61688rem;
}

#feature .img11_ttl01 {
  position: absolute;
  top: 1.5rem;
  left: -0.5rem;
  width: 73.86475rem;
  z-index: 12;
}

#feature .img11_ttl02 {
  position: absolute;
  top: 45.4rem;
  left: 4rem;
  width: 16.32402rem;
  z-index: 12;
}

#feature .img12_ttl01 {
  position: absolute;
  top: -6.6rem;
  right: 0.8rem;
  width: 32.64678rem;
}

#feature .img14_ttl01 {
  width: 24.42412rem;
  margin: 15.7rem 0 0 5rem;
}

#feature .img14_ttl02 {
  width: 61.89219rem;
  margin: 2.7rem 0.4rem 0 auto;
}

/*-------------------------
 image
-------------------------*/
#feature .img01 {
  width: 75rem;
  margin-top: 7.5rem;
}

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

#feature .img03 {
  width: 75rem;
  margin: 19rem auto 0;
  position: relative;
  z-index: 10;
}

#feature .img04 {
  width: 68rem;
  margin: 16.3rem auto 0;
}

#feature .img06 {
  width: 66rem;
  margin: 7.3rem auto 0;
}

#feature .img07 {
  width: 75rem;
  margin: 12rem auto 0;
  position: relative;
  z-index: 20;
}

#feature .img08 {
  width: 53rem;
  margin: 12rem auto 0;
  position: relative;
  z-index: 10;
}

#feature .img09 {
  width: 75rem;
  margin: 13.8rem auto 0;
}

#feature .img10 {
  width: 65rem;
  margin: 0 auto;
  padding-top: 27rem;
}

#feature .img11 {
  width: 75rem;
  margin: 15.1rem auto 0;
}

#feature .img11_2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 75rem;
  height: 112.5rem;
  z-index: 40;
}

#feature .img12 {
  width: 64rem;
  margin: 24rem 0 0 auto;
}

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

#feature .img14 {
  width: 75rem;
  margin: -20.4rem auto 0 0;
  position: relative;
  z-index: 10;
}

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

/*-------------------------
 section_bottom
-------------------------*/
#feature .btn {
  width: 49.31953rem;
  margin: 4.5rem 0 0 13rem;
  position: relative;
  z-index: 50;
}

#feature .staff {
  margin-top: 3rem;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  line-height: 1.88;
  text-align: center;
  color: #c80a1e;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 500;
  font-style: normal;
}

#feature .staff span {
  margin: 0 -0.3rem 0 0.6rem;
}

/*-------------------------
 credit
-------------------------*/
#feature .credit-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 1.8rem;
  margin: 2.8rem auto 0;
}

#feature .credit08 .credit-inner {
  display: block;
  text-align: left;
  margin: 2.9rem auto 0 4rem;
  width: 35rem;
}

#feature .credit08 .credit-inner a {
  text-align: left;
}

#feature .credit-inner a {
  font-size: 2.2rem;
  letter-spacing: 0.05em;
  line-height: 2;
  text-align: center;
  color: #c80a1e;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 500;
  font-style: normal;
}

#feature .credit01 .credit-inner {
  width: 35rem;
}

#feature .credit03 .credit-inner {
  width: 63rem;
  margin-top: 5rem;
}

#feature .credit04 .credit-inner {
  width: 63rem;
  margin: 3rem auto 0;
}

#feature .credit05 .credit-inner {
  width: 61rem;
}

#feature .credit06 .credit-inner {
  margin: 2.8rem 0 0 3.8rem;
}

#feature .credit07 .credit-inner {
  width: 61rem;
  margin: 3rem auto 0;
}
