﻿/* 1536 , 1530 × 735 ,1366 *//* 上記画面幅でも崩れていないか確認 */

@charset "utf-8";
/*■■　ALL　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#header #logo a {
    width: 180px;
}
#loader img {
    width: 350px;
}
body {
    font-size: 15px;
}
.footer_wrap {
    background: var(--color4);
}
.footer_wrap {
    background: transparent;
    position: relative;
}
.footer_wrap:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../img/footer.jpg);
    opacity: 0.2;
    pointer-events: none;
    background-position: 50% 20%;
}
.footer_wrap #logo2, .footer_wrap .sns_link, .footer_wrap p, .foot_contect {
    position: relative;
}
/* ---------------------------　タブレット　-------------------------- */
@media screen and (max-width: 768px){
#header #logo a {
    width: 300px;
}
#sp_nav li:last-child {
    display: none;
}
#sp_nav a {
    font-size: 20px;
}
#sp_nav ul {
    padding-top: 30%;
}
#sp_nav .nav_bg {
    opacity: 1;
}
}

/* --------------------------　スマホ　-------------------------- */
@media screen and (max-width: 667px){
#loader img {
    width: 200px;
}
#header {
    padding: 0;
    justify-content: space-around;
}
#header #logo a img {
    width: 100% !important;
}
#header #logo a {
    width: 130px;
}
#sp_nav a {
    font-size: 16px;
}
.footer_wrap:before {
    background-position: 77% 20%;
}
}



/*■■　FV　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#main_img .main_title {
    display: none;
    transform: scale(1.4);
    width: max(23%, 300px) !important;
    left: 2%;
    top: auto;
    bottom: 2%;
    transition: 2s;
}
#main_img .main_bg {
    filter: brightness(0);
}
#main_img .main_title.active {
    transform: scale(1);
}
/* ---------------------------　タブレット　-------------------------- */
@media screen and (max-width: 768px){
#main_img {
    height: 70vh !important;
}
#main_img .main_title {
    width: 40% !important;
}
}

/* --------------------------　スマホ　-------------------------- */
@media screen and (max-width: 667px){
#main_img {
    height: 80vh !important;
}
#main_img .main_title {
    width: 50% !important;
}

}



/*■■　TOP　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#intro .intro_back {
    font-family: "Monoton", sans-serif;
    font-weight: normal;
    color: var(--gray);
    z-index: 1;
    opacity: 0.1;
    bottom: -10px;
}
.con2_img1, .con3_img1 {
    mix-blend-mode: difference;
}
.blog_wrap a {
    border-color: var(--color3);
}
.intro_title, .con1_title span, .con2_title, .con3_title, .cms_title {
    font-size: clamp(1.5rem, 2vw, 3rem);
    font-weight: normal;
}
/* ---------------------------　タブレット　-------------------------- */
@media screen and (max-width: 768px){
.intro_title, .con1_title span, .con2_title, .con3_title, .cms_title {
    font-size: clamp(1.7rem, 4vw, 3rem);
}

}

/* --------------------------　スマホ　-------------------------- */
@media screen and (max-width: 667px){
#intro .intro_back {
    font-size: calc(1rem + 26px);
}
#top_cms .cms_sub_title {
    top: 60px;
    font-size: calc(1rem + 30px);
}
}



/*■■　下層ページ　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

#page_title {
    background-position-y: 36%;
}
#cms_7-d .box_wrap .cate_box::after, .cms_7-d .box_wrap .cate_box::after {
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, var(--color1) 100%);
}
.cate_list a {
    background: var(--color3);
}
/* ---------------------------　タブレット　-------------------------- */
@media screen and (max-width: 768px){

}

/* --------------------------　スマホ　-------------------------- */
@media screen and (max-width: 667px){

}


