@charset "utf-8";
/*----------------------------------------------
	.l_all
---------------------------------------------*/
.l_all {
	position: relative;
	overflow: hidden;
}
/*----------------------------------------------
	.l_wrap
---------------------------------------------*/
.l_wrap {
	width: 1260px;
	margin: auto;
}
.l_wrap_lg {
	max-width: 1600px;
	width: calc(100% - 40px);
	margin: auto;
}
@media screen and (max-width: 1280px) {
	.l_wrap,
	.l_wrap_lg {
		width: 95%;
	}
}
/*----------------------------------------------
	.l_header
---------------------------------------------*/
.l_header {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	padding: 30px;
}
@media (max-width: 960px) {
	.l_header {
		padding: 20px;
	}
}
@media (max-width: 678px) {
	.l_header {
		padding: 20px 10px;
	}
}

/*  .l_logo
---------------------------------------------*/
.l_logo {
	font-size: 1rem;
	line-height: 1;
}
.l_logo img {
	width: 316px;
	height: auto;
}
@media (max-width: 768px) {
	.l_logo img {
		width: 40%;
		min-width: 200px;
	}
}

/*  .l_nav
---------------------------------------------*/
.menu-checkbox {
	display: none;
}
.l_nav_list {
	flex-direction: column;
}
.l_nav_list a {
	color: #fff;
}

.drawer-menu {
	position: fixed;
	top: 0;
	right: 0;
	height: 100%;
	width: 100%;
	transform: translateX(100%);
	transition: all 0.5s ease-in-out 0s;
	background-color: rgba(var(--rgb-sub-color), 0.95);
	z-index: 20;
}

.drawer-menu-list {
	width: 700px;
	max-width: 100%;
	margin: 100px auto 0;
}

.drawer-menu-item {
	background: url(../images/check_border.png) repeat-x 0 bottom / 10px auto;
}

.drawer-menu-item-link {
	display: block;
	padding: 1em 0;
	text-align: center;
	font-size: 0.83em;
	color: #fff;
	font-weight: 900;
}

.menu-checkbox:checked ~ .drawer-menu {
	transform: translateX(0);
}

.drawer-icon {
	cursor: pointer;
	position: fixed;
	top: 15px;
	right: 30px;
	justify-content: center;
	align-items: center;
	z-index: 99;
	width: 80px;
	height: 80px;
	background-color: var(--main-color);
	border-radius: 100px;
	transition: 0.3s;
}

.drawer-icon:hover {
	background-color: var(--sub-color);
}

.drawer-icon span,
.drawer-icon span:before,
.drawer-icon span:after {
	content: "";
	display: block;
	height: 5px;
	width: 32px;
	background-color: #fff;
	position: absolute;
	transition: all 0.5s ease-in-out 0s;
}
.drawer-icon span {
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
}

.drawer-icon span::before {
	bottom: 12px;
}

.drawer-icon span::after {
	top: 12px;
}

.menu-checkbox:checked ~ .drawer-icon span {
	background-color: rgba(255, 255, 255, 0);
}

.menu-checkbox:checked ~ .drawer-icon span::before {
	bottom: 0;
	transform: rotate(-45deg);
	background-color: #fff;
}

.menu-checkbox:checked ~ .drawer-icon span::after {
	top: 0;
	transform: rotate(45deg);
	background-color: #fff;
}

.menu-background {
	display: none;
	position: fixed;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* background: var(--sub-color); */
	opacity: 0;
	transition: all 0.5s ease-in-out 0s;
}

.menu-checkbox:checked ~ .menu-background {
	display: block;
	opacity: 0.3;
}
@media (max-width: 960px) {
	.drawer-icon {
		right: 20px;
		width: 60px;
		height: 60px;
	}
	.drawer-icon span,
	.drawer-icon span:before,
	.drawer-icon span:after {
		height: 4px;
		width: 26px;
	}
	.drawer-icon span::before {
		bottom: 10px;
	}
	.drawer-icon span::after {
		top: 10px;
	}
}
@media (max-width: 768px) {
	.drawer-icon {
		top: 10px;
	}
}
@media (max-width: 640px) {
	.drawer-icon {
		right: 10px;
		width: 50px;
		height: 50px;
	}
	.drawer-icon span,
	.drawer-icon span:before,
	.drawer-icon span:after {
		width: 22px;
	}
	.drawer-icon span::before {
		bottom: 8px;
	}
	.drawer-icon span::after {
		top: 8px;
	}
}
/*----------------------------------------------
	.l_pagetop　必要なら復活
---------------------------------------------*/
/* .l_pagetop {
    position: fixed;
    right: 10px;
    bottom: 10px;
}
.l_pagetop a {
    display: block;
    background: #fff;
    padding: .7em .7em .5em;
    font-size: 1.4rem;
    color: #222;
    text-align: center;
    text-decoration: none;
    line-height: 1.2;
    transition: all .2s ease;
}
.l_pagetop a:hover {
    color: #222;
    opacity: .5;
}
@media (max-width: 1280px) {
    .l_pagetop a  {
      font-size: calc(14px + ((1vw - 12.6px)*(16/10)));
    }
}
@media (max-width: 768px) {
    .l_pagetop {
        position: static;
    }
    .l_pagetop a {
        background: #222;
        border-bottom: 1px solid #000;
        padding: 1em;
        font-size: 1.2rem;
        color: #fff;
    }
    .l_pagetop a:hover {
        color: #fff;
    }
} */
/*----------------------------------------------
	.l_footer
---------------------------------------------*/
.l_footer {
	background-color: #222;
	padding: 100px 0;
	color: #fff;
	text-align: center;
}
.l_f_logo img {
	width: 30%;
	max-width: 400px;
}
.l_sns_list {
	margin: 20px 0 60px;
	text-align: center;
}
.l_sns_list li {
	display: inline-block;
}
.l_sns_list li a {
	transition: 0.3s;
}
.l_sns_list li a:hover {
	opacity: 0.5;
}
.l_sns_list li img {
	width: 60px;
}
/*  .l_copyright
---------------------------------------------*/
.l_copyright {
	font-size: 0.66em;
}
@media (max-width: 960px) {
	.l_footer {
		padding: 60px 0;
	}
	.l_sns_list {
		margin-bottom: 40px;
	}
	.l_sns_list li img {
		width: 40px;
	}
}
@media (max-width: 768px) {
	.l_footer {
		padding: 40px 0;
	}
	.l_f_logo img {
		width: 50%;
		max-width: 200px;
	}
	.l_sns_list {
		margin: 10px 0 20px;
	}
}
