@charset "utf-8";
/*
Theme Name: Deff Official Site
Theme URI: http://deff.co.jp/
Description: Deff Corporation officeal site用テーマ
*/

/*
 * ======================================
 * PC
 * ======================================
 */

@media screen and (min-width: 640px) {

#content #main {
	margin: 30px 0 0 0;
}
#content a {
	color: #333333;
	text-decoration: none;
}
#content a {
	color: #333333;
	text-decoration: none;
}
.switchBtn {
	display: none;
	/*position: absolute;
	top: 10px;
	left: 160px;*/
	}

/* Home
------------------------------------------------------------------ */

#home #mainVisual {
	/* height: 693px; */
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	min-width: 820px;
	width: 950px;
	}
#home .mainVisualInner {
	height: 650px;
	position: absolute;
	width: 2460px;
	min-width: 2460px;
	left: 50%;
	margin-left: -1230px;
	}
#home #carousel {
	height: 650px;
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	}
#home #carousel li {
	float: left;
	margin: 0 10px;
	}
#home #pager {
	font-size: 0;
	margin: 670px auto 0;
	overflow: hidden;
	padding: 0 0 0 15.5px;
	text-align: center;
	width: 955px;
}
#home #pager img {
	cursor: pointer;
	float: left;
	margin: 0 15.5px 0 0;
	height: auto;
	width: 80px;
}
#home #pager .selected {
	opacity: 0.5;
}
#home #pager a span {
	display: none;
	}
#home #slide_prev span, #slide_next span {
	display: none;
	}
#home #slide_prev, #slide_next {
	display: block;
	width: 50%;
	height: 650px;
	position: absolute;
	top:0px;
	}
#home #slide_prev {
	left: -650px;
	background: url(/images/index/bg_nav.png) no-repeat right top;
	}
#home #slide_next {
	right: -650px;
	background: url(/images/index/bg_nav.png) no-repeat left top;
	}


#home #content #main {
	margin: 25px 0 0 0;
}
#home #content #main p {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 0 10px;
}
#home #content #main .news {
	list-style: none;
	margin: 10px -10px 0;
}
#home #content #main .news .item {
	-moz-box-shadow: 0 0 1px 0 #3f3f3f inset;
	-webkit-box-shadow: 0 0 1px 0 #3f3f3f inset;
	box-shadow: 0 0 1px 0 #3f3f3f inset;
	margin: 0 10px 20px 10px;
	padding: 10px;
	width: 200px;
}
/*#home #content #main .news {
	min-height: 1200px;
	list-style: none;
	margin: 10px 0 0;
	position: relative;
}
#home #content #main .news .item {
	-moz-box-shadow: 0 0 1px 0 #3f3f3f inset;
	-webkit-box-shadow: 0 0 1px 0 #3f3f3f inset;
	box-shadow: 0 0 1px 0 #3f3f3f inset;
	margin: 0 0 20px 0;
	padding: 10px;
	width: 200px;
}*/
#home #content #main .news .item img {
	height: auto;
	width: 200px;
}
#home #content #main .news .item dl {
	margin: 15px 0 0 0;
}
#home #content #main .news .item dl dt {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.3;
}
#home #content #main .news .item dl dt span {
	color: #d4145a;
	display: block;
	font-family: serif;
	font-size: 11px;
	font-weight: normal;
	margin: 0 0 10px 0;
}
#home #content #main .news .item dl dd {
	margin: 10px 0 0 0;
}

/*.news,
.item {
    -webkit-transition-duration: 0.7s;
    -moz-transition-duration: 0.7s;
    -ms-transition-duration: 0.7s;
    -o-transition-duration: 0.7s;
    transition-duration: 0.7s;
}
.news {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}
.item {
    -webkit-transition-property: left, right, top;
    -moz-transition-property: left, right, top;
    -ms-transition-property: left, right, top;
    -o-transition-property: left, right, top;
    transition-property: left, right, top;
}*/

/* banner */
#home #content #main .banner {
	margin: 15px 0 25px;
}
#home #content #main .banner img {
	width: 100%;
}

/* Archive
------------------------------------------------------------------ */
#archive #content .category {
	background: #000000;
	height: 50px;
}
#archive #content .category ul {
	list-style: none;
	line-height: 50px;
	margin: 0;
	padding: 0;
}
#archive #content .category ul li {
	float: left;
	text-align: center;
	width: 156px;
}
#archive #content .category ul li:first-child {
	float: left;
	text-align: center;
	width: 160px;
}
#archive #content .category ul li a {
	color: #ffffff;
	display: block;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
#archive #content .category ul li a:hover {
	background: #666666;
}

/* localNav */
#archive #content .localNav {
	margin: -15px 0 30px 2px;
}
#archive #content .localNav ul {
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
}
#archive #content .localNav ul li {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: table;
	float: left;
	min-height: initial;
	margin: 0;
	position: relative;
	text-align: center;
	width: 156px;
	width: -webkit-calc(100% / 6);
	width: calc(100% / 6);
}
#archive #content .localNav ul li a {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #333333;
	border-left: none;
	display: table-cell;
	height: 50px;
	line-height: 1.2;
	padding: 0 24px 0 12px;
	text-align: left;
	vertical-align: middle;
	width: 100%;
}
#archive #content .localNav ul li a:after {
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	content: '';
	display: inline-block;
	height: 6px;
	margin-top: -5px;
	position: absolute;
	top: 50%; right: 12px;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 6px;
}
#archive #content .localNav ul li:nth-child(6n + 1) a {
	border-left: 1px solid #333333;
}
#archive #content .localNav ul li:nth-child(n + 7) a {
	border-top: none;
}
#archive #content .localNav ul li a:hover {
	background: #efefef;
}

#archive #content #main section {
	clear: both;
	margin: 0 0 70px 0;
	overflow: hidden;
}
#archive #content #main section h2 {
	border-bottom: 1px solid #000000;
	font-size: 14px;
	font-weight: bold;
	position: relative;
	padding: 0 0 5px 0;
}
#archive #content #main section h2 span {
	display: block;
	font-size: 12px;
	font-weight: normal;
	position: absolute;
	top: 0;
	right: 0;
}
#archive #content #main section ul {
	clear: both;
	list-style: none;
	margin: 25px -44px 0 0;
	overflow: hidden;
	padding: 0;
}
#archive #content #main section ul li {
	float: left;
	min-height: 260px;
	margin: 0 44px 40px 0;
	padding: 0;
	width: 202px;
}
#archive #content #main section ul li img {
	height: 200px;
	width: 200px;
}
#archive #content #main section ul li h3 {
	font-size: 12px;
	font-weight: bold;
	line-height: 1.4;
	margin: 10px 0 0 0;
}
#archive #content #main section .btnList {
	margin: 0 auto 80px;
	text-align: center;
	width: 100px;
}
#archive #content #main section .btnList a {
	background: #000000;
	color: #ffffff;
	display: block;
	height: 36px;
	line-height: 36px;
	width: 100%;
}


/* Product
------------------------------------------------------------------ */
#product #content #main {
	overflow: hidden;
}
#product #content .mainPhoto {
	height: 870px;
	position: relative;
}
#product #content .mainPhoto ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#product #content .mainPhoto ul li {
	height: 758px;
	width: 940px;
}

#product #content .mainPhoto .bxpager {
	font-size: 0;
	margin: 0 -15.5px 0 0;
	position: relative;
	top: -45px;
	text-align: center;
}
#product #content .mainPhoto .bxpager a {
	float: inline-block;
	margin: 0 15.5px 0 0;
	width: 80px;
}
#product #content .mainPhoto .bxpager a img {
	width: 80px;
}
#product #content .wp_social_bookmarking_light {
	float: right;
	position: relative;
	right: 60px;
}

#product #content aside {
	float: left;
	margin: 0 20px 0 0;
	width: 300px;
}
#product #content aside img {
	height: 300px;
	width: 300px;
}

#product #content section {
	float: left;
	width: 560px;
}
#product #content section img {
	max-width: 100%;
}
#product #content section h1 {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4;
}
#product #content section p.name {
	line-height: 1.7;
	margin: 0 0 5px 0;
}
#product #content section p {
	line-height: 1.7;
	margin: 20px 0 0 0;
}
#product #content section table {
	border-bottom: 1px solid #4d4d4d;
	margin: 40px 0 0 0;
}
#product #content section table tr {
}
#product #content section table tr th {
	border-top: 1px solid #4d4d4d;
	font-weight: normal;
	padding: 15px 0;
	text-align: center;
	width: 116px;
	white-space: nowrap;
	vertical-align: middle;
}
#product #content section table tr td {
	border-top: 1px solid #4d4d4d;
	padding: 15px 0;
}

#product #content .button {
	clear: both;
	margin: 60px 0 0 0;
	text-align: center;
}
#product #content section > .button {
	margin-left: -255px;
}
#product #content .button img {
	height: 88px;
	width: 606px;
}
#product #content .button dl {
	margin: 0 auto;
	width: 606px;
}
#product #content .button dl dt {
	text-align: left;
}
#product #content .button dl dt img {
	height: auto;
	width: 361px;
}
#product #content .button dl dd {
	margin: 0;
	padding: 0;
}
#product #content .button dl dd ul {
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
}
#product #content .button dl dd ul li {
	display: table;
	float: left;
	margin: 18px 0 0 0;
	text-align: center;
}
#product #content .button dl dd ul.twoColumns {
	margin-right: -26px;
}
#product #content .button dl dd ul.twoColumns li {
	margin-right: 26px;
	width: 290px;
}
#product #content .button dl dd ul.threeColumns {
	margin-right: -24px;
}
#product #content .button dl dd ul.threeColumns li {
	margin-right: 24px;
	width: 186px;
}
#product #content .button dl dd ul li a {
	border: 1px solid #E4E4E4;
	border-radius: 5px;
	color: #9E9E9F;
	display: table-cell;
	font-size: 1.2rem;
	height: 84px;
	line-height: 1.4;
	padding: 0 10px;
	vertical-align: middle;
	word-break: break-all;
	width: 100%;
}

/* List
------------------------------------------------------------------ */
#list #content #main {
	border-top: 1px solid #000000;
	float: left;
	margin: 0 20px 0 0;
	padding: 0;
	width: 700px;
}
#list #content #main section {
	border-bottom: 1px dashed #000000;
	clear: both;
	margin: 0;
	overflow: hidden;
	padding: 18px;
}
#list #content #main section .image {
	float: left;
	height: 160px;
	margin: 0 20px 0 0;
	padding: 0;
	text-align: center;
	width: 210px;
}
#list #content #main .entry {
	float: left;
	margin: 0;
	padding: 0;
	width: 420px;
}
#list #content #main .entry .date {
	color: #d4145a;
	font-family: serif;
	font-size: 11px;
}
#list #content #main .entry .icon {
	background: #f7931e;
	color: #ffffff;
	display: inline-block;
	font-size: 11px;
	height: 22px;
	line-height: 22px;
	margin: 5px 0 0 0;
	text-align: center;
	width: 90px;
}
#list #content #main .entry .press {
	background: #f7931e;
}
#list #content #main .entry .news {
	background: #8cc63f;
}
#list #content #main .entry h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0 0 0;
}
#list #content #main .entry .postCon {
	line-height: 1.8;
	margin: 40px 0 0 0;
}
#list #content #main .entry .media {
	line-height: 1.8;
	margin: 10px 0 0 0;
}
#list #content #main .entry .media ul {
	margin: 10px 0 0 0;
	padding: 0 0 0 15px;
}
#list #content #main .entry .media ul li a {
	text-decoration: underline;
}
#list #content #main .entry .media ul li a:hover {
	text-decoration: none;
}
#list #content .wp_social_bookmarking_light {
	float: right;
}

#list #content #main article {
	border-bottom: 1px dashed #000000;
	clear: both;
	margin: 0;
	overflow: hidden;
	padding: 18px;
}
#list #content #main article .entry {
	margin: 0;
	padding: 0;
	width: 664px;
}
#list #content  article .entry .postCon img {
	height: auto;
	max-width: 664px;
}

#list #content  article .entry .postCon table {
	border-bottom: 1px solid #4d4d4d;
	margin: 40px 0 0 0;
}
#list #content  article .entry .postCon table tr {
}
#list #content  article .entry .postCon table tr th {
	border-top: 1px solid #4d4d4d;
	font-weight: normal;
	padding: 15px 0;
	text-align: center;
	width: 116px;
	white-space: nowrap;
	vertical-align: middle;
}
#list #content  article .entry .postCon table tr td {
	border-top: 1px solid #4d4d4d;
	padding: 15px 0;
}

#list #content #side {
	float: left;
	margin: 0;
	padding: 0;
	width: 220px;
}


/* Page
------------------------------------------------------------------ */

#about #content .category,
#shop #content .category {
	background: #000000;
	height: 50px;
}
#about #content .category ul,
#shop #content .category ul {
	list-style: none;
	line-height: 50px;
	margin: 0;
	padding: 0;
}
#about #content .category ul li,
#shop #content .category ul li {
	float: left;
	text-align: center;
	width: 156px;
}
#about #content .category ul li a,
#shop #content .category ul li a {
	color: #ffffff;
	display: block;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
#about #content .category ul li a:hover,
#shop #content .category ul li a:hover {
	background: #666666;
}

#about #content #main section,
#shop #content #main section {
	clear: both;
	margin: 80px 60px 0;
}
#policy #content #main section {
	clear: both;
	margin: 40px 60px 0;
}
#about #content #main section h2,
#shop #content #main section h2,
#policy #content #main section h2 {
	font-size: 20px;
	font-weight: bold;
}
#about #content #main section .postCon,
#shop #content #main section .postCon,
#policy #content #main section .postCon {
	margin: 30px 0 0 0;
}


/* About us ------------------------------------------ */

#about #content #main section .postCon p {
	line-height: 1.7;
	margin: 20px 0 0 0;
}
#about #content #main section .postCon dl dd {
	text-align: justify;
	text-justify: inter-ideograph;
}
#about #content #main section .postCon dl dd a {
	text-decoration: none;
	color: #0c7484;
}
#about #content #main section .postCon dl dd a:hover {
	text-decoration: underline;
	color: #0ea2b9;
}

/* Brand Concept */
#about #content #main section .brandConcept p {
}

/* Outline */
#about #content #main section dl.outline {
	margin: 70px 0 0 0;
}
#about #content #main section dl.outline dt {
	margin: 0 0 20px 0;
	clear: left;
	float: left;
	width: 150px;
}
#about #content #main section dl.outline dd {
	margin: 0 0 20px 150px;
}

/* SDGs */
#about #content .sdgsNav {
	border: 1px solid #707070;
	margin: 15px 0 0 0;
}
#about #content .sdgsNav ul {
	display: flex;
	list-style: none;
	padding: 0;
	width: 100%;
}
#about #content .sdgsNav ul li {
	border-left: 1px solid #707070;
	flex: 1;
}
#about #content .sdgsNav ul li:first-child {
	border-left: none;
}
#about #content .sdgsNav ul li a {
	display: block;
	font-size: 15px;
	font-weight: bold;
	padding: 14px 0 13px;
	text-align: center;
	width: 100%;
}
#about #content .sdgsNav ul li.current a,
#about #content .sdgsNav ul li a:hover {
	background-color: #EFEFEF;
}
#about #content #main section .sdgsImage {
	background-color: #F1F1F1;
	margin: 28px 0 55px;
	padding: 64px 100px 72px;
}
#about #content #main section .sdgsImage img {
	width: 100%;
}
#about #content #main section .sdgsContent {
	margin: 0 0 55px;
}
#about #content #main section .sdgsContent img {
	width: 100%;
}
#about #content #main section .sdgsContentImg {
	margin: 20px 0 0 0;
}
#about #content #main section .sdgsContent h3 {
	font-size: 18px;
}
#about #content #main section .sdgsContent ul.sdgsIcon {
	display: flex;
	list-style: none;
	margin: 15px 0 -5px;
	padding: 0;
}
#about #content #main section .sdgsContent ul.sdgsIcon li {
	margin: 0 20px 0 0;
}
#about #content #main section .sdgsContent dl.sdgsDetail {
	margin: 10px 0 0 0;
}
#about #content #main section .sdgsContent dl.sdgsDetail dt {
	border-bottom: 1px dashed #707070;
	padding: 9px 12px;
}
#about #content #main section .sdgsContent dl.sdgsDetail dd {
	margin: 11px 0 0 0;
}
#about #content #main section .sdgsContent dl.sdgsDetail dd ul {
	list-style: none;
	padding: 0;
}
#about #content #main section .sdgsContent dl.sdgsDetail dd ul li {
	padding: 0 0 0 12px;
	position: relative;
}
#about #content #main section .sdgsContent dl.sdgsDetail dd ul li::before {
	content: '・';
	position: absolute;
	top: 0; left: 0;
}
#about #content #main section .sdgsContent .sdgsFlexContainer {
	display: flex;
	margin: 25px 0 0 0;
}
#about #content #main section .sdgsContent .sdgsFlexContainer .item {
	flex: 1;
}
#about #content #main section .sdgsContent .sdgsFlexContainer .item img {
	width: 100%;
}
#about #content #main section .sdgsContent .sdgsFlexContainer.package {
	gap: 0 45px;
}
#about #content #main section .sdgsContent .sdgsFlexContainer.package .item:last-child {
	flex: 0 0 255px;
}

/* Design Director */
#about #content #main section .postCon h3 span.name {
	font-size: 16px;
	font-weight: bold;
}

#about #content #main section .postCon p img {
	float: right;
	margin: -50px 0 0 0;
	width: 122px;
}

#about #content #main section .postCon dl.designDirector {
	margin: 0 0 0 20px;
}

#about #content #main section dl.designDirector dt {
	margin: 0 0 20px 0;
	clear: left;
	float: left;
	width: 110px;
}
#about #content #main section .postCon dl.designDirector dd {
	margin: 0 0 15px 110px;
}

/* Partner */
#about #content #main section .postCon dl.partner dt {
	margin: 0 0 20px 0;
}
#about #content #main section .postCon dl.partner dt img {
	margin: 20px 0 0 0;
}
#about #content #main section .postCon dl.partner dd {
	margin:0 0 15px 0;

}
#about #content #main section .postCon dl.partner dd img {
	margin: 6px 0 0 0;
}

/* Contact */
#about #content #main section .postCon dl.contact {
	margin: 35px 0 0 0;
}
#about #content #main section .postCon dl.contact dt {
	margin: 0 0 15px 0;
}

#about #content #main section .postCon dl.contact dd {
	margin: 0 0 80px 0;
}


/* SHOP ------------------------------------------- */

#shop #content #main section h3 {
	font-size: 16px;
	border-bottom: solid 1px #000000;
	padding: 0 0 6px 0;
	margin: 0 0 30px 0;
}
#shop #content #main section h4 {
	font-size: 14px;
	padding: 0 0 5px 0;
	margin: 40px 0 0 -15px;
}
#shop #content #main section h4.margin {
	margin: 0 0 0 5px;
}

#shop #content #main section .postCon ul.onlineStore {
	list-style-type: none;
	margin: 30px 0 0 0;
}
#shop #content #main section .postCon ul.onlineStore li {
	display: inline;
}
#shop #content #main section .postCon ul.onlineStore li a {
	background-color:#ffffff;
}
#shop #content #main section .postCon ul.onlineStore li a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	zoom:1;
}

#shop #content #main section .postCon .box {
	clear: both;
	padding: 0 0 60px 0;
	overflow: hidden;
}
#shop #content #main section .postCon .box ul {
	float: left;
	margin: 0 20px 0 20px ;
	padding: 0;
	width: 44%;
}
#shop #content #main section .postCon .box ul li {
	margin: 0 0 25px 0;
}
#shop #content #main section .postCon .box ul li {
	list-style-type: disc;
}
#shop #content #main section .postCon .box ul li dl dd {
	margin: 0 0 0 1em;
}
#shop #content #main section .postCon .box ul li dl dd dl dt.margin {
	margin: -1em 0 0 0;
}
#shop #content #main section .postCon .box ul li dl dd dl dt.none {
	margin: 0.5em 0 0 0;
}

/* Privacy Policy ------------------------------------------ */

#policy #content #main section .postCon p {
	line-height: 1.7;
	margin: 20px 0 0 0;
}
#policy #content #main section .postCon ul,
#policy #content #main section .postCon ol {
	margin: 0;
	padding: 0;
}
#policy #content #main section .postCon li {
	margin: 0 0 0 1.8em;
	padding: 0;
}

/* side
--------------------------------------------------- */
#side h2.widgettitle {
	border: 1px solid #000000;
	font-size: 14px;
	padding: 15px 0;
	text-align: center;
	}
#side ul.collapsing {
	border-bottom: 1px solid #000000;
	margin: 0 0 20px 0;
	overflow: hidden;
	}
#side ul.collapsing li.collapsing {
	font-size: 12px;
	padding: 15px 0;
	}
#side ul.collapsing li.collapsing ul li.collapsing {
	font-size: 12px;
	margin: 0 0 0 90px;
	padding: 10px 0 0 0;
	}
#side ul.collapsing li.collapsing ul {
	border-bottom: none;
	}

#side .tw {
	margin: 20px 0 0 0;
	}
#side .tw .twitter-timeline {
	height: 450px;
	}

#side .bnr {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#side .bnr li {
	margin: 20px 0 0 0;
	padding: 0;
	}

/* 共通
--------------------------------------------------- */
/* ページナビ */
.wp-pagenavi {
	clear: both;
	font-size: 12px;
	margin: 50px auto 0;
	text-align: center;
	}
.wp-pagenavi a,
.wp-pagenavi a.page,
.wp-pagenavi span {
	border: 1px solid #000000;
	display: inline;
	display: inline-block;
	text-decoration: none;
	padding: 5px 0;
	margin: 0 2px;
	width: 27px;
	zoom: 1;
	}
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
	border: 1px solid #000000;
	display: inline;
	display: inline-block;
	padding: 5px 0;
	margin: 0 10px;
	text-align: center;
	zoom: 1;
	}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
	background: #000000;
	border: 1px solid #000000;
	color: #ffffff !important;
	}
.wp-pagenavi .nextpostslink:hover,
.wp-pagenavi .previouspostslink:hover {
	border: 1px solid #ffffff;
	color: #ffffff;
	}
.wp-pagenavi span.current {
	font-weight: bold;
	}

}




/*
 * ======================================
 * SP
 * ======================================
 */

@media screen and (max-width: 641px) {

#content a {
	color: #333333;
	text-decoration: none;
}

#content img {
	width: 100%;
}

img {
	vertical-align:top;
}

.switchBtn {
	position:absolute; top: 10px; right:85px;
	}

/* Home
------------------------------------------------------------------ */
#home #mainVisual {
	overflow: hidden;
	}
#home .mainVisualInner {
	position: relative;
	width: 100%;
	}
#home #carousel {
	height: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	}
#home #carousel li {
	float: left;
	}
#home #carousel li img {
	height: auto;
	width: 100%;
	}
#home #pager a span {
	display: none;
	}
#home #slide_prev span, #slide_next span {
	display: none;
	}
#home #pager {
	box-sizing: border-box;
	font-size: 0;
	margin: 10px 0;
	padding: 0 2.5%;
	width: 100%;
}
#home #pager img {
	cursor: pointer;
	float: left;
	height: auto;
	margin: 0 0 5px 0;
	overflow: hidden;
	width: 20%;
}
#home #pager .selected {
	opacity: 0.5;
}

#home #content #main {
	box-sizing: border-box;
	margin: 15px 0;
	overflow: hidden;
	padding: 2.5%;
	width: 100%;
}
#home #content #main p {
	font-size: 13px;
	font-weight: bold;
}

/*#home #content #main ul {
	list-style: none;
	margin: 10px -3% 0 0;
	padding: 0;
	width: auto;
}
#home #content #main ul li {
	-moz-box-sizing: border-box;
        box-sizing: border-box;
	-moz-box-shadow: 0 0 1px 0 #3f3f3f;
	-webkit-box-shadow: 0 0 1px 0 #3f3f3f;
	box-shadow: 0 0 1px 0 #3f3f3f;
	box-sizing: border-box;
	float: left;
	margin: 0 3% 3% 0;
	padding: 2.5%;
	width: 47%;
}
#home #content #main ul li img {
	width: 100%;
}
#home #content #main ul li dl {
	margin: 10px 0 0 0;
}
#home #content #main ul li dl dt {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.3;
}
#home #content #main ul li dl dt span {
	color: #d4145a;
	display: block;
	font-family: serif;
	font-size: 11px;
	font-weight: normal;
	margin: 0 0 5px 0;
}
#home #content #main ul li dl dd {
	margin: 5px 0 0 0;
}*/

#home #content #main .news {
	list-style: none;
	overflow: hidden;
	margin: 10px -3% 0 0;
	padding: 0;
}
#home #content #main .news .item {
	-moz-box-sizing: border-box;
        box-sizing: border-box;
	-moz-box-shadow: 0 0 1px 0 #3f3f3f inset;
	-webkit-box-shadow: 0 0 1px 0 #3f3f3f inset;
	box-shadow: 0 0 1px 0 #3f3f3f inset;
	box-sizing: border-box;
	float: left;
	margin: 0 3% 3% 0;
	padding: 2.5%;
	width: 47%;
}
/*#home #content #main .news {
	min-height: 2050px;
	list-style: none;
	position: relative;
	margin: 10px 0 0 0;
	padding: 0;
}
#home #content #main .news .item {
	-moz-box-sizing: border-box;
        box-sizing: border-box;
	-moz-box-shadow: 0 0 1px 0 #3f3f3f inset;
	-webkit-box-shadow: 0 0 1px 0 #3f3f3f inset;
	box-shadow: 0 0 1px 0 #3f3f3f inset;
	box-sizing: border-box;
	float: left;
	margin: 0;
	padding: 2.5%;
	width: 46%;
}*/
#home #content #main .news .item img {
	width: 100%;
}
#home #content #main .news .item dl {
	margin: 10px 0 0 0;
}
#home #content #main .news .item dl dt {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.3;
}
#home #content #main .news .item dl dt span {
	color: #d4145a;
	display: block;
	font-family: serif;
	font-size: 11px;
	font-weight: normal;
	margin: 0 0 5px 0;
}
#home #content #main .news .item dl dd {
	margin: 5px 0 0 0;
}

/* banner */
#home #content #main .banner {
	margin: 10px 0;
}

/* List
------------------------------------------------------------------ */
#list #content #main {
	border-top: 1px solid #000000;
	margin: 0;
	padding: 0;
}
#list #content #main section {
	border-bottom: 1px dashed #000000;
	clear: both;
	margin: 0;
	overflow: hidden;
	padding: 2.5%;
}
#list #content #main section .image {
	float: left;
	margin: 0 2.5% 0 0;
	padding: 0;
	text-align: center;
	width: 37.5%;
}
#list #content #main section .image img {
	width: 100%;
}
#list #content .wp_social_bookmarking_light {
	float: right;
}
#list #content .wsbl_line .wp_social_bookmarking_light_img {
	width: auto;
}
#list #content #main .entry {
	float: left;
	margin: 0;
	padding: 0;
	width: 60%;
}
#list #content #main .entry .date {
	color: #d4145a;
	font-family: serif;
	font-size: 11px;
}
#list #content #main .entry .icon {
	color: #ffffff;
	display: inline-block;
	font-size: 10px;
	height: 20px;
	line-height: 20px;
	margin: 5px 0 0 0;
	text-align: center;
	width: 80px;
}
#list #content #main .entry .press {
	background: #f7931e;
}
#list #content #main .entry .news {
	background: #8cc63f;
}
#list #content #main .entry h2 {
	font-size: 13px;
	font-weight: bold;
	line-height: 1.4;
	margin: 10px 0 0 0;
}
#list #content #main .entry .postCon {
	line-height: 1.8;
	margin: 20px 0 0 0;
}

#list #content #main .entry .media ul {
	margin: 10px 0 0 0;
	padding: 0 0 0 15px;
}
#list #content #main .entry .media ul li a {
	text-decoration: underline;
}
#list #content #main .entry .media ul li a:hover {
	text-decoration: none;
}

#list #content #main article {
	border-bottom: 1px dashed #000000;
	clear: both;
	margin: 0;
	overflow: hidden;
	padding: 2.5%;
}
#list #content #main article .entry {
	margin: 0;
	padding: 0;
	width: auto;
}

#list #content #main .entry .postCon table {
	border-bottom: 1px solid #4d4d4d;
	margin: 20px 0 0 0;
}
#list #content #main .entry .postCon table tr {
}
#list #content #main .entry .postCon table tr th {
	border-top: 1px solid #4d4d4d;
	font-weight: normal;
	padding: 8px 0;
	text-align: center;
	width: 20%;
	white-space: nowrap;
	vertical-align: middle;
}
#list #content #main .entry .postCon table tr td {
	border-top: 1px solid #4d4d4d;
	padding: 8px 0;
}

#list #content #side {
	margin: 20px 2.5%;
	padding: 0;
}

/* Archive
------------------------------------------------------------------ */
#archive #content .category {
	background: #000000;
	height: 40px;
}
#archive #content .category ul {
	display: table;
	list-style: none;
	line-height: 40px;
	margin: 0;
	padding: 0;
	width: 100%;
}
#archive #content .category ul li {
	display: table-cell;
	margin: 0;
	padding: 0;
	text-align: center;
}
#archive #content .category ul li a {
	color: #ffffff;
	display: block;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
#archive #content .category ul li a:hover {
	background: #666666;
}

/* localNav */
#archive #content .localNav {
	margin: 10px 0 0 1px;
}
#archive #content .localNav ul {
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
}
#archive #content .localNav ul li {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: table;
	float: left;
	margin: 0;
	position: relative;
	text-align: center;
	width: 25%;
	width: -webkit-calc(100% / 4);
	width: calc(100% / 4);
}
#archive #content .localNav ul li a {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #333333;
	border-left: none;
	display: table-cell;
	font-size: 10px;
	height: 48px;
	letter-spacing: -0.01em;
	line-height: 1.1;
	padding: 0 13% 0 4.5%;
	text-align: left;
	vertical-align: middle;
	width: 100%;
}
#archive #content .localNav ul li a:after {
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	content: '';
	display: inline-block;
	height: 4px;
	margin-top: -4px;
	position: absolute;
	top: 50%; right: 8%;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 4px;
}
#archive #content .localNav ul li:nth-child(4n + 1) a {
	border-left: 1px solid #333333;
}
#archive #content .localNav ul li:nth-child(n + 5) a {
	border-top: none;
}
@media only screen and (max-width: 320px) {
	#archive #content .localNav ul li {
		width: 33.3333%;
		width: -webkit-calc(100% / 3);
		width: calc(100% / 3);
	}
	#archive #content .localNav ul li:nth-child(4n + 1) a {
		border-left: none;
	}
	#archive #content .localNav ul li:nth-child(3n + 1) a {
		border-left: 1px solid #333333;
	}
	#archive #content .localNav ul li:nth-child(n + 4) a {
		border-top: none;
	}
}

#archive #content #main section {
	clear: both;
	margin: 25px 2.5% 45px;
	overflow: hidden;
}
#archive #content #main section h2 {
	border-bottom: 1px solid #000000;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0 0 5px 0;
	position: relative;
}
#archive #content #main section h2 span {
	display: block;
	font-size: 12px;
	font-weight: normal;
	position: absolute;
	top: 0;
	right: 0;
}
#archive #content #main section ul {
	clear: both;
	list-style: none;
	margin: 10px -2% 0 0;
	overflow: hidden;
	padding: 0;
}
#archive #content #main section ul li {
	float: left;
	min-height: 250px;
	margin: 0 2% 2% 0;
	padding: 0;
	width: 48%;
}
#archive #content #main section ul li img {
	height: auto;
	width: 100%;
}
#archive #content #main section ul li h3 {
	font-size: 12px;
	font-weight: bold;
	line-height: 1.4;
	margin: 5px 0 0 0;
}
#archive #content #main section .btnList {
	margin: 0 auto 80px;
	text-align: center;
	width: 200px;
}
#archive #content #main section .btnList a {
	background: #000000;
	color: #ffffff;
	display: block;
	height: 40px;
	line-height: 40px;
	width: 100%;
}

/* Product
------------------------------------------------------------------ */
#product #content #main {
	margin: 0 2.5%;
	overflow: hidden;
}
#product #content .mainPhoto {
	min-height: 340px;
	margin: 0;
	padding: 0;
}
#product #content .mainPhoto ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#product #content .mainPhoto ul img {
	height: auto;
}

#product #content .mainPhoto .bxpager {
	font-size: 0;
	position: relative;
	top: -50px;
	text-align: center;
	width: 100%;
}
#product #content .mainPhoto .bxpager a {
	float: inline-block;
	margin: 0 1%;
	width: auto;
}
#product #content .mainPhoto .bxpager a img {
	height: 40px;
	margin: 0 0 2% 0;
	width: auto;
}

#product #content .wp_social_bookmarking_light {
	float: right;
}
#product #content .wsbl_line .wp_social_bookmarking_light_img {
	width: auto;
}
#product #content aside {
	margin: 0 auto;
	text-align: center;
	width: 70%;
}
#product #content aside img {
}

#product #content section {
	margin: 20px 0 0 0;
}
#product #content section h1 {
	font-size: 15px;
	font-weight: bold;
	line-height: 1.4;
}
#product #content section p.name {
	font-size: 13px;
	line-height: 1.4;
	margin: 0 0 5px 0;
}
#product #content section p {
	line-height: 1.7;
	margin: 10px 0 0 0;
}
#product #content section table {
	border-bottom: 1px solid #4d4d4d;
	margin: 20px 0 0 0;
}
#product #content section table tr {
}
#product #content section table tr th {
	border-top: 1px solid #4d4d4d;
	font-weight: normal;
	padding: 8px 0;
	text-align: center;
	width: 20%;
	white-space: nowrap;
	vertical-align: middle;
}
#product #content section table tr td {
	border-top: 1px solid #4d4d4d;
	padding: 8px 0;
}

#product #content .button {
	clear: both;
	margin: 25px 2.5%;
	text-align: center;
}
#product #content section > .button {
	margin-left: 0;
	margin-right: 0;
}
#product #content .button img {
	height: auto;
	width: 100%;
}
#product #content .button dl dt {
	text-align: left;
}
#product #content .button dl dt img {
	height: auto;
	width: 216px;
}
#product #content .button dl dd {
	margin: 0;
	padding: 0;
}
#product #content .button dl dd ul {
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
}
#product #content .button dl dd ul li {
	display: table;
	float: left;
	margin: 10px 0 0 0;
	text-align: center;
}
#product #content .button dl dd ul.twoColumns {
	margin-right: -4.11%;
}
#product #content .button dl dd ul.twoColumns li {
	margin-right: 4.11%;
	width: 45.88%;
}
#product #content .button dl dd ul.threeColumns {
	margin-right: -3.8%;
}
#product #content .button dl dd ul.threeColumns li {
	margin-right: 3.8%;
	width: 29.52%;
}
#product #content .button dl dd ul li a {
	border: 1px solid #E4E4E4;
	border-radius: 5px;
	color: #9E9E9F;
	display: table-cell;
	font-size: 1.0rem;
	height: 64px;
	line-height: 1.2;
	padding: 0 5%;
	vertical-align: middle;
	word-break: break-all;
	width: 100%;
}


/* Page
------------------------------------------------------------------ */

#about #content .category,
#shop #content .category {
	background: #000000;
	vertical-align: middle;
}
#about #content .category ul,
#shop #content .category ul {
	display: table;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
#about #content .category ul li,
#shop #content .category ul li {
	display: table-cell;
	height: 40px;
	margin: 0;
	padding: 0;
	text-align: center;
	vertical-align: middle;
	width: 16%;
}
#about #content .category ul li a,
#shop #content .category ul li a {
	display: block;
	height: 40px;
	line-height: 40px;
	width: 100%;
}
#about #content .category ul li a span,
#shop #content .category ul li a span {
	color: #ffffff;
	font-weight: bold;
	display: inline-block;
	line-height: 1.2;
	vertical-align: middle;
}
#about #content .category ul li a:hover,
#shop #content .category ul li a:hover {
	background: #666666;
}

#about #content #main section,
#shop #content #main section {
	clear: both;
	margin: 25px 2.5% 45px;
	overflow: hidden;
}
#policy #content #main section {
	clear: both;
	margin: 5px 2.5% 45px;
	overflow: hidden;
}
#about #content #main section h2,
#shop #content #main section h2,
#policy #content #main section h2 {
	font-size: 18px;
	font-weight: bold;
	margin: 20px 0 0 0;
}
#about #content #main section .postCon,
#shop #content #main section .postCon,
#policy #content #main section .postCon {
	margin: 15px 0 0 0;
}
#about #content #main section .postCon p,
#shop #content #main section .postCon p,
#policy #content #main section .postCon p {
	line-height: 1.7;
	margin: 10px 0 0 0;
}

/* About us ------------------------------------------- */

#about #content #main section .postCon dl dd a {
	text-decoration: none;
	color: #0c7484;
}
#about #content #main section .postCon dl dd a:hover {
	text-decoration: underline;
	color: #0ea2b9;
}

/* Brand Concept */
#about #content #main section .postCon p.brandcocept {
	line-height: 1.3;
	margin: 20px 0 0 0;
	text-align: justify;
	text-justify: inter-ideograph;
}
#about #content #main section .postCon p.brandcocept br {
	display:  none;
}

/* Outline */
#about #content #main section dl.outline {
	margin: 70px 0 0 0;
}
#about #content #main section dl.outline dt {
	margin: 0 0 20px 0;
	clear: left;
	float: left;
	width: 125px;
}
#about #content #main section dl.outline dd {
	margin: 0 0 20px 125px;
}

/* SDGs */
#about #content .sdgsNav {
	border: 1px solid #707070;
	margin: 15px 2.5% 0;
}
#about #content .sdgsNav ul {
	align-items: stretch;
	display: flex;
	list-style: none;
	padding: 0;
}
#about #content .sdgsNav ul li {
	border-left: 1px solid #707070;
	flex: 1;
}
#about #content .sdgsNav ul li:first-child {
	border-left: none;
}
#about #content .sdgsNav ul li a {
	align-items: center;
	display: flex;
	font-weight: bold;
	height: calc(100% - 20px);
	justify-content: center;
	padding: 10px 10px;
	text-align: center;
}
#about #content .sdgsNav ul li.current a {
	background-color: #EFEFEF;
}
#about #content #main section .sdgsImage {
	background-color: #F1F1F1;
	margin: 20px 0 40px;
	padding: 30px 8%
}
#about #content #main section .sdgsContent {
	margin: 0 0 40px;
}
#about #content #main section .sdgsContent:last-child {
	margin-bottom: 0;
}
#about #content #main section .sdgsContentImg {
	margin: 10px 0 0 0;
}
#about #content #main section .sdgsContent h3 {
	font-size: 16px;
}
#about #content #main section .sdgsContent ul.sdgsIcon {
	display: flex;
	list-style: none;
	margin: 10px 0;
	padding: 0;
}
#about #content #main section .sdgsContent ul.sdgsIcon li {
	margin: 0 5px 0 0;
	width: 15.16%;
}
#about #content #main section .sdgsContent dl.sdgsDetail {
	margin: 8px 0 0 0;
}
#about #content #main section .sdgsContent dl.sdgsDetail dt {
	border-bottom: 1px dashed #707070;
	padding: 6px 12px;
}
#about #content #main section .sdgsContent dl.sdgsDetail dd {
	margin: 11px 0 0 0;
}
#about #content #main section .sdgsContent dl.sdgsDetail dd ul {
	list-style: none;
	padding: 0;
}
#about #content #main section .sdgsContent dl.sdgsDetail dd ul li {
	padding: 0 0 0 12px;
	position: relative;
}
#about #content #main section .sdgsContent dl.sdgsDetail dd ul li+li {
	margin-top: 2px;
}
#about #content #main section .sdgsContent dl.sdgsDetail dd ul li::before {
	content: '・';
	position: absolute;
	top: 0; left: 0;
}
#about #content #main section .sdgsContent .sdgsFlexContainer {
	display: flex;
	flex-direction: column;
	gap: 10px 0;
	margin: 15px 0 0 0;
}

/* Design Director */
#about #content #main section .postCon h3 span.name {
	font-size: 16px;
	font-weight: bold;
	margin: 20px 0 0 0;
}

#about #content #main section .postCon p img {
	width: 90px;
	float: right;
	margin: -90px 0 0 0;
}

#about #content #main section .postCon dl.designDirector {
	margin: 50px 0 0 0;

}

#about #content #main section dl.designDirector dt {
	margin: 0 0 20px 0;
	clear: left;
	float: left;
	width: 110px;
}
#about #content #main section .postCon dl.designDirector dd {
	margin: 0 0 15px 110px;
}

/* Partner */
#about #content #main section .postCon dl.partner dt {
	margin: 0 0 20px 0;
}
#about #content #main section .postCon dl.partner dt img {
	margin: 20px 0 0 0;
}
#about #content #main section .postCon dl.partner dd {
	margin:0 0 15px 0;

}
#about #content #main section .postCon dl.partner dd img {
	width: 14px;
	height: 6px;
	margin: 4px 0 0 0;
}

/* Contact */
#about #content #main section .postCon dl.contact {
	margin: 25px 0 0 0;
}
#about #content #main section .postCon dl.contact dt {
	margin: 0 0 15px 0;
}

#about #content #main section .postCon dl.contact dd {
	margin: 0 0 60px 0;
}


/* SHOP ------------------------------------------- */

#shop #content #main section h3 {
	font-size: 16px;
	border-bottom: solid 1px #000000;
	padding: 0 0 6px 0;
	margin: 0 0 30px 0;
}
#shop #content #main section h4 {
	font-size: 14px;
	padding: 0 0 5px 0;
	margin: 40px 0 0 -15px;
}
#shop #content #main section h4.margin {
	margin: 0 0 0 5px;
}

#shop #content #main section .postCon {
	margin: 30px 0 0 0;
}
#shop #content #main section .postCon p {
	line-height: 1.7;
	margin: 20px 0 0 0;
}

#shop #content #main section .postCon ul.onlineStore {
	list-style-type: none;
	margin: 30px 0 0 0;
	padding: 0;
}
#shop #content #main section .postCon ul.onlineStore li {
	display: block;
}
#shop #content #main section .postCon ul.onlineStore li a {
	background-color:#ffffff;
}
#shop #content #main section .postCon ul.onlineStore li a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	zoom:1;
}

#shop #content #main section .postCon {
	clear: both;
}

#shop #content #main section .postCon .box {
	width: 100%;
}
#shop #content #main section .postCon .box ul {
	margin: 0 0 0 20px;
	padding: 0;
	width: 100%;
}
#shop #content #main section .postCon ul.onlineStore {
	text-align: center;
}

#shop #content #main section .postCon .box ul li {
	margin: 0 0 25px 0;
}
#shop #content #main section .postCon .box ul li {
	list-style-type: disc;
}
#shop #content #main section .postCon .box ul li dl dd {
	margin: 0 0 0 1em;
}
#shop #content #main section .postCon .box ul li dl {
	width: 94%;
}
#shop #content #main section .postCon .box ul li dl dd dl dt.margin {
	margin: -1em 0 0 0;
}
#shop #content #main section .postCon .box ul li dl dd dl dt.none {
	margin: 0.5em 0 0 0;
}

/* Privacy Policy ------------------------------------------ */

#policy #content #main section .postCon ul,
#policy #content #main section .postCon ol {
	margin: 0;
	padding: 0;
}
#policy #content #main section .postCon li {
	line-height: 1.7;
	margin: 0 0 0 1.8em;
	padding: 0;
}

/* 共通
--------------------------------------------------- */
/* ページナビ */
.wp-pagenavi {
	clear: both;
	font-size: 12px;
	margin: 20px auto 0;
	text-align: center;
	}
.wp-pagenavi a,
.wp-pagenavi a.page,
.wp-pagenavi span {
	border: 1px solid #000000;
	display: inline;
	display: inline-block;
	text-decoration: none;
	padding: 5px 0;
	margin: 0 2px;
	width: 27px;
	zoom: 1;
	}
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
	border: 1px solid #000000;
	display: inline;
	display: inline-block;
	padding: 5px 0;
	margin: 0 10px;
	text-align: center;
	zoom: 1;
	}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
	background: #000000;
	border: 1px solid #000000;
	color: #ffffff !important;
	}
.wp-pagenavi .nextpostslink:hover,
.wp-pagenavi .previouspostslink:hover {
	border: 1px solid #ffffff;
	color: #ffffff;
	}
.wp-pagenavi span.current {
	font-weight: bold;
	}


/* side
--------------------------------------------------- */
#side h2.widgettitle {
	border: 1px solid #000000;
	font-size: 13px;
	padding: 12px 0;
	text-align: center;
	}
#side ul.collapsing {
	border-bottom: 1px solid #000000;
	margin: 0 0 20px 0;
	overflow: hidden;
	}
#side ul.collapsing li.collapsing {
	font-size: 12px;
	padding: 12px 0;
	}
#side ul.collapsing li.collapsing ul li.collapsing {
	font-size: 12px;
	margin: 0 auto;
	padding: 10px 0 0 0;
	text-align: center;
	width: 50px;
	}
#side ul.collapsing li.collapsing ul {
	border-bottom: none;
	}
#side #google_language_translator img {
	width: auto;
	}

#side .tw {
	margin: 20px 0 0 0;
	}
#side .tw .twitter-timeline {
	height: 300px;
	}

#side .bnr {
	list-style: none;
	display: table;
	padding: 0;
	}
#side .bnr li {
	display: table-cell;
	margin: 0;
	padding: 0 1.5%;
	vertical-align: middle;
	width: 48%;
	}



/* LINE@　友だちボタン*/
#line_atto a {
    background:#25af00;
    box-shadow:0 5px 0 #219900;
    font-size:95%;
    position:relative;
    display:block;
    padding:10px;
    color:#fff;
    border-radius:6px;
    text-align:center;
    text-decoration: none;
    font-weight: bold;
    width:280px;
    margin:5% 0% 5% 0%;
}
#line_atto a:hover {
    background:#219900;
    -webkit-transform: translate3d(0px, 5px, 1px);
    -moz-transform: translate3d(0px, 5px, 1px);
    transform: translate3d(0px, 5px, 1px);
    box-shadow:none;
}




}
