.zoomimg {
    display: block;
    width:100%;
}
.zoomimg .thumb {
    display: block;
    position: relative;
}
.zoomimg .thumb::after{
    display: block;
    width:1em;
    background-color:rgba(255,255,255,0.9);
    content:'\e917';
    font-family:'ico';
    position: absolute;
    bottom:5px;
    right:5px;
    z-index: 2;
    font-size:1em;
    line-height: 1;
    padding:0.25em;
    border:2px solid #333;
    border-radius: 100%;
}
/*** lbox ***/

#lBoxBk {
    background-color: rgba(255, 255, 255, 0.98);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1001;
    width: 100%;
    height: 100%;
    display: none;
    cursor: pointer;
}

#lBox {
    position: absolute;
    z-index: 1002;
    display: none;
    top: 0;
	left:50%;
	width:85%;
	max-width: 1400px;
    height: auto;
	transform: translateX(-50%);
}
#lBox figure {
    display: block;
    width:700px;
    max-width: 720px;
    margin: 0 auto;
    
}
#lBox figure img{
    display: block;
    width:100%;
    height: auto;
    border:1px solid #ccc;
}
#lBox figcaption{
    display: block;
    padding:1em 0 0;
}

#movBox {
    width: 100%;
	max-width: 980px;
	margin: 5vh auto;
    text-align: center;
}

#movBox h2 {
    font-size: 1.4em;
    font-weight: 400;
    padding: 0.5em 0;
    position: relative;
}

#movBox h3 {
    font-size: 1.1em;
    line-height: 1;
    margin: 0;
    font-weight: 400;
    padding: 0 0 0.5em;
}

#movBox p.name {
    font-size: 1em;
    line-height: 1.5em;
    padding: 0.5em 0 0;
}

#movBox p.name.en {
    font-size: 0.74em;
    line-height: 1.5em;
    letter-spacing: 0.1em;
    padding: 0.5em 0;
	font-style: italic;
}

#movBox p.shop {
    display: block;
    margin-top: 1em;
    font-size: 0.9em;
}

#movBox p.shop span {
    display: inline-block;
    font-size: 0.8em;
    margin-left: 1em;
}

#movBox video {
    width: 100%;
    min-height: 480px;
    margin: 20px auto;
    border: 1px solid #ccc;
}

#closeBtn {
    position: fixed;
    top:0;
    right:0;
    display: none;
    cursor: pointer;
    font-size: 1em;
    line-height: 1em;
    color: #000;
}
#closeBtn:hover {
    opacity: 0.6;
}
