@charset "UTF-8";
/*==================================================================
   sec-detail
===================================================================*/
.sec-detail { padding: 100px 0 155px; }
.sec-detail.has-bg { 
    background-color: #f3f3f3;
    padding: 230px 0 270px;
}
.sec-detail .w970 {
    margin: 0 auto;
    max-width: 970px;
}
@media screen and (max-width: 767px){
    .sec-detail { padding: 80px 0!important;}
}

.sec-detail .intro {
    text-align: center;
    position: relative;
}
.sec-detail .intro h2 {
    font-size: 2.8rem;
    font-weight: bold;
    letter-spacing: 0.1em;
}
.sec-detail .intro p {
    margin-top: 65px;
    line-height: 2;
    letter-spacing: 0.1em;
}
.sec-detail .intro strong {
    font-size: 150%;
    font-weight: bold;
}
.sec-detail .intro .icon {
    position: absolute;
    bottom: -37px;
    right: 17%;
}
.family-block {
    background-color: #f2f2f2;
    max-width: 770px;
    margin: 145px auto 0;
    padding: 30px 45px 15px;
}
.family-block .topic {
    font-size: 2rem;
    line-height: 1.6;
    letter-spacing: 0.06em;
    font-weight: bold;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.family-block .topic::after {
    content: "";
    background-color: #1a1a1a;
    height: 1px;
    flex: 1;
    margin-left: 45px;
}
.family-block .ttl {
    font-size: 1.4rem;
    letter-spacing: 0.06em;
    line-height: 1.6;
    margin-bottom: 20px;
}
.family-block .ttl .lg {
    font-weight: bold;
    font-size: 115%;
}
.family-block .txt {
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    line-height: 2;
}
.family-block .family-info { display: flex;}
.family-block .family-info .icon {
    width: 28%;
    margin: -5px 25px 0 0;
}
.family-block .family-info .icon03 { padding-left: 14px;}
.family-block .family-info .icon02 { padding-left: 5px;}
.family-block .family-info .desc { flex: 1;}
.head-detail { margin: -60px 0 115px;}
.head-detail .line {
    position: relative;
    height: 120px;
    width: 1px;
    background-color: #1a1a1a;
    margin: auto;
}
.head-detail .ttl {
    font-size: 2.8rem;
    letter-spacing: 0.06em;
    line-height: 1.7;
    font-weight: bold;
    text-align: center;
    margin: 20px 0 15px;
}
.head-detail .ttl .en {
    font-size: 142%;
    letter-spacing: 0;
    line-height: 1;
    display: block;
    margin-bottom: 20px;
}
.head-detail .txt {
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    line-height: 2;
    display: flex;
    justify-content: center;
}
.head-detail .line::before {
    content: "";
    width: 1px;
    height: 50%;
    position: absolute;
    background-color: #fff;
}
.head-detail .line::after {
    bottom: 0;
    background-color: 000;
}
@media screen and (max-width: 767px){
    .sec-detail .intro h2 { font-size: 2rem; letter-spacing: 0.01em;}
    .sec-detail .intro p {
        font-size: 1.3rem; 
        letter-spacing: 0;
        margin-top: 25px;
        text-align: left;
    }
    .sec-detail .intro .icon {
        bottom: -35px;
        right: -10px;
    }
    .sec-detail .intro .icon img {
        width: 90px;
    }
    .sec-detail .intro .icon03 img {
        width: 65px;
    }
    .family-block {
        padding: 20px 15px 20px;
        margin: 80px auto 0;
    }
    .family-block .topic { font-size: 1.6rem;}
    .family-block .topic::after { margin-left: 15px;}
    .family-block .family-info .icon {
        width: 25%;
        margin: 0px 15px 0 0;
    }
    .family-block .family-info .icon02,
    .family-block .family-info .icon03 { padding-left: 0;}
    .family-block .ttl { 
        font-size: 1.2rem;
        margin-bottom: 10px;
    }
    .family-block .txt {
        font-size: 1.1rem;
        letter-spacing: 0.01em;
    }
    .head-detail { margin: -40px 0 40px;}
    .head-detail .ttl { font-size: 2rem;}
    .head-detail .line { height: 80px;}
    .head-detail .ttl .en { margin-bottom: 10px;}
}
.gallery-wrap {
    display: flex;
    max-width: 970px;
    margin: auto;
}
.gallery-main {
    width: 51.5%;
    padding-right: 30px;
}
.gallery-main .item .name {
	font-size: 2rem;
	margin-top: 15px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	width: 100%;
}
.gallery-main .item { cursor: pointer;}
.gallery-navs-wrap {
    width: 48.5%;
   position: relative;
}
.gallery-navs .item {
	cursor: pointer;
	outline: none;
	padding: 0 10px;
}
.gallery-detail { display: block;}
.gallery-detail .ttl {
    font-size: 2rem;
    letter-spacing: 0.06em;
    font-weight: bold;
    margin-bottom: 20px;
}
.gallery-detail .txt {
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    line-height: 2;
}
.gallery-detail .item {
    position: absolute;
    top: 0;
    opacity: 0;
    transition: opacity 1s;
}
.gallery-detail .item.active { opacity: 1;}
.gallery-navs-cont {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.gallery-navs .item.slick-current { display: none;}
.gallery-navs .item figure::before {
    content: "";
    background-color: rgba(255, 255, 255, .5);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: all .3s;
}
.gallery-navs .item:hover figure::before {
    background-color: rgba(255, 255, 255, 0);
}
.gallery-navs .slick-list { margin: 0 -10px;}

@media screen and (max-width: 767px) {
	.gallery-wrap {
        display: block;
		margin-top: 30px;
	}
	.gallery-navs-wrap { margin-top: 10px;}
    .gallery-main {
        width: 100%;
        padding-right: 0;
    }
    .gallery-navs-wrap { width: 100%;}
    .gallery-navs .slick-list { margin: 0 -5px;}
    .gallery-navs .item {
        padding: 0 5px;
        height: 100%;
    }
    .gallery-detail {
        margin-top: 20px;
        position: relative;
    }
    .gallery-detail .ttl {
        font-size: 1.6rem;
        margin-bottom: 10px;
    }
    .gallery-navs-cont { 
        flex-direction: column-reverse;
        height: auto;
        justify-content: initial;
    }
    .gallery-main .slick-prev,
    .gallery-main .slick-next {
        background: transparent;
        border: none;
        color: transparent;
        cursor: pointer;
        display: block;
        font-size: 0;
        height: 20px;
        line-height: 0;
        outline: none;
        padding: 0;
        position: absolute;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        width: 20px;
    }
    .gallery-main .slick-arrow {
        height: 40px;
        width: 35px;
        z-index: 10;
        top: 50%;
    }
    .gallery-main .slick-prev { left: 5px;}
    .gallery-main .slick-next { right: 5px;}
    .gallery-main .slick-arrow::before {
        content: "";
        border: solid #fff;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 12px;
    }
    .gallery-main .slick-prev::before {
        transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
    }
    .gallery-main .slick-next::before {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }
}