@charset "UTF-8";
.sessionsAS {
  font-family: "untitled-sans", sans-serif;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 18px;
  font-size: 13px;
  width: 100%;
  background: #000;
  color: #fff;
}
.sessionsAS img {
  max-width: 100%;
  border: none;
  overflow: hidden;
  height: auto;
  display: block;
}
.sessionsAS a {
  text-decoration: none;
  color: inherit;
}
.sessionsAS a:hover {
  opacity: 1;
}
.sessionsAS .common__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 2650px;
  padding-left: 0;
  padding-right: 0;
}
.sessionsAS p {
  font-family: "noto-sans";
}
.sessionsAS p span {
  display: inline-block;
}
.sessionsAS button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: 0 0;
  border: 0;
  border-radius: 0;
  color: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  cursor: pointer;
}
@media (any-hover: hover) {
  .sessionsAS button:hover {
    opacity: 1;
  }
}
.sessionsAS figure {
  margin: 0;
}

.l-grid_layout-content {
  display: grid;
  grid-template-columns: [grid-start] repeat(6, 1fr) [grid-end];
  grid-gap: 9px;
}
.l-grid_layout-content.m-hide_gutters {
  grid-gap: 0;
}
.l-grid_layout-content.m-small_gutters {
  grid-gap: 4px;
}
@media screen and (min-width: 768px) {
  .l-grid_layout-content {
    grid-template-columns: [grid-start] repeat(12, 1fr) [grid-end];
    grid-gap: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .l-grid_layout-content {
    grid-gap: 20px;
  }
}
.l-grid_layout-content .l-grid_layout-item {
  align-self: auto;
  grid-column: span 6;
}
@media screen and (min-width: 768px) {
  .l-grid_layout-content .l-grid_layout-item {
    grid-column: span 12;
  }
}
.l-grid_layout-content .l-grid_layout-item.m-sm_6 {
  grid-column: span 6;
}
@media screen and (min-width: 768px) {
  .l-grid_layout-content .l-grid_layout-item.m-md_4 {
    grid-column: span 4;
  }
}
.l-grid_layout-content .l-grid_layout-item.m-md_3 {
  grid-column: span 3;
}
@media screen and (min-width: 768px) {
  .l-grid_layout-content .l-grid_layout-item.m-md_8 {
    grid-column: span 8;
  }
}
@media screen and (min-width: 768px) {
  .l-grid_layout-content .l-grid_layout-item.rev-content {
    order: -1;
  }
}
.l-grid_layout-content .l-grid_layout-item .l-grid_layout-item_in {
  display: flex;
}
.l-grid_layout-content .l-grid_layout-item .l-grid_layout-item_in:only-child {
  height: 100%;
}

.b-text_block {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: start;
  width: 100%;
  max-width: calc(100vw - 40px);
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .b-text_block {
    max-width: calc(100vw - 64px);
  }
}
.b-text_block .b-text_block-container {
  width: 100%;
}
.b-text_block .b-text_block-container:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .b-text_block .b-text_block-container {
    width: var(--width, auto);
  }
}
.b-text_block .b-text_block-container p {
  margin-bottom: 16px;
}

.b-actions {
  display: flex;
  flex-wrap: wrap;
  margin: 24px 0 0;
  position: relative;
  width: 100%;
  grid-gap: 16px;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  .b-actions {
    grid-gap: 32px;
  }
}
.b-actions .b-actions-item {
  width: var(--button-width, auto);
}
.b-actions .b-actions-item .b-button_ext {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
}
.b-actions .b-actions-item .b-button_ext .b-button {
  width: var(--button-width, auto);
  background: #fff;
  cursor: pointer;
  display: inline-flex;
  flex-flow: row nowrap;
  border: 1px solid #fff;
  color: #000;
  height: 44px;
  justify-content: center;
  line-height: 1;
  max-width: 100%;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  border-radius: 2px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 0 16px;
  text-indent: 1px;
  align-items: center;
  font-family: "untitled-sans", sans-serif;
}
@media (any-hover: hover) {
  .b-actions .b-actions-item .b-button_ext .b-button:hover {
    background: #000;
    color: #fff;
  }
}
.b-actions .b-actions-item .b-button_ext .b-button.hover {
  background: #000;
  color: #fff;
}

.b-image_tile {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: start;
}
.b-image_tile .b-image_tile-container {
  width: 100%;
  max-width: 100%;
}
.b-image_tile .b-image_tile-container .b-image_tile-picture {
  background: transparent;
  display: block;
  height: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-bottom: var(--bg-padding-mb, var(--bg-padding));
}
@media screen and (min-width: 768px) {
  .b-image_tile .b-image_tile-container .b-image_tile-picture {
    padding-bottom: var(--bg-padding);
  }
}
.b-image_tile .b-image_tile-container .b-image_tile-picture img {
  bottom: 0;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  -o-object-position: var(--img-obj-position-mb, 50% 50%);
     object-position: var(--img-obj-position-mb, 50% 50%);
}
@media screen and (min-width: 768px) {
  .b-image_tile .b-image_tile-container .b-image_tile-picture img {
    -o-object-position: var(--img-obj-position, 50% 50%);
       object-position: var(--img-obj-position, 50% 50%);
  }
}

.b-banner {
  display: flex;
  width: 100%;
  align-items: start;
}
.b-banner .b-promo_box {
  display: grid;
  grid-template-columns: [grid-start] repeat(6, 1fr) [grid-end];
  width: 100%;
  grid-gap: 0;
}
.b-banner .b-promo_box .b-promo_box-picture {
  display: block;
  height: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
  grid-column: grid-start/grid-end;
  grid-row: 1/2;
  padding-bottom: var(--bg-padding-mb, var(--bg-padding));
}
@media screen and (orientation: landscape) {
  .b-banner .b-promo_box .b-promo_box-picture {
    padding-bottom: var(--bg-padding);
  }
}
.b-banner .b-promo_box .b-promo_box-picture img {
  bottom: 0;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  -o-object-position: 50% 0;
     object-position: 50% 0;
}
.b-banner .b-promo_box-caption {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  padding: 40px 12px;
  grid-column: grid-start/grid-end;
  grid-row: 1/2;
  justify-content: center;
  align-self: center;
}
.b-banner .b-promo_box-caption .b-banner-content {
  width: 100%;
  max-width: 100%;
  position: relative;
}

.mv-text .mv-text__inner {
  padding-top: 4px;
}
@media screen and (min-width: 768px) {
  .mv-text .mv-text__inner.m-padding_sm {
    padding-top: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .mv-text .mv-text__inner.m-padding_sm {
    padding-top: 48px;
  }
}
.mv-text .mv-text__inner p {
  font-size: clamp(13px, 2vw, 16px);
  line-height: 1.55;
  letter-spacing: 1.5px;
}
.mv-text .mv-text__inner p:nth-of-type(1) {
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 2px;
}

.picture-blcok_text .picture-block_text__inner {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 48px;
}
@media screen and (min-width: 768px) {
  .picture-blcok_text .picture-block_text__inner {
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 64px;
  }
}
@media screen and (min-width: 1024px) {
  .picture-blcok_text .picture-block_text__inner {
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 80px;
  }
}
.picture-blcok_text .picture-block_text__inner .b-text_block p {
  font-size: clamp(38px, 8vw, 96px);
  line-height: 1.1;
  font-family: "untitled-sans", sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
}
.picture-blcok_text .picture-block_text__inner .b-text_block p:nth-of-type(2) {
  font-size: clamp(20px, 2vw, 30px);
  line-height: 1.55;
  font-weight: 500;
  font-family: "untitled-sans", sans-serif;
  letter-spacing: 1px;
}
.picture-blcok_text .picture-block_text__inner .b-text_block p:nth-of-type(3) {
  font-size: clamp(13px, 2vw, 16px);
  line-height: 1.8;
  font-weight: 300;
  font-family: "noto-sans", sans-serif;
  letter-spacing: 1.2px;
  font-size: 16px;
}

.picture-block .picture-block__inner.m-padding_top-lg {
  padding-top: 48px;
}
@media screen and (min-width: 768px) {
  .picture-block .picture-block__inner.m-padding_top-lg {
    padding-top: 64px;
  }
}
@media screen and (min-width: 1024px) {
  .picture-block .picture-block__inner.m-padding_top-lg {
    padding-top: 80px;
  }
}

.action-button .action-button__inner {
  padding-bottom: 48px;
  padding-top: 48px;
}
@media screen and (min-width: 768px) {
  .action-button .action-button__inner {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
@media screen and (min-width: 1024px) {
  .action-button .action-button__inner {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.action-button .action-button__inner .b-actions {
  margin: 0;
}

.picture-block-monologue .picture-block-monologue__inner {
  padding-top: 48px;
}
@media screen and (min-width: 768px) {
  .picture-block-monologue .picture-block-monologue__inner {
    padding-top: 64px;
  }
}
@media screen and (min-width: 1024px) {
  .picture-block-monologue .picture-block-monologue__inner {
    padding-top: 80px;
  }
}
.picture-block-monologue .picture-block-monologue__inner h1 {
  font-family: "untitled-sans", sans-serif;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.5px;
  margin-bottom: 16px;
  font-size: clamp(36px, 8vw, 106px);
  line-height: 1;
}
@media screen and (min-width: 1024px) {
  .picture-block-monologue .picture-block-monologue__inner h1 {
    letter-spacing: 1px;
    line-height: 1.3;
  }
}
.picture-block-monologue .picture-block-monologue__inner h2 {
  font-weight: 400;
  font-family: "noto-sans", sans-serif;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 1.5px;
  font-size: clamp(20px, 3vw, 32px);
}

.product-cards .product-cards__inner {
  max-width: 1190px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 32px;
}
@media screen and (min-width: 768px) {
  .product-cards .product-cards__inner {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
@media screen and (min-width: 1024px) {
  .product-cards .product-cards__inner {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
.product-cards .product-cards__inner h2 {
  font-size: clamp(24px, 3vw, 56px);
  line-height: 1.5;
  font-weight: 500;
  width: calc(100% - 16px);
  padding-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .product-cards .product-cards__inner h2 {
    padding-bottom: 24px;
  }
}
.product-cards .product-cards__inner .product-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4px;
  margin-bottom: 20px;
  grid-row-gap: 40px;
}
@media screen and (min-width: 768px) {
  .product-cards .product-cards__inner .product-grid {
    grid-template-columns: repeat(3, 1fr);
    grid-row-gap: 56px;
  }
}
@media screen and (min-width: 1024px) {
  .product-cards .product-cards__inner .product-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.product-cards .product-cards__inner .product-grid .product-item {
  width: 100%;
  overflow: hidden;
  transition: opacity 0.5s ease;
}
.product-cards .product-cards__inner .product-grid .product-item picture {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: var(--bg-padding);
  display: block;
}
.product-cards .product-cards__inner .product-grid .product-item picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: var(--img-obj-position, 50% 50%);
     object-position: var(--img-obj-position, 50% 50%);
  display: block;
}
.product-cards .product-cards__inner .product-grid .product-item picture .tag-badge {
  position: absolute;
  bottom: 4px;
  left: 4px;
  background-color: #000;
  border-radius: 2px;
  padding: 2px 8px;
}
.product-cards .product-cards__inner .product-grid .product-item picture .tag-badge p {
  text-transform: uppercase;
  font-family: "untitled-sans", sans-serif;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 1px;
}
.product-cards .product-cards__inner .product-grid .product-item .video-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: var(--bg-padding-mb, var(--bg-padding));
  display: block;
}
@media screen and (min-width: 768px) {
  .product-cards .product-cards__inner .product-grid .product-item .video-wrapper {
    padding-bottom: var(--bg-padding);
  }
}
.product-cards .product-cards__inner .product-grid .product-item .video-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -o-object-position: var(--img-obj-position-mb, 50% 50%);
     object-position: var(--img-obj-position-mb, 50% 50%);
  transition: all 0.5s ease-out;
}
@media (any-hover: hover) {
  .product-cards .product-cards__inner .product-grid .product-item .video-wrapper video:hover {
    transform: scale(1.05);
  }
}
@media screen and (min-width: 768px) {
  .product-cards .product-cards__inner .product-grid .product-item .video-wrapper video {
    -o-object-position: var(--img-obj-position, 50% 50%);
       object-position: var(--img-obj-position, 50% 50%);
  }
}
.product-cards .product-cards__inner .product-grid .product-item .video-wrapper .banner-controls {
  align-items: center;
  background: #000;
  background: linear-gradient(transparent 0%, #000 70%);
  transition: background 1s cubic-bezier(0.3, 0.46, 0.45, 0.94) 0.2s;
  background-size: 1px 200px;
  bottom: 0;
  display: flex;
  gap: 20px;
  height: 45px;
  justify-content: space-between;
  padding: 0 16px;
  position: absolute;
  width: 100%;
}
@media (any-hover: hover) {
  .product-cards .product-cards__inner .product-grid .product-item .video-wrapper .banner-controls {
    background: linear-gradient(transparent 0%, #000 70%);
    transition: background 1s cubic-bezier(0.3, 0.46, 0.45, 0.94) 0.2s;
    background-size: 1px 200px;
  }
  .product-cards .product-cards__inner .product-grid .product-item .video-wrapper .banner-controls:hover {
    background-size: 1px 100px;
  }
}
.product-cards .product-cards__inner .product-grid .product-item .video-wrapper .banner-controls .b-video_banner-control {
  align-items: center;
  display: flex;
  font-size: 0;
  height: 28px;
  justify-content: center;
  width: 28px;
  z-index: 3;
}
.product-cards .product-cards__inner .product-grid .product-item .video-wrapper .banner-controls .b-video_banner-control.hidden {
  display: none;
}
.product-cards .product-cards__inner .product-grid .product-item .video-wrapper .banner-controls .b-video_banner-control_icon {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 16px;
  height: 10px;
  pointer-events: none;
  position: relative;
}
.product-cards .product-cards__inner .product-grid .product-item .video-wrapper .banner-controls .m-play::before {
  background: #fff;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  height: 10px;
  pointer-events: none;
  position: relative;
  width: 8px;
  content: "";
  display: inline-flex;
}
.product-cards .product-cards__inner .product-grid .product-item .video-wrapper .banner-controls .m-pause::before {
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  height: 10px;
  width: 4px;
  content: "";
  display: inline-flex;
}
.product-cards .product-cards__inner .product-grid .product-item .product-info {
  padding-top: 4px;
  padding-left: 4px;
}
.product-cards .product-cards__inner .product-grid .product-item .product-info p {
  font-family: "untitled-sans";
  font-size: 10px;
  letter-spacing: 0.5px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .product-cards .product-cards__inner .product-grid .product-item .product-info p {
    font-size: 11px;
  }
}
.product-cards .product-cards__inner .product-grid .product-item .product-info .cross-out {
  text-decoration: line-through;
  font-weight: 400;
  padding-right: 4px;
}
.product-cards .product-cards__inner .product-grid .product-item .product-info .sale-price {
  color: #ca1212;
  font-size: 1.2em;
}
.product-cards .is-hidden {
  display: none;
}
.product-cards .fade-in {
  animation: itemAppear 0.8s ease forwards;
}
@keyframes itemAppear {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.product-cards .page-overlay {
  position: fixed; /* 画面全体に固定 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.85); /* 85%の白（透け感） */
  z-index: 9999; /* 最前面に配置 */
  /* 表示・非表示の遷移設定（霧が晴れるような演出） */
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease, visibility 0.6s ease;
  /* 中央にスピナーを置くための設定 */
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none; /* 非表示時はクリックを邪魔しないようにする */
}
.product-cards .page-overlay.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto; /* ローディング中は操作をブロック */
}
.product-cards .overlay-spinner {
  width: 40px;
  height: 40px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-top-color: #000; /* 黒い線 */
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.product-cards .sentinel {
  height: 20px;
  margin-bottom: 20px;
}/*# sourceMappingURL=F_sessions-as_video_20251215.css.map */