@charset 'utf-8';

/* header
---------------------------------------------------------- */
/* 背景色と文字色を変えるにはここを編集 */
/* body.janqute {
	background-color: #fefbe5;
	background-image: url(../img/bg.png);
	color: #330101;
} */

/* ヘッダーロゴの画像を変えるにはここを編集 */
/* .janqute .siteroot > a:before,
.janqute .siteroot > span:before {
    background-image: url(../img/logo.png);
} */


/* BGM再生ボタンの画像を変えるにはここを編集 */
/* .janqute .header .audio-controller > a:before {
	background-image: url(../img/icon_audio.png);
}
.janqute .header .audio-controller.is-muted > a:before {
	background-image: url(../img/icon_audio_off.png);
} */

/* ハンバーガーメニューの画像を変えるにはここを編集 */
/* .janqute .gnav .gnav-toggle > a {
    background-image: url(../img/icon_menu.png);
}
.janqute .gnav.is-open .gnav-toggle > a{
	background-image: url(../img/icon_menu_close.png);
} */

/* グロナビメニュー「NEW」アイコンの画像を変えるにはここを編集 */
/* .janqute .gnav .gnav-primary-item.new > a > span:before {
    background-image: url(../img/icon_new.png);
} */


/* back to top
---------------------------------------------------------- */
/* ページトップの画像を変えるにはここを編集 */
/* .janqute .backtotop .backtotop-body > a {
    background-image: url(../img/btn_pagetop.png);
} */


/* footer
---------------------------------------------------------- */
/* フッター背景色を変えるにはここを編集 */
/* .footer {
    background-color: #040022;
} */


/* feature banners
---------------------------------------------------------- */
/* 訴求バナーのドット画像を変えるにはここを編集 */
/* .janqute .feature-banners .slick-dots li button {
	background-image: url(../img/bg_dots_off.png);
}
.janqute .feature-banners .slick-dots li.slick-active button {
	background-image: url(../img/bg_dots_on.png);
} */

/* 訴求バナーのボタン画像を変えるにはここを編集 */
/* .janqute .feature-banners .feature-banners-prev button:before {
	background-image: url(../img/btn_feature_banner_prev.png);
}

.janqute .feature-banners .feature-banners-next button:before {
	background-image: url(../img/btn_feature_banner_next.png);
} */


/* front mainvisual
---------------------------------------------------------- */


/* front section
---------------------------------------------------------- */
/* トップページ用セクション（汎用）の枠線画像を変更するにはここを編集 */
/* .front-section {
	background-image: 
		url(../../common/img/bg_frame_corner_left_top.png), 
		url(../../common/img/bg_frame_corner_right_top.png),
		url(../../common/img/bg_frame_corner_left_bottom.png),
		url(../../common/img/bg_frame_corner_right_bottom.png);
}

.front-section:before {
	background-image: url(../../common/img/bg_frame_top.png);
}

.front-section:after {
	background-image: url(../../common/img/bg_frame_bottom.png);
} 

.front-section .front-section-inner {
	background-image: 
		url(../../common/img/bg_frame_left.png),
		url(../../common/img/bg_frame_right.png);
} */


/* トップページ用セクション（背景白）の枠線画像を変更するにはここを編集 */
/* .front-section.white {
	background-image: 
		url(../../common/img/bg_frame_corner_left_top.png), 
		url(../../common/img/bg_frame_corner_right_top.png),
		url(../../common/img/bg_frame_corner_left_bottom.png),
		url(../../common/img/bg_frame_corner_right_bottom.png);
}

.front-section.white:before {
	background-image: url(../../common/img/bg_frame_top.png);
}

.front-section.white:after {
	background-image: url(../../common/img/bg_frame_bottom.png);
} */



/* common modules
---------------------------------------------------------- */
/* 区切り線モジュールの画像を変更するにはここを編集 */
/* .mod-separator {
	background-image: url(../img/bg_line.png);
}
.mod-separator.bold {
	background-image: url(../img/bg_line_bold.png);
} */

/* メディア型レイアウト（画像テキストセット横組み）を変更するにはここを編集 */
/* .mod-media .mod-media-sttl {
	color: #c03207;
}
.mod-media .mod-media-sttl:before {
	content: '\0025c6';
} */
