@charset "UTF-8";

html {
  font-size: 0.4857vw;
}

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

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;
  width: 100%;
  color: #000;
  display: flex;
}

#feature::before {
  content: "";
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100vh;
  background: url("../img/pc-bg.svg") center center / cover no-repeat;
  z-index: -1;
  pointer-events: none;
}

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

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

#feature a:hover {
  cursor: pointer;
  opacity: .7;
  transition: all 0.3s ease-in-out;
}

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

#feature .section {
  position: relative;
}

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

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

#feature .left figure {
  width: 45.7rem;
}

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

#feature .right figure {
  width: 44rem;
}

/*-------------------------
 Background
-------------------------*/
#feature .sec01 {
  background-image: url("../img/sec01-bg.png?260703v1");
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  padding-bottom: 15.8rem;
}

#feature .sec02 {
  background-image: url("../img/sec02-bg.png?260703v1");
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  padding-bottom: 22.8rem;
}

#feature .sec03 {
  background-image: url("../img/sec03-bg.png?260703v1");
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  padding-bottom: 17.5rem;
}

#feature .sec04 {
  background-image: url("../img/sec04-bg.png?260703v1");
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  padding-bottom: 20rem;
}


/*-------------------------
 fade
-------------------------*/
#feature .fadeIn {
  opacity: 0;
  filter: blur(20px);
  transition: transform 2.0s ease, opacity 2.0s ease, filter 2.0s ease;
}

#feature .fadeIn.active {
  opacity: 1;
  transform: translate(0, 0) scale(1);
  filter: blur(0);
}

#feature .side_content {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}

#feature .side_content.fadeOut {
  opacity: 0;
}

/*-------------------------
 sec01
-------------------------*/
#feature .sec01 .main_ttl {
  width: 60.3rem;
  margin: 0 auto;
  padding-top: 12.8rem;
}

#feature .sec01 .img01 {
  width: 75rem;
  margin: 12rem auto 0;
  position: relative;
}

#feature .sec01 .img01::after {
  content: "";
  position: absolute;
  bottom: 1.5rem;
  right: 1.5rem;
  width: 18.4rem;
  height: 2rem;
  background: url("../img/sweet-2607.svg") no-repeat center / contain;
  pointer-events: none;
}

#feature .sec01 .img02 {
  width: 65rem;
  margin: 7rem auto 0;
  position: relative;
}

#feature .sec01 .block_area::before {
  content: "";
  position: absolute;
  top: -1rem;
  left: 4rem;
  width: 67rem;
  height: 99.5rem;
  border: 2px solid #897067;
  box-sizing: border-box;
  pointer-events: none;
}

#feature .sec01 .img02::after {
  content: "";
  position: absolute;
  bottom: 1.5rem;
  right: 1.5rem;
  width: 18.4rem;
  height: 2rem;
  background: url("../img/sweet-2607.svg") no-repeat center / contain;
  pointer-events: none;
}

/*-------------------------
 sec02
-------------------------*/
#feature .sec02 .sub_ttl {
  width: 87.67073rem;
  margin-left: 9rem;
}

#feature .sec02 .block_area {
  width: 68rem;
}

#feature .sec02 .img03 {
  width: 68rem;
  margin: -4.3rem auto 0 0;
  position: relative;
  z-index: 20;
}

#feature .sec02 .img03::after {
  content: "";
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
  width: 18.4rem;
  height: 2rem;
  background: url("../img/sweet-2607.svg") no-repeat center / contain;
  pointer-events: none;
}

/*-------------------------
 sec03
-------------------------*/
#feature .sec03 .block_area {
  width: 67rem;
}

#feature .sec03 .img04 {
  width: 60rem;
  margin: 0 0 0 auto;
  position: relative;
}

#feature .sec03 .img04::after {
  content: "";
  position: absolute;
  bottom: 1.5rem;
  right: 1.5rem;
  width: 18.4rem;
  height: 2rem;
  background: url("../img/sweet-2607.svg") no-repeat center / contain;
  pointer-events: none;
}

#feature .sec03 .img05 {
  width: 67rem;
  margin: 8rem auto 0 0;
  position: relative;
}

#feature .sec03 .block_area::before {
  content: "";
  position: absolute;
  top: -2rem;
  left: 2rem;
  width: 67rem;
  height: 100.5rem;
  border: 2px solid #897067;
  box-sizing: border-box;
  pointer-events: none;
  z-index: 20;
}

#feature .sec03 .img05::after {
  content: "";
  position: absolute;
  bottom: 3.5rem;
  left: 3.5rem;
  width: 18.4rem;
  height: 2rem;
  background: url("../img/sweet-2607.svg") no-repeat center / contain;
  pointer-events: none;
}

/*-------------------------
 sec04
-------------------------*/
#feature .sec04 .sub_ttl {
  width: 86rem;
  margin-left: -11.5rem;
  position: relative;
  top: -2.3rem;
}

#feature .sec04 .img06 {
  width: 75rem;
  margin: -3.1rem auto 0 0;
  position: relative;
  z-index: 20;
}

#feature .sec04 .img06::after {
  content: "";
  position: absolute;
  bottom: 1.7rem;
  left: 1.5rem;
  width: 18.4rem;
  height: 2rem;
  background: url("../img/sweet-2607.svg") no-repeat center / contain;
  pointer-events: none;
}

#feature .btn {
  width: 60rem;
  margin: 19rem auto 0;
}

/*-------------------------
 credit
-------------------------*/
#feature .credit-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 2.5rem;
  margin: 3.9rem auto 0;
  width: 50rem;
}

#feature .sec02 .credit-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: right;
  gap: 0 2.4rem;
  margin: 2.9rem 0 0 auto;
  width: 56rem;
}

#feature .sec02 .credit-inner li:first-child {
  margin-left: 3rem;
}

#feature .sec03 .credit-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: right;
  gap: 0 2.4rem;
  margin: 3rem 0 0 auto;
  width: 56rem;
}

#feature .sec04 .credit-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 2.4rem;
  margin: 2.8rem 0 0 11rem;
  width: 56rem;
}

#feature .credit-inner a {
  font-size: 2.2rem;
  letter-spacing: 0.05em;
  line-height: 2;
  text-align: center;
  text-decoration: underline;
  color: #897067;
  text-underline-offset: 0.3rem;
  text-decoration-skip-ink: none;
  font-family: "basic-sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}
