@charset "euc-jp";
#Catch {
	background-color: #FFF;
	clear: both;
	display: block;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
}
#Catch > .phot {
	background-color: #FFF;
	display: block;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 100%;
}
#Catch > .phot > img {
	display: block;
	height: auto;
	vertical-align: bottom;
	width: 100%;
}
#Catch > .phot > h1 {
	display: block;
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	float: right;
	overflow: hidden;
	padding: 0;
	position: absolute;
	right: 8.3333%;
	text-align: center;
	z-index: 2;
	width: auto;
	white-space: nowrap;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
#Catch > .phot > h1 > img {
	display: inline-block;
	height: 80px;
	margin: 0 0 1em;
	vertical-align: bottom;
	width: auto;
}
#Catch > .phot > h1 > small {
	color: #e1b700;
	display: block;
	font-size: .875em;
	font-size: .9em;
	letter-spacing: .5px;
}
#Info {
	background-color: #FFF;
	clear: both;
	display: block;
	margin: 0;
	overflow: hidden;
	padding: 7.5% 8.3333%;
	position: relative;
	text-align: center;
}
#Info > h2 {
	display: block;
	float: left;
	text-align: center;
	width: 33.3333%;
}
#Info > h2 > span {
	color: #1d2726;
	display: inline-block;
	font-family: 'Alexandria', sans-serif;
	font-size: 2em;
	font-style: oblique;
	font-weight: bold;
	line-height: normal;
	padding: 0 0 .5em;
	position: relative;
}
#Info > h2 > span:after {
	bottom: 0;
	border-bottom: #8d3130 solid 2.5px;
	content: "";
	left: 50%;
	margin-left: -.75em;
	position: absolute;
	right: 0;
	width: 1.5em;
}
#Info > ul {
	display: block;
	float: right;
	width: 66.6666%;
}
#Info > ul > li {
	border-top: #CCC solid 1px;
	display: block;
	padding: 1em .5em;
	text-align: justify;
}
#Info > ul > li:nth-last-of-type(1) {
	border-bottom: #CCC solid 1px;
}
#Info > ul > li > span {
	color: #666;
	margin-right: 1em;
}
#Prot {
	background-color: #FFF;
	clear: both;
	display: block;
	margin: 0 0 7.5%;
	padding: 0;
	position: relative;
	overflow: hidden;
	text-align: right;
}
#Prot:after {
	position: absolute;
	display: inline-block;
	content: "";
	background: #999;
	width: 0.5px;
	height: 20em;
	margin: 0;
	vertical-align: middle;
	bottom: -2em;
	right: 8.3333%;
	right: 6.2499%;
}
#Prot:after {
	transform: rotate(22.5deg);
}
#Prot img {
	display: block;
	height: auto;
	float: left;
	vertical-align: bottom;
	width: 54%;
}
#Prot > div {
	position: absolute;
	right: 0;
	text-align: center;
	top: 50%;
	width: 54%;
	white-space: nowrap;
	z-index: 1;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
#Prot > div > h2 {
	margin: 0 0 2em;
}
#Prot > div > h2 > small {
	display: block;
	font-family: YuGothic,'Yu Gothic','Arial','Hiragino Kaku Gothic ProN','¥Ò¥é¥®¥Î³Ñ¥´ ProN W3','£Í£Ó ¥´¥·¥Ã¥¯',sans-serif;
	font-weight: bold;
	margin: 0 0 .3333em;
}
#Prot > div > h2 > strong {
	display: block;
	font-size: 2.5em;
	line-height: normal;
}
#Prot > div > h2 > span {
	border-bottom: #e51f1f solid 1px;
	border-bottom: #ae1118 solid 1px;
	border-top: #e51f1f solid 1px;
	border-top: #ae1118 solid 1px;
	color: #e51f1f;
	color: #ae1118;
	display: inline-block;
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	line-height: 1em;
	margin: 0 0 2em;
	padding: .6666em 0;
}
#Prot > div > p {
	font-size: 1.125em;
	line-height: normal;
	margin: 0 0 3em;
	text-align: center;
}
#Prot > div > p.btn {
	display: inline-block;
	font-family: YuGothic,'Yu Gothic','Arial','Hiragino Kaku Gothic ProN','¥Ò¥é¥®¥Î³Ñ¥´ ProN W3','£Í£Ó ¥´¥·¥Ã¥¯',sans-serif;
	font-weight: bold;
	padding: 1em;
    position: relative;
    z-index: 1;
    text-align: center;
    margin: 0 auto;
}
#Prot > div > p.btn > a {
	color: #FFF;
	padding: 1em;
}
#Prot > div > p.btn::before{
    background-color: #bf131c;
    transform: skewX(-22.5deg);
    content: "";
    position: absolute;
    top: 0; bottom: 0; left: 0; right: 0;
    z-index: -1;
}
#Prot > div > p.btn:hover::before{
    background-color: #F03;
	-ms-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
}
#Item {
	background-color: #FFF;
	clear: both;
	display: block;
	margin: 0;
	padding: 0 8.3333%;
	position: relative;
	overflow: hidden;
	text-align: right;
}
#Item > ul {
	display: block;
	float: right;
	list-style: none;
	margin: 0;
	position: relative;
	overflow: hidden;
	text-align: justify;
	width: 80%;
	width: 75%;
}
#Item > ul > li {
	display: block;
	margin: 0;
	position: relative;
	overflow: hidden;
	text-align: justify;
	width: calc(50% - 20px);
}
#Item > ul > li:hover {
	cursor: pointer;
}
#Item > ul > li > span {
	display: block;
	margin: 0 0 1em;
	overflow: hidden;
	position: relative;
	-webkit-border-top-left-radius: 20px;
	-moz-border-radius-topleft: 20px;
	border-top-left-radius: 20px;
}
#Item > ul > li > span::after {
	background-color: #666;
	color: #FFF;
	content: "MORE";
	font-family: 'Alexandria', sans-serif;
	font-style: oblique;
	font-size: .9375em;
	padding: .5em 1em;
	position: absolute;
	right: 0;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
}
#Item > ul > li:hover> span::after {
	background-color: #C00;
	-ms-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
}
#Item > ul > li > span > a:nth-of-type(2) {
	background-color: #FFF;
	color: #222222;
	font-family: 'Alexandria', sans-serif;
	font-size: 1.75em;
	font-style: oblique;
	font-weight: bold;
	line-height: 1em;
	padding: .6666em 1.3333em 0 0;
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
}
#Item > ul > li:hover > span > a {
	color: #ae1118;
	-ms-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
}
#Item > ul > li > span > a > img {
	display: block;
	height: auto;
	vertical-align: bottom;
	width: 100%;
}
#Item > ul > li:hover > span > a img {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    -o-transform: scale(1.25);
    -ms-transform: scale(1.25);
    transform: scale(1.25);
	-ms-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
}
#Item > ul > li > p {
	margin: 0;
}
#Item > ul > li:nth-of-type(1) {
	float: left;
}
#Item> ul > li:nth-of-type(2) {
	float: right;
}
#Reco {
	background-color: #FFF;
	clear: both;
	display: block;
	margin: 0;
	position: relative;
	overflow: hidden;
	text-align: justify;
}
#Reco > h2 {
	display: block;
	font-size: 1em;
	line-height: normal;
	margin: 0 0 3em;
	position: relative;
	vertical-align: bottom;
	text-align: justify;
}
#Reco > h2 > span {
	display: block;
	font-family: 'Alexandria', sans-serif;
	font-size: 3em;
	font-weight: bold;
	font-style: oblique;
	letter-spacing: -.5px;
	margin: 0;
	position: relative;
}
#Reco > h2 > span:after {
	color: #999;
	content: "//";
	font-family: '¥á¥¤¥ê¥ª', Meiryo,'£Í£Ó ¥´¥·¥Ã¥¯',sans-serif;
	font-weight: normal;
	letter-spacing: -.1em;
	margin-left: .5em;
}
#Reco > h2 > small {
	color: #333;
	font-size: 1em;
	font-weight: normal;
	font-style: oblique;
	position: absolute;
	right: 0;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
ul#slider > li {
	background-color: #FFF;
	border: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 100%;
}
ul#slider > li img {
	border: none;
	display: block;
	margin: 0;
	height: auto;
	width: 100%;
	vertical-align: bottom;
}
.bx-wrapper {
	position: relative;
	margin: 0;
	padding: 0;
	*zoom: 1;
}
.bx-wrapper img {
	max-width: 100%;
	display: block;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	display: none;
	position: absolute;
	bottom: -30px;
	width: 100%;
}
.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}
.bx-wrapper .bx-prev {
	display: none;
}
/*
--------------*/
@media (max-width: 1200px) {
#Catch {
	background: none;
	padding: 80px 0 0;
}
#Catch > .phot > h1 {
	display: none;
}
.content-area {
	padding: 30px 20px;
}
#Reco {
	padding: 30px 20px;
}
#Reco > h2 {
	margin: 0 0 2em;
}
#Reco > h2 > span {
	font-size: 1.5em;
	letter-spacing: 0px;
	margin: 0 0 .25em;
}
#Reco > h2 > small {
	clear: both;
	display: block;
	position: relative;
	right: 0;
	top: 0%;
	-moz-transform: translateY(-0%);
	-ms-transform: translateY(-0%);
	-o-transform: translateY(-0%);
	-webkit-transform: translateY(-0%);
	transform: translateY(-0%);
}
#Info {
	padding: 40px 20px;
}
#Info > h2 {
	float: none;
	margin: 0 0 2em;
	width: auto;
	width: initial;
}
#Info .title {
	font-size: 1.5rem;
	height: 64px;
	left: 0;
	line-height: 60px;
	padding: 0 1em;
}
#Info > h2 > span {
	font-size: 1.5em;
}
#Info > ul {
	clear: both;
	float: none;
	width: auto;
	width: initial;
}
#Info > ul > li {
	border: none;
	padding: 0;
}
#Info > ul > li:nth-last-of-type(1) {
	border: none;
}
#Info > ul > li > span {
	clear: both;
	display: block;
	margin-right: 0;
}
#Prot {
	background-color: #222222;
	margin: 0;
}
#Prot:after {
	display: none;
}
#Prot img {
	clear: both;
	float: none;
	width: 131.25%;
	width: 134.375%;
}
#Prot > div {
	background: none;
	clear: both;
	padding: 40px 30px;
	position: relative;
	right: initial;
	text-align: center;
	top: 0;
	width: auto;
	width: initial;
	white-space: normal;
	z-index: 1;
	-moz-transform: translateY(0%);
	-ms-transform: translateY(0%);
	-o-transform: translateY(0%);
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
}
#Prot > div > h2 {
	color: #FFF;
	margin: 0 0 1em;
}
#Prot > div > h2 > small {
	margin: 0;
}
#Prot > div > h2 > span {
	border-bottom: #900 solid 1px;
	border-top: #900 solid 1px;
	color: #C00;
	margin: 0 0 1em;
}
#Prot > div > h2 > strong {
	font-size: 1.5em;
}
#Prot > div > p {
	color: #FFF;
	font-size: 1em;
	margin: 0 0 2em;
	text-align: justify;
}
#Prot > div > p > br {
	display: none;
}
#Item {
	background-color: #e5e5e5;
	padding: 40px 20px;
}
#Item > ul > li > span > a:nth-of-type(2) {
	background-color: #e5e5e5;
	font-size: 1.375em;
}
#Item > ul {
	clear: both;
	float: none;
	width: auto;
	width: initial;
}
#Item > ul > li {
	clear: both;
	float: none;
	width: auto;
	width: initial;
}
#Item > ul > li:nth-of-type(1) {
	margin: 0 0 30px;
}
#Item > ul > li > p > br {
	display: none;
}

}
