﻿@charset "UTF-8";
html {
    overflow: auto
}
body {
    overflow: hidden;
    position: relative
}
#window {
  display: flex;
  justify-content: center;
	position: relative;
  width: 100vw;
  padding: 100px 0;
}

#frame {
  /*  SansMinds width & bg color */
  width: 670px;
  background: #fff;
  //padding: 50px;
}

.h1 {
	margin: 0;
	font-weight: bold;
	font-size: 240%
}

/* section1 */
.box1 {
  position: relative;
	background: url(../images/top.png) no-repeat right bottom;
  margin-left: -70px;
	width: 740px;
  height: 640px;
}
.box1 p {margin-left: 70px}
.box1 p:nth-child(1) {width: 420px}
.box1 p:nth-child(2) {width: 360px}
.box1 p:nth-child(3) {width: 300px}
#logo {
  width: 300px;
  height: 150px;
  position: absolute;
  top: 120px;
  right: -40px;
  background: url(../images/logo.png) 0 0 no-repeat;
}

.video {
  width: 100%;
  height: auto;
  margin: 50px 0 60px 0;
}

/* section2 */
.box2 {
  display: flex;
  justify-content: space-between;
	height: 340px;
}
.box2 div:nth-child(1) {margin-right: 30px;}
.box2 div:nth-child(2) {margin-left: 30px; text-align: right}
.right {text-align: right}

/* section3 */
#animation-1 {
  position: relative;
	background: url(../images/animation2.jpg) no-repeat left top;
	width: 1300px;
	height: 176px;
  mix-blend-mode: multiply;
  margin-left: -50px;
}
#airpompBtn {
	cursor: pointer;
	position: absolute;
	top: 30px;
	left: 25px;
	width: 100px;
	height: 40px;
  //background: rgba(255, 0, 0, 0.5);
}
#animation-1 div:nth-child(2) {
	position: absolute;
	top: 130px;
	left: 90px;
	text-align: center
}
#animation-1 div:nth-child(3) {
	position: absolute;
	top: 130px;
	left: 510px;
	text-align: center
}

/* section4 */
.box4 {
  margin-top: 50px;
  position: relative;
  left: 30px;
	background: url(../images/BodyEx.png) no-repeat left top;
	height: 680px;
  width: 670px;
	position: relative;
}
.box4sub {
  position: absolute;
  right: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right
}
.box4sub p:last-child {
  width: 320px;
}
#zoomArm {
  display: flex;
  align-items: center;
  flex-direction: column;
	position: absolute;
	top: 320px;
	left: 300px;
	cursor: pointer;
  width: 100px;
  height: 64px;
  background: url(../images/zoom.png) 50% no-repeat;
}
#arm img {
	position: absolute;
	top: 360px;
	left: 220px;
	z-index: 10;
	width: 30px;
	height: 30px;
	opacity: 0;
	cursor: pointer;
	display: none
}
#zoomArm:before {
  content: "アームバンド";
  position: relative;
  top: -20px;
  left: -5px;
}
#zoomWrist {
	cursor: pointer
  display: flex;
  align-items: center;
  flex-direction: column;
	position: absolute;
	top: 440px;
	left: 520px;
	cursor: pointer;
  width: 100px;
  height: 64px;
  background: url(../images/zoom.png) 50% no-repeat;
}
#wrist img {
	position: absolute;
	top: 500px;
	left: 480px;
	z-index: 20;
	width: 30px;
	height: 30px;
	opacity: 0;
	cursor: pointer;
	display: none
}
#zoomWrist:before {
  content: " リストバンド";
  position: relative;
  left: 6px;
  top: -20px;
}

/* section5 */
.box5 p { width: 360px}
#animation-2 {
	background: url(../images/animation1.jpg) no-repeat left top;
	position: relative;
  top:50px;
	right: -240px;
  mix-blend-mode: multiply;
}
#wirelessBtn {
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 160px;
	width: 300px;
	height: 170px
}

/* section6 */
.box6 { position: relative; height: 700px }
.box6 p:nth-child(2){ width: 420px}
#refill {margin-top: 100px;}
#refillsA {
  position: absolute;
  left: -100px; 
  width: 740px;
  height: 400px;
  background: url(../images/refillsA.png) 0 0 no-repeat;
  z-index: 30;
}
#refillsB img {
	position: absolute;
	opacity: 0;
  left: 800px;
	display: none;
  z-index: 1
}

/* section7 */
#box7wrap {position: absolute; width: 100%;}
.box7 {
  position: relative;
  top: 50px;
  width: 100%;
  height: 1360px;
}
.box7sub {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.box7sub p:nth-child(2) {width: 410px}
#chargerLED {
  padding: 10px;
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
#chargerLED div{
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
	font-weight: bold;
	font-size: 140%;
	margin-top: 10px;
	width: 160px;
	height: 70px;
	cursor: pointer;
  z-index: 1000;
	background-color: #ccc
}
.twinBatteries {
  position: relative;
  top: 200px;
  width: 400px;
  z-index: 1000
}
#chargerBtn {
  padding: 10px;
  width: 100%;
  position: absolute;
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  z-index: 2000;
}
#chargerBtn div {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
	font-weight: bold;
	font-size: 180%;
	width: 190px;
	height: 90px;
	cursor: pointer;
	background-color: #ccc
}
#charger {
  padding-top: 40px;
}
#chargerA {
  mix-blend-mode: multiply;
  position: relative;
  left: -201.5px;
  width: 900px;
  height: 728px;
  background: url(../images/chargerA.jpg) 0 0 no-repeat;
}
#chargerB {
  position: relative;
  left: -200px;
  width: 900px;
  height: 772px;
  background: url(../images/chargerB.png) 0 0 no-repeat;
}

/* section8 */
.box8 {margin-top: 100px}
.box8 p{ width: 410px }
#box8sub {
  opacity: 1;
  transition: 2s ease;
  transform:rotate(360deg);
  position: relative;
  left: 140px;
  height: 600px;
  width: 600px;
  background: url(../images/dvd.png) no-repeat;
}

/* section9 */
.box9 ul {
  margin: 0;
  padding: 10px 0;
}
.box9 li {
  padding: 6px 0;
  list-style: none
}
.box9 li:before {
  display: inline-block;
  content: '>';
  color: #999;
  padding-right: 10px;
  font-weight: bold;
  font-size: 160%;
  transform: scaleX(.6)
}

/* section10 */
.box10 {
  margin: 50px 0;
}