@charset "UTF-8";

html {
  font-size: 0.7142857vw;
}

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

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;
  background: #e4eef2;
  display: flex;
  font-family: "shippori-mincho", sans-serif;
  font-weight: 400;
  font-style: normal;
}

#feature .feature__inner {
  width: 56rem;
  height: fit-content;
  margin: 0;
  position: relative;
  overflow: clip;
}

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

#feature a:hover {
  opacity: .7;
}

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

#feature .pc_left {
  width: 50%;
  position: sticky;
  top: 80px;
  height: calc(100vh - 80px);
}

#feature .pc_left_ttl {
  position: relative;
}

#feature .pc_left_ttl figure {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.5s ease;
}

#feature .pc_left_ttl figure.is-active {
  opacity: 1;
}

#feature .pc_left_ttl__01 {
  width: 22.934rem;
  margin: 5rem auto 0;
}

#feature .pc_left_ttl__02 {
  width: 26.411rem;
  margin: 5rem auto 0;
}

#feature .pc_left_ttl__03 {
  width: 24.017rem;
  margin: 5rem auto 0;
}

#feature .flex {
  display: flex;
  justify-content: center;
  margin: auto;
  background: #fff;
}

#feature .section {
  position: relative;
}

#feature .section__inner {
  width: 100%;
}

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

/*-------------------------
 Top_icon
-------------------------*/
.top_img {
  width: 1.8rem;
  position: sticky;
  right: auto;
  left: auto;
  transform: translateX(52.7rem);
  top: 33vh;
  padding-block: 2rem;
  cursor: pointer;
  z-index: 100;
}

/*-------------------------
 fade
-------------------------*/
#feature .fadeUp,
#feature .fadeUp_top,
#feature .fadeRight,
#feature .fadeLeft {
  overflow: hidden;
}

#feature .fadeUp_top {
  display: block;
  -webkit-clip-path: inset(0 0 100% 0);
  clip-path: inset(0 0 100% 0);
  -webkit-transition: -webkit-clip-path 0.6s cubic-bezier(0.37, 0, 0.63, 1);
  transition: clip-path 0.6s cubic-bezier(0.37, 0, 0.63, 1);
}

#feature .fadeUp {
  display: block;
  -webkit-clip-path: inset(100% 0 0 0);
  clip-path: inset(100% 0 0 0);
  -webkit-transition: -webkit-clip-path 0.6s cubic-bezier(0.37, 0, 0.63, 1);
  transition: clip-path 0.6s cubic-bezier(0.37, 0, 0.63, 1);
}

#feature .fadeRight {
  display: block;
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  -webkit-transition: -webkit-clip-path 0.6s cubic-bezier(0.37, 0, 0.63, 1);
  transition: clip-path 0.6s cubic-bezier(0.37, 0, 0.63, 1);
  transition-delay: 0.5s;
}

#feature .fadeLeft {
  display: block;
  -webkit-clip-path: inset(0 0 0 100%);
  clip-path: inset(0 0 0 100%);
  -webkit-transition: -webkit-clip-path 0.6s cubic-bezier(0.37, 0, 0.63, 1);
  transition: clip-path 0.6s cubic-bezier(0.37, 0, 0.63, 1);
  transition-delay: 0.5s;
}

#feature .fadeUp_top.active,
#feature .fadeUp.active,
#feature .fadeRight.active,
#feature .fadeLeft.active {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}

#feature .fadeIn {
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition:
    opacity 0.6s cubic-bezier(0.33, 1, 0.68, 1),
    -webkit-transform 0.6s cubic-bezier(0.33, 1, 0.68, 1);
  transition:
    opacity 0.6s cubic-bezier(0.33, 1, 0.68, 1),
    transform 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}

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

/** fade_order **/
#feature .fadeRight_set {
  display: block;
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  -webkit-transition: -webkit-clip-path 0.6s cubic-bezier(0.37, 0, 0.63, 1);
  transition: clip-path 0.6s cubic-bezier(0.37, 0, 0.63, 1);
}

#feature .fadeUp_set {
  display: block;
  -webkit-clip-path: inset(100% 0 0 0);
  clip-path: inset(100% 0 0 0);
  -webkit-transition: -webkit-clip-path 0.6s cubic-bezier(0.37, 0, 0.63, 1);
  transition: clip-path 0.6s cubic-bezier(0.37, 0, 0.63, 1);
  transition-delay: 0.5s;
}

#feature .fadeUp_set.active {
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
}

#feature .fadeLeft_set {
  display: block;
  -webkit-clip-path: inset(0 0 0 100%);
  clip-path: inset(0 0 0 100%);
  -webkit-transition: -webkit-clip-path 0.6s cubic-bezier(0.37, 0, 0.63, 1);
  transition: clip-path 0.6s cubic-bezier(0.37, 0, 0.63, 1);
  transition-delay: 1s;
}

#feature .fadeBottom_set {
  display: block;
  overflow: hidden;
  -webkit-clip-path: inset(0 0 100% 0);
  clip-path: inset(0 0 100% 0);
  -webkit-transition: -webkit-clip-path 0.6s cubic-bezier(0.37, 0, 0.63, 1);
  transition: clip-path 0.6s cubic-bezier(0.37, 0, 0.63, 1);
  transition-delay: 1s;
}

#feature .img04.fadeRight {
  transition-delay: 0s;
}

#feature .sec01_no02.fadeBottom_set {
  transition-delay: 0.5s;
}

#feature .fade_set.active .fadeRight_set,
#feature .fade_set.active .fadeLeft_set,
#feature .fade_set.active .fadeRight_set,
#feature .fade_set.active .fadeUp_set,
#feature .fade_set.active .fadeBottom_set {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}


/*-------------------------
 hero
-------------------------*/
#feature .hero {
  width: 56rem;
  height: fit-content;
  margin: 0 auto;
  position: relative;
}

#feature h1.hero_ttl {
  position: absolute;
  top: 36.2rem;
  left: 2.8rem;
  z-index: 20;
}

#feature h1.hero_ttl img:nth-of-type(1) {
  width: 38.241rem;
}

#feature h1.hero_ttl img:nth-of-type(2) {
  width: 17.578rem;
  margin-top: 0.3rem;
}

#feature .hero_main {
  width: 56rem;
}

/*-------------------------
 lead
-------------------------*/
#feature h2.lead_ttl {
  font-size: 2.4rem;
  line-height: 1.41666;
  letter-spacing: 0;
  text-align: center;
  margin-top: -6.1rem;
  color: #303030;
  position: relative;
  font-weight: 400;
}

#feature .lead {
  font-size: 1.8rem;
  line-height: 1.5555;
  letter-spacing: 0;
  text-align: center;
  padding-top: 1rem;
  color: #000;
  position: relative;
}

/*-------------------------
 section
-------------------------*/
#feature .section .sec_ttl {
  font-size: 2.2rem;
  line-height: 1.2727;
  letter-spacing: 0;
  text-align: center;
  padding-top: 2.4rem;
  color: #000002;
  position: relative;
}

/** section_01 **/
#feature .sec01 {
  margin-top: 10.5rem;
}

#feature .sec01 .fade_set {
  position: relative;
}

#feature .sec01 .sec01_txt {
  width: 21.2rem;
  margin: 0 0 0 4rem;
}

#feature .sec01 .sec01_ttl {
  width: 6.577rem;
  position: absolute;
  top: -0.8rem;
  right: 1.8rem;
  z-index: 20;
}

#feature .sec01 .img01 {
  width: 45rem;
  margin: 2.6rem 0 0 0;
}

#feature .sec01_no01 {
  width: 5.148rem;
  position: absolute;
  top: 23.1rem;
  left: 37rem;
  z-index: 20;
}

#feature .sec01 .img02 {
  width: 45rem;
  margin: 5rem 0 0 auto;
}

#feature .sec01_no02 {
  width: 5.448rem;
  position: absolute;
  top: 33.9rem;
  left: 7.3rem;
  z-index: 20;
}

#feature .sec01 .img03 {
  width: 45rem;
  margin: 1.9rem 0 0 0;
}

#feature .sec01 .img04 {
  width: 56rem;
  margin: 4.9rem auto 0;
}

#feature .sec01_no03 {
  width: 5.148rem;
  position: absolute;
  top: 1.9rem;
  right: 2.5rem;
  z-index: 20;
  transition: clip-path 0.6s cubic-bezier(0.37, 0, 0.63, 1) 0.5s;
}

#feature .sec01 .img05 {
  width: 45rem;
  margin: 5rem 0 0 auto;
}

#feature .sec01_no04 {
  width: 12.3rem;
  position: absolute;
  top: 35.3rem;
  left: 2.6rem;
  z-index: 20;
}

#feature .sec01 .img06 {
  width: 32rem;
  margin: 1.9rem 0 0 4.5rem;
}


/** section_02 **/
#feature .sec02 {
  margin-top: 12.7rem;
}

#feature .sec02 .fade_set {
  position: relative;
}

#feature .sec02 .sec02_txt {
  width: 20.229rem;
  margin: 0 2.3rem 0 auto;
}

#feature .sec02 .sec02_ttl {
  width: 6.577rem;
  position: absolute;
  top: -0.8rem;
  left: 1.8rem;
  z-index: 20;
}

#feature .sec02 .img07 {
  width: 45rem;
  margin: 2.8rem 0 0 auto;
  transition-delay: 0.9s;
}

#feature .sec02 .img08 {
  width: 45rem;
  margin: 0 0 0 auto;
  transition-delay: 0.9s;
}

#feature .sec02_no01 {
  width: 4.538rem;
  position: absolute;
  top: 104.3rem;
  left: 5.1rem;
  z-index: 20;
  transition-delay: 1.4s;
}

#feature .sec02 .img09 {
  width: 45rem;
  margin: 5rem 0 0 0;
}

#feature .sec02_no02 {
  width: 5.4rem;
  position: absolute;
  top: 40.9rem;
  left: 42rem;
  z-index: 20;
}

#feature .sec02 .img10 {
  width: 32rem;
  margin: 1.9rem 0 0 19.5rem;
}

#feature .sec02_no03 {
  width: 4.8rem;
  position: absolute;
  top: 59.2rem;
  left: 3.6rem;
  z-index: 20;
  transition: clip-path 0.6s cubic-bezier(0.37, 0, 0.63, 1) 0.5s;
}

#feature .sec02 .img11 {
  width: 56rem;
  margin: 4.9rem 0 0 auto;
}

#feature .sec02 .img12 {
  width: 45rem;
  margin: 4.9rem 0 0 auto;
}

#feature .sec02_no04 {
  width: 6.192rem;
  position: absolute;
  top: 12.7rem;
  left: 34.4rem;
  z-index: 20;
}

#feature .sec02 .img13 {
  width: 32rem;
  margin: 2rem 0 0 4.5rem;
}

/** section_03 **/
#feature .sec03 {
  margin-top: 12.7rem;
}

#feature .sec03 .fade_set {
  position: relative;
}

#feature .sec03 .sec03_txt {
  width: 20.229rem;
  margin: 0 0 0 4.89rem;
}

#feature .sec03 .sec03_ttl {
  width: 6.65rem;
  position: absolute;
  top: -0.8rem;
  right: 2.2rem;
  z-index: 20;
}

#feature .sec03 .img14 {
  width: 45rem;
  margin: 2.6rem 0 0 0;
}

#feature .sec03_no01 {
  width: 4.382rem;
  position: absolute;
  top: 53.7rem;
  left: 39.1rem;
  z-index: 20;
}

#feature .sec03 .img15 {
  width: 45rem;
  margin: 5rem 0 0 auto;
}

#feature .sec03 .img16 {
  width: 32rem;
  margin: 1.85rem 0 0 4.5rem;
}

#feature .sec03_no02 {
  width: 5.4rem;
  position: absolute;
  top: 4rem;
  left: 34.9rem;
  z-index: 20;
}

#feature .sec03 .img17 {
  width: 45rem;
  margin: 4.9rem 0 0 0;
}

#feature .sec03 .img18 {
  width: 32rem;
  margin: 2rem 4.5rem 0 auto;
}

#feature .sec03_no03 {
  width: 4.8rem;
  position: absolute;
  top: 84.6rem;
  left: 16.9rem;
  z-index: 20;
  transition: clip-path 0.6s cubic-bezier(0.37, 0, 0.63, 1) 0.5s;
}

#feature .sec03 .img19 {
  width: 45rem;
  margin: 5rem 0 0 auto;
}

#feature .sec03 .img20 {
  width: 32rem;
  margin: 1.9rem 0 0 0;
}

#feature .sec03_no04 {
  width: 6.192rem;
  position: absolute;
  top: 3rem;
  left: 30.5rem;
  z-index: 20;
}

#feature .movie {
  width: 38rem;
  margin: 4.8rem auto 0;
}

#feature .btn {
  width: 26.1rem;
  margin: 5.2rem 0 0 15.1rem;
}

#feature .staff {
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 1.4285;
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 8.4rem;
  color: #000002;
  font-family: "Bodoni Moda", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: italic;
  font-feature-settings: "palt" 1;
}

#feature .staff span {
  margin: 0 0.4rem;
  font-style: normal;
}

/*-------------------------
 credit
-------------------------*/
#feature .credit-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 0.7rem;
  margin: 1rem auto 0;
}

#feature .credit-inner a {
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 1.5;
  text-align: center;
  text-decoration: underline;
  color: #8e8e8e;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

#feature .credit01,
#feature .credit02 {
  width: 25rem;
  margin: auto;
}

#feature .credit03,
#feature .credit04,
#feature .credit05,
#feature .credit06,
#feature .credit07,
#feature .credit08,
#feature .credit09,
#feature .credit10,
#feature .credit11,
#feature .credit12 {
  width: 36rem;
  margin: auto;
}

#feature .credit01 ul li:first-child {
  margin-left: -0.8rem;
}

#feature .credit03 ul li:nth-of-type(4),
#feature .credit09 ul li:nth-of-type(4),
#feature .credit10 ul li:nth-of-type(3),
#feature .credit11 ul li:nth-of-type(4),
#feature .credit12 ul li:nth-of-type(3) {
  margin: 0 5rem;
}
