@charset "UTF-8";
/* CSS Document */
/*---------------------------------------------------------------------------*/
.home .page-main {
    margin-top: 0;
}
.mv {
    position: relative;
    overflow: hidden;
}
.mv picture {
    display: block;
    width: 100%;
}
.mv img {
    width: 100%;
    height: auto;
}
.mv-item {
    opacity: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity 2s linear, -webkit-transform 7.5s linear;
    transition: opacity 2s linear, -webkit-transform 7.5s linear;
    -moz-transition: opacity 2s linear, transform 7.5s linear, -moz-transform 7.5s linear;
    transition: opacity 2s linear, transform 7.5s linear;
    transition: opacity 2s linear, transform 7.5s linear, -webkit-transform 7.5s linear, -moz-transform 7.5s linear;
    position: relative;
    z-index: 1;
}
.mv-item:not(:first-child) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.mv-item.show_ {
    opacity: 1;
}
.mv-item.zoom_ {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.mv-item img {
    display: block;
}
.list {
    margin-left: -4rem;
    margin-bottom: 1.5rem;
}
.list .item {
    width: -webkit-calc(33.3333% - 4rem);
    width: -moz-calc(33.3333% - 4rem);
    width: calc(33.3333% - 4rem);
    margin-left: 4rem;
}
.list-btn {
    text-align: right;
}
.more {
    font-family: "Muli", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    line-height: 1;
    padding-right: 5rem;
    position: relative;
}
.more:after {
    position: absolute;
    content: '';
    right: 0;
    top: 50%;
    width: 32px;
    height: 1px;
    background: #000;
}
.more:hover {
    padding-right: 5.5rem;
}
.section-product {
    margin-bottom: 6.5rem;
}
/* Transitions */
.activate {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha opacity=100;
    filter: alpha(opacity=100);
}
.animated {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha opacity=0;
    filter: alpha(opacity=0);
}
.section-ttl {
    font-family: "Muli", sans-serif;
    text-align: center;
    letter-spacing: 0.15em;
    font-size: 1.8rem;
    text-align: center;
    font-weight: bold;
    margin-bottom: 3.5rem;
}
.section-ins {
    padding: 5rem 4.5rem 0;
}
.section-banner {
    margin: 15rem 10rem;
}
.bn-shop {
    display: block;
    margin: 0 auto;
    max-width: 1250px;
}
.gallery-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0 0 0 -4rem;
}
.gallery-list li {
    width: -webkit-calc(100%/4 - 4rem);
    width: -moz-calc(100%/4 - 4rem);
    width: calc(100%/4 - 4rem);
    margin: 0 0 4rem 4rem;
}
.gallery-list li a {
    padding-bottom: 100%;
    position: relative;
    display: block;
}
.gallery-list li a img, .gallery-list li a video {
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    vertical-align: top;
    object-fit: cover;
}
.gallery-list li a::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    content: "";
    z-index: 1;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}
.gallery-list li a::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    content: "";
    background: url(../img/ico-ins2.svg) no-repeat center center;
    background-size: 100% 100%;
    width: 45px;
    height: 45px;
}
.gallery-list li a:hover::before, .gallery-list li a:hover::after {
    opacity: 1;
}
@media screen and (min-width: 769px) {
    .section-product {
        padding: 0 45px;
    }
    .section-news {
        padding: 0 auto;
    }
}
@media screen and (max-width: 768px) {
    .list {
        margin-left: 0;
        margin-bottom: 5.33333vw;
    }
    .list .item {
        width: 100%;
        margin: 0 0 6.66667vw 0;
    }
    .list .item:last-child {
        margin: 0;
    }
    .list-btn {
        text-align: right;
    }
    .section-product {
        margin-bottom: 29.33333vw;
        padding: 0 25px;
    }
    .section-news {
        /* [disabled]padding: 0 25px; */
    }
    .section-ttl {
        font-size: 4.3vw;
        margin-bottom: 2.5rem;
    }
    .section-ins {
        padding: 0 3px;
    }
    .gallery-list {
        margin: 0 0 0 -2rem;
    }
    .gallery-list li {
        width: -webkit-calc(100%/2 - 2rem);
        width: -moz-calc(100%/2 - 2rem);
        width: calc(100%/2 - 2rem);
        margin: 0 0 2rem 2rem;
    }
    .section-banner {
        margin: 10rem 3rem;
    }
}
.pc {
    display: block !important;
}
.sp {
    display: none !important;
}
@media only screen and (max-width: 768px) {
    .pc {
        display: none !important;
    }
    .sp {
        display: block !important;
    }
}
/*インスタの投稿並べ方*/ 
.ins-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ins-list .item {
    height: auto;
}
@media (max-width:1160px) {
    .ins-list .item {
        width: 40%;
        margin-bottom: 20px;
    }
}
@media (max-width:768px) {
    .ins-list .item {
        width: 100%;
    }
}