﻿/*■■ 全体 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

/*■■ header ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.fat-nav li {
    font-size: 16px;
}

/* タブレット */
@media screen and (max-width: 768px){
    .hamburger {
        top: 9px;
    }

}

/* スマホ */
@media screen and (max-width: 667px){
    .hamburger {
        top: 3px;
    }
}

/*■■ top ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.fv_ship {
    height: 110%;
    max-height: 910px;
    left: 6%;
}

.fv_ship img {
    width: auto;
    height: 100%;
}
.line {
    bottom: -4%;
}
.copy {
    height: 86%;
    top: 5%;
    right: 9%;
}

.copy img {
    width: auto;
    height: 100%;
}

.blur {
    background-color: rgba(49, 47, 47, 0.6);
    backdrop-filter: blur(1px);
    -webkit-backdrop-filter: blur( 1px );
}

#contents2 .title::first-letter,#contents3 .title::first-letter {
    color: #fcee21;
}
/* タブレット */
@media screen and (max-width: 768px){
    .main_box {
        padding-top: 55px;
    }
    
    #main_img {
        background-position: top left 45%;
        min-height: 81vh;
    }
    
    .fv_ship {
        height: 100%;
        max-height: 810px;
        left: -23%;
        bottom: 0%
    }

    .line {
        bottom: 0%;
    }
    
    .copy {
        height: 82%;
        top: 7%;
        right: 5%;
    }
    
    #contents_box {
        margin-top: -1px;
    }
}
/* スマホ */
@media screen and (max-width: 667px){
    .main_box {
        padding-top: 45px;
    }
    
    #main_img {
        background-position: top left 57%;
        min-height: 75vh;
    }
    
    .fv_ship {
        height: 96%;
        max-height: 510px;
        left: -36%;
        bottom: 0%;
    }
    
    .line {
        bottom: -1%;
    }
    
    .copy  {
        height: 84%;
        top: 5%;
        right: 7%;
    }
    

}

/* スマホ */
@media screen and (max-width: 320px){
    #contents1 .title span {
        padding-left: 22px;
        letter-spacing: 0px;
        font-size: 20px;
    }
}


/*■■ cms ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

.v_type3 .cate_box{border: 1px solid var(--color1);}
.v_type3 .box_title1{color: var(--color3);}

#cms_2-a .cate_list .hvr_bg_color1:hover,#cms_6-b .cate_list .hvr_bg_color1:hover,.v_type3 .cate_list .hvr_bg_color1:hover {
    border-color: var(--color1);
    color: var(--normal);
    background-color: white;
}

#cms_2-a .cate_list .border_color1,#cms_6-b  .cate_list .border_color1,.v_type3 .cate_list .border_color1 {
    background-color: var(--color1);
    color: white;
}

/* タブレット */
@media screen and (max-width: 768px){
    .cate_list a {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding: 10px;
    }
}
/* スマホ */
@media screen and (max-width: 667px){
    #page_title .page_box.mg_b-30px_sp {
        margin-bottom: 20px;
    }
}


/*■■ footer ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

/* タブレット */
@media screen and (max-width: 768px){}
/* スマホ */
@media screen and (max-width: 667px){}
