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: 0;
}

.fixed2 {
	position: fixed;
	bottom: 0;
}

/*#main*/
#main {
	width:1400px;
	padding-top: 70px;
	margin-right: auto;
	margin-left: auto;
}
 @media screen and (max-width:768px) {
	#main {
		 display:block;
		 width:100%;
		 margin-bottom:0;
		 padding-top: 45px;
	}
	 .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: 225px;
		height: 38px;
		font-size: 16px;
		border: 1px solid #000000;
		text-align: center;
		line-height: 38px;
	}
}



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

共通パーツ

-------------------------------------------------------------------*/
#style * {
	box-sizing: border-box;
}
.eng {
	font-family: 'Cormorant Infant', serif;
}
.eng2 {
	font-family: 'Song Myung', serif;
}
.eng3 {
	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;
	}
}

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

	ヘッダー

------------------------------------------*/
header {
	background-color: #EEEFEF;
}

/*pc*/
@media screen and (min-width: 751px) {
	header {
		height: 105px;
	}
}/*end*/

/*Smartphone*/
@media screen and (max-width: 750px) {
	header {
		height: 55px;
	}
	header img {
		width: 98px;
		height: auto;
	}
}/*end*/


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

menu-nav

-------------------------------------------------------------------*/
.nav-box {
}
.nav-box h3 {
    width: 300px;
    height: 60px;
	font-size: 16px;
    border: 1px solid #000000;
    text-align: center;
    line-height: 60px;
	margin-right: auto;
	margin-left: auto;
}
.menu-nav {
	width: ;
}
@media screen and (min-width:769px) {
	.menu-nav {
		width: 880px;
		margin-right: auto;
		margin-bottom: 70px;
		margin-left: auto;
	}
	.menu-nav li {
	}
	.menu-nav li:nth-child(1),
	.menu-nav li:nth-child(2) {
		margin-bottom: 60px;
	}
}
@media screen and (max-width:768px) {
	#main .txt {
		margin-bottom: 25px;
	}
	.nav-box h3 {
		width: 225px;
		height: 38px;
		font-size: 16px;
		border: 1px solid #000000;
		text-align: center;
		line-height: 38px;
	}
	.menu-nav li {
		margin-bottom: 25px;
	}
	.menu-nav li:last-of-type {
		margin-bottom: 0;
	}
}

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

category1

-------------------------------------------------------------------*/
.main01-box .mv-inr {
	background-color: #FAF0D2;
	margin-right: auto;
	margin-left: auto;
}
.main01-box .mv-wrap {
	background-color: #FAF0D2;
}
.main01-box .mv-inr h4 {
	top: 100%;
	left: 163px;
	margin-top: -20px;
}
@media screen and (min-width:769px) {
	.main01-box .mv-inr {
		background-image: url(../images/sec1-mv.png);
		width: 1400px;
    	height: 854px;
		padding-top: 30px;
		padding-right: 120px;
	}
	.main01-box .box {
		width: 530px;
		margin-left: auto;
	}

	.main01-box .inr {
		width: 1400px;
		margin-right: auto;
		margin-left: auto;
	}
	.main01-box .cresit-list {
		width: 960px;
		margin-left: 275px;
	}
	.main01-box .cresit-list li:nth-child(1),
	.main01-box .cresit-list li:nth-child(2),
	.main01-box .cresit-list li:nth-child(3) {
		margin-bottom: 90px;
	}
}
@media screen and (max-width:768px) {
}

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

category2

-------------------------------------------------------------------*/
.main02-box .mv-inr {
	background-color: #EBF0F0;
	margin-right: auto;
	margin-left: auto;
}
.main02-box .mv-wrap {
	background-color: #EBF0F0;
}
.main02-box .mv-inr h4 {
	top: 100%;
	left: 1123px;
	margin-top: -170px;
}
@media screen and (min-width:769px) {
	.main02-box .mv-inr {
		background-image: url(../images/sec2-mv.png);
		width: 1400px;
	    height: 1159px;
		padding-top: 70px;
		padding-left: 200px;
	}
	.main02-box .box {
		width: 504px;
		margin-right: auto;
	}

	.main02-box .inr {
		width: 1400px;
		margin-right: auto;
		margin-left: auto;
	}
	.main02-box .cresit-list {
		width: 930px;
		margin-left: 180px;
	}
	.main02-box .cresit-list li:nth-child(1),
	.main02-box .cresit-list li:nth-child(2),
	.main02-box .cresit-list li:nth-child(3) {
		margin-bottom: 90px;
	}
	.main02-box .cresit-list .mb-fit {
		margin-bottom: 47px;
	}
}
@media screen and (max-width:768px) {
}

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

category3

-------------------------------------------------------------------*/
.main03-box .mv-inr {
	background-color: #F0E6E6;
	margin-right: auto;
	margin-left: auto;
}
.main03-box .mv-wrap {
	background-color: #F0E6E6;
}
.main03-box .mv-inr h4 {
	top: 100%;
	left: 164px;
	margin-top: -212px;
}
@media screen and (min-width:769px) {
	.main03-box .mv-inr {
		background-image: url(../images/sec3-mv.png);
		width: 1400px;
		height: 1159px;
		padding-top: 75px;
		padding-right: 165px;
	}
	.main03-box .box {
		width: 466px;
		margin-left: auto;
	}

	.main03-box .inr {
		width: 1400px;
		margin-right: auto;
		margin-left: auto;
	}
	.main03-box .cresit-list {
		width: 960px;
		margin-right: auto;
		margin-left: 270px;
	}
	.main03-box .cresit-list li:nth-child(1),
	.main03-box .cresit-list li:nth-child(2),
	.main03-box .cresit-list li:nth-child(3) {
		margin-bottom: 75px;
	}
	.main03-box .cresit-list .mb-fit {
		margin-bottom: 47px;
	}
}
@media screen and (max-width:768px) {
}

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

category4

-------------------------------------------------------------------*/
.main04-box .mv-inr {
	background-color: #F0F0DC;
	margin-right: auto;
	margin-left: auto;
}
.main04-box .mv-wrap {
	background-color: #F0F0DC;
}
.main04-box .mv-inr h4 {
	top: 100%;
	left: 1118px;
	margin-top: -246px;
}
@media screen and (min-width:769px) {
	.main04-box .mv-inr {
		background-image: url(../images/sec4-mv.png);
		width: 1400px;
		height: 1159px;
		padding-top: 170px;
		padding-left: 100px;
	}
	.main04-box .box {
		width: 490px;
		margin-right: auto;
	}

	.main04-box .inr {
		width: 1400px;
		margin-right: auto;
		margin-left: auto;
	}
	.main04-box .cresit-list {
		width: 930px;
		margin-right: auto;
		margin-left: 188px;
	}
	.main04-box .cresit-list li:nth-child(1),
	.main04-box .cresit-list li:nth-child(2),
	.main04-box .cresit-list li:nth-child(3) {
		margin-bottom: 75px;
	}
	.main04-box .cresit-list .ml1 {
    	margin-right: -20px;
	}
	.main04-box .cresit-list .wit3 {
		width: 302px;
	}
	.main04-box .cresit-list .ml4 {
		margin-left: 32px;
		margin-right: -5px;
	}
	.main04-box .cresit-list .mr6 {
		margin-right: 10px;
	}
	.main04-box .cresit-list .mb-fit1 {
		margin-bottom: 42px;
	}
	.main04-box .cresit-list .mb-fit2 {
		margin-bottom: 8px;
	}
	.main04-box .cresit-list .mb-fit3 {
		margin-bottom: 22px;
	}
	.main04-box .cresit-list .mb-fit4 {
		margin-bottom: 39px;
	}
	.main04-box .btn {
		left: 7px;
    	position: relative;
	}
}
@media screen and (max-width:768px) {
}

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

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;
	top: 30px!important;
}
@media screen and (min-width:769px) {
	.bottom-box {
		min-width: 1400px;
	}
	.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: 32px;
		height: auto;
	}
	.bottom-box .add-box .cp img {
		width: 170px;
		height: auto;
	}
	.bottom-box .cp {
		width: 100px;
		height: 100px;
		right: 10px;
		top: 10px!important;

}


}
