@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');

/** Selements initialization **/
* {
    margin: 0;
    padding: 0;
    border: none;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.7;
    font-family: "Noto Serif JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
    text-decoration: none;
    color: #353535;
}

div,
main,
section,
footer {
    display: block;
}

p {
    text-align: justify;
}

a {
    color: #353535;
}

h1 {
    font-size: 2.6rem;
}

h2 {
    font-size: 2rem;
}

h3 {
    font-size: 1.4rem;
}

h4 {
    font-size: 1.2rem;
}

br.sp {
    display: none;
}

@media (max-width: 768px) {
    h3 {
        font-size: 1.8rem;
    }

    br.sp {
        display: block;
    }

    br.pc {
        display: none;
    }
}

body{
    overflow: hidden;
}

.scroll-active {
    overflow: auto;
}

/** Base Layout CSS **/
#contents {
    width: 100%;
}

#container {
    width: 100%;
    height: auto;
}

section {
    /* height: 100vh; */
    align-content: center;
}

footer {
    background-color: #402071;
    padding: .3rem;
}

#footlogo {
    text-align: center;
    color: aliceblue;
}

#headline {
    text-align: center;
    align-content: center;
}

#headline,
#sec01,
#sec02,
#sec03,
#bottom {
    display: block;
}

#headline {
    height: 100svh;
}

#sec01,
#sec02,
#sec03 {
    align-items: start;
    padding-bottom: 280px;
}

#sec01 {
    padding-top: 280px;
}

#sec04 {
    height: 22vw;
}

#bottom {
    /* height: 90vh; */
    padding-block: 280px;
}

.inner {
    display: flex;
    /* height: 100%; */
    margin: 0 17vw;
    align-items: center;
    vertical-align: middle;
    /* max-width: 1200px; */
}

.left-cnt,
.right-cnt {
    display: inline-table;
    width: 48%;
    padding: 1.6rem;
    align-content: center;
    vertical-align: middle;
}

.left-cnt {
    order: 1;
}

.right-cnt {
    order: 2;
}

#bottom .inner {
    height: auto;
    position: static;
    vertical-align: 0vh;
    top: 10px;
}


/** Back Ground **/
#contents {
    background-color: #FFF;
}

#container {
    background: linear-gradient(0deg, #d5bde5, #cee3ef, #d9e8f1, #fff, #fff);
}

#sec01 {
    background: url("../img/bgimg03.png") no-repeat center center / 100%;
}

#sec02 {}

#sec03 {
}

#sec04 {
    background: url("../img/bgimg01.png") no-repeat center bottom / contain;
}

#contents {
    background: url("../img/bg-bottom.png") no-repeat center bottom / contain;
    background-color: #fefefe;
}


/** Base Appearance CSS **/

#headline h1 {
    width: 80%;
    height: auto;
    margin: auto;
}

#headline h1.shiny-image span {
    display: none;
}

#headline h1 img {
    width: 100%;
    height: auto;
}

#sec01 .inner {
    height: unset;
}

#sec01 .inner h2 {
    width: 100%;
    text-align: center;
    font-size: 1.6rem;
}

#sec01 .inner h2 span.underline {
    display: inline-block;
    margin-top: 1.7rem;
    padding-bottom: .4rem;
    border-bottom: 1.7px solid #696969;
    font-size: 2rem
}

#sec02 h3 {
    margin-bottom: 1.4rem;
}

#sec02 .right-cnt img,
#sec02 .left-cnt img {
    width: 90%;
    height: auto;
    /* opacity: 0.7; */
}

#sec02 .right-cnt p,
#sec02 .left-cnt p {
    align-items: center;
    line-height: 2.5rem;
}

#sec03 .left-cnt img {
    width: 90%;
    height: auto;

}

#sec03 .allow {
    margin: 2rem auto;
    text-align: center;
    font-size: 2.6rem;
    font-stretch: condensed;
    color: #9a9a9a
}


#bottom .address,
#bottom p {
    font-size: 0.9em;
}

#bottom .address {
    margin: 2rem 0;
    padding: 1.8rem 0;
    border-bottom: 1px solid #666;
    border-top: 1px solid #666;
    line-height: 2rem;
}

.date {
    text-align: center;
    padding: 0px 0px 3px 6px;
    border-bottom: 1px solid #666;
}

.date1,
.date02 {
    margin: 0 .2rem 0;
}

.date02 {
    font-size: 1.6rem;
}

#bottom .gmap {
    width: 100%;
    height: 65vh;
    max-height: 380px;
}

.footer-logo {
    text-align: center;

    &>a>img {
        height: 60px;
        margin-bottom: 40px;
    }

    &>a:hover {
        opacity: 0.7;
    }

}

#footlogo {
    /* font-family: sans-serif; */
    font-size: .8rem;
}




/** Animation CSS **/

/* ヘッドラインアニメ */
#headline {
    position: relative;
    animation-name: bg-gradation;
    animation-duration: 6s;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    overflow: hidden;
}

@keyframes bg-gradation {
    0% {
        background: #56328b;
        opacity: 0.2;
    }

    65% {
        background: #56328b;
        opacity: 1;
    }

    70% {
        background: #fff;
    }
}

.animation-circle {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    animation-name: circle-animation;
    animation-duration: 6s;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-fill-mode: forwards;
}

.animation-circle._01 {
    background-image: radial-gradient(farthest-corner at 100% 100%, #56328b 0%, rgba(255,255,255,0) 50%);
}

.animation-circle._02 {
    background-image: radial-gradient(farthest-corner at 0 0, #56328b 0%, rgba(255,255,255,0) 50%);
}


@keyframes circle-animation {
    0% {
        transform: scale(1);
        opacity: 0;
    }
    65% {
        opacity: 0.2;
    }
    66% {
        transform: scale(1);
        opacity: 1;
    }
    69% {
        transform: scale(10);
        opacity: 1;
    }
    80% {
        opacity: 0.2;
    }
    100% {
        transform: scale(10);
        opacity: 0;
    }
}

/* ロゴキラキラアニメ */
.shiny-image {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.shiny-image img {
    display: block;
    animation: fadeIn 5.1s ease-in-out 0s 1 normal;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    80% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.shiny-image::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    /* background: linear-gradient(120deg, transparent, rgba(255,255,255,0.6), transparent);*/
    background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.7), transparent);
    transform: skewX(-25deg);
    animation: shine-img 1.3s 1;
    animation-delay: 5.7s;
}

@keyframes shine-img {
    0% {
        left: -100%;
        opacity: 0;
    }

    13% {
        opacity: 1;
    }

    100% {
        left: 150%;
    }
}


/* スクロールダウンアニメ */
.scroll {
    font-size: .9rem;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    /*top: 10%;
    /*writing-mode: vertical-rl;*/
    bottom: 3.4rem;
    animation: scroll-fade 7s;
}

@keyframes scroll-fade {
    0% {
        opacity: 0;
    }

    90% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* 線のアニメーション部分 */
.scroll::before {
    margin: auto;
    position: absolute;
    background-color: #464646;
    content: "";
    height: 2.6rem;
    left: 0;
    right: 0;
    bottom: -2.5rem;
    width: 1px;
    animation: scroll 2s infinite;
}

/* 線のアニメーション */
@keyframes scroll {
    0% {
        transform: scale(1, 0);
        transform-origin: 0 0;
    }

    50% {
        transform: scale(1, 1);
        transform-origin: 0 0;
    }

    51% {
        transform: scale(1, 1);
        transform-origin: 0 100%;
    }

    100% {
        transform: scale(1, 0);
        transform-origin: 0 100%;
    }
}

@media (max-width: 1190px) {
    .inner {
        /* width: 94vw; */
        padding: 1rem;
        margin: 0;
    }
}

@media (max-width: 768px) {

    #sec01,
    #sec02,
    #sec03 {
        padding-bottom: 140px;
    }

    #sec01 {
        padding-top: 140px;
    }

    #sec01 {
        background-size: cover;
    }
    
    #sec02,
    #sec03,
    #bottom {
        height: auto;
    }

    #bottom {
        padding-block: 140px;
    }

    .inner {
        height: auto;
        display: grid;
    }

    .left-cnt,
    .right-cnt {
        width: auto;
        order: none;
        padding-inline: 0;
    }

    #sec02 {
        & .right-cnt {
            order: 1;
        }

        & .left-cnt {
            order: 2;
        }
    }
}

.fadein {
    opacity: 0;
    transform: translate(0, 0);
    transition: all 1.5s;

    &.fadein-left {
        transform: translate(-30px, 0);
    }

    &.fadein-right {
        transform: translate(30px, 0);
    }

    &.fadein-up {
        transform: translate(0, -30px);
    }

    &.fadein-bottom {
        transform: translate(0, 80px);
    }

    &.scrollin {
        opacity: 1 !important;
        transform: translate(0, 0) !important;
    }
}