@charset "UTF-8";

html {
  font-size: 0.3704vw;
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}

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

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: "heisei-kaku-gothic-std", sans-serif;
  font-weight: 500;
  font-style: normal;
  display: flex;
  width: 100%;
  color: #000;
}

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

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

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


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

#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 .section__inner {
  width: 100%;
}

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

#feature .section {
  position: relative;
}

#feature .sticky {
  position: sticky;
  top: 0;
}

#feature .sec_top.sticky {
  padding-bottom: 22.2rem;
  top: 0 !important;
}

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

#feature .sec02 {
  padding-bottom: 14.3rem;
}

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

/*-------------------------
 fade
-------------------------*/
#feature .fadeUp {
  opacity: 0;
  transition: all 1s ease;
  transform: translateY(30px);
}

#feature .fadeUpLate {
  opacity: 0;
  transition: all 1s 0.3s ease;
  transform: translateY(30px);
}

#feature .fadeUp.active,
#feature .fadeUpLate.active {
  opacity: 1;
  transform: translateY(0);
}

/*-------------------------
 animation
-------------------------*/
#feature .rotate {
  -webkit-animation: onp 3.6s ease 0s infinite;
  animation: rotate 3.6s ease 0s infinite;
  transition: .5s cubic-bezier(.11, .74, .465, 1.65) 0s;
}

#feature .rotate_delay {
  animation-delay: 1s;
}

@keyframes rotate {
  0% {
    rotate: 0deg
  }

  40% {
    rotate: 0deg
  }

  55% {
    rotate: 15deg
  }

  70% {
    rotate: -15deg
  }

  75% {
    rotate: 0deg
  }

  to {
    rotate: 0deg
  }
}

/*-------------------------
 text_animation
-------------------------*/
#feature .typing span {
  opacity: 0;
  display: inline-block;
  animation: fadeIn 0.25s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  animation-play-state: paused;
}

#feature .typing.active span {
  animation-play-state: running;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/*-------------------------
 Slider
-------------------------*/
#feature .splide__slide img {
  width: 100%;
  display: block;
}

/*-------------------------
 hero
-------------------------*/
#feature .hero_area {
  width: 100%;
  height: 100%;
  position: relative;
}

#feature .hero_area .hero {
  position: absolute;
  top: 0;
  left: 0;
}

#feature .hero_area .hero img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

#feature .hero_area .hero_ttl {
  width: 19.6vw;
  position: absolute;
  bottom: 2.9vw;
  left: 1.7vw;
}

#feature .hero_area .hero_logo {
  width: 6.9vw;
  position: absolute;
  top: 1.8vw;
  left: 1.95vw;
}

/*-------------------------
 lead
-------------------------*/
#feature .lead_logo {
  width: 19rem;
  margin: 20.5rem auto 0;
}

#feature .lead {
  font-size: 2.5rem;
  line-height: 1.75;
  text-align: center;
  letter-spacing: 0.02em;
  color: #808bc5;
  margin-top: 4.95rem;
}

/*-------------------------
 lineup
-------------------------*/
#feature .lineup {
  position: relative;
  content: "";
  width: 49.09053rem;
  height: 87.36509rem;
  background: url("../img/pc-lineup-line.png") no-repeat center / contain;
  margin: 0 auto;
  z-index: 0;
}

#feature .lineup_ttl {
  width: 17.9rem;
  margin: auto;
  padding-top: 4.5rem;
}

#feature .nav01 {
  width: 14.5rem;
  position: absolute;
  top: 17.5rem;
  left: 7.5rem;
}

#feature .nav02 {
  width: 14.5rem;
  position: absolute;
  top: 17.6rem;
  left: 27rem;
}

#feature .nav03 {
  width: 14.5rem;
  position: absolute;
  top: 37rem;
  left: 17.4rem;
}

#feature .nav04 {
  width: 14.80347rem;
  position: absolute;
  top: 56.7rem;
  left: 7.1rem;
}

#feature .nav05 {
  width: 15.11693rem;
  position: absolute;
  top: 57.4rem;
  left: 27rem;
}

/*-------------------------
 Fruit series
-------------------------*/
#feature .sec01 {
  background-image: url(../img/fr-bg.png);
  background-position: top;
  background-size: cover;
  width: 75rem;
}

#feature .fr_ttl {
  width: 31.24673rem;
  padding-top: 23.7rem;
  margin: 0 auto 0 22.2rem;
}

#feature .fr_icon01 {
  width: 18.24045rem;
  position: absolute;
  top: 0.3rem;
  right: 4.1rem;
  pointer-events: none;
}

#feature .fr_icon02 {
  width: 14.56002rem;
  position: absolute;
  top: 31.3rem;
  left: 3rem;
  pointer-events: none;
}

#feature .fr_icon03 {
  width: 8.40971rem;
  position: absolute;
  top: 7.3rem;
  right: 16rem;
  pointer-events: none;
}

#feature .fr_icon04 {
  width: 18.24045rem;
  position: absolute;
  top: 8rem;
  left: 7.4rem;
  pointer-events: none;
}

#feature .fr_icon05 {
  width: 8.40971rem;
  position: absolute;
  top: 21.5rem;
  left: 24rem;
  pointer-events: none;
}

#feature .fr_icon06 {
  width: 12.30063rem;
  margin: 3.6rem 10.2rem 0 auto;
  pointer-events: none;
}

#feature .img01 {
  width: 75rem;
  padding-top: 10.5rem;
}

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

#feature .img03 {
  width: 61.71598rem;
  margin: 34.5rem auto 0 0;
}

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

#feature .img03_ttl {
  position: absolute;
  top: 0.5rem;
  right: 7rem;
  width: 4.7rem;
}

#feature .sec01 .text_area {
  font-size: 2.5rem;
  text-align: center;
  line-height: 1.73;
  letter-spacing: 0.02em;
  color: #808bc5;
  margin-top: 8.2rem;
  font-weight: 500;
  font-style: normal;
  margin-left: 1.2rem;
}

#feature .sec01 .items_area {
  margin-top: 4.5rem;
  text-align: center;
  color: #808bc5;
  font-family: "fromage", sans-serif;
  font-weight: 700;
  font-style: normal;
}

#feature .sec01 .items_area h2 {
  font-size: 4rem;
  line-height: 1;
}

#feature .sec01 .functions {
  margin-top: 7.2rem;
  text-align: center;
  color: #808bc5;
  font-family: "fromage", sans-serif;
  font-weight: 700;
  font-style: normal;
}

#feature .sec01 .functions h2 {
  font-size: 4rem;
  line-height: 1;
}

#feature .fr-functions01 {
  width: 30.63811rem;
  margin: 1.9rem auto 0;
}

#feature .fr-functions02 {
  width: 13.14839rem;
  margin: 1.9rem auto 0;
}

#feature .sec01 .reversible {
  width: 16rem;
  position: absolute;
  top: -7rem;
  left: 4.5rem;
  z-index: 20;
}

#feature .sec01 .image_txt {
  font-size: 2.4rem;
  text-align: left;
  letter-spacing: 0.02em;
  line-height: 1.55;
  color: #808bc5;
  margin: 2.2rem 0 0 4.8rem;
  font-weight: 500;
  font-style: normal;
}

#feature .sec01 .image_txt.image_txt__02 {
  margin: 2.5rem 0 0 13.3rem;
}

/*-------------------------
 Melting Ice Cream series
-------------------------*/
#feature .sec02 {
  background-image: url(../img/mi-bg.png);
  background-position: top;
  background-size: contain;
  width: 75rem;
}

#feature .sec02 .mi_bg02:before {
  position: absolute;
  content: "";
  width: 89.10607rem;
  height: 219.19464rem;
  background: url("../img/mi-bg02.png") no-repeat center / cover;
  pointer-events: none;
  top: 21rem;
  left: -4.5rem;
  z-index: -1;
}

#feature .mi_ttl {
  width: 53.47427rem;
  padding-top: 28rem;
  margin: 0 0 0 5rem;
  position: relative;
  z-index: 20;
}

#feature .mi_icon01 {
  width: 13.70786rem;
  position: absolute;
  top: 22rem;
  right: 2.7rem;
  pointer-events: none;
}

#feature .mi_icon02 {
  width: 24.65925rem;
  margin: 25.5rem 0 0 8.5rem;
  pointer-events: none;
}

#feature .img05 {
  width: 75rem;
  height: fit-content;
  margin-top: -15.8rem;
}

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

#feature .img07 {
  width: 68.1rem;
  margin: 17rem auto 0 0;
}

#feature .sec02 .text_area {
  font-size: 2.5rem;
  text-align: center;
  line-height: 1.75;
  letter-spacing: 0.02em;
  color: #9ed2e9;
  margin-top: 8.8rem;
  font-weight: 500;
  font-style: normal;
  margin-left: 1.2rem;
}

#feature .sec02 .items_area {
  margin-top: 5rem;
  text-align: center;
  color: #9ed2e9;
  font-family: "sirenia", sans-serif;
  font-weight: 700;
  font-style: italic;
}

#feature .sec02 .items_area h2 {
  font-size: 4rem;
  line-height: 1;
}

#feature .sec02 .functions {
  margin-top: 7.2rem;
  text-align: center;
  color: #9ed2e9;
  font-family: "sirenia", sans-serif;
  font-weight: 700;
  font-style: italic;
}

#feature .sec02 .functions h2 {
  font-size: 4rem;
  line-height: 1;
}

#feature .sec02 .fr-functions01 {
  width: 48.07141rem;
  margin: 1.5rem auto 0;
}

#feature .sec02 .fr-functions02 {
  width: 13.14839rem;
  margin: 1.9rem auto 0;
}

#feature .sec02 .reversible {
  width: 16rem;
  position: absolute;
  top: -9.7rem;
  right: 5.7rem;
  z-index: 20;
}

#feature .sec02 .reversible__02 {
  top: -9rem;
}

#feature .sec02 .image_txt {
  font-size: 2.4rem;
  text-align: center;
  letter-spacing: 0.02em;
  line-height: 1.55;
  color: #9ed2e9;
  margin: 1.8rem 0 0 1rem;
  font-weight: 500;
  font-style: normal;
}

#feature .sec02 .image_txt.image_txt__02 {
  margin: 2.1rem 5.7rem 0 0;
  text-align: right;
}

/*-------------------------
 ANIMAL series
-------------------------*/
#feature .sec03 {
  background-image: url(../img/an-bg.png);
  background-position: top;
  background-size: contain;
  width: 75rem;
  padding-bottom: 20rem;
}

#feature .sec03 .an_bg02:before {
  position: absolute;
  content: "";
  width: 75rem;
  height: 205rem;
  background: url("../img/an-bg02.png") no-repeat center / cover;
  pointer-events: none;
  top: 19.3rem;
  left: 0;
  z-index: -1;
}

#feature .an_ttl {
  width: 50.6408rem;
  padding-top: 24.6rem;
  margin: 0 0 0 13.4rem;
}

#feature .an_ttl02 {
  width: 41.75504rem;
  padding-top: 43.5rem;
  margin: 0 auto 0 15.8rem;
}

#feature .an_icon01 {
  width: 16.73744rem;
  position: absolute;
  top: 2.7rem;
  right: 6.6rem;
  pointer-events: none;
}

#feature .an_icon02 {
  width: 20.93142rem;
  position: absolute;
  top: 46.6rem;
  left: 4.5rem;
  pointer-events: none;
  z-index: 20;
}

#feature .an_icon03 {
  width: 16.73744rem;
  position: absolute;
  top: -13.7rem;
  right: 6.8rem;
  pointer-events: none;
  z-index: 20;
}

#feature .an_icon04 {
  width: 16.73744rem;
  position: absolute;
  bottom: -11.5rem;
  left: 9.4rem;
  pointer-events: none;
  z-index: 20;
}

#feature .an_icon05 {
  width: 22.16366rem;
  position: absolute;
  top: 32.8rem;
  right: 2.9rem;
  pointer-events: none;
}

#feature .an_icon06 {
  width: 34.7861rem;
  margin: 5rem auto 0 6.7rem;
  pointer-events: none;
}

#feature .img08 {
  width: 75rem;
  padding-top: 14rem;
}

#feature .img09 {
  width: 65.6rem;
  margin: 25.5rem auto 0;
}

#feature .img10 {
  width: 59.50039rem;
  margin: 25.7rem auto 0 0;
}

#feature .img11 {
  width: 70rem;
  margin: 8rem auto 0;
}

#feature .img10_ttl {
  position: absolute;
  top: 15.6rem;
  right: 8.4rem;
  width: 4.85rem;
}

#feature .img11_txt {
  position: absolute;
  top: 8.2rem;
  left: 13.6rem;
  width: 39.59612rem;
  z-index: 20;
}

#feature .sec03 .text_area {
  font-size: 2.5rem;
  text-align: center;
  line-height: 1.72;
  letter-spacing: 0.02em;
  color: #8c9bb3;
  margin-top: 10rem;
  font-weight: 500;
  font-style: normal;
  margin-left: 1.2rem;
}

#feature .sec03 .items_area {
  margin-top: 4.7rem;
  text-align: center;
  color: #8c9bb3;
  font-family: "laski-slab", sans-serif;
  font-weight: 700;
  font-style: normal;
}

#feature .sec03 .items_area h2 {
  font-size: 4rem;
  line-height: 1;
}

#feature .sec03 .functions {
  margin-top: 7.2rem;
  text-align: center;
  color: #8c9bb3;
  font-family: "laski-slab", sans-serif;
  font-weight: 700;
  font-style: normal;
}

#feature .sec03 .functions__02 {
  margin-top: 6.5rem;
}

#feature .sec03 .functions h2 {
  font-size: 4rem;
  line-height: 1;
}

#feature .an-functions01 {
  width: 14.4rem;
  margin: 2.4rem auto 0;
}

#feature .an-functions02 {
  width: 13.14839rem;
  margin: 2.5rem auto 0;
}

#feature .sec03 .reversible {
  width: 16rem;
  position: absolute;
  top: -10.8rem;
  right: 7.5rem;
  z-index: 20;
}

#feature .sec03 .image_txt {
  font-size: 2.4rem;
  text-align: right;
  letter-spacing: 0.02em;
  line-height: 1.55;
  color: #8c9bb3;
  margin: 2.5rem 14.2rem 0 0;
  font-weight: 500;
  font-style: normal;
}

#feature .sec03 .image_txt.image_txt__02 {
  margin: 2.3rem auto 0;
  text-align: center;
  color: #f2aba5;
}

/*-------------------------
 Moist Fabric
-------------------------*/
#feature .sec04 {
  background-image: url(../img/mf-bg.png);
  background-position: top;
  background-size: cover;
  width: 75rem;
  padding-bottom: 25rem;
}

#feature .sec04 .mf_bg02:before {
  position: absolute;
  content: "";
  width: 75rem;
  height: 172.88389rem;
  background: url("../img/mf-bg02.jpg") no-repeat center / cover;
  pointer-events: none;
  top: -87rem;
  left: 0;
  z-index: -1;
}

#feature .mf_ttl {
  width: 57.6rem;
  padding-top: 24.9rem;
  margin: 0 auto 0 8.2rem;
}

#feature .img12 {
  width: 75rem;
  padding-top: 14rem;
}

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

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

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

#feature .sec04 .text_area {
  font-size: 2.5rem;
  text-align: center;
  line-height: 1.75;
  letter-spacing: 0.02em;
  color: #85c5ed;
  margin-top: 11.7rem;
  font-weight: 500;
  font-style: normal;
  margin-left: 1.2rem;
}

#feature .sec04 .items_area {
  margin-top: 4.9rem;
  text-align: center;
  color: #85c5ed;
  font-family: "novantique-script", sans-serif;
  font-weight: 300;
  font-style: normal;
}

#feature .sec04 .items_area h2 {
  font-size: 5rem;
  line-height: 1;
}

#feature .sec04 .functions {
  margin-top: 6.5rem;
  text-align: center;
  color: #85c5ed;
  font-family: "novantique-script", sans-serif;
  font-weight: 300;
  font-style: normal;
}

#feature .sec04 .functions__02 {
  margin-top: 6.5rem;
}

#feature .sec04 .functions h2 {
  font-size: 5rem;
  line-height: 1;
  margin-left: 0.8rem;
}

#feature .mf-functions {
  width: 30.9rem;
  margin: 2.3rem auto 0;
}

#feature .sec04 .image_txt {
  font-size: 2.4rem;
  text-align: right;
  letter-spacing: 0.02em;
  line-height: 1.55;
  color: #85c5ed;
  margin: 2.5rem 14.2rem 0 0;
  font-weight: 500;
  font-style: normal;
}

/*-------------------------
 Smoothie multi cover
-------------------------*/
#feature .sec05 .section__inner {
  background-image: url(../img/sm-bg.png);
  background-position: top;
  background-size: cover;
  width: 75rem;
  padding-bottom: 41rem;
}

#feature .sm_ttl {
  width: 53.09126rem;
  padding-top: 29.7rem;
  margin: 0 auto 0 11.3rem;
}

#feature .img16 {
  width: 75rem;
  padding-top: 12.3rem;
}

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

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

#feature .sec05 .text_area {
  font-size: 2.5rem;
  text-align: center;
  line-height: 1.75;
  letter-spacing: 0.02em;
  color: #3a65b1;
  margin-top: 11.7rem;
  font-weight: 500;
  font-style: normal;
  margin-left: 1.2rem;
}

#feature .sec05 .text_area span.space {
  margin: 0 1.2rem;
}

#feature .sec05 .items_area {
  margin-top: 4.6rem;
  text-align: center;
  color: #3a65b1;
  font-family: "amandine", sans-serif;
  font-weight: 400;
  font-style: normal;
}

#feature .sec05 .items_area h2 {
  font-size: 4rem;
  line-height: 1;
}

#feature .sec05 .functions {
  margin-top: 5.7rem;
  text-align: center;
  color: #3a65b1;
  font-family: "amandine", sans-serif;
  font-weight: 400;
  font-style: normal;
}

#feature .sec05 .functions__02 {
  margin-top: 6.5rem;
}

#feature .sec05 .functions h2 {
  font-size: 4rem;
  line-height: 1;
}

#feature .sm-functions {
  width: 13.03555rem;
  margin: 2.2rem auto 0;
}

#feature .sm_icon01 {
  width: 17.77766rem;
  margin: 7rem 4.2rem 0 auto;
  pointer-events: none;
}

#feature .sm_icon02 {
  width: 24.61606rem;
  position: absolute;
  left: 3.4rem;
  bottom: -19.2rem;
  pointer-events: none;
  z-index: 20;
}

/*-------------------------
 section_bottom
-------------------------*/
#feature .staff_area {
  background: #fff;
  padding-bottom: 37rem;
}

#feature .btn {
  width: 19.5rem;
  margin: 0 auto 0 27.4rem;
  padding-top: 27.3rem;
}

#feature .staff_area p {
  margin-top: 7.2rem;
  letter-spacing: 0.03em;
  font-size: 3rem;
  line-height: 1.46;
  text-align: center;
  color: #808bc5;
  font-family: "fromage", sans-serif;
  font-weight: 500;
  font-style: normal;
}

#feature .staff_area p:nth-of-type(2) {
  margin-top: 1.2rem;
  letter-spacing: 0;
  margin-left: -0.3rem;
  line-height: 1.49;
}

#feature .staff_area p span:nth-of-type(1) {
  letter-spacing: 0.02em;
}

#feature .staff_area p span:nth-of-type(2) {
  letter-spacing: 0.005em;
}

#feature .staff_area p span:nth-of-type(3) {
  letter-spacing: 0.01em;
}

/*-------------------------
 credit
-------------------------*/
#feature .credit-inner {
  margin-top: 1rem;
}

#feature .sec05 .credit-inner {
  margin-top: 0.8rem;
}

#feature .credit-inner a {
  font-size: 3rem;
  text-align: center;
  line-height: 1.2;
  color: #808bc5;
  font-family: "fromage", sans-serif;
  font-weight: 700;
  font-style: normal;
}

#feature .sec02 .credit-inner a {
  color: #9ed2e9;
  font-family: "sirenia", sans-serif;
  font-weight: 700;
  font-style: italic;
}

#feature .sec03 .credit-inner a {
  color: #8c9bb3;
  font-family: "laski-slab", sans-serif;
  font-weight: 700;
  font-style: normal;
}

#feature .sec04 .credit-inner a {
  font-size: 4rem;
  color: #85c5ed;
  font-family: "novantique-script", sans-serif;
  font-weight: 300;
  font-style: normal;
}

#feature .sec05 .credit-inner a {
  font-size: 3rem;
  color: #3a65b1;
  font-family: "amandine", sans-serif;
  font-weight: 400;
  font-style: normal;
}
