@-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: none
}

.section--index {
    background-color: #353b3a;
    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: 16%;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 0 2rem;
    width: 56.5vw
}

.section--index.section--00 .date {
    position: absolute;
    bottom: 28%;
    padding: 0 2rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 29vw;
    min-width: 22.5rem;
    box-sizing: content-box;
    font-size: 4vw;
    text-align: center;
    font-weight: 700;
}

.section--index.section--00 .date span{
    display: block;
/*    font-size: 5.6vw;*/
    font-size: 6.4vw;
    font-weight: 700;
    margin-bottom: 5vw;
}

@media screen and (max-width: 950px) {
    .section--index.section--00 .date {
        min-width:unset
    }
    
    .section--index.section--00 .date span{
        margin-bottom: 4vw;
    }
}

.section--index.section--00 .txt {
    position: absolute;
    bottom: 6%;
/*    padding: 0 2rem;*/
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 57.5vw;
    min-width: 47.5rem;
    box-sizing: content-box;
    font-size: max(1.1rem, 1.6vw);
    line-height: 1.5;
}

.section--index.section--00 .txt .txt__gap {
    display: block;
    height: 1vw;
}

@media screen and (max-width: 950px) {
    .section--index.section--00 .txt {
        bottom: 3%;
        width: 87.5vw;
        min-width: unset
    }
}

.section--index.section--00 .form {
    position: absolute;
/*    bottom: clamp(-18.75rem,-26.023rem + 9.09vw,-15rem);*/
    bottom: clamp(-28.75rem,-40.023rem + 9.09vw,-15rem);
    padding: 0 2rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    box-sizing: content-box;
/*    max-width: 52.125rem;*/
    z-index: 9999;
    width: 36.666vw;
    min-width: 404px;
}

@media screen and (max-width: 950px) {
    .section--index.section--00 .form {
        bottom:-450px
    }
}

.section--index.section--00 .form__content {
/*    padding: 5.125rem 2rem 5.625rem;*/
    padding: 4.125rem 1rem 4.625rem;
    background-color: #ededed;
    border-radius: .625rem
}

.section--index.section--00 .form__content .icon__fan {
    display: inline-block;
    margin-bottom: 1vw;
    width: 48px;
    height: 48px;
    background-image: url('../_img/svg/FAN.svg');
    background-size: cover; 
}

.section--index.section--00 .form__description {
    text-align: center;
/*    font-size: clamp(1.188rem,1rem + .47vw,1.375rem);*/
    font-size: max(1rem, 1.2vw);
    line-height: 1.5454545455;
    letter-spacing: .02em;
    color: #333
}

.section--index.section--00 .form__line {
    margin: 4.0625rem auto 1.5rem;
    display: flex;
    justify-content: center
}

.section--index.section--00 .form__email,.section--index.section--00 .form__btn {
    height: 1.875rem;
    font-family: "Open Sans","YuGothic_Family","YuGothic","Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
    font-size: 1rem;
    line-height: 1.875
}

.section--index.section--00 .form__email {
    margin-right: 18px;
    flex: 0 0 313px;
    max-width: 313px;
    border-bottom: solid 1px #333;
    background-color: rgba(0,0,0,0)
}

.section--index.section--00 .form__email::placeholder {
    color: #a5a5a5
}

.section--index.section--00 .form__email:-ms-input-placeholder {
    color: #a5a5a5
}

.section--index.section--00 .form__email::-ms-input-placeholder {
    color: #a5a5a5
}

.section--index.section--00 .form__btn {
    cursor: pointer;
    border-radius: 3px;
    flex: 0 0 78px;
    max-width: 78px;
    border: solid 1px #333;
    background-color: #000;
    color: #fff;
    transition: background-color .3s
}

.section--index.section--00 .form__btn:hover {
    background-color: rgba(0,0,0,.5)
}

.section--index.section--00 .form__note {
    color: #666;
    font-size: .6875rem;
    line-height: 1.8181818182
}

.section--index.section--00 .form__note a {
    color: inherit
}

.section--index.section--00 .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: 1.2rem;
    font-weight: bold;
    margin: 2vw auto 0;
}

.section--index.section--00 .message_btn:hover {
    background-color: rgba(0,0,0,.5)
}

.section--index.section--00 .message_btn .icon__message {
    width: 37px;
    height: 24px;
    background-image: url('../_img/svg/message.svg');
    background-size: cover; 
}



.section--index.section--01 {
    padding: 29.6875rem 2rem 13.4375rem;
    margin-top: -1%;
    position: relative;
}

@media screen and (max-width: 950px) {
    .section--index.section--01 {
/*        padding:36.25rem 2rem 10.5rem*/
        padding:28.25rem 2rem 10.5rem
    }
}

.section--index.section--01 .sns {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2.375rem;
    position: absolute;
    right: 0;
    left: 0;
    bottom: clamp(.188rem,-6.479rem + 8.33vw,3.625rem);
}

.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 .footnote {
    position: absolute;
    right: 3vw;
    bottom: 3vw;
    font-size: max(0.8vw, 12px);
    text-align: right;
}


.section--index.section--02 {
    padding: 6rem 2rem 6rem 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: 60%;
    margin: 4rem auto;
}

.section--index.section--02 .product--list {
    display: flex;
    gap: 2rem;
}

.section--index.section--02 .product--list .product--item {
    text-align: center;
}

.section--index.section--02 .product--list .product--item p {
    color: #333;
    font-size: 2rem;
    font-weight: 500;
    margin-block: 2rem;
}



/*# sourceMappingURL=desktop.css.map */
