@charset "UTF-8";

html {
  font-size: 0.37037vw;
}

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

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

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

#feature {
  box-sizing: border-box;
  overflow: clip;
  position: relative;
  /**font-feature-settings: "palt" 1;**/
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  display: block;
  width: 100%;
  color: #000;
  background: #e2f4fb;
  display: flex;
}

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

#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;
  left: 0;
  width: 100%;
  height: calc(100vh - 80px);
  display: flex;
  order: 1;
  flex: 1;
}

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

#feature .right .btn_area {
  width: 47.8rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 9rem 0;
}

#feature .right .btn_area figure:nth-of-type(1) {
  width: 20.8rem;
}

#feature .right .btn_area figure:nth-of-type(2) {
  width: 21.35738rem;
}

#feature .right .btn_area figure:nth-of-type(3) {
  width: 22.8rem;
  margin: -1.1rem 0 0 -1.3rem;
}

#feature .right .btn_area figure:nth-of-type(4) {
  width: 21.6rem;
  margin: 1rem 0 0 0;
}

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

#feature .section {
  position: relative;
}

#feature .sec_top {
  padding-bottom: 15.5rem;
}

#feature .section__bottom {
  background: #fff;
  margin-top: -6rem;
  padding-top: 16rem;
}

#feature .sticky {
  position: sticky;
}

/*-------------------------
 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 .fadeUpLate02 {
  opacity: 0;
  transition: all 1s 0.6s ease;
  transform: translateY(30px);
}

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

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

/*-------------------------
 hero
-------------------------*/
#feature .hero {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #cfe7f3;
}

#feature .hero-inner {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

#feature .photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.04);
  z-index: 1;
}

#feature .illustration {
  position: absolute;
  opacity: 0;
  z-index: 3;
  will-change: transform, opacity;
  filter: drop-shadow(0 0.8rem 1.2rem rgba(0, 0, 0, 0.08));
  transform-origin: center center;
}

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

#feature .bear-top-left {
  top: 5.5rem;
  left: 1rem;
  width: 66.93182rem;
}

#feature .deco-top {
  top: 14rem;
  left: 67.3rem;
  width: 4.18916rem;
}

#feature .deco02-top {
  top: 20rem;
  left: 72.5rem;
  width: 4.18916rem;
}

#feature .bear-bottom {
  bottom: 4rem;
  right: 2rem;
  width: 38.3rem;
}

#feature .deco-bottom {
  bottom: 35rem;
  right: 4rem;
  width: 4.18916rem;
}

#feature .deco02-bottom {
  bottom: 29rem;
  right: 9rem;
  width: 4.18916rem;
}

#feature .ttl {
  width: 100%;
  position: absolute;
  top: 14.5rem;
  left: 48%;
  transform: translateX(-50%) scale(0.94);
  opacity: 0;
  z-index: 4;
}

#feature .ttl img {
  width: 29.2vw;
  display: block;
  margin: auto;
}

#feature .logo {
  position: absolute;
  bottom: 5.5rem;
  left: 50%;
  transform: translateX(-50%) scale(0.94);
  opacity: 0;
  z-index: 4;
}

#feature .logo img {
  width: 14.3vw;
  display: block;
}

/*-------------------------
 image_rotate_infinite
-------------------------*/
#feature .rotate_img {
  -webkit-animation: infinite-rotate 30000ms linear infinite;
  animation: infinite-rotate 30000ms linear infinite;
}

@keyframes infinite-rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*-------------------------
 image_rotate
-------------------------*/
#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 .line-reveal {
  overflow: hidden;
}

#feature .line-reveal img {
  display: block;
  width: 100%;
  clip-path: inset(0 100% 0 0);
  transition: clip-path 3s ease;
}

#feature .line-reveal.active img {
  clip-path: inset(0 0 0 0);
}

#feature .line01 {
  width: 88rem;
  margin: 5.8rem 0 0 -6.2rem;
  position: relative;
  z-index: 20;
  pointer-events: none;
}

#feature .line02 {
  width: 88.8rem;
  margin: -9.8rem 0 0 -6.2rem;
  position: relative;
  z-index: 20;
  pointer-events: none;
}

#feature .line03 {
  width: 99rem;
  position: absolute;
  bottom: -12.7rem;
  left: -10.6rem;
  z-index: 20;
  pointer-events: none;
}

#feature .line04 {
  width: 100.7rem;
  margin: -7.8rem 0 0 -10rem;
  position: relative;
  z-index: 20;
  pointer-events: none;
}

#feature .line05 {
  width: 85.5rem;
  margin: -18.6rem 0 0 -5.3rem;
  position: relative;
  z-index: 20;
  pointer-events: none;
}

#feature .line06 {
  width: 97.5rem;
  margin: -11.8rem 0 0 -10.5rem;
  position: relative;
  z-index: 20;
  pointer-events: none;
}


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

/*-------------------------
 lead
-------------------------*/
#feature .pc_ttl {
  width: 56.5rem;
  margin: 23rem 0 0 7.5rem;
}

#feature .lead {
  font-size: 2.2rem;
  line-height: 1.9;
  text-align: center;
  letter-spacing: 0.04em;
  color: #a0d9f2;
  margin-top: 9rem;
  margin-left: 3rem;
}

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

#feature .lead p:nth-of-type(2) {
  margin-top: 2.5rem;
}

#feature .lead p:nth-of-type(2) span {
  margin-left: -1rem;
}

#feature .lead p:nth-of-type(3) {
  margin-top: 2.5rem;
}

#feature .lead p:nth-of-type(3) span {
  margin-left: -1rem;
}

/*-------------------------
 Background
-------------------------*/
#feature .background_01 {
  background-image: url(../img/sec01_bg01.png);
  background-position: top;
  background-size: contain;
  width: 75rem;
  padding-bottom: 40rem;
  position: relative;
  z-index: 26;
}

#feature .background_02 {
  background-image: url(../img/sec01_bg02.png);
  background-position: top;
  background-size: contain;
  background-repeat: no-repeat;
  width: 75rem;
  height: 305.31132rem;
  margin-top: -18rem;
  padding-bottom: 27rem;
  position: relative;
  z-index: 25;
}

#feature .background_03 {
  background: #fff;
  margin-top: -6rem;
  position: relative;
  z-index: 20;
}

#feature .background_04 {
  background-image: url(../img/sec01_bg03.png);
  background-position: top;
  background-size: cover;
  width: 75rem;
  margin-top: -0.3rem;
  padding-bottom: 31.7rem;
}

#feature .background_05 {
  background: #fff;
  margin-top: -0.5rem;
}

#feature .background_06 {
  background: #fff;
  padding-bottom: 25rem;
}

#feature .background_07 {
  background-image: url(../img/sec02_bg01.png);
  background-position: top;
  background-size: contain;
  width: 75rem;
  position: relative;
  z-index: 25;
}

#feature .background_08 {
  background-image: url(../img/sec02_bg02.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: -14.5rem;
  width: 75rem;
  height: 201.82167rem;
  position: relative;
  z-index: 20;
}

#feature .background_09 {
  background-image: url(../img/sec02_bg03.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 75rem;
  height: 363.14764rem;
  margin-top: -60rem;
  padding-top: 54rem;
  position: relative;
  z-index: 15;
}

/*-------------------------
 Gradient border series
-------------------------*/
#feature .ttl01 {
  width: 55.14966rem;
  margin: 0 auto;
  padding-top: 22.8rem;
  position: relative;
  z-index: 20;
}

#feature .ttl02 {
  width: 59.98379rem;
  margin: 0 auto;
  padding-top: 35.9rem;
  position: relative;
  z-index: 20;
}

#feature .ttl03 {
  width: 46.5rem;
  margin: 0 0 0 14.5rem;
  padding-top: 28rem;
  position: relative;
  z-index: 20;
}

#feature .series01_deco01 {
  width: 22.75017rem;
  position: absolute;
  top: 13.3rem;
  left: 2rem;
}

#feature .series01_deco02 {
  width: 12.52153rem;
  position: absolute;
  top: -7.5rem;
  right: 3.8rem;
  z-index: 20;
}

#feature .series01_deco03 {
  width: 25.007496rem;
  position: absolute;
  bottom: -12rem;
  left: 1.3rem;
  z-index: 20;
}

#feature .series01_deco04 {
  width: 9.02906rem;
  position: absolute;
  bottom: -16.5rem;
  left: 17.3rem;
  z-index: 20;
}

#feature .series02_deco01 {
  width: 9.97158rem;
  position: absolute;
  top: 4rem;
  right: 5rem;
  z-index: 20;
}

#feature .series02_deco02 {
  width: 3.18985rem;
  position: absolute;
  top: 24rem;
  left: 13.7rem;
  z-index: 20;
}

#feature .series02_deco03 {
  width: 16.95194rem;
  position: absolute;
  top: 32.2rem;
  left: 10.2rem;
  z-index: 20;
}

#feature .series02_deco04 {
  width: 6.89082rem;
  position: absolute;
  top: 23.2rem;
  left: 8.3rem;
  z-index: 20;
}

#feature .series02_deco05 {
  width: 5.87712rem;
  position: absolute;
  top: 14.6rem;
  right: 7.7rem;
  z-index: 20;
}

#feature .series02_deco06 {
  width: 8.22767rem;
  position: absolute;
  top: 25.2rem;
  left: 7.3rem;
  z-index: 20;
}

#feature .series02_deco07 {
  width: 21.15151rem;
  position: absolute;
  top: 29.8rem;
  right: 0;
  z-index: 20;
}

#feature .series03_deco01 {
  width: 22.75017rem;
  position: absolute;
  top: 19.5rem;
  left: 1.8rem;
  z-index: 0;
}

#feature .series03_deco02 {
  width: 9.19512rem;
  position: absolute;
  top: 44.5rem;
  right: 4.8rem;
  z-index: 20;
}

#feature .series03_deco03 {
  width: 9.67103rem;
  position: absolute;
  top: 7.5rem;
  left: 7.8rem;
  z-index: 20;
}

#feature .series03_deco04 {
  width: 3.18985rem;
  position: absolute;
  bottom: 12rem;
  right: 9.8rem;
  z-index: 0;
}

#feature .series03_deco05 {
  width: 10.75682rem;
  margin: -6rem 0 0 8.2rem;
}

#feature .series03_deco06 {
  width: 10.94127rem;
  margin: 3rem 0 0 14.2rem;
}

#feature .img01 {
  width: 65.99777rem;
  margin: -9.5rem auto 0;
}

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

#feature .img03 {
  width: 61.000087rem;
  margin: 2.8rem 0 0 7.2rem;
}

#feature .img04 {
  width: 57.0469rem;
  margin: 3.8rem 0 0 11rem;
}

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

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

#feature .img07 {
  width: 64rem;
  margin: -28rem 0 0 5rem;
}

#feature .img08 {
  width: 75rem;
  margin: auto;
}

#feature .img09 {
  width: 66.86373rem;
  margin: 7.2rem auto 0;
}

#feature .series02_ttl02 {
  width: 36.3rem;
  margin: 0 auto;
  padding-top: 17.4rem;
}

#feature .img02_ttl {
  width: 16.15942rem;
  position: absolute;
  top: -2rem;
  left: 7.8rem;
}

#feature .img03_ttl {
  width: 18.59823rem;
  position: absolute;
  bottom: -3.7rem;
  right: 7.6rem;
}

#feature .img07_ttl {
  width: 61.13533rem;
  padding-top: 21rem;
  margin: 0 0 0 5.9rem;
}

#feature .img09_ttl {
  width: 22.2rem;
  position: absolute;
  top: 6.1rem;
  left: 4.6rem;
  z-index: 20;
}

#feature .img09_ttl02 {
  width: 30.19523rem;
  position: absolute;
  bottom: 3.1rem;
  right: 2.3rem;
  z-index: 20;
}

/*-------------------------
 goods
-------------------------*/
#feature .ttl04 {
  width: 39.8rem;
  margin: 0 auto;
  padding-top: 22.6rem;
  position: relative;
  z-index: 20;
}

#feature .series04_deco01 {
  width: 20.03536rem;
  position: absolute;
  top: 5.6rem;
  right: 3.1rem;
}

#feature .series04_deco02 {
  width: 6.66321rem;
  position: absolute;
  top: 49.3rem;
  left: 5rem;
}

#feature .series04_deco02 {
  width: 6.66321rem;
  position: absolute;
  top: 49.3rem;
  left: 5rem;
}

#feature .series04_deco03 {
  width: 12.68925rem;
  margin: 10rem 4.8rem 0 auto;
  postion: relative;
  z-index: 20;
}

#feature .series04_deco04 {
  width: 3.18985rem;
  position: absolute;
  top: 43rem;
  right: 8rem;
}

#feature .series04_deco05 {
  width: 7.2301rem;
  position: absolute;
  top: 82.7rem;
  right: 9.7rem;
}

#feature .series04_deco06 {
  width: 3.18985rem;
  position: absolute;
  top: 43rem;
  left: 4.2rem;
}

#feature .series04_deco07 {
  width: 14.20505rem;
  position: absolute;
  top: 47.5rem;
  left: 3.7rem;
}

#feature .series04_deco08 {
  width: 7.76385rem;
  padding-top: 26.5rem;
  margin: 0 20.2rem 0 auto;
}

#feature .series04_deco09 {
  width: 27.46222rem;
  margin: -3.2rem -1.2rem 0 auto;
  position: relative;
  z-index: 20;
}

#feature .series04_deco10 {
  width: 7.84493rem;
  margin: 15.5rem 0 0 4.6rem;
}

#feature .series04_deco11 {
  width: 3.18985rem;
  margin: -1rem 10rem 0 auto;
}

#feature .series04_deco12 {
  width: 3.18985rem;
  position: absolute;
  top: 27.5rem;
  left: 13.5rem;
  z-index: 20;
}

#feature .series04_deco13 {
  width: 8.60623rem;
  margin: 7rem 7.5rem 0 auto;
}

#feature .img10 {
  width: 57.01566rem;
  margin: 14.2rem auto 0;
}

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

#feature .img12 {
  width: 44.899rem;
  padding-top: 33rem;
  margin: 0 auto 0 0;
}

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

#feature .img14 {
  width: 36.5322rem;
  position: absolute;
  bottom: -46.8rem;
  left: 5.5rem;
}

#feature .img15 {
  width: 63.40241rem;
  height: fit-content;
  margin: -8rem auto 0;
}

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


#feature .img10_ttl {
  width: 16.15942rem;
  position: absolute;
  top: -0.8rem;
  right: 6rem;
  z-index: 20;
}

#feature .img12_ttl {
  width: 22.83581rem;
  position: absolute;
  top: 26.5rem;
  left: 34.5rem;
  z-index: 20;
}

#feature .img16_ttl {
  width: 23.88644rem;
  position: absolute;
  top: 4.2rem;
  left: 5rem;
  z-index: 20;
}

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

#feature .staff {
  width: 62.46523rem;
  margin: 12rem 0 0 5rem;
  padding-bottom: 21.3rem;
}
