.libre-baskerville {
  font-family: "Libre Baskerville", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.noto-sans-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
*, *::before, *::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
@media (min-width: 769px) {
  body {
    /* min-width: 1440px; */
  }
}
main {
  background: #FDF5F4;
}
#footer {
  background: #fff;
  margin-top: 100px;
}
@media (max-width: 768px) {
  #footer {
    padding-top: calc(50 / 375 * 100vw);
    margin-top: calc(30 / 375 * 100vw);
  }
}
img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
  width: 100%;
}
svg {
  height: auto;
}
input, button, textarea, select {
  font: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}
#topic-260120 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #3F3F3F;
  /* overflow: hidden; */
}
#topic-260120 a {
  color: #3F3F3F;
  transition: .3s ease;
}
#topic-260120 a:hover {
  opacity: .7;
}
#topic-260120 a:hover.item-img {
  opacity: 1;
}
#topic-260120 a.item-img img {
  transition: .3s ease-out;
}
#topic-260120 a:hover.item-img img {
  opacity: .7;
}
@media (max-width: 768px) {
  #topic-260120 a:hover {
    opacity: 1;
  }
  #topic-260120 a:hover.item-img img {
    opacity: 1;
  }
}

@media (max-width: 768px) {
  #topic-260120 .pc-only {
    display: none !important;
  }
}
@media (min-width: 769px) {
  #topic-260120 .sp-only {
    display: none !important;
  }
}

@media (min-width: 769px) {
  #topic-260120 .hero {
    margin: 0 auto;
    width: 100%;
    /* min-width: 974px; */
  }
  #topic-260120 .hero #mv {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    aspect-ratio: 1440/900;
  }
  #topic-260120 .mv-img {
    position: absolute;
    top: calc(50 / 1440 * 100vw);
    left: calc(320 / 1440 * 100vw);
    width: calc(800 / 1440 * 100vw);
  }
  #topic-260120 .mv-img img {
    position: absolute;
    width: 100%
  }
  #topic-260120 .mv-title {
    position: absolute;
    top: calc(509.8 / 1440 * 100vw);
    left: calc(188.22 / 1440 * 100vw);
    width: calc(408.21 / 1440 * 100vw);
  }
  #topic-260120 .mv-lead {
    position: absolute;
    top: calc(82 / 1440 * 100vw);
    left: calc(1041 / 1440 * 100vw);
    width: calc(100 / 1440 * 100vw);
  }
}



@media (max-width: 768px) {
  #topic-260120 .hero {
    margin: 0 auto;
    width: 100%;
    text-align: center;
    padding-top: 0;
  }
  #topic-260120 .hero #mv {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: calc(423 / 375 * 100vw);
    z-index: 1;
  }
  #topic-260120 .mv-img {
    position: absolute;
    top: calc(0 / 1000 * 100%);
    left: calc(0 / 1000 * 100%);
    width: calc(780 / 1000 * 100%);
    margin-top: calc(64 / 1000 * 100%);
    margin-left: calc(156 / 1000 * 100%);
  }
  #topic-260120 .mv-img img {
    position: absolute;
    width: calc(1128 / 1000 * 100%);
  }
  #topic-260120 .mv-title {
    position: absolute;
    top: calc(0 / 1000 * 100%);
    left: calc(0 / 1000 * 100%);
    width: calc(404.43 / 1000 * 100%);
    margin-top: calc(718 / 1000 * 100%);
    margin-left: calc(55 / 1000 * 100%);

  }
  #topic-260120 .mv-lead {
    position: absolute;
    top: calc(0 / 1000 * 100%);
    left: calc(0 / 1000 * 100%);
    width: calc(114 / 1000 * 100%);
    margin-top: calc(109 / 1000 * 100%);
    margin-left: calc(75 / 1000 * 100%);

  }
}

#leadText {
  font-size: calc(14 / 1440 * 100vw);
  line-height: 220%;
  text-align: center;
  letter-spacing: 0.04em;
  margin-top: calc(50 / 1440 * 100vw);
}
@media (max-width: 768px) {
  #leadText {
    font-size: calc(12 / 375 * 100vw);
    line-height: 190%;
    margin-top: calc(20 / 375 * 100vw);
  }
}

.item-outline {
  font-family: "Libre Baskerville", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: calc(11 / 1440 * 100vw);
  line-height: 180%;
  letter-spacing: 0.1em;
  text-align: left;
  position: absolute;
}

.item-outline a {
  /* text-decoration: none; */
}
.item-outline a span {
  /* border-bottom: 0.5px solid #000; */
}
.item-outline a span + span {
  margin-left: 4px;
}
@media (max-width: 768px) {
  .item-outline {
    position: relative;
    font-size: calc(10 / 375 * 100vw);
    margin-top: calc(25 / 375 * 100vw);
    /* margin-left: calc(15 / 375 * 100vw); */
    /* margin-right: calc(15 / 375 * 100vw); */
  }
  .item-outline a span {
    /* display: inline-block;
    margin-top: calc(7 / 375 * 100vw); */
  }
}

.item-description {
  font-size: calc(13 / 1440 * 100vw);
  line-height: 170%;
  letter-spacing: 0.03em;
  position: absolute;
}

@media (max-width: 768px) {
  .item-description {
    position: relative;
    font-size: calc(12 / 375 * 100vw);
    margin-top: calc(30 / 375 * 100vw);
  }
}

.item-slider {
  pointer-events: none;
}
@keyframes img-wrap {
  100% {
    clip-path: inset(0);
  }
}
@keyframes img-wrap-p {
  100% {
    clip-path: polygon(0 0, 200% 0, 0 200%);
  }
}
@keyframes blur {
  0% {
    opacity: 0;
    filter: blur(5px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
@keyframes display {
  0% {
    opacity: 0;
  }
  12% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes toleft {
  0% {
    transform: translateX(30px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes toup {
  0% {
    transform: translateY(15px);
  }
  100% {
    transform: translate(0);
  }
}

.temp-01 {
  position: relative;
  /* background: #fff; */
  /* padding: 100px 0; */
}
.image-area {
  position: relative;
}
.item-img {
  position: absolute;
  display: block;
  overflow: hidden;
  background: #FDF5F4;
}
@media (max-width: 768px) {
  .item-img {
    position: relative;
  }
}
@media (min-width: 769px) {
  .item-img-slider-wrap {
    position: absolute;
    bottom: 0;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
  }
  .item-img-slider {
    width: calc(1080 / 1440 * 100vw);
    margin: 0 auto;
  }
  .item-img-slider .slick-list {
    overflow: visible;
  }
}
@media (max-width: 768px) {
  .item-img-slider-wrap {
    margin-top: calc(60 / 375 * 100vw);
    width: 100vw;
    left: 50%;
  }
  .item-img-slider {
    width: calc(262.5 / 375 * 100vw);
    margin: 0 auto;
  }
  .item-img-slider .slick-list {
    overflow: visible;
  }
}
.slick-slider div { transition: none; }
/* .item-title-img {
  position: absolute;
  pointer-events: none;
} */
.item-title {
  position: absolute;
}
.item-title-img--02 {
  margin-top: calc(15 / 1440 * 100vw);
}
@media (max-width: 768px) {
  .item-title-img--02 {
      margin-top: calc(10 / 375 * 100vw);
  }
}

#item-nav {
  position: fixed;
  top: calc(120 / 1440 * 100vw);
  right: calc(60 / 1440 * 100vw);
  z-index: 6;
  transition: .3s ease-out;
  pointer-events: none;
  opacity: 0;
}
#item-nav div {
  width: calc(32 / 1440 * 100vw);
  margin-top: calc(30 / 1440 * 100vw);
}
@media (max-width: 768px) {
  #item-nav {
    top: calc((58 / 375 * 100vw) + 88px);
    right: calc(15 / 375 * 100vw);
  }
  .hidden_header #item-nav {
    top: calc(58 / 375 * 100vw);
  }
  #item-nav div {
    width: calc(23 / 375 * 100vw);
    margin-top: calc(20 / 375 * 100vw);
  }
}

#item-nav div:first-child {
  margin-top: 0;
}
#item-nav div a {
  opacity: .6;
  display: block;
}
.is-no1 #item-nav, .is-no2 #item-nav, .is-no3 #item-nav, .is-no4 #item-nav, .is-no5 #item-nav {
  opacity: 1;
  pointer-events: all;
}
.is-no1 #item-nav .item-nav--01 a {
  opacity: 1;
}
.is-no2 #item-nav .item-nav--02 a {
  opacity: 1;
}
.is-no3 #item-nav .item-nav--03 a {
  opacity: 1;
}
.is-no4 #item-nav .item-nav--04 a {
  opacity: 1;
}
.is-no5 #item-nav .item-nav--05 a {
  opacity: 1;
}
#item-01 .item-img--01 .item-img--inner {
  clip-path: inset(0 100% 0 0);
}
#item-01 .item-img--01 .item-img--inner.aos-animate {
  animation: img-wrap .7s ease forwards;
}
#item-02 .item-img--01 .item-img--inner {
  clip-path: inset(0 0 0 100%);
}
#item-02 .item-img--01 .item-img--inner.aos-animate {
  animation: img-wrap .7s ease forwards;
}
#item-04 .item-img--01 .item-img--inner {
  clip-path: inset(0 100% 0 0);
}
#item-04 .item-img--01 .item-img--inner.aos-animate {
  animation: img-wrap .7s ease forwards;
}
#item-05 .item-img--01 .item-img--inner {
  clip-path: inset(0 100% 0 0);
}
#item-05 .item-img--01 .item-img--inner.aos-animate {
  animation: img-wrap .7s ease forwards;
}
#item-05 .item-img--02 .item-img--inner {
  clip-path: inset(0 100% 0 0);
}
#item-05 .item-img--02 .item-img--inner.aos-animate {
  animation: img-wrap .7s ease forwards;
}

@media (min-width: 769px) {
  #item-01 {
    margin: calc(100 / 1440 * 100vw) auto 0;
    width: calc(1078 / 1440 * 100vw);
  }
  #item-01 .image-area {
    height: calc(2092 / 1440 * 100vw);
  }
  #item-01 .item-title {
    top: calc(367 / 1440 * 100vw);
    left: calc(627 / 1440 * 100vw);
    width: calc(324 / 1440 * 100vw);
    z-index: 4;
  }
  #item-01 .item-title-img--01 {
    width: calc(47 / 1440 * 100vw);
  }
  #item-01 .item-title-img--02 {
    width: calc(310 / 1440 * 100vw);
  }
  #item-01 .item-img--01 {
    top: calc(0 / 1440 * 100vw);
    left: calc(0 / 1440 * 100vw);
    width: calc(547 / 1440 * 100vw);
    z-index: 3;
  }
  #item-01 .item-img--02 {
    top: calc(882 / 1440 * 100vw);
    left: calc(268 / 1440 * 100vw);
    width: calc(400 / 1440 * 100vw);
    z-index: 2;
  }
  #item-01 .item-img--03 {
    top: calc(882 / 1440 * 100vw);
    right: calc(0 / 1440 * 100vw);
    width: calc(400 / 1440 * 100vw);
    z-index: 2;
  }
  #item-01 .item-img--04 {
    top: calc(1492 / 1440 * 100vw);
    left: calc(268 / 1440 * 100vw);
    width: calc(400 / 1440 * 100vw);
    z-index: 2;
  }
  #item-01 .item-description {
    top: calc(519 / 1440 * 100vw);
    left: calc(627 / 1440 * 100vw);
    width: calc(324 / 1440 * 100vw);
    z-index: 3;
  }
  #item-01 .item-outline {
    top: calc(720 / 1440 * 100vw);
    left: calc(627 / 1440 * 100vw);
    z-index: 3;
  }
}
@media (min-width: 769px) {
  #item-02 {
    margin: calc(150 / 1440 * 100vw) auto 0;
    width: calc(1078 / 1440 * 100vw);
  }
  #item-02 .image-area {
    height: calc(1519 / 1440 * 100vw);
  }
  #item-02 .item-title {
    top: calc(30 / 1440 * 100vw);
    right: calc(323 / 1440 * 100vw);
    width: calc(324 / 1440 * 100vw);
    z-index: 4;
  }
  #item-02 .item-title-img--01 {
    width: calc(48 / 1440 * 100vw);
  }
  #item-02 .item-title-img--02 {
    width: calc(310 / 1440 * 100vw);
  }
  #item-02 .item-img--01 {
    top: calc(0 / 1440 * 100vw);
    right: calc(0 / 1440 * 100vw);
    width: calc(547 / 1440 * 100vw);
    z-index: 3;
  }
  #item-02 .item-img--02 {
    top: calc(289 / 1440 * 100vw);
    right: calc(607 / 1440 * 100vw);
    width: calc(400 / 1440 * 100vw);
    z-index: 2;
  }
  #item-02 .item-img--03 {
    top: calc(919 / 1440 * 100vw);
    right: calc(457 / 1440 * 100vw);
    width: calc(400 / 1440 * 100vw);
    z-index: 2;
  }
  #item-02 .item-description {
    top: calc(1193 / 1440 * 100vw);
    right: calc(193 / 1440 * 100vw);
    width: calc(324 / 1440 * 100vw);
    z-index: 3;
  }
  #item-02 .item-outline {
    top: calc(1394 / 1440 * 100vw);
    right: calc(193 / 1440 * 100vw);
    width: calc(324 / 1440 * 100vw);
    z-index: 3;
  }
}
@media (min-width: 769px) {
  #item-03 {
    margin: calc(150 / 1440 * 100vw) auto 0;
    width: calc(1078 / 1440 * 100vw);
  }
  #item-03 .image-area {
    /* height: calc(5000 / 1440 * 100vw); */
  }
  #item-03 .item-title {
    top: calc(2900 / 1440 * 100vw);
    left: calc(754 / 1440 * 100vw);
    width: calc(324 / 1440 * 100vw);
    z-index: 5;
  }
  #item-03 .item-title-img--01 {
    width: calc(48 / 1440 * 100vw);
  }
  #item-03 .item-title-img--02 {
    width: calc(310 / 1440 * 100vw);
  }
  #item-03 .item-img--01 {
    position: sticky;
    top: calc(100 / 1440 * 100vw);
    left: calc(0 / 1440 * 100vw);
    width: calc(480 / 1440 * 100vw);
    z-index: 2;
  }
  #item-03 .item-img--02 {
    position: sticky;
    top: calc(100 / 1440 * 100vw);
    left: 0;
    transform: translateY(calc(50 / 1440 * 100vw));
    margin-left: calc(149 / 1440 * 100vw);
    margin-top: calc(600 / 1440 * 100vw);
    width: calc(480 / 1440 * 100vw);
    z-index: 3;
  }
  #item-03 .item-img--03 {
    position: sticky;
    top: calc(100 / 1440 * 100vw);
    left: 0;
    transform: translateY(calc(100 / 1440 * 100vw));
    margin-left: calc(304 / 1440 * 100vw);
    margin-top: calc(600 / 1440 * 100vw);
    width: calc(480 / 1440 * 100vw);
    z-index: 4;
  }
  #item-03 .item-description {
    top: calc(3051 / 1440 * 100vw);
    left: calc(754 / 1440 * 100vw);
    width: calc(324 / 1440 * 100vw);
    z-index: 5;
  }
  #item-03 .item-outline {
    top: calc(3252 / 1440 * 100vw);
    left: calc(754 / 1440 * 100vw);
    z-index: 5;
  }
}
@media (min-width: 769px) {
  #item-04 {
    margin: calc(250 / 1440 * 100vw) auto 0;
    width: calc(1078 / 1440 * 100vw);
  }
  #item-04 .image-area {
    height: calc(1540 / 1440 * 100vw);
  }
  #item-04 .item-title {
    top: calc(60 / 1440 * 100vw);
    left: calc(487 / 1440 * 100vw);
    width: calc(353 / 1440 * 100vw);
    z-index: 4;
  }
  #item-04 .item-title-img--01 {
    width: calc(49 / 1440 * 100vw);
  }
  #item-04 .item-title-img--02 {
    width: calc(353 / 1440 * 100vw);
  }
  #item-04 .item-img--01 {
    top: calc(0 / 1440 * 100vw);
    left: calc(0 / 1440 * 100vw);
    width: calc(547 / 1440 * 100vw);
    z-index: 3;
  }
  #item-04 .item-img--02 {
    top: calc(880 / 1440 * 100vw);
    right: calc(0 / 1440 * 100vw);
    width: calc(600 / 1440 * 100vw);
    z-index: 2;
  }
  #item-04 .item-img--03 {
    top: calc(940 / 1440 * 100vw);
    left: calc(48 / 1440 * 100vw);
    width: calc(400 / 1440 * 100vw);
    z-index: 2;
  }
  #item-04 .item-description {
    top: calc(521 / 1440 * 100vw);
    left: calc(577 / 1440 * 100vw);
    width: calc(324 / 1440 * 100vw);
    z-index: 3;
  }
  #item-04 .item-outline {
    top: calc(700 / 1440 * 100vw);
    left: calc(577 / 1440 * 100vw);
    z-index: 3;
  }
}
@media (min-width: 769px) {
  #item-05 {
    margin: calc(130 / 1440 * 100vw) auto 0;
    width: calc(1078 / 1440 * 100vw);
  }
  #item-05 .image-area {
    height: calc(1279 / 1440 * 100vw);
  }
  #item-05 .item-title {
    top: calc(810 / 1440 * 100vw);
    left: calc(95 / 1440 * 100vw);
    width: calc(324 / 1440 * 100vw);
    z-index: 4;
  }
  #item-05 .item-title-img--01 {
    width: calc(48 / 1440 * 100vw);
  }
  #item-05 .item-title-img--02 {
    width: calc(315 / 1440 * 100vw);
  }
  #item-05 .item-img--01 {
    top: calc(0 / 1440 * 100vw);
    left: calc(0 / 1440 * 100vw);
    width: calc(500 / 1440 * 100vw);
    z-index: 3;
  }
  #item-05 .item-img--02 {
    top: calc(0 / 1440 * 100vw);
    right: calc(69 / 1440 * 100vw);
    width: calc(500 / 1440 * 100vw);
    z-index: 2;
  }
  #item-05 .item-img--03 {
    top: calc(879 / 1440 * 100vw);
    left: calc(479 / 1440 * 100vw);
    width: calc(600 / 1440 * 100vw);
    z-index: 2;
  }
  #item-05 .item-description {
    top: calc(977 / 1440 * 100vw);
    left: calc(215 / 1440 * 100vw);
    width: calc(324 / 1440 * 100vw);
    z-index: 3;
  }
  #item-05 .item-outline {
    top: calc(1156 / 1440 * 100vw);
    left: calc(215 / 1440 * 100vw);
    z-index: 3;
  }
}

@media (max-width: 768px) {
  #item-01 {
    margin: calc(46 / 375 * 100vw) auto 0;
  }
  #item-01 .item-title {
    top: calc(525 / 375 * 100vw);
    left: calc(35 / 375 * 100vw);
    width: calc(311 / 375 * 100vw);
    z-index: 4;
  }
  #item-01 .item-title-img--01 {
    width: calc(38 / 375 * 100vw);
  }
  #item-01 .item-title-img--02 {
    width: calc(311 / 375 * 100vw);
  }
  #item-01 .item-img--01 {
    margin-top: calc(0 / 375 * 100vw);
    margin-left: calc(0 / 375 * 100vw);
    width: calc(330 / 375 * 100vw);
    z-index: 3;
  }
  #item-01 .item-img--02 {
    margin-top: calc(30 / 375 * 100vw);
    margin-left: calc(25 / 375 * 100vw);
    width: calc(173 / 375 * 100vw);
    z-index: 3;
  }
  #item-01 .item-img--03 {
    margin-top: calc(-260 / 375 * 100vw);
    margin-left: calc(202 / 375 * 100vw);
    width: calc(173 / 375 * 100vw);
    z-index: 3;
  }
  #item-01 .item-img--04 {
    margin-top: calc(4 / 375 * 100vw);
    margin-left: calc(25 / 375 * 100vw);
    width: calc(173 / 375 * 100vw);
    z-index: 3;
  }
  #item-01 .item-description {
    margin-top: calc(145 / 375 * 100vw);
    margin-left: calc(35 / 375 * 100vw);
    width: calc(290 / 375 * 100vw);
    z-index: 3;
  }
  #item-01 .item-outline {
    margin-left: calc(35 / 375 * 100vw);
    z-index: 3;
  }
}
@media (max-width: 768px) {
  #item-02 {
    margin: calc(80 / 375 * 100vw) auto 0;
  }
  #item-02 .item-title {
    top: calc(13 / 375 * 100vw);
    left: calc(35 / 375 * 100vw);
    width: calc(311 / 375 * 100vw);
    z-index: 4;
  }
  #item-02 .item-title-img--01 {
    width: calc(39 / 375 * 100vw);
  }
  #item-02 .item-title-img--02 {
    width: calc(311 / 375 * 100vw);
  }
  #item-02 .item-img--01 {
    margin-top: calc(0 / 375 * 100vw);
    margin-left: calc(55 / 375 * 100vw);
    width: calc(320 / 375 * 100vw);
    z-index: 3;
  }
  #item-02 .item-img--02 {
    margin-top: calc(30 / 375 * 100vw);
    margin-left: calc(25 / 375 * 100vw);
    width: calc(290 / 375 * 100vw);
    z-index: 3;
  }
  #item-02 .item-img--03 {
    margin-top: calc(10 / 375 * 100vw);
    margin-left: calc(61 / 375 * 100vw);
    width: calc(290 / 375 * 100vw);
    z-index: 3;
  }
  #item-02 .item-description {
    margin-top: calc(30 / 375 * 100vw);
    margin-left: calc(35 / 375 * 100vw);
    width: calc(290 / 375 * 100vw);
    z-index: 3;
  }
  #item-02 .item-outline {
    margin-left: calc(35 / 375 * 100vw);
    z-index: 3;
  }
}
@media (max-width: 768px) {
  #item-03 {
    margin: calc(80 / 375 * 100vw) auto 0;
  }
  #item-03 .item-title {
    bottom: calc(300 / 375 * 100vw);
    left: calc(27 / 375 * 100vw);
    width: calc(311 / 375 * 100vw);
    z-index: 5;
  }
  #item-03 .item-title-img--01 {
    width: calc(39 / 375 * 100vw);
  }
  #item-03 .item-title-img--02 {
    width: calc(311 / 375 * 100vw);
  }
  #item-03 .item-img--01 {
    position: sticky;
    top: 0;
    margin-top: calc(0 / 375 * 100vw);
    margin-left: calc(0 / 375 * 100vw);
    margin-bottom: calc(402 / 375 * 100vw);
    width: calc(320 / 375 * 100vw);
    z-index: 2;
  }
  #item-03 .item-img--02 {
    position: sticky;
    top: 0;
    margin-top: calc(375 / 375 * 100vw);
    margin-left: calc(27 / 375 * 100vw);
    margin-bottom: calc(402 / 375 * 100vw);
    transform: translateY(calc(30 / 375 * 100vw));
    width: calc(320 / 375 * 100vw);
    z-index: 3;
  }
  #item-03 .item-img--03 {
    position: sticky;
    top: 0;
    margin-top: calc(375 / 375 * 100vw);
    margin-left: calc(55 / 375 * 100vw);
    margin-bottom: calc(402 / 375 * 100vw);
    transform: translateY(calc(60 / 375 * 100vw));
    width: calc(320 / 375 * 100vw);
    z-index: 4;
  }
  #item-03 .item-description {
    margin-top: calc(605 / 375 * 100vw);
    margin-left: calc(27 / 375 * 100vw);
    width: calc(290 / 375 * 100vw);
    z-index: 5;
  }
  #item-03 .item-outline {
    margin-left: calc(27 / 375 * 100vw);
    z-index: 5;
  }
}
@media (max-width: 768px) {
  #item-04 {
    margin: calc(80 / 375 * 100vw) auto 0;
    overflow: hidden;
  }
  #item-04 .item-title {
    top: calc(355 / 375 * 100vw);
    left: calc(96 / 375 * 100vw);
    width: calc(311 / 375 * 100vw);
    z-index: 4;
  }
  #item-04 .item-title-img--01 {
    width: calc(40 / 375 * 100vw);
  }
  #item-04 .item-title-img--02 {
    width: calc(311 / 375 * 100vw);
  }
  #item-04 .item-img--01 {
    margin-top: calc(0 / 375 * 100vw);
    margin-left: calc(0 / 375 * 100vw);
    width: calc(310 / 375 * 100vw);
    z-index: 3;
  }
  #item-04 .item-img--02 {
    margin-top: calc(30 / 375 * 100vw);
    margin-left: calc(45 / 375 * 100vw);
    width: calc(330 / 375 * 100vw);
    z-index: 3;
  }
  #item-04 .item-img--03 {
    margin-top: calc(10 / 375 * 100vw);
    margin-left: calc(0 / 375 * 100vw);
    width: calc(280 / 375 * 100vw);
    z-index: 3;
  }
  #item-04 .item-description {
    margin-top: calc(30 / 375 * 100vw);
    margin-left: calc(35 / 375 * 100vw);
    width: calc(290 / 375 * 100vw);
    z-index: 3;
  }
  #item-04 .item-outline {
    margin-left: calc(35 / 375 * 100vw);
    z-index: 3;
  }
}
@media (max-width: 768px) {
  #item-05 {
    margin: calc(80 / 375 * 100vw) auto 0;
  }
  #item-05 .item-title {
    top: calc(1109 / 375 * 100vw);
    left: calc(24 / 375 * 100vw);
    width: calc(311 / 375 * 100vw);
    z-index: 4;
  }
  #item-05 .item-title-img--01 {
    width: calc(39 / 375 * 100vw);
  }
  #item-05 .item-title-img--02 {
    width: calc(311 / 375 * 100vw);
  }
  #item-05 .item-img--01 {
    margin-top: calc(0 / 375 * 100vw);
    margin-left: calc(10 / 375 * 100vw);
    width: calc(355 / 375 * 100vw);
    z-index: 3;
  }
  #item-05 .item-img--02 {
    margin-top: calc(15 / 375 * 100vw);
    margin-left: calc(10 / 375 * 100vw);
    width: calc(355 / 375 * 100vw);
    z-index: 3;
  }
  #item-05 .item-img--03 {
    margin-top: calc(108 / 375 * 100vw);
    margin-left: calc(45 / 375 * 100vw);
    width: calc(330 / 375 * 100vw);
    z-index: 3;
  }
  #item-05 .item-description {
    margin-top: calc(30 / 375 * 100vw);
    margin-left: calc(45 / 375 * 100vw);
    width: calc(290 / 375 * 100vw);
    z-index: 3;
  }
  #item-05 .item-outline {
    margin-left: calc(45 / 375 * 100vw);
    z-index: 3;
  }
}

#topic-260120 .all-items {
  font-family: "Libre Baskerville", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: calc(22 / 1440 * 100vw);
  line-height: calc(24 / 1440 * 100vw);
  letter-spacing: 0.03em;
  color: #fff;
  width: calc(450 / 1440 * 100vw);
  height: calc(70 / 1440 * 100vw);
  margin: calc(100 / 1440 * 100vw) auto 0;
}

#topic-260120 .all-items a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff !important;
  background: #3F3F3F;
  border: none;
  padding-top: calc(5 / 1440 * 100vw);
  
  text-transform: uppercase;
}

#topic-260120 .all-items a:hover {
  opacity: .5;
  /* background: #fff;
  color: #A3D5EC !important; */
}
@media (max-width: 768px) {
  #topic-260120 .all-items {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(18 / 375 * 100vw);
    width: calc(230 / 375 * 100vw);
    height: calc(40 / 375 * 100vw);
    margin: calc(80 / 375 * 100vw) auto 0;
  }
  #topic-260120 .all-items a {
  padding-top: calc(5 / 375 * 100vw);
  }
}

#topic-260120 .contributors {
  font-family: "Libre Baskerville", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: calc(10 / 1440 * 100vw);
  line-height: 160%;
  letter-spacing: -0.01em;
  text-align: center;
  max-width: 100%;
  margin: calc(80 / 1440 * 100vw) auto calc(30 / 1440 * 100vw);
  color: #5D5D5D;
}

#topic-260120 .contributors span:not(:first-child)::before {
  content: " / ";
}
@media (max-width: 768px) {
  #topic-260120 .contributors {
    font-size: calc(9 / 375 * 100vw);
    margin: calc(50 / 375 * 100vw) auto calc(30 / 375 * 100vw);
  }
  #topic-260120 .contributors span {
    display: block;
  }
  #topic-260120 .contributors span:not(:first-child)::before {
    content: "";
  }
}



#topic-260120 .slick-slide {
  height: auto;
}
[data-aos=fade-up] {
  transform: translate3d(0, 15px, 0);
}
.item-img--inner[data-aos=fade-up] {
  transform: translate3d(0, 15px, 0);
}
.item-detail__img[data-aos=fade-up] {
  transform: translate3d(0, 5px, 0);
}

[data-aos=fade-down] {
  transform: translate3d(0, -15px, 0);
}

[data-aos=fade-up-lite] {
  transform: translate3d(0, 15px, 0);
}

[data-aos=fade-down-lite] {
  transform: translate3d(0, -15px, 0);
}

[data-aos=fade-left] {
  transform: translate3d(15px, 0, 0);
}

[data-aos=fade-right] {
  transform: translate3d(-15px, 0, 0);
}

[data-aos=fade-down-lite] {
  transform: translate3d(0, -30px, 0);
}

[data-aos=fade-up-lite] {
  transform: translate3d(0, 15px, 0);
}

[data-aos=fade-down-lite] {
  transform: translate3d(0, -15px, 0);
}

[data-aos=zoom-out] {
  transform: scale(1.1);
}

[data-aos=w-right] {
  transition-property: all;
  width: 0;
}

[data-aos=w-right].aos-animate {
  width: 100%;
}

[data-aos=bdr-right] {
  transform: translate3d(-100%, 0, 0);
}

[data-aos=bdr-left] {
  transform: translate3d(100%, 0, 0);
}

[data-aos=bdr-top] {
  transform: translate3d(0, 100%, 0);
}

[data-aos=bdr-bottom] {
  transform: translate3d(0, -100%, 0);
}

[data-aos^=bdr][data-aos^=bdr] {
  transition-duration: 0.5s !important;
}
[data-aos^=bdr][data-aos^=bdr].aos-animate {
  transform: translate3d(0, 0, 0);
}

#footer {
  z-index: 3;
}
@media (max-width: 768px) {
  #footer {
    z-index: 3;
  }
}
