@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3)
    }

    50% {
        opacity: 1
    }
}

@-moz-keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3)
    }

    
    50% {
        opacity: 1
    }
}

@-webkit-keyframes zoomOut {
    from {
        opacity: 1
    }

    65% {
        opacity: 0;
        -webkit-transform: scale3d(0.6, 0.6, 0.6)
    }

    to {
        opacity: 0
    }
}

@-moz-keyframes zoomOut {
    from {
        opacity: 1
    }

    65% {
        opacity: 0;
        transform: scale3d(0.6, 0.6, 0.6)
    }

    to {
        opacity: 0
    }
}

@keyframes zoomOut {
    from {
        opacity: 1
    }

    65% {
        opacity: 0;
        transform: scale3d(0.6, 0.6, 0.6)
    }

    to {
        opacity: 0
    }
}

@-webkit-keyframes fadeIn {
    0% {
        display: none;
        opacity: 0
    }

    1% {
        display: block;
        opacity: 0
    }

    100% {
        display: block;
        opacity: 1
    }
}

@-moz-keyframes fadeIn {
    0% {
        display: none;
        opacity: 0
    }

    1% {
        display: block;
        opacity: 0
    }

    100% {
        display: block;
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        display: none;
        opacity: 0
    }

    1% {
        display: block;
        opacity: 0
    }

    100% {
        display: block;
        opacity: 1
    }
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@-moz-keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(40px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(40px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes right-to-center {
    0% {
        opacity: 0;
        transform: translateX(30px)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes left-to-center {
    0% {
        opacity: 0;
        transform: translateX(-30px)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes center-to-left {
    0% {
        opacity: 1;
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        transform: translateX(-30px)
    }
}

@keyframes center-to-right {
    0% {
        opacity: 1;
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        transform: translateX(30px)
    }
}

@keyframes bounce {
    0% {
        transform: scale(1)
    }

    30% {
        transform: scale(1.4)
    }

    60% {
        transform: scale(1.2)
    }

    100% {
        transform: scale(1.3)
    }
}

.billboard {
    width: 100%;
    height: auto
}

.billboard img {
    width: 100%;
    height: auto
}

.__wb {
    white-space: normal
}

.__wb>span {
    display: inline-block;
    white-space: nowrap
}

.__image {
    width: 100%;
    height: auto
}

.lazyload {
    opacity: 0;
    transition: opacity 1s
}

.lazyload.loaded {
    opacity: 1
}

.sp-only {
    display: block
}

.header {
    box-shadow: none
}

.section--index {
/*    background-color: #353b3a;*/
/*    background-color: #383c3b;*/
    background-color: #3a3d3c;
    text-align: center;
    color: #fff
}

.section--index img {
    width: auto;
    max-width: 100%;
    height: auto
}

.section--index.section--00 {
    position: relative;
    padding: 0
}

.section--index.section--00 .logo {
    position: absolute;
    top: 17%;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 0 1.5625rem;
    width: 93%
}

.section--index.section--00 .date {
    position: absolute;
    bottom: 24%;
    padding: 0 1.5625rem;
    left: 0;
    right: 0;
    margin: 0 auto;
/*    width: 71%*/
    font-size: 8.6vw;
    text-align: center;
    font-weight: 700;
}

.section--index.section--00 .date span {
    display: block;
    font-size: 13.6vw;
    font-weight: 700;
    margin-bottom: 10vw;
}



.section--index.section--01 .txt {
/*    position: absolute;*/
/*    bottom: -4%;*/
/*    padding: 0 1.5625rem;*/
/*
    left: 0;
    right: 0;
*/
    margin: 0 auto 2rem;
    width: 100%;
    z-index: 10;
    font-size: 4vw;
    line-height: 1.6;
}

.section--index.section--01 .txt .txt__gap {
    display: block;
    height: 3vw;
}

.section--index.section--01 .txt .txt__gap2 {
    display: block;
    height: 6vw;
}



.section--index.section--01 .form {
/*    position: absolute;*/
/*    bottom: -503px;*/
/*    bottom: calc(-63vw - 10rem);*/
/*    bottom: calc(-57.8125vw - 13rem);*/
    padding: 0 1.5625rem;
/*    width: 91.466vw;*/
/*
    left: 0;
    right: 0;
*/
    margin: 0 auto;
    box-sizing: content-box;
/*    z-index: 10*/
}



.section--index.section--01 .form__content {
    padding: 2.5rem 1.5625rem 2.1875rem;
    background-color: #ededed;
    border-radius: .3125rem
}

.section--index.section--01 .form__content .icon__fan {
    display: inline-block;
/*    margin-bottom: 3vw;*/
    margin-bottom: 1.2rem;
    width: 36px;
    height: 36px;
    background-image: url('../_img/svg/FAN.svg');
    background-size: cover; 
}


.section--index.section--01 .form__description {
    font-size: 1rem;
    line-height: 1.75;
    color: #333;
    margin-bottom: 2.1875rem
}

.section--index.section--01 .form__line {
    margin: 0 auto
}

.section--index.section--01 .form__email,.section--index.section--01 .form__btn {
    margin-left: auto;
    margin-right: auto;
    height: 29px
}

.section--index.section--01 .form__email {
    display: block;
    width: 16.875rem;
    margin-bottom: 1.5625rem;
    border-bottom: solid 1px #333;
    background-color: rgba(0,0,0,0);
    font-size: .75rem;
    line-height: 1.25
}

.section--index.section--01 .form__email::placeholder {
    color: #a5a5a5
}

.section--index.section--01 .form__email:-ms-input-placeholder {
    color: #a5a5a5
}

.section--index.section--01 .form__email::-ms-input-placeholder {
    color: #a5a5a5
}

.section--index.section--01 .form__btn {
    margin-bottom: 1.25rem;
    cursor: pointer;
    display: block;
    border-radius: .1875rem;
    width: 80px;
    border: solid 1px #000;
    background-color: #000;
    color: #fff;
    font-size: .8125rem
}

.section--index.section--01 .form__btn:hover {
    background-color: rgba(0,0,0,.5)
}

.section--index.section--01 .form__note {
    font-size: .75rem;
    line-height: 1.8333333333;
    text-align: center;
    color: #666
}

.section--index.section--01 .form__note a {
    color: inherit
}

.section--index.section--01 .form__note.__wb>span {
    display: inline;
    white-space: normal
}

.section--index.section--01 .message_btn {
    display: inline-flex;
    gap: 1rem;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 1rem 2rem;
    background-color: #000;
    border-radius: 5px;
    text-decoration: none;
    color: #fff;
    transition: background-color .3s;
    border: solid 1px #333;
    
    font-size: 1rem;
    font-weight: bold;
    margin: 0 auto;
}

.section--index.section--01 .message_btn:hover {
    background-color: rgba(0,0,0,.5)
}

.section--index.section--01 .message_btn .icon__message {
    width: 30px;
    height: 20px;
    background-image: url('../_img/svg/message.svg');
    background-size: cover; 
}



.section--index.section--01 {
    margin-top: -36%;
    position: relative;
/*    min-height: calc(73vw + 20rem);*/
/*    padding-top: calc(50vw - 4rem);*/
}

.section--index.section--01 .viewport {
    position: absolute;
    width: 100%;
    bottom: 90px
}

.section--index.section--01 .sns {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.6875rem
}

.section--index.section--01 .sns__x,.section--index.section--01 .sns__facebook,.section--index.section--01 .sns__instagram {
    transition: transform .2s ease-in-out
}

.section--index.section--01 .sns__x:hover,.section--index.section--01 .sns__facebook:hover,.section--index.section--01 .sns__instagram:hover {
    transform: scale(1.2)
}

.section--index.section--01 .sns__x img,.section--index.section--01 .sns__facebook img,.section--index.section--01 .sns__instagram img {
    height: 1.5625rem;
    width: auto
}

.section--index.section--01 .footnote {
/*    position: absolute;*/
/*
    left: 0;
    right: 0;
    bottom: 6vw;
*/
    padding-block: 2rem;
    font-size: min(12px, 3vw);
    text-align: center;
    line-height: 1.6;
}

.section--index.section--02 {
    padding: 3rem 2rem 3rem 2rem;
    background: #fff;
}

.section--index.section--02 .viewport {
    position: relative;
    max-width: 980px;
    height: 100%;
    margin: 0 auto;
}

.section--index.section--02 .logo {
    display: inline-block;
/*    max-width: 664px;*/
/*    width: 100%;*/
    width: 72%;
    margin: 0 auto 8vw;
}

.section--index.section--02 .product--list {
    display: flex;
/*    gap: 1rem;*/
}

.section--index.section--02 .product--list .product--item {
    text-align: center;
}

.section--index.section--02 .product--list .product--item .img_area {
    aspect-ratio: 2 / 2.5;
}

.section--index.section--02 .product--list .product--item .img_area img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.section--index.section--02 .product--list .product--item p {
    color: #333;
    font-size: 1rem;
    font-weight: 500;
    margin-block: 0;
}


/*# sourceMappingURL=mobile.css.map */
