@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Kosugi+Maru&family=M+PLUS+Rounded+1c:wght@400;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@500;600&family=Pangolin&family=M+PLUS+Rounded+1c:wght@700;800;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");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  min-width: 0;
  min-height: 0;
}

html {
  box-sizing: border-box;
  overflow-y: scroll;
  font-size: 62.5%;
  font-feature-settings: "palt";
}

body {
  background: #fff;
  color: #282828;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
}

/*Text*/
.txt_br {
  display: block;
}

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

li {
  margin: 0;
}

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

.is-empty {
  padding: 0 !important;
  border: none !important;
  margin: 0 !important;
  height: 0 !important;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

/*Button*/
.go__sale_cat {
  background: #ff3d6e;
  /*border: 3px solid #7f001b;*/
  color: #fff;
  display: block;
  border-radius: 60px;
  width: 80%;
  max-width: 460px;
  margin: 0 auto 30px;
  padding: 1.2rem 2.4rem;
  transition: 0.3s;
  text-decoration: none;
  text-align: center;
}

.go__sale_cat:hover {
  background: #ff3d6e;
}

/******  Header  *****/
header {
  width: 100%;
  height: 80px;
  position: relative;
}

header h1 {
  height: 60px;
  position: relative;
}

header h1 img {
  max-height: 50px;
}

/******  Search *****/
.itemsearch {
  background: #fff;
  /*#BBBBBB;*/
  padding: 6px;
  margin-bottom: 6px;
  width: 40%;
  max-width: 480px;
  position: absolute;
  top: 20px;
  right: 20px;
}

.itemsearch form {
  position: relative;
  width: 90%;
  margin: 0 auto;
}

#searchword {
  width: 100%;
  margin: 0 auto;
  background: #DCDCDC;
  color: #000;
  padding: 8px 60px 8px 12px;
  box-sizing: border-box;
  border: none;
  border-radius: 36px;
  font-size: 14px;
  outline: none;
}

#searcbtn {
  position: absolute;
  top: 1px;
  bottom: 0;
  right: 8px;
  margin-top: auto;
  margin-bottom: auto;
  display: block;
  border: none;
  background: none;
  font-family: "ionicons";
  font-size: 1.8rem;
}

/*Footer*/
#footer {
  background: #c1c1c1;
  color: #fff;
  font-weight: 200;
  padding: 2em 0;
  text-align: center;
}

#footer a {
  background: #fff;
  border: 3px solid #fff;
  border-radius: 500px;
  display: inline-block;
  margin: 0 auto 1em;
  padding: 0.5rem 4rem;
  text-align: center;
  transition: 0.3s;
  text-decoration: none;
  width: 80%;
  max-width: 420px;
}
#footer a img {
  width: 100%;
  max-width: 420px;
}

#footer a:hover {
  border: 3px solid #ff3d6e;
  color: #fff;
}

.move__pagetop {
  color: #fff;
  font-family: "Ionicons", serif;
  font-size: 2.4rem;
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: none;
  width: 3em;
  height: 3em;
  background: rgba(172, 172, 172, 0.8);
  border-radius: 500px;
  z-index: 100000;
  text-align: center;
  line-height: 3em;
}

.move__pagetop a {
  color: #fff;
  display: block;
}

#main {
  display: block;
  position: relative;
  padding-bottom: 100px;
}


.key {
  width: 100%;
  margin-bottom: 0;
  padding: 0 0 30px 0;
  position: relative;
  text-align: center;
}
.key__img {
  margin-bottom: 4vh;
}
.key__img img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
@media only screen and (min-width: 960px) {
  .key__img img {
    max-width: 1080px;
  }
}
.key h1 {
  color: #E92B22;
  width: 94%;
  margin: 0 auto;
  position: relative;
  font-size: 2.2rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  font-style: normal;
}
@media only screen and (min-width: 600px) {
  .key h1 {
    font-size: 3.2rem;
  }
}
@media only screen and (min-width: 960px) {
  .key h1 {
    font-size: 3.8rem;
  }
}
.key h1 span {
  color: #039EDD;
}
@media only screen and (min-width: 600px) {
  .key h1 span br.sp {
    display: none;
  }
}
.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: 960px) {
  .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;
  }
}

.about {
  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;
  width: 94%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 2vh 0 4vh;
}
@media only screen and (min-width: 960px) {
  .about {
    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: 960px) {
  .about {
    padding: 5vh 0;
  }
}
.about__img {
  width: 50%;
  margin-bottom: 2vh;
}
@media only screen and (min-width: 960px) {
  .about__img {
    width: 35%;
    margin-bottom: 0;
  }
}
.about__img img {
  border-radius: 18px;
}
.about__txt {
  width: 94%;
}
@media only screen and (min-width: 960px) {
  .about__txt {
    width: 62%;
  }
}

.lineup {
  background: #f5f0e6;
  padding: 2vh 0;
}
.lineup h2 {
  color: #039EDD;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 2.2rem;
  letter-spacing: normal;
  margin-bottom: 0.5em;
}
@media only screen and (min-width: 600px) {
  .lineup h2 {
    font-size: 2.8rem;
  }
}
@media only screen and (min-width: 960px) {
  .lineup h2 {
    font-size: 3.2rem;
  }
}
.lineup h2 span {
  display: inline-block;
  position: relative;
}
.lineup h2 span::before {
  content: "";
  display: inline-block;
  background: url(../img/lineup_bg04.png) center center no-repeat;
  background-size: contain;
  width: 75px;
  margin-right: 10px;
  height: 1em;
}
@media only screen and (min-width: 600px) {
  .lineup h2 span::before {
    width: 150px;
  }
}
@media only screen and (min-width: 960px) {
  .lineup h2 span::before {
    width: 200px;
  }
}
.lineup h2 span::after {
  content: "";
  display: inline-block;
  background: url(../img/lineup_bg04.png) center center no-repeat;
  background-size: contain;
  width: 75px;
  margin-left: 10px;
  height: 1em;
}
@media only screen and (min-width: 600px) {
  .lineup h2 span::after {
    width: 150px;
  }
}
@media only screen and (min-width: 960px) {
  .lineup h2 span::after {
    width: 200px;
  }
}
.lineup h3 {
  color: #039EDD;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 2.8rem;
  letter-spacing: normal;
  margin-bottom: 0.5em;
  text-align: left;
}
@media only screen and (min-width: 600px) {
  .lineup h3 {
    font-size: 3.6rem;
  }
}
@media only screen and (min-width: 960px) {
  .lineup h3 {
    font-size: 4.2rem;
  }
}
.lineup h3 span {
  display: inline-block;
  position: relative;
  font-size: 70%;
}
.lineup__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: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  margin: 1em 0;
}
.lineup__cat > li {
  width: 32%;
}
@media only screen and (min-width: 600px) {
  .lineup__cat > li {
    width: 30%;
  }
}
@media only screen and (min-width: 600px) {
  .lineup__cat > li img {
    width: 94%;
  }
}
.lineup__cat > li a {
  background: #f2f5f9;
  border-radius: 18px;
  display: block;
  text-align: center;
  padding: 0.6rem;
  transition: 0.3s;
}
@media only screen and (min-width: 600px) {
  .lineup__cat > li a {
    padding: 1.6rem;
  }
}
.lineup__cat > li a:hover {
  background: #def6ff;
}
.lineup__upperbox {
  position: relative;
}
.lineup__item {
  background: #ffffff;
  border-radius: 36px;
  padding: 1em;
  position: relative;
  width: 94%;
  max-width: 1280px;
  margin: 0 auto;
}
@media only screen and (min-width: 600px) {
  .lineup__item {
    padding: 1.6em;
  }
}
@media only screen and (min-width: 960px) {
  .lineup__item {
    padding: 3em;
  }
}
.lineup__item .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: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.lineup__item .item__list > li {
  width: 46%;
  margin-bottom: 4%;
  font-weight: 500;
  font-size: 1.3rem;
  text-align: center;
  position: relative;
}
@media only screen and (min-width: 960px) {
  .lineup__item .item__list > li {
    width: 30%;
    font-size: 1.6rem;
  }
  .lineup__item .item__list > li br {
    display: none;
  }
}
.lineup__item .item__list > li a {
  position: relative;
}
.lineup__item .item__list > li a span {
  display: block;
  position: absolute;
  bottom: 2.2em;
  left: 0;
  right: 0;
  z-index: 50;
  width: 70%;
  margin: 0 auto;
}
.lineup__item .item__list > li .size {
  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;
  margin-top: 0.5em;
}
.lineup__item .item__list > li .size > li {
  width: 32%;
}
.lineup__item .item__list > li .size > li a {
  background: #efede8;
  display: block;
  padding: 0.5em 0;
  text-align: center;
  font-size: 1.2rem;
}
@media only screen and (min-width: 600px) {
  .lineup__item .item__list > li .size > li a {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 960px) {
  .lineup__item .item__list > li .size > li a {
    font-size: 1.6rem;
  }
}
.lineup__bg01 {
  aspect-ratio: 14/3.2;
  background: url(https://gigaplus.makeshop.jp/skater/feature/tsumupapa/img/lineup_bg01.jpg) center center no-repeat;
  background-size: 110% auto;
}
@media only screen and (min-width: 600px) {
  .lineup__bg01 {
    background-size: contain;
  }
}
@media only screen and (min-width: 960px) {
  .lineup__bg01 {
    width: 80%;
    margin: 0 auto;
  }
}
.lineup__bg02 {
  aspect-ratio: 14/3.2;
  background: url(https://gigaplus.makeshop.jp/skater/feature/tsumupapa/img/lineup_bg02-2.jpg) center center no-repeat;
  background-size: 110% auto;
}
@media only screen and (min-width: 600px) {
  .lineup__bg02 {
    background-size: contain;
  }
}
@media only screen and (min-width: 960px) {
  .lineup__bg02 {
    width: 80%;
    margin: 0 auto;
  }
}
.lineup__bg03 {
  aspect-ratio: 10/2.4;
  background: url(https://gigaplus.makeshop.jp/skater/feature/tsumupapa/img/lineup_bg03.jpg) center center no-repeat;
  background-size: contain;
}
@media only screen and (min-width: 960px) {
  .lineup__bg03 {
    position: absolute;
    width: 64%;
    bottom: 0;
    right: 0;
    transform: translateY(-70%);
  }
}/*# sourceMappingURL=style.css.map */