.template-index .section-ttl {
    margin-bottom: 40px
}

.template-index .announcement-bar-section {
    position: relative !important;
    display: block;
    mix-blend-mode: unset !important;
    top: 0 !important;
    height: auto
}

.template-index .announcement-bar-section~.shopify-section-group-header-group .custom-header__flex {
    padding: 20px 0 0
}

.top-fv {
    position: relative;
    height: 100vh
}

.top-fv .top-fv__txt {
    position: absolute;
    z-index: 1;
    color: #333;
    text-indent: -.5em;
    padding-left: .5em;
    text-align: right;
    font-weight: 400;
    font-size: 14px;
    line-height: 2;
}

.top-fv .swiper-container {
    height: 100%
}

.top-fv .swiper-slide .swiper-img {
    width: 100%;
    height: 100%;
    transform: scale(1.15)
}

.top-fv .swiper-slide img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.top-fv .swiper-pagination {
    width: auto
}

.top-fv .swiper-pagination-bullet {
    width: 40px !important;
    height: 1px !important;
    border-radius: 0 !important;
    position: relative;
    overflow: hidden;
    background: #ffffff80;
    opacity: 1
}

.top-fv .swiper-pagination-bullet:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: opacity .3s
}

.top-fv .swiper-pagination-bullet-active:before {
    background-color: #fff;
    animation: slide-progress 4s cubic-bezier(.3, 0, .3, 1) forwards
}

.top-fv .swiper-slide-active .swiper-img,
.top-fv .swiper-slide-prev .swiper-img {
    animation: zoomOut 10s linear 0s normal forwards
}

.top-fv .swiper-slide img {
    height: 100%;
    width: 100%;
    object-fit: cover
}

@keyframes slide-progress {
    0% {
        transform: translate(-100%)
    }

    to {
        transform: translate(0)
    }
}

@keyframes zoomOut {
    0% {
        transform: scale(1.15)
    }

    to {
        transform: scale(1)
    }
}

.top-fv .top-fv__img {
    position: absolute;
    left: 0;
    bottom: 20px;
}

.top-fv .top-fv__img img {
    position: static;
}

.top-concept .top-concept__ttl {
    flex: none
}

.top-concept .top-concept__flex {
    display: flex
}

.top-concept .top-concept__subTtl,
.top-concept .top-concept__txt {
    font-weight: 500;
    font-size: 14px;
    line-height: 2;
}

.top-concept .top-concept__image {
    position: relative;
    overflow: hidden;
    flex: none
}

.top-concept .top-concept__image img {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%
}

.top-product .top-product__flex {
    display: flex
}

.top-product .top-product__image {
    position: relative;
    overflow: hidden;
    flex: none
}

.top-product .top-product__image img {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%
}

.top-product .top-product__subTtl {
    font-weight: 500;
    font-size: 17px;
    line-height: 1.6;
    margin-top: 10%;
}

.top-product .top-product__jpTxt {
    font-size: 10px;
    margin-top: 4px
}

.top-product .top-product__txt,.top-product .top-product__txt p {
    font-size: 14px;
    line-height: 1.6
}

.top-product .top-product__txt+p {
    font-size: 14px;
    line-height: 1.6
}

.top-sounds .top-sounds__flex {
    display: flex
}

.top-sounds .top-sounds__image {
    position: relative;
    overflow: hidden;
    flex: none
}

.top-sounds .top-sounds__image img {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%
}

.top-sounds .top-sounds__column {
    display: flex;
    flex-direction: column
}

.top-sounds .top-sounds__txt {
    font-size: 14px;
    line-height: 1.6;
    width: 90%;
    margin: 0 auto;
}

.top-sounds .top-sounds__columnImage {
    position: relative;
    overflow: hidden
}

.top-sounds .top-sounds__columnImage img {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%
}

.top-news .top-news__flex {
    display: flex
}

.top-news .top-news__ttl {
    flex: none
}

.top-news .top-news__link {
    margin-top: 40px
}

.top-newsList li {
    display: flex
}

.top-newsList li+li {
    margin-top: 40px
}

.top-newsList .top-newsList__time {
    font-size: 14px
}

.top-newsList .top-newsList__link {
    font-size: 14px;
    line-height: 1.6
}

.top-newsList .top-newsList__link span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.top-instagram .top-instagram__flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start
}

.shopify-section {
    overflow: hidden
}

.shopify-section .page-width.scroll-trigger {
    width: 100%;
    padding: 0;
    margin: 0
}

.instafeed {
    display: flex
}

.instafeed .instafeed-container {
    flex: none;
    overflow: hidden;
    position: relative
}

.instafeed .instafeed-container img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.01);
    transition: 1s cubic-bezier(.215, .61, .355, 1)
}

.instagram-loop {
    display: flex;
    position: relative
}

.instagram-loop .instagram-loop__item {
    will-change: transform;
    z-index: 1
}

.instagram-loop .instagram-loop__item:nth-child(1) {
    animation: infinity-scroll-left 120s linear infinite
}

.instagram-loop .instagram-loop__item:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    animation: infinity-scroll-left 120s -60s linear infinite
}

@keyframes infinity-scroll-left {
    0% {
        transform: translateZ(0)
    }

    to {
        transform: translate3d(-100%, 0, 0)
    }
}

@media (min-width: 768px) {
    .template-index .announcement-bar-section~.shopify-section-group-header-group {
        top: 0
    }

    .template-index .announcement-bar-section~#MainContent .top-fv {
        height: calc(100vh - 30px)
    }

    .top-fv .top-fv__txt {
        bottom: 40px;
        right: 40px
    }

    .top-fv .swiper-pagination {
        bottom: 40px;
        left: 40px
    }

    .top-concept {
        padding-top: 160px
    }

    .top-concept .top-concept__ttl {
        margin-right: 27.34375vw
    }

    .top-concept .top-concept__txt {
        margin-top: 24px
    }

    .top-concept .top-concept__image {
        margin-top: 160px;
        width: 80.703125vw;
        height: 33.4375vw
    }

    .top-product {
        padding-top: 160px
    }

    .top-product .top-product__flex {
        gap: 40px
    }

    .top-product .top-product__flex+.top-product__flex {
        margin-top: 80px
    }

    .top-product .top-product__image {
        width: 53.359375vw;
        height: 32.96875vw
    }

    .top-product .top-product__txt {
        margin-top: 40px
    }

    .top-product .top-product__txt+p {
        margin-top: 24px
    }

    .top-product .top-product__btn {
        margin-top: 40px
    }

    .top-productList .top-product__flex:nth-child(2n) {
        flex-direction: row-reverse
    }

    .top-sounds {
        padding-top: 160px
    }

    .top-sounds .top-sounds__flex {
        gap: 40px
    }

    .top-sounds .top-sounds__image {
        width: 40.390625vw;
        height: 57.109375vw
    }

    .top-sounds .top-sounds__column {
        justify-content: space-between
    }

    .top-sounds .top-sounds__txt {
        padding-right: 40px
    }

    .top-sounds .top-sounds__link {
        margin-top: 30px
    }

    .top-sounds .top-sounds__columnImage {
        width: 56.484375vw;
        height: 32.578125vw
    }

    .top-news {
        padding-top: 160px
    }

    .top-news .top-news__ttl {
        margin-right: 370px
    }

    .top-newsList li {
        gap: 30px
    }

    .top-newsList .top-newsList__link:hover {
        text-decoration: underline
    }

    .top-newsList .top-newsList__link span {
        -webkit-line-clamp: 1
    }

    .top-instagram {
        padding-top: 160px
    }

    .shopify-section .page-width.scroll-trigger,
    .instafeed {
        height: 31.25vw
    }

    .instafeed .instafeed-container {
        width: 31.25vw;
        height: 31.25vw
    }

    .instafeed .instafeed-container a:hover img {
        transform: translate(-50%, -50%) scale(1.04)
    }

    .instagram-loop {
        height: 31.25vw
    }
}

@media (max-width: 767px) {
    .template-index .announcement-bar-section~.shopify-section-group-header-group {
        top: 0
    }

    .template-index .announcement-bar-section~#MainContent .top-fv {
        height: calc(100vh - 40px);
        height: calc(100svh - 40px)
    }

    .top-fv {
        height: 100vh;
        height: 100svh
    }

    .top-fv .top-fv__txt {
        bottom: 40px;
        right: 16px
    }

    .top-fv .swiper-pagination {
        bottom: 40px;
        left: 16px
    }

    .top-concept {
        padding-top: 80px
    }

    .top-concept .top-concept__flex {
        flex-direction: column
    }

    .top-concept .top-concept__txt {
        margin-top: 0;
    }

    .top-concept .top-concept__image {
        margin-top: 10%;
        width: calc(100% - 16px);
        height: auto;
    }

    .top-concept .top-concept__image img {
        position: static;
    }

    .top-product {
        padding-top: 80px
    }

    .top-product .top-product__flex {
        flex-direction: column;
        border-bottom: 1px solid #f7f7f7;
        padding-bottom: 10%;
    }

    .top-product .top-product__flex+.top-product__flex {
        margin-top: 80px
    }

    .top-product .top-product__image {
        width: 100%;
        height: 56.5333333333vw
    }

    .top-product .top-product__subTtl,
    .top-product .top-product__txt {
        margin-top: 24px
    }

    .top-product .top-product__txt+p {
        margin-top: 24px
    }

    .top-product .top-product__btn {
        margin-top: 24px
    }

    .top-sounds {
        padding-top: 80px
    }

    .top-sounds .top-sounds__flex {
        flex-direction: column
    }

    .top-sounds .top-sounds__image {
        width: 71.7333333333vw;
        height: 101.6vw
    }

    .top-sounds .top-sounds__txt {
        padding: 40px 16px 0
    }

    .top-sounds .top-sounds__link {
        margin: 40px 16px 0
    }

    .top-sounds .top-sounds__columnImage {
        width: calc(100% - 16px);
        height: 55.4666666667vw;
        margin: 40px 0 0 auto
    }

    .top-news {
        padding-top: 80px
    }

    .top-news .top-news__flex {
        flex-direction: column
    }

    .top-newsList li {
        flex-direction: column;
        gap: 10px
    }

    .top-newsList .top-newsList__link span {
        -webkit-line-clamp: 2
    }

    .top-instagram {
        padding-top: 80px
    }

    .shopify-section .page-width.scroll-trigger,
    .instafeed {
        height: 64vw
    }

    .instafeed .instafeed-container {
        width: 64vw;
        height: 64vw
    }

    .instagram-loop {
        height: 64vw
    }


    .top-fv .top-fv__img{
        max-width: 100px;
    }

    .top-fv .swiper-slide img {
        object-fit: contain;
    }

    .list-navTtl{
        max-width: 120px;
    }

    .custom-footer .footer-newsTtl {
        margin-left: 0;
        margin-right: auto;
        margin-top: 5%;
    }

    .copyright {
        display: block;
    }

    .copyright span{
        display: block;
        color: #838079;
        font-size: 12px;
        margin-top: 2%;
    }
}


.picsSwiper {}

.picsSwiper .swiper-slide {
    overflow: hidden;
    cursor: pointer;
}

.picsSwiper .swiper-slide img {
    transition: all .5s;
    -webkit-transition: all .5s;
}

.picsSwiper .swiper-slide img:hover {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
}