.pc-obj {
    display: block;
}
.sp-obj {
    display:none;
}
a:visited {
    color:#0113ff;
    text-decoration: underline;
}
a:link, a:hover, a:active, a:visited{
    color:#0113ff;
    transition: opacity .3s linear;
}

.mainContent img {
    width: 100%;
}

.top-menu-btn {
    position: absolute;
    top: 6.5%;
    right: 10%;
    width: 7.9%;
    height: auto;
    cursor: pointer;
    z-index: 1;
}
.top-menu-btn span {
    color: #fff;
}

.top-menu-btn span:after {
    content: attr(data-txt-menu);
}


.open .top-menu-btn span:after {
    content: attr(data-txt-close);
}
.menu {
    position: fixed;
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,1);
    -webkit-transition: all .5s;
    transition: all .5s;
    visibility: hidden;
    opacity: 0;
    z-index: 210;
}

.menu ul {
    display: block;
    vertical-align: middle;
    position: absolute;
    width: 100%;
    padding-left: 8%;
    top: 10%;
    list-style: none;
}

.menu-fixed .top-menu-btn {
  position: fixed;
}


.top-menu-btn .btn-black {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity .3s linear;
}
.menu-product .top-menu-btn .btn-white {
    opacity: 1;
    transition: opacity .3s linear;
}

.menu-product .top-menu-btn .btn-black {
    opacity: 1;
 }
.menu-product .top-menu-btn .btn-white {
   opacity: 0;
}


.menu-product .top-menu-btn {
  /*background:;*/
}

.menu li {
    height: auto;
    text-align: left;
    margin-bottom: 8%;
}

.menu li a {
    display: block;
    font-size: 18px;
    color: #fff;
}

.menu li a:hover {
    color: #999;
}

/* 開閉用ボタンがクリックされた時のスタイル */
.open .menu {
    -webkit-transition: all .5s;
    transition: all .5s;
    visibility: visible;
    opacity: 1;
}


.pc-mode .top-menu-btn  {display: none!important;}



/*-----------------------------
    TOPページ
-----------------------------*/
.bx-viewport{overflow: hidden;}
.top-slider .bx-viewport{overflow:visible;}
.top-slider .bx-wrapper .slider3-button{
    width: 8%;
    position: absolute;
    top:62.3%;
    left:67.6%;
}
.top-slider .bx-wrapper .slider2-img{
    position: absolute;
    top: 82%;
    left: 50%;
    width: 8%;
}
.top-slider div.bx-default-pager{
    display: none;
}
.top-slider .bx-wrapper .bx-prev {
    background: url(../js/jquery.bxslider/images/top-slider_controls.png) no-repeat 0 -51px;
}
.top-slider .bx-wrapper .bx-next{
    background: url(../js/jquery.bxslider/images/top-slider_controls.png) no-repeat 0 0px;
}
.top-slider .bx-wrapper .bx-controls-direction a{
    width: 50px;
    height: 50px;
}
.bx-prev{display: none;}

.mainContent {
    display:block;
    font-family: "メイリオ";
    /*max-width: 1200px;*/
    max-width: 950px;
    min-width: 1000px;
    margin: 0 auto;
    line-height: 1;
}
.mainImg {
    position:relative;
}
.mainImgCatchphrase {
    position: absolute;
    top: 14.7%;
    left: 22.5%;
    width: 56.5%;
}
.mainImgDrink {
    position: absolute;
    top: 28.4%;
    left: 19.2%;
    width: 63.3%;
}
.mainImgCatchphrase02 {
    position: absolute;
    top: 67.5%;
    left: 19%;
    width: 62.5%;
}
.mainImgCatchphraseE {
    position: absolute;
    top: 81%;
    left: 19.3%;
    width: 62.5%;
}
.mainImgAnnotation {
    position: absolute;
    left: 19.3%;
    top: 86.5%;
    width: 61.8%;
}
.mainImgLinkArea {
    position: absolute;
    top: 73.3%;
    left: 17.8%;
    width: 64.5%;
}
.mainImgLinkArea01 {
    display: inline-block;
    width: 47%;
    margin-right: 4.5%;
}
.mainImgLinkArea01 a{
    display: inline-block;
    width: 100%;
}
.mainImgLinkArea02 {
    display: inline-block;
    width: 47%;
}
.mainImgLinkArea02 a{
    display: inline-block;
    width: 100%;
}
.topReturn {
    position: absolute;
    bottom: 4.9%;
    left: 10%;
    width: 7%;
}

.main-image-area {
    position: relative;
    width:100%;
}
.main-image-area .image-block {
    position: relative;
    width: calc(100%/2);
    float: left;
}
.main-image-area .image-block .bxslider {
    margin: 0;
}


.pc-mode #js__nav {display: none!important;}
.pc-mode.open .mainContent{position:relative!important;}
.bana-Ob:hover {
  opacity: .6;
  display: inline-block;
}

.bnr-list {
  margin: 10px 0;
}
.bnr-list li {
  width: 49%;
}
.bnr-list li:nth-child(1) {
  float: left;
}
.bnr-list li:nth-child(2) {
  float: right;
}

.tt-product {
  float: right;
  width: 19.5%;
  margin: 147px 0 0 144px;
}

.open .mainContent{
    height: auto;
    overflow: visible;
    /*position:fixed;*/
}

/*-----------------------------
    768px以下(for SP)
-----------------------------*/
@media screen and (max-width: 768px) {
    .pc-obj {
        display:none;
    }
    .sp-obj {
        display: block;
    }
    #sapporo-topicpath-area {
        display: none;
    }


    /* 開閉用ボタンがクリックされた時のスタイル */
    .open .mainContent{
        height: 0;
        overflow: hidden;
        /*position:fixed;*/
    }

/*-----------------------------
        TOPページ
-----------------------------*/
    .mainContent {
        display: block;
        font-family: "メイリオ";
        max-width: 768px;
        min-width: 320px;
        margin: 0 auto;
        line-height: 1;
    }
    .mainImgCatchphrase {
        top: 14%;
        left: 26%;
        width: 50%;
    }
    .mainImgDrink {
        top: 28%;
        left: 23.862%;
        width: 48.297%;
    }
    .mainImgCatchphrase02 {
        top: 69.1%;
        left: 23.7%;
        width: 52.5%;
    }
    .mainImgCatchphraseE {
        top: 82.5%;
        left: 24.3%;
        width: 51.5%;
    }
    .mainImgAnnotation {
        top: 87.2%;
        left: 24.3%;
        width: 51.5%;
        font-size: 0;
    }
    .changed {
        display: none;
    }
    .sp-top-bnr {
      margin-bottom: .5em;
    }
    .tt-product {
      width: 34.89%;
      margin: 12.4vw 0 0 0;
    }
}
