#slider img{
    position: absolute;
    top: 0px;
    height: 100svh;
    width: 100%;
    object-fit: cover;
    opacity: 60%;
    vertical-align: bottom;
}
#slider img.animation{
    animation: animationZoom 6s linear forwards;
}
.bx-wrapper {
    height: 100svh;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    background: #000;
    margin: 0;
}
#slider li {
    position: absolute;
    top: 0px;
    width: 100%;
    object-fit: cover;
}
.bx-viewport #slider li{
    height: 100svh;
    position: relative;
    display: none;
}

@keyframes animationZoom {
	100%{ transform:scale(1.06); }        
}


#top .catchphrase {
	position: absolute;
        bottom: 0px;
        left: 0px;
    width: 100%;
}
#top .catchphrase img {
    width: 30%;
    max-width: 700px;
    min-width: 550px;
    margin: 0 0 70px 70px;
}
#top img {
    width: 100%;
}
.hero {
    height: 100svh;
    overflow: hidden;
}

.scrolldown{
	position:absolute;
	bottom: 60px;
	right: 80px;
	animation: arrowmove 1.7s ease-in-out infinite;
    cursor: default;
}
@keyframes arrowmove{
    0%{bottom:70px;}
    50%{bottom:60px;}
    100%{bottom:70px;}
}

.scrolldown span{
	position: absolute;
	left:-25px;
	bottom:2px;
	color: #eee;
    font-family: "quasimoda", sans-serif;
    font-weight: 700;
    font-style: normal;
	font-size: 1rem;
	letter-spacing: 0.05em;
	-ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

.scrolldown:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: -6px;
    width: 2px;
    height: 20px;
    background: #eee;
    transform: skewX(-31deg);
    border-radius: 99px;
}

.scrolldown:after{
	content:"";
	position: absolute;
	bottom:0;
	right:0;
	width:2px;
	height: 50px;
	background:#eee;
    border-radius: 99px;
}



.wrap {
    padding: 50px 0;
}
.wrap h1 span.wrapper {
    background: linear-gradient(transparent 60%, #000 0%);
    padding: 0 10px;
}
.Item_wrapper {
    max-width: 1200px;
    margin: 0 auto;
}



.contents-title {
    color: white;
    display: flex;
    align-items: flex-end;
    opacity: 0;
    transform: translateX(-50px);
    transition: .7s;
    margin-bottom: 20px;
}
.contents-title_kana {
    margin-left: 50px;
}
.contents-title_kana:before {
    background-color: #fff;
    content: "";
    display: block;
    height: 100px;
    -webkit-transform: translate(-22px,68px) rotate(25deg);
    transform: translate(-22px,68px) rotate(25deg);
    width: 3px;
}
.contents-title h1 {
    font-size: 85px;
    letter-spacing: 1px;
    font-family: "roboto_bold";
    font-weight: normal;
    font-style: italic;
}
.contents-title p {
    font-size: 35px;
    letter-spacing: 3px;
    font-family: "NotoSans-JP_bold";
    margin-bottom: 12px;
    font-weight: normal;
}

#newsItem {
    background: linear-gradient(to left,#f256dd,#1666de);
}
#worksItem {
    background: linear-gradient(to left,#a6e03a,#248140);
}
#creatorItem {
    background: linear-gradient(to left,#eb8d35,#d4bd54);
}
#contactItem {
    background: linear-gradient(to left,#066BD0,#2FD9E5);
}
#aboutItem {
    background: linear-gradient(to left,#d36bca,#e45276);
}
#aboutItem img.catchcopy {
    width: 60%;
    position: absolute;
}
#aboutItem img.aboutimg {
    width: 55%;
    display:block;
    margin-left: auto;
    border-radius: 80px;
}
#aboutItem .content p {
    margin-bottom: 50px;
    font-size: 18px;
    color: white;
}


.content {
    padding: 1% 0px;
}
.home-wrap {
    opacity: 0;
    transform: translateY(50px);
    transition: .7s;
    transition-delay: .2s;
}




.btn-wrapper a {
    border: none;
}





.wrap {
    padding: 0 15px;
}



.news-container li:nth-child(n+4) {
    display: none;
}
.works-container li:nth-child(n+4) {
    display: none;
}


.contact-text-wrapper {
    font-size: 20px;
    color: white;
    margin: 50px auto;
    max-width: 1000px;
    padding: 0 10px;
}

@media screen and (max-width: 950px){
    #aboutItem img.catchcopy {
        width: 70%;
    }
    #aboutItem img.aboutimg {
        width: 80%;
        border-radius: 30px;
        margin-top: 30px;
    }

    
}

@media screen and (max-width: 767px){
    #top .catchphrase img {
        width: 75%;
        max-width: initial;
        min-width: initial;
        margin: 0 0 15px 15px;
    }

    .scrolldown{
        bottom: 20px;
        right: 35px;
    }
    @keyframes arrowmove{
        0%{bottom:30px;}
        50%{bottom:40px;}
        100%{bottom:30px;}
    }


    .contents-title {
        padding-top: 30px;
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 0px;
    }
    .contents-title_kana {
        position: relative;
            bottom: 20px;
        margin-left: 20px;
    }
    .contents-title_kana:before {
        content: "";
        height: 17px;
        width: 1px;
        -webkit-transform: translate(-10px,21px) rotate(25deg);
        transform: translate(-10px,21px) rotate(25deg);
    }
    .contents-title h1 {
        font-size: 55px;
        letter-spacing: 3px;
        font-family: "roboto_bold";
    }
    .contents-title p {
        font-size: 15px;
        letter-spacing: 3px;
        font-family: "NotoSans-JP_bold";
    }

    #aboutItem .content p {
        font-size: 15px;
        margin: 10px auto;
    }
    .contact-text-wrapper {
        font-size: 15px;
        margin: 10px auto;
    }
}
@media (hover: hover) {
    .btn-wrapper a:hover {
        box-shadow: 0 0.0rem .5rem rgba(0, 0, 0, 0.5);
    }
}