.sp-inline,
.tb-inline {
  display: none;
}
@media screen and (max-width: 768px) {
  .tb-none {
    display: none;
  }
  .tb-inline {
    display: inline;
  }
}

@media screen and (max-width: 480px) {
  .sp-inline {
    display: inline;
  }
  .pc-inline {
    display: none;
  }
}

.wrapper {
  padding-bottom: 0;
}

/*  */
.l-lower-header {
  margin-bottom: 0;
  background: #fff;
}
.l-lower-header-breadcrumb {
  background: #fff;
}

/* KV */
.content-milano-Cover {
  position: relative;
}
.content-milano-Cover .cover-ttl {
  height: 630px;
  background: #fff url(../img/milano2026/mv.png) no-repeat center top / auto 100%;
  /* height: 43.75vw; */
  /* background-image: url(../img/milano2026/mv.png);
  background-repeat: no-repeat;
  background-size: cover; */
  /* background: #fff; */
  width: 100%;
  object-fit: cover;
  position: relative;
}
.content-milano-Cover .cover-ttl::before,
.content-milano-Cover .cover-ttl::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  height: 100%;
  width: 38px;
}

@media screen and (min-width: 1920px){
  .content-milano-Cover .cover-ttl{
    height: 830px;
  }
}
@media screen and (min-width: 2560px){
  .content-milano-Cover .cover-ttl{
    height: 930px;
  }
}
@media screen and (max-width: 480px) {
  .content-milano-Cover .cover-ttl::before,
  .content-milano-Cover .cover-ttl::after {
    width: 8px;
  }
}
.content-milano-Cover .cover-ttl::before {
  background-color: #006f5e;
  left: 0;
}
.content-milano-Cover .cover-ttl::after {
  background-color: #b2343a;
  right: 0;
}
@media screen and (max-width: 1024px) {
  .content-milano-Cover .cover-ttl {
    height: 430px;
    /* background-size: auto 100%;
    background-position: center top; */
  }
}

@media screen and (max-width: 480px) {
  .content-milano-Cover .cover-ttl {
    height: 310px;
    background: #fff url(../img/milano2026/mv-sp.png) no-repeat center top / auto 100%;
  }
}
/* カウントダウン */

.c-milano-2026-countdownwn {
  background: #f6e0a7;
  display: inline-block;
  padding: 16px 26px;
  border-radius: 4px;
  position: absolute;
  bottom: 16px;
  right: 54px;
}
@media screen and (max-width: 1024px) {
  .c-milano-2026-countdownwn {
    padding: 8px 13px;
  }
}
@media screen and (max-width: 768px) {
  .c-milano-2026-countdownwn {
    position: initial;
    bottom: auto;
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .c-milano-2026-countdownwn-inner {
    display: flex;
    gap: 0 10px;
    justify-content: center;
    align-items: center;
  }
}
.c-milano-2026-countdownwn-headline {
  font-weight: bold;
  font-size: calc((24 / 18) * 1rem);
  letter-spacing: 0.03em;
  margin-bottom: 4px;
}
@media screen and (max-width: 1024px) {
  .c-milano-2026-countdownwn-headline {
    font-size: calc((20 / 18) * 1rem);
  }
}
@media screen and (max-width: 480px) {
  .c-milano-2026-countdownwn-headline {
    font-size: calc((22 / 16) * 1rem);
    letter-spacing: 0.03em;
    line-height: 1.2;
  }
}
.c-milano-2026-countdownwn-countlist-box {
  display: flex;
  gap: 0 10px;
  align-items: flex-end;
}

.c-milano-2026-countdown-countList {
  display: flex;
  gap: 0 8px;
}

.c-milano-2026-countdown-countList__item {
  background: #fff;
  width: 50px;
  font-size: calc((60 / 18) * 1rem);
  font-weight: bold;
  text-align: center;
  border-radius: 4px;
  line-height: 1;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .c-milano-2026-countdown-countList__item {
    width: 40px;
    font-size: calc((52 / 18) * 1rem);
  }
}
@media screen and (max-width: 768px) {
  .c-milano-2026-countdown-countList__item {
    width: 50px;
    font-size: calc((56 / 16) * 1rem);
  }
}

.c-milano-2026-countdownwn-days {
  font-size: calc((38 / 18) * 1rem);
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .c-milano-2026-countdownwn-days {
    font-size: calc((30 / 18) * 1rem);
  }
}
@media screen and (max-width: 768px) {
  .c-milano-2026-countdownwn-days {
    font-size: calc((38 / 16) * 1rem);
  }
}

/* ナビ */
.p-milano-navi {
  background: #fff;
  padding: 20px 0;
  position: relative;
}
.p-milano-navi::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #f1f1f1;
}
@media screen and (max-width: 768px) {
  .p-milano-navi::before {
    content: none;
  }
}

.p-milano-navi-item-content {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px 38px;
  padding: 0 20px;
}

@media screen and (max-width: 768px) {
  .p-milano-navi-item-content {
    flex-direction: column;
    align-items: center;
    gap: 30px 0;
  }
}

.p-milano-navi-item-box {
  display: flex;
}

.p-milano-navi-btn {
  position: relative;
  display: inline-block;
  background: #e3cc6f;
  height: 92px;
  max-width: 300px;
  width: 100%;
  border-radius: 46px;
  display: flex;
  align-items: center;
}
.p-milano-navi-btn:hover {
  color: #000;
  background: rgba(227, 204, 111, 0.7);
}
.p-milano-navi-btn:hover::after {
  transform: translateX(4px);
}

@media screen and (max-width: 480px) {
  .p-milano-navi-btn {
    max-width: 100%;
    height: 46px;
  }
  .p-milano-navi-btn-txt {
    font-size: calc((18 / 16) * 1rem);
  }
}

.p-milano-navi-btn::after {
  content: "";
  background: url(../img/milano2026/milano-arrow-black.svg) no-repeat 0 0;
  width: 20px;
  height: 13px;
  display: inline-block;
  position: absolute;
  right: 16px;
  transition: transform 0.3s;
}
.p-milano-navi-btn-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: calc((21 / 18px) * 1rem);
  letter-spacing: 0;
  line-height: 1.15;
}
@media screen and (max-width: 480px) {
  .p-milano-navi-btn-txt {
  }
}
.p-milano-navi-item {
  position: relative;
  min-width: 168px;
}
@media screen and (max-width: 768px) {
  .p-milano-navi-item {
    min-width: 110px;
  }
}

@media screen and (max-width: 480px) {
  .p-milano-navi-item {
    position: relative;
    min-width: 82px;
    min-height: 82px;
  }
}
.p-milano-navi-item::before {
  content: "";
  display: inline-block;
  height: 100%;
  width: 4px;
  position: absolute;
  top: 0;
  left: -2px;
}

.p-milano-navi-item:nth-child(odd)::before {
  background-color: #006f5e;
}

.p-milano-navi-item:nth-child(even)::before {
  background-color: #b2343a;
}

.p-milano-navi-item:last-child::after {
  content: "";
  display: inline-block;
  height: 100%;
  width: 4px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #006f5e;
}

.p-milano-navi-item-inner {
  display: block;
  padding: 0 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-milano-navi-item-inner {
    padding: 0 4px;
  }
}

.p-milano-navi-item-inner:hover .p-milano-navi-item-icon path {
  fill: #e62419;

  transition: fill 0.3s;
}

.p-milano-navi-item-inner:hover .p-milano-navi-item-icon--mascot path {
  stroke: #e62419;
}

.p-milano-navi-item-icon {
  width: 72px;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .p-milano-navi-item-icon {
    width: 56px;
    margin-bottom: 0;
  }
}
.p-milano-navi-item-icon svg {
  width: 100%;
}

.p-milano-navi-item-icon path {
  fill: #252525;
}
.p-milano-navi-item-icon--mascot path {
  stroke: #232323;
}
.p-milano-navi-item-title {
  font-size: calc((16 / 18) * 1rem);
  font-weight: bold;
  text-align: center;
  /* line-height: 1.15; */
}

@media screen and (max-width: 480px) {
  .p-milano-navi-item-title {
    font-size: calc((13 / 16) * 1rem);
    line-height: 1.15;
  }
}

/*  */
.p-milano-wrap {
  padding: 0 20px;
  background: #fff;
  /* margin-top: calc(80vh - (55px + 69px)); */
  margin-top: 380px;
  padding-bottom: 100px;
}
@media screen and (max-width: 480px) {
  .p-milano-wrap {
    padding: 0 30px;
    padding-bottom: 70px;
    /* margin-top: calc(80vh - 60px); */
    margin-top: 160px;
  }
}

/* ピックアップ */

.p-milano-picup {
  position: relative;
  margin-bottom: 96px;
  padding-top: 96px;
  z-index: 1;
}
@media screen and (max-width: 480px) {
  .p-milano-picup {
    padding-top: 60px;
    margin-bottom: 60px;
  }
}

.p-milano-picup-illustrato01,
.p-milano-picup-illustrato02 {
  position: absolute;
  top: 96px;
  width: 180px;
  z-index: -1;
}

.p-milano-picup-illustrato01 {
  left: 0;
}

.p-milano-picup-illustrato02 {
  right: 0;
}

@media screen and (max-width: 768px) {
  .p-milano-picup-illustrato01,
  .p-milano-picup-illustrato02 {
    width: 84px;
    z-index: -1;
    top: calc(48px + 60px);
  }
}

@media screen and (max-width: 480px) {
  .p-milano-picup-illustrato01 {
    left: calc(-7px - 30px);
  }
  .p-milano-picup-illustrato02 {
    right: calc(-7px - 30px);
  }
}

.p-milano-head-title-box {
  text-align: center;
  margin-bottom: 72px;
}

.p-milano-head-title-box .p-milano-head-title-inner {
  position: relative;
  padding: 0 46px;
  margin-bottom: 16px;
  display: inline-block;
}

.p-milano-head-title-box .p-milano-head-title-inner::before,
.p-milano-head-title-box .p-milano-head-title-inner::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  height: 100%;
  width: 4px;
}

.p-milano-head-title-box .p-milano-head-title-inner::before {
  left: 0;
  background-color: #006f5e;
}

.p-milano-head-title-box .p-milano-head-title-inner::after {
  right: 0;
  background-color: #b2343a;
}
.p-milano-head-title-box .p-milano-head-title {
  font-size: calc((40 / 18) * 1rem);
  letter-spacing: 0.03em;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 0;
}

.p-milano-head-title-box .p-milano-head-sub-title {
  font-size: calc((24 / 18) * 1rem);
  letter-spacing: 0.03em;
  font-weight: bold;
}

.p-milano-head-title-box .p-milano-head-lead {
  font-size: calc((18 / 18) * 1rem);
  letter-spacing: 0.07em;
  font-weight: bold;
  line-height: 1.4;
}

@media screen and (max-width: 480px) {
  .p-milano-head-title-box {
    margin-bottom: 32px;
  }
  .p-milano-head-title-box .p-milano-head-title-inner {
    padding: 0 20px;
    margin-bottom: 12px;
  }
  .p-milano-head-title-box .p-milano-head-title {
    font-size: calc((26 / 16) * 1rem);
  }

  .p-milano-head-title-box .p-milano-head-lead {
    font-size: calc((14 / 16) * 1rem);
  }
}

.p-milano-item-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 60px 62px;
}

@media screen and (max-width: 768px) {
  .p-milano-item-box {
    gap: 60px 30px;
  }
}

.p-milano-item-box:has(+ .p-milano-center-box) {
  margin-bottom: 56px;
}

@media screen and (max-width: 480px) {
  .p-milano-item-box:has(+ .p-milano-center-box) {
    margin-bottom: 24px;
  }
}

.p-milano-item-box .p-milano-item {
  max-width: calc((100% - (62px * 2)) / 3);
  width: 100%;
}

@media screen and (max-width: 768px) {
  .p-milano-item-box .p-milano-item {
    max-width: calc((100% - (30px * 2)) / 3);
    width: 100%;
  }
}

.p-milano-item-box .p-milano-item-link {
  width: 100%;
  display: block;
}

.p-milano-item-box .p-milano-item-link02 {
  width: 100%;
  display: block;
}
.p-milano-item-box .p-milano-item-link:hover .p-milano-item-date {
  color: #e62419;
}
.p-milano-item-box .p-milano-item-link:hover .p-milano-item-img img {
  transform: scale(1.04);
}

.p-milano-item-box .p-milano-item-link02:hover .p-milano-item-img img {
  opacity: 0.7;
}

.p-milano-item-box .p-milano-item-img {
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 24px;
}

.p-milano-item-box .p-milano-item-img img {
  border-radius: 4px;
  transition: 0.3s all;
  will-change: transform;
}

.p-milano-item-box .p-milano-item-date {
  font-size: calc((16 / 18) * 1rem);
  letter-spacing: 0.03em;
  line-height: 1.4;
  margin-bottom: 4px;
  display: inline-block;
  font-weight: bold;
  color: #808080;
  transition: 0.3s color;
}

.p-milano-item-box .p-milano-item-txt {
  font-size: 1rem;
  letter-spacing: 0.03em;
  line-height: 1.5;
  margin-bottom: 0;
  font-weight: bold;
}

.p-milano-item-box .p-milano-item-txt.tc{
  text-align: center;
}

.p-milano-item-box .p-milano-item-txt--intro {
  font-size: calc((22 / 18) * 1rem);
  text-align: center;
}

@media screen and (max-width: 480px) {
  .p-milano-item-box {
    gap: 28px 0;
  }
  .p-milano-item-box .p-milano-item {
    max-width: 100%;
  }
  .p-milano-item-box .p-milano-item-img {
    margin-bottom: 16px;
  }
  .p-milano-item-box .p-milano-item-date {
    font-size: 14px;
  }
  .p-milano-item-box .p-milano-item-txt {
    font-size: 16px;
    line-height: 1.4;
  }
}

@media screen and (max-width: 480px) {
  .p-milano-item-box .p-milano-item-txt--intro {
    font-size: calc((22 / 16) * 1rem);
  }
}

.p-milano-center-box {
  text-align: center;
}
.p-milano-btn {
  width: 261px;
  height: 44px;
  position: relative;
  display: inline-block;
  border-radius: 30px;
  padding: 0;
}

.p-milano-btn--red {
  background-color: #b2343a;
}
.p-milano-btn--red:hover {
  background-color: rgba(178, 52, 58, 0.7);
}
.p-milano-btn--green {
  background-color: #006f5e;
  width: 320px;
}
.p-milano-btn--green:hover {
  background-color: rgba(0, 111, 94, 0.7);
}

.p-milano-btn-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 6px;
}

.p-milano-btn-txt {
  color: #fff;
  font-size: calc((16 / 18) * 1rem);
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.03em;
  display: block;
}

.p-milano-btn-inner::after {
  content: "";
  background: url(../img/milano2026/milano-arrow.svg) no-repeat 0 0;
  width: 20px;
  height: 13px;
  display: inline-block;
  position: absolute;
  right: 16px;
  transition: transform 0.3s;
}

.p-milano-btn:hover .p-milano-btn-inner::after {
  transform: translateX(6px);
}

/* インタビュー */

.p-milano-interview {
  position: relative;
  margin-bottom: 96px;
  z-index: 1;
}

.p-milano-interview-illustrato01 {
  position: absolute;
  top: 0;
  width: 180px;
  z-index: -1;
}

.p-milano-interview-illustrato01 {
  left: 0;
}

@media screen and (max-width: 768px) {
  .p-milano-interview-illustrato01 {
    width: 84px;
    z-index: -1;
  }

  .p-milano-interview-illustrato01 {
    left: calc(-7px - 16px);
    top: -52px;
  }
}

@media screen and (max-width: 480px) {
  .p-milano-interview {
    margin-bottom: 60px;
  }
}

/* 競技紹介 */

.p-milano-introduction {
  margin-bottom: 96px;
}

@media screen and (max-width: 480px) {
  .p-milano-introduction {
    margin-bottom: 60px;
  }
}

/* ヒミツ*/

.p-milano-secret {
  margin-bottom: 96px;
  position: relative;
  z-index: 1;
}

.p-milano-secret-illustrato02 {
  position: absolute;
  top: 0;
  width: 180px;
  z-index: -1;
}

.p-milano-secret-illustrato02 {
  right: 0;
}

@media screen and (max-width: 768px) {
  .p-milano-secret-illustrato02 {
    width: 84px;
    top: -62px;
    right: -10px;
  }
}
@media screen and (max-width: 480px) {
  .p-milano-secret {
    margin-bottom: 60px;
  }
}

/* 過去 */
.p-milano-past {
  position: relative;
  z-index: 1;
}

.p-milano-past-items {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0 56px;
  margin-bottom: 32px;
}
.p-milano-past-items:last-child {
  margin-bottom: 0;
}

.p-milano-past-name {
  font-size: calc((24 / 18) * 1rem);
  font-weight: bold;
  letter-spacing: 0.03em;
  margin-bottom: 0;
}

.p-milano-past-btn-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}

@media screen and (max-width: 768px) {
  .p-milano-past-items {
    margin-bottom: 40px;
  }
  .p-milano-past-name {
    padding-bottom: 16px;
    margin-bottom: 24px;
    font-size: calc((18 / 16) * 1rem);
    position: relative;
  }

  .p-milano-past-name::after {
    content: "";
    display: inline-block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 48px;
    height: 2px;
    background: #232323;
  }
}

.p-milano-past-illustrato01,
.p-milano-past-illustrato02 {
  position: absolute;
  top: 0;
  width: 180px;
  z-index: -1;
}

.p-milano-past-illustrato01 {
  left: 0;
}
.p-milano-past-illustrato02 {
  right: 0;
}

@media screen and (max-width: 768px) {
  .p-milano-past-illustrato01,
  .p-milano-past-illustrato02 {
    width: 84px;
    z-index: -1;
    top: 48px;
  }
  .p-milano-past-illustrato01 {
    left: calc(-7px - 30px);
  }
  .p-milano-past-illustrato02 {
    right: calc(-7px - 30px);
  }
}

@media screen and (max-width: 480px) {
  .p-milano-past-illustrato02 {
    top: 300px;
  }
}

.milano-bg-wrapper::before {
  content: "";
  speak: none;
  display: block;
  position: fixed;
  top: calc(55px + 69px);
  left: 0;
  width: 100vw;
  height: calc(100vh - (55px + 69px));
  background: url(../img/milano2026/snow.jpg) center center / cover;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .milano-bg-wrapper::before {
    top: calc(60px);
    width: 100vw;
    height: calc(100vh - (60px));
  }
}
@media screen and (max-width: 480px) {
  .milano-bg-wrapper::before {
    top: calc(60px);
    width: 100vw;
    height: calc(100vh - (60px));
    /* background: url(../img/milano2026/snow.jpg) top center / cover; */
  }
}
