/*
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-family: "Montserrat","Noto sans JP";
	font-weight: normal;
	line-height: 1.75;
}

/* p ================================================*/
p {
	padding: 0rem;
	margin: 0rem;
	line-height: 1.75;
}

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

/* 構造タグ ================================================*/
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: rgba(110,110,110,1);
	font-family:  'futura-pt','Noto Serif JP','Noto Sans JP', sans-serif;
	overflow-x: hidden;
	line-height: 1.75;
	letter-spacing: 1px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

* LINK *

================================================================================================*/
a {
	color: rgba(110,110,110,1);
}

a:focus {
	outline: none;
}

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

* SELECTION *

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

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

::-moz-selection {
	background:#f33d3d; /* 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;
}
.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="password"],
input[type="tel"],
button, textarea, select {
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 1rem;
	color: rgba(110,110,110,1);
	font-family:  'futura-pt','Noto Serif JP','Noto Sans JP', sans-serif;
	overflow-x: hidden;
	line-height: 1.75;
	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;
}


/* エラーメッセージ ================================================*/

/* NGなら枠を赤くする */
input:focus:invalid {
	border :2px solid  red !important;
  }

  .error  p {
	  color: red;
	  font-size: 13px;
  }




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