@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal;
}

body {
  line-height: 1;
}

html {
  font-size: 62.5%;
  /* Sets up the Base 10 stuff */
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

nav ul {
  list-style: none;
}

li {
  list-style-type: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

a img {
  border: none;
}

/* change colours to suit your needs */
ins {
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

input {
  -webkit-appearance: none;
}

button {
  cursor: pointer;
  background: none;
  border: 0;
  width: auto;
  overflow: visible;
  padding: 0;
  margin: -1px 0;
}

/* -------------------
	テキスト飛ばす
------------------- */
/* -------------------
	リセット
------------------- */
/* -------------------
	Clearfix
------------------- */
/* -------------------
	Clearfix
------------------- */
.clearfix {
  zoom: 1;
}
.clearfix:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}

/* -------------------
	プロパティにプレフィックスを付与
------------------- */
/* -------------------
	天地中央
------------------- */
/* -------------------
	transform
------------------- */
/* -------------------
	animation
------------------- */
/* -------------------
	shadow
------------------- */
/* -------------------
	グラデーション
------------------- */
/* -------------------
	角丸
------------------- */
/* -------------------
	線の幅を100%内に収める
------------------- */
@font-face {
  font-family: "ArnoPro-Boldon";
  src: url("../assets/font/ArnoPro-Bold.woff") format("woff");
}
@font-face {
  font-family: "ArnoPro-Caption";
  src: url("../assets/font/ArnoPro-Caption.woff") format("woff");
}
@font-face {
  font-family: "Sabon1.0-Regular";
  src: url("../assets/font/Sabon1.0-Regular.woff") format("woff");
}
/**
z- index
#loading-container 100
#msg 80;
#otherBase 70
#naviBase 60
#error 50
#videoBase 40
#productBase 30
#stageBase  20
#shelfBase 10
#panorama 1
 */
html, body {
  width: 100%;
  height: 100%;
}

body {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", Helvetica, Arial, Roboto, "Droid Sans", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  line-height: 1em;
  font-size: 12px;
  color: #fff;
  width: 100%;
  word-wrap: break-word;
  line-break: normal;
}

/* ------------------------------ */
/* animation                      */
/* ------------------------------ */
@keyframes fade-in {
  0% {
    visibility: visible;
    opacity: 0;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}
@-webkit-keyframes fade-in {
  0% {
    visibility: visible;
    opacity: 0;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}
@keyframes fade-out {
  0% {
    visibility: visible;
    opacity: 1;
  }
  100% {
    visibility: hidden;
    opacity: 0;
  }
}
@keyframes fade-in-out {
  0% {
    visibility: visible;
    opacity: 0;
  }
  40% {
    visibility: visible;
    opacity: 1;
  }
  60% {
    visibility: visible;
    opacity: 1;
  }
  100% {
    visibility: visible;
    opacity: 0;
  }
}
@-webkit-keyframes fade-in-out {
  0% {
    visibility: visible;
    opacity: 0;
  }
  50% {
    visibility: visible;
    opacity: 1;
  }
  100% {
    visibility: visible;
    opacity: 0;
  }
}
@-webkit-keyframes fade-out {
  0% {
    visibility: visible;
    opacity: 1;
  }
  100% {
    visibility: hidden;
    opacity: 0;
  }
}
@keyframes rotation360 {
  0% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
@-webkit-keyframes rotation360 {
  0% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
.deact {
  display: none;
}

a {
  color: #FFFFFF;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a img:hover {
  opacity: 0.7;
}

.bold {
  font-weight: bold;
}

.blur {
  -webkit-filter: blur(4px);
  -ms-filter: blur(4px);
  filter: blur(4px);
}

body {
  font-family: Monospace;
  background-color: #FFFFFF;
  margin: 0px;
  overflow: hidden;
}

.wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

/* SP */
@media only screen and (max-width: 999px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  .splow {
    display: none;
  }

  img {
    width: 100%;
    height: auto;
  }

  #loading-container {
    position: absolute;
    z-index: 100;
    width: 100%;
    height: 100%;
    background-color: #ececec;
  }
  #loading-container .inner img {
    display: block;
    width: 50px;
    height: 50px;
    transform-origin: 25px, 25px;
    animation: rotation360 2s 0s linear infinite;
  }

  #loading-container.grey {
    background-color: #ececec;
  }

  #loading-container.clear {
    background-color: rgba(0, 0, 0, 0.1);
  }

  #error .inner .error {
    width: 320px;
    padding: 80px 40px 80px 40px;
    text-align: center;
    font-size: 16px;
    line-height: 1.7em;
    background-color: #FFFFFF;
  }
  #error .inner .error .message {
    color: #4a4a4a;
  }
  #error .inner .error .btnErrorClose {
    display: block;
    cursor: pointer;
    width: 260px;
    margin: 0 auto;
    margin-top: 40px;
    color: #FFFFFF;
    font-size: 14px;
    text-align: center;
    background-color: #493528;
    padding: 16px 0 16px 0;
  }

  #naviBase {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 60;
  }
  #naviBase .shelfClose {
    position: absolute;
    display: none;
    top: 10px;
    right: 0px;
    opacity: 0;
  }
  #naviBase .shelfClose .btn {
    display: block;
    cursor: pointer;
    font-size: 14px;
    width: 103px;
    height: 34px;
    margin-left: 120px;
    margin-bottom: 6px;
    background: url("../assets/img/navi_close.png?2207") no-repeat;
    background-size: 103px 34px;
  }
  #naviBase .navi {
    position: absolute;
    top: 10px;
    right: 0px;
    display: none;
    font-size: 12px;
    line-height: 1.7em;
    color: #4f4f4f;
    width: 223px;
    text-align: center;
  }
  #naviBase .navi .btnClose {
    position: absolute;
    top: 40px;
    right: 0px;
    display: block;
    cursor: pointer;
    width: 32px;
    height: 80px;
    /*background-color: rgba(255,255,255,0.3);*/
  }
  #naviBase .navi .btnNavi {
    display: block;
    cursor: pointer;
    font-size: 14px;
    width: 103px;
    height: 34px;
    margin-left: 120px;
    margin-bottom: 6px;
    background: url("../assets/img/navi.png?2207") no-repeat;
    background-size: 103px 34px;
  }
  #naviBase .navi .btnNavi.close {
    background: url("../assets/img/navi_close.png?2207") no-repeat;
    background-size: 103px 34px;
  }
  #naviBase .navi ul {
    display: none;
    width: 223px;
    height: 450px;
    background: url("../assets/img/navi_bg.png?220118") no-repeat;
    /*446 756 */
    background-size: 223px 450px;
  }
  #naviBase .navi ul .btnShelf {
    color: #4f4f4f;
    display: block;
    width: 223px;
    height: 40px;
    cursor: pointer;
    /*border-top:1px solid #fff;
    background-color: rgba(0,0,0,0.3);*/
  }
  #naviBase .navi ul .btnShelf.entrance {
    height: 53px;
  }
  #naviBase .navi ul .btnShelf.promotion {
    height: 63px;
  }
  #naviBase .navi ul .btnShelf.fragrance {
    height: 62px;
  }
  #naviBase .navi ul .btnShelf.hair {
    height: 42px;
  }
  #naviBase .navi ul .btnShelf.homegoods {
    height: 42px;
  }
  #naviBase .navi ul .btnShelf.specialist {
    height: 42px;
  }
  #naviBase .navi ul .btnShelf.face {
    height: 42px;
  }
  #naviBase .navi ul .btnShelf.basthbody {
    height: 98px;
  }
  #naviBase .navi ul .btnShelf:hover {
    /*color: #9b9b9b;
    background-color: rgba(0,0,0,0.3);*/
  }

  #otherBase {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 70;
  }
  #otherBase .sound {
    display: block;
    opacity: 0;
    width: 30px;
    height: 30px;
    cursor: pointer;
  }
  #otherBase .sound.on {
    background-image: url("../assets/img/soundplay_off.png?2207");
    background-size: 30px 30px;
  }
  #otherBase .sound.on:hover {
    background-image: url("../assets/img/soundplay_off_hover.png?2207");
    background-size: 30px 30px;
  }
  #otherBase .sound.off {
    background-image: url("../assets/img/soundplay_on.png?2207");
    background-size: 30px 30px;
  }
  #otherBase .sound.off:hover {
    background-image: url("../assets/img/soundplay_on_hover.png?2207");
    background-size: 30px 30px;
  }

  #msg {
    position: absolute;
    color: #CCC;
    z-index: 80;
    width: 100%;
    height: 100%;
  }
  #msg::before {
    content: "";
    display: block;
    position: absolute;
    top: 5.3333vw;
    left: 5.3333vw;
    right: 5.3333vw;
    bottom: 28vw;
    box-sizing: border-box;
    background: url("../assets/img/frame/img_left_inner.png?2208") repeat-y left top/2vw auto, url("../assets/img/frame/img_right_inner.png?2208") repeat-y right top/2vw auto, url("../assets/img/frame/img_top_inner.png?2208") repeat-x left top/auto 2vw, url("../assets/img/frame/img_bottom_inner.png?2208") repeat-x left bottom/auto 2vw;
    pointer-events: none;
    z-index: 900;
  }
  #msg::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:url("../assets/img/frame/img_over_01-sp.png?2302") no-repeat left top/100% auto, url("../assets/img/frame/img_over_02-sp.png?2302") no-repeat left bottom/100% auto, url("../assets/img/frame/img_left-sp.png?2208") no-repeat left top 5.3333vw/5.3333vw calc(100% - 33.3333vw), url("../assets/img/frame/img_right-sp.png?2208") no-repeat right top 5.3333vw/5.3333vw calc(100% - 33.3333vw), url("../assets/img/frame/img_top-sp.png?2208") repeat-x left top/auto 5.3333vw, url("../assets/img/frame/img_bottom-sp.png?2208") repeat-x left bottom/auto 28vw;
    pointer-events: none;
    z-index: 1000;
  }
  #msg .panorama_btn {
    width: 89.3333vw;
    height: 24.8vw;
    position: absolute;
    bottom: 1.6vw;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1100;
  }
/*   #msg .panorama_btn::after {
    width: 9.0666vw;
    height: 14.2666vw;
    background-image: url("../assets/img/frame/bg_btn_right-sp.png?2207");
    left: auto;
    right: -5.6vw;
    bottom: 7.7333vw;
  } */
  #msg .panorama_btn a {
    position: relative;
    z-index: 10;
    display: block;
  }
  #msg .inner {
    background-image: url("../assets/img/open_bg_sp.jpg");
    background-position: center top;
    background-size: cover;
  }
  #msg .inner .opening {
    width: 74.6666%;
  }
  #msg .inner .opening img {
    display: block;
    backface-visibility: hidden;
  }
  #msg .inner .opening img.pc {
    display: none;
  }
  #msg .inner .opening #start {
    display: block;
    width: 16.8vw;
    height: 25.7333vw;
    margin: 0 auto;
    margin-top: 14.5vw;
    animation: fade-in-out 5s 0s linear infinite;
  }
  #msg .inner .opening #start img {
    width: 16.8vw;
    height: 25.7333vw;
  }

  .modal {
    position: absolute;
    display: none;
    /*background-color: rgba(0, 0, 0, 0.01);*/
    opacity: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }

  #shelfBase.modal {
    z-index: 10;
  }

  #stageBase.modal {
    z-index: 20;
  }

  #productBase.modal {
    z-index: 30;
  }
  #productBase.modal .product {
    position: relative;
    border: 2px #ececec;
    padding: 10px;
    width: calc(90% - 10px);
    max-width: 380px;
    color: #412e17;
    font-size: 12px;
    line-height: 1.5em;
    text-align: center;
    overflow: scroll;
  }
  #productBase.modal .product .productInnerWrap {
    background-color: #fff;
    border: 1px solid #000;
    padding: 4px;
  }
  #productBase.modal .product .productInnerWrap .productInner {
    border: 1px solid #000;
    padding: 0px 0px 20px 0px;
  }
  #productBase.modal .product .category img {
    width: 100%;
    margin: 0 auto;
  }
  #productBase.modal .product .line {
    height: 1px;
    border-bottom: 1px solid #000;
    margin: 0 30px 0 30px;
  }
  #productBase.modal .product .name {
    line-height: 1.5em;
    font-size: 18px;
    margin-bottom: 4px;
    font-family: "ArnoPro-Boldon";
    padding: 0 30px 0 30px;
  }
  #productBase.modal .product .fragrance {
    /*margin-bottom: 12px;*/
    padding: 0 30px 0 30px;
  }
  #productBase.modal .product .fragrance.deact {
    display: none;
  }
  #productBase.modal .product .description {
    margin-top: 12px;
    line-height: 1.5em;
    font-size: 12px;
    text-align: left;
    margin-bottom: 22px;
    padding: 0 30px 0 30px;
  }
  #productBase.modal .product .img {
    width: 80%;
    margin: 0 auto;
  }
  #productBase.modal .product .img img {
    width: 100%;
    height: 100%;
    min-height: 230px;
  }
  #productBase.modal .product .btnLink {
    display: block;
    color: #FFFFFF;
    text-align: center;
    background-color: #493528;
    z-index: 12;
    margin: 0 34px 0 34px;
  }
  #productBase.modal .product .btnLink + .btnLink {
    margin-top: 15px;
  }
  #productBase.modal .product .btnLink a {
    display: block;
    padding: 16px 0 16px 0;
    font-size: 14px;
  }
  #productBase.modal .product .btnLink:hover {
    background-color: #604b3d;
  }
  #productBase.modal .product .btnMovieLink {
    display: block;
    cursor: pointer;
    width: 28px;
    height: 28px;
    margin: 0 auto;
    margin-top: 18px;
    background: url("../assets/img/btn_movie_play.png?2207");
    background-size: 28px 28px;
    z-index: 12;
  }
  #productBase.modal .product .btnMovieLink:hover {
    background: url("../assets/img/btn_movie_play_hover.png?2207");
    background-size: 28px 28px;
  }

  #videoBase.modal {
    z-index: 40;
  }
  #error.modal {
    z-index: 50;
  }

  #panorama {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: block;
  }
  #panorama::before {
    content: "";
    display: block;
    position: absolute;
    top: 5.3333vw;
    left: 5.3333vw;
    right: 5.3333vw;
    bottom: 28vw;
    box-sizing: border-box;
    background: url("../assets/img/frame/img_left_inner.png?2208") repeat-y left top/2vw auto, url("../assets/img/frame/img_right_inner.png?2208") repeat-y right top/2vw auto, url("../assets/img/frame/img_top_inner.png?2208") repeat-x left top/auto 2vw, url("../assets/img/frame/img_bottom_inner.png?2208") repeat-x left bottom/auto 2vw;
    pointer-events: none;
    z-index: 900;
  }
  #panorama::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("../assets/img/frame/img_over_01-sp.png?2207") no-repeat left top/100% auto, url("../assets/img/frame/img_over_02-sp.png?2207") no-repeat left bottom/100% auto, url("../assets/img/frame/img_left-sp.png?2207") no-repeat left top 5.3333vw/5.3333vw calc(100% - 33.3333vw), url("../assets/img/frame/img_right-sp.png?2207") no-repeat right top 5.3333vw/5.3333vw calc(100% - 33.3333vw), url("../assets/img/frame/img_top-sp.png?2207") repeat-x left top/auto 5.3333vw, url("../assets/img/frame/img_bottom-sp.png?2207") repeat-x left bottom/auto 28vw;
    pointer-events: none;
    z-index: 1000;
  }
  #panorama .panorama_btn {
    width: 89.3333vw;
    height: 24.8vw;
    position: absolute;
    bottom: 1.6vw;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1100;
  }
/*   #panorama .panorama_btn::before, #panorama .panorama_btn::after {
    content: "";
    display: block;
    position: absolute;
    width: 13.7333vw;
    height: 11.3333vw;
    background: url("../assets/img/frame/bg_btn_left-sp.png?2207") no-repeat left top/100% auto;
    left: -4.2666vw;
    bottom: 1.8666vw;
    z-index: 1210;
  }
  #panorama .panorama_btn::after {
    width: 9.0666vw;
    height: 14.2666vw;
    background-image: url("../assets/img/frame/bg_btn_right-sp.png?2207");
    left: auto;
    right: -5.6vw;
    bottom: 7.7333vw;
  } */
  #panorama .panorama_btn a {
    position: relative;
    z-index: 10;
    display: block;
  }
}
@media screen and (max-width: 320px) {
  #productBase.modal .product .img img {
    min-height: 210px;
  }
}
@media screen and (min-width: 580px) and (max-width: 768px) {
  #msg .inner .opening {
    width: 50%;
  }
}
/* PC */
@media screen and (min-width: 1000px), print {
  .pc {
    display: block;
  }

  .sp {
    display: none;
  }

  .splow {
    display: none;
  }

  img {
    height: auto;
  }

  #loading-container {
    position: absolute;
    z-index: 100;
    width: 100%;
    height: 100%;
    background-color: #ececec;
  }
  #loading-container .inner img {
    display: block;
    width: 50px;
    height: 50px;
    transform-origin: 25px, 25px;
    animation: rotation360 2s 0s linear infinite;
  }

  #loading-container.grey {
    background-color: #ececec;
  }

  #loading-container.clear {
    background-color: rgba(0, 0, 0, 0.1);
  }

  #error .inner .error {
    width: 320px;
    padding: 80px 40px 80px 40px;
    text-align: center;
    font-size: 16px;
    line-height: 1.7em;
    background-color: #FFFFFF;
  }
  #error .inner .error .message {
    color: #4a4a4a;
  }
  #error .inner .error .btnErrorClose {
    display: block;
    cursor: pointer;
    width: 260px;
    margin: 0 auto;
    margin-top: 40px;
    color: #FFFFFF;
    font-size: 14px;
    text-align: center;
    background-color: #493528;
    padding: 16px 0 16px 0;
  }

  #naviBase {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 60;
  }
  #naviBase .shelfClose {
    display: none;
    position: absolute;
    top: 30px;
    right: 0px;
    opacity: 0;
  }
  #naviBase .shelfClose .btn {
    display: block;
    cursor: pointer;
    font-size: 14px;
    width: 103px;
    height: 34px;
    margin-left: 120px;
    margin-bottom: 6px;
    background: url("../assets/img/navi_close.png?2207") no-repeat;
    background-size: 103px 34px;
  }
  #naviBase .navi {
    position: absolute;
    top: 30px;
    right: 0px;
    display: none;
    font-size: 12px;
    line-height: 1.7em;
    color: #4f4f4f;
    width: 223px;
    text-align: center;
  }
  #naviBase .navi .btnClose {
    position: absolute;
    top: 40px;
    right: 0px;
    display: block;
    cursor: pointer;
    width: 32px;
    height: 80px;
    /*background-color: rgba(255,255,255,0.3);*/
  }
  #naviBase .navi .btnNavi {
    display: block;
    cursor: pointer;
    font-size: 14px;
    width: 103px;
    height: 34px;
    margin-left: 120px;
    margin-bottom: 6px;
    background: url("../assets/img/navi.png?2207") no-repeat;
    background-size: 103px 34px;
  }
  #naviBase .navi .btnNavi:hover {
    font-weight: bold;
    color: #9b9b9b;
  }
  #naviBase .navi .btnNavi.close {
    background: url("../assets/img/navi_close.png?2207") no-repeat;
    background-size: 103px 34px;
  }
  #naviBase .navi ul {
    display: none;
    width: 223px;
    height: 450px;
    background: url("../assets/img/navi_bg.png?220118") no-repeat;
    /*446 756 */
    background-size: 223px 450px;
  }
  #naviBase .navi ul .btnShelf {
    color: #4f4f4f;
    display: block;
    width: 223px;
    height: 40px;
    cursor: pointer;
    /*border-top:1px solid #fff;
    background-color: rgba(0,0,0,0.3);*/
  }
  #naviBase .navi ul .btnShelf.entrance {
    height: 53px;
  }
  #naviBase .navi ul .btnShelf.promotion {
    height: 63px;
  }
  #naviBase .navi ul .btnShelf.fragrance {
    height: 62px;
  }
  #naviBase .navi ul .btnShelf.hair {
    height: 42px;
  }
  #naviBase .navi ul .btnShelf.homegoods {
    height: 42px;
  }
  #naviBase .navi ul .btnShelf.specialist {
    height: 42px;
  }
  #naviBase .navi ul .btnShelf.face {
    height: 42px;
  }
  #naviBase .navi ul .btnShelf.basthbody {
    height: 98px;
  }
  #naviBase .navi ul .btnShelf:hover {
    /*color: #9b9b9b;
    background-color: rgba(0,0,0,0.3);*/
  }

  #msg {
    position: absolute;
    color: #CCC;
    z-index: 80;
    width: 100%;
    height: 100%;
  }
  #msg::before {
    content: "";
    display: block;
    position: absolute;
    top: 40px;
    left: 40px;
    right: 40px;
    bottom: 150px;
    box-sizing: border-box;
    background: url("../assets/img/frame/img_left_inner.png?2212") repeat-y left top, url("../assets/img/frame/img_right_inner.png?2212") repeat-y right top, url("../assets/img/frame/img_top_inner.png?2212") repeat-x left top, url("../assets/img/frame/img_bottom_inner.png?2212") repeat-x left bottom;
    pointer-events: none;
    z-index: 900;
  }
  #msg::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("../assets/img/frame/img_bottom_over.png?2212") no-repeat left bottom, url("../assets/img/frame/img_top_over.png?2212") no-repeat right top, url("../assets/img/frame/img_right_over.png?2212") no-repeat right bottom, url("../assets/img/frame/img_left_over.png?2212") no-repeat left top, url("../assets/img/frame/img_left.png?2212") no-repeat left 40px/40px calc(100% - 190px), url("../assets/img/frame/img_right.png?2212") no-repeat right 40px/40px calc(100% - 190px), url("../assets/img/frame/img_top.png?2212") repeat-x left top, url("../assets/img/frame/img_bottom.png?2212") repeat-x left bottom;
    pointer-events: none;
    z-index: 1000;
  }
  #msg .panorama_btn {
    width: 1045px;
    height: 126px;
    position: absolute;
    bottom: 12px;
    left: 50%;
    margin-left: -522px;
    z-index: 1200;
  }
  #msg .panorama_btn a {
    display: block;
    position: relative;
    z-index: 10;
  }
  #msg .panorama_btn a img {
    transition: opacity 0.3s;
  }
  #msg .inner {
    background: url("../assets/img/open_bg.jpg") no-repeat center top;
    background-size: cover;
  }
  #msg .inner .opening {
    width: 580px;
    margin-top: 6px;
  }
  #msg .inner .opening img {
    display: block;
    width: 580px;
    backface-visibility: hidden;
  }
  #msg .inner .opening img.sp {
    display: none;
  }
  #msg .inner .opening #start {
    display: block;
    width: 84px;
    height: 129px;
    margin: 0 auto;
    margin-top: 18px;
    animation: fade-in-out 5s 0s linear infinite;
  }
  #msg .inner .opening #start img {
    width: 84px;
    height: 129px;
  }

  #otherBase {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 70;
  }
  #otherBase .sound {
    display: block;
    opacity: 0;
    width: 50px;
    height: 50px;
    cursor: pointer;
  }
  #otherBase .sound.on {
    background-image: url("../assets/img/soundplay_off.png?2207");
    background-size: 50px 50px;
  }
  #otherBase .sound.on:hover {
    background-image: url("../assets/img/soundplay_off_hover.png?2207");
    background-size: 50px 50px;
  }
  #otherBase .sound.off {
    background-image: url("../assets/img/soundplay_on.png?2207");
    background-size: 50px 50px;
  }
  #otherBase .sound.off:hover {
    background-image: url("../assets/img/soundplay_on_hover.png?2207");
    background-size: 50px 50px;
  }

  .modal {
    position: absolute;
    display: none;
    background-color: rgba(0, 0, 0, 0.01);
    opacity: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }

  #shelfBase.modal {
    z-index: 10;
  }

  #stageBase.modal {
    z-index: 20;
  }

  #productBase.modal {
    z-index: 30;
  }
  #productBase.modal .product {
    position: relative;
    border: 2px #ececec;
    padding: 14px;
    width: 400px;
    color: #412e17;
    font-size: 14px;
    line-height: 1.5em;
    text-align: center;
    overflow: scroll;
  }
  #productBase.modal .product .productInnerWrap {
    background-color: #fff;
    border: 1px solid #000;
    padding: 4px;
  }
  #productBase.modal .product .productInnerWrap .productInner {
    border: 1px solid #000;
    padding: 0px 0px 24px 0px;
  }
  #productBase.modal .product .category {
    color: #f2ece3;
  }
  #productBase.modal .product .category img {
    /*width: 388px;*/
    width: 100%;
    margin: 0 auto;
  }
  #productBase.modal .product .line {
    height: 1px;
    border-bottom: 1px solid #000;
    margin: 0 34px 0 34px;
  }
  #productBase.modal .product .name {
    line-height: 1.5em;
    font-size: 20px;
    margin-bottom: 4px;
    font-family: "ArnoPro-Boldon";
    padding: 0 34px 0 34px;
  }
  #productBase.modal .product .fragrance {
    /*margin-bottom: 16px;*/
    padding: 0 34px 0 34px;
  }
  #productBase.modal .product .fragrance.deact {
    display: none;
  }
  #productBase.modal .product .description {
    margin-top: 16px;
    line-height: 1.5em;
    font-size: 14px;
    text-align: left;
    margin-bottom: 22px;
    padding: 0 34px 0 34px;
  }
  #productBase.modal .product .img {
    width: 300px;
    margin: 0 auto;
  }
  #productBase.modal .product .img img {
    width: 300px;
    height: 300px;
  }
  #productBase.modal .product .btnLink {
    display: block;
    /*width: 260px;
    margin: 0 auto;*/
    color: #FFFFFF;
    font-size: 14px;
    text-align: center;
    background-color: #493528;
    z-index: 12;
    margin: 0 34px 0 34px;
  }
  #productBase.modal .product .btnLink + .btnLink {
    margin-top: 15px;
  }
  #productBase.modal .product .btnLink a {
    display: block;
    /*width: 260px;*/
    /*height: 40px;*/
    padding: 18px 0 18px 0;
    font-size: 16px;
  }
  #productBase.modal .product .btnLink:hover {
    background-color: #604b3d;
  }
  #productBase.modal .product .btnMovieLink {
    display: block;
    cursor: pointer;
    width: 30px;
    height: 30px;
    margin: 0 auto;
    margin-top: 20px;
    background: url("../assets/img/btn_movie_play.png?2207");
    background-size: 30px 30px;
    /*padding: 10px 0 0px 0;*/
    z-index: 12;
  }
  #productBase.modal .product .btnMovieLink:hover {
    background: url("../assets/img/btn_movie_play_hover.png?2207");
    background-size: 30px 30px;
  }

  #videoBase.modal {
    z-index: 40;
  }
  #error.modal {
    z-index: 50;
  }

  #panorama {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: block;
  }
  #panorama::before {
    content: "";
    display: block;
    position: absolute;
    top: 40px;
    left: 40px;
    right: 40px;
    bottom: 150px;
    box-sizing: border-box;
    background: url("../assets/img/frame/img_left_inner.png?2208") repeat-y left top, url("../assets/img/frame/img_right_inner.png?2208") repeat-y right top, url("../assets/img/frame/img_top_inner.png?2208") repeat-x left top, url("../assets/img/frame/img_bottom_inner.png?2208") repeat-x left bottom;
    pointer-events: none;
    z-index: 900;
  }
  #panorama::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("../assets/img/frame/img_bottom_over.png?2208") no-repeat left bottom, url("../assets/img/frame/img_top_over.png?2208") no-repeat right top, url("../assets/img/frame/img_right_over.png?2208") no-repeat right bottom, url("../assets/img/frame/img_left_over.png?2208") no-repeat left top, url("../assets/img/frame/img_left.png?2208") no-repeat left 40px/40px calc(100% - 190px), url("../assets/img/frame/img_right.png?2208") no-repeat right 40px/40px calc(100% - 190px), url("../assets/img/frame/img_top.png?2208") repeat-x left top, url("../assets/img/frame/img_bottom.png?2208") repeat-x left bottom;
    pointer-events: none;
    z-index: 1000;
  }
  #panorama .panorama_btn {
    width: 1045px;
    height: 126px;
    position: absolute;
    bottom: 12px;
    left: 50%;
    margin-left: -522px;
    z-index: 1200;
  }
  #panorama .panorama_btn a {
    display: block;
    position: relative;
    z-index: 10;
  }
  #panorama .panorama_btn a img {
    transition: opacity 0.3s;
  }
}

/*# sourceMappingURL=style.css.map */
