@charset "UTF-8";

.hero {
    position: relative;
}

/* video */
.video-box {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100vh;
}

.video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/* overlay */
.overlay::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0, 0, 0, 0.4);
}

/* text */

.pc_block {
    display: block;
}

.sp_block {
    display: none;
}

@media (max-width: 750px) {

    .pc_block {
        display: none;
    }

    .sp_block {
        display: block;
    }
}

/* header */
.top-header {
    position: relative;
}

.top-header .right-menu {
    position: fixed;
    top: 30px;
    right: 0%;
    z-index: 100;
}

.top-header .right-menu li img {
    vertical-align: bottom;
}

.top-header nav {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    z-index: 99;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    margin: auto;
}

.top-header nav ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.top-header nav ul li {
    color: #ffffff;
    margin: 30px 13px;
}

.top-header .text-box {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
}

.top-header .top-title {
    text-align: center;
}



.under-header {
    background: #00A34B;
}

.under-header nav {
    width: 100%;
    z-index: 100;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 3px;
    margin: auto;
}

.under-header nav ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.under-header nav ul li {
    color: #ffffff;
    margin: 22px 15px;
    font-size: 16px;
}

.page_title.news {
    background-image: url(../img/bg_titile_news.jpg);
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
}
.page_title.archive {
    background-image: url(../img/bg_titile_archive.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.page_title.contact {
    background-image: url(../img/bg_titile_contact.jpg);
    background-position:left;
    background-repeat: no-repeat;
    background-size: cover;
}


@media screen and (max-width: 750px) {
    .top-header .right-menu {
        display: none;
    }

    .top-header .text-box img {
        width: 90%;
    }

    .top-header nav ul {
        display: block;
    }

    .top-header nav ul li {
        color: #ffffff;
        margin: 5px 0;
        font-size: 13px;
    }

    .under-header nav ul {
        display: block;
    }

    .under-header nav ul li {
        color: #ffffff;
        margin: 5px 0;
        font-size: 13px;
    }
}

/* header */

/* about */
.top-about {
    background: #E5FFEA;
    background-image: url("../img/bg-top-about.png");
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 0 0 14% 0;
    color: #00A34B;
}

.top-about .container {
    display: flex;
    justify-content: space-around;
    padding: 60px 0;
}

.top-about .about-text {
    width: 560px;
    margin-top: 60px;
}

.top-about .headline {
    text-align: left;
}

.top-about .about-text .about-explain-title {
    font-size: 32px;
    line-height: 1.1;
    font-family: corporate-logo-ver2, sans-serif;
    font-style: normal;
    font-weight: 500;
    margin: 10px 0 30px 0;
}

@media screen and (max-width: 750px) {
    .top-about .container {
        display: block;
        padding: 40px 15px 20px;
    }

    .top-about .about-text {
        width: 100%;
        margin-top: 0;
    }

    .top-about .container .about-flyer {
        text-align: center;
    }

    .top-about .container .about-flyer img {
        width: 70%;
        padding: 30px 0 20px;
    }

    .top-about .about-text .about-explain-title {
        font-size: 1.8em;
        margin: 10px 0 20px 0;
    }

    .top-about .about-text .about-explain-text {
        text-align: justify;
    }
}

/* about */

/* news */
.top-news .container {
    padding: 60px 0;
}

.top-news ul {
    width: 800px;
    margin: 60px auto 30px;
}

.top-news ul li {
    border-bottom: 1px solid #00A34B;
    padding-bottom: 20px;
    margin-bottom: 40px;
}


.top-news ul li dl {
    display: flex;
}

.top-news ul li dl dt {
    font-weight: bold;
}

.top-news ul li dl dd span {
    background: #00A34B;
    color: #ffffff;
    padding: 1px;
    width: 100px;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    margin: 0 20px;
}

.top-news a {
    color: #333333;
}

.top-news .news-all {
    width: 800px;
    margin: auto;
    text-align: right;
    text-decoration: underline;
}

@media screen and (max-width: 750px) {
    .top-news .container {
        padding: 40px 15px 20px;
    }

    .top-news ul {
        width: 100%;
        margin: 10px auto;
    }

    .top-news .news-all {
        width: 100%;
        font-size:12px;
    }

    .top-news ul li {
        padding-bottom: 10px;
        margin-bottom: 25px;
    }

    .top-news ul li dl {
        display: block;
    }
    .top-news ul li dl dt {
        font-size:12px;
    }

    .top-news ul li dl dd span {
        margin: 0 2px 0 0;
        font-size: 10px;
        width: 60px;

    }
}

/* news */

/* slick */
.slide_bnr .slider {
    overflow: hidden;
}

.slide_bnr .slider img {
    width: 100%;
    /*スライダー内の画像を横幅100%に*/
    height: auto;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/
.slide_bnr .slider .slick-slide {
    margin: 0;
    /*スライド左右の余白調整*/
}

/* slick */

/* artist */
.top-artist {
    background-image: url("../img/bg-artist.jpg");
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
}

.top-artist .container {
    padding: 60px 0;
}

.top-artist ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    margin: 30px 0;
    line-height: 1.5;
}

.top-artist ul li {
    text-align: center;
    font-weight: bold;
    color: #00A34B;
    font-size: 24px;
    margin-right: 15px;
}
.top-artist ul li dl dd {
    margin-top:10px;
    line-height: 1;
}
.top-artist ul li dl dd span {
    font-size: 14px;
    text-decoration: underline;
}
.top-artist ul li dl dd span:hover {
    text-decoration:none;
}

.top-artist ul li:nth-child(3) {
    margin-right: 0;
}

.top-artist ul li:nth-child(1) {
    padding-bottom: 40px;
}

.top-artist ul li dl {
    cursor: pointer;
}

.top-artist ul.youtube {
    margin: 0;
}

.top-artist .youtube iframe {
    width: 390px;
    height: 220px;
}


.modal-content .text {
    text-align: justify;
    margin-bottom: 15px;
}

.modal-content .text a {
    color:#000000;
    text-decoration: underline;
}

/* モーダルの基本スタイル */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8);
}

/* モーダルのコンテンツ */
.modal-content {
    position: relative;
    margin: 15% auto;
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    max-width: 500px;
    text-align: center;
}

/* モーダル内の画像 */
.modal-content img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
}

.modal-content .artist-name {
    color: #00A34B;
    font-size: 21px;
    font-weight: bold;
}

/* 閉じるボタン */
.close {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #aaa;
    font-size: 24px;
    cursor: pointer;
}

.close:hover,
.close:focus {
    color: black;
}

.top-artist ul li dl dt {
    height: 240px;
    overflow: hidden;
}

.top-artist ul li dl dt img {
    transition: 1s all;
}

.top-artist ul li dl dt img:hover {
    transform: scale(1.2, 1.2);
    transition: 1s all;
}
@media screen and (max-width: 750px) {
    .top-artist .container {
        padding: 40px 15px 20px;
    }

    .top-artist ul {
        margin: 10px 0 0;
    }

    .top-artist ul li img {
        width: 100%;
    }

    .top-artist ul li {
        font-size: 12px;
        padding-bottom: 20px;
        width: 49%;
        margin: 0;
    }

    .top-artist ul li:nth-child(1) {
        padding-bottom: 20px;
    }

    .top-artist ul li:last-child {
        padding-bottom: 0;
    }

    .top-artist ul li:nth-child(odd) {
        margin-right: 2%;
    }

    .top-artist ul li dl dt {
        width: 100%;
        height: 100%;
    }

    .top-artist ul li dl dd span {
        font-size: 10px;
        margin-top:3px;
        display:inline-block;
    }

    .top-artist .youtube li {
        width: 100%;
    }

    .top-artist .headline-ja.youtube-title {
        margin-top:15px;
        font-size:21px;
    }

    .top-artist .youtube iframe {
        width: 100%;
        aspect-ratio: 16 / 9;
        /* Standard YouTube video aspect ratio */
        height: 100%;
    }

    .top-artist ul.youtube {
        margin: 0 0 25px 0;
    }

    .top-artist ul.youtube li:nth-child(odd) {
        margin-right: 0;
    }
}

/* artist */

/* kids-booth */
.top-kids-booth .container {
    padding: 60px 0;
}

.top-kids-booth {
    background: #FFE731;
}

.top-kids-booth .headline {
    color: #524C05;
}

.top-kids-booth .headline span {
    color: #DE1E1E;
}

.top-kids-booth .headline-ja {
    color: #524C05;
}

.top-kids-booth ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    margin: 30px 0 10px;
    line-height: 1.5;
}

.top-kids-booth ul li {
    text-align: center;
    font-weight: bold;
    color: #524C05;
    font-size: 24px;
    margin-right: 20px;
}

.top-kids-booth li:nth-child(1) {
    padding-bottom: 40px;
}

.top-kids-booth li:nth-child(2) {
    margin-right: 0px;
}

@media screen and (max-width: 750px) {
    .top-kids-booth .container {
        padding: 40px 15px 20px;
    }

    .top-kids-booth ul {
        display: block;
        margin: 10px 0 0;
    }

    .top-kids-booth li:nth-child(1) {
        padding-bottom: 20px;
    }

    .top-kids-booth ul li {
        font-size: 14px;
        padding-bottom: 20px;
        margin-right: 0;
    }

    .top-kids-booth ul li img {
        width: 100%;
    }
}

/* kids-booth */

/* market */
.top-market {
    background: #00A34B;
}
.top-market .headline {
    color: #ffffff;
}
.top-market .headline-ja {
    color: #ffffff;
}
.top-market .container {
    padding: 60px 0;
}

.top-market ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    margin: 30px 0;
    line-height: 1.5;
}

.top-market ul li {
    text-align: center;
    font-weight: bold;
    color: #00A34B;
    font-size: 24px;
    margin-right: 15px;
}
.top-market ul li dl dd {
    margin-top:10px;
    line-height: 1;
}
.top-market ul li dl dd span {
    font-size: 14px;
    text-decoration: underline;
}
.top-market ul li dl dd span:hover {
    text-decoration:none;
}

.top-market ul li:nth-child(3n) {
    margin-right: 0;
}

.top-market ul li {
    padding-bottom: 40px;
}

.top-market ul li dl {
    cursor: pointer;
    color:#ffffff;
}

.top-market ul li dl dt {
    height: 240px;
    overflow: hidden;
}

.top-market ul li dl dt img {
    transition: 1s all;
}

.top-market ul li dl dt img:hover {
    transform: scale(1.2, 1.2);
    transition: 1s all;
}

@media screen and (max-width: 750px) {
    .top-market .container {
        padding: 40px 15px 20px;
    }

    .top-market ul {
        margin: 10px 0 0;
    }

    .top-market ul li img {
        width: 100%;
    }

    .top-market ul li {
        font-size: 12px;
        padding-bottom: 20px;
        width: 49%;
        margin: 0;
    }

    .top-market ul li:nth-child(1) {
        padding-bottom: 20px;
    }

    .top-market ul li:last-child {
        padding-bottom: 0;
    }

    .top-market ul li:nth-child(odd) {
        margin-right: 2%;
    }

    .top-market ul li dl dt {
        width: 100%;
        height: 100%;
    }

    .top-market ul li dl dd span {
        font-size: 10px;
        margin-top:3px;
        display:inline-block;
    }
}
/* market */



/* sponsorship */
.top-sponsorship .container {
    padding: 60px 0;
}

.top-sponsorship ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    margin: 30px 0;
    line-height: 1.5;
}

.top-sponsorship ul li {
    text-align: center;
    font-weight: bold;
    color: #00A34B;
    font-size: 24px;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.top-sponsorship ul.two-mouths li {
    width: 590px;
    height: 150px;
    overflow: hidden;
    margin-right:15px;
}
.top-sponsorship ul.two-mouths li:nth-child(2n) {
    margin-right:0;
}

.top-sponsorship ul.one-mouths li {
    width: 388px;
    height: 150px;
    overflow: hidden;
    margin-right:15px;
}
.top-sponsorship ul.one-mouths li:nth-child(3n) {
    margin-right:0;
}

.top-sponsorship ul li img {
    transition: 0.3s all;
}

.top-sponsorship ul li img:hover {
    transform: scale(1.1, 1.1);
    transition: 0.3s all;
}

@media screen and (max-width: 750px) {
    .top-sponsorship .container {
        padding: 40px 15px 20px;
    }

    .top-sponsorship ul {
        margin: 10px 0 0;
    }

    .top-sponsorship ul.two-mouths li {
        width: 49%;
        height: 100%;
        margin: 0;
        padding: 0;
        margin-right:2%;
    }

    .top-sponsorship ul.one-mouths li {
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        margin-right:2%;
    }

    .top-sponsorship ul li img {
        width: 100%;
    }

    .top-sponsorship ul.one-mouths li {
        width: 32%;
    }


}

iframe {
    vertical-align: bottom;
    height: 800px;
}

@media screen and (max-width: 750px) {
    iframe {
        height: 600px;
    }
}

/* footer */
.venue {
    text-align:left;
    padding-left:5px
}
.footer {
    background: #00A34B;
    color: #ffffff;
}

.footer .container {
    padding: 30px 0;
    display: flex;
    justify-content: space-between;
}

.footer .container .footer-left p {
    font-size: 21px;
    font-weight: bold;
}

.footer .container .footer-left nav ul {
    display: flex;
    flex-wrap: wrap;
    width: 600px;
}

.footer .container .footer-left nav ul li {
    margin-right: 20px;
    line-height: 1.4;
}

.footer .container .footer-right {
    line-height: 1.4;
}

.footer .container .footer-right ul {
    display: flex;
    margin-top: 25px;
}

.footer .container .footer-right ul li {
    margin-right: 10px;
}

.footer .container .footer-right ul li:last-child {
    margin-top: 3px;
}

@media screen and (max-width: 750px) {
    .footer {
        padding-bottom:20%;
    }
    .under-footer {
        padding:0;
    }
    .footer .container {
        padding: 25px 15px;
        display: block;
    }

    .footer .container .footer-left nav ul {
        display: block;
        width: 100%;
    }

    .footer .container .footer-left nav ul li {
        line-height: 1.6;
    }

    .footer .container .footer-left nav ul {
        display: block;
        width: 100%;
    }
}

/* footer */


/* contact */
.contact_form {
    padding: 20px 0 60px;
}

.contact_form table {
    width: 700px;
    margin: 0 auto 40px;
    border: 1px solid #83d9ab;
}

.contact_form table th {
    width: 250px;
    background: #cdffe4;
    color: #00A34B;
    border: 1px solid #83d9ab;
    padding: 20px;
    text-align: left;
    vertical-align: middle;
}

.contact_form table th span {
    float: right;
    display: block;
    color: #ffffff;
    background: #00A34B;
    padding: 2px 6px;
    font-size: 13px;
    border-radius: 5px;

}

.contact_form table td {
    border: 1px solid #83d9ab;
    padding: 20px;
}

.contact_form table td input,
.contact_form table td textarea {
    width: 100%;
    border: 1px solid #83d9ab;
    font-size: 20px;
}

 .btn {
    width: 240px;
    margin: 0 auto;

} 

/* .btn::before {
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 204px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
} */

.contact_form .btn input {
    font-size: 13px;
    text-align: center;
    color: #ffffff;
    width: 240px;
    margin: 0 auto;
    padding: 20px;
    border-radius: 60px;
    letter-spacing: 1px;
    position: relative;
    padding-left: 25px;
    line-height: 1.3;
    font-weight: bold;
    background: #00A34B;
    border:none;
}
.contact_form .btn input:hover {
    cursor: pointer;
    opacity: 0.8;
    transition: 0.3s;
}

/* 入力エラー時の枠線 */
.wpcf7-not-valid {
    border: 2px solid red !important;
    background-color: #ffeeee !important;
}

/* エラーメッセージ */
.wpcf7-not-valid-tip {
    color: red;
    font-size: 14px;
    margin-top: 5px;
}

/* 送信エラー時のフォーム全体 */
.wpcf7-form-invalid {
    border: 2px solid red !important;
}

/* 送信成功時のフォーム全体 */
.wpcf7-form-success {
    border: 2px solid green !important;
    background-color: #eaffea;
}

.wpcf7-response-output {
    max-width: 100%;
    margin: 10px 0;
    padding: 10px;
    background-color: #ffebe6;
    border-left: 4px solid red;
    color: red;
    text-align: center;
}

.wpcf7-not-valid-tip {
    color: red;
    font-size: 14px;
    margin-top: 5px;
    display: block;
    text-align: left;
}

.wpcf7-form-control.wpcf7-not-valid {
    border: 2px solid red !important;
    background-color: #ffeeee !important;
}

.wpcf7-response-output {
    display: none !important;
}

.screen-reader-response {
    display: none !important;
}

.contact-thanks {
    padding-top:80px;
    padding-bottom:120px;
}

.contact-thanks h2 {
    text-align:center;
    font-size:48px;
    line-height:1.3;
}
.contact-thanks p.text {
    text-align:center;
    font-size:21px;
    line-height:1.4;
    margin-top:15px;
}
.contact-thanks p.to-top {
    text-align:center;
    padding-top:40px;
}
.contact-thanks p.to-top a {
    color:#333333;
    text-decoration: underline;
}
.contact-thanks p.to-top a:hover {
    text-decoration: none;
}






@media screen and (max-width: 750px) {
    .contact_form {
        padding: 0 0 20px;
    }

    .contact_form table {
        width: 90%;
        margin: 0 auto 20px;
    }

    .contact_form table th {
        width: 130px;
        text-align: left;
        font-size: 12px;
        padding: 10px;
    }

    .contact_form table th span {
        font-size: 10px;

    }

    .contact_form table td {
        padding: 10px;

    }

    .contact-thanks h2 {
        font-size:28px;
    }
    .contact-thanks p.text {
        font-size:16px;
    }

}

/* contact */

/* news */
.container.news {
    display: flex;
    justify-content: space-between;
    padding: 0 0 60px;
}

.container.news .content time {
    font-size: 14px;
    font-weight: bold;
}

.container.news .content time span {
    background: #00A34B;
    color: #ffffff;
    padding: 1px;
    width: 100px;
    display: inline-block;
    text-align: center;
    margin: 0 20px;
}

.container.news .content h1 {
    font-size: 28px;
    margin-bottom: 10px;
}

.container.news .content p {
    margin-bottom: 30px;
}

.container.news .sidebar {
    width: 320px;
}

.container.news .sidebar p {
    font-size: 28px;
    color: #00A34B;
    font-weight: bold;
}

.container.news .sidebar ul li {
    border-bottom: 1px solid #00A34B;
    padding: 20px 0;
}

.container.news .sidebar ul li:first-child {
    border-top: 1px solid #00A34B;
}

.container.news .sidebar ul li a {
    color: #000000;
}

@media screen and (max-width: 750px) {
    .container.news {
        display: block;
        padding: 0 15px 20px;
    }

    .container.news .sidebar {
        width: 100%;
    }

    .container.news .content time span {
        width: 80px;
        margin: 0 5px;
        font-size: 12px;
    }

    .container.news .content h1 {
        font-size: 14px;
    }

    .container.news .content time {
        font-size: 12px;
    }

    .container.news .sidebar p {
        font-size: 21px;
    }
}

/* news */


/*スマホ下部固定ボタン*/
.bottom-fixed-btn {
    position: fixed;
    bottom: 0;
    line-height: 0;
    width: 100%;
}

.bottom-fixed-btn p {
    font-size: 3.3vw;
    color: #ffffff;
    text-align: center;
    padding: 15px 0;
    background: #015723;
    font-weight: bold;
    /* margin-bottom:3px; */
}

.bottom-fixed-btn ul {
    display: flex;
    width: 100%;
}

.bottom-fixed-btn ul li {
    cursor: pointer;
    transition: 0.3s;
    z-index: 100;
    width: 33.3%;
}

.bottom-fixed-btn ul li img {
    width: 100%;
}


/*お知らせ一覧*/
.news-list .content {
    width: 830px;
}

.news-list h1 {
    padding-bottom: 30px;
    border-width: 100%;
}

.news-list h1 a {
    color: #333333;
    text-decoration: underline;
}

.news-list h1 a:hover {
    text-decoration: none;
}

/*お知らせ一覧*/

@media screen and (max-width: 750px) {
    .news-list .content {
        width: 100%;
    }
}


.to_top_btn {
    position: fixed;
    bottom: 10px;
    right: 20px;
    z-index: 200;
}
.to_top_btn img {
    width:80px;
}
.to_top_btn:hover {
    cursor: pointer;
    opacity:0.7;
    transition:0.3s;
}

@media screen and (max-width: 750px) {
    .to_top_btn {
        bottom: 90px;
        right: 10px;
        z-index: 200;
    }
    .to_top_btn img {
        width:60px;
    }
}