@charset "UTF-8";


/* ヘッダーCSS*/ 

.headerarea{
width: 100%;
min-width: 400px;
top: 0;
position: fixed;
height: auto;
margin: 0;
background: url(../../../features/allstores/revelation/header_bg.jpg) no-repeat center;
background-size: cover;
overflow: hidden;
background-attachment: fixed;
height: 66px;
z-index: 200;
text-align: center;
}

.headerlogo{
display: block;
width: 100%;
position: fixed;
z-index: 230;
top: 0;
height: 66px;
}

.headerlogo .to_mikigakki{
width: 100%;
display: flex;
justify-content: space-between;
align-items: center;
border-bottom: 1px solid #9f915a;
padding: 2px 5%;
font-family: "Hiragino Kaku Gothic ProN", sans-serif;
}

.headerlogo .to_mikigakki img{
display: block;
height: 13px;
}

.headerlogo .to_mikigakki a{
font-size: 12px;
line-height: 1em;
color: #fff;
transition: 0.25s;
}

.headerlogo .to_mikigakki a:hover{
color: #9f915a;
}

.headerlogo .return_link{
position: relative;
padding-right: 15px; 
}

.headerlogo .return_link:after{
position: absolute;
font-size: 10px;
content:'\f101';
font-family: 'Font Awesome 6 Free';
font-weight: 900;
margin-left: 0.5em;
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
}

.headerlogo .headerlogo_area{
display: inline-block;
padding: 5px 5%;
}

.headerlogo .headerlogo_area img{
display: block;
width: 100%;
}

.headerlogo .headerlogo_area a{
display: block;
width: 235px;
}

.headerlogo .headerlogo_area a, 
.nav-list a {
transition: 0.25s;
}

.headerlogo .headerlogo_area a:hover,
.nav-list a:hover{
opacity: 0.7;
}


/* ナビCSS*/ 

.global-nav-header {
width: 100%;
position: relative;
z-index: 231;
}

.global-nav-icon {
color: #fff;
cursor: pointer;
display: inline-block;
font-size: 30px;
line-height: 1em;
text-align: right;
right: 5%;
top: 31px;
z-index: 2;
position: fixed;
}

.global-nav {
margin: 0;
box-sizing: border-box;
width: 100%;
height: 100%;
left: 0;
top: 0;
font-family: "M PLUS 1", sans-serif;
}

.global-nav .a:hover {
opacity: 0.8;
}

.global-nav .nav-list {
display: none;
left: 50%;
padding: 10px 0;
position: absolute;
transform: translate(-50%, 0%);
width: 100%;
text-align: center;
overflow: scroll;
-ms-overflow-style: none;
scrollbar-width: none;
background: rgba(33, 32, 28, 1.0);
}

.global-nav .nav-list:before, 
.global-nav .nav-list:after {
content: "";
display: block;
width: auto;
height: 100px;
}

.global-nav .nav-list::-webkit-scrollbar{
display: none;
}

.global-nav .nav-list .nav-item {
flex: 1;
}

.global-nav .nav-list .nav-item a {
position: relative;
display: inline-block;
text-decoration: none;
color: #9f915a;
padding: 0 46px;
font-size: 20px;
font-weight: bold;
line-height: 70px
}

.nav-item_sub {
display: none;
}

.global-nav .nav-list .nav-item .nav-item_sub a {
color: #ada78e;
font-size: 17px;
font-weight: normal;
}

.nav-list {
height: 100%;
overflow: auto;
-webkit-overflow-scrolling: touch;
}

.toggle_btn {
position: absolute;
top: 27px;
right: 0;
overflow: hidden;
display: inline-block;
width: 16px;
height: 16px;
background-color: #9f915a;
}

.toggle_btn:before, .toggle_btn:after {
display: block;
content: '';
background-color: #21201c;
position: absolute;
width: 10px;
height: 2px;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}

.toggle_btn:before {
width: 2px;
height: 10px;
}

.nav-item.selected .toggle_btn:before {
content: normal;
}

.internal_link::after {
content: "\f0c1";
font-family: 'Font Awesome 5 Free';
font-weight: 900;
font-size: 16px;
top: 0px;
right: 0px;
position: absolute;
color: #9f915a;
}


@media only screen and (max-width: 750px) {

/* SPヘッダーCSS*/ 

.headerarea{
min-width: auto;
}

.global-nav .nav-list:before, 
.global-nav .nav-list:after {
height: 50px;
}

.global-nav .nav-list .nav-item a {
padding: 0 34px;
font-size: 18px;
line-height: 70px
}

.global-nav .nav-list .nav-item .nav-item_sub a {
font-size: 16px;
}

.toggle_btn {
top: 28px;
width: 14px;
height: 14px;
}

.toggle_btn:before, .toggle_btn:after {
width: 8px;
height: 2px;
}

.toggle_btn:before {
width: 2px;
height: 8px;
}

.internal_link::after {
font-size: 14px;
}
}
