@charset "UTF-8";

html {
  font-size: 0.374vw;
}

@media screen and (min-width: 1920px) {
  html {
    font-size: 7.18px;
  }
}

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 {
  padding: 0;
  position: relative;
  z-index: 999;
  background-color: #fff;
  overflow-x: clip;
}
.l-footer {
  padding: 0;
  position: relative;
  z-index: 999;
  background-color: #fff;
  overflow-x: clip;
}

.pc-footer {
  margin: 0;
}

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

#feature {
  box-sizing: border-box;
  overflow: clip;
  position: relative;
  font-family: "cormorant-infant", sans-serif;
  font-weight: 600;
  font-style: normal;
  width: 100%;
  color: #1a1a1a;
  display: flex;
  background: #fffef8;
}

#feature .feature__inner {
  width: 75rem;
  margin: auto;
  position: relative;
  overflow: clip;
  order: 2;
  background: #fff;
}

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

#feature a:hover {
  opacity: .7;
}

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

#feature .section__inner {
  width: 100%;
}

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

#feature .text_area {
  width: 75rem;
  margin: auto;
}

#feature .section {
  position: relative;
  padding-bottom: 12.5rem;
}

#feature .bg_color {
  width: 75rem;
  margin: auto;
  background: #fff;
}

#feature .main_content {
  width: 75rem;
  margin: auto;
  padding-bottom: 12rem;
  background: #fff;
  order: 1;
}

#feature .left {
  position: sticky;
  top: 80px;
  width: auto;
  height: calc(100vh - 80px);
  display: flex;
  order: 1;
  flex: 1;
  justify-content: center;
  align-items: center;
}

#feature .pc_ttl {
  width: 37rem;
  margin: auto;
}

#feature .right {
  position: sticky;
  top: 80px;
  width: auto;
  height: calc(100vh - 80px);
  display: flex;
  order: 3;
  flex: 1;
  justify-content: center;
  align-items: center;
}

#feature .pc_btn {
  width: 27.8rem;
  margin: 1.3rem auto 0;
}

/*-------------------------
 fade
-------------------------*/
#feature .fadeIn {
  opacity: 0;
}

#feature .fadeIn.active {
  -webkit-animation: fade-in 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  animation: fade-in 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

#feature .fixed {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, transform 0.5s ease, visibility 0s linear 0.5s;
  pointer-events: none;
}

#feature .fixed.is-show {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s ease, transform 0.5s ease;
  pointer-events: auto;
}

/*-------------------------
 Slider
-------------------------*/
#feature .splide {
  position: relative;
  z-index: 1;
}

.splide__slide a {
  display: block;
}

#feature .splide__track {
  background: #fff;
}

#feature .splide__slide img {
  width: 100%;
  display: block;
}

#feature .splide__pagination {
  position: absolute;
  top: auto;
  bottom: 2rem;
  right: 1.9rem;
  z-index: 10;
  display: flex;
  gap: 1rem;
  padding: 0;
  margin: 0;
}

#feature .splide__pagination__page {
  width: 1rem;
  height: 1rem;
  padding: 0;
  margin: 0;
  display: block;
  flex: none;
  border-radius: 50%;
  box-sizing: border-box;
  border: 1px solid #fff;
  background: transparent;
  opacity: 1;
  appearance: none;
  -webkit-appearance: none;
}

#feature .splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1);
}

/*-------------------------
 tap_credit
-------------------------*/
#feature .img_box {
  position: relative;
  pointer-events: auto;
}

#feature .img_box::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.6);
  opacity: 0;
  transition: 0.6s;
  z-index: 5;
  pointer-events: none;
}

#feature .img_box.active::after {
  opacity: 1;
}

#feature .box_credit {
  width: fit-content;
  position: absolute;
  left: 4rem;
  bottom: 4.5rem;
  opacity: 0;
  transition: 1.2s;
  z-index: 10;
  pointer-events: none;
}

#feature .img_box.active .box_credit {
  opacity: 1;
  pointer-events: auto;
}

#feature .box_credit .close {
  font-size: 2.3rem;
  letter-spacing: 0.06em;
  line-height: 1;
  margin-top: 2.5rem;
  pointer-events: auto;
  color: #606060;
  display: flex;
  gap: 0.7rem;
  display: flex;
  cursor: pointer;
}

#feature .box_credit .close span {
  margin-top: -0.35rem;
}

#feature .block02 .box_credit {
  bottom: 3.5rem;
}

#feature .block02 .box_credit .close {
  margin-top: 3.3rem;
}

#feature .block03 .box_credit {
  left: 4.5rem;
  bottom: 4.6rem;
}

#feature .block03 .box_credit .close {
  margin-top: 3.3rem;
}

#feature .block04 .box_credit {
  left: 5rem;
  bottom: 4.4rem;
}

#feature .block04 .box_credit .close {
  margin-top: 3.4rem;
}

#feature .block05 .box_credit {
  left: 5rem;
  bottom: 4.2rem;
}

#feature .block05 .box_credit .close {
  margin-top: 3.4rem;
}

#feature .block06 .box_credit {
  left: 5rem;
  bottom: 4.8rem;
}

#feature .block06 .box_credit .close {
  margin-top: 2rem;
}

#feature .block07 .box_credit {
  left: 4.5rem;
  bottom: 4.8rem;
}

#feature .block07 .box_credit .close {
  margin-top: 3.2rem;
}

#feature .block08 .box_credit {
  left: 4.5rem;
  bottom: 5rem;
}

#feature .block08 .box_credit .close {
  margin-top: 3.2rem;
}

#feature .block09 .box_credit {
  left: 5rem;
  bottom: 4.6rem;
}

#feature .block09 .box_credit .close {
  margin-top: 3.2rem;
}

#feature .block10 .box_credit {
  left: 4.5rem;
  bottom: 4.8rem;
}

#feature .block10 .box_credit .close {
  margin-top: 3.2rem;
}

#feature .block11 .box_credit {
  left: 4rem;
  bottom: 3.6rem;
}

#feature .block11 .box_credit .close {
  margin-top: 3.2rem;
}

#feature .block12 .box_credit {
  left: 5rem;
  bottom: 4.8rem;
}

#feature .block12 .box_credit .close {
  margin-top: 3.2rem;
}

#feature .block13 .box_credit {
  left: 5rem;
  bottom: 4.8rem;
}

#feature .block13 .box_credit .close {
  margin-top: 3.2rem;
}

#feature .block14 .box_credit {
  left: 5rem;
  bottom: 4.8rem;
}

#feature .block14 .box_credit .close {
  margin-top: 3.2rem;
}

#feature .block15 .box_credit {
  left: 5rem;
  bottom: 5.5rem;
}

#feature .block15 .box_credit .close {
  margin-top: 2.6rem;
}

#feature .block16 .box_credit {
  left: 4.5rem;
  bottom: 4.7rem;
}

#feature .block16 .box_credit .close {
  margin-top: 3.4rem;
}

#feature .block17 .box_credit {
  left: 5.1rem;
  bottom: 4.7rem;
}

#feature .block17 .box_credit .close {
  margin-top: 3.4rem;
}

#feature .block18 .box_credit {
  left: 5rem;
  bottom: 5.5rem;
}

#feature .block18 .box_credit .close {
  margin-top: 2.6rem;
}

#feature .block19 .box_credit {
  left: 4.5rem;
  bottom: 5.6rem;
}

#feature .block19 .box_credit .close {
  margin-top: 3.1rem;
}

#feature .block20 .box_credit {
  left: 4rem;
  bottom: 3.7rem;
}

#feature .block20 .box_credit .close {
  margin-top: 3.3rem;
}

#feature .block21 .box_credit {
  left: 5rem;
  bottom: 4.6rem;
}

#feature .block21 .box_credit .close {
  margin-top: 3.3rem;
}

#feature .block22 .box_credit {
  left: 4.5rem;
  bottom: 5.4rem;
}

#feature .block22 .box_credit .close {
  margin-top: 3.3rem;
}

#feature .block23 .box_credit {
  left: 3rem;
  bottom: 3.7rem;
}

#feature .block23 .box_credit .close {
  margin-top: 3.3rem;
}

/*-------------------------
 hero
-------------------------*/
#feature .hero {
  width: 75rem;
  height: fit-content;
  margin: auto;
  position: relative;
  background: #fff;
}

#feature .hero_ttl {
  width: 27.87116rem;
  position: absolute;
  top: 5.7rem;
  left: 50%;
  transform: translate(-50%);
}

#feature .hero_logo {
  width: 56.92198rem;
  position: absolute;
  bottom: 9.6rem;
  left: 50%;
  transform: translate(-50%);
}

/*-------------------------
 text
-------------------------*/
#feature .lead_ttl {
  font-size: 3.4rem;
  letter-spacing: 0.02em;
  line-height: 1;
  margin: 0 0 0 6.3rem;
  padding-top: 19.2rem;
}

#feature .text {
  font-size: 2.7rem;
  letter-spacing: 0.06em;
  line-height: 1;
}

#feature .text__01 {
  margin: 29.8rem 5.8rem 0 auto;
  text-align: right;
}

#feature .text__01 p:last-child {
  margin: 6rem -0.6rem 0 0;
}

#feature .text__02 {
  margin: 13.5rem 0 0 6rem;
}

#feature .text__03 {
  font-size: 3.2rem;
  margin: 25.8rem 0 4.5rem 4.8rem;
  text-align: left;
  letter-spacing: 0.02em;
}

#feature .text__03 p:last-child {
  margin-top: 3.2rem;
}

#feature .text__04 {
  margin: 2.3rem 2rem 0 auto;
  text-align: right;
  letter-spacing: 0.02em;
}

#feature .text__06 {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 1rem;
  text-align: center;
  letter-spacing: 0.02em;
}

#feature .text__09 {
  margin: 2.1rem 0 0 auto;
  text-align: right;
  letter-spacing: 0.02em;
}

#feature .text__14 {
  margin: 0 1.8rem 1.5rem auto;
  text-align: right;
  letter-spacing: 0.02em;
}

#feature .text__16 {
  display: flex;
  justify-content: space-between;
  margin: 0 2rem 1.2rem;
  text-align: center;
  letter-spacing: 0.02em;
}

#feature .text__19 {
  margin: 0 1.5rem 1.4rem auto;
  text-align: right;
  letter-spacing: 0.02em;
}

#feature .text__22 {
  display: flex;
  justify-content: space-between;
  margin: 0 1.95rem 1.7rem;
  text-align: center;
  letter-spacing: 0.02em;
}

/*-------------------------
 area
-------------------------*/
#feature .block01 {
  width: 75rem;
  margin: 5rem auto 0;
}

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

#feature .block03 {
  width: 75rem;
  margin: 16.2rem auto 0;
}

#feature .block04 {
  width: 53.9962rem;
  margin: 20rem 0 0 auto;
}

#feature .block05 {
  width: 62.6rem;
  margin: 25rem auto 0 0;
}

#feature .block06 {
  width: 64.30202rem;
  margin: 21.4rem auto 0;
}

#feature .block07 {
  width: 75rem;
  margin: 29.8rem auto 0;
}

#feature .block08 {
  width: 75rem;
  margin: 7.5rem auto 0;
}

#feature .block09 {
  width: 43.29695rem;
  margin: 12rem 6.6rem 0 auto;
}

#feature .block10 {
  width: 75rem;
  margin: 20.7rem auto 0;
}

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

#feature .block12 {
  width: 75rem;
  margin: 16.2rem auto 0;
}

#feature .block13 {
  width: 43.37023rem;
  margin: 15.8rem auto 0 8.1rem;
}

#feature .block14 {
  width: 75rem;
  margin: 27.5rem auto 0;
}

#feature .block15 {
  width: 48.04267rem;
  margin: 15rem auto 0 8.1rem;
}

#feature .block16 {
  width: 75rem;
  margin: 26rem auto 0;
}

#feature .block17 {
  width: 62.6rem;
  margin: 22.7rem auto 0 0;
}

#feature .block18 {
  width: 48.04267rem;
  margin: 12.5rem 4.2rem 0 auto;
}

#feature .block19 {
  width: 75rem;
  margin: 15.9rem auto 0;
}

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

#feature .block21 {
  width: 43.29254rem;
  margin: 14.4rem 0 0 auto;
}

#feature .block22 {
  width: 75rem;
  margin: 26rem auto 0;
}

#feature .block23 {
  width: 45rem;
  margin: 7.5rem auto 0;
}

/*-------------------------
 staff_btn
-------------------------*/
#feature .staff {
  width: 75rem;
  margin: 18.8rem auto 0;
}

#feature .staff figure {
  width: 34.77812rem;
  margin: auto;
}

#feature .staff p {
  font-size: 2.4rem;
  letter-spacing: 0.02em;
  text-align: center;
  color: #1a1a1a;
  margin-top: 7.2rem;
  line-height: 1.76;
}

/*-------------------------
 credit
-------------------------*/
#feature .credit-inner a {
  font-size: 2.3rem;
  letter-spacing: 0.06em;
  line-height: 1.52;
  text-align: left;
  color: #606060;
  font-family: "libre-caslon-display", sans-serif;
  font-weight: 400;
  font-style: normal;
}

#feature .credit_area .credit-inner {
  width: 40rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0 1.4rem;
}

#feature .block17 .credit_area .credit-inner {
  width: 54rem;
}
