/***************************
 *
 * モジュール
 *
 **************************/

/*
一般
*/
img {
}
.clear {
	clear: both;
}
.clearfix:after {
	clear: both;
	height: 0px;
	display: block;
	content: ".";
	visibility: hidden;
}
.mt-0 {
	margin-top: 0 !important;
}
.mb-0 {
	margin-bottom: 0 !important;
}
.pt-50 {
	padding-top: 50px !important;
}
.pb-50 {
	padding-bottom: 50px !important;
}
.mlr-0 {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

/*
カラー
*/
.green {
	color: #6bca87 !important;
}

.red {
	color: #ff4500 !important;
}
.pink {
	color: #f79ea6 !important;
}
.blue {
	color: #3eb2c0 !important;
}
.navy {
	color: #31428b !important;
}
.yellow {
	color: #d7c749 !important;
}
.orange {
	color: #ed9042 !important;
}

/*
OVER
*/

.over {
	-webkit-transition: 1s ease;
	-moz-transition: 1s ease;
	-ms-transition: 1s ease;
	-o-transition: 1s ease;
	transition: 1s ease;
}

.over:hover {
	-ms-filter: "alpha(opacity=7)";
	opacity: 0.3;
	-webkit-transition: 0s ease;
	-moz-transition: 0s ease;
	-ms-transition: 0s ease;
	-o-transition: 0s ease;
	transition: 0s ease;
}

/*
フォント
*/
.sans {
	font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
.sans-all * {
	font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
.serif {
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: normal;
}
.serif-all * {
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: normal;
}
.en {
	font-family: "Prompt", sans-serif;
	font-weight: 600;
	font-style: normal;
	letter-spacing: 0.05em;
}
.en-all * {
	font-family: "Prompt", sans-serif;
	font-weight: 600;
	font-style: normal;
	letter-spacing: 0.05em;
}
/*
ボタン
*/
div.center {
	text-align: center;
}
.btn-tel {
	width: 350px;
	margin-top: 10px;
}
.btn-tel a {
	display: block;
	text-align: center;
	color: white;
	font-weight: bold;
	font-size: 1.8rem;
	letter-spacing: 0.05em;
	background: linear-gradient(to bottom, #444444 0%, #010101 100%);

	line-height: 70px;
	text-decoration: none;
	transition: 0.3s ease;
}
.btn-tel a:hover {
	opacity: 0.7;
}
.btn-red {
	width: 300px;
}
.btn-red a {
	display: block;
	text-align: center;
	color: white;
	font-weight: bold;
	font-size: 1.8rem;
	letter-spacing: 0.05em;
	background: linear-gradient(to bottom, #ff8a00 0%, #f60100 100%);
	line-height: 70px;
	text-decoration: none;
	transition: 0.3s ease;
}
.btn-red-2 a {
	background: linear-gradient(to bottom, #ff8a00 0%, #f60100 100%);
	border-radius: 0;
}
.btn-red a:hover {
	opacity: 0.7;
}
.btn-red {
}
.btn {
	margin: 35px auto;
	width: 260px;
	display: block;
	position: relative;
}
.btn a {
	display: block;
	text-align: center;
	color: #333333 !important;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.5em;
	text-decoration: none !important;
	position: relative;
	transition: 0.3s ease;
	background: none;
	border-radius: 0px;
	box-sizing: border-box;
	transition: 0.3s ease;
	padding: 25px 0;
	border-radius: 20px;
	background: #fff;
}

.btns {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 30px;
	margin: 55px auto;
}
.btns .btn {
	width: auto;
	margin: 0;
}

/*
BG
*/

/*
IMAGE
*/

/*
アイコン
*/

/*
ANIMATE
*/

@keyframes fade-in5 {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 0.5;
	}
}
@keyframes fade-in {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes fade-out {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

.tab {
	display: none;
	opacity: 0;
}
.tab.is-active {
	display: block;
	opacity: 1;
	animation-duration: 0.5s;
	animation-name: fade-in;
	-moz-animation-duration: 0.5s;
	-moz-animation-name: fade-in;
	-webkit-animation-duration: 0.5s;
	-webkit-animation-name: fade-in;
}

/*
ボックス
*/
.box-content {
	max-width: 1300px;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
}

/*
ヘッダー
*/
.header-inner {
	max-width: 300px;
	margin: 0 auto;
}
.header-logo {
	width: 200px;
	margin-bottom: 70px;
	display: none;
}
.header-inner .btn {
	width: 100%;
	max-width: 300px;
}

.menu-trigger {
	position: fixed;
	right: 0px;
	bottom: 0px;
	display: block;
	width: 60px;
	height: 60px;
	cursor: pointer;
	z-index: 205;
	transform: translateX(0);
	transition: all 0.5s;
	text-align: center;
	background: linear-gradient(to bottom, #ffffff 0%, #aaaaaa 100%);
}
.menu-trigger.is-scroll {
}

.menu-trigger.is-active {
	z-index: 9999;
}
.menu-trigger span {
	display: inline-block;
	box-sizing: border-box;
	position: absolute;
	left: 18px;
	width: 24px;
	height: 1px;
	border-top: 2px solid black;
	transition: 0.3s ease all;
}
.menu-trigger.is-active span {
}
.menu-trigger span:nth-of-type(1) {
	top: 20px;
}
.menu-trigger.is-active span:nth-of-type(1) {
	top: 29px;
	transform: rotate(45deg);
}

.menu-trigger span:nth-of-type(2) {
	top: 29px;
}
.menu-trigger.is-active span:nth-of-type(2) {
	top: 29px;
	transform: scaleX(0);
	transform-origin: center center;
}
.menu-trigger span:nth-of-type(3) {
	top: 38px;
}
.menu-trigger.is-active span:nth-of-type(3) {
	top: 29px;
	transform: rotate(-45deg);
}
.menu-trigger small {
	color: white;
	text-align: center;
	display: block;
	position: absolute;
	left: 0;
	bottom: 27px;
	width: 100%;
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: 0.15em;
}
.menu-trigger.is-active small {
	color: #0f2f7a;
}
.menu-trigger.is-active small:after {
	content: "CLOSE";
	color: #fff;
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	display: block;
	width: 100%;
}
@media all and (max-width: 1330px) {
}

/*
GLOBAL NAVI
*/
.overlay {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(112, 112, 112, 0.7);
	opacity: 0;
	display: none;
}
.l-nav.is-active .overlay {
	opacity: 1;
	display: block;
	animation-duration: 0.5s;
	animation-name: fade-in;
}
.nav-inner {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	height: calc(100% - 60px);
	background: url(../img/bg.jpg) center center no-repeat;
	background-size: cover;
	z-index: 10;
	box-sizing: border-box;
	padding: 45px;
	transform: translate3d(100%, 0, 0);
	transition: 0.3s ease;
	overflow-y: scroll;
}
.l-nav.is-active .nav-inner {
	transform: translate3d(0%, 0, 0);
}
.list-nav {
	position: relative;
}
.list-nav > li {
	box-sizing: border-box;
	margin-bottom: 30px;
}
.list-nav > li > a {
	display: block;
	position: relative;
	text-align: center;
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	transition: 0.3s ease;
	font-weight: bold;
}
.list-nav > li > a .en {
	font-size: 1.2rem;
	color: #ac2807;
}

.list-nav > li > a:hover {
	opacity: 0.6;
}
.list-nav > li > a .up:before {
	content: "デーブモバイル";
	display: block;
	color: white;
	position: absolute;
	left: -12px;
	text-align: center;
	top: -8px;
	font-weight: bold;
	font-size: 0.8rem;
	letter-spacing: 1.1em;
	width: 100%;
}
/* @media all and (max-width: 1215px) {
	.l-nav .btn-red {
		width: 100%;
		max-width: 100%;
	}
	.l-nav .btn-red a {
		line-height: 1.5em;
		padding: 20px 5px;
		font-size: 1.5rem;
	}
} */
.l-header .btn-red {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	width: calc(50% - 30px);
	height: 60px;
	z-index: 20;
}
.l-header .btn-red a {
	line-height: 60px;
	padding: 0;
	font-size: 1.7rem;
}
.l-header .btn-tel {
	position: fixed;
	left: calc(50% - 30px);
	bottom: 0;
	width: 100%;
	width: calc(50% - 30px);
	height: 60px;
	z-index: 20;
}
.l-header .btn-tel a {
	line-height: 60px;
	padding: 0;
	font-size: 1.7rem;
}
/*
フッター
*/
.page-top {
	position: fixed;
	bottom: 15px;
	right: 20px;
	width: 24px;
	z-index: 50;
	opacity: 0;
	display: none;
}
.page-top.is-active {
	opacity: 1;
	display: block;
	animation-duration: 0.5s;
	animation-name: fade-in;
}
.page-top.is-stick {
	position: absolute;
	bottom: 100%;
	bottom: calc(100% - 230px);
	right: 20px;
}
.footer-logo {
	width: 120px;
	margin: 0 auto 25px;
}
.footer-nav {
}
.footer-nav ul {
}
.footer-nav ul > li {
}
.footer-nav ul > li > a {
	color: white;
	font-size: 1.8rem;
	line-height: 2.3em;
	display: block;
	text-align: center;
}
.copyright {
	text-align: center;
	color: white;
	font-size: 1.5rem;
	margin-top: 30px;
	border-top: 1px solid #444444;
	padding-top: 30px;
}
.box-fix-cam {
	max-width: 300px;
	margin: 0 auto;
}
.box-fix-cam img {
	display: block;
	margin-bottom: 20px;
}
.box-fix-cam p {
	text-align: left;
	font-size: 1.2rem;
	color: #6e5956;
	line-height: 1.5em;
}
.l-cam-links {
	position: fixed;
	right: 0;
	bottom: 20px;
	display: flex;
	justify-content: flex-end;
}
.l-cam-links > li {
	margin-right: 15px;
}
.l-cam-links > li > a {
	text-decoration: underline;
	font-size: 1.2rem;
	line-height: 1.5em;
	color: #6e5956;
	transition: 0.3s ease;
}
.l-cam-links > li > a:hover {
	text-decoration: none;
	color: #fff;
}
@media all and (max-width: 1100px) {
	.box-fix-cam {
		display: none;
	}
	.l-cam-links {
		display: none;
	}
}
