@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;
  margin: 0 auto;
  overflow: clip;
  position: relative;
  font-family: 游ゴシック体, 游ゴシック Medium, Yu Gothic Medium, Yu Gothic, YuGothic, Hiragino Kaku Gothic ProN, Meiryo, sans-serif;
  font-weight: normal;
  font-style: normal;
  width: 100%;
  font-feature-settings: "palt";
  padding-bottom: 16rem;
  background: #fff;
}

#feature .flex {
  display: flex;
  position: relative;
  top: 0;
}

#feature .pc_left {
  order: 1;
}

#feature .feature-inner {
  order: 2;
  background: #fff;
}

#feature .pc_right {
  order: 3;
}

.pc_left,
.pc_right {
  display: grid;
  place-items: center;
  width: calc((100% - 48rem) / 2);
  max-width: 100%;
  height: 100%;
}

.pc_left,
.pc_right {
  text-align: center;
}

.pc_left .pc_ttl {
  text-align: center;
  width: 24rem;
}

.pc_right .pc_btn {
  text-align: center;
  width: 23.5rem;
  margin-top: 1rem;
}

#feature .feature-inner {
  width: 48rem;
  margin: auto;
  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;
}

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

/*-------------------------
 credit
-------------------------*/
#feature .hero__txt h2 {
  font-family: "loretta-display", serif;
  font-weight: 400;
  font-style: normal;
}

#feature .staff,
#feature .credit a {
  font-family: "Crimson Text", serif;
  font-weight: 400;
  font-style: normal;
}

/*-------------------------
 fade_slide
-------------------------*/
#feature .fadeIn {
  opacity: 0;
  transition: 1.3s ease 0.3s;
}

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

#feature .zoom {
  overflow: hidden;
}

#feature .zoom img {
  display: block;
  opacity: 0;
  transition: transform 1.3s, opacity 1.3s;
  transform: translate3d(0, 0, 0) scale(1.1);
}

#feature .zoom.active img {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

#feature .fadeUp {
  opacity: 0;
  -webkit-transform: translateY(min(40px, 2.85714vw));
  transform: translateY(min(40px, 2.85714vw));
  -webkit-transition: opacity 1.3s, -webkit-transform 1.3s;
  transition: opacity 1.3s, -webkit-transform 1.3s;
  transition: opacity 1.3s, transform 1.3s;
  transition: opacity 1.3s, transform 1.3s, -webkit-transform 1.3s;
}

#feature .fadeLeft {
  opacity: 0;
  -webkit-transform: translateX(min(-40px, -2.85714vw));
  transform: translateX(min(-40px, -2.85714vw));
  -webkit-transition: opacity 1.3s, -webkit-transform 1.3s;
  transition: opacity 1.3s, -webkit-transform 1.3s;
  transition: opacity 1.3s, transform 1.3s;
  transition: opacity 1.3s, transform 1.3s, -webkit-transform 1.3s;
}

#feature .fadeRight {
  opacity: 0;
  -webkit-transform: translateX(min(40px, 2.85714vw));
  transform: translateX(min(40px, 2.85714vw));
  -webkit-transition: opacity 1.3s, -webkit-transform 1.3s;
  transition: opacity 1.3s, -webkit-transform 1.3s;
  transition: opacity 1.3s, transform 1.3s;
  transition: opacity 1.3s, transform 1.3s, -webkit-transform 1.3s;
}

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

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

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

#feature .slick-dots {
  bottom: calc(5 * (100vw / 1400));
  right: calc(5 * (100vw / 1400));
  width: 96%;
  overflow: hidden;
  margin: 0 0 0 auto;
  text-align: right;
}

#feature .slick-dots li {
  width: calc(4 * (100vw / 1400));
  height: calc(8 * (100vw / 1400));
  margin: 0 0.6rem;
}

#feature .slick-dots li button {
  width: calc(6 * (100vw / 1400));
  height: calc(6 * (100vw / 1400));
  padding: 0;
  color: #fff;
}

#feature .slick-dots li button:before {
  width: calc(4 * (100vw / 1400));
  height: calc(4 * (100vw / 1400));
  color: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
  opacity: 1;
}

#feature .slick-dots li.slick-active button:before {
  background: #fff;
}

/*-------------------------
 hero
-------------------------*/
#feature .hero {
  width: 100rem;
  margin: auto;
}

#feature .hero__txt h2 {
  font-size: 2.82rem;
  letter-spacing: 0.075em;
  text-align: center;
  color: #A01825;
  margin-top: 7rem;
  padding-left: 0.2rem;
}

#feature .hero__txt p {
  font-size: 1.54rem;
  letter-spacing: 0.05em;
  line-height: 2.21;
  text-align: center;
  color: #333333;
  margin-top: 2.4rem;
}

#feature .comingsoon {
  width: 42.3rem;
  margin: 4.6rem auto 0;
}

/*-------------------------
 content
-------------------------*/
#feature .section__inner,
#feature .display_block {
  position: relative;
}

#feature .display_img {
  position: sticky;
  top: 50%;
  transform: translateY(-50%);
  z-index: 300;
  opacity: 0;
  -webkit-transition: 1.3s ease 0.3s;
  transition: 1.3s ease 0.3s;
}

#feature .display_img.is-open {
  opacity: 1;
}

#feature .sp-btn .fixed {
  width: 22rem;
  height: 22rem;
}

#feature .bg {
  position: absolute;
  top: 34.7rem;
  left: 0;
  width: 48rem;
  height: 140rem;
}

#feature .bg01 {
  position: absolute;
  top: 10.3rem;
  left: 0;
  width: 48rem;
  height: 156rem;
}

#feature .bg02 {
  position: absolute;
  top: -1.5rem;
  left: 0;
  width: 48rem;
  height: 112.5rem;
}

#feature .bg03 {
  position: absolute;
  top: -4rem;
  left: 1.5rem;
  width: 20.5rem;
  height: 40rem;
}

#feature .bg04 {
  position: absolute;
  top: 23.5rem;
  left: 2.5rem;
  width: 24.3rem;
}

#feature .bg05 {
  position: absolute;
  top: 15.5rem;
  left: 0;
  width: 48rem;
  height: 89.5rem;
}

#feature .bg06 {
  position: absolute;
  top: 13rem;
  left: 0;
  width: 48rem;
  height: 114.5rem;
}

/** image **/
#feature .img01 {
  width: 48rem;
  margin: 5rem 0 0 0;
  position: relative;
  background: #fff;
}

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

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

#feature .img04 {
  width: 34.1rem;
  margin: 6rem auto 0;
  position: relative;
  z-index: 10;
  background: #fff;
}

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

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

#feature .img07 {
  width: 48rem;
  margin: 4rem 0 0 auto;
}

#feature .img08 {
  width: 40.3rem;
  margin: 2rem 0 0 auto;
  position: relative;
  background: #fff;
}

#feature .img09 {
  width: 44.8rem;
  margin: 2rem 0 0 0;
  position: relative;
  background: #fff;
}

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

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

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

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

#feature .img14 {
  width: 48rem;
  margin: 2rem auto 0;
}

#feature .img15 {
  width: 34.6rem;
  margin: 5rem 0 0 auto;
}

#feature .img16 {
  width: 45.5rem;
  margin: 2rem 0 0 0;
}

#feature .img17 {
  width: 34.6rem;
  margin: 5rem 0 0 0;
  position: relative;
  background: #fff;
}

#feature .img18 {
  width: 44.2rem;
  margin: 2rem 0 0 auto;
  position: relative;
  background: #fff;
}

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

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

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

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

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

#feature .img24 {
  width: 41.6rem;
  margin: 1.8rem auto 0;
}

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

#feature .img26 {
  width: 34.5rem;
  margin: 1.8rem 0 0 0;
  position: relative;
  z-index: 10;
  background: #fff;
}

#feature .img27 {
  width: 38.5rem;
  margin: -1.2rem 0 0 auto;
}

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

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

#feature .img30 {
  width: 44.8rem;
  margin: 2rem 0 0 0;
}

#feature .img31 {
  width: 35.9rem;
  margin: 1.9rem 0 0 auto;
}

#feature .img32 {
  width: 46rem;
  margin: 0;
}

#feature .img33 {
  width: 29.5rem;
  margin: 2rem 0 0 auto;
  position: relative;
  background: #fff;
}

#feature .img34 {
  width: 48rem;
  margin: 5.5rem auto 0;
}

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

#feature .img36 {
  width: 45.5rem;
  margin: 0;
  position: relative;
  background: #fff;
}

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

#feature .img38 {
  width: 44.2rem;
  margin: 0;
  padding-top: 6.5rem;
  position: relative;
}

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

#feature .img40 {
  width: 33.3rem;
  margin: 2rem 0 0 3.8rem;
}

#feature .img41 {
  width: 48rem;
  margin: 8rem auto 0;
}

#feature .img42 {
  width: 48rem;
  margin: 8rem auto 0;
}

#feature .img43 {
  width: 34.5rem;
  margin: 3.9rem 0 0 0;
  position: relative;
  z-index: 10;
  background: #fff;
}

#feature .img44 {
  width: 41.5rem;
  margin: -0.8rem 0 0 auto;
  background: #fff;
}

#feature .img45 {
  width: 19rem;
  margin: 10rem 0 0 0;
}

#feature .img46 {
  width: 37rem;
  margin: -19.4rem 0 0 auto;
  position: relative;
  background: #fff;
}

#feature .img47 {
  width: 66rem;
  margin: 0 auto;
}

#feature .img48 {
  width: 66rem;
  margin: 0 auto;
}

#feature .img49 {
  width: 48rem;
  margin: 0 auto;
}

#feature .img50 {
  width: 48rem;
  margin: 0 auto;
}

#feature .img51 {
  width: 34.5rem;
  margin: 0 0 0 auto;
  background: #fff;
}

#feature .img52 {
  width: 60rem;
  margin: 0 auto;
}

#feature .img53 {
  width: 60rem;
  margin: 0 auto;
}

#feature .img54 {
  width: 41.5rem;
  margin: 0 auto;
}

#feature .img55 {
  width: 30.6rem;
  margin: 2.1rem auto 0;
}

#feature .img56 {
  width: 22.4rem;
  margin: 8rem auto 0;
}

#feature .img57 {
  width: 37.2rem;
  margin: 0 0 0 auto;
  position: relative;
  background: #fff;
}

#feature .img58 {
  width: 36.5rem;
  margin: 2rem 0 0 3.5rem;
  position: relative;
  background: #fff;
}

#feature .img59 {
  width: 29.6rem;
  margin: 1.6rem 2.5rem 0 auto;
  position: relative;
  /* background: #fff; */
}

#feature .img60 {
  width: 38.68rem;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  border: 0.4rem solid #fff;
  background: #fff;
}

#feature .img61 {
  width: 48rem;
  margin: -1.5rem auto 0;
  position: relative;
  background: #fff;
}

/** section **/
#feature .section {
  position: relative;
  margin-top: 10.1rem;
}

#feature .sec01 {
  margin-top: 6.9rem;
}

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

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

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

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

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

#feature .sec12 {
  margin-top: 16.3rem;
}

#feature .sec13 {
  margin-top: 10rem;
}

#feature .sec14 {
  margin-top: 10rem;
}

#feature .sec15 {
  margin-top: -1.8rem;
}

#feature .sec16 {
  margin-top: -3rem;
}

#feature .sec17 {
  margin-top: 10.3rem;
}

#feature .sec18 {
  margin-top: 10.1rem;
}

#feature .sec19 {
  margin-top: 16.5rem;
}

#feature .sec20 {
  margin-top: 10.2rem;
}

#feature .sec21 {
  margin-top: 10.1rem;
}

#feature .sec22 {
  margin-top: 10rem;
}


#feature .sec06 .bg_color {
  background: #e2cebb;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  height: 109.5rem;
  position: absolute;
  top: 26rem;
  left: 0;
  z-index: 0;
}

#feature .sec11 .bg_color {
  background: #e2cebb;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  height: 201.2rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

#feature .sec11 .display_block {
  padding-top: 6.8rem;
}

#feature .sec14 .bg_color {
  background: #e2cebb;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  height: 370rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

#feature .sec18 .bg_color {
  background: #e2cebb;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  height: 102.2rem;
  position: absolute;
  top: 24.4rem;
  left: 0;
  z-index: 0;
}

#feature .sec22 .bg_color {
  background: #e2cebb;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  height: 268.7rem;
  position: absolute;
  top: 8.7rem;
  left: 0;
  z-index: 0;
}

/** slide **/
#feature .slick,
#feature .slick02 {
  height: fit-content;
}

#feature .sec01 .slick {
  width: 41.5rem;
  margin: 2rem auto 0;
  background: #fff;
}

#feature .sec02 .slick {
  width: 48rem;
  margin: -2.5rem 0 0 0;
}

#feature .sec04 .slick {
  width: 40.2rem;
  margin: 3rem auto 0;
}

#feature .sec04 .slick02 {
  width: 37rem;
  margin: 2rem 0 0 auto;
}

#feature .sec08 .slick {
  width: 44.8rem;
  margin: 0 auto;
  padding-top: 0;
  position: relative;
  z-index: 10;
  background: #fff;
}

#feature .sec09 .slick {
  width: 39.8rem;
  margin: 0 0 0 auto;
  background: #fff;
}

#feature .sec11 .slick {
  width: 34.5rem;
  margin: 0 auto;
}

#feature .sec15 .slick {
  width: 48rem;
  margin: 4rem 0 0 auto;
}

#feature .sec16 .slick {
  width: 42.3rem;
  margin: 2rem auto 0;
}

#feature .sec17 .slick {
  width: 48rem;
  margin: 0 0 0 auto;
}

#feature .sec18 .slick {
  width: 38.4rem;
  margin: 1.95rem auto 0;
  background: #fff;
}

/** title **/
#feature .ttl {
  width: 9.6rem;
  position: absolute;
  z-index: 10;
  pointer-events: none;
}

#feature .sec05 .ttl {
  bottom: -3.9rem;
  left: 5rem;
}

#feature .sec11 .ttl {
  top: 2.9rem;
  right: -1.4rem;
}

#feature .sec14 .ttl {
  top: 12.8rem;
  right: 2.2rem;
}

#feature .sec18 .ttl {
  top: 6.4rem;
  left: 4.7rem;
}


/** staff **/
#feature .staff {
  font-size: 1.2rem;
  line-height: 1.6666;
  text-align: center;
  color: #64503c;
  letter-spacing: 0.015em;
  margin-top: 15.8rem;
  position: relative;
}

#feature .btn {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  position: relative;
}

#feature .btn img {
  margin: 3.6rem auto 0;
  width: 60rem;
}

/*-------------------------
  credit
-------------------------*/
#feature .credit {
  margin: 3.7rem auto 0;
}

#feature .sec01 .credit {
  width: 48rem;
}

#feature .sec02 .credit {
  width: 39rem;
}

#feature .sec02 .credit li:nth-of-type(1) {
  margin-left: 5rem;
}

#feature .sec02 .credit li:nth-of-type(2) {
  margin-right: 5rem;
}

#feature .sec03 .credit {
  width: 41rem;
}

#feature .sec04 .credit {
  width: 42rem;
}

#feature .sec04 .credit li:nth-of-type(4) {
  margin-left: 5rem;
}

#feature .sec04 .credit li:nth-of-type(5) {
  margin-right: 5rem;
}

#feature .sec05 .credit {
  width: 42.6rem;
}

#feature .sec06 .credit {
  width: 40.5rem;
}

#feature .sec06 .credit li:nth-of-type(2) {
  margin-right: 10rem;
}

#feature .sec07 .credit {
  width: 47rem;
}

#feature .sec08 .credit {
  width: 36rem;
  margin: 5.3rem auto 0;
}

#feature .sec09 .credit {
  width: 39.5rem;
  margin: 3.6rem auto 0;
}

#feature .sec09 .credit li:nth-of-type(3) {
}

#feature .sec10 .credit {
  width: 37.8rem;
}

#feature .sec11 .credit {
  width: 33rem;
}

#feature .sec12 .credit {
  width: 40rem;
}

#feature .sec13 .credit {
  width: 38.5rem;
}

#feature .sec13 .credit li:nth-of-type(2) {
  margin-right: 10rem;
}

#feature .sec14 .credit {
  width: 40.5rem;
}

#feature .sec14 .credit li:nth-of-type(2) {
  margin-right: 10rem;
}

#feature .sec15 .credit {
  width: 34.5em;
  margin: 3.7rem 4rem 0 auto;
}

#feature .sec15 .credit15 .credit li:nth-of-type(2),
#feature .sec15 .credit15 .credit li:nth-of-type(3),
#feature .sec15 .credit15 .credit li:nth-of-type(4),
#feature .sec15 .credit15 .credit li:nth-of-type(5),
#feature .sec15 .credit15 .credit li:nth-of-type(6),
#feature .sec15 .credit15 .credit li:nth-of-type(7),
#feature .sec15 .credit15 .credit li:nth-of-type(9) {
  display: none;
}

#feature .sec15 .credit16 .credit li:nth-of-type(1),
#feature .sec15 .credit16 .credit li:nth-of-type(7) {
  display: none;
}

#feature .sec16 .credit {
  width: 42rem;
  margin: 3.5rem auto 0;
}

#feature .sec16 .credit li:nth-of-type(4) {
  margin: 0 10rem;
}

#feature .sec17 .credit {
  width: 34rem;
}

#feature .sec18 .credit {
  width: 35rem;
}

#feature .sec19 .credit {
  width: 42rem;
}

#feature .sec20 .credit {
  width: 48rem;
}

#feature .sec21 .credit {
  width: 40.5rem;
}

#feature .sec21 .credit li:nth-of-type(3) {
  margin-left: 20rem;
}

#feature .sec22 .credit {
  width: 39rem;
}

#feature .credit-area .credit {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.4rem 1.8rem;
  position: relative;
  z-index: 10;
}

#feature .sec04 .credit-area .credit {
  gap: 1.4rem 1.895rem;
  margin: 3.7rem auto 0;
}

#feature .sec05 .credit-area .credit {
  justify-content: right;
  gap: 1.19rem 1.83rem;
}

#feature .sec06 .credit-area .credit {
  justify-content: left;
  gap: 1.4rem 1.9rem;
}

#feature .sec10 .credit-area .credit {
  justify-content: left;
  gap: 1.2rem 2rem;
  margin: 3.5rem auto 0;
  transform: translateX(4.5rem);
}

#feature .sec11 .credit-area .credit {
  justify-content: left;
  gap: 1.4rem 2rem;
  margin: 3.6rem auto 0;
  transform: translateX(6.1rem);
}

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

#feature .sec14 .credit-area .credit {
  justify-content: left;
  gap: 1.35rem 2.15rem;
  margin: 3.7rem auto 0;
}

#feature .sec15 .credit15 .credit {
  justify-content: right;
  width: 44rem;
}

#feature .sec15 .credit16 .credit {
  justify-content: left;
  gap: 1.4rem 2rem;
  transform: translateX(3.8rem);
  z-index: 10;
}

#feature .sec19 .credit-area .credit {
}

#feature .sec21 .credit-area .credit {
  justify-content: right;
  gap: 1.4rem 2rem;
  margin: 2.3rem auto 0;
}

#feature .credit-area a {
  font-size: 1.5rem;
  letter-spacing: 0.025em;
}

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

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

#feature .sec06 .credit-area .credit .item .link,
#feature .sec11 .credit-area .credit .item .link,
#feature .sec14 .credit-area .credit .item .link,
#feature .sec15 .credit15.credit-area .credit .item .link,
#feature .sec18 .credit-area .credit .item .link,
#feature .sec22 .credit-area .credit .item .link {
    color: #64503c;
  text-decoration-color: #eee2d6;
}