body:before {
  content: '';
}

body {
  margin: 0;
}

body,
#header::before,
#header::after {
  background: #faedcd url("../../../img/denim-matsuri/noise.gif") repeat !important;
}

@-webkit-keyframes marquee {
  0% {
    transform: translate3d(0%, 0, 0);
  }

  100% {
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes marquee {
  0% {
    transform: translate3d(0%, 0, 0);
  }

  100% {
    transform: translate3d(-100%, 0, 0);
  }
}

#page-denim-matsuri {
  --color-denim-red: #d21d17;
  --color-denim-blue: #193854;
  --color-denim-white: #faedcd;
  color: var(--color-denim-blue);
}

#page-denim-matsuri #firstview {
  margin-top: 100px;
  margin-bottom: 150px;
}

#page-denim-matsuri #firstview .visual {
  position: relative;
  height: calc(100svh - 100px - 10px);
}

#page-denim-matsuri #firstview .visual .layer {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

#page-denim-matsuri #firstview .visual .layer .box {
  position: relative;
  aspect-ratio: 337/808;
  height: 100%;
  max-height: calc(84vw / 337 * 808);
}

#page-denim-matsuri #firstview .visual .logo h1 {
  font-family: 'A1 Gothic M';
  color: var(--color-denim-red);
  font-size: 12px;
  line-height: 1.2;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: absolute;
  top: 0;
  left: -20px;
}

#page-denim-matsuri #firstview .visual .logo picture img {
  width: 100%;
  height: 100%;
}

#page-denim-matsuri #firstview .visual .logo .stamp {
  position: absolute;
  right: -2.84818%;
  bottom: 3.71734%;
  height: 3.04397%;
  width: auto;
}

#page-denim-matsuri #firstview .visual .marquee {
  display: flex;
  align-items: center;
  justify-content: center;
}

#page-denim-matsuri #firstview .visual .marquee .frame {
  box-sizing: border-box;
  width: 120px;
  height: 120px;
  border-radius: 300px;
  border: solid 4px var(--color-denim-red);
  overflow: hidden;
  opacity: 0;
  transform: scale(1.5);
}

#page-denim-matsuri #firstview .visual .marquee .frame .lines {
  display: inline-flex;
  align-items: center;
  height: 100%;
  width: 100vw;
}

#page-denim-matsuri #firstview .visual .marquee .frame .lines .line {
  font-family: 'A1 Gothic M';
  color: var(--color-denim-red);
  font-size: 76px;
  line-height: 1.2;
  margin-top: 0.15em;
  display: flex;
  flex-shrink: 0;
}

#page-denim-matsuri #firstview .visual .marquee .frame .lines .line::before {
  content: '';
  display: block;
  height: 80px;
  aspect-ratio: 1;
  background: url("../../../img/denim-matsuri/owl.png") center/contain no-repeat;
}

#page-denim-matsuri #firstview .visual .marquee[data-visible='true'] .frame {
  opacity: 1;
  transform: scale(1);
  transition: transform 150ms cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 20ms;
}

#page-denim-matsuri #firstview .visual .marquee[data-visible='true'] .line {
  -webkit-animation: marquee 10s linear infinite;
  animation: marquee 10s linear infinite;
}

#page-denim-matsuri #firstview .visual .marquee[data-expanded='true'] .frame {
  width: 80vw;
  transition: width 1000ms cubic-bezier(0.23, 1, 0.32, 1);
}

#page-denim-matsuri #firstview .visual .mark {
  display: flex;
  align-items: center;
  justify-content: center;
}

#page-denim-matsuri #firstview .visual .mark svg {
  width: 100%;
  height: auto;
}

#page-denim-matsuri #firstview .visual .mark svg .mask_path {
  transform: scale(0);
  transform-origin: 50% 50%;
}

#page-denim-matsuri #firstview .visual .mark[data-visible='true'] .mask_path {
  transform: scale(1);
  transition: transform 1000ms cubic-bezier(0.86, 0, 0.07, 1);
}

#page-denim-matsuri #firstview .leadtext {
  font-family: 'A1 Gothic B';
  font-size: 20px;
  line-height: 1.3;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
  text-align: justify;
  margin-top: 38px;
  margin-inline: 36px;
  opacity: 0;
}

#page-denim-matsuri #firstview .leadtext[data-visible='true'] {
  opacity: 1;
  transition: opacity 750ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

#page-denim-matsuri #calendar .header {
  display: flex;
  justify-content: space-between;
  margin: 0 11.28205vw;
}

#page-denim-matsuri #calendar .header .left {
  display: flex;
}

#page-denim-matsuri #calendar .header h2 {
  font-family: 'A1 Gothic B';
  position: relative;
  font-size: 3rem;
  line-height: 1;
  letter-spacing: -0.06em;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  opacity: 0;
  transform: translate3d(0, 30%, 0);
}

#page-denim-matsuri #calendar .header h2::after {
  content: '';
  display: block;
  aspect-ratio: 18 / 70;
  width: 1.125rem;
  background: url("../../../img/denim-matsuri/icon_mark1.svg") center/contain no-repeat;
  margin-right: 1.625rem;
}

#page-denim-matsuri #calendar .header .text {
  font-family: 'A1 Gothic M';
  font-size: 0.75rem;
  line-height: 1.5;
  letter-spacing: -0.06em;
  margin-top: 3.58333em;
  margin-left: 15.89744vw;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  opacity: 0;
  transform: translate3d(0, 30%, 0);
}

#page-denim-matsuri #calendar .header .year {
  font-family: 'A1 Gothic B';
  position: relative;
  font-size: 1rem;
  line-height: 1.3;
  letter-spacing: 0.32em;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  margin-top: 2.4375em;
  opacity: 0;
  transform: translate3d(0, 30%, 0);
}

#page-denim-matsuri #calendar .header[data-visible='true'] .year {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: opacity 700ms cubic-bezier(0.55, 0.085, 0.68, 0.53), transform 700ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

#page-denim-matsuri #calendar .header[data-visible='true'] h2 {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: opacity 700ms cubic-bezier(0.55, 0.085, 0.68, 0.53) 500ms, transform 700ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 500ms;
}

#page-denim-matsuri #calendar .header[data-visible='true'] .text {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: opacity 700ms cubic-bezier(0.55, 0.085, 0.68, 0.53) 800ms, transform 700ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 800ms;
}

#page-denim-matsuri #calendar .preload_m,
#page-denim-matsuri #calendar .preload_b {
  position: relative;
  visibility: hidden;
  height: 0;
  overflow: hidden;
}

#page-denim-matsuri #calendar .preload_m {
  font-family: 'A1 Gothic M';
}

#page-denim-matsuri #calendar .preload_b {
  font-family: 'A1 Gothic B';
}

#page-denim-matsuri #calendar .about {
  position: relative;
  padding: 100px 22px 150px;
  overflow: hidden;
}

#page-denim-matsuri #calendar .about .photos {
  position: relative;
  margin: 0 -22px 64px;
  z-index: 1;
}

#page-denim-matsuri #calendar .about .photos ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

#page-denim-matsuri #calendar .about .photos ul::before {
  content: '';
  position: absolute;
  top: 75%;
  left: 0;
  width: 0%;
  border-bottom: solid 1px var(--color-denim-red);
}

#page-denim-matsuri #calendar .about .photos ul::after {
  content: '';
  display: block;
  width: 69.74359%;
  aspect-ratio: 270/360;
  max-width: 408px;
}

#page-denim-matsuri #calendar .about .photos ul li {
  position: absolute;
  box-sizing: border-box;
}

#page-denim-matsuri #calendar .about .photos ul li .photo {
  border: solid 6px #fff;
  border-radius: 6px;
  background: #fff;
  overflow: hidden;
  margin: 0 auto;
  box-shadow: -5px 10px 20px rgba(25, 56, 84, 0.17);
  opacity: 0;
  transform: scale(1.2);
  transition: opacity 300ms, transform 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

#page-denim-matsuri #calendar .about .photos ul li .photo[data-visible='true'] {
  opacity: 1;
  transform: scale(1);
  transition: opacity 300ms, transform 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

#page-denim-matsuri #calendar .about .photos ul li .photo[data-size='portrait'] {
  aspect-ratio: 400/533;
  width: 69.74359%;
  max-width: 408px;
}

#page-denim-matsuri #calendar .about .photos ul li .photo[data-size='landscape'] {
  aspect-ratio: 485/363;
  width: 84.61538%;
  max-width: 495px;
}

#page-denim-matsuri #calendar .about .photos ul li img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

#page-denim-matsuri #calendar .about .photos .slider {
  position: absolute;
  top: calc(75% - 40px);
  left: 0;
  box-sizing: border-box;
  width: 100%;
  height: 80px;
  cursor: pointer;
}

#page-denim-matsuri #calendar .about .photos .slider .rail {
  position: absolute;
  inset: 0 50px;
}

#page-denim-matsuri #calendar .about .photos .slider .icon {
  position: absolute;
  top: 0;
  left: 100%;
  width: 0;
  height: 80px;
  transition: left 300ms;
}

#page-denim-matsuri #calendar .about .photos .slider .icon::before {
  content: '';
  display: block;
  width: 80px;
  height: 80px;
  margin-left: -40px;
  border-radius: 50%;
  background: var(--color-denim-red) url("../../../img/denim-matsuri/icon_drag.svg") center repeat;
  transform: scale(0);
}

#page-denim-matsuri #calendar .about .photos .slider .icon[data-dragging='true'] {
  transition: left 0s;
}

#page-denim-matsuri #calendar .about .photos .slider .icon[data-dragging='true']::before {
  background-color: var(--color-denim-blue);
}

#page-denim-matsuri #calendar .about .photos[data-visible='true'] ul::before {
  width: 100%;
  transition: width 500ms cubic-bezier(0.77, 0, 0.175, 1);
}

#page-denim-matsuri #calendar .about .photos[data-visible='true'] .slider .icon::before {
  transform: scale(1);
  transition: transform 500ms cubic-bezier(0.77, 0, 0.175, 1) 500ms;
}

#page-denim-matsuri #calendar .about .description {
  position: relative;
}

#page-denim-matsuri #calendar .about .description::before {
  content: '';
  display: block;
  position: absolute;
  height: 230%;
  top: 90%;
  left: 30%;
  transform: translate(-50%, -50%);
  aspect-ratio: 758/901;
  background: url("../../../img/denim-matsuri/japan.svg") center/contain no-repeat;
  opacity: 0;
}

#page-denim-matsuri #calendar .about .description .box {
  position: relative;
}

#page-denim-matsuri #calendar .about .description .title {
  font-family: 'A1 Gothic B';
  font-size: 1.25rem;
  line-height: 1.3;
  letter-spacing: 0.02em;
  margin-bottom: 2em;
  opacity: 0;
  transform: translate3d(0, 2rem, 0);
}

#page-denim-matsuri #calendar .about .description .text {
  font-family: 'A1 Gothic M';
  font-size: 0.875rem;
  line-height: 1.3;
  letter-spacing: 0.02em;
  text-align: justify;
  opacity: 0;
  transform: translate3d(0, 2rem, 0);
}

#page-denim-matsuri #calendar .about .description .button_ {
  width: 100%;
  margin-top: 40px;
}

#page-denim-matsuri #calendar .about .description[data-visible='true']::before {
  opacity: 1;
  transition: opacity 700ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

#page-denim-matsuri #calendar .about .description[data-visible='true'] .title {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: opacity 700ms cubic-bezier(0.55, 0.085, 0.68, 0.53), transform 700ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

#page-denim-matsuri #calendar .about .description[data-visible='true'] .text {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: opacity 700ms cubic-bezier(0.55, 0.085, 0.68, 0.53) 200ms, transform 700ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 200ms;
}

#page-denim-matsuri #event_calendar {
  --color-border: rgb(210 29 23 / 0.1);
  --unit: 2rem;
}

#page-denim-matsuri #event_calendar .frame {
  position: relative;
  display: flex;
  width: 100%;
  padding-top: 12.5rem;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  cursor: ew-resize;
}

#page-denim-matsuri #event_calendar .frame::-webkit-scrollbar {
  display: none;
}

#page-denim-matsuri #event_calendar .container {
  position: relative;
  display: flex;
  padding: 0 calc(var(--unit) * 1);
  background-image: linear-gradient(to right, var(--color-border) 0px, var(--color-border) 1px, transparent 1px, transparent 100%);
  background-size: var(--unit) 100%;
  background-repeat: repeat-x;
  border-block: solid 1px var(--color-border);
}

#page-denim-matsuri #event_calendar .months {
  position: relative;
  height: 28.75rem;
  display: inline-flex;
}

#page-denim-matsuri #event_calendar .months .month {
  display: flex;
}

#page-denim-matsuri #event_calendar .months .month .label {
  position: sticky;
  left: calc(var(--unit) * 1);
  margin-right: calc(var(--unit) * 2);
}

#page-denim-matsuri #event_calendar .months .month .label::before {
  content: '';
  position: absolute;
  left: -1px;
  width: 3px;
  height: 100%;
  background: var(--color-denim-red);
}

#page-denim-matsuri #event_calendar .months .month .label .head {
  position: absolute;
  right: -1.5rem;
  bottom: calc(100% + 1.25rem);
  height: 6.25rem;
  display: flex;
  justify-content: flex-end;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

#page-denim-matsuri #event_calendar .months .month .label .ja {
  font-family: 'A1 Gothic B';
  font-size: 2rem;
  line-height: 1.1;
  letter-spacing: -0.06em;
}

#page-denim-matsuri #event_calendar .months .month .label .en {
  font-family: 'A1 Gothic M';
  font-size: 0.625rem;
  line-height: 1;
  letter-spacing: 0.04em;
  margin-right: 2px;
}

#page-denim-matsuri #event_calendar .months .month .label .year {
  font-family: 'A1 Gothic B';
  font-size: 0.625rem;
  line-height: 1;
  position: absolute;
  right: -1.5em;
}

#page-denim-matsuri #event_calendar .months .today {
  position: absolute;
  top: 0;
  height: 100%;
}

#page-denim-matsuri #event_calendar .months .today::before {
  content: '';
  position: absolute;
  left: -1px;
  width: 3px;
  height: 100%;
  background: var(--color-denim-blue);
  opacity: 0.14;
}

#page-denim-matsuri #event_calendar .months .today .label {
  position: absolute;
  right: -9px;
  bottom: calc(100%);
  transform: translateY(50%);
  font-family: 'A1 Gothic M';
  font-size: 10px;
  color: var(--color-denim-white);
  line-height: 18px;
  letter-spacing: 0.04em;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  padding: 0.6em 0;
  background: var(--color-denim-blue);
  border-radius: 100px;
}

#page-denim-matsuri #event_calendar .grid {
  position: absolute;
  inset: 0;
  padding: 2.5rem calc(var(--unit) * 1);
  display: grid;
  grid-template-rows: repeat(4, 5rem);
  gap: 1.25rem;
}

#page-denim-matsuri #event_calendar .grid .line {
  position: relative;
  display: flex;
}

#page-denim-matsuri #event_calendar .event-item {
  position: absolute;
  box-sizing: border-box;
  min-width: calc(var(--unit) * 12);
  height: 100%;
  overflow: hidden;
  padding: 0.625rem;
  border-radius: 0.625rem;
  box-shadow: 0 0 1px 1px rgba(25, 56, 84, 0.2) inset;
  display: grid;
  grid-template-columns: auto 1fr 104px;
  gap: 0.625rem;
}

#page-denim-matsuri #event_calendar .event-item[data-type='item'] {
  background: rgba(71, 113, 139, 0.2);
}

#page-denim-matsuri #event_calendar .event-item[data-type='event'] {
  background: rgba(210, 184, 122, 0.5);
}

#page-denim-matsuri #event_calendar .event-item[data-held='true'] {
  background: rgba(210, 29, 23, 0.4);
}

#page-denim-matsuri #event_calendar .event-item[data-expired='true'] {
  background: rgba(151, 151, 151, 0.2);
  opacity: 0.5;
}

#page-denim-matsuri #event_calendar .event-item[data-expired='true'] .period .since,
#page-denim-matsuri #event_calendar .event-item[data-expired='true'] .period .until {
  background: #606060;
}

#page-denim-matsuri #event_calendar .event-item .period {
  display: flex;
  gap: 0.25rem;
}

#page-denim-matsuri #event_calendar .event-item .period .since,
#page-denim-matsuri #event_calendar .event-item .period .until {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  width: 40px;
  height: 100%;
  padding: 0.5rem;
  background: var(--color-denim-red);
  border-radius: 0.5rem;
}

#page-denim-matsuri #event_calendar .event-item .period .since span,
#page-denim-matsuri #event_calendar .event-item .period .until span {
  display: block;
  line-height: 1;
  margin: -0.1em 0;
}

#page-denim-matsuri #event_calendar .event-item .period .until {
  position: relative;
}

#page-denim-matsuri #event_calendar .event-item .period .until::before {
  content: '';
  position: absolute;
  top: calc(50% - 1px);
  left: -0.5rem;
  width: 0.75rem;
  height: 2px;
  background: var(--color-denim-blue);
}

#page-denim-matsuri #event_calendar .event-item .period .month {
  font-family: 'A1 Gothic M';
  color: #fff;
  font-size: 0.75rem;
  letter-spacing: 0.04em;
}

#page-denim-matsuri #event_calendar .event-item .period .date {
  font-family: 'A1 Gothic B';
  color: #fff;
  font-size: 1rem;
}

#page-denim-matsuri #event_calendar .event-item .period .year {
  font-family: 'A1 Gothic M';
  font-size: 0.625rem;
  letter-spacing: 0.04em;
}

#page-denim-matsuri #event_calendar .event-item .data {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#page-denim-matsuri #event_calendar .event-item .data .upper_text {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}

#page-denim-matsuri #event_calendar .event-item .data .upper_text p {
  font-family: 'A1 Gothic M';
  font-size: 0.75rem;
  line-height: 0.83333;
  letter-spacing: 0.04em;
}

#page-denim-matsuri #event_calendar .event-item .data .upper_text .tip {
  font-family: 'A1 Gothic M';
  font-size: 0.625rem;
  height: 0.9375rem;
  line-height: 1.75;
  letter-spacing: 0.04em;
  display: flex;
  align-items: baseline;
  padding: 0 0.6em;
  background: #fff;
  border-radius: 100px;
  margin-left: 0.3125rem;
}

#page-denim-matsuri #event_calendar .event-item .data .upper_text .tip.soldout {
  color: var(--color-denim-red);
}

#page-denim-matsuri #event_calendar .event-item .data .lower_text p {
  font-family: 'A1 Gothic M';
  font-size: 0.875rem;
  line-height: 1.2;
  letter-spacing: 0.04em;
  margin: -0.1em 0;
}

#page-denim-matsuri #event_calendar .event-item .thumbnail {
  position: relative;
}

#page-denim-matsuri #event_calendar .event-item .thumbnail .placer {
  position: relative;
  height: 100%;
  border-radius: 0.5rem;
  background: #fff;
  overflow: hidden;
}

#page-denim-matsuri #event_calendar .event-item .thumbnail .placer img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

#page-denim-matsuri #event_calendar a.event-item .thumbnail::after {
  content: '';
  display: block;
  position: absolute;
  right: -0.3125rem;
  bottom: -0.3125rem;
  width: 0.9375rem;
  height: 0.9375rem;
  background: url("../../../img/denim-matsuri/icon_btn.svg") center/100% no-repeat;
}

#page-denim-matsuri #handwork {
  position: relative;
  padding: 0 22px;
}

#page-denim-matsuri #handwork .container {
  --handwork_bg-y: 0%;
  position: relative;
  width: 100%;
  height: 500px;
  background: url("../../../img/denim-matsuri/handwork_bg@sp.jpg") center/cover no-repeat;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

#page-denim-matsuri #handwork .container .title {
  text-align: center;
  margin-top: 18.5px;
}

#page-denim-matsuri #handwork .container .title .text1 {
  font-family: 'A1 Gothic M';
  color: var(--color-denim-red);
  font-size: 0.75rem;
  line-height: 1.3;
  margin-bottom: 0.25em;
}

#page-denim-matsuri #handwork .container .title .text2 {
  font-family: 'A1 Gothic B';
  color: var(--color-denim-white);
  font-size: 1.25rem;
  line-height: 1.3;
}

#page-denim-matsuri #handwork .container .arrow {
  width: 80px;
  height: 80px;
  background: var(--color-denim-red);
  border-radius: 50%;
  margin-top: 40px;
}

#page-denim-matsuri #handwork .container .arrow::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: url("../../../img/denim-matsuri/icon_arrow.svg") center repeat;
}

#page-denim-matsuri #first_articles {
  position: relative;
  overflow: hidden;
  margin-top: 150px;
}

#page-denim-matsuri #first_articles .header {
  display: flex;
  flex-direction: column;
  width: 100%;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  margin-bottom: 96px;
}

#page-denim-matsuri #first_articles .header h2 {
  font-family: 'A1 Gothic B';
  position: relative;
  font-size: 3rem;
  line-height: 1.1;
  letter-spacing: -0.06em;
  margin-right: 10.25641vw;
  opacity: 0;
  transform: translate3d(0, 30%, 0);
}

#page-denim-matsuri #first_articles .header h2::after {
  content: '';
  display: inline-block;
  aspect-ratio: 18 / 70;
  width: 1.125rem;
  background: url("../../../img/denim-matsuri/icon_mark2.svg") center/contain no-repeat;
  margin-top: 0.6875rem;
}

#page-denim-matsuri #first_articles .header .text {
  font-family: 'A1 Gothic M';
  font-size: 0.75rem;
  line-height: 1.5;
  letter-spacing: -0.06em;
  margin-top: 4em;
  margin-right: 6em;
  opacity: 0;
  transform: translate3d(0, 30%, 0);
}

#page-denim-matsuri #first_articles .header .text .num {
  -webkit-writing-mode: horizontal-tb;
  -ms-writing-mode: lr-tb;
  writing-mode: horizontal-tb;
  line-height: 1;
}

#page-denim-matsuri #first_articles .header[data-visible='true'] h2 {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: opacity 700ms cubic-bezier(0.55, 0.085, 0.68, 0.53), transform 700ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

#page-denim-matsuri #first_articles .header[data-visible='true'] .text {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: opacity 700ms cubic-bezier(0.55, 0.085, 0.68, 0.53) 300ms, transform 700ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 300ms;
}

#page-denim-matsuri #first_articles .swiper {
  width: min(360px, calc(342 / 390 * 100vw));
  margin: 0 auto;
}

#page-denim-matsuri #first_articles .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(8, 100%);
}

#page-denim-matsuri #first_articles .swiper-slide {
  margin: 0 4px;
}

#page-denim-matsuri #first_articles .pager {
  margin-top: 40px;
}

#page-denim-matsuri #first_articles .pager ol {
  display: flex;
  justify-content: center;
  margin: -5px 0;
}

#page-denim-matsuri #first_articles .pager li button {
  padding: 5px;
}

#page-denim-matsuri #first_articles .pager li button::before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(71, 113, 139, 0.25);
}

#page-denim-matsuri #first_articles .pager li button[data-current='true']::before {
  background: var(--color-denim-red);
}

#page-denim-matsuri #first_articles .card {
  padding: 1.25rem 1.375rem;
}

#page-denim-matsuri #first_articles .card .title {
  position: relative;
  margin-bottom: 1rem;
}

#page-denim-matsuri #first_articles .card .title div {
  font-family: 'A1 Gothic M';
  color: var(--color-denim-red);
  font-size: 0.75rem;
  line-height: 1.3;
  letter-spacing: -0.06em;
  display: block;
  margin-bottom: 0.1875rem;
}

#page-denim-matsuri #first_articles .card .title h3 {
  font-family: 'A1 Gothic B';
  font-size: 1.25rem;
  line-height: 1.3;
}

#page-denim-matsuri #first_articles .card .leadtext {
  font-family: 'A1 Gothic M';
  font-size: 0.875rem;
  line-height: 1.6;
  letter-spacing: 0.02em;
  overflow: hidden;
}

#page-denim-matsuri #first_articles .card .leadtext p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

#page-denim-matsuri #first_articles .card .readmore {
  font-family: 'A1 Gothic M';
  font-size: 0.75rem;
  line-height: 1.6;
  letter-spacing: 0.02em;
  text-align: right;
  margin-top: 0.875rem;
}

#page-denim-matsuri #first_articles .card .readmore span {
  border-bottom: dashed 1px var(--color-denim-blue);
}

#page-denim-matsuri #kawaraban {
  position: relative;
  padding-top: 150px;
  overflow: hidden;
}

#page-denim-matsuri #kawaraban .upper {
  position: relative;
  margin-bottom: 16px;
}

#page-denim-matsuri #kawaraban .upper .marquee {
  position: absolute;
  bottom: 13%;
  display: flex;
  align-items: flex-end;
  margin-bottom: -50px;
  z-index: 1;
  overflow: hidden;
}

#page-denim-matsuri #kawaraban .upper .marquee .line {
  font-family: 'A1 Gothic M';
  color: var(--color-denim-red);
  font-size: 66px;
  line-height: 1.2;
  margin-top: 0.15em;
  display: flex;
  flex-shrink: 0;
  -webkit-animation: marquee 10s linear infinite;
  animation: marquee 10s linear infinite;
}

#page-denim-matsuri #kawaraban .upper .marquee .line::before {
  content: '';
  display: block;
  height: 80px;
  aspect-ratio: 1;
  background: url("../../../img/denim-matsuri/owl.png") center/contain no-repeat;
}

#page-denim-matsuri #kawaraban .upper .image {
  position: relative;
  aspect-ratio: 497/365;
  width: 127.4359vw;
  margin: 0 -13.71795%;
}

#page-denim-matsuri #kawaraban .upper .image img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 100%;
  transform: rotate(1.73deg);
}

#page-denim-matsuri #kawaraban .upper .image[data-visible='true'] {
  opacity: 1;
  transform: scale(1);
  transition: opacity 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 200ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

#page-denim-matsuri #kawaraban .upper .image[data-visible='true'] img {
  transform: rotate(-3.21deg);
  transition: transform 200ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

#page-denim-matsuri #kawaraban .lower {
  position: relative;
  text-align: center;
}

#page-denim-matsuri #kawaraban .lower a {
  width: 100%;
  max-width: 18.75rem;
}

#page-denim-matsuri #second_articles {
  position: relative;
  margin-top: 150px;
  padding: 0 22px;
}

#page-denim-matsuri #second_articles .header {
  display: flex;
  justify-content: center;
  margin-bottom: 100px;
}

#page-denim-matsuri #second_articles .header h2 {
  font-family: 'A1 Gothic B';
  font-size: 2rem;
  line-height: 1.1;
  letter-spacing: -0.06em;
  opacity: 0;
  transform: translate3d(0, 100%, 0);
}

#page-denim-matsuri #second_articles .header h2::before {
  content: '';
  display: block;
  aspect-ratio: 60 / 21;
  width: 3.6875rem;
  background: url("../../../img/denim-matsuri/icon_mark3.svg") center/contain no-repeat;
  margin: 0 auto 21px;
}

#page-denim-matsuri #second_articles .header[data-visible='true'] h2 {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: opacity 700ms cubic-bezier(0.55, 0.085, 0.68, 0.53), transform 700ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

#page-denim-matsuri #second_articles .list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}

#page-denim-matsuri #second_articles .card {
  grid-row: span 3;
  padding: 10px 11px 20px;
}

#page-denim-matsuri #second_articles .card .title {
  margin-bottom: 1.25rem;
}

#page-denim-matsuri #second_articles .card .title div {
  font-family: 'A1 Gothic M';
  color: var(--color-denim-red);
  font-size: 0.75rem;
  line-height: 1.3;
  letter-spacing: -0.06em;
  text-align: center;
  margin-bottom: 0.1875rem;
}

#page-denim-matsuri #second_articles .card .title h3 {
  font-family: 'A1 Gothic B';
  font-size: 14px;
  line-height: 1.3;
  text-align: center;
}

#page-denim-matsuri #second_articles .card .leadtext {
  font-family: 'A1 Gothic M';
  font-size: 0.875rem;
  line-height: 1.6;
  letter-spacing: 0.02em;
  overflow: hidden;
  display: none;
}

#page-denim-matsuri #second_articles .card .leadtext p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

#page-denim-matsuri #second_articles .card .readmore {
  font-family: 'A1 Gothic M';
  font-size: 0.75rem;
  line-height: 1.6;
  letter-spacing: 0.02em;
  text-align: center;
}

#page-denim-matsuri #second_articles .card .readmore > span {
  border-bottom: dashed 1px var(--color-denim-blue);
}

#page-denim-matsuri #second_articles .card .readmore .pc_only_ {
  display: none;
}

#page-denim-matsuri #second_articles .bottom {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
}

#page-denim-matsuri #second_articles #showmore {
  display: none;
}

#page-denim-matsuri #second_articles .more {
  font-family: 'A1 Gothic M';
  color: #fff;
  font-size: 14px;
  line-height: 54px;
  letter-spacing: 0.02em;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  width: 140px;
  border-radius: 100px;
  background: var(--color-denim-red);
}

#page-denim-matsuri .card {
  position: relative;
  border-radius: 10px;
  background: url("../../../img/denim-matsuri/noise.png") 0/auto repeat;
  overflow: hidden;
  box-sizing: border-box;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  gap: 0;
  opacity: 0;
  transform: translate3d(0, 33%, 0);
}

#page-denim-matsuri .card[data-visible='true'] {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: opacity 600ms cubic-bezier(0.55, 0.085, 0.68, 0.53), transform 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

#page-denim-matsuri .card::before {
  content: '';
  position: absolute;
  inset: 0;
}

#page-denim-matsuri .card[data-color='brown']::before {
  opacity: 0.65;
  background: linear-gradient(to bottom, #c99800 0%, rgba(255, 255, 255, 0) 80%);
  mix-blend-mode: multiply;
}

#page-denim-matsuri .card[data-color='pink']::before {
  opacity: 0.73;
  background: linear-gradient(to bottom, #f1a190 0%, rgba(255, 255, 255, 0) 80%);
  mix-blend-mode: multiply;
}

#page-denim-matsuri .card[data-color='navy']::before {
  opacity: 0.73;
  background: linear-gradient(to bottom, #193854 0%, rgba(255, 255, 255, 0) 80%);
}

#page-denim-matsuri .card[data-color='green']::before {
  opacity: 1;
  background: linear-gradient(to bottom, #95c3d1 0%, rgba(255, 255, 255, 0) 80%);
  mix-blend-mode: multiply;
}

#page-denim-matsuri .card .thumbnail {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  margin-bottom: 0.625rem;
  overflow: hidden;
}

#page-denim-matsuri .card .thumbnail img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

#page-denim-matsuri .card .title,
#page-denim-matsuri .card .leadtext,
#page-denim-matsuri .card .readmore {
  position: relative;
}

#page-denim-matsuri .footer {
  text-align: center;
  padding: 0 22px;
  margin-top: 150px;
  margin-bottom: 100px;
}

#page-denim-matsuri .footer a {
  width: 100%;
  max-width: 25rem;
}

@media screen and (min-width: 560px) {
  body {
    margin: 0;
  }
}

@media screen and (min-width: 769px) {
  body {
    margin: 0;
  }

  #page-denim-matsuri #firstview {
    margin-top: 120px;
    margin-bottom: 180px;
  }

  #page-denim-matsuri #firstview .visual {
    height: calc(100svh - 120px - 10px);
  }

  #page-denim-matsuri #firstview .visual .marquee .frame {
    width: 140px;
    height: 140px;
  }

  #page-denim-matsuri #firstview .visual .marquee .frame .lines .line {
    font-size: 100px;
  }

  #page-denim-matsuri #firstview .visual .marquee .frame .lines .line::before {
    height: 110px;
  }

  #page-denim-matsuri #firstview .leadtext {
    font-size: 2.08333vw;
    width: 89.84375%;
    margin-inline: auto;
    margin-top: 48px;
  }

  #page-denim-matsuri #calendar .about {
    padding: 120px 64px 180px;
  }

  #page-denim-matsuri #calendar .about .photos {
    margin-bottom: 100px;
  }

  #page-denim-matsuri #calendar .about .photos ul::before {
    top: 50%;
  }

  #page-denim-matsuri #calendar .about .photos .slider {
    top: calc(50% - 40px);
  }

  #page-denim-matsuri #calendar .about .photos .slider .rail {
    inset: 0 80px;
  }

  #page-denim-matsuri #calendar .about .description .button_ {
    max-width: 18.75rem;
    margin-top: 3.125rem;
  }

  #page-denim-matsuri #event_calendar {
    --unit: 2.25rem;
  }

  #page-denim-matsuri #event_calendar .container {
    padding: 0 calc(var(--unit) * 2);
  }

  #page-denim-matsuri #event_calendar .months .month .label {
    left: calc(var(--unit) * 2);
    margin-right: calc(var(--unit) * 2);
  }

  #page-denim-matsuri #event_calendar .months .month .label .head {
    right: -1rem;
  }

  #page-denim-matsuri #event_calendar .grid {
    padding: 2.5rem calc(var(--unit) * 2);
  }

  #page-denim-matsuri #event_calendar .event-item .period .since,
  #page-denim-matsuri #event_calendar .event-item .period .until {
    width: 3.125rem;
  }

  #page-denim-matsuri #handwork {
    padding: 0 30px;
  }

  #page-denim-matsuri #handwork .container {
    background-image: url("../../../img/denim-matsuri/handwork_bg@pc.jpg");
    background-position: 50% var(--handwork_bg-y);
  }

  #page-denim-matsuri #first_articles {
    margin-top: 180px;
    padding: 0 30px;
    overflow: initial;
  }

  #page-denim-matsuri #first_articles .header h2 {
    margin-right: 19.53125vw;
  }

  #page-denim-matsuri #first_articles .swiper {
    width: 100%;
    transform: none;
  }

  #page-denim-matsuri #first_articles .swiper-wrapper {
    gap: 8px;
    grid-template-columns: repeat(3, 1fr);
  }

  #page-denim-matsuri #first_articles .swiper-slide {
    margin: 0;
  }

  #page-denim-matsuri #first_articles .pager {
    display: none;
  }

  #page-denim-matsuri #kawaraban {
    padding-top: 48px;
  }

  #page-denim-matsuri #kawaraban .upper {
    margin-bottom: -60px;
  }

  #page-denim-matsuri #kawaraban .upper .marquee {
    inset: 0;
    align-items: center;
    margin-bottom: 0;
    z-index: 0;
  }

  #page-denim-matsuri #kawaraban .upper .marquee .line {
    font-size: 80px;
  }

  #page-denim-matsuri #kawaraban .upper .marquee .line::before {
    height: 110px;
  }

  #page-denim-matsuri #kawaraban .upper .image {
    aspect-ratio: 1450/1066;
    width: 100.69444%;
    margin: 0 -0.34722%;
  }

  #page-denim-matsuri #second_articles {
    margin-top: 180px;
    padding: 0 30px;
  }

  #page-denim-matsuri #second_articles .list {
    grid-template-columns: repeat(3, 1fr);
  }

  #page-denim-matsuri #second_articles .card {
    padding: 20px 22px;
    grid-row: span 4;
  }

  #page-denim-matsuri #second_articles .card .title {
    margin-bottom: 1rem;
  }

  #page-denim-matsuri #second_articles .card .title div {
    text-align: left;
  }

  #page-denim-matsuri #second_articles .card .title h3 {
    font-size: 1.25rem;
    text-align: left;
  }

  #page-denim-matsuri #second_articles .card .leadtext {
    display: block;
  }

  #page-denim-matsuri #second_articles .card .readmore {
    text-align: right;
    margin-top: 0.875rem;
  }

  #page-denim-matsuri #second_articles .card .readmore .pc_only_ {
    display: inline;
  }

  #page-denim-matsuri #second_articles .bottom {
    display: none !important;
  }

  #page-denim-matsuri .footer {
    margin-top: 190px;
    margin-bottom: 150px;
  }
}

@media screen and (min-width: 1024px) {
  #page-denim-matsuri #firstview {
    margin-top: 120px;
    margin-bottom: 200px;
  }

  #page-denim-matsuri #firstview .visual {
    height: calc(100svh - 120px - 10px);
  }

  #page-denim-matsuri #firstview .visual .layer .box {
    aspect-ratio: 1196/741;
    max-height: calc(83vw / 1196 * 741);
  }

  #page-denim-matsuri #firstview .visual .logo h1 {
    left: -5.4vw;
    right: -5.4vw;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    text-align: center;
  }

  #page-denim-matsuri #firstview .visual .logo .stamp {
    right: 0%;
    bottom: 7.61351%;
    height: 4.81486%;
    margin-top: 23%;
  }

  #page-denim-matsuri #firstview .visual .marquee .frame {
    width: 170px;
    height: 170px;
  }

  #page-denim-matsuri #firstview .visual .marquee .frame .lines .line {
    font-size: 120px;
  }

  #page-denim-matsuri #firstview .visual .marquee .frame .lines .line::before {
    height: 140px;
  }

  #page-denim-matsuri #firstview .visual .marquee[data-expanded='true'] .frame {
    width: 87%;
    transition: width 1500ms cubic-bezier(0.23, 1, 0.32, 1);
  }

  #page-denim-matsuri #firstview .visual .mark svg {
    height: 89.86486%;
    width: auto;
  }

  #page-denim-matsuri #firstview .leadtext {
    font-size: 1.94444vw;
    letter-spacing: 0.02em;
    width: 85vw;
    margin-top: 3.375rem;
  }

  #page-denim-matsuri #calendar .header {
    display: grid;
    grid-template-columns: 0 auto;
    justify-content: initial;
    margin: 0;
  }

  #page-denim-matsuri #calendar .header .left {
    justify-self: flex-start;
    margin-left: 21.80556vw;
  }

  #page-denim-matsuri #calendar .header .text {
    margin-left: 5.66667em;
  }

  #page-denim-matsuri #calendar .header .year {
    justify-self: center;
  }

  #page-denim-matsuri #calendar .about {
    padding: 9.375rem 6.25rem 12.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4rem;
  }

  #page-denim-matsuri #calendar .about .photos {
    width: 48.125vw;
    max-width: 720px;
    margin: 0;
  }

  #page-denim-matsuri #calendar .about .photos ul::after {
    width: 57.72006%;
    max-width: 600px;
  }

  #page-denim-matsuri #calendar .about .photos ul li .photo[data-size='portrait'] {
    width: 57.72006%;
    max-width: 600px;
  }

  #page-denim-matsuri #calendar .about .photos ul li .photo[data-size='landscape'] {
    width: 69.98557%;
    max-width: 727.5px;
  }

  #page-denim-matsuri #calendar .about .description {
    width: 30rem;
  }

  #page-denim-matsuri #calendar .about .description::before {
    top: 75%;
    left: 40%;
    width: 150%;
    height: auto;
  }

  #page-denim-matsuri #event_calendar {
    --unit: 2.5rem;
  }

  #page-denim-matsuri #event_calendar .event-item {
    min-width: calc(var(--unit) * 10);
  }

  #page-denim-matsuri #handwork {
    padding: 0 2.5rem;
  }

  #page-denim-matsuri #handwork .container .title {
    margin: 0;
  }

  #page-denim-matsuri #handwork .container .arrow {
    position: absolute;
    top: calc(50% - 40px);
    right: 40px;
    margin: 0;
  }

  #page-denim-matsuri #first_articles {
    margin-top: 12.5rem;
    padding: 0 2.5rem;
  }

  #page-denim-matsuri #first_articles .header h2 {
    margin-right: 23.4375vw;
  }

  #page-denim-matsuri #first_articles .swiper-wrapper {
    gap: 8px;
    grid-template-columns: repeat(4, 1fr);
  }

  #page-denim-matsuri #kawaraban {
    padding-top: 3rem;
  }

  #page-denim-matsuri #kawaraban .upper .marquee .line {
    font-size: 100px;
  }

  #page-denim-matsuri #kawaraban .upper .marquee .line::before {
    height: 140px;
  }

  #page-denim-matsuri #second_articles {
    margin-top: 12.5rem;
    padding: 0 2.5rem;
  }

  #page-denim-matsuri #second_articles .list {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media screen and (min-width: 1280px) {
  body {
    margin: 0;
  }
}

@media screen and (min-width: 1440px) {
  body {
    margin: 0;
  }

  #page-denim-matsuri #firstview .visual .logo h1 {
    font-size: 0.83333vw;
  }

  #page-denim-matsuri #firstview .visual .marquee .frame {
    width: 200px;
    height: 200px;
  }

  #page-denim-matsuri #firstview .visual .marquee .frame .lines .line {
    font-size: 140px;
  }

  #page-denim-matsuri #firstview .visual .marquee .frame .lines .line::before {
    height: 168px;
  }

  #page-denim-matsuri #first_articles .header h2 {
    margin-right: 25vw;
  }

  #page-denim-matsuri #kawaraban .upper {
    margin-bottom: -7.5rem;
  }

  #page-denim-matsuri #kawaraban .upper .marquee .line {
    font-size: 8.75rem;
  }

  #page-denim-matsuri #kawaraban .upper .marquee .line::before {
    height: 10.5rem;
  }

  #page-denim-matsuri #second_articles .card {
    padding: 1.25rem 1.375rem;
  }
}

@media screen and (min-width: 1680px) {
  body:before {
    font-family: 'xxl';
  }

  body {
    margin: 0;
  }

  #page-denim-matsuri #kawaraban .upper .image {
    width: 1691.66667px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 1679.8px) {
  body:before {
    font-family: 'xl';
  }

  body {
    margin: 0;
  }
}

@media screen and (max-width: 1439.8px) {
  body:before {
    font-family: 'lg';
  }

  body {
    margin: 0;
  }
}

@media screen and (max-width: 1279.8px) {
  body:before {
    font-family: 'md';
  }

  body {
    margin: 0;
  }
}

@media screen and (max-width: 1023.8px) {
  body:before {
    font-family: 'sm';
  }

  body {
    margin: 0;
  }

  body {
    margin: 0;
  }

  #page-denim-matsuri #firstview .visual .marquee {
    aspect-ratio: initial !important;
  }
}

@media screen and (max-width: 768.8px) {
  body:before {
    font-family: 'tb';
  }

  body {
    margin: 0;
  }

  #page-denim-matsuri #first_articles .swiper {
    opacity: 0;
    transform: translate3d(-400%, 0, 0);
  }

  #page-denim-matsuri #first_articles .swiper[data-visible='true'] {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: opacity 500ms cubic-bezier(0.55, 0.085, 0.68, 0.53), transform 1000ms cubic-bezier(0.165, 0.84, 0.44, 1);
  }

  #page-denim-matsuri #first_articles .swiper .card {
    opacity: 1;
    transform: none;
  }

  #page-denim-matsuri #second_articles .list .card:nth-child(9),
  #page-denim-matsuri #second_articles .list .card:nth-child(9) ~ .card {
    display: none;
  }

  #page-denim-matsuri #second_articles:has(.card:nth-child(9)) .bottom {
    display: block;
  }

  #page-denim-matsuri #second_articles:has(.card:nth-child(9)) .list {
    overflow: hidden;
  }

  #page-denim-matsuri #second_articles:has(.card:nth-child(9)) .list::after {
    content: '';
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    height: 61.53846vw;
    background: linear-gradient(to top, #faedcd 0%, rgba(250, 237, 205, 0) 100%);
  }

  #page-denim-matsuri #second_articles:has(#showmore:checked) .card {
    display: inherit !important;
  }

  #page-denim-matsuri #second_articles:has(#showmore:checked) .bottom {
    opacity: 0;
    pointer-events: none;
    transition: opacity 500ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
  }

  #page-denim-matsuri #second_articles:has(#showmore:checked) .list {
    overflow: initial;
  }

  #page-denim-matsuri #second_articles:has(#showmore:checked) .list::after {
    opacity: 0;
    pointer-events: none;
    transition: opacity 500ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
  }
}

@media screen and (max-width: 559.8px) {
  body:before {
    font-family: 'sp';
  }

  body {
    margin: 0;
  }
}

@media (hover: hover) {
  #page-denim-matsuri #event_calendar a.event-item:hover .lower_text {
    color: #47718b;
    text-decoration: underline;
  }

  #page-denim-matsuri #handwork .container .arrow:hover::before {
    background-position: 80px 0;
    transition: background-position 400ms cubic-bezier(0.77, 0, 0.175, 1);
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  #page-denim-matsuri #event_calendar a.event-item:hover .lower_text {
    color: #47718b;
    text-decoration: underline;
  }

  #page-denim-matsuri #handwork .container .arrow:hover::before {
    background-position: 80px 0;
    transition: background-position 400ms cubic-bezier(0.77, 0, 0.175, 1);
  }
}
/*# sourceMappingURL=archive.css.map */
