@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700&family=Oswald:wght@300;400;500;600&family=Zen+Maru+Gothic:wght@300;400;500&display=swap');

* {
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box; 
}

html {
    font-size: 62.5%;
    height: 100%; 
}

body {
    font-size: 1.6rem;
    font-family: -apple-system, BlinkMacSystemFont, "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
    /* font-family: 'Noto Sans JP','Zen Maru Gothic',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO", "verdana", sans-serif; */
    color: #000;
    height: 100%; 
    overflow-x: hidden;
}

a {
    cursor: pointer !important;
    /* text-decoration: underline; */
}

.s a {
    text-decoration: none;
}
a:hover {
    opacity: 0.8;
}
.s img {
    width: 100%;
}


/*================================================
　TEASER
================================================ */
.teasesr {
    margin: 0 auto;
    text-align: center;
}
.teasesr .teasesr-mv {
    max-width: 1514px;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    object-fit: contain;
}
.teasesr .teasesr-mv img {
    width: auto;
    height: 100%;
}
.teasesr .teasesr-wrap {
    position: relative;
    z-index: 1;
    text-align: center;
    font-weight: bold;
    background-color: #fff;
}

.teasesr-wrap h2 {
    font-size: 6.7rem;
    font-weight: bold;
    padding-top: 40px;
    /* z-index: 1; */
}
.teasesr-wrap .teaser-text {
    font-size: 3rem;
    line-height: 5rem;
}
.teasesr-wrap .teaser-notes {
    font-size: 5.5rem;
    padding-top: 40px;
}
.teasesr-wrap .teasesr-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 120px;
    max-width: 540px;
    justify-content: space-between;
}
.teasesr-wrap .teasesr-icon img {
    width: 78%;
}
.s .footer-logo {
    width: auto;
    padding-bottom: 40px;
}
.s .teasesr .teasesr-mv {
    height: auto;
    margin: 0 auto;
}
.s .teasesr .teasesr-mv img {
    max-width: 100%;
    width: 100%;
    height: 100%;
}
.s .teasesr-wrap h2 {
    font-size: 3.2rem;
    padding-top: 12px;
}
.s .teasesr-wrap .teaser-notes {
    padding-top: 10px;
    font-size: 2.8rem;
}
.s .teasesr-wrap .teaser-text {
    font-size: 1.4rem;
    line-height: 2.4rem;
}
.s .teasesr-wrap .teasesr-icon {
    justify-content: center;
    padding: 10px 20px;
    max-width: 300px;
}
.s .teasesr .teasesr-wrap .teasesr-icon img {
    width: 50%;
}
.s .teasesr .footer-logo {
    width: 140px;
    margin: 0 auto;
    padding-bottom: 20px;
}
.s .teasesr .footer-copyright {
    font-size: 1.2rem;
}
.s .teasesr .teasesr-wrap .teasesr-icon {
    padding-bottom: 60px;
}


/*================================================
 汎用
================================================ */
.s .main {
    padding-top: 46px;
}
.underline {
    text-decoration: underline;
}
.logo {
    width: 134px;
}
.followIcon {
    position: fixed;
    display: flex;
    right: 30px;
    bottom: 30px;
    border-radius: 47px;
    width: 94px;
    height: 94px;
    background-color: #000000;
    z-index: 3;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease-in-out;
}
.s .followIcon {
    width: 72px;
    height: 72px;
    right: 10px;
    bottom: 10px;
}
.followIcon._black {
    background-color: #000;
}
.followIcon._white {
    background-color: #fff;
}
.followIcon:hover {
    opacity: 1;
    background-color: #e00049;
}
.followIcon img{
    width: 56px;
    height: auto;
}
.s .followIcon img {
    width: 41px;
}
.btn {
    line-height: 85px;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    align-items: center;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.btn._fade { 
    transition: 0.5s;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
.btn._fade:hover {
    opacity: 0.7;
    -moz-opacity: 0.7;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
.btn._store {
    background-color: #000;
    color: #fff;
    font-size: 3.8rem;
    letter-spacing: 0.6rem;
    font-weight: 600;
    position: relative;
    transition: 0.3s;
    z-index: 1;
}
.btn._store span {
    font-size: 2rem;
    font-weight: 300;
    letter-spacing: 0.2rem;
    padding-left: 30px;
}
.btn._store::before,
.btn.purchase::before {
    content:"";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: #e00049;
    transform-origin: right top;
    transform: scale(0, 1);
    transition: transform .3s;
}
.btn._store:hover::before,
.btn.purchase:hover::before {
    transform-origin: left top;
    transform: scale(1, 1);
}

.btn._faq {
    background-color: #e7e7e7;
    color: #000;
    font-size: 3.2rem;
    letter-spacing: 0.3rem;
    position: relative;
    z-index: 1;
}
.btn._faq::before {
    content:"";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: #e00049;
    transform-origin: right top;
    transform: scale(0, 1);
    transition: transform .3s;
}
.btn._faq::after {
    content:"";
    position: relative;
    display: inline-block;
    margin-left: 10px;
    width: 20px;
    height: 20px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.btn._faq:hover {
    color:#fff;
}
.btn._faq:hover::before {
    transform-origin: left top;
    transform: scale(1, 1);
}
.btn._faq:hover::after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}

.btn._confirm {
    background-color: #000;
    color: #fff;
    height: 50px;
    width: 235px;
}

.btn._store .cartIcon {
    width: 60px;
    margin-right: 20px;
}

.btn .arrow {
    width: 16px;
    margin-left: 10px;
}

.s .btn {
    line-height: 55px;
    font-size: 1.6rem;
    letter-spacing: 0.2rem;
}
.s .btn._faq::after {
    width: 14px;
    height: 14px;
}

.s .btn._store span {
    font-size: 1.1rem;
    font-weight: 300;
    letter-spacing: 0.1rem;
    line-height: 22px;
    padding-left: 6px;
}

.s .btn._store .cartIcon {
    width: 20px;
    margin-right: 6px;
}
.s .btn .arrow {
    width: 11px;
    margin-left: 6px;
}
.s .btn._confirm {
    height: 30px;
    width: 180px;
}
.btn-break {
    display: none;
}

@media screen and (max-width: 374px) {
    .btn-break {
        display: block;
    }
}

.wrap {
    max-width: 1120px;
    padding: 0 20px;
    margin: 0 auto;
}

.s .wrap {
    width: 100%;
    margin: 0 auto;
    padding: 0 25px;
}
.s .s-wrap {
    padding: 0 27px;
}
.s .wrap._silver {
    padding: 0;
}
.bnr a {
    cursor: pointer;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.bnr a:hover {
    opacity: 0.7;
    -moz-opacity: 0.7;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.bnr._lineUp {
    display: flex;
    justify-content: space-between;
    /* flex-wrap: wrap; */
}
/* .bnr-inner {
    max-width: 521px;
} */
.m .bnr-inner img {
    width: 46.517857142vw;
}

.box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 30px;
}
.box-title {
    font-size: 3.6rem;
    letter-spacing: 0.36rem;
    line-height: 55px;
}
.box-title + .box-description {
    padding-top: 58px;
}
.box-description {
    font-size: 1.6rem;
    text-align: left;
}
.box-content {
    width: 50%;
}
.box._end {
    align-items: flex-end;
}
.box-img {
    text-align: left;
}
.m .box-img {
    width: 50%;
}
.m .box-title {
    font-size: 3.2vw;
    letter-spacing: 0.28rem;
    line-height: 4.8vw;
}
.m .box._end {
    align-items: flex-start;
}
.m .box-title + .box-description {
    padding-top: 5vw;
}
.s .box {
    display: block;
    padding-top: 20px;
}
.s .box-title {
    font-size: 2rem;
    letter-spacing: 0.4rem;
    line-height: 30px;
    text-align: center;
    padding-bottom: 20px;
}
.s .box-title + .box-description {
    padding-top: 0;
}
.s .box-description {
    font-size: 1.6rem;
}
.s .box-content {
    width: 100%;
}
.s .box-img {
    width: 100%;
    text-align: left;
}

/*================================================
　HEADER
================================================ */
.header {
    height: 64px;
    position: fixed;
    right: 0;
    z-index: 4;
    width: 100%;
}
.header-content-wrapper {
    margin: 0 auto;
    position: relative;
}
.header nav {
    text-align: right;
}
.header h1 {
    position: absolute;
    left: 28px;
    top: 0;
    line-height: 64px;
}
.header h1 a {
    cursor: pointer;
}
.header .nav-list {
    display: flex;
    justify-content: flex-end;
    align-items: baseline;
    transition: 0.6s;
    height: 64px;
}
.header._black .nav-list._black li a {
    color: #fff;
    transition: 0.6s;
}
.header .nav-list._black {
    background-color: rgba(0, 0, 0, 0.8); 
    transition: 0.6s;
}
.header._black nav li a {
    color: #000;
}
.header .nav-list img {
    max-height: 20px;
}
.header nav li {
    margin-top: 21px;
}
.header nav li:last-child a {
    padding-left: 0;
    padding-right: 20px;
}
.s .header._black nav li a {
    color: #fff;
}
.s .header .nav-list img {
    height: auto;
    width: 60px;
}
.s .header nav li:last-child a {
    padding-left: 10px;
    padding-right: 10px;
}
.header nav li a {
    display: block;
    padding: 0 10px;
    color: #fff;
    font-size: 1.4rem;
    position: relative;
    line-height: 20px;
}
.header nav li a:hover {
    cursor: pointer;
}
.nav-text._contact {
    border: solid 1px #fff;
    margin: 0 10px;
}
.header .nav-text._contact a {
    font-size: 1.2rem;
    line-height: 1.4rem;
}
.header._black .nav-text._contact {
    border: solid 1px #000;
}
.header._black .nav-list._black .nav-text._contact {
    border: solid 1px #fff;
}
.header nav .nav-text a:hover::after {
    transform: scale(1, 1);
}
.open-button, .close-button {
    display: none;
}
.s .header {
    height: 46px;
    background-color: #fff;
}
.s .header .logo-sp {
    width: 74px;
    line-height: 46px;
    left: 10px;
}
.s .header .nav-text._contact a {
    font-size: 1.4rem;
}
.s .open-button {
    display: block;
    position: absolute;
    width: 40px;
    height: 38px;
    border: none;
    right: 10px;
    top: 7px;
    cursor: pointer;
    border-radius: 20px;
    z-index: 4;
}
.s .header nav .nav-text a:hover::after {
    transform: none;
}
.s .header nav .nav-text a::after {
    display: none;
}
.s .bar {
    width: 25px;
    height: 2px;
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background-color: #000;
}
.s .bar_top {
    top: 10px;
}
.s .bar_mid {
    top: 50%;
    transform: translate(-50%, -50%);
}
.s .bar_bottom {
    bottom: 10px;
}
.s .open-button.close .bar_top {
    transform: translate(-50%, 8px) rotate(45deg);
    transition: transform .3s;
    background-color: #fff;
}
.s .open-button.close .bar_mid {
    opacity: 0;
    transition: opacity .3s;
    background-color: #fff;
}
.s .open-button.close .bar_bottom {
    transform: translate(-50%, -8px) rotate(-45deg);
    transition: transform .3s;
    background-color: #fff;
}
.s .nav-wrapper { 
    transform: translateX(100%);
    opacity: 0;
    transition: .3s;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    transition: opacity .4s ease, visibility .4s ease;
}
.s .nav-wrapper._active {
    transform: translateX(0);
    opacity: 1;
    z-index: 2;
    visibility: visible;
}
.s .header-nav {
    background-image: url(../img/nav-bg.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    z-index: 2;
    position: relative;
}
.s .nav-inner {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 16vw;
}
.s .header-nav h1 {
    position: absolute;
    left: 10px;
    width: 78px;
    line-height: 46px;
}
.s .header .nav-list {
    display: flex;
    flex-direction: column;
    height: auto;
    justify-content: center;
    margin: 0 auto;
    text-align: center;
}
.s .nav-list li {
    margin-right: 0;
    padding-bottom: 12px;
    padding-top: 12px;
    display: inline-block;
    margin: 0 auto;
}
.s .head-nav {
    color: #000;
}
.s .nav-item {
    text-align: center;
}

.s .nav-img {
    height: 28px;
    width: auto;
}
.s .header-copyright {
    color: #fff;
    position: absolute;
    bottom: 15px;
    font-size: 1.2rem;
    text-align: center;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.s .nav-text._contact {
    padding: 20px;
    border: none;
}
.s .nav-list .nav-borderTop {
    content: "";
    border-top: solid 1px #fff;
    width: 28px;
}
.s .nav-list .nav-borderBottom {
    content: "";
    border-bottom: solid 1px #fff;
    width: 28px;
}
.s .nav-text._store a {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.s .nav-text._store a img {
    width: 32px;
    max-height: none;
    padding-bottom: 5px;
}
.s .header-sns {
    display: block;
    position: relative;
}
.s .header-sns ul {
    display: flex;
    justify-content: center;
    padding-top: 5vw;
    padding-bottom: 12px;
}
.s .header-sns ul li {
    margin: 0 16px;
}
.s body.noscroll {
    overflow: hidden;
}
.bubble-container {
    width: 100%;
    overflow: hidden;
}

/*================================================
　MV
================================================ */
.mv {
    overflow-x: hidden;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    background-color: #000;
    position: relative;
    position: fixed;
}


/* topのmvのグラスと文字と床 */
.top .mv-content {
    width: 100%;
    background-image: url(../img/mv-content01.png);
    /* background-size: 4000px; */
    background-repeat: no-repeat;
    background-position: center top;
    height: 695px;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: fixed;
}

.main-container {
    background-color: #fff;
    margin-top: 695px;
    position: relative;
    padding-bottom: 60px;
    z-index: 1;
}


/* グラスの泡 */
.mv-cover {
    width: 850px;
    height: 695px;
    margin: 0 auto;
    top: 0;
    left: 0;
    right: 0;
}
.grass{
    right: 0;
    top: 380px;
    width: 150px;
    height: 140px;
}
.grass-cover {
    margin: 0 auto;
    width: 90px;
    height: 140px;
    overflow: hidden;
    border-radius: 0 0 55px 55px;
    border-collapse: separate;
    border-spacing: 0;
    z-index: 0;
}
.mission .mv._mission02 {
    background-image: url(../img/mission-mv02-bg.jpg);
    background-size: 108.158682635vw; 
    background-repeat: no-repeat;
    background-position: center bottom;
    height: 582px;
}
.mission .mv-content._mission02 {
    width: 100%;
    background-image: url(../img/mission-mv02-content.png);
    background-repeat: no-repeat;
    background-position: center top;
    height: 582px;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

@media screen and (min-width:768px) and ( max-width:1365px){
    /* mv背景 */
    .top .mv {
        background-image: url(../img/mv-bg01.jpg);
        background-size: 105.783308931vw;
        background-repeat: no-repeat;
        background-position: center bottom 6.881405563vw;
        height: 50.8784773vw;
        position: fixed;
    }

    /* topのmvのグラスと文字と床 */
    .top .mv-content {
        width: 100%;
        background-image: url(../img/mv-content01.png);
        background-size: 292.825768668vw;
        background-repeat: no-repeat;
        background-position: center top;
        height: 50.8784773vw;
        top: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        position: fixed;
    }
    .top .main-container {
        background-color: #fff;
        margin-top: 50.8784773vw;
        position: relative;
    }

    /* グラスの泡 */
    .mv-cover {
        width: 62vw;
        height: 50.8784773vw;
        margin: 0 auto;
        top: 0;
        left: 0;
        right: 0;
    }
    .grass {
        right: 0;
        top: 28vw;
        width: 10.375vw;
        height: 10.25vw;
    }
    .grass-cover {
        margin: 0 auto;
        width: 6.375vw;
        height: 10.25vw;
        overflow: hidden;
        border-radius: 0 0 55px 55px;
        border-collapse: separate;
	    border-spacing: 0;
        z-index: 0;
    }

    /* ミッション2番目のmv */
    .mission .mv._mission02 {
        background-image: url(../img/mission-mv02-bg.jpg);
        background-size: 108.158682635vw; 
        background-repeat: no-repeat;
        background-position: center bottom;
        height: 42.606149341vw;
    }
    .mission .mv-content._mission02 {
        width: 100%;
        background-image: url(../img/mission-mv02-content.png);
        background-repeat: no-repeat;
        background-position: center top;
        background-size: cover;
        height: 42.606149341vw;
        top: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
}

@media screen and (min-width:1366px) {
    .mission .mv._mission02 {
        height: 582px;
        background-image: url(../img/mission-mv02-bg.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }
}

@media screen and (min-width:1366px) and ( max-width:1445px) {  
    /* mv背景 */
    .top .mv {
        height: 695px;
        background-image: url(../img/mv-bg01.jpg);
        background-size: 1445px;
        background-repeat: no-repeat;
        background-position: center bottom 94px;
        position: fixed;
    }
    .top .main-container {
        background-color: #fff;
        margin-top: 695px;
        position: relative;
    }
}

@media screen and (min-width:1446px) {
    /* mv背景 */
    .top .mv {
        height: 695px;
        background-image: url(../img/mv-bg01.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center bottom 94px;
        position: fixed;
    }

    .top .main-container {
        background-color: #fff;
        margin-top: 695px;
        position: relative;
    }
}



@media screen and (min-width:768px) and ( max-width:1600px){
    .main-container {
        background-color: #fff;
        margin-top: 43.4375vw;
        position: relative;
    }
}


/* グラスの泡 */
.s .mv-cover {
    width: 50vw;
    height: 18.8vw;
    margin: 0 auto;
    top: 0;
    left: 0;
    right: 0;
}
.s .grass {
    right: 0;
    top: 98.6vw;
    width: 20vw;
    height: 18.8vw;
}
.s .grass-cover {
    margin: 0 auto;
    width: 10vw;
    height: 18.8vw;
    overflow: hidden;
    border-radius: 0 0 55px 55px;
    border-collapse: separate;
    border-spacing: 0;
    z-index: 0;
}

.mv._value {
    background-color: #d0e0ff;
}
.s .mv {
    width: 100%;
    background-image: url(../img/mv_01-sp.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    height: 140.7666vw;
    position: fixed;
}
.s .top .main-container {
    background-color: #fff;
    margin-top: 140.7666vw;
    position: relative;
}
.s .main-container {
    background-color: #fff;
    margin-top: 85.3288vw;
    position: relative;
    padding-bottom: 20px;
}
.s .mv._value {
    background-image: url(../img/value-mv-sp.png);
    height: 85.33vw;
}
.s .mv._lineUp {
    background-image: url(../img/lineUp-mv-sp.png);
    height: 85.33vw;
}
.s .mv._mission {
    background-image: url(../img/mission-mv-sp.png);
    height: 85.33vw;
}
.s .mv._mission02 {
    background-image: url(../img/mission-mv02-sp.png);
    height: 85.33vw;
    position: relative;
}


/*================================================
　TOP
================================================ */
.movie-title {
    width: 50%;
    font-size: 5rem;
    line-height: 9rem;
    letter-spacing: 1rem;
    padding-left: 48px;
}
.movie-description {
    width: 50%;
}
.movie-box {
    display: flex;
    padding-top: 70px;
    padding-bottom: 70px;
    justify-content: center;
    align-items: center;
}
.movie-content {
    margin: 0 auto;
    width: 1080px;
    height: 607.5px;
    cursor: pointer;
}
.movie-text {
    text-align: center;
    position: absolute;
    z-index: 3;
    color: #fff;
    line-height: 6rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 43%;
    cursor: pointer;
    /* top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    line-height: 6rem; */
}
.movie-text img {
    width: 100px;
    cursor: pointer;
}
/* .movie-content iframe { */
.movie-content .player {
    width: 1080px;
    height: 607.5px;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
}
.movie-thumb {
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    z-index: 2;
}
.m video {
    width: 100%;
}
.s video {
    width: 100%;
}
.m .movie-content,
.m .movie-content .player {
    width: 94.6428571428571vw;
    height: 54.2410714285714vw;
}
.s .movie-text img {
    width: 15vw;
    padding-bottom: 2vw;
}
.s .movie-text {
    top: 30%;
    line-height: normal;
    font-size: 1.4rem;
}
.s .movie-content,
.s .movie-content .player {
    width: 100%;
    /* height: auto; */
    height: 51.13840830449827vw;
}
.s .movie {
    text-align: center;
}
.s .movie-title {
    width: 100%;
    font-size: 8vw;
    line-height: 12vw;
    letter-spacing: 1.8vw;
    margin: 0 auto;
    padding-left: 7vw;
    text-align: left;
    width: 90vw;
}
.s .movie-description {
    width: 100%;
    padding-top: 35px;
    text-align: left;
}
.s .movie-box {
    display: inline-block;
    padding-top: 40px;
    padding-bottom: 30px;
    text-align: center;
    margin: 0 auto;
}
.s .movie-content {
    margin: 0 auto;
    /* padding-top: 34px; */
}
.top .news-title,
.instagram-title {
    font-weight: bold;
    text-align: center;
    font-size: 4rem;
    letter-spacing: 0.6rem;
    margin-bottom: 30px;
    border-top: none;
    border-bottom: none;
}
.top .news {
    width: 50%;
}
.top .news-container .news-menu {
    display: flex;
    justify-content: flex-start;
    text-align: left;
    padding-bottom: 20px; 
    align-items: flex-start;
    width: 100%;
}
.top .news-container .news-menu a {
    cursor: pointer;
}
.top .news-container .news-card {
    max-width: 110px;
    margin-right: 40px;
}
.top .news-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.m .top .news-message {
    width: 30vw;
}
.m .top .news-container .news-card {
    margin-right: 20px;
    max-width: 10vw;
}
/* .m .top .news {
    padding-left: 0;
} */
/* .m .top .instagram {
    padding-right: 0;
} */

.top .instagram {
    flex: 1;
}

.instagram-content {
    content: "";
}
.top .news-more {
    color: #fff;
    background-color: #000;
    line-height: 25px;
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: 0.3rem;
    max-width: 150px;
    text-align: center;
    margin: 0 auto;
}
.btn.purchase {
    color: #fff;
    position: relative;
    background-color: #000;
    line-height: 40px;
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: 0.3rem;
    text-align: center;
    margin: 0 auto;
    bottom: 0;
    max-width: 295px;
    z-index: 1;
    transition: 0.3s;
}

.standard .btn.purchase {
    right: 60px;
    position: absolute;
}
.m .standard .btn.purchase {
    right: 3vw;
}

.s .standard .btn.purchase {
    left: 0;
    right: 0;
    max-width: none;
    font-size: 1.5rem;
    line-height: 55px;
    bottom: -24px;
    /* bottom: -12vw; */
    /* line-height: 12.2vw; */
    /* margin-top: 3vw; */
}
.top .news-more .arrow._white,
.purchase .arrow._white{
    width: 8px;
    margin-left: 4px;
}
.s .purchase .arrow._white {
    width: 6px;
}
.s .top .news-container .news-card {
    margin-right: 24px;
}
.s .top .news {
    width: 100%;
    font-size: 1.2rem;
}
.s .top .news-title {
    line-height: 48px;
    font-size: 3rem;
    margin-bottom: 16px;
    letter-spacing: 0.7rem;
}
.s .top .news-title,
.s .instagram-title {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    border-top: none;
    letter-spacing: 0.4rem;
    width: 100%;
    margin: auto 0;
}
.s .top .news-note {
    width: 74%;
}

/*================================================
　FOOTER
================================================ */
footer {
    height: 290px;
    color: #fff;
    background-color: #000;
    text-align: center;
    padding-top: 35px;
    font-size: 1.4rem;
    position: relative;
    z-index: 1;
    -webkit-transform: translate3d(0,0,0);
}
.footer-icon {
    display: flex;
    justify-content: center;
    padding: 48px 0;
}
.footer-icon img {
    height: 36px;
    margin: 0 68px;
}
.footer-nav {
    display: flex;
    justify-content: center;
}
.footer-nav  li {
    margin: 0 12px;
}
.footer-note {
    display: flex;
    justify-content: center;
    padding-bottom: 0;
    font-size: 1.3rem;
}
.s footer {
    height: 354px;
    font-size: 1.2rem;
    padding-top: 30px;
}
.s .footer-nav {
    display: block;
}
.s .footer-nav  li {
    line-height: 2.8rem;
}
.s .footer-icon {
    padding: 28px 0;
}
.s .footer-icon img {
    height: 22px;
    width: auto;
    margin: 0 20px;
}
.s footer .footer-copyright {
    font-size: 1.2rem;
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.s .stop-icon {
    width: 22px;
}
.s .footer-note {
    max-width: 90vw;
    margin: 0 auto;
    text-align: left;
    align-items: center;
    line-height: 1.4rem;
    font-size: 1rem;
}
@media screen and (max-width:364px) {
    .s footer {
        height: 360px;
        font-size: 1.1rem;
        padding-top: 30px;
    }
}

/*================================================
　LINE UP
================================================ */
.mv-box._lineUp {
    max-width: 1600px;
    margin: 0 auto;
    background-color: #000;
    position: relative;
}
.lineUp .mv._lineUp .mv-title {
    position: absolute;
    text-align: left;
    color: #fff;
    top: 100px;
    left: 140px;
    line-height: 36px;
}
.lineUp .mv._lineUp .mv-title h2 {
    text-align: left;
    font-weight: normal;
    line-height: 60px;
    padding: 0 0 20px;
}
.lineUp h2 {
    font-size: 4rem;
    font-weight: bold;
    text-align: center;
    letter-spacing: 1rem;
    margin: 0 auto;
    padding: 30px 0 20px;
}
.lineUp .bnr-name {
    font-size: 2.8rem;
    letter-spacing: 0.4rem;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 20px;
}
.m .lineUp .bnr-name {
    font-size: 2.4rem;
    letter-spacing: 0.4rem;
}

@media screen and (min-width:768px) and ( max-width:1600px){
    .lineUp .mv._lineUp .mv-title {
        top: 6.8vw;
        left: 10.248vw;
        line-height: 2.354vw;
        font-size: 1.1vw;
    }
    .lineUp .mv._lineUp .mv-title h2 {
        line-height: 3.3vw;
        padding: 0 0 1.4vw;
        font-size: 2.4vw;
    }
}

.s .lineUp h2 {
    font-size: 5vw;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.4rem;
    margin: 0 auto;
}
.s .lineUp .bnr-name,
.s .goods-name,
.s .lineUp-name {
    font-size: 3.8vw;
    letter-spacing: 0.1vw;
    font-weight: bold;
    line-height: 4vw;
}
.s .goods-name {
    padding-bottom: 7px;
}
.s .lineUp .mv._lineUp .mv-title {
    top: 9.333vw;
    left: 28px;
}
.s .lineUp .mv._lineUp .mv-title h2 {
    line-height: 7.6vw;
    padding: 0;
}
.s .lineUp .bnr-inner {
    width: 41vw;
}

/*================================================
　STANDARD
================================================ */
.standard {
    margin: 0 auto;
}
.standard h2,
.goods h2,
.company h2,
.contact h2,
.news h2,
.privacy h2 {
    font-size: 4rem;
    font-weight: bold;
    text-align: center;
    border-top: 1px solid #979797;
    border-bottom: 1px solid #979797;
    letter-spacing: 1rem;
    /* width: 90%; */
    max-width: 956px;
    margin: 0 auto;
}
.silver-bg {
    background-image: url(../img/standard-bg.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 60px;
}
.m .silver-bg {
    padding-left: 20px;
    padding-right: 20px;
}
.s .silver-bg {
    padding: 26px 28px 0;
}
.standard-inner {
    max-width: 880px;
    margin: 0 auto;
}
.standard-product {
    position: relative;
    padding-top: 30px;
}
.standard-wrap {
    display: flex;
    justify-content: space-around;
    align-items: top;
    align-items: flex-start;
}
.standard-drink {
    text-align: center;
    padding: 0 30px;
}
.standard-name {
    padding: 14px 0;
    line-height: 3rem;
    font-size: 2.2rem;
    letter-spacing: 0.3rem;
    margin-top: 20px;
}
.standard-drink img{
    max-height: 380px;
    width: auto;
}
.standard-detail {
    /* display: flex; */
    padding-top: 20px;
    padding-bottom: 20px;
}
/* .standard-left {
    padding-right: 30px;
    border-right: solid 1px #979797;
}
.standard-right {
    padding-left: 30px;
} */
.standard .lineUp-bottom {
    margin-top: 60px;
    z-index: 2;
    position: relative;
}
.m .standard-detail {
    font-size: 1.6vw;
}
/* .m .standard-left {
    padding-right: 10px;
}
.m .standard-right {
    padding-left: 20px;
} */
.m .standard-drink {
    width: 32%;
    padding: 0 20px;
}

.s .standard h2,
.s .goods h2,
.s .company h2,
.s .contact h2,
.s .news h2,
.s .news .news-bottom h2,
.S .lineUp-bottom h2,
.s .privacy h2  {
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    border-top: none;
    border-bottom: 1px solid #979797;
    border-top: 1px solid #979797;
    letter-spacing: 0.4rem;
    width: 100%;
    margin: auto 0;
}
.s .standard-name {
    padding: 4px 0;
    line-height: 5vw;
    font-size: 2rem;
    letter-spacing: 0.6vw;
    margin-top: 10px;
}
.s .standard-detail {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: none;
    font-size: 1.6vw;
    /* width: 70%; */
}
/* .s .standard-left {
    padding-right: 0;
    border-right: none;
    border-bottom: none;
}
.s .standard-right {
    padding-left: 0;
} */
/* .s .standard-product {
    text-align: center;
} */
.s .standard-wrap {
    display: block;
    /* flex-direction: column; */
    /* justify-content: center; */
    /* align-items: center; */
    /* display: inline-block; */
    /* text-align: left; */
}
.s .standard-introduction {
    text-align: left;
}
.s .standard-drink {
    padding: 0;
    /* width: 30%; */
}
.s .standard-drink img{
    margin: 0 auto;
}
.s .standard-price,
.s .standard-code {
    font-size: 1.6rem;
    line-height: 2.8rem;
}
.s .standard .lineUp-bottom {
    margin-top: 90px;
}

/*================================================
 GOODS
================================================ */
.goods-wrap,
.news-wrap,
.lineUp-wrap {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    justify-content: flex-start;
    margin-bottom: 64px;
}
.goods-box,
.news-box,
.lineUp-box {
    text-align: center;
    padding: 0 16px 20px;
}
.goods-inner{
    max-width: 336px;
}
.goods-wrap {
    max-width: 998px;
}
@media screen and ( max-width:1068px){
    .goods-wrap {
        /* justify-content: space-between; */
        max-width: 666px;
    }
}
.goods-name,
.lineUp-name {
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 0.2rem;
    padding-top: 5px;
}
.s .goods-lineUp {
    padding: 26px 7.466666666vw 0;
}
.s .goods-wrap,
.s .lineUp-wrap,
.s .news-wrap {
    justify-content: space-between;
}
.s .goods .silver-bg,
.s .news .wrap,
.s .standard .silver-bg,
.s .standard .s-wrap,
.s .lineUp .wrap {
    padding: 26px 7.466666666vw 0;
}
/* .s .goods .wrap {
    padding: 0 7.466666666vw;
} */


/*================================================
　NEWS
================================================ */
.news .wrap h2 {
    max-width: none;
}
.news .wrap h3 {
    font-size: 3rem;
}
.wrap .news-box,
.lineUp-box {
    padding-top: 40px;
}
.news .wrap ul li {
    display: flex;
    position: relative;
    /* width: 31%; */
}
.news-wrap {
    justify-content: flex-start;
    max-width: 1000px;
}
@media screen and ( max-width:1037px){
    .news-wrap {
        /* justify-content: space-between; */
        max-width: 666px;
    }
}
/* .news-content {
 margin: 0 auto;  
 text-align: center; 
 display: flex;
} */
.news .box-img {
    width: 50%;
}
.s .news .box-img {
    width: 100%;
}
.news .box-img img {
    width: 100%;
}

.news-inner,
.lineUp-inner {
    display: flex;
    flex-direction: column;
    max-width: 298px;
    text-align: left;
    position: relative;
}
.hashtag a {
    color: #00AFEC;
    cursor: pointer;
}
.news-img {
    text-align: center;
    padding-bottom: 10px;
    /* margin-top: auto; */
}
.news-img img {
    width: 100%;
    height: auto;
}
.news .news-bottom h2,
.lineUp-bottom h2 {
    font-size: 2.4rem;
    line-height: 6rem;
    letter-spacing: 0.6rem;
}

.s .news .wrap h3 {
    font-size: 2rem;
    line-height: 3.6rem;
}
/* .s .news-box {
    padding: 10px 1.6vw 2vw;
} */
.s .goods-box:nth-child(2n),
.s .lineUp-box:nth-child(2n),
.s .news-box:nth-child(2n) {
    padding: 10px 0 2vw 0.2vw;
}
.s .goods-box:nth-child(2n+1),
.s .lineUp-box:nth-child(2n+1),
.s .news-box:nth-child(2n+1){
    padding: 10px 0.8vw 2vw 0;
}
/* .s .news-inner {
    width: 38vw;
    font-size: 1.4rem;
} */
.s .goods-inner,
.s .lineUp-inner,
.s .news-inner {
    width: 41vw;
    font-size: 1.4rem;
}
.s .news-img {
    margin-top: 0;
    padding-bottom: 0;
}
.s .news .news-bottom h2,
.s .lineUp-bottom h2 {
    line-height: inherit;
}


/*=====================================
NEWSのスライダー
===================================*/
.slider {
    display: none;
    width:94%;
    margin:0 auto;
    position: relative;
    z-index: 0;
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
 }
.slider.slick-initialized {
     display: block;
 }
.slider img {
    width:100%;
    height:auto;
}
.slider .slick-slide {
    margin:0 10px;
}
.slick-prev, 
.slick-next {
    position: absolute;
    top: 38%;
    cursor: pointer;
    outline: none;
    border-top: 2px solid #666;
    border-right: 2px solid #666;
    height: 15px;
    width: 15px;
}
.s .slick-prev, 
.s .slick-next {
    top: 25%;
    border-top: 2px solid #666;
    border-right: 2px solid #666;
    height: 14px;
    width: 14px;
}
.slick-prev {
    left: -1.5%;
    transform: rotate(-135deg);
}
.slick-next {
    right: -1.5%;
    transform: rotate(45deg);
}
.slick-track {
    display: flex !important;
    align-items: stretch;
}
.slick-slide {
    height: auto !important;
}

.slick-initialized .slick-slider {
    display: flex;
}


.slick-slide .none {
    display: none;
} 

/* lineUp 4アイテム以上でスライド */
.lineUp-bottom .slick-prev, 
.lineUp-bottom .slick-next {
    top: 48%;
}
.s .lineUp-bottom .slick-prev, 
.s .lineUp-bottom .slick-next {
    top: 45%;
}
.s .lineUp-bottom .lineUp-inner {
    width: 34vw;
} 
/* .s .lineUp-bottom .lineUp-inner {
    width: 80VW;
} */
.s .news-bottom .news-box:nth-child(2n+1),
.s .lineUp-bottom .lineUp-box:nth-child(2n+1) {
    padding: 10px 0 2vw 0;
}



/*================================================
 value
================================================ */
.value .box-title._top {
    font-size: 4.8rem;
    letter-spacing: 1.6rem;
    line-height: 70px;
}


/*================================================
 mission
================================================ */
.mission .box-title._top,
.top .box-title._top {
    line-height: 86px;
    font-size: 5.6rem;
    letter-spacing: 1.6rem;
}
.link-icon {
    padding-bottom: 7px;
}
.mission-message {
    font-size: 3.6rem;
    text-align: center;
    letter-spacing: 0.6rem;
}
.box-img._mission {
    max-width: 340px;
}
.box-content._mission {
    width: 804px;
    padding-left: 50px;
}
.box-name {
    font-size: 3.4rem;
    border-bottom: solid 1px #969696;
}
.box-name span {
    font-size: 1.8rem;
    padding-left: 30px;
}
.m .box-title._top {
    font-size: 4.6vw;
    letter-spacing: 1.3vw;
    line-height: 7.4vw;
    padding-left: 6vw;
}
.s .box-title._top {
    line-height: 46px;
    font-size: 2.8rem;
    letter-spacing: 0.4rem;
    text-align: left;
    display: inline-block;
}
.s .box-name {
    font-size: 2.4rem;
    border-bottom: solid 1px #969696;
    line-height: 2rem;
    width: 60%;
    text-align: center;
    /* margin: 0 auto; */
}
.s .box-name span {
    font-size: 1.5rem;
    padding-left: 0;
    line-height: 4rem;
}
.s .box-img._mission {
    max-width: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
}
.s .box-img._mission img {
    width: 28.3vw;
}
.s .mission-message {
    font-size: 2rem;
    letter-spacing: 0.4rem;
    line-height: 30px;
}
.s .box-content._mission {
    width: auto;
    padding-left: 0;
}
.s .link-icon {
    width: 16px;   
}


/*================================================
　company
================================================ */
.company-inner {
    max-width: 765px;
    margin: 0 auto;
}
.company-information table td:first-child {
    width: 16%;
}
/* .company tr td a {
    text-decoration: underline;
} */
.company-map {
    width: 765px;
    height: 510px;
}
.m .company-map {
    margin: 0 auto;
    width: 100%;
    /* height: 60vw; */
}
.s .company-information {
    font-size: 1.4rem;
}
.s .company-information table td:first-child {
    width: 26%;
}
.s .company-information tr {
    height: 50px;
}
.s .company-information tr td {
    line-height: 2.4rem;
}
.s .company-information .h180 {
    height: 180px;
}
.s .company-map {
    margin: 0 auto;
    width: 100%;
    height: 60vw;
}

/*================================================
　privacy
================================================ */
.privacy-content {
    max-width: 880px;
    margin: 0 auto;
    padding-top: 68px;
    padding-bottom: 70px;
}
.s .privacy-content {
    font-size: 1.3rem;
    padding-top: 30px;
    padding-bottom: 40px;
}

/*================================================
contact
================================================ */
.contact-content {
     background-color: #fff;
     max-width: 956px;
     margin: 0 auto;
}
.contact-inner {
    max-width: 780px;
    margin: 0 auto;
}
.contact table {
    text-align: left;
    margin: 0 auto;
    width: 100%;
}
.contact-bottom {
    border-top: 1px solid #adadad;
    border-bottom: 1px solid #adadad;
    text-align: center;
    margin: 0 auto;
}
.contact tr {
    width: 100%;
}
.contact td {
    vertical-align: baseline;
}
.contact th {
    width: 184px;
    line-height: 2.4rem;
}
.contact .textarea td {
    vertical-align: top;
}
.contact td ul {
    list-style: none;
}
.contact td ul.radiobox {
    display: flex;
    flex-wrap: wrap;
}
.contact td ul.selectbox {
    position: relative;
    width: 50%;
}
.contact td ul.radiobox li {
    margin-right: 4rem;
}
.contact tr:not(:last-of-type) td {
    padding-bottom: 20px;
}
.contact tr td {
    width: 76.3%;
}
.contact td ul.textbox {
    display: flex;
}
.contact td .checkbox {
    align-items: center;
}
.contact td ul.textbox li {
    width: 50%;
}
.contact td ul.textbox li:last-of-type {
    margin-left: 1rem;
}
.contact td ul.textbox li:not(:last-of-type) {
    margin-bottom: 0;
}
.contact td ul.selectbox li:not(:last-of-type) {
    margin-right: 2rem;
}
.selectbox:after {
    content: "";
    position: absolute;
    right: 16px;
    top: 23px;
    width: 10px;
    height: 10px;
    border-top: 1px solid #adadad;
    border-left: 1px solid #adadad;
    transform: translateY(-50%) rotate(-135deg);
    pointer-events: none;
}
.contact td input[type="text"] {
    padding: 0.8rem;
    border: solid 0.1rem #adadad;
    width: 100%;
}
.contact td .half[type="text"] {
    padding: 0.8rem;
    border: solid 0.1rem #adadad;
    width: 49%;
}
.contact td select {
    padding: 0.8rem 3.8rem 0.8rem 0.8rem;
    border: solid 0.1rem #adadad;
    width: 100%;
}
.contact select {
    color: gray;
}
.contact td textarea {
    padding: 0.8rem;
    border: solid 0.1rem #adadad;
    width: 100%;
    height: 30rem;
}
.contact td label.error {
    font-size: 1.5rem;
    color: #e51919;
    margin-top: 1rem;
}
.email-error {
    display: none;
    color: #e51919;
    font-size: 1.5rem;
    margin-top: 1rem;
}
.s .contact img {
    width: auto;
}
.s .contact-inner {
    padding: 0 12px;
}
.s .contact th {
    width: 100%;
    display: flex;
    align-items: flex-end;
    font-size: 1.5rem;
    flex-wrap: wrap;
}
.s .contact .contact_block td {
    width: 100%;
    display: block;
    margin-top: 1rem;
}
.s .contact tr {
    display: flex;
    flex-direction: column;
}
.s .contact tr td {
    width: 100%;
}


/*================================================
　アニメーション
================================================ */

.fadeUpTrigger {
    opacity: 0;
}
.fadeUp {
    animation-name:fadeUpAnime;
    animation-duration: 2s;
    animation-fill-mode:forwards;
    opacity:0;
}
.delay-time02 {
    animation-delay: 0.2s;
}
.delay-time03 {
    animation-delay: 0.3s;
}
.delay-time04 {
    animation-delay: 0.4s;
}
.delay-time05 {
    animation-delay: 0.5s;
}
.delay-time06 {
    animation-delay: 0.6s;
}
.delay-time08 {
    animation-delay: 0.8s;
}
.delay-time10 {
    animation-delay: 1s;
}
.delay-time12 {
    animation-delay: 1.2s;
}
.delay-time014 {
    animation-delay: 1.4s;
}
    
@keyframes fadeUpAnime{
    from {
    opacity: 0;
    transform: translateY(40px);
}
  
    to {
    opacity: 1;
    transform: translateY(0);
    }
}


.bounceInTrigger,
.fadeLeftTrigger,
.fadeRightTrigger {
  opacity: 0;
}

.fadeLeft{
  animation-name:fadeLeftAnime;
  animation-duration:0.5s;
  animation-fill-mode:forwards;
  opacity:0;
}
  
@keyframes fadeLeftAnime{
from {
    opacity: 0;
    transform: translateX(-100px);
}

to {
    opacity: 1;
    transform: translateX(0);
    }
}

.fadeRight{
    animation-name:fadeRightAnime;
    animation-duration:0.5s;
    animation-fill-mode:forwards;
    opacity:0;
}

@keyframes fadeRightAnime{
    from {
        opacity: 0;
        transform: translateX(100px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }  
}




.bubble {
    position: absolute;
    border-radius: 100%;
    animation: animate-bubble 28s ease-in-out;
    z-index: 2;
}

.bubble._middle {
    position: absolute;
    border-radius: 100%;
    animation: animate-bubble-middle 12s ease-in-out;
    z-index: 0;
}

.bubble._top {
    position: absolute;
    border-radius: 100%;
    animation: animate-bubble-top 8s ease-in-out;
    z-index: 0;
}

.bubble._01 {
    background-color: #e00049;
}
.bubble._02 {
    background-color: #d63080;
}
.bubble._03 {
    background-color: #a84a88;
}


@keyframes animate-bubble {
    0% {
        top: 100%;
        opacity: 0;
        transform: translateX(20px);
    }
    5% {
        opacity: 0;
        transform: translateX(-20px);
    }
    10% {
        opacity: 0.8;
        transform: translateX(20px);
    }
    15% {
        opacity: 0.8;
        transform: translateX(-20px);
    }
    20% {
        opacity: 0.8;
        transform: translateX(40px);
    }
    25% {
        opacity: 0.8;
        transform: translateX(-60px);
    }
    35% {
        opacity: 0.8;
        transform: translateX(30px);
    }
    40% {
        opacity: 0.8;
        transform: translateX(-30px);
    }
    45% {
        opacity: 0.8;
        transform: translateX(20px);
    }
    50% {
        opacity: 0.8;
        transform: translateX(-20px);
    }
    55% {
        opacity: 0.8;
        transform: translateX(20px);
    }
    60% {
        opacity: 0.8;
        transform: translateX(-30px);
    }
    65% {
        opacity: 0.8;
        transform: translateX(30px);
    }
    70% {
        opacity: 0.8;
        transform: translateX(-40px);
    }
    75% {
        opacity: 0.8;
        transform: translateX(80px);
    }
    80% {
        opacity: 0.8;
        transform: translateX(40px);
    }
    85% {
        opacity: 0.8;
        transform: translateX(-20px);
    }
    90% {
        opacity: 0;
    }
    100% {
        opacity: 0;
        top: -100px;
    }
}

@keyframes animate-bubble-middle {
    0% {
        top: 100vh;
        opacity: 0;
    }
    5% {
        opacity: 0.8;
        transform: translateX(-10px);
    }
    10% {
        opacity: 0.8;
        transform: translateX(10px);
    }
    15% {
        opacity: 0.8;
        transform: translateX(-10px);
    }
    20% {
        opacity: 0.8;
        transform: translateX(10px);
    }
    25% {
        opacity: 0.8;
        transform: translateX(-10px);
    }
    35% {
        opacity: 0.8;
        transform: translateX(10px);
    }
    40% {
        opacity: 0.8;
        transform: translateX(-10px);
    }
    45% {
        opacity: 0.8;
        transform: translateX(10px);
    }
    50% {
        opacity: 0.8;
        transform: translateX(-10px);
    }
    55% {
        opacity: 0.8;
        transform: translateX(10px);
    }
    60% {
        opacity: 0.8;
        transform: translateX(-10px);
    }
    65% {
        opacity: 0.8;
        transform: translateX(10px);
    }
    70% {
        opacity: 0.8;
        transform: translateX(-10px);
    }
    75% {
        opacity: 0.8;
        transform: translateX(10px);
    }
    80% {
        opacity: 0;
        transform: translateX(-10px);
    }
    85% {
        opacity: 0;
        transform: translateX(10px);
    }
    90% {
        opacity: 0;
    }
    100% {
        opacity: 0;
        top: -100px;
    }
}


@keyframes animate-bubble-top {
    0% {
        top: 50vh;
        opacity: 0;
    }
    5% {
        opacity: 0.8;
    }
    10% {
        opacity: 0.8;
    }
    15% {
        opacity: 0.8;
        transform: translateX(-8px);
    }
    20% {
        opacity: 0.8;
    }
    25% {
        opacity: 0.8;
        transform: translateX(-8px);
    }
    35% {
        opacity: 0.8;
        transform: translateX(8px);
    }
    40% {
        opacity: 0.8;
    }
    45% {
        opacity: 0.8;
        transform: translateX(4px);
    }
    50% {
        opacity: 0.8;
    }
    55% {
        opacity: 0.8;
        transform: translateX(8px);
    }
    60% {
        opacity: 0.8;
        transform: translateX(-8px);
    }
    65% {
        opacity: 0.8;
        transform: translateX(8px);
    }
    70% {
        opacity: 0.8;
        transform: translateX(-8px);
    }
    75% {
        opacity: 0.8;
        transform: translateX(8px);
    }
    80% {
        opacity: 0;
        transform: translateX(-8px);
    }
    85% {
        opacity: 0;
        transform: translateX(8px);
    }
    90% {
        opacity: 0;
    }
    100% {
        opacity: 0;
        top: -100px;
    }
}


.miniBubble {
    position: absolute;
    border-radius: 100%;
    animation: animate-miniBubble 2.6s ease-in-out;
    transition: 0.5s;
    z-index: 0;
}

.miniBubble._01 {
    background-color: #fff;
    /* background-color: rgba(255, 255, 255, 0.7); */
}
.miniBubble._02 {
    border: solid 1px #ddd;
}

@keyframes animate-miniBubble {
    0% {
        top: 100%;
        opacity: 0;
    }
    10% {
        opacity: 0.6;
    }
    95% {
        opacity: 0;
    }
    100% {
        opacity: 0;
        top: -50px;
    }
}


/* ========
240202追記 
========= */
.top-bnr .sp {
    display: none;
}
.top-bnr {
    margin-bottom: 100px;
}
@media screen and (max-width:768px) {
    .top-bnr .pc {
        display: none;
    }
    .top-bnr .sp {
        display: block;
    }
    .top-bnr {
        margin-bottom: 30px;
    }
}