@charset "UTF-8";

html {
  font-size: 0.4857vw;
  scroll-behavior: smooth;
}

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

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-header {
  background: #fff;
}

.l-footer {
  padding: 0;
}

.pc-footer {
  margin: 0;
  background: #fff;
}

ul li {
  list-style: none;
}

#feature {
  box-sizing: border-box;
  overflow: clip;
  position: relative;
  font-feature-settings: "palt" 1;
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", sans-serif;
  font-weight: 500;
  font-style: normal;
  display: block;
  width: 100%;
  color: #000;
}

#feature .feature__inner {
  width: 75rem;
  position: relative;
  background: #f0eeea;
  overflow: hidden;
  margin: 0 auto;
}

#feature a {
  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;
}

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

/*-------------------------
 fade_anim
-------------------------*/
#feature .fadeIn {
  opacity: 0;
  transition: all 1s ease-out;
}

#feature .fadeIn.active {
  opacity: 1;
}

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

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

#feature .fadeLeft {
  opacity: 0;
  transform: translateX(30px);
  transition: all 1s ease-out;
}

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

#feature .fadeRight {
  opacity: 0;
  transform: translateX(-30px);
  transition: all 1s ease-out;
}

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

#feature .fadeRotate {
  rotate: 5deg;
  opacity: 0;
  transition: opacity 1.1s cubic-bezier(0.22, 0.61, 0.36, 1),
    translate 1.1s cubic-bezier(0.22, 0.61, 0.36, 1),
    scale 1.1s cubic-bezier(0.22, 0.61, 0.36, 1),
    rotate 1.1s cubic-bezier(0.22, 0.61, 0.36, 1),
    filter 1.1s cubic-bezier(0.22, 0.61, 0.36, 1);
}

#feature .fadeRotate.active {
  opacity: 1;
  rotate: 0deg;
}

#feature .fadeRotate02 {
  rotate: -5deg;
  opacity: 0;
  transition: opacity 1.1s cubic-bezier(0.22, 0.61, 0.36, 1),
    translate 1.1s cubic-bezier(0.22, 0.61, 0.36, 1),
    scale 1.1s cubic-bezier(0.22, 0.61, 0.36, 1),
    rotate 1.1s cubic-bezier(0.22, 0.61, 0.36, 1),
    filter 1.1s cubic-bezier(0.22, 0.61, 0.36, 1);
}

#feature .fadeRotate02.active {
  opacity: 1;
  rotate: 0deg;
}

/*-------------------------
 hero
-------------------------*/
#feature .hero {
  width: 75rem;
  height: fit-content;
  position: relative;
  z-index: 20;
}

#feature .hero_ttl {
  width: 43.73764rem;
  position: absolute;
  top: 2.1rem;
  left: 50%;
  transform: translate(-50%);
}

#feature .lead {
  font-size: 2.4rem;
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 7.3rem;
}

/*-------------------------
 content
-------------------------*/
#feature .pc_bg {
  position: fixed;
  display: block;
  background-image: url(../img/pc-bg.jpg);
  background-size: cover;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: -1;
}

#feature .section__inner {
  width: 100%;
}

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

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

#feature .staff p {
  font-size: 2.2rem;
  letter-spacing: 0.05em;
  line-height: 2.18;
  text-align: center;
  margin-top: 8.8rem;
  padding-bottom: 16.5rem;
  font-family: "pragmatica", sans-serif;
  font-weight: 300;
  font-style: normal;
}

/*-------------------------
 image
-------------------------*/
#feature .ttl02 {
  width: 68.90847rem;
  position: absolute;
  top: -6.3rem;
  right: 3.9rem;
  z-index: 20;
  pointer-events: none;
}

/**　01　**/
#feature .img01 {
  width: 54.06189rem;
  margin: 11rem 0 0 -2rem;
}

/**　02　**/
#feature .ttl01 {
  width: 21.00397rem;
  position: absolute;
  top: 20.5rem;
  left: 2.3rem;
  z-index: 20;
  pointer-events: none;
}

#feature .img02 {
  width: 48rem;
  margin: 10rem 0 0 auto;
  position: relative;
  z-index: 10;
}

#feature .img02_tape {
  width: 25.71288rem;
  position: absolute;
  top: -6.8rem;
  right: -4.6rem;
  z-index: 20;
  pointer-events: none;
}

/**　03　**/
#feature .img03 {
  width: 68rem;
  margin: -30rem 0 0 0;
}

/**　04　**/
#feature .img04 {
  width: 67.14162rem;
  margin: 17rem 0 0 4rem;
  position: relative;
  z-index: 10;
}

#feature .img04_tape {
  width: 28.10052rem;
  position: absolute;
  top: -4.9rem;
  right: 17.2rem;
  z-index: 20;
  pointer-events: none;
}

/**　05　**/
#feature .img05 {
  width: 75rem;
  margin: 7.2rem auto 0;
}

/**　06　**/
#feature .img06 {
  width: 64.00004rem;
  margin: 18rem auto 0;
}

/**　07　**/
#feature .img07 {
  width: 58rem;
  margin: 10.5rem 0 0 3.5rem;
  position: relative;
  z-index: 10;
}

#feature .img07_tape {
  width: 10.14928rem;
  position: absolute;
  top: 22rem;
  left: -1.9rem;
  z-index: 20;
  pointer-events: none;
}

/**　08　**/
#feature .img08 {
  width: 56rem;
  margin: 6rem 0 0 auto;
}

/**　09　**/
#feature .img09 {
  width: 75rem;
  margin: 18rem auto 0;
}

/**　10　**/
#feature .ttl03 {
  width: 26.51744rem;
  position: absolute;
  top: -3.1rem;
  left: 5rem;
  z-index: 20;
  pointer-events: none;
}

#feature .img10 {
  width: 58rem;
  margin: 10rem 0 0 auto;
  position: relative;
  z-index: 10;
}

/**　11　**/
#feature .img11 {
  width: 57rem;
  margin: -1.6rem 0 0 0;
}

#feature .img11_tape {
  width: 12rem;
  position: absolute;
  top: 59rem;
  right: 10.5rem;
  z-index: 20;
  pointer-events: none;
}

/**　12　**/
#feature .img12 {
  width: 68rem;
  margin: 17rem 0 0 auto;
}

#feature .img12_2 {
  width: 68rem;
  margin: 0 0 0 auto;
}

#feature .img12_tape {
  width: 11rem;
  position: absolute;
  top: 36.7rem;
  left: 1.5rem;
  z-index: 20;
  pointer-events: none;
}

/**　13　**/
#feature .img13 {
  width: 68.839rem;
  margin: 14.2rem 0 0 -6.9rem;
  position: relative;
  z-index: 10;
}

#feature .img13_tape {
  width: 26rem;
  position: absolute;
  top: -2rem;
  right: 7.5rem;
  z-index: 20;
  pointer-events: none;
}

/**　14　**/
#feature .ttl04 {
  width: 35.80098rem;
  position: absolute;
  bottom: 7.7rem;
  left: 1.8rem;
  z-index: 20;
  pointer-events: none;
}

#feature .img14 {
  width: 75rem;
  margin: -17.8rem auto 0;
}

/**　15　**/
#feature .img15 {
  width: 68.01443rem;
  margin: -5.1rem 0 0 -1.3rem;
}

#feature .img15_tape {
  width: 27.10683rem;
  position: absolute;
  bottom: -3rem;
  right: 30.1rem;
  z-index: 20;
  pointer-events: none;
}

/**　16　**/
#feature .img16 {
  width: 46rem;
  margin: 23rem 0 0 0;
  position: relative;
  z-index: 20;
}

/**　17　**/
#feature .img17 {
  width: 64rem;
  margin: -8rem 0 0 auto;
}

#feature .img17_tape {
  width: 30rem;
  position: absolute;
  top: -5.2rem;
  right: -7rem;
  z-index: 20;
  pointer-events: none;
}

/**　18　**/
#feature .img18 {
  width: 68.89135rem;
  margin: 8.8rem 0 0 4rem;
}

/*-------------------------
 credit
-------------------------*/
#feature .credit {
  font-size: 2.2rem;
  letter-spacing: 0.05em;
  line-height: 1.9;
  font-family: "pragmatica", sans-serif;
  font-weight: 300;
  font-style: normal;
  position: relative;
}

#feature .credit a {
  color: #000;
}

#feature .credit01 {
  width: fit-content;
  position: absolute;
  bottom: 1rem;
  right: 3rem;
}

#feature .credit02 {
  margin: 2.5rem auto 0;
  width: 56.43672rem;
}

#feature .credit03 {
  width: fit-content;
  position: absolute;
  bottom: 3.3rem;
  left: 5rem;
}

#feature .credit04 {
  margin: 3rem auto 0 4rem;
  width: 40rem;
}

#feature .credit05 {
  margin: 3rem auto 0;
  width: fit-content;
}

#feature .credit06 {
  width: fit-content;
  position: absolute;
  bottom: -15.7rem;
  right: 3.5rem;
}

#feature .credit07 {
  width: fit-content;
  position: absolute;
  bottom: 3.2rem;
  left: 3rem;
}

#feature .credit08 {
  margin: 2.8rem auto 0;
  width: 57rem;
}

#feature .credit02 .credit {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 1.8rem;
}

#feature .credit04 .credit {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  gap: 0 1.8rem;
}
