/* ヘッダーメイン */

@media screen and (min-width: 641px){

#thmain {
	width: 100%;
	height: 1000px;
	background: url(img/sli_img/sli01.jpg) no-repeat center;
	background-size: cover;
	position: relative;
	z-index: 0;
	}

#thmain:before {
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	position: absolute;
	left: 0px;
	top: 0px;
	}

#thmain img {
	width: 80%;
	max-width: 903px;
	position: absolute;
    position: absolute;
    left: 50%;
    top: calc(50% + 50px);
    transform: translate(-50%, -50%);
	}

#thmain p {
	width: 100%;
	background: rgba(0,0,0,0.2);
	font-size: 21px;
	font-weight: bold;
	line-height: 120%;
	color: #ffffff;
	padding: 20px 5%;
	text-align: center;
	position: absolute;
	left: 0px;
	bottom: 0px;
	}

#thmain p span {
	border-right: 1px #ffffff solid;
	margin: 0px 20px 0px 0px;
	padding: 0px 20px 0px 0px;
	}

#thmain p a {
	color: #ffffff;
	}

}

@media screen and (max-width: 640px){

#thmain {
	width: 100%;
	height: 70vh;
	background: url(img/sli_img/sli01.jpg) no-repeat center;
	background-size: cover;
	position: relative;
	z-index: 0;
	}

#thmain:before {
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	position: absolute;
	left: 0px;
	top: 0px;
	}

#thmain img {
	width: 80%;
	position: absolute;
    position: absolute;
    left: 50%;
    top: calc(50% + 10px);
    transform: translate(-50%, -50%);
	}

#thmain p {
	width: 100%;
	background: rgba(0,0,0,0.2);
	font-size: 16px;
	font-weight: bold;
	line-height: 120%;
	color: #ffffff;
	padding: 15px 5%;
	text-align: center;
	position: absolute;
	left: 0px;
	bottom: 0px;
	}

#thmain p span {
	border-right: 1px #ffffff solid;
	margin: 0px 15px 0px 0px;
	padding: 0px 15px 0px 0px;
	}

#thmain p a {
	color: #ffffff;
	}

}


/* トップページ */

@media screen and (min-width: 641px){

#top {
	line-height: 200%;
	}

#top section {
	padding: 130px 0px;
	}

#top .cop {
	text-align: center;
	position: relative;
	}

#top .cop br {
	display: none;
	}

#top .camban {
	width: 90%;
	max-width: 800px;
	margin: 80px auto 0px auto;
	display: block;
	}

#top .camban img {
	width: 100%;
	}

#top .conc {
	background: url(img/contex01.png) no-repeat right -10px top 60px;
	padding: 130px 0px 0px 0px;
	}

#top .conc dl {
	width: 100%;
	min-height: 700px;
	display: table;
	}

#top .conc dt {
	width: 53.125%;
	background: url(img/conpho01.jpg) no-repeat center;
	background-size: cover;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	display: table-cell;
	}

#top .conc dd {
	width: 46.875%;
	line-height: 250%;
	padding: 0px 0px 0px 5%;
	display: table-cell;
	vertical-align: middle;
	}

#top .conc dd ol {
	width: 90%;
	max-width: 570px;
	}

#top .conc dd h2 {
	font-size: 40px;
	line-height: 150%;
	letter-spacing: 0.1em;
	margin: 0px 0px 30px 0px;
	}

#top .conc dd h2 font {
	color: #E52082;
	}

#top .conc dd a {
	font-size: 21px;
	font-weight: bold;
	line-height: 24px;
	margin: 40px 0px 0px auto;
	display: table;
	}

#top .conc dd a #arr {
	margin: 0px 0px 0px 10px;
	display: inline-block;
	position: relative;
	right: auto;
	bottom: auto;
	}

#top .eve {
	width: 100%;
	background: url(img/evebg.jpg) no-repeat center;
	background-size: cover;
	margin: 80px 0px 0px 0px;
	position: relative;
	}

#top .eve:before {
	content: '';
	width: 100%;
	height: 100%;
	background: linear-gradient(to right,  rgba(0,0,0,0.9) 0%,rgba(0,0,0,0.9) 20%,rgba(0,0,0,0.2) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	position: absolute;
	left: 0px;
	top: 0px;
	}

#top .eve:after {
	content: '';
	width: 355px;
	height: 156px;
	background: url(img/evetex01.png) no-repeat;
	position: absolute;
	left: -10px;
	top: 60px;
	}

#top .eve ul {
	width: 90%;
	max-width: 1400px;
	margin: 0px auto;
	display: flex;
	flex-wrap: wrap;
	}

#top .eve ul a {
	width: 31.428%;
	background: #ffffff;
	margin: 0px 2.857% 0px 0px;
	padding: 40px 2.857% 50px 2.857%;
	display: block;
	position: relative;
	overflow: hidden;
	}

#top .eve ul a:last-child {
	margin: 0px;
	}

#top .eve ul a img {
	width: 100%;
	height: auto;
	}

#top .eve ul a h3 {
	font-size: 21px;
	line-height: 120%;
	margin: 30px 0px 20px 0px;
	}

#top .eve ul a dl {
	width: 100%;
	margin: 0px auto;
	display: table;
	}

#top .eve ul a dt {
	width: 50px;
	font-weight: bold;
	display: table-cell;
	}

#top .eve ul a dd {
	width: calc(100% - 50px);
	}

#top .eve ul a .day dd {
	font-size: 28px;
	font-weight: bold;
	}

#top .mod {
	background: url(img/modtex01.png) no-repeat right -10px top 60px;
	position: relative;
	}

#top .mod:before {
	content: '';
	width: 160px;
	height: 216px;
	background: url(img/modman01.png) no-repeat center;
	background-size: cover;
	position: absolute;
	left: 57px;
	top: 57px;
	}

#top .mod ol {
	width: 90%;
	max-width: 1200px;
	margin: 0px auto -40px auto;
	display: flex;
	flex-wrap: wrap;
	}

#top .mod a {
	width: 48.333%;
	background: #f5f5f5;
	margin: 0px 3.333% 40px 0px;
	padding: 0px 0px 50px 0px;
	text-align: center;
	display: block;
	overflow: hidden;
	}

#top .mod a:nth-child(2n) {
	margin: 0px 0px 40px 0px;
	}

#top .mod a img {
	width: 100%;
	margin: 0px 0px 50px 0px;
	}

#top .mod a h3 {
	font-size: 32px;
	line-height: 120%;
	margin: 0px 0px 20px 0px;
	}

#top .mod a p {
	width: 160px;
	background: #FDEEF5;
	border: 1px #E52082 solid;
	font-size: 18px;
	font-weight: bold;
	line-height: 40px;
	color: #E52082;
	letter-spacing: normal;
	margin: 20px auto 0px auto;
	}

#top .exa {
	background: #f5f5f5;
	position: relative;
	overflow: hidden;
	}

#top .exa:before {
	content: '';
	width: 300px;
	height: 270px;
	background: url(img/examan01.png) no-repeat center;
	background-size: cover;
	position: absolute;
	right: -15px;
	top: 10px;
	}

#top .exa .bxslider {
	width: 90%;
	max-width: 1200px;
	margin: 0px auto 144px auto;
	position: relative;
	}

#top .exa .bx-viewport {
  	overflow: visible!important;
	}

#top .exa .bx-prev {
	left: -38px;
	}

#top .exa .bx-prev:before {
	content: '';
	width: 20px;
	height: 20px;
	background: #ffffff;
	border-top: 5px #E52082 solid;
	border-right: 5px #E52082 solid;
	position: absolute;
	left: 23px;
	top: 25px;
    transform: rotate(-135deg);
	}

#top .exa .bx-prev:after {
	content: '';
	width: 25px;
	border-top: 5px #E52082 solid;
	position: absolute;
    left: 25px;
	top: 50%;
    transform: translateY(-50%);
	}

#top .exa .bx-next {
	right: -38px;
	}

#top .exa .bx-next:before {
	content: '';
	width: 20px;
	height: 20px;
	border-top: 5px #E52082 solid;
	border-right: 5px #E52082 solid;
	position: absolute;
	right: 23px;
	top: 25px;
    transform: rotate(45deg);
	}

#top .exa .bx-next:after {
	content: '';
	width: 25px;
	border-top: 5px #E52082 solid;
	position: absolute;
    right: 25px;
	top: 50%;
    transform: translateY(-50%);
	}

#top .exa .bx-controls-direction {
	width: 100%;
	position: absolute;
    left: 50%;
	top: calc(50% - 32px);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	z-index: 53;
	}

#top .exa .bx-controls-direction a {
	width: 76px;
	height: 76px;
	background: #ffffff;
	border: 3px #E52082 solid;
	border-radius: 100%;
	position: absolute;
	top: 0px;
	text-indent: -9999px;
	}

#top .exa .bx-pager {
	text-align: center;
	position: absolute;
	bottom: -82px;
	left: 0;
	right: 0;
	z-index: 52;
	}

#top .exa .bx-pager .bx-pager-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	}

#top .exa .bx-default-pager a {
	width: 14px;
	height: 14px;
	background: #cccccc;
	border-radius: 100%;
	margin: 0px 7px;
	display: block;
	text-indent: -9999px;
	outline: 0;
	}

#top .exa .bx-default-pager a:hover,
#top .exa .bx-default-pager a.active {
	background: #111111;
  	}

#top .exa ul {
	display: flex;
	flex-wrap: wrap;
	}

#top .exa ul a {
	width: 100%;
	background: #ffffff;
	display: block;
	position: relative;
	overflow: hidden;
	}

#top .exa dl {
	width: 100%;
	display: table;
	}

#top .exa dt {
	width: 45.833%;
	display: table-cell;
	}

#top .exa dt img {
	width: 100%;
	height: auto;
	}

#top .exa dd {
	width: 54.166%;
	padding: 100px 4.166% 0px 4.166%;
	display: table-cell;
	vertical-align: top;
	}

#top .exa dd h3 {
	font-size: 32px;
	line-height: 120%;
	margin: 0px 0px 20px 0px;
	}

#top .exa dd p {
	width: 100%;
	margin: 80px 0px 0px 0px;
	display: flex;
	flex-wrap: wrap;
	}

#top .exa dd span {
	width: 48.181%;
	margin: 0px 3.636% 0px 0px;
	}

#top .exa dd span:last-child {
	margin: 0px;
	}

#top .exa dd span img {
	width: 100%;
	height: auto;
	}

#top .blo {
	width: 90%;
	max-width: 1200px;
	margin: 0px auto;
	}

#top .blo a {
	position: relative;
	}

#top .blo a #arr {
	right: 0px;
	top: calc(50% - 20px);
    transform: translateY(-50%);
	}

#top .blo dl {
	width: 100%;
	border-bottom: 1px #e0e0e0 solid;
	margin: 0px 0px 40px 0px;
	padding: 0px 0px 40px 0px;
	display: table;
	}

#top .blo dl:last-child {
	margin: 0px;
	padding: 0px;
	}

#top .blo dt {
	width: 25%;
	display: table-cell;
	vertical-align: top;
	}

#top .blo dt img {
	width: 100%;
	height: auto;
	}

#top .blo dd {
	width: 75%;
	padding: 0px 34px 0px 2.5%;
	display: table-cell;
	vertical-align: middle;
	}

#top .blo dd p {
	color: #666666;
	margin: 0px 0px 20px 0px;
	}

#top .blo dd h3 {
	font-size: 21px;
	line-height: 120%;
	}

#top .blo #mor {
	width: 460px;
	}

#top .pla {
	padding: 0px 0px 130px 0px;
	}

#top .pla .tit {
	width: 100%;
	height: 920px;
	background: url(img/plabg.jpg) no-repeat center;
	background-size: cover;
	margin: 0px 0px -190px 0px;
	text-align: center;
	position: relative;
	}

#top .pla .tit:before {
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	position: absolute;
	left: 0px;
	top: 0px;
	}

#top .pla .tit img {
	width: 80%;
	max-width: 616px;
	margin: 130px 0px 0px 0px;
	position: relative;
	z-index: 1;
	}

/*
右から左へ
----------------------------*/
@keyframes infinity-scroll-left {
  	from {
    	transform: translateX(0);
  	}
  	to {
    	transform: translateX(-100%);
  	}
}

/*
IE11対策
----------------------------*/
_:-ms-lang(x)::-ms-backdrop,
.sli {
  	display: -ms-grid;
  	overflow: hidden;
	}
/*----------------------------*/

#top .pla .sli__wrap {
  	display: flex;
  	overflow: hidden;
	}

#top .pla .sli__list {
  	display: flex;
	flex-wrap: wrap;
	}

#top .pla .sli__list--left{
	animation : infinity-scroll-left 8s infinite linear 0s both;
	}

#top .pla li {
  	width: 300px;
	background: #ffffff;
	margin: 0px 30px 0px 0px;
	padding: 30px;
	text-align: center;
	position: relative;
	overflow: hidden;
	}

#top .pla li p {
  	width: 240px;
	line-height: 120px;
	margin: 0px 0px 20px 0px;
	}

#top .pla li img {
  	max-width: 100%;
  	max-height: 120px;
	display: inline-block;
	vertical-align: middle;
	}

#top .pla li span {
	font-size: 21px;
	font-weight: bold;
	color: #E52082;
	letter-spacing: normal;
	}

#top .pla li ol {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
	color: #ffffff;
	padding: 40px 30px 0px 30px;
	text-align: left;
	position: absolute;
	left: 0px;
	top: 0px;
	}

#top .pla li h3 {
	font-size: 28px;
	line-height: 120%;
	margin: 0px 0px 20px 0px;
	text-align: center;
	}

#top .pla li ol .log {
	background: #ffffff;
	border: 2px #E52082 solid;
	color: #E52082;
	margin: 30px auto -10px auto;
	}

#top .pla #mor.log:before {
	border-top: 2px #E52082 solid;
	border-right: 2px #E52082 solid;
	}

#top .pla #mor.log:after {
	border-top: 2px #E52082 solid;
	}

#top .pla .lin {
	width: 90%;
	max-width: 920px;
	font-size: 28px;
	margin: 0px auto;
	display: flex;
	flex-wrap: wrap;
	}

#top .pla .lin #mor {
	width: 47.826%;
	height: 90px;
	border-radius: 45px;
	line-height: 120%;
	margin: 80px 4.347% 0px 0px;
	}

#top .pla .lin #mor:last-child {
	margin: 80px 0px 0px 0px;
	}

#top .pla .lin #mor:before {
	top: 42px;
	}

#top .pla .lin #mor.sea {
	background: #20CDE6;
	letter-spacing: normal;
	}

#top .pla .lin p {
	font-size: 16px;
	margin: 8px 0px -2px 0px;
	}

#top .low {
	width: 95%;
	max-width: 1400px;
	min-height: 700px;
	background: url(img/lowbg.jpg) no-repeat center;
	background-size: cover;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	margin: 130px 0px 0px auto;
	padding: 100px 0px;
	position: relative;
	overflow: hidden
	}

#top .low:before {
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	position: absolute;
	left: 0px;
	top: 0px;
	}

#top .low ol {
	width: 90%;
	max-width: 500px;
	color: #ffffff;
	margin: 0px 0px 0px 7.142%;
	position: relative;
	z-index: 1;
	}

#top .low h2.title:before {
	content: '';
	width: 60px;
	border-top: 1px #ffffff solid;
	position: absolute;
    left: 50%;
	bottom: -30px;
    transform: translateX(-50%);
	}

#top .low h2.title p {
	color: #ffffff;
	}

#top .lif {
	background: url(img/liftex01.png) no-repeat right -10px top 60px;
	padding: 130px 0px 0px 0px;
	}

#top .lif ol {
	width: calc(100% - 20px);
	margin: 0px auto;
	display: flex;
	flex-wrap: wrap;
	}

#top .lif a {
	width: calc((100% - 30px) / 4);
	min-height: 520px;
	color: #ffffff;
	margin: 0px 10px 0px 0px;
	display: block;
	position: relative;
	overflow: hidden;
	}

#top .lif a:last-child {
	margin: 0px;
	}

#top .lif a:before {
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
	position: absolute;
	left: 0px;
	top: 0px;
	}

#top .lif a.vin {
	background: url(img/lifvinbg.jpg) no-repeat center;
	background-size: cover;
	}

#top .lif a.roc {
	background: url(img/lifrocbg.jpg) no-repeat center;
	background-size: cover;
	}

#top .lif a.pur {
	background: url(img/lifpurbg.jpg) no-repeat center;
	background-size: cover;
	}

#top .lif a.gir {
	background: url(img/lifgirbg.jpg) no-repeat center;
	background-size: cover;
	}

#top .lif ul {
	width: 100%;
	height: 100%;
	padding: 150px 10.322% 0px 10.322%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
	}

#top .lif .vin ul {
	background: url(img/lifvinhou.png) no-repeat right bottom;
	background-size: 300px auto;
	}

#top .lif .roc ul {
	background: url(img/lifrochou.png) no-repeat right bottom;
	background-size: 300px auto;
	}

#top .lif .pur ul {
	background: url(img/lifpurhou.png) no-repeat right bottom;
	background-size: 300px auto;
	}

#top .lif .gir ul {
	background: url(img/lifgirhou.png) no-repeat right bottom;
	background-size: 300px auto;
	}

#top .lif h3 {
	height: 75px;
	line-height: 75px;
	margin: 0px 0px 30px 0px;
	text-align: center;
	}

#top .lif h3 img {
	width: 100%;
	max-width: 300px;
	max-height: 100%;
	display: inline-block;
	vertical-align: middle;
	}

#top .lif .roc h3 img {
	width: 234px;
	max-width: 100%;
	max-height: 50px;
	}

#top .lif ul p {
	font-size: 120px;
	font-weight: bold;
	line-height: 100%;
	letter-spacing: normal;
	position: absolute;
	left: 10px;
	bottom: -19px;
	opacity: 0.3;
	}

#top .sta a {
	width: 90%;
	max-width: 1000px;
	background: #E52082;
	color: #ffffff;
	margin: 0px auto;
	display: block;
	overflow: hidden;
	}

#top .sta dl {
	width: 100%;
	min-height: 240px;
	display: table;
	}

#top .sta dd {
	width: 50%;
	padding: 0px 4%;
	display: table-cell;
	vertical-align: middle;
	}

#top .sta dd h2 {
	font-size: 32px;
	margin: 0px 0px 20px 0px;
	}

#top .sta dd h2 p {
	font-size: 21px;
	letter-spacing: normal;
	margin: 0px 0px 10px 0px;
	}

#top .sta dd h2 span {
	width: 24px;
	height: 24px;
	background: #ffffff;
	border-radius: 100%;
	margin: 0px 0px 0px 10px;
	display: inline-block;
	position: relative;
	}

#top .sta dd h2 span:before {
	content: '';
	width: 7px;
	height: 7px;
	border-top: 2px #E52082 solid;
	border-right: 2px #E52082 solid;
    transform: rotate(45deg);
	position: absolute;
    right: 7px;
	top: 9px;
	}

#top .sta dd h2 span:after {
	content: '';
	width: 10px;
	border-top: 2px #E52082 solid;
	position: absolute;
	left: 50%;
	top: 50%;
    transform: translate(-50%, -50%);
	}

#top .sta dt {
	width: 50%;
	background: url(img/stabg.jpg) no-repeat center;
	background-size: cover;
	display: table-cell;
	}

#top .ins {
	width: 100%;
	background: #f5f5f5;
	padding: 130px 0px 110px 0px;
	}

#top .ins ol {
	width: 90%;
	max-width: 1400px;
	margin: 0px auto;
	}

}

@media screen and (max-width: 640px){

#top {
	line-height: 200%;
	}

#top section {
	padding: 70px 0px;
	}

#top .cop {
	text-align: center;
	position: relative;
	}

#top .cop br {
	display: none;
	}

#top .camban {
	width: 90%;
	margin: 40px auto 0px auto;
	display: block;
	}

#top .camban img {
	width: 100%;
	}

#top .conc {
	background: url(img/contex01.png) no-repeat right -10px top 10px;
	background-size: auto 94px;
	padding: 70px 0px 0px 0px;
	}

#top .conc dt {
	width: 90%;
	height: 300px;
	background: url(img/conpho01.jpg) no-repeat center;
	background-size: cover;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	margin: 0px 0px 30px 0px;
	}

#top .conc dd {
	width: 90%;
	line-height: 250%;
	margin: 0px auto;
	}

#top .conc dd h2 {
	font-size: 28px;
	line-height: 150%;
	letter-spacing: 0.1em;
	margin: 0px 0px 20px 0px;
	}

#top .conc dd h2 font {
	color: #E52082;
	}

#top .conc dd a {
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	margin: 20px 0px 0px auto;
	display: table;
	}

#top .conc dd a #arr {
	margin: 0px 0px 0px 5px;
	display: inline-block;
	position: relative;
	right: auto;
	bottom: auto;
	}

#top .eve {
	width: 100%;
	background: url(img/evebg.jpg) no-repeat center;
	background-size: cover;
	margin: 40px 0px 0px 0px;
	position: relative;
	}

#top .eve:before {
	content: '';
	width: 100%;
	height: 100%;
	background: linear-gradient(to right,  rgba(0,0,0,0.9) 0%,rgba(0,0,0,0.9) 20%,rgba(0,0,0,0.2) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	position: absolute;
	left: 0px;
	top: 0px;
	}

#top .eve:after {
	content: '';
	width: 177.5px;
	height: 78px;
	background: url(img/evetex01.png) no-repeat;
	background-size: cover;
	position: absolute;
	left: -10px;
	top: 30px;
	}

#top .eve ul {
	width: 90%;
	margin: 0px auto;
	}

#top .eve ul a {
	width: 100%;
	background: #ffffff;
	margin: 0px 0px 20px 0px;
	padding: 30px;
	display: block;
	position: relative;
	overflow: hidden;
	}

#top .eve ul a:last-child {
	margin: 0px;
	}

#top .eve ul a img {
	width: 100%;
	height: auto;
	}

#top .eve ul a h3 {
	font-size: 18px;
	line-height: 120%;
	margin: 20px 0px 15px 0px;
	}

#top .eve ul a dl {
	width: 100%;
	margin: 0px auto;
	display: table;
	}

#top .eve ul a dt {
	width: 40px;
	font-weight: bold;
	display: table-cell;
	}

#top .eve ul a dd {
	width: calc(100% - 40px);
	}

#top .eve ul a .day dd {
	font-size: 24px;
	font-weight: bold;
	}

#top .mod {
	background: url(img/modtex01.png) no-repeat right -10px top 30px;
	background-size: auto 81.5px;
	position: relative;
	}

#top .mod:before {
	content: '';
	width: 80px;
	height: 108px;
	background: url(img/modman01.png) no-repeat center;
	background-size: cover;
	position: absolute;
	left: 10px;
	top: 20px;
	}

#top .mod ol {
	width: 90%;
	max-width: 1200px;
	margin: 0px auto -40px auto;
	display: flex;
	flex-wrap: wrap;
	}

#top .mod a {
	width: 100%;
	background: #f5f5f5;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 30px 0px;
	text-align: center;
	display: block;
	overflow: hidden;
	}

#top .mod a:last-child {
	margin: 0px;
	}

#top .mod a img {
	width: 100%;
	margin: 0px 0px 30px 0px;
	}

#top .mod a h3 {
	font-size: 21px;
	line-height: 120%;
	margin: 0px 0px 10px 0px;
	}

#top .mod a p {
	width: 140px;
	background: #FDEEF5;
	border: 1px #E52082 solid;
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
	color: #E52082;
	letter-spacing: normal;
	margin: 10px auto 0px auto;
	}

#top .exa {
	background: #f5f5f5;
	position: relative;
	overflow: hidden;
	}

#top .exa:before {
	content: '';
	width: 150px;
	height: 135px;
	background: url(img/examan01.png) no-repeat center;
	background-size: cover;
	position: absolute;
	right: -15px;
	top: 10px;
	}

#top .exa .bxslider {
	width: 90%;
	margin: 0px auto 84px auto;
	position: relative;
	}

#top .exa .bx-viewport {
  	overflow: visible!important;
	}

#top .exa .bx-prev {
	left: -20px;
	}

#top .exa .bx-prev:before {
	content: '';
	width: 10px;
	height: 10px;
	background: #ffffff;
	border-top: 3px #E52082 solid;
	border-right: 3px #E52082 solid;
	position: absolute;
	left: 12px;
	top: 12px;
    transform: rotate(-135deg);
	}

#top .exa .bx-prev:after {
	content: '';
	width: 12px;
	border-top: 3px #E52082 solid;
	position: absolute;
    left: 12px;
	top: 50%;
    transform: translateY(-50%);
	}

#top .exa .bx-next {
	right: -20px;
	}

#top .exa .bx-next:before {
	content: '';
	width: 10px;
	height: 10px;
	border-top: 3px #E52082 solid;
	border-right: 3px #E52082 solid;
	position: absolute;
	right: 12px;
	top: 12px;
    transform: rotate(45deg);
	}

#top .exa .bx-next:after {
	content: '';
	width: 12px;
	border-top: 3px #E52082 solid;
	position: absolute;
    right: 12px;
	top: 50%;
    transform: translateY(-50%);
	}

#top .exa .bx-controls-direction {
	width: 100%;
	position: absolute;
    left: 50%;
	top: calc(50% - 32px);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	z-index: 53;
	}

#top .exa .bx-controls-direction a {
	width: 40px;
	height: 40px;
	background: #ffffff;
	border: 3px #E52082 solid;
	border-radius: 100%;
	position: absolute;
	top: 0px;
	text-indent: -9999px;
	}

#top .exa .bx-pager {
	text-align: center;
	position: absolute;
	bottom: -62px;
	left: 0;
	right: 0;
	z-index: 52;
	}

#top .exa .bx-pager .bx-pager-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	}

#top .exa .bx-default-pager a {
	width: 14px;
	height: 14px;
	background: #cccccc;
	border-radius: 100%;
	margin: 0px 7px;
	display: block;
	text-indent: -9999px;
	outline: 0;
	}

#top .exa .bx-default-pager a:hover,
#top .exa .bx-default-pager a.active {
	background: #111111;
  	}

#top .exa ul {
	display: flex;
	flex-wrap: wrap;
	}

#top .exa ul a {
	width: 100%;
	background: #ffffff;
	display: block;
	position: relative;
	overflow: hidden;
	}

#top .exa dt {
	width: 100%;
	}

#top .exa dt img {
	width: 100%;
	height: auto;
	}

#top .exa dd {
	width: 90%;
	margin: 30px auto;
	}

#top .exa dd h3 {
	font-size: 21px;
	line-height: 120%;
	margin: 0px 0px 20px 0px;
	}

#top .exa dd p {
	width: 100%;
	margin: 30px 0px 0px 0px;
	display: flex;
	flex-wrap: wrap;
	}

#top .exa dd span {
	width: 48.181%;
	margin: 0px 3.636% 0px 0px;
	}

#top .exa dd span:last-child {
	margin: 0px;
	}

#top .exa dd span img {
	width: 100%;
	height: auto;
	}

#top .blo {
	width: 90%;
	margin: 0px auto;
	}

#top .blo a {
	position: relative;
	}

#top .blo a #arr {
	right: 0px;
	top: calc(50% - 10px);
    transform: translateY(-50%);
	}

#top .blo dl {
	width: 100%;
	border-bottom: 1px #e0e0e0 solid;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 20px 0px;
	display: table;
	}

#top .blo dl:last-child {
	margin: 0px;
	padding: 0px;
	}

#top .blo dt {
	width: 30%;
	display: table-cell;
	vertical-align: top;
	}

#top .blo dt img {
	width: 100%;
	height: auto;
	}

#top .blo dd {
	width: 70%;
	padding: 0px 30px 0px 3%;
	display: table-cell;
	vertical-align: middle;
	}

#top .blo dd p {
	color: #666666;
	}

#top .blo dd h3 {
	font-size: 16px;
	line-height: 120%;
	}

#top .blo #mor {
	width: 100%;
	}

#top .pla {
	padding: 0px 0px 70px 0px;
	}

#top .pla .tit {
	width: 100%;
	height: 480px;
	background: url(img/plabg.jpg) no-repeat center;
	background-size: cover;
	margin: 0px 0px -100px 0px;
	text-align: center;
	position: relative;
	}

#top .pla .tit:before {
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	position: absolute;
	left: 0px;
	top: 0px;
	}

#top .pla .tit img {
	width: 75%;
	margin: 70px 0px 0px 0px;
	position: relative;
	z-index: 1;
	}

/*
右から左へ
----------------------------*/
@keyframes infinity-scroll-left {
  	from {
    	transform: translateX(0);
  	}
  	to {
    	transform: translateX(-100%);
  	}
}

/*
IE11対策
----------------------------*/
_:-ms-lang(x)::-ms-backdrop,
.sli {
  	display: -ms-grid;
  	overflow: hidden;
	}
/*----------------------------*/

#top .pla .sli__wrap {
  	display: flex;
  	overflow: hidden;
	}

#top .pla .sli__list {
  	display: flex;
	flex-wrap: wrap;
	}

#top .pla .sli__list--left{
	animation : infinity-scroll-left 8s infinite linear 0s both;
	}

#top .pla li {
  	width: 240px;
	background: #ffffff;
	margin: 0px 20px 0px 0px;
	padding: 20px;
	text-align: center;
	position: relative;
	overflow: hidden;
	}

#top .pla li p {
  	width: 200px;
	line-height: 110px;
	margin: 0px 0px 10px 0px;
	}

#top .pla li img {
  	max-width: 100%;
  	max-height: 110px;
	display: inline-block;
	vertical-align: middle;
	}

#top .pla li span {
	font-size: 16px;
	font-weight: bold;
	color: #E52082;
	letter-spacing: normal;
	}

#top .pla li ol {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
	color: #ffffff;
	padding: 30px 20px 0px 20px;
	text-align: left;
	position: absolute;
	left: 0px;
	top: 0px;
	}

#top .pla li h3 {
	font-size: 21px;
	line-height: 120%;
	margin: 0px 0px 10px 0px;
	text-align: center;
	}

#top .pla li ol .log {
	background: #ffffff;
	border: 2px #E52082 solid;
	color: #E52082;
	margin: 20px auto -5px auto;
	}

#top .pla #mor.log:before {
	border-top: 2px #E52082 solid;
	border-right: 2px #E52082 solid;
	}

#top .pla #mor.log:after {
	border-top: 2px #E52082 solid;
	}

#top .pla .lin {
	width: 90%;
	font-size: 18px;
	margin: 40px auto 0px auto;
	}

#top .pla .lin #mor {
	height: 70px;
	border-radius: 45px;
	line-height: 120%;
	margin: 20px auto 0px auto;
	padding: 10px 0px 0px 0px;
	}

#top .pla .lin #mor:last-child {
	margin: 20px auto 0px auto;
	}

#top .pla .lin #mor.sea {
	background: #20CDE6;
	letter-spacing: normal;
	}

#top .pla .lin p {
	font-size: 12px;
	}

#top .low {
	width: 95%;
	background: url(img/lowbg.jpg) no-repeat center;
	background-size: cover;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	margin: 70px 0px 0px auto;
	padding: 50px 0px;
	position: relative;
	overflow: hidden
	}

#top .low:before {
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	position: absolute;
	left: 0px;
	top: 0px;
	}

#top .low ol {
	width: 90%;
	color: #ffffff;
	margin: 0px 0px 0px 5%;
	position: relative;
	z-index: 1;
	}

#top .low h2.title:before {
	content: '';
	width: 30px;
	border-top: 1px #ffffff solid;
	position: absolute;
    left: 50%;
	bottom: -15px;
    transform: translateX(-50%);
	}

#top .low h2.title p {
	color: #ffffff;
	}

#top .lif {
	background: url(img/liftex01.png) no-repeat right -10px top 30px;
	background-size: auto 92px;
	padding: 70px 0px 0px 0px;
	}

#top .lif ol {
	width: calc(100% - 20px);
	margin: 0px auto;
	display: flex;
	flex-wrap: wrap;
	}

#top .lif a {
	width: calc((100% - 10px) / 2);
	min-height: 300px;
	color: #ffffff;
	margin: 0px 10px 10px 0px;
	display: block;
	position: relative;
	overflow: hidden;
	}

#top .lif a:nth-child(2n) {
	margin: 0px 0px 10px 0px;
	}

#top .lif a:before {
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
	position: absolute;
	left: 0px;
	top: 0px;
	}

#top .lif a.vin {
	background: url(img/lifvinbg.jpg) no-repeat center;
	background-size: cover;
	}

#top .lif a.roc {
	background: url(img/lifrocbg.jpg) no-repeat center;
	background-size: cover;
	}

#top .lif a.pur {
	background: url(img/lifpurbg.jpg) no-repeat center;
	background-size: cover;
	}

#top .lif a.gir {
	background: url(img/lifgirbg.jpg) no-repeat center;
	background-size: cover;
	}

#top .lif ul {
	width: 100%;
	height: 100%;
	padding: 50px 10.322% 0px 10.322%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
	}

#top .lif .vin ul {
	background: url(img/lifvinhou.png) no-repeat right bottom;
	background-size: 150px auto;
	}

#top .lif .roc ul {
	background: url(img/lifrochou.png) no-repeat right bottom;
	background-size: 150px auto;
	}

#top .lif .pur ul {
	background: url(img/lifpurhou.png) no-repeat right bottom;
	background-size: 150px auto;
	}

#top .lif .gir ul {
	background: url(img/lifgirhou.png) no-repeat right bottom;
	background-size: 150px auto;
	}

#top .lif h3 {
	height: 37.5px;
	line-height: 37.5px;
	margin: 0px 0px 10px 0px;
	text-align: center;
	}

#top .lif h3 img {
	max-width: 100%;
	max-height: 100%;
	display: inline-block;
	vertical-align: middle;
	}

#top .lif .roc h3 img {
	width: 130px;
	max-width: 100%;
	max-height: 37.5px;
	}

#top .lif ul p {
	font-size: 60px;
	font-weight: bold;
	line-height: 100%;
	letter-spacing: normal;
	position: absolute;
	left: 10px;
	bottom: -10px;
	opacity: 0.3;
	}

#top .sta a {
	width: 90%;
	max-width: 1000px;
	background: #E52082;
	color: #ffffff;
	margin: 0px auto;
	display: block;
	overflow: hidden;
	}

#top .sta dl {
	width: 100%;
	display: flex;
	flex-direction: column;
	}

#top .sta dd {
	width: 90%;
	margin: 20px auto;
	order: 2;
	}

#top .sta dd h2 {
	font-size: 21px;
	line-height: 100%;
	margin: 0px 0px 10px 0px;
	}

#top .sta dd h2 p {
	font-size: 14px;
	letter-spacing: normal;
	margin: 0px 0px 5px 0px;
	}

#top .sta dd h2 span {
	width: 20px;
	height: 20px;
	background: #ffffff;
	border-radius: 100%;
	margin: 0px 0px 0px 10px;
	display: inline-block;
	position: relative;
	}

#top .sta dd h2 span:before {
	content: '';
	width: 7px;
	height: 7px;
	border-top: 2px #E52082 solid;
	border-right: 2px #E52082 solid;
    transform: rotate(45deg);
	position: absolute;
    right: 6px;
	top: 7px;
	}

#top .sta dd h2 span:after {
	content: '';
	width: 8px;
	border-top: 2px #E52082 solid;
	position: absolute;
	left: 50%;
	top: 50%;
    transform: translate(-50%, -50%);
	}

#top .sta dt {
	width: 100%;
	height: 180px;
	background: url(img/stabg.jpg) no-repeat center;
	background-size: cover;
	order: 1;
	}

#top .ins {
	width: 100%;
	background: #f5f5f5;
	padding: 70px 0px 50px 0px;
	}

#top .ins ol {
	width: 90%;
	margin: 0px auto;
	}

}


/* 404エラー */

@media screen and (min-width: 641px){

#err {
	width: 75%;
	line-height: 200%;
	margin: 130px auto 0px auto;
	}

#err h2 {
	font-size: 48px;
	color: #cccccc;
	margin: 0px 0px 50px 0px;
	text-align: center;
	}

#err h3 {
	font-size: 24px;
	margin: 0px 0px 50px 0px;
	text-align: center;
	}

}

@media screen and (max-width: 640px){

#err {
	width: 90%;
	margin: 60px auto 0px auto;
	}

#err h2 {
	font-size: 32px;
	color: #cccccc;
	margin: 0px 0px 30px 0px;
	text-align: center;
	}

#err h3 {
	font-size: 18px;
	margin: 0px 0px 30px 0px;
	text-align: center;
	}

}

