html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figure, figcaption, footer, header, main, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	vertical-align:baseline;
	background:transparent;
}

html {
	overflow-y:scroll;
}

body {
	line-height:1;
	-webkit-text-size-adjust:100%;
	font-style:normal;
	font-weight:400;
	font-size:100%;
	font-family:"游ゴシック体", Yu Gothic, YuGothic, "ヒラギノ角ゴシック Pro", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, Osaka, "MS Pゴシック", MS PGothic, sans-serif;
}

a {
	text-decoration:none;
}

img {
	vertical-align:bottom;
	max-width:100%;
}

nav, ol, ul {
	list-style:none
}

html {
	width:100%;
	font-size:62.5%
}

a {
	color:#000
}

.fixed {
	position: fixed;
	bottom: 5px;
	z-index: 99;
}

 header {
 text-align: center;
 background-color: #eeefef;
 margin: 0 auto;
 width: 1400px;
 }
 
 header h1 {
 padding: 30px 0;
 }

@media (max-width: 768px){
 
 header {
 margin: 0 auto;
 width: 100%;
 }
	
 header h1 {
 padding: 15px 0;
 width: 95px;
 margin: 0 auto;
 }
 
 img {
 width: 100%;
 height: auto;
 }
}

/*#main*/
#main,
#style {
	width:100%;
	max-width:1400px;
	margin-right: auto;
	margin-left: auto;
}
 @media screen and (max-width:768px) {
	#main,
	#style {
		 display:block;
		 width:100%;
		 margin-bottom:0;
	}
	 .contents img {
	 	width:95%;
	}
}

.btn {
    width: 300px;
    height: 60px;
	background-color: #fff;
	font-size: 16px;
    border: 1px solid #000000;
    text-align: center;
    line-height: 60px;
}

.btn:hover {
 transition:background .9s, color .9s;
	background-color:#000000;
	color:#000000;
}

.btn a {
	display: block;
	font-size:14px;
	font-family: 'Roboto+Condensed', sans-serif;
	letter-spacing:0.1em;
}

.btn a:hover {
	color:#fff;
}
 @media screen and (max-width:768px) {
	.btn {
		width: 80%;
		height: 38px;
		font-size: 16px;
		border: 1px solid #000000;
		text-align: center;
		line-height: 38px;
	}

	.fixed {
		bottom: 20px;
	}
}



/*-------------------------------------------------------------------

共通パーツ

-------------------------------------------------------------------*/
#style * {
	box-sizing: border-box;
}
.eng {
	font-family: 'PT Serif', serif;
}
.eng2 {
	font-family: 'Josefin Sans', sans-serif;
}

.txt {
	font-size: 17px;
	line-height: 1.8;
}

.mv-inr {
	width: 100%;
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
}

.mv-inr .line {
	display: block;
	padding: 30px 0;
	position: relative;
}
.mv-inr .line::before {
	content: "";
	width: 47%;
	height: 1px;
	background-color: #000;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0,-50%);
}
.mv-inr .line::after {
	content: "";
	width: 47%;
	height: 1px;
	background-color: #000;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0,-50%);
}
.mv-inr .line span {
	width: 1px;
	height: 8px;
	background-color: #000;
	position: absolute;
	top: 50%;
	right: 50%;
	transform: translate(-50%,-50%);
}

.main01-box .mv-inr h4,
.main02-box .mv-inr h4,
.main03-box .mv-inr h4,
.main04-box .mv-inr h4 {
	position: absolute;
}

.main04-box .btn a {
	font-weight: bold;
}

.cresit-list {
	font-weight: bold;
		margin-right: auto;
}
.cresit-list .cap {
	font-size: 10px;
	letter-spacing: .15em;
}
.cresit-list .tit {
	font-size: 20px;
	letter-spacing: .087em;
	position: relative;
}
.cresit-list .tit::before {
    content: "・・・・";
    font-size: 11px;
    letter-spacing: -.5em;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-65%,185%);
}
.cresit-list .tit.lg::before {
    transform: translate(-65%,315%);
}
.cresit-list .tit.md::before {
    transform: translate(-65%,275%);
}
.cresit-list .price {
	font-size: 16px;
}
.cresit-list .color {
	font-size: 14px;
	line-height: 1.285;
	letter-spacing: .1em;
}
.cresit-list .color span {
	color: #646464;
}
.cresit-list .cresit:hover {
	opacity: .8;
}
@media screen and (min-width:769px) {
	.mv-inr {
		min-width: 1400px;
	}
	.cresit-list {
		margin-right: auto;
	}
}
@media screen and (max-width:768px) {
	.txt {
		font-size: 12px;
	}
	.mv-inr .box {
		padding: 0 10%;
	}
	.mv-inr .box h3 {
		margin-top: -.3em;
	}

	.cresit-list .img {
		width: 90%;
		margin-right: auto;
		margin-left: auto;
	}
	.cresit-list .cap {
		font-size: 8px;
		margin: 25px 0 10px;
	}
	.cresit-list .tit {
		font-size: 16px;
		position: relative;
		margin-bottom: 20px;
	}
	.cresit-list .tit::before {
		transform: translate(-65%,130%);
	}
	.cresit-list .tit.lg::before {
		transform: translate(-65%,215%);
	}
	.cresit-list .price {
		font-size: 12px;
		display: inline-block;
		margin-bottom: 10px;
	}
	.cresit-list .color {
		font-size: 11px;
	}
	.cresit-list .cresit img {
		width: 115px;
		height: auto;
	}
	.cresit-list li {
		width: 100%;
		margin-bottom: 75px;
	}
	.cresit-list li:first-of-type {
		margin-top: 35px;
	}
	.cresit-list li:last-of-type {
		margin-bottom: 0;
	}
}

/*-------------------------------------------------------------------

category1

-------------------------------------------------------------------*/
#style .item-menu {
	
}
#style .item-menu li {
	width: 25%;
	text-align: center;
}
#style .item-menu.x4 li {
	width: 294px;
}
#style .item-menu li .tit {
	font-size: 1.5rem;
	font-weight: bold;
	font-family: 'Josefin Sans', sans-serif;
	letter-spacing: .15em;
}
#style .item-menu li .txt {
	font-size: 1.2rem;
	font-family: 'PT Serif', serif;
	letter-spacing: .08em;
}
#style img.button:hover {
	opacity: .7;
}
@media screen and (min-width:769px) {
	#style .item-menu li {
		margin-top: auto;
	}
	#style .item-menu::after {
		content: "";
		width: 25%;
		display: block;
	}
	#style .item-menu.x4::after {
		content: "";
		width: 21%;
		display: block;
	}
	#style .item-menu.x4::before{
	  content:"";
	  display: block;
	  width:21%;
	  order:1;
	}
	#style .item-menu.afno::before,
	#style .item-menu.afno::after,
	#style .item-menu.x4.afno::before,
	#style .item-menu.x4.afno::after {
		display: none;
	}
	#style .image.mt {
		margin-top: 0;
	}
	#style .image:first-of-type .item-menu {
		width: 30%;
		padding-left: 4.5%;
	}
	#style .image:last-of-type .item-menu {
		width: 30%;
		padding-right: 4.5%;
	}
	#style .image.fb.fb-al-center img.smno {
		max-width: 800px;
		width: 57.25%;
	}
	#style .image.fb.fb-al-center img.smno {
		max-width: 800px;
		width: 57.25%;
	}
	#style .image:last-of-type {
		margin-top: -7%;
	}
	#style .image .item-menu li.ml15p {
		width: 100%;
		text-align: left;
	}
	#style .image .item-menu li.mra {
		width: 100%;
		text-align: right;
	}
	#style img.button {
		width: 50px;
		height: auto;
	}
}

@media screen and (max-width:768px) {
	#style .item-menu {
		width: 80%;
		margin-right: auto;
		margin-left: auto;
	}
	#style .item-menu li {
		width: 100%;
	}
	#style .item-menu.x4 li {
		width: 100%;
	}
	#style .item-menu li .tit {
		font-size: 1.1rem;
	}
	#style .item-menu li .txt {
		font-size: .9rem;
	}
	#style img.button {
		width: 40px;
		height: auto;
	}
	#style .image .item-menu li {
		width: 45%;
		text-align: left;
	}
	#style .image .item-menu li.ml15p {
		margin-left: 15%;
	}
	#style .image .item-menu li.mra {
		margin-right: auto;
	}
}

/*-------------------------------------------------------------------

bottom

-------------------------------------------------------------------*/
.bottom-box {
	width: 100%;
	background-color: #eeefef;
}
.bottom-box .inr {
	width: 100%;
	max-width: 660px;
	margin-right: auto;
	margin-left: auto;
}
.nav-box .btn a,
.bottom-box .btn a {
	font-weight: bold!important;
	font-family: 'Cormorant Infant', serif!important;
}
.bottom-box .add-box {
	color: #fff;
	font-size: 12px;
	text-align: center;
	line-height: 40px;
	background-color: #251E1C;
	position: relative;
}
.bottom-box .go-top {
	right: 30px;
}
.bottom-box .cp {
	right: 30px;
}
@media screen and (min-width:769px) {
	.bottom-box {
	}
	.bottom-box .inr {
		padding: 39px 0;
	}
	.bottom-box .add-box {
		color: #fff;
		text-align: center;
		line-height: 40px;
	}
}
@media screen and (max-width:768px) {
	.bottom-box .inr {
		padding: 35px 0 67.5px;
	}
	.bottom-box .add-box {
		font-size: 6px;
	}
	.bottom-box .add-box img {
		width: 40px;
		height: auto;
	}
	.bottom-box .add-box .cp img {
		width: 170px;
		height: auto;
	}
	.bottom-box .go-top {
		right: 15px;
	}
}