@charset "UTF-8";

html {
  font-size: 0.486vw;
}

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

/*-------------------------
 common
-------------------------*/
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;
}

ul li {
  list-style: none;
}

#feature {
  box-sizing: border-box;
  overflow: clip;
  position: relative;
  /**font-feature-settings: "palt" 1;**/
  font-family: "yu-gothic-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  display: block;
  width: 100%;
  color: #000;
  background: #fbfbe8;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
}

#feature .feature__inner {
  width: 75rem;
  position: relative;
  overflow: clip;
  background: #f7f7f2;
}

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

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

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

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


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

#feature .left figure {
  width: 21rem;
}

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

#feature .right figure {
  width: 28rem;
}

/*-------------------------
 blur
-------------------------*/
#feature .blur {
  opacity: 0;
  filter: blur(10px);
  transition: all 1s ease-out;
}

#feature .blur.active {
  opacity: 1;
  filter: blur(0);
}

#feature .img06.blur.active {
  opacity: 1;
  filter: blur(0);
  transition-delay: 0.3s;
}

#feature .fadeUp {
  opacity: 0;
  transform: translateY(8rem);
  transition: 1.5s;
}

#feature .fadeUp.active {
  opacity: 1;
  transform: translateY(0rem);
  transition-delay: 0.3s;
}

#feature .deco06.fadeUp.active {
  opacity: 1;
  transform: translateY(0rem);
  transition-delay: 0s;
}



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

#feature .movie_area .sound-btn {
  background: url(../img/movie_on.svg);
  background-repeat: no-repeat;
  position: absolute;
  top: 2.2rem;
  right: 2.15rem;
  width: 14rem;
  height: 4rem;
  z-index: 10;
}

#feature .movie_area .sound-btn.on {
  background: url(../img/movie_off.svg);
  background-repeat: no-repeat;
  position: absolute;
  top: 2.3rem;
  right: 1.78rem;
  width: 15.10732rem;
  height: 4.8rem;
}


/*-------------------------
 Background-color
-------------------------*/
#feature .bg_green {
  background: #238F76;
}

#feature .bg_yellow {
  background: #eeeecd;
}

/*-------------------------
 Content
-------------------------*/
#feature .section__inner {
  width: 100%;
}

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

#feature .main-movie {
  width: calc(100% + 1px);
  height: 100%;
  object-fit: cover;
  transform: translateX(1px);
  display: block;
}

/*-------------------------
 Lead
-------------------------*/
#feature .lead .ttl {
  width: 28.03031rem;
  margin: 20.2rem auto 0;
}

#feature .schedule {
  margin-top: 14.6rem;
}

#feature .ttl_txt {
  font-size: 2.8rem;
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: center;
  color: #46806e;
  font-family: yu-gothic-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
}

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

#feature .day {
  font-size: 5.2rem;
  line-height: 1.75;
  letter-spacing: 0.025em;
  text-align: center;
  color: #46806e;
  font-family: "dupincel-variable", sans-serif;
  font-variation-settings: "opsz" 36, "wght" 500;
}

#feature .day span {
  font-size: 4rem;
}

/*-------------------------
 Decoration
-------------------------*/
#feature .deco01 {
  width: 17.4rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
}

#feature .deco02 {
  width: 38rem;
  position: absolute;
  top: -31.8rem;
  right: -14.2rem;
  z-index: 20;
}

#feature .deco03 {
  width: 35.81181rem;
  position: absolute;
  top: -6.2rem;
  left: -14.3rem;
  z-index: 20;
}

#feature .deco04 {
  width: 27.2rem;
  position: absolute;
  bottom: 9.1rem;
  left: -7.4rem;
  z-index: 20;
}

#feature .deco05 {
  width: 35.69416rem;
  position: absolute;
  bottom: -11rem;
  right: 3rem;
  z-index: 20;
}

#feature .deco06 {
  width: 37.30353rem;
  position: absolute;
  top: -18.4rem;
  right: -8.3rem;
  z-index: 20;
}

#feature .deco07 {
  width: 24rem;
  position: absolute;
  top: 0;
  left: 0.5rem;
  z-index: 20;
}

#feature .deco08 {
  width: 35.62397rem;
  position: absolute;
  top: -18.6rem;
  left: -4.7rem;
  z-index: 20;
}

#feature .deco09 {
  width: 30.02369rem;
  position: absolute;
  bottom: 10.5rem;
  left: -15.3rem;
}

#feature .deco10 {
  width: 23.55821rem;
  position: absolute;
  bottom: -17.5rem;
  left: -3.2rem;
  z-index: 20;
}

#feature .deco11 {
  width: 22rem;
  position: absolute;
  bottom: -25rem;
  right: -20.6rem;
}

/*-------------------------
 Image
-------------------------*/
#feature .img01 {
  width: 75rem;
  margin-top: 19.7rem;
}

#feature .img02 {
  width: 54rem;
  margin: 8rem 0 0 auto;
}

#feature .img03 {
  width: 70rem;
  margin-top: 8rem;
}

#feature .img04 {
  width: 75rem;
  margin-top: 23rem;
}

#feature .img05 {
  width: 75rem;
  margin-top: 1.5rem;
}

#feature .img06 {
  width: 48rem;
  margin: auto;
  padding-top: 14rem;
}

#feature .img07 {
  width: 75rem;
  margin: auto;
}

#feature .img08 {
  width: 60rem;
  margin: 11.9rem 0 0 auto;
}

#feature .img09 {
  width: 71rem;
  margin-top: 8rem;
}

#feature .img10 {
  width: 66rem;
  margin: 0 auto;
  padding-bottom: 17.8rem;
}

#feature .img11 {
  width: 48rem;
  margin: auto;
  padding-top: 14rem;
}

#feature .img12 {
  width: 75rem;
}

#feature .img13 {
  width: 56rem;
  margin: 11.2rem auto 0;
}

#feature .img14 {
  width: 66rem;
  margin: 0 auto;
  padding-top: 13.8rem;
}

#feature .img15 {
  width: 64rem;
  margin-top: 8rem;
}

#feature .img16 {
  width: 69rem;
  margin: 8rem 0 0 auto;
}

#feature .img17 {
  width: 51rem;
  margin: 22rem auto 0;
}

#feature .img17_ttl {
  width: 37.98389rem;
  position: absolute;
  bottom: 4.2rem;
  left: 50%;
  transform: translate(-50%);
  z-index: 20;
}

#feature .img18 {
  width: 75rem;
  margin-top: 22rem;
}

#feature .img19 {
  width: 75rem;
  margin-top: 1.5rem;
}

#feature .img20 {
  width: 48rem;
  margin: 0 auto;
  padding-top: 14rem;
}

#feature .img21 {
  width: 75rem;
}

#feature .img22 {
  width: 70rem;
  margin-top: 8rem;
}

#feature .img23 {
  width: 56rem;
  margin: 12.7rem auto 0 8.5rem;
  position: relative;
  z-index: 20;
}

#feature .btn {
  width: 34rem;
  margin: 18.4rem auto 0;
  position: relative;
}

#feature .text_area {
  width: 65rem;
  margin: 18rem auto 0;
  padding-bottom: 9rem;
  background: #238f76;
}

#feature .text_area .logo {
  width: 23.11962rem;
  margin: 0 auto;
  padding-top: 10rem;
}

#feature .text_area p {
  width: 51.78203rem;
  margin: 4.8rem auto 0;
  font-size: 2.4rem;
  text-align: justify;
  font-feature-settings: "palt" 1;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #F7F7F2;
}

#feature .copy {
  width: 35.30532rem;
  margin: 8rem auto 0;
  padding-bottom: 8.3rem;
}


/*-------------------------
 Credit
-------------------------*/
#feature .credit-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 0 1.8rem;
}

#feature .credit a {
  font-size: 2.2rem;
  letter-spacing: 0.03em;
  line-height: 2;
  color: #46806e;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  text-underline-offset: 0.3rem;
  text-decoration-thickness: 0.1rem;
  font-family: "dupincel-variable", sans-serif;
  font-variation-settings: "opsz" 10, "wght" 400;
  text-transform: uppercase;
  z-index: 20;
}

#feature .credit01 .credit {
  width: fit-content;
  margin: 2.1rem 0 0 3rem;
  text-align: left;
}

#feature .credit02 .credit {
  width: fit-content;
  margin: 2.1rem 0 20.8rem 3rem;
  text-align: left;
}

#feature .credit03 .credit {
  width: 51rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0 2rem;
  justify-content: center;
  margin: 2rem auto 0;
  padding-bottom: 13.3rem;
}

#feature .credit04 .credit {
  width: 42rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0 2rem;
  justify-content: right;
  margin: 2rem 4rem 0 auto;
  padding-bottom: 13.3rem;
}

#feature .credit05 .credit {
  width: fit-content;
  margin: 2.1rem auto 0;
  padding-bottom: 13.3rem;
  text-align: center;
}

#feature .credit06 .credit {
  width: fit-content;
  margin: 2.1rem 0 0 3rem;
  text-align: left;
}

#feature .credit07 .credit {
  width: fit-content;
  margin: 2rem 0 19rem 9.5rem;
  text-align: left;
}

#feature .credit08 .credit {
  width: fit-content;
  margin: 2.1rem 0 0 6rem;
  text-align: left;
  padding-bottom: 12.7rem;
}

#feature .credit09 .credit {
  width: fit-content;
  margin: 2.1rem 3rem 20.8rem auto;
  text-align: right;
}

#feature .credit10 .credit {
  width: fit-content;
  margin: 2rem auto 0;
  padding-bottom: 13.1rem;
  text-align: center;
}

#feature .credit11 .credit {
  width: fit-content;
  margin: 2.1rem 4.9rem 0 auto;
  text-align: left;
}

/*-------------------------
 Credit-color
-------------------------*/
#feature .credit03 .credit a,
#feature .credit05 .credit a,
#feature .credit10 .credit a {
  color: #f5f7f2;
}
