@charset "utf-8";

.hEcWr {
    width: 100%;
    background: #001537;
    z-index: 99999999999;
    position: relative;
}

.hEcAr {
    margin: 0 auto;
    padding: 8px 5px;
    width: 96%;
}

.hEcBtnBx {
    margin: 0;
    display: flex;
    justify-content: flex-end;
}

.hEcBtn a {
    color: #FFF;
    display: flex;
    align-items: center;
    transition: .5s;
}

.hEcBtn a i {
    font-size: 18px;
    line-height: 1em;
    color: #fff;
}

.hEcBtn a span {
    margin: 0 0 0 0.5em;
    font-size: 12px;
    line-height: 1em;
    color: #fff;
}

.hEcBtn:nth-of-type(n + 2) {
    margin: 0 0 0 1.5em;
}

.hEcBtn a:hover span {
    text-decoration: underline;
}

a>.fa-shopping-cart:before {
    color: #fff;
}

/*---header----------------------------------------------*/

.header {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.headerListWr {
    background: #010C21;
    background-color: #fff;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hLogoLink {
    max-width: 80px;
    width: 100%;
    display: block;
}

.hOnlineBanner {
    max-width: 180px;
    width: 100%;
    display: block;
    margin: 0 auto 0 10px;
    transition: all .5s;
}

.hLinkSetWr {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-left: 15px;
}

.hSnsLink {
    max-width: 30px;
    width: 100%;
    display: block;
    transition: all .5s;
}

.hSnsLink:hover {
    opacity: .7;
}

.hSnsLinkMg01 {
    margin-right: 10px;
}

.hSnsLinkMg02 {
    margin-right: 0;
}

.hTelSetBox {
    display: none;
    align-items: baseline;
    color: #042966;
    line-height: 1.2em;
    margin-right: 15px;
}

.hTelText01 {
    font-size: 15px;
}

.hTelText02 {
    font-size: 25px;
}

.hContLink {
    max-width: 100px;
    width: 100%;
    height: 80px;
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    background-color: #042966;
    color: #fff;
    font-size: 18px;
    line-height: 1.182em;
    transition: all .5s;
}

.hContLink:hover {
    background-color: rgb(4 41 102 / 70%);
    color: #fff;
}

.hOnlineBanner:hover {
    opacity: 0.65;
}

.headerNavWr {
    background-color: #001537;
    color: #fff;
    padding: 16px 15px 18px;
    display: none;
}

.hNavLink {
    display: block;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.03em;
    line-height: 1.444em;
    transition: all .5s;
}

.hNavLink:hover {
    opacity: 0.65;
}

.headerNavBox {
    max-width: 1414px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

/*----*/

.header.clone.is-animation {
    top: 0;
    transition: all .5s;
    visibility: visible;
    opacity: 1;
}

.header.clone {
    position: fixed;
    top: -150px;
    transition: all .5s;
    visibility: hidden;
    opacity: 0;
}

/*----SP---*/

.hWrap {
	margin: 0 auto;
	max-width: 1920px;
	width: 100%;
	background: #fff;
}

.hWrap {
    display: block;
}

.hConte {
	display: none;
}

.hLogo {
    max-width: 100px;
    width: 100%;
}

.hLogoLink {
    display: block;
}

.hArea {
	padding: 10px 15px;
	width: 100%;
	display: flex;
	justify-content: center;
}

/*スマホ時のナビ*/

.spNavLinkIconBx {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.spNavLinkIconBx>img {
    width: 100%;
    max-height: 100%;
}

.spNavBlock {
    flex: 1;
    display: flex;
}

.spNav {
    max-width: calc(100% - 70px);
    width: 100%;
    height: 70px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999999;
}

.spNavArea {
	width: 100%;
	height: 100%;
	display: flex;
	background: #001537;
}

.spNavConte-l {
	width: 33.33%;
	border-right: 1px solid #FFF;
}


.spNavConte-m {
	width: 33.3%;
	background: #485053;
}

.spNavLink {
	padding: 11px 5px 5px;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.spFa {
	font-size: 23px;
	color: #fff;
}


.spNavBtnBar {
	max-width: 36px;
	height: 26px;
	width: 100%;
	position: relative;
}

.spNavBtnTxt {
	margin: 5px auto 0;
	font-size: 12px;
	color: #fff;
}

.spNavLinkTxt {
	margin: 5px auto 0;
	font-size: 16px;
	color: #fff;
}

.spNavBtn {
	padding: 12px 5px 5px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.spNavBtnBarItem {
	width: 100%;
	height: 2px;
	background: #FFF;
	position: absolute;
	left: 0;
	transition: ease .5s;
}

.spNavMainBtn {
    right: 0;
    bottom: 0;
    position: fixed;
    display: flex;
    z-index: 99999;
    background: #001537;
    width: 70px;
    height: 70px;
}

.spNavBtnBarItem:nth-of-type(1) {
	top: 0;
}

.spNavBtnBarItem:nth-of-type(2) {
	top: 12px;
}

.spNavBtnBarItem:nth-of-type(3) {
	bottom: 0;
}

.open .spNavBtnBarItem {
	transition: ease .5s;
}

.open .spNavBtnBarItem:nth-of-type(1) {
	transform: translateY(12px) rotate(-45deg);
}

.open .spNavBtnBarItem:nth-of-type(2) {
	opacity: 0;
}

.open .spNavBtnBarItem:nth-of-type(3) {
	transform: translateY(-12px) rotate(45deg);
}

.spMenu {
    margin: auto;
    padding: 0 15px;
    max-width: 1920px;
    width: 100%;
    position: fixed;
    right: -100%;
    background: #EDEEF0;
    z-index: 998;
    transition: ease .5s;
    top: 0;
}

.spMenu.open {
	right: 0;
}

.spMenuArea {
	width: 100%;
	height: 100%;
    display: block;
}

.spMenuConte {
    padding: 130px 0 100px;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    -ms-overflow-style: none;
    display: flex;
    align-items: flex-start;
}

.hSpNavBox {
    max-width: 375px;
    width: 100%;
    margin: 0 auto 0 auto;
}

.spMenuConte::-webkit-scrollbar {
	display:none;
}

.spMenuLink {
	padding: 7px 5px;
	text-align: center;
	display: block;
	font-weight: bold;
	color: #485053;
	border-bottom: 1px solid #485053;
}

.spMenuLink:hover {
	color: #FFF;
	background: #485053;
}

.hSpNavBox {
    max-width: 375px;
    width: 100%;
    margin: 0 auto 0 auto;
}

.spNavList01 {
    display: block;
    font-size: 14px;
    color: #042966;
    font-weight: 600;
    letter-spacing: 0.03em;
    padding: 10px 0;
    text-align: center;
    transition: all .5s;
}

.spNavList01:hover {
    background: #042966;
    color: #fff;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:375px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 375px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:414px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

  



/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 414px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:544px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  
.hOnlineBanner {
    max-width: 230px;
    margin: 0 auto 0 20px;
}

.hLogoLink {
    max-width: 110px;
}
  
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 544px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:768px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.headerNavWr {
    display: block;
}

.hContLink {
    display: flex;
}

.hTelSetBox {
    display: flex;
}

.headerListWr {
    padding: 0 0 0 2.6%;
}

.hSnsLinkMg02 {
    margin-right: 15px;
}
  
.spNav {
    display: none;
}

.hSnsLinkMg01 {
    margin-right: 15px;
}

.spMenuArea {
    display: none;
}
  
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 768px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:992px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  
.hNavLink {
    font-size: 14px;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 992px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1024px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.hNavLink {
    font-size: 14px;
}

.hOnlineBanner {
    max-width: 300px;
    margin: 0 auto 0 20px;
}

.hLogoLink {
    max-width: 130px;
}

.hTelText01 {
    font-size: 25px;
}

.hTelText02 {
    font-size: 35px;
}

.hContLink {
    max-width: 120px;
    height: 90px;
    font-size: 22px;
}

.hTelSetBox {
    margin-right: 32px;
}

.hSnsLinkMg02 {
    margin-right: 32px;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1024px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1200px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.hNavLink {
    font-size: 17px;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1200px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1400px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */



/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1400px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1600px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */



/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1600px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */