@charset "utf-8";
/*
theme Name: adhouseテーマ
Author: adhouse
Description: adhouse
version： 1.0.5
*/
/* ==============================================================
   #設定
   ============================================================== */
@charset "utf-8";
:root {
--main-color: #262422;;
--sub-color: #D8EF54;
--gray-color: #FFF;
 --column-gutter: 32px;
}
@media (min-width: 1280px) {
:root {
 --column-gutter: 24px;
}
}
:root {
--gutter-left: 0;
}
@media (min-width: 1440px) {
:root {
 --gutter-left: 240px;
 --gutter-right: 0;
}
}
@media (min-width: 1600px) {
:root {
 --gutter-left: /*14vw*/ 280px;
 --gutter-right: 0;
}
}
/* ==============================================================
   #リセット
   ============================================================== */
body,
html {
	color: #262422;
	font-family: 'Noto Serif JP', Hiragino Kaku Gothic Pro, Meiryo, MS PGothic, arial, sans-serif;
	box-sizing: border-box;
	margin: 0 auto;
	-webkit-text-size-adjust: 100%;
	height: 100%;
}
html {
	font-size: 62.5%
}
body {
	font-size: 1pc;
	font-size: 1.6rem
}
*,
:after,
:before {
	box-sizing: inherit;
	position: relative
}
:after,
:before {
	text-decoration: inherit;
	vertical-align: inherit
}
* {
	background-repeat: no-repeat;
	padding: 0;
	margin: 0;
	outline: 0;
	-webkit-tap-highlight-color: rgba(0,0,0,0)
}
audio:not([controls]) {
	display: none;
	height: 0
}
hr {
	overflow: visible
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block
}
small {
	font-size: 80%
}
[hidden], template {
display:none
}
abbr[title] {
	border-bottom: 1px dotted;
	text-decoration: none
}
a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects
}
a:active,
a:hover {
	outline-width: 0
}
code,
kbd,
pre,
samp {
	font-family: monospace
}
b,
strong {
	font-weight: bolder
}
dfn {
	font-style: italic
}
mark {
	background-color: #ff0
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline
}
sub {
	bottom: -.25em
}
sup {
	top: -.5em
}
address,
i {
	font-style: normal
}
/* ==============================================================
   #クリアフィックス
   ============================================================== */
.cf:after,
.cf:before {
	content: "";
	display: table
}
.cf:after {
	clear: both
}
.cf {
*zoom:1
}
/* ==============================================================
   #リンク
   ============================================================== */
a {
	color: inherit;
	text-decoration: none;
}
a:visited {
}
a:hover {
}
/* ==============================================================
   #見出し
   ============================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.6;
	margin-bottom: 12px;
}
h1,
h2 {
	font-size: 2.8rem;
}
/* ==============================================================
   #本文
   ============================================================== */
p {
	font-size: 1.4rem;
	line-height: 1.8;
	margin-bottom: calc(var(--column-gutter) / 2);
}
/*IE11対応*/
_:-ms-lang(x)::-ms-backdrop, p {
 margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
.text-mid {
	font-size: 1.6rem;
}
}
/* ==============================================================
   テキスト
   ============================================================== */
strong {
	font-weight: 600;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
/* ==============================================================
   #リスト
   ============================================================== */
ul,
ol {
	font-size: 1.4rem;
	margin-top: calc(var(--column-gutter) / 2);
	margin-bottom: calc(var(--column-gutter) / 2);
	padding: 0;
	list-style: none;
}
/*IE11対応*/
_:-ms-lang(x)::-ms-backdrop, ul, _:-ms-lang(x)::-ms-backdrop, ol {
 margin-top: 12px;
 margin-bottom: 12px;
}
ul li,
ol li {
}
ul li:last-child,
ol li:last-child {
	margin-bottom: 0;
}
ul.fw-list {
	list-style: disc;
}
ol.fw-list {
	list-style: decimal;
}
ul.fw-list li,
ol.fw-list li {
	margin-left: 1.5em;
}
ul.fw-list li + li,
ol.fw-list li + li {
	margin-top: 8px;
}
/* ==============================================================
   #画像
   ============================================================== */
img {
	border: 0;
	vertical-align: middle;
}
.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}
/* ==============================================================
   #テーブル
   ============================================================== */
table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	table-layout: fixed;
}
theader {
}
tbody {
}
tfooter {
}
th,
td {
	border: none;
	border-color: #CCC;
	padding: 24px 16px;/*vertical-align: baseline;*/
}
th {
	font-size: 1rem;
	text-align: left;
	width: 30%;
}
td {
	font-size: 1rem;
}
tbody:nth-child(even) th,
tbody:nth-child(even) td {
	background-color: #F6F4F2;
	padding-bottom: 30px;
}
tbody:nth-child(odd) th,
tbody:nth-child(odd) td {
}
 @media screen and (min-width: 768px) {
th {
	font-size: 1.4rem;
	text-align: left;
	width: 25%;
}
td {
	font-size: 1.4rem;
}
}
.spec-table {
	border: #E6E4E2 solid 1px;
}
.spec-table th,
.spec-table td {
	border: #E6E4E2 solid 1px;
	padding: 12px 16px;/*vertical-align: baseline;*/
}
@media screen and (min-width: 768px) {
.spec-table th,
.spec-table td {
	padding: 16px 32px;
}
}
 @media screen and (max-width: 639px) {
.table-wrap {
	margin: auto -32px;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
}
.table-wrap > .inner {
	width: 750px;
	padding-right: 32px;
	padding-left: 32px;
}
.table-wrap table {
	width: 100%;
}
}
/* ==============================================================
   #レイアウト
   ============================================================== */
.fw-container {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-right: 16px;
	padding-left: 16px;
}
 [class*="fw-col-"] {
 padding-right: 8px;
 padding-left: 8px;
}
.fw-row {
	margin-right: -8px;
	margin-left: -8px;
}
.no-gutter .fw-row {
	margin-right: 0;
	margin-left: 0;
}
.no-gutter,
.no-gutter [class*="fw-col-"] {
	padding-right: 0;
	padding-left: 0;
}
.fw-container.no-gutter {
	width: 100%;
	max-width: 100%;
	padding-right: 0;
	padding-left: 0;
}
@media screen and (min-width: 375px) {
.fw-container {
	padding-right: 32px;
	padding-left: 32px;
}
}
 @media screen and (min-width: 1280px) {
.fw-container {
max-width: calc(1024px + var(--column-gutter) * 2);
}
/*IE11対応*/
_:-ms-lang(x)::-ms-backdrop, .fw-container {
max-width: calc(1024px + 48px);
}
 .fw-container, [class*="fw-col-"] {
 padding-right :var(--column-gutter);
 padding-left: var(--column-gutter);
}
/*IE11対応*/
_:-ms-lang(x)::-ms-backdrop, .fw-container, _:-ms-lang(x)::-ms-backdrop, [class*="fw-col-"] {
 padding-right : 24px;
 padding-left: 24px;
}
.fw-row {
 margin-right:calc(var(--column-gutter) - var(--column-gutter) * 2);
 margin-left: calc(var(--column-gutter) - var(--column-gutter) * 2);
}
/*IE11対応*/
_:-ms-lang(x)::-ms-backdrop, .fw-row {
 margin-right: -24px;
 margin-left: -24px;
}
}
 @media screen and (min-width: 1440px) {
.fw-container {
max-width: calc(1280px + var(--column-gutter) * 2);
}
/*IE11対応*/
_:-ms-lang(x)::-ms-backdrop, .fw-container {
max-width: calc(1280px + 48px);
}
}
.fw-no-gutter > .fw-row {
	margin-right: 0;
	margin-left: 0;
}
.fw-no-gutter > .fw-row > [class*="fw-col-"] {
 padding-right: 0;
 padding-left: 0;
}
/* ==============================================================
   #カラム設定
   ============================================================== */
.fw-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  ::i-block-chrome, .fw-row {
 display: -webkit-box;
}
}
.reverse {
	flex-direction: row-reverse;
}
.vertical-reverse {
	flex-direction: column-reverse;
}
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
   スマートフォン（最小）
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
 [class*="fw-col-"] {
 flex-grow: 1;
 width: 100%;
}
.fw-col-100 {
	flex-basis: 100%;
	max-width: 100%;
}
.fw-col-90 {
	flex-basis: 90%;
	max-width: 90%;
}
.fw-col-83 {
	flex-basis: 83.3333%;
	max-width: 83.3333%;
}
.fw-col-80 {
	flex-basis: 80%;
	max-width: 80%;
}
.fw-col-75 {
	flex-basis: 75%;
	max-width: 75%;
}
.fw-col-70 {
	flex-basis: 70%;
	max-width: 70%;
}
.fw-col-66 {
	flex-basis: 66.6666%;
	max-width: 66.6666%;
}
.fw-col-60 {
	flex-basis: 60%;
	max-width: 60%;
}
.fw-col-50 {
	flex-basis: 50%;
	max-width: 50%;
}
.fw-col-40 {
	flex-basis: 40%;
	max-width: 40%;
}
.fw-col-33 {
	flex-basis: 33.33337%;
	max-width: 33.33337%;
}
.fw-col-30 {
	flex-basis: 30%;
	max-width: 30%;
}
.fw-col-25 {
	flex-basis: 25%;
	max-width: 25%;
}
.fw-col-20 {
	flex-basis: 20%;
	max-width: 20%;
}
.fw-col-16 {
	flex-basis: 16.66667%;
	max-width: 16.66667%;
}
.fw-col-10 {
	flex-basis: 10%;
	max-width: 10%;
}
.fw-start {
	justify-content: flex-start;
}
.fw-center {
	justify-content: center;
}
.fw-end {
	justify-content: flex-end;
}
.fw-top {
	align-items: flex-start;
}
.fw-middle {
	align-items: center;
}
.fw-bottom {
	align-items: flex-end;
}
.fw-stretch {
	align-items: stretch;
}
.fw-around {
	justify-content: space-around;
}
.fw-between {
	justify-content: space-between;
}
.fw-first {
	order: -1;
}
.fw-last {
	order: 1;
}

/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
	タブレット（横768px以上）
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
@media screen and (min-width: 768px) {
.fw-col-100-md {
	flex-basis: 100%;
	max-width: 100%;
}
.fw-col-90-md {
	flex-basis: 90%;
	max-width: 90%;
}
.fw-col-83-md {
	flex-basis: 83.33337%;
	max-width: 83.33337%;
}
.fw-col-80-md {
	flex-basis: 80%;
	max-width: 80%;
}
.fw-col-75-md {
	flex-basis: 75%;
	max-width: 75%;
}
.fw-col-70-md {
	flex-basis: 70%;
	max-width: 70%;
}
.fw-col-66-md {
	flex-basis: 66.66667%;
	max-width: 66.66667%;
}
.fw-col-60-md {
	flex-basis: 60%;
	max-width: 60%;
}
.fw-col-50-md {
	flex-basis: 50%;
	max-width: 50%;
}
.fw-col-40-md {
	flex-basis: 40%;
	max-width: 40%;
}
.fw-col-33-md {
	flex-basis: 33.33337%;
	max-width: 33.33337%;
}
.fw-col-30-md {
	flex-basis: 30%;
	max-width: 30%;
}
.fw-col-25-md {
	flex-basis: 25%;
	max-width: 25%;
}
.fw-col-20-md {
	flex-basis: 20%;
	max-width: 20%;
}
.fw-col-16-md {
	flex-basis: 16.66667%;
	max-width: 16.66667%;
}
.fw-col-10-md {
	flex-basis: 10%;
	max-width: 10%;
}
.fw-col-hidden-md {
	display: none;
	visibility: hidden;
}
.fw-start-md {
	justify-content: flex-start;
}
.fw-center-md {
	justify-content: center;
}
.fw-end-md {
	justify-content: flex-end;
}
.fw-top-md {
	align-items: flex-start;
}
.fw-middle-md {
	align-items: center;
}
.fw-bottom-md {
	align-items: flex-end;
}
.fw-stretch-md {
	align-items: stretch;
}
.fw-around-md {
	justify-content: space-around;
}
.fw-between-md {
	justify-content: space-between;
}
.fw-first-md {
	order: -1;
}
.fw-last-md {
	order: 1;
}
}
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
	タブレット（横992px以上）
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
@media screen and (min-width: 992px) {
.fw-col-100-tab {
	flex-basis: 100%;
	max-width: 100%;
}
.fw-col-90-tab {
	flex-basis: 90%;
	max-width: 90%;
}
.fw-col-83-tab {
	flex-basis: 83.33337%;
	max-width: 83.33337%;
}
.fw-col-80-tab {
	flex-basis: 80%;
	max-width: 80%;
}
.fw-col-75-tab {
	flex-basis: 75%;
	max-width: 75%;
}
.fw-col-70-tab {
	flex-basis: 70%;
	max-width: 70%;
}
.fw-col-66-tab {
	flex-basis: 66.66667%;
	max-width: 66.66667%;
}
.fw-col-60-tab {
	flex-basis: 60%;
	max-width: 60%;
}
.fw-col-50-tab {
	flex-basis: 50%;
	max-width: 50%;
}
.fw-col-40-tab {
	flex-basis: 40%;
	max-width: 40%;
}
.fw-col-33-tab {
	flex-basis: 33.33337%;
	max-width: 33.33337%;
}
.fw-col-30-tab {
	flex-basis: 30%;
	max-width: 30%;
}
.fw-col-25-tab {
	flex-basis: 25%;
	max-width: 25%;
}
.fw-col-20-tab {
	flex-basis: 20%;
	max-width: 20%;
}
.fw-col-16-tab {
	flex-basis: 16.66667%;
	max-width: 16.66667%;
}
.fw-col-10-tab {
	flex-basis: 10%;
	max-width: 10%;
}
.fw-col-hidden-tab {
	display: none;
	visibility: hidden;
}
.fw-start-tab {
	justify-content: flex-start;
}
.fw-center-tab {
	justify-content: center;
}
.fw-end-tab {
	justify-content: flex-end;
}
.fw-top-tab {
	align-items: flex-start;
}
.fw-middle-tab {
	align-items: center;
}
.fw-bottom-tab {
	align-items: flex-end;
}
.fw-stretch-tab {
	align-items: stretch;
}
.fw-around-tab {
	justify-content: space-around;
}
.fw-between-tab {
	justify-content: space-between;
}
.fw-first-tab {
	order: -1;
}
.fw-last-tab {
	order: 1;
}
}
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
	デスクトップ（横1200px以上）
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
@media screen and (min-width: 1280px) {
.fw-col-100-lg {
	flex-basis: 100%;
	max-width: 100%;
}
.fw-col-90-lg {
	flex-basis: 90%;
	max-width: 90%;
}
.fw-col-83-lg {
	flex-basis: 83.33337%;
	max-width: 83.33337%;
}
.fw-col-80-lg {
	flex-basis: 80%;
	max-width: 80%;
}
.fw-col-75-lg {
	flex-basis: 75%;
	max-width: 75%;
}
.fw-col-70-lg {
	flex-basis: 70%;
	max-width: 70%;
}
.fw-col-66-lg {
	flex-basis: 66.66667%;
	max-width: 66.66667%;
}
.fw-col-60-lg {
	flex-basis: 60%;
	max-width: 60%;
}
.fw-col-50-lg {
	flex-basis: 50%;
	max-width: 50%;
}
.fw-col-40-lg {
	flex-basis: 40%;
	max-width: 40%;
}
.fw-col-33-lg {
	flex-basis: 33.33337%;
	max-width: 33.33337%;
}
.fw-col-30-lg {
	flex-basis: 30%;
	max-width: 30%;
}
.fw-col-25-lg {
	flex-basis: 25%;
	max-width: 25%;
}
.fw-col-20-lg {
	flex-basis: 20%;
	max-width: 20%;
}
.fw-col-16-lg {
	flex-basis: 16.66667%;
	max-width: 16.66667%;
}
.fw-col-10-lg {
	flex-basis: 10%;
	max-width: 10%;
}
.fw-col-hidden-lg {
	display: none;
	visibility: hidden;
}
.fw-start-lg {
	justify-content: flex-start;
}
.fw-center-lg {
	justify-content: center;
}
.fw-end-lg {
	justify-content: flex-end;
}
.fw-top-lg {
	align-items: flex-start;
}
.fw-middle-lg {
	align-items: center;
}
.fw-bottom-lg {
	align-items: flex-end;
}
.fw-stretch-lg {
	align-items: stretch;
}
.fw-around-lg {
	justify-content: space-around;
}
.fw-between-lg {
	justify-content: space-between;
}
.fw-first-lg {
	order: -1;
}
.fw-last-lg {
	order: 1;
}
}
/* ==============================================================
   #ナビゲーション設定
   ============================================================== */
.fw-navi {
	margin: auto;
}
.fw-navi {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin: auto;
}
.fw-navi > li {
	cursor: pointer;
	flex-grow: 1;
	margin: 0;
}
.fw-navi > li > a {
	display: block;
}
/* ==============================================================
   #ボタン
   ============================================================== */
.btn-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin-top: var(--column-gutter);
}
/*IE11対応*/
_:-ms-lang(x)::-ms-backdrop, .btn-wrap {
margin-top: 24px;
display: block;
}
.btn-wrap.column {
	max-width: 456px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.btn-wrap.column > li {
	flex-basis: calc(50% - 10px);
	max-width: calc(200px - 10px);
}
.btn-wrap.column > li + li {
	margin-left: 16px;
}
.fw-btn {
	background-color: #262422;
	border: #262422 solid 1px;
	color: #FFF;
	font-size: 1.4rem;
	line-height: 1.2;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	max-width: 280px;
	text-align: center;
	padding: 8px 16px;
	cursor: pointer;
	margin: 0 auto;
	overflow: hidden;
	z-index: 2;
}
/*IE11対応*/
_:-ms-lang(x)::-ms-backdrop, .fw-btn {
 height: 48px;
}
.fw-btn:hover {
	background-color: #FFF;
	color: #262422;
}
.fw-btn.lage {
	flex-grow: 1;
	min-height: 64px;
	max-width: 375px;
	padding: 16px 32px;
}
/*IE11対応*/
_:-ms-lang(x)::-ms-backdrop, .fw-btn.lage {
 height: 64px;
}
.alt-btn {
	background-color: #FFF;
	color: inherit;
}
.fw-btn::before {
	content: "";
	border-top: #FFF solid 1px;
	border-left: #FFF solid 1px;
	width: 8px;
	height: 8px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 16px;
	transform: rotate(135deg);
}
.fw-btn:hover::before {
	border-color: #262422;
}
.fw-btn.lage:hover .btn-arrow,
.fw-btn:hover .btn-arrow::after {
	border-color: #262422 solid 1px;
}
.fw-btn.alt-btn .btn-arrow::after {
	border-top: #262422 solid 1px;
	border-left: #262422 solid 1px;
}
.btn-arrow.alt::after {
	border-color: #262422;
}
 @media (min-width: 768px) {
.btn-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
/*IE11対応*/
_:-ms-lang(x)::-ms-backdrop, .btn-wrap {
margin-top: 24px;
display: block;
}
}
/* ==============================================================
   #Youtube埋込
   ============================================================== */
.fw-youtube {
	position: relative;
	width: 100%;
	margin: 30px auto;
	padding-top: 56.25%;
}
.fw-youtube.sq {
	background-color: #222;
	border-radius: 6px;
	padding-top: 100%;
	overflow: hidden;
	z-index: 2;
}
.fw-youtube iframe {
	width: 100% !important;
	height: 100% !important;
	position: absolute;
	top: 0;
	right: 0;
}
/* ==============================================================
   #アニメ：サムネイル拡大
   ============================================================== */
@media (min-width: 1280px) {
@-webkit-keyframes thumb-in {
 0% {
 -webkit-transform: scale(1) translate3d(0, 0, 0);
 transform: scale(1) translate3d(0, 0, 0);
}
 100% {
 -webkit-transform: scale(1.1) translate3d(0, 0, 0);
 transform: scale(1.1) translate3d(0, 0, 0);
}
}
 @keyframes thumb-in {
 0% {
 -webkit-transform: scale(1) translate3d(0, 0, 0);
 transform: scale(1) translate3d(0, 0, 0);
}
 100% {
 -webkit-transform: scale(1.1) translate3d(0, 0, 0);
 transform: scale(1.1) translate3d(0, 0, 0);
}
}
 @-webkit-keyframes thumb-out {
 0% {
 -webkit-transform: scale(1.1) translate3d(0, 0, 0);
 transform: scale(1.1) translate3d(0, 0, 0);
}
 100% {
 -webkit-transform: scale(1) translate3d(0, 0, 0);
 transform: scale(1) translate3d(0, 0, 0);
}
}
 @keyframes thumb-out {
 0% {
 -webkit-transform: scale(1.1) translate3d(0, 0, 0);
 transform: scale(1.1) translate3d(0, 0, 0);
}
 100% {
 -webkit-transform: scale(1) translate3d(0, 0, 0);
 transform: scale(1) translate3d(0, 0, 0);
}
}
}
/* ==============================================================
   #ヘッダー
   ============================================================== */
#header {
	background-color: rgba(255,255,255,1);
	height: 64px;
	width: 100%;
	margin: auto;
	padding: 0 calc(var(--column-gutter) / 2);
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	transform: translate3d(0, 0, 0);
	z-index: 99998;
}
/*IE11対応*/
_:-ms-lang(x)::-ms-backdrop, #header {
padding: 0 12px;
}
#header.is-closed {
	background-color: rgba(255,255,255,1);
}
 @media screen and (min-width: 768px) {
#header {
}
/*IE11対応*/
_:-ms-lang(x)::-ms-backdrop, #header {
padding: 0 24px;
}
}
 @media (min-width: 1440px) {
#header {
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	max-width: var(--gutter-left);
	padding: 0;
	right: auto;
}
/*IE11対応*/
_:-ms-lang(x)::-ms-backdrop, #header {
max-width: 280px;
}
}
/* ==============================================================
   #ヘッダー：ハンバーガーメニュー
   ============================================================== */
#sp-btn {
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 64px;
	height: 64px;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 99999;
}
#sp-btn span {
	border: none;
}
#sp-btn span,
#sp-btn span::before,
#sp-btn span::after {
	background-color: #262422;
	display: block;
	height: 2px;
	width: 28px;
	margin: 0;
}
#sp-btn span::before,
#sp-btn span::after {
	content: "";
	position: absolute;
}
#sp-btn span::before {
	top: -10px;
}
#sp-btn span::after {
	bottom: -10px;
}
#sp-btn.is-active span::before,
#sp-btn.is-active span::after {
	top: 0;
	bottom: 0;
}
#sp-btn.is-active span,
#sp-btn.is-active span::before,
#sp-btn.is-active span::after {
	background-color: #262422;
	display: block;
	height: 2px;
	width: 28px;
	margin: auto;
}
#sp-btn.is-active span {
	background-color: transparent;
	height: 0;
}
#sp-btn.is-active span::before {
	top: 0;
	bottom: 0;
	transform: rotate(45deg);
}
#sp-btn.is-active span::after {
	top: 0;
	bottom: 0;
	transform: rotate(-45deg);
}
 @media screen and (min-width: 1440px) {
#sp-btn {
	display: none;
}
}
.g-nav-layer {
	height: calc(100vh - 64px);
	width: auto;
	margin: auto;
	position: fixed;
	top: 64px;
	right: 0;
	left: 0;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	display: none;
}
.g-nav-layer > .inner {
	display: flex;
	align-items: center;
	justify-content: center;
 padding: calc(var(--column-gutter) * 1) 0 calc(var(--column-gutter) * 3);
}
/*IE11対応*/
_:-ms-lang(x)::-ms-backdrop, .g-nav-layer > .inner {
 padding: 24px 0 72px;
}
.g-nav-layer.is-active {
	background-color: rgba(255,255,255,0.95);
	display: block;
	visibility: visible;
}
.g-nav-layer.is-close {
	display: none;
	visibility: hidden;
}
.scroll-prevent {
	position: fixed;
	z-index: -1;
	width: 100%;
	height: 100%;
}
 @media screen and (min-width: 768px) {
.g-nav-layer > .inner {
	height: 100%;
	max-width: 50%;
	min-width: 360px;
	margin: auto;
	padding: 0;
}
}
 @media screen and (min-width: 1440px) {
.g-nav-layer {
	height: auto;
	position: static;
	top: auto;
	right: 0;
	left: 0;
	overflow-x: visible;
	display: block;
}
/*IE11対応*/
_:-ms-lang(x)::-ms-backdrop, .g-nav-layer {
 position: absolute;
 top: 0;
 bottom: 0;
}
.g-nav-layer.is-close {
	display: inherit;
	visibility: visible;
}
.g-nav-layer > .inner {
	max-width: 100%;
	min-width: auto;
	margin: auto;
}
.scroll-prevent {
	position: static;
	z-index: 1;
	width: auto;
}
}
/* ==============================================================
   #ヘッダー：ロゴ
   ============================================================== */
#logo {
	display: flex;
	align-items: center;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 16px;
	z-index: 99;
}
#logo a {
	display: block;
}
#logo img {
	display: block;
	height: 32px;
	width: auto;
	margin: 0;
}
 @media (min-width: 1440px) {
#logo {
	width: 100%;
	padding: 48px var(--column-gutter);
	position: absolute;
	top: 0;
	bottom: auto;
	left: 0;
	margin: 0;
}
/*IE11対応*/
_:-ms-lang(x)::-ms-backdrop, #logo {
padding: 48px 24px;
}
#logo img {
	height: 44px;
}
}
 @media (min-width: 1600px) {
/*#logo {
 padding: 48px calc(var(--column-gutter) * 2);
}*/

#logo {
 padding: 48px 48px 0 48px;
}
/*IE11対応*/
_:-ms-lang(x)::-ms-backdrop, #logo {
padding: 48px
}
}

@media (min-width: 1440px){
#logo {
 padding: 48px 48px 0 48px;
}
}
/* ==============================================================
   #グローバルナビ
   ============================================================== */
#g-nav {
}
/*IE11対応*/
_:-ms-lang(x)::-ms-backdrop, #g-nav {
 width: 100%;
}
#g-nav.open {
	height: auto;
}
#g-nav > ul {
	margin: auto;
}
#menu-1,
#menu-2 {
	text-align: left;
	margin: auto;
}
#menu-1 {
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 24px;
}
#menu-2 {
	padding: 0 var(--column-gutter);
}
/*IE11対応*/
_:-ms-lang(x)::-ms-backdrop, #menu-2 {
padding: 0 24px;
}
.nav-item {
	flex-basis: 100%;
	max-width: 100%;
}
#g-nav:hover #menu-1 .nav-item a span,
#g-nav:hover #menu-1 .nav-item p span {
	opacity: 0.5;
	transition: opacity .3s;
}
#g-nav:hover #menu-1 .nav-item a:hover span,
#g-nav:hover #menu-1 .nav-item p:hover span {
	opacity: 1;
	transition: opacity 0s;
}
.nav-item a,
.nav-item p {
	font-size: 1.2rem;
	line-height: 1.4;
	display: flex;
	align-items: center;
	justify-content: start;
	height: 48px;
	cursor: pointer;
	padding: 0 24px;
	margin: 0;
}
.nav-item a:hover,
.nav-item p:hover,
.nav-layer li:hover a {
	background-color: #F6F4F2;
}
#insulation #nav-2 > p,
#insulation #nav-2 .nav-layer #nav-sub-5 a,
#heatshock #nav-2 > p,
#heatshock #nav-2 .nav-layer #nav-sub-15 a,
#performance #nav-2 > p,
#performance #nav-2 .nav-layer #nav-sub-7 a,
#airtight #nav-2 > p,
#airtight #nav-2 .nav-layer #nav-sub-6 a,
#adhouse #nav-3 > p,
#adhouse #nav-3 .nav-layer #nav-sub-12 a,
#rhouse #nav-3 > p,
#rhouse #nav-3 .nav-layer #nav-sub-13 a,
#hirogalie #nav-3 > p,
#hirogalie #nav-3 .nav-layer #nav-sub-14 a,
.post-type-archive-gallery #nav-4 a,
.single-gallery #nav-4 a,
.post-type-archive-openhouse #nav-5 a,
.single-openhouse #nav-5 a,
#showroom #nav-6 a,
#staff #nav-7 a,
.post-type-archive-land #nav-8 a,
.single-land #nav-8 a,
#company #nav-9 a,
#company #nav-10 a,
#guide #nav-11 a,
#original-facility #nav-12 > p,
#original-facility #nav-12 .nav-layer #nav-sub-8 a,
#kitchen #nav-12 > p,
#kitchen #nav-12 .nav-layer #nav-sub-9 a,
#bath #nav-12 > p,
#bath #nav-12 .nav-layer #nav-sub-10 a,
#wall #nav-12 > p,
#wall #nav-12 .nav-layer #nav-sub-11 a,
#modelhouse #nav-13 a,
#design #nav-14 > p,
#design #nav-14 .nav-layer #nav-sub-1 a,
#iekachi #nav-14 > p,
#iekachi #nav-14 .nav-layer #nav-sub-2 a,
#staff #nav-14 > p,
#staff #nav-14 .nav-layer #nav-sub-3 a,
#voice #nav-14 > p,
#voice #nav-14 .nav-layer #nav-sub-4 a,
#graftekt #nav-15 a
{
	background-color: #F6F4F2;
}
.nav-item a::before,
.nav-item p::before {
	content: "";
	border-top: #262422 solid 1px;
	border-left: #262422 solid 1px;
	width: 6px;
	height: 6px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: calc(24px + 2px);
	transform: rotate(135deg);
	opacity: 0.5;
}
#design #nav-1 a::before,
#insulation #nav-2 > p::before,
#insulation #nav-2 .nav-layer #nav-sub-5 a::before,
#heatshock #nav-2 > p::before,
#heatshock #nav-2 .nav-layer #nav-sub-15 a::before,
#performance #nav-2 > p::before,
#performance #nav-2 .nav-layer #nav-sub-7 a::before,
#airtight #nav-2 > p::before,
#airtight #nav-2 .nav-layer #nav-sub-6 a::before,
#adhouse #nav-3 > p::before,
#adhouse #nav-3 .nav-layer #nav-sub-12 a::before,
#rhouse #nav-3 > p::before,
#rhouse #nav-3 .nav-layer #nav-sub-13 a::before,
#adm #nav-3 > p::before,
#adm #nav-3 .nav-layer #nav-sub-3 a::before,
.post-type-archive-gallery #nav-4 a::before,
.single-gallery #nav-4 a::before,
.post-type-archive-openhouse #nav-5 a::before,
.single-openhouse #nav-5 a::before,
#showroom #nav-6 a::before,
#staff #nav-7 a::before,
.post-type-archive-land #nav-8 a::before,
.single-land #nav-8 a::before,
#company #nav-9 a::before,
#company #nav-10 a::before,
#guide #nav-11 a::before,
#performance #nav-12 > p,
#performance #nav-12 .nav-layer #nav-sub-12 a,
#airtight #nav-12 > p,
#airtight #nav-12 .nav-layer #nav-sub-1 a {
	display: none;
}
.nav-item span {
	font-size: 1.4rem;
	font-weight: bold;
	letter-spacing: .2em;
	display: inline-block;
	transform: scaleX(0.8);
	transform-origin: left;
}
.nav-item span strong {
	font-family: 'Roboto Condensed', 'Noto Serif JP', Hiragino Kaku Gothic Pro, Meiryo, MS PGothic, arial, sans-serif;
	font-size: 1.2rem;
	font-weight: normal;
	text-transform: uppercase;
	display: inline-block;
	transform: scaleX(1);
	opacity: 0;
}
#menu-2 {
}

#menu-2 img.ballon{
	position: absolute;
    z-index: 2;
    width: 40px;
    top: -10px;
    left: 50px;
}

#menu-2 .nav-item a {
	background-color: #262422;
	border: #262422 solid 1px;
	color: #FFF;
	height: 54px;
	justify-content: center;
}
#menu-2 .nav-item a::before {
	display: none;
}
#menu-2 .nav-item a:hover {
	background-color: #FFF;
	color: #262422;
}
#menu-2 .nav-item a span {
	letter-spacing: 2px;
	padding-left: 2px;
	transform-origin: center;
}
#menu-2 .nav-item + .nav-item a {
	border-top-color: #FFF solid 1px;
}
@media screen and (max-width: 1439px) {
#menu-1 {
	padding-top: 200px;
}
#menu-2 {
	display: none;
}

#menu-3 {
	display: flex;
	flex-wrap: wrap;
	background: #eaeaea;
	padding: 20px 8px 5px;
	width: 100%;
	position: absolute;
	top: 0;
}

#menu-3 img.ballon{
	position: absolute;
    z-index: 2;
    width: 40px;
    top: -10px;
    left: 36%;
}

/* #menu-3 .menu-item {
	flex-shrink: 0;
	flex-basis: 33.33333334%;
	padding-left: 6px;
	padding-right: 6px;
}
#menu-3 .menu-item a {
	background-color: #fff;
	border: #262422 solid 1px;
	color: inherit;
	font-weight: normal;
	padding: 0 5px;
	height: 30px;
	display: flex;
	align-items: center;
}
#menu-3 .menu-item:nth-of-type(1) a {
	color: #fff;
	background: linear-gradient(110deg, rgba(1,96,186,1) 4%,rgba(0,0,0,1) 97%);
}
#menu-3 .menu-item a:before {
	font-family: "Font Awesome 5 Free";
	font-size: 13px;
	font-weight: 600;
	line-height: 1;
	padding-right: 5px;
	vertical-align: middle;
}
#menu-3 .menu-item:nth-of-type(1) a:before {
	content: "\f518";
}
#menu-3 .menu-item:nth-of-type(2) a:before {
	content: "\f015";
}
#menu-3 .menu-item:nth-of-type(3) a:before {
	content: "\f05a";
} */

#menu-3 .menu-item {
	flex-shrink: 0;
	flex-basis: 50%;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
}
#menu-3 .menu-item a {
	background-color: #262422;
	color: #fff;
	color: inherit;
	font-size: 14px;
	font-weight: normal;
	padding: 0 0 0 10px;
	height: 50px;
	display: flex;
	align-items: center;
}

#menu-3 .menu-item a:before {
	font-family: "Font Awesome 5 Free";
	font-size: 13px;
	font-weight: 600;
	line-height: 1;
	padding-right: 5px;
	vertical-align: middle;
}
/* #menu-3 .menu-item:nth-of-type(2) a:before {
	content: "\f518";
}

#menu-3 .menu-item:nth-of-type(2) a:before {
	content: "\f518";
}
#menu-3 .menu-item:nth-of-type(3) a:before {
	content: "\f086";
}
#menu-3 .menu-item:nth-of-type(4) a:before {
	content: "\f05a";
} */

#menu-3 .menu-item a:hover {
	background-color: #fff;
	color: #262422;
}

#menu-3 .menu-item a span {
	color:#fff;
	font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: .2em;
    display: inline-block;
    transform: scaleX(0.8);
    transform-origin: left;
	padding-left: 10px;
}

#menu-3 .menu-item a img{
	width:25px;
}

#menu-3 .menu-item a img.info{
	width:20px;
}

#menu-3 .menu-item a::before {
    content: "";
    border-top: #fff solid 1px;
    border-left: #fff solid 1px;
    width: 6px;
    height: 6px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: calc(8px + 2px);
    transform: rotate(135deg);
}


}
@media screen and (min-width: 768px) {
#menu-1 {
	padding-top: 100px;
}
#menu-3 {
	top: 30px;
}
}

/* アコーディオン */
.nav-layer {
	margin: 0;
}
#g-nav #nav-2 p,
#g-nav #nav-3 p,
#g-nav #nav-12 p,
#g-nav #nav-14 p{
	display: none;
}
.nav-layer > ul {
	margin: 0;
}
.nav-layer > ul > li {
	padding: 0;
}
.nav-layer > ul > li a {
	color: #262422;
}
.nav-layer li:nth-child(3) a span {
	line-height: 1.2;
	letter-spacing: 0!important;
}
@media screen and (max-width: 1439px) {
#g-nav #nav-3,
#g-nav #nav-4,
#g-nav #nav-9,
#g-nav #nav-12,
#g-nav #nav-14{
	border-top: 2px solid #eaeaea;
}


}
@media screen and (min-width: 768px) {
.nav-item span {
	font-size: 1.6rem;
}
}
 @media screen and (min-width: 1440px) {
#menu-3 {
	display: none;
}
#g-nav {
}
/*IE11対応*/
_:-ms-lang(x)::-ms-backdrop, #g-nav {
 width: 280px;
}
#menu-1,
#menu-2,
#facebook {
	text-align: center;
}
.nav-item a,
.nav-item p {
	font-size: 1.3rem;
	line-height: 1.4;
	display: flex;
	align-items: center;
	height: 48px;
}
.nav-item,
.nav-item a,
.nav-item p {
	padding: 0 24px;
}
#menu-1 > li {
	border-bottom: none;
	flex-basis: 100%;
	max-width: 100%;
	opacity: 1!important;
	transform: none!important;
}
.nav-item span {
	font-size: inherit;
	letter-spacing: 0;
	display: inline-block;
	transform: none;
}
.nav-item span strong {
	font-size: 1.2rem;
	font-weight: normal;
	text-transform: uppercase;
	display: inline-block;
	transform: scaleX(1);
	opacity: 0;
}
#menu-2 {
	padding: 0;
}
/* アコーディオン */
.nav-layer {
	background-color: #FFF;
	display: none;
	margin: 0;
	position: absolute;
	top: -24px;
	left: 100%;
	opacity: 0;
	z-index: -100;
}
.nav-layer > ul {
	background-color: #E8E6E4;
	width: 400px;
	margin: 0;
	padding: 24px;
}
#g-nav #nav-2 p,
#g-nav #nav-3 p,
#g-nav #nav-12 p,
#g-nav #nav-14 p{
	display: flex;
	z-index: 101;
}
#nav-2:hover .nav-layer,
#nav-3:hover .nav-layer,
#nav-12:hover .nav-layer,
#nav-14:hover .nav-layer{
	display: block;
	opacity: 1;
	z-index: 100;
	animation: show .2s linear 0s;
}
#nav-2:hover .nav-layer::before,
#nav-3:hover .nav-layer::before,
#nav-12:hover .nav-layer::before,
#nav-14:hover .nav-layer::before{
	content: "";
	background-color: #F6F4F2;
	height: 44px;
	width: var(--gutter-left);
	margin: auto;
	position: absolute;
	top: 24px;
	left: calc(-280px + 24px);
}
.nav-layer > ul > li {
}
.nav-layer > ul > li:first-child::after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 0 8px 8px;
	border-color: transparent transparent transparent #F6F4F2;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -24px;
}
.nav-layer > ul > li > a {
	color: #262422;
}
}
 @media screen and (min-width: 1380px) and (max-height: 900px) {
.nav-item a,
.nav-item p,
#nav-2:hover .nav-layer::before,
#nav-3:hover .nav-layer::before,
#nav-12:hover .nav-layer::before,
#nav-14:hover .nav-layer::before{
	height: 32px;
}
.nav-item a,
.nav-item p {
	font-size: 1.1rem;
}
}
@keyframes show {
 from {
 transform: translateX(-20px);
}
to {
	transform: translateX(0);
}
}
/* ==============================================================
   #ビルボード
   ============================================================== */
#billboard-area {
	height: 100%;
	max-height: 90%;
	padding-top: 64px;
	padding-bottom: 30px;
}
#billboard-wrap {
	height: 100%;
}
#billboard-wrap[data-emergence=hidden] .prallax {
	opacity: 0;
}
#billboard-wrap[data-emergence=visible] .prallax {
	-webkit-animation: kva 0.8s ease-out forwards;
	animation: kva 0.8s ease-out forwards;
}
#billboard-wrap[data-emergence=hidden] .page-ttl {
	color: #262422;
	transition: color ease 4s;
	z-index: 2;
}
#billboard-wrap[data-emergence=visible] .page-ttl {
	color: #FFF;
}
 @-webkit-keyframes kva {
 0% {
opacity: 0;
}
 100% {
opacity: 1;
}
}
#billboard {
	height: 100%!important;
	width: 100%;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
}
#billboard .vegas-container {
	height: 100%!important;
	transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
}
#billboard-wrap.pages {
	height: auto;
	padding-top: 64px;
	overflow: hidden;
}
#page-kv {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	height: 100vw;
	max-height: 100vw;
}
#page-kv::before {
	content: "";
	background-color: rgba(0,0,0,0.1);
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

#page-kv_graftekt {
	background-size: cover;
	background-position: -200px 0;
	background-repeat: no-repeat;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	height: 100vw;
	max-height: 100vw;
}
#page-kv_graftekt::before {
	content: "";
	background-color: rgba(0,0,0,0.1);
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}


 @media screen and (min-width: 768px) {
#billboard-area {
	max-height: 75vh;
	padding-bottom: 112px;
	/* max-height: 88vh;
	padding-bottom: 30px; */
}
#page-kv {
	height: 50vh;
	max-height: 50vh;
}
#page-kv_graftekt{
	height: 50vh;
	max-height: 50vh;
}
}
@media screen and (min-width: 768px) and (max-width: 1280px) and (orientation: landscape) {
#billboard-area {
	max-height: 88vh;
}
}

@media screen and (min-width: 1440px) {
#billboard-area {
	/* max-height: 100%; */
	padding-top: 48px;
	/* padding-bottom: 112px; */
	max-height: 90%;
	padding-bottom: 30px;
}
#billboard-wrap.pages {
	padding-top: 48px;
}
#page-kv {
	height: 66.66667vh;
	max-height: 66.66667vh;
}


	#page-kv_graftekt{
	background-position: center;
	height: 66.66667vh;
	max-height: 66.66667vh;
}


#billboard {
	padding-top: 0;
	padding-bottom: 0;
}
#billboard::before {
	bottom: 48px;
}
}
@media screen and (min-width: 1280px) and (max-height: 768px) {
#billboard-area {
	padding-top: 64px;
	padding-bottom: 88px;
	max-height: 100%;
}
#billboard-wrap {
	padding-top: 64px;
}
#billboard {
	padding-top: 0;
}
}
/* ==============================================================
   #トップ：ビルボードスライダー
   ============================================================== */
#billboard .slider,
#billboard .slick-list,
#billboard .slick-track,
#billboard .slide-item {
	height: 100%;
}
#billboard .slide-item {
	background-size: cover;
	background-position: center;
}
#billboard .no1 {
	display: block;
	height: 40px;
	width: 40px;
	position: absolute;
	right: 130px;
	top: 8px;
	overflow: hidden;
	z-index: auto;
}
.billboard-logo {
	display: block;
	position: absolute;
	top: 16px;
	right: 16px;
}
.billboard-logo img {
	width: auto;
	height: 24px;
}
#billboard .oh-info {
	background: linear-gradient(110deg, rgba(1,96,186,1) 4%,rgba(0,0,0,1) 97%);
	color: #fff;
	display: block;
	/* font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif; */
	font-size: 10px;
	padding: 2px 28px 2px 40px;
	height: 40px;
	width: auto;
	position: absolute;
	right: 0;
	top: 56px;
	overflow: hidden;
	z-index: 5;
}
#billboard .oh-info:before {
	background: url(./common/imgs/index/oh-info-logo.jpg) no-repeat left top / contain;
	content: "";
	width: 30px;
	height: 30px;
	position: absolute;
	left: 5px;
	top: 5px;
}
#billboard .oh-info:after {
	content: "\f054";
	font-family: "Font Awesome 5 Free";
	font-size: 12px;
	font-weight: 600;
	position: absolute;
	right: 8px;
	top: 50%;
	transform: translateY(-50%);
}
#billboard .oh-info:hover {
	opacity: 0.8;
}
#billboard .oh-info span {
	font-size: 11px;
}
#billboard .graftekt-info {
	display: block;
	height: 232px;
	width: 144px;
	position: absolute;
	right: 0;
	top: 56px;
	overflow: hidden;
	z-index: 5;
}

@media screen and (max-width: 768px) {
	#billboard .graftekt-info {
	display: block;
	height: 116px;
	width: 72px;
	position: absolute;
	right: 0;
	top: 56px;
	overflow: hidden;
	z-index: 5;
}
}

@media screen and (min-width: 768px) {
#billboard .no1 {
	display: block;
	height: 96px;
	width: 96px;
	position: absolute;
	right: 226px;
	bottom: 8px;
	top: inherit;
	overflow: hidden;
	z-index: auto;
}
.billboard-logo {
	display: block;
	position: absolute;
	top: auto;
	bottom: 32px;
	right: 32px;
}
.billboard-logo img {
	height: 40px;
}
#billboard .oh-info {
	font-size: 12px;
	padding: 7px 35px 7px 116px;
	height: 60px;
	width: 290px;
	right: 30px;
	top: inherit;
	bottom: 120px;
}
#billboard .oh-info:before {
	background: url(./common/imgs/index/oh-info-logo.jpg) no-repeat left top / 45px 45px, url(./common/imgs/index/oh-info-logo_2.jpg) no-repeat 55px top / 45px 45px;
	content: "";
	width: 100px;
	height: 45px;
	position: absolute;
	left: 6px;
	top: 8px;
}
#billboard .oh-info:after {
	font-size: 16px;
	position: absolute;
	right: 10px;
}
#billboard .oh-info span {
	font-size: 16px;
}
#billboard .graftekt-info {
	font-size: 12px;
	height: 232px;
	width: 144px;
	right: 30px;
	top: inherit;
	bottom: 120px;
}

}
@media screen and (min-width: 1280px) {
}
/* ==============================================================
   #トップ：ビルボードコンテンツ
   ============================================================== */
#billboard-con {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: flex-start;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 4;
}
#billboard-con .lead-ttl {
	color: #FFF;
	font-weight: bold;
	font-size: 2.6rem;
	line-height: 1.4;
	letter-spacing: .2em;
	flex-basis: 100%;
	margin-bottom: 0;
	padding: 24px;
	transform: scaleX(0.8);
	transform-origin: left;
}
#billboard-con .lead-ttl strong {
	font-size: 120%;
}
#billboard-con .lead-ttl .sp-indent {
	display: inline-block;
}
#top-news {
	background-color: #FFF;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	/* position: absolute;
	bottom: -176px;
	right: 0;
	left: 0; */
	padding: 24px 16px 32px;
	z-index: 6;
}
#top-news .news-list-wrap {
	background-color: rgba(255,255,255,1);
	border: #262422 solid 1px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	height: 128px;
	flex-basis: 100%;
	width: 100%;
}
#top-news .news-list-wrap + .news-list-wrap {
	margin-top: -1px;
}
#top-news .news-list li::after {
	content: "";
	border-top: #262422 solid 1px;
	border-left: #262422 solid 1px;
	width: 8px;
	height: 8px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 16px;
	transform: rotate(135deg);
}
#top-news .news-list-wrap h3 {
	border-right: #262422 solid 1px;
	font-size: 1.2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	flex-basis: 80px;
	max-width: 80px;
	margin: 0;
}
#top-news .news-list {
	height: 100%;
	flex-basis: calc(100% - 80px);
	max-width: calc(100% - 80px);
	padding: 0;
}
#top-news .news-list li {
	height: 50%;
	margin-top: 0;
}
#top-news .news-list li a {
	border-bottom: none;
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-size: 1.2rem;
	height: 100%;
	padding: 0 32px 0 16px;
}
#top-news .news-list li a .update {
	font-weight: normal;
	text-decoration: none;
}

#top-news .news-list li a time {
	font-size: 1rem;
	line-height: 1.8;
	display: inline;
	float: none;
}
#top-news .news-list li a small {
	display: inline;
	font-size: 1rem;
}
#top-news .news-list li span {
	font-weight: bold;
	display: block;
	padding-left: 0;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-decoration: underline;
	overflow: hidden;
}
 @media screen and (min-width: 768px) {
#billboard-con .lead-ttl {
	font-size: 4.8rem;
}
#top-news {
	/* bottom: -112px; */
	padding: 24px 48px;
}
#top-news .news-list-wrap {
	flex-basis: calc(100% / 2);
	width: calc(100% / 2);
}
/*IE11対応*/
_:-ms-lang(x)::-ms-backdrop, #top-news .news-list-wrap {
 flex-basis: 45%;
 width: 45%;
}
#top-news .news-list-wrap + .news-list-wrap {
	margin-top: 0;
	margin-left: -1px;
}
#top-news .news-list li a {
	font-size: 1.4rem;
}
}
 @media screen and (min-width: 1280px) {
#billboard-con .lead-ttl {
	padding: 48px
}
#top-news .news-list-wrap {
	flex-basis: 40%;
	max-width: 40%;
}
#billboard-con .lead-ttl .sp-indent {
	display: inline;
}
}
@media screen and (min-width: 1280px) and (max-height: 768px) {
#top-news {
	/* bottom: -88px; */
	padding: 12px 48px;
}
}
#main {
	background-color: #FFF;
	overflow: hidden;
	z-index: auto;
}
@media screen and (min-width: 768px) {
#main {
	z-index: 6;
}
}
@media screen and (min-width: 1440px) {
/*#billboard-wrap,
#main */
#billboard-area,
#main,
#footer {
	padding-right: 48px;
	padding-left: 280px;
}
}

/* ==============================================================
   #404
   ============================================================== */
   .sitemap-list {

	       display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0;
    padding-left: 1.5em;
   }
   .sitemap-list + .sitemap-list {
	   border-top: #E6E4E2 solid 1px;
   }

   .sitemap-list li {
	     width: 100%;
    padding: 12px 0;
   }

   .sitemap-list a {
	   font-size: 1.2rem;
	   font-weight: bold;
    line-height: 1.4;
    display: inline-flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    height: 48px;
    padding-right: 24px;
    cursor: pointer;
    margin: 0;
   }
   .sitemap-list a span {
	       list-style-type: disc;
    display: list-item;
   }
   .sitemap-list a:hover span {
	   text-decoration: underline;
   }
   .sitemap-list a span:before {
    content: "";
    border-top: #262422 solid 1px;
    border-left: #262422 solid 1px;
    width: 6px;
    height: 6px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -24px;
    transform: rotate(135deg);
    opacity: .5;
}

   .sitemap-list a small {
	   display: block;
	   font-size: 1rem;
	   font-weight: normal;
	   margin-top: 5px;
	   opacity: 0.5;
   }
    .sitemap-list a:hover small {
	    text-decoration: none;
    }

 @media screen and (min-width: 768px) {
	    .sitemap-list li {

    max-width: 33.33337%;
    flex-basis: 33.33337%;
    padding: 12px 0;
   }
	    .sitemap-list a {
	   font-size: 1.4rem;
   }
      .sitemap-list a span:before {
		display: none;
}
 }
  @media screen and (min-width: 1280px) {
	     .sitemap-list li {
    max-width: 25%;
    flex-basis: 25%;
    padding: 12px 0;
   }
  }


/*TOPメインビジュアル*/

.full{
    height: 100%;
}


.full div {
background-repeat: no-repeat;
    background-size: contain;
    background-position: inherit;
    height: 100%;
    margin: 0;
}

#billboard-area {
    height: 580px;
    max-height: 100%;
    padding-top: 64px;
    padding-bottom: 0;
}

.full div.top_img01 {
  background-image: url(./common/imgs/index/ADH_TOP_model_SP.webp);
}
.full div.top_img02 {
  background-image: url(./common/imgs/index/ADH_TOP_seinou_SP.webp);
}
.full div.top_img03 {
  background-image: url(./common/imgs/index/ADH_TOP_60year_SP.webp);
}
.full div.top_img04 {
  background-image: url(./common/imgs/index/ADH_TOP_R+_SP.webp);
}
.full div.top_img_oh_matome202302 {
  background-image: url(./common/imgs/index/main_sp-oh_matome202302.jpg);
}

@media screen and (min-width: 768px) {


#billboard-area {
    height: 100%;
    max-height: 94%;
    padding-top: 64px;
    /* padding-bottom: 30px; */
}

.full div {
background-repeat: no-repeat;
    background-size: contain;
    background-position: inherit;
    height: 100vh;
    margin: 0;
}


.full div.top_img01 {
  background-image: url(./common/imgs/index/ADH_TOP_model_PC.webp);
}
.full div.top_img02 {
  background-image: url(./common/imgs/index/ADH_TOP_seinou_PC.webp);
}
.full div.top_img03 {
  background-image: url(./common/imgs/index/ADH_TOP_60year_PC.webp);
}
.full div.top_img04 {
  background-image: url(./common/imgs/index/ADH_TOP_R+_PC.webp);
}
.full div.top_img_oh_matome202302 {
  background-image: url(./common/imgs/index/main_pc-oh_matome202302.jpg);
}

	
}


@media screen and (min-width: 768px) and (max-height: 1366px) and (orientation: portrait) {
.full{
    height: 100%;
}


.full div {
background-repeat: no-repeat;
    background-size: contain;
    background-position: inherit;
    height: 100%;
    margin: 0;
}

#billboard-area {
    height: 640px;
    max-height: 100%;
    padding-top: 64px;
    padding-bottom: 0;
}

  }




/*202302　OH４棟連続開催　この期間だけスライダー右上のロゴ非表示（PC・SPとも）*/

/*
	#billboard .no1 {
		display:none;
	}
	#billboard .billboard-logo{
		display:none;		
	}
	#billboard .graftekt-info{
		display:none;		
	}
*/

#company #info-map{
	margin-top: calc(24px* 2);	
}
#company #info-map .map-info-item2{
    max-width: 519px!important;
    margin: 0 auto;
}
.mb10{
	margin-bottom: 8rem
}
.info-showroom{
	margin: 2rem auto 0
}
.info-showroom .info-showroom-item .info-showroom-item_inner{
	max-width: 519px !important;
	margin: 0 auto
}
.info-showroom .info-showroom-item2 .info-showroom-item_inner{
	max-width: 519px !important;
}
@media screen and (max-width: 853px) {
	.mb10{
		margin-bottom: 6rem
	}
		#company #info-map .map-info-item2{
		padding-right: 32px;
        padding-left: 32px;
	}
	.mb10{
		margin-bottom: 5rem
	}

}
@media screen and (max-width: 767px) {
	
	.sp-pt2{
		padding-top: 2rem
	}
}
@media screen and (max-width: 344px) {
	#company #info-map .map-info-item2{
		padding-right: 16px;
		padding-left: 16px;
	}
}
@media screen and (min-width: 375px) {
.info-showroom .info-showroom-item .info-showroom-item_inner,.info-showroom .info-showroom-item2 .info-showroom-item_inner,#company #info-map .map-info-item2
	{
	padding-right: 32px;
	padding-left: 32px;
}
}
