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

/*
一般
*/
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: #ac2807 !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-red {
	width: 300px;
}
.btn-red a {
	display: block;
	text-align: center;
	color: white;
	font-weight: bold;
	font-size: 2.6rem;
	letter-spacing: 0.05em;
	background: #ac2807;
	line-height: 90px;
	text-decoration: none;
	transition: 0.3s ease;
	border-radius: 30px;
}

.l-header .btn-red-2 {
	width: 250px;
}

.l-header .btn-red a {
	font-size: 1.6rem;
	line-height: 50px;
}

.btn-red a:hover {
	opacity: 0.7;
}
.btn-red-2 {
	width: 350px;
	/* margin-top: 50px; */
	margin-top: 20px;
}
.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; */
	width: 120px;
	margin-bottom: 50px;
}
.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, #666666 0%, #000000 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 white;
	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;
}

.list-nav {
	position: relative;
}
.list-nav > li {
	box-sizing: border-box;
	margin-bottom: 20px;
}
.list-nav > li > a {
	display: block;
	position: relative;
	text-align: left;
	color: #222222;
	/* font-size: 2rem; */
	font-size: 1.3rem;
	font-weight: bold;
	transition: 0.3s ease;
	font-weight: bold;
	line-height: 1.1em;
}
.list-nav > li > a .en {
	/* font-size: 1.3rem; */
	font-size: 1.1rem;
	color: #ac2807;
}

.list-nav > li > a:hover {
	opacity: 0.6;
}
@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; */
		padding: 15px 5px;
		/* font-size: 1.5rem; */
		font-size: 1.3rem;
	}
}

/*
フッター
*/
.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: 135px;
	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;
}
.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;
	}
}


.modalArea {
    visibility: hidden; /* displayではなくvisibility */
    opacity : 0;
    position: fixed;
    z-index: 10; /* サイトによってここの数値は調整 */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: .4s;
}
  
.modalBg {
width: 100%;
height: 100%;
background-color: rgba(30,30,30,0.9);
}

.modalWrapper {
position: absolute;
top: 50%;
left: 50%;
transform:translate(-50%,-50%);
width: 70%;
height: 600px;
max-width: 800px;
padding: 10px 30px;
background-color: #fff;
overflow: auto;
}

.modalContents img {
display: block;
width: 100%;
margin: auto;
}

.closeModal {
position: absolute;
top: 1rem;
right: 1rem;
cursor: pointer;
background-color: #e7cf6f;
color: #ac2807;
padding: 0 6px;
border-radius: 100vh;
font-size: 2.5rem;
rotate: 45deg;
}

.is-show { /* モーダル表示用クラス */
visibility: visible;
opacity : 1;
}
/* モーダルCSSここまで */

/*----- support tel -----*/
.tel-sup-h3 {
	text-align: center;
	font-weight: bold;
	color: #ac2807;
	font-size: 3rem;
	margin-bottom: 2rem;
}

#tel-support {
	display: block;
    width: fit-content;
	margin: auto;
    text-decoration: none;
	text-align: center;
	margin-bottom: 17px;
    color: #717171;
    border-bottom: 2px solid #ac2807;
    font-size: 4rem;
    transition: none;
    padding: 0 6px 8px;
}

.tel-support-txt {
	display: table;
    max-width: 516px;
    font-weight: normal;
    font-size: 19px;
    line-height: 1.7894736842;
    color: #4d4d4d;
    text-align: justify;
    margin: auto;
}

.btn-black a {
	background-color: #000;
	cursor: pointer!important;
}