@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&display=swap');

/*common*/

body {
    color: #333;
    font-family: "Noto Sans JP", sans-serif;
    font-size: clamp(10px, 16 / 1200 * 100vw, 16px);
    line-height: 1.8;
    line-break: strict;
    word-break: break-all;
    text-align: justify;
    text-justify: distribute;
    font-weight: 400;
}

body::before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -10;
    width: 100vw;
    height: 100vh;
    background: url(../images/bg.jpg) no-repeat #fff top center;
    background-size: cover;
}


a:link {
    text-decoration: none;
    color: #F60;
    -webkit-transition: all 500ms 0s ease;
    transition: all 500ms 0s ease;
}

a:visited {
    text-decoration: none;
    color: #F60;
}

a:hover {
    opacity: 0.7;
}

img {
    border: none;
}

p {
    margin-bottom: 1.5em;
}

p:last-child {
    margin-bottom: 0;
}

hr {
    margin: 2rem 0;
    border-top: 1px solid #ccc;
}

/*PC--------------------------------------------------------------------------------------*/

#wrap {
    max-width: 1230px;
    width: 100%;
    padding: 480px 15px 0 15px;
    box-sizing: border-box;
    margin: 0 auto;
    background: url(../images/kv.png) no-repeat;
    background-size: contain;
}

/*navi*/

nav {
    display: block;
    position: fixed;
    top: 0;
    right: -900px;
    bottom: 0;
    width: 450px;
    background: #fff;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: all .5s;
    z-index: 999;
    opacity: 0;
}

.open nav {
    right: 0;
    opacity: 1;
}

nav .inner {
    padding: 15px 15px 25px 15px;
}

nav .inner p {
    text-align: center;
}

nav .inner ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 1.5em;
}

nav .inner ul li {
    display: flex;
    position: relative;
    margin: 0;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #ccc;
}

nav .inner ul li a {
    display: block;
    width: 100%;
    color: #004993;
    text-align: center;
    padding: 1em 0;
    text-decoration: none;
    transition-duration: 0.2s;
    font-weight: bold;
    font-size: 1.2em;
}

nav .inner ul li a:hover {
    opacity: 0.7;
}

nav a.nav__logo {
    width: 300px !important;
    justify-content: center;
    align-items: center;
}

.nav__logo a,
.nav__logo img {
    width: 100%;
    padding: 0;
}

.toggle_btn {
    display: block;
    position: fixed;
    top: 15px;
    right: 15px;
    width: 50px;
    height: 50px;
    transition: all .5s;
    cursor: pointer;
    z-index: 1000;
    background: #004993;
    -moz-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
    -webkit-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
    box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
}

.toggle_btn span {
    display: block;
    position: absolute;
    left: 20%;
    width: 30px;
    height: 2px;
    background-color: #fff;
    border-radius: 4px;
    transition: all .5s;
}

.toggle_btn span:nth-child(1) {
    top: 30%;
}

.toggle_btn span:nth-child(2) {
    top: 50%;
}

.toggle_btn span:nth-child(3) {
    top: 70%;
}

.open .toggle_btn {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
}

.open .toggle_btn span {
    background-color: #004993;
}

.open .toggle_btn span:nth-child(1) {
    -webkit-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg);
}

.open .toggle_btn span:nth-child(2) {
    opacity: 0;
}

.open .toggle_btn span:nth-child(3) {
    -webkit-transform: translateY(-12px) rotate(45deg);
    transform: translateY(-12px) rotate(45deg);
}

#mask {
    display: none;
    transition: all .5s;
}

.open #mask {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .7;
    z-index: 998;
    cursor: pointer;
}

/*header*/

.header-wrap {
    max-width: 688px;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    margin: 0 auto 60px auto;
}

h1 {
    top: 0px;
    left: 0px;
    height: 0;
    padding-top: 47.09302%;
    position: relative;
    width: 100%;
    background: url("../images/header.png") no-repeat;
    text-indent: -9999px;
    background-size: cover;
    display: block;
}

.award-wrap {
    max-width: 773px;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    margin: 60px auto;
}


.award-wrap .award {
    top: 0px;
    left: 0px;
    height: 0;
    padding-top: 52.39327%;
    position: relative;
    width: 100%;
    background: url("../images/award.png") no-repeat;
    text-indent: -9999px;
    background-size: cover;
    display: block;
}

/*content*/

.frame {
    border: 5px solid #c3a135;
    background: rgba(255, 255, 255, 0.9);
    padding: 60px 60px 1px 60px;
    border-radius: 10px;
    margin-bottom: 60px;
}

section {
    margin-bottom: 60px;
}

section .inner {
    padding: 0 30px;
    box-sizing: border-box;
}

h2 {
    position: relative;
    margin: 1.5em auto;
    text-align: center;
    font-size: 1.6em;
    padding: 0.5rem 2rem;
    background: #004993;
    background: linear-gradient(90deg, rgba(0, 73, 147, 1) 0%, rgba(74, 129, 183, 1) 50%, rgba(0, 73, 147, 1) 100%);
}

h2:before,
h2:after {
    position: absolute;
    bottom: -10px;
    border-style: solid;
    border-color: #004993;
    content: '';
}

h2:before {
    left: -30px;
    border-width: 25px 25px 25px 15px;
    border-left-color: transparent;
}

h2:after {
    right: -30px;
    border-width: 25px 15px 25px 25px;
    border-right-color: transparent;
}

h2 span{
    color: #fff;
    -moz-text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
    -webkit-text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
}

h2 span:before,
h2 span:after {
    position: absolute;
    bottom: -10px;
    width: 10px;
    height: 10px;
    background: #002970;
    content: '';
}

h2 span:before {
    left: 0;
    clip-path: polygon(0 0, 100% 0%, 100% 100%);
}

h2 span::after {
    right: 0;
    clip-path: polygon(0 0, 100% 0%, 0% 100%);
}


h3 {
    font-size: 1.4em;
    margin: 1.5rem 0;
    font-weight: bold;
    color: #f27191;
}

h3.-award::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    content: "\f521";
    margin-right: 0.5em;
    font-weight: bold;
    color: #3ba1c3;
}

h4 {
    font-size: 1.2em;
    margin: 1.5rem 0;
    color: #3ba1c3;
}

h4.-award2::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    content: "\f091";
    margin-right: 0.5em;
    font-weight: bold;
    color: #f60;
}

h5 {
    color: #c30d23;
}


.cc01 {
    font-weight: bold;
    color: #f60;
    font-size: 1.4em;
    text-align: center;
}

.cc02 {
    font-weight: bold;
    color: #00C4BF;
}

.mini {
    font-size: 0.9em;
    color: #666;
}

dl.news dt {
    float: left;
    color: #2d98d0;
    width: 8em;
    font-weight: bold;
}

dl.news dt::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    content: "\f15c";
    margin-right: 0.5em;
    font-weight: bold;
    color: #c30d23;
}

dl.news dd {
    margin: 0 0 1em 8em;
}

.entry-btn {
    max-width: 400px;
    width: 100%;
    margin: 60px auto;
}

.entry-btn a {
    display: block;
    background: rgb(209, 185, 85);
    background: linear-gradient(0deg, rgba(209, 185, 85, 1) 0%, rgba(182, 143, 56, 1) 100%);
    border: 3px solid #fff;
    border-radius: 50px;
    text-align: center;
    color: #fff;
    padding: 0.5em;
    -moz-text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
    -webkit-text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
    font-size: 1.2em;
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
}

.entry-btn a::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    content: "\f303";
    margin-right: 0.5em;
    font-weight: bold;
    color: #fc0;
}

.contact-btn {
    max-width: 400px;
    width: 100%;
    margin: 60px auto;
}

.contact-btn a {
    display: block;
    background: rgb(209, 185, 85);
    background: linear-gradient(0deg, rgba(209, 185, 85, 1) 0%, rgba(182, 143, 56, 1) 100%);
    border: 3px solid #fff;
    border-radius: 50px;
    text-align: center;
    color: #fff;
    padding: 0.5em;
    -moz-text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
    -webkit-text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
}

.contact-btn a::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    content: "\f0e0";
    margin-right: 0.5em;
    font-weight: bold;
    color: #fc0;
}

#page-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 50px;
    margin-bottom: 0;
    z-index: 100;
}

#page-top img {
    width: 100%;
}

ul.bonus-wrap{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -1.5% 3% -1.5%;
}

ul.bonus-wrap li{
    width: 50%;
    padding: 0 1.5%;
    box-sizing: border-box;
}

ul.bonus-wrap li img{
    width: 100%;
}

/*footer*/

#footer-wrap {
    background: #303d46;
    color: #fff;
    padding: 60px 15px;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    font-size: 0.9em;

}

/*MOBILE--------------------------------------------------------------------------------------*/

@media screen and (max-width: 1200px) {

#wrap {
    padding: 35% 15px 0 15px;
}

}

/*MOBILE--------------------------------------------------------------------------------------*/

@media screen and (max-width: 768px) {

    body {
        font-size: clamp(10px, 14 / 375 * 100vw, 14px);
        line-height: 1.8;
    }

    #wrap {
        max-width: 1230px;
        width: 100%;
        padding: 30vh 15px 0 15px;
        box-sizing: border-box;
        margin: 0 auto;
        background: url(../images/kv2.png) no-repeat;
    background-size: contain;
    }

    span.br::before {
		content: "\A";
		white-space: pre;
	}

    /*navi*/

    nav {
        width: 100%;
    }

    .toggle_btn {
        top: 0;
        right: 0;
    }


    /*header*/

    .header-wrap {
        max-width: 661px;
        width: 100%;
        overflow: hidden;
        box-sizing: border-box;
        margin: 0 auto 6vh auto;
    }

    h1 {
        top: 0px;
        left: 0px;
        height: 0;
        padding-top: 92.00581%;
        position: relative;
        width: 100%;
        background: url("../images/header2.png") no-repeat;
        text-indent: -9999px;
        background-size: cover;
        display: block;
    }

    .award-wrap {
        max-width: 874px;
        width: 100%;
        overflow: hidden;
        box-sizing: border-box;
        margin: 6vh auto;
    }


    .award-wrap .award {
        top: 0px;
        left: 0px;
        height: 0;
        padding-top: 187.31707%;
        position: relative;
        width: 100%;
        background: url("../images/award2.png") no-repeat;
        text-indent: -9999px;
        background-size: cover;
        display: block;
    }


    /*content*/

    .frame {
        border: 5px solid #c3a135;
        background: rgba(255, 255, 255, 0.9);
        padding: 6vh 15px 1px 15px;
        border-radius: 10px;
        margin-bottom: 6vh;
    }

    section {
        margin-bottom: 6vh;
    }

    section .inner {
        padding: 0 15px;
        box-sizing: border-box;
    }

    h2 {
        position: relative;
        margin: 0 30px 6vh 30px;
        text-align: center;
        font-size: 1.4em;
        font-weight: 400;
    }

    .entry-btn {
        max-width: 400px;
        width: 100%;
        margin: 6vh auto;
    }

    .contact-btn {
        max-width: 400px;
        width: 100%;
        margin: 6vh auto;
    }

    dl.news dt {
        float: none;
        color: #2d98d0;
        width: 100%;
        font-weight: bold;
    }

    dl.news dd {
        margin: 0
    }

    ul.bonus-wrap{
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: 0 -1.5% 5vh -1.5%;
    }
    
    ul.bonus-wrap li{
        width: 100%;
        padding: 0 1.5%;
        box-sizing: border-box;
    }

    ul.bonus-wrap li:first-child{
        margin-bottom: 1em;
    }
    

    /*footer*/

    #footer-wrap {
        background: #303d46;
        color: #fff;
        padding: 6vh 15px;
        width: 100%;
        text-align: left;
        box-sizing: border-box;
        font-size: 0.9em;

    }

    #page-top {
        position: fixed;
        bottom: 0;
        right: 0;
        width: 50px;
        margin-bottom: 0;
        z-index: 100;
    }


}