@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */
/*----------------------------------------------------------------------------制作*/
/*----------------------------------------------------------------------------ディレクター*/
/*----------------------------------------------------------------------------cs*/
@media screen and (max-width: 834px){
/*----------------------------------------------------------------------------制作*/
/*----------------------------------------------------------------------------ディレクター*/
/*----------------------------------------------------------------------------cs*/
}
@media screen and (max-width: 640px){
/*----------------------------------------------------------------------------制作*/
/*----------------------------------------------------------------------------ディレクター*/
/*----------------------------------------------------------------------------cs*/
}

.insta-inner {
	margin-left: calc(((100vw - 100%) / 2) * -1) !important;
    margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}

.index-insta {
	clear: both;
    padding: 60px 0 0 0;
}

.index-insta div.sns_list {
	display: flex;
    flex-flow: row nowrap;
    align-items: center;
    animation: 41.52s linear 0s infinite normal none running infiniteslide16602721971191a00;
    border: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: justify;
    justify-content: space-between;
    overflow: visible !important
}

div.sns_list > div {
	flex: 0 0 auto;
    display: block;
    opacity: 1 !important;
    transition: all 1s;
    transform: translate(0, 0);
    width: 18%;
    padding: 0 20px;
    border-bottom: 0px;
    margin-bottom: 0;
    flex-direction: column;
}

div.sns_list > div:first-child{
	margin-left: 0;
}

.sns_list .sns_photo {
    padding-top: 100% !important;
    width: 100% !important;
    height: 100%;
    position: relative;
    display: block;
    overflow: hidden;
    text-align: center;
    padding: 0px;
    box-sizing: border-box;
}

.sns_list .sns_photo img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 100% !important;
    width: 100% !important;
    margin: 0 auto;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}



.sns_text {
	display: none;
}

@media screen and (max-width: 640px){
	div.sns_list > div {
		width: 50%!important;
	}
}