@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/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=Kaisei+Opti:wght@400;500;700&family=Zen+Maru+Gothic:wght@300;400;500;700;900&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@300;500;700&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;
}

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: 600px) {
  body {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 960px) {
  body {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

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

* {
  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 {
  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;
}
@media only screen and (min-width: 960px) {
  .txt-br-pc {
    display: block;
  }
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

li {
  margin: 0;
}

.if:before {
  font-family: "FontAwesome";
  padding-right: 5px;
}

.items {
  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 10px;
}
@media only screen and (min-width: 960px) {
  .items {
    padding: 4% 3%;
  }
}
.items > li {
  width: 48%;
  margin-bottom: 4%;
}
@media only screen and (min-width: 600px) {
  .items > li {
    width: 30%;
  }
}
.items > li .item-img {
  text-align: center;
  padding: 10% 0;
}
.items > li .item-img img {
  width: 100%;
}
@media only screen and (min-width: 600px) {
  .items > li .item-img img {
    width: 90%;
  }
}
.items > li .item-price {
  text-align: center;
}
@media only screen and (min-width: 600px) {
  .items > li .item-price {
    text-align: left;
  }
}
.items > li .item-price-daily {
  font-size: 1.2rem;
  font-weight: 600;
  margin-right: 0.4rem;
}
@media only screen and (min-width: 600px) {
  .items > li .item-price-daily {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 960px) {
  .items > li .item-price-daily {
    font-size: 1.6rem;
  }
}
.items > li .item-price-sale {
  color: #dc3f3f;
  font-size: 2rem;
  font-weight: 600;
}
@media only screen and (min-width: 600px) {
  .items > li .item-price-sale {
    font-size: 2.4rem;
  }
}
@media only screen and (min-width: 960px) {
  .items > li .item-price-sale {
    font-size: 3.2rem;
  }
}
.items > li a {
  color: #282828;
  text-decoration: none;
  font-size: 1.1rem;
}
@media only screen and (min-width: 600px) {
  .items > li a {
    font-size: 1.2rem;
  }
}

.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 {
  background: #fff;
  width: 100%;
  height: 80px;
  position: relative;
}
header h1 {
  height: 60px;
  position: relative;
}
header h1 img {
  max-height: 50px;
  margin: 15px 0 0 40px;
}

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

.foot-img {
  display: block;
  width: 100%;
  z-index: 1000;
  text-align: center;
  padding: 30px 0;
}
@media only screen and (min-width: 600px) {
  .foot-img {
    padding: 50px 0;
  }
}
.foot-img img {
  width: 50px;
}
@media only screen and (min-width: 600px) {
  .foot-img img {
    width: 70px;
  }
}

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

/******  Keyvisual  *****/
.key {
  position: relative;
}
.key .inner-key {
  width: 100%;
  margin: 0 auto;
  padding: 30px 0;
}
@media only screen and (min-width: 600px) {
  .key .inner-key {
    width: 100%;
    max-width: 1280px;
    padding: 0;
    position: relative;
  }
  .key .inner-key::before {
    content: "";
    display: block;
    padding-top: 45%;
  }
}
@media only screen and (min-width: 960px) {
  .key .inner-key {
    width: 80%;
  }
}
.key .inner-key h1 {
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  width: 90%;
  margin: 0 auto;
  position: relative;
  box-sizing: content-box;
}
@media only screen and (min-width: 600px) {
  .key .inner-key h1 {
    text-align: center;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 500;
    width: 100%;
    max-width: 1280px;
    margin: auto;
    box-sizing: content-box;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
@media only screen and (min-width: 600px) {
  .key .inner-key h1 img {
    width: auto;
    display: inline-block;
    padding: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
}
@media only screen and (min-width: 960px) {
  .key .inner-key h1 img {
    height: auto;
    width: 100%;
    max-width: 1280px;
  }
}
.key .go-top {
  display: block;
  background: #7bc0d5;
  border-radius: 200px;
  color: #fff;
  width: 80%;
  max-width: 360px;
  margin: 0 auto 30px;
  padding: 1em;
  text-decoration: none;
  text-align: center;
  transition: 0.3s;
}
.key .go-top:hover {
  background: #000;
  background: #5a9ce3;
}

main section {
  margin: 0 auto 60px;
  padding: 0 20px;
  width: 100%;
  max-width: 1280px;
}
@media only screen and (min-width: 600px) {
  main section {
    margin: 0 auto 80px;
    padding: 0 40px;
  }
}
@media only screen and (min-width: 960px) {
  main section {
    margin: 0 auto 100px;
  }
}
main h2 {
  color: #282828;
  margin-bottom: 0.8em;
  font-size: 1.8rem;
  font-weight: 600;
}
@media only screen and (min-width: 600px) {
  main h2 {
    font-size: 2.4rem;
  }
}
@media only screen and (min-width: 960px) {
  main h2 {
    font-size: 3.2rem;
    text-align: center;
  }
}
main .br-pc {
  display: none;
}
@media only screen and (min-width: 960px) {
  main .br-pc {
    display: block;
  }
}

.intro__txt {
  font-size: 1.6rem;
}
@media only screen and (min-width: 600px) {
  .intro__txt {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 960px) {
  .intro__txt {
    text-align: center;
  }
}

.lineup__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: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
}
.lineup__list__item {
  width: 49%;
  max-width: 360px;
  text-align: center;
}
.lineup__list__item + div {
  margin-left: 2%;
}
.lineup__list__item img {
  width: 100%;
  max-width: 200px;
  margin-bottom: 20px;
}
.lineup__list__item a {
  border: 1px solid #d0d0d0;
  border-radius: 10px;
  color: #1e2b46;
  display: block;
  font-size: 1.8rem;
  padding: 20px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}
@media only screen and (min-width: 600px) {
  .lineup__list__item a {
    font-size: 2.2rem;
  }
}
@media only screen and (min-width: 960px) {
  .lineup__list__item a {
    font-size: 2.6rem;
  }
}
.lineup__list__item a:hover {
  border: 1px solid #3169ed;
  color: #3169ed;
  transition: 0.3s;
}

.year__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: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  margin: 0 auto;
  width: 100%;
  max-width: 960px;
}
.year__list__item {
  width: 23.5%;
}
.year__list__item + div {
  margin-left: 2%;
}
.year__list__item a {
  border: 1px solid #d0d0d0;
  border-radius: 10px;
  color: #1e2b46;
  display: block;
  font-size: 1.3rem;
  padding: 20px;
  text-decoration: none;
  font-weight: 600;
  text-align: center;
  transition: 0.3s;
}
@media only screen and (min-width: 600px) {
  .year__list__item a {
    font-size: 2.2rem;
  }
}
@media only screen and (min-width: 960px) {
  .year__list__item a {
    font-size: 2.6rem;
  }
}
.year__list__item a:hover {
  border: 1px solid #3169ed;
  color: #3169ed;
  transition: 0.3s;
}

.type__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: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  margin: 0 auto;
  width: 100%;
  max-width: 960px;
}
.type__list__item {
  width: 32%;
}
@media only screen and (min-width: 960px) {
  .type__list__item {
    width: 23.5%;
  }
}
.type__list__item + div {
  margin-left: 2%;
}
.type__list__item img {
  margin-bottom: 10px;
}
.type__list__item a {
  border: 1px solid #d0d0d0;
  border-radius: 10px;
  color: #1e2b46;
  display: block;
  font-size: 1.3rem;
  padding: 20px;
  text-decoration: none;
  font-weight: 600;
  text-align: center;
  transition: 0.3s;
}
@media only screen and (min-width: 600px) {
  .type__list__item a {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 960px) {
  .type__list__item a {
    font-size: 2.6rem;
  }
}
.type__list__item a:hover {
  border: 1px solid #3169ed;
  color: #3169ed;
  transition: 0.3s;
}

.material h3 {
  font-size: 1.6rem;
  margin-bottom: 30px;
}
@media only screen and (min-width: 600px) {
  .material h3 {
    font-size: 2.2rem;
    margin: 0 auto 30px;
  }
}
@media only screen and (min-width: 960px) {
  .material h3 {
    font-size: 2.8rem;
    margin: 0 auto 30px;
    text-align: center;
  }
}
.material__txt {
  margin-bottom: 30px;
}
@media only screen and (min-width: 600px) {
  .material__txt {
    margin: 0 auto 40px;
  }
}
@media only screen and (min-width: 960px) {
  .material__txt {
    margin: 0 auto 50px;
    text-align: center;
  }
}
.material__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: stretch;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  margin-bottom: 30px;
}
@media only screen and (min-width: 600px) {
  .material__list {
    margin: 0 auto 30px;
  }
}
@media only screen and (min-width: 960px) {
  .material__list {
    margin: 0 auto 30px;
  }
}
.material__list__item {
  width: 100%;
  margin-bottom: 40px;
}
.material__list__item + div {
  margin-bottom: 0;
}
@media only screen and (min-width: 960px) {
  .material__list__item {
    width: 49%;
    margin-bottom: 0;
  }
  .material__list__item + div {
    margin-left: 2%;
  }
}
.material__list__item a {
  background: #3685df;
  border-radius: 500px;
  color: #ffffff;
  display: block;
  margin: 0 auto 30px;
  text-decoration: none;
  padding: 10px 40px;
  text-align: center;
  width: 240px;
  transition: 0.3s;
}
.material__list__item a:hover {
  background: #0d5dba;
  transition: 0.3s;
}
.material__list__item .material-name {
  text-align: center;
  margin-bottom: 1em;
  font-size: 1.6rem;
  font-weight: 500;
  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;
}
@media only screen and (min-width: 600px) {
  .material__list__item .material-name {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 960px) {
  .material__list__item .material-name {
    font-size: 2.4rem;
  }
}
.material__list__item .material-name-img {
  width: 80px;
  margin-right: 10px;
}
.material__list__item .material-good {
  background: #278cf7;
  border-radius: 5px;
  color: #ffffff;
  line-height: 1;
  padding: 0.3em 0;
  display: inline-block;
  margin-left: 1em;
  width: 7em;
  text-align: center;
}
.material__list__item .material-bad {
  background: #f14d4d;
  border-radius: 5px;
  color: #ffffff;
  line-height: 1;
  padding: 0.3em 0;
  display: inline-block;
  margin-left: 1em;
  width: 7em;
  text-align: center;
}
.material__list__item .point__good {
  background: #e3eefa;
  border-radius: 10px;
  padding: 30px 20px 10px;
  margin: -10px 0 30px;
  list-style: disc outside;
}
@media only screen and (min-width: 960px) {
  .material__list__item .point__good {
    min-height: 15em;
  }
}
.material__list__item .point__good li {
  margin: 0 0 8px 1.5em;
}
.material__list__item .point__bad {
  background: #ffe6e6;
  border-radius: 10px;
  padding: 30px 20px 10px;
  margin: -10px 0 0;
  list-style: disc outside;
}
@media only screen and (min-width: 960px) {
  .material__list__item .point__bad {
    min-height: 15em;
  }
}
.material__list__item .point__bad li {
  margin: 0 0 8px 1.5em;
}

.function__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: stretch;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
}
.function__list__item {
  width: 32%;
  text-align: center;
}
.function__list__item + div {
  margin-left: 2%;
}
.function__list__item a {
  border: 1px solid #d0d0d0;
  border-radius: 10px;
  color: #1e2b46;
  display: block;
  padding: 20px;
  text-decoration: none;
  transition: 0.3s;
}
.function__list__item a:hover {
  border: 1px solid #3169ed;
  color: #3169ed;
  transition: 0.3s;
}
.function__list__item .function-img {
  text-align: center;
}
.function__list__item .function-img img {
  width: 100%;
  max-width: 200px;
}
.function__list__item .function-name {
  text-align: center;
  font-weight: 600;
  font-size: 1.3rem;
}
@media only screen and (min-width: 600px) {
  .function__list__item .function-name {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 960px) {
  .function__list__item .function-name {
    font-size: 2.6rem;
  }
}

.size h2 span {
  font-size: 60%;
  font-weight: 500;
}
.size__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;
}
.size__info__size {
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 600px) {
  .size__info__size {
    width: 45%;
  }
}
.size__info__size img {
  width: 80%;
}
.size__info__product {
  width: 100%;
}
@media only screen and (min-width: 600px) {
  .size__info__product {
    width: 53%;
  }
}
.size__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: stretch;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
}
.size__list__manual {
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 600px) {
  .size__list__manual {
    width: 100%;
  }
}
.size__list__manual h3 {
  margin-bottom: 1em;
  text-align: left;
}
.size__list__manual .manual__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: stretch;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  margin-bottom: 30px;
}
.size__list__manual .manual__list__item {
  width: 100%;
}
.size__list__manual .manual__list__item + div {
  margin-top: 2%;
}
.size__list__manual .manual__list__item a {
  border: 1px solid #d0d0d0;
  border-radius: 10px;
  color: #1e2b46;
  display: block;
  font-size: 1.3rem;
  padding: 20px;
  text-decoration: none;
  font-weight: 600;
  text-align: center;
  transition: 0.3s;
}
@media only screen and (min-width: 600px) {
  .size__list__manual .manual__list__item a {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 960px) {
  .size__list__manual .manual__list__item a {
    font-size: 2.6rem;
  }
}
.size__list__manual .manual__list__item a:hover {
  border: 1px solid #3169ed;
  color: #3169ed;
  transition: 0.3s;
}
.size__list__jump {
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 600px) {
  .size__list__jump {
    width: 100%;
  }
}
.size__list__jump h3 {
  margin-bottom: 1em;
  text-align: left;
}
.size__list__jump .jump__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: stretch;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
}
.size__list__jump .jump__list__item {
  width: 100%;
}
@media only screen and (min-width: 600px) {
  .size__list__jump .jump__list__item {
    width: 100%;
  }
}
.size__list__jump .jump__list__item + div {
  margin-left: 2%;
}
.size__list__jump .jump__list__item a {
  border: 1px solid #d0d0d0;
  border-radius: 10px;
  color: #1e2b46;
  display: block;
  font-size: 1.3rem;
  padding: 20px;
  text-decoration: none;
  font-weight: 600;
  text-align: center;
  transition: 0.3s;
}
@media only screen and (min-width: 600px) {
  .size__list__jump .jump__list__item a {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 960px) {
  .size__list__jump .jump__list__item a {
    font-size: 2.6rem;
  }
}
.size__list__jump .jump__list__item a:hover {
  border: 1px solid #3169ed;
  color: #3169ed;
  transition: 0.3s;
}

.chara__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;
}
.chara__list__item {
  width: 49%;
  margin-bottom: 2%;
  margin-right: 2%;
}
.chara__list__item:nth-child(2n) {
  margin-right: 0;
}
@media only screen and (min-width: 600px) {
  .chara__list__item {
    width: 32%;
  }
  .chara__list__item:nth-child(2n) {
    margin-right: 2%;
  }
  .chara__list__item:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 960px) {
  .chara__list__item {
    width: 23.5%;
  }
  .chara__list__item:nth-child(2n) {
    margin-right: 2%;
  }
  .chara__list__item:nth-child(3n) {
    margin-right: 2%;
  }
  .chara__list__item:nth-child(4n) {
    margin-right: 0;
  }
}
.chara__list__item a {
  border: 1px solid #d0d0d0;
  border-radius: 10px;
  padding: 0.8rem;
  cursor: pointer;
  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__list__item a span {
  font-weight: 600;
  font-size: 1.4rem;
}
@media only screen and (min-width: 600px) {
  .chara__list__item a span {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 960px) {
  .chara__list__item a span {
    font-size: 1.6rem;
  }
}
.chara__list__item a img {
  width: 30px;
  margin-right: 10px;
}
.chara__list__item a:hover {
  border: 1px solid #3169ed;
  color: #3169ed;
  transition: 0.3s;
}

.set__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;
}
.set__info__img {
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
}
@media only screen and (min-width: 960px) {
  .set__info__img {
    width: 45%;
    margin-bottom: 0;
  }
}
.set__info__img img {
  width: 80%;
}
.set__info__txt {
  width: 100%;
}
@media only screen and (min-width: 960px) {
  .set__info__txt {
    width: 53%;
  }
}
.set__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;
}
.set__list__item {
  width: 49%;
  margin-bottom: 2%;
  margin-right: 2%;
}
.set__list__item:nth-child(2n) {
  margin-right: 0%;
}
@media only screen and (min-width: 600px) {
  .set__list__item {
    width: 49%;
  }
  .set__list__item:nth-child(2n) {
    margin-right: 0%;
  }
}
.set__list__item a {
  border: 1px solid #d0d0d0;
  border-radius: 10px;
  cursor: pointer;
  padding: 0.8rem;
  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;
}
.set__list__item a span {
  display: block;
  font-weight: 600;
  font-size: 1.6rem;
}
@media only screen and (min-width: 600px) {
  .set__list__item a span {
    font-size: 1.7rem;
  }
}
@media only screen and (min-width: 960px) {
  .set__list__item a span {
    font-size: 1.8rem;
  }
}
.set__list__item a img {
  width: 10%;
  margin-right: 10px;
}
.set__list__item a:hover {
  border: 1px solid #3169ed;
  color: #3169ed;
  transition: 0.3s;
}

.kids h2 + p {
  margin-bottom: 30px;
}
.kids__umbrella {
  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: stretch;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
}
.kids__umbrella__item {
  margin-bottom: 2%;
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 600px) {
  .kids__umbrella__item {
    width: 49%;
  }
}
@media only screen and (min-width: 960px) {
  .kids__umbrella__item {
    width: 32%;
  }
}
.kids__umbrella__item a {
  color: #282828;
  text-decoration: none;
  border: 1px solid #d0d0d0;
  border-radius: 10px;
  padding: 16px 16px 65px 16px;
  display: block;
  height: 100%;
  transition: 0.3s;
}
.kids__umbrella__item a:hover {
  border: 1px solid #3169ed;
  transition: 0.3s;
}
.kids__umbrella__item a:hover .umbrella-btn {
  background: #0d5dba;
  transition: 0.3s;
}
.kids__umbrella__item .umbrella-name {
  font-weight: 600;
}
.kids__umbrella__item .umbrella-img {
  margin-bottom: 20px;
  text-align: center;
}
.kids__umbrella__item .umbrella-img img {
  width: 80%;
}
@media only screen and (min-width: 600px) {
  .kids__umbrella__item .umbrella-img img {
    width: 70%;
  }
}
.kids__umbrella__item .umbrella-copy {
  font-weight: 600;
  padding: 0.4em 0;
}
.kids__umbrella__item .umbrella-size {
  line-height: 1;
  padding: 10px 0 5px;
}
.kids__umbrella__item .umbrella-size span {
  border: 1px solid #686c76;
  border-radius: 5px;
  display: inline-block;
  padding: 4px 8px;
  margin: 0 0.4em 0.4em 0;
}
.kids__umbrella__item .umbrella-type span {
  border-radius: 5px;
  color: #ffffff;
  display: inline-block;
  margin: 0 8px 8px 0;
  padding: 4px 16px;
  line-height: 1.2;
}
.kids__umbrella__item .umbrella-type span.jump {
  background: #2182b2;
}
.kids__umbrella__item .umbrella-type span.slide {
  background: #0e9a8e;
}
.kids__umbrella__item .umbrella-type span.folding {
  background: #a0661e;
}
.kids__umbrella__item .umbrella-point {
  margin-bottom: 20px;
}
.kids__umbrella__item .umbrella-point p {
  border-bottom: 1px solid #000;
  font-weight: 500;
  margin-bottom: 0.8em;
}
.kids__umbrella__item .umbrella-point ol {
  list-style: circle outside;
}
.kids__umbrella__item .umbrella-point ol > li {
  margin: 0 0 0.5em 1.5em;
}
.kids__umbrella__item .umbrella-btn {
  background: #2778e2;
  border-radius: 500px;
  color: #ffffff;
  display: block;
  width: 85%;
  margin: 0 auto;
  max-width: 320px;
  padding: 0.8em 1.6em;
  text-align: center;
  position: absolute;
  bottom: 16px;
  left: 0;
  right: 0;
}

.adult h2 + p {
  margin-bottom: 30px;
}
.adult__umbrella {
  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: stretch;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
}
.adult__umbrella__item {
  margin-bottom: 2%;
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 600px) {
  .adult__umbrella__item {
    width: 49%;
  }
}
@media only screen and (min-width: 960px) {
  .adult__umbrella__item {
    width: 32%;
  }
}
.adult__umbrella__item a {
  color: #282828;
  text-decoration: none;
  border: 1px solid #d0d0d0;
  border-radius: 10px;
  padding: 16px 16px 65px 16px;
  display: block;
  height: 100%;
  transition: 0.3s;
}
.adult__umbrella__item a:hover {
  border: 1px solid #3169ed;
  transition: 0.3s;
}
.adult__umbrella__item a:hover .umbrella-btn {
  background: #0d5dba;
  transition: 0.3s;
}
.adult__umbrella__item .umbrella-name {
  font-weight: 600;
}
.adult__umbrella__item .umbrella-img {
  margin-bottom: 20px;
  text-align: center;
}
.adult__umbrella__item .umbrella-img img {
  width: 80%;
}
@media only screen and (min-width: 600px) {
  .adult__umbrella__item .umbrella-img img {
    width: 70%;
  }
}
.adult__umbrella__item .umbrella-copy {
  font-weight: 600;
  padding: 0.4em 0;
}
.adult__umbrella__item .umbrella-size {
  line-height: 1;
  padding: 10px 0 5px;
}
.adult__umbrella__item .umbrella-size span {
  border: 1px solid #686c76;
  border-radius: 5px;
  display: inline-block;
  padding: 4px 8px;
  margin: 0 0.4em 0.4em 0;
}
.adult__umbrella__item .umbrella-type span {
  border-radius: 5px;
  color: #ffffff;
  display: inline-block;
  margin: 0 8px 8px 0;
  padding: 4px 16px;
  line-height: 1.2;
}
.adult__umbrella__item .umbrella-type span.jump {
  background: #2182b2;
}
.adult__umbrella__item .umbrella-type span.slide {
  background: #0e9a8e;
}
.adult__umbrella__item .umbrella-type span.folding {
  background: #a0661e;
}
.adult__umbrella__item .umbrella-point {
  margin-bottom: 20px;
}
.adult__umbrella__item .umbrella-point p {
  border-bottom: 1px solid #000;
  font-weight: 500;
  margin-bottom: 0.8em;
}
.adult__umbrella__item .umbrella-point ol {
  list-style: circle outside;
}
.adult__umbrella__item .umbrella-point ol > li {
  margin: 0 0 0.5em 1.5em;
}
.adult__umbrella__item .umbrella-btn {
  background: #2778e2;
  border-radius: 500px;
  color: #ffffff;
  display: block;
  width: 85%;
  margin: 0 auto;
  max-width: 320px;
  padding: 0.8em 1.6em;
  text-align: center;
  position: absolute;
  bottom: 16px;
  left: 0;
  right: 0;
}/*# sourceMappingURL=rain.css.map */