@charset "UTF-8";

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

制作コンテンツ

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

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

/* SP用CSSの記述 */
a {display: inline-block;}
.sp {display:block;}
.pc {display:none;}
.container{
  background-image: url(../images/bg0.jpg);
}
.bg1 {
  margin-bottom: -10px;
}
.inner {
  text-align: center;
  position: static;
}
.wrap1,.container2,.container3 {
  text-align: center;
  position: relative;
}
.bt1 {
  position: absolute;
    top: 0;
    right: 0;
    width: 25%;
}
.cont1 {
  background-image: url(../images/bar1.png);
  background-size: 100%;
  margin-bottom: 5px;
  position: relative;
}
.bt2 {
  position: absolute;
    top: 80px;
    right: 36px;
    width: 25%;
}
.bt3 {
  position: relative;
  top:-1px;
  right:-95px;
  width: 25%;
}
.con3 {margin-bottom: -35px;}
.bt4 {
  position: relative;
  top:1px;
  right:78px;
  width: 25%;
}
.con4 {margin-bottom: -38px;}
.bt5 {
  position: relative;
  top:3px;
  right:-94px;
  width: 25%;
}
.con5 {margin-bottom: -33px;}
.bt6{
  padding-top: 10px;
  padding-bottom: 15px;
}
.container2 {
  background-image: url(../images/bg2.jpg);
  background-size: 100%;
}
.container2 .inner {
  margin: 0 auto;
  max-width: 990px;
}
.con6{margin-bottom: -33px;}
.bt7{
  position: relative;
  top:-9px;
  right:-92px;
  width: 25%;
}
.con7{margin-bottom: -41px;}
.bt8{
  position: relative;
  top:-2px;
  right:65px;
  width: 25%;
}
.bt9{
  position: relative;
  top:-2px;
  right:54px;
  width: 25%;
}
.bt10{
  width: 80%;
  margin: 0 auto -6px;
  display: block;
}
.container3 {
  background-image: url(../images/bg3.jpg);
  background-size: 100%;
  height:250px;
}
.bt12{
  position: relative;
  top:-218px;
}
.bt13{
  position: relative;
  top:-203px;
}
.bt14{
  position: relative;
  top:-188px;
}
/* PC、Tablet用CSSの記述 */
/*
@media (min-width:768px){*/
  .pc {display:block;}
  .sp {display:none;}
  article img {
    display: block;
    margin:0 auto; 
  }
  .container{
    background-image: url(../images/bg0.jpg);
  }
  .bg1 {
    margin-bottom: -240px;
  }
  .con1 {margin-left: 90px;}
  .bt1 {
    position: relative;
    top:-406px;
    right:-381px;
  }
  .cont1 {
    margin-bottom:-10px;
  }
  .cont1-1 {
    width: 990px;
    margin: 0 auto;
    position: relative;
  }
 .bt2 {
   position: absolute;
   top: 190px;
   right: 67px;
   width: auto;
}
.bt3 {
    position: relative;
    top: -26px;
    right: -243px;
    width: auto;
}
.bt4 {
    position: relative;
    top: -24px;
    right: 215px;
    width: auto;
  }
  .bt5 {
    position: relative;
    top: -164px;
    right: -694px;
    width: auto;
}
.bt6 {
    padding-top: 30px;
    padding-bottom: 75px;
}
.bt6 img {
    padding-top: 30px;
    margin-left: -91px;
}
.bt7 {
    position: relative;
    top: -44px;
    right: -233px;
    width: auto;
}
.bt8 {
    position: relative;
    top: -40px;
    right: 193px;
    width: auto;
}
.bt9 {
    position: relative;
    top: -40px;
    right: 113px;
    width: auto;
}
.bt10 {
    width: auto;
  }
  .bt11 {
    padding-bottom: 35px;
}
.bt11 img {
  padding-bottom: 35px;
}

.container3  {height:640px;}
.bt12 {
  display: block;
    position: absolute;
    top: 97px;
    margin: 0 auto;

}
.bt13 {
    position: absolute;
    top: 272px;
    display: block;
}
.bt14 {
    position: absolute;
    top: 450px;
    display: block;
}

.inner_bt {
  position: relative;
  width: 990px;
  margin: 0 auto;
}

*/}*/

/* SP用CSS追記 */
@media (max-width:768px){
.container{
  background-size: 100%;
}
}