@charset "UTF-8";

html {
  background: #fff;
  overflow-x: hidden;
}
body {
  font-size: 16px;
  color: #444;
  line-height: 200%;
  overflow-x: hidden;
  font-family:'Roboto','Hiragino Sans','Meiryo','Hiragino Kaku Gothic ProN',sans-serif;
}
img { width: 100%;}
a {
  opacity: 1;
  transition: all .3s;
  color: #ef0807;
}
a:hover {
  opacity: 0.8;
  transition: all .3s;

}
.pc_only{display: block;}
.sp_only{display: none;}
header img{display: block;width: 100%;}
.mv {
  width: 100%;
  position: relative;
}
.mv .check{
  width: 1000px;
  margin: 30px auto;
  display: flex;
  justify-content: space-around;
}
.mv .check img{
  flex: 1; 
}
#contents {
  width: 100%;
}
#contents .contents_inner {
  margin: 0 auto;
  background: #fff;
}
.section_inner {
  width: 1000px;
  margin: 0 auto;
}
.btn {
  width: 100%;
}
.btn .btn_inner{
  width: 1000px;
  margin: 60px auto;
  text-align: center;
}
.btn a{
  display: block;
  width: 80%;
  position: relative;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
h2 {
  margin-bottom: 60px;
}
h2 img{
  display: block;
  width: 85%;
  margin: 0 auto;
}
.contents01 , .contents02  {
  width: 100%;
  background: none;
}
.contents01 {
  background: none;
}
#contents iframe {
  padding-bottom: 20px;
  border-bottom: 40px solid #eee;
  height:1500px;
}
.fadeUpTrigger{
    opacity: 0;
}
.fadeUp{
	animation-name:fadeUpAnime;
	animation-duration:0.8s;
	animation-fill-mode:forwards;
	opacity:0;
}
@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }
  to {
    opacity: 1;
  transform: translateY(0);
  }
}

/* # =================================================================
   # FIXbtn
   # ================================================================= */

.fixedbtn {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  bottom: 0;
  display: none;
  transition: all .3s;
}
.on {
  display: block;
  transition: all .3s;
}
.off {
  display: none;
  transition: all .3s;
}
.fixedbtn_inner {
  width: 1000px;
  margin: 0 auto;
}
.fixedbtn_inner ul {
  width: 65%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fixedbtn_inner li {
  list-style-type: none;
  padding: 10px 20px;
}
.fixedbtn_inner li img{
  display: block;
  text-align: center;
}

@keyframes fuwafuwa {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

.anime-updown {
  animation: 2s fuwafuwa infinite;
}


/* # =================================================================
   # SP
   # ================================================================= */

@media (max-width: 750px) {
  #contents iframe {
    height:1700px;
  }
  .pc_only{display: none;}
  .sp_only{display: block;}
  .btn .btn_inner{
    width: 100%;
    margin: 6vw auto 2vw auto;
    text-align: center;
  }
  .btn a{
    display: block;
    width: 80%;
    position: relative;
    top: -2vw;
    left: 50%;
    transform: translateX(-50%);
  }
  .section_inner {
    width: 100%;
  }
  .fixedbtn_inner {
    width: 100%;
  }
  .fixedbtn_inner ul {
    width: 100%;
  }
  .fixedbtn_inner li {
  padding: 10px;
  }
  .fixedbtn_inner ul li img{
    width: 100%;
    display: block;
  }
}
