/**************************************************

BASE

****************************************************/


/* hero-home slider

.hero-image{
    position: relative;
    margin-bottom: 50px;
    overflow: hidden;
}

#topVisual{
    padding-bottom: 30px;
}

#topVisual > div{
    overflow: hidden;
}

#topVisual img{
    display: block;
    width: 100%;
    height: auto;  
}

body .slick-dots{
    left: 50%;
    bottom: 0;
    max-width: 1200px;
    z-index: 10;
    transform: translateX(-50%);
}

body .slick-dots li{
    width: 15px;
    height: 15px;
    margin: 0 10px;
}

body .slick-dots li button{
    width: 15px;
    height: 15px;
    line-height: 5px !important;
}

body .slick-dots li button::before{
    width: 15px;
    height: 15px;
    color: #ccc;
    font-size: 15px;
    line-height: 15px !important;
    opacity: 1;
}

body .slick-dots li.slick-active button::before{
    color: #0060be;
}

body .slick-dotted.slick-slider{
    margin-bottom: 0;
}

 */


/*************************************************

CONTENTS

****************************************************/




/* Responsive
*********************************************************/
/* addsection */
.addsection{
    margin-top: 20px;
    margin-bottom: 80px;
}
@media (hover: hover) and (pointer: fine){
    .addsection img {
        width: 100%;
        height: auto;
        -webkit-transition: all 12s;
        transition: all 12s;
    }
    .addsection figure{
        overflow:hidden;
    }
    .addsection a:hover img {
        -webkit-transform: scale(1.5);
                transform: scale(1.5);
    }
    .addsection a:hover{
        opacity: 1;
    }
}
  
.addsection a{
    position: relative;
    text-decoration: none;
}

.inner_text {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    color: #fff;
    line-height: 1;
    transform: translate(-50%,-50%);
    text-align: left;
    padding-left: 50px;
}
.inner_text h2{
    margin-bottom: 5px;
    font-size: 5rem;  
    line-height: 76px;  
}
.inner_text h3{
    margin-bottom: 20px;
    font-size: 20px;
}
.inner_text p{
    font-weight: bold;
}
 
.pc__only {
    display: block;
}
.sp__only {
    display: none;
}
h1.header__logo{
    font-size: 1.6rem;
}
/* Tablet side Only */
@media screen and (min-width:829px) and (max-width:1200px) {
    
}

/* Smartphone side + Tablet Vertical */
@media screen and (max-width:828px) {
    .addsection{
        margin-top: 0;
        margin-bottom: 0px;
    }
    .pc__only {
        display: none;
    }
    .sp__only {
        display: block;
    }
    .inner_text{
        padding: 0 15px;
    }
    .inner_text h2{
        font-size: 4rem;  
        line-height: 61px;  
    }
}

/* Smartphone Vertical */
@media screen and (max-width:415px) {
    .container_open{
        padding-left: 0;
        padding-right: 0;
        margin: auto;
    }
    .inner_text h3{
        margin-bottom: 30px;
        font-size: 1.6rem;
    }
    .inner_text p{
        font-weight: bold;
    }
    .addsection{
        margin-top: 50px;
    }
}
