@charset "UTF-8";



/* --------------------------------
	layout
-------------------------------- */

#content {
	margin: 0 0 36px 0;
}



/* --------------------------------
	mv
-------------------------------- */

#mv {
	height: 479px;
}
#mv ul {
	height: 479px;
	overflow: hidden;
}
#mv .mv_slider a {
	height: 479px;
	width: 990px;
	margin: 0 auto;
	display: block;
	/* text-indent: -2000em; */
}
#mv .mv_slider:hover {
	opacity: 0.8;
}
#mv .sl01 {
	background: url(../img/mv_01.jpg) no-repeat center center;
}
#mv .sl02 {
	background: url(../img/mv_08.jpg) no-repeat center center;
}
#mv .sl03 {
	background: url(../img/mv_02.jpg) no-repeat center center;
}
#mv .sl04 {
	background: url(../img/mv_07.jpg) no-repeat center center;
}
#mv .sl05 {
	background: url(../img/mv_03.jpg) no-repeat center center;
}
#mv .sl06 {
	background: url(../img/mv_04.jpg) no-repeat center center;
}


/* --------------------------------
	news
-------------------------------- */

#news {
	width: 480px;
	float: left;
	margin: 75px 30px 0 0;
}
#news .news_header {
	margin: 0 0 22px 0;
}
#news .news_header h2 {
	float: left;
	padding: 2px 0 0 0;
}
#news .news_header .news_detail {
	width: 140px;
	float: right;
}
#news .news_header .news_detail li {
	float: right;
	padding: 0 0 0 14px;
}



/* --------------------------------
	news_category_list
-------------------------------- */

#news .category_list {
	margin: 20px 0;
	padding: 0;
	border-top: solid 1px #e5e5e5;
	border-bottom: solid 1px #e5e5e5;
	clear: both;
}
#news .category_list ul {
	background: url(../img/news_bg_nav.gif) no-repeat 0 0;
}
#news .category_list ul li {
	text-align: center;
	float: left;
	position: relative;
	padding: 0 0 0 1px;
}
#news .category_list ul li:first-child {
	padding: 0;
}
#news .category_list ul li span {
	position: absolute;
	top: 0;
	left: 1px;
	z-index: 10;
	display: none;
}
#news .category_list ul li:first-child span {
	left: 0px;
}
#news .category_list ul li.active span {
	display: block;
}
#news .category_list ul li {
	width: 119px;
	height: 38px;
	display: block;
	text-align: center;
}
#news .category_list ul li:last-child {
	width: 120px;
}
#news .news_contents_wrap {
	/*height: 313px;*/
	height: 533px;
	overflow: hidden;
}
#news .news_contents {
	/*height: 313px;*/
	height: 533px;
	overflow: auto;
}
#news .news_contents.hide {
	display: none;
}
#news .news_contents.active {
/* display:block; */
}
#news .news_contents dl {
	padding: 0 0 14px 0;
	margin: 0 0 16px 0;
	background: url(../img/news_dot.gif) no-repeat 0 bottom;
}
#news .news_contents dl dt {
	padding: 0 0 10px 9px;
}
#news .news_contents dl dt .date {
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#news .news_contents dl dt .category {
	display: inline-block;
	padding: 0 0 0 5px;
	vertical-align: -1px;
	line-height: 1;
}
#news .news_contents dl dd {
	width: 420px;
	background: url(../img/news_arw.gif) no-repeat 11px 8px;
	font-size: 14px;
	padding: 0 0 0 23px;
	line-height: 1.7;
}
#news .news_contents dl dd a {
	text-decoration: none;
}



/* --------------------------------
	バナー
-------------------------------- */

.bnr_large a {
	width: 480px;
	height: 190px;
	display: block;
	border-radius: 7px;
	position: relative;
	z-index: 100;
}
.bnr_large img.image {
	position: absolute;
	display: block;
	top: -14px;
	left: 0;
}
/* タイトル */
.bnr_large img.ttl {
	position: absolute;
	display: block;
	top: 83px;
	left: 77px;
	-ms-filter: "alpha(opacity=0)";
	opacity: 0.0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.bnr_large.active img.ttl {
	top: 83px;
	left: 77px;
	opacity: 1;
	-ms-filter: "alpha(opacity=100)";
}
/* 右上 */
.bnr_large .ico {
	width: 18px;
	height: 18px;
	background: url(../img/bnr_ico.png) no-repeat center center;
	position: absolute;
	display: block;
	top: 0px;
	right: 0px;
	opacity: 0;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.bnr_large.active .ico {
	top: -12px;
	right: -14px;
	opacity: 1;
}
.bnr_large .border_wrap {
	width: 480px;
	height: 190px;
	display: block;
	position: absolute;
	top: -3px;
	left: -3px;
	right: -3px;
	bottom: -3px;
	margin: auto;
	border-radius: 7px;
	overflow: hidden;
}
.bnr_large .border {
	width: 480px;
	height: 190px;
	display: block;
	position: absolute;
	top: -3px;
	left: -3px;
	right: -3px;
	bottom: -3px;
	margin: auto;
	border: 3px solid #d70b2a;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.bnr_large:hover .border {
	width: 474px;
	height: 184px;
	border-radius: 7px;
}
.column_top {
	width: 480px;
	padding: 88px 0 0 0;
	float: left;
}
.column_top .bnr {
	width: 480px;
	height: 190px;
	float: left;
	margin: 0 0 30px 0;
	border-radius: 7px;
	position: relative;
}
.column_top .bnr_small_l {
	width: 225px;
	height: 195px;
	float: left;
	margin: 0 30px 30px 0;
	position: relative;
}
.column_top .bnr_small_r {
	width: 225px;
	height: 195px;
	float: left;
	margin: 0 0 30px 0;
	position: relative;
}
.column_top .bnr_small_l a.alphaover:hover img,
.column_top .bnr_small_r a.alphaover:hover img {
    opacity: 0.7;
}
.column_top #bnr_01 {
	margin: 0 0 30px 0;
	background: url(../img/bnr_01_bg.jpg) no-repeat 0 0;
	-webkit-transition: all 0.2s ease-out;
	transition: background-image 0.2s;
}
.column_top #bnr_01.active {
	background-image: url(../img/bnr_01_bg_ov.jpg);
}
.column_top #bnr_08 {
	margin: 0 0 30px 0;
	background: url(../img/bnr_14_bg.png) no-repeat 0 0;
	-webkit-transition: all 0.2s ease-out;
	transition: background-image 0.2s;
}
.column_top #bnr_08.active {
	background-image: url(../img/bnr_14_ov.png);
}
.column_top #bnr_09 {
	margin: 0 0 30px 0;
	background: url(../img/bnr_09_bg.jpg) no-repeat 0 0;
	-webkit-transition: all 0.2s ease-out;
	transition: background-image 0.2s;
}
.column_top #bnr_09.active {
	background-image: url(../img/bnr_09_bg_ov.jpg);
}
.column_top #bnr_02 {
	position: relative;
	background: url(../img/bnr_02_bg.jpg) no-repeat 0 0;
	-webkit-transition: all 0.2s ease-out;
	transition: background-image 0.2s;
	margin: 0 0 20px 0;
}
.column_top #bnr_02 a {
	text-indent: -2000em;
}
.column_top #bnr_02 .pickup {
	width: 70px;
	height: 70px;
	background: url(../img/bnr_pickup.png) no-repeat center center;
	position: absolute;
	right: -26px;
	top: -22px;
	z-index: 10;
}
.column_top #bnr_02.active .pickup {
	-webkit-animation: pickup 0.5s cubic-bezier(0, 0.2, 0.7, 1.0) 0s normal forwards;
	animation: pickup 0.5s cubic-bezier(0, 0.2, 0.7, 1.0) 0s normal forwards;
}
 @-webkit-keyframes pickup {
0% {
-webkit-transform: scale(1, 1);
-webkit-background-size: 43px 43px;
background-size: 43px 43px;
opacity:1;
}
 10% {
-webkit-transform: scale(1, 1);
-webkit-background-size: 43px 43px;
background-size: 43px 43px;
opacity:1;
}
 30% {
-webkit-transform: scale(1, 1);
-webkit-background-size:70px 70px;
background-size:70px 70px;
opacity:1;
}
 35% {
-webkit-transform: scale(1, 1);
-webkit-background-size:70px 70px;
background-size:70px 70px;
}
 60% {
-webkit-transform: scale(1, 1);
-webkit-background-size:60px 60px;
background-size:60px 60px;
opacity:1;
}
 100% {
-webkit-transform: scale(1, 1);
-webkit-background-size:60px 60px;
background-size:60px 60px;
opacity:1;
}
}
 @keyframes pickup {
0% {
transform: scale(1, 1);
background-size: 43px 43px;
opacity:1;
}
 10% {
transform: scale(1, 1);
background-size: 43px 43px;
opacity:1;
}
 30% {
transform: scale(1, 1);
background-size:70px 70px;
opacity:1;
}
 35% {
transform: scale(1, 1);
background-size:70px 70px;
}
 60% {
transform: scale(1, 1);
background-size:60px 60px;
opacity:1;
}
 100% {
transform: scale(1, 1);
background-size:60px 60px;
opacity:1;
}
}
html.safari .column_top #bnr_02.active .pickup {
	-webkit-animation: s-pickup 0.5s cubic-bezier(0, 0.2, 0.7, 1.0) 0s normal forwards;
	animation: s-pickup 0.5s cubic-bezier(0, 0.2, 0.7, 1.0) 0s normal forwards;
}
 @-webkit-keyframes s-pickup {
0% {
-webkit-transform: scale(0.8, 0.8);
opacity:1;
}
 10% {
-webkit-transform: scale(0.8, 0.8);
opacity:1;
}
 30% {
-webkit-transform: scale(1.2, 1.2);
opacity:1;
}
 35% {
-webkit-transform: scale(1.2, 1.2);
}
 60% {
 -webkit-transform: scale(1, 1);
opacity:1;
}
 100% {
-webkit-transform: scale(1, 1);
opacity:1;
}
}
.column_top #bnr_10 {
	position: relative;
	background: url(../img/bnr_10_bg.jpg) no-repeat 0 0;
	-webkit-transition: all 0.2s ease-out;
	transition: background-image 0.2s;
	margin: 0 0 20px 0;
}
.column_top #bnr_10 a {
	text-indent: -2000em;
}
.column_top #bnr_10 .pickup {
	width: 70px;
	height: 70px;
	background: url(../img/bnr_pickup.png) no-repeat center center;
	position: absolute;
	right: -26px;
	top: -22px;
	z-index: 10;
}
.column_top #bnr_10.active .pickup {
	-webkit-animation: pickup 0.5s cubic-bezier(0, 0.2, 0.7, 1.0) 0s normal forwards;
	animation: pickup 0.5s cubic-bezier(0, 0.2, 0.7, 1.0) 0s normal forwards;
}
 @-webkit-keyframes pickup {
0% {
-webkit-transform: scale(1, 1);
-webkit-background-size: 43px 43px;
background-size: 43px 43px;
opacity:1;
}
 10% {
-webkit-transform: scale(1, 1);
-webkit-background-size: 43px 43px;
background-size: 43px 43px;
opacity:1;
}
 30% {
-webkit-transform: scale(1, 1);
-webkit-background-size:70px 70px;
background-size:70px 70px;
opacity:1;
}
 35% {
-webkit-transform: scale(1, 1);
-webkit-background-size:70px 70px;
background-size:70px 70px;
}
 60% {
-webkit-transform: scale(1, 1);
-webkit-background-size:60px 60px;
background-size:60px 60px;
opacity:1;
}
 100% {
-webkit-transform: scale(1, 1);
-webkit-background-size:60px 60px;
background-size:60px 60px;
opacity:1;
}
}
 @keyframes pickup {
0% {
transform: scale(1, 1);
background-size: 43px 43px;
opacity:1;
}
 10% {
transform: scale(1, 1);
background-size: 43px 43px;
opacity:1;
}
 30% {
transform: scale(1, 1);
background-size:70px 70px;
opacity:1;
}
 35% {
transform: scale(1, 1);
background-size:70px 70px;
}
 60% {
transform: scale(1, 1);
background-size:60px 60px;
opacity:1;
}
 100% {
transform: scale(1, 1);
background-size:60px 60px;
opacity:1;
}
}
html.safari .column_top #bnr_10.active .pickup {
	-webkit-animation: s-pickup 0.5s cubic-bezier(0, 0.2, 0.7, 1.0) 0s normal forwards;
	animation: s-pickup 0.5s cubic-bezier(0, 0.2, 0.7, 1.0) 0s normal forwards;
}
 @-webkit-keyframes s-pickup {
0% {
-webkit-transform: scale(0.8, 0.8);
opacity:1;
}
 10% {
-webkit-transform: scale(0.8, 0.8);
opacity:1;
}
 30% {
-webkit-transform: scale(1.2, 1.2);
opacity:1;
}
 35% {
-webkit-transform: scale(1.2, 1.2);
}
 60% {
 -webkit-transform: scale(1, 1);
opacity:1;
}
 100% {
-webkit-transform: scale(1, 1);
opacity:1;
}
}
.column_middle {
	padding: 10px 0 0 0;
	clear: both;
}
.column_middle .bnr {
	width: 480px;
	height: 190px;
	float: left;
	margin: 0 0 13px 0;
	border-radius: 7px;
	position: relative;
}
.column_top #bnr_03 {
	margin-right: 30px;
	background: url(../img/bnr_03_bg.jpg) no-repeat 0 0;
	-webkit-transition: all 0.2s ease-out;
	transition: background-image 0.2s;
}
.column_top #bnr_03.active {
	background-image: url(../img/bnr_03_bg_ov.jpg);
}
.column_top #bnr_03 img.image {
	position: absolute;
	display: block;
	top: -10px;
	left: 0;
}
.column_top #bnr_03 img.ttl {
	position: absolute;
	display: block;
	top: 84px;
	left: 253px;
	-ms-filter: "alpha(opacity=0)";
	opacity: 0.0;
}
.column_top #bnr_03.active img.ttl {
	top: 84px;
	left: 253px;
	opacity: 1;
	-ms-filter: "alpha(opacity=100)";
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
/*  bnr_02 middle用
-------------------------------- */
.column_middle #bnr_02 {
	position: relative;
	background: url(../img/bnr_02_bg.jpg) no-repeat 0 0;
	-webkit-transition: all 0.2s ease-out;
	transition: background-image 0.2s;
	margin: 0 0 20px 0;
}
.column_middle #bnr_02 a {
	text-indent: -2000em;
}
.column_middle #bnr_02 .pickup {
	width: 70px;
	height: 70px;
	background: url(../img/bnr_pickup.png) no-repeat center center;
	position: absolute;
	right: -26px;
	top: -22px;
	z-index: 10;
}
.column_middle #bnr_02.active .pickup {
	-webkit-animation: pickup 0.5s cubic-bezier(0, 0.2, 0.7, 1.0) 0s normal forwards;
	animation: pickup 0.5s cubic-bezier(0, 0.2, 0.7, 1.0) 0s normal forwards;
}
 @-webkit-keyframes pickup {
0% {
-webkit-transform: scale(1, 1);
-webkit-background-size: 43px 43px;
background-size: 43px 43px;
opacity:1;
}
 10% {
-webkit-transform: scale(1, 1);
-webkit-background-size: 43px 43px;
background-size: 43px 43px;
opacity:1;
}
 30% {
-webkit-transform: scale(1, 1);
-webkit-background-size:70px 70px;
background-size:70px 70px;
opacity:1;
}
 35% {
-webkit-transform: scale(1, 1);
-webkit-background-size:70px 70px;
background-size:70px 70px;
}
 60% {
-webkit-transform: scale(1, 1);
-webkit-background-size:60px 60px;
background-size:60px 60px;
opacity:1;
}
 100% {
-webkit-transform: scale(1, 1);
-webkit-background-size:60px 60px;
background-size:60px 60px;
opacity:1;
}
}
 @keyframes pickup {
0% {
transform: scale(1, 1);
background-size: 43px 43px;
opacity:1;
}
 10% {
transform: scale(1, 1);
background-size: 43px 43px;
opacity:1;
}
 30% {
transform: scale(1, 1);
background-size:70px 70px;
opacity:1;
}
 35% {
transform: scale(1, 1);
background-size:70px 70px;
}
 60% {
transform: scale(1, 1);
background-size:60px 60px;
opacity:1;
}
 100% {
transform: scale(1, 1);
background-size:60px 60px;
opacity:1;
}
}
html.safari .column_middle #bnr_02.active .pickup {
	-webkit-animation: s-pickup 0.5s cubic-bezier(0, 0.2, 0.7, 1.0) 0s normal forwards;
	animation: s-pickup 0.5s cubic-bezier(0, 0.2, 0.s7, 1.0) 0s normal forwards;
}
 @-webkit-keyframes s-pickup {
0% {
-webkit-transform: scale(0.8, 0.8);
opacity:1;
}
 10% {
-webkit-transform: scale(0.8, 0.8);
opacity:1;
}
 30% {
-webkit-transform: scale(1.2, 1.2);
opacity:1;
}
 35% {
-webkit-transform: scale(1.2, 1.2);
}
 60% {
 -webkit-transform: scale(1, 1);
opacity:1;
}
 100% {
-webkit-transform: scale(1, 1);
opacity:1;
}
}

/* --------------------------------
	samurai
-------------------------------- */
.column_middle .chara {
	width: 134px;
	padding: 13px 72px 0 0;
	float: left;
	position: relative;
	z-index: 200;
}
.column_middle .chara .chara_img {
	width: 136px;
	height: 170px;
	background: url(../img/img_01.jpg) no-repeat 0 0;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.column_middle .chara:hover .chara_img {
	background: url(../img/img_01_ov.jpg) no-repeat 0 0;
}
.column_middle .chara .samurai_tip.hide {
	width: 440px;
	height: 480px;
	background: url(../img/samu_bg.png) no-repeat right center;
	-webkit-background-size: 400px 400px;
	background-size: 400px 400px;
	position: absolute;
	top: -170px;
	left: -220px;
	-webkit-transform: scale(0.1, 0.1);
	-ms-transform: scale(0.1, 0.1);
	transform: scale(0.1, 0.1);
	opacity: 0;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
html.safari .column_middle .chara .samurai_tip.hide {
	height: 440px;
	top: -244px;
	left: -420px;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	opacity: 1;
	-webkit-transition: all 0s;
	transition: all 0s;
}

/* IEハック */
.ie8 .column_middle .chara .samurai_tip.hide, .ie9 .column_middle .chara .samurai_tip.hide,
html.safari .column_middle .chara .samurai_tip.hide {
	display: none;
}
.column_middle .chara .samurai_tip {
	width: 440px;
	height: 440px;
	background: url(../img/samu_bg.png) no-repeat right center;
	-webkit-background-size: 400px 400px;
	background-size: 400px 400px;
	position: absolute;
	top: -244px;
	left: -420px;
	-webkit-transition: width 0.35s cubic-bezier(0.175, 0.885, 0.320, 1.275),  height 0.35s cubic-bezier(0.175, 0.885, 0.320, 1.275),  -webkit-transform 0.35s cubic-bezier(0.175, 0.885, 0.320, 1.275),  top 0.35s cubic-bezier(0.175, 0.885, 0.320, 1.275),  left 0.35s cubic-bezier(0.175, 0.885, 0.320, 1.275),  opacity 0.35s linear,  background-size 0.1s linear;
	transition: width 0.35s cubic-bezier(0.175, 0.885, 0.320, 1.275),  height 0.35s cubic-bezier(0.175, 0.885, 0.320, 1.275),  transform 0.35s cubic-bezier(0.175, 0.885, 0.320, 1.275),  top 0.35s cubic-bezier(0.175, 0.885, 0.320, 1.275),  left 0.35s cubic-bezier(0.175, 0.885, 0.320, 1.275),  opacity 0.35s linear,  background-size 0.1s linear;
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	opacity: 1;
}
.column_middle .chara .samurai_tip:hover {
	background: url(../img/samu_bg.png) no-repeat right center;
}
.column_middle .chara .samurai_tip .img {
	padding: 0 0 0 145px;
	-webkit-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.column_middle .chara .samurai_tip .txt {
	padding: 3px 0 20px 75px;
}
.column_middle .chara .samurai_tip .btn {
	width: 140px;
	height: 28px;
	text-indent: -2000em;
	background: url(../img/samu_btn.gif) no-repeat 0 0;
	margin: 0 0 0 170px;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.column_middle .chara .samurai_tip:hover .btn {
	background: url(../img/samu_btn_ov.gif) no-repeat 0 0;
}
/*	samurai bottom用
-------------------------------- */
.column_bottom .chara {
	width: 134px;
	padding: 13px 42px 0 79px;
	float: left;
	position: relative;
	z-index: 200;
}
.column_bottom .chara .chara_img {
	width: 136px;
	height: 170px;
	background: url(../img/img_01.jpg) no-repeat 0 0;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.column_bottom .chara:hover .chara_img {
	background: url(../img/img_01_ov.jpg) no-repeat 0 0;
}
.column_bottom .chara .samurai_tip.hide {
	width: 440px;
	height: 480px;
	background: url(../img/samu_bg.png) no-repeat right center;
	-webkit-background-size: 400px 400px;
	background-size: 400px 400px;
	position: absolute;
	top: -170px;
	left: -220px;
	-webkit-transform: scale(0.1, 0.1);
	-ms-transform: scale(0.1, 0.1);
	transform: scale(0.1, 0.1);
	opacity: 0;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
html.safari .column_bottom .chara .samurai_tip.hide {
	height: 440px;
	top: -244px;
	left: -420px;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	opacity: 1;
	-webkit-transition: all 0s;
	transition: all 0s;
}

/* IEハック */
.ie8 .column_bottom .chara .samurai_tip.hide, .ie9 .column_bottom .chara .samurai_tip.hide,
html.safari .column_bottom .chara .samurai_tip.hide {
	display: none;
}
.column_bottom .chara .samurai_tip {
	width: 440px;
	height: 440px;
	background: url(../img/samu_bg.png) no-repeat right center;
	-webkit-background-size: 400px 400px;
	background-size: 400px 400px;
	position: absolute;
	top: -244px;
	left: -340px;
	-webkit-transition: width 0.35s cubic-bezier(0.175, 0.885, 0.320, 1.275),  height 0.35s cubic-bezier(0.175, 0.885, 0.320, 1.275),  -webkit-transform 0.35s cubic-bezier(0.175, 0.885, 0.320, 1.275),  top 0.35s cubic-bezier(0.175, 0.885, 0.320, 1.275),  left 0.35s cubic-bezier(0.175, 0.885, 0.320, 1.275),  opacity 0.35s linear,  background-size 0.1s linear;
	transition: width 0.35s cubic-bezier(0.175, 0.885, 0.320, 1.275),  height 0.35s cubic-bezier(0.175, 0.885, 0.320, 1.275),  transform 0.35s cubic-bezier(0.175, 0.885, 0.320, 1.275),  top 0.35s cubic-bezier(0.175, 0.885, 0.320, 1.275),  left 0.35s cubic-bezier(0.175, 0.885, 0.320, 1.275),  opacity 0.35s linear,  background-size 0.1s linear;
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	opacity: 1;
}
.column_bottom .chara .samurai_tip:hover {
	background: url(../img/samu_bg.png) no-repeat right center;
}
.column_bottom .chara .samurai_tip .img {
	padding: 0 0 0 145px;
	-webkit-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.column_bottom .chara .samurai_tip .txt {
	padding: 3px 0 20px 75px;
}
.column_bottom .chara .samurai_tip .btn {
	width: 140px;
	height: 28px;
	text-indent: -2000em;
	background: url(../img/samu_btn.gif) no-repeat 0 0;
	margin: 0 0 0 170px;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.column_bottom .chara .samurai_tip:hover .btn {
	background: url(../img/samu_btn_ov.gif) no-repeat 0 0;
}

.column_middle .movie {
	width: 225px;
	height: 195px;
	position: relative;
	float: left;
}
.column_middle .movie .yt_corn {
	width: 225px;
	height: 4px;
	position: absolute;
	left: 0;
}
.column_middle .movie .yt01 {
	background: url(../img/yt_bg01.gif) no-repeat 0 0;
	top: 0;
}
.column_middle .movie .yt02 {
	background: url(../img/yt_bg02.gif) no-repeat 0 0;
	bottom: 0;
}



/* --------------------------------
	column_bottom
-------------------------------- */

.column_bottom {
	padding: 18px 0 65px 0;
}
.column_bottom .bnr:first-child {
	margin: 0;
}
.column_bottom .bnr {
	width: 225px;
	height: 190px;
	float: left;
	margin: 0 0 0 30px;
	border-radius: 7px;
	position: relative;
}
.column_bottom #bnr_04 {
	background: url(../img/bnr_04_bg.jpg) no-repeat 0 0;
	-webkit-transition: all 0.2s ease-out;
	transition: background-image 0.2s;
}
.column_bottom #bnr_04.active {
	background-image: url(../img/bnr_04_bg_ov.jpg);
}
.column_bottom #bnr_05 {
	background: url(../img/bnr_05_bg.jpg) no-repeat 0 0;
	-webkit-transition: all 0.2s ease-out;
	transition: background-image 0.2s;
}
.column_bottom #bnr_05.active {
	background-image: url(../img/bnr_05_bg_ov.jpg);
}
.column_bottom #bnr_06 {
	background: url(../img/bnr_06_bg.jpg) no-repeat 0 0;
	-webkit-transition: all 0.2s ease-out;
	transition: background-image 0.2s;
}
.column_bottom #bnr_06.active {
	background-image: url(../img/bnr_06_bg_ov.jpg);
}
.column_bottom #bnr_07 {
	background: url(../img/bnr_07_bg.jpg) no-repeat 0 0;
	-webkit-transition: all 0.2s ease-out;
	transition: background-image 0.2s;
}
.column_bottom #bnr_07.active {
	background-image: url(../img/bnr_07_bg_ov.jpg);
}
.column_bottom .bnr a {
	width: 225px;
	height: 190px;
	display: block;
	border-radius: 7px;
	position: relative;
	z-index: 100;
}
.column_bottom .bnr img.image {
	position: absolute;
	display: block;
	top: -7px;
	left: 0;
}
.column_bottom #bnr_07 img.image {
	top: -8px;
}
/* タイトル */
.column_bottom .bnr img.ttl {
	position: absolute;
	display: block;
	top: 151px;
	left: 40px;
	-ms-filter: "alpha(opacity=0)";
	opacity: 0.0;
}
.column_bottom .bnr.active img.ttl {
	top: 161px;
	opacity: 1;
	-ms-filter: "alpha(opacity=100)";
	-webkit-transition: all 0.3s 0.1s;
	transition: all 0.3s 0.1s;
}
/* 右上 */
.column_bottom .bnr .ico {
	width: 18px;
	height: 18px;
	background: url(../img/bnr_ico.png) no-repeat center center;
	position: absolute;
	display: block;
	top: 0px;
	right: 0px;
	opacity: 0;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.column_bottom .bnr.active .ico {
	top: -12px;
	right: -14px;
	opacity: 1;
}
.column_bottom .bnr .border_wrap {
	width: 225px;
	height: 190px;
	display: block;
	position: absolute;
	top: -3px;
	left: -3px;
	right: -3px;
	bottom: -3px;
	margin: auto;
	border-radius: 7px;
	overflow: hidden;
}
.column_bottom .bnr .border {
	width: 225px;
	height: 190px;
	display: block;
	position: absolute;
	top: -3px;
	left: -3px;
	right: -3px;
	bottom: -3px;
	margin: auto;
	/*border-radius: 7px;*/
	border: 3px solid #d70b2a;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.column_bottom .bnr:hover .border {
	width: 219px;
	height: 184px;
	border-radius: 7px;
}



/* --------------------------------
	ギャラリー
-------------------------------- */

#gallery {
	height: 95px;
	padding: 0 0 0px 192px;
	border-bottom: solid 1px #e5e5e5;
}
#gallery h2 {
	float: left;
	margin: 17px 0 0 -173px;
}
#carouselwrap {
	position: relative;
	width: 750px;
	height: 60px;
	margin: 0 auto;
}
#carouselwrap #carousel {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#carouselwrap ul li {
	float: left;
	width: 60px;
	height: 60px;
	padding-left: 30px;
	display: inline;
	position: relative;
}
#carouselwrap ul li img {
	border: none;
}
#carouselwrap #prev, #carouselwrap #next {
	position: absolute;
	top: 0;
	height: 60px;
	width: 30px;
	margin: 0px 0 0 0;
}
#carouselwrap #prev {
	left: -5px;
	background: #fff url(../img/gallery_prev_btn.gif) no-repeat 5px 21px;
	cursor: pointer;
	transition:all 0.2s;
	-webkit-transition:all 0.2s;
}
#carouselwrap #prev:hover {
	background: #fff url(../img/gallery_prev_btn_ov.gif) no-repeat 0 21px;
}
#carouselwrap #next {
	right: -10px;
	background: #fff url(../img/gallery_next_btn.gif) no-repeat 10px 21px;
	cursor: pointer;
	transition:all 0.2s;
	-webkit-transition:all 0.2s;
}
#carouselwrap #next:hover {
	background: #fff url(../img/gallery_next_btn_ov.gif) no-repeat 15px 21px;
}
#carouselwrap #next.hide,
#carouselwrap #prev.hide {
	background-image: none;
	background-color: #fff;
	cursor: default;
}
#carouselwrap ul li a {
	width: 60px;
	height: 60px;
	display: block;
}
#carouselwrap li a:hover img {
	animation: gHover 0.5s cubic-bezier(0, 0.2, 0.7, 1.0) 0s normal forwards;
	-webkit-animation: gHover 0.5s cubic-bezier(0, 0.2, 0.7, 1.0) 0s normal forwards;
}
 @keyframes gHover {
0%, 10% {
transform: scale(0.78, 0.78);
background-size: 43px 43px;
opacity:1;
}
30% {
transform: scale(1, 1);
background-size:70px 70px;
opacity:1;
}
 35% {
transform: scale(1, 1);
background-size:70px 70px;
}
 60% {
transform: scale(1, 1);
background-size:60px 60px;
opacity:1;
}
 100% {
transform: scale(1, 1);
background-size:60px 60px;
opacity:1;
}
}
 @-webkit-keyframes gHover {
0%, 10% {
-webkit-transform: scale(0.78, 0.78);
-webkit-background-size: 43px 43px;
background-size: 43px 43px;
opacity:1;
}
30% {
-webkit-transform: scale(1, 1);
-webkit-background-size:70px 70px;
background-size:70px 70px;
opacity:1;
}
 35% {
-webkit-transform: scale(1, 1);
-webkit-background-size:70px 70px;
background-size:70px 70px;
}
 60% {
-webkit-transform: scale(1, 1);
-webkit-background-size:60px 60px;
background-size:60px 60px;
opacity:1;
}
 100% {
-webkit-transform: scale(1, 1);
-webkit-background-size:60px 60px;
background-size:60px 60px;
opacity:1;
}
}



/* --------------------------------
	ギャラリーオーバーレイ
-------------------------------- */

#overlay_mask, .gallery {
	display: none;
}
#overlay_mask {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 50000;
	background: url(../common/img/overlay_bg.png);
}
#overlay_mask:not(:target) {
	-webkit-filter: none;
	filter: none;
	-ms-filter: none;
}
.gallery {
	width: 750px;
	position: absolute;
	top: 40px;
	left: 50%;
	z-index: 50001;
}
.gallery .close_btn {
	position: absolute;
	top: 20px;
	right: -70px;
	z-index: 50002;
}
.gallery .close_btn a {
	width: 34px;
	height: 32px;
	background: url(../img/btn_close.png) no-repeat center center;
	display: block;
	-webkit-transition: background 0.3s, -webkit-transform 0.6s cubic-bezier(0.175, 0.885, 0.320, 1.275);
	transition: background 0.3s, transform 0.6s cubic-bezier(0.175, 0.885, 0.320, 1.275);
}
.gallery .close_btn a:hover {
	background: url(../img/btn_close_ov.png) no-repeat center center;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.gallery .gallery_control {
	width: 750px;
	position: absolute;
	top: 240px;
	left: 0;
	z-index: 50002;
}
.gallery .gallery_control a {
	width: 50px;
	height: 50px;
	display: block;
	position: absolute;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.gallery .gallery_control a.next_btn {
	top: 0px;
	right: -80px;
	background: url(../img/btn_next.png) no-repeat center center;
}
.gallery .gallery_control a.prev_btn {
	top: 0px;
	left: -80px;
	background: url(../img/btn_prev.png) no-repeat center center;
}
.gallery .gallery_control a.next_btn:hover {
	background: url(../img/btn_next_ov.png) no-repeat center center;
}
.gallery .gallery_control a.prev_btn:hover {
	background: url(../img/btn_prev_ov.png) no-repeat center center;
}
.gallery .gallery_main {
	width: 750px;
	position: relative;
	height: 550px;
	background: #fff;
	border-radius: 6px;
}
.gallery .gallery_main li {
	height: auto;
	position: absolute;
	left: 0px;
	top: 0px;
	text-align: center;
	background: #ffffff;
	border-radius: 6px;
}
.gallery .gallery_main li p {
	height: 90px;
	width: 730px;
	vertical-align: middle;
	display: table-cell;
	line-height: 1.65;
}
/* --------------------------------
	事業部間連携フッターリンク
-------------------------------- */
.ateamgroup-link {
    width: 840px;
	margin: 20px 0 0;
}
.ateamgroup-link p{
    font-size: 12px;
    margin-bottom: 3px;
}
.ateamgroup-link ul li {
    margin-bottom: 2px;
    padding: 0 8px 0 0px;
    float: left;
    line-height: 1.3;
    color: #959492;
    font-size: 13px;
}
.ateamgroup-link ul li a{
	color: #959492;
	text-decoration: none;
	font-size: 12px;
}
