.feature {
  width: 50vw;
  font-feature-settings: "palt";
  color: black;
  margin: 0 auto;
}
.feature * {
  box-sizing: border-box;
}
.feature a {
  color: inherit;
}
.feature img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

.fadeimg {
  transition: 0.3s;
}

/* =========================================================
PC
========================================================= */
.f-main {
  width: 50vw;
}

.mv,
.mv-image {
  width: 100%;
  height: 100%;
}

.mv-logo {
  height: calc(131 * (100vh / 800));
  position: absolute;
  top: calc(64 * (100vh / 800));
  left: calc(37 * (100vh / 800));
}

.mv-copyright {
  height: calc(48 * (100vh / 800));
  position: absolute;
  bottom: 0;
  left: 0;
}

.mv * img {
  width: auto;
  height: 100% !important;
  vertical-align: top;
}
.mv-image img {
  width: 100%;
  object-fit: cover;
}

/* =========================================================
アニメーション
========================================================= */
.inview-up {
  transition: 1.1s;
  opacity: 0;
  transform: translateY(50px);
}
.inview-up.show {
  opacity: 1;
  transform: translateY(0);
}

.reveal-down {
  transition: 1.2s;
  transition-delay: 0.2s;
  clip-path: inset(0 0 100% 0);
}
.reveal-down.show {
  clip-path: inset(0);
}

.text01 .reveal-down {
  transition: 1.5s;
}

.reveal-right {
  transition: 1.5s;
  transition-delay: 0.2s;
  transition: 2;
  clip-path: inset(0 100% 0 0);
}
.reveal-right.show {
  clip-path: inset(0);
}

/* =========================================================
アニメーションテキスト
========================================================= */
.text {
  position: absolute;
}
.text01 {
  width: calc((83 * 0.8) * (100vw / 1200));
  top: calc((367 * 0.8) * (100vw / 1200));
  left: calc((595 * 0.8) * (100vw / 1200));
}
.text02 {
  width: calc((82 * 0.8) * (100vw / 1200));
  top: calc((485 * 0.8) * (100vw / 1200));
  left: calc((477 * 0.8) * (100vw / 1200));
}
.text03 {
  width: calc((83 * 0.8) * (100vw / 1200));
  top: calc((611 * 0.8) * (100vw / 1200));
  left: calc((31 * 0.8) * (100vw / 1200));
}
.text04 {
  width: calc((388 * 0.8) * (100vw / 1200));
  position: relative;
}

/* =========================================================
ヘッダー
========================================================= */
.hdr {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: calc((140 * 0.8) * (100vw / 1200));
}
.hdr-image {
  display: none;
}
.hdr-logo {
  width: calc((487 * 0.8) * (100vw / 1200));
  margin-top: calc((151 * 0.8) * (100vw / 1200));
  margin-bottom: calc((34 * 0.8) * (100vw / 1200));
}
.hdr-lead {
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-size: calc((20 * 0.8) * (100vw / 1200));
  text-align: center;
  margin: 0;
  line-height: 2;
  letter-spacing: 0.03em;
}

/* =========================================================
セクション
========================================================= */
.section {
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.section01 {
  margin-bottom: calc((144 * 0.8) * (100vw / 1200));
}

/* section02 */
.section02 {
  background-color: rgba(242, 208, 222, 0.5);
  align-items: center;
  padding-top: calc((80 * 0.8) * (100vw / 1200));
  padding-bottom: calc((94 * 0.8) * (100vw / 1200));
  margin-bottom: calc((150 * 0.8) * (100vw / 1200));
}
.section02-meta {
  margin-top: calc((51 * 0.8) * (100vw / 1200));
  margin-bottom: calc((88 * 0.8) * (100vw / 1200));
  font-family: "kozuka-gothic-pr6n", sans-serif;
  text-align: center;
  letter-spacing: 0.03em;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section02-meta::before {
  content: "";
  width: calc((2 * 0.8) * (100vw / 1200));
  height: calc((85 * 0.8) * (100vw / 1200));
  background-color: black;
  display: block;
  margin-bottom: calc((51 * 0.8) * (100vw / 1200));
}
.section02-heading {
  font-size: calc((35 * 0.8) * (100vw / 1200));
  line-height: 1.2;
  margin-bottom: calc((11 * 0.8) * (100vw / 1200));
}
.section02-text {
  font-size: calc((20 * 0.8) * (100vw / 1200));
  margin: 0;
  line-height: 2;
}

.section03 {
  margin-bottom: calc((157 * 0.8) * (100vw / 1200));
  padding-top: calc((21 * 0.8) * (100vw / 1200));
}
.section04 {
  margin-bottom: calc((150 * 0.8) * (100vw / 1200));
}
.section05 {
  margin-bottom: calc((159 * 0.8) * (100vw / 1200));
}
.section06 {
  margin-bottom: calc((135 * 0.8) * (100vw / 1200));
}
.section07 {
  margin-bottom: calc((149 * 0.8) * (100vw / 1200));
  align-items: center;
  padding-top: calc((61 * 0.8) * (100vw / 1200));
  padding-bottom: calc((55 * 0.8) * (100vw / 1200));
  background: url(../img/bg01.jpg) no-repeat;
  background-size: 100%;
}
.section08 {
  margin-bottom: calc((150 * 0.8) * (100vw / 1200));
}
.section09 {
  margin-bottom: calc((149 * 0.8) * (100vw / 1200));
}

/* =========================================================
スライダー
========================================================= */

.slider {
  opacity: 0;
  transition: 0.2s;
}
.slick-initialized {
  opacity: 1;
}
.slider .slick-list {
  overflow: visible !important;
}
.slider .slick-slide {
  padding-right: calc((20 * 0.8) * (100vw / 1200));
}
.slider .slick-slide a {
  display: block;
  font-size: 0;
}

.slider,
.slick-slide {
  width: calc((570 * 0.8) * (100vw / 1200)) !important;
}

.img:has(.slider) {
  overflow: hidden;
}

.img01 .slider .slick-slide:first-child {
  margin-left: calc((-120 * 0.8) * (100vw / 1200));
}
.img04 .slider .slick-slide:first-child {
  margin-left: calc((-120 * 0.8) * (100vw / 1200));
}
.img08 .slider .slick-slide:first-child {
  margin-left: calc((-225 * 0.8) * (100vw / 1200));
}
.img12 .slider .slick-slide:first-child {
  margin-left: calc((-290 * 0.8) * (100vw / 1200));
}
.img18 .slider .slick-slide:first-child {
  margin-left: calc((-65 * 0.8) * (100vw / 1200));
}

/* =========================================================
リンク画像
========================================================= */
.img {
  position: relative;
}
.img > a {
  display: block;
}

.img01 {
  width: 100%;
}

.img03 {
  width: calc((601 * 0.8) * (100vw / 1200));
}

.img04 {
  width: 100%;
}

.img06 {
  width: calc((546 * 0.8) * (100vw / 1200));
  transform: rotate(5deg);
  margin-left: calc((10 * 0.8) * (100vw / 1200));
  margin-bottom: calc((54 * 0.8) * (100vw / 1200));
}

.img07 {
  width: calc((675 * 0.8) * (100vw / 1200));
  align-self: flex-end;
}

.img08 {
  width: 100%;
  margin-bottom: calc((146 * 0.8) * (100vw / 1200));
}

.img10 {
  width: calc((600 * 0.8) * (100vw / 1200));
  align-self: center;
  margin-bottom: calc((30 * 0.8) * (100vw / 1200));
}

.img11 {
  width: calc((430 * 0.8) * (100vw / 1200));
}

.img12 {
  width: 100%;
}

.img14 {
  width: calc((600 * 0.8) * (100vw / 1200));
  align-self: center;
  margin-bottom: calc((31 * 0.8) * (100vw / 1200));
}

.img15 {
  width: calc((450 * 0.8) * (100vw / 1200));
  align-self: flex-end;
  margin-bottom: calc((-189 * 0.8) * (100vw / 1200));
}

.img16 {
  width: calc((458 * 0.8) * (100vw / 1200));
}

.img17 {
  width: calc((565 * 0.8) * (100vw / 1200));
  margin-top: calc((19 * 0.8) * (100vw / 1200));
}
.img17 > a {
  background-color: white;
}

.img18 {
  width: 100%;
}

.img20 {
  width: calc((600 * 0.8) * (100vw / 1200));
  align-self: center;
  margin-bottom: calc((50 * 0.8) * (100vw / 1200));
}

.img21 {
  width: calc((360 * 0.8) * (100vw / 1200));
}

.img22 {
  width: calc((360 * 0.8) * (100vw / 1200));
  align-self: flex-end;
  margin-top: calc((-323 * 0.8) * (100vw / 1200));
}

/* =========================================================
クレジット
========================================================= */
.credit {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: calc((24 * 0.8) * (100vw / 1200));
  gap: calc((2 * 0.8) * (100vw / 1200)) 0;
}
.credit li {
  font-family: "futura-pt", sans-serif;
  font-size: calc((18 * 0.8) * (100vw / 1200));
}

.credit li a {
  text-decoration: none;
  transition: 0.3s;
}
.credit li a::after {
  content: "／";
  margin-left: calc((-3 * 0.8) * (100vw / 1200));
}
.credit li:last-child a:after {
  content: none;
}
.credit li a:hover {
  opacity: 0.6;
}

.img01 .credit {
  padding-left: calc((70 * 0.8) * (100vw / 1200));
  padding-right: calc((70 * 0.8) * (100vw / 1200));
}

.img07 .credit {
  justify-content: flex-start;
  margin-top: calc((18 * 0.8) * (100vw / 1200));
  padding-right: calc((270 * 0.8) * (100vw / 1200));
}

.img11 .credit {
  width: max-content;
  flex-direction: column;
  justify-content: flex-start;
  margin-top: 0;
  position: absolute;
  bottom: calc((-5 * 0.8) * (100vw / 1200));
  left: calc(100% + ((22 * 0.8) * (100vw / 1200)));
}

.img12 .credit {
  padding-left: calc((70 * 0.8) * (100vw / 1200));
  padding-right: calc((70 * 0.8) * (100vw / 1200));
}

.img16 .credit {
  width: max-content;
  flex-direction: column;
  justify-content: flex-start;
  margin-top: 0;
  position: absolute;
  bottom: calc((9 * 0.8) * (100vw / 1200));
  left: calc(100% + ((5 * 0.8) * (100vw / 1200)));
}

.img18 .credit {
  padding-left: calc((100 * 0.8) * (100vw / 1200));
  padding-right: calc((100 * 0.8) * (100vw / 1200));
}

.img21 .credit {
  width: max-content;
  flex-direction: column;
  justify-content: flex-start;
  margin-top: 0;
  position: absolute;
  top: calc((-2 * 0.8) * (100vw / 1200));
  left: calc(100% + ((21 * 0.8) * (100vw / 1200)));
}

/* =========================================================
ボタン
========================================================= */
.all-items {
  border: calc((2 * 0.8) * (100vw / 1200)) solid black;
  display: flex;
  justify-content: center;
  width: calc((602 * 0.8) * (100vw / 1200));
  height: calc((72 * 0.8) * (100vw / 1200));
  margin: 0 auto;
  align-items: center;
  font-size: calc((40 * 0.8) * (100vw / 1200));
  font-family: "futura-pt", sans-serif;
  letter-spacing: 0.05em;
  text-decoration: none !important;
  transition: 0.3s;
}
.all-items:hover {
  opacity: 0.6;
}

/* =========================================================
スタッフクレジット
========================================================= */
.staff-credit {
  font-family: "futura-pt", sans-serif;
  text-align: center;
  font-size: calc((18 * 0.8) * (100vw / 1200));
  margin-top: calc((141 * 0.8) * (100vw / 1200));
  margin-bottom: calc((160 * 0.8) * (100vw / 1200));
  line-height: 1.5;
}
