@charset "utf-8";
/* ------------------------------------------ */
/* GALLERY CSS */
/* ------------------------------------------ */
/* page-header */
.page-header {
    margin-top: 85px;
}

@media (max-width: 1024px) {
    .page-header {
        margin-top: 100px;
    }
}

.page-header .sign-area {
    position: relative;
    width: 71%;
    margin: 0 0 0 auto;
}

.page-header .sign-area .page-title {
    position: absolute;
    line-height: 1.1;
    bottom: 35%;
    left: -115px;
}

@media (max-width: 480px) {
	.page-header {
	    margin-top: 85px;
	}
	.page-header .sign-area {
	    position: inherit;
	    width: 80%;
	    margin: 0 auto;
	}
    .page-header .sign-area .page-title {
        bottom: inherit;
        left: inherit;
        position: inherit;
        text-align: center;
        padding-top: 25px;
    }
}

.page-header .sign-area .page-title .text {
    display: block;
    line-height: 1.1;
    letter-spacing: 0.05em;
}

.page-header .sign-area .sign-image {
    display: block;
}

.page-header .sign-area .sign-image img {
}

.page-header .intro-text {
    width: 90%;
    margin: 0 auto;
}

.page-header .intro-text .text {
    display: table;
    margin: 0 auto;
    letter-spacing: 0.03em;
    line-height: 1.7;
}

@media (max-width: 480px) {
}



/* main-wrap */
.main-wrap {
}

.main-wrap .wrap {
}

.main-wrap .contnts-wrap {
    width: 100%;
    overflow: hidden;
}

.main-wrap .contnts-wrap .c-ul {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 50px);
    overflow: hidden;
    margin: 0 -25px;
}

.main-wrap .contnts-wrap .c-ul .c-list {
    width: 25%;
    padding: 25px;
}

.main-wrap .contnts-wrap .c-ul .c-list .img-box {
    display: block;
}

.main-wrap .contnts-wrap .c-ul .c-list .img-box a {
    display: block;
    position: relative;
}

.main-wrap .contnts-wrap .c-ul .c-list .img-box a:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    transition: opacity .28s linear;
    opacity: 0;
}

.main-wrap .contnts-wrap .c-ul .c-list .img-box a:hover:before {
    opacity: 1;
}

.main-wrap .contnts-wrap .c-ul .c-list .img-box a .image {
    display: block;
}

.main-wrap .contnts-wrap .c-ul .c-list .img-box a .image img {
}

.main-wrap .contnts-wrap .c-ul .c-list .img-box a .image-title {
    position: absolute;
    color: #fff;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    padding: 20px;
    transition: opacity .28s linear;
    opacity: 0;
}

.main-wrap .contnts-wrap .c-ul .c-list .img-box a:hover .image-title {
    opacity: 1;
}

.main-wrap .contnts-wrap .c-ul .c-list .img-box a .image-title .text {
    display: block;
    width: 100%;
    line-height: 1.2;
    letter-spacing: 0.02em;
    padding-bottom: 10px;
    position: relative;
}

.main-wrap .contnts-wrap .c-ul .c-list .img-box a .image-title .text:after {
    content: "";
    width: 25px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
}

.main-wrap .contnts-wrap .c-ul .c-list .img-box a .image-title .text-en {
    display: block;
    line-height: 1.2;
    letter-spacing: 0.02em;
    padding-top: 10px;
}

@media (max-width: 768px) {
	.main-wrap .contnts-wrap .c-ul {
	    display: flex;
	    flex-wrap: wrap;
	    width: calc(100% + 20px);
	    overflow: hidden;
	    margin: 0px -10px;
	}
	.main-wrap .contnts-wrap .c-ul .c-list {
	    padding: 10px;
	    width: 33.33333%;
	    width : -webkit-calc(100% / 3);
	    width : calc(100% / 3);
	}
}
@media (max-width: 480px) {
	.main-wrap .contnts-wrap .c-ul {
	    display: flex;
	    flex-wrap: wrap;
	    width: calc(100% + 20px);
	    overflow: hidden;
	    margin: 0px -10px;
	}
	.main-wrap .contnts-wrap .c-ul .c-list {
	    width: 50%;
	    padding: 10px;
	}
}








/* pager-wrap */
.pager-wrap {
}

.pager-wrap .pg-ul {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pager-wrap .pg-ul .pg-item {
    display: block;
    width: 25px;
    height: 25px;
    border: 1px solid #999;
    margin: 0 7px 14px;
}

.pager-wrap .pg-ul .pg-item .arrow {
    display: block;
    width: 100%;
    height: 100%;
}

.pager-wrap .pg-ul .pg-item .arrow .left {
    display: block;
    width: 8px;
    height: 8px;
    border-top: 1px solid #999;
    border-left: 1px solid #999;
    transform: rotate(-45deg);
    position: absolute;
    left: 9px;
    top: 8px;
}

.pager-wrap .pg-ul .pg-item .arrow .right {
    display: block;
    width: 8px;
    height: 8px;
    border-top: 1px solid #999;
    border-right: 1px solid #999;
    transform: rotate(45deg);
    position: absolute;
    top: 8px;
    right: 9px;
}

.pager-wrap .pg-ul .pg-item .pg-num {
}

.pager-wrap .pg-ul .pg-item .pg-num .text {
    display: block;
    line-height: 23px;
    text-align: center;
}

.pager-wrap .pg-ul .pg-item .arrow,
.pager-wrap .pg-ul .pg-item .pg-num {
    display: block;
/*     background-color: #fff; */
    position: relative;
    width: 23px;
    height: 23px;
}

.pager-wrap .pg-ul .pg-item .arrow:hover,
.pager-wrap .pg-ul .pg-item .pg-num:hover,
.pager-wrap .pg-ul .pg-item.current {
    background-color: #eee;
}







