@charset "utf-8";
/*－－－－－－－－－－共通－－－－－－－－－－*/
@import "http://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;
    overflow-x: hidden;
}
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;
}
.attention {
    color: #F60;
}
.attention2 {
    color: #FF6600;
    font-weight: bold;
    font-size: 11px;
}
/* form starting stylings ------------------------------- */
.group {
    position: relative;
    margin: 16px 16px 56px;
}
.input {
    font-size: 18px;
    padding: 10px 10px 10px 5px;
    display: block;
    width: 300px;
    border: none;
    border-bottom: 1px solid #757575;
}
input:focus {
    outline: none;
}
/* LABEL ======================================= */
.label {
    color: #999;
    font-size: 18px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 10px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

/* active state */
input:focus ~ label, input:valid ~ label, textarea:focus ~ label, textarea:valid ~ label {
 top:-24px;
 font-size:14px;
 color:#EE5938;
}
/* BOTTOM BARS ================================= */
.bar {
    position: relative;
    display: block;
    width: 300px;
}
.bar:before, .bar:after {
    content: '';
    height: 2px;
    width: 0;
    bottom: 1px;
    position: absolute;
    background: #8ABE41;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}
.bar:before {
    left: 50%;
}
.bar:after {
    right: 50%;
}
/* active state */
input:focus ~ .bar:before, input:focus ~ .bar:after {
    width: 50%;
}
/* active state */
input:focus ~ .highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease;
}

/* ANIMATIONS ================ */
@-webkit-keyframes inputHighlighter {
 from {
background:#8ABE41;
}
 to {
width:0;
background:transparent;
}
}
@-moz-keyframes inputHighlighter {
 from {
background:#8ABE41;
}
 to {
width:0;
background:transparent;
}
}
@keyframes inputHighlighter {
 from {
background:#8ABE41;
}
 to {
width:0;
background:transparent;
}
}

/* pc */
@media screen and (min-width: 769px) {
/*ここにpc用スタイルを記述*/
.scene {
    width: 100%;
    position: relative;
}
.light {
    position: absolute;
    width: 90px;
    top: -32px;
    left: 20%;
}
.maku {
    position: absolute;
    width: 1630px;
    top: -32px;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%); /* Safari用 */
    transform: translate(-50%, -50%);
}
.star {
}
.title {
    position: absolute;
    top: 135px;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%); /* Safari用 */
    transform: translate(-50%, -50%);
    width: 764px;
    height: 290px;
}
.layer {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
header {
    width: 100%;
    border-top: 7px solid #D3300A;
    height: 300px;
    overflow: hidden;
}
.main_nav {
    width: 100%;
    position: absolute;
    top: 290px;
}
.main_nav ul {
    display: -webkit-flex; /* Safari */
    display: flex;
    -webkit-flex-wrap: wrap; /* Safari */
    flex-wrap: wrap;
    -webkit-justify-content: center; /* Safari */
    justify-content: center;
}
.main_nav li {
    padding: 24px 8px;
    text-align: center;
    font-size: 100%;
}
.main_nav li a {
    text-decoration: underline;
    color: #78B128;
    letter-spacing: 0px;
}
.main_nav li a:hover {
    text-decoration: underline;
    color: #A4D362;
}
.bgTop {
    position: relative;
    color: #565656;
    padding-bottom: 56px;
}
.bg {
    width: 100%;
    background-color: #FFFFFF;
    padding: 56px 0px 80px;
    color: #565656;
    background-image: url(../../img/festival/hs_fes2019/light1.png);
    background-repeat: no-repeat;
    background-position: -200px 0%;
    background-size: contain;
    background-size: 50% 150%;
}
.bgTop h1 {
    background-image: url(../../img/festival/hs_fes2019/icon01.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    color: #EE5938;
    font-size: 22px;
    font-weight: normal;
    padding: 8px 0px 16px 64px;
    margin: 80px auto 24px;
    display: table;
    letter-spacing: 0.2em;
}
.bgTop p {
    margin-bottom: 56px;
}
.bg h2 {
    background-image: url(../../img/festival/hs_fes2019/icon01.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    color: #EE5938;
    font-size: 27px;
    font-weight: normal;
    padding: 0px 0px 0px 64px;
    margin: 32px auto;
    display: table;
    letter-spacing: 0.2em;
}
.bg h2 span, .bgTop h1 span {
    font-size: 150%;
    font-family: "vdl-logomaru-jr", sans-serif;
}
.bg li {
    font-size: 105%;
    list-style-position: outside;
    list-style-image: url(../../img/festival/hs_fes2019/icon04.png);
    margin-left: 24px;
    padding: 4px 0px;
    color: #FFFFFF;
}
.bg2 {
    width: 100%;
    padding: 56px 0px;
    background-image: url(../../img/festival/hs_fes2019/bg2.png);
    background-position: 20%;
    background-size: 120% 100%;
    color: #565656;
    margin-top: -55px;
}
.bg2 h2 {
    background-image: url(../../img/festival/hs_fes2019/icon01.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    color: #EE5938;
    font-size: 27px;
    font-weight: normal;
    padding: 0px 0px 0px 64px;
    margin: 32px auto;
    display: table;
    letter-spacing: 0.2em;
}
.bg2 h2 span {
    font-size: 150%;
}
.bg2 li {
    font-size: 106%;
    list-style-position: outside;
    list-style-image: url(../../img/festival/hs_fes2019/icon03.png);
    margin-left: 24px;
    padding: 4px 0px;
    color: #EE5938;
}
.bg2 li p {
    font-size: 90%;
    color: #565656;
}
.fes_about img {
    width: 100%;
    margin: 40px 0px 0px;
}
.entry_end {
    font-size: 24px;
    width: 100%;
    text-align: center;
}
.entry_end strong {
    font-size: 46px;
    font-weight: bold;
    font-family: "vdl-logomaru-jr", sans-serif;
}
.entry_end span {
    font-size: 12px;
}
.wrap_bg {
    display: -webkit-flex; /* Safari */
    display: flex;
    -webkit-flex-wrap: wrap; /* Safari */
    flex-wrap: wrap;
    -webkit-justify-content: center; /* Safari */
    justify-content: center;
    -webkit-flex-direction: row-reverse; /* Safari */
    flex-direction: row-reverse;
    margin: 24px 0px;
}
.wrap_bg2 {
    display: -webkit-flex; /* Safari */
    display: flex;
    -webkit-flex-wrap: wrap; /* Safari */
    flex-wrap: wrap;
    -webkit-justify-content: center; /* Safari */
    justify-content: center;
    margin: 24px 0px;
}
.rightBg {
    width: 30%;
    margin: 40px -150px 0px 0px;
}
.leftBg {
    width: 65%;
    margin: 40px auto;
    border: 3px dashed #FFFFFF;
    background-color: #EE5938;
    padding: 4%;
    border-radius: 26px 46px 29px 62px / 44px 25px 45px 34px;
}
.leftBg2 {
    width: 65%;
    margin: 40px auto;
    border: 3px dashed #EE5938;
    background-color: #FFFFFF;
    padding: 4%;
    border-radius: 26px 46px 29px 62px / 44px 25px 45px 34px;
}
.leftBg a, .leftBg2 a {
    text-decoration: underline;
}
.leftBg a:hover, .leftBg2 a:hover {
    text-decoration: underline;
    font-weight: bold;
}
.rightBg2 {
    width: 30%;
    margin: 40px 0px 0px -80px;
}
.leftBg3 {
    width: 65%;
    margin: 40px auto;
    border: 3px dashed #EE5938;
    background-color: #FFFFFF;
    padding: 4%;
    border-radius: 26px 46px 29px 62px / 44px 25px 45px 34px;
}
.rightBg3 {
    width: 30%;
    margin: 40px -110px 0px 0px;
}
.rightBg3 img {
    width: 100%;
}
.leftBg3 a {
    text-decoration: underline;
    color: #EE5938;
}
p.sendSp a {
    color: #FFFFFF;
}
p.sendPc, h4.sendPc, p.sendPc2 {
    display: none;
}
.mainBox {
    max-width: 980px;
    width: 88%;
    margin: 0px auto;
}
.mainBox p {
    margin: 0px 0px 16px 0px;
}
.entryBtn a {
    background-color: #8ABE41;
    padding: 10px;
    margin-top: 40px;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
    color: #FFFFFF;
    text-decoration: none;
    width: 290px;
    font-size: 20px;
    text-align: center;
    border-radius: 8px;
    display: block;
    letter-spacing: 0.1em;
}
.entryBtn a:hover {
    background-color: #9CCC65;
    padding: 10px;
    margin-right: auto;
    margin-left: auto;
    color: #FFFFFF;
    text-decoration: none;
    width: 290px;
    font-size: 20px;
    text-align: center;
}
.btn_etc {
    width: 480px;
    text-align: center;
    margin: 0 auto 40px;
    background-color: rgba(246,246,246,1.00);
    padding: 16px 24px;
}
.hsfes2019 {
    width: 480px;
    text-align: center;
    margin: 0 auto 40px;
    background-color: rgba(246,246,246,1.00);
    padding: 16px 24px;
}
.wrap_flow {
    display: -webkit-flex; /* Safari */
    display: flex;
    -webkit-flex-wrap: wrap; /* Safari */
    flex-wrap: wrap;
    -webkit-justify-content: space-between; /* Safari */
    justify-content: space-between;
    margin-bottom: 24px;
}
.flowLeft {
    width: 280px;
    margin: 40px 0% 0px -40px;
    border: 3px dashed #EE5938;
    background-color: #FFFFFF;
    padding: 0%;
    border-radius: 134px 104px 112px 141px / 142px 136px 140px 142px;
    overflow: hidden;
    height: 350px;
}
.flowRight {
    width: 60%;
    margin: 40px 0px 0px 0px;
}
.flowRight dt {
    color: #EE5938;
    font-size: 22px;
}
.flowRight dt span {
    color: #EE5938;
    font-size: 43px;
    border: 3px dashed #EE5938;
    background-color: #FFFFFF;
    width: 70px;
    height: 70px;
    border-radius: 53px 40px 40px / 45px 45px 54px 39px;
    display: inline-block;
    padding: 8px 0px 0px 19px;
    margin-left: -5%;
    margin-right: 10px;
}
.flowRight dd {
    font-size: 16px;
    margin: 0px 0px 16px 56px;
}
.suportBox {
    background-color: #FFFFFF;
    padding: 8px;
    font-size: 90%;
    margin-top: 8px;
    color: #EE5938;
    border-radius: 8px;
}
.suport {
    width: 86%;
    margin: 40px auto;
    border: 3px dashed #FFFFFF;
    background-color: #EE5938;
    padding: 5%;
    color: #ffffff;
    border-radius: 26px 46px 29px 62px / 44px 25px 45px 34px;
}
.suportImg {
    margin: 80px 0px -95px -3%;
    position: relative;
    width: 30%;
}
.suport h2 {
    padding: 24px;
    margin: 16px 0px 32px;
    font-size: 21px;
    background-color: #ffffff;
    color: #EE5938;
    display: block;
    background-image: none;
    letter-spacing: 0.1em;
    font-weight: bold;
}
.suport h3 {
    margin: 60px 0px 24px;
    font-size: 21px;
}
.suport h4 {
    margin: 16px 0px;
    font-size: 14px;
}
.suport a {
    margin: 16px 0px;
    font-size: 14px;
    text-decoration: underline;
    color: #ffffff;
    letter-spacing: 0px;
}
.suport p {
    font-size: 16px;
}
.suportP a {
    font-size: 18px;
}
input[type="submit"] {
    width: 250px;
    -webkit-transition: width .3s;
    transition: width .3s;
    padding: 15px 10px;
    background-color: #8BC34A;
    border-style: none;
    font-size: 22px;
    color: #FFF;
    margin-right: 15px;
}
input[type="reset"] {
    width: 250px;
    -webkit-transition: width .3s;
    transition: width .3s;
    padding: 15px 10px;
    background-color: #969696;
    border-style: none;
    font-size: 22px;
    color: #FFF;
    margin-right: 15px;
}
input[type="submit"]:hover {
    width: 250px;
    -webkit-transition: width .3s;
    transition: width .3s;
    padding: 15px 10px;
    background-color: #9CCC65;
    border-style: none;
    font-size: 22px;
    color: #FFF;
    margin-right: 15px;
}
input[type="reset"]:hover {
    width: 250px;
    -webkit-transition: width .3s;
    transition: width .3s;
    padding: 15px 10px;
    background-color: #9E9E9E;
    border-style: none;
    font-size: 22px;
    color: #FFF;
    margin-right: 15px;
}
.contactForm {
    margin-left: 35px;
}
.entryStart {
    width: 250px;
    -webkit-transition: width .3s;
    transition: width .3s;
    padding: 15px 10px;
    background-color: #EE5938;
    border-style: none;
    font-size: 22px;
    color: #FFF;
    margin-right: 15px;
}
.fesLeft {
    width: 400px;
    margin: 40px auto;
    border: 3px dashed #EE5938;
    padding: 5%;
    border-radius: 14px 14px 12px 41px / 42px 36px 20px 32px;
    overflow: hidden;
    height: 450px;
}
.fesRight {
    width: 95%;
    margin: 40px 0px 0px 5%;
}
.sns {
    margin: 40px auto;
    text-align: center;
    width: 200px;
}
.sns img {
    margin: 0px 16px;
}
.musicTable {
    margin: 16px auto;
    width: 100%;
    overflow-x: scroll;
    transform: translateZ(0);
}
 .musicTable::-webkit-scrollbar {
 height: 10px;
}
 .musicTable::-webkit-scrollbar-thumb {
 background: #999;
 border-radius: 5px;
}
 .musicTable::-webkit-scrollbar-track-piece {
 background: #efefef;
}
.musicTable table {
    width: 100%;
}
.musicTable th {
    padding: 16px;
    min-width: 130px;
    text-align: center;
    background-color: #EE5938;
    color: #FFFFFF;
    font-size: 16px;
}
.musicTable td {
    padding: 16px;
    font-size: 15px;
    min-width: 130px;
    text-align: center;
    background-color: #E4E4E4;
}
footer {
    background-color: #EE5938;
    padding: 40px 0px;
    width: 100%;
    margin-top: -45px;
    text-align: center;
}
footer p a {
    color: #FFFFFF;
    margin-bottom: 24px;
    display: inline-block;
}
.footerBox {
    margin: 0px auto;
    width: 500px;
    background-color: #FFFFFF;
    padding: 24px;
    color: #EE5938;
    font-size: 36px;
}
.footerBox img {
    margin: 0px 24px -2px;
}
#page-top {
    position: fixed;
    right: 0px;
}
.print {
    margin: 100px 0px;
    position: relative;
    z-index: 30;
}
.prf {
    width: 40%;
    margin: 40px auto;
    border: 3px dashed #FFFFFF;
    background-color: #EE5938;
    padding: 4%;
    border-radius: 26px 46px 29px 62px / 44px 25px 45px 34px;
    color: #ffffff;
}
.prf_left {
    width: 35%;
    margin: 0px auto;
}
.prf_right {
    width: 56%;
    margin: 0px auto;
}
.prf_size {
    font-size: 16px;
}
.entry_school a {
    background-color: #8ABE41;
    padding: 16px;
    margin: 40px 16px;
    color: #FFFFFF;
    text-decoration: none;
    width: 300px;
    font-size: 18px;
    text-align: center;
    border-radius: 8px;
    display: block;
    letter-spacing: 0.1em;
    -webkit-box-shadow: 1px 1px 5px #4B4B4B;
    box-shadow: 1px 1px 5px #4B4B4B;
}
.entry_school a:hover {
    background-color: #9CCC65;
    padding: 16px;
    margin: 40px 16px;
    color: #FFFFFF;
    text-decoration: none;
    width: 300px;
    font-size: 18px;
    text-align: center;
}
.play a {
    background-color: #EE5938;
    padding: 16px;
    margin: 40px 0 0 auto;
    color: #FFFFFF;
    text-decoration: none;
    width: 350px;
    font-size: 20px;
    text-align: center;
    border-radius: 8px;
    display: block;
    letter-spacing: 0.1em;
    -webkit-box-shadow: 1px 1px 5px #4B4B4B;
    box-shadow: 1px 1px 5px #4B4B4B;
}
.play a:hover {
    background-color: #F07458;
    padding: 16px;
    margin: 40px 0 0 auto;
    color: #FFFFFF;
    text-decoration: none;
    width: 350px;
    font-size: 20px;
    text-align: center;
}
.school_prf {
    width: 92%;
    margin: 40px auto;
    border: 3px dashed #EE5938;
    background-color: #FFFFFF;
    padding: 4%;
    border-radius: 26px 46px 29px 62px / 44px 25px 45px 34px;
}
.school_prf h2 {
    color: #EE5938;
}
.school_prf_title {
    font-size: 24px;
    color: #EE5938;
}
.school_prf dl {
    margin: 16px auto;
}
.school_prf dt {
    margin: 0px auto;
    width: 100px;
    float: left;
    clear: both;
    text-align: right;
}
.school_prf dd {
    margin: 8px 0px 8px 110px;
}
.space_top {
    margin: 60px 0px 0px;
}
.accbox {
    margin: 40px auto 20px;
    padding: 0;
    width: 96%;
    color: #ffffff;
}
.accbox p {
    font-size: 14px;
    color: #33333;
}
/*ラベル*/
.accbox label {
    display: block;
    margin: 1.5px 0px;
    padding : 16px 32px;
    color: #300304!important;
    font-weight: bold;
    background: #FAE000;
    cursor : pointer;
    transition: all 0.5s;
    position: relative;
    border-radius: 16px;
    -webkit-box-shadow: 1px 1px 10px #9B270D;
    box-shadow: 1px 1px 10px #9B270D;
}
.accbox label p {
    font-size: 22px;
    color: #300304;
    display: inline;
}
.accbox label:before {
    content: '';
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 4px #300304;
    border-right: solid 4px #300304;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 8px;
    margin-top: -8px;
}
/*ラベルホバー時*/
.accbox label:hover {
    background : #9CCC65;
}
/*チェックは隠す*/
.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 {
    margin: 56px 10px 20px;
    color:#333333;
}
.accshow p {
    margin: 8px 0px 16px;
    color:#333333;
}
.accshow p:first-child  {
    margin: 54px 0px 16px;
    font-size: 18px;
    color: #333333;
    font-weight: bold;
}
/*クリック後*/
.cssacc:checked + label:before {
    content: '';
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 4px #300304;
    border-right: solid 4px #300304;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    position: absolute;
    top: 50%;
    left: 8px;
    margin-top: -8px;
}
.accbox li {
    list-style-image: none;
    padding-left: 0px;
}
.accbox li a {
    text-decoration: none;
}
.accbox li a:hover {
    text-decoration: underline;
}
.accbox li::before {
    font-family: FontAwesome;
    content : "\f02d";
    margin-left: -26px;
}
}

/* pc */
 
 
 
 

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

body {
}
p {
    font-size: 0.9em;
    text-align: justify;
}
.scene {
    width: 100%;
    position: relative;
}
.maku {
    position: absolute;
    width: 780px;
    top: -8px;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%); /* Safari用 */
    transform: translate(-50%, -50%);
}
.star {
}
.title {
    position: absolute;
    top: 12vw;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%); /* Safari用 */
    transform: translate(-50%, -50%);
    width: 70%;
}
.layer {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
header {
    width: 100%;
    border-top: 7px solid #D3300A;
    overflow: hidden;
}
.menu_btn {
    display: block;
    position: absolute;
    top: 30px;
    right: 10px;
    z-index: 99;
    width: 30px;
    height: 30px;
    transition: 0.5s;
    background: url("../../img/festival/hs_fes2019/nav1.png") no-repeat center;
    background-size: 30px;
}
.active {
    background: url("../../img/festival/hs_fes2019/nav2.png") no-repeat center;
    transform: rotateZ(90deg);
    animation: anime1 0.5s ease-in;
    background-size: 30px;
}
 @keyframes anime1 {
 0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
.main_nav {
    background: #D3300A;
    transform: rotateY(90deg);
    transition: 0.5s;
    background: #D3300A;
    transform: rotateY(90deg);
    transition: 0.5s;
    position: absolute;
    top: 0px;
    width: 100%;
}
.main_nav li {
    padding: 10px;
    text-align: center;
}
.main_nav li a {
    text-decoration: none;
    color: #FFFFFF;
}
.active_nav {
    transform: rotateY(0deg);
}
.active_nav li:nth-child(1) {
    animation: anime2 0.6s ease-in;
}
.active_nav li:nth-child(2) {
    animation: anime2 0.7s ease-in;
}
.active_nav li:nth-child(3) {
    animation: anime2 0.8s ease-in;
}
.active_nav li:nth-child(4) {
    animation: anime2 0.9s ease-in;
}
.active_nav li:nth-child(5) {
    animation: anime2 1s ease-in;
}
 @keyframes anime2 {
 0% {
 transform: rotateY(90deg);
}
 100% {
 transform: rotateY(0deg);
}
}
.bgTop {
    position: relative;
    color: #565656;
}
.bg {
    width: 100%;
    background-color: #FFFFFF;
    padding: 0px 0px 16px;
    color: #565656;
}
.bgTop h1 {
    background-image: url(../../img/festival/hs_fes2019/icon01.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    color: #EE5938;
    font-size: 18px;
    font-weight: normal;
    padding: 16px 0px 16px 56px;
    margin: 0px auto 24px;
    display: table;
    letter-spacing: 0.1em;
}
.bgTop p {
    margin-bottom: 24px;
}
.bg h2 span, .bgTop h1 span {
    font-size: 130%;
    font-family: "vdl-logomaru-jr", sans-serif;
}
.bg li {
    font-size: 14px;
    list-style-position: outside;
    list-style-image: url(../../img/festival/hs_fes2019/icon04.png);
    margin-left: 24px;
    padding: 8px 8px 8px 0px;
    color: #FFFFFF;
}
.bg2 {
    width: 100%;
    padding: 24px 0px 16px;
    background-image: url(../../img/festival/hs_fes2019/bg2.png);
    background-position: 20%;
    background-size: 150% 100%;
    color: #565656;
}
.bg h2, .bg2 h2 {
    background-image: url(../../img/festival/hs_fes2019/icon01.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    color: #EE5938;
    font-size: 18px;
    font-weight: normal;
    padding: 10px 0px 32px 56px;
    margin: 80px auto 24px;
    display: table;
    letter-spacing: 0em;
}
.bg2 h2 span {
    font-size: 130%;
    font-family: "vdl-logomaru-jr", sans-serif;
}
.bg2 li {
    font-size: 14px;
    list-style-position: outside;
    list-style-image: url(../../img/festival/hs_fes2019/icon03.png);
    margin-left: 16px;
    padding: 8px 8px 8px 0px;
    color: #EE5938;
}
.bg2 li p {
    font-size: 90%;
    color: #565656;
}
.fes_about img {
    width: 100%;
    margin: 40px 0px 0px;
}
.entry_end {
    font-size: 14px;
    width: 100%;
    text-align: center;
}
.entry_end strong {
    font-size: 20px;
    font-weight: bold;
    font-family: "vdl-logomaru-jr", sans-serif;
}
.entry_end span {
    font-size: 10px;
}
.wrap_bg {
    display: -webkit-flex; /* Safari */
    display: flex;
    -webkit-flex-wrap: wrap; /* Safari */
    flex-wrap: wrap;
    -webkit-justify-content: center; /* Safari */
    justify-content: center;
    -webkit-flex-direction: row-reverse; /* Safari */
    flex-direction: row-reverse;
    margin: 14% 0px;
}
.wrap_bg2 {
    display: -webkit-flex; /* Safari */
    display: flex;
    -webkit-flex-wrap: wrap; /* Safari */
    flex-wrap: wrap;
    -webkit-justify-content: center; /* Safari */
    justify-content: center;
    margin: 5% 0px 10%;
}
.rightBg {
    width: 30%;
    margin: 40px -150px 0px 0px;
}
.leftBg {
    width: 85%;
    margin: 40px auto;
    border: 3px dashed #FFFFFF;
    background-color: #EE5938;
    padding: 4%;
    border-radius: 26px 46px 29px 62px / 44px 25px 45px 34px;
}
.leftBg2 {
    width: 85%;
    margin: 40px auto;
    border: 3px dashed #EE5938;
    background-color: #FFFFFF;
    padding: 4%;
    border-radius: 26px 46px 29px 62px / 44px 25px 45px 34px;
}
.leftBg a, .leftBg2 a {
    text-decoration: underline;
}
.leftBg a:hover, .leftBg2 a:hover {
    text-decoration: underline;
    font-weight: bold;
}
.rightBg2 {
    width: 40%;
    margin: -10% 0px 0px -25%;
}
.rightBg img, .rightBg2 img, .rightBg3 img {
    width: 100%;
}
.leftBg3 {
    width: 85%;
    margin: 40px auto;
    border: 3px dashed #EE5938;
    background-color: #FFFFFF;
    padding: 4%;
    border-radius: 26px 46px 29px 62px / 44px 25px 45px 34px;
}
.rightBg3 {
    width: 40%;
    margin: -7% -25% 0px 0px;
}
.leftBg3 a {
    text-decoration: underline;
    color: #EE5938;
}
p.sendPc a {
    color: #FFFFFF;
}
p.sendSp, h4.sendSp, p.sendSp2 {
    display: none;
}
.mainBox {
    width: 100%;
    margin: -40px auto 40px;
}
.mainBox p {
    margin: 0px 0px 8px 0px;
}
.entryBtn a {
    background-color: #8ABE41;
    padding: 10px;
    margin-top: 40px;
    margin-right: auto;
    margin-bottom: 16px;
    margin-left: auto;
    color: #FFFFFF;
    text-decoration: none;
    width: 210px;
    font-size: 15px;
    text-align: center;
    border-radius: 8px;
    display: block;
    letter-spacing: 0.1em;
}
.entryBtn a:hover {
    background-color: #9CCC65;
    padding: 10px;
    margin-right: auto;
    margin-left: auto;
    color: #FFFFFF;
    text-decoration: none;
    width: 210px;
    font-size: 15px;
    text-align: center;
}
.btn_etc {
    width: 94%;
    text-align: center;
    margin: 0 auto 40px;
    background-color: rgba(246,246,246,1.00);
    padding: 8px 4px;
    font-size: 12px;
}
.hsfes2019 {
    width: 94%;
    text-align: center;
    margin: 0 auto 40px;
    background-color: rgba(246,246,246,1.00);
    padding: 8px 4px;
    font-size: 12px;
}
.wrap_flow {
    display: -webkit-flex; /* Safari */
    display: flex;
    -webkit-flex-wrap: wrap; /* Safari */
    flex-wrap: wrap;
    -webkit-justify-content: space-between; /* Safari */
    justify-content: space-between;
    margin-bottom: 24px;
}
.flowLeft {
    width: 230px;
    margin: 0px auto;
    border: 3px dashed #EE5938;
    background-color: #FFFFFF;
    padding: 0%;
    border-radius: 134px 104px 112px 141px / 142px 136px 140px 142px;
    overflow: hidden;
    height: 300px;
}
.flowRight {
    width: 100%;
    margin: 0px 0px 0px 0px;
}
.flowRight dt {
    color: #EE5938;
    font-size: 18px;
}
.flowRight dt span {
    color: #EE5938;
    font-size: 26px;
    border: 3px dashed #EE5938;
    background-color: #FFFFFF;
    width: 50px;
    height: 50px;
    border-radius: 53px 40px 40px / 45px 45px 54px 39px;
    display: inline-block;
    padding: 8px 0px 0px 14px;
    margin-left: 0%;
    margin-right: 10px;
}
.flowRight dd {
    font-size: 16px;
    margin: 0px 0px 16px 56px;
}
.suportBox {
    background-color: #FFFFFF;
    padding: 8px;
    font-size: 90%;
    margin-top: 8px;
    color: #EE5938;
    border-radius: 8px;
}
.suport {
    width: 96%;
    border-radius: 33px 60px 30px / 45px 65px 54px 35px;
    padding: 24px;
    margin: 40px auto 0px;
    border: 3px dashed #FFFFFF;
    background-color: #EE5938;
    color: #ffffff;
}
.suportImg img {
    margin: 0px 0px -110px 1%;
    position: relative;
    width: 180px;
}
.suport h2 {
    padding: 16px;
    margin: 16px 0px;
    font-size: 18px;
    background-color: #ffffff;
    color: #EE5938;
    display: block;
    background-image: none;
    letter-spacing: 0.1em;
}
.suport h3 {
    margin: 40px 0px 16px;
    font-size: 16px;
}
.suport h4 {
    margin: 16px 0px;
    font-size: 12px;
}
.suport a {
    margin: 16px 0px;
    font-size: 12px;
    text-decoration: underline;
    color: #ffffff;
    letter-spacing: 0px;
}
.suport p {
    font-size: 12px;
    color: #ffffff;
}
.suportP a {
    font-size: 14px;
    line-height: 180%;
    letter-spacing: 0px;
}
input, button, textarea {
    /* [disabled]-webkit-appearance: none;
*/
    /* [disabled]-moz-appearance: none;
*/
    /* [disabled]appearance: none;
*/
}
input[type="text"] {
    width: 90%;
    padding: 10px 5%;
    background-color: #F3F3F3;
    border-style: none;
}
input[type="text"]:focus {
    background-color: #FFAB00;
    border-style: none;
    outline: 0;
}
input[type="date"] {
    width: 90%;
    padding: 10px 5%;
    background-color: #F3F3F3;
    border-style: none;
}
input[type="date"]:focus {
    background-color: #FFAB00;
    border-style: none;
    outline: 0;
}
input[type="submit"] {
    width: 50%;
    -webkit-transition: width .3s;
    transition: width .3s;
    padding: 15px 10px;
    background-color: #8ABE41;
    border-style: none;
    font-size: 17px;
    color: #FFF;
    margin-right: 15px;
}
input[type="reset"] {
    width: 35%;
    -webkit-transition: width .3s;
    transition: width .3s;
    padding: 15px 10px;
    background-color: #999999;
    border-style: none;
    font-size: 17px;
    color: #FFF;
    margin-right: 15px;
}
input[type="submit"]:hover, input[type="reset"]:hover {
    -webkit-transition: width .3s;
    transition: width .3s;
    padding: 15px 10px;
    background-color: #9FC962;
    border-style: none;
    font-size: 17px;
    color: #FFF;
    margin-right: 15px;
}
.radios {
    display: inline-block;
    margin: 0;
    padding: 0;
    clear: both;
}
.radios li {
    display: inline-block;
    position: relative;
    float: left;
    list-style: none;
    border: solid 1px #ddd;
    border-right: none;
    overflow: hidden;
}
.radios li:first-child {
    border-radius: 5px 0 0 5px;
}
.radios li:last-child {
    border-right: solid 1px #ddd;
    border-radius: 0 5px 5px 0;
}
.radios label {
    display: block;
    min-width: 3em;
    text-align: center;
    background: #eee;
    background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#EEE));
    background: -moz-linear-gradient(top, #fff, #eee);
    border: solid 1px rgba(255,255,255,0.2);
    padding: 7px;
    text-shadow: 0 1px 0 rgba(255,255,255,0.5);
}
.radios li:first-child label {
    border-radius: 3px 0 0 3px;
}
.radios li:last-child label {
    border-radius: 0 3px 3px 0;
}
.radios input[type=radio] {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    cursor: pointer;
}
.radios input[type=radio]:checked {
    cursor: auto;
}
.radios input[type=radio]:checked + label {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
    border: solid 1px rgba(0,0,0,0.1);
    background: #666;
    background: -webkit-gradient(linear, left top, left bottom, from(#313131), to(#626262));
    background: -moz-linear-gradient(top, #333, #666);
}
.contactForm {
    margin-left: auto;
    width: 90%;
    margin-right: auto;
    overflow: hidden;
}
.entryStart {
    width: 250px;
    -webkit-transition: width .3s;
    transition: width .3s;
    padding: 15px 10px;
    background-color: #EE5938;
    border-style: none;
    font-size: 16px;
    color: #FFF;
    margin-right: 15px;
}
.fesLeft {
    width: 300px;
    margin: 40px auto;
    border: 3px dashed #EE5938;
    background-color: #FFD1D1;
    padding: 0%;
    border-radius: 34px 24px 22px 41px / 22px 36px 40px 42px;
    overflow: hidden;
    height: 450px;
}
.fesRight {
    width: 95%;
    margin: 0px 0px 0px 16px;
}
.sns {
    margin: 40px auto;
    text-align: center;
    width: 200px;
}
.sns img {
    margin: 0px 16px;
}
.musicTable {
    margin: 16px auto;
    width: 100%;
    overflow-x: scroll;
    transform: translateZ(0);
}
 .musicTable::-webkit-scrollbar {
 height: 10px;
}
 .musicTable::-webkit-scrollbar-thumb {
 background: #999;
 border-radius: 5px;
}
 .musicTable::-webkit-scrollbar-track-piece {
 background: #efefef;
}
.musicTable table {
    width: 100%;
}
.musicTable th {
    padding: 8px 16px;
    min-width: 120px;
    text-align: center;
    background-color: #EE5938;
    color: #FFFFFF;
    font-size: 16px;
}
.musicTable td {
    padding: 8px 16px;
    font-size: 14px;
    min-width: 120px;
    text-align: center;
    background-color: #E4E4E4;
}
footer {
    background-color: #EE5938;
    padding: 40px 0px;
    width: 100%;
    margin-top: -45px;
    text-align: center;
}
.footerBox {
    margin: 0px auto;
    width: 300px;
    background-color: #FFFFFF;
    padding: 12px 0px 8px;
    color: #EE5938;
    font-size: 21px;
}
.footerBox img {
    margin: 0px 8px -5px;
}
footer p a {
    color: #FFFFFF;
    margin: 0px 0px 24px 24px;
    display: inline-block;
}
#page-top {
    display: none;
}
.prf {
    width: 90%;
    margin: 26px auto;
    border: 3px dashed #FFFFFF;
    background-color: #EE5938;
    padding: 32px 24px;
    border-radius: 26px 46px 29px 62px / 44px 25px 45px 34px;
    color: #ffffff;
}
.prf_left {
    width: 100%;
    margin: 0px auto;
}
.prf_right {
    width: 100%;
    margin: 0px auto;
}
.prf_size {
    font-size: 18px;
}
.entry_school {
    background-color: #8ABE41;
    padding: 0px;
    margin: 16px 8px;
    color: #FFFFFF;
    text-decoration: none;
    width: 80%;
    font-size: 14px;
    text-align: center;
    border-radius: 8px;
    display: block;
    letter-spacing: 0.1em;
    -webkit-box-shadow: 1px 1px 5px #4B4B4B;
    box-shadow: 1px 1px 5px #4B4B4B;
}
.play a {
    background-color: #EE5938;
    padding: 16px;
    margin: 40px auto;
    color: #FFFFFF;
    text-decoration: none;
    width: 250px;
    font-size: 16px;
    text-align: center;
    border-radius: 8px;
    display: block;
    letter-spacing: 0.1em;
    -webkit-box-shadow: 1px 1px 5px #4B4B4B;
    box-shadow: 1px 1px 5px #4B4B4B;
}
.play a:hover {
    background-color: #F07458;
    padding: 16px;
    margin: 40px 0 0 auto;
    color: #FFFFFF;
    text-decoration: none;
    width: 250px;
    font-size: 16px;
    text-align: center;
}
.entry_school a {
    background-color: #8ABE41;
    padding: 0px;
    margin: 16px 8px;
    color: #FFFFFF;
    text-decoration: none;
    font-size: 14px;
    text-align: center;
    border-radius: 8px;
    display: block;
}
.entry_school a:hover {
    background-color: #9CCC65;
    padding: 0px;
    margin: 16px 8px;
    color: #FFFFFF;
    text-decoration: none;
    text-align: center;
}
.school_prf {
    width: 92%;
    margin: 40px auto;
    border: 3px dashed #EE5938;
    background-color: #FFFFFF;
    padding: 4%;
    border-radius: 26px 46px 29px 62px / 44px 25px 45px 34px;
}
.school_prf h2 {
    color: #EE5938;
}
.school_prf_title {
    font-size: 18px;
    color: #EE5938;
}
.school_prf dl {
    margin: 16px auto;
    font-size: 12px;
}
.school_prf dt {
    margin: 0px auto;
    width: 74px;
    float: left;
    clear: both;
    text-align: right;
}
.school_prf dd {
    margin: 8px 0px 8px 80px;
}
.accbox {
    margin: 40px 0 -20px;
    padding: 0;
    width: 100%;
    color: #300304;
}
.accbox p {
    font-size: 16px;
    color: #300304;
    display: inline;
}
/*ラベル*/
.accbox label {
    display: block;
    margin: 1.5px 0px;
    padding : 16px 32px;
    color: #300304;
    font-weight: bold;
    background: #FAE000;
    cursor : pointer;
    transition: all 0.5s;
    position: relative;
    border-radius: 16px;
}
.accbox label {
    display: block;
    margin: 1.5px 0px;
    padding : 16px 32px;
    font-weight: bold;
    background: #FAE000;
    cursor : pointer;
    transition: all 0.5s;
    position: relative;
}
.accbox label:before {
    content: '';
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 4px #300304;
    border-right: solid 4px #300304;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 8px;
    margin-top: -8px;
}
/*ラベルホバー時*/
.accbox label:hover {
    background : #9CCC65;
}
/*チェックは隠す*/
.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 {
    margin: 16px 0px 20px;
    color:#333333;
}
.accshow p {
    margin: 8px 0px 16px;
    color:#333333;
    display:block;
    font-size:0.9rem
}
.accshow p:first-child  {
    margin: 40px 0px 16px;
    font-size: 18px;
    color: #333333;
    font-weight: bold;
}
/*クリック後*/
.cssacc:checked + label:before {
    content: '';
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 4px #300304;
    border-right: solid 4px #300304;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    position: absolute;
    top: 50%;
    left: 8px;
    margin-top: -8px;
}
.accbox li {
    list-style-image: none;
    padding-left: 0px;
    margin-bottom: 20px;
}
.accbox li a {
    text-decoration: none;
    border-bottom: 1px solid #FFA1A1;
    padding-bottom: 1px;
}
.accbox li a:hover {
}
.accbox li::before {
    font-family: FontAwesome;
    content : "\f02d";
    margin-left: -26px;
}
}
/* smartPhone */
