@charset "utf-8";
/*－－－－－－－－－－共通－－－－－－－－－－*/
@import "https://fonts.googleapis.com/earlyaccess/notosansjp.css";
* {
	margin: 0px;
	padding: 0;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1em;
	line-height: 1.7;
	margin: 0px;
	padding: 0px;
}
html {
	font-size: 1em;
}
h1 {
}
h2 {
}
h3 {
}
h4 {
}
h5 {
}
h6 {
}
p, li, dt, dl {
	line-height: 1.6;
}
p {
	margin: 0.5em 0;
}
li {
	list-style-type: none;
}
img {
	border: 0;
}
.clear {
	clear: both;
}
.right {
	float: right;
}
.left {
	float: left;
}
.center {
	text-align: center;
}
.topSpace20 {
	margin-top: 20px;
}
.topSpace50 {
	margin-top: 50px;
}
.topBottomSpace {
	margin: 5px 0px 25px;
}
.bottomSpace30 {
	margin-bottom: 30px;
}
.bottomSpace50 {
	margin-bottom: 50px;
}
.size90 {
	font-size: 90%;
	font-weight: lighter;
}
.size13 {
	font-size: 13px;
	font-weight: lighter;
}
.size18 {
	font-size: 18px;
	font-weight: 400;
}
.size30 {
	font-size: 30px;
	font-weight: lighter;
}
.attention {
	color: #F60;
}
.attention2 {
	color: #FF6600;
	font-weight: bold;
	font-size: 11px;
}


/* pc */
@media screen and (min-width: 781px) {
/*ここにpc用スタイルを記述*/
body {
	background-image: url('../../img/festival/kan_fes2018/main/head_bg.png');
	background-repeat: repeat-x;
	background-position: center 0%;
	background-color: #F2F0E6;
}
.bg{
	background-image: url('../../img/festival/kan_fes2018/main/head_bg2.png');
	background-repeat: repeat-x;
	background-position: center 0%;
	}
header {

}
	header img {
	width: 400px;
	margin: 0 auto;
	display: block;
}
.progress {
	height: 310px;
	position: relative;
}
.west {
	background-image: url('../../img/festival/kan_fes2018/main/w_bg.png');
	background-repeat: no-repeat;
	background-position: right bottom;
	border-bottom: 5px solid #fae000;
}
.west img {
	width: 12%;
	position: absolute;
	bottom: -6%;
	left: 10px;
}
.east {
	background-image: url('../../img/festival/kan_fes2018/main/e_bg.png');
	background-repeat: no-repeat;
	background-position: 0% bottom;
	border-bottom: 5px solid #AF272D;
}
.east img {
	width: 12%;
	position: absolute;
	bottom: -6%;
	right: 10px;
}
.lp {
	width: 100%;
	background-color: #E2ECDA;
	background-image: url('../../img/festival/kan_fes2018/main/w_bg_1.png'), url('../../img/festival/kan_fes2018/main/e_bg_1.png'),  url('../../img/festival/kan_fes2018/main/bg.png');
	background-repeat: repeat-y, repeat-y, repeat;
	background-position: left 0%, right 0%, 0 0;
}
.sp_view {
	display: none;
}
.lpSns {
	position: fixed;
	top: 4px;
	right: 8px;
	overflow: hidden;
}
.lpSns img {
	width: 50px;
	height: 50px;
}

.lpMain {
	max-width: 1080px;
	width: 80%;

	margin: 0px auto 0px;
	padding: 2% 3%;
	background-color: #F5F5EE;
	color: #333333;
}
.lpMain h1 {
	font-size: 2em;
	margin: 80px 0px 8px;
}
.lpMain h1 a{
	color: #423E78;
}
.wrap {
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
	-webkit-justify-content: space-around; /* Safari */
	justify-content: space-around;
	margin: 0px 0px;
}
.point_all {
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
	-webkit-justify-content: center; /* Safari */
	justify-content: center;
	margin-bottom: 32px;
}
.point_w {
	width: 28%;
	text-align: center;
}
.point_w > div {
	width: 100%;
	background-color: #FAE000;
	margin: 0 auto;
	font-size: 2vw;
	font-weight: bold;
	text-align: center;
	padding: 8px;
	border-radius: 16px;
}
.point_a {
	width: 44%;
	text-align: center;
	font-size: 1.8rem;
	margin: 0px;
}
.point_a_small {
	font-size: 0.8rem;
}
.point_a p {
	margin: 0px;
}
.point_e {
	width: 28%;
	text-align: center;
}
.point_e > div {
	width: 100%;
	background-color: #EB4521;
	margin: 0 auto;
	font-size: 2vw;
	font-weight: bold;
	text-align: center;
	padding: 8px;
	border-radius: 16px;
}
.control-panel {
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
	-webkit-justify-content: center; /* Safari */
	justify-content: center;
	margin-bottom: 32px;
	background-color: #373737;
	border-radius: 16px;
	padding: 24px;
}
.control_user {
	width: 22%;
	border: 2px solid #FFFFFF;
	border-radius: 8px;
	height: 300px;
	margin-right: 2%;
	color: #FFFFFF;
	padding: 2%;
	overflow-y: auto;
}
.control_user::-webkit-scrollbar {
 width: 8px;
 background-color: #000;
}
.control_user::-webkit-scrollbar-track {
 border-radius: 2px;
}
.control_user::-webkit-scrollbar-thumb {
 background-color: #868686;
 border-radius: 2px;
}
		.control_user p {
	color: #FFFFFF;
	font-weight: bold;
			margin: -4px 0px 16px;
}
	.hold_point {
    font-size: 12px;
    }
.control_user li {
	margin: 8px 0px 0px;
}
		.control_user li a {
	color: #FFFFFF;
	text-decoration: none;
		font-size: 0.9rem;
		display:block;
}
	.control_user li a:hover {

}
	.control_user li a:hover::before {
     content: '';
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: -2px;
    margin-left: -10px;
    border: transparent solid 6px;
    border-left-color: #FFFFFF;
	}
		.control_user_list {
 text-indent: -1rem;
    margin-left: 1rem;

}
	.control_user_list::before {
     content: '';
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: -2px;
    margin-left: 6px;
    border: transparent solid 6px;
    border-left-color: #FFFFFF;
	}
	.toolTip{
position: relative;
}
.toolTip span{
color: #FFFFFF;
position: absolute;
display: block;
padding: 8px;
width: 100%;
top: 30px;
left: 0;
font-size: 0.8rem;
line-height: 1.2em;
border: 2px solid #FFFFFF;
border-radius: 8px;
background-color: #333333;
box-shadow: 1px 1px 5px #000000;
z-index: 0;
visibility: hidden;
}
.toolTip span:before {
position: absolute;
top: -8px; left: 12%;
margin-left: -9px;
display: block;
width: 0px;
height: 0px;
border-style: solid;
border-width: 0 8px 8px 8px;
border-color: transparent transparent #FFFFFF transparent;
z-index: 0;
}
.toolTip span:after {
content: "";
position: absolute;
top: -10px; left: 12%;
margin-left: -10px;
display: block;
width: 0px;
height: 0px;
border-style: solid;
border-width: 0 8px 8px 8px;
border-color: transparent transparent #FFFFFF transparent;
z-index: -1;
}

.toolTip:hover span{
visibility: visible;
cursor: help;
z-index: 20;
}
.control_info {
	width: 40%;
	border: 2px solid #FFFFFF;
	border-radius: 8px;
	height: 300px;
	color: #FFFFFF;
	padding: 2%;
	overflow-y: auto;

}
	.control_info a {
	color: #FFFFFF;
	text-decoration: underline;
}
	.info_title{
	font-size:0.9rem;
	margin:12px 0px 0px 8px;
}
.info_title::before{
	margin-left:-16px;
	content:"・";
}
	.control_info::-webkit-scrollbar {
 width: 8px;
 background-color: #000;
}
.control_info::-webkit-scrollbar-track {
 border-radius: 2px;
}
.control_info::-webkit-scrollbar-thumb {
 background-color: #868686;
 border-radius: 2px;
}
.control_twitter {
	width: 34%;
	background-color: #FFFFFF;
	margin-left: 2%;
	height: 300px;
	overflow: hidden;
	border-radius: 8px;
}
.first_troupe{
	font-size: 200%;
}
.card1 {
	width: 260px;
	position: relative;
	background-color: #FFF;
	padding: 24px;
	margin: 130px 0.5vw 40px;
	border-radius: 16px;
	-webkit-box-shadow: 0px 0px 16px 0px #D7D7D7;
	box-shadow: 0px 0px 16px 0px #D7D7D7;
}
.card1 a {
	width: 260px;
	height:100%;
	position: absolute;
	top: 0;
    left: 0;
}
.card1 a:hover {
	width: 260px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 16px;
	-webkit-box-shadow: 0px 0px 40px 0px #C5C5C5;
	box-shadow: 0px 0px 40px 0px #C5C5C5;
}
.card1 h2 {
	margin: 16px 0px 8px;
	font-size: 1rem;
}
.card1 h3 {
	margin: 0px 0px 16px;
	font-size: 0.8rem;
}
.card1 p {
	margin: 8px 0px 0px;
	font-size: 0.8rem;
	display: block;
}
.card_rank {
	position: absolute;
	top: -122px;
	font-size: 1.8rem;
	font-weight: bold;
}
.card_rank a{
	color: #423E78;
}
.card_rank span {
	font-size: 1.4rem;
}
.card_lv_icon {
	position: absolute;
	width: 116px;
	top: -82px;
	right: 0;
	left: 0;
	margin: 0px auto;
	text-align: center;
}
.rank_each{
	position:absolute;
	top:-46px;
	font-size:1.4rem;
}
.card2 {
	width: 314px;
	position: relative;
	background-color: #FFF;
	padding: 16px;
	margin: 40px 3px;
	border-radius: 16px;
	-webkit-box-shadow: 0px 0px 16px 0px #D7D7D7;
	box-shadow: 0px 0px 16px 0px #D7D7D7;
}
.card2 a {
	width: 314px;
	height:100%;
	position: absolute;
	top: 0;
	left: 0;
}
.card2 a:hover {
	width: 314px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 16px;
	-webkit-box-shadow: 0px 0px 40px 0px #C5C5C5;
	box-shadow: 0px 0px 40px 0px #C5C5C5;
}
		.card2_left {
	width: 132px;

}
		.card2_right {
	width: 150px;
	text-align:center;
}
.card2_right img {
	width: 100px;
	margin: -32px auto 0px;
	display: block;
}
		.card2_right p{
	font-size: 12px;
	margin:0px 0px 0px 4px;
}
.card2 h2 {
	margin: 24px 0px 16px;
	font-size: 1.2rem;
}
.card2 h3 {
	margin: 8px 0px;
	font-size: 1rem;
	line-height:160%;
}
.card2 h4 {
	margin: 8px 0px;
	font-size: 0.9rem;
	line-height:140%;
}

	.itemPay{
	color: #FFF;
	background-color: #E97710;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;

}
.itemFree{
	color: #FFF;
	background-color: #3EBB73;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
}.itemTime {
	padding: 2px 5px;
	color: #FFFFFF;
	font-size: 11px;
	background-color: #3D3D3D;
	text-align: center;
	position: absolute;
	right: 0px;
	margin: 0px;
	top: 0px;
}

.accordion {
	min-width: 280px;
	padding: 10px 0px;
	width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 2px;
	margin-left: auto;
}
.accordionPoint {
	min-width: 300px;
	width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 2px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.accordion .ac-content {
	margin: 0 10px;
}
.accordion input {
	display: none;
}
.accordion label {
	display: block;
	cursor: pointer;
	padding: 10px;
	margin-bottom: 2px;
	font-size: 26px;
	color: #ffffff;
	background-color: #333333;
	border-radius: 8px;
}
.accordionPoint label {
	display: block;
	cursor: pointer;
	margin-bottom: 2px;
	font-size: 17px;
	color: #FFF;
	background-color: #333333;
	text-align: center;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-radius: 8px;
}
.accordion label:hover {
	background-color: #777777;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.accordionPoint label:hover {
	background-color: #777777;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.accordion .ac-cont {
	transition: 0.2s;
	height: 0;
	overflow: hidden;
	padding: 0 10px;
}
.accordion input:checked + .ac-cont {
	height: auto;
	padding: 10px;
}
.light_talk {
	width: 260px;
	margin: 1% 0.5%;
}
.drum {
	width: 435px;
	margin: 80px auto;
	height: 334px;
	display: block;
	background-repeat: no-repeat;
}

.drum a {
	width: 435px;
	height: 334px;
	margin: 80px auto;
	background-image: url('../../img/festival/kan_fes2018/main/drum1.png');
	display: block;
	background-repeat: no-repeat;
}
.drum a:hover {
	width: 435px;
	height: 334px;
	margin: 80px auto;
	background-image: url('../../img/festival/kan_fes2018/main/drum2.png');
	display: block;
	background-repeat: no-repeat;
}
.ballon{
	position: relative;
}
.ballon span{
	color: #FFFFFF;
	position: absolute;
	display: block;
	padding: 16px;
	width: 600px;
	top: -70px;
	left: -80px;
	font-size: 0.8rem;
	line-height: 1.2em;

	border-radius: 8px;
	background-color: #333333;

	z-index: 0;
	visibility: hidden;
}

.ballon span:after {
content: "";
position: absolute;
bottom: -8px; left: 50%;
margin-left: -10px;
display: block;
width: 0px;
height: 0px;
border-style: solid;
border-width: 8px 8px 0 8px;
border-color: #333333 transparent transparent transparent;
z-index: -1;
}
.ballon:hover span{
visibility: visible;
cursor: help;
z-index: 20;
}
		.ashigaru {
	width: 100px;
	margin: 80px auto;

	height: 134px;
	display: block;
	background-repeat: no-repeat;
		animation: ashigarumove 7s linear infinite;
	-webkit-animation: ashigarumove 7s linear infinite;
	-moz-animation: ashigarumove 7s linear infinite;


	}

@keyframes ashigarumove {
	 5%{
    -webkit-transform:translate(40px, 0px);
  }
  20%{
    -webkit-transform:translate(40px, 0px);
  }
  25%{
    -webkit-transform:translate(80px, 0px);
  }
  40%{
    -webkit-transform:translate(80px, 0px);
  }
   45%{
    -webkit-transform:translate(40px, 0px);
  }
  60%{
    -webkit-transform:translate(40px, 0px);
  }

  65%{
    -webkit-transform:translate(0px, 0px);
  }
   100%{
    -webkit-transform:translate(0px, 0px);
  }
}
.ashigaru a {
	width: 100px;
	height: 134px;
	margin: 80px auto;
	background-image: url('../../img/festival/kan_fes2018/main/ashigaru_e0.gif');
	display: block;
	background-repeat: no-repeat;
}
.ashigaru a:hover {
	width: 100px;
	height: 134px;
	margin: 80px auto;
	background-image: url('../../img/festival/kan_fes2018/main/ashigaru_e01_over.png');
	display: block;
	background-repeat: no-repeat;
}
.ballon2{
position: relative; /* 足軽用吹き出し*/
}
.ballon2 span{
color: #FFFFFF;
position: absolute;
display: block;
padding: 16px;
width: 200px;
top: 16px;
left: -190px;
font-size: 0.8rem;
line-height: 1.2em;

border-radius: 8px;
background-color: #333333;

z-index: 0;
visibility: hidden;
}

.ballon2 span:after {
content: "";
position: absolute;
top: 40%; right: -8px;
margin-left: -10px;
display: block;
width: 0px;
height: 0px;
border-style: solid;
border-width: 8px 0px 8px 8px;
border-color: transparent transparent transparent #333333;
z-index: -1;
}
.ballon2:hover span{
visibility: visible;
cursor: help;
z-index: 20;
}
/* main.php　劇団一覧*/
.allList {
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
	-webkit-justify-content: center; /* Safari */
	justify-content: center;
	-webkit-justify-content: space-around; /* Safari */
	justify-content: space-around;
	margin-bottom: 32px;
	margin-bottom: 50px;
}
.troupe {
	width: 210px;
	position: relative;
	background-color: #FFF;
	margin: 24px 8px;
	border-radius: 16px;
	padding: 16px;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.troupe_w {
	position: absolute;
	top: -16px;
	left: -2px;
	width: 40px;
}
.troupe_e {
	position: absolute;
	top: -16px;
	right: -2px;
	width: 40px;
}
	.troupe a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
.troupe a:hover {
	box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.14), 0 0px 0px -0px rgba(0, 0, 0, 0.3), 0 0px 25px 0 rgba(0, 0, 0, 0.18);
}
.troupeD {
	overflow: hidden;
	font-size: 12px;
	margin-top: 8px;
}
.troupeImg {
	overflow: hidden;
	width: 100%;
}
.kan-fes-twitter {
	color: #3b3b3b;
	width: 100%;
	height: 300px;
}
.btn01 a {
	background-color: #333;
	padding: 1vw;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
	color: #fff;
	text-decoration: none;
	width: 300px;
	font-size: 1.4rem;
	text-align: center;
	border-radius: 16px;
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.14), 0 3px 10px -2px rgba(0, 0, 0, 0.3), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.14), 0 3px 10px -2px rgba(0, 0, 0, 0.3), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
	-webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.14), 0 3px 10px -2px rgba(0, 0, 0, 0.3), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
	display: block;
	letter-spacing: 0.1rem;
	border: 7px solid #fff;
}
.btn01 a:hover {
	background-color: #ECECEC;
	color: #565656;
	text-decoration: none;
	width: 300px;
	font-size: 1.4rem;
	text-align: center;
	border-radius: 16px;
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.14), 0 3px 10px -2px rgba(0, 0, 0, 0.3), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.14), 0 3px 10px -2px rgba(0, 0, 0, 0.3), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
	-webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.14), 0 3px 10px -2px rgba(0, 0, 0, 0.3), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
	display: block;
	letter-spacing: 0.1rem;
	border: 7px solid #565656;
}
	  .special{
        width: 100%;
        text-align: center;
        margin: 32px auto;
    }
      .special img{
           width: 400px;
    text-align: center;
    margin: 8px auto;
    }
	.sponsorBox {
	width: 80%;
	margin: 24px auto;
		text-align:center;
}
.sponsor {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
	margin-bottom: 56px;
}
.sponsor_logoG {
	width: 300px;
	background-color: rgba(255,255,255,1.00);
	margin: 32px;
	padding: 16px;
}

.sponsor_logoS {
	width: 220px;
	background-color: rgba(255,255,255,1.00);
	margin: 16px;
	padding: 12px;
}
.sponsor_logoB {
	width: 150px;
	background-color: rgba(255,255,255,1.00);
	margin: 16px;
	padding: 8px;
}
.special {
	width: 100%;
	text-align: center;
	margin: 56px auto;
}
.special img {
	width: 35%;
	max-width: 500px;
	text-align: center;
	margin: 8px auto;
}
.copyright {
	background-color: #352C51;
	clear: both;
	color: #fff;
	font-size: 12px;
	margin: 0;
	padding: 5px 0px 5px 0;
	text-align: right;
	width: 100%;
}

#page-top {
    position: fixed;
    right: 0px;
}
/* ここから作品一覧*/

.nav-tabs-outer{
	width: 100%;
	overflow: hidden;
	font-size: 1rem;
	color: #fff;
	position: relative;
}
.nav-tabs-outer ul{
	width: 100%!important;
	overflow:hidden;
	font-size: 1rem;
	color:#fff;
}

.nav-tabs-outer .nav-tabs li{
    float:none;
    width:100%;
    margin:0px;
    text-align:left;
    border:none;
}
.nav-tabs-outer .nav-tabs li a{
	transition-property:all;
    transition-duration: 0.25s;
    transition-timing-function:ease-out;
	}
.nav-tabs li a{
	padding: 8px 16px;
	color: #fff;
	border: none;
	border-radius: 8px;
	text-decoration: none;
}
	.nav-tabs li a:hover{
	padding: 8px 16px;
	color: #333;
	}

.nav-tabs-outer .nav-tabs li.active a{
	margin-top:0;
	background-color:#fff;
	color: #333;
	border:none;

}
 .tab-pane p{
	color: #333;
	 }
	 .wrapper{
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
	-webkit-justify-content: center; /* Safari */
	justify-content: center;
	margin-bottom: 32px;
}

/* ここから作品詳細*/
	.control_box {
	width: 40%;


	color: #FFFFFF;


}
.control_info_view {
	width: 100%;
	border: 2px solid #FFFFFF;
	border-radius: 8px;
	height: 200px;
	color: #FFFFFF;
	padding: 2%;
	overflow-y: auto;
	margin-bottom:10px

}
	.control_info_view a {
	color: #FFFFFF;
	text-decoration: underline;
}
	.control_info_view::-webkit-scrollbar {
 width: 8px;
 background-color: #000;
}
.control_info_view::-webkit-scrollbar-track {
 border-radius: 2px;
}
.control_info_view::-webkit-scrollbar-thumb {
 background-color: #868686;
 border-radius: 2px;
}
.control_info_user{
	width:100%;
	border: 2px solid #FFFFFF;
	border-radius: 8px;
	height: 90px;
	color: #FFFFFF;
	padding: 2%;
	overflow-y: auto;

}

.control_info_user a {
	color: #FFFFFF;
	text-decoration: underline;
}
	.control_info_user::-webkit-scrollbar {
 width: 8px;
 background-color: #000;
}
.control_info_user::-webkit-scrollbar-track {
 border-radius: 2px;
}
.control_info_user::-webkit-scrollbar-thumb {
 background-color: #868686;
 border-radius: 2px;
}
	.point_send {
      margin-bottom: 32px;
    background-color: #373737;
    border-radius: 16px;
    padding: 24px;
		text-align: center;

}
		.point_send p {
      		color: #ffffff;
}
	.control_view p {
	font-size: 0.8rem;
		margin: 16px 0px;
}
	.card_view {
	width: 100%;
	position: relative;
	background-color: #FFF;
	padding: 4%;
	margin: 80px 0px 110px;
	border-radius: 16px;
	-webkit-box-shadow: 0px 0px 16px 0px #D7D7D7;
	box-shadow: 0px 0px 16px 0px #D7D7D7;
}
		.card_view p {
	margin: 32px 0px 0px 16px;
	font-size: 0.9rem;

}
.card_view p strong {
	margin:0 0 0 -16px;
	font-size:1.2rem;
	font-weight:normal;

}


		.card_view_left {
	width: 40%;

}
		.card_view_center {
	width: 30%;
	}
	.card_view_center img {
	width: 100%;
	margin: 0px auto 0px;
	display: block;
}
		.card_view_right {
	width: 30%;

}
.card_story_size {
    color: #333333;
    text-decoration: none;
    font-weight: lighter;
    margin: 16px 0px 16px;
    line-height: 160%;
    font-size: 14px;


}
	.card_view_right p{
	font-size: 1rem;
	margin:0px 0px 0.7vw 0px;
}

	.card_view_pointE{
	font-size: 1.2rem;
	text-align: center;
		margin:0.9vw 0px;
	width: 100%;
	background-color: #EB4521;
	font-weight: bold;
	padding: 8px;
	border-radius: 16px;
	color: #333333;
	letter-spacing: 0.4vw;
	}
	.card_view_pointW{
		font-size: 1.2rem;
		text-align:center;
		margin:0.9vw 0px;
		width: 100%;
		background-color: #FAE000;
		font-weight: bold;
		padding: 8px;
		border-radius: 16px;
		color: #333333;
		letter-spacing: 0.4vw;
	}
.card_point_next{
position:relative;
}
.card_point_next{
color: #FFFFFF;
padding: 8px;
display:inline-block;
top: -4px;
left: 0;
font-size: 0.8rem;
line-height: 1.2em;
border-radius: 8px;
background-color: #333333;

z-index: 0;

}
.card_point_next:before {
position: absolute;
top: -8px; left: 12%;
margin-left: -9px;

width: 0px;
height: 0px;
border-style: solid;
border-width: 0 8px 8px 8px;
border-color: transparent transparent #333333 transparent;
z-index: 0;
}
.card_point_next:after {
content: "";
position: absolute;
top: -8px; left: 12%;
margin-left: -10px;
width: 0px;
height: 0px;
border-style: solid;
border-width: 0 8px 8px 8px;
border-color: transparent transparent #333333 transparent;
z-index: -1;
}

.card_point_how{
	font-size: 0.8rem;
	margin: 0px 0px;
	padding: 4px 4px;
	display: inline-block;
	color: #333333;
	text-decoration:underline;
	}
.card_view_title {
	margin: 32px 0px 16px;
	font-size: 1.4rem;
}
		.card_view h2 {
	margin: 24px 0px 16px;
	font-size: 1.2rem;
}
.card_view h3 {
	margin: 8px 0px;
	font-size: 1rem;
}
.view_time {
	padding: 4px 0px;
	color: #626262;
	font-size: 1rem;
	width: 100%;
	text-align: right;
	letter-spacing: 0.2rem;
}

	input[type="text"] {
	width: 250px;
	-webkit-transition: width .3s;
	transition: width .3s;
	padding: 10px;
	background-color: #F3F3F3;
	border-style: none;
}


input[type=radio] {
  display: none;
}

.radio, .checkbox {
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  margin: 10px 20px 8px 0;
  padding: 12px 12px 12px 42px;
  border-radius: 8px;
  background-color: #4A4A4A;
  vertical-align: middle;
  cursor: pointer;
	color: #FFFFFF;
}
.radio:hover, .checkbox:hover {
	background-color: #7C7C7C;
}
.radio:hover:after, .checkbox:hover:after {
	border-color: #FFFFFF;
}
.radio:after, .checkbox:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 15px;
  display: block;
  margin-top: -10px;
  width: 16px;
  height: 16px;
  border: 2px solid #bbb;
  border-radius: 6px;
  content: '';
}

.radio:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 46%;
  left: 18px;
  display: block;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #FFFFFF;
  content: '';
  opacity: 0;
}
input[type=radio]:checked + .radio:before {
  opacity: 1;
}

.checkbox:before {
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
	position: absolute;
	top: 50%;
	left: 21px;
	display: block;
	margin-top: -7px;
	width: 5px;
	height: 9px;
	content: '';
	opacity: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #3399FF;
	border-bottom-color: #3399FF;
}
input[type=checkbox]:checked + .checkbox:before {
  opacity: 1;
}


input[type="text"]:focus {
	width: 400px;
}
input[type="date"] {
	width: 250px;
	-webkit-transition: width .3s;
	transition: width .3s;
	padding: 10px;
	background-color: #F3F3F3;
	border-style: none;
}
input[type="date"]:focus {
	width: 400px;
}

	.submit{
		background-color: #333;
	padding: 1vw;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
	color: #fff;
	text-decoration: none;
	width: 300px;
	font-size: 1.4rem;
	text-align: center;
	border-radius: 16px;
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.14), 0 3px 10px -2px rgba(0, 0, 0, 0.3), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.14), 0 3px 10px -2px rgba(0, 0, 0, 0.3), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
	-webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.14), 0 3px 10px -2px rgba(0, 0, 0, 0.3), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
	display: block;
	letter-spacing: 0.1rem;
	border: 7px solid #fff;
}
.reset {
	width: 160px;
	padding: 15px 10px;
	background-color: #ccc;
	border-style: none;
	font-size: 22px;
	color: #333;
	margin-right: 15px;
		cursor: pointer;

}
	.submit:hover {
background-color: #ECECEC;
	color: #565656;
	text-decoration: none;
	width: 300px;
	font-size: 1.4rem;
	text-align: center;
	border-radius: 16px;
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.14), 0 3px 10px -2px rgba(0, 0, 0, 0.3), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.14), 0 3px 10px -2px rgba(0, 0, 0, 0.3), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
	-webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.14), 0 3px 10px -2px rgba(0, 0, 0, 0.3), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
	display: block;
	letter-spacing: 0.1rem;
	border: 7px solid #565656;
}
.reset:hover {
	width: 160px;
	padding: 15px 10px;
	background-color: #999;
	border-style: none;
	font-size: 22px;
	color: #333;
	margin-right: 15px;
}
.btn02 a {
	background-color: #333;
	padding: 0.8vw;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
	color: #fff;
	text-decoration: none;
	width: 280px;
font-size: 1rem;
	text-align: center;
	border-radius: 16px;
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.14), 0 3px 10px -2px rgba(0, 0, 0, 0.3), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.14), 0 3px 10px -2px rgba(0, 0, 0, 0.3), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
	-webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.14), 0 3px 10px -2px rgba(0, 0, 0, 0.3), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
	display: block;
	letter-spacing: 0.1rem;
	border: 7px solid #fff;
}
.btn02 a:hover {
	background-color: #ECECEC;
	color: #565656;
	text-decoration: none;
	width: 280px;
	font-size: 1rem;
	text-align: center;
	border-radius: 16px;
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.14), 0 3px 10px -2px rgba(0, 0, 0, 0.3), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.14), 0 3px 10px -2px rgba(0, 0, 0, 0.3), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
	-webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.14), 0 3px 10px -2px rgba(0, 0, 0, 0.3), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
	display: block;
	letter-spacing: 0.1rem;
	border: 7px solid #565656;
}
.goods {
	width: 151px;
	height: 121px;
	position:relative;
	top:20px;
	left:-8%;
	display: block;
	background-repeat: no-repeat;
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-moz-touch-callout:none;
	-moz-user-select:none;
	touch-callout:none;
	user-select:none;
}
.goods a {
	width: 151px;
	height: 121px;
	margin: 56px auto;
	background-image: url('../../img/festival/kan_fes2018/main/goods1.png');
	display: block;
	background-repeat: no-repeat;
	cursor: url('../../img/festival/kan_fes2018/main/goods3.png'), pointer;
}
.goods a:hover {
	width: 151px;
	height: 121px;
	margin: 56px auto;
	background-image: url('../../img/festival/kan_fes2018/main/goods2.png');
	display: block;
	background-repeat: no-repeat;
}
.ballon3{
	position: relative;
}
.ballon3 span{
	color: #FFFFFF;
	position: absolute;
	display: block;
	padding: 16px;
	width: 200px;
	top: -70px;
	left: -21px;
	font-size: 0.8rem;
	line-height: 1.2em;

	border-radius: 8px;
	background-color: #333333;

	z-index: 0;
	visibility: hidden;
}

.ballon3 span:after {
	content: "";
	position: absolute;
	bottom: -8px; left: 50%;
	margin-left: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 8px 8px 0 8px;
	border-color: #333333 transparent transparent transparent;
	z-index: -1;
}
.ballon3:hover span{
	visibility: visible;
	cursor: help;
	z-index: 20;
}
	.kobayakawa {
	width: 135px;
	margin: 56px auto;
	height: 242px;
	display: block;
	background-repeat: no-repeat;
	}

	.kobayakawa a {
	width: 135px;
	height: 242px;
	margin: 56px auto;
	background-image: url('../../img/festival/kan_fes2018/main/kobayakawa1.png');
		display: block;
	background-repeat: no-repeat;

	}
	.kobayakawa a:hover {
	width: 135px;
	height: 242px;
	margin: 56px auto;
	background-image: url('../../img/festival/kan_fes2018/main/kobayakawa2.png');
	display: block;
	background-repeat: no-repeat;

	}

	.moreBtn{
		display:block;
		position: relative;
		float: right;
		top: -25px;
		right: 10px;
		font-size: 13px;
		font-family: "ten-mincho",serif;
		color: #423E78;
		border: solid 1px #423E78;
		border-radius: 8px;
		text-decoration: none;
		padding: 3px 8px 1px;
	}
	.moreBtn:hover{
		background-color: #423E78;
		color: #FFF;
		border: solid 1px #423E78;
		text-decoration: none;
	}

	/* 結果発表 */
.head {
	height: 16vw;
	position: relative;
	background-image: url('../../img/festival/kan_fes2018/main/head.png');
	background-repeat: no-repeat;
	background-size:contain;
	margin-top: 20px;
}
.award {
    font-size: 3.5em;
    margin: 160px auto;
	text-align: center;
}
.award_h2 {
    font-size: 2.8em;
    margin: 120px auto 16px;

}
.award h2{
	font-size: 150%!important;
	font-weight: bold;
}
.card3 {
	width: 24%;
	min-width:170px;
	position: relative;
	background-color: #FFF;
	padding: 24px;
	margin: 150px 0.5% 40px;
	border-radius: 16px;
	-webkit-box-shadow: 0px 0px 16px 0px #D7D7D7;
	box-shadow: 0px 0px 16px 0px #D7D7D7;
}
.card3 a {
	width: 100%;
	height:100%;
	position: absolute;
	top: 0;
    left: 0;
}
	.card3 a:hover {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 16px;
	-webkit-box-shadow: 0px 0px 40px 0px #C5C5C5;
	box-shadow: 0px 0px 40px 0px #C5C5C5;
}
.card3 h2 {
	margin: 16px 0px 8px;
	font-size: 1rem;
}
.card3 h3 {
	margin: 0px 0px 16px;
	font-size: 0.8rem;
}
.card3 p {
	margin: 0px 0px 0px;
	font-size: 0.8rem;
	display: block;
}
.circle_1 {
    color: #3A3A3A;
    background-color: #FAE000;
    padding: 1.2% 1%;
    margin: 40px 30px 0px 0px;
    line-height: 152%;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
	animation: uneune 3s linear infinite;
}
	@keyframes uneune {
  50% {
  	   transform: scale3d(1.5, 1.5, 1.5);
  }
  100% {

  }
}
.circle_2 {
	width:60px;
	height:60px;
    color: #fff;
    background-color: #9F9F9F;
    padding:10px 0 0 0;
	margin-top: -10px;
    line-height: 170%;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
		    font-size: 1.6rem;
}
	.circle_3 {
		width:60px;
		height:60px;
		padding:10px 0 0 0;
    color: #fff;
    background-color: #E39F0E;
margin-top: -10px;
		line-height: 170%;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
		    font-size: 1.6rem;
}
	.a_point_all {
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
	-webkit-justify-content: center; /* Safari */
	justify-content: center;
	margin-bottom: 32px;
}
.a_point_w {
	width: 48%;
	text-align: center;
	margin: 0 1%;
}
.a_point_w > div {
	width: 100%;
	background-color: #FAE000;

	font-size: 2vw;
	font-weight: bold;
	text-align: center;
	padding: 8px;
	border-radius: 16px;
}
	.a_point_w > p {
		font-size: 24px;
		height: 50px;
	font-weight: bold;
		padding: 8px;

}

.a_point_e {
	width: 48%;
	text-align: center;
margin: 0 1%;
}
.a_point_e > div {
	width: 100%;
	background-color: #EB4521;
	font-size: 2vw;
	font-weight: bold;
	text-align: center;
	padding: 8px;
	border-radius: 16px;
}
	.a_point_e > p {
		font-size: 18px;
		height: 55px;
		padding: 8px;

}
	.a_point_w img {
	width: 70%;
	text-align: center;
	margin: 10px 0;
}
.a_point_e img {
	width: 22%;
	text-align: center;
	margin: 32% 0 0px;

}
	.award_box {
       margin-bottom: 32px;
    background-color: #373737;
    border-radius: 16px;
    padding: 24px;
		color: #ffffff;
}
	.accbox {
    margin: 60px 0 40px;
    padding: 0;
    width: 100%;
color: #ffffff;
}
	.accbox p {
  font-size: 14px;
color: #ffffff;
display:inline;
}

/*ラベル*/
.accbox label {
	display: block;
	margin: 1.5px 0px;
	padding : 16px 32px;
	color: #ffffff;

	background-color: #333333;;
	cursor : pointer;
	transition: all 0.5s;
	position: relative;
	border-radius: 16px;
	font-size:14px;
 }
	.accbox label {
    display: block;
    margin: 1.5px 0px;
    padding : 16px 32px;

    background-color: #333333;
    cursor :pointer;
    transition: all 0.5s;
    position: relative;
 }
.accbox label:before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 4px #ffffff;
  border-right: solid 4px #ffffff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 8px;
  margin-top: -8px;
}

/*ラベルホバー時*/
.accbox label:hover {
    background :#737373;
}

/*チェックは隠す*/
.accbox input {
    display: none;
}

/*非表示にしておく*/
.accbox .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

/*クリックで中身表示*/
.cssacc:checked + label + .accshow {
    height: auto;
    padding: 5px;
    opacity: 1;
}


	.accshow p {
   color:#333333;
	    margin: 24px 0px;
		display: block;
}

/*クリック後*/
.cssacc:checked + label:before {
     content: '';
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 4px #ffffff;
  border-right: solid 4px #ffffff;
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  position: absolute;
  top: 50%;
  left: 8px;
  margin-top: -8px;
}

}
/* pc */






/* smartPhone */
@media screen and (max-width: 	780px) {
/*ここにスマホ用スタイルを記述*/

body {
	background-image: url('../../img/festival/kan_fes2018/main/head_bg.png');
	background-repeat: repeat-x;
	background-position: center 0%;
	background-color: #F2F0E6;
	background-size:180%;
	font-size: 1rem;

}
header img {
	width: 42%;
	margin: 0 auto;
	display: block;
}
.progress {
	height: 30vw;
	position: relative;
}
.west {
	background-image: url('../../img/festival/kan_fes2018/main/w_bg.png');
	background-repeat: no-repeat;
	background-position: right bottom;
	border-bottom: 5px solid #fae000;
	background-size:cover;
}
.west img {
	width: 18%;
	position: absolute;
	bottom: -6%;
	left: 0px;
}
.east {
	background-image: url('../../img/festival/kan_fes2018/main/e_bg.png');
	background-repeat: no-repeat;
	background-position: 0% bottom;
	border-bottom: 5px solid #AF272D;
	background-size:cover;
}
	.east img {
	width: 18%;
	position: absolute;
	bottom: -6%;
	right: 0px;
}
.lp {
	width: 100%;
	background-color: #E2ECDA;
	background-image: url('../../img/festival/kan_fes2018/main/w_bg_1.png'), url('../../img/festival/kan_fes2018/main/e_bg_1.png'),  url('../../img/festival/kan_fes2018/main/bg.png');
	background-repeat: repeat-y, repeat-y, repeat;
	background-position: left 0%, right 0%, 0 0;
	background-size: 20%,20%,6%;
}.sp_view {
	display: none;
}
.lpSns {
	position: fixed;
	top: 4px;
	right: 8px;
	overflow: hidden;
}
.lpSns img {
	width: 50px;
	height: 50px;
}
nav {
	background-color: #000000;
	width: 100%;
	color: #D7D7D7;
	text-align: center;
}
.lpMain {
	width: 86%;
	margin: 0px auto 0px;
	padding: 2% 3%;
	background-color: #F5F5EE;
}
	.lpMain h1 {
	font-size: 1.4em;
	margin: 40px 0px 8px;
}
.lpMain h1 a{
	color: #423E78;
}
	.lpMain h2 {
	font-size: 1.2em;
	margin: 40px 0px 8px;
}
.wrap {
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
	-webkit-justify-content: space-around; /* Safari */
	justify-content: space-around;
	margin: 0px 0px;
}
.point_all {
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
	-webkit-justify-content: center; /* Safari */
	justify-content: center;
	margin-bottom: 32px 0px 16px;
}
.point_w {
	width: 33%;
	text-align: center;
}
.point_w > div {
	width: 100%;
	background-color: #FAE000;
	margin: 16px 0px 0px -13%;
	font-size: 0.95rem;
	font-weight: bold;
	text-align: center;
	padding: 8px;
	border-radius: 16px;
}
.point_a {
	width: 34%;
	text-align: center;
	font-size: 0.9rem;
	margin: 0px;
	padding: 0%;
}
.point_a_small {
	font-size: 10px;
}
.point_a p {
	margin: 0px;
}
.point_e {
	width: 33%;
	text-align: center;

}
.point_e > div {
	width: 100%;
	background-color: #EB4521;
	margin: 16px 0px 0px 13%;
	font-size: 0.95rem;
	font-weight: bold;
	text-align: center;
	padding: 8px;
	border-radius: 16px;
}
	.control-panel {
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
	-webkit-justify-content: center; /* Safari */
	justify-content: center;
	margin: 16px 0px 16px -10%;
	background-color: #373737;
	border-radius: 16px;
	padding: 16px;
	width: 120%;

}
.control_user {
	width: 40%;
	border: 2px solid #FFFFFF;
	border-radius: 8px;
	height: 200px;
	margin-right: 2%;
	color: #FFFFFF;
	padding: 2%;
	overflow-y: scroll;
}
 .control_user::-webkit-scrollbar {
 width: 8px;
 background-color: #000;
}
.control_user::-webkit-scrollbar-track {
 border-radius: 2px;
}
.control_user::-webkit-scrollbar-thumb {
 background-color: #868686;
 border-radius: 2px;
}
.control_user li {
	margin: 16px 0px 0px;
	font-size: 10px;
}
.control_user li a {
	color: #FFFFFF;
	text-decoration: none;
	display:block;
}
	.control_user li a:hover {

    margin-left: -1rem;
}
	.control_user li a:hover::before {
     content: '';
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: -4px;
    margin-left: 8px;
    border: transparent solid 6px;
    border-left-color: #FFFFFF;
	}
		.control_user_list {


}
	.control_user_list::before {
     content: '';
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: -2px;
    margin-left: 12px;
    border: transparent solid 6px;
    border-left-color: #FFFFFF;
	}

.toolTip{
position: relative;
}
.toolTip span{
color: #FFFFFF;
position: absolute;
display: block;
padding: 6px;
width: 90%;
top: 36px;
left: 12px;
font-size: 12px;
line-height: 1.2em;
border: 2px solid #FFFFFF;
border-radius: 8px;
background-color: #333333;
box-shadow: 1px 1px 5px #000000;
z-index: 0;
visibility: hidden;
}
.toolTip span:before {
position: absolute;
top: -8px; left: 12%;
margin-left: -9px;
display: block;
width: 0px;
height: 0px;
border-style: solid;
border-width: 0 8px 8px 8px;
border-color: transparent transparent #FFFFFF transparent;
z-index: 0;
}
.toolTip span:after {
content: "";
position: absolute;
top: -10px; left: 14%;
margin-left: -10px;
display: block;
width: 0px;
height: 0px;
border-style: solid;
border-width: 0 8px 8px 8px;
border-color: transparent transparent #FFFFFF transparent;
z-index: -1;
}

.toolTip:hover span{
visibility: visible;
cursor: help;
z-index: 20;
}
	.control_info {
	width: 58%;
	border: 2px solid #FFFFFF;
	border-radius: 8px;
	height: 200px;
	color: #FFFFFF;
	padding: 2%;
	overflow-y: auto;
	    font-size: 0.8rem;
}

		.info_title{
	font-size:0.9rem;
	margin:12px 0px 0px 8px;
}
.info_title::before{
	margin-left:-16px;
	content:"・";
}
	.control_info::-webkit-scrollbar {
 width: 8px;
 background-color: #000;
}
.control_info::-webkit-scrollbar-track {
 border-radius: 2px;
}
.control_info::-webkit-scrollbar-thumb {
 background-color: #868686;
 border-radius: 2px;
}
.control_twitter {
	width: 100%;
	background-color: #FFFFFF;
	height: 300px;
	overflow: hidden;
	border-radius: 16px;
	margin-top: 16px;
	padding: 8px;
}
	.drum {
		width: 280px;
	height: 215px;
	margin: 80px auto;
		display: block;
	background-repeat: no-repeat;
	}

	.drum a {
	width: 280px;
	height: 215px;
	margin: 80px auto;
	background-image: url('../../img/festival/kan_fes2018/main/drum1.png');
	display: block;
	background-repeat: no-repeat;
	background-size:cover;

	}
	.drum a:hover {
		width: 280px;
	height: 215px;
	margin: 80px auto;
	background-image: url('../../img/festival/kan_fes2018/main/drum2.png');
	display: block;
	background-repeat: no-repeat;
background-size:cover;
	}
		.ballon{
position: relative;
}
.ballon span{
color: #FFFFFF;
position: absolute;
display: block;
padding: 16px;
width: 320px;
top: -120px;
left: -21px;
font-size: 0.8rem;
line-height: 1.2em;

border-radius: 8px;
background-color: #333333;

z-index: 0;
visibility: hidden;
}

.ballon span:after {
content: "";
position: absolute;
bottom: -8px; left: 50%;
margin-left: -10px;
display: block;
width: 0px;
height: 0px;
border-style: solid;
border-width: 8px 8px 0 8px;
border-color: #333333 transparent transparent transparent;
z-index: -1;
}
.ballon:hover span{
visibility: visible;
cursor: help;
z-index: 20;
}
.ashigaru {
	width: 60px;
	margin: 80px 0px 80px 180px;
	height: 80px;
	display: block;
	background-repeat: no-repeat;
		animation: ashigarumove 7s linear infinite;
	-webkit-animation: ashigarumove 7s linear infinite;
	-moz-animation: ashigarumove 7s linear infinite;


	}

@keyframes ashigarumove {
	 5%{
    -webkit-transform:translate(30px, 0px);
  }
  20%{
    -webkit-transform:translate(30px, 0px);
  }
  25%{
    -webkit-transform:translate(60px, 0px);
  }
  40%{
    -webkit-transform:translate(60px, 0px);
  }
   45%{
    -webkit-transform:translate(30px, 0px);
  }
  60%{
    -webkit-transform:translate(30px, 0px);
  }

  65%{
    -webkit-transform:translate(0px, 0px);
  }
   100%{
    -webkit-transform:translate(0px, 0px);
  }
}

	.ashigaru a {
	width: 60px;
	height: 80px;
	margin: 80px auto;
	background-image: url('../../img/festival/kan_fes2018/main/ashigaru_e0.gif');
	display: block;
	background-repeat: no-repeat;
	background-size:contain;
	}
	.ashigaru a:hover {
	width: 60px;
	height: 80px;
	margin: 80px auto;
	background-image: url('../../img/festival/kan_fes2018/main/ashigaru_e01_over.png');
	display: block;
	background-repeat: no-repeat;

	}
.ballon2{
position: relative; /* 足軽用吹き出し*/
}
.ballon2 span{
color: #FFFFFF;
position: absolute;
display: block;
padding: 16px;
width: 190px;
top: -4px;
left: -190px;
font-size: 0.8rem;
line-height: 1.2em;

border-radius: 8px;
background-color: #333333;

z-index: 0;
visibility: hidden;
}

.ballon2 span:after {
content: "";
position: absolute;
top: 40%; right: -8px;
margin-left: -10px;
display: block;
width: 0px;
height: 0px;
border-style: solid;
border-width: 8px 0px 8px 8px;
border-color: transparent transparent transparent #333333;
z-index: -1;
}
.ballon2:hover span{
visibility: visible;
cursor: help;
z-index: 20;
}
.first_troupe{
	font-size: 150%;
}
.card1 {
	width: 260px;
	position: relative;
	background-color: #FFF;
	padding: 24px;
	margin: 110px 0.5vw 48px;
	border-radius: 16px;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
	-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.card1 a {
	width: 260px;
	height:100%;
	position: absolute;
	top: 0;
    left: 0;

}
	.card1 a:hover {
	width: 260px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 16px;
	-webkit-box-shadow: 0px 0px 40px 0px #C5C5C5;
	box-shadow: 0px 0px 40px 0px #C5C5C5;
}
	.card1 h2 {
	margin: 16px 0px 16px;
	font-size: 1rem;
}
.card1 h3 {
	margin: 0px 0px 16px;
	font-size: 0.8rem;
}
.card1 p {
	margin: 4px 0px 0px;
	font-size: 0.8rem;
	display: block;
}
.card_rank {
	position: absolute;
	top: -100px;
	font-size: 1.4rem;
	font-weight: bold;
}
.card_rank a{
	color: #423E78;
}
.card_rank span {
	font-size: 1.6rem;
}
.card_lv_icon {
	position: absolute;
	width: 110px;
	top: -75px;
	right: 0;
	left: 0;
	margin: 0px auto;
	text-align: center;
}
.rank_each{
	position:absolute;
	top:-46px;
	font-size:1.2rem;
}
.accordion {
	min-width: 260px;
	padding: 10px 0px;
	width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 2px;
	margin-left: auto;
}
.accordionPoint {
	min-width: 260px;
	width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 2px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.accordion .ac-content {
	margin: 0 10px;
}
.accordion input {
	display: none;
}
.accordion label {
	display: block;
	cursor: pointer;
	padding: 10px;
	margin-bottom: 2px;
	font-size: 1rem;
	color: #ffffff;
	background-color: #333333;
		border-radius: 8px;

}
.accordionPoint label {
	display: block;
	cursor: pointer;
	margin-bottom: 2px;
	font-size: 1rem;
	color: #FFF;
	background-color: #333333;
	text-align: center;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}.accordion label:hover {
	background-color: #777777;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.accordionPoint label:hover {
	background-color: #777777;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}.accordion .ac-cont {
	transition: 0.2s;
	height: 0;
	overflow: hidden;
	padding: 0 10px;
}
.accordion input:checked + .ac-cont {
	height: auto;
	padding: 10px;
}
	.light_talk {
    width: 260px;
    margin: 1% 0.5%;
}
/* main.php　劇団一覧*/
.allList {
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
	-webkit-justify-content: center; /* Safari */
	justify-content: center;
	-webkit-justify-content: space-around; /* Safari */
	justify-content: space-around;
	margin-bottom: 32px;
	margin-bottom: 50px;
}
.troupe {
	width: 110px;
	position: relative;
	background-color: #FFF;
	margin: 12px 2px;
	border-radius: 16px;
	padding: 12px 8px 10px;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.troupe_w {
	position: absolute;
	top: -16px;
	left: -2px;
	width: 40px;
}
.troupe_e {
	position: absolute;
	top: -16px;
	right: -2px;
	width: 40px;
}		.troupe a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
.troupe a:hover {
	box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.14), 0 0px 0px -0px rgba(0, 0, 0, 0.3), 0 0px 25px 0 rgba(0, 0, 0, 0.18);
}
.troupeD {
	overflow: hidden;
	font-size: 12px;
	margin-top: 8px;
}
.troupeImg {
	overflow: hidden;
	width: 100%;
}
.kan-fes-twitter {
	color: #3b3b3b;
	width: 100%;
	height: 300px;
}
.btn01 a {
	background-color: #333333;
	padding: 10px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
	color: #ffffff;
	text-decoration: none;
	width: 80%;
	font-size: 1.1rem;
	text-align: center;
	border-radius: 16px;
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.14), 0 3px 10px -2px rgba(0, 0, 0, 0.3), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.14), 0 3px 10px -2px rgba(0, 0, 0, 0.3), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
	-webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.14), 0 3px 10px -2px rgba(0, 0, 0, 0.3), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
	display: block;
	border: 5px solid #ffffff;
}
.btn01 a:hover {
	background-color: #ECECEC;
	color: #ffffff;
	text-decoration: none;
	width: 80%;
	font-size: 1.2rem;
	text-align: center;
	border-radius: 16px;
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.14), 0 3px 10px -2px rgba(0, 0, 0, 0.3), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.14), 0 3px 10px -2px rgba(0, 0, 0, 0.3), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
	-webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.14), 0 3px 10px -2px rgba(0, 0, 0, 0.3), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
	display: block;
	border: 5px solid #ffffff;
}
		.sponsorBox {
	width: 100%;
	margin: 24px auto;
		text-align: center;
}
.sponsor {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
	margin-bottom: 56px;
}
.sponsor_logoG {
	width: 46%;
	background-color: rgba(255,255,255,1.00);
	margin: 2%;
	padding: 4px;
}
.sponsor_logoS {
	width: 220px;
	background-color: rgba(255,255,255,1.00);
	margin: 16px;
	padding: 12px;
}
.sponsor_logoB {
	width: 150px;
	background-color: rgba(255,255,255,1.00);
	margin: 16px;
	padding: 8px;
}
.special {
	width: 100%;
	text-align: center;
	margin: 32px auto;
}
.special img {
	width: 60%;
	text-align: center;
	margin: 8px auto;
}
.copyright {
	background-color: #352C51;
	clear: both;
	color: #fff;
	font-size: 12px;
	margin: 0;
	padding: 5px 0px 5px 0;
	text-align: right;
	width: 100%;
}

#page-top {
    position: fixed;
    right: 0px;
width:40px;
height:78px;
}
#page-top img {

width:100%;
height:100%;
}


	/* 作品一覧 */
.nav-tabs-outer{
	width: 100%;
	overflow: hidden;

	color: #fff;
	position: relative;
}
.nav-tabs-outer ul{
	width: 100%!important;
	overflow:hidden;
		font-size: 10px;
	color:#fff;
}

.nav-tabs-outer .nav-tabs li{
    float:none;
    width:100%;
    margin:0px;
    text-align:left;
    border:none;
}
.nav-tabs-outer .nav-tabs li a{
	transition-property:all;
    transition-duration: 0.25s;
    transition-timing-function:ease-out;
	}
.nav-tabs li a{
	padding: 8px 16px;
	color: #fff;
	border: none;
	border-radius: 8px;
}
	.nav-tabs li a:hover{
	padding: 8px 16px;
	color: #333;
	}

.nav-tabs-outer .nav-tabs li.active a{
	margin-top:0;
	background-color:#fff;
	color: #333;
	border:none;

}
 .tab-pane p{
	color: #333;
	 }
	 .wrapper{
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
	-webkit-justify-content: center; /* Safari */
	justify-content: center;
	margin-bottom: 32px;
}


.card2 {
	width: 100%;
	position: relative;
	background-color: #FFF;
	padding: 16px;
	margin: 24px 0px;
	border-radius: 16px;
	-webkit-box-shadow: 0px 0px 16px 0px #D7D7D7;
	box-shadow: 0px 0px 16px 0px #D7D7D7;
}
	.card2 a {
	width: 100%;
	height:100%;
	position: absolute;
	top: 0;
	left: 0;
}
		.card2 a:hover {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 16px;
	-webkit-box-shadow: 0px 0px 40px 0px #C5C5C5;
	box-shadow: 0px 0px 40px 0px #C5C5C5;
}
		.card2_left {
	width: 40%;

}
		.card2_right {
	width: 60%;
	text-align:center;
}
.card_story_size {
    color: #333333;
    text-decoration: none;
    font-weight: lighter;
    margin: 16px 0px 16px;
    line-height: 160%;
    font-size: 12px;


}
.card2_right img {
	width: 100px;
	margin: -32px auto 0px;
	display: block;
}
		.card2_right p{
	font-size: 12px;
	margin:0px 0px 0px 4px;
}
.card2 h2 {
	margin: 24px 0px 16px;
	font-size: 1.2rem;
}
.card2 h3 {
	margin: 8px 0px;
	font-size: 1rem;
	line-height:160%;
}
	.card2 h4 {
	margin: 8px 0px;
	font-size: 12px;
	line-height:140%;
}

	.itemPay{
	color: #FFF;
	background-color: #E97710;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;

}
.itemFree{
	color: #FFF;
	background-color: #3EBB73;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
}
.itemTime {
	padding: 2px 5px;
	color: #FFFFFF;
	font-size: 11px;
	background-color: #3D3D3D;
	text-align: center;
	position: absolute;
	right: 0px;
	margin: 0px;
	top: 0px;
}
	.card_story_size {
  visibility: hidden;
}
.card_story_size {
    color: #333333;
    text-decoration: none;
    font-weight: lighter;
    margin: 5px 0px 24px;
    line-height: 160%;
    font-size: 12px;
    visibility: hidden;
    font-family: Verdana, Geneva, sans-serif;
}

/* ここから作品詳細*/
	.control_box {
	width: 58%;


	color: #FFFFFF;


}
.control_info_view {
	width: 100%;
	border: 2px solid #FFFFFF;
	border-radius: 8px;
	height: 200px;
	color: #FFFFFF;
	padding: 2%;
	overflow-y: auto;
	margin-bottom:10px

}
	.control_info_view a {
	color: #FFFFFF;
	text-decoration: underline;
}
	.control_info_view::-webkit-scrollbar {
 width: 8px;
 background-color: #000;
}
.control_info_view::-webkit-scrollbar-track {
 border-radius: 2px;
}
.control_info_view::-webkit-scrollbar-thumb {
 background-color: #868686;
 border-radius: 2px;
}
.control_info_user{
	width:172%;
	border: 2px solid #FFFFFF;
	border-radius: 8px;
	height: 90px;
	color: #FFFFFF;
	padding: 2%;
	overflow-y: auto;
	font-size:0.8rem;
	margin-left:-72%;
	left:0;

}
	.control_info_user a{

	color: #FFFFFF;
	text-decoration:underline;

}
.control_info_user::-webkit-scrollbar {
 width: 8px;
 background-color: #000;
}
.control_info_user::-webkit-scrollbar-track {
 border-radius: 2px;
}
.control_info_user::-webkit-scrollbar-thumb {
 background-color: #868686;
 border-radius: 2px;
}.control_twitter_view {
	display:none;
}
			.point_send {
      margin-bottom: 32px;
    background-color: #373737;
    border-radius: 16px;
    padding: 16px;
		text-align: center;

}
		.point_send p {
      		color: #ffffff;
			text-align: left;
}

	.control_view p {
	font-size: 0.8rem;
		margin: 16px 0px;
}
	.card_view {
	width: 100%;
	position: relative;
	background-color: #FFF;
	padding: 4%;
	border-radius: 16px;
	-webkit-box-shadow: 0px 0px 16px 0px #D7D7D7;
	box-shadow: 0px 0px 16px 0px #D7D7D7;
		margin: 40px 0px 80px;
}
		.card_view p {
	margin: 32px 0px 0px 16px;
	font-size: 0.9rem;

}
.card_view p strong {
	margin:0 0 0 -16px;
	font-size:1.2rem;
	font-weight:normal;

}


		.card_view_left {
	width: 50%;

}
		.card_view_center {
	width: 40%;
	}
	.card_view_center img {
	width: 100%;
	margin: 0px auto 0px;
	display: block;
}
		.card_view_right {
	width: 100%;

}

	.card_view_right p{
	font-size: 1rem;
	margin:0px 0px 8px 0px;
}

	.card_view_pointE{
	font-size: 1.4rem;
	text-align: center;
		margin:16px 0px 24px;
	width: 100%;
	background-color: #EB4521;
	font-weight: bold;
	padding: 8px;
	border-radius: 16px;
	color: #333333;
	letter-spacing: 0.4vw;
	}
	.card_view_pointW{
		font-size: 1.4rem;
		text-align:center;
		margin:16px 0px 24px;
		width: 100%;
		background-color: #FAE000;
		font-weight: bold;
		padding: 8px;
		border-radius: 16px;
		color: #333333;
		letter-spacing: 0.4vw;
	}
.card_point_next{
position:relative;
}
.card_point_next{
color: #FFFFFF;
padding: 8px;
display:inline-block;
top: -4px;
left: 0;
font-size: 0.8rem;
line-height: 1.2em;
border-radius: 8px;
background-color: #333333;

z-index: 0;

}
.card_point_next:before {
position: absolute;
top: -8px; left: 12%;
margin-left: -9px;

width: 0px;
height: 0px;
border-style: solid;
border-width: 0 8px 8px 8px;
border-color: transparent transparent #333333 transparent;
z-index: 0;
}
.card_point_next:after {
content: "";
position: absolute;
top: -8px; left: 12%;
margin-left: -10px;
width: 0px;
height: 0px;
border-style: solid;
border-width: 0 8px 8px 8px;
border-color: transparent transparent #333333 transparent;
z-index: -1;
}
		.card_point_how{
	font-size: 0.8rem;
	margin: 0px 0px;
	padding: 4px 8px;
	display: inline-block;
	color: #333333;
	text-decoration:underline;

	}
.card_view_title {
	margin: 32px 0px 16px;
	font-size: 1.2rem;
}
		.card_view h2 {
	margin: 24px 0px 16px;
	font-size: 1.1rem;
}
.card_view h3 {
	margin: 8px 0px;
	font-size: 1rem;
}
.view_time {
	padding: 4px 0px;
	color: #626262;
	font-size: 0.9rem;
	width: 100%;
	text-align: right;
	letter-spacing: 0.2rem;
}

	input[type="text"] {
	width: 80%;
	-webkit-transition: width .3s;
	transition: width .3s;
	padding: 10px;
	background-color: #F3F3F3;
	border-style: none;
}


input[type=radio], input[type=checkbox] {

}
input[type=radio] {
 display:none;
}
.radio, .checkbox {
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  margin: 10px 20px 8px 0;
  padding: 12px 12px 12px 42px;
  border-radius: 8px;
  background-color: #4A4A4A;
  vertical-align: middle;
  cursor: pointer;
	color: #FFFFFF;
}
.radio:hover, .checkbox:hover {
	background-color: #7C7C7C;
}
.radio:hover:after, .checkbox:hover:after {
	border-color: #FFFFFF;
}
.radio:after, .checkbox:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 15px;
  display: block;
  margin-top: -10px;
  width: 16px;
  height: 16px;
  border: 2px solid #bbb;
  border-radius: 6px;
  content: '';
}

.radio:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 46%;
  left: 18px;
  display: block;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #FFFFFF;
  content: '';
  opacity: 0;
}
input[type=radio]:checked + .radio:before {
  opacity: 1;
}

.checkbox:before {
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
	position: absolute;
	top: 50%;
	left: 21px;
	display: block;
	margin-top: -7px;
	width: 5px;
	height: 9px;
	content: '';
	opacity: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #3399FF;
	border-bottom-color: #3399FF;
}
input[type=checkbox]:checked + .checkbox:before {
  opacity: 1;
}


input[type="text"]:focus {
	width: 400px;
}
input[type="date"] {
	width: 250px;
	-webkit-transition: width .3s;
	transition: width .3s;
	padding: 10px;
	background-color: #F3F3F3;
	border-style: none;
}
input[type="date"]:focus {
	width: 400px;
}

	.submit{
background-color: #333333;
	padding: 10px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
	color: #ffffff;
	text-decoration: none;
	width: 84%;
	font-size: 1.1rem;
	text-align: center;
	border-radius: 16px;
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.14), 0 3px 10px -2px rgba(0, 0, 0, 0.3), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.14), 0 3px 10px -2px rgba(0, 0, 0, 0.3), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
	-webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.14), 0 3px 10px -2px rgba(0, 0, 0, 0.3), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
	display: block;
	border: 5px solid #ffffff;
}
.reset {
	width: 160px;
	padding: 15px 10px;
	background-color: #ccc;
	border-style: none;
	font-size: 22px;
	color: #333;
	margin-right: 15px;
		cursor: pointer;

}
	.submit:hover {
	background-color: #ECECEC;
	color: #ffffff;
	text-decoration: none;
	width: 80%;
	font-size: 1.2rem;
	text-align: center;
	border-radius: 16px;
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.14), 0 3px 10px -2px rgba(0, 0, 0, 0.3), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.14), 0 3px 10px -2px rgba(0, 0, 0, 0.3), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
	-webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.14), 0 3px 10px -2px rgba(0, 0, 0, 0.3), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
	display: block;
	letter-spacing: 0.1em;
	border: 5px solid #ffffff;
}
.reset:hover {
	width: 160px;
	padding: 15px 10px;
	background-color: #999;
	border-style: none;
	font-size: 22px;
	color: #333;
	margin-right: 15px;
}
.btn02 a {
	background-color: #333333;
	padding: 8px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
	color: #ffffff;
	text-decoration: none;
	width: 70%;
	font-size: 0.9rem;
	text-align: center;
	border-radius: 16px;
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.14), 0 3px 10px -2px rgba(0, 0, 0, 0.3), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.14), 0 3px 10px -2px rgba(0, 0, 0, 0.3), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
	-webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.14), 0 3px 10px -2px rgba(0, 0, 0, 0.3), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
	display: block;
	border: 5px solid #ffffff;
}
.btn02 a:hover {
	background-color: #ECECEC;
	color: #ffffff;
	text-decoration: none;
	width: 70%;
	font-size: 0.9rem;
	text-align: center;
	border-radius: 16px;
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.14), 0 3px 10px -2px rgba(0, 0, 0, 0.3), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.14), 0 3px 10px -2px rgba(0, 0, 0, 0.3), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
	-webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.14), 0 3px 10px -2px rgba(0, 0, 0, 0.3), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
	display: block;
	border: 5px solid #ffffff;
}
		.goods {
		width: 70px;
	height: 56px;

	display: block;
	background-repeat: no-repeat;
	position:relative;
	top:20px;
	left:-20px;
	  -webkit-touch-callout:none;
  -webkit-user-select:none;
  -moz-touch-callout:none;
  -moz-user-select:none;
  touch-callout:none;
  user-select:none;
	}

	.goods a {
	width: 70px;
	height: 56px;
	margin: 56px auto;
	background-image: url('../../img/festival/kan_fes2018/main/goods1.png');
		display: block;
	background-repeat: no-repeat;
		cursor: url('../../img/festival/kan_fes2018/main/goods3.png'), pointer;
background-size:contain;
	}
	.goods a:hover {
	width: 70px;
	height: 56px;
	margin: 56px auto;
	background-image: url('../../img/festival/kan_fes2018/main/goods2.png');
	display: block;
	background-repeat: no-repeat;

	}
	.ballon3{
position: relative;
}
.ballon3 span{
color: #FFFFFF;
position: absolute;
display: block;
padding: 16px;
width: 200px;
top: -10px;
left: 90px;
font-size: 0.8rem;
line-height: 1.2em;

border-radius: 8px;
background-color: #333333;

z-index: 0;
visibility: hidden;
}

.ballon3 span:after {
content: "";
position: absolute;
top: 24px; left: 2px;
margin-left: -10px;
display: block;
width: 0px;
height: 0px;
border-style: solid;
border-width: 8px 8px 8px 0px;
border-color: transparent #333333 transparent transparent;
z-index: -1;
}
.ballon3:hover span{
visibility: visible;
cursor: help;
z-index: 20;
}
	.kobayakawa {
	width: 120px;
	margin: 56px auto;
	height: 215px;
	display: block;
	background-repeat: no-repeat;
	}

	.kobayakawa a {
	width: 120px;
	height: 215px;
	margin: 56px auto;
	background-image: url('../../img/festival/kan_fes2018/main/kobayakawa1.png');
		display: block;
	background-repeat: no-repeat;
background-size:cover;
	}
	.kobayakawa a:hover {
	width: 120px;
	height: 215px;
	margin: 56px auto;
	background-image: url('../../img/festival/kan_fes2018/main/kobayakawa2.png');
	display: block;
	background-repeat: no-repeat;
background-size:cover;
	}
	.moreBtn{
		display:block;
		position: relative;
		float: right;
		top: -30px;
		right: 10px;
		font-size: 13px;
		font-family: "ten-mincho",serif;
		color: #423E78;
		border: solid 1px #423E78;
		border-radius: 8px;
		text-decoration: none;
		padding: 3px 8px 1px;
	}
	.moreBtn:hover{
		background-color: #423E78;
		color: #FFF;
		border: solid 1px #423E78;
		text-decoration: none;
	}
	/* 結果発表 */
.head {
height: 18vw;
position: relative;
background-image: url('../../img/festival/kan_fes2018/main/head.png');
background-repeat: no-repeat;
background-size:contain;
	margin-top: 8px;
}
.award {
    font-size: 2em;
    margin: 160px auto 40px;
    text-align: center;
}
		h2.award_h2 {
    font-size: 1.6em;
    margin: 80px auto 16px;

}

	.card3 {
	width: 49%;
	position: relative;
	background-color: #FFF;
	padding: 16px;
	margin: 110px 0.5% 40px;
	border-radius: 16px;
	-webkit-box-shadow: 0px 0px 16px 0px #D7D7D7;
	box-shadow: 0px 0px 16px 0px #D7D7D7;
}
.card3 a {
width: 100%;
	height:100%;
	position: absolute;
	top: 0;
    left: 0;

}
	.card3 a:hover {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 16px;
	-webkit-box-shadow: 0px 0px 40px 0px #C5C5C5;
	box-shadow: 0px 0px 40px 0px #C5C5C5;
}
.card3 h2 {
	margin: 8px 0px 0px;
	font-size: 1rem;
}
.card3 h3 {
	margin: 0px 0px 8px;
	font-size: 0.8rem;
}
.card3 p {
	margin: 0px 0px 0px;
	font-size: 10px;
	display: block;
}
	.circle_1 {
    color: #3A3A3A;
    background-color: #FAE000;
    padding: 2%;
        margin: 40px 16px 10px 0px;
    line-height: 162%;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
		animation: uneune 3s linear infinite;
}
	@keyframes uneune {
  50% {
  	   transform: scale3d(1.5, 1.5, 1.5);
  }
  100% {

  }
}
.circle_2 {
		width:42px;
		height:42px;
      color: #fff;
    background-color: #9F9F9F;
    padding:5px 0 0 0;
margin-top: 0px;
    line-height: 170%;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
		    font-size: 1.2rem;
}
	.circle_3 {
			width:42px;
		height:42px;
		padding:5px 0 0 0;
    color: #fff;
    background-color: #E39F0E;
margin-top: 0px;
		line-height: 162%;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
		    font-size: 1.2rem;
}
	.a_point_all {
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
	-webkit-justify-content: center; /* Safari */
	justify-content: center;
	margin-bottom: 32px;
}
.a_point_w {
	width: 48%;
	text-align: center;
	margin: 0 1%;
}
.a_point_w > div {
	width: 100%;
	background-color: #FAE000;

	font-size: 2vw;
	font-weight: bold;
	text-align: center;
	padding: 8px;
	border-radius: 16px;
}
	.a_point_w > p {
		font-size: 24px;
		height: 50px;
	font-weight: bold;
		padding: 8px;

}

.a_point_e {
	width: 48%;
	text-align: center;
margin: 0 1%;
}
.a_point_e > div {
	width: 100%;
	background-color: #EB4521;
	font-size: 2vw;
	font-weight: bold;
	text-align: center;
	padding: 8px;
	border-radius: 16px;
}
	.a_point_e > p {
		font-size: 18px;
		height: 55px;
		padding: 8px;

}
	.a_point_w img {
	width: 70%;
	text-align: center;
	margin: 10px 0;
}
.a_point_e img {
	width: 22%;
	text-align: center;
	margin: 32% 0 0px;

}
	.award_box {
       margin-bottom: 32px;
    background-color: #373737;
    border-radius: 16px;
    padding: 24px;
		color: #ffffff;
		    font-size: 14px;
}
.accbox {
    margin: 60px 0 40px;
    padding: 0;
    width: 100%;
color: #ffffff;
}
	.accbox p {
  font-size: 14px;
color: #ffffff;
display:inline;
}
	.accshow p {
   color:#333333;
	    margin: 24px 0px;
		display: block;
}
/*ラベル*/
.accbox label {
	display: block;
	margin: 1.5px 0px;
	padding : 16px 32px;
	color: #ffffff;

	background-color: #333333;;
	cursor : pointer;
	transition: all 0.5s;
	position: relative;
	border-radius: 16px;
	font-size:14px;
 }
	.accbox label {
    display: block;
    margin: 1.5px 0px;
    padding : 16px 32px;

    background-color: #333333;
    cursor :pointer;
    transition: all 0.5s;
    position: relative;
 }
.accbox label:before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 4px #ffffff;
  border-right: solid 4px #ffffff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 8px;
  margin-top: -8px;
}

/*ラベルホバー時*/
.accbox label:hover {
    background :#737373;
}

/*チェックは隠す*/
.accbox input {
    display: none;
}

/*非表示にしておく*/
.accbox .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

/*クリックで中身表示*/
.cssacc:checked + label + .accshow {
    height: auto;
    padding: 5px;
    opacity: 1;
}

.accbox .accshow p {
    margin: 15px 10px}

/*クリック後*/
.cssacc:checked + label:before {
     content: '';
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 4px #ffffff;
  border-right: solid 4px #ffffff;
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  position: absolute;
  top: 50%;
  left: 8px;
  margin-top: -8px;
}

}
/* smartPhone */
