html:has(main.chukou) {
  font-size: 62.5%;
}
html:has(main.chukou).mobile body.header_fix_mobile:not(.home) #header {
  background-color: transparent !important;
}
html:has(main.chukou) .header-top-links a {
  color: #fff;
}
html:has(main.chukou) #header {
  background-color: transparent;
}
html:has(main.chukou) #header_logo .header_left img {
  filter: brightness(0) invert(1);
}
html:has(main.chukou) #header_logo .header_instagram {
  filter: invert(1);
}
html:has(main.chukou) #header_logo .hamburger__box {
  background-color: #fff;
}
html:has(main.chukou) #header_logo .hamburger__box::before {
  background-color: #fff;
}
html:has(main.chukou) #footer {
  background-color: #000 !important;
}
html:has(main.chukou) #footer a {
  color: #fff !important;
}

.container:has(main.chukou) {
  padding: 0;
}

main.chukou {
  background-color: #1c1c1c;
  color: #fff;
  font-family: "Hiragino Kaku Gothic ProN", serif;
  font-weight: 300;
  font-weight: 300;
}
main.chukou p, main.chukou ul, main.chukou ol {
  margin: 0;
  padding: 0;
}
main.chukou h2 {
  margin-left: 0 !important;
  display: block;
}
main.chukou h2:before {
  content: none;
}
main.chukou h1:before {
  content: none;
}
main.chukou .is-mobile {
  display: none;
}
@media only screen and (max-width: 768px) {
  main.chukou .is-mobile {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  main.chukou .is-desktop {
    display: none;
  }
}
main.chukou .fade {
  position: fixed;
  z-index: 1001;
  inset: 0;
  min-height: 100dvh;
}
main.chukou .fade[hidden] {
  display: none;
}
main.chukou .fade__background {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  main.chukou .fade__background {
    -o-object-position: calc(50% + 270px) center;
    object-position: calc(50% + 270px) center;
  }
}
main.chukou .fade__logo {
  max-width: calc(100% - 90px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
main.chukou .hero {
  background-image: url(../img/chukou/hero_main.webp);
  padding-inline: 24px;
  max-width: calc(1440px + 48px);
  margin-inline: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  aspect-ratio: 1440/1180;
}
@media only screen and (max-width: 768px) {
  main.chukou .hero {
    aspect-ratio: 375/755;
    background-image: url(../img/chukou/hero_main_sp.webp);
  }
}
main.chukou .heroWrap {
  padding-top: 178px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100vh;
  min-height: 800px;
}
@media only screen and (max-width: 768px) {
  main.chukou .heroWrap {
    padding-top: 137px;
  }
}
main.chukou .hero__title {
  max-width: 972px;
  width: 100%;
  margin-inline: auto;
  text-align: right;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
@media only screen and (max-width: 768px) {
  main.chukou .hero__title {
    -moz-column-gap: 13px;
    column-gap: 13px;
  }
}
@media only screen and (max-width: 768px) {
  main.chukou .hero__title > img {
    max-width: 65px;
  }
}
main.chukou .hero__titleWrap {
  display: flex;
  justify-content: flex-end;
  color: #fff;
  align-items: flex-start;
}
@media only screen and (max-width: 768px) {
  main.chukou .hero__titlePoint {
    max-width: 15px;
  }
}
main.chukou .hero__details {
  max-width: 1120px;
  width: 100%;
  margin-inline: auto;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  main.chukou .hero__details {
    margin-bottom: 140px;
  }
}
main.chukou .hero__detailsWrap {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  align-items: flex-start;
  max-width: 406px;
}
@media only screen and (max-width: 768px) {
  main.chukou .hero__detailsWrap {
    row-gap: 20px;
  }
}
main.chukou .hero__detailsLogo {
  width: 100%;
  height: auto;
  max-width: 260px;
}
@media only screen and (max-width: 768px) {
  main.chukou .hero__detailsLogo {
    max-width: 218px;
  }
}
main.chukou .hero__detailsText {
  font-size: 16px;
  line-height: 2.2;
  font-family: "ten-mincho-text", serif;
  font-weight: 400;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  main.chukou .hero__detailsText {
    font-size: 12px;
  }
}
main.chukou .hero__detailsLink {
  color: #fff;
  border: solid 1px #fff;
  padding: 10px 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.7;
  cursor: pointer;
  transition: opacity 0.3s ease;
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  main.chukou .hero__detailsLink {
    font-size: 12px;
    min-width: 203px;
  }
}
main.chukou .hero__detailsLink:hover {
  color: #fff;
  opacity: 0.7 !important;
}
main.chukou .introduction {
  padding-bottom: 200px;
}
@media only screen and (max-width: 768px) {
  main.chukou .introduction {
    padding-bottom: 140px;
  }
}
main.chukou .introductionWrap {
  max-width: 1440px;
  width: 100%;
  margin-inline: auto;
}
main.chukou .introduction__lead {
  position: relative;
  max-width: 1200px;
  width: 100%;
  height: 400px;
  max-width: calc(100% - 16.6vw);
}
main.chukou .introduction__lead > picture {
  display: block;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  main.chukou .introduction__lead {
    max-width: calc(100% - 24px);
    margin-inline: 0 auto;
    max-height: 256px;
  }
}
main.chukou .introduction__leadImage {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
@media only screen and (max-width: 768px) {
  main.chukou .introduction__leadImage {
    -o-object-position: top;
    object-position: top;
  }
}
main.chukou .introduction__leadText {
  position: absolute;
  top: 5.833vw;
  right: 5.694vw;
  font-size: 24px;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-family: "ten-mincho-text", serif;
  font-weight: 400;
  font-weight: 400;
  letter-spacing: 0.22em;
  white-space: nowrap;
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  main.chukou .introduction__leadText {
    right: 25px;
    top: 47px;
    font-size: 18px;
  }
}
main.chukou .introduction__details {
  padding-inline: 24px;
  max-width: calc(792px + 48px);
  margin-inline: auto;
  margin-top: 81px;
}
@media only screen and (max-width: 768px) {
  main.chukou .introduction__details {
    margin-top: 116px;
  }
}
main.chukou .introduction__text {
  font-size: 16px;
  line-height: 2.2;
  font-family: "ten-mincho-text", serif;
  font-weight: 400;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  main.chukou .introduction__text {
    margin-top: 40px;
    font-size: 13px;
    line-height: 2.4;
  }
}
main.chukou .introduction__movie {
  margin-top: 100px;
}
@media only screen and (max-width: 768px) {
  main.chukou .introduction__movie {
    margin-top: 80px;
  }
}
main.chukou .introduction__movieTitle {
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1.4;
  font-family: "Cormorant", "Noto Serif JP", serif;
}
main.chukou .introduction__movieVideo {
  margin-top: 20px;
}
main.chukou .introduction__movieVideo > iframe {
  aspect-ratio: 790/445;
  max-width: 100%;
  height: auto;
}
main.chukou .about {
  padding-block: 160px;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  main.chukou .about {
    padding-block: 0 140px;
  }
}
main.chukou .about__image {
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
@media only screen and (max-width: 768px) {
  main.chukou .about__image {
    position: static;
    height: auto;
  }
}
main.chukou .aboutWrap {
  padding-inline: 24px;
  max-width: calc(960px + 48px);
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media only screen and (max-width: 768px) {
  main.chukou .aboutWrap {
    align-items: flex-start;
    margin-top: 40px;
  }
}
main.chukou .aboutContent {
  max-width: 450px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  main.chukou .aboutContent {
    max-width: 100%;
  }
}
main.chukou .about__title {
  display: flex;
  flex-direction: column;
  row-gap: 4px;
  font-family: "ten-mincho-text", serif;
  font-weight: 400;
  font-weight: 400;
  color: #fff;
}
main.chukou .about__titleText {
  font-size: 18px;
}
main.chukou .about__titleMain {
  font-size: 24px;
  line-height: 1.6;
  font-weight: 400;
}
main.chukou .about__details {
  margin-top: 30px;
}
main.chukou .about__detailsTitle {
  font-size: 16px;
  line-height: 1.6;
}
main.chukou .about__detailsText {
  font-size: 16px;
  line-height: 1.7;
  margin-top: 16px;
}
@media only screen and (max-width: 768px) {
  main.chukou .about__detailsText {
    margin-top: 10px;
    font-size: 14px;
  }
}
main.chukou .about__detailsImage {
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  main.chukou .about__detailsImage {
    width: 53vw;
    margin-inline: auto;
    display: block;
  }
}
main.chukou .spec {
  padding-block: 160px;
}
@media only screen and (max-width: 768px) {
  main.chukou .spec {
    padding-block: 0 140px;
  }
}
main.chukou .specWrap {
  padding-inline: 24px;
  max-width: calc(790px + 48px);
  margin-inline: auto;
}
main.chukou .spec__title {
  font-size: 24px;
  line-height: 2;
  font-family: "ten-mincho-text", serif;
  font-weight: 400;
  font-weight: 400;
  color: #fff;
}
main.chukou .spec__summary {
  margin-top: 30px;
}
main.chukou .spec__summary + .spec__summary {
  margin-top: 80px;
}
main.chukou .spec__summaryTitle {
  font-size: 24px;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  main.chukou .spec__summaryTitle {
    font-size: 20px;
  }
}
main.chukou .spec__summarySubTitle {
  font-size: 18px;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  main.chukou .spec__summarySubTitle {
    font-size: 15px;
  }
}
main.chukou .spec__summaryText {
  margin-top: 16px;
  font-size: 16px;
  line-height: 1.7;
}
@media only screen and (max-width: 768px) {
  main.chukou .spec__summaryText {
    font-size: 14px;
  }
}
main.chukou .spec__summaryImage {
  margin-top: 20px;
}
main.chukou .spec__inner {
  display: grid;
  grid-template-columns: 366fr 364fr;
  -moz-column-gap: 60px;
  column-gap: 60px;
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  main.chukou .spec__inner {
    grid-template-columns: 1fr;
    row-gap: 30px;
    margin-top: 20px;
  }
}
main.chukou .spec__gallery {
  display: grid;
  gap: 6px;
  grid-template-columns: 1fr 1fr;
  list-style: none;
}
main.chukou .spec__gallery > li {
  min-width: 0;
}
main.chukou .spec__gallery > li > img {
  width: 100%;
  height: auto;
  display: block;
}
main.chukou .spec__gallery > li:first-child {
  grid-column: 1/3;
  grid-row: 1/2;
}
main.chukou .spec__gallery > li:nth-child(2) {
  grid-column: 1/2;
  grid-row: 2/3;
}
main.chukou .spec__gallery > li:nth-child(3) {
  grid-column: 2/3;
  grid-row: 2/3;
}
main.chukou .spec__gallery > li:nth-child(4) {
  grid-column: 1/2;
  grid-row: 3/4;
}
main.chukou .spec__gallery > li:nth-child(5) {
  grid-column: 2/3;
  grid-row: 3/4;
}
main.chukou .spec__details {
  position: sticky;
  top: 20px;
  align-self: start;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 768px) {
  main.chukou .spec__details {
    position: static;
  }
}
main.chukou .spec__detailsTitle {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
}
main.chukou .spec__detailsText {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
}
@media only screen and (max-width: 768px) {
  main.chukou .spec__detailsText {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.7;
  }
}
main.chukou .spec__detailsPrice {
  display: flex;
  justify-content: flex-end;
  -moz-column-gap: 12px;
  column-gap: 12px;
}
main.chukou .spec__detailsPriceLabel {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 0 8px;
  max-height: 32px;
  font-size: 14px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
main.chukou .spec__detailsPriceValue {
  font-size: 20px;
  display: flex;
  align-items: baseline;
  -moz-column-gap: 3px;
  column-gap: 3px;
  font-weight: normal;
}
main.chukou .spec__priceUnit {
  font-size: 14px;
}
main.chukou .spec__list {
  margin-top: 12px;
}
main.chukou .spec__listRow {
  border-top: solid 1px #666;
  display: grid;
  grid-template-columns: 119px 1fr;
  -moz-column-gap: 22px;
  column-gap: 22px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.7;
  padding-block: 12px;
}
@media only screen and (max-width: 768px) {
  main.chukou .spec__listRow {
    grid-template-columns: 60px 1fr;
  }
}
main.chukou .spec__original {
  margin-top: 100px;
  padding-top: 100px;
  border-top: solid 1px #666;
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 60px;
  column-gap: 60px;
}
@media only screen and (max-width: 768px) {
  main.chukou .spec__original {
    grid-template-columns: 1fr;
    row-gap: 30px;
    margin-top: 60px;
    padding-top: 60px;
  }
}
main.chukou .spec__originalIntroduction {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
main.chukou .spec__originalIntroductionTitle {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  main.chukou .spec__originalIntroductionTitle {
    font-size: 15px;
  }
}
main.chukou .spec__originalIntroductionText {
  margin-top: 16px;
  font-size: 16px;
  line-height: 1.7;
}
@media only screen and (max-width: 768px) {
  main.chukou .spec__originalIntroductionText {
    font-size: 14px;
  }
}
main.chukou .spec__originalIntroductionPrice {
  display: flex;
  justify-content: flex-end;
  -moz-column-gap: 12px;
  column-gap: 12px;
}
main.chukou .spec__originalIntroductionPriceLabel {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 0 8px;
  max-height: 32px;
  font-size: 14px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
main.chukou .spec__originalIntroductionPriceValue {
  font-size: 20px;
  display: flex;
  align-items: baseline;
  -moz-column-gap: 3px;
  column-gap: 3px;
  font-weight: normal;
}
main.chukou .spec__priceUnit {
  font-size: 14px;
}
main.chukou .spec__originalInfo {
  margin-top: 12px;
}
main.chukou .spec__originalInfoWrap {
  display: grid;
  grid-template-columns: 119px 1fr;
  -moz-column-gap: 22px;
  column-gap: 22px;
  align-items: flex-start;
  border-top: solid 1px #666;
  padding-block: 10px;
}
@media only screen and (max-width: 768px) {
  main.chukou .spec__originalInfoWrap {
    grid-template-columns: 60px 1fr;
  }
}
main.chukou .spec__originalInfoWrap dt, main.chukou .spec__originalInfoWrap dd {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.7;
}
main.chukou .spec__profile {
  margin-top: 140px;
  display: grid;
  grid-template-columns: 280px 1fr;
  -moz-column-gap: 60px;
  column-gap: 60px;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  main.chukou .spec__profile {
    margin-top: 100px;
    grid-template-columns: 1fr;
    row-gap: 40px;
  }
}
@media only screen and (max-width: 768px) {
  main.chukou .spec__profileImage {
    width: 53.33vw;
    display: block;
    margin-inline: auto;
  }
}
@media only screen and (max-width: 768px) {
  main.chukou .spec__profileDetails {
    width: 100%;
  }
}
main.chukou .spec__profileHeading {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
}
main.chukou .spec__profileName {
  margin-top: 4px;
  display: flex;
  -moz-column-gap: 12px;
  column-gap: 12px;
  align-items: baseline;
}
main.chukou .spec__profileNameMain {
  font-size: 24px;
  line-height: 2;
  font-family: "ten-mincho-text", serif;
  font-weight: 400;
  font-weight: 400;
  font-weight: 400;
}
main.chukou .spec__profileNameSub {
  font-size: 15px;
  line-height: 1.4;
  font-family: "Cormorant", "Noto Serif JP", serif;
}
main.chukou .spec__profileDescription {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  margin-top: 20px;
}
main.chukou .sale {
  background-color: #101010;
  padding-block: 60px 100px;
}
@media only screen and (max-width: 768px) {
  main.chukou .sale {
    padding-block: 80px 110px;
  }
}
main.chukou .saleWrap {
  padding-inline: 24px;
  max-width: calc(960px + 48px);
  margin-inline: auto;
}
main.chukou .sale__title {
  text-align: center;
  font-size: 24px;
  line-height: 2;
  font-family: "ten-mincho-text", serif;
  font-weight: 400;
  font-weight: 400;
  color: #fff;
}
main.chukou .sale__lead {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  text-align: center;
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  main.chukou .sale__lead {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
  }
}
main.chukou .sale__text {
  font-size: 16px;
  line-height: 1.6;
  margin-top: 10px;
  text-align: center;
}
main.chukou .sale__list {
  margin-top: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 48px;
  column-gap: 48px;
}
@media only screen and (max-width: 768px) {
  main.chukou .sale__list {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
}
main.chukou .saleListItem {
  background-color: #1c1c1c;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
main.chukou .saleListItem__title {
  border-bottom: solid 1px #666;
  padding: 0 10px 10px 10px;
  text-align: center;
  font-size: 18px;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  main.chukou .saleListItem__title {
    font-size: 15px;
  }
}
main.chukou .saleListItem__detail {
  margin-top: 16px;
}
main.chukou .saleListItem__detailRow {
  display: grid;
  grid-template-columns: 32px 1fr;
  -moz-column-gap: 10px;
  column-gap: 10px;
  font-size: 16px;
  line-height: 1.7;
}
@media only screen and (max-width: 768px) {
  main.chukou .saleListItem__detailRow {
    font-size: 14px;
  }
}
main.chukou .saleListItem__detailRow + .saleListItem__detailRow {
  margin-top: 10px;
}
main.chukou .sale__link {
  color: #fff;
  margin-top: 60px;
  border: solid 1px #fff;
  padding: 10px 36px;
  font-size: 16px;
  line-height: 1.7;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
@media only screen and (max-width: 768px) {
  main.chukou .sale__link {
    font-size: 12px;
  }
}
main.chukou .sale__link:hover {
  opacity: 0.7;
}
main.chukou .gallery {
  background: linear-gradient(to bottom, #101010 0%, #101010 50%, #1c1c1c 50%, #1c1c1c 100%);
}
@media only screen and (max-width: 768px) {
  main.chukou .gallery {
    overflow: hidden;
  }
}
main.chukou .gallery__list {
  padding-inline: 24px;
  max-width: calc(1280px + 48px);
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 40px;
  column-gap: 40px;
  justify-content: center;
  list-style-type: none;
}
@media only screen and (max-width: 768px) {
  main.chukou .gallery__list {
    width: -moz-max-content;
    width: max-content;
    max-width: none;
    padding-inline: 0;
    grid-template-columns: repeat(6, 240px);
    -moz-column-gap: 30px;
    column-gap: 30px;
    animation: galleryScroll 40s linear infinite;
  }
}
main.chukou .gallery__itemCopy {
  display: none;
}
@media only screen and (max-width: 768px) {
  main.chukou .gallery__itemCopy {
    display: list-item;
  }
}
main.chukou .gallery__image {
  display: block;
  width: 100%;
  height: auto;
}
main.chukou .links {
  padding-block: 160px 230px;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media only screen and (max-width: 768px) {
  main.chukou .links {
    padding-block: 140px 190px;
  }
}
main.chukou .links::after {
  position: absolute;
  top: calc(100% - 30px);
  left: 0;
  display: inline-block;
  width: 100%;
  content: "";
  height: 30px;
  background-color: #000;
}
main.chukou .linksWrap {
  padding-inline: 24px;
  max-width: calc(960px + 48px);
  margin-inline: auto;
}
main.chukou .links__item {
  display: grid;
  grid-template-columns: 450fr 449fr;
  -moz-column-gap: 60px;
  column-gap: 60px;
  align-items: center;
}
main.chukou .links__item + .links__item {
  margin-top: 140px;
}
@media only screen and (max-width: 768px) {
  main.chukou .links__item {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
}
main.chukou .links__itemDetailsTitle {
  font-size: 18px;
  line-height: 2;
  margin-bottom: 10px;
  font-family: "ten-mincho-text", serif;
  font-weight: 400;
  font-weight: 400;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  main.chukou .links__itemDetailsTitle {
    line-height: 1.8;
  }
}
main.chukou .links__itemDetailsLead {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  margin-bottom: 4px;
}
main.chukou .links__itemDetailsText {
  font-size: 14px;
  line-height: 1.7;
}
main.chukou .links__itemDetailsLink {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 10px;
  padding: 16px 30px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.4);
  -moz-column-gap: 10px;
  column-gap: 10px;
  text-decoration: none;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  main.chukou .links__itemDetailsLink {
    font-size: 14px;
  }
}
main.chukou .links__itemDetailsLink::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.3s ease;
}
main.chukou .links__itemDetailsLink:hover {
  color: #fff;
}
main.chukou .links__itemDetailsLink:hover::before, main.chukou .links__itemDetailsLink:focus-visible::before {
  transform: scaleX(1);
}
main.chukou .links__itemDetailsLink::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M3 8L13 8' stroke='white'/%3E%3Cpath d='M10 5L13 8L10 11' stroke='white'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

body:has(main.chukou) {
  overflow: visible;
}

@keyframes galleryScroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-810px);
  }
}
/*# sourceMappingURL=chukou.css.map */