@charset "UTF-8";
/*=============================================================
 02_base
=============================================================*/
/*!  02_base
================================================ */
strong {
    font-weight: bold;
}
@media all and (min-width: 600px) { html { overflow: auto; } }
body { position: relative; min-width: 320px; line-height: 1.5; color: #333; font-family: -apple-system, BlinkMacSystemFont, "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif; font-size: 20.8px; font-size: 1.3rem; letter-spacing: .1em; }
@media all and (min-width: 600px) { body { min-width: 1170px; overflow: hidden; font-size: 1.6rem; } }
a { color: #333; text-decoration: underline; word-wrap : break-word; }
@media all and (min-width: 600px) { a:hover { text-decoration: none; } }
.alpha { display: block; text-decoration: none; }
@media all and (min-width: 600px) { .alpha { transition: all .3s ease; }  .alpha:hover { opacity: .7; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; } }
@media all and (min-width: 600px) { .btnAlpha { display: block; background-color: #bea9e2; text-decoration: none; transition: all .3s ease; }  .btnAlpha:hover { background-color: #a888de; } }
@media all and (min-width: 600px) { .btnYellow { display: block; background-color: #FFDA6B; text-decoration: none; transition: all .3s ease; }  .btnYellow:hover { background-color: #FFD13D; } }
@media all and (min-width: 600px) { .auto { width: 1170px; margin: 0 auto; } }
img { width: 100%; height: auto; }
.viewPc { display: none; }
@media all and (min-width: 600px) { .viewSp { display: none; }  .viewPc { display: block; } .viewPc.inline { display: inline-block; } }
.cf:after { display: block; clear: both; content: ""; }
#mediaQuery { display: none; font-family: "sp"; }
@media all and (min-width: 600px) { #mediaQuery { font-family: "pc"; } }
/*! helper
-------------------------------------- */
.mb0 { margin-bottom: 0 !important; }
.pb0 { padding-bottom: 0 !important; }
.mt20 {margin-top: 20px !important; }
/*! layout
-------------------------------------- */
/*Radio Check*/
label.radio , label.radio_text , label.checkbox , label.checkbox_text { display: inline-block; position: relative; box-sizing: border-box; overflow: hidden; cursor: pointer; }
label.radio { width: 18px; height: 18px; border: 1px solid #666; border-radius: 100%; }
label.radio_text { min-height: calc(18px + 5px); line-height: calc(18px + 5px); margin-right: calc(18px + 5px); padding-left: calc(18px + 5px); }
label.checkbox { width: 17px; height: 17px; border: 1px solid #b3b3b3; background: #fff; }
label.checkbox_text { line-height: 17px; padding-left: calc(17px + 5px); }
/** before after **/
label.radio:before , label.radio_text:before , label.checkbox_text:before , label.checkbox:after , label.radio_text:after , label.checkbox_text:after { position: absolute; box-sizing: border-box; content: ""; }
label.radio:before , label.radio_text:before { border-radius: 100%; }
label.radio:before , label.checkbox:after { top: 0; right: 0; bottom: 0; left: 0; margin: auto; }
label.checkbox:after , label.checkbox_text:after { display: block; top: calc(50% - (((16px / 12 ) * 5) / 2)); z-index: 1; width: calc(((16px / 12 ) * 5)); height: 16px; margin-top: calc(((16px / 12 ) * 5) * -1); border-right: 3px solid #d65; border-bottom: 3px solid #d65; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); transform: rotate(45deg); }
label.radio_text:before , label.radio_text:after { top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; }
label.radio:before { display: block; z-index: 1; width: 10px; height: 10px; background-color: #d65; }
label.radio_text:before { left: 0; z-index: 3; width: 18px; height: 18px; border: 1px solid #666; }
label.checkbox_text:before { top: 0; left: 0; z-index: 3; box-sizing: border-box; width: 17px; height: 17px; border: 1px solid #b3b3b3; }
label.radio_text:after { left: calc(((18px/2) - (10px) / 2)); z-index: 1; width: 10px; height: 10px; border-radius: 100%; background-color: #d65; }
label.checkbox_text:after { left: calc((17px / 2) - (((16px / 12 ) * 5) / 2)); }
/** input **/
label.radio input[type="radio"] , label.radio_text input[type="radio"] , label.checkbox input[type="checkbox"] , label.checkbox_text input[type="checkbox"] { position: absolute; z-index: 2; box-sizing: border-box; width: 17px; height: 17px; margin: 0; outline: none; -moz-appearance: none; -webkit-appearance: none; }
label.radio input[type="radio"] , label.radio_text input[type="radio"] { top: 0; bottom: 0; left: calc(18px * -1); width: 18px; height: 18px; margin-top: auto; margin-bottom: auto; border-radius: 100%; }
label.checkbox input[type="checkbox"] , label.checkbox_text input[type="checkbox"] { left: calc(17px * -1); padding: 0; }
label.radio input[type="radio"] { display: block; box-shadow: 18px 0 #fff; }
label.radio_text input[type="radio"] { box-shadow: 18px 0 #fff; }
label.checkbox input[type="checkbox"] { box-shadow: 17px 0 #fff; }
label.checkbox_text input[type="checkbox"] { display: block; box-shadow: 17px 0 #fff; }
/** checked forcus */
label.checkbox_text input[type="checkbox"]:checked , label.checkbox input[type="checkbox"]:checked , label.radio_text input[type="radio"]:checked , label.radio input[type="radio"]:checked { box-shadow: none; }
label.checkbox_text input[type="checkbox"]:checked:focus , label.checkbox input[type="checkbox"]:checked:focus { opacity: .1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)"; }
label.radio_text input[type="radio"]:focus , label.radio input[type="radio"]:focus { opacity: .2; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)"; }
label.checkbox_text input[type="checkbox"]:checked:focus { box-shadow: 17px 0 #666; }
label.checkbox_text input[type="checkbox"]:focus { box-shadow: 17px 0 #eee; }
label.checkbox input[type="checkbox"]:checked:focus { box-shadow: 17px 0 #666; }
label.checkbox input[type="checkbox"]:focus { box-shadow: 17px 0 #eee; }
label.radio_text input[type="radio"]:focus { box-shadow: 18px 0 #fff; }
label.radio input[type="radio"]:focus { box-shadow: 18px 0 #fff; }


/* img(SP/tablet 画像保存禁止対応)
================================================ */
img {
    -webkit-touch-callout:none;
    -moz-touch-callout:none;
    touch-callout:none;

    -webkit-user-select:none;
    -moz-user-select:none;
    user-select:none;
    pointer-events:none;
}

/*=============================================================
 03_layout
=============================================================*/
/* #gHeader
================================================ */

#gHeader {
    /*height: 60px;*/
    /*position: fixed;*/
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background: #fff;
} 
#wrapper {
    /*margin-top: 30px;*/
} 
#home #gHeader {
    position: relative;
}
#home #wrapper {
    margin-top: 0;
}

@media all and (min-width: 600px) {
    #gHeader {
        display: -ms-flexbox;
        display: flex;
        min-width: 1170px;
        height: 100px;
        /*border-bottom: 1px solid #e5e5e5;*/
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    #gHeader.withMV {
        border: none;
    }
    #wrapper {
        /*margin-top: 20px;*/
        margin-top: 0;
    }
    #home #wrapper {
        margin-top: 0;
    }
}

/* #hdInfo
-------------------------------------- */
#hdInfo {
    height: 60px;
}
#hdInfo .logo {
    float: left;
    width: 70px;
    margin: 13px 0 0 11px;
}

#hdInfo .logo02 {
    float: left;
    width: 80px;
    padding-top: 20px;
    padding-left: 8px;
}
#hdInfo .hdNav {
    display: table;
    float: right;
    /*width: 145px;*/
}

#hdInfo .hdNav .member {
    display: table-cell;
    width: 85px;
}

#hdInfo .hdNav .member a {
    display: block;
    box-sizing: border-box;
    height: 60px;
    padding-top: 35px;
    background: #bea9e2 url(../img/common/header/ico_member01.png) 50% 9px no-repeat;
    background-size: 22px;
    color: #fff;
    font-size: 16px;
    font-size: 1.0rem;
    text-decoration: none;
    text-align: center;
}

#hdInfo .hdNav .cart {
    display: table-cell;
    width: 85px;
}

#hdInfo .hdNav .cart a {
    display: block;
    position: relative;
    box-sizing: border-box;
    height: 60px;
    padding-top: 35px;
    background: #bea9e2 url(../img/common/ico_cart.png) 50% 12px no-repeat;
    background-size: 28px;
    color: #fff;
    font-size: 16px;
    font-size: 1.0rem;
    text-decoration: none;
    text-align: center;
}

#hdInfo .hdNav .cart a .baloon {
    display: block;
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 5px 4px;
    border-radius: 30px;
    background: #e84141;
    color: #fff;
    font-size: 17.6px;
    font-size: 1.1rem;
    text-align: center;
    letter-spacing: -.03em;
    min-width:14px;
    line-height: 1.1;
}

#hdInfo .hdNav .showcase {
    display: table-cell;
    width: 85px;
}

#hdInfo .hdNav .showcase a {
    display: block;
    position: relative;
    box-sizing: border-box;
    height: 60px;
    padding-top: 22px;
    background: #FFDA6B 50% 12px no-repeat;
    background-size: 28px;
    color: #fff;
    font-size: 16px;
    font-size: 1.0rem;
    text-decoration: none;
    text-align: center;
}

#hdInfo .hdNav .contact {
    width: 65px;
    margin-right: 0;
    margin-left: auto;
    display: none;
}

#hdInfo .hdNav .contact a {
    display: block;
    box-sizing: border-box;
    height: 60px;
    padding-top: 35px;
    background: #bea9e2 url(../img/common/ico_btn03.png) 50% 14px no-repeat;
    background-size: 21px 14px;
    color: #fff;
    font-size: 16px;
    font-size: 1.0rem;
    text-decoration: none;
    text-align: center;
}

#hdInfo .hdNav .btnGnav {
    display: table-cell;
    width: 60px;
    height: 60px;
    background: url(../img/common/header/btn_menu01.png) 0 0 no-repeat;
    background-size: contain;
    cursor: pointer;
}

#hdInfo .hdNav .btnGnav.is_open {
    background: url(../img/common/header/btn_menu02.png) 0 0 no-repeat;
    background-size: contain;
}

@media all and (min-width: 600px) {
    #hdInfo .logo {
        float: left;
        width: 137px;
        margin: 28px 0 0 0;
        padding-left: 40px;
    }
    #hdInfo .logo02 {
        float: left;
        width: 100px;
        padding-top: 40px;
        padding-left: 21px;
    }
    #hdInfo .hdNav {
        display: none;
    }
}


/* #gNav
================================================ */

#gNav {
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    z-index: 10000;
    box-sizing: border-box;
    width: 100%;
    padding: 33px 0 50px;
    background: url(../img/common/bg_common01.png) 0 0 repeat;
    background-size: 375px auto;
}
@media all and (max-width: 599px) {
	#gNav {
	    overflow: scroll;
	}
}
#gNav .list {
    margin-bottom: 52px;
}

#gNav .list .item>a {
    display: block;
    padding: 22px 0;
    color: #fff;
    font-size: 20.8px;
    font-size: 1.3rem;
    text-decoration: none;
    text-align: center;
}

#gNav .list .item.isCart {
    display: none;
}
#gNav .list .item.isShowcase {
    display: none;
}

@media all and (min-width: 600px) {
    #gNav {
        display: block;
        position: static;
        width: auto;
        padding: 0;
        background: none;
    }
    #gNav .list {
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 0;
    }
    #gNav .list .item {
        display: table;
    }
    #gNav .list .item>a {
        display: table-cell;
        height: 100px;
        padding: 0 20px;
        color: #595757;
        font-size: 1.6rem;
        vertical-align: middle;
        white-space: nowrap;
    }
    #gNav .list .item.navLoggedIn01 {
        width: 130px;
    }
    #gNav .list .item.navLoggedIn02 {
        width: 130px;
    }
    #gNav .list .item.navLoggedIn03 {
        width: 160px;
    }
    #gNav .list .item.nav01 {
        width: 150px;
    }
    #gNav .list .item.nav01 a:hover {
        text-decoration: underline;
    }
    #gNav .list .item.nav02 {
        width: 193px;
    }
    #gNav .list .item.nav02.for a {
        background-color: #bea9e2;
        text-decoration: none;
        transition: all .3s ease;
        padding-left: 60px;
        background-image: url(../img/common/ico_btn03.png);
        background-repeat: no-repeat;
        background-position: 21px center;
        background-size: 22px auto;
        color: #fff;
        font-weight: bold;
        text-align: left;
    }
    #gNav .list .item.nav02 a:hover {
        text-decoration: underline;
    }
    #gNav .list .item.nav03 {
        width: 230px;
    }
    #gNav .list .item.nav03 a {
        padding-left: 60px;
        background-image: url(../img/common/ico_btn01.png);
        background-repeat: no-repeat;
        background-position: 21px 38px;
        background-size: 22px auto;
        color: #fff;
        font-weight: bold;
        text-align: left;
    }
    #gNav .list .item.nav04 {
        width: 220px;
        border-left: 2px solid #fff;
    }
    #gNav .list .item.nav04 a {
        padding-left: 60px;
        background-image: url(../img/common/ico_btn02.png);
        background-repeat: no-repeat;
        background-position: 25px 38px;
        background-size: 21px auto;
        color: #fff;
        font-weight: bold;
        text-align: left;
    }
    #gNav .list .item.nav05,
    #gNav .list .item.nav06,
    #gNav .list .item.nav07,
    #gNav .list .item.nav08,
    #gNav .list .item.nav09,
    #gNav .list .item.nav10 {
        display: none;
    }
    #gNav .list .item.viewSp {
        display: none;
    }
    #gNav .list .item.isCart {
        display: block;
        border-left: 2px solid #fff;
    }
    #gNav .list .item.isCart a {
        position: relative;
        padding: 0 45px 0 65px;
        background-image: url(../img/common/ico_cart.png);
        background-repeat: no-repeat;
        background-position: 25px 38px;
        background-size: 32px auto;
        color: #fff;
        font-weight: bold;
        font-size: 1.7rem;
        text-align: left;
    }
    #gNav .list .item.isCart a .baloon {
        display: block;
        position: absolute;
        top: 15px;
        right: 24px;
        padding: 5px 4px;
        border-radius: 30px;
        background: #e84141;
        color: #fff;
        font-size: 1.4rem;
        text-align: center;
        letter-spacing: -.03em;
        min-width:16px;
        line-height: 1;
    }
    #gNav .list .item.isShowcase {
        display: block;
        border-left: 2px solid #fff;
        padding: 0 10px;
    }
    #gNav .list .item.isShowcase a {
        position: relative;
        padding: 0 25px;
        background-repeat: no-repeat;
        background-position: 25px 38px;
        background-size: 32px auto;
        color: #fff;
        font-weight: bold;
        font-size: 1.7rem;
        text-align: left;
    }
    #gNav .list .item.nav00 {
        width: 150px;
    }
    #gNav .list .item.isForSchool {
        /*width: 230px;*/
    }
    #gNav .list .item.isForSchool a {
        padding-left: 60px;
        background-image: url(../img/common/ico_btn01.png);
        background-repeat: no-repeat;
        background-position: 21px 38px;
        background-size: 22px auto;
        color: #fff;
        font-weight: bold;
        text-align: left;
    }
    #gNav .list .item.isForCameraman {
        /*width: 220px;*/
        border-left: 2px solid #fff;
        border-right: 2px solid #fff;
    }
    #gNav .list .item.isForCameraman a {
        padding-left: 60px;
        background-image: url(../img/common/ico_btn02.png);
        background-repeat: no-repeat;
        background-position: 25px 38px;
        background-size: 21px auto;
        color: #fff;
        font-weight: bold;
        text-align: left;
    }
    #gNav .list .item.isContact {
        width: 190px;
    }
    #gNav .list .item.isContact a {
        background-color: #bea9e2;
        text-decoration: none;
        transition: all .3s ease;
        padding-left: 60px;
        background-image: url(../img/common/ico_btn03.png);
        background-repeat: no-repeat;
        background-position: 21px center;
        background-size: 22px auto;
        color: #fff;
        font-weight: bold;
        text-align: left;
    }
    #gNav .list .item.isContact a:hover {
        background-color: #a888de;
    }
    #gNav .list .item.isContactText {
        display: none;
    }
}


/* .btnClose
================================================ */

#btnClose {
    box-sizing: border-box;
    width: 305px;
    margin: 0 auto;
    padding: 21px 0;
    border: 2px solid #fff;
    color: #fff;
    text-align: center;
}

#btnClose:before {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 15px -5px 0;
    background: url(../img/common/header/ico_close01.png) 0 0 no-repeat;
    background-size: contain;
    content: "";
}


/* #overlay
================================================ */

#overlay {
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    z-index: 80;
    width: 100%;
    height: 100%;
    background: url(../img/common/bg_common01.png) 0 0 repeat;
    background-size: 375px auto;
}

@media all and (min-width: 600px) {
    #overlay {
        display: none !important;
    }
}

/*#ricoh
-------------------------------------- */
#ricoh {
    display: none;
    width: 100%;
    height: 30px;
    background: #eff2f1;
}
#ricoh .img {
    width: 55px;
    margin:0 10px 0 auto;
    padding-top: 5px;
}
@media all and (min-width: 600px) {
    #ricoh {
        height: 80px;
    }
    #ricoh .img {
        width: 130px;
        margin:0 35px 0 auto;
        padding-top: 18px;
    }
}





/*!  #mainImg 下層ページ
================================================ */


/*!  #mainimg
================================================ */

.mainImgWrap {
    /*margin-top: 30px;*/
}

.mainImgWrap #mainImg {
    display: table;
    width: 100%;
    height: 170px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.mainImgWrap #mainImg .pageTit {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

@media screen and (min-width: 600px) {
    .mainImgWrap {
        padding: 0 40px;
        margin-top: 20px;
    }
    .mainImgWrap #mainImg {
        box-sizing: border-box;
        height: 340px;
        overflow: hidden;
        border-radius: 5px;
    }
}

/*!  #breadcrumb
================================================ */

#breadcrumb {
    padding: 0 40px;
}

#breadcrumb ol {
    padding: 23px 0;
}

#breadcrumb ol li {
    display: inline-block;
    font-size: 22.4px;
    font-size: 1.4rem;
}

#breadcrumb ol li+li {
    padding-left: 4px;
}

#breadcrumb ol li+li:before {
    display: inline-block;
    padding-right: 10px;
    color: #f28f8f;
    content: ">";
}

#breadcrumb ol li a {
    display: inline-block;
    color: #333;
    font-size: 22.4px;
    font-size: 1.4rem;
    text-decoration: underline;
}

#breadcrumb ol li a:hover {
    text-decoration: none;
}


/*!  #sidebar
================================================ */

@media screen and (min-width: 600px) {
    #sidebar .bunner {
        margin-bottom: 20px;
    }
    #sidebar .bunner li+li {
        margin-top: 10px;
    }
    #sidebar .bunner li.check {
        margin-top: 3px;
    }
    #sidebar .product {
        border: 2px solid #333;
    }
    #sidebar .product .tit {
        line-height: 1;
        padding: 17px 0;
        background-color: #333;
        background-repeat: no-repeat;
        background-position: 95% 6px;
        color: #fff;
        font-size: 1.6rem;
        text-align: center;
    }
    #sidebar .product .tit span {
        font-size: 1.2rem;
    }
    #sidebar .product .list .item+.item {
        border-top: 1px dotted #ccc;
    }
    #sidebar .product .list .item a {
        display: table;
        box-sizing: border-box;
        width: 100%;
        padding: 13px 10px 13px 0;
        text-decoration: none;
    }
    #sidebar .product .list .item a .img {
        display: table-cell;
        width: 55px;
        text-align: center;
        vertical-align: middle;
    }
    #sidebar .product .list .item a .img img {
        width: auto;
    }
    #sidebar .product .list .item a .txt {
        display: table-cell;
        line-height: 1.3;
        font-size: 1.3rem;
        vertical-align: middle;
    }
    #sidebar .product.original {
        margin-bottom: 10px;
    }
    #sidebar .product.original .tit {
        background-image: url(../img/common/sidebar/bg_original01.png);
    }
    #sidebar .product.novelty {
        margin-bottom: 20px;
    }
    #sidebar .product.novelty .tit {
        background-image: url(../img/common/sidebar/bg_novelty01.png);
    }
    #sidebar .product.other {
        margin-bottom: 20px;
    }
    #sidebar .product.other .tit {
        background-image: url(../img/common/sidebar/bg_other01.png);
    }
    #sidebar .btns {
        margin-bottom: 20px;
    }
    #sidebar .btns .btn+.btn {
        margin-top: 10px;
    }
    #sidebar .news {
        margin-bottom: 45px;
    }
    #sidebar .news .head {
        margin-bottom: 2px;
        padding: 13px 20px;
        background-color: #ececec;
    }
    #sidebar .news .head .tit {
        display: inline-block;
        line-height: 1;
        font-weight: 900;
        font-size: 2.0rem;
    }
    #sidebar .news .head .read {
        display: inline-block;
        line-height: 1.6;
        padding-left: 10px;
        font-size: 1.3rem;
    }
    #sidebar .news .list {
        padding: 0 15px;
        background-color: #ececec;
    }
    #sidebar .news .list .item+.item {
        border-top: 1px solid #c9c9c9;
    }
    #sidebar .news .list .item a {
        display: block;
        padding: 10px 0;
    }
    #sidebar .news .list .item a .date {
        color: #808080;
        font-weight: bold;
        font-size: 1.3rem;
    }
    #sidebar .news .list .item a .txt {
        line-height: 1.5;
        font-size: 1.3rem;
    }
    #sidebar .contact {
        padding: 5px;
        border-radius: 10px;
        background: url(../img/common/sidebar/bg_contact01.png) 0 0 no-repeat;
        background-size: cover;
    }
    #sidebar .contact .tit {
        margin: -41px 0 6px 8px;
    }
    #sidebar .contact .tit img {
        width: auto;
    }
    #sidebar .contact .txt {
        line-height: 1.5;
        margin-bottom: 10px;
        padding: 0 12px;
        color: #fff;
        font-size: 1.3rem;
    }
    #sidebar .contact .box {
        padding: 20px 10px 15px;
        border-radius: 0 0 10px 10px;
        background-color: #fff;
    }
    #sidebar .contact .box .num {
        line-height: 1.0;
        font-weight: 900;
        font-size: 2.4rem;
        letter-spacing: .02em;
    }
    #sidebar .contact .box .num:before {
        display: inline-block;
        width: 24px;
        height: 18px;
        margin: 0 3px -1px 0;
        background-image: url(../img/common/ico_tel_num01.png);
        background-repeat: no-repeat;
        background-size: contain;
        content: "";
    }
    #sidebar .contact .box .time {
        line-height: 1.4;
        margin-bottom: 10px;
        font-size: 1.2rem;
    }
    #sidebar .contact .box .time span {
        display: inline-block;
        width: 31px;
        line-height: 1.5;
        margin-right: 3px;
        background-color: #333;
        color: #fff;
        font-size: 1.0rem;
        text-align: center;
    }
    #sidebar .contact .box .btn a {
        padding: 13px 0 14px 25px;
        background: url(../img/common/ico_btn01.png), linear-gradient(to bottom, #dd5335 0%, #d53d35 49%, #c70000 50%, #b70000 100%);
        background-repeat: no-repeat;
        background-position: 45px 13px, 0 0;
        background-size: 20px auto, 100%;
        font-size: 1.6rem;
    }
}

/*!  #gFooter
================================================ */

#gFooter {
    padding: 55px 0 40px;
    background: url(../img/common/bg_common01.png) 0 0 repeat;
    background-size: 375px auto;
}
#gFooter .ftInfo {
    overflow: hidden;
}
#gFooter .ftInfo .logo {
    width: 125px;
    margin: 0 auto;
}
#gFooter .ftInfo .logo02 {
    width: 107px;
    margin: 0 auto 30px;
}

#gFooter .ftInfo .copyright {
    text-align: center;
}

#gFooter .ftInfo .copyright small {
    color: #6e6e6e;
    font-size: 1.0rem;
}

@media all and (min-width: 600px) {
    #gFooter {
        padding: 70px 0 46px;
        background: url(../img/common/bg_common02.png) 0 0 repeat;
        background-size: auto;
    }
    #gFooter .ftInfo {
        float: left;
        width: 400px;
    }
    #gFooter .ftInfo .logo {
        display: inline-block;
        width: 140px;
        margin-bottom: 112px;
        padding-right: 25px;
    }
    #gFooter .ftInfo .logo02 {
        display: inline-block;
        margin-bottom: 112px;
    }
    #gFooter .ftInfo .copyright {
        text-align: left;
    }
    #gFooter .ftInfo .copyright small {
        font-size: 1.2rem;
        letter-spacing: .05em;
    }
    #gFooter .ftNav {
        float: right;
        /*width: 693px;*/
        width: 753px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between;
    }
    #gFooter .ftNav .list {
        /*float: left;*/
    }
    #gFooter .ftNav .list .item a {
        line-height: 2.7;
        color: #fff;
        font-size: 1.4rem;
        text-decoration: none;
    }
    #gFooter .ftNav .list .item a:hover {
        text-decoration: underline;
    }
    /*#gFooter .ftNav .list.ftNav01 {
        width: 307px;
    }
    #gFooter .ftNav .list.ftNav02 {
        width: 198px;
    }
    #gFooter .ftNav .list.ftNav03 {
        width: 188px;
    }*/
}
#gFooter .ftNavSp .list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 55px 10px 20px;
}
#gFooter .ftNavSp .list .item {
    width: calc(50% - 10px);
    margin-bottom: 5px;
    font-size: 1.2rem;
}
#gFooter .ftNavSp .list .item:nth-child(odd) {
    padding-right: 10px;
}
#gFooter .ftNavSp .list .item:nth-child(even) {
    padding-left: 10px;
}
#gFooter .ftNavSp .list .item a {
    color: #fff;
    text-decoration: none;
}


/* #pagetop
================================================ */

#pagetop {
    right: 15px;
    bottom: 15px;
    width: 100px;
    z-index: 30;
    position: absolute;
}

#pagetop.is_view {
    position: fixed;
}

#pagetop a {
    display: block;
    font-size: 0;
}

@media all and (min-width: 600px) {
    #pagetop {
        right: 37px;
        bottom: 100px;
        width: 113px;
    }
    #pagetop a:hover .ftTxtTop {
        transform: translateY(-4px);
    }
}

/*=============================================================
 05_helper
=============================================================*/
/*!  .js-name
================================================ */
/*=============================================================
 06_lib
=============================================================*/

/*=============================================================
 07_link
=============================================================*/
.link.is_pink {
	color: #b7a0de;
}

/*=============================================================
 08_list
=============================================================*/
.list.is_disc li {
	padding-left: 1em;
	position: relative;
}
.list.is_disc li:before {
	content: "・";
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
}

/*=============================================================
 09_modal
=============================================================*/
.remodal .remodal-close {
	left: auto;
	right: 0;
}
.remodal .alert02 {
	display: none;
	margin-top: 10px;
}
.remodal .mod_form01__input {
	width: 100%;
	padding: 0;
	margin: 20px 0 0;
}
.remodal .mod_btn02.add {
	width: auto;
	margin: 0 auto;
	padding: 7px 20px 5px;
	background-color: #6ac391;
	font-size: 1.6rem;
}
.remodal .mod_btn02.add:hover {
	background-color: #1faf5e;
}
.remodal .mod_btn02.add .fas {
	vertical-align: middle;
	margin-right: 5px;
}
.remodal .modal_btn {
	margin: 60px 0 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.remodal .modal_btn button {
	padding: 8px 0;
	flex: 1;
	margin: 0 10px;
}

.iziModal .auto {
    width: auto;
    max-width: 100%;
}


/*=============================================================
 10_pager
=============================================================*/
.pager {
    margin: 10px auto;
}
.pager li {
    display: inline-block;
    line-height: 1;
}
.pager li:not(:first-child) {
    margin-left: 2px;
}
.pager li.active {
    padding: 6px 10px;
    border-radius: 3px;
}
.pager li a {
    display: block;
    text-decoration: none;
    padding: 6px 10px;
    border: 1px solid #e5e5e5;
    background-color: #f6f6f6;
    border-radius: 3px;
}
.pager li.active,
.pager li a:hover {
    border: 1px solid #a98adf;
    background-color: #fff;
    color: #a98adf;
}
/* 追加 */
.pager li input {
    display: block;
    text-decoration: none;
    padding: 2px 11px;
    border: 1px solid #e5e5e5;
    background-color: #f6f6f6;
    border-radius: 3px;

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.pager li input:hover {
    border: 1px solid #a98adf;
    background-color: #fff;
    color: #a98adf;
}
/* 追加 */
@media all and (min-width: 600px) {
    .pager {
        margin: 10px 0 10px auto;
    }
}



/* form */
@media all and (max-width: 599px) {
    input[type=text],
    input[type=tel],
    input[type=email],
    input[type=password],
    textarea,
    select {
        /* reset */
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border-radius: 0;

        font-size: 16px;
    }
}

/*# sourceMappingURL=maps/common.css.map */
