@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;
  }
}

/*Text*/
.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;
  }
}

ul,
ol {
  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;
}

/*Button*/
.go__sale_cat {
  background: #ff3d6e;
  /*border: 3px solid #7f001b;*/
  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;
}

/******  Search *****/
.itemsearch {
  background: #fff;
  /*#BBBBBB;*/
  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: none;
}

#searcbtn {
  position: absolute;
  top: 1px;
  bottom: 0;
  right: 8px;
  margin-top: auto;
  margin-bottom: auto;
  display: block;
  border: none;
  background: none;
  font-family: "ionicons";
  font-size: 1.8rem;
}

/*Footer*/
#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: normal;
}
.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: transparent;
    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: normal;
  }
}
.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: #ffffff;
  color: #ffffff;
}
.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: transparent;
  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: #ffffff;
  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: #ffffff;
  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: #ffffff;
}
.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: #ffffff;
  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: #ffffff;
  }
  .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: #ffffff;
    /* 文字色 */
    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: #ffffff;
    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: #ffffff;
    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: transparent;
    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: #ffffff;
    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: normal;
  }
}
.show-menu .search-toggle {
  background: rgba(43, 43, 45, 0.8);
  border-radius: 5px;
  color: #ffffff;
  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: #ffffff;
}
.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: #ffffff;
  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;
}

/*Text*/
.txt-br {
  display: block;
}
@media only screen and (min-width: 960px) {
  .txt-br-pc {
    display: block;
  }
}

.txt-important {
  color: #e24040;
}

ul,
ol {
  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;
}

.header {
  background: #ffffff;
  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: #ffffff;
    z-index: 1000;
  }
}
.header__fixed {
  background: #ffffff;
  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: #ffffff;
    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: normal;
}
.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: #ffffff;
}
.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: #ffffff;
  /* 文字色 */
  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: #ffffff;
  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: #ffffff;
  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: #ffffff;
  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: #ffffff;
  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: #ffffff;
  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: #ffffff;
  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: #ffffff;
  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: #ffffff;
}
.header__search__chara::before {
  font-family: "Font Awesome 5 Free";
  content: "\f118";
  font-size: 16px;
  font-weight: normal;
  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: #ffffff;
}
.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: #ffffff;
}
.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: #ffffff;
  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: #ffffff;
  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 h2 {
  color: #ffffff;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 2.8;
  margin-bottom: 20px;
  letter-spacing: 0.4rem;
  text-align: center;
}
@media only screen and (min-width: 960px) {
  main h2 {
    margin-bottom: 40px;
  }
}
main h3 {
  font-size: 1.8rem;
  margin-bottom: 0.8em;
  text-align: center;
}
@media only screen and (min-width: 960px) {
  main h3 {
    font-size: 2.2rem;
    margin-bottom: 1em;
  }
}

.footer {
  background: #ffffff;
}
.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: #ffffff;
  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: #ffffff;
  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: #ffffff;
  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: #ffffff;
  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: #ffffff;
}
.footer .salecat-more {
  display: block;
  text-align: center;
  margin-bottom: 20px;
}
.footer .salecat-more a {
  background: #56bf98;
  border-radius: 100px;
  color: #ffffff;
  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: #ffffff;
}
.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: #ffffff;
  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: #ffffff;
  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.Sun,
.footer__guide .shopguide__list__item .calender tr > td.Sat,
.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 .copyright {
  text-align: center;
  padding: 1em 0;
  font-size: 1.2rem;
}
@media only screen and (min-width: 960px) {
  .footer .copyright {
    font-size: 1.4rem;
  }
}

.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;
}

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;
  }
}

#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 200;
}

#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color: #5c614b;
  z-index: 300;
}
#loader svg .st0 {
  fill: #5c614b;
}

@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*/
/*Notice__Txt :: Notice__list*/
.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;
}

/*Like Table*/
.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%);
}

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

.footer .banner {
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 0;
}
.footer .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;
}
.footer .banner__list__item {
  width: 100%;
}
@media only screen and (min-width: 640px) {
  .footer .banner__list__item {
    width: 48%;
    max-width: 480px;
    margin: 0 1% 2%;
  }
}
@media only screen and (min-width: 960px) {
  .footer .banner__list__item {
    width: 23.5%;
    max-width: 480px;
    margin: 0;
  }
}
.footer .banner__list__item + li {
  margin-top: 2%;
}
@media only screen and (min-width: 640px) {
  .footer .banner__list__item + li {
    margin-top: 0;
  }
}
@media only screen and (min-width: 960px) {
  .footer .banner__list__item + li {
    margin-left: 2%;
  }
}
.footer .banner__list__item img {
  width: 100%;
  max-width: 480px;
  height: auto;
}/*# sourceMappingURL=feature_cmn.css.map */