@charset "UTF-8";
.module_title{
    display: none;
}
body {
    font-family: "Zen Kaku Gothic New", sans-serif;
    transition: 0.7s;
    font-size: 14px;
    font-weight: normal;
    color: #051A4D;
    line-height: 1.6em;
    background: repeating-linear-gradient(-45deg,
            #3C72F3 0,
            #3C72F3 2px,
            #0E50EA 4px,
            #0E50EA 6px);

}

main {
    max-width: 600px;
    margin: 0 auto;
    background: #fafafa;
}

/* base */

.base {
    padding: 100px 16px;
}

/* all */

.title {
    margin-bottom: 40px;
}

.title img {
    margin: 0 auto;
    height: 48px;
}

.title h2 {
    font-size: 1.2rem;
    line-height: 1.4em;
    text-align: center;
    margin-top: 28px;
    font-weight: bold;
}

.note {
    font-size: .7rem;
    line-height: 1.2em;
    padding: 28px 0;
}

/* pop-in */

.pop-in {
    opacity: 0;
    transform: scale(0.5);
    transition: opacity 0.3s ease, transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}

.pop-in.active {
    opacity: 1;
    transform: scale(1);
    animation: pop 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

@keyframes pop {
    0% {
        transform: scale(0.5);
    }

    70% {
        transform: scale(1.15);
    }

    100% {
        transform: scale(1);
    }
}

/* btn */

.btn_1 {
    display: block;
    background: #3C72F3;
    width: 18rem;
    height: 66px;
    border-radius: 100rem;
    color: #fafafa;
    text-align: center;
    transition: .5s;
    line-height: 66px;
    margin: 0 auto;
    font-size: 1.1rem;
    position: relative;
    letter-spacing: .08em;
    font-weight: bold;
}

.arrow_up {
    content: url(../img/arrow-up.svg);
    position: absolute;
    right: 20px;
    top: 32%;
    display: inline-block;
    width: 20px;
}

.btn_1:hover {
    transform: scale(1.1, 1.1);
}

/* fixed */

.fixed {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 10;
}

.fixed a {
    cursor: pointer;
}

.fixed img {
    width: 180px;
}

/* menu */

@keyframes checked-anim {
    100% {
        width: 100%;
    }
}

@keyframes not-checked-anim {
    0% {
        width: 100%;
    }
}

#main_menu ul {
    display: none;
}

#burger {
    position: fixed;
    top: 20px;
    right: 30px;
    background-image: url('../img/bt_menu.svg');
    background-repeat: no-repeat;
    width: 60px;
    height: 60px;
    transition: 1s ease;
    cursor: pointer;
    z-index: 1100;
    background-size: contain;
}

#menu-toggle:checked+#burger {
    transform: rotate(180deg);
    transition: transform 1s ease;
}

#main_menu {
    position: fixed;
    right: 0;
    width: 0;
    height: 100%;
    animation: not-checked-anim 1s both;
    transition: 1s;
    z-index: 1000;
    text-align: center;
    padding-top: 10vh;
    overflow: auto;
    max-width: 28%;
}

#menu-toggle:checked~#main_menu {
    animation: checked-anim 1s ease both;
    background-color: #3C72F3;
    opacity: .8;
}

#menu-toggle:checked~#burger {
    background-image: url('../img/bt_menu_close.svg');
    background-repeat: no-repeat;
}

#menu-toggle:checked~#main_menu ul {
    display: block;
    max-width: 480px;
    margin: 0 auto;
    padding: 0 30px;
}

[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
    display: none;
}

#main_menu ul li a,
#page_menu ul li a {
    display: block;
    padding: 28px 0;
    color: #43EF85;
    font-size: 1.2em;
    border-bottom: 1.6px solid #43EF85;
    background: url('../images/icon_arrowD1.svg') no-repeat right center;
    background-size: 20px;
    line-height: 1.5;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    text-decoration: none;
}

#main_menu ul li a:hover,
#page_menu ul li a:hover {
    -webkit-transform: translateY(4px);
    -ms-transform: translateY(4px);
    transform: translateY(4px);
}

#main_menu ul li a:not([href]),
#page_menu ul li a:not([href]) {
    opacity: .3 !important;
    color: #051A4D !important;
    -webkit-transform: translateY(0px) !important;
    -ms-transform: translateY(0px) !important;
    transform: translateY(0px) !important;
}

.pageMenu_wrap {
    text-align: center;
    max-width: 480px;
    margin: 0 auto;
}

.icon_logoBLG_wh {
    position: fixed;
    cursor: pointer;
    z-index: 1100;
    padding: 8px;
    width: 80px;
}

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

    #main_menu {
        max-width: 100%;
    }

    #burger {
        top: 8px;
        right: 10px;
        background-image: url('../img/bt_menu.svg');
        background-repeat: no-repeat;
        width: 50px;
        height: 50px;
        transition: 1s ease;
        cursor: pointer;
        z-index: 1100;
        background-size: contain;
    }

    .icon_logoBLG_wh {
        padding: 8px 0px 4px;
        width: 68px;
        background-color: rgb(13 19 51 / 0);
    }

    #menu-toggle:checked~#main_menu ul {
        width: 90%;
    }

}

/* kv */


.kv {
    background-image: url(../img/kv_bg.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.kv_wrap {
    position: relative;
    /* background: #3C72F3; */
    height: 480px;
    background-image: url(../img/kv_1.webp),
        url(../img/kv_2.webp),
        url(../img/kv_3.webp),
        url(../img/kv_4.webp);
    background-repeat: no-repeat;
    background-size: auto 140px,
        auto 180px,
        auto 180px,
        auto 140px;
    background-position: left 72px,
        right top,
        left bottom,
        right 240px;
}

.kv_wrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(60, 114, 243, 0.3);
    z-index: 1;
}

.kv_logo img {
    width: 48%;
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    opacity: 0;
    transform: scale(0.5);
    transition: opacity 0.3s ease, transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    /* 勢いのある動き */
}

.kv_logo.show img {
    opacity: 1;
    transform: scale(1);
    animation: popIn 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    /* 「ポンッ」とさせる */
}

/*  */

.kv_wrap-2 {
    position: relative;
    /* background: #3C72F3; */
    height: 720px;
    background-image: url(../img/kv_5.webp),
        url(../img/kv_1.webp),
        url(../img/kv_2.webp),
        url(../img/kv_3.webp),
        url(../img/kv_4.webp),
        url(../img/kv_6.webp);
    background-repeat: no-repeat;
    background-size: auto 100px,
        auto 120px,
        auto 170px,
        auto 170px,
        auto 120px,
        auto 90px;
    background-position: left 260px,
        100px 390px,
        right 280px,
        left bottom,
        320px 486px,
        right bottom;
}

.kv_wrap-2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(60, 114, 243, 0.36);
    z-index: 1;
}

.kv_logo-2 img {
    width: 56%;
    position: absolute;
    z-index: 2;
    top: 6%;
    right: 0;
    left: 0;
    margin: auto;
    opacity: 0;
    transform: scale(0.5);
    transition: opacity 0.3s ease, transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    /* 勢いのある動き */
}

.kv_logo-2.show img {
    opacity: 1;
    transform: scale(1);
    animation: popIn 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    /* 「ポンッ」とさせる */
}

@keyframes popIn {
    0% {
        transform: scale(0.5);
    }

    70% {
        transform: scale(1.15);
    }

    100% {
        transform: scale(1);
    }
}


/* about */

.about_sabtitle img {
    margin: 0 auto;
    height: 28px;
}

.about_title img {
    margin: 0 auto;
    height: 48px;
}

.about_title {
    margin: 20px 0 28px;
}

.about_text {
    font-size: 1.1rem;
    line-height: 1.8em;
    font-weight: bold;
    text-align: center;
}

.about_img {
    width: 80%;
    margin: 0 auto;
}

.about_img img {
    width: 100%;
}

/* spot */

.spot {
    background: #3C72F3;
}

.spot .title h2 {
    color: #fafafa;
    font-weight: normal;
}

.spot_select {
  position: relative;
  display: inline-block;
}

/* ▼ select全体の見た目 */
#clubSelector {
  appearance: none; /* ブラウザデフォルト矢印を消す */
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 16px 48px 16px 20px; /* 右側に余白を作る */
  font-size: 18px;
  font-weight: 800;
  border-radius: 9999px;
  border: none;
  outline: none;
  background: var(--select-green, #46E08A);
  color: #0b1630;
  cursor: pointer;
}

/* ▼ 擬似要素で矢印アイコンを右に配置 */
.spot_select::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  width: 12px;
  height: 8px;
  background: url('../img/arrow_under.svg') no-repeat center center;
  background-size: contain;
  transform: translateY(-50%);
  pointer-events: none;
}

/*  */

.spot_inner {
    margin: 40px auto;
}

select {
    width: 100%;
    padding: 24px;
    font-size: 1.2rem;
    font-weight: bold;
    letter-spacing: 2px;
    text-align: center;
    border-radius: 100px;
    background: #43EF85;
    -webkit-appearance: none;
    appearance: none;
    background-image: url("../img/arrow_under.svg");
    background-repeat: no-repeat;
    background-size: 36px auto;
    background-position: right 20px center;
}

.content {
    position: relative;
}

.club-content {
    display: block;
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.club-content.show {
    display: block;
    opacity: 1;
    transform: translateY(0);
}


/*  */

.map {
    width: 100%;
    aspect-ratio: 1 / 1;
    margin: 16px 0;
}
.map_txt{
    padding-bottom: 1rem;
    text-align: center;
    color: white;
}
.map iframe {
    width: 100%;
    height: 100%;
}

.spot_scroll {
    /* height: 320px; */
    padding: 8px;
    background: #82A5F7;
    border-radius: 20px;
    overflow-y: scroll;
}

.spot_item {
    background: #fafafa;
    border-radius: 20px;
    padding: 16px;
    margin-bottom: 8px;
}

.spot_flex {
    display: flex;
    gap: 16px;
    margin-bottom: 10px;
    align-items: center;
}

/* 
.spot_prayer {
    border: 2px solid #43EF85;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    overflow: hidden;
} */

.spot_prayer img {
    /* border: 2px solid #43EF85; */
    width: 70px;
    height: 70px;
    /* border-radius: 100%; */
    object-fit: cover;
    object-position: 0 0;
}

.spot_name p {
    font-size: .7rem;
    line-height: 1.2em;
}

.spot_name h4 {
    color: #3C72F3;
    font-size: 1.2rem;
    line-height: 1.2em;
    font-weight: bold;
    margin-top: 6px;
}

.spot_text {
    font-size: .9rem;
    line-height: 1.2em;
}

/* x */

.x_inner {
    margin: 40px 0 100px;
}

.slider {
    width: 90%;
    height: 90%;
    margin: auto;
    border: 1.6px solid #43EF85;
    border-radius: 20px;
    background: #fff;
}

.x_inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.slick-arrow:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.slick-next:before {
    background: url(../img/arrow_r.svg);
    background-size: contain;
}

.slick-prev:before {
    background: url(../img/arrow_l.svg);
    background-size: contain;
}

.slick-dots li button:before {
    font-size: 8px;
    top: 10px;
}

/* post */

.post {
    background: #E2EAFD;
}

.post .title h2 {
    color: #3C72F3;
    font-weight: bold;
}

/* step */

.step {
    margin-top: 40px;
}

.step_inner {
    padding: 20px;
}

.step_title h3 {
    text-align: center;
    font-size: 1.2rem;
    color: #3C72F3;
}

.step_title img {
    margin: 20px auto 16px;
}

.step_img img {
    width: auto;
    height: 160px;
    margin: 20px auto;
}

.step_img .present {
    padding: 28px 8px;
    margin: 28px auto;
}

.step_text h4 {
    text-align: center;
    margin-bottom: 6px;
}

.step_text p {
    line-height: 1.2em;
    text-align: center;
    font-size: .8rem;
}

.step .slick-dots li button:before {
    font-size: 8px;
    top: 20px;
}

/*  */

.present_period {
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.8rem;
}

.present {
    background: #3C72F3;
    border-radius: 20px;
    width: 90%;
    margin: 20px auto;
    text-align: center;
    color: #fff;
    padding: 20px;
}

.present h4 {
    color: #43EF85;
}

/*  */

.rule {
    margin: 100px 0 80px;
}

.rule h4 {
    text-align: center;
    font-size: 1.1rem;
    margin-bottom: 20px;
    color: #3C72F3;
}

.rule_scroll {
    height: 240px;
    padding: 16px;
    border: 1.6px solid #3C72F3;
    overflow-y: scroll;
    border-radius: 20px;
}

.rule_scroll p {
    font-size: .8rem;
    line-height: 1.3em;
}

.rule_scroll a {
    color: #3C72F3;
    font-weight: bold;
}

/* footer */

footer {
    text-align: center;
    padding-bottom: env(safe-area-inset-bottom);
    font-weight: 500;
    margin: 0 auto;
    max-width: 600px;
    background: #fafafa;
}

.footer_inner {
    padding: 80px 10px;
}


.btSnsBtm_spc {
    text-align: center;
    font-size: 0;
    letter-spacing: 0;
}

.a_btSnsBtm {
    display: inline-block;
    vertical-align: top;
    width: 39px;
    line-height: 0;
    margin: 0 9px;
}

.btSnsBtm {
    width: 100%;
}

.btSnsBtm:hover {
    opacity: .7;
}

.ft_bt_spc {
    padding: 48px 10px;
}

.logo_sdgs {
    margin: 0 auto;
    width: 50%;
    max-width: 120px;
}

.ft_tx {
    text-align: center;
    font-size: 0.6rem;
}

.icon_logoBLG_ft {
    display: inline-block;
    width: 95px;
    margin: 40px;
}

@media (min-width: 600px) {
    main {
        border-left: 2px solid #43EF85;
        border-right: 2px solid #43EF85;
    }

    footer {
        border-left: 2px solid #43EF85;
        border-right: 2px solid #43EF85;
    }
}


@media(min-width:481px) {
    .sp {
        display: none !important;
    }
}

@media(max-width:480px) {
    .pc {
        display: none !important;
    }
}


@media (max-width: 480px) {

    body {
        line-height: 1.4em;
    }

    .base {
        padding: 80px 16px;
    }

    /*  */

    .fixed img {
        width: 120px;
    }

    /* kv */

    .kv_wrap {
        background-size: auto 100px,
            auto 140px,
            auto 140px,
            auto 100px;
        background-position: left 100px,
            right top,
            left bottom,
            right 280px;
    }

    .kv_logo img {
        width: 60%;
    }

    /*  */

    .kv_wrap-2 {
        position: relative;
        /* background: #3C72F3; */
        height: 620px;
        background-size: auto 70px,
            auto 90px,
            auto 140px,
            auto 140px,
            auto 90px,
            auto 70px;
        background-position: left 260px,
            20px 360px,
            right 260px,
            left bottom,
            236px 430px,
            right bottom;
    }

    .kv_logo-2 img {
        width: 62%;
        top: 8%;
    }

    /*  */

    .about_text {
        font-size: 1rem;
        line-height: 1.6em;
    }

    .about_img {
        width: 100%;
    }

    .present {
        width: 100%;
    }

    .present_period {
        font-size: 1rem;
        line-height: 1.6rem;
    }

    .step_title h3 {
        font-size: 1.1rem;
    }

    .step_inner {
        padding: 16px;
    }

    .step_img .present {
        font-size: .75rem;
        line-height: 1.2em;
        padding: 28px 8px;
        margin: 28px auto;
    }

}