@charset "UTF-8";
/* CSS Document */
.wrapper .intro{
    border-bottom: solid 1px #363636;
    padding: 80px 0;
    margin-bottom: 100px;
}
.wrapper .intro .inner{
    width: 80%;
    max-width: 1000px;
    margin: 0 auto;
}
.wrapper .intro .inner h3{
    font-size: 24px;
    margin-bottom: 30px;
    line-height: 1.8em;
}
.wrapper .intro .inner .text{
    width: 70%;
}
.wrapper .intro .inner .text p:first-of-type{
    padding-bottom: 20px;
}
.wrapper .category_link{
    margin-bottom: 140px;
}
.wrapper .category_link .inner ul{
    width: 80%;
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}
.wrapper .category_link .inner ul li{
    width: calc(50%);
}
.wrapper .category_link .inner ul li a{
    display: block;
}
.wrapper .category_link .inner ul li:first-of-type a{
    padding-bottom: 14%;
    padding-right: 14%;
    position: relative;
}
.wrapper .category_link .inner ul li:first-of-type a::before{
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: calc(100% - 30px);
    background-color: #363636;
}
.wrapper .category_link .inner ul li:nth-of-type(2) a{
    padding-bottom: 14%;
    padding-left: 14%;
    position: relative;
}
.wrapper .category_link .inner ul li:nth-of-type(2) a::before{
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: calc(100% - 30px);
    height: 1px;
    background-color: #363636;
}
.wrapper .category_link .inner ul li:nth-of-type(3) a{
    padding-top: 14%;
    padding-right: 14%;
    position: relative;
}
.wrapper .category_link .inner ul li:nth-of-type(3) a::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: calc(100% - 30px);
    height: 1px;
    background-color: #363636;
}
.wrapper .category_link .inner ul li:nth-of-type(4) a{
    padding-top: 14%;
    padding-left: 14%;
    position: relative;
}
.wrapper .category_link .inner ul li:nth-of-type(4) a::before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 1px;
    height: calc(100% - 30px);
    background-color: #363636;
}
.wrapper .category_link .inner h4{
    font-size: 22px;
    display: block;
    position: relative;
}
.wrapper .category_link .inner h4 span{
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #fff;
    border: solid 1px #363636;
    transition: .45s;
    z-index: 30;
}
.wrapper .category_link .inner h4 span::before{
    content: '';
    box-sizing: border-box;
    position: absolute;
    right: 10px;
    top: 50%;
    width: 5px;
    height: 5px;
    border-top: 1px solid #363636;
    border-right: 1px solid #363636;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    transition: .45s;
    z-index: 5;
}
.wrapper .category_link .inner ul li a .image{
    border: 1px solid #363636;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 28px;
    position: relative;
    z-index: 1;
    will-change: transform;
}
.wrapper .category_link .inner ul li a:hover h4 span{
    background-color: #B1B1B1;
}
.wrapper .category_link .inner ul li a .image img{
    transition: .4s;
    position: relative;
    display: block;
}
.wrapper .category_link .inner ul li a .image::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.2);
    z-index: 100;
    opacity: 0;
    transition: .4s;
}
.wrapper .category_link .inner ul li a:hover .image::before{
    opacity: 1;
}
.wrapper .category_link .inner ul li a:hover .image img{
    filter: blur(3px);
}
.wrapper .category_link .inner ul li a .image::after{
    content: '詳しくみる';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .05rem;
    opacity: 0;
    transition: .45s;
    border-bottom: solid 1px #fff;
    padding-bottom: 5px;
    display: inline-block;
    z-index: 200;
}
.wrapper .category_link .inner ul li a:hover .image::after{
    opacity: 1;
}


@media print, screen and (max-width: 750px) {
    .wrapper .intro {
        padding: 50px 0;
        margin-bottom: 50px;
    }
    .wrapper .intro .inner {
        width: 100%;
        padding: 0 20px;
    }
    .wrapper .intro .inner h3 {
        font-size: 20px;
        margin-bottom: 25px;
    }
    .wrapper .intro .inner .text{
        width: 100%;
        text-align: justify;
    }
    .wrapper .intro .inner .text p:first-of-type {
        padding-bottom: 15px;
    }
    .wrapper .category_link {
        margin-bottom: 60px;
    }
    .wrapper .category_link .inner h4 {
        font-size: 18px;
    }
    .wrapper .category_link .inner ul {
        width: 100%;
        padding: 0 15px;
    }
    .wrapper .category_link .inner ul li:first-of-type a{
        padding-bottom: 10%;
        padding-right: 10%;
    }
    .wrapper .category_link .inner ul li:first-of-type a::before{
        height: calc(100% - 15px);
    }
    .wrapper .category_link .inner ul li:nth-of-type(2) a{
        padding-bottom: 10%;
        padding-left: 10%;
    }
    .wrapper .category_link .inner ul li:nth-of-type(2) a::before{
        width: calc(100% - 15px);
    }
    .wrapper .category_link .inner ul li:nth-of-type(3) a{
        padding-top: 10%;
        padding-right: 10%;
    }
    .wrapper .category_link .inner ul li:nth-of-type(3) a::before{
        width: calc(100% - 15px);
    }
    .wrapper .category_link .inner ul li:nth-of-type(4) a{
        padding-top: 10%;
        padding-left: 10%;
    }
    .wrapper .category_link .inner ul li:nth-of-type(4) a::before{
        height: calc(100% - 15px);
    }
    .wrapper .category_link .inner ul li a .image {
        margin-bottom: 15px;
    }
    .wrapper .category_link .inner h4 span{
        right: -2px;
        width: 22px;
        height: 22px;
    }
    .wrapper .category_link .inner h4 span::before{
        right: 9px;
    }
    .wrapper .category_link .inner ul li a .image::after{
        font-size: 14px;
    }

}


@media print, screen and (max-width: 400px) {
    .wrapper .category_link .inner h4 {
        font-size: 16px;
    }
}