.l-container {
  width: 100%;
}

.pc-header-main.is-fixed {
  display: none;
}

.feature {
  font-family: 'Times New Roman';
  width: 100%;
  color: #231815;
  margin: 0 auto;
  transition: 0.5s;
  font-feature-settings: 'palt';
}
.feature.bg-beige {
  background-color: #e9e5d6;
}

.feature * {
  box-sizing: border-box;
}
.feature img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.feature a {
  color: inherit;
}

.fadeimg {
  transition: 0.3s;
}

/* =========================================================
アニメーション
========================================================= */
[data-delighter] {
  opacity: 0;
  transition: 2.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  translate: 0 calc(90 * (100vw / 2100));
}
[data-delighter].started {
  opacity: 1;
  translate: 0;
}

/* =========================================================
ヘッダー
========================================================= */
.hdr {
  display: flex;
  height: 100vh;
  position: relative;
  position: sticky;
}

.hdr-image {
  width: 50%;
}
.hdr-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hdr-logo {
  display: grid;
  width: 100%;
  height: 100%;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  place-items: center;
}
.hdr-logo img {
  width: calc(552 * (100vw / 2100));
}

/* =========================================================
セクション
========================================================= */
.section {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.section01 {
  padding-bottom: calc(315 * (100vw / 2100));
}
.section02 {
  padding-bottom: calc(335 * (100vw / 2100));
  position: sticky;
}
.section03 {
  background-color: #446057;
  padding-bottom: calc(122 * (100vw / 2100));
}
.section04 {
  background-color: white;
}
.section05 {
  background-color: white;
  padding-bottom: calc(120 * (100vw / 2100));
}

/* =========================================================
固定ヘッダー
========================================================= */
.fix-header {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-top: calc(50 * (100vw / 2100));
  padding-right: calc(69 * (100vw / 2100));
  padding-bottom: calc(40 * (100vw / 2100));
  padding-left: calc(55 * (100vw / 2100));
  position: sticky;
  z-index: 2;
  top: 0;
  transition: 0.5s;
}
.fix-header01 {
  background-color: white;
}
.fix-header01.hide {
  opacity: 0;
}
.bg-beige .fix-header01 {
  background-color: #e9e5d6;
}
.fix-header02 {
  background-color: #446057;
}
.fix-header02.bg-white {
  background-color: white;
}

/* =========================================================
リンク画像
========================================================= */
.img {
  position: relative;
}

.img01 {
  width: 50%;
}
.img01 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.img02 {
  width: calc(678 * (100vw / 2100));
  margin-top: calc(117 * (100vw / 2100));
  margin-right: calc(203 * (100vw / 2100));
  margin-left: calc(333 * (100vw / 2100));
}
.img03 {
  width: calc(556 * (100vw / 2100));
  margin-top: calc(716 * (100vw / 2100));
  margin-bottom: calc(360 * (100vw / 2100));
}
.img04 {
  order: 2;
  width: calc(694 * (100vw / 2100));
}
.img05 {
  width: calc(694 * (100vw / 2100));
  margin-right: calc(28 * (100vw / 2100));
  margin-left: calc(355 * (100vw / 2100));
}
.img06 {
  width: calc(194 * (100vw / 2100));
}
.img07 {
  order: -1;
  width: calc(194 * (100vw / 2100));
}
.img08 {
  width: calc(194 * (100vw / 2100));
}
.img09 {
  width: calc(194 * (100vw / 2100));
}

.img10 {
  display: flex;
  flex-direction: column;
  order: 2;
  width: calc(710 * (100vw / 2100));
}

.img11 {
  order: 3;
  width: calc(590 * (100vw / 2100));
  margin-left: calc(743 * (100vw / 2100));
}

.img12 {
  width: calc(710 * (100vw / 2100));
  margin-right: calc(26 * (100vw / 2100));
  margin-bottom: calc(343 * (100vw / 2100));
  margin-left: calc(320 * (100vw / 2100));
}

.img13 {
  width: calc(522 * (100vw / 2100));
  margin-top: calc(77 * (100vw / 2100));
  margin-right: calc(170 * (100vw / 2100));
  margin-left: calc(415 * (100vw / 2100));
}

.img14 {
  width: calc(522 * (100vw / 2100));
  margin-top: calc(291 * (100vw / 2100));
  margin-bottom: calc(220 * (100vw / 2100));
}

.img15 {
  width: calc(713 * (100vw / 2100));
  margin-left: calc(693 * (100vw / 2100));
}

.img16 {
  width: calc(556 * (100vw / 2100));
  margin-top: calc(193 * (100vw / 2100));
  margin-right: calc(100 * (100vw / 2100));
  margin-bottom: calc(222 * (100vw / 2100));
  margin-left: calc(772 * (100vw / 2100));
}

.img17 {
  width: calc(678 * (100vw / 2100));
  margin-right: calc(276 * (100vw / 2100));
  margin-left: calc(305 * (100vw / 2100));
}

.img18 {
  width: calc(556 * (100vw / 2100));
  margin-top: calc(525 * (100vw / 2100));
  margin-bottom: calc(320 * (100vw / 2100));
}

/* =========================================================
その他画像
========================================================= */
.figure01 {
  order: -2;
  width: calc(194 * (100vw / 2100));
}
.figure01_2 {
  width: calc(694 * (100vw / 2100));
  margin-top: calc(107 * (100vw / 2100));
  margin-bottom: calc(426 * (100vw / 2100));
}
.figure02 {
  width: calc(194 * (100vw / 2100));
}
.figure03 {
  width: calc(556 * (100vw / 2100));
  margin-top: calc(100 * (100vw / 2100));
  margin-right: calc(59 * (100vw / 2100));
  margin-left: auto;
}

/* =========================================================
クレジット
========================================================= */
.credit {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: calc(18 * (100vw / 2100));
}
.credit li {
  font-size: calc(15 * (100vw / 2100));
  letter-spacing: 0.02em;
}
.credit li::after {
  content: '/';
  margin: 0 calc(4 * (100vw / 2100));
}
.credit li.break:after,
.credit li:last-child:after {
  content: none;
}
.credit li a {
  text-decoration: none;
  transition: 0.3s;
}
.credit li a:hover {
  opacity: 0.6;
}

.img03 .credit {
  margin-top: 0;
  position: absolute;
  top: 0;
  left: calc(100% + 31px);
  transform-origin: top left;
  rotate: 90deg;
}
.img03 .credit li.break:after {
  content: '/' !important;
}

.img05 .credit {
  width: calc(300 * (100vw / 2100));
}

.figure01_2 .credit {
  justify-content: flex-end;
}

.img10 .credit {
  align-self: flex-end;
  justify-content: flex-end;
  width: calc(450 * (100vw / 2100));
}
.img16 .credit {
  margin-top: calc(12 * (100vw / 2100));
}
.img18 .credit {
  justify-content: flex-end;
  margin-top: calc(12 * (100vw / 2100));
}

/* =========================================================
セクション内テキスト
========================================================= */
.text01 {
  font-size: calc(15 * (100vw / 2100));
  line-height: 1.5;
  letter-spacing: 0.02em;
  translate: 0 !important;
}

.text02 {
  font-size: calc(25 * (100vw / 2100));
  font-style: italic;
  position: relative;
  top: calc(-9 * (100vw / 2100));
  translate: 0 !important;
}

.text03 {
  font-size: calc(27 * (100vw / 2100));
  line-height: 1.3;
  letter-spacing: 0.005em;
  position: absolute;
  top: calc(78 * (100vw / 2100));
  left: calc(79 * (100vw / 2100));
}

.text04 {
  font-size: calc(27 * (100vw / 2100));
  height: 1.4em;
  letter-spacing: 0.005em;
  margin-bottom: calc(26 * (100vw / 2100));
}
.text05-wrap {
  display: flex;
  justify-content: flex-end;
  margin-top: calc(33 * (100vw / 2100));
}
.text05 {
  font-size: calc(27 * (100vw / 2100));
  width: calc(402 * (100vw / 2100));
  height: 1.4em;
  white-space: nowrap;
  letter-spacing: 0.005em;
}

.text06 {
  font-size: calc(27 * (100vw / 2100));
  line-height: 1.3;
  letter-spacing: 0.005em;
  position: absolute;
  top: calc(1279 * (100vw / 2100));
  left: calc(1157 * (100vw / 2100));
}

/* =========================================================
スライダー
========================================================= */
.slider .slick-slide > div {
  display: flex;
}

/* dot */
.slider .slick-dots {
  display: flex !important;
  position: absolute;
  right: 0;
  bottom: calc(-35 * (100vw / 2100));
  gap: calc(11 * (100vw / 2100));
}
.slider .slick-dots li {
  overflow: hidden;
  width: calc(10 * (100vw / 2100));
  height: calc(10 * (100vw / 2100));
  border: 1px solid #717071;
  border-radius: 50%;
}
.slider .slick-dots .slick-active {
  background: #717071;
}
.slider .slick-dots li button {
  overflow: hidden;
  box-sizing: border-box;
  width: calc(10 * (100vw / 2100));
  height: 0;
  text-indent: calc(-999 * (100vw / 2100));
  border: none;
  border-radius: 50%;
  outline: none;
  background: transparent;
  padding-top: calc(10 * (100vw / 2100));
  -webkit-appearance: none;
  appearance: none;
}

/* =========================================================
section02のスライダー
========================================================= */
.thumbs-heading {
  font-size: calc(14 * (100vw / 2100));
  letter-spacing: -0.01em;
  margin-bottom: calc(10 * (100vw / 2100));
}

.thumbs {
  margin-top: calc(535 * (100vw / 2100));
  margin-right: calc(609 * (100vw / 2100));
  margin-left: calc(79 * (100vw / 2100));
}
.thumbs-inr {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: calc(10 * (100vw / 2100));
}
.thumbs-inr img {
  cursor: pointer;
  transition: 0.3s;
}
.thumbs-inr img:hover {
  opacity: 0.6;
}

.large-slider .slick-slide > div {
  display: flex;
}
.large-slider img {
  width: calc(694 * (100vw / 2100));
  height: calc(1000 * (100vw / 2100));
  object-fit: cover;
}

/* =========================================================
スタッフクレジットとVIEW ALL ITEMS
========================================================= */
.bottom-text {
  position: absolute;
  top: calc(752 * (100vw / 2100));
  left: calc(54 * (100vw / 2100));
}
.staff-credit {
  font-size: calc(20 * (100vw / 2100));
  line-height: 1.65;
  letter-spacing: 0.03em;
  margin-bottom: calc(26 * (100vw / 2100));
}
.view-all-items a {
  font-size: calc(25 * (100vw / 2100));
  text-decoration: none;
  transition: 0.3s;
}
.view-all-items a:hover {
  opacity: 0.6;
}
