@charset "UTF-8";
/* ===================================================================
CSS information

file name	: first_load.css
author		 : Abilive
style info : 最初の読み込み
=================================================================== */
/* ===================================================================
CSS information

file name  : _settings.scss
author     : Abilive
style info : 汎用設定
=================================================================== */
#contents > div, #contents > section {
	opacity: 0;
}

body.js-fv-opacity #contents > div, body.js-fv-opacity #contents > section {
	opacity: 1;
}

html {
	font-size: small;
}

@media only screen and (min-width: 768px) {
	html {
		line-height: 2;
	}
}

@media only screen and (max-width: 767px) {
	html {
		line-height: 1.875;
	}
}

@media only screen and (min-width: 768px) {
	html {
		letter-spacing: 0.1em;
	}
}

@media only screen and (max-width: 767px) {
	html {
		letter-spacing: 0.1em;
	}
}

body {
	color: #333;
	background: #fff;
	-webkit-text-size-adjust: none;
	font-size: 124%;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	body {
		font-size: 116%;
	}
}

@media only screen and (max-width: 767px) {
	body {
		font-size: 80%;
	}
}

@media only screen and (min-width: 768px) {
	.ie body {
		font-size: 120%;
	}
}

@media only screen and (max-width: 767px) {
	.ie body {
		font-size: 90%;
	}
}

body a {
	color: #333;
	text-decoration: underline;
}

body a:hover {
	text-decoration: none;
}

body img {
	max-width: 100%;
	-webkit-touch-callout: none;
	line-height: 1;
}

body,
pre,
input,
textarea,
select {
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", "MS Ｐゴシック", "MS PGothic", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
	font-weight: 400;
	color: #333;
}

input,
select,
textarea {
	font-size: 100%;
}

@media only screen and (min-width: 1025px) {
	body .view_tab-sp,
	body .view_tab {
		display: none !important;
	}
}

@media only screen and (min-width: 768px) {
	body .view_sp {
		display: none !important;
	}
}

@media only screen and (max-width: 1024px) {
	body .view_pc {
		display: none !important;
	}
}

@media only screen and (max-width: 767px) {
	body .view_pc-tab,
	body .view_tab {
		display: none !important;
	}
}

@media only screen and (min-width: 1025px) and (max-width: 1440px) {
	body .view_pcl {
		display: none !important;
	}
}

@media only screen and (max-width: 1024px) {
	body .view_pcl {
		display: none !important;
	}
}

@media only screen and (min-width: 1441px) {
	body .view_pcs {
		display: none !important;
	}
}

@media only screen and (max-width: 1024px) {
	body .view_pcs {
		display: none !important;
	}
}

@media only screen and (min-width: 1025px) {
	br[data-pc=false] {
		display: none;
	}
}

@media only screen and (min-width: 1441px) {
	br[data-pcl=false] {
		display: none;
	}
}

@media only screen and (min-width: 1025px) and (max-width: 1440px) {
	br[data-pcs=false] {
		display: none;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	br[data-tab=false] {
		display: none;
	}
}

@media only screen and (max-width: 767px) {
	br[data-sp=false] {
		display: none;
	}
}

img {
	width: 100%;
}

img.lazyload, img.lazyloading {
	opacity: 0;
	visibility: hidden;
}

img.lazyloaded {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.05s ease-out;
	transition: opacity 0.05s ease-out;
}

img[loading=lazy] {
	width: 100%;
	height: auto;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.mouse .over {
	-webkit-transition: opacity 0.3s ease-in;
	transition: opacity 0.3s ease-in;
}

.mouse .over:hover,
.touch .over.touchstart {
	opacity: 0.7;
}

.touch .over {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.touch .over.touchend {
	-webkit-transition-delay: 200ms;
	transition-delay: 200ms;
}

#abi_page {
	overflow: hidden;
}

@media only screen and (min-width: 768px) {
	#abi_page {
		font-size: 100% !important;
	}
}

#header {
	background: url(../images/home/bg_fv.jpg) no-repeat center left/cover;
}

@media only screen and (min-width: 1441px) {
	#header {
		padding-bottom: 140px;
	}
}

@media only screen and (min-width: 1025px) and (max-width: 1440px) {
	#header {
		padding-bottom: 100px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	#header {
		padding-bottom: 100px;
	}
}

@media only screen and (max-width: 767px) {
	#header {
		padding-bottom: 8em;
	}
}

#header .wrp_fv .txt_seo {
	display: none;
}

#header .wrp_fv .h_logo {
	max-width: 192px;
	margin-right: auto;
	margin-left: auto;
}

@media only screen and (min-width: 1441px) {
	#header .wrp_fv .h_logo {
		padding: 30px 0;
	}
}

@media only screen and (min-width: 1025px) and (max-width: 1440px) {
	#header .wrp_fv .h_logo {
		padding: 20px 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	#header .wrp_fv .h_logo {
		padding: 20px 0;
	}
}

@media only screen and (max-width: 767px) {
	#header .wrp_fv .h_logo {
		padding: 1em 0;
	}
}

@media only screen and (min-width: 768px) {
	#header .wrp_fv .h_logo {
		width: 192px;
	}
}

@media only screen and (max-width: 767px) {
	#header .wrp_fv .h_logo {
		width: 40%;
	}
}

#header .wrp_fv .h_logo a {
	display: block;
}

#header .wrp_fv .con_fv {
	max-width: 1640px;
}

@media only screen and (min-width: 1025px) {
	#header .wrp_fv .con_fv {
		width: 96%;
		margin-right: auto;
		margin-left: auto;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	#header .wrp_fv .con_fv {
		width: 94%;
		margin-right: auto;
		margin-left: auto;
	}
}

@media only screen and (max-width: 767px) {
	#header .wrp_fv .con_fv {
		width: 91.14583%;
		margin-right: auto;
		margin-left: auto;
	}
}

#header .wrp_fv .con_fv .box_img {
	position: relative;
}

#header .wrp_fv .con_fv .box_img .main {
	position: relative;
	z-index: 1;
	-webkit-box-shadow: 0 0.6em 3em 0 rgba(0, 0, 0, 0.25);
	box-shadow: 0 0.6em 3em 0 rgba(0, 0, 0, 0.25);
}

#header .wrp_fv .con_fv .box_img .model {
	position: absolute;
	z-index: 2;
}

@media only screen and (min-width: 768px) {
	#header .wrp_fv .con_fv .box_img .model {
		width: 13.90244%;
	}
}

@media only screen and (max-width: 767px) {
	#header .wrp_fv .con_fv .box_img .model {
		width: 22%;
	}
}

@media only screen and (min-width: 768px) {
	#header .wrp_fv .con_fv .box_img .model {
		bottom: -50px;
	}
}

@media only screen and (max-width: 767px) {
	#header .wrp_fv .con_fv .box_img .model {
		bottom: -3.5em;
	}
}

@media only screen and (min-width: 768px) {
	#header .wrp_fv .con_fv .box_img .model {
		left: 19.20732%;
	}
}

@media only screen and (max-width: 767px) {
	#header .wrp_fv .con_fv .box_img .model {
		left: 2em;
	}
}

#header .wrp_fv .con_fv .box_img .txt {
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	position: absolute;
	z-index: 3;
}

@media only screen and (min-width: 768px) {
	#header .wrp_fv .con_fv .box_img .txt {
		width: 92.37805%;
	}
}

@media only screen and (max-width: 767px) {
	#header .wrp_fv .con_fv .box_img .txt {
		width: 95%;
	}
}

@media only screen and (min-width: 768px) {
	#header .wrp_fv .con_fv .box_img .txt {
		bottom: -35px;
	}
}

@media only screen and (max-width: 767px) {
	#header .wrp_fv .con_fv .box_img .txt {
		bottom: -4.5em;
	}
}
