@charset "utf-8";
body {
  font: normal 18px/1.7 "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳＰゴシック", Arial, Verdana, sans-serif;
  text-align: left;
  color: #000;
  text-align: justify;
  overflow-x: hidden;
  background: url(../images/bg.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}

.container {
  background-color: #fff;
  max-width: 750px;
  margin: 0 auto;
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}

img {
  width: 100%;
}

@keyframes shiny {
  0% { left: -20%; }
  10% { left: 120%; }
  100% { left: 120%; }
}

.shine {
  width: 100%;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.shine::after {
  content: '';
  position: absolute;
  top: -10%;
  left: -20%;
  width: 40px;
  height: 100%;
  transform: scale(5) rotate(20deg);
  background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, .5) 100%, rgba(255, 255, 255, 0) 0%);

  /* アニメーション */
  animation-name: shiny;
  animation-duration: 4s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

.fixbtn {
	pointer-events: none;
	opacity: 0;
	position: fixed;
  bottom: 1%;
  left: 50%;
  transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
	max-width: 750px;
	margin: 0 auto;
	z-index: 1;
  transition-duration: .6s;
}

@media (max-width: 750px) {
  .fixbtn {
    width: 94%;
  }
}

.fixbtn.fix{
	pointer-events: all;
	opacity: 1;
}
.fixbtn.fix.none{
	pointer-events: none;
	opacity: 0;
}

.fixbtn.fix,
.fixbtn.fix.none.fix2,
.fixbtn.fix.none.fix2.none2.fix3{
	pointer-events: all;
	opacity: 1;
}
.fixbtn.fix.none,
.fixbtn.fix.none.fix2.none2,
.fixbtn.fix.none.fix2.none2.fix3.none3{
	pointer-events: none;
	opacity: 0;
}

/* ----------------------------------------------------

    fv

---------------------------------------------------- */
.fv {
  position: relative;
}

.fv_btn {
  position: absolute;
  width: 90%;
  bottom: 1%;
  left: 5%;
  filter: drop-shadow(1px 10px 10px #bbbbbb);
}

/* ----------------------------------------------------

  work01

---------------------------------------------------- */
.work01 {
  position: relative;
}

.work01 video {
  position: absolute;
  width: 80%;
  top: 56.5%;
  left: 9.8%;
  border: solid 4px #09917c;
  filter: drop-shadow(0px 0px 25px rgba(0,0,0,0.2));
}


/* ----------------------------------------------------

    offer

---------------------------------------------------- */
.offer {
  position: relative;
}

.offer_btn {
  position: absolute;
  width: 90%;
  bottom: 21%;
  left: 5.5%;
  filter: drop-shadow(1px 10px 10px #bbbbbb);
}

/* ----------------------------------------------------

  point

---------------------------------------------------- */
.point01 {
  position: relative;
}

.point01 video {
  position: absolute;
  width: 80%;
  top: 45%;
  left: 9.8%;
  filter: drop-shadow(0px 0px 10px rgba(81, 149, 172, 0.5));
}

.point02 {
  position: relative;
}

.point02_gif  {
  position: absolute;
  width: 76%;
  top: 43.5%;
  left: 12.2%;
  filter: drop-shadow(0px 0px 10px rgba(215, 111, 141, 0.4));
}

/* ----------------------------------------------------

  3way

---------------------------------------------------- */
.way3 {
  position: relative;
}

.way3 video {
  position: absolute;
  width: 90%;
  top: 69%;
  left: 5.5%;
  filter: drop-shadow(0px 0px 25px rgba(0,0,0,0.2));
}

/* ----------------------------------------------------

  anti

---------------------------------------------------- */
.anti {
  position: relative;
}

.anti_gif  {
  position: absolute;
  width: 75%;
  top: 48%;
  left: 12.2%;
  filter: drop-shadow(0px 0px 25px rgba(0,0,0,0.2));
}

/* ----------------------------------------------------

  medal

---------------------------------------------------- */

.medal_shine {
  width: 100%;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.medal_shine::after {
  content: '';
  position: absolute;
  top: 35%;
  left: 5%;
  width: 10px;
  height: 40%;
  transform: scale(6) rotate(20deg);
  background-image: linear-gradient(140deg, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, .4) 50%, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, .0) 100%, rgba(255, 255, 255, 0) 0%);

  /* アニメーション */
  animation-name: shiny;
  animation-duration: 2s;
  animation-timing-function: ease-in;
  animation-iteration-count: infinite;
}

.medal, .medal2 {
  position: relative;
}

.img_13_1 {
  position: absolute;
  width: 37%;
  top: 48.1%;
  left: -2.7%;
}

.img_13_2 {
  position: absolute;
  width: 42.5%;
  top: 47.2%;
  left: 25.8%;
}

.img_13_3 {
  position: absolute;
  width: 41.2%;
  top: 44.5%;
  left: 58.5%;
}

.medal2_shine {
  width: 100%;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.medal2_shine::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 10px;
  height: 40%;
  transform: scale(6) rotate(20deg);
  background-image: linear-gradient(140deg, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, .4) 50%, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, .0) 100%, rgba(255, 255, 255, 0) 0%);

  /* アニメーション */
  animation-name: shiny;
  animation-duration: 2s;
  animation-timing-function: ease-in;
  animation-iteration-count: infinite;
}

.img_14_1 {
  position: absolute;
  width: 35.5%;
  top: 36%;
  left: 33%;
}

.img_14_2 {
  position: absolute;
  width: 35.5%;
  top: 48.1%;
  left: 63.8%;
}

.img_14_3 {
  position: absolute;
  width: 35.5%;
  top: 70.7%;
  left: 51.6%;
}

.img_14_4 {
  position: absolute;
  width: 35.5%;
  top: 70.7%;
  left: 15%;
}

.img_14_5 {
  position: absolute;
  width: 35.5%;
  top: 48.1%;
  left: 2%;
}
