@charset "UTF-8";

html {
  font-size: 10px;
  scroll-behavior: smooth;
    scroll-padding-top: 80px;
}

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

.feature-snslist {
  margin: 35px auto 15px;
}

#feature {
  box-sizing: border-box;
  color: #282832;
  margin: 0 auto;
  overflow: clip;
  position: relative;
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", sans-serif;
  font-weight: 500;
  font-style: normal;
  width: 100%;
  font-feature-settings: "palt";
  background: #e4e4e4;
  padding-bottom: 8.3rem;
}

#feature .feature__inner {
  width: 51rem;
  margin: auto;
  position: relative;
}

#feature a {
  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;
  margin: auto;
}


/*-------------------------
 fade
-------------------------*/
.fadeIn {
  opacity: 0;
  transition: all 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-delay: 0.2s;
}

.fadeIn.active {
  opacity: 1;
}

#feature .swiper {
  width: 100%;
  height: fit-content;
}

#feature .swiper-slide {
  text-align: center;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

/*-------------------------
 hero
-------------------------*/
#feature .hero_area {
  margin: 0 auto;
  width: 100%;
  text-align: center;
  position: relative;
}

#feature .hero {
  width: 100%;
}

#feature .hero__ttl {
  width: calc(440 * (100vw / 1400));
  text-align: center;
  position: absolute;
  overflow: hidden;
  top: 25.55vw;
  left: calc(50 * (100vw / 1400));
  z-index: 10;
}

#feature .mv__txt {
  font-size: 1.63rem;
  text-align: center;
  letter-spacing: 0.08em;
  line-height: 2;
  margin-top: 7.1rem;
}

/*-------------------------
 content
-------------------------*/
/** title **/
#feature .border {
  width: 100%;
  padding-bottom: 1rem;
  border-top: solid 3px #282832;
  border-bottom: solid 2px #282832;
}

#feature .sec01 .section {
  margin: 17.5rem auto 0;
}

#feature .section {
  margin: 12.1rem auto 0;
}

#feature .section__ttl {
  display: flex;
  align-items: center;
  vertical-align: middle;
  justify-content: space-between;
  width: 46.3rem;
  margin: auto;
  padding: 2.4rem 0 1.2rem;
}

#feature .sec03 .section__ttl {
  padding: 2.2rem 0 1.2rem;
}

#feature .sec04 .section__ttl {
  padding: 2.3rem 0 1.2rem;
}

#feature .sec05 .section__ttl {
  padding: 2.28rem 0 1.2rem;
}

#feature .sec08 .section__ttl {
  padding: 2.23rem 0 1.2rem;
}

#feature .sec09 .section__ttl {
  padding: 2.24rem 0 1.2rem;
}

#feature .sec10 .section__ttl {
  padding: 2.3rem 0 1.2rem;
}

#feature .section__ttl h2 {
  margin-left: 0.3rem;
  letter-spacing: 0.06em;
  line-height: 1.7;
  font-weight: bold;
  width: 27rem;
  white-space: nowrap;
}

#feature .section__ttl h2 span {
  display: block;
  font-weight: 500;
}

#feature .section__ttl h2 span:nth-child(1) {
  font-size: 1.8rem;
}

#feature .section__ttl h2 span:nth-child(2) {
  font-size: 2.2rem;
  letter-spacing: 0.12em;
}

#feature .section__ttl p {
  background: #282832;
  width: 7.5rem;
  height: 7.5rem;
  border-radius: 50%;
  font-family: "aktiv-grotesk-condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  align-items: center;
  vertical-align: middle;
  padding-top: 1.6rem;
}

#feature .section__ttl p:nth-of-type(1) {
  margin-right: -2.1rem;
}

#feature .section__ttl p span:nth-child(1) {
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  display: block;
  text-align: center;
}

#feature .section__ttl p span:nth-child(2) {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  display: block;
  text-align: center;
  margin: 0.3rem 0 0 -0.2rem;
}

#feature .section__ttl p:nth-of-type(2) span:nth-of-type(2) {
  font-size: 2.2rem;
  margin: 0;
}

#feature .sec09 .section__ttl p {
  /* margin-top: 0.4rem; */
  /* padding-top: 1.7rem; */
}

/** slider **/
#feature .flex__area {
  display: flex;
  justify-content: space-between;
  margin-top: 4.2rem;
}

#feature .flex__area .left {
  width: 33.39rem;
}

#feature .flex__area .right {
  width: 16.3rem;
  display: grid;
  gap: 1.2rem;
}


/** item_area **/
#feature .item__ttl {
  width: 14.2rem;
  margin: auto;
}

#feature .item01__img {
  display: flex;
  justify-content: center;
  margin-top: 4rem;
}

#feature .item01__img figure {
  width: 23.2rem;
}

#feature .item02__img {
  display: flex;
  justify-content: center;
  margin-top: 3.7rem;
}

#feature .item02__img figure {
  width: 23.7rem;
}

#feature .item__detail {
  margin-top: 2.6rem;
  text-align: center;
  font-size: 1.63rem;
  line-height: 2;
  letter-spacing: 0.08em;
  font-family: "aktiv-grotesk-condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
}

#feature .item__text {
  width: 41.7rem;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.07em;
  margin: 2.5rem auto 0;
  text-align: justify;
}

#feature .sec06 .item__text {
  margin: 2.6rem auto 0;
}

#feature .style__area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5.3rem 4.5rem;
  margin-top: 8.5rem;
}

#feature .style__area figure {
  width: 18.5rem;
}

#feature .style__area figure p {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: center;
  margin: 1.9rem 0 0 0.2rem;
  color: #282832;
}

#feature .style__area figure p span {
  font-family: "aktiv-grotesk-condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.17em;
}

#feature .style__area figure p span:nth-child(1) {
  margin-right: -0.1rem;
  letter-spacing: 0.18em;
}

#feature .style__area figure p span:nth-child(2) {
  margin: 0 -0.2rem 0 0;
}

#feature .style__area .arrow {
  width: 2.5rem;
  margin: 0.8rem auto 0;
}

/** sec01 **/
#feature .sec01 {
  margin-top: 10rem;
}

#feature .sec01 .section__inner {
  width: 100%;
  margin: 0 auto;
}

/** sec03 **/
#feature .sec03 .section__ttl p:nth-of-type(1) {
  margin-right: -2rem;
}

/** sec06 **/
#feature .sec06 {
  margin-top: 12.1rem;
}

/** sec07 **/
#feature .sec07 .section__ttl {
  padding: 2.45rem 0 1.2rem;
}

#feature .sec07 .section__ttl p:nth-of-type(1) {
  margin-right: -1.8rem;
}

#feature .sec07 .section__ttl p:nth-of-type(2) {
  margin: -0.2rem -0.2rem 0 0;
}

/** sec08 **/
#feature .sec08 .section__ttl p:nth-of-type(1) {
  margin-right: -2rem;
}

/** sec09 **/
#feature .sec09 .section__ttl h2 {
}

/** sec10 **/
#feature .btn {
  width: 36.8rem;
  margin: 6.5rem auto 0;
}