@charset "UTF-8";
:root {
  --scrollbar-size-px: 0px;
}

.contents-wrapper {
  line-height: 1;
}

.contents-wrapper div, .contents-wrapper span, .contents-wrapper applet, .contents-wrapper object, .contents-wrapper iframe,
.contents-wrapper h1, .contents-wrapper h2, .contents-wrapper h3, .contents-wrapper h4, .contents-wrapper h5, .contents-wrapper h6, .contents-wrapper p, .contents-wrapper blockquote, .contents-wrapper pre,
.contents-wrapper a, .contents-wrapper abbr, .contents-wrapper acronym, .contents-wrapper address, .contents-wrapper big, .contents-wrapper cite, .contents-wrapper code,
.contents-wrapper del, .contents-wrapper dfn, .contents-wrapper em, .contents-wrapper img, .contents-wrapper ins, .contents-wrapper kbd, .contents-wrapper q, .contents-wrapper s, .contents-wrapper samp,
.contents-wrapper small, .contents-wrapper strike, .contents-wrapper strong, .contents-wrapper sub, .contents-wrapper sup, .contents-wrapper tt, .contents-wrapper var,
.contents-wrapper b, .contents-wrapper u, .contents-wrapper i, .contents-wrapper center,
.contents-wrapper dl, .contents-wrapper dt, .contents-wrapper dd, .contents-wrapper ol, .contents-wrapper ul, .contents-wrapper li,
.contents-wrapper fieldset, .contents-wrapper form, .contents-wrapper label, .contents-wrapper legend,
.contents-wrapper table, .contents-wrapper caption, .contents-wrapper tbody, .contents-wrapper tfoot, .contents-wrapper thead, .contents-wrapper tr, .contents-wrapper th, .contents-wrapper td,
.contents-wrapper article, .contents-wrapper aside, .contents-wrapper canvas, .contents-wrapper details, .contents-wrapper embed,
.contents-wrapper figure, .contents-wrapper figcaption, .contents-wrapper footer, .contents-wrapper header, .contents-wrapper hgroup,
.contents-wrapper menu, .contents-wrapper nav, .contents-wrapper output, .contents-wrapper ruby, .contents-wrapper section, .contents-wrapper summary,
.contents-wrapper time, .contents-wrapper mark, .contents-wrapper audio, .contents-wrapper video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

.contents-wrapper article, .contents-wrapper aside, .contents-wrapper details, .contents-wrapper figcaption, .contents-wrapper figure,
.contents-wrapper footer, .contents-wrapper header, .contents-wrapper hgroup, .contents-wrapper menu, .contents-wrapper nav, .contents-wrapper section {
  display: block;
}

.contents-wrapper ol, .contents-wrapper ul {
  list-style: none;
}

.contents-wrapper blockquote, .contents-wrapper q {
  quotes: none;
}

.contents-wrapper blockquote:before, .contents-wrapper blockquote:after,
.contents-wrapper q:before, .contents-wrapper q:after {
  content: '';
  content: none;
}

.contents-wrapper table {
  border-collapse: collapse;
  border-spacing: 0;
}

@media screen and (max-width: 1199px) {
  .contents-wrapper .pc {
    display: none !important;
  }
}

@media screen and (min-width: 1200px) {
  .contents-wrapper .sp {
    display: none !important;
  }
}

.contents-wrapper .anchor {
  position: relative;
}

.contents-wrapper .anchor .anchor-point {
  position: absolute;
}

.contents-wrapper {
  font-family: "Noto Sans JP", sans-serif;
  color: #362D2E;
  /*---アニメーション---*/
}

@media screen and (min-width: 769px) {
  .contents-wrapper {
    padding-bottom: calc(120 / 1366 * 100vw - 120 / 1366 * var(--scrollbar-size-px));
  }
}

@media screen and (min-width: 769px) and (min-width: 1366px) {
  .contents-wrapper {
    padding-bottom: 120px;
  }
}

@media screen and (max-width: 768px) {
  .contents-wrapper {
    padding-bottom: calc(120 / 750 * 100vw - 120 / 750 * var(--scrollbar-size-px));
  }
}

@media screen and (min-width: 769px) {
  .contents-wrapper .pc {
    display: block !important;
  }
}

@media screen and (max-width: 768px) {
  .contents-wrapper .pc {
    display: none !important;
  }
}

.contents-wrapper .main-contents {
  width: 100%;
  margin: auto;
}

.contents-wrapper picture {
  display: block;
}

.contents-wrapper .en {
  font-family: "Catalogue LL Bold", "Noto Sans JP", sans-serif;
}

.contents-wrapper .arrow-top {
  position: fixed;
  z-index: 50;
  right: 0;
}

@media screen and (min-width: 769px) {
  .contents-wrapper .arrow-top {
    width: calc(60 / 1366 * 100vw - 60 / 1366 * var(--scrollbar-size-px));
    bottom: calc(60 / 1366 * 100vw - 60 / 1366 * var(--scrollbar-size-px));
  }
}

@media screen and (min-width: 769px) and (min-width: 1366px) {
  .contents-wrapper .arrow-top {
    width: 60px;
  }
}

@media screen and (min-width: 769px) and (min-width: 1366px) {
  .contents-wrapper .arrow-top {
    bottom: 60px;
  }
}

@media screen and (max-width: 768px) {
  .contents-wrapper .arrow-top {
    width: calc(80 / 750 * 100vw - 80 / 750 * var(--scrollbar-size-px));
    bottom: calc(120 / 750 * 100vw - 120 / 750 * var(--scrollbar-size-px));
  }
}

.contents-wrapper .js-anime[data-anime="slideleft"] {
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  transition: 1s ease;
  transition-property: -webkit-clip-path;
  transition-property: clip-path;
  transition-property: clip-path, -webkit-clip-path;
}

.contents-wrapper .js-anime[data-anime="slideleft"].is-active {
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
}

.contents-wrapper .js-anime[data-anime="slideright"] {
  display: block;
  -webkit-clip-path: inset(0 0 0 100%);
  clip-path: inset(0 0 0 100%);
  transition: 1s ease;
  transition-property: -webkit-clip-path;
  transition-property: clip-path;
  transition-property: clip-path, -webkit-clip-path;
}

.contents-wrapper .js-anime[data-anime="slideright"].is-active {
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
}

.contents-wrapper .kv picture img {
  display: block;
  width: 100%;
}

@media screen and (min-width: 769px) {
  .contents-wrapper .lead {
    text-align: center;
    margin-top: calc(40 / 1366 * 100vw - 40 / 1366 * var(--scrollbar-size-px));
  }
}

@media screen and (max-width: 768px) {
  .contents-wrapper .lead {
    text-align: left;
    margin-left: calc(40 / 750 * 100vw - 40 / 750 * var(--scrollbar-size-px));
    padding-left: calc(5 / 750 * 100vw - 5 / 750 * var(--scrollbar-size-px));
  }
}

.contents-wrapper .lead .lead-title {
  font-family: "Catalogue LL Bold", "Noto Sans JP", sans-serif;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .contents-wrapper .lead .lead-title {
    font-size: calc(55 / 1366 * 100vw - 55 / 1366 * var(--scrollbar-size-px));
  }
}

@media screen and (min-width: 769px) and (min-width: 1366px) {
  .contents-wrapper .lead .lead-title {
    font-size: 55px;
  }
}

@media screen and (max-width: 768px) {
  .contents-wrapper .lead .lead-title {
    font-size: calc(55 / 750 * 100vw - 55 / 750 * var(--scrollbar-size-px));
    margin-top: calc(50 / 750 * 100vw - 50 / 750 * var(--scrollbar-size-px));
    line-height: 1.2;
  }
}

@media screen and (min-width: 769px) {
  .contents-wrapper .lead .lead-title span {
    font-size: calc(31 / 1366 * 100vw - 31 / 1366 * var(--scrollbar-size-px));
    margin-bottom: calc(15 / 1366 * 100vw - 15 / 1366 * var(--scrollbar-size-px));
    display: block;
  }
}

@media screen and (min-width: 769px) and (min-width: 1366px) {
  .contents-wrapper .lead .lead-title span {
    font-size: 31px;
  }
}

@media screen and (min-width: 769px) and (min-width: 1366px) {
  .contents-wrapper .lead .lead-title span {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 768px) {
  .contents-wrapper .lead .lead-title span {
    font-size: calc(31 / 750 * 100vw - 31 / 750 * var(--scrollbar-size-px));
    margin-bottom: calc(5 / 750 * 100vw - 5 / 750 * var(--scrollbar-size-px));
    display: block;
  }
}

@media screen and (min-width: 769px) {
  .contents-wrapper .lead .lead-text {
    font-size: calc(24 / 1366 * 100vw - 24 / 1366 * var(--scrollbar-size-px));
    line-height: calc(36/24);
  }
}

@media screen and (min-width: 769px) and (min-width: 1366px) {
  .contents-wrapper .lead .lead-text {
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  .contents-wrapper .lead .lead-text {
    display: block;
    text-align: left;
    line-height: calc(34/20);
    font-size: calc(20 / 750 * 100vw - 20 / 750 * var(--scrollbar-size-px));
    width: calc(550 / 750 * 100vw - 550 / 750 * var(--scrollbar-size-px));
  }
}

.contents-wrapper .anchor {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 769px) {
  .contents-wrapper .anchor {
    max-width: 1017px;
    margin-top: calc(45 / 1017 * 100vw - 45 / 1017 * var(--scrollbar-size-px));
    margin-bottom: calc(180 / 1017 * 100vw - 180 / 1017 * var(--scrollbar-size-px));
  }
}

@media screen and (min-width: 769px) and (min-width: 1017px) {
  .contents-wrapper .anchor {
    margin-top: 45px;
  }
}

@media screen and (min-width: 769px) and (min-width: 1017px) {
  .contents-wrapper .anchor {
    margin-bottom: 180px;
  }
}

@media screen and (max-width: 768px) {
  .contents-wrapper .anchor {
    margin-top: calc(38 / 750 * 100vw - 38 / 750 * var(--scrollbar-size-px));
    margin-bottom: calc(100 / 750 * 100vw - 100 / 750 * var(--scrollbar-size-px));
    padding-left: calc(40 / 750 * 100vw - 40 / 750 * var(--scrollbar-size-px));
    padding-right: calc(40 / 750 * 100vw - 40 / 750 * var(--scrollbar-size-px));
  }
}

.contents-wrapper .anchor .anchor-block {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
}

@media screen and (min-width: 769px) {
  .contents-wrapper .anchor .anchor-block:nth-child(1) .anchor-block-title {
    margin-right: calc(20 / 1017 * 100vw - 20 / 1017 * var(--scrollbar-size-px));
  }
}

@media screen and (min-width: 769px) and (min-width: 1017px) {
  .contents-wrapper .anchor .anchor-block:nth-child(1) .anchor-block-title {
    margin-right: 20px;
  }
}

@media screen and (max-width: 768px) {
  .contents-wrapper .anchor .anchor-block:nth-child(1) .anchor-lists {
    flex-wrap: wrap;
    justify-content: left;
  }
}

.contents-wrapper .anchor .anchor-block:nth-child(2) {
  flex-direction: row-reverse;
  justify-content: flex-end;
}

@media screen and (min-width: 769px) {
  .contents-wrapper .anchor .anchor-block:nth-child(2) {
    margin-top: calc(30 / 1017 * 100vw - 30 / 1017 * var(--scrollbar-size-px));
  }
}

@media screen and (min-width: 769px) and (min-width: 1017px) {
  .contents-wrapper .anchor .anchor-block:nth-child(2) {
    margin-top: 30px;
  }
}

@media screen and (min-width: 769px) {
  .contents-wrapper .anchor .anchor-block:nth-child(2) .anchor-block-title {
    margin-left: calc(20 / 1017 * 100vw - 20 / 1017 * var(--scrollbar-size-px));
  }
}

@media screen and (min-width: 769px) and (min-width: 1017px) {
  .contents-wrapper .anchor .anchor-block:nth-child(2) .anchor-block-title {
    margin-left: 20px;
  }
}

@media screen and (min-width: 769px) {
  .contents-wrapper .anchor .anchor-block:nth-child(2) .anchor-lists {
    margin-left: calc(137 / 1017 * 100vw - 137 / 1017 * var(--scrollbar-size-px));
  }
}

@media screen and (min-width: 769px) and (min-width: 1017px) {
  .contents-wrapper .anchor .anchor-block:nth-child(2) .anchor-lists {
    margin-left: 137px;
  }
}

@media screen and (max-width: 768px) {
  .contents-wrapper .anchor .anchor-block:nth-child(2) .anchor-lists {
    margin-left: 0;
  }
}

@media screen and (min-width: 769px) {
  .contents-wrapper .anchor .anchor-block-title {
    font-size: calc(36 / 1366 * 100vw - 36 / 1366 * var(--scrollbar-size-px));
  }
}

@media screen and (min-width: 769px) and (min-width: 1366px) {
  .contents-wrapper .anchor .anchor-block-title {
    font-size: 36px;
  }
}

@media screen and (max-width: 768px) {
  .contents-wrapper .anchor .anchor-block-title {
    font-size: calc(40 / 750 * 100vw - 40 / 750 * var(--scrollbar-size-px));
    line-height: calc(48/40);
  }
}

.contents-wrapper .anchor .anchor-lists {
  display: flex;
  max-width: 1258px;
  gap: calc(8 / 1258 * 100vw - 8 / 1258 * var(--scrollbar-size-px));
}

@media screen and (min-width: 1258px) {
  .contents-wrapper .anchor .anchor-lists {
    gap: 8px;
  }
}

@media screen and (min-width: 769px) {
  .contents-wrapper .anchor .anchor-lists {
    padding: 0 20px;
  }
}

@media screen and (max-width: 768px) {
  .contents-wrapper .anchor .anchor-lists {
    -moz-column-gap: calc(12 / 752 * 100vw - 12 / 752 * var(--scrollbar-size-px));
    column-gap: calc(12 / 752 * 100vw - 12 / 752 * var(--scrollbar-size-px));
    row-gap: calc(20 / 752 * 100vw - 20 / 752 * var(--scrollbar-size-px));
    width: calc(645 / 752 * 100vw - 645 / 752 * var(--scrollbar-size-px));
  }
}

.contents-wrapper .anchor .anchor-list {
  position: relative;
}

.contents-wrapper .anchor .anchor-list.comming-soon {
  pointer-events: none;
}

.contents-wrapper .anchor .anchor-list.comming-soon:after {
  content: "COMING SOON...";
  display: flex;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #fff;
  font-size: calc(20 / 1258 * 100vw - 20 / 1258 * var(--scrollbar-size-px));
  font-weight: bold;
  background-color: rgba(0, 0, 0, 0.4);
}

@media screen and (min-width: 1258px) {
  .contents-wrapper .anchor .anchor-list.comming-soon:after {
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .contents-wrapper .anchor .anchor-list.comming-soon:after {
    font-size: calc(20 / 750 * 100vw - 20 / 750 * var(--scrollbar-size-px));
  }
}

.contents-wrapper .anchor .anchor-list.sold-out:after {
  content: "SOLD OUT..";
  display: flex;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: calc(20 / 1258 * 100vw - 20 / 1258 * var(--scrollbar-size-px));
  font-weight: bold;
  background-color: rgba(217, 217, 217, 0.5);
  z-index: 1;
}

@media screen and (min-width: 1258px) {
  .contents-wrapper .anchor .anchor-list.sold-out:after {
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .contents-wrapper .anchor .anchor-list.sold-out:after {
    font-size: calc(20 / 750 * 100vw - 20 / 750 * var(--scrollbar-size-px));
  }
}

.contents-wrapper .anchor .anchor-list.sold-out .anchor-arrow {
  z-index: 10;
}

@media screen and (min-width: 769px) {
  .contents-wrapper .anchor .anchor-list picture {
    width: calc(196 / 1258 * 100vw - 196 / 1258 * var(--scrollbar-size-px));
  }
}

@media screen and (min-width: 769px) and (min-width: 1258px) {
  .contents-wrapper .anchor .anchor-list picture {
    width: 196px;
  }
}

@media screen and (min-width: 769px) {
  .contents-wrapper .anchor .anchor-list {
    width: calc(196 / 1258 * 100vw - 196 / 1258 * var(--scrollbar-size-px));
  }
}

@media screen and (min-width: 769px) and (min-width: 1258px) {
  .contents-wrapper .anchor .anchor-list {
    width: 196px;
  }
}

@media screen and (max-width: 768px) {
  .contents-wrapper .anchor .anchor-list {
    width: calc(206 / 750 * 100vw - 206 / 750 * var(--scrollbar-size-px));
  }
}

.contents-wrapper .anchor .anchor-list .anchor-list-img {
  transition: transform 0.3s ease-out;
}

.contents-wrapper .anchor .anchor-list .anchor-arrow {
  position: absolute;
  bottom: 0;
  background-color: #000;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: height 0.3s ease-out;
}

@media screen and (min-width: 769px) {
  .contents-wrapper .anchor .anchor-list .anchor-arrow {
    height: calc(24 / 1258 * 100vw - 24 / 1258 * var(--scrollbar-size-px));
  }
}

@media screen and (min-width: 769px) and (min-width: 1258px) {
  .contents-wrapper .anchor .anchor-list .anchor-arrow {
    height: 24px;
  }
}

@media screen and (max-width: 768px) {
  .contents-wrapper .anchor .anchor-list .anchor-arrow {
    height: calc(30 / 750 * 100vw - 30 / 750 * var(--scrollbar-size-px));
  }
}

.contents-wrapper .anchor .anchor-list .anchor-arrow img {
  width: calc(10 / 1258 * 100vw - 10 / 1258 * var(--scrollbar-size-px));
  transition: width 0.3s ease-out;
}

@media screen and (min-width: 1258px) {
  .contents-wrapper .anchor .anchor-list .anchor-arrow img {
    width: 10px;
  }
}

@media screen and (max-width: 768px) {
  .contents-wrapper .anchor .anchor-list .anchor-arrow img {
    width: calc(16 / 750 * 100vw - 16 / 750 * var(--scrollbar-size-px));
  }
}

@media screen and (min-width: 769px) {
  .contents-wrapper .anchor .anchor-list:hover .anchor-list-img {
    transform: scale(1);
  }
  .contents-wrapper .anchor .anchor-list:hover .anchor-arrow {
    height: calc(30 / 1258 * 100vw - 30 / 1258 * var(--scrollbar-size-px));
  }
}

@media screen and (min-width: 769px) and (min-width: 1258px) {
  .contents-wrapper .anchor .anchor-list:hover .anchor-arrow {
    height: 30px;
  }
}

@media screen and (min-width: 769px) {
  .contents-wrapper .anchor .anchor-list:hover .anchor-arrow img {
    width: calc(15 / 1258 * 100vw - 15 / 1258 * var(--scrollbar-size-px));
  }
}

@media screen and (min-width: 769px) and (min-width: 1258px) {
  .contents-wrapper .anchor .anchor-list:hover .anchor-arrow img {
    width: 15px;
  }
}

.contents-wrapper .item {
  /*---スライダー---*/
}

.contents-wrapper .item .item-title {
  position: relative;
  font-family: "Catalogue LL Bold", "Noto Sans JP", sans-serif;
}

@media screen and (min-width: 769px) {
  .contents-wrapper .item .item-title {
    margin-bottom: calc(80 / 1366 * 100vw - 80 / 1366 * var(--scrollbar-size-px));
    padding-left: calc(80 / 1366 * 100vw - 80 / 1366 * var(--scrollbar-size-px));
    font-size: calc(80 / 1366 * 100vw - 80 / 1366 * var(--scrollbar-size-px));
    padding-bottom: calc(20 / 1366 * 100vw - 20 / 1366 * var(--scrollbar-size-px));
  }
}

@media screen and (min-width: 769px) and (min-width: 1366px) {
  .contents-wrapper .item .item-title {
    margin-bottom: 80px;
  }
}

@media screen and (min-width: 769px) and (min-width: 1366px) {
  .contents-wrapper .item .item-title {
    padding-left: 80px;
  }
}

@media screen and (min-width: 769px) and (min-width: 1366px) {
  .contents-wrapper .item .item-title {
    font-size: 80px;
  }
}

@media screen and (min-width: 769px) and (min-width: 1366px) {
  .contents-wrapper .item .item-title {
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .contents-wrapper .item .item-title {
    line-height: calc(100/88);
    margin-bottom: calc(80 / 750 * 100vw - 80 / 750 * var(--scrollbar-size-px));
    padding-left: calc(40 / 750 * 100vw - 40 / 750 * var(--scrollbar-size-px));
    font-size: calc(88 / 750 * 100vw - 88 / 750 * var(--scrollbar-size-px));
    padding-bottom: calc(20 / 750 * 100vw - 20 / 750 * var(--scrollbar-size-px));
  }
}

.contents-wrapper .item .item-title span {
  display: block;
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  transition-property: -webkit-clip-path;
  transition-property: clip-path;
  transition-property: clip-path, -webkit-clip-path;
  transition: 1s 0.8s cubic-bezier(0.87, 0.105, 0.615, 0.92);
}

.contents-wrapper .item .item-title:after {
  content: "";
  display: block;
  background-color: #F1F1F1;
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  transition: 1s cubic-bezier(0.87, 0.105, 0.615, 0.92);
  transition-property: -webkit-clip-path;
  transition-property: clip-path;
  transition-property: clip-path, -webkit-clip-path;
}

@media screen and (min-width: 769px) {
  .contents-wrapper .item .item-title:after {
    width: calc(900 / 1366 * 100vw - 900 / 1366 * var(--scrollbar-size-px));
    height: calc(50 / 1366 * 100vw - 50 / 1366 * var(--scrollbar-size-px));
  }
}

@media screen and (min-width: 769px) and (min-width: 1366px) {
  .contents-wrapper .item .item-title:after {
    width: 900px;
  }
}

@media screen and (min-width: 769px) and (min-width: 1366px) {
  .contents-wrapper .item .item-title:after {
    height: 50px;
  }
}

@media screen and (max-width: 768px) {
  .contents-wrapper .item .item-title:after {
    width: calc(550 / 750 * 100vw - 550 / 750 * var(--scrollbar-size-px));
    height: calc(50 / 750 * 100vw - 50 / 750 * var(--scrollbar-size-px));
    bottom: calc(10 / 750 * 100vw - 10 / 750 * var(--scrollbar-size-px));
  }
}

.contents-wrapper .item .item-title.is-active span {
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
}

.contents-wrapper .item .item-title.is-active:after {
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
}

.contents-wrapper .item .item-block {
  position: relative;
}

@media screen and (min-width: 769px) {
  .contents-wrapper .item .item-block {
    padding-bottom: calc(180 / 1366 * 100vw - 180 / 1366 * var(--scrollbar-size-px));
    padding-left: calc(80 / 1366 * 100vw - 80 / 1366 * var(--scrollbar-size-px));
  }
}

@media screen and (min-width: 769px) and (min-width: 1366px) {
  .contents-wrapper .item .item-block {
    padding-bottom: 180px;
  }
}

@media screen and (min-width: 769px) and (min-width: 1366px) {
  .contents-wrapper .item .item-block {
    padding-left: 80px;
  }
}

@media screen and (max-width: 768px) {
  .contents-wrapper .item .item-block {
    display: block;
    padding-bottom: calc(165 / 750 * 100vw - 165 / 750 * var(--scrollbar-size-px));
  }
}

.contents-wrapper .item .item-block .adjust-height {
  position: absolute;
  margin-top: -80px;
}

@media screen and (min-width: 769px) {
  .contents-wrapper .item .item-block .item-block-detail {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .contents-wrapper .item .item-block .item-block-detail {
    width: 100%;
    margin-left: 0;
    display: block;
    box-sizing: border-box;
    padding-left: calc(40 / 750 * 100vw - 40 / 750 * var(--scrollbar-size-px));
    padding-right: calc(40 / 750 * 100vw - 40 / 750 * var(--scrollbar-size-px));
  }
}

@media screen and (min-width: 769px) {
  .contents-wrapper .item .item-block .item-block-wrap {
    display: contents;
  }
}

@media screen and (max-width: 768px) {
  .contents-wrapper .item .item-block .item-block-wrap {
    display: flex;
    flex-direction: column;
  }
}

.contents-wrapper .item .item-block .item-block-title {
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .contents-wrapper .item .item-block .item-block-title {
    font-size: calc(56 / 1366 * 100vw - 56 / 1366 * var(--scrollbar-size-px));
    margin-bottom: calc(10 / 1366 * 100vw - 10 / 1366 * var(--scrollbar-size-px));
  }
}

@media screen and (min-width: 769px) and (min-width: 1366px) {
  .contents-wrapper .item .item-block .item-block-title {
    font-size: 56px;
  }
}

@media screen and (min-width: 769px) and (min-width: 1366px) {
  .contents-wrapper .item .item-block .item-block-title {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 768px) {
  .contents-wrapper .item .item-block .item-block-title {
    font-size: calc(56 / 750 * 100vw - 56 / 750 * var(--scrollbar-size-px));
    margin-bottom: calc(15 / 750 * 100vw - 15 / 750 * var(--scrollbar-size-px));
  }
}

.contents-wrapper .item .item-block .item-block-check {
  text-decoration: underline;
  line-height: 1.5;
  white-space: nowrap;
  display: block;
}

@media screen and (min-width: 769px) {
  .contents-wrapper .item .item-block .item-block-check {
    font-size: calc(26 / 1366 * 100vw - 26 / 1366 * var(--scrollbar-size-px));
    margin-bottom: calc(10 / 1366 * 100vw - 10 / 1366 * var(--scrollbar-size-px));
  }
}

@media screen and (min-width: 769px) and (min-width: 1366px) {
  .contents-wrapper .item .item-block .item-block-check {
    font-size: 26px;
  }
}

@media screen and (min-width: 769px) and (min-width: 1366px) {
  .contents-wrapper .item .item-block .item-block-check {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 768px) {
  .contents-wrapper .item .item-block .item-block-check {
    margin-top: 0;
    line-height: 1.2;
    font-size: calc(26 / 750 * 100vw - 26 / 750 * var(--scrollbar-size-px));
  }
}

.contents-wrapper .item .item-block .item-block-text {
  line-height: calc(39/26);
}

@media screen and (min-width: 769px) {
  .contents-wrapper .item .item-block .item-block-text {
    font-size: calc(26 / 1366 * 100vw - 26 / 1366 * var(--scrollbar-size-px));
    margin-bottom: calc(50 / 1366 * 100vw - 50 / 1366 * var(--scrollbar-size-px));
  }
}

@media screen and (min-width: 769px) and (min-width: 1366px) {
  .contents-wrapper .item .item-block .item-block-text {
    font-size: 26px;
  }
}

@media screen and (min-width: 769px) and (min-width: 1366px) {
  .contents-wrapper .item .item-block .item-block-text {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 768px) {
  .contents-wrapper .item .item-block .item-block-text {
    font-size: calc(26 / 750 * 100vw - 26 / 750 * var(--scrollbar-size-px));
    margin-top: calc(15 / 750 * 100vw - 15 / 750 * var(--scrollbar-size-px));
  }
}

.contents-wrapper .item .item-block .item-block-slide {
  position: relative;
}

.contents-wrapper .item .item-block .item-block-slide::-webkit-scrollbar {
  display: none;
}

@media screen and (min-width: 769px) {
  .contents-wrapper .item .item-block .item-block-slide {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .contents-wrapper .item .item-block .item-block-slide {
    width: 100%;
    margin-left: 0;
  }
}

.contents-wrapper .item .swiper::-webkit-scrollbar {
  display: none;
}

.contents-wrapper .item .swiper .swiper-slide {
  display: block;
  width: 100%;
}

.contents-wrapper .item .swiper .swiper-slide img {
  width: 100%;
}

@media screen and (min-width: 769px) {
  .contents-wrapper .item .swiper .swiper-slide img {
    display: block;
  }
}

.contents-wrapper .item .swiper .swiper-slide.slide-hover {
  transition: 0.3s ease;
}

.contents-wrapper .item .swiper .swiper-slide.slide-hover:hover {
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  .contents-wrapper .item .swiper {
    width: calc(710 / 750 * 100vw - 710 / 750 * var(--scrollbar-size-px));
    margin-top: calc(30 / 750 * 100vw - 30 / 750 * var(--scrollbar-size-px));
    margin-left: auto;
  }
}

.contents-wrapper .item .swiper-button-prev:after,
.contents-wrapper .item .swiper-button-next:after {
  display: none;
}

.contents-wrapper .item .swiper-button-prev {
  background: url("../../2504/img/arrow-left.webp");
  background-size: cover;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (min-width: 769px) {
  .contents-wrapper .item .swiper-button-prev {
    width: calc(60 / 1366 * 100vw - 60 / 1366 * var(--scrollbar-size-px));
    height: calc(60 / 1366 * 100vw - 60 / 1366 * var(--scrollbar-size-px));
  }
}

@media screen and (min-width: 769px) and (min-width: 1366px) {
  .contents-wrapper .item .swiper-button-prev {
    width: 60px;
  }
}

@media screen and (min-width: 769px) and (min-width: 1366px) {
  .contents-wrapper .item .swiper-button-prev {
    height: 60px;
  }
}

@media screen and (max-width: 768px) {
  .contents-wrapper .item .swiper-button-prev {
    width: calc(80 / 750 * 100vw - 80 / 750 * var(--scrollbar-size-px));
    height: calc(80 / 750 * 100vw - 80 / 750 * var(--scrollbar-size-px));
  }
}

.contents-wrapper .item .swiper-button-next {
  background: url("../../2504/img/arrow-right.webp");
  background-size: cover;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (min-width: 769px) {
  .contents-wrapper .item .swiper-button-next {
    width: calc(60 / 1366 * 100vw - 60 / 1366 * var(--scrollbar-size-px));
    height: calc(60 / 1366 * 100vw - 60 / 1366 * var(--scrollbar-size-px));
    right: 0;
  }
}

@media screen and (min-width: 769px) and (min-width: 1366px) {
  .contents-wrapper .item .swiper-button-next {
    width: 60px;
  }
}

@media screen and (min-width: 769px) and (min-width: 1366px) {
  .contents-wrapper .item .swiper-button-next {
    height: 60px;
  }
}

@media screen and (max-width: 768px) {
  .contents-wrapper .item .swiper-button-next {
    width: calc(80 / 750 * 100vw - 80 / 750 * var(--scrollbar-size-px));
    height: calc(80 / 750 * 100vw - 80 / 750 * var(--scrollbar-size-px));
    right: calc(0 / 750 * 100vw - 0 / 750 * var(--scrollbar-size-px));
  }
}

.contents-wrapper .item .swiper-pagination {
  display: flex;
  align-items: center;
}

@media screen and (min-width: 769px) {
  .contents-wrapper .item .swiper-pagination {
    bottom: calc(-40 / 1366 * 100vw - -40 / 1366 * var(--scrollbar-size-px));
    width: calc(920 / 1366 * 100vw - 920 / 1366 * var(--scrollbar-size-px));
  }
}

@media screen and (max-width: 768px) {
  .contents-wrapper .item .swiper-pagination {
    bottom: calc(-50 / 750 * 100vw - -50 / 750 * var(--scrollbar-size-px));
    width: calc(650 / 750 * 100vw - 650 / 750 * var(--scrollbar-size-px));
    justify-content: center;
  }
}

.contents-wrapper .item .swiper-pagination-bullet {
  opacity: 1;
  background-color: #eee;
  border-radius: unset;
  margin: 0 !important;
  transition: 0.3s ease;
}

@media screen and (min-width: 769px) {
  .contents-wrapper .item .swiper-pagination-bullet {
    width: calc(160 / 1366 * 100vw - 160 / 1366 * var(--scrollbar-size-px));
    height: calc(5 / 1366 * 100vw - 5 / 1366 * var(--scrollbar-size-px));
  }
}

@media screen and (min-width: 769px) and (min-width: 1366px) {
  .contents-wrapper .item .swiper-pagination-bullet {
    width: 160px;
  }
}

@media screen and (min-width: 769px) and (min-width: 1366px) {
  .contents-wrapper .item .swiper-pagination-bullet {
    height: 5px;
  }
}

@media screen and (max-width: 768px) {
  .contents-wrapper .item .swiper-pagination-bullet {
    width: calc(109 / 750 * 100vw - 109 / 750 * var(--scrollbar-size-px));
    height: calc(8 / 750 * 100vw - 8 / 750 * var(--scrollbar-size-px));
  }
}

.contents-wrapper .item .swiper-pagination-bullet-active {
  background-color: #000;
}

.contents-wrapper .item-list .item-list-btn {
  cursor: pointer;
  background-color: #000;
  color: #fff;
  width: 250px;
  height: 52px;
  margin: auto;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .contents-wrapper .item-list .item-list-btn {
    width: calc(500 / 750 * 100vw - 500 / 750 * var(--scrollbar-size-px));
    height: calc(88 / 750 * 100vw - 88 / 750 * var(--scrollbar-size-px));
    font-size: calc(26 / 750 * 100vw - 26 / 750 * var(--scrollbar-size-px));
  }
}

.contents-wrapper .item-list .item-list-wrap {
  max-width: 1201px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  height: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}

@media screen and (min-width: 769px) {
  .contents-wrapper .item-list .item-list-wrap {
    margin-top: calc(80 / 1366 * 100vw - 80 / 1366 * var(--scrollbar-size-px));
  }
}

@media screen and (min-width: 769px) and (min-width: 1366px) {
  .contents-wrapper .item-list .item-list-wrap {
    margin-top: 80px;
  }
}

@media screen and (max-width: 768px) {
  .contents-wrapper .item-list .item-list-wrap {
    margin-top: calc(80 / 750 * 100vw - 80 / 750 * var(--scrollbar-size-px));
    padding-left: calc(40 / 750 * 100vw - 40 / 750 * var(--scrollbar-size-px));
    padding-right: calc(40 / 750 * 100vw - 40 / 750 * var(--scrollbar-size-px));
    box-sizing: border-box;
  }
}

.contents-wrapper .item-list .item-list-wrap .item-list-block {
  height: 0;
}

.contents-wrapper .item-list .item-list-wrap.is-open {
  visibility: visible;
  opacity: 1;
}

.contents-wrapper .item-list .item-list-wrap.is-open .item-list-block {
  height: auto;
}

.contents-wrapper .item-list .item-list-block {
  display: block;
  width: calc(280/1201*100%);
}

@media screen and (min-width: 769px) {
  .contents-wrapper .item-list .item-list-block:nth-child(n+5) {
    margin-top: calc(40 / 1366 * 100vw - 40 / 1366 * var(--scrollbar-size-px));
  }
}

@media screen and (min-width: 769px) and (min-width: 1366px) {
  .contents-wrapper .item-list .item-list-block:nth-child(n+5) {
    margin-top: 40px;
  }
}

@media screen and (min-width: 769px) {
  .contents-wrapper .item-list .item-list-block:not(:nth-child(4n+1)) {
    margin-left: calc(27 / 1366 * 100vw - 27 / 1366 * var(--scrollbar-size-px));
  }
}

@media screen and (min-width: 769px) and (min-width: 1366px) {
  .contents-wrapper .item-list .item-list-block:not(:nth-child(4n+1)) {
    margin-left: 27px;
  }
}

@media screen and (max-width: 768px) {
  .contents-wrapper .item-list .item-list-block {
    width: calc(320 / 750 * 100vw - 320 / 750 * var(--scrollbar-size-px));
  }
  .contents-wrapper .item-list .item-list-block:nth-child(n+3) {
    margin-top: calc(50 / 750 * 100vw - 50 / 750 * var(--scrollbar-size-px));
  }
  .contents-wrapper .item-list .item-list-block:nth-child(2n) {
    margin-left: calc(30 / 750 * 100vw - 30 / 750 * var(--scrollbar-size-px));
  }
}

.contents-wrapper .item-list .item-list-text {
  margin-top: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: calc(21/14);
}

@media screen and (max-width: 768px) {
  .contents-wrapper .item-list .item-list-text {
    margin-top: calc(20 / 750 * 100vw - 20 / 750 * var(--scrollbar-size-px));
    font-size: calc(26 / 750 * 100vw - 26 / 750 * var(--scrollbar-size-px));
    line-height: calc(39/26);
  }
}

.contents-wrapper .past-item {
  background-color: #F8F9F7;
  padding-bottom: calc(50 / 1366 * 100vw - 50 / 1366 * var(--scrollbar-size-px));
  padding-top: calc(50 / 1366 * 100vw - 50 / 1366 * var(--scrollbar-size-px));
}

@media screen and (min-width: 1366px) {
  .contents-wrapper .past-item {
    padding-bottom: 50px;
  }
}

@media screen and (min-width: 1366px) {
  .contents-wrapper .past-item {
    padding-top: 50px;
  }
}

@media screen and (max-width: 768px) {
  .contents-wrapper .past-item {
    padding-top: calc(50 / 750 * 100vw - 50 / 750 * var(--scrollbar-size-px));
    padding-bottom: calc(50 / 750 * 100vw - 50 / 750 * var(--scrollbar-size-px));
    padding-left: calc(40 / 750 * 100vw - 40 / 750 * var(--scrollbar-size-px));
    padding-right: calc(40 / 750 * 100vw - 40 / 750 * var(--scrollbar-size-px));
  }
}

.contents-wrapper .past-item .past-item-title {
  font-family: "Catalogue LL Bold", "Noto Sans JP" !important;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .contents-wrapper .past-item .past-item-title {
    font-size: calc(55 / 1366 * 100vw - 55 / 1366 * var(--scrollbar-size-px));
    text-align: center;
  }
}

@media screen and (min-width: 769px) and (min-width: 1366px) {
  .contents-wrapper .past-item .past-item-title {
    font-size: 55px;
  }
}

@media screen and (max-width: 768px) {
  .contents-wrapper .past-item .past-item-title {
    font-size: calc(55 / 750 * 100vw - 55 / 750 * var(--scrollbar-size-px));
    line-height: 1.2;
  }
}

@media screen and (min-width: 769px) {
  .contents-wrapper .past-item .past-item-title span {
    font-size: calc(31 / 1366 * 100vw - 31 / 1366 * var(--scrollbar-size-px));
    margin-bottom: calc(15 / 1366 * 100vw - 15 / 1366 * var(--scrollbar-size-px));
    display: block;
  }
}

@media screen and (min-width: 769px) and (min-width: 1366px) {
  .contents-wrapper .past-item .past-item-title span {
    font-size: 31px;
  }
}

@media screen and (min-width: 769px) and (min-width: 1366px) {
  .contents-wrapper .past-item .past-item-title span {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 768px) {
  .contents-wrapper .past-item .past-item-title span {
    font-size: calc(31 / 750 * 100vw - 31 / 750 * var(--scrollbar-size-px));
    margin-bottom: calc(5 / 750 * 100vw - 5 / 750 * var(--scrollbar-size-px));
    display: block;
  }
}

.contents-wrapper .past-item .past-item-wrap {
  display: flex;
  justify-content: center;
  max-width: 1258px;
  margin-inline: auto;
  gap: calc(8 / 1258 * 100vw - 8 / 1258 * var(--scrollbar-size-px));
  margin-top: calc(40 / 1258 * 100vw - 40 / 1258 * var(--scrollbar-size-px));
}

@media screen and (min-width: 1258px) {
  .contents-wrapper .past-item .past-item-wrap {
    gap: 8px;
  }
}

@media screen and (min-width: 1258px) {
  .contents-wrapper .past-item .past-item-wrap {
    margin-top: 40px;
  }
}

@media screen and (min-width: 769px) {
  .contents-wrapper .past-item .past-item-wrap {
    padding: 0 20px;
  }
}

@media screen and (max-width: 768px) {
  .contents-wrapper .past-item .past-item-wrap {
    gap: calc(20 / 750 * 100vw - 20 / 750 * var(--scrollbar-size-px));
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}

.contents-wrapper .past-item .past-item-wrap .past-item-block {
  width: calc(196 / 1258 * 100vw - 196 / 1258 * var(--scrollbar-size-px));
  transition: opacity 0.3s ease;
}

@media screen and (min-width: 1258px) {
  .contents-wrapper .past-item .past-item-wrap .past-item-block {
    width: 196px;
  }
}

@media screen and (max-width: 768px) {
  .contents-wrapper .past-item .past-item-wrap .past-item-block {
    width: calc(200 / 750 * 100vw - 200 / 750 * var(--scrollbar-size-px));
  }
}

.contents-wrapper .past-item .past-item-wrap .past-item-block:hover {
  opacity: 0.7;
}
