@charset "UTF-8";


html {
  font-size: 10px;
}

@media screen and (max-width: 1400px) {
  html {
    font-size: calc(10 * (100vw / 1400));
  }
}

/*-------------------------
 common
-------------------------*/
.l-footer {
    padding: 0;
}
.pc-footer {
    margin: 0;
}
.l-container {
  width: 100%;
  margin: auto;
}

#feature {
  margin: 0 auto;
  font-feature-settings: "palt";
  width: 100%;
  text-align: center;
  overflow: clip;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  font-style: normal;
}

.feature {
  width: 100%;
}

.feature-inner {
  width: 114rem;
  margin: auto;
  background: #fff;
}


.feature img {
  width: 100%;
  height: auto;
  display: block;
}

.feature a {
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.feature a:link,
.feature a:visited {
  color: #231815;
}

.feature a:hover {
  opacity: 0.6;

}

.feature .section {
  position: relative;
  margin: 0 auto 13rem;
}

.feature .inner {
  display: flex;
  justify-content: center;
}

/*-------------------------
 slide
-------------------------*/
.slider img,
.slider-loop img {
  width: 100%;
  height: auto;
  display: block;
}

/*-------------------------
 fade
-------------------------*/
.fadeIn {
  transition: 1.6s;
  opacity: 0;
}

.fadeIn.is_show {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/*-------------------------
 credit
-------------------------*/
.creditList {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  margin-top: 1.2rem;
}

/**.credit .item {
  display: inline-block;
  font-size: 1.5rem;
  margin-right: 0.5rem;
  letter-spacing: 0;
  position: relative;
}

.credit .link {
  font-size: 1.4rem;
  line-height: 1.8;
  transition: 0.3s;
  position: relative;
  color: #000;
}

.credit .link:hover {
  text-decoration: none;
  cursor: pointer;
  opacity: 0.7;
}
  **/

/*-------------------------
  top
-------------------------*/
#feature .hero-ttl,
#feature .creditList a,
#feature .section h2,
#feature .sec01__txt,
#feature .sec02__txt,
#feature .btn {
  font-family: "fields-display", sans-serif;
  font-weight: 400;
  font-style: normal;
}

#feature .hero img {
  margin-bottom: 15rem;
}

#feature .day {
  font-size: 2.6rem;
  letter-spacing: 0.13em;
    margin-bottom: 0.5rem;
}

#feature .ttl {
  font-size: 5rem;
  letter-spacing: 0.1em;
  margin-bottom: 1.8rem;
}

#feature .hero-txt {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 2.25;
  margin-bottom: 14rem;
}

.border {
  border-left: 1px solid black;
  height: 6rem;
  margin: 7rem auto;
  width: fit-content;
}

/*-------------------------
  content
-------------------------*/
.slider {
  object-fit: cover;
  height: fit-content;
}

.sec01__txt {
  font-size: 4.4rem;
  letter-spacing: 0.05em;
  line-height: 1.4;
  text-align: left;
}

.sec01__txt p {
  position: absolute;
  top: 16.5rem;
  left: 18rem;
  letter-spacing: 0.1em;
  z-index: 10;
}

.sec02__txt {
  font-size: 4.4rem;
  letter-spacing: 0.05em;
  line-height: 1.4;
  text-align: right;
  /* margin-bottom: 10rem; */
}

.sec02__txt p {
  position: absolute;
  top: 72rem;
  right: -1.4rem;
  line-height: 1.45;
  letter-spacing: 0.1em;
  z-index: 10;
}

#feature .section h2 {
  font-size: 3.6rem;
  letter-spacing: 0.05em;
}

#feature .section h2::after {
  content: "";
  display: block;
  width: 26rem;
  border-bottom: 1px solid;
  margin: 2.5rem auto 0;
}

/** sec01 **/
#feature .sec01-1 {
  width: 50rem;
  height: fit-content;
  margin: 4rem auto 8rem;
}

#feature .sec01-2 {
  width: 42rem;
  margin-right: auto;
}

#feature .sec01-3 {
  width: 28rem;
  margin-top: 13rem;
}

#feature .sec01-4 {
  width: 28rem;
  margin: 32.5rem 0 16rem 2rem;
}

#feature .slider-loop.sec01-5 {
  width: 60rem;
  height: fit-content;
  margin: 0 auto 8rem;
}

#feature .sec01-5 figure {
  margin: 0 1rem;
}

#feature .sec01-5 {
  width: 28rem;
}

#feature .sec01-6 {
  width: 40rem;
  height: fit-content;
  margin-right: -4rem;
  position: relative;
  z-index: 10;
}

#feature .sec01-7 {
  width: 40rem;
  height: fit-content;
  margin: 30rem 0 8rem 0;
}

#feature .slider-loop.sec01-8 {
  width: 60rem;
  height: fit-content;
  margin: 0 auto 8rem;
}

#feature .sec01-8 figure {
  margin: 0 1rem;
}

#feature .sec01-8 {
  width: 28rem;
}

#feature .sec01-9 {
  width: 28rem;
  margin: auto;
}

/** sec02 **/
#feature .sec02 .inner:nth-last-child(1) {
  justify-content: left;
  gap: 11rem;
  margin-bottom: 10rem;
}

#feature .sec02-1 {
  width: 50rem;
  height: fit-content;
  margin-top: 4rem;
}

#feature .sec02-2 {
  width: 42rem;
  margin-top: 30rem;
}

#feature .sec02-3 {
  width: 40rem;
  height: fit-content;
  margin: 0 0 0 0;
}

#feature .sec02-4 {
  width: 40rem;
  height: fit-content;
  margin: 30rem -4rem 10rem 0;
  position: relative;
  z-index: 10;
}

#feature .sec02-5 {
  width: 32rem;
}

#feature .sec02-6 {
  width: 32rem;
  margin-bottom: 15rem;
}

#feature .sec02-7 {
  width: 28rem;
  margin: auto;
}



/**btn**/
#feature .btn {
  font-size: 3.6rem;
  letter-spacing: 0.05em;
  margin: 14.7rem auto 21.7rem;
}

#feature .btn::after {
  content: "";
  display: block;
  width: 22rem;
  border-bottom: 1px solid;
  margin: 0 auto;
}
