@charset "UTF-8";

::selection {
    background-color: #f00;
    color: #fff;
}

.uqb{
    font-family: 'uqb';
}

*{
  margin: 0;
  padding: 0;
}

img{
    margin: 0;
    padding: 0;
    border: none;
    vertical-align: bottom;
}
a{
    text-decoration: none;
}
li{
    list-style: none;
}
.clearfix:after { 
  display: block; 
  visibility: hidden; 
  clear: both; 
  height: 0;
  content: ".";
}
.clearfix { display: inline-table; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

.textHidden{
    text-indent: -9999px;
}
.left{
    float: left;
}
.right{
    float: right;
}

body{
    overflow: hidden;
    font-family: "ＭＳ Ｐゴシック","MS P Gothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,arial,helvetica,clean,sans-serif;
    /*cursor: -webkit-zoom-in;
    cursor: zoom-in;*/
    /* min-width: 900px;
    min-height: 600px; */
}
#root{
    overflow: hidden;
    /* min-width: 900px;
    min-height: 600px; */
}
#introCover{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10000;
    width: 100%;
    background: #fff;
}
#introCoverImage{
    position: absolute;
    top: 50%;
    left: 50%;
    /*margin: -182px 0 0 -268px;*/
    margin: -222px 0 0 -268px;
}
#loading{
    position: absolute;
    top: 50%;
    left: 50%;
    /* margin: 190px 0 0 -16px; */
}

#s7container,#zoomView{
    z-index: 1;
}
#s7container{
    /*float: right;*/
}

#zoomView > div > img{
    /*display: none;*/
}
.viewImageWrap{
    z-index: 2;
}
.viewImage{
    opacity: 0;
    filter: alpha(opacity = 0) !important;
}
.ie7 .viewImage,.ie8 .viewImage{
    opacity: 1;
    filter: alpha(opacity = 100) !important;
}

.s7button{
    cursor: pointer;
}
.s7tooltip{
    display: none;
}

/* btnArea */
#btnArea.reverseOn{
    position: absolute;
    /*right: 0;*/
    right: -84px;
    bottom: 0;
    z-index: 94;
    width: 56px;
    height: 336px;
}
#btnArea.reverseOff{
    position: absolute;
    /*right: 0;*/
    right: -84px;
    bottom: 0;
    z-index: 94;
    width: 56px;
    height: 224px;
}

.deactive{
    cursor: default !important;
}

#btnArea div{
    -webkit-background-size: auto !important;
    -moz-background-size: auto !important;
    background-size: auto !important;
    
}

#zoomInButton{
    position: absolute;
    top: 0;
    left: 0;
    display:block;
    width: 56px;
    height: 56px;
    background: url(../images/pc/zoomInButton.gif) no-repeat;
    background-position: 0 0;
}
#zoomInButton:hover{
    background-position: -112px 0;
}
#zoomInButton.deactive{
    background-position: -56px 0;
}
#zoomInButton.deactive:hover{
    background-position: -56px 0;
}
#zoomOutButton{
    position: absolute;
    top: 56px;
    left: 0;
    display:block;
    width: 56px;
    height: 56px;
    background: url(../images/pc/zoomOutButton.gif) no-repeat;
    background-position: 0 0;
}
#zoomOutButton:hover{
    background-position: -112px 0;
}
#zoomOutButton.deactive{
    background-position: -56px 0;
}
#zoomOutButton.deactive:hover{
    background-position: -56px 0;
}
#zoomResetButton{
    position: absolute;
    top: 112px;
    left: 0;
    display:block;
    width: 56px;
    height: 56px;
    background: url(../images/pc/zoomResetButton.gif) no-repeat;
    background-position: 0 0;
}
#zoomResetButton:hover{
    background-position: -112px 0;
}
#zoomResetButton.deactive{
    background-position: -56px 0;
}
#zoomResetButton.deactive:hover{
    background-position: -56px 0;
}
#printButton{
    display: none;
}
#printButton a{
    position: absolute;
    top: 168px;
    left: 0;
    display:block;
    width: 56px;
    height: 56px;
    background: url(../images/pc/printButton.gif) no-repeat;
    background-position: 0 0;
    text-indent: -9999px;
}
#printButton a:hover{
    background-position: -56px 0;
}
#chirashiChangeButton{
    position: absolute;
    bottom: 0;
    left: 0;
    display:block;
    width: 56px;
    height: 112px;
    background: #000;
    background: url(../images/pc/chirashiChangeButton.gif) no-repeat; 
}
#chirashiChangeButton.ura{
    background-position: 0 0;
}
#chirashiChangeButton.ura:hover{
    background-position: -112px 0;
}
#chirashiChangeButton.omote{
    background-position: -56px 0;
}
#chirashiChangeButton.omote:hover{
    background-position: -168px 0;
}


/* btnArea large */
#btnArea.btnLarge.reverseOn{
    position: absolute;
    /*right: 0;*/
    right: -84px;
    bottom: 0;
    z-index: 94;
    width: 84px;
    height: 504px;
}
#btnArea.btnLarge.reverseOff{
    position: absolute;
    /*right: 0;*/
    right: -84px;
    bottom: 0;
    z-index: 94;
    width: 84px;
    height: 336px;
}


.btnLarge #zoomInButton{
    position: absolute;
    top: 0;
    left: 0;
    display:block;
    width: 84px;
    height: 84px;
    background: url(../images/pc/zoomInButtonLarge.gif) no-repeat;
    background-position: 0 0;
}
.btnLarge #zoomInButton:hover{
    background-position: -168px 0;
}
.btnLarge #zoomInButton.deactive{
    background-position: -84px 0;
}
.btnLarge #zoomInButton.deactive:hover{
    background-position: -84px 0;
}
.btnLarge #zoomOutButton{
    position: absolute;
    top: 84px;
    left: 0;
    display:block;
    width: 84px;
    height: 84px;
    background: url(../images/pc/zoomOutButtonLarge.gif) no-repeat;
    background-position: 0 0;
}
.btnLarge #zoomOutButton:hover{
    background-position: -168px 0;
}
.btnLarge #zoomOutButton.deactive{
    background-position: -84px 0;
}
.btnLarge #zoomOutButton.deactive:hover{
    background-position: -84px 0;
}
.btnLarge #zoomResetButton{
    position: absolute;
    top: 168px;
    left: 0;
    display:block;
    width: 84px;
    height: 84px;
    background: url(../images/pc/zoomResetButtonLarge.gif) no-repeat;
    background-position: 0 0;
}
.btnLarge #zoomResetButton:hover{
    background-position: -168px 0;
}
.btnLarge #zoomResetButton.deactive{
    background-position: -84px 0;
}
.btnLarge #zoomResetButton.deactive:hover{
    background-position: -84px 0;
}
.btnLarge #printButton a{
    position: absolute;
    top: 252px;
    left: 0;
    display:block;
    width: 84px;
    height: 84px;
    background: url(../images/pc/printButtonLarge.gif) no-repeat;
    text-indent: -9999px;
}
.btnLarge #printButton a:hover{
    background-position: -84px 0;
}
.btnLarge #chirashiChangeButton{
    position: absolute;
    bottom: 0;
    left: 0;
    display:block;
    width: 84px;
    height: 168px;
    background: #000;
    background: url(../images/pc/chirashiChangeButtonLarge.gif) no-repeat;    
}
.btnLarge #chirashiChangeButton.ura{
    background-position: 0 0;
}
.btnLarge #chirashiChangeButton.ura:hover{
    background-position: -168px 0;
}
.btnLarge #chirashiChangeButton.omote{
    background-position: -84px 0;
}
.btnLarge #chirashiChangeButton.omote:hover{
    background-position: -252px 0;
}

.s7swatches {
    right: 30px;
    bottom: 70px;
    z-index: 10000;
    display: none;
    width: 100px;
    height: 70px;
    border: 3px solid #f00;
    background: #fff;
}

.s7swatches div{
    /*left: 0 !important;
    top:0 !important;*/
}
.s7swatches .s7thumb[state='selected']{
    border: none;
}

#tileImages1,#tileImages2,#tileImages3{
    display: none;
}


.link{
    z-index: 90;
}
#resizeCover{
    position: absolute;
    z-index: 4000;
    display: none;
}
#resizeCoverImage{
    position: absolute;
}
#linkAreas{
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 93;
}
.links{
    position: absolute;
}
#linkAreas .link{
    position: absolute;
    background: transparent;
    cursor: pointer;
}
#linkAreas .link a{
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
#linkRectAreas{
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 92;
}
.linksRect{
    /*background: rgba(255,255,0,0.3);*/
    position: absolute;
}
#linkRectAreas .link{
    position: absolute;
    border: 2px solid #f00;
    background: rgba(255,0,0,0.3);
    cursor: pointer;
}
.ie7 #linkRectAreas .link,.ie8 #linkRectAreas .link{
    position: absolute;
    border: 2px solid #f00;
    background: #f00;
    opacity:0.3;
    filter: alpha(opacity = 30);
    cursor: pointer;
}
#linkRectAreas .link a{
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.linkBanner{
    position: absolute;
    z-index: 92;
    width: 168px;
    height: 36px;
    background: url(../images/pc/linkBanner.gif);
}
#accessPopup{
    position: absolute;
    top: 110%;
    left: 50%;
    z-index: 9000;
    margin: -84px 0 0 -168px;
    width: 336px;
    height: 168px;
}
.errorPopup{
    padding: 18px 24px;
    width: 288px;
    height: 76px;
    background: #fff;
    color: #f00;
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
}
.close{
    padding: 0 32px 0 24px;
    width: 280px;
    height: 56px;
    background: #f00 url(../images/pc/closeArrow.png) no-repeat right 22px;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    line-height: 56px;
    cursor: pointer;
}
.close:hover{
    background: #d80000 url(../images/pc/closeArrow.png) no-repeat right 22px;
}
.errorText{
    color: #f00;
}

#s7containerOverlay{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    /*opacity: 0.6;
    filter: alpha(opacity = 60);*/
    display: none;
    min-height: 600px;
    width: 100%;
    background: #000;
    cursor: default;
}

/************************ infoArea *****************************/

#logo{
    position: absolute;
    top: 0;
    /*left: 0;*/
    left: -56px;
    z-index: 102;
    display: block;
    width: 56px;
    height: 56px;
    background: url(../images/pc/logo.jpg) 0 0 no-repeat;
}
#infoMenu{
    position: absolute;
    top: 0;
    /*left: 0;*/
    left: -56px;
    z-index: 101;
    min-height: 600px;
    width: 56px;
    background: #323232 url(../images/pc/infoMenu.jpg) center center no-repeat;
}

#infoArea{
    position: absolute;
    top: 0;
    left: -336px;
    z-index: 100;
    width: 336px;
}
.currentChirashi{
    position: absolute;
    top: 0;
    left: 336px;
    display: none;
    /*top: 112px;*/
    /*width: 19px;*/
    /*height: 112px;*/  
    /*background: url(../images/pc/currentChirashi.png) no-repeat 0 0;*/
    margin-left: -19px;
    width: 0px;
    height: 0px;
    border-width: 56px 0 56px 19px;
    border-style: solid;
    border-color: transparent transparent transparent #ff0000;
}
.currentChirashi.hover{
    /*background: url(../images/pc/currentChirashiOver.png) no-repeat 0 0;*/
    border-color: transparent transparent transparent #d80000;
}

#infoAreaScroll{
    position: relative;
    margin: 0;
    width: 336px;
    background: #fafafa;
}
.viewport {
    position: relative;
    overflow: hidden;
    width: 336px;
    height: 600px;
}
.ps-container .ps-scrollbar-x {
    position: absolute;
    bottom: 0px;
    height: 0px;
    background-color: #000;
    opacity: 0;
    filter: alpha(opacity = 0);
    -webkit-transition: opacity.3s linear;
    -moz-transition: opacity .3s linear;
    -o-transition: opacity .3s linear;
    transition: opacity .3s linear;
}

.ps-container .ps-scrollbar-y {
    position: absolute;
    right: 0px;
    width: 24px;
    background: url(../images/pc/scrollBar.png) repeat-y 0 0;
    opacity: 0;
    filter: alpha(opacity = 0);
    cursor: pointer;
    -webkit-transition: opacity.3s linear;
    -moz-transition: opacity .3s linear;
    -o-transition: opacity .3s linear;
    transition: opacity .3s linear;
}

.ps-container.ie6 .ps-scrollbar-x,
.ps-container.ie .ps-scrollbar-y {
    font-size: 0; /* fixed scrollbar height in xp sp3 ie6 */
}
.ps-container:hover .ps-scrollbar-x,
.ps-container.hover .ps-scrollbar-x ,
.ps-container .ps-scrollbar-x:hover,
.ps-container .ps-scrollbar-x.hover,
.ps-container .ps-scrollbar-x.in-scrolling,
.ps-container .ps-scrollbar-y:hover,
.ps-container .ps-scrollbar-y.hover,
.ps-container .ps-scrollbar-y.in-scrolling {
    opacity: 0.2;
    filter: alpha(opacity = 20);
}


.btn{
    height: 56px;
    /*font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;*/
    font-weight: bold;
}
.btn > a{
    display: block;
    padding: 0 32px 0 24px;
    height: 56px;    
}
#infoAreaContent{
    background: #fff;
}
#chirashiSelect{
}
#chirashiSelect > li{
    position: relative;
    height: 112px;
}
#chirashiSelectNormal{
    background: #f00 url(../images/pc/chirashiSelectNormal.png) no-repeat 0 0;
}
#chirashiSelectNormal.hover{
    background: #d80000 url(../images/pc/chirashiSelectNormal.png) no-repeat 0 0;
}
#chirashiSelectLarge{
    background: #f00 url(../images/pc/chirashiSelectLarge.png) no-repeat 0 0;
}
#chirashiSelectLarge.hover{
    background: #d80000 url(../images/pc/chirashiSelectLarge.png) no-repeat 0 0;
}
#chirashiSelectShop{
    background: #f00 url(../images/pc/chirashiSelectShop.png) no-repeat 0 0;
}
#chirashiSelectShop.hover{
    background: #d80000 url(../images/pc/chirashiSelectShop.png) no-repeat 0 0;
}
#chirashiSelectShopName{
    position: absolute;
    bottom: 21px;
    left: 24px;
    color: #f8dddd;
    font-size: 12px;
    line-height: 12px;
}
#chirashiSelect > li > a{
    height: 111px;
    border-bottom: 1px solid #feb4b4;
    color: #fff;
    text-indent: -9999px;
}
#chirashiSelectLarge > a,#chirashiSelectShop > a{
    border-bottom: 1px solid #f00 !important;
}
#chirashiSelect > li.btnLast > a{
    border-bottom: 1px solid red!important;
}

#attention{
    height: 112px;
    background: #3f3f3f url(../images/pc/attention.gif) no-repeat 0 0;
}
#attention p{
    color: #fff;
}
#infoAreaCMS{
    overflow: hidden;
}
.cmsSection{
}
.cmsCaption{
    height: 112px;
}
.cmsCaptionTitle{
    padding: 34px 20px 0;
    color: #f00;
    font-size: 22px;
    font-family: 'uqb';
    line-height: 26px;
}
.cmsCaptionText{
    padding: 0 20px 0;
    color: #000;
    font-size: 12px;
    line-height: 20px;
}
.cmsList{
}
.cmsList > li > a{
    height: 55px;
    border-bottom:1px solid #f9f9f9;
    background: #dedede url(../images/pc/cmsListArrow.png) no-repeat right 22px; 
    color: #3f3f3f;
    font-weight: bold;
    font-size: 14px;
    line-height: 55px;
}
.cmsList > li.btnLast > a{
    border-bottom:1px solid #dedede;
}
.cmsList > li.hover > a{
    background: #c0c0c0 url(../images/pc/cmsListArrow.png) no-repeat right 22px;
}
#chirashiUpdate{
    position: fixed;
    /*top: 0;*/
    top: -56px;
    right: 112px;
    z-index: 94;
    padding: 0 24px 0;
    min-width: 112px;
    height: 56px;
    background: #fff;
    text-align: center;
    cursor: default !important;
}
#updateDate{
    float: left;    
    margin: 19px 8px 0 0;
    color: #f00;
    font-family: 'uqb';
    line-height: 22px;
}
#chirashiStatus{
    float: left;
    margin: 21px 0 0;
    color: #000;
    font-weight: bold;
    font-size: 12px;
    line-height: 18px;
}