html, body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

section {
	width: 100%;
	min-width: 800px;
	margin: 0px auto;
	padding: 30px 0px;

	overflow: hidden;
}

section > div {
	width: 800px;
	margin: 30px auto
}

.title {
	font-size: 36px;
	text-align: center;
}
.sentence {
	font-size: 18px;
	text-align: left;
}
.artwork {
	font-size: 18px;
	text-align: center;
}

a {
	text-decoration: none;
}

/** Color  **/
.blue-block {
	background-color: #2196f3;
	color: #ffffff;
}
.white-block {
	background-color: #ffffff;
	color: #2196f3;
}
.blue-text {
	color: #2196f3;
}
.white-text {
	color: #ffffff;
}

/** Font **/
.font-gothic {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.font-web {
	font-family: 'Maven Pro', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.fontsize-medium {
	font-size: 18px;
	line-height: 1.5;
}
.fontsize-small {
	font-size: 14px;
	line-height: 1.5;
}
.fontsize-large {
	font-size: 22px;
	line-height: 2;
}
.fontsize-xlarge {
	font-size: 32px;
	line-height: 2;
}

/**************************************
 *  header
 **************************************/
header {
	position: fixed;
	z-index: 9999;
	width: 100%;
	padding: 5px 20px;
	border-bottom: solid #fff 2px;
}
header > * {
	margin: 0px 5px;
	vertical-align: middle;
}

.language {
	position: absolute;
	top: 5px;
	border: solid #2196f3 2px;
	border-radius: 4px;
	padding: 5px;
	cursor: pointer;
}
#language-ja {
	right: 80px;
}
#language-en {
	right: 10px;
}
#language-ja.select {
	background-color: #2196f3;
	color: #fff;
	right: 80px;
}
#language-en.select {
	background-color: #2196f3;
	color: #fff;
	right: 5px;
}

/**************************************
 *  CropClip
 **************************************/
#cropclip .title {
	font-size: 200px;
	margin-top: 0px;
}
#cropclip .subtitle {
	width: 100%;
	padding: 5px 0px;
	text-align: center;
}
#cropclip .artwork {
	position: relative;
	margin-top: 30px;
	height: 320px;
}

.cropclip-item {
	position: absolute;
}
#cropclip-iphone {
	top: 0px;
	left: 30px;
}
#cropclip-crop {
	z-index: 999;
	top: 0px;
	left: 230px;
}
#cropclip-mac {
	top: 0px;
	left: 370px;
}

#cropclip-iphone-device {
	top: 0px;
	left: 60px;
}
#cropclip-iphone-baloon {
	position: absolute;
	top: 25px;
	left: 0px;
	transform: rotate(-20deg);
	-webkit-transform: rotate(-20deg);
}

#cropclip-mac-device {
	top: 0px;
	left: 0px;
}
#cropclip-mac-notice {
	position: absolute;
	top: 30px;
	right: 50px;
}
#cropclip-mac-baloon {
	position: absolute;
	top: 100px;
	right: 0px;
}

#cropclip-crop-img {
	position: absolute;
	width: 32px;
	top: 42px;
	left: 438px;
}
#cropclip-crop-arrow1, #cropclip-crop-arrow2, #cropclip-crop-arrow3 {
	position: relative;
	top: 150px;
}

/**************************************
 *  Description
 **************************************/
.descriptions {
	position: relative;
	height: 400px;
}

.description {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	text-align: -webkit-center;
	text-align: -moz-center;
}
.description .sentence {
	padding-left: 0px;
	padding-right: 0px;
}
.description .artwork {
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
}


#description-1 .artwork {
	top: 50px;
}
#description-1 .description-photo-h,
#description-1 .description-photo-v {
	border: solid #fff 5px;
}
#description-1-photo1 {
	transform: rotate(15deg);
	-webkit-transform: rotate(15deg);
}
#description-1-photo2 {
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
}
#description-1-photo3 {
	transform: rotate(20deg);
	-webkit-transform: rotate(20deg);
}
#description-1-photo4 {
	transform: rotate(-25deg);
	-webkit-transform: rotate(-25deg);
}

#description-2 .artwork {
	width: 150px;
	height: 300px;
	top: 40px;
}
#description-2 .description-photo-h,
#description-2 .description-photo-v {
	position: absolute;
}
#description-2 .description-photo-h {
	width: 116px;
	height: 87px;
	top: 110px;
	left: 17px;
}
#description-2 .description-photo-v {
	width: 116px;
	height: 155px;
	top: 78px;
	left: 17px;
}
#description-2-crop {
	position: absolute;
	width: 116px;
	top: 96px;
	left: 17px;
}

#description-3 .artwork {
	width: 384px;
	height: 340px;
	top: 10px;
	opacity: 0.4;
}
#description-3 .description-photo {
	position: absolute;
	border: solid #ccc 1px;
	border-top: solid #ccc 10px;
	border-radius: 4px;
}
#description-3-photo1 {
	top: 30px;
	left: 40px;
}
#description-3-photo2 {
	top: 50px;
	left: 100px;
}
#description-3-photo3 {
	top: 70px;
	left: 160px;
}
#description-3-photo4 {
	top: 90px;
	left: 220px;
}
#description-3 .catchphrase {
	position: relative;
	font-weight: bold;
	top: -240px;
}

.description-baloons {
	position: relative;
	width: 550px;
	height: 25px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 5px 30px;
	border-radius: 100px;
}
.description-baloon {
	position: absolute;
	width: 550px;
	text-align: center;
}

.description-pagers {
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
}
.description-pager {
	position: relative;
	display: inline-block;
	cursor: pointer;
}
.description-pager-off {
	position: relative;
	top: 0px;
	left: 0px;
}
.description-pager-on {
	position: absolute;
	top: 0px;
	left: 0px;
}

#description-2,
#description-3,
#description-baloon2,
#description-baloon3,
#description-pager2-on,
#description-pager3-on {
	display: none;
}

/**************************************
 *  Condition
 **************************************/
.condition-clause {
	position: relative;
	display: inline-block;
	width: 180px;
	height: 180px;
	border-radius: 90px;
    vertical-align: middle;
}
.condition-clause-icon {
	height: 100%;
	opacity: 0.3;
}
.condition-clause-label {
	position: absolute;
	width: 100%;
	top: 0px;
	left:0px;
}
.condition-clause-device {
	margin: 30px 0px;
}
.condition-clause-version {
}
.condition-plus {
	display: inline-block;
    vertical-align: middle;
}
.condition-plus-icon {
	height: 100%;
}

/**************************************
 *  Setup
 **************************************/
#setup .artwork {
	position: relative;
}
.setup-step {
	position: absolute;
	width: 33%;
}
#setup-step1 {
	top: 0px;
	left: 0%;
}
#setup-step2 {
	top: 0px;
	left: 33%;
}
#setup-step3 {
	position: relative;
	top: 0px;
	left: 66%;
}
.setup-icon {
}
.setup-label {
}
.setup-checks {
	margin-top: 30px;
	margin-bottom: 10px;
	text-align: left;
}
.setup-check {
	background-image: url(../img/setup-check.png);
	background-repeat: no-repeat;
	background-size: 25px;
	background-position: 15px 10px;
	padding: 10px;
	padding-left: 45px;
}
.setup-store {
	text-align: center;
}

.setup-arrow {
	position: absolute;
}
#setup-arrow1 {
	top: 115px;
	left: calc(33% - 10px);
}
#setup-arrow2 {
	top: 115px;
	left: calc(66% - 10px);
}


/**************************************
 *  Support / FAQ
 **************************************/
.faq-QA {
	margin-top: 5px;	
	margin-bottom: 5px;	
}
.faq-Q {
	cursor: pointer;	
	background-image: url(../img/faq-point.png);
	background-repeat: no-repeat;
	margin-left: 20px;
	padding-left: 30px;
}
.faq-A {
	display: none;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 20px;
	padding-left: 30px;
	color: #777;
}

/**************************************
 *  Support / Contact
 **************************************/
#contact-mail {
	margin: 20px;
	text-align: center;
}
#contact-mail-note {
	display: block;
	margin: 5px;
}

/**************************************
 *  Footer
 **************************************/
footer {
	padding: 10px;
	text-align: center;
}
