@charset "utf-8";
/* CSS Document */



.sh-pic{
	width: 100%;
	height: 442px;
	background-image: url("images/mv_1.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}

.sh-pic p{
	font-weight: bold;
	font-size: 81px;
	letter-spacing: 0.11em;
	text-align: center;
	color: #fff;
	padding-top: 210px;
	margin: 0;
}

.sh-pic h1{
	font-weight: bold;
	font-size: 15px;
	text-align: center;
	color: #fff;
}
@media (max-width: 960px){
    .sh-pic{
        height: 300px;
    }
    .sh-pic p{
        padding-top: 110px;
        font-size: 60px;
    }
}
@media (max-width: 480px){
    .sh-pic{
        height: 280px;
    }
    .sh-pic p{
        font-size: 47px;
    }
    .sh-pic h1{
        font-size: 13px;
        }
}
.breadcrumb{
	width: 65%;
	height: 77px;
	font-size: 12px;
	font-weight: 500;
	text-align: right;
	margin: 0 auto;
	padding: 30px 0;
	justify-content: flex-end;
}

.breadcrumb a:hover{
	opacity: 0.7;
	color: #333333;
}

@media (max-width: 1200px){
    .breadcrumb{
        width: 90%;
    }
}
@media (max-width: 960px){
    .breadcrumb{
	height: 60px;
	padding: 20px 0;
}
}
@media (max-width: 480px){
    .breadcrumb{
	height: auto;
	padding: 10px 0;
}
}
.shop-contents{
	width: 100%;
	height: auto;
	background-color: #f2f2f2;
	padding: 100px 0;
}
.shop-contents-1{
	width: 90%;
	max-width: 1100px;
	height: auto;
	background-color: #fff;
	margin: 0 auto;
	border-radius: 39px;
	padding: 100px 70px;
}
.shop-h2{
	text-align: center;
	font-weight: bold;
	font-size: 30px;
	padding-bottom: 50px;
}
.shop-h2 span{
	border-bottom: solid 4px #ffd900;
	padding-bottom: 10px;
}
.shop-contents-1_1{
	width: 100%;
	height: auto;
	display: flex;
}
.shop-contents-1_1_1{
	width: 50%;
	height: auto;
	margin-top: 35px;
    margin-right: 10px;
}

.shop-contents-1_1_1 h3{
	font-weight: bold;
}
.shop-contents-1_1_1 h3 span{
	display: inline-block;
}
.shop-p-1,.shop-p-2{
	font-weight: 500;
	line-height: 30px;
}
.shop-p-1{
	margin-top: 15px;
	margin-bottom: 15px;
}
.shop-p-1 span{
    display: inline-block;
}
.shop-p-2{
	margin-top: 0;
}

.shop-p-2 a:hover{
	color: #ffd900;
	transition: all 0.2s 0s ease;
}
.shop-button{
    margin-top: 12px;
}
.shop-button a {
	align-items: center;
	padding: 1em 2em;
	color: #333;
	font-size: 15px;
	font-weight: 700;
	background-color: #fff;
	border: 2px solid #FFD900;
	border-radius: 50vh;
    display: block;
    width: 240px;
}

.shop-button a:hover{
	background-color: #ffd900;
	transition: all 0.3s 0s ease;
}


.shop-contents-1_1_2{
	width: 50%;
	height: 300px;
}
.shop-contents-1_2{
	width: 100%;
	margin: 40px 0;
	border-bottom: solid 2px #f2f2f2;
}


@media (max-width: 1024px){
    .shop-contents-1{
	    width: 90%;
	    max-width: 1100px;
	    height: auto;
	    background-color: #fff;
	    margin: 0 auto;
	    border-radius: 39px;
	    padding: 70px;
}
    .shop-h2{
        font-size: 23px;
    }
    .shop-contents-1_1_1 h3{
        font-size: 23px;
}
    .shop-p-1{
        font-size: 15px;
        line-height: 20px;
}
}
@media (max-width: 960px){
    .shop-button{
        margin-top: 10px;
}
    .shop-button a{
        width: 240px;
    }
}
@media (max-width: 768px){
    .shop-contents{
	padding: 40px 0;
}
    .shop-contents-1{
    padding: 50px;}
    .shop-h2{
    padding-bottom: 30px;
	font-size: 20px;
}
    .shop-h2 span{
	border-bottom: solid 4px #ffd900;
	padding-bottom: 5px;
    line-height: 30px;
}
    .shop-contents-1_1{
        display: block;
    }
    .shop-contents-1_1_1,.shop-contents-1_1_2{
        width: 100%;
        text-align: center;
    }
    .shop-contents-1_1_1{
        margin-top: 0;
        margin-right: 0;
    }
    .shop-p-1{
        font-size: 16px;
        margin-bottom: 23px;
    }
    .shop-button a{
        font-size: 15px;
        width: 80%;
        margin: 0 auto;
    }

    .shop-contents-1_1_2{
        margin-top: 40px;
    }
}
@media (max-width: 640px){
    .shop-contents-1{
        padding: 50px;
    }
}
@media (max-width: 480px){
    .shop-contents-1{
        padding: 30px;
    }
    .shop-contents-1_1_1 h3{
        font-size: 20px;
        margin-bottom: 0;
    }
    .shop-p-1{
        font-size: 14px;
        margin: 15px 0;
    }
    .shop-button a{
        font-size: 14px;
        width: 90%;
    }
    .shop-contents-1_1_2{
        height: 200px;
        margin-top: 20px;
    }
}
