@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Dosis:wght@800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rubik+Mono+One&display=swap");
@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");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  min-width: 0;
  min-height: 0;
}

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: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
}

/*Text*/
.txt_br {
  display: block;
}

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

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

/******  Header  *****/
header {
  width: 100%;
  height: 80px;
  position: relative;
}

header h1 {
  height: 60px;
  position: relative;
}

header h1 img {
  max-height: 50px;
}

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

#main {
  display: block;
  position: relative;
  padding-bottom: 100px;
}


.chara-page h1 {
  margin: 1em 0 1.5em;
  text-align: center;
}
.chara-page h2 {
  color: #282828;
  margin: 1em 0 1.5em;
  text-align: center;
}
.chara-page .back-top {
  background: #e0e0e0;
  border-radius: 500px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1.6rem 3rem;
  margin: 0 auto;
}
.chara-page section {
  margin: 0 auto;
  width: 90%;
  max-width: 1200px;
}
.chara-page .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;
}
.chara-page .chara__list > li {
  margin: 0 0 4% 0;
  text-align: center;
  font-weight: 600;
  font-size: 1.3rem;
  width: 100%;
}
@media only screen and (min-width: 600px) {
  .chara-page .chara__list > li {
    font-size: 1.4rem;
    width: 48%;
  }
}
@media only screen and (min-width: 1025px) {
  .chara-page .chara__list > li {
    width: 48.5%;
  }
}
@media only screen and (min-width: 960px) {
  .chara-page .chara__list > li {
    font-size: 1.7rem;
  }
}
.chara-page .chara__list > li a {
  border: 3px solid #ebebeb;
  border-radius: 5px;
  display: block;
  text-align: center;
  padding: 1em 0.5em;
  transition: 0.3s;
  height: 100%;
}
.chara-page .chara__list > li a:hover {
  border: 3px solid #3f68c8;
  transition: 0.3s;
}
.chara-page .chara__list > li .icon {
  margin-bottom: 10px;
  text-align: center;
}
.chara-page .chara__list > li .icon img {
  width: 90%;
  height: auto;
}
.chara-page .chara__list > li .chara-name span {
  display: block;
  font-size: 1.2rem;
}
.chara-page .chara__list.small-chara > li a {
  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;
}
.chara-page .chara__list.small-chara > li a .icon {
  width: 30%;
}
@media only screen and (min-width: 600px) {
  .chara-page .chara__list.small-chara > li a .icon {
    width: 35%;
    margin-right: 10px;
  }
}
.chara-page .chara__list.small-chara > li a .chara-name {
  width: 70%;
  text-align: center;
}
@media only screen and (min-width: 600px) {
  .chara-page .chara__list.small-chara > li a .chara-name {
    width: 60%;
  }
}
.chara-page .chara__list.small-chara > li a .chara-name span {
  display: inline-block;
  font-size: inherit;
}
.chara-page .chara__list.small-chara > li.chara-original {
  width: 100%;
}
.chara-page .chara__list.small-chara > li.chara-original a {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  -webkit-box-pack: space-around;
  -ms-flex-pack: space-around;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.chara-page .chara__list.small-chara > li.chara-original .icon {
  width: 24%;
}
@media only screen and (min-width: 600px) {
  .chara-page .chara__list.small-chara > li.chara-original .icon {
    width: 17%;
    margin-right: 0;
  }
}
.chara-page .chara__list.small-chara > li.chara-original .chara-name {
  width: 50%;
  text-align: center;
}
@media only screen and (min-width: 600px) {
  .chara-page .chara__list.small-chara > li.chara-original .chara-name {
    width: 66%;
  }
}
.chara-page .chara__list.big-chara > li {
  width: 46%;
}
@media only screen and (min-width: 600px) {
  .chara-page .chara__list.big-chara > li {
    width: 30.6666666667%;
  }
}
@media only screen and (min-width: 1025px) {
  .chara-page .chara__list.big-chara > li {
    width: 23%;
  }
}
.chara-page .chara__list.big-chara > li.charactor {
  width: 48%;
  margin-right: 0%;
}
.chara-page .chara__list.big-chara > li.charactor a {
  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;
}
.chara-page .chara__list.big-chara > li.charactor a .icon {
  width: 30%;
}
@media only screen and (min-width: 600px) {
  .chara-page .chara__list.big-chara > li.charactor a .icon {
    width: 25%;
    margin-right: 10px;
  }
}
.chara-page .chara__list.big-chara > li.charactor a .chara-name {
  width: 70%;
  text-align: center;
}
.chara-page .home {
  width: 100% !important;
  visibility: hidden;
  height: 1px;
  margin-bottom: 0 !important;
}
.chara-page .home a {
  padding: 0 !important;
}/*# sourceMappingURL=style.css.map */