@charset "UTF-8";
.wf-loading .fes-feauture {
  visibility: hidden;
}

.fes-feauture {
  font-family: "untitled-sans", sans-serif;
  font-weight: 400;
  background: #fbfbfa;
  letter-spacing: 0.5px;
  line-height: 18px;
  font-size: 13px;
  width: 100%;
}
.fes-feauture img {
  max-width: 100%;
  border: none;
  overflow: hidden;
  height: auto;
  display: block;
}
.fes-feauture a {
  text-decoration: none;
  color: inherit;
  transition: none;
}
.fes-feauture a:hover {
  opacity: 1;
}
.fes-feauture a img {
  display: inline-block;
  transition: transform 0.3s ease-out;
}
.fes-feauture a img.hover-bottom {
  transform-origin: bottom center; /* ズームの基準を下中央に設定 */
}
.fes-feauture a:active img,
.fes-feauture a:hover img {
  transform: scale(1.05); /* タッチ時にズーム */
}
.fes-feauture .common__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 2650px;
  padding-left: 0;
  padding-right: 0;
}
.fes-feauture p {
  font-family: "noto-sans", sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
}
.fes-feauture p span {
  display: inline-block;
}
.fes-feauture 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;
}
.fes-feauture figure {
  margin: 0;
}

.fes-feauture .fes-feauture__inner .l-grid_layout-content {
  display: grid;
  grid-template-columns: [grid-start] repeat(6, 1fr) [grid-end];
  grid-gap: 9px;
}
.fes-feauture .fes-feauture__inner .l-grid_layout-content.m-hide_gutters {
  grid-gap: 0;
}
.fes-feauture .fes-feauture__inner .l-grid_layout-content.m-small_gutters {
  grid-gap: 4px;
}
@media screen and (min-width: 768px) {
  .fes-feauture .fes-feauture__inner .l-grid_layout-content {
    grid-template-columns: [grid-start] repeat(12, 1fr) [grid-end];
    grid-gap: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .fes-feauture .fes-feauture__inner .l-grid_layout-content {
    grid-gap: 20px;
  }
}
.fes-feauture .fes-feauture__inner .l-grid_layout-content .l-grid_layout-item {
  align-self: auto;
  grid-column: span 6;
}
@media screen and (min-width: 768px) {
  .fes-feauture .fes-feauture__inner .l-grid_layout-content .l-grid_layout-item {
    grid-column: span 12;
  }
}
.fes-feauture .fes-feauture__inner .l-grid_layout-content .l-grid_layout-item.m-sm_6 {
  grid-column: span 6;
}
@media screen and (min-width: 768px) {
  .fes-feauture .fes-feauture__inner .l-grid_layout-content .l-grid_layout-item.m-md_4 {
    grid-column: span 4;
  }
}
.fes-feauture .fes-feauture__inner .l-grid_layout-content .l-grid_layout-item.m-md_3 {
  grid-column: span 3;
}
@media screen and (min-width: 768px) {
  .fes-feauture .fes-feauture__inner .l-grid_layout-content .l-grid_layout-item.rev-content {
    order: 1;
  }
}
.fes-feauture .fes-feauture__inner .l-grid_layout-content .l-grid_layout-item .l-grid_layout-item_in {
  display: flex;
}
.fes-feauture .fes-feauture__inner .l-grid_layout-content .l-grid_layout-item .l-grid_layout-item_in:only-child {
  height: 100%;
}
.fes-feauture .fes-feauture__inner .b-text_block {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: calc(100vw - 30px);
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .fes-feauture .fes-feauture__inner .b-text_block {
    max-width: calc(100vw - 64px);
  }
}
.fes-feauture .fes-feauture__inner .b-text_block .b-text_block-container {
  width: 100%;
}
.fes-feauture .fes-feauture__inner .b-text_block .b-text_block-container:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .fes-feauture .fes-feauture__inner .b-text_block .b-text_block-container {
    width: var(--width, auto);
  }
}
.fes-feauture .fes-feauture__inner .b-text_block .b-text_block-container p {
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .fes-feauture .fes-feauture__inner .b-text_block .b-text_block-container p {
    font-size: 16px;
    line-height: 24px;
  }
}
.fes-feauture .fes-feauture__inner .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: 768px) {
  .fes-feauture .fes-feauture__inner .b-actions {
    grid-gap: 32px;
  }
}
.fes-feauture .fes-feauture__inner .b-actions .b-actions-item {
  width: var(--button-width, auto);
}
.fes-feauture .fes-feauture__inner .b-actions .b-actions-item .b-button_ext {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
}
.fes-feauture .fes-feauture__inner .b-actions .b-actions-item .b-button_ext .b-button {
  width: var(--button-width, auto);
  background: transparent;
  cursor: pointer;
  display: inline-flex;
  flex-flow: row nowrap;
  border: 1px solid #000;
  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;
  min-width: 158px;
}
@media (any-hover: hover) {
  .fes-feauture .fes-feauture__inner .b-actions .b-actions-item .b-button_ext .b-button:hover {
    background: #000;
    color: #fff;
  }
}
.fes-feauture .fes-feauture__inner .b-actions .b-actions-item .b-button_ext .b-button.hover {
  background: #000;
  color: #fff;
}
.fes-feauture .fes-feauture__inner .b-image_tile {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: start;
}
.fes-feauture .fes-feauture__inner .b-image_tile .b-image_tile-container {
  width: 100%;
}
.fes-feauture .fes-feauture__inner .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) {
  .fes-feauture .fes-feauture__inner .b-image_tile .b-image_tile-container .b-image_tile-picture {
    padding-bottom: var(--bg-padding);
  }
}
.fes-feauture .fes-feauture__inner .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-mb-position, var(--img-obj-position));
     object-position: var(--img-obj-mb-position, var(--img-obj-position));
}
@media screen and (min-width: 768px) {
  .fes-feauture .fes-feauture__inner .b-image_tile .b-image_tile-container .b-image_tile-picture img {
    -o-object-position: var(--img-obj-position);
       object-position: var(--img-obj-position);
  }
}
.fes-feauture .fes-feauture__inner .b-banner {
  display: flex;
  width: 100%;
  align-items: start;
}
.fes-feauture .fes-feauture__inner .b-banner .b-promo_box {
  display: grid;
  grid-template-columns: [grid-start] repeat(6, 1fr) [grid-end];
  width: 100%;
  grid-gap: 0;
}
.fes-feauture .fes-feauture__inner .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) {
  .fes-feauture .fes-feauture__inner .b-banner .b-promo_box .b-promo_box-picture {
    padding-bottom: var(--bg-padding);
  }
}
.fes-feauture .fes-feauture__inner .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;
}
.fes-feauture .fes-feauture__inner .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;
}
.fes-feauture .fes-feauture__inner .b-banner .b-promo_box-caption .b-banner-content {
  width: 100%;
  max-width: 100%;
  position: relative;
}
.fes-feauture .fes-feauture__inner .video-container .veideo-container__inner.m-add_padding {
  padding-top: 24px;
}
@media screen and (min-width: 768px) {
  .fes-feauture .fes-feauture__inner .video-container .veideo-container__inner.m-add_padding {
    padding-top: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .fes-feauture .fes-feauture__inner .video-container .veideo-container__inner.m-add_padding {
    padding-top: 48px;
  }
}
.fes-feauture .fes-feauture__inner .b-video_banner {
  display: flex;
  align-items: start;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.fes-feauture .fes-feauture__inner .b-video_banner .b-video_banner-container {
  display: grid;
  grid-template-columns: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.fes-feauture .fes-feauture__inner .b-video_banner .b-video_banner-container .b-video_banner-text_block {
  display: grid;
  grid-column: 1/2;
  grid-row: 1/2;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  width: 100%;
  pointer-events: none;
}
.fes-feauture .fes-feauture__inner .b-video_banner .b-video_banner-container .b-video_banner-text_block .b-text_block {
  height: 100%;
  left: 0;
  pointer-events: none;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 1;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 auto;
  max-width: calc(100vw - 30px);
  padding: 40px 12px;
}
@media screen and (min-width: 768px) {
  .fes-feauture .fes-feauture__inner .b-video_banner .b-video_banner-container .b-video_banner-text_block .b-text_block {
    padding: 60px 32px;
    max-width: calc(100vw - 64px);
  }
}
@media screen and (min-width: 1024px) {
  .fes-feauture .fes-feauture__inner .b-video_banner .b-video_banner-container .b-video_banner-text_block .b-text_block {
    padding: 60px 40px;
    max-width: calc(100vw - 120px);
  }
}
@media screen and (min-width: 1366px) {
  .fes-feauture .fes-feauture__inner .b-video_banner .b-video_banner-container .b-video_banner-text_block .b-text_block {
    max-width: calc(100vw - 176px);
  }
}
.fes-feauture .fes-feauture__inner .b-video_banner .b-video_banner-container .b-video_banner-text_block .b-text_block .b-text_block-conatiner {
  font-size: clamp(30px, 6vw, 80px);
}
.fes-feauture .fes-feauture__inner .b-video_banner .b-video_banner-container .b-video_banner-text_block .b-text_block .b-text_block-conatiner p {
  color: #fff;
  text-transform: uppercase;
  font-family: "untitled-sans", sans-serif;
  font-weight: 500;
  text-align: center;
  line-height: 1;
}
.fes-feauture .fes-feauture__inner .b-video_banner .b-video_banner-container .b-video_banner-text_block .b-text_block .b-text_block-conatiner p:nth-of-type(1) {
  font-size: 0.5em;
  margin-bottom: 16px;
}
.fes-feauture .fes-feauture__inner .b-video_banner .b-video_banner-container .b-video_banner-inner {
  grid-column: 1/2;
  grid-row: 1/2;
  position: relative;
}
.fes-feauture .fes-feauture__inner .b-video_banner .b-video_banner-container .b-video_banner-block {
  position: relative;
  top: 0;
  width: 100%;
  left: 0;
  height: 0;
  overflow: hidden;
  padding-bottom: var(--bg-padding-mb, 100%);
}
@media screen and (min-width: 768px) {
  .fes-feauture .fes-feauture__inner .b-video_banner .b-video_banner-container .b-video_banner-block {
    padding-bottom: var(--bg-padding, 100%);
  }
}
.fes-feauture .fes-feauture__inner .b-video_banner .b-video_banner-container .b-video_banner-block .b-video_banner-poster {
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: visibility cubic-bezier(0.3, 0.46, 0.45, 0.94) 0.2s 0.3s;
  z-index: 3;
  margin: 0;
  visibility: visible;
  opacity: 1;
}
.fes-feauture .fes-feauture__inner .b-video_banner .b-video_banner-container .b-video_banner-block .b-video_banner-poster.is-hidden {
  visibility: hidden;
  opacity: 0;
}
.fes-feauture .fes-feauture__inner .b-video_banner .b-video_banner-container .b-video_banner-block .b-video_banner-poster .b-image_tile-picture {
  display: block;
  height: 0;
  overflow: hidden;
  padding-bottom: var(--bg-padding-mb, 100%);
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .fes-feauture .fes-feauture__inner .b-video_banner .b-video_banner-container .b-video_banner-block .b-video_banner-poster .b-image_tile-picture {
    padding-bottom: var(--bg-padding, 100%);
  }
}
.fes-feauture .fes-feauture__inner .b-video_banner .b-video_banner-container .b-video_banner-block .b-video_banner-poster .b-image_tile-picture img {
  bottom: 0;
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  width: 100%;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.fes-feauture .fes-feauture__inner .b-video_banner .b-video_banner-container .b-video_banner-block .b-video_banner-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.fes-feauture .fes-feauture__inner .b-video_banner .b-video_banner-container .b-video_banner-block .b-video_banner-link {
  position: absolute;
  display: inline-block;
  height: 100%;
  top: 0;
  width: 100%;
  z-index: 3;
}
.fes-feauture .fes-feauture__inner .b-video_banner .banner-controls {
  align-items: center;
  background: linear-gradient(transparent 0%, #000 70%);
  bottom: 0;
  display: flex;
  gap: 20px;
  height: 70px;
  justify-content: space-between;
  padding: 0 20px;
  position: absolute;
  transition: background 1s cubic-bezier(0.3, 0.46, 0.45, 0.94) 0.2s;
  width: 100%;
  background-size: 1px 200px;
}
@media (any-hover: hover) {
  .fes-feauture .fes-feauture__inner .b-video_banner .banner-controls:hover {
    background-size: 1px 100px;
  }
}
@media screen and (min-width: 768px) {
  .fes-feauture .fes-feauture__inner .b-video_banner .banner-controls {
    bottom: 0;
  }
}
.fes-feauture .fes-feauture__inner .b-video_banner .banner-controls .b-video_banner-control {
  align-items: center;
  display: flex;
  font-size: 0;
  height: 28px;
  justify-content: center;
  width: 28px;
  z-index: 3;
}
.fes-feauture .fes-feauture__inner .b-video_banner .banner-controls .b-video_banner-control.hidden {
  display: none;
}
.fes-feauture .fes-feauture__inner .b-video_banner .banner-controls .b-video_banner-control_icon {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 16px;
  height: 10px;
  pointer-events: none;
  position: relative;
}
.fes-feauture .fes-feauture__inner .b-video_banner .banner-controls .m-play::before {
  background: #fff;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  height: 10px;
  pointer-events: none;
  position: relative;
  width: 8px;
  content: "";
  display: inline-flex;
}
.fes-feauture .fes-feauture__inner .b-video_banner .banner-controls .m-pause::before {
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  height: 10px;
  width: 4px;
  content: "";
  display: inline-flex;
}
.fes-feauture .fes-feauture__inner .to-shop .to-shop__inner {
  padding-top: 24px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .fes-feauture .fes-feauture__inner .to-shop .to-shop__inner {
    padding-top: 32px;
    padding-left: 32px;
    padding-right: 32px;
    padding-bottom: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .fes-feauture .fes-feauture__inner .to-shop .to-shop__inner {
    padding-top: 48px;
    padding-left: 60px;
    padding-right: 60px;
    padding-bottom: 48px;
  }
}
.fes-feauture .fes-feauture__inner .to-shop .to-shop__inner .b-actions {
  margin-bottom: 16px;
}
@media screen and (min-width: 1024px) {
  .fes-feauture .fes-feauture__inner .to-shop .to-shop__inner .b-actions {
    margin-top: 40px;
  }
}
.fes-feauture .fes-feauture__inner .grid-content .grid-content__inner.m-padding {
  padding-top: 24px;
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .fes-feauture .fes-feauture__inner .grid-content .grid-content__inner.m-padding {
    padding-top: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .fes-feauture .fes-feauture__inner .grid-content .grid-content__inner.m-padding {
    padding-top: 48px;
  }
}
.fes-feauture .fes-feauture__inner .button-content .button-content__inner {
  padding-bottom: 48px;
  padding-top: 48px;
}
@media screen and (min-width: 768px) {
  .fes-feauture .fes-feauture__inner .button-content .button-content__inner {
    padding-bottom: 64px;
    padding-top: 64px;
  }
}
@media screen and (min-width: 1024px) {
  .fes-feauture .fes-feauture__inner .button-content .button-content__inner {
    padding-bottom: 80px;
    padding-top: 80px;
  }
}
.fes-feauture .fes-feauture__inner .button-content .button-content__inner .b-actions {
  margin-top: 0;
}/*# sourceMappingURL=F_FES-feauture_20250605.css.map */