@charset "utf-8";

.main .container {
    max-width: 1180px;
    padding: 0 30px;
    margin-left: auto;
    margin-right: auto;
}


/*
------------------------------------------------------------

------------------------------------------------------------
*/

.key-visual__img {
    width: 100%;
    height: auto;
}

/* ---------- インフォメーション ---------- */

.info {
    position: relative;
}

.info:before,
.info:after {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    width: 50vw;
    top: 0;
    bottom: 0;
}

.info:before {
    left: 0;
    background: #1dab9f;
}

.info:after {
    right: 0;
    background: #fff;
}

.info-box {
    position: relative;
    z-index: 2;
    display: flex;
}

.info__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.info__ttl {
    background: #1dab9f;
    color: #fff;
    width: 230px;
    flex: 1 0 auto;
    text-transform: capitalize;
    font-family: Ubuntu,sans-serif;
    font-weight: 700;
    letter-spacing: .06em;
    line-height: 1.13;
    font-size: 22px;
    padding: 44px 0 0 23px;
    box-sizing: border-box;
}

.info__ttl:after {
    content: '';
    display: block;
    margin: 8px 0 0;
    width: 28px;
    height: 6px;
    background: url(../svg/line_dot_three_light.svg) center center;
    background-size: contain;
    position: relative;
    z-index: 3;
}

.info__body{
    background: #fff;
    width: calc( 100% - 230px );
    box-sizing: border-box;
    padding: 40px 50px;
    padding-right: 0;
}

.info__item__link {
    display: flex;
    align-items: center;
}

a.info__item__link:not(.has-text-color), 
a.info__item__link:not(.has-text-color):link, 
a.info__item__link:not(.has-text-color):hover, 
a.info__item__link:not(.has-text-color):focus, 
a.info__item__link:not(.has-text-color):visited, 
a.info__item__link:not(.has-text-color):active {
    color: inherit;
    text-decoration: none;
}

.info__item__thumb {
    width: 206px;
    height: auto;
    flex: none;
    border-radius: 6px;
}

.info__txt-block {
    width: calc(100% - 206px);
    box-sizing: border-box;
    padding: 0 0 0 40px;
}

.info__item__ttl {
    line-height: 1.4;
    font-size: 18px;
    font-weight: 700;
}

.info__item__ttl:after {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(../png/information_arrow%402x.png) center no-repeat;
    background-size: contain;
    margin-left: .5em;
    vertical-align: middle;
    position: relative;
    top: -.05em;
}

.info__item__link:hover .info__item__ttl {
    color: #1dab9f;
}

.info__item__date {
    line-height: 1;
    font-size: 12px;
    color: #1dab9f;
    display: block;
    margin: 8px 0;
}

.info__item__txt {
    font-size: 14px;
    margin: 10px 0;
}

.slick-dotted.slick-slider {
    margin-bottom: 20px;
}

.slick-dots li {
    margin: 0;
}

.slick-dots li button:before {
    color: #1dab9f;
}

.slick-dots li.slick-active button:before {
    color: #1dab9f;
}

/* ---------- 商品 ---------- */

.products {
    background: #edf5f5;
}

.products-list {
    list-style: none;
    margin: 50px -7px -54px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.product-item {
    width: calc(50% - 14px);
    margin: 0 7px 54px;
    background: #fff;
    border-radius: 20px;
    display: flex;
    overflow: hidden;
    flex-direction: column;
}

@media all and (-ms-high-contrast:none){
    *::-ms-backdrop, .product-item { display: block; }
}

.product-item__link {
    display: block;
    text-decoration: none;
    color: inherit;
}

.products-list a:not(.has-text-color), 
.products-list a:not(.has-text-color):link, 
.products-list a:not(.has-text-color):hover, 
.products-list a:not(.has-text-color):focus, 
.products-list a:not(.has-text-color):visited, 
.products-list a:not(.has-text-color):active {
    color: inherit;
}

.product-item__txtBlock {
    margin: 0px 45px 45px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

@media all and (-ms-high-contrast:none){
    *::-ms-backdrop, .product-item__txtBlock { display: block; }
}

.product-item__name {
    font-size: 23px;
    font-weight: 500;
    color: inherit;
    margin: 30px 0 25px;
    text-align: center;
}

.product-item__name:after {
    content: '';
    display: block;
    margin: 10px auto 0;
    width: 27px;
    height: 6px;
    background: url(../svg/line_dot_three.svg) center center;
    background-size: contain;
}

.product-item__disc {
    font-size: 14px;
    margin: 0;
    text-align: left;
    flex: 1;
}

.products-item-nav {
    list-style: none;
    padding: 0;
    margin: 0;
    /* flex: none; */
    width: 100%;
}

.products-item-nav__link {
    margin: 0 0 8px;
}

.products-item-nav__link:last-child {
    margin-bottom: 0;
}

/* ---------- ブログ ---------- */

.blog-list {
    list-style: none;
    padding: 0;
    margin: 56px 0 0px;
    margin-bottom: 40px;
}

.blog-item {
    margin: 27px 0;
}

.blog-item__link {
    color: inherit;
    text-decoration: none;
    display: flex;
    align-items: center;
    position: relative;
    border-radius: 8px;
    border: 1px solid #ccc;
    overflow: hidden;
    box-sizing: border-box;
}

.blog-item__img {
    width: 100%;
}

.blog-item__link:hover:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border-radius: 6px;
    border: 3px solid #47bbb2;
}

.blog-item__pic-block {
    flex: none;
    max-width: 40%;
    width: 370px;
}

.blog-item__thumb {
    
}

.blog-item__txt-block {
    padding-left: 60px;
}

.blog-item__ttl {
    color: #47bbb2;
    font-weight: bold;
    font-size: 28px;
    margin: 0 0 .6em;
}

.blog-item__desc {
    margin: 0;
}

@media print,only screen and (max-width: 1199.98px) {

    .info__item__link {
        align-items: flex-start;
    }

}

@media print,only screen and (max-width: 1069.98px) {

    

}

@media print,only screen and (max-width: 1019.98px) {

    

}

@media print, only screen and (min-width: 992px) {

    .product-item {
        position: relative;
    }

    .products-item__hover {
        background: rgba(22,22,22,.5);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        /* padding: 2.4rem 2.4rem 15.2rem; */
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        visibility: hidden;
        z-index: -1;
        opacity: 0;
        display: flex;
        /* justify-content: center; */
        align-items: center;
    }

    .product-item:hover .products-item__hover,
    .product-item.hover .products-item__hover {
        visibility: visible;
        z-index: 10;
        opacity: 1;
    }

    .products-item-nav__link {
        margin: 0px 0 20px;
    }

}

@media print,only screen and (max-width: 991.98px) {

    /* ---------- インフォメーション ---------- */

    /* .info__item__link {
        display: block;
    }

    .info__txt-block {
        width: auto;
        padding: 20px 0 0;
    } */

    .info:before,
    .info:after {
        content: none;
    }

    .info-box {
        display: block;
    }

    .info__txt-block {
        padding: 0 0 0 25px;
        min-width: 70%;
    }

    .info__ttl {
        width: auto;
        padding: 15px 0;
        position: relative;
        font-size: 16px;
    }

    .info__ttl:before {
        content: '';
        display: block;
        top: 0;
        bottom: 0;
        width: 100vw;
        left: 50%;
        transform: translate(-50%,0);
        background: #1dab9f;
        position: absolute;
        z-index: 1;
        margin: 0;
        height: auto;
    }

    .info__ttl:after {
        margin: 5px 0 0;
        width: 24px;
        height: 5px;
    }

    .info__ttl-txt {
        position: relative;
        z-index: 2;
    }

    .info__body {
        width: auto;
        padding: 25px 0;
    }

    .info__item__ttl {
        font-size: 14px;
        letter-spacing: .06em;
        line-height: 1.4;
    }

    .info__item__date {
        font-size: 11px;
        line-height: 1.68;
        margin: .4em 0;
    }

    .info__item__txt {
        font-size: 11px;
        letter-spacing: .05em;
        line-height: 1.68;
        margin: .4em 0 0;
    }

    .slick-dots {
        bottom: -40px;
    }

    .slick-dotted.slick-slider {
        margin-bottom: 40px;
    }

    .slick-dots li {
        margin: 0;
    }

    /* ---------- 商品 ---------- */

    .products-item-nav {
        margin: calc( 16 / 375 * 100vw ) 0 0;
    }

    /* ---------- ブログ ---------- */

    .blog-list {
        margin: calc( 25 / 375 * 100vw ) 0;
    }

    .blog-item {
        margin: calc( 10 / 375 * 100vw );
    }

}

@media print, only screen and (max-width: 767.98px) {

    .main .container {
        padding: 0 5vw;
    }

    /* ---------- インフォメーション ---------- */



    /* ---------- 商品 ---------- */

    .products-list {
        margin-bottom: -8px;
        margin-top: calc( 25 / 375 * 100vw );
    }

    .product-item {
        border-radius: 6px;
        margin: 0 4px 8px;
        width: calc(50% - 8px);
    }

    .product-item__txtBlock {
        margin: 0px calc( 16 / 375 * 100vw ) calc( 16 / 375 * 100vw );
    }

    .product-item__name {
        font-size: 14px;
        letter-spacing: .06em;
        line-height: 1.4;
        margin: calc( 12 / 375 * 100vw ) 0 calc( 10 / 375 * 100vw );
    }

    .product-item__name:after {
        margin: 8px auto 0;
    }

    .product-item__disc {
        font-size: 11px;
        letter-spacing: .05em;
        line-height: 1.68;
    }

    .products-item-nav__link {
        margin: 0px 0 10px;
    }

    /* ---------- ブログ ---------- */

    .info__item__thumb {
        max-width: 30%;
        flex: none;
    }

    

}

@media print, only screen and (max-width: 575.98px) {

    /* ---------- インフォメーション ---------- */

    

    /* ---------- 商品 ---------- */

    

    /* ---------- ブログ ---------- */

}

@media print,only screen and (max-width: 479.98px) {

    .products-item-nav__link {
        margin: 0 0 8px;
    }

    
    .products-item-nav .button {
        font-size: 10px;
    }

}

