@charset "UTF-8";
/* CSS Document */
body {
	margin:0;
	width:100vw;
	background-color:black;
	overflow-x: hidden;
	text-align: center;
}

header h1 {
	display: none
}

header{
	width:100vw;
	text-align: center;
	overflow-x: hidden;
}

#logo {
	width:80vw;
	margin-top:20px;
}

#mpc {
	width:100vw;
	text-align: center;
}

#mpc img {
	width:90%;
}

h2{
	color:white;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	letter-spacing: 3px;
	font-size:14px;
	margin-top:50px;
}

h1{
    color:white;
	font-family:"Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	letter-spacing: 3px;
}

.txtbox {
	width:100vw;
	margin:20px 0;
}

p {
	color:white;
	font-size:11px;
}

span{
	margin-top:7px;
	color:#B4B4B4;
}

.icon{
	width:100vw;
	margin-top:50px;
    margin-bottom:60px;
}

.icon img{
	width:30px;
	margin:0 10px;
}

.amazon {
	backgroundo-color:white;
	margin:30px;
}

.head {
	width:100vw;
	height:40px;
	float:left;
	background-color: black;
	
}


.headlogo{
	height:70%;
}

.btn-flat-border {
	vertical-align: middle;
	margin-bottom: 5px;
  font-size: 12px;
  display: inline-block;
  padding: 0.1em 0.2em;
  text-decoration: none;
  color: rgba(179,179,179,1.00);
  transition: .4s;
}

.btn-flat-border:active {
  background: red;
  color: black;
}

.whitetile{
	background-color:white;
	width:100vw;
	height:auto;
	text-align: center;
	overflow-x: hidden;
	padding-bottom: 40px;
}

.whitetxt {
	width:86vw;
	overflow-x: hidden;
	text-align: left;
	margin-left:39px;
}

.whitetxt p {
	color:black;
	font-size: 10px;
    line-height: 10px;
	font-weight: 600;
}

.whitetile img {
	width:90vw;
    margin:40px auto ;
	overflow-x: hidden;
	
}

.whitetile h2{
	color:black;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	letter-spacing: 3px;
	font-size:14px;
	margin-top:50px;
	
}

iframe {
	width:100%;
	margin:40px 0;
}

.container {
	width:85vw;
	height:0,8em;
	height:auto;
	margin:0 auto;
	text-align: left;
}

h3{
 color:black;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	letter-spacing: 3px;
	font-size:14px;
	margin-top:10px;
}

.container p {
	color:black;
	font-size: 10px;
    line-height: 10px;
	font-weight: 600;
}

.whitetile2{
	background-color:white;
	width:100vw;
	height:auto;
	text-align: center;
	overflow-x: hidden;
	padding-bottom: 40px;
}

.whitetile3{
	background-color:white;
	width:100vw;
	height:auto;
	text-align: center;
	overflow-x: hidden;
	padding-bottom: 40px;
}

.black{
	color:black;
}

.hyou {
	margin-top:70px;
	width:90vw;
}

.fuwauki_btn_red{
 margin-top:20px;
  display: inline-block;
  background-color: #FF8061;
  color: #FFF;
  width: 160px;
  padding: 0.8em;
  text-decoration: none;
  border-radius: 4px;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
  -webkit-tap-highlight-color: transparent;
  transition: .2s ease-out;
}
.fuwauki_btn_red:hover{
	 cursor: pointer;
	 text-decoration: none;
	 transform: translateY(-4px);
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.12), 0 3px 10px 0 rgba(0,0,0,0.12), 0 4px 7px -2px rgba(0,0,0,0.2);
}