@charset "utf-8";
/* CSS Document */

body{
	margin: 0;
}

.wrapper{
	width: 100%;
	margin: 0 auto;
	background-color: #ebd9b5;
}

.content{
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	padding-bottom: 10%;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}

.content img{
	display: block;
	line-height: 0;
}

.top{
	padding: 2% 0;
}

.top h1{
	text-align: center;
	margin: 3% auto;
	font-family: "libre-bodoni", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 45px;
	margin-bottom: 10%;
}

.top h2{
	text-align: center;
	margin: 3% auto;
	font-family: "libre-bodoni", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 20px;
}

.top ul{
	padding: 0;
	list-style: none;
	display: flex;
	width: 90%;
	margin: 5% auto;
}

.lead{
	text-align: center;
	font-size: 14px;
	line-height: 2;
	margin: 5% auto;
}

.navi{
	width: 90%;
	margin: 5% auto 20%;
}

.navi ul{
	padding: 0;
	list-style: none;
	margin: 5% auto;
	display: grid;
	justify-content:space-around;
	grid-template-columns: 1fr 1fr;
	grid-row-gap: 10px;
	column-gap: 10px;
}

.navi ul li{
	margin: 0 auto;
	background-color: #000;
	width: 100%;
	box-sizing: border-box;
	padding: 2% 0 6%;
	border-radius: 4px;
}

.navi ul li a{
	display: block;
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	padding-bottom: 5%;
	position: relative;
}

.navi ul:first-child{
	margin-bottom: 10%;
	border-top: solid 1px #000;
	padding-top: 10%;
}

.navi ul li a:after{
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 50%;
	right: 15px;
	width: 6px;
	height: 6px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	content: "";
	transform: translateX(-50%)  rotate(135deg);
}

.box{
	width: 90%;
	margin: 0 auto 7%;
	padding-top: 13%;
}

.box h1{
	margin: 0;
	text-align: center;
	font-size: 30px;
	font-family: "libre-bodoni", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.box p{
	text-align: center;
	font-size: 13px;
	line-height: 1.8;
	margin: 3% auto;
}

.box p span{
	font-size: 15px;
	font-weight: 600;
}

.box ul{
	padding: 0;
	list-style: none;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap:20px 10px;
	margin: 5% auto;
}

.box ul .credit p{
	margin: 3% 0;
	text-align: left;
	font-size: 12px;
	line-height: 1.5;
}

.box ul .credit p:before{
	content: '≪CEREMONY≫ \A';
	white-space: pre;
	display: block;
	font-size: 10px;
}

.box ul .credit p:after{
	content: '(税込)';
	display: inline-block;
	font-size: 9px;
	margin-left: 5px;
}

.buy{
	display: block;
	width: 80%;
	margin: 10% auto;
	text-align: center;
	background-color: #333333;
	color: #fff;
	text-decoration: none;
	line-height: 2.2;
	position: relative;
	font-family: "libre-bodoni", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 17px;
}

.buy:after{
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 15px;
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	content: "";
	transform: translateY(-50%) rotate(45deg);
}

.all{
	background-color: #876750;
}

@media(min-width:750px){
.top h1{
	font-size: 65px;
}

.top ul{
	width: 100%;
	margin: 10% auto;
}

.lead{
	font-size: 16px;
	line-height: 2;
}
	
.navi{
	margin-bottom: 0;
}

.navi ul{
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-row-gap: 10px;
	column-gap: 10px;
	margin-bottom: 0;
}

.navi ul li a{
	padding-bottom: 5%;
}
	
.navi ul:first-child{
	padding-top: 5%;
}
	
.box{
	width: 100%;
	margin: 0 auto 7%;
	padding-top: 13%;
}

.box h1{
	margin: 0;
	font-size: 40px;
}

.box p{
	font-size: 15px;
	line-height: 2;
}
	
.box p span{
	font-size: 18px;
	display: inline-block;
	margin-bottom: 1%;
}

.box ul{
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap:0 10px;
	justify-content: center;
	align-items: center;
}
	
.box .flex{
	display: flex;
	width: 50%;
	gap:0 10px;
	justify-content: center;
	align-items: center;
}
		

.box ul .credit p{
	font-size: 13px;
	line-height: 1.7;
}

.box ul .credit p:before{
	font-size: 13px;
}

.box ul .credit p:after{
	font-size: 11px;
}

.buy{
	width: 40%;
	margin: 5% auto;
}
	
	.br_s{
		display: none;
	}

}