@charset "UTF-8";

.box {
	color: #fff;
	/*margin-top: 60px;
	padding-top:60px;*/
	position: relative
}

.pc {
	display: block;
}

.sp {
	display: none
}

a {
	color: #000000;
}

a:hover {
	opacity: 0.8;
}

body {
	/*min-width: 920px;*/
}


/**/
.ttl {
	font-family: "a-otf-ryumin-pr6n", serif;
	font-weight: 300;
	font-style: normal;
}

.text {
	font-family: a-otf-ryumin-pr6n, serif;
	font-weight: 300;
	font-style: normal;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 3.5px;
	color: #627a86;
	margin-top: 30px;
}

/**/
#TOP {
	padding-top: 100px;
}

#logo {
	text-align: center;
	padding: 35px 0;
	position: fixed;
	width: 100%;
	z-index: 1000;
	top: 0;
	background: #fff;
}

#logo img {
	height: 28px;
}

nav {
	margin-bottom: 15px;
}

nav ul {
	display: flex;
	justify-content: right;
}

nav ul li {
	margin-right: 20px;
}

nav ul li a {
	font-size: 12px;
	color: #afafaf;
}

nav ul li a.active,
nav ul li a:hover {
	color: #000000;
}

#slideBox img {
	width: 100%;
}

/**/
.innerBox {
	max-width: 1280px;
	margin: 0 auto;
}

/*共通*/


/*ブランド*/
#brand {
	margin-top: 100px;
	margin-bottom: 100px;
	opacity: 0;
}

#brand ul {
	display: flex;
	justify-content: center;
}

#brand ul .imgBox img {
	width: 640px;
}

#brand ul li h2 {
	font-size: 36px;
	position: relative;
	z-index: 100;
}

#brand ul li h2::after {
	content: url("../images/ttl_brand_1.png");
	position: absolute;
	left: -220px;
	top: -45px;
	z-index: -1;
}

#brand ul li .text {
	font-size: 14px;
	line-height: 24px;
	/*letter-spacing: 3.5px;*/
	letter-spacing: 2.5px;
	color: #627a86;
	margin-top: 30px;
}

#brand ul li:first-child {
	margin-right: 50px;
	/*margin-right: 19px;*/
}

#brand ul li .linkP {
	margin-top: 25px;
}

#brand ul li a img {
	width: 117px;
	border-bottom: 1px solid #808080;
	padding-bottom: 2px;
}

/*商品*/
#product {
	background: #f4f4ed;
	padding: 30px 0;
	opacity: 0;
}

#product .innerBox>.ttl {
	font-size: 36px;
}

#product h2 {
	text-align: center;
	position: relative;
	z-index: 10;
}

#product h2::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 278px;
	height: 500px;
	background: url(../images/ttl_product_1.png) no-repeat;
	background-size: contain;
	position: absolute;
	left: 35%;
	transform: translate(-50%, -0%);
	top: -17px;
	z-index: -1;
}

#product h2::after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	background: url(../images/icon_kansyuu.png) no-repeat;
	background-size: contain;
	width: 52px;
	height: 52px;
	margin-left: 10px
}

#product .text {
	text-align: center;
	position: relative;
	z-index: 1;
}

#product ul {
	display: flex;
	justify-content: center;
	margin-top: 30px;
	text-align: center;
}

#product ul>li {
	width: 300px;
	margin-right: 60px;
}

#product ul li:last-child {
	margin-right: 0px;
}

#product ul li .ttl {
	font-size: 18px;
	/*font-weight: bold;*/
}

#product ul li img {
	width: 100%;
	margin-top: 15px;
}

#product ul li .shoplink {
	justify-content: space-between;
}

#product ul li .shoplink li {
	margin-right: 0px;
	width: 68px;

}

#product ul li .shoplink li a {
	background: #627a86;
	display: block;
	padding: 10px 0;
	font-family: 'メイリオ', 'Meiryo', sans-serif;
}

#product ul li .shoplink li a:hove {
	background: #627a86
}

.shoplink li a {
	color: #fff;
}

/*説明*/
#material {
	margin-top: 100px;
	margin-bottom: 100px;
	opacity: 0;
}

#material h2 {
	position: relative;
	z-index: 100;
}

#material h2::after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 338px;
	height: 150px;
	background: url(../images/ttl_material_1.png) no-repeat;
	background-size: contain;
	position: absolute;
	right: -15%;
	transform: translate(-50%, -0%);
	top: -98px;
	z-index: -1;
}

#material ul {
	display: flex;
	justify-content: center;
}

#material ul li {
	width: 50%;
	margin-right: 45px;
}

#material ul li:last-child {
	margin-right: 0px;
}

#material ul li h2 {
	font-size: 36px;
}

#material ul img {
	width: 100%;
}

#material ul li .linkP {
	margin-top: 25px;
}

#material ul li a img {
	width: 117px;
	border-bottom: 1px solid #808080;
	padding-bottom: 2px;
}

/*レビュー*/
#voice {
	background: #f4f4ed;
	padding: 60px 0;
	opacity: 0;
}

#voice h2 {
	font-size: 36px;
	text-align: center;
	position: relative;
	z-index: 100;
}

#voice h2::after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 206px;
	height: 76px;
	background: url(../images/ttl_voice_1.png) no-repeat;
	background-size: contain;
	position: absolute;
	right: 25%;
	transform: translate(-50%, -0%);
	top: -28px;
	z-index: -1;
}

.voiceBox {
	max-width: 1020px;
	width: 100%;
	margin: 0 auto;
	background: #fff;
	padding: 25px;
	margin-top: 50px;
}

.voiceBox>ul>li {
	border-bottom: 1px solid #d8dee1;
}

.voiceBox>ul>li:last-child {
	border-bottom: none;
}

.voiceBox ul li {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px 0;
}

.voiceBox ul li .itemBox {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 25%;
}

.voiceBox ul li .itemBox img {
	width: 100%;
}

.voiceBox ul li .boiceBox {
	display: flex;
	justify-content: space-between;
	width: 75%;
	align-items: center;
}

.voiceBox ul li .boiceBox li {
	width: 50%;
}

.voiceBox ul li .boiceBox li:first-child {
	background: url("../images/icon_dot.png") no-repeat right center;
}

.voiceBox ul li .boiceBox li p {
	font-size: 12px;
	line-height: 21px;
	color: #627a86;
	width: 340px;
}


/*商品紹介*/
.itemList {
	margin-top: 100px;
	opacity: 0;
}

.itemList h3 {
	font-size: 18px;
}

.itemList .innerBox {
	border-bottom: 1px solid #d8dee1;
}

.itemList .info {
	text-align: center;
	font-size: 14px;
	line-height: 21px;
	color: #627a86;
}

.itemList ul {
	display: flex;
	justify-content: center;
	margin-top: 30px;
	text-align: center;
	margin-bottom: 80px;
	padding: 0 10px;
}

.itemList ul li:first-child {
	margin-right: 60px
}

.itemList ul li .shoplink {
	display: flex;
	justify-content: space-between;
}

.itemList ul li .shoplink li {
	margin-right: 0px;
	width: 90px;
	margin-right: 30px;
}

.itemList ul li .shoplink li:last-child {
	margin-right: 0px;
}

.itemList ul li a {
	background: #627a86;
	display: block;
	padding: 10px 0;
	font-family: 'メイリオ', 'Meiryo', sans-serif;
}


/*フッター*/
footer {
	text-align: center;
	margin-top: 25px;
	opacity: 0;
}

footer h2 {
	color: #231F20;
	font-size: 16px;
	font-weight: normal;
	line-height: normal;
}

footer .link {
	margin-top: 0px;
	line-height: normal;
	padding-top: 0;
}

footer .link a {
	font-size: 13px;
	color: #627a86;
	text-decoration: underline;
	font-family: 'メイリオ', 'Meiryo', sans-serif;
}

footer #cp {
	font-size: 12px;
	margin-top: 20px;
}

footer #cp small {
	font-size: 12px;
}






/*スマホ*/
@media (max-width:768px) {
	.pc {
		display: none;
	}

	.sp {
		display: block
	}

	.anime1,
	.anime2,
	.anime3,
	.anime4,
	.anime5 {
		opacity: 1;
	}

	header {
		/*background: url(../images/img_top_sp2.jpg) no-repeat;
		background-size: cover;
		background-position: center;
		height: 250px;
		*/
		width: 100%;

	}

	#TOP {
		padding-top: 0px;
	}

	#logo {
		padding: 0px 0;
		position: inherit;
		background: none;
	}

	#logo img {
		height: 15px;
		padding: 20px;
	}

	#slideBox {
		display: none;
	}

	.spMenubox {
		position: absolute;
		right: 15px;
		top: 9px;
	}

	.spMenubox img {
		width: 35px;
	}

	nav {
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0px;
		z-index: 1000;
		background: rgb(255 255 255 / 34%);
	}

	nav .innerBox {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		background: rgb(255 255 255 / 85%);
		height: 70%;
		width: 80%;
		box-shadow: 5px 5px 5px rgb(59 59 59 / 24%);
	}

	nav ul {
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 100%;
	}

	nav ul li {
		text-align: center;
		margin-top: 40px;
		margin-right: 0px;
	}

	nav ul li:first-child {
		margin-top: 0px;
	}

	nav ul li a {
		font-size: 22px;
	}


	#Message ul {
		display: flex;
		justify-content: space-between;
		margin-top: 5px;
		align-items: center;
	}

	#Message h2 {
		font-size: 32px;
		color: #627a86;
		width: 120%;
		padding-left: 20px;
		position: relative;
	}

	#Message .text {
		font-size: 11px;
		margin-top: 10px;
		padding-left: 5px;
		line-height: 14px;
		padding-left: 20px;
		position: relative;
		width: 140%;
	}

	#Message ul li.textBox {
		width: 50%;
		/*padding: 10px;*/
	}

	#Message ul li.imgBox {
		width: 50%;
	}

	#Message ul li.imgBox img {
		width: 100%;
	}

	nav {
		display: none;
	}

	.innerBox {
		max-width: 100%;

	}

	/*ブランド*/
	#brand {
		margin-top: 50px;
		margin-bottom: 40px;
	}

	#brand ul {
		display: block;
	}

	#brand h2 {
		font-size: 21px;
		position: relative;
		z-index: 100;
		text-align: center;
		margin-bottom: 10px;
	}

	#brand h2::after {
		content: "";
		display: inline-block;
		vertical-align: middle;
		background: url(../images/ttl_brand_1.png) no-repeat;
		background-size: contain;
		position: absolute;
		left: 21px;
		top: -22px;
		z-index: -1;
		width: 130px;
		height: 70px;
	}

	#brand ul li {
		width: 80%;
		margin: 0 auto;
	}

	#brand ul li:first-child {
		text-align: center;

	}

	#brand ul .imgBox img {
		width: 100%;
	}

	#brand ul li .linkP {
		text-align: center;
	}


	/*商品*/
	#product ul {
		display: block;
	}

	#product ul>li {
		width: 100%;
		margin-top: 20px;
		margin-bottom: 30px;
	}

	#product h2::before {
		width: 119px;
		height: 60px;
		left: 24%;
		top: -4px;
	}

	#product .text {
		font-size: 11px;
	}

	#product ul li img {
		width: 58%;
	}

	#product ul li .shoplink {
		display: flex;
		width: 90%;
		margin: 10px auto 0;
	}

	#product ul li .shoplink li {
		width: 80px;
	}

	#product ul li .shoplink li a {
		font-size: 10px;
	}

	/**/
	#material {
		margin-top: 50px;
		margin-bottom: 40px;
	}

	#material ul {
		display: block;
	}

	#material ul li {
		width: 100%;
	}

	#material ul li .imgBox,
	#material ul li .text {
		width: 80%;
		margin: 15px auto 0;
	}

	#material ul li h2 {
		font-size: 21px;
		text-align: center;
	}

	#material h2::after {
		width: 169px;
		height: 75px;
		/* right: -16%; */
		transform: translate(0%, -0%);
		top: -40px;
		left: 2%;
	}

	#material ul li .linkP {
		text-align: center;
	}

	/*レビュー*/
	#voice {
		padding: 60px 0 20px;
	}

	.voiceBox {
		width: 80%;
		padding: 5px 0;
		max-width: 100%;
	}

	#voice h2 {
		font-size: 21px;
		text-align: center;
	}

	#voice h2::after {
		right: 8%;
		top: -12px;
		width: 103px;
		height: 38px;
	}

	.voiceBox>ul>li {
		border: none;
	}

	.voiceBox ul li {
		display: block;
		margin-top: 10px;
	}

	.voiceBox ul li .itemBox {
		width: 180px;
		margin: 0 auto;
	}

	.voiceBox ul li .itemBox p {
		width: 70%;
	}

	.voiceBox ul li .itemBox p.img1 {
		width: 30%;
	}

	.voiceBox ul li .boiceBox {
		display: block;
		width: 100%;
	}

	.voiceBox ul li .boiceBox li {
		width: 96%;
		margin: 7px auto;
	}

	.voiceBox ul li .boiceBox li:first-child {
		background: url("../images/icon_dot_yoko.png") no-repeat bottom;
		background-size: contain;
	}

	.voiceBox ul li .boiceBox li p {
		width: 100%;
	}

	.itemList {
		margin-top: 40px;
	}

	.itemList ul {
		display: block;
	}

	.itemList ul li .shoplink {
		margin: 20px 0 30px;
	}

	.itemList ul li .shoplink li {
		width: 30%;
	}

	.itemList ul li:first-child {
		margin-right: 0px;
	}

	.itemList .innerBox {
		border-bottom: none;
	}

	footer {
		background: #e1f0fd;
		margin-top: 0px;
		padding: 10px 0;
	}

	footer h2 {
		font-size: 14px;
		font-weight: normal;
	}

	footer .link {
		margin-top: 13px;
	}

	footer #cp small {
		font-size: 10px;
	}
}