
* {
    box-sizing: border-box;
  }

body {
    font-family: "kozuka-gothic-pro", sans-serif;
    font-weight: 700;
    font-style: normal;
}




header {
    width: 100%;
}

header ul {
    z-index: 9999;
    position: fixed;
    top: 200px;
    right: 30px;
	transform: translateY(-50%);
    text-align: right;
    font-size: 100px;
    line-height: 105px;
    font-family: "cheap-pine", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
}

header a {
    text-decoration: none;
    color: rgb(10, 10, 10);
}






.top {
    background-image: url(img/oldies_none.jpeg);
    background-repeat: no-repeat;
    background-color: rgb(67, 14, 14);
    height: 11900px; 
}

.center-top {
    background-color: rgba(190, 159, 114, 0.95);
    width: 90%;
    height: 750px;
    margin: 0px auto 0 auto;
    top: 500px;
    border-top-left-radius: 1700px;
    border-top-right-radius: 1700px;
    position: relative;
}

.center-top h1 {
    font-family: "cheap-pine", sans-serif;
    font-weight: normal;
    font-size: 400px;
    position: absolute;
    top: -130px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.center-top p {
    font-weight: normal;
    font-size: 50px;
    position: absolute;
    top: 250px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
















.center-middle {
    background-color: rgba(190, 159, 114, 0.95);
    width: 90%;
    margin: 0px auto 0 auto;
    position: relative;
    top: 500px;
}

.text {
    text-align: center;
    font-size: 30px;
    padding-top: 20px;
    width: 80%;
    margin: 0 auto;
}

.text p{
    margin-bottom: 50px;
    line-height: 50px;
}

.text span {
    font-size: 50px;
}




.item {
    margin: 300px 0 0 0;
}

.title h2{
    width: 90%;
    margin: 0 auto 0 auto;
    font-size: 290px;
    font-family: "cheap-pine", sans-serif;
    font-weight: normal;

}


.box {
    display: flex;
    width: 100%;
    justify-content: center;
}

.left-box {
    width: 50%;
    /* background-color: aquamarine; */
    padding: 0 50px 0 100px;
}

.right-box {
    width: 50%;
    height: auto;
    /* background-color: blanchedalmond; */
    margin-right: 70px;
}

.ja-title {
    font-size: 60px;
    line-height: 80px;
}

.ja-title-none {
    display: none;
}

.left-box p {
    font-size: 30px;
    line-height: 50px;
    margin-top: 40px;
}

.right-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}



.margin {
    margin: 400px 0 0 0;
}

.recommend-title h1 {
    font-family: "cheap-pine", sans-serif;
    font-weight: normal;
    font-size: 16vw;
    text-align: center;
    margin-top: 200px;
}

.recommend-title img {
    width: 100%;
    height: 800px;
    object-fit: cover;
    object-position: bottom;
}

.recommend-img p {
    text-align: center;
    font-size: 30px;
    line-height: 40px;
    margin-top: 10px;
}

.content-img img {
    margin-top: 300px;
    width: 75%;
    height: 550px;
    object-fit: cover;
    object-position: top;
}

.content-img {
    text-align: center;
}

.recommend-content h1 {
    font-family: "cheap-pine", sans-serif;
    font-size: 300px;
    font-weight: normal;
    text-align: center;
    position: relative;
    top: -100px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.recommend-content h2 {
    font-size: 90px;
    font-weight: normal;
    text-align: center;
    margin: 0 0 0 0;
    position: relative;
    top: -100px;
}

.recommend-content p {
    font-size: 30px;
    text-align: center;
    margin-top: 50px;
    line-height: 50px;
}

.sns ul{
    display: flex;
    width: 50%;
    margin: 0 auto;
}

.sns li{
    width: 100px;
    height: 100px;
    margin: 0 auto;
    list-style: none;
}

.sns img{
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}

.sns img:hover {
    width: 120%;
    height: 120%;
    transition: all 0.3s;
}

.microphone img{
    position: relative;
    top: -850px;
    left: -400px;
    width: 950px;
}

.end-text {
    position: relative;
    height: 145px;
    top: -650px;
}

.end-text p {
    margin-top: 80px;
    font-size: 45px;
    text-align: center;
    line-height: 70px;
}

footer {
    background-color: antiquewhite;
    width: 100%;
    height: 90vh;
}

.footer-img {
    width: 60%;
    margin: 50px auto 0px auto;
}

.footer-img img{
    width: 100%;
}



.back {
    font-size: 50px;
    text-align: center;
    
}

.back a {
    display: block;
    text-decoration: none;
    color: black;
    border: solid 5px black;
    padding: 60px 0;
    width: 20%;
    margin: 400px auto 0 auto;
}

.back a:hover {
    background-color: black;
    color: aliceblue;
}






/* fadeUp */

.fadeUp{
    animation-name:fadeUpAnime;
    animation-duration:0.5s;
    animation-fill-mode:forwards;
    opacity:0;
    }
    
    @keyframes fadeUpAnime{
      from {
        opacity: 0;
      transform: translateY(100px);
      }
    
      to {
        opacity: 1;
      transform: translateY(0);
      }
}
    


.fadeUpTrigger{
    opacity: 0;
}





@media screen and (max-width:1024px) {

    header {
        width: 100%;
    }
    
    header ul {
        top: 0px;
        right: 0;
        padding: 300px 10px 10px 0px;
        transform: translateY(-50%);
        text-align: right;
        font-size: 90px;
        line-height: 90px;
        font-family: "cheap-pine", sans-serif;
        font-weight: 400;
        font-style: normal;
        text-decoration: none;
        width: 100%;
        background-color: rgba(190, 159, 114, 0.95);
    }
    
    header a {
        text-decoration: none;
        color: rgb(10, 10, 10);
    }





    .top {
        height: 12600px; 
    }

    .center-top {
        background-color: rgba(190, 159, 114, 0.95);
        width: 90%;
        height: 750px;
        margin: 0px auto 0 auto;
        border-top-left-radius: 1700px;
        border-top-right-radius: 1700px;
        position: relative;
        top: 800px;
    }

    .center-top h1 {
        top: -50px;
    }

    .center-top p {
        font-size: 40px;
        top: 330px;
    }

    .text {
        text-align: left;
        font-size: 30px;
        padding-top: 20px;
        width: 90%;
        margin: 0 auto;
    }

    .text p{
        margin-bottom: 60px;
        line-height: 50px;
    }

    


    .center-middle {
        background-color: rgba(190, 159, 114, 0.95);
        width: 90%;
        margin: 0px auto 0 auto;
        top: 800px;
    }

    
    .title {
        width: 90%;
        margin: 0 auto;
    }
    
    .title h2{
        margin: 0;
        font-size: 150px;
    }

    .ja-title {
        display: none;
    }

    .ja-title-none {
        display: block;
        font-size: 50px;
        line-height: 50px;
        margin-bottom: 20px;
    }

    .box {
        flex-flow: column;
        width: 100%;
    }

    .left-box {
        width: 100%;
        padding-left: 30px;
        order: 1;
    }
    
    .right-box {
        width: 100%;
        height: auto;
    }
    
    .left-box p {
        font-size: 30px;
        line-height: 50px;
        margin-top: 45px;

    }
    
    .right-box img{
        width: 100%;
        height: auto;
        object-fit: cover;
        margin-left: 0px;
    }


    .recommend-title img {
        width: 100%;
        height: 700px;
        object-fit: cover;
    }

    .content-img img {
        width: 75%;
        height: 450px;
        object-fit: cover;
        object-position: top;
    }





    .recommend-content h1 {
        font-family: "cheap-pine", sans-serif;
        font-size: 160px;
        font-weight: normal;
        text-align: center;
        position: static;
        left: 0%;
        transform: translateX(0%);
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
    }
    
    .recommend-content h2 {
        font-size: 45px;
        font-weight: normal;
        text-align: center;
        top: 0px;
    }

    .recommend-content p {
        font-size: 30px;
        text-align: center;
        width: 89%;
        margin: 50px auto 0px auto;
    }

    .end-text {
        top: -300px;
        height: 150px;
    }
    
    .end-text p {
        margin-top: 80px;
        font-size: 32px;
        text-align: center;
        line-height: 55px;
    }





    .microphone img{
        top: -1300px;
        left: -200px;
        width: 60%;
    }






    footer {
        height: 65vh;
    }
    
    .footer-img {
        width: 70%;
    }

    .back a {
        display: block;
        text-decoration: none;
        color: black;
        border: solid 5px black;
        padding: 60px 0;
        width: 20%;
        margin: 200px auto 0 auto;
    }
    
    .back a:hover {
        background-color: black;
        color: aliceblue;
    }








}

















@media screen and (max-width:599px) {

    * {
        box-sizing: border-box;
      }



    header {
        width: 100%;
    }
    
    header ul {
        top: 0px;
        right: 0;
        padding: 180px 10px 10px 0px;
        transform: translateY(-50%);
        text-align: right;
        font-size: 50px;
        line-height: 50px;
        font-family: "cheap-pine", sans-serif;
        font-weight: 400;
        font-style: normal;
        text-decoration: none;
        background-color: rgba(190, 159, 114, 0.95);
        width: 100%;
    }
    
    header a {
        text-decoration: none;
        color: rgb(10, 10, 10);
    }
    
    
    
    
    
    
    .top {
        background-image: url(img/oldies_none.jpeg);
        background-repeat: no-repeat;
        background-color: rgb(67, 14, 14);
        height: 9600px; 
    }
    
    .center-top {
        background-color: rgba(190, 159, 114, 0.95);
        width: 100vw;
        height: 300px;
        margin: 0px auto 0 auto;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        position: relative;
        top: 75vh;
    }
    
    .center-top h1 {
        font-family: "cheap-pine", sans-serif;
        font-weight: normal;
        font-size: 50vw;
        position: absolute;
        top: -50px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
    }
    
    .center-top p {
        font-weight: normal;
        font-size: 30px;
        width: 100%;
        text-align: center;
        position: absolute;
        top: 150px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
    }
    



    
    .center-middle {
        background-color: rgba(190, 159, 114, 0.95);
        width: 100vw;
        margin: 0px auto 0px auto;

    }

    .text {
        text-align: left;
        font-size: 19px;
        padding-top: 20px;
        line-height: 30px;
        width: 95%;
        margin: 0 auto;
    }

    .text p{
        margin-bottom: 50px;
        line-height: 30px;
    }

    .text span {
        font-size: 32px;
    }





    .item {
        margin: 150px 0 0 0;
    }
    
    .title h2{
        font-size: 70px;
    }
    
    
    .box {
        flex-flow: column;
        width: 100%;
    }
    
    .left-box {
        width: 100%;
        padding-left: 10px;
        order: 1;
    }
    
    .right-box {
        width: 100%;
        height: auto;
    }

    .ja-title-none {
        font-size: 25px;
        line-height: 30px;
    }
    
    .left-box p {
        font-size: 20px;
        line-height: 30px;
        margin-top: 40px;

    }
    
    .right-box img{
        width: 100%;
        height: auto;
        object-fit: cover;
        margin-left: 0px;
    }


    .recommend-img p {
        text-align: center;
        font-size: 20px;
        line-height: 25px;
        margin-top: 10px;
    }

    .recommend-content h2 {
        font-size: 30px;
        font-weight: normal;
        text-align: center;
        margin: 0px 0px 100px 0px;
    }

    .recommend-content p {
        font-size: 20px;
        text-align: left;
        width: 89%;
        margin: 50px auto 0px auto;
        line-height: 35px
    }

    .recommend-content h1 {
        font-family: "cheap-pine", sans-serif;
        font-size: 110px;
        font-weight: normal;
        text-align: center;
        position: static;
        left: 0%;
        transform: translateX(0%);
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
    }

    .content-img img {
        margin-top: 150px;
        width: 85%;
        height: 600px;
        object-fit: cover;
    }

    .recommend-title img {
        width: 100%;
        height: 500px;
        object-fit: cover;
    }

    .sns ul {
        width: 80%;
        margin-bottom: 50px;
    }

    .margin {
        margin: 200px 0 0 0;
    }






    .microphone img{
        top: 0px;
        left: 0px;
        width: 90%;
    }



    .end-text {
        margin-top: 500px;
    }
    
    .end-text p {
        margin-top: 50px;
        font-size: 20px;
        text-align: center;
        line-height: 40px;
    }






    footer {
        height: 65vh;
    }
    
    .footer-img {
        width: 90%;
    }



    .back a {
        padding: 45px 0;
        width: 70%;
        margin: 150px auto 0 auto;
    }
    


}