@charset "UTF-8";

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

制作コンテンツ

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

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

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

.inner {
    background: url(../images/bg.png) no-repeat top center;
    margin: 0 auto;
    max-width: 1600px;
    height: 6300px;
    overflow: hidden;
}

.content-wrap {
    width: 1100px;
    margin: 0 auto;
    position: relative;
}

.spot {
    position: absolute;
}

.opacity:hover {
    opacity: 0.7;
}

.spot01 {
    top: 1711px;
    right: 120px;
}

.spot02 {
    top: 2197px;
    left: 83px;
}

.spot03 {
    top: 2093px;
    right: 85px;
}

.spot04 {
    top: 2555px;
    left: 82px;
}

.spot05 {
    top: 3004px;
    left: 83px;
}

.spot06 {
    top: 3448px;
    right: 88px;
}

.spot07 {
    top: 3753px;
    right: 131px;
}

.spot08 {
    top: 4138px;
    left: 84px;
}

.spot09 {
    top: 4552px;
    right: 84px;
}

.spot10 {
    top: 5214px;
    left: 81px;
}

.link01 {
    top: 5999px;
    left: 83px;
}

.link02 {
    top: 6102px;
    left: 83px;
}

.link03 {
    top: 6194px;
    left: 83px;
}

.link04 {
    top: 6194px;
    right: 88px;
}

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



