@charset "UTF-8";

/* ================================================================

制作コンテンツ

info:
- レスポンシブの場合は、ブレイクポイント 768px で記述してください。
- SP用CSSを先に記述する方法を推奨します。下記の記述は例です。
- PCのみの場合は、記述を削除してください。

================================================================ */

/* SP用CSSの記述 */


.container > .inner{ max-width: 1600px; margin: 0 auto; }

h1{
    position: absolute;
    top: -1000px;
}

body.width-990 {
    min-width: 1090px;
}

.content-wrap{
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    background: url(../images/content-bg.png) no-repeat top center;
    height: 6163px;
    min-width: 1090px;
}

.content-wrap .inner-content{
    width: 100%;
    max-width: 1090px;
    min-width: 1090px;
    margin: 0 auto;
    height: 6163px;
    position: relative;
}

.content-wrap .inner-content a{
    display: block;
    position: absolute;
}

.content-wrap .inner-content a:hover{
    opacity: 0.7;
    transition: 0.7s;
}

.btn-last:hover{
    opacity: 1!important;
    transition: 0.5s;
    transform: scale(1.1);
}




.btn-top1{
    top: 153px;
    left: 100px;
}
.btn-top2{
    top: 316px;
    left: 99px;
}

.btn-cont1{
   top: 775px;
    left: 866px;
}
.btn-cont2{
    top: 3532px;
    left: 877px;
}

.item1{
    top:  1682px;
    left: 79px;
}
.item2{
    top:  1682px;
    left: 417px;
}
.item3{
    top: 1682px;
    left: 755px;
}
.item4{
    top: 2541px;
    left: 79px;
}
.item5{
    top: 2541px;
    left: 325px;
}
.item6{
    top: 2541px;
    left: 570px;
}
.item7{
    top: 2541px;
    left: 816px;
}
.item8{
    top: 2899px;
    left: 79px;
}
.item9{
    top: 2899px;
    left: 325px;
}
.item10{
    top: 2899px;
    left: 570px;
}

.item11{
    top: 2899px;
    left: 816px;
}
.item12{
    top: 3658px;
    left: 75px;
}
.item13{
    top: 3657px;
    left: 623px;
}
.item14{
    top: 4232px;
    left: 126px;
}
.item15{
    top: 4621px;
    left: 40px;
}
.item16{
    top: 4600px;
    left: 585px;
}
.item17{
    top: 5223px;
    left: 64px;
}
.item18{
   top: 5227px;
    left: 690px;
}

.btn-last1{
    top: 5885px;
    left: 80px;    
}
.btn-last2{
    top: 5887px;
    left: 322px;    
}
.btn-last3{
    top: 5906px;
    left: 576px;   
}
.btn-last4{
    top: 6026px;
    left: 576px;  
}



/* PC、Tablet用CSSの記述 */
@media (min-width:768px){
}



