@charset "UTF-8";

:root {
  --lpSetSize: (100vw / 1920);
}



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: #3e3a39;
  background: #f9f9f7;
  display: block;
  font-family: "times-new-roman", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt";
  display: flex;
}

#feature .feature__inner {
  width: calc(750 * var(--lpSetSize));
  height: fit-content;
  margin: auto;
  position: relative;
  overflow: clip;
  background: #f9f9f7;
}

#feature a {
  display: block;
  transform: none;
  text-decoration: none;
  color: #3e3a39;
}

#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 .sec03 {
  padding-bottom: calc(100 * var(--lpSetSize));
}

#feature .section__inner {
  width: 100%;
}

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

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

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

@keyframes fade-blur {
  0% {
    filter: blur(10px);
    transform: scale(1);
    opacity: 0;
  }

  100% {
    filter: blur(0);
    transform: scale(1);
    opacity: 1;
  }
}

/*-------------------------
 text_animation
-------------------------*/
#feature .anim .char {
  opacity: 0;
  transform: translateY(0);
  filter: blur(2px);
}

#feature .anim.active .char {
  animation: handwriting 0.5s ease forwards;
}

@keyframes handwriting {
  0% {
    opacity: 0;
    transform: translateY(0);
    filter: blur(2px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}

#feature .anim p {
  font-size: calc(69.41 * var(--lpSetSize));
  font-family: "rollerscript-rough", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-variant-ligatures: common-ligatures contextual;
  font-feature-settings: "liga" 1, "clig" 1, "calt" 1;
  margin: 0;
  line-height: 1;
}

#feature .anim p:nth-of-type(1) {
  margin: calc(250 * var(--lpSetSize)) 0 calc(-50 * var(--lpSetSize)) calc(130 * var(--lpSetSize));
  display: inline-block;
  transform: rotate(-7deg);
  letter-spacing: 0.008em;
}

#feature .anim p:nth-of-type(2) {
  margin: calc(-17 * var(--lpSetSize)) 0 0 calc(297 * var(--lpSetSize));
  display: inline-block;
  transform: rotate(-8deg);
  letter-spacing: -0.015em;
}

/*-------------------------
 hero
-------------------------*/
#feature .hero_area {
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
  left: 0;
  width: calc(1170 * var(--lpSetSize));
  height: calc(100vh - 80px);
}

#feature .hero {
  width: 100%;
  height: 100%;
  margin: 0;
  position: relative;
}

#feature .hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
}

#feature .hero_ttl {
  width: calc(509 * var(--lpSetSize));
  position: absolute;
  bottom: 14.5%;
  left: 49%;
  transform: translate(-50%);
  z-index: 20;
}

/*-------------------------
 Lead
-------------------------*/
#feature .lead {
  width: calc(750 * var(--lpSetSize));
  margin: auto;
  background: #ebe8e1;
}

/*-------------------------
 ttl_text
-------------------------*/
#feature .sec01 .img_ttl {
  position: absolute;
  top: calc(439 * var(--lpSetSize));
  right: calc(46 * var(--lpSetSize));
  width: calc(112.6976 * var(--lpSetSize));
  pointer-events: none;
  z-index: 20;
}

#feature .sec03 .img_ttl {
  position: absolute;
  top: calc(441 * var(--lpSetSize));
  right: calc(43 * var(--lpSetSize));
  width: calc(112.6976 * var(--lpSetSize));
  pointer-events: none;
  z-index: 20;
}

#feature .sec01 .look {
  margin: calc(11 * var(--lpSetSize)) 0 0 calc(29 * var(--lpSetSize));
  font-size: calc(26 * var(--lpSetSize));
  letter-spacing: 0.01em;
  line-height: 1.75;
}

#feature .sec02 .look {
  margin: calc(8 * var(--lpSetSize)) 0 0 calc(29 * var(--lpSetSize));
  font-size: calc(26 * var(--lpSetSize));
  letter-spacing: 0.005em;
  line-height: 1.75;
}

#feature .sec03 .look {
  margin: calc(4 * var(--lpSetSize)) 0 0 calc(30 * var(--lpSetSize));
  font-size: calc(26 * var(--lpSetSize));
  letter-spacing: 0.005em;
  line-height: 1.75;
}


#feature .sec01 .text {
  width: calc(593 * var(--lpSetSize));
  margin: calc(23 * var(--lpSetSize)) auto 0;
  font-size: calc(20 * var(--lpSetSize));
  letter-spacing: 0.024em;
  line-height: 1.341;
  text-align: center;
}

#feature .sec02 .text {
  width: calc(593 * var(--lpSetSize));
  margin: calc(18 * var(--lpSetSize)) auto 0;
  font-size: calc(22 * var(--lpSetSize));
  letter-spacing: 0.024em;
  line-height: 1.219;
  text-align: center;
}

#feature .sec01 .logo {
  width: calc(115 * var(--lpSetSize));
  margin: calc(64 * var(--lpSetSize)) auto 0;
}

#feature .sec02 .logo {
  width: calc(115 * var(--lpSetSize));
  margin: calc(103 * var(--lpSetSize)) auto 0 calc(313 * var(--lpSetSize));
}

#feature .flex {
  width: calc(659 * var(--lpSetSize));
  display: flex;
  justify-content: space-between;
  margin: calc(39 * var(--lpSetSize)) auto 0 calc(47 * var(--lpSetSize));
  font-size: calc(22 * var(--lpSetSize));
  letter-spacing: 0.024em;
  line-height: 1;
}

#feature .miesrohe_logo {
  width: calc(168.7789 * var(--lpSetSize));
  margin: calc(220 * var(--lpSetSize)) auto 0;
}

#feature .btn_area__text {
  font-size: calc(23 * var(--lpSetSize));
  letter-spacing: 0.024em;
  text-align: center;
  line-height: 1.16;
  4;
  margin: calc(22 * var(--lpSetSize)) auto 0 calc(12 * var(--lpSetSize));
}

#feature .btn {
  margin: calc(50 * var(--lpSetSize)) auto 0;
  border-top: 1px solid #3e3a39;
  border-bottom: 1px solid #3e3a39;
}

#feature .btn a {
  font-size: calc(37.3 * var(--lpSetSize));
  letter-spacing: 0.042em;
  text-align: center;
  margin: calc(18 * var(--lpSetSize)) auto calc(27 * var(--lpSetSize));
}

#feature .staff {
  font-size: calc(18 * var(--lpSetSize));
  letter-spacing: 0.025em;
  line-height: 1.49;
  text-align: center;
  margin: calc(71 * var(--lpSetSize)) auto 0;
}

/*-------------------------
 image
-------------------------*/
#feature .img01 {
  width: calc(750* var(--lpSetSize));
  margin: 0 auto;
}

#feature .img02 {
  width: calc(750 * var(--lpSetSize));
  margin: calc(125 * var(--lpSetSize)) auto 0;
}

#feature .img03 {
  width: calc(750 * var(--lpSetSize));
  margin: calc(15 * var(--lpSetSize)) auto 0;
}

#feature .img04 {
  width: calc(590 * var(--lpSetSize));
  margin: calc(179 * var(--lpSetSize)) auto 0;
}

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

#feature .img06 {
  width: calc(590 * var(--lpSetSize));
  margin: calc(165 * var(--lpSetSize)) auto 0;
}

#feature .img07 {
  width: calc(750 * var(--lpSetSize));
  margin: calc(170 * var(--lpSetSize)) auto 0;
}

#feature .img08 {
  width: calc(750 * var(--lpSetSize));
  margin: calc(113 * var(--lpSetSize)) auto 0;
}

#feature .img09 {
  width: calc(750 * var(--lpSetSize));
  margin: calc(16 * var(--lpSetSize)) auto 0;
}

#feature .img10 {
  width: calc(750 * var(--lpSetSize));
  margin: calc(133 * var(--lpSetSize)) auto 0;
}

#feature .img11 {
  width: calc(463 * var(--lpSetSize));
  margin: calc(113* var(--lpSetSize)) auto 0;
}


/*-------------------------
 credit
-------------------------*/
#feature .credit-inner {
  margin: calc(-3 * var(--lpSetSize)) 0 0 0;
  font-size: calc(19 * var(--lpSetSize));
  letter-spacing: 0.01em;
  line-height: 1.4;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

#feature .credit-inner .item a {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}

#feature .credit-inner .item:not(:last-child) a::after {
  content: "/";
  margin-left: calc(5 * var(--lpSetSize));
  margin-right: calc(5 * var(--lpSetSize));
  flex-shrink: 0;
}

#feature .credit01.credit_area {
  width: calc(688 * var(--lpSetSize));
  margin-left: calc(29 * var(--lpSetSize));
}

#feature .credit02.credit_area {
  width: calc(715 * var(--lpSetSize));
  margin: calc(3 * var(--lpSetSize)) 0 0 calc(29 * var(--lpSetSize));
}

#feature .credit03.credit_area {
  width: calc(733 * var(--lpSetSize));
  margin: calc(2 * var(--lpSetSize)) 0 0 calc(31 * var(--lpSetSize));
}


#feature .credit01.credit_area li:nth-of-type(3) {
  letter-spacing: 0.013em;
}

#feature .credit02.credit_area li:nth-of-type(2) {
  letter-spacing: 0.006em;
}

#feature .credit03.credit_area li:nth-of-type(2) {
  letter-spacing: 0.006em;
}

#feature .price {
  margin-left: calc(6 * var(--lpSetSize));
}
