@charset "UTF-8";

/*common*/
html {
    height: 100%;
}

body {
    color: #333;
    font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    font-size: 16px;
    line-height: 1.7em;
    line-break: strict;
    word-break: break-all;
    text-align: justify;
    text-justify: distribute;
    position: relative;
    min-height: 100vh;
    height: 100%;
    display: flex;
    flex-direction: column;
    z-index: 0;
    background: #f6f6f6;
}

a:link {
    text-decoration: none;
    color: rgba(221, 0, 20, 1);
    -webkit-transition: all 500ms 0s ease;
    transition: all 500ms 0s ease;
}

a:visited {
    text-decoration: none;
    color: rgba(221, 0, 20, 1);
}

a:hover {
    opacity: 0.7;
}

p:not(:last-child) {
    margin-bottom: 1em;
}

#wrap {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    flex: 1 0 auto;
    min-height: 0%;
    box-sizing: border-box;
}


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


/* header */

.inner {
    max-width: 1000px;
    margin: 0 auto;
}

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

#top-head {
    font-size: 14px;
    top: -100px;
    position: absolute;
    width: 100%;
    margin: 100px auto 0;
    padding: 0;
    line-height: 1;
    z-index: 101;
    height: 70px;
}

#top-head a,
#top-head {
    color: #333;
    text-decoration: none;
    font-weight: bold;
}

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

#top-head .logo.top-logo {
    display: none;
}

#top-head .logo a {
    position: absolute;
    background: url("../images/common/logo.png") no-repeat;
    background-size: 160px 114px;
    width: 160px;
    height: 114px;
    text-indent: -9999px;
    top: 10px;
    left: 10px;
    display: block;
    -webkit-transition: all 500ms 0s ease;
    transition: all 500ms 0s ease;
}

#top-head .logo a:hover {
    opacity: 0.7;
}

#global-nav ul {
    list-style: none;
    position: absolute;
    right: 10px;
    top: 26px;
    z-index: 101;
    -webkit-transition: all 500ms 0s ease;
    transition: all 500ms 0s ease;
}

#global-nav ul li {
    float: left;
    position: relative;
    display: block;
    margin-left: 2em;
}

#global-nav ul li a {
    color: #333;
    font-size: 16px;
    font-weight: bold;
    -webkit-transition: all 500ms 0s ease;
    transition: all 500ms 0s ease;
    -webkit-transition: all 500ms 0s ease;
    transition: all 500ms 0s ease;
}

#global-nav ul li.language a {
    color: #F60;
}

/* Btn Hover */

#global-nav ul li:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    bottom: -5px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

#global-nav ul li:hover:after {
    background: #f00;
    bottom: -10px;
}

/* Fixed */

#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    height: 70px;
    background: #fff;
    -webkit-transition: top 500ms 0s ease-in;
    transition: top 500ms 0s ease-in;
}

#top-head.fixed .logo {
    display: block;
}

#top-head.fixed .logo a {
    position: absolute;
    background: url("../images/common/logo.png") no-repeat;
    background-size: 70px 50px;
    width: 70px;
    height: 50px;
    text-indent: -9999px;
    top: 10px;
    left: 10px;
    display: block;
    -webkit-transition: all 500ms 0s ease;
    transition: all 500ms 0s ease;
}

#top-head.fixed #global-nav ul {
    top: 26px;
}

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

#nav-toggle div {
    position: relative;
}

#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #333;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .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;
}

/*contents*/

.contents-top {
    box-sizing: border-box;
    padding: 0 10px 5% 10px;
}

.contents {
    box-sizing: border-box;
    padding: 0 10px;
}

.contents section {
    background: #fff;
    padding: 5%;
    box-sizing: border-box;
    margin-bottom: 5%;
    -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);
}

h2 {
    max-width: 980px;
    width: 100%;
    margin: 150px auto 3% auto;
    text-align: center;
    font-size: 2em;
    padding: 2em 0;
    box-sizing: border-box;
    border-top: 5px solid #000;
    border-bottom: 1px solid #000;
}

h3 {
    border-bottom: 1px solid #ccc;
    margin-bottom: 1.5em;
    padding-bottom: 1.5em;
    font-size: 1.4em;
    text-align: center;
}

h4 {
    margin: 1.5em 0;
    font-size: 1.2em;
}

h4.line {
    border-top: dotted 2px #ccc;
    padding-top: 1.5em;
    margin-top: 1.5em;
}

h4::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: 900;
    color: rgba(221, 0, 20, 1);
}

h5 {
    margin: 1.5em 0;
    color: #f90;
    font-size: 1em;
}

p.read,
p.read:last-child {
    margin: 5% 0;
    font-weight: bold;
    text-align: center;
}

.btn a {
    display: block;
    overflow: hidden;
    padding: 0.5em;
    background: rgba(221, 0, 20, 1);
    color: #fff;
    text-align: center;
    border-radius: 30px;
}

.btn a.link::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    content: "\f35d";
    margin-right: 0.5em;
    font-weight: 900;
}

.btn a.contact::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: 900;
}

.btn a.card::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    content: "\f09d";
    margin-right: 0.5em;
    font-weight: 900;
}

.contact-btn a {
    display: block;
    overflow: hidden;
    padding: 0.5em;
    background: rgba(221, 0, 20, 1);
    color: #fff;
    text-align: center;
    border-radius: 30px;
    max-width: 300px;
    width: 70%;
    margin: 0 auto 1em auto;
}

.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: 900;
}

#payjp_checkout_box input[type="button"] {
    display: block !important;
    overflow: hidden;
    padding: 0.5em !important;
    background-color: #f90!important;
    color: #fff;
    text-align: center;
    border-radius: 30px !important;
    max-width: 200px;
    width: 100%;
    font-size: 1em !important;
    border: none !important;
}
input[type="button"].donation-btn:disabled{
    display: block;
    overflow: hidden;
    padding: 0.5em;
    background: rgba(221, 0, 20, 1);
    color: #fff;
    text-align: center;
    border-radius: 30px;
    max-width: 200px;
    width: 100%;
    box-sizing: border-box;
    border: none;
    font-size: 1em;
    opacity: 0.3;
}
input[type="button"].donation-btn{
    display: block;
    overflow: hidden;
    padding: 0.5em;
    background: rgba(221, 0, 20, 1);
    color: #fff;
    text-align: center;
    border-radius: 30px;
    max-width: 200px;
    width: 100%;
    box-sizing: border-box;
    border: none;
    font-size: 1em;
    cursor: pointer;
}

/*top page*/

.top-banner {
    top: 0px;
    left: 0px;
    height: 0;
    padding-top: 30%;
    position: relative;
    width: 100%;
    background: url("../images/top/top-pic.jpg") no-repeat fixed;
    text-indent: -9999px;
    background-size: contain;
    display: block;
    overflow: hidden;
    margin: 150px 0 3% 0;
}

@media only screen and (min-width: 1000px) {

    .top-banner {
        top: 0px;
        left: 0px;
        height: 0;
        padding-top: 30%;
        position: relative;
        width: 100%;
        background: url("../images/top/top-pic.jpg") no-repeat fixed top;
        text-indent: -9999px;
        background-size: 980px 653px;
        display: block;
        overflow: hidden;
        margin: 150px 0 5% 0;
    }

}

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

ul.top-navi li {
    flex-basis: 50%;
    padding: 0 2% 5% 2%;
    box-sizing: border-box;
}

ul.top-navi li a {
    background: #fff;
    -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);
    padding: 7%;
    box-sizing: border-box;
    display: block;
    color: #333;
}

ul.top-navi li a h3 {
    text-align: center;
    margin-bottom: 3%;
    padding-bottom: 3%;
    margin-bottom: 1.5em;
    padding-bottom: 1.5em;
}

ul.top-navi li a h3.outline::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    content: "\f1ad";
    margin-right: 0.5em;
    font-weight: 900;
    color: rgba(221, 0, 20, 1);
}

ul.top-navi li a h3.message::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    content: "\f4ad";
    margin-right: 0.5em;
    font-weight: 900;
    color: rgba(221, 0, 20, 1);
}

ul.top-navi li a h3.activity::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    content: "\f11b";
    margin-right: 0.5em;
    font-weight: 900;
    color: rgba(221, 0, 20, 1);
}

ul.top-navi li a h3.donation::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    content: "\f51e";
    margin-right: 0.5em;
    font-weight: 900;
    color: rgba(221, 0, 20, 1);
}

ul.top-navi li a h3.faq::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: 900;
    color: rgba(221, 0, 20, 1);
}

ul.top-navi li a h3.enter::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    content: "\f2b5";
    margin-right: 0.5em;
    font-weight: 900;
    color: rgba(221, 0, 20, 1);
}

dl.info {
    overflow: auto;
    overflow-x: hidden;
    width: 100%;
    margin-bottom: 3%;
    font-size: 0.9em;
}

dl.info dt {
    float: left;
    color: #666;
    width: 8em;
    font-weight: bold;
}

dl.info dd {
    margin: 0 0 0 8em;
}

dl.list {
    overflow: auto;
    overflow-x: hidden;
    width: 100%;
}

dl.list dt {
    float: left;
    color: #666;
    width: 12em;
    font-weight: bold;
}
dl.list.-d dt {
    float: left;
    color: #666;
    width: 17em;
    font-weight: bold;
}

dl.list dd {
    margin: 0 0 0 12em;
}
dl.list.-d dd {
    margin: 0 0 0 17em;
}


dl.faq {
    overflow: auto;
    overflow-x: hidden;
    width: 100%;
    margin-bottom: 1em
}

dl.faq:last-child {
    margin-bottom: 0;
}

dl.faq dt {
    float: left;
    width: 2em;
    font-weight: bold;
}

dl.faq dt.ques {
    color: #f00;
}

dl.faq dt.ans {
    color: #2A79CA;
}

dl.faq dd {
    margin: 0 0 0 2em;
}

.message-pic {
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
}

.message-pic img {
    width: 100%;
}

.donation-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 3% 0 3.5% 0;
}

.donation-wrap .step {
    flex-basis: 15%;
    text-align: center;
}

.donation-wrap .step span {
    background: rgba(221, 0, 20, 1);
    color: #fff;
    padding: 0.5em 0.8em;
    font-size: 1.4em;
    border-radius: 50%;
}

.donation-wrap .donation-text {
    flex: 1;
    padding-left: 3%;
    box-sizing: border-box;
    border-left: 1px solid #ccc;
}

.donation-wrap .donation-text p {
    font-weight: bold;
}

.donation-wrap .donation-text input[type="text"] {
    margin-right: 0.5em;
    border: 1px solid #ccc;
    padding: 0.3em;
    font-size: 1rem;
}
.donation-error{
    margin-top: 1em;
    color: #f00;
}
.donation-info{
    text-align: center;
}

ul.caution{
    margin-bottom: 1.5em;
}

ul.caution li {
    margin-left: 1.5em;
}

.payjplogo{
    max-width: 400px;
    width: 100%;
    margin: 0 auto 1.5em auto;
}

.payjplogo img{
    width: 100%;
}

/*footer*/

footer {
    width: 100%;
    font-size: 0.8em;
    padding: 1.3rem 0 1rem 0;
    box-sizing: border-box;
    background: #ccc;
}

.footer-wrap {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
    box-sizing: border-box;
    position: relative;
    text-align: center;
}

/*iframe*/

.iframe-wrap {
    position: relative;
    width: 100%;
    padding-top: 50%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.iframe-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    display: block;
}


/*pagetop*/

#page-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 50px;
}

#page-top a {
    -webkit-transition: all 500ms 0s ease;
    transition: all 500ms 0s ease;
}

#page-top a:hover {
    opacity: 0.7;
}

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

/*RESPONSIVE--------------------------------------------------------------------------------------*/

@media only screen and (max-width: 1000px) {}

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


    /*header*/

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

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

    #top-head a {}

    /* Fixed reset */
    #top-head.fixed {
        padding-top: 0;
        background: transparent;
    }

    #mobile-head {
        background: #fff;
        width: 100%;
        height: 70px;
        z-index: 101;
        position: relative;
    }

    #top-head.fixed .logo,
    #top-head .logo,
    #top-head .logo.top-logo {
        display: block;
    }

    #top-head.fixed .logo a,
    #top-head .logo a {
        position: absolute;
        background: url("../images/common/logo.png") no-repeat;
        background-size: 70px 50px;
        width: 70px;
        height: 50px;
        text-indent: -9999px;
        top: 10px;
        left: 10px;
        display: block;
        -webkit-transition: all 500ms 0s ease;
        transition: all 500ms 0s ease;
    }

    #top-head.fixed .logo a:hover,
    #top-head .logo a:hover {
        opacity: 0.7;
    }

    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -500px;
        background: rgba(000, 000, 000, 0.7);
        width: 100%;
        text-align: center;
        padding: 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }

    #global-nav ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
    }

    #global-nav ul li {
        float: none;
        position: static;
        margin-left: 0;
    }

    #global-nav ul li:after {
        display: none;
    }

    #top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a {
        width: 100%;
        display: block;
        color: #fff;
        padding: 20px 0;
        border-bottom: 1px solid #666;
    }

    #top-head #global-nav ul li.language a,
    #top-head.fixed #global-nav ul li.language a {
        color: #F60;
    }

    #nav-toggle {
        display: block;
    }

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

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

    .top-banner {
        top: 0px;
        left: 0px;
        height: 0;
        padding-top: 30%;
        position: relative;
        width: 100%;
        background: url("../images/top/top-pic.jpg") no-repeat fixed;
        text-indent: -9999px;
        background-size: contain;
        display: block;
        overflow: hidden;
        margin: 70px 0 3% 0;
    }

    h2 {
        max-width: 980px;
        width: 100%;
        margin: 70px auto 3% auto;
        text-align: center;
        font-size: 2em;
        padding: 2em 0;
        box-sizing: border-box;
        border-top: 5px solid #000;
        border-bottom: 1px solid #000;
    }

}

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

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

    body {
        font-size: 14px;
    }

    .top-banner {
        top: 0px;
        left: 0px;
        height: 0;
        padding-top: 40%;
        position: relative;
        width: 100%;
        background: url("../images/top/top-pic.jpg") no-repeat fixed;
        text-indent: -9999px;
        background-size: contain;
        display: block;
        overflow: hidden;
        margin: 70px 0 3vh 0;
    }

    ul.top-navi li {
        flex-basis: 100%;
        padding: 0 1.5% 3vh 1.5%;
        box-sizing: border-box;
    }

    ul.top-navi li a {
        background: #fff;
        -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);
        padding: 8%;
        box-sizing: border-box;
        display: block;
        color: #333;
    }

    h2 {
        max-width: 980px;
        width: 100%;
        margin: 70px auto 1rem auto;
        text-align: center;
        font-size: 2em;
        padding: 2em 0;
        box-sizing: border-box;
        border-top: 5px solid #000;
        border-bottom: 1px solid #000;
    }

    h3 {
        margin-bottom: 0.6em;
        padding-bottom: 0.5em;
    }

    p.read,
    p.read:last-child {
        margin: 3vh 0;
        font-weight: bold;
        text-align: left;
    }

    dl.info dt {
        float: none;
        color: #666;
        width: 100%;
        font-weight: bold;
    }

    dl.info dd {
        margin: 0;
    }

    dl.list dt,
    dl.list.-d dt{
        float: none;
        color: #666;
        width: 100%;
        font-weight: bold;
    }

    dl.list dd,
    dl.list.-d dd{
        margin: 0 0 0.5em 1em;
    }

    dl.list dd:last-child {
        margin: 0 0 0 1em;
    }

    .donation-wrap {
        display: block;
        margin: 1.5em 0 1.5em 0;
    }

    .donation-wrap .step {
        padding-bottom: 1em;
        padding-top: 2em;
        border-top: 1px solid #ccc;
    }

    .donation-wrap .step span {
        background: rgba(221, 0, 20, 1);
        color: #fff;
        padding: 0.5em 0.8em;
        font-size: 1.4em;
        border-radius: 50%;
    }

    .donation-wrap .donation-text {
        flex: 1;
        padding-left: 0;
        box-sizing: border-box;
        border-left: none;
        padding-top: 1em;
    }
    
    .donation-btn a,
    #payjp_checkout_box input[type="button"],
    input[type="button"].donation-btn:disabled,
    input[type="button"].donation-btn{
        margin: 0 auto;
    }
    
    .donation-info{
        text-align: left;
    }

    footer {
        width: 100%;
        font-size: 0.9em;
        padding: 13px 0 10px 0;
        box-sizing: border-box;
    }

    #page-top {
        position: fixed;
        bottom: 5px;
        right: 5px;
        width: 40px;
    }

    .contents section {
        background: #fff;
        padding: 3vh 5%;
        box-sizing: border-box;
        margin-bottom: 3vh;
        -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);
    }


}
