@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-size: 15px;
    line-height: 1.7;
    color: #333333;
    font-family: "Noto Sans JP", sans-serif;
    background: #fff;
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 500;
}

p {
    word-break: break-word;
    overflow-wrap: break-word;
    word-wrap: break-word;
    /* 古いブラウザ用 */
}

a {
    font-weight: 600;
    color: #009999;
    text-decoration: none;
}

.montserrat {
    font-family: "Montserrat", sans-serif;
}

img {
    width: 100%;
    vertical-align: bottom;
}

.wrap1200 {
    max-width: 1200px;
    margin: 0 auto;
}

.align_center {
    text-align: center;
}

.align_left {
    text-align: left !important;
}

#color_area {
    width: 100%;
    padding: 100px 0;
    background: #f4fffd;
}

/*****ANIMATION*****/
.sa {
    opacity: 0;
    -webkit-transition: all 0.9s ease;
    -webkit-transition: all 0.9s ease;
    transition: all 0.9s ease;
}

.sa.show {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}

.sa--lr {
    -webkit-transform: translate(-100px, 0);
    transform: translate(-100px, 0);
}

.sa--rl {
    -webkit-transform: translate(100px, 0);
    transform: translate(100px, 0);
}

.sa--up {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px);
}

.sa--down {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px);
}

.sa--scaleUp {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
}

/*******************/

.m100 {
    padding: 100px 0;
}

.mt100 {
    padding-top: 100px;
}

.mb100 {
    padding-bottom: 100px;
}

.m80 {
    padding: 80px 0;
}

.mt80 {
    padding-top: 80px;
}

.mb80 {
    padding-bottom: 80px;
}

.m50 {
    padding: 50px 0;
}

.mt50 {
    padding-top: 50px;
}

.mb50 {
    padding-bottom: 50px;
}

.m30 {
    padding: 30px 0;
}

.mt30 {
    padding-top: 30px;
}

.mb30 {
    padding-bottom: 30px;
}

.m20 {
    padding: 20px 0;
}

.mt20 {
    padding-top: 20px;
}

.mb20 {
    padding-bottom: 20px;
}

.m15 {
    padding: 15px 0;
}

.mt15 {
    padding-top: 15px;
}

.mb15 {
    padding-bottom: 15px;
}

.m10 {
    padding: 10px 0;
}

.mt10 {
    padding-top: 10px;
}

.mb10 {
    padding-bottom: 10px;
}

.pc_only {
    display: block;
}

.sp_only {
    display: none;
}

.indent-1 {
    padding-left: 1em;
    text-indent: -1em;
}

/*HEADER----------------------------------------------------------------------*/

.inner {
    width: 100%;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.inner:after {
    clear: both;
    display: block;
}

/* header */
#top-head {
    top: -100px;
    margin-top: 100px;
    position: absolute;
    width: 100%;
    padding: 0 15px;
    line-height: 1;
    z-index: 999;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #009999;
}

#top-head a,
#top-head {
    text-decoration: none;
}

#top-head .inner {
    position: relative;
}

#top-head .logo {
    line-height: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 300px;
}

#global-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-end;
}

#global-nav ul li:last-child {
    margin-right: 0;
}

#global-nav ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-left: 1px solid #fff;
    width: 6em;
    padding: 0 .5em;
}

#global-nav ul li a {
    font-size: 14px;
    color: #333;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    line-height: 25px;
    text-align: center;
    color: #fff;
    font-weight: 500;
}

#global-nav ul li a span {
    font-family: "Montserrat", sans-serif;
    display: block;
    font-size: 10px;
    line-height: 1em;
    font-weight: 600;
}

.insta_btn a {
    font-size: 25px !important;
}

#global-nav ul li a:hover {
    color: #22b573;
}

/* Fixed */
#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}

#top-head.fixed .logo {
    font-size: 24px;
    color: #333;
}

/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 22px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}

#nav-toggle div {
    position: relative;
}

#nav-toggle span {
    display: block;
    position: absolute;
    height: 1px;
    width: 100%;
    background: #fff;
    left: 0;
    -webkit-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
}

#nav-toggle span:nth-child(1) {
    top: 0;
}

#nav-toggle span:nth-child(2) {
    top: 11px;
}

#nav-toggle span:nth-child(3) {
    top: 22px;
}

/*HEADERend-------------------------------------------------------------------*/

/*MAIN------------------------------------------------------------------------*/

.color_area {
    background: #DBEBEB;
    padding: 100px 0;
}

.main_v {
    width: 100%;
    margin: 0 auto;
}

.mainkontent {
    margin-top: 70px;
}

.ttlbox {
    background: #DBEBEB;
    padding: 30px 0;
}

.ttlbox h2 {
    color: #009999;
    line-height: 1.2em;
    font-size: 1.9em;
    text-align: center;
}

.ttlbox h2 span {
    font-size: .6em;
}

.message {
    display: flex;
    justify-content: space-between;
    list-style: none;
    flex-wrap: wrap;
    color: #fff;
}

.message li {
    width: calc(100% / 2 - 30px);
    padding: 30px;
    border-radius: 20px;
    background: #009999;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 0px 24px;
}

.msg_area {
    border: 1px solid #fff;
    padding: 20px;
    margin-top: 10px;
}

.message h3 {
    text-align: center;
    font-weight: 600;
    border-bottom: 1px solid #fff;
    margin-bottom: 15px;
    padding-bottom: 2px;
    font-size: 1.4em;
}

.area_ttl {
    margin-bottom: 50px;
}

.area_ttl h2 {
    text-align: center;
    color: #009999;
    font-size: 45px;
    letter-spacing: .1em;
    font-weight: 500;
    line-height: 1em;
}

.area_ttl p {
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    margin: 15px 0;
    line-height: 1em;
    font-size: 1.2em;
}

.area_ttl .undrbar {
    width: 50px;
    height: 4px;
    margin: 0 auto;
    background: #009999;
}

.overview {
    width: 100%;
    border-spacing: 0;
}


.overview th,
.overview td {
    padding: 25px 15px;
    border-bottom: 1px dashed #6EADAD;
}

.overview th {
    text-align: center;
    width: 200px;
    font-weight: 800;
    color: #009999;
}

.overview th span {
    font-size: 13px;
}

.boxttl {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    text-align: center;
    color: #fff;
    background: #6EADAD;
    padding: 15px 30px;
}

.content_box h3 {
    font-size: 28px;
    font-weight: 600;
}

.content_box_in {
    background: #fff;
    padding: 30px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.content_box {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 0px 24px;
    border-radius: 20px;
}

.tablelink {
    color: #fff;
    background: #6EADAD;
    text-align: center;
    padding: 2px 15px;
    min-width: 180px;
    display: inline-block;
    border-radius: 5px;
    margin-left: 1em;
}

.organizers {
    padding: 40px 0;
    border-bottom: 1px dashed #6EADAD;
}

.orgttl {
    text-align: center;
    font-weight: 800;
    color: #009999;
    margin-bottom: 50px;
}

.orgttl span {
    font-size: 14px;
}

.orgimg01 {
    max-width: 200px;
    margin: 0 auto 20px;
}

.co_org {
    list-style: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.co_org li {
    width: calc(100% / 3 - 30px);
}

.orgimg02 {
    margin-bottom: 20px;
}


.program {
    width: 100%;
    border-spacing: 0;
}

.prgttl {
    width: 60%;
    font-size: 18px;
}

.program th,
.program td {
    border-bottom: 2px solid #6EADAD;
}

.program td {
    padding: 20px;
}

.program th {
    color: #6EADAD;
    text-align: center;
    padding: 15px 0;
    width: 12%;
}

.panelist {
    border: 1px solid #009999;
    text-align: center;
    padding: 5px 10px;
    color: #009999;
}

.time {
    border-right: 1px solid #009999;
    padding: 15px;
    color: #009999;
}

.bigdate {
    font-size: 35px;
    text-align: center;
    color: #009999;
}

.voteimg {
    max-width: 400px;
    margin: 20px auto 0;
}



.pcwimg {
    max-width: 50%;
    margin: 0 auto;
}

.subttl {
    background: #6EADAD;
    background: linear-gradient(90deg, rgba(110, 173, 173, 1) 60%, rgba(110, 173, 173, 0) 100%);
    padding: 0 10px;
    color: #fff;
    font-size: 23px !important;
    margin-bottom: 20px;
}

.imp_area {
    padding: 20px;
    border: 1px solid #000;
}

.imp_area ol {
    padding-left: 1em;
}

.imp_area ol li:nth-child(n+2) {
    margin-top: 15px;
}

.bm_contein {
    display: flex;
    justify-content: space-between;
}

.bm_in {
    width: 80%;
}

.bm_img {
    width: 18%;
}

.supporters {
    list-style: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.supporters li {
    width: calc(100% / 3 - 50px);
    text-align: center
}

.supporters li img {
    max-width: 200px;
    margin-bottom: 10px;
}

.supporters::after {
    content: "";
    display: block;
    width: calc(100% / 3 - 50px);
}


/*button*/
.button_main {
    display: inline-block;
    width: 100%;
    text-align: center;
    background-color: #6EADAD;
    border: 2px solid #6EADAD;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    padding: 20px;
    -webkit-transition: .5s;
    transition: .5s;
    letter-spacing: 0.1em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    transition: ease .3s;
    border-radius: 100px;
    font-weight: 600;
}

.button_main:after {
    content: '';
    position: absolute;
    top: 38%;
    right: 25px;
    width: 12px;
    height: 12px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    transition: all .3s;
}

.button_main:hover {
    background-color: transparent;
    border-color: #6EADAD;
    color: #6EADAD;
    opacity: 1;
}


.button_main:hover:after {
    right: 25px;
    border-top: 1px solid #6EADAD;
    border-right: 1px solid #6EADAD;
}

/*MAINend---------------------------------------------------------------------*/

/*FOOTER----------------------------------------------------------------------*/

.footer_top {
    background: #fff8f8;
    padding: 50px 0;
}

.footer_top p {
    text-align: center;
    font-weight: bold;
}

.footer_logo {
    max-width: 450px;
    margin: 0 auto;
}

.footer_btm {
    background: #099999;
    color: #fff;
    font-size: 12px;
    padding: 15px;
}

/*FOOTERend-------------------------------------------------------------------*/

@media only screen and (max-width: 1200px) {
    .wrap1200 {
        padding: 0 20px;
    }
}

@media only screen and (max-width: 1024px) {
    .pc_only {
        display: none;
    }

    .sp_only {
        display: block;
    }

    /*HEADER----------------------------------------------------------------------*/

    #top-head,
    .inner {
        width: 100%;
        padding: 0;
    }

    #top-head {
        top: 0;
        position: fixed;
        margin-top: 0;
    }

    /* Fixed reset */
    #top-head.fixed {
        padding-top: 0;
        background: rgba(255, 255, 255, 0.7);
        transition: top 0.65s ease-in;
        -webkit-transition: top 0.65s ease-in;
        -moz-transition: top 0.65s ease-in;
    }

    #top-head.fixed .logo {
        font-size: 24px;
        color: #333;
    }

    #mobile-head {
        background: #009999;
        width: 100% !important;
        height: 70px;
        z-index: 999;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 15px;
    }

    #top-head.fixed .logo,
    #top-head .logo {
        max-width: 300px;
    }

    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -100vh;
        background: rgba(0, 153, 153, .9);
        width: 100%;
        height: 100vh;
        text-align: center;
        padding: 10px 0;
        -webkit-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out;
        box-sizing: border-box;
        overflow: scroll;
    }

    #global-nav ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 14px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 70px 20px;
    }

    #global-nav ul li {
        float: none;
        position: static;
        width: 100%;
        max-width: 100%;
        margin-left: 0;
        margin-bottom: 15px;
        border: none;
    }

    #global-nav ul li:last-child {
        margin: 0 auto;
        max-width: 200px;
    }

    #top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a {
        width: 100%;
        display: block;
        color: #fff;
        padding: 18px 0;
    }

    #top-head #global-nav ul li a span {
        font-family: "Montserrat", sans-serif;
    }

    #nav-toggle {
        display: block;
    }

    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        transform: rotate(315deg);
    }

    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }

    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }

    /* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -webkit-transform: translateY(100vh);
        transform: translateY(100vh);
    }

    /*HEADERend-------------------------------------------------------------------*/

    /*MAIN------------------------------------------------------------------------*/

    .co_org li,
    .message li {
        width: 100%;
    }

    .co_org li:nth-child(n+2),
    .message li:nth-child(n+2) {
        margin-top: 50px;
    }

    /*MAINend---------------------------------------------------------------------*/

    /*FOOTER----------------------------------------------------------------------*/

    /*FOOTERend-------------------------------------------------------------------*/
}

@media only screen and (max-width: 599px) {
    /*HEADER----------------------------------------------------------------------*/

    /*HEADERend-------------------------------------------------------------------*/

    /*MAIN------------------------------------------------------------------------*/

    .ttlbox h2,
    .content_box h3 {
        font-size: 1.2em;
    }

    tr {
        display: flex;
        flex-direction: column;
    }

    .overview th,
    .overview td,
    .program th,
    .program td {
        width: 100%;
        text-align: center;
    }

    .time {
        border-right: none;
    }

    .subttl {
        font-size: 16px !important;
    }

    .content_box_in {
        padding: 20px;
    }

    /*MAINend---------------------------------------------------------------------*/

    /*FOOTER----------------------------------------------------------------------*/
    /*FOOTERend-------------------------------------------------------------------*/
}
