@charset "utf-8";

header .header_gnavi .nav_in .nav_about .about__nav.product {
    border-bottom: 2px solid #fff;
}

section#inner {
    font-family: 'Kozuka Mincho Pro R', '小塚明朝 Pro R', serif;
    letter-spacing: 0.075em;
}
main.product {
    width: 100%;
    max-height: 330px;
    height: 40vw;
    background: url(../img/product/main.jpg) center no-repeat;
    background-size: cover;
    display: block;
}
main.product .main_inner {
    margin: 0 auto;
    text-align: center;
    padding: 100px 0;
}
main.product .main_inner h2 {
    font-family: 'Times New Roman', serif;
    color: #fff;
    font-size: 40px;
    letter-spacing: 0.05em;
    font-weight: 400;
    text-shadow: 0 0 10px #31251b;
}
main.product .main_inner .txt {
    color: #fff;
    font-size: 16px;
    text-shadow: 0 0 10px #31251b, 0 0 10px #31251b, 0 0 10px #31251b;
}
@media screen and (max-width: 991px) {
    main.product {
        height: 60vw;
    }
    main.product .main_inner {
        padding: 100px 0 ;
    }    
}
@media screen and (max-width: 768px) {
    main.product {
        height: 50vw;
        max-height: 472px;
    }
    main.product .main_inner .txt {
        text-align: center;
    }
}
@media screen and (max-width: 650px) {
    main.product {
        background: url(../img/product/main_sp.jpg) center no-repeat;
        background-size: cover;    
        height: 50vw;
    }
    main.product .main_inner {
        padding: 11% 0;
    }
    main.product .main_inner h2 {
        font-size: 2.5em;
    }
    main.product .main_inner .txt {
        font-size: 1.3em;
    }
}
@media screen and (max-width: 438px) {
    main.product {
        height: 63vw;
    }
    main.product .main_inner {
        padding: 15% 0;
    }
}

#inner .innerWide {
    margin-top: 3%;
}


/*--------------------------------------------------------------
tab
--------------------------------------------------------------*/
.inner-nav {
    margin: 0 auto;
    max-width: 1140px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.fixbox.fixed {
    width: 100%;
    background: #fff;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    position: fixed;
    z-index: 9998;
}
.inner-nav li {
    /* width: calc((100% - 80px) / 9); */
    width: calc((100% - 70px) / 8);
    /* width: calc((100% - 60px) / 7); */
    /* width: calc((100% - 50px) / 6); */
    margin: 0 auto 10px;
    text-align: center;
    color: #b39860;
    font-size: 12px;
    padding: 18px 0;
    border-bottom: 1px solid #b39860;
    transition: .3s;
    cursor:pointer;
}
.inner-nav li:hover {
    color: #163259;
    border-bottom: 1px solid #163259;
}
@media screen and (max-width: 1139px) {
    .inner-nav {
        width: 96%;
    }
}
@media (min-width: 769px) and (max-width: 991px) {
    .inner-nav {
        justify-content: flex-start;
        align-content: flex-start;
    }
    .inner-nav li {
        width: calc((100% - 60px) / 4);
        margin: 0 20px 10px 0;
        padding: 10px 0;
    }    
    .inner-nav li:nth-child(4n) {
        margin: 0 0 10px 0;
    }
}
@media screen and (max-width: 768px) {
    .inner-nav {
        justify-content: flex-start;
        align-content: flex-start;
    }
    .inner-nav li {
        width: calc((100% - 45px) / 4);
        margin: 0 15px 5px 0;
        padding: 7px 0;
    }    
    .inner-nav li:nth-child(4n) {
        margin: 0 0 5px 0;
    }
}
@media screen and (max-width: 520px) {
    .inner-nav li {
        font-size: 1em;
    }    
}

/*--------------------------------------------------------------
tabの切り替え
--------------------------------------------------------------*/
.tab-box .nav-btn.is-active {
    color: #163259;
    border-bottom: 1px solid #163259;
    transition: all 0.2s ease-out;
}
.tab-box .tab-content {
    display: none;
}
.tab-box .tab-content.is-show {
    display: block;
}
 
/*--------------------------------------------------------------
bukkenList
--------------------------------------------------------------*/
.tab-content {
    margin-top: 4%;
    margin-bottom: 10%;
}
.bukkenListWrap.flexBox {
    align-items: unset;
    justify-content: flex-start;
}
.bukkenListWrap li {
    margin-bottom: 40px;
    margin-right: calc(4% / 2);
    cursor: pointer;
}
.bukkenListWrap li:nth-child(3n) {
    margin-right: 0;
}
.bukkenListWrap__in {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    background: #fff;
    box-shadow: 0 0 10px rgba(17, 24, 44, 0.3);
    transition: .3s;  
}
.bukkenListWrap__in div {
    flex-shrink: 0;
}
.bukkenListWrap__in:hover {
    box-shadow: 0 0 2px rgba(17, 24, 44, 0.3);
    background: #f1f1f1;
}
.bukkenListWrap__in:hover img {
    opacity: 0.8;
    transition: .3s;
}

/* .bukkenListWrap__in .imgWrap {
    overflow: hidden;
}
.bukkenListWrap__in .imgWrap img {
    transition: 0.5s all;
}
.bukkenListWrap__in:hover .imgWrap img {
    transform: scale(1.2, 1.2);
    transition: 0.5s all;
} */
.bukkenListWrap__in .textarea {
    padding: 20px 20px 0;
}
.bukkenListWrap__in .textarea h5 {
    font-size: 18px;
    letter-spacing: 0.075em;
    margin-bottom: 15px;
    line-height: 1.15;
}
.bukkenListWrap__in .textarea h5 .area {
    font-size: 12px;
    line-height: 1;
    padding: 5px 8px;
    display: inline-block;
    color: #fff;
    background: #163259;
    margin-bottom: 8px;
}
.bukkenListWrap__in .textarea .desc {
    font-size: 14px;
    line-height: 1.6;
}
.viewmore {
    font-family: 'Times New Roman', serif;
}
.bukkenListWrap__in .viewmore {
    font-size: 12px;
    color: #163259;
    letter-spacing: 0.075em;
    text-align: right;
    padding: 0 30px 20px;
    position: relative;
    z-index: 0;
}
.bukkenListWrap__in .viewmore::before {
    content: '';
    background: url(../img/top/search_viewmore_arw.png) center no-repeat;
    background-size: contain;
    width: 98px;
    height: 7px;
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 1;
}
.bukkenListWrap__in .viewmore::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 40px 40px;
    border-color: transparent transparent #b39860 transparent;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}
@media screen and (max-width: 991px) {
    .bukkenListWrap li {
        margin-bottom: 30px;
    }    
}
@media screen and (max-width: 768px) {
    .tab-content {
        margin-top: 8%;
    }    
    .bukkenListWrap.flexBox {
        align-items: unset;
    }
    .bukkenListWrap li {
        width: 49%;
    }
    .bukkenListWrap li:nth-child(3n) {
        margin-right: calc(4% / 2);
    }    
    .bukkenListWrap li:nth-child(2n) {
        margin-right: 0;
    }     
    .bukkenListWrap__in .textarea h5 {
        margin-bottom: 18px;
    }
}
@media screen and (max-width: 520px) {
    .bukkenListWrap li {
        width: 100%;
        margin-right: 0;
    }
    .bukkenListWrap li:nth-child(3n) {
        margin-right: 0;
    }    
    .bukkenListWrap li:nth-child(2n) {
        margin-right: 0;
    }
    .bukkenListWrap__in .textarea h5 {
        font-size: 1.6em;
    }
    .bukkenListWrap__in .textarea h5 .area {
        font-size: 0.8em;
    }    
    .bukkenListWrap__in .textarea .desc {
        font-size: 1.3em;
    }
    .bukkenListWrap__in .viewmore {
        font-size: 1.3em;
    }    
}

/*--------------------------------------------------------------
モーダル表示
--------------------------------------------------------------*/
button{ /* button　リセットcss */
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
}

.modal-bg{
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:120%;
	background-color:rgba(20,50,89,0.5);
    transition: .3s;
    z-index: 9998;
}
.modal-bg.is-show {
    display: block;
}

.modal{
    display: none;
	width:60%;
    max-width: 990px;
    height: auto;
	margin: 0 auto;
	padding: 30px 40px;
	background:#fff;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	z-index:9999;
    transition: .3s;
    overflow-y: scroll;
}
@media screen and (max-width: 991px) {
    .modal {
        width: 80%;
    }  
}
@media screen and (max-width: 520px) {
    .modal {
        padding: 20px;
    }  
}
.modal.is-show {
    display: block;
}

.modal .top-area{
    display: flex;
    justify-content: space-between;
}
.modal .top-area .title-box{
    display: flex;
}
.modal .top-area .title-box h4{
    font-size: 20px;
    letter-spacing: 0.075em;
    margin-right: 15px;
    line-height: 1.25;
}
.modal .top-area .title-box .desc{
    border-left: 1px solid #b39860;
    display: block;
    padding: 0 0 0 15px;
}
.modal .top-area .title-box .desc p{
    font-size: 12px;
    line-height: 1.5;
}
@media screen and (max-width: 768px) {
    .modal .top-area .title-box{
        flex-direction: column;
        width: calc(100% - 50px);
    }  
    .modal .top-area .title-box .desc{
        border-top: 1px solid #b39860;
        border-left: none;
        display: block;
        padding: 10px 0 0 0;  
        margin-top: 15px;  
    }
}
@media screen and (max-width: 520px) {
    .modal .top-area .title-box h4{
        font-size: 1.8em;
    }
    .modal .top-area .title-box .desc p{
        font-size: 1.3em;
    }
}
.btnClose {
    background: url(../img/product/close-btn.png) center no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;    
}
.btnClose:hover {
    opacity: 0.6;
}

.modal .btn {
    display: flex;
    justify-content: space-between;
}
.modal .btn li {
    width: 30%;
    background: #163259;
    display: block;
    color: #fff;
    border: 1px solid #163259;
    font-size: 12px;
    transition: .3s;
    box-sizing: border-box;
    position: relative;
}
.modal .btn li:hover {
    opacity: 0.6;
}
.modal .btn li div {
    padding: 10px 40px;
    display: block;
}
.modal .btn .prev-btn {
    text-align: right;
    cursor: pointer;
}
.modal .btn .next-btn {
    text-align: left;
    cursor: pointer;
}
.modal .btn .prev::before {
    content: '';
    display: block;
    background: url(../img/product/prev_arw.png) center no-repeat;
    background-size: contain;
    width: 47px;
    height: 8px;
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
}
.modal .btn .next::before {
    content: '';
    display: block;
    background: url(../img/product/next_arw.png) center no-repeat;
    background-size: contain;
    width: 47px;
    height: 8px;
    position: absolute;
    top: 50%;
    right: 10%;
    transform: translateY(-50%);
}
.modal:first-child .prev, .modal:first-child .prev-btn {
    /* display: none; */
    visibility: hidden;
}
.modal:last-child .next, .modal:last-child .next-btn {
    display: none;
}
@media screen and (max-width: 768px) {
    .modal .btn li {
        width: 45%;
    }
    .modal .btn .prev::before {
        width: 37px;
        height: 6px;
    }
    .modal .btn .next::before {
        width: 37px;
        height: 6px;
    }    
}
@media screen and (max-width: 520px) {
    .modal .btn li {
        font-size: 1em;
    }
    .modal .btn li div {
        padding: 10px 20px;
    }    
}


/*--------------------------------------------------------------
モーダル内スライダー
--------------------------------------------------------------*/
.sliderWrap {
    /* display: block !important; */
    width: 100%;
    max-width: 850px;
    margin: 0 auto 60px;
    position: relative;
}
.slider {
    margin: 40px auto;
    width: 80%;
}
.slider li {
    /* cursor: pointer; */
}
.thumb {
    margin: 30px auto 0;
    width: 80%;
}
.thumb li {
    margin: 0 20px 0;
    cursor: pointer;
}
.thumb .slick-track {
    transform:unset!important;
}

.slider .slide-arrow {
    cursor: pointer;
    position: absolute;
    width: 40px;
    height: 40px;
    top: 50%;
    bottom: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
.slider .slide-arrow:hover {
    opacity: 0.6;
}
.slider .slide-prev {
    left: -50px;
    background: url(../img/about/slide_arw_prev.png) no-repeat;
    background-size: 40px;
    z-index: 100;
}
.slider .slide-next {
    right: -50px;
    background: url(../img/about/slide_arw_nxt.png) no-repeat;
    background-size: 40px;
    z-index: 100;
}
@media screen and (max-width: 991px) {
    .slider {
        width:100%;
    }
    .slider .slide-prev {
        left: 5px;
    }
    .slider .slide-next {
        right: 5px;
    } 
    .thumb {
        width: 100%;
    }    
    .thumb li {
        width: 30%;
    }       
}
@media screen and (max-width: 768px) {
}
