@charset "utf-8";

 /* USAページ */

.preparation{
    font-size: 2.0rem;
    color: #999;
    text-align: center;
    margin-top: -15.0rem;
    margin-bottom: 20.0rem;
}
@media screen and (max-width:575.98px) {
    .preparation{
        font-size: 1.6rem;
    }
}
    

#title-usa{
    text-align: center;
    margin-top: 5.0rem;
    margin-bottom: 20.0rem;
}
@media screen and (min-width:768px) {
    #title-usa img{
        max-width: 60.0rem;
    }
}
.item-usa-head{
    margin-bottom: 2.0rem;
    color: #efefef;
}
.item-usa-head h1{
    font-family: 'Bebas Neue', cursive;
	font-size: 10.0rem;
    font-weight: 400;
    line-height: 0.7;
}
.item-usa-head h2{
    font-family: 'Manrope', sans-serif;
	font-size: 3.0rem;
    font-weight: 500;
    line-height: 1.0;
}
.btn-shop a{
    display: block;
    width: 100%;
    background-color: #E51F4A;
    font-weight: 500;
    text-align: center;
    color: #1a1a1a;
    line-height: 2.0;
    border: 0.2rem solid #E51F4A;
    border-radius: 3.0rem;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.btn-cart a{
    display: block;
    width: 100%;
    background-color: #5FDAA3;
    font-weight: 500;
    text-align: center;
    color: #1a1a1a;
    line-height: 2.0;
    border: 0.2rem solid #5FDAA3;
    border-radius: 3.0rem;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.btn-shop a:hover, .btn-cart a:hover{
    background-color: transparent;
    border: 0.2rem solid #efefef;
    color: #efefef;
    border-radius: 0.5rem;
}
.item-usa-photo{
    padding: 0;
}
.item-usa-info{
	margin: 4.5rem auto 12.0rem auto;
    padding-bottom: 6.0rem;
	text-align: center;
	border-bottom: 0.1rem #333 solid;
}
.spec1, .spec2{
    font-family: 'Manrope', sans-serif;
	text-align: left;
    color: #ccc;
    font-weight: 500;
    line-height: 1.2;
}
.spec1{
    margin-bottom: 0.5rem;
	padding: 0.5rem 0 0.6rem 0.1rem;
	border-bottom: 0.1rem #9BA40D solid;
    font-size: 1.8rem;
}
.spec2{
	margin-bottom: 3.0rem;
	padding-left: 0.1rem;
	font-size: 1.6rem;
}