@charset "UTF-8";

/*----------------------------------------------------
    TopPage
----------------------------------------------------*/
/* Jumbotron
---------------------------*/
#jumbotron {}

#jumbotron .jumbotron_bg {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 4rem;
}

#jumbotron h2 {
    margin-top: 6rem;
}

#jumbotron .products_area {
    margin-top: 4rem;
}

@media screen and (min-width:768px) and (max-width:991px) {
    #jumbotron {
        padding-top: 0;
        padding-bottom: 0.4rem;
    }

    #jumbotron .jumbotron_bg {
        background-size: contain;
        padding-bottom: 1rem;
    }

    #jumbotron h2 {
        margin-top: 0;
        padding: 12% 0 3%;
    }

    #jumbotron h2 img {
        width: 56%;
    }

    #jumbotron .products_area {
        margin-top: 5rem;
        text-align: center;
    }
}

@media screen and (max-width:767px) {
    #jumbotron {
        padding-bottom: 0;
    }

    #jumbotron .jumbotron_bg {
        padding-bottom: 2rem;
        background-size: contain;
    }

    #jumbotron h2 {
        margin-top: 0;
        padding: 14% 0 3%;
    }

    #jumbotron h2 img {
        width: 56%;
    }

    #jumbotron .products_area {
        margin-top: 5rem;
    }
}

/* Sec01
---------------------------*/
#sec01 {
    background-image: url("../images/home/sec01_bg01.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 6rem;
    padding-bottom: 6rem;
}

#sec01 .ttl_main_01 {
    margin-bottom: 2rem;
}

#sec01 .txt_block {
    margin-bottom: 2rem;
}

#sec01 .img_area {
    flex: 1;
    margin-right: calc(50% - 49vw);
    padding-right: 0;
}

@media screen and (max-width:767px) {
    #sec01 .img_area {
        padding-right: 15px;
        ;
    }
}

#sec01 .img_area img {
    width: 100%;
}

#sec01 .img_block01,
#sec01 .img_block02,
#sec01 .img_block03,
#sec01 .img_block04 {
    width: 25%;
    float: left;
}

#sec01 .img_block01 {}

#sec01 .img_block02 {
    margin-top: -2rem;
}

#sec01 .img_block03 {
    margin-top: 1rem;
}

#sec01 .img_block04 {
    margin-top: -0.5rem;
}

@media screen and (min-width:768px) and (max-width:991px) {
    #sec01 {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    #sec01 .clearfix {
        margin-top: 3rem;
    }
}

@media screen and (max-width:767px) {
    #sec01 {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    #sec01 .ttl_main_01 {
        margin-bottom: 1rem;
    }

    #sec01 .txt_block {
        margin-bottom: 1rem;
    }

    #sec01 .btn_link_01 {
        margin-bottom: 2rem;
    }

    #sec01 .clearfix {
        margin-top: 3rem;
    }
}

/* Sec02
---------------------------*/
#sec02 {
    background-image: url("../images/base/bg_01.jpg");
    background-repeat: repeat-y;
    background-position: center top;
    background-size: 100% auto;
    padding-top: 6rem;
    padding-bottom: 2rem;
}

#sec02 .ttl_area {
    margin-bottom: 3rem;
}

#sec02 .ttl_area .btn_link_02 {
    margin-top: 1rem;
    text-align: right;
}

@media screen and (max-width:767px) {
    #sec02 {
        background: none;
    }

    #sec02 .ttl_area .btn_link_02 {
        margin-top: 1rem;
        text-align: left;
    }
}

/* Sec03
---------------------------*/
#sec03 {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

#sec03 a {
    position: relative;
    display: block;
    padding: 10rem 3rem 3rem;
}

#sec03 .link_area_01,
#sec03 .link_area_02 {
    background-size: cover;
}

#sec03 .link_area_01 {
    background-image: url("../images/home/sec03_bg01.jpg");
}

#sec03 .link_area_02 {
    background-image: url("../images/home/sec03_bg02.jpg");
}

#sec03 .ttl_block {
    margin-bottom: 1rem;
}

#sec03 .link_area_01 .ttl_block {
    color: #4775a9;
}

#sec03 .link_area_02 .ttl_block {
    color: #fff;
}

#sec03 .ttl_block h2 {
    font-size: 46px;
}

#sec03 .ttl_block span {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 28px;
    display: block;
}

#sec03 p {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 4rem;
}

#sec03 .link_area_01 p {
    color: #1d2b3b;
}

#sec03 .link_area_02 p {
    color: #fff;
}

#sec03 .btn_block {
    text-align: right;
}

#sec03 .btn_block img {
    width: 70px;
}

@media screen and (min-width:768px) and (max-width:991px) {
    #sec03 a {
        padding: 6rem 2rem 2rem;
    }

    #sec03 .ttl_block h2 {
        font-size: 36px;
    }

    #sec03 .ttl_block span {
        font-size: 22px;
    }

    #sec03 p {
        font-size: 14px;
        line-height: 1.4;
        margin-bottom: 2rem;
    }

    #sec03 .btn_block img {
        width: 50px;
    }
}

@media screen and (max-width:767px) {
    #sec03 {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    #sec03 a {
        padding: 2rem 1rem 1rem;
    }

    #sec03 .ttl_block h2 {
        font-size: 28px;
    }

    #sec03 .ttl_block span {
        font-size: 16px;
    }

    #sec03 p {
        font-size: 14px;
        line-height: 1.4;
        margin-bottom: 1rem;
    }

    #sec03 .btn_block img {
        width: 40px;
    }
}

/* Sec04
---------------------------*/
#sec04 {
    background-image: url("../images/home/sec04_bg01.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 10rem;
}

#sec04 .ttl_main_01 {
    margin-top: 8rem;
    margin-bottom: 2rem;
}

#sec04 .txt_block {
    margin-bottom: 2rem;
}

@media screen and (min-width:768px) and (max-width:1199px) {
    #sec04 {
        padding-top: 2rem;
    }

    #sec04 .ttl_main_01 {
        margin-top: 0;
        margin-bottom: 2rem;
    }
}

@media screen and (max-width:767px) {
    #sec04 {
        padding-top: 2rem;
        background-image: url("../images/home/sec04_bg01.jpg");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center bottom;
    }

    #sec04 .ttl_main_01 {
        margin-top: 0rem;
        margin-bottom: 1rem;
    }

    #sec04 .txt_block {
        margin-bottom: 1rem;
    }

    #sec04 .btn_link_01 {
        margin-bottom: 2rem;
    }
}

/* Jumbotron
---------------------------*/
.carousel-inner a {
    opacity: 1;
}

.carousel-inner .carousel-item .carousel-control-prev-icon,
.carousel-control-next-icon {
    height: 24px;
    width: 24px;
    outline: black;
    background-size: 100%, 100%;
    background-image: none;
    background-color: rgba(22, 107, 156, 0.47);
}

.carousel-control-next-icon:after {
    content: '>';
    font-size: 18px;
    color: #fff;
    font-family: "Arial", Gadget, "sans-serif";
}

.carousel-control-prev-icon:after {
    content: '<';
    font-size: 18px;
    color: #fff;
    font-family: "Arial", Gadget, "sans-serif";
}

.carousel-control-next,
.carousel-control-prev {
    top: 1rem;
}

.carousel-control-next {
    right: -0.7rem;
}

.carousel-control-prev {
    left: -1rem;
}

.carousel-indicators {
    bottom: -0.6rem;
}

.carousel-indicators li {
    background-color: #4775a9;
}

.recommended-title {
    text-align: left;
    display: block;
}

.recommended-title span {
    font-size: 16px;
    color: #fff;
    line-height: 28px;
    background: #4775a9;
    padding: 0 5px;
    height: 28px;
    display: inline-block;
    position: relative;
}

.recommended-title span::after {
    content: '';
    border-style: solid;
    border-width: 28px 0 0 14px;
    border-color: transparent transparent transparent #4775a9;
    position: absolute;
    right: -14px;
    bottom: 0;
}

.recommended-products .item .block-area {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    background-color: #e5f8fb;
    background-image: url(../images/home/bg-slider.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 5px;
    border: 3px solid #fff;
}

.recommended-products .item .block-area .text-box .ttl_block {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (max-width: 767px) {
    .recommended-products .item .block-area .image {
        -ms-flex: 0 0 90px;
        flex: 0 0 90px;
        max-width: 90px;
    }

    .recommended-products .item .block-area .text-box {
        -ms-flex: 0 0 calc(100% - 90px);
        flex: 0 0 calc(100% - 90px);
        max-width: calc(100% - 90px);
        padding: 15px;
    }

    .recommended-products .item .block-area .text-box .ttl_block {
        font-size: 14px;
    }

    .recommended-products .item .block-area .text-box .category_block .products_cat {
        font-size: 12px;
        padding: 3px 6px;
    }

    .recommended-products .item .block-area .text-box .maker_block {
        font-size: 11px;
    }
}

@media (min-width: 768px) {
    .recommended-products .item .block-area .image {
        -ms-flex: 0 0 200px;
        flex: 0 0 200px;
        max-width: 200px;
    }

    .recommended-products .item .block-area .text-box {
        -ms-flex: 0 0 calc(100% - 200px);
        flex: 0 0 calc(100% - 200px);
        max-width: calc(100% - 200px);
        padding: 30px;
    }

    .recommended-products .item .block-area .text-box .ttl_block {
        font-size: 16px;
    }

    .recommended-products .item .block-area .text-box .category_block .products_cat {
        font-size: 14px;
        padding: 6px 10px;
    }

    .recommended-products .item .block-area .text-box .maker_block {
        font-size: 14px;
    }
}

.recommended-products .item .block-area .text-box {
    text-align: left;
    display: block;
}

.recommended-products .item .block-area .text-box .category_block .products_cat {
    background-color: #4775a9;
    color: #fff;
    display: inline-block;
    line-height: 1;
    border-radius: 30px;
    margin-bottom: 3px;
}

.recommended-products .item .block-area .text-box .maker_block {
    color: #4775a9;
}


/* slick */
.slick-slide {
    height: inherit;
}

.slick-arrows {
    position: absolute;
    top: 50%;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.slick-prev, .slick-next {
    font-size: 1.5em;
    color: #4775a9;
    line-height: 36px;
    text-indent: -9999px;
    text-align: center;
    background: #d9e6f4;
    width: 36px;
    height: 36px;
    padding: 0;
    border: none;
    border-radius: 0;
    position: absolute;
    bottom: 0;
    z-index: 10;
}

.slick-prev {
    right: 37px;
}

.slick-next {
    right: 0;
}

.slick-prev:hover, .slick-prev:active, .slick-prev:focus, .slick-next:hover, .slick-next:active, .slick-next:focus {
    outline: 0;
}

.slick-prev:before, .slick-next:before {
    font-family: ionicons;
    text-indent: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: .5s ease all;
}

.slick-prev:before {
    content: '\f3d2';
}

.slick-next:before {
    content: '\f3d3';
}

.slick-prev:hover:before, .slick-next:hover:before {
    transition: .5s ease all;
}

.slick-prev:hover:before {
    left: -15px;
}

.slick-next:hover:before {
    left: 15px;
}

.slick-dots {
    position: absolute;
    bottom: -21px;
    z-index: 5;
    width: 100%;
    padding: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    list-style: none;
    justify-content: center;
}

.slick-dots li {
    font-size: 0;
    margin: 0 5px !important;
}

.slick-dots>li:first-child:last-child {
    display: none;
}

.slick-dots li button {
    font-size: 0;
    text-indent: 100%;
    white-space: nowrap;
    background: #4775a9;
    width: 8px;
    height: 8px;
    padding: 0;
    border: none;
    border-radius: 100%;
    outline: 0;
    overflow: hidden;
    opacity: .5;
}

.slick-dots li.slick-active button, .slick-dots li button:hover, .slick-dots li button:active, .slick-dots li button:focus {
    background: #4775a9;
    opacity: 1;
}
