@media screen and (min-width: 960px), print {
  html {
    scroll-padding-top: min(calc((101/1920)*100vw), 101px);
  }
}

body {
  font-size: min(calc((16/1240)*100vw), 16px);
  line-height: 1.6;
  background-color: #F5F5F5;
}

.c-inner {
  width: min(calc((1240/1240)*100vw), 1240px);
  padding-inline: min(calc((20/1240)*100vw), 20px);
  margin: 0 auto;
  max-width: 100%;
}
@media screen and (max-width: 959px) {
  .c-inner {
    width: 100%;
    padding-inline: calc((20/750)*100vw);
  }
}

.header {
  font-family: "Zen Old Mincho", "Noto Serif JP", "Hiragino Mincho ProN", serif;
  background: none;
  z-index: 1000;
}
@media screen and (min-width: 960px), print {
  .header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    -webkit-box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 959px) {
  .header {
    position: fixed;
    top: 0;
    right: 0;
  }
  .header.spActive .header-inner {
    right: 0;
  }
}
.header-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-block: min(calc((24/1920)*100vw), 24px);
  padding-inline: min(calc((64/1920)*100vw), 64px);
  background-color: #fff;
}
@media screen and (max-width: 959px) {
  .header-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100vw;
    padding: calc((60/750)*100vw) calc((80/750)*100vw) calc((80/750)*100vw);
    position: absolute;
    top: 0;
    right: -101vw;
    -webkit-transition: right 0.2s;
    transition: right 0.2s;
    z-index: 3;
  }
}
.header-logo {
  width: min(calc((195/1920)*100vw), 195px);
}
@media screen and (max-width: 959px) {
  .header-logo {
    width: calc((300/750)*100vw);
  }
}
.header-sponsor {
  font-size: min(calc((24/1920)*100vw), 24px);
  font-weight: 700;
  color: #C6AE82;
  margin: 0 0 0 min(calc((80/1920)*100vw), 80px);
  position: relative;
}
@media screen and (max-width: 959px) {
  .header-sponsor {
    font-size: calc((22/750)*100vw);
    margin: calc((20/750)*100vw) 0 0;
  }
}
.header-sponsor:before {
  content: "";
  display: block;
  width: 1px;
  height: min(calc((38/1920)*100vw), 38px);
  background-color: #C6AE82;
  position: absolute;
  top: 0;
  left: max(calc((-39/1920)*100vw), -39px);
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 959px) {
  .header-sponsor:before {
    content: none;
  }
}
.header-subInner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
}
@media screen and (max-width: 959px) {
  .header-subInner {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin: 0;
  }
}
.header {
  /*
  &-nav {
    margin-left: auto;
    margin-right: min(calc((40/1400)*100vw), 40px);
    @media screen and (max-width: 959px) {
      width: 100%;
      margin: calc((40/750)*100vw) 0 0;
    }
    ul {
      display: flex;
      gap: 0 min(calc((48/1920)*100vw), 48px);
      margin: 0;
      @media screen and (max-width: 959px) {
        flex-direction: column;
        gap: calc((40/750)*100vw);
      }
    }
    a {
      font-size: min(calc((20/1920)*100vw), 20px);
      font-weight: 700;
      letter-spacing: 0.05em;
      color: #fff;
      @media screen and (max-width: 959px) {
        display: flex;
        justify-content: center;
        align-items: center;
        height: calc((100/750)*100vw);
        font-size: calc((34/750)*100vw);
        border: 1px solid #fff;
      }
    }
  }
  */
}
.header-btnArea {
  position: static;
}
@media screen and (max-width: 959px) {
  .header-btnArea {
    width: 100%;
  }
}
.header-btnArea ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 min(calc((48/1920)*100vw), 48px);
  margin: 0;
}
@media screen and (max-width: 959px) {
  .header-btnArea ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: calc((40/750)*100vw);
    margin: calc((80/750)*100vw) auto 0;
  }
}
.header-btnArea a {
  display: block;
  width: auto;
  height: min(calc((53/1920)*100vw), 53px);
}
@media screen and (max-width: 959px) {
  .header-btnArea a {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: calc((100/750)*100vw);
    font-size: calc((34/750)*100vw);
    background-color: #c60e31;
  }
  .header-btnArea a span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header-btnArea a span:before {
    content: "";
    display: block;
    width: calc((14*2/750)*100vw);
    height: calc((21*2/750)*100vw);
    background: url(../images/index/spring2026/icon_03.svg) no-repeat center center/contain;
    margin-right: 0.6em;
  }
}
.header-btnArea img {
  width: auto;
  height: 100%;
}
@media screen and (max-width: 959px) {
  .header-btnArea img {
    width: 100%;
    height: auto;
  }
}
.header-close {
  width: calc((80/750)*100vw);
  height: calc((80/750)*100vw);
  position: absolute;
  top: calc((8/750)*100vw);
  right: calc((8/750)*100vw);
}
.header-close span {
  display: block;
  width: 100%;
  height: calc((6/750)*100vw);
  border-radius: calc((6/750)*100vw);
  background-color: #b3b0ab;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  rotate: 45deg;
}
.header-close span:nth-child(2) {
  rotate: -45deg;
}
.header-hamburger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc((80/750)*100vw);
  height: calc((50/750)*100vw);
  position: fixed;
  top: calc((20/750)*100vw);
  right: calc((20/750)*100vw);
  z-index: 2;
}
.header-hamburger span {
  display: block;
  width: 100%;
  height: calc((6/750)*100vw);
  border-radius: calc((6/750)*100vw);
  background-color: #b3b0ab;
}

.archive-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: min(calc((28/1240)*100vw), 28px);
  grid-row-gap: min(calc((24/1240)*100vw), 24px);
  padding-block: min(calc((50/1240)*100vw), 50px);
}
@media screen and (max-width: 959px) {
  .archive-list {
    grid-template-columns: repeat(1, 1fr);
    padding-block: calc((100/750)*100vw);
    grid-row-gap: calc((60/750)*100vw);
  }
}
.archive-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: min(calc((22/1240)*100vw), 22px);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: min(calc((24/1240)*100vw), 24px);
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  border-radius: min(calc((8/1240)*100vw), 8px);
  background: #FFF;
  -webkit-box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 959px) {
  .archive-item {
    padding: calc((30/750)*100vw);
    gap: calc((30/750)*100vw);
    border-radius: calc((8/750)*100vw);
    -webkit-box-shadow: 0 calc((4/750)*100vw) calc((14/750)*100vw) 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 calc((4/750)*100vw) calc((14/750)*100vw) 0 rgba(0, 0, 0, 0.2);
  }
}
.archive-item.end .archive-period {
  color: #818691;
}
.archive-item.end .archive-period .period {
  background-color: #818691;
}
.archive-img {
  width: 100%;
  height: min(calc((177/1240)*100vw), 177px);
  border-radius: min(calc((8/1240)*100vw), 8px);
  position: relative;
  overflow: hidden;
  margin: 0;
}
@media screen and (max-width: 959px) {
  .archive-img {
    height: calc((177*2/750)*100vw);
    border-radius: calc((8/750)*100vw);
  }
}
.archive-img img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.archive-img.spring-2026 img {
  width: 136%;
  left: -18%;
  bottom: auto;
}
.archive-img.winter-2025 img {
  width: 120%;
  left: -10%;
  bottom: auto;
}
.archive-img.autumn-2025 img {
  top: min(calc((90/1240)*100vw), 90px);
}
@media screen and (max-width: 959px) {
  .archive-img.autumn-2025 img {
    top: calc((90*2/750)*100vw);
  }
}
.archive-period {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #C60D31;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0.01em;
  margin: 0;
}
@media screen and (max-width: 959px) {
  .archive-period {
    font-size: calc((32/750)*100vw);
  }
}
.archive-period .period {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: min(calc((59/1240)*100vw), 59px);
  height: min(calc((30/1240)*100vw), 30px);
  font-size: min(calc((13/1240)*100vw), 13px);
  color: #fff;
  background-color: #C60D31;
}
@media screen and (max-width: 959px) {
  .archive-period .period {
    width: calc((59*2/750)*100vw);
    height: calc((30*2/750)*100vw);
    font-size: calc((28/750)*100vw);
  }
}
.archive-period .txt {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.archive-btn {
  width: 100%;
  margin: 0;
}
.archive-btn a {
  width: 100%;
  height: min(calc((56/1240)*100vw), 56px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(calc((6/1240)*100vw), 6px);
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.01em;
  background-color: #1A2E35;
  border-radius: min(calc((4/1240)*100vw), 4px);
  position: relative;
}
@media screen and (max-width: 959px) {
  .archive-btn a {
    height: calc((100/750)*100vw);
    gap: calc((6*2/750)*100vw);
    font-size: calc((32/750)*100vw);
    border-radius: calc((4*2/750)*100vw);
  }
}
.archive-btn a:after {
  content: "";
  display: block;
  width: min(calc((22/1240)*100vw), 22px);
  height: min(calc((22/1240)*100vw), 22px);
  background: url(../images/archive/icon_01.png) no-repeat center center/contain;
}
@media screen and (max-width: 959px) {
  .archive-btn a:after {
    width: calc((22*1.6/750)*100vw);
    height: calc((22*1.6/750)*100vw);
  }
}

.EVC_Footer__txtArea {
  margin-top: 0;
}