@charset "utf-8";
@font-face {
  font-family: "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
  font-display: swap;
}
p,h1,h2,h3{
  font-family: "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
}
/* --------------------------------
	Theme CSS for idutsuya
-------------------------------- */
.l-top .mv-box{
    position: absolute;
    top: 50%;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    transform: translateY(-50%);
    color: #fff;
    margin: auto;
    left: 0;
    right: 0;
}
.l-top #header {
	height: 100vh;
	width: 100%;
	background-image: url(../img/elu/top_mv.jpg);
	background-size: cover;
	background-position: center;
    position: -webkit-sticky;
    position: sticky;
    z-index: 1;
    top: 0;
}

.member_link a {
    display: block;
    font-size: 14px;
    font-size: 16px;
    height: 50px;
    line-height: 1.2;
    overflow: hidden;
    padding: 0 10px;
    text-overflow: ellipsis;
    transform: translateZ(0px);
    transition: transform 0.3s ease 0s, opacity 0.3s ease 0s;
    white-space: nowrap;
    text-align: center;
    letter-spacing: 0.1em;
}

#header .category-nav li:before {
    position: absolute;
    top: 1.5em;
    left: 0;
    content: "";
    display: inline-block;
    width: 0;
    height: 1px;
    background: #b4b4b4;
    transition: 0.3s;
}
.l-top #header .category-nav li:before{
    background: #FFF;
}
#header .category-nav li:hover:before {
    width: 100%;
}

.member ul li:before {
    position: absolute;
    top: 1.3em;
    left: 0;
    content: "";
    display: inline-block;
    width: 0;
    height: 1px;
    background: #b4b4b4;
    transition: 0.3s;
}
.l-top .member ul li:before{
    background: #FFF;
}
.member ul li:hover:before {
    width: 100%;
}


.l-top .member_link a {
    color: #fff;
}
.member_link a span{
	font-size: 9px;
    letter-spacing: 0;
}

.main_visual{
	margin: 0 auto 30px;
    max-width: 650px;
}
.l-top .slick-slide img {
    display: block;
    width: 100%;
}

.l-top .main_catch{
    text-align: center;
    line-height: 1.6;
    font-size: 24px;
    font-weight: normal;
    background-color: rgb(255,255,255);
    filter: alpha(opacity=88);
    background: rgba(255,255,255,0.88);
    max-width: 770px;
    letter-spacing: 0.12em;
    padding: 20px 0;
    margin: -150px auto 0;
    box-shadow: 1px 1px 5px #f2f2f2;
}

.l-top .sub_catch{
    text-align: center;
    font-weight: normal;
    font-size: 24px;
    letter-spacing: 0.1em;
    margin: 50px auto;
}

.flex{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.ar{
    -ms-flex-pack: distribute;
        justify-content: space-around;
    }
.catch3--tx{
    text-align: center;
    line-height: 1.4;
    font-size: 14px;
    font-weight: normal;
    border: solid #b4b4b4 2px;
    background-color: rgb(255,255,255);
    filter:alpha(opacity=82); 
    background: rgba(255,255,255,0.82);
    max-width: 592px;
    letter-spacing: 0.12em;
    padding: 20px 30px;
    margin: 0 auto 0;
    position: absolute;
    left: 0;
    top: 120px;
}
.l-top .catch3{
    margin: 100px auto;
    position: relative;
    text-align: right;
}
.l-top .catch3 .catch3--img{
    max-width: 756px;
    height: auto;
    margin: 0 0 0 auto;
}
.catch3--tx h2{
    font-size: 18px;
    font-weight: 600;
}


.leftline{
    display: flex;
    align-items: center;
    text-align: center; /* for no-flexbox browsers */
    font-weight: normal;
    letter-spacing: 0.2em;
}

.leftline:after {
    border-top: 1px solid #b4b4b4;
    content: "";
    display: inline; /* for IE */
    flex-grow: 1;
}

.leftline:after {
    margin-left: 20px;
}
#shopinfo{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    width: 80%;
    margin: 0 auto;
}
#shopinfo li{
    position: relative;
    margin-bottom: 50px;
    width: 45%;
}
#shopinfo li img{
	transition: 0.5s;
}
#shopinfo li:hover img{
    transform: scale(1.1);
}
#shopinfo li:after, #shopinfo li:before, #shopinfo li a:after, #shopinfo li a:before {
    background-color: #B3881C;
    content: "";
    display: block;
    position: absolute;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    z-index: 10;
}
#shopinfo li:hover:after, #shopinfo li:hover:before {
    width: 100%;
}
#shopinfo li:before {
    bottom: 0;
    height: 1px;
    right: 0;
    width: 0;
}
#shopinfo li:after {
    height: 1px;
    left: 0;
    top: 0;
    width: 0;
}
#shopinfo li:hover a:after, #shopinfo li:hover a:before {
    height: 100%;
}
#shopinfo li a:before {
    height: 0;
    right: 0;
    top: 0;
    width: 1px;
}
#shopinfo li a:after {
    bottom: 0;
    height: 0;
    left: 0;
    width: 1px;
}
.shop_title h2{
    color: #777;
    font-weight: normal;
    font-size: 18px;
    border-bottom: solid 1px #777;
    margin: 0;
    padding: 5px;
    display: inline-block;
}
.shop_title{
    text-align: center;
    line-height: 1.4;
    font-size: 12px;
    font-weight: normal;
    background-color: rgb(255,255,255);
    filter:alpha(opacity=88); 
    background: rgba(255,255,255,0.88);
    letter-spacing: 0.3em;
    padding: 10px;
    margin: -53px auto 0;
    width: 80%;
    position: relative;
    color: #777;
}
.shoptx h3{
    font-weight: normal;
    text-align: center;
    font-size: 18px;
    margin: 50px auto;
}


/*about*/
#aboutmv img{
	width: 100%;
	object-fit: cover;
	object-position: center;
}
#aboutmv{
    margin-left: calc(((98.5vw - 100%) / 2) * -1);
    margin-right: calc(((98.5vw - 100%) / 2) * -1);
    position: relative;
}
#aboutmv h2{
    font-size: 68px;
    color: #fff;
    position: absolute;
    top: 50px;
    left: 50px;
    text-align: center;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: normal;
    letter-spacing: 0.25em;
}
#aboutmv h2 .left{
    display: block;
    float: left;
    margin: -20px 20px 10px 0px;
    color: #b4b4b4
}
#aboutmv h2 .right{
    display: block;
    float: right;
    margin: 10px -20px 10px 0px;
    font-weight: 100;
    color: #b4b4b4
}