@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@500;600&family=Pangolin&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;
}


.key {
  position: relative;
  width: 100%;
  padding: 30px 0 0;
}
.key .inner-key {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  bottom: 0;
}
.key .inner-key h1 {
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  width: 100%;
  margin: 0 auto;
  position: relative;
  box-sizing: content-box;
}
.key .inner-key h1 img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

#main {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.select {
  padding: 30px 5% 20px;
}
.select h2 {
  margin: 0 auto;
  padding: 0;
  margin-bottom: 1.8rem;
  font-size: 2.4rem;
}
.select h2 + p {
  margin-bottom: 30px;
  font-size: 1.8rem;
}
@media only screen and (min-width: 600px) {
  .select h2 {
    font-size: 3.6rem;
    padding: 0 1.6rem;
    text-align: center;
  }
  .select h2 + p {
    text-align: center;
  }
}
.select h3 {
  margin-bottom: 20px;
  font-size: 2.4rem;
  font-weight: 500;
}
.select h3 + p {
  margin-bottom: 2em;
}
@media only screen and (min-width: 600px) {
  .select h3 {
    font-size: 3.2rem;
    text-align: center;
  }
  .select h3 + p {
    font-size: 1.8rem;
    text-align: center;
  }
}
.select__info {
  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-top: 30px;
}
@media only screen and (min-width: 960px) {
  .select__info {
    padding-top: 60px;
  }
}
.select__info__size {
  width: 100%;
  padding-bottom: 80px;
}
@media only screen and (min-width: 960px) {
  .select__info__size {
    width: 100%;
    margin-bottom: 0;
  }
}
.select__info__size__chart {
  padding: 8px;
  border-radius: 16px;
}
@media only screen and (min-width: 600px) {
  .select__info__size__chart {
    padding: 16px;
    border-radius: 20px;
  }
}
.select__info__size__chart p {
  margin-bottom: 0.5em;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
}
@media only screen and (min-width: 960px) {
  .select__info__size__chart p {
    font-size: 1.8rem;
  }
}
.select__info__type {
  width: 100%;
}
.select__info__type .merit {
  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;
}
.select__info__type .merit__type {
  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: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  margin-bottom: 4%;
  padding: 1rem 1.6rem;
  width: 49%;
  margin-right: 2%;
}
.select__info__type .merit__type:nth-child(2n) {
  border-left: 1px solid silver;
  margin-right: 0;
}
@media only screen and (min-width: 600px) {
  .select__info__type .merit__type {
    width: 32%;
    border-left: 1px solid silver;
  }
  .select__info__type .merit__type:nth-child(2n) {
    margin-right: 2%;
  }
  .select__info__type .merit__type:nth-child(3n) {
    margin-right: 0;
  }
  .select__info__type .merit__type:nth-child(3n+1) {
    border: none;
  }
}
.select__info__type .merit__type h4 {
  font-size: 1.8rem;
}
.select__info__type .merit__type__img {
  width: 90%;
  margin-bottom: 20px;
}
.select__info__type .merit__type__txt {
  width: 100%;
}
@media only screen and (min-width: 960px) {
  .select__info__type {
    width: 100%;
  }
}
.select .size-guide {
  background: #e2e2e2;
  border: 10px solid #e2e2e2;
  border-radius: 10px;
  overflow: hidden;
  padding: 2%;
  width: 100%;
  margin: 0 auto;
  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;
}
.select .size-guide > div {
  background: #ffffff;
  padding: 10px;
  border-radius: 10px;
  width: 19.5%;
}
@media only screen and (min-width: 960px) {
  .select .size-guide {
    width: 90%;
    margin: 0 auto;
  }
}

.chara {
  padding: 80px 0;
}
@media only screen and (min-width: 960px) {
  .chara {
    padding: 80px 0;
  }
}
.chara h3 {
  color: #244274;
  margin-bottom: 20px;
  font-size: 2.4rem;
  font-weight: 500;
}
.chara h3 + p {
  margin-bottom: 2em;
}
@media only screen and (min-width: 600px) {
  .chara h3 {
    font-size: 3.2rem;
    text-align: center;
  }
  .chara h3 + p {
    font-size: 1.8rem;
    text-align: center;
  }
}
.chara .lead-txt {
  font-size: 1.6rem;
  margin-bottom: 40px;
}
.chara-inner {
  background: #dfedf4;
  border-radius: 12px;
  padding: 30px 4%;
  width: 94%;
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (min-width: 600px) {
  .chara-inner {
    padding: 40px 2% 60px;
  }
}
@media only screen and (min-width: 960px) {
  .chara-inner {
    padding: 60px 3% 80px;
  }
}
.chara .intro__chara__item__list {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start center;
  -webkit-box-pack: flex-start center;
  -ms-flex-pack: flex-start center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  width: 100%;
}
.chara .intro__chara__item__list__item {
  width: 49%;
  margin-right: 2%;
}
.chara .intro__chara__item__list__item:nth-child(2n) {
  margin-right: 0;
}
@media only screen and (min-width: 600px) {
  .chara .intro__chara__item__list__item {
    width: 32%;
  }
  .chara .intro__chara__item__list__item:nth-child(2n) {
    margin-right: 2%;
  }
  .chara .intro__chara__item__list__item:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 960px) {
  .chara .intro__chara__item__list__item {
    width: 23.5%;
  }
  .chara .intro__chara__item__list__item:nth-child(2n) {
    margin-right: 2%;
  }
  .chara .intro__chara__item__list__item:nth-child(3n) {
    margin-right: 2%;
  }
  .chara .intro__chara__item__list__item:nth-child(4n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 960px) {
  .chara .intro__chara__item__list__item {
    width: 18.4%;
  }
  .chara .intro__chara__item__list__item:nth-child(2n) {
    margin-right: 2%;
  }
  .chara .intro__chara__item__list__item:nth-child(3n) {
    margin-right: 2%;
  }
  .chara .intro__chara__item__list__item:nth-child(4n) {
    margin-right: 2%;
  }
  .chara .intro__chara__item__list__item:nth-child(5n) {
    margin-right: 0;
  }
}
.chara .intro__chara__item__list__item a {
  color: #3d6bb4;
  display: block;
  text-align: center;
  padding: 1.6rem 0;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: none;
}
.chara .intro__chara__item__list__item a .icon {
  width: 100%;
  margin: 0 auto;
  display: block;
}
.chara .intro__chara__item__list__item a .icon img {
  background: #ffffff;
  border-radius: 5px;
  width: 100%;
  margin-bottom: 0.5em;
  padding: 10px;
  height: auto;
}

.recommend {
  padding: 80px 0;
}
@media only screen and (min-width: 960px) {
  .recommend {
    padding: 80px 0;
  }
}
.recommend h3 {
  color: #244274;
  margin-bottom: 20px;
  font-size: 2.4rem;
  font-weight: 500;
}
.recommend h3 + p {
  margin-bottom: 2em;
}
@media only screen and (min-width: 600px) {
  .recommend h3 {
    font-size: 3.2rem;
    text-align: center;
  }
  .recommend h3 + p {
    font-size: 1.8rem;
    text-align: center;
  }
}
.recommend .lead-txt {
  font-size: 1.6rem;
  margin-bottom: 40px;
}
.recommend-inner {
  background: #bedfef;
  border-radius: 12px;
  padding: 50px 4%;
  width: 94%;
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (min-width: 600px) {
  .recommend-inner {
    padding: 40px 4% 60px;
  }
}
@media only screen and (min-width: 960px) {
  .recommend-inner {
    padding: 60px 3% 80px;
  }
}
.recommend .intro__recommend__item__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;
  width: 100%;
}
.recommend .intro__recommend__item__list__item {
  width: 49%;
}
@media only screen and (min-width: 600px) {
  .recommend .intro__recommend__item__list__item {
    width: 32%;
  }
}
@media only screen and (min-width: 1025px) {
  .recommend .intro__recommend__item__list__item {
    width: 18.4%;
  }
}
.recommend .intro__recommend__item__list__item a {
  color: #3d6bb4;
  display: block;
  text-align: center;
  padding: 1.6rem 0;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: none;
}
.recommend .intro__recommend__item__list__item a .icon {
  width: 80%;
  margin: 0 auto;
  display: block;
}
.recommend .intro__recommend__item__list__item a .icon img {
  background: #ffffff;
  border-radius: 5px;
  width: 100%;
  margin-bottom: 0.5em;
  padding: 10px;
  height: auto;
}/*# sourceMappingURL=style.css.map */