﻿@charset "UTF-8";

html {
  font-size: 0.49524vw;
}

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

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

#feature {
  box-sizing: border-box;
  overflow: clip;
  position: relative;
  /**font-feature-settings: "palt" 1;**/
  font-family: ???S?V?b?N??,
    ???S?V?b?N Medium,
    Yu Gothic Medium,
    Yu Gothic,
    YuGothic,
    Hiragino Kaku Gothic ProN,
    Meiryo,
    sans-serif;
  font-weight: 500;
  font-style: normal;
  display: block;
  width: 100%;
  color: #000;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  background: #e9f0f4;
}

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

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

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

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

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

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

#feature .left figure {
  width: 53.2rem;
  margin: -2rem 0 0 -0.7rem;
}

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

#feature .right figure {
  width: 32.8rem;
  margin-left: 0.8rem;
}

/*-------------------------
 fade_anim
-------------------------*/
/** fadeUp **/
#feature .fadeUp {
  opacity: 0;
  transition: opacity 1s, transform 1s;
  transform: translateY(4rem);
}

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

/** typing **/
#feature .typing .js-text-list path {
  opacity: 0;
}

#feature .typing.active .js-text-list path {
  opacity: 1;
}

/** slider **/
#feature .swiper {
  width: 71.8rem;
  height: fit-content;
  margin: -1.5rem 0 0 auto;
}

#feature .swiper figure {
  width: 45rem;
  margin-right: 3rem;
}

#feature .swiper figure img {
  height: auto;
}

#feature .swiper_loop {
  margin-top: -3.8rem;
}

#feature .swiper_loop .swiper-wrapper {
  transition-timing-function: linear !important;
}

#feature .swiper_loop .swiper-slide {
  width: 33.8rem;
  margin-right: 0.95rem;
}

/** loop **/
#feature .scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}

#feature .scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0;
}

#feature .scroll-infinity__list--left {
  animation: infinity-scroll-left 20s infinite linear 0.5s both;
}

#feature .scroll-infinity__item:nth-of-type(1) {
  width: 35rem;
  margin: 5.2rem 0 0 0;
}

#feature .scroll-infinity__item:nth-of-type(2) {
  width: 17rem;
  height: fit-content;
  margin: 35rem 0 0 4.7rem;
}

#feature .scroll-infinity__item:nth-of-type(3) {
  width: 24rem;
  height: fit-content;
  margin: 0 0 0 -11.6rem;
}

#feature .scroll-infinity__item:nth-of-type(4) {
  width: 28.6rem;
  margin: 10.7rem 10rem 0 4.6rem;
}

#feature .scroll-infinity__item>img {
  width: 100%;
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

/** rotate **/
#feature .rotate {
  animation: rotate 40s linear infinite;
}

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

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

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

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

#feature .hero_ttl {
  width: 57.56055rem;
  margin: 5.5rem auto 0;
}

#feature .lead {
  margin-top: 8.6rem;
  font-size: 2.4rem;
  letter-spacing: 0;
  line-height: 2.0833;
  text-align: center;
  color: #2d2d2d;
  position: relative;
}

/** star **/
#feature .star {
  width: 2.4rem;
}

#feature .star_top {
  position: absolute;
  top: 1.7rem;
  left: 14.2rem;
  width: 4.6rem;
  z-index: 20;
  transform: rotate(12deg);
  pointer-events: none;
}

#feature .star01 {
  position: absolute;
  top: 3.6rem;
  left: 9.8rem;
}

#feature .star02 {
  position: absolute;
  top: 14rem;
  right: -1.7rem;
  z-index: 20;
}

#feature .star03 {
  width: 2.66527rem;
  position: absolute;
  top: 6.2rem;
  left: 4rem;
  z-index: 20;
}

#feature .star04 {
  width: 2.6rem;
  position: absolute;
  top: 0.8rem;
  right: 8.6rem;
  z-index: 20;
}

#feature .star05 {
  width: 2.6rem;
  position: absolute;
  bottom: -11.5rem;
  left: 17rem;
  z-index: 20;
}

#feature .star06 {
  width: 2.6rem;
  margin: 5rem 0 0 15.8rem;
  position: relative;
  z-index: 20;
}

#feature .star07 {
  width: 4.33586rem;
  margin: 6.6rem 12.4rem 0 auto;
  position: relative;
  z-index: 20;
}

#feature .star08 {
  width: 2.57758rem;
  margin: 14.2rem 0 0 9.8rem;
}

#feature .star09 {
  width: 2.47206rem;
  margin: 9.3rem 0 0 62.2rem;
  transform: rotate(60deg);
}

#feature .star10 {
  width: 2.6rem;
  position: absolute;
  top: 5.7rem;
  left: -9rem;
  z-index: 20;
  transform: rotate(9deg);
}

#feature .star11 {
  width: 3.74504rem;
  margin: -4rem 0 0 7.9rem;
  transform: rotate(-51deg);
}

#feature .star12 {
  width: 2.4557rem;
  margin: -5.5rem -2.7rem 0 auto;
  transform: rotate(-6deg);
}

#feature .star13 {
  width: 2.4557rem;
  position: absolute;
  top: 10.2rem;
  left: -8.8rem;
  z-index: 20;
}

#feature .star14 {
  width: 3.4811rem;
  position: absolute;
  top: 7.3rem;
  left: 7.1rem;
  z-index: 20;
}

#feature .sales {
  width: 50rem;
  margin: 11.6rem auto 0;
  position: relative;
  border: solid #4f8bb7 1px;
  padding: 3rem 0;
}

#feature .sales .txt_img {
  width: 39.7988rem;
  margin: auto;
}

#feature .sales__txt {
  font-size: 2.2rem;
  margin: 1rem auto 0;
  text-decoration: underline;
  text-align: center;
  color: #4f8bb7;
}

#feature .sales__txt a{
  color: #4f8bb7;
}

#feature .item_area {
  margin-top: 12.6rem;
  padding-bottom: 6rem;
  background: #e9f0f4;
  position: relative;
}

#feature .line {
  width: 100%;
}

#feature .line02 {
  width: 100%;
  margin: -2px 0 0 0;
}


#feature .item_flex {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 3.8rem;
  gap: 1.8rem;
}

#feature .item_area__item {
  width: 22rem;
}

#feature .item_area__item img {
  width: auto;
  height: 23.5rem;
  margin: auto;
}

#feature .bg_color {
  position: relative;
}

#feature .bg_color::before {
  content: "";
  position: absolute;
  top: 37rem;
  left: 0;
  width: 100%;
  height: 128.8rem;
  background-color: #e9f0f4;
  z-index: 0;
}

#feature .bg_color02 {
  position: relative;
  z-index: 0;
}

#feature .bg_color02::before {
  content: "";
  inset: 0;
  background-image: url("../img/line-gray-item.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 66.1rem;
  left: 0;
  width: 100%;
  height: 5.68194rem;
  z-index: -2;
}

#feature .bg_color02::after {
  content: "";
  position: absolute;
  top: 72.5rem;
  left: 0;
  width: 100%;
  height: 58.38849rem;
  background-color: #ebf0f2;
  z-index: -1;
}

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

#feature .bg_color03::before {
  content: "";
  position: absolute;
  top: -4.7rem;
  left: 0;
  width: 100%;
  height: 61.33101rem;
  background-color: #e9f0f4;
  z-index: -1;
}

#feature .item_name {
  margin-top: 3.5rem;
  font-size: 2.4rem;
  letter-spacing: 0.025em;
  line-height: 1.1;
  text-align: center;
  color: #6193Bc;
  height: 5.5rem;
  font-family: "elza-condensed", sans-serif;
  font-weight: 500;
  font-style: normal;
}

#feature .item_credit {
  margin-top: 1.5rem;
  font-size: 2.4rem;
  letter-spacing: 0.025em;
  line-height: 1.1;
  text-align: center;
  color: #6193Bc;
  font-family: "elza-condensed", sans-serif;
  font-weight: 500;
  font-style: normal;
}

#feature .blue_line {
  width: 100%;
  position: absolute;
  top: 51.4rem;
  left: 0;
  z-index: 20;
}

#feature .blue_line img {
  width: 100%;
}

#feature .blue_line02 {
  width: 100%;
  margin: 15.2rem auto;
}

#feature .blue_line02 img {}

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

#feature .ttl02 {
  width: 47.35449rem;
  margin: 29.6rem auto 0;
}

#feature .model {
  width: 65rem;
  height: 59rem;
  margin: 1.8rem auto 4.2rem;
  background: #ebf0f2;
}

#feature .model:last-of-type {
  height: 56rem;
}

#feature .model figure {
  width: 26rem;
  margin: 0 auto;
  padding-top: 4rem;
}

#feature .model p {
  font-size: 3rem;
  text-align: center;
  color: #2d2d2d;
  margin-top: 3.5rem;
  line-height: 1;
}

#feature .model p.insta_link {
  font-size: 2.2rem;
  letter-spacing: 0.025em;
  text-align: center;
  margin-top: 1.2rem;
  font-family: "elza-condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
}

#feature .model p.insta_link a {
  color: #6193bc;
}

#feature .model p.text {
  width: 56.62598rem;
  margin: 3.5rem auto 0 4rem;
  font-size: 2.2rem;
  letter-spacing: -0.05em;
  line-height: 1.36;
  text-align: center;
}

#feature .staff {
  font-size: 2.4rem;
  letter-spacing: 0.025em;
  text-align: center;
  line-height: 1.2;
  margin-top: 14.5rem;
  color: #6193bc;
  font-family: "elza-condensed", sans-serif;
  font-weight: 500;
  font-style: normal;
}


/*-------------------------
 image
-------------------------*/
#feature .item_ttl01 {
  width: 54.46191rem;
  margin: 22.7rem 0 0 2.6rem;
}

#feature .img01 {
  width: 66.4rem;
  margin-top: 2rem;
}

#feature .typing01 {
  width: 29.14267rem;
  margin: 14rem 5.8rem 0 auto;
  pointer-events: none;
  position: relative;
  z-index: 20;
}

#feature .img02 {
  width: 54rem;
  margin: -53.3rem auto 0 10rem;
}

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

#feature .item_ttl03 {
  width: 4.97559rem;
  position: absolute;
  top: 9.4rem;
  right: 5.4rem;
}

#feature .img06 {
  width: 57.8rem;
  margin: 5rem auto 0;
}

#feature .typing02 {
  width: 20.999027rem;
  position: absolute;
  top: 9rem;
  left: 4.4rem;
  pointer-events: none;
  z-index: 20;
}

#feature .typing03 {
  width: 3.54688rem;
  position: absolute;
  top: 25.3rem;
  right: 14.2rem;
  pointer-events: none;
  z-index: 20;
}

#feature .typing04 {
  width: 15.31836rem;
  position: absolute;
  top: 48.2rem;
  left: 11.4rem;
  pointer-events: none;
  z-index: 20;
}

#feature .typing05 {
  width: 22.14258rem;
  position: absolute;
  top: 69.6rem;
  right: 4.3rem;
  pointer-events: none;
  z-index: 20;
}

#feature .img07 {
  width: 59.4rem;
  margin: 17.3rem 0 0 auto;
  position: relative;
}

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

#feature .item_ttl04 {
  width: 43.68457rem;
  position: absolute;
  top: 4.6rem;
  left: 50%;
  transform: translate(-50%);
  z-index: 20;
}

#feature .item_ttl05 {
  width: 20.72335rem;
  margin: 5.2rem 8.4rem 0 auto;
}

#feature .img09 {
  width: 50.8rem;
  margin: -23rem auto 0;
}

#feature .img10 {
  width: 67.8rem;
  margin: 15.2rem auto 0 0;
  position: relative;
}

#feature .img11 {
  width: 55.6rem;
  margin: 7.5rem 0 0 auto;
  position: relative;
}

#feature .circle {
  width: 17.75586rem;
  margin: 11rem 0 0 5rem;
  position: relative;
  z-index: 20;
  pointer-events: none;
}

/*-------------------------
 credit
-------------------------*/
#feature .credit-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 0 1.8rem;
}

#feature .credit-inner a {
  font-size: 2.2rem;
  letter-spacing: 0.05em;
  line-height: 1.4545;
  text-align: center;
  color: #4f8bb7;
  font-family: "elza-condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  z-index: 20;
}

#feature .underline {
  margin-right: -0.3rem;
}

#feature .credit01 .credit-inner {
  width: 53rem;
  margin: 2rem 0 0 3.2rem;
  padding-bottom: 6.1rem;
  position: relative;
  z-index: 20;
}

#feature .credit02 .credit-inner {
  width: 51rem;
  margin: 2.2rem 0 0 15.5rem;
}

#feature .credit03 .credit-inner {
  width: 54rem;
  margin: 2.1rem 6.8rem 0 auto;
  justify-content: end;
}
