body {
  background-color: #000;
}

#body {
  padding-top: 8px;
}

#main {
  background-color: #fff;
  padding: 89px 0 70px;
}
#main hr {
  display: block;
  width: 100%;
  border: none;
  margin: 0;
  padding: 0;
}

.hidden-pc {
  display: none;
}

.AddCartButton {
  background-color: #000;
  color: #fff;
  border: 1px solid #000;
  width: 100%;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.03em;
  -webkit-transition: 0.3s color linear, 0.3s background-color linear;
  -o-transition: 0.3s color linear, 0.3s background-color linear;
  transition: 0.3s color linear, 0.3s background-color linear;
  text-decoration: none;
  cursor: pointer;
}
.AddCartButton:hover {
  color: #000;
  background-color: #fff;
}

.AccordionButton {
  width: 286px;
  height: 48px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  border: 1px solid #000;
  padding: 0;
  cursor: pointer;
}
.AccordionButton i {
  position: absolute;
  right: 25px;
}

.Container {
  max-width: 700px;
  margin: 0 auto;
}

.Pagetitle {
  font-family: "HelveticaNeueLTStd-Th";
  font-size: 44px;
  letter-spacing: 0.03em;
}

.PageDescription {
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.03em;
  padding: 29px 0 0;
}

.LCategory {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 80px;
  padding: 79px 0 0;
  border-bottom: 1px solid #e5e5e5;
}
.LCategory__button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 160px;
          flex: 0 0 160px;
  width: 160px;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "HelveticaNeueLTStd-Th";
  font-size: 15px;
  letter-spacing: 0.03em;
  cursor: pointer;
  position: relative;
}
.LCategory__button.is-active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background-color: #000000;
}

.MCategory {
  padding: 50px 0 0;
}
.MCategory__list {
  display: none;
}
.MCategory__list.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 20px;
}
.MCategory__button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 106px;
          flex: 0 0 106px;
  width: 106px;
  height: 79px;
  border: 1px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  cursor: pointer;
}
.MCategory__button.is-active {
  background-color: #000;
  color: #fff;
}
.MCategory__name {
  font-family: "HelveticaNeueLTStd-Th";
  font-size: 15px;
  letter-spacing: 0.03em;
  text-align: center;
}
.MCategory__name--small {
  font-family: "HelveticaNeueLTStd-Th";
  font-size: 12px;
  letter-spacing: 0.03em;
  text-align: center;
}
.MCategory__text {
  text-align: center;
  font-size: 10px;
  line-height: 1.355;
  letter-spacing: 0.03em;
}

.Clearbutton {
  cursor: pointer;
  width: 243px;
  height: 48px;
  border: 1px solid #000;
  -webkit-transition: 0.3s background-color ease-in-out;
  -o-transition: 0.3s background-color ease-in-out;
  transition: 0.3s background-color ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin: 50px auto 0;
}
.Clearbutton span {
  font-size: 14px;
  letter-spacing: 0.03em;
  -webkit-transition: 0.3s color ease-in-out;
  -o-transition: 0.3s color ease-in-out;
  transition: 0.3s color ease-in-out;
}
.Clearbutton i {
  position: absolute;
  width: 14px;
  height: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  right: 22px;
  top: 50%;
  -webkit-transform: rotate(45deg) translateY(-50%);
      -ms-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}
.Clearbutton i::before, .Clearbutton i::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  background-color: #000;
  -webkit-transition: 0.3s background-color ease-in-out;
  -o-transition: 0.3s background-color ease-in-out;
  transition: 0.3s background-color ease-in-out;
}
.Clearbutton i::after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.Clearbutton:hover {
  background-color: #000;
}
.Clearbutton:hover span {
  color: #fff;
}
.Clearbutton:hover i::before, .Clearbutton:hover i::after {
  background-color: #fff;
}

.Gallery {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1px 1fr 1px 1fr 1px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin: 52px 0 0;
}
.Gallery__item {
  -webkit-transition: 0.3s opacity ease-in-out;
  -o-transition: 0.3s opacity ease-in-out;
  transition: 0.3s opacity ease-in-out;
  cursor: pointer;
}
.Gallery__item.is-hidden {
  display: none;
}
.Gallery__item:hover {
  opacity: 0.8;
}

.Listlink {
  text-align: center;
  padding: 67px 0 0;
}
.Listlink a {
  letter-spacing: 0.08em;
  display: inline-block;
  text-decoration: none;
  position: relative;
  padding: 0 0 7px;
  -webkit-transition: 0.3s opacity ease-in-out;
  -o-transition: 0.3s opacity ease-in-out;
  transition: 0.3s opacity ease-in-out;
}
.Listlink a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
}
.Listlink a:hover {
  opacity: 0.6;
}

.Modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.Modal__sliderwrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  width: 50%;
}
.Modal__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  width: 50%;
  padding: 0 40px;
}
.Modal__slider.commonSlide {
  padding: 0 38px;
}
.Modal__slider.commonSlide .slick-prev,
.Modal__slider.commonSlide .slick-next {
  width: 32px;
  height: 32px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  top: 50%;
}
.Modal__slider.commonSlide .slick-prev {
  left: 16px;
}
.Modal__slider.commonSlide .slick-next {
  right: 12px;
}
.Modal__slide figcaption {
  font-size: 11px;
  line-height: 18px;
  text-align: center;
  margin: 16px 0 0;
}
.Modal__checklist {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
  gap: 8px 0;
}
.Modal__addToCart {
  max-width: 286px;
  margin: 43px auto 0;
}
.Modal__detail {
  margin-top: 20px;
}
.Modal__linklist ul {
  padding: 23px 0 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
  gap: 2px 0;
}
.Modal__linklist li {
  position: relative;
  padding-left: 1.2em;
  font-size: 13px;
  margin-top: 0.5em;
}
.Modal__linklist li::before {
  content: "";
  border: 0.25em solid #000;
  border-top-color: transparent;
  border-left-color: transparent;
  display: block;
  position: absolute;
  left: 0;
  -webkit-transform: translateY(0.6em) rotate(-45deg);
      -ms-transform: translateY(0.6em) rotate(-45deg);
          transform: translateY(0.6em) rotate(-45deg);
}

.ItemCheck {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 10px;
  min-height: 26px;
  cursor: pointer;
}
.ItemCheck input {
  display: none;
}
.ItemCheck input:checked + .ItemCheck__icon::after {
  content: "";
  display: block;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  width: 0.6em;
  height: 0.4em;
  position: absolute;
  top: calc(50% - 0.1em);
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.ItemCheck__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 13px;
          flex: 0 0 13px;
  width: 13px;
  height: 13px;
  border: 1px solid #000;
  position: relative;
}
.ItemCheck__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 35px;
          flex: 0 0 35px;
  width: 35px;
}
.ItemCheck__textbox {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.ItemCheck__product {
  font-size: 13px;
  letter-spacing: 0.03em;
  line-height: 1.4;
}
.ItemCheck__t {
  font-size: 11px;
  letter-spacing: 0.03em;
  line-height: 1.4;
}
.ItemCheck__desc {
  font-size: 11px;
  letter-spacing: 0.03em;
  line-height: 1.4;
}

.custom_modal .modaal-container {
  padding: 50px 40px 35px;
  max-width: 980px;
}