@charset "UTF-8";
/* ---------- ---------- ----------

00. Common Setting
01. Header
02. Footer

---------- ---------- ---------- */

/* ---------- ---------- ----------
:: for large screen ::
@media screen and (min-width: 1025px) {
}
:: for medium screen ::
@media screen and (min-width: 641px) and (max-width: 1024px) {
}
:: for small screen ::
@media screen and (max-width: 640px) {
}
---------- ---------- ---------- */

/* -- ------------------------------
  00. Common Setting
------------------------------ --*/
/* Reset
---------- ---------- */
.g-Area .g-BrFooterSitemapUnit__title,
.g-Area .g-SocialFunction,
#area-PrivacyNotice,
.g-Area .g-PrivacyNotice {
	display: none;
}
.g-Area .g-BrFooterSitemapUnit__panel.is-close {
	display: block;
}
.lre-footer ul,
.lre-footer li {
	padding-left: 0;
	list-style: none;
}
.lre-header .g-Image--v2,
.lre-footer .g-Image--v2 {
	margin-bottom: 0;
}
.lre-header .g-Image--v2.is-link:hover,
.lre-footer .g-Image--v2.is-link:hover {
	opacity: 1;
}
.lre-header .lre-sns-icon img,
.lre-footer .lre-sns-icon img {
	width: 32px;
}


/* -- ------------------------------
  01. header
------------------------------ --*/
.lre-header {
	letter-spacing: .075rem;
}
/* logo-contact
---------- ---------- */
.lre-logo-contact-wrap {
	display: flex;
	align-items: center;
	margin: 15px 0;
}
.lre-logo {
	width: 16.66666667%;
	margin-left: 8.33333333%;
	padding: 0 15px;
}
.lre-contact {
	display: flex;
	justify-content: end;
	align-items: center;
	width: 56%;
	margin: 0;
	padding: 0 15px;
	font-size: .8125rem;
	list-style: none;
}
.lre-contact-item {
	margin: 0 10px
}
.lre-contact-link {
	color: #969696;
	text-decoration: none;
}
.lre-header .lre-contact-link:hover {
	text-decoration: underline;
}
@media screen and (max-width: 1024px) {
	.lre-logo-contact-wrap {
		justify-content: space-between;
		padding: 0 15px;
	}
	.lre-logo {
		width: initial;
		margin-left: 0;
		padding: 0;
	}
	.lre-contact {
		flex-wrap: wrap;
		width: initial;
		padding: 0;
	}
	.lre-contact-item:first-child {
		flex-basis: 100%;
		order: 4;
		margin-top: 6.5px;
		text-align: right;
	}
}

/* global navigation
---------- ---------- */
@media screen and (min-width: 1025px) {
	.lre-header .lre-gnav {
		background-color: #33c7bb;
		font-size: .9375rem;
	}
	.lre-header .lre-gnav-inner {
		max-width: 1140px;
		margin: 0 auto;
		padding: 0 15px;
	}
	.lre-header .lre-gnav-list {
		display: flex;
		margin: 0;
		list-style: none;
	}
	.lre-header .lre-gnav-item {
		position: relative;
	}
	.lre-header .lre-gnav-item:hover {
		background-color: rgba(44,169,192,.7);
	}
	.lre-header .lre-gnav-link {
		display: block;
		padding: 15px;
		color: #fff;
		text-decoration: none;
	}
	.lre-gnav-collection {
		display: block;
		padding: 15px;
		color: #fff;
		cursor: pointer;
	}
}
@media screen and (max-width: 1024px) {
	.lre-header .lre-gnav {
		background-color: #33c7bb;
	}
	.lre-header .lre-gnav-inner {
		padding: 10px 0;
	}
	.lre-header .lre-gnav-sp {
		margin: 0;
		padding-left: 0;
		border-top: 1px solid rgba(255, 255, 255, .1);
		list-style: none;
		max-height: 0;
		opacity: 0;
		visibility: hidden;
		transition: max-height .3s ease, opacity .3s ease;
	}
	.lre-header .lre-gnav-sp.is-open-sp {
		margin-top: 10px;
		padding-top: 10px;
		max-height: unset;
		opacity: 1;
		visibility: visible;
	}

	.lre-header .lre-gnav-item {
		font-size: .9375rem;
	}
	.lre-header .lre-gnav-link {
		display: block;
		width: max-content;
		padding: 10px 15px;
		color: #fff;
		text-decoration: none;
		position: relative;
		z-index: 2;
	}
	.lre-gnav-collection {
		display: block;
		padding: 10px 15px;
		color: #fff;
		cursor: pointer;
	}
}

/* dropdown menu
---------- ---------- */
@media screen and (min-width: 1025px) {
	.lre-drop-menu {
		position: relative;
	}
	.lre-drop-menu .lre-gnav-link {
		padding: 6px 30px 6px 15px;
	}
	.lre-drop-menu-nest-01-list {
		left: 0;
		opacity: 0;
		position: absolute;
		top: 100%;
		transition: opacity .3s, visibility .3s;
		visibility: hidden;
		width: max-content;
		padding-left: 0;
		background-color: rgba(51,122,183,.7);
		list-style: none;
		z-index: 1;
	}
	.lre-drop-menu-nest-02-list {
		left: 100%;
		opacity: 0;
		position: absolute;
		top: 0;
		transition: opacity .3s, visibility .3s;
		visibility: hidden;
		width: max-content;
		padding-left: 0;
		background-color: rgba(51,122,183,.7);
		list-style: none;
		z-index: 1;
	}
	.lre-drop-menu-nest-03-list {
		left: 100%;
		opacity: 0;
		position: absolute;
		top: 0;
		transition: opacity .3s, visibility .3s;
		visibility: hidden;
		width: max-content;
		padding-left: 0;
		background-color: rgba(51,122,183,.7);
		list-style: none;
		z-index: 1;
	}
	.lre-drop-menu:hover .lre-drop-menu-nest-01-list,
	.lre-drop-menu-nest-01-item:hover .lre-drop-menu-nest-02-list,
	.lre-drop-menu-nest-02-item:hover .lre-drop-menu-nest-03-list {
		opacity: 1;
		transition: opacity .3s, visibility .3s;
		visibility: visible;
	}
	.lre-drop-menu-nest-01-item,
	.lre-drop-menu-nest-02-item,
	.lre-drop-menu-nest-03-item {
		position: relative;
	}
	.lre-drop-menu-nest-01-item:hover,
	.lre-drop-menu-nest-02-item:hover,
	.lre-drop-menu-nest-03-item:hover {
		background-color: rgba(44,169,192,.7);
	}
	.lre-arrow {
		position: relative;
	}
	.lre-arrow::after {
		content: "";
		position: absolute;
		top: 50%;
		right: 2px;
		transform: translateY(-50%);
		border: 5px solid transparent;
		border-left: 8px solid #fff;
	}
}
@media screen and (max-width: 1024px) {
	.lre-drop-menu-nest-01-list,
	.lre-drop-menu-nest-02-list,
	.lre-drop-menu-nest-03-list {
		background-color: rgba(48, 156, 181, .7);
	}
	.lre-drop-menu-nest-01-list {
		display: none;
		padding-left: 0;
		list-style: none;
	}
	.lre-drop-menu-nest-01-list.active {
		display: block;
		padding-left: 5px;
	}
	.lre-drop-menu-nest-02-list,
	.lre-drop-menu-nest-03-list {
		padding-left: 0;
		list-style: none;
		max-height: 0;
		opacity: 0;
		visibility: hidden;
		transition: max-height .3s ease, opacity .3s ease;
	}
	.lre-drop-menu-nest-02-list.active,
	.lre-drop-menu-nest-03-list.active {
		padding-right: 30px;
		padding-left: 30px;
		max-height: unset;
		opacity: 1;
		visibility: visible;
		position: relative;
		z-index: 1;
	}
	.lre-nest {
		position: relative;
	}
	.lre-nest::after {
		content: "";
		display: block;
    position: absolute;
    width: 0;
    height: 0;
    top: 33%;
    right: 8px;
    border-style: solid;
    border-width: 6px 6px 0 6px;
    border-color: #fff transparent transparent transparent;
    transform: rotate(270deg);
	}
}

/* hamburger button
---------- ---------- */
@media screen and (min-width: 1025px) {
	.lre-menu-btn {
		display: none;
	}
}
@media screen and (max-width: 1024px) {
	.lre-menu-btn {
		position: relative;
		display: block;
		width: 44px;
		height: 34px;
		margin-left: auto;
		margin-right: 10px;
		background-color: transparent;
		border: 1px solid #fff;
		border-radius: 4px;
	}
	.lre-menu-btn-icon,
	.lre-menu-btn-icon:before,
	.lre-menu-btn-icon:after {
		content: '';
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 22px;
		height: 2px;
		border-radius: 1px;
		background-color: #fff;
		display: block;
	}
	.lre-menu-btn .lre-menu-btn-icon:before {
		top: -4px;
	}
	.lre-menu-btn .lre-menu-btn-icon:after {
		top: 6px;
	}
}


/* -- ------------------------------
  02. footer
------------------------------ --*/
.g-BrFooter {
	background-color: #fff;
	border-top: 0;
}
.g-BrFooter__inner {
	max-width: initial;
	padding: initial;
}
.lre-footer {
	margin-top: 55px;
	letter-spacing: .075rem;
}
.lre-footer .lre-gnav-outer {
	max-width: 1170px;
	margin: 0 auto;
	padding: 35px 10px 45px;
	border-top: 1px solid #e9e9e9;
}
@media screen and (max-width: 1024px) {
	.lre-footer .lre-gnav-outer {
		padding-right: 15px;
		padding-left: 15px;
	}
}

/* global navigation
---------- ---------- */
.lre-footer .lre-gnav {
	display: flex;
	justify-content: space-evenly;
}
.lre-footer .lre-heading-05 {
	margin: 10px 0 21px;
	font-size: .875rem;
	color: #595959;
	line-height: 1.1;
}
.lre-footer .lre-gnav-list {
	margin: 0;
}
.lre-footer .lre-laurierCollection .lre-gnav-item:not(:last-child),
.lre-footer .lre-quickLinks .lre-gnav-item:not(:last-child) {
	margin-bottom: 13px;
}
.lre-footer .lre-gnav-link {
	font-size: .8125rem;
	color: #969696;
	text-decoration: none;
}
.lre-footer .lre-gnav-link:hover {
	text-decoration: underline;
}
.lre-footer .lre-followUs {
	margin-top: auto;
}
.lre-footer .lre-followUs .lre-gnav-list {
	display: flex;
}
.lre-footer .lre-followUs .lre-gnav-item:not(:last-child) {
	margin-right: 5px;
}
@media screen and (max-width: 1024px) {
	.lre-footer .lre-gnav {
		display: block;
	}
	.lre-footer .lre-quickLinks .lre-heading-05,
	.lre-footer .lre-followUs .lre-heading-05 {
		margin-top: 34px;
	}
}

/* copyright
---------- ---------- */
.lre-copyright {
	background-color: #33c7bb;
	color: #fff;
}
.lre-copyright-inner {
	display: flex;
	align-items: center;
	max-width: 790px;
	height: 37px;
	margin: 0 auto;
	padding: 0 10px;
	line-height: 13px;
	font-size: .8125rem;
}
.lre-copyright-link {
	color: #fff;
	text-decoration: none;
}
.lre-copyright-link:hover {
	text-decoration: underline;
}
.lre-copyright-logo img {
	width: 49px;
	margin-right: 13px;
}
.lre-copyright-text-link-wrap {
	display: flex;
}
.lre-copyright-text {
	padding-right: 13px;
	border-right: 1px solid #fff;
}
.lre-copyright-disclaimer {
	padding: 0 13px;
	border-right: 1px solid #fff;
}
.lre-copyright-privacy {
	padding-left: 13px;
}
@media screen and (max-width: 1024px) {
	.lre-copyright-inner {
		display: block;
		max-width: 100%;
		padding: 10px 15px;
	}
	.lre-copyright-text,
	.lre-copyright-disclaimer,
	.lre-copyright-privacy {
		margin: 10px 0 0;
	}
	.lre-copyright-text {
		padding-right: 5px;
	}
	.lre-copyright-disclaimer {
		padding: 0 5px;
	}
	.lre-copyright-privacy {
		padding-left: 5px;
	}
}