﻿/*■■ header ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.header {
    background-color: rgba(255, 255, 255, 0.7);
}


/*■■ 全体 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
:root {
    --font_en: "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
}

.font_en {
    font-family: var(--font_en);
}


/* スマホ */
@media screen and (max-width: 667px){
    #fakeloader .fl {
        width: 70% !important;
    }
}

/*■■ top ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
body {
    background-image: url(/Files/img/fv_bg.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
}
#main_img {
    padding-top: 100px;
    padding-bottom: 0;
    height: 50vw !important;
}

#main_img::before {
    display: none;
}

#main_img:after {
    display: none;
}

.slider1 {
    top: 5%;
}

.copy_t {
    width: 74%;
    top: 0%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    margin-top: 100px;
}

.copy_t img {
    width: 100%;
    height: auto;
}

.fv_blue {
    width: 64%;
    bottom: -24%;
    right: -16%;
    z-index: 2;
}

.fv_blue img {
    width: 100%;
    height: auto;
}

.copy_b {
    width: 31%;
    bottom: 3%;
    right: 2%;
    z-index: 2;
}

.copy_b img {
    width: 100%;
    height: auto;
}

#intro:before {
    background-color: rgb(126 189 217 / 53%);
}

#topCms .cmstitle p {
    bottom: 7px;
}

/* タブレット */
@media screen and (max-width: 768px){
    #main_img {
        height: 95vh !important;
        padding-top: 90px;
    }
    
    .slider1 {
        top: 9%;
    }
    
    .copy_t {
        width: 63%;
        top: 1%;
        left: 2%;
        transform: translateX(0);
        margin-top: 90px;
    }
    
    .fv_blue {
        width: 151%;
        bottom: -23%;
        right: -41%;
    }
    
    .copy_b {
        width: 65%;
        bottom: 4%;
        right: 3%;
    }
    
    #intro .title h2 {
        line-height: 1.6;
    }
    
    #content .swiper-button-next, #content .swiper-button-prev {
        top: 172px;
    }
    
    #topCms .cmstitle p {
        bottom: 10px;
    }
}
/* スマホ */
@media screen and (max-width: 667px){
    #main_img {
        padding-top: 70px;
    }
    
    .slider1 {
        top: 10%;
    }
    
    .copy_t {
        width: 75%;
        top: 3%;
        left: 5%;
        margin-top: 70px;
    }
    
    .fv_blue {
        width: 185%;
        bottom: -22%;
        right: -43%;
    }
    
    .copy_b {
        width: 76%;
        bottom: 4%;
        right: 6%;
    }
    
    #content .swiper-button-next, #content .swiper-button-prev {
        top: 310px;
    }
    
    #content .cate_item {
        padding: 50px 15px 40px 35px;
    }
    
    #topCms .cmstitle {
        margin-top: 30px;
        margin-bottom: 50px;
    }
    
    #topCms .cmstitle p {
        bottom: 15px;
    }
}

/*■■ cms ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.pagetitle {
    background-color: rgba(255, 255, 255, 0.9);
    margin-top: 100px;
}

.pagetitle .title_box p {
    bottom: 9px;
}

.all_contents {
    background-color: rgba(255, 255, 255, 0.9);
}

.site_list {
    background-color: var(--color1);
    color: white;
}

.site_list li a {
    color: white;
}
/* タブレット */
@media screen and (max-width: 768px){
    .pagetitle {
        margin-top: 90px;
    }
    
    .pagetitle .title_box p {
        bottom: 10px;
    }
    
    #page3 #cms_2-g .cate_title {
        font-size: 2.0em;
    }
    
    #page4 #cms_2-c .box_description2 .box_txt2 {
        line-height: 1.6;
    }
    
}
/* スマホ */
@media screen and (max-width: 667px){
    .pagetitle {
        margin-top: 70px;
    }
    
    .pagetitle .title_box p {
        bottom: 15px;
    }
    
    #page3 #cms_2-g .cate_title {
        font-size: 1.6em;
        line-height: 1.4;
    }
    
    #page4 #cms_2-c .box_description2 {
        padding: 0px;
    }
}

/* スマホ 320px以下*/
@media screen and (max-width: 320px){
    #page3 #cms_2-g .cate_title {
        font-size: 1.4em;
    }
    
    #page3 #cms_2-g .box_title1 {
        letter-spacing: -0.01em;
    }
}

/*■■ footer ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.footer_sns .box a {
    background: none;
}
/* タブレット */
@media screen and (max-width: 768px){
    
}
/* スマホ */
@media screen and (max-width: 667px){
    .footer_contact .f_contact_box h4 {
        font-size: 2.0em;
    }
    
    .footer_contact .f_contact_box .font_2up {
        font-size: 90%;
    }
    
    .footer_contact .f_contact_btn a {
        padding: 15px 0px;
    }
}
