@import "https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@300;400;500;700&display=swap";
#lower.about .howto__container,
#lower.about .feature__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}
#lower.about .howto__container--image,
#lower.about .howto__container--text,
#lower.about .feature__container--image,
#lower.about .feature__container--text {
  width: 50%;
}
#lower.about .howto__container--image,
#lower.about .feature__container--image {
  position: relative;
}
#lower.about .feature__container {
  margin-bottom: 100px;
}
#lower.about .feature__container--image {
  width: 48%;
}
#lower.about .feature__container--text {
  width: 52%;
}
#lower.about .feature__container p span {
  position: relative;
  margin-right: 5px;
}
#lower.about .feature__container p span::after {
  content: "※";
  position: absolute;
  right: -4px;
  top: -8px;
  font-size: 10px;
}
#lower.about .feature__container.gridbox .img {
  display: grid;
  grid-gap: 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-items: stretch;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  max-width: 470px;
}
#lower.about .feature__container.gridbox .grid1 {
  grid-row: 1/3;
  grid-column: 1/2;
}
#lower.about .feature__container.gridbox .grid2 {
  grid-row: 1/2;
  grid-column: 2/3;
}
#lower.about .feature__container.gridbox .grid3 {
  grid-row: 2/3;
  grid-column: 2/3;
}
#lower.about section ul li {
  padding-left: 14px;
  line-height: 1.4;
  margin-bottom: 3px;
  position: relative;
}
#lower.about section ul li::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 100%;
  background: #c1ab05;
  position: absolute;
  left: 0;
  top: 6px;
}
#lower.about .attention {
  font-size: 12px;
  line-height: 2.16;
}
#lower.about .absolute1 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
#lower.about .absolute2 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
#lower.information .mv {
  background: url("../img/information/mainv.jpg") no-repeat center/cover;
}
#lower.information dl dt {
  font-weight: 700;
  padding: 30px 10px 10px;
}
#lower.information dl dt:first-of-type {
  border-top: solid 1px #ccc;
}
#lower.information dl dd {
  padding: 10px 10px 30px;
  border-bottom: solid 1px #ccc;
  line-height: 1.71;
}
#lower.information dl dd span {
  display: inline-block;
}
#lower.loginpage h2 {
  letter-spacing: 0.2em;
  margin-bottom: 50px;
}
#lower.loginpage .wrapper {
  margin: 110px auto 100px;
}
#lower.loginpage .login__container {
  padding: 40px 60px;
  border: solid 1px #ccc;
}
#lower.loginpage .login__container--user {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: dotted 1px #000;
}
#lower.loginpage .login__container--new .btn a {
  margin: 0 auto;
  background: #fff;
  color: #000;
}
#lower.loginpage .login__container--new .btn a:hover {
  background: #000;
  color: #fff;
}
#lower.loginpage .login__container--new p {
  text-align: center;
}
#lower.loginpage dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
#lower.loginpage dl dt {
  font-weight: 700;
  width: 280px;
  padding-left: 90px;
}
#lower.loginpage dl dd {
  width: calc(100% - 280px);
  margin-bottom: 30px;
}
#lower.loginpage dl dd input[type="text"] {
  width: 84%;
  font-size: 14px;
  padding: 13px 10px;
  border: solid 1px #ccc;
  border-radius: 5px;
}
@media (max-width: 1024px) {
  #lower.loginpage dl dt {
    width: 220px;
    padding-left: 40px;
  }
  #lower.loginpage dl dd {
    width: calc(100% - 220px);
  }
  #lower.loginpage dl dd input[type="text"] {
    width: 94%;
  }
}
#lower.loginpage .auto {
  margin-bottom: 40px;
  text-align: center;
}
#lower.loginpage .auto label {
  color: #525263;
  cursor: pointer;
}
#lower.loginpage .auto input[type="checkbox"] {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
  cursor: pointer;
}
#lower.loginpage .other {
  position: relative;
}
#lower.loginpage .other .btn input {
  padding: 14px 74px;
  margin-top: 0;
  margin-bottom: 0;
}
#lower.loginpage .other .btn input:hover {
  border-color: #c1ab05;
  background: #c1ab05;
  color: #fff;
}
#lower.loginpage .other a {
  position: absolute;
  right: 0;
  bottom: 0;
  text-decoration: underline;
}
#lower.loginpage .other a:hover {
  color: #33a8d0;
}
@media (max-width: 1024px) {
  #lower.loginpage .other a {
    position: inherit;
    width: 100%;
    text-align: right;
    margin-top: 30px;
  }
}
#lower.loginpage .btn input {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#lower.newmember .mv {
  background: url("../img/member/mainv.jpg") no-repeat center/cover;
}
#lower.newmember .mv__content--title {
  font-size: 70px;
}
@media (max-width: 1024px) {
  #lower.newmember .mv__content--title {
    font-size: 42px;
  }
}
@media (max-width: 750px) {
  #lower.newmember .mv__content--title {
    font-size: 37px;
  }
}
#lower.newmember h2 {
  margin-bottom: 72px;
}
#lower.newmember form input[type="radio"],
#lower.newmember form input[type="checkbox"],
#lower.newmember form select {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
}
#lower.newmember dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
#lower.newmember dl dt {
  width: 250px;
  border-bottom: solid 1px #ccc;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
#lower.newmember dl dd {
  width: calc(100% - 270px);
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: solid 1px #ccc;
}
#lower.newmember dl dd input,
#lower.newmember dl dd select,
#lower.newmember dl dd textarea {
  padding: 10px 13px;
  border-radius: 5px;
  border: solid 1px #ccc;
}
#lower.newmember dl dd .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#lower.newmember dl dd .column input {
  display: block;
  width: 50%;
}
#lower.newmember dl dd .column input:first-of-type {
  margin-bottom: 0;
}
#lower.newmember dl dd input:not(:last-of-type) {
  margin-bottom: 16px;
}
#lower.newmember dl dd .yubin {
  gap: 10px;
}
#lower.newmember dl dd .yubin button {
  cursor: pointer;
}
#lower.newmember dl dd .yubin button::before {
  content: "";
  display: inline-block;
  background: url("../img/member/ic-question.png") no-repeat center/contain;
  width: 22px;
  height: 22px;
  vertical-align: bottom;
  margin-right: 10px;
}
#lower.newmember dl dd .yubin button:hover {
  color: #33a8d0;
}
#lower.newmember dl dd label {
  margin: 0 16px;
}
#lower.newmember select {
  background: #eee;
}
#lower.newmember .mb30 {
  margin-bottom: 30px;
}
@media (max-width: 750px) {
  #lower.newmember .mb30 {
    margin-bottom: 15px;
  }
}
#lower.newmember .w25 {
  width: 25% !important;
}
@media (max-width: 750px) {
  #lower.newmember .w25 {
    width: 50% !important;
  }
}
#lower.newmember .w50 {
  width: 49%;
}
@media (max-width: 750px) {
  #lower.newmember .w50 {
    width: 100%;
  }
}
#lower.newmember .w100 {
  display: block;
  width: 100%;
}
#lower.newmember .policy {
  text-align: center;
}
#lower.newmember .policy label {
  margin-left: 10px;
}
#lower.newmember .required::after {
  content: "必須";
  font-size: 12px;
  color: #dd5d50;
  display: inline-block;
  margin-left: 11px;
}
#lower.newmember .btn input {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 0;
  line-height: 1;
}
#lower.newmember .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 25px;
}
#lower.newmember .back a {
  background: #525263;
  border-color: #525263;
  color: #fff;
}
#lower.newmember .back a:hover {
  color: #000;
  background: #fff;
  border-color: #000;
}
#lower.newmember .submit input[type="submit"]:hover {
  background: #c1ab05;
  border-color: #c1ab05;
  color: #fff;
}
#lower.order .wrapper {
  margin-top: 150px;
}
@media (max-width: 750px) {
  #lower.order .wrapper {
    margin-top: 145px;
  }
}
#lower.order h2 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 700;
  font-size: 50px;
  letter-spacing: 0.03em;
  background: none;
  text-align: center;
  line-height: 1;
  margin-bottom: 60px;
  position: relative;
  margin-top: 0;
  padding: 0;
  display: block;
}
#lower.order h2::after {
  position: absolute;
  bottom: -32px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  content: "";
  width: 50px;
  height: 2px;
  background: #c1ab05;
}
#lower.order .shopping__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
#lower.order .shopping__container--left {
  width: calc(100% - 370px);
}
#lower.order .shopping__container--right {
  width: 330px;
}
#lower.order .shopping__container--right dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: dotted 1px #525263;
  padding-bottom: 6px;
  margin-bottom: 20px;
}
#lower.order .shopping__container--right dl dt {
  width: 75px;
  margin-bottom: 14px;
}
#lower.order .shopping__container--right dl dd {
  width: calc(100% - 75px);
  margin-bottom: 14px;
  text-align: right;
}
#lower.order .shopping h3 {
  padding-bottom: 8px;
  padding-left: 20px;
  line-height: 1;
  border-bottom: solid 2px #000;
}
#lower.order .shopping .orderbuy {
  padding: 30px 22px;
  border-radius: 4px;
  border: solid 1px #000;
}
#lower.order .shopping .price,
#lower.order .shopping .tax {
  text-align: right;
}
#lower.order .shopping .price {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
}
#lower.order .shopping .price span {
  font-size: 24px;
  margin-left: 15px;
  margin-right: 8px;
}
#lower.order .shopping .tax {
  margin-bottom: 30px;
}
#lower.order .shopping .total {
  margin-bottom: 53px;
}
#lower.order .shopping .total span {
  color: #dd5d50;
}
#lower.order .shopping .total span:last-of-type {
  color: #dd5d50;
  font-size: 14px;
  margin: 0;
}
#lower.order .shopping .btn input,
#lower.order .shopping .btn a {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#lower.order .shopping .btn.confirm {
  margin-bottom: 16px;
}
#lower.order .shopping .btn.confirm input[type="submit"]:hover {
  color: #fff;
  background: #c1ab05;
  border-color: #c1ab05;
}
#lower.order .shopping .btn.back a {
  background: #888;
  border-color: #888;
  color: #fff;
}
#lower.order .shopping .btn.back a:hover {
  border-color: #000;
  background: #fff;
  color: #000;
}
#lower.order .shopping .userinfo {
  margin-bottom: 40px;
}
#lower.order .shopping .userinfo ul {
  margin-left: 20px;
}
#lower.order .shopping .userinfo ul li {
  margin-bottom: 5px;
  line-height: 1;
  color: #525263;
}
#lower.order .shopping .payinfo {
  margin-bottom: 40px;
}
#lower.order .shopping .payinfo ul {
  margin-left: 20px;
}
#lower.order .shopping .payinfo ul li {
  margin-bottom: 11px;
}
#lower.order .shopping .payinfo ul li label {
  margin-left: 15px;
  color: #525263;
}
#lower.order .shopping .payinfo input[type="radio"] {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
}
#lower.order .shopping .message h3 {
  margin-bottom: 10px;
}
#lower.order .shopping .message textarea {
  width: 100%;
  padding: 14px 17px;
  border-radius: 4px;
  border: solid 1px #525263;
}
#lower.mypage .btn a:hover {
  border-color: #c1ab05;
  color: #fff;
  background: #c1ab05;
}
#lower.mypage .mv {
  background: url("../img/mypage/mainv.jpg") no-repeat center/cover;
}
#lower.mypage .username {
  text-align: center;
  margin-bottom: 50px;
}
#lower.mypage .history__container--count {
  padding: 20px 20px 18px 20px;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
}
#lower.mypage .history__container--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  margin-bottom: 40px;
  padding: 23px 20px;
  border-bottom: solid 1px #000;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#lower.mypage .history .data {
  width: 350px;
}
@media (max-width: 1024px) {
  #lower.mypage .history .data {
    width: 220px;
  }
}
#lower.mypage .history .data .date {
  font-weight: 700;
  margin-bottom: 10px;
}
#lower.mypage .history .data .number {
  font-weight: 700;
}
#lower.mypage .history .data .btn {
  text-align: left;
}
#lower.mypage .history .data .btn a {
  margin-bottom: 0;
}
#lower.mypage .history .data .btn a:hover {
  color: #000;
  border-color: #000;
  background: #fff;
}
#lower.mypage .history .image {
  width: 112px;
}
#lower.mypage .history .detail .itemname {
  font-weight: 700;
  margin-bottom: 12px;
}
#lower.mypage .history .detail .price {
  font-weight: 700;
}
#lower.mypage .news h2 {
  letter-spacing: 0.2em;
}
#lower.mypage .news__container {
  margin-bottom: 40px;
}
#lower.mypage .news__container--list {
  padding: 30px 40px 30px 30px;
  border-bottom: solid 1px #000;
}
#lower.mypage .news__container--list a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
#lower.mypage .news__container--list a::after {
  content: "";
  width: 7px;
  height: 7px;
  position: absolute;
  top: 50%;
  right: -5px;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  border-top: solid 1px #c1ab05;
  border-right: solid 1px #c1ab05;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#lower.mypage .news__container--list a:hover {
  opacity: 0.7;
}
#lower.mypage .news__container--list a:hover::after {
  right: -20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#lower.mypage .news__container .date {
  font-size: 14px;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
  font-weight: 300;
  margin-right: 36px;
}
#lower.mypage .news__container .title {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.68;
}
#lower.mypage .member dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
#lower.mypage .member dl dt {
  width: 330px;
  padding: 20px 10px;
  font-weight: 700;
  border-bottom: solid 1px #525263;
}
#lower.mypage .member dl dt:first-of-type {
  border-top: solid 2px #000;
}
@media (max-width: 1024px) {
  #lower.mypage .member dl dt {
    width: 240px;
  }
}
#lower.mypage .member dl dd {
  width: calc(100% - 330px);
  padding: 20px 10px;
  border-bottom: solid 1px #525263;
}
#lower.mypage .member dl dd:first-of-type {
  border-top: solid 2px #000;
}
#lower.mypage .member .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 30px;
}
#lower.news-archive .mv {
  background: url("../img/news/mainv.jpg") no-repeat center/cover;
}
#lower.news-archive h2 {
  letter-spacing: 0.2em;
}
#lower.news-archive .news__container {
  margin-bottom: 40px;
}
#lower.news-archive .news__container--list {
  padding: 30px 40px 30px 30px;
  border-bottom: solid 1px #000;
}
#lower.news-archive .news__container--list a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
#lower.news-archive .news__container--list a::after {
  content: "";
  width: 7px;
  height: 7px;
  position: absolute;
  top: 50%;
  right: -5px;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  border-top: solid 1px #c1ab05;
  border-right: solid 1px #c1ab05;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#lower.news-archive .news__container--list a:hover {
  opacity: 0.7;
}
#lower.news-archive .news__container--list a:hover::after {
  right: -20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#lower.news-archive .news__container .date {
  font-size: 14px;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
  font-weight: 300;
  margin-right: 36px;
}
#lower.news-archive .news__container .title {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.68;
}
#lower.news-archive .pager {
  margin-top: 100px;
}
@media (max-width: 1024px) {
  #lower.news-archive .pager {
    margin-top: 50px;
  }
}
#lower.news-archive .pager__container {
  text-align: center;
}
#lower.news-archive .pager__container--list {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
  font-size: 20px;
  font-weight: 700;
  margin: 0 6px;
}
#lower.news-archive .pager__container--list:hover {
  color: #c1ab05;
}
#lower.news-archive .pager__container--list.current {
  pointer-events: none;
  color: #c1ab05;
}
#lower.news-archive .pager__container--list.nopage {
  pointer-events: none;
  color: #525263;
}
#lower.news-archive .pager__container .prev {
  font-size: 16px;
  margin-right: 37px;
}
#lower.news-archive .pager__container .next {
  font-size: 16px;
  margin-left: 37px;
}
#lower.news-detail .mv {
  background: url("../img/news/mainv.jpg") no-repeat center/cover;
}
#lower.news-detail .single__container--title {
  width: 100%;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", sans-serif;
  padding: 0 0 20px;
  margin: 0 0 20px;
  line-height: 1.7;
  background: none;
  border-bottom: solid 1px #ccc;
}
#lower.news-detail .single__container--date {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 40px;
}
#lower.news-detail .single__container--image {
  margin-bottom: 40px;
}
#lower.news-detail .single__container--text p {
  line-height: 1.625;
}
#lower.news-detail .single__container--text p:not(:last-of-type) {
  margin-bottom: 30px;
}
#lower.news-detail .pager {
  margin-top: 100px;
}
#lower.news-detail .pager__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#lower.news-detail .pager__container--list {
  margin: 0 20px;
  font-weight: 700;
}
#lower.news-detail .pager__container--list a:hover {
  color: #c1ab05;
}
#lower.news-detail .pager__container--list.nopage a {
  pointer-events: none;
  color: #ccc;
}
#lower.news-detail .pager__container .prev a,
#lower.news-detail .pager__container .next a {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
}
#lower.itemDetail .wrapper {
  margin-top: 110px;
}
#lower.itemDetail .itemProduct__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 57px;
  -moz-column-gap: 57px;
  column-gap: 57px;
}
#lower.itemDetail .itemProduct__container--image,
#lower.itemDetail .itemProduct__container--detail {
  width: 50%;
}
#lower.itemDetail .itemProduct .mainview {
  margin-bottom: 24px;
}
#lower.itemDetail .itemProduct .mainview li {
  padding: 0 15px;
}
#lower.itemDetail .itemProduct .mainview li img {
  width: 100%;
}
#lower.itemDetail .itemProduct .thumbnail li {
  padding: 0 15px;
}
#lower.itemDetail .itemProduct h2 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", sans-serif;
  display: block;
  font-size: 32px;
  background: none;
  border-bottom: dotted 1px #000;
  padding-top: 0;
  padding-bottom: 20px;
  padding-left: 10px;
  margin-bottom: 0;
  margin-top: 0;
}
#lower.itemDetail .itemProduct .price,
#lower.itemDetail .itemProduct dl,
#lower.itemDetail .itemProduct .code,
#lower.itemDetail .itemProduct .categorise {
  padding: 20px 10px;
}
#lower.itemDetail .itemProduct .price {
  font-size: 29px;
  font-weight: 700;
  color: #dd5d50;
  margin-bottom: 4px;
}
#lower.itemDetail .itemProduct .price span {
  font-size: 55%;
  font-weight: normal;
}
#lower.itemDetail .itemProduct dl,
#lower.itemDetail .itemProduct .code,
#lower.itemDetail .itemProduct .categorise {
  border-bottom: dotted 1px #000;
}
#lower.itemDetail .itemProduct .options dl {
  padding-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  row-gap: 10px;
}
#lower.itemDetail .itemProduct .options dl dt,
#lower.itemDetail .itemProduct .options dl select {
  color: #525263;
}
#lower.itemDetail .itemProduct .options dl dt {
  width: 120px;
  font-weight: 700;
  line-height: 0;
}
#lower.itemDetail .itemProduct .options dl dd {
  width: calc(100% - 120px);
  position: relative;
}
#lower.itemDetail .itemProduct .options dl dd::after {
  pointer-events: none;
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-top: solid 12px #525263;
  border-left: solid 7px rgba(0, 0, 0, 0);
  border-right: solid 7px rgba(0, 0, 0, 0);
}
#lower.itemDetail .itemProduct .options select {
  width: 100%;
  padding: 12px 20px;
  border: solid 1px #ccc;
  border-radius: 5px;
}
#lower.itemDetail .itemProduct .code {
  color: #525263;
}
#lower.itemDetail .itemProduct .categorise .categorise-title {
  color: #525263;
  margin-bottom: 10px;
}
#lower.itemDetail .itemProduct .categorise__container--list {
  margin-bottom: 5px;
}
#lower.itemDetail .itemProduct .categorise__container--list a {
  color: #33a8d0;
}
#lower.itemDetail .itemProduct .categorise__container--list a:hover {
  opacity: 0.7;
}
#lower.itemDetail .itemProduct .cart-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 4%;
  -moz-column-gap: 4%;
  column-gap: 4%;
  margin-top: 10px;
}
#lower.itemDetail .itemProduct .cart-btn .btn {
  width: 48%;
}
#lower.itemDetail .itemProduct .cart-btn .btn a {
  width: 100%;
  padding: 17px 0;
  margin: 0px 0 0px;
}
#lower.itemDetail .itemProduct .cart a::before {
  content: "";
  background-color: #fff;
  margin-right: 5px;
  display: inline-block;
  height: 16px;
  width: 20px;
  -webkit-mask: url("../img/products/ic-cart.svg") no-repeat;
  mask: url("../img/products/ic-cart.svg") no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  vertical-align: bottom;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#lower.itemDetail .itemProduct .cart a:hover::before {
  background-color: #000;
}
#lower.itemDetail .itemProduct .favorite a {
  background: #fff;
  color: #000;
}
#lower.itemDetail .itemProduct .favorite a::before {
  content: "";
  background-color: #000;
  margin-right: 5px;
  display: inline-block;
  height: 16px;
  width: 17px;
  -webkit-mask: url("../img/products/ic-heart.svg") no-repeat;
  mask: url("../img/products/ic-heart.svg") no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  vertical-align: bottom;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#lower.itemDetail .itemProduct .favorite a:hover {
  color: #000;
}
#lower.itemDetail .itemProduct .favorite a:hover::before {
  background-color: #dd5d50;
  -webkit-mask: url("../img/products/ic-heart2.svg") no-repeat;
  mask: url("../img/products/ic-heart2.svg") no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
}
#lower.itemDetail .itemProduct .afterDL {
  margin-top: 10px;
}
#lower.itemDetail .itemProduct .afterDL a::before {
  content: "";
  background-color: #fff;
  margin-right: 5px;
  display: inline-block;
  height: 15px;
  width: 14px;
  -webkit-mask: url("../img/products/ic-download.svg") no-repeat;
  mask: url("../img/products/ic-download.svg") no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  vertical-align: bottom;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#lower.itemDetail .itemProduct .afterDL a:hover::before {
  background-color: #000;
}
#lower.itemDetail .floor .floor-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 4%;
  -moz-column-gap: 4%;
  column-gap: 4%;
  row-gap: 40px;
}
#lower.itemDetail .floor .floor-slider li {
  width: 48%;
}
#lower.itemDetail .floor .floor-slider li img {
  width: 100%;
}
#lower.itemDetail .specification dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#lower.itemDetail .specification dl dt,
#lower.itemDetail .specification dl dd {
  border-bottom: dotted 1px #000;
  padding: 30px;
  color: #525263;
}
#lower.itemDetail .specification dl dt:first-of-type,
#lower.itemDetail .specification dl dd:first-of-type {
  border-top: dotted 1px #000;
}
#lower.itemDetail .specification dl dt {
  width: 200px;
  font-weight: 700;
}
#lower.itemDetail .specification dl dd {
  width: calc(100% - 200px);
}
#lower.itemDetail .review__container--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
#lower.itemDetail .review__container .content {
  width: calc(100% - 30px);
  padding: 25px;
  border-top: solid 1px #ccc;
  border-left: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
}
#lower.itemDetail .review__container .contentblock {
  width: 30px;
  border-bottom: solid 1px #ccc;
  overflow: hidden;
  margin-left: -1px;
}
#lower.itemDetail .review__container .contentblock::before {
  content: "";
  width: 43px;
  height: 43px;
  display: block;
  border-left: solid 1px #ccc;
  -webkit-transform: rotate(-42deg);
  transform: rotate(-42deg);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}
#lower.itemDetail .review__container .contentblock span {
  display: block;
  height: 100%;
  border-right: solid 1px #ccc;
  margin-top: -11px;
}
#lower.itemDetail .review__container .title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}
#lower.itemDetail .categorytag__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 23px;
}
#lower.itemDetail .categorytag__container--list a {
  display: block;
  font-size: 12px;
  padding: 4px 12px;
  border: solid 1px #000;
  border-radius: 50px;
}
#lower.itemDetail .categorytag__container--list a:hover {
  color: #fff;
  background: #000;
}
#lower.itemDetail .related__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#lower.itemDetail .related__container--list {
  max-width: 200px;
  width: 25%;
}
#lower.itemDetail .related__container .image {
  margin-bottom: 10px;
}
#lower.itemDetail .related__container .image a {
  position: relative;
  padding-top: 100%;
  overflow: hidden;
  display: block;
}
#lower.itemDetail .related__container .image a img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
}
#lower.itemDetail .related__container .image a:hover {
  opacity: 0.7;
}
#lower.itemDetail .related__container .name {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 9px;
}
#lower.itemDetail .related__container .price {
  font-size: 12px;
  margin-bottom: 9px;
}
#lower.itemDetail .related__container .tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5px;
}
#lower.itemDetail .related__container .tag li a {
  font-size: 12px;
  padding: 4px 12px;
  border: solid 1px #000;
  border-radius: 50px;
}
#lower.itemDetail .related__container .tag li a:hover {
  color: #fff;
  background: #000;
}
@media (max-width: 1024px) {
  #lower.about .howto__container--image,
  #lower.about .feature__container--image {
    width: 38%;
  }
  #lower.about .howto__container--text,
  #lower.about .feature__container--text {
    width: 62%;
  }
  #lower.about section ul li {
    font-size: 14px;
  }
  #lower.about section ul li::before {
    top: 4px;
  }
  #lower.about .img img {
    width: 100%;
  }
  #lower.about .absolute1,
  #lower.about .absolute2 {
    max-width: 60%;
  }
  #lower.about .attention {
    font-size: 10px;
    line-height: 1.625;
  }
  #lower.information dl dt,
  #lower.information dl dd {
    font-size: 14px;
  }
  #lower.information dl dt {
    padding: 20px 10px 6px;
  }
  #lower.information dl dd {
    padding: 6px 10px 20px;
  }
  #lower.news-archive .news__container--list {
    padding: 20px 30px 20px 25px;
  }
  #lower.news-archive .pager {
    margin-top: 50px;
  }
  #lower.itemDetail .itemProduct h2 {
    font-size: 20px;
    padding-bottom: 15px;
    padding-left: 8px;
  }
  #lower.itemDetail .itemProduct__container {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
  #lower.itemDetail .itemProduct .price,
  #lower.itemDetail .itemProduct dl,
  #lower.itemDetail .itemProduct .code,
  #lower.itemDetail .itemProduct .categorise {
    padding: 15px 8px;
  }
  #lower.itemDetail .itemProduct .price {
    font-size: 19px;
  }
  #lower.itemDetail .itemProduct .options dl dt {
    font-size: 14px;
    width: 90px;
  }
  #lower.itemDetail .itemProduct .options dl dd {
    width: calc(100% - 90px);
  }
  #lower.itemDetail .itemProduct .options select {
    font-size: 14px;
    padding: 10px 14px;
  }
  #lower.itemDetail .itemProduct .code {
    font-size: 14px;
  }
  #lower.itemDetail .itemProduct .categorise .categorise-title {
    font-size: 14px;
  }
  #lower.itemDetail .itemProduct .categorise__container--list a {
    font-size: 14px;
  }
  #lower.itemDetail .itemProduct .cart-btn .btn a {
    font-size: 12px;
    padding: 12px 0;
  }
  #lower.itemDetail .itemProduct .cart a::before {
    width: 15px;
    height: 12px;
  }
  #lower.itemDetail .itemProduct .favorite a::before {
    width: 14px;
    height: 12px;
  }
  #lower.itemDetail .itemProduct .afterDL .btn a {
    font-size: 12px;
    padding: 12px 30px;
  }
  #lower.itemDetail .itemProduct .afterDL a::before {
    width: 12px;
    height: 13px;
  }
  #lower.itemDetail .specification dl dt,
  #lower.itemDetail .specification dl dd {
    padding: 18px;
    font-size: 14px;
  }
  #lower.itemDetail .specification dl dt {
    width: 140px;
  }
  #lower.itemDetail .specification dl dd {
    width: calc(100% - 140px);
  }
  #lower.itemDetail .review__container .content {
    padding: 20px;
    padding-right: 0;
  }
  #lower.itemDetail .review__container .title {
    font-size: 18px;
  }
  #lower.itemDetail .categorytag__container {
    gap: 15px;
  }
  #lower.itemDetail .related__container {
    gap: 15px;
  }
  #lower.itemDetail .related__container .tag li a {
    padding: 2px 10px;
  }
}
@media (max-width: 750px) {
  #lower h2 {
    margin-bottom: 25px;
  }
  #lower.about .howto h2 {
    width: 100%;
    font-size: 23px;
    padding: 8px 12px;
  }
  #lower.about .howto h2 span {
    display: block;
    margin-left: 0;
    margin-top: 10px;
  }
  #lower.about .howto__container,
  #lower.about .feature__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #lower.about .howto__container--image,
  #lower.about .howto__container--text,
  #lower.about .feature__container--image,
  #lower.about .feature__container--text {
    width: 100%;
  }
  #lower.about .howto__container--image {
    margin-bottom: 25px;
  }
  #lower.about .feature__container {
    margin-bottom: 50px;
  }
  #lower.about .feature__container p span {
    display: inline-block;
  }
  #lower.about .feature__container p span::after {
    top: -5px;
  }
  #lower.about .feature__container--text {
    margin-bottom: 35px;
  }
  #lower.about .feature__container.gridbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  #lower.about .feature__container.gridbox .feature__container--text {
    margin-bottom: 25px;
  }
  #lower.about .feature__container.gridbox .img {
    -webkit-box-pack: normal;
    -ms-flex-pack: normal;
    justify-content: normal;
    max-width: 100%;
  }
  #lower.about .absolute1,
  #lower.about .absolute2 {
    position: relative;
    max-width: 55%;
  }
  #lower.about .absolute1 {
    display: block;
    margin: 0 0 0 auto;
  }
  #lower.about .absolute2 {
    margin-top: -100px;
  }
  #lower.about section ul {
    margin-bottom: 8px;
  }
  #lower.about section ul li {
    font-size: 13px;
  }
  #lower.information h2 span {
    display: block;
    margin-left: 0;
    margin-top: 10px;
  }
  #lower.information dl dt {
    font-size: 13px;
    padding: 25px 0 7px;
  }
  #lower.information dl dd {
    font-size: 12px;
    padding: 7px 0 25px;
  }
  #lower.loginpage h2 {
    margin-bottom: 25px;
  }
  #lower.loginpage .login__container {
    padding: 25px 25px 40px;
  }
  #lower.loginpage dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #lower.loginpage dl dt,
  #lower.loginpage dl dd {
    width: 100%;
  }
  #lower.loginpage dl dt {
    font-size: 13px;
    padding-left: 0;
    margin-bottom: 10px;
  }
  #lower.loginpage dl dd {
    margin-bottom: 25px;
  }
  #lower.loginpage dl dd input[type="text"] {
    width: 100%;
    font-size: 12px;
    border-radius: 2px;
  }
  #lower.loginpage .auto {
    text-align: left;
  }
  #lower.loginpage .auto label {
    font-size: 12px;
  }
  #lower.loginpage .auto input[type="checkbox"] {
    border-radius: 2px;
    width: 10px;
    height: 10px;
  }
  #lower.loginpage .other .btn input {
    padding: 13px 0;
  }
  #lower.loginpage .btn a {
    padding: 17px 0;
  }
  #lower.loginpage .other .btn input,
  #lower.loginpage .btn a {
    width: 100%;
    font-size: 17px;
  }
  #lower.loginpage .other a {
    font-size: 12px;
    text-align: left;
  }
  #lower.newmember h2 span {
    display: block;
    margin-left: 0;
    margin-top: 10px;
  }
  #lower.newmember dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #lower.newmember dl dt,
  #lower.newmember dl dd {
    width: 100%;
  }
  #lower.newmember dl dt {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 10px;
    font-size: 13px;
  }
  #lower.newmember dl dd {
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
  #lower.newmember dl dd input,
  #lower.newmember dl dd select,
  #lower.newmember dl dd textarea {
    padding: 14px 10px;
    border-radius: 3px;
  }
  #lower.newmember dl dd .column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
  }
  #lower.newmember dl dd .column input {
    width: 100%;
  }
  #lower.newmember dl dd .yubin,
  #lower.newmember dl dd .date {
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
    -ms-flex-direction: inherit;
    flex-direction: inherit;
  }
  #lower.newmember dl dd button {
    font-size: 13px;
  }
  #lower.newmember dl dd input:not(:last-of-type) {
    margin-bottom: 10px;
  }
  #lower.newmember dl dd label {
    font-size: 13px;
    margin: 0 30px 0 10px;
  }
  #lower.newmember .required::after {
    font-size: 11px;
  }
  #lower.newmember .policy label {
    font-size: 13px;
  }
  #lower.newmember .button {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
  }
  #lower.newmember .button .back a {
    margin-bottom: 0;
  }
  #lower.newmember .button .submit input {
    margin-top: 0;
  }
  #lower.newmember .btn input,
  #lower.newmember .btn a {
    width: 88%;
  }
  #lower.order h2 {
    font-size: 30px;
  }
  #lower.order .shopping__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 75px;
  }
  #lower.order .shopping__container--left,
  #lower.order .shopping__container--right {
    width: 100%;
  }
  #lower.order .shopping h3 {
    padding-left: 0;
  }
  #lower.order .shopping .userinfo ul,
  #lower.order .shopping .payinfo ul {
    margin-left: 0;
  }
  #lower.order .shopping .userinfo ul li,
  #lower.order .shopping .payinfo ul li {
    margin-bottom: 13px;
    font-size: 13px;
  }
  #lower.order .shopping .payinfo input[type="radio"] {
    font-size: 13px;
  }
  #lower.mypage .btn a {
    width: 88%;
  }
  #lower.mypage .username {
    font-size: 13px;
  }
  #lower.mypage .history__container--count {
    font-size: 13px;
    padding: 15px 0 28px;
  }
  #lower.mypage .history__container--item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
    padding: 15px;
  }
  #lower.mypage .history .data {
    width: 100%;
    position: relative;
  }
  #lower.mypage .history .data .date,
  #lower.mypage .history .data .number {
    font-size: 14px;
  }
  #lower.mypage .history .data .btn {
    position: absolute;
    top: 0;
    right: 0;
  }
  #lower.mypage .history .data .btn a {
    margin: 0;
    padding: 12px 20px;
    width: auto;
    font-weight: 500;
    font-size: 12px;
  }
  #lower.mypage .history .image {
    width: 70px;
  }
  #lower.mypage .history .detail .itemname,
  #lower.mypage .history .detail .price {
    font-size: 13px;
  }
  #lower.mypage .news .news__container--list {
    padding: 20px 12px 20px 0;
  }
  #lower.mypage .news .news__container--list a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #lower.mypage .news .news__container--list a::after {
    width: 8px;
    height: 8px;
  }
  #lower.mypage .news .news__container .date {
    font-size: 12px;
    margin-bottom: 10px;
  }
  #lower.mypage .news .news__container .title {
    font-size: 13px;
  }
  #lower.mypage .member h2 {
    width: 100%;
  }
  #lower.mypage .member h2 span {
    display: block;
    margin-left: 0;
    margin-top: 10px;
  }
  #lower.mypage .member dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #lower.mypage .member dl dt,
  #lower.mypage .member dl dd {
    font-size: 13px;
    width: 100%;
  }
  #lower.mypage .member dl dt {
    border-bottom: none;
    padding: 15px 0 0;
  }
  #lower.mypage .member dl dd {
    padding: 10px 0 15px;
  }
  #lower.mypage .member dl dd:first-of-type {
    border-top: none;
  }
  #lower.mypage .member .button {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
  }
  #lower.mypage .member .button .btn a {
    padding: 17px 0;
    margin: 0;
  }
  #lower.news-archive .news .news__container--list {
    padding: 20px 12px 20px 0;
  }
  #lower.news-archive .news .news__container--list a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #lower.news-archive .news .news__container--list a::after {
    width: 8px;
    height: 8px;
  }
  #lower.news-archive .news .news__container .date {
    font-size: 12px;
    margin-bottom: 10px;
  }
  #lower.news-archive .news .news__container .title {
    font-size: 13px;
  }
  #lower.news-archive .pager {
    margin-top: 100px;
  }
  #lower.news-archive .pager__container .prev {
    font-size: 13px;
    margin-right: 15px;
  }
  #lower.news-archive .pager__container .next {
    font-size: 13px;
    margin-left: 15px;
  }
  #lower.news-detail .single__container--title {
    line-height: 1.25;
  }
  #lower.news-detail .single__container--date {
    font-size: 12px;
  }
  #lower.news-detail .single__container--text p {
    font-size: 13px;
    line-height: 1.93;
  }
  #lower.news-detail .pager__container--list {
    font-size: 13px;
    margin: 0 13px;
  }
  #lower.itemDetail .wrapper {
    margin-top: 100px;
  }
  #lower.itemDetail .itemProduct__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 25px;
  }
  #lower.itemDetail .itemProduct__container--image,
  #lower.itemDetail .itemProduct__container--detail {
    width: 100%;
  }
  #lower.itemDetail .itemProduct .mainview li,
  #lower.itemDetail .itemProduct .thumbnail li {
    padding: 0 10px;
  }
  #lower.itemDetail .itemProduct .mainview {
    margin-bottom: 15px;
  }
  #lower.itemDetail .itemProduct .price {
    font-size: 20px;
  }
  #lower.itemDetail .itemProduct .options dl dt {
    font-size: 13px;
  }
  #lower.itemDetail .itemProduct .options dl dd::after {
    right: 12px;
    border-top: solid 10px #525263;
    border-left: solid 5px rgba(0, 0, 0, 0);
    border-right: solid 5px rgba(0, 0, 0, 0);
  }
  #lower.itemDetail .itemProduct .options select {
    font-size: 12px;
  }
  #lower.itemDetail .itemProduct .cart-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 2%;
  }
  #lower.itemDetail .itemProduct .cart-btn .btn {
    width: 100%;
  }
  #lower.itemDetail .itemProduct .cart-btn .btn a {
    font-size: 17px;
    padding: 18px 0;
    margin-bottom: 0;
  }
  #lower.itemDetail .itemProduct .afterDL .btn a {
    font-size: 17px;
    padding: 18px 0;
  }
  #lower.itemDetail .itemProduct .cart a::before {
    margin-right: 10px;
    width: 22px;
    height: 18px;
  }
  #lower.itemDetail .itemProduct .favorite a::before {
    margin-right: 10px;
    width: 20px;
    height: 18px;
  }
  #lower.itemDetail .description h2,
  #lower.itemDetail .categorytag h2,
  #lower.itemDetail .related h2 {
    width: 100%;
  }
  #lower.itemDetail .description h2 span,
  #lower.itemDetail .categorytag h2 span,
  #lower.itemDetail .related h2 span {
    display: block;
    margin-left: 0;
    margin-top: 10px;
  }
  #lower.itemDetail .floor .floor-slider {
    display: inherit;
  }
  #lower.itemDetail .floor .floor-slider li {
    width: auto;
    max-width: 100%;
  }
  #lower.itemDetail .floor .slide-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
    z-index: 9;
    cursor: pointer;
  }
  #lower.itemDetail .floor .prev-arrow {
    left: 1%;
    width: 25px;
    height: 25px;
    border-left: solid 2px #c1ab05;
    border-bottom: solid 2px #c1ab05;
  }
  #lower.itemDetail .floor .next-arrow {
    right: 3.8%;
    width: 25px;
    height: 25px;
    border-top: solid 2px #c1ab05;
    border-right: solid 2px #c1ab05;
  }
  #lower.itemDetail .floor .slide-dots {
    text-align: center;
    line-height: 0;
    margin-top: 25px;
  }
  #lower.itemDetail .floor .slide-dots li {
    display: inline-block;
    margin: 0 12px;
  }
  #lower.itemDetail .floor .slide-dots li button {
    position: relative;
    font-size: 0;
    width: 15px;
    height: 15px;
    background: #fff;
    border-radius: 100%;
    border: solid 1px #000;
  }
  #lower.itemDetail .floor .slide-dots li.slick-active button {
    background: #c1ab05;
  }
  #lower.itemDetail .specification dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #lower.itemDetail .specification dl dt,
  #lower.itemDetail .specification dl dd {
    width: 100%;
    font-size: 13px;
  }
  #lower.itemDetail .specification dl dt {
    border-bottom: none;
    padding-bottom: 0;
  }
  #lower.itemDetail .specification dl dd {
    line-height: 1.69;
  }
  #lower.itemDetail .specification dl dd:first-of-type {
    border-top: none;
  }
  #lower.itemDetail .related__container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 40px;
  }
  #lower.itemDetail .related__container--list {
    max-width: 100%;
    width: 47%;
  }
}
.productsSearch .mv {
  background: url(../img/search/mainv.jpg) no-repeat center/cover !important;
  padding-top: 23%;
}
.productsSearch .mv__content {
  max-width: 1000px;
  width: 92%;
  margin: 0 auto;
  padding-bottom: 2.4%;
}
.productsSearch .mv__content--title {
  color: #fff;
  font-size: 75px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-shadow: 0 0 9px rgba(0, 0, 0, 0.79);
}
#category .mv,
#products .mv {
  padding-top: 23%;
  background: url("../img/about/mainv.jpg") no-repeat center/cover;
}
#category .mv__content,
#products .mv__content {
  max-width: 1000px;
  width: 92%;
  margin: 0 auto;
  padding-bottom: 2.4%;
}
#category .mv__content--title,
#products .mv__content--title {
  color: #fff;
  font-size: 75px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-shadow: 0 0 9px rgba(0, 0, 0, 0.79);
}
@media (max-width: 1024px) {
  #category .mv__content--title,
  #products .mv__content--title {
    font-size: 42px;
  }
}
@media (max-width: 750px) {
  #category .mv,
  #products .mv {
    padding-top: 43.5%;
  }
  #category .mv__content,
  #products .mv__content {
    padding-bottom: 5.5%;
  }
  #category .mv__content--title,
  #products .mv__content--title {
    font-size: 37px;
  }
}
#category .newitem .center,
#products .newitem .center {
  text-align: center;
}
#category .newitem .item__sort,
#products .newitem .item__sort {
  margin: 7.5rem 0 5.5rem;
}
.head__title {
  font-size: 3rem;
  font-weight: bold;
}
#category .newitem .item__sort select,
#products .newitem .item__sort select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #aaa;
  background-color: #f8f8f8;
  border-radius: 4px;
  padding: 1rem 4rem 1rem 2rem;
  font-size: 1.2rem;
  text-align: center;
  cursor: pointer;
}
#category .newitem .item__sort .select:disabled,
#products .newitem .item__sort .select:disabled {
  pointer-events: none;
  background-color: #f1f1f1;
  color: #aaa;
}
#category .newitem .item__sort .select-wrapper,
#products .newitem .item__sort .select-wrapper {
  position: relative;
  display: inline-block;
}
#category .newitem .item__sort .select-wrapper::after,
#products .newitem .item__sort .select-wrapper::after {
  content: "";
  position: absolute;
  border: 4px solid #333;
  border-bottom: 0;
  border-left-color: rgba(0, 0, 0, 0);
  border-right-color: rgba(0, 0, 0, 0);
  top: calc(50% - 3px);
  right: 10px;
  width: 0;
  height: 0;
}
#category .newitem .item__sort .select-wrapper--disabled::after,
#products .newitem .item__sort .select-wrapper--disabled::after {
  border-top-color: #aaa;
}
#category .newitem .item__sort-box.price,
#products .newitem .item__sort-box.price {
  margin-left: 20px;
}
#category .newitem .item__sort-top,
#category .newitem .item__sort-bottom,
#products .newitem .item__sort-top,
#products .newitem .item__sort-bottom {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#category .newitem .item__sort-top,
#products .newitem .item__sort-top {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: solid 1px #707070;
}
#category .newitem .item__sort-name,
#products .newitem .item__sort-name {
  font-size: 30px;
  font-weight: bold;
}
#category .newitem .item__sort-bottom,
#products .newitem .item__sort-bottom {
  margin-top: 0px;
}
#category .newitem .item__sort-bottom p,
#products .newitem .item__sort-bottom p {
  margin-bottom: 0;
  margin-top: 5px;
}
#category .newitem .item__sort-list,
#products .newitem .item__sort-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
#category .newitem .item__sort-list li a,
#products .newitem .item__sort-list li a {
  color: #337ab7;
}
#category .newitem .item__container,
#products .newitem .item__container {
  display: grid;
  grid-template: repeat(3, 1fr) / repeat(4, 1fr);
  gap: 66px 30px;
  margin-bottom: 40px;
}
#category .newitem .item__container--list,
#products .newitem .item__container--list {
  max-width: 200px;
}
#category .newitem .item__container .image,
#products .newitem .item__container .image {
  margin-bottom: 10px;
}
#category .newitem .item__container .image a,
#products .newitem .item__container .image a {
  position: relative;
  padding-top: 100%;
  overflow: hidden;
  display: block;
}
#category .newitem .item__container .image a img,
#products .newitem .item__container .image a img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
}
#category .newitem .item__container .image a:hover,
#products .newitem .item__container .image a:hover {
  opacity: 0.7;
}
#category .newitem .item__container .name,
#products .newitem .item__container .name {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 9px;
}
#category .newitem .item__container .price,
#products .newitem .item__container .price {
  font-size: 12px;
  margin-bottom: 9px;
}
#category .newitem .item__container .tag,
#products .newitem .item__container .tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5px;
}
#category .newitem .item__container .tag li a,
#products .newitem .item__container .tag li a {
  font-size: 12px;
  padding: 4px 12px;
  border: solid 1px #000;
  border-radius: 50px;
}
#category .newitem .item__container .tag li a:hover,
#products .newitem .item__container .tag li a:hover {
  color: #fff;
  background: #000;
}
#category .newitem .btn a,
#products .newitem .btn a {
  margin-top: 0;
  margin-bottom: 0;
}
#category .newitem .btn a:hover,
#products .newitem .btn a:hover {
  color: #fff;
  background: #c1ab05;
  border-color: #c1ab05;
}
#category .newitem .pagination,
#products .newitem .pagination {
  font-family: "M PLUS Rounded 1c", sans-serif;
  margin-top: 100px;
}
#category .newitem .pagination .prev,
#products .newitem .pagination .prev {
  margin-right: 45px;
}
#category .newitem .pagination .page-numbers,
#products .newitem .pagination .page-numbers {
  font-weight: 700;
  font-size: 20px;
  margin-right: 18px;
}
#category .newitem .pagination .page-numbers:nth-last-child(2),
#products .newitem .pagination .page-numbers:nth-last-child(2) {
  margin-right: 40px;
}
#category .newitem .pagination .dot,
#products .newitem .pagination .dot {
  color: #707070;
}
#category .newitem .pagination .prev,
#category .newitem .pagination .next,
#products .newitem .pagination .prev,
#products .newitem .pagination .next {
  font-weight: 700;
  font-size: 16px;
}
@media (max-width: 750px) {
  #category .newitem .item__container {
    grid-template: repeat(3, 1fr) / repeat(2, 1fr);
  }
  #category .newitem .item__sort-bottom.flex {
    display: block;
  }
  #category .newitem .item__sort-flexbox {
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
  }
}
#guide .mv,
#company .mv {
  padding-top: 23%;
  background: url("../img/guide/mainv.jpg") no-repeat center/cover;
}
@media (max-width: 750px) {
  #guide .mv,
  #company .mv {
    background: url("../img/guide/mainv-sp.jpg") no-repeat center/cover;
  }
}
#guide .mv__content,
#company .mv__content {
  max-width: 1000px;
  width: 92%;
  margin: 0 auto;
  padding-bottom: 2.4%;
}
#guide .mv__content--title,
#company .mv__content--title {
  color: #fff;
  font-size: 75px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-shadow: 0 0 9px rgba(0, 0, 0, 0.79);
}
@media (max-width: 1024px) {
  #guide .mv__content--title,
  #company .mv__content--title {
    font-size: 42px;
  }
}
@media (max-width: 750px) {
  #guide .mv,
  #company .mv {
    padding-top: 43.5%;
  }
  #guide .mv__content,
  #company .mv__content {
    padding-bottom: 5.5%;
  }
  #guide .mv__content--title,
  #company .mv__content--title {
    font-size: 37px;
  }
}
#guide .text-block-block,
#company .text-block-block {
  margin-left: 40px;
}
#guide .text-block,
#company .text-block {
  padding: 30px 0;
  border-top: solid 1px #aaa;
}
#guide .text-block:nth-last-child(1),
#company .text-block:nth-last-child(1) {
  border-bottom: solid 1px #aaa;
}
#guide .text-block a,
#company .text-block a {
  text-decoration: underline;
}
#guide .overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#guide .overlay.active {
  opacity: 1;
  visibility: visible;
}
#guide .modal {
  max-width: 900px;
  width: 86%;
  padding: 60px;
  background: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#guide .modal.active {
  opacity: 1;
  visibility: visible;
}
#guide .modal .title {
  font-size: 16px;
  font-weight: bold;
}
#guide .modal .text {
  font-size: 14px;
}
#guide .modal .close::before,
#guide .modal .close::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 50%;
  width: 2px;
  height: 30px;
  background: #333;
}
#guide .modal .close {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: #333;
  opacity: 1;
  cursor: pointer;
}
#guide .modal .close::before {
  -webkit-transform: translate(30%, -50%) rotate(45deg);
  transform: translate(30%, -50%) rotate(45deg);
  background: #fff;
}
#guide .modal .close::after {
  -webkit-transform: translate(30%, -50%) rotate(-45deg);
  transform: translate(30%, -50%) rotate(-45deg);
  background: #fff;
}
#guide .modalh2 {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 10px;
}
#guide .modalp {
  font-size: 13px;
}
@media (max-width: 750px) {
  #guide .text-block,
  #company .text-block {
    padding: 25px 0;
  }
  #guide .text-block-block,
  #company .text-block-block {
    margin-left: 40px;
  }
  #guide .text-block h3,
  #company .text-block h3 {
    font-size: 13px;
  }
  #guide .text-block h4,
  #company .text-block h4 {
    font-size: 12px;
  }
  #guide .text-block a,
  #company .text-block a {
    text-decoration: underline;
    font-size: 12px;
  }
  #guide .text-block p,
  #company .text-block p {
    font-size: 12px;
    margin-bottom: 15px;
  }
  #guide .text-block .text-block-block,
  #company .text-block .text-block-block {
    margin-left: 25px;
  }
  #guide .modal,
  #company .modal {
    width: 92%;
    padding: 25px;
  }
  #guide .modal .title,
  #company .modal .title {
    font-size: 13px;
  }
  #guide .modal .text,
  #company .modal .text {
    font-size: 12px;
  }
  #guide .modal.active,
  #company .modal.active {
    margin-top: 4vh;
    height: 91vh;
    overflow: hidden;
  }
}
.password dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.password dl dd {
  width: calc(100% - 280px);
  margin-bottom: 30px;
}
.password dl dd input[type="text"] {
  width: 84%;
  font-size: 14px;
  padding: 13px 10px;
  border: solid 1px #ccc;
  border-radius: 5px;
}
.password dl dt {
  font-weight: 700;
  width: 280px;
  padding-left: 90px;
}
.password .wrapper {
  margin: 110px auto 100px;
}
.password__ttl {
  text-align: center;
  font-size: 50px;
  margin-bottom: 50px;
}
.password__ttl span {
  color: #c1ab05;
}
.password__explanation {
  margin-bottom: 70px;
}
.password__container--add dl {
  margin-bottom: 90px;
}
@media (max-width: 750px) {
  .password .wrapper {
    margin-top: 110px;
    margin-bottom: 100px;
  }
  .password .wrapper .password__explanation {
    margin-bottom: 35px;
  }
  .password .wrapper dl {
    margin-bottom: 0px;
  }
  .password .wrapper dl dt,
  .password .wrapper dl dd {
    width: 100%;
  }
  .password .wrapper dl dd input[type="text"] {
    width: 100%;
    font-size: 12px;
    border-radius: 2px;
  }
  .password .wrapper dl dt {
    font-size: 13px;
    margin-bottom: 10px;
    padding-left: 0;
  }
  .password .wrapper .btn input[type="submit"] {
    font-size: 12px;
  }
}
.password--done__ttl {
  text-align: center;
  font-size: 50px;
  margin-bottom: 50px;
}
.password--done__ttl span {
  color: #c1ab05;
}
.password--done__title {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
.password--done__text {
  text-align: center;
}
@media (max-width: 750px) {
  .password--done h2 {
    margin-bottom: 50px;
  }
}
#lower.tag .mv {
  background: url(../img/products/mainv.jpg) no-repeat center/cover;
}
#lower.tag .head {
  margin: 7.5rem 0 5.5rem;
}
#lower.tag .head .head__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-bottom: 1px solid #000;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
#lower.tag .head .head__top .head__title {
  font-size: 3rem;
  font-weight: bold;
}
#lower.tag .head .head__top .head__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#lower.tag .head .head__top .head__link li {
  border-right: 1px solid #707070;
  padding-right: 1rem;
  margin-right: 1rem;
}
#lower.tag .head .head__top .head__link li:last-child {
  border: none;
  padding-right: 0;
  margin-right: 0;
}
#lower.tag .head .head__top .head__link a {
  color: #337ab7;
}
#lower.tag .head .head__under {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#lower.tag .head .head__under p {
  margin-bottom: 0;
}
#lower.tag .head .head__under .head__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#lower.tag .head .head__under .head__btn li {
  margin-left: 2rem;
}
#lower.tag .head .head__under .head__btn a {
  color: #555;
  font-size: 1.4rem;
  background: #f8f8f8;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 1rem 4rem 1rem 2rem;
  position: relative;
}
#lower.tag .head .head__under .head__btn a::after {
  position: absolute;
  content: "";
  top: 1.5rem;
  right: 1rem;
  border-left: 5px solid rgba(0, 0, 0, 0);
  border-right: 5px solid rgba(0, 0, 0, 0);
  border-top: 6px solid #555;
}
#lower.tag .item__container {
  display: grid;
  grid-template: repeat(3, 1fr) / repeat(4, 1fr);
  gap: 66px 30px;
  margin-bottom: 40px;
}
#lower.tag .item__container--list {
  max-width: 200px;
}
#lower.tag .item__container .image {
  margin-bottom: 10px;
}
#lower.tag .item__container .image a {
  position: relative;
  padding-top: 100%;
  overflow: hidden;
  display: block;
}
#lower.tag .item__container .image a img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
}
#lower.tag .item__container .image a:hover {
  opacity: 0.7;
}
#lower.tag .item__container .name {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 9px;
}
#lower.tag .item__container .price {
  font-size: 12px;
  margin-bottom: 9px;
}
#lower.tag .item__container .tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5px;
}
#lower.tag .item__container .tag li a {
  font-size: 12px;
  padding: 4px 12px;
  border: solid 1px #000;
  border-radius: 50px;
}
#lower.tag .item__container .tag li a:hover {
  color: #fff;
  background: #000;
}
#lower.tag .pagination {
  margin-top: 100px;
}
#lower.tag .pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
#lower.tag .pagination li {
  color: #666;
  padding: 1rem;
  font-size: 2rem;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
}
#lower.tag .pagination li a {
  color: #000;
}
#lower.tag .pagination li.prev a {
  font-size: 1.6rem;
  margin-right: 2rem;
  color: #666;
}
#lower.tag .pagination li.next a {
  font-size: 1.6rem;
  margin-left: 2rem;
}
#lower.privacy .mv {
  background: url(../img/privacy/mainv.jpg) no-repeat center/cover;
}
#lower.privacy .box {
  padding: 3rem 0;
  border-top: 1px solid #aaa;
}
#lower.privacy .box:last-child {
  border-bottom: 1px solid #aaa;
}
#lower.privacy .box h3 {
  font-size: 1.6rem;
}
#lower.privacy .box p {
  font-size: 1.4rem;
}
#lower.search .mv {
  background: url(../img/search/mainv.jpg) no-repeat center/cover;
}
#lower.search .search__title {
  background: #000;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  padding: 1.5rem 0;
}
#lower.search .search__contents {
  width: 96%;
  margin: 2rem auto 5rem;
}
#lower.search table th {
  font-weight: bold;
  border-bottom: 1px solid #000;
  width: 16%;
  vertical-align: baseline;
}
#lower.search table td {
  border-bottom: 1px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  padding: 2rem 0;
}
#lower.search table td a {
  font-size: 12px;
  padding: 10px 15px;
  border: solid 1px #000;
  border-radius: 50px;
  font-weight: bold;
}
#lower.search table td a:hover {
  color: #fff;
  background: #000;
}
#lower.search table tr:first-child td {
  padding-top: 0;
}
#lower.search table tr:last-child th,
#lower.search table tr:last-child td {
  border-bottom: none;
  padding-bottom: 0;
}
#lower.search .company ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 15px;
}
#lower.search .company ul li {
  -ms-flex-preferred-size: calc(16% - 7px);
  flex-basis: calc(16% - 7px);
}
#lower.search .company ul li a {
  width: 100%;
  font-size: 12px;
  padding: 20px 12px;
  border: solid 1px #000;
  border-radius: 50px;
  text-align: center;
}
#lower.search .company ul li a:hover {
  color: #fff;
  background: #000;
}
#lower.search .search__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#lower.search .search__flex .flex__left,
#lower.search .search__flex .flex__right {
  -ms-flex-preferred-size: calc(50% - 20px);
  flex-basis: calc(50% - 20px);
}
#lower.search .search__flex .price__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#lower.search .search__flex .price__btn li {
  margin-left: 2rem;
}
#lower.search .search__flex .price__btn li:first-child {
  margin-left: 0;
}
#lower.search .search__flex .price__btn a {
  color: #555;
  font-size: 1.5rem;
  background: #f8f8f8;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 1rem 4rem;
  position: relative;
}
#lower.search .search__flex .price__btn a::after {
  position: absolute;
  content: "";
  top: 1.5rem;
  right: 1rem;
  border-left: 5px solid rgba(0, 0, 0, 0);
  border-right: 5px solid rgba(0, 0, 0, 0);
  border-top: 6px solid #555;
}
#lower.search .search__flex #search-text {
  vertical-align: top;
  width: 100%;
  font-size: 12px !important;
  padding: 12px 20px;
  border-radius: 50px;
  border: solid 1px #000;
  background: #fff url("../img/search/ic-search_bk.png") no-repeat;
  background-position: right 30px bottom 8px;
  background-size: 22px 22px;
  cursor: pointer;
}
#lower.contact .mv {
  background: url(../img/contact/mainv.jpg) no-repeat center/cover;
}
#lower.contact form table {
  width: 100%;
}
#lower.contact form table th {
  font-weight: bold;
  border-bottom: 1px solid #000;
  width: 35%;
  vertical-align: baseline;
  padding: 3rem 0 3rem 4rem;
}
#lower.contact form table th p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#lower.contact form table th .req {
  font-size: 1.2rem;
  color: #de5d50;
  margin-left: 1rem;
  font-weight: normal;
}
#lower.contact form table td {
  border-bottom: 1px solid #000;
  padding: 3rem 0;
}
#lower.contact form table td .flex {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 2rem;
  gap: 10px;
}
#lower.contact form table td .flex a {
  text-decoration: underline;
}
#lower.contact form table td .flex a:hover {
  text-decoration: none;
}
#lower.contact form input,
#lower.contact form textarea {
  border: 1px solid #aaa;
  font-size: 1.4rem;
  padding: 1rem;
  border-radius: 5px;
}
#lower.contact form input.w45,
#lower.contact form textarea.w45 {
  width: 45%;
}
#lower.contact form input.ml20,
#lower.contact form textarea.ml20 {
  margin-left: 2rem;
}
#lower.contact form input.w95,
#lower.contact form textarea.w95 {
  width: 95%;
}
#lower.contact form input.mt10,
#lower.contact form textarea.mt10 {
  margin-top: 1rem;
}
#lower.contact form input::-webkit-input-placeholder,
#lower.contact form textarea::-webkit-input-placeholder {
  color: #ccc;
}
#lower.contact form input::-moz-placeholder,
#lower.contact form textarea::-moz-placeholder {
  color: #ccc;
}
#lower.contact form input:-ms-input-placeholder,
#lower.contact form textarea:-ms-input-placeholder {
  color: #ccc;
}
#lower.contact form input::-ms-input-placeholder,
#lower.contact form textarea::-ms-input-placeholder {
  color: #ccc;
}
#lower.contact form input::placeholder,
#lower.contact form textarea::placeholder {
  color: #ccc;
}
#lower.contact form textarea {
  width: 95%;
  height: 20rem;
}
#lower.contact form select {
  border: 1px solid #ccc;
  border-radius: 5px;
  background: #f8f8f8;
  padding: 1rem 8rem 1rem 2rem;
  -moz-appearance: menulist;
  -webkit-appearance: menulist;
  margin-bottom: 2rem;
}
#lower.contact form select::-ms-expand {
  display: block;
}
#lower.contact form label {
  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-size: 16px;
  font-weight: bold;
  cursor: pointer;
  margin: 4rem 0;
}
#lower.contact form label input {
  margin-right: 0.5rem;
  padding: 0.7rem;
}
#lower.contact form label a {
  text-decoration: underline;
}
#lower.contact form label a:hover {
  text-decoration: none;
}
#lower.contact form .btn-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#lower.contact form .btn-area .btn {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 17px 60px;
  background: #000;
  border: solid 1px #000;
}
#lower.contact form .btn-area .btn:hover {
  background: #c1ab05;
  border-color: #c1ab05;
}
#lower.contact_done .done__text {
  text-align: center;
  margin-top: 2rem;
}
#lower.contact_done .done__text p {
  margin: 3rem 0 5rem;
}
#lower.contact_done .btn a {
  margin: 0;
}
#lower.cart .wrapper {
  margin-top: 150px;
}
@media (max-width: 750px) {
  #lower.cart .wrapper {
    margin-top: 145px;
  }
}
#lower.cart h2 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 700;
  font-size: 50px;
  letter-spacing: 0.03em;
  background: none;
  text-align: center;
  line-height: 1;
  margin-bottom: 60px;
  position: relative;
  margin-top: 0;
  padding: 0;
  display: block;
}
#lower.cart h2::after {
  position: absolute;
  bottom: -32px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  content: "";
  width: 50px;
  height: 2px;
  background: #c1ab05;
}
#lower.cart .shopping .head {
  text-align: center;
  color: #525263;
}
#lower.cart .shopping .head span {
  color: #dd5d50;
  font-weight: bold;
}
#lower.cart .shopping table {
  width: 100%;
}
#lower.cart .shopping table th {
  background: #000;
  color: #fff;
  text-align: center;
  padding: 10px 5px;
}
#lower.cart .shopping table td {
  padding: 20px 0 10px;
  text-align: center;
  border-bottom: 1px dotted #000;
}
#lower.cart .shopping table td.pr .flex {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#lower.cart .shopping table td.pr .flex p {
  font-weight: bold;
  margin: 0 20px;
}
#lower.cart .shopping table td.pr .flex .pr-name {
  color: #c1ab05;
}
#lower.cart .shopping table td.num .flex {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  margin-top: 10px;
}
#lower.cart .shopping .all-price {
  text-align: right;
  border-bottom: 1px dotted #000;
  padding: 20px 30px;
}
#lower.cart .shopping .all-price p {
  font-weight: bold;
}
#lower.cart .shopping .all-price p span {
  margin-left: 20px;
  color: #de5d50;
  font-size: 24px;
}
#lower.cart .shopping .btn_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 40px;
  margin-top: 40px;
}
#lower.cart .shopping .btn {
  width: 30%;
}
#lower.cart .shopping .btn input,
#lower.cart .shopping .btn a {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#lower.cart .shopping .btn.confirm input[type="submit"]:hover {
  color: #fff;
  background: #c1ab05;
  border-color: #c1ab05;
  padding: 20px 60px;
}
#lower.cart .shopping .btn.back a {
  background: #888;
  border-color: #888;
  color: #fff;
}
#lower.cart .shopping .btn.back a:hover {
  border-color: #000;
  background: #fff;
  color: #000;
}
#lower.order_done .wrapper {
  margin-top: 150px;
}
@media (max-width: 750px) {
  #lower.order_done .wrapper {
    margin-top: 145px;
  }
}
#lower.order_done h2 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 700;
  font-size: 50px;
  letter-spacing: 0.03em;
  background: none;
  text-align: center;
  line-height: 1;
  margin-bottom: 60px;
  position: relative;
  margin-top: 0;
  padding: 0;
  display: block;
}
#lower.order_done h2::after {
  position: absolute;
  bottom: -32px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  content: "";
  width: 50px;
  height: 2px;
  background: #c1ab05;
}
#lower.order_done .shopping .head {
  font-size: 20px;
  font-weight: bold;
}
#lower.order_done .shopping p {
  text-align: center;
}
#lower.order_done .shopping .btn_area {
  margin-top: 40px;
}
#lower.order_done .shopping .btn {
  width: 30%;
  margin: 0 auto;
}
#lower.order_done .shopping .btn a {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
  background: #000;
  border-color: #000;
}
#lower.order_done .shopping .btn a:hover {
  border-color: #000;
  background: #fff;
  color: #000;
}
#lower.order_done .shopping .btn.confirm input[type="submit"]:hover {
  color: #fff;
  background: #c1ab05;
  border-color: #c1ab05;
  padding: 20px 60px;
}
#lower.order_done .shopping .btn.back a {
  background: #888;
  border-color: #888;
  color: #fff;
}
#lower.order_done .shopping .btn.back a:hover {
  border-color: #000;
  background: #fff;
  color: #000;
}
#lower.newmember_done .head {
  font-size: 20px;
  font-weight: bold;
}
#lower.newmember_done p {
  text-align: center;
}
#lower.itemDetail .itemProduct .note {
  padding: 20px 0;
  color: #dd5d50;
  text-align: center;
}
#lower.itemDetail .review .btn a::before {
  content: "";
  background-color: #fff;
  margin-right: 5px;
  display: inline-block;
  height: 22px;
  width: 22px;
  -webkit-mask: url(../img/products/ic-review.svg) no-repeat;
  mask: url(../img/products/ic-review.svg) no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  vertical-align: bottom;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#lower.itemDetail .review .btn a:hover {
  background: #fff;
  color: #000;
}
#lower.itemDetail .review .btn a:hover::before {
  background: #000;
}
#lower.itemDetail .reviews {
  margin-bottom: 0px;
}
@media (max-width: 750px) {
  #lower.tag .head {
    margin: 5rem 0;
  }
  #lower.tag .head .head__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
  }
  #lower.tag .head .head__top .head__title {
    margin-bottom: 3rem;
    font-size: 25px;
  }
  #lower.tag .head .head__top .head__link {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  #lower.tag .head .head__top a {
    font-size: 13px;
  }
  #lower.tag .head .head__under {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
  }
  #lower.tag .head .head__under p {
    margin-bottom: 1rem;
    font-size: 13px;
  }
  #lower.tag .head .head__under .head__btn {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  #lower.tag .head .head__under .head__btn li {
    margin-left: 1rem;
  }
  #lower.tag .head .head__under .head__btn a {
    padding: 1rem 3rem 1rem 1rem;
    font-size: 12px;
  }
  #lower.tag .item__container {
    grid-template: repeat(6, 1fr) / repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 50px;
  }
  #lower.tag .item__container .name {
    font-size: 13px;
  }
  #lower.tag .item__container .price {
    font-size: 10px;
  }
  #lower.tag .item__container .tag li a {
    font-size: 10px;
    padding: 2px 8px;
  }
  #lower.tag .pagination {
    margin-top: 50px;
  }
  #lower.tag .pagination li {
    padding: 0.5rem;
    font-size: 20px;
  }
  #lower.tag .pagination li a {
    color: #000;
  }
  #lower.tag .pagination li.prev a {
    margin-right: 1rem;
    font-size: 13px;
  }
  #lower.tag .pagination li.next a {
    margin-left: 1rem;
    font-size: 13px;
  }
  #lower.search .search__title {
    font-size: 16px;
    margin-bottom: 2.5rem;
    position: relative;
  }
  #lower.search .search__title::after {
    position: absolute;
    content: "";
    top: 1.7rem;
    right: 2rem;
    border-left: 8px solid rgba(0, 0, 0, 0);
    border-right: 8px solid rgba(0, 0, 0, 0);
    border-top: 10px solid #fff;
  }
  #lower.search .search__title.active::after {
    border-top: none;
    border-bottom: 10px solid #fff;
  }
  #lower.search .search__contents {
    width: 100%;
    display: none;
  }
  #lower.search table th {
    width: 100%;
    display: block;
    border-bottom: none;
    padding-top: 2rem;
  }
  #lower.search table th p {
    font-size: 20px;
    text-align: center;
  }
  #lower.search table td {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #lower.search table td a {
    font-size: 10px;
  }
  #lower.search table tr:first-child th {
    padding-top: 0;
  }
  #lower.search table tr:first-child td {
    padding-top: 2rem;
  }
  #lower.search table tr:last-child th,
  #lower.search table tr:last-child td {
    border-bottom: none;
    padding-bottom: 0;
  }
  #lower.search .company ul {
    gap: 15px;
    width: 90%;
    margin: 0 auto;
  }
  #lower.search .company ul li {
    -ms-flex-preferred-size: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
  }
  #lower.search .search__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #lower.search .search__flex .flex__left,
  #lower.search .search__flex .flex__right {
    -ms-flex-preferred-size: calc(100% - 0px);
    flex-basis: calc(100% - 0px);
  }
  #lower.search .search__flex .price__btn {
    width: 90%;
    margin: 0 auto;
  }
  #lower.search .search__flex .price__btn li {
    margin-left: 2rem;
  }
  #lower.search .search__flex .price__btn li:first-child {
    margin-left: 0;
  }
  #lower.search .search__flex .price__btn a {
    font-size: 13px;
    padding: 1rem 4rem 1rem 1rem;
  }
  #lower.search .search__flex #search-text {
    vertical-align: top;
    width: 100%;
    font-size: 12px !important;
    padding: 12px 20px;
    border-radius: 50px;
    border: solid 1px #000;
    background: #fff url("../img/search/ic-search_bk.png") no-repeat;
    background-position: right 30px bottom 8px;
    background-size: 22px 22px;
    cursor: pointer;
  }
  #lower.search .btn a {
    width: 65%;
    font-size: 14px;
    padding: 20px;
  }
  #lower.contact form table {
    width: 100%;
  }
  #lower.contact form table th {
    display: block;
    border-bottom: none;
    width: 100%;
    padding: 3rem 0 1rem;
  }
  #lower.contact form table th .req {
    font-size: 11px;
  }
  #lower.contact form table td {
    display: block;
    width: 100%;
    padding: 0 0 3rem;
  }
  #lower.contact form input.w45,
  #lower.contact form textarea.w45 {
    width: 100%;
  }
  #lower.contact form input.ml20,
  #lower.contact form textarea.ml20 {
    margin-left: 0;
    margin-top: 1rem;
  }
  #lower.contact form input.w95,
  #lower.contact form textarea.w95 {
    width: 100%;
  }
  #lower.contact form textarea {
    width: 100%;
  }
  #lower.contact form label {
    font-size: 13px;
  }
  #lower.contact form .btn-area .btn {
    width: 80%;
    font-size: 17px;
  }
  #lower.contact_done .done__text {
    margin-top: 0;
  }
  #lower.contact_done .btn a {
    width: 80%;
    font-size: 17px;
  }
  #lower.cart h2 {
    font-size: 30px;
  }
  #lower.cart .shopping .head {
    font-size: 18px;
  }
  #lower.cart .shopping table {
    width: 100%;
  }
  #lower.cart .shopping table th {
    padding: 10px 5px;
  }
  #lower.cart .shopping table td.pr .flex .img {
    width: 35%;
  }
  #lower.cart .shopping table td.num .flex {
    gap: 6px;
  }
  #lower.cart .shopping table td.num .flex a {
    width: 30%;
  }
  #lower.cart .shopping .all-price {
    padding: 10px 15px;
  }
  #lower.cart .shopping .all-price p span {
    margin-left: 10px;
    font-size: 17px;
  }
  #lower.cart .shopping .btn_area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 20px;
    gap: 20px;
  }
  #lower.cart .shopping .btn {
    width: 90%;
    margin: 0 auto;
  }
  #lower.order_done h2 {
    font-size: 30px;
  }
  #lower.order_done .shopping .btn {
    width: 90%;
  }
}
#guide .text-block-block {
  margin-bottom: 26px;
}
@media (max-width: 1024px) {
  #guide .text-block-block {
    margin-bottom: 20px;
  }
}
@media (max-width: 750px) {
  #guide .text-block-block {
    margin-bottom: 15px;
  }
}
#lower.itemDetail .link-btn {
  text-align: center;
}
#lower.itemDetail .link-btn a {
  padding: 15px 30px;
  background: #000;
  color: #fff;
  border: solid 1px #000;
}
#lower.itemDetail .link-btn a:hover {
  border-color: #c1ab05;
  background-color: #c1ab05;
  color: #000;
}
@media (max-width: 750px) {
  #lower.itemDetail .link-btn a {
    font-size: 14px;
  }
}
#lower.itemDetail .notes__head {
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 15px;
  border-bottom: solid 1px #c1ab05;
  display: inline-block;
}
#lower.itemDetail .notes__sub {
  padding-left: 20px;
  margin: 20px 0 18px;
  position: relative;
}
#lower.itemDetail .notes__sub::before {
  content: "";
  width: 12px;
  height: 12px;
  background-color: #333;
  position: absolute;
  top: 2px;
  left: 0;
}
#lower.itemDetail .notes__list {
  padding-left: 20px;
}
#lower.itemDetail .notes__list li {
  padding-left: 0.5em;
  text-indent: -0.5em;
  line-height: 1.4;
  font-size: 14px;
  margin-bottom: 10px;
}
#lower.itemDetail .notes__list li::before {
  content: "・";
  display: inline-block;
}
#lower.itemDetail .notes__txt {
  font-size: 14px;
}
#lower.itemDetail .notes__contents {
  padding: 20px 15px;
  border: solid 1px #a0a0a0;
  margin-bottom: 15px;
}
#lower.itemDetail .notes__contents--ttl {
  font-weight: 700;
  margin-bottom: 10px;
}
#lower.itemDetail .notes__contents--detail {
  font-size: 14px;
}
#lower.itemDetail .notes__lasttxt {
  text-align: right;
}
#lower.itemDetail .notes__lasttxt span {
  text-align: left;
  font-size: 14px;
}
.remove_border {
  border: 0 !important;
}
#lower.itemDetail .notes__head {
  position: relative;
}
#lower .notes__head::after {
  content: "（サンプル画像）";
  position: absolute;
  bottom: 50%;
  right: -90px;
  white-space: nowrap;
  font-size: 60%;
}
#lower.itemDetail .notes__att {
  margin: 20px 0;
  font-size: 12px;
}
#lower.itemDetail .notes__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-bottom: 40px;
}
#lower.itemDetail .notes__images li {
  width: calc((100% - 60px) / 4);
}
#lower.itemDetail .notes__images li a {
  display: block;
  margin-bottom: 10px;
  position: relative;
  border: solid 1px #eee;
}
#lower.itemDetail .notes__images .smp-image {
  padding-top: 72%;
  overflow: hidden;
  position: relative;
}
#lower.itemDetail .notes__images .smp-image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
}
#lower.itemDetail .notes__images .ico-zoom {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
  background: #f4f4f4;
  padding: 4px 0;
  width: 18px;
  height: 18px;
}
#lower.itemDetail .notes__images .ico-zoom img {
  width: 14px;
  height: auto;
  aspect-ratio: 1/1;
}
#lower.itemDetail .notes__images .smp-ttl {
  font-size: 12px;
  font-weight: 500;
}
@media (max-width: 750px) {
  #lower.itemDetail .notes__images {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #lower.itemDetail .notes__images li {
    width: calc((100% - 20px) / 2);
  }
}
@media (max-width: 750px) {
  #category .newitem .item__sort-bottom,
  #products .newitem .item__sort-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #category .newitem .item__container,
  #products .newitem .item__container {
    grid-template: repeat(3, 1fr) / repeat(2, 1fr);
    gap: 20px;
  }
  #category .newitem .item__sort-bottom p,
  #products .newitem .item__sort-bottom p {
    margin-bottom: 10px;
  }
}
#lower .u-sticky {
  position: sticky;
  top: 100px;
}
@media (max-width: 750px) {
  #lower .u-sticky {
    position: inherit;
  }
}
#lower .base-price {
  padding: 0 12px;
  font-size: 13px;
  letter-spacing: 0.075em;
}
@media (max-width: 1024px) {
  #lower .base-price {
    font-size: 11px;
  }
}
@media (max-width: 750px) {
  #lower .base-price {
    padding: 0 10px;
  }
}
#lower .base-price span {
  font-size: 20px;
  display: inline-block;
  padding: 0 6px;
  letter-spacing: normal;
}
@media (max-width: 1024px) {
  #lower .base-price span {
    font-size: 17px;
  }
}
@media (max-width: 750px) {
  #lower .base-price span {
    font-size: 16px;
  }
}
#lower .base-price.p-cancel span {
  text-decoration: line-through;
}
@media (max-width: 750px) {
  #lower.itemDetail .itemProduct .company-name {
    padding-left: 10px;
  }
}
#lower .bBnone {
  border-bottom: none;
}
#lower.itemDetail .itemProduct .thumbnail li {
  margin-bottom: 25px;
}
@media (max-width: 750px) {
  #lower.itemDetail .itemProduct .thumbnail li {
    margin-bottom: 14px;
  }
}
#lower .itemProduct__container--image .thumbnail .slick-track {
  max-width: 100%;
  -webkit-transform: none !important;
  transform: none !important;
}
.top-search__form {
  overflow: hidden;
  /* max-height: 214px; */
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  position: relative;
}
.top-search__form::after {
  /* content: "";
  width: 100%;
  height: 10%;
  background: #fff;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgb(255, 255, 255)),
    color-stop(60%, rgba(254, 253, 253, 0))
  );
  background: linear-gradient(
    0deg,
    rgb(255, 255, 255) 0%,
    rgba(254, 253, 253, 0) 60%
  );
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; */
}
.top-search__form.open {
  max-height: 1500px;
}
.top-search__form.open::after {
  content: none;
}
.top-search__title {
  background-color: #000;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  padding: 1.5rem;
}
@media (max-width: 750px) {
  .top-search__title {
    font-size: 1.6rem;
  }
}
.top-search__contents {
  width: 96%;
  margin-inline: auto;
  margin-top: 2rem;
}
@media (max-width: 750px) {
  .top-search__contents {
    width: 100%;
  }
}
.top-search__contents:not(:last-of-type) {
  margin-bottom: 5rem;
}

.top-search__contents.company ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 15px;
}
.top-search__contents.company ul li {
  max-width: 170px;
  min-width: 110px;
  height: 40px;
}
@media (max-width: 750px) {
  .top-search__contents.company ul li {
    max-width: 100%;
    width: calc((100% - 15px) / 2);
    height: 46px;
  }
}
.top-search__contents.company ul li input[type="checkbox"] {
  display: none;
}
.top-search__contents.company ul li input[type="checkbox"]:checked + label {
  background-color: #000;
  color: #fff;
}
.top-search__contents.company ul li .label {
  width: 100%;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.2rem;
  font-weight: 700;
  padding: 10px 20px;
  border: solid 1px #000;
  border-radius: 50px;
  text-align: center;
  height: 100%;
}
.top-search__contents.company ul li .label:hover {
  background: #000;
  color: #fff;
}
.top-search__detail {
  width: 100%;
}
.top-search__detail-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 750px) {
  .top-search__detail-contents {
    display: block;
  }
}
.top-search__detail-contents:first-child dd {
  /* padding-top: 0; */
}
@media (max-width: 750px) {
  .top-search__detail-contents:first-child dd {
    padding-top: 16px;
  }
}
@media (max-width: 750px) {
  .top-search__detail-contents:first-child dt {
    padding-top: 0;
  }
}
.top-search__detail dt {
  font-weight: 700;
  border-bottom: solid 1px #000;
  width: 16%;
  vertical-align: baseline;
  padding: 10px 10px;
}
@media (max-width: 750px) {
  .top-search__detail dt {
    width: 100%;
    display: block;
    border: none;
    font-size: 16px;
    text-align: center;
  }
}
.top-search__detail dd {
  width: 84%;
  border-bottom: solid 1px #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  padding: 10px 16px;
}
@media (max-width: 750px) {
  .top-search__detail dd {
    width: 100%;
    padding: 15px 0;
  }
}
.top-search__detail dd input[type="checkbox"] {
  display: none;
}
.top-search__detail dd input[type="checkbox"]:checked + label {
  background-color: #000;
  color: #fff;
}
.top-search__detail dd .label {
  cursor: pointer;
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 700;
  padding: 6px 18px;
  border: solid 1px #000;
  border-radius: 50px;
  text-align: center;
}
.top-search #search-text {
  vertical-align: top;
  display: inline-block;
  height: 40px;
  width: 100%;
  font-size: 1.2rem;
  padding: 12px 20px;
  border-radius: 50px;
  border: solid 1px #000;
  background: #fff url(../img/search/ic-search_bk.png) no-repeat;
  background-position: right 30px bottom 8px;
  background-size: 22px 22px;
}
.top-search__more {
  margin-top: 15px;
  margin-bottom: 18px;
}
.top-search__more-txt {
  text-align: center;
  background-color: #fff;
  padding: 15px 0;
  border-bottom: solid 1px #000;
  position: relative;
}
.top-search__more-txt::before {
  content: "カテゴリーをもっと見る";
  font-size: 16px;
  line-height: 1.2em;
  display: inline-block;
}
@media (max-width: 750px) {
  .top-search__more-txt::before {
    font-size: 14px;
  }
}
.top-search__more-txt::after {
  content: "+";
  font-size: 20px;
  line-height: 1;
  color: #c1ab05;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.top-search__more-txt:hover {
  cursor: pointer;
}
.top-search__more.active .top-search__more-txt::before {
  content: "カテゴリーを閉じる";
}
.top-search__more.active .top-search__more-txt::after {
  content: "-";
}
.top-search__btn {
  text-align: center;
}

/* css add for search */
.ct-search-more{
  display: none;
}
.top-search__form.open .ct-search-more{
  margin-top: 5rem;
  display: block;
}
.top-search__more {
  /* border-top: solid 1px #000; */
  width: 96%;
  margin: 0 auto 18px;
}
.top-search__contents.tag{
  margin-bottom: 0;
}
.ct-search-more .top-search__contents{
  margin-bottom: 5rem;
}

#home #search .top-search dl dd input[type=checkbox]:checked+.label{
    color: #fff;
    background: #000;
}
/*end  css add for search */
