@charset "utf-8";
/* CSS Document */

html, html * {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

body {
  margin-left: auto;
  margin-right: auto;
  animation: fadeIn 3s ease 0s 1 normal;
  -webkit-animation: fadeIn 1s ease 0s 1 normal;
}

/* 画質クリアChrome対応 */
img {
  -webkit-backface-visibility: hidden;
}

.rw:before, .rw:after {
  content: "";
  display: table;
}

.rw:after {
  clear: both;
}

.col {
  width: 100%;
}

.col-tab_c {
  width: 100%;
  text-align:center;
  padding: 10px 20px;
}

 /* sp ON  */
.pc_bg{
  display: none;
}
.sp_bg{
  display: block;
}

/* Hide in thumbnails */
.thumbnail { 
  display: none;
}

#header {
  background-color: #e50012;
  margin-left: auto;
  margin-right: auto;
  height: 30px;
}

#footer {
  background-color: #e50012;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  height: 250px;
}

.bx1_anima {
  animation: fadeIn 10s ease 0s 1 normal;
  -webkit-animation: fadeIn 3s ease 0s 1 normal;
}

.bx1 {
  background-position:center; 
  margin-left: auto;
  margin-right: auto;
  text-align: center;  
}

.bx1_2 {
  max-width: 550px;
  text-align:left;
  margin-top: -18%;
  margin-left: 2px;
  margin-right: auto;
}

/* scroll */
.bx1_3 {
 max-width: 300px;
 text-align:right;
 margin-top: 0%;
 margin-right: 3%;
 margin-left: auto;  
}

.bx2 {
  margin-left: auto;
  margin-right: auto; 
  text-align: center;
  margin-top: 30px;
  margin-bottom: -20px;
}

.bx2_2 {
  margin-left: auto;
  margin-right: auto;
  padding: 30px 10px 30px 10px;
  text-align: center;  
}

.bx2_2 ul li img{
  padding: 30px 60px; 
}

.bx2_2 ul li span{
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #FF0004;
  line-height: 200%
}

.bx2_3 {
  margin-top: 35px;
  margin-bottom: -90px;  
  padding: 10px 0;
 }

.bx3 {
  background-image: url("image/bx3_bg_sp.png");
  background-attachment: fixed;
  background-position: center;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 5px 80px 5px;
  text-align: center;
  animation: fadeIn 3s ease 0s 1 normal;
  -webkit-animation: fadeIn 1s ease 0s 1 normal;
}

.bx5 { 
  margin-left: auto;
  margin-right: auto;
  margin-top: -50px;
  margin-bottom: 50px;
  text-align: center;
}

.bx5_2 {
  margin-left: auto;
  margin-right: auto;
  margin-top: -60px;
  padding: 20px 5px;
  text-align: center;
}

.bx6 {
  padding: 0;
  margin: 0;
  text-align: center;
}

.bx7 {
  margin-left: auto;
  margin-right: auto;
  padding: 50px 35px 10px 35px;
  text-align: center;
}

h1 {
  font-size: 20px;
  color: #01103A;
}

h2 {
  font-size: 23px;
  color:#FFFFFF;
}

h3 {
  font-size: 25px;
  color:#FFFFFF;
}

h4 {
  font-size: 17px;
  color: #01103A;
}

h5 {
  font-size: 12px;
  color:#AAAAAA;
}

h6 {
  font-size: 8px;
  color: #01103A;
}

.text {
 color: #FFF;
 font-size: 11px;
 margin: 10px 25px;
 text-align: center;
}

/*　top back :JQuery　*/
.page-top {
  position: fixed;
  bottom: 40px;
  right: 30px;
  padding: 28px 15px 28px 15px;
  background:#0009B0;
  border-radius: 50px;
  font-size: 18px;
  ms-filter: "alpha(opacity=80)";
  moz-opacity: 0.8;
  khtml-opacity: 0.8;
  opacity: 0.8;
  text-decoration: none;
  color: #FFFFFF;
}

/* top fade-in */
@keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 10
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}

/* fade animation 1 bottom in */
.animation {
  opacity : 0;
  visibility: hidden;
  transition: 0.5s;
  transform: translateY(350px);
}

.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/*fade animation 2 left in*/
.animation2 {
  opacity : 0;
  visibility: hidden;
  transition: 1s;
  transform: translateX(-2000px);
}

.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* yurayura */
.yurayura {
  animation-name: yura;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 0.5s;
}
@keyframes yura {
  0% {
      transform: translate(0,0px);
    }

  100% {
      transform: translate(0,-20px)
    }
}

ul{
  padding-left:0;
}

li{
  list-style:none;
}


                                             /* pc */
@media (min-width: 1200px){

body {
  background-image: url("image/bg_pc.png");
  background-attachment: fixed;
  background-repeat: repeat-x;
  background-position:top;
  margin-left: auto;
  margin-right: auto;
  animation: fadeIn 4s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

/* pc ON  */ 

.pc_bg{
    display:block ;
 }
.sp_bg{
    display: none;
 } 

.col-tab {
  width: 50%;
  float: left;
  padding: 0px 0px;
}

.col-tab_c {
  width: 50%;
  float: left;
  padding: 5px 0px;
}

.bx1 {
  max-width: 1200px;
  padding: 0px 0px 0px 50px;
}

.bx1_2 {
  max-width: 600px;
  text-align: left;
  margin-top: -13%;
  margin-left: 46%;
}

.bx1_3 {
  max-width: 400px;
  text-align:left;
  margin-top: -3%;
  margin-left: 15%;
  margin-right: auto;  
}

.bx2 {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto; 
  margin-top: 10px;
}

.bx2_2 {
  max-width: 1400px;
  margin-top: 80px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;  
}

.bx2_2 ul li img{
  max-width: 800px;
  padding: 20px 30px; 
}

.bx2_2 ul li span{
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  color: #FF0004;
  line-height: 200%
}

.bx2_3 {
  margin-top: 80px;
  margin-bottom: -90px;  
  padding: 10px 0;
 }

.bx3 {
  background-image: url("image/bx3_bg_pc.png");
  padding: 10% 15%;
}

.bx5 {
   margin-top: -150px;
  margin-bottom: 50px;
}
 
.bx5_2 {
 padding: 10px 10px;
 margin-top: 10%;
 text-align: center;
 max-width: 1500px;
} 
 
.bx6 {
 padding:0;
 margin: 100px 0;
 margin-left: auto;
 margin-right: auto;
 text-align: center;
 max-width: 1450px;
}


.bx7 {
 padding: 30px 50px;
 margin: 100px 25% 50px 25%;
}

#header {  
  margin-left: auto;
  margin-right: auto;
  height: 30px;
}

#footer {  
  background-color:#e50012;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  height: 200px;
}

.text {
 color: #FFF;
 font-size: 15px;
 margin: 20px 25px;
 text-align: center;
}

}