@charset "utf-8";

html {
	font-size: 62.5%;
}

* {
	box-sizing: border-box;
}
 
body {
	background-color: #111;
	overflow-x: hidden;
	font-size: 1.6rem;
	color: #fff;
	line-height: 1.5;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
}

img {
	max-width: 100%;
	height: auto;
}

.pcNone {
	display: none;
}

.fb_iframe_widget > span {
	vertical-align: baseline !important;
}

.mt10 {
	margin-top: 10px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.mt30 {
	margin-top: 30px !important;
}

@media screen and (max-width: 767px) {
body {
	width: 100%;
	font-size: 1.4rem;
	font-family: -apple-system, "HelveticaNeue", Helvetica;
	-webkit-text-size-adjust: 100%;
}

img {
	width: 100%;
}

.spNone {
	display: none !important;
}

.pcNone {
	display: block !important;
}

}


/* link 
*****************************************/
a:link,
a:visited {
	color: #1ed760;
	text-decoration: underline;
}

a:hover,
a:active {
	text-decoration: none;
}

a:focus {
	overflow: hidden;
}

.hover a img {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}

.hover a:hover img {
	opacity: .6;
}

@media screen and (max-width: 767px) {
.hover a:hover img {
	opacity: 1.0;
}

}

/* footer
*****************************************/
#footer01 {
	position: relative;
	margin: 0 auto;
	padding: 50px 0 60px;
	max-width: 1000px;
}

.snsBtn01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.snsBtn01 > li {
	margin: 10px 5px 0;
	font-size: 0;
}

.lineBtn01 img {
	height: 20px;
}

.copyright01 {
	margin-top: 30px;
	color: #fff;
	font-size: 1.4rem;
	text-align: center;
}

.pageTop01 {
	position: fixed;
	bottom: 30px;
	right: 20px;
	width: 50px;
}

@media screen and (max-width: 767px) {
#footer01 {
	padding: 50px 2.6%;
}

.snsBtn01 img {
	width: auto;
}

.copyright01 {
	margin-top: 30px;
	color: #fff;
	font-size: 1.2rem;
	text-align: center;
}

.pageTop01 {
	bottom: 10px;
	right: 10px;
	width: 10%;
}

}

/* contents
*****************************************/
.wrap01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.wrap01.bC {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.wrap01.between {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.wrap01.aC {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.mainArea01 {
	padding-top: 20px;
	background: url(../images/bg01.png) repeat 0 0, -webkit-linear-gradient(top,  #010182 0%,#6000ff 60%,#d9007c 100%);
	background: url(../images/bg01.png) repeat 0 0, linear-gradient(to bottom,  #010182 0%,#6000ff 60%,#d9007c 100%);
}

.mainArea01 > .logo01 {
	margin: 0 auto;
	width: 357px;
}

.mainArea01 > .title01 {
	margin-top: 20px;
	padding: 25px 20px 20px;
	background-color: rgba(17, 17, 17, .5);
	font-size: 4.6rem;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
}

.mainArea01 > .inner01 {
	margin: 0 auto;
	padding: 20px 20px 60px;
	max-width: 1040px;
}

.mainArea01 > .inner01 > .text01 {
	margin-top: 10px;
	font-weight: bold;
	font-size: 2.0rem;
	text-align: center;
}

.col01 {
	width: 100%;
}

.col01 > .image01 {
	margin: 0 auto;
	width: 160px;
}

.col02 {
	margin-top: 20px;
	width: 100%;
}

.col02 > .text01 {
	font-size: 2.0rem;
	text-align: center;
}

.col03 {
	margin: 20px 0 0 4%;
	width: 30.4%;
}

.col03:nth-child(3n+1) {
	margin-left: 0;
}

.col03 > .text01 {
	margin-top: 10px;
	width: 100%;
	text-align: center;
}

.col04 {
	margin-top: 30px;
	width: 76%;
	color: #000;
}

.col04 > .text01 {
	margin-top: 30px;
	font-size: 1.4rem;
}

.col05 {
	margin-top: 30px;
	width: 23.4%;
}

.col06 {
	margin-top: 60px;
	width: 72%;
}

.col07 {
	margin-top: 60px;
	width: 25%;
}

.frameArea01 {
	margin-top: 20px;
	padding: 30px 39px;
	border: rgba(255, 255, 255, .5) solid 1px;
}

.frameArea01 > .text01 {
	font-size: 2.0rem;
	font-weight: bold;
	text-align: center;
}

.frameArea02 {
	background: url(../images/bg02.png) no-repeat center top;
	background-size: 100%;
}

.frameArea02 > .inner01 {
	margin: 0 auto;
	padding: 50px 20px;
	max-width: 1040px;
}

.frameArea03 {
	margin-top: 25px;
	padding: 25px 0 30px;
	border-top: rgba(255, 255, 255, .5) solid 1px;
}

.frameArea03 + .frameArea03 {
	margin-top: 0;
}

.frameArea03 > .title01 {
	font-family: 'Poppins', sans-serif;
	color: #1ed760;
	font-size: 4.0rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.2;
}

.frameArea03 > .text01 {
	margin-top: 10px;
	font-size: 2.0rem;
	font-weight: bold;
	text-align: center;
}

.frameArea04 {
	padding: 50px 20px;
	background: -webkit-linear-gradient(top, rgba(19,51,69,1) 0%,rgba(17,17,17,1) 100%);
	background: linear-gradient(to bottom, rgba(19,51,69,1) 0%,rgba(17,17,17,1) 100%);
}

.frameArea05.type01 {
	background: url(../images/bg03.png) repeat center top;
}
.frameArea05.type02 {
	background: url(../images/bg04.png) repeat center top;
}

.frameArea05 > .inner01 {
	margin: 0 auto;
	padding: 50px 20px;
	max-width: 1040px;
}

.frameArea05 > .inner01 > .text01 {
	margin-top: 30px;
}

.frameArea06 {
	margin-top: 60px;
	padding: 0 30px 30px;
	background-color: #fff;
}

.frameArea06 > .title01 {
	margin: 0 -30px;
	padding: 20px 0;
	background-color: #1ed760;
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
}

.heading01 {
	font-family: 'Poppins', sans-serif;
	font-size: 4.6rem;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
}

.list01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 710px; 
}

.list01 > li {
	width: 47.8%;
}

.list02 {
	margin-top: 15px;
}

.list02 > li {
	font-size: 1.4rem;
	text-align: center;
}

.list03 > li {
	position: relative;
	padding-left: 23px;
}

.list03 > li:before {
	position: absolute;
	top: .5em;
	left: 5px;
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #1ed760;
}

.list04 {
	margin-top: 30px;
	padding-top: 30px;
	border-top: rgba(255, 255, 255, .5) solid 1px;
}

.btn01 {
	margin: 25px auto 0;
	max-width: 340px;
}

.btn01 > a {
	position: relative;
	display: block;
	padding: 20px 0;
	font-size: 2.0rem;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}

.btn01.type01 > a {
	border: #888 solid 1px;
	color: #fff;
}
.btn01.type02 > a {
	border: #1ed760 solid 1px;
}
.btn01.type03 > a {
	border: #1ed760 solid 1px;
	background-color: #1ed760;
	color: #000;
}
.btn01.type04 > a {
	border: #fdc500 solid 1px;
	background-color: #fdc500;
	color: #000;
}
.btn01.type05 > a {
	border: #1da1f2 solid 1px;
	color: #1da1f2;
}

.btn01.type01 > a:hover {
	color: #1ed760;
}
.btn01.type02 > a:hover {
	color: #111;
}
.btn01.type03 > a:hover {
	background-color: transparent;
	color: #1ed760;
}
.btn01.type04 > a:hover {
	background-color: transparent;
	color: #fdc500;
}
.btn01.type05 > a:hover {
	color: #fdc500;
}

.btn01 > a:after,
.btn01 > a:before,
.btn01 > a > .inner01:after,
.btn01 > a > .inner01:before {
	display: block;
	position: absolute;
	content: "";
	z-index: 2;
	width: 0;
	height: 0;
	visibility: hidden;
	border: 1px solid transparent;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}

.btn01 > a:after {
	left: -1px;
	bottom: -1px;
}
.btn01.type01 > a:after {
	border-left-color: #1ed760;
}
.btn01.type02 > a:after {
	border-left-color: #888;
}
.btn01.type05 > a:after {
	border-left-color: #fdc500;
}

.btn01 > a:before {
	right: -1px;
	top: -1px;
}
.btn01.type01 > a:before {
	border-right-color: #1ed760;
}
.btn01.type02 > a:before {
	border-right-color: #888;
}
.btn01.type05 > a:before {
	border-right-color: #fdc500;
}

.btn01 > a > .inner01:after {
	right: -1px;
	bottom: -1px;
}
.btn01.type01 > a > .inner01:after {
	border-bottom-color: #1ed760;
}
.btn01.type02 > a > .inner01:after {
	border-bottom-color: #888;
}
.btn01.type05 > a > .inner01:after {
	border-bottom-color: #fdc500;
}

.btn01 > a > .inner01:before {
	left: -1px;
	top: -1px;
}
.btn01.type01 > a > .inner01:before {
	border-top-color: #1ed760;
}
.btn01.type02 > a > .inner01:before {
	border-top-color: #888;
}
.btn01.type05 > a > .inner01:before {
	border-top-color: #fdc500;
}

.btn01 > a:hover:after,
.btn01 > a:hover:before {
	height: 100%;
	visibility: visible;
}

.btn01 > a:hover > .inner01:after,
.btn01 > a:hover > .inner01:before {
	width: 100%;
	visibility: visible;
}

.sliderCol01 {
	margin-top: 30px;
	text-align: center;
}

.sliderCol01 > .inner01 > .image02 {
	margin-top: 30px;
}

.sliderCol01 > .inner01 > .image03 {
	margin: 30px auto 0;
}

.sliderCol01 > .inner01 > .image04 {
	margin: 30px auto 0;
}

.sliderCol01 > .inner01 > .text01 {
	margin-top: 30px;
	font-size: 2.0rem;
	font-weight: bold;
}

.sliderCol01 > .inner01 > .text02 {
	margin-top: 25px;
}

.bx-wrapper {
	position: relative;
}


.bx-viewport {
	height: auto !important;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	outline: 0;
	margin-top: -45px;
	width: 90px;
	height: 90px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a:focus {
	overflow: visible;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

.bx-controls-direction a:before {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	width: 60px;
	height: 60px;
	border-top: 3px solid rgba(255, 255, 255, 1.00);
	border-right: 3px solid rgba(255, 255, 255, 1.00);
	vertical-align: middle;
	transition: all .3s;
}

.bx-controls-direction a:hover:before {
	border-top: 3px solid rgba(255, 255, 255, .5);
	border-right: 3px solid rgba(255, 255, 255, .5);
}


.bx-wrapper .bx-prev {
	left: 30px;
}

.bx-wrapper .bx-prev:before {
	left: 0;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.bx-wrapper .bx-next {
	right: 30px;
}

.bx-wrapper .bx-next:before {
	right: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}


@media screen and (max-width: 767px) {
.mainArea01 {
	background-size: 250px, 100%;
}

.mainArea01 > .logo01 {
	width: 71.7%;
}

.mainArea01 > .title01 {
	padding: 15px 20px;
	font-size: 2.3rem;
}

.mainArea01 > .inner01 {
	padding: 20px 2.6% 60px;
}

.mainArea01 > .inner01 > .text01 {
	margin-top: 20px;
	font-size: 1.8rem;
	text-align: left;
}

.col01 {
	width: 33.8%;
}

.col01 > .image01 {
	width: 100%;
}

.col02 {
	margin-top: 0;
	width: 63.3%;
}

.col02 > .text01 {
	font-size: 1.8rem;
	text-align: left;
}

.col03 {
	margin: 20px 0 0 0;
	width: 100%;
}

.col03 > .text01 {
	margin-top: 0;
	width: 50%;
	text-align: left;
}

.col03 > .image01 {
	width: 44.4%;
}

.col04 {
	width: 100%;
}

.col04 > .text01 {
	font-size: 1.2rem;
}

.col05 {
	margin: 30px auto 0;
	width: 36%;
}

.col06 {
	width: 100%;
}

.col07 {
	margin: 30px auto 0;
	width: 35.2%;
}

.frameArea01 {
	padding: 30px 5.6%;
}

.frameArea01 > .text01 {
	font-size: 1.8rem;
}

.frameArea02 {
	background: none;
}

.frameArea02 > .inner01 {
	padding: 50px 2.6%;
}

.frameArea03 > .title01 {
	font-size: 2.0rem;
	text-align: left;
}

.frameArea03 > .text01 {
	font-size: 1.8rem;
	text-align: left;
}

.frameArea04 {
	padding: 50px 2.6%;
}

.frameArea05.type01,
.frameArea05.type02 {
	background-size: 250px;
}

.frameArea05 > .inner01 {
	padding: 50px 2.6%;
}

.frameArea05 > .inner01 > .text01 {
	margin-top: 30px;
}

.frameArea06 {
	padding: 0 27px 30px;
}

.frameArea06 > .title01 {
	margin: 0 -27px;
	padding: 20px 1.4%;
	font-size: 1.6rem;
}

.heading01 {
	font-size: 2.3rem;
}

.list01 {
	margin-top: 0;
}

.list01 > li {
	margin: 30px auto 0;
	width: 84.5%;
}

.list02 > li {
	padding-left: .8em;
	font-size: 1.2rem;
	text-align: left;
	text-indent: -.8em;
}

.btn01 {
	max-width: 84.5%;
}

.frameArea06 .btn01 {
	width: 100%;
	max-width: none;
}

.btn01 > a {
	padding: 15px 0;
	font-size: 1.8rem;
}

.btn01.type01 > a:hover {
	color: #fff;
}
.btn01.type02 > a:hover {
	color: #1ed760;
}
.btn01.type03 > a:hover {
	background-color: #1ed760;
	color: #000;
}
.btn01.type04 > a:hover {
	background-color: #fdc500;
	color: #000;
}
.btn01.type05 > a:hover {
	color: #1da1f2;
}

.btn01 > a:after,
.btn01 > a:before,
.btn01 > a > .inner01:after,
.btn01 > a > .inner01:before {
	content: normal;
}

.sliderCol01 > .inner01 {
	margin: 0 auto;
	width: 77.4%;
}

.sliderCol01 > .inner01 > .image03 {
	width: 46.7%;
}

.sliderCol01 > .inner01 > .image04 {
	width: 40.9%;
}

.sliderCol01 > .inner01 > .text01 {
	font-size: 1.8rem;
}

.sliderCol01 > .inner01 > .text02 {
	text-align: left;
}

.bx-wrapper .bx-controls-direction a {
	margin-top: -20px;
	width: 40px;
	height: 40px;
}

.bx-controls-direction a:before {
	width: 30px;
	height: 30px;
}

.bx-controls-direction a:hover:before {
	border-top: 3px solid rgba(255, 255, 255, 1.0);
	border-right: 3px solid rgba(255, 255, 255, 1.0);
}


.bx-wrapper .bx-prev {
	left: 2.6%;
}

.bx-wrapper .bx-next {
	right: 2.6%;
}

}

/* Clearfix
*****************************************/
.cf:after {
	content: " ";
	display: block;
	clear: both;
}

/* UPdate
*****************************************/
.box{
	border:solid 1px #1ed760;
	padding:10px;
	margin:20px 20px 20px 0;
	font-size:90%;
}

.box h4{
	font-size:120%;
	font-weight:bold;
	color: #1ed760;
	}