@charset "UTF-8";

html {
  font-size: 10px;
}

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

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

#feature .fadeIn.is_show {
  opacity: 1;
  transition: opacity 800ms cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 800ms cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

#feature .fadeIn.--2 {
  transition-delay: 1s;
}

#feature .fadeUp {
  opacity: 0;
  transform: translate3d(0, 50px, 0);
}

#feature .fadeUp.is_show {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: opacity 680ms cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 680ms cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

#feature .fadeLeft {
  opacity: 0;
  transform: translate3d(50px, 0, 0);
}

#feature .fadeLeft.is_show {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: opacity 680ms cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 680ms cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

#feature .fadeRight {
  opacity: 0;
  transform: translate3d(-50px, 0, 0);
}

#feature .fadeRight.is_show {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: opacity 680ms cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 680ms cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

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

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

#feature .ttl.is_show {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  transition: all 1.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

#feature .ttl {
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
}

#feature .ttl_02.is_show {
  /* -webkit-clip-path: inset(0 0 0 0); */
  clip-path: inset(0 0 0 0);
  transition: all 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

#feature .ttl_02 {
  -webkit-clip-path: inset(100% 0 0 0);
  clip-path: inset(100% 0 0 0);
}

#feature .ttl_03.is_show {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  transition: all 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

#feature .ttl_03 {
  -webkit-clip-path: inset(0 0 100% 0);
  clip-path: inset(0 0 100% 0);
}


/*-------------------------
 common
-------------------------*/
.l-footer {
  padding: 0;
}

.pc-footer {
  margin: 0;
}

.l-container {
  width: 100%;
  margin: auto;
}


#feature {
  box-sizing: border-box;
  margin: 0 auto;
  text-align: center;
  overflow: clip;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}

#feature .feature-inner {
  margin: auto;
  min-width: 140rem;
}

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

#feature a {
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  color: #000;
}

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

#feature a:hover {
  opacity: 0.7;
  transition: 0.4s;
}

#feature figure a {
  background: #fff;
}

#feature .credit-area a,
#feature .btnarea p {
  font-family: "garamond-premier-pro", serif;
  font-weight: 400;
  font-style: normal;
}

/*-------------------------
 top
-------------------------*/
#feature .hero {
  margin: auto;
  background-color: #C3D6E1;
  color: #fff;
  position: relative;
}

#feature .hero figure {
  width: 120rem;
}

#feature .hero h2 {
  font-size: 6rem;
  letter-spacing: 0.045em;
  line-height: 1.1;
  margin-top: 10.5rem;
  font-family: adobe-aldine, sans-serif;
  font-weight: 500;
  font-style: normal;
}

#feature .hero figure:nth-child(2) {
  width: 68rem;
  position: absolute;
  top: 26.4rem;
  left: 0;
  right: 0;
  margin: 0 auto;
}

#feature .hero p {
  font-size: 1.8rem;
  letter-spacing: 0.16em;
  line-height: 2;
  margin-top: 1rem;
}

/*-------------------------
  content
-------------------------*/
#feature .sec01 {
  background-color: #C3D6E1;
  padding-bottom: 15.3rem;
}

#feature .sec02 {
  background-color: #ffffff;
  padding: 16.5rem 0 15.2rem;
}

#feature .sec03 {
  background-color: #FFFBDD;
  padding: 16.5rem 0 15.5rem;
}

#feature .sec04 {
  background-color: #ffffff;
  padding: 16rem 0 15.3rem;
}

#feature .sec01 .singlearea {
  padding-top: 9.2rem;
  margin: 0;
  z-index: 10;
}

#feature .singlearea {
  position: relative;
}

#feature .flexarea {
  display: flex;
  justify-content: center;
  gap: 5rem;
  margin-top: 8rem;
}

#feature .flexarea.--1 {
  display: flex;
  justify-content: center;
  gap: 16rem;
  margin-top: -11rem;
  padding-bottom: 3.7rem;
}

#feature .flexarea.--1 .flexarea__block:last-child {
  margin-right: -12rem;
  z-index: 20;
}

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

#feature .hero figure {
  width: 120rem;
  margin: auto;
}

#feature .section figure,
#feature .btnarea figure {
  width: 48rem;
  margin: auto;
  overflow: hidden;
}

#feature figure.img01-border {
  width: 104rem;
  z-index: 10;
}

#feature figure.img01 {
  width: 101rem;
  position: absolute;
  top: 10.7rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 0;
  overflow: hidden;
  border-radius: 50%;
}

#feature figure.img05-border,
#feature figure.img08-border,
#feature figure.img11-border {
  width: 48rem;
  z-index: 10;
  pointer-events: none;
}

#feature figure.img05,
#feature figure.img08,
#feature figure.img11 {
  width: 45rem;
  position: absolute;
  top: 1.5rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 0;
  overflow: hidden;
  border-radius: 50%;
}

#feature figure.img02 {
  width: 41.5rem;
  z-index: 10;
}

#feature figure.img-position {
  margin-top: 0.5rem;
}

#feature .sec01 .flexarea p {
  font-size: 1.7rem;
  letter-spacing: 0.16em;
  line-height: 2;
  margin-top: 23rem;
  color: #fff;
  font-feature-settings: "palt";
}

#feature figure.ttl01 {
  width: 49.7rem;
  position: absolute;
  top: 15rem;
  left: 0;
  right: -38.5rem;
  margin: 0 auto;
  z-index: 10;
}

#feature figure.ttl02 {
  width: 31.1rem;
  position: absolute;
  top: 17.5rem;
  left: -21rem;
  right: 0;
  margin: 0 auto;
}

#feature figure.ttl03 {
  width: 18.5rem;
  position: absolute;
  top: -2.5rem;
  left: -39.5rem;
  right: 0;
  margin: 0 auto;
}

#feature figure.ttl04 {
  width: 17.1rem;
  position: absolute;
  top: -2.7rem;
  left: 0;
  right: -41rem;
  margin: 0 auto;
}

#feature figure.ttl05 {
  width: 17.7rem;
  position: absolute;
  top: -2.7rem;
  left: -41rem;
  right: 0;
  margin: 0 auto;
}

#feature figure.ttl06 {
  width: 45.93406rem;
  margin: auto;
}

#feature figure.logo01 {
  width: 17.4rem;
  position: absolute;
  top: 6.1rem;
  left: -44.5rem;
  right: 0;
  margin: 0 auto;
  z-index: 10;
  pointer-events: none;
}

#feature figure.logo02 {
  width: 20.6rem;
  position: absolute;
  top: 55.5rem;
  left: 0;
  right: -41.3rem;
  margin: 0 auto;
  z-index: 10;
  pointer-events: none;
}

#feature .btnarea {
  position: relative;
  padding-bottom: 13.5rem;
  background: #ffffff;
  width: 48rem;
  margin: auto;
}

#feature .btnarea figure:nth-child(2) {
  margin-top: -7rem;
}

#feature .btnarea p {
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  text-align: center;
  line-height: 1.75;
  margin-top: 13.4rem;
  color: #19386B;
}

/*-------------------------
  credit
-------------------------*/
#feature .credit-area {
  margin: 2rem 0 0 auto;
  width: 40rem;
}

#feature .sec03 .credit-area {
  margin: 2rem 0 0 0;
  width: 40rem;
}

#feature .sec04 .credit-area {
  width: 25rem;
}

#feature .credit-area .credit {
  display: flex;
  flex-wrap: wrap;
}

#feature .sec01 .flexarea .credit p {
  margin: 0;
  padding: 0;
}

#feature .sec01 .credit,
#feature .sec02 .credit,
#feature .sec04 .credit {
  justify-content: right;
}

#feature .credit li {
  display: flex;
}

#feature .credit li::after {
  content: ",";
  margin: 0 0.3rem 0 0.1rem;
  display: inline-block;
  font-family: "garamond-premier-pro", serif;
  font-weight: 400;
  font-style: normal;
}

#feature .sec01 .credit li::after {
  color: #fff;
}

#feature .sec02 .credit li::after,
#feature .sec03 .credit li::after,
#feature .sec04 .credit li::after {
  color: #19386B;
}

#feature .credit li:last-child::after {
  display: none;
}

#feature .sec01 .credit li:nth-child(3)::after,
#feature .sec02 .credit li:nth-child(3)::after,
#feature .sec04 .credit li:nth-child(2)::after {
  margin: 0;
}


#feature .flexarea .credit .txt {
  font-size: 1.2rem;
  line-height: 1.9;
  letter-spacing: 0.06em;
  font-family: "garamond-premier-pro", serif;
  font-weight: 400;
  font-style: normal;
  color: #19386B;
}

#feature .flexarea .credit .txt .release span {
  font-size: 1.05rem;
}

#feature .sec01 .flexarea .credit .txt {
  color: #fff;
}