@charset "UTF-8";


.mv {
    background-image: url(./../../images/concept/headervisual-kari.png);

    width: 100%;
    background-size: cover;
    height: 500px;
    position: relative;
    top: 0;
}

.mv-top {
    position: absolute;
    top: 400px;
    right: 70px;
    z-index: 10;
}

.sample img {
  max-width: 100%;
  width: 200px;
}

.title {
    width: 555px;
    position: absolute;
    top: 37%;
    left: 20%;
}

#contents1 h1 {
    font-size: 40px;
    line-height: 2;
}

#contents1,#contents-gallery{
  padding: 192px 0 192px;
}



#contents1 p {
    font-size: 24px;
    line-height: 2;
}

#contents-gallery{
  background-image: url(./../../images/contents-1/BG-contents-1.png);
    width: 100%;
    background-size: cover;
    
}

.gallery-box {
    width: 265px;
    background-color: #fff;
    padding: 0px 0px 24px;
}

.gallery-box h2 {
    font-size: 20px;
    text-align: center;
    margin-top: 24px;
}

.gallery-box p {
    font-size: 16px;
    margin: 24px;
    min-height: 100px;
}


section .btn {
    font-size: 16px;
    color: #fff;
    background-color: #2c2c2c;
    padding: 10px 30px 10px 55px;
    margin: 24px 24px 0;
    display: block;
    width: 130px;
}






.gallery{
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
}


section .btn2{
    font-size: 16px;
    color: #2C2C2C;
    background-color: #E3E3E3;
    padding: 10px 30px 10px 55px;
    margin: 24px 24px 0;
    display: block;
    width: 130px;

}

/*SP*/
@media screen and (max-width: 769px) {


.mv {
    height: 60vh;
}


.mv-top {
    position: inherit;
    width: 80%;
    padding-bottom: 24px;
}

.title {
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
}



#contents1 ,#contents-gallery {
    padding: 62px 0px 100px;
}


#contents-gallery {
    background-image: url(./../../images/contents-1/contentsBG1.jpg);
    background-size: contain;
}


#contents1 h1 {
    font-size: 170%;
    line-height: 1.5;
    text-align: center;
}

.mv-top {
    position: inherit;
    width: 80%;
    padding: 30px 0 0;
}


#contents1 p {
    font-size: 100%;
    margin: 30px 0 0;
    text-align: center;
}

.gallery {
    display: block;
}

.gallery-box {
    padding: 5px 0px 12px;
    margin-bottom: 24px;
}



}



