@charset "utf-8";

/* margin,padding
--------------------------------------------------------------------*/

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
div,
p,
pre,
address,
blockquote,
ul,
ol,
dl,
dt,
dd,
form,
fieldset,
header,
nav,
footer,
figure,
section,
article {
	display: block;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

/* heading
--------------------------------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
}

/* font 
--------------------------------------------------------------------*/

html {
	overflow-y	: scroll;
	height		: 100%;
	font-size	: 62.5%;
}

body{
  word-wrap : break-all;
  overflow-wrap : break-word;
}

address,
em {
	font-style: normal;
}

/* list 
--------------------------------------------------------------------*/

ul,ol {
	list-style-type: none;
}

/* img 
--------------------------------------------------------------------*/

img {
	border: none;
	vertical-align: bottom;
	max-width: 100%;
}

/* form
--------------------------------------------------------------------*/

input,
select,
textarea,
button {
	font-size: inherit;
	line-height: inherit;
}

button {
	cursor: pointer;
}

/* table
--------------------------------------------------------------------*/

table,
thead,
tbody,
tfoot,
tr,
th,
td,
caption,
col,
colgroup {
	text-align: inherit;
	line-height: inherit;
	font-size: 100%;
}

table {
	display: table;
}

thead {
	display: table-header-group;
}

tbody {
	display: table-row-group;
}

tfoot {
	display: table-footer-group;
}

tr {
	display: table-row;
}

th,
td {
	display: table-cell;
}

caption {
	display: table-caption;
}

col {
	display: table-column;
}

colgroup {
	display: table-column-group;
}

/* clearfix
--------------------------------------------------------------------*/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}/*IE7用*/

/* Hides from IE-mac \*/
* html .clearfix { height:1%;}
.clearfix { display:block;}
/* End hide from IE-mac */

/* heading
--------------------------------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 1em;
	font-weight:400;
}


/** a **/

/** table **/
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/** margin-top **/
.mt10{margin-top: 10px;}
.mt20{margin-top: 20px;}
.mt30{margin-top: 30px;}
.mt40{margin-top: 40px;}
.mt50{margin-top: 50px;}
.mt60{margin-top: 60px;}
.mt70{margin-top: 70px;}
.mt80{margin-top: 80px;}
.mt90{margin-top: 90px;}
.mt100{margin-top: 100px;}

/** margin-left **/
.ml10{margin-left: 10px;}
.ml20{margin-left: 20px;}
.ml30{margin-left: 30px;}
.ml40{margin-left: 40px;}
.ml50{margin-left: 50px;}
.ml60{margin-left: 60px;}
.ml70{margin-left: 70px;}
.ml80{margin-left: 80px;}
.ml90{margin-left: 90px;}
.ml100{margin-left: 100px;}

/** margin-bottom **/
.mb10{margin-bottom: 10px !important;}
.mb20{margin-bottom: 20px !important;}
.mb30{margin-bottom: 30px !important;}
.mb40{margin-bottom: 40px !important;}
.mb50{margin-bottom: 50px !important;}
.mb60{margin-bottom: 60px !important;}
.mb70{margin-bottom: 70px !important;}
.mb80{margin-bottom: 80px !important;}
.mb90{margin-bottom: 90px !important;}
.mb100{margin-bottom: 100px !important;}

/** margin-right **/
.mr10{margin-right: 10px;}
.mr20{margin-right: 20px;}
.mr30{margin-right: 30px;}
.mr40{margin-right: 40px;}
.mr50{margin-right: 50px;}
.mr60{margin-right: 60px;}
.mr70{margin-right: 70px;}
.mr80{margin-right: 80px;}
.mr90{margin-right: 90px;}
.mr100{margin-right: 100px;}



/* メイン
--------------------------------------------------------------------*/

*{
	box-sizing: border-box;
}

body {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.6rem;
	line-height: 1.6;
	color: #595757;
	font-weight: 400;
}


.opaImg {
	transition: all,.3s;	
}

.opaImg:hover img {
	opacity: 0.7;
}


/*-------------------------------------------------------------------
	wrap
-------------------------------------------------------------------*/

#wrap {
}


/*-------------------------------------------------------------------
	header
-------------------------------------------------------------------*/

#header {
}

.hdWrap {
	position: relative;
}

.mvBg img {
	width: 100%;
}
.hdLogo {
	position: absolute;
	top: 3%;
	left: 3%;
}

.mvTitle {
	position: absolute;
	top: 50%;
	left: 15%;
	transform: translateY(-50%);
	max-width: 30%;
}

@media screen and (max-width: 1400px){
	
	.mvTitle {
		left: 5%;
	}
	
}



/*-------------------------------------------------------------------
	container
-------------------------------------------------------------------*/

#container {
	background: #fbf2d6;
	padding: 80px 0;
}

.alignLeft {
	text-align: left;
}

.alignCenter {
	text-align: center;
}

.alignRight {
	text-align: right;
}

.contInner {
	width: 1200px;
	max-width: 90%;
	margin: 0 auto;
}

.fstCatWrap {
	margin-bottom: 30px;
}
.secCatWrap {
	margin-bottom: 80px;
}

.whiteBg01 {
	background: #fff;
	padding: 20px;
}
.whiteBg02 {
	background: #fff;
	padding: 50px;
}

.fstCatFlex {
	display: flex;
	justify-content: center;
}

.fstCatFlex li:nth-child(n + 2) {
	margin-left: 30px;
}

.secCatFlex {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.secCatFlex li {
	margin: 15px 20px 0 0;
}

.fstCatFlex a,
.secCatFlex a {
	display: inline-block;
	text-decoration: none;
	line-height: 1.2;
	border-radius: 7px;
	transition: all,.3s;
}

.fstCatFlex a {
	font-size: 2.0rem;
	padding: 5px 20px 7px;
}
.fstCatFlex a span {
	font-size: 1.6rem;
}

.secCatFlex a {
	font-size: 1.7rem;
	color: #595757;
	border: 1px solid #595757;
	padding: 5px 10px 5px;
}

.secCatFlex a:hover,
.secCatFlex .current a {
	background: #595757;
	color: #fff;
}

.catName {
	display: inline-block;
	line-height: 1.2;
	border-radius: 7px;
	font-size: 1.6rem;
	padding: 5px 10px 7px;
	margin-bottom: 10px;
}

.catName span {
	font-size: 1.2rem;
}

.allCat {
	color: #595757;
	border: 1px solid #595757;
}
.designCat {
	color: #54b184;
	border: 1px solid #54b184;
}
.childCat {
	color: #ed7c9c;
	border: 1px solid #ed7c9c;
}
.otherCat {
	color: #a59aca;
	border: 1px solid #a59aca;
}

.keyCats {
	color: #3071B7;
	border: 1px solid #3071B7;
	font-size: 1.4rem;
	padding: 3px 5px 5px;
}
.designCats {
	background: #54b184;
	color: #fff;
	border: 1px solid #54b184;
}
.childCats {
	background: #ed7c9c;
	color: #fff;
	border: 1px solid #ed7c9c;
}
.otherCats {
	background: #a59aca;
	color: #fff;
	border: 1px solid #a59aca;
}


.current a.allCat,
a.allCat:hover {
	background: #595757;
	color: #fff;
}
.current a.designCat,
a.designCat:hover {
	background: #54b184;
	color: #fff;
}
.current a.childCat,
a.childCat:hover {
	background: #ed7c9c;
	color: #fff;
}
.current a.otherCat,
a.otherCat:hover {
	background: #a59aca;
	color: #fff;
}

.catTitle {
	text-align: center;
	font-size: 2.8rem;
	font-weight: 500;
	margin-bottom: 20px;
	line-height: 1.0;
}


.catTitle span {
	display: inline-block;
	position: relative;
	padding-bottom: 20px;
}

.catTitle span::after {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 50px;
	height: 3px;
	background: #a59aca;
	content: '';
}

.entryFlex {
	display: flex;
	flex-wrap: wrap;
}

.entryFlex li {
	width: 31%;
	background: #fff;
	box-sizing: border-box;
	border-radius: 7px;
	padding-bottom: 90px;
	overflow: hidden;
	position: relative;
	margin-right: 2.5%;
}

.entryFlex li:nth-child(3n) {
	margin-right: 0;
}

.entryFlex li:nth-child(n + 4) {
	margin-top: 30px;
}

.entryFlex li .linked {
	position: absolute;
	left: 10%;
	bottom: 30px;
	width: 80%;
	text-align: center;
}

.entryFlex li .linked a {
	display: inline-block;
	font-size: 1.6rem;
	line-height: 1.2;
	padding: 7px 20px 9px;
	color: #fff;
	background: #595757;
	text-decoration: none;
	border: 1px solid #595757;
	transition: all,.3s;
}
.entryFlex li .linked a:hover {
	color: #595757;
	background: #fff;
}

.imgWrap {
	width: 100%;
	height: 190px;
	overflow: hidden;
}

.imgWrap img {
	width: 100%;
}

.textWrap {
	padding: 20px 20px 0;
}



@media screen and (max-width: 767px){
	
	body {
		font-size: 1.4rem;
	}
	
	.mvTitle {
		position: absolute;
		top: 30%;
		left: 10%;
		transform: translateY(-50%);
		max-width: 80%;
		text-align: center;
	}
	
	.mvTitle img {
		max-width: 70%;
	}
	
	
	#container {
		padding: 40px 0;
	}
	
	.fstCatWrap {
		margin-bottom: 30px;
	}
	.secCatWrap {
		margin-bottom: 60px;
	}

	.whiteBg01 {
		background: #fff;
		padding: 20px 5%;
	}
	
	.whiteBg02 {
		background: #fff;
		padding: 20px 5%;
	}

	.fstCatFlex {
		display: block;
	}

	.fstCatFlex li:nth-child(n + 2) {
		margin-left: 0;
		margin-top: 20px;
	}

	.fstCatFlex a,
	.secCatFlex a {
		display: inline-block;
		text-decoration: none;
		line-height: 1.2;
		border-radius: 7px;
		transition: all,.3s;
	}

	.fstCatFlex a {
		font-size: 1.8rem;
		padding: 5px 20px 7px;
		display: block;
		text-align: center;
	}
	
	.fstCatFlex a span {
		font-size: 1.4rem;
	}

	.secCatFlex a {
		font-size: 1.5rem;
		color: #595757;
		border: 1px solid #595757;
		padding: 5px 10px 5px;
	}

	.catTitle {
		font-size: 2.0rem;
	}
	
	
	.entryFlex {
		justify-content: space-between;
	}

	.entryFlex li {
		width: 48%;
		background: #fff;
		box-sizing: border-box;
		border-radius: 7px;
		padding-bottom: 80px;
		overflow: hidden;
		position: relative;
		margin-right: 0;
	}

	.entryFlex li:nth-child(3n) {
		margin-right: 0;
	}

	.entryFlex li:nth-child(n + 3) {
		margin-top: 30px;
	}

	.entryFlex li .linked {
		position: absolute;
		left: 5%;
		bottom: 20px;
		width: 90%;
		text-align: center;
	}

	.entryFlex li .linked a {
		font-size: 1.4rem;
		padding: 7px 10px 9px;
	}

	.imgWrap {
		width: 100%;
		height: auto;
		overflow: inherit;
	}

	.textWrap {
		padding: 15px 5% 0;
	}

	.catName {
		display: inline-block;
		line-height: 1.2;
		border-radius: 7px;
		font-size: 1.2rem;
		padding: 5px 10px 7px;
	}

	.catName span {
		font-size: 1.2rem;
	}
	
	
	
}


/* footer
--------------------------------------------------------------------*/


#footer {
	background: #fff;
	color: #231815;
	padding: 30px 0;
}


#footer .footer {
	width: 1200px;
	max-width: 90%;
	margin: 0 auto;
}

#footer .footer .logo {
	margin: 0 0 15px;
}


#footer .footer .texts {
	margin: 0 0 10px;
	font-size: 1.4rem;
}


#footer .footer address {
	font-size: 1.2rem;
}


/* format */

.sp {
	display:none;
}

.pc {
	display:inline;
}


/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="reset"],
input[type="button"] {
	border-radius: 0;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="reset"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
	display: none;
}
input[type="submit"]::focus,
input[type="reset"]::-focus,
input[type="button"]::focus {
	outline-offset: -2px;
}

*:focus {
	outline: none;
}

html {
 -webkit-text-size-adjust: 100%;
}


.backLink {
	text-align: center;
	margin: 50px auto 0;
	max-width: 90%;
}

.backLink a {
	display: inline-block;
	line-height: 1.0;
	padding: 20px 30px;
	background: #fff;
	text-decoration: none;
	color: #333;
	border: 1px solid #333;
	transition: all,.3s;
}

.backLink a:hover {
	background: #333;
	color: #fff;
}


@media screen and (max-width: 767px){
	
	
	
	
}
