@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Archivo+Black&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: #ffffff;
  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 {
  width: 100%;
  padding: 20% 0 2%;
  position: relative;
  text-align: center;
  overflow: hidden;
}
.key__inner {
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.key .dinoleft {
  position: absolute;
  top: 6%;
  left: -50%;
  width: 50%;
  max-width: 1200px;
  /*画像の幅指定*/
  animation: jump2 0.8s ease-out;
  /*アニメーションの名前を指定*/
  animation-iteration-count: 1;
  /*実行回数を指定*/
  animation-fill-mode: forwards;
  animation-delay: 1s;
}
@keyframes jump2 {
  0% {
    transform: translatex(-50%);
  }
  100% {
    transform: translatex(57%);
  }
}
.key .dinoright {
  position: absolute;
  top: -6%;
  right: -50%;
  width: 50%;
  max-width: 1200px;
  /*画像の幅指定*/
  animation: jump 0.8s ease-out;
  /*アニメーションの名前を指定*/
  animation-iteration-count: 1;
  /*実行回数を指定*/
  animation-fill-mode: forwards;
  animation-delay: 1.05s;
}
@keyframes jump {
  0% {
    transform: translatex(50%);
  }
  100% {
    transform: translatex(-52%);
  }
}
.key .dino-friends {
  position: relative;
}
.key .dino-friends .hs-icon {
  width: 18%;
  position: absolute;
  top: 2%;
  right: 5%;
}
.key h1 {
  width: 60%;
  max-width: 640px;
  margin: 0 auto 20%;
}
.key img {
  margin: auto;
  width: 100%;
  height: auto;
}
.key p {
  font-weight: 600;
  text-align: center;
  font-size: 2rem;
}
@media only screen and (min-width: 600px) {
  .key p {
    font-size: 2.8rem;
  }
}
@media only screen and (min-width: 1025px) {
  .key p {
    font-size: 4rem;
  }
}
.key p br.txt-br {
  display: block;
}
@media only screen and (min-width: 600px) {
  .key p br.txt-br {
    display: none;
  }
}
.key::before {
  content: "";
  display: block;
  background: url("https://office.skater.mercart-bo.net/feature/dino_hs/img/bg_key01.png") center top no-repeat;
  background-size: cover;
  height: 900px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.key::after {
  content: "";
  display: block;
  background: url("https://office.skater.mercart-bo.net/feature/dino_hs/img/bg_key02.png") center top no-repeat;
  background-size: cover;
  height: 900px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.page-lead {
  padding: 0 20px;
}
.page-lead h2 {
  color: #282828;
  line-height: 1.5;
  font-weight: 600;
  font-size: 2rem;
  letter-spacing: 0;
}
@media only screen and (min-width: 1025px) {
  .page-lead h2 {
    font-size: 3.2rem;
  }
}
@media only screen and (min-width: 1025px) {
  .page-lead-txt {
    font-size: 1.8rem;
    line-height: 1.75;
    text-align: center;
  }
}

.dino__pickup {
  padding: 0;
  position: relative;
}
.dino__pickup__item {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
.dino__pickup__item img {
  width: 100%;
  max-width: 960px;
}
.dino__pickup .more {
  display: block;
  width: 94%;
  max-width: 460px;
  margin: 40px auto;
}
.dino__pickup .more img {
  width: 100%;
}

.dino {
  position: relative;
  /*&::before {
    content: "";
    display: block;
    position: absolute;
    top: -28px;
    left: 0;
    background: linear-gradient(45deg, #97c3a0 50%, transparent 52%),
      linear-gradient(315deg, #97c3a0 50%, transparent 52%);
    background-size: 30px 30px;
    height: 30px;
    width: 100%;
  }*/
  background: #97c3a0;
  padding: 0;
}
.dino__cat01 {
  background: #edde6f;
  padding: 60px 0;
}
.dino__cat01__inner h2 {
  background: url("https://office.skater.mercart-bo.net/feature/dino_hs/img/icon_dino01.png") center top no-repeat;
  background-size: auto 160px;
  padding-top: 180px;
  color: #b1503c !important;
  letter-spacing: normal;
  line-height: 1.4;
  font-weight: 600;
  font-size: 2rem;
}
@media only screen and (min-width: 1025px) {
  .dino__cat01__inner h2 {
    background-size: auto 240px;
    padding-top: 260px;
  }
}
@media only screen and (min-width: 600px) {
  .dino__cat01__inner h2 {
    font-size: 2.2rem;
  }
}
@media only screen and (min-width: 1025px) {
  .dino__cat01__inner h2 {
    font-size: 3.2rem;
  }
}
.dino__cat01__inner h3 {
  color: #231714;
  font-size: 1.8rem;
}
@media only screen and (min-width: 600px) {
  .dino__cat01__inner h3 {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 1025px) {
  .dino__cat01__inner h3 {
    font-size: 2.8rem;
  }
}
.dino__cat02 {
  padding: 60px 0 76px;
  position: relative;
}
.dino__cat02::before {
  content: "";
  display: block;
  position: absolute;
  top: -28px;
  left: 0;
  background: linear-gradient(45deg, #97c3a0 50%, transparent 52%), linear-gradient(315deg, #97c3a0 50%, transparent 52%);
  background-size: 30px 30px;
  height: 30px;
  width: 100%;
}
.dino__cat02__inner h2 {
  background: url("https://office.skater.mercart-bo.net/feature/dino_hs/img/icon_dino02.png") center top no-repeat;
  background-size: auto 160px;
  padding-top: 180px;
  color: #b1503c !important;
  letter-spacing: normal;
  line-height: 1.4;
  font-weight: 600;
  font-size: 2rem;
}
@media only screen and (min-width: 1025px) {
  .dino__cat02__inner h2 {
    background-size: auto 240px;
    padding-top: 260px;
  }
}
@media only screen and (min-width: 600px) {
  .dino__cat02__inner h2 {
    font-size: 2.2rem;
  }
}
@media only screen and (min-width: 1025px) {
  .dino__cat02__inner h2 {
    font-size: 3.2rem;
  }
}
.dino__cat02__inner h3 {
  color: #231714;
  font-size: 1.8rem;
}
@media only screen and (min-width: 600px) {
  .dino__cat02__inner h3 {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 1025px) {
  .dino__cat02__inner h3 {
    font-size: 2.8rem;
  }
}
.dino__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: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
}
.dino__cat__list__item {
  width: 100%;
  order: 2;
  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;
}
@media only screen and (min-width: 1025px) {
  .dino__cat__list__item {
    order: 1;
    width: 52%;
  }
}
.dino__cat__list__item .dino__item {
  width: 48%;
  text-align: center;
}
.dino__cat__list__item .dino__item:nth-child(-n+2) {
  margin-bottom: 4%;
}
.dino__cat__list__image {
  width: 100%;
  text-align: center;
  margin-bottom: 4%;
  order: 1;
}
@media only screen and (min-width: 1025px) {
  .dino__cat__list__image {
    order: 2;
    width: 44%;
    margin-bottom: 0;
  }
}
.dino__cat__list__image img {
  width: 100%;
  max-width: 640px;
}
.dino .more {
  display: block;
  width: 94%;
  max-width: 460px;
  margin: 40px auto;
}
.dino .more img {
  width: 100%;
}

.hs {
  background: #dacee4;
  background: #dacee4 url("https://office.skater.mercart-bo.net/feature/dino_hs/img/bdr_hs.png") left top repeat-x;
  background-size: auto 76px;
  width: 100%;
  position: relative;
  padding-top: 76px;
}
.hs__key {
  width: 100%;
  background: #dacee4 url("https://office.skater.mercart-bo.net/feature/dino_hs/img/bdr_hs.png") left bottom repeat-x;
  background-size: auto 76px;
  padding-bottom: 76px;
}
.hs__key__inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.hs__cat01 {
  background: #f2e7fa;
  padding: 60px 0;
}
.hs__cat01__inner h2 {
  background: url("https://office.skater.mercart-bo.net/feature/dino_hs/img/hs_cat01_icon.png") center top no-repeat;
  background-size: auto 60px;
  padding-top: 80px;
  color: #db6a9b !important;
  letter-spacing: normal;
  line-height: 1.4;
  font-weight: 600;
  font-size: 2rem;
}
@media only screen and (min-width: 1025px) {
  .hs__cat01__inner h2 {
    background-size: auto 80px;
    padding-top: 100px;
  }
}
@media only screen and (min-width: 600px) {
  .hs__cat01__inner h2 {
    font-size: 2.2rem;
  }
}
@media only screen and (min-width: 1025px) {
  .hs__cat01__inner h2 {
    font-size: 3.2rem;
  }
}
.hs__cat01__inner h3 {
  color: #231714;
  font-size: 1.8rem;
}
@media only screen and (min-width: 600px) {
  .hs__cat01__inner h3 {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 1025px) {
  .hs__cat01__inner h3 {
    font-size: 2.8rem;
  }
}
.hs__cat02 {
  background: #fdd8ed url("https://office.skater.mercart-bo.net/feature/dino_hs/img/img/bdr_hs.png") left bottom repeat-x;
  background-size: auto 76px;
  padding: 60px 0 76px;
}
.hs__cat02__inner h2 {
  background: url("https://office.skater.mercart-bo.net/feature/dino_hs/img/hs_cat02_icon.png") center top no-repeat;
  background-size: auto 60px;
  padding-top: 80px;
  color: #db6a9b !important;
  letter-spacing: normal;
  line-height: 1.4;
  font-weight: 600;
  font-size: 2rem;
}
@media only screen and (min-width: 1025px) {
  .hs__cat02__inner h2 {
    background-size: auto 80px;
    padding-top: 100px;
  }
}
@media only screen and (min-width: 600px) {
  .hs__cat02__inner h2 {
    font-size: 2.2rem;
  }
}
@media only screen and (min-width: 1025px) {
  .hs__cat02__inner h2 {
    font-size: 3.2rem;
  }
}
.hs__cat02__inner h3 {
  color: #231714;
  font-size: 1.8rem;
}
@media only screen and (min-width: 600px) {
  .hs__cat02__inner h3 {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 1025px) {
  .hs__cat02__inner h3 {
    font-size: 2.8rem;
  }
}
.hs__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;
  width: 96%;
  max-width: 960px;
  margin: 0 auto;
}
.hs__list__item {
  border-radius: 8px;
  width: 48%;
  margin-bottom: 4%;
  transition: 0.3s;
  position: relative;
}
@media only screen and (min-width: 1025px) {
  .hs__list__item {
    width: 32%;
  }
}
.hs__list__item a {
  color: #c8a731;
  display: block;
  position: relative;
  text-decoration: none;
  font-weight: 600;
  border-radius: 6px;
  text-align: center;
}
.hs__list__item a .item-img {
  width: 30%;
}
.hs__list__item a .item-txt {
  width: 65%;
  text-align: left;
}
.hs__list__item a p {
  font-weight: 400;
  text-align: left;
  font-size: 1.6rem;
}
.hs__list__item a .button {
  width: 80%;
  max-width: 180px;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  margin: auto 0;
}
.hs__list__item img {
  border-radius: 6px;
  margin-bottom: 10px;
}
.hs__list__item:hover {
  transition: 0.3s;
}

.cat > h2 {
  color: #292855;
  font-family: "Archivo Black", sans-serif;
  line-height: 1.75;
  font-weight: 900;
  font-size: 3.8rem;
  letter-spacing: 0.1rem;
  margin-bottom: 40px;
}
@media only screen and (min-width: 600px) {
  .cat > h2 {
    font-size: 3.2rem;
  }
}
@media only screen and (min-width: 1025px) {
  .cat > h2 {
    font-size: 7rem;
  }
}
.cat__lineup {
  margin-bottom: 50px;
  padding: 60px 20px 30px;
}
@media only screen and (min-width: 600px) {
  .cat__lineup {
    padding: 80px 0 0;
  }
}
@media only screen and (min-width: 1025px) {
  .cat__lineup {
    padding: 80px 0 0;
  }
}
.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: stretch;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  width: 96%;
  max-width: 960px;
  margin: 0 auto;
}
.cat__list__item {
  border-radius: 8px;
  width: 48%;
  margin-bottom: 4%;
  transition: 0.3s;
  position: relative;
}
.cat__list__item a {
  color: #c8a731;
  display: block;
  position: relative;
  text-decoration: none;
  font-weight: 600;
  border-radius: 6px;
  text-align: center;
}
.cat__list__item a img {
  display: block;
  margin: 0 auto;
}
.cat__list__item a .item-img {
  width: 30%;
}
.cat__list__item a .item-txt {
  width: 65%;
  text-align: left;
}
.cat__list__item a p {
  font-weight: 400;
  text-align: left;
  font-size: 1.6rem;
}
.cat__list__item a .button {
  width: 80%;
  max-width: 180px;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  margin: auto 0;
}
.cat__list__item img {
  border-radius: 6px;
  margin-bottom: 10px;
}
.cat__list__item:hover {
  transition: 0.3s;
}
.cat h1 {
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 1em;
}
@media only screen and (min-width: 1025px) {
  .cat h1 {
    font-size: 3.2rem;
  }
}
.cat h2 {
  text-align: center;
  font-weight: 400;
  text-align: center;
}
.cat h3 {
  text-align: center;
  margin-bottom: 1em;
}
.cat .is-empty {
  width: 49%;
}
@media only screen and (min-width: 600px) {
  .cat .is-empty {
    width: 32%;
  }
}
@media only screen and (min-width: 1025px) {
  .cat .is-empty {
    width: 23.5%;
  }
}/*# sourceMappingURL=style.css.map */