﻿/*■■ header ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.header.t_header h1 { max-width: 230px;}

/* タブレット */
@media screen and (max-width: 768px){}
/* スマホ */
@media screen and (max-width: 667px){}

/*■■ 全体 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
h1, h2, h3, h4, h5, h6, .catch, #topCms .cmstitle p, .pagetitle .title_box p, .pc_nav li .page_title, #sp_nav .sp_nav_inner .l-menu .l-menu_cms {
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "游ゴシック体", YuGothic, "YuGothic M", meiryo, sans-serif;
}

/* タブレット */
@media screen and (max-width: 768px){}
/* スマホ */
@media screen and (max-width: 667px){
    .shadow {
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    }
}

/*■■ top ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/* スライダーの枠に必ず高さを指定する */
.slider1 {
    height: 200%; /* 例：500pxの高さの中でスライドさせる */
    width: 30%;
    overflow: hidden; /* はみ出し防止 */
    right: 7%;
    position: absolute;
}

/* スライド画像の高さ調整（必要であれば） */
.swiper-slide {
    height: auto; /* または固定値 */
}

#main_img {
    padding-top: 0px;
}

#main_img::before {
    display: none;
}

.main_copy {
    width: max(44%, 600px);
    top: 28%;
    left: 6%;
    z-index: 3;
}

.fv_line {
    width: 145vw;
    top: 12%;
    left: -18%;
    z-index: 2;
    transform: rotate(-5deg);
}

.fv_line2 {
    width: 145vw;
    top: 5%;
    left: -34%;
    transform: rotate(-5deg);
    opacity: 0.5;
}

.acore {
    width: 73vw;
    bottom: -3%;
    right: -3%;
    z-index: 1;
    mix-blend-mode: color-dodge;
}

#main_img:after {
    display: none;
}

#topCms .cmstitle p {
    bottom: 20px;
}

.intro_inner .title h2 {
    font-size: 40px;
    line-height: 1.5;
}

/* タブレット */
@media screen and (max-width: 768px){
    #main_img {
        height: 90vh !important;
    }
    
    .slider1 {
        height: 130%;
        width: 50%;
        right: 5%;
    }
    
    .main_copy {
        width: 0;
        height: 50%;
        top: 27%;
        left: 10%;
    }
    
    .main_copy img {
        height: 100%;
        width: auto;
    }
    
    .sub_copy {
        width: 34%;
        top: 18%;
        transform: translateY(-50%);
        left: 5%;
        z-index: 3;
    }
    
    .fv_line {
        width: 230%;
        top: 31%;
        left: -78%;
        z-index: 2;
        transform: rotate(-10deg);
    }
    
    .fv_line2 {
        width: 230%;
        top: 5%;
        left: -58%;
        transform: rotate(-16deg);
    }
    
    .acore {
        width: 105vw;
        bottom: -3%;
        right: -3%;
    }
    
    #content .swiper-button-next, #content .swiper-button-prev {
        top: 174px;
    }
    
}
/* スマホ */
@media screen and (max-width: 667px){
    #main_img {
        height: 85vh !important;
        perspective: 120px;
    }
    
    .slider1 {
        height: 116%;
        width: 50%;
        transform: rotate3d(1, -1, 3, 8deg);
        right: 4%;
        top: -6%;

    }
    
    .main_copy {
        height: 51%;
        top: 28%;
        left: 9%;
    }
    
    .sub_copy {
        width: 42%;
        top: 20%;
        left: 6%;
    }
    
    .fv_line {
        width: 230%;
        top: 40%;
        left: -78%;
    }
    
    .fv_line2 {
        width: 230%;
        top: 25%;
        left: -58%;
        z-index: -1;
    }
    
    .catch:after {
        display: none;
    }
    
    .intro_inner .title h2 {
        font-size: 21px;
    }
    #content {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    
    #content .cate_item {
        padding: 50px 15px 40px 35px;
    }
    
    #content .swiper-button-next, #content .swiper-button-prev {
        top: 315px;
    }
    
    .topCms {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    
    .topCms .cmstitle {
        margin-bottom: 50px;
    }
}

/*■■ cms ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.pagetitle {
    background-color: #ffffff;
    padding-top: 60px;
}

.pagetitle .title_box p {
    bottom: 20px;
}

.all_contents.pd_t-100px {
    padding-top: 40px;
}

.cate_list a {
    padding: 10px 20px;
    width: 80%;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.v_type1 .triangle {
    display: block;
    border: var(--color1) solid 2px;
    box-shadow: 5px 5px 0 0 #e2e2e2;
}
.v_type1 .triangle:before {
    content: '';
    position: absolute;
    display: block;
    z-index: 1;
    border-style: solid;
    border-color: #FFF transparent;
    border-width: 13px 13px 0 0;
    bottom: -13px;
    left: 50%;
    margin-left: -9px;
}
.v_type1 .triangle:after {
    content: '';
    position: absolute;
    display: block;
    z-index: 0;
    border-style: solid;
    border-color: var(--color1) transparent;
    border-width: 15px 15px 0 0;
    bottom: -17px;
    left: 50%;
    margin-left: -11px;
}

/* タブレット */
@media screen and (max-width: 768px){}
/* スマホ */
@media screen and (max-width: 667px){}


/*■■ footer ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.footer_contact .bg_color1 {
    background-image: linear-gradient(90deg, rgba(247, 125, 93, 1), rgba(254, 220, 64, 1));
    background-color: transparent;
}

.f_con_bgcolor {
    opacity: 0.9;
}

#page_top {
    background-color: var(--color3);
}
/* タブレット */
@media screen and (max-width: 768px){}
/* スマホ */
@media screen and (max-width: 667px){}