@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";
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

* {
  padding: 0px;
  margin: 0px;
}

body {
  background-image: url("image/bg_01_1.png");
  background-attachment: fixed;
  background-repeat: repeat-x;
  background-position:center;
  margin-left: auto;
  margin-right: auto;
  animation: fadeIn 10s ease 0s 1 normal;
  -webkit-animation: fadeIn 3s ease 0s 1 normal;
}

img{
  -webkit-backface-visibility: hidden;
}

.style-main{
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.row:before, .row:after{
  content: "";
  display: table;
}

.row:after{
  clear: both;
}

.col{
  width: 100%;
}

/* top visual change sp */

.sp_bg{
  display: block;  
}
.pc_bg{
  display: none;
}

/* Hide in thumbnails */

.thumbnail{ 
  display: none;
}

.bx01{
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.bx01_2{
  background-color:#FFF;
  margin-left: auto;
  margin-right: auto;
  text-align: center; 
}

.bx1_anima{
  animation: fadeIn 8s ease 0s 1 normal;
  -webkit-animation: fadeIn 3s ease 0s 1 normal;
}

.bx02{
  background-color:#007CFF;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 3px;
  text-align: center;
}

.bx02_a{
  background-image: url("image/bx_bg.png");
  background-position:bottom;
  background-attachment: fixed;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 10px;
  text-align: left;
}

.parent{
  display: flex;
  flex-direction: column;
}

.child_1{
  order: 2;
}
.child_2{
  order: 1;
}

.bx03{
  background-image: url("image/bx_br2.png");
  background-position:center;
  background-attachment: fixed;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 10px;
  text-align: center;
}

.bx04{
  margin-left: auto;
  margin-right: auto;
  padding: 80px 20px;
  text-align: center;
}

.bx05{
  margin-left: auto;
  margin-right: auto;
  padding: 80px 30px;
  text-align: center;
}

.bx05_1 ul li{
  margin-left: 20px;
  margin-right: 10px;
  display: inline;
}

.bx06{
  background-image: url("image/bx_br.png");
  background-position:bottom;
  background-attachment: fixed;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 8% 0px;
  overflow:hidden;
}

.bx06 img{
  padding: 10px 5%; 
}

.bx07{
  margin-left: auto;
  margin-right: auto;
  padding: 80px 5px;
  text-align: center;
}

.bx07 img{
  margin: 10px;  
  border:2px solid #D4ECFF;
}

.bx08{
  background-image: url("image/bx_br3.png");
  background-position:center;
  background-attachment: fixed;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 10px;
  text-align: center;
}

.bx08 img{
  padding: 10px 0px;
}

.bx00{
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
  margin-bottom: 150px;
  text-align: center;
  display: block;
}

span{
  display: inline-block;
}

h1{
  font-size: 30px;
  color: #FFF;
}

h2{
  font-size: 20px;
  color: #FFF;
}

h3{
  font-size: 18px;
  color:#0F215B;
  margin: 10px 0px;
}

h4{
  font-size: 20px;
  color: #FFF;
}

h5{
  font-size: 8px;
  color: #FFF;
}

h6{
  font-size: 6px;
  color: #FFF;
}

/* bright */

.hov-bright {
  transition: filter 0.2s ease;
}

.hov-bright:hover {
  filter: brightness(1.50);
}

/* youtube */

.youtube-wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
 
.youtube-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*　top back :JQuery　*/

.page-top {
  position: fixed;
  bottom: 10px;
  right: 20px;
  padding: 20px 10px 20px 10px;
  background:#00DBFF;
  border-radius: 60px;
  font-size: 15px;
  ms-filter: "alpha(opacity=80)";
  moz-opacity: 0.8;
  khtml-opacity: 0.8;
  opacity: 0.8;
  text-decoration: none;
  color: #FFF;
}

/* 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(300px);
}

.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/*fade animation 2 left in */

.animation2 {
  opacity : 0;
  visibility: hidden;
  transition: 0.7s;
  transform: translateX(-1000px);
}

.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}


@keyframes yura {
  0% {
      transform: translate(0,0px);
    }

  100% {
      transform: translate(0,-15px)
    }
}

/* img banner link */

.waku a img {
  border:2px solid #D4ECFF;
 }
.waku a:hover img {
  border:2px solid #FF9331;
 }


                                            /* pc */
@media (min-width: 900px){

body {
  padding: 0px;
  animation: fadeIn 10s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
  max-width: 1500px;
}

.col-tab {
  width: 50%;
  float: left;
  padding: 0px 0px;
}
   
/*top visual change pc*/

.sp_bg {
  display: none;  
}
.pc_bg {
  display: block;
}

.bx02_a {  
  margin-left: auto;
  margin-right: auto;
  padding: 30px 20px;
  text-align:left;
}

.bx03 {
  margin-left: auto;
  margin-right: auto;
  padding: 100px 180px;
  text-align: center; 
}

.bx04 {
  padding: 100px 0px; 
}

.bx05 {
  margin-left: auto;
  margin-right: auto;
  margin-top: 150px;
  margin-bottom: 100px;
  padding: 30px 20px;
  text-align: center;
}

.bx06 {
  padding: 50px 0;
}

.bx06 img{
  padding: 30px 20% 20px;
  }

.bx07 {
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  margin-bottom: 100px;
  padding: 60px 10px;
  text-align: center; 
}

.bx08 {
  margin-left: auto;
  margin-right: auto;
  padding: 30px 0px 80px;
  text-align: center; 
}

.bx08 img{
  padding: 20px 8%;
}

.bx00 {
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  margin-bottom: 200px;
  padding: 20px 0px 0px;
  text-align: center;
  display: block;
}

.parent{ 
  display: flex;
  flex-direction: row;
}

.child_1{
  order: 1;
}
.child_2{
  order: 2;
}

h1 {
  font-size: 40px;
  color: #FFF;
}

h2{
  font-size: 25px;
  color: #FFF;
}

h3{
  font-size: 21px;
  margin: 20px 0px;
}

h4{
  font-size: 25px;
  color: #FFF;
}

h5{
  font-size: 15px;
  color: #FFF;
}

h6{
  font-size: 6px;
  color: #FFF;
}
}