@charset "utf-8";

/***************************************************************************
*
* gallery.css
*
***************************************************************************/

.inner {
    overflow: visible;
}

.tabbtn {
    width: 100%;
    padding: 115px 0 60px;
}

.tabbtn ul {
    width: 100%;
    text-align: center;
}

.tabbtn ul li {
    display: inline-block;
    padding: 0 32px;
    font-family:
    YuMincho,    /* Mac用 */
    'Yu Mincho', /* Windows用 */
    serif;

    line-height: 1.1;
}

.tabbtn ul li+li {
    border-left: 1px solid #000000;
}

.tabbtn ul li a {
    color: #999999;
    text-decoration: none;
    font-size: 19px;
}

.tabbtn ul li a:hover {
    text-decoration: underline;
}

.tabbtn ul li a.active {
    color: #000000;
}

.galleryContent {
    width: 100%;
    background-color: #f6f6f6;
    padding: 82px 0 160px;
}

.boxGallery {
    width: 1230px;
    overflow: hidden;
    margin: 0 -15px;
}

.boxGallery .g_item {
    width: 410px;
//    max-height: 238px;
    overflow: hidden;
    float: left;
    position: relative;
    margin-bottom: 30px;
    padding: 0 15px;
}

.boxGallery .g_item > a {
    display: block;
    text-decoration: none;
    color: #FFFFFF;
    height: 253px;
}

.boxGallery .g_item .g_no {
    position: absolute;
    font-family:
    YuMincho,    /* Mac用 */
    'Yu Mincho', /* Windows用 */
    serif;

    font-size: 19px;
    color: #FFFFFF;
    top: 14px;
    right: 34px;
    letter-spacing: 2px;
}

.boxGallery .g_item .g_text {
    position: absolute;
    width: 380px;
    height: 100%;
    top: 0;
    left: 15px;
    background-color: rgba(8, 8, 8, 0.5);
    color: #FFFFFF;
    padding: 28px;
//    padding-top: 130px;
    font-weight: bold;
    font-size: 16px;
    display: none;
}

.boxGallery .g_item > a:hover .g_text {
    display: block;
}

.boxGallery .g_item .g_text .txt1 {
    display: block;
    border-bottom: 1px solid #FFFFFF;
    padding-bottom: 15px;
    margin-bottom: 18px;
}

.boxGallery .g_item .g_text .txt2 {
    line-height: 1.8;
}

#cboxOverlay {
    width: 100%;
    height: 247%;
    background: url(../img/gallery/gallery_bg_clb.png) no-repeat top center;
    background-size: cover;
    position: absolute;
    top: 400px;
    left: 0;
}

#cboxClose {
    position: absolute;
    top: 23px;
    right: 23px;
    width: 31px;
    height: 32px;
    background: url(../img/gallery/btn_close_clb.png) no-repeat top center;
    text-indent: 9999;
    border: none;
    color: transparent;
}

#cboxPrevious,
#cboxNext {
    position: absolute;
    top: 50%;
    width: 31px;
    height: 58px;
    text-indent: 9999;
    border: none;
    color: transparent;
}

#cboxPrevious {
    left: 25px;
    background: url(../img/gallery/btn_prev_clb.png) no-repeat top center;
}

#cboxNext {
    right: 25px;
    background: url(../img/gallery/btn_next_clb.png) no-repeat top center;
}

#cboxPrevious,
#cboxNext,
#cboxClose:hover {
    opacity: 0.8;
}

#cboxTitle {
    width: 100%;
    padding: 38px 53px;
    /*position: absolute;*/
    color: #fff;
    bottom: 0;
    left: 0;
    background: url(../img/gallery/title_clb.png) repeat top center;
}

#cboxTitle .text_no {
    padding: 0;
    padding-right: 10px;
    border-right: 1px solid #fff;
}

#cboxTitle p {
    float: left;
    padding-left: 10px;
}

.galleryContent .btnMore {
    margin-top: 60px;
    text-align: center;
}

.galleryContent .btnMore a {
    display: inline-block;
    width: 444px;
    background-color: #d70046;
    font-family:
    YuMincho,    /* Mac用 */
    'Yu Mincho', /* Windows用 */
    serif;

    text-decoration: none;
    font-size: 17px;
    color: #FFFFFF;
    padding: 21px 0;
}

.galleryContent .btnMore a span {
    display: inline-block;
    background: url(../img/gallery/btnMore_icon.png) no-repeat left center;
    padding-left: 35px;
}

.boxGallery .g_item {
    display: none;
}

.boxGallery .g_page {
    width: 100%;
    margin-right: 0;
    font-family:
    YuMincho,    /* Mac用 */
    'Yu Mincho', /* Windows用 */
    serif;

}

.boxGallery .g_page .text_begin {
    text-align: center;
    font-size: 19px;
    background: url(../img/gallery_honzon/begintext_icon.png) no-repeat center center;
    padding: 58px 0;
    line-height: 2.2;
    margin: 0 0 45px;
}

.boxGallery .g_page.hide_sp .text_begin {
    padding: 0;
    margin: 0;
}


/* Gallery_honzon */

.boxGallery .gallery_honzon {
    display: none;
}

.gallery_honzon .wrapcol {
    width: 100%;
    overflow: hidden;
}

.gallery_honzon .wrapcol .col {
    width: 600px;
    float: left;
}

.gallery_honzon .wrapcol .col+.col {
    width: 546px;
    float: right;
}

.gallery_honzon .wrapcol .photo {
    display: block;
    width: 100%;
}
.gallery_honzon .wrapcol .photo .select_char {
    width: 100%;
    margin:  0 auto;
    overflow: hidden;
    list-style: none;
}
.gallery_honzon .wrapcol .photo .select_char li {
    width: 100%;
    margin:  0 auto;
    overflow: hidden;  
}
.gallery_honzon .wrapcol .typetxt {
    font-size: 21px;
    margin-bottom: 35px;
}

.gallery_honzon .wrapcol .typetxt span {
    width: 52px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    background-color: #8a4ea9;
    color: #FFFFFF;
    padding: 10px 0;
    text-align: center;
}

.gallery_honzon .wrapcol .listText {
    list-style: none;
}

.gallery_honzon .wrapcol h4 {
    font-size: 29px;
    color: #d70046;
    margin-bottom: 32px;
}

.gallery_honzon .wrapcol .text {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 23px;
}

.gallery_honzon .wrapcol .text.txt1 {
    padding-bottom: 22px;
    border-bottom: 1px solid #d6d6d6;
    margin-bottom: 32px;
}

.gallery_honzon .wrapcol .action {
    width: 100%;
    overflow: hidden;
    list-style: none;
}

.gallery_honzon .wrapcol .action li {
    width: 90px;
    float: left;
    font-size: 24px;
    padding: 27px 0;
    background-color: #0c0606;
    color: #FFFFFF;
    text-align: center;
    margin: 0 1px 1px 0;
}
.gallery_honzon .wrapcol .action li:hover {
    cursor: pointer;
    opacity: 0.8;
}

.gallery_honzon .wrapcol .action li.tick {
    background: url(../img/gallery_honzon/tick_icon.png) no-repeat center center;
    background-size: 100% 100%;
    background-color: #0c0606;
}

.gallery_honzon .boxWhite {
    width: 100%;
    background-color: #FFFFFF;
    margin-top: 75px;
    text-align: center;
    padding-bottom: 30px;
}

.gallery_honzon .boxWhite .btitle {
    display: block;
    width: 100%;
    font-size: 18px;
    background-color: #d70046;
    color: #FFFFFF;
    padding: 5px 0;
}

.gallery_honzon .boxWhite .btext {
    font-size: 16px;
    padding: 60px 0 35px;
}

.gallery_honzon .boxWhite .bimage {
    width: 100%;
    text-align: center;
}

.gallery_honzon .boxWhite .bimage p {
    display: inline-block;
}

.gallery_honzon .boxWhite .bimage .photo2 {
    margin-left: 38px;
}


/*STYLE GALLERY NENJU*/

.gallery_nenju {
    display: block;
    width: 100%;
    margin-right: 0;
    font-family:
    YuMincho,    /* Mac用 */
    'Yu Mincho', /* Windows用 */
    serif;

}

.gallery_nenju .wrapcol {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.gallery_nenju .wrapcol .col {
    width: 50%;
}

.gallery_nenju .wrapcol .col.left {
    float: left;
}

.gallery_nenju .wrapcol .col.right {
    float: right;
}

.clear-fix {
    clear: both;
}

.gallery_nenju .wrapcol .clear-fix {
    padding-bottom: 58px;
}

.gallery_nenju .wrapcol .col .img_nenju {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.gallery_nenju .wrapcol .col .conver {
    position: absolute;
    left: 32px;
    bottom: 10px;
    list-style: none;
}
.gallery_nenju .wrapcol .col .conver1 {
    right: 32px;
    position: absolute;
    bottom: 10px;
    list-style: none;
}
.gallery_nenju .wrapcol .col .conver li {
    margin-bottom: 7px;
}

.gallery_nenju .wrapcol .col .conver .text_conver {
    color: #fff;
    font-size: 16px;
}
.gallery_nenju .wrapcol .col .conver1 li {
    margin-bottom: 7px;
}

.gallery_nenju .wrapcol .col .conver1 .text_conver {
    color: #fff;
    font-size: 16px;
}
.gallery_nenju .wrapcol .col .title_nenju {
    margin: 10px 0 20px 60px;
    font-size: 36px;
    font-weight: bold;
    color: #d70046;
    letter-spacing: 20px;
}
.gallery_nenju .color_box {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 65px;
    overflow: hidden;
    background: #fff;
}
.gallery_nenju .color_box .title_box {
    width: 100%;
    margin: 0 auto 70px;
    background: #000;
    font-size: 18px;
    color: #fff;
    text-align: center;
    padding: 8px 0;
}
.gallery_nenju .list_color {
    width: 540px;
    float: left;
    padding-left: 80px;
}
.gallery_nenju .list_color .text_select {
    width: 100%;
    margin: 0 auto 30px;
}
.gallery_nenju .list_color .color_img {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;   
}
.gallery_nenju .list_color .color_img .select_color {
    width: 396px;
    float: left;
    overflow: hidden;
    list-style: none;
}
.gallery_nenju .list_color .color_img .select_color li {
    width: 66px;
    height: 66px;
    float: left;
    position: relative;
}
.gallery_nenju .list_color .color_img .select_color li.selected:after {
    content: url(../img/gallery_nenju/selected_bg.png);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    vertical-align: middle;    
}
.gallery_nenju .list_color .color_img .select_color li:hover {
    opacity: 0.8;
    cursor: pointer;
}
.item_cl1 {
    background-color: #681551;
}
.item_cl2 {
    background-color: #931000;
}
.item_cl3 {
    background-color: #722ab0;
}
.item_cl4 {
    background-color: #ffffff;
}
.item_cl5 {
    background-color: #f5f5f3;
}
.item_cl6 {
    background-color: #f5dedc;
}
.item_cl7 {
    background-color: #eef3e4;
}
.item_cl8 {
    background-color: #ebe7f0;
}
.item_cl9 {
    background-color: #e1a8a5;
}
.item_cl10 {
    background-color: #d89200;
}
.item_cl11 {
    background-color: #a95b02;
}
.item_cl12 {
    background-color: #000000;
}
.item_cl13 {
    background-color: #0433ff;
}
.item_cl14 {
    background-color: #88a14b;
}
.item_cl15 {
    background-color: #f6c360;
}
.item_cl16 {
    background-color: #b2392e;
}
.item_cl17 {
    background-color: #a74a43;
}
.item_cl18 {
    background-color: #fb2500;
}
.gallery_nenju .list_color .text_end {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.gallery_nenju .list_color {
    width: 540px;
    float: left;
}
.gallery_nenju .result_color {
    width: 660px;
    float: right;
    text-align: center;
    list-style: none;
}
.boxGallery_nenju {
    width: 1230px;
    margin: 90px -15px 0;
}
.boxGallery_nenju .g_item {
    display: block;
}
.gallery_nenju .wrapcol .col .par {
    font-size: 16px;
    margin-left: 56px;
    line-height: 2.2;
    margin-bottom: 15px;
}

.gallery_nenju .customize {
    width: 100%;
    margin: 120px auto 0;
    overflow: hidden;
}

.gallery_nenju .customize .custom_text {
    width: 540px;
    float: left;
}

.gallery_nenju .customize .custom_text .title_custom {
    margin-bottom: 35px;
}

.gallery_nenju .customize .custom_text .par {
    margin-bottom: 15px;
    line-height: 2.2;
    font-size: 15px;
}

.gallery_nenju .customize .custom_box {
    width: 660px;
    float: right;
}

.gallery_nenju .customize .custom_box .title_box {
    width: 100%;
    margin: 0 auto;
    background: #000;
    font-size: 18px;
    color: #fff;
    text-align: center;
    padding: 8px 0;
}

.gallery_nenju .customize .custom_box ul {
    width: 100%;
    margin: 30px auto 0;
    overflow: hidden;
    list-style: none;
}

.gallery_nenju .customize .custom_box ul li {
    width: 200px;
    float: left;
}

.gallery_nenju .customize .custom_box ul li+li {
    margin-left: 30px;
}

.gallery_nenju .customize .custom_box ul li .img_box {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.gallery_nenju .customize .custom_box ul li .name_custom {
    width: 100%;
    margin: 12px auto 0;
    text-align: center;
    font-size: 16px;
}

.boxGallery .g_item.hide_sp {
    height: 0;
    padding: 0;
    overflow: hidden;
    margin: 0;
}


/* Style SP */

@media (max-width: 767px) {
    /*STYLE COMMON GALLERY SP*/
    .inner {
        padding: 0;
    }
    #header .inner {
        padding: 0 4%;
    }
    #banner ul {
        width: 100%;
        margin: 0 auto;
        overflow: hidden;
    }
    #banner ul li {
        width: 100%;
        margin: 0 auto;
        overflow: hidden;
        display: block;
    }
    #banner .bx-wrapper {
        margin: 0 auto 50px;
    }
    #banner .bx-wrapper .bx-viewport {
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: none;
        left: 0;
        background: transparent;
        /*fix other elements on the page moving (on Chrome)*/
        -webkit-transform: translatez(0);
        -moz-transform: translatez(0);
        -ms-transform: translatez(0);
        -o-transform: translatez(0);
        transform: translatez(0);
    }
    #banner .bx-wrapper .bx-pager.bx-default-pager a {
        background: #000;
        text-indent: -9999px;
        display: block;
        width: 12px;
        height: 12px;
        margin: 0 5px;
        outline: 0;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
    }
    #banner .bx-wrapper .bx-pager.bx-default-pager a.active {
        background: #d70046;
    }
    #banner .bx-wrapper .bx-pager.bx-default-pager a:hover,
    .bx-wrapper .bx-pager.bx-default-pager a.active {
        background: #d70046;
    }
    #content .inner.drop_sp {
        overflow: visible;
    }
    .tabbtn ul li {
        padding: 0;
    }
    .tabbtn ul li+li {
        border: none;
    }
    .selectCat {
        width: 92%;
        margin: 0 auto;
        background-color: #d70046;
        color: #FFFFFF;
        text-align: center;
        font-size: 17px;
        margin-top: 10px;
        position: relative;
        margin-bottom: 35px;
    }
    .selectCat .currcat {
        display: block;
        width: 100%;
        padding: 17px 0;
        position: relative;
    }
    .selectCat .currcat:after {
        content: "";
        width: 18px;
        height: 15px;
        left: 80%;
        top: 35%;
        background: url(../img/news/cat_icon_arrow.png) no-repeat left center;
        background-size: 17px;
        position: absolute;
        transition: 0.5s all;
    }
    .selectCat .currcat.active:after {
        -ms-transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }
    .selectCat ul {
        width: 100%;
        position: absolute;
        background-color: #FFFFFF;
        display: none;
        z-index: 9;
    }
    .selectCat ul li {
        display: block;
        border-top: 1px solid #eb80a3;
    }
    .selectCat ul li.pc {
        display: none;
    }
    .selectCat ul li a {
        display: block;
        color: #FFFFFF;
        padding: 17px 0;
        background-color: #d70046;
        text-decoration: none;
    }
    .selectCat ul li a:hover, .selectCat ul li a.active {
        opacity: 0.8;
    }
    #cboxClose {
        top: 10px;
        right: 5px;
        background-size: 20px;
    }
    #cboxPrevious {
        left: 0;
        background: url(../img/gallery/btn_prev_clb.png) no-repeat left center;
    }
    #cboxNext {
        right: 0;
        background: url(../img/gallery/btn_next_clb.png) no-repeat right center;
    }
    #cboxPrevious,
    #cboxNext {
        position: absolute;
        top: 37%;
        width: 31px;
        height: 58px;
        text-indent: 9999;
        border: none;
        color: transparent;
        background-size: 22px;
    }
    #cboxTitle .text_no {
        padding: 0;
        border-right: none;
    }
    #cboxTitle p {
        font-size: 12px;
        padding-left: 0;
    }
    #cboxTitle {
        padding: 10px 20px;        
    }
    /*STYLE GALLERY SP*/
    .boxGallery {
        width: 100%;
        overflow: hidden;
        margin-left: 0;
    }
    .boxGallery .g_item .g_text {
        width: 100%;
        top: 0;
        left: 0;
    }
    .boxGallery .g_item {
        width: 50%;
        margin-right: 0;
        margin-bottom: 30px;
        padding: 0
    }
    .boxGallery .g_item .g_text {
        position: absolute;
        color: #FFFFFF;
        padding: 28px;
        padding-top: 57px;
        font-size: 14px;
    }
    .boxGallery .g_item .g_text .txt1 {
        display: block;
        border-bottom: 1px solid #FFFFFF;
        padding-bottom: 7px;
        margin-bottom: 9px;
    }
    /*STYLE GALLERY HOZON SP*/
    .boxGallery .g_item.gallery_honzon {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }
    .boxGallery .g_item.gallery_honzon.hide_sp {
        margin-bottom: 0;
    }
    .gallery_honzon .wrapcol .col {
        width: 100%;
        padding: 0 4%;
    }
    .gallery_honzon .wrapcol .col+.col {
        width: 100%;
        float: left;
    }
    .gallery_honzon .wrapcol .typetxt {
        margin-top: 30px;
        font-size: 18px;
        margin-bottom: 35px;
    }
    .gallery_honzon .wrapcol h4 {
        font-size: 22px;
        margin-bottom: 25px;
    }
    .gallery_honzon .wrapcol .action li {
        width: 25%;
        font-size: 22px;
        margin: 0;
    }
    .gallery_honzon .boxWhite .bimage .photo2 {
        margin-top: 30px;
        margin-left: 0;
    }
    .boxGallery .g_item {
        margin-bottom: 0;
    }
    .gallery_honzon .boxWhite {
        padding-bottom: 50px;
    }
    .galleryContent .btnMore {
        margin: 50px 0;
        text-align: center;
    }
    .galleryContent .btnMore a {
        width: 92%;
        margin: 0 auto;
        font-size: 16px;
    }
    /*STYLE GALLERY NENJU SP*/
    .boxGallery .g_item.gallery_nenju {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }
    .boxGallery .g_item.gallery_nenju.hide_sp {
        margin-bottom: 0;
    }
    .galleryContent {
        width: 100%;
        padding: 0;
        margin-bottom: 60px;
    }
    .g_page.gallery_nenju {
        display: none;
    }
    .gallery_nenju .wrapcol {
        width: 100%;
        padding: 0 4%;
    }
    .gallery_nenju .wrapcol .col {
        width: 100%;
    }
    .gallery_nenju .wrapcol .col .title_nenju {
        margin: 25px 0 20px 0;
        font-size: 24px;
        font-weight: bold;
        color: #d70046;
        letter-spacing: 20px;
        text-align: center;
    }
    .gallery_nenju .wrapcol .col .par {
        font-size: 16px;
        margin-left: 0;
        line-height: 2.2;
        margin-bottom: 15px;
    }
    .boxGallery .g_page .text_begin {
        margin: 0;
    }
    .gallery_nenju .wrapcol .clear-fix {
        padding-bottom: 20px;
    }
    .gallery_nenju .customize {
        width: 100%;
        margin: 40px auto 0;
        overflow: hidden;
        padding: 0 4%;
    }
    .gallery_nenju .customize .custom_text {
        width: 100%;
        float: left;
    }
    .gallery_nenju .customize .custom_text .title_custom {
        width: 40%;
        margin-bottom: 20px;
    }
    .gallery_nenju .customize .custom_box {
        width: 100%;
        float: left;
    }
    .gallery_nenju .customize .custom_box ul {
        margin: 20px auto 0;
    }
    .gallery_nenju .customize .custom_box ul li {
        width: 100%;
        margin-bottom: 40px;
    }
    .gallery_nenju .customize .custom_box ul li img {
        width: 100%;
    }
    .gallery_nenju .customize .custom_box ul li+li {
        margin-left: 0;
    }
}
