@charset "utf-8";
@media (max-width: 768px) {

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
ヘッダー
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ナビ上カゲ */
#site-navigation:not(.toggled),
.header-wrap #mobile-header:not(.toggled):not(.navigation-stick) {
    background: linear-gradient(rgba(0, 18, 79, 0.5), #00000000);
}
    
/*ハンバーガー > ボタン内側*/
body.home #site-navigation:not(.toggled),
body.home #mobile-header:not(.toggled):not(.navigation-stick) {
    .openbtn span {
        background: #fff;
    }

    .mobile_header_icon .bl {
        background: rgba(255,255,255,.2);
        border: 1px solid #fff;
    }
}
    
.sp .my_hamburger {
    height: 70px;
}
    
    
/*logoをトップのプロモ上のみ変化させる*/
body.home #mobile-header:not(.navigation-stick) .site-logo img{
	display:none;
}

body.home #mobile-header:not(.navigation-stick) .site-logo{
	position:relative;
}
	
body.home #mobile-header:not(.navigation-stick) .site-logo a {
    background: no-repeat url("./images/logo-3.png");
    display: block;
    position: absolute;
    background-size: contain;
    width: 178px;
    height: 36px;
    left: 15px;
}
    
nav#mobile-header .site-logo a img {
	height: 30px;
}
   
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
電話ポップアップ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
div#tel_lb .inner {
    background: var(--main);
    border-radius: 0px;
}

div#tel_lb .btn a {
    font-size: 1.6rem;
    color: var(--main)!important;
    border-radius: 0px;
}

div#tel_lb .num {
    font-weight: normal;
}
    

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
TOP　>　プロモ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#home_promo .wp-block-cloudcatch-splide-carousel-item img {
    max-height: none;
    height: 480px;
}
    
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
TOP　>　パートナー
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* スライド内の画像サイズを調整 */
#home_partner .splide__slide img.gb-image {
  width: 200px !important;
  height: auto !important;
}

/* スライド自体の幅も小さくする（66.6667% → 80%などに） */
#home_partner .splide__slide {
  width: 200px !important;
}

/* スライドの余白調整 */
#home_partner .splide__slide {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
    
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
TOP > ブランド
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*#home_brand .slick-slide {
    margin: 0 5px !important;
}*/

    
/*スライダー*/
@keyframes about-slider-top {
	from {
		background-position: 0 0;
	}
	to {
		background-position: -1301px 0;
	}
}

    
}/*メディアクエリ終了*/