/******  Keyvisual  *****/
.key {
  background: #E7E18D;
  width: 100%;
  margin: 0 auto 20px;
  max-width: 100%;
  padding: 0;
}
@media only screen and (min-width: 960px) {
  .key {
    margin-bottom: 20px;
    padding: 0;
  }
}
.key__slide {
  margin-bottom: 0;
}
.key__slide__item {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.key__slide__item a {
  display: block;
}
@media only screen and (min-width: 600px) {
  .key__slide__item a {
    margin: 0 20px;
  }
}
.key__slide__item a img {
  width: 100%;
  max-width: 200%;
}
.key .slick-prev {
  left: 10px;
}
@media only screen and (min-width: 960px) {
  .key .slick-prev {
    left: 5%;
  }
}
@media only screen and (min-width: 1280px) {
  .key .slick-prev {
    left: 22%;
  }
}
.key .slick-next {
  right: 10px;
}
@media only screen and (min-width: 960px) {
  .key .slick-next {
    right: 5%;
  }
}
@media only screen and (min-width: 1280px) {
  .key .slick-next {
    right: 22%;
  }
}
.key__sub {
  width: 100%;
  margin: 0 auto 20px;
  max-width: 100%;
  padding: 20px 0;
}
@media only screen and (min-width: 600px) {
  .key__sub {
    padding: 40px 0 0;
  }
}
.key__sub__title {
  text-align: center;
}
.key__sub__title a {
  background: #a1ddef;
  border-radius: 300px;
  color: #242f48;
  display: inline-block;
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 1.8rem;
  padding: 0.8rem 3.6rem;
  text-decoration: none;
  transition: 0.3s;
}
@media only screen and (min-width: 600px) {
  .key__sub__title a {
    font-size: 2rem;
    padding: 1.2rem 3.6rem;
  }
}
.key__sub__title a:hover {
  background: #346faf;
  color: #ffffff;
}
.key__sub h1 {
  text-align: center;
  margin-bottom: 0.4em;
}
.key__sub .cat__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: 94%;
  max-width: 1200px;
  margin: 0 auto 60px;
}
.key__sub .cat__list > li {
  width: 33.3333333333%;
  padding: 1em;
}
@media only screen and (min-width: 600px) {
  .key__sub .cat__list > li {
    width: 16.6666666667%;
  }
}
.key__sub .cat__list > li img {
  filter: grayscale(98%);
  transition: 0.3s;
}
.key__sub .cat__list > li.active img, .key__sub .cat__list > li:hover img {
  filter: grayscale(0%);
}
.key__sub .cat__menu {
  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: 94%;
  max-width: 1200px;
  margin: 0 auto;
}
.key__sub .cat__menu > li {
  width: 32%;
  margin: 0 2% 2% 0;
}
.key__sub .cat__menu > li:nth-child(3n) {
  margin-right: 0;
}
@media only screen and (min-width: 600px) {
  .key__sub .cat__menu > li {
    width: 23.5%;
    margin: 0 2% 1% 0;
  }
  .key__sub .cat__menu > li:nth-child(3n) {
    margin-right: 2%;
  }
  .key__sub .cat__menu > li:nth-child(4n) {
    margin-right: 0;
  }
}
.key__sub .cat__menu > li a {
  background: #ffffff;
  border: 1px solid #000;
  border-radius: 3px;
  color: #282828;
  display: block;
  text-align: center;
  text-decoration: none;
  padding: 0.4rem;
}
@media only screen and (min-width: 600px) {
  .key__sub .cat__menu > li a {
    padding: 0.8rem 0;
  }
}
.key__sub .design__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;
  width: 94%;
  max-width: 1200px;
  margin: 0 auto 30px;
}
.key__sub .design__list__item {
  width: 33.3333333333%;
  padding: 0.4em;
  margin: 0;
}
.key__sub .design__list__item img {
  filter: grayscale(98%);
  transition: 0.3s;
}
.key__sub .design__list__item.active img, .key__sub .design__list__item:hover img {
  filter: grayscale(0%);
}
.key__sub .design__menu {
  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: 94%;
  max-width: 1200px;
  margin: 0 auto;
}
.key__sub .design__menu > li {
  width: 32%;
  margin: 0 2% 2% 0;
}
.key__sub .design__menu > li:nth-child(3n) {
  margin-right: 0;
}
@media only screen and (min-width: 600px) {
  .key__sub .design__menu > li {
    width: 23.5%;
    margin: 0 2% 1% 0;
  }
  .key__sub .design__menu > li:nth-child(3n) {
    margin-right: 2%;
  }
  .key__sub .design__menu > li:nth-child(4n) {
    margin-right: 0;
  }
}
.key__sub .design__menu > li a {
  background: #ffffff;
  border: 1px solid #000;
  border-radius: 3px;
  color: #282828;
  display: block;
  text-align: center;
  text-decoration: none;
  padding: 0.4rem;
}
@media only screen and (min-width: 600px) {
  .key__sub .design__menu > li a {
    padding: 0.8rem 0;
  }
}

.intro {
  max-width: 1600px;
  margin: 0 auto;
  padding-bottom: 20px;
  line-height: 1.5;
  position: relative;
}
.intro h1 {
  text-align: center;
}
.intro__lead {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 30px 20px;
  font-size: 1.4rem;
  line-height: 1.8;
}
@media only screen and (min-width: 600px) {
  .intro__lead {
    font-size: 1.5rem;
    padding: 0 20px;
    text-align: center;
  }
  .intro__lead span {
    display: block;
  }
}
@media only screen and (min-width: 960px) {
  .intro__lead {
    font-size: 1.6rem;
    padding-bottom: 0;
  }
}
.intro__lead h2 {
  font-weight: 400;
  font-size: 2rem !important;
  margin-bottom: 0.4em;
}

main {
  background: #e7eff0;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
main.main-top {
  background: #ffffff;
}
@media only screen and (min-width: 960px) {
  main.main-top {
    padding-top: 40px;
  }
}
main > section {
  max-width: 100%;
}

.cat__lead {
  font-size: 2rem;
  width: 96%;
  margin: 0 auto 30px;
}
@media only screen and (min-width: 600px) {
  .cat__lead span.br-tb {
    display: block;
  }
}
@media only screen and (min-width: 600px) {
  .cat__lead {
    text-align: center;
    width: 100%;
    font-size: 2.2rem;
  }
  .cat__lead span {
    display: inline-block;
  }
}
@media only screen and (min-width: 960px) {
  .cat__lead {
    font-size: 2.4rem;
  }
  .cat__lead span {
    display: block;
  }
}
.cat__title {
  color: #282828;
  width: 90%;
  max-width: 560px;
  margin: 0 auto 20px;
}
@media only screen and (min-width: 960px) {
  .cat__title {
    margin: 0 auto 20px;
  }
}
.cat__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: 94%;
  max-width: 1200px;
  margin: 0 auto;
}
@media only screen and (min-width: 600px) {
  .cat__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: 94%;
  }
}
.cat__list > li {
  width: 48%;
  margin-bottom: 4%;
  padding: 1em;
}
@media only screen and (min-width: 600px) {
  .cat__list > li {
    width: 28%;
    margin: 0 2% 4%;
  }
}
@media only screen and (min-width: 1280px) {
  .cat__list > li {
    width: 23.5%;
    margin: 0 0 4%;
  }
}

.tabwrap {
  padding-bottom: 30px;
}
.tabwrap .key__sub .cat__lead {
  font-size: 2rem;
  width: 96%;
  margin: 0 auto 30px;
}
@media only screen and (min-width: 600px) {
  .tabwrap .key__sub .cat__lead span.br-tb {
    display: block;
  }
}
@media only screen and (min-width: 600px) {
  .tabwrap .key__sub .cat__lead {
    text-align: center;
    width: 100%;
    font-size: 2.2rem;
  }
  .tabwrap .key__sub .cat__lead span {
    display: inline-block;
  }
}
@media only screen and (min-width: 960px) {
  .tabwrap .key__sub .cat__lead {
    font-size: 2.4rem;
  }
  .tabwrap .key__sub .cat__lead span {
    display: block;
  }
}
.tabwrap .key__sub .cat__title {
  color: #282828;
  width: 90%;
  max-width: 560px;
  margin: 0 auto 20px;
}
@media only screen and (min-width: 960px) {
  .tabwrap .key__sub .cat__title {
    margin: 0 auto 20px;
  }
}
.tabwrap .key__sub .cat__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: 94%;
  max-width: 1200px;
  margin: 0 auto;
}
@media only screen and (min-width: 600px) {
  .tabwrap .key__sub .cat__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: 94%;
  }
}
.tabwrap .key__sub .cat__list__item {
  width: 48%;
  margin-bottom: 4%;
  padding: 1em;
}
@media only screen and (min-width: 600px) {
  .tabwrap .key__sub .cat__list__item {
    width: 16.6666666667%;
    margin: 0 0 4%;
  }
}
.tabwrap .item__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: 96%;
  max-width: 1400px;
  margin: 0 auto 30px;
}
@media only screen and (min-width: 960px) {
  .tabwrap .item__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;
  }
}
.tabwrap .item__list__item {
  width: 48%;
}
@media only screen and (min-width: 600px) {
  .tabwrap .item__list__item {
    width: 32%;
  }
}
@media only screen and (min-width: 960px) {
  .tabwrap .item__list__item {
    width: 23.5%;
  }
  .tabwrap .item__list__item:not(:nth-child(4n)) {
    margin-right: 2%;
  }
}
@media only screen and (min-width: 1280px) {
  .tabwrap .item__list__item {
    width: 18.4%;
    padding: 10px;
  }
  .tabwrap .item__list__item:not(:nth-child(4n)) {
    margin-right: 0;
  }
  .tabwrap .item__list__item:not(:nth-child(5n)) {
    margin-right: 2%;
  }
}
.tabwrap .item-img {
  background: #ffffff;
  text-align: center;
  margin-bottom: 0.3em;
  position: relative;
}
.tabwrap .item-img::after {
  content: "";
  display: block;
  padding-top: 100%;
  position: relative;
}
.tabwrap .item-img img {
  display: block;
  width: auto;
  max-width: 90%;
  max-height: 90%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.tabwrap .item-copy {
  border-bottom: 1px dashed #43552f;
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  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;
  font-weight: 500;
  font-size: 1.5rem;
  min-height: 4em;
  margin-bottom: 0.5em;
}
@media only screen and (min-width: 600px) {
  .tabwrap .item-copy {
    font-size: 1.7rem;
  }
}
.tabwrap .item-name {
  margin-bottom: 0.5em;
  font-size: 1.3rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media only screen and (min-width: 600px) {
  .tabwrap .item-name {
    font-size: 1.5rem;
  }
}
.tabwrap .item-name .free-shipping {
  background: #ee2c25;
  border-radius: 2px;
  color: #ffffff;
  display: inline-block;
  margin-left: 0.4em;
  padding: 4px 8px 5px;
  line-height: 1;
}
.tabwrap .item-price {
  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;
}
@media only screen and (min-width: 600px) {
  .tabwrap .item-price {
    text-align: left;
  }
}
.tabwrap .item-price .daily {
  display: flex;
  align-items: stretch;
  font-size: 1.2rem;
  font-weight: 400;
  margin: 0.4rem 0 0 0;
}
@media only screen and (min-width: 600px) {
  .tabwrap .item-price .daily {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 960px) {
  .tabwrap .item-price .daily {
    font-size: 1.6rem;
  }
}
.tabwrap .item-price .sale {
  display: flex;
  align-items: baseline;
  color: #ee2c25;
  font-size: 2rem;
  font-weight: 500;
}
@media only screen and (min-width: 600px) {
  .tabwrap .item-price .sale {
    font-size: 2.4rem;
  }
}
@media only screen and (min-width: 960px) {
  .tabwrap .item-price .sale {
    font-size: 3.02rem;
  }
}
.tabwrap .item-price .yen {
  font-size: 1.2rem;
  font-weight: 600;
  margin-left: 0.2rem;
}
@media only screen and (min-width: 600px) {
  .tabwrap .item-price .yen {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 960px) {
  .tabwrap .item-price .yen {
    font-size: 1.6rem;
  }
}
.tabwrap .item-notsale {
  color: #ee2c25;
  font-size: 1.2rem;
  line-height: 1.2;
}
@media only screen and (min-width: 600px) {
  .tabwrap .item-notsale {
    font-size: 1.3rem;
  }
}

.bnr {
  background: #ebe2ce;
  padding: 20px 0 50px;
  position: relative;
}
@media only screen and (min-width: 600px) {
  .bnr {
    padding: 30px 0 50px;
  }
}
@media only screen and (min-width: 960px) {
  .bnr {
    padding: 40px 0 50px;
  }
}
.bnr__list {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.bnr__list a {
  display: block;
  margin: 0 10px;
}

.design__cat-ttl {
  text-align: center;
  margin-bottom: 1em;
  font-size: 2rem;
}
@media only screen and (min-width: 600px) {
  .design__cat-ttl {
    font-size: 2.8rem;
  }
}
@media only screen and (min-width: 960px) {
  .design__cat-ttl {
    font-size: 3.6rem;
  }
}
.design__cat-lead {
  padding: 0 1.6em;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
@media only screen and (min-width: 960px) {
  .design__cat-lead {
    text-align: center;
  }
  .design__cat-lead span {
    display: block;
  }
}
.design__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;
  padding: 20px 0 0;
  width: 94%;
  margin: 0 auto;
}
@media only screen and (min-width: 960px) {
  .design__list {
    padding: 40px 2% 0;
    max-width: 840px;
    margin: 0 auto;
  }
}
.design__list a {
  display: block;
  flex-direction: column;
  color: #282828;
  text-decoration: none;
  font-size: 1.1rem;
}
@media only screen and (min-width: 600px) {
  .design__list a {
    font-size: 1.2rem;
  }
}
.design__list .btn {
  background: #78bde0;
  border-radius: 200px;
  display: block;
  color: #ffffff;
  margin: auto;
  padding: 0.6em 0;
  text-align: center;
  width: 100%;
  max-width: 280px;
  text-decoration: none;
  transition: 0.3s;
}
.design__list .btn:hover {
  background: #4a81bf;
}
.design__list__item {
  width: 100%;
  position: relative;
  padding: 0 10px;
  margin-bottom: 4%;
}
@media only screen and (min-width: 600px) {
  .design__list__item {
    width: 48%;
    max-width: 410px;
  }
  .design__list__item:nth-child(3n) {
    margin-right: 0;
  }
}
.design-img {
  text-align: center;
  margin-bottom: 0.5em;
  position: relative;
}
.design-img::after {
  content: "";
  display: block;
  padding-top: 100%;
  position: relative;
}
.design-img img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.design-copy {
  border-bottom: 1px dashed #43552f;
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  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;
  font-weight: 500;
  font-size: 1.5rem;
  min-height: 4em;
  margin-bottom: 0.5em;
}
@media only screen and (min-width: 600px) {
  .design-copy {
    font-size: 1.7rem;
  }
}
.design-name {
  margin-bottom: 0.5em;
  font-size: 1.3rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media only screen and (min-width: 600px) {
  .design-name {
    font-size: 1.5rem;
  }
}
.design-name .free-shipping {
  background: #ee2c25;
  border-radius: 2px;
  color: #ffffff;
  display: inline-block;
  margin-left: 0.4em;
  padding: 4px 8px 5px;
  line-height: 1;
}
.design-price {
  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;
}
@media only screen and (min-width: 600px) {
  .design-price {
    text-align: left;
  }
}
.design-price .daily {
  display: flex;
  align-items: stretch;
  font-size: 1.2rem;
  font-weight: 400;
  margin: 0.4rem 0 0 0;
}
@media only screen and (min-width: 600px) {
  .design-price .daily {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 960px) {
  .design-price .daily {
    font-size: 1.6rem;
  }
}
.design-price .sale {
  display: flex;
  align-items: baseline;
  color: #ee2c25;
  font-size: 2rem;
  font-weight: 500;
}
@media only screen and (min-width: 600px) {
  .design-price .sale {
    font-size: 2.4rem;
  }
}
@media only screen and (min-width: 960px) {
  .design-price .sale {
    font-size: 3.02rem;
  }
}
.design-price .yen {
  font-size: 1.2rem;
  font-weight: 600;
  margin-left: 0.2rem;
}
@media only screen and (min-width: 600px) {
  .design-price .yen {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 960px) {
  .design-price .yen {
    font-size: 1.6rem;
  }
}
.design-notsale {
  color: #ee2c25;
  font-size: 1.2rem;
  line-height: 1.2;
}
@media only screen and (min-width: 600px) {
  .design-notsale {
    font-size: 1.3rem;
  }
}

.tab {
  max-width: 600px;
  margin: 0 auto;
}

.tab-list {
  display: flex;
}

.tab-list-item {
  width: 25%;
  text-align: center;
  padding: 8px 0;
  cursor: pointer;
}

.tab-contents-wrap {
  background-color: #e7eff0;
}

.tab-contents {
  display: none;
  padding: 20px;
}
.tab-contents h2 {
  color: #282828;
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 0.4em;
}
@media only screen and (min-width: 600px) {
  .tab-contents h2 {
    font-size: 2.4rem;
  }
}
@media only screen and (min-width: 960px) {
  .tab-contents h2 {
    font-size: 2.8rem;
  }
}

.tab-contents.active {
  display: block;
}/*# sourceMappingURL=style.css.map */

.pokemon_read {
  font-family: "M PLUS 1p", sans-serif;
  width: 90%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.7;
  letter-spacing: 0.06em;
  text-align: center;
  text-wrap: balance;
  word-break: break-word;
  margin-left: auto;
  margin-right: auto;
}

.br-pc {
  display: block;
}

@media screen and (max-width: 768px) {
  .pokemon_read {
      font-size: 14px;
      text-align: justify;
      word-break: normal;
  }
}

@media screen and (max-width: 1200px) {
  .pokemon_read {
      width: 89%;
      margin-top: 20px;
  }
  .br-pc {
    display: none;
  }
}