@charset "utf-8";

/*-----------------------------------------------------------------------------------
 Welcome to front.css
-----------------------------------------------------------------------------------*/

#content .mb {
	margin-bottom: 80px;
}

/********************************************************************
 トップのエフェクト
/*********************************************************************/

.workslist h3,
.columnslist h3 {
	font-size: 20px;
	letter-spacing: 0.2em;
	margin: 60px 0 0;
	text-align: center;
}

.print .transform,
.workslist .transform {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.columnslist .transform {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.print figure:hover .transform,
.workslist figure:hover .transform {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.columnslist figure:hover .transform {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.print figure,
.workslist figure {
	position: relative;
	overflow: hidden;
	margin: 0;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0;
}

.columnslist figure {
	position: relative;
	overflow: hidden;
	margin: 0;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0;
}

.print figure,
.print figcaption {
	width: 233px;
	height: 233px;
}

.workslist figure,
.workslist figcaption,
.workslist .transform img {
	width: 310px;
	height: 310px;
}

.columnslist figure,
.columnslist figcaption,
.columnslist .transform img {
	width: 310px;
	height: 310px;
}

.print figure p,
.workslist figure p {
	/*
    font-size: 12px;
	*/
	font-size: 11px;
	letter-spacing: 0.1em;
	margin-top: 10px;
	color: #fff;
	text-align: center;
}

.columnslist figure p {
	/*
    font-size: 12px;
	*/
	font-size: 11px;
	letter-spacing: 0.1em;
	margin-top: 10px;
	color: #fff;
	text-align: center;
}

.print figure p:first-of-type,
.workslist figure p:first-of-type {
	width: 202px;
	margin: 10px auto 0 auto;
	letter-spacing: 0.1em;
	line-height: 170%;
	color: #fff !important;
	text-align: center;
}

.columnslist figure p:first-of-type {
	/*
	width: 202px;
	*/
	width: auto;
	margin: 10px auto 0 auto;
	letter-spacing: 0.1em;
	line-height: 170%;
	color: #fff !important;
	text-align: center;
}

.print figcaption,
.workslist figcaption {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	background: rgba(0, 0, 0, .6);
	-webkit-transition: .3s;
	transition: .3s;
	opacity: 0;
	display: table;
}

.columnslist figcaption {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	background: rgba(0, 0, 0, .6);
	-webkit-transition: .3s;
	transition: .3s;
	opacity: 0;
	display: table;
}

.print figure:hover figcaption,
.workslist figure:hover figcaption {
	opacity: 1;
}

.columnslist figure:hover figcaption {
	opacity: 1;
}

.print figcaption div,
.workslist figcaption div {
	display: table-cell;
	vertical-align: middle;
}

.columnslist figcaption div {
	display: table-cell;
	vertical-align: middle;
}

.print figcaption div h3,
.workslist figcaption div h3 {
	color: #fff;
	text-align: center;
	padding: 6px 0 0 0;
	font-size: 14px;
	width: 130px;
	height: 24px;
	border: 1px solid #fff;
	margin: 0 auto;
}

.columnslist figcaption div h3 {
	color: #fff;
	text-align: center;
	padding: 6px 0 0 0;
	font-size: 14px;
	/*
    width: 130px;
	*/
	width: auto;
	height: 24px;
	/*
    border: 1px solid #fff;
	*/

	letter-spacing: 0.1em;

	margin: 0 auto;
}

.columnslist figcaption div h3 span {
	border-bottom: 1px solid #fff;
}

.workslist figcaption div img {
	display: table;
	width: 38px;
	margin: 10px auto 0 auto;
}

.columnslist figcaption div img {
	display: table;
	width: 38px;
	margin: 10px auto 0 auto;
}

#content .transform {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#content .visual figcaption,
#content .visual figure img {
	width: 1010px;
	height: 455px;
}

#content figure {
	position: relative;
	overflow: hidden;
	margin: 0;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0;
}

#content .visual figure p {
	text-align: center;
	margin-top: 10px;
}

#content .visual figure p:first-of-type {
	font-size: 32px;
}

#content .visual figure p:last-of-type {
	font-size: 26px;
	letter-spacing: 0.1em;
}

#content figure p,
#content figure h3 {
	color: #fff !important;
	text-align: center;
}

#content figcaption {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 1010px;
	height: 455px;
	background: rgba(0, 0, 0, .2);
	-webkit-transition: .3s;
	transition: .3s;
	opacity: 1;
	display: table;
}

#content figcaption div {
	display: table-cell;
	vertical-align: middle;
}

.home #content figcaption div h3 {
	padding: 6px 0 0 0;
	font-size: 14px;
	/*
	width: 130px;
	*/
	width: 180px;
	/* 2018/2/26 */
	height: 24px;
	border: 1px solid #fff;
	margin: 0 auto;
}

/********************************************************************
 home.php
/*********************************************************************/

#content.one-column {
	float: left;
	padding-top: 40px;
}

.body {
	background-color: #fff;
	position: relative;
}

.main_contens {
	display: -webkit-box;
	/*--- Androidブラウザ用 ---*/
	display: -ms-flexbox;
	/*--- IE10 ---*/
	display: block;
}

#content .feature_add {
	width: 368px;
	height: 368px;
	float: left;
	margin-left: 40px;
}

#content .feature_add img {
	width: 368px;
	height: 368px;
}

#content .column li,
#content .items li {
	float: left;
}

#content .column li:nth-of-type(3n-2),
#content .items li:first-of-type {
	margin-right: 38px;
}

#content .column li:nth-of-type(3n-1),
#content .items li:nth-of-type(2) {
	margin-right: 39px;
}

#content .column li:nth-of-type(n+4) {
	margin-top: 38px;
}

#main .body .bottom_add {
	padding-bottom: 80px;
}

#main .body .bottom_add img:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	/* ie lt 8 */
	-ms-filter: "alpha(opacity=60)";
	/* ie 8 */
	-moz-opacity: 0.6;
	/* FF lt 1.5, Netscape */
	-khtml-opacity: 0.6;
	/* Safari 1.x */
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

#main .fix_outer {
	width: 100%;
	position: relative;
	margin: 60px 0;
}

#main .logo img {
	width: 300px;
}

#main .fix_contents {
	width: 1010px;
	margin: 0 auto;
	display: table;
}

#main .fix_contents .logo {
	text-align: right;
	margin-bottom: 30px;
}

#main .fix_contents .contens {
	text-align: right;
	margin-bottom: 30px;
}

#main .fix_contents .btn {
	text-align: right;
}

#main .fix_contents .contens p {
	font-size: 12px;
	letter-spacing: 0.1em;
}

#main .fix_contents .contens p:not(:first-of-type) {
	margin-top: 20px;
}

#main .fix_contents .btn img {
	width: 195px;
	margin-left: 10px;
}

#main .fix_contents .img img {
	width: 400px;
}

#main .fix_contents .right {
	display: table-cell;
	vertical-align: middle;
}

.bar {
	height: 60px;
	width: 100%;
	background-color: #fff;
	position: relative;
}

#fourClm .banner a:hover,
#main .fix_contents .btn a:hover,
.contents>a:hover,
.feature_add a:hover,
#main .work img:hover,
#main .more_btn:hover,
#main #content figcaption .play:hover,
#main .magazine a>div:hover,
#main .contact .btn:hover,
.maglink img:hover {
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

#main .motion,
#main .magazine,
.workslist {
	width: 1010px;
	margin: 0 auto;
}

.columnslist {
	width: 1010px;
	margin: 0 auto;
}

#main .motion {
	position: relative;
	margin: 0 auto 20px auto;
}

.workslist .items li {
	float: left;
	margin-top: 40px;
}

.workslist .items li:nth-child(1),
.workslist .items li:nth-child(2),
.workslist .items li:nth-child(3) {
	margin-top: 30px;
}

.columnslist .items li {
	float: left;
	margin-top: 40px;
}

.columnslist .items li:nth-child(1),
.columnslist .items li:nth-child(2),
.columnslist .items li:nth-child(3) {
	margin-top: 30px;
}

.workslist .items li:not(:first-of-type):not(:nth-of-type(4)) {
	margin-left: 40px;
}

.columnslist .items li:not(:first-of-type):not(:nth-of-type(4)) {
	margin-left: 40px;
}

.motion .lightbox,
.workslist .lightbox {
	display: none;
}

.columnslist .lightbox {
	display: none;
}

#main .shop h3 {
	font-size: 20px;
	letter-spacing: 0.2em;
	text-align: center;
}

.print h3 {
	font-size: 20px;
	letter-spacing: 0.2em;
	text-align: center;
	margin: 0 0 30px 0;
}

#main .shop {
	background-color: #F4F4F4;
	padding: 60px 0;
	margin-top: 60px;
}

#main .shop table {
	margin: 30px auto 0 auto;
	font-size: 12px;
}

#main .shop table tr td:first-of-type {
	width: 230px;
	text-align: right;
	padding-right: 20px;
}


/* 2018/2/8 Retailers start */
.shoplist {
	display: flex;
	font-size: 10px;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 30px auto 0;
	width: 1000px;
}

.shoplist .shoprow {
	box-sizing: border-box;
	padding-right: 20px;
	margin-bottom: 4px;
	width: 50%;
}

.shoplist .shoprow .shopname {
	margin-right: 4px;
}

.shoplist .shoprow .shopaddress {
	margin-left: 4px;
}

/* 2018/2/8 Retailers end */

#main .print {
	width: 1010px;
	margin: 60px auto;
}

#main .print li {
	float: left;
}

#main .print li:not(:first-of-type) {
	margin-left: 26px;
}

#main .contact {
	background-color: #F4F4F4;
	width: 100%;
	padding: 60px 0;
	display: table;
}

#main .contact .top {
	text-align: center;
}

#main .contact .contents {
	margin: 40px 0;
}

#main .contact .contents p {
	font-size: 14px;
	line-height: 200%;
	letter-spacing: 0.1em;
	text-align: center;
}

#main .contact .btn,
#main .backnumber img {
	width: 195px;
	margin: 20px auto 0 auto;
	display: block;
}

#main .work {
	background-color: #F4F4F4;
	padding: 60px 0;
	width: 100%;
}

#main .work h3 {
	text-align: center;
	font-size: 20px;
	letter-spacing: 0.2em;
}


/* upd 20151217 start */

/*#main .work .logo {*/
/*width: 610px;*/
/*margin: 0 auto;*/
/*}*/

/*#main .work img {*/
/*width: 150px;*/
/*display: block;*/
/*}*/

/*#main .work img:first-of-type {*/
/*float: left;*/
/*margin: 60px 0 0 0;*/
/*}*/

/*#main .work img:nth-of-type(2) {*/
/*float: left;*/
/*margin: 40px 0 0 80px;*/
/*}*/

/*#main .work img:nth-of-type(3) {*/
/*float: left;*/
/*margin: 40px 0 0 80px;*/
/*}*/

#main .work .logo {
	width: 900px;
	display: table;
	margin: 40px auto 0 auto;
	text-align: center;
}

#main .work .logo li {
	display: inline-block;
	vertical-align: middle;
}

#main .work .logo li:not(:nth-of-type(5n-4)) {
	padding-left: 30px;
}

#main .work .logo li:nth-of-type(n+6) {
	margin-top: 30px;
}

#main .work .logo li img {
	width: 150px;
}

/* upd 20151217 end */

#main .motion #content {
	width: 1010px;
}

#main #content figcaption .play {
	width: 55px;
	height: 55px;
	display: block;
	margin: 20px auto 0 auto;
}

#main .magazine {
	margin-top: 60px;
}

#main .magazine a>div>img {
	width: 355px;
	float: left;
	margin-right: 22px;
}

#main .magazine a>div>div>img:first-of-type {
	margin-bottom: 10px;
	width: 633px;
}

.featherlight .featherlight-inner .box {
	background-color: #111;
	padding: 20px;
}

.featherlight .featherlight-inner iframe {
	width: 720px;
	height: 405px;
	border: 0;
	margin: 0 auto;
	display: block;
}

.featherlight .featherlight-inner .box p {
	color: #fff;
	margin-top: 10px;
}

.featherlight .featherlight-inner .box .title {
	font-size: 26px;
}

.featherlight .featherlight-inner .box .subtitle {
	font-size: 14px;
}

.featherlight .featherlight-inner .box .contents {
	font-size: 12px;
}

.featherlight .featherlight-close-icon {
	background: #111;
	color: #fff;
	font-size: 14px;
}

.featherlight .featherlight-content {
	background-color: #111;
}

#main .magazine .slick_slider>div img {
	height: 117px;
	width: 117px;
	padding: 0 6px;
}

.maglink {
	display: block;
	width: 242px;
	margin: 30px auto 60px auto;
}

.maglink img {
	display: block;
	width: 242px;
}

#main .more_btn {
	width: 242px;
	margin: 30px auto 0 auto;
	display: block;
}

#main .more_btn:hover {
	cursor: pointer;
}

#main .top_capture_dots {
	display: table !important;
	margin: 10px auto 0 auto;
	line-height: 100%;
}

#main .top_capture_dots .slick-active button {
	background-color: #4D4D4D;
}

#main .top_capture_dots li {
	display: inline-block;
	vertical-align: top;
}

#main .top_capture_dots li:not(:first-of-type) {
	margin-left: 12px;
}

#main .top_capture_dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 7px;
	height: 7px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background-color: #aaa;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
}


#data-paged-columns {
	display: none;
}

#data-category-columns {
	display: none;
}

/* 2018/6/25 */
/* not used for now 2018/6/26
.origitemslist ul.items h3 {
	font-family: 'Crimson Text', 'ヒラギノ明朝 Pro W3', 'HG明朝E' ,'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
}
*/
#data-paged-origitems {
	display: none;
}

#data-category-origitems {
	display: none;
}

/* 2018/7/2 */
#rels .latests {
	/*
	width: 776px;
	*/
	width: 1010px;
	overflow: hidden;
	margin: 60px auto 20px;
}

#rels .latests h3 {
	letter-spacing: 0.2em;
	font-size: 20px;
	text-align: center;
	margin-bottom: 30px;
}

/*
#rels .latests a .box img {
	width: auto!important;
}
*/
#main #rels.magazine .latests ul.items li.itemlist {
	margin-right: 0;
	float: none;
	background-color: transparent;
	padding-bottom: 0;
}

#main #rels.magazine .latests ul.items li.itemlist:hover {
	filter: none;
	opacity: 1;
	background-color: transparent;
}

#main #rels.magazine .latests ul.items li.itemlist a>.box {
	background-color: rgba(0, 0, 0, 0);
}

#main #rels.magazine .latests ul.items li.itemlist a>.box:hover {
	background-color: transparent;
	filter: none;
	opacity: 1;
}

/*
#main #rels.magazine .latests ul.items li.itemlist a > .box:hover {
	background-color: rgba(0, 0, 0, 0.3);
	transition: all 0.3s;
}
*/
#main #rels.magazine .latests ul.items li.itemlist a>.box>.pc {
	display: block;
}

#main #rels.magazine .latests ul.items li.itemlist a>.box>.pc>img:first-of-type {
	margin-bottom: 0;
	width: 100%;
}

#main #rels.magazine .latests ul.items li.itemlist a>.box>.pc>img {
	width: 100%;
	height: auto;
}

#main #rels.magazine .latests ul.items li.itemlist a>.box img.new {
	position: absolute;
	top: 0;
	right: 0;
	width: 38px !important;
	margin-right: 0;
}

#main #rels.magazine .latests ul.items li.itemlist a>.box {
	position: relative;
}

#main #rels.magazine .latests ul.items li.itemlist a>.box .pc_block {
	position: absolute;
	top: 36%;
	left: 0;
	right: 0;
	margin: auto;
	/*
	width: calc(1010px / 4);
	height: calc(1010px / 4);
	*/
	display: none;
	transition: all 0.3s;
}

#main #rels.magazine .latests ul.items li.itemlist a>.box .pc_block .cat {
	border: 1px solid #fff;
	color: #fff;
}

#main #rels.magazine .latests ul.items li.itemlist a>.box .pc_block .name {
	color: #fff;
}

#main #rels.magazine .latests ul.items li.itemlist:hover a>.box .pc_block {
	transition: all 0.3s;
	display: block;
}

#main #rels.magazine .latests ul.items li.itemlist:hover a>.box .pc_block:before {
	background-color: rgba(0, 0, 0, 0.5);
}

.latests ul.items {
	display: flex;
	/* 
  	justify-content: center;
	*/
	/* 2018/10/24 */
	justify-content: space-between;
}

#main #rels.magazine .latests ul.items li.itemlist a>.box:before {
	background-color: rgba(0, 0, 0, 0.3);

}

/* 2018/7/3 */
#main #rels.magazine .latests ul.items li.itemlist:hover a>.box>.pc>img {
	filter: brightness(40%);
	transition: all 0.3s;
}

#main #rels.magazine .latests ul.items li.itemlist:hover a>.box>img.new {
	filter: brightness(40%);
	transition: all 0.3s;
}

/*
#main #rels.magazine .latests ul.items li.itemlist:nth-child(odd) {
	width: 252px
}
#main #rels.magazine .latests ul.items li.itemlist:nth-child(even) {
	width: 253px
}
*/
/* bunner image 2018/8/24 */
section.banner {
	max-width: 1010px;
	margin: 60px auto 0;
}

section.banner img {
	width: 100%;
	height: auto;
}

.featured-magazine {
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
}

.featured-magazine .image2 {
	width: 325px !important;
}

@media only screen and (min-width: 0) and (max-width: 960px) {
	.featured-magazine .image1 {
		width: 100% !important;
	}
}

@media only screen and (min-width: 961px) {
	.featured-magazine {
		width: 770px;
	}

	.featured-magazine .image1 {
		margin-right: 16px;
		width: 300px !important;
	}

	.featured-magazine .image2 {
		width: 100% !important;
	}
}