@charset "UTF-8";

@font-face {
    font-family: 'Poppins-Light';
    src: url(../fonts/Poppins/Poppins-Light.ttf);
}

@font-face {
    font-family: 'Valorax-lg25V';
    src: url(../fonts/valorax-font/Valorax-lg25V.otf);
}

* {
    margin: 0;
    padding: 0;
}

a {
    display: block;
    color: #000;
    text-decoration: none;
}

header {
    position: absolute;
    display: flex;
    margin: 0 auto;
    width: 100%;
    height: 8vw;
    background-color: #fff;
    clip-path: polygon(28% 0, 38% 40%, 100% 40%, 100% 100%, 0 100%, 0 0);
    border-bottom: 0.2vw solid #003366;
    z-index: 1000000;
}

header h1 {
    width: 15%;
    height: 70%;
    margin: 2vw 0 1vw 5%;
}

header h1 img {
    width: 100%;
    height: 100%;
}

header .pcMenu {
    display: flex;
    justify-content: space-between;
    width: 80%;
    margin: 4.5vw 5% auto;
}

header .pcMenu ul {
    display: flex;
    justify-content: space-between;
    width: 90%;
    list-style-type: none;
}

header .pcMenu ul:nth-of-type(2) {
    width: 50%;
    margin-left: 10%;
}

header .pcMenu ul li {
    position: relative;
    height: 100%;
    line-height: 2vw;
    font-size: 1.3vw;
    font-family: 'Poppins-Light';
}

header .pcMenu ul:nth-of-type(1) li::before {
    position: absolute;
    top: 1.7vw;
    left: -5%;
    display: block;
    content: '';
    width: 0%;
    height: 0.2vw;
    background-color: #ff0000;
}

header .pcMenu ul:nth-of-type(1) li:nth-of-type(1):hover::before {
    width: 110%;
    transition: 0.5s;
}

header .pcMenu ul li a {
    cursor: default;
    font-weight: 600;
    text-align: center;
}

header .pcMenu ul:nth-of-type(1) li:nth-of-type(1) a {
    cursor: pointer;
    background-color: #ffff00;
}

header .pcMenu ul li select,
header .pcMenu ul li option {
    border: none;
    height: 100%;
    line-height: 2vw;
    font-size: 1.3vw;
    font-weight: 600;
    font-family: 'Poppins-Light';
}

header .pcMenu ul:last-of-type li:last-of-type a{
    width: 7vw;
    padding: 0 2%;
    font-size: 1.3vw;
    font-family: 'Valorax-lg25V';
    color: #fff;
    background-color: #000;
}

header .pcMenu ul:last-of-type li:last-of-type a:hover {
    opacity: 0.7;
    transition: 0.5s;
}

.header_box {
    position: relative;
    width: 100%;
    height: 8vw;
    background-color: #003366;
    z-index: 100000;
}

.NavMenu,.Toggle {
    display: none;
}

.main_flexBox {
    display: flex;
    margin: 3vw 5vw;
}

.main_leftBox {
    width: 100%;
}

.main_leftBox h2 {
    font-size: 2.5vw;
    font-family: 'Poppins-Light';
}

.lightboxBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 1vw 1vw 0;
}

.lightboxBox div {
    display: flex;
    align-items: center;
    width: 16.8vw;
    height: 9vw;
    overflow: hidden;
}

.lightboxBox div:first-of-type {
    width: fit-content;
    height: 34vw;
    margin-bottom: 1vw;
}

.lightboxBox div a img {
    width: 100%;
}

.main_leftBox section h3 {
    margin: 1vw 1vw 0.5vw;
    font-weight: 600;
    font-size: 2vw;
    font-family: 'Poppins-Light';
}

.main_leftBox section h3+p {
    margin: 0.5vw 1vw;
    color: #003366;
    font-size: 1vw;
    font-family: 'Poppins-Light';
}

.main_leftBox section h3+p+p {
    margin: 1vw;
    white-space: pre-wrap;
    line-height: 1.5vw;
    letter-spacing: 0.05vw;
    font-size: 1.2vw;
    font-family: 'Poppins-Light';
}

.main_rightBox {
    width: 40%;
}

.main_rightBox div {
    width: 20vw;
    height: 3vw;
    margin: 3vw auto;
    background-color: #003366;
    box-shadow: .5vw .5vw 0 #003366;
}

.main_rightBox div:hover {
    box-shadow: .5vw .5vw 0 #ff0000;
}

.main_rightBox div a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.main_rightBox img {
    display: block;
    margin: 0 auto;
    width: 80%;
    background-color: gold;
}

.main_rightBox div a p {
    text-align: center;
    color: #ffff00;
    line-height: 1.5vw;
    font-weight: 600;
    font-size: 1.1vw;
    font-family: 'Poppins-Light';
}

.section_schedule {
    margin: 0 5vw;
}

.section_schedule h4 {
    display: flex;
    align-items: center;
    width: 30%;
    height: 7vw;
    padding: 0 3vw;
    line-height: 1;
    color: #ffff00;
    font-size: 2.5vw;
    font-family: 'Valorax-lg25V';
    position: relative;
    text-shadow: 0.3vw 0.3vw 0.1vw #eb00d9;
    clip-path: polygon(0 0, 70% 0, 100% 100%, 0% 100%);
    background-color: #003366;
}

.schedule_bgBox {
    margin-top:-0.1vw ;
    border: 0.3vw solid #003366;
    background-color: #fff;
}

.schedule_contents {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 2vw;
    padding-bottom: 2vw;
    border-bottom: 0.1vw solid#ff0000;
}

.schedule_contents:last-of-type {
    border-bottom: 0 solid transparent;
}

.schedule_contents_leftBox {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 13%;
}

.schedule_contents_leftBox p {
    font-size: 2.5vw;
    font-family: 'Valorax-lg25V';
}

.schedule_contents_rightBox {
    margin-left: 2%;
    width: 85%;
}
.schedule_contents_rightBox h5 {
    margin: 1vw 0;
    line-height: 1.5vw;
    font-size: 2vw;
    font-family: 'Poppins-Light';
}

.schedule_contents_rightBox h5+p {
    margin: 0.5vw 0;
    color: #eb00d9;
    line-height: 1.5vw;
    font-size: 1.2vw;
    font-family: 'Poppins-Light';
}

.schedule_contents_rightBox h5+p+p {
    margin: 0 0 1vw;
    color: #000;
    line-height: 1.5vw;
    font-size: 1.2vw;
    font-family: 'Poppins-Light';
}

.schedule_imgBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    row-gap: 1vw;
    column-gap: 1vw;
    width: 100%;
}

.schedule_imgBox_child {
    position: relative;
}

.schedule_imgBox_child p {
    position: absolute;
    bottom: 3.5%;
    text-align: center;
    width: 100%;
    color: #ffff00;
    font-size: 1.2vw;
    font-family: 'Poppins-Light';
    background-color: #003366b9;
}

.schedule_imgBox_child:hover p{
    text-decoration: underline;
}

.schedule_bgBox section {
    width: 90%;
    margin: 3vw auto 5vw;
}

.schedule_bgBox section h5 {
    color: #ff0000;
    font-weight: 600;
    font-size: 1vw;
    font-family: 'Poppins-Light';
}

.schedule_bgBox section p {
    white-space: pre-wrap;
    font-size: 0.9vw;
    font-family: 'Poppins-Light';
}

/* フッター */
footer {
    margin: 7vw auto 0;
    width: 100%;
    background-color: #003366;
    clip-path: polygon(28% 0, 45% 10%, 100% 10%, 100% 100%, 0 100%, 0 0);
}

footer img {
    width: 15vw;
    margin: 3vw 0 1.5vw 5% ;
}

footer nav {
    width: 90%;
    margin: 1.5vw auto;
}

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

.footer_navigation li {
    width: 20%;
}

.footer_navigation li h4 {
    margin-right: 1vw;
    width: 40%;
    line-height: 1.5;
    color: #ffff00;
    font-size: 1.3vw;
    font-weight: 600;
    font-family: 'Poppins-Light';
}

.footer_navigation li ul {
    display: block;
    width: 100%;
    list-style-type: none;
}

.footer_navigation li ul li {
    width: 100%;
}

.footer_navigation li ul li a {
    margin: 0.5vw 0;
    line-height: 1;
    color: #ffff00;
    font-size: 1vw;
    font-family: 'Poppins-Light';
    position: relative;
}

.footer_navigation li ul li a:hover {
    text-decoration: underline;
}

.Area_list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    row-gap: 3vw;
    margin-top: 5vw;
    height: 30vw;
    list-style-type: none;

}

.Area_list p {
    color: #ffff00;
    font-size: 1vw;
    font-weight: 600;
    font-family: 'Poppins-Light';
}

.Area_list_content {
    width: 5vw;
    margin-bottom: auto;
}

.Area_list_content ul {
    width: 100%;
    list-style-type: none;
}

.Area_list_content ul li {
    width: 100%;
}

.Area_list_content ul li a {
    margin: 0.5vw 0;
    line-height: 1;
    color: #ffff00;
    font-size: 0.8vw;
    font-family: 'Poppins-Light';
}

.Area_list_content ul li a:hover {
    text-decoration: underline;
}

footer address {
    margin-top: 5vw;
    margin-left: 5vw;
    text-align: left;
    color: #ffff00;
    font-size: 1vw;
    font-family: 'Poppins-Light';
}

footer address+ p {
    width: 100%;
    margin: 0 auto;
    padding: 2vw 0;
    text-align: center;
    color: #ffff00;
    font-size: 1vw;
    font-family: 'Poppins-Light';
}