@charset "UTF-8";
* {
  min-height: 0%;
  box-sizing: border-box;
}

body {
  color: #000;
  font-family: "A1 Gothic R";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0;
}

a {
  text-decoration: none;
  transition: all 0.25s;
}
a:hover {
  opacity: 0.5;
}

img {
  width: 100%;
  vertical-align: bottom;
}

ul, li {
  list-style: none;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  font-size: 13px;
  width: 100%;
  background-color: #fff;
  color: #000;
  border-bottom: 1px solid #000;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  transition: 0.35s ease-in;
}
header.is-visible {
  visibility: visible;
  opacity: 1;
}
header.is-sticky {
  position: sticky;
  visibility: visible;
  opacity: 1;
}
header .header-inner {
  display: flex;
  justify-content: space-between;
  max-width: 1230px;
  height: 60px;
  padding: 5px 30px;
  margin: auto;
}
header .header-left h1 img {
  width: 205px;
  vertical-align: middle;
}
header .header-right {
  display: flex;
  align-items: center;
}
header .header-right a {
  display: flex;
  align-items: center;
  margin-right: 50px;
  color: #000;
}
header .header-right a span {
  padding-left: 10px;
}
header .header-right a:nth-of-type(1) img {
  width: 21.538px;
}
header .header-right a:nth-of-type(2) img {
  width: 16px;
}
header .header-right a:nth-of-type(3) {
  margin-right: 0;
}
header .header-right a:nth-of-type(3) img {
  width: 29px;
}

@media screen and (max-width: 834px) {
  .header .header-inner {
    padding: 8px 10px;
    height: 50px;
  }
  .header .header-left h1 {
    line-height: 1;
    padding-right: 15px;
  }
  .header .header-left h1 img {
    max-width: 142.3761px;
    width: 100%;
  }
  .header .header-right a {
    margin-right: 15px;
  }
  .header .header-right a span {
    display: none;
  }
  .header .header-right a:nth-of-type(2) img {
    width: 12px;
  }
}
.footerWrap {
  background-color: #fff;
}

footer {
  max-width: 940px;
  margin: 0 auto;
  padding: 63px 0 37px;
  text-align: center;
  font-size: 16px;
}

footer a {
  color: #000;
  border-color: #000;
}

footer ul {
  display: flex;
  gap: 30px;
  justify-content: center;
}

footer ul.hobo a {
  text-align: center;
  width: 220px;
  border-radius: 2em;
  border: 1px solid;
  display: inline-block;
  line-height: 3;
}

footer ul.sns {
  padding: 30px 0;
  gap: 25px;
}

footer ul.link a {
  font-family: "A1 Gothic L", sans-serif;
  font-size: 13px;
  color: #000;
  position: relative;
}

footer ul.link a:after {
  content: "/";
  display: inline-block;
  position: absolute;
  right: -18px;
}

footer ul.link li:last-of-type a:after {
  display: none;
}

footer .copyright {
  padding-top: 20px;
  display: inline-block;
}

@media screen and (max-width: 834px) {
  footer {
    padding: 30px 0 25px;
  }
  footer ul.hobo, footer ul.link {
    display: block;
  }
  footer ul.hobo li:nth-of-type(n + 2) {
    padding-top: 20px;
  }
  footer ul.sns img {
    width: 33px;
  }
  footer ul {
    gap: 24px;
  }
  footer ul.link {
    line-height: 1.8;
  }
  footer ul.link a:after {
    display: none;
  }
}
.slides {
  max-width: 394px;
  margin: 0 auto;
}
.slides .splide {
  cursor: grab;
}
.slides .thumbnails {
  position: relative;
  display: flex;
  gap: 8.75px;
  margin-top: 19px;
  padding: 0 0 16px;
  white-space: nowrap;
  overflow-x: auto;
}
.slides .thumbnails::-webkit-scrollbar {
  height: 4px;
}
.slides .thumbnails::-webkit-scrollbar-thumb {
  background-color: #B2B2B2;
}
.slides .thumbnails::-webkit-scrollbar-track {
  background-color: #E1E1E1;
}
.slides .thumbnail {
  flex: none;
  width: calc(20% - 7px);
  background-color: #000000;
  transition: all 0.25s ease-out;
  cursor: pointer;
}
.slides .thumbnail:hover {
  filter: brightness(1.1);
}
.slides .thumbnail.is-active {
  filter: brightness(0.5);
}

@media (min-width: 835px) {
  .slides .thumbnails {
    flex-wrap: wrap;
    white-space: wrap;
    overflow: hidden;
    gap: 20px 9px;
  }
  .slides .thumbnail {
    width: calc(20% - 7.2px);
  }
}
.slides-and-shop {
  max-width: 1040px;
  margin-bottom: 30px;
  padding: 20px 20px 30px;
  background-image: linear-gradient(90deg, transparent, transparent 20px, black 20px, black calc(100% - 20px), transparent calc(100% - 20px));
  background-size: 100% 1px;
  background-repeat: no-repeat;
  background-position: bottom center;
}
@media (min-width: 835px) {
  .slides-and-shop {
    display: flex;
    gap: 0 6.4814814815vw;
  }
}

.shop {
  padding: 20px 0 0;
  max-width: 960px;
}
.shop-header {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}
.shop-header .ttl,
.shop-header .price {
  line-height: 24px;
}
.shop-header .ttl {
  margin-bottom: 7px;
}
.shop-header .ttl img {
  max-height: 16.8486px;
  width: auto;
}
.shop-header .price img {
  max-height: 16.4033px;
  width: auto;
  vertical-align: bottom;
}
@media (min-width: 835px) {
  .shop {
    padding: 55px 0 0;
  }
  .shop .ttl {
    margin: 0 45px 0 0;
  }
  .shop .ttl img {
    max-height: 24px;
  }
  .shop .price img {
    max-height: 24px;
  }
  .shop .shop-header {
    flex-direction: row;
    align-items: flex-end;
  }
}
.ico-shop {
  display: block;
  width: 28px;
  height: 17.584px;
  margin-right: 10px;
}

.product {
  margin: 40px 0 0;
}
.product .product-inner {
  position: relative;
  max-width: 960px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 26px;
}
.product .item {
  text-align: center;
}
.product .item .cart + .cart {
  margin-top: 8px;
}
.product .item .cart:not(.sold) .sale {
  display: block;
}
.product .item .cart:not(.sold) .sold {
  display: none;
}
.product .item .cart .cart_btn {
  color: #000000;
}
.product .item .cart.sold .sale {
  display: none;
}
.product .item .cart.sold .sold {
  display: block;
}
.product .item .cart.sold .cart_btn {
  display: flex;
  background: #9e9e9e;
  color: #fff;
  border-color: #9e9e9e;
  pointer-events: none;
}
.product .item .ttl {
  margin: 14px 0 20px;
  line-height: 1;
}
.product .item .ttl img {
  max-height: 11.2363px;
  width: auto;
  vertical-align: middle;
}
.product .item .txt {
  padding: 10px 0 20px;
  line-height: 1.88;
  word-break: keep-all;
  width: 120%;
  margin-left: -10%;
}
.product .item .price-txt {
  font-size: 17px;
}
.product .item .price-txt .num {
  font-size: 26px;
}
.product .item .price-txt .tax {
  font-size: 12px;
}
.product .item .cart_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 144px;
  height: 36px;
  border: 1px solid #000;
  border-radius: 100px;
  margin: auto;
}
.product .item .cart_btn span {
  letter-spacing: 0.06em;
}
.product .item .cart_btn svg {
  fill: currentColor;
}
.product .item .cart_btn:hover {
  color: #ffffff;
  background-color: #D94600;
  border-color: #D94600;
  opacity: 1;
}
.product .item .stock,
.product .item .shipping,
.product .item .free,
.product .item .beforemsg {
  font-size: 13px;
}
.product .item .shipping {
  color: #3E55B9;
  margin-top: 4px;
  height: 24px;
}
.product .item .free {
  display: none;
}
.product .item .beforemsg {
  display: block;
  color: #666;
  padding-top: 10px;
  line-height: 1.8;
}
.product .item.sold .cart_btn {
  pointer-events: none;
}
.product .item.sold .cart_btn img.sale {
  display: none;
}
.product .item.sold .cart_btn img.soldout {
  display: inline-block;
}
.product .item.sold .stock,
.product .item.sold .shipping {
  display: none;
}
.product .item.sold .free {
  display: block;
}

@media screen and (min-width: 620px) {
  .product .product-inner {
    grid-template-columns: repeat(3, 1fr);
  }
}
.section {
  width: min(100% - 45px, 900px);
}
.section:not(:last-of-type) {
  margin-bottom: 40px;
}
.section h2 {
  width: fit-content;
  margin-bottom: 20px;
  padding: 0 0 6px;
  font-family: "A1 Gothic L";
  font-size: 30px;
  font-weight: normal;
  line-height: 1;
  border-bottom: 1px solid #000000;
}

@media (min-width: 835px) {
  .section:not(:last-of-type) {
    margin-bottom: 56px;
  }
  .section h2 {
    margin-bottom: 25px;
  }
}
.article + .article {
  margin-top: 30px;
}
.article h3 {
  margin-bottom: 12px;
  font-family: "A1 Gothic L";
  font-size: 22px;
  font-weight: normal;
  white-space: pre-line;
}
.article-photo {
  flex: none;
  margin: 0 0 20px;
}
.article .splide.is-active {
  margin-bottom: 32px;
}
.article .splide__pagination {
  bottom: -22px;
  gap: 0 8px;
}
.article .splide__pagination li {
  line-height: 8px;
}
.article .splide__pagination__page {
  margin: 0;
  width: 8px;
  height: 8px;
  background-color: #808080;
  opacity: 1;
}
.article .splide__pagination__page.is-active {
  transform: scale(1);
  background-color: #D94600;
}

@media (min-width: 620px) {
  .article-photo {
    max-width: 428px;
  }
  .article-content {
    max-width: 380px;
  }
}
@media (min-width: 835px) {
  .article {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    gap: 0 6.0846560847vw;
  }
  .article + .article {
    margin-top: 80px;
  }
  .article .splide {
    visibility: visible;
  }
  .article .splide__list li + li {
    margin-top: 20px;
  }
}
.spec {
  width: 100%;
  padding: 25px 20px 51px;
  background-color: #EBEBEB;
}
.spec-group {
  max-width: 1075px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 30px 0;
}
.spec-col {
  display: flex;
  flex-direction: column;
  gap: 30px 0;
}
.spec .ttl {
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.08em;
  border-bottom: 1px solid #000;
  margin-bottom: 12px;
}
.spec dl dd {
  font-size: 13px;
  white-space: pre-line;
}
.spec dl dd + dt {
  margin-top: 20px;
}
.spec ul li {
  display: flex;
}
.spec ul li:before {
  content: "・";
}
.spec-size-figure {
  max-width: 280px;
  margin-bottom: 30px;
}
.spec .table {
  flex: none;
  width: fit-content;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-spacing: 0;
  text-align: center;
  gap: 0 8px;
}
.spec .table-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px 8px;
}
.spec .table th,
.spec .table td {
  border-left: 1px solid #000;
  border-top: 1px solid #000;
  width: 76px;
  height: 36px;
}
.spec .table-unit {
  flex: none;
  font-size: 13px;
  line-height: 22px;
}

@media (min-width: 835px) {
  .spec {
    padding: 43px 20px 72px;
  }
  .spec-group {
    flex-direction: row;
    justify-content: space-between;
  }
  .spec-col {
    gap: 50px 0;
  }
}
@media (min-width: 1075px) {
  .spec .table-wrapper {
    flex-direction: row;
    align-items: flex-end;
  }
}
.credit {
  padding: 30px 20px 40px;
  width: 100%;
  border-bottom: 1px solid #000000;
}
.credit-inner {
  max-width: 960px;
  margin: 0 auto;
}
.credit h3 {
  margin-bottom: 4px;
  font-size: 15px;
  font-weight: 400;
}
.credit p + h3 {
  margin-top: 2em;
}
.credit p {
  font-size: 13px;
  white-space: pre-line;
}

@media (min-width: 835px) {
  .credit {
    padding: 55px 20px 80px;
  }
}
.snaps {
  display: flex;
  gap: 0 20px;
  overflow: hidden;
  white-space: nowrap;
  overflow-x: auto;
  margin-bottom: 40px;
  padding: 0 0 20px;
}
.snaps::-webkit-scrollbar {
  height: 4px;
}
.snaps::-webkit-scrollbar-thumb {
  background-color: #B2B2B2;
}
.snaps::-webkit-scrollbar-track {
  background-color: #E1E1E1;
}
.snaps li {
  flex: none;
  width: calc(63.5% - 10px);
}
.snaps p {
  margin-top: 6px;
  font-size: 13px;
  line-height: 24px;
}

@media (min-width: 835px) {
  .snaps {
    gap: 0 27px;
    margin-bottom: 80px;
  }
  .snaps li {
    width: calc(33.3333333333% - 18px);
  }
}
.archive {
  width: 100%;
  padding: 32px 20px 50px;
  border-bottom: 1px solid #000000;
}
.archive-wrapper {
  max-width: 960px;
  margin: 0 auto;
}
.archive h2 {
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 400;
}
.archive ul {
  display: flex;
  flex-wrap: wrap;
  gap: 29px 20px;
}
.archive li {
  width: calc(50% - 10px);
}
.archive img {
  display: block;
}
.archive-name {
  max-height: 26.53px;
  margin: 8px 0 12px;
}
.archive-color {
  max-height: 10.35px;
}

@media (min-width: 560px) {
  .archive ul {
    gap: 29px;
  }
  .archive li {
    width: min(50% - 14.5px, 152px);
  }
}
.hbr-section {
  margin: 32px 0 0;
}
.hbr-section p:first-of-type {
  margin-bottom: 16px;
  font-size: 17px;
  text-align: center;
  font-weight: 700;
}
.hbr-section p:nth-of-type(2) {
  color: #666666;
  font-size: 12px;
  line-height: 1.63;
}

.main {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media (min-width: 835px) {
  .yodogawa {
    white-space: pre-line;
  }
  .yodogawa br {
    display: none;
  }
}