@charset "UTF-8";

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

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

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;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 300;
  font-style: normal;
  width: 100%;
  background: #efede8;
  display: grid;
  align-items: start;
  grid-template-columns: 1fr 1fr;
  font-feature-settings: "palt";
}

#feature .feature__inner {
  width: 75rem;
  margin: auto;
  position: relative;
  overflow: clip;
}

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

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

#feature .section__inner {
  width: 100%;
}

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

#feature .section {
  position: relative;
}

/*-------------------------
 background_color
-------------------------*/
#feature .bg_01,
#feature .bg_02,
#feature .bg_03,
#feature .bg_04,
#feature .bg_05,
#feature .bg_06 {
  position: relative;
}

#feature .bg_01::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 577.1rem;
  background: #c2ced3;
  z-index: 1;
}

#feature .bg_01>* {
  position: relative;
  z-index: 1;
}


#feature .bg_02::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 726.7rem;
  background: #efede8;
  z-index: 0;
}

#feature .bg_02>* {
  position: relative;
  z-index: 1;
}

#feature .bg_03::before {
  content: "";
  position: absolute;
  top: 13rem;
  left: 0;
  width: 100%;
  height: 617.8rem;
  background: #c2ced3;
  z-index: 1;
}

#feature .bg_03>* {
  position: relative;
  z-index: 1;
}

#feature .bg_04::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 740.7rem;
  background: #efede8;
  z-index: 0;
}

#feature .bg_04>* {
  position: relative;
  z-index: 1;
}

#feature .bg_05::before {
  content: "";
  position: absolute;
  top: 6rem;
  left: 0;
  width: 100%;
  height: 796rem;
  background: #c2ced3;
  z-index: 1;
}

#feature .bg_05>* {
  position: relative;
  z-index: 1;
}

#feature .bg_06::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #efede8;
  z-index: 1;
}

#feature .bg_06>* {
  position: relative;
  z-index: 1;
}

/*-------------------------
 fade
-------------------------*/
#feature .fadeIn {
  opacity: 0;
  transition: opacity 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

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

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

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

/*-------------------------
 Slider
-------------------------*/
/** LOOP **/
#feature .slide {
  margin-top: 9.6rem;
  overflow: hidden;
}

#feature .splide_slider__Left,
#feature .splide_slider__Right {
  width: 100%;
  height: fit-content;
}

#feature .splide_slider__Right {
  margin-top: 1.5rem;
}

#feature .splide__track {
  overflow: visible;
}

#feature .splide__slide {
  width: 19rem;
  flex-shrink: 0;
}

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

#feature .splide_slider__Left .splide__list,
#feature .splide_slider__Right .splide__list {
  gap: 1.6rem;
}

/*-------------------------
 hero
-------------------------*/
#feature .hero_area {
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
  left: 0;
  width: 100%;
  height: calc(100vh - 80px);
}

#feature .hero {
  width: 100%;
  height: 100vh;
  margin: auto;
  position: relative;
}

#feature .hero img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  display: block;
}

#feature .hero_10off {
  width: 26.3158%;
  position: absolute;
  top: 3.4rem;
  left: 3.2rem;
  pointer-events: none;
}

#feature .hero_ttl {
  width: 76.7662%;
  position: absolute;
  bottom: 7rem;
  left: 48.3%;
  transform: translateX(-50%);
  pointer-events: none;
}

/*-------------------------
 lead
-------------------------*/
#feature .lead {
  padding-top: 12.4rem;
}

#feature .lead .campaign {
  width: 49.10879rem;
  margin-left: 12.8rem;
}

#feature .lead p {
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
  text-align: center;
  margin-top: 5.4rem;
  color: #070023;
}

/*-------------------------
 image
-------------------------*/
/** look01 **/
#feature .look01 {
  width: 70rem;
  margin: 20.2rem auto 0;
}

#feature .look01_2 {
  width: 60rem;
  margin: 3rem 0 0 2.5rem;
}

/** look02 **/
#feature .look02 {
  width: 62rem;
  margin: 19.9rem 0 0 5.8rem;
}

#feature .look02_2 {
  width: 60rem;
  margin: 3rem auto 0 0;
}

/** look03 **/
#feature .look03 {
  width: 75rem;
  margin: 19.9rem auto 0;
}

#feature .look03_2 {
  width: 60rem;
  margin: 3rem 0 0 auto;
}

/** look04 **/
#feature .look04 {
  width: 58rem;
  margin: 19.9rem 0 0 3rem;
}

#feature .look04_2 {
  width: 58rem;
  margin: 3rem 3rem 0 auto;
}

/** look05 **/
#feature .look05 {
  width: 61rem;
  margin: 21.5rem auto 0;
}

#feature .look05_2 {
  width: 64rem;
  margin: 8rem 0 0 auto;
}

#feature .look05_3 {
  width: 60rem;
  margin: 3rem auto 0 0;
}

/** look06 **/
#feature .look06 {
  width: 75rem;
  margin: 20.2rem auto 0;
}

#feature .look06_2 {
  width: 60rem;
  margin: 3rem 0 0 auto;
}

/** look07 **/
#feature .look07 {
  width: 60rem;
  margin: 16rem auto 0;
}

#feature .look07_2 {
  width: 60rem;
  margin: 3.2rem auto 0;
}

/** look08 **/
#feature .look08 {
  width: 62.4rem;
  margin: 19.7rem auto 0;
}

#feature .look08_2 {
  width: 56rem;
  margin: 3rem 0 0 auto;
}

/** look09 **/
#feature .look09 {
  width: 75rem;
  margin: 19.9rem auto 0;
}

#feature .look09_2 {
  width: 52rem;
  margin: 3rem auto 0;
}

/** look10 **/
#feature .look10 {
  width: 70rem;
  margin: 20rem 0 0 auto;
}

#feature .look10_2 {
  width: 58rem;
  margin: 3rem auto 0 5rem;
}

/** look11 **/
#feature .look11 {
  width: 61rem;
  margin: 21.5rem auto 0;
}

#feature .look11_2 {
  width: 58rem;
  margin: 3rem 3rem 0 auto;
}

/** look12 **/
#feature .look12 {
  width: 58rem;
  margin: 19.5rem auto 0 0;
}

#feature .look12_2 {
  width: 58rem;
  margin: 3.3rem 5rem 0 auto;
}

/** look13 **/
#feature .look13 {
  width: 75rem;
  margin: 19.9rem auto 0;
}

#feature .look13_2 {
  width: 52rem;
  margin: 3.1rem 8.2rem 0 auto;
}

/** look14 **/
#feature .look14 {
  width: 50rem;
  margin: 20.1rem 5rem 0 auto;
}

#feature .look14_2 {
  width: 50rem;
  margin: 3rem auto 0 5rem;
}

/** look15 **/
#feature .look15 {
  width: 63.4rem;
  margin: 19.9rem auto 0;
}

#feature .look15_2 {
  width: 60rem;
  margin: 3rem 0 0 auto;
}

/** look16 **/
#feature .look16 {
  width: 64rem;
  margin: 19.9rem auto 0;
}

#feature .look16_2 {
  width: 60rem;
  margin: 3rem auto 0 0;
}

/** look17 **/
#feature .look17 {
  width: 75rem;
  margin: 19.9rem auto 0;
}

#feature .look17_2 {
  width: 62rem;
  margin: 3.2rem auto 0 0;
}

/** look18 **/
#feature .look18 {
  width: 61rem;
  margin: 20.3rem auto 0;
}

#feature .look18_2 {
  width: 58rem;
  margin: 3rem 3rem 0 auto;
}

/** look19 **/
#feature .look19 {
  width: 54rem;
  margin: 19.3rem 0 0 10.6rem;
}

#feature .look19_2 {
  width: 54rem;
  margin: 3rem 0 0 auto;
}

/** look20 **/
#feature .look20 {
  width: 64rem;
  margin: 20rem auto 0;
}

#feature .look20_2 {
  width: 75rem;
  margin: 22rem auto 0;
}


/*-------------------------
 ttl
-------------------------*/
#feature h2.ttl {
  width: max-content;
  font-size: 3.8rem;
  letter-spacing: 0.05em;
  position: absolute;
  color: #070023;
  pointer-events: none;
  z-index: 20;
  font-family: "cofo-raffine", sans-serif;
  font-weight: 600;
  font-style: normal;
}

#feature .look01 h2.ttl {
  top: 2.2rem;
  left: 50%;
  transform: translateX(-50%);
}

#feature .look02 h2.ttl {
  bottom: 1.6rem;
  left: 16.36rem;
}

#feature .look03 h2.ttl {
  top: 35.6rem;
  right: 1.8rem;
  writing-mode: vertical-rl;
}

#feature .look04 h2.ttl {
  top: 0.2rem;
  right: 8.7rem;
  writing-mode: vertical-rl;
}

#feature .look04_2 h2.ttl {
  top: 35.4rem;
  right: 1.8rem;
  writing-mode: vertical-rl;
}

#feature .look05 h2.ttl {
  width: 24.69031rem;
  top: -1.2rem;
  right: 5.6rem;
  writing-mode: vertical-rl;
}

#feature .look06 h2.ttl {
  top: 3rem;
  right: 2.1rem;
  writing-mode: vertical-rl;
  letter-spacing: 0.055em;
}

#feature .look07 h2.ttl {
  top: 83.8rem;
  left: 50%;
  transform: translate(-50%);
}

#feature .look08 h2.ttl {
  bottom: 4.1rem;
  right: 9.7rem;
  writing-mode: vertical-rl;
  margin: 0;
}

#feature .look09 h2.ttl {
  top: 36.6rem;
  right: 1.8rem;
  writing-mode: vertical-rl;
}

#feature .look10 h2.ttl {
  width: max-content;
  top: 2.5rem;
  left: 19.6rem;
}

#feature .look11 h2.ttl {
  width: 27.89654rem;
  top: -1.5rem;
  right: 4.5rem;
  writing-mode: vertical-rl;
}

#feature .look12 h2.ttl {
  top: 0.1rem;
  right: 11.7rem;
  writing-mode: vertical-rl;
}

#feature .look13 h2.ttl {
  top: 36.7rem;
  right: 1.9rem;
  writing-mode: vertical-rl;
}

#feature .look14 h2.ttl {
  top: 16.6rem;
  left: 20.7rem;
  writing-mode: vertical-rl;
}

#feature .look15 h2.ttl {
  top: 4rem;
  left: 17.1rem;
}

#feature .look16 h2.ttl {
  top: 2.4rem;
  left: 50%;
  transform: translateX(-50%);
  letter-spacing: 0.052em;
  margin: 0;
}

#feature .look17 h2.ttl {
  top: 37.8rem;
  right: 1.8rem;
  writing-mode: vertical-rl;
  letter-spacing: 0;
}

#feature .look18 h2.ttl {
  width: 21.64563rem;
  top: -0.5rem;
  left: 6.3rem;
  writing-mode: vertical-rl;
}

#feature .look19 h2.ttl {
  top: 2.5rem;
  left: 50%;
  transform: translateX(-50%);
  letter-spacing: 0.052em;
  margin: 0;
}

#feature .look20 h2.ttl {
  top: 31.2rem;
  left: 7.3rem;
  writing-mode: vertical-rl;
}

/*-------------------------
  staff_area
-------------------------*/
#feature .btn {
  width: 46.58009rem;
  position: absolute;
  top: 57.3rem;
  left: 50%;
  transform: translateX(-50%);
}

#feature .staff {
  width: 46.58009rem;
  position: absolute;
  top: 75.4rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 2.2rem;
  letter-spacing: 0.05em;
  line-height: 1.81818;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-family: "cofo-raffine", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/*-------------------------
 credit
-------------------------*/
#feature .credit-inner a {
  font-size: 2.6rem;
  letter-spacing: 0.05em;
  line-height: 1.52;
  text-align: left;
  color: #070023;
  font-family: "cofo-raffine", sans-serif;
  font-weight: 600;
  font-style: normal;
}

#feature .credit10 a {
  color: #fff;
}

#feature .credit11 a {
  text-align: center;
}

#feature .credit_area {
  writing-mode: vertical-rl;
  z-index: 20;
}

#feature .credit01 {
  position: absolute;
  top: 2rem;
  right: 14rem;
}

#feature .credit02 {
  position: absolute;
  top: 3rem;
  right: 17.3rem;
}

#feature .credit03 {
  position: absolute;
  top: 3.4rem;
  right: 54.5rem;
}

#feature .credit04 {
  position: absolute;
  bottom: -0.2rem;
  left: 7.8rem;
}

#feature .credit05 {
  position: absolute;
  bottom: 2.8rem;
  right: 17.5rem;
}

#feature .credit06 {
  position: absolute;
  bottom: 0;
  left: 8.6rem;
}

#feature .credit07 {
  position: absolute;
  top: 3rem;
  right: 10rem;
}

#feature .credit08 {
  position: absolute;
  bottom: 0;
  left: 12.8rem;
}

#feature .credit09 {
  position: absolute;
  bottom: 2.8rem;
  left: 15.5rem;
  writing-mode: unset;
}

#feature .credit10 {
  position: absolute;
  bottom: 1.5rem;
  left: 8rem;
  writing-mode: unset;
}

#feature .credit11 {
  width: fit-content;
  text-align: center;
  writing-mode: unset;
  margin: 2.5rem auto 0;
}

#feature .credit12 {
  position: absolute;
  bottom: -0.1rem;
  left: 5.6rem;
}

#feature .credit13 {
  position: absolute;
  bottom: -0.2rem;
  left: 8.6rem;
}

#feature .credit14 {
  position: absolute;
  top: 3rem;
  right: 22.4rem;
}

#feature .credit15 {
  position: absolute;
  bottom: 0;
  left: 8.7rem;
}

#feature .credit16 {
  position: absolute;
  bottom: 1.8rem;
  left: 2.9rem;
  writing-mode: unset;
}

#feature .credit17 {
  position: absolute;
  top: 3.1rem;
  left: 1.6rem;
}

#feature .credit18 {
  width: fit-content;
  text-align: center;
  writing-mode: unset;
  margin: 2.5rem auto 0;
}

#feature .credit19 {
  position: absolute;
  bottom: -0.2rem;
  left: 14.5rem;
}

#feature .credit20 {
  position: absolute;
  top: 98.5rem;
  left: 50%;
  transform: translate(-50%);
  writing-mode: unset;
}
