@charset "UTF-8";

/* Base
-------------------------------------------------- */

html {
    font-family: 'M PLUS 1p', 'Montserrat', sans-serif;
}

a {
    color: #231c60;
    transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
}

h1 {
    width: 95%;
    position: absolute;
    top: 45%;
    left: 20.5%;
    -webkit-transform: translate(-20%, -48%);
    transform: translate(-20%, -48%);
}

h2 {
    display: inline-block;
    margin: 0 0 6%;
    position: relative;
    top: 50px;
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    color: #231c60;
    line-height: 1.1em;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    opacity: 0;
    font-feature-settings: "palt";
}

h2 span {
    padding-left: 20px;
    font-size: 14px;
    vertical-align: text-bottom;
    font-family: 'M PLUS 1p', sans-serif;
}

h2.smoth {
    top: 0;
    transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    opacity: 1;
}

.sat {
    font-style: normal;
    color: #0168b7;
}

.sun {
    font-style: normal;
    color: #e70012;
}

h2.smoth:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #231c60;
    transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
}

h2.slide:before {
    height: 0%;
    transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
}

h3 {
    margin-bottom: 6%;
    padding-bottom: 6%;
    position: relative;
    font-size: 22px;
    font-weight: 600;
    color: #231c60;
}

h3:before {
    content: "";
    width: 35px;
    height: 4px;
    position: absolute;
    bottom: 0;
    background: #231c60;
}

.sub_content {
    padding: 6% 6% 0;
}

.sub_content h2 {
    margin-top: 80px;
}

.lead {
    margin-bottom: 3%;
    line-height: 2em;
}

.center {
    text-align: center;
}

.tel {
    margin-bottom: 5%;
    font-size: 20px;
    text-align: center;
    color: #140596;
}

.sub_area {
    position: relative;
    padding: 6%;
}

.btn .main {
    display: block;
    width: 100%;
    border: solid 1px #000;
    padding: 5% 0;
    margin-top: 3%;
    position: relative;
    z-index: 2;
    text-decoration: none;
    font-size: 16px;
    text-align: center;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    color: #000;
    pointer-events: all;
    cursor: pointer;
}

.btn.timelink {
    margin: 3% 0;
}

.btn .main:before {
    content: "";
    width: 100%;
    height: 0%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: #000;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

nav li a {
    position: relative;
}

nav li a:before {
    content: "";
    width: 0;
    height: 1px;
    background: #FFF;
    position: absolute;
    left: 0;
    bottom: -10px;
    -webkit-transition: 0.4s all ease;
    transition: 0.4s all ease;
}

a img {
    opacity: 1;
    -webkit-transition: 0.4s all ease;
    transition: 0.4s all ease;
}

.side_area nav {
    width: 100%;
    height: 100vh;
    display: none;
    background: #231c60;
    position: fixed;
    z-index: 4;
    left: 0;
    top: 0;
}

.side_area nav ul {
    margin-top: 80px;
    padding: 0 8%;
    overflow: hidden;
}

.side_area nav li {
    width: 45%;
    float: left;
    margin: 0 10% 5% 0;
    text-align: left;
}

.side_area nav li:nth-child(2n) {
    margin-right: 0;
}

.side_area nav li a {
    font-size: 26px;
    margin-bottom: 5%;
    text-align: left;
}

.side_area nav li a.before {
    pointer-events: none;
    cursor: none;
    color: #4f4988;
}


/* FirstView
-------------------------------------------------- */

.wrap_top {
    height: 100vh;
    position: relative;
    overflow: hidden;
    background: url(../../img/ph_top.jpg);
    background-size: cover;
    background-position: center;
}

h1 #logo {
    opacity: 0;
    -webkit-transition: 0.3 all ease;
    transition: 0.3 all ease;
}

.svg_area #logo {
    opacity: 1;
    -webkit-transition: 0.3 all ease;
    transition: 0.3 all ease;
}

.svg_area #logo .topSVG {
    stroke: #FFF;
    fill: transparent;
    stroke-width: 0.3;
}

.svg_area #logo .topSVG.st0,
.svg_area #logo .topSVG.st1,
.svg_area #logo .topSVG.st2 {
    stroke-dasharray: 1000;
    stroke-dashoffset: 0;
    stroke-width: .3;
}

.svg_area #logo .topSVG.st0,
.svg_area #logo .topSVG.st1,
.svg_area #logo .topSVG.st2 {
    -webkit-animation: st0_anime 2s ease-in 0s forwards;
    animation: st0_anime 2s ease-in 0s forwards;
}

@-webkit-keyframes st0_anime {
    0% {
        stroke-dashoffset: 1000;
        fill: transparent;
    }
    50% {
        fill: transparent;
    }
    100% {
        stroke-dashoffset: 0;
        fill: #FFF;
    }
}

@keyframes st0_anime {
    0% {
        stroke-dashoffset: 1000;
        fill: transparent;
    }
    50% {
        fill: transparent;
    }
    100% {
        stroke-dashoffset: 0;
        fill: #FFF;
    }
}

.side_area {
    width: 100%;
    background-color: #FFF;
}

.sub .side_area {
    background: transparent;
}

#navBtn {
    width: 80px;
    height: 80px;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 5;
    background: #231c60;
}

#navBtn span {
    width: 30px;
    height: 3px;
    position: absolute;
    background: #FFF;
}

#navBtn span.top {
    top: 35px;
    left: 25px;
}

#navBtn span.bottom {
    top: 45px;
    left: 25px;
}

.day {
    width: 100%;
    padding: 20px 0;
    position: absolute;
    left: 0;
    bottom: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.1em;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    background: rgba(255, 255, 255, 0.7);
    text-align: center;
}


/* Contents
-------------------------------------------------- */

.detail_area {
    background: #F4F4F4;
}

.detail_txt {
    width: 100%;
    position: relative;
    z-index: 2;
}

.txt {
    font-size: 16px;
    line-height: 2.3em;
}

.ph {
    width: 100%;
}


/*----------- TOP_NEWS----------- */

.news_list li {
    width: 100%;
    margin: 0 0 5% 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-bottom: solid 1px #EEE;
    font-size: 14px;
    line-height: 1.8em;
}

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

.news_list li dt {
    margin-bottom: 2%;
    color: #231c60;
    font-family: Montserrat;
    font-size: 13px;
    font-weight: bold;
}


/*----------- TOP_ACCESS----------- */

.map {
    margin-bottom: 2%;
}

.address {
    width: 100%;
    font-size: 14px;
}

.address dt {
    margin: 2% 0;
}

.address dd {
    margin-bottom: 1%;
    font-size: 13px;
}

.mapBtn {
    width: 100%;
    margin-top: 2%;
}


/*----------- TOP_CONTACT----------- */

.contact_area {
    text-align: center;
    margin-bottom: 12%;
}

.contact_area h2 {
    text-align: center;
}

.contact_area .btn .main {
    padding: 5% 0;
    font-size: 18px;
}


/*----------- SUB_EVENT----------- */

.anchor {
    position: absolute;
    top: 0px;
}

.sub .detail_area {
    position: relative;
    padding-bottom: 6%;
}

.sub_menu {
    width: 100%;
    padding: 4% 1.8% 4% 5%;
    position: relative;
    top: 0;
    right: 0;
    background: #231c60;
    overflow: hidden;
}

.sub_menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.sub_menu ul li {
    width: 45%;
    padding: 0 7% 5% 0;
    margin-right: 5%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    white-space: nowrap;
}

#kids .sub_menu ul li {
    width: 100%;
}

.sub_menu ul li:last-child {
    padding: 0;
}

.sub_menu ul li a {
    color: #FFF;
    font-size: 14px;
    text-decoration: none;
    text-align: center;
}

.sub_menu ul li a i {
    position: absolute;
    right: 0;
}

.panel_cont .btn .main {
    width: 100%;
    margin: 0 auto;
    padding: 5% 0;
}

.tab_list {
    border-bottom: solid 1px #a3c5df;
    margin-bottom: 60px;
    overflow: hidden;
}

.tab_list li {
    width: 50%;
    float: left;
    padding-bottom: 30px;
    position: relative;
    text-align: center;
    font-size: 24px;
    font-family: Montserrat;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    color: #a3c5df;
    cursor: pointer;
}

.tab_list li.current {
    color: #231c60;
    transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
}

.tab_list li:before {
    content: "";
    width: 0;
    height: 3px;
    position: absolute;
    bottom: -2px;
    left: 0;
    background: #231c60;
    transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
}

.tab_list li.current:before {
    content: "";
    width: 100%;
    transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
}

.panel_cont {
    position: relative;
}

.time_table {
    margin-bottom: 3%;
    text-align: center;
}

.column {
    margin-bottom: 6%;
    position: relative;
}

.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
}

.event_detail {
    width: 100%;
    padding: 6% 5% 8%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.event_detail h4 {
    padding-bottom: 20px;
    margin-bottom: 30px;
    position: relative;
    font-size: 35px;
    color: #231c60;
    font-weight: bold;
    letter-spacing: 0.1em;
}

.event_detail h4:before {
    content: "";
    width: 50px;
    height: 4px;
    background: #231c60;
    position: absolute;
    left: 0;
    bottom: 0;
}

.event_detail--b h4 {
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-size: 18px;
}

.event_detail--b h4::before {
    height: 2px;
}

.ph_b {
    height: 50vw;
}

.event_detail dt,
.detail dt {
    margin-bottom: 6%;
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    font-weight: bold;
    color: #231c60;
}

.event_detail dt .place,
.detail dt .place {
    display: block;
    padding-top: 5px;
    font-size: 20px;
    font-weight: bold;
    font-family: 'M PLUS 1p', 'Montserrat', sans-serif;
}

.event_detail dd {
    line-height: 2em;
    font-size: 14px;
}

.event_detail dd p:last-child {
    margin-top: 6%;
}

.photList li {
    width: 250px;
    display: inline-block;
    margin-right: 10px;
}

.photList li:last-child {
    margin-right: 0;
}

.col5 {
    padding: 6% 5% 8%;
}

.colEv .detail dd {
    width: 48% !important;
    text-align: center;
    padding: 0 1% 1% 0 !important;
}

.colEv .detail dd a {
    display: block;
    height: 100%;
    padding: 5%;
    border: solid 2px #231c60;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    text-align: center;
    font-size: 12px;
    color: #231c60;
}

#tour {
    padding: 5% 5% 12%;
    background: #F5F5F5;
    position: relative;
}

.col5 .detail dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.col5 .detail dd {
    width: 46%;
    padding: 0 3% 4% 0px;
    vertical-align: top;
    line-height: 1.8em;
    font-size: 14px;
}

.event_photo {
    width: 100%;
}

.col1 .event_photo {
    height: 250px;
    background: url(../../img/ph_event01.jpg);
    background-position: center;
    background-size: cover;
}

.col2 .event_photo {
    height: 250px;
    background: url(../../img/ph_event02.jpg);
    background-position: center;
    background-size: cover;
}

.col3 .event_photo {
    height: 250px;
    background: url(../../img/ph_event03.jpg);
    background-position: center;
    background-size: cover;
}

.col4 .event_photo {
    height: 250px;
    background: url(../../img/contest_e.JPG);
    background-position: center;
    background-size: cover;
}

.col5 .event_photo {
    display: none;
}

.tour {
    margin-top: 20%;
    overflow: hidden;
}

.tour li {
    width: 100%;
    padding-bottom: 5%;
    border-bottom: solid 1px #DDD;
    margin: 0 0 6% 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.tour li:last-child {
    margin-right: 0;
}

.tour li dt {
    padding-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
}

.tour li dd {
    margin-bottom: 15px;
    font-size: 13px;
}

.col5 dd a {
    color: #089dce;
}

.messagePh ul {
    overflow: hidden;
}

.messagePh ul li {
    width: 49%;
    float: left;
}

.messagePh ul li:last-child {
    margin-left: 2%;
}

.contest_txt {
    font-size: 18px;
    text-align: center;
    line-height: 2em;
    margin-bottom: 40px;
}

#contest .contest_lead_box h3:before {
    left: 48%;
}

.con_member {
    overflow: hidden;
}

.contest_ph {
    width: 100%;
}

.contest_detail {
    margin-top: 3%;
}

.contest_detail table {
    width: 100%;
}

.contest_detail th {
    display: block;
    padding: 3% 0 2% 0;
    color: #999;
    font-size: 12px;
}

.contest_detail td {
    display: block;
    padding: 0 0 3% 0;
    border-bottom: solid 1px #DDD;
    font-size: 16px;
}

h4.name {
    margin-bottom: 5%;
    font-size: 20px;
    font-weight: 700;
}

.con_member {
    position: relative;
    background: #FFF;
    height: 450px;
    overflow-y: scroll;
    /* position: absolute; */
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 5%;
}

#contest .contest_lead_box h3:before {
    left: 45%;
}


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

footer {
    background: #231c60;
}

.footer_logo {
    width: 200px;
    margin-bottom: 2%;
}

footer nav {
    display: none;
}

footer nav li {
    display: inline-block;
    padding-right: 2%;
}

footer nav li a {
    text-decoration: none;
    color: #FFF;
    font-size: 12px;
}

.copylight {
    font-size: 11px;
    color: #4e6994;
}

.page_top a {
    display: block;
    width: 50px;
    height: 50px;
    background: #000;
    border-radius: 100%;
    position: fixed;
    bottom: 10px;
    right: 10px;
    text-align: center;
    color: #FFF;
    font-size: 60px;
    line-height: 27px;
    opacity: 0;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.page_top.fade_in a {
    opacity: 1;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.modal_btn {
    width: 100%;
    padding: 3% 0;
}

.modal_area {
    display: none;
}

.overlay {
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 4;
}

.overlay::after {
    width: 70%;
    height: 100%;
    background-size: 100% auto;
    background-attachment: scroll;
}

@media screen and (max-width: 610px) {
    .overlay::after {
        width: 90%;
    }
}

.close {
    text-align: right;
}

.close i {
    color: #FFF;
    font-size: 40px;
}

.illust {
    width: 90%;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 5;
}

.sns i {
    font-size: 30px;
    color: #FFF;
}

.sns li {
    display: inline-block;
    padding: 0 15px 15px 0;
}

.sns li:nth-child(2n) {
    padding-right: 0;
}

.memb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.memb li {
    width: 50%;
    padding: 8% 3% 8%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-right: solid 1px #EEE;
    border-top: solid 1px #EEE;
}

.memb li .contest_ph li {
    width: 100%;
    height: 80vw;
    padding: 0;
    margin-bottom: 20px;
    border: none;
    overflow: hidden;
}

.memb li .contest_ph li img {
    margin-top: -20%;
}

.mem_name {
    font-size: 14px;
    color: #000;
    margin-top: 10px;
}

.memb li:nth-child(2n) {
    border-right: none;
}

.memb .ph_con {
    height: 200px;
    overflow: hidden;
}


/*---------------------------- */

.side_area nav > ul.sp {
    display: block;
}

.side_area nav > ul.pc {
    display: none;
}

.top__link {
    bottom: 90px;
    width: calc(100% - 12%);
}


/*---------------------------- */

.kids__img {
    width: 50px;
    height: 50px;
}

.kids__image p {
    font-size: 12px;
    margin-top: 6px;
}

.kids__box--n .kids__comment {
    margin-left: 20px;
}

.kids__box--r .kids__comment {
    margin-right: 20px;
}

.kids__comment {
    position: relative;
    width: calc(100% - 70px);
    padding: 10px;
    font-size: 14px;
    line-height: 2.5em;
}

.event_detail--b dd:not(:first-child) {
    margin-top: 40px;
}

h4.boutaoshi {
    border-bottom: 1px solid #231c60;
}

h4.boutaoshi::before {
    display: none;
}

#kids .event_detail--d dd {
    line-height: 2.5em;
}

#apply .overlay img {
    width: 90%;
}

@media screen and (max-width: 960px) {
    h1 img {
        display: none;
        width: 100%;
    }
}