@charset "UTF-8";
/*
 Theme Name: SANGO Child
 Theme URI: https://saruwakakun.design
 Author: SARUWAKA
 Author URI: https://saruwakakun.com
 Template: sango-theme
 Version: 4.0
*/
/*こちらはSANGOの子テーマ用CSSです。以下にCSSを記入していきましょう。*/

#footer-menu {
	padding: 20px 10px 70px;
}

.totop {
	display: none !important;
}

.appeal-link-mobile-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #f94143;
    padding: 10px;
    text-align: center;
    z-index: 9999;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.appeal-link-mobile-footer.show {
    opacity: 1;
}

.appeal-link-free-gift {
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
}

.appeal-link-mobile-banner {
    position: fixed;
    bottom: 54px;
    right: 0;
    z-index: 9998;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}

.appeal-link-mobile-banner.show {
    opacity: 1;
    visibility: visible;
}

.appeal-link-mobile-banner img {
    max-width: 230px;
    height: auto;
}

#appeal-link-scroll-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    z-index: 10000;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.appeal-link-modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0;
    width: 90%;
   	max-width: 500px;
}

#appeal-link-close-modal {
    position: absolute;
    top: -40px;
    right: -6px;
    background: none;
    border: none;
    font-size: 32px;
    cursor: pointer;
    color: #fff;
}

body.home {
	
}

/* パンくずリストの最後の矢印を削除 */
#breadcrumb ul li:last-child::after {
    content: none;
}