@charset "UTF-8";

html {
  font-size: 10px;
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}

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

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 {
  box-sizing: border-box;
  color: #323232;
  margin: 0 auto;
  overflow: clip;
  position: relative;
  font-family: 游ゴシック体, 游ゴシック Medium, Yu Gothic Medium, Yu Gothic, YuGothic, Hiragino Kaku Gothic ProN, Meiryo, sans-serif;
  font-weight: normal;
  font-style: normal;
  width: 100%;
  font-feature-settings: "palt";
}

#feature .feature-inner {
  width: 100%;
  margin: auto;
  position: relative;
  background: #fff;
}

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

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

#feature .grid_area {
  display: grid;
  grid-template-columns: 1fr 48rem 1fr;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

#feature .grid_area .fixed_nav {
  position: -webkit-sticky;
  position: sticky;
  display: grid;
  place-items: center;
  pointer-events: all;
  height: 100vh;
}

#feature .grid_area .fixed_left {
  top: 80px;
  grid-column: 1;
  background: #d1e0e6;
  -webkit-clip-path: border-box;
  clip-path: border-box;
}

#feature .grid_area .fixed_right {
  top: 80px;
  grid-column: 3;
  background: #d1e0e6;
  -webkit-clip-path: border-box;
  clip-path: border-box;
}

#feature .fixed_right .menu_list {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  margin: -3.9rem 0 0 -0.5rem;
}

#feature .fixed_right .menu_list_item {
  width: 19.8rem;
  height: 12rem;
}

#feature .fixed_right .menu_list_item a {
  display: flex;
  width: 100%;
  height: 100%;
  gap: 1.9rem;
  align-items: center;
  justify-content: space-between;
}

#feature .fixed_left_inner .logo {
  width: 28rem;
  text-align: center;
  margin-top: -3.8rem;
}

#feature .fixed_left_inner .logo p {
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  text-align: left;
  margin-top: 3.2rem;
  color: #323232;
}

#feature .menu_list_item .item_img {
  width: 7.2rem;
}

#feature .menu_list_item__detail {
  margin: auto;
}

#feature .menu_list_item p {
  font-family: "new-atten", sans-serif;
  font-weight: 600;
  font-style: normal;
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 1.4;
  margin-top: -0.5rem;
  display: block;
  color: #323232;
}

#feature .menu_list_item .item_arrow {
  display: block;
  vertical-align: middle;
  line-height: 1;
  width: 1rem;
  height: 1rem;
  border: 1px solid #323232;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
  margin: 0.5rem auto 0;
  overflow: hidden;
  text-align: center;
}



/*-------------------------
 fade
-------------------------*/
#feature .fadeIn {
  opacity: 0;
  transition: opacity 0.5s ease-in;
}

#feature .fadeIn.active {
  opacity: 1;
}

#feature .zoom img {
  opacity: 0;
  transform: scale(1.1);
  transition: all 1.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

#feature .zoom.active img {
  opacity: 1;
  transform: scale(1);
}

/*-------------------------
 slider
-------------------------*/
#feature .swiper-container {
  width: 48rem;
  height: fit-content;
  margin: 2rem auto 0;
}

#feature .swiper-slide img {
  width: 100%;
  height: auto;
}

#feature .swiper-container02 .swiper-wrapper,
#feature .swiper-container03 .swiper-wrapper {
  transition-timing-function: linear;
  height: fit-content;
}

#feature .swiper-container02 .swiper-wrapper figure,
#feature .swiper-container03 .swiper-wrapper figure {
  width: 21.2rem;
  margin: 0 0.6rem;
}

#feature .swiper-container02 .swiper-wrapper figcaption,
#feature .swiper-container03 .swiper-wrapper figcaption {
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  text-align: center;
  font-family: "new-atten", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-top: 1rem;
}

#feature .swiper-container02 .swiper-wrapper figcaption span,
#feature .swiper-container03 .swiper-wrapper figcaption span {
  margin-left: 1.2rem;
}

/*-------------------------
 hero
-------------------------*/
#feature .hero_area {
  position: relative;
}

#feature .hero {
  width: 100%;
  margin: auto;
}

#feature .ttl01 {
  position: absolute;
  top: 7.8rem;
  right: 2.2rem;
  width: 1.075rem;
}

#feature .ttl02 {
  position: absolute;
  bottom: 21.5rem;
  left: 2.2rem;
  width: 28rem;
}

#feature .lead {
  margin-top: 4.3rem;
}

#feature .lead p {
  font-size: 1.54rem;
  letter-spacing: 0.05em;
  line-height: 2;
  text-align: center;
  color: #44281a;
}

/*-------------------------
 content
-------------------------*/
#feature .section__inner,
#feature .display_block,
#feature .flex_area,
#feature .set,
#feature .bg_area {
  position: relative;
}

#feature h2 {
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  line-height: 1;
  text-align: center;
  border: solid 1px #323232;
  font-family: "new-atten", sans-serif;
  font-weight: 700;
  font-style: normal;
}

#feature h3 {
  font-size: 1.85rem;
  letter-spacing: 0.04em;
  line-height: 1;
  text-align: center;
  border: solid 1px #323232;
  width: 18rem;
  margin: 0 0 0 2.5rem;
  padding: 0.4rem 0;
  font-family: "new-atten", sans-serif;
  font-weight: 400;
  font-style: normal;
}

#feature h4 {
  font-size: 1.91rem;
  letter-spacing: 0.06em;
  line-height: 1;
  text-align: left;
  border-top: solid 1px #323232;
  width: 48rem;
  margin-top: 1rem;
  padding: 1.2rem 0 1.2rem 2.5rem;
  font-family: "new-atten", sans-serif;
  font-weight: 700;
  font-style: normal;
}

#feature h3 span {
  margin-left: 1.25rem;
  letter-spacing: 0.03em;
}

#feature .flex {
  display: flex;
  justify-content: center;
  gap: 3.8rem;
  margin: 2.5rem auto 0 1.5rem;
}

#feature .lineup {
  margin-top: 9rem;
}

#feature .lineup h2 {
  width: 12.8rem;
  text-align: center;
  margin: auto;
  padding: 0.6rem 0 0.4rem;
}

#feature .lineup__item p {
  font-size: 1.4rem;
  text-align: center;
  margin-top: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 2;
}

#feature .ttl {
  font-size: 4.85rem;
  letter-spacing: 0.06em;
  line-height: 1.1;
  margin: 5rem 0 0 2.4rem;
  font-family: "new-atten", sans-serif;
  font-weight: 700;
  font-style: normal;
}

#feature .sec03 .ttl {
  margin-top: 5.2rem;
}

#feature .section .display_block {
  margin-top: 4.1rem;
}

#feature .section.sec02 .display_block:nth-of-type(1) {
  margin-top: 3.9rem;
}

#feature .section .display_block:nth-of-type(n+2) {
  margin-top: 6.35rem;
}

#feature .section.sec04 .display_block {
  margin-top: 3.9rem;
}

#feature .section.sec04 .display_block:nth-of-type(n+2) {
  margin-top: 7.3rem;
}

#feature .section .detail .display_block:nth-of-type(n+2) {
  margin-top: 0;
}


#feature .txt {
  font-size: 1.55rem;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #323232;
}

#feature .txt01 {
  position: absolute;
  top: 14.8rem;
  left: 4.75rem;
}

#feature .txt02 {
  position: absolute;
  top: 6.9rem;
  right: 4.6rem;
}

#feature .txt03 {
  position: absolute;
  top: 11.8rem;
  left: 3.7rem;
}

#feature .txt04 {
  position: absolute;
  top: 6.5rem;
  right: 2.9rem;
}

#feature .txt05 {
  position: absolute;
  top: 28.3rem;
  right: 2.9rem;
}

#feature .txt06 {
  position: absolute;
  top: 11.2rem;
  left: 3.7rem;
}

#feature .txt07 {
  position: absolute;
  top: 12.5rem;
  left: 3.8rem;
}

#feature .txt08 {
  position: absolute;
  top: 5.5rem;
  right: 3.8rem;
}

#feature .txt09 {
  position: absolute;
  top: 13.1rem;
  left: 4.8rem;
}

#feature .line01 {
  width: 7.9rem;
  height: 1px;
  background: #323232;
  position: absolute;
  top: 21.5rem;
  left: 21.7rem;
  transform: rotate(28.5deg);
}

#feature .line02 {
  width: 9.1rem;
  height: 1px;
  background: #323232;
  position: absolute;
  top: 8.3rem;
  left: 20.8rem;
}

#feature .line03 {
  width: 11rem;
  height: 1px;
  background: #323232;
  position: absolute;
  top: 16.4rem;
  left: 20rem;
  z-index: 15;
}

#feature .line04 {
  width: 7.3rem;
  height: 1px;
  background: #323232;
  position: absolute;
  top: 25.8rem;
  left: 21.5rem;
  transform: rotate(37deg);
}

#feature .line05 {
  width: 12.8rem;
  height: 1px;
  background: #323232;
  position: absolute;
  top: 12.3rem;
  right: 12.7rem;
  transform: rotate(-29.3deg);
}

#feature .line06 {
  width: 8.3rem;
  height: 1px;
  background: #323232;
  position: absolute;
  top: 21rem;
  right: 17.5rem;
  transform: rotate(38.5deg);
}

#feature .line07 {
  width: 9rem;
  height: 1px;
  background: #323232;
  position: absolute;
  top: 11.8rem;
  right: 19.2rem;
  z-index: 20;
}

#feature .line08 {
  width: 14.5rem;
  height: 1px;
  background: #323232;
  position: absolute;
  top: 11rem;
  right: 15rem;
  transform: rotate(-28.5deg);
}

#feature .border {
  border-top: 2px solid #323232;
  border-bottom: 2px solid #323232;
  margin: 9.5rem auto 0;
}

#feature .sec01 {
  margin-top: 7rem;
  border-top: 2px solid #323232;
}

#feature .sec04 {
  margin-top: 11.5rem;
  padding-top: 0.01rem;
  background: #ebf2f5;
  overflow: hidden;
}

/** image **/
#feature .img01 {
  width: 15.4rem;
  margin: 3.1rem auto 0;
  position: relative;
}

#feature .img02 {
  width: 15.4rem;
  margin: 0 auto;
  position: relative;
}

#feature .img03 {
  width: 15.4rem;
  margin: 0 auto;
  position: relative;
}

#feature .img13 {
  width: 30.7rem;
  margin: 7.7rem 0 0 auto;
}

#feature .img14 {
  width: 23rem;
  margin: 3.2rem 0 0 2.5rem;
}

#feature .img15 {
  width: 23rem;
  margin: -6rem 2.5rem 0 auto;
  background: #fff;
}

#feature .img16 {
  width: 48rem;
  margin: 0 auto;
  overflow: hidden;
}

#feature .img29 {
  width: 32rem;
  margin: 7.8rem 0 0 2.5rem;
}

#feature .img30 {
  width: 24.4rem;
  margin: 3.2rem 2.5rem 0 auto;
}

#feature .img31 {
  width: 48rem;
  margin: 0 auto;
  overflow: hidden;
}

#feature .img44 {
  width: 30.6rem;
  margin: 7.8rem 0 0 auto;
}

#feature .img45 {
  width: 23rem;
  margin: 3.2rem 0 0 2.5rem;
  position: relative;
  z-index: 10;
  background: #fff;
}

#feature .img46 {
  width: 23rem;
  margin: -6rem 2.5rem 0 auto;
}

/** staff **/
#feature .staff {
  font-size: 2.6rem;
  line-height: 2;
  text-align: center;
  color: #44281a;
  letter-spacing: 0.08em;
  margin-top: 10.5rem;
}

#feature .btn {
  width: 45.4rem;
  margin: 7.5rem auto 0;
  position: relative;
  padding-bottom: 7.5rem;
}
