@charset "UTF-8";

/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/
/* ----全体---- */
/* ----タイトルfont---- */
.main-ttl, .c-pageTitle[data-style=b_bottom], .c-pageTitle__inner {
    font-family: "aktiv-grotesk", sans-serif;
    font-weight: 600;
    font-style: normal;
}
/* ----header---- */

@media screen and (min-width: 960px) {

    header#header {
        height: 88px;
        position: fixed !important;
    }

    header#header div.l-header__inner {
        height: 100%;
        max-width: 100%;
    }

    nav#gnav {
        display: none;
    }

    .l-header__menuBtn.sp_ {
        display: block !important;
        height: 100%;
    }

    .l-header__menuBtn.sp_ .c-iconBtn__icon {
        font-size: 40px;
    }

    div#sp_menu {
        display: block !important;
    }

    div#fix_header {
        display: none;
    }

    /* 下記よりスマホ開閉メニュー */

    .p-spMenu {
        transition: opacity .5s;
    }

    [data-spmenu=opened] .p-spMenu__inner {
        transform: unset;
    }

    [data-spmenu=closed] .p-spMenu {
        transition-delay: unset;
    }

    .-left .p-spMenu__inner {
        transform: unset;
        -webkit-transform: unset;
    }

    .p-spMenu__inner {
        width: 100vw;
        padding-top: 0 !important;
    }

    .p-spMenu__inner::before {
        background: #f0f1f1;
        opacity: .8;
    }

    .c-widget__title.-spmenu {
        /* background: var(--color_main);
        color: #1a1a1a; */
        display: none;
    }

    .p-spMenu__nav {
        color: #353535;
    }

    .p-spMenu__body {
        padding: 10vw 4vw 10vw;
    }

    .c-submenuToggleBtn {
        color: #353535;
    }

    .-left .p-spMenu__closeBtn {
        left: unset;
        right: var(--swl-pad_container, 0);
        top: 20px;
    }

    .p-spMenu__closeBtn .c-iconBtn__icon {
        font-size: 40px;
        color: #353535;
    }

    .c-smallNavTitle {
        display: inline-block !important;
    }

    .p-spMenu__nav>ul.c-spnav>li.menu-item {
        font-size: 32px;
    }

    .p-spMenu__nav ul.sub-menu li.menu-item {
        font-size: 24px;
    }

    span.c-smallNavTitle {
        top: unset;
        font-size: 14px;
    }

    .c-submenuToggleBtn:before {
        font-size: 20px;
    }

    /* 下記よりヘッダー内部 */

    div.w-header {
        margin-left: auto !important;
        margin-right: 24px;
    }
}

@media screen and (max-width: 959px) {

    .c-widget__title.-spmenu {
        display: none;
    }

    header#header {
        position: fixed;
    }

    .p-spMenu__inner::before {
        background: #f0f1f1;
        opacity: .8;
    }

    .p-spMenu__nav {
        color: #353535;
    }

    .p-spMenu__body {
        padding: 10vw 4vw 10vw;
    }

    .c-submenuToggleBtn {
        color: #353535;
    }

    .p-spMenu__nav>ul.c-spnav>li.menu-item {
        font-size: 22px;
    }

    .p-spMenu__nav ul.sub-menu li.menu-item {
        font-size: 18px;
    }

    span.c-smallNavTitle {
        top: unset;
        font-size: 12px;
        display: block;
    }

    .c-spnav .desc {
        margin-left: unset;
    }

    .p-spMenu__closeBtn .c-iconBtn__icon {
        color: #353535;
    }

}
    li.menu-item a {
	    font-family: "aktiv-grotesk", sans-serif;
        font-weight: 600;
        font-style: normal;
}

/* ----headerここまで---- */
/* ----コンテンツヘッダー---- */
.c-pageTitle {
    border: none !important;
}
.c-pageTitle[data-style=b_bottom], .c-pageTitle__inner {
    text-align: center;
    float: none !important;
    border: none !important;
    font-size: 80px;
	letter-spacing: 0.6rem;
}
@media screen and (max-width: 414px) {
    .c-pageTitle[data-style=b_bottom], .c-pageTitle__inner {
        font-size: 40px !important;
    }
}
/* ----コンテンツヘッダーここまで---- */
/* ----全体ここまで---- */
/* ----ホバーで拡大用---- */
.big-img {
    width:350px;
    margin:0 auto; 
    overflow:hidden !important; 
}
.big-img img {
    transition:1s all;
}
.big-img img:hover {
    transform:scale(1.2,1.2);
    transition:1s all;
}
/* ----ホバーで拡大用---- */
/* ----footer---- */
.footer_nav li {
    list-style: none !important;
}
/* ----footerここまで---- */
/*---- FIXボタン---- */
.fixed_banner {
	position: fixed; /* 追従 */
	z-index: 99999; /* 前面配置 */
	/*top: 520px;*/
	/*left: 20px;*/
	bottom: 30%;
	right: -10px;
	background-color: rgba(0,0,0,0);
	border-color: rgba(0,0,0,0);
}
.fixed_banner_pc {
	width: 60px;
}
.floating-banner:hover {
	opacity: 0.5; 
}
.fixed_banner_sp {
	display: none;
}
@media screen and (max-width: 500px) { 
	.fixed_banner_pc {
		display: none;
	}
}
/*---- FIXボタンここまで---- */