

/*====================================================
     //id header
====================================================*/
header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    background: rgba(255, 255, 255, .8);
}
header .wrapper {
    width: 80%;
    max-width: 1200px;
    margin: auto;
    position: relative;
}
header .wrapper.open {
    overflow-y: auto;
    overflow-x: hidden;
    background: #fff;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
    header .wrapper {
        width: 100%;
        height: 50px;
/*        background: #2e394b;*/
/*        overflow: hidden;*/
        /*      position: relative;*/
        -webkit-transition: .6s ease-in-out;  
                transition: .6s ease-in-out;
        position: relative;
    }
    header .wrapper:before {
        position: fixed;
        
    }
    header .wrapper h1 {
        text-align: left;
        padding: 5px 10px;
        height: 50px;
        top: 0;
        left: 0;
    }
    header .wrapper.open {
/*        background: #fff;*/
        min-height: 100vh;
    }
    header #btnBox {
        position: absolute;
        top: 0;
        right: 0;
        width: 50px;
        height: 50px;
    }
    header #btnBox .hamburger {
        position: relative;
        display: block;
        width: 30px;
        height: 1px;
        top: 23px;
        margin-left: 10px;;
        background: #000;
    -webkit-transition: 0.2s ease-in-out;  
            transition: 0.2s ease-in-out;  
    }
    #btnBox .hamburger:before ,
    #btnBox .hamburger:after {
        position: absolute;
        content: '';
        width: 30px;
        height: 1px;
        top: 28px;
        left: 0;
        margin: auto;
        background: #000;
    -webkit-transition: 0.2s ease-in-out;  
            transition: 0.2s ease-in-out;  
    -webkit-transform-origin:right top 0;
    transform-origin:right top 0;
    }
    header #btnBox .hamburger:before {
        top: -10px;
    }
    header #btnBox .hamburger:after {
        top: 10px;
    }
    
    header #btnBox.close .hamburger {
        background: transparent;
        width: 0;
        margin-left: 10px;
    }
    header #btnBox.close .hamburger:before {
        left: -5px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    header #btnBox.close .hamburger:after {
        left: -4px;
        top: 11px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    
    header #btnBox.back .hamburger {
        width: 24px;
    }
    header #btnBox.back .hamburger:before {
        top: 0;
        left: 9px;
        width: 15px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    header #btnBox.back .hamburger:after {
        top: 0;
        left: 9px;
        width: 15px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    header .menu-back , 
    header .menu-close , 
    header .menu-btn {
      position: absolute;
      z-index: 10;
      top: 0;
      left: 0;
      height: 50px;
      width: 50px;
      cursor: pointer;
      background-size: 44px;
    }
    header .conceal {
        opacity: 0;
        pointer-events: none;
    }
    
    header dl {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    -webkit-transition: 0.4s ease-in-out;  
            transition: 0.4s ease-in-out;  
        opacity: 0;
        pointer-events: none;
    }
/*
    header dl:before {
        position: absolute;
        content: '';
        width: 150vw;
        height: 1px;
        background: #eef3f8;
        left: -25vw;
    }
*/
    header .mainBox {
        display: none;
    }
    #fs_Top header .mainBox {
        display: block;
        top: calc((100vh - 142px) / 2);
    }
    #fs_Top header .mainBox dt {
        display: none;
    }
    #fs_Top header .mainBox dd a{
        font-size: 1.7rem;
    }
    header dl.after {
      -webkit-transform: translateY(100%);
    }

    header .menu-open dl {
        opacity: 1;
/*        background: #fff;*/
/*        h
        eight: 100%;*/
    }
    header .show {
        opacity: 1;
/*        background: #fff;*/
    }
    header .menu-open .one {
      -webkit-transition-delay: 0.15s;
    }
    header .menu-open .two {
      -webkit-transform: translateY(50px);
      -webkit-transition-delay: 0.1s;
    }
    header .menu-open .three {
      -webkit-transform: translateY(100px);
      -webkit-transition-delay: 0.05s;
    }
    header .menu-open .four {
      -webkit-transform: translateY(150px);
      -webkit-transition-delay: 0s;
    }
    header .menuBox {
/*        padding-bottom: 20px;*/
    }
    header .menuBox dt {
      font-size: 2rem;
      text-align: center;
      margin: 0;
      line-height: 50px;
      -webkit-user-select: none;
/*        background: #fff;*/
        z-index: 10;
        position: relative;
        cursor: pointer;
        pointer-events: none;
    }
    header .menu-open dt {
        pointer-events: auto;
    }
    header .detail-open dt {
        pointer-events: none;
    }
    header .menu-inner {
/*        opacity: 0;*/
        margin-top: -100%;
    -webkit-transition: 1s ease-in-out;  
            transition: 1s ease-in-out;  
        z-index: -1;
        width: 100%;
        max-width: 500px;
        margin: auto;
        text-align: center;
        pointer-events: none;
/*        display: none;*/
/*        height: 0;*/
    }
    header .menu-detail {
        display: inline-block;
        text-align: left;
    }
    header .menu-detail a {
        pointer-events: none;
    }
    header .open .menu-detail * {
        pointer-events: auto;
    }
    header .page-one .one .menu-inner ,
    header .page-two .two .menu-inner ,
    header .page-three .three .menu-inner ,
    header .page-four .four .menu-inner {
        opacity: 1;
        margin-top: 0;
        height: auto;
        display: block;
    }
    header .before , header .after {
        pointer-events: none;
    }
}

@media screen and (min-width:960px) and (max-width:1199px) {
    header .wrapper {
        width: 80%;
        max-width: 1200px;
        margin: auto;
        position: relative;
    }
    header .wrapper:before {
        position: fixed;
        content: '';
        width: 160vw;
        height: 100vh;
        top: 0;
        left: -30vw;
        background: rgba(255,255,255,.8);
        z-index: -1;
        opacity: 0;
        top: calc(-100vh - 50px);
    -webkit-transition: 0.4s ease-in-out;  
            transition: 0.4s ease-in-out;  
    }
    header .wrapper.open {
        background: none;
    }
    header .wrapper.open:before {
        top: 0;
        opacity: 1;
    }
}

/* ////////// PC ////////// */
@media print,
screen and (min-width: 769px) {
    header {
        background: rgba(255, 255, 255, .8);
    }
    header .wrapper {
        width: 85%;
        max-width: 1200px;
        margin: auto;
        height: 50px;
        position: relative;
    }
    header .wrapper > h1 {
        padding: 4px 0px;
/*        width: 150px;*/
        height: 50px;
        position: absolute;
    }
    main {
        margin-left: 170px;
    }
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:959px) {
    header .wrapper {
        width: 90%;
    }
}

/*====================================================
     //class .mainBox
====================================================*/

/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
    header .mainBox ul {
        display: block;
    }
    header .mainBox ul a {
        font-size: 1.5rem;
        margin-bottom: 10px;
        display: block;
        width: 150px;
        text-align: center;
    }
}

@media screen and (min-width:480px) and (max-width:768px) {
}

/* ////////// PC ////////// */
@media print,
screen and (min-width: 769px) {
    header .mainBox {
    }
    header .mainBox dt {
        display: none;
    }
    header .mainBox .menu-detail ul {
        width: 410px;
        height: 50px;
        margin: auto 210px auto auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-family: 'le-monde-livre-classic-byol';
    }
    header .mainBox .menu-detail ul li {
/*        width: calc(100% / 3);*/
        height: 100%;
    }
    header .mainBox .menu-detail ul li a {
        width: 100%;
        height: 100%;
        font-size: 1.4rem;
        padding: 0 1em;
    }
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:959px) {
}


/*====================================================
     //class .leftBox
====================================================*/
/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
    header .leftBox * {
/*        pointer-events: none;*/
    }
/*
    header .open .leftBox * {
        pointer-events: auto;
    }
*/
}

@media screen and (min-width:480px) and (max-width:768px) {
}

/* ////////// PC ////////// */
@media print,
screen and (min-width: 769px) {
    header .leftBox {
        position: fixed;
        top: 50px;
/*        min-height: calc(100vh - 100px);*/
        width: 150px;
        height: 500px;
/*        opacity: .6;*/
    -webkit-transition: 0.2s ease-in-out;  
            transition: 0.2s ease-in-out;  
    }
/*
    header .leftBox:hover {
        opacity: 1;
    }
*/
    header .leftBox dl {
        margin: 10px 0;
    }
    header .leftBox dt {
        text-align: center;
        background: #eef3f8;
        font-size: 1.5rem;
        margin-bottom: 10px;
    }
    header .leftBox dd {
        padding: 0 10px;
    }
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:959px) {
}


/*====================================================
     //class .categoryBox
====================================================*/
header .categoryBox {
}
header .categoryBox h4 {
}
header .categoryBox .fs-pt-menu__item--lv1 {
    margin-bottom: 20px;
/*    text-align: center;*/
}
header .categoryBox .fs-pt-menu__heading--lv1 {
    pointer-events: none;
    font-size: 1.5rem;
}
header .categoryBox .fs-pt_menu__item--for li a {
    font-size: 1.4rem;
}
header .categoryBox .fs-pt_menu__item--brand {
    display: none;
}
header .categoryBox .fs-pt_menu__item--brand .fs-pt-menu__heading--lv1 {
    pointer-events: auto;
}
header .categoryBox .fs-pt-menu__link--lv2 {
/*    display: block;*/
}
header .categoryBox .fs-pt-menu--lv2 li {
    position: relative;
    font-size: 1.2rem;
    margin: 1px 0;
}
header .menu-detail .fs-pt-menu__item a {
    padding: 2px;
    padding-left: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 34px;
    -webkit-transition: 0.4s ease-in-out;  
    transition: 0.4s ease-in-out;
    position: relative;
}
header .fs-pt-menu__item a:hover {
    color: #000;
/*    opacity: .6;*/
}
header .fs-pt_menu__item--cats a {
    background: url(https://pawsliving.itembox.design/item/img/online_shop/category/cate-cats.jpg) no-repeat 2px;
    background-size: 30px;
}
header .fs-pt_menu__item--dogs a {
    background: url(https://pawsliving.itembox.design/item/img/online_shop/category/cate-dogs.jpg) no-repeat 2px;
    background-size: 30px;
}
header .fs-pt_menu__item--all a {
    background: url(https://pawsliving.itembox.design/item/img/online_shop/category/cate-all.jpg) no-repeat 2px;
    background-size: 30px;
}
header .fs-pt_menu__item--collar_lead a {
    background: url(https://pawsliving.itembox.design/item/img/online_shop/category/cate-collar_lead.jpg) no-repeat 2px;
    background-size: 30px;
}
header .fs-pt_menu__item--foodstand a {
    background: url(https://pawsliving.itembox.design/item/img/online_shop/category/cate-foodstand.jpg) no-repeat 2px;
    background-size: 30px;
}
header .fs-pt_menu__item--bed_house a {
    background: url(https://pawsliving.itembox.design/item/img/online_shop/category/cate-bed_house.jpg) no-repeat 2px;
    background-size: 30px;
}
header .fs-pt_menu__item--baggage a {
    background: url(https://pawsliving.itembox.design/item/img/online_shop/category/cate-baggage.jpg) no-repeat 2px;
    background-size: 30px;
}
header .fs-pt_menu__item--interior a {
    background: url(https://pawsliving.itembox.design/item/img/online_shop/category/cate-interior.jpg) no-repeat 2px;
    background-size: 30px;
}
header .fs-pt_menu__item--toilet a {
    background: url(https://pawsliving.itembox.design/item/img/online_shop/category/cate-toilet.jpg) no-repeat 2px;
    background-size: 30px;
}
header .fs-pt_menu__item--care a {
    background: url(https://pawsliving.itembox.design/item/img/online_shop/category/cate-care.jpg) no-repeat 2px;
    background-size: 30px;
}
header .fs-pt_menu__item--toy a {
    background: url(https://pawsliving.itembox.design/item/img/online_shop/category/cate-toy.jpg) no-repeat 2px;
    background-size: 30px;
}
/*
header .categoryBox .fs-pt-menu--lv2 li:before ,
header .categoryBox .fs-pt-menu--lv2 li:after {
    position: absolute;
    content: '';
    width: 8px;
    height: 80%;
    border: solid 1px transparent;
    left: 5px
}
header .categoryBox .fs-pt-menu--lv2 li:before {
    border-left-color: #c0c0c0;
    border-bottom-color: #c0c0c0;
    top: -20%;
}
header .categoryBox .fs-pt-menu--lv2 li:after {
    border-left-color: #c0c0c0;
    top: 49%;
}
header .categoryBox .fs-pt-menu--lv2 li:last-child:after {
    display: none;
}
*/

header .categoryBox .fs-pt_menu__item--brand .fs-pt-menu__heading--lv1 {
    cursor: pointer;
    display: block;
}
header .categoryBox .fs-pt_menu__item--brand .fs-pt-menu__heading--lv1:hover {
    color: #c0c0c0;
}
header .categoryBox .fs-pt_menu__item--brand .fs-pt-menu__submenu {
    display: none;
    opacity: 0;
}

/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
    header .menu-detail .fs-pt-menu__item a {
        padding-left: 0;
        padding-right: 30px;
        background: none;
        margin-left: 1em;
    }
    header .menu-detail .fs-pt-menu__item a:after {
        position: absolute;
        content: '';
        width: 0px;
        height: 0px;
        border: solid transparent;
        border-width: 5px 0 5px 8px;
        border-left-color: #789;
        right: 0;
    }
}

@media screen and (min-width:480px) and (max-width:768px) {
}

/* ////////// PC ////////// */
@media print,
screen and (min-width: 769px) {
    header .fs-pt-menu__item li:before {
        position: absolute;
        content: '';
        width: 0;
        height: 100%;
        top: 0;
        right: 0;
        background: #ffd700;
        direction: rtl;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }
    header .fs-pt-menu__item li:hover:before {
        width: 100%;
        right: auto;
        left: 0;
    }
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:959px) {
}


/*====================================================
     //class .guideBox
====================================================*/
.guideBox {
}
header .guideBox h4 {
    text-align: center;
    background: #eef3f8;
/*    font-size: 1.6rem;*/
}
header .guideBox ul {
}
header .guideBox li {
    line-height: 1.3;
    margin: 8px 0;
    font-size: 1.1rem;
}
header .guideBox li a {
    display: block;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
    header .guideBox li {
        font-size: 1.2rem;
    }
}

@media screen and (min-width:480px) and (max-width:768px) {
}

/* ////////// PC ////////// */
@media print,
screen and (min-width: 769px) {
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:959px) {
}

/*====================================================
     
====================================================*/
/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
}

@media screen and (min-width:480px) and (max-width:768px) {
}

/* ////////// PC ////////// */
@media print,
screen and (min-width: 769px) {
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:959px) {
}


/*====================================================
     //class .iconBox
====================================================*/
.fs-clientInfo:not(.is-ready) {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
header .iconBox {
    position: absolute;
    height: 50px;
    width: 200px;
    padding-right: 3px;
    padding-left: 100px;
    top: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
/*    width: 60px;*/
/*    border: solid;*/
}
header .iconBox .fs-p-scrollingCartButton__icon {
    display: block;
    width: 24px;
    height: 21px;
    background: url(https://pawsliving.itembox.design/item/img/common/cart.svg) no-repeat center;
    background-size: contain;
}
header .iconBox .fs-p-scrollingCartButton__icon:before {
    display: none;
}
header .iconBox .fs-p-scrollingCartButton {
    position: relative;
    width: 24px;
    height: 22px;
/*
    font-size: 20px;
    line-height: 20px;
*/
    margin-top: 3px;
/*    margin-right: 3px;*/
}
header .iconBox .fs-p-scrollingCartButton .fs-clientInfo.is-ready {
    position: absolute;
    top: -10px;
    right: -10px;
    font-size: 10px;
    line-height: 10px;
    width: 18px;
    height: 18px;
    background: rgba(255, 215, 0, 0.8);
    padding: 4px;
    text-align: center;
    border-radius: 50%;
    color: #000;
}
header .iconBox .fs-clientInfo.is-ready.fs-client-cart-count--0 {
    display: none;
}
header .iconBox a:hover {
    opacity: .6;
}
/*
header .iconBox .login {
    width: 20px;
    height: 20px;
}
header .iconBox .login img {
    height: 18px;
    
}
*/
header .iconBox .fs-p-headerUtilityMenu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 65px;
}
header .iconBox .fs-pt-menu__item a {
    font-size: 1.0rem;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
/*    border: solid 1px;*/
}
header .iconBox .fs-p-headerUtilityMenu__mypage a ,
header .iconBox .fs-p-headerUtilityMenu__logout a {
    width: 22px;
    height: 22px;
    overflow: hidden;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
/*    margin-left: 2px;*/
}
header .iconBox .fs-pt-menu__item a:before {
    font-family: 'fs-icon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-size: 23px;
    content: '\e92e';
}
header .iconBox .fs-p-headerUtilityMenu__mypage a:before {
    font-size: 26px;
    content: '\e936';
    margin-top: 1px;
}
header .iconBox .fs-p-headerUtilityMenu__logout a:after {
    position: absolute;
    content: '';
    width: 26px;
    height: 0;
    border-top: solid 1px;
    -webkit-transform: rotate(-40deg);
    transform: rotate(-40deg);
    -webkit-transform-origin:right top 0;
    transform-origin:right top 0;
    top: 3px;
    left: -6px;
}
header .is-loggedIn--true {
    margin-right: 6px;
}
.fs-p-headerUtilityMenu__login.is-loggedIn--true {
    display: none;
}
.fs-p-headerUtilityMenu__logout.is-loggedIn--false {
    display: none;
}
.fs-p-headerUtilityMenu__mypage.is-loggedIn--false {
    display: none;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
    header .iconBox {
        right: 50px;
        opacity: 0;
        pointer-events: none;
        -webkit-transition: 0.6s ease-in-out;
        transition: 0.6s ease-in-out;
    }
    header .open .iconBox {
        opacity: 1;
        pointer-events: auto;
    }
}

@media screen and (min-width:480px) and (max-width:768px) {
}

/* ////////// PC ////////// */
@media print,
screen and (min-width: 769px) {
    header .iconBox {
        right: 0px;
/*        top: 6px;*/
    }
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:959px) {
}

/*====================================================
//class .fs-p-searchForm 検索ボックス
====================================================*/
.fs-p-searchForm {
    position: absolute;
    left: 0;
    z-index: 10;
}
.fs-p-searchForm form{
    /*    margin-top: 20px;*/
    position: relative;
    margin-right: 10px;
}
[type="hidden"]:focus, [type="text"]:focus, [type="search"]:focus, [type="tel"]:focus, [type="url"]:focus, [type="email"]:focus, [type="password"]:focus, [type="datetime"]:focus, [type="date"]:focus, [type="month"]:focus, [type="week"]:focus, [type="time"]:focus, [type="datetime-local"]:focus, [type="number"]:focus, select:focus, textarea:focus {
    border: 1px solid #ccc;
    -webkit-box-shadow: 0 0 3px #ccc;
    box-shadow: 0 0 3px #ccc;
}
.fs-p-searchForm input {
    width: 90px;
    padding-right: 25px;
    height: 24px;
    font-size: 1.2rem;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;  
}
.fs-p-searchForm input:focus {
    width: 200px;
    background: #fff;
}

/*
.fs-p-searchForm .linkBtn {
margin: 4px auto 0;
font-size: 1.1rem;
padding: 3px 10px;
}
*/
.fs-p-searchForm .fs-p-searchForm__button {
    position: absolute;
    width: 20px;
    height: 20px;
    font-size: 20px;
    top: 2px;
    right: 5px;
    margin: auto;
}
.fs-p-searchForm .fs-p-searchForm__button:before {
    font-family: 'fs-icon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-size: 20px;
    content: '\e932';
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out; 
    top: 0;
    left: 0;
    position: absolute;
}
.fs-p-searchForm .fs-p-searchForm__button:hover:before {
    color: #c0c0c0;
}

/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
    header .show .menu-detail .fs-p-searchForm * {
        pointer-events: auto;
    }
}

@media screen and (min-width:480px) and (max-width:768px) {
}

/* ////////// PC ////////// */
@media print,
    screen and (min-width: 769px) {
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:959px) {
}

/*====================================================
    //class .bnrBox バナーインクルード枠
====================================================*/

/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
    .bnrBox {
        margin-top: 30px;
    }
}

@media screen and (min-width:480px) and (max-width:768px) {
}

/* ////////// PC ////////// */
@media print,   screen and (min-width: 769px) {
    .bnrBox {
        position: fixed;
        width: 150px;
        bottom: 40px;
        z-index: 200;
        overflow: hidden;
    }
}

@media screen and (min-width: 769px) and (max-height:800px) {
    
    .bnrBox {
        position: relative;
        top: 0;
        margin-top: 30px;
        margin-left: 170px;
        width: calc(100% - 170px);
    }
    
}


/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:959px) {
}

@media screen and (min-width:1200px) {
}

/*====================================================
    //class #bnr バナーiframe
====================================================*/
.bnr-outer {
/*    max-width: 600px;*/
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.bnrBox iframe {
    width: 100%;
    height: 100%;
}

.bnr-outer a:hover img {
    opacity: .8;
}
/* ////////// mobile ////////// */
@media screen and (min-width:151px) and (max-width: 768px) {
    .bnr-outer .bnrItem {
        padding: 5px;
        width: 50%;
    }
}

@media screen and (min-width:511px) and (max-width:768px) {
    .bnr-outer .bnrItem {
        width: calc(100% / 3);
    }

}

/* ////////// PC ////////// */
@media screen and (max-width: 150px) {
    .bnr-outer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .bnr-outer .bnrItem {
        margin: 5px 0;
        width: 100%;
        padding: 0;
    }
}

@media print, screen and (min-width: 769px) {
    .bnr-outer .bnrItem {
        padding: 5px;
        width: calc(100% / 3);
    }

}


/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:959px) {
}

@media screen and (min-width:1200px) {
}

/*====================================================
     //id footer
====================================================*/
footer {
/*
    border-top: solid 1px;
    border-color: #789;
*/
    color: #789;
    font-size: 1.0rem;
    position: relative;
    z-index: 10;
    background: rgba(255, 255, 255, .5);
}
footer .innerBox {
    padding: 14px 0;
}
footer dt {
    font-size: 1.6rem;
}
footer .copyright {
    
/*    transform: scale(.8);*/
}

/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
    footer .innerBox {
        max-width: 300px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    footer .footerItem {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
/*        width: 50%;*/
/*        justify-content: center;*/
    }
    footer .footerItem li {
        margin: .2em .5em;
        width: calc(50% - 1em);

/*        flex: 1;*/
/*        text-align: center;*/
    }
    footer .copyright {
        width: 100%;
        text-align: right;
/*        margin-top: .5em;*/
    }
}

@media screen and (min-width:560px) and (max-width:768px) {
    footer .innerBox {
        max-width: none;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    footer .footerItem {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        max-width: 450px;
        margin: auto;
    }
    footer .footerItem li {
        width: calc(100% / 3 - 1em);
/*        text-align: center;*/
    }
}

/* ////////// PC ////////// */
@media print,
screen and (min-width: 769px) {
    footer .innerBox {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        position: relative;
        padding-right: 60px;
    }
    footer .footerItem li {
        margin-right: 2em;
        position: relative;
    }
/*
    footer .footerItem li:first-child {
        margin-left: 0;
    }
*/
    footer .copyright {
        right: 0;
        position: absolute;
    }
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:959px) {
}

