@charset "utf-8";

/*-----------------------------------------------------------
ヘッダー
-----------------------------------------------------------*/


.header {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999;
}

.hWrap {
    display: block;
	margin: 0 auto;
	max-width: 1920px;
	width: 100%;
}

/*--is-animation--*/

.header.clone.is-animation {
    top: 0;
    transition: all .5s;
    visibility: visible;
    opacity: 0.9;
}

.header.clone {
    position: fixed;
    top: -96px;
    transition: all .5s;
    visibility: hidden;
    opacity: 0;
    border-bottom: 0px solid #ccc;
    background: #FFFFFF;
    z-index: 99999;
}

.header.clone .hWrap .hArea .hLogoLink {
    max-width: 73px;
    width: 100%;
    padding: 21px 10px;
}

/*----- is-hidden -----*/
/*
..is-hidden {
	visibility: hidden;
	transition: all .5s;
	opacity: 0;
}
*/

.hArea {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.hLogo {
    max-width: 60px;
    width: 100%;
    margin: auto;
}

.hLogoLink {
    max-width: 67px;
    width: 100%;
    padding: 20px 10px;
    background: #F4E2DF;
    position: absolute;
    top: 0;
    left: 0;
}

.hLinkArea {
    margin: 0 0 0 10px;
    padding: 20px 0;
    max-width: 1285px;
    width: 97%;
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-end;
    justify-content: space-between;
}

.hNavLinkArea {
    margin-top: 30px;
    max-width: 1100px;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 10px 0;
}

.hNavLink {
    display: block;
    margin-left: 10px;
    font-size: 12px;
    letter-spacing: 0.05em;
    color: #3C3C3C;
    transition: all .5s;
}

.hNavLink:hover {
    color: #E6A4A9;
}

.hNavLinkBox01 {
    margin-left: 10px;
    margin-bottom: -20px;
    padding: 0 0 20px;
    position: relative;
}

.hNavLinkBoxText {
    font-size: 12px;
    letter-spacing: 0.05em;
    display: flex;
    align-items: center;
}

.hNavLinkBoxText:after {
    margin: 0 0 0 8px;
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background: url(/system_panel/uploads/images/arrow_bottom_pink.svg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

.hNavLinkBlock01 {
    position: absolute;
    top: 32px;
    max-width: 93px;
    width: 100%;
    background: #FFF;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 16%);
    visibility: hidden;
    opacity: 0;
    transition: all .5s;
}

.hNavLinkBox01:hover .hNavLinkBlock01 {
    visibility: visible;
    opacity: 1;
}

.hNavLinkBox02 {
    margin-left: 10px;
    position: relative;
}

.hNavLinkBlock02 {
    position: absolute;
    top: 32px;
    right: -21px;
    width: 177px;
    background: #FFF;
    visibility: hidden;
    opacity: 0;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 16%);
    transition: all .5s;
}

.hNavLinkBox02:hover .hNavLinkBlock02 {
    visibility: visible;
    opacity: 1;
}

.hBlockNav {
    padding: 4px 4px;
    display: block;
    font-size: 12px;
    letter-spacing: 0.05em;
    line-height: 2.05em;
    color: #3C3C3C;
    background-image: linear-gradient(to right, #3C3C3C 2px, transparent 1px);
    background-size: 7px 2px;
    background-repeat: repeat-x;
    background-position: left top;
    transition: all .5s;
}

.hBlockNav:first-child {
    background-image: none;
}

.hBlockNav:hover {
    color: #E6A4A9;
}

.hSnsLinkArea {
    max-width: 165px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hSnsLink {
    margin-left: 10px;
    max-width: 40px;
    width: 100%;
    position: relative;
    top: 0;
    transition: all .5s;
}

.hSnsLink:first-child {
    margin-left: 0;
}

.hSnsLink:hover {
    top: -5px;
}

.hRightLink {
    padding: 13px;
    position: fixed;
    top: 140px;
    right: 0;
    display: none;
    max-width: 70px;
    width: 100%;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    background: #DDC9A3;
    border: 1px solid #DDC9A3;
    border-radius: 10px 0 0 10px;
    visibility: visible;
    opacity: 1;
    z-index: 99999;
    transition: all .5s;
}

.hRightLink:hover {
	background: #FFF;
}

.hRightLinkIcon {
	display: flex;
    align-items: center;
    justify-content: center;
    max-width: 23px;
    width: 100%;
    margin-bottom: 8px;
}

.hRightLinkIcon img{
	max-width: 23px;
}

.hRightLinkText {
	margin: 0;
    font-size: 16px;
	font-weight: 600;
    color: #1A1A1A;
    letter-spacing: 0.2em;
	transition: all .3s;
}

.hRightLink.is-hidden {
	visibility: hidden;
    opacity: 0;
}

.hRightLink02 {
	top: 385px !important;
	background: #FFF;
}

.hRightLinkFlex {
	display: grid;
    gap: 8px;
    background-image: linear-gradient(to bottom, #3C3C3C 2px, transparent 1px);
    background-size: 2px 7px;
    background-repeat: repeat-y;
    background-position: center top;
}

.hRightLink02Text {
	transition: all .3s;
}

.hRightLink02Text:hover .hRightLinkText {
	color: #E6A4A9;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:544px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
    
/*-----------------------------------------------------------

-----------------------------------------------------------*/

    
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
} /* min-width: 544px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width: 768px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */ 

/*-----------------------------------------------------------

-----------------------------------------------------------*/
  
.hArea {
    padding-right: 15px;
}

.hLogo {
    max-width: 90px;
}

.hLogoLink {
    max-width: 90px;
}

.hRightLink {
    display: flex;
	align-items: center;
}

    
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
} /* min-width: 768px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width: 1024px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

/*-----------------------------------------------------------

-----------------------------------------------------------*/

.hRightLink {
    padding: 24px 13px;
    top: 120px;
}


/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
} /* min-width: 1024px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1200px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
    
/*-----------------------------------------------------------

-----------------------------------------------------------*/

.hArea {
    padding-right: 40px;
}

.hLinkArea {
    margin: 0 0 0 auto;
    width: 90%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: 2%;
    flex-wrap: nowrap;
}

.hNavLinkArea {
    margin-top: 0;
    justify-content: space-between;
    gap: 10px 0;
}


    
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
} /* min-width: 1200px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1400px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
    
/*-----------------------------------------------------------

-----------------------------------------------------------*/

.hLogo {
    max-width: 160px;
}

.hLogoLink {
    max-width: 224px;
    padding: 32px 10px;
}


.hLinkArea {
    width: 84%;
}

.hNavLink {
    font-size: 14px;
}

.hNavLinkBoxText {
    font-size: 14px;
}

.hBlockNav {
    font-size: 14px;
}

    
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
} /* min-width: 1400px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1620px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
    

    
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
} /* min-width: 1520px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */