@charset "UTF-8";
@keyframes loopReverse {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
body {
  font-family: "Jost", "Noto Sans JP", sans-serif;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  color: #000;
}

a {
  text-decoration: none;
  color: inherit;
  display: inline-block;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.sp-kv-btn__large {
  font-weight: 400;
}

.p-header-bar {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 4.1666666667vw;
  background-color: #fff;
  border-bottom: 1px solid #000000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}
.p-header-bar__text {
  width: 31.5277777778vw;
  height: auto;
}

.p-top-static-bar {
  width: 100%;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  padding: 8px 20px;
  font-size: 1.25vw;
  font-weight: 400;
  color: #000;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
.p-top-static-bar .vol-text {
  margin-left: 0.5em;
  font-weight: 400;
}

.c-triangle-mark {
  display: inline-block;
  content: "";
  width: 0.9722222222vw;
  height: 1.5277777778vw;
  margin-right: 0.6944444444vw;
  vertical-align: middle;
  flex-shrink: 0;
  background-image: url(../assets/img/deco_green_tryangle.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.c-button-group {
  display: flex;
  align-items: stretch;
  flex-shrink: 0;
}

.c-button {
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid #000000;
  transition: background-color 0.3s ease;
  flex-shrink: 0;
  width: 17.3611111111vw;
}

.c-button__text {
  display: flex;
  align-items: center;
  height: 100%;
  font-size: 0.9722222222vw;
  font-weight: 700;
  color: #000;
  transition: color 0.3s ease;
  white-space: nowrap;
}
.c-button__text .icon-img {
  width: 1.5972222222vw;
  height: 1.5972222222vw;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 8px;
  transition: filter 0.3s ease;
  flex-shrink: 0;
}

.c-button--green {
  background-color: #bbff69;
}
.c-button--green:hover {
  background-color: #000;
}
.c-button--green:hover .c-button__text {
  color: #bbff69;
}
.c-button--green:hover .icon-img {
  filter: invert(88%) sepia(21%) saturate(1212%) hue-rotate(42deg) brightness(105%) contrast(100%);
}

.c-button--gray {
  background-color: #e2e2e2;
}
.c-button--gray:hover {
  background-color: #000;
}
.c-button--gray:hover .c-button__text {
  color: #fff;
}
.c-button--gray:hover .icon-img {
  filter: invert(100%);
}

.c-button-group--sp {
  display: none;
}

.p-loop {
  display: flex;
  align-items: center;
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  white-space: nowrap;
  border-bottom: 1px solid #000000;
  transition: background-color 0.2s ease;
  position: relative;
  z-index: 90;
  height: 3.3333333333vw;
}
.p-loop--bottom {
  height: 6.9444444444vw;
  border-top: 1px solid #000000;
}
.p-loop:hover {
  background-color: #333;
}
.p-loop:hover .p-loop__text {
  color: #fff;
}
.p-loop__text {
  font-size: 1.25vw;
  color: #333;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  flex-shrink: 0;
  width: 100%;
  height: 1.1111111111vw;
  display: block;
  flex-shrink: 0;
}
.p-loop__text-en {
  font-size: 5vw;
  color: #dddddd;
  line-height: 1;
  margin-left: 1.8055555556vw;
  flex-shrink: 0;
  font-weight: 600;
}
.p-loop__text-en img {
  height: 4.1666666667vw;
  width: auto;
}

.p-loop__wrapper {
  display: flex;
  align-items: center;
  animation: loopReverse 20s linear infinite;
}

.p-loop__wrapper--ja {
  padding: 0;
}

.p-capsule-flow-container {
  width: 100%;
  background-color: #fff;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  overflow: visible;
  position: relative;
}

.p-capsule-block {
  width: 100%;
  border: none;
  border-radius: 500px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0;
  box-sizing: border-box;
  height: 30.5555555556vw;
}

.p-capsule-block--ticket {
  background-color: #bbff69;
  color: #000;
  margin-top: -1px;
  z-index: 4;
}

.p-capsule-block--early-wrapper {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  background: linear-gradient(to bottom, #ffffff 50%, #e2e2e2 50%);
  margin-top: -2px;
  z-index: 3;
}

.p-capsule-block--early {
  background-color: #000;
  color: #fff;
}
.p-capsule-block--early .p-capsule-block__early-info {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0vw;
  white-space: nowrap;
  line-height: 1;
}
.p-capsule-block--early .date-limit {
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-capsule-block--early .date-num {
  font-weight: 700;
  line-height: 1;
  font-size: 3.8194444444vw;
  margin-right: 0.7638888889vw;
}
.p-capsule-block--early .date-sun {
  font-size: 1.0416666667vw;
  font-weight: 700;
  vertical-align: middle;
  letter-spacing: 5%;
}
.p-capsule-block--early .date-mde {
  font-size: 1.3888888889vw;
  font-weight: 700;
  margin-right: 0.5555555556vw;
}
.p-capsule-block--early .off-badge {
  display: inline-block;
}
.p-capsule-block--early .off-num {
  font-size: 5vw;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -4%;
}
.p-capsule-block--early .off-percent {
  font-size: 2.0833333333vw;
  font-weight: 700;
  margin-left: 0.2777777778vw;
}
.p-capsule-block--early .off-text {
  font-size: 5vw;
  letter-spacing: -4%;
  font-weight: 700;
  line-height: 1;
}

.p-capsule-block--step1 {
  background-color: #fff;
  color: #000;
  transition: transform 0.2s ease;
  z-index: 1;
}
.p-capsule-block--step1:hover {
  transform: scale(1.01);
}

.p-capsule-block--step2 {
  background-color: #fff;
  color: #000;
  transition: transform 0.2s ease;
  z-index: 2;
  position: relative;
}
.p-capsule-block--step2:hover {
  transform: scale(1.01);
}

.p-capsule-block__under-arrow {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1.9444444444vw;
  height: 0.8333333333vw;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 10;
}

.p-capsule-block__title-main {
  font-size: 3.3333333333vw;
  font-weight: 400;
  letter-spacing: 5%;
  border-bottom: 1px solid #000000;
  padding-bottom: 0.4861111111vw;
  margin-bottom: 1.7361111111vw;
  width: 13.1944444444vw;
  text-align: center;
}

.p-capsule-block__title-sub {
  font-size: 1.6666666667vw;
  font-weight: 700;
  border: 1px solid #bbff69;
  border-radius: 6.9444444444vw;
  margin-bottom: 2.3611111111vw;
  width: 42.0833333333vw;
  height: 4.1666666667vw;
  box-sizing: border-box;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #bbff69;
  letter-spacing: 50%;
  text-align: center;
}

.p-capsule-block__price-large {
  display: flex;
  align-items: baseline;
  justify-content: center;
  line-height: 1;
  margin-bottom: 1.875vw;
}
.p-capsule-block__price-large .yen {
  font-size: 3.3333333333vw;
  font-weight: 500;
  margin-right: 0.5555555556vw;
}
.p-capsule-block__price-large .num {
  font-size: 6.25vw;
  font-weight: 700;
  letter-spacing: -5%;
}
.p-capsule-block__price-large .tax {
  font-size: 0.9722222222vw;
  font-weight: 400;
  margin-left: -0.2777777778vw;
}

.p-capsule-block__price-early {
  display: flex;
  align-items: baseline;
  justify-content: center;
  line-height: 1;
  margin-bottom: 0.5555555556vw;
}
.p-capsule-block__price-early .yen {
  font-size: 3.3333333333vw;
  font-weight: 500;
  margin-right: 0.5555555556vw;
}
.p-capsule-block__price-early .num {
  font-size: 6.25vw;
  font-weight: 700;
  letter-spacing: -5%;
}
.p-capsule-block__price-early .tax {
  font-size: 0.9722222222vw;
  font-weight: 400;
  margin-left: -0.2777777778vw;
}

.p-capsule-block__notice-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 1.25vw;
  font-weight: 700;
  margin-bottom: 1.3888888889vw;
  white-space: nowrap;
}
.p-capsule-block__notice-header .mark-img {
  width: auto;
  height: 2.0833333333vw;
  margin-top: -0.5555555556vw;
}

.p-capsule-block__notice-list {
  list-style: none;
  text-align: left;
  display: flex;
  flex-direction: column;
  max-width: 90%;
  margin: 0 auto;
}
.p-capsule-block__notice-list li {
  display: flex;
  align-items: center;
  gap: 0.2777777778vw;
  font-size: 0.9722222222vw;
  line-height: 1.5277777778vw;
  font-weight: 400;
}
.p-capsule-block__notice-list li .dot {
  font-size: 0.9722222222vw;
}
.p-capsule-block__notice-list li .txt {
  flex: 1;
  line-height: 1.5;
  text-align: left;
  word-break: break-all;
}

.p-capsule-block__sec-title {
  font-size: 1.6666666667vw;
  font-weight: 600;
  letter-spacing: 10%;
  margin-bottom: 1.3888888889vw;
  border-bottom: 2px solid #000000;
  padding-bottom: 0.6944444444vw;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
}

.p-capsule-block__step-label {
  font-size: 1.6666666667vw;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 1.8055555556vw;
  color: #000;
  text-align: center;
}

.p-capsule-block__step-title {
  font-size: 2.5vw;
  font-weight: 600;
  letter-spacing: 0;
  margin-bottom: 1.9444444444vw;
  color: #000;
  text-align: center;
}

.p-capsule-block__step-body {
  width: 100%;
  width: 44.0277777778vw;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  margin: 0 auto;
}

.p-capsule-block__step-text {
  font-size: 0.9722222222vw;
  line-height: 1.5277777778vw;
  color: #000;
  text-align: left;
  margin-bottom: 0.9027777778vw;
  width: 100%;
}

.p-capsule-block__step-sub {
  font-size: clamp(12px, 1.15vw, 15px);
  color: #000;
}

.p-capsule-block__step-archive {
  font-size: 0.9722222222vw;
  font-weight: 400;
  line-height: 1;
  color: #000;
  margin-bottom: 1.1111111111vw;
  text-align: left;
  width: 100%;
}

.p-capsule-block__step-line {
  width: 100%;
  height: 1px;
  background-color: #000;
  margin-bottom: 1.0416666667vw;
}

.p-capsule-block__step-notice-title {
  width: 100%;
  text-align: center;
  font-size: 0.8333333333vw;
  font-weight: 400;
  color: #000;
  margin-bottom: 0.6944444444vw;
}

.p-capsule-block__step-notes {
  list-style: none;
  text-align: left;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.p-capsule-block__step-notes li {
  font-size: 0.8333333333vw;
  line-height: 1.25vw;
  color: #000;
}

.p-capsule-flow-grey-zone {
  width: 100%;
  background-color: #e2e2e2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  z-index: 2;
}

.p-giant-bg {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-color: #e2e2e2;
  margin-top: -1px;
  padding: 4.3055555556vw 0 7.6388888889vw;
  text-align: center;
  border-bottom: 1px solid #000000;
  position: relative;
  z-index: 2;
}

.p-giant-bg__text {
  width: 65.4166666667vw;
  color: #fff;
  line-height: 1.2;
  letter-spacing: -0.02em;
  font-weight: 400;
  text-align: center;
}

.p-cgworld-footer {
  background-color: #fff;
  color: #000;
  width: 100%;
  padding: 5.1388888889vw 0 5.4166666667vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.p-cgworld-footer__logo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.3888888889vw;
  width: 100%;
}
.p-cgworld-footer__logo img {
  max-width: 280px;
  width: 20.0694444444vw;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.p-cgworld-footer__domain {
  font-size: 1.25vw;
  font-weight: 400;
  letter-spacing: 6%;
  margin-bottom: 3.125vw;
}

.p-cgworld-footer__sns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.6388888889vw;
  margin-bottom: 2.7777777778vw;
}
.p-cgworld-footer__sns img {
  width: 3.3333333333vw;
  height: 3.3333333333vw;
  -o-object-fit: contain;
     object-fit: contain;
  transition: opacity 0.2s ease;
}
.p-cgworld-footer__sns img:hover {
  opacity: 0.6;
}
.p-cgworld-footer__sns a {
  display: block;
  width: auto;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-cgworld-footer__sns a:nth-child(2) img {
  width: 2.7777777778vw;
  height: auto;
}

.p-cgworld-footer__info {
  font-size: 0.9722222222vw;
  line-height: 1.5277777778vw;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 1.0416666667vw;
}

.p-cgworld-footer__copy {
  font-size: 0.8333333333vw;
  font-weight: 400;
  color: #666666;
  letter-spacing: 0;
}

.u-spOnly {
  display: none;
}

@media (max-width: 440px) {
  .p-header-bar {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    font-size: 18px;
    height: 12.2666666667vw;
  }
  .p-header-bar__text {
    width: 84.8vw;
    height: 4.2666666667vw;
  }
  .p-top-static-bar {
    padding: 0;
    font-size: 18px;
    justify-content: center;
  }
  .c-triangle-mark {
    display: none;
  }
  .c-button-group {
    display: none;
  }
  .c-button-group--sp {
    display: flex;
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 21.8666666667vw;
    color: #000;
    z-index: 999;
    border-top: 2px solid #000000;
  }
  .c-button-sp {
    background-color: #bbff69;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
  }
  .c-button-sp--corporate {
    background-color: #000;
    width: 50%;
    border-left: 2px solid #000000;
    color: #bbff69;
  }
  .c-button-sp__text {
    height: 4.2666666667vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 4.8vw;
    line-height: 6.4vw;
    font-weight: 600;
    letter-spacing: 0.05em;
    font-family: "Inter", "sans-serif";
  }
  .p-loop {
    height: 42.6666666667vw;
  }
  .p-loop--bottom {
    height: 11.7333333333vw;
  }
  .p-loop--bottom .p-loop__wrapper {
    animation: loopReverse 12s linear infinite;
  }
  .p-loop .p-loop__text.sp-text-static {
    display: none;
  }
  .p-loop__text {
    display: block;
    width: 92vw;
    height: auto;
    margin-left: 4vw;
  }
  .p-loop__text-en img {
    height: 6.4vw;
  }
  .p-loop__wrapper {
    animation: loopReverse 15s linear infinite;
    width: -moz-max-content;
    width: max-content;
    animation: none;
  }
  .p-capsule-block__title-sub {
    font-size: 5.3333333333vw;
    letter-spacing: 50%;
    width: 82.6666666667vw;
    height: 13.3333333333vw;
    padding: 0;
    margin-bottom: 4vw;
  }
  .p-capsule-block--early .p-capsule-block__early-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    margin-bottom: 2.1333333333vw;
  }
  .p-capsule-block--early .off-badge {
    margin-bottom: 0;
  }
  .p-capsule-block--early .date-limit {
    margin-right: 0;
  }
  .p-capsule-block--early .date-num {
    font-size: 12.8vw;
  }
  .p-capsule-block--early .date-sun {
    font-size: 4vw;
  }
  .p-capsule-block--early .date-mde {
    font-size: 5.3333333333vw;
  }
  .p-capsule-block--early .off-num {
    font-size: 17.0666666667vw;
  }
  .p-capsule-block--early .off-percent {
    font-size: 8vw;
  }
  .p-capsule-block--early .off-text {
    font-size: 17.0666666667vw;
  }
  .p-capsule-block__notice-list {
    max-width: 100%;
    gap: 8px;
  }
  .p-capsule-block__notice-list li {
    font-size: 13px;
  }
  .p-cgworld-footer__logo img {
    max-width: 100%;
    width: 77.0666666667vw;
  }
  .p-capsule-block {
    width: 100%;
    border-radius: 10.6666666667vw;
    padding: 10.6666666667vw 8.5333333333vw 13.3333333333vw;
  }
  .p-capsule-block--ticket {
    width: 100%;
    border-radius: 13.3333333333vw;
    padding: 10.6666666667vw 8.5333333333vw 13.3333333333vw;
    height: -moz-fit-content;
    height: fit-content;
  }
  .p-capsule-block--early {
    width: 100%;
    border-radius: 13.3333333333vw;
    padding: 11.2vw 8.5333333333vw 13.3333333333vw;
    height: -moz-fit-content;
    height: fit-content;
  }
  .p-capsule-block--step1 {
    width: 100%;
    border-radius: 13.3333333333vw;
    padding: 11.7333333333vw 8.5333333333vw 16vw;
    height: -moz-fit-content;
    height: fit-content;
  }
  .p-capsule-block--step2 {
    width: 100%;
    border-radius: 13.3333333333vw;
    padding: 14.9333333333vw 8.5333333333vw 16vw;
    height: -moz-fit-content;
    height: fit-content;
  }
  .p-capsule-block__notice-header {
    font-size: 4.8vw;
    margin-bottom: 4.8vw;
  }
  .p-capsule-block__notice-header .mark-img {
    height: 8vw;
    width: auto;
  }
  .p-capsule-block__notice-list li {
    display: inline;
    font-size: 3.7333333333vw;
  }
  .p-capsule-block__notice-list li .dot {
    font-size: 3.7333333333vw;
    padding-right: 1.0666666667vw;
  }
  .p-capsule-block__step-line {
    margin-bottom: 5.3333333333vw;
  }
  .p-capsule-block__step-body {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
  .p-capsule-block__step-text {
    font-size: 3.7333333333vw;
    margin: 0 auto 5.3333333333vw;
    line-height: 6.4vw;
    word-break: break-word;
    max-width: 83.2vw;
  }
  .p-capsule-block__step-archive {
    font-size: 3.7333333333vw;
    margin: 0 auto 5.3333333333vw;
    line-height: 6.4vw;
    word-break: break-word;
    max-width: 83.2vw;
  }
  .p-capsule-block__step-notes li {
    font-size: 3.2vw;
    line-height: 4.8vw;
  }
  .p-capsule-block__sec-title {
    font-size: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
    padding-bottom: 2.1333333333vw;
    border-bottom: 1px solid #000;
  }
  .p-capsule-block__step-label {
    font-size: 5.3333333333vw;
    margin-bottom: 7.7333333333vw;
  }
  .p-capsule-block__step-title {
    font-size: 8.2666666667vw;
    margin-bottom: 8vw;
    letter-spacing: 0;
  }
  .p-capsule-block__under-arrow {
    width: 7.4666666667vw;
    height: 3.2vw;
  }
  .p-capsule-block__title-main {
    font-size: 8.5333333333vw;
    width: -moz-fit-content;
    width: fit-content;
    padding-bottom: 1.3333333333vw;
    margin-bottom: 5.0666666667vw;
  }
  .p-capsule-block__step-notice-title {
    font-size: 3.2vw;
    margin-bottom: 2.6666666667vw;
  }
  .p-capsule-block__price-large {
    margin-bottom: 6.6666666667vw;
  }
  .p-capsule-block__price-large .yen {
    font-size: 8.5333333333vw;
  }
  .p-capsule-block__price-large .num {
    font-size: 17.0666666667vw;
  }
  .p-capsule-block__price-large .tax {
    font-size: 2.9333333333vw;
  }
  .p-capsule-block__price-early {
    margin-bottom: 5.3333333333vw;
  }
  .p-capsule-block__price-early .yen {
    font-size: 8.5333333333vw;
  }
  .p-capsule-block__price-early .num {
    font-size: 17.0666666667vw;
  }
  .p-capsule-block__price-early .tax {
    font-size: 2.9333333333vw;
  }
  .p-capsule-block__early-note {
    font-size: 3.7333333333vw;
  }
  .p-giant-bg {
    padding: 10.6666666667vw 0 13.3333333333vw;
  }
  .p-giant-bg__text {
    width: 83.2vw;
  }
  .p-cgworld-footer {
    padding-top: 21.3333333333vw;
    margin-bottom: 21.8666666667vw;
  }
  .p-cgworld-footer__logo {
    width: 77.0666666667vw;
    margin-bottom: 5.3333333333vw;
  }
  .p-cgworld-footer__domain {
    font-size: 4.8vw;
    margin-bottom: 10.6666666667vw;
  }
  .p-cgworld-footer__sns {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10.1333333333vw;
    margin-bottom: 10.6666666667vw;
  }
  .p-cgworld-footer__sns img {
    width: 12.8vw;
    height: 12.8vw;
    -o-object-fit: contain;
       object-fit: contain;
    transition: opacity 0.2s ease;
  }
  .p-cgworld-footer__sns img:hover {
    opacity: 0.6;
  }
  .p-cgworld-footer__sns a {
    display: block;
    width: auto;
    height: -moz-fit-content;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .p-cgworld-footer__sns a:nth-child(2) img {
    width: 10.6666666667vw;
    height: auto;
  }
  .p-cgworld-footer__info {
    font-size: 3.7333333333vw;
    line-height: 5.8666666667vw;
    font-weight: 400;
    letter-spacing: 0;
    margin-bottom: 4vw;
  }
  .p-cgworld-footer__copy {
    font-size: 3.2vw;
    font-weight: 400;
    color: #666666;
    letter-spacing: 0;
  }
  .u-pcOnly {
    display: none;
  }
  .u-spOnly {
    display: block;
  }
}
/* ==========================================================================
   1. Keyframes（アニメーション定義）
   ========================================================================== */
@keyframes tagMarqueeLeftToRight {
  0% {
    transform: translate3d(-50%, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes tagMarqueeRightToLeft {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
  }
}
.kv-all {
  display: block;
  width: 100%;
  height: 50.3472222222vw;
  margin-top: 4.1666666667vw;
  position: relative;
}

.kv-section-sp {
  display: none;
}

.kv-section {
  background-color: #fff;
  position: absolute;
  top: 0;
  width: 100%;
  height: 28.9583333333vw;
  border-bottom: 1px solid #000000;
  overflow: hidden;
}

.kv-grid-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

.kv-grid {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

.c-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: -moz-max-content;
  width: max-content;
  height: 3.4027777778vw;
  border: 1px solid #000000;
  border-radius: 100px;
  padding: 0 2.2vw;
  font-size: 0.95vw;
  font-weight: 900;
  background-color: #fff;
  color: #000;
  white-space: nowrap;
  transition: background-color 0.3s ease;
}

.kv-img-box {
  overflow: hidden;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #eaeaea;
}
.kv-img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: opacity 0.6s ease-in-out, transform 0.2s ease-out;
  opacity: 1;
}
.kv-img-box img.fade-out {
  opacity: 0;
}

.kv-el--marquee-track {
  position: absolute;
  left: 0;
  width: 100%;
  height: 7.5vw;
  background-color: #fff;
  border-bottom: 1px solid #000000;
  display: flex;
  align-items: center;
}
.kv-el--marquee-track1 {
  top: 0;
  z-index: 1;
}
.kv-el--marquee-track1 .marquee-inner {
  animation: tagMarqueeLeftToRight 25s linear infinite;
}
.kv-el--cgworld {
  position: absolute;
  top: 0;
  left: 2.7777777778vw;
  width: 33.0555555556vw;
  height: 7.5vw;
  background-color: #fff;
  font-size: 4.2vw;
  font-weight: 400;
  letter-spacing: 0.08em;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
  border-top: none;
  z-index: 5;
  margin: 0;
}
.kv-el--cgworld img {
  display: block;
  height: auto;
  width: 27.5347222222vw;
}
.kv-el--img1 {
  top: 8.1944444444vw;
  left: 2.7777777778vw;
  width: 35.7638888889vw;
  height: 20.1388888889vw;
  z-index: 16;
  border: 1px solid #e2e2e2;
}
.kv-el--img2 {
  top: 8.1944444444vw;
  left: 39.2361111111vw;
  width: 22.0833333333vw;
  height: 12.5vw;
  z-index: 3;
  border: 1px solid #e2e2e2;
}
.kv-el--img3 {
  top: 0.6944444444vw;
  left: 62.1527777778vw;
  width: 35.5555555556vw;
  height: 20vw;
  z-index: 8;
  border: 1px solid #e2e2e2;
}
.kv-el--masterclass {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 7.6388888889vw;
  background-color: #bbff69;
  padding-right: 2.2916666667vw;
  font-size: 4.1666666667vw;
  font-weight: 600;
  letter-spacing: 0.04em;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border-top: 1px solid #000000;
  z-index: 15;
}
.kv-el--masterclass img {
  height: 4.0277777778vw;
  width: auto;
}
.kv-el--marquee-track-inside {
  top: 0;
  left: 0;
  width: 100%;
  height: 6.1111111111vw;
  background-color: #fff;
  display: flex;
  align-items: center;
  z-index: 1;
  border: none;
}
.kv-el--marquee-track-inside .marquee-inner {
  animation: tagMarqueeRightToLeft 25s linear infinite;
}
.kv-el--marquee-track-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 7.5vw;
  background-color: #fff;
  display: flex;
  align-items: center;
  z-index: 1;
  border-bottom: none;
  border-top: 1px solid #000;
}
.kv-el--marquee-track-bottom .marquee-inner {
  animation: tagMarqueeLeftToRight 25s linear infinite;
}

.marquee-inner {
  display: flex;
  gap: 15px;
  white-space: nowrap;
  width: -moz-max-content;
  width: max-content;
}

.kv-bottom-grid {
  display: block;
  width: 100%;
  height: 21.3194444444vw;
  position: absolute;
  border-bottom: 1px solid #000000;
  background-color: #fff;
  box-sizing: border-box;
  overflow: hidden;
  top: calc(28.9583333333vw + 1px);
}

.kv-el--img5 {
  top: 6.1111111111vw;
  left: 0;
  width: 25.7638888889vw;
  height: 14.375vw;
  z-index: 10;
  border: 1px solid #e2e2e2;
}
.kv-el--img6 {
  top: 0.6944444444vw;
  left: 54.9305555556vw;
  width: 22.2916666667vw;
  height: 12.5vw;
  z-index: 20;
  border: 1px solid #e2e2e2;
}
.kv-el--img7 {
  top: 0.6944444444vw;
  left: 77.7083333333vw;
  width: 22.2916666667vw;
  height: 12.5vw;
  z-index: 20;
  border: 1px solid #e2e2e2;
}
.kv-el--vol-box {
  position: absolute;
  top: 0;
  left: 26.4583333333vw;
  width: 27.7777777778vw;
  height: 13.8194444444vw;
  background-color: #fff;
  padding: 1.8vw 2vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 20;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  border-top: none;
  border-bottom: 1px solid #000000;
  box-sizing: border-box;
}
.kv-el--vol-box .vol-title {
  font-size: 4.4444444444vw;
  line-height: 1;
  letter-spacing: 0;
}
.kv-el--vol-box .vol-dotted-line {
  display: block;
  content: "";
  background-image: url(../assets/img/deco_dotted_line.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 23.5416666667vw;
  height: 1px;
  margin: 0.5555555556vw 0 1.1111111111vw;
}
.kv-el--vol-box .vol-theme-label {
  font-size: 1.6666666667vw;
  line-height: 1.6666666667vw;
  font-weight: 700;
  margin-bottom: 0;
}
.kv-el--vol-box .vol-theme-main {
  letter-spacing: 5%;
  font-size: 2.5vw;
  font-weight: 600;
}
.kv-el--vol-box .vol-theme-main .arrow-down-right {
  position: absolute;
  display: inline-block;
  width: 1.9444444444vw;
  height: 1.9444444444vw;
  font-size: 0;
  background-image: url(../assets/img/arrow_line.png);
  background-size: contain;
  background-repeat: no-repeat;
  right: 2.0138888889vw;
  bottom: 2.0138888889vw;
}
.kv-el--vol-box--date-box {
  position: absolute;
  bottom: 0;
  left: 43.125vw;
  width: 42.2222222222vw;
  height: 7.5vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #bbff69;
  font-size: 4.1666666667vw;
  font-weight: 400;
  border: 1px solid #000000;
  border-bottom: none;
  z-index: 25;
  letter-spacing: -3%;
}
.kv-el--vol-box--date-box .day-label {
  font-size: 1.9444444444vw;
  margin-left: 0.4166666667vw;
  letter-spacing: 2%;
}

.date-hyphen {
  display: block;
  content: "";
  height: 1px;
  width: 1.7361111111vw;
  background-color: #000;
  margin: 0 0.6944444444vw 0 0.1388888889vw;
}

.kv-info-bar {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  border-bottom: 1px solid #000000;
  overflow: hidden;
  position: relative;
  z-index: 100;
}
.kv-info-bar__green-col {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 63.0555555556vw;
  height: 3.4027777778vw;
  background-color: #bbff69;
  padding-left: 1.6319444444vw;
}
.kv-info-bar__green-text {
  font-size: 1.6319444444vw;
  color: #000;
  margin: 0;
  letter-spacing: 0;
  font-weight: 900;
}
.kv-info-bar__black-col {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36.9444444444vw;
  height: 3.4027777778vw;
  background-color: #000;
  box-sizing: border-box;
}
.kv-info-bar__black-content {
  display: flex;
  align-items: center;
  font-size: 1.1111111111vw;
  color: #bbff69;
  gap: 0.6944444444vw;
  font-weight: 900;
}
.kv-info-bar__black-content span {
  font-weight: 400;
}
.kv-info-bar__black-content .arrows {
  display: block;
  content: "";
  width: 6.875vw;
  height: 1.25vw;
  background-image: url(../assets/img/arrows.png);
  background-size: contain;
}

.p-new-timetable {
  margin: 0 7.5vw;
  background-color: #fff;
  width: 85vw;
  border-bottom: none;
  padding-top: 2.9166666667vw;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
}

.p-new-timetable__title {
  text-align: center;
  font-size: 5.8333333333vw;
  font-weight: 400;
  letter-spacing: 5%;
  margin-bottom: 2.5vw;
  margin-top: 0;
}

.p-new-timetable__container {
  display: flex;
  justify-content: center;
  width: 85vw;
  position: relative;
  margin: 0 auto;
  padding-bottom: 4.8611111111vw;
}
.p-new-timetable__container::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 0;
  border-left: 2px dashed #000000;
  transform: translateX(-50%);
}

.p-new-timetable__column {
  width: 42.3611111111vw;
  padding: 0;
  margin: 0 2.7777777778vw;
}

.p-new-timetable__date-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4861111111vw;
  margin-top: 0;
  margin-bottom: 0.4861111111vw;
  text-align: center;
}

.p-new-timetable__date {
  font-size: 4.1666666667vw;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -3%;
}

.p-new-timetable__day {
  font-size: 1.6666666667vw;
  font-weight: 400;
  letter-spacing: 5%;
}

.p-new-timetable__item {
  display: flex;
  flex-direction: column;
  margin-bottom: 2.0833333333vw;
  position: relative;
}
.p-new-timetable__item:last-child {
  border-bottom: none;
}

.p-new-timetable__link {
  display: block;
  width: 100%;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.p-new-timetable__link--disabled {
  cursor: default;
}

.p-new-timetable__time {
  font-size: 1.25vw;
  font-weight: 400;
  margin-bottom: 1.3888888889vw;
  text-align: center;
  line-height: 1;
  letter-spacing: 5%;
}

.p-new-timetable__thumb-wrapper {
  width: 100%;
  aspect-ratio: 16/9;
  background-color: #eaeaea;
  border: none;
  margin-bottom: 1.2vw;
  overflow: hidden;
}
.p-new-timetable__thumb-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-new-timetable__session-title {
  font-size: 1.5277777778vw;
  line-height: 2.2222222222vw;
  margin-bottom: 0.9027777778vw;
  font-weight: 600;
  min-height: 6.6666666667vw;
}
.p-new-timetable__session-title--height {
  min-height: 8.8888888889vw;
}
.p-new-timetable__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2vw;
}
.p-new-timetable__instructor {
  display: flex;
  align-items: center;
  gap: 1.0416666667vw;
}
.p-new-timetable__ins-label {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.9722222222vw;
  font-weight: 400;
  border: 1px solid #000000;
  width: 4.0277777778vw;
  height: 1.8055555556vw;
  background-color: #f0f0f0;
}
.p-new-timetable__ins-name {
  font-weight: 400;
}
.p-new-timetable__viewmore {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  color: #fff;
  font-size: 1.0416666667vw;
  border-radius: 100px;
  letter-spacing: 8%;
  transition: background-color 0.25s ease, color 0.25s ease;
  width: 11.1111111111vw;
  height: 2.5vw;
  gap: 0.4166666667vw;
}
.p-new-timetable__viewmore::after {
  display: block;
  content: "";
  background-image: url(../assets/img/icon/arrow_white.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 0.8333333333vw;
  height: 0.8333333333vw;
}
.p-new-timetable__viewmore:hover {
  background-color: #bbff69;
  color: #000;
}
.p-new-timetable__viewmore:hover::after {
  background-image: url(../assets/img/icon/arrow_bk.png);
}
.p-new-timetable__divider {
  content: "";
  width: 100%;
  height: 0.7291666667vw;
  background-image: url(../assets/img/deco_border.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.sp-kv-imgbox-half img {
  transition: opacity 0.6s ease-in-out, transform 0.2s ease-out;
  opacity: 1;
}
.sp-kv-imgbox-half img.fade-out {
  opacity: 0;
}

.sp-kv-imgbox-square img {
  transition: opacity 0.6s ease-in-out, transform 0.2s ease-out;
  opacity: 1;
}
.sp-kv-imgbox-square img.fade-out {
  opacity: 0;
}

.scroll-up {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.scroll-up.active {
  opacity: 1;
  transform: translateY(0);
}

.scroll-up.on {
  opacity: 1;
  transform: translateY(0);
}

@media (hover: hover) {
  .c-tag:hover {
    background-color: #bbff69;
  }
}
@media (max-width: 440px) {
  .kv-all {
    display: none;
  }
  .pc-only-kv {
    display: none;
  }
  .kv-section {
    display: none;
  }
  .kv-bottom-grid {
    display: none;
  }
  .kv-el--cgworld {
    position: relative;
    display: flex;
    justify-content: flex-start;
    position: static;
    width: 100%;
    height: 17.6vw;
    border: none;
    border-bottom: 1px solid #000;
    padding: 0 0 0 4vw;
  }
  .kv-el--cgworld::after {
    position: absolute;
    content: "";
    width: 7.4666666667vw;
    height: 7.4666666667vw;
    background-image: url(../assets/img/arrow_line.png);
    background-size: contain;
    flex-shrink: 0;
    right: 8vw;
    rotate: 90deg;
  }
  .kv-el--cgworld img {
    width: 69.3333333333vw;
  }
  .kv-section-sp {
    display: flex;
    flex-direction: column;
    width: 100%;
    background-color: #fff;
    box-sizing: border-box;
    margin-top: 12.2666666667vw;
  }
  .kv-section-sp .c-tag {
    font-size: 4vw;
    border-radius: 8vw;
    min-width: 45.3333333333vw;
    height: 10.6666666667vw;
  }
  .kv-section-sp .c-tag:active {
    background-color: #fff;
    color: #000;
  }
  .kv-section-sp .c-tag:focus {
    background-color: #fff;
    color: #000;
  }
  .kv-section-sp .c-tag:focus-within {
    background-color: #fff;
    color: #000;
  }
  .sp-kv-cgworld {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 15px;
    font-size: 46px;
    font-weight: 400;
    border-bottom: 1px solid #000000;
    background-color: #fff;
    color: #000;
  }
  .sp-kv-cgworld::after {
    display: inline-block;
    content: "";
    width: 28px;
    height: 28px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 28' fill='none'%3E%3Cg%3E%3Cpath d='M0.251078 0.175751V27.7489H27.8242' stroke='black' stroke-miterlimit='10'/%3E%3Cpath d='M27.8242 0.175751L0.251078 27.7489' stroke='black' stroke-miterlimit='10'/%3E%3C/g%3E%3C/svg%3E");
    background-size: contain;
    margin-left: auto;
  }
  .sp-kv-tags-marquee1 {
    display: flex;
    overflow: hidden;
    white-space: nowrap;
    background-color: #fff;
    height: 16vw;
    width: 100%;
    align-items: center;
    border-bottom: 1px solid #000000;
  }
  .sp-kv-tags-marquee1 .marquee-inner {
    animation: tagMarqueeLeftToRight 12s linear infinite;
    display: flex;
    gap: 14px;
    width: -moz-max-content;
    width: max-content;
  }
  .sp-kv-tags-marquee2 {
    display: flex;
    overflow: hidden;
    white-space: nowrap;
    background-color: #fff;
    width: 100%;
    align-items: center;
    height: 16vw;
    border-bottom: 1px solid #000000;
  }
  .sp-kv-tags-marquee2 .marquee-inner {
    animation: tagMarqueeRightToLeft 12s linear infinite;
    display: flex;
    gap: 14px;
    width: -moz-max-content;
    width: max-content;
  }
  .sp-kv-tags-marquee3 {
    display: flex;
    overflow: hidden;
    white-space: nowrap;
    background-color: #fff;
    width: 100%;
    align-items: center;
    border-bottom: 1px solid #000;
    height: 16vw;
  }
  .sp-kv-tags-marquee3 .marquee-inner {
    animation: tagMarqueeLeftToRight 12s linear infinite;
    display: flex;
    gap: 14px;
    width: -moz-max-content;
    width: max-content;
  }
  .sp-kv-row3 {
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 1.3333333333vw;
    border-bottom: 1px solid #000;
    overflow: hidden;
  }
  .sp-kv-imgbox-half {
    width: 50%;
    height: 27.7333333333vw;
    overflow: hidden;
    position: relative;
    display: block;
    background-color: #eaeaea;
  }
  .sp-kv-imgbox-half:first-child {
    border-right: 1px solid #e2e2e2;
  }
  .sp-kv-imgbox-half:nth-child(2) {
    border-left: 1px solid #e2e2e2;
  }
  .sp-kv-masterclass {
    background-color: #bbff69;
    font-size: 11.2vw;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 17.3333333333vw;
    color: #000;
    white-space: nowrap;
    border-bottom: 1px solid #000;
    padding: 0 4vw;
  }
  .sp-kv-masterclass img {
    display: block;
    height: auto;
    width: auto;
  }
  .sp-kv-row5 {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 17.3333333333vw;
    align-items: stretch;
    border-bottom: 1px solid #000;
  }
  .sp-kv-imgbox-square {
    width: 31.4666666667vw;
    height: 17.0666666667vw;
    overflow: hidden;
    background-color: #eaeaea;
    flex-shrink: 0;
  }
  .sp-kv-online-bar {
    width: calc(100% - 31.4666666667vw);
    height: 100%;
    background-color: #bbff69;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #000;
    white-space: nowrap;
    border-left: 1px solid #000000;
  }
  .sp-kv-online-bar img {
    height: 10.4vw;
    width: auto;
    margin-right: 4vw;
  }
  .sp-kv-online-bar::before {
    display: block;
    content: "";
    width: 7.4666666667vw;
    height: 7.4666666667vw;
    background-image: url(../assets/img/arrow_line.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 1em;
    flex-shrink: 0;
  }
  .sp-kv-volbox {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 0 0 0 2.6666666667vw;
    gap: 1.3333333333vw;
    height: 13.8666666667vw;
    background-color: #fff;
    border-bottom: 1px solid #000000;
  }
  .sp-kv-volbox .arrow-down-right {
    display: inline-block;
    width: 22px;
    height: 22px;
    font-size: 0;
    color: transparent;
    text-indent: -9999px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 28' fill='none'%3E%3Cpath d='M27.749 0.175781V27.749H0.175781' stroke='black' stroke-miterlimit='10'/%3E%3Cpath d='M0.175781 0.175781L27.749 27.749' stroke='black' stroke-miterlimit='10'/%3E%3C/svg%3E");
    background-size: contain;
    margin-left: auto;
  }
  .sp-kv-volbox__title {
    font-size: 8.5333333333vw;
    font-weight: 400;
    letter-spacing: 0;
  }
  .sp-kv-volbox__label {
    font-size: 4.2666666667vw;
    letter-spacing: 5%;
    color: #000;
    margin: 0;
  }
  .sp-kv-volbox__main {
    font-size: 5.3333333333vw;
    font-weight: 600;
    letter-spacing: 2%;
    margin: 0;
  }
  .date-hyphen {
    display: block;
    content: "";
    height: 1px;
    width: 4vw;
    background-color: #000;
    margin: 0 1.3333333333vw 0 1.0666666667vw;
  }
  .sp-kv-datebox {
    background-color: #bbff69;
    height: 16vw;
    font-size: 10.6666666667vw;
    padding: 0 0 0 4vw;
    letter-spacing: -3%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #000;
    border-bottom: 1px solid #000;
  }
  .sp-kv-datebox .day-label {
    font-size: 4vw;
    margin-left: 1.6vw;
  }
  .sp-kv-row9 {
    display: flex;
    flex-direction: row;
    width: 100%;
    border-bottom: none;
  }
  .sp-kv-btn {
    width: 50vw;
    padding: 20px 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
  }
  .sp-kv-btn--green {
    background-color: #bbff69;
    border-right: 1px solid #000000;
    color: #000;
  }
  .sp-kv-btn--black {
    background-color: #000;
    color: #fff;
  }
  .kv-info-bar {
    display: flex;
    height: auto;
    flex-direction: column;
    align-items: center;
  }
  .kv-info-bar__green-col {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 10.4vw;
    animation: loopReverse 8s linear infinite;
    background-color: #bbff69;
  }
  .kv-info-bar__green-text {
    flex-shrink: 0;
    font-size: 4.8vw;
    text-align: left;
    height: 10.4vw;
    background-color: #bbff69;
    display: flex;
    align-items: center;
    padding-right: 4.8vw;
  }
  .kv-info-bar__black-col {
    height: 10.4vw;
    width: 100%;
    padding: 0 2.9333333333vw;
    justify-content: center;
    gap: 1.8666666667vw;
  }
  .kv-info-bar__black-content {
    font-size: 3.7333333333vw;
    font-weight: 900;
  }
  .kv-info-bar__black-content .arrows {
    display: block;
    content: "";
    width: 9.3333333333vw;
    height: 3.4666666667vw;
    background-image: url(../assets/img/arrows_sp.png);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .p-new-timetable {
    width: 100%;
    border: none;
    padding: 13.3333333333vw 4.8vw 0;
    margin: 0;
  }
  .p-new-timetable__item {
    margin-bottom: 8vw;
  }
  .p-new-timetable__title {
    font-size: 13.3333333333vw;
    margin-bottom: 7.7333333333vw;
  }
  .p-new-timetable__container::after {
    display: none;
  }
  .p-new-timetable__container {
    flex-direction: column;
    gap: 8vw;
    width: 100%;
    border: none;
  }
  .p-new-timetable__column {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .p-new-timetable__date-row {
    gap: 2.1333333333vw;
    margin-bottom: 2.1333333333vw;
  }
  .p-new-timetable__date {
    font-size: 11.2vw;
    letter-spacing: -3%;
  }
  .p-new-timetable__day {
    font-size: 5.3333333333vw;
    letter-spacing: 5%;
  }
  .p-new-timetable__time {
    font-size: 4.8vw;
    margin-bottom: 5.3333333333vw;
    text-decoration: none;
  }
  .p-new-timetable__thumb-wrapper {
    margin-bottom: 4vw;
  }
  .p-new-timetable__session-title {
    font-size: 5.3333333333vw;
    line-height: 8vw;
    margin-bottom: 5.3333333333vw;
    min-height: auto;
  }
  .p-new-timetable__meta {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    width: 100%;
    margin-bottom: 0;
  }
  .p-new-timetable__instructor {
    gap: 4vw;
    margin-bottom: 8vw;
  }
  .p-new-timetable__ins-label {
    font-size: 3.7333333333vw;
    width: 15.4666666667vw;
    height: 6.9333333333vw;
  }
  .p-new-timetable__ins-name {
    font-size: 4.2666666667vw;
  }
  .p-new-timetable__viewmore {
    display: flex;
    width: 100%;
    height: 9.6vw;
    justify-content: center;
    align-items: center;
    gap: 2.1333333333vw;
    padding: 0;
    font-size: 4vw;
    font-weight: 600;
    border-radius: 26.6666666667vw;
    letter-spacing: 8%;
    margin: 0 0 8vw 0;
  }
  .p-new-timetable__viewmore::after {
    width: 3.2vw;
    height: 3.2vw;
  }
  .p-new-timetable__divider {
    margin-top: 0;
    height: 2.8vw;
    background-image: url(../assets/img/deco_border_sp.png);
  }
}
.p-detail-container {
  margin-top: 4.1666666667vw;
  width: 100%;
  background-color: #bbff69;
  display: flex;
  justify-content: center;
  padding: 0;
  box-sizing: border-box;
}
.p-detail-container + .p-loop {
  border-top: 1px solid #000000;
}

.p-detail-card {
  background-color: #fff;
  max-width: 1224px;
  width: 85vw;
  margin: 0 auto;
  padding: 4.8611111111vw 7.7777777778vw 9.7222222222vw;
  margin: 0 auto;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
}

.p-detail__mv {
  width: 100%;
  aspect-ratio: 16/9;
  background-color: #e0e0e0;
  margin-bottom: 2vw;
  border: none;
  overflow: hidden;
}
.p-detail__mv img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-detail__date {
  font-size: clamp(14px, 1.4vw, 20px);
  font-weight: 700;
  color: #000;
  margin-bottom: 1vw;
}

.p-detail__title {
  font-size: clamp(20px, 2.2vw, 32px);
  font-weight: 700;
  line-height: 1.4;
  color: #000;
  margin-bottom: 3.1944444444vw;
}

.p-detail__body-grid {
  display: flex;
  gap: 2.7777777778vw;
  margin-bottom: 4vw;
  align-items: flex-start;
}

.p-detail__main-col {
  flex: 2;
  display: flex;
  flex-direction: column;
  gap: 2vw;
}

.p-detail__gallery-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.p-detail__block {
  font-size: 15px;
  line-height: 25px;
  color: #333333;
}
.p-detail__block p {
  margin-bottom: 25px;
}
.p-detail__block p span {
  font-size: 12px;
}
.p-detail__block ul {
  margin-bottom: 1em;
}

.p-detail__sub-heading {
  font-weight: 700;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}

.p-detail__link {
  text-decoration: underline;
}

.p-detail__gallery-item {
  width: 100%;
  border: 1px solid #e2e2e2;
  outline: none;
  overflow: hidden;
}
.p-detail__gallery-item img {
  width: 100%;
  height: auto;
  display: block;
  border: none;
  outline: none;
}

.p-summary-box {
  background-color: #f9f9f9;
  border: 1px solid #000000;
  padding: 2.5vw;
  margin-bottom: 2vw;
}

.p-summary-box__title {
  font-size: clamp(14px, 1.2vw, 18px);
  font-weight: 700;
  margin-bottom: 1vw;
  border-bottom: 2px solid #000000;
  padding-bottom: 0.5vw;
  display: inline-block;
}

.p-summary-box__list {
  list-style: disc;
  padding-left: 1.2em;
  font-size: clamp(12px, 1vw, 15px);
  line-height: 1.8;
}

.p-instructor-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  padding-top: 4vw;
  padding-bottom: 4vw;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  margin-top: 4vw;
  margin-bottom: 2vw;
  width: 100%;
  box-sizing: border-box;
}
.p-instructor-section .p-instructor__thumb {
  max-width: 258px;
  max-height: 258px;
  width: 17.9166666667vw;
  height: 17.9166666667vw;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  margin: 0;
  border: none;
  outline: none;
  box-shadow: none;
  background: transparent;
}
.p-instructor-section .p-instructor__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 50%;
  transform: scale(1.18);
  transform-origin: center center;
}
.p-instructor-section .p-instructor__thumb--sasaki img {
  transform: scale(1);
}

.p-instructor__header {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2.5vw;
  margin-bottom: 2vw;
  width: 100%;
}

.p-instructor__meta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

.p-instructor__role {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  padding: 4px 8px;
  width: 70px;
  height: 30px;
  background-color: #f0f0f0;
  color: #000;
  border: 1px solid #000000;
  margin-bottom: 17px;
  letter-spacing: 0.05em;
}

.p-instructor__title-text {
  font-size: clamp(13px, 1vw, 16px);
  font-weight: 500;
  color: #111111;
  margin-bottom: 4px;
  line-height: 1.4;
}

.p-instructor__name {
  font-size: clamp(22px, 2.2vw, 32px);
  font-weight: 700;
  color: #000;
  margin: 0;
  line-height: 1.2;
}

.p-instructor__body {
  width: 100%;
}

.p-instructor__bio {
  font-size: clamp(13px, 1.05vw, 15px);
  line-height: 1.8;
  color: #333333;
  text-align: left;
  width: 100%;
  margin: 0;
}

.p-instructor__works-title {
  font-size: clamp(15px, 1.1vw, 17px);
  font-weight: 700;
  margin-top: 1.5vw;
  margin-bottom: 0.5vw;
  text-align: left;
  width: 100%;
}

.p-instructor__history-list {
  font-size: clamp(13px, 1.05vw, 15px);
  font-weight: 400;
  line-height: 1.8;
  color: #333333;
  text-align: left;
  width: 100%;
  margin-top: 0.5em;
  list-style: disc;
  padding-left: 1.2em;
}
.p-instructor__history-list li {
  font-weight: 400;
  text-align: left;
  margin-bottom: 0.4em;
}

@media (max-width: 756px) {
  .p-detail__body-grid {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 1.3227513228vw;
    margin-bottom: 0vw;
  }
  .p-instructor__role {
    font-size: 12px;
    padding: 0;
    width: 50px;
    height: 23px;
    margin-bottom: 8px;
  }
}
@media (max-width: 440px) {
  .p-detail__body-grid {
    flex-direction: column;
    gap: 0;
  }
  .p-detail__main-col {
    display: contents;
  }
  .p-detail__main-col .p-detail__block:nth-child(1) {
    order: 1;
  }
  .p-detail__main-col .p-detail__block:nth-child(2) {
    order: 3;
  }
  .p-detail__gallery-col {
    order: 2;
    width: 100%;
    margin: 5.3333333333vw 0;
    gap: 2.6666666667vw;
  }
  .p-instructor__header {
    flex-direction: column;
    align-items: center;
    gap: 3vw;
    margin-bottom: 0;
    text-align: center;
  }
  .p-instructor__meta {
    align-items: center;
    text-align: center;
  }
  .p-instructor__title-text {
    font-size: 3.7333333333vw;
    margin-bottom: 3.2vw;
    text-align: center;
    line-height: 1;
  }
  .p-instructor__name {
    font-size: 7.4666666667vw;
    margin-bottom: 4.2666666667vw;
    text-align: center;
  }
  .p-instructor__bio {
    font-size: 13.5px;
    line-height: 1.75;
    text-align: left;
  }
  .p-instructor__works-title {
    font-size: 15px;
    margin-top: 18px;
  }
  .p-instructor__role {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 4vw;
    line-height: 1;
    width: 14.1333333333vw;
    height: 8vw;
    margin-bottom: 4vw;
    color: #fff;
    background-color: #000000;
    padding: 0;
    font-weight: 400;
  }
  .p-instructor-section {
    padding-top: 8vw;
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0;
  }
  .p-instructor-section .p-instructor__thumb {
    width: 45vw;
    height: 45vw;
    max-width: 180px;
    max-height: 180px;
    margin-bottom: 2vw;
  }
  .p-detail-container {
    margin: 12.2666666667vw auto 0;
    padding: 0 2.6666666667vw;
    width: 100%;
  }
  .p-detail-card {
    width: 100%;
    padding: 5.3333333333vw 4.8vw 13.3333333333vw;
    border-left: none;
    border-right: none;
  }
  .p-detail__mv {
    margin-bottom: 4vw;
  }
  .p-detail__date {
    font-size: 4.2666666667vw;
    line-height: 1;
    margin-bottom: 4vw;
    font-weight: 400;
  }
  .p-detail__title {
    font-size: 6.4vw;
    line-height: 9.6vw;
    margin-bottom: 5.8666666667vw;
  }
  .p-detail__block p {
    font-size: 3.7333333333vw;
    margin-bottom: 5.6vw;
  }
  .p-detail-container + .p-loop {
    height: 11.7333333333vw;
  }
}/*# sourceMappingURL=style.css.map */