@charset "utf-8";
/* CSS Document */

body{
	margin: 0;
}

.wrapper{
	max-width: 600px;
	width: 100%;
	margin: 0 auto;
	font-family: "Zen Old Mincho", serif;
  	font-weight: 400;
  	font-style: normal;
}

.wrapper img{
	display: block;
	line-height: 0;
}

.font_orpheuspro{
	font-family: "orpheuspro", serif;
	font-weight: 400;
}

.top{
	margin: 0 auto 15%;
}

.top .lead{
	text-align: center;
	font-size: 14px;
	line-height: 2;
	margin: 8% auto;
}

.navi{
	width: 90%;
	margin: 10% auto 20%;
}

.navi ul{
	padding: 0;
	list-style: none;
	margin: 5% auto;
	display: flex;
	justify-content:space-around;
	flex-wrap: wrap;
	grid-row-gap: 30px;
}

.navi ul li{
	width:50%;
	margin: 0 auto;
}

.navi ul li a{
	display: block;
	text-align: center;
	color: #000;
	text-decoration: none;
	font-size: 20px;
	padding-bottom: 8%;
	position: relative;
}

.navi ul:first-child{
	margin-bottom: 10%;
	border-top: solid 1px #ccc;
	padding-top: 5%;
}

.navi ul li a:after{
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 50%;
	right: 15px;
	width: 6px;
	height: 6px;
	border-top: 1px solid #be7413;
	border-right: 1px solid #be7413;
	content: "";
	transform: translateX(-50%)  rotate(135deg);
}

.content{
	margin: 0 auto;
}

.box{
	padding-top: 15%;
	margin-bottom: 10%;
}

.bg{
	background-color: #c7baa9;
	background-image: linear-gradient(0deg, #fff, #c39f7b);
	padding: 6% 0;
}

.bg h1{
	text-align: center;
	font-weight: normal;
	font-size: 30px;
	margin: 2% auto
}

.bg p{
	text-align: center;
	font-size: 15px;
	margin: 3% auto;
	line-height: 2;
}

.box__innner{
	margin-bottom: 10%;
}

.mgb20{
	margin-bottom: 20%;
}

.item_name{
	margin: 13% auto;
}

.item_name h2{
	text-align: center;
	font-size: 20px;
	margin: 2% auto;
	font-weight: normal;
}

.item_name h3{
	text-align: center;
	font-weight: normal;
	margin: 2% auto;
	font-size: 20px;
}

.item_name h3:after{
	content: '(tax in)';
	font-size: 15px;
	margin-left: 3px;
}

.style{
	margin: 10% auto;
}

.style img{
	width: 86%;
	margin-bottom: 10%;
}

.style .left20{
	margin-left: 14%;
}

.style .img100{
	width: 100%;
	margin: 10% auto;
}

.style p{
	margin: 5% auto;
	text-align: center;
	font-size: 13px;
	line-height: 1.7;
}

.creditBox{
	width: 80%;	
	margin: 10% auto;
}

.credit a{
	display: block;
	text-decoration: none;
	color: #000;
	font-size: 17px;
	line-height: 1.5;
	position: relative;
}

.credit a::after {
	content: "BUY";
    position: absolute;
    top: 50%;
    right: 2%;
    transform: translate(0, -50%);
    font-size: 16px;
}

.credit .cms::after {
	content: "COMING SOON";
    position: absolute;
    top: 50%;
    right: 2%;
    transform: translate(0, -50%);
    font-size: 10px;
	color: #656565;
}

.credit span{
	font-size: 11px;
    display: block;
    line-height: 1.8;
    margin-bottom: 1%;
}

.credit_other{
	width: 85%;	
	margin: 8% auto 10%;
}

.credit_other a{
	display: block;
	text-decoration: none;
	color: #000;
	font-size: 13px;
	line-height: 1.2;
	position: relative;
	margin-bottom: 8%;
}

.credit_other a::after {
	content: "BUY";
    position: absolute;
    top: 50%;
	transform: translateY(-50%);
    right: 0;
    font-size: 14px;
}

.credit span{
	font-size: 11px;
    display: block;
    line-height: 1.8;
    margin-bottom: 1%;
}

.itemAll a{
	width: 70%;
	margin: 10% auto;
	display: block;
	text-align: center;
	font-size: 18px;
	text-decoration: none;
	color: #000;
	background-color: #B5C7A9;
	border: solid 1px #000;
	line-height: 2;
}

.All a{
	width: 90%;
	margin: 10% auto;
	display: block;
	text-align: center;
	font-size: 18px;
	text-decoration: none;
	color: #000;
	border: solid 1px #000;
	line-height: 3;
}

@media(min-width:750px){

.top h1{
	font-size: 45px;
}

.top h2{
	font-size: 22px;
	margin: 15% auto 0;
}

.top .lead{
	font-size: 15px;
	line-height: 2.2;
	margin: 10% auto;
}

.navi{
	width: 100%;
	margin: 10% auto 10%;
}

.navi ul li{
	width:25%;
}

.navi ul li a{
	font-size: 20px;
}

.box{
	padding-top: 15%;
	margin-bottom: 10%;
}

.bg h1{
	font-size: 40px;
}

.bg p{
	font-size: 14px;
	line-height: 2.2;
}

.item_name h3:after{
	content: '(tax in)';
	font-size: 15px;
	margin-left: 3px;
}

.creditBox{
	width: 50%;	
	margin: 10% auto;
}

}






