@charset "UTF-8";

html {
  font-size: 10px;
}

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

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;
  color: #4f110c;
  margin: 0 auto;
  overflow: clip;
  position: relative;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  width: calc(1400 * (100vw / 1400));
  font-feature-settings: "palt";
  background: #dbc2d2;
}

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

#feature .inner {
  max-width: 55rem;
  margin: auto;
}

/*-------------------------
 fade/anim
-------------------------*/
#feature .ttl01 .cls-1,
#feature .ttl03 .cls-1,
#feature .ttl04 .cls-1,
#feature .ttl05 .cls-1 {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

#feature .ttl01 .cls-1.active,
#feature .ttl03 .cls-1.active,
#feature .ttl04 .cls-1.active,
#feature .ttl05 .cls-1.active {
  opacity: 1;
  transform: translateY(0);
}

#feature .fadeIn {
  opacity: 0;
}

#feature .fadeIn.active {
  opacity: 1;
  transition: all 1.65s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

#feature .ttl02.fadeIn {
  transition-delay: 0.3s;
}

#feature .dot span {
  opacity: 0;
  transition: all 0.5s ease-in 0.25s;
}

#feature .dot span.active {
  opacity: 1;
}

#feature .ribbon {
  width: 18.5rem;
  animation: shake 3s infinite;
  transform: rotate(6deg);
  margin: -1.5rem auto 0;
  padding-bottom: 11.7rem;
}

@keyframes shake {
  50% {
    transform: rotate(-6deg);
  }

  100% {
    transform: rotate(6deg);
  }
}

/*-------------------------
 content
-------------------------*/
#feature .hero_area {
  max-width: 55rem;
  padding-top: 5rem;
}

#feature .ttl01 {
  width: 44.8rem;
  margin: 0 auto;
}

#feature .ttl02 {
  width: 15.5rem;
  margin: -1.9rem auto 0;
}

#feature .hero__img {
  width: 55rem;
  margin: 4.5rem auto 0;
  position: relative;
}

#feature .hero_logo {
  width: 15.1rem;
  position: absolute;
  bottom: 3.9rem;
  left: 0;
  right: 0;
  margin: 0 auto;
}

#feature .display_block {
  position: relative;
}

#feature .lead {
  font-size: 1.8rem;
  line-height: 1.96;
  text-align: center;
  letter-spacing: 0.12em;
  margin: 4.7rem auto 0;
}

#feature .ttl03 {
  width: 42.36602rem;
  margin: 10.8rem auto 0 6.3rem;
}

#feature .txt {
  font-size: 1.75rem;
  line-height: 2;
  text-align: center;
  letter-spacing: 0.12em;
  margin: 4.2rem auto 0 1.6rem;
}

#feature .slider {
  width: 55rem;
  height: fit-content;
  margin-top: 5.1rem;
  overflow: hidden;
}

#feature .slider .slick-slide {
  margin-right: 1.8rem;
}

#feature .col {
  font-size: 1.68rem;
  letter-spacing: 0.061em;
  margin-top: 4rem;
  text-align: center;
  font-family: "amandine", sans-serif;
  font-weight: 500;
  font-style: normal;
}

#feature .note {
  font-size: 1.3rem;
  letter-spacing: 0.14em;
  line-height: 2.02;
  margin: 2.4rem auto 0 -0.4rem;
  text-align: center;
}

#feature .ttl04 {
  width: 42.90283rem;
  margin: 11.5rem auto 0 6rem;
}

#feature .btn_all {
  width: 25.6rem;
  margin: 3.8rem auto 0;
}

#feature .btn {
  width: 25.6rem;
  margin: 3.6rem auto 0;
}

#feature .txt02 {
  font-size: 1.75rem;
  line-height: 2.02;
  text-align: center;
  letter-spacing: 0.115em;
  margin: 4.1rem auto 0;
}

#feature .dot {
  margin-top: 6rem;
}

#feature .dot span {
  display: grid;
  width: 0.75rem;
  height: 0.75rem;
  background: #4f110c;
  margin: 1.5rem auto 0;
  border-radius: 50%;
}

#feature .ttl05 {
  width: 39.32657rem;
  margin: 7.3rem auto 0 8rem;
}
