@media screen and (max-width: 767px) {


    .visible-xs {
        display: inline;
    }

    .hidden-xs {
        display: none;
    }

    .slicknav_menu {
        display: block;
    }

    /*---------------------------------------------------------- */


    /* #wrapper */


    /*---------------------------------------------------------- */

    #wrapper {
        position: relative;
        overflow-x: hidden;
        background: url(../../images/common/header/hd_obi.jpg) repeat-x;
        padding-top: 9px;
        min-width: initial;
    }

    .home #wrapper {
        opacity: 1;
    }

    /*---------------------------------------------------------- */


    /* header */


    /*---------------------------------------------------------- */

    header {
        width: 100%;
        background: url(../../images/common/header/bg_smp.png) no-repeat center 0;
        position: relative;
        z-index: 0;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        padding-top: 80px;
        position: relative;
    }

    header:before {
        content: "";
        width: 276px;
        height: 52px;
        background: url(../../images/common/header/bg_parts.png) no-repeat;
        background-size: 276px auto;
        position: absolute;
        top: 80px;
        left: 50%;
        margin-left: -138px;
        z-index: 10;
    }

    header:after {
        display: none;
    }

    header h1 {
        width: 250px;
        text-align: center;
        position: absolute;
        top: 22px;
        left: 50%;
        margin-left: -125px;
        z-index: 10;
    }

    header h1 img {
        width: auto;
        height: 72px;
    }

    header h1:before {
        content: "";
        width: 68px;
        height: 81px;
        background: url(../../images/common/header/girl.svg) no-repeat;
        background-size: 68px 81px;
        position: absolute;
        top: 19px;
        left: 50%;
        margin-left: 104px;
    }

    header h1:after {
        content: "";
        width: 30px;
        height: 12px;
        background: url(../../images/common/header/bg__parts_smp.png) no-repeat;
        position: absolute;
        top: 58px;
        left: 50%;
        margin-left: -140px;
    }


    /* header .hero
/*---------------------------------------- */

    header .hero {
        width: 100%;

        overflow: hidden;
        border-top: 5px #fff solid;
        background-color: #fff;
    }

    header .hero #slider {
        overflow: hidden;
    }


    /* header h2
/* ----------------------------------------------- */
    header h2 {
        position: relative;
        height: 210px !important;
        border-top: none !important;
    }

    header h2:before {
        content: "";
        background: url(../../images/common/mask_hdimg.png);
        width: 100%;
        height: 210px !important;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }

    header h2 img {
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -1300px;
    }

    header h2 div {
        width: 900px;
        height: 100px;
        position: absolute;
        top: 29px !important;
        left: 50%;
        margin-left: -450px;
        text-align: center;
        z-index: 2;
    }

    header h2 div .txt1 {
        font-size: 22px !important;
        color: #fff;
        font-family: "M PLUS Rounded 1c", sans-serif;font-weight: 500;font-style: normal;
        -webkit-transform: rotate(0.028deg);
        -moz-transform: rotate(0.028deg);
        -ms-transform: rotate(0.028deg);
        -o-transform: rotate(0.028deg);
        transform: rotate(0.028deg);
        text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2);
    }

    header h2.nosub div {
        top: 45px !important;
    }

    header h2.nosub div .txt1 {
        font-size: 26px !important;
    }

    .privacypolicy header h2.nosub div .txt1 {
        font-size: 23px !important;
    }

    header h2 div .txt2 {
        padding-top: 17px;
    }

    header h2 div .txt2 span {
        padding: 5px 15px 5px !important;
        font-size: 24px;
    }



    /* .page header
/*---------------------------------------- */
    .page header {
        padding-top: 40px;
    }

    .page header h1 {
        display: none;
    }

    .page header:before {
        display: none;
    }

    .page header h2 {
        height: 200px;
        border-top: none;
    }

    .page header h2:before {
        content: "";
        background: url(../../images/common/mask_hdimg.png);
        width: 100%;
        height: 519px;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }

    .page header h2 img {
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -400px;
        width: 800px;
        height: auto;
    }

    .page header h2 div {
        width: 300px;
        height: 100px;
        position: absolute;
        top: 25px;
        left: 50%;
        margin-left: -150px;
        text-align: center;
        z-index: 2;
    }

    .page header h2.nosub div {
        top: 42px;
    }

    .page header h2 div .txt1 {
        font-size: 22px;
        color: #fff;
        font-family: "M PLUS Rounded 1c", sans-serif;font-weight: 500;font-style: normal;
        -webkit-transform: rotate(0.028deg);
        -moz-transform: rotate(0.028deg);
        -ms-transform: rotate(0.028deg);
        -o-transform: rotate(0.028deg);
        transform: rotate(0.028deg);
        text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2);
    }

    .page header h2 div .txt2 {
        padding-top: 10px;
    }

    .page header h2 div .txt2 span {
        padding: 0px 20px 0px;
        font-size: 14px;
    }


    /*---------------------------------------------------------- */


    /* #gnavi */


    /*---------------------------------------------------------- */

    #gnavi {
        display: none;
    }

    /*---------------------------------------------------------- */


    /* #contents */


    /*---------------------------------------------------------- */
    #contents {
        position: relative;
        z-index: 1;
        background: url(../../images/common/bg@.jpg);
        margin-top: -10px;
    }

    .page #contents {
        background: url(../../images/common/bg.jpg);
    }

    #contents:before {
        content: "";
        width: 1800px;
        height: 286px;
        background: url(../../images/common/header/mask.png) no-repeat;
        background-size: 1800px auto;
        position: absolute;
        top: -25px;
        left: 50%;
        margin-left: -900px;
        z-index: 0;
    }

    .page #contents {
        margin-top: -53px;
    }

    #contents .secIn {
        margin: 0 auto;
        width: 96%;
        padding: 0 2%;
        position: relative;
    }

    .page #contents .secIn {
        width: 92%;
        padding: 0 4%;
    }

    #contents .secInIn {
        padding: 0px !important;
    }

    .page #contents .sec {
        padding-top: 60px;
        margin-top: -60px;
    }

    .page #contents .sec.no1 {
        margin-top: -53px !important;
        padding-top: 0 !important;
    }

    .page #contents h3 {
        padding-left: 20px;
        position: relative;
        margin-bottom: 20px;
    }

    .page #contents h3:before {
        width: 4px;
        height: 22px;
        top: 3px;
    }

    .page #contents h3 span {
        font-size: 18px;
    }

    .page #contents .catch {
        font-size: 17px;
        padding: 0px 0 20px;
    }

    .page #contents .expl {
        font-size: 15px;
        line-height: 2;
        letter-spacing: 1px;
    }

    .page #contents .emp {
        font-weight: bold;
        border-bottom: 5px #ffff99 solid;
    }

    .page #contents .emp2 {
        font-weight: bold;
        background-color: #ffff99;
    }

    /*　タブ切り替え
--------------------------------------------- */
    .tabs {
        padding-top: 0px;
    }

    .tab-button-outer {
        display: none;
    }

    .tab-select-outer {
        display: block;
        margin-bottom: 15px;
    }

    .tab-select-outer select {
        width: 100%;
        padding: 10px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border: 1px rgba(235, 74, 74, 0.5) solid;
        background: #eee;
        background: url(../../images/common/arrow_smp.png) right 50% no-repeat, -webkit-linear-gradient(top, #fff 0%, #efebe1 100%);
        background: url(../../images/common/arrow_smp.png) right 50% no-repeat, linear-gradient(to bottom, #fff 0%, #fff 100%);
        background-size: 20px, 100%;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
    }

    .life.daily-program #contents .sec.no1 .tab-contents {
        background-color: #fff;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        padding: 15px 15px 15px;
    }




    /* .page #contents .selectBox
/*---------------------------------------------------------- */
    .page #contents .selectBox {
        width: 92%;
        padding: 0 4%;
        height: 40px;
        margin-bottom: 75px;
        position: relative;
        z-index: 100;
    }

    .blog #contents .selectBox {
        margin-top: 25px;
        margin-bottom: 0px;
    }

    .blog #contents .selectBox:last-child {
        margin-top: 15px;
    }

    .page #contents .selectBox select {
        width: 100%;
        padding: 10px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border: 1px rgba(235, 74, 74, 0.5) solid;
        background: #eee;
        background: url(../../images/common/arrow_smp.png) right 50% no-repeat, -webkit-linear-gradient(top, #fff 0%, #efebe1 100%);
        background: url(../../images/common/arrow_smp.png) right 50% no-repeat, linear-gradient(to bottom, #fff 0%, #fff 100%);
        background-size: 20px, 100%;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
    }

    .page #contents .ft .selectBox {
        margin: 50px 0 0;
    }

    /*---------------------------------------------------------- */


    /* .bg-parts */


    /*---------------------------------------------------------- */

    .bg-parts {
        display: none;
    }




    /* .wp-pagenavi
------------------------------------------ */
    .wp-pagenavi {
        clear: both;
        font-size: 11px;
    }

    .wp-pagenavi a,
    .wp-pagenavi span {
        float: left;
        padding: 3px 9px 3px 9px;
        display: block;
        /*    background-color: #666666;*/
        border: 1px #a77661 solid;
        color: #a77661;
        margin-right: 1px;
        text-decoration: none;
        color: #a77661;
    }

    .wp-pagenavi span.current {
        padding: 3px 9px 3px 9px;
        background-color: #a77661;
        border: 1px #a77661 solid;
        color: #ffffff;
        margin-right: 1px;
    }

    .wp-pagenavi a:hover {
        background-color: #a77661;
        border: 1px #a77661 solid;
        color: #ffffff;
    }

    /*---------------------------------------------------------- */


    /* .btn_pagetop */


    /*---------------------------------------------------------- */
    #topcontrol {
        z-index: 10000 !important;
    }

    a.btn_pagetop {
        width: 41px;
        height: 55px;
        display: block;
        background: url(../../images/common/btn_pagetop.svg) no-repeat;
        background-size: 41px 55px;
        text-indent: -10000px;
    }


    /*---------------------------------------------------------- */


    /* footer */


    /*---------------------------------------------------------- */

    footer {
        width: 100%;
        background-color: #674225;
    }

    footer .footerWrap {
        background: url(../../images/common/footer/bg.jpg) no-repeat center 0;
        background-size: 800px auto;
    }

    .page footer .footerWrap {
        background: url(../../images/common/footer/bg_page.jpg) no-repeat center 0;
        background-size: 800px auto;
    }

    footer .footerIn {
        margin: 0 auto;
        width: 100%;
        position: relative;
        padding: 50px 0 50px 0;
        text-align: center;
    }


    /* footer .bl.no1
/*------------------------------------------- */

    footer .bl.no1 {
        position: relative;

    }

    footer .bl.no1 .logo {
        float: none;
        width: 100%;
    }

    footer .bl.no1 .logo p {
        padding-top: 10px;
        font-size: 14px;
    }

    footer .bl.no1 .logo img {
        width: auto;
        height: 53px;
        margin: 35px 0 10px;
    }

    footer .bl.no1 ul {
        float: none;
        padding-top: 0px;
        position: relative;
    }

    footer .bl.no1 ul:after {
        display: none;
    }

    footer .bl.no1 ul li {
        float: none;
        border-right: none;
        padding-right: none;
        margin-right: 0px;
        padding-left: 30px;
    }




    footer .bl.no1 .email {
        display: none;
    }

    footer .bl.no1 .telArea {
        margin: 0 auto;
        width: 260px;
    }

    footer .bl.no1 .telArea li {
        padding-bottom: 7px;
        margin-bottom: 7px;
        border-bottom: 1px rgba(255, 255, 255, 0.5) dotted;
    }

    footer .bl.no1 .telArea li span {
        font-size: 12px;
    }

    footer .bl.no1 .tel1 {
        font-family: "M PLUS Rounded 1c", sans-serif;font-weight: 500;font-style: normal;
        font-size: 20px;
        color: #f5a94d;
        margin-bottom: 10px;
        position: relative;
    }

    footer .bl.no1 .tel1:before {
        content: "";
        width: 16px;
        height: 21px;
        background: url(../../images/common/footer/icon_tel.svg) no-repeat;
        background-size: 16px 21px;
        position: absolute;
        top: 6px;
        left: -23px;
    }

    footer .bl.no1 .tel2 {
        font-family: "M PLUS Rounded 1c", sans-serif;font-weight: 500;font-style: normal;
        font-size: 16px;
        color: #fbe9aa;
        margin-bottom: 10px;
        position: relative;
    }

    footer .bl.no1 .tel2:before {
        content: "";
        width: 11px;
        height: 15px;
        background: url(../../images/common/footer/icon_tel.svg) no-repeat;
        background-size: 11px 15px;
        position: absolute;
        top: 5px;
        left: -17px;
    }

    footer .bl.no1 .mailArea a {
        position: relative;
        padding-left: 20px;
    }

    footer .bl.no1 .mailArea a:before {
        content: "";
        width: 19px;
        height: 12px;
        background: url(../../images/common/footer/icon_mail.svg) no-repeat;
        background-size: 19px 12px;
        position: absolute;
        top: 3px;
        left: -4px;
    }

    /* footer .bl.no2
/*------------------------------------------- */

    footer .bl.no2 {
        display: none;
    }




    /* footer .copyright
/*------------------------------------------- */

    footer .copyright {
        /*  background-color: #674225;*/
        text-align: center;
        color: #fff;
        font-size: 10px;
        padding: 10px 0 75px;
        margin: 0 !important;
    }


    /*---------------------------------------------------------- */


    /* .sunArea */


    /*---------------------------------------------------------- */
    .sunArea {
        display: none;
    }


    .insta {
        position: fixed;
        bottom: 0px;
        left: 0px;
        right: initial;
        width: initial;
        padding: 10px;
        z-index: 1000;
        width: 100%;
        background-color: rgba(255, 255, 255, 0.6);
    }

    .insta li {
        float: left;
        width: 35%;
        margin-right: 10px;
        margin-bottom: 0px;
    }

    .insta li a {
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        position: relative;
        top: 0;
    }

    .insta li a:hover {
        top: -5px;
    }

    .insta img {
        width: 100%;
        height: auto;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
    }


}