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

.intro {
  background: url(../img/bg_intro.gif) left top repeat;
  padding: 160px 5%;
}
.intro-inner {
  background: #fff;
  border-radius: 12px;
  padding: 50px 10%;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (min-width: 600px) {
  .intro-inner {
    padding: 60px 4%;
  }
}
@media only screen and (min-width: 960px) {
  .intro-inner {
    padding: 80px 5%;
  }
}
.intro h2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  margin: 0 auto;
  width: 50%;
  max-width: 280px;
}
.intro .lead-txt {
  font-size: 1.6rem;
  margin-bottom: 40px;
}
@media only screen and (min-width: 600px) {
  .intro .lead-txt {
    text-align: center;
    font-size: 1.8rem;
  }
}
.intro__cat {
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  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;
}
@media only screen and (min-width: 600px) {
  .intro__cat {
    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: start;
    -webkit-box-align: start;
    -ms-flex-align: start;
  }
}
.intro__cat__item {
  width: 100%;
  margin-bottom: 40px;
  text-align: center;
}
@media only screen and (min-width: 600px) {
  .intro__cat__item {
    width: 32%;
    margin-bottom: 0;
  }
  .intro__cat__item:not(:last-of-type) {
    margin-right: 1%;
  }
}
.intro__cat__item img {
  border: 5px solid #a2d5f5;
  border-radius: 100%;
  margin-bottom: 20px;
}
.intro__cat__item:nth-of-type(2) {
  overflow: hidden;
}
.intro__cat__item:nth-of-type(2) > img {
  margin-top: -50px;
}
.intro__cat__item:last-of-type {
  margin-bottom: 0;
}
@media only screen and (min-width: 600px) {
  .intro__cat__item:nth-of-type(2) {
    overflow: visible;
  }
  .intro__cat__item:nth-of-type(2) > img {
    margin-top: 0;
  }
}
.intro__cat__item a {
  text-decoration: none;
}
.intro__cat__item a div {
  background: #96d9fa;
  border-radius: 500px;
  color: #245894;
  font-weight: 600;
  padding: 1.2rem 0;
  display: block;
  text-align: center;
  text-decoration: none;
  transition: 0.3s;
}
.intro__cat__item a:hover div {
  background: #1c5596;
  color: #ffffff;
  transition: 0.3s;
}
.intro__cat__item__list > li a {
  background: #aad1dd;
  border-radius: 400px;
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  color: #222935;
  margin-bottom: 4%;
  text-decoration: none;
  width: 100%;
  padding: 1.6rem 0;
  font-weight: 500;
  line-height: 1.4;
  height: 4.2em;
  transition: 0.3s;
}
.intro__cat__item__list > li a:hover {
  background: #7bc0d5;
}
@media only screen and (min-width: 600px) {
  .intro__cat__item__list > li a {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 960px) {
  .intro__cat__item__list > li a {
    font-size: 1.7rem;
  }
}
.intro__cat__item__list > li a span {
  display: block;
  font-size: 1.2rem;
}

.kids {
  background: #d9ecfc;
  padding: 50px 20px;
}
@media only screen and (min-width: 600px) {
  .kids {
    padding: 60px 4%;
  }
}
@media only screen and (min-width: 960px) {
  .kids {
    padding: 60px 5%;
  }
}
.kids h1,
.kids .kids-title {
  margin: 0 auto 1em;
  width: 50%;
  max-width: 280px;
}
.kids h2 {
  text-align: center;
}
.kids h2 span {
  background: #aad1dd;
  border-radius: 400px;
  color: #fff;
  margin-bottom: 4%;
  text-decoration: none;
  display: inline-block;
  padding: 1.6rem 2.6em;
  font-weight: 500;
  line-height: 1;
  font-size: 1.6rem;
}
.kids-cat01 {
  background: #e2f1f5;
}
.kids-cat01 .kids-inner {
  border-radius: 12px;
  padding: 0;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (min-width: 600px) {
  .kids-cat01 .kids-inner {
    padding: 0 4%;
  }
}
@media only screen and (min-width: 960px) {
  .kids-cat01 .kids-inner {
    padding: 0 5%;
  }
}
.kids-cat01 .kids-inner .kids__rain {
  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%;
  max-width: 1280px;
  margin: 0 auto;
}
.kids-cat01 .kids-inner .kids__rain__item {
  width: 48%;
  margin-bottom: 8%;
}
@media only screen and (min-width: 960px) {
  .kids-cat01 .kids-inner .kids__rain__item {
    width: 30%;
  }
}
.kids-cat01 .kids-inner .kids__rain__item .item-img {
  margin-bottom: 0.8rem;
}
@media only screen and (min-width: 960px) {
  .kids-cat01 .kids-inner .kids__rain__item .item-img {
    margin-bottom: 1.2rem;
  }
}
.kids-cat01 .kids-inner .kids__rain__item .item-img img {
  border-radius: 6px;
}
.kids-cat01 .kids-inner .kids__rain__item a {
  color: #4d4d4d;
  text-decoration: none;
  line-height: 1.3;
}
.kids-cat01 .kids-inner .kids__rain__item .item-code {
  font-weight: 400;
  font-size: 1.1rem;
}
@media only screen and (min-width: 960px) {
  .kids-cat01 .kids-inner .kids__rain__item .item-code {
    font-size: 1.2rem;
  }
}
.kids-cat01 .kids-inner .kids__rain__item .item-name {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 960px) {
  .kids-cat01 .kids-inner .kids__rain__item .item-name {
    font-size: 1.8rem;
  }
}
.kids-cat01 .kids-inner .kids__rain__item .item-name span {
  display: block;
  font-weight: 300;
  font-size: 1.1rem;
}
@media only screen and (min-width: 960px) {
  .kids-cat01 .kids-inner .kids__rain__item .item-name span {
    font-size: 1.4rem;
  }
}
.kids-cat01 .kids-inner .kids__rain__item .item-price {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 900;
  font-size: 1.5rem;
}
@media only screen and (min-width: 960px) {
  .kids-cat01 .kids-inner .kids__rain__item .item-price {
    font-size: 2rem;
  }
}
.kids-cat02 .kids-inner {
  border: 2px solid #ffffff;
  background: url(../img/bg_intro.gif) left top repeat;
  border-radius: 12px;
  padding: 50px 4% calc(50px - 8%) 4%;
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 80px;
  position: relative;
}
@media only screen and (min-width: 600px) {
  .kids-cat02 .kids-inner {
    padding: 60px 4%;
  }
}
@media only screen and (min-width: 960px) {
  .kids-cat02 .kids-inner {
    padding: 80px 2% calc(50px - 4%) 2%;
  }
}
.kids-cat02 .kids-inner h3 {
  text-shadow: 2px #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  margin: 0 auto;
  width: 50%;
  max-width: 280px;
  text-align: center;
}
.kids-cat02 .kids-inner .kids__rain {
  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%;
  max-width: 1280px;
  margin: 0 auto;
}
.kids-cat02 .kids-inner .kids__rain__item {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 4%;
}
.kids-cat02 .kids-inner .kids__rain__item:nth-of-type(2n) {
  margin-right: 0;
}
@media only screen and (min-width: 960px) {
  .kids-cat02 .kids-inner .kids__rain__item {
    width: 23%;
    margin-right: 2.6%;
  }
  .kids-cat02 .kids-inner .kids__rain__item:nth-of-type(2n) {
    margin-right: 2.6%;
  }
  .kids-cat02 .kids-inner .kids__rain__item:nth-of-type(4n) {
    margin-right: 0;
  }
}
.kids-cat02 .kids-inner .kids__rain__item .item-img {
  margin-bottom: 0.8rem;
}
@media only screen and (min-width: 960px) {
  .kids-cat02 .kids-inner .kids__rain__item .item-img {
    margin-bottom: 1.2rem;
  }
}
.kids-cat02 .kids-inner .kids__rain__item .item-img img {
  border-radius: 6px;
}
.kids-cat02 .kids-inner .kids__rain__item a {
  color: #4d4d4d;
  text-decoration: none;
  line-height: 1.3;
}
.kids-cat02 .kids-inner .kids__rain__item .item-code {
  font-weight: 400;
  font-size: 1.1rem;
}
@media only screen and (min-width: 960px) {
  .kids-cat02 .kids-inner .kids__rain__item .item-code {
    font-size: 1.2rem;
  }
}
.kids-cat02 .kids-inner .kids__rain__item .item-name {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 960px) {
  .kids-cat02 .kids-inner .kids__rain__item .item-name {
    font-size: 1.8rem;
  }
}
.kids-cat02 .kids-inner .kids__rain__item .item-name span {
  display: block;
  font-weight: 300;
  font-size: 1.1rem;
}
@media only screen and (min-width: 960px) {
  .kids-cat02 .kids-inner .kids__rain__item .item-name span {
    font-size: 1.4rem;
  }
}
.kids-cat02 .kids-inner .kids__rain__item .item-price {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 900;
  font-size: 1.5rem;
}
@media only screen and (min-width: 960px) {
  .kids-cat02 .kids-inner .kids__rain__item .item-price {
    font-size: 2rem;
  }
}
.kids-cat03 {
  background: #defaf6;
}
.kids-cat03 .kids-inner {
  border-radius: 12px;
  padding: 50px 0;
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (min-width: 600px) {
  .kids-cat03 .kids-inner {
    padding: 60px 4%;
  }
}
@media only screen and (min-width: 960px) {
  .kids-cat03 .kids-inner {
    padding: 40px 2% calc(50px - 4%) 2%;
  }
}
.kids-cat03 .kids-inner h3 {
  text-shadow: 2px #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  margin: 0 auto;
  width: 50%;
  max-width: 280px;
  text-align: center;
}
.kids-cat03 .kids-inner .kids__rain {
  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%;
  max-width: 1280px;
  margin: 0 auto;
}
@media only screen and (min-width: 960px) {
  .kids-cat03 .kids-inner .kids__rain.fb-center {
    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;
  }
  .kids-cat03 .kids-inner .kids__rain.fb-center .kids__rain__item {
    margin-right: 2.6%;
  }
  .kids-cat03 .kids-inner .kids__rain.fb-center .kids__rain__item:nth-of-type(4),
  .kids-cat03 .kids-inner .kids__rain.fb-center .kids__rain__item :nth-of-type(8),
  .kids-cat03 .kids-inner .kids__rain.fb-center .kids__rain__item :nth-of-type(12) {
    margin-right: 0;
  }
}
.kids-cat03 .kids-inner .kids__rain__item {
  width: 48%;
  margin-bottom: 4%;
}
.kids-cat03 .kids-inner .kids__rain__item.spacer {
  display: none;
}
@media only screen and (min-width: 960px) {
  .kids-cat03 .kids-inner .kids__rain__item {
    width: 23%;
  }
  .kids-cat03 .kids-inner .kids__rain__item.spacer {
    display: block;
    width: 100%;
  }
}
.kids-cat03 .kids-inner .kids__rain__item .item-img {
  margin-bottom: 0.8rem;
}
@media only screen and (min-width: 960px) {
  .kids-cat03 .kids-inner .kids__rain__item .item-img {
    margin-bottom: 1.2rem;
  }
}
.kids-cat03 .kids-inner .kids__rain__item .item-img img {
  border-radius: 6px;
}
.kids-cat03 .kids-inner .kids__rain__item a {
  color: #4d4d4d;
  text-decoration: none;
  line-height: 1.3;
}
.kids-cat03 .kids-inner .kids__rain__item .item-code {
  font-weight: 400;
  font-size: 1.1rem;
}
@media only screen and (min-width: 960px) {
  .kids-cat03 .kids-inner .kids__rain__item .item-code {
    font-size: 1.2rem;
  }
}
.kids-cat03 .kids-inner .kids__rain__item .item-name {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 960px) {
  .kids-cat03 .kids-inner .kids__rain__item .item-name {
    font-size: 1.8rem;
  }
}
.kids-cat03 .kids-inner .kids__rain__item .item-name span {
  display: block;
  font-weight: 300;
  font-size: 1.1rem;
}
@media only screen and (min-width: 960px) {
  .kids-cat03 .kids-inner .kids__rain__item .item-name span {
    font-size: 1.4rem;
  }
}
.kids-cat03 .kids-inner .kids__rain__item .item-price {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 900;
  font-size: 1.5rem;
}
@media only screen and (min-width: 960px) {
  .kids-cat03 .kids-inner .kids__rain__item .item-price {
    font-size: 2rem;
  }
}

.adult {
  background: #d9ecfc;
  padding: 50px 20px;
}
@media only screen and (min-width: 600px) {
  .adult {
    padding: 60px 4%;
  }
}
@media only screen and (min-width: 960px) {
  .adult {
    padding: 60px 5%;
  }
}
.adult h1,
.adult .adult-title {
  margin: 0 auto 1em;
  width: 50%;
  max-width: 280px;
}
.adult h2 {
  text-align: center;
}
.adult h2 span {
  background: #aad1dd;
  border-radius: 400px;
  color: rgb(48, 88, 130);
  margin-bottom: 4%;
  text-decoration: none;
  display: inline-block;
  padding: 1.6rem 2.6em;
  font-weight: 500;
  line-height: 1;
  font-size: 1.6rem;
}
.adult-cat01 {
  background: #dff1f4;
}
.adult-cat01 .adult-inner {
  border-radius: 12px;
  padding: 0;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (min-width: 600px) {
  .adult-cat01 .adult-inner {
    padding: 0 4%;
  }
}
@media only screen and (min-width: 960px) {
  .adult-cat01 .adult-inner {
    padding: 0 5%;
  }
}
.adult-cat01 .adult-inner .adult__rain {
  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%;
  max-width: 1280px;
  margin: 0 auto;
}
.adult-cat01 .adult-inner .adult__rain__item {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 4%;
}
.adult-cat01 .adult-inner .adult__rain__item:nth-of-type(2n) {
  margin-right: 0;
}
@media only screen and (min-width: 960px) {
  .adult-cat01 .adult-inner .adult__rain__item {
    width: 32%;
    margin-right: 2.6%;
  }
  .adult-cat01 .adult-inner .adult__rain__item:nth-of-type(2n) {
    margin-right: 2.6%;
  }
  .adult-cat01 .adult-inner .adult__rain__item:nth-of-type(3n) {
    margin-right: 0;
  }
}
.adult-cat01 .adult-inner .adult__rain__item .item-img {
  margin-bottom: 0.8rem;
}
@media only screen and (min-width: 960px) {
  .adult-cat01 .adult-inner .adult__rain__item .item-img {
    margin-bottom: 1.2rem;
  }
}
.adult-cat01 .adult-inner .adult__rain__item .item-img img {
  border-radius: 6px;
}
.adult-cat01 .adult-inner .adult__rain__item a {
  color: #4d4d4d;
  text-decoration: none;
  line-height: 1.3;
}
.adult-cat01 .adult-inner .adult__rain__item .item-code {
  font-weight: 400;
  font-size: 1.1rem;
}
@media only screen and (min-width: 960px) {
  .adult-cat01 .adult-inner .adult__rain__item .item-code {
    font-size: 1.2rem;
  }
}
.adult-cat01 .adult-inner .adult__rain__item .item-name {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 960px) {
  .adult-cat01 .adult-inner .adult__rain__item .item-name {
    font-size: 1.8rem;
  }
}
.adult-cat01 .adult-inner .adult__rain__item .item-name span {
  display: block;
  font-weight: 300;
  font-size: 1.1rem;
}
@media only screen and (min-width: 960px) {
  .adult-cat01 .adult-inner .adult__rain__item .item-name span {
    font-size: 1.4rem;
  }
}
.adult-cat01 .adult-inner .adult__rain__item .item-price {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 900;
  font-size: 1.5rem;
}
@media only screen and (min-width: 960px) {
  .adult-cat01 .adult-inner .adult__rain__item .item-price {
    font-size: 2rem;
  }
}
.adult-cat02 .adult-inner {
  border-radius: 12px;
  padding: 0;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (min-width: 600px) {
  .adult-cat02 .adult-inner {
    padding: 0 4%;
  }
}
@media only screen and (min-width: 960px) {
  .adult-cat02 .adult-inner {
    padding: 0 5%;
  }
}
.adult-cat02 .adult-inner .adult__rain {
  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%;
  max-width: 1280px;
  margin: 0 auto;
}
.adult-cat02 .adult-inner .adult__rain__item {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 4%;
}
.adult-cat02 .adult-inner .adult__rain__item:nth-of-type(2n) {
  margin-right: 0;
}
@media only screen and (min-width: 960px) {
  .adult-cat02 .adult-inner .adult__rain__item {
    width: 32%;
    margin-right: 2.6%;
  }
  .adult-cat02 .adult-inner .adult__rain__item:nth-of-type(2n) {
    margin-right: 2.6%;
  }
  .adult-cat02 .adult-inner .adult__rain__item:nth-of-type(3n) {
    margin-right: 0;
  }
}
.adult-cat02 .adult-inner .adult__rain__item .item-img {
  margin-bottom: 0.8rem;
}
@media only screen and (min-width: 960px) {
  .adult-cat02 .adult-inner .adult__rain__item .item-img {
    margin-bottom: 1.2rem;
  }
}
.adult-cat02 .adult-inner .adult__rain__item .item-img img {
  border-radius: 6px;
}
.adult-cat02 .adult-inner .adult__rain__item a {
  color: #4d4d4d;
  text-decoration: none;
  line-height: 1.3;
}
.adult-cat02 .adult-inner .adult__rain__item .item-code {
  font-weight: 400;
  font-size: 1.1rem;
}
@media only screen and (min-width: 960px) {
  .adult-cat02 .adult-inner .adult__rain__item .item-code {
    font-size: 1.2rem;
  }
}
.adult-cat02 .adult-inner .adult__rain__item .item-name {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 960px) {
  .adult-cat02 .adult-inner .adult__rain__item .item-name {
    font-size: 1.8rem;
  }
}
.adult-cat02 .adult-inner .adult__rain__item .item-name span {
  display: block;
  font-weight: 300;
  font-size: 1.1rem;
}
@media only screen and (min-width: 960px) {
  .adult-cat02 .adult-inner .adult__rain__item .item-name span {
    font-size: 1.4rem;
  }
}
.adult-cat02 .adult-inner .adult__rain__item .item-price {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 900;
  font-size: 1.5rem;
}
@media only screen and (min-width: 960px) {
  .adult-cat02 .adult-inner .adult__rain__item .item-price {
    font-size: 2rem;
  }
}
.adult-cat03 {
  background: #fbffd0;
}
.adult-cat03 .adult-inner {
  border-radius: 12px;
  padding: 50px 0;
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (min-width: 600px) {
  .adult-cat03 .adult-inner {
    padding: 60px 4%;
  }
}
@media only screen and (min-width: 960px) {
  .adult-cat03 .adult-inner {
    padding: 80px 2% calc(50px - 4%) 2%;
  }
}
.adult-cat03 .adult-inner h3 {
  text-shadow: 2px #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  margin: 0 auto;
  width: 50%;
  max-width: 280px;
  text-align: center;
}
.adult-cat03 .adult-inner .adult__rain {
  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%;
  max-width: 1280px;
  margin: 0 auto;
}
@media only screen and (min-width: 960px) {
  .adult-cat03 .adult-inner .adult__rain.fb-center {
    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;
  }
  .adult-cat03 .adult-inner .adult__rain.fb-center .adult__rain__item {
    margin-right: 2.6%;
  }
  .adult-cat03 .adult-inner .adult__rain.fb-center .adult__rain__item:nth-of-type(4),
  .adult-cat03 .adult-inner .adult__rain.fb-center .adult__rain__item :nth-of-type(8),
  .adult-cat03 .adult-inner .adult__rain.fb-center .adult__rain__item :nth-of-type(12) {
    margin-right: 0;
  }
}
.adult-cat03 .adult-inner .adult__rain__item {
  width: 48%;
  margin-bottom: 4%;
}
.adult-cat03 .adult-inner .adult__rain__item.spacer {
  display: none;
}
@media only screen and (min-width: 960px) {
  .adult-cat03 .adult-inner .adult__rain__item {
    width: 23%;
  }
  .adult-cat03 .adult-inner .adult__rain__item.spacer {
    display: block;
    width: 100%;
  }
}
.adult-cat03 .adult-inner .adult__rain__item .item-img {
  margin-bottom: 0.8rem;
}
@media only screen and (min-width: 960px) {
  .adult-cat03 .adult-inner .adult__rain__item .item-img {
    margin-bottom: 1.2rem;
  }
}
.adult-cat03 .adult-inner .adult__rain__item .item-img img {
  border-radius: 6px;
}
.adult-cat03 .adult-inner .adult__rain__item a {
  color: #4d4d4d;
  text-decoration: none;
  line-height: 1.3;
}
.adult-cat03 .adult-inner .adult__rain__item .item-code {
  font-weight: 400;
  font-size: 1.1rem;
}
@media only screen and (min-width: 960px) {
  .adult-cat03 .adult-inner .adult__rain__item .item-code {
    font-size: 1.2rem;
  }
}
.adult-cat03 .adult-inner .adult__rain__item .item-name {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 960px) {
  .adult-cat03 .adult-inner .adult__rain__item .item-name {
    font-size: 1.8rem;
  }
}
.adult-cat03 .adult-inner .adult__rain__item .item-name span {
  display: block;
  font-weight: 300;
  font-size: 1.1rem;
}
@media only screen and (min-width: 960px) {
  .adult-cat03 .adult-inner .adult__rain__item .item-name span {
    font-size: 1.4rem;
  }
}
.adult-cat03 .adult-inner .adult__rain__item .item-price {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 900;
  font-size: 1.5rem;
}
@media only screen and (min-width: 960px) {
  .adult-cat03 .adult-inner .adult__rain__item .item-price {
    font-size: 2rem;
  }
}

.goods {
  background: #b6e3df;
}
.goods h2 {
  color: #fff;
  margin-bottom: 40px;
}
@media only screen and (min-width: 960px) {
  .goods h2 {
    margin-bottom: 80px;
  }
}
.goods__list {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
.goods__list__item {
  width: 48%;
  margin-bottom: 8%;
}
@media only screen and (min-width: 960px) {
  .goods__list__item {
    width: 30%;
  }
}
.goods__list__item .item-img {
  margin-bottom: 0.8rem;
}
@media only screen and (min-width: 960px) {
  .goods__list__item .item-img {
    margin-bottom: 1.2rem;
  }
}
.goods__list__item .item-img img {
  border-radius: 6px;
}
.goods__list__item a {
  color: #4d4d4d;
  text-decoration: none;
  line-height: 1.3;
}
.goods__list__item .item-code {
  font-weight: 400;
  font-size: 1.1rem;
}
@media only screen and (min-width: 960px) {
  .goods__list__item .item-code {
    font-size: 1.2rem;
  }
}
.goods__list__item .item-name {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 960px) {
  .goods__list__item .item-name {
    font-size: 1.8rem;
  }
}
.goods__list__item .item-name span {
  display: block;
  font-weight: 300;
  font-size: 1.1rem;
}
@media only screen and (min-width: 960px) {
  .goods__list__item .item-name span {
    font-size: 1.4rem;
  }
}
.goods__list__item .item-price {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 900;
  font-size: 1.5rem;
}
@media only screen and (min-width: 960px) {
  .goods__list__item .item-price {
    font-size: 2rem;
  }
}/*# sourceMappingURL=rain_top.css.map */