@charset "UTF-8";

html {
  font-size: 10px;
}

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

/*-------------------------
 common
-------------------------*/
.l-header {
  display: none;
}

.l-footer {
  padding: 0;
}

.pc-footer {
  margin: 0;
}

.l-container {
  width: 100%;
  margin: auto;
}


#feature {
  box-sizing: border-box;
  margin: 0 auto calc(200 * (100vw / 1400));
  font-feature-settings: "palt";
  width: 100%;
  text-align: center;
  overflow: clip;
  font-family: "bellefair", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(17.01 * (100vw / 1400));
  letter-spacing: 0.02em;
  line-height: 1.54;
  background: #fdffe3;
  color: #000;
}

#feature .feature-inner {
  margin: auto;
}

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

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

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

#feature figure a:hover,
#feature a:hover {
  opacity: 0.7;
  transition: 0.4s;
  cursor: pointer;
}

#feature figure a {
  background: #fff;
}

#feature .credit {
  display: flex;
  background: transparent;
  justify-content: center;
  position: relative;
}

#feature figure .credit a {
  background: transparent;
  display: inline-block;
}

#feature .credit li{
  text-align: left;
}

#feature .credit li:not(:last-child)::after {
  content: ",";
  margin-left: calc(-5 *(100vw / 1400));
}

/*-------------------------
 fade
-------------------------*/
.fadeIn {
  opacity: 0;
  will-change: opacity, transform;
  -webkit-transition: ease-in, opacity 1500ms, -webkit-transform 1000ms;
  transition: ease-in, opacity 1500ms, -webkit-transform 1000ms;
  transition: ease-in, opacity 1500ms, transform 1000ms;
  transition: ease-in, opacity 1500ms, transform 1000ms, -webkit-transform 1000ms;
  -webkit-transform: translate3d(0, calc(25 * (100vw / 1400)), 0);
  transform: translate3d(0, calc(25 * (100vw / 1400)), 0);
}

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

.fadeIn.--2 {
  transition-delay: 1s;
}

.side_ttl {
  opacity: 0;
  transition: opacity 1s ease;
}

.side_ttl.is_show {
  opacity: 1;
  transition: opacity 1s ease;
}

/*-------------------------
 top
-------------------------*/
#feature .hero {
  background: #fdffe3;
  padding-bottom: calc(50*(100vw / 1400));
}

#feature .hero,
#feature .hero__box {
  display: flex;
  justify-content: space-between;
  gap: calc(25 * (100vw / 1400));
}

#feature .hero__box_left,
#feature .hero__box_right {
  padding-top: calc(50 * (100vw / 1400));
}

#feature .hero__box_left figure {
  width: calc(650 * (100vw / 1400));
}

#feature .hero__box_right figure:nth-child(1) {
  width: calc(395 * (100vw / 1400));
}

#feature .hero__box_right figure:nth-child(2) {
  width: calc(305 * (100vw / 1400));
}

#feature .hero_ttl {
  width: calc(631.801 * (100vw / 1400));
  margin: calc(27 * (100vw / 1400)) auto 0 calc(29 * (100vw / 1400));
}

/*-------------------------
  content
-------------------------*/
#feature .sec01 {
  background: #d1edff;
}

#feature .sec02 {
  background: #e6ffd1;
}

#feature .sec03 {
  background: #fbffce;
}

#feature .sec04 {
  background: #ffe6fd;
}

#feature .sec05 {
  background: #fff;
}

#feature .section_area .side_ttl {
  width: calc(36.2535 * (100vw / 1400));
  position: fixed;
  top: calc(42 * (100vw / 1400));
  left: calc(25 * (100vw / 1400));
  z-index: 50;
}

#feature .flex_box {
  display: flex;
  justify-content: center;
  align-items: center;
}

#feature .flex_box.--1 {
  position: relative;
  width: calc(1400 * (100vw / 1400));
  height: calc(900 * (100vw / 1400));
}

#feature .slider {
  width: calc(600 * (100vw / 1400));
  height: fit-content;
  margin: 0;
  padding: 0;
}

#feature .flex_box__left,
#feature .flex_box__right {
  width: calc(700 * (100vw / 1400));
}

#feature .ttl01 {
  width: calc(164.5364 * (100vw / 1400));
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}

#feature .ttl02 {
  width: calc(286.7056 * (100vw / 1400));
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}

#feature .flex_box.--2 {
  justify-content: space-between;
  align-items: flex-start;
}

#feature .flex_box.--2 figure:first-child,
#feature .flex_box.--2 .slider {
  width: calc(600 * (100vw / 1400));
  height: calc(900 * (100vw / 1400));
  margin: 0 0 0 calc(100 * (100vw / 1400));
}

#feature .sec03 .flex_box.--2 .slider figure,
#feature .flex_box.--2 .slider figure:nth-child(2) {
  margin: 0;
}

#feature .flex_box.--2 figure:nth-child(2) {
  width: calc(450 * (100vw / 1400));
  margin: calc(75 * (100vw / 1400)) calc(175 * (100vw / 1400)) 0 0;
}

#feature .flex_box p {
  margin: calc(35 * (100vw / 1400)) 0 0;
}

#feature .line-area {
  height: calc(185 * (100vw / 1400));
  padding: calc(97 * (100vw / 1400)) 0 calc(37 * (100vw / 1400));
}

#feature .line {
  height: 0;
  width: calc(1 * (100vw / 1400));
  background-color: #090000;
  transition: height 1s ease-in-out;
  transform-origin: top;
  margin: auto;
}

#feature .line.is_show {
  height: calc(185 * (100vw / 1400));
}

#feature .sec05 p {
  font-size: calc(42.52 * (100vw / 1400));
  /* margin-top: calc(40 * (100vw / 1400)); */
  letter-spacing: 0.01em;
}

#feature .sec05 figure {
  width: calc(450 * (100vw / 1400));
  margin: calc(30 * (100vw / 1400)) auto 0;
}

#feature .sec05 .ttl03 {
  width: calc(436.6185 * (100vw / 1400));
  margin: calc(50 * (100vw / 1400)) auto 0;
}

#feature .sec05 .staff-credit {
  font-size: calc(17.01 * (100vw / 1400));
  margin: calc(35 * (100vw / 1400)) auto 0;
  letter-spacing: 0.02em;
  line-height: 2.17;
}

#feature .sec05 .logo {
  width: calc(257.532 * (100vw / 1400));
  margin: calc(86 * (100vw / 1400)) auto 0;
}