@charset "UTF-8";
/*
Theme Name: KATO
Theme URI:
Description:
Author: あそびラボ
*/


/*=======================================================
reset
=======================================================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

/*=======================================================
layout
=======================================================*/
html {
    -webkit-text-size-adjust: 100%;
}
body {
	font-family: "メイリオ", Meiryo, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	background: #fff;
}
#wrapper {}
header {
	background: #003300;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 0 20px;
	border-bottom: 3px solid #b19615;
	z-index: 110;
}
main {
}
footer {
	background: #343434;
	color: #fff;
	padding: 50px 0 0;
}

/*=======================================================
common
=======================================================*/
.inner {
	max-width: 1020px;
	margin: 0 auto;
}
img {
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}
a {
	color: #e96800;
	font-weight: bold;
}
a:hover {
	color: #ff8a00;
}
.sp {
	display: none;
}
.box {
	display: flex;
}
.sp_search {
	display: none;
}

.word-break {
    word-wrap: break-word;
    word-break: break-all;
}

._common_is_none{
    display: none;
}

/*=======================================================
header
=======================================================*/
header a {
	color: #fff;
	text-decoration: none;
}
header a:hover {
	color: #b19615;
}
header .inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
header .inner h1 {
	margin: 0 40px 0 0;
}
header .inner h1 img {
	width: 109px;
}
header .inner .nav_area {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}
header .inner .sns_area {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 10px 0 0;
}
header .inner nav.pc > ul {
	display: flex;
	margin: 10px 0 0;
	align-items: center;
}
header .inner nav.pc ul li.item {
	margin: 0 16px 0 0;
	position: relative;
	font-size: 14px;
}
header .inner nav.pc ul li.item:before {
	content: "▶";
	color: #ef0000;
	font-size: 10px;
	position: absolute;
	left: 0;
	top: 1px;
}
header .inner nav.pc ul li.item > a {
	margin: 0 0 0 15px;
	display: block;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	-o-transition: .2s;
	-ms-transition: .2s;
	transition: .2s;
}
header .inner nav.pc ul li.item > ul {
	position: relative;
	display: none;
	padding:0;
}
header .inner nav.pc ul li.item .active + ul {
	display: block;
	position: absolute;
	padding: 10px;
}
header .inner nav.pc ul li.item:nth-of-type(8) > ul {
	left: -191px;
}
header .inner nav.pc ul li.item ul li {
	position: relative;
	width: 300px;
	z-index:1;
	text-align: left;
	border-bottom: 1px solid #fff;
}
header .inner nav.pc ul li.item ul li:last-child {
	border: none;
}
header .inner nav.pc ul li.item:nth-of-type(3) ul li {
	width: 255px;
}
header .inner nav.pc ul li.item:nth-of-type(4) ul li {
	width: 255px;
}
header .inner nav.pc ul li.item:nth-of-type(5) ul li {
	width: 170px;
}
header .inner nav.pc ul li.item:nth-of-type(6) ul li {
	width: 120px;
}
header .inner nav.pc ul li.item ul li a {
	display: block;
	padding: 12px 10px;
	background: #003300;
	line-height: 1.5;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	-o-transition: .2s;
	-ms-transition: .2s;
	transition: .2s;
}
header .menu_btn {
	display: none;
}
header .inner .sns {
	display: flex;
	align-items: center;
	margin: 0 10px 0 0;
}
header .inner .sns li {
	padding: 0 10px;
}
.fixedsticky {
 	position: -webkit-sticky;
	position: -moz-sticky;
	position: -ms-sticky;
	position: -o-sticky;
	position: sticky;
	top: -1px;
	width: 100%;
}
header .inner select {
	position: relative;
	width: 100%;
	padding: 5px 33px 6px 20px;
	font-weight: bold;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	border-radius: 5px;
	background: #fff;
	background: -webkit-linear-gradient(top, #fff 0%,#c7c7c7 100%);
	background: linear-gradient(to bottom, #fff 0%,#c7c7c7 100%);
}
header .inner label {
	position: relative;
}
header .inner label:after {
	display: block;
	content: " ";
	position: absolute;
	top: 3px;
    bottom: 0;
	right: 10px;
	width: 7px;
	height: 6px;
	margin: auto 0;
	background: url(/images/user/header_select_arrow.png) 0 0 no-repeat;
	background-size: 7px;
	pointer-events: none;
}
header .inner .search {
	background: url(/images/user/search.png) no-repeat;
	margin: 0 20px 0 0;
}
header .inner form#header_search {
	display: flex;
	align-items: center;
}
header .inner input[type="search"] {
	height: 22px;
	font-size: 14px;
	padding: 2px 0 0 10px;
 	width: 140px;
	margin: 2px;
	border: none;
}
header .inner input[type="submit"] {
	text-indent: -9999px;
	background: none;
	border: none;
	width: 29px;
	margin: 0;
	padding: 0;
	height: 24px;
}

/*=======================================================
footer
=======================================================*/
.page_top {
	position:fixed;
	bottom:10px;
	right:10px;
	padding: 55px 0 5px;
	color:#003300;
	font-size:12px;
	text-decoration:none;
	border: 2px solid #003300;
	border-radius: 9px;
	width: 75px;
	height: 75px;
	text-align: center;
	background: url(/images/user/page_top.png) center 5px no-repeat;
	background-size: 37%;
	background-color:#fff;
	font-weight: normal;
	font-family: "arial";
}
.page_top:hover {
	color: #ea1119;
}
footer .inner {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	text-align: center;
}
footer .inner > ul{
    margin: 0 0 40px;
}
footer .inner > ul li {
	margin: 0 0 20px;
}
footer nav {
	background: #000;
	padding: 25px 0;
}
footer nav ul {
	max-width: 1020px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}
footer nav ul li {
	padding: 0 25px;
	border-left: 1px solid #808080;
}
footer nav ul li:last-of-type {
	border-right: 1px solid #808080;
}
footer nav ul li.sns {
	display: none;
}
footer nav ul li a {
	color: #fff;
	text-decoration: none;
}
footer > p {
	background: #000;
	text-align: center;
	font-size: 12px;
	line-height: 1.5;
}
footer > p:last-of-type {
	padding: 10px 0 20px;
}

/*=======================================================
top
=======================================================*/
* .wideslider {
    -webkit-box-sizing: initial!important;
       -moz-box-sizing: initial!important;
         -o-box-sizing: initial!important;
        -ms-box-sizing: initial!important;
            box-sizing: initial!important;
}
.wideslider {
	padding-bottom: 30px;
	width: 100%;
	text-align: left;
	position: relative;
	overflow: hidden;
	background: #ededed;
}
.wideslider ul,
.wideslider ul li {
	float: left;
	display: inline;
	overflow: hidden;
}

.wideslider ul li img {
	width: 100%;
	display: none;
}

.wideslider_base {
	top: 0;
	position: absolute;
}
.wideslider_wrap {
	top: 0;
	position: absolute;
	overflow: hidden;
}
.slider_prev,
.slider_next {
	top: 0;
	position: absolute;
	z-index: 100;
	cursor: pointer;
	background: #000;
}
.slider_prev img {
	position: absolute;
	right: -30px;
	top: 43%;
	}
.slider_next img {
	position: absolute;
	left: -30px;
	top: 43%;
}

.wideslider .pagination {
	bottom: -10px;
	left: 0;
	height: 30px;
	text-align: center;
	position: absolute;
	z-index: 200;
	margin: 0 auto;
	right: 0;
	 width: 100%;
}
.wideslider .pagination a {
	margin: 0 5px;
	width: 10px;
	height: 10px;
	display: inline-block;
	overflow: hidden;
	background: #8d8d8d;
	border-radius: 99px;
}
.wideslider .pagination a.active {
 	filter:alpha(opacity=100)!important;
 	-moz-opacity: 1!important;
 	opacity: 1!important;
}
.slider_sp {
	display: none!important;
}

/* =======================================
	ClearFixElements
======================================= */
.wideslider ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

.wideslider ul {
	display: inline-block;
	overflow: hidden;
}


#top main h2 {
	background: url(/images/user/h2_bg_long.png) no-repeat;
	color: #fff;
	font-weight: bold;
	font-size: 22px;
	padding: 3px 0 0 13px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 45px;
	margin: 0 0 10px;
	border-bottom: 2px solid #003300;
}
#top main h2 > span:last-of-type span:last-of-type {
	margin: 0 0 0 10px;
}
#top main h2 > span:last-of-type span a {
	width: 162px;
	display: block;
	color: #fff;
	text-decoration: none;
	background: url(/images/user/item_banner.png) top center no-repeat;
	background-size: contain;
	font-size: 18px;
	padding: 10px 0 10px 36px;
}
#top main h2 > span:last-of-type span:last-of-type a {
	background: url(/images/user/schedule_banner.png) top center no-repeat;
	background-size: contain;
	padding: 10px 0 10px 46px;
}
#top main section {
	padding: 55px 0;
	background: #ededed;
}
#top main .item h2 span.pc {
	display: flex;
}
/*=== KATO公式動画・トピックス ===*/
#top main section:first-of-type {
	padding: 55px 0 0;
}
/*▼201103トップ修正（ポスターとトピックス）*/
#top main section:first-of-type .inner {
	display: block;
	width: 100%;
}
/*▲201103トップ修正（ポスターとトピックス）*/
#top main section:first-of-type .inner div {
	margin: 0 0 20px;
	text-align: center;
}
#top main section:first-of-type .inner div ul li {
    margin: 0 0 24px;
}
#top main section:first-of-type h2 {
	background: url(/images/user/h2_bg.png) no-repeat;
}
#top main section:first-of-type h2 span a {
	font-size: 16px;
	color: #003300;
	text-decoration: underline;
}
#top main section:first-of-type h2 + ul {
	padding: 0 0 10px;
}

/*=== 発売中/近日発売予定の製品,発売予定の新製品===*/
#top main section.item {
	background: #fff;
	padding: 55px 0 0;
}
#top main section.item:nth-child(3) {
	background: #fff;
	padding: 55px 0 0;
}
#top main section.item ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	margin: 0 -6px;
}
#top main section.item ul li {
	background: #ededed;
	padding: 10px;
	margin: 0 6px 13px;
	height: 200px;
	width: 194px;
	position: relative;
}
#top main section.item ul li a {
	display: block;
	height: 200px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
#top main section.item ul li figcaption {
	margin: 10px 0;
	display: flex;
	line-height: 1.6;
}
#top main section.item ul li figcaption span.icon {
	margin: 0 5px 0 0;
	width: 32px;
	flex-shrink: 0;
}
#top main section.item ul li figcaption span {
	font-size: 12px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
#top main section.item ul li.cell.is-empty {
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}
#top main section.item ul + p {
	margin: 0 0 30px;
}

/*=== 新製品・予定品ポスター ===*/
#top main section.poster {
	padding: 53px 0 0;
}
#top main section.poster .inner {
	display: flex;
	justify-content: space-between;
}
#top main section.poster h2 {
	background: url(/images/user/top_poster_h2_bg.png) no-repeat;
}
#top main section.poster h2 span a {
	font-size: 16px;
	padding: 5px 12px 3px 15px;
	background: #003300;
	color: #fff;
	text-decoration: none;
}
#top main section.poster ul {
	display: flex;
	justify-content: space-between;
	margin: 30px 0 0;
	flex-wrap: wrap;
}
#top main section.poster ul li {
	margin: 0 0 40px;
}
#top main section.poster ul li ul li {
	padding: 0;
	border: none;
}
#top main section.poster ul li ul li:first-of-type {
	margin: 0 18px 0 0;
}
#top main section.poster h3 {
	font-size: 16px;
	color: #020202;
	font-weight: bold;
	margin: 0 0 10px;
	text-align: left;
}
#top main section.poster .inner > div {
	width: 495px;
}
#top main section.poster .inner > div:last-of-type ul li {
    background: #fff;
    border: 3px solid #c9c9c9;
    padding: 20px 40px 24px 20px;
    width: 495px;
    margin: 0 5px 10px;
    position: relative;
    min-height: 250px;
}
#top main section.poster .inner > div:last-of-type ul li div {
    display: flex;
    line-height: 1.6;
	text-align: left;
}
#top main section.poster .inner div:last-of-type ul li div p:first-of-type {
    flex-shrink: 0;
    margin: 0 25px 0 0;
}
#top main section.poster .inner div:last-of-type ul li div + p a {
    position: absolute;
    bottom: 15px;
    right: 40px;
    display: block;
    padding: 10px 10px 8px 15px;
    background: #003300;
    color: #fff;
    text-decoration: none;
}
#top main section.poster .inner div:last-of-type ul li div + p a:after {
    content: "▶";
    font-size: 10px;
    margin: 0 0 0 15px;
}


/*=== お知らせ ===*/
#top main section.news {
	padding: 0 0 50px;
}
#top main section.news h2 span a {
	font-size: 16px;
	padding: 5px 12px 3px 15px;
	background: #003300;
	color: #fff;
	text-decoration: none;
}
#top main section.news ul li {
	display: flex;
	align-items: flex-start;
	padding: 25px 0;
	border-bottom: 1px dotted #8e8e8e;
}
#top main section.news ul li p:first-of-type {
	background: #565656;
	color: #fff;
	padding: 7px 7px 4px;
	font-weight: bold;
	margin: 0 38px 0 0;
}
#top main section.news ul li p:last-of-type {
	line-height: 1.6;
}
/*=== 印刷物のご案内 ===*/
#top main section.publishing {
	padding: 0 0 50px;
}
#top main section.publishing ul {
	display: flex;
	justify-content: space-between;
}
#top main section.publishing ul li {
	background: #fff;
	border: 3px solid #c9c9c9;
	padding: 20px 40px 24px 20px;
	width: 495px;
	margin: 0 5px 10px;
	position: relative;
	min-height: 250px;
}
#top main section.publishing ul li h3 {
	font-size: 16px;
	color: #020202;
	font-weight: bold;
	margin: 0 0 15px;
}
#top main section.publishing ul li div {
	display: flex;
	line-height: 1.6;
}
#top main section.publishing ul li div p:first-of-type {
	flex-shrink: 0;
	margin: 0 25px 0 0;
}
#top main section.publishing ul li div + p a {
	position: absolute;
	bottom: 15px;
	right: 40px;
	display: block;
	padding: 8px 10px 5px 15px;
	background: #003300;
	color: #fff;
	text-decoration: none;
}
#top main section.publishing ul li div + p a:after {
	content: "▶";
	font-size: 10px;
	margin: 0 0 0 15px;
}
/*=== 発売情報 ===*/
#top main section.release_info {
	padding: 0 0 50px;
}
#top main section.release_info h3 {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 15px;
	padding: 10px 0 0;
}
#top main section.release_info div:not(:last-child) {
	border-bottom: 1px solid #000;
	padding: 10px 0;
	margin: 0 0 10px;
}
#top main section.release_info ul li {
	font-size: 13px;
	margin: 0 0 15px;
	line-height: 1.5;
	display: flex;
	align-items: flex-start;
}

#top main section.release_info ul li a {
	text-decoration: none;
	color: #000;
}
#top main section.release_info ul li a:hover {
	color: #666;
}
#top main section.release_info ul li span:not(.icon){
	color: #fff;
	background: #ef0000;
	padding: 4px 7px;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 0.05em;
	margin: 0 20px 0 0;
	display: inline-block;
}
#top main section.release_info ul li span.re {
	background: #565656;
}
#top main section.release_info .box ul {
	width: 50%;
}
#top main section.release_info ul li span.special {
	background: #f57c00;
}
/*=== SNS ===*/
#top main section.sns {
	padding: 0 0 70px;
}
#top main section.sns .inner > ul {
	display: flex;
	justify-content: space-between;
}
#top main section.sns .inner > ul li {
	width: 49%;
	background: #fff;
	text-align: center;
}
#top main section.sns .inner > ul li h3 {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	background: #3b579d;
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 0 15px;
	height: 56px;
}
#top main section.sns .inner > ul li:last-of-type h3 {
	background: #1da1f2;
}
#top main section.sns .inner > ul li h3 span {
	margin: 0 30px 0 0;
}
#top main section.sns .inner > ul li:last-of-type ul {
	display: flex;
	flex-wrap: wrap;
	padding: 0 10px;
	justify-content: space-between;
}
#top main section.sns .inner > ul li:last-of-type ul li {
	margin: 0 0 35px;
}
#fb_page_plugin_area {
	max-width: 473px;
}
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.alert-danger {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}
/*▼201103トップ修正（ポスターとトピックス）*/
#top main section.topics .poster {
	width: 100%;
}
#top main section.topics h2 span a {
	font-size: 16px;
	padding: 5px 12px 3px 15px;
	background: #003300;
	color: #fff;
	text-decoration: none;
}
#top main section.topics .poster ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	padding: 0 5%;
	margin: 30px 0 0;
	padding: 0;
}
#top main section.topics .topic ul {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}
#top main section.topics .topic ul li {
	width: 250px;
	margin-right: 6px!important;
}
#top main section.topics .topic ul li:nth-of-type(4n) {
	margin-right: 0!important;
}
/*▲201103トップ修正（ポスターとトピックス）*/
#top main section.topics h3 {
	font-size: 16px;
	color: #020202;
	font-weight: bold;
	margin: 0 0 10px;
	text-align: left;
}
#top main section.youtube .inner {
	display: flex;
	justify-content: space-between;
}
#top main section.youtube .inner > div:last-of-type {
	width: 45%;
}
#top main section.youtube h2 {
    background: url(/images/user/h2_bg.png) no-repeat;
}
#top main section.youtube h2 span a {
    font-size: 16px;
    color: #003300;
    text-decoration: underline;
}
#top main section.youtube div.youtube {
	text-align: center;
}
#top main section.youtube .inner > div:last-of-type ul li {
    background: #fff;
    border: 3px solid #c9c9c9;
    padding: 20px 30px 24px 20px;
    margin: 0 5px 10px;
    position: relative;
    min-height: 250px;
}
#top main section.youtube h3 {
    font-size: 16px;
    color: #020202;
    font-weight: bold;
    margin: 0 0 10px;
    text-align: left;
}
#top main section.youtube .inner > div:last-of-type ul li div {
    display: flex;
    line-height: 1.6;
    text-align: left;
	margin: 0 0 30px;
}
#top main section.youtube .inner div:last-of-type ul li div p:first-of-type {
    flex-shrink: 0;
    margin: 0 25px 0 0;
}
#top main section.youtube .inner div:last-of-type ul li div + p a {
    position: absolute;
    bottom: 15px;
    right: 40px;
    display: block;
    padding: 10px 10px 8px 15px;
    background: #003300;
    color: #fff;
    text-decoration: none;
}
#top main section.youtube .inner div:last-of-type ul li div + p a:after {
    content: "▶";
    font-size: 10px;
    margin: 0 0 0 15px;
}
/*=====================================================================================
1024px以下
=====================================================================================*/
@media screen and (max-width: 1024px){
	.inner {
		padding: 0 10px;
	}
	header {
		padding: 10px 1% 20px;
	}
    footer .inner{
        margin: 0 0 60px;
        display: block;
    }
	footer .inner > ul {
        width: 320px;
        margin: 0 auto;
		justify-content: center;
	}
	footer .inner > ul li {
		margin: 0 10px 20px;
	}
    footer .inner > ul li .pc{
        display: none;
    }
    footer .inner > ul li .sp{
        display: block;
    }
	#top main section.poster .inner > div {
		width: initial;
	}

}

/*=====================================================================================
1004px以下(ハンバーガーメニュー出現)
=====================================================================================*/
@media screen and (max-width: 1004px){
	nav.pc {
		display: none!important;
	}
    header {
        height: 120px;
        padding: 25px 1% 0;
    }
	header .inner {
		justify-content: space-between;
		padding: 0 2%;
	}
	header .menu_btn {
		display: block;
		text-align: right;
	}
	header .menu_btn img {
		width: 80%;
	}
	header .inner .nav_area {
		width: 100%;
	}
	header .inner .sns_area {
		padding: 0;
		width: initial;
	}
	header .inner .sns {
		display: none;
	}
	header .inner .switcher {
		padding: 0 2.5vw 0 0;
	}
	header .inner select {
		font-size: 17px;
		width: initial;
		padding: 5px 23px 6px 11px;
	}
	header .inner .search {
		display: none;
	}
	/* ハンバーガーメニュー*/
	.menu_btn {
		margin: 3px 0 0;
	}
	.menu-trigger {
		transition: all .4s;
		box-sizing: border-box;
		cursor: pointer;
	}
	.menu-trigger a {
		cursor: pointer;
	}
	.g-nav {
		position: fixed;
		overflow-y: scroll;
		width: 100%;
		z-index: 999999;
		height: 100%;
		display: none;
		padding: 0 0 45px;
		top: 120px;
	}
	.g-nav #accordion {
		margin: 0;
		padding: 0;
		width: 100%;
		height: 100%;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
		background: rgba(0,0,0,.8);
		font-size: 20px;
		color: #fff;
	}
	.g-nav #accordion > li:first-of-type a, .g-nav #accordion > li:nth-of-type(3) a, .g-nav #accordion > li:nth-of-type(7) a {
		padding: 20px 2%;
		border-bottom: 1px solid #fff;
		align-items: center;
		display: block;
		text-decoration: none;
		color: #fff;
		font-weight: normal;
	}
	.g-nav #accordion > li div {
		display: flex;
		padding: 20px 2%;
		border-bottom: 1px solid #fff;
		justify-content: space-between;
		align-items: center;
		cursor: pointer;
	}
	.g-nav #accordion > li:last-of-type div {
		margin: 10px auto 30px;
		justify-content: center;
		border: none;
		max-width: 270px;
	}
	.g-nav #accordion > li:last-of-type div p {
		margin: 0 18px;
	}
	.g-nav #accordion > li ul li a {
		border-bottom: 1px solid #fff;
		background: #b19615;
		padding: 15px 2%;
		display: block;
		text-decoration: none;
		color: #fff;
		font-weight: normal;
		font-size: 18px;
	}
	.g-nav #accordion > li:last-of-type ul li:last-of-type a {
		margin: 0 0 30px;
	}
	.accordion_icon,
	.accordion_icon span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}
	.accordion_icon {
		position: relative;
		width: 50px;
		height: 13px;
	}
	.accordion_icon span {
		position: absolute;
		left: 6px;
		width: 50%;
		height: 2px;
		background-color: #fff;
		border-radius: 4px;
		-webkit-border-radius: 4px;
		-ms-border-radius: 4px;
		-moz-border-radius: 4px;
		-o-border-radius: 4px;
	}
	.accordion_icon span:nth-of-type(1) {
		top: 5px;
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
	}
	.accordion_icon span:nth-of-type(2) {
		top: 5px;
		transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
 		-o-transform: rotate(90deg);
	}
	/*＋、－切り替え*/
	.accordion_icon.active span:nth-of-type(1) {
		display:none;
	}
	.accordion_icon.active span:nth-of-type(2) {
		top: 5px;
		transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		-o-transform: rotate(180deg);
	}
	footer .inner > ul li {
		margin: 0 0 20px;
	}
	footer .inner > ul:nth-of-type(2) li:first-of-type img {
		width: 320px;
	}
	.sp_search {
		display: block;
		background: #ededed;
		text-align: center;
		padding: 20px 0 30px;
	}
	.sp_search form {
		margin: 0 auto;
		background: url(/images/user/search_sp.png) top center no-repeat;
		background-size: contain;
	}
	.sp_search form input[type="search"] {
		padding: 9px 6px 5px 5px;
		width: 260px;
		border: none;
		margin: 2px 0;
		font-size: 18px;
	}
	.sp_search form input[type="submit"] {
		text-indent: -9999px;
		width: 54px;
		height: 35px;
		border: none;
		background: none;
		padding: 0;
	}
	#top main section:first-of-type {
    		padding: 0;
	}
	#top main section:first-of-type .inner {
		display: block;
	}
	#top main section.item {
    		padding: 55px 0 30px;
	}
	#top main section.item:nth-child(3) {
    		padding: 35px 0 0px;
	}
	#top main section.item ul + p {
		margin: 0;
	}
	#top main section.poster ul {
		margin: 30px 10px 30px;
		text-align: center;
	}
	#top main section.poster .inner {
		display: block;
	}
	#top main section.poster .inner > div:last-of-type {
    		width: initial;
    		margin: 0;
			padding: 0 0 50px;
	}
	#top main section.poster ul li {
    		height: inherit;
    		padding: 20px 20px 24px;
	}
	#top main section.poster ul li div {
    		padding: 0 0 20px;
	}
	#top main section.poster ul li div + p a {
    		bottom: 10px;
    		right: 10px;
	}
	#top main section.poster .inner > div:last-of-type ul {
		margin: 30px 10px 0;
	}
	#top main section.poster .inner > div:last-of-type ul li {
		width: 100%;
	}
    /* youtube */
    #top main section.topics .poster {
        width: 100%;
    }
    #top main section.youtube .inner {
        display: block;
    }
    #top main section.youtube .inner > div:last-of-type {
        width: 100%;
        margin: 30px 0 0;
    }
}

/* ホーム画面 ポスター表示サイズ制限 */
.release_info .inner .box ul li p{
	max-width: 320px;
}
.inner .poster ul li figure img{
	max-width: 234px;
}
/* 在庫検索　カテゴリ一覧の項目 */
#stock_search li a{
	word-break: break-word;
}

/* 生産予定表　商品名 */
td, td a{
	word-break: break-word;
}

/* 製品情報検索　コンテンツ */
.search_result li a, .search_result li p{
	word-break: break-word;
}

/* 製品詳細 */
.item_show_content{
	word-break: break-word;
}
#item_detail .home_title_option{
	margin-top: 30px;
}
#item_detail .limit-img {
	width: 100%;
}
#item_detail ul figure figcaption p {
	word-break: break-word;
	max-width: 135px;
}

.top-poster {
    width: 240px;
}

.top-poster h3 {
    font-size: 15px !important;
}

/*=====================================================================================
pager
=====================================================================================*/
.pager{
	width: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0 0 40px;
}

.pager li {
    background: #565656;
    margin: 0 15px 0 0;
}

.pager li,
.pager li a{
	display: flex;
	justify-content: center;
	align-items: center;
	width:27px;
	height: 30px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
.pager li:last-of-type{
	margin: 0;
}

.pager li a{
	background: #a2a2a2;
}
.pager li a:hover{
	opacity:inherit;
	background:#D0D0D0;
}
.pager > .omit{
	margin: 0 5px;
	background: none;
	color: #000;
	align-items: flex-end;
}

.pager .disabled {
    background: #D0D0D0;
}



/*=====================================================================================
スマホ用スタイル
=====================================================================================*/
@media screen and (max-width: 812px){
	.pc {
		display: none;
	}
	#top main h2,
	#top main section.youtube h2 {
		background: url(/images/user/h2_bg_sp.png) no-repeat;
		background-size: contain;
		padding: 2% 0 2% 3%;
		height: initial;
		font-size: calc(120% + 0.8vw);
	}
	#top main section:first-of-type .inner {
		flex-wrap: wrap;
		justify-content: center;
	}
	#top main section:first-of-type .inner div {
		width: 100%;
		margin: 0;
		padding: 0 0 30px;
	}
	#top main section:first-of-type .inner div ul li img {
		width: 100%;
	}
	#top main section:first-of-type h2 {
		background: url(/images/user/h2_bg_sp.png) no-repeat;
		background-size: contain;
	}
	#top main section:first-of-type h2 + p a {
		margin: 20px 0 10px;
		display: block;
		text-align: center;
		color: #003300;
		font-size: 22px;
	}
	#top main .item h2 span.pc {
		display: none;
	}
	#top main .item {
		line-height: 1.4;
	}
	#top main .item p.sp {
		display: flex;
    		justify-content: center;
		margin: 0 0 2%;
	}
	#top main .item p.sp span a {
		width: 162px;
		display: block;
		color: #fff;
		text-decoration: none;
		background: url(/images/user/item_banner.png) top center no-repeat;
		background-size: contain;
		font-size: 18px;
		padding: 7px 0 3px 35px;
		text-align: center;
	}
	#top main .item p.sp span:last-of-type a {
		background: url(/images/user/schedule_banner.png) top center no-repeat;
		background-size: contain;
		padding: 7px 0 3px 40px;
	}
	#top main .item p.sp span:last-of-type {
		margin: 0 0 0 10px;
	}
	#top main section.item ul li figcaption span.icon {
		margin: 0;
		width: auto;
		position: absolute;
 		right: 10px;
		top: 10px;
	}
	#top main section.poster .inner {
		display: block;
	}
	#top main section.poster p.sp a,
	#top main section.news p.sp a {
		display: none;
	}
	#top main section.poster h2 {
		background: url(/images/user/h2_bg_sp.png) no-repeat;
		background-size: contain;
	}
	#top main section.release_info .box ul li p {
		max-width: 235px;
	}
	#top main h2 span.pc {
		display: block;
	}
	/*▼201103トップ修正（ポスターとトピックス）*/
	#top main section.topics .topic ul{
		justify-content: space-between;
	}
	#top main section.topics .topic ul li {
		width: 49%;
		height: auto;
		margin-right: 0!important;
		margin-bottom: 10px!important;
	}
	/*▲201103トップ修正（ポスターとトピックス）*/
	footer .inner > ul {
		justify-content: center;
	}
	footer nav {
		padding: 0 0 25px;
	}
	footer nav ul {
		display: block;
	}
	footer nav ul li {
		padding: 0;
		border: none;
	}
	footer nav ul li:last-of-type {
		border-right: none;
		display :flex;
		align-items: center;
		justify-content: center;
		padding: 30px 0 10px;
		max-width: 260px;
		margin: 0 auto;
	}
	footer nav ul li:last-of-type p {
		margin: 0 20px;
	}
	footer nav ul li > a {
		display: block;
		font-size: 20px;
		text-align: center;
		border-bottom: 1px solid #696969;
		padding: 24px 0 20px;
		text-decoration: none;
		color: #fff;
	}
	footer > p {
		font-size: 10px;
	}
	footer > p:last-of-type {
		padding: 7px 0 20px;
	}
	.youtube iframe {
		width: 100%;
	}
	#top main section.sns .inner > ul li h3 .sp {
		display: block;
	}
}

@media screen and (max-width: 768px){
	.slick-arrow {
		display: none!important;
	}
}
@media screen and (max-width: 750px){
    header{
        height: 16vw;
        padding: 2vw 1% 0;
    }
    header .inner h1 {
        width: 20%;
    }
    header .inner h1 img{
        width: 100%;
    }
	header .inner select {
		font-size: 3.5vw;
	}
	header .menu_btn {
        width: 27%;
	}
    .g-nav{
        top:16vw;
    }
}

@media screen and (max-width: 640px){
	.wideslider {
		display: none;
	}
	.slider_sp {
		display: block!important;
	}
    .slick-dots li{
        margin: 0 2vw!important;
    }
    .slider_sp .slick-dots li{
        transform: scale(0.5);
    }
	.sp_search {
		padding: 25px 0;
	}
	#top .sp_search {
		padding: 50px 0 30px;
	}
	#top main section.item {
		padding: 25px 0;
	}
	#top main section:first-of-type .inner div {
    		margin: 0 auto 30px;
	}
	#top main section.youtube_topics .inner .youtube {
		margin: 0;
		padding: 0 0 20px;
	}
	#top main section.youtube_topics .inner .youtube + p.sp {
		display: block;
	}
	#top main section.youtube_topics .inner .youtube + p.sp a {
		color: #003300;
		font-size: 16px;
	}
	#top main section.item:nth-child(3) {
		padding: 25px 0 0px;
	}
	#top main section.item ul {
		margin: 0 -9px;
	}
	#top main section.item ul li {
		width: 46%;
		height: auto;
	}
	#top main section.item ul li:nth-of-type(7),
	#top main section.item ul li:nth-of-type(8),
	#top main section.item ul li:nth-of-type(9),
	#top main section.item ul li:nth-of-type(10) {
		display: none;
	}
	#top main section.item ul li figure {
		text-align: center;
	}
	#top main section.item ul li figure img {
		width: 100%;
	}
	#top main section.item ul li figcaption span {
		text-align: left;
	}
	#top main section.poster {
		padding: 35px 0;
	}
	#top main section.poster ul {
		margin: 30px 0 10px;
		display: flex;
	}
	#top main section.poster ul li {
		text-align: center;
		padding: 0;
	}
	#top main section.poster ul li ul {
		flex-wrap: nowrap;
	}
	#top main section.poster .inner > div:last-of-type ul li {
		padding: 20px;
	}
	#top main section.poster .inner > div:last-of-type ul li div {
		padding: 0 0 40px;
	}
	#top main section.poster .inner div:last-of-type ul li div + p a {
		right: 20px;
	}
	#top main section.poster ul + p.sp {
		display: block;
		text-align: center;
		margin: -20px 0 50px;
	}
	#top main section.news {
		padding: 0 0 35px;
	}
	#top main section.news ul li {
		display: block;
	}
	#top main section.news ul li p:first-of-type {
		margin: 0 0 10px;
	}
	#top main section.poster p.sp a,
	#top main section.news p.sp a {
		font-size: 16px;
		padding: 8px 12px 5px 15px;
		background: #003300;
		color: #fff;
		text-decoration: none;
		display: inline-block;
	}
	#top main section.news p.sp {
		display: block;
		text-align: center;
		margin: 30px 0 0;
	}
	#top main section.publishing {
		padding: 0 0 30px;
	}
	#top main section.release_info .box {
		display: block;
	}
	#top main section.release_info .box ul {
		width: 100%;
	}
	#top main section.release_info .box ul li p {
		max-width: 100%;
	}
	#top main section.release_info ul li {
		display: block;
	}
	#top main section.release_info ul li span {
		margin: 0 0 5px;
	}
    #top main section.topics ul + p.sp {
    display: block;
    text-align: center;
    margin: 20px 0 0px;
    }
    #top main section.topics ul + p.sp a {
        font-size: 16px;
        padding: 8px 12px 5px 15px;
        background: #003300;
        color: #fff;
        text-decoration: none;
        display: inline-block;
    }
    #top main section.youtube .inner > div:last-of-type ul li {
        padding: 20px;
    }
    #top main section.youtube .inner div:last-of-type ul li div + p a {
        right: 20px;
    }
    #top main section.release_info ul li span.special {
        margin: 0 5px 0 0;
    }
	#top main h2 span {
		margin: -2px 0 0;
	}
	#top main h2 span.pc {
		display: none;
	}
	#top main h2 + p.sp {
		text-align: right;
		margin: 0 0 10px;
		display: block;
	}
	#top main section.sns {
		padding: 0 0 30px;
	}
	#top main section.sns .inner > ul {
		display: block;
	}
	#top main section.sns .inner > ul > li {
		width: 100%;
		margin: 0 0 20px;
	}
	#fb_page_plugin_area {
		max-width: 100%;
	}
}

@media screen and (max-width: 415px){
	header .menu_btn {
        width: 24%;
	}
	#top main .item p.sp {
		justify-content: space-between;
	}
	#top main section.poster ul {
		justify-content: center;
	}
    #top main section.topics .poster ul {
    justify-content: center;
    }
}

@media screen and (max-width: 320px){
	body {
		min-width: 320px;
	}
	header .inner h1 {
		margin: 0 27px 0 0;
	}
	header .menu_btn img {
    	width: 89%;
	}
	header .menu_btn {
        width: 20%;
	}
	.g-nav {
		top: 96px;
	}
	#top main h2 {
		font-size: 15px;
	}
	#top main .item p.sp span a {
		width: 144px;
		font-size: 16px;
	}
	#top main section.item ul li {
   		width: 46%;
	}
}

@media all and (-ms-high-contrast: none) {
	#top main h2 {
		font-size: 20px;
	}
}
