iframe{
    width: 100%;
    height: 430px;
    margin: 30px 0;
}

.item-wrap2{
    padding: 15px;
    position: relative;
    margin-bottom: 40px;
}

.item-wrap-p{
    padding-top: 30px;
}

.item-wrap-title{
    padding: 30px 0;
    font-size: 1.4em;
    font-weight: bold;
}

.item-wrap-img{
    width: 100%;
}

.item-wrap-setumeititle{
    padding-top: 30px;
    border-bottom: 1px solid #910008;
    padding-bottom: 5px;
    font-weight: 800;
}

.item-wrap-setumei{
    padding: 20px 0px;
}

.item-wrap-kakaku{
    text-align: right;
    color: #8b0202;
    font-size: 1.1em;
}

.item-wrap-buy{
    text-align: right;
    background-color: #8b0202;
    color: #fff;
    padding: 10px;
    width: 250px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-weight: 800;
    position: absolute;
    right: 20px;
    bottom: -40px;
}

/*以下スマホ*/
@media screen and (max-width: 1000px) {
	
	iframe{
	    width: 100%;
	    height: 60vw;
	    margin: 30px 0;
	}
	.item-wrap2{
	    padding: 15px;
	    position: relative;
	    margin-bottom: 40px;
	}
	
	.item-wrap-p{
	    padding-top: 30px;
	}
	
	.item-wrap-title{
	    padding: 30px 0;
	    font-size: 1.4em;
	    font-weight: bold;
	}
	
	.item-wrap-img{
	    width: 100%;
	}
	
	.item-wrap-setumeititle{
	    padding-top: 30px;
	    border-bottom: 1px solid #910008;
	    padding-bottom: 5px;
	    font-weight: 800;
	}
	
	.item-wrap-setumei{
	    padding: 20px 0px;
	}
	
	.item-wrap-kakaku{
	    text-align: right;
	    color: #8b0202;
	    font-size: 0.9em;
	}
	
	.item-wrap-buy{
	    text-align: right;
	    background-color: #8b0202;
	    color: #fff;
	    padding: 10px;
	    width: 250px;
	    display: flex;
	    flex-direction: row;
	    justify-content: center;
	    align-items: center;
	    font-weight: 800;
	    position: absolute;
	    right: 20px;
	    bottom: -40px;
	}

}