@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: "yu-gothic-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt";
  display: block;
  width: 100%;
  padding-bottom: 0;
}

#feature .feature__inner {
  width: 100%;
  position: relative;
  display: flex;
}


#feature .left {
  position: sticky;
  top: 79px;
  left: 0;
  width: 50%;
  height: calc(100vh - 79px);
}

#feature .right {
  width: 50%;
}

#feature .right .right__inner {
  width: 49rem;
  margin: auto;
}

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

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


/*-------------------------
 fade
-------------------------*/
#feature .fadeUp {
  opacity: 0;
  transform: translateY(10%);
  transition: opacity 1s ease, transform 1s ease;
}

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

#feature .fadeUp_ttl {
  position: absolute;
  bottom: 18.5%;
  left: 0;
  right: 0;
  margin: auto;
}

#feature .hero .fadeUp_ttl figure img {
  width: 100%;
  height: auto;
}

#feature .fadeUp_ttl span {
  -webkit-clip-path: inset(0 0 130% 0);
  clip-path: inset(0 0 130% 0);
  display: block;
  transition: all 1.2s;
  translate: 0 130%;
  text-align: center;
  margin: auto;
}

#feature .fadeUp_ttl span.active {
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
  translate: 0 0;
}

#feature .fadeUp_ttl span:first-child {
  transition-delay: .5s;
  width: 64%;
  margin: auto;
}

#feature .fadeUp_ttl span:nth-child(2) {
  transition-delay: .8s;
  width: 48.5%;
  margin: 3rem auto 0;
}

#feature .fadeUp_ttl span:last-child {
  transition-delay: 1.1s;
  width: 33%;
  margin: 3.6rem auto 0;
}

#feature .fadeLeft {
  opacity: 0;
  -webkit-transform: translateX(10%);
  transform: translateX(10%);
  -webkit-transition: opacity 1s ease,
    -webkit-transform 1s ease;
  transition: opacity 1s ease,
    -webkit-transform 1s ease;
  transition: opacity 1s ease,
    transform 1s ease;
  transition: opacity 1s ease,
    transform 1s ease,
    -webkit-transform 1s ease;
}

#feature .fadeRight {
  opacity: 0;
  -webkit-transform: translateX(-10%);
  transform: translateX(-10%);
  -webkit-transition: opacity 1s ease,
    -webkit-transform 1s ease;
  transition: opacity 1s ease,
    -webkit-transform 1s ease;
  transition: opacity 1s ease,
    transform 1s ease;
  transition: opacity 1s ease,
    transform 1s ease,
    -webkit-transform 1s ease;
}

#feature .fadeLeft.active,
#feature .fadeRight.active {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

#feature .delay {
  transition-delay: .5s;
}

/*-------------------------
 slider
-------------------------*/
#feature .swiper {
  width: 49rem;
  height: fit-content;
  margin-top: 0rem;
  overflow: hidden;
}

#feature .swiper .swiper-slide {
  width: 41.2rem;
  margin-right: 1rem;
}

#feature .swiper-slide figure{
  background: #fff;
}

#feature .swiper02 {
  width: 49rem;
  height: fit-content;
  margin-top: 5.8rem;
  overflow: hidden;
}

#feature .swiper02 .swiper-slide {
  width: 49rem;
}

#feature .swiper03,
#feature .swiper04 {
  width: 100%;
  height: fit-content;
  overflow: hidden;
}

#feature .swiper03 .swiper-slide,
#feature .swiper04 .swiper-slide {
  width: 12.5rem;
  margin-right: 1rem;
}

#feature .swiper03 {
  padding-top: 5.8rem;
}

#feature .swiper04 {
  padding-top: 1rem;
}

#feature .swiper03 .swiper-wrapper,
#feature .swiper04 .swiper-wrapper {
  transition-timing-function: linear;
}

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

#feature .hero figure img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  object-position: top center;
}

#feature .lead {
  font-size: 1.7rem;
  letter-spacing: 0.07em;
  text-align: center;
  line-height: 1.75;
  margin: 6rem auto 0;
  color: #000;
}

#feature .lead span {
  letter-spacing: 0.073em;
}

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

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

#feature section {
  position: relative;
}

#feature .block01 {
  width: 45rem;
  margin: 5.8rem auto 0;
}

#feature .block03 {
  width: 41rem;
  margin: 0 auto;
}

#feature .block07 {
  width: 38.3rem;
  margin: 0 auto;
}

#feature .block09 {
  width: 49rem;
  margin: 0 auto;
}

#feature .sec02 {
  margin-top: 10.2rem;
  padding-bottom: 6rem;
  width: 100%;
}

#feature .sec02 h2 {
  font-size: 3.4rem;
  letter-spacing: 0.02em;
  color: #000;
  padding-top: 5.8rem;
  text-align: center;
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-style: normal;
}

#feature .logo {
  width: 32.5rem;
  margin: 6rem auto 0;
}

#feature .btn01 {
  width: 45rem;
  margin: 5.8rem auto 0;
  text-align: center;
}

#feature .btn02 {
  width: 45rem;
  margin: 0.8rem auto 0;
  text-align: center;
}

/*-------------------------
 image
-------------------------*/
#feature .img01 {
  width: 45rem;
  margin: 0 auto;
}

#feature .img02 {
  width: 33.3rem;
    height: 41.6rem;
  margin: 5.8rem 0 0 auto;
  background: #fff;
}

#feature .img02::after {
  content: '';
  position: absolute;
  bottom: -19.2rem;
  left: 0;
  background-image: url(../img/img02-bg.jpg);
  width: 33.3rem;
  height: 43rem;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}

#feature .img03 {
  width: 41rem;
  margin: 1.5rem auto 0;
  background: #fff;
}

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

#feature .img05 {
  width: 32rem;
  margin: -5.7rem 0 0 auto;
  background: #fff;
}

#feature .img06 {
  width: 100%;
  margin: 6rem auto 0 0;
}

#feature .img07 {
  width: 34.5rem;
  margin: 7.9rem auto 0;
}

#feature .img07::after {
  content: '';
  position: absolute;
  top: -2.2rem;
  left: 0;
  right: 0;
  margin: auto;
  background-image: url(../img/img07-bg.png);
  width: 38.5rem;
  height: 49.7rem;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
  pointer-events: none;
}

#feature .img09 {
  width: 35.8rem;
  margin: 5.8rem 0 0 auto;
}

#feature .block09::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/img09-bg.jpg);
  width: 12rem;
  height: 44.75rem;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
  pointer-events: none;
}

#feature .img10 {
  width: 49rem;
  margin: 0.7rem auto 0;
}

#feature .img11 {
  width: 36rem;
  margin: 9.2rem auto 0;
}

#feature .img11::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/img11-bg.png);
  width: 36rem;
  height: 45rem;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 5;
  pointer-events: none;
}

#feature .block11::before {
  content: '';
  position: absolute;
  top: -3rem;
  right: 3.5rem;
  background-image: url(../img/img11-right.png);
  width: 10.2rem;
  height: 11.4rem;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 5;
  pointer-events: none;
}

#feature .block11::after {
  content: '';
  position: absolute;
  bottom: -9.8rem;
  left: 1.7rem;
  background-image: url(../img/img11-left.png);
  width: 8.2rem;
  height: 14rem;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 5;
  pointer-events: none;
}

#feature .img12 {
  width: 49rem;
  margin: 11.6rem auto 0 0;
}

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

#feature .sec02 .section__inner:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/all-line-up-bg.jpg);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  z-index: -1;
  pointer-events: none;
}


/*-------------------------
 credit
-------------------------*/
#feature .credit01 {
  width: 42rem;
}

#feature .credit03 {
  width: 13rem;
  position: absolute;
  left: 2rem;
  bottom: 0;
}

#feature .credit04 {
  width: 40rem;
  margin-left: 2rem;
}

#feature .credit06 {
  width: 36rem;
  margin-left: 1.5rem;
}

#feature .credit07 {
  width: 39rem;
  margin-left: 2rem;
}

#feature .credit08 {
  width: 40rem;
  margin-left: 2rem;
}

#feature .credit {
  display: flex;
  flex-wrap: wrap;
  gap: 0 1.5rem;
  margin-top: 0.8rem;
}

#feature .credit05.credit {
  margin-top: 2.8rem;
}

#feature .credit a {
  font-size: 1.45rem;
  letter-spacing: 0.025em;
  color: #000;
  line-height: 1.8;
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-style: normal;
}

#feature .credit03.credit a {
  line-height: 1.75;
}
