/*
Theme Name: ABSOLUTE 5
Theme URI: http://launchcraft.jp
Description: ABUSOLUTE 5
Version: 2.2.0
Author: HARUHARA
Author URI: http://launchcraft.jp
*/

@charset "utf-8";

/*================================================================================================

* RESET *

================================================================================================*/


/* Asterisk ================================================*/
* {
	margin: 0;
	padding: 0;
}

/* LINK ================================================*/
a {
	text-decoration: none;
	outline:none;
}

/* IMG ================================================*/
img {
	width: 100%;
	height: auto;
	border: none;
	vertical-align: middle;
}

/* hr ================================================*/
hr {
	height: 0;
	margin: 0;
	padding: 0;
	border: 0;
}

/* h ================================================*/
h1,h2,h3,h4,h5,h6 {
	padding: 0rem;
	margin: 0rem;
	font-size: 1rem;
	font-weight: normal;
	line-height: 200%;
	word-break: break-all;
}

/* p ================================================*/
p {
	padding: 0rem;
	margin: 0rem;
	line-height: 200%;
	word-break: break-all;
}

/* div ================================================*/
div {
	line-height: 1.75em;
}

/* 構造タグ ================================================*/
article,aside,details,footer,header,main,menu,nav,section,summary {
	display: block;
}

/* ul ================================================*/
ul,ol {
	list-style: none;
}
ul{
	font-size: 0;
}
ul li{
		font-size: 1rem;
		margin: 0rem;
		display: inline-block;
}

/*================================================================================================

* BASE *

================================================================================================*/
*,
*:after,
*::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html{
	width: 100%;
	font-size: 15px;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	width: 100%;
	font-weight: normal;
	color: #383838;
	overflow-x: hidden;
	line-height: 200%;
	text-align: justify;
	text-justify:inter-ideograph;
	letter-spacing: 0.02em;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	tap-highlight-color: rgba(0, 0, 0, 0);
}

/* 多言語対応（font） ================================================*/
	.jp body,
	.en body {
		font-family: "TazuganeGothicStdN-Light", sans-serif;
	}

	.zh-tw body {
		font-family: "MYingHeiHK-W4";
	}
	
	.zh-cn body {
		font-family: "MYingHeiPRC-W4";
	}

	.ko body {
		font-family: "FOTK-YDGothic 120";
	}
/*================================================================================================

* LINK *

================================================================================================*/
a {
	color: #00B0FF;
}

a:focus {
	outline: none;
}

/*================================================================================================

* SELECTION *

================================================================================================*/

::selection {
	background:#666666; /* Safari */
	color: #fff; /*文字色*/
}

::-moz-selection {
	background:#666666; /* Safari */
	color: #fff; /*文字色*/
}
/*================================================================================================

* GLOBAL *

================================================================================================*/

.root-wrap{
	width: 100%;
	overflow: hidden;
}

/* INNER ================================================*/
.p768{
	max-width: 768px;
	margin: 0 auto;
}
.p960{
	max-width: 960px;
	margin: 0 auto;
}
.p1024{
	max-width: 1024px;
	margin: 0 auto;
}
.p1110 {
	max-width: 1110px;
	margin: 0 auto;
	position: relative;
}
.p1240{
	max-width: 1240px;
	margin: 0 auto;
}

/*================================================================================================

* FORM RESET *

================================================================================================*/

/* プレースホルダー ================================================*/
::-webkit-input-placeholder{
	font-style: italic;
	font-size: 0.8rem;
}
:-ms-input-placeholder{
	font-style: italic;
	font-size: 0.8rem;
}
::-moz-placeholder{
	font-style: italic;
	font-size: 0.8rem;
}

/* メインとなる入力要素のリセット ================================================*/
input[type="text"],
input[type="email"],
input[type="number"],
input[type="tel"],
button, textarea, select {
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 1rem;
	color: rgba(110,110,110,1);
	overflow-x: hidden;
	line-height: 1.75em;
	letter-spacing: 1px;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

/* チェックボックスとラジオボタンのデフォルトの□や◯を消す ================================================*/
input[type="checkbox"],
input[type="radio"] {
	display: none;
}
/* IEでセレクトボックスの矢印を消す ================================================*/
select::-ms-expand{
display: none;
}

/* 送信ボタンのリセット ================================================*/
input[type="submit"]{
	width: 100%;
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	outline: none;
	padding: 0.75rem 1rem;
	color: #fff;
	font-weight: bold;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	transition: 0.5s ease;
	display: block;
}

/* CONTACT FORM 7 のソースで余計なマージンをリセット ================================================*/
span.wpcf7-list-item {
    display: block;
    margin: 0;
}

/* 送信後のMESSAGEスタイルをリセット ================================================*/
div.wpcf7-response-output {
	padding: 2rem 1rem;
	margin: 0;
	border: 0px;
}

/* エラーメッセージ ================================================*/
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing, div.wpcf7-response-output {
	background: #ef5350;
	text-align: center;
	color: #fff;
	font-weight: 700;
}

/* 送信成功MESSAGE ================================================*/
div.wpcf7-mail-sent-ok {
	background: #26C6DA;
	text-align: center;
	color: #fff;
	font-weight: 700;
}

/* ** */
@media only screen and (max-width: 1024px) {
/* ** */}
@media only screen and (max-width: 768px) {
/* ** */}
@media only screen and (max-width: 480px) {
/* ** */}
