@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-container {
  width: 100%;
  overflow: clip;
}

.l-footer {
  padding: 0;
}

.pc-footer {
  margin: 0;
}

#feature {
  box-sizing: border-box;
  color: #323232;
  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%;
}

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

#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;
  display: block;
}


/*-------------------------
 fade
-------------------------*/
.fadeIn {
  opacity: 0;
  transition: opacity 1s ease-in;
}

.fadeIn.active {
  opacity: 1;
}

#feature .js-side-text figure {
  width: 0.72061rem;
}

#feature .js-side-text {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1.1s ease-in-out, visibility 1.1s ease-in-out;
}

#feature .js-side-text.active {
  opacity: 1;
  visibility: visible;
  transition: opacity 1.1s ease-in-out, visibility 1.1s ease-in-out;
}

#feature .flex {
  display: flex;
}

#feature .left {
  position: sticky;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: 2;
}

#feature .main_img img {
  height: 100vh;
  object-fit: cover;
  object-position: center top;
}

#feature .left figure:last-child {
  width: calc(255.2 * (100vw / 1400));
  position: absolute;
  bottom: 5.2dvh;
  left: 4rem;
  pointer-events: none;
}

#feature .right {
  max-width: 45rem;
  margin: auto;
}

/*-------------------------
 slider
-------------------------*/
#feature .swiper {
  width: 45rem;
  height: fit-content;
  margin-top: 4.4rem;
}

#feature .sec06 .swiper {
  margin-top: 3.4rem;
}

#feature .swiper02 {
  width: 45rem;
  height: fit-content;
  overflow: hidden;
}

#feature .swiper03 {
  width: 45rem;
  height: fit-content;
  overflow: hidden;
}

/*-------------------------
 hero
-------------------------*/
#feature .hero {
  width: 45rem;
  height: fit-content;
  margin: auto;
  position: relative;
  overflow: hidden;
}

#feature .hero.sticky {
  top: 8rem!important;
}

#feature .hero-box video {
  width: 45rem;
  height: auto;
}

#feature .hero-box .video-toggle-btn {
  border: none;
  width: 10rem;
  height: 1.15rem;
  right: 0.4rem;
  top: 1.5rem;
  position: absolute;
  background: url(../img/sound_on.svg) center center/contain no-repeat;
  z-index: 10;
}

#feature .hero-box .video-toggle-btn.is-muted {
  background: url(../img/sound_off.svg) center center/contain no-repeat;
}


/*-------------------------
 content
-------------------------*/
#feature .sticky {
  position: sticky;
  background: #fff;
}

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

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

#feature .sec03 {
  padding-bottom: 14rem;
}

#feature .sec04 {
  padding-bottom: 13.8rem;
}

#feature .sec05 {
  padding-bottom: 13.8rem;
}

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

#feature .side-text {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
  z-index: 50;
  pointer-events: none;
}

#feature .color01 {
  position: absolute;
  top: 2.55rem;
  right: 1.8rem;
  width: 2.23rem;
  pointer-events: none;
}

#feature .ttl01 {
  position: absolute;
  bottom: 4.5rem;
  left: 2.8rem;
  width: 25rem;
  pointer-events: none;
}

#feature .color02 {
  position: absolute;
  top: 2.25rem;
  left: 1.8rem;
  width: 2.3rem;
  pointer-events: none;
}

#feature .ttl02 {
  position: absolute;
  bottom: 10.6rem;
  right: 1.9rem;
  width: 21.6rem;
  pointer-events: none;
}

#feature .color03 {
  position: absolute;
  top: 1.8rem;
  right: 2rem;
  width: 11.2rem;
  pointer-events: none;
}

#feature .ttl03 {
  position: absolute;
  bottom: 5.5rem;
  left: 4.1rem;
  width: 38.6rem;
  pointer-events: none;
}

#feature .color04 {
  position: absolute;
  top: 2.2rem;
  left: 1.7rem;
  width: 2.28rem;
  pointer-events: none;
}

#feature .ttl04 {
  position: absolute;
  top: 31.8rem;
  right: 0;
  left: -0.2rem;
  margin: auto;
  width: 35.9rem;
  pointer-events: none;
}

#feature .color05 {
  position: absolute;
  bottom: 13.9rem;
  right: 4.5rem;
  width: 5.2rem;
  pointer-events: none;
}

#feature .ttl05 {
  position: absolute;
  bottom: 18.4rem;
  right: 0;
  left: 0.3rem;
  margin: auto;
  width: 36.3rem;
  pointer-events: none;
}

#feature .color06 {
  position: absolute;
  bottom: 1.9rem;
  left: 1.6rem;
  width: 11.2rem;
  pointer-events: none;
}

#feature .ttl06 {
  position: absolute;
  top: 2.9rem;
  left: 3rem;
  margin: auto;
  width: 8.65rem;
  pointer-events: none;
}

#feature .btn {
  text-align: center;
}

#feature .btn a {
  font-size: 2.9rem;
  text-align: center;
  letter-spacing: 0.06em;
  margin-top: 2.5rem;
  border-bottom: solid 2px #323232;
  display: inline-block;
  padding-bottom: 0.7rem;
  font-family: "greycliff-cf", sans-serif;
  font-weight: 500;
  font-style: normal;
}

#feature .staff {
  width: 45rem;
}

#feature .staff p:nth-of-type(1) {
  font-size: 2rem;
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 7.2rem;
}

#feature .staff p:nth-of-type(2) {
  font-size: 1.44rem;
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 0.7rem;
}

#feature .staff p:nth-of-type(3) {
  font-size: 1.7rem;
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 3.1rem;
}

#feature .staff p:nth-of-type(4) {
  font-size: 1.38rem;
  line-height: 2;
  letter-spacing: 0.025em;
  text-align: center;
  margin-top: 0.5rem;
  font-family: "canada-type-gibson", sans-serif;
  font-weight: 300;
  font-style: normal;
}


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

#feature .sec01 h2 {
  width: 23rem;
  margin: 0 auto;
  padding-top: 4.95rem;
}

#feature .section__lead {
  font-size: 1.45rem;
  text-align: center;
  line-height: 2;
  letter-spacing: 0.05em;
  padding-top: 3.5rem;
}

#feature .section__event {
  font-size: 1.6rem;
  text-align: center;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-top: 1rem;
  font-family: "greycliff-cf", sans-serif;
  font-weight: 400;
  font-style: normal;
}

#feature .section__event span {
  font-size: 1.7rem;
}

#feature .section__event span.line_space {
  margin: 0 0.15rem;
}

#feature .sec01 h3 {
  width: 11.5rem;
  margin: 3.4rem auto 0;
  font-size: 1.45rem;
  text-align: center;
  line-height: 1.7;
  letter-spacing: 0.05em;
  border: solid 1px #323232;
}

#feature .sec01 h3:nth-of-type(2) {
  margin: 2.2rem auto 0;
}

#feature .section__campaign span {
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.25;
  letter-spacing: 0.05em;
  display: block;
  color: #d28fad;
  margin-bottom: 1rem;
}

#feature .section__campaign {
  font-size: 1.45rem;
  text-align: center;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-top: 1.9rem;
}

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

#feature .img02 {
  width: 34.8rem;
  margin: 2.8rem auto 0;
}

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

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

#feature .img05 {
  width: 27.5rem;
  margin: -2.2rem auto 0 3rem;
  position: relative;
  z-index: 10;
  background: #fff;
}

#feature .img06 {
  width: 45rem;
  margin: 10rem auto 0;
}

#feature .img07 {
  width: 33.5rem;
  margin: 5rem auto 0 3rem;
  position: relative;
  z-index: 10;
  background: #fff;
}

#feature .img08 {
  width: 30rem;
  margin: -3.5rem 3rem 0 auto;
}

#feature .img09 {
  width: 45rem;
  margin: 5.6rem auto 0;
}

#feature .img10 {
  width: 27.5rem;
  margin: 5rem auto 0;
}

#feature .img11 {
  width: 45rem;
  margin: auto;
}

#feature .img12 {
  width: 34.8rem;
  margin: 7.1rem 2.6rem 0 auto;
}

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

#feature .img14 {
  width: 33.2rem;
  margin: 9.8rem 0 0 auto;
}

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

#feature .img16 {
  width: 45rem;
  margin: auto;
}

#feature .img17 {
  width: 31.8rem;
  margin: 7.2rem auto 0 3.5rem;
  position: relative;
  z-index: 10;
  background: #fff;
}

#feature .img18 {
  width: 37.2rem;
  margin: -2.5rem 0 0 auto;
}

#feature .img19 {
  width: 41.4rem;
  margin: 10.2rem auto 0 1.7rem;
}

#feature .img20 {
  width: 33.6rem;
  margin: 5rem auto 0 5.4rem;
}

#feature .img21 {
  width: 45rem;
  margin: auto;
}

#feature .img22 {
  width: 30rem;
  margin: 2.6rem auto 0;
}

#feature .img23 {
  width: 45rem;
  margin: 4.7rem auto 0;
}

#feature .img24 {
  width: 37.3rem;
  margin: 10rem 0 0 auto;
}

#feature .img25 {
  width: 36rem;
  margin: 3.5rem auto 0 0;
}

#feature .img26 {
  width: 31.3rem;
  margin: 10.2rem auto 0 4.5rem;
}

#feature .img27 {
  width: 31.3rem;
  margin: 1.2rem 3.7rem 0 auto;
}

#feature .img28 {
  margin: 4.7rem auto 0;
}

#feature .img29 {
  width: 45rem;
  margin: auto;
}

#feature .img30 {
  width: 33.6rem;
  margin: 7.1rem auto 0;
}

#feature .img31 {
  width: 36rem;
  margin: 10.2rem auto 0 0;
}

#feature .img32 {
  width: 33.6rem;
  margin: 5rem 0 0 auto;
  position: relative;
  z-index: 10;
  background: #fff;
}

#feature .img33 {
  width: 32.4rem;
  margin: -3.8rem auto 0 2.8rem;
}

#feature .img34 {
  width: 45rem;
  margin: auto;
}

#feature .img35 {
  width: 33.6rem;
  margin: 7.1rem auto 0;
}

#feature .img36 {
  margin: 10rem auto 0;
}

#feature .img37 {
  width: 39.6rem;
  margin: 4.8rem auto 0;
}

#feature .img38 {
  width: 37.3rem;
  margin: 10.2rem auto 0 0;
}

#feature .img39 {
  width: 33.6rem;
  margin: 0 0 0 auto;
}

#feature .img40 {
  width: 45rem;
  margin: 10.3rem auto 0;
}

#feature .img41 {
  width: 34.9rem;
  margin: 4.5rem auto 0;
}

#feature .img42 {
  width: 33.5rem;
  margin: 9rem auto 0 5rem;
}

#feature .img43 {
  width: 45rem;
  margin: 5.5rem auto 0;
}



/*-------------------------
 credit
-------------------------*/
#feature .credit02 {
  width: 27.5rem;
  margin: 0 auto 0 3rem;
}

#feature .credit02 .credit {
  justify-content: left;
}

#feature .credit03 {
  width: 30rem;
  margin: 0 0 0 12rem;
}

#feature .credit03 .credit {
  justify-content: left;
}

#feature .credit04 {
  width: 27.5rem;
  margin: auto;
}

#feature .credit05 {
  width: 36rem;
  margin: 3.5rem auto 0 0.5rem;
}

#feature .credit05 .credit {
  justify-content: left;
}

#feature .credit06 {
  width: 33rem;
  margin: 0 0 0 1.8rem;
}

#feature .credit06 .credit {
  justify-content: left;
}

#feature .credit07 {
  width: 37.2rem;
  margin: 0 0 0 auto;
}

#feature .credit07 .credit {
  justify-content: left;
}

#feature .credit09 {
  margin: 0 0 0 -0.5rem;
}

#feature .credit10 {
  width: 30rem;
  margin: 0 0 0 2.2rem;
}

#feature .credit10 .credit {
  justify-content: left;
}

#feature .credit11 {
  width: 45rem;
  margin: 0.9rem auto 0 -4.3rem;
}

#feature .credit11 .credit {
  justify-content: left;
}

#feature .credit13 {
  width: 32rem;
  margin: 0 0 0 2.8rem;
}

#feature .credit13 .credit {
  justify-content: left;
}

#feature .credit14 {
  margin: 0 0 0 -0.5rem;
}

#feature .credit14 .credit {
  gap: 0 1.2rem;
}

#feature .credit15 {
  width: 28.6rem;
  margin: 0 auto;
}

#feature .credit16 {
  width: 33.6rem;
  margin: 0 0 0 11.5rem;
}

#feature .credit16 .credit {
  justify-content: left;
}

#feature .credit17 {
  width: 26.9rem;
  margin: 0 auto;
}

#feature .credit {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 1.2rem;
  margin-top: 0.9rem;
}

#feature .credit a {
  font-size: 1.32rem;
  letter-spacing: 0.025em;
  color: #323232;
  line-height: 2;
  font-family: "canada-type-gibson", sans-serif;
  font-weight: 300;
  font-style: normal;
}

#feature .credit>.item {
  margin: 0;
  line-height: 1;
  text-align: left;
  position: relative;
}

#feature .credit>.item>.link {
  text-decoration: underline;
  text-decoration-skip-ink: none;
  text-underline-offset: 0.15rem;
}