@charset "UTF-8";

:root {
  --lpSetSize: (100vw / 1400) * 0.52;
}

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

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

#feature {
  box-sizing: border-box;
  overflow: clip;
  position: relative;
  display: block;
  width: 100%;
  display: flex;
  background: #7a0224;
}

#feature .main,
#feature .right {
  width: 50%;
}

#feature .main {
  position: sticky;
  top: 80px;
  height: calc(100vh - 80px);
}

#feature .feature__inner {
  width: calc(750 * var(--lpSetSize));
  position: relative;
  background: #7a0224;
  font-family: "yu-gothic-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: calc(110 * var(--lpSetSize)) auto 0;
}

#feature a {
  color: #000;
  transition: all 0.3s ease-in-out;
  transform: none;
  text-decoration: none;
}

#feature img,
svg,
video {
  width: 100%;
  height: auto;
  display: block;
}


/*-------------------------
 fade_anim
-------------------------*/
.zoom_out img {
  opacity: 0;
  transition: 3s;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  transform: scale(1.2);
}

.zoom_out.active img {
  transform: none;
  opacity: 1;
}

.fadeIn_order {
  opacity: 0;
  transition: all 1.25s ease;
}

.fadeIn_order.active {
  opacity: 1;
  transform: translate(0, 0);
}

.fade_ttl {
  opacity: 0;
  transform: translate3d(0, 30px, 0);
  transition: all 1.25s ease;
}

.fade_ttl.active {
  transform: translate3d(0, 0, 0);
  opacity: 1;
  transition-delay: 1s;
}

.fadeIn {
  opacity: 0;
  transition: all 1.25s ease;
}

.fadeIn.active {
  opacity: 1;
}

.fadeUp {
  opacity: 0;
  transform: translate3d(0, 30px, 0);
  transition: all 1.25s ease;
}

.fadeUp.active {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.fadeLeft {
  transform: translate3d(30px, 0, 0);
  opacity: 0;
  transition: all 1.25s ease;
}

.fadeLeft.active {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.fadeRight {
  transform: translate3d(-30px, 0, 0);
  opacity: 0;
  transition: all 1.25s ease;
}

.fadeRight.active {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

/*-------------------------
 hero
-------------------------*/
#feature .hero {
  width: auto;
  height: calc(100vh - (var(--header-container-height, 0px)));
  overflow: hidden;
}

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

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

#feature .hero_ttl {
  width: calc(716.39 * var(--lpSetSize));
  position: absolute;
  bottom: 7.3dvh;
  left: 50%;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
}

#feature .lead {
  margin-top: calc(108 * var(--lpSetSize));
  font-size: calc(26 * var(--lpSetSize));
  letter-spacing: 0.025em;
  line-height: 2;
  text-align: center;
  color: #fff;
  font-feature-settings: "palt";
}

#feature .lead p:nth-of-type(n+2) {
  margin-top: calc(34 * var(--lpSetSize));
}

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

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

#feature .sec01 {
  margin: calc(187 * var(--lpSetSize)) auto 0;
  padding-bottom: calc(43 * var(--lpSetSize));
}

#feature .sec02 {
  background: #f2efe9;
  margin-top: calc(146 * var(--lpSetSize));
  padding-bottom: calc(189 * var(--lpSetSize));
}

#feature .sec03 {
  margin-top: calc(150 * var(--lpSetSize));
  padding-bottom: calc(189 * var(--lpSetSize));
}

#feature .sec04 {
  background: #f2efe9;
  padding-top: calc(150 * var(--lpSetSize));
}

#feature .swiper {
  width: calc(570 * var(--lpSetSize));
  height: fit-content;
  margin: calc(100 * var(--lpSetSize)) auto 0;
}

#feature .swiper figure img {
  width: calc(570 * var(--lpSetSize));
  height: fit-content;
}

#feature .swiper .swiper-pagination {
  width: fit-content;
  right: calc(13.5 * var(--lpSetSize));
  bottom: calc(15 * var(--lpSetSize));
  margin: 0 0 0 auto;
}

#feature .swiper .swiper-pagination .swiper-pagination-bullet {
  width: calc(10 * var(--lpSetSize));
  height: calc(10 * var(--lpSetSize));
  margin: 0 calc(6 * var(--lpSetSize));
  background-color: rgba(255, 255, 255, 0);
  border: solid 1px #a40834;
  opacity: 1;
}

#feature .swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #a40834;
}

#feature .bg {
  background: #7a0224;
  padding-bottom: calc(190 * var(--lpSetSize));
}

#feature .btn {
  width: calc(330 * var(--lpSetSize));
  position: absolute;
  top: calc(414 * var(--lpSetSize));
  left: 50%;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  z-index: 20;
}

#feature .btn_border {
  width: calc(330 * var(--lpSetSize));
  display: inline-block;
  overflow: hidden;
  position: absolute;
  top: calc(546 * var(--lpSetSize));
  left: 50%;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  z-index: 20;
}

#feature .btn_border img {
  display: block;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 1.5s ease, opacity 1.5s ease;
  opacity: 0;
}

#feature .btn_border.active img {
  transform: scaleX(1);
  opacity: 1;
}

#feature .staff {
  width: calc(750 * var(--lpSetSize));
  font-size: calc(20 * var(--lpSetSize));
  line-height: 2;
  letter-spacing: 0.036em;
  color: #fff;
  text-align: center;
  position: absolute;
  bottom: calc(35 * var(--lpSetSize));
  left: 50%;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  text-transform: uppercase;
  font-family: "poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}


/*-------------------------
 image
-------------------------*/
#feature .ttl01 {
  width: calc(60 * var(--lpSetSize));
  height: fit-content;
  position: absolute;
  top: 0;
  left: calc(30 * var(--lpSetSize));
}

#feature .ttl02 {
  width: calc(60 * var(--lpSetSize));
  height: fit-content;
  position: absolute;
  top: 0;
  right: calc(90 * var(--lpSetSize));
}

#feature .ttl03 {
  width: calc(60 * var(--lpSetSize));
  height: fit-content;
  position: absolute;
  top: 0;
  right: calc(60 * var(--lpSetSize));
}

#feature .holiday {
  width: calc(750 * var(--lpSetSize));
  height: fit-content;
  margin: calc(190 * var(--lpSetSize)) auto 0;
}

#feature .sec01_ttl {
  width: calc(627.8799 * var(--lpSetSize));
  height: fit-content;
  margin: calc(190 * var(--lpSetSize)) auto 0;
}

#feature .sec02_ttl {
  width: calc(627.8799 * var(--lpSetSize));
  height: fit-content;
  margin: 0 auto;
  padding-top: calc(150 * var(--lpSetSize));
}

#feature .sec03_ttl {
  width: calc(627.8799 * var(--lpSetSize));
  height: fit-content;
  margin: 0 auto;
}

#feature .img01 {
  width: calc(690 * var(--lpSetSize));
  height: fit-content;
  margin: 0 auto 0 0;
  overflow: hidden;
}

#feature .img02 {
  width: calc(570 * var(--lpSetSize));
  height: fit-content;
  margin: calc(100 * var(--lpSetSize)) auto 0 calc(120 * var(--lpSetSize));
}

#feature .img03 {
  width: calc(750 * var(--lpSetSize));
  height: fit-content;
  margin: calc(189 * var(--lpSetSize)) auto 0;
  overflow: hidden;
}

#feature .img04 {
  width: calc(630 * var(--lpSetSize));
  height: fit-content;
  margin: calc(99 * var(--lpSetSize)) auto 0;
}

#feature .img05 {
  width: calc(528 * var(--lpSetSize));
  height: fit-content;
  margin: calc(80 * var(--lpSetSize)) auto 0;
}

#feature .img06 {
  width: calc(528 * var(--lpSetSize));
  height: fit-content;
  margin: calc(39 * var(--lpSetSize)) auto 0;
}

#feature .img07 {
  width: calc(528 * var(--lpSetSize));
  height: fit-content;
  margin: calc(39 * var(--lpSetSize)) auto 0;
}

#feature .img08 {
  width: calc(690 * var(--lpSetSize));
  height: fit-content;
  margin: calc(190 * var(--lpSetSize)) 0 0 auto;
  overflow: hidden;
}

#feature .img09 {
  width: calc(510 * var(--lpSetSize));
  height: fit-content;
  margin: calc(99 * var(--lpSetSize)) auto 0 calc(60 * var(--lpSetSize));
}

#feature .img10 {
  width: calc(630 * var(--lpSetSize));
  height: fit-content;
  margin: calc(60 * var(--lpSetSize)) auto 0;
  overflow: hidden;
}

#feature .img11 {
  width: calc(630 * var(--lpSetSize));
  height: fit-content;
  margin: calc(41 * var(--lpSetSize)) auto 0;
  overflow: hidden;
}

#feature .img12 {
  width: calc(750 * var(--lpSetSize));
  height: fit-content;
  margin: calc(190 * var(--lpSetSize)) auto 0;
  overflow: hidden;
}


#feature .img13 {
  width: calc(570 * var(--lpSetSize));
  height: fit-content;
  margin: calc(45 * var(--lpSetSize)) auto 0;
}

#feature .img14 {
  width: calc(690 * var(--lpSetSize));
  height: fit-content;
  margin: calc(45 * var(--lpSetSize)) 0 0 auto;
}

#feature .img15 {
  width: calc(600 * var(--lpSetSize));
  height: fit-content;
  margin: calc(100 * var(--lpSetSize)) auto 0 0;
}

#feature .img16 {
  width: calc(750 * var(--lpSetSize));
  height: fit-content;
  margin: calc(29 * var(--lpSetSize)) auto 0;
  overflow: hidden;
}

#feature .img17 {
  width: calc(660 * var(--lpSetSize));
  height: fit-content;
  margin: calc(102 * var(--lpSetSize)) auto 0;
}

#feature .img18 {
  width: calc(690 * var(--lpSetSize));
  height: fit-content;
  margin: calc(80 * var(--lpSetSize)) auto 0 0;
  overflow: hidden;
}

#feature .img19 {
  width: calc(630 * var(--lpSetSize));
  height: fit-content;
  margin: calc(80 * var(--lpSetSize)) auto 0;
}

#feature .img20 {
  width: calc(750 * var(--lpSetSize));
  height: fit-content;
  margin: calc(190 * var(--lpSetSize)) auto 0;
  overflow: hidden;
}

#feature .img21 {
  width: calc(630 * var(--lpSetSize));
  height: fit-content;
  margin: calc(100 * var(--lpSetSize)) auto 0;
}

#feature .img22 {
  width: calc(750 * var(--lpSetSize));
  height: fit-content;
  margin: calc(188 * var(--lpSetSize)) auto 0;
  overflow: hidden;
}

#feature .img23 {
  width: calc(570 * var(--lpSetSize));
  height: fit-content;
  margin: 0 auto;
  padding: calc(100 * var(--lpSetSize)) 0 0;
}

#feature .img24 {
  width: calc(750 * var(--lpSetSize));
  height: fit-content;
  margin: 0 auto;
}


/*-------------------------
 credit
-------------------------*/
#feature .credit {
  font-size: calc(20 * var(--lpSetSize));
  letter-spacing: 0.03em;
  line-height: 1.9;
  font-family: "poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  display: flex;
  flex-wrap: wrap;
  gap: 0 calc(12 * var(--lpSetSize));
}

#feature .credit01 {
  margin: calc(52 * var(--lpSetSize)) 0 0 calc(120 * var(--lpSetSize));
  width: calc(480 * var(--lpSetSize));
}

#feature .credit02 {
  margin: calc(52 * var(--lpSetSize)) auto 0;
  width: calc(480 * var(--lpSetSize));
}

#feature .credit03 {
  margin: calc(53 * var(--lpSetSize)) auto 0;
  width: calc(430 * var(--lpSetSize));
}

#feature .credit04 {
  margin: calc(52 * var(--lpSetSize)) auto 0 calc(60 * var(--lpSetSize));
  width: calc(360 * var(--lpSetSize));
}

#feature .credit05 {
  width: calc(480 * var(--lpSetSize));
  margin: calc(53 * var(--lpSetSize)) 0 0 calc(60 * var(--lpSetSize));
}

#feature .credit06 {
  width: calc(430 * var(--lpSetSize));
  margin: calc(53 * var(--lpSetSize)) 0 0 calc(90 * var(--lpSetSize));
}

#feature .credit07 {
  width: calc(430 * var(--lpSetSize));
  margin: calc(53 * var(--lpSetSize)) 0 0 calc(30 * var(--lpSetSize));
}

#feature .credit08 {
  width: calc(550 * var(--lpSetSize));
  margin: calc(53 * var(--lpSetSize)) auto 0;
}

#feature .credit09 {
  width: calc(430 * var(--lpSetSize));
  margin: calc(53 * var(--lpSetSize)) 0 0 calc(60 * var(--lpSetSize));
}

#feature .credit10 {
  width: calc(430 * var(--lpSetSize));
  margin: calc(53 * var(--lpSetSize)) auto 0;
}

#feature .credit11 {
  width: calc(430 * var(--lpSetSize));
  margin: calc(53 * var(--lpSetSize)) auto 0;
}

#feature .credit02 .credit,
#feature .credit03 .credit,
#feature .credit08 .credit,
#feature .credit10 .credit,
#feature .credit11 .credit {
  justify-content: center;
}

#feature .credit01 a,
#feature .credit02 a,
#feature .credit03 a,
#feature .credit04 a,
#feature .credit07 a,
#feature .credit08 a,
#feature .credit11 a {
  color: #fff;
}

#feature .credit05 a,
#feature .credit06 a,
#feature .credit09 a,
#feature .credit10 a {
  color: #a40834;
}
