@charset "utf-8";

.area {
position: relative;
padding-bottom: 30px;
}
.area a {
text-decoration: underline;
color: #363636;
}
.inner {
max-width: 940px;
margin: 0 auto;
padding: 0 10px;
}
.inner img {
max-width: 100%;
}
.color {
color: #b81b98;
}
.marker {
position: relative;
display: inline-block;
}
.marker::before {
content: "";
position: absolute;
left: 0;
top: 50%;
width: 100%;
height: 1em;
background: #f6f167;

transform: translateY(-50%);
}
.marker em {
position: relative;
font-style: normal;
}
.bar {
position: relative;
font-size: 180%;
text-align: center;
padding: 10px;
margin-bottom: 30px;
font-weight: bold;
}
.bar::before {
content: "";
display: inline-block;
position: absolute;
left: 50%;
bottom: 0;
width: 70px;
height: 3px;
transform: translateX(-50%);
background: #FFDE00;
}
.line {
display: block;
border: none;
border-bottom: 1px solid #ddd;
}
.tc {
text-align: center!important;
}
.box {
border: 5px solid #363636;
background: #fff;
padding: 30px;
margin-bottom: 50px;
}
.box .title {
font-weight: bold;
margin-bottom: 1em;
font-size: 110%;
}
.box .text {
margin-bottom: 1em;
}
.btnbox {
display: flex;
justify-content: center;
padding-top: 30px;
}
.btnbox .btn {
color: #fff;
padding: 20px;
min-width: 400px;
background:linear-gradient(to right, #EE5F00 50%, #fd3284);
/* background: #EE5F00; */
background: #888888;
text-align: center;
text-decoration: none;
}
.pc {
display: block;
}
.sp {
display: none;
}
@media only screen and (max-width: 767px){
	.area {
	font-size: 90%;
	}
	.pc {
	display: none;
	}
	.sp {
	display: block;
	}
	.btnbox .btn {
	width: 100%;
	min-width: inherit;
	}
	.bar {
	font-size: 150%;
	}
	.box {
	padding: 20px;
	margin-bottom: 30px;
	}
}
#main {
background: #fff;
font-size: 18px;
line-height: 1.6;
}
#visual {
position: relative;
background:#FFDE00;
background: url("../img/visual_bg.png") repeat-x center center / auto 100%;
height: 500px;
overflow: hidden;
padding: 0;
/*background: linear-gradient(to bottom, #ffca70 30%, #f5e595 60%, #f5e595);*/
}
#visual .inner {
padding: 0;
max-width: 1200px;
display: flex;
justify-content: flex-end;
height: 100%;
width: 100%;
margin: 0 auto;
position: relative;
z-index: 1;
}
#visual .inner img {
width: auto;
height: 100%;
}
#visual .bg {
position: absolute;
right: 0;
top: 0;
width: 100%;
height: 100%;
text-align: center;
}
#visual .bg img {
width: auto;
height: 100%;
}
@media only screen and (max-width: 767px){
	#visual {
	background: #fff;
	height: auto;
	}
	#visual .inner {
	display: block!important;
	height: auto;
	width: 100%;
	}
	#visual .inner img {
	width: 100%!important;
	height: auto!important;
	}
}
#insession {
background: #fff;
padding-top: 100px;
padding-bottom: 100px;
}
.insessionlist .tit {
position: relative;
margin-bottom: 1em;
padding-bottom: 1em;
font-weight: bold;
font-size: 120%;
}
.insessionlist .tit:before {
content: "";
position: absolute;
display: inline-block;
left: 0;
bottom: 0;
width: 100%;
height: 2px;
background: #ddd;
}
.insessionlist .txt {
margin-bottom: 1em;
}
@media only screen and (max-width: 767px){
	#insession {
	padding-top: 30px;
	padding-bottom: 30px;
	}
	.insessionlist .tit {
	font-size: 110%;
	}
}
#past {
background: #fff;
padding-bottom: 100px;
}
#past ul > * {
margin-bottom: 1em;
}
@media only screen and (max-width: 767px){
	#past {
	padding-bottom: 30px;
	}
}
#footer {
margin: 0;
}
.IGF .ig-background {
    font-size: 10px;
    white-space: nowrap;
}
.ig-background, .ig-count {
    vertical-align: middle;
}
.ig-background {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(81, 129, 166, 1) 0%, rgba(47, 82, 131, 1) 100%) repeat scroll 0 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#5181a6), to(#2f5283));
    border: 1px solid #2f5283;
    border-radius: 3px;
    box-shadow: 0 1px 0 0 #7fa4bf inset, 0 0 1px 0 #333;
    cursor: pointer;
    display: inline-block;
    font-family: Arial;
    padding: 2px 6px;
    vertical-align: top;
	}
	.IGF a i, .IGF a:hover i {
    color: #ffffff;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.IGF.small .ig-text {
    padding: 0 4px !important;
}
.ig-text {
    font: 10px Arial;
    padding: 0 3px !important;
    text-transform: none;
    vertical-align: middle;
}
.ig-camera, .ig-text {
    color: white !important;
    display: inline-block;
    margin: 0 !important;
    vertical-align: middle;
}
