@charset "UTF-8";
@media screen and (min-width: 501px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 500px) {
  .pc {
    display: none !important;
  }
}

.main-wrapper {
  font-family: "Noto Sans JP", sans-serif;
}

.main-wrapper * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.menu_pc .buy_pc a {
  background: #c00;
  color: #fff;
  padding: 10px 1em;
  font-weight: 400;
  letter-spacing: 0.01em;
  border: 1px solid #c00;
  -webkit-transition: ease 200ms;
  transition: ease 200ms;
}
.menu_pc .buy_pc a:hover {
  background: #fff;
  color: #c00;
}

/**
 * KV
 **/
@-webkit-keyframes kvBgIn {
  from {
    -webkit-transform: skewX(6.3deg) translateX(-100%);
            transform: skewX(6.3deg) translateX(-100%);
  }
  to {
    -webkit-transform: skewX(6.3deg) translateX(0%);
            transform: skewX(6.3deg) translateX(0%);
  }
}
@keyframes kvBgIn {
  from {
    -webkit-transform: skewX(6.3deg) translateX(-100%);
            transform: skewX(6.3deg) translateX(-100%);
  }
  to {
    -webkit-transform: skewX(6.3deg) translateX(0%);
            transform: skewX(6.3deg) translateX(0%);
  }
}
@-webkit-keyframes kvInner {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes kvInner {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes kvIllustReveal {
  from {
    -webkit-transform: skewX(6.3deg) translateX(0%);
            transform: skewX(6.3deg) translateX(0%);
  }
  to {
    -webkit-transform: skewX(6.3deg) translateX(100%);
            transform: skewX(6.3deg) translateX(100%);
  }
}
@keyframes kvIllustReveal {
  from {
    -webkit-transform: skewX(6.3deg) translateX(0%);
            transform: skewX(6.3deg) translateX(0%);
  }
  to {
    -webkit-transform: skewX(6.3deg) translateX(100%);
            transform: skewX(6.3deg) translateX(100%);
  }
}
@-webkit-keyframes kvMainReveal {
  from {
    opacity: 0;
    -webkit-transform: translateY(2%);
            transform: translateY(2%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@keyframes kvMainReveal {
  from {
    opacity: 0;
    -webkit-transform: translateY(2%);
            transform: translateY(2%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
.kv {
  overflow: hidden;
  position: relative;
  opacity: 0;
}
.kv:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -10%;
  width: 120%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#1e204f), to(#b22e71));
  background: linear-gradient(#1e204f, #b22e71);
}
@media screen and (max-width: 500px) {
  .kv:before {
    left: -15%;
    width: 130%;
  }
}
.kv__inner {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1200px;
  width: calc(100% - 100px);
  margin: 0 auto;
}
@media screen and (min-width: 501px) {
  .kv__inner > * {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .kv__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    width: 100%;
  }
}
.kv__illust {
  position: relative;
}
.kv__illust:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#1e204f), to(#b22e71));
  background: linear-gradient(#1e204f, #b22e71);
  z-index: 1;
  -webkit-transform: skewX(6.3deg);
          transform: skewX(6.3deg);
}
@media screen and (max-width: 500px) {
  .kv__illust:before {
    width: 110%;
    left: -5%;
  }
}
@media screen and (max-width: 500px) {
  .kv__main {
    padding: 40px 20px;
  }
}
.kv img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.kv.frame-in {
  opacity: 1;
}
.kv.frame-in::before {
  -webkit-animation: kvBgIn cubic-bezier(0.25, 1, 0.5, 1) 600ms both 200ms;
          animation: kvBgIn cubic-bezier(0.25, 1, 0.5, 1) 600ms both 200ms;
}
.kv.frame-in .kv__inner {
  -webkit-animation: kvInner linear 300ms both 400ms;
          animation: kvInner linear 300ms both 400ms;
}
.kv.frame-in .kv__main {
  -webkit-animation: kvMainReveal cubic-bezier(0.25, 1, 0.5, 1) 1600ms both 500ms;
          animation: kvMainReveal cubic-bezier(0.25, 1, 0.5, 1) 1600ms both 500ms;
}
.kv.frame-in .kv__illust::before {
  -webkit-animation: kvIllustReveal cubic-bezier(0, 1, 0.3, 1) 2000ms both 700ms;
          animation: kvIllustReveal cubic-bezier(0, 1, 0.3, 1) 2000ms both 700ms;
}

.festival-main {
  background-color: #f8f4e9;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  padding: 0 0 100px;
}
@media screen and (max-width: 500px) {
  .festival-main {
    padding: 0 0 60px;
  }
}

.festival-desc {
  text-align: center;
  font-size: 28px;
  font-size: min(28px, 3vw);
  font-weight: 700;
  line-height: 1.96;
  padding: 80px 20px;
}
.festival-desc.cfi {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}
.festival-desc.cfi.frame-in {
  -webkit-transition: opacity 800ms, -webkit-transform cubic-bezier(0.25, 1, 0.5, 1) 1200ms;
  transition: opacity 800ms, -webkit-transform cubic-bezier(0.25, 1, 0.5, 1) 1200ms;
  transition: opacity 800ms, transform cubic-bezier(0.25, 1, 0.5, 1) 1200ms;
  transition: opacity 800ms, transform cubic-bezier(0.25, 1, 0.5, 1) 1200ms, -webkit-transform cubic-bezier(0.25, 1, 0.5, 1) 1200ms;
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
@media screen and (max-width: 500px) {
  .festival-desc {
    font-size: 4.5vw;
    padding: 40px 20px;
  }
}
.festival-desc .sat {
  color: #4267b2;
}
.festival-desc .sun {
  color: #ca4632;
}

.lineup__ttl {
  background: #1e204f;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  height: 60px;
  font-size: 25px;
  font-size: min(25px, 3vw);
  margin-bottom: 4em;
}
.lineup__ttl.cfi {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}
.lineup__ttl.cfi.frame-in {
  -webkit-transition: opacity 800ms, -webkit-transform cubic-bezier(0.25, 1, 0.5, 1) 1200ms;
  transition: opacity 800ms, -webkit-transform cubic-bezier(0.25, 1, 0.5, 1) 1200ms;
  transition: opacity 800ms, transform cubic-bezier(0.25, 1, 0.5, 1) 1200ms;
  transition: opacity 800ms, transform cubic-bezier(0.25, 1, 0.5, 1) 1200ms, -webkit-transform cubic-bezier(0.25, 1, 0.5, 1) 1200ms;
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.lineup__inner {
  max-width: 1200px;
  width: calc(100% - 100px);
  margin: 0 auto;
}
@media screen and (max-width: 500px) {
  .lineup__inner {
    width: calc(100% - 40px);
  }
}
.lineup-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 500px) {
  .lineup-list {
    gap: 10px;
  }
}
.lineup-list__item {
  background-color: #fff;
  border-radius: 8px;
  position: relative;
  padding: 30px 0;
}
.lineup-list__item.cfi {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}
.lineup-list__item.cfi.frame-in {
  -webkit-transition: opacity 800ms, -webkit-transform cubic-bezier(0.25, 1, 0.5, 1) 1200ms;
  transition: opacity 800ms, -webkit-transform cubic-bezier(0.25, 1, 0.5, 1) 1200ms;
  transition: opacity 800ms, transform cubic-bezier(0.25, 1, 0.5, 1) 1200ms;
  transition: opacity 800ms, transform cubic-bezier(0.25, 1, 0.5, 1) 1200ms, -webkit-transform cubic-bezier(0.25, 1, 0.5, 1) 1200ms;
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
@media screen and (min-width: 501px) {
  .lineup-list__item {
    width: calc((100% - 60px) * 0.3333);
  }
  .lineup-list__item.cfi.frame-in:nth-child(3n+1) {
    -webkit-transition-delay: 120ms;
            transition-delay: 120ms;
  }
  .lineup-list__item.cfi.frame-in:nth-child(3n+2) {
    -webkit-transition-delay: 240ms;
            transition-delay: 240ms;
  }
  .lineup-list__item.cfi.frame-in:nth-child(3n) {
    -webkit-transition-delay: 360ms;
            transition-delay: 360ms;
  }
}
@media screen and (max-width: 500px) {
  .lineup-list__item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 0;
  }
}
.lineup-list__item.recommended::before {
  content: "注目\a商品";
  position: absolute;
  top: -30px;
  border-radius: 100vmax;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 68px;
  height: 68px;
  background: #ca4632;
  color: #fff;
  font-weight: 700;
  font-size: 17px;
  line-height: 1.1;
  left: 0;
  white-space: pre-wrap;
  z-index: 10;
}
@media screen and (max-width: 500px) {
  .lineup-list__item.recommended::before {
    top: -2vw;
    width: 12vw;
    height: 12vw;
    font-size: 3vw;
  }
}
.lineup-list__item > a {
  display: block;
  -webkit-transition: opacity ease 200ms;
  transition: opacity ease 200ms;
}
@media screen and (min-width: 501px) {
  .lineup-list__item > a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 500px) {
  .lineup-list__item > a {
    width: 50%;
  }
}
.lineup-list__item .ph {
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  aspect-ratio: 38/27;
}
@media screen and (max-width: 500px) {
  .lineup-list__item .ph {
    max-width: 50vw;
  }
}
.lineup-list__item .ph a {
  display: block;
  -webkit-transition: opacity ease 200ms;
  transition: opacity ease 200ms;
}
@media screen and (min-width: 501px) {
  .lineup-list__item .ph a:hover {
    opacity: 0.7;
  }
}
.lineup-list__item .ph img {
  display: block;
  max-width: 100%;
}
.lineup-list__item .desc {
  padding: 0 30px;
}
@media screen and (max-width: 500px) {
  .lineup-list__item .desc {
    padding: 0 15px 0 0;
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.lineup-list__item .size {
  font-size: 15px;
  text-align: center;
  font-weight: 700;
  padding: 10px 0;
}
@media screen and (max-width: 500px) {
  .lineup-list__item .size {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    font-size: 12px;
    padding: 0 0 5px;
  }
}
.lineup-list__item .colors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  padding: 5px 0 10px;
}
@media screen and (max-width: 500px) {
  .lineup-list__item .colors {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.lineup-list__item .colors button {
  border-radius: 100vmax;
  font-size: 0;
  width: 22px;
  height: 22px;
  border: 2px solid #ddd;
  -webkit-transition: ease 200ms;
  transition: ease 200ms;
}
.lineup-list__item .colors button.is-current {
  border-color: #b22e71;
}
.lineup-list__item .name {
  font-size: 14px;
  line-height: 1.7;
  font-weight: 700;
  margin-bottom: 30px;
}
@media screen and (max-width: 500px) {
  .lineup-list__item .name {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 15px;
  }
}
.lineup-list__item .name a {
  text-decoration: none;
  color: #000;
}
.lineup-list__item .name a:hover {
  text-decoration: underline;
}
.lineup-list__item .price {
  font-size: 16px;
  font-weight: 700;
  color: #ad3131;
}
@media screen and (max-width: 500px) {
  .lineup-list__item .price {
    margin-top: 15px;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
.lineup-list__item .price .tax {
  font-size: 0.8em;
}

.festival-info {
  padding: 100px 0;
}
@media screen and (max-width: 500px) {
  .festival-info {
    padding: 60px 0;
  }
}
.festival-info__inner {
  max-width: 1200px;
  margin: 0 auto;
  width: calc(100% - 100px);
}
@media screen and (max-width: 500px) {
  .festival-info__inner {
    width: calc(100% - 40px);
  }
}
.festival-info__list__post {
  --postgap: 80px;
  --colgap: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: var(--colgap);
}
.festival-info__list__post.cfi {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}
.festival-info__list__post.cfi.frame-in {
  -webkit-transition: opacity 800ms, -webkit-transform cubic-bezier(0.25, 1, 0.5, 1) 1200ms;
  transition: opacity 800ms, -webkit-transform cubic-bezier(0.25, 1, 0.5, 1) 1200ms;
  transition: opacity 800ms, transform cubic-bezier(0.25, 1, 0.5, 1) 1200ms;
  transition: opacity 800ms, transform cubic-bezier(0.25, 1, 0.5, 1) 1200ms, -webkit-transform cubic-bezier(0.25, 1, 0.5, 1) 1200ms;
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.festival-info__list__post:not(:last-child) {
  border-bottom: 1px solid #ccc;
  padding-bottom: var(--postgap);
  margin-bottom: var(--postgap);
}
@media screen and (max-width: 500px) {
  .festival-info__list__post {
    --postgap: 40px;
    --colgap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.festival-info__list__post .thumb {
  display: block;
}
.festival-info__list__post .thumb img {
  max-width: 100%;
}
.festival-info__list__post .ttl {
  font-size: min(22px, 3vw);
  font-weight: 700;
  line-height: 1.7;
  margin-bottom: 40px;
}
@media screen and (max-width: 500px) {
  .festival-info__list__post .ttl {
    font-size: min(4vw, 16px);
    text-align: center;
  }
}
.festival-info__list__post .link-a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 500px) {
  .festival-info__list__post .link-a {
    font-size: min(4vw, 16px);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.festival-info__list__post .link-a a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 45px 16px 40px;
  background: #000;
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  font-size: 14px;
}
.festival-info__list__post .link-a a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 6px;
  background-color: #b22e71;
  -webkit-transition: cubic-bezier(0.25, 1, 0.5, 1) 400ms;
  transition: cubic-bezier(0.25, 1, 0.5, 1) 400ms;
  mix-blend-mode: screen;
}
.festival-info__list__post .link-a a::after {
  content: "";
  display: block;
  position: absolute;
  right: 18px;
  height: 0.75em;
  width: 0.75em;
  background-image: url(../images/icon_external.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.festival-info__list__post .link-a a:hover::before {
  width: 100%;
}
.festival-info__list__post .link-b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 500px) {
  .festival-info__list__post .link-b {
    font-size: min(4vw, 16px);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.festival-info__list__post .link-b a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 1.5em 8px 1.5em;
  color: #333;
  border: 1px solid #333;
  border-radius: 0.6em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  font-size: 14px;
  -webkit-transition: ease 200ms;
  transition: ease 200ms;
}
.festival-info__list__post .link-b a::after {
  content: "";
  display: block;
  height: 0.8em;
  width: 0.8em;
  background-image: url(../images/icon_external.png);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-filter: invert(1);
          filter: invert(1);
  margin-left: 0.5em;
  -webkit-transition: ease 200ms;
  transition: ease 200ms;
}
.festival-info__list__post .link-b a:hover {
  background: #000;
  color: #fff;
}
.festival-info__list__post .link-b a:hover::after {
  -webkit-filter: invert(0);
          filter: invert(0);
}