@charset "utf-8";
@media only screen and (min-width: 0) and (max-width: 960px) {
	/*-----------------------------------------------------------------------------------
	Welcome to front.css
	-----------------------------------------------------------------------------------*/

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

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

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

	.workslist figcaption {
		width: 100%;
		height: 160px;
		bottom: 5px;
		opacity: 1;
		margin: 0;
		right: 0;
		top: auto;
	}
	.columnslist figcaption {
		width: 100%;
		height: 160px;
		bottom: 5px;
		opacity: 1;
		margin: 0;
		right: 0;
		top: auto;
	}

	.print figure, .workslist figure, .workslist .transform img {
		width: 100%;
		height: auto;
	}
	.columnslist figure, .columnslist .transform img {
		width: 100%;
		height: auto;
	}

	.print .items figure, .print .items figure img {
		width: 100px;
		height: 100px;
		display: table-cell;
	}

	.print .items .table {
		display: table;
	}

	.print figcaption {
		top: auto;
		bottom: 5px;
		width: 100%;
		height: 160px;
		opacity: 1;
	}

	.print .items figcaption {
		display: none;
	}

	.print .items .info {
		display: table-cell;
		vertical-align: middle;
		padding: 15px;
	}

	.print .items .info p {
		font-size: 12px;
		margin-top: 5px;
	}

	#content .visual figcaption, #content .visual figure img {
		width: 100%;
		height: 160px;
		max-width: 500px;
		bottom: 5px;
		top: auto;
	}

	#content figcaption div {
		background: rgba(0,0,0,.6);
		height: 160px;
	}

	#content .visual figure p {
		margin-top: 5px;
	}

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

	#content .visual figure p:last-of-type {
		width: 202px;
		margin: 10px auto 0 auto;
		letter-spacing: 0.1em;
		line-height: 170%;
		color: #fff!important;
		text-align: center;
		font-size: 12px;
	}

	.home #content figcaption div h3 {
		font-size: 14px;
		/*
		width: 130px;
		*/
		width: 160px; /* 2018/6/26 */
		padding: 6px 0 0 0;
		height: 24px;
	}

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

	.body {
		width: 100%;
		overflow-x: hidden;
	}

	.main_contens {
		float: none;
		padding-top: 50px;
	}

	#content .feature_add {
		width: 100%;
		height: auto;
		float: none;
		margin-left: 0;
		margin-top: 10px;
	}

	#content .feature_add img {
		width: 100%;
		height: auto;
	}

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

	#content .column > li:not(:first-of-type),
	#content .items li:not(:first-of-type) {
		margin-top: 10px;
	}

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

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

	#content .items .sp_items,
	#content .items .sp_items img {
		width: 100px;
		height: 100px;
	}

	#content .items .info {
		display: table-cell;
		vertical-align: middle;
	}

	#content .items .info p {
		font-size: 12px;
		padding-left: 20px;
	}

	#main .body .bottom_add {
		padding-bottom: 40px;
		width: 100%;
	}

	#main .body .bottom_add img {
		width: 100%;
		height: auto;
	}

	#main .fix_outer {
		margin: 30px 0;
	}

	#main .logo img {
		margin: 20px 0;
		width: 200px;
	}

	#main .fix_contents {
		width: 100%;
		display: inline;
	}

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

	#main .fix_contents .contens {
		text-align: left;
		margin-bottom: 0;
	}

	#main .fix_contents .btn {
		text-align: center;
		margin-top: 20px;
	}

	#main .fix_contents .btn img {
		width: 120px;
		margin-left: 0;
	}

	#main .fix_contents .btn img:first-of-type {
		margin-right: 10px;
	}

	#main .fix_contents .img img {
		width: 100%;
	}

	#main .fix_contents .right {
		display: block;
		vertical-align: inherit;
		margin: 0 15px;
	}

	.sp_ad, .sp_ad img {
		width: 100%;
		max-width: 500px;
		margin: 0 auto;
	}

	.sp_ad img {
		padding-top: 58px;
		height: auto;
	}

	#content .sp_news .news_list {
		margin-bottom: 40px;
	}

	#content .sp_news .news_list li:not(:first-of-type) {
		margin-top: 10px;
	}

	#content .sp_news .news_list li .img {
		display: table-cell;
	}

	#content .sp_news .news_list li img {
		width: 100px;
		height: 100px;
	}

	#content .sp_news .news_list .info {
		display: table-cell;
		vertical-align: middle;
	}

	#content .sp_news .news_list li p {
		font-size: 12px;
		margin: 0 15px;
	}

	#content .sp_news .news_list li p:last-of-type {
		margin-top: 5px;
	}

	#main .shop table {
		margin: 20px auto 0 auto;
	}

	#main .shop table tbody {
		display: block;
		margin: 0 15px;
	}

	#main .shop table tr td, #main .shop table tr {
		display: block;
	}

	#main .shop table tr:not(:first-of-type) {
		margin-top: 10px;
	}

	/* 2018/2/8 Retailers start */
	.shoplist {
		display: block;
		padding: 0 15px;
		margin: 20px auto 0;
		width: 100%;
	}
	.shoplist .shoprow {
		line-height: 14px;
		margin-bottom: 8px;
		width: 100%;
	}
	.shoplist .shoprow .shopaddress {
		margin: 0;
	}
	/* 2018/2/8 Retailers end */

	#main .motion, #main .magazine, #main .contact, .workslist, #main .contact .top img {
		width: 100%;
	}
	.columnslist {
		width: 100%;
	}

	.workslist .items li {
		float: none;
		margin-top: 20px;
	}
	.columnslist .items li {
		float: none;
		margin-top: 20px!important;
	}

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

	#main .contact {
		padding: 30px 0;
	}

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

	#main .contact .contents p {
		font-size: 12px;
		letter-spacing: 0;
		text-align: left;
	}

	#main .contact .btn, #main .backnumber img {
		width: 120px;
		margin: 20px auto;
	}

	#main .motion figure img {
		width: 100%;
		height: auto;
	}

	#main .motion .back {
		width: 100%;
		height: 160px;
	}

	#main .motion .info {
		width: 100%;
		height: 160px;
	}

	.home #main {
		margin-bottom: 0;
	}

	#main .magazine a > div {
		margin: 0 auto;
		display: table;
	}

	#main .magazine a > div > img {
		width: 290px;
		float: none;
		margin-right: 0;
	}

	#main .magazine a > div > div > img:last-of-type {
		width: 290px;
		margin-top: 10px;
	}

	#main #content figcaption .play {
		width: 38px;
		height: 38px;
		margin: 10px auto 0 auto;
	}

	#main .motion #content {
		width: 100%;
	}

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

	.featherlight .featherlight-inner .box {
		padding: 0;
	}

	.featherlight .featherlight-inner iframe {
		width: 290px;
		height: 163px;
	}

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

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

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

	#content figcaption {
		background: none;
	}

	#main .shop {
		padding: 30px 0;
		margin-top: 30px;
	}

	#main .shop h3, #main .work h3, #main .print h3 {
		font-size: 16px;
		letter-spacing: 0.1em;
	}

	#main .print {
		width: 100%;
		margin: 30px auto;
	}

	#main .print li {
		float: none;
	}

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


	/* upd 20151217 start */

	#main .work {
		padding: 30px 0;
	}

	/*#main .work .logo {*/
		/*width: 100%;*/
	/*}*/

	/*#main .work img:first-of-type {*/
		/*float: none;*/
		/*margin: 40px auto 0 auto;*/
	/*}*/

	/*#main .work img:nth-of-type(2), #main .work img:nth-of-type(3) {*/
		/*float: none;*/
		/*margin: 40px auto;*/
	/*}*/

	#main .work .logo {
		width: 100%;
		display: table;
		margin: 0 auto;
	}

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

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

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

	#main .work .logo li img {
		margin: 40px 0 0 0;
		width: 200px;
	}

	/* upd 20151217 end */
	#main .magazine .slick-slider {
		width: 290px;
	}

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

	#main .shop table tr td:first-of-type {
		width: 100%;
		text-align: left;
		padding-right: 0;
	}

	.maglink {
		width: 150px;
		margin: 20px auto 30px auto;
	}

	.maglink img {
		width: 150px;
	}

	#main .more {
		width: 150px;
		margin: 20px auto 0 auto;
		display: block;
		padding-bottom: 30px;
	}
	#main .more.columns {
		padding-bottom: 0;
	}
	.workslist h3, .columnslist h3 {
		font-size: 16px;
		letter-spacing: 0.1em;
		margin: 30px 0 0;
	}
	.columnslist h3 {
		margin: 60px 0 0;
	}
	
	/* 2018/6/25 */	
	#main .more.origitems {
		padding-bottom: 0;
	}

	/* 2018/7/2 */
	.latests ul.items {
 	   flex-wrap:wrap;
	   flex-grow: 1;
    	justify-content: flex-start;
	}
	#main #rels.magazine .latests ul.items li.itemlist {
		width: 100%;
		text-align: left;
		
		position: relative;
		
	}
	#main #rels.magazine a > div {
    	display: table-cell;
	}
	#main #rels.magazine .latests ul.items li.itemlist a > .box {
		position: static;
		margin: 0;
		/* display: block; */
		float: left;

	}
	#main #rels.magazine .latests ul.items li.itemlist a > .box > .sp > img {
		width: 100px;
		height: auto;
		margin-top: 0;
		
	}
	#main #rels.magazine .latests ul.items li.itemlist a > .box > .pc {
    	display: none;
	}
	#main #rels.magazine .latests ul.items li.itemlist a > .sp.info {
    	margin: 0;
		padding: 0 15px;
		/* float: left; */
	}
	#rels .latests {
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
	}
	#main #rels.magazine .latests ul.items li.itemlist a > .box img.new {
		width: 30px!important
	}
	#rels .latests h3 {
		 font-size: 16px;
		letter-spacing: 0.1em;
	}
	
	/* 2018/7/3 */
	#main #rels.magazine .latests ul.items li.itemlist:hover a > .box .pc_block {
		display: none;
	}
	#main #rels.magazine {
		margin-top: 30px;
	}
	#main #rels.magazine a > div > div > img:first-of-type {
    	margin-bottom: 0;
	}
	
	#main #rels.magazine .latests ul.items li.itemlist:nth-child(odd) {
		width: 100%;
	}
	#main #rels.magazine .latests ul.items li.itemlist:nth-child(even) {
		width: 100%
	}
	/* 2018/7/3 */
	#main #rels.magazine .latests ul.items li.itemlist a {
		display: block;
	}
	#main #rels.magazine .latests ul.items li.itemlist:hover a > .box > img.new {
		filter: none;
	}
	
	/* 2018/8/4 */
	#main #rels.magazine .latests ul.items li.itemlist {
		margin-left: 0;
	}
	
	/* bunner image 2018/8/24 */
	section.banner {
		margin: 30px auto 0;
	}
	
}
