/* reset */

* {
    margin: 0;
    padding: 0;
    font-size: 100%;
    font: inherit;
    border: 0;
    box-sizing: border-box;
    vertical-align: baseline;
    list-style-type: none;
}

/* reset end */

/* loader */

#loader {
    background: linear-gradient(45deg, #eaf8f6, #f7f9f5);
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100;
}

/*背景*/
.loader,
.loader:before,
.loader:after {
    background: #00bfa5;
    -webkit-animation: load1 1s infinite ease-in-out;
    animation: load1 1s infinite ease-in-out;
    height: 4em;
    width: 1em;
    top: 50%;
}

.loader {
    color: #008f7a;
    text-indent: -9999em;
    margin: auto;
    position: relative;
    font-size: 12px;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.loader:before,
.loader:after {
    position: absolute;
    top: 0;
    content: '';
}

.loader:before {
    left: -1.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.loader:after {
    left: 1.5em;
}

@-webkit-keyframes load1 {

    0%,
    80%,
    100% {
        box-shadow: 0 0;
        height: 4em;
    }

    40% {
        box-shadow: 0 -2em;
        height: 5em;
    }
}

@keyframes load1 {

    0%,
    80%,
    100% {
        box-shadow: 0 0;
        height: 4em;
    }

    40% {
        box-shadow: 0 -2em;
        height: 5em;
    }
}

/* End loader */

/* Common */

img {
    vertical-align: bottom;
}

.panlist {
    text-align: left;
    font-size: 12px;
    padding: 0.2em 0 0.2em 1em;
    color: #fff;
    background: #000;
}

.panlist a {
    display: inline-block;
    color: #fff;
}

#footer #f_PC,
footer #f_SP {
    margin: 0 auto !important;
}

#sns_button {
    padding: 3em 0 0;
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 10px;
}

#sns_button a {
    display: block;
    width: 40px;
    height: 40px;
}

#sns_button img {
    width: 40px;
    height: 40px;
}

/* PC */
.bgbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: url(../img/bg.webp);
    background-size: cover;
    z-index: -1;
}

.wrap {
    position: relative;
    width: min(100%, 1100px);
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.08);
    font-family: "LINE Seed JP", sans-serif;
    color: #15375f;
    font-size: min(3.75vw, 20px);
    line-height: 1.5;
    -webkit-text-stroke: 0.3em #fff;
    paint-order: stroke;
}

.top_main {
    background: linear-gradient(180deg, rgba(232, 248, 246, 0.85) 0%, rgba(255, 255, 255, 0.4) 100%);
}

.top_main {
    padding: 3em 0 5em;
    box-sizing: border-box;
}

.pointer {
    cursor: pointer;
    transition: 0.25s;
}

.pointer:hover {
    opacity: 0.75;
}

small.anno {
    display: block;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 3;
    color: #008571;
    background: rgba(232, 248, 246, 0.85);
}

.top_main h1 {
    width: min(70%, 400px);
    margin: 0 auto 3em;
}

.top_main h1 img {
    display: block;
    width: 100%;
}

.top_main strong {
    display: block;
    font-size: min(5vw, 28px);
    font-weight: 800;
    line-height: 1.75;
    text-align: center;
}

.top_main strong rt {
    font-size: min(3.5vw, 18px);
    ruby-align: center;
}

.top_main strong span {
    color: #008571;
    font-size: 1.25em;
    padding-top: 0.5em;
    letter-spacing: 0.05em;
    display: block;
}

main {
    text-align: left;
}

article section,
div.notice {
    padding: 3em 3em;
    box-sizing: border-box;
    transform: translateY(2em);
    opacity: 0;
    transition: 1s;
}

article section.fadeup,
div.notice.fadeup {
    transform: translateY(0);
    opacity: 1;
}

article section:nth-of-type(even),
div.notice {
    background: rgba(255, 255, 255, 0.35);
}

article section h2 {
    font-size: min(5.75vw, 36px);
    font-weight: 800;
    display: flex;
    justify-content: flex-start;
    letter-spacing: 0.05em;
    margin-bottom: 1.5em;
    line-height: 1.25;
}

article section h2::before {
    content: "";
    display: block;
    width: 6px;
    background: linear-gradient(to bottom, #00bfa5, #008f7a);
    margin-right: 0.5em;
}

article section h2 small {
    font-weight: 400;
    font-size: 14px;
}

article section h2 rt {
    font-size: min(3.5vw, 10px);
    ruby-align: center;
}

section.about p {
    text-align: center;
    line-height: 1.75;
    margin-bottom: 2em;
    font-weight: bold;
}

section.about ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

section.about ul li {
    width: 24.5%;
    text-align: center;
    margin-bottom: 2em;
    font-weight: bold;
}

section.about ul span {
    font-size: 14px;
}

section.about ul img {
    display: block;
    width: 100%;
    /*    margin-bottom: 0.5em;*/
}

section.about ul span {
    color: #008571;
}

section.info ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

section.info li {
    width: 49%;
    padding: 1.5em;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 4px #ccc;
    display: flex;
    flex-direction: column;
}

section.info li img {
    width: 100%;
}

section.info li strong {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 1em;
}

section.info li strong::before {
    content: "◆";
    display: inline-block;
    color: #008571;
    font-size: 0.65em;
}

section.info li p {
    flex-grow: 1;
    margin-bottom: 1em;
}

section.info li small {
    display: block;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #008571;
    padding-top: 0.5em;
}

section.use ul.block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

section.use ul.block > li {
    width: 49%;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}

section.use ul.block > li strong {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-weight: bold;
    margin-bottom: 0.5em;
}

section.use ul.block > li strong::before {
    content: "●";
    display: inline-block;
    color: #008571;
    font-size: 0.65em;
    margin-right: 0.5em;
}

section.use ul.block ul {
    background: #fff;
    box-shadow: 0 0 4px #ccc;
    border-radius: 8px;
    padding: 1.5em;
    box-sizing: border-box;
}

div.notice strong {
    font-weight: bold;
    line-height: 2;
    font-size: 1.1em;
}

div.notice p {
    margin-bottom: 2em;
}

div.notice .form {
    display: flex;
    justify-content: center;
    width: min(100%, 24em);
    padding: 1em 0;
    background: #008571;
    color: #fff;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    margin: 0 auto;
    border-radius: 8px;
    align-items: center;
    -webkit-text-stroke: 0;
}

div.notice .form::after {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    background: url(../img/icon_new_window.webp);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 0.5em;
}

.sticky {
    position: fixed;
    display: flex;
    justify-content: space-between;
    width: min(90%, 800px);
    left: 0;
    right: 0;
    bottom: -100%;
    margin: 0 auto;
    z-index: 999;
    background: #fff;
    box-shadow: 0 0 4px #ccc;
    border-radius: 12px 12px 0 0;
    padding: 1em;
    box-sizing: border-box;
    font-family: "LINE Seed JP", sans-serif;
}

.sticky .link {
    width: 100%;
}

.qr {
    width: 20%;
    font-size: 12px;
    text-align: center;
    padding-left: 1em;
    pointer-events: none;
}

.qr img {
    display: block;
    width: 60px;
    margin: 0 auto 0.5em;
    border: 1px solid #ccc;
}

.slide {
    animation: slide 0.75s forwards;
}

@keyframes slide {
    0% {
        bottom: -100%;
    }

    100% {
        bottom: 0;
    }
}

.sticky a {
    display: block;
    text-align: center;
    text-decoration: none;
    background: linear-gradient(45deg, #008f7a, #008571, #008f7a);
    color: #fff;
    font-weight: 900;
    padding: 1em 0;
    border-radius: 12px;
    font-size: 1.2em;
    letter-spacing: 0.05em;
    box-shadow: 0 0 0.25em #008f7a;
    transition: 0.25s;
}

.sticky a:hover {
    transform: translateY(-0.25em);
    opacity: 0.75;
}

.sticky small {
    /*    font-weight: bold;*/
    display: block;
    text-align: center;
    font-size: 14px;
    padding-top: 1em;
}


/* SP */

@media screen and (max-width:800px) {
    #header {
        min-height: auto;
    }

    #page_all {
        overflow-x: hidden;
    }

    section.about ul li{
        width: 49%;
        margin-bottom: 1em;
    }
    
    section.info li,
    section.use ul.block > li{
        width:100%;
        margin-bottom: 1em;
    }

    section.use ul.block li:last-of-type {
        margin-bottom: 0;
    }

    article section,
    div.notice {
        padding: 3em 2em;
    }

    section.info li small {
        padding-top: 0;
    }

    .sticky a {
        padding: 0.5em 0;
    }

    .sticky small {
        font-size: 12px;
    }

    .qr {
        display: none;
    }
}
