@charset "UTF-8";

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

@media screen and (min-width: 2100px) {
  :root {
    --lpSetSize: 1px;
  }
}

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

#feature .pc_left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: calc(100vh - 80px);
  overflow: hidden;
  position: sticky;
  top: 80px;
}

#feature .pc_left figure {
  width: 9.5vw;
}

#feature .pc_right {
  grid-column: 3;
  justify-self: center;
  align-self: start;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: calc(100vh - 80px);
  overflow: hidden;
  position: sticky;
  top: 80px;
  left: auto;
  transform: none;
}

#feature .pc_right figure {
  width: 11vw;
}

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

#feature {
  box-sizing: border-box;
  overflow: clip;
  position: relative;
  width: 100%;
  color: #151515;
  display: block;
  font-feature-settings: "palt";
  display: grid;
  grid-template-columns: 1fr auto 1fr;
}

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

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

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

#feature .section02 {
  padding-bottom: calc(186 * var(--lpSetSize));
}

#feature .section__inner {
  width: 100%;
}

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

#feature .flex {
  display: flex;
  justify-content: space-between;
}


#feature .flex.flex_02 {
  display: flex;
  justify-content: center;
  gap: calc(30* var(--lpSetSize));
}

/*-------------------------
 Font
-------------------------*/
#feature p,
#feature .text_05 span,
#feature .item {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
}

#feature h2,
#feature h3,
#feature .text_05,
#feature .btn a,
#feature .last_area .right_area p {
  font-family: "linotype-sabon", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/*-------------------------
 Bg_color
-------------------------*/
#feature {
  background-color: #fff;
  transition: background-color 1.2s ease;
}

#feature.colorChange {
  background-color: #000;
  color: #fff;
}

#feature.colorChange .pc_left figure,
#feature.colorChange .pc_right figure {
  filter: brightness(0) invert(1);
}

/*-------------------------
 Fade
-------------------------*/
#feature .fadeUp,
#feature .slideFadeUp {
  opacity: 0;
  -webkit-transition: opacity 1s ease-in-out, -webkit-transform 1s ease-in-out;
  transition: opacity 1s ease-in-out, -webkit-transform 1s ease-in-out;
  transition: transform 1s ease-in-out, opacity 1s ease-in-out;
  transition: transform 1s ease-in-out, opacity 1s ease-in-out, -webkit-transform 1s ease-in-out;
  transform: translateY(20px);
}

#feature .fadeUp.active,
#feature .slideFadeUp.active {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/*-------------------------
 Border
-------------------------*/
#feature .border {
  display: block;
  width: calc(695 * var(--lpSetSize));
  height: 1px;
  margin-top: calc(26 * var(--lpSetSize));
  margin-left: auto;
  background-color: #707070;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 1s ease;
}

#feature .border.active {
  transform: scaleX(1);
}

#feature.colorChange .border.active {
  background-color: #fff;
}

#feature .border_02 {
  display: block;
  width: calc(690 * var(--lpSetSize));
  height: 1px;
  margin: auto;
  background-color: #707070;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 1s ease;
}

#feature .border_02.active {
  transform: scaleX(1);
}

/*-------------------------
 Slider
-------------------------*/
#feature .splide {
  position: relative;
  margin-top: calc(106 * var(--lpSetSize));
  margin-bottom: calc(223 * var(--lpSetSize));
  padding: 0;
  height: auto;
}

#feature .splide_02 {
  position: relative;
  margin: calc(85 * var(--lpSetSize)) auto 0;
  padding: 0;
  height: auto;
}

#feature .splide__track,
#feature .splide__list,
#feature .splide__slide {
  margin: 0;
  padding: 0;
}

#feature .splide_01 {
  position: relative;
}

#feature .splide_01 .splide__track {
  position: relative;
  z-index: 1;
  transition: height 1s ease;
}

#feature .splide_01 .splide__list {
  align-items: flex-start;
}

#feature .splide_01 .splide__slide {
  position: relative;
  height: auto;
}

#feature .splide_01 .splide__slide a {
  position: relative;
  z-index: 2;
  display: block;
  pointer-events: auto;
  cursor: pointer;
  width: fit-content;
  margin: auto;
}

#feature .splide_01 .splide__slide a img {
  pointer-events: none;
}

#feature .slide01 img {
  width: calc(500 * var(--lpSetSize));
}

#feature .slide02 img {
  width: calc(258 * var(--lpSetSize));
}

#feature .slide03 img {
  width: calc(434 * var(--lpSetSize));
}

#feature .slide04 img {
  width: calc(282 * var(--lpSetSize));
}

#feature .splide__slide img {
  display: block;
  height: auto;
  margin: 0 auto;
}

#feature .splide_01 .splide__arrows {
  position: absolute;
  inset: 0;
  z-index: 100;
  pointer-events: none;
}

#feature .splide_01 .splide__arrow {
  position: absolute;
  transform: translateY(-50%);
  width: calc(37 * var(--lpSetSize));
  height: calc(75 * var(--lpSetSize));
  padding: 0;
  margin: 0;
  background: transparent;
  border: none;
  line-height: 0;
  pointer-events: auto;
  cursor: pointer;
  z-index: 101;
}

#feature .splide_01 .splide__arrow--prev {
  top: calc(326 * var(--lpSetSize));
  left: calc(40 * var(--lpSetSize));
}

#feature .splide_01 .splide__arrow--next {
  top: calc(326 * var(--lpSetSize));
  right: calc(40 * var(--lpSetSize));
}

#feature .splide_01 .splide__arrow img {
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
}

#feature .splide h3 {
  font-size: calc(28* var(--lpSetSize));
  text-align: center;
  margin-top: calc(65* var(--lpSetSize));
  letter-spacing: 0.015em;
}

#feature .splide p {
  font-size: calc(20* var(--lpSetSize));
  text-align: center;
  margin-top: calc(32* var(--lpSetSize));
  letter-spacing: 0.12em;
  line-height: 2;
}

/* 左右見切れスライド */
#feature .splide_02 {
  width: 100%;
  overflow: hidden;
}

#feature .splide_02 .splide__track {
  overflow: visible;
}

#feature .splide_02 .splide__slide {
  width: calc(500* var(--lpSetSize)) !important;
  flex-shrink: 0;
}

#feature .splide_02 .splide__slide img {
  display: block;
  width: 100%;
  height: auto;
}

/*-------------------------
 hero
-------------------------*/
#feature .hero {
  width: calc(750 * var(--lpSetSize));
  height: fit-content;
  margin: 0 auto;
  padding-top: 0;
  position: relative;
}

#feature .main_ttl {
  width: calc(287.1566 * var(--lpSetSize));
  position: absolute;
  top: calc(418 * var(--lpSetSize));
  left: 50%;
  transform: translate(-50%);
  z-index: 20;
}

#feature .main_sub_ttl {
  width: calc(262.7471 * var(--lpSetSize));
  position: absolute;
  bottom: calc(70 * var(--lpSetSize));
  left: 50%;
  transform: translate(-50%);
  z-index: 20;
}

/*-------------------------
 Content
-------------------------*/
#feature .ttl {
  font-size: calc(80 * var(--lpSetSize));
  margin-top: calc(144 * var(--lpSetSize));
  margin-left: calc(-33 * var(--lpSetSize));
  text-align: center;
  letter-spacing: 0.015em;
}

#feature .ttl_02 {
  font-size: calc(37 * var(--lpSetSize));
  margin-left: calc(55 * var(--lpSetSize));
}

#feature .ttl_03 {
  font-size: calc(80 * var(--lpSetSize));
  margin-top: calc(38 * var(--lpSetSize));
  margin-left: calc(55 * var(--lpSetSize));
  letter-spacing: 0.015em;
  line-height: 1;
}

#feature .ttl_03 span {
  margin-left: calc(23 * var(--lpSetSize));
}

#feature .ttl_04 {
  font-size: calc(48 * var(--lpSetSize));
  margin-top: calc(147 * var(--lpSetSize));
  margin-left: calc(55 * var(--lpSetSize));
  letter-spacing: 0.015em;
  line-height: 1;
}

#feature .text {
  font-size: calc(22 * var(--lpSetSize));
  margin: calc(28 * var(--lpSetSize)) 0 0 calc(55 * var(--lpSetSize));
  text-align: left;
  letter-spacing: 0.12em;
  line-height: 2.36;
}

#feature .text_02 {
  font-size: calc(22 * var(--lpSetSize));
  margin: calc(44 * var(--lpSetSize)) 0 0 calc(55 * var(--lpSetSize));
  text-align: left;
  letter-spacing: 0.12em;
  line-height: 2.36;
}

#feature .text_03 {
  font-size: calc(22 * var(--lpSetSize));
  margin: calc(143 * var(--lpSetSize)) 0 0 calc(55 * var(--lpSetSize));
  text-align: left;
  letter-spacing: 0.12em;
  line-height: 2.36;
}

#feature .text_04 {
  font-size: calc(22 * var(--lpSetSize));
  margin: calc(47 * var(--lpSetSize)) 0 0 calc(55 * var(--lpSetSize));
  text-align: left;
  letter-spacing: 0.12em;
  line-height: 2.36;
}

#feature .text_05 {
  font-size: calc(28 * var(--lpSetSize));
  margin: calc(15 * var(--lpSetSize)) calc(39 * var(--lpSetSize)) 0 0;
  text-align: right;
  letter-spacing: 0.008em;
  line-height: 1.25;
}

#feature .text_05 span {
  font-size: calc(24 * var(--lpSetSize));
  margin: 0 calc(3 * var(--lpSetSize)) 0 calc(2 * var(--lpSetSize));
}

#feature .text_06 {
  font-size: calc(22 * var(--lpSetSize));
  margin: calc(49 * var(--lpSetSize)) 0 0 calc(55 * var(--lpSetSize));
  text-align: left;
  letter-spacing: 0.12em;
  line-height: 2.36;
}

#feature .text_07 {
  font-size: calc(22 * var(--lpSetSize));
  margin: calc(186 * var(--lpSetSize)) auto 0;
  text-align: center;
  letter-spacing: 0.12em;
  line-height: 2.36;
}

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

#feature .btn {
  font-size: calc(25 * var(--lpSetSize));
  margin: calc(24 * var(--lpSetSize)) auto 0;
  text-align: center;
  letter-spacing: 0;
}

#feature .btn a {
  color: #151515;
}

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

#feature .img01_2 {
  width: calc(264 * var(--lpSetSize));
  margin: calc(59 * var(--lpSetSize)) 0 0 0;
}

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

#feature .img03 {
  width: calc(360 * var(--lpSetSize));
  margin-top: calc(60 * var(--lpSetSize));
}

#feature .img04 {
  width: calc(360 * var(--lpSetSize));
  margin-top: calc(60 * var(--lpSetSize));
}

#feature .img05 {
  width: calc(320 * var(--lpSetSize));
  margin: calc(86 * var(--lpSetSize)) 0 0;
}

#feature .img06 {
  width: calc(320 * var(--lpSetSize));
  margin: calc(86 * var(--lpSetSize)) 0 0;
}

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

#feature .img09 {
  width: calc(320 * var(--lpSetSize));
  margin: calc(86 * var(--lpSetSize)) 0 0;
}

#feature .img10 {
  width: calc(320 * var(--lpSetSize));
  margin: calc(86 * var(--lpSetSize)) 0 0;
}

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

#feature .img13 {
  width: calc(375 * var(--lpSetSize));
}

#feature .sub_ttl {
  width: calc(287.1566 * var(--lpSetSize));
  margin: calc(239 * var(--lpSetSize)) auto calc(240 * var(--lpSetSize));
}

/*-------------------------
 Item
-------------------------*/
#feature .item_area {
  width: calc(690 * var(--lpSetSize));
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: calc(21 * var(--lpSetSize)) auto 0;
  gap: calc(11 * var(--lpSetSize));
}

#feature .item_set {
  width: calc(336 * var(--lpSetSize));
}

#feature .item_area a {
  font-size: calc(18 * var(--lpSetSize));
  text-align: left;
  letter-spacing: 0.08em;
  line-height: 1.8;
}

#feature .credit-inner {
  margin-top: calc(22 * var(--lpSetSize));
}

#feature .credit-inner span:first-child {
  margin-left: calc(10.5* var(--lpSetSize));
  letter-spacing: 0.06em;
}

#feature .price {
  font-size: calc(18 * var(--lpSetSize));
  line-height: 3.5;
  letter-spacing: 0.02em;
  display: block;
}

#feature .last_area {
  display: flex;
  background: #151515;
  color: #fff;
  margin: calc(220 * var(--lpSetSize)) auto calc(80 * var(--lpSetSize));
}

#feature .last_area .right_area {
  width: fit-content;
}

#feature .last_area .right_area p {
  font-size: calc(21 * var(--lpSetSize));
  text-align: left;
  line-height: 1.6;
  letter-spacing: 0.01em;
}

#feature .last_area .right_area p:nth-of-type(1) {
  margin: calc(36 * var(--lpSetSize)) 0 0 calc(45 * var(--lpSetSize));
}

#feature .last_area .right_area p:nth-of-type(2) {
  font-size: calc(19 * var(--lpSetSize));
  margin: calc(84 * var(--lpSetSize)) 0 0 calc(273 * var(--lpSetSize));
}
