@charset "UTF-8";

:root {
  --lpSetSize: (100vw / 1400) * 0.525555;
}

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;
  overflow: clip;
  position: relative;
  display: flex;
  width: 100%;
}

#feature .left,
#feature .right {
  width: 50%;
}

#feature .left {
  position: sticky;
  top: 80px;
  height: calc(100svh - 80px);
  z-index: 2;
}

#feature .feature__inner {
  width: calc(750 * var(--lpSetSize));
  position: relative;
  margin: auto;
  font-family: "yu-gothic-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
}

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

#feature a:hover {
  opacity: 0.7;
  transition: 0.3s;
}

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


/*-------------------------
 fade_anim
-------------------------*/
.fadeIn {
  visibility: hidden;
  opacity: 0;
  transition: opacity 1.1s ease-in-out, visibility 1.1s ease-in-out;
}

.fadeIn.active {
  visibility: visible;
  opacity: 1;
}

/*-------------------------
 hero
-------------------------*/
#feature .hero {
  width: 100%;
  height: fit-content;
  position: relative;
}

#feature .hero_img img {
  height: 100vh;
  object-fit: cover;
  object-position: top right;
}

#feature .hero_ttl {
  width: 84%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

#feature .lead {
  margin-top: calc(107 * var(--lpSetSize));
  font-size: calc(26 * var(--lpSetSize));
  letter-spacing: 0.025em;
  line-height: 2;
  text-align: center;
  color: #000;
  font-feature-settings: "palt";
}

/*-------------------------
 content
-------------------------*/
#feature .section__inner,
#feature .block_area {
  position: relative;
  height: fit-content;
}

#feature .section {
  position: relative;
}

#feature .sec01 {
  margin: calc(147 * var(--lpSetSize)) auto 0;
}

#feature .sec01 .section__inner:before {
  content: "";
  position: absolute;
  top: calc(517 * var(--lpSetSize));
  left: 0;
  width: calc(750 * var(--lpSetSize));
  height: calc(1155 * var(--lpSetSize));
  background: #fffbeb;
  z-index: -1;
}

#feature .sec02 {
  margin-top: calc(159 * var(--lpSetSize));
}

#feature .sec02 .section__inner:before {
  content: "";
  position: absolute;
  top: calc(200 * var(--lpSetSize));
  left: 0;
  width: calc(750 * var(--lpSetSize));
  height: calc(1540 * var(--lpSetSize));
  background: #f3fbff;
  z-index: -1;
}

#feature .sec03 {
  margin-top: calc(160 * var(--lpSetSize));
}

#feature .sec03 .section__inner:before {
  content: "";
  position: absolute;
  top: calc(80 * var(--lpSetSize));
  right: 0;
  width: calc(219.7742 * var(--lpSetSize));
  height: calc(1418 * var(--lpSetSize));
  background: #f3fbff;
  z-index: -1;
}

#feature .sec04 {
  margin-top: calc(230 * var(--lpSetSize));
}

#feature .sec04 .section__inner:before {
  content: "";
  position: absolute;
  top: calc(-70 * var(--lpSetSize));
  left: 0;
  width: calc(540 * var(--lpSetSize));
  height: calc(964 * var(--lpSetSize));
  background: #fffbeb;
  z-index: -1;
}

#feature .btn {
  margin-top: calc(159 * var(--lpSetSize));
  text-align: center;
}

#feature .btn a {
  font-size: calc(60 * var(--lpSetSize));
  line-height: 1.1;
  letter-spacing: 0.04em;
  position: relative;
  font-family: "ogg", sans-serif;
  font-weight: 400;
  font-style: normal;
}

#feature .btn a:after {
  width: calc(100 * var(--lpSetSize));
  content: "";
  position: absolute;
  bottom: calc(-8 * var(--lpSetSize));
  left: 0;
  right: 0;
  margin: auto;
  border-bottom: calc(2 * var(--lpSetSize)) solid #000;
}

#feature .staff {
  margin-top: calc(173 * var(--lpSetSize));
  margin-bottom: calc(155 * var(--lpSetSize));
  font-size: calc(20 * var(--lpSetSize));
  line-height: 1.75;
  letter-spacing: 0.04em;
  color: #000;
  text-align: center;
  font-family: "century-gothic-std", sans-serif;
  font-weight: 500;
  font-style: normal;
}

#feature .staff span:nth-of-type(1) {
  letter-spacing: 0.048em;
}

#feature .staff span:nth-of-type(2) {
  margin-left: calc(11 * var(--lpSetSize));
}

#feature .staff .txt_space {
  margin-right: calc(-11 * var(--lpSetSize));
}

/*-------------------------
 image
-------------------------*/
#feature .ttl {
  font-size: calc(44 * var(--lpSetSize));
  line-height: 1.1;
  letter-spacing: 0.04em;
  font-family: "ogg", sans-serif;
  font-weight: 400;
  font-style: normal;
}

#feature .txt {
  font-size: calc(20 * var(--lpSetSize));
  line-height: 1.75;
  letter-spacing: 0.04em;
  margin-top: calc(21 * var(--lpSetSize));
  font-family: "century-gothic-std", sans-serif;
  font-weight: 500;
  font-style: normal;
}

#feature .ttl_area01 {
  width: calc(690 * var(--lpSetSize));
  height: fit-content;
  margin: calc(59 * var(--lpSetSize)) auto 0;
}

#feature .ttl_area02 {
  width: calc(690 * var(--lpSetSize));
  height: fit-content;
  writing-mode: vertical-rl;
  position: absolute;
  top: 0;
  right: calc(29 * var(--lpSetSize));
}

#feature .ttl_area02 .txt {
  margin-top: 0;
  margin-right: calc(25 * var(--lpSetSize));
  line-height: 1.5;
}

#feature .ttl_area03 {
  width: calc(690 * var(--lpSetSize));
  height: fit-content;
  margin: calc(59 * var(--lpSetSize)) auto 0;
}

#feature .ttl_area03 .txt {
  font-size: calc(20 * var(--lpSetSize));
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin-top: calc(26 * var(--lpSetSize));
  font-family: "century-gothic-std", sans-serif;
  font-weight: 500;
  font-style: normal;
}

#feature .ttl_area03 .txt span {
  margin-left: calc(1 * var(--lpSetSize));
}

#feature .ttl_area04 {
  width: calc(690 * var(--lpSetSize));
  height: fit-content;
  margin: calc(59 * var(--lpSetSize)) auto 0;
  position: relative;
  z-index: 20;
}

#feature .ttl_area04 .ttl {
  line-height: 1.5;
}

#feature .ttl_area04 .txt {
  font-size: calc(20 * var(--lpSetSize));
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin-top: calc(16 * var(--lpSetSize));
  font-family: "century-gothic-std", sans-serif;
  font-weight: 500;
  font-style: normal;
}



#feature .img01 {
  width: calc(690 * var(--lpSetSize));
  height: fit-content;
  margin: 0 auto;
  overflow: hidden;
}

#feature .img02 {
  width: calc(510 * var(--lpSetSize));
  height: fit-content;
  margin: calc(55 * var(--lpSetSize)) 0 0 auto;
}

#feature .img03 {
  width: calc(560 * var(--lpSetSize));
  height: fit-content;
  position: relative;
  z-index: 20;
}

#feature .img04 {
  width: calc(700 * var(--lpSetSize));
  height: fit-content;
  margin: calc(50 * var(--lpSetSize)) 0 0 auto;
}

#feature .img05 {
  width: calc(750 * var(--lpSetSize));
  height: fit-content;
  margin: calc(58 * var(--lpSetSize)) auto 0;
}

#feature .img06 {
  width: calc(570 * var(--lpSetSize));
  height: fit-content;
  margin: calc(154 * var(--lpSetSize)) auto 0;
}

#feature .img07 {
  width: calc(600 * var(--lpSetSize));
  height: fit-content;
  margin: calc(-64 * var(--lpSetSize)) 0 0 auto;
}

#feature .img08 {
  width: calc(750 * var(--lpSetSize));
  height: fit-content;
  margin: calc(50 * var(--lpSetSize)) 0 0 auto;
  overflow: hidden;
}

/*-------------------------
 credit
-------------------------*/
#feature .credit {
  font-size: calc(20 * var(--lpSetSize));
  letter-spacing: 0.03em;
  line-height: 1.75;
  font-family: "century-gothic-std", sans-serif;
  font-weight: 500;
  font-style: normal;
  text-align: end;
}

#feature .credit01 {
  width: fit-content;
  position: absolute;
  bottom: calc(26 * var(--lpSetSize));
  right: calc(60 * var(--lpSetSize));
}

#feature .credit02 {
  width: fit-content;
  position: absolute;
  bottom: calc(26 * var(--lpSetSize));
  right: calc(30 * var(--lpSetSize));
}

#feature .credit03 {
  margin: calc(22 * var(--lpSetSize)) calc(30 * var(--lpSetSize)) 0 auto;
  width: calc(430 * var(--lpSetSize));
}

#feature .credit03 .credit {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  gap: 0 calc(21 * var(--lpSetSize));
}

#feature .credit04 {
  width: fit-content;
  position: absolute;
  bottom: calc(26 * var(--lpSetSize));
  left: calc(30 * var(--lpSetSize));
}

#feature .credit04 .credit {
  text-align: start;
}
