.mainContents{
	margin-top: 5%;
	max-width: 100%;
	padding: 0 0;
}
.mainContentsRContent h2.title{
	width: 40%;
	margin: 0 auto;
	margin-bottom: 8rem;
}
.movie{
	width: 100%;
	margin-bottom: 3%;
}
.movie p{
	text-align: center;
	padding: 10% 0;
	font-size: 60px;
}
.mainContentsInner{
	margin-bottom: 5%;
}
p.aboutText{
	text-align: center;
	font-size: 14px;
	line-height: 2;
}
p.shoplist {
	text-align: center;
	font-size: 14px;
	line-height: 2;
	margin-top: 3%;
	width: 700px;
    margin-inline: auto;
}

.movie video{
	width: 100%;
}

.followusArea {
	margin-top: 8rem;
}

.followusArea .contentsTitle{
	text-align: center;
    font-weight: bold;
    font-size: 1.6rem;
}

.followusArea .blockSocialLinks {
	margin-bottom: 3rem;
}

.followusArea .blockNewsLetter {
	margin-top: 0;
    padding-top: 0;
}

.followusArea .blockNewsLetter .lead {
	margin-bottom: 0;
    color: #111;
    font-weight: 600;
}

.shoplistContents {
	width: 700px;
    margin-inline: auto;
}

.shoplistContents .contentsTitle{
	text-align: center;
    font-weight: bold;
    font-size: 1.6rem;
}

.shoplistContents .shopListUl {
	display: flex;
    flex-wrap: wrap;
    margin-top: 3rem;
    justify-content: space-between;
}

.shoplistContents .shopListUl li{
	width: 30%;
	display: block;
    margin-top: 2rem;
}

.shopLink {
	display: block;
    margin-inline: auto;
    text-align: center;
    font-size: 1.6rem;
    border: 1px solid #000;
    line-height: 3.5;
    border-radius: 12px;
}

.shoplist a {
	color: #fff;
    background: #000;
    text-decoration: none;
    width: 30%;
    display: block;
    margin-inline: auto;
    line-height: 3.5;
    border-radius: 12px;
}

@media only screen and (max-width: 750px){
	.mainContents {
		max-width: 1200px;
		margin-top: 30%;
	}
	.mainContentsInner{
		margin-bottom: 20%;
	}
	.movie{
		width: 100%;
		margin-bottom: 15%;
	}
	.movie p {
		font-size: 30px;
	}
	p.aboutText{
		font-size: 13px;
	}
	.mainContentsRContent h2.title{
		width: 60%;
		margin-bottom: 3rem;
		padding-top: 1rem;
	}
	p.shoplist {
		margin-top: 12%;
	}
	
	.shoplistContents {
	    width: 100%;
	    margin-inline: auto;
	    margin-top: 7rem;
	}
	
	.shoplistContents .shopListUl {
	    display: flex;
	    flex-wrap: wrap;
	    margin-top: 0rem;
	    justify-content: center;
	}
	
	.shoplistContents .shopListUl li {
	    width: 70%;
	    display: block;
	    margin-top: 2rem;
	}
	
	p.shoplist {
	    text-align: center;
	    font-size: 14px;
	    line-height: 2;
	    margin-top: 10%;
	    width: 100%;
	    margin-inline: auto;
	}
	
	.shoplist a {
	    color: #fff;
	    background: #000;
	    text-decoration: none;
	    width: 70%;
	    display: block;
	    margin-inline: auto;
	    line-height: 3.5;
	    border-radius: 12px;
	}

}
