<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/** ランディングページ共通CSS */

/* SP版で忍者おまとめボタンが表示されるのを防ぐ */
#img_omatome {
    display: none;
}
/*----- エレメント共通 -----*/
table {
    table-layout: fixed;
}
/*----- width調整 -----*/
.width100 {
    width: 100%;
}
.width90 {
    width: 90%;
}
.width80 {
    width: 80%;
}
.width60 {
    width: 60%;
}
.width50 {
    width: 50%;
}
.width45 {
    width: 45%;
}
.width30 {
    width: 30%;
}
.width25 {
    width: 25%;
}
.width10 {
    width: 10%;
}
.max-width100 {
    max-width: 100%;
}
/*----- リンクリスト -----*/
.top-text-link-list {
    display: flex!important;
    flex-wrap: wrap;
    justify-content: center;
}
.top-text-link-list &gt; p {
    width: 100%;
    text-align: center;
}
.top-text-link-list &gt; a {
    display: inline-flex;
}
.top-text-link-list &gt; a::after {
    content: "";
    border-right: 1px solid hsl(0, 0%, 60%);
    margin: 2px 10px;
    box-sizing: border-box;
}
.top-text-link-list &gt; a:last-child::after {
    border-right: none;
    margin: 0px;
}
/*----- page TOP -----*/
.to-top a,
.to-top a:visited {
	color: #5e5e5e;
	text-decoration: none;
}
.to-top a:hover {
	color: #5e5e5e;
	text-decoration: underline;
}
.to-top {
    text-align: right;
    margin: 0px 0px 10px 0px;
}
/*----- page TOP センター -----*/
.to-top_center{
	color: #c6c6c6;
	line-height: 20px;
}	
.to-top_center b{
	color: #000;
}	
.to-top_center a,
.to-top_center a:visited {
	color: #3b69fb;
	text-decoration: none;
}
.to-top_center a:hover {
	color: #3b69fb;
	text-decoration: underline;
}
.to-top_center {
    text-align: center;
    margin: 0px 0px 10px 0px;
}

.to-top_center&gt; a::after {
		content: "";
		border-right:1px solid hsl(0, 0%, 40%);
		border-color: #c6c6c6;
		margin: 5px 6px;
		box-sizing: border-box;
	}
.to-top_center &gt; a:last-child::after {
		border-right: none;
		margin: 0px;
		
	}

/*----- その他 -----*/
.text-link-list {
	padding:10px 20px;
	line-height:1.8em;
	text-align: center;
}
.t_text_warning {
    color: #FF6600;
}

/* PC画面用（ウィンドウ幅が769px以上の場合に適用） */
@media screen and (min-width: 769px) {
    .top-text {
        display: flex;
        flex-direction: column;
        margin: 0px 30px 5px 20px;
        background: #FFFDF2;
        padding: 10px 0px;
        text-align: center;
        line-height: 1.8em;
        box-sizing: border-box;
    }
    .top-btn-inline-list {
        margin:10px 0px;
        display: flex;
        justify-content: space-around;
    }
    .top-btn-inline-list a.pc_site {
        text-decoration: none;
        display: flex!important;
    }
    .top-btn-inline-list img {
        width: 100%;
        height: 100%;
        margin: 0 5px;
    }
    .top-text-link-list.sp_site {
        display: none!important;
    }
    .top-text-link-list {
        margin: 20px 150px;
    }
    .to-top .top-text-link-list {
        justify-content: flex-end;
        margin: 0px;
    }
    .to-top {
        font-size: 10px;
        clear: both;
    }
	
    .to-top_center {
        justify-content: flex-end;
        margin: 0px;
    }
    .to-top_center {
        font-size: 13px;
		letter-spacing:0.5px;
        clear: both;
    }	
    .seasonal-products-warning {
        margin-top: 10px;
        text-align: center;
    }
    .seasonal-products-warning::after {
        content: "※季節商品のため、早期に完売する可能性がございます。あらかじめご了承ください。";
        color: red;
    }
    .sp-img,
    .sp-link {
        display: none;
    }
    .block-link-img-line.td-with-title-img {
        flex-wrap: wrap;
    }
}
 

/* SP画面用（ウィンドウ幅が768px以下の場合に適用） */
@media screen and (max-width: 768px) {
    .top-btn-inline-list {
        display: flex;
        justify-content: center;
    }
    .top-btn-inline-list a {
        width: 40%;
        margin: 1% 2%;
    }
    .top-btn-inline-list img {
        width: 100%;
    }
    .top-text-link-list.pc_site {
        display: none!important;
    }
    .top-text-link-list {
        width: 70%;
        margin: 2% auto;
        font-size: 3vw;
        line-height: 6vw;
    }
    .top-text {
        display: flex;
        flex-direction: column;
        margin: 5% 5%;
    }
    .top-text &gt; span {
        padding-top: 15px;
        box-sizing: border-box;
    }
    .scroll {
        overflow: auto;
        white-space: nowrap;
        font-size: 2.5vw;
    }
    .to-top {
        display: none;
    }
	
    .to-top_center {
        display: none;
    }	
    .seasonal-products-warning {
        display: none;
    }
    .pc-img,
    .pc-link {
        display: none;
    }
    .block-link-icon-line {
        display: flex;
        justify-content: start;
        flex-wrap: wrap;
    }
    .block-link-icon-line img {
        height: 4vw;
        margin-bottom: 1vw;
    }
    .block-link-icon-line img:not(:last-child) {
        padding-right: 1vw;
    }
    .block-link-img-line {
        margin-bottom: 1vw;
    }
    .block-link-img-line &gt; img {
        height: 100%;
        object-fit: contain;
    }
}</pre></body></html>