@charset "UTF-8";

:root {
  --lpSetSize: (100vw / 1200);
}

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;
  position: relative;
  z-index: 20;
}

.l-footer {
  padding: 0;
}

.pc-footer {
  margin: 0;
}

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

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

#feature .left,
#feature .right {
  width: 50%;
  margin: 0 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;
  display: block;
}

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


/*-------------------------
 fade_anim
-------------------------*/
.fadeIn .image {
  opacity: 0;
}
.fadeIn .image.active {
  overflow: hidden;
  opacity: 1;
}
.fadeIn .image.active img {
  width: 100%;
  height: auto;
  display: block;
  animation: zoomOut 1.5s forwards; /* アニメーションを1.5秒かけて実行 */
}
@keyframes zoomOut {
  0% {
    transform: scale(1.1); /* 開始はX倍に拡大 */
  }
  100% {
    transform: scale(1.0);   /* 最終は通常サイズに戻す */
  }
}


/** credit **/
#feature .image {
  position: relative;
}
#feature .image figure {
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
#feature .image .credit-inner {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
  pointer-events: none;
  display: flex;
  justify-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: auto;
  justify-content: center;
  gap: 0 calc(21 * var(--lpSetSize));
  flex-direction: column;
}
#feature .image .credit {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.4s ease, transform 0.4s ease;
  text-align: center;
  background-color: rgba(44, 39, 39, 0.6);
  pointer-events: none;
}
#feature .image.show-credit .credit {
  opacity: 1;
  transform: translate(-50%, -50%);
  z-index: 50; 
}
#feature .image .credit-inner a {
  pointer-events: none;
  color: #fff;
}
#feature .image.show-credit .credit-inner a {
  pointer-events: auto !important;
}

/*-------------------------
 hero
-------------------------*/
#feature .hero {
  width: 100%;
}
#feature .hero.sticky {
  top: 80px !important;
}
#feature .hero figure {
  width: 100%;
  height: 100%;
  background: url(../img/hero.jpg) center top no-repeat;
  background-size: cover;
  position: relative;
}
#feature .hero figure img {
  width: calc(430 * var(--lpSetSize));
  position: absolute;
  bottom: calc(163 * var(--lpSetSize));
  left: 50%;
  transform: translateX(-50%);
}



/*-------------------------
 content
-------------------------*/
#feature .section__inner,
#feature .section__inner figure {
  position: relative;
}
#feature .sticky {
  position: sticky;
  background: #fff;
}
#feature .sec00.sticky {
  height: 100vh;
  background: url(../img/bg.jpg) top center no-repeat;
  background-size: 100% 100%;
  top: 80px !important;
}
#feature .sec01.sticky {
  margin: -100vh calc(100 * var(--lpSetSize)) 0 calc(100 * var(--lpSetSize));
}
#feature .sec02.sticky {
  margin: 0 calc(100 * var(--lpSetSize));
}
#feature .sec03.sticky {
  margin: 0 calc(100 * var(--lpSetSize));
}
#feature .sec04.sticky {
  margin: 0 calc(100 * var(--lpSetSize)); 
}
#feature .hidden {
  overflow: hidden;
}
#feature .image {
  overflow: hidden;
  margin: 0 auto;
}
#feature .sec01.sticky .image:nth-of-type(1),
#feature .sec01.sticky .image:nth-of-type(3),
#feature .sec02.sticky .image:nth-of-type(1),
#feature .sec03.sticky .image:nth-of-type(1),
#feature .sec03.sticky .image:nth-of-type(3) {
  width: calc(309.332 * var(--lpSetSize));
  margin: calc(45 * var(--lpSetSize)) auto;
}
#feature .sec02.sticky .image:nth-of-type(2),
#feature .sec02.sticky .image:nth-of-type(3),
#feature .sec02.sticky .image:nth-of-type(6) {
  margin: 0 auto calc(4 * var(--lpSetSize));
}
#feature .sec02.sticky .image:nth-of-type(5) {  
  width: calc(320 * var(--lpSetSize));
  margin: calc(45 * var(--lpSetSize)) auto;
}
#feature .sec03.sticky .image:nth-of-type(5) {  
  width: calc(367.933 * var(--lpSetSize));
  margin:  calc(50 * var(--lpSetSize)) auto calc(4 * var(--lpSetSize));
}
#feature .sec03.sticky .image:nth-of-type(6) {  
  width: calc(367.933 * var(--lpSetSize));
  margin: calc(4 * var(--lpSetSize)) auto calc(50 * var(--lpSetSize));
}
#feature .sec03.sticky .image:nth-of-type(7) {
  width: calc(227.822 * var(--lpSetSize));
  margin: calc(100 * var(--lpSetSize)) auto calc(87 * var(--lpSetSize));
}


#feature .lead {
  height: calc(130 * var(--lpSetSize));
  background: #FFEFCC;
  padding: calc(10 * var(--lpSetSize)) calc(10 * var(--lpSetSize)) calc(6 * var(--lpSetSize));
}
#feature .lead h2 {
  font-size: calc(12.27 * var(--lpSetSize));
  letter-spacing: 0.04em;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  height: calc(114/2 * var(--lpSetSize));
}
#feature .lead h2 span:nth-of-type(2) {
  text-align: right;
}
#feature .lead p {
  font-size: calc(11.73 * var(--lpSetSize));
  letter-spacing: 0.04em;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 500;
  display: flex;
  height: calc(114/2 * var(--lpSetSize));
  justify-content: flex-end;
  align-items: flex-end;
}

#feature .section__bottom {
  background: #FFEFCC;
  /* padding: 0 0 calc(00 * var(--lpSetSize)) 0; */
}
#feature .section__bottom .lead {
  height: auto;
  background: #FFEFCC;
  padding: calc(16 * var(--lpSetSize)) calc(16 * var(--lpSetSize)) calc(10 * var(--lpSetSize));
}
#feature .section__bottom .lead h2 {
  font-size: calc(12.8 * var(--lpSetSize));
  letter-spacing: 0.06em;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  height: auto;
}
#feature .section__bottom .lead h2 span:nth-of-type(2) {
  text-align: right;
  font-size: calc(11 * var(--lpSetSize));
  letter-spacing: 0.06em;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 600; 
}
#feature .section__bottom .staff {
  width: 100%;
  margin: auto;
  padding: calc(16 * var(--lpSetSize)) calc(16 * var(--lpSetSize)) calc(24 * var(--lpSetSize));
}
#feature .section__bottom h3 {
  font-size: calc(11 * var(--lpSetSize));    
  letter-spacing: 0.06em;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 600; 
  margin-bottom: calc(4 * var(--lpSetSize));    
}
#feature .section__bottom .staff dl {
  display: flex;
  margin-bottom: calc(4 * var(--lpSetSize));    
} 
#feature .section__bottom .staff dt {
  font-size: calc(11 * var(--lpSetSize));
  letter-spacing: 0.06em;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 600;
}
#feature .section__bottom .staff dd {
  font-size: calc(11 * var(--lpSetSize));    
  letter-spacing: 0.06em;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 400;
}



/*-------------------------
 credit
-------------------------*/
#feature .credit {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  flex-direction: column;
  align-content: center;
}
#feature .credit a {
  font-size: calc(13.87 * var(--lpSetSize));
  letter-spacing: 0.06em;
  color: #fff;
  line-height: 1.7;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 300;
  font-style: normal;
}
#feature .credit-inner>.item {
  margin: 0;
  text-align: center;
  position: relative;
  z-index: 50;
}
#feature .credit-inner>.item .price::before {
  content: "\00A5";
  color: #fff;
  padding-left: 0.2em;
}

/*-------------------------
 .swiper
-------------------------*/
.feature .swiper-pagination {
  width: auto;
  position: absolute;
  top: calc(8 * var(--lpSetSize));
  bottom: auto;
  left: calc(6 * var(--lpSetSize));
  display: flex;
  gap: calc(4.06 * var(--lpSetSize));
}
.feature .swiper-pagination .swiper-pagination-bullet {
  width: calc(4.06 * var(--lpSetSize));
  height: calc(4.06 * var(--lpSetSize));
  background: #fff;
  box-sizing: border-box;
  border: calc(1 * var(--lpSetSize)) solid #fff;
  opacity: 1;
  margin: 0;
}
.feature .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: transparent;
}