@charset "UTF-8";

html {
  font-size: 10px;
}

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

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 .flex {
  display: grid;
  grid-template-columns: 1fr 43rem 1fr;
  background: #fff;
  overflow: visible;
}

#feature .left,
#feature .right {
  position: sticky;
  top: 80px;
  height: calc(100vh - 80px);
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  z-index: 50;
  margin-bottom: -12rem;
  pointer-events: none;
}

#feature .left {
  text-align: left;
  pointer-events: none;
  margin-right: 20rem;
  margin-left: auto;
}

#feature .right {
  text-align: right;
  margin-left: 12rem;
  margin-right: auto;
}

#feature .right a{
  position: relative;
  z-index: 20;
  pointer-events: auto;
}

#feature {
  box-sizing: border-box;
  color: #000;
  overflow: clip;
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 9rem;
}

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

#feature a {
  color: #000000;
  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;
}

.l-container {
  width: 100%;
  overflow: clip;
}


/*-------------------------
 fade
-------------------------*/
#feature .blur {
  opacity: 0;
  -moz-transition: -moz-transform 0.5s linear;
  -webkit-transition: -webkit-transform 0.5s linear;
  -o-transition: -o-transform 0.5s linear;
  -ms-transition: -ms-transform 0.5s linear;
  transition: transform 0.5s linear;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

#feature .blur.active {
  -webkit-animation-name: imageBlur;
  animation-name: imageBlur;
  opacity: 1;
  transition: .2s;
}

@-webkit-keyframes imageBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -ms-filter: blur(5px);
    -o-filter: blur(5px);
    filter: blur(5px);
  }

  to {
    opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
  }
}

@keyframes imageBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -ms-filter: blur(5px);
    -o-filter: blur(5px);
    filter: blur(5px);
  }

  to {
    opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
  }
}

#feature .ttl .js-text-list path {
  opacity: 0;
}

#feature .ttl.active .js-text-list path {
  opacity: 1;
}

#feature .item_block {
  position: relative;
}

#feature .item_block img {
  display: block;
}

#feature .item_block.item-active .hidden_credit {
  opacity: 1;
}

#feature .item_block.item-active .hidden_credit a {
  pointer-events: all;
}

#feature .item_block.item-active .js_credit_btn span {
  transform: translate(-50%, -50%) rotate(90deg);
}

#feature .item_block.item-active .js_credit_btn span::before {
  opacity: 0;
}

#feature .hidden_credit {
  opacity: 0;
  transition: opacity 500ms ease-in;
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 5;
  width: 100%;
}

#feature .hidden_credit .credit {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#feature .js_credit_btn {
  position: absolute;
  width: 2.8rem;
  height: 2.8rem;
  right: 1.3rem;
  bottom: 1.4rem;
  z-index: 15;
  background: none;
  border: 0;
}

#feature .js_credit_btn span {
  display: block;
  width: 2.8rem;
  height: 2.8rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s ease-in-out;
}

#feature .js_credit_btn span::before,
#feature .js_credit_btn span::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #c70012;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s ease-in-out;
}

#feature .js_credit_btn span::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

#feature .price {
  margin-left: -0.3rem;
}

/*-------------------------
 slider
-------------------------*/
#feature .swiper {
  width: 43rem;
  height: fit-content;
  overflow: hidden;
}

#feature .swiper-pagination {
  position: absolute;
  left: 0.9rem;
  top: 0.9rem;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  width: 1rem;
  height: fit-content;
}

#feature .swiper-pagination-bullet {
  width: 0.75rem;
  height: 0.75rem;
  background: transparent;
  opacity: 1;
  border-radius: 50%;
  border: 1px solid #6a6a6a;
  transition: all 0.3s ease;
  position: relative;
}

#feature .swiper-pagination-bullet-active {
  background: #6a6a6a;
}

/*-------------------------
 hero
-------------------------*/
#feature .hero {
  width: 120rem;
  margin: auto;
  position: relative;
}

/*-------------------------
 content
-------------------------*/
#feature .section__inner {
  width: 100%;
}

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

#feature section {
  position: relative;
}

#feature .sticky {
  position: sticky;
  background: #ffffff;
}

#feature .sec01 {
  padding-bottom: 13rem;
}

#feature .ttl {
  font-family: "berthold-baskerville-pro", sans-serif;
  font-weight: 400;
  font-style: italic;
}

#feature .ttl01 {
  width: 12.6rem;
}

#feature .ttl02 {
  width: 12.41133rem;
  position: absolute;
  left: -1.6rem;
  bottom: -2.2rem;
  z-index: 10;
}

#feature .ttl03 {
  width: 24.3rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 2.5rem;
  z-index: 5;
}

#feature .ttl04 {
  width: 18rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 1.4rem;
  z-index: 5;
}

#feature .ttl05 {
  width: 22.8rem;
  margin: 4.1rem 0 0 2.9rem;
}

#feature .ttl06 {
  width: 34.60283rem;
  position: absolute;
  top: 51rem;
  left: 50%;
  transform: translateX(-50%);
}

#feature .ttl07 {
  width: 20.5rem;
  margin: auto;
}

#feature .footer__area {
  background: #fff;
}

#feature .logo {
  width: 32rem;
  margin: 0 auto;
  padding-top: 4.5rem;
  padding-bottom: 5.3rem;
}

#feature .staff {
  font-size: 1.4rem;
  letter-spacing: 0;
  text-align: center;
  margin-top: 4.4rem;
  color: #000000;
  line-height: 1.78;
  font-family: "berthold-baskerville-pro", sans-serif;
  font-weight: 400;
  font-style: italic;
}

/*-------------------------
 image
-------------------------*/
#feature .image {
  width: 34rem;
  margin: auto;
}

#feature .img01 {
  margin-top: 3.3rem;
}

#feature .img02 {
  margin-top: 0;
}

#feature .img04 {
  margin-top: 6.7rem;
}

#feature .img05 {
  margin-top: 1rem;
}

#feature .img06 {
  margin-top: 6.2rem;
}

#feature .img09 {
  margin-top: 6.2rem;
}

#feature .img13 {
  margin-top: 6.2rem;
}

#feature .img16 {
  margin-top: 1.15rem;
}

#feature .sec02 .item_block {
  display: flex;
  width: 120rem;
  margin: 0 auto 0 -38.5rem;
}

#feature .top {
  margin-top: 6.7rem;
}

/*-------------------------
 credit
-------------------------*/
#feature .credit {
  text-align: center;
}

#feature .credit a {
  font-size: 1.4rem;
  letter-spacing: 0;
  color: #c70012;
  line-height: 1.51;
  font-family: "berthold-baskerville-pro", sans-serif;
  font-weight: 400;
  font-style: italic;
}
