/*
Theme Name: LP01
Theme URI: http://clear-design.jp/
Description: CLEARdeSIGN header
Version: 1.0
Author: CLEARdeSIGN
Author URI: http://clear-design.jp/
Tags: CLEARdeSIGN
Text Domain: CLEARdeSIGN
*/

/**font setting**/
@import url('https://fonts.googleapis.com/css2?family=Abel&family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');

/* html :where(img) {
    height: auto;
    max-width: fit-content!important;
} */
/* loading img edit */
.lp-screen span > img {
    transform: matrix3d(3,0,0.00,0,0.00,3,0.00,0,0,0,1,0,0,0,0,1);
    -webkit-transform: matrix3d(3,0,0.00,0,0.00,3,0.00,0,0,0,1,0,0,0,0,1);
    -moz-transform: matrix3d(3,0,0.00,0,0.00,3,0.00,0,0,0,1,0,0,0,0,1);
    -ms-transform: matrix3d(3,0,0.00,0,0.00,3,0.00,0,0,0,1,0,0,0,0,1);
    -o-transform: matrix3d(3,0,0.00,0,0.00,3,0.00,0,0,0,1,0,0,0,0,1);
}

* {outline: none;}
body {
font-family: "Noto Sans JP","Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
font-size: 1rem;
font-weight: 400;
line-height: 1.6;
color: #212529;
}
@media(min-width:768px){
.index-wrap section{
    padding-top: 7em;
}
}
/*a link*/
.link-primary {
    color: #931E2F;
}

.link-primary::before {
    position: absolute;
    color: #007396;
    top: 0px;
    left: 0px;
    padding: 10px;
    overflow: hidden;
    content: attr(alt);
    transition: all 0.3s;
    transform: scale(0.8);
    opacity: 0;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
}

.link-primary:hover::before {
    transform: scale(1.2);
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}

.link-primary:hover {
    text-decoration: none;
}

/* color*/
:root {
    --primary: #931E2F !important;
}

.bg-primary {
    background-color: #931E2F !important;
}

.text-primary {
    color: #931E2F !important;
}

.border-primary {
    border-color: #931E2F !important;
}

.btn-primary {
    background-color: #931E2F !important;
    border: 1px solid #931E2F !important;
    color: #fff !important;
}

.btn-primary:hover {
    background-color: #fff !important;
    border: 1px solid #931E2F !important;
    color: #931E2F !important;
}

#page_top a svg {
    width: 60px;
    -webkit-transition: all .3s;
    transition: all .3s;
    opacity: 1;
}
#page_top a:hover svg {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    animation: passing_6091 2s linear infinite;
    transform-origin: 50% 50%;
}

@media(min-width:1200px) {
    #page_top a svg {
        width: 100px;
    }
}

/**nav**/
.navbar-light .navbar-toggler {
    border-color: transparent;
}

.navbar-toggler:focus {
    outline: none;
}
.index-wrap a:hover {
text-decoration: none;
}
/*----------------------------------------------block:nav----------------------------------------------*/
/*#Navigation*/
@media(min-width:1200px) {
	.container-nav {
	width: calc(100% - 182px);
	margin-left: 3rem;
	}
}
.start-header {
	opacity: 1;
	background-color: rgba(255, 255, 255, .9)!important;
	transform: translateY(0);
	padding: 15px;
	box-shadow: 0 10px 30px 0 rgba(138, 155, 165, 0.15);/*メニューバーシャドウカラー*/
	box-shadow: none;/*メニューバーシャドウカラー*/
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
@media(min-width:1200px) {
	.start-header {
		padding: 10px 0;
	}
}
.start-header.scroll-on {
	box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);/*スクロール時メニューバーシャドウカラー*/
	padding: 15px ;
	background-color: #fff!important;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	z-index: 1020;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
}
.start-header.scroll-on .navbar-brand img{
	height: 35px;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.navigation-wrap {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.navbar{
	padding: 0;
}
.navbar-brand img{
    height: 40px;
	width: auto;
    display: block;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}
.navbar-toggler {
	float: right;
	border: none;
	padding-right: 0;
}
.navbar-toggler:active,
.navbar-toggler:focus {
	outline: none;
}
.navbar-light .navbar-toggler-icon {
	width: 24px;
	height: 17px;
	background-image: none;
	position: relative;
	border-bottom: 1px solid #000;/*ハンバーガー線カラー*/
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after, 
.navbar-light .navbar-toggler-icon:before {
	width: 24px;
	position: absolute;
	height: 1px;
	background-color: #000;/*ハンバーガー線カラー*/
	top: 0;
	left: 0;
	content: '';
	z-index: 2;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after{
	top: 8px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
	transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
	transform: translateY(8px) rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
	border-color: transparent;
}
.nav-link{
    font-size: 1rem;
    color: #535353 !important;
    font-weight: 400;
    transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
}
.nav-item:hover .nav-link{
	color: #931E2F !important;/*メニューホバーカラー*/
}
.nav-item.active .nav-link{
	color: #931E2F  !important;/*メニューactiveカラー*/
}
.nav-link {
	position: relative;
	padding: 10px 0 !important;
	display: inline-block;
	font-weight: 500;
}
.nav-item:after{
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
	height: 2px;
	content: '';
	background-color: #931E2F;/*メニューホバー時下線*/
	opacity: 0;
    transition: all 200ms linear;
}
.nav-item:hover:after{
	bottom: 0;
	opacity: 1;
}
.nav-item.active:hover:after{
	opacity: 0;
}
.nav-item{
	position: relative;
    transition: all 200ms linear;
}

/* #Primary style */
.bg-light {
	background-color: #fff !important;
    transition: all 200ms linear;
}
.section {
    position: relative;
	width: 100%;
	display: block;
}
.full-height {
    height: 100vh;
}
.over-hide {
    overflow: hidden;
}
.absolute-center {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
    margin-top: 40px;
	transform: translateY(-50%);
	z-index: 20;
}
.nav-item .dropdown-menu {
    transform: translate3d(0, 10px, 0);
    visibility: hidden;
    opacity: 0;
	max-height: 0;
    display: block;
	padding: 0;
	margin: 0;
    transition: all 200ms linear;
}
.nav-item.show .dropdown-menu {
    opacity: 1;
    visibility: visible;
	max-height: 999px;
    transform: translate3d(0, 0px, 0);
}
.dropdown-menu {
	padding: 10px!important;
	margin: 0;
	font-size: 13px;
	letter-spacing: 1px;
	color: #212121;
	background-color: #fcfaff;
	border: none;
	border-radius: 3px;
	box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
    transition: all 200ms linear;
}
.dropdown-toggle::after {
	display: none;
}
.dropdown-item {
	font-size: 1rem;
	padding: 3px 15px;
	color: #212121;
	border-radius: 2px;
    transition: all 200ms linear;
}
.dropdown-item:hover, 
.dropdown-item:focus,
.dropdown-item:active {
	color: #fff;/*ドロップダウンメニューホバー時背景色*/
	background-color: #931E2F; /*ドロップダウンメニューホバー時色*/
}
/* #Media（ハンバーガーメニュー）
================================================== */

@media (max-width: 1200px) { 
	.nav-item::before {
		position: absolute;
		display: block;
		top: 22px;
		left: 0;
		width: 11px;
		height: 1px;
		content: "";
		border: none;
		background-color: #000;
		vertical-align: 0;
	}
	.dropdown-toggle::after {
		position: absolute;
		display: block;
		top: 17px;
		left: -23px;
		width: 1px;
		height: 11px;
		content: "";
		border: none;
		background-color: #000;
		vertical-align: 0;
		transition: all 200ms linear;
		-webkit-transition: all 200ms linear;
		-moz-transition: all 200ms linear;
		-ms-transition: all 200ms linear;
		-o-transition: all 200ms linear;
	}
	.dropdown-toggle[aria-expanded="true"]::after{
		transform: rotate(90deg);
		opacity: 0;
	}
	.dropdown-menu {
		padding: 0 !important;
		background-color: transparent;
		box-shadow: none;
		transition: all 200ms linear;
	}
	.dropdown-toggle[aria-expanded="true"] + .dropdown-menu {
		margin-top: 10px !important;
		margin-bottom: 20px !important;
	}
}
/*----------------------------------------------block:nav END----------------------------------------------*/
footer div.row > div:nth-child(n+3){display:none;}
@media(min-width:992px){
	footer div.row > div:nth-child(n+3){display:block;}
}

/*sns*/
.sns {
	display: block;
	z-index: 10;
	position: fixed;
	right: 0;
	top: 45%;
	padding: 1rem 2rem;
	transform-origin: right bottom;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	width:100px;
	}
.btn-social {
	height: 2.5rem;
	width: 2.5rem;
	/* display: block; */
	margin: .5rem 0;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
}
.btn-aka {
	color: #fff;
	background-color: #751625;
	border-color: #751625;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
}
.btn-aka:hover {
	background-color: #fff;
	color: #751625;
}

/* h1style */
h1 {
	background-color:#931E2F;
	color:#fff;
	font-size: 13px;
	height: 34px;
	margin: 0;
	padding: 0;
	text-align: center;
	}
.navigation-wrap {
	margin-top: 34px;
}	
@media(min-width: 768px) {
	h1 {
		font-size: 14px;
		height: 20px;
		}
	.navigation-wrap {
		margin-top: 20px;
	}	
}
