@charset "UTF-8";

section#group img {
	max-width: 100%;
	height: auto;
}

/* 10.GROUP
----------------------------------------------- */
section#group {
	background: url("/img/common/33/bg_stripe_gy.svg") repeat;
	padding: 2% 0;
	text-align: center;
	font-size: 93%;
}/*
section#group div.w1140 {
	width: 1140px;
    margin: 0 auto;
    display: flex;
}
    @media screen and (max-width: 568px) {
        section#group div.w1140 {width: 100%; display: block;
        }
}*/
section#group div.w940 {
	max-width: 1140px;
	margin: auto;
}
	@media screen and (max-width: 568px) {
		section#group div.w940 { width:96%; }
        section#group ul li figure img { width: 95%;}
	}/*
section#group div.item1 {
	width: 75%;
    padding: 0 2em 2em;
    background: rgba(230,0,18,.05);
}
    @media screen and (max-width: 568px) {
        section#group div.item1 { width:100%;
            padding: 2em;
        }
    }

section#group div.item2 {
	width: 25%;
    padding: 0 2em 2em;
}
    @media screen and (max-width: 568px) {
            section#group div.item2 { width:100%;}
        }*/
section#group h2 {
	 color: #e60012;
	 font-size: 143%;
	 margin-bottom: 1em;
}
section#group p {
	font-size: 14px;
	margin-bottom: 10px;
}
section#group ul {
	display: flex;
	justify-content: space-between;
	list-style: none;
	margin: 0;
	padding: 0;
}
section#group ul#group-sp {
	display: none;
}
section#group ul#group-pc li {
	display: inline-block;
	box-sizing: border-box;
	padding: 1%;
	vertical-align: top;
}
section#group ul#group-pc li:nth-child(1),
section#group ul#group-pc li:nth-child(2),
section#group ul#group-pc li:nth-child(3){
	width: 33%;
}
section#group ul#group-pc li:nth-child(4),
section#group ul#group-pc li:nth-child(5),
section#group ul#group-pc li:nth-child(6),
section#group ul#group-pc li:nth-child(7){
	/*width: 24.7%;*/
	width: 33%;
}
section#group ul#pr-pc li {
	display: inline-block;
	box-sizing: border-box;
	padding: 0 1%;
	vertical-align: top;
    width: 95%;
}
section#group ul#group-pc.group-4 li{
    width: 24.5%;
}
section#group ul#group-pc.group-5 li{
    width: 19.5%;
}
    @media screen and (max-width: 568px) {
            section#group ul#pr-pc li { width:100%; }
        }
section#group ul li figure {
	margin-bottom: 0.2em;
}
section#group ul li figure img {
	width: 100%;
}
section#group ul li a {
	color: #1a1a1a;
}

/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {/*画像まわりの白縁*
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border: solid #fff 10px;
	left: -5px;
	background: #fff;
	left: -5px;*/
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.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: #fff;
	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: #ff9600;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

#pr .bx-wrapper .bx-prev {
	left: -5px;/**/
	background: url(/images/common/controls.png) no-repeat 0 -32px;
}

#pr .bx-wrapper .bx-next {
	right: -5px;/**/
	background: url(/images/common/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -30px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size:140%;
	padding: 10px;
}

/* ==============================================================
 Less than TABLET
================================================================= */
@media screen and (max-width: 979px) {
	section#group ul#group-pc { display:none; }
	section#group ul#group-sp { display:block; }
	section#group ul#group-sp li { width:42vw !important; padding:0 1vw; box-sizing:border-box; }
	section#group .bx-wrapper .bx-controls-direction a { top:50%; }
	section#group div.bx-controls-direction a.bx-prev,
	section#group div.bx-controls-direction a.bx-next {	display:block; width:20px; height:46px;	}
	section#group div.bx-controls-direction a.bx-prev { background:url("../img/group/slider_arrow_l.svg") no-repeat; left:-1%; }
	section#group div.bx-controls-direction a.bx-next { background:url("../img/group/slider_arrow_r.svg") no-repeat; right:-1%; }
	section#group div.w940 { width:96%; }
}
/* ==============================================================
 Less than SP-PORTRAIT
================================================================= */
@media screen and (max-width:480px) {
	section#group div.bx-wrapper ul#group-sp li { width:90vw !important; margin:0 15px 10px 0; }
}