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

ul li {
  list-style: none;
}

#feature {
  box-sizing: border-box;
  color: #000;
  overflow: clip;
  position: relative;
  font-family: "seiwa-do-l", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt";
  display: block;
  width: 100%;
}

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

#feature .flex {
  display: flex;
}

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

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

#feature .right {
  max-width: 50.5rem;
  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 .fadeIn {
  opacity: 0;
  transition: opacity 0.4s ease-in 0.4s;
}

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

#feature .fadeIn_ttl {
  width: 49.25588rem;
  position: absolute;
  top: 20dvh;
  left: 0;
  right: 0;
  margin: auto;
  color: #333333;
}

#feature .fadeIn_ttl span:first-child {
  font-size: 2.53rem;
  letter-spacing: 0.045em;
  display: block;
  font-family: "garamond-premier-pro-display", serif;
  font-weight: 300;
  font-style: normal;
}

#feature .fadeIn_ttl span figure {
  height: fit-content;
}

#feature .fadeIn_ttl span:nth-child(3) {
  font-size: 2.54rem;
  margin: 2.4rem 0.3rem 0 0;
  display: block;
  text-align: right;
  font-family: "above-the-beyond", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  transform: scaleY(0.8);
}

#feature .fadeIn_ttl__ft {
  width: 38rem;
  margin: 17.2rem auto 0;
  color: #333333;
}

#feature .fadeIn_ttl__ft span:first-child {
  font-size: 2rem;
  letter-spacing: 0.05em;
  display: block;
  margin-left: -0.6rem;
  font-family: "garamond-premier-pro-display", serif;
  font-weight: 300;
  font-style: normal;
}

#feature .fadeIn_ttl__ft span figure {
  width: 39.2rem;
  margin: 0.3rem 0 0 -0.5rem;
}

#feature .fadeIn_ttl__ft span:nth-child(3) {
  font-size: 2rem;
  margin: 1.8rem -0.4rem 0 0;
  display: block;
  text-align: right;
  font-family: "above-the-beyond", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  transform: scaleY(0.8);
}

#feature .delay {
  transition: opacity 0.6s ease-in 0.6s;
}

#feature .delay02 {
  transition: opacity 0.8s ease-in 0.8s;
}

#feature .delay03 {
  transition: opacity 1s ease-in 1s;
}

#feature .delay04 {
  transition: opacity 1.2s ease-in 1.2s;
}

#feature .delay05 {
  transition: opacity 1.4s ease-in 1.4s;
}


@keyframes MoveLeft01 {
  from {
    transform: translateX(100%);
  }

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

@keyframes MoveLeft02 {
  from {
    transform: translateX(0);
  }

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

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

#feature .lead {
  width: fit-content;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  text-align: left;
  line-height: 2.25;
  margin: 6.2rem auto 0 5rem;
  color: #040000;
}

#feature .lead p:last-child {
  margin-top: 3.4rem;
}

#feature .lead p:first-child span .space {
  letter-spacing: 0.09em;
  margin-left: -0.1rem;
}

#feature .lead p:first-child span .space2 {
  letter-spacing: 0.055em;
  margin-left: -0.3rem;
}

#feature .lead p:last-child span:nth-of-type(1) {
  letter-spacing: 0.075em;
}

#feature .lead p:last-child span:nth-of-type(2) {
  letter-spacing: 0.08em;
}

#feature .lead p:last-child span:nth-of-type(3) {
  letter-spacing: 0.02em;
}

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

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

#feature section {
  position: relative;
  margin-top: 11.5rem;
}

#feature .sec02 {
  margin-top: 17.5rem;
}

#feature .sec03 {
  margin-top: 14.3rem;
}

#feature .sec04 {
  margin-top: 14.3rem;
}

#feature .sec05 {
  margin-top: 35rem;
}

#feature .sec06 {
  margin-top: 16.3rem;
  overflow: clip;
}

#feature .sec08 {
  margin-top: 16.2rem;
}

#feature .sec09 {
  margin-top: 35rem;
}

#feature .sec10 {
  margin-top: 16.2rem;
  overflow: clip;
}

#feature .sec11 {
  margin-top: 14.5rem;
}

#feature .sec12 {
  margin-top: 0;
}

#feature .sec04,
#feature .sec11 {
  background: #411c13;
}

#feature .sec07 {
  margin-top: 16.6rem;
}

#feature .flex {
  display: flex;
  justify-content: space-between;
}

#feature .flex01 {
  margin-top: 9.4rem;
}

#feature .flex02 {
  flex-wrap: wrap;
}

#feature .flex02 figure {
  width: 25rem;
}

#feature .flex03 {
  flex-wrap: wrap;
  padding-top: 9.5rem;
  width: 46.5rem;
  margin: auto;
  padding-bottom: 9.7rem;
}

#feature .flex03 figure {
  width: 22.9rem;
}

#feature .flex04 {
  width: 52.2rem;
  margin: 0 -10.8rem 0 auto;
  gap: 0.8rem;
}

#feature .flex04 figure {
  width: fit-content;
}

#feature .flex05 {
  width: 46.5rem;
  margin: 11rem auto 0;
  gap: 0.8rem;
}

#feature .flex05 figure {
  width: 38rem;
}


#feature .sec02 .sticky {
  position: sticky;
  top: 50%;
  left: 0;
  z-index: 20;
  height: 0;
  width: 23.7rem;
  padding: 0 0 14rem;
  margin-left: 25.5rem;
}

#feature .sec05 .sticky {
  position: absolute;
  top: -14rem;
  right: 0;
  left: 25.5rem;
  z-index: 20;
  height: 0;
  width: 23rem;
}

#feature .sec09 .sticky {
  position: absolute;
  top: 3.3rem;
  right: 0;
  left: 25.6rem;
  z-index: 20;
  height: 0;
  width: 23rem;
}

#feature .sticky p {
  font-size: 1rem;
  line-height: 1.43;
  letter-spacing: -0.025em;
  font-family: "times-new-roman", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #333333;
}

#feature .sec07 .sec__loop {
  overflow: clip;
  width: 50vw;
  margin: 0 calc(50% - 25vw);
}

#feature .sec07 .sec__loop-inner {
  display: flex;
  width: 100%;
}

#feature .sec07 .sec__loop-slide {
  display: flex;
  flex-shrink: 0;
  gap: 0 1rem;
}

#feature .sec07 .sec__loop-slide.on:nth-of-type(odd) {
  animation: MoveLeft01 50s -25s infinite linear;
  padding: 0 0.5rem;
}

#feature .sec07 .sec__loop-slide.on:nth-of-type(even) {
  animation: MoveLeft02 50s infinite linear;
  padding: 0 0.5rem;
}

#feature .sec07 .js-fade {
  opacity: 0;
  transform: translateY(10%);
  transition: ease-in, opacity 1s, transform 1s;
}

#feature .sec07 .js-fade.active {
  opacity: 1;
  transform: translateY(0);
}

#feature .sec07 .js-fade.delay01 {
  transition-delay: 0.3s;
}

#feature .sec07 .js-fade.delay02 {
  transition-delay: 0.6s;
}

#feature .sec07 .js-fade.delay03 {
  transition-delay: 0.9s;
}

#feature .sec07 .js-fade.delay04 {
  transition-delay: 1.2s;
}

#feature .btn {
  width: 36rem;
  margin: 25rem auto 0;
  text-align: center;
  position: absolute;
  bottom: 6.2rem;
  left: 0;
  right: 0;
}

#feature .staff {
  margin-top: 12.2rem;
  padding-bottom: 15rem;
  font-size: 1.65rem;
  line-height: 1.41;
  text-align: center;
  font-family: "garamond-premier-pro-display", serif;
  font-weight: 300;
  font-style: normal;
  color: #333333;
}

#feature .movie {
  margin: 17.2rem auto 0;
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

#feature .movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

#feature .img02 {
  width: 25rem;
}

#feature .img03 {
  width: 25rem;
}

#feature .img04 {
  width: 33.3rem;
  margin: -17rem 0 0 2rem;
}

#feature .img05 {
  width: 33.3rem;
  margin: 1.5rem 0 0 2rem;
}

#feature .img10 {
  padding-top: 10rem;
  width: 46.5rem;
  margin: auto;
}

#feature .img13 {
  width: 33.3rem;
  margin: -23.1rem 0 0 0;
}

#feature .img14 {
  width: 46.5rem;
  margin: 11.8rem 0 0 auto;
}

#feature .img17 {
  width: 50.3rem;
  margin: 11.5rem auto 0;
}

#feature .img18 {
  width: 24.3rem;
}

#feature .img19 {
  width: 50.5rem;
  margin: 11.5rem auto 0;
}

#feature .img20 {
  width: 46.5rem;
  margin: 0 auto;
}

#feature .img23 {
  width: 50.5rem;
  margin: -18.8rem 0 0 0;
}

#feature .img24 {
  width: 50.5rem;
  margin: 0.2rem auto 0;
}

#feature .img25 {
  width: 33.4rem;
  margin: 0 auto 0 2rem;
  position: relative;
  z-index: 10;
  background: #fff;
}

#feature .img26 {
  width: 46.5rem;
  margin: -6rem -5.2rem 0 auto;
}

#feature .img27 {
  width: 23.5rem;
  margin: -12.5rem 0 0;
  position: relative;
  background: #fff;
}

#feature .img28 {
  width: 33.3rem;
  margin: 0 2rem 0 auto;
  padding-top: 10.3rem;
}

#feature .img29 {
  width: 33.3rem;
  margin: 1.5rem 2rem 0 auto;
  padding-bottom: 9.6rem;
}

#feature .img31 {
  width: 33.5rem;
  margin: 11.5rem auto 0;
}
