body:before {
  content: '';
}

body {
  margin: 0;
}

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

#header::before,
#header::after {
  background: none !important;
}

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

#page-denim-matsuri-single .background {
  position: absolute;
  top: 0;
  width: 100%;
  height: 200vh;
  background: #faedcd url("../../../img/denim-matsuri/noise.gif") repeat !important;
}

#page-denim-matsuri-single .background::before {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

#page-denim-matsuri-single .background[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-single .background[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-single .background[data-color='navy']::before {
  opacity: 0.73;
  background: linear-gradient(to bottom, #193854 0%, rgba(255, 255, 255, 0) 80%);
}

#page-denim-matsuri-single .background[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-single .firstview {
  position: relative;
  width: 77.69231vw;
  max-width: 880px;
  margin: 100px auto 80px;
}

#page-denim-matsuri-single .firstview .image {
  display: block;
  aspect-ratio: 1;
}

#page-denim-matsuri-single .firstview .image img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

#page-denim-matsuri-single .firstview .category {
  position: absolute;
  top: 20px;
  right: 20px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-family: 'A1 Gothic B';
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.02em;
}

#page-denim-matsuri-single .firstview .category[data-color='white'] {
  color: var(--color-denim-white);
}

#page-denim-matsuri-single .firstview .category[data-color='navy'] {
  color: var(--color-denim-blue);
}

#page-denim-matsuri-single .firstview .stamp {
  position: absolute;
  left: -7.14191%;
  bottom: 6.65017%;
  height: 6.90099%;
  width: auto;
}

#page-denim-matsuri-single .page_container_ {
  overflow: hidden;
}

#page-denim-matsuri-single #other_articles {
  position: relative;
  margin-top: 150px;
  padding: 0 22px;
  overflow: hidden;
}

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

#page-denim-matsuri-single #other_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-single #other_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-single #other_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-single #other_articles .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}

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

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

#page-denim-matsuri-single #other_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-single #other_articles .card .title h3 {
  font-family: 'A1 Gothic B';
  font-size: 14px;
  line-height: 1.3;
  text-align: center;
}

#page-denim-matsuri-single #other_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-single #other_articles .card .leadtext p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

#page-denim-matsuri-single #other_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-single #other_articles .card .readmore > span {
  border-bottom: dashed 1px var(--color-denim-blue);
}

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

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

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

#page-denim-matsuri-single #other_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-single .footer {
  position: relative;
  text-align: center;
  padding: 0 22px;
  margin-top: 150px;
  margin-bottom: 100px;
}

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

#page-denim-matsuri-single .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-single .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-single .card::before {
  content: '';
  position: absolute;
  inset: 0;
}

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

#page-denim-matsuri-single .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-single .card .thumbnail {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  margin-bottom: 0.625rem;
  overflow: hidden;
}

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

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

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

  #page-denim-matsuri-single .firstview {
    margin-top: 134px;
    margin-bottom: 6.25rem;
  }
}

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

  #page-denim-matsuri-single .firstview {
    width: 78.125vw;
  }

  #page-denim-matsuri-single .firstview .category {
    font-size: 24px;
    top: 50px;
    right: 40px;
  }

  #page-denim-matsuri-single .firstview .stamp {
    left: -2.95568%;
    bottom: 5.66705%;
    height: 2.96932%;
  }

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 1024px) {
  #page-denim-matsuri-single .firstview {
    width: 70.3125vw;
  }

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

  #page-denim-matsuri-single #other_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-single .firstview {
    width: 61.11111vw;
  }

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

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

  body {
    margin: 0;
  }
}

@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;
  }
}

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

  body {
    margin: 0;
  }

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

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

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

  #page-denim-matsuri-single #other_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-single #other_articles:has(#showmore:checked) .card {
    display: inherit !important;
  }

  #page-denim-matsuri-single #other_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-single #other_articles:has(#showmore:checked) .list {
    overflow: initial;
  }

  #page-denim-matsuri-single #other_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;
  }
}
/*# sourceMappingURL=single.css.map */
