/* =========================================================================================
  BEADS CREATOR WEB PAGE STYLE
  LAST UPDATE : 2018/11/01
  AUTHER : M383
========================================================================================= */
/* BASE SETTINGS */
body {
  color: #444444;
  font-size: 16px;
	line-height: 1.6;
  font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN W3', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
  word-break: normal;

  /*-webkit-text-size-adjust: none;*/
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

a {
  color: #444444;
  text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a,
input[type="text"],
input[type="password"],
input[type="button"],
input[type="submit"],
input[type="checkbox"],
input[type="radio"] {
  -webkit-tap-highlight-color: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-tap-highlight-color: transparent;
}

ul {
  list-style-type: none;
}

body, div, p, nav, ul, li, a, span,
header, section, footer, h1, h2, h3, textarea,
input, label, dl, dt, dd {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
         -o-box-sizing: border-box;
            box-sizing: border-box;
}

h2 {
	color: #444444;
	font-size: 2.2em;
  font-weight: normal;
  line-height: 1.3;
	text-align: center;
  width: 100%;
  height: auto;
}

h3 {
	color: #444444;
	font-size: 1.5em;
  font-weight: normal;
  line-height: 1.3;
	width: 100%;
  height: auto;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix { min-height: 1px; }

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/* HEADER */
header {
	top: 0;
	left: 0;
	width: 100%;
	height: 50px;
	background-color: #FFFFFF;
	position: fixed;
	z-index: 1;

	-webkit-box-shadow: 0 1px 2px 0 rgba(30, 30, 30, 0.15);
     -moz-box-shadow: 0 1px 2px 0 rgba(30, 30, 30, 0.15);
      -ms-box-shadow: 0 1px 2px 0 rgba(30, 30, 30, 0.15);
          box-shadow: 0 1px 2px 0 rgba(30, 30, 30, 0.15);
}

header p {
	text-align: center;
	width: 980px;
	height: inherit;
	padding: 0 24px;
	margin: 0 auto;
}

header p a {
	width: 50px;
	height: inherit;
	margin: 0 auto;
	background-image: url(../images/head_logo.png);
	background-position: left top;
	background-repeat: repeat;
	background-size: 50px 50px;
	display: inline-block;

	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

/* HERO */
#hero-area,
#hero-area-en {
	width: 100%;
	height: auto;
	padding: 0;
	background-color: #FF4081;
	background-image: url(../images/hero_bg.png);
	background-position: 0 0;
	background-repeat: repeat;
	background-size: 144px 144px;
}

#hero-area-inner,
#hero-area-inner-en {
	width: 960px;
	height: auto;
	padding: 94px 0 44px;
	margin: 0 auto;
}

#hero-area-inner p,
#hero-area-inner-en p {
	text-align: left;
	width: 480px;
	height: 501px;
	padding: 0 12px 0 24px;
	margin: 0 auto 0;
	float: right;
}

#hero-area-inner p img,
#hero-area-inner-en p img {
	vertical-align: bottom;
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
}

#hero-area-inner div,
#hero-area-inner-en div {
	width: 480px;
	height: auto;
	margin: 168px 0 0;
	padding: 0 24px 0 12px;
	float: left;
}

#hero-area-inner div h1,
#hero-area-inner-en div h1 {
	width: 444px;
	height: 100px;
	margin: 0 0 32px;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 444px 100px;

	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

#hero-area-inner div h1 {
	background-image: url(../images/app_title_ja.png);
}

#hero-area-inner-en div h1 {
	background-image: url(../images/app_title_en.png);
}

#hero-area-inner div ul,
#hero-area-inner-en div ul {
	text-align: center;
	width: 100%;
	height: auto;
}

#hero-area-inner div ul li,
#hero-area-inner-en div ul li {
	font-size: 1em;
	padding: 0;
	margin: 0;
	display: inline;
}

#hero-area-inner div ul li:last-child,
#hero-area-en div ul li:last-child {
	margin-left: 12px;
}

#hero-area-inner div ul li a img,
#hero-area-inner-en div ul li a img {
	vertical-align: text-bottom;
	width: 135px;
	height: auto;
	padding: 0;
	margin: 0;
}

/* INTRODUCTION */
#introduction {
	background-color: #FF9100;
}

#introduction-inner,
#function-inner,
#download-inner {
	width: 960px;
	height: auto;
	padding: 54px 24px 64px;
	margin: 0 auto;
}

#introduction-inner > h2 {
	color: #FFFFFF;
	margin: 0 0 24px;
}

#introduction-inner > p {
	color: #FFFFFF;
	font-size: 1.2em;
	width: 100%;
	margin-bottom: 48px;
}

/* #movie-inner {
	width: 960px;
	height: auto;
	padding: 72px 0 62px;
	margin: 0 auto;
} */

#vimeo-player {
	text-align: center;
	width: 640px;
	height: auto;
	margin: 0 auto;
}

#vimeo-player iframe  {
	width: 320px;
	height: 569px;
	margin: 0 auto;
	background-color: #000000;
}

/* FUNCTION */
#function {
	color: #FFFFFF;
	background-color: #14D1A2;
}

#function-inner > h2 {
	color: #FFFFFF;
	margin: 0 0 32px;
}

.function-float-left,
.function-float-right {
	width: 100%;
	height: auto;
	padding: 24px;
	margin-bottom: 32px;
	border: 1px solid #FFFFFF;

	-webkit-border-radius: 8px;
     -moz-border-radius: 8px;
      -ms-border-radius: 8px;
       -o-border-radius: 8px;
          border-radius: 8px;
}

.function-float-right:last-child,
.function-float-left:last-child {
	margin-bottom: 0;
}

.function-float-left > div,
.function-float-right > div {
	width: 50%;
	height: 272px;
	margin: 0;
	display: table;
}

.function-float-left > div {
	padding-left: 12px;
	float: right;
}

.function-float-right > div {
	padding-right: 12px;
	float: left;
}

.function-float-left > div div,
.function-float-right > div div {
  vertical-align: middle;
  display: table-cell;
}

.function-float-left > div div h3,
.function-float-right > div div h3 {
	color: #FFFFFF;
	text-align: left;
	line-height: 1.3em;
	margin-bottom: 12px;
}

.function-float-left > div div p,
.function-float-right > div div p {
	color: #FFFFFF;
	font-size: 1em;
}

.function-float-left > p,
.function-float-right > p {
	text-align: center;
	width: 50%;
	height: 272px;
	margin: 0;
}

.function-float-left > p {
	padding-right: 12px;
	float: left;
}

.function-float-right > p {
	padding-left: 12px;
	float: right;
}

.function-float-left > p img,
.function-float-right > p img {
	vertical-align: bottom;
	width: 420px;
	height: auto;
	padding: 0;
	margin: 0 auto;
}

/* DOWNLOAD */
#download {
	background-color: #0095FF;
}

#download-inner > h2 {
	color: #FFFFFF;
	margin: 0 0 48px;
}

#bottom-ss,
#bottom-app-name {
	text-align: center;
	width: 100%;
	height: auto;
	margin: 0 auto;
}

#bottom-ss {
	margin-bottom: 48px;
}

#bottom-ss img,
#bottom-app-name img {
	vertical-align: bottom;
	width: 444px;
	height: auto;
	padding: 0;
	margin: 0 auto;
}

#download-inner ul {
	text-align: center;
	width: 100%;
	height: auto;
	margin: 32px 0 0;
}

#download-inner li {
	font-size: 1em;
	padding: 0;
	margin: 0;
	display: inline;
}

#download-inner li:last-child {
	margin-left: 12px;
}

#download-inner li img {
	vertical-align: text-bottom;
	width: 135px;
	height: auto;
	padding: 0;
	margin: 0;
}

/* FOOTER */
footer {
	width: 100%;
	height: auto;
	display: table;
	background-color: #FFFFFF;
}

footer p {
	line-height: 1;
	text-align: center;
	vertical-align: middle;
	width: 100%;
	height: 50px;
	padding-left:16px;
	padding-right:16px;
	display: table-cell;
}

footer p span {
	color: #444444;
}
