@charset "UTF-8";
html {
  scroll-padding-top: 180px;
}

@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Noto+Sans+KR:100,300,400,500,700,900);
@import url(https://fonts.googleapis.com/css?family=Kreon:300,400,700|Oleo+Script:700);
@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@700;900&display=swap);
@import url(https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);
@import url(https://use.fontawesome.com/releases/v5.0.4/css/all.css);
@import url(https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap);
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  box-sizing: border-box;
  overflow-y: scroll;
  font-size: 62.5%;
  font-feature-settings: "palt";
}
body {
  background: #fff;
  color: #282828;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
}
@media only screen and (min-width: 640px) {
  body {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 960px) {
  body {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.txt-important {
  color: #e24040;
}
.txt_br {
  display: block;
}
.note {
  color: #545454;
  font-size: 1.2rem;
}
@media only screen and (min-width: 640px) {
  .note {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 960px) {
  .note {
    font-size: 1.3rem;
  }
}
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
li {
  margin: 0;
}
.if:before {
  font-family: FontAwesome;
  padding-right: 5px;
}
.is-empty {
  padding: 0 !important;
  border: none !important;
  margin: 0 !important;
  height: 0 !important;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
@media only screen and (min-width: 640px) {
  .list-table {
    display: flex;
    display: -ms-flexbox;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    align-items: flex-end;
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
  }
}
a {
  color: #282828;
  text-decoration: none;
  transition: 0.2s;
}
input[type="text"],
select {
  border-radius: 3px;
  border: none;
  padding: 6px;
  font-size: inheirt;
  box-sizing: border-box;
}
input::-moz-placeholder {
  color: #b5b5b5;
  font-size: 12px;
}
input::placeholder {
  color: #b5b5b5;
  font-size: 12px;
}
.go__sale_cat {
  background: #ff3d6e;
  color: #fff;
  display: block;
  border-radius: 60px;
  width: 80%;
  max-width: 460px;
  margin: 0 auto 30px;
  padding: 1.2rem 2.4rem;
  transition: 0.3s;
  text-decoration: none;
  text-align: center;
}
.go__sale_cat:hover {
  background: #ff3d6e;
}
.itemsearch {
  background: #fff;
  padding: 6px;
  margin-bottom: 6px;
  width: 40%;
  max-width: 480px;
  position: absolute;
  top: 20px;
  right: 20px;
}
.itemsearch form {
  position: relative;
  width: 90%;
  margin: 0 auto;
}
#searchword {
  width: 100%;
  margin: 0 auto;
  background: #dcdcdc;
  color: #000;
  padding: 8px 60px 8px 12px;
  box-sizing: border-box;
  border: none;
  border-radius: 36px;
  font-size: 14px;
  outline: 0;
}
#searcbtn {
  position: absolute;
  top: 1px;
  bottom: 0;
  right: 8px;
  margin-top: auto;
  margin-bottom: auto;
  display: block;
  border: none;
  background: 0 0;
  font-family: ionicons;
  font-size: 1.8rem;
}
#footer {
  background: #c1c1c1;
  color: #fff;
  font-weight: 200;
  padding: 2em 0;
  text-align: center;
}
#footer a {
  background: #fff;
  border: 3px solid #fff;
  border-radius: 500px;
  display: inline-block;
  margin: 0 auto 1em;
  padding: 0.5rem 4rem;
  text-align: center;
  transition: 0.3s;
  text-decoration: none;
  width: 80%;
  max-width: 420px;
}
#footer a img {
  width: 100%;
  max-width: 420px;
}
#footer a:hover {
  border: 3px solid #ff3d6e;
  color: #fff;
}
.move__pagetop {
  color: #fff;
  font-family: Ionicons, serif;
  font-size: 2.4rem;
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: none;
  width: 3em;
  height: 3em;
  background: rgba(172, 172, 172, 0.8);
  border-radius: 500px;
  z-index: 100000;
  text-align: center;
  line-height: 3em;
}
.move__pagetop a {
  color: #fff;
  display: block;
}
.show-menu .menu-toggle {
  position: fixed;
  top: 18px;
  left: 18px;
  width: 36px;
  z-index: 30000;
  display: block;
  padding: 0.4em 0.5rem;
}
@media only screen and (min-width: 640px) {
  .show-menu .menu-toggle {
    right: 40px;
  }
}
@media only screen and (min-width: 960px) {
  .show-menu .menu-toggle {
    display: none;
    top: 45px;
  }
}
.show-menu .menu-toggle span {
  background-color: #3d62ad;
  border-radius: 100px;
  display: block;
  margin-bottom: 5px;
  height: 3px;
  width: 100%;
  transition: transform 0.3s;
}
.show-menu .menu-toggle span:last-child {
  margin-bottom: 0;
}
.show-menu .menu-toggle.is-open span:first-child {
  transform: translateY(7px) rotate(225deg);
}
.show-menu .menu-toggle.is-open span:nth-child(2) {
  transform: scaleX(0);
}
.show-menu .menu-toggle.is-open span:last-child {
  transform: translateY(-9px) rotate(-225deg);
}
.show-menu .menu-cart {
  position: fixed;
  top: 18px;
  right: 18px;
  width: 30px;
  z-index: 30000;
  display: block;
  padding: 0.4em 0.5rem;
}
@media only screen and (min-width: 960px) {
  .show-menu .menu-cart {
    display: none;
  }
}
.show-menu .menu-cart .cart-count {
  position: absolute;
  right: -8px;
  top: -4px;
  background: #f23e0c;
  color: #fff;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
}
.show-menu .menu-cart a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f07a";
  font-size: 16px;
  display: block;
  font-weight: 900;
  color: #707070;
}
.show-menu .menu-search {
  position: fixed;
  top: 12px;
  right: 45px;
  width: 30px;
  z-index: 30000;
  display: block;
  padding: 0.4em 0.5rem;
}
@media only screen and (min-width: 960px) {
  .show-menu .menu-search {
    display: none;
  }
}
.show-menu .menu-overlay {
  width: 100vw;
  background-color: #fff;
  opacity: 0;
  z-index: 100;
  visibility: hidden;
  width: 80%;
  left: 0;
  position: fixed;
  height: 100vh;
  overflow: auto;
  top: 60px;
  left: -100%;
  padding: 2em 2em 6em 2em;
}
@media only screen and (min-width: 960px) {
  .show-menu .menu-overlay {
    background: 0 0;
    display: block;
    margin: 0 0 0 auto;
    width: calc(97% - 230px);
    height: auto;
    position: fixed;
    opacity: 1;
    visibility: visible;
    padding: 0;
    top: 7px;
    left: calc(230px + 3%);
    overflow: visible;
    transition: 0;
  }
}
.show-menu .menu-overlay.is-open {
  opacity: 1;
  z-index: 100;
  visibility: visible;
  width: 80%;
  left: 0;
  position: fixed;
  height: 100vh;
  overflow: auto;
}
@media only screen and (min-width: 960px) {
  .show-menu .menu-overlay.is-open {
    display: block;
    margin: 0 0 0 auto;
    width: calc(97% - 230px);
    height: auto;
    position: relative;
    opacity: 1;
    visibility: visible;
    padding: 0;
    left: 0;
    overflow: visible;
  }
}
.show-menu .menu-overlay.is-open .nav__sub {
  display: block;
  border-bottom: 1px solid #000;
}
.show-menu .menu-overlay.is-open .nav__sub > li {
  font-size: 1.2rem;
  width: 100%;
  margin: 0 0 2%;
  text-align: left;
}
.show-menu .menu-overlay.is-open .nav__sub > li > a {
  display: block;
  padding: 0.2em;
}
.show-menu .menu-overlay.is-open .nav__sub > li:first-of-type {
  width: 100%;
  border: none;
}
.show-menu .menu-overlay.is-open .nav__sub .header-cart a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f07a";
  font-size: 16px;
  display: inline-block;
  font-weight: 900;
  color: #707070;
}
@media only screen and (min-width: 960px) {
  .show-menu .menu-overlay.is-open .nav__sub {
    border-bottom: none;
    text-align: right;
    margin-bottom: 1rem;
    display: flex;
    display: -ms-flexbox;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    -webkit-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
  }
  .show-menu .menu-overlay.is-open .nav__sub li {
    margin-right: 1em;
    font-size: 1.3rem;
    width: auto;
  }
  .show-menu .menu-overlay.is-open .nav__sub li:first-of-type {
    width: auto;
  }
  .show-menu .menu-overlay.is-open .nav__sub li:last-of-type {
    margin-right: 20px;
  }
  .show-menu .menu-overlay.is-open .nav__sub li a {
    display: inline-block;
  }
  .show-menu .menu-overlay.is-open .nav__sub li a::before {
    margin-right: 0.5em;
  }
  .show-menu .menu-overlay.is-open .nav__sub .header-favorite a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f004";
    font-size: 16px;
    display: inline-block;
    color: #707070;
  }
  .show-menu .menu-overlay.is-open .nav__sub .header-mypage a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f007";
    font-size: 16px;
    display: inline-block;
    color: #707070;
  }
  .show-menu .menu-overlay.is-open .nav__sub .header-guide a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f518";
    font-size: 16px;
    display: inline-block;
    font-weight: 900;
    color: #707070;
  }
  .show-menu .menu-overlay.is-open .nav__sub .header-cart {
    position: relative;
  }
  .show-menu .menu-overlay.is-open .nav__sub .header-cart a::before {
    font-family: "Font Awesome 5 Free";
    content: "\f07a";
    font-size: 16px;
    display: inline-block;
    font-weight: 900;
    color: #707070;
  }
  .show-menu .menu-overlay.is-open .nav__sub .logout a:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f2f5";
    font-size: 16px;
    display: inline-block;
    color: #707070;
  }
  .show-menu .menu-overlay.is-open .nav__sub .membership a:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f234";
    font-size: 16px;
    display: inline-block;
    color: #707070;
  }
  .show-menu .menu-overlay.is-open .nav__sub .login a:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f2f6";
    font-size: 16px;
    display: inline-block;
    color: #707070;
  }
  .show-menu .menu-overlay.is-open .nav__sub .header-cart .cart-count {
    position: absolute;
    left: 8px;
    top: -8px;
    background: #f23e0c;
    color: #fff;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
  }
}
.show-menu .menu-overlay.is-open .nav__gnav {
  display: block;
  box-sizing: border-box;
}
.show-menu .menu-overlay.is-open .nav__gnav > li {
  width: 100%;
  margin: 0;
  font-size: 1.3rem;
}
.show-menu .menu-overlay.is-open .nav__gnav > li:hover > a {
  background: #fff;
  color: #fff;
}
.show-menu .menu-overlay.is-open .nav__gnav > li a {
  padding: 0.5em 0;
}
.show-menu .menu-overlay.is-open .nav__gnav > li .child_menu {
  background: 0 0;
  color: #282828;
  display: block;
  width: 100%;
  position: relative;
  left: 0;
  visibility: visible;
  opacity: 1;
  padding: 0;
}
.show-menu .menu-overlay.is-open .nav__gnav > li .child_menu .cat__list {
  padding: 1rem 0;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
}
.show-menu .menu-overlay.is-open .nav__gnav > li .child_menu .cat__list__item {
  margin: 0 0 2% 0;
  width: 100%;
}
.show-menu
  .menu-overlay.is-open
  .nav__gnav
  > li
  .child_menu
  .cat__list__item:nth-child(2n) {
  margin-right: 0;
}
@media only screen and (min-width: 640px) {
  .show-menu
    .menu-overlay.is-open
    .nav__gnav
    > li
    .child_menu
    .cat__list__item {
    width: 32%;
  }
  .show-menu
    .menu-overlay.is-open
    .nav__gnav
    > li
    .child_menu
    .cat__list__item:nth-child(2n) {
    margin-right: 2%;
  }
  .show-menu
    .menu-overlay.is-open
    .nav__gnav
    > li
    .child_menu
    .cat__list__item:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 960px) {
  .show-menu
    .menu-overlay.is-open
    .nav__gnav
    > li
    .child_menu
    .cat__list__item {
    width: 18.4%;
  }
  .show-menu
    .menu-overlay.is-open
    .nav__gnav
    > li
    .child_menu
    .cat__list__item:nth-child(2n) {
    margin-right: 2%;
  }
  .show-menu
    .menu-overlay.is-open
    .nav__gnav
    > li
    .child_menu
    .cat__list__item:nth-child(3n) {
    margin-right: 2%;
  }
  .show-menu
    .menu-overlay.is-open
    .nav__gnav
    > li
    .child_menu
    .cat__list__item:nth-child(5n) {
    margin-right: 0;
  }
}
.show-menu
  .menu-overlay.is-open
  .nav__gnav
  > li
  .child_menu
  .cat__list__item
  > a {
  background: #fff;
  border-radius: 3px;
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  padding: 0.8rem;
  text-decoration: none;
}
.show-menu .menu-overlay.is-open .nav__gnav > li .child_menu .cat-img {
  width: 20%;
}
.show-menu .menu-overlay.is-open .nav__gnav > li .child_menu .cat-img img {
  border-radius: 3px;
}
.show-menu .menu-overlay.is-open .nav__gnav > li .child_menu .cat-name {
  width: 75%;
}
.show-menu .menu-overlay.is-open .nav__gnav > li .child_menu .cat-name span {
  display: inline-block;
}
.show-menu .menu-overlay.is-open .nav__gnav > li .child_menu .cat-more a {
  background: #56bf98;
  border-radius: 100px;
  color: #fff;
  padding: 0.4rem 2rem;
  position: absolute;
  top: 50px;
  right: 0;
  text-decoration: none;
}
.show-menu .menu-overlay.is-open .nav__gnav > li .child_menu .chara__list {
  padding: 1rem 0;
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
}
.show-menu
  .menu-overlay.is-open
  .nav__gnav
  > li
  .child_menu
  .chara__list__item {
  margin: 0 2% 2% 0;
  width: 100%;
}
.show-menu
  .menu-overlay.is-open
  .nav__gnav
  > li
  .child_menu
  .chara__list__item:nth-child(2n) {
  margin-right: 0;
}
@media only screen and (min-width: 640px) {
  .show-menu
    .menu-overlay.is-open
    .nav__gnav
    > li
    .child_menu
    .chara__list__item {
    width: 32%;
  }
  .show-menu
    .menu-overlay.is-open
    .nav__gnav
    > li
    .child_menu
    .chara__list__item:nth-child(2n) {
    margin-right: 2%;
  }
  .show-menu
    .menu-overlay.is-open
    .nav__gnav
    > li
    .child_menu
    .chara__list__item:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 960px) {
  .show-menu
    .menu-overlay.is-open
    .nav__gnav
    > li
    .child_menu
    .chara__list__item {
    width: 18.4%;
  }
  .show-menu
    .menu-overlay.is-open
    .nav__gnav
    > li
    .child_menu
    .chara__list__item:nth-child(2n) {
    margin-right: 2%;
  }
  .show-menu
    .menu-overlay.is-open
    .nav__gnav
    > li
    .child_menu
    .chara__list__item:nth-child(3n) {
    margin-right: 2%;
  }
  .show-menu
    .menu-overlay.is-open
    .nav__gnav
    > li
    .child_menu
    .chara__list__item:nth-child(5n) {
    margin-right: 0;
  }
}
.show-menu
  .menu-overlay.is-open
  .nav__gnav
  > li
  .child_menu
  .chara__list__item
  > a {
  color: #282828;
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  font-size: 1.3rem;
}
.show-menu .menu-overlay.is-open .nav__gnav > li .child_menu .chara-img {
  width: 20%;
}
.show-menu .menu-overlay.is-open .nav__gnav > li .child_menu .chara-name {
  width: 75%;
}
.show-menu .menu-overlay.is-open .nav__gnav > li .child_menu .chara-name span {
  display: inline-block;
}
.show-menu .menu-overlay.is-open .nav__gnav > li .search {
  background: #545b6c;
  padding: 2rem;
  margin: 0 auto;
  width: 100%;
  max-width: 800px;
}
.show-menu .menu-overlay.is-open .nav__gnav > li .search__list__item {
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  margin-bottom: 1em;
  color: #fff;
}
.show-menu .menu-overlay.is-open .nav__gnav > li .search__list__item label {
  width: 100%;
  text-align: left;
}
.show-menu
  .menu-overlay.is-open
  .nav__gnav
  > li
  .search__list__item
  label::after {
  content: none;
}
.show-menu .menu-overlay.is-open .nav__gnav > li .search__btn {
  background: #2798b4;
  border-radius: 3px;
  color: #fff;
  display: block;
  width: 80%;
  max-width: 480px;
  margin: 0 auto;
  text-align: center;
  padding: 1.2rem 0;
}
.show-menu .menu-overlay.is-open .nav__gnav > li .search__price {
  width: 8em;
}
.show-menu .menu-overlay.is-open .nav__gnav > li .search .search-keyword {
  width: 100%;
  max-width: 640px;
}
.show-menu .menu-overlay.is-open .nav__gnav > li .search .original-code {
  width: 100%;
}
.show-menu .menu-overlay.is-open .nav__gnav > li .search-cat__list__item {
  margin-bottom: 20px;
}
.show-menu .menu-overlay.is-open .nav__gnav > li .search-cat__list__item h3 {
  margin-bottom: 0.5em;
}
.show-menu
  .menu-overlay.is-open
  .nav__gnav
  > li
  .search-cat__list__item__child {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
}
.show-menu
  .menu-overlay.is-open
  .nav__gnav
  > li
  .search-cat__list__item__child
  > li {
  width: 23.5%;
  margin: 0 2% 2% 0;
}
.show-menu
  .menu-overlay.is-open
  .nav__gnav
  > li
  .search-cat__list__item__child
  > li:nth-child(4n) {
  margin-right: 0;
}
.show-menu
  .menu-overlay.is-open
  .nav__gnav
  > li
  .search-cat__list__item__child
  > li
  a {
  border: 1px solid #c1c1c1;
  display: block;
  padding: 0.8rem;
}
@media only screen and (min-width: 960px) {
  .show-menu .menu-overlay.is-open .nav__gnav {
    display: flex;
    display: -ms-flexbox;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    position: relative;
  }
  .show-menu .menu-overlay.is-open .nav__gnav > li {
    display: inline-block;
    font-size: 1.8rem;
    margin: 0 1em;
    width: auto;
  }
  .show-menu .menu-overlay.is-open .nav__gnav > li > a {
    display: block;
    padding: 1rem 2.4rem;
    transition: 0.3s;
  }
  .show-menu .menu-overlay.is-open .nav__gnav > li:hover > a {
    background: #0b4783;
    color: #fff;
  }
  .show-menu .menu-overlay.is-open .nav__gnav > li .child_menu {
    width: calc(100% + 220px);
    position: absolute;
    z-index: 500;
    top: 100%;
    left: -220px;
    padding: 30px;
    color: #fff;
    background: #0b4783;
    visibility: hidden;
    opacity: 0;
  }
  .show-menu .menu-overlay.is-open .nav__gnav > li .child_menu .cat__list {
    padding: 40px 0;
    width: 94%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    display: flex;
    display: -ms-flexbox;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    align-items: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
  }
  .show-menu
    .menu-overlay.is-open
    .nav__gnav
    > li
    .child_menu
    .cat__list__item {
    margin: 0 2% 2% 0;
    width: 49%;
  }
  .show-menu
    .menu-overlay.is-open
    .nav__gnav
    > li
    .child_menu
    .cat__list__item:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 960px) and (min-width: 640px) {
  .show-menu
    .menu-overlay.is-open
    .nav__gnav
    > li
    .child_menu
    .cat__list__item {
    width: 32%;
  }
  .show-menu
    .menu-overlay.is-open
    .nav__gnav
    > li
    .child_menu
    .cat__list__item:nth-child(2n) {
    margin-right: 2%;
  }
  .show-menu
    .menu-overlay.is-open
    .nav__gnav
    > li
    .child_menu
    .cat__list__item:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 960px) and (min-width: 960px) {
  .show-menu
    .menu-overlay.is-open
    .nav__gnav
    > li
    .child_menu
    .cat__list__item {
    width: 18.4%;
  }
  .show-menu
    .menu-overlay.is-open
    .nav__gnav
    > li
    .child_menu
    .cat__list__item:nth-child(2n) {
    margin-right: 2%;
  }
  .show-menu
    .menu-overlay.is-open
    .nav__gnav
    > li
    .child_menu
    .cat__list__item:nth-child(3n) {
    margin-right: 2%;
  }
  .show-menu
    .menu-overlay.is-open
    .nav__gnav
    > li
    .child_menu
    .cat__list__item:nth-child(5n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 960px) {
  .show-menu
    .menu-overlay.is-open
    .nav__gnav
    > li
    .child_menu
    .cat__list__item
    > a {
    background: #fff;
    border-radius: 3px;
    display: flex;
    display: -ms-flexbox;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    padding: 0.8rem;
    text-decoration: none;
  }
  .show-menu .menu-overlay.is-open .nav__gnav > li .child_menu .cat-img {
    width: 30%;
  }
  .show-menu .menu-overlay.is-open .nav__gnav > li .child_menu .cat-img img {
    border-radius: 3px;
  }
  .show-menu .menu-overlay.is-open .nav__gnav > li .child_menu .cat-name {
    width: 65%;
  }
  .show-menu .menu-overlay.is-open .nav__gnav > li .child_menu .cat-name span {
    display: inline-block;
  }
  .show-menu .menu-overlay.is-open .nav__gnav > li .child_menu .cat-more a {
    background: #56bf98;
    border-radius: 100px;
    color: #fff;
    padding: 0.4rem 2rem;
    position: absolute;
    top: 50px;
    right: 0;
    text-decoration: none;
  }
  .show-menu .menu-overlay.is-open .nav__gnav > li .child_menu .chara__list {
    padding: 40px 0;
    width: 94%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    display: flex;
    display: -ms-flexbox;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    align-items: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
  }
  .show-menu
    .menu-overlay.is-open
    .nav__gnav
    > li
    .child_menu
    .chara__list__item {
    margin: 0 2% 2% 0;
    width: 49%;
  }
  .show-menu
    .menu-overlay.is-open
    .nav__gnav
    > li
    .child_menu
    .chara__list__item:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 960px) and (min-width: 640px) {
  .show-menu
    .menu-overlay.is-open
    .nav__gnav
    > li
    .child_menu
    .chara__list__item {
    width: 32%;
  }
  .show-menu
    .menu-overlay.is-open
    .nav__gnav
    > li
    .child_menu
    .chara__list__item:nth-child(2n) {
    margin-right: 2%;
  }
  .show-menu
    .menu-overlay.is-open
    .nav__gnav
    > li
    .child_menu
    .chara__list__item:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 960px) and (min-width: 960px) {
  .show-menu
    .menu-overlay.is-open
    .nav__gnav
    > li
    .child_menu
    .chara__list__item {
    width: 18.4%;
  }
  .show-menu
    .menu-overlay.is-open
    .nav__gnav
    > li
    .child_menu
    .chara__list__item:nth-child(2n) {
    margin-right: 2%;
  }
  .show-menu
    .menu-overlay.is-open
    .nav__gnav
    > li
    .child_menu
    .chara__list__item:nth-child(3n) {
    margin-right: 2%;
  }
  .show-menu
    .menu-overlay.is-open
    .nav__gnav
    > li
    .child_menu
    .chara__list__item:nth-child(5n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 960px) {
  .show-menu
    .menu-overlay.is-open
    .nav__gnav
    > li
    .child_menu
    .chara__list__item
    > a {
    color: #fff;
    display: flex;
    display: -ms-flexbox;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    font-size: 1.4rem;
  }
  .show-menu .menu-overlay.is-open .nav__gnav > li .child_menu .chara-img {
    width: 30%;
  }
  .show-menu .menu-overlay.is-open .nav__gnav > li .child_menu .chara-name {
    width: 65%;
  }
  .show-menu
    .menu-overlay.is-open
    .nav__gnav
    > li
    .child_menu
    .chara-name
    span {
    display: inline-block;
  }
  .show-menu .menu-overlay.is-open .nav__gnav > li:hover .child_menu {
    visibility: visible;
    opacity: 1;
  }
  .show-menu .menu-overlay.is-open .nav__gnav > li .search {
    background: 0 0;
    padding: 2em 0 0;
    margin: 0 auto;
    width: 100%;
    max-width: 800px;
  }
  .show-menu .menu-overlay.is-open .nav__gnav > li .search__list__item {
    display: flex;
    display: -ms-flexbox;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    margin-bottom: 1em;
  }
  .show-menu .menu-overlay.is-open .nav__gnav > li .search__list__item label {
    width: 30%;
    text-align: right;
  }
  .show-menu
    .menu-overlay.is-open
    .nav__gnav
    > li
    .search__list__item
    label::after {
    content: " ： ";
    display: inline-block;
    margin-left: 0.5em;
    margin-right: 0.5em;
  }
  .show-menu .menu-overlay.is-open .nav__gnav > li .search__btn {
    background: #2798b4;
    border-radius: 3px;
    color: #fff;
    display: block;
    width: 80%;
    max-width: 480px;
    margin: 0 auto;
    text-align: center;
    padding: 1.2rem 0;
  }
  .show-menu .menu-overlay.is-open .nav__gnav > li .search__price {
    width: 8em;
  }
  .show-menu .menu-overlay.is-open .nav__gnav > li .search .search-keyword {
    width: 65%;
    max-width: 640px;
  }
  .show-menu .menu-overlay.is-open .nav__gnav > li .search .original-code {
    width: 20em;
  }
  .show-menu .menu-overlay.is-open .nav__gnav > li .search-cat__list__item {
    margin-bottom: 20px;
  }
  .show-menu .menu-overlay.is-open .nav__gnav > li .search-cat__list__item h3 {
    margin-bottom: 0.5em;
  }
  .show-menu
    .menu-overlay.is-open
    .nav__gnav
    > li
    .search-cat__list__item__child {
    display: flex;
    display: -ms-flexbox;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    align-items: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
  }
  .show-menu
    .menu-overlay.is-open
    .nav__gnav
    > li
    .search-cat__list__item__child
    > li {
    width: 23.5%;
    margin: 0 2% 2% 0;
  }
  .show-menu
    .menu-overlay.is-open
    .nav__gnav
    > li
    .search-cat__list__item__child
    > li:nth-child(4n) {
    margin-right: 0;
  }
  .show-menu
    .menu-overlay.is-open
    .nav__gnav
    > li
    .search-cat__list__item__child
    > li
    a {
    border: 1px solid #c1c1c1;
    display: block;
    padding: 0.8rem;
  }
}
@media only screen and (min-width: 960px) {
  .show-menu .menu-overlay.is-open .nav__sub {
    text-align: right;
    margin-bottom: 1rem;
    display: flex;
    display: -ms-flexbox;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    -webkit-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
  }
  .show-menu .menu-overlay.is-open .nav__sub > li {
    margin-right: 1em;
    font-size: 1.3rem;
    width: auto;
  }
  .show-menu .menu-overlay.is-open .nav__sub > li:first-of-type {
    width: auto;
  }
  .show-menu .menu-overlay.is-open .nav__sub > li:last-of-type {
    margin-right: 20px;
  }
  .show-menu .menu-overlay.is-open .nav__sub > li a {
    display: inline-block;
  }
  .show-menu .menu-overlay.is-open .nav__sub > li a::before {
    margin-right: 0.5em;
  }
  .show-menu .menu-overlay.is-open .nav__sub .header-favorite a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f004";
    font-size: 16px;
    display: inline-block;
    color: #707070;
  }
  .show-menu .menu-overlay.is-open .nav__sub .header-mypage a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f007";
    font-size: 16px;
    display: inline-block;
    color: #707070;
  }
  .show-menu .menu-overlay.is-open .nav__sub .header-guide a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f518";
    font-size: 16px;
    display: inline-block;
    font-weight: 900;
    color: #707070;
  }
  .show-menu .menu-overlay.is-open .nav__sub .header-cart {
    position: relative;
  }
  .show-menu .menu-overlay.is-open .nav__sub .header-cart a::before {
    font-family: "Font Awesome 5 Free";
    content: "\f07a";
    font-size: 16px;
    display: inline-block;
    font-weight: 900;
    color: #707070;
  }
  .show-menu .menu-overlay.is-open .nav__sub .logout a:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f2f5";
    font-size: 16px;
    display: inline-block;
    color: #707070;
  }
  .show-menu .menu-overlay.is-open .nav__sub .membership a:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f234";
    font-size: 16px;
    display: inline-block;
    color: #707070;
  }
  .show-menu .menu-overlay.is-open .nav__sub .login a:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f2f6";
    font-size: 16px;
    display: inline-block;
    color: #707070;
  }
  .show-menu .menu-overlay.is-open .nav__sub .header-cart .cart-count {
    position: absolute;
    left: 8px;
    top: -8px;
    background: #f23e0c;
    color: #fff;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
  }
}
.show-menu .search-toggle {
  background: rgba(43, 43, 45, 0.8);
  border-radius: 5px;
  color: #fff;
  font-size: 1.3re;
  position: fixed;
  top: 78px;
  right: 18px;
  width: auto;
  z-index: 30000;
  display: inline-block;
  padding: 0 0.5em;
  text-align: center;
}
@media only screen and (min-width: 640px) {
  .show-menu .search-toggle {
    right: 40px;
  }
}
@media only screen and (min-width: 960px) {
  .show-menu .search-toggle {
    display: none;
    top: 45px;
  }
}
.show-menu .search-overlay {
  width: 100vw;
  background-color: #fff;
  opacity: 0;
  z-index: 100;
  visibility: hidden;
  width: 100%;
  left: 0;
  position: fixed;
  height: 100vh;
  overflow: auto;
  top: -100%;
  transition: 0.3s;
  padding: 2em 2em 6em 2em;
}
@media only screen and (min-width: 960px) {
  .show-menu .search-overlay {
    display: block;
    margin: 0 0 0 auto;
    width: calc(100% - 220px);
    height: auto;
    position: fixed;
    opacity: 0;
    visibility: visible;
    padding: 0;
    left: 0;
    overflow: visible;
  }
}
.show-menu .search-overlay.is-open {
  opacity: 1;
  z-index: 100;
  visibility: visible;
  width: 100%;
  left: 0;
  top: 60px;
  position: fixed;
  height: 100vh;
  overflow: auto;
}
@media only screen and (min-width: 960px) {
  .show-menu .search-overlay.is-open {
    display: block;
    margin: 0 0 0 auto;
    width: calc(100% - 220px);
    height: auto;
    position: relative;
    opacity: 1;
    visibility: visible;
    padding: 0;
    left: 0;
    overflow: visible;
  }
}
.show-menu .search-overlay.is-open .search {
  background: #545b6c;
  padding: 2rem;
  margin: 0 auto;
  width: 100%;
  max-width: 800px;
}
.show-menu .search-overlay.is-open .search__list__item {
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  margin-bottom: 1em;
  color: #fff;
}
.show-menu .search-overlay.is-open .search__list__item label {
  width: 100%;
  text-align: left;
}
.show-menu .search-overlay.is-open .search__list__item label::after {
  content: none;
}
.show-menu .search-overlay.is-open .search__list__item > div {
  margin-bottom: 0.5rem;
}
.show-menu .search-overlay.is-open .search__btn {
  background: #2798b4;
  border-radius: 3px;
  color: #fff;
  display: block;
  width: 80%;
  max-width: 480px;
  margin: 0 auto;
  text-align: center;
  padding: 1.2rem 0;
}
.show-menu .search-overlay.is-open .search__price {
  width: 8em;
}
.show-menu .search-overlay.is-open .search .search-keyword {
  width: 100%;
  max-width: 640px;
}
.show-menu .search-overlay.is-open .search .original-code {
  width: 100%;
}
.show-menu .search-overlay.is-open .search-cat__list__item {
  margin-bottom: 20px;
}
.show-menu .search-overlay.is-open .search-cat__list__item h3 {
  margin-bottom: 0.5em;
}
.show-menu .search-overlay.is-open .search-cat__list__item__child {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
}
.show-menu .search-overlay.is-open .search-cat__list__item__child > li {
  width: 23.5%;
  margin: 0 2% 2% 0;
}
.show-menu
  .search-overlay.is-open
  .search-cat__list__item__child
  > li:nth-child(4n) {
  margin-right: 0;
}
.show-menu .search-overlay.is-open .search-cat__list__item__child > li a {
  border: 1px solid #c1c1c1;
  display: block;
  padding: 0.8rem;
}
.header {
  background: #fff;
  padding-top: 134px;
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  position: relative;
}
@media only screen and (min-width: 960px) {
  .header {
    background: #fff;
    z-index: 1000;
  }
}
.header__fixed {
  background: #fff;
  height: 62px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  text-align: center;
  z-index: 15000;
}
@media only screen and (min-width: 960px) {
  .header__fixed {
    border-bottom: 2px solid #3d62ad;
    background: #fff;
    height: 94px;
    text-align: left;
    padding: 0 1% 0 3%;
    z-index: 100;
  }
}
.header h1 {
  box-sizing: content-box;
  display: block;
  height: 30px;
  width: auto;
  padding: 16px 0;
  position: relative;
  margin: 0 auto;
}
@media only screen and (min-width: 960px) {
  .header h1 {
    height: 36px;
  }
}
.header h1 a {
  display: block;
}
.header h1 img {
  height: 100%;
  max-height: 30px;
  width: auto;
}
@media only screen and (min-width: 960px) {
  .header h1 {
    height: 36px;
    padding: 26px 0 30px;
  }
  .header h1 img {
    max-height: 36px;
  }
}
@media only screen and (min-width: 960px) {
  .header__menu {
    display: block;
    margin: 0 0 0 auto;
    width: calc(100% - 230px);
    height: auto;
    opacity: 1;
    visibility: visible;
    padding: 0;
    left: 0;
    overflow-y: unset;
  }
}
.header__menu a {
  color: #282828;
  text-decoration: none;
}
.header__menu .nav__sub {
  text-align: right;
  margin-bottom: 1rem;
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.header__menu .nav__sub li {
  margin-right: 1em;
  font-size: 1.3rem;
}
@media only screen and (min-width: 960px) {
  .header__menu .nav__sub li {
    font-size: 1.2rem;
  }
}
.header__menu .nav__sub li:first-of-type {
  position: relative;
}
.header__menu .nav__sub li:first-of-type input {
  border: 1px solid #000;
  border-radius: 100px;
  width: 100%;
}
.header__menu .nav__sub li:first-of-type .search__btn {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.header__menu .nav__sub li:last-of-type {
  margin-right: 20px;
}
.header__menu .nav__sub li a::before {
  margin-right: 0.5em;
}
.header__menu .nav__sub li.search-box {
  width: 240px;
}
.header__menu .nav__sub li.search-box ul li:last-of-type {
  margin-right: 0;
}
.header__menu .nav__sub .header-favorite a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f004";
  font-size: 16px;
  display: inline-block;
  color: #707070;
}
.header__menu .nav__sub .header-mypage a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f007";
  font-size: 16px;
  display: inline-block;
  color: #707070;
}
.header__menu .nav__sub .header-company a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f1ad";
  font-size: 16px;
  display: inline-block;
  color: #707070;
}
.header__menu .nav__sub .header-guide a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f518";
  font-size: 16px;
  display: inline-block;
  font-weight: 900;
  color: #707070;
}
.header__menu .nav__sub .header-cart {
  top: 18px;
  right: 18px;
}
@media only screen and (min-width: 960px) {
  .header__menu .nav__sub .header-cart {
    top: auto;
    right: auto;
    position: relative;
  }
}
.header__menu .nav__sub .header-cart a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f07a";
  font-size: 16px;
  display: inline-block;
  font-weight: 900;
  color: #707070;
}
.header__menu .nav__sub .logout a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f2f5";
  font-size: 16px;
  display: inline-block;
  color: #707070;
}
.header__menu .nav__sub .membership a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f234";
  font-size: 16px;
  display: inline-block;
  color: #707070;
}
.header__menu .nav__sub .login a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f2f6";
  font-size: 16px;
  display: inline-block;
  color: #707070;
}
.header__menu .nav__sub .header-cart .cart-count {
  position: absolute;
  left: 8px;
  top: -8px;
  background: #f23e0c;
  color: #fff;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
}
.header__menu .nav__gnav {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  position: relative;
}
.header__menu .nav__gnav > li {
  display: inline-block;
  font-size: 1.6rem;
  margin: 0 1em;
}
.header__menu .nav__gnav__item > a {
  display: block;
  padding: 1rem 2.4rem;
  transition: 0.3s;
}
.header__menu .nav__gnav__item:hover > a {
  background: #0b4783;
  color: #fff;
}
.header__menu .nav__gnav__item .child_menu {
  width: calc(103% + 230px);
  position: absolute;
  z-index: 500;
  top: 100%;
  left: calc(-1 * (230px + 3%));
  padding: 30px;
  color: #fff;
  background: #0b4783;
  visibility: hidden;
  opacity: 0;
}
.header__menu .nav__gnav__item .child_menu .cat__list {
  padding: 40px 0;
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  font-size: 1.3rem;
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
}
.header__menu .nav__gnav__item .child_menu .cat__list__item {
  margin: 0 2% 2% 0;
  width: 49%;
}
.header__menu .nav__gnav__item .child_menu .cat__list__item:nth-child(2n) {
  margin-right: 0;
}
@media only screen and (min-width: 640px) {
  .header__menu .nav__gnav__item .child_menu .cat__list__item {
    width: 32%;
  }
  .header__menu .nav__gnav__item .child_menu .cat__list__item:nth-child(2n) {
    margin-right: 2%;
  }
  .header__menu .nav__gnav__item .child_menu .cat__list__item:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 960px) {
  .header__menu .nav__gnav__item .child_menu .cat__list__item {
    width: 18.4%;
  }
  .header__menu .nav__gnav__item .child_menu .cat__list__item:nth-child(2n) {
    margin-right: 2%;
  }
  .header__menu .nav__gnav__item .child_menu .cat__list__item:nth-child(3n) {
    margin-right: 2%;
  }
  .header__menu .nav__gnav__item .child_menu .cat__list__item:nth-child(5n) {
    margin-right: 0;
  }
}
.header__menu .nav__gnav__item .child_menu .cat__list__item > a {
  background: #fff;
  border-radius: 3px;
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  padding: 0.8rem;
  text-decoration: none;
}
.header__menu .nav__gnav__item .child_menu .cat-img {
  width: 30%;
}
.header__menu .nav__gnav__item .child_menu .cat-img img {
  border-radius: 3px;
}
.header__menu .nav__gnav__item .child_menu .cat-name {
  width: 65%;
}
.header__menu .nav__gnav__item .child_menu .cat-name span {
  display: inline-block;
}
.header__menu .nav__gnav__item .child_menu .cat-more a {
  background: #56bf98;
  border-radius: 100px;
  color: #fff;
  padding: 0.4rem 2rem;
  position: absolute;
  top: 50px;
  right: 0;
  text-decoration: none;
}
.header__menu .nav__gnav__item .child_menu .chara__list {
  padding: 40px 0;
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  font-size: 1.3rem;
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
}
.header__menu .nav__gnav__item .child_menu .chara__list__item {
  margin: 0 2% 2% 0;
  width: 49%;
}
.header__menu .nav__gnav__item .child_menu .chara__list__item:nth-child(2n) {
  margin-right: 0;
}
@media only screen and (min-width: 640px) {
  .header__menu .nav__gnav__item .child_menu .chara__list__item {
    width: 32%;
  }
  .header__menu .nav__gnav__item .child_menu .chara__list__item:nth-child(2n) {
    margin-right: 2%;
  }
  .header__menu .nav__gnav__item .child_menu .chara__list__item:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 960px) {
  .header__menu .nav__gnav__item .child_menu .chara__list__item {
    width: 18.4%;
  }
  .header__menu .nav__gnav__item .child_menu .chara__list__item:nth-child(2n) {
    margin-right: 2%;
  }
  .header__menu .nav__gnav__item .child_menu .chara__list__item:nth-child(3n) {
    margin-right: 2%;
  }
  .header__menu .nav__gnav__item .child_menu .chara__list__item:nth-child(5n) {
    margin-right: 0;
  }
}
.header__menu .nav__gnav__item .child_menu .chara__list__item > a {
  color: #fff;
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.header__menu .nav__gnav__item .child_menu .chara-img {
  width: 30%;
}
.header__menu .nav__gnav__item .child_menu .chara-img img {
  border-radius: 50%;
}
.header__menu .nav__gnav__item .child_menu .chara-name {
  width: 65%;
}
.header__menu .nav__gnav__item .child_menu .chara-name span {
  display: inline-block;
}
@media only screen and (min-width: 960px) {
  .header__menu .nav__gnav__item .child_menu.search-item {
    display: flex;
    display: -ms-flexbox;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
  }
}
.header__menu .nav__gnav__item .child_menu.search-item .search-item__parts {
  width: 20%;
  text-align: left;
}
.header__menu .nav__gnav__item .child_menu.search-item .search-item__parts img {
  max-width: 240px;
}
.header__menu .nav__gnav__item .child_menu .search {
  padding: 0.5em 0 0;
  margin: 0 auto;
  width: 100%;
  max-width: 800px;
}
@media only screen and (min-width: 960px) {
  .header__menu .nav__gnav__item .child_menu .search {
    width: 60%;
    max-width: 100%;
    margin: 0;
  }
}
.header__menu .nav__gnav__item .child_menu .search h2 {
  margin-bottom: 0.5em;
  font-weight: 500;
}
.header__menu .nav__gnav__item .child_menu .search__list__item {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  margin-bottom: 1em;
}
.header__menu .nav__gnav__item .child_menu .search__list__item label {
  width: 30%;
  text-align: right;
}
.header__menu .nav__gnav__item .child_menu .search__list__item label::after {
  content: " ： ";
  display: inline-block;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.header__menu .nav__gnav__item .child_menu .search__btn {
  background: #2798b4;
  border-radius: 3px;
  color: #fff;
  display: block;
  width: 80%;
  max-width: 480px;
  margin: 0 auto;
  text-align: center;
  padding: 1.2rem 0;
}
.header__menu .nav__gnav__item .child_menu .search__price {
  width: 8em;
}
.header__menu .nav__gnav__item .child_menu .search .search-keyword {
  width: 65%;
  max-width: 640px;
}
.header__menu .nav__gnav__item .child_menu .search .original-code {
  width: 20em;
}
.header__menu .nav__gnav__item .child_menu .search-cat__list__item {
  margin-bottom: 20px;
}
.header__menu .nav__gnav__item .child_menu .search-cat__list__item h3 {
  margin-bottom: 0.5em;
}
.header__menu .nav__gnav__item .child_menu .search-cat__list__item__child {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
}
.header__menu .nav__gnav__item .child_menu .search-cat__list__item__child > li {
  width: 23.5%;
  margin: 0 2% 2% 0;
}
.header__menu
  .nav__gnav__item
  .child_menu
  .search-cat__list__item__child
  > li:nth-child(4n) {
  margin-right: 0;
}
.header__menu
  .nav__gnav__item
  .child_menu
  .search-cat__list__item__child
  > li
  a {
  border: 1px solid #c1c1c1;
  display: block;
  padding: 0.8rem;
}
.header__menu .nav__gnav__item .child_menu .view-all-cat {
  background: #64b5b7;
  border-radius: 3px;
  color: #fff;
  display: block;
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  padding: 0.8rem 0;
  text-align: center;
}
@media only screen and (min-width: 960px) {
  .header__menu .nav__gnav__item .child_menu {
    display: none;
  }
}
.header__menu .nav__gnav__item:hover .child_menu {
  visibility: visible;
  opacity: 1;
}
.header__info {
  background: #3d62ad;
  color: #fff;
  height: 2.9rem;
  width: 100%;
  display: block;
  line-height: 1;
  padding: 0.8rem;
  font-size: 1.3rem;
  text-align: center;
  position: fixed;
  top: 62px;
  left: 0;
  z-index: 90;
}
@media only screen and (min-width: 640px) {
  .header__info {
    padding: 0.8rem 0 0.8rem 2em;
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 960px) {
  .header__info {
    top: 94px;
  }
}
.header__info .tax {
  font-size: 75%;
}
.header__search {
  background: #fff;
  padding: 0.4rem 2% 0.8rem;
  position: relative;
  width: 100%;
  position: fixed;
  top: 91px;
  left: 0;
  z-index: 90;
}
@media only screen and (min-width: 960px) {
  .header__search {
    display: none;
  }
}
.header__search__btn {
  background: #fff;
  border: none;
  border-radius: 3px;
  box-shadow: none;
  display: block;
  position: relative;
  transition: 0.3s;
  line-height: 1.2;
  font-size: 0.8rem;
  text-align: center;
}
.header__search__btn::before {
  color: #727070;
  font-family: "Font Awesome 5 Free";
  content: "\f002";
  font-size: 18px;
  font-weight: 600;
  display: block;
}
.header__search__chara {
  box-shadow: none;
  display: block;
  padding: 0.5rem 0;
  position: relative;
  transition: 0.3s;
  line-height: 1.2;
  text-align: center;
}
.header__search__chara:hover {
  background: #3d62ad;
  border-color: #3d62ad;
  color: #fff;
}
.header__search__chara::before {
  font-family: "Font Awesome 5 Free";
  content: "\f118";
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  margin-right: 0.4em;
}
.header__search__cat {
  box-shadow: none;
  display: block;
  padding: 0.5rem 0;
  position: relative;
  transition: 0.3s;
  line-height: 1.2;
  text-align: center;
}
.header__search__cat:hover {
  background: #3d62ad;
  border-color: #3d62ad;
  color: #fff;
}
.header__search__cat::before {
  font-family: "Font Awesome 5 Free";
  content: "\f07b";
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  margin-right: 0.4em;
}
.header__search__parts {
  box-shadow: none;
  display: block;
  padding: 0.5rem 0;
  position: relative;
  transition: 0.3s;
  line-height: 1.2;
  text-align: center;
}
.header__search__parts:hover {
  background: #3d62ad;
  border-color: #3d62ad;
  color: #fff;
}
.header__search__parts::before {
  font-family: "Font Awesome 5 Free";
  content: "\f1b3";
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  margin-right: 0.4em;
}
.header__search .btn-box {
  background: #fff;
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.header__search .btn-box > div {
  background: #fff;
  border: 1px solid #d2d2d2;
  border-radius: 3px;
  font-size: 1.1rem;
  width: 33%;
  text-align: center;
}
.header__main-cat {
  display: block;
  width: 100%;
}
.header__main-cat ul {
  background: #f7f9fc;
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  width: 100%;
}
.header__main-cat ul > li {
  width: calc(33.3333333333% - 1px);
  text-align: center;
}
.header__main-cat ul > li a {
  display: block;
  padding: 0.8rem 0;
}
.header__main-cat ul > li.active {
  border-bottom: 2px solid #3d62ad;
}
.header__main-cat ul > li.active a {
  font-weight: 500;
}
.header__msg {
  background: #fedbb7;
  border-radius: 6px;
  width: 94%;
  max-width: 1200px;
  margin: 15px auto 0;
  padding: 0.8em;
}
.spot-news {
  padding: 0.8em 1.6rem 0;
  margin-bottom: 0;
  color: #f87061;
}
@media only screen and (min-width: 960px) {
  .spot-news {
    text-align: center;
  }
}
.spot-news p {
  margin-bottom: 0;
}
.breadcrumb {
  padding: 0.8rem 20px;
  margin-bottom: 10px;
  font-size: 1.2rem;
}
.breadcrumb span + span::before {
  content: ">";
  display: inline;
  margin: 0 0.4em;
}
.breadcrumb a {
  text-decoration: none;
}
main section {
  width: 94%;
  max-width: 1200px;
  margin: 0 auto 40px;
  padding: 0;
}
@media only screen and (min-width: 640px) {
  main section {
    padding: 20px 0;
  }
}
main section.modal-area {
  width: 100%;
  max-width: 100%;
}
main h2 {
  font-size: 1.8rem;
  font-weight: 500;
  margin: 1em 0;
}
@media only screen and (min-width: 960px) {
  main h2 {
    font-size: 3.2rem;
    font-weight: 500;
    margin-bottom: 1.5em;
  }
}
main h2 span {
  font-size: 1.4rem;
  display: inline-block;
  margin-left: 1em;
}
main h3 {
  font-size: 1.6rem;
  font-weight: 500;
  margin: 1em 0;
}
@media only screen and (min-width: 960px) {
  main h3 {
    font-size: 2.4rem;
    font-weight: 500;
    margin-bottom: 1.5em;
  }
}
main h3 span {
  font-size: 1.4rem;
  display: inline-block;
  margin-left: 1em;
}
main .item__list {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  margin-bottom: 40px;
}
main .item__list__item {
  width: 49%;
  margin: 0 2% 4% 0;
}
main .item__list__item:nth-child(2n) {
  margin-right: 0;
}
@media only screen and (min-width: 640px) {
  main .item__list__item {
    width: 32%;
  }
  main .item__list__item:nth-child(2n) {
    margin-right: 2%;
  }
  main .item__list__item:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 960px) {
  main .item__list__item {
    width: 23.5%;
  }
  main .item__list__item:nth-child(2n) {
    margin-right: 2%;
  }
  main .item__list__item:nth-child(3n) {
    margin-right: 2%;
  }
  main .item__list__item:nth-child(4n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1280px) {
  main .item__list__item {
    width: 18.4%;
  }
  main .item__list__item:nth-child(2n) {
    margin-right: 2%;
  }
  main .item__list__item:nth-child(3n) {
    margin-right: 2%;
  }
  main .item__list__item:nth-child(4n) {
    margin-right: 2%;
  }
  main .item__list__item:nth-child(5n) {
    margin-right: 0;
  }
}
main .item__list__item img {
  margin-bottom: 10px;
}
main .item__list__item a {
  color: #282828;
  text-decoration: none;
}
main .item__list__item .item-image {
  margin-bottom: 0.4em;
}
main .item__list__item .item-image a {
  border: 1px solid #e5e5e5;
  background: #fff;
  display: block;
  position: relative;
  width: 100%;
}
main .item__list__item .item-image a::before {
  content: "";
  padding-top: 100%;
  width: 100%;
  display: block;
}
main .item__list__item .item-image a img {
  display: block;
  position: absolute;
  max-width: 90%;
  max-height: 90%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
}
main .item__list__item .item-category {
  border-radius: 3px;
  border: 1px solid #000;
  display: inline-block;
  padding: 0.1em 0.8em;
  font-size: 1.2rem;
  margin-bottom: 0.5em;
}
main .item__list__item .item-icon {
  font-size: 1.2rem;
}
main .item__list__item .item-icon span {
  border-radius: 3px;
  display: inline-block;
  padding: 0.1em 0.8em;
}
main .item__list__item .item-icon .item-soldout {
  border-radius: 3px;
  background: #47484a;
  color: #fff;
  display: inline-block;
  padding: 0.2rem 0.6rem;
}
main .item__list__item .item-icon .item-sale {
  border-radius: 3px;
  background: #ec444d;
  color: #fff;
}
main .item__list__item .item-name {
  font-size: 1.3rem;
  line-height: 1.4;
  margin-bottom: 0.5em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
main .item__list__item .item-price {
  margin-bottom: 1em;
  font-weight: 600;
}
main .item__list__item .item-tax {
  font-size: 75%;
  font-weight: 400;
  margin-left: 0.2em;
}
main .item__list__item .item-sale {
  background: #e23b3b;
  color: #fff;
}
main .item__list__item .item__sale-rate {
  font-size: 1.4rem;
  background: #f13f3f;
  border-radius: 3px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  padding: 0.5rem;
  margin-right: 0.5em;
}
main .item__list__item .item-soldout {
  border-radius: 3px;
  background: #47484a;
  color: #fff;
  display: inline-block;
  padding: 0.1rem 0.4rem;
  margin-left: 0.5em;
  font-weight: 400;
  font-size: 1.2rem;
}
main .item__list__item .item-cart {
  display: block;
  text-align: center;
  color: #fff;
}
main .item__list__item .item-cart a {
  background: #358deb;
  border-radius: 3px;
  display: inline-block;
  width: 80%;
  color: #fff;
  padding: 0.4em 0;
  font-weight: 700;
  font-size: 13px;
}
main .item__list__item .item-cart .item-list-sold {
  background: #adadad;
  border-radius: 3px;
  display: inline-block;
  width: 80%;
  color: #282828;
  padding: 0.4em 0;
  font-weight: 700;
  font-size: 13px;
}
main .item__list__item .sale-rate {
  color: #e23b3b;
}
main .scroll-item {
  width: 100%;
  overflow: auto;
}
main .scroll-item::-webkit-scrollbar {
  height: 8px;
  width: 13px;
}
main .scroll-item::-webkit-scrollbar-track {
  box-shadow: inset 0 0 2px #c8c8c8;
}
main .scroll-item::-webkit-scrollbar-track-piece {
  background-color: #e5e5e5;
}
main .scroll-item::-moz-selection {
  background: #666;
  color: #eee;
}
main .scroll-item::selection {
  color: #eee;
}
main .scroll-item::-webkit-scrollbar-thumb {
  background-color: #3d62ad;
}
main .scroll-item__list {
  display: table;
  width: 100%;
}
@media only screen and (min-width: 960px) {
  main .scroll-item__list {
    display: flex;
    display: -ms-flexbox;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    align-items: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
  }
}
main .scroll-item__list .item__list__item {
  width: auto;
  display: table-cell;
  padding: 0 0 0 8px;
}
@media only screen and (min-width: 960px) {
  main .scroll-item__list .item__list__item {
    display: block;
    padding: 0;
    width: 23.5%;
    margin-right: 2%;
  }
  main .scroll-item__list .item__list__item:nth-child(2n) {
    margin-right: 2%;
  }
  main .scroll-item__list .item__list__item:nth-child(3n) {
    margin-right: 2%;
  }
  main .scroll-item__list .item__list__item:nth-child(4n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1280px) {
  main .scroll-item__list .item__list__item {
    width: 18.4%;
  }
  main .scroll-item__list .item__list__item:nth-child(2n) {
    margin-right: 2%;
  }
  main .scroll-item__list .item__list__item:nth-child(3n) {
    margin-right: 2%;
  }
  main .scroll-item__list .item__list__item:nth-child(4n) {
    margin-right: 2%;
  }
  main .scroll-item__list .item__list__item:nth-child(5n) {
    margin-right: 0;
  }
}
main .scroll-item__list .item__list__item a {
  width: 42vw;
}
@media only screen and (min-width: 640px) {
  main .scroll-item__list .item__list__item a {
    width: 26vw;
  }
}
@media only screen and (min-width: 960px) {
  main .scroll-item__list .item__list__item a {
    width: 100%;
  }
}
main a.btn {
  background: #3d62ad;
  color: #fff;
  display: block;
  width: 90%;
  margin: 0 auto;
  max-width: 420px;
  padding: 1em;
  text-align: center;
}
main .total-count {
  margin-bottom: 0.4em;
}
main .pager-wrap {
  padding: 1em;
}
main .pager > li {
  display: inline-block;
}
main .pager > li a {
  display: block;
}
main .pager > li span {
  border: 1px solid #2d5979;
  border-radius: 2px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 28px;
  padding: 5px 0;
  line-height: 1;
  transition: 0.3s;
}
main .pager > li span.current,
main .pager > li span:hover {
  background: #2d5979;
  color: #fff;
}
main .pager > li span.prev {
  width: 4.6em;
}
main .pager > li span.next {
  width: 4.6em;
}
main .item-review-detail {
  margin-bottom: 60px;
}
main .item-review-detail h3 {
  font-size: 18px;
  margin-bottom: 20px;
}
main .item-review-list li {
  margin-bottom: 60px;
}
main .item-review-list li-link {
  margin-bottom: 30px;
  font-size: 12px;
}
main .item-review-list li-link a {
  text-decoration: underline;
}
main .item-review-list li-link a:hover {
  text-decoration: none;
}
main .review-list-unit .review-list-name {
  margin-bottom: 12px;
}
main .review-list-unit .star-score {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
main .review-list-unit .review-star {
  margin-right: 6px;
}
main .review-list-unit .review-list-date {
  font-size: 12px;
  color: #b5b5b5;
  margin: 12px 0;
}
main .review-list-unit .review-list-content {
  font-size: 1.2rem;
}
@media only screen and (min-width: 640px) {
  main .review-list-unit .review-list-content {
    font-size: 1.3em;
  }
}
@media only screen and (min-width: 960px) {
  main .review-list-unit .review-list-content {
    font-size: 1.4rem;
  }
}
main .reviewRateStar {
  display: inline-block;
  font-size: 0;
  color: #ffa41c;
}
main .reviewRateStar::before {
  font-family: "Font Awesome 5 Free";
  content: "\f005";
  font-size: 12px;
  font-weight: 900;
}
main .starOff::before {
  font-family: "Font Awesome 5 Free";
  content: "\f005";
  font-weight: 400;
}
main .starHalf::before {
  font-family: "Font Awesome 5 Free";
  content: "\f5c0";
}
main .review-post {
  margin-top: 40px;
}
main .review-post {
  text-align: center;
}
main .review-post a {
  width: 260px;
  margin: 0 auto;
  display: inline-block;
  padding: 12px 0;
  border: 1px solid #333;
  border-radius: 2px;
  text-align: center;
}
main .review-post a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f304";
  font-size: 16px;
  font-weight: 900;
  padding-right: 10px;
  color: fff;
}
main .search {
  background: #cdcdcd;
  padding: 2em;
  margin-bottom: 20px;
}
@media only screen and (min-width: 640px) {
  main .search {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 960px) {
  main .search {
    margin-bottom: 40px;
  }
}
main .search__list__item {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  margin-bottom: 1em;
}
main .search__list__item label {
  width: 100%;
}
@media only screen and (min-width: 640px) {
  main .search__list__item label {
    width: 30%;
    text-align: right;
  }
  main .search__list__item label::after {
    content: " ： ";
    display: inline-block;
    margin-left: 0.5em;
    margin-right: 0.5em;
  }
}
main .search__btn {
  background: #2798b4;
  border-radius: 3px;
  color: #fff;
  display: block;
  width: 80%;
  max-width: 480px;
  margin: 0 auto;
  text-align: center;
  padding: 1.2rem 0;
}
main .search__price {
  width: 7em;
}
main .search .search-price {
  width: 8em;
}
main .search .search-keyword {
  width: 65%;
}
main .search .original-code {
  width: 20em;
}
main .search-cat__list__item {
  margin-bottom: 20px;
}
main .search-cat__list__item h3 {
  margin-bottom: 0.5em;
}
main .search-cat__list__item__child {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
}
main .search-cat__list__item__child > li {
  width: 23.5%;
  margin: 0 2% 2% 0;
}
main .search-cat__list__item__child > li:nth-child(4n) {
  margin-right: 0;
}
main .search-cat__list__item__child > li a {
  border: 1px solid #c1c1c1;
  display: block;
  padding: 0.8rem;
}
.footer {
  background: #fff;
}
.footer h3 {
  font-size: 2.8rem;
  font-weight: 500;
  margin: 0 0 0.5em 0;
  text-align: center;
}
@media only screen and (min-width: 960px) {
  .footer h3 {
    margin-bottom: 1em;
  }
}
.footer h3 span {
  font-size: 1.6rem;
  display: block;
}
@media only screen and (min-width: 640px) {
  .footer h3 span {
    margin-left: 1em;
    display: inline-block;
    text-align: left;
  }
}
.footer__cat {
  background: #c9d6e3;
  font-size: 1.2rem;
}
.footer__chara {
  background: #d7ebf1;
  font-size: 1.2rem;
}
.footer .chara {
  padding: 40px 0;
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.footer .chara__list {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  width: 100%;
}
.footer .chara__list__item {
  margin-bottom: 2%;
  width: 49%;
}
@media only screen and (min-width: 640px) {
  .footer .chara__list__item {
    width: 32%;
  }
}
@media only screen and (min-width: 960px) {
  .footer .chara__list__item {
    width: 18%;
  }
}
.footer .chara__list__item > a {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.footer .chara__list__item img {
  border-radius: 50%;
}
.footer .chara-img {
  width: 30%;
}
.footer .chara-name {
  width: 65%;
}
.footer .chara-name span {
  display: inline-block;
}
.footer .chara-more {
  display: block;
  text-align: center;
  margin-bottom: 20px;
}
.footer .chara-more a {
  background: #56bf98;
  border-radius: 100px;
  color: #fff;
  padding: 0.4rem 2rem;
  display: inline-block;
  font-size: 1.3rem;
  text-decoration: none;
}
@media only screen and (min-width: 960px) {
  .footer .chara-more a {
    position: absolute;
    top: 50px;
    right: 0;
    font-size: 1.5rem;
  }
}
.footer .cat {
  padding: 40px 0;
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.footer .cat__list {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  width: 100%;
}
.footer .cat__list__item {
  margin: 0 2% 2% 0;
  width: 49%;
}
.footer .cat__list__item:nth-child(2n) {
  margin-right: 0;
}
@media only screen and (min-width: 640px) {
  .footer .cat__list__item {
    width: 32%;
  }
  .footer .cat__list__item:nth-child(2n) {
    margin-right: 2%;
  }
  .footer .cat__list__item:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 960px) {
  .footer .cat__list__item {
    width: 18.4%;
  }
  .footer .cat__list__item:nth-child(2n) {
    margin-right: 2%;
  }
  .footer .cat__list__item:nth-child(3n) {
    margin-right: 2%;
  }
  .footer .cat__list__item:nth-child(5n) {
    margin-right: 0;
  }
}
.footer .cat__list__item > a {
  background: #fff;
  border-radius: 3px;
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  padding: 0.8rem;
  text-decoration: none;
}
.footer .cat-img {
  width: 30%;
}
.footer .cat-img img {
  border-radius: 3px;
}
.footer .cat-name {
  width: 65%;
}
.footer .cat-name span {
  display: inline-block;
}
.footer .cat-more {
  display: block;
  text-align: center;
  margin-bottom: 20px;
}
.footer .cat-more a {
  background: #56bf98;
  border-radius: 100px;
  color: #fff;
  padding: 0.4rem 2rem;
  display: inline-block;
  font-size: 1.3rem;
  text-decoration: none;
}
@media only screen and (min-width: 960px) {
  .footer .cat-more a {
    position: absolute;
    top: 50px;
    right: 0;
    font-size: 1.5rem;
  }
}
.footer .salecat {
  padding: 40px 0;
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.footer .salecat__list {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  width: 100%;
}
.footer .salecat__list__item {
  margin: 0 2% 2% 0;
  width: 32%;
}
.footer .salecat__list__item:nth-child(3n) {
  margin-right: 0;
}
@media only screen and (min-width: 640px) {
  .footer .salecat__list__item {
    width: 23.5%;
  }
  .footer .salecat__list__item:nth-child(3n) {
    margin-right: 2%;
  }
  .footer .salecat__list__item:nth-child(4n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 960px) {
  .footer .salecat__list__item {
    width: 15%;
  }
  .footer .salecat__list__item:nth-child(3n) {
    margin-right: 2%;
  }
  .footer .salecat__list__item:nth-child(4n) {
    margin-right: 2%;
  }
  .footer .salecat__list__item:nth-child(6n) {
    margin-right: 0;
  }
}
.footer .salecat__list__item > a {
  background: #fff;
  border-radius: 5px;
  text-align: center;
  display: block;
  width: 100%;
  font-weight: 600;
  padding: 0.8rem;
  text-decoration: none;
}
.footer .salecat__list__item > a:hover {
  background: #ff6c6c;
  color: #fff;
}
.footer .salecat-more {
  display: block;
  text-align: center;
  margin-bottom: 20px;
}
.footer .salecat-more a {
  background: #56bf98;
  border-radius: 100px;
  color: #fff;
  padding: 0.4rem 2rem;
  display: inline-block;
  font-size: 1.3rem;
  text-decoration: none;
}
@media only screen and (min-width: 960px) {
  .footer .salecat-more a {
    position: absolute;
    top: 50px;
    right: 0;
    font-size: 1.5rem;
  }
}
.footer__guide {
  background: #3d62ad;
}
.footer__guide h3 {
  color: #fff;
}
.footer__guide .shopguide {
  padding: 40px 0;
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.footer__guide .shopguide__list {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
}
.footer__guide .shopguide__list__item {
  background: #fff;
  border-radius: 3px;
  font-size: 1.4rem;
  line-height: 1.4;
  padding: 1.6rem;
  align-self: stretch;
  width: 100%;
  margin-bottom: 2%;
}
@media only screen and (min-width: 640px) {
  .footer__guide .shopguide__list__item {
    width: 49%;
  }
}
@media only screen and (min-width: 960px) {
  .footer__guide .shopguide__list__item {
    width: 32%;
  }
}
.footer__guide .shopguide__list__item h4 {
  font-size: 1.6rem;
  margin-bottom: 1em;
}
.footer__guide .shopguide__list__item h5 {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 0.5em;
}
.footer__guide .shopguide__list__item p {
  margin-bottom: 1em;
}
.footer__guide .shopguide__list__item .payment__list {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.footer__guide .shopguide__list__item .payment__list > li {
  width: 18.5%;
}
.footer__guide .shopguide__list__item .fee__list {
  border-right: 1px solid #b7b7b7;
  border-left: 1px solid #b7b7b7;
  border-bottom: 1px solid #b7b7b7;
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  margin-bottom: 1em;
}
.footer__guide .shopguide__list__item .fee__list dt {
  background: #f4f4f4;
  border-top: 1px solid #b7b7b7;
  width: 40%;
  padding: 0.4em;
}
.footer__guide .shopguide__list__item .fee__list dd {
  border-top: 1px solid #b7b7b7;
  border-left: 1px solid #b7b7b7;
  padding: 0.4em;
  width: 60%;
}
.footer__guide .shopguide__list__item .delivery img {
  height: 32px;
  width: auto;
  margin-right: 0.5em;
}
.footer__guide .shopguide__list__item .contact__open {
  color: #f5584a;
}
.footer__guide .shopguide__list__item .contact__btn {
  background: #64b5b7;
  border-radius: 5px;
  color: #fff;
  display: block;
  width: 100%;
  padding: 1.2em;
  text-align: center;
}
.footer__guide .shopguide__list__item .calender {
  width: 100%;
  height: 80%;
}
.footer__guide .shopguide__list__item .calender table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 0.5em;
  font-size: 1.2rem;
}
.footer__guide .shopguide__list__item .calender tr > td.Sat,
.footer__guide .shopguide__list__item .calender tr > td.Sun,
.footer__guide .shopguide__list__item .calender tr > td.holiday {
  background: #fcbbbb;
}
.footer__guide .shopguide__list__item .calender th span {
  float: right;
  cursor: pointer;
}
.footer__guide .shopguide__list__item .calender .headline > td {
  width: 14.2857142857%;
  text-align: center;
}
.footer__guide .shopguide__list__item .calender td {
  border-top: 1px solid #ebe9e9;
  border-bottom: 1px solid #ebe9e9;
  border-collapse: collapse;
  text-align: center;
  padding: 0.2em 0;
}
.footer__guide .shopguide__list__item .calender .shop_close {
  font-size: 1.2rem;
}
.footer__nav {
  padding: 20px 0;
}
@media only screen and (min-width: 640px) {
  .footer__nav {
    padding: 40px 0;
  }
}
.footer__nav a {
  color: #282828;
  text-decoration: none;
}
.footer__nav .sns__list {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  margin-bottom: 20px;
}
.footer__nav .sns__list__item {
  padding: 0.5em 0;
  margin: 0 1em;
  font-size: 1.2rem;
  text-align: center;
}
@media only screen and (min-width: 640px) {
  .footer__nav .sns__list__item {
    width: auto;
  }
}
@media only screen and (min-width: 960px) {
  .footer__nav .sns__list__item {
    font-size: 1.4rem;
  }
}
.footer__nav .sns__list .icon-sns::after {
  content: "";
  display: inline-block;
  height: 20px;
  width: 20px;
  margin-right: 0.8em;
}
.footer__nav .sns__list .icon-line::after {
  background: url(https://gigaplus.makeshop.jp/skateroutlet/img/common/line_logo.png)
    center center no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.footer__nav .sns__list .icon-instagram::after {
  background: url(https://gigaplus.makeshop.jp/skateroutlet/img/common/ig_logo.png)
    center center no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.footer__nav .sns__list .icon-twitter::after {
  background: url(https://gigaplus.makeshop.jp/skateroutlet/img/common/tw_logo.png)
    center center no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.footer__nav .site__list {
  text-align: center;
  font-size: 1.2rem;
}
@media only screen and (min-width: 960px) {
  .footer__nav .site__list {
    font-size: 1.4rem;
  }
}
.footer__nav .site__list__item {
  border-bottom: none;
  display: inline-block;
  padding: 0 0 0 1rem;
  font-weight: 400;
}
.footer__nav .site__list__item a {
  border-bottom: none;
  display: inline-block;
}
.footer__nav .site__list__item:not(:last-child):after {
  content: "/";
  display: inline;
  margin-left: 1rem;
  font-weight: 200;
}
.footer .news {
  width: 94%;
  max-width: 1200px;
  margin: 0 auto 40px;
  padding: 0;
}
@media only screen and (min-width: 640px) {
  .footer .news {
    padding: 40px 0;
  }
}
.footer .news h2 {
  font-size: 1.8rem;
  font-weight: 500;
  margin: 1em 0;
}
@media only screen and (min-width: 960px) {
  .footer .news h2 {
    font-size: 2.4rem;
    font-weight: 500;
    margin-bottom: 1.5em;
  }
}
.footer .news h2 span {
  font-size: 1.4rem;
  display: inline-block;
  margin-left: 1em;
}
.footer .copyright {
  text-align: center;
  padding: 1em 0;
  font-size: 1.2rem;
}
@media only screen and (min-width: 960px) {
  .footer .copyright {
    font-size: 1.4rem;
  }
}
body.fixed {
  position: fixed;
  top: 0;
  height: 100%;
}
@media only screen and (min-width: 960px) {
  body.fixed {
    position: relative;
    top: 0;
    height: auto;
  }
}
body.fixed .header {
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 960px) {
  body.fixed .header {
    padding: 1rem 0 0;
    display: flex;
    display: -ms-flexbox;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
  }
}
@media only screen and (min-width: 960px) {
  .sp {
    display: none;
  }
}
.sp-not {
  display: none;
}
@media only screen and (min-width: 640px) {
  .sp-not {
    display: block;
  }
}
.pc {
  display: none;
}
@media only screen and (min-width: 960px) {
  .pc {
    display: block;
  }
}
.notice {
  position: relative;
  margin: 1rem 0;
  line-height: 1.4;
  font-size: 1.3rem;
}
.notice-imp {
  border: 1px solid #fa5366;
  color: #fa5366;
  padding: 0.8rem;
}
.notice-imp p:last-child {
  margin-bottom: 0;
}
p.notice {
  margin-left: 1em;
  text-indent: -1em;
}
ul.notice {
  list-style-type: none;
  padding: 0;
}
ul.notice > li {
  position: relative;
  padding: 0 0 0 1.5rem;
  margin-bottom: 0.5rem;
}
ul.notice > li:before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0.9rem;
  transform: translateY(-50%);
}
ol.notice {
  counter-reset: list;
  list-style-type: none;
  padding: 0;
  margin: 1em 0;
}
ol.notice > li {
  position: relative;
  padding: 0 0 0.25rem 4rem;
}
ol.notice > li::before {
  counter-increment: list;
  content: "※" counter(list) ". ";
  position: absolute;
  left: 0;
  top: 0.9rem;
  transform: translateY(-50%);
}
ol.brackets-num {
  counter-reset: list;
  list-style-type: none;
  padding: 0;
  margin: 1em 0;
}
ol.brackets-num > li {
  position: relative;
  padding: 0 0 0.25rem 3rem;
}
ol.brackets-num > li::before {
  counter-increment: list;
  content: "(" counter(list) ")";
  position: absolute;
  left: 0;
  top: 1.1rem;
  transform: translateY(-50%);
}
ul.big-circle > li {
  position: relative;
  padding: 0 0 0 1.4em;
  margin-bottom: 0 0 0.5rem 1.4em;
  text-indent: -1.4em;
}
ul.big-circle > li::before {
  content: "●";
  margin-right: 0.4em;
}
.list-table {
  border-top: 1px solid #c7c7c7;
  border-bottom: 1px solid #c7c7c7;
  margin-bottom: 1em;
}
.list-table dt {
  font-weight: 600;
  padding: 1.6rem 0 0;
}
.list-table dd {
  display: block;
  padding: 0.8rem 0;
}
.list-table dd + dt {
  border-top: 1px dotted #eaeaea;
}
.list-table dd + dd {
  padding: 0 0 0.8rem;
}
.list-table dd div {
  border-top: 1px dotted #eaeaea;
  padding: 1rem 0;
}
.list-table dd div:first-of-type {
  border: none;
  padding: 0 0 1rem;
}
.list-table dd div:last-of-type {
  padding: 1rem 0 0;
}
.list-table dd div {
  position: relative;
}
.list-table dd a.link_movepage {
  border: none;
  display: inline-block;
  margin: 0 0 0 auto;
  text-decoration: none;
  float: none;
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
}
.top h2 {
  text-align: center;
}
.top h2 span {
  color: #3d62ad;
  font-weight: 300;
  display: block;
  line-height: 1;
  margin-left: 0;
}
.key {
  display: block;
  width: 100%;
  padding: 20px 0 0;
}
.key__slide .slick-slide img {
  width: 100%;
  max-width: 200%;
}
@media only screen and (min-width: 960px) {
  .key__slide .inner-slide {
    margin: 0 10px;
  }
}
.main__visual {
  text-align: center;
}
.main__visual .topImage {
  margin: 20px auto;
}
@media only screen and (min-width: 640px) {
  .main__visual .topImage {
    margin: 30px auto;
  }
}
@media only screen and (min-width: 640px) {
  .main__visual .topImage {
    margin: 30px auto;
  }
}
.main-banner {
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 0;
}
.main-banner__list {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.main-banner__list__item {
  width: 100%;
}
@media only screen and (min-width: 640px) {
  .main-banner__list__item {
    width: 48%;
    max-width: 480px;
    margin: 0 1% 2%;
  }
}
@media only screen and (min-width: 960px) {
  .main-banner__list__item {
    width: 23.5%;
    max-width: 480px;
    margin: 0 0 2%;
  }
}
.main-banner__list__item + li {
  margin-top: 2%;
}
@media only screen and (min-width: 640px) {
  .main-banner__list__item + li {
    margin-top: 0;
  }
}
@media only screen and (min-width: 960px) {
  .main-banner__list__item + li {
    margin-left: 2%;
  }
}
.main-banner__list__item img {
  width: 100%;
  max-width: 480px;
  height: auto;
}
.banner {
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 0;
}
.banner__list {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.banner__list__item {
  width: 100%;
}
@media only screen and (min-width: 640px) {
  .banner__list__item {
    width: 48%;
    max-width: 480px;
    margin: 0 1% 2%;
  }
}
@media only screen and (min-width: 960px) {
  .banner__list__item {
    width: 23.5%;
    max-width: 480px;
    margin: 0;
  }
}
.banner__list__item + li {
  margin-top: 2%;
}
@media only screen and (min-width: 640px) {
  .banner__list__item + li {
    margin-top: 0;
  }
}
@media only screen and (min-width: 960px) {
  .banner__list__item + li {
    margin-left: 2%;
  }
}
.banner__list__item img {
  width: 100%;
  max-width: 480px;
  height: auto;
}
.pickup {
  width: 100%;
}
@media only screen and (min-width: 960px) {
  .pickup {
    width: 94%;
    margin: 0 auto;
  }
}
.new {
  width: 94%;
}
@media only screen and (min-width: 960px) {
  .new {
    width: 94%;
    margin: 0 auto;
  }
}
.new .item__list {
  margin-bottom: 20px;
}
.new .item__list__item {
  width: 32%;
  margin-right: 2%;
}
.new .item__list__item:nth-child(2n) {
  margin-right: 2%;
}
.new .item__list__item:nth-child(3n) {
  margin-right: 0;
}
@media only screen and (min-width: 960px) {
  .new .item__list__item {
    width: 23.5%;
  }
  .new .item__list__item:nth-child(2n) {
    margin-right: 2%;
  }
  .new .item__list__item:nth-child(3n) {
    margin-right: 2%;
  }
  .new .item__list__item:nth-child(4n) {
    margin-right: 0;
  }
  .new .item__list__item:nth-child(5n) {
    margin-right: 2%;
  }
}
@media only screen and (min-width: 1280px) {
  .new .item__list__item {
    width: 18.4%;
  }
  .new .item__list__item:nth-child(2n) {
    margin-right: 2%;
  }
  .new .item__list__item:nth-child(3n) {
    margin-right: 2%;
  }
  .new .item__list__item:nth-child(4n) {
    margin-right: 2%;
  }
  .new .item__list__item:nth-child(5n) {
    margin-right: 0;
  }
}
.new .scroll-item {
  margin-bottom: 20px;
}
.new__more {
  width: 80%;
  max-width: 480px;
  margin: 0 auto;
}
.new__more img {
  border-radius: 500px;
}
.link {
  padding: 20px 0;
}
@media only screen and (min-width: 640px) {
  .link {
    padding: 40px 0;
  }
}
.link__list {
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  width: 94%;
  max-width: 840px;
  margin: 0 auto;
}
@media only screen and (min-width: 640px) {
  .link__list {
    display: flex;
    display: -ms-flexbox;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    align-items: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
  }
}
.link__list > li {
  width: 80%;
  margin-bottom: 2%;
  text-align: center;
}
@media only screen and (min-width: 640px) {
  .link__list > li {
    width: 49%;
    margin-bottom: 0;
  }
}
.ranking {
  width: 100%;
}
.ranking__menu {
  width: 100%;
  overflow: auto;
  padding: 0 10px;
}
@media only screen and (min-width: 960px) {
  .ranking__menu {
    padding: 0;
    width: 94%;
    margin: 0 auto;
  }
}
.ranking .btn_area {
  border-bottom: none;
  margin: 0;
  padding-bottom: 30px;
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  width: 200%;
}
@media only screen and (min-width: 640px) {
  .ranking .btn_area {
    width: 100%;
  }
}
.ranking .ranking_btn {
  border-radius: 0;
  border-right: 1px solid #aab0bd;
  width: 20%;
  padding: 1rem 0;
  margin: 0;
  color: #333;
  background: #efeff1;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease 0s;
  font-size: 1.1rem;
}
@media only screen and (min-width: 640px) {
  .ranking .ranking_btn {
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 960px) {
  .ranking .ranking_btn {
    font-size: 1.8rem;
  }
}
.ranking .ranking_btn:first-of-type {
  border-left: 1px solid #e3ebf3;
}
.ranking .ranking_btn:hover {
  background-color: #dce1e4;
}
.ranking .ranking_btn.active {
  background: #3d62ad;
  color: #fff;
  position: relative;
}
.ranking .ranking_btn.active::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 10px solid #3d62ad;
  border-right: 16px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 16px solid transparent;
  position: absolute;
  top: 98%;
  left: 50%;
  transform: translateX(-50%);
}
.ranking .panel_area {
  width: 100%;
  overflow: auto;
}
@media only screen and (min-width: 640px) {
  .ranking .panel_area {
    width: 100%;
  }
}
@media only screen and (min-width: 960px) {
  .ranking .panel_area {
    width: 94%;
    margin: 0 auto;
  }
}
.ranking .ranking_panel {
  display: none;
  padding-top: 20px;
  width: 100%;
}
.ranking .ranking_panel.active {
  display: block;
}
.ranking__list {
  display: table;
  width: 100%;
  margin-bottom: 10px;
}
@media only screen and (min-width: 960px) {
  .ranking__list {
    display: flex;
    display: -ms-flexbox;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    align-items: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
  }
}
.ranking__list__item {
  display: table-cell;
  width: auto;
  margin: 0;
  position: relative;
  padding: 0 0 0 20px;
}
@media only screen and (min-width: 960px) {
  .ranking__list__item {
    display: block;
    width: 18.4%;
    margin: 0 2% 0 0;
    padding: 0;
  }
  .ranking__list__item:nth-child(5n) {
    margin-right: 0;
  }
}
.ranking__list__item:first-of-type {
  padding-left: 20px;
}
@media only screen and (min-width: 960px) {
  .ranking__list__item:first-of-type {
    padding-left: 0;
  }
}
.ranking__list__item:last-of-type {
  padding-right: 20px;
}
@media only screen and (min-width: 960px) {
  .ranking__list__item:last-of-type {
    padding-right: 0;
  }
}
.ranking__list__item a {
  display: block;
  text-decoration: none;
  width: 42vw;
}
@media only screen and (min-width: 640px) {
  .ranking__list__item a {
    width: 26vw;
  }
}
@media only screen and (min-width: 960px) {
  .ranking__list__item a {
    width: 100%;
  }
}
.ranking__list .item-image {
  border: solid 1px #e3ebf3;
  margin-bottom: 0.5rem;
  width: 100%;
  position: relative;
}
.ranking__list .item-image::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
.ranking__list .item-image img {
  position: absolute;
  height: 90%;
  max-height: 90%;
  width: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.ranking__list .item-name {
  font-size: 1.2rem;
  line-height: 1.2;
  margin-bottom: 0.4em;
}
.ranking__list .item__sale-rate {
  font-size: 1.4rem;
  background: #f13f3f;
  border-radius: 3px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  padding: 0.5rem;
  margin-right: 0.5em;
}
.ranking__list .item-tax {
  font-size: 75%;
}
.ranking-icon {
  position: absolute;
  top: 8px;
  left: 28px;
  text-align: center;
  background-color: #f3f5f7;
  border-radius: 50%;
  font-size: 12px;
  color: #333;
  width: 30px;
  height: 30px;
  line-height: 2.5;
}
.ranking-icon.rank-1 {
  background: #d1af28;
  color: #fff;
}
.ranking-icon.rank-2 {
  background: #aba8a8;
  color: #fff;
}
.ranking-icon.rank-3 {
  background: #d18858;
  color: #fff;
}
.top-ranking .rankingg__box {
  width: 100%;
  overflow-x: scroll;
}
.top-ranking .rankingg__box .btn_area {
  border-top: 1px solid #e3ebf3;
  border-bottom: none;
  margin: 0;
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  width: 200%;
}
@media only screen and (min-width: 640px) {
  .top-ranking .rankingg__box .btn_area {
    width: 100%;
  }
}
.top-ranking .rankingg__box .ranking_btn {
  border-radius: 0;
  border-right: 1px solid #e3ebf3;
  width: 20%;
  padding: 1rem 0;
  margin: 0;
  color: #333;
  background: #fbfbfb;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease 0s;
  font-size: 1.1rem;
}
@media only screen and (min-width: 640px) {
  .top-ranking .rankingg__box .ranking_btn {
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 960px) {
  .top-ranking .rankingg__box .ranking_btn {
    font-size: 1.8rem;
  }
}
.top-ranking .rankingg__box .ranking_btn:first-of-type {
  border-left: 1px solid #e3ebf3;
}
.top-ranking .rankingg__box .ranking_btn:hover {
  background-color: #dce1e4;
}
.top-ranking .rankingg__box .ranking_btn.active {
  background: #07539f;
  color: #fff;
}
.top-ranking .rankingg__box .panel_area {
  padding: 0.8em;
  width: 200%;
}
@media only screen and (min-width: 640px) {
  .top-ranking .rankingg__box .panel_area {
    width: 100%;
  }
}
.top-ranking .rankingg__box .ranking_panel {
  display: none;
  width: 100%;
}
.top-ranking .rankingg__box .ranking_panel.active {
  display: block;
}
.top-ranking .rankingg__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
}
.top-ranking .rankingg__list__item {
  width: 18%;
  margin: 0;
  position: relative;
}
.top-ranking .rankingg__list__item a {
  text-decoration: none;
}
.top-ranking .rankingg__list .item-image {
  border: solid 1px #e3ebf3;
  margin-bottom: 0.5rem;
  width: 100%;
  position: relative;
}
.top-ranking .rankingg__list .item-image::before {
  background: #000;
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
.top-ranking .rankingg__list .item-image img {
  position: absolute;
  height: 90%;
  max-height: 90%;
  width: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
}
.top-ranking .rankingg__list .item-name {
  font-size: 1.2rem;
  line-height: 1.2;
  margin-bottom: 0.4em;
}
.top-ranking .rankingg__list .item__sale-rate {
  font-size: 1.4rem;
  background: #f13f3f;
  border-radius: 3px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  padding: 0.5rem;
  margin-right: 0.5em;
}
.top-ranking .rankingg__list .item-tax {
  font-size: 75%;
}
.top-ranking .rankingg-icon {
  position: absolute;
  top: 8px;
  left: 8px;
  text-align: center;
  background-color: #f3f5f7;
  border-radius: 50%;
  font-size: 12px;
  color: #333;
  width: 30px;
  height: 30px;
  line-height: 2.5;
}
.top-ranking .rankingg-icon.rank-1 {
  background: #d1af28;
  color: #fff;
}
.top-ranking .rankingg-icon.rank-2 {
  background: #aba8a8;
  color: #fff;
}
.top-ranking .rankingg-icon.rank-3 {
  background: #d18858;
  color: #fff;
}
.content__box .btn_area {
  border-bottom: 5px solid #c7c7c7;
  margin: 0;
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.content__box .tab_btn {
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  width: 30%;
  max-width: 360px;
  color: #333;
  background: #f5f7f8;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease 0s;
  font-size: 1.2rem;
  padding: 1.2em 0;
}
@media only screen and (min-width: 960px) {
  .content__box .tab_btn {
    font-size: 1.8rem;
  }
}
.content__box .tab_btn + .tab_btn {
  margin-left: 8px;
}
.content__box .tab_btn:hover {
  background-color: #dce1e4;
}
.content__box .tab_btn.active {
  background: #07539f;
  color: #fff;
}
.content__box .panel_area {
  border: solid 1px #e3ebf3;
  padding: 0;
}
.content__box .tab_panel {
  display: none;
}
.content__box .tab_panel.active {
  display: block;
}
.content__box .ranking__box {
  width: 100%;
  overflow-x: scroll;
}
.content__box .ranking__box .btn_area {
  border-top: 1px solid #e3ebf3;
  border-bottom: none;
  margin: 0;
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  width: 200%;
}
@media only screen and (min-width: 640px) {
  .content__box .ranking__box .btn_area {
    width: 100%;
  }
}
.content__box .ranking__box .ranking_btn {
  border-radius: 0;
  border-right: 1px solid #e3ebf3;
  width: 20%;
  padding: 1rem 0;
  margin: 0;
  color: #333;
  background: #fbfbfb;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease 0s;
  font-size: 1.1rem;
}
@media only screen and (min-width: 640px) {
  .content__box .ranking__box .ranking_btn {
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 960px) {
  .content__box .ranking__box .ranking_btn {
    font-size: 1.8rem;
  }
}
.content__box .ranking__box .ranking_btn:first-of-type {
  border-left: 1px solid #e3ebf3;
}
.content__box .ranking__box .ranking_btn:hover {
  background-color: #dce1e4;
}
.content__box .ranking__box .ranking_btn.active {
  background: #07539f;
  color: #fff;
}
.content__box .ranking__box .panel_area {
  border: solid 1px #e3ebf3;
  padding: 0.8em;
  width: 200%;
}
@media only screen and (min-width: 640px) {
  .content__box .ranking__box .panel_area {
    width: 100%;
  }
}
.content__box .ranking__box .ranking_panel {
  display: none;
  width: 100%;
}
.content__box .ranking__box .ranking_panel.active {
  display: block;
}
.content__box .ranking__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
}
.content__box .ranking__list__item {
  width: 18%;
  margin: 0;
  position: relative;
}
.content__box .ranking__list__item a {
  text-decoration: none;
}
.content__box .ranking__list .item-image {
  margin-bottom: 0.5rem;
}
.content__box .ranking__list .item-name {
  font-size: 1.2rem;
  line-height: 1.2;
}
.content__box .ranking-icon {
  position: absolute;
  top: 8px;
  left: 8px;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
  font-size: 12px;
  color: #333;
  width: 30px;
  height: 30px;
  line-height: 2.5;
}
.content__box .ranking-icon.rank-1 {
  background: #d1af28;
  color: #fff;
}
.content__box .ranking-icon.rank-2 {
  background: #aba8a8;
  color: #fff;
}
.content__box .ranking-icon.rank-3 {
  background: #d18858;
  color: #fff;
}
.feature__list {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  margin-bottom: 20px;
}
@media only screen and (min-width: 640px) {
  .feature__list {
    display: flex;
    display: -ms-flexbox;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    align-items: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    margin-bottom: 30px;
  }
}
.feature__list__item {
  width: 49%;
}
@media only screen and (min-width: 640px) {
  .feature__list__item {
    width: 49%;
  }
}
@media only screen and (min-width: 960px) {
  .feature__list__item {
    width: 23.5%;
  }
}
.feature__list__more {
  border-radius: 300px;
  background: #1e4089;
  color: #fff;
  display: block;
  padding: 1.4rem 0;
  font-size: 1.5rem;
  width: 90%;
  max-width: 480px;
  margin: 0 auto 40px;
  text-align: center;
  text-decoration: none;
}
@media only screen and (min-width: 960px) {
  .feature__list__more {
    font-size: 2rem;
  }
}
.feature__list__more i {
  margin-left: 1em;
}
.information {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  padding-bottom: 40px;
}
.information__news {
  width: 100%;
  margin-bottom: 30px;
}
@media only screen and (min-width: 640px) {
  .information__news {
    margin-bottom: 0;
    width: 55%;
  }
}
.information .news-caution a {
  border: 1px solid #f33535;
  background: #ffefef;
  display: block;
  font-weight: 500;
  text-align: center;
  padding: 0.8em;
  color: #f33535;
}
.information__list {
  border-top: 1px solid #dce1e4;
  width: 100%;
  margin-bottom: 20px;
}
.information__list li a {
  display: block;
  padding: 1.2rem;
  border-bottom: 1px solid #dce1e4;
  text-decoration: none;
}
.information__list li .news-date {
  margin-right: 0.8em;
}
.information__bnr {
  width: 100%;
}
@media only screen and (min-width: 640px) {
  .information__bnr {
    width: 40%;
  }
}
.information__bnr__list__item {
  text-align: center;
}
.information__bnr__list__item img {
  width: 100%;
  max-width: 360px;
}
.information__bnr__list__item + li {
  margin-top: 2%;
}
.our-shop__list {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
}
@media only screen and (min-width: 960px) {
  .our-shop__list {
    display: flex;
    display: -ms-flexbox;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    align-items: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
  }
}
.our-shop__list__item {
  width: 100%;
  font-size: 1.2rem;
  margin-bottom: 2%;
}
@media only screen and (min-width: 640px) {
}
@media only screen and (min-width: 960px) {
}
.page {
  padding-bottom: 40px;
}
.page__title {
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
}
.page h1 {
  font-size: 2.8rem;
  font-weight: 500;
  margin: 1em 0;
}
.page h1 span {
  font-size: 1.6rem;
  display: inline-block;
  margin-left: 1em;
}
.page h2 {
  font-size: 2.4rem;
  font-weight: 500;
  margin: 1em 0;
}
.page h2 span {
  font-size: 1.4rem;
  display: inline-block;
  margin-left: 1em;
}
.page h3 {
  font-size: 2rem;
  font-weight: 500;
  margin: 2.4em 0 1em;
}
.page h3 span {
  font-size: 1.2rem;
  display: inline-block;
  margin-left: 1em;
}
.page h4 {
  font-size: 1.8rem;
  font-weight: 500;
  margin: 1em 0 0.5em;
}
.page h4 span {
  font-size: 1.2rem;
  display: inline-block;
  margin-left: 1em;
}
.page .contract__section {
  border-top: 1px solid #adadad;
}
.page .contract__section dt {
  padding: 0.8em 0.8em 0 0.8em;
  font-weight: 600;
}
@media only screen and (min-width: 640px) {
  .page .contract__section dt {
    font-weight: 400;
    float: left;
    width: 240px;
  }
}
.page .contract__section dd {
  padding: 0.8em;
}
@media only screen and (min-width: 640px) {
  .page .contract__section dd {
    width: 65%;
    margin-left: 240px;
    padding: 0.8em 0;
  }
}
.page .contract__section dd + dd {
  padding-top: 0;
}
.page .privacy {
  margin-bottom: 40px;
}
.page .privacy__list {
  margin: 1em 0 1em 1.5em;
  list-style: square outside;
}
.page .privacy__list > li {
  margin-bottom: 0.5em;
}
.page .privacy__list ul {
  list-style: circle;
  margin: 0.5em 0 1em 1.5em;
}
.page .privacy__list__num {
  list-style: decimal outside;
  margin: 1em 0 1em 1.5em;
}
.page .review .review-item-wrap {
  border: 1px solid #333;
  padding: 20px;
  border-radius: 3px;
  display: flex;
  margin-bottom: 60px;
}
.page .review .review-item-wrap .review-item-image {
  padding-right: 20px;
  width: 120px;
}
.page .review .review-item-wrap .review-item-image img {
  width: 100%;
  height: 120px;
  -o-object-fit: cover;
  object-fit: cover;
}
.page .review .review-item-info .review-item-category {
  font-size: 12px;
  margin-bottom: 8px;
}
.page .review .review-item-info .review-item-name {
  font-size: 18px;
}
.page .review .review-item-info .total-review {
  display: flex;
  align-items: baseline;
  margin-top: 10px;
}
.page .review .review-item-info .review-star {
  margin-right: 10px;
}
.page .review .review-item-info .review-average {
  font-size: 20px;
  font-weight: 700;
}
.page .review .review-item-info .review-count {
  font-size: 12px;
}
.page .review .review-form-wrap {
  width: 485px;
  margin: 0 auto;
}
.page .review .review-form {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.page .review .review-form:last-child {
  margin-bottom: 60px;
}
.page .review .review-form dt {
  width: 150px;
  text-align: left;
}
.page .review .review-form .review-form-content {
  width: 100%;
}
.page .review .review-form dd input {
  border: 1px solid #707070;
  width: 100%;
}
.page .review .review-form dd .reviewRateStar:before {
  font-size: 18px;
}
.page .review .review-post-btn {
  border: none !important;
  background: #707070;
  color: #fff;
}
.page .company__img img {
  border-radius: 5px;
  width: 100%;
  max-width: 200%;
}
.page .company__lead {
  padding: 2em 0;
  line-height: 1.75;
}
@media only screen and (min-width: 960px) {
  .page .company__lead {
    text-align: center;
  }
}
.page .company__lead p {
  margin-bottom: 1em;
}
@media only screen and (min-width: 960px) {
  .page .company__lead p .pc-br {
    display: block;
  }
}
.page .company__profile {
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: flex-start;
  align-items: stretch;
  width: 100%;
}
@media only screen and (min-width: 960px) {
  .page .company__profile {
    display: flex;
    display: -ms-flexbox;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    align-items: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
  }
}
.page .company__profile dt {
  align-self: stretch;
  width: 100%;
  padding: 1.2rem 1.2rem 0.5rem 1.2rem;
  font-weight: 600;
}
@media only screen and (min-width: 960px) {
  .page .company__profile dt {
    padding: 1.2rem;
    border-bottom: 1px solid #adadad;
    width: 25%;
    font-weight: 400;
  }
}
.page .company__profile dd {
  border-bottom: 1px solid #adadad;
  width: 100%;
  padding: 0.5rem 1.2rem 1.2rem 1.2rem;
}
@media only screen and (min-width: 960px) {
  .page .company__profile dd {
    padding: 1.2rem;
    width: 75%;
  }
}
.page .company__profile dd .at-mark::after {
  content: "@";
  display: inline-block;
}
.page .company__profile dd .contact-btn {
  padding: 0.5em 0;
}
.page .company__profile dd .contact-btn a {
  background: #64b5b7;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  padding: 0.2rem 1.6rem;
}
.page .guide {
  margin-bottom: 80px;
}
.page .guide h2 {
  border-bottom: 1px solid #b7b7b7;
}
.page .guide p {
  margin-bottom: 1em;
}
.page .guide p a {
  color: #1e79e2;
  text-decoration: underline;
}
.page .guide strong {
  color: #e24040;
}
.page .guide .at-mark::before {
  content: "@";
  display: inline-block;
}
.page .guide__payment {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  margin: 1em 0;
}
.page .guide__payment__card {
  text-align: center;
  padding: 0 20px;
}
.page .guide__payment__card img {
  height: 45px;
}
.page .guide__payment__amazon {
  width: 280px;
  margin-bottom: 20px;
}
.page .guide__payment__paypay {
  width: 280px;
  margin-bottom: 20px;
}
.page .guide__shipping-fee {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: stretch;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  border: 1px solid #b7b7b7;
  margin-bottom: 20px;
}
.page .guide__shipping-fee > dt {
  display: flex;
  align-items: stretch;
  background: #e4e4e4;
  width: 20%;
  padding: 0.8em;
  border-right: 1px solid #b7b7b7;
}
.page .guide__shipping-fee > dt:not(:last-of-type) {
  border-bottom: 1px solid #b7b7b7;
}
.page .guide__shipping-fee > dd {
  width: 80%;
  padding: 0.8em;
}
.page .guide__shipping-fee > dd:not(:last-of-type) {
  border-bottom: 1px solid #b7b7b7;
}
.page .guide__shipping-fee > dd div {
  padding-top: 0;
}
.page .guide__shipping .about_mail a {
  background: #2798b4;
  border-radius: 3px;
  color: #fff;
  display: block;
  width: 80%;
  max-width: 320px;
  text-align: center;
  padding: 1.2rem 0;
}
.page .guide__shipping-delivery-time {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: baseline;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
}
.page .guide__shipping-delivery-time > li {
  border: 1px solid #b7b7b7;
  padding: 0.8em;
  margin: 0 2% 2% 0;
  width: 49%;
  text-align: center;
}
.page .guide__shipping-delivery-time > li:nth-child(2n) {
  margin-right: 0;
}
@media only screen and (min-width: 640px) {
  .page .guide__shipping-delivery-time > li {
    width: 32%;
  }
  .page .guide__shipping-delivery-time > li:nth-child(2n) {
    margin-right: 2%;
  }
  .page .guide__shipping-delivery-time > li:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 960px) {
  .page .guide__shipping-delivery-time > li {
    width: 15%;
  }
  .page .guide__shipping-delivery-time > li:nth-child(2n) {
    margin-right: 2%;
  }
  .page .guide__shipping-delivery-time > li:nth-child(3n) {
    margin-right: 2%;
  }
  .page .guide__shipping-delivery-time > li:nth-child(6n) {
    margin-right: 0;
  }
}
.page .news__list {
  margin-bottom: 20px;
}
.page .news__list > li {
  border-bottom: 1px solid #e0e5e6;
}
.page .news__list > li a {
  display: block;
  padding: 1.5em 1em;
  transition: 0.3s;
}
.page .news__list > li a:hover {
  background: #d6dce6;
}
.page .news-detail {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
}
.page .news-detail-date {
  width: 8em;
  margin-right: 1em;
}
.page .news-detail-title {
  width: calc(100% - 9em);
}
.page .news__item__head {
  margin-bottom: 20px;
}
.page .news__item__head .news-date {
  margin-bottom: 0;
}
.page .news__item__head .news-title {
  margin-top: 0;
}
.page .news__item__body {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #2d5979;
}
.page .news-pager .pager-left {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  margin-bottom: 1em;
}
.page .news-pager .pager-left p + p {
  margin-left: 2em;
}
.page .news-pager .back {
  text-align: center;
}
.page .news-pager .back a {
  border: 1px solid #2d5979;
  display: block;
  text-align: center;
  width: 100%;
  max-width: 8em;
  padding: 0.5em;
  margin: 0 auto;
}
.page__nekopos section {
  margin-bottom: 40px;
}
.page__nekopos p {
  margin-bottom: 1em;
}
.page__nekopos .list-table {
  flex-direction: column;
  align-items: flex-start;
}
.page__nekopos .list-table dd,
.page__nekopos .list-table dt {
  width: 100%;
}
.category-list .search-cat__list {
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
}
.category-list .search-cat__list__item {
  width: 100%;
}
.category-list .search-cat__list__item h3 {
  font-weight: 500;
  margin-bottom: 1em;
}
.category-list .search-cat__list__item__child {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: flex-start;
  align-items: stretch;
  width: 100%;
}
.category-list .search-cat__list__item__child > li {
  display: flex;
  align-items: stretch;
  font-size: 1.2rem;
  width: 49%;
  margin-right: 2%;
}
.category-list .search-cat__list__item__child > li:nth-child(2n) {
  margin-right: 0;
}
@media only screen and (max-width: 375px) {
  .category-list .search-cat__list__item__child > li {
    width: 100%;
    margin-right: 0;
  }
}
@media only screen and (min-width: 640px) {
  .category-list .search-cat__list__item__child > li {
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 960px) {
  .category-list .search-cat__list__item__child > li {
    font-size: 1.4rem;
    width: 32%;
    margin-right: 2%;
  }
  .category-list .search-cat__list__item__child > li:nth-child(2n) {
    margin-right: 2%;
  }
  .category-list .search-cat__list__item__child > li:nth-child(3n) {
    margin-right: 0;
  }
}
.category-list .search-cat__list__item__child > li a {
  display: flex;
  align-items: center;
  width: 100%;
}
.category-list .search-cat__list__item:last-of-type {
  text-align: center;
}
.category-list .search-cat__list__item:last-of-type a {
  background: #64b5b7;
  border-radius: 3px;
  color: #fff;
  display: block;
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  padding: 0.8rem 0;
}
.item__content {
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 20px;
}
@media only screen and (min-width: 960px) {
  .item__content {
    display: flex;
    display: -ms-flexbox;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    align-items: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    padding: 40px 0;
  }
}
.item__content__image {
  width: 100%;
}
@media only screen and (min-width: 960px) {
  .item__content__image {
    width: 49%;
  }
}
.item__content__image .gallery {
  margin-bottom: 20px;
}
.item__content__image .gallery li {
  list-style: none;
}
.item__content__image .gallery li > div {
  width: 100%;
  position: relative;
}
.item__content__image .gallery li > div::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.item__content__image .gallery li > div img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.item__content__image .gallery-nav {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
}
.item__content__image .gallery-nav > li {
  width: 23.5%;
  margin: 0 2% 2% 0;
}
.item__content__image .gallery-nav > li:nth-child(4n) {
  margin-right: 0;
}
.item__content__image .gallery-nav > li > div {
  border: 1px solid #b8b8b8;
  width: 100%;
  position: relative;
}
.item__content__image .gallery-nav > li > div::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.item__content__image .gallery-nav > li > div img {
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.item__content__image .slick-next,
.item__content__image .slick-prev {
  position: absolute;
  z-index: 3;
  top: 42%;
  cursor: pointer;
  outline: 0;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  height: 15px;
  width: 15px;
}
.item__content__image .slick-prev:after {
  content: "";
  position: absolute;
  top: -14px;
  left: -8px;
  width: 40px;
  opacity: 0.5;
  height: 30px;
  transform: rotate(45deg);
  background-color: rgba(251, 250, 247, 0.75);
}
.item__content__image .slick-next:after {
  content: "";
  position: absolute;
  top: -14px;
  left: -8px;
  width: 40px;
  opacity: 0.5;
  height: 30px;
  transform: rotate(45deg);
  background-color: rgba(251, 250, 247, 0.75);
}
.item__content__image .slick-prev {
  left: 2.5%;
  transform: rotate(-135deg);
}
.item__content__image .slick-next {
  right: 2.5%;
  transform: rotate(45deg);
}
.item__content__image .slick-track {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.item__content__image .choice-btn {
  margin: 6px 0 40px;
}
.item__content__image .choice-btn li {
  cursor: pointer;
  background: #333;
  width: 100px !important;
  margin-right: 8px;
  margin-bottom: 12px;
}
.item__content__image .choice-btn li:nth-child(5n) {
  margin-right: 0;
}
.item__content__image .choice-btn .slick-track {
  width: 100% !important;
}
.item__content__image .choice-btn li img {
  opacity: 0.4;
  width: 100px;
  height: 110px;
  -o-object-fit: cover;
  object-fit: cover;
}
.item__content__image .choice-btn li.slick-current img {
  opacity: 1;
}
.item__content__image .slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.item__content__image .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.item__content__image .slick-list:focus {
  outline: 0;
}
.item__content__image .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.item__content__image .slick-slider .slick-list,
.item__content__image .slick-slider .slick-track {
  transform: translate3d(0, 0, 0);
}
.item__content__image .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.item__content__image .slick-track:after,
.item__content__image .slick-track:before {
  display: table;
  content: "";
}
.item__content__image .slick-track:after {
  clear: both;
}
.item__content__image .slick-loading .slick-track {
  visibility: hidden;
}
.item__content__image .slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.item__content__image [dir="rtl"] .slick-slide {
  float: right;
}
.item__content__image .slick-slide img {
  display: block;
}
.item__content__image .slick-slide.slick-loading img {
  display: none;
}
.item__content__image .slick-slide.dragging img {
  pointer-events: none;
}
.item__content__image .slick-initialized .slick-slide {
  display: block;
}
.item__content__image .slick-loading .slick-slide {
  visibility: hidden;
}
.item__content__image .slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.item__content__image .slick-arrow.slick-hidden {
  display: none;
}
.item__content__detail {
  width: 100%;
}
@media only screen and (min-width: 960px) {
  .item__content__detail {
    width: 48%;
  }
}
.item__content .youtube {
  position: relative;
  margin: 20px 0;
  width: 100%;
  padding-top: 56.25%;
}
.item__content .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.item__content .item-title {
  margin-bottom: 1em;
}
.item__content .item-title .item-icon {
  margin-bottom: 10px;
}
.item__content .item-title .item-icon span {
  border-radius: 3px;
  display: inline-block;
  padding: 0.2em 1.6em;
}
.item__content .item-title .item-icon__soldout {
  background: #47484a;
  color: #fff;
}
.item__content .item-title .item-icon__sale {
  background: #ec444d;
  color: #fff;
}
.item__content .item-title .item-category-name {
  margin-bottom: 16px;
}
.item__content .item-title .item-category-name a {
  border-radius: 3px;
  color: #000;
  border: 1px solid #000;
  padding: 0.2em 1.6em;
  text-decoration: none;
}
.item__content .item-title h1 {
  font-size: 2rem;
  font-weight: 500;
}
.item__content .item-title .bulk-text {
  border: 2px solid #f5c160;
  border-radius: 3px;
  display: block;
  padding: 0.5rem 10px;
  margin-bottom: 10px;
}
.item__content .item-title .bulk-text a {
  border-radius: 3px;
  display: block;
  background: #f3d49b;
  padding: 0.5rem;
  margin-top: 0.5em;
  text-align: center;
  transition: 0.3s;
}
.item__content .item-title .bulk-text a:hover {
  background: #f5c160;
  transition: 0.3s;
}
.item__content .item__price-wrap .price-fixed {
  font-size: 1.3rem;
  margin-bottom: 5px;
  line-height: 1;
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.item__content .item__price-wrap .price-original {
  color: #6c6c6c;
  text-decoration: line-through;
}
.item__content .item__price-wrap .price-sale-rate {
  border-radius: 3px;
  background: #e23b3b;
  color: #fff;
  padding: 0.2em 0.8em;
  margin: 0 0.4em 0 0;
}
.item__content .item__price-wrap .price-sale {
  color: #e23b3b;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0.3em;
}
@media only screen and (min-width: 640px) {
  .item__content .item__price-wrap .price-sale {
    font-size: 3.2rem;
  }
}
@media only screen and (min-width: 960px) {
  .item__content .item__price-wrap .price-sale {
    font-size: 3.6rem;
  }
}
.item__content .item__price-wrap .price-tax {
  font-size: 1.2rem;
}
.item__content .item__price-wrap .sale-text {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.item__content .item__price-wrap .sale-priod {
  border-radius: 3px;
  background: #ffe9e9;
  padding: 0.4em;
  margin: 1em 0;
  text-align: center;
}
.item__content
  .item__price-wrap
  .sale-priod
  .sale-priod-start
  + .sale-priod-end::before {
  content: "ー";
  margin: 0 0.4em;
  display: inline;
}
.item__content .item__sale-rate {
  font-size: 1.8rem;
  background: #ea1616;
  border-radius: 3px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  padding: 0.5rem 0.8rem;
  margin-right: 0.5em;
}
.item__content .item-point {
  font-size: 1.2rem;
  margin: 0 0 1em;
}
.item__content .item-point span {
  margin: 0 0.2em;
  display: inline-block;
}
.item__content .item-review {
  font-size: 1.2rem;
  margin-bottom: 1em;
}
.item__content .item-sell-text {
  margin-bottom: 1em;
}
.item__content .item-quantity {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  font-size: 12px;
  margin-bottom: 0;
}
.item__content .item-quantity input {
  width: 40px;
  border: 1px solid #333;
  margin-left: 8px;
}
.item__content .item-quantity__num {
  margin-right: 1em;
}
.item__content .item-description {
  padding: 20px 0;
}
.item__content .item-description__title {
  background: #efefef;
  font-weight: 500;
  margin-bottom: 1em;
  padding: 0.4em 1.2em;
}
.item__content .item-info__list > li dl {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
}
.item__content .add-cart {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 10px 0 40px;
}
.item__content .add-cart a {
  text-decoration: none;
}
.item__content .add-cart .item-stock {
  margin-right: 14px;
  font-size: 10px;
}
.item__content .add-cart .btn {
  width: 80%;
  display: inline-block;
  text-align: center;
  border-radius: 5px;
  padding: 15px 0;
  font-weight: 700;
  font-size: 13px;
  color: #fff;
}
.item__content .add-cart-btn {
  background: #358deb;
}
.item__content .add-cart-btn i {
  margin-right: 0.4em;
}
.item__content .add-cart .restock-btn {
  background: #333;
}
.item__content .add-cart .disabled-btn {
  background: #b5b5b5;
}
.item__content .add-cart .subscription-btn {
  background: #006bed;
  margin-top: 8px;
}
.item__content .add-cart .off {
  display: none;
}
.item__content .add-cart .on {
  display: block;
}
.item__content .subscription-only {
  margin-top: 0 !important;
}
.item__content .item-stock-sku {
  margin-bottom: 8px;
}
.item__content .favorite-wrap {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  width: 100%;
}
.item__content .favorite-wrap .restock {
  width: 50%;
}
.item__content .favorite-wrap .restock a {
  background: #d39c3d;
  width: 100%;
}
.item__content .favorite a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f004";
  font-size: 24px;
  margin-left: 18px;
  color: #ff7683;
}
.item__content .favorite a:hover::after {
  font-weight: 900;
}
.item__content .modal-area {
  display: none;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.item__content .modal-bg {
  width: 100%;
  height: 100%;
  background-color: rgba(30, 30, 30, 0.9);
}
.item__content .modal-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  max-width: 640px;
  padding: 30px;
  background-color: #fff;
}
.item__content .modal-cart-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.item__content .modal-cart-btn li {
  border-radius: 5px;
  margin: 12px;
}
.item__content .modal-cart-btn li a {
  width: 240px;
  display: inline-block;
  text-align: center;
  padding: 15px 0;
  font-weight: 700;
  font-size: 13px;
  color: #fff;
}
.item__content .modal-cart-btn li a i {
  margin-right: 0.5em;
}
.item__content .modal-cart {
  background: #707070;
}
.item__content .modal-order {
  background: #1fd5ad;
}
.item__content .modal-close {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  cursor: pointer;
}
.item__content .modal-open {
  cursor: pointer;
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: baseline;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  width: 100%;
}
.item__content .item-contact {
  margin-bottom: 40px;
}
.item__content .item-contact::before {
  content: "";
  display: block;
  width: 100%;
  border: 1px solid #cbcbcb;
  margin: 30px 0 40px;
}
.item__content .item-contact a {
  color: #282828;
  width: 100%;
  display: inline-block;
  padding: 8px 0;
  border: 1px solid #333;
  border-radius: 2px;
  text-align: center;
  text-decoration: none;
}
.item__content .item-contact a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f0e0";
  font-size: 16px;
  font-weight: 900;
  padding-right: 10px;
  color: #707070;
}
.item__content .parts__match {
  padding: 10px 15px 10px;
  margin: 0 auto 30px;
  border: 5px solid #29ba93;
  font-size: 18px;
  color: #29ba93;
  box-sizing: border-box;
  text-align: center;
  width: 100%;
}
.item__content .parts__match p {
  text-align: right;
}
.item__content .parts__match p a {
  text-align: right;
  font-size: 11px;
  padding: 5px;
  text-decoration: none;
  color: #29ba93;
}
.item__content .parts__match p a:hover {
  background: #29ba93;
  color: #fff;
}
.item__content .parts__match dl {
  margin-bottom: 10px;
}
.item__content .parts__match dl dt {
  font-size: 16px;
  border-bottom: 1px dotted #29ba93;
  padding-bottom: 5px;
  margin-bottom: 15px;
  color: #29ba93;
  line-height: 2;
}
.item__content .parts__match dl dd {
  line-height: 1.4;
  text-align: left;
}
.item__content .parts__notice-order {
  margin-bottom: 1em;
}
.item__content .parts__notice-color {
  color: #383838;
  line-height: 1.4;
}
.item__content .parts__notice-color p {
  text-indent: -0.75em;
  margin-left: 1.5em;
  font-size: 1.2rem;
}
@media only screen and (min-width: 640px) {
  .item__content .parts__notice-color p {
    font-size: 1.3rem;
  }
}
.item__content .parts__notice-color p::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f071";
  display: inline-block;
  color: #ff9e03;
  margin-right: 0.5em;
}
.item .group-review-section {
  border-top: 1px solid #858585;
  border-bottom: 1px solid #858585;
  padding-top: 20px;
}
@media only screen and (min-width: 960px) {
  .item .group-review-section {
    padding-top: 40px;
  }
}
.item .checked-contents {
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
}
.item .checked-contents .item__list__item {
  font-size: 1.1rem;
}
@media only screen and (min-width: 640px) {
  .item .checked-contents .item__list__item {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 960px) {
  .item .checked-contents .item__list__item {
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 1280px) {
  .item .checked-contents .item__list__item {
    width: 15%;
  }
  .item .checked-contents .item__list__item:nth-child(2n) {
    margin-right: 2%;
  }
  .item .checked-contents .item__list__item:nth-child(3n) {
    margin-right: 2%;
  }
  .item .checked-contents .item__list__item:nth-child(4n) {
    margin-right: 2%;
  }
  .item .checked-contents .item__list__item:nth-child(5n) {
    margin-right: 2%;
  }
  .item .checked-contents .item__list__item:nth-child(6n) {
    margin-right: 0;
  }
}
.category h1 {
  font-weight: 600;
  margin: 1em 0 0.5em;
  font-size: 2rem;
}
@media only screen and (min-width: 640px) {
  .category h1 {
    font-size: 2.4rem;
  }
}
@media only screen and (min-width: 960px) {
  .category h1 {
    font-size: 2.8rem;
  }
}
.category h1 span {
  font-size: 1.6rem;
  display: inline-block;
  margin-left: 1em;
}
.category h2 {
  font-weight: 500;
  margin: 1em 0;
  font-size: 1.6rem;
}
@media only screen and (min-width: 640px) {
  .category h2 {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 960px) {
  .category h2 {
    font-size: 2.2rem;
  }
}
.category h2 span {
  font-size: 1.4rem;
  display: inline-block;
  margin-left: 1em;
}
.category__key {
  text-align: center;
}
.category__key img {
  width: 100%;
  max-width: 1200px;
  height: auto;
}
.category__title {
  margin-bottom: 40px;
  text-align: center;
  line-height: 1;
}
.category__title::after {
  background: #3d62ad;
  content: "";
  display: block;
  width: 220px;
  height: 2px;
  margin: 0 auto;
}
.category__description {
  margin-bottom: 40px;
}
@media only screen and (min-width: 960px) {
  .category__description {
    text-align: center;
  }
}
.category__sale-description {
  margin-bottom: 40px;
}
@media only screen and (min-width: 960px) {
  .category__sale-description {
    text-align: center;
  }
}
.category__sale-description .sale-point {
  font-weight: 600;
  font-size: 2.4rem;
  position: relative;
  display: inline-block;
}
.category__sale__list {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  align-items: stretch;
}
.category__sale__list > li {
  margin: 0 0 2%;
  width: 49%;
  text-align: center;
}
@media only screen and (min-width: 640px) {
  .category__sale__list > li {
    width: 30%;
  }
}
.category__sale__list > li a {
  border: 1px solid #000;
  border-radius: 3px;
  display: block;
  padding: 1.8rem;
  transition: 0.3s;
}
.category__sale__list > li a:hover {
  background: #2459b5;
  border: 1px solid #2459b5;
  color: #fff;
}
.category__sale__list + .category-child-item {
  display: none;
}
.category .category-child-item + .category-child-item {
  display: none;
}
.category__sort {
  margin: 20px 0;
}
@media only screen and (min-width: 960px) {
  .category__sort {
    margin-bottom: 40px;
  }
}
.category .list-head-sort {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: baseline;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
}
.category .list-head-sort dt {
  margin-right: 0.4em;
}
.category .list-head-sort dd a {
  background: #e7e8e8;
  color: #282828;
  display: block;
  padding: 0.2rem 0.8rem;
  text-decoration: none;
  font-size: 1.1rem;
}
@media only screen and (min-width: 640px) {
  .category .list-head-sort dd a {
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 960px) {
  .category .list-head-sort dd a {
    font-size: 1.4rem;
  }
}
.category .list-head-sort dd + dd {
  margin-left: 0.4em;
}
.category-child-item {
  margin-bottom: 40px;
  border-bottom: 1px solid #858585;
}
.category-child-item > li {
  display: inline-block;
  margin: 0 1em 1em 0;
}
.category-child-item > li a {
  border: 1px solid #858585;
  display: block;
  padding: 0.2rem 0.8rem;
}
.category-child-item-icon {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: flex-start;
  align-items: stretch;
}
.category-child-item-icon > li {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 2%;
  align-self: stretch;
}
.category-child-item-icon > li:nth-child(2n) {
  margin-right: 0;
}
@media only screen and (min-width: 640px) {
  .category-child-item-icon > li {
    width: 32%;
  }
  .category-child-item-icon > li:nth-child(2n) {
    margin-right: 2%;
  }
  .category-child-item-icon > li:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 960px) {
  .category-child-item-icon > li {
    width: 23.5%;
  }
  .category-child-item-icon > li:nth-child(2n) {
    margin-right: 2%;
  }
  .category-child-item-icon > li:nth-child(3n) {
    margin-right: 2%;
  }
  .category-child-item-icon > li:nth-child(4n) {
    margin-right: 0;
  }
}
.category-child-item-icon > li > a {
  border: 1px solid #cac9c9;
  display: block;
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  align-items: stretch;
  height: 100%;
  padding: 0.8em;
  font-size: 1.3rem;
  font-weight: 600;
}
.category-child-item-icon > li .icon {
  width: 30px;
  margin-right: 15px;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 640px) {
  .category-child-item-icon > li .icon {
    width: 50px;
    margin-right: 16px;
  }
}
.category-child-item-icon > li .icon img {
  width: 100%;
  height: auto;
}
.category-child-item-icon > li .cat-name {
  width: calc(100% - 55px);
  height: 100%;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 640px) {
  .category-child-item-icon > li .cat-name {
    width: calc(100% - 80px);
  }
}
.category .item-list-review {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.category .item-list-review .reviewRate {
  margin-right: 0.5em;
}
.feature-cat {
  padding-top: 40px;
}
.feature-cat-3 + .category-child-item {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.feature-cat-3 + .category-child-item > li {
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 640px) {
  .feature-cat-3 + .category-child-item > li {
    width: 30%;
  }
}
.feature-cat-3 + .category-child-item > li a {
  padding: 1.6rem 0;
}
.feature-cat h2 {
  text-align: center;
}
.feature-cat__lead {
  margin-bottom: 30px;
}
@media only screen and (min-width: 960px) {
  .feature-cat__lead {
    text-align: center;
    margin-bottom: 40px;
  }
}
.feature-cat__lead br {
  display: none;
}
@media only screen and (min-width: 960px) {
  .feature-cat__lead br {
    display: inline;
  }
}
.feature-cat__list {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.feature-cat__list > li {
  width: 100%;
  margin-bottom: 2%;
  text-align: center;
}
@media only screen and (min-width: 640px) {
  .feature-cat__list > li {
    width: 30%;
  }
}
.feature-cat__list > li a {
  border: 1px solid #000;
  border-radius: 3px;
  display: block;
  padding: 1.8rem;
  transition: 0.3s;
}
.feature-cat__list > li a:hover {
  background: #2459b5;
  border: 1px solid #2459b5;
  color: #fff;
}
.feature-cat__list + .category-child-item {
  display: none;
}
.feature-cat__itemlist {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  margin-bottom: 40px;
}
.feature-cat__itemlist > li {
  width: 49%;
  margin-bottom: 2%;
  margin-right: 2%;
}
.feature-cat__itemlist > li:nth-child(2n) {
  margin-right: 0;
}
@media only screen and (min-width: 640px) {
  .feature-cat__itemlist > li {
    width: 32%;
  }
  .feature-cat__itemlist > li:nth-child(2n) {
    margin-right: 2%;
  }
  .feature-cat__itemlist > li:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 960px) {
  .feature-cat__itemlist > li {
    width: 23.5%;
  }
  .feature-cat__itemlist > li:nth-child(2n) {
    margin-right: 2%;
  }
  .feature-cat__itemlist > li:nth-child(3n) {
    margin-right: 2%;
  }
  .feature-cat__itemlist > li:nth-child(4n) {
    margin-right: 0;
  }
}
.feature-cat__itemlist > li .item-img {
  border: 1px solid #d6d6d6;
  position: relative;
  margin-bottom: 0.8em;
  width: 100%;
  transition: 0.3s;
  overflow: hidden;
}
.feature-cat__itemlist > li .item-img::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.feature-cat__itemlist > li .item-img img {
  position: absolute;
  max-width: 90%;
  max-height: 90%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transition: 0.3s;
}
.feature-cat__itemlist > li .item-img:hover {
  transition: 0.3s;
}
.feature-cat__itemlist > li .item-img:hover img {
  transform: scale(1.1, 1.1);
}
.feature-cat__itemlist > li a {
  display: block;
  text-decoration: none;
}
.feature-cat__thumblist {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.feature-cat__thumblist > li {
  width: 100%;
  margin-bottom: 2%;
  align-self: stretch;
  display: flex;
}
@media only screen and (min-width: 640px) {
  .feature-cat__thumblist > li {
    width: 30%;
  }
}
.feature-cat__thumblist > li a {
  border-radius: 50px;
  background: #fff;
  border: 1px solid #c7c7c7;
  border-radius: 5px;
  padding: 1.8rem;
  transition: 0.3s;
  align-items: stretch;
  width: 100%;
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.feature-cat__thumblist > li a:hover {
  background: #2459b5;
  box-shadow: 5px 5px 30px #d8d5d5, -5px -5px 20px #fff;
  color: #fff;
}
.feature-cat__thumblist > li a > div {
  width: 15%;
  margin-right: 4%;
}
@media only screen and (min-width: 960px) {
  .feature-cat__thumblist > li a > div {
    width: 20%;
  }
}
.feature-cat__thumblist > li a > div + div {
  width: auto;
  margin-right: 0;
  align-self: center;
  display: flex;
}
.feature-cat__thumblist + .category-child-item {
  display: none;
}
.feature-cat + .category-child-item {
  display: none;
}
.petitprice .category-child-item {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
}
.petitprice .category-child-item > li {
  width: 100%;
  text-align: center;
}
.petitprice .category-child-item > li a {
  padding: 1.2rem;
}
@media only screen and (min-width: 640px) {
  .petitprice .category-child-item > li {
    width: 49%;
    margin-right: 0;
  }
}
.cart {
  padding: 40px 0;
}
.cart h1 {
  margin-bottom: 1.5em;
}
.cart__item {
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
}
.cart__item td {
  border-bottom: 1px solid #b9b9b9;
  padding: 0.6em 0.4em;
}
.cart__item__image {
  width: 20%;
}
@media only screen and (min-width: 640px) {
  .cart__item__image {
    width: 120px;
  }
}
.cart__item__info {
  font-size: 1.2rem;
  width: auto;
}
@media only screen and (min-width: 640px) {
  .cart__item__info {
    font-size: 1.5rem;
  }
}
.cart__item__info__name {
  margin-bottom: 0.5rem;
}
.cart__item__info__name .item-name {
  margin-bottom: 0.4em;
  line-height: 1.4;
}
.cart__item__price {
  font-size: 1.1rem;
  width: 28%;
  text-align: right;
}
@media only screen and (min-width: 640px) {
  .cart__item__price {
    font-size: 1.5rem;
    width: 160px;
  }
}
.cart__item__price input {
  padding: 0.3rem;
  border-radius: 3px;
  border: 1px solid #000;
  width: 2.5em;
  margin-right: 0.4em;
  text-align: center;
  font-size: 1.3rem;
}
@media only screen and (min-width: 640px) {
  .cart__item__price input {
    font-size: 1.6rem;
  }
}
.cart__item__price__subtotal {
  text-align: right;
  font-size: 1.8rem;
  width: 100%;
  margin-bottom: 0.4em;
}
.cart__item__price .item-cart-quantity {
  width: 100%;
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
}
.cart__item__price .item-cart-quantity .item-inn {
  width: 100%;
  margin-bottom: 1em;
}
.cart__item__price .item-cart-quantity .item-inn a {
  border-radius: 3px;
  background: #ebebeb;
  display: inline-block;
  padding: 0.3rem 0.5rem;
}
.cart__item__price .item-cart-quantity .item-delete {
  display: block;
  text-align: right;
  width: 100%;
}
.cart__item__price .item-cart-quantity .item-delete a {
  text-decoration: underline;
  display: inline-block;
  padding: 0.2rem 0.5rem;
}
.cart-total {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  align-items: baseline;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  line-height: 1;
  padding-top: 0.5em;
}
.cart-total__txt {
  margin-right: 1em;
}
.cart-total__price {
  text-align: center;
}
.cart-total__price .total-price {
  font-size: 2.8rem;
  font-weight: 600;
  margin-bottom: 0.4em;
}
.cart-total__price .total-point {
  font-size: 1.3rem;
}
.cart-total__price .cart-bulk {
  margin-top: 6px;
  font-size: 12px;
}
.cart-shipping {
  padding-top: 1em;
}
.cart-shipping__text {
  text-align: right;
  margin-bottom: 0.3em;
}
.cart-shipping__text span {
  color: #ed3f3f;
  font-weight: 600;
}
.cart-shipping__text-main {
  font-size: 1.5rem;
  display: block;
  text-align: right;
}
@media only screen and (min-width: 640px) {
  .cart-shipping__text-main {
    font-size: 1.7rem;
  }
}
.cart-shipping__text-main span {
  color: #ed3f3f;
  font-weight: 600;
}
.cart-shipping__text-sub {
  display: block;
  text-align: right;
}
.cart-shipping__text-sub p {
  display: inline-block;
  background: #e3f9f2;
  padding: 0.5em 1em;
  border-radius: 5px;
  text-align: left;
}
.free-shipping-wrap {
  text-align: right;
  margin-bottom: 16px;
  font-size: 12px;
}
.free-shipping-wrap .free-shipping-text em {
  color: #f23e0c;
}
.cart-list-table {
  width: 100%;
  padding: 20px;
}
.cart-list-table td,
.cart-list-table th {
  border: 1px solid #fff;
  padding: 0.8rem;
}
.cart-list-table thead {
  display: none;
}
@media only screen and (min-width: 640px) {
  .cart-list-table thead {
    display: table-header-group;
  }
}
.cart-list-table tbody tr {
  border-bottom: 1px solid #e6e6e6;
  width: 100%;
}
.cart-list-table tbody tr:not(.cart-total) {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  align-items: flex-end;
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
}
.cart-list-table tbody tr:not(.cart-total) td:first-child {
  width: 100%;
}
@media only screen and (min-width: 640px) {
  .cart-list-table tbody tr td {
    vertical-align: middle;
    padding: 20px;
  }
  .cart-list-table tbody tr td:first-child {
    display: flex;
    display: -ms-flexbox;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
  }
}
.cart-list-table .cart-list-info {
  font-size: 12px;
}
.cart-list-table .cart-list-image {
  width: 80px;
  min-width: 80px;
  margin-right: 12px;
}
.cart-list-table .cart-list-image img {
  width: 100%;
  height: 100px;
  -o-object-fit: cover;
  object-fit: cover;
}
.item-cart-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
}
.item-cart-price {
  font-size: 24px;
}
.item-cart-delete {
  float: right;
}
.item-cart-delete a {
  font-size: 10px;
  border: 1px solid #333;
  padding: 2px 8px;
}
.item-cart-subtotal {
  font-size: 24px;
  font-weight: 700;
}
.cart-button-wrap {
  text-align: center;
  margin-top: 40px;
}
.cart-button-wrap .cart-button a {
  width: 90%;
  max-width: 460px;
  display: inline-block;
  text-align: center;
  background: #358deb;
  border-radius: 5px;
  padding: 10px 0;
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  margin-bottom: 20px;
  text-decoration: none;
}
.cart-button-wrap .cart-back-button a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f053";
  font-size: 12px;
  font-weight: 700;
  padding-right: 8px;
  color: #707070;
  text-decoration: none;
}
.news__item {
  border-bottom: 1px solid #2d5979;
}
.news__item h2 {
  font-weight: 600;
  font-size: 2rem;
  text-align: center;
}
@media only screen and (min-width: 640px) {
  .news__item h2 {
    font-size: 3.2rem;
  }
}
@media only screen and (min-width: 640px) {
  .news__item h2 + p {
    text-align: center;
  }
}
.news__item h3 {
  text-align: center;
  margin-top: 0;
}
.news__item .txt-center {
  text-align: center;
}
.coupon-box {
  padding: 50px 0;
}
@media only screen and (min-width: 640px) {
  .coupon-box {
    display: flex;
    display: -ms-flexbox;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    align-items: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
  }
}
.coupon-box__img {
  text-align: center;
  margin-bottom: 20px;
}
.coupon-box__img img {
  width: 50%;
  max-width: 320px;
}
@media only screen and (min-width: 640px) {
  .coupon-box__img {
    text-align: left;
    width: 34%;
    margin-bottom: 0;
  }
  .coupon-box__img img {
    width: 80%;
  }
}
@media only screen and (min-width: 640px) {
  .coupon-box__img.new {
    width: 49%;
  }
  .coupon-box__img.new img {
    max-width: 460px;
  }
}
@media only screen and (min-width: 640px) {
  .coupon-box__txt {
    width: 65%;
  }
}
@media only screen and (min-width: 640px) {
  .coupon-box__txt.new {
    width: 49%;
  }
}
.coupon-box .list-table dt {
  background: #f3f3f3;
  width: 100%;
  text-align: left;
  padding: 1em;
  align-self: stretch;
}
@media only screen and (min-width: 640px) {
  .coupon-box .list-table dt {
    width: 30%;
    text-align: center;
  }
}
.coupon-box .list-table dt + dd {
  border-top: 1px solid #dcdcdc;
}
.coupon-box .list-table dt + dd:first-of-type {
  border: none;
}
.coupon-box .list-table dd {
  width: 100%;
  padding: 1em;
}
@media only screen and (min-width: 640px) {
  .coupon-box .list-table dd {
    width: 70%;
  }
}
.coupon-box .list-table dd + dt {
  border-top: 1px solid #dcdcdc;
}
.coupon-box .coupon-code {
  background: #ebeff0;
  border-radius: 6px;
  padding: 1.6rem;
  text-align: center;
}
.coupon-box .coupon-code .code {
  padding: 1.6rem;
  font-size: 3.2rem;
  text-align: center;
}
.coupon-box .coupon-code .code p {
  font-size: 1.6rem;
  margin-right: 5em;
}
.pointup-sale__lead {
  font-weight: 600;
  font-size: 1.6rem;
}
.pointup-sale__lead br {
  display: none;
}
@media only screen and (min-width: 640px) {
  .pointup-sale__lead {
    font-size: 1.7rem;
  }
  .pointup-sale__lead br {
    display: block;
  }
}
@media only screen and (min-width: 960px) {
  .pointup-sale__lead {
    font-size: 1.8rem;
  }
}
.sale-box {
  padding: 20px 0;
}
@media only screen and (min-width: 640px) {
  .sale-box {
    display: flex;
    display: -ms-flexbox;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    align-items: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
  }
}
@media only screen and (min-width: 640px) {
  .sale-box {
    padding: 30px 0;
  }
}
@media only screen and (min-width: 960px) {
  .sale-box {
    padding: 50px 0;
  }
}
.sale-box__img {
  text-align: center;
  margin-bottom: 20px;
}
.sale-box__img img {
  width: 100%;
  max-width: 360px;
}
@media only screen and (min-width: 640px) {
  .sale-box__img {
    text-align: left;
    width: 34%;
    margin-bottom: 0;
  }
  .sale-box__img img {
    width: 80%;
  }
}
@media only screen and (min-width: 640px) {
  .sale-box__txt {
    width: 65%;
  }
}
.sale-box .list-table dt {
  background: #f3f3f3;
  width: 100%;
  text-align: left;
  padding: 1em;
  align-self: stretch;
}
@media only screen and (min-width: 640px) {
  .sale-box .list-table dt {
    width: 30%;
    text-align: center;
  }
}
.sale-box .list-table dt + dd {
  border-top: 1px solid #dcdcdc;
}
.sale-box .list-table dt + dd:first-of-type {
  border: none;
}
.sale-box .list-table dd {
  width: 100%;
  padding: 1em;
}
@media only screen and (min-width: 640px) {
  .sale-box .list-table dd {
    width: 70%;
  }
}
.sale-box .list-table dd + dt {
  border-top: 1px solid #dcdcdc;
}
.sale__list {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
}
.sale__list__item {
  background: #dfdfdf;
  padding: 2px;
  width: 100%;
  margin-bottom: 2%;
}
@media only screen and (min-width: 640px) {
  .sale__list__item {
    width: 49%;
    margin-right: 2%;
  }
  .sale__list__item:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 960px) {
  .sale__list__item {
    width: 32%;
  }
  .sale__list__item:nth-child(2n) {
    margin-right: 2%;
  }
  .sale__list__item:nth-child(3n) {
    margin-right: 0;
  }
}

@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900);
@import url(https://fonts.googleapis.com/css?family=Kreon:300,400,700|Oleo+Script:700);
@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@700;900&display=swap);
@import url(https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);
@import url(https://use.fontawesome.com/releases/v5.0.4/css/all.css);
@import url(https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap);
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  box-sizing: border-box;
  overflow-y: scroll;
  font-size: 62.5%;
  font-feature-settings: "palt";
}
body {
  background: #fff;
  color: #282828;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
}
@media only screen and (min-width: 640px) {
  body {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 960px) {
  body {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.txt-important {
  color: #e24040;
}
.txt_br {
  display: block;
}
.note {
  color: #545454;
  font-size: 1.2rem;
}
@media only screen and (min-width: 640px) {
  .note {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 960px) {
  .note {
    font-size: 1.3rem;
  }
}
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
li {
  margin: 0;
}
.if:before {
  font-family: FontAwesome;
  padding-right: 5px;
}
.is-empty {
  padding: 0 !important;
  border: none !important;
  margin: 0 !important;
  height: 0 !important;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
@media only screen and (min-width: 640px) {
  .list-table {
    display: flex;
    display: -ms-flexbox;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    align-items: flex-end;
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
  }
}
a {
  color: #282828;
  text-decoration: none;
  transition: 0.2s;
}
input[type="text"],
select {
  border-radius: 3px;
  border: none;
  padding: 6px;
  font-size: inheirt;
  box-sizing: border-box;
}
input::-moz-placeholder {
  color: #b5b5b5;
  font-size: 12px;
}
input::placeholder {
  color: #b5b5b5;
  font-size: 12px;
}
.go__sale_cat {
  background: #ff3d6e;
  color: #fff;
  display: block;
  border-radius: 60px;
  width: 80%;
  max-width: 460px;
  margin: 0 auto 30px;
  padding: 1.2rem 2.4rem;
  transition: 0.3s;
  text-decoration: none;
  text-align: center;
}
.go__sale_cat:hover {
  background: #ff3d6e;
}
.itemsearch {
  background: #fff;
  padding: 6px;
  margin-bottom: 6px;
  width: 40%;
  max-width: 480px;
  position: absolute;
  top: 20px;
  right: 20px;
}
.itemsearch form {
  position: relative;
  width: 90%;
  margin: 0 auto;
}
#searchword {
  width: 100%;
  margin: 0 auto;
  background: #dcdcdc;
  color: #000;
  padding: 8px 60px 8px 12px;
  box-sizing: border-box;
  border: none;
  border-radius: 36px;
  font-size: 14px;
  outline: 0;
}
#searcbtn {
  position: absolute;
  top: 1px;
  bottom: 0;
  right: 8px;
  margin-top: auto;
  margin-bottom: auto;
  display: block;
  border: none;
  background: 0 0;
  font-family: ionicons;
  font-size: 1.8rem;
}
#footer {
  background: #c1c1c1;
  color: #fff;
  font-weight: 200;
  padding: 2em 0;
  text-align: center;
}
#footer a {
  background: #fff;
  border: 3px solid #fff;
  border-radius: 500px;
  display: inline-block;
  margin: 0 auto 1em;
  padding: 0.5rem 4rem;
  text-align: center;
  transition: 0.3s;
  text-decoration: none;
  width: 80%;
  max-width: 420px;
}
#footer a img {
  width: 100%;
  max-width: 420px;
}
#footer a:hover {
  border: 3px solid #ff3d6e;
  color: #fff;
}
.move__pagetop {
  color: #fff;
  font-family: Ionicons, serif;
  font-size: 2.4rem;
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: none;
  width: 3em;
  height: 3em;
  background: rgba(172, 172, 172, 0.8);
  border-radius: 500px;
  z-index: 100000;
  text-align: center;
  line-height: 3em;
}
.move__pagetop a {
  color: #fff;
  display: block;
}
.show-menu .menu-toggle {
  position: fixed;
  top: 18px;
  left: 18px;
  width: 36px;
  z-index: 30000;
  display: block;
  padding: 0.4em 0.5rem;
}
@media only screen and (min-width: 640px) {
  .show-menu .menu-toggle {
    right: 40px;
  }
}
@media only screen and (min-width: 960px) {
  .show-menu .menu-toggle {
    display: none;
    top: 45px;
  }
}
.show-menu .menu-toggle span {
  background-color: #3d62ad;
  border-radius: 100px;
  display: block;
  margin-bottom: 5px;
  height: 3px;
  width: 100%;
  transition: transform 0.3s;
}
.show-menu .menu-toggle span:last-child {
  margin-bottom: 0;
}
.show-menu .menu-toggle.is-open span:first-child {
  transform: translateY(7px) rotate(225deg);
}
.show-menu .menu-toggle.is-open span:nth-child(2) {
  transform: scaleX(0);
}
.show-menu .menu-toggle.is-open span:last-child {
  transform: translateY(-9px) rotate(-225deg);
}
.show-menu .menu-cart {
  position: fixed;
  top: 18px;
  right: 18px;
  width: 30px;
  z-index: 30000;
  display: block;
  padding: 0.4em 0.5rem;
}
@media only screen and (min-width: 960px) {
  .show-menu .menu-cart {
    display: none;
  }
}
.show-menu .menu-cart .cart-count {
  position: absolute;
  right: -8px;
  top: -4px;
  background: #f23e0c;
  color: #fff;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
}
.show-menu .menu-cart a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f07a";
  font-size: 16px;
  display: block;
  font-weight: 900;
  color: #707070;
}
.show-menu .menu-search {
  position: fixed;
  top: 12px;
  right: 45px;
  width: 30px;
  z-index: 30000;
  display: block;
  padding: 0.4em 0.5rem;
}
@media only screen and (min-width: 960px) {
  .show-menu .menu-search {
    display: none;
  }
}
.show-menu .menu-overlay {
  width: 100vw;
  background-color: #fff;
  opacity: 0;
  z-index: 100;
  visibility: hidden;
  width: 80%;
  left: 0;
  position: fixed;
  height: 100vh;
  overflow: auto;
  top: 60px;
  left: -100%;
  padding: 2em 2em 6em 2em;
}
@media only screen and (min-width: 960px) {
  .show-menu .menu-overlay {
    background: #fff;
    display: block;
    margin: 0 0 0 auto;
    width: 100%;
    height: auto;
    position: fixed;
    opacity: 1;
    visibility: visible;
    padding: 0;
    top: 49px;
    left: 0;
    overflow: visible;
    transition: 0;
  }
}
.show-menu .menu-overlay.is-open {
  opacity: 1;
  z-index: 100;
  visibility: visible;
  width: 80%;
  left: 0;
  position: fixed;
  height: 100vh;
  overflow: auto;
}
@media only screen and (min-width: 960px) {
  .show-menu .menu-overlay.is-open {
    display: block;
    margin: 0 0 0 auto;
    width: 100%;
    height: auto;
    position: relative;
    opacity: 1;
    visibility: visible;
    padding: 0;
    left: 0;
    overflow: visible;
  }
}
.show-menu .menu-overlay.is-open .nav__sub {
  display: block;
  border-bottom: 1px solid #000;
}
.show-menu .menu-overlay.is-open .nav__sub > li {
  font-size: 1.2rem;
  width: 100%;
  margin: 0 0 2%;
  text-align: left;
  position: relative;
}
.show-menu .menu-overlay.is-open .nav__sub > li > a {
  display: block;
  padding: 0.2em;
}
.show-menu .menu-overlay.is-open .nav__sub > li:first-of-type {
  width: 100%;
  border: none;
}
.show-menu .menu-overlay.is-open .nav__sub .login__member-info {
  color: #1c3d80;
  border-radius: 6px;
  padding: 5px 10px 5px 0;
}
.show-menu .menu-overlay.is-open .nav__sub .login__member-info .status img {
  height: 3.6em;
  width: auto;
  vertical-align: middle;
  margin-right: 0.4em;
}
.show-menu .menu-overlay.is-open .nav__sub .header-cart {
  top: 0;
  right: 0;
}
.show-menu .menu-overlay.is-open .nav__sub .header-cart a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f07a";
  font-size: 16px;
  display: inline-block;
  font-weight: 900;
  color: #707070;
}
@media only screen and (min-width: 960px) {
  .show-menu .menu-overlay.is-open .nav__sub {
    border-bottom: none;
    text-align: right;
    margin-bottom: 1rem;
    display: none;
  }
  .show-menu .menu-overlay.is-open .nav__sub li {
    margin-right: 1em;
    font-size: 1.3rem;
    width: auto;
  }
  .show-menu .menu-overlay.is-open .nav__sub li:first-of-type {
    width: auto;
  }
  .show-menu .menu-overlay.is-open .nav__sub li:last-of-type {
    margin-right: 20px;
  }
  .show-menu .menu-overlay.is-open .nav__sub li a {
    display: inline-block;
  }
  .show-menu .menu-overlay.is-open .nav__sub li a::before {
    margin-right: 0.5em;
  }
  .show-menu .menu-overlay.is-open .nav__sub .header-favorite a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f004";
    font-size: 16px;
    display: inline-block;
    color: #707070;
  }
  .show-menu .menu-overlay.is-open .nav__sub .header-mypage a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f007";
    font-size: 16px;
    display: inline-block;
    color: #707070;
  }
  .show-menu .menu-overlay.is-open .nav__sub .header-guide a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f518";
    font-size: 16px;
    display: inline-block;
    font-weight: 900;
    color: #707070;
  }
  .show-menu .menu-overlay.is-open .nav__sub .header-cart {
    position: relative;
  }
  .show-menu .menu-overlay.is-open .nav__sub .header-cart a::before {
    font-family: "Font Awesome 5 Free";
    content: "\f07a";
    font-size: 16px;
    display: inline-block;
    font-weight: 900;
    color: #707070;
  }
  .show-menu .menu-overlay.is-open .nav__sub .logout a:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f2f5";
    font-size: 16px;
    display: inline-block;
    color: #707070;
  }
  .show-menu .menu-overlay.is-open .nav__sub .membership a:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f234";
    font-size: 16px;
    display: inline-block;
    color: #707070;
  }
  .show-menu .menu-overlay.is-open .nav__sub .login a:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f2f6";
    font-size: 16px;
    display: inline-block;
    color: #707070;
  }
  .show-menu .menu-overlay.is-open .nav__sub .header-cart .cart-count {
    position: absolute;
    left: 8px;
    top: -8px;
    background: #f23e0c;
    color: #fff;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
  }
}
.show-menu .menu-overlay.is-open .nav__gnav {
  display: block;
  box-sizing: border-box;
}
.show-menu .menu-overlay.is-open .nav__gnav > li {
  width: 100%;
  margin: 0;
  font-size: 1.3rem;
}
.show-menu .menu-overlay.is-open .nav__gnav > li:hover > a {
  background: #fff;
  color: #fff;
}
.show-menu .menu-overlay.is-open .nav__gnav > li a {
  padding: 0.5em 0;
}
.show-menu .menu-overlay.is-open .nav__gnav > li .child_menu {
  background: 0 0;
  color: #282828;
  display: block;
  width: 100%;
  position: relative;
  left: 0;
  visibility: visible;
  opacity: 1;
  padding: 0;
}
.show-menu .menu-overlay.is-open .nav__gnav > li .child_menu .cat__list {
  padding: 1rem 0;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
}
.show-menu .menu-overlay.is-open .nav__gnav > li .child_menu .cat__list__item {
  margin: 0 0 2% 0;
  width: 100%;
}
.show-menu
  .menu-overlay.is-open
  .nav__gnav
  > li
  .child_menu
  .cat__list__item:nth-child(2n) {
  margin-right: 0;
}
@media only screen and (min-width: 640px) {
  .show-menu
    .menu-overlay.is-open
    .nav__gnav
    > li
    .child_menu
    .cat__list__item {
    width: 32%;
  }
  .show-menu
    .menu-overlay.is-open
    .nav__gnav
    > li
    .child_menu
    .cat__list__item:nth-child(2n) {
    margin-right: 2%;
  }
  .show-menu
    .menu-overlay.is-open
    .nav__gnav
    > li
    .child_menu
    .cat__list__item:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 960px) {
  .show-menu
    .menu-overlay.is-open
    .nav__gnav
    > li
    .child_menu
    .cat__list__item {
    width: 18.4%;
  }
  .show-menu
    .menu-overlay.is-open
    .nav__gnav
    > li
    .child_menu
    .cat__list__item:nth-child(2n) {
    margin-right: 2%;
  }
  .show-menu
    .menu-overlay.is-open
    .nav__gnav
    > li
    .child_menu
    .cat__list__item:nth-child(3n) {
    margin-right: 2%;
  }
  .show-menu
    .menu-overlay.is-open
    .nav__gnav
    > li
    .child_menu
    .cat__list__item:nth-child(5n) {
    margin-right: 0;
  }
}
.show-menu
  .menu-overlay.is-open
  .nav__gnav
  > li
  .child_menu
  .cat__list__item
  > a {
  background: #fff;
  border-radius: 3px;
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  padding: 0.8rem;
  text-decoration: none;
}
.show-menu .menu-overlay.is-open .nav__gnav > li .child_menu .cat-img {
  width: 20%;
}
.show-menu .menu-overlay.is-open .nav__gnav > li .child_menu .cat-img img {
  border-radius: 3px;
}
.show-menu .menu-overlay.is-open .nav__gnav > li .child_menu .cat-name {
  width: 75%;
}
.show-menu .menu-overlay.is-open .nav__gnav > li .child_menu .cat-name span {
  display: inline-block;
}
.show-menu .menu-overlay.is-open .nav__gnav > li .child_menu .cat-more a {
  background: #56bf98;
  border-radius: 100px;
  color: #fff;
  padding: 0.4rem 2rem;
  position: absolute;
  top: 50px;
  right: 0;
  text-decoration: none;
}
.show-menu .menu-overlay.is-open .nav__gnav > li .child_menu .chara__list {
  padding: 1rem 0;
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
}
.show-menu
  .menu-overlay.is-open
  .nav__gnav
  > li
  .child_menu
  .chara__list__item {
  margin: 0 2% 2% 0;
  width: 100%;
}
.show-menu
  .menu-overlay.is-open
  .nav__gnav
  > li
  .child_menu
  .chara__list__item:nth-child(2n) {
  margin-right: 0;
}
@media only screen and (min-width: 640px) {
  .show-menu
    .menu-overlay.is-open
    .nav__gnav
    > li
    .child_menu
    .chara__list__item {
    width: 32%;
  }
  .show-menu
    .menu-overlay.is-open
    .nav__gnav
    > li
    .child_menu
    .chara__list__item:nth-child(2n) {
    margin-right: 2%;
  }
  .show-menu
    .menu-overlay.is-open
    .nav__gnav
    > li
    .child_menu
    .chara__list__item:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 960px) {
  .show-menu
    .menu-overlay.is-open
    .nav__gnav
    > li
    .child_menu
    .chara__list__item {
    width: 18.4%;
  }
  .show-menu
    .menu-overlay.is-open
    .nav__gnav
    > li
    .child_menu
    .chara__list__item:nth-child(2n) {
    margin-right: 2%;
  }
  .show-menu
    .menu-overlay.is-open
    .nav__gnav
    > li
    .child_menu
    .chara__list__item:nth-child(3n) {
    margin-right: 2%;
  }
  .show-menu
    .menu-overlay.is-open
    .nav__gnav
    > li
    .child_menu
    .chara__list__item:nth-child(5n) {
    margin-right: 0;
  }
}
.show-menu
  .menu-overlay.is-open
  .nav__gnav
  > li
  .child_menu
  .chara__list__item
  > a {
  color: #282828;
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  font-size: 1.3rem;
}
.show-menu .menu-overlay.is-open .nav__gnav > li .child_menu .chara-img {
  width: 20%;
}
.show-menu .menu-overlay.is-open .nav__gnav > li .child_menu .chara-name {
  width: 75%;
}
.show-menu .menu-overlay.is-open .nav__gnav > li .child_menu .chara-name span {
  display: inline-block;
}
.show-menu .menu-overlay.is-open .nav__gnav > li .search {
  background: #545b6c;
  padding: 2rem;
  margin: 0 auto;
  width: 100%;
  max-width: 800px;
}
.show-menu .menu-overlay.is-open .nav__gnav > li .search__list__item {
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  margin-bottom: 1em;
  color: #fff;
}
.show-menu .menu-overlay.is-open .nav__gnav > li .search__list__item label {
  width: 100%;
  text-align: left;
}
.show-menu
  .menu-overlay.is-open
  .nav__gnav
  > li
  .search__list__item
  label::after {
  content: none;
}
.show-menu .menu-overlay.is-open .nav__gnav > li .search__btn {
  background: #2798b4;
  border-radius: 3px;
  color: #fff;
  display: block;
  width: 80%;
  max-width: 480px;
  margin: 0 auto;
  text-align: center;
  padding: 1.2rem 0;
}
.show-menu .menu-overlay.is-open .nav__gnav > li .search__price {
  width: 8em;
}
.show-menu .menu-overlay.is-open .nav__gnav > li .search .search-keyword {
  width: 100%;
  max-width: 640px;
}
.show-menu .menu-overlay.is-open .nav__gnav > li .search .original-code {
  width: 100%;
}
.show-menu .menu-overlay.is-open .nav__gnav > li .search-cat__list__item {
  margin-bottom: 20px;
}
.show-menu .menu-overlay.is-open .nav__gnav > li .search-cat__list__item h3 {
  margin-bottom: 0.5em;
}
.show-menu
  .menu-overlay.is-open
  .nav__gnav
  > li
  .search-cat__list__item__child {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
}
.show-menu
  .menu-overlay.is-open
  .nav__gnav
  > li
  .search-cat__list__item__child
  > li {
  width: 23.5%;
  margin: 0 2% 2% 0;
}
.show-menu
  .menu-overlay.is-open
  .nav__gnav
  > li
  .search-cat__list__item__child
  > li:nth-child(4n) {
  margin-right: 0;
}
.show-menu
  .menu-overlay.is-open
  .nav__gnav
  > li
  .search-cat__list__item__child
  > li
  a {
  border: 1px solid #c1c1c1;
  display: block;
  padding: 0.8rem;
}
@media only screen and (min-width: 960px) {
  .show-menu .menu-overlay.is-open .nav__gnav {
    display: flex;
    display: -ms-flexbox;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    position: relative;
  }
  .show-menu .menu-overlay.is-open .nav__gnav > li {
    display: inline-block;
    font-size: 1.8rem;
    margin: 0 1em;
    width: auto;
  }
  .show-menu .menu-overlay.is-open .nav__gnav > li > a {
    display: block;
    padding: 1rem 2.4rem;
    transition: 0.3s;
  }
  .show-menu .menu-overlay.is-open .nav__gnav > li:hover > a {
    background: #0b4783;
    color: #fff;
  }
  .show-menu .menu-overlay.is-open .nav__gnav > li .child_menu {
    width: calc(100% + 220px);
    position: absolute;
    z-index: 500;
    top: 100%;
    left: -220px;
    padding: 30px;
    color: #fff;
    background: #0b4783;
    visibility: hidden;
    opacity: 0;
  }
  .show-menu .menu-overlay.is-open .nav__gnav > li .child_menu .cat__list {
    padding: 40px 0;
    width: 94%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    display: flex;
    display: -ms-flexbox;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    align-items: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
  }
  .show-menu
    .menu-overlay.is-open
    .nav__gnav
    > li
    .child_menu
    .cat__list__item {
    margin: 0 2% 2% 0;
    width: 49%;
  }
  .show-menu
    .menu-overlay.is-open
    .nav__gnav
    > li
    .child_menu
    .cat__list__item:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 960px) and (min-width: 640px) {
  .show-menu
    .menu-overlay.is-open
    .nav__gnav
    > li
    .child_menu
    .cat__list__item {
    width: 32%;
  }
  .show-menu
    .menu-overlay.is-open
    .nav__gnav
    > li
    .child_menu
    .cat__list__item:nth-child(2n) {
    margin-right: 2%;
  }
  .show-menu
    .menu-overlay.is-open
    .nav__gnav
    > li
    .child_menu
    .cat__list__item:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 960px) and (min-width: 960px) {
  .show-menu
    .menu-overlay.is-open
    .nav__gnav
    > li
    .child_menu
    .cat__list__item {
    width: 18.4%;
  }
  .show-menu
    .menu-overlay.is-open
    .nav__gnav
    > li
    .child_menu
    .cat__list__item:nth-child(2n) {
    margin-right: 2%;
  }
  .show-menu
    .menu-overlay.is-open
    .nav__gnav
    > li
    .child_menu
    .cat__list__item:nth-child(3n) {
    margin-right: 2%;
  }
  .show-menu
    .menu-overlay.is-open
    .nav__gnav
    > li
    .child_menu
    .cat__list__item:nth-child(5n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 960px) {
  .show-menu
    .menu-overlay.is-open
    .nav__gnav
    > li
    .child_menu
    .cat__list__item
    > a {
    background: #fff;
    border-radius: 3px;
    display: flex;
    display: -ms-flexbox;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    padding: 0.8rem;
    text-decoration: none;
  }
  .show-menu .menu-overlay.is-open .nav__gnav > li .child_menu .cat-img {
    width: 30%;
  }
  .show-menu .menu-overlay.is-open .nav__gnav > li .child_menu .cat-img img {
    border-radius: 3px;
  }
  .show-menu .menu-overlay.is-open .nav__gnav > li .child_menu .cat-name {
    width: 65%;
  }
  .show-menu .menu-overlay.is-open .nav__gnav > li .child_menu .cat-name span {
    display: inline-block;
  }
  .show-menu .menu-overlay.is-open .nav__gnav > li .child_menu .cat-more a {
    background: #56bf98;
    border-radius: 100px;
    color: #fff;
    padding: 0.4rem 2rem;
    position: absolute;
    top: 50px;
    right: 0;
    text-decoration: none;
  }
  .show-menu .menu-overlay.is-open .nav__gnav > li .child_menu .chara__list {
    padding: 40px 0;
    width: 94%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    display: flex;
    display: -ms-flexbox;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    align-items: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
  }
  .show-menu
    .menu-overlay.is-open
    .nav__gnav
    > li
    .child_menu
    .chara__list__item {
    margin: 0 2% 2% 0;
    width: 49%;
  }
  .show-menu
    .menu-overlay.is-open
    .nav__gnav
    > li
    .child_menu
    .chara__list__item:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 960px) and (min-width: 640px) {
  .show-menu
    .menu-overlay.is-open
    .nav__gnav
    > li
    .child_menu
    .chara__list__item {
    width: 32%;
  }
  .show-menu
    .menu-overlay.is-open
    .nav__gnav
    > li
    .child_menu
    .chara__list__item:nth-child(2n) {
    margin-right: 2%;
  }
  .show-menu
    .menu-overlay.is-open
    .nav__gnav
    > li
    .child_menu
    .chara__list__item:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 960px) and (min-width: 960px) {
  .show-menu
    .menu-overlay.is-open
    .nav__gnav
    > li
    .child_menu
    .chara__list__item {
    width: 18.4%;
  }
  .show-menu
    .menu-overlay.is-open
    .nav__gnav
    > li
    .child_menu
    .chara__list__item:nth-child(2n) {
    margin-right: 2%;
  }
  .show-menu
    .menu-overlay.is-open
    .nav__gnav
    > li
    .child_menu
    .chara__list__item:nth-child(3n) {
    margin-right: 2%;
  }
  .show-menu
    .menu-overlay.is-open
    .nav__gnav
    > li
    .child_menu
    .chara__list__item:nth-child(5n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 960px) {
  .show-menu
    .menu-overlay.is-open
    .nav__gnav
    > li
    .child_menu
    .chara__list__item
    > a {
    color: #fff;
    display: flex;
    display: -ms-flexbox;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    font-size: 1.4rem;
  }
  .show-menu .menu-overlay.is-open .nav__gnav > li .child_menu .chara-img {
    width: 30%;
  }
  .show-menu .menu-overlay.is-open .nav__gnav > li .child_menu .chara-name {
    width: 65%;
  }
  .show-menu
    .menu-overlay.is-open
    .nav__gnav
    > li
    .child_menu
    .chara-name
    span {
    display: inline-block;
  }
  .show-menu .menu-overlay.is-open .nav__gnav > li:hover .child_menu {
    visibility: visible;
    opacity: 1;
  }
  .show-menu .menu-overlay.is-open .nav__gnav > li .search {
    background: 0 0;
    padding: 2em 0 0;
    margin: 0 auto;
    width: 100%;
    max-width: 800px;
  }
  .show-menu .menu-overlay.is-open .nav__gnav > li .search__list__item {
    display: flex;
    display: -ms-flexbox;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    margin-bottom: 1em;
  }
  .show-menu .menu-overlay.is-open .nav__gnav > li .search__list__item label {
    width: 30%;
    text-align: right;
  }
  .show-menu
    .menu-overlay.is-open
    .nav__gnav
    > li
    .search__list__item
    label::after {
    content: " ： ";
    display: inline-block;
    margin-left: 0.5em;
    margin-right: 0.5em;
  }
  .show-menu .menu-overlay.is-open .nav__gnav > li .search__btn {
    background: #2798b4;
    border-radius: 3px;
    color: #fff;
    display: block;
    width: 80%;
    max-width: 480px;
    margin: 0 auto;
    text-align: center;
    padding: 1.2rem 0;
  }
  .show-menu .menu-overlay.is-open .nav__gnav > li .search__price {
    width: 8em;
  }
  .show-menu .menu-overlay.is-open .nav__gnav > li .search .search-keyword {
    width: 65%;
    max-width: 640px;
  }
  .show-menu .menu-overlay.is-open .nav__gnav > li .search .original-code {
    width: 20em;
  }
  .show-menu .menu-overlay.is-open .nav__gnav > li .search-cat__list__item {
    margin-bottom: 20px;
  }
  .show-menu .menu-overlay.is-open .nav__gnav > li .search-cat__list__item h3 {
    margin-bottom: 0.5em;
  }
  .show-menu
    .menu-overlay.is-open
    .nav__gnav
    > li
    .search-cat__list__item__child {
    display: flex;
    display: -ms-flexbox;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    align-items: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
  }
  .show-menu
    .menu-overlay.is-open
    .nav__gnav
    > li
    .search-cat__list__item__child
    > li {
    width: 23.5%;
    margin: 0 2% 2% 0;
  }
  .show-menu
    .menu-overlay.is-open
    .nav__gnav
    > li
    .search-cat__list__item__child
    > li:nth-child(4n) {
    margin-right: 0;
  }
  .show-menu
    .menu-overlay.is-open
    .nav__gnav
    > li
    .search-cat__list__item__child
    > li
    a {
    border: 1px solid #c1c1c1;
    display: block;
    padding: 0.8rem;
  }
}
@media only screen and (min-width: 960px) {
  .show-menu .menu-overlay.is-open .nav__sub {
    text-align: right;
    margin-bottom: 1rem;
    display: flex;
    display: -ms-flexbox;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    -webkit-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
  }
  .show-menu .menu-overlay.is-open .nav__sub > li {
    margin-right: 1em;
    font-size: 1.3rem;
    width: auto;
  }
  .show-menu .menu-overlay.is-open .nav__sub > li:first-of-type {
    width: auto;
  }
  .show-menu .menu-overlay.is-open .nav__sub > li:last-of-type {
    margin-right: 20px;
  }
  .show-menu .menu-overlay.is-open .nav__sub > li a {
    display: inline-block;
  }
  .show-menu .menu-overlay.is-open .nav__sub > li a::before {
    margin-right: 0.5em;
  }
  .show-menu .menu-overlay.is-open .nav__sub .header-favorite a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f004";
    font-size: 16px;
    display: inline-block;
    color: #707070;
  }
  .show-menu .menu-overlay.is-open .nav__sub .header-mypage a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f007";
    font-size: 16px;
    display: inline-block;
    color: #707070;
  }
  .show-menu .menu-overlay.is-open .nav__sub .header-guide a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f518";
    font-size: 16px;
    display: inline-block;
    font-weight: 900;
    color: #707070;
  }
  .show-menu .menu-overlay.is-open .nav__sub .header-cart {
    position: relative;
  }
  .show-menu .menu-overlay.is-open .nav__sub .header-cart a::before {
    font-family: "Font Awesome 5 Free";
    content: "\f07a";
    font-size: 16px;
    display: inline-block;
    font-weight: 900;
    color: #707070;
  }
  .show-menu .menu-overlay.is-open .nav__sub .logout a:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f2f5";
    font-size: 16px;
    display: inline-block;
    color: #707070;
  }
  .show-menu .menu-overlay.is-open .nav__sub .membership a:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f234";
    font-size: 16px;
    display: inline-block;
    color: #707070;
  }
  .show-menu .menu-overlay.is-open .nav__sub .login a:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f2f6";
    font-size: 16px;
    display: inline-block;
    color: #707070;
  }
  .show-menu .menu-overlay.is-open .nav__sub .header-cart .cart-count {
    position: absolute;
    left: 8px;
    top: -8px;
    background: #f23e0c;
    color: #fff;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
  }
}
.show-menu .search-toggle {
  background: rgba(43, 43, 45, 0.8);
  border-radius: 5px;
  color: #fff;
  font-size: 1.3re;
  position: fixed;
  top: 78px;
  right: 18px;
  width: auto;
  z-index: 30000;
  display: inline-block;
  padding: 0 0.5em;
  text-align: center;
}
@media only screen and (min-width: 640px) {
  .show-menu .search-toggle {
    right: 40px;
  }
}
@media only screen and (min-width: 960px) {
  .show-menu .search-toggle {
    display: none;
    top: 45px;
  }
}
.show-menu .search-overlay {
  width: 100vw;
  background-color: #fff;
  opacity: 0;
  z-index: 100;
  visibility: hidden;
  width: 100%;
  left: 0;
  position: fixed;
  height: 100vh;
  overflow: auto;
  top: -100%;
  transition: 0.3s;
  padding: 2em 2em 6em 2em;
}
@media only screen and (min-width: 960px) {
  .show-menu .search-overlay {
    display: block;
    margin: 0 0 0 auto;
    width: calc(100% - 220px);
    height: auto;
    position: fixed;
    opacity: 0;
    visibility: visible;
    padding: 0;
    left: 0;
    overflow: visible;
  }
}
.show-menu .search-overlay.is-open {
  opacity: 1;
  z-index: 100;
  visibility: visible;
  width: 100%;
  left: 0;
  top: 60px;
  position: fixed;
  height: 100vh;
  overflow: auto;
}
@media only screen and (min-width: 960px) {
  .show-menu .search-overlay.is-open {
    display: block;
    margin: 0 0 0 auto;
    width: calc(100% - 220px);
    height: auto;
    position: relative;
    opacity: 1;
    visibility: visible;
    padding: 0;
    left: 0;
    overflow: visible;
  }
}
.show-menu .search-overlay.is-open .search {
  background: #545b6c;
  padding: 2rem;
  margin: 0 auto;
  width: 100%;
  max-width: 800px;
}
.show-menu .search-overlay.is-open .search__list__item {
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  margin-bottom: 1em;
  color: #fff;
}
.show-menu .search-overlay.is-open .search__list__item label {
  width: 100%;
  text-align: left;
}
.show-menu .search-overlay.is-open .search__list__item label::after {
  content: none;
}
.show-menu .search-overlay.is-open .search__list__item > div {
  margin-bottom: 0.5rem;
}
.show-menu .search-overlay.is-open .search__btn {
  background: #2798b4;
  border-radius: 3px;
  color: #fff;
  display: block;
  width: 80%;
  max-width: 480px;
  margin: 0 auto;
  text-align: center;
  padding: 1.2rem 0;
}
.show-menu .search-overlay.is-open .search__price {
  width: 8em;
}
.show-menu .search-overlay.is-open .search .search-keyword {
  width: 100%;
  max-width: 640px;
}
.show-menu .search-overlay.is-open .search .original-code {
  width: 100%;
}
.show-menu .search-overlay.is-open .search-cat__list__item {
  margin-bottom: 20px;
}
.show-menu .search-overlay.is-open .search-cat__list__item h3 {
  margin-bottom: 0.5em;
}
.show-menu .search-overlay.is-open .search-cat__list__item__child {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
}
.show-menu .search-overlay.is-open .search-cat__list__item__child > li {
  width: 23.5%;
  margin: 0 2% 2% 0;
}
.show-menu
  .search-overlay.is-open
  .search-cat__list__item__child
  > li:nth-child(4n) {
  margin-right: 0;
}
.show-menu .search-overlay.is-open .search-cat__list__item__child > li a {
  border: 1px solid #c1c1c1;
  display: block;
  padding: 0.8rem;
}
.header {
  background: #fff;
  z-index: 1000;
  position: fixed;
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
@media only screen and (min-width: 960px) {
  .header {
    z-index: 1000;
    width: 100%;
    padding-top: 150px;
    position: relative;
  }
}
.header__fixed {
  border: none;
  background: #fff;
  height: 62px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  text-align: center;
  z-index: 15000;
}
@media only screen and (min-width: 960px) {
  .header__fixed {
    height: auto;
    text-align: left;
    padding: 10px 1% 0;
    z-index: 100;
    position: fixed;
    display: flex;
    display: -ms-flexbox;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
  }
}
.header__fixed .nav__sub {
  display: none;
}
@media only screen and (min-width: 960px) {
  .header__fixed .nav__sub {
    display: flex;
    text-align: right;
    margin-bottom: 1rem;
    display: flex;
    display: -ms-flexbox;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    -webkit-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
  }
}
.header__fixed .nav__sub li {
  margin-right: 1em;
  font-size: 1.3rem;
}
@media only screen and (min-width: 960px) {
  .header__fixed .nav__sub li {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 1280px) {
  .header__fixed .nav__sub li {
    font-size: 1.2rem;
  }
}
.header__fixed .nav__sub li:first-of-type {
  position: relative;
}
.header__fixed .nav__sub li:first-of-type input {
  border: 1px solid #000;
  border-radius: 100px;
  width: 100%;
}
.header__fixed .nav__sub li:first-of-type .search__btn {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.header__fixed .nav__sub li:last-of-type {
  margin-right: 20px;
}
.header__fixed .nav__sub li a::before {
  margin-right: 0.2em;
}
.header__fixed .nav__sub li.search-box {
  width: 240px;
}
@media only screen and (min-width: 960px) {
  .header__fixed .nav__sub li.search-box {
    width: 160px;
  }
}
@media only screen and (min-width: 1280px) {
  .header__fixed .nav__sub li.search-box {
    width: 240px;
  }
}
.header__fixed .nav__sub li.search-box ul li:last-of-type {
  margin-right: 0;
}
.header__fixed .nav__sub li.login__member-info {
  color: #1c3d80;
  border: 1px solid #1c3d80;
  border-radius: 6px;
  padding: 5px 10px;
}
.header__fixed .nav__sub li.login__member-info a {
  border-bottom: 1px solid #8fa7b6;
  transition: 0.3s;
}
.header__fixed .nav__sub li.login__member-info a:hover {
  color: #0880ca;
  border-bottom: 1px solid #4aafee;
}
.header__fixed .nav__sub li.login__member-info .status img {
  height: 1.5em;
  width: auto;
  vertical-align: top;
  margin-right: 0.1em;
}
.header__fixed .nav__sub .header-favorite a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f004";
  font-size: 16px;
  display: inline-block;
  color: #707070;
}
.header__fixed .nav__sub .header-mypage a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f007";
  font-size: 16px;
  display: inline-block;
  color: #707070;
}
.header__fixed .nav__sub .header-company a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f1ad";
  font-size: 16px;
  display: inline-block;
  color: #707070;
}
.header__fixed .nav__sub .header-guide a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f518";
  font-size: 16px;
  display: inline-block;
  font-weight: 900;
  color: #707070;
}
.header__fixed .nav__sub .header-cart {
  top: 18px;
  right: 18px;
}
@media only screen and (min-width: 960px) {
  .header__fixed .nav__sub .header-cart {
    top: auto;
    right: auto;
    position: relative;
  }
}
.header__fixed .nav__sub .header-cart a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f07a";
  font-size: 16px;
  display: inline-block;
  font-weight: 900;
  color: #707070;
}
.header__fixed .nav__sub .logout a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f2f5";
  font-size: 16px;
  display: inline-block;
  color: #707070;
}
.header__fixed .nav__sub .membership a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f234";
  font-size: 16px;
  display: inline-block;
  color: #707070;
}
.header__fixed .nav__sub .login a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f2f6";
  font-size: 16px;
  display: inline-block;
  color: #707070;
}
.header__fixed .nav__sub .header-cart .cart-count {
  position: absolute;
  left: 12px;
  top: -8px;
  background: #f23e0c;
  color: #fff;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
}
@media only screen and (min-width: 960px) {
  .header__fixed .nav__sub {
    display: flex;
    width: calc(97% - 200px);
    margin-left: auto;
  }
}
@media only screen and (min-width: 1280px) {
  .header__fixed .nav__sub {
    display: flex;
    width: calc(97% - 230px);
    margin-left: auto;
  }
}
.header h1 {
  box-sizing: content-box;
  display: block;
  height: 30px;
  width: auto;
  padding: 16px 0;
  position: relative;
  margin: 0 auto;
}
@media only screen and (min-width: 960px) {
  .header h1 {
    height: 36px;
  }
}
.header h1 a {
  display: block;
}
.header h1 img {
  height: 100%;
  max-height: 30px;
  width: auto;
}
@media only screen and (min-width: 960px) {
  .header h1 {
    height: 36px;
    padding: 0;
    margin: 0;
  }
  .header h1 img {
    max-height: 36px;
  }
}
@media only screen and (min-width: 960px) {
  .header__menu {
    display: block;
    margin: 0 0 0 auto;
    width: 100%;
    height: auto;
    opacity: 1;
    visibility: visible;
    padding: 0;
    left: 0;
    overflow-y: unset;
  }
}
.header__menu a {
  color: #282828;
  text-decoration: none;
}
.header__menu .nav__sub {
  display: block !important;
  text-align: right;
  margin-bottom: 1rem;
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
@media only screen and (min-width: 960px) {
  .header__menu .nav__sub {
    display: none !important;
  }
}
.header__menu .nav__sub li {
  margin-right: 1em;
  font-size: 1.3rem;
}
@media only screen and (min-width: 960px) {
  .header__menu .nav__sub li {
    font-size: 1.2rem;
  }
}
.header__menu .nav__sub li:first-of-type {
  position: relative;
}
.header__menu .nav__sub li:first-of-type input {
  border: 1px solid #000;
  border-radius: 100px;
  width: 100%;
}
.header__menu .nav__sub li:first-of-type .search__btn {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.header__menu .nav__sub li:last-of-type {
  margin-right: 20px;
}
.header__menu .nav__sub li a::before {
  margin-right: 0.5em;
}
.header__menu .nav__sub li.search-box {
  width: 240px;
}
.header__menu .nav__sub li.search-box ul li:last-of-type {
  margin-right: 0;
}
.header__menu .nav__sub .header-favorite a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f004";
  font-size: 16px;
  display: inline-block;
  color: #707070;
}
.header__menu .nav__sub .header-mypage a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f007";
  font-size: 16px;
  display: inline-block;
  color: #707070;
}
.header__menu .nav__sub .header-company a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f1ad";
  font-size: 16px;
  display: inline-block;
  color: #707070;
}
.header__menu .nav__sub .header-guide a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f518";
  font-size: 16px;
  display: inline-block;
  font-weight: 900;
  color: #707070;
}
.header__menu .nav__sub .header-cart {
  top: 18px;
  right: 18px;
}
@media only screen and (min-width: 960px) {
  .header__menu .nav__sub .header-cart {
    top: auto;
    right: auto;
    position: relative;
  }
}
.header__menu .nav__sub .header-cart a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f07a";
  font-size: 16px;
  display: inline-block;
  font-weight: 900;
  color: #707070;
}
.header__menu .nav__sub .logout a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f2f5";
  font-size: 16px;
  display: inline-block;
  color: #707070;
}
.header__menu .nav__sub .membership a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f234";
  font-size: 16px;
  display: inline-block;
  color: #707070;
}
.header__menu .nav__sub .login a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f2f6";
  font-size: 16px;
  display: inline-block;
  color: #707070;
}
.header__menu .nav__sub .header-cart .cart-count {
  position: absolute;
  left: 12px;
  top: -8px;
  background: #f23e0c;
  color: #fff;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
}
.header__menu .nav__gnav {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  position: relative;
}
.header__menu .nav__gnav > li {
  display: inline-block;
  font-size: 1.6rem;
  margin: 0 1em;
}
.header__menu .nav__gnav__item > a {
  display: block;
  padding: 1rem 2.4rem;
  transition: 0.3s;
}
.header__menu .nav__gnav__item:hover > a {
  background: #0b4783;
  color: #fff;
}
.header__menu .nav__gnav__item .child_menu {
  width: calc(103% + 230px);
  position: absolute;
  z-index: 500;
  top: 100%;
  left: calc(-1 * (230px + 3%));
  padding: 30px;
  color: #fff;
  background: #0b4783;
  visibility: hidden;
  opacity: 0;
}
.header__menu .nav__gnav__item .child_menu .cat__list {
  padding: 40px 0;
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  font-size: 1.3rem;
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
}
.header__menu .nav__gnav__item .child_menu .cat__list__item {
  margin: 0 2% 2% 0;
  width: 49%;
}
.header__menu .nav__gnav__item .child_menu .cat__list__item:nth-child(2n) {
  margin-right: 0;
}
@media only screen and (min-width: 640px) {
  .header__menu .nav__gnav__item .child_menu .cat__list__item {
    width: 32%;
  }
  .header__menu .nav__gnav__item .child_menu .cat__list__item:nth-child(2n) {
    margin-right: 2%;
  }
  .header__menu .nav__gnav__item .child_menu .cat__list__item:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 960px) {
  .header__menu .nav__gnav__item .child_menu .cat__list__item {
    width: 18.4%;
  }
  .header__menu .nav__gnav__item .child_menu .cat__list__item:nth-child(2n) {
    margin-right: 2%;
  }
  .header__menu .nav__gnav__item .child_menu .cat__list__item:nth-child(3n) {
    margin-right: 2%;
  }
  .header__menu .nav__gnav__item .child_menu .cat__list__item:nth-child(5n) {
    margin-right: 0;
  }
}
.header__menu .nav__gnav__item .child_menu .cat__list__item > a {
  background: #fff;
  border-radius: 3px;
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  padding: 0.8rem;
  text-decoration: none;
}
.header__menu .nav__gnav__item .child_menu .cat-img {
  width: 30%;
}
.header__menu .nav__gnav__item .child_menu .cat-img img {
  border-radius: 3px;
}
.header__menu .nav__gnav__item .child_menu .cat-name {
  width: 65%;
}
.header__menu .nav__gnav__item .child_menu .cat-name span {
  display: inline-block;
}
.header__menu .nav__gnav__item .child_menu .cat-more a {
  background: #56bf98;
  border-radius: 100px;
  color: #fff;
  padding: 0.4rem 2rem;
  position: absolute;
  top: 50px;
  right: 0;
  text-decoration: none;
}
.header__menu .nav__gnav__item .child_menu .chara__list {
  padding: 40px 0;
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  font-size: 1.3rem;
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
}
.header__menu .nav__gnav__item .child_menu .chara__list__item {
  margin: 0 2% 2% 0;
  width: 49%;
}
.header__menu .nav__gnav__item .child_menu .chara__list__item:nth-child(2n) {
  margin-right: 0;
}
@media only screen and (min-width: 640px) {
  .header__menu .nav__gnav__item .child_menu .chara__list__item {
    width: 32%;
  }
  .header__menu .nav__gnav__item .child_menu .chara__list__item:nth-child(2n) {
    margin-right: 2%;
  }
  .header__menu .nav__gnav__item .child_menu .chara__list__item:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 960px) {
  .header__menu .nav__gnav__item .child_menu .chara__list__item {
    width: 18.4%;
  }
  .header__menu .nav__gnav__item .child_menu .chara__list__item:nth-child(2n) {
    margin-right: 2%;
  }
  .header__menu .nav__gnav__item .child_menu .chara__list__item:nth-child(3n) {
    margin-right: 2%;
  }
  .header__menu .nav__gnav__item .child_menu .chara__list__item:nth-child(5n) {
    margin-right: 0;
  }
}
.header__menu .nav__gnav__item .child_menu .chara__list__item > a {
  color: #fff;
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.header__menu .nav__gnav__item .child_menu .chara-img {
  width: 30%;
}
.header__menu .nav__gnav__item .child_menu .chara-img img {
  border-radius: 50%;
}
.header__menu .nav__gnav__item .child_menu .chara-name {
  width: 65%;
}
.header__menu .nav__gnav__item .child_menu .chara-name span {
  display: inline-block;
}
@media only screen and (min-width: 960px) {
  .header__menu .nav__gnav__item .child_menu.search-item {
    display: flex;
    display: -ms-flexbox;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
  }
}
.header__menu .nav__gnav__item .child_menu.search-item .search-item__parts {
  width: 20%;
  text-align: left;
}
.header__menu .nav__gnav__item .child_menu.search-item .search-item__parts img {
  max-width: 240px;
}
.header__menu .nav__gnav__item .child_menu .search {
  padding: 0.5em 0 0;
  margin: 0 auto;
  width: 100%;
  max-width: 800px;
}
@media only screen and (min-width: 960px) {
  .header__menu .nav__gnav__item .child_menu .search {
    width: 60%;
    max-width: 100%;
    margin: 0;
  }
}
.header__menu .nav__gnav__item .child_menu .search h2 {
  margin-bottom: 0.5em;
  font-weight: 500;
  text-align: center;
}
.header__menu .nav__gnav__item .child_menu .search__list__item {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  margin-bottom: 1em;
}
.header__menu .nav__gnav__item .child_menu .search__list__item label {
  width: 30%;
  text-align: right;
}
.header__menu .nav__gnav__item .child_menu .search__list__item label::after {
  content: " ： ";
  display: inline-block;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.header__menu .nav__gnav__item .child_menu .search__btn {
  background: #2798b4;
  border-radius: 3px;
  color: #fff;
  display: block;
  width: 80%;
  max-width: 480px;
  margin: 0 auto;
  text-align: center;
  padding: 1.2rem 0;
}
.header__menu .nav__gnav__item .child_menu .search__price {
  width: 8em;
}
.header__menu .nav__gnav__item .child_menu .search .search-keyword {
  width: 65%;
  max-width: 640px;
}
.header__menu .nav__gnav__item .child_menu .search .original-code {
  width: 20em;
}
.header__menu .nav__gnav__item .child_menu .search-cat__list__item {
  margin-bottom: 20px;
}
.header__menu .nav__gnav__item .child_menu .search-cat__list__item h3 {
  margin-bottom: 0.5em;
}
.header__menu .nav__gnav__item .child_menu .search-cat__list__item__child {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
}
.header__menu .nav__gnav__item .child_menu .search-cat__list__item__child > li {
  width: 23.5%;
  margin: 0 2% 2% 0;
}
.header__menu
  .nav__gnav__item
  .child_menu
  .search-cat__list__item__child
  > li:nth-child(4n) {
  margin-right: 0;
}
.header__menu
  .nav__gnav__item
  .child_menu
  .search-cat__list__item__child
  > li
  a {
  border: 1px solid #c1c1c1;
  display: block;
  padding: 0.8rem;
}
.header__menu .nav__gnav__item .child_menu .view-all-cat {
  background: #64b5b7;
  border-radius: 3px;
  color: #fff;
  display: block;
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  padding: 0.8rem 0;
  text-align: center;
}
@media only screen and (min-width: 960px) {
  .header__menu .nav__gnav__item .child_menu {
    display: none;
  }
}
.header__menu .nav__gnav__item:hover .child_menu {
  visibility: visible;
  opacity: 1;
}
.header__info {
  font-size: 1.3rem;
  position: fixed;
  top: 62px;
  padding: 0;
  width: 100%;
}
@media only screen and (min-width: 640px) {
  .header__info {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 960px) {
  .header__info {
    top: 94px;
  }
}
.header__info__common {
  background: #3d62ad;
  color: #fff;
  height: 2.9rem;
  width: 100%;
  display: block;
  line-height: 1;
  text-align: center;
  padding: 0.8rem 0;
  z-index: 90;
}
.header__info__common .tax {
  font-size: 75%;
}
.header__info__member {
  color: #282828;
  height: 2.9rem;
  width: 100%;
  display: block;
  line-height: 1;
  padding: 0.8rem 0;
  font-size: 1.3rem;
  text-align: left;
  z-index: 90;
}
@media only screen and (min-width: 640px) {
  .header__info__member {
    padding: 0.8rem 0;
    font-size: 1.5rem;
  }
}
.header__info__member .tax {
  font-size: 75%;
}
.header__search {
  background: #fff;
  padding: 0.4rem 2% 0.8rem;
  position: relative;
  width: 100%;
  position: fixed;
  top: 91px;
  left: 0;
  z-index: 90;
}
@media only screen and (min-width: 960px) {
  .header__search {
    display: none;
  }
}
.header__search__btn {
  background: #fff;
  border: none;
  border-radius: 3px;
  box-shadow: none;
  display: block;
  position: relative;
  transition: 0.3s;
  line-height: 1.2;
  font-size: 0.8rem;
  text-align: center;
}
.header__search__btn::before {
  color: #727070;
  font-family: "Font Awesome 5 Free";
  content: "\f002";
  font-size: 18px;
  font-weight: 600;
  display: block;
}
.header__search__chara {
  box-shadow: none;
  display: block;
  padding: 0.5rem 0;
  position: relative;
  transition: 0.3s;
  line-height: 1.2;
  text-align: center;
}
.header__search__chara:hover {
  background: #3d62ad;
  border-color: #3d62ad;
  color: #fff;
}
.header__search__chara::before {
  font-family: "Font Awesome 5 Free";
  content: "\f118";
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  margin-right: 0.4em;
}
.header__search__cat {
  box-shadow: none;
  display: block;
  padding: 0.5rem 0;
  position: relative;
  transition: 0.3s;
  line-height: 1.2;
  text-align: center;
}
.header__search__cat:hover {
  background: #3d62ad;
  border-color: #3d62ad;
  color: #fff;
}
.header__search__cat::before {
  font-family: "Font Awesome 5 Free";
  content: "\f07b";
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  margin-right: 0.4em;
}
.header__search__parts {
  box-shadow: none;
  display: block;
  padding: 0.5rem 0;
  position: relative;
  transition: 0.3s;
  line-height: 1.2;
  text-align: center;
}
.header__search__parts:hover {
  background: #3d62ad;
  border-color: #3d62ad;
  color: #fff;
}
.header__search__parts::before {
  font-family: "Font Awesome 5 Free";
  content: "\f1b3";
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  margin-right: 0.4em;
}
.header__search .btn-box {
  background: #fff;
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.header__search .btn-box > div {
  background: #fff;
  border: 1px solid #d2d2d2;
  border-radius: 3px;
  font-size: 1.1rem;
  width: 33%;
  text-align: center;
}
.header__main-cat {
  display: block;
  width: 100%;
}
.header__main-cat ul {
  background: #f7f9fc;
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  width: 100%;
}
.header__main-cat ul > li {
  width: calc(33.3333333333% - 1px);
  text-align: center;
}
.header__main-cat ul > li a {
  display: block;
  padding: 0.8rem 0;
}
.header__main-cat ul > li.active {
  border-bottom: 2px solid #3d62ad;
}
.header__main-cat ul > li.active a {
  font-weight: 500;
}
.header__msg {
  background: #fedbb7;
  border-radius: 6px;
  width: 94%;
  max-width: 1200px;
  margin: 15px auto 0;
  padding: 0.8em;
}
.spot-news {
  padding: 0.8em 1.6rem 0;
  margin-bottom: 0;
  color: #f87061;
}
@media only screen and (min-width: 960px) {
  .spot-news {
    text-align: center;
  }
}
.spot-news p {
  margin-bottom: 0;
}
.breadcrumb {
  padding: 0.8rem 20px;
  margin-bottom: 10px;
  font-size: 1.2rem;
}
.breadcrumb span + span::before {
  content: ">";
  display: inline;
  margin: 0 0.4em;
}
.breadcrumb a {
  text-decoration: none;
}
main section {
  width: 94%;
  max-width: 1200px;
  margin: 0 auto 40px;
  padding: 0;
}
@media only screen and (min-width: 640px) {
  main section {
    padding: 20px 0;
  }
}
main section.modal-area {
  width: 100%;
  max-width: 100%;
}
main h2 {
  font-size: 1.8rem;
  font-weight: 500;
  margin: 1em 0;
}
@media only screen and (min-width: 960px) {
  main h2 {
    font-size: 3.2rem;
    font-weight: 500;
    margin-bottom: 1.5em;
  }
}
main h2 span {
  font-size: 1.4rem;
  display: inline-block;
  margin-left: 1em;
}
main h3 {
  font-size: 1.6rem;
  font-weight: 500;
  margin: 1em 0;
}
@media only screen and (min-width: 960px) {
  main h3 {
    font-size: 2.4rem;
    font-weight: 500;
    margin-bottom: 1.5em;
  }
}
main h3 span {
  font-size: 1.4rem;
  display: inline-block;
  margin-left: 1em;
}
main .item__list {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  margin-bottom: 40px;
}
main .item__list__item {
  width: 49%;
  margin: 0 2% 4% 0;
}
main .item__list__item:nth-child(2n) {
  margin-right: 0;
}
@media only screen and (min-width: 640px) {
  main .item__list__item {
    width: 32%;
  }
  main .item__list__item:nth-child(2n) {
    margin-right: 2%;
  }
  main .item__list__item:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 960px) {
  main .item__list__item {
    width: 23.5%;
  }
  main .item__list__item:nth-child(2n) {
    margin-right: 2%;
  }
  main .item__list__item:nth-child(3n) {
    margin-right: 2%;
  }
  main .item__list__item:nth-child(4n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1280px) {
  main .item__list__item {
    width: 18.4%;
  }
  main .item__list__item:nth-child(2n) {
    margin-right: 2%;
  }
  main .item__list__item:nth-child(3n) {
    margin-right: 2%;
  }
  main .item__list__item:nth-child(4n) {
    margin-right: 2%;
  }
  main .item__list__item:nth-child(5n) {
    margin-right: 0;
  }
}
main .item__list__item img {
  margin-bottom: 10px;
}
main .item__list__item a {
  color: #282828;
  text-decoration: none;
}
main .item__list__item .item-image {
  margin-bottom: 0.4em;
}
main .item__list__item .item-image a {
  border: 1px solid #e5e5e5;
  background: #fff;
  display: block;
  position: relative;
  width: 100%;
}
main .item__list__item .item-image a::before {
  content: "";
  padding-top: 100%;
  width: 100%;
  display: block;
}
main .item__list__item .item-image a img {
  display: block;
  position: absolute;
  max-width: 90%;
  max-height: 90%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
}
main .item__list__item .item-category {
  border-radius: 3px;
  border: 1px solid #000;
  display: inline-block;
  padding: 0.1em 0.8em;
  font-size: 1.2rem;
  margin-bottom: 0.5em;
}
main .item__list__item .item-icon {
  font-size: 1.2rem;
}
main .item__list__item .item-icon span {
  border-radius: 3px;
  display: inline-block;
  padding: 0.1em 0.8em;
}
main .item__list__item .item-icon .item-soldout {
  border-radius: 3px;
  background: #47484a;
  color: #fff;
  display: inline-block;
  padding: 0.2rem 0.6rem;
}
main .item__list__item .item-icon .item-sale {
  border-radius: 3px;
  background: #ec444d;
  color: #fff;
}
main .item__list__item .item-name {
  font-size: 1.3rem;
  line-height: 1.4;
  margin-bottom: 0.5em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
main .item__list__item .item-price {
  margin-bottom: 1em;
  font-weight: 600;
}
main .item__list__item .item-tax {
  font-size: 75%;
  font-weight: 400;
  margin-left: 0.2em;
}
main .item__list__item .item-sale {
  background: #e23b3b;
  color: #fff;
}
main .item__list__item .item__sale-rate {
  font-size: 1.4rem;
  background: #f13f3f;
  border-radius: 3px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  padding: 0.5rem;
  margin-right: 0.5em;
}
main .item__list__item .item-soldout {
  border-radius: 3px;
  background: #47484a;
  color: #fff;
  display: inline-block;
  padding: 0.1rem 0.4rem;
  margin-left: 0.5em;
  font-weight: 400;
  font-size: 1.2rem;
}
main .item__list__item .item-cart {
  display: block;
  text-align: center;
  color: #fff;
}
main .item__list__item .item-cart a {
  background: #358deb;
  border-radius: 3px;
  display: inline-block;
  width: 80%;
  color: #fff;
  padding: 0.4em 0;
  font-weight: 700;
  font-size: 13px;
}
main .item__list__item .item-cart .item-list-sold {
  background: #adadad;
  border-radius: 3px;
  display: inline-block;
  width: 80%;
  color: #282828;
  padding: 0.4em 0;
  font-weight: 700;
  font-size: 13px;
}
main .item__list__item .sale-rate {
  color: #e23b3b;
}
main .scroll-item {
  width: 100%;
  overflow: auto;
}
main .scroll-item::-webkit-scrollbar {
  height: 8px;
  width: 13px;
}
main .scroll-item::-webkit-scrollbar-track {
  box-shadow: inset 0 0 2px #c8c8c8;
}
main .scroll-item::-webkit-scrollbar-track-piece {
  background-color: #e5e5e5;
}
main .scroll-item::-moz-selection {
  background: #666;
  color: #eee;
}
main .scroll-item::selection {
  color: #eee;
}
main .scroll-item::-webkit-scrollbar-thumb {
  background-color: #3d62ad;
}
main .scroll-item__list {
  display: table;
  width: 100%;
}
@media only screen and (min-width: 960px) {
  main .scroll-item__list {
    display: flex;
    display: -ms-flexbox;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    align-items: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
  }
}
main .scroll-item__list .item__list__item {
  width: auto;
  display: table-cell;
  padding: 0 0 0 8px;
}
@media only screen and (min-width: 960px) {
  main .scroll-item__list .item__list__item {
    display: block;
    padding: 0;
    width: 23.5%;
    margin-right: 2%;
  }
  main .scroll-item__list .item__list__item:nth-child(2n) {
    margin-right: 2%;
  }
  main .scroll-item__list .item__list__item:nth-child(3n) {
    margin-right: 2%;
  }
  main .scroll-item__list .item__list__item:nth-child(4n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1280px) {
  main .scroll-item__list .item__list__item {
    width: 18.4%;
  }
  main .scroll-item__list .item__list__item:nth-child(2n) {
    margin-right: 2%;
  }
  main .scroll-item__list .item__list__item:nth-child(3n) {
    margin-right: 2%;
  }
  main .scroll-item__list .item__list__item:nth-child(4n) {
    margin-right: 2%;
  }
  main .scroll-item__list .item__list__item:nth-child(5n) {
    margin-right: 0;
  }
}
main .scroll-item__list .item__list__item a {
  width: 42vw;
}
@media only screen and (min-width: 640px) {
  main .scroll-item__list .item__list__item a {
    width: 26vw;
  }
}
@media only screen and (min-width: 960px) {
  main .scroll-item__list .item__list__item a {
    width: 100%;
  }
}
main a.btn {
  background: #3d62ad;
  color: #fff;
  display: block;
  width: 90%;
  margin: 0 auto;
  max-width: 420px;
  padding: 1em;
  text-align: center;
}
main .total-count {
  margin-bottom: 0.4em;
}
main .pager-wrap {
  padding: 1em;
}
main .pager > li {
  display: inline-block;
}
main .pager > li a {
  display: block;
}
main .pager > li span {
  border: 1px solid #2d5979;
  border-radius: 2px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 28px;
  padding: 5px 0;
  line-height: 1;
  transition: 0.3s;
}
main .pager > li span.current,
main .pager > li span:hover {
  background: #2d5979;
  color: #fff;
}
main .pager > li span.prev {
  width: 4.6em;
}
main .pager > li span.next {
  width: 4.6em;
}
main .item-review-detail {
  margin-bottom: 60px;
}
main .item-review-detail h3 {
  font-size: 18px;
  margin-bottom: 20px;
}
main .item-review-list li {
  margin-bottom: 60px;
}
main .item-review-list li-link {
  margin-bottom: 30px;
  font-size: 12px;
}
main .item-review-list li-link a {
  text-decoration: underline;
}
main .item-review-list li-link a:hover {
  text-decoration: none;
}
main .review-list-unit .review-list-name {
  margin-bottom: 12px;
}
main .review-list-unit .star-score {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
main .review-list-unit .review-star {
  margin-right: 6px;
}
main .review-list-unit .review-list-date {
  font-size: 12px;
  color: #b5b5b5;
  margin: 12px 0;
}
main .review-list-unit .review-list-content {
  font-size: 1.2rem;
}
@media only screen and (min-width: 640px) {
  main .review-list-unit .review-list-content {
    font-size: 1.3em;
  }
}
@media only screen and (min-width: 960px) {
  main .review-list-unit .review-list-content {
    font-size: 1.4rem;
  }
}
main .reviewRateStar {
  display: inline-block;
  font-size: 0;
  color: #ffa41c;
}
main .reviewRateStar::before {
  font-family: "Font Awesome 5 Free";
  content: "\f005";
  font-size: 12px;
  font-weight: 900;
}
main .starOff::before {
  font-family: "Font Awesome 5 Free";
  content: "\f005";
  font-weight: 400;
}
main .starHalf::before {
  font-family: "Font Awesome 5 Free";
  content: "\f5c0";
}
main .review-post {
  margin-top: 40px;
}
main .review-post {
  text-align: center;
}
main .review-post a {
  width: 260px;
  margin: 0 auto;
  display: inline-block;
  padding: 12px 0;
  border: 1px solid #333;
  border-radius: 2px;
  text-align: center;
}
main .review-post a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f304";
  font-size: 16px;
  font-weight: 900;
  padding-right: 10px;
  color: fff;
}
main .search {
  background: #cdcdcd;
  padding: 2em;
  margin-bottom: 20px;
}
@media only screen and (min-width: 640px) {
  main .search {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 960px) {
  main .search {
    margin-bottom: 40px;
  }
}
main .search__list__item {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  margin-bottom: 1em;
}
main .search__list__item label {
  width: 100%;
}
@media only screen and (min-width: 640px) {
  main .search__list__item label {
    width: 30%;
    text-align: right;
  }
  main .search__list__item label::after {
    content: " ： ";
    display: inline-block;
    margin-left: 0.5em;
    margin-right: 0.5em;
  }
}
main .search__btn {
  background: #2798b4;
  border-radius: 3px;
  color: #fff;
  display: block;
  width: 80%;
  max-width: 480px;
  margin: 0 auto;
  text-align: center;
  padding: 1.2rem 0;
}
main .search__price {
  width: 7em;
}
main .search .search-price {
  width: 8em;
}
main .search .search-keyword {
  width: 65%;
}
main .search .original-code {
  width: 20em;
}
main .search-cat__list__item {
  margin-bottom: 20px;
}
main .search-cat__list__item h3 {
  margin-bottom: 0.5em;
}
main .search-cat__list__item__child {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
}
main .search-cat__list__item__child > li {
  width: 23.5%;
  margin: 0 2% 2% 0;
}
main .search-cat__list__item__child > li:nth-child(4n) {
  margin-right: 0;
}
main .search-cat__list__item__child > li a {
  border: 1px solid #c1c1c1;
  display: block;
  padding: 0.8rem;
}
.footer {
  background: #fff;
}
.footer h3 {
  font-size: 2.8rem;
  font-weight: 500;
  margin: 0 0 0.5em 0;
  text-align: center;
}
@media only screen and (min-width: 960px) {
  .footer h3 {
    margin-bottom: 1em;
  }
}
.footer h3 span {
  font-size: 1.6rem;
  display: block;
}
@media only screen and (min-width: 640px) {
  .footer h3 span {
    margin-left: 1em;
    display: inline-block;
    text-align: left;
  }
}
.footer__cat {
  background: #c9d6e3;
  font-size: 1.2rem;
}
.footer__chara {
  background: #d7ebf1;
  font-size: 1.2rem;
}
.footer .chara {
  padding: 40px 0;
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.footer .chara__list {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  width: 100%;
}
.footer .chara__list__item {
  margin-bottom: 2%;
  width: 49%;
}
@media only screen and (min-width: 640px) {
  .footer .chara__list__item {
    width: 32%;
  }
}
@media only screen and (min-width: 960px) {
  .footer .chara__list__item {
    width: 18%;
  }
}
.footer .chara__list__item > a {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.footer .chara__list__item img {
  border-radius: 50%;
}
.footer .chara-img {
  width: 30%;
}
.footer .chara-name {
  width: 65%;
}
.footer .chara-name span {
  display: inline-block;
}
.footer .chara-more {
  display: block;
  text-align: center;
  margin-bottom: 20px;
}
.footer .chara-more a {
  background: #56bf98;
  border-radius: 100px;
  color: #fff;
  padding: 0.4rem 2rem;
  display: inline-block;
  font-size: 1.3rem;
  text-decoration: none;
}
@media only screen and (min-width: 960px) {
  .footer .chara-more a {
    position: absolute;
    top: 50px;
    right: 0;
    font-size: 1.5rem;
  }
}
.footer .cat {
  padding: 40px 0;
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.footer .cat__list {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  width: 100%;
}
.footer .cat__list__item {
  margin: 0 2% 2% 0;
  width: 49%;
}
.footer .cat__list__item:nth-child(2n) {
  margin-right: 0;
}
@media only screen and (min-width: 640px) {
  .footer .cat__list__item {
    width: 32%;
  }
  .footer .cat__list__item:nth-child(2n) {
    margin-right: 2%;
  }
  .footer .cat__list__item:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 960px) {
  .footer .cat__list__item {
    width: 18.4%;
  }
  .footer .cat__list__item:nth-child(2n) {
    margin-right: 2%;
  }
  .footer .cat__list__item:nth-child(3n) {
    margin-right: 2%;
  }
  .footer .cat__list__item:nth-child(5n) {
    margin-right: 0;
  }
}
.footer .cat__list__item > a {
  background: #fff;
  border-radius: 3px;
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  padding: 0.8rem;
  text-decoration: none;
}
.footer .cat-img {
  width: 30%;
}
.footer .cat-img img {
  border-radius: 3px;
}
.footer .cat-name {
  width: 65%;
}
.footer .cat-name span {
  display: inline-block;
}
.footer .cat-more {
  display: block;
  text-align: center;
  margin-bottom: 20px;
}
.footer .cat-more a {
  background: #56bf98;
  border-radius: 100px;
  color: #fff;
  padding: 0.4rem 2rem;
  display: inline-block;
  font-size: 1.3rem;
  text-decoration: none;
}
@media only screen and (min-width: 960px) {
  .footer .cat-more a {
    position: absolute;
    top: 50px;
    right: 0;
    font-size: 1.5rem;
  }
}
.footer .salecat {
  padding: 40px 0;
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.footer .salecat__list {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  width: 100%;
}
.footer .salecat__list__item {
  margin: 0 2% 2% 0;
  width: 32%;
}
.footer .salecat__list__item:nth-child(3n) {
  margin-right: 0;
}
@media only screen and (min-width: 640px) {
  .footer .salecat__list__item {
    width: 23.5%;
  }
  .footer .salecat__list__item:nth-child(3n) {
    margin-right: 2%;
  }
  .footer .salecat__list__item:nth-child(4n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 960px) {
  .footer .salecat__list__item {
    width: 15%;
  }
  .footer .salecat__list__item:nth-child(3n) {
    margin-right: 2%;
  }
  .footer .salecat__list__item:nth-child(4n) {
    margin-right: 2%;
  }
  .footer .salecat__list__item:nth-child(6n) {
    margin-right: 0;
  }
}
.footer .salecat__list__item > a {
  background: #fff;
  border-radius: 5px;
  text-align: center;
  display: block;
  width: 100%;
  font-weight: 600;
  padding: 0.8rem;
  text-decoration: none;
}
.footer .salecat__list__item > a:hover {
  background: #ff6c6c;
  color: #fff;
}
.footer .salecat-more {
  display: block;
  text-align: center;
  margin-bottom: 20px;
}
.footer .salecat-more a {
  background: #56bf98;
  border-radius: 100px;
  color: #fff;
  padding: 0.4rem 2rem;
  display: inline-block;
  font-size: 1.3rem;
  text-decoration: none;
}
@media only screen and (min-width: 960px) {
  .footer .salecat-more a {
    position: absolute;
    top: 50px;
    right: 0;
    font-size: 1.5rem;
  }
}
.footer__guide {
  background: #3d62ad;
}
.footer__guide h3 {
  color: #fff;
}
.footer__guide .shopguide {
  padding: 40px 0;
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.footer__guide .shopguide__list {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
}
.footer__guide .shopguide__list__item {
  background: #fff;
  border-radius: 3px;
  font-size: 1.4rem;
  line-height: 1.4;
  padding: 1.6rem;
  align-self: stretch;
  width: 100%;
  margin-bottom: 2%;
}
@media only screen and (min-width: 640px) {
  .footer__guide .shopguide__list__item {
    width: 49%;
  }
}
@media only screen and (min-width: 960px) {
  .footer__guide .shopguide__list__item {
    width: 32%;
  }
}
.footer__guide .shopguide__list__item h4 {
  font-size: 1.6rem;
  margin-bottom: 1em;
}
.footer__guide .shopguide__list__item h5 {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 0.5em;
}
.footer__guide .shopguide__list__item p {
  margin-bottom: 1em;
}
.footer__guide .shopguide__list__item .payment__list {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.footer__guide .shopguide__list__item .payment__list > li {
  width: 18.5%;
}
.footer__guide .shopguide__list__item .fee__list {
  border-right: 1px solid #b7b7b7;
  border-left: 1px solid #b7b7b7;
  border-bottom: 1px solid #b7b7b7;
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  margin-bottom: 1em;
}
.footer__guide .shopguide__list__item .fee__list dt {
  background: #f4f4f4;
  border-top: 1px solid #b7b7b7;
  width: 40%;
  padding: 0.4em;
}
.footer__guide .shopguide__list__item .fee__list dd {
  border-top: 1px solid #b7b7b7;
  border-left: 1px solid #b7b7b7;
  padding: 0.4em;
  width: 60%;
}
.footer__guide .shopguide__list__item .delivery img {
  height: 32px;
  width: auto;
  margin-right: 0.5em;
}
.footer__guide .shopguide__list__item .contact__open {
  color: #f5584a;
}
.footer__guide .shopguide__list__item .contact__btn {
  background: #64b5b7;
  border-radius: 5px;
  color: #fff;
  display: block;
  width: 100%;
  padding: 1.2em;
  text-align: center;
}
.footer__guide .shopguide__list__item .calender {
  width: 100%;
  height: 80%;
}
.footer__guide .shopguide__list__item .calender table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 0.5em;
  font-size: 1.2rem;
}
.footer__guide .shopguide__list__item .calender tr > td.Sat,
.footer__guide .shopguide__list__item .calender tr > td.Sun,
.footer__guide .shopguide__list__item .calender tr > td.holiday {
  background: #fcbbbb;
}
.footer__guide .shopguide__list__item .calender th span {
  float: right;
  cursor: pointer;
}
.footer__guide .shopguide__list__item .calender .headline > td {
  width: 14.2857142857%;
  text-align: center;
}
.footer__guide .shopguide__list__item .calender td {
  border-top: 1px solid #ebe9e9;
  border-bottom: 1px solid #ebe9e9;
  border-collapse: collapse;
  text-align: center;
  padding: 0.2em 0;
}
.footer__guide .shopguide__list__item .calender .shop_close {
  font-size: 1.2rem;
}
.footer__nav {
  padding: 20px 0;
}
@media only screen and (min-width: 640px) {
  .footer__nav {
    padding: 40px 0;
  }
}
.footer__nav a {
  color: #282828;
  text-decoration: none;
}
.footer__nav .sns__list {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  margin-bottom: 20px;
}
.footer__nav .sns__list__item {
  padding: 0.5em 0;
  margin: 0 1em;
  font-size: 1.2rem;
  text-align: center;
}
@media only screen and (min-width: 640px) {
  .footer__nav .sns__list__item {
    width: auto;
  }
}
@media only screen and (min-width: 960px) {
  .footer__nav .sns__list__item {
    font-size: 1.4rem;
  }
}
.footer__nav .sns__list .icon-sns::after {
  content: "";
  display: inline-block;
  height: 20px;
  width: 20px;
  margin-right: 0.8em;
}
.footer__nav .sns__list .icon-line::after {
  background: url(https://gigaplus.makeshop.jp/skateroutlet/img/common/line_logo.png)
    center center no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.footer__nav .sns__list .icon-instagram::after {
  background: url(https://gigaplus.makeshop.jp/skateroutlet/img/common/ig_logo.png)
    center center no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.footer__nav .sns__list .icon-twitter::after {
  background: url(https://gigaplus.makeshop.jp/skateroutlet/img/common/tw_logo.png)
    center center no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.footer__nav .site__list {
  text-align: center;
  font-size: 1.2rem;
}
@media only screen and (min-width: 960px) {
  .footer__nav .site__list {
    font-size: 1.4rem;
  }
}
.footer__nav .site__list__item {
  border-bottom: none;
  display: inline-block;
  padding: 0 0 0 1rem;
  font-weight: 400;
}
.footer__nav .site__list__item a {
  border-bottom: none;
  display: inline-block;
}
.footer__nav .site__list__item:not(:last-child):after {
  content: "/";
  display: inline;
  margin-left: 1rem;
  font-weight: 200;
}
.footer .news {
  width: 94%;
  max-width: 1200px;
  margin: 0 auto 40px;
  padding: 0;
}
@media only screen and (min-width: 640px) {
  .footer .news {
    padding: 40px 0;
  }
}
.footer .news h2 {
  font-size: 1.8rem;
  font-weight: 500;
  margin: 1em 0;
}
@media only screen and (min-width: 960px) {
  .footer .news h2 {
    font-size: 2.4rem;
    font-weight: 500;
    margin-bottom: 1.5em;
  }
}
.footer .news h2 span {
  font-size: 1.4rem;
  display: inline-block;
  margin-left: 1em;
}
.footer .copyright {
  text-align: center;
  padding: 1em 0;
  font-size: 1.2rem;
}
@media only screen and (min-width: 960px) {
  .footer .copyright {
    font-size: 1.4rem;
  }
}
body.fixed {
  position: fixed;
  top: 0;
  height: 100%;
}
@media only screen and (min-width: 960px) {
  body.fixed {
    position: relative;
    top: 0;
    height: auto;
  }
}
body.fixed .header {
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 960px) {
  body.fixed .header {
    padding: 1rem 0 0;
    display: flex;
    display: -ms-flexbox;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
  }
}
@media only screen and (min-width: 960px) {
  .sp {
    display: none;
  }
}
.sp-not {
  display: none;
}
@media only screen and (min-width: 640px) {
  .sp-not {
    display: block;
  }
}
.pc {
  display: none;
}
@media only screen and (min-width: 960px) {
  .pc {
    display: block;
  }
}
.notice {
  position: relative;
  margin: 1rem 0;
  line-height: 1.4;
  font-size: 1.3rem;
}
.notice-imp {
  border: 1px solid #fa5366;
  color: #fa5366;
  padding: 0.8rem;
}
.notice-imp p:last-child {
  margin-bottom: 0;
}
p.notice {
  margin-left: 1em;
  text-indent: -1em;
}
ul.notice {
  list-style-type: none;
  padding: 0;
}
ul.notice > li {
  position: relative;
  padding: 0 0 0 1.5rem;
  margin-bottom: 0.5rem;
}
ul.notice > li:before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0.9rem;
  transform: translateY(-50%);
}
ol.notice {
  counter-reset: list;
  list-style-type: none;
  padding: 0;
  margin: 1em 0;
}
ol.notice > li {
  position: relative;
  padding: 0 0 0.25rem 4rem;
}
ol.notice > li::before {
  counter-increment: list;
  content: "※" counter(list) ". ";
  position: absolute;
  left: 0;
  top: 0.9rem;
  transform: translateY(-50%);
}
ol.brackets-num {
  counter-reset: list;
  list-style-type: none;
  padding: 0;
  margin: 1em 0;
}
ol.brackets-num > li {
  position: relative;
  padding: 0 0 0.25rem 3rem;
}
ol.brackets-num > li::before {
  counter-increment: list;
  content: "(" counter(list) ")";
  position: absolute;
  left: 0;
  top: 1.1rem;
  transform: translateY(-50%);
}
ul.big-circle > li {
  position: relative;
  padding: 0 0 0 1.4em;
  margin-bottom: 0 0 0.5rem 1.4em;
  text-indent: -1.4em;
}
ul.big-circle > li::before {
  content: "●";
  margin-right: 0.4em;
}
.list-table {
  border-top: 1px solid #c7c7c7;
  border-bottom: 1px solid #c7c7c7;
  margin-bottom: 1em;
}
.list-table dt {
  font-weight: 600;
  padding: 1.6rem 0 0;
}
.list-table dd {
  display: block;
  padding: 0.8rem 0;
}
.list-table dd + dt {
  border-top: 1px dotted #eaeaea;
}
.list-table dd + dd {
  padding: 0 0 0.8rem;
}
.list-table dd div {
  border-top: 1px dotted #eaeaea;
  padding: 1rem 0;
}
.list-table dd div:first-of-type {
  border: none;
  padding: 0 0 1rem;
}
.list-table dd div:last-of-type {
  padding: 1rem 0 0;
}
.list-table dd div {
  position: relative;
}
.list-table dd a.link_movepage {
  border: none;
  display: inline-block;
  margin: 0 0 0 auto;
  text-decoration: none;
  float: none;
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
}
.top h2 {
  text-align: center;
}
.top h2 span {
  color: #3d62ad;
  font-weight: 300;
  display: block;
  line-height: 1;
  margin-left: 0;
}
.key {
  display: block;
  width: 100%;
  padding: 136px 0 0;
}
@media only screen and (min-width: 960px) {
  .key {
    padding-top: 0;
  }
}
.key__slide .slick-slide img {
  width: 100%;
  max-width: 200%;
}
@media only screen and (min-width: 960px) {
  .key__slide .inner-slide {
    margin: 0 10px;
  }
}
.main__visual {
  text-align: center;
}
.main__visual .topImage {
  margin: 20px auto;
}
@media only screen and (min-width: 640px) {
  .main__visual .topImage {
    margin: 30px auto;
  }
}
@media only screen and (min-width: 640px) {
  .main__visual .topImage {
    margin: 30px auto;
  }
}
.main-banner {
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 0;
}
.main-banner__list {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.main-banner__list__item {
  width: 100%;
}
@media only screen and (min-width: 640px) {
  .main-banner__list__item {
    width: 48%;
    max-width: 480px;
    margin: 0 1% 2%;
  }
}
@media only screen and (min-width: 960px) {
  .main-banner__list__item {
    width: 23.5%;
    max-width: 480px;
    margin: 0 0 2%;
  }
}
.main-banner__list__item + li {
  margin-top: 2%;
}
@media only screen and (min-width: 640px) {
  .main-banner__list__item + li {
    margin-top: 0;
  }
}
@media only screen and (min-width: 960px) {
  .main-banner__list__item + li {
    margin-left: 2%;
  }
}
.main-banner__list__item img {
  width: 100%;
  max-width: 480px;
  height: auto;
}
.banner {
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 0;
}
.banner__list {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.banner__list__item {
  width: 100%;
}
@media only screen and (min-width: 640px) {
  .banner__list__item {
    width: 48%;
    max-width: 480px;
    margin: 0 1% 2%;
  }
}
@media only screen and (min-width: 960px) {
  .banner__list__item {
    width: 23.5%;
    max-width: 480px;
    margin: 0;
  }
}
.banner__list__item + li {
  margin-top: 2%;
}
@media only screen and (min-width: 640px) {
  .banner__list__item + li {
    margin-top: 0;
  }
}
@media only screen and (min-width: 960px) {
  .banner__list__item + li {
    margin-left: 2%;
  }
}
.banner__list__item img {
  width: 100%;
  max-width: 480px;
  height: auto;
}
.pickup {
  width: 100%;
}
@media only screen and (min-width: 960px) {
  .pickup {
    width: 94%;
    margin: 0 auto;
  }
}
.new {
  width: 94%;
}
@media only screen and (min-width: 960px) {
  .new {
    width: 94%;
    margin: 0 auto;
  }
}
.new .item__list {
  margin-bottom: 20px;
}
.new .item__list__item {
  width: 32%;
  margin-right: 2%;
}
.new .item__list__item:nth-child(2n) {
  margin-right: 2%;
}
.new .item__list__item:nth-child(3n) {
  margin-right: 0;
}
@media only screen and (min-width: 960px) {
  .new .item__list__item {
    width: 23.5%;
  }
  .new .item__list__item:nth-child(2n) {
    margin-right: 2%;
  }
  .new .item__list__item:nth-child(3n) {
    margin-right: 2%;
  }
  .new .item__list__item:nth-child(4n) {
    margin-right: 0;
  }
  .new .item__list__item:nth-child(5n) {
    margin-right: 2%;
  }
}
@media only screen and (min-width: 1280px) {
  .new .item__list__item {
    width: 18.4%;
  }
  .new .item__list__item:nth-child(2n) {
    margin-right: 2%;
  }
  .new .item__list__item:nth-child(3n) {
    margin-right: 2%;
  }
  .new .item__list__item:nth-child(4n) {
    margin-right: 2%;
  }
  .new .item__list__item:nth-child(5n) {
    margin-right: 0;
  }
}
.new .scroll-item {
  margin-bottom: 20px;
}
.new__more {
  width: 80%;
  max-width: 480px;
  margin: 0 auto;
}
.new__more img {
  border-radius: 500px;
}
.link {
  padding: 20px 0;
}
@media only screen and (min-width: 640px) {
  .link {
    padding: 40px 0;
  }
}
.link__list {
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  width: 94%;
  max-width: 840px;
  margin: 0 auto;
}
@media only screen and (min-width: 640px) {
  .link__list {
    display: flex;
    display: -ms-flexbox;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    align-items: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
  }
}
.link__list > li {
  width: 80%;
  margin-bottom: 2%;
  text-align: center;
}
@media only screen and (min-width: 640px) {
  .link__list > li {
    width: 49%;
    margin-bottom: 0;
  }
}
.ranking {
  width: 100%;
}
.ranking__menu {
  width: 100%;
  overflow: auto;
  padding: 0 10px;
}
@media only screen and (min-width: 960px) {
  .ranking__menu {
    padding: 0;
    width: 94%;
    margin: 0 auto;
  }
}
.ranking .btn_area {
  border-bottom: none;
  margin: 0;
  padding-bottom: 30px;
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  width: 200%;
}
@media only screen and (min-width: 640px) {
  .ranking .btn_area {
    width: 100%;
  }
}
.ranking .ranking_btn {
  border-radius: 0;
  border-right: 1px solid #aab0bd;
  width: 20%;
  padding: 1rem 0;
  margin: 0;
  color: #333;
  background: #efeff1;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease 0s;
  font-size: 1.1rem;
}
@media only screen and (min-width: 640px) {
  .ranking .ranking_btn {
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 960px) {
  .ranking .ranking_btn {
    font-size: 1.8rem;
  }
}
.ranking .ranking_btn:first-of-type {
  border-left: 1px solid #e3ebf3;
}
.ranking .ranking_btn:hover {
  background-color: #dce1e4;
}
.ranking .ranking_btn.active {
  background: #3d62ad;
  color: #fff;
  position: relative;
}
.ranking .ranking_btn.active::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 10px solid #3d62ad;
  border-right: 16px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 16px solid transparent;
  position: absolute;
  top: 98%;
  left: 50%;
  transform: translateX(-50%);
}
.ranking .panel_area {
  width: 100%;
  overflow: auto;
}
@media only screen and (min-width: 640px) {
  .ranking .panel_area {
    width: 100%;
  }
}
@media only screen and (min-width: 960px) {
  .ranking .panel_area {
    width: 94%;
    margin: 0 auto;
  }
}
.ranking .ranking_panel {
  display: none;
  padding-top: 20px;
  width: 100%;
}
.ranking .ranking_panel.active {
  display: block;
}
.ranking__list {
  display: table;
  width: 100%;
  margin-bottom: 10px;
}
@media only screen and (min-width: 960px) {
  .ranking__list {
    display: flex;
    display: -ms-flexbox;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    align-items: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
  }
}
.ranking__list__item {
  display: table-cell;
  width: auto;
  margin: 0;
  position: relative;
  padding: 0 0 0 20px;
}
@media only screen and (min-width: 960px) {
  .ranking__list__item {
    display: block;
    width: 18.4%;
    margin: 0 2% 0 0;
    padding: 0;
  }
  .ranking__list__item:nth-child(5n) {
    margin-right: 0;
  }
}
.ranking__list__item:first-of-type {
  padding-left: 20px;
}
@media only screen and (min-width: 960px) {
  .ranking__list__item:first-of-type {
    padding-left: 0;
  }
}
.ranking__list__item:last-of-type {
  padding-right: 20px;
}
@media only screen and (min-width: 960px) {
  .ranking__list__item:last-of-type {
    padding-right: 0;
  }
}
.ranking__list__item a {
  display: block;
  text-decoration: none;
  width: 42vw;
}
@media only screen and (min-width: 640px) {
  .ranking__list__item a {
    width: 26vw;
  }
}
@media only screen and (min-width: 960px) {
  .ranking__list__item a {
    width: 100%;
  }
}
.ranking__list .item-image {
  border: solid 1px #e3ebf3;
  margin-bottom: 0.5rem;
  width: 100%;
  position: relative;
}
.ranking__list .item-image::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
.ranking__list .item-image img {
  position: absolute;
  height: 90%;
  max-height: 90%;
  width: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.ranking__list .item-name {
  font-size: 1.2rem;
  line-height: 1.2;
  margin-bottom: 0.4em;
}
.ranking__list .item__sale-rate {
  font-size: 1.4rem;
  background: #f13f3f;
  border-radius: 3px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  padding: 0.5rem;
  margin-right: 0.5em;
}
.ranking__list .item-tax {
  font-size: 75%;
}
.ranking-icon {
  position: absolute;
  top: 8px;
  left: 28px;
  text-align: center;
  background-color: #f3f5f7;
  border-radius: 50%;
  font-size: 12px;
  color: #333;
  width: 30px;
  height: 30px;
  line-height: 2.5;
}
.ranking-icon.rank-1 {
  background: #d1af28;
  color: #fff;
}
.ranking-icon.rank-2 {
  background: #aba8a8;
  color: #fff;
}
.ranking-icon.rank-3 {
  background: #d18858;
  color: #fff;
}
.top-ranking .rankingg__box {
  width: 100%;
  overflow-x: scroll;
}
.top-ranking .rankingg__box .btn_area {
  border-top: 1px solid #e3ebf3;
  border-bottom: none;
  margin: 0;
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  width: 200%;
}
@media only screen and (min-width: 640px) {
  .top-ranking .rankingg__box .btn_area {
    width: 100%;
  }
}
.top-ranking .rankingg__box .ranking_btn {
  border-radius: 0;
  border-right: 1px solid #e3ebf3;
  width: 20%;
  padding: 1rem 0;
  margin: 0;
  color: #333;
  background: #fbfbfb;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease 0s;
  font-size: 1.1rem;
}
@media only screen and (min-width: 640px) {
  .top-ranking .rankingg__box .ranking_btn {
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 960px) {
  .top-ranking .rankingg__box .ranking_btn {
    font-size: 1.8rem;
  }
}
.top-ranking .rankingg__box .ranking_btn:first-of-type {
  border-left: 1px solid #e3ebf3;
}
.top-ranking .rankingg__box .ranking_btn:hover {
  background-color: #dce1e4;
}
.top-ranking .rankingg__box .ranking_btn.active {
  background: #07539f;
  color: #fff;
}
.top-ranking .rankingg__box .panel_area {
  padding: 0.8em;
  width: 200%;
}
@media only screen and (min-width: 640px) {
  .top-ranking .rankingg__box .panel_area {
    width: 100%;
  }
}
.top-ranking .rankingg__box .ranking_panel {
  display: none;
  width: 100%;
}
.top-ranking .rankingg__box .ranking_panel.active {
  display: block;
}
.top-ranking .rankingg__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
}
.top-ranking .rankingg__list__item {
  width: 18%;
  margin: 0;
  position: relative;
}
.top-ranking .rankingg__list__item a {
  text-decoration: none;
}
.top-ranking .rankingg__list .item-image {
  border: solid 1px #e3ebf3;
  margin-bottom: 0.5rem;
  width: 100%;
  position: relative;
}
.top-ranking .rankingg__list .item-image::before {
  background: #000;
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
.top-ranking .rankingg__list .item-image img {
  position: absolute;
  height: 90%;
  max-height: 90%;
  width: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
}
.top-ranking .rankingg__list .item-name {
  font-size: 1.2rem;
  line-height: 1.2;
  margin-bottom: 0.4em;
}
.top-ranking .rankingg__list .item__sale-rate {
  font-size: 1.4rem;
  background: #f13f3f;
  border-radius: 3px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  padding: 0.5rem;
  margin-right: 0.5em;
}
.top-ranking .rankingg__list .item-tax {
  font-size: 75%;
}
.top-ranking .rankingg-icon {
  position: absolute;
  top: 8px;
  left: 8px;
  text-align: center;
  background-color: #f3f5f7;
  border-radius: 50%;
  font-size: 12px;
  color: #333;
  width: 30px;
  height: 30px;
  line-height: 2.5;
}
.top-ranking .rankingg-icon.rank-1 {
  background: #d1af28;
  color: #fff;
}
.top-ranking .rankingg-icon.rank-2 {
  background: #aba8a8;
  color: #fff;
}
.top-ranking .rankingg-icon.rank-3 {
  background: #d18858;
  color: #fff;
}
.content__box .btn_area {
  border-bottom: 5px solid #c7c7c7;
  margin: 0;
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.content__box .tab_btn {
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  width: 30%;
  max-width: 360px;
  color: #333;
  background: #f5f7f8;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease 0s;
  font-size: 1.2rem;
  padding: 1.2em 0;
}
@media only screen and (min-width: 960px) {
  .content__box .tab_btn {
    font-size: 1.8rem;
  }
}
.content__box .tab_btn + .tab_btn {
  margin-left: 8px;
}
.content__box .tab_btn:hover {
  background-color: #dce1e4;
}
.content__box .tab_btn.active {
  background: #07539f;
  color: #fff;
}
.content__box .panel_area {
  border: solid 1px #e3ebf3;
  padding: 0;
}
.content__box .tab_panel {
  display: none;
}
.content__box .tab_panel.active {
  display: block;
}
.content__box .ranking__box {
  width: 100%;
  overflow-x: scroll;
}
.content__box .ranking__box .btn_area {
  border-top: 1px solid #e3ebf3;
  border-bottom: none;
  margin: 0;
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  width: 200%;
}
@media only screen and (min-width: 640px) {
  .content__box .ranking__box .btn_area {
    width: 100%;
  }
}
.content__box .ranking__box .ranking_btn {
  border-radius: 0;
  border-right: 1px solid #e3ebf3;
  width: 20%;
  padding: 1rem 0;
  margin: 0;
  color: #333;
  background: #fbfbfb;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease 0s;
  font-size: 1.1rem;
}
@media only screen and (min-width: 640px) {
  .content__box .ranking__box .ranking_btn {
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 960px) {
  .content__box .ranking__box .ranking_btn {
    font-size: 1.8rem;
  }
}
.content__box .ranking__box .ranking_btn:first-of-type {
  border-left: 1px solid #e3ebf3;
}
.content__box .ranking__box .ranking_btn:hover {
  background-color: #dce1e4;
}
.content__box .ranking__box .ranking_btn.active {
  background: #07539f;
  color: #fff;
}
.content__box .ranking__box .panel_area {
  border: solid 1px #e3ebf3;
  padding: 0.8em;
  width: 200%;
}
@media only screen and (min-width: 640px) {
  .content__box .ranking__box .panel_area {
    width: 100%;
  }
}
.content__box .ranking__box .ranking_panel {
  display: none;
  width: 100%;
}
.content__box .ranking__box .ranking_panel.active {
  display: block;
}
.content__box .ranking__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
}
.content__box .ranking__list__item {
  width: 18%;
  margin: 0;
  position: relative;
}
.content__box .ranking__list__item a {
  text-decoration: none;
}
.content__box .ranking__list .item-image {
  margin-bottom: 0.5rem;
}
.content__box .ranking__list .item-name {
  font-size: 1.2rem;
  line-height: 1.2;
}
.content__box .ranking-icon {
  position: absolute;
  top: 8px;
  left: 8px;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
  font-size: 12px;
  color: #333;
  width: 30px;
  height: 30px;
  line-height: 2.5;
}
.content__box .ranking-icon.rank-1 {
  background: #d1af28;
  color: #fff;
}
.content__box .ranking-icon.rank-2 {
  background: #aba8a8;
  color: #fff;
}
.content__box .ranking-icon.rank-3 {
  background: #d18858;
  color: #fff;
}
.feature__list {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  margin-bottom: 20px;
}
@media only screen and (min-width: 640px) {
  .feature__list {
    display: flex;
    display: -ms-flexbox;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    align-items: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    margin-bottom: 30px;
  }
}
.feature__list__item {
  width: 49%;
}
@media only screen and (min-width: 640px) {
  .feature__list__item {
    width: 49%;
  }
}
@media only screen and (min-width: 960px) {
  .feature__list__item {
    width: 23.5%;
  }
}
.feature__list__more {
  border-radius: 300px;
  background: #1e4089;
  color: #fff;
  display: block;
  padding: 1.4rem 0;
  font-size: 1.5rem;
  width: 90%;
  max-width: 480px;
  margin: 0 auto 40px;
  text-align: center;
  text-decoration: none;
}
@media only screen and (min-width: 960px) {
  .feature__list__more {
    font-size: 2rem;
  }
}
.feature__list__more i {
  margin-left: 1em;
}
.information {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  padding-bottom: 40px;
}
.information__news {
  width: 100%;
  margin-bottom: 30px;
}
@media only screen and (min-width: 640px) {
  .information__news {
    margin-bottom: 0;
    width: 55%;
  }
}
.information .news-caution a {
  border: 1px solid #f33535;
  background: #ffefef;
  display: block;
  font-weight: 500;
  text-align: center;
  padding: 0.8em;
  color: #f33535;
}
.information__list {
  border-top: 1px solid #dce1e4;
  width: 100%;
  margin-bottom: 20px;
}
.information__list li a {
  display: block;
  padding: 1.2rem;
  border-bottom: 1px solid #dce1e4;
  text-decoration: none;
}
.information__list li .news-date {
  margin-right: 0.8em;
}
.information__bnr {
  width: 100%;
}
@media only screen and (min-width: 640px) {
  .information__bnr {
    width: 40%;
  }
}
.information__bnr__list__item {
  text-align: center;
}
.information__bnr__list__item img {
  width: 100%;
  max-width: 360px;
}
.information__bnr__list__item + li {
  margin-top: 2%;
}
.our-shop__list {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
}
@media only screen and (min-width: 960px) {
  .our-shop__list {
    display: flex;
    display: -ms-flexbox;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    align-items: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
  }
}
.our-shop__list__item {
  width: 100%;
  font-size: 1.2rem;
  margin-bottom: 2%;
}
@media only screen and (min-width: 640px) {
  .our-shop__list__item {
    width: 49%;
  }
}
@media only screen and (min-width: 960px) {
}
.page {
  padding-bottom: 40px;
}
.page__title {
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
}
.page h1 {
  font-size: 2.8rem;
  font-weight: 500;
  margin: 1em 0;
}
.page h1 span {
  font-size: 1.6rem;
  display: inline-block;
  margin-left: 1em;
}
.page h2 {
  font-size: 2.4rem;
  font-weight: 500;
  margin: 1em 0;
}
.page h2 span {
  font-size: 1.4rem;
  display: inline-block;
  margin-left: 1em;
}
.page h3 {
  font-size: 2rem;
  font-weight: 500;
  margin: 2.4em 0 1em;
}
.page h3 span {
  font-size: 1.2rem;
  display: inline-block;
  margin-left: 1em;
}
.page h4 {
  font-size: 1.8rem;
  font-weight: 500;
  margin: 1em 0 0.5em;
}
.page h4 span {
  font-size: 1.2rem;
  display: inline-block;
  margin-left: 1em;
}
.page .contract__section {
  border-top: 1px solid #adadad;
}
.page .contract__section dt {
  padding: 0.8em 0.8em 0 0.8em;
  font-weight: 600;
}
@media only screen and (min-width: 640px) {
  .page .contract__section dt {
    font-weight: 400;
    float: left;
    width: 240px;
  }
}
.page .contract__section dd {
  padding: 0.8em;
}
@media only screen and (min-width: 640px) {
  .page .contract__section dd {
    width: 65%;
    margin-left: 240px;
    padding: 0.8em 0;
  }
}
.page .contract__section dd + dd {
  padding-top: 0;
}
.page .privacy {
  margin-bottom: 40px;
}
.page .privacy__list {
  margin: 1em 0 1em 1.5em;
  list-style: square outside;
}
.page .privacy__list > li {
  margin-bottom: 0.5em;
}
.page .privacy__list ul {
  list-style: circle;
  margin: 0.5em 0 1em 1.5em;
}
.page .privacy__list__num {
  list-style: decimal outside;
  margin: 1em 0 1em 1.5em;
}
.page .review .review-item-wrap {
  border: 1px solid #333;
  padding: 20px;
  border-radius: 3px;
  display: flex;
  margin-bottom: 60px;
}
.page .review .review-item-wrap .review-item-image {
  padding-right: 20px;
  width: 120px;
}
.page .review .review-item-wrap .review-item-image img {
  width: 100%;
  height: 120px;
  -o-object-fit: cover;
  object-fit: cover;
}
.page .review .review-item-info .review-item-category {
  font-size: 12px;
  margin-bottom: 8px;
}
.page .review .review-item-info .review-item-name {
  font-size: 18px;
}
.page .review .review-item-info .total-review {
  display: flex;
  align-items: baseline;
  margin-top: 10px;
}
.page .review .review-item-info .review-star {
  margin-right: 10px;
}
.page .review .review-item-info .review-average {
  font-size: 20px;
  font-weight: 700;
}
.page .review .review-item-info .review-count {
  font-size: 12px;
}
.page .review .review-form-wrap {
  width: 485px;
  margin: 0 auto;
}
.page .review .review-form {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.page .review .review-form:last-child {
  margin-bottom: 60px;
}
.page .review .review-form dt {
  width: 150px;
  text-align: left;
}
.page .review .review-form .review-form-content {
  width: 100%;
}
.page .review .review-form dd input {
  border: 1px solid #707070;
  width: 100%;
}
.page .review .review-form dd .reviewRateStar:before {
  font-size: 18px;
}
.page .review .review-post-btn {
  border: none !important;
  background: #707070;
  color: #fff;
}
.page .company__img img {
  border-radius: 5px;
  width: 100%;
  max-width: 200%;
}
.page .company__lead {
  padding: 2em 0;
  line-height: 1.75;
}
@media only screen and (min-width: 960px) {
  .page .company__lead {
    text-align: center;
  }
}
.page .company__lead p {
  margin-bottom: 1em;
}
@media only screen and (min-width: 960px) {
  .page .company__lead p .pc-br {
    display: block;
  }
}
.page .company__profile {
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: flex-start;
  align-items: stretch;
  width: 100%;
}
@media only screen and (min-width: 960px) {
  .page .company__profile {
    display: flex;
    display: -ms-flexbox;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    align-items: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
  }
}
.page .company__profile dt {
  align-self: stretch;
  width: 100%;
  padding: 1.2rem 1.2rem 0.5rem 1.2rem;
  font-weight: 600;
}
@media only screen and (min-width: 960px) {
  .page .company__profile dt {
    padding: 1.2rem;
    border-bottom: 1px solid #adadad;
    width: 25%;
    font-weight: 400;
  }
}
.page .company__profile dd {
  border-bottom: 1px solid #adadad;
  width: 100%;
  padding: 0.5rem 1.2rem 1.2rem 1.2rem;
}
@media only screen and (min-width: 960px) {
  .page .company__profile dd {
    padding: 1.2rem;
    width: 75%;
  }
}
.page .company__profile dd .at-mark::after {
  content: "@";
  display: inline-block;
}
.page .company__profile dd .contact-btn {
  padding: 0.5em 0;
}
.page .company__profile dd .contact-btn a {
  background: #64b5b7;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  padding: 0.2rem 1.6rem;
}
.page .guide {
  margin-bottom: 80px;
}
.page .guide h2 {
  border-bottom: 1px solid #b7b7b7;
}
.page .guide p {
  margin-bottom: 1em;
}
.page .guide p a {
  color: #1e79e2;
  text-decoration: underline;
}
.page .guide strong {
  color: #e24040;
}
.page .guide .at-mark::before {
  content: "@";
  display: inline-block;
}
.page .guide__payment {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  margin: 1em 0;
}
.page .guide__payment__card {
  text-align: center;
  padding: 0 20px;
}
.page .guide__payment__card img {
  height: 45px;
}
.page .guide__payment__amazon {
  width: 280px;
  margin-bottom: 20px;
}
.page .guide__payment__paypay {
  width: 280px;
  margin-bottom: 20px;
}
.page .guide__shipping-fee {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: stretch;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  border: 1px solid #b7b7b7;
  margin-bottom: 20px;
}
.page .guide__shipping-fee > dt {
  display: flex;
  align-items: stretch;
  background: #e4e4e4;
  width: 20%;
  padding: 0.8em;
  border-right: 1px solid #b7b7b7;
}
.page .guide__shipping-fee > dt:not(:last-of-type) {
  border-bottom: 1px solid #b7b7b7;
}
.page .guide__shipping-fee > dd {
  width: 80%;
  padding: 0.8em;
}
.page .guide__shipping-fee > dd:not(:last-of-type) {
  border-bottom: 1px solid #b7b7b7;
}
.page .guide__shipping-fee > dd div {
  padding-top: 0;
}
.page .guide__shipping .about_mail a {
  background: #2798b4;
  border-radius: 3px;
  color: #fff;
  display: block;
  width: 80%;
  max-width: 320px;
  text-align: center;
  padding: 1.2rem 0;
}
.page .guide__shipping-delivery-time {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: baseline;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
}
.page .guide__shipping-delivery-time > li {
  border: 1px solid #b7b7b7;
  padding: 0.8em;
  margin: 0 2% 2% 0;
  width: 49%;
  text-align: center;
}
.page .guide__shipping-delivery-time > li:nth-child(2n) {
  margin-right: 0;
}
@media only screen and (min-width: 640px) {
  .page .guide__shipping-delivery-time > li {
    width: 32%;
  }
  .page .guide__shipping-delivery-time > li:nth-child(2n) {
    margin-right: 2%;
  }
  .page .guide__shipping-delivery-time > li:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 960px) {
  .page .guide__shipping-delivery-time > li {
    width: 15%;
  }
  .page .guide__shipping-delivery-time > li:nth-child(2n) {
    margin-right: 2%;
  }
  .page .guide__shipping-delivery-time > li:nth-child(3n) {
    margin-right: 2%;
  }
  .page .guide__shipping-delivery-time > li:nth-child(6n) {
    margin-right: 0;
  }
}
.page .news__list {
  margin-bottom: 20px;
}
.page .news__list > li {
  border-bottom: 1px solid #e0e5e6;
}
.page .news__list > li a {
  display: block;
  padding: 1.5em 1em;
  transition: 0.3s;
}
.page .news__list > li a:hover {
  background: #d6dce6;
}
.page .news-detail {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
}
.page .news-detail-date {
  width: 8em;
  margin-right: 1em;
}
.page .news-detail-title {
  width: calc(100% - 9em);
}
.page .news__item__head {
  margin-bottom: 20px;
}
.page .news__item__head .news-date {
  margin-bottom: 0;
}
.page .news__item__head .news-title {
  margin-top: 0;
}
.page .news__item__body {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #2d5979;
}
.page .news-pager .pager-left {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  margin-bottom: 1em;
}
.page .news-pager .pager-left p + p {
  margin-left: 2em;
}
.page .news-pager .back {
  text-align: center;
}
.page .news-pager .back a {
  border: 1px solid #2d5979;
  display: block;
  text-align: center;
  width: 100%;
  max-width: 8em;
  padding: 0.5em;
  margin: 0 auto;
}
.page__nekopos section {
  margin-bottom: 40px;
}
.page__nekopos p {
  margin-bottom: 1em;
}
.page__nekopos .list-table {
  flex-direction: column;
  align-items: flex-start;
}
.page__nekopos .list-table dd,
.page__nekopos .list-table dt {
  width: 100%;
}
.category-list .search-cat__list {
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
}
.category-list .search-cat__list__item {
  width: 100%;
}
.category-list .search-cat__list__item h3 {
  font-weight: 500;
  margin-bottom: 1em;
}
.category-list .search-cat__list__item__child {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: flex-start;
  align-items: stretch;
  width: 100%;
}
.category-list .search-cat__list__item__child > li {
  display: flex;
  align-items: stretch;
  font-size: 1.2rem;
  width: 49%;
  margin-right: 2%;
}
.category-list .search-cat__list__item__child > li:nth-child(2n) {
  margin-right: 0;
}
@media only screen and (max-width: 375px) {
  .category-list .search-cat__list__item__child > li {
    width: 100%;
    margin-right: 0;
  }
}
@media only screen and (min-width: 640px) {
  .category-list .search-cat__list__item__child > li {
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 960px) {
  .category-list .search-cat__list__item__child > li {
    font-size: 1.4rem;
    width: 32%;
    margin-right: 2%;
  }
  .category-list .search-cat__list__item__child > li:nth-child(2n) {
    margin-right: 2%;
  }
  .category-list .search-cat__list__item__child > li:nth-child(3n) {
    margin-right: 0;
  }
}
.category-list .search-cat__list__item__child > li a {
  display: flex;
  align-items: center;
  width: 100%;
}
.category-list .search-cat__list__item:last-of-type {
  text-align: center;
}
.category-list .search-cat__list__item:last-of-type a {
  background: #64b5b7;
  border-radius: 3px;
  color: #fff;
  display: block;
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  padding: 0.8rem 0;
}
.item__content {
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 20px;
}
@media only screen and (min-width: 960px) {
  .item__content {
    display: flex;
    display: -ms-flexbox;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    align-items: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    padding: 40px 0;
  }
}
.item__content__image {
  width: 100%;
}
@media only screen and (min-width: 960px) {
  .item__content__image {
    width: 49%;
  }
}
.item__content__image .gallery {
  margin-bottom: 20px;
}
.item__content__image .gallery li {
  list-style: none;
}
.item__content__image .gallery li > div {
  width: 100%;
  position: relative;
}
.item__content__image .gallery li > div::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.item__content__image .gallery li > div img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.item__content__image .gallery-nav {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
}
.item__content__image .gallery-nav > li {
  width: 23.5%;
  margin: 0 2% 2% 0;
}
.item__content__image .gallery-nav > li:nth-child(4n) {
  margin-right: 0;
}
.item__content__image .gallery-nav > li > div {
  border: 1px solid #b8b8b8;
  width: 100%;
  position: relative;
}
.item__content__image .gallery-nav > li > div::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.item__content__image .gallery-nav > li > div img {
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.item__content__image .slick-next,
.item__content__image .slick-prev {
  position: absolute;
  z-index: 3;
  top: 42%;
  cursor: pointer;
  outline: 0;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  height: 15px;
  width: 15px;
}
.item__content__image .slick-prev:after {
  content: "";
  position: absolute;
  top: -14px;
  left: -8px;
  width: 40px;
  opacity: 0.5;
  height: 30px;
  transform: rotate(45deg);
  background-color: rgba(251, 250, 247, 0.75);
}
.item__content__image .slick-next:after {
  content: "";
  position: absolute;
  top: -14px;
  left: -8px;
  width: 40px;
  opacity: 0.5;
  height: 30px;
  transform: rotate(45deg);
  background-color: rgba(251, 250, 247, 0.75);
}
.item__content__image .slick-prev {
  left: 2.5%;
  transform: rotate(-135deg);
}
.item__content__image .slick-next {
  right: 2.5%;
  transform: rotate(45deg);
}
.item__content__image .slick-track {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.item__content__image .choice-btn {
  margin: 6px 0 40px;
}
.item__content__image .choice-btn li {
  cursor: pointer;
  background: #333;
  width: 100px !important;
  margin-right: 8px;
  margin-bottom: 12px;
}
.item__content__image .choice-btn li:nth-child(5n) {
  margin-right: 0;
}
.item__content__image .choice-btn .slick-track {
  width: 100% !important;
}
.item__content__image .choice-btn li img {
  opacity: 0.4;
  width: 100px;
  height: 110px;
  -o-object-fit: cover;
  object-fit: cover;
}
.item__content__image .choice-btn li.slick-current img {
  opacity: 1;
}
.item__content__image .slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.item__content__image .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.item__content__image .slick-list:focus {
  outline: 0;
}
.item__content__image .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.item__content__image .slick-slider .slick-list,
.item__content__image .slick-slider .slick-track {
  transform: translate3d(0, 0, 0);
}
.item__content__image .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.item__content__image .slick-track:after,
.item__content__image .slick-track:before {
  display: table;
  content: "";
}
.item__content__image .slick-track:after {
  clear: both;
}
.item__content__image .slick-loading .slick-track {
  visibility: hidden;
}
.item__content__image .slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.item__content__image [dir="rtl"] .slick-slide {
  float: right;
}
.item__content__image .slick-slide img {
  display: block;
}
.item__content__image .slick-slide.slick-loading img {
  display: none;
}
.item__content__image .slick-slide.dragging img {
  pointer-events: none;
}
.item__content__image .slick-initialized .slick-slide {
  display: block;
}
.item__content__image .slick-loading .slick-slide {
  visibility: hidden;
}
.item__content__image .slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.item__content__image .slick-arrow.slick-hidden {
  display: none;
}
.item__content__detail {
  width: 100%;
}
@media only screen and (min-width: 960px) {
  .item__content__detail {
    width: 48%;
  }
}
.item__content .youtube {
  position: relative;
  margin: 20px 0;
  width: 100%;
  padding-top: 56.25%;
}
.item__content .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.item__content .item-title {
  margin-bottom: 1em;
}
.item__content .item-title .item-icon {
  margin-bottom: 10px;
}
.item__content .item-title .item-icon span {
  border-radius: 3px;
  display: inline-block;
  padding: 0.2em 1.6em;
}
.item__content .item-title .item-icon__soldout {
  background: #47484a;
  color: #fff;
}
.item__content .item-title .item-icon__sale {
  background: #ec444d;
  color: #fff;
}
.item__content .item-title .item-category-name {
  margin-bottom: 16px;
}
.item__content .item-title .item-category-name a {
  border-radius: 3px;
  color: #000;
  border: 1px solid #000;
  padding: 0.2em 1.6em;
  text-decoration: none;
}
.item__content .item-title h1 {
  font-size: 2rem;
  font-weight: 500;
}
.item__content .item-title .bulk-text {
  border: 2px solid #f5c160;
  border-radius: 3px;
  display: block;
  padding: 0.5rem 10px;
  margin-bottom: 10px;
}
.item__content .item-title .bulk-text a {
  border-radius: 3px;
  display: block;
  background: #f3d49b;
  padding: 0.5rem;
  margin-top: 0.5em;
  text-align: center;
  transition: 0.3s;
}
.item__content .item-title .bulk-text a:hover {
  background: #f5c160;
  transition: 0.3s;
}
.item__content .item__price-wrap .price-fixed {
  font-size: 1.3rem;
  margin-bottom: 5px;
  line-height: 1;
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.item__content .item__price-wrap .price-original {
  color: #6c6c6c;
  text-decoration: line-through;
}
.item__content .item__price-wrap .price-sale-rate {
  border-radius: 3px;
  background: #e23b3b;
  color: #fff;
  padding: 0.2em 0.8em;
  margin: 0 0.4em 0 0;
}
.item__content .item__price-wrap .price-sale {
  color: #e23b3b;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0.3em;
}
@media only screen and (min-width: 640px) {
  .item__content .item__price-wrap .price-sale {
    font-size: 3.2rem;
  }
}
@media only screen and (min-width: 960px) {
  .item__content .item__price-wrap .price-sale {
    font-size: 3.6rem;
  }
}
.item__content .item__price-wrap .price-tax {
  font-size: 1.2rem;
}
.item__content .item__price-wrap .sale-text {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.item__content .item__price-wrap .sale-priod {
  border-radius: 3px;
  background: #ffe9e9;
  padding: 0.4em;
  margin: 1em 0;
  text-align: center;
}
.item__content
  .item__price-wrap
  .sale-priod
  .sale-priod-start
  + .sale-priod-end::before {
  content: "ー";
  margin: 0 0.4em;
  display: inline;
}
.item__content .item__sale-rate {
  font-size: 1.8rem;
  background: #ea1616;
  border-radius: 3px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  padding: 0.5rem 0.8rem;
  margin-right: 0.5em;
}
.item__content .item-point {
  font-size: 1.2rem;
  margin: 0 0 1em;
}
.item__content .item-point span {
  margin: 0 0.2em;
  display: inline-block;
}
.item__content .item-review {
  font-size: 1.2rem;
  margin-bottom: 1em;
}
.item__content .item-sell-text {
  margin-bottom: 1em;
}
.item__content .item-quantity {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  font-size: 12px;
  margin-bottom: 0;
}
.item__content .item-quantity input {
  width: 40px;
  border: 1px solid #333;
  margin-left: 8px;
}
.item__content .item-quantity__num {
  margin-right: 1em;
}
.item__content .item-description {
  padding: 20px 0;
}
.item__content .item-description__title {
  background: #efefef;
  font-weight: 500;
  margin-bottom: 1em;
  padding: 0.4em 1.2em;
}
.item__content .item-info__list > li dl {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
}
.item__content .add-cart {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 10px 0 40px;
}
.item__content .add-cart a {
  text-decoration: none;
}
.item__content .add-cart .item-stock {
  margin-right: 14px;
  font-size: 10px;
}
.item__content .add-cart .btn {
  width: 80%;
  display: inline-block;
  text-align: center;
  border-radius: 5px;
  padding: 15px 0;
  font-weight: 700;
  font-size: 13px;
  color: #fff;
}
.item__content .add-cart-btn {
  background: #358deb;
}
.item__content .add-cart-btn i {
  margin-right: 0.4em;
}
.item__content .add-cart .restock-btn {
  background: #333;
}
.item__content .add-cart .disabled-btn {
  background: #b5b5b5;
}
.item__content .add-cart .subscription-btn {
  background: #006bed;
  margin-top: 8px;
}
.item__content .add-cart .off {
  display: none;
}
.item__content .add-cart .on {
  display: block;
}
.item__content .subscription-only {
  margin-top: 0 !important;
}
.item__content .item-stock-sku {
  margin-bottom: 8px;
}
.item__content .favorite-wrap {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  width: 100%;
}
.item__content .favorite-wrap .restock {
  width: 50%;
}
.item__content .favorite-wrap .restock a {
  background: #d39c3d;
  width: 100%;
}
.item__content .favorite a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f004";
  font-size: 24px;
  margin-left: 18px;
  color: #ff7683;
}
.item__content .favorite a:hover::after {
  font-weight: 900;
}
.item__content .modal-area {
  display: none;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.item__content .modal-bg {
  width: 100%;
  height: 100%;
  background-color: rgba(30, 30, 30, 0.9);
}
.item__content .modal-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  max-width: 640px;
  padding: 30px;
  background-color: #fff;
}
.item__content .modal-cart-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.item__content .modal-cart-btn li {
  border-radius: 5px;
  margin: 12px;
}
.item__content .modal-cart-btn li a {
  width: 240px;
  display: inline-block;
  text-align: center;
  padding: 15px 0;
  font-weight: 700;
  font-size: 13px;
  color: #fff;
}
.item__content .modal-cart-btn li a i {
  margin-right: 0.5em;
}
.item__content .modal-cart {
  background: #707070;
}
.item__content .modal-order {
  background: #1fd5ad;
}
.item__content .modal-close {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  cursor: pointer;
}
.item__content .modal-open {
  cursor: pointer;
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: baseline;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  width: 100%;
}
.item__content .item-contact {
  margin-bottom: 40px;
}
.item__content .item-contact::before {
  content: "";
  display: block;
  width: 100%;
  border: 1px solid #cbcbcb;
  margin: 30px 0 40px;
}
.item__content .item-contact a {
  color: #282828;
  width: 100%;
  display: inline-block;
  padding: 8px 0;
  border: 1px solid #333;
  border-radius: 2px;
  text-align: center;
  text-decoration: none;
}
.item__content .item-contact a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f0e0";
  font-size: 16px;
  font-weight: 900;
  padding-right: 10px;
  color: #707070;
}
.item__content .parts__match {
  padding: 10px 15px 10px;
  margin: 0 auto 30px;
  border: 5px solid #29ba93;
  font-size: 18px;
  color: #29ba93;
  box-sizing: border-box;
  text-align: center;
  width: 100%;
}
.item__content .parts__match p {
  text-align: right;
}
.item__content .parts__match p a {
  text-align: right;
  font-size: 11px;
  padding: 5px;
  text-decoration: none;
  color: #29ba93;
}
.item__content .parts__match p a:hover {
  background: #29ba93;
  color: #fff;
}
.item__content .parts__match dl {
  margin-bottom: 10px;
}
.item__content .parts__match dl dt {
  font-size: 16px;
  border-bottom: 1px dotted #29ba93;
  padding-bottom: 5px;
  margin-bottom: 15px;
  color: #29ba93;
  line-height: 2;
}
.item__content .parts__match dl dd {
  line-height: 1.4;
  text-align: left;
}
.item__content .parts__notice-order {
  margin-bottom: 1em;
}
.item__content .parts__notice-color {
  color: #383838;
  line-height: 1.4;
}
.item__content .parts__notice-color p {
  text-indent: -0.75em;
  margin-left: 1.5em;
  font-size: 1.2rem;
}
@media only screen and (min-width: 640px) {
  .item__content .parts__notice-color p {
    font-size: 1.3rem;
  }
}
.item__content .parts__notice-color p::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f071";
  display: inline-block;
  color: #ff9e03;
  margin-right: 0.5em;
}
.item .group-review-section {
  border-top: 1px solid #858585;
  border-bottom: 1px solid #858585;
  padding-top: 20px;
}
@media only screen and (min-width: 960px) {
  .item .group-review-section {
    padding-top: 40px;
  }
}
.item .checked-contents {
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
}
.item .checked-contents .item__list__item {
  font-size: 1.1rem;
}
@media only screen and (min-width: 640px) {
  .item .checked-contents .item__list__item {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 960px) {
  .item .checked-contents .item__list__item {
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 1280px) {
  .item .checked-contents .item__list__item {
    width: 15%;
  }
  .item .checked-contents .item__list__item:nth-child(2n) {
    margin-right: 2%;
  }
  .item .checked-contents .item__list__item:nth-child(3n) {
    margin-right: 2%;
  }
  .item .checked-contents .item__list__item:nth-child(4n) {
    margin-right: 2%;
  }
  .item .checked-contents .item__list__item:nth-child(5n) {
    margin-right: 2%;
  }
  .item .checked-contents .item__list__item:nth-child(6n) {
    margin-right: 0;
  }
}
.category h1 {
  font-weight: 600;
  margin: 1em 0 0.5em;
  font-size: 2rem;
}
@media only screen and (min-width: 640px) {
  .category h1 {
    font-size: 2.4rem;
  }
}
@media only screen and (min-width: 960px) {
  .category h1 {
    font-size: 2.8rem;
  }
}
.category h1 span {
  font-size: 1.6rem;
  display: inline-block;
  margin-left: 1em;
}
.category h2 {
  font-weight: 500;
  margin: 1em 0;
  font-size: 1.6rem;
}
@media only screen and (min-width: 640px) {
  .category h2 {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 960px) {
  .category h2 {
    font-size: 2.2rem;
  }
}
.category h2 span {
  font-size: 1.4rem;
  display: inline-block;
  margin-left: 1em;
}
.category__key {
  text-align: center;
}
.category__key img {
  width: 100%;
  max-width: 1200px;
  height: auto;
}
.category__title {
  margin-bottom: 40px;
  text-align: center;
  line-height: 1;
}
.category__title::after {
  background: #3d62ad;
  content: "";
  display: block;
  width: 220px;
  height: 2px;
  margin: 0 auto;
}
.category__description {
  margin-bottom: 40px;
}
@media only screen and (min-width: 960px) {
  .category__description {
    text-align: center;
  }
}
.category__sale-description {
  margin-bottom: 40px;
}
@media only screen and (min-width: 960px) {
  .category__sale-description {
    text-align: center;
  }
}
.category__sale-description .sale-point {
  font-weight: 600;
  font-size: 2.4rem;
  position: relative;
  display: inline-block;
}
.category__sale__list {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  align-items: stretch;
}
.category__sale__list > li {
  margin: 0 0 2%;
  width: 49%;
  text-align: center;
}
@media only screen and (min-width: 640px) {
  .category__sale__list > li {
    width: 30%;
  }
}
.category__sale__list > li a {
  border: 1px solid #000;
  border-radius: 3px;
  display: block;
  padding: 1.8rem;
  transition: 0.3s;
}
.category__sale__list > li a:hover {
  background: #2459b5;
  border: 1px solid #2459b5;
  color: #fff;
}
.category__sale__list + .category-child-item {
  display: none;
}
.category .category-child-item + .category-child-item {
  display: none;
}
.category__sort {
  margin: 20px 0;
}
@media only screen and (min-width: 960px) {
  .category__sort {
    margin-bottom: 40px;
  }
}
.category .list-head-sort {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: baseline;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
}
.category .list-head-sort dt {
  margin-right: 0.4em;
}
.category .list-head-sort dd a {
  background: #e7e8e8;
  color: #282828;
  display: block;
  padding: 0.2rem 0.8rem;
  text-decoration: none;
  font-size: 1.1rem;
}
@media only screen and (min-width: 640px) {
  .category .list-head-sort dd a {
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 960px) {
  .category .list-head-sort dd a {
    font-size: 1.4rem;
  }
}
.category .list-head-sort dd + dd {
  margin-left: 0.4em;
}
.category-child-item {
  margin-bottom: 40px;
  border-bottom: 1px solid #858585;
}
.category-child-item > li {
  display: inline-block;
  margin: 0 1em 1em 0;
}
.category-child-item > li a {
  border: 1px solid #858585;
  display: block;
  padding: 0.2rem 0.8rem;
}
.category-child-item-icon {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: flex-start;
  align-items: stretch;
}
.category-child-item-icon > li {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 2%;
  align-self: stretch;
}
.category-child-item-icon > li:nth-child(2n) {
  margin-right: 0;
}
@media only screen and (min-width: 640px) {
  .category-child-item-icon > li {
    width: 32%;
  }
  .category-child-item-icon > li:nth-child(2n) {
    margin-right: 2%;
  }
  .category-child-item-icon > li:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 960px) {
  .category-child-item-icon > li {
    width: 23.5%;
  }
  .category-child-item-icon > li:nth-child(2n) {
    margin-right: 2%;
  }
  .category-child-item-icon > li:nth-child(3n) {
    margin-right: 2%;
  }
  .category-child-item-icon > li:nth-child(4n) {
    margin-right: 0;
  }
}
.category-child-item-icon > li > a {
  border: 1px solid #cac9c9;
  display: block;
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  align-items: stretch;
  height: 100%;
  padding: 0.8em;
  font-size: 1.3rem;
  font-weight: 600;
}
.category-child-item-icon > li .icon {
  width: 30px;
  margin-right: 15px;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 640px) {
  .category-child-item-icon > li .icon {
    width: 50px;
    margin-right: 16px;
  }
}
.category-child-item-icon > li .icon img {
  width: 100%;
  height: auto;
}
.category-child-item-icon > li .cat-name {
  width: calc(100% - 55px);
  height: 100%;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 640px) {
  .category-child-item-icon > li .cat-name {
    width: calc(100% - 80px);
  }
}
.category .item-list-review {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.category .item-list-review .reviewRate {
  margin-right: 0.5em;
}
.feature-cat {
  padding-top: 40px;
}
.feature-cat-3 + .category-child-item {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.feature-cat-3 + .category-child-item > li {
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 640px) {
  .feature-cat-3 + .category-child-item > li {
    width: 30%;
  }
}
.feature-cat-3 + .category-child-item > li a {
  padding: 1.6rem 0;
}
.feature-cat h2 {
  text-align: center;
}
.feature-cat__lead {
  margin-bottom: 30px;
}
@media only screen and (min-width: 960px) {
  .feature-cat__lead {
    text-align: center;
    margin-bottom: 40px;
  }
}
.feature-cat__lead br {
  display: none;
}
@media only screen and (min-width: 960px) {
  .feature-cat__lead br {
    display: inline;
  }
}
.feature-cat__list {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.feature-cat__list > li {
  width: 100%;
  margin-bottom: 2%;
  text-align: center;
}
@media only screen and (min-width: 640px) {
  .feature-cat__list > li {
    width: 30%;
  }
}
.feature-cat__list > li a {
  border: 1px solid #000;
  border-radius: 3px;
  display: block;
  padding: 1.8rem;
  transition: 0.3s;
}
.feature-cat__list > li a:hover {
  background: #2459b5;
  border: 1px solid #2459b5;
  color: #fff;
}
.feature-cat__list + .category-child-item {
  display: none;
}
.feature-cat__itemlist {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  margin-bottom: 40px;
}
.feature-cat__itemlist > li {
  width: 49%;
  margin-bottom: 2%;
  margin-right: 2%;
}
.feature-cat__itemlist > li:nth-child(2n) {
  margin-right: 0;
}
@media only screen and (min-width: 640px) {
  .feature-cat__itemlist > li {
    width: 32%;
  }
  .feature-cat__itemlist > li:nth-child(2n) {
    margin-right: 2%;
  }
  .feature-cat__itemlist > li:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 960px) {
  .feature-cat__itemlist > li {
    width: 23.5%;
  }
  .feature-cat__itemlist > li:nth-child(2n) {
    margin-right: 2%;
  }
  .feature-cat__itemlist > li:nth-child(3n) {
    margin-right: 2%;
  }
  .feature-cat__itemlist > li:nth-child(4n) {
    margin-right: 0;
  }
}
.feature-cat__itemlist > li .item-img {
  border: 1px solid #d6d6d6;
  position: relative;
  margin-bottom: 0.8em;
  width: 100%;
  transition: 0.3s;
  overflow: hidden;
}
.feature-cat__itemlist > li .item-img::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.feature-cat__itemlist > li .item-img img {
  position: absolute;
  max-width: 90%;
  max-height: 90%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transition: 0.3s;
}
.feature-cat__itemlist > li .item-img:hover {
  transition: 0.3s;
}
.feature-cat__itemlist > li .item-img:hover img {
  transform: scale(1.1, 1.1);
}
.feature-cat__itemlist > li a {
  display: block;
  text-decoration: none;
}
.feature-cat__thumblist {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.feature-cat__thumblist > li {
  width: 100%;
  margin-bottom: 2%;
  align-self: stretch;
  display: flex;
}
@media only screen and (min-width: 640px) {
  .feature-cat__thumblist > li {
    width: 30%;
  }
}
.feature-cat__thumblist > li a {
  border-radius: 50px;
  background: #fff;
  border: 1px solid #c7c7c7;
  border-radius: 5px;
  padding: 1.8rem;
  transition: 0.3s;
  align-items: stretch;
  width: 100%;
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.feature-cat__thumblist > li a:hover {
  background: #2459b5;
  box-shadow: 5px 5px 30px #d8d5d5, -5px -5px 20px #fff;
  color: #fff;
}
.feature-cat__thumblist > li a > div {
  width: 15%;
  margin-right: 4%;
}
@media only screen and (min-width: 960px) {
  .feature-cat__thumblist > li a > div {
    width: 20%;
  }
}
.feature-cat__thumblist > li a > div + div {
  width: auto;
  margin-right: 0;
  align-self: center;
  display: flex;
}
.feature-cat__thumblist + .category-child-item {
  display: none;
}
.feature-cat + .category-child-item {
  display: none;
}
.petitprice .category-child-item {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
}
.petitprice .category-child-item > li {
  width: 100%;
  text-align: center;
}
.petitprice .category-child-item > li a {
  padding: 1.2rem;
}
@media only screen and (min-width: 640px) {
  .petitprice .category-child-item > li {
    width: 49%;
    margin-right: 0;
  }
}
.cart {
  padding: 40px 0;
}
.cart h1 {
  margin-bottom: 1.5em;
}
.cart__item {
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
}
.cart__item td {
  border-bottom: 1px solid #b9b9b9;
  padding: 0.6em 0.4em;
}
.cart__item__image {
  width: 20%;
}
@media only screen and (min-width: 640px) {
  .cart__item__image {
    width: 120px;
  }
}
.cart__item__info {
  font-size: 1.2rem;
  width: auto;
}
@media only screen and (min-width: 640px) {
  .cart__item__info {
    font-size: 1.5rem;
  }
}
.cart__item__info__name {
  margin-bottom: 0.5rem;
}
.cart__item__info__name .item-name {
  margin-bottom: 0.4em;
  line-height: 1.4;
}
.cart__item__price {
  font-size: 1.1rem;
  width: 28%;
  text-align: right;
}
@media only screen and (min-width: 640px) {
  .cart__item__price {
    font-size: 1.5rem;
    width: 160px;
  }
}
.cart__item__price input {
  padding: 0.3rem;
  border-radius: 3px;
  border: 1px solid #000;
  width: 2.5em;
  margin-right: 0.4em;
  text-align: center;
  font-size: 1.3rem;
}
@media only screen and (min-width: 640px) {
  .cart__item__price input {
    font-size: 1.6rem;
  }
}
.cart__item__price__subtotal {
  text-align: right;
  font-size: 1.8rem;
  width: 100%;
  margin-bottom: 0.4em;
}
.cart__item__price .item-cart-quantity {
  width: 100%;
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
}
.cart__item__price .item-cart-quantity .item-inn {
  width: 100%;
  margin-bottom: 1em;
}
.cart__item__price .item-cart-quantity .item-inn a {
  border-radius: 3px;
  background: #ebebeb;
  display: inline-block;
  padding: 0.3rem 0.5rem;
}
.cart__item__price .item-cart-quantity .item-delete {
  display: block;
  text-align: right;
  width: 100%;
}
.cart__item__price .item-cart-quantity .item-delete a {
  text-decoration: underline;
  display: inline-block;
  padding: 0.2rem 0.5rem;
}
.cart-total {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  align-items: baseline;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  line-height: 1;
  padding-top: 0.5em;
}
.cart-total__txt {
  margin-right: 1em;
}
.cart-total__price {
  text-align: center;
}
.cart-total__price .total-price {
  font-size: 2.8rem;
  font-weight: 600;
  margin-bottom: 0.4em;
}
.cart-total__price .total-point {
  font-size: 1.3rem;
}
.cart-total__price .cart-bulk {
  margin-top: 6px;
  font-size: 12px;
}
.cart-shipping {
  padding-top: 1em;
}
.cart-shipping__text {
  text-align: right;
  margin-bottom: 0.3em;
}
.cart-shipping__text span {
  color: #ed3f3f;
  font-weight: 600;
}
.cart-shipping__text-main {
  font-size: 1.5rem;
  display: block;
  text-align: right;
}
@media only screen and (min-width: 640px) {
  .cart-shipping__text-main {
    font-size: 1.7rem;
  }
}
.cart-shipping__text-main span {
  color: #ed3f3f;
  font-weight: 600;
}
.cart-shipping__text-sub {
  display: block;
  text-align: right;
}
.cart-shipping__text-sub p {
  display: inline-block;
  background: #e3f9f2;
  padding: 0.5em 1em;
  border-radius: 5px;
  text-align: left;
}
.free-shipping-wrap {
  text-align: right;
  margin-bottom: 16px;
  font-size: 12px;
}
.free-shipping-wrap .free-shipping-text em {
  color: #f23e0c;
}
.cart-list-table {
  width: 100%;
  padding: 20px;
}
.cart-list-table td,
.cart-list-table th {
  border: 1px solid #fff;
  padding: 0.8rem;
}
.cart-list-table thead {
  display: none;
}
@media only screen and (min-width: 640px) {
  .cart-list-table thead {
    display: table-header-group;
  }
}
.cart-list-table tbody tr {
  border-bottom: 1px solid #e6e6e6;
  width: 100%;
}
.cart-list-table tbody tr:not(.cart-total) {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  align-items: flex-end;
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
}
.cart-list-table tbody tr:not(.cart-total) td:first-child {
  width: 100%;
}
@media only screen and (min-width: 640px) {
  .cart-list-table tbody tr td {
    vertical-align: middle;
    padding: 20px;
  }
  .cart-list-table tbody tr td:first-child {
    display: flex;
    display: -ms-flexbox;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
  }
}
.cart-list-table .cart-list-info {
  font-size: 12px;
}
.cart-list-table .cart-list-image {
  width: 80px;
  min-width: 80px;
  margin-right: 12px;
}
.cart-list-table .cart-list-image img {
  width: 100%;
  height: 100px;
  -o-object-fit: cover;
  object-fit: cover;
}
.item-cart-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
}
.item-cart-price {
  font-size: 24px;
}
.item-cart-delete {
  float: right;
}
.item-cart-delete a {
  font-size: 10px;
  border: 1px solid #333;
  padding: 2px 8px;
}
.item-cart-subtotal {
  font-size: 24px;
  font-weight: 700;
}
.cart-button-wrap {
  text-align: center;
  margin-top: 40px;
}
.cart-button-wrap .cart-button a {
  width: 90%;
  max-width: 460px;
  display: inline-block;
  text-align: center;
  background: #358deb;
  border-radius: 5px;
  padding: 10px 0;
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  margin-bottom: 20px;
  text-decoration: none;
}
.cart-button-wrap .cart-back-button a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f053";
  font-size: 12px;
  font-weight: 700;
  padding-right: 8px;
  color: #707070;
  text-decoration: none;
}
.news__item {
  border-bottom: 1px solid #2d5979;
}
.news__item h2 {
  font-weight: 600;
  font-size: 2rem;
  text-align: center;
}
@media only screen and (min-width: 640px) {
  .news__item h2 {
    font-size: 3.2rem;
  }
}
@media only screen and (min-width: 640px) {
  .news__item h2 + p {
    text-align: center;
  }
}
.news__item h3 {
  text-align: center;
  margin-top: 0;
}
.news__item .txt-center {
  text-align: center;
}
.coupon-box {
  padding: 50px 0;
}
@media only screen and (min-width: 640px) {
  .coupon-box {
    display: flex;
    display: -ms-flexbox;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    align-items: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
  }
}
.coupon-box__img {
  text-align: center;
  margin-bottom: 20px;
}
.coupon-box__img img {
  width: 50%;
  max-width: 320px;
}
@media only screen and (min-width: 640px) {
  .coupon-box__img {
    text-align: left;
    width: 34%;
    margin-bottom: 0;
  }
  .coupon-box__img img {
    width: 80%;
  }
}
@media only screen and (min-width: 640px) {
  .coupon-box__img.new {
    width: 49%;
  }
  .coupon-box__img.new img {
    max-width: 460px;
  }
}
@media only screen and (min-width: 640px) {
  .coupon-box__txt {
    width: 65%;
  }
}
@media only screen and (min-width: 640px) {
  .coupon-box__txt.new {
    width: 49%;
  }
}
.coupon-box .list-table dt {
  background: #f3f3f3;
  width: 100%;
  text-align: left;
  padding: 1em;
  align-self: stretch;
}
@media only screen and (min-width: 640px) {
  .coupon-box .list-table dt {
    width: 30%;
    text-align: center;
  }
}
.coupon-box .list-table dt + dd {
  border-top: 1px solid #dcdcdc;
}
.coupon-box .list-table dt + dd:first-of-type {
  border: none;
}
.coupon-box .list-table dd {
  width: 100%;
  padding: 1em;
}
@media only screen and (min-width: 640px) {
  .coupon-box .list-table dd {
    width: 70%;
  }
}
.coupon-box .list-table dd + dt {
  border-top: 1px solid #dcdcdc;
}
.coupon-box .coupon-code {
  background: #ebeff0;
  border-radius: 6px;
  padding: 1.6rem;
  text-align: center;
}
.coupon-box .coupon-code .code {
  padding: 1.6rem;
  font-size: 3.2rem;
  text-align: center;
}
.coupon-box .coupon-code .code p {
  font-size: 1.6rem;
  margin-right: 5em;
}
.pointup-sale__lead {
  font-weight: 600;
  font-size: 1.6rem;
}
.pointup-sale__lead br {
  display: none;
}
@media only screen and (min-width: 640px) {
  .pointup-sale__lead {
    font-size: 1.7rem;
  }
  .pointup-sale__lead br {
    display: block;
  }
}
@media only screen and (min-width: 960px) {
  .pointup-sale__lead {
    font-size: 1.8rem;
  }
}
.sale-box {
  padding: 20px 0;
}
@media only screen and (min-width: 640px) {
  .sale-box {
    display: flex;
    display: -ms-flexbox;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    align-items: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
  }
}
@media only screen and (min-width: 640px) {
  .sale-box {
    padding: 30px 0;
  }
}
@media only screen and (min-width: 960px) {
  .sale-box {
    padding: 50px 0;
  }
}
.sale-box__img {
  text-align: center;
  margin-bottom: 20px;
}
.sale-box__img img {
  width: 100%;
  max-width: 360px;
}
@media only screen and (min-width: 640px) {
  .sale-box__img {
    text-align: left;
    width: 34%;
    margin-bottom: 0;
  }
  .sale-box__img img {
    width: 80%;
  }
}
@media only screen and (min-width: 640px) {
  .sale-box__txt {
    width: 65%;
  }
}
.sale-box .list-table dt {
  background: #f3f3f3;
  width: 100%;
  text-align: left;
  padding: 1em;
  align-self: stretch;
}
@media only screen and (min-width: 640px) {
  .sale-box .list-table dt {
    width: 30%;
    text-align: center;
  }
}
.sale-box .list-table dt + dd {
  border-top: 1px solid #dcdcdc;
}
.sale-box .list-table dt + dd:first-of-type {
  border: none;
}
.sale-box .list-table dd {
  width: 100%;
  padding: 1em;
}
@media only screen and (min-width: 640px) {
  .sale-box .list-table dd {
    width: 70%;
  }
}
.sale-box .list-table dd + dt {
  border-top: 1px solid #dcdcdc;
}
.sale__list {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
}
.sale__list__item {
  background: #dfdfdf;
  padding: 2px;
  width: 100%;
  margin-bottom: 2%;
}
@media only screen and (min-width: 640px) {
  .sale__list__item {
    width: 49%;
    margin-right: 2%;
  }
  .sale__list__item:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 960px) {
  .sale__list__item {
    width: 32%;
  }
  .sale__list__item:nth-child(2n) {
    margin-right: 2%;
  }
  .sale__list__item:nth-child(3n) {
    margin-right: 0;
  }
}
a {
  cursor: pointer;
}
.header__msg {
  background: #fedbb7;
  border-radius: 6px;
  width: 94%;
  max-width: 1200px;
  margin: 15px auto 0;
  padding: 0.8em;
}
.dis-none {
  display: none !important;
}
.admin-code-check {
  border: 1px solid #000;
  border-collapse: collapse;
}
.admin-code-check td,
.admin-code-check th {
  border: 1px solid #000;
  padding: 5px;
}
.item__content__image .slick-slider {
  touch-action: auto !important;
}

@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900);
@import url(https://fonts.googleapis.com/css?family=Kreon:300,400,700|Oleo+Script:700);
@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@700;900&display=swap);
@import url(https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);
@import url(https://use.fontawesome.com/releases/v5.0.4/css/all.css);
@import url(https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap);
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  box-sizing: border-box;
  overflow-y: scroll;
  font-size: 62.5%;
  font-feature-settings: "palt";
}
body {
  background: #fff;
  color: #282828;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
}
@media only screen and (min-width: 640px) {
  body {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 960px) {
  body {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.txt-important {
  color: #e24040;
}
.txt_br {
  display: block;
}
.note {
  color: #545454;
  font-size: 1.2rem;
}
@media only screen and (min-width: 640px) {
  .note {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 960px) {
  .note {
    font-size: 1.3rem;
  }
}
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
li {
  margin: 0;
}
.if:before {
  font-family: FontAwesome;
  padding-right: 5px;
}
.is-empty {
  padding: 0 !important;
  border: none !important;
  margin: 0 !important;
  height: 0 !important;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
@media only screen and (min-width: 640px) {
  .list-table {
    display: flex;
    display: -ms-flexbox;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    align-items: flex-end;
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
  }
}
a {
  color: #282828;
  text-decoration: none;
  transition: 0.2s;
}
input[type="text"],
select {
  border-radius: 3px;
  border: none;
  padding: 6px;
  font-size: inheirt;
  box-sizing: border-box;
}
input::-moz-placeholder {
  color: #b5b5b5;
  font-size: 12px;
}
input::placeholder {
  color: #b5b5b5;
  font-size: 12px;
}
.go__sale_cat {
  background: #ff3d6e;
  color: #fff;
  display: block;
  border-radius: 60px;
  width: 80%;
  max-width: 460px;
  margin: 0 auto 30px;
  padding: 1.2rem 2.4rem;
  transition: 0.3s;
  text-decoration: none;
  text-align: center;
}
.go__sale_cat:hover {
  background: #ff3d6e;
}
.itemsearch {
  background: #fff;
  padding: 6px;
  margin-bottom: 6px;
  width: 40%;
  max-width: 480px;
  position: absolute;
  top: 20px;
  right: 20px;
}
.itemsearch form {
  position: relative;
  width: 90%;
  margin: 0 auto;
}
#searchword {
  width: 100%;
  margin: 0 auto;
  background: #dcdcdc;
  color: #000;
  padding: 8px 60px 8px 12px;
  box-sizing: border-box;
  border: none;
  border-radius: 36px;
  font-size: 14px;
  outline: 0;
}
#searcbtn {
  position: absolute;
  top: 1px;
  bottom: 0;
  right: 8px;
  margin-top: auto;
  margin-bottom: auto;
  display: block;
  border: none;
  background: 0 0;
  font-family: ionicons;
  font-size: 1.8rem;
}
#footer {
  background: #c1c1c1;
  color: #fff;
  font-weight: 200;
  padding: 2em 0;
  text-align: center;
}
#footer a {
  background: #fff;
  border: 3px solid #fff;
  border-radius: 500px;
  display: inline-block;
  margin: 0 auto 1em;
  padding: 0.5rem 4rem;
  text-align: center;
  transition: 0.3s;
  text-decoration: none;
  width: 80%;
  max-width: 420px;
}
#footer a img {
  width: 100%;
  max-width: 420px;
}
#footer a:hover {
  border: 3px solid #ff3d6e;
  color: #fff;
}
.move__pagetop {
  color: #fff;
  font-family: Ionicons, serif;
  font-size: 2.4rem;
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: none;
  width: 3em;
  height: 3em;
  background: rgba(172, 172, 172, 0.8);
  border-radius: 500px;
  z-index: 100000;
  text-align: center;
  line-height: 3em;
}
.move__pagetop a {
  color: #fff;
  display: block;
}
.show-menu .menu-toggle {
  position: fixed;
  top: 18px;
  left: 18px;
  width: 36px;
  z-index: 30000;
  display: block;
  padding: 0.4em 0.5rem;
}
@media only screen and (min-width: 640px) {
  .show-menu .menu-toggle {
    right: 40px;
  }
}
@media only screen and (min-width: 960px) {
  .show-menu .menu-toggle {
    display: none;
    top: 45px;
  }
}
.show-menu .menu-toggle span {
  background-color: #3d62ad;
  border-radius: 100px;
  display: block;
  margin-bottom: 5px;
  height: 3px;
  width: 100%;
  transition: transform 0.3s;
}
.show-menu .menu-toggle span:last-child {
  margin-bottom: 0;
}
.show-menu .menu-toggle.is-open span:first-child {
  transform: translateY(7px) rotate(225deg);
}
.show-menu .menu-toggle.is-open span:nth-child(2) {
  transform: scaleX(0);
}
.show-menu .menu-toggle.is-open span:last-child {
  transform: translateY(-9px) rotate(-225deg);
}
.show-menu .menu-cart {
  position: fixed;
  top: 18px;
  right: 18px;
  width: 30px;
  z-index: 30000;
  display: block;
  padding: 0.4em 0.5rem;
}
@media only screen and (min-width: 960px) {
  .show-menu .menu-cart {
    display: none;
  }
}
.show-menu .menu-cart .cart-count {
  position: absolute;
  right: -8px;
  top: -4px;
  background: #f23e0c;
  color: #fff;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
}
.show-menu .menu-cart a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f07a";
  font-size: 16px;
  display: block;
  font-weight: 900;
  color: #707070;
}
.show-menu .menu-search {
  position: fixed;
  top: 12px;
  right: 45px;
  width: 30px;
  z-index: 30000;
  display: block;
  padding: 0.4em 0.5rem;
}
@media only screen and (min-width: 960px) {
  .show-menu .menu-search {
    display: none;
  }
}
.show-menu .menu-overlay {
  width: 100vw;
  background-color: #fff;
  opacity: 0;
  z-index: 100;
  visibility: hidden;
  width: 80%;
  left: 0;
  position: fixed;
  height: 100vh;
  overflow: auto;
  top: 60px;
  left: -100%;
  padding: 2em 2em 6em 2em;
}
@media only screen and (min-width: 960px) {
  .show-menu .menu-overlay {
    background: #fff;
    display: block;
    margin: 0 0 0 auto;
    width: 100%;
    height: auto;
    position: fixed;
    opacity: 1;
    visibility: visible;
    padding: 0;
    top: 49px;
    left: 0;
    overflow: visible;
    transition: 0;
  }
}
.show-menu .menu-overlay.is-open {
  opacity: 1;
  z-index: 100;
  visibility: visible;
  width: 80%;
  left: 0;
  position: fixed;
  height: 100vh;
  overflow: auto;
}
@media only screen and (min-width: 960px) {
  .show-menu .menu-overlay.is-open {
    display: block;
    margin: 0 0 0 auto;
    width: 100%;
    height: auto;
    position: relative;
    opacity: 1;
    visibility: visible;
    padding: 0;
    left: 0;
    overflow: visible;
  }
}
.show-menu .menu-overlay.is-open .nav__sub {
  display: block;
  border-bottom: 1px solid #000;
}
.show-menu .menu-overlay.is-open .nav__sub > li {
  font-size: 1.2rem;
  width: 100%;
  margin: 0 0 2%;
  text-align: left;
  position: relative;
}
.show-menu .menu-overlay.is-open .nav__sub > li > a {
  display: block;
  padding: 0.2em;
}
.show-menu .menu-overlay.is-open .nav__sub > li:first-of-type {
  width: 100%;
  border: none;
}
.show-menu .menu-overlay.is-open .nav__sub .login__member-info {
  color: #1c3d80;
  border-radius: 6px;
  padding: 5px 10px 5px 0;
}
.show-menu .menu-overlay.is-open .nav__sub .login__member-info .status img {
  height: 3.6em;
  width: auto;
  vertical-align: middle;
  margin-right: 0.4em;
}
.show-menu .menu-overlay.is-open .nav__sub .header-cart {
  top: 0;
  right: 0;
}
.show-menu .menu-overlay.is-open .nav__sub .header-cart a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f07a";
  font-size: 16px;
  display: inline-block;
  font-weight: 900;
  color: #707070;
}
@media only screen and (min-width: 960px) {
  .show-menu .menu-overlay.is-open .nav__sub {
    border-bottom: none;
    text-align: right;
    margin-bottom: 1rem;
    display: none;
  }
  .show-menu .menu-overlay.is-open .nav__sub li {
    margin-right: 1em;
    font-size: 1.3rem;
    width: auto;
  }
  .show-menu .menu-overlay.is-open .nav__sub li:first-of-type {
    width: auto;
  }
  .show-menu .menu-overlay.is-open .nav__sub li:last-of-type {
    margin-right: 20px;
  }
  .show-menu .menu-overlay.is-open .nav__sub li a {
    display: inline-block;
  }
  .show-menu .menu-overlay.is-open .nav__sub li a::before {
    margin-right: 0.5em;
  }
  .show-menu .menu-overlay.is-open .nav__sub .header-favorite a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f004";
    font-size: 16px;
    display: inline-block;
    color: #707070;
  }
  .show-menu .menu-overlay.is-open .nav__sub .header-mypage a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f007";
    font-size: 16px;
    display: inline-block;
    color: #707070;
  }
  .show-menu .menu-overlay.is-open .nav__sub .header-guide a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f518";
    font-size: 16px;
    display: inline-block;
    font-weight: 900;
    color: #707070;
  }
  .show-menu .menu-overlay.is-open .nav__sub .header-cart {
    position: relative;
  }
  .show-menu .menu-overlay.is-open .nav__sub .header-cart a::before {
    font-family: "Font Awesome 5 Free";
    content: "\f07a";
    font-size: 16px;
    display: inline-block;
    font-weight: 900;
    color: #707070;
  }
  .show-menu .menu-overlay.is-open .nav__sub .logout a:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f2f5";
    font-size: 16px;
    display: inline-block;
    color: #707070;
  }
  .show-menu .menu-overlay.is-open .nav__sub .membership a:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f234";
    font-size: 16px;
    display: inline-block;
    color: #707070;
  }
  .show-menu .menu-overlay.is-open .nav__sub .login a:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f2f6";
    font-size: 16px;
    display: inline-block;
    color: #707070;
  }
  .show-menu .menu-overlay.is-open .nav__sub .header-cart .cart-count {
    position: absolute;
    left: 8px;
    top: -8px;
    background: #f23e0c;
    color: #fff;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
  }
}
.show-menu .menu-overlay.is-open .nav__gnav {
  display: block;
  box-sizing: border-box;
}
.show-menu .menu-overlay.is-open .nav__gnav > li {
  width: 100%;
  margin: 0;
  font-size: 1.3rem;
}
.show-menu .menu-overlay.is-open .nav__gnav > li:hover > a {
  background: #fff;
  color: #fff;
}
.show-menu .menu-overlay.is-open .nav__gnav > li a {
  padding: 0.5em 0;
}
.show-menu .menu-overlay.is-open .nav__gnav > li .child_menu {
  background: 0 0;
  color: #282828;
  display: block;
  width: 100%;
  position: relative;
  left: 0;
  visibility: visible;
  opacity: 1;
  padding: 0;
}
.show-menu .menu-overlay.is-open .nav__gnav > li .child_menu .cat__list {
  padding: 1rem 0;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
}
.show-menu .menu-overlay.is-open .nav__gnav > li .child_menu .cat__list__item {
  margin: 0 0 2% 0;
  width: 100%;
}
.show-menu
  .menu-overlay.is-open
  .nav__gnav
  > li
  .child_menu
  .cat__list__item:nth-child(2n) {
  margin-right: 0;
}
@media only screen and (min-width: 640px) {
  .show-menu
    .menu-overlay.is-open
    .nav__gnav
    > li
    .child_menu
    .cat__list__item {
    width: 32%;
  }
  .show-menu
    .menu-overlay.is-open
    .nav__gnav
    > li
    .child_menu
    .cat__list__item:nth-child(2n) {
    margin-right: 2%;
  }
  .show-menu
    .menu-overlay.is-open
    .nav__gnav
    > li
    .child_menu
    .cat__list__item:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 960px) {
  .show-menu
    .menu-overlay.is-open
    .nav__gnav
    > li
    .child_menu
    .cat__list__item {
    width: 18.4%;
  }
  .show-menu
    .menu-overlay.is-open
    .nav__gnav
    > li
    .child_menu
    .cat__list__item:nth-child(2n) {
    margin-right: 2%;
  }
  .show-menu
    .menu-overlay.is-open
    .nav__gnav
    > li
    .child_menu
    .cat__list__item:nth-child(3n) {
    margin-right: 2%;
  }
  .show-menu
    .menu-overlay.is-open
    .nav__gnav
    > li
    .child_menu
    .cat__list__item:nth-child(5n) {
    margin-right: 0;
  }
}
.show-menu
  .menu-overlay.is-open
  .nav__gnav
  > li
  .child_menu
  .cat__list__item
  > a {
  background: #fff;
  border-radius: 3px;
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  padding: 0.8rem;
  text-decoration: none;
}
.show-menu .menu-overlay.is-open .nav__gnav > li .child_menu .cat-img {
  width: 20%;
}
.show-menu .menu-overlay.is-open .nav__gnav > li .child_menu .cat-img img {
  border-radius: 3px;
}
.show-menu .menu-overlay.is-open .nav__gnav > li .child_menu .cat-name {
  width: 75%;
}
.show-menu .menu-overlay.is-open .nav__gnav > li .child_menu .cat-name span {
  display: inline-block;
}
.show-menu .menu-overlay.is-open .nav__gnav > li .child_menu .cat-more a {
  background: #56bf98;
  border-radius: 100px;
  color: #fff;
  padding: 0.4rem 2rem;
  position: absolute;
  top: 50px;
  right: 0;
  text-decoration: none;
}
.show-menu .menu-overlay.is-open .nav__gnav > li .child_menu .chara__list {
  padding: 1rem 0;
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
}
.show-menu
  .menu-overlay.is-open
  .nav__gnav
  > li
  .child_menu
  .chara__list__item {
  margin: 0 2% 2% 0;
  width: 100%;
}
.show-menu
  .menu-overlay.is-open
  .nav__gnav
  > li
  .child_menu
  .chara__list__item:nth-child(2n) {
  margin-right: 0;
}
@media only screen and (min-width: 640px) {
  .show-menu
    .menu-overlay.is-open
    .nav__gnav
    > li
    .child_menu
    .chara__list__item {
    width: 32%;
  }
  .show-menu
    .menu-overlay.is-open
    .nav__gnav
    > li
    .child_menu
    .chara__list__item:nth-child(2n) {
    margin-right: 2%;
  }
  .show-menu
    .menu-overlay.is-open
    .nav__gnav
    > li
    .child_menu
    .chara__list__item:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 960px) {
  .show-menu
    .menu-overlay.is-open
    .nav__gnav
    > li
    .child_menu
    .chara__list__item {
    width: 18.4%;
  }
  .show-menu
    .menu-overlay.is-open
    .nav__gnav
    > li
    .child_menu
    .chara__list__item:nth-child(2n) {
    margin-right: 2%;
  }
  .show-menu
    .menu-overlay.is-open
    .nav__gnav
    > li
    .child_menu
    .chara__list__item:nth-child(3n) {
    margin-right: 2%;
  }
  .show-menu
    .menu-overlay.is-open
    .nav__gnav
    > li
    .child_menu
    .chara__list__item:nth-child(5n) {
    margin-right: 0;
  }
}
.show-menu
  .menu-overlay.is-open
  .nav__gnav
  > li
  .child_menu
  .chara__list__item
  > a {
  color: #282828;
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  font-size: 1.3rem;
}
.show-menu .menu-overlay.is-open .nav__gnav > li .child_menu .chara-img {
  width: 20%;
}
.show-menu .menu-overlay.is-open .nav__gnav > li .child_menu .chara-name {
  width: 75%;
}
.show-menu .menu-overlay.is-open .nav__gnav > li .child_menu .chara-name span {
  display: inline-block;
}
.show-menu .menu-overlay.is-open .nav__gnav > li .search {
  background: #545b6c;
  padding: 2rem;
  margin: 0 auto;
  width: 100%;
  max-width: 800px;
}
.show-menu .menu-overlay.is-open .nav__gnav > li .search__list__item {
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  margin-bottom: 1em;
  color: #fff;
}
.show-menu .menu-overlay.is-open .nav__gnav > li .search__list__item label {
  width: 100%;
  text-align: left;
}
.show-menu
  .menu-overlay.is-open
  .nav__gnav
  > li
  .search__list__item
  label::after {
  content: none;
}
.show-menu .menu-overlay.is-open .nav__gnav > li .search__btn {
  background: #2798b4;
  border-radius: 3px;
  color: #fff;
  display: block;
  width: 80%;
  max-width: 480px;
  margin: 0 auto;
  text-align: center;
  padding: 1.2rem 0;
}
.show-menu .menu-overlay.is-open .nav__gnav > li .search__price {
  width: 8em;
}
.show-menu .menu-overlay.is-open .nav__gnav > li .search .search-keyword {
  width: 100%;
  max-width: 640px;
}
.show-menu .menu-overlay.is-open .nav__gnav > li .search .original-code {
  width: 100%;
}
.show-menu .menu-overlay.is-open .nav__gnav > li .search-cat__list__item {
  margin-bottom: 20px;
}
.show-menu .menu-overlay.is-open .nav__gnav > li .search-cat__list__item h3 {
  margin-bottom: 0.5em;
}
.show-menu
  .menu-overlay.is-open
  .nav__gnav
  > li
  .search-cat__list__item__child {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
}
.show-menu
  .menu-overlay.is-open
  .nav__gnav
  > li
  .search-cat__list__item__child
  > li {
  width: 23.5%;
  margin: 0 2% 2% 0;
}
.show-menu
  .menu-overlay.is-open
  .nav__gnav
  > li
  .search-cat__list__item__child
  > li:nth-child(4n) {
  margin-right: 0;
}
.show-menu
  .menu-overlay.is-open
  .nav__gnav
  > li
  .search-cat__list__item__child
  > li
  a {
  border: 1px solid #c1c1c1;
  display: block;
  padding: 0.8rem;
}
@media only screen and (min-width: 960px) {
  .show-menu .menu-overlay.is-open .nav__gnav {
    display: flex;
    display: -ms-flexbox;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    position: relative;
  }
  .show-menu .menu-overlay.is-open .nav__gnav > li {
    display: inline-block;
    font-size: 1.8rem;
    margin: 0 1em;
    width: auto;
  }
  .show-menu .menu-overlay.is-open .nav__gnav > li > a {
    display: block;
    padding: 1rem 2.4rem;
    transition: 0.3s;
  }
  .show-menu .menu-overlay.is-open .nav__gnav > li:hover > a {
    background: #0b4783;
    color: #fff;
  }
  .show-menu .menu-overlay.is-open .nav__gnav > li .child_menu {
    width: calc(100% + 220px);
    position: absolute;
    z-index: 500;
    top: 100%;
    left: -220px;
    padding: 30px;
    color: #fff;
    background: #0b4783;
    visibility: hidden;
    opacity: 0;
  }
  .show-menu .menu-overlay.is-open .nav__gnav > li .child_menu .cat__list {
    padding: 40px 0;
    width: 94%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    display: flex;
    display: -ms-flexbox;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    align-items: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
  }
  .show-menu
    .menu-overlay.is-open
    .nav__gnav
    > li
    .child_menu
    .cat__list__item {
    margin: 0 2% 2% 0;
    width: 49%;
  }
  .show-menu
    .menu-overlay.is-open
    .nav__gnav
    > li
    .child_menu
    .cat__list__item:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 960px) and (min-width: 640px) {
  .show-menu
    .menu-overlay.is-open
    .nav__gnav
    > li
    .child_menu
    .cat__list__item {
    width: 32%;
  }
  .show-menu
    .menu-overlay.is-open
    .nav__gnav
    > li
    .child_menu
    .cat__list__item:nth-child(2n) {
    margin-right: 2%;
  }
  .show-menu
    .menu-overlay.is-open
    .nav__gnav
    > li
    .child_menu
    .cat__list__item:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 960px) and (min-width: 960px) {
  .show-menu
    .menu-overlay.is-open
    .nav__gnav
    > li
    .child_menu
    .cat__list__item {
    width: 18.4%;
  }
  .show-menu
    .menu-overlay.is-open
    .nav__gnav
    > li
    .child_menu
    .cat__list__item:nth-child(2n) {
    margin-right: 2%;
  }
  .show-menu
    .menu-overlay.is-open
    .nav__gnav
    > li
    .child_menu
    .cat__list__item:nth-child(3n) {
    margin-right: 2%;
  }
  .show-menu
    .menu-overlay.is-open
    .nav__gnav
    > li
    .child_menu
    .cat__list__item:nth-child(5n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 960px) {
  .show-menu
    .menu-overlay.is-open
    .nav__gnav
    > li
    .child_menu
    .cat__list__item
    > a {
    background: #fff;
    border-radius: 3px;
    display: flex;
    display: -ms-flexbox;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    padding: 0.8rem;
    text-decoration: none;
  }
  .show-menu .menu-overlay.is-open .nav__gnav > li .child_menu .cat-img {
    width: 30%;
  }
  .show-menu .menu-overlay.is-open .nav__gnav > li .child_menu .cat-img img {
    border-radius: 3px;
  }
  .show-menu .menu-overlay.is-open .nav__gnav > li .child_menu .cat-name {
    width: 65%;
  }
  .show-menu .menu-overlay.is-open .nav__gnav > li .child_menu .cat-name span {
    display: inline-block;
  }
  .show-menu .menu-overlay.is-open .nav__gnav > li .child_menu .cat-more a {
    background: #56bf98;
    border-radius: 100px;
    color: #fff;
    padding: 0.4rem 2rem;
    position: absolute;
    top: 50px;
    right: 0;
    text-decoration: none;
  }
  .show-menu .menu-overlay.is-open .nav__gnav > li .child_menu .chara__list {
    padding: 40px 0;
    width: 94%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    display: flex;
    display: -ms-flexbox;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    align-items: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
  }
  .show-menu
    .menu-overlay.is-open
    .nav__gnav
    > li
    .child_menu
    .chara__list__item {
    margin: 0 2% 2% 0;
    width: 49%;
  }
  .show-menu
    .menu-overlay.is-open
    .nav__gnav
    > li
    .child_menu
    .chara__list__item:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 960px) and (min-width: 640px) {
  .show-menu
    .menu-overlay.is-open
    .nav__gnav
    > li
    .child_menu
    .chara__list__item {
    width: 32%;
  }
  .show-menu
    .menu-overlay.is-open
    .nav__gnav
    > li
    .child_menu
    .chara__list__item:nth-child(2n) {
    margin-right: 2%;
  }
  .show-menu
    .menu-overlay.is-open
    .nav__gnav
    > li
    .child_menu
    .chara__list__item:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 960px) and (min-width: 960px) {
  .show-menu
    .menu-overlay.is-open
    .nav__gnav
    > li
    .child_menu
    .chara__list__item {
    width: 18.4%;
  }
  .show-menu
    .menu-overlay.is-open
    .nav__gnav
    > li
    .child_menu
    .chara__list__item:nth-child(2n) {
    margin-right: 2%;
  }
  .show-menu
    .menu-overlay.is-open
    .nav__gnav
    > li
    .child_menu
    .chara__list__item:nth-child(3n) {
    margin-right: 2%;
  }
  .show-menu
    .menu-overlay.is-open
    .nav__gnav
    > li
    .child_menu
    .chara__list__item:nth-child(5n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 960px) {
  .show-menu
    .menu-overlay.is-open
    .nav__gnav
    > li
    .child_menu
    .chara__list__item
    > a {
    color: #fff;
    display: flex;
    display: -ms-flexbox;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    font-size: 1.4rem;
  }
  .show-menu .menu-overlay.is-open .nav__gnav > li .child_menu .chara-img {
    width: 30%;
  }
  .show-menu .menu-overlay.is-open .nav__gnav > li .child_menu .chara-name {
    width: 65%;
  }
  .show-menu
    .menu-overlay.is-open
    .nav__gnav
    > li
    .child_menu
    .chara-name
    span {
    display: inline-block;
  }
  .show-menu .menu-overlay.is-open .nav__gnav > li:hover .child_menu {
    visibility: visible;
    opacity: 1;
  }
  .show-menu .menu-overlay.is-open .nav__gnav > li .search {
    background: 0 0;
    padding: 2em 0 0;
    margin: 0 auto;
    width: 100%;
    max-width: 800px;
  }
  .show-menu .menu-overlay.is-open .nav__gnav > li .search__list__item {
    display: flex;
    display: -ms-flexbox;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    margin-bottom: 1em;
  }
  .show-menu .menu-overlay.is-open .nav__gnav > li .search__list__item label {
    width: 30%;
    text-align: right;
  }
  .show-menu
    .menu-overlay.is-open
    .nav__gnav
    > li
    .search__list__item
    label::after {
    content: " ： ";
    display: inline-block;
    margin-left: 0.5em;
    margin-right: 0.5em;
  }
  .show-menu .menu-overlay.is-open .nav__gnav > li .search__btn {
    background: #2798b4;
    border-radius: 3px;
    color: #fff;
    display: block;
    width: 80%;
    max-width: 480px;
    margin: 0 auto;
    text-align: center;
    padding: 1.2rem 0;
  }
  .show-menu .menu-overlay.is-open .nav__gnav > li .search__price {
    width: 8em;
  }
  .show-menu .menu-overlay.is-open .nav__gnav > li .search .search-keyword {
    width: 65%;
    max-width: 640px;
  }
  .show-menu .menu-overlay.is-open .nav__gnav > li .search .original-code {
    width: 20em;
  }
  .show-menu .menu-overlay.is-open .nav__gnav > li .search-cat__list__item {
    margin-bottom: 20px;
  }
  .show-menu .menu-overlay.is-open .nav__gnav > li .search-cat__list__item h3 {
    margin-bottom: 0.5em;
  }
  .show-menu
    .menu-overlay.is-open
    .nav__gnav
    > li
    .search-cat__list__item__child {
    display: flex;
    display: -ms-flexbox;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    align-items: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
  }
  .show-menu
    .menu-overlay.is-open
    .nav__gnav
    > li
    .search-cat__list__item__child
    > li {
    width: 23.5%;
    margin: 0 2% 2% 0;
  }
  .show-menu
    .menu-overlay.is-open
    .nav__gnav
    > li
    .search-cat__list__item__child
    > li:nth-child(4n) {
    margin-right: 0;
  }
  .show-menu
    .menu-overlay.is-open
    .nav__gnav
    > li
    .search-cat__list__item__child
    > li
    a {
    border: 1px solid #c1c1c1;
    display: block;
    padding: 0.8rem;
  }
}
@media only screen and (min-width: 960px) {
  .show-menu .menu-overlay.is-open .nav__sub {
    text-align: right;
    margin-bottom: 1rem;
    display: flex;
    display: -ms-flexbox;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    -webkit-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
  }
  .show-menu .menu-overlay.is-open .nav__sub > li {
    margin-right: 1em;
    font-size: 1.3rem;
    width: auto;
  }
  .show-menu .menu-overlay.is-open .nav__sub > li:first-of-type {
    width: auto;
  }
  .show-menu .menu-overlay.is-open .nav__sub > li:last-of-type {
    margin-right: 20px;
  }
  .show-menu .menu-overlay.is-open .nav__sub > li a {
    display: inline-block;
  }
  .show-menu .menu-overlay.is-open .nav__sub > li a::before {
    margin-right: 0.5em;
  }
  .show-menu .menu-overlay.is-open .nav__sub .header-favorite a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f004";
    font-size: 16px;
    display: inline-block;
    color: #707070;
  }
  .show-menu .menu-overlay.is-open .nav__sub .header-mypage a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f007";
    font-size: 16px;
    display: inline-block;
    color: #707070;
  }
  .show-menu .menu-overlay.is-open .nav__sub .header-guide a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f518";
    font-size: 16px;
    display: inline-block;
    font-weight: 900;
    color: #707070;
  }
  .show-menu .menu-overlay.is-open .nav__sub .header-cart {
    position: relative;
  }
  .show-menu .menu-overlay.is-open .nav__sub .header-cart a::before {
    font-family: "Font Awesome 5 Free";
    content: "\f07a";
    font-size: 16px;
    display: inline-block;
    font-weight: 900;
    color: #707070;
  }
  .show-menu .menu-overlay.is-open .nav__sub .logout a:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f2f5";
    font-size: 16px;
    display: inline-block;
    color: #707070;
  }
  .show-menu .menu-overlay.is-open .nav__sub .membership a:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f234";
    font-size: 16px;
    display: inline-block;
    color: #707070;
  }
  .show-menu .menu-overlay.is-open .nav__sub .login a:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f2f6";
    font-size: 16px;
    display: inline-block;
    color: #707070;
  }
  .show-menu .menu-overlay.is-open .nav__sub .header-cart .cart-count {
    position: absolute;
    left: 8px;
    top: -8px;
    background: #f23e0c;
    color: #fff;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
  }
}
.show-menu .search-toggle {
  background: rgba(43, 43, 45, 0.8);
  border-radius: 5px;
  color: #fff;
  font-size: 1.3re;
  position: fixed;
  top: 78px;
  right: 18px;
  width: auto;
  z-index: 30000;
  display: inline-block;
  padding: 0 0.5em;
  text-align: center;
}
@media only screen and (min-width: 640px) {
  .show-menu .search-toggle {
    right: 40px;
  }
}
@media only screen and (min-width: 960px) {
  .show-menu .search-toggle {
    display: none;
    top: 45px;
  }
}
.show-menu .search-overlay {
  width: 100vw;
  background-color: #fff;
  opacity: 0;
  z-index: 100;
  visibility: hidden;
  width: 100%;
  left: 0;
  position: fixed;
  height: 100vh;
  overflow: auto;
  top: -100%;
  transition: 0.3s;
  padding: 2em 2em 6em 2em;
}
@media only screen and (min-width: 960px) {
  .show-menu .search-overlay {
    display: block;
    margin: 0 0 0 auto;
    width: calc(100% - 220px);
    height: auto;
    position: fixed;
    opacity: 0;
    visibility: visible;
    padding: 0;
    left: 0;
    overflow: visible;
  }
}
.show-menu .search-overlay.is-open {
  opacity: 1;
  z-index: 100;
  visibility: visible;
  width: 100%;
  left: 0;
  top: 60px;
  position: fixed;
  height: 100vh;
  overflow: auto;
}
@media only screen and (min-width: 960px) {
  .show-menu .search-overlay.is-open {
    display: block;
    margin: 0 0 0 auto;
    width: calc(100% - 220px);
    height: auto;
    position: relative;
    opacity: 1;
    visibility: visible;
    padding: 0;
    left: 0;
    overflow: visible;
  }
}
.show-menu .search-overlay.is-open .search {
  background: #545b6c;
  padding: 2rem;
  margin: 0 auto;
  width: 100%;
  max-width: 800px;
}
.show-menu .search-overlay.is-open .search__list__item {
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  margin-bottom: 1em;
  color: #fff;
}
.show-menu .search-overlay.is-open .search__list__item label {
  width: 100%;
  text-align: left;
}
.show-menu .search-overlay.is-open .search__list__item label::after {
  content: none;
}
.show-menu .search-overlay.is-open .search__list__item > div {
  margin-bottom: 0.5rem;
}
.show-menu .search-overlay.is-open .search__btn {
  background: #2798b4;
  border-radius: 3px;
  color: #fff;
  display: block;
  width: 80%;
  max-width: 480px;
  margin: 0 auto;
  text-align: center;
  padding: 1.2rem 0;
}
.show-menu .search-overlay.is-open .search__price {
  width: 8em;
}
.show-menu .search-overlay.is-open .search .search-keyword {
  width: 100%;
  max-width: 640px;
}
.show-menu .search-overlay.is-open .search .original-code {
  width: 100%;
}
.show-menu .search-overlay.is-open .search-cat__list__item {
  margin-bottom: 20px;
}
.show-menu .search-overlay.is-open .search-cat__list__item h3 {
  margin-bottom: 0.5em;
}
.show-menu .search-overlay.is-open .search-cat__list__item__child {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
}
.show-menu .search-overlay.is-open .search-cat__list__item__child > li {
  width: 23.5%;
  margin: 0 2% 2% 0;
}
.show-menu
  .search-overlay.is-open
  .search-cat__list__item__child
  > li:nth-child(4n) {
  margin-right: 0;
}
.show-menu .search-overlay.is-open .search-cat__list__item__child > li a {
  border: 1px solid #c1c1c1;
  display: block;
  padding: 0.8rem;
}
.header {
  background: #fff;
  padding-top: 134px;
  z-index: 1000;
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
@media only screen and (min-width: 960px) {
  .header {
    z-index: 1000;
    width: 100%;
    padding-top: 134px;
    position: relative;
  }
}
.header__fixed {
  border: none;
  background: #fff;
  height: 62px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  text-align: center;
  z-index: 15000;
}
@media only screen and (min-width: 960px) {
  .header__fixed {
    height: auto;
    text-align: left;
    padding: 10px 1% 0;
    z-index: 100;
    position: fixed;
    display: flex;
    display: -ms-flexbox;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
  }
}
.header__fixed .nav__sub {
  display: none;
}
@media only screen and (min-width: 960px) {
  .header__fixed .nav__sub {
    display: flex;
    text-align: right;
    margin-bottom: 1rem;
    display: flex;
    display: -ms-flexbox;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    -webkit-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
  }
}
.header__fixed .nav__sub li {
  margin-right: 1em;
  font-size: 1.3rem;
}
@media only screen and (min-width: 960px) {
  .header__fixed .nav__sub li {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 1280px) {
  .header__fixed .nav__sub li {
    font-size: 1.2rem;
  }
}
.header__fixed .nav__sub li:first-of-type {
  position: relative;
}
.header__fixed .nav__sub li:first-of-type input {
  border: 1px solid #000;
  border-radius: 100px;
  width: 100%;
}
.header__fixed .nav__sub li:first-of-type .search__btn {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.header__fixed .nav__sub li:last-of-type {
  margin-right: 20px;
}
.header__fixed .nav__sub li a::before {
  margin-right: 0.2em;
}
.header__fixed .nav__sub li.search-box {
  width: 240px;
}
@media only screen and (min-width: 960px) {
  .header__fixed .nav__sub li.search-box {
    width: 160px;
  }
}
@media only screen and (min-width: 1280px) {
  .header__fixed .nav__sub li.search-box {
    width: 240px;
  }
}
.header__fixed .nav__sub li.search-box ul li:last-of-type {
  margin-right: 0;
}
.header__fixed .nav__sub li.login__member-info {
  color: #1c3d80;
  border: 1px solid #1c3d80;
  border-radius: 6px;
  padding: 5px 10px;
}
.header__fixed .nav__sub li.login__member-info a {
  border-bottom: 1px solid #8fa7b6;
  transition: 0.3s;
}
.header__fixed .nav__sub li.login__member-info a:hover {
  color: #0880ca;
  border-bottom: 1px solid #4aafee;
}
.header__fixed .nav__sub li.login__member-info .status img {
  height: 1.5em;
  width: auto;
  vertical-align: top;
  margin-right: 0.1em;
}
.header__fixed .nav__sub .header-favorite a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f004";
  font-size: 16px;
  display: inline-block;
  color: #707070;
}
.header__fixed .nav__sub .header-mypage a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f007";
  font-size: 16px;
  display: inline-block;
  color: #707070;
}
.header__fixed .nav__sub .header-company a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f1ad";
  font-size: 16px;
  display: inline-block;
  color: #707070;
}
.header__fixed .nav__sub .header-guide a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f518";
  font-size: 16px;
  display: inline-block;
  font-weight: 900;
  color: #707070;
}
.header__fixed .nav__sub .header-cart {
  top: 18px;
  right: 18px;
}
@media only screen and (min-width: 960px) {
  .header__fixed .nav__sub .header-cart {
    top: auto;
    right: auto;
    position: relative;
  }
}
.header__fixed .nav__sub .header-cart a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f07a";
  font-size: 16px;
  display: inline-block;
  font-weight: 900;
  color: #707070;
}
.header__fixed .nav__sub .logout a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f2f5";
  font-size: 16px;
  display: inline-block;
  color: #707070;
}
.header__fixed .nav__sub .membership a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f234";
  font-size: 16px;
  display: inline-block;
  color: #707070;
}
.header__fixed .nav__sub .login a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f2f6";
  font-size: 16px;
  display: inline-block;
  color: #707070;
}
.header__fixed .nav__sub .header-cart .cart-count {
  position: absolute;
  left: 12px;
  top: -8px;
  background: #f23e0c;
  color: #fff;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
}
@media only screen and (min-width: 960px) {
  .header__fixed .nav__sub {
    display: flex;
    width: calc(97% - 200px);
    margin-left: auto;
  }
}
@media only screen and (min-width: 1280px) {
  .header__fixed .nav__sub {
    display: flex;
    width: calc(97% - 230px);
    margin-left: auto;
  }
}
.header h1 {
  box-sizing: content-box;
  display: block;
  height: 30px;
  width: auto;
  padding: 16px 0;
  position: relative;
  margin: 0 auto;
}
@media only screen and (min-width: 960px) {
  .header h1 {
    height: 36px;
  }
}
.header h1 a {
  display: block;
}
.header h1 img {
  height: 100%;
  max-height: 30px;
  width: auto;
}
@media only screen and (min-width: 960px) {
  .header h1 {
    height: 36px;
    padding: 0;
    margin: 0;
  }
  .header h1 img {
    max-height: 36px;
  }
}
@media only screen and (min-width: 960px) {
  .header__menu {
    display: block;
    margin: 0 0 0 auto;
    width: 100%;
    height: auto;
    opacity: 1;
    visibility: visible;
    padding: 0;
    left: 0;
    overflow-y: unset;
  }
}
.header__menu a {
  color: #282828;
  text-decoration: none;
}
.header__menu .nav__sub {
  display: block !important;
  text-align: right;
  margin-bottom: 1rem;
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
@media only screen and (min-width: 960px) {
  .header__menu .nav__sub {
    display: none !important;
  }
}
.header__menu .nav__sub li {
  margin-right: 1em;
  font-size: 1.3rem;
}
@media only screen and (min-width: 960px) {
  .header__menu .nav__sub li {
    font-size: 1.2rem;
  }
}
.header__menu .nav__sub li:first-of-type {
  position: relative;
}
.header__menu .nav__sub li:first-of-type input {
  border: 1px solid #000;
  border-radius: 100px;
  width: 100%;
}
.header__menu .nav__sub li:first-of-type .search__btn {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.header__menu .nav__sub li:last-of-type {
  margin-right: 20px;
}
.header__menu .nav__sub li a::before {
  margin-right: 0.5em;
}
.header__menu .nav__sub li.search-box {
  width: 240px;
}
.header__menu .nav__sub li.search-box ul li:last-of-type {
  margin-right: 0;
}
.header__menu .nav__sub .header-favorite a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f004";
  font-size: 16px;
  display: inline-block;
  color: #707070;
}
.header__menu .nav__sub .header-mypage a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f007";
  font-size: 16px;
  display: inline-block;
  color: #707070;
}
.header__menu .nav__sub .header-company a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f1ad";
  font-size: 16px;
  display: inline-block;
  color: #707070;
}
.header__menu .nav__sub .header-guide a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f518";
  font-size: 16px;
  display: inline-block;
  font-weight: 900;
  color: #707070;
}
.header__menu .nav__sub .header-cart {
  top: 18px;
  right: 18px;
}
@media only screen and (min-width: 960px) {
  .header__menu .nav__sub .header-cart {
    top: auto;
    right: auto;
    position: relative;
  }
}
.header__menu .nav__sub .header-cart a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f07a";
  font-size: 16px;
  display: inline-block;
  font-weight: 900;
  color: #707070;
}
.header__menu .nav__sub .logout a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f2f5";
  font-size: 16px;
  display: inline-block;
  color: #707070;
}
.header__menu .nav__sub .membership a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f234";
  font-size: 16px;
  display: inline-block;
  color: #707070;
}
.header__menu .nav__sub .login a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f2f6";
  font-size: 16px;
  display: inline-block;
  color: #707070;
}
.header__menu .nav__sub .header-cart .cart-count {
  position: absolute;
  left: 12px;
  top: -8px;
  background: #f23e0c;
  color: #fff;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
}
.header__menu .nav__gnav {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  position: relative;
}
.header__menu .nav__gnav > li {
  display: inline-block;
  font-size: 1.6rem;
  margin: 0 1em;
}
.header__menu .nav__gnav__item > a {
  display: block;
  padding: 1rem 2.4rem;
  transition: 0.3s;
}
.header__menu .nav__gnav__item:hover > a {
  background: #0b4783;
  color: #fff;
}
.header__menu .nav__gnav__item .child_menu {
  width: calc(103% + 230px);
  position: absolute;
  z-index: 500;
  top: 100%;
  left: calc(-1 * (230px + 3%));
  padding: 30px;
  color: #fff;
  background: #0b4783;
  visibility: hidden;
  opacity: 0;
}
.header__menu .nav__gnav__item .child_menu .cat__list {
  padding: 40px 0;
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  font-size: 1.3rem;
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
}
.header__menu .nav__gnav__item .child_menu .cat__list__item {
  margin: 0 2% 2% 0;
  width: 49%;
}
.header__menu .nav__gnav__item .child_menu .cat__list__item:nth-child(2n) {
  margin-right: 0;
}
@media only screen and (min-width: 640px) {
  .header__menu .nav__gnav__item .child_menu .cat__list__item {
    width: 32%;
  }
  .header__menu .nav__gnav__item .child_menu .cat__list__item:nth-child(2n) {
    margin-right: 2%;
  }
  .header__menu .nav__gnav__item .child_menu .cat__list__item:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 960px) {
  .header__menu .nav__gnav__item .child_menu .cat__list__item {
    width: 18.4%;
  }
  .header__menu .nav__gnav__item .child_menu .cat__list__item:nth-child(2n) {
    margin-right: 2%;
  }
  .header__menu .nav__gnav__item .child_menu .cat__list__item:nth-child(3n) {
    margin-right: 2%;
  }
  .header__menu .nav__gnav__item .child_menu .cat__list__item:nth-child(5n) {
    margin-right: 0;
  }
}
.header__menu .nav__gnav__item .child_menu .cat__list__item > a {
  background: #fff;
  border-radius: 3px;
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  padding: 0.8rem;
  text-decoration: none;
}
.header__menu .nav__gnav__item .child_menu .cat-img {
  width: 30%;
}
.header__menu .nav__gnav__item .child_menu .cat-img img {
  border-radius: 3px;
}
.header__menu .nav__gnav__item .child_menu .cat-name {
  width: 65%;
}
.header__menu .nav__gnav__item .child_menu .cat-name span {
  display: inline-block;
}
.header__menu .nav__gnav__item .child_menu .cat-more a {
  background: #56bf98;
  border-radius: 100px;
  color: #fff;
  padding: 0.4rem 2rem;
  position: absolute;
  top: 50px;
  right: 0;
  text-decoration: none;
}
.header__menu .nav__gnav__item .child_menu .chara__list {
  padding: 40px 0;
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  font-size: 1.3rem;
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
}
.header__menu .nav__gnav__item .child_menu .chara__list__item {
  margin: 0 2% 2% 0;
  width: 49%;
}
.header__menu .nav__gnav__item .child_menu .chara__list__item:nth-child(2n) {
  margin-right: 0;
}
@media only screen and (min-width: 640px) {
  .header__menu .nav__gnav__item .child_menu .chara__list__item {
    width: 32%;
  }
  .header__menu .nav__gnav__item .child_menu .chara__list__item:nth-child(2n) {
    margin-right: 2%;
  }
  .header__menu .nav__gnav__item .child_menu .chara__list__item:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 960px) {
  .header__menu .nav__gnav__item .child_menu .chara__list__item {
    width: 18.4%;
  }
  .header__menu .nav__gnav__item .child_menu .chara__list__item:nth-child(2n) {
    margin-right: 2%;
  }
  .header__menu .nav__gnav__item .child_menu .chara__list__item:nth-child(3n) {
    margin-right: 2%;
  }
  .header__menu .nav__gnav__item .child_menu .chara__list__item:nth-child(5n) {
    margin-right: 0;
  }
}
.header__menu .nav__gnav__item .child_menu .chara__list__item > a {
  color: #fff;
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.header__menu .nav__gnav__item .child_menu .chara-img {
  width: 30%;
}
.header__menu .nav__gnav__item .child_menu .chara-img img {
  border-radius: 50%;
}
.header__menu .nav__gnav__item .child_menu .chara-name {
  width: 65%;
}
.header__menu .nav__gnav__item .child_menu .chara-name span {
  display: inline-block;
}
@media only screen and (min-width: 960px) {
  .header__menu .nav__gnav__item .child_menu.search-item {
    display: flex;
    display: -ms-flexbox;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
  }
}
.header__menu .nav__gnav__item .child_menu.search-item .search-item__parts {
  width: 20%;
  text-align: left;
}
.header__menu .nav__gnav__item .child_menu.search-item .search-item__parts img {
  max-width: 240px;
}
.header__menu .nav__gnav__item .child_menu .search {
  padding: 0.5em 0 0;
  margin: 0 auto;
  width: 100%;
  max-width: 800px;
}
@media only screen and (min-width: 960px) {
  .header__menu .nav__gnav__item .child_menu .search {
    width: 60%;
    max-width: 100%;
    margin: 0;
  }
}
.header__menu .nav__gnav__item .child_menu .search h2 {
  margin-bottom: 0.5em;
  font-weight: 500;
  text-align: center;
}
.header__menu .nav__gnav__item .child_menu .search__list__item {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  margin-bottom: 1em;
}
.header__menu .nav__gnav__item .child_menu .search__list__item label {
  width: 30%;
  text-align: right;
}
.header__menu .nav__gnav__item .child_menu .search__list__item label::after {
  content: " ： ";
  display: inline-block;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.header__menu .nav__gnav__item .child_menu .search__btn {
  background: #2798b4;
  border-radius: 3px;
  color: #fff;
  display: block;
  width: 80%;
  max-width: 480px;
  margin: 0 auto;
  text-align: center;
  padding: 1.2rem 0;
}
.header__menu .nav__gnav__item .child_menu .search__price {
  width: 8em;
}
.header__menu .nav__gnav__item .child_menu .search .search-keyword {
  width: 65%;
  max-width: 640px;
}
.header__menu .nav__gnav__item .child_menu .search .original-code {
  width: 20em;
}
.header__menu .nav__gnav__item .child_menu .search-cat__list__item {
  margin-bottom: 20px;
}
.header__menu .nav__gnav__item .child_menu .search-cat__list__item h3 {
  margin-bottom: 0.5em;
}
.header__menu .nav__gnav__item .child_menu .search-cat__list__item__child {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
}
.header__menu .nav__gnav__item .child_menu .search-cat__list__item__child > li {
  width: 23.5%;
  margin: 0 2% 2% 0;
}
.header__menu
  .nav__gnav__item
  .child_menu
  .search-cat__list__item__child
  > li:nth-child(4n) {
  margin-right: 0;
}
.header__menu
  .nav__gnav__item
  .child_menu
  .search-cat__list__item__child
  > li
  a {
  border: 1px solid #c1c1c1;
  display: block;
  padding: 0.8rem;
}
.header__menu .nav__gnav__item .child_menu .view-all-cat {
  background: #64b5b7;
  border-radius: 3px;
  color: #fff;
  display: block;
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  padding: 0.8rem 0;
  text-align: center;
}
@media only screen and (min-width: 960px) {
  .header__menu .nav__gnav__item .child_menu {
    display: none;
  }
}
.header__menu .nav__gnav__item:hover .child_menu {
  visibility: visible;
  opacity: 1;
}
.header__info {
  font-size: 1.3rem;
  position: fixed;
  top: 62px;
  padding: 0;
  width: 100%;
}
@media only screen and (min-width: 640px) {
  .header__info {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 960px) {
  .header__info {
    top: 94px;
  }
}
.header__info__common {
  background: #3d62ad;
  color: #fff;
  height: 2.9rem;
  width: 100%;
  display: block;
  line-height: 1;
  text-align: center;
  padding: 0.8rem 0;
  z-index: 90;
}
.header__info__common .tax {
  font-size: 75%;
}
.header__info__member {
  color: #282828;
  height: 2.9rem;
  width: 100%;
  display: block;
  line-height: 1;
  padding: 0.8rem 0;
  font-size: 1.3rem;
  text-align: left;
  z-index: 90;
}
@media only screen and (min-width: 640px) {
  .header__info__member {
    padding: 0.8rem 0;
    font-size: 1.5rem;
  }
}
.header__info__member .tax {
  font-size: 75%;
}
.header__search {
  background: #fff;
  padding: 0.4rem 2% 0.8rem;
  position: relative;
  width: 100%;
  position: fixed;
  top: 91px;
  left: 0;
  z-index: 90;
}
@media only screen and (min-width: 960px) {
  .header__search {
    display: none;
  }
}
.header__search__btn {
  background: #fff;
  border: none;
  border-radius: 3px;
  box-shadow: none;
  display: block;
  position: relative;
  transition: 0.3s;
  line-height: 1.2;
  font-size: 0.8rem;
  text-align: center;
}
.header__search__btn::before {
  color: #727070;
  font-family: "Font Awesome 5 Free";
  content: "\f002";
  font-size: 18px;
  font-weight: 600;
  display: block;
}
.header__search__chara {
  box-shadow: none;
  display: block;
  padding: 0.5rem 0;
  position: relative;
  transition: 0.3s;
  line-height: 1.2;
  text-align: center;
}
.header__search__chara:hover {
  background: #3d62ad;
  border-color: #3d62ad;
  color: #fff;
}
.header__search__chara::before {
  font-family: "Font Awesome 5 Free";
  content: "\f118";
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  margin-right: 0.4em;
}
.header__search__cat {
  box-shadow: none;
  display: block;
  padding: 0.5rem 0;
  position: relative;
  transition: 0.3s;
  line-height: 1.2;
  text-align: center;
}
.header__search__cat:hover {
  background: #3d62ad;
  border-color: #3d62ad;
  color: #fff;
}
.header__search__cat::before {
  font-family: "Font Awesome 5 Free";
  content: "\f07b";
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  margin-right: 0.4em;
}
.header__search__parts {
  box-shadow: none;
  display: block;
  padding: 0.5rem 0;
  position: relative;
  transition: 0.3s;
  line-height: 1.2;
  text-align: center;
}
.header__search__parts:hover {
  background: #3d62ad;
  border-color: #3d62ad;
  color: #fff;
}
.header__search__parts::before {
  font-family: "Font Awesome 5 Free";
  content: "\f1b3";
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  margin-right: 0.4em;
}
.header__search .btn-box {
  background: #fff;
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.header__search .btn-box > div {
  background: #fff;
  border: 1px solid #d2d2d2;
  border-radius: 3px;
  font-size: 1.1rem;
  width: 33%;
  text-align: center;
}
.header__main-cat {
  display: block;
  width: 100%;
}
.header__main-cat ul {
  background: #f7f9fc;
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  width: 100%;
}
.header__main-cat ul > li {
  width: calc(33.3333333333% - 1px);
  text-align: center;
}
.header__main-cat ul > li a {
  display: block;
  padding: 0.8rem 0;
}
.header__main-cat ul > li.active {
  border-bottom: 2px solid #3d62ad;
}
.header__main-cat ul > li.active a {
  font-weight: 500;
}
.header__msg {
  background: #fedbb7;
  border-radius: 6px;
  width: 94%;
  max-width: 1200px;
  margin: 15px auto 0;
  padding: 0.8em;
}
.spot-news {
  padding: 0.8em 1.6rem 0;
  margin-bottom: 0;
  color: #f87061;
}
@media only screen and (min-width: 960px) {
  .spot-news {
    text-align: center;
  }
}
.spot-news p {
  margin-bottom: 0;
}
.breadcrumb {
  padding: 0.8rem 20px;
  margin-bottom: 10px;
  font-size: 1.2rem;
}
.breadcrumb span + span::before {
  content: ">";
  display: inline;
  margin: 0 0.4em;
}
.breadcrumb a {
  text-decoration: none;
}
main section {
  width: 94%;
  max-width: 1200px;
  margin: 0 auto 40px;
  padding: 0;
}
@media only screen and (min-width: 640px) {
  main section {
    padding: 20px 0;
  }
}
main section.modal-area {
  width: 100%;
  max-width: 100%;
}
main h2 {
  font-size: 1.8rem;
  font-weight: 500;
  margin: 1em 0;
}
@media only screen and (min-width: 960px) {
  main h2 {
    font-size: 3.2rem;
    font-weight: 500;
    margin-bottom: 1.5em;
  }
}
main h2 span {
  font-size: 1.4rem;
  display: inline-block;
  margin-left: 1em;
}
main h3 {
  font-size: 1.6rem;
  font-weight: 500;
  margin: 1em 0;
}
@media only screen and (min-width: 960px) {
  main h3 {
    font-size: 2.4rem;
    font-weight: 500;
    margin-bottom: 1.5em;
  }
}
main h3 span {
  font-size: 1.4rem;
  display: inline-block;
  margin-left: 1em;
}
main .item__list {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  margin-bottom: 40px;
}
main .item__list__item {
  width: 49%;
  margin: 0 2% 4% 0;
}
main .item__list__item:nth-child(2n) {
  margin-right: 0;
}
@media only screen and (min-width: 640px) {
  main .item__list__item {
    width: 32%;
  }
  main .item__list__item:nth-child(2n) {
    margin-right: 2%;
  }
  main .item__list__item:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 960px) {
  main .item__list__item {
    width: 23.5%;
  }
  main .item__list__item:nth-child(2n) {
    margin-right: 2%;
  }
  main .item__list__item:nth-child(3n) {
    margin-right: 2%;
  }
  main .item__list__item:nth-child(4n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1280px) {
  main .item__list__item {
    width: 18.4%;
  }
  main .item__list__item:nth-child(2n) {
    margin-right: 2%;
  }
  main .item__list__item:nth-child(3n) {
    margin-right: 2%;
  }
  main .item__list__item:nth-child(4n) {
    margin-right: 2%;
  }
  main .item__list__item:nth-child(5n) {
    margin-right: 0;
  }
}
main .item__list__item img {
  margin-bottom: 10px;
}
main .item__list__item a {
  color: #282828;
  text-decoration: none;
}
main .item__list__item .item-image {
  margin-bottom: 0.4em;
}
main .item__list__item .item-image a {
  border: 1px solid #e5e5e5;
  background: #fff;
  display: block;
  position: relative;
  width: 100%;
}
main .item__list__item .item-image a::before {
  content: "";
  padding-top: 100%;
  width: 100%;
  display: block;
}
main .item__list__item .item-image a img {
  display: block;
  position: absolute;
  max-width: 90%;
  max-height: 90%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
}
main .item__list__item .item-category {
  border-radius: 3px;
  border: 1px solid #000;
  display: inline-block;
  padding: 0.1em 0.8em;
  font-size: 1.2rem;
  margin-bottom: 0.5em;
}
main .item__list__item .item-icon {
  font-size: 1.2rem;
}
main .item__list__item .item-icon span {
  border-radius: 3px;
  display: inline-block;
  padding: 0.1em 0.8em;
}
main .item__list__item .item-icon .item-soldout {
  border-radius: 3px;
  background: #47484a;
  color: #fff;
  display: inline-block;
  padding: 0.2rem 0.6rem;
}
main .item__list__item .item-icon .item-sale {
  border-radius: 3px;
  background: #ec444d;
  color: #fff;
}
main .item__list__item .item-name {
  font-size: 1.3rem;
  line-height: 1.4;
  margin-bottom: 0.5em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
main .item__list__item .item-price {
  margin-bottom: 1em;
  font-weight: 600;
}
main .item__list__item .item-tax {
  font-size: 75%;
  font-weight: 400;
  margin-left: 0.2em;
}
main .item__list__item .item-sale {
  background: #e23b3b;
  color: #fff;
}
main .item__list__item .item__sale-rate {
  font-size: 1.4rem;
  background: #f13f3f;
  border-radius: 3px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  padding: 0.5rem;
  margin-right: 0.5em;
}
main .item__list__item .item-soldout {
  border-radius: 3px;
  background: #47484a;
  color: #fff;
  display: inline-block;
  padding: 0.1rem 0.4rem;
  margin-left: 0.5em;
  font-weight: 400;
  font-size: 1.2rem;
}
main .item__list__item .item-cart {
  display: block;
  text-align: center;
  color: #fff;
}
main .item__list__item .item-cart a {
  background: #358deb;
  border-radius: 3px;
  display: inline-block;
  width: 80%;
  color: #fff;
  padding: 0.4em 0;
  font-weight: 700;
  font-size: 13px;
}
main .item__list__item .item-cart .item-list-sold {
  background: #adadad;
  border-radius: 3px;
  display: inline-block;
  width: 80%;
  color: #282828;
  padding: 0.4em 0;
  font-weight: 700;
  font-size: 13px;
}
main .item__list__item .sale-rate {
  color: #e23b3b;
}
main .scroll-item {
  width: 100%;
  overflow: auto;
}
main .scroll-item::-webkit-scrollbar {
  height: 8px;
  width: 13px;
}
main .scroll-item::-webkit-scrollbar-track {
  box-shadow: inset 0 0 2px #c8c8c8;
}
main .scroll-item::-webkit-scrollbar-track-piece {
  background-color: #e5e5e5;
}
main .scroll-item::-moz-selection {
  background: #666;
  color: #eee;
}
main .scroll-item::selection {
  color: #eee;
}
main .scroll-item::-webkit-scrollbar-thumb {
  background-color: #3d62ad;
}
main .scroll-item__list {
  display: table;
  width: 100%;
}
@media only screen and (min-width: 960px) {
  main .scroll-item__list {
    display: flex;
    display: -ms-flexbox;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    align-items: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
  }
}
main .scroll-item__list .item__list__item {
  width: auto;
  display: table-cell;
  padding: 0 0 0 8px;
}
@media only screen and (min-width: 960px) {
  main .scroll-item__list .item__list__item {
    display: block;
    padding: 0;
    width: 23.5%;
    margin-right: 2%;
  }
  main .scroll-item__list .item__list__item:nth-child(2n) {
    margin-right: 2%;
  }
  main .scroll-item__list .item__list__item:nth-child(3n) {
    margin-right: 2%;
  }
  main .scroll-item__list .item__list__item:nth-child(4n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1280px) {
  main .scroll-item__list .item__list__item {
    width: 18.4%;
  }
  main .scroll-item__list .item__list__item:nth-child(2n) {
    margin-right: 2%;
  }
  main .scroll-item__list .item__list__item:nth-child(3n) {
    margin-right: 2%;
  }
  main .scroll-item__list .item__list__item:nth-child(4n) {
    margin-right: 2%;
  }
  main .scroll-item__list .item__list__item:nth-child(5n) {
    margin-right: 0;
  }
}
main .scroll-item__list .item__list__item a {
  width: 42vw;
}
@media only screen and (min-width: 640px) {
  main .scroll-item__list .item__list__item a {
    width: 26vw;
  }
}
@media only screen and (min-width: 960px) {
  main .scroll-item__list .item__list__item a {
    width: 100%;
  }
}
main a.btn {
  background: #3d62ad;
  color: #fff;
  display: block;
  width: 90%;
  margin: 0 auto;
  max-width: 420px;
  padding: 1em;
  text-align: center;
}
main .total-count {
  margin-bottom: 0.4em;
}
main .pager-wrap {
  padding: 1em;
}
main .pager > li {
  display: inline-block;
}
main .pager > li a {
  display: block;
}
main .pager > li span {
  border: 1px solid #2d5979;
  border-radius: 2px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 28px;
  padding: 5px 0;
  line-height: 1;
  transition: 0.3s;
}
main .pager > li span.current,
main .pager > li span:hover {
  background: #2d5979;
  color: #fff;
}
main .pager > li span.prev {
  width: 4.6em;
}
main .pager > li span.next {
  width: 4.6em;
}
main .item-review-detail {
  margin-bottom: 60px;
}
main .item-review-detail h3 {
  font-size: 18px;
  margin-bottom: 20px;
}
main .item-review-list li {
  margin-bottom: 60px;
}
main .item-review-list li-link {
  margin-bottom: 30px;
  font-size: 12px;
}
main .item-review-list li-link a {
  text-decoration: underline;
}
main .item-review-list li-link a:hover {
  text-decoration: none;
}
main .review-list-unit .review-list-name {
  margin-bottom: 12px;
}
main .review-list-unit .star-score {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
main .review-list-unit .review-star {
  margin-right: 6px;
}
main .review-list-unit .review-list-date {
  font-size: 12px;
  color: #b5b5b5;
  margin: 12px 0;
}
main .review-list-unit .review-list-content {
  font-size: 1.2rem;
}
@media only screen and (min-width: 640px) {
  main .review-list-unit .review-list-content {
    font-size: 1.3em;
  }
}
@media only screen and (min-width: 960px) {
  main .review-list-unit .review-list-content {
    font-size: 1.4rem;
  }
}
main .reviewRateStar {
  display: inline-block;
  font-size: 0;
  color: #ffa41c;
}
main .reviewRateStar::before {
  font-family: "Font Awesome 5 Free";
  content: "\f005";
  font-size: 12px;
  font-weight: 900;
}
main .starOff::before {
  font-family: "Font Awesome 5 Free";
  content: "\f005";
  font-weight: 400;
}
main .starHalf::before {
  font-family: "Font Awesome 5 Free";
  content: "\f5c0";
}
main .review-post {
  margin-top: 40px;
}
main .review-post {
  text-align: center;
}
main .review-post a {
  width: 260px;
  margin: 0 auto;
  display: inline-block;
  padding: 12px 0;
  border: 1px solid #333;
  border-radius: 2px;
  text-align: center;
}
main .review-post a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f304";
  font-size: 16px;
  font-weight: 900;
  padding-right: 10px;
  color: fff;
}
main .search {
  background: #cdcdcd;
  padding: 2em;
  margin-bottom: 20px;
}
@media only screen and (min-width: 640px) {
  main .search {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 960px) {
  main .search {
    margin-bottom: 40px;
  }
}
main .search__list__item {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  margin-bottom: 1em;
}
main .search__list__item label {
  width: 100%;
}
@media only screen and (min-width: 640px) {
  main .search__list__item label {
    width: 30%;
    text-align: right;
  }
  main .search__list__item label::after {
    content: " ： ";
    display: inline-block;
    margin-left: 0.5em;
    margin-right: 0.5em;
  }
}
main .search__btn {
  background: #2798b4;
  border-radius: 3px;
  color: #fff;
  display: block;
  width: 80%;
  max-width: 480px;
  margin: 0 auto;
  text-align: center;
  padding: 1.2rem 0;
}
main .search__price {
  width: 7em;
}
main .search .search-price {
  width: 8em;
}
main .search .search-keyword {
  width: 65%;
}
main .search .original-code {
  width: 20em;
}
main .search-cat__list__item {
  margin-bottom: 20px;
}
main .search-cat__list__item h3 {
  margin-bottom: 0.5em;
}
main .search-cat__list__item__child {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
}
main .search-cat__list__item__child > li {
  width: 23.5%;
  margin: 0 2% 2% 0;
}
main .search-cat__list__item__child > li:nth-child(4n) {
  margin-right: 0;
}
main .search-cat__list__item__child > li a {
  border: 1px solid #c1c1c1;
  display: block;
  padding: 0.8rem;
}
.footer {
  background: #fff;
}
.footer h3 {
  font-size: 2.8rem;
  font-weight: 500;
  margin: 0 0 0.5em 0;
  text-align: center;
}
@media only screen and (min-width: 960px) {
  .footer h3 {
    margin-bottom: 1em;
  }
}
.footer h3 span {
  font-size: 1.6rem;
  display: block;
}
@media only screen and (min-width: 640px) {
  .footer h3 span {
    margin-left: 1em;
    display: inline-block;
    text-align: left;
  }
}
.footer__cat {
  background: #c9d6e3;
  font-size: 1.2rem;
}
.footer__chara {
  background: #d7ebf1;
  font-size: 1.2rem;
}
.footer .chara {
  padding: 40px 0;
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.footer .chara__list {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  width: 100%;
}
.footer .chara__list__item {
  margin-bottom: 2%;
  width: 49%;
}
@media only screen and (min-width: 640px) {
  .footer .chara__list__item {
    width: 32%;
  }
}
@media only screen and (min-width: 960px) {
  .footer .chara__list__item {
    width: 18%;
  }
}
.footer .chara__list__item > a {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.footer .chara__list__item img {
  border-radius: 50%;
}
.footer .chara-img {
  width: 30%;
}
.footer .chara-name {
  width: 65%;
}
.footer .chara-name span {
  display: inline-block;
}
.footer .chara-more {
  display: block;
  text-align: center;
  margin-bottom: 20px;
}
.footer .chara-more a {
  background: #56bf98;
  border-radius: 100px;
  color: #fff;
  padding: 0.4rem 2rem;
  display: inline-block;
  font-size: 1.3rem;
  text-decoration: none;
}
@media only screen and (min-width: 960px) {
  .footer .chara-more a {
    position: absolute;
    top: 50px;
    right: 0;
    font-size: 1.5rem;
  }
}
.footer .cat {
  padding: 40px 0;
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.footer .cat__list {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  width: 100%;
}
.footer .cat__list__item {
  margin: 0 2% 2% 0;
  width: 49%;
}
.footer .cat__list__item:nth-child(2n) {
  margin-right: 0;
}
@media only screen and (min-width: 640px) {
  .footer .cat__list__item {
    width: 32%;
  }
  .footer .cat__list__item:nth-child(2n) {
    margin-right: 2%;
  }
  .footer .cat__list__item:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 960px) {
  .footer .cat__list__item {
    width: 18.4%;
  }
  .footer .cat__list__item:nth-child(2n) {
    margin-right: 2%;
  }
  .footer .cat__list__item:nth-child(3n) {
    margin-right: 2%;
  }
  .footer .cat__list__item:nth-child(5n) {
    margin-right: 0;
  }
}
.footer .cat__list__item > a {
  background: #fff;
  border-radius: 3px;
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  padding: 0.8rem;
  text-decoration: none;
}
.footer .cat-img {
  width: 30%;
}
.footer .cat-img img {
  border-radius: 3px;
}
.footer .cat-name {
  width: 65%;
}
.footer .cat-name span {
  display: inline-block;
}
.footer .cat-more {
  display: block;
  text-align: center;
  margin-bottom: 20px;
}
.footer .cat-more a {
  background: #56bf98;
  border-radius: 100px;
  color: #fff;
  padding: 0.4rem 2rem;
  display: inline-block;
  font-size: 1.3rem;
  text-decoration: none;
}
@media only screen and (min-width: 960px) {
  .footer .cat-more a {
    position: absolute;
    top: 50px;
    right: 0;
    font-size: 1.5rem;
  }
}
.footer .salecat {
  padding: 40px 0;
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.footer .salecat__list {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  width: 100%;
}
.footer .salecat__list__item {
  margin: 0 2% 2% 0;
  width: 32%;
}
.footer .salecat__list__item:nth-child(3n) {
  margin-right: 0;
}
@media only screen and (min-width: 640px) {
  .footer .salecat__list__item {
    width: 23.5%;
  }
  .footer .salecat__list__item:nth-child(3n) {
    margin-right: 2%;
  }
  .footer .salecat__list__item:nth-child(4n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 960px) {
  .footer .salecat__list__item {
    width: 15%;
  }
  .footer .salecat__list__item:nth-child(3n) {
    margin-right: 2%;
  }
  .footer .salecat__list__item:nth-child(4n) {
    margin-right: 2%;
  }
  .footer .salecat__list__item:nth-child(6n) {
    margin-right: 0;
  }
}
.footer .salecat__list__item > a {
  background: #fff;
  border-radius: 5px;
  text-align: center;
  display: block;
  width: 100%;
  font-weight: 600;
  padding: 0.8rem;
  text-decoration: none;
}
.footer .salecat__list__item > a:hover {
  background: #ff6c6c;
  color: #fff;
}
.footer .salecat-more {
  display: block;
  text-align: center;
  margin-bottom: 20px;
}
.footer .salecat-more a {
  background: #56bf98;
  border-radius: 100px;
  color: #fff;
  padding: 0.4rem 2rem;
  display: inline-block;
  font-size: 1.3rem;
  text-decoration: none;
}
@media only screen and (min-width: 960px) {
  .footer .salecat-more a {
    position: absolute;
    top: 50px;
    right: 0;
    font-size: 1.5rem;
  }
}
.footer__guide {
  background: #3d62ad;
}
.footer__guide h3 {
  color: #fff;
}
.footer__guide .shopguide {
  padding: 40px 0;
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.footer__guide .shopguide__list {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
}
.footer__guide .shopguide__list__item {
  background: #fff;
  border-radius: 3px;
  font-size: 1.4rem;
  line-height: 1.4;
  padding: 1.6rem;
  align-self: stretch;
  width: 100%;
  margin-bottom: 2%;
}
@media only screen and (min-width: 640px) {
  .footer__guide .shopguide__list__item {
    width: 49%;
  }
}
@media only screen and (min-width: 960px) {
  .footer__guide .shopguide__list__item {
    width: 32%;
  }
}
.footer__guide .shopguide__list__item h4 {
  font-size: 1.6rem;
  margin-bottom: 1em;
}
.footer__guide .shopguide__list__item h5 {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 0.5em;
}
.footer__guide .shopguide__list__item p {
  margin-bottom: 1em;
}
.footer__guide .shopguide__list__item .payment__list {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.footer__guide .shopguide__list__item .payment__list > li {
  width: 18.5%;
}
.footer__guide .shopguide__list__item .fee__list {
  border-right: 1px solid #b7b7b7;
  border-left: 1px solid #b7b7b7;
  border-bottom: 1px solid #b7b7b7;
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  margin-bottom: 1em;
}
.footer__guide .shopguide__list__item .fee__list dt {
  background: #f4f4f4;
  border-top: 1px solid #b7b7b7;
  width: 40%;
  padding: 0.4em;
}
.footer__guide .shopguide__list__item .fee__list dd {
  border-top: 1px solid #b7b7b7;
  border-left: 1px solid #b7b7b7;
  padding: 0.4em;
  width: 60%;
}
.footer__guide .shopguide__list__item .delivery img {
  height: 32px;
  width: auto;
  margin-right: 0.5em;
}
.footer__guide .shopguide__list__item .contact__open {
  color: #f5584a;
}
.footer__guide .shopguide__list__item .contact__btn {
  background: #64b5b7;
  border-radius: 5px;
  color: #fff;
  display: block;
  width: 100%;
  padding: 1.2em;
  text-align: center;
}
.footer__guide .shopguide__list__item .calender {
  width: 100%;
  height: 80%;
}
.footer__guide .shopguide__list__item .calender table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 0.5em;
  font-size: 1.2rem;
}
.footer__guide .shopguide__list__item .calender tr > td.Sat,
.footer__guide .shopguide__list__item .calender tr > td.Sun,
.footer__guide .shopguide__list__item .calender tr > td.holiday {
  background: #fcbbbb;
}
.footer__guide .shopguide__list__item .calender th span {
  float: right;
  cursor: pointer;
}
.footer__guide .shopguide__list__item .calender .headline > td {
  width: 14.2857142857%;
  text-align: center;
}
.footer__guide .shopguide__list__item .calender td {
  border-top: 1px solid #ebe9e9;
  border-bottom: 1px solid #ebe9e9;
  border-collapse: collapse;
  text-align: center;
  padding: 0.2em 0;
}
.footer__guide .shopguide__list__item .calender .shop_close {
  font-size: 1.2rem;
}
.footer__nav {
  padding: 20px 0;
}
@media only screen and (min-width: 640px) {
  .footer__nav {
    padding: 40px 0;
  }
}
.footer__nav a {
  color: #282828;
  text-decoration: none;
}
.footer__nav .sns__list {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  margin-bottom: 20px;
}
.footer__nav .sns__list__item {
  padding: 0.5em 0;
  margin: 0 1em;
  font-size: 1.2rem;
  text-align: center;
}
@media only screen and (min-width: 640px) {
  .footer__nav .sns__list__item {
    width: auto;
  }
}
@media only screen and (min-width: 960px) {
  .footer__nav .sns__list__item {
    font-size: 1.4rem;
  }
}
.footer__nav .sns__list .icon-sns::after {
  content: "";
  display: inline-block;
  height: 20px;
  width: 20px;
  margin-right: 0.8em;
}
.footer__nav .sns__list .icon-line::after {
  background: url(https://gigaplus.makeshop.jp/skateroutlet/img/common/line_logo.png)
    center center no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.footer__nav .sns__list .icon-instagram::after {
  background: url(https://gigaplus.makeshop.jp/skateroutlet/img/common/ig_logo.png)
    center center no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.footer__nav .sns__list .icon-twitter::after {
  background: url(https://gigaplus.makeshop.jp/skateroutlet/img/common/tw_logo.png)
    center center no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.footer__nav .site__list {
  text-align: center;
  font-size: 1.2rem;
}
@media only screen and (min-width: 960px) {
  .footer__nav .site__list {
    font-size: 1.4rem;
  }
}
.footer__nav .site__list__item {
  border-bottom: none;
  display: inline-block;
  padding: 0 0 0 1rem;
  font-weight: 400;
}
.footer__nav .site__list__item a {
  border-bottom: none;
  display: inline-block;
}
.footer__nav .site__list__item:not(:last-child):after {
  content: "/";
  display: inline;
  margin-left: 1rem;
  font-weight: 200;
}
.footer .news {
  width: 94%;
  max-width: 1200px;
  margin: 0 auto 40px;
  padding: 0;
}
@media only screen and (min-width: 640px) {
  .footer .news {
    padding: 40px 0;
  }
}
.footer .news h2 {
  font-size: 1.8rem;
  font-weight: 500;
  margin: 1em 0;
}
@media only screen and (min-width: 960px) {
  .footer .news h2 {
    font-size: 2.4rem;
    font-weight: 500;
    margin-bottom: 1.5em;
  }
}
.footer .news h2 span {
  font-size: 1.4rem;
  display: inline-block;
  margin-left: 1em;
}
.footer .copyright {
  text-align: center;
  padding: 1em 0;
  font-size: 1.2rem;
}
@media only screen and (min-width: 960px) {
  .footer .copyright {
    font-size: 1.4rem;
  }
}
body.fixed {
  position: fixed;
  top: 0;
  height: 100%;
}
@media only screen and (min-width: 960px) {
  body.fixed {
    position: relative;
    top: 0;
    height: auto;
  }
}
body.fixed .header {
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 960px) {
  body.fixed .header {
    padding: 1rem 0 0;
    display: flex;
    display: -ms-flexbox;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
  }
}
@media only screen and (min-width: 960px) {
  .sp {
    display: none;
  }
}
.sp-not {
  display: none;
}
@media only screen and (min-width: 640px) {
  .sp-not {
    display: block;
  }
}
.pc {
  display: none;
}
@media only screen and (min-width: 960px) {
  .pc {
    display: block;
  }
}
.notice {
  position: relative;
  margin: 1rem 0;
  line-height: 1.4;
  font-size: 1.3rem;
}
.notice-imp {
  border: 1px solid #fa5366;
  color: #fa5366;
  padding: 0.8rem;
}
.notice-imp p:last-child {
  margin-bottom: 0;
}
p.notice {
  margin-left: 1em;
  text-indent: -1em;
}
ul.notice {
  list-style-type: none;
  padding: 0;
}
ul.notice > li {
  position: relative;
  padding: 0 0 0 1.5rem;
  margin-bottom: 0.5rem;
}
ul.notice > li:before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0.9rem;
  transform: translateY(-50%);
}
ol.notice {
  counter-reset: list;
  list-style-type: none;
  padding: 0;
  margin: 1em 0;
}
ol.notice > li {
  position: relative;
  padding: 0 0 0.25rem 4rem;
}
ol.notice > li::before {
  counter-increment: list;
  content: "※" counter(list) ". ";
  position: absolute;
  left: 0;
  top: 0.9rem;
  transform: translateY(-50%);
}
ol.brackets-num {
  counter-reset: list;
  list-style-type: none;
  padding: 0;
  margin: 1em 0;
}
ol.brackets-num > li {
  position: relative;
  padding: 0 0 0.25rem 3rem;
}
ol.brackets-num > li::before {
  counter-increment: list;
  content: "(" counter(list) ")";
  position: absolute;
  left: 0;
  top: 1.1rem;
  transform: translateY(-50%);
}
ul.big-circle > li {
  position: relative;
  padding: 0 0 0 1.4em;
  margin-bottom: 0 0 0.5rem 1.4em;
  text-indent: -1.4em;
}
ul.big-circle > li::before {
  content: "●";
  margin-right: 0.4em;
}
.list-table {
  border-top: 1px solid #c7c7c7;
  border-bottom: 1px solid #c7c7c7;
  margin-bottom: 1em;
}
.list-table dt {
  font-weight: 600;
  padding: 1.6rem 0 0;
}
.list-table dd {
  display: block;
  padding: 0.8rem 0;
}
.list-table dd + dt {
  border-top: 1px dotted #eaeaea;
}
.list-table dd + dd {
  padding: 0 0 0.8rem;
}
.list-table dd div {
  border-top: 1px dotted #eaeaea;
  padding: 1rem 0;
}
.list-table dd div:first-of-type {
  border: none;
  padding: 0 0 1rem;
}
.list-table dd div:last-of-type {
  padding: 1rem 0 0;
}
.list-table dd div {
  position: relative;
}
.list-table dd a.link_movepage {
  border: none;
  display: inline-block;
  margin: 0 0 0 auto;
  text-decoration: none;
  float: none;
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
}
.top h2 {
  text-align: center;
}
.top h2 span {
  color: #3d62ad;
  font-weight: 300;
  display: block;
  line-height: 1;
  margin-left: 0;
}
.key {
  display: block;
  width: 100%;
}
@media only screen and (min-width: 960px) {
  .key {
    padding-top: 0;
  }
}
.key__slide .slick-slide img {
  width: 100%;
  max-width: 200%;
}
@media only screen and (min-width: 960px) {
  .key__slide .inner-slide {
    margin: 0 10px;
  }
}
.main__visual {
  text-align: center;
}
.main__visual .topImage {
  margin: 20px auto;
}
@media only screen and (min-width: 640px) {
  .main__visual .topImage {
    margin: 30px auto;
  }
}
@media only screen and (min-width: 640px) {
  .main__visual .topImage {
    margin: 30px auto;
  }
}
.main-banner {
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 0;
}
.main-banner__list {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.main-banner__list__item {
  width: 100%;
}
@media only screen and (min-width: 640px) {
  .main-banner__list__item {
    width: 48%;
    max-width: 480px;
    margin: 0 1% 2%;
  }
}
@media only screen and (min-width: 960px) {
  .main-banner__list__item {
    width: 23.5%;
    max-width: 480px;
    margin: 0 0 2%;
  }
}
.main-banner__list__item + li {
  margin-top: 2%;
}
@media only screen and (min-width: 640px) {
  .main-banner__list__item + li {
    margin-top: 0;
  }
}
@media only screen and (min-width: 960px) {
  .main-banner__list__item + li {
    margin-left: 2%;
  }
}
.main-banner__list__item img {
  width: 100%;
  max-width: 480px;
  height: auto;
}
.banner {
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 0;
}
.banner__list {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.banner__list__item {
  width: 100%;
}
@media only screen and (min-width: 640px) {
  .banner__list__item {
    width: 48%;
    max-width: 480px;
    margin: 0 1% 2%;
  }
}
@media only screen and (min-width: 960px) {
  .banner__list__item {
    width: 23.5%;
    max-width: 480px;
    margin: 0;
  }
}
.banner__list__item + li {
  margin-top: 2%;
}
@media only screen and (min-width: 640px) {
  .banner__list__item + li {
    margin-top: 0;
  }
}
@media only screen and (min-width: 960px) {
  .banner__list__item + li {
    margin-left: 2%;
  }
}
.banner__list__item img {
  width: 100%;
  max-width: 480px;
  height: auto;
}
.pickup {
  width: 100%;
}
@media only screen and (min-width: 960px) {
  .pickup {
    width: 94%;
    margin: 0 auto;
  }
}
.new {
  width: 94%;
}
@media only screen and (min-width: 960px) {
  .new {
    width: 94%;
    margin: 0 auto;
  }
}
.newitem__list {
  display: table;
  width: 100%;
  margin-bottom: 10px;
}
@media only screen and (min-width: 960px) {
  .newitem__list {
    display: flex;
    display: -ms-flexbox;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    align-items: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
  }
}
.newitem__list__item {
  display: table-cell;
  width: auto;
  padding-left: 20px;
}
@media only screen and (min-width: 960px) {
  .newitem__list__item {
    width: 18.4%;
    padding-left: 0;
  }
}
.newitem__list__item a {
  width: 42vw;
  display: block;
}
@media only screen and (min-width: 640px) {
  .newitem__list__item a {
    width: 26vw;
  }
}
.newitem__list__item .item-image {
  margin-bottom: 0.4em;
}
.newitem__list__item .item-image a {
  border: 1px solid #e5e5e5;
  background: #fff;
  display: block;
  position: relative;
  width: 100%;
}
.newitem__list__item .item-image a::before {
  content: "";
  padding-top: 100%;
  width: 100%;
  display: block;
}
.newitem__list__item .item-image a img {
  display: block;
  position: absolute;
  max-width: 90%;
  max-height: 90%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
}
.newitem__list__item .item-category {
  border-radius: 3px;
  border: 1px solid #000;
  display: inline-block;
  padding: 0.1em 0.8em;
  font-size: 1.2rem;
  margin-bottom: 0.5em;
}
.newitem__list__item .item-icon {
  font-size: 1.2rem;
}
.newitem__list__item .item-icon span {
  border-radius: 3px;
  display: inline-block;
  padding: 0.1em 0.8em;
}
.newitem__list__item .item-icon .item-soldout {
  border-radius: 3px;
  background: #47484a;
  color: #fff;
  display: inline-block;
  padding: 0.2rem 0.6rem;
}
.newitem__list__item .item-icon .item-sale {
  border-radius: 3px;
  background: #ec444d;
  color: #fff;
}
.newitem__list__item .item-name {
  font-size: 1.3rem;
  line-height: 1.4;
  margin-bottom: 0.5em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.newitem__list__item .item-price {
  margin-bottom: 1em;
  font-weight: 600;
}
.newitem__list__item .item-tax {
  font-size: 75%;
  font-weight: 400;
  margin-left: 0.2em;
}
.newitem__list__item .item-sale {
  background: #e23b3b;
  color: #fff;
}
.newitem__list__item .item__sale-rate {
  font-size: 1.4rem;
  background: #f13f3f;
  border-radius: 3px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  padding: 0.5rem;
  margin-right: 0.5em;
}
.newitem__list__item .item-soldout {
  border-radius: 3px;
  background: #47484a;
  color: #fff;
  display: inline-block;
  padding: 0.1rem 0.4rem;
  margin-left: 0.5em;
  font-weight: 400;
  font-size: 1.2rem;
}
.newitem__list__item .item-cart {
  display: block;
  text-align: center;
  color: #fff;
}
.newitem__list__item .item-cart a {
  background: #358deb;
  border-radius: 3px;
  display: inline-block;
  width: 80%;
  color: #fff;
  padding: 0.4em 0;
  font-weight: 700;
  font-size: 13px;
}
.newitem__list__item .item-cart .item-list-sold {
  background: #adadad;
  border-radius: 3px;
  display: inline-block;
  width: 80%;
  color: #282828;
  padding: 0.4em 0;
  font-weight: 700;
  font-size: 13px;
}
.new .panel_area {
  width: 100%;
  overflow: auto;
}
.new .item__list {
  margin-bottom: 20px;
}
.new .item__list__item {
  width: 32%;
  margin-right: 2%;
}
.new .item__list__item:nth-child(2n) {
  margin-right: 2%;
}
.new .item__list__item:nth-child(3n) {
  margin-right: 0;
}
@media only screen and (min-width: 960px) {
  .new .item__list__item {
    width: 23.5%;
  }
  .new .item__list__item:nth-child(2n) {
    margin-right: 2%;
  }
  .new .item__list__item:nth-child(3n) {
    margin-right: 2%;
  }
  .new .item__list__item:nth-child(4n) {
    margin-right: 0;
  }
  .new .item__list__item:nth-child(5n) {
    margin-right: 2%;
  }
}
@media only screen and (min-width: 1280px) {
  .new .item__list__item {
    width: 18.4%;
  }
  .new .item__list__item:nth-child(2n) {
    margin-right: 2%;
  }
  .new .item__list__item:nth-child(3n) {
    margin-right: 2%;
  }
  .new .item__list__item:nth-child(4n) {
    margin-right: 2%;
  }
  .new .item__list__item:nth-child(5n) {
    margin-right: 0;
  }
}
.new .scroll-item {
  margin-bottom: 20px;
}
.new__more {
  width: 80%;
  max-width: 480px;
  margin: 0 auto;
}
.new__more img {
  border-radius: 500px;
}
.link {
  padding: 20px 0;
}
@media only screen and (min-width: 640px) {
  .link {
    padding: 40px 0;
  }
}
.link__list {
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  width: 94%;
  max-width: 840px;
  margin: 0 auto;
}
@media only screen and (min-width: 640px) {
  .link__list {
    display: flex;
    display: -ms-flexbox;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    align-items: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
  }
}
.link__list > li {
  width: 80%;
  margin-bottom: 2%;
  text-align: center;
}
@media only screen and (min-width: 640px) {
  .link__list > li {
    width: 49%;
    margin-bottom: 0;
  }
}
.ranking {
  width: 100%;
}
.ranking__menu {
  width: 100%;
  overflow: auto;
  padding: 0 10px;
}
@media only screen and (min-width: 960px) {
  .ranking__menu {
    padding: 0;
    width: 94%;
    margin: 0 auto;
  }
}
.ranking .btn_area {
  border-bottom: none;
  margin: 0;
  padding-bottom: 30px;
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  width: 200%;
}
@media only screen and (min-width: 640px) {
  .ranking .btn_area {
    width: 100%;
  }
}
.ranking .ranking_btn {
  border-radius: 0;
  border-right: 1px solid #aab0bd;
  width: 20%;
  padding: 1rem 0;
  margin: 0;
  color: #333;
  background: #efeff1;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease 0s;
  font-size: 1.1rem;
}
@media only screen and (min-width: 640px) {
  .ranking .ranking_btn {
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 960px) {
  .ranking .ranking_btn {
    font-size: 1.8rem;
  }
}
.ranking .ranking_btn:first-of-type {
  border-left: 1px solid #e3ebf3;
}
.ranking .ranking_btn:hover {
  background-color: #dce1e4;
}
.ranking .ranking_btn.active {
  background: #3d62ad;
  color: #fff;
  position: relative;
}
.ranking .ranking_btn.active::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 10px solid #3d62ad;
  border-right: 16px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 16px solid transparent;
  position: absolute;
  top: 98%;
  left: 50%;
  transform: translateX(-50%);
}
.ranking .panel_area {
  width: 100%;
  overflow: auto;
}
@media only screen and (min-width: 640px) {
  .ranking .panel_area {
    width: 100%;
  }
}
@media only screen and (min-width: 960px) {
  .ranking .panel_area {
    width: 94%;
    margin: 0 auto;
  }
}
.ranking .ranking_panel {
  display: none;
  padding-top: 20px;
  width: 100%;
}
.ranking .ranking_panel.active {
  display: block;
}
.ranking__list {
  display: table;
  width: 100%;
  margin-bottom: 10px;
}
@media only screen and (min-width: 960px) {
  .ranking__list {
    display: flex;
    display: -ms-flexbox;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    align-items: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
  }
}
.ranking__list__item {
  display: table-cell;
  width: auto;
  margin: 0;
  position: relative;
  padding: 0 0 0 20px;
}
@media only screen and (min-width: 960px) {
  .ranking__list__item {
    display: block;
    width: 18.4%;
    margin: 0 2% 0 0;
    padding: 0;
  }
  .ranking__list__item:nth-child(5n) {
    margin-right: 0;
  }
}
.ranking__list__item:first-of-type {
  padding-left: 20px;
}
@media only screen and (min-width: 960px) {
  .ranking__list__item:first-of-type {
    padding-left: 0;
  }
}
.ranking__list__item:last-of-type {
  padding-right: 20px;
}
@media only screen and (min-width: 960px) {
  .ranking__list__item:last-of-type {
    padding-right: 0;
  }
}
.ranking__list__item a {
  display: block;
  text-decoration: none;
  width: 42vw;
}
@media only screen and (min-width: 640px) {
  .ranking__list__item a {
    width: 26vw;
  }
}
@media only screen and (min-width: 960px) {
  .ranking__list__item a {
    width: 100%;
  }
}
.ranking__list .item-image {
  border: solid 1px #e3ebf3;
  margin-bottom: 0.5rem;
  width: 100%;
  position: relative;
}
.ranking__list .item-image::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
.ranking__list .item-image img {
  position: absolute;
  height: 90%;
  max-height: 90%;
  width: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.ranking__list .item-name {
  font-size: 1.2rem;
  line-height: 1.2;
  margin-bottom: 0.4em;
}
.ranking__list .item__sale-rate {
  font-size: 1.4rem;
  background: #f13f3f;
  border-radius: 3px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  padding: 0.5rem;
  margin-right: 0.5em;
}
.ranking__list .item-tax {
  font-size: 75%;
}
.ranking-icon {
  position: absolute;
  top: 8px;
  left: 28px;
  text-align: center;
  background-color: #f3f5f7;
  border-radius: 50%;
  font-size: 12px;
  color: #333;
  width: 30px;
  height: 30px;
  line-height: 2.5;
}
.ranking-icon.rank-1 {
  background: #d1af28;
  color: #fff;
}
.ranking-icon.rank-2 {
  background: #aba8a8;
  color: #fff;
}
.ranking-icon.rank-3 {
  background: #d18858;
  color: #fff;
}
.top-ranking .rankingg__box {
  width: 100%;
  overflow-x: scroll;
}
.top-ranking .rankingg__box .btn_area {
  border-top: 1px solid #e3ebf3;
  border-bottom: none;
  margin: 0;
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  width: 200%;
}
@media only screen and (min-width: 640px) {
  .top-ranking .rankingg__box .btn_area {
    width: 100%;
  }
}
.top-ranking .rankingg__box .ranking_btn {
  border-radius: 0;
  border-right: 1px solid #e3ebf3;
  width: 20%;
  padding: 1rem 0;
  margin: 0;
  color: #333;
  background: #fbfbfb;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease 0s;
  font-size: 1.1rem;
}
@media only screen and (min-width: 640px) {
  .top-ranking .rankingg__box .ranking_btn {
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 960px) {
  .top-ranking .rankingg__box .ranking_btn {
    font-size: 1.8rem;
  }
}
.top-ranking .rankingg__box .ranking_btn:first-of-type {
  border-left: 1px solid #e3ebf3;
}
.top-ranking .rankingg__box .ranking_btn:hover {
  background-color: #dce1e4;
}
.top-ranking .rankingg__box .ranking_btn.active {
  background: #07539f;
  color: #fff;
}
.top-ranking .rankingg__box .panel_area {
  padding: 0.8em;
  width: 200%;
}
@media only screen and (min-width: 640px) {
  .top-ranking .rankingg__box .panel_area {
    width: 100%;
  }
}
.top-ranking .rankingg__box .ranking_panel {
  display: none;
  width: 100%;
}
.top-ranking .rankingg__box .ranking_panel.active {
  display: block;
}
.top-ranking .rankingg__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
}
.top-ranking .rankingg__list__item {
  width: 18%;
  margin: 0;
  position: relative;
}
.top-ranking .rankingg__list__item a {
  text-decoration: none;
}
.top-ranking .rankingg__list .item-image {
  border: solid 1px #e3ebf3;
  margin-bottom: 0.5rem;
  width: 100%;
  position: relative;
}
.top-ranking .rankingg__list .item-image::before {
  background: #000;
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
.top-ranking .rankingg__list .item-image img {
  position: absolute;
  height: 90%;
  max-height: 90%;
  width: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
}
.top-ranking .rankingg__list .item-name {
  font-size: 1.2rem;
  line-height: 1.2;
  margin-bottom: 0.4em;
}
.top-ranking .rankingg__list .item__sale-rate {
  font-size: 1.4rem;
  background: #f13f3f;
  border-radius: 3px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  padding: 0.5rem;
  margin-right: 0.5em;
}
.top-ranking .rankingg__list .item-tax {
  font-size: 75%;
}
.top-ranking .rankingg-icon {
  position: absolute;
  top: 8px;
  left: 8px;
  text-align: center;
  background-color: #f3f5f7;
  border-radius: 50%;
  font-size: 12px;
  color: #333;
  width: 30px;
  height: 30px;
  line-height: 2.5;
}
.top-ranking .rankingg-icon.rank-1 {
  background: #d1af28;
  color: #fff;
}
.top-ranking .rankingg-icon.rank-2 {
  background: #aba8a8;
  color: #fff;
}
.top-ranking .rankingg-icon.rank-3 {
  background: #d18858;
  color: #fff;
}
.content__box .btn_area {
  border-bottom: 5px solid #c7c7c7;
  margin: 0;
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.content__box .tab_btn {
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  width: 30%;
  max-width: 360px;
  color: #333;
  background: #f5f7f8;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease 0s;
  font-size: 1.2rem;
  padding: 1.2em 0;
}
@media only screen and (min-width: 960px) {
  .content__box .tab_btn {
    font-size: 1.8rem;
  }
}
.content__box .tab_btn + .tab_btn {
  margin-left: 8px;
}
.content__box .tab_btn:hover {
  background-color: #dce1e4;
}
.content__box .tab_btn.active {
  background: #07539f;
  color: #fff;
}
.content__box .panel_area {
  border: solid 1px #e3ebf3;
  padding: 0;
}
.content__box .tab_panel {
  display: none;
}
.content__box .tab_panel.active {
  display: block;
}
.content__box .ranking__box {
  width: 100%;
  overflow-x: scroll;
}
.content__box .ranking__box .btn_area {
  border-top: 1px solid #e3ebf3;
  border-bottom: none;
  margin: 0;
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  width: 200%;
}
@media only screen and (min-width: 640px) {
  .content__box .ranking__box .btn_area {
    width: 100%;
  }
}
.content__box .ranking__box .ranking_btn {
  border-radius: 0;
  border-right: 1px solid #e3ebf3;
  width: 20%;
  padding: 1rem 0;
  margin: 0;
  color: #333;
  background: #fbfbfb;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease 0s;
  font-size: 1.1rem;
}
@media only screen and (min-width: 640px) {
  .content__box .ranking__box .ranking_btn {
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 960px) {
  .content__box .ranking__box .ranking_btn {
    font-size: 1.8rem;
  }
}
.content__box .ranking__box .ranking_btn:first-of-type {
  border-left: 1px solid #e3ebf3;
}
.content__box .ranking__box .ranking_btn:hover {
  background-color: #dce1e4;
}
.content__box .ranking__box .ranking_btn.active {
  background: #07539f;
  color: #fff;
}
.content__box .ranking__box .panel_area {
  border: solid 1px #e3ebf3;
  padding: 0.8em;
  width: 200%;
}
@media only screen and (min-width: 640px) {
  .content__box .ranking__box .panel_area {
    width: 100%;
  }
}
.content__box .ranking__box .ranking_panel {
  display: none;
  width: 100%;
}
.content__box .ranking__box .ranking_panel.active {
  display: block;
}
.content__box .ranking__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
}
.content__box .ranking__list__item {
  width: 18%;
  margin: 0;
  position: relative;
}
.content__box .ranking__list__item a {
  text-decoration: none;
}
.content__box .ranking__list .item-image {
  margin-bottom: 0.5rem;
}
.content__box .ranking__list .item-name {
  font-size: 1.2rem;
  line-height: 1.2;
}
.content__box .ranking-icon {
  position: absolute;
  top: 8px;
  left: 8px;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
  font-size: 12px;
  color: #333;
  width: 30px;
  height: 30px;
  line-height: 2.5;
}
.content__box .ranking-icon.rank-1 {
  background: #d1af28;
  color: #fff;
}
.content__box .ranking-icon.rank-2 {
  background: #aba8a8;
  color: #fff;
}
.content__box .ranking-icon.rank-3 {
  background: #d18858;
  color: #fff;
}
.feature__list {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  margin-bottom: 20px;
}
@media only screen and (min-width: 640px) {
  .feature__list {
    display: flex;
    display: -ms-flexbox;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    align-items: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    margin-bottom: 30px;
  }
}
.feature__list__item {
  width: 49%;
}
@media only screen and (min-width: 640px) {
  .feature__list__item {
    width: 49%;
  }
}
@media only screen and (min-width: 960px) {
  .feature__list__item {
    width: 23.5%;
  }
}
.feature__list__more {
  border-radius: 300px;
  background: #1e4089;
  color: #fff;
  display: block;
  padding: 1.4rem 0;
  font-size: 1.5rem;
  width: 90%;
  max-width: 480px;
  margin: 0 auto 40px;
  text-align: center;
  text-decoration: none;
}
@media only screen and (min-width: 960px) {
  .feature__list__more {
    font-size: 2rem;
  }
}
.feature__list__more i {
  margin-left: 1em;
}
.information {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  padding-bottom: 40px;
}
.information__news {
  width: 100%;
  margin-bottom: 30px;
}
@media only screen and (min-width: 640px) {
  .information__news {
    margin-bottom: 0;
    width: 55%;
  }
}
.information .news-caution a {
  border: 1px solid #f33535;
  background: #ffefef;
  display: block;
  font-weight: 500;
  text-align: center;
  padding: 0.8em;
  color: #f33535;
}
.information__list {
  border-top: 1px solid #dce1e4;
  width: 100%;
  margin-bottom: 20px;
}
.information__list li a {
  display: block;
  padding: 1.2rem;
  border-bottom: 1px solid #dce1e4;
  text-decoration: none;
}
.information__list li .news-date {
  margin-right: 0.8em;
}
.information__bnr {
  width: 100%;
}
@media only screen and (min-width: 640px) {
  .information__bnr {
    width: 40%;
  }
}
.information__bnr__list__item {
  text-align: center;
}
.information__bnr__list__item img {
  width: 100%;
  max-width: 360px;
}
.information__bnr__list__item + li {
  margin-top: 2%;
}
.our-shop__list {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
}
@media only screen and (min-width: 960px) {
  .our-shop__list {
    display: flex;
    display: -ms-flexbox;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    align-items: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
  }
}
.our-shop__list__item {
  width: 100%;
  font-size: 1.2rem;
  margin-bottom: 2%;
}
@media only screen and (min-width: 640px) {
}
@media only screen and (min-width: 960px) {
}
a {
  cursor: pointer;
}
.header__msg {
  background: #fedbb7;
  border-radius: 6px;
  width: 94%;
  max-width: 1200px;
  margin: 15px auto 0;
  padding: 0.8em;
}
.dis-none {
  display: none !important;
}
.admin-code-check {
  border: 1px solid #000;
  border-collapse: collapse;
}
.admin-code-check td,
.admin-code-check th {
  border: 1px solid #000;
  padding: 5px;
}
.item__content__image .slick-slider {
  touch-action: auto !important;
}
main.category,
main.company,
main.contact-page,
main.guide,
main.news-page,
main > .item {
  padding-top: 134px;
}
.page {
  padding-bottom: 40px;
}
.page__title {
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
}
.page h1 {
  font-size: 2.8rem;
  font-weight: 500;
  margin: 1em 0;
}
.page h1 span {
  font-size: 1.6rem;
  display: inline-block;
  margin-left: 1em;
}
.page h2 {
  font-size: 2.4rem;
  font-weight: 500;
  margin: 1em 0;
}
.page h2 span {
  font-size: 1.4rem;
  display: inline-block;
  margin-left: 1em;
}
.page h3 {
  font-size: 2rem;
  font-weight: 500;
  margin: 2.4em 0 1em;
}
.page h3 span {
  font-size: 1.2rem;
  display: inline-block;
  margin-left: 1em;
}
.page h4 {
  font-size: 1.8rem;
  font-weight: 500;
  margin: 1em 0 0.5em;
}
.page h4 span {
  font-size: 1.2rem;
  display: inline-block;
  margin-left: 1em;
}
.page .contract__section {
  border-top: 1px solid #adadad;
}
.page .contract__section dt {
  padding: 0.8em 0.8em 0 0.8em;
  font-weight: 600;
}
@media only screen and (min-width: 640px) {
  .page .contract__section dt {
    font-weight: 400;
    float: left;
    width: 240px;
  }
}
.page .contract__section dd {
  padding: 0.8em;
}
@media only screen and (min-width: 640px) {
  .page .contract__section dd {
    width: 65%;
    margin-left: 240px;
    padding: 0.8em 0;
  }
}
.page .contract__section dd + dd {
  padding-top: 0;
}
.page .privacy {
  margin-bottom: 40px;
}
.page .privacy__list {
  margin: 1em 0 1em 1.5em;
  list-style: square outside;
}
.page .privacy__list > li {
  margin-bottom: 0.5em;
}
.page .privacy__list ul {
  list-style: circle;
  margin: 0.5em 0 1em 1.5em;
}
.page .privacy__list__num {
  list-style: decimal outside;
  margin: 1em 0 1em 1.5em;
}
.page .review .review-item-wrap {
  border: 1px solid #333;
  padding: 20px;
  border-radius: 3px;
  display: flex;
  margin-bottom: 60px;
}
.page .review .review-item-wrap .review-item-image {
  padding-right: 20px;
  width: 120px;
}
.page .review .review-item-wrap .review-item-image img {
  width: 100%;
  height: 120px;
  -o-object-fit: cover;
  object-fit: cover;
}
.page .review .review-item-info .review-item-category {
  font-size: 12px;
  margin-bottom: 8px;
}
.page .review .review-item-info .review-item-name {
  font-size: 18px;
}
.page .review .review-item-info .total-review {
  display: flex;
  align-items: baseline;
  margin-top: 10px;
}
.page .review .review-item-info .review-star {
  margin-right: 10px;
}
.page .review .review-item-info .review-average {
  font-size: 20px;
  font-weight: 700;
}
.page .review .review-item-info .review-count {
  font-size: 12px;
}
.page .review .review-form-wrap {
  width: 485px;
  margin: 0 auto;
}
.page .review .review-form {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.page .review .review-form:last-child {
  margin-bottom: 60px;
}
.page .review .review-form dt {
  width: 150px;
  text-align: left;
}
.page .review .review-form .review-form-content {
  width: 100%;
}
.page .review .review-form dd input {
  border: 1px solid #707070;
  width: 100%;
}
.page .review .review-form dd .reviewRateStar:before {
  font-size: 18px;
}
.page .review .review-post-btn {
  border: none !important;
  background: #707070;
  color: #fff;
}
.page .company__img img {
  border-radius: 5px;
  width: 100%;
  max-width: 200%;
}
.page .company__lead {
  padding: 2em 0;
  line-height: 1.75;
}
@media only screen and (min-width: 960px) {
  .page .company__lead {
    text-align: center;
  }
}
.page .company__lead p {
  margin-bottom: 1em;
}
@media only screen and (min-width: 960px) {
  .page .company__lead p .pc-br {
    display: block;
  }
}
.page .company__profile {
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: flex-start;
  align-items: stretch;
  width: 100%;
}
@media only screen and (min-width: 960px) {
  .page .company__profile {
    display: flex;
    display: -ms-flexbox;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    align-items: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
  }
}
.page .company__profile dt {
  align-self: stretch;
  width: 100%;
  padding: 1.2rem 1.2rem 0.5rem 1.2rem;
  font-weight: 600;
}
@media only screen and (min-width: 960px) {
  .page .company__profile dt {
    padding: 1.2rem;
    border-bottom: 1px solid #adadad;
    width: 25%;
    font-weight: 400;
  }
}
.page .company__profile dd {
  border-bottom: 1px solid #adadad;
  width: 100%;
  padding: 0.5rem 1.2rem 1.2rem 1.2rem;
}
@media only screen and (min-width: 960px) {
  .page .company__profile dd {
    padding: 1.2rem;
    width: 75%;
  }
}
.page .company__profile dd .at-mark::after {
  content: "@";
  display: inline-block;
}
.page .company__profile dd .contact-btn {
  padding: 0.5em 0;
}
.page .company__profile dd .contact-btn a {
  background: #64b5b7;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  padding: 0.2rem 1.6rem;
}
.page .guide {
  margin-bottom: 80px;
}
.page .guide h2 {
  border-bottom: 1px solid #b7b7b7;
}
.page .guide p {
  margin-bottom: 1em;
}
.page .guide p a {
  color: #1e79e2;
  text-decoration: underline;
}
.page .guide strong {
  color: #e24040;
}
.page .guide .at-mark::before {
  content: "@";
  display: inline-block;
}
.page .guide__payment {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  margin: 1em 0;
}
.page .guide__payment__card {
  text-align: center;
  padding: 0 20px;
}
.page .guide__payment__card img {
  height: 45px;
}
.page .guide__payment__amazon {
  width: 280px;
  margin-bottom: 20px;
}
.page .guide__payment__paypay {
  width: 280px;
  margin-bottom: 20px;
}
.page .guide__shipping-fee {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: stretch;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  border: 1px solid #b7b7b7;
  margin-bottom: 20px;
}
.page .guide__shipping-fee > dt {
  display: flex;
  align-items: stretch;
  background: #e4e4e4;
  width: 20%;
  padding: 0.8em;
  border-right: 1px solid #b7b7b7;
}
.page .guide__shipping-fee > dt:not(:last-of-type) {
  border-bottom: 1px solid #b7b7b7;
}
.page .guide__shipping-fee > dd {
  width: 80%;
  padding: 0.8em;
}
.page .guide__shipping-fee > dd:not(:last-of-type) {
  border-bottom: 1px solid #b7b7b7;
}
.page .guide__shipping-fee > dd div {
  padding-top: 0;
}
.page .guide__shipping .about_mail a {
  background: #2798b4;
  border-radius: 3px;
  color: #fff;
  display: block;
  width: 80%;
  max-width: 320px;
  text-align: center;
  padding: 1.2rem 0;
}
.page .guide__shipping-delivery-time {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: baseline;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
}
.page .guide__shipping-delivery-time > li {
  border: 1px solid #b7b7b7;
  padding: 0.8em;
  margin: 0 2% 2% 0;
  width: 49%;
  text-align: center;
}
.page .guide__shipping-delivery-time > li:nth-child(2n) {
  margin-right: 0;
}
@media only screen and (min-width: 640px) {
  .page .guide__shipping-delivery-time > li {
    width: 32%;
  }
  .page .guide__shipping-delivery-time > li:nth-child(2n) {
    margin-right: 2%;
  }
  .page .guide__shipping-delivery-time > li:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 960px) {
  .page .guide__shipping-delivery-time > li {
    width: 15%;
  }
  .page .guide__shipping-delivery-time > li:nth-child(2n) {
    margin-right: 2%;
  }
  .page .guide__shipping-delivery-time > li:nth-child(3n) {
    margin-right: 2%;
  }
  .page .guide__shipping-delivery-time > li:nth-child(6n) {
    margin-right: 0;
  }
}
.page .news__list {
  margin-bottom: 20px;
}
.page .news__list > li {
  border-bottom: 1px solid #e0e5e6;
}
.page .news__list > li a {
  display: block;
  padding: 1.5em 1em;
  transition: 0.3s;
}
.page .news__list > li a:hover {
  background: #d6dce6;
}
.page .news-detail {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
}
.page .news-detail-date {
  width: 8em;
  margin-right: 1em;
}
.page .news-detail-title {
  width: calc(100% - 9em);
}
.page .news__item__head {
  margin-bottom: 20px;
}
.page .news__item__head .news-date {
  margin-bottom: 0;
}
.page .news__item__head .news-title {
  margin-top: 0;
}
.page .news__item__body {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #2d5979;
}
.page .news-pager .pager-left {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  margin-bottom: 1em;
}
.page .news-pager .pager-left p + p {
  margin-left: 2em;
}
.page .news-pager .back {
  text-align: center;
}
.page .news-pager .back a {
  border: 1px solid #2d5979;
  display: block;
  text-align: center;
  width: 100%;
  max-width: 8em;
  padding: 0.5em;
  margin: 0 auto;
}
.page__nekopos section {
  margin-bottom: 40px;
}
.page__nekopos p {
  margin-bottom: 1em;
}
.page__nekopos .list-table {
  flex-direction: column;
  align-items: flex-start;
}
.page__nekopos .list-table dd,
.page__nekopos .list-table dt {
  width: 100%;
}
.category-list .search-cat__list {
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
}
.category-list .search-cat__list__item {
  width: 100%;
}
.category-list .search-cat__list__item h3 {
  font-weight: 500;
  margin-bottom: 1em;
}
.category-list .search-cat__list__item__child {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: flex-start;
  align-items: stretch;
  width: 100%;
}
.category-list .search-cat__list__item__child > li {
  display: flex;
  align-items: stretch;
  font-size: 1.2rem;
  width: 49%;
  margin-right: 2%;
}
.category-list .search-cat__list__item__child > li:nth-child(2n) {
  margin-right: 0;
}
@media only screen and (max-width: 375px) {
  .category-list .search-cat__list__item__child > li {
    width: 100%;
    margin-right: 0;
  }
}
@media only screen and (min-width: 640px) {
  .category-list .search-cat__list__item__child > li {
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 960px) {
  .category-list .search-cat__list__item__child > li {
    font-size: 1.4rem;
    width: 32%;
    margin-right: 2%;
  }
  .category-list .search-cat__list__item__child > li:nth-child(2n) {
    margin-right: 2%;
  }
  .category-list .search-cat__list__item__child > li:nth-child(3n) {
    margin-right: 0;
  }
}
.category-list .search-cat__list__item__child > li a {
  display: flex;
  align-items: center;
  width: 100%;
}
.category-list .search-cat__list__item:last-of-type {
  text-align: center;
}
.category-list .search-cat__list__item:last-of-type a {
  background: #64b5b7;
  border-radius: 3px;
  color: #fff;
  display: block;
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  padding: 0.8rem 0;
}
.item__content {
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 20px;
}
@media only screen and (min-width: 960px) {
  .item__content {
    display: flex;
    display: -ms-flexbox;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    align-items: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    padding: 40px 0;
  }
}
.item__content__image {
  width: 100%;
}
@media only screen and (min-width: 960px) {
  .item__content__image {
    width: 49%;
  }
}
.item__content__image .gallery {
  margin-bottom: 20px;
}
.item__content__image .gallery li {
  list-style: none;
}
.item__content__image .gallery li > div {
  width: 100%;
  position: relative;
}
.item__content__image .gallery li > div::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.item__content__image .gallery li > div img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.item__content__image .gallery-nav {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
}
.item__content__image .gallery-nav > li {
  width: 23.5%;
  margin: 0 2% 2% 0;
}
.item__content__image .gallery-nav > li:nth-child(4n) {
  margin-right: 0;
}
.item__content__image .gallery-nav > li > div {
  border: 1px solid #b8b8b8;
  width: 100%;
  position: relative;
}
.item__content__image .gallery-nav > li > div::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.item__content__image .gallery-nav > li > div img {
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.item__content__image .slick-next,
.item__content__image .slick-prev {
  position: absolute;
  z-index: 3;
  top: 42%;
  cursor: pointer;
  outline: 0;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  height: 15px;
  width: 15px;
}
.item__content__image .slick-prev:after {
  content: "";
  position: absolute;
  top: -14px;
  left: -8px;
  width: 40px;
  opacity: 0.5;
  height: 30px;
  transform: rotate(45deg);
  background-color: rgba(251, 250, 247, 0.75);
}
.item__content__image .slick-next:after {
  content: "";
  position: absolute;
  top: -14px;
  left: -8px;
  width: 40px;
  opacity: 0.5;
  height: 30px;
  transform: rotate(45deg);
  background-color: rgba(251, 250, 247, 0.75);
}
.item__content__image .slick-prev {
  left: 2.5%;
  transform: rotate(-135deg);
}
.item__content__image .slick-next {
  right: 2.5%;
  transform: rotate(45deg);
}
.item__content__image .slick-track {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.item__content__image .choice-btn {
  margin: 6px 0 40px;
}
.item__content__image .choice-btn li {
  cursor: pointer;
  background: #333;
  width: 100px !important;
  margin-right: 8px;
  margin-bottom: 12px;
}
.item__content__image .choice-btn li:nth-child(5n) {
  margin-right: 0;
}
.item__content__image .choice-btn .slick-track {
  width: 100% !important;
}
.item__content__image .choice-btn li img {
  opacity: 0.4;
  width: 100px;
  height: 110px;
  -o-object-fit: cover;
  object-fit: cover;
}
.item__content__image .choice-btn li.slick-current img {
  opacity: 1;
}
.item__content__image .slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.item__content__image .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.item__content__image .slick-list:focus {
  outline: 0;
}
.item__content__image .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.item__content__image .slick-slider .slick-list,
.item__content__image .slick-slider .slick-track {
  transform: translate3d(0, 0, 0);
}
.item__content__image .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.item__content__image .slick-track:after,
.item__content__image .slick-track:before {
  display: table;
  content: "";
}
.item__content__image .slick-track:after {
  clear: both;
}
.item__content__image .slick-loading .slick-track {
  visibility: hidden;
}
.item__content__image .slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.item__content__image [dir="rtl"] .slick-slide {
  float: right;
}
.item__content__image .slick-slide img {
  display: block;
}
.item__content__image .slick-slide.slick-loading img {
  display: none;
}
.item__content__image .slick-slide.dragging img {
  pointer-events: none;
}
.item__content__image .slick-initialized .slick-slide {
  display: block;
}
.item__content__image .slick-loading .slick-slide {
  visibility: hidden;
}
.item__content__image .slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.item__content__image .slick-arrow.slick-hidden {
  display: none;
}
.item__content__detail {
  width: 100%;
}
@media only screen and (min-width: 960px) {
  .item__content__detail {
    width: 48%;
  }
}
.item__content .youtube {
  position: relative;
  margin: 20px 0;
  width: 100%;
  padding-top: 56.25%;
}
.item__content .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.item__content .item-title {
  margin-bottom: 1em;
}
.item__content .item-title .item-icon {
  margin-bottom: 10px;
}
.item__content .item-title .item-icon span {
  border-radius: 3px;
  display: inline-block;
  padding: 0.2em 1.6em;
}
.item__content .item-title .item-icon__soldout {
  background: #47484a;
  color: #fff;
}
.item__content .item-title .item-icon__sale {
  background: #ec444d;
  color: #fff;
}
.item__content .item-title .item-category-name {
  margin-bottom: 16px;
}
.item__content .item-title .item-category-name a {
  border-radius: 3px;
  color: #000;
  border: 1px solid #000;
  padding: 0.2em 1.6em;
  text-decoration: none;
}
.item__content .item-title h1 {
  font-size: 2rem;
  font-weight: 500;
}
.item__content .item-title .bulk-text {
  border: 2px solid #f5c160;
  border-radius: 3px;
  display: block;
  padding: 0.5rem 10px;
  margin-bottom: 10px;
}
.item__content .item-title .bulk-text a {
  border-radius: 3px;
  display: block;
  background: #f3d49b;
  padding: 0.5rem;
  margin-top: 0.5em;
  text-align: center;
  transition: 0.3s;
}
.item__content .item-title .bulk-text a:hover {
  background: #f5c160;
  transition: 0.3s;
}
.item__content .item__price-wrap .price-fixed {
  font-size: 1.3rem;
  margin-bottom: 5px;
  line-height: 1;
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.item__content .item__price-wrap .price-original {
  color: #6c6c6c;
  text-decoration: line-through;
}
.item__content .item__price-wrap .price-sale-rate {
  border-radius: 3px;
  background: #e23b3b;
  color: #fff;
  padding: 0.2em 0.8em;
  margin: 0 0.4em 0 0;
}
.item__content .item__price-wrap .price-sale {
  color: #e23b3b;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0.3em;
}
@media only screen and (min-width: 640px) {
  .item__content .item__price-wrap .price-sale {
    font-size: 3.2rem;
  }
}
@media only screen and (min-width: 960px) {
  .item__content .item__price-wrap .price-sale {
    font-size: 3.6rem;
  }
}
.item__content .item__price-wrap .price-tax {
  font-size: 1.2rem;
}
.item__content .item__price-wrap .sale-text {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.item__content .item__price-wrap .sale-priod {
  border-radius: 3px;
  background: #ffe9e9;
  padding: 0.4em;
  margin: 1em 0;
  text-align: center;
}
.item__content
  .item__price-wrap
  .sale-priod
  .sale-priod-start
  + .sale-priod-end::before {
  content: "ー";
  margin: 0 0.4em;
  display: inline;
}
.item__content .item__sale-rate {
  font-size: 1.8rem;
  background: #ea1616;
  border-radius: 3px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  padding: 0.5rem 0.8rem;
  margin-right: 0.5em;
}
.item__content .item-point {
  font-size: 1.2rem;
  margin: 0 0 1em;
}
.item__content .item-point span {
  margin: 0 0.2em;
  display: inline-block;
}
.item__content .item-review {
  font-size: 1.2rem;
  margin-bottom: 1em;
}
.item__content .item-sell-text {
  margin-bottom: 1em;
}
.item__content .item-quantity {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  font-size: 12px;
  margin-bottom: 0;
}
.item__content .item-quantity input {
  width: 40px;
  border: 1px solid #333;
  margin-left: 8px;
}
.item__content .item-quantity__num {
  margin-right: 1em;
}
.item__content .item-description {
  padding: 20px 0;
}
.item__content .item-description__title {
  background: #efefef;
  font-weight: 500;
  margin-bottom: 1em;
  padding: 0.4em 1.2em;
}
.item__content .item-info__list > li dl {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
}
.item__content .add-cart {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 10px 0 40px;
}
.item__content .add-cart a {
  text-decoration: none;
}
.item__content .add-cart .item-stock {
  margin-right: 14px;
  font-size: 10px;
}
.item__content .add-cart .btn {
  width: 80%;
  display: inline-block;
  text-align: center;
  border-radius: 5px;
  padding: 15px 0;
  font-weight: 700;
  font-size: 13px;
  color: #fff;
}
.item__content .add-cart-btn {
  background: #358deb;
}
.item__content .add-cart-btn i {
  margin-right: 0.4em;
}
.item__content .add-cart .restock-btn {
  background: #333;
}
.item__content .add-cart .disabled-btn {
  background: #b5b5b5;
}
.item__content .add-cart .subscription-btn {
  background: #006bed;
  margin-top: 8px;
}
.item__content .add-cart .off {
  display: none;
}
.item__content .add-cart .on {
  display: block;
}
.item__content .subscription-only {
  margin-top: 0 !important;
}
.item__content .item-stock-sku {
  margin-bottom: 8px;
}
.item__content .favorite-wrap {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  width: 100%;
}
.item__content .favorite-wrap .restock {
  width: 50%;
}
.item__content .favorite-wrap .restock a {
  background: #d39c3d;
  width: 100%;
}
.item__content .favorite a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f004";
  font-size: 24px;
  margin-left: 18px;
  color: #ff7683;
}
.item__content .favorite a:hover::after {
  font-weight: 900;
}
.item__content .modal-area {
  display: none;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.item__content .modal-bg {
  width: 100%;
  height: 100%;
  background-color: rgba(30, 30, 30, 0.9);
}
.item__content .modal-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  max-width: 640px;
  padding: 30px;
  background-color: #fff;
}
.item__content .modal-cart-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.item__content .modal-cart-btn li {
  border-radius: 5px;
}
.item__content .modal-cart-btn li a {
  width: 240px;
  display: inline-block;
  text-align: center;
  padding: 15px 0;
  font-weight: 700;
  font-size: 13px;
  color: #fff;
}
.item__content .modal-cart-btn li a i {
  margin-right: 0.5em;
}
.item__content .modal-cart {
  background: #707070;
}
.item__content .modal-order {
  background: #1fd5ad;
}
.item__content .modal-close {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  cursor: pointer;
}
.item__content .modal-open {
  cursor: pointer;
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: baseline;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  width: 100%;
}
.item__content .item-contact {
  margin-bottom: 40px;
}
.item__content .item-contact::before {
  content: "";
  display: block;
  width: 100%;
  border: 1px solid #cbcbcb;
  margin: 30px 0 40px;
}
.item__content .item-contact a {
  color: #282828;
  width: 100%;
  display: inline-block;
  padding: 8px 0;
  border: 1px solid #333;
  border-radius: 2px;
  text-align: center;
  text-decoration: none;
}
.item__content .item-contact a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f0e0";
  font-size: 16px;
  font-weight: 900;
  padding-right: 10px;
  color: #707070;
}
.item__content .parts__match {
  padding: 10px 15px 10px;
  margin: 0 auto 30px;
  border: 5px solid #29ba93;
  font-size: 18px;
  color: #29ba93;
  box-sizing: border-box;
  text-align: center;
  width: 100%;
}
.item__content .parts__match p {
  text-align: right;
}
.item__content .parts__match p a {
  text-align: right;
  font-size: 11px;
  padding: 5px;
  text-decoration: none;
  color: #29ba93;
}
.item__content .parts__match p a:hover {
  background: #29ba93;
  color: #fff;
}
.item__content .parts__match dl {
  margin-bottom: 10px;
}
.item__content .parts__match dl dt {
  font-size: 16px;
  border-bottom: 1px dotted #29ba93;
  padding-bottom: 5px;
  margin-bottom: 15px;
  color: #29ba93;
  line-height: 2;
}
.item__content .parts__match dl dd {
  line-height: 1.4;
  text-align: left;
}
.item__content .parts__notice-order {
  margin-bottom: 1em;
}
.item__content .parts__notice-color {
  color: #383838;
  line-height: 1.4;
}
.item__content .parts__notice-color p {
  text-indent: -0.75em;
  margin-left: 1.5em;
  font-size: 1.2rem;
}
@media only screen and (min-width: 640px) {
  .item__content .parts__notice-color p {
    font-size: 1.3rem;
  }
}
.item__content .parts__notice-color p::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f071";
  display: inline-block;
  color: #ff9e03;
  margin-right: 0.5em;
}
.item .group-review-section {
  border-top: 1px solid #858585;
  border-bottom: 1px solid #858585;
  padding-top: 20px;
}
@media only screen and (min-width: 960px) {
  .item .group-review-section {
    padding-top: 40px;
  }
}
.item .checked-contents {
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
}
.item .checked-contents .item__list__item {
  font-size: 1.1rem;
}
@media only screen and (min-width: 640px) {
  .item .checked-contents .item__list__item {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 960px) {
  .item .checked-contents .item__list__item {
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 1280px) {
  .item .checked-contents .item__list__item {
    width: 15%;
  }
  .item .checked-contents .item__list__item:nth-child(2n) {
    margin-right: 2%;
  }
  .item .checked-contents .item__list__item:nth-child(3n) {
    margin-right: 2%;
  }
  .item .checked-contents .item__list__item:nth-child(4n) {
    margin-right: 2%;
  }
  .item .checked-contents .item__list__item:nth-child(5n) {
    margin-right: 2%;
  }
  .item .checked-contents .item__list__item:nth-child(6n) {
    margin-right: 0;
  }
}
.category h1 {
  font-weight: 600;
  margin: 1em 0 0.5em;
  font-size: 2rem;
}
@media only screen and (min-width: 640px) {
  .category h1 {
    font-size: 2.4rem;
  }
}
@media only screen and (min-width: 960px) {
  .category h1 {
    font-size: 2.8rem;
  }
}
.category h1 span {
  font-size: 1.6rem;
  display: inline-block;
  margin-left: 1em;
}
.category h2 {
  font-weight: 500;
  margin: 1em 0;
  font-size: 1.6rem;
}
@media only screen and (min-width: 640px) {
  .category h2 {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 960px) {
  .category h2 {
    font-size: 2.2rem;
  }
}
.category h2 span {
  font-size: 1.4rem;
  display: inline-block;
  margin-left: 1em;
}
.category__key {
  text-align: center;
}
.category__key img {
  width: 100%;
  max-width: 1200px;
  height: auto;
}
.category__title {
  margin-bottom: 40px;
  text-align: center;
  line-height: 1;
}
.category__title::after {
  background: #3d62ad;
  content: "";
  display: block;
  width: 220px;
  height: 2px;
  margin: 0 auto;
}
.category__description {
  margin-bottom: 40px;
}
@media only screen and (min-width: 960px) {
  .category__description {
    text-align: center;
  }
}
.category__sale-description {
  margin-bottom: 40px;
}
@media only screen and (min-width: 960px) {
  .category__sale-description {
    text-align: center;
  }
}
.category__sale-description .sale-point {
  font-weight: 600;
  font-size: 2.4rem;
  position: relative;
  display: inline-block;
}
.category__sale__list {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  align-items: stretch;
}
.category__sale__list > li {
  margin: 0 0 2%;
  width: 49%;
  text-align: center;
}
@media only screen and (min-width: 640px) {
  .category__sale__list > li {
    width: 30%;
  }
}
.category__sale__list > li a {
  border: 1px solid #000;
  border-radius: 3px;
  display: block;
  padding: 1.8rem;
  transition: 0.3s;
}
.category__sale__list > li a:hover {
  background: #2459b5;
  border: 1px solid #2459b5;
  color: #fff;
}
.category__sale__list + .category-child-item {
  display: none;
}
.category .category-child-item + .category-child-item {
  display: none;
}
.category__sort {
  margin: 20px 0;
}
@media only screen and (min-width: 960px) {
  .category__sort {
    margin-bottom: 40px;
  }
}
.category .list-head-sort {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: baseline;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
}
.category .list-head-sort dt {
  margin-right: 0.4em;
}
.category .list-head-sort dd a {
  background: #e7e8e8;
  color: #282828;
  display: block;
  padding: 0.2rem 0.8rem;
  text-decoration: none;
  font-size: 1.1rem;
}
@media only screen and (min-width: 640px) {
  .category .list-head-sort dd a {
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 960px) {
  .category .list-head-sort dd a {
    font-size: 1.4rem;
  }
}
.category .list-head-sort dd + dd {
  margin-left: 0.4em;
}
.category-child-item {
  margin-bottom: 40px;
  border-bottom: 1px solid #858585;
}
.category-child-item > li {
  display: inline-block;
  margin: 0 1em 1em 0;
}
.category-child-item > li a {
  border: 1px solid #858585;
  display: block;
  padding: 0.2rem 0.8rem;
}
.category-child-item-icon {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: flex-start;
  align-items: stretch;
}
.category-child-item-icon > li {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 2%;
  align-self: stretch;
}
.category-child-item-icon > li:nth-child(2n) {
  margin-right: 0;
}
@media only screen and (min-width: 640px) {
  .category-child-item-icon > li {
    width: 32%;
  }
  .category-child-item-icon > li:nth-child(2n) {
    margin-right: 2%;
  }
  .category-child-item-icon > li:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 960px) {
  .category-child-item-icon > li {
    width: 23.5%;
  }
  .category-child-item-icon > li:nth-child(2n) {
    margin-right: 2%;
  }
  .category-child-item-icon > li:nth-child(3n) {
    margin-right: 2%;
  }
  .category-child-item-icon > li:nth-child(4n) {
    margin-right: 0;
  }
}
.category-child-item-icon > li > a {
  border: 1px solid #cac9c9;
  display: block;
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  align-items: stretch;
  height: 100%;
  padding: 0.8em;
  font-size: 1.3rem;
  font-weight: 600;
}
.category-child-item-icon > li .icon {
  width: 30px;
  margin-right: 15px;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 640px) {
  .category-child-item-icon > li .icon {
    width: 50px;
    margin-right: 16px;
  }
}
.category-child-item-icon > li .icon img {
  width: 100%;
  height: auto;
}
.category-child-item-icon > li .cat-name {
  width: calc(100% - 55px);
  height: 100%;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 640px) {
  .category-child-item-icon > li .cat-name {
    width: calc(100% - 80px);
  }
}
.category .item-list-review {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.category .item-list-review .reviewRate {
  margin-right: 0.5em;
}
.feature-cat {
  padding-top: 40px;
}
.feature-cat-3 + .category-child-item {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.feature-cat-3 + .category-child-item > li {
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 640px) {
  .feature-cat-3 + .category-child-item > li {
    width: 30%;
  }
}
.feature-cat-3 + .category-child-item > li a {
  padding: 1.6rem 0;
}
.feature-cat h2 {
  text-align: center;
}
.feature-cat__lead {
  margin-bottom: 30px;
}
@media only screen and (min-width: 960px) {
  .feature-cat__lead {
    text-align: center;
    margin-bottom: 40px;
  }
}
.feature-cat__lead br {
  display: none;
}
@media only screen and (min-width: 960px) {
  .feature-cat__lead br {
    display: inline;
  }
}
.feature-cat__list {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.feature-cat__list > li {
  width: 100%;
  margin-bottom: 2%;
  text-align: center;
}
@media only screen and (min-width: 640px) {
  .feature-cat__list > li {
    width: 30%;
  }
}
.feature-cat__list > li a {
  border: 1px solid #000;
  border-radius: 3px;
  display: block;
  padding: 1.8rem;
  transition: 0.3s;
}
.feature-cat__list > li a:hover {
  background: #2459b5;
  border: 1px solid #2459b5;
  color: #fff;
}
.feature-cat__list + .category-child-item {
  display: none;
}
.feature-cat__itemlist {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  margin-bottom: 40px;
}
.feature-cat__itemlist > li {
  width: 49%;
  margin-bottom: 2%;
  margin-right: 2%;
}
.feature-cat__itemlist > li:nth-child(2n) {
  margin-right: 0;
}
@media only screen and (min-width: 640px) {
  .feature-cat__itemlist > li {
    width: 32%;
  }
  .feature-cat__itemlist > li:nth-child(2n) {
    margin-right: 2%;
  }
  .feature-cat__itemlist > li:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 960px) {
  .feature-cat__itemlist > li {
    width: 23.5%;
  }
  .feature-cat__itemlist > li:nth-child(2n) {
    margin-right: 2%;
  }
  .feature-cat__itemlist > li:nth-child(3n) {
    margin-right: 2%;
  }
  .feature-cat__itemlist > li:nth-child(4n) {
    margin-right: 0;
  }
}
.feature-cat__itemlist > li .item-img {
  border: 1px solid #d6d6d6;
  position: relative;
  margin-bottom: 0.8em;
  width: 100%;
  transition: 0.3s;
  overflow: hidden;
}
.feature-cat__itemlist > li .item-img::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.feature-cat__itemlist > li .item-img img {
  position: absolute;
  max-width: 90%;
  max-height: 90%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transition: 0.3s;
}
.feature-cat__itemlist > li .item-img:hover {
  transition: 0.3s;
}
.feature-cat__itemlist > li .item-img:hover img {
  transform: scale(1.1, 1.1);
}
.feature-cat__itemlist > li a {
  display: block;
  text-decoration: none;
}
.feature-cat__thumblist {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.feature-cat__thumblist > li {
  width: 100%;
  margin-bottom: 2%;
  align-self: stretch;
  display: flex;
}
@media only screen and (min-width: 640px) {
  .feature-cat__thumblist > li {
    width: 30%;
  }
}
.feature-cat__thumblist > li a {
  border-radius: 50px;
  background: #fff;
  border: 1px solid #c7c7c7;
  border-radius: 5px;
  padding: 1.8rem;
  transition: 0.3s;
  align-items: stretch;
  width: 100%;
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.feature-cat__thumblist > li a:hover {
  background: #2459b5;
  box-shadow: 5px 5px 30px #d8d5d5, -5px -5px 20px #fff;
  color: #fff;
}
.feature-cat__thumblist > li a > div {
  width: 15%;
  margin-right: 4%;
}
@media only screen and (min-width: 960px) {
  .feature-cat__thumblist > li a > div {
    width: 20%;
  }
}
.feature-cat__thumblist > li a > div + div {
  width: auto;
  margin-right: 0;
  align-self: center;
  display: flex;
}
.feature-cat__thumblist + .category-child-item {
  display: none;
}
.feature-cat + .category-child-item {
  display: none;
}
.petitprice .category-child-item {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
}
.petitprice .category-child-item > li {
  width: 100%;
  text-align: center;
}
.petitprice .category-child-item > li a {
  padding: 1.2rem;
}
@media only screen and (min-width: 640px) {
  .petitprice .category-child-item > li {
    width: 49%;
    margin-right: 0;
  }
}
.cart {
  padding: 40px 0;
}
.cart h1 {
  margin-bottom: 1.5em;
}
.cart__item {
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
}
.cart__item td {
  border-bottom: 1px solid #b9b9b9;
  padding: 0.6em 0.4em;
}
.cart__item__image {
  width: 20%;
}
@media only screen and (min-width: 640px) {
  .cart__item__image {
    width: 120px;
  }
}
.cart__item__info {
  font-size: 1.2rem;
  width: auto;
}
@media only screen and (min-width: 640px) {
  .cart__item__info {
    font-size: 1.5rem;
  }
}
.cart__item__info__name {
  margin-bottom: 0.5rem;
}
.cart__item__info__name .item-name {
  margin-bottom: 0.4em;
  line-height: 1.4;
}
.cart__item__price {
  font-size: 1.1rem;
  width: 28%;
  text-align: right;
}
@media only screen and (min-width: 640px) {
  .cart__item__price {
    font-size: 1.5rem;
    width: 160px;
  }
}
.cart__item__price input {
  padding: 0.3rem;
  border-radius: 3px;
  border: 1px solid #000;
  width: 2.5em;
  margin-right: 0.4em;
  text-align: center;
  font-size: 1.3rem;
}
@media only screen and (min-width: 640px) {
  .cart__item__price input {
    font-size: 1.6rem;
  }
}
.cart__item__price__subtotal {
  text-align: right;
  font-size: 1.8rem;
  width: 100%;
  margin-bottom: 0.4em;
}
.cart__item__price .item-cart-quantity {
  width: 100%;
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
}
.cart__item__price .item-cart-quantity .item-inn {
  width: 100%;
  margin-bottom: 1em;
}
.cart__item__price .item-cart-quantity .item-inn a {
  border-radius: 3px;
  background: #ebebeb;
  display: inline-block;
  padding: 0.3rem 0.5rem;
}
.cart__item__price .item-cart-quantity .item-delete {
  display: block;
  text-align: right;
  width: 100%;
}
.cart__item__price .item-cart-quantity .item-delete a {
  text-decoration: underline;
  display: inline-block;
  padding: 0.2rem 0.5rem;
}
.cart-total {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  align-items: baseline;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  line-height: 1;
  padding-top: 0.5em;
}
.cart-total__txt {
  margin-right: 1em;
}
.cart-total__price {
  text-align: center;
}
.cart-total__price .total-price {
  font-size: 2.8rem;
  font-weight: 600;
  margin-bottom: 0.4em;
}
.cart-total__price .total-point {
  font-size: 1.3rem;
}
.cart-total__price .cart-bulk {
  margin-top: 6px;
  font-size: 12px;
}
.cart-shipping {
  padding-top: 1em;
}
.cart-shipping__text {
  text-align: right;
  margin-bottom: 0.3em;
}
.cart-shipping__text span {
  color: #ed3f3f;
  font-weight: 600;
}
.cart-shipping__text-main {
  font-size: 1.5rem;
  display: block;
  text-align: right;
}
@media only screen and (min-width: 640px) {
  .cart-shipping__text-main {
    font-size: 1.7rem;
  }
}
.cart-shipping__text-main span {
  color: #ed3f3f;
  font-weight: 600;
}
.cart-shipping__text-sub {
  display: block;
  text-align: right;
}
.cart-shipping__text-sub p {
  display: inline-block;
  background: #e3f9f2;
  padding: 0.5em 1em;
  border-radius: 5px;
  text-align: left;
}
.free-shipping-wrap {
  text-align: right;
  margin-bottom: 16px;
  font-size: 12px;
}
.free-shipping-wrap .free-shipping-text em {
  color: #f23e0c;
}
.cart-list-table {
  width: 100%;
  padding: 20px;
}
.cart-list-table td,
.cart-list-table th {
  border: 1px solid #fff;
  padding: 0.8rem;
}
.cart-list-table thead {
  display: none;
}
@media only screen and (min-width: 640px) {
  .cart-list-table thead {
    display: table-header-group;
  }
}
.cart-list-table tbody tr {
  border-bottom: 1px solid #e6e6e6;
  width: 100%;
}
.cart-list-table tbody tr:not(.cart-total) {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  align-items: flex-end;
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
}
.cart-list-table tbody tr:not(.cart-total) td:first-child {
  width: 100%;
}
@media only screen and (min-width: 640px) {
  .cart-list-table tbody tr td {
    vertical-align: middle;
    padding: 20px;
  }
  .cart-list-table tbody tr td:first-child {
    display: flex;
    display: -ms-flexbox;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
  }
}
.cart-list-table .cart-list-info {
  font-size: 12px;
}
.cart-list-table .cart-list-image {
  width: 80px;
  min-width: 80px;
  margin-right: 12px;
}
.cart-list-table .cart-list-image img {
  width: 100%;
  height: 100px;
  -o-object-fit: cover;
  object-fit: cover;
}
.item-cart-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
}
.item-cart-price {
  font-size: 24px;
}
.item-cart-delete {
  float: right;
}
.item-cart-delete a {
  font-size: 10px;
  border: 1px solid #333;
  padding: 2px 8px;
}
.item-cart-subtotal {
  font-size: 24px;
  font-weight: 700;
}
.cart-button-wrap {
  text-align: center;
  margin-top: 40px;
}
.cart-button-wrap .cart-button a {
  width: 90%;
  max-width: 460px;
  display: inline-block;
  text-align: center;
  background: #358deb;
  border-radius: 5px;
  padding: 10px 0;
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  margin-bottom: 20px;
  text-decoration: none;
}
.cart-button-wrap .cart-back-button a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f053";
  font-size: 12px;
  font-weight: 700;
  padding-right: 8px;
  color: #707070;
  text-decoration: none;
}
.news__item {
  border-bottom: 1px solid #2d5979;
}
.news__item h2 {
  font-weight: 600;
  font-size: 2rem;
  text-align: center;
}
@media only screen and (min-width: 640px) {
  .news__item h2 {
    font-size: 3.2rem;
  }
}
@media only screen and (min-width: 640px) {
  .news__item h2 + p {
    text-align: center;
  }
}
.news__item h3 {
  text-align: center;
  margin-top: 0;
}
.news__item .txt-center {
  text-align: center;
}
.coupon-box {
  padding: 50px 0;
}
@media only screen and (min-width: 640px) {
  .coupon-box {
    display: flex;
    display: -ms-flexbox;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    align-items: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
  }
}
.coupon-box__img {
  text-align: center;
  margin-bottom: 20px;
}
.coupon-box__img img {
  width: 50%;
  max-width: 320px;
}
@media only screen and (min-width: 640px) {
  .coupon-box__img {
    text-align: left;
    width: 34%;
    margin-bottom: 0;
  }
  .coupon-box__img img {
    width: 80%;
  }
}
@media only screen and (min-width: 640px) {
  .coupon-box__img.new {
    width: 49%;
  }
  .coupon-box__img.new img {
    max-width: 460px;
  }
}
@media only screen and (min-width: 640px) {
  .coupon-box__txt {
    width: 65%;
  }
}
@media only screen and (min-width: 640px) {
  .coupon-box__txt.new {
    width: 49%;
  }
}
.coupon-box .list-table dt {
  background: #f3f3f3;
  width: 100%;
  text-align: left;
  padding: 1em;
  align-self: stretch;
}
@media only screen and (min-width: 640px) {
  .coupon-box .list-table dt {
    width: 30%;
    text-align: center;
  }
}
.coupon-box .list-table dt + dd {
  border-top: 1px solid #dcdcdc;
}
.coupon-box .list-table dt + dd:first-of-type {
  border: none;
}
.coupon-box .list-table dd {
  width: 100%;
  padding: 1em;
}
@media only screen and (min-width: 640px) {
  .coupon-box .list-table dd {
    width: 70%;
  }
}
.coupon-box .list-table dd + dt {
  border-top: 1px solid #dcdcdc;
}
.coupon-box .coupon-code {
  background: #ebeff0;
  border-radius: 6px;
  padding: 1.6rem;
  text-align: center;
}
.coupon-box .coupon-code .code {
  padding: 1.6rem;
  font-size: 3.2rem;
  text-align: center;
}
.coupon-box .coupon-code .code p {
  font-size: 1.6rem;
  margin-right: 5em;
}
.pointup-sale__lead {
  font-weight: 600;
  font-size: 1.6rem;
}
.pointup-sale__lead br {
  display: none;
}
@media only screen and (min-width: 640px) {
  .pointup-sale__lead {
    font-size: 1.7rem;
  }
  .pointup-sale__lead br {
    display: block;
  }
}
@media only screen and (min-width: 960px) {
  .pointup-sale__lead {
    font-size: 1.8rem;
  }
}
.sale-box {
  padding: 20px 0;
}
@media only screen and (min-width: 640px) {
  .sale-box {
    display: flex;
    display: -ms-flexbox;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    align-items: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
  }
}
@media only screen and (min-width: 640px) {
  .sale-box {
    padding: 30px 0;
  }
}
@media only screen and (min-width: 960px) {
  .sale-box {
    padding: 50px 0;
  }
}
.sale-box__img {
  text-align: center;
  margin-bottom: 20px;
}
.sale-box__img img {
  width: 100%;
  max-width: 360px;
}
@media only screen and (min-width: 640px) {
  .sale-box__img {
    text-align: left;
    width: 34%;
    margin-bottom: 0;
  }
  .sale-box__img img {
    width: 80%;
  }
}
@media only screen and (min-width: 640px) {
  .sale-box__txt {
    width: 65%;
  }
}
.sale-box .list-table dt {
  background: #f3f3f3;
  width: 100%;
  text-align: left;
  padding: 1em;
  align-self: stretch;
}
@media only screen and (min-width: 640px) {
  .sale-box .list-table dt {
    width: 30%;
    text-align: center;
  }
}
.sale-box .list-table dt + dd {
  border-top: 1px solid #dcdcdc;
}
.sale-box .list-table dt + dd:first-of-type {
  border: none;
}
.sale-box .list-table dd {
  width: 100%;
  padding: 1em;
}
@media only screen and (min-width: 640px) {
  .sale-box .list-table dd {
    width: 70%;
  }
}
.sale-box .list-table dd + dt {
  border-top: 1px solid #dcdcdc;
}
.sale__list {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
}
.sale__list__item {
  background: #dfdfdf;
  padding: 2px;
  width: 100%;
  margin-bottom: 2%;
}
@media only screen and (min-width: 640px) {
  .sale__list__item {
    width: 49%;
    margin-right: 2%;
  }
  .sale__list__item:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 960px) {
  .sale__list__item {
    width: 32%;
  }
  .sale__list__item:nth-child(2n) {
    margin-right: 2%;
  }
  .sale__list__item:nth-child(3n) {
    margin-right: 0;
  }
}
a {
  cursor: pointer;
}
.header__msg {
  background: #fedbb7;
  border-radius: 6px;
  width: 94%;
  max-width: 1200px;
  margin: 15px auto 0;
  padding: 0.8em;
}
.dis-none {
  display: none !important;
}
.admin-code-check {
  border: 1px solid #000;
  border-collapse: collapse;
}
.admin-code-check td,
.admin-code-check th {
  border: 1px solid #000;
  padding: 5px;
}
.item__content__image .slick-slider {
  touch-action: auto !important;
}


@import url(https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900);
@import url(https://fonts.googleapis.com/css?family=Kreon:300,400,700|Oleo+Script:700);
@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@700;900&display=swap);
@import url(https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);
@import url(https://use.fontawesome.com/releases/v5.0.4/css/all.css);
@import url(https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap);
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  box-sizing: border-box;
  overflow-y: scroll;
  font-size: 62.5%;
  font-feature-settings: "palt";
}
body {
  background: #fff;
  color: #282828;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
}
@media only screen and (min-width: 640px) {
  body {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 960px) {
  body {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.txt-important {
  color: #e24040;
}
.txt_br {
  display: block;
}
.note {
  color: #545454;
  font-size: 1.2rem;
}
@media only screen and (min-width: 640px) {
  .note {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 960px) {
  .note {
    font-size: 1.3rem;
  }
}
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
li {
  margin: 0;
}
.if:before {
  font-family: FontAwesome;
  padding-right: 5px;
}
.is-empty {
  padding: 0 !important;
  border: none !important;
  margin: 0 !important;
  height: 0 !important;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
@media only screen and (min-width: 640px) {
  .list-table {
    display: flex;
    display: -ms-flexbox;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    align-items: flex-end;
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
  }
}
a {
  color: #282828;
  text-decoration: none;
  transition: 0.2s;
}
input[type="text"],
select {
  border-radius: 3px;
  border: none;
  padding: 6px;
  font-size: inheirt;
  box-sizing: border-box;
}
input::-moz-placeholder {
  color: #b5b5b5;
  font-size: 12px;
}
input::placeholder {
  color: #b5b5b5;
  font-size: 12px;
}
.go__sale_cat {
  background: #ff3d6e;
  color: #fff;
  display: block;
  border-radius: 60px;
  width: 80%;
  max-width: 460px;
  margin: 0 auto 30px;
  padding: 1.2rem 2.4rem;
  transition: 0.3s;
  text-decoration: none;
  text-align: center;
}
.go__sale_cat:hover {
  background: #ff3d6e;
}
.itemsearch {
  background: #fff;
  padding: 6px;
  margin-bottom: 6px;
  width: 40%;
  max-width: 480px;
  position: absolute;
  top: 20px;
  right: 20px;
}
.itemsearch form {
  position: relative;
  width: 90%;
  margin: 0 auto;
}
#searchword {
  width: 100%;
  margin: 0 auto;
  background: #dcdcdc;
  color: #000;
  padding: 8px 60px 8px 12px;
  box-sizing: border-box;
  border: none;
  border-radius: 36px;
  font-size: 14px;
  outline: 0;
}
#searcbtn {
  position: absolute;
  top: 1px;
  bottom: 0;
  right: 8px;
  margin-top: auto;
  margin-bottom: auto;
  display: block;
  border: none;
  background: 0 0;
  font-family: ionicons;
  font-size: 1.8rem;
}
#footer {
  background: #c1c1c1;
  color: #fff;
  font-weight: 200;
  padding: 2em 0;
  text-align: center;
}
#footer a {
  background: #fff;
  border: 3px solid #fff;
  border-radius: 500px;
  display: inline-block;
  margin: 0 auto 1em;
  padding: 0.5rem 4rem;
  text-align: center;
  transition: 0.3s;
  text-decoration: none;
  width: 80%;
  max-width: 420px;
}
#footer a img {
  width: 100%;
  max-width: 420px;
}
#footer a:hover {
  border: 3px solid #ff3d6e;
  color: #fff;
}
.move__pagetop {
  color: #fff;
  font-family: Ionicons, serif;
  font-size: 2.4rem;
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: none;
  width: 3em;
  height: 3em;
  background: rgba(172, 172, 172, 0.8);
  border-radius: 500px;
  z-index: 100000;
  text-align: center;
  line-height: 3em;
}
.move__pagetop a {
  color: #fff;
  display: block;
}
.show-menu .menu-toggle {
  position: fixed;
  top: 18px;
  left: 18px;
  width: 36px;
  z-index: 30000;
  display: block;
  padding: 0.4em 0.5rem;
}
@media only screen and (min-width: 640px) {
  .show-menu .menu-toggle {
    right: 40px;
  }
}
@media only screen and (min-width: 960px) {
  .show-menu .menu-toggle {
    display: none;
    top: 45px;
  }
}
.show-menu .menu-toggle span {
  background-color: #3d62ad;
  border-radius: 100px;
  display: block;
  margin-bottom: 5px;
  height: 3px;
  width: 100%;
  transition: transform 0.3s;
}
.show-menu .menu-toggle span:last-child {
  margin-bottom: 0;
}
.show-menu .menu-toggle.is-open span:first-child {
  transform: translateY(7px) rotate(225deg);
}
.show-menu .menu-toggle.is-open span:nth-child(2) {
  transform: scaleX(0);
}
.show-menu .menu-toggle.is-open span:last-child {
  transform: translateY(-9px) rotate(-225deg);
}
.show-menu .menu-cart {
  position: fixed;
  top: 18px;
  right: 18px;
  width: 30px;
  z-index: 30000;
  display: block;
  padding: 0.4em 0.5rem;
}
@media only screen and (min-width: 960px) {
  .show-menu .menu-cart {
    display: none;
  }
}
.show-menu .menu-cart .cart-count {
  position: absolute;
  right: -8px;
  top: -4px;
  background: #f23e0c;
  color: #fff;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
}
.show-menu .menu-cart a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f07a";
  font-size: 16px;
  display: block;
  font-weight: 900;
  color: #707070;
}
.show-menu .menu-search {
  position: fixed;
  top: 12px;
  right: 45px;
  width: 30px;
  z-index: 30000;
  display: block;
  padding: 0.4em 0.5rem;
}
@media only screen and (min-width: 960px) {
  .show-menu .menu-search {
    display: none;
  }
}
.show-menu .menu-overlay {
  width: 100vw;
  background-color: #fff;
  opacity: 0;
  z-index: 100;
  visibility: hidden;
  width: 80%;
  left: 0;
  position: fixed;
  height: 100vh;
  overflow: auto;
  top: 60px;
  left: -100%;
  padding: 2em 2em 6em 2em;
}
@media only screen and (min-width: 960px) {
  .show-menu .menu-overlay {
    background: #fff;
    display: block;
    margin: 0 0 0 auto;
    width: 100%;
    height: auto;
    position: fixed;
    opacity: 1;
    visibility: visible;
    padding: 0;
    top: 49px;
    left: 0;
    overflow: visible;
    transition: 0;
  }
}
.show-menu .menu-overlay.is-open {
  opacity: 1;
  z-index: 100;
  visibility: visible;
  width: 80%;
  left: 0;
  position: fixed;
  height: 100vh;
  overflow: auto;
}
@media only screen and (min-width: 960px) {
  .show-menu .menu-overlay.is-open {
    display: block;
    margin: 0 0 0 auto;
    width: 100%;
    height: auto;
    position: relative;
    opacity: 1;
    visibility: visible;
    padding: 0;
    left: 0;
    overflow: visible;
  }
}
.show-menu .menu-overlay.is-open .nav__sub {
  display: block;
  border-bottom: 1px solid #000;
}
.show-menu .menu-overlay.is-open .nav__sub > li {
  font-size: 1.2rem;
  width: 100%;
  margin: 0 0 2%;
  text-align: left;
  position: relative;
}
.show-menu .menu-overlay.is-open .nav__sub > li > a {
  display: block;
  padding: 0.2em;
}
.show-menu .menu-overlay.is-open .nav__sub > li:first-of-type {
  width: 100%;
  border: none;
}
.show-menu .menu-overlay.is-open .nav__sub .login__member-info {
  color: #1c3d80;
  border-radius: 6px;
  padding: 5px 10px 5px 0;
}
.show-menu .menu-overlay.is-open .nav__sub .login__member-info .status img {
  height: 3.6em;
  width: auto;
  vertical-align: middle;
  margin-right: 0.4em;
}
.show-menu .menu-overlay.is-open .nav__sub .header-cart {
  top: 0;
  right: 0;
}
.show-menu .menu-overlay.is-open .nav__sub .header-cart a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f07a";
  font-size: 16px;
  display: inline-block;
  font-weight: 900;
  color: #707070;
}
@media only screen and (min-width: 960px) {
  .show-menu .menu-overlay.is-open .nav__sub {
    border-bottom: none;
    text-align: right;
    margin-bottom: 1rem;
    display: none;
  }
  .show-menu .menu-overlay.is-open .nav__sub li {
    margin-right: 1em;
    font-size: 1.3rem;
    width: auto;
  }
  .show-menu .menu-overlay.is-open .nav__sub li:first-of-type {
    width: auto;
  }
  .show-menu .menu-overlay.is-open .nav__sub li:last-of-type {
    margin-right: 20px;
  }
  .show-menu .menu-overlay.is-open .nav__sub li a {
    display: inline-block;
  }
  .show-menu .menu-overlay.is-open .nav__sub li a::before {
    margin-right: 0.5em;
  }
  .show-menu .menu-overlay.is-open .nav__sub .header-favorite a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f004";
    font-size: 16px;
    display: inline-block;
    color: #707070;
  }
  .show-menu .menu-overlay.is-open .nav__sub .header-mypage a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f007";
    font-size: 16px;
    display: inline-block;
    color: #707070;
  }
  .show-menu .menu-overlay.is-open .nav__sub .header-guide a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f518";
    font-size: 16px;
    display: inline-block;
    font-weight: 900;
    color: #707070;
  }
  .show-menu .menu-overlay.is-open .nav__sub .header-cart {
    position: relative;
  }
  .show-menu .menu-overlay.is-open .nav__sub .header-cart a::before {
    font-family: "Font Awesome 5 Free";
    content: "\f07a";
    font-size: 16px;
    display: inline-block;
    font-weight: 900;
    color: #707070;
  }
  .show-menu .menu-overlay.is-open .nav__sub .logout a:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f2f5";
    font-size: 16px;
    display: inline-block;
    color: #707070;
  }
  .show-menu .menu-overlay.is-open .nav__sub .membership a:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f234";
    font-size: 16px;
    display: inline-block;
    color: #707070;
  }
  .show-menu .menu-overlay.is-open .nav__sub .login a:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f2f6";
    font-size: 16px;
    display: inline-block;
    color: #707070;
  }
  .show-menu .menu-overlay.is-open .nav__sub .header-cart .cart-count {
    position: absolute;
    left: 8px;
    top: -8px;
    background: #f23e0c;
    color: #fff;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
  }
}
.show-menu .menu-overlay.is-open .nav__gnav {
  display: block;
  box-sizing: border-box;
}
.show-menu .menu-overlay.is-open .nav__gnav > li {
  width: 100%;
  margin: 0;
  font-size: 1.3rem;
}
.show-menu .menu-overlay.is-open .nav__gnav > li:hover > a {
  background: #fff;
  color: #fff;
}
.show-menu .menu-overlay.is-open .nav__gnav > li a {
  padding: 0.5em 0;
}
.show-menu .menu-overlay.is-open .nav__gnav > li .child_menu {
  background: 0 0;
  color: #282828;
  display: block;
  width: 100%;
  position: relative;
  left: 0;
  visibility: visible;
  opacity: 1;
  padding: 0;
}
.show-menu .menu-overlay.is-open .nav__gnav > li .child_menu .cat__list {
  padding: 1rem 0;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
}
.show-menu .menu-overlay.is-open .nav__gnav > li .child_menu .cat__list__item {
  margin: 0 0 2% 0;
  width: 100%;
}
.show-menu
  .menu-overlay.is-open
  .nav__gnav
  > li
  .child_menu
  .cat__list__item:nth-child(2n) {
  margin-right: 0;
}
@media only screen and (min-width: 640px) {
  .show-menu
    .menu-overlay.is-open
    .nav__gnav
    > li
    .child_menu
    .cat__list__item {
    width: 32%;
  }
  .show-menu
    .menu-overlay.is-open
    .nav__gnav
    > li
    .child_menu
    .cat__list__item:nth-child(2n) {
    margin-right: 2%;
  }
  .show-menu
    .menu-overlay.is-open
    .nav__gnav
    > li
    .child_menu
    .cat__list__item:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 960px) {
  .show-menu
    .menu-overlay.is-open
    .nav__gnav
    > li
    .child_menu
    .cat__list__item {
    width: 18.4%;
  }
  .show-menu
    .menu-overlay.is-open
    .nav__gnav
    > li
    .child_menu
    .cat__list__item:nth-child(2n) {
    margin-right: 2%;
  }
  .show-menu
    .menu-overlay.is-open
    .nav__gnav
    > li
    .child_menu
    .cat__list__item:nth-child(3n) {
    margin-right: 2%;
  }
  .show-menu
    .menu-overlay.is-open
    .nav__gnav
    > li
    .child_menu
    .cat__list__item:nth-child(5n) {
    margin-right: 0;
  }
}
.show-menu
  .menu-overlay.is-open
  .nav__gnav
  > li
  .child_menu
  .cat__list__item
  > a {
  background: #fff;
  border-radius: 3px;
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  padding: 0.8rem;
  text-decoration: none;
}
.show-menu .menu-overlay.is-open .nav__gnav > li .child_menu .cat-img {
  width: 20%;
}
.show-menu .menu-overlay.is-open .nav__gnav > li .child_menu .cat-img img {
  border-radius: 3px;
}
.show-menu .menu-overlay.is-open .nav__gnav > li .child_menu .cat-name {
  width: 75%;
}
.show-menu .menu-overlay.is-open .nav__gnav > li .child_menu .cat-name span {
  display: inline-block;
}
.show-menu .menu-overlay.is-open .nav__gnav > li .child_menu .cat-more a {
  background: #56bf98;
  border-radius: 100px;
  color: #fff;
  padding: 0.4rem 2rem;
  position: absolute;
  top: 50px;
  right: 0;
  text-decoration: none;
}
.show-menu .menu-overlay.is-open .nav__gnav > li .child_menu .chara__list {
  padding: 1rem 0;
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
}
.show-menu
  .menu-overlay.is-open
  .nav__gnav
  > li
  .child_menu
  .chara__list__item {
  margin: 0 2% 2% 0;
  width: 100%;
}
.show-menu
  .menu-overlay.is-open
  .nav__gnav
  > li
  .child_menu
  .chara__list__item:nth-child(2n) {
  margin-right: 0;
}
@media only screen and (min-width: 640px) {
  .show-menu
    .menu-overlay.is-open
    .nav__gnav
    > li
    .child_menu
    .chara__list__item {
    width: 32%;
  }
  .show-menu
    .menu-overlay.is-open
    .nav__gnav
    > li
    .child_menu
    .chara__list__item:nth-child(2n) {
    margin-right: 2%;
  }
  .show-menu
    .menu-overlay.is-open
    .nav__gnav
    > li
    .child_menu
    .chara__list__item:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 960px) {
  .show-menu
    .menu-overlay.is-open
    .nav__gnav
    > li
    .child_menu
    .chara__list__item {
    width: 18.4%;
  }
  .show-menu
    .menu-overlay.is-open
    .nav__gnav
    > li
    .child_menu
    .chara__list__item:nth-child(2n) {
    margin-right: 2%;
  }
  .show-menu
    .menu-overlay.is-open
    .nav__gnav
    > li
    .child_menu
    .chara__list__item:nth-child(3n) {
    margin-right: 2%;
  }
  .show-menu
    .menu-overlay.is-open
    .nav__gnav
    > li
    .child_menu
    .chara__list__item:nth-child(5n) {
    margin-right: 0;
  }
}
.show-menu
  .menu-overlay.is-open
  .nav__gnav
  > li
  .child_menu
  .chara__list__item
  > a {
  color: #282828;
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  font-size: 1.3rem;
}
.show-menu .menu-overlay.is-open .nav__gnav > li .child_menu .chara-img {
  width: 20%;
}
.show-menu .menu-overlay.is-open .nav__gnav > li .child_menu .chara-name {
  width: 75%;
}
.show-menu .menu-overlay.is-open .nav__gnav > li .child_menu .chara-name span {
  display: inline-block;
}
.show-menu .menu-overlay.is-open .nav__gnav > li .search {
  background: #545b6c;
  padding: 2rem;
  margin: 0 auto;
  width: 100%;
  max-width: 800px;
}
.show-menu .menu-overlay.is-open .nav__gnav > li .search__list__item {
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  margin-bottom: 1em;
  color: #fff;
}
.show-menu .menu-overlay.is-open .nav__gnav > li .search__list__item label {
  width: 100%;
  text-align: left;
}
.show-menu
  .menu-overlay.is-open
  .nav__gnav
  > li
  .search__list__item
  label::after {
  content: none;
}
.show-menu .menu-overlay.is-open .nav__gnav > li .search__btn {
  background: #2798b4;
  border-radius: 3px;
  color: #fff;
  display: block;
  width: 80%;
  max-width: 480px;
  margin: 0 auto;
  text-align: center;
  padding: 1.2rem 0;
}
.show-menu .menu-overlay.is-open .nav__gnav > li .search__price {
  width: 8em;
}
.show-menu .menu-overlay.is-open .nav__gnav > li .search .search-keyword {
  width: 100%;
  max-width: 640px;
}
.show-menu .menu-overlay.is-open .nav__gnav > li .search .original-code {
  width: 100%;
}
.show-menu .menu-overlay.is-open .nav__gnav > li .search-cat__list__item {
  margin-bottom: 20px;
}
.show-menu .menu-overlay.is-open .nav__gnav > li .search-cat__list__item h3 {
  margin-bottom: 0.5em;
}
.show-menu
  .menu-overlay.is-open
  .nav__gnav
  > li
  .search-cat__list__item__child {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
}
.show-menu
  .menu-overlay.is-open
  .nav__gnav
  > li
  .search-cat__list__item__child
  > li {
  width: 23.5%;
  margin: 0 2% 2% 0;
}
.show-menu
  .menu-overlay.is-open
  .nav__gnav
  > li
  .search-cat__list__item__child
  > li:nth-child(4n) {
  margin-right: 0;
}
.show-menu
  .menu-overlay.is-open
  .nav__gnav
  > li
  .search-cat__list__item__child
  > li
  a {
  border: 1px solid #c1c1c1;
  display: block;
  padding: 0.8rem;
}
@media only screen and (min-width: 960px) {
  .show-menu .menu-overlay.is-open .nav__gnav {
    display: flex;
    display: -ms-flexbox;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    position: relative;
  }
  .show-menu .menu-overlay.is-open .nav__gnav > li {
    display: inline-block;
    font-size: 1.8rem;
    margin: 0 1em;
    width: auto;
  }
  .show-menu .menu-overlay.is-open .nav__gnav > li > a {
    display: block;
    padding: 1rem 2.4rem;
    transition: 0.3s;
  }
  .show-menu .menu-overlay.is-open .nav__gnav > li:hover > a {
    background: #0b4783;
    color: #fff;
  }
  .show-menu .menu-overlay.is-open .nav__gnav > li .child_menu {
    width: calc(100% + 220px);
    position: absolute;
    z-index: 500;
    top: 100%;
    left: -220px;
    padding: 30px;
    color: #fff;
    background: #0b4783;
    visibility: hidden;
    opacity: 0;
  }
  .show-menu .menu-overlay.is-open .nav__gnav > li .child_menu .cat__list {
    padding: 40px 0;
    width: 94%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    display: flex;
    display: -ms-flexbox;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    align-items: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
  }
  .show-menu
    .menu-overlay.is-open
    .nav__gnav
    > li
    .child_menu
    .cat__list__item {
    margin: 0 2% 2% 0;
    width: 49%;
  }
  .show-menu
    .menu-overlay.is-open
    .nav__gnav
    > li
    .child_menu
    .cat__list__item:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 960px) and (min-width: 640px) {
  .show-menu
    .menu-overlay.is-open
    .nav__gnav
    > li
    .child_menu
    .cat__list__item {
    width: 32%;
  }
  .show-menu
    .menu-overlay.is-open
    .nav__gnav
    > li
    .child_menu
    .cat__list__item:nth-child(2n) {
    margin-right: 2%;
  }
  .show-menu
    .menu-overlay.is-open
    .nav__gnav
    > li
    .child_menu
    .cat__list__item:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 960px) and (min-width: 960px) {
  .show-menu
    .menu-overlay.is-open
    .nav__gnav
    > li
    .child_menu
    .cat__list__item {
    width: 18.4%;
  }
  .show-menu
    .menu-overlay.is-open
    .nav__gnav
    > li
    .child_menu
    .cat__list__item:nth-child(2n) {
    margin-right: 2%;
  }
  .show-menu
    .menu-overlay.is-open
    .nav__gnav
    > li
    .child_menu
    .cat__list__item:nth-child(3n) {
    margin-right: 2%;
  }
  .show-menu
    .menu-overlay.is-open
    .nav__gnav
    > li
    .child_menu
    .cat__list__item:nth-child(5n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 960px) {
  .show-menu
    .menu-overlay.is-open
    .nav__gnav
    > li
    .child_menu
    .cat__list__item
    > a {
    background: #fff;
    border-radius: 3px;
    display: flex;
    display: -ms-flexbox;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    padding: 0.8rem;
    text-decoration: none;
  }
  .show-menu .menu-overlay.is-open .nav__gnav > li .child_menu .cat-img {
    width: 30%;
  }
  .show-menu .menu-overlay.is-open .nav__gnav > li .child_menu .cat-img img {
    border-radius: 3px;
  }
  .show-menu .menu-overlay.is-open .nav__gnav > li .child_menu .cat-name {
    width: 65%;
  }
  .show-menu .menu-overlay.is-open .nav__gnav > li .child_menu .cat-name span {
    display: inline-block;
  }
  .show-menu .menu-overlay.is-open .nav__gnav > li .child_menu .cat-more a {
    background: #56bf98;
    border-radius: 100px;
    color: #fff;
    padding: 0.4rem 2rem;
    position: absolute;
    top: 50px;
    right: 0;
    text-decoration: none;
  }
  .show-menu .menu-overlay.is-open .nav__gnav > li .child_menu .chara__list {
    padding: 40px 0;
    width: 94%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    display: flex;
    display: -ms-flexbox;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    align-items: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
  }
  .show-menu
    .menu-overlay.is-open
    .nav__gnav
    > li
    .child_menu
    .chara__list__item {
    margin: 0 2% 2% 0;
    width: 49%;
  }
  .show-menu
    .menu-overlay.is-open
    .nav__gnav
    > li
    .child_menu
    .chara__list__item:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 960px) and (min-width: 640px) {
  .show-menu
    .menu-overlay.is-open
    .nav__gnav
    > li
    .child_menu
    .chara__list__item {
    width: 32%;
  }
  .show-menu
    .menu-overlay.is-open
    .nav__gnav
    > li
    .child_menu
    .chara__list__item:nth-child(2n) {
    margin-right: 2%;
  }
  .show-menu
    .menu-overlay.is-open
    .nav__gnav
    > li
    .child_menu
    .chara__list__item:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 960px) and (min-width: 960px) {
  .show-menu
    .menu-overlay.is-open
    .nav__gnav
    > li
    .child_menu
    .chara__list__item {
    width: 18.4%;
  }
  .show-menu
    .menu-overlay.is-open
    .nav__gnav
    > li
    .child_menu
    .chara__list__item:nth-child(2n) {
    margin-right: 2%;
  }
  .show-menu
    .menu-overlay.is-open
    .nav__gnav
    > li
    .child_menu
    .chara__list__item:nth-child(3n) {
    margin-right: 2%;
  }
  .show-menu
    .menu-overlay.is-open
    .nav__gnav
    > li
    .child_menu
    .chara__list__item:nth-child(5n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 960px) {
  .show-menu
    .menu-overlay.is-open
    .nav__gnav
    > li
    .child_menu
    .chara__list__item
    > a {
    color: #fff;
    display: flex;
    display: -ms-flexbox;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    font-size: 1.4rem;
  }
  .show-menu .menu-overlay.is-open .nav__gnav > li .child_menu .chara-img {
    width: 30%;
  }
  .show-menu .menu-overlay.is-open .nav__gnav > li .child_menu .chara-name {
    width: 65%;
  }
  .show-menu
    .menu-overlay.is-open
    .nav__gnav
    > li
    .child_menu
    .chara-name
    span {
    display: inline-block;
  }
  .show-menu .menu-overlay.is-open .nav__gnav > li:hover .child_menu {
    visibility: visible;
    opacity: 1;
  }
  .show-menu .menu-overlay.is-open .nav__gnav > li .search {
    background: 0 0;
    padding: 2em 0 0;
    margin: 0 auto;
    width: 100%;
    max-width: 800px;
  }
  .show-menu .menu-overlay.is-open .nav__gnav > li .search__list__item {
    display: flex;
    display: -ms-flexbox;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    margin-bottom: 1em;
  }
  .show-menu .menu-overlay.is-open .nav__gnav > li .search__list__item label {
    width: 30%;
    text-align: right;
  }
  .show-menu
    .menu-overlay.is-open
    .nav__gnav
    > li
    .search__list__item
    label::after {
    content: " ： ";
    display: inline-block;
    margin-left: 0.5em;
    margin-right: 0.5em;
  }
  .show-menu .menu-overlay.is-open .nav__gnav > li .search__btn {
    background: #2798b4;
    border-radius: 3px;
    color: #fff;
    display: block;
    width: 80%;
    max-width: 480px;
    margin: 0 auto;
    text-align: center;
    padding: 1.2rem 0;
  }
  .show-menu .menu-overlay.is-open .nav__gnav > li .search__price {
    width: 8em;
  }
  .show-menu .menu-overlay.is-open .nav__gnav > li .search .search-keyword {
    width: 65%;
    max-width: 640px;
  }
  .show-menu .menu-overlay.is-open .nav__gnav > li .search .original-code {
    width: 20em;
  }
  .show-menu .menu-overlay.is-open .nav__gnav > li .search-cat__list__item {
    margin-bottom: 20px;
  }
  .show-menu .menu-overlay.is-open .nav__gnav > li .search-cat__list__item h3 {
    margin-bottom: 0.5em;
  }
  .show-menu
    .menu-overlay.is-open
    .nav__gnav
    > li
    .search-cat__list__item__child {
    display: flex;
    display: -ms-flexbox;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    align-items: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
  }
  .show-menu
    .menu-overlay.is-open
    .nav__gnav
    > li
    .search-cat__list__item__child
    > li {
    width: 23.5%;
    margin: 0 2% 2% 0;
  }
  .show-menu
    .menu-overlay.is-open
    .nav__gnav
    > li
    .search-cat__list__item__child
    > li:nth-child(4n) {
    margin-right: 0;
  }
  .show-menu
    .menu-overlay.is-open
    .nav__gnav
    > li
    .search-cat__list__item__child
    > li
    a {
    border: 1px solid #c1c1c1;
    display: block;
    padding: 0.8rem;
  }
}
@media only screen and (min-width: 960px) {
  .show-menu .menu-overlay.is-open .nav__sub {
    text-align: right;
    margin-bottom: 1rem;
    display: flex;
    display: -ms-flexbox;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    -webkit-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
  }
  .show-menu .menu-overlay.is-open .nav__sub > li {
    margin-right: 1em;
    font-size: 1.3rem;
    width: auto;
  }
  .show-menu .menu-overlay.is-open .nav__sub > li:first-of-type {
    width: auto;
  }
  .show-menu .menu-overlay.is-open .nav__sub > li:last-of-type {
    margin-right: 20px;
  }
  .show-menu .menu-overlay.is-open .nav__sub > li a {
    display: inline-block;
  }
  .show-menu .menu-overlay.is-open .nav__sub > li a::before {
    margin-right: 0.5em;
  }
  .show-menu .menu-overlay.is-open .nav__sub .header-favorite a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f004";
    font-size: 16px;
    display: inline-block;
    color: #707070;
  }
  .show-menu .menu-overlay.is-open .nav__sub .header-mypage a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f007";
    font-size: 16px;
    display: inline-block;
    color: #707070;
  }
  .show-menu .menu-overlay.is-open .nav__sub .header-guide a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f518";
    font-size: 16px;
    display: inline-block;
    font-weight: 900;
    color: #707070;
  }
  .show-menu .menu-overlay.is-open .nav__sub .header-cart {
    position: relative;
  }
  .show-menu .menu-overlay.is-open .nav__sub .header-cart a::before {
    font-family: "Font Awesome 5 Free";
    content: "\f07a";
    font-size: 16px;
    display: inline-block;
    font-weight: 900;
    color: #707070;
  }
  .show-menu .menu-overlay.is-open .nav__sub .logout a:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f2f5";
    font-size: 16px;
    display: inline-block;
    color: #707070;
  }
  .show-menu .menu-overlay.is-open .nav__sub .membership a:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f234";
    font-size: 16px;
    display: inline-block;
    color: #707070;
  }
  .show-menu .menu-overlay.is-open .nav__sub .login a:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f2f6";
    font-size: 16px;
    display: inline-block;
    color: #707070;
  }
  .show-menu .menu-overlay.is-open .nav__sub .header-cart .cart-count {
    position: absolute;
    left: 8px;
    top: -8px;
    background: #f23e0c;
    color: #fff;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
  }
}
.show-menu .search-toggle {
  background: rgba(43, 43, 45, 0.8);
  border-radius: 5px;
  color: #fff;
  font-size: 1.3re;
  position: fixed;
  top: 78px;
  right: 18px;
  width: auto;
  z-index: 30000;
  display: inline-block;
  padding: 0 0.5em;
  text-align: center;
}
@media only screen and (min-width: 640px) {
  .show-menu .search-toggle {
    right: 40px;
  }
}
@media only screen and (min-width: 960px) {
  .show-menu .search-toggle {
    display: none;
    top: 45px;
  }
}
.show-menu .search-overlay {
  width: 100vw;
  background-color: #fff;
  opacity: 0;
  z-index: 100;
  visibility: hidden;
  width: 100%;
  left: 0;
  position: fixed;
  height: 100vh;
  overflow: auto;
  top: -100%;
  transition: 0.3s;
  padding: 2em 2em 6em 2em;
}
@media only screen and (min-width: 960px) {
  .show-menu .search-overlay {
    display: block;
    margin: 0 0 0 auto;
    width: calc(100% - 220px);
    height: auto;
    position: fixed;
    opacity: 0;
    visibility: visible;
    padding: 0;
    left: 0;
    overflow: visible;
  }
}
.show-menu .search-overlay.is-open {
  opacity: 1;
  z-index: 100;
  visibility: visible;
  width: 100%;
  left: 0;
  top: 60px;
  position: fixed;
  height: 100vh;
  overflow: auto;
}
@media only screen and (min-width: 960px) {
  .show-menu .search-overlay.is-open {
    display: block;
    margin: 0 0 0 auto;
    width: calc(100% - 220px);
    height: auto;
    position: relative;
    opacity: 1;
    visibility: visible;
    padding: 0;
    left: 0;
    overflow: visible;
  }
}
.show-menu .search-overlay.is-open .search {
  background: #545b6c;
  padding: 2rem;
  margin: 0 auto;
  width: 100%;
  max-width: 800px;
}
.show-menu .search-overlay.is-open .search__list__item {
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  margin-bottom: 1em;
  color: #fff;
}
.show-menu .search-overlay.is-open .search__list__item label {
  width: 100%;
  text-align: left;
}
.show-menu .search-overlay.is-open .search__list__item label::after {
  content: none;
}
.show-menu .search-overlay.is-open .search__list__item > div {
  margin-bottom: 0.5rem;
}
.show-menu .search-overlay.is-open .search__btn {
  background: #2798b4;
  border-radius: 3px;
  color: #fff;
  display: block;
  width: 80%;
  max-width: 480px;
  margin: 0 auto;
  text-align: center;
  padding: 1.2rem 0;
}
.show-menu .search-overlay.is-open .search__price {
  width: 8em;
}
.show-menu .search-overlay.is-open .search .search-keyword {
  width: 100%;
  max-width: 640px;
}
.show-menu .search-overlay.is-open .search .original-code {
  width: 100%;
}
.show-menu .search-overlay.is-open .search-cat__list__item {
  margin-bottom: 20px;
}
.show-menu .search-overlay.is-open .search-cat__list__item h3 {
  margin-bottom: 0.5em;
}
.show-menu .search-overlay.is-open .search-cat__list__item__child {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
}
.show-menu .search-overlay.is-open .search-cat__list__item__child > li {
  width: 23.5%;
  margin: 0 2% 2% 0;
}
.show-menu
  .search-overlay.is-open
  .search-cat__list__item__child
  > li:nth-child(4n) {
  margin-right: 0;
}
.show-menu .search-overlay.is-open .search-cat__list__item__child > li a {
  border: 1px solid #c1c1c1;
  display: block;
  padding: 0.8rem;
}
.header {
  background: #fff;
  padding-top: 134px;
  z-index: 1000;
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
@media only screen and (min-width: 960px) {
  .header {
    z-index: 1000;
    width: 100%;
    padding-top: 134px;
    position: relative;
  }
}
.header__fixed {
  border: none;
  background: #fff;
  height: 62px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  text-align: center;
  z-index: 15000;
}
@media only screen and (min-width: 960px) {
  .header__fixed {
    height: auto;
    text-align: left;
    padding: 14px 1% 0;
    z-index: 100;
    position: fixed;
    display: flex;
    display: -ms-flexbox;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
  }
}
.header__fixed .nav__sub {
  display: none;
}
@media only screen and (min-width: 960px) {
  .header__fixed .nav__sub {
    display: flex;
    text-align: right;
    margin-bottom: 1rem;
    display: flex;
    display: -ms-flexbox;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    -webkit-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
  }
}
.header__fixed .nav__sub li {
  margin-right: 1em;
  font-size: 1.3rem;
}
@media only screen and (min-width: 960px) {
  .header__fixed .nav__sub li {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 1280px) {
  .header__fixed .nav__sub li {
    font-size: 1.2rem;
  }
}
.header__fixed .nav__sub li:first-of-type {
  position: relative;
}
.header__fixed .nav__sub li:first-of-type input {
  border: 1px solid #000;
  border-radius: 100px;
  width: 100%;
}
.header__fixed .nav__sub li:first-of-type .search__btn {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.header__fixed .nav__sub li:last-of-type {
  margin-right: 20px;
}
.header__fixed .nav__sub li a::before {
  margin-right: 0.2em;
}
.header__fixed .nav__sub li.search-box {
  width: 240px;
}
@media only screen and (min-width: 960px) {
  .header__fixed .nav__sub li.search-box {
    width: 160px;
  }
}
@media only screen and (min-width: 1280px) {
  .header__fixed .nav__sub li.search-box {
    width: 240px;
  }
}
.header__fixed .nav__sub li.search-box ul li:last-of-type {
  margin-right: 0;
}
.header__fixed .nav__sub li.login__member-info {
  color: #1c3d80;
  border: 1px solid #1c3d80;
  border-radius: 6px;
  padding: 5px 10px;
}
.header__fixed .nav__sub li.login__member-info a {
  border-bottom: 1px solid #8fa7b6;
  transition: 0.3s;
}
.header__fixed .nav__sub li.login__member-info a:hover {
  color: #0880ca;
  border-bottom: 1px solid #4aafee;
}
.header__fixed .nav__sub li.login__member-info .status img {
  height: 1.5em;
  width: auto;
  vertical-align: top;
  margin-right: 0.1em;
}
.header__fixed .nav__sub .header-favorite a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f004";
  font-size: 16px;
  display: inline-block;
  color: #707070;
}
.header__fixed .nav__sub .header-mypage a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f007";
  font-size: 16px;
  display: inline-block;
  color: #707070;
}
.header__fixed .nav__sub .header-company a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f1ad";
  font-size: 16px;
  display: inline-block;
  color: #707070;
}
.header__fixed .nav__sub .header-guide a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f518";
  font-size: 16px;
  display: inline-block;
  font-weight: 900;
  color: #707070;
}
.header__fixed .nav__sub .header-cart {
  top: 18px;
  right: 18px;
}
@media only screen and (min-width: 960px) {
  .header__fixed .nav__sub .header-cart {
    top: auto;
    right: auto;
    position: relative;
  }
}
.header__fixed .nav__sub .header-cart a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f07a";
  font-size: 16px;
  display: inline-block;
  font-weight: 900;
  color: #707070;
}
.header__fixed .nav__sub .logout a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f2f5";
  font-size: 16px;
  display: inline-block;
  color: #707070;
}
.header__fixed .nav__sub .membership a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f234";
  font-size: 16px;
  display: inline-block;
  color: #707070;
}
.header__fixed .nav__sub .login a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f2f6";
  font-size: 16px;
  display: inline-block;
  color: #707070;
}
.header__fixed .nav__sub .header-cart .cart-count {
  position: absolute;
  left: 12px;
  top: -8px;
  background: #f23e0c;
  color: #fff;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
}
@media only screen and (min-width: 960px) {
  .header__fixed .nav__sub {
    display: flex;
    width: calc(97% - 200px);
    margin-left: auto;
  }
}
@media only screen and (min-width: 1280px) {
  .header__fixed .nav__sub {
    display: flex;
    width: calc(97% - 230px);
    margin-left: auto;
  }
}
.header h1 {
  box-sizing: content-box;
  display: block;
  height: 30px;
  width: auto;
  padding: 16px 0;
  position: relative;
  margin: 0 auto;
}
@media only screen and (min-width: 960px) {
  .header h1 {
    height: 36px;
  }
}
.header h1 a {
  display: block;
}
.header h1 img {
  height: 100%;
  max-height: 30px;
  width: auto;
}
@media only screen and (min-width: 960px) {
  .header h1 {
    height: 36px;
    padding: 0;
    margin: 0;
  }
  .header h1 img {
    max-height: 36px;
  }
}
@media only screen and (min-width: 960px) {
  .header__menu {
    display: block;
    margin: 0 0 0 auto;
    width: 100%;
    height: auto;
    opacity: 1;
    visibility: visible;
    padding: 0;
    left: 0;
    overflow-y: unset;
  }
}
.header__menu a {
  color: #282828;
  text-decoration: none;
}
.header__menu .nav__sub {
  display: block !important;
  text-align: right;
  margin-bottom: 1rem;
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
@media only screen and (min-width: 960px) {
  .header__menu .nav__sub {
    display: none !important;
  }
}
.header__menu .nav__sub li {
  margin-right: 1em;
  font-size: 1.3rem;
}
@media only screen and (min-width: 960px) {
  .header__menu .nav__sub li {
    font-size: 1.2rem;
  }
}
.header__menu .nav__sub li:first-of-type {
  position: relative;
}
.header__menu .nav__sub li:first-of-type input {
  border: 1px solid #000;
  border-radius: 100px;
  width: 100%;
}
.header__menu .nav__sub li:first-of-type .search__btn {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.header__menu .nav__sub li:last-of-type {
  margin-right: 20px;
}
.header__menu .nav__sub li a::before {
  margin-right: 0.5em;
}
.header__menu .nav__sub li.search-box {
  width: 240px;
}
.header__menu .nav__sub li.search-box ul li:last-of-type {
  margin-right: 0;
}
.header__menu .nav__sub .header-favorite a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f004";
  font-size: 16px;
  display: inline-block;
  color: #707070;
}
.header__menu .nav__sub .header-mypage a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f007";
  font-size: 16px;
  display: inline-block;
  color: #707070;
}
.header__menu .nav__sub .header-company a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f1ad";
  font-size: 16px;
  display: inline-block;
  color: #707070;
}
.header__menu .nav__sub .header-guide a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f518";
  font-size: 16px;
  display: inline-block;
  font-weight: 900;
  color: #707070;
}
.header__menu .nav__sub .header-cart {
  top: 18px;
  right: 18px;
}
@media only screen and (min-width: 960px) {
  .header__menu .nav__sub .header-cart {
    top: auto;
    right: auto;
    position: relative;
  }
}
.header__menu .nav__sub .header-cart a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f07a";
  font-size: 16px;
  display: inline-block;
  font-weight: 900;
  color: #707070;
}
.header__menu .nav__sub .logout a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f2f5";
  font-size: 16px;
  display: inline-block;
  color: #707070;
}
.header__menu .nav__sub .membership a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f234";
  font-size: 16px;
  display: inline-block;
  color: #707070;
}
.header__menu .nav__sub .login a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f2f6";
  font-size: 16px;
  display: inline-block;
  color: #707070;
}
.header__menu .nav__sub .header-cart .cart-count {
  position: absolute;
  left: 12px;
  top: -8px;
  background: #f23e0c;
  color: #fff;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
}
.header__menu .nav__gnav {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  position: relative;
}
.header__menu .nav__gnav > li {
  display: inline-block;
  font-size: 1.6rem;
  margin: 0 1em;
}
.header__menu .nav__gnav__item > a {
  display: block;
  padding: 1rem 2.4rem;
  transition: 0.3s;
}
.header__menu .nav__gnav__item:hover > a {
  background: #0b4783;
  color: #fff;
}
.header__menu .nav__gnav__item .child_menu {
  width: calc(103% + 230px);
  position: absolute;
  z-index: 500;
  top: 100%;
  left: calc(-1 * (230px + 3%));
  padding: 30px;
  color: #fff;
  background: #0b4783;
  visibility: hidden;
  opacity: 0;
}
.header__menu .nav__gnav__item .child_menu .cat__list {
  padding: 40px 0;
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  font-size: 1.3rem;
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
}
.header__menu .nav__gnav__item .child_menu .cat__list__item {
  margin: 0 2% 2% 0;
  width: 49%;
}
.header__menu .nav__gnav__item .child_menu .cat__list__item:nth-child(2n) {
  margin-right: 0;
}
@media only screen and (min-width: 640px) {
  .header__menu .nav__gnav__item .child_menu .cat__list__item {
    width: 32%;
  }
  .header__menu .nav__gnav__item .child_menu .cat__list__item:nth-child(2n) {
    margin-right: 2%;
  }
  .header__menu .nav__gnav__item .child_menu .cat__list__item:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 960px) {
  .header__menu .nav__gnav__item .child_menu .cat__list__item {
    width: 18.4%;
  }
  .header__menu .nav__gnav__item .child_menu .cat__list__item:nth-child(2n) {
    margin-right: 2%;
  }
  .header__menu .nav__gnav__item .child_menu .cat__list__item:nth-child(3n) {
    margin-right: 2%;
  }
  .header__menu .nav__gnav__item .child_menu .cat__list__item:nth-child(5n) {
    margin-right: 0;
  }
}
.header__menu .nav__gnav__item .child_menu .cat__list__item > a {
  background: #fff;
  border-radius: 3px;
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  padding: 0.8rem;
  text-decoration: none;
}
.header__menu .nav__gnav__item .child_menu .cat-img {
  width: 30%;
}
.header__menu .nav__gnav__item .child_menu .cat-img img {
  border-radius: 3px;
}
.header__menu .nav__gnav__item .child_menu .cat-name {
  width: 65%;
}
.header__menu .nav__gnav__item .child_menu .cat-name span {
  display: inline-block;
}
.header__menu .nav__gnav__item .child_menu .cat-more a {
  background: #56bf98;
  border-radius: 100px;
  color: #fff;
  padding: 0.4rem 2rem;
  position: absolute;
  top: 50px;
  right: 0;
  text-decoration: none;
}
.header__menu .nav__gnav__item .child_menu .chara__list {
  padding: 40px 0;
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  font-size: 1.3rem;
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
}
.header__menu .nav__gnav__item .child_menu .chara__list__item {
  margin: 0 2% 2% 0;
  width: 49%;
}
.header__menu .nav__gnav__item .child_menu .chara__list__item:nth-child(2n) {
  margin-right: 0;
}
@media only screen and (min-width: 640px) {
  .header__menu .nav__gnav__item .child_menu .chara__list__item {
    width: 32%;
  }
  .header__menu .nav__gnav__item .child_menu .chara__list__item:nth-child(2n) {
    margin-right: 2%;
  }
  .header__menu .nav__gnav__item .child_menu .chara__list__item:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 960px) {
  .header__menu .nav__gnav__item .child_menu .chara__list__item {
    width: 18.4%;
  }
  .header__menu .nav__gnav__item .child_menu .chara__list__item:nth-child(2n) {
    margin-right: 2%;
  }
  .header__menu .nav__gnav__item .child_menu .chara__list__item:nth-child(3n) {
    margin-right: 2%;
  }
  .header__menu .nav__gnav__item .child_menu .chara__list__item:nth-child(5n) {
    margin-right: 0;
  }
}
.header__menu .nav__gnav__item .child_menu .chara__list__item > a {
  color: #fff;
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.header__menu .nav__gnav__item .child_menu .chara-img {
  width: 30%;
}
.header__menu .nav__gnav__item .child_menu .chara-img img {
  border-radius: 50%;
}
.header__menu .nav__gnav__item .child_menu .chara-name {
  width: 65%;
}
.header__menu .nav__gnav__item .child_menu .chara-name span {
  display: inline-block;
}
@media only screen and (min-width: 960px) {
  .header__menu .nav__gnav__item .child_menu.search-item {
    display: flex;
    display: -ms-flexbox;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
  }
}
.header__menu .nav__gnav__item .child_menu.search-item .search-item__parts {
  width: 20%;
  text-align: left;
}
.header__menu .nav__gnav__item .child_menu.search-item .search-item__parts img {
  max-width: 240px;
}
.header__menu .nav__gnav__item .child_menu .search {
  padding: 0.5em 0 0;
  margin: 0 auto;
  width: 100%;
  max-width: 800px;
}
@media only screen and (min-width: 960px) {
  .header__menu .nav__gnav__item .child_menu .search {
    width: 60%;
    max-width: 100%;
    margin: 0;
  }
}
.header__menu .nav__gnav__item .child_menu .search h2 {
  margin-bottom: 0.5em;
  font-weight: 500;
  text-align: center;
}
.header__menu .nav__gnav__item .child_menu .search__list__item {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  margin-bottom: 1em;
}
.header__menu .nav__gnav__item .child_menu .search__list__item label {
  width: 30%;
  text-align: right;
}
.header__menu .nav__gnav__item .child_menu .search__list__item label::after {
  content: " ： ";
  display: inline-block;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.header__menu .nav__gnav__item .child_menu .search__btn {
  background: #2798b4;
  border-radius: 3px;
  color: #fff;
  display: block;
  width: 80%;
  max-width: 480px;
  margin: 0 auto;
  text-align: center;
  padding: 1.2rem 0;
}
.header__menu .nav__gnav__item .child_menu .search__price {
  width: 8em;
}
.header__menu .nav__gnav__item .child_menu .search .search-keyword {
  width: 65%;
  max-width: 640px;
}
.header__menu .nav__gnav__item .child_menu .search .original-code {
  width: 20em;
}
.header__menu .nav__gnav__item .child_menu .search-cat__list__item {
  margin-bottom: 20px;
}
.header__menu .nav__gnav__item .child_menu .search-cat__list__item h3 {
  margin-bottom: 0.5em;
}
.header__menu .nav__gnav__item .child_menu .search-cat__list__item__child {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
}
.header__menu .nav__gnav__item .child_menu .search-cat__list__item__child > li {
  width: 23.5%;
  margin: 0 2% 2% 0;
}
.header__menu
  .nav__gnav__item
  .child_menu
  .search-cat__list__item__child
  > li:nth-child(4n) {
  margin-right: 0;
}
.header__menu
  .nav__gnav__item
  .child_menu
  .search-cat__list__item__child
  > li
  a {
  border: 1px solid #c1c1c1;
  display: block;
  padding: 0.8rem;
}
.header__menu .nav__gnav__item .child_menu .view-all-cat {
  background: #64b5b7;
  border-radius: 3px;
  color: #fff;
  display: block;
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  padding: 0.8rem 0;
  text-align: center;
}
@media only screen and (min-width: 960px) {
  .header__menu .nav__gnav__item .child_menu {
    display: none;
  }
}
.header__menu .nav__gnav__item:hover .child_menu {
  visibility: visible;
  opacity: 1;
}
.header__info {
  font-size: 1.3rem;
  position: fixed;
  top: 62px;
  padding: 0;
  width: 100%;
}
@media only screen and (min-width: 640px) {
  .header__info {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 960px) {
  .header__info {
    top: 94px;
  }
}
.header__info__common {
  background: #3d62ad;
  color: #fff;
  height: 2.9rem;
  width: 100%;
  display: block;
  line-height: 1;
  text-align: center;
  padding: 0.8rem 0;
  z-index: 90;
}
.header__info__common .tax {
  font-size: 75%;
}
.header__info__member {
  color: #282828;
  height: 2.9rem;
  width: 100%;
  display: block;
  line-height: 1;
  padding: 0.8rem 0;
  font-size: 1.3rem;
  text-align: left;
  z-index: 90;
}
@media only screen and (min-width: 640px) {
  .header__info__member {
    padding: 0.8rem 0;
    font-size: 1.5rem;
  }
}
.header__info__member .tax {
  font-size: 75%;
}
.header__search {
  background: #fff;
  padding: 0.4rem 2% 0.8rem;
  position: relative;
  width: 100%;
  position: fixed;
  top: 91px;
  left: 0;
  z-index: 90;
}
@media only screen and (min-width: 960px) {
  .header__search {
    display: none;
  }
}
.header__search__btn {
  background: #fff;
  border: none;
  border-radius: 3px;
  box-shadow: none;
  display: block;
  position: relative;
  transition: 0.3s;
  line-height: 1.2;
  font-size: 0.8rem;
  text-align: center;
}
.header__search__btn::before {
  color: #727070;
  font-family: "Font Awesome 5 Free";
  content: "\f002";
  font-size: 18px;
  font-weight: 600;
  display: block;
}
.header__search__chara {
  box-shadow: none;
  display: block;
  padding: 0.5rem 0;
  position: relative;
  transition: 0.3s;
  line-height: 1.2;
  text-align: center;
}
.header__search__chara:hover {
  background: #3d62ad;
  border-color: #3d62ad;
  color: #fff;
}
.header__search__chara::before {
  font-family: "Font Awesome 5 Free";
  content: "\f118";
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  margin-right: 0.4em;
}
.header__search__cat {
  box-shadow: none;
  display: block;
  padding: 0.5rem 0;
  position: relative;
  transition: 0.3s;
  line-height: 1.2;
  text-align: center;
}
.header__search__cat:hover {
  background: #3d62ad;
  border-color: #3d62ad;
  color: #fff;
}
.header__search__cat::before {
  font-family: "Font Awesome 5 Free";
  content: "\f07b";
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  margin-right: 0.4em;
}
.header__search__parts {
  box-shadow: none;
  display: block;
  padding: 0.5rem 0;
  position: relative;
  transition: 0.3s;
  line-height: 1.2;
  text-align: center;
}
.header__search__parts:hover {
  background: #3d62ad;
  border-color: #3d62ad;
  color: #fff;
}
.header__search__parts::before {
  font-family: "Font Awesome 5 Free";
  content: "\f1b3";
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  margin-right: 0.4em;
}
.header__search .btn-box {
  background: #fff;
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.header__search .btn-box > div {
  background: #fff;
  border: 1px solid #d2d2d2;
  border-radius: 3px;
  font-size: 1.1rem;
  width: 33%;
  text-align: center;
}
.header__main-cat {
  display: block;
  width: 100%;
}
.header__main-cat ul {
  background: #f7f9fc;
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  width: 100%;
}
.header__main-cat ul > li {
  width: calc(33.3333333333% - 1px);
  text-align: center;
}
.header__main-cat ul > li a {
  display: block;
  padding: 0.8rem 0;
}
.header__main-cat ul > li.active {
  border-bottom: 2px solid #3d62ad;
}
.header__main-cat ul > li.active a {
  font-weight: 500;
}
.header__msg {
  background: #fedbb7;
  border-radius: 6px;
  width: 94%;
  max-width: 1200px;
  margin: 15px auto 0;
  padding: 0.8em;
}
.spot-news {
  padding: 0.8em 1.6rem 0;
  margin-bottom: 0;
  color: #f87061;
}
@media only screen and (min-width: 960px) {
  .spot-news {
    text-align: center;
  }
}
.spot-news p {
  margin-bottom: 0;
}
.breadcrumb {
  padding: 0.8rem 20px;
  margin-bottom: 10px;
  font-size: 1.2rem;
}
.breadcrumb span + span::before {
  content: ">";
  display: inline;
  margin: 0 0.4em;
}
.breadcrumb a {
  text-decoration: none;
}
main section {
  width: 94%;
  max-width: 1200px;
  margin: 0 auto 40px;
  padding: 0;
}
@media only screen and (min-width: 640px) {
  main section {
    padding: 20px 0;
  }
}
main section.modal-area {
  width: 100%;
  max-width: 100%;
}
main h2 {
  font-size: 1.8rem;
  font-weight: 500;
  margin: 1em 0;
}
@media only screen and (min-width: 960px) {
  main h2 {
    font-size: 3.2rem;
    font-weight: 500;
    margin-bottom: 1.5em;
  }
}
main h2 span {
  font-size: 1.4rem;
  display: inline-block;
  margin-left: 1em;
}
main h3 {
  font-size: 1.6rem;
  font-weight: 500;
  margin: 1em 0;
}
@media only screen and (min-width: 960px) {
  main h3 {
    font-size: 2.4rem;
    font-weight: 500;
    margin-bottom: 1.5em;
  }
}
main h3 span {
  font-size: 1.4rem;
  display: inline-block;
  margin-left: 1em;
}
main .item__list {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  margin-bottom: 40px;
}
main .item__list__item {
  width: 49%;
  margin: 0 2% 4% 0;
}
main .item__list__item:nth-child(2n) {
  margin-right: 0;
}
@media only screen and (min-width: 640px) {
  main .item__list__item {
    width: 32%;
  }
  main .item__list__item:nth-child(2n) {
    margin-right: 2%;
  }
  main .item__list__item:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 960px) {
  main .item__list__item {
    width: 23.5%;
  }
  main .item__list__item:nth-child(2n) {
    margin-right: 2%;
  }
  main .item__list__item:nth-child(3n) {
    margin-right: 2%;
  }
  main .item__list__item:nth-child(4n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1280px) {
  main .item__list__item {
    width: 18.4%;
  }
  main .item__list__item:nth-child(2n) {
    margin-right: 2%;
  }
  main .item__list__item:nth-child(3n) {
    margin-right: 2%;
  }
  main .item__list__item:nth-child(4n) {
    margin-right: 2%;
  }
  main .item__list__item:nth-child(5n) {
    margin-right: 0;
  }
}
main .item__list__item img {
  margin-bottom: 10px;
}
main .item__list__item a {
  color: #282828;
  text-decoration: none;
}
main .item__list__item .item-image {
  margin-bottom: 0.4em;
}
main .item__list__item .item-image a {
  border: 1px solid #e5e5e5;
  background: #fff;
  display: block;
  position: relative;
  width: 100%;
}
main .item__list__item .item-image a::before {
  content: "";
  padding-top: 100%;
  width: 100%;
  display: block;
}
main .item__list__item .item-image a img {
  display: block;
  position: absolute;
  max-width: 90%;
  max-height: 90%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
}
main .item__list__item .item-category {
  border-radius: 3px;
  border: 1px solid #000;
  display: inline-block;
  padding: 0.1em 0.8em;
  font-size: 1.2rem;
  margin-bottom: 0.5em;
}
main .item__list__item .item-icon {
  font-size: 1.2rem;
}
main .item__list__item .item-icon span {
  border-radius: 3px;
  display: inline-block;
  padding: 0.1em 0.8em;
}
main .item__list__item .item-icon .item-soldout {
  border-radius: 3px;
  background: #47484a;
  color: #fff;
  display: inline-block;
  padding: 0.2rem 0.6rem;
}
main .item__list__item .item-icon .item-sale {
  border-radius: 3px;
  background: #ec444d;
  color: #fff;
}
main .item__list__item .item-name {
  font-size: 1.3rem;
  line-height: 1.4;
  margin-bottom: 0.5em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
main .item__list__item .item-price {
  margin-bottom: 1em;
  font-weight: 600;
}
main .item__list__item .item-tax {
  font-size: 75%;
  font-weight: 400;
  margin-left: 0.2em;
}
main .item__list__item .item-sale {
  background: #e23b3b;
  color: #fff;
}
main .item__list__item .item__sale-rate {
  font-size: 1.4rem;
  background: #f13f3f;
  border-radius: 3px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  padding: 0.5rem;
  margin-right: 0.5em;
}
main .item__list__item .item-soldout {
  border-radius: 3px;
  background: #47484a;
  color: #fff;
  display: inline-block;
  padding: 0.1rem 0.4rem;
  margin-left: 0.5em;
  font-weight: 400;
  font-size: 1.2rem;
}
main .item__list__item .item-cart {
  display: block;
  text-align: center;
  color: #fff;
}
main .item__list__item .item-cart a {
  background: #358deb;
  border-radius: 3px;
  display: inline-block;
  width: 80%;
  color: #fff;
  padding: 0.4em 0;
  font-weight: 700;
  font-size: 13px;
}
main .item__list__item .item-cart .item-list-sold {
  background: #adadad;
  border-radius: 3px;
  display: inline-block;
  width: 80%;
  color: #282828;
  padding: 0.4em 0;
  font-weight: 700;
  font-size: 13px;
}
main .item__list__item .sale-rate {
  color: #e23b3b;
}
main .scroll-item {
  width: 100%;
  overflow: auto;
}
main .scroll-item::-webkit-scrollbar {
  height: 8px;
  width: 13px;
}
main .scroll-item::-webkit-scrollbar-track {
  box-shadow: inset 0 0 2px #c8c8c8;
}
main .scroll-item::-webkit-scrollbar-track-piece {
  background-color: #e5e5e5;
}
main .scroll-item::-moz-selection {
  background: #666;
  color: #eee;
}
main .scroll-item::selection {
  color: #eee;
}
main .scroll-item::-webkit-scrollbar-thumb {
  background-color: #3d62ad;
}
main .scroll-item__list {
  display: table;
  width: 100%;
}
@media only screen and (min-width: 960px) {
  main .scroll-item__list {
    display: flex;
    display: -ms-flexbox;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    align-items: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
  }
}
main .scroll-item__list .item__list__item {
  width: auto;
  display: table-cell;
  padding: 0 0 0 8px;
}
@media only screen and (min-width: 960px) {
  main .scroll-item__list .item__list__item {
    display: block;
    padding: 0;
    width: 23.5%;
    margin-right: 2%;
  }
  main .scroll-item__list .item__list__item:nth-child(2n) {
    margin-right: 2%;
  }
  main .scroll-item__list .item__list__item:nth-child(3n) {
    margin-right: 2%;
  }
  main .scroll-item__list .item__list__item:nth-child(4n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1280px) {
  main .scroll-item__list .item__list__item {
    width: 18.4%;
  }
  main .scroll-item__list .item__list__item:nth-child(2n) {
    margin-right: 2%;
  }
  main .scroll-item__list .item__list__item:nth-child(3n) {
    margin-right: 2%;
  }
  main .scroll-item__list .item__list__item:nth-child(4n) {
    margin-right: 2%;
  }
  main .scroll-item__list .item__list__item:nth-child(5n) {
    margin-right: 0;
  }
}
main .scroll-item__list .item__list__item a {
  width: 42vw;
}
@media only screen and (min-width: 640px) {
  main .scroll-item__list .item__list__item a {
    width: 26vw;
  }
}
@media only screen and (min-width: 960px) {
  main .scroll-item__list .item__list__item a {
    width: 100%;
  }
}
main a.btn {
  background: #3d62ad;
  color: #fff;
  display: block;
  width: 90%;
  margin: 0 auto;
  max-width: 420px;
  padding: 1em;
  text-align: center;
}
main .total-count {
  margin-bottom: 0.4em;
}
main .pager-wrap {
  padding: 1em;
}
main .pager > li {
  display: inline-block;
}
main .pager > li a {
  display: block;
}
main .pager > li span {
  border: 1px solid #2d5979;
  border-radius: 2px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 28px;
  padding: 5px 0;
  line-height: 1;
  transition: 0.3s;
}
main .pager > li span.current,
main .pager > li span:hover {
  background: #2d5979;
  color: #fff;
}
main .pager > li span.prev {
  width: 4.6em;
}
main .pager > li span.next {
  width: 4.6em;
}
main .item-review-detail {
  margin-bottom: 60px;
}
main .item-review-detail h3 {
  font-size: 18px;
  margin-bottom: 20px;
}
main .item-review-list li {
  margin-bottom: 60px;
}
main .item-review-list li-link {
  margin-bottom: 30px;
  font-size: 12px;
}
main .item-review-list li-link a {
  text-decoration: underline;
}
main .item-review-list li-link a:hover {
  text-decoration: none;
}
main .review-list-unit .review-list-name {
  margin-bottom: 12px;
}
main .review-list-unit .star-score {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
main .review-list-unit .review-star {
  margin-right: 6px;
}
main .review-list-unit .review-list-date {
  font-size: 12px;
  color: #b5b5b5;
  margin: 12px 0;
}
main .review-list-unit .review-list-content {
  font-size: 1.2rem;
}
@media only screen and (min-width: 640px) {
  main .review-list-unit .review-list-content {
    font-size: 1.3em;
  }
}
@media only screen and (min-width: 960px) {
  main .review-list-unit .review-list-content {
    font-size: 1.4rem;
  }
}
main .reviewRateStar {
  display: inline-block;
  font-size: 0;
  color: #ffa41c;
}
main .reviewRateStar::before {
  font-family: "Font Awesome 5 Free";
  content: "\f005";
  font-size: 12px;
  font-weight: 900;
}
main .starOff::before {
  font-family: "Font Awesome 5 Free";
  content: "\f005";
  font-weight: 400;
}
main .starHalf::before {
  font-family: "Font Awesome 5 Free";
  content: "\f5c0";
}
main .review-post {
  margin-top: 40px;
}
main .review-post {
  text-align: center;
}
main .review-post a {
  width: 260px;
  margin: 0 auto;
  display: inline-block;
  padding: 12px 0;
  border: 1px solid #333;
  border-radius: 2px;
  text-align: center;
}
main .review-post a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f304";
  font-size: 16px;
  font-weight: 900;
  padding-right: 10px;
  color: fff;
}
main .search {
  background: #cdcdcd;
  padding: 2em;
  margin-bottom: 20px;
}
@media only screen and (min-width: 640px) {
  main .search {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 960px) {
  main .search {
    margin-bottom: 40px;
  }
}
main .search__list__item {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  margin-bottom: 1em;
}
main .search__list__item label {
  width: 100%;
}
@media only screen and (min-width: 640px) {
  main .search__list__item label {
    width: 30%;
    text-align: right;
  }
  main .search__list__item label::after {
    content: " ： ";
    display: inline-block;
    margin-left: 0.5em;
    margin-right: 0.5em;
  }
}
main .search__btn {
  background: #2798b4;
  border-radius: 3px;
  color: #fff;
  display: block;
  width: 80%;
  max-width: 480px;
  margin: 0 auto;
  text-align: center;
  padding: 1.2rem 0;
}
main .search__price {
  width: 7em;
}
main .search .search-price {
  width: 8em;
}
main .search .search-keyword {
  width: 65%;
}
main .search .original-code {
  width: 20em;
}
main .search-cat__list__item {
  margin-bottom: 20px;
}
main .search-cat__list__item h3 {
  margin-bottom: 0.5em;
}
main .search-cat__list__item__child {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
}
main .search-cat__list__item__child > li {
  width: 23.5%;
  margin: 0 2% 2% 0;
}
main .search-cat__list__item__child > li:nth-child(4n) {
  margin-right: 0;
}
main .search-cat__list__item__child > li a {
  border: 1px solid #c1c1c1;
  display: block;
  padding: 0.8rem;
}
.footer {
  background: #fff;
}
.footer h3 {
  font-size: 2.8rem;
  font-weight: 500;
  margin: 0 0 0.5em 0;
  text-align: center;
}
@media only screen and (min-width: 960px) {
  .footer h3 {
    margin-bottom: 1em;
  }
}
.footer h3 span {
  font-size: 1.6rem;
  display: block;
}
@media only screen and (min-width: 640px) {
  .footer h3 span {
    margin-left: 1em;
    display: inline-block;
    text-align: left;
  }
}
.footer__cat {
  background: #c9d6e3;
  font-size: 1.2rem;
}
.footer__chara {
  background: #d7ebf1;
  font-size: 1.2rem;
}
.footer .chara {
  padding: 40px 0;
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.footer .chara__list {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  width: 100%;
}
.footer .chara__list__item {
  margin-bottom: 2%;
  width: 49%;
}
@media only screen and (min-width: 640px) {
  .footer .chara__list__item {
    width: 32%;
  }
}
@media only screen and (min-width: 960px) {
  .footer .chara__list__item {
    width: 18%;
  }
}
.footer .chara__list__item > a {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.footer .chara__list__item img {
  border-radius: 50%;
}
.footer .chara-img {
  width: 30%;
}
.footer .chara-name {
  width: 65%;
}
.footer .chara-name span {
  display: inline-block;
}
.footer .chara-more {
  display: block;
  text-align: center;
  margin-bottom: 20px;
}
.footer .chara-more a {
  background: #56bf98;
  border-radius: 100px;
  color: #fff;
  padding: 0.4rem 2rem;
  display: inline-block;
  font-size: 1.3rem;
  text-decoration: none;
}
@media only screen and (min-width: 960px) {
  .footer .chara-more a {
    position: absolute;
    top: 50px;
    right: 0;
    font-size: 1.5rem;
  }
}
.footer .cat {
  padding: 40px 0;
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.footer .cat__list {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  width: 100%;
}
.footer .cat__list__item {
  margin: 0 2% 2% 0;
  width: 49%;
}
.footer .cat__list__item:nth-child(2n) {
  margin-right: 0;
}
@media only screen and (min-width: 640px) {
  .footer .cat__list__item {
    width: 32%;
  }
  .footer .cat__list__item:nth-child(2n) {
    margin-right: 2%;
  }
  .footer .cat__list__item:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 960px) {
  .footer .cat__list__item {
    width: 18.4%;
  }
  .footer .cat__list__item:nth-child(2n) {
    margin-right: 2%;
  }
  .footer .cat__list__item:nth-child(3n) {
    margin-right: 2%;
  }
  .footer .cat__list__item:nth-child(5n) {
    margin-right: 0;
  }
}
.footer .cat__list__item > a {
  background: #fff;
  border-radius: 3px;
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  padding: 0.8rem;
  text-decoration: none;
}
.footer .cat-img {
  width: 30%;
}
.footer .cat-img img {
  border-radius: 3px;
}
.footer .cat-name {
  width: 65%;
}
.footer .cat-name span {
  display: inline-block;
}
.footer .cat-more {
  display: block;
  text-align: center;
  margin-bottom: 20px;
}
.footer .cat-more a {
  background: #56bf98;
  border-radius: 100px;
  color: #fff;
  padding: 0.4rem 2rem;
  display: inline-block;
  font-size: 1.3rem;
  text-decoration: none;
}
@media only screen and (min-width: 960px) {
  .footer .cat-more a {
    position: absolute;
    top: 50px;
    right: 0;
    font-size: 1.5rem;
  }
}
.footer .salecat {
  padding: 40px 0;
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.footer .salecat__list {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  width: 100%;
}
.footer .salecat__list__item {
  margin: 0 2% 2% 0;
  width: 32%;
}
.footer .salecat__list__item:nth-child(3n) {
  margin-right: 0;
}
@media only screen and (min-width: 640px) {
  .footer .salecat__list__item {
    width: 23.5%;
  }
  .footer .salecat__list__item:nth-child(3n) {
    margin-right: 2%;
  }
  .footer .salecat__list__item:nth-child(4n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 960px) {
  .footer .salecat__list__item {
    width: 15%;
  }
  .footer .salecat__list__item:nth-child(3n) {
    margin-right: 2%;
  }
  .footer .salecat__list__item:nth-child(4n) {
    margin-right: 2%;
  }
  .footer .salecat__list__item:nth-child(6n) {
    margin-right: 0;
  }
}
.footer .salecat__list__item > a {
  background: #fff;
  border-radius: 5px;
  text-align: center;
  display: block;
  width: 100%;
  font-weight: 600;
  padding: 0.8rem;
  text-decoration: none;
}
.footer .salecat__list__item > a:hover {
  background: #ff6c6c;
  color: #fff;
}
.footer .salecat-more {
  display: block;
  text-align: center;
  margin-bottom: 20px;
}
.footer .salecat-more a {
  background: #56bf98;
  border-radius: 100px;
  color: #fff;
  padding: 0.4rem 2rem;
  display: inline-block;
  font-size: 1.3rem;
  text-decoration: none;
}
@media only screen and (min-width: 960px) {
  .footer .salecat-more a {
    position: absolute;
    top: 50px;
    right: 0;
    font-size: 1.5rem;
  }
}
.footer__guide {
  background: #3d62ad;
}
.footer__guide h3 {
  color: #fff;
}
.footer__guide .shopguide {
  padding: 40px 0;
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.footer__guide .shopguide__list {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
}
.footer__guide .shopguide__list__item {
  background: #fff;
  border-radius: 3px;
  font-size: 1.4rem;
  line-height: 1.4;
  padding: 1.6rem;
  align-self: stretch;
  width: 100%;
  margin-bottom: 2%;
}
@media only screen and (min-width: 640px) {
  .footer__guide .shopguide__list__item {
    width: 49%;
  }
}
@media only screen and (min-width: 960px) {
  .footer__guide .shopguide__list__item {
    width: 32%;
  }
}
.footer__guide .shopguide__list__item h4 {
  font-size: 1.6rem;
  margin-bottom: 1em;
}
.footer__guide .shopguide__list__item h5 {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 0.5em;
}
.footer__guide .shopguide__list__item p {
  margin-bottom: 1em;
}
.footer__guide .shopguide__list__item .payment__list {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.footer__guide .shopguide__list__item .payment__list > li {
  width: 18.5%;
}
.footer__guide .shopguide__list__item .fee__list {
  border-right: 1px solid #b7b7b7;
  border-left: 1px solid #b7b7b7;
  border-bottom: 1px solid #b7b7b7;
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  margin-bottom: 1em;
}
.footer__guide .shopguide__list__item .fee__list dt {
  background: #f4f4f4;
  border-top: 1px solid #b7b7b7;
  width: 40%;
  padding: 0.4em;
}
.footer__guide .shopguide__list__item .fee__list dd {
  border-top: 1px solid #b7b7b7;
  border-left: 1px solid #b7b7b7;
  padding: 0.4em;
  width: 60%;
}
.footer__guide .shopguide__list__item .delivery img {
  height: 32px;
  width: auto;
  margin-right: 0.5em;
}
.footer__guide .shopguide__list__item .contact__open {
  color: #f5584a;
}
.footer__guide .shopguide__list__item .contact__btn {
  background: #64b5b7;
  border-radius: 5px;
  color: #fff;
  display: block;
  width: 100%;
  padding: 1.2em;
  text-align: center;
  margin-bottom: 1em;
}
.footer__guide .shopguide__list__item .contact__btn__other {
  background: #8ba4a4;
  border-radius: 5px;
  color: #fff;
  display: block;
  width: 100%;
  padding: 1.2em;
  text-align: center;
}
.footer__guide .shopguide__list__item .calender {
  width: 100%;
  height: 80%;
}
.footer__guide .shopguide__list__item .calender table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 0.5em;
  font-size: 1.2rem;
}
.footer__guide .shopguide__list__item .calender tr > td.Sat,
.footer__guide .shopguide__list__item .calender tr > td.Sun,
.footer__guide .shopguide__list__item .calender tr > td.holiday {
  background: #fcbbbb;
}
.footer__guide .shopguide__list__item .calender th span {
  float: right;
  cursor: pointer;
}
.footer__guide .shopguide__list__item .calender .headline > td {
  width: 14.2857142857%;
  text-align: center;
}
.footer__guide .shopguide__list__item .calender td {
  border-top: 1px solid #ebe9e9;
  border-bottom: 1px solid #ebe9e9;
  border-collapse: collapse;
  text-align: center;
  padding: 0.2em 0;
}
.footer__guide .shopguide__list__item .calender .shop_close {
  font-size: 1.2rem;
}
.footer__nav {
  padding: 20px 0;
}
@media only screen and (min-width: 640px) {
  .footer__nav {
    padding: 40px 0;
  }
}
.footer__nav a {
  color: #282828;
  text-decoration: none;
}
.footer__nav .sns__list {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  margin-bottom: 20px;
}
.footer__nav .sns__list__item {
  padding: 0.5em 0;
  margin: 0 1em;
  font-size: 1.2rem;
  text-align: center;
}
@media only screen and (min-width: 640px) {
  .footer__nav .sns__list__item {
    width: auto;
  }
}
@media only screen and (min-width: 960px) {
  .footer__nav .sns__list__item {
    font-size: 1.4rem;
  }
}
.footer__nav .sns__list .icon-sns::after {
  content: "";
  display: inline-block;
  height: 20px;
  width: 20px;
  margin-right: 0.8em;
}
.footer__nav .sns__list .icon-line::after {
  background: url(https://gigaplus.makeshop.jp/skateroutlet/img/common/line_logo.png)
    center center no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.footer__nav .sns__list .icon-instagram::after {
  background: url(https://gigaplus.makeshop.jp/skateroutlet/img/common/ig_logo.png)
    center center no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.footer__nav .sns__list .icon-twitter::after {
  background: url(https://gigaplus.makeshop.jp/skateroutlet/img/common/tw_logo.png)
    center center no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.footer__nav .site__list {
  text-align: center;
  font-size: 1.2rem;
}
@media only screen and (min-width: 960px) {
  .footer__nav .site__list {
    font-size: 1.4rem;
  }
}
.footer__nav .site__list__item {
  border-bottom: none;
  display: inline-block;
  padding: 0 0 0 1rem;
  font-weight: 400;
}
.footer__nav .site__list__item a {
  border-bottom: none;
  display: inline-block;
}
.footer__nav .site__list__item:not(:last-child):after {
  content: "/";
  display: inline;
  margin-left: 1rem;
  font-weight: 200;
}
.footer .news {
  width: 94%;
  max-width: 1200px;
  margin: 0 auto 40px;
  padding: 0;
}
@media only screen and (min-width: 640px) {
  .footer .news {
    padding: 40px 0;
  }
}
.footer .news h2 {
  font-size: 1.8rem;
  font-weight: 500;
  margin: 1em 0;
}
@media only screen and (min-width: 960px) {
  .footer .news h2 {
    font-size: 2.4rem;
    font-weight: 500;
    margin-bottom: 1.5em;
  }
}
.footer .news h2 span {
  font-size: 1.4rem;
  display: inline-block;
  margin-left: 1em;
}
.footer .copyright {
  text-align: center;
  padding: 1em 0;
  font-size: 1.2rem;
}
@media only screen and (min-width: 960px) {
  .footer .copyright {
    font-size: 1.4rem;
  }
}
body.fixed {
  position: fixed;
  top: 0;
  height: 100%;
}
@media only screen and (min-width: 960px) {
  body.fixed {
    position: relative;
    top: 0;
    height: auto;
  }
}
body.fixed .header {
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 960px) {
  body.fixed .header {
    padding: 1rem 0 0;
    display: flex;
    display: -ms-flexbox;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
  }
}
@media only screen and (min-width: 960px) {
  .sp {
    display: none;
  }
}
.sp-not {
  display: none;
}
@media only screen and (min-width: 640px) {
  .sp-not {
    display: block;
  }
}
.pc {
  display: none;
}
@media only screen and (min-width: 960px) {
  .pc {
    display: block;
  }
}
.notice {
  position: relative;
  margin: 1rem 0;
  line-height: 1.4;
  font-size: 1.3rem;
}
.notice-imp {
  border: 1px solid #fa5366;
  color: #fa5366;
  padding: 0.8rem;
}
.notice-imp p:last-child {
  margin-bottom: 0;
}
p.notice {
  margin-left: 1em;
  text-indent: -1em;
}
ul.notice {
  list-style-type: none;
  padding: 0;
}
ul.notice > li {
  position: relative;
  padding: 0 0 0 1.5rem;
  margin-bottom: 0.5rem;
}
ul.notice > li:before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0.9rem;
  transform: translateY(-50%);
}
ol.notice {
  counter-reset: list;
  list-style-type: none;
  padding: 0;
  margin: 1em 0;
}
ol.notice > li {
  position: relative;
  padding: 0 0 0.25rem 4rem;
}
ol.notice > li::before {
  counter-increment: list;
  content: "※" counter(list) ". ";
  position: absolute;
  left: 0;
  top: 0.9rem;
  transform: translateY(-50%);
}
ol.brackets-num {
  counter-reset: list;
  list-style-type: none;
  padding: 0;
  margin: 1em 0;
}
ol.brackets-num > li {
  position: relative;
  padding: 0 0 0.25rem 3rem;
}
ol.brackets-num > li::before {
  counter-increment: list;
  content: "(" counter(list) ")";
  position: absolute;
  left: 0;
  top: 1.1rem;
  transform: translateY(-50%);
}
ul.big-circle > li {
  position: relative;
  padding: 0 0 0 1.4em;
  margin-bottom: 0 0 0.5rem 1.4em;
  text-indent: -1.4em;
}
ul.big-circle > li::before {
  content: "●";
  margin-right: 0.4em;
}
.list-table {
  border-top: 1px solid #c7c7c7;
  border-bottom: 1px solid #c7c7c7;
  margin-bottom: 1em;
}
.list-table dt {
  font-weight: 600;
  padding: 1.6rem 0 0;
}
.list-table dd {
  display: block;
  padding: 0.8rem 0;
}
.list-table dd + dt {
  border-top: 1px dotted #eaeaea;
}
.list-table dd + dd {
  padding: 0 0 0.8rem;
}
.list-table dd div {
  border-top: 1px dotted #eaeaea;
  padding: 1rem 0;
}
.list-table dd div:first-of-type {
  border: none;
  padding: 0 0 1rem;
}
.list-table dd div:last-of-type {
  padding: 1rem 0 0;
}
.list-table dd div {
  position: relative;
}
.list-table dd a.link_movepage {
  border: none;
  display: inline-block;
  margin: 0 0 0 auto;
  text-decoration: none;
  float: none;
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
}
.top h2 {
  text-align: center;
}
.top h2 span {
  color: #3d62ad;
  font-weight: 300;
  display: block;
  line-height: 1;
  margin-left: 0;
}
.top main {
  padding-top: 150px;
}
@media only screen and (min-width: 960px) {
  .top main {
    padding-top: 20px;
  }
}
.key {
  display: block;
  width: 100%;
  padding: 136px 0 0;
}
.key-tab__nav__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 5px;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.key-tab__nav__list > li {
  background: #ddd;
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
}
.key-tab__nav__list > li label {
  display: block;
  padding: 0.8em 0;
  font-size: 1.1rem;
  font-weight: 500;
  text-align: center;
}
@media only screen and (min-width: 640px) {
  .key-tab__nav__list > li label {
    padding: 1rem 0;
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 960px) {
  .key-tab__nav__list > li label {
    padding: 1.4rem 0;
    font-size: 1.5rem;
  }
}
.key-tab__nav__list > li input[name="tab_item"] {
  display: none;
}
.key-tab__nav__list > li.scene.active {
  background: #8cc588;
  color: #fff;
}
.key-tab__nav__list > li.character.active {
  background: #fbaaac;
  color: #fff;
}
.key-tab__nav__list > li.all.active {
  background: #3d62ad;
  color: #fff;
}
.key-tab__content {
  width: 100%;
}
@media only screen and (min-width: 640px) {
  .key-tab__content {
    width: 100%;
  }
}
@media only screen and (min-width: 960px) {
  .key-tab__content {
    width: 100%;
  }
}
.key-tab__slide {
  display: none;
  padding: 20px 0;
  width: 100%;
  height: 100%;
}
.key-tab__slide.active {
  display: block;
}
.key-tab__slide.scene {
  background: #e1eae0;
}
.key-tab__slide.character {
  background: #f7eaeb;
}
.key-tab__slide.all {
  background: #dde7f3;
}
@media only screen and (min-width: 960px) {
  .key {
    padding-top: 0;
  }
}
.key__slide {
  width: 100%;
  overflow: visible;
}
@media only screen and (min-width: 640px) {
  .key__slide {
    width: 100%;
  }
}
@media only screen and (min-width: 960px) {
  .key__slide {
    width: 94%;
    margin: 0 auto;
  }
}
.key__slide .slick-slide img {
  width: 100%;
  max-width: 200%;
}
@media only screen and (min-width: 960px) {
  .key__slide .inner-slide {
    margin: 0 10px;
  }
}
.key-shimajiro {
  background: #fcf9ac;
  margin-bottom: 30px;
  padding-top: 136px;
}
@media only screen and (min-width: 960px) {
  .key-shimajiro {
    margin-bottom: 40px;
    padding-top: 0;
  }
}
.key-shimajiro__main {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
.key-shimajiro__campaign {
  background: #4cb76e;
  width: 100%;
  padding-top: 20px;
}
.key-shimajiro__campaign > div {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
.key-shimajiro__campaign2 {
  background: #f298c0;
  padding-top: 10px;
}
.key-shimajiro__campaign2 img {
  display: block;
  width: 94%;
  max-width: 940px;
  margin: 0 auto;
}
.main__visual {
  text-align: center;
}
.main__visual .topImage {
  margin: 20px auto;
}
@media only screen and (min-width: 640px) {
  .main__visual .topImage {
    margin: 30px auto;
  }
}
.main-banner {
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 0;
}
.main-banner__list {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.main-banner__list__item {
  width: 100%;
}
@media only screen and (min-width: 640px) {
  .main-banner__list__item {
    width: 48%;
    max-width: 480px;
    margin: 0 1% 2%;
  }
}
@media only screen and (min-width: 960px) {
  .main-banner__list__item {
    width: 32%;
    max-width: 480px;
    margin: 0 0 2%;
  }
}
.main-banner__list__item + li {
  margin-top: 2%;
}
@media only screen and (min-width: 640px) {
  .main-banner__list__item + li {
    margin-top: 0;
  }
}
@media only screen and (min-width: 960px) {
  .main-banner__list__item + li {
    margin-left: 2%;
  }
}
.main-banner__list__item img {
  width: 100%;
  max-width: 480px;
  height: auto;
}
.banner {
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 0;
}
.banner__list {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.banner__list__item {
  width: 100%;
}
@media only screen and (min-width: 640px) {
  .banner__list__item {
    width: 48%;
    max-width: 480px;
    margin: 0 1% 2%;
  }
}
@media only screen and (min-width: 960px) {
  .banner__list__item {
    width: 23.5%;
    max-width: 480px;
    margin: 0;
  }
}
.banner__list__item + li {
  margin-top: 2%;
}
@media only screen and (min-width: 640px) {
  .banner__list__item + li {
    margin-top: 0;
  }
}
@media only screen and (min-width: 960px) {
  .banner__list__item + li {
    margin-left: 2%;
  }
}
.banner__list__item img {
  width: 100%;
  max-width: 480px;
  height: auto;
}
.pickup {
  width: 100%;
}
@media only screen and (min-width: 960px) {
  .pickup {
    width: 94%;
    margin: 0 auto;
  }
}
.new-item {
  width: 94%;
}
.new-item h2 {
  background: #fae301;
  padding: 0.5em;
}
@media only screen and (min-width: 960px) {
  .new-item h2 {
    background: 0 0;
    padding: 0;
  }
}
@media only screen and (min-width: 960px) {
  .new-item {
    background: #fffad4;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto;
    padding-bottom: 50px;
  }
  .new-item__inner {
    width: 94%;
    max-width: 1200px;
    margin: 0 auto;
  }
}
.new-item .newitem__list {
  display: table;
  width: 100%;
  margin-bottom: 10px;
}
@media only screen and (min-width: 960px) {
  .new-item .newitem__list {
    display: flex;
    display: -ms-flexbox;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    align-items: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
  }
}
.new-item .newitem__list__item {
  display: table-cell;
  width: auto;
  padding-left: 20px;
}
@media only screen and (min-width: 960px) {
  .new-item .newitem__list__item {
    width: 18.4%;
    padding-left: 0;
  }
}
.new-item .newitem__list__item a {
  width: 38vw;
  display: block;
}
@media only screen and (min-width: 640px) {
  .new-item .newitem__list__item a {
    width: 26vw;
  }
}
@media only screen and (min-width: 960px) {
  .new-item .newitem__list__item a {
    width: 100%;
  }
}
.new-item .newitem__list__item .item-image {
  margin-bottom: 0.4em;
}
.new-item .newitem__list__item .item-image a {
  border: 1px solid #e5e5e5;
  background: #fff;
  display: block;
  position: relative;
  width: 100%;
}
.new-item .newitem__list__item .item-image a::before {
  content: "";
  padding-top: 100%;
  width: 100%;
  display: block;
}
.new-item .newitem__list__item .item-image a img {
  display: block;
  position: absolute;
  max-width: 90%;
  max-height: 90%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
}
.new-item .newitem__list__item .item-category {
  border-radius: 3px;
  border: 1px solid #000;
  display: inline-block;
  padding: 0.1em 0.8em;
  font-size: 1.2rem;
  margin-bottom: 0.5em;
}
.new-item .newitem__list__item .item-icon {
  font-size: 1.2rem;
}
.new-item .newitem__list__item .item-icon span {
  border-radius: 3px;
  display: inline-block;
  padding: 0.1em 0.8em;
}
.new-item .newitem__list__item .item-icon .item-soldout {
  border-radius: 3px;
  background: #47484a;
  color: #fff;
  display: inline-block;
  padding: 0.2rem 0.6rem;
}
.new-item .newitem__list__item .item-icon .item-sale {
  border-radius: 3px;
  background: #ec444d;
  color: #fff;
}
.new-item .newitem__list__item .item-name {
  font-size: 1.3rem;
  line-height: 1.4;
  margin-bottom: 0.5em;
  width: 100%;
  display: -webkit-box;
}
.new-item .newitem__list__item .item-price {
  margin-bottom: 1em;
  font-weight: 600;
}
.new-item .newitem__list__item .item-tax {
  font-size: 75%;
  font-weight: 400;
  margin-left: 0.2em;
}
.new-item .newitem__list__item .item-sale {
  background: #e23b3b;
  color: #fff;
}
.new-item .newitem__list__item .item__sale-rate {
  font-size: 1.4rem;
  background: #f13f3f;
  border-radius: 3px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  padding: 0.5rem;
  margin-right: 0.5em;
}
.new-item .newitem__list__item .item-soldout {
  border-radius: 3px;
  background: #47484a;
  color: #fff;
  display: inline-block;
  padding: 0.1rem 0.4rem;
  margin-left: 0.5em;
  font-weight: 400;
  font-size: 1.2rem;
}
.new-item .newitem__list__item .item-cart {
  display: block;
  text-align: center;
  color: #fff;
}
.new-item .newitem__list__item .item-cart a {
  background: #358deb;
  border-radius: 3px;
  display: inline-block;
  width: 80%;
  color: #fff;
  padding: 0.4em 0;
  font-weight: 700;
  font-size: 13px;
}
.new-item .newitem__list__item .item-cart .item-list-sold {
  background: #adadad;
  border-radius: 3px;
  display: inline-block;
  width: 80%;
  color: #282828;
  padding: 0.4em 0;
  font-weight: 700;
  font-size: 13px;
}
.new-item .panel_area {
  width: 100%;
  overflow: auto;
}
.new-item .item__list {
  margin-bottom: 20px;
}
.new-item .item__list__item {
  width: 32%;
  margin-right: 2%;
}
.new-item .item__list__item:nth-child(2n) {
  margin-right: 2%;
}
.new-item .item__list__item:nth-child(3n) {
  margin-right: 0;
}
@media only screen and (min-width: 960px) {
  .new-item .item__list__item {
    width: 23.5%;
  }
  .new-item .item__list__item:nth-child(2n) {
    margin-right: 2%;
  }
  .new-item .item__list__item:nth-child(3n) {
    margin-right: 2%;
  }
  .new-item .item__list__item:nth-child(4n) {
    margin-right: 0;
  }
  .new-item .item__list__item:nth-child(5n) {
    margin-right: 2%;
  }
}
@media only screen and (min-width: 1280px) {
  .new-item .item__list__item {
    width: 18.4%;
  }
  .new-item .item__list__item:nth-child(2n) {
    margin-right: 2%;
  }
  .new-item .item__list__item:nth-child(3n) {
    margin-right: 2%;
  }
  .new-item .item__list__item:nth-child(4n) {
    margin-right: 2%;
  }
  .new-item .item__list__item:nth-child(5n) {
    margin-right: 0;
  }
}
.new-item .scroll-item {
  margin-bottom: 20px;
}
.new-item__more {
  width: 80%;
  max-width: 480px;
  margin: 0 auto;
}
.new-item__more img {
  border-radius: 500px;
}
.link {
  padding: 20px 0;
}
@media only screen and (min-width: 640px) {
  .link {
    padding: 40px 0;
  }
}
.link__list {
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  width: 94%;
  max-width: 840px;
  margin: 0 auto;
}
@media only screen and (min-width: 640px) {
  .link__list {
    display: flex;
    display: -ms-flexbox;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    align-items: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
  }
}
.link__list > li {
  width: 80%;
  margin-bottom: 2%;
  text-align: center;
}
@media only screen and (min-width: 640px) {
  .link__list > li {
    width: 49%;
    margin-bottom: 0;
  }
}
.ranking {
  width: 100%;
}
.ranking__menu {
  width: 100%;
  overflow: auto;
  padding: 0 10px;
}
@media only screen and (min-width: 960px) {
  .ranking__menu {
    padding: 0;
    width: 94%;
    margin: 0 auto;
  }
}
.ranking .btn_area {
  border-bottom: none;
  margin: 0;
  padding-bottom: 30px;
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  width: 200%;
}
@media only screen and (min-width: 640px) {
  .ranking .btn_area {
    width: 100%;
  }
}
.ranking .ranking_btn {
  border-radius: 0;
  border-right: 1px solid #aab0bd;
  width: 20%;
  padding: 1rem 0;
  margin: 0;
  color: #333;
  background: #efeff1;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease 0s;
  font-size: 1.1rem;
}
@media only screen and (min-width: 640px) {
  .ranking .ranking_btn {
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 960px) {
  .ranking .ranking_btn {
    font-size: 1.8rem;
  }
}
.ranking .ranking_btn:first-of-type {
  border-left: 1px solid #e3ebf3;
}
.ranking .ranking_btn:hover {
  background-color: #dce1e4;
}
.ranking .ranking_btn.active {
  background: #3d62ad;
  color: #fff;
  position: relative;
}
.ranking .ranking_btn.active::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 10px solid #3d62ad;
  border-right: 16px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 16px solid transparent;
  position: absolute;
  top: 98%;
  left: 50%;
  transform: translateX(-50%);
}
.ranking .panel_area {
  width: 100%;
  overflow: auto;
}
@media only screen and (min-width: 640px) {
  .ranking .panel_area {
    width: 100%;
  }
}
@media only screen and (min-width: 960px) {
  .ranking .panel_area {
    width: 94%;
    margin: 0 auto;
  }
}
.ranking .ranking_panel {
  display: none;
  padding-top: 20px;
  width: 100%;
}
.ranking .ranking_panel.active {
  display: block;
}
.ranking__list {
  display: table;
  width: 100%;
  margin-bottom: 10px;
}
@media only screen and (min-width: 960px) {
  .ranking__list {
    display: flex;
    display: -ms-flexbox;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    align-items: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
  }
}
.ranking__list__item {
  display: table-cell;
  width: auto;
  margin: 0;
  position: relative;
  padding: 0 0 0 20px;
}
@media only screen and (min-width: 960px) {
  .ranking__list__item {
    display: block;
    width: 18.4%;
    margin: 0 2% 0 0;
    padding: 0;
  }
  .ranking__list__item:nth-child(5n) {
    margin-right: 0;
  }
}
.ranking__list__item:first-of-type {
  padding-left: 20px;
}
@media only screen and (min-width: 960px) {
  .ranking__list__item:first-of-type {
    padding-left: 0;
  }
}
.ranking__list__item:last-of-type {
  padding-right: 20px;
}
@media only screen and (min-width: 960px) {
  .ranking__list__item:last-of-type {
    padding-right: 0;
  }
}
.ranking__list__item a {
  display: block;
  text-decoration: none;
  width: 42vw;
}
@media only screen and (min-width: 640px) {
  .ranking__list__item a {
    width: 26vw;
  }
}
@media only screen and (min-width: 960px) {
  .ranking__list__item a {
    width: 100%;
  }
}
.ranking__list .item-image {
  border: solid 1px #e3ebf3;
  margin-bottom: 0.5rem;
  width: 100%;
  position: relative;
}
.ranking__list .item-image::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
.ranking__list .item-image img {
  position: absolute;
  height: 90%;
  max-height: 90%;
  width: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.ranking__list .item-name {
  font-size: 1.2rem;
  line-height: 1.2;
  margin-bottom: 0.4em;
}
.ranking__list .item__sale-rate {
  font-size: 1.4rem;
  background: #f13f3f;
  border-radius: 3px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  padding: 0.5rem;
  margin-right: 0.5em;
}
.ranking__list .item-tax {
  font-size: 75%;
}
.ranking-icon {
  position: absolute;
  top: 8px;
  left: 28px;
  text-align: center;
  background-color: #f3f5f7;
  border-radius: 50%;
  font-size: 12px;
  color: #333;
  width: 30px;
  height: 30px;
  line-height: 2.5;
}
.ranking-icon.rank-1 {
  background: #d1af28;
  color: #fff;
}
.ranking-icon.rank-2 {
  background: #aba8a8;
  color: #fff;
}
.ranking-icon.rank-3 {
  background: #d18858;
  color: #fff;
}
.top-ranking .rankingg__box {
  width: 100%;
  overflow-x: scroll;
}
.top-ranking .rankingg__box .btn_area {
  border-top: 1px solid #e3ebf3;
  border-bottom: none;
  margin: 0;
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  width: 200%;
}
@media only screen and (min-width: 640px) {
  .top-ranking .rankingg__box .btn_area {
    width: 100%;
  }
}
.top-ranking .rankingg__box .ranking_btn {
  border-radius: 0;
  border-right: 1px solid #e3ebf3;
  width: 20%;
  padding: 1rem 0;
  margin: 0;
  color: #333;
  background: #fbfbfb;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease 0s;
  font-size: 1.1rem;
}
@media only screen and (min-width: 640px) {
  .top-ranking .rankingg__box .ranking_btn {
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 960px) {
  .top-ranking .rankingg__box .ranking_btn {
    font-size: 1.8rem;
  }
}
.top-ranking .rankingg__box .ranking_btn:first-of-type {
  border-left: 1px solid #e3ebf3;
}
.top-ranking .rankingg__box .ranking_btn:hover {
  background-color: #dce1e4;
}
.top-ranking .rankingg__box .ranking_btn.active {
  background: #07539f;
  color: #fff;
}
.top-ranking .rankingg__box .panel_area {
  padding: 0.8em;
  width: 200%;
}
@media only screen and (min-width: 640px) {
  .top-ranking .rankingg__box .panel_area {
    width: 100%;
  }
}
.top-ranking .rankingg__box .ranking_panel {
  display: none;
  width: 100%;
}
.top-ranking .rankingg__box .ranking_panel.active {
  display: block;
}
.top-ranking .rankingg__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
}
.top-ranking .rankingg__list__item {
  width: 18%;
  margin: 0;
  position: relative;
}
.top-ranking .rankingg__list__item a {
  text-decoration: none;
}
.top-ranking .rankingg__list .item-image {
  border: solid 1px #e3ebf3;
  margin-bottom: 0.5rem;
  width: 100%;
  position: relative;
}
.top-ranking .rankingg__list .item-image::before {
  background: #000;
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
.top-ranking .rankingg__list .item-image img {
  position: absolute;
  height: 90%;
  max-height: 90%;
  width: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
}
.top-ranking .rankingg__list .item-name {
  font-size: 1.2rem;
  line-height: 1.2;
  margin-bottom: 0.4em;
}
.top-ranking .rankingg__list .item__sale-rate {
  font-size: 1.4rem;
  background: #f13f3f;
  border-radius: 3px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  padding: 0.5rem;
  margin-right: 0.5em;
}
.top-ranking .rankingg__list .item-tax {
  font-size: 75%;
}
.top-ranking .rankingg-icon {
  position: absolute;
  top: 8px;
  left: 8px;
  text-align: center;
  background-color: #f3f5f7;
  border-radius: 50%;
  font-size: 12px;
  color: #333;
  width: 30px;
  height: 30px;
  line-height: 2.5;
}
.top-ranking .rankingg-icon.rank-1 {
  background: #d1af28;
  color: #fff;
}
.top-ranking .rankingg-icon.rank-2 {
  background: #aba8a8;
  color: #fff;
}
.top-ranking .rankingg-icon.rank-3 {
  background: #d18858;
  color: #fff;
}
.content__box .btn_area {
  border-bottom: 5px solid #c7c7c7;
  margin: 0;
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.content__box .tab_btn {
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  width: 30%;
  max-width: 360px;
  color: #333;
  background: #f5f7f8;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease 0s;
  font-size: 1.2rem;
  padding: 1.2em 0;
}
@media only screen and (min-width: 960px) {
  .content__box .tab_btn {
    font-size: 1.8rem;
  }
}
.content__box .tab_btn + .tab_btn {
  margin-left: 8px;
}
.content__box .tab_btn:hover {
  background-color: #dce1e4;
}
.content__box .tab_btn.active {
  background: #07539f;
  color: #fff;
}
.content__box .panel_area {
  border: solid 1px #e3ebf3;
  padding: 0;
}
.content__box .tab_panel {
  display: none;
}
.content__box .tab_panel.active {
  display: block;
}
.content__box .ranking__box {
  width: 100%;
  overflow-x: scroll;
}
.content__box .ranking__box .btn_area {
  border-top: 1px solid #e3ebf3;
  border-bottom: none;
  margin: 0;
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  width: 200%;
}
@media only screen and (min-width: 640px) {
  .content__box .ranking__box .btn_area {
    width: 100%;
  }
}
.content__box .ranking__box .ranking_btn {
  border-radius: 0;
  border-right: 1px solid #e3ebf3;
  width: 20%;
  padding: 1rem 0;
  margin: 0;
  color: #333;
  background: #fbfbfb;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease 0s;
  font-size: 1.1rem;
}
@media only screen and (min-width: 640px) {
  .content__box .ranking__box .ranking_btn {
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 960px) {
  .content__box .ranking__box .ranking_btn {
    font-size: 1.8rem;
  }
}
.content__box .ranking__box .ranking_btn:first-of-type {
  border-left: 1px solid #e3ebf3;
}
.content__box .ranking__box .ranking_btn:hover {
  background-color: #dce1e4;
}
.content__box .ranking__box .ranking_btn.active {
  background: #07539f;
  color: #fff;
}
.content__box .ranking__box .panel_area {
  border: solid 1px #e3ebf3;
  padding: 0.8em;
  width: 200%;
}
@media only screen and (min-width: 640px) {
  .content__box .ranking__box .panel_area {
    width: 100%;
  }
}
.content__box .ranking__box .ranking_panel {
  display: none;
  width: 100%;
}
.content__box .ranking__box .ranking_panel.active {
  display: block;
}
.content__box .ranking__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
}
.content__box .ranking__list__item {
  width: 18%;
  margin: 0;
  position: relative;
}
.content__box .ranking__list__item a {
  text-decoration: none;
}
.content__box .ranking__list .item-image {
  margin-bottom: 0.5rem;
}
.content__box .ranking__list .item-name {
  font-size: 1.2rem;
  line-height: 1.2;
}
.content__box .ranking-icon {
  position: absolute;
  top: 8px;
  left: 8px;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
  font-size: 12px;
  color: #333;
  width: 30px;
  height: 30px;
  line-height: 2.5;
}
.content__box .ranking-icon.rank-1 {
  background: #d1af28;
  color: #fff;
}
.content__box .ranking-icon.rank-2 {
  background: #aba8a8;
  color: #fff;
}
.content__box .ranking-icon.rank-3 {
  background: #d18858;
  color: #fff;
}
.feature__list {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  margin-bottom: 20px;
}
@media only screen and (min-width: 640px) {
  .feature__list {
    display: flex;
    display: -ms-flexbox;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    align-items: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    margin-bottom: 30px;
  }
}
.feature__list__item {
  width: 49%;
}
@media only screen and (min-width: 640px) {
  .feature__list__item {
    width: 49%;
  }
}
@media only screen and (min-width: 960px) {
  .feature__list__item {
    width: 23.5%;
  }
}
.feature__list__more {
  border-radius: 300px;
  background: #1e4089;
  color: #fff;
  display: block;
  padding: 1.4rem 0;
  font-size: 1.5rem;
  width: 90%;
  max-width: 480px;
  margin: 0 auto 40px;
  text-align: center;
  text-decoration: none;
}
@media only screen and (min-width: 960px) {
  .feature__list__more {
    font-size: 2rem;
  }
}
.feature__list__more i {
  margin-left: 1em;
}
.information {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  padding-bottom: 40px;
}
.information__news {
  width: 100%;
  margin-bottom: 30px;
}
@media only screen and (min-width: 640px) {
  .information__news {
    margin-bottom: 0;
    
  }
}
.information .news-caution a {
  border: 1px solid #f33535;
  background: #ffefef;
  display: block;
  font-weight: 500;
  text-align: center;
  padding: 0.8em;
  color: #f33535;
}
.information .news-caution + .news-caution {
  margin-top: 0.5em;
}
.information__list {
  border-top: 1px solid #dce1e4;
  width: 100%;
  margin-bottom: 20px;
}
.information__list li a {
  display: block;
  padding: 1.2rem;
  border-bottom: 1px solid #dce1e4;
  text-decoration: none;
}
.information__list li .news-date {
  margin-right: 0.8em;
}
.information__bnr {
  width: 100%;
}
@media only screen and (min-width: 640px) {
  .information__bnr {
    width: 40%;
  }
}
.information__bnr__list__item {
  text-align: center;
}
.information__bnr__list__item img {
  width: 100%;
  max-width: 360px;
}
.information__bnr__list__item + li {
  margin-top: 2%;
}
.our-shop {
  width: 94%;
  max-width: 1200px;
  margin: 15px auto 0;
  padding: 0.8em;
}
.our-shop__list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 10px;
}
@media only screen and (min-width: 640px) {
  .our-shop__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
  }
}
@media only screen and (min-width: 960px) {
  .our-shop__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 15px;
  }
}
.our-shop__list__item {
  font-size: 1.2rem;
}
a {
  cursor: pointer;
}
.header__msg {
  background: #fedbb7;
  border-radius: 6px;
  width: 94%;
  max-width: 1200px;
  margin: 15px auto 0;
  padding: 0.8em;
}
.dis-none {
  display: none !important;
}
.admin-code-check {
  border: 1px solid #000;
  border-collapse: collapse;
}
.admin-code-check td,
.admin-code-check th {
  border: 1px solid #000;
  padding: 5px;
}
.item__content__image .slick-slider {
  touch-action: auto !important;
}
main.category,
main.company,
main.contact-page,
main.guide,
main.news-page,
main > .item {
  padding-top: 134px;
}
.page {
  padding-bottom: 40px;
}
.page__title {
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
}
.page h1 {
  font-size: 2.8rem;
  font-weight: 500;
  margin: 1em 0;
}
.page h1 span {
  font-size: 1.6rem;
  display: inline-block;
  margin-left: 1em;
}
.page h2 {
  font-size: 2.4rem;
  font-weight: 500;
  margin: 1em 0;
}
.page h2 span {
  font-size: 1.4rem;
  display: inline-block;
  margin-left: 1em;
}
.page h3 {
  font-size: 2rem;
  font-weight: 500;
  margin: 2.4em 0 1em;
}
.page h3 span {
  font-size: 1.2rem;
  display: inline-block;
  margin-left: 1em;
}
.page h4 {
  font-size: 1.8rem;
  font-weight: 500;
  margin: 1em 0 0.5em;
}
.page h4 span {
  font-size: 1.2rem;
  display: inline-block;
  margin-left: 1em;
}
.page .contract__section {
  border-top: 1px solid #adadad;
}
.page .contract__section dt {
  padding: 0.8em 0.8em 0 0.8em;
  font-weight: 600;
}
@media only screen and (min-width: 640px) {
  .page .contract__section dt {
    font-weight: 400;
    float: left;
    width: 240px;
  }
}
.page .contract__section dd {
  padding: 0.8em;
}
@media only screen and (min-width: 640px) {
  .page .contract__section dd {
    width: 65%;
    margin-left: 240px;
    padding: 0.8em 0;
  }
}
.page .contract__section dd + dd {
  padding-top: 0;
}
.page .privacy {
  margin-bottom: 40px;
}
.page .privacy__list {
  margin: 1em 0 1em 1.5em;
  list-style: square outside;
}
.page .privacy__list > li {
  margin-bottom: 0.5em;
}
.page .privacy__list ul {
  list-style: circle;
  margin: 0.5em 0 1em 1.5em;
}
.page .privacy__list__num {
  list-style: decimal outside;
  margin: 1em 0 1em 1.5em;
}
.page .review .review-item-wrap {
  border: 1px solid #333;
  padding: 20px;
  border-radius: 3px;
  display: flex;
  margin-bottom: 60px;
}
.page .review .review-item-wrap .review-item-image {
  padding-right: 20px;
  width: 120px;
}
.page .review .review-item-wrap .review-item-image img {
  width: 100%;
  height: 120px;
  -o-object-fit: cover;
  object-fit: cover;
}
.page .review .review-item-info .review-item-category {
  font-size: 12px;
  margin-bottom: 8px;
}
.page .review .review-item-info .review-item-name {
  font-size: 18px;
}
.page .review .review-item-info .total-review {
  display: flex;
  align-items: baseline;
  margin-top: 10px;
}
.page .review .review-item-info .review-star {
  margin-right: 10px;
}
.page .review .review-item-info .review-average {
  font-size: 20px;
  font-weight: 700;
}
.page .review .review-item-info .review-count {
  font-size: 12px;
}
.page .review .review-form-wrap {
  width: 485px;
  margin: 0 auto;
}
.page .review .review-form {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.page .review .review-form:last-child {
  margin-bottom: 60px;
}
.page .review .review-form dt {
  width: 150px;
  text-align: left;
}
.page .review .review-form .review-form-content {
  width: 100%;
}
.page .review .review-form dd input {
  border: 1px solid #707070;
  width: 100%;
}
.page .review .review-form dd .reviewRateStar:before {
  font-size: 18px;
}
.page .review .review-post-btn {
  border: none !important;
  background: #707070;
  color: #fff;
}
.page .company__img img {
  border-radius: 5px;
  width: 100%;
  max-width: 200%;
}
.page .company__lead {
  padding: 2em 0;
  line-height: 1.75;
}
@media only screen and (min-width: 960px) {
  .page .company__lead {
    text-align: center;
  }
}
.page .company__lead p {
  margin-bottom: 1em;
}
@media only screen and (min-width: 960px) {
  .page .company__lead p .pc-br {
    display: block;
  }
}
.page .company__profile {
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: flex-start;
  align-items: stretch;
  width: 100%;
}
@media only screen and (min-width: 960px) {
  .page .company__profile {
    display: flex;
    display: -ms-flexbox;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    align-items: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
  }
}
.page .company__profile dt {
  align-self: stretch;
  width: 100%;
  padding: 1.2rem 1.2rem 0.5rem 1.2rem;
  font-weight: 600;
}
@media only screen and (min-width: 960px) {
  .page .company__profile dt {
    padding: 1.2rem;
    border-bottom: 1px solid #adadad;
    width: 25%;
    font-weight: 400;
  }
}
.page .company__profile dd {
  border-bottom: 1px solid #adadad;
  width: 100%;
  padding: 0.5rem 1.2rem 1.2rem 1.2rem;
}
@media only screen and (min-width: 960px) {
  .page .company__profile dd {
    padding: 1.2rem;
    width: 75%;
  }
}
.page .company__profile dd .at-mark::after {
  content: "@";
  display: inline-block;
}
.page .company__profile dd .contact-btn {
  padding: 0.5em 0;
}
.page .company__profile dd .contact-btn a {
  background: #64b5b7;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  padding: 0.2rem 1.6rem;
}
.page .guide {
  margin-bottom: 80px;
}
.page .guide h2 {
  border-bottom: 1px solid #b7b7b7;
}
.page .guide p {
  margin-bottom: 1em;
}
.page .guide p a {
  color: #1e79e2;
  text-decoration: underline;
}
.page .guide a.btn {
  background: #2798b4;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  width: 80%;
  max-width: 320px;
  text-align: center;
  padding: 1.2rem 0;
  text-decoration: none;
}
.page .guide strong {
  color: #e24040;
}
.page .guide .at-mark::before {
  content: "@";
  display: inline-block;
}
.page .guide__payment {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  margin: 1em 0;
}
.page .guide__payment__card {
  text-align: center;
  padding: 0 20px;
}
.page .guide__payment__card img {
  height: 45px;
}
.page .guide__payment__amazon {
  width: 280px;
  margin-bottom: 20px;
}
.page .guide__payment__paypay {
  width: 280px;
  margin-bottom: 20px;
}
.page .guide__shipping-fee {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: stretch;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  border: 1px solid #b7b7b7;
  margin-bottom: 20px;
}
.page .guide__shipping-fee > dt {
  display: flex;
  align-items: stretch;
  background: #e4e4e4;
  width: 20%;
  padding: 0.8em;
  border-right: 1px solid #b7b7b7;
}
.page .guide__shipping-fee > dt:not(:last-of-type) {
  border-bottom: 1px solid #b7b7b7;
}
.page .guide__shipping-fee > dd {
  width: 80%;
  padding: 0.8em;
}
.page .guide__shipping-fee > dd:not(:last-of-type) {
  border-bottom: 1px solid #b7b7b7;
}
.page .guide__shipping-fee > dd div {
  padding-top: 0;
}
.page .guide__shipping .about_mail a {
  background: #2798b4;
  border-radius: 3px;
  color: #fff;
  display: block;
  width: 80%;
  max-width: 320px;
  text-align: center;
  padding: 1.2rem 0;
}
.page .guide__shipping-delivery-time {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: baseline;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
}
.page .guide__shipping-delivery-time > li {
  border: 1px solid #b7b7b7;
  padding: 0.8em;
  margin: 0 2% 2% 0;
  width: 49%;
  text-align: center;
}
.page .guide__shipping-delivery-time > li:nth-child(2n) {
  margin-right: 0;
}
@media only screen and (min-width: 640px) {
  .page .guide__shipping-delivery-time > li {
    width: 32%;
  }
  .page .guide__shipping-delivery-time > li:nth-child(2n) {
    margin-right: 2%;
  }
  .page .guide__shipping-delivery-time > li:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 960px) {
  .page .guide__shipping-delivery-time > li {
    width: 15%;
  }
  .page .guide__shipping-delivery-time > li:nth-child(2n) {
    margin-right: 2%;
  }
  .page .guide__shipping-delivery-time > li:nth-child(3n) {
    margin-right: 2%;
  }
  .page .guide__shipping-delivery-time > li:nth-child(6n) {
    margin-right: 0;
  }
}
.page .news__list {
  margin-bottom: 20px;
}
.page .news__list > li {
  border-bottom: 1px solid #e0e5e6;
}
.page .news__list > li a {
  display: block;
  padding: 1.5em 1em;
  transition: 0.3s;
}
.page .news__list > li a:hover {
  background: #d6dce6;
}
.page .news-detail {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
}
.page .news-detail-date {
  width: 8em;
  margin-right: 1em;
}
.page .news-detail-title {
  width: calc(100% - 9em);
}
.page .news__item__head {
  margin-bottom: 20px;
}
.page .news__item__head .news-date {
  margin-bottom: 0;
}
.page .news__item__head .news-title {
  margin-top: 0;
}
.page .news__item__body {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #2d5979;
}
.page .news-pager .pager-left {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  margin-bottom: 1em;
}
.page .news-pager .pager-left p + p {
  margin-left: 2em;
}
.page .news-pager .back {
  text-align: center;
}
.page .news-pager .back a {
  border: 1px solid #2d5979;
  display: block;
  text-align: center;
  width: 100%;
  max-width: 8em;
  padding: 0.5em;
  margin: 0 auto;
}
.page__nekopos section {
  margin-bottom: 40px;
}
.page__nekopos p {
  margin-bottom: 1em;
}
.page__nekopos .list-table {
  flex-direction: column;
  align-items: flex-start;
}
.page__nekopos .list-table dd,
.page__nekopos .list-table dt {
  width: 100%;
}
.category-list .search-cat__list {
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
}
.category-list .search-cat__list__item {
  width: 100%;
}
.category-list .search-cat__list__item h3 {
  font-weight: 500;
  margin-bottom: 1em;
}
.category-list .search-cat__list__item__child {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: flex-start;
  align-items: stretch;
  width: 100%;
}
.category-list .search-cat__list__item__child > li {
  display: flex;
  align-items: stretch;
  font-size: 1.2rem;
  width: 49%;
  margin-right: 2%;
}
.category-list .search-cat__list__item__child > li:nth-child(2n) {
  margin-right: 0;
}
@media only screen and (max-width: 375px) {
  .category-list .search-cat__list__item__child > li {
    width: 100%;
    margin-right: 0;
  }
}
@media only screen and (min-width: 640px) {
  .category-list .search-cat__list__item__child > li {
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 960px) {
  .category-list .search-cat__list__item__child > li {
    font-size: 1.4rem;
    width: 32%;
    margin-right: 2%;
  }
  .category-list .search-cat__list__item__child > li:nth-child(2n) {
    margin-right: 2%;
  }
  .category-list .search-cat__list__item__child > li:nth-child(3n) {
    margin-right: 0;
  }
}
.category-list .search-cat__list__item__child > li a {
  display: flex;
  align-items: center;
  width: 100%;
}
.category-list .search-cat__list__item:last-of-type {
  text-align: center;
}
.category-list .search-cat__list__item:last-of-type a {
  background: #64b5b7;
  border-radius: 3px;
  color: #fff;
  display: block;
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  padding: 0.8rem 0;
}
.item__content {
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 20px;
}
@media only screen and (min-width: 960px) {
  .item__content {
    display: flex;
    display: -ms-flexbox;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    align-items: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    padding: 40px 0;
  }
}
.item__content__image {
  width: 100%;
}
@media only screen and (min-width: 960px) {
  .item__content__image {
    width: 49%;
  }
}
.item__content__image .gallery {
  margin-bottom: 20px;
}
.item__content__image .gallery li {
  list-style: none;
}
.item__content__image .gallery li > div {
  width: 100%;
  position: relative;
}
.item__content__image .gallery li > div::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.item__content__image .gallery li > div img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.item__content__image .gallery-nav {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
}
.item__content__image .gallery-nav > li {
  width: 23.5%;
  margin: 0 2% 2% 0;
}
.item__content__image .gallery-nav > li:nth-child(4n) {
  margin-right: 0;
}
.item__content__image .gallery-nav > li > div {
  border: 1px solid #b8b8b8;
  width: 100%;
  position: relative;
}
.item__content__image .gallery-nav > li > div::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.item__content__image .gallery-nav > li > div img {
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.item__content__image .slick-next,
.item__content__image .slick-prev {
  position: absolute;
  z-index: 3;
  top: 42%;
  cursor: pointer;
  outline: 0;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  height: 15px;
  width: 15px;
}
.item__content__image .slick-prev:after {
  content: "";
  position: absolute;
  top: -14px;
  left: -8px;
  width: 40px;
  opacity: 0.5;
  height: 30px;
  transform: rotate(45deg);
  background-color: rgba(251, 250, 247, 0.75);
}
.item__content__image .slick-next:after {
  content: "";
  position: absolute;
  top: -14px;
  left: -8px;
  width: 40px;
  opacity: 0.5;
  height: 30px;
  transform: rotate(45deg);
  background-color: rgba(251, 250, 247, 0.75);
}
.item__content__image .slick-prev {
  left: 2.5%;
  transform: rotate(-135deg);
}
.item__content__image .slick-next {
  right: 2.5%;
  transform: rotate(45deg);
}
.item__content__image .slick-track {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.item__content__image .choice-btn {
  margin: 6px 0 40px;
}
.item__content__image .choice-btn li {
  cursor: pointer;
  background: #333;
  width: 100px !important;
  margin-right: 8px;
  margin-bottom: 12px;
}
.item__content__image .choice-btn li:nth-child(5n) {
  margin-right: 0;
}
.item__content__image .choice-btn .slick-track {
  width: 100% !important;
}
.item__content__image .choice-btn li img {
  opacity: 0.4;
  width: 100px;
  height: 110px;
  -o-object-fit: cover;
  object-fit: cover;
}
.item__content__image .choice-btn li.slick-current img {
  opacity: 1;
}
.item__content__image .slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.item__content__image .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.item__content__image .slick-list:focus {
  outline: 0;
}
.item__content__image .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.item__content__image .slick-slider .slick-list,
.item__content__image .slick-slider .slick-track {
  transform: translate3d(0, 0, 0);
}
.item__content__image .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.item__content__image .slick-track:after,
.item__content__image .slick-track:before {
  display: table;
  content: "";
}
.item__content__image .slick-track:after {
  clear: both;
}
.item__content__image .slick-loading .slick-track {
  visibility: hidden;
}
.item__content__image .slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.item__content__image [dir="rtl"] .slick-slide {
  float: right;
}
.item__content__image .slick-slide img {
  display: block;
}
.item__content__image .slick-slide.slick-loading img {
  display: none;
}
.item__content__image .slick-slide.dragging img {
  pointer-events: none;
}
.item__content__image .slick-initialized .slick-slide {
  display: block;
}
.item__content__image .slick-loading .slick-slide {
  visibility: hidden;
}
.item__content__image .slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.item__content__image .slick-arrow.slick-hidden {
  display: none;
}
.item__content__detail {
  width: 100%;
}
@media only screen and (min-width: 960px) {
  .item__content__detail {
    width: 48%;
  }
}
.item__content .youtube {
  position: relative;
  margin: 20px 0;
  width: 100%;
  padding-top: 56.25%;
}
.item__content .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.item__content .item-title {
  margin-bottom: 1em;
}
.item__content .item-title .item-icon {
  margin-bottom: 10px;
}
.item__content .item-title .item-icon span {
  border-radius: 3px;
  display: inline-block;
  padding: 0.2em 1.6em;
}
.item__content .item-title .item-icon__soldout {
  background: #47484a;
  color: #fff;
}
.item__content .item-title .item-icon__sale {
  background: #ec444d;
  color: #fff;
}
.item__content .item-title .item-category-name {
  margin-bottom: 16px;
}
.item__content .item-title .item-category-name a {
  border-radius: 3px;
  color: #000;
  border: 1px solid #000;
  padding: 0.2em 1.6em;
  text-decoration: none;
}
.item__content .item-title h1 {
  font-size: 2rem;
  font-weight: 500;
}
.item__content .item-title .bulk-text {
  border: 2px solid #f5c160;
  border-radius: 3px;
  display: block;
  padding: 0.5rem 10px;
  margin-bottom: 10px;
}
.item__content .item-title .bulk-text a {
  border-radius: 3px;
  display: block;
  background: #f3d49b;
  padding: 0.5rem;
  margin-top: 0.5em;
  text-align: center;
  transition: 0.3s;
}
.item__content .item-title .bulk-text a:hover {
  background: #f5c160;
  transition: 0.3s;
}
.item__content .item__price-wrap .price-fixed {
  font-size: 1.3rem;
  margin-bottom: 5px;
  line-height: 1;
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.item__content .item__price-wrap .price-original {
  color: #6c6c6c;
  text-decoration: line-through;
}
.item__content .item__price-wrap .price-sale-rate {
  border-radius: 3px;
  background: #e23b3b;
  color: #fff;
  padding: 0.2em 0.8em;
  margin: 0 0.4em 0 0;
}
.item__content .item__price-wrap .price-sale {
  color: #e23b3b;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0.3em;
}
@media only screen and (min-width: 640px) {
  .item__content .item__price-wrap .price-sale {
    font-size: 3.2rem;
  }
}
@media only screen and (min-width: 960px) {
  .item__content .item__price-wrap .price-sale {
    font-size: 3.6rem;
  }
}
.item__content .item__price-wrap .price-tax {
  font-size: 1.2rem;
}
.item__content .item__price-wrap .sale-text {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.item__content .item__price-wrap .sale-priod {
  border-radius: 3px;
  background: #ffe9e9;
  padding: 0.4em;
  margin: 1em 0;
  text-align: center;
}
.item__content
  .item__price-wrap
  .sale-priod
  .sale-priod-start
  + .sale-priod-end::before {
  content: "ー";
  margin: 0 0.4em;
  display: inline;
}
.item__content .item__sale-rate {
  font-size: 1.8rem;
  background: #ea1616;
  border-radius: 3px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  padding: 0.5rem 0.8rem;
  margin-right: 0.5em;
}
.item__content .item-point {
  font-size: 1.2rem;
  margin: 0 0 1em;
}
.item__content .item-point span {
  margin: 0 0.2em;
  display: inline-block;
}
.item__content .item-review {
  font-size: 1.2rem;
  margin-bottom: 1em;
}
.item__content .item-sell-text {
  margin-bottom: 1em;
}
.item__content .item-quantity {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  font-size: 12px;
  margin-bottom: 0;
}
.item__content .item-quantity input {
  width: 40px;
  border: 1px solid #333;
  margin-left: 8px;
}
.item__content .item-quantity__num {
  margin-right: 1em;
}
.item__content .item-description {
  padding: 20px 0;
}
.item__content .item-description__title {
  background: #efefef;
  font-weight: 500;
  margin-bottom: 1em;
  padding: 0.4em 1.2em;
}
.item__content .item-info__list > li dl {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
}
.item__content .add-cart {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 10px 0 40px;
}
.item__content .add-cart a {
  text-decoration: none;
}
.item__content .add-cart .item-stock {
  margin-right: 14px;
  font-size: 10px;
}
.item__content .add-cart .btn {
  width: 80%;
  display: inline-block;
  text-align: center;
  border-radius: 5px;
  padding: 15px 0;
  font-weight: 700;
  font-size: 13px;
  color: #fff;
}
.item__content .add-cart-btn {
  background: #358deb;
}
.item__content .add-cart-btn i {
  margin-right: 0.4em;
}
.item__content .add-cart .restock-btn {
  background: #333;
}
.item__content .add-cart .disabled-btn {
  background: #b5b5b5;
}
.item__content .add-cart .subscription-btn {
  background: #006bed;
  margin-top: 8px;
}
.item__content .add-cart .off {
  display: none;
}
.item__content .add-cart .on {
  display: block;
}
.item__content .subscription-only {
  margin-top: 0 !important;
}
.item__content .item-stock-sku {
  margin-bottom: 8px;
}
.item__content .favorite-wrap {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  width: 100%;
}
.item__content .favorite-wrap .restock {
  width: 50%;
}
.item__content .favorite-wrap .restock a {
  background: #d39c3d;
  width: 100%;
}
.item__content .favorite a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f004";
  font-size: 24px;
  margin-left: 18px;
  color: #ff7683;
}
.item__content .favorite.active a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f004";
  font-size: 24px;
  font-weight:900;
  margin-left: 18px;
  color: #ff7683 !important;
}
.item__content .favorite a:hover::after {
  font-weight: 900;
}
.item__content .modal-area {
  display: none;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.item__content .modal-bg {
  width: 100%;
  height: 100%;
  background-color: rgba(30, 30, 30, 0.9);
}
.item__content .modal-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  max-width: 640px;
  padding: 30px;
  background-color: #fff;
}
.item__content .modal-cart-btn {
  width: 100%;
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 960px) {
  .item__content .modal-cart-btn {
    display: flex;
    display: -ms-flexbox;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
  }
}
.item__content .modal-cart-btn li {
  border-radius: 5px;
  margin: 0;
  width: 100%;
  margin-top: 16px;
}
@media only screen and (min-width: 960px) {
  .item__content .modal-cart-btn li {
    width: 48%;
  }
}
.item__content .modal-cart-btn li a {
  width: 100%;
  display: block;
  text-align: center;
  padding: 15px 0;
  font-weight: 700;
  font-size: 13px;
  color: #fff;
}
.item__content .modal-cart-btn li a i {
  margin-right: 0.5em;
}
.item__content .modal-cart {
  background: #707070;
}
.item__content .modal-order {
  background: #1fd5ad;
}
.item__content .modal-close {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  cursor: pointer;
}
.item__content .modal-open {
  cursor: pointer;
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: baseline;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  width: 100%;
}
.item__content .item-contact {
  margin-bottom: 40px;
}
.item__content .item-contact::before {
  content: "";
  display: block;
  width: 100%;
  border: 1px solid #cbcbcb;
  margin: 30px 0 40px;
}
.item__content .item-contact a {
  color: #282828;
  width: 100%;
  display: inline-block;
  padding: 8px 0;
  border: 1px solid #333;
  border-radius: 2px;
  text-align: center;
  text-decoration: none;
}
.item__content .item-contact a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f0e0";
  font-size: 16px;
  font-weight: 900;
  padding-right: 10px;
  color: #707070;
}
.item__content .parts__match {
  padding: 10px 15px 10px;
  margin: 0 auto 30px;
  border: 5px solid #29ba93;
  font-size: 18px;
  color: #29ba93;
  box-sizing: border-box;
  text-align: center;
  width: 100%;
}
.item__content .parts__match p {
  text-align: right;
}
.item__content .parts__match p a {
  text-align: right;
  font-size: 11px;
  padding: 5px;
  text-decoration: none;
  color: #29ba93;
}
.item__content .parts__match p a:hover {
  background: #29ba93;
  color: #fff;
}
.item__content .parts__match dl {
  margin-bottom: 10px;
}
.item__content .parts__match dl dt {
  font-size: 16px;
  border-bottom: 1px dotted #29ba93;
  padding-bottom: 5px;
  margin-bottom: 15px;
  color: #29ba93;
  line-height: 2;
}
.item__content .parts__match dl dd {
  line-height: 1.4;
  text-align: left;
}
.item__content .parts__notice-order {
  margin-bottom: 1em;
}
.item__content .parts__notice-color {
  color: #383838;
  line-height: 1.4;
}
.item__content .parts__notice-color p {
  text-indent: -0.75em;
  margin-left: 1.5em;
  font-size: 1.2rem;
}
@media only screen and (min-width: 640px) {
  .item__content .parts__notice-color p {
    font-size: 1.3rem;
  }
}
.item__content .parts__notice-color p::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f071";
  display: inline-block;
  color: #ff9e03;
  margin-right: 0.5em;
}
.item .group-review-section {
  border-top: 1px solid #858585;
  border-bottom: 1px solid #858585;
  padding-top: 20px;
}
@media only screen and (min-width: 960px) {
  .item .group-review-section {
    padding-top: 40px;
  }
}
.item .checked-contents {
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
}
.item .checked-contents .panel_area {
  width: 100%;
  overflow: auto;
}
.item .checked-contents .scroll-item {
  margin-bottom: 20px;
}
.item .checked-contents .item__list {
  display: table;
  width: auto;
  margin-bottom: 10px;
}
@media only screen and (min-width: 960px) {
  .item .checked-contents .item__list {
    display: flex;
    display: -ms-flexbox;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    align-items: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
  }
}
.item .checked-contents .item__list__item {
  font-size: 1.1rem;
  display: table-cell;
  padding-left: 20px;
}
.item .checked-contents .item__list__item a {
  width: 42vw;
}
@media only screen and (min-width: 960px) {
  .item .checked-contents .item__list__item a {
    width: 100%;
  }
}
@media only screen and (min-width: 640px) {
  .item .checked-contents .item__list__item {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 960px) {
  .item .checked-contents .item__list__item {
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 960px) {
  .item .checked-contents .item__list__item {
    width: 18.4%;
    padding-left: 0;
  }
  .item .checked-contents .item__list__item:nth-child(4n) {
    margin-right: 2%;
  }
  .item .checked-contents .item__list__item:nth-child(5n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1280px) {
  .item .checked-contents .item__list__item {
    width: 15%;
  }
  .item .checked-contents .item__list__item:nth-child(2n) {
    margin-right: 2%;
  }
  .item .checked-contents .item__list__item:nth-child(3n) {
    margin-right: 2%;
  }
  .item .checked-contents .item__list__item:nth-child(4n) {
    margin-right: 2%;
  }
  .item .checked-contents .item__list__item:nth-child(5n) {
    margin-right: 2%;
  }
  .item .checked-contents .item__list__item:nth-child(6n) {
    margin-right: 0;
  }
}
.category h1 {
  font-weight: 600;
  margin: 1em 0 0.5em;
  font-size: 2rem;
}
@media only screen and (min-width: 640px) {
  .category h1 {
    font-size: 2.4rem;
  }
}
@media only screen and (min-width: 960px) {
  .category h1 {
    font-size: 2.8rem;
  }
}
.category h1 span {
  font-size: 1.6rem;
  display: inline-block;
  margin-left: 1em;
}
.category h2 {
  font-weight: 500;
  margin: 1em 0;
  font-size: 1.6rem;
}
@media only screen and (min-width: 640px) {
  .category h2 {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 960px) {
  .category h2 {
    font-size: 2.2rem;
  }
}
.category h2 span {
  font-size: 1.4rem;
  display: inline-block;
  margin-left: 1em;
}
.category__key {
  text-align: center;
}
.category__key img {
  width: 100%;
  max-width: 1200px;
  height: auto;
}
.category__title {
  margin-bottom: 40px;
  text-align: center;
  line-height: 1;
}
.category__title::after {
  background: #3d62ad;
  content: "";
  display: block;
  width: 220px;
  height: 2px;
  margin: 0 auto;
}
.category__description {
  margin-bottom: 40px;
}
@media only screen and (min-width: 960px) {
  .category__description {
    text-align: center;
  }
}
.category__sale-description {
  margin-bottom: 40px;
}
@media only screen and (min-width: 960px) {
  .category__sale-description {
    text-align: center;
  }
}
.category__sale-description .sale-point {
  font-weight: 600;
  font-size: 2.4rem;
  position: relative;
  display: inline-block;
}
.category__sale__list {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  align-items: stretch;
}
.category__sale__list > li {
  margin: 0 0 2%;
  width: 49%;
  text-align: center;
}
@media only screen and (min-width: 640px) {
  .category__sale__list > li {
    width: 30%;
  }
}
.category__sale__list > li a {
  border: 1px solid #000;
  border-radius: 3px;
  display: block;
  padding: 1.8rem;
  transition: 0.3s;
}
.category__sale__list > li a:hover {
  background: #2459b5;
  border: 1px solid #2459b5;
  color: #fff;
}
.category__sale__list + .category-child-item {
  display: none;
}
.category .category-child-item + .category-child-item {
  display: none;
}
.category__sort {
  margin: 20px 0;
}
@media only screen and (min-width: 960px) {
  .category__sort {
    margin-bottom: 40px;
  }
}
.category .list-head-sort {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: baseline;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
}
.category .list-head-sort dt {
  margin-right: 0.4em;
}
.category .list-head-sort dd a {
  background: #e7e8e8;
  color: #282828;
  display: block;
  padding: 0.2rem 0.8rem;
  text-decoration: none;
  font-size: 1.1rem;
}
@media only screen and (min-width: 640px) {
  .category .list-head-sort dd a {
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 960px) {
  .category .list-head-sort dd a {
    font-size: 1.4rem;
  }
}
.category .list-head-sort dd + dd {
  margin-left: 0.4em;
}
.category-child-item {
  margin-bottom: 40px;
  border-bottom: 1px solid #858585;
}
.category-child-item > li {
  display: inline-block;
  margin: 0 1em 1em 0;
}
.category-child-item > li a {
  border: 1px solid #858585;
  display: block;
  padding: 0.2rem 0.8rem;
}
.category-child-item-icon {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: flex-start;
  align-items: stretch;
}
.category-child-item-icon > li {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 2%;
  align-self: stretch;
}
.category-child-item-icon > li:nth-child(2n) {
  margin-right: 0;
}
@media only screen and (min-width: 640px) {
  .category-child-item-icon > li {
    width: 32%;
  }
  .category-child-item-icon > li:nth-child(2n) {
    margin-right: 2%;
  }
  .category-child-item-icon > li:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 960px) {
  .category-child-item-icon > li {
    width: 23.5%;
  }
  .category-child-item-icon > li:nth-child(2n) {
    margin-right: 2%;
  }
  .category-child-item-icon > li:nth-child(3n) {
    margin-right: 2%;
  }
  .category-child-item-icon > li:nth-child(4n) {
    margin-right: 0;
  }
}
.category-child-item-icon > li > a {
  border: 1px solid #cac9c9;
  display: block;
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  align-items: stretch;
  height: 100%;
  padding: 0 0.5em;
  font-size: 1.3rem;
  font-weight: 600;
}
.category-child-item-icon > li .icon {
  width: 50px;
  margin-right: 10px;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 640px) {
  .category-child-item-icon > li .icon {
    width: 75px;
    margin-right: 10px;
  }
}
.category-child-item-icon > li .icon img {
  width: 100%;
  height: auto;
}
.category-child-item-icon > li .cat-name {
  width: calc(100% - 65px);
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 0.4em;
}
@media only screen and (min-width: 640px) {
  .category-child-item-icon > li .cat-name {
    width: calc(100% - 85px);
  }
}
.category .item-list-review {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.category .item-list-review .reviewRate {
  margin-right: 0.5em;
}
.feature-cat {
  padding-top: 40px;
}
.feature-cat-3 + .category-child-item {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.feature-cat-3 + .category-child-item > li {
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 640px) {
  .feature-cat-3 + .category-child-item > li {
    width: 30%;
  }
}
.feature-cat-3 + .category-child-item > li a {
  padding: 1.6rem 0;
}
.feature-cat h2 {
  text-align: center;
}
.feature-cat__lead {
  margin-bottom: 30px;
}
@media only screen and (min-width: 960px) {
  .feature-cat__lead {
    text-align: center;
    margin-bottom: 40px;
  }
}
.feature-cat__lead br {
  display: none;
}
@media only screen and (min-width: 960px) {
  .feature-cat__lead br {
    display: inline;
  }
}
.feature-cat__list {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.feature-cat__list > li {
  width: 100%;
  margin-bottom: 2%;
  text-align: center;
}
@media only screen and (min-width: 640px) {
  .feature-cat__list > li {
    width: 30%;
  }
}
.feature-cat__list > li a {
  border: 1px solid #000;
  border-radius: 3px;
  display: block;
  padding: 1.8rem;
  transition: 0.3s;
}
.feature-cat__list > li a:hover {
  background: #2459b5;
  border: 1px solid #2459b5;
  color: #fff;
}
.feature-cat__list + .category-child-item {
  display: none;
}
.feature-cat__itemlist {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  margin-bottom: 40px;
}
.feature-cat__itemlist > li {
  width: 49%;
  margin-bottom: 2%;
  margin-right: 2%;
}
.feature-cat__itemlist > li:nth-child(2n) {
  margin-right: 0;
}
@media only screen and (min-width: 640px) {
  .feature-cat__itemlist > li {
    width: 32%;
  }
  .feature-cat__itemlist > li:nth-child(2n) {
    margin-right: 2%;
  }
  .feature-cat__itemlist > li:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 960px) {
  .feature-cat__itemlist > li {
    width: 23.5%;
  }
  .feature-cat__itemlist > li:nth-child(2n) {
    margin-right: 2%;
  }
  .feature-cat__itemlist > li:nth-child(3n) {
    margin-right: 2%;
  }
  .feature-cat__itemlist > li:nth-child(4n) {
    margin-right: 0;
  }
}
.feature-cat__itemlist > li .item-img {
  border: 1px solid #d6d6d6;
  position: relative;
  margin-bottom: 0.8em;
  width: 100%;
  transition: 0.3s;
  overflow: hidden;
}
.feature-cat__itemlist > li .item-img::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.feature-cat__itemlist > li .item-img img {
  position: absolute;
  max-width: 90%;
  max-height: 90%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transition: 0.3s;
}
.feature-cat__itemlist > li .item-img:hover {
  transition: 0.3s;
}
.feature-cat__itemlist > li .item-img:hover img {
  transform: scale(1.1, 1.1);
}
.feature-cat__itemlist > li a {
  display: block;
  text-decoration: none;
}
.feature-cat__thumblist {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.feature-cat__thumblist > li {
  width: 100%;
  margin-bottom: 2%;
  align-self: stretch;
  display: flex;
}
@media only screen and (min-width: 640px) {
  .feature-cat__thumblist > li {
    width: 30%;
  }
}
.feature-cat__thumblist > li a {
  border-radius: 50px;
  background: #fff;
  border: 1px solid #c7c7c7;
  border-radius: 5px;
  padding: 1.8rem;
  transition: 0.3s;
  align-items: stretch;
  width: 100%;
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.feature-cat__thumblist > li a:hover {
  background: #2459b5;
  box-shadow: 5px 5px 30px #d8d5d5, -5px -5px 20px #fff;
  color: #fff;
}
.feature-cat__thumblist > li a > div {
  width: 15%;
  margin-right: 4%;
}
@media only screen and (min-width: 960px) {
  .feature-cat__thumblist > li a > div {
    width: 20%;
  }
}
.feature-cat__thumblist > li a > div + div {
  width: auto;
  margin-right: 0;
  align-self: center;
  display: flex;
}
.feature-cat__thumblist + .category-child-item {
  display: none;
}
.feature-cat + .category-child-item {
  display: none;
}
.petitprice .category-child-item {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
}
.petitprice .category-child-item > li {
  width: 100%;
  text-align: center;
}
.petitprice .category-child-item > li a {
  padding: 1.2rem;
}
@media only screen and (min-width: 640px) {
  .petitprice .category-child-item > li {
    width: 49%;
    margin-right: 0;
  }
}
.cart {
  padding: 140px 0 40px;
}
@media only screen and (min-width: 960px) {
  .cart {
    padding: 40px 0;
  }
}
.cart h1 {
  margin-bottom: 1.5em;
}
.cart__item {
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
}
.cart__item td {
  border-bottom: 1px solid #b9b9b9;
  padding: 0.6em 0.4em;
}
.cart__item__image {
  width: 20%;
}
@media only screen and (min-width: 640px) {
  .cart__item__image {
    width: 120px;
  }
}
.cart__item__info {
  font-size: 1.2rem;
  width: auto;
}
@media only screen and (min-width: 640px) {
  .cart__item__info {
    font-size: 1.5rem;
  }
}
.cart__item__info__name {
  margin-bottom: 0.5rem;
}
.cart__item__info__name .item-name {
  margin-bottom: 0.4em;
  line-height: 1.4;
}
.cart__item__price {
  font-size: 1.1rem;
  width: 28%;
  text-align: right;
}
@media only screen and (min-width: 640px) {
  .cart__item__price {
    font-size: 1.5rem;
    width: 160px;
  }
}
.cart__item__price input {
  padding: 0.3rem;
  border-radius: 3px;
  border: 1px solid #000;
  width: 2.5em;
  margin-right: 0.4em;
  text-align: center;
  font-size: 1.3rem;
}
@media only screen and (min-width: 640px) {
  .cart__item__price input {
    font-size: 1.6rem;
  }
}
.cart__item__price__subtotal {
  text-align: right;
  font-size: 1.8rem;
  width: 100%;
  margin-bottom: 0.4em;
}
.cart__item__price .item-cart-quantity {
  width: 100%;
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
}
.cart__item__price .item-cart-quantity .item-inn {
  width: 100%;
  margin-bottom: 1em;
}
.cart__item__price .item-cart-quantity .item-inn a {
  border-radius: 3px;
  background: #ebebeb;
  display: inline-block;
  padding: 0.3rem 0.5rem;
}
.cart__item__price .item-cart-quantity .item-delete {
  display: block;
  text-align: right;
  width: 100%;
}
.cart__item__price .item-cart-quantity .item-delete a {
  text-decoration: underline;
  display: inline-block;
  padding: 0.2rem 0.5rem;
}
.cart-total {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  align-items: baseline;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  line-height: 1;
  padding-top: 0.5em;
}
.cart-total__txt {
  margin-right: 1em;
}
.cart-total__price {
  text-align: center;
}
.cart-total__price .total-price {
  font-size: 2.8rem;
  font-weight: 600;
  margin-bottom: 0.4em;
}
.cart-total__price .total-point {
  font-size: 1.3rem;
}
.cart-total__price .cart-bulk {
  margin-top: 6px;
  font-size: 12px;
}
.cart-shipping {
  padding-top: 1em;
}
.cart-shipping__text {
  text-align: right;
  margin-bottom: 0.3em;
}
.cart-shipping__text span {
  color: #ed3f3f;
  font-weight: 600;
}
.cart-shipping__text-main {
  font-size: 1.5rem;
  display: block;
  text-align: right;
}
@media only screen and (min-width: 640px) {
  .cart-shipping__text-main {
    font-size: 1.7rem;
  }
}
.cart-shipping__text-main span {
  color: #ed3f3f;
  font-weight: 600;
}
.cart-shipping__text-sub {
  display: block;
  text-align: right;
}
.cart-shipping__text-sub p {
  display: inline-block;
  background: #e3f9f2;
  padding: 0.5em 1em;
  border-radius: 5px;
  text-align: left;
}
.free-shipping-wrap {
  text-align: right;
  margin-bottom: 16px;
  font-size: 12px;
}
.free-shipping-wrap .free-shipping-text em {
  color: #f23e0c;
}
.cart-list-table {
  width: 100%;
  padding: 20px;
}
.cart-list-table td,
.cart-list-table th {
  border: 1px solid #fff;
  padding: 0.8rem;
}
.cart-list-table thead {
  display: none;
}
@media only screen and (min-width: 640px) {
  .cart-list-table thead {
    display: table-header-group;
  }
}
.cart-list-table tbody tr {
  border-bottom: 1px solid #e6e6e6;
  width: 100%;
}
.cart-list-table tbody tr:not(.cart-total) {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  align-items: flex-end;
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
}
.cart-list-table tbody tr:not(.cart-total) td:first-child {
  width: 100%;
}
@media only screen and (min-width: 640px) {
  .cart-list-table tbody tr td {
    vertical-align: middle;
    padding: 20px;
  }
  .cart-list-table tbody tr td:first-child {
    display: flex;
    display: -ms-flexbox;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
  }
}
.cart-list-table .cart-list-info {
  font-size: 12px;
}
.cart-list-table .cart-list-image {
  width: 80px;
  min-width: 80px;
  margin-right: 12px;
}
.cart-list-table .cart-list-image img {
  width: 100%;
  height: 100px;
  -o-object-fit: cover;
  object-fit: cover;
}
.item-cart-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
}
.item-cart-price {
  font-size: 24px;
}
.item-cart-delete {
  float: right;
}
.item-cart-delete a {
  font-size: 10px;
  border: 1px solid #333;
  padding: 2px 8px;
}
.item-cart-subtotal {
  font-size: 24px;
  font-weight: 700;
}
.cart-button-wrap {
  text-align: center;
  margin-top: 40px;
}
.cart-button-wrap .cart-button a {
  width: 90%;
  max-width: 460px;
  display: inline-block;
  text-align: center;
  background: #358deb;
  border-radius: 5px;
  padding: 10px 0;
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  margin-bottom: 20px;
  text-decoration: none;
}
.cart-button-wrap .cart-back-button a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f053";
  font-size: 12px;
  font-weight: 700;
  padding-right: 8px;
  color: #707070;
  text-decoration: none;
}
.news__item {
  border-bottom: 1px solid #2d5979;
}
.news__item h2 {
  font-weight: 600;
  font-size: 2rem;
  text-align: center;
}
@media only screen and (min-width: 640px) {
  .news__item h2 {
    font-size: 3.2rem;
  }
}
@media only screen and (min-width: 640px) {
  .news__item h2 + p {
    text-align: center;
  }
}
.news__item h3 {
  text-align: center;
  margin-top: 0;
}
.news__item p {
  margin-bottom: 0.8em;
}
.news__item .txt-center {
  text-align: center;
}
.news__item .txt-center-pc {
  text-align: left;
}
@media only screen and (min-width: 960px) {
  .news__item .txt-center-pc {
    text-align: center;
  }
}
.news__item a.btn {
  background: #1e79e2;
  border-radius: 8px;
  color: #fff;
  display: inline-block;
  text-decoration: none;
}
.coupon-box {
  padding: 50px 0;
}
@media only screen and (min-width: 640px) {
  .coupon-box {
    display: flex;
    display: -ms-flexbox;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    align-items: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
  }
}
.coupon-box__img {
  text-align: center;
  margin-bottom: 20px;
  width: 100%;
}
.coupon-box__img img {
  width: 100%;
  max-width: 360px;
}
@media only screen and (min-width: 640px) {
  .coupon-box__img {
    text-align: left;
    width: 34%;
    margin-bottom: 0;
  }
  .coupon-box__img img {
    width: 80%;
  }
}
@media only screen and (min-width: 640px) {
  .coupon-box__img.new {
    width: 49%;
  }
  .coupon-box__img.new img {
    max-width: 460px;
  }
}
.coupon-box__txt {
  width: 100%;
}
@media only screen and (min-width: 640px) {
  .coupon-box__txt {
    width: 65%;
  }
}
@media only screen and (min-width: 640px) {
  .coupon-box__txt.new {
    width: 49%;
  }
}
.coupon-box .list-table dt {
  background: #f3f3f3;
  width: 100%;
  text-align: left;
  padding: 1em;
  align-self: stretch;
}
@media only screen and (min-width: 640px) {
  .coupon-box .list-table dt {
    width: 30%;
    text-align: center;
  }
}
.coupon-box .list-table dt + dd {
  border-top: 1px solid #dcdcdc;
}
.coupon-box .list-table dt + dd:first-of-type {
  border: none;
}
.coupon-box .list-table dd {
  width: 100%;
  padding: 1em;
}
@media only screen and (min-width: 640px) {
  .coupon-box .list-table dd {
    width: 70%;
  }
}
.coupon-box .list-table dd + dt {
  border-top: 1px solid #dcdcdc;
}
.coupon-box .coupon-code {
  background: #ebeff0;
  border-radius: 6px;
  padding: 1.6rem;
  text-align: center;
}
.coupon-box .coupon-code .code {
  padding: 1.6rem;
  font-size: 3.2rem;
  text-align: center;
}
.coupon-box .coupon-code .code p {
  font-size: 1.6rem;
  margin-right: 5em;
}
.pointup-sale__lead {
  font-weight: 600;
  font-size: 1.6rem;
}
.pointup-sale__lead br {
  display: none;
}
@media only screen and (min-width: 640px) {
  .pointup-sale__lead {
    font-size: 1.7rem;
  }
  .pointup-sale__lead br {
    display: block;
  }
}
@media only screen and (min-width: 960px) {
  .pointup-sale__lead {
    font-size: 1.8rem;
  }
}
.sale-box {
  padding: 20px 0;
}
@media only screen and (min-width: 640px) {
  .sale-box {
    display: flex;
    display: -ms-flexbox;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    align-items: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
  }
}
@media only screen and (min-width: 640px) {
  .sale-box {
    padding: 30px 0;
  }
}
@media only screen and (min-width: 960px) {
  .sale-box {
    padding: 50px 0;
  }
}
.sale-box__img {
  text-align: center;
  margin-bottom: 20px;
}
.sale-box__img img {
  width: 100%;
  max-width: 360px;
}
@media only screen and (min-width: 640px) {
  .sale-box__img {
    text-align: left;
    width: 34%;
    margin-bottom: 0;
  }
  .sale-box__img img {
    width: 80%;
  }
}
@media only screen and (min-width: 640px) {
  .sale-box__txt {
    width: 65%;
  }
}
.sale-box .list-table dt {
  background: #f3f3f3;
  width: 100%;
  text-align: left;
  padding: 1em;
  align-self: stretch;
}
@media only screen and (min-width: 640px) {
  .sale-box .list-table dt {
    width: 30%;
    text-align: center;
  }
}
.sale-box .list-table dt + dd {
  border-top: 1px solid #dcdcdc;
}
.sale-box .list-table dt + dd:first-of-type {
  border: none;
}
.sale-box .list-table dd {
  width: 100%;
  padding: 1em;
}
@media only screen and (min-width: 640px) {
  .sale-box .list-table dd {
    width: 70%;
  }
}
.sale-box .list-table dd + dt {
  border-top: 1px solid #dcdcdc;
}
.sale__list {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
}
.sale__list__item {
  background: #dfdfdf;
  padding: 2px;
  width: 100%;
  margin-bottom: 2%;
}
@media only screen and (min-width: 640px) {
  .sale__list__item {
    width: 49%;
    margin-right: 2%;
  }
  .sale__list__item:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 960px) {
  .sale__list__item {
    width: 32%;
  }
  .sale__list__item:nth-child(2n) {
    margin-right: 2%;
  }
  .sale__list__item:nth-child(3n) {
    margin-right: 0;
  }
}
a {
  cursor: pointer;
}
.header__msg {
  background: #fedbb7;
  border-radius: 6px;
  width: 94%;
  max-width: 1200px;
  margin: 15px auto 0;
  padding: 0.8em;
}
.dis-none {
  display: none !important;
}
.admin-code-check {
  border: 1px solid #000;
  border-collapse: collapse;
}
.admin-code-check td,
.admin-code-check th {
  border: 1px solid #000;
  padding: 5px;
}
.item__content__image .slick-slider {
  touch-action: auto !important;
}
@media screen and (min-width: 960px) {
  main > .item {
    padding-top: 0;
  }
}

a {
  cursor: pointer;
}

footer .our-shop {
  width: 94%;
  max-width: 1200px;
  margin: 15px auto 0;
}
.header__msg {
  background: #fedbb7;
  border-radius: 6px;
  width: 94%;
  max-width: 1200px;
  margin: 15px auto 0;
  padding: 0.8em;
}

.dis-none {
  display: none !important;
}

.admin-code-check {
  border: 1px solid #000;
  border-collapse: collapse;
}
.admin-code-check th,
.admin-code-check td {
  border: 1px solid #000;
  padding: 5px;
}

.item__content__image .slick-slider {
  touch-action: auto !important;
}

main > .item,
main.category,
main.guide,
main.contact-page,
main.company,
main.news-page {
  padding-top: 134px;
}
@media only screen and (min-width: 960px) {
  main > .item,
  main.category,
  main.guide,
  main.contact-page,
  main.company,
  main.news-page {
    padding-top: 0;
  }
}
.important-news {
  border: 1px solid #5f5e5e;
  width: 94%;
  max-width: 960px;
  margin: 0 auto;
  padding: 20px;
}

.important-news__title {
  text-align: center;
  margin-bottom: 1em;
}
