.btncenter {
  text-align: center;
}
a.btn001 {
  padding: 0px 0px;
  font-size: 1.5em;
  line-height: 70px;
  color: #999;
  text-align: center;
  text-decoration: none;
  border: solid 1px #999;
  margin: 10px;
  display: inline-block;
  height: 70px;
  width: 100%;
}
a.btn001:hover {
  background: #999;
  color: #FFF;
}
.product_name, .sku_name, .price, .cread, .collection_kana {
  font-family: 'Noto Sans JP', sans-serif;
}
.sku_name {
  /*font-weight: 600;*/
  font-size: 1rem;
}
.price {
  font-weight: 600;
  font-size: 1rem;
}
.cread {
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 2rem;
}
.collection_name {
  font-family: 'Cinzel';
  font-weight: 100;
  font-size: 4rem;
  line-height: 2;
  text-align: center;
}
.read-box {
  width: 100%;
  max-width: 900px;
  margin: auto;
  position: relative;
  text-align: center;
}
@media screen and (max-width:767px) {
  .cread {
    font-size: 3vw;
    line-height: 7vw;
  }
}
.brand-link{margin-bottom: 10vh;}
.brand-link ul{
	width: 100%;
	max-width: 600px;	
	margin: 0 auto;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.brand-link ul li{width: 50%;margin-bottom: 3vw;}
.button-gray a {
    background: #eee;
    border-radius: 50px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 260px;
    padding: 10px 25px;
    color: #313131;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}
.button-gray a:hover {
    background: #313131;
    color: #FFF;
}
.button-gray a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #313131;
    border-right: 3px solid #313131;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.button-gray a:hover:after {
    border-color: #FFF;
}
.button-brand a {
    background:#11456f;
    border-radius: 50px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 260px;
	padding: 10px 40px 10px 25px;
    color: #fff;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}
.button-brand a:hover {
	background: #0089a4;
    color: #FFF;
}
.button-brand a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.button-brand a:hover:after {
}

@media screen and (max-width:767px){
	.brand-link ul{-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;}
	.brand-link ul li{width: 100%; margin-bottom: 3vw;}

  .read-box {
    width: 90%;
    margin: auto;
    text-align: left;
  }
  .collection_name {
    font-size: 3rem;
    line-height: 1.2;
}



}











