@charset "UTF-8";

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

制作コンテンツ

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

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



/* CSSの記述 */
.container {
  text-align: center;
  position: static;
}
.inner {
  position: static;
}
.bg1{
  max-width:100%;
}
.bg2{
  margin-bottom: -273px;
}
.bg3{
  margin-bottom: -270px;
}
.bg4{
  margin-bottom: -229px;
}
.btn1 {
  position: relative;
  top:-234px;
}
.btn2 {
  position: relative;
  top:-128px;
}
.btn3 {
  position: relative;
  top:-74px;
}
.btn4 {
  position: relative;
  top:-235px;
}
.btn5 {
  position: relative;
  top:-120px;
}
.btn6 {
  position: relative;
  top:-50px;
}
.btn7 {
  position: relative;
  top:-420px;
}
.btn8 {
  position: relative;
  top:-340px;
}
.btn9 {
  position: relative;
  top:-260px;
}
.btn10 {
  position: relative;
  top:-180px;
}
.btn11 {
  position: relative;
  top:-120px;
}
.globalFooter {
  overflow: inherit;
}

/* SP用CSSの記述 */
@media (max-width:767px){
.width-990 img {
  width: 100%;
}
.btn1 {
  position: relative;
  top:-84px;
}
.btn1 img,.btn4 img {
  width: 80%;
}
.btn2 img,.btn3 img,.btn5 img,.btn6 img,.btn7 img,.btn8 img,.btn9 img,.btn10 img,.btn11 img {
  width: 70%;
}
.btn11 img {
  width: 60%;
}
.btn2 {
  position: relative;
  top:-41px;
}
.btn3 {
  position: relative;
  top:-21px;
}
.btn4 {
  position: relative;
  top:-88px;
}
.btn5 {
  position: relative;
  top:-45px;
}
.btn6 {
  position: relative;
  top:-21px;
}
.btn7 {
  position: relative;
  top:-148px;
}
.btn8 {
  position: relative;
  top:-120px;
}
.btn9 {
  position: relative;
  top:-91px;
}
.btn10 {
  position: relative;
  top:-63px;
}
.btn11 {
  position: relative;
  top:-43px;
}


.bg2{
  margin-bottom: -124px;
}
.bg3 {
    margin-bottom: -116px;
}
.bg4 {
    margin-bottom: -130px;
}


}
