@charset "UTF-8";

/*
	2014.11.27	k.fukazawa	新規
*/

/* フォント設定 ______________________________________________________________*/
/*@import url(http://fonts.googleapis.com/css?family=Lato:400,900);*/
/*@import url(http://fonts.googleapis.com/css?family=Fredoka+One);*/
/*@import url(http://fonts.googleapis.com/css?family=Archivo+Black);*/
@import url(http://fonts.googleapis.com/css?family=Viga);
@import url(http://fonts.googleapis.com/css?family=Montserrat:700);

.font_changer 
,.year li {
	font-family: 'Montserrat', sans-serif !important;
}


/*____________________________________________________________________________*/

/* 基本指定 __________________________________________________________________*/
html {
	overflow-y:scroll;
	line-height:160%;
}


a {
	color:#444444;
}

a:hover {
	color:#ff6600;
}

a img:hover {
	opacity:0.8;
}

.wrapper {
	max-width:1050px;
/*	min-width:960px;*/
	width:100%;
	margin:auto;
}

.no_border {
	border:none !important;
}

.center {
	text-align:center;
}

.text-left {
	text-align:left;
}

.content_title {
	font-size:30px;
	font-family:'rouded_light';
	line-height:100%;
}

.content_subtitle {
	font-size:20px;
}

.mt10px {
	margin-top:10px;
}

.mt20px {
	margin-top:20px;
}

.mt30px {
	margin-top:30px;
}

ul.normal_style {
	list-style-type:disc;
	margin-left:20px;
}

.mobile_only {
	display:none;
}

.pc_only {
	display:block;
}

.notice_color {
	color:#ff0000;
}

#modal {
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	display:none;
	background-color:rgba(255,255,255,0.8);
	z-index:5;
}

#backtop {
	position:fixed;
	bottom:-100px;
	right:10px;
	-webkit-transition: 0.1s;
	-moz-transition: 0.1s;
	-o-transition: 0.1s;
	transition: 0.1s;
	z-index:9;
}

#backtop.disp {
	bottom:10px;
	right:10px;
}

.w100pr {
	width:100%;
}

.w98pr {
	width:97.5% !important;
}
/* ___________________________________________________________________________*/



/* メニューとコンテンツ ______________________________________________________*/
#contents_area {
	margin-top:20px;
	float:left;
	width:76%;
}

#aside_menu_area {
	margin-top:20px;
	float:right;
	width:22%;
}

#aside_menu_area a {
	display:block;
	background:#ffffff;
	padding:5px;
	box-sizing:border-box;
	border-bottom:1px solid #cccccc;
	font-family:'ゴシック';
}

#aside_menu_area li:last-child a {
	border-bottom:none;
}

#aside_menu_area a:hover {
	color:#ffffff;
	background:#ff6600;
}

#aside_menu_area a:before {
	font-family:'FontAwesome';
	content:'\f054 \A0';
}

#aside_menu_area .aside_banner a:before 
,#aside_menu_area .pick_up_list a:before{
	content : none;
}

#aside_menu_area .pick_up_list li {
	text-align:center;
	margin-bottom:20px;
}

#aside_menu_area .pick_up_list li a:hover {
	background : none;
	color:#000000;
}

#inner_aside {
	max-width:224px;
	width:100%;
}

#inner_aside .current-menu-item a {
	background:#ff6600;
	color:#ffffff;
}

#inner_aside img {
	width:100%;
}

.aside_menu 
,#menu-support-aside-navi {
	border:1px solid #cccccc;
}

#aside_menu_area .sub-menu .sub-menu .sub-menu{
	display:none !important;
}
/* ___________________________________________________________________________*/


/* ヘッダー __________________________________________________________________*/
#fixed_header {
	/*position:fixed;*/
	top:0px;
	width:100%;
	left:0px;
	background-color:rgba(255,255,255,0.8);
	/*height:100px;*/
	z-index:9;
}

#under_header {
	/*margin-top:100px;*/
}


.nav_left_menu {
	padding-top:0px;
	float:right;
	width:40%;
}

.nav_left_menu li {
	float:right;
	text-align:right;
	width:200px;
}

.nav_left_menu li.sns_area {
	padding-top:0px;
	width:120px;
}

/* ___________________________________________________________________________*/


/* パンくず __________________________________________________________________*/
#bread_crumb {
	text-align:right;
	max-width:1050px;
	width:100%;
	margin:auto;
	
}
/* ___________________________________________________________________________*/


/* ナビ ______________________________________________________________________*/
#main_nav_div {
	background:#fffffff;
	max-width:1050px;
	width:100%;
	margin:0px auto;
	z-index:5;
	vertical-align:middle;
}

#main_nav_div li.strong a {
	font-weight:bold;
}

/*#main_nav_div h1 {
	width:20%;
	float:left;
}*/

.brandLogo {
	width:20%;
	float:left;
	margin-top: 10px;
}

.kana {
	display: block;
    color: #000;
    text-align: center;
    line-height: 1;
    font-size: 10px;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
}

#main_nav_div .for_corporate {
	float:right;
	margin-top:15px;
	background:#808080;
	color:#ffffff;
	text-align:center;
	padding:0px 10px;
	font-size:12px;
	margin-bottom:0px;
	width:85px;
}

#main_nav_div .for_corporate a {
	color:#ffffff;
}

#main_nav_div .for_corporate:hover {
	background:#ff6600;
}


/* 親メニュー */
#main_nav_div ul#menu-main-navi {
	margin:auto;
	position:relative;
}

#menu-main-navi li {
	float:left;
	width:15%;
	margin-top:0px;
	height:auto;
}

#menu-main-navi a {
	text-align:center;
	color:#000000;
	display:block;
	padding:5px;
	box-sizing:border-box;
}

#menu-main-navi li a[href]:hover {
	background:#ff6600;
	color:#ffffff;
}

/**************/

/* 子メニュー */
#menu-main-navi ul.sub-menu {
	display:none;
	position:absolute;
	top:35px;
	left:0px;
	width:100%;
/*	background:#ffffff;*/
	background:#f5f5f5;
	font-size:16px;
	z-index:3;
}

#menu-main-navi ul.sub-menu a {
	color:#000000;
}

#menu-main-navi ul.sub-menu a:before {
	font-family:'FontAwesome';
	content:'\f0da \A0';
}

#menu-main-navi ul.sub-menu li {
	float:none;
	width:100%;
	position:relative;
	z-index:2;
	border:none;
}

#menu-main-navi ul.sub-menu li:last-child {
	border:none;
}

#menu-main-navi ul.sub-menu li a {
	text-align:left;
	display:block;
}

#menu-main-navi ul.sub-menu li.menu-category a:before {
	font-family:'FontAwesome';
	content:'\f13a \A0';
}

/**************/

/* 孫メニュー */
#menu-main-navi ul.sub-menu ul.sub-menu {
	width:100%;
	position:static;
	display:block;
/*	background:#ffffff;*/
	background:#f5f5f5;

	box-sizing:border-box;
}

#menu-main-navi ul.sub-menu ul.sub-menu li {
	float:left;
	width:25%;
	font-size:12px;
	box-sizing:border-box;
}

#menu-main-navi ul.sub-menu ul.sub-menu li a:before {
	font-family:'FontAwesome';
	content:'\f054 \A0';
}

#menu-main-navi ul.sub-menu ul.sub-menu li a {
	color:#000000;
	padding:2px 5px;
}

#menu-main-navi ul.sub-menu ul.sub-menu li a:hover {
	color:#ffffff;
}

#menu-main-navi ul.sub-menu ul.sub-menu:after {
	content: ""; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

/* ひ孫メニュー */
#menu-main-navi ul.sub-menu ul.sub-menu ul.sub-menu li {
	display:none;
}
/**************/

#menu-main-navi li.current-item {
/*	background:#808080;*/
}

#menu-main-navi li.current-item > a:first-child {
/*	color:#ffffff; */
/*	text-decoration:underline;*/
	border-bottom:1px solid #ff6600;
}
/* ___________________________________________________________________________*/


#cse-search-box {
/*
	float:left;
	width:18%;
*/
	box-sizing:border-box;
	margin-top:5px;
	margin-right:5px;
}

/* テキスト入力フォーム */
#cse-search-box input[type="text"] {
	width:70%;
}

/* ___________________________________________________________________________*/


#slider {
	width:100%;
	overflow:hidden;
}

#slider img {
	width:100%;
/*	height:400px;*/
}


/* 新製品エリア ______________________________________________________________*/

#new_product_area {
	margin-top:20px;
}

#new_product_area ul {
	width:100%;
}

#new_product_area li {
	float:left;
	width:33%;
	text-align:center;
	height:440px;
	line-height: 150%;
}

#new_product_area li strong {
	font-size: 16px;
    	display: block;
    	margin-bottom: 10px;
    	width:90%;
    	margin: 0 auto;
}

#new_product_area li p {
    	width:80%;
    	margin: 5px auto;
	font-size: 13px;
	text-align:left;
}

#new_product_area li img{
	width:300;
	height:300;
}


#new_product_area h1 {
	font-size:28px;
	margin-bottom:10px;
}

#new_product_area h2 {
	font-size:28px;
	margin-bottom:10px;
}

/* ___________________________________________________________________________*/



/* カテゴリエリア ____________________________________________________________*/
#category_area {
	margin-top:40px;
}

 h1 {
	font-size:28px;
	margin-bottom:10px;
}

#category_area h2 {
	font-size:28px;
	margin-bottom:10px;
}

#category_area .cl {
	position:relative;
	height:350px;
}

#category_area .category {
	letter-spacing: -.40em;
}

#category_area .category li {
	display: inline-block;
	letter-spacing: normal;
	width: 50%;
}

/*
#category_area .category li {
	width:50%;
	position:absolute;
}

#category_area .category li:first-child {
	top:0%;
	left:0%;
}


#category_area .category li:nth-child(2) {
	top:0%;
	right:0%;
}

#category_area .category li:nth-child(3) {
	top:285px;
	top:34%;
	right:0%;
}

#category_area .category li:nth-child(4) {
	top:530px;
	top:64%;
	left:0%;
}
*/

/*
#category_area .category li {
	margin-bottom:8px;
	width:49.5%;
}


#category_area .category li:nth-child(even) {
	float:left;
	margin-right:0.5%;
}

#category_area .category li:nth-child(odd) {
	float:right;
	margin-left:0.5%;
}
*/
/* ___________________________________________________________________________*/




/* バナーエリア ______________________________________________________________*/
#banner_area {
	margin-top:40px;
	width:90%;
	margin:auto;
}

#banner_area h1 {
	font-size:28px;
	margin-bottom:10px;
}
/*
#banner_area .banner li {
	margin-bottom:8px;
	float:left;
	width:32.3%;
	margin-left:1.5%;
}

#banner_area .banner li:first-child {
	margin-left:0%;
}
*/

#banner_area .banner li {
	margin:10px;
}

#banner_area img {
	width:100%;
}

#banner_area .banner {
	height:150px;
	margin-bottom:40px;
}

.slick-next 
,.slick-prev {
	position:absolute;
	top:50%;
	font-size:20px;
	color:#cccccc;
	cursor:pointer;
}

.slick-next {
	left:-50px;
}

.slick-prev {
	right:-50px;
}
/* ___________________________________________________________________________*/



/* NEWS、Media _______________________________________________________________*/
.info_area {
	border-bottom:1px solid #808080;
	padding-bottom:10px;
}

.info_area h1 {
	font-size:28px;
	padding-top:20px;
	margin-bottom:10px;
}

.info_area h2 {
	font-size:28px;
	padding-top:20px;
	margin-bottom:10px;
}

.info_area .to_list {
	float:right;
	display:block;
}

.info_area .to_list:before {
	left:-23px;
	top:1px;
}

.info_area .info_list {
/*
	height:170px;
	overflow-y:scroll;
*/
}

.info_area dt {
	width:100%;
	box-sizing:border-box;
}

.info_area dd {
	width:100%;
	box-sizing:border-box;
}
/* ___________________________________________________________________________*/




/* 製品一覧ページ ____________________________________________________________*/
/* カテゴリ表示か、シリーズ表示かを切り替えるタブ */
.disp_changer {
	width:70%;
	margin:auto;
}

.disp_changer li {
	float:right;
	width:50%;
	position:relative;
}

.disp_changer li a {
	background:#ffffff;
	border:2px #F16C00 solid;
	color: #F16C00;

	width:100%;
	display:block;
	padding:20px;
	box-sizing:border-box;
	text-align:center;
	font-size:21px;

	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;

}

.disp_changer li a:hover {
	background:#F16C00;
	color:#ffffff;
}

.disp_changer li.selected a {
	background:#F16C00;
	color:#ffffff;
}


.disp_changer .inner_list {
	width:100%;
	position:absolute;
	top:68px;
	left:0px;
	display:none;
	z-index:20;
}

.disp_changer .inner_list li {
	float:none;
	width:100%;
	border-bottom:1px solid #ffffff;
	z-index:20;
}

.disp_changer .inner_list li a {
	background:#cccccc;
	padding:10px;
	border:none;
	display:block;
	color:#000000;
	font-size:14px;
}


.disp_changer .inner_list li a:hover {
	background:#F16C00;
}

.plist_area:nth-child(2n) {
	background:#F7F7F7;
}


/* カテゴリ名とかシリーズ名とか */
.list_title {
/*	background:#939393;
	border-top:1px solid #cccccc;
	color:#ffffff;
	font-family:'rouded_thin';
*/
	color:#000000;
	font-size:30px;
	padding-top:20px;
	font-family: 'Montserrat', sans-serif !important;
	margin-bottom:5px;
	text-align:center;
}

/* 製品一覧 */
ul.product_list {
	width:100%;
}
.product_list li {
	width:33%;
	float:left;
	height:440px;
	text-align:center;
	font-size:12px;
	line-height:180%;
	position:relative;
}

.product_list li .new_mark {
	position:absolute;
	left:0px;
	top:0px;
}

.product_list li .mark {
	position:absolute;
	right:0px;
	top:0px;
}

.product_list li strong {
	font-size: 16px;
	display:block;
	margin-bottom:10px;
	width: 90%;
	margin: 0 auto;
}

.product_list li p {
	width:80%;
	margin: 5px auto;
	text-align:left;
	font-size: 13px;
}

.product_list li a img{
	width: 300px;
	height: 300px;
}

.sale_end_product_list li {
	width:20%;
	float:left;
	height:180px;
	text-align:center;
	font-size:12px;
	line-height:150%;
}

/* 2016/01/07追加 販売終了フラグ製品一覧 */

.sale_endFlug_product_list li {
	width:20%;
	float:left;
	height:180px;
	text-align:center;
	font-size:12px;
	line-height:150%;
}

.sale_endFlug_product_list li a img{
	width:120px;
	height:120px;
}

/* 製品検索ページ __________________________________________________*/
/*
.search_list {
	margin-bottom:20px;
}

.search_list li {
	float:left;
	margin:10px 1% 10px 1%;
	width:18%;
}

.search_list li label {
	display:block;
	background:#cccccc;
	padding:10px 0px;
	text-align:center;
	cursor:pointer;
	width:100%;
	border-radius: 15px; 
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px; 
}

.search_list li label:hover {
	background:#F15725;
	color:#ffffff;
}

.search_list li [type=checkbox] {
	display:none;
}

.search_list li label.c {
	background:#F15725;
	color:#ffffff;
}
*/

.search_list li {
	float:left;
	margin:10px 1% 10px 1%;
	width:150px;
	height:250px;
	text-align:center;
	line-height:120%;
	font-size:12px;
}


.search_list li label {
	display:block;
	text-align:center;
	cursor:pointer;
	width:100%;
	border-radius: 15px; 
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px; 
}

.search_list li label span {
	background:#cccccc;
	padding:5px;
	width:100%;
	display:inline-block;
}


.search_list li label span.hc {
	background:#F15725;
	color:#ffffff;
}


.search_list li label.c span {
	background:#F15725;
	color:#ffffff;
}

.search_result_list li {
	float:left;
	width:25%;
	text-align:center;
	margin-bottom:20px;
}

.search_button input[type=submit] {
	width:200px;
/*	height:50px;
*/
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding:10px 15px;
	font-size:18px;
}

.search_button input[type=submit]:hover {
	background:#DE8650;
}


/* ___________________________________________________________________________*/




/* footer ____________________________________________________________________*/
#footer {
	margin-top:20px;
/*	background:#808080 url('./img/footer_bg.png') no-repeat right bottom;*/
	background:#808080;
}

#footer a {
	padding:5px;
	color:#ffffff;
}

#footer a[href]:hover {
	color:#ff6600;
}


/* footerナビ */
#footer #footer-navi {
	padding-top:30px;
	padding-bottom:20px;
}

/* メイン */
#footer #footer-navi li.main{
	font-size:20px;
	margin-bottom:40px;
	margin-right:25px;
	float:left;
}

#footer #footer-navi .main a {
	color:#A8A8AB;
	font-weight:bold;
}

#footer #footer-navi li.main:first-child .sub-menu .sub-menu li {
	display:none;
}
/***********/


/* 子メニュー */
#footer #footer-navi li ul.sub-menu:after {
	clear:both;
}

#footer #footer-navi .sub-menu {
	margin-top:20px;
}

#footer #footer-navi .menu-support .sub-menu .menu-category a 
,#footer #footer-navi .menu-bauhutte-life .sub-menu .menu-category a {
	font-weight:bold;
	font-size:16px;
}

#footer #footer-navi .menu-support .sub-menu .menu-category .sub-menu a 
,#footer #footer-navi .menu-bauhutte-life .sub-menu .menu-category .sub-menu a {
	font-weight:normal;
	font-size:14px;
}


#footer #footer-navi .sub-menu .sub-menu {
	margin-top:0px;
}

#footer #footer-navi .sub-menu li {
	float:none;
	font-size:14px;
}

#footer #footer-navi .sub-menu li a {
	color:#ffffff;
	font-weight:normal;
}

#footer #footer-navi .sub-menu li a:hover {
	text-decoration:underline;
}

#footer #footer-navi .sub-menu li:last-child:after{
	clear:both;
}

#footer #footer-navi .sub-menu li:last-child{
	margin-bottom:20px;
}

/*************/

/* 製品一覧の孫メニュー */
#footer #footer-navi .product_menu .sub-menu li {
	display:none;
	float:none;
}

/* 孫メニュー */
#footer #footer-navi .sub-menu .sub-menu li:after {
	content:none;
}

#footer #footer-navi .sub-menu .sub-menu .sub-menu {
	display:none;
}

#footer #footer-navi .menu-support li.menu-category {
	text-align:left;
	float:left;
}

#footer #footer-navi li.menu-category:before {
	content:none !important;
}
/***********/


#end_footer {
	background:#000000;
	color:#ffffff;
	padding:5px;
}

#end_footer .last_menu_l {
	float:left;
}

#end_footer .last_menu_r {
	float:right;
}

#copyright_area {
	background:#000000;
	padding:10px 0px;
	color:#ffffff;
}

#copyright_area a {
	color:#ffffff;
}
/* ___________________________________________________________________________*/



/* googleカスタム検索 ________________________________________________________*/
#gsc input[type=text] {
	margin-left:5px;
	width:65%;
}

/* 以下、デフォ */
#gsc{
	margin-top:8px;
	position:relative;
	width:20%
	background:#ff0000;
}

#gsc .gsc-control-cse, 
#gsc .gsc-control-cse-ja,
#gsc .gsib_a{
	margin:0 !important;
	padding:0 !important;
}

/* テキスト入力フォームとボタンの位置 */
#gsc table.gsc- td,
#gsc table.gsc-search-box input {
	vertical-align: top !important;
}

/* テキスト入力フォーム */
#gsc input[type="text"]{
	border: 1px solid #dddddd !important;
	height:25px !important;
}

#gsc input[type="text"]:focus {
	border: 1px solid #008ee1 !important;
	outline: 0;  /*safariの自動フォーカスを切る */
}

/* テキスト入力フォームの影を消す */
#gsc #gsc-iw-id1{
	border:none !important;
}

/* テキスト入力フォームの背景画像位置調整 */
#gsc #gs_tti0 input{
	background-position:5px 5px !important;
}

/* ボタンの色 */
#gsc input.gsc-search-button {
	width:10px !important;
	background: #ff6600 !important;
	background: -ms-linear-gradient(top,  #ff6600 0%,#ff6600 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6600', endColorstr='#ff6600',GradientType=0 ); /* IE6-9 */
	border: 1px solid #ff6600 !important;
}

/* ボタンの位置調整と角丸消し */
#gsc .gsc-search-button{
	margin:0 0 0 -16px !important;
	border-radius:0;
}

/* 入力時に出る「×」ボタンの位置調整 */
#gsc .gsib_b a{
	position:absolute;
	top:3px;
	left:10%;
}

/* 入力時に出る×ボタン -- Firefox位置調整 -- */
#gsc .gsib_b span{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding:2px 0 0 0;
}

/* google翻訳 */
#google_translate_element {
        text-align: center;
	float:right;
	margin-top:10px;
	margin-left:10px;
}
#google_translate_element img {
        display: inline;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.area-questionnaire {
	text-align: center;
	margin: 15% 0;
}

.callout {
    position: relative;
    margin: 0 0 1rem 0;
    padding: 1rem;
    border: 1px solid rgba(10, 10, 10, 0.25);
    border-radius: 0;
    background-color: white;
    color: #0a0a0a;
}

.text-link {
	color:#ff6600;
	text-decoration:underline;
}
/* ___________________________________________________________________________*/

/* 製品サポート（#product-support） */
#product-support {
	padding: 1rem;
}

#product-support h1 {
	font-size: 1.5rem;
    margin-bottom: 1rem;
    font-weight: bold;
    margin-top: 1.5rem;
}

#product-support h2 {
	font-size: 1.3rem;
    margin-bottom: 0.5rem;
    font-weight: bold;
    margin-top: 1.5rem;
}

#product-support h3 {
	font-size: 1rem;
    margin-bottom: 0.5rem;
    margin-top: 1.5rem;
}

#product-support p {
	margin-bottom: 0.5rem;
}

#product-support section {
	margin-top: 1rem;
	margin-bottom: 2rem;
}

#product-support hr {
	margin-bottom: 3rem;
    margin-top: 3rem;
    border: 1px solid rgba(10, 10, 10, 0.25);
    border-bottom: 0;
    color: #0a0a0a;
}

#product-support ul {
	margin-bottom: 1rem;
}

/* END 製品サポート（#product-support）*/

/* TOPカテゴリバナーリンク  */
figure.img-link-category {
  position: relative;
  float: left;
  overflow: hidden;
  /*margin: 10px 1%;*/
  min-width: 274px;
  max-width: 520px;
  max-height: 274px;
  width: 100%;
  color: #ffffff;
  text-align: right;
  font-size: 16px;
  background-color: #000000;
  text-transform: uppercase;
}
figure.img-link-category:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -30%;
  right: 70%;
  content: '';
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transform: skew(20deg) translateX(-75%);
  transform: skew(20deg) translateX(-75%);
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
figure.img-link-category * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
figure.img-link-category img {
  max-width: 100%;
}
figure.img-link-category figcaption {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  padding: 20px;
}
figure.img-link-category h3,
figure.img-link-category .links {
  width: 100%;
  margin: 0;
  padding: 0;
}
figure.img-link-category h3 {
  line-height: 1.3em;
  font-weight: 900;
  font-size: 1.3em;
}
figure.img-link-category .links {
  font-size: 0.8em;
  letter-spacing: 3px;
  font-weight: 300;
  margin: 0;
  padding: 0;
}
figure.img-link-category .links li {
  -webkit-transform: translateX(40px);
  transform: translateX(40px);
  opacity: 0;
  list-style: none;
}
figure.img-link-category a {
  padding: 2px 0;
  display: block;
  color: #ffffff;
  text-decoration: none;
}
figure.img-link-category a:hover {
  color: #f39c12;
}
figure.img-link-category:hover:after {
  -webkit-transform: skew(20deg) translateX(0%);
  transform: skew(20deg) translateX(0%);
}
figure.img-link-category:hover img {
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  opacity: 0.5;
}
figure.img-link-category:hover li {
  opacity: 1;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}
figure.img-link-category:hover li:first-child {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
figure.img-link-category:hover li:nth-child(2) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
figure.img-link-category:hover li:nth-child(3) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
figure.img-link-category:hover li:nth-child(4) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

/* イベントページ */
#event {
	width: 100%;
    max-width: 1000px;
    box-sizing: border-box;
    margin: 1rem auto 3rem;
    font-size: 14px;
    line-height: 1.8;
    padding: 0 1rem;
}

#event section {
	margin-bottom: 3rem;
}

#event h2 {
	font-size: 1.2rem;
    font-weight: bold;
    color: #808080;
    margin-bottom: 0.5rem;
    padding-left: 0.5rem;
}

#event p {
	margin-bottom: 0.5rem;
}

#event table {
	border-collapse: collapse;
    width: 100%;
    font-size: 1rem;
}

#event table th {
	width: 20%;
	padding: 1rem;
	border: 1px solid;
	vertical-align: middle;
}

#event table td {
    padding: 0.5rem;
    border: 1px solid;
    padding-left: 1.5rem;
    vertical-align: middle;
}

#event .flex-list {
	display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
}

#event .flex-list li {
	flex-basis: 29.3%;
    padding: 0.5rem;
    margin: 2%;
    box-sizing: border-box;
}

#event .flex-list li img {
	margin-bottom: 0.5rem;
}

#event .pro-name,
#event .pro-no {
	display: block;
}

/* Tip Amazon購入ボタン */
.square_btn{
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    background: #668ad8;/*ボタン色*/
    color: #FFF;
    border-bottom: solid 4px #627295;
    border-radius: 3px;
}
.square_btn:active {/*ボタンを押したとき*/
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);/*下に動く*/
    border-bottom: none;/*線を消す*/
}

.square_btn:hover {/*ボタンホバー*/
    color: white;
}

.title-border {
color: #364e96;/*文字色*/
padding: 0.5em 0;/*上下の余白*/
border-top: solid 3px;/*上線*/
border-bottom: solid 3px;/*下線*/
}

.title-border-left {
padding: 0.25em 0.5em;/*上下 左右の余白*/
color: #494949;/*文字色*/
background: transparent;/*背景透明に*/
border-left: solid 5px #7db4e6;/*左線*/
}