@view-transition {
  navigation: auto;
}

.item-list-image img {
  view-transition-name: product-image;
  contain: paint;
}

.product-image__first-image {
  view-transition-name: product-image;
  contain: paint;
}

/* -----------------------------------------------------------------
 reset
----------------------------------------------------------------- */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  color: #333333;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.8;
  font-size: 1rem;
  padding-bottom: 62px;
}

@media (min-width: 576px) {
  body {
    padding-bottom: 0;
  }
}

ol,
ul {
  list-style: none;
  padding-left: 0;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

p,
div {
  word-break: break-all;
}

a {
  color: #333333;
  text-decoration: none;
  transition: .2s;
}

a:hover {
  opacity: .7;
}

input::placeholder {
  color: #B5B5B5;
  font-size: 1rem;
}

pre {
  white-space: pre-wrap;
}

.clearfix {
  display: block;
}

.clearfix::before {
  content: "";
  display: block;
  clear: both;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.bx-wrapper {
  box-shadow: none !important;
}

.bx-controls-direction a {
  z-index: 0 !important;
}

/* -----------------------------------------------------------------
 header
----------------------------------------------------------------- */
.header.fix {
  padding: 6px 0;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  transition: .3s;
}

.gnav {
  display: flex;
  align-items: flex-end;
}

.gnav li {
  margin-left: 20px;
}

.gnav .account {
  font-size: 10px;
}

.gnav .account:last-child {
  margin-right: 16px;
}

.gnav .gnav-menu {
  font-weight: bold;
}

.gnav-menu {
  font-size: 10px;
}

.header-favorite a:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f004";
  font-size: 16px;
  display: block;
  color: #707070;
}

.header-mypage a:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f007";
  font-size: 16px;
  display: block;
  color: #707070;
}

.header-cart a:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f07a";
  font-size: 16px;
  display: block;
  color: #707070;
}

.logout a:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f2f5";
  font-size: 16px;
  display: block;
  color: #707070;
}

.membership a:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f234";
  font-size: 16px;
  display: block;
  color: #707070;
}

.login a:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f2f6";
  font-size: 16px;
  display: block;
  color: #707070;
}

.header-cart {
  position: relative;
}

.header-cart .cart-count {
  position: absolute;
  right: -8px;
  top: -8px;
  background: #F23E0C;
  color: #fff;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  text-align: center;
  font-size: 12px;
  font-weight: normal;
}

.main-visual {
  max-width: 1000px;
  margin: 0 auto 60px;
}

.main-visual img {
  margin: 0 auto;
  width: 100%;
}

.main-visual li {
  height: 100%;
  display: flex;
  align-items: center;
}

.main-visual li a {
  flex-grow: 1;
}

.bx-viewport {
  height: 100% !important;
}

#M_slider {
  height: 100%;
}

.contents {
  width: 1060px;
  padding: 115px 30px 48px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
}

.top-container {
  padding: 0;
}

.banner-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 40px;
}

.banner-area::after {
  content: "";
  display: block;
  width: 33%;
}

.banner-area img {
  max-width: 330px;
}

/* -----------------------------------------------------------------
 side-nav
----------------------------------------------------------------- */
.side {
  /* width: 210px; */
  /* padding-right: 30px; */
}

.search {
  background: #E6E6E6;
  padding: 16px;
}

.search-btn {
  font-size: 12px;
  border: 1px solid #333333;
  border-radius: 3px;
  background: #fff;
  display: block;
  padding: 10px;
  text-align: center;
}

.search-area li {
  margin-bottom: 20px;
}

.search-area label {
  display: block;
  margin-bottom: 10px;
}

.search-area input,
.search-area select {
  width: 100%;
}

input.search-price {
  width: 36%;
  margin-right: 4px;
}

.side-section {
  margin-top: 30px;
}

.sp-side-section {
  display: none;
}

.category-list-title {
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
}

.side-category-item {
  position: relative;
  border-bottom: 1px solid #ccc;
  padding-right: 12px;
}

.side-category-item p,
.side-category-item a {
  width: 100%;
  padding: 15px 0;
  display: inline-block;
}

.side-category-item p:before {
  display: block;
  content: "";
  position: absolute;
  top: 26px;
  right: 0;
  margin: auto;
  width: 12px;
  height: 1px;
  background-color: #333333;
  transition: .2s;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}

.side-category-item p:after {
  display: block;
  content: "";
  position: absolute;
  top: 26px;
  right: 0;
  margin: auto;
  width: 12px;
  height: 1px;
  background-color: #333333;
  transition: .3s;
}

.side-category-item p.on {
  width: 95%;
  background: #333333;
  color: #fff;
  padding-left: 6px;
  padding-right: 14px;
}

.side-category-item p.on:before {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  background: #fff;
  right: 10px;
}

.side-category-item p.on:after {
  background-color: transparent;
  background: #fff;
  right: 10px;
}

.child-item {
  padding: 8px !important;
  font-size: 12px;
}

.close {
  display: none;
}

.accordion {
  cursor: pointer;
}

.side-contact li {
  margin-bottom: 16px;
}

.calendar-wrap {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.calendar-title {
  padding: 8px;
  color: #fff;
  display: flex;
  align-items: baseline;
  margin-bottom: 4px;
}

.calendar-title dt {
  font-size: 12px;
  margin-right: 6px;
}

.makeshop-calendar1,
.makeshop-calendar2 {
  width: 100%;
  border-collapse: inherit;
  padding: 8px;
}

.makeshop-calendar1 tr,
.makeshop-calendar2 tr {
  text-align: center;
  font-size: 12px;
}

.makeshop-calendar1 thead tr th,
.makeshop-calendar2 thead tr th {
  padding-bottom: 8px;
}

.makeshop-calendar1 tbody tr td,
.makeshop-calendar2 tbody tr td {
  padding-bottom: 2px;
  height: auto !important;
}

.makeshop-calendar1 td.today {
  background: #F23E0C;
  color: #fff;
  height: auto;
}

.this-month {
  background: #808080;
}

.next-month {
  background: #808080;
}

.saturday {
  color: #006BED;
}

.sunday {
  color: #F23E0C;
}

/* -----------------------------------------------------------------
 check
----------------------------------------------------------------- */
.checked-contents {
  padding-bottom: 60px;
  display: inline-block;
}

.checked-item-list {
  display: flex;
  flex-wrap: wrap;
}

.checked-item-list li {
  width: 140px;
  position: relative;
  margin-right: 32px;
  display: flex;
  flex-direction: column;
}

.checked-item-list li:last-child {
  margin-right: 0;
}

.checked-item-list li img {
  width: 100%;
}

/* -----------------------------------------------------------------
 main
----------------------------------------------------------------- */

.border:after {
  content: "";
  display: block;
  width: 100%;
  border: 1px solid #CBCBCB;
  margin: 30px 0 60px;
}

.shop-comment {
  margin-bottom: 40px;
}

.item-list {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.item-list li {
  width: calc((100% - 91px) / 4);
  margin-bottom: 40px;
  margin-right: 30px;
  position: relative;
  display: flex;
  flex-direction: column;
}

.item-list li:nth-child(4n) {
  margin-right: 0;
}

.item-list li img {
  width: 100%;
  margin-bottom: 4px;
  position: relative;
}

.item-list-review {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

.item-list-review .item-list-review-rate {
  margin: 0 6px;
}

.item-name {
  font-size: 1rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}

.price {
  margin-top: var(--space-1x);
  font-size: 1rem;
  font-weight: bold;
  font-family: var(--font-montserrat);
}

.ranking-icon {
  position: absolute;
  top: 8px;
  left: 8px;
  text-align: center;
  background-color: white;
  border-radius: 50%;
  font-size: 12px;
  color: #333333;
  width: 30px;
  height: 30px;
  line-height: 2.5;
}

.rank-1 {
  background: #D1AF28;
  color: #fff;
}

.rank-2 {
  background: #ABA8A8;
  color: #fff;
}

.rank-3 {
  background: #D18858;
  color: #fff;
}

.item-icon {
  position: absolute;
  top: -10px;
  font-size: 12px;
  right: -8px;
  color: #fff;
  padding: 0 3px;
  z-index: 1;
}

.item-icon p {
  padding: 0 3px;
}

.item-icon .item-soldout {
  background: #B5B5B5;
}

.item-icon .item-sale {
  background: #F23E0C;
}

.item-category {
  margin-bottom: 8px;
  font-size: 12px;
  border: 1px solid var(--color-accent);
  border-radius: 100vw;
  padding: var(--space-1x) var(--space-2x);
  width: fit-content;
  color: var(--color-accent);
  text-decoration: none;
}

.original-price {
  text-decoration: line-through;
}

.item-sale-price {
  color: #F23E0C;
}

.news-list {
  margin-bottom: 10px;
}

.news-list li {
  border-bottom: 1px solid #CBCBCB;
  padding: 14px 0;
}

.news-list li:first-child {
  padding-top: 0;
}

.news-list dl dt {
  margin-bottom: 8px;
}

.news-list dl dd {
  font-size: 12px;
}

.news-wrap {
  display: flex;
}

.news-wrap dl dt a {
  text-decoration: underline;
}

.news-wrap dl dt a:hover {
  text-decoration: none;
}

.news-more a {
  text-decoration: underline;
}

.news-more a:hover {
  text-decoration: none;
}

.news-date {
  font-size: 12px;
  color: #B5B5B5 !important;
  min-width: 120px;
}

.news-content:after,
.news-list-content:after {
  content: "…";
}

.news-more {
  text-align: right;
  padding-bottom: 60px;
}

.index-review-list li {
  display: flex;
  margin-bottom: 60px;
}

.index-review-list li .index-review-image {
  margin-right: 18px;
  width: 140px;
  min-width: 140px;
}

.index-review-list li .index-review-image img {
  width: 100%;
}

.review-list-category {
  margin-bottom: 8px;
  font-size: 12px;
}

.review-index-score {
  display: flex;
  align-items: baseline;
}

.review-index-score p {
  margin-right: 16px;
}

.foot-category {
  background: #f2f2f2;
  padding: 60px 0;
}

.foot-category h2 {
  text-align: center;
}

.main-category-list {
  width: 1000px;
  margin: 0 auto;
}

.main-category-list li {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 40px;
  width: 197px;
}

.main-category-list li a {
  width: 100%;
  display: block;
}

/* -----------------------------------------------------------------
 footer
----------------------------------------------------------------- */


/* -----------------------------------------------------------------
 item-list-cart
----------------------------------------------------------------- */
.item-list-cart {
  margin: auto 0 0 0;
  display: none;
}

.item-list-btn {
  width: 100%;
  display: inline-block;
  text-align: center;
  border-radius: 3px;
  padding: 8px 0;
  font-weight: bold;
  font-size: 13px;
}

.item-list-sold {
  background: #B5B5B5;
  color: #fff;
}

.option-list-cart {
  border: 1px solid #808080;
  color: #808080;
  ;
}

.add-list-cart {
  background: #1FD5AD;
  background: var(--color-accent);
  color: #fff;
}

.price {
  margin-bottom: 8px;
}

/* -----------------------------------------------------------------
 category
----------------------------------------------------------------- */
.breadcrumb {
  font-size: 12px;
  padding-top: 10px;
  padding-bottom: 12px;
}

.breadcrumb-item {
  margin-right: 8px;
}

.breadcrumb-item::after {
  content: ">";
  margin-left: 12px;
}

.breadcrumb-item:last-child::after {
  display: none;
}

.category-image {
  margin-bottom: 20px !important;
  display: flex;
}

.category-title {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 40px;
}

.category-title dl {
  display: flex;
  font-size: 12px;
  margin-bottom: 40px;
}

.category-title dd {
  margin-right: 8px;
}

.total-count span {
  font-weight: bold;
}

.pager-wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

.pager {
  display: flex;
}

.pager li {
  margin-right: 16px;
}

.pager li:last-child {
  margin-right: 0;
}

.bulk-group {
  margin-bottom: 40px;
  font-size: 12px;
  font-weight: bold;
}

.bulk-group a {
  color: #B5B5B5;
}

/* -----------------------------------------------------------------
 detail
----------------------------------------------------------------- */
.detail {
  padding: 48px 0 60px;
}

.item-image {
  width: 540px;
  float: left;
}

.item-image img {
  width: 100%;
}

.main-image {
  float: left;
  margin-bottom: 40px;
  /* width: 540px; */
}

.main-image img {
  width: 100%;
}

/*スライダーcss*/
.gallery li {
  list-style: none;
}

.gallery li img {
  width: 100%;
}

.slick-prev,
.slick-next {
  position: absolute;
  z-index: 3;
  top: 42%;
  cursor: pointer;
  outline: none;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  height: 15px;
  width: 15px;
}

.slick-prev:after {
  content: "";
  position: absolute;
  top: -14px;
  left: -8px;
  width: 40px;
  opacity: 0.5;
  height: 30px;
  transform: rotate(45deg);
  background-color: rgba(251, 250, 247, 0.75);
}

.slick-next:after {
  content: "";
  position: absolute;
  top: -14px;
  left: -8px;
  width: 40px;
  opacity: 0.5;
  height: 30px;
  transform: rotate(45deg);
  background-color: rgba(251, 250, 247, 0.75);
}

.slick-prev {
  left: 2.5%;
  transform: rotate(-135deg);
}

.slick-next {
  right: 2.5%;
  transform: rotate(45deg);
}

.slick-track {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.choice-btn {
  margin: 6px 0 40px;
}

.choice-btn li {
  cursor: pointer;
  background: #333;
  width: 130px !important;
  margin-bottom: 12px;
}

.choice-btn li:nth-child(5n) {
  margin-right: 0;
}

.choice-btn .slick-track {
  width: 100% !important;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.choice-btn .slick-track::before {
  content: "";
  display: block;
  width: 23%;
  order: 1;
}

.choice-btn .slick-track::after {
  content: "";
  display: block;
  width: 23%;
}

.choice-btn li img {
  opacity: 0.4;
  width: 130px;
}

.choice-btn li.slick-current img {
  opacity: 1;
}

/*追加*/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*スライダーcssここまで*/
.add-image-section {
  margin-bottom: 40px;
}

.add-image-title {
  font-size: 18px;
  margin: 40px 0 20px;
}

.add-image-list {
  width: 164px;
  display: inline-block;
  margin-right: 20px;
}

.add-image-list:last-child {
  margin-right: 0;
}

.add-image-list img {
  width: 100%;
}

.group-review-section {
  width: 540px;
  display: inline-block;
}

.group-item-list {
  display: flex;
  flex-wrap: wrap;
}

.group-item-list li {
  width: 120px;
  margin-bottom: 40px;
  margin-right: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
}

.group-item-list li img {
  width: 100%;
}

.group-item-list li:nth-child(4n) {
  margin-right: 0;
}

.item-detail {
  width: 400px;
  padding-left: 40px;
  float: right;
}

.item-detail .item-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 26px;
  position: relative;
}

.item-detail .item-category-name {
  margin-bottom: 6px;
}

.item-detail-icon {
  position: absolute;
  display: contents;
  font-size: 12px;
  font-weight: normal;
  top: 0;
}

.item-detail-icon .item-detail-sale {
  color: #F23E0C;
}

.item-detail-icon p {
  margin-bottom: 12px;
}

.item-price-wrap {
  margin-bottom: 20px;
}

.item-price-wrap .item-price {
  font-size: 30px;
  font-weight: 500;
}

.item-price-wrap .item-tax {
  font-size: 14px;
  color: #333333;
}

.item-price-wrap .fixed-price {
  font-size: 12px;
}

.member-original-price {
  font-size: 12px;
}

.member-original-price span {
  font-size: 18px;
}

.sale-text .original {
  text-decoration: line-through;
}

.sale-text .sale-rate,
.sale-text .sale-price {
  color: #F23E0C;
}

.sale-text .sale-rate {
  margin: 0 10px;
}

.sale-text .sale-price {
  font-size: 30px;
  font-weight: 500;
}

.sale-priod {
  font-size: 12px;
  margin: 6px 0 12px;
}

.item-point,
.review-empty {
  margin-bottom: 20px;
}

.item-sell-text {
  margin: 20px 0;
}

.item-sell-text .sell-start {
  margin-bottom: 8px;
}

.item-reserve {
  margin: 20px 0;
}

.item-reserve .item-reserve-release-text,
.item-reserve .item-reserve-text {
  font-size: 12px;
  margin-top: 6px;
}

.nameprint-area {
  margin-top: 20px;
}

.nameprint-area .nameprint-title-wrap {
  margin: 18px 0 8px;
  font-size: 12px;
}

.nameprint-area .nameprint-text-wrap p {
  margin-bottom: 4px;
  font-size: 12px;
}

.nameprint-area .nameprint-title {
  font-size: 14px;
  font-weight: bold;
  margin-top: 10px;
}

.nameprint-area .nameprint-title span {
  color: #F23E0C;
  font-size: 12px;
  font-weight: normal;
  margin-left: 6px;
}

.nameprint-area .nameprint-text input,
.nameprint-area .nameprint-text textarea {
  width: 75%;
  border: 1px solid #333333;
}

.item-quantity {
  font-size: 12px;
  margin-bottom: 20px;
}

.item-quantity input {
  width: 40px;
  border: 1px solid #333333;
  margin-left: 8px;
}

.item-review {
  font-size: 12px;
}

.review-link {
  margin-bottom: 20px;
}

.review-link a {
  text-decoration: underline;
}

.review-link a:hover {
  text-decoration: none;
}

.item-option {
  width: 100%;
}

.item-option .btn {
  margin-top: 20px;
}

.makeshop-option-wrap {
  margin-top: 10px;
}

.makeshop-option-label {
  font-size: 12px;
  margin-bottom: 6px;
}

.makeshop-option-select {
  border: 1px solid #333333;
  margin-bottom: 12px;
  width: 75%;
}

.add-cart {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 30px 0 40px;
}

.stock-wrap {
  width: 100%;
  margin-bottom: 8px;
}

.add-cart .item-stock {
  margin-right: 14px;
  font-size: 10px;
}

.add-cart .btn {
  width: 180px;
  display: inline-block;
  text-align: center;
  border-radius: 5px;
  padding: 15px 0;
  font-weight: bold;
  font-size: 13px;
  color: #fff;
}

.add-cart .add-cart-btn {
  background: #1FD5AD;
  background: var(--color-accent);
}

.add-cart .restock-btn {
  background: #333333;
}

.add-cart .disabled-btn {
  background: #B5B5B5;
}

.add-cart .subscription-btn {
  background: #006BED;
  margin-top: 8px;
}

.add-cart .off {
  display: none;
}

.add-cart .on {
  display: block;
}

.subscription-only {
  margin-top: 0 !important;
}

.item-stock-sku {
  margin-bottom: 8px;
}

.sku-btn {
  width: 130px !important;
  padding: 10px 0 !important;
  font-size: 12px !important;
}

.favorite-wrap {
  display: flex;
  align-items: baseline;
}

.favorite-icon:after {
  font-family: 'Font Awesome 5 Free';
  content: "\f004";
  font-size: 24px;
  font-weight: 900;
  margin-left: 14px;
  margin-right: 4px;
  -webkit-text-stroke: 1px #fff;
  line-height: 1;
}

.favorite-icon.hide {
  display: none;
}

.favorite-on {
  color: #ff7683;
}

.favorite-off {
  color: #E6E6E6;
}

.item-list-image {
  position: relative;
}

.item-list-favorite {
  position: absolute;
  top: 100%;
  right: 4px;
}

.item-contact {
  margin-bottom: 40px;
}

.item-contact::before {
  content: "";
  display: block;
  width: 100%;
  border: 1px solid #CBCBCB;
  margin: 30px 0 40px;
}

.item-contact a {
  width: 100%;
  display: inline-block;
  padding: 8px 0;
  border: 1px solid #333333;
  border-radius: 2px;
  text-align: center;
}

.item-contact a:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f0e0";
  font-size: 16px;
  font-weight: 900;
  padding-right: 10px;
  color: #707070;
}

.item-description dt {
  font-size: 18px;
  margin-bottom: 16px;
}

.item-info-list {
  margin-top: 20px;
}

.item-info-list li {
  margin-bottom: 10px;
}

.item-info-list li dl {
  display: flex;
}

.item-info-list li dt {
  width: 34%;
}

.item-info-list li dd {
  width: 66%;
}

.item-share li {
  margin-right: 8px;
  display: inline-block;
  vertical-align: top;
}

.border-top::before {
  content: "";
  display: block;
  width: 100%;
  border: 1px solid #CBCBCB;
  margin: 30px 0;
}

.item-share {
  margin-bottom: 40px;
}

.sku tbody {
  align-items: center;
}

.sku-option-title {
  width: 60px;
  font-weight: bold;
  text-align: left;
  padding: 0 20px 10px 0;
  vertical-align: middle;
}

.sku-option-name {
  font-size: 10px;
  text-align: left;
  padding: 0 16px 20px 0;
  vertical-align: middle;
}

.sku-img {
  vertical-align: middle;
}

.sku-img img {
  padding-right: 20px;
}

.option-image {
  max-width: 80px;
}

.option-image:hover {
  cursor: pointer;
}

.sku-cart {
  padding-bottom: 20px;
}

.sku-price-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}

.sku-price-wrap .price {
  margin: 0 6px 4px 0;
  width: 100%;
}

.item-review-detail {
  margin-bottom: 60px;
}

.item-review-detail h3 {
  font-size: 18px;
  margin-bottom: 20px;
}

.item-review-list li {
  margin-bottom: 60px;
}

.item-review-list-link {
  margin-bottom: 30px;
  font-size: 12px;
}

.item-review-list-link a {
  text-decoration: underline;
}

.item-review-list-link a:hover {
  text-decoration: none;
}

.review-list-unit .review-list-name {
  margin-bottom: 12px;
}

.review-list-unit .star-score {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.review-list-unit .review-star {
  margin-right: 6px;
}

.review-list-unit .review-list-date {
  font-size: 12px;
  color: #B5B5B5;
  margin: 12px 0;
}

.review-list-unit .review-list-content {
  font-size: 12px;
}

.reviewRateStar {
  display: inline-block;
  font-size: 0;
  color: #FFA41C;
}

.reviewRateStar::before {
  font-family: 'Font Awesome 5 Free';
  content: "\f005";
  font-size: 12px;
  font-weight: 900;
}

.starOff::before {
  font-family: 'Font Awesome 5 Free';
  content: "\f005";
  font-weight: 400;
}

.starHalf::before {
  font-family: 'Font Awesome 5 Free';
  content: "\f5c0";
}

.review-post {
  margin-top: 40px;
}

.review-post {
  text-align: center;
}

.review-post a {
  width: 260px;
  margin: 0 auto;
  display: inline-block;
  padding: 12px 0;
  border: 1px solid #333333;
  border-radius: 2px;
  text-align: center;
}

.review-post a:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f304";
  font-size: 16px;
  font-weight: 900;
  padding-right: 10px;
  color: fff;
}

/*定期購入*/
.product-price-block {
  font-size: 30px;
  margin: 12px 0;
  font-weight: 500;
  color: #FE5A74;
}

.product-price-block small {
  font-size: 14px;
  color: #333333;
}

.subscription-gift {
  display: flex;
  margin-top: 30px;
}

.subscription-gift img {
  margin-right: 20px;
  width: 80px;
  max-height: 80px;
}

.subscription-price {
  font-size: 26px;
  font-weight: 500;
  color: #FE5A74;
}

.subscription-price small {
  font-size: 14px;
}

.item-group-icon img {
  width: auto !important;
  height: auto !important;
  display: block;
  margin-top: 8px;
}

/* -----------------------------------------------------------------
 review
----------------------------------------------------------------- */
.review-item-wrap {
  border: 1px solid #333333;
  padding: 20px;
  border-radius: 3px;
  display: flex;
  margin-bottom: 60px;
}

.review-item-wrap .review-item-image {
  padding-right: 20px;
  width: 120px;
}

.review-item-wrap .review-item-image img {
  width: 100%;
  height: 120px;
  object-fit: cover;
}

.review-item-info .review-item-category {
  font-size: 12px;
  margin-bottom: 8px;
}

.review-item-info .review-item-name {
  font-size: 18px;
}

.review-item-info .total-review {
  display: flex;
  align-items: baseline;
  margin-top: 10px;
}

.review-item-info .review-star {
  margin-right: 10px;
}

.review-item-info .review-average {
  font-size: 20px;
  font-weight: bold;
}

.review-item-info .review-count {
  font-size: 12px;
}

.review-form-wrap {
  width: 485px;
  margin: 0 auto;
}

.review-form {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.review-form:last-child {
  margin-bottom: 60px;
}

.review-form dt {
  width: 150px;
  text-align: left;
}

.review-form .review-form-content {
  width: 100%;
}

.review-form dd input {
  border: 1px solid #707070;
  width: 100%;
}

.review-form dd .reviewRateStar:before {
  font-size: 18px;
}

.review-post-btn {
  border: none !important;
  background: #707070;
  color: #fff;
}

/* -----------------------------------------------------------------
 cart
----------------------------------------------------------------- */
.cart {
  margin-bottom: 100px;
}

.cart-section-title {
  padding-top: 60px;
}

.free-shipping-wrap {
  text-align: right;
  margin-bottom: 16px;
  font-size: 12px;
}

.free-shipping-wrap .free-shipping-text em {
  color: #F23E0C;
}

.cart-list-table {
  width: 100%;
  padding: 20px;
}

.cart-list-table th {
  background: #E6E6E6;
  padding: 8px 12px;
  text-align: left;
  border-right: 1px solid #fff;
  box-sizing: border-box;
}

.cart-list-table th:first-child {
  width: 360px;
}

.cart-list-table th:nth-child(2) {
  width: 190px;
}

.cart-list-table th:nth-child(3) {
  width: 200px;
}

.cart-list-table th:last-child {
  width: 200px;
}

.cart-list-table tbody tr {
  border-bottom: 1px solid #E6E6E6;
}

.cart-list-table tbody td {
  vertical-align: middle;
  padding: 20px;
}

.cart-list-table tbody td:first-child {
  display: flex;
}

.cart-list-info {
  font-size: 12px;
}

.cart-list-image {
  width: 80px;
  min-width: 80px;
  margin-right: 12px;
}

.cart-list-image img {
  width: 100%;
  height: 100px;
  object-fit: cover;
}

.item-cart-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
}

.item-cart-price {
  font-size: 24px;
}

.item-cart-quantity input {
  width: 40px;
  border: 1px solid #333333;
  margin-right: 12px;
}

.item-cart-delete {
  float: right;
}

.item-cart-delete a {
  font-size: 10px;
  border: 1px solid #333333;
  padding: 2px 8px;
}

.item-cart-subtotal {
  font-size: 24px;
  font-weight: bold;
}

.cart-total {
  background: #E6E6E6;
}

.cart-total td {
  display: table-cell !important;
}

.cart-total .cart-total-title {
  text-align: right;
  font-size: 20px;
  font-weight: bold;
}

.cart-total .cart-total-price {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 6px;
}

.cart-total .cart-total-point {
  font-size: 12px;
}

.cart-total .cart-bulk {
  margin-top: 6px;
  font-size: 12px;
}

.cart-button-wrap {
  text-align: right;
  margin-top: 40px;
}

.cart-button-wrap .cart-button a {
  width: 320px;
  display: inline-block;
  text-align: center;
  background: #1FD5AD;
  border-radius: 5px;
  padding: 20px 0;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  margin-bottom: 20px;
}

.cart-button-wrap .cart-back-button a:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f053";
  font-size: 12px;
  font-weight: bold;
  padding-right: 8px;
  color: #707070;
}

/* -----------------------------------------------------------------
 news
----------------------------------------------------------------- */
.news-list-unit {
  padding: 30px 0 !important;
}

.news-list-title {
  margin-bottom: 6px;
}

.news-list-title a {
  text-decoration: underline;
}

.news-list-title a:hover {
  text-decoration: none;
}

.news-list-date {
  font-size: 12px;
  color: #B5B5B5 !important;
  margin-bottom: 8px;
}

.news-content-wrap {
  margin-bottom: 30px;
}

.news-pager {
  display: flex;
  justify-content: space-between;
}

.news-pager .pager-left {
  display: flex;
}

.news-pager .pager-left .prev {
  margin-right: 20px;
}

.news-pager a {
  text-decoration: underline;
}

.news-pager a:hover {
  text-decoration: none;
}

/* -----------------------------------------------------------------
 guide
----------------------------------------------------------------- */
.guide-section {
  width: 85%;
  margin: 0 auto 60px;
}

.guide-section .guide-section-title {
  font-weight: bold;
  margin-bottom: 8px;
}

.comapany-box {
  width: 75%;
  margin: 0 auto 60px;
}

.comapany-box img {
  width: 100%;
  max-height: 640px;
  object-fit: contain;
  margin-bottom: 20px;
}

.contract-section {
  width: 85%;
  margin: 0 auto 60px;
}

.contract-section dt {
  font-weight: bold;
  margin-bottom: 8px;
}

.policy-box {
  width: 85%;
  margin: 0 auto 60px;
}

/* -----------------------------------------------------------------
 catalog
----------------------------------------------------------------- */
.catalog-list {
  width: 100%;
  margin-bottom: 48px;
}

.catalog-list th {
  background: #E6E6E6;
}

.catalog-list td,
.catalog-list th {
  border: 1px solid #ccc;
  padding: 6px 18px;
  vertical-align: middle;
}

.catalog-list input {
  border: 1px solid #ccc;
}

.catalog-input-num {
  width: 10rem;
}

.catalog-input-quantity {
  width: 3rem;
}

.catalog-info-wrap {
  text-align: left;
  font-size: 0.9rem;
  width: 397px;
  display: flex;
  box-sizing: border-box;
}

.catalog-img img {
  margin-right: 8px;
  width: 80px;
}

.catalog-search-btn {
  width: 60px;
}

.catalog-cart-btn {
  width: 25%;
}

.catalog-cart {
  text-align: center;
  display: block;
}

.catalog-search-btn {
  background: #333;
  padding: 10px 6px;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  text-align: center;
  font-size: 12px;
}

/* -----------------------------------------------------------------
 responsive
----------------------------------------------------------------- */
@media screen and (max-width: 768px) {
  header .header-menu {
    justify-content: space-around;
    margin-bottom: 20px;
    position: fixed;
    z-index: 100;
    top: 0;
    width: 100%;
    padding: 20px 30px;
    background: #fff;
  }

  header .header-logo img {
    max-width: 100%;
  }

  .header {
    padding: 80px 0 10px;
    position: relative;
  }

  .header .top-nav {
    flex-direction: column-reverse;
  }

  .gnav .account {
    display: none;
  }

  .main-visual {
    margin: 20px auto 40px;
  }

  .main-visual img {
    height: auto;
  }

  .bx-wrapper {
    margin-bottom: 0 !important;
  }

  .banner-area {
    display: block;
    width: 100%;
    margin: 0 auto 20px;
    text-align: center;
  }

  .banner-area img {
    width: 96%;
    max-width: 100%;
    margin: 0 auto 6px;
  }

  .contents {
    width: 100%;
    padding: 0 12px 48px;
  }

  .container {
    display: block;
    padding: 0;
  }

  .side {
    width: auto;
    padding-right: 0;
  }

  #g-nav {
    position: fixed;
    z-index: 999;
    top: 0;
    left: -120%;
    width: 100%;
    height: 100vh;
    background: #111;
    transition: all 0.6s;
  }

  #g-nav.panelactive {
    left: 0;
  }

  #g-nav.panelactive #g-nav-list {
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }

  /*ボタン*/
  .openbtn {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 16px;
    left: 3px;
    cursor: pointer;
    width: 50px;
    height: 50px;
  }

  .openbtn span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
    background-color: #666;
    width: 45%;
  }

  .openbtn span:nth-of-type(1) {
    top: 15px;
  }

  .openbtn span:nth-of-type(2) {
    top: 23px;
  }

  .openbtn span:nth-of-type(3) {
    top: 31px;
  }

  .openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 40%;
    background: #fff;
  }

  .openbtn.active span:nth-of-type(2) {
    opacity: 0;
  }

  .openbtn.active span:nth-of-type(3) {
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 40%;
    background: #fff;
  }

  .search {
    padding: 20px 45px 16px;
    background: none;
    color: #fff;
  }

  .search-btn {
    background: #333333;
    color: #fff;
  }

  .search-area select {
    background: #fff;
  }

  .side-section {
    width: 75%;
    margin: 50px auto;
  }

  .sp-side-section {
    display: block;
    padding: 90px 45px 0;
  }

  .sp-side-section .sp-gnav li {
    text-align: center;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 20px;
  }

  .sp-side-section .sp-gnav li a {
    color: #fff;
  }

  .sp-side-section .sp-gnav .logout a:before {
    display: inline-block;
    margin-right: 6px;
    color: #fff;
  }

  .sp-side-section .sp-gnav .membership a:before {
    display: inline-block;
    margin-right: 6px;
    color: #fff;
  }

  .sp-side-section .sp-gnav .login a:before {
    display: inline-block;
    margin-right: 6px;
    color: #fff;
  }

  .side-category-list a {
    color: #fff !important;
  }

  .category-list-title,
  .side-category-item {
    border-bottom: 1px solid #ccc;
    color: #fff;
  }

  .side-category-item {
    padding-right: 20px;
  }

  .side-category-item p:before {
    background-color: #fff;
  }

  .side-category-item p:after {
    background-color: #fff;
  }

  .side-category-item p.on {
    width: 96%;
    background: #333333;
    color: #fff;
    padding-left: 10px;
    padding-right: 18px;
  }

  .side-contact a {
    color: #fff;
  }

  .makeshop-calendar1,
  .makeshop-calendar2 {
    background: #fff;
  }

  .makeshop-calendar1 tr,
  .makeshop-calendar2 tr {
    text-align: center;
    font-size: 12px;
  }

  .makeshop-calendar1 thead tr th,
  .makeshop-calendar2 thead tr th {
    padding-bottom: 8px;
  }

  .makeshop-calendar1 tbody tr td,
  .makeshop-calendar2 tbody tr td {
    padding-bottom: 2px;
  }

  .calendar-wrap {
    width: 75%;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 40px;
  }

  .calendar-wrap div {
    background: #fff;
  }

  .calendar-title {
    margin-bottom: 0;
  }

  .main {
    width: 100%;
  }

  .item-list {
    display: flex;
    flex-wrap: wrap;
  }

  .item-list li {
    width: calc((100% - 16px) / 2);
    margin-bottom: 40px;
    margin-right: 16px;
    position: relative;
  }

  .item-list li:nth-child(2n) {
    margin-right: 0;
  }

  .item-list li img {
    width: 100%;
    margin-bottom: 4px;
  }

  .news-list li {
    padding: 30px 0;
  }

  .news-list li:first-child {
    padding-top: 0;
  }

  .news-wrap {
    display: block;
  }

  .news-date {
    width: 100%;
    margin-bottom: 8px;
  }

  .index-review-list li {
    display: block;
    margin-bottom: 60px;
  }

  .review-index-score {
    display: block;
  }

  .review-index-score .review-score {
    display: none;
  }

  .review-index-score .review-list-unit,
  .review-index-score .review-list-name {
    margin-bottom: 5px;
  }

  .review-index-score .review-list-date {
    margin: 5px 0 12px;
  }

  .main-category-list {
    width: 95%;
  }

  .main-category-list li {
    display: block;
    vertical-align: middle;
    margin-bottom: 0;
    border-bottom: 1px solid #B5B5B5;
    width: 95%;
    padding: 12px 0;
  }

  .main-category-list li a {
    padding: 0 5px;
  }

  .breadcrumb {
    margin-bottom: 20px;
  }

  .category-title {
    display: block;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .category-title dl {
    margin-bottom: 20px;
  }

  .detail {
    padding: 0;
  }

  .item-image {
    width: 100%;
  }

  .main-image {
    width: 100%;
  }

  .choice-btn {
    width: 100%;
  }

  .choice-btn li {
    width: calc(93% / 4) !important;
  }

  .choice-btn .slick-track {
    width: 100% !important;
  }

  .choice-btn li img {
    width: 100% !important;
  }

  .add-image-list {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }

  .add-image-list:nth-child(2n) {
    margin-right: 0;
  }

  .add-image-list:last-child {
    margin-bottom: 0;
  }

  .group-review-section {
    width: 100%;
  }

  .group-item-list {
    justify-content: space-between;
  }

  .group-item-list li {
    width: calc((100% - 16px) / 2);
    margin-bottom: 40px;
    margin-right: 0;
    position: relative;
  }

  .group-item-list li img {
    height: auto;
  }

  .item-detail {
    width: 100%;
    padding-left: 0;
  }

  .item-detail .item-title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 8px;
  }

  .item-detail .item-category-name {
    font-size: 14px;
  }

  .slick-prev,
  .slick-next {
    border-top: 2px solid #ccc;
    border-right: 2px solid #ccc;
  }

  .slick-prev:after {
    display: none;
  }

  .slick-next:after {
    display: none;
  }

  .item-price-wrap {
    margin-bottom: 8px;
  }

  .item-price-wrap .item-price {
    font-size: 22px;
  }

  .item-price-wrap .item-tax {
    font-size: 12px;
  }

  .item-point {
    font-size: 12px;
    margin-bottom: 8px;
  }

  .item-sell-text {
    margin: 20px 0;
  }

  .item-option {
    margin-bottom: 12px;
  }

  .makeshop-option-select {
    width: 100%;
  }

  .nameprint-area {
    margin-bottom: 40px;
  }

  .nameprint-area .nameprint-text input,
  .nameprint-area .nameprint-text textarea {
    width: 100%;
  }

  .item-share {
    margin-bottom: 40px;
  }

  .review-category-title {
    margin-bottom: 20px;
  }

  .item-review-list li {
    margin-bottom: 30px;
  }

  .review-item-wrap {
    margin-bottom: 30px;
  }

  .review-form-wrap {
    width: 100%;
  }

  .review-form {
    display: block;
    align-items: center;
    margin-bottom: 30px;
  }

  .review-form:last-child {
    margin-bottom: 60px;
  }

  .review-form dt {
    width: 100%;
    margin-bottom: 8px;
  }

  .review-form dd textarea {
    width: 98%;
  }

  .add-cart {
    display: block;
    margin: 0 0 16px;
  }

  .add-cart .item-stock {
    margin-right: 0;
    margin-bottom: 8px;
  }

  .add-cart .btn {
    width: 100%;
    font-size: 18px;
  }

  .sku-cart .btn {
    font-size: 12px;
    max-width: 100px !important;
  }

  .sku-option-title {
    font-size: 12px;
  }

  .option-image {
    max-width: 40px;
  }

  .item-contact::before {
    display: none;
  }

  .item-info-list li dt {
    width: 40%;
  }

  .item-info-list li dd {
    width: 60%;
  }

  .checked-contents {
    margin-top: 60px;
    padding-bottom: 0;
  }

  .checked-item-list {
    justify-content: space-between;
  }

  .checked-item-list li {
    width: calc((100% - 16px) / 2);
    margin-right: 0;
    margin-bottom: 40px;
    justify-content: space-between;
  }

  .checked-item-list li img {
    width: 100%;
  }

  .cart {
    margin-bottom: 40px;
  }

  .cart-section-title {
    padding-top: 0;
  }

  .free-shipping-wrap {
    text-align: left;
  }

  .cart-list-table {
    width: 100%;
    padding: 20px 0;
  }

  .cart-list-table th {
    display: none;
  }

  .cart-list-table tbody td {
    width: 100%;
    display: block;
    padding: 0;
    margin-bottom: 6px;
  }

  .cart-list-table tbody td:first-child {
    width: 100%;
    margin-top: 30px;
  }

  .item-cart-price {
    font-size: 16px;
    text-align: right;
  }

  .item-cart-quantity input {
    margin-right: 8px;
  }

  .item-cart-delete {
    float: none;
    padding-left: 20px;
  }

  .item-cart-subtotal {
    font-size: 22px;
    text-align: right;
    margin-bottom: 30px !important;
  }

  .item-cart-subtotal::before {
    content: "小計";
    font-size: 14px;
  }

  .cart-total {
    display: flex;
    padding: 10px;
  }

  .cart-total-title {
    margin: 0 !important;
  }

  .cart-total-price-wrap {
    text-align: right;
  }

  .cart-button-wrap .cart-button a {
    width: 100%;
  }

  .guide-section {
    width: 100%;
  }

  .comapany-box {
    width: 100%;
  }

  .contract-section {
    width: 100%;
  }

  .policy-box {
    width: 100%;
  }

  .guide-title {
    margin: 40px 0 20px;
  }

  select::-ms-expand {
    display: none;
  }

  .makeshop-option-select-wrap {
    position: relative;
    background: #ffffff;
  }

  .makeshop-option-select-wrap::before {
    position: absolute;
    top: 10px;
    right: 8px;
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #666666;
    pointer-events: none;
  }

  select {
    width: 100%;
    padding-right: 1em;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    background: transparent;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
  }

  .catalog-info-wrap {
    width: 100%;
  }

  .catalog-img {
    margin: 10px 0 4px;
  }

  .catalog-list,
  .catalog-list td,
  .catalog-list th {
    border-collapse: collapse;
    text-align: center;
  }

  .catalog-list thead th {
    display: none;
  }

  .catalog-list td {
    padding: 8px 12px;
    display: block;
  }

  .catalog-list td[data-title]::before {
    color: #666;
    content: attr(data-title) "";
    font-weight: bold;
    padding: 0 10px 0 0;
    display: inline;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .header .header-menu {
    padding: 20px 130px;
  }

  .main-visual img {
    height: 500px;
  }

  .main-image img {
    height: 600px;
  }

  .item-list li img {
    height: auto;
  }

  .checked-item-list li img {
    height: auto;
  }

  .sku-option-title {
    width: 100px;
  }

  .sku-cart {
    min-width: 400px;
  }

  .choice-btn li:nth-child(5n) {
    margin-right: 8px;
  }

  .choice-btn li:nth-child(10n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 374px) {
  .header .header-menu {
    padding: 20px 20px;
  }

  .choice-btn li {
    width: 56px !important;
    margin-right: 4px;
  }

  .choice-btn li img {
    width: 56px !important;
    height: 56px;
  }
}


























:root {
  --color-font: #000000;

  --color-accent: #e80000;
  --color-aaa: #666666;
  --color-dark: #3c3c3c;
  --color-footer: #222222;
  --color-white: #ffffff;
  --color-bg: #f5f5f5;

  --font-noto-sans-jp: "Noto Sans JP", sans-serif;
  --font-montserrat: "Montserrat", sans-serif;

  --width-container: 1160px;

  --space-1x: 4px;
  --space-2x: 8px;
  --space-3x: 12px;
  --space-4x: 16px;
  --space-5x: 20px;
  --space-6x: 24px;
  --space-7x: 28px;
  --space-8x: 32px;
  --space-9x: 36px;
  --space-10x: 40px;
  --space-12x: 48px;
  --space-14x: 56px;
  --space-15x: 60px;
  --space-16x: 64px;
  --space-18x: 72px;
  --space-20x: 80px;
  --space-22x: 88px;
  --space-24x: 96px;

  --gap-sm: var(--space-3x);

  --break-sm: 576px;
  --break-md: 768px;
  --break-lg: 992px;
  --break-xl: 1200px;

  @media (min-width: 768px) {
    --gap-sm: var(--space-5x);
  }
}

*,
*::before,
*::after {
  box-sizing: border-box
}

/* utility */

.hidden--xs {
  display: none !important;
}

.text-center {
  text-align: center !important;
}

.pb-1 {
  padding-bottom: var(--space-1x);
}

.pb-2 {
  padding-bottom: var(--space-2x);
}

.pb-3 {
  padding-bottom: var(--space-3x);
}

.pb-4 {
  padding-bottom: var(--space-4x);
}

.pb-5 {
  padding-bottom: var(--space-5x);
}

.pb-6 {
  padding-bottom: var(--space-6x);
}

.pb-7 {
  padding-bottom: var(--space-7x);
}

.pb-8 {
  padding-bottom: var(--space-8x);
}

.pb-9 {
  padding-bottom: var(--space-9x);
}

.pb-10 {
  padding-bottom: var(--space-10x);
}

@media (min-width: 576px) {
  .visible--sm {
    display: block !important;
  }

  .visible__inlineBlock--sm {
    display: inline-block !important;
  }

  .visible__inline--sm {
    display: inline !important;
  }

  .visible__flex--sm {
    display: flex !important;
  }

  .hidden--sm {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .visible--md {
    display: block !important;
  }

  .visible__inlineBlock--md {
    display: inline-block !important;
  }

  .visible__inline--md {
    display: inline-block !important;
  }

  .visible__flex--md {
    display: flex !important;
  }

  .hidden--md {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .visible--lg {
    display: block !important;
  }

  .visible__inlineBlock--lg {
    display: inline-block !important;
  }
}

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  scroll-behavior: smooth;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  /* margin: 0 */
}

ul[role='list'],
ol[role='list'] {
  list-style: none
}

body {
  min-height: 100vh;
  line-height: 1.5
}

h1,
h2,
h3,
h4,
button,
input,
label {
  line-height: 1.3
}

a:not([class]) {
  text-decoration-skip-ink: auto;
  color: inherit;
}

img,
picture {
  max-width: 100%;
  height: auto;
  display: block
}

input,
button,
textarea,
select {
  font: inherit
}

textarea:not([rows]) {
  min-height: 10em
}

:target {
  scroll-margin-block: 5ex
}

.main {
  /* padding-bottom: var(--space-20x); */
}

.container {
  max-width: calc(var(--width-container) + var(--space-5x) * 2);
  margin-inline: auto;
  padding-inline: var(--space-5x);
}

.section:not(:first-child) {
  padding-top: var(--space-20x);
  padding-bottom: var(--space-20x);
}

.color-accent {
  color: var(--color-accent);
}

.uppercase {
  text-transform: uppercase;
}

.button {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 240px;
  padding: var(--space-4x) var(--space-12x);
  border: 0;
  background-color: var(--color-accent);
  font-weight: bold;
  font-size: 1.125rem;
  color: white;
  text-decoration: none;
  cursor: pointer;

  &::after {
    position: absolute;
    top: 50%;
    right: -20px;
    content: '';
    width: 60px;
    height: 1px;
    background-color: var(--color-white);
    transition: transform 0.3s ease;
  }

  @media (hover: hover) {
    &:hover {
      &::after {
        transform: translateX(20px);
      }
    }
  }
}

.button--radius {
  border-radius: 100vw;

  &::after {
    content: none;
  }
}

.button__wrapper--center {
  text-align: center;
}

.button__wrapper--left {
  text-align: left;
}

.button__wrapper--right {
  text-align: right;
}

/* header */

.header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 var(--space-5x);
  background-color: var(--color-white);
}

.header__searchDisplayButton {
  display: none;
  background: white;
  border: 0;
  cursor: pointer;
}

.header__searchForm {
  position: relative;
  display: flex;
  align-items: stretch;
  gap: 0;
}

.header__searchType {
  appearance: none;
  background-color: var(--color-white);
  border: 1px solid var(--color-accent);
  border-right: 0;
  border-radius: 100vw 0 0 100vw;
  padding: var(--space-1x) var(--space-2x);
  font-size: 1rem;
}

input[type="text"].header__searchInput {
  padding: .25rem .5rem;
  border: 1px solid var(--color-accent);
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  width: 200px;

  &:focus {
    ~.header__searchSuggest {
      /* display: block; */
      opacity: 1;
      visibility: visible;
    }
  }
}

.header__searchButton {
  display: flex;
  justify-content: center;
  align-items: center;

  width: 40px;
  background: white;
  border: 1px solid var(--color-accent);
  border-left: 0;
  border-radius: 0 100vw 100vw 0;
  cursor: pointer;
}

.header__menuList {
  display: flex;
  /* gap: var(--space-5x); */
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.header__menuLink {
  color: var(--color-font);
  text-decoration: none;
  transition: color 0.2s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  padding: var(--space-2x) 0;
  /* gap: var(--space-1x); */
  font-size: .75rem;
}

.header__menuText {
  display: flex;
  flex-wrap: wrap;
}

.header__menuItem {
  @media (hover: hover) {
    &:hover {
      >.header__menuSub {
        display: block;
        box-shadow: 0 0px 6px rgb(0 0 0 / 35%);
      }
    }
  }
}

.header__menuItem--cart {
  position: relative;
}

.cart-badge.cart-count {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.5em;
  height: 1.5em;
  font-size: 12px;
  border-radius: 50%;
  background-color: var(--color-accent);
  color: white;
  top: 0;
  right: 0;
  line-height: 1;
  transform: translateX(25%);
}

.header__menuLink--small {
  flex-direction: column;
  gap: 0;
  font-size: 0.75rem;
}

.header__menuButton {
  position: relative;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  margin: 0;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;

  &::before,
  &::after,
  >.header__menuButtonBar {
    position: absolute;
    content: '';
    width: 80%;
    height: 2px;
    background-color: var(--color-accent);
    transition: transform 0.3s ease;
  }

  &::before {
    transform: translateY(-8px);
  }

  &::after {
    transform: translateY(8px);
  }

  &.is-active {
    &::before {
      transform: rotate(135deg);
    }

    &::after {
      transform: rotate(-135deg);
    }

    >.header__menuButtonBar {
      transform: scaleX(0);
    }
  }
}

.header__menuSub {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  width: 100vw;
  background-color: var(--color-white);
  padding: var(--space-2x);
  z-index: 1;
}

.header__menuSubInner {
  display: flex;
  gap: var(--space-10x);
  padding-block: var(--space-5x);
}

.header__menuSubList {
  margin-top: var(--space-5x);
}

.header__menuSubLink {
  display: block;
  padding: .5rem 1rem;
}

.header__searchSuggest {
  /* position: absolute; */
  display: none;
  /* top: calc(100% + var(--space-2x)); */
  /* left: 50%; */
  /* transform: translateX(-50%); */
  background-color: var(--color-white);
  padding: var(--space-2x);
  /* width: max-content; */
  /* max-width: 100%; */
  background-color: var(--color-bg);
  z-index: 1;
  /* opacity: 0; */
  /* visibility: hidden; */
  transition: opacity 0.3s ease, visibility 0.3s ease;

}

.header__searchSuggestList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--space-2x) var(--space-3x);
  padding: 0;
}

.header__searchResultLink {
  display: inline-block;
  padding: var(--space-1x) var(--space-2x) var(--space-1x) var(--space-3x);
  background-color: var(--color-white);
  border: 0;
  border-radius: 100vw var(--space-1x) var(--space-1x) 100vw;
  text-decoration: none;
  color: var(--color-font);
  cursor: pointer;

  &::before {
    content: '#';
  }
}

.header__menuItem--button {
  display: grid;
  place-items: center;
  display: none !important;
}

.header__menuSubButton {
  width: 100%;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  margin: 0;
  display: flex;
  padding: .5rem 1rem;

  &.is-active {
    background-color: rgba(0 0 0 / 5%);
  }
}

.header__menuSubSection {
  display: none;

  &.is-active {
    display: block;
  }
}

.dialog {
  --duration: 0.3s;
  --scale: 0.8;
  min-width: 50%;
  overflow: visible;
  border: 0;
  opacity: 0;
  scale: var(--scale);
  filter: drop-shadow(0 3px 4px rgba(0 0 0 / 35%));
  transition: all var(--duration) allow-discrete;

  &[open] {
    opacity: 1;
    scale: 1;

    @starting-style {
      opacity: 0;
      scale: var(--scale);
    }
  }

  &::backdrop {
    background-color: rgb(0 0 0 / 50%);
    opacity: 0;
    transition: display var(--duration) allow-discrete, opacity var(--duration);
  }

  &[open]::backdrop {
    opacity: 1;

    @starting-style {
      opacity: 0;
    }
  }
}

.dialog__closeButton {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: var(--color-aaa);
  border: 0;
  cursor: pointer;
  padding: 0;
  margin: 0;
  font-size: 0;
  line-height: 1;
  color: var(--color-font);
  text-decoration: none;
  border-radius: 50%;
  transform: translate(50%, -50%);

  &::before,
  &::after {
    content: '';
    position: absolute;
    width: 2px;
    height: 60%;
    background-color: var(--color-white);
  }

  &::before {
    transform: rotate(45deg);
  }

  &::after {
    transform: rotate(-45deg);
  }
}

.dialog__body {
  >.container {
    padding: 0;
  }
}

@media not screen and (min-width: 576px) {
  .header {
    padding: 0;
  }

  .header__logo {
    display: flex;
    align-items: center;
    padding-block: var(--space-2x);
    justify-content: center;
    width: 100%;
    z-index: 100;
    background-color: white;
    >img {
      width: 160px;
    }
  }

  .header__search {
    --padding-inline: 1rem;
    --search-button-width: 40px;
    display: flex;
    align-items: center;
    position: absolute;
    top: 100%;
    width: 100%;
    padding: .5rem 0;
    background-color: #fff;
    overflow: hidden;
  }

  .header__searchDisplayButton {
    flex-shrink: 0;
    display: block;
    width: var(--search-button-width);
    height: 40px;
    z-index: 10;
  }

  .header__searchForm {
    position: absolute;
    /* right: var(--padding-inline); */
    left: var(--search-button-width);
    transform: translateX(-200%);
    transition: transform 0.3s ease, opacity 0.3s ease;
    opacity: 0;
    z-index: 5;


    &.is-active {
      transform: translateX(0);
      opacity: 1;
    }

  }

  .header__searchType {
    width: 4em;
  }

  .header__searchSuggest {
    display: block;
    background-color: transparent;
    overflow-x: auto;
  }

  .header__searchSuggestList {
    width: max-content;
    flex-wrap: nowrap;
    margin: 0;
  }
  .header__searchResultLink {
    background-color: #f0f0f0;
  }

  .header__navigation {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
  }

  .header__menuItem {
    flex: 1;
  }

  .header__menuLink--small {
    gap: var(--space-1x);
    padding-top: var(--space-3x);
  }
  
}

@media (min-width: 576px) {
  .header__menuLink {
    padding: var(--space-3x) 0;
    gap: var(--space-1x);
    flex-direction: row;
    font-size: 1rem;
  }

  .header__menuList {
    gap: var(--space-5x);
  }

  .header__menuLink--small {
    flex-direction: column;
    gap: 0;
    font-size: 0.75rem;
  }
}


/* hero */

.section--hero {}

.hero__contentWrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 100%;

  &::before {
    content: '';
    display: block;

  }
}

.hero__title {
  font-size: 80px;
  letter-spacing: .05em;
  line-height: calc(100/80);

  .color-accent {
    letter-spacing: .15em;
  }
}

.hero__title--small {
  font-size: 86%;
}

.hero__message {
  font-family: var(--font-montserrat);
  line-height: calc(80/32);
  font-size: 22px;
  font-weight: bold;
  letter-spacing: .1em;
  margin-top: var(--space-5x);
  text-align: left;

  +.button {
    margin-top: var(--space-20x);
  }
}

.hero__movie {
  max-width: 450px;
  position: relative;

  &::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 25%);
    background-image: radial-gradient(circle, rgb(0 0 0 / 50%) 25%, transparent 25%);
    background-size: 5px 5px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
}

.hero__movieVideo {
  max-width: 100%;
  vertical-align: bottom;
}

.hero__inner {
  display: flex;
  justify-content: space-between;
  gap: var(--space-5x);
  padding-right: var(--space-20x);
}

@media not screen and (min-width: 576px) {
  .section+.section {
    background-color: #fff;
  }

  .section--hero {
    color: white;
  }

  .hero__inner {
    --mobile-header-height: 38px;
    --fixed-menu-height: 62px;
    min-height: calc(100svh - var(--mobile-header-height) - var(--fixed-menu-height));
    padding-right: var(--space-5x);
  }

  .hero__title {
    font-size: 40px;
  }

  .hero__message {
    text-align: left;
    font-size: 12px;
  }

  .hero__movie {
    position: fixed;
    inset: 0;
    z-index: -1;
  }

  .hero__movieVideo {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

/* latest */
.latest {
  max-width: 560px;
  padding-bottom: var(--space-4x);
}

.latest__list {
  align-items: flex-end;
}

.latest__item {
  padding: var(--space-2x) 0;
  border-bottom: 1px solid #d9d9d9;
}

.latest__time {}

.latest__content {}

.latest__pagination {
  display: flex;
  display: none;
  justify-content: flex-start;
  gap: var(--space-2x);
  padding-left: 0;
}

.latest .swiper-pagination {
  position: static;
  margin-top: -15px;
  text-align: left;
}

.latest .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border: 1px solid var(--color-dark);

}

.latest .swiper-pagination-bullet-active {
  background-color: var(--color-accent);
}

.latest__paginationLink {
  display: block;
  width: 10px;
  height: 10px;
  font-size: 0;
  border: 1px solid var(--color-dark);
  border-radius: 50px;

  &.is-active {
    background-color: var(--color-accent);
  }
}



/* footer */

.footer {
  padding-top: var(--space-15x);
  padding-bottom: var(--space-12x);
  background-color: var(--color-footer);
  color: var(--color-white);
}

.footer__inner {
  display: grid;
  gap: var(--space-10x);
  grid-template:
    "information"
    "navigation"
    "copyright" / 1fr;

  @media (min-width: 768px) {
    grid-template:
      "information navigation"
      "copyright copyright"
      / max-content 1fr;
    gap: var(--space-12x) var(--space-15x);
    align-items: flex-start;
  }
}

.footer__information {
  grid-area: information;
  display: grid;
  gap: var(--gap-sm);
}

.footer__navigation {
  grid-area: navigation;
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-10x);
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  max-width: 800px;
  margin-left: auto;

  @media (min-width: 768px) {
    grid-template-columns: repeat(5, 1fr);
    gap: var(--space-8x);
  }

  @media (min-width: 1024px) {
    grid-template-columns: repeat(auto-fit, max-content);
    gap: var(--space-10x);
  }
}

.footer__navSection {
  display: flex;
  flex-direction: column;
  gap: var(--space-4x);
  width: max-content;
}

.footer__navSection--other {
  @media (min-width: 768px) {
    flex-basis: 100%;
    margin-top: var(--space-6x);
  }
}

.footer__navTitle {
  font-size: 1.125rem;
  font-weight: bold;
  margin: 0;
}

.footer__navList {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  /* gap: var(--space-2x); */
}

.footer__navList--other {
  @media (min-width: 768px) {
    display: table-column;
    width: max-content;
    gap: var(--space-5x) var(--space-8x);
    column-count: 2;
  }
}

.footer__navItem {
  margin: 0;
}

.footer__navLink {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: color 0.2s ease;
  display: block;
  padding: var(--space-1x) 0;
}

.footer__navLink:hover {
  color: var(--color-white);
  text-decoration: underline;
}

.footer__companyName {
  font-size: 1.25rem;
  font-weight: bold;
}

.footer__sns {
  display: flex;
  gap: var(--space-5x);
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.footer__copyright {
  grid-area: copyright;
  font-family: var(--font-montserrat);
  font-size: .75rem;
  text-align: center;
}

.product-wrapper {
  @media (min-width: 576px) {
    display: grid;
    grid-template-columns: .6fr .4fr;
    gap: var(--space-10x);

  }

  * {
    min-height: 0;
    min-width: 0;
  }
}

.product-image {
  grid-column: 1 / 2;
}

.product-detail {
  grid-column: 2 / 3;
}

.product-description {
  grid-column: 1 / 3;

  @media (min-width: 576px) {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 80px;

  }
}

.product-description__tabButtons {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding-inline: var(--space-4x);
}

.product-description__tabButton {
  padding: var(--space-2x) var(--space-4x);
  border: 0;
  background-color: transparent;
  cursor: pointer;
  font-size: 1rem;

  &.is-active {
    border-bottom: 1px solid var(--color-font);
  }
}

.product-description__contentsPanels {
  border-top: 1px solid var(--color-font);
}

.product-description__contentsPanel {
  display: none;
  padding-top: var(--space-6x);

  &.is-active {
    display: block;
  }
}

.section--brand {
  padding-block: var(--space-20x);
  background-color: var(--color-bg);
}

.section__title--en {
  display: block;
  font-family: var(--font-montserrat);
  font-size: clamp(2.5rem, 1.825rem + 3vw, 4rem);
  font-weight: bold;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.section__title--ja {
  display: flex;
  align-items: center;
  font-size: 1rem;
  font-weight: bold;

  &::after {
    content: '';
    display: block;
    width: 60px;
    height: 1px;
    background-color: var(--color-font);
    margin-left: var(--space-2x);
  }
}

/* brand */

.brand__container {
  display: grid;
  margin-top: var(--space-10x);

  @media (min-width: 768px) {
    grid-template-columns: 200px 1fr;
    gap: var(--space-10x);
    align-items: flex-start;
  }
}

.brand__select {
  display: grid;

  @media (min-width: 768px) {
    grid-template-columns: 1fr;
  }
}

.brand__selectButton {
  display: flex;
  align-items: center;
  gap: var(--space-2x);
  padding: 0;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  font-size: 1rem;
  font-weight: bold;
  color: var(--color-font);

  &.is-active {
    background-color: rgba(0 0 0 / 5%);
  }

  @media (hover: hover) {
    &:hover {
      background-color: rgba(0 0 0 / 5%);
    }
  }
}

.brand__product {
  display: none;

  &.is-active {
    display: block;
  }
}

.brand__productTitle {
  width: fit-content;
  padding: var(--space-2x) var(--space-5x);
  border-radius: 0 0 20px 0;
  font-size: 1.5rem;
  font-weight: bold;
  color: var(--color-white);
  background-image: linear-gradient(rgba(0 0 0 / 20%), rgba(0 0 0 / 20%)), url('https://gigaplus.makeshop.jp/eckouei/images/common/brand-bg.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

}

/* cool */
.section--cool {
  overflow: clip;
  padding-block: var(--space-20x);
  background: url('https://gigaplus.makeshop.jp/eckouei/images/common/section-cool-bg.jpg') no-repeat center / cover;
  color: var(--color-white);

  >.container {
    position: relative;
    max-width: calc(720px + var(--space-5x) * 2);
    display: flex;
    flex-direction: row-reverse;
  }
}

.section__title--cool {
  position: absolute;
  right: 0;
  transform: translateX(100%) rotate(90deg);
  transform-origin: left top;
}

.cool__movie {
  max-width: 100%;
  aspect-ratio: 16 / 9;
}

.cool__content {
  padding-right: var(--space-20x);
}

.cool__contentTitle {
  margin-top: var(--space-10x);
  line-height: 1;
  font-size: 28px;
}

.cool__contentText {
  margin-top: var(--space-5x);
  line-height: 2;
}

.search-price {
  width: 100px;
}

.headerPosts__list {
  display: grid;
  grid-template: "firstPost secondPost thirdPost"
    "firstPost fourthPost fifthPost"
    / 1fr 1fr 1fr;
  gap: var(--space-4x) var(--space-6x);

  @media not screen and (min-width: 566px) {
    grid-template: "firstPost"
      "secondPost"
      "thirdPost"
      "fourthPost"
      "fifthPost"

      / 1fr;
    .headerPosts__excerpt {
      display: none;
    }

    .headerPosts__item>a {
      display: flex;
      gap: var(--space-4x);

      img {
        width: 80px;
        height: 80px;
      }
    }
  }
}

.headerPosts__title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: var(--space-2x);
}

.headerPosts__excerpt {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  font-size: 14px;
}

.headerPosts__item:nth-of-type(1) {
  grid-area: firstPost;

  img {
    object-fit: cover;
    aspect-ratio: 16/9;
    margin-bottom: var(--space-2x);
  }
}

.headerPosts__item:nth-of-type(n + 2) {
  .headerPosts__link {
    display: flex;
    gap: var(--space-4x);
  }

  img {
    flex-shrink: 0;
    object-fit: cover;
    width: 100px;
    height: 100px;
  }

  .headerPosts__excerpt {
    -webkit-line-clamp: 4;
  }
}

.ranking__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: var(--space-4x);
  margin-top: var(--space-20x);

  >li {
    margin-right: 0;
    width: 100%;
  }

  .ranking-icon {
    border-radius: 0;
    top: 0;
    left: 0;
    transform: translate(-50%, -50%);
  }
}

.topics__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: var(--space-5x);
  margin-top: var(--space-20x);

  @media (min-width: 768px) {
    gap: var(--space-10x);
  }
}

.topics__date {
  margin-top: var(--space-2x);
  font-family: var(--font-montserrat);
  font-size: .875rem;
}

.topics__title {
  margin-top: var(--space-2x);
  font-weight: normal;
  font-size: 1rem;
}

.category-child__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: var(--space-1x);
  margin-bottom: var(--space-10x);
}

.category-child__link {
  display: block;
  font-size: 14px;
  border: 1px solid var(--color-accent);
  border-radius: 100vw;
  padding: var(--space-2x) var(--space-4x);
  width: fit-content;
  color: var(--color-accent);
  text-decoration: none;
}

.ticker {
  display: none;

  &:has(.ticker__link:not(:empty)) {
    display: block;
    padding-block: var(--space-2x);
    background-color: var(--color-accent);
    text-align: center;
    letter-spacing: .05em;

    ~.ticker-information {
      display: none;
    }
  }
}

.ticker__link {
  color: white;
}

.ticker-information {
  max-width: 640px;
  margin-inline: auto;
  padding-block: var(--space-10x);
}

.category-add-info {
  display: none;

  &.is-load {
    display: block;
    padding-block: var(--space-6x);
  }
}