@charset "utf-8";.manof-feat-ceremony2026 {
    text-align: center;
    margin: 0 auto;
    font-family: "Zen Old Mincho", serif;
}

@media only screen and (min-width: 1281px) {
    .manof-feat-ceremony2026 {
        width: 52%;
    }
}

.manof-feat-ceremony2026 .manof-feat-ceremony2026__contents .introduction__visual img {
    width: 100%;
}

.manof-feat-ceremony2026 .manof-feat-ceremony2026__contents .introduction__title img {
    width: 20%;
    margin: 40px auto;
}
@media only screen and (max-width: 768px) {
    .manof-feat-ceremony2026 .manof-feat-ceremony2026__contents .introduction__title img {
        width: 30%;
    }
}
.manof-feat-ceremony2026 .manof-feat-ceremony2026__contents .introduction__title h2 {
    font-weight: 600;
    margin: 40px auto;
}
.manof-feat-ceremony2026 .manof-feat-ceremony2026__contents .introduction__lead {
    margin-bottom: 40px;
    font-size: 15px;
    letter-spacing: 0.2em;
}

@media only screen and (max-width: 768px) {
   .manof-feat-ceremony2026 .manof-feat-ceremony2026__contents .introduction__lead{
        font-size: 10px;
        margin: 0 10px;
    }
}

.manof-feat-ceremony2026 .manof-feat-ceremony2026__contents .introduction__text {
    margin: 80px auto;
}

.introduction__text h2 {
  margin-bottom: 50px;
  letter-spacing: 0.2em;
}

.introduction__text h2 span {
  display: block;
  font-size: 0.8em;
  margin-bottom: 12px;
  letter-spacing: 0.1em;
}

.campaign-banner {
    width: 80%;
    margin: 0 auto;
    padding-bottom: 80px;
}

.ceremony-fair {
  text-align: center;
  padding: 80px 20px;
  background-color: #f2f2f2;
}

.ceremony-fair__date {
  font-size: 12px;
  letter-spacing: 0.15em;
  margin-bottom: 16px;
}

.ceremony-fair__title {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.2em;
  margin-bottom: 24px;
}

.ceremony-fair__text {
  font-size: 14px;
  line-height: 1.8;
}

.divider {
  width: 70%;
  height: 0.3px;
  background-color: #000;
  margin: 120px auto;
}

/* ページ内リンクナビ欄 */
.manof-feat-ceremony2026 .manof-feat-ceremony2026__contents .section-nav {
    margin: 150px auto;
    padding: 0 20px;
}

@media only screen and (max-width: 768px) {
    .manof-feat-ceremony2026 .manof-feat-ceremony2026__contents .section-nav {
        width: 100%;
        padding: 0 8px;
    }
}

.nav-row {
  display: flex;
  justify-content: center;
  gap: 24px;
}

@media only screen and (max-width: 768px) {
    .nav-row {
      gap: 8px;
    }
}

.section-nav .nav-row{
  margin-bottom: 50px;
}

.section-nav .nav-row:last-child{
  margin-bottom: 0;
}

/* カード */
a.nav-item {
    width: 33%;
}

/* 番号 */
.nav-num {
  display: block;
  margin-bottom: 12px;
  font-weight: 500;
}

/* テキスト */
.nav-item p {
  margin-top: 12px;
  font-size: 12px;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 768px) {
    .nav-item p {
      font-size: 8px;
      letter-spacing: 0;
    }
}

/* クリック単位 */
.nav-item {
  text-align: center;
}

/* 画像 */
.nav-item img {
  width: 100%;
  aspect-ratio: 53 / 80;
  object-fit: cover;
  display: block;
}

.manof-feat-ceremony2026 .manof-feat-ceremony2026__contents .section-nav h2 {
    margin-bottom: 20px;
    font-weight: 600;
}

.manof-feat-ceremony2026 .manof-feat-ceremony2026__contents .looks h2 {
    font-weight: 600;
}
.manof-feat-ceremony2026 .manof-feat-ceremony2026__contents .looks span {
    display: block;
}

.manof-feat-ceremony2026 .manof-feat-ceremony2026__contents .looks .outfit-items .items p .release-date {
    display: inline;
}

/* 使用アイテム */
.manof-feat-ceremony2026 .manof-feat-ceremony2026__contents .looks .outfit-items__list {
    margin: 80px 15px;
}

.manof-feat-ceremony2026 .manof-feat-ceremony2026__contents .looks .outfit-items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 30px;
    margin-bottom: 20px;
}

.manof-feat-ceremony2026 .manof-feat-ceremony2026__contents .looks .outfit-items .items {
    border-top: 1px solid #ccc;
    padding: 8px 15px;
}
.manof-feat-ceremony2026 .manof-feat-ceremony2026__contents .looks .outfit-items .items:last-child,
.manof-feat-ceremony2026 .manof-feat-ceremony2026__contents .looks .outfit-items .items:nth-last-child(2) {
    border-bottom: 1px solid #ccc;
}

.manof-feat-ceremony2026 .manof-feat-ceremony2026__contents .looks .outfit-items .items .item__inner {
    display: grid;
    grid-template-columns: 20% 1fr;
    column-gap: 25px;
    height: 100%;
    align-items: center;
}
.manof-feat-ceremony2026 .manof-feat-ceremony2026__contents .looks .outfit-items .items img {
    width: 100%;
    height: auto;
    display: block;
    /* margin: auto 0; */
}
.manof-feat-ceremony2026 .manof-feat-ceremony2026__contents .looks .outfit-items .items p {
    text-align: left;
    font-family: "Gothic A1", sans-serif;
    /* width: 70%; */
    margin-top: 5px;
}
@media only screen and (max-width: 768px) {
    .manof-feat-ceremony2026 .manof-feat-ceremony2026__contents .looks .outfit-items {
        gap: 0 20px;
    }
    .manof-feat-ceremony2026 .manof-feat-ceremony2026__contents .looks .outfit-items .items {
        padding: 8px 10px 8px 15px;
    }
    .manof-feat-ceremony2026 .manof-feat-ceremony2026__contents .looks .outfit-items .items .item__inner {
        grid-template-columns: 38% 1fr;
    }
	.manof-feat-ceremony2026 .manof-feat-ceremony2026__contents .looks .outfit-items .items img {
		width: 100%;
	}
    .manof-feat-ceremony2026 .manof-feat-ceremony2026__contents .looks .outfit-items .items p {
        font-size: 10px;
        margin-top: 0;
    }
    .manof-feat-ceremony2026 .manof-feat-ceremony2026__contents .looks .outfit-items .items p .release-date {
        font-size: 8px;
    }
}
@media only screen and (max-width: 599px) {
    .manof-feat-ceremony2026 .manof-feat-ceremony2026__contents .looks .outfit-items {
        gap: 0 18px;
    }
    .manof-feat-ceremony2026 .manof-feat-ceremony2026__contents .looks .outfit-items .items {
        padding: 8px 10px;
    }
    .manof-feat-ceremony2026 .manof-feat-ceremony2026__contents .looks .outfit-items .items .item__inner {
        gap: 0 15px;
        /* grid-template-columns: 28% 1fr; */
    }
    .manof-feat-ceremony2026 .manof-feat-ceremony2026__contents .looks .outfit-items .items img {
		width: 100%;
	}
}
.manof-feat-ceremony2026 .manof-feat-ceremony2026__contents .looks .outfit-items .items p span {
    margin-bottom: 10px;
}
.manof-feat-ceremony2026 .manof-feat-ceremony2026__contents .looks .look-image a {
    display: block;
}
.manof-feat-ceremony2026 .manof-feat-ceremony2026__contents .looks .look-image img {
    display: block;
    width: 100%;
}
.manof-feat-ceremony2026 .manof-feat-ceremony2026__contents .looks {
    margin-top: 120px;
    padding: 20px 0;
}
.manof-feat-ceremony2026 .manof-feat-ceremony2026__contents .looks h2 span {
    margin-bottom: 40px;
}
.manof-feat-ceremony2026 .manof-feat-ceremony2026__contents .looks h2 {
    /* margin-bottom: 50px; */
    font-weight: 600;
    line-height: 2.0;
}

.manof-feat-ceremony2026 .manof-feat-ceremony2026__contents .looks .concept-lead {
    width: 70%;
    /* font-family: "Gothic A1", sans-serif; */
    font-size: 16px;
    line-height: 1.8;
    margin: 80px auto;
    text-align: center;
    
}
@media only screen and (max-width: 768px) {
    .manof-feat-ceremony2026 .manof-feat-ceremony2026__contents .looks .concept-lead {
        font-size: 13px;
    }
}

.manof-feat-ceremony2026 .manof-feat-ceremony2026__contents .looks .look-image .img-c {
    width: 50%;
    margin: 40px auto 75px;
}

.manof-feat-ceremony2026 .manof-ceremony2026__main .event-section {
    width: 90%;
    margin: 100px auto;
}
.manof-feat-ceremony2026 .manof-ceremony2026__main .event-section h2 {
    margin: 50px auto;
}
.manof-feat-ceremony2026 .manof-ceremony2026__main .event-section .event-item {
    display: flex;
    align-items: flex-start;
    font-family: "Gothic A1", sans-serif;
    gap: 30px;
    margin-bottom: 40px;
}
.manof-feat-ceremony2026 .manof-ceremony2026__main .event-section .event-item img {
    width: 20%;
    border: 1px solid #d9d9d9;
}
.manof-feat-ceremony2026 .manof-ceremony2026__main .event-section .event-item p {
    text-align: left;
    margin: auto 0;
}
.manof-feat-ceremony2026 .manof-ceremony2026__main .event-section .event-item p span {
    display: block;
    margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
    .manof-feat-ceremony2026 .manof-ceremony2026__main .event-section .event-item img {
        width: 25%;
    }
    .manof-feat-ceremony2026 .manof-ceremony2026__main .event-section .event-item p {
        font-size: 10px;
    }
}

.manof-feat-ceremony2026 .manof-ceremony2026__main hr {
    border: none;
    border-top: 1px solid #999;
    height: 1px;
    margin: 80px auto;
    width: 50%;
    display: block;
}
.staff-credits {
    font-family: "Gothic A1", sans-serif;
}

.ceremony-detail {
  font-family: "Gothic A1", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
  text-align: center;
  padding: 60px 40px 36px;
  background: #DADADA;
}

.ceremony-detail__heading {
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
}

.ceremony-detail__schedule {
  font-weight: 700;
  margin-bottom: 40px;
}

.ceremony-detail__place {
  margin-bottom: 24px;
  line-height: 1.7;
}

.ceremony-detail__divider {
  width: 60%;
  height: 1px;
  background: #999;
  margin: 60px auto;
}

.ceremony-detail__content {
  max-width: 720px;
  margin: 0 auto;
  text-align: left;
  line-height: 1.8;
}

.ceremony-detail__title {
  font-weight: bold;
  line-height: 1.7;
}

.ceremony-detail__text {
  margin-bottom: 24px;
  letter-spacing: 0.05em;
  line-height: 1.7;
}

.ceremony-detail .campaign-link {
  display: inline-block;
  text-decoration: underline;
}

.look-image--fade {
  position: relative;
  margin: auto;
  aspect-ratio: 2 / 3;
  overflow: hidden;
}

.look-image--fade .itemSlider {
  position: absolute;
  inset: 0;
}

.look-image--fade .slick-list,
.look-image--fade .slick-track,
.look-image--fade .slick-slide {
  height: 100%;
}

.look-image--fade img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.look-image--fade .slick-slide {
  position: absolute !important;
  top: 0;
  left: 0 !important;
  height: 100%;
}

.recommend-item {
  margin: 100px auto 200px;
  overflow-x: hidden;
}

.recommend-item h2 {
  font-weight: 600;
}

.itemSliderWrap--arrows {
  /* width: 100vw; */
  margin: 50px auto;
  position: relative;
  --peek: 23%;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 768px) {
  .itemSliderWrap--arrows {
    --peek: 16%;
}
}

.itemSliderArrows .slick-list {
  overflow: hidden;
}

.itemSliderArrowBtn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  background: transparent;
  border: 0;
  padding: 0;
  line-height: 1;
  cursor: pointer;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.itemSliderArrowBtn:hover {
  background-color: transparent;
}

.itemSliderArrowBtn:focus {
  background-color: transparent;
}

.itemSliderArrowTxt {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 42px;
  color: #828282;
  line-height: 1;
  display: block;
}

.itemSliderArrowBtn--prev {
  left: var(--peek);
  transform: translate(-50%, -50%);
}

.itemSliderArrowBtn--next {
  right: var(--peek);
  left: auto;
  transform: translate(50%, -50%);
}

.itemSliderArrows .slick-slide{
  display: flex !important;
  justify-content: center;
}

.itemSliderArrows .itemSlide img{
  width: 80%;
  max-width: 700px;
  height: auto;
  display: block;
  margin: 0 auto;
}

.recommend-item__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: 'Gothic A1';
  width: min(320px, 80%);
  height: 44px;
  background: #727272;
  text-decoration: none;
  letter-spacing: 0.1em;
  border-radius: 3px;
  line-height: 1;
  font-size: 15px;
  font-weight: 600;
}

a.recommend-item__btn {
    color: #fff;
}

@media (max-width: 768px) {
  .recommend-item__btn {
    height: 40px;
    font-size: 11px;
  }
}

/* その場でフェードイン */
.fade-wash{
  position: relative;
  overflow: hidden;
  opacity: 0;
  transform: translateY(10px);
  filter: blur(2px) brightness(1.08);
  will-change: opacity, transform, filter;

  transition:
    opacity 2.2s ease,
    transform 2.6s ease,
    filter 2.6s ease;
}

.fade-wash::after{
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
  opacity: 1;
  pointer-events: none;
  will-change: opacity;

  transition: opacity 2.8s ease;
}

.fade-wash.fade-inview{
  opacity: 1;
  transform: translateY(0);
  filter: blur(0) brightness(1);
}

.fade-wash.fade-inview::after{
  opacity: 0;
}

.fade-wash img{
  display: block;
  width: 100%;
  height: auto;
}