@charset "UTF-8";

.top h1 {
  padding: 90px 0;
}
.top .spice1 {
  top: -10px;
}
.top .spice3 {
  bottom: -180px;
}

.index{
  max-width: 600px;
  width: 85%;
  margin: 180px auto 60px;
  background-color: #ffea00;
  border-radius: 12px;
  padding: 30px 105px;
  font-family: 'Gothic MB101 Heavy',sans-serif;
}
.index a{
  color: #000000;
}
.index h2{
  letter-spacing: .5em;
  text-align: center;
  padding-bottom: 20px;
}
.index div{
  border-bottom: 3px solid;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-size: 2rem;
}
.index div:last-of-type{
  border-bottom: none;
}
.index div a{
  position:relative;
  line-height:23px;
  padding-left: 34px;
  display: block;
}
.index div a:before{
  content:"";
	display:inline-block;
	width:23px;
	height:23px;
	background:url(../img/icon_list.png) no-repeat;
  background-size:contain;
  position:absolute;
	left:0;
}
.index ul{
  padding-left: 50px;
  list-style: disc;
  padding-bottom: 20px;
}

.items{
  max-width: 600px;
  width: 85%;
  margin: 0 auto;
  font-family: 'Gothic MB101 Heavy',sans-serif;
}

.items .item{
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.items .img{
  width: 305px;
}
.items .img img{
  border-radius: 12px;
  width: 100%;
}
.items h4{
  font-size: 2rem;
  white-space: nowrap;
}
.items .value{
  font-size: 1.8rem;
  padding-bottom: 25px;
}
.items .value span{
  font-size: 1.4rem;
}
.items .cart{
  width: 260px;
}
.items .cart .stock{
  display: block;
  text-align: center;
  color: #e95a24;
  padding-top: .5em;
  font-family: 'Gothic MB101 DemiBold',sans-serif;
}
.items .cart_btn.sold{
  pointer-events: none;
}
.detail__links{
  border-top: 2px solid;
  border-bottom: 2px solid;
  padding: 10px 15px;
  margin-top: 70px;
}
.detail__links a{
  color: #000000;
  font-size: 1.5rem;
  font-family: 'Gothic MB101 DemiBold',sans-serif;
}
.detail__links ul{
  display: flex;
  justify-content: space-between;
}
.detail__links a i{
  font-size: 2rem;
  margin-right: 3px;
  display: inline-block;
  vertical-align: middle;
}
.detail__links a span{
  display: inline-block;
  vertical-align: middle;
}
.profile {
  padding: 110px 0 70px;
}
.wrapper footer .inner.store{
  margin-top: 20px;
  padding-top: 20px;
  border-top: 2px solid;
}
.store__munu{
  width: 90%;
  justify-content: space-around;
}
.store__munu a{
  font-size: 1.3rem;
}
@media screen and (max-width: 768px){
  .top .spice3 {
    bottom: -15px;
  }
  .top h1 {
    width: 95%;
    padding: 75px 0 85px;
  }
  .index {
    padding: 15px 10px;
    margin: 90px auto 40px;
  }
  .index div{
    padding-bottom: 8px;
    margin-bottom: 8px;
    font-size: 1.3rem;
  }
  .index div a {
    line-height: 1;
    padding-left: 6vw;
  }
  .index div a:before{
    width: 14px;
    height: 14px;
  }
  .index ul {
    padding-left: 10vw;
    padding-bottom: 10px;
    font-size: 1.3rem;
  }
  .items .item{
    display: block;
    margin-bottom: 40px;
  }
  .items .img {
    width: 100%;
  }
  .items .cart{
    width: 100%;
    text-align: center;

  }
  .items h4{
    font-size: 2rem;
    margin-top: 20px;
  }
  .items .cart_btn img{
    width: 200px;
  }
  .items .value {
    font-size: 1.8rem;
    padding-bottom: 25px;
  }
  .detail__links{
    margin-top: 40px;
  }
  .detail__links ul{
    display: block;
    text-align: center;
  }
  .detail__links a{
    font-size: 1.4rem;
  }
  .detail__links ul li:nth-of-type(2){
    padding: 10px 0;
  }
  .wrapper footer .inner.store{
    border-top: 1px solid;
  }
  .store__munu{
    display: block;
    text-align: center;
  }
  .store__munu{
    width: 100%;
  }
  .store__munu a{
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 320px){
  .index div {
    font-size: 87%;
  }
}