@charset "UTF-8";
@import url(/Users/minakataryuji/HEROIC1_Webサイト/jersey/styles/vendors/swiper-bundle.css);

.font-sm, .price__btn {
  font-size: 15px;
  font-weight: 200;
  letter-spacing: 0.1em;
}

.font-md, .design__text, .fabric__text, .feature__text, .price__text, .feature__list > li {
  font-size: 17px;
  font-weight: 200;
  letter-spacing: 0.1em;
}

.font-lr, .top__subtitle, .design__title, .fabric__title, .feature__title, .price__title {
  font-size: 20px;
  font-weight: 200;
  letter-spacing: 0.1em;
}

.font-lg, .top__title {
  font-size: 25px;
  font-weight: 200;
  letter-spacing: 0.1em;
}

.top {
  text-align: center;
}

.top__title {
  margin-top: 20px;
  margin-bottom: 10px;
}

.top__subtitle {
  margin-bottom: 20px;
}

.top .swiper-container {
  height: 320px;
}

.top .swiper-slide {
  text-align: center;
}

.top .swiper-slide > img {
  width: 320px;
  height: 320px;
}

.top .swiper-pagination {
  bottom: 0;
}

.design, .fabric, .feature, .price {
  margin: 50px auto;
  width: 320px;
}

.design__title, .fabric__title, .feature__title, .price__title {
  color: #9F1F1F;
  margin-bottom: 20px;
}

.design__text, .fabric__text, .feature__text, .price__text {
  margin-bottom: 20px;
}

.design__image, .fabric__image, .feature__image, .price__image {
  width: 100%;
}

.design__smImage, .fabric__smImage, .feature__smImage, .price__smImage {
  width: 150px;
}

.fabric__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}

.feature__list > li {
  position: relative;
  list-style: none;
}

.price__box.socks {
	display: flex;
	width: 400px;
	padding-left: 40px;
}

 .btn__buy {
  background-color: black;
  color: white;
  border-radius: 5px;
  border: none;
	 height: 30px;
  padding: 0 20px;
	 margin-left: 30px;
}

.winter__top > img {
	width: 450px;
}

.winter__design {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

.winter__design > img {
	width: 300px;
}

@media (max-width: 450px) {
	.winter__top > img {
		width: 300px;
	}
}

@media (min-width: 601px) {
  .font-sm, .price__btn {
    font-size: 15px;
    font-weight: 200;
    letter-spacing: 0.2em;
  }
  .font-md, .design__text, .fabric__text, .feature__text, .price__text, .feature__list > li {
    font-size: 17px;
    font-weight: 200;
    letter-spacing: 0.2em;
  }
  .font-lr, .top__subtitle, .design__title, .fabric__title, .feature__title, .price__title {
    font-size: 20px;
    font-weight: 200;
    letter-spacing: 0.2em;
  }
  .font-lg, .top__title {
    font-size: 25px;
    font-weight: 200;
    letter-spacing: 0.2em;
  }
  .design, .fabric, .feature, .price {
    width: 400px;
  }
  .fabric__smImage {
    width: 190px;
  }
	
}

@media (min-width: 751px) {
 
}

@media (min-width: 961px) {
  .font-sm, .price__btn {
    font-size: 15px;
    font-weight: 200;
    letter-spacing: 0.1em;
  }
  .font-md, .design__text, .fabric__text, .feature__text, .price__text, .feature__list > li {
    font-size: 20px;
    font-weight: 200;
    letter-spacing: 0.1em;
  }
  .font-lr, .top__subtitle, .design__title, .fabric__title, .feature__title, .price__title {
    font-size: 25px;
    font-weight: 200;
    letter-spacing: 0.1em;
  }
  .font-lg, .top__title {
    font-size: 30px;
    font-weight: 200;
    letter-spacing: 0.1em;
  }
  .top {
    text-align: center;
  }
  .top__title {
    margin-top: 30px;
  }
  .top .swiper-container {
    height: 400px;
  }
  .top .swiper-slide {
    text-align: center;
  }
  .top .swiper-slide > img {
    width: 400px;
    height: 400px;
  }
  .design, .fabric, .feature, .price {
    width: 800px;
  }
  .fabric__smImage {
    width: 390px;
  }
	.price__box {
		display: flex;
		justify-content:space-between;
	}
	.shopify {
		width: 200px;
		margin-right: 30%;
		
	}
}