@charset "UTF-8";
@import url("custumset.css");
/*=========== 共通 ===========*/
html {
  font-size: 62.5%;
  height: 100%;
}

body {
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-size: 1.4rem;
  line-height: 1.6;
}

a {
  color: #2e2e2e;
  text-decoration: none;
  -webkit-transition: 0.9s;
  transition: 0.9s;
}
a:hover img {
  opacity: 0.7;
}
a img {
  -webkit-transition: 0.9s;
  transition: 0.9s;
}

img {
  width: 100%;
  height: auto;
}

ul {
  list-style: none;
}

input[type=text] { /*iOSのズームイン防止*/ }
@media (max-width: 599px) {
  input[type=text] {
    font-size: 1.6rem;
    transform: scale(0.8);
  }
}

* {
  outline: none;
}

.sp_br {
  display: block;
}
@media (min-width: 600px) {
  .sp_br {
    display: none;
  }
}
.pc_br {
  display: none;
}
@media (min-width: 600px) {
  .pc_br {
    display: block;
  }
}

.common-main {
  margin: 30px 10px 50px;
}
@media (min-width: 600px) {
  .common-main {
    margin: 100px 0;
    padding: 0 20px;
  }
}

@media (min-width: 600px) {
  .common-footer__nav {
    padding: 0 20px;
  }
}
.common-footer__nav ul {
  margin: 50px 10px 20px;
}
@media (min-width: 600px) {
  .common-footer__nav ul {
    width: 100%;
    max-width: 1024px;
    margin: 150px auto 100px;
  }
}
.common-footer__nav li {
  display: inline;
}
.common-footer__nav li:not(:last-child)::after {
  content: ">";
  margin: 0 5px;
}
.common-footer__nav li a {
  text-decoration: underline;
}
.common-footer__nav li a:hover {
  text-decoration: none;
}

@media (max-width: 599px) {
  .common-recommend {
    margin: 0 10px;
  }
}
@media (min-width: 600px) {
  .common-recommend {
    padding: 0 20px;
  }
}
.common-recommend__list { /*common-recommend__list*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 599px) {
  .common-recommend__list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (min-width: 600px) {
  .common-recommend__list {
    max-width: 1024px;
    margin: 0 auto;
  }
}
.common-recommend__item { /*common-recommend__item*/
  width: calc(50% - 5px);
  margin-bottom: 10px;
}
@media (min-width: 600px) {
  .common-recommend__item {
    width: calc(33.3333333333% - 20px);
    margin-bottom: 30px;
  }
  .common-recommend__item:not(:nth-child(3n)) {
    margin-right: 30px;
  }
}

.primary-heading {
  text-align: center;
  font-size: 2.4rem;
  margin-bottom: 20px;
}
@media (min-width: 600px) {
  .primary-heading {
    font-size: 3.4rem;
    margin-bottom: 50px;
  }
}
.primary-heading--sub {
  display: block;
  color: #999;
  font-size: 1.2rem;
}
@media (min-width: 600px) {
  .primary-heading--sub {
    font-size: 1.8rem;
  }
}

.secondary-heading {
  font-size: 1.8rem;
  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;
  margin-bottom: 20px;
}
@media (min-width: 600px) {
  .secondary-heading {
    max-width: 1024px;
    font-size: 2.4rem;
    margin: 0 auto 50px;
  }
}
.secondary-heading::before {
  content: "";
  display: block;
  width: 50%;
  height: 1px;
  background: #2e2e2e;
}
.secondary-heading span {
  flex-shrink: 0;
  margin: 0 10px;
}
@media (min-width: 600px) {
  .secondary-heading span {
    margin: 0 20px;
  }
}

.tax {
  font-size: 60%;
}

/*ページ下スライダー共通*/
.cmn-slider__heading {
  font-size: 1.6rem;
  font-weight: bold;
  border-bottom: 2px solid #2e2e2e;
  margin-bottom: 10px;
  padding-bottom: 8px;
}
@media (min-width: 600px) {
  .cmn-slider__heading {
    font-size: 2rem;
    margin-bottom: 16px;
  }
}

.cmn-slider {
  display: none;
}
.cmn-slider.slick-initialized {
  display: block;
}
@media (max-width: 599px) {
  .cmn-slider.slick-initialized {
    margin: 0 -10px;
  }
}
.cmn-slider .slick-arrow::before {
  background-image: url("data:image/svg+xml,%3c%3fxml%20version%3d%221%2e0%22%20encoding%3d%22utf%2d8%22%3f%3e%0d%0a%3csvg%20version%3d%221%2e1%22%20id%3d%22l1%22%20xmlns%3d%22http%3a%2f%2fwww%2ew3%2eorg%2f2000%2fsvg%22%20xmlns%3axlink%3d%22http%3a%2f%2fwww%2ew3%2eorg%2f1999%2fxlink%22%20x%3d%220px%22%0d%0a%09%20y%3d%220px%22%20viewBox%3d%220%200%2024%2024%22%20style%3d%22enable%2dbackground%3anew%200%200%2024%2024%3b%22%20xml%3aspace%3d%22preserve%22%3e%0d%0a%3cstyle%20type%3d%22text%2fcss%22%3e%0d%0a%09%2est0%7bfill%3a%23505050%3b%7d%0d%0a%3c%2fstyle%3e%0d%0a%3cpath%20class%3d%22st0%22%20d%3d%22M15%2e4%2c7%2e4L14%2c6l%2d6%2c6l6%2c6l1%2e4%2d1%2e4L10%2e8%2c12L15%2e4%2c7%2e4z%22%2f%3e%0d%0a%3c%2fsvg%3e%0d%0a");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 40px !important;
  height: 40px !important;
  content: " ";
  cursor: pointer;
}
.cmn-slider .slick-prev {
  width: 40px !important;
  height: 40px !important;
  left: -10px !important;
  z-index: 2;
}
.cmn-slider .slick-next {
  width: 40px !important;
  height: 40px !important;
  right: -10px !important;
  transform-origin: center 30% 0;
  transform: rotate(180deg);
  z-index: 2;
}
.cmn-slider .slick-slide {
  margin: 0 5px 0 10px !important;
}
@media (min-width: 600px) {
  .cmn-slider .slick-slide {
    margin: 0 7px !important;
  }
}
.cmn-slider .slick-slide a {
  display: block;
  position: relative;
}

/*=========== ヘッダー ===========*/
.header-upperline {
  display: block;
  border-top: 5px solid #051c35;
}
@media (min-width: 600px) {
  .header-upperline {
    display: none;
  }
}
@media (min-width: 600px) {
  .header {
    padding: 0 20px;
  }
}
.header__inner { /*header__inner*/
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: 1fr 180px 1fr;
  grid-template-columns: 1fr 180px 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  margin: 10px 0;
}
@media screen and (min-width: 600px) and (max-width: 896px) {
  .header__inner {
    -ms-grid-columns: 220px 10px auto 10px 1fr;
    grid-template-columns: 220px auto 1fr;
    grid-gap: 10px;
  }
}
@media screen and (min-width: 897px) {
  .header__inner {
    -ms-grid-columns: 220px 30px auto 30px auto 30px 1fr;
    grid-template-columns: 220px auto auto 1fr;
    grid-gap: 30px;
    grid-gap: 28px;
    width: 100%;
    max-width: 1024px;
    margin: 20px auto;
  }
}
.header-logo { /*header-logo*/
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
  line-height: 0;
}
@media (min-width: 600px) {
  .header-logo {
    -ms-grid-column: 1;
    grid-column: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }
}
.header-menu--pc { /*header-menu--pc*/
  display: none;
}
@media screen and (min-width: 897px) {
  .header-menu--pc {
    -ms-grid-column: 3;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
    font-size: 1.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-grid-row-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: pre;
  }
  .header-menu--pc li {
    font-weight: bold;
  }
  .header-menu--pc li:not(:last-child) {
    border-right: 1px solid #2e2e2e;
    margin-right: 10px;
    padding-right: 10px;
  }
}
.header-icon { /*header-icon*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media (max-width: 599px) {
  .header-icon {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 1;
    grid-row: 1;
    padding-right: 10px;
  }
}
@media (min-width: 600px) {
  .header-icon {
    -ms-grid-column: 5;
    grid-column: 3;
    -ms-grid-row: 1;
    grid-row: 1;
  }
}
.header-icon-favo--pc { /*header-icon-favo--pc*/
  display: none;
}
@media (min-width: 600px) {
  .header-icon-favo--pc {
    display: block;
    width: 25px;
    margin-right: 10px;
  }
  .header-icon-favo--pc a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.header-icon-cart { /*header-icon-cart*/
  width: 25px;
}
.header-icon-cart a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-search--pc { /*header-search--pc*/ }
@media (max-width: 599px) {
  .header-search--pc {
    display: none;
  }
}
@media (min-width: 600px) {
  .header-search--pc {
    -ms-grid-column: 7;
    grid-column: 4;
    -ms-grid-row: 1;
    grid-row: 1;
    max-width: 260px;
  }
}
.header-search-note--pc { /*header-search-note--pc*/
  font-size: 1rem;
  margin-bottom: 5px;
}
.header-search__form { /*header-search__form*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
}
.header .formtext {
  border: 1px solid #2e2e2e;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-right: 5px;
  padding: 5px;
}
.header .search-btn {
  line-height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-search--pc-keyword { /*header-search--pc-keyword*/
  display: none;
  font-weight: bold;
  width: calc(100% - 30px);
  position: absolute;
  top: 34px;
  left: 0;
  background: #fff;
  border-left: 1px solid #2e2e2e;
  border-right: 1px solid #2e2e2e;
  border-bottom: 1px solid #2e2e2e;
  z-index: 3;
  padding: 10px 15px;
}
.header-search--pc-keyword__ttl { /*header-search--pc-keyword__ttl*/
  margin-bottom: 5px;
}
.header-search--pc-keyword__list { /*header-search--pc-keyword__list*/
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
}
.header-search--pc-keyword__list a {
  border: solid 1px #ccc;
  border-radius: 5px;
  padding: 3px 8px;
  margin: 0 5px 5px 0;
  display: block;
  font-size: 1.2rem;
}
.header-search--pc-keyword__list a:hover {
  text-decoration: underline;
}
.header-search--pc-keyword__list a::before {
  content: "#";
}
.header-banner { /*header-banner*/
  overflow-y: hidden;
}
@media (min-width: 600px) {
  .header-banner {
    margin: 0 -20px;
  }
}
.header-banner li {
  line-height: 0;
}
@media (max-width: 599px) {
  .header-banner a {
    background: transparent !important;
  }
}
@media (min-width: 600px) {
  .header-banner a {
    display: block;
    width: 100%;
    height: 60px;
    background-size: 306px;
    background-repeat: repeat-x;
    background-position: center;
  }
  .header-banner a:hover {
    opacity: 0.7;
  }
}
@media (min-width: 600px) {
  .header-banner img {
    display: none;
  }
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .header-menu--pc {
    white-space: normal;
  }
}
/*=========== ドロワー(SP) ===========*/
.drawer {
  font-weight: bold;
}
@media (min-width: 600px) {
  .drawer {
    display: none;
  }
}
.drawer-unshown { /*drawer-unshown*/
  display: none;
}
.drawer #drawer-open {
  display: inline-block;
  width: 25px;
  height: 18px;
  padding-left: 10px;
  position: fixed;
  top: 22px;
  left: 0;
  z-index: 4;
}
.drawer #drawer-open span, .drawer #drawer-open span:before, .drawer #drawer-open span:after {
  position: absolute;
  height: 2px;
  width: 25px;
  border-radius: 3px;
  background: #2e2e2e;
  display: block;
  content: "";
}
.drawer #drawer-open span::before {
  bottom: -8px;
}
.drawer #drawer-open span::after {
  bottom: -16px;
}
.drawer #drawer-close {
  display: none;
  position: fixed;
  z-index: 97;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.drawer #drawer-close__btn {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #2e2e2e;
  position: fixed;
  top: 0;
  left: -40px;
  z-index: 98;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.drawer #drawer-close__btn span:before, .drawer #drawer-close__btn span:after {
  position: absolute;
  top: 19px;
  left: 7px;
  height: 2px;
  width: 25px;
  border-radius: 3px;
  background: #fff;
  display: block;
  content: "";
}
.drawer #drawer-close__btn span::before {
  bottom: -8px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.drawer #drawer-close__btn span::after {
  bottom: -8px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.drawer #drawer__wrap {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 80vw;
  background: #fff;
  height: 100%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  padding: 0 0 20px;
}
.drawer #drawer-input:checked ~ #drawer-close {
  display: block;
  opacity: 0.5;
}
.drawer #drawer-input:checked ~ #drawer-close__btn {
  left: 80vw;
}
.drawer #drawer-input:checked ~ #drawer__wrap {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

/*bodyのスクロール防止*/
.drawer-fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

/*メニュー*/
.drawer-menu {
  margin: 0 0 30px;
}
.drawer-menu li {
  background-image: url("../image/common/ic-arrow-right.png");
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: center right 10px;
  border-bottom: 1px solid #eee;
}
.drawer-menu li a {
  display: block;
  padding: 10px 20px 10px 25px;
}
.drawer-menu--guide { /*drawer-menu--guide*/ }
.drawer-menu--guide a {
  display: flex !important;
  align-items: center;
}
.drawer-menu--guide a::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: url("../image/common/ic_guide.png") no-repeat center;
  background-size: contain;
  margin-right: 10px;
}
.drawer-menu--inquiry { /*drawer-menu--inquiry*/ }
.drawer-menu--inquiry a {
  display: flex !important;
  align-items: center;
}
.drawer-menu--inquiry a::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: url("../image/common/ic_qa.png") no-repeat center;
  background-size: contain;
  margin-right: 10px;
}

.drawer-title {
  background: #eee;
  margin-bottom: 10px;
  padding: 10px 20px;
}

/*SNS*/
.drawer-sns {
  margin: 0 20px;
}
.drawer-sns p {
  width: 80%;
  margin-bottom: 10px;
}
.drawer-sns__list { /*drawer-sns__list*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.drawer-sns__list li {
  width: 30px;
  margin-right: 10px;
}

/*=========== ヘッダー検索(SP) ===========*/
.header-search--sp {
  margin-right: 10px;
}
@media (min-width: 600px) {
  .header-search--sp {
    display: none;
  }
}
.header-search--sp .search-unshown {
  display: none;
}
.header-search--sp #header-search--sp-open {
  width: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-search--sp #header-search--sp-close {
  display: none;
  position: fixed;
  z-index: 97;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.header-search--sp #header-search--sp__wrap {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background: #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transform: translateY(-105%);
  transform: translateY(-105%);
  -webkit-overflow-scrolling: touch;
  padding: 20px;
}
.header-search--sp #header-search--sp-input:checked ~ #header-search--sp-close {
  display: block;
  opacity: 0.5;
}
.header-search--sp #header-search--sp-input:checked ~ #header-search--sp__wrap {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

.header-search--sp__inner {
  margin-bottom: 20px;
}
.header-search--sp__inner .header-search--sp__form {
  display: flex;
  align-items: center;
  background-color: #f6f6f6;
  border-radius: 8px;
}
.header-search--sp__inner .header-search--sp__formtext {
  flex-grow: 1;
  padding: 5px 0;
}
.header-search--sp__inner .search-btn--sp {
  line-height: 0;
  margin-right: 15px;
}

.header-search--sp-keyword__ttl { /*header-search--sp-keyword__ttl*/
  color: #999;
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 10px;
}
.header-search--sp-keyword__list { /*header-search--sp-keyword__list*/
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.header-search--sp-keyword__list li {
  display: inline;
  white-space: pre;
  margin-right: 10px;
}
.header-search--sp-keyword__list li a {
  display: block;
  white-space: pre-wrap;
  color: #7b7b7b;
  margin-bottom: 8px;
  padding: 5px 10px;
  border: 1px solid #c7c7c7;
  border-radius: 5px;
  background-color: #f6f6f6;
}
.header-search--sp-keyword__list li a::before {
  content: "#";
}

#search-close-btn {
  white-space: pre;
  color: #7b7b7b;
  margin: 0 -20px -20px;
  display: block;
  background-color: #f6f6f6;
  padding: 10px 0;
  text-align: center;
}
#search-close-btn .search-close-btn--icon::before {
  content: "×";
}

/*=========== ヘッダーナビメニュー(SP) ===========*/
@media (min-width: 600px) {
  .header-menu-sp {
    display: none;
  }
}
.header-menu-sp__navi {
  background: #f4f4f4;
}
.header-menu-sp__navi ul {
  display: flex;
  position: relative;
}
.header-menu-sp__navi-list {
  width: 25%;
  font-size: calc(1.2rem + (1vw - 0.32rem) * 0.4464);
  text-align: center;
  font-weight: bold;
  line-height: 1;
}
.header-menu-sp__navi-list a {
  display: block;
  padding: 16px 0;
}
.header-menu-sp__navi-list + .header-menu-sp__navi-list:before {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  height: 14px;
  margin-top: -7px;
  border-right: 1px solid #585858;
}
.header-menu-sp .search-unshown {
  display: none;
}
.header-menu-sp #header-menu-sp__close {
  display: none;
  position: fixed;
  z-index: 150;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.header-menu-sp #header-menu-sp__label:checked ~ #header-menu-sp__close {
  display: block;
  opacity: 0.5;
}
.header-menu-sp #header-menu-sp__label:checked ~ .header-catetree {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
.header-menu-sp .header-catetree {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  width: 100%;
  background: #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transform: translateY(-105%);
  transform: translateY(-105%);
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.header-menu-sp .header-catetree h3 {
  text-align: center;
  margin: 30px;
}
.header-menu-sp .header-catetree h3 span {
  display: block;
  font-size: 1.1rem;
}
.header-menu-sp .header-catetree .catetree {
  display: grid;
  grid-template-columns: 1fr;
  border-top: 1px solid #ededed;
  font-size: 1.4rem;
  font-weight: bold;
}
.header-menu-sp .header-catetree .catetree__item, .header-menu-sp .header-catetree .catetree .catetree-haschild__item {
  position: relative;
  border-bottom: 1px solid #ededed;
}
.header-menu-sp .header-catetree .catetree__item a, .header-menu-sp .header-catetree .catetree .catetree-haschild__item a {
  padding: 15px 40px 15px;
  display: block;
}
.header-menu-sp .header-catetree .catetree__item::before {
  content: "";
  background: url(../image/common/ic-arrow-right.png) no-repeat center;
  background-size: contain;
  position: absolute;
  display: inline-block;
  left: 15px;
  top: 20px;
  width: 10px;
  height: 10px;
}
.header-menu-sp .header-catetree .catetree .catetree-haschild {
  display: grid;
  grid-template-columns: 50% 50%;
  border-bottom: 1px solid #ededed;
  font-size: 1.3rem;
  border: none;
  background-color: #f8f8f8;
}
.header-menu-sp .header-catetree .catetree .catetree-haschild__item {
  border-right: 1px solid #ededed;
}
.header-menu-sp .header-catetree .catetree .catetree-haschild__item:not(:nth-child(2n)) {
  border-right: none;
}
.header-menu-sp .header-catetree .catetree .catetree-haschild__item a {
  padding: 15px 25px 15px;
}
.header-menu-sp .header-catetree .catetree .catetree-haschild__item:first-of-type {
  grid-column: 1/3;
  border-right: none;
  background-color: #fff;
}
.header-menu-sp .header-catetree .catetree .catetree-haschild__item:first-of-type a {
  padding-left: 40px;
}
.header-menu-sp .header-catetree .catetree .hot-icon {
  color: #9D2A2F;
}
.header-menu-sp .header-catetree .catetree .hot-icon::after {
  content: "New!";
  color: #fff;
  font-size: 1.2rem;
  background-color: #9D2A2F;
  padding: 1px 5px;
  margin-left: 3px;
}
.header-menu-sp .header-catetree .header-catetree__closebtn {
  display: inline-block;
  width: 35px;
  height: 35px;
  background: #7b7b7b;
  position: fixed;
  top: 0;
  right: 0px;
  z-index: 100;
}
.header-menu-sp .header-catetree .header-catetree__closebtn span:before,
.header-menu-sp .header-catetree .header-catetree__closebtn span:after {
  position: absolute;
  top: 16px;
  left: 10px;
  height: 2px;
  width: 16px;
  border-radius: 3px;
  background: #fff;
  display: block;
  content: "";
}
.header-menu-sp .header-catetree .header-catetree__closebtn span::before {
  bottom: -8px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header-menu-sp .header-catetree .header-catetree__closebtn span::after {
  bottom: -8px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.header-menu-sp .header-catetree .header-catetree__closebtn-under {
  color: #7b7b7b;
  display: block;
  padding: 30px 0 30px;
  text-align: center;
}
.header-menu-sp .header-catetree .header-catetree__closebtn-under span::before {
  content: "× ";
}

/*=========== フッター ===========*/
/*ページ上部へ戻るボタン*/
.pagetop-btn {
  display: none;
  border: solid 1px #000;
  border-radius: 50%;
  background: #fff;
  width: 40px;
  height: 40px;
  position: fixed;
  right: 14px;
  bottom: 14px;
  z-index: 99;
}
@media (min-width: 600px) {
  .pagetop-btn {
    border: solid 2px #000;
    width: 50px;
    height: 50px;
    right: 15px;
    bottom: 15px;
  }
}
.pagetop-btn a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagetop-btn--arrow {
  width: 8px;
  height: 8px;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  transform: translateY(20%) rotate(-45deg);
}
@media (min-width: 600px) {
  .pagetop-btn--arrow {
    height: 10px;
    width: 10px;
  }
}

/*コピーライト*/
small {
  color: #fff;
  text-align: center;
  display: block;
  background: #5d535c;
  padding: 10px 0;
}
@media (min-width: 600px) {
  small {
    padding: 20px 0;
  }
}
