@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap');


:root {
	--button_main: #e60012;
    --button_gen: #5e6438;
    --button_gray:#aaa;
}




body{
	position: relative;
	background: #ffffff;
	font-size: 16px;
	color: #333;
	line-height: 1.6;
	font-family: 'Noto Sans JP', sans-serif;
	word-wrap: break-word;
	word-break: break-all;
    text-align: center;
}

.mincho{
	font-family: 'Noto Serif JP', serif;
}

a{
    transition: all 0.2s linear;
}

a:hover{
    opacity: 0.8;
}

img{
	max-width: 100%;
	height: auto;
}

.pc-on{
    display: block;
}

.sp-on{
    display: none;
}


.wrapper{
    width: 1080px;
    margin: 0 auto;
}




/********** 共通ヘッダー **********/

header{
    width: 100%;
    height: 102px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    background-image: url('../images/common/headder_bg.jpg');
    line-height: 1;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}

.webp header{
    background-image: url('../images/common/headder_bg.webp');
}

header::after{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

header .headder_cont{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 10;
}

header .headder_cont .logo_area{
    width: calc(100% - 243px);
}

header .headder_cont .logo_area .head_caption{
    font-size: 12px;
    font-weight: 300;
    color: #fff;
    margin-bottom: 10px;
}

header .headder_cont .logo_area .headder_left{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-end;
}

header .headder_cont .logo_area .headder_left .header-logo{
    width: 225px;
    height: 55px;
    margin-right: 40px;
}

header .headder_cont .logo_area .headder_left .navi_area{

}

header .headder_cont .logo_area .headder_left .navi_area .main_navi ul{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
}

header .headder_cont .logo_area .headder_left .navi_area .main_navi ul li{
    border-right: 1px solid #fff;
    padding: 0 10px;
}

header .headder_cont .logo_area .headder_left .navi_area .main_navi ul li:first-child{
    padding-left: 0;
}

header .headder_cont .logo_area .headder_left .navi_area .main_navi ul li:last-child{
    border-right: none;
    padding-right: 0;
}

header .headder_cont .logo_area .headder_left .navi_area .main_navi ul li a{
    color: #fff;
    font-weight: 300;
    text-decoration: none;
}

header .headder_cont .main_btn{
    width: 243px;
}

header .headder_cont .main_btn ul{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
}

header .headder_cont .main_btn ul li{
    width: 80px;
    margin-left: 1px;
    background: #fff;
}

header .headder_cont .main_btn ul li a{
    display: block;
    height: 102px;
    background: #d28080;
    position: relative;
    text-align: center;
    color: #fff;    /*#3f3f3f*/
}

header .headder_cont .main_btn ul li.cart a{
    background: #c63828;
    color: #fff;
}

header .headder_cont .main_btn ul li a .center_position{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

header .headder_cont .main_btn ul li a .center_position .icon{
    width: 30px;
    margin: 0 auto 16px;
    position: relative;
}

header .headder_cont .main_btn ul li a .center_position p{
    font-size: 14px;
    white-space: nowrap;
}

header .headder_cont .logo_area{
    text-align: left;
}


#page_head{
    width: 100%;
    height: 40px;
    margin: 102px 0 15px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    position: relative;
}

#page_head::after{
    content: '';
    display: block;
    width: 100%;
    /* height: 100%; */
    background: rgba(94,100,56,0.4);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#page_head h1{
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: #fff;
    text-shadow: 3px 3px 3px #71754e;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
    z-index: 3;
}



/********** 共通フッター **********/

footer{
    width: 100%;
    height: 360px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    background-image: url('../images/common/footer_bg.jpg');
    line-height: 1;
    padding: 40px 0 14px;
    position: relative;
    z-index: 1;
}

.webp footer{
    background-image: url('../images/common/footer_bg.webp');
}

footer::after{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

footer .footer_wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    z-index: 2;
    color: #fff;
}

footer .footer-box01{
    width: 386px;
}

footer .flex_point{
    width: calc(100% - 386px);
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
}

footer .footer-box01 .footer_logo{
    width: 220px;
    margin-bottom: 20px;
}

footer .footer-box01 .footer_add{
    font-size: 16px;
    font-weight: 300;
    line-height: 1.575;
}

footer .footer-box01 .footer_add .footer_phone{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}

footer .footer-box01 .footer_add .footer_phone li{
    margin-right: 1em;
}

footer .footer-box02{
    width: 245px;
}

footer .footer-box02 .calendar{

}

footer .footer-box02 .calendar .table_head{
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 14px;
    color: #333;
    letter-spacing: 0.018em;
    background: #fff;
    border-top: 1px solid #aeacac;
    border-left: 1px solid #aeacac;
    border-right: 1px solid #aeacac;
    position: relative;
}

footer .footer-box02 .calendar .table_head .btn{
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

footer .footer-box02 .calendar .table_head .btn.prev{
    left: 4px
}

footer .footer-box02 .calendar .table_head .btn.next{
    right: 4px
}

footer .footer-box02 .calendar .table_head .btn a{
    font-size: 13px;
    color: #c63828;
    letter-spacing: 0.018em;
    text-decoration: none;
    position: relative;
}

footer .footer-box02 .calendar .table_head .btn.prev a{
    padding-left: 15px;
}

footer .footer-box02 .calendar .table_head .btn.next a{
    padding-right: 15px;
}

footer .footer-box02 .calendar .table_head .btn.prev a::before,
footer .footer-box02 .calendar .table_head .btn.next a::before{
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent #c63828 transparent transparent; 
    border-width: 6px 10px 6px 0px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
}

footer .footer-box02 .calendar .table_head .btn.next a::before{
    border-color: transparent transparent transparent #c63828; 
    border-width: 6px 0px 6px 10px;
    left: unset;
    right: 0;
}

footer .footer-box02 .calendar table{
    background: #fff;
    color: #333;
    border: 1px solid #aeacac;
}

footer .footer-box02 .calendar table tbody tr td,
footer .footer-box02 .calendar table thead tr th{
    height: 28px;
    line-height: 28px;
    border: 1px solid #aeacac;
    text-align: center;
    font-size: 14px;
}

footer .footer-box02 .calendar table .sun{
    color: #c63828;
}

footer .footer-box02 .calendar table .sat{
    color: #286cdc;
}

footer .footer-box02 .calendar table .holiday{
    background: #dec2c1;
}

footer .footer-box02 .c_note{
    font-size: 14px;
    letter-spacing: 0.018em;
    padding-left: 18px;
    margin-top: 10px;
    position: relative;
}

footer .footer-box02 .c_note::before{
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    background: #dec2c1;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
}

footer .footer-box03{
    width: calc(100% - 245px);
    padding-left: 64px;
    box-sizing: border-box;
}

footer .footer-box03 .order_banner{
    margin-bottom: 32px;
}

footer .footer-box03 .order_banner a{
    display: block;
    height: 90px;
    color: #333;
    line-height: 1;
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: right 0 top 0;
    background-size: contain;
    background-image: url('../images/common/banner_bg.jpg');
    background-color: #fff;
    border: 1px solid #a5a3a3;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

footer .footer-box03 .order_banner a:before{
    content: '';
    display: inline-block;
    width: 88px;
    height: 88px;
    background-repeat: no-repeat;
    background-position: right 0 top 0;
    background-size: contain;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20viewBox%3D%220%200%20100%20100%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.st0%20%7B%20fill%3A%20%23d5d6d5%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_11%22%20data-name%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%3E%20%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M84.8%2C42.9l-29.6-27.8c-.4-.3-.9-.3-1.2%2C0l-4%2C4.4-4-4.4c-.3-.4-.9-.4-1.2%2C0l-29.6%2C27.8c-.6.5-.2%2C1.5.6%2C1.5h8.9c.3%2C0%2C.5-.1.7-.3l19-21.5c.4-.4%2C1.1-.4%2C1.4%2C0l.7%2C1-5.4%2C6c-.5.5-.1%2C1.5.7%2C1.5h6.5c.3%2C0%2C.5-.1.7-.4l1.1-1.7%2C1.1%2C1.7c.2.2.4.4.7.4h6.5c.8%2C0%2C1.1-.9.7-1.5l-5.4-6%2C.7-1c.3-.5%2C1-.5%2C1.4%2C0l19%2C21.5c.2.2.4.3.7.3h8.9c.8%2C0%2C1.2-1%2C.6-1.5Z%22%2F%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M71.1%2C70.8c-3.4-1.6-4.3-3.2-4.3-3.2-.1-.3-.5-.5-.8-.5s-.7.2-.8.5c0%2C0-.7%2C1.3-2.9%2C1.8-2.4.5-7.7.6-16.7.6h0c-9.3%2C0-12.7-1.9-12.8-2.6-.1-.4-.5-.7-.9-.7-.4%2C0-.8.4-.8.8%2C0%2C.2-.7.7-1.2%2C1.1-1.1.8-2.6%2C2-3.2%2C3.9-.8%2C2.4%2C1.5%2C5.2%2C2.8%2C6.3.2.2.4.3.5.5.8.8%2C1.6%2C1.4%2C2.9%2C1.4s1.9-.2%2C3.3-.7c1.8-.6%2C6.1-.9%2C8.7-1h.8c1.7-.1%2C2.5-.1%2C4-.1h2.8c3.3%2C0%2C6.4.5%2C9.2.9%2C3.4.5%2C6.3.9%2C8.5.4%2C2-.5%2C3.4-2.2%2C3.5-4.4.2-2.2-.8-4.2-2.4-4.9h0Z%22%2F%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M31.6%2C45.9c-.3-.3-.9-.4-1.2%2C0-.5.4-.5%2C1-.6%2C1.5%2C0%2C.7-.1%2C1.2-1.1%2C1.6-.9.4-1.4%2C1-1.5%2C1.9-.4%2C2.1%2C1.6%2C4.5%2C2.2%2C5%2C.2.2.4.4.5.6.7.9%2C1.4%2C1.4%2C2.9%2C1.4s2.1-.2%2C3.8-.6c1.9-.4%2C5.7-.8%2C8.5-1%2C.3%2C5.5%2C1%2C9.7%2C2.7%2C11.3.5.5%2C1.1.7%2C1.7.7h0c3-.1%2C4.7-3.9%2C5.4-12%2C2.3.1%2C4.5.4%2C6.5.7%2C3.4.5%2C6.4.9%2C8.6.3%2C1.7-.4%2C2.8-1.5%2C3.2-3%2C.5-1.9-.3-4.2-1.8-5.8-2.2-2.1-5.1-4.1-5.3-4.2-.3-.2-.6-.2-.9%2C0-.3.1-.5.4-.5.7%2C0%2C.1-.1%2C1.2-2.1%2C1.6-1.4.3-3.9.4-7.3.5.1-3.4.3-5.5.7-6.3%2C0-.1.2-.3.3-.5.6-.9%2C1.4-2.3.8-3.5-.5-.9-1.6-1.3-3.4-1.3-1.3%2C0-1.8-.4-2.3-.9-.6-.5-1.3-1.1-2.8-1.1h0c-2.1%2C0-3%2C1-3.9%2C1.9-.9.9-1.7%2C1.8-4.1%2C2.1-.5%2C0-.8.4-.8.9s.4.8.8.9c0%2C0%2C4%2C.5%2C4.2%2C6.7%2C0%2C.4%2C0%2C.8%2C0%2C1.2-7.9%2C0-11.8%2C0-13.3-1.4h0Z%22%2F%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M50%2C0C22.4%2C0%2C0%2C22.4%2C0%2C50s22.4%2C50%2C50%2C50%2C50-22.4%2C50-50S77.6%2C0%2C50%2C0ZM50%2C92.9c-23.7%2C0-42.9-19.3-42.9-42.9S26.3%2C7.1%2C50%2C7.1s42.9%2C19.3%2C42.9%2C42.9-19.3%2C42.9-42.9%2C42.9Z%22%2F%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M50%2C8.9c-22.7%2C0-41.1%2C18.4-41.1%2C41.1s18.4%2C41.1%2C41.1%2C41.1%2C41.1-18.4%2C41.1-41.1S72.7%2C8.9%2C50%2C8.9ZM50%2C89.9c-22%2C0-39.9-17.9-39.9-39.9S28%2C10.1%2C50%2C10.1s39.9%2C17.9%2C39.9%2C39.9-17.9%2C39.9-39.9%2C39.9h0Z%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E');
    position: absolute;
    top: -7px;
    left: -10px;
}

footer .footer-box03 .order_banner a .text{
    position: absolute;
    top: 50%;
    left: 60px;
    transform: translate(0, -50%);
    white-space: nowrap;
    z-index: 2;
}

footer .footer-box03 .order_banner a .text .sub{
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.018em;
    margin-bottom: 8px;
}

footer .footer-box03 .order_banner a .text .main{
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.018em;
}

footer .footer-box03 .footer_link{

}

footer .footer-box03 .footer_link li{
    display: inline-block;
    margin: 0 8px 12px 0;
}

footer .footer-box03 .footer_link li:nth-child(3){
    margin-right: 0;
}

footer .footer-box03 .footer_link li a{
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    padding-left: 16px;
    position: relative;
}

footer .footer-box03 .footer_link li a::before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent transparent #c63828;
    border-width: 6px 0px 6px 10px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
}

footer .copyright{
    font-size: 12px;
    color: #fff;
    font-weight: 300;
    z-index: 2;
    position: absolute;
    bottom: 10px;
    right: 50%;
    transform: translate(50% , 0);
    white-space: nowrap;
}



/********** 共通レイアウト **********/

.breadcrumbs{
    line-height: 1;
    margin-bottom: 15px;
    font-size: 12px;
    text-align: left;
}

.breadcrumbs a{
    color: #333;
    letter-spacing: 0.1em;
    text-decoration: none;
}

.cont_mainframe{
    padding-bottom: 190px;
    position: relative;
    background-repeat: no-repeat;
    background-position: left 0 bottom 0;
    background-size: contain;
    background-image: url('../images/common/image-under02-background.jpg');
}

.webp .cont_mainframe{
    background-image: url('../images/common/image-under02-background.webp');
}

.cont_mainframe .cont_wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    /* align-items: flex-start; */
     align-items: stretch;
}

.cont_mainframe .cont_wrapper main{
    width: 760px;
}

.cont_mainframe .cont_wrapper aside{
    width: 280px;
}

aside .side_block01{
    margin-bottom: 30px;
    background: #a9ae80;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    line-height: 1;
    /* box-shadow: 3px 3px 3px -1px #b7b7b7; */
}

aside .side_block01 .title,
aside .side_block00 .title{
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.1em;
    margin-bottom: 15px;
}

aside .side_block01 .input_wrapp,
aside .side_block00 .input_wrapp{
    margin-bottom: 15px;
    position: relative;
}

aside .side_block01 .input_wrapp:last-of-type,
aside .side_block00 .input_wrapp:last-of-type{
    margin-bottom: 0;
}

aside .side_block01 .input_wrapp input,
aside .side_block00 .input_wrapp input{
    width: 100%;
    /*height: 34px;*/
    box-sizing: border-box;
    padding: 8px 10px;
    border: none;
    border-radius: 6px;
    outline: none;
    background: #fff;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 16px;
    letter-spacing: 0.1em;
}

aside .side_block01 .input_wrapp .form-search01{
    padding: 8px 30px 8px 10px;
}


aside .side_block02 .aji .submit,
aside .side_block01 .login-enter,
aside .side_block00 .login-enter{
    margin-top: 15px;
}

aside .side_block02 .aji .submit input,
aside .side_block01 .login-enter input,
aside .side_block00 .login-enter input,
.button01{
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #5e6438;
    border-radius: 6px;
    margin: 0 auto;
    font-size: 16px;
    letter-spacing: 0.1em;
    color: #fff;
    text-align: center;
    outline: none;
    border: none;
    appearance: none;
    /* box-shadow: 3px 3px 3px -1px #858966; */
    cursor: pointer;

    box-sizing: border-box;
}

aside .side_block01 .bt_search{
    border: none;
    border-radius: 0;
    outline: none;
    background: none;
    box-shadow: none;
    padding: 0;
    font-size: 18px;
    color: gray;
    position: absolute;
    top: 50%;
    right: 0.5em;
    transform: translate(0, -50%);
}

/*ログインアニメ部分 koskoskos*/
aside .side_block00{
    position: relative;
    margin-bottom: 30px;
    background: #595c44;    /*#a9ae80;*/
    border-radius: 8px;
    padding: 0;
    text-align: center;
    line-height: 1;
    /* box-shadow: 3px 3px 3px -1px #b7b7b7; */
    width:100%;
    height: 210px;
}
.side_block00 .contents{
    position: relative;
    /* width: 100%; */
    height: 210px;
    padding: 20px;
    background: #a9ae80;
    border-radius: 8px;
}
.login_face {
    /* margin:50px; */
    position: relative;
    width: 100%;
    height: 210px;
    perspective: 700px;
    font-family: Dosis,sans-serif;
    /* overflow: hidden; */
    background: #595c44;    /*#5f8797;*/
    border-radius: 8px;
    /* box-shadow: inset 0 0 20px rgba(16,33,37,.425); */
    /* box-shadow: 3px 3px 3px -1px #b7b7b7; */
    z-index:2;
}

.login_face .back,.login_face .front {
    position: absolute;
    width: 100%;
    height: 210px;
    top: 0;
    left: 0;
    border-radius: 8px;
    transition: transform .5s,border-width .5s;
    overflow: hidden;
    /* box-shadow: 0 0 20px rgba(16,33,37,.425); */
    /* box-shadow: 3px 3px 3px -1px #b7b7b7; */
    z-index:10;
}


.login_face .front {
    transform: rotateY(0deg);
    transition-delay: .5s;
    transition-timing-function: cubic-bezier(.11,.11,.59,1.3);
    background-color: #e0e6e6;
}

.login_face .back {
    transform: rotateY(90deg);
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(.25,-.24,.88,.9);
    /*20251214*/
    /*
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;*/
    background-color: #ebf1f1;
}

.login_face .back .contents {
    transform: scaleX(-1)
}


.login_face.fliped .front {
    transform: rotateY(90deg);
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(.25,-.24,.88,.9);
    /*20251214*/
    /*
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;*/
}

.login_face.fliped .back {
    transform: rotateY(180deg);
    transition-delay: .5s;
    transition-timing-function: cubic-bezier(.11,.11,.59,1.3);
}




aside .side_block02{
    margin-bottom: 20px;
    border: 1px solid #5e6438;
}

aside .side_block02 .toggle_title{
    height: 40px;
    line-height: 40px;
    background: #5e6438;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    letter-spacing: 0.1em;
    padding: 0 20px;
    position: relative;
    cursor: pointer;
    text-align: left;
}

aside .side_block02 .toggle_title strong{
    font-size: 20px;
    font-weight: 300;
    color: #fff;
    letter-spacing: 0.1em;
}

aside .side_block02 .toggle_title::after{
    content: '＋';
    display: inline-block;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(0, -50%);
}

aside .side_block02 .toggle_title.active::after{
    content: 'ー';
}

aside .side_block02 .toggle_menu{
    padding: 12px 20px;
    line-height: 1;
    display: none;
}

aside .side_block02 .toggle_menu ul{

}

aside .side_block02 .toggle_menu ul li{
    border-bottom: 1px solid #ebedda;
}

aside .side_block02 .toggle_menu ul li:last-child{
    border-bottom: none;
}

aside .side_block02 .toggle_menu ul li a{
    display: block;
    padding: 12px 0;
    font-size: 16px;
    color: #333;
    letter-spacing: 0.1em;
    text-decoration: none;
    position: relative;
}

aside .side_block02 .toggle_menu ul li a:hover{
    background: #f9d3d3;
}

aside .side_block02 .toggle_menu ul li a::after{
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    font-size: 18px;
    color: #bbb;
    position: absolute;
    top: 50%;
    bottom: 0;
    right: 5px;
    transform: translate(0 , -50%);
    margin: auto;
}

aside .side_block02 .caption{
    font-size: 12px;
    text-align: center;
    margin-bottom: 10px;
}

aside .side_block02 .aji ul li{
    padding: 12px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

aside .side_block02 .aji ul li:last-child{
    border-bottom: 1px solid #5e6438;
}

aside .side_block02 .aji ul li .text_box{
    font-size: 15px;
    letter-spacing: 0.1em;
    position: relative;
}

aside .side_block02 .aji ul li .text_box .pickup{
    display: inline-block;
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20viewBox%3D%220%200%2014%2014%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.st0%20%7B%20fill%3A%20%235d6337%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M1.75%2C0C.78%2C0%2C0%2C.78%2C0%2C1.75v7.88c0%2C.97.78%2C1.75%2C1.75%2C1.75h2.62v2.19c0%2C.17.09.32.24.39.15.07.33.06.46-.04l3.38-2.54h3.79c.97%2C0%2C1.75-.78%2C1.75-1.75V1.75c0-.97-.78-1.75-1.75-1.75H1.75Z%22%2F%3E%3C%2Fsvg%3E');
    position: absolute;
    top: 0;
    right: -18px;
}

aside .side_block02 .aji ul li .stars{

}

aside .side_block02 .aji ul li .stars input.star {
    display: none;
}

aside .side_block02 .aji ul li .stars label.star{
    float: right;
    width: 18px;
    height: 18px;
    position: relative;
}

aside .side_block02 .aji ul li .stars label.star::before{
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20576%20512%22%3E%3Cpath%20d%3D%22M287.9%200c9.2%200%2017.6%205.2%2021.6%2013.5l68.6%20141.3%20153.2%2022.6c9%201.3%2016.5%207.6%2019.3%2016.3s.5%2018.1-5.9%2024.5L433.6%20328.4l26.2%20155.6c1.5%209-2.2%2018.1-9.7%2023.5s-17.3%206-25.3%201.7l-137-73.2L151%20509.1c-8.1%204.3-17.9%203.7-25.3-1.7s-11.2-14.5-9.7-23.5l26.2-155.6L31.1%20218.2c-6.5-6.4-8.7-15.9-5.9-24.5s10.3-14.9%2019.3-16.3l153.2-22.6L266.3%2013.5C270.4%205.2%20278.7%200%20287.9%200zm0%2079L235.4%20187.2c-3.5%207.1-10.2%2012.1-18.1%2013.3L99%20217.9%20184.9%20303c5.5%205.5%208.1%2013.3%206.8%2021L171.4%20443.7l105.2-56.2c7.1-3.8%2015.6-3.8%2022.6%200l105.2%2056.2L384.2%20324.1c-1.3-7.7%201.2-15.5%206.8-21l85.9-85.1L358.6%20200.5c-7.8-1.2-14.6-6.1-18.1-13.3L287.9%2079z%22%2F%3E%3C%2Fsvg%3E');
    position: absolute;
    top: 0;
    left: 0;
}

aside .side_block02 .aji ul li .stars input.star:checked ~ label.star:before {
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20viewBox%3D%220%200%20576%20512%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.st0%20%7B%20fill%3A%20%23c83828%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M316.9%2C18c-5.3-11-16.5-18-28.8-18s-23.4%2C7-28.8%2C18l-64.3%2C132.3-143.6%2C21.2c-12%2C1.8-22%2C10.2-25.7%2C21.7s-.7%2C24.2%2C7.9%2C32.7l104.2%2C103.1-24.6%2C145.7c-2%2C12%2C3%2C24.2%2C12.9%2C31.3s23%2C8%2C33.8%2C2.3l128.3-68.5%2C128.3%2C68.5c10.8%2C5.7%2C23.9%2C4.9%2C33.8-2.3s14.9-19.3%2C12.9-31.3l-24.7-145.7%2C104.2-103.1c8.6-8.5%2C11.7-21.2%2C7.9-32.7s-13.7-19.9-25.7-21.7l-143.7-21.2L316.9%2C18Z%22%2F%3E%3C%2Fsvg%3E')
}


aside .calendar{
    width: 100%;
    margin: 40px auto 0;
}

aside .calendar .table_head{
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 14px;
    color: #333;
    letter-spacing: 0.018em;
    background: #fff;
    border-top: 1px solid #aeacac;
    border-left: 1px solid #aeacac;
    border-right: 1px solid #aeacac;
    position: relative;
}

aside .calendar .table_head .btn{
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

aside .calendar .table_head .btn.prev{
    left: 4px
}

aside .calendar .table_head .btn.next{
    right: 4px
}

aside .calendar .table_head .btn a{
    font-size: 13px;
    color: #c63828;
    letter-spacing: 0.018em;
    text-decoration: none;
    position: relative;
}

aside .calendar .table_head .btn.prev a{
    padding-left: 15px;
}

aside .calendar .table_head .btn.next a{
    padding-right: 15px;
}

aside .calendar .table_head .btn.prev a::before,
aside .calendar .table_head .btn.next a::before{
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent #c63828 transparent transparent; 
    border-width: 6px 10px 6px 0px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
}

aside .calendar .table_head .btn.next a::before{
    border-color: transparent transparent transparent #c63828; 
    border-width: 6px 0px 6px 10px;
    left: unset;
    right: 0;
}

footer .footer-box02 .calendar table{
    background: #fff;
    color: #333;
    border: 1px solid #aeacac;
}

aside .calendar table tbody tr td,
aside .calendar table thead tr th{
    height: 28px;
    line-height: 28px;
    border: 1px solid #aeacac;
    text-align: center;
    font-size: 14px;
}

aside .calendar table .sun{
    color: #c63828;
}

aside .calendar table .sat{
    color: #286cdc;
}

aside .calendar table .holiday{
    background: #dec2c1;
}

aside .c_note{
    font-size: 14px;
    letter-spacing: 0.018em;
    padding-left: 18px;
    margin-top: 10px;
    position: relative;
}

aside .c_note::before{
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    background: #dec2c1;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
}



/*20251120*/

/* 目盛り（1～4 の4本だけ） */
.slider::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 10px;
    pointer-events: none;

    background: 
        linear-gradient(#bec7a4, #bec7a4) 20% 0 / 2px 100% no-repeat,
        linear-gradient(#bec7a4, #bec7a4) 40% 0 / 2px 100% no-repeat,
        linear-gradient(#bec7a4, #bec7a4) 60% 0 / 2px 100% no-repeat,
        linear-gradient(#bec7a4, #bec7a4) 80% 0 / 2px 100% no-repeat;
}

/* 共通 */
.slider {
    position: relative;
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 10px;
    background: #ddd;
    border-radius: 5px;
    margin: 8px 0;
}

/* --- Chrome / Edge / Safari 用 --- */
.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;

    width: 15px;              /* 横幅 */
    height: 20px;             /* ★縦長にする高さ */
    background: #5e6438;      /* ★色 */
    border-radius: 4px;       /* 角丸 */
    cursor: pointer;
    border: 1px solid #5e6438;
    /*20251214*/
    position: relative;
    z-index: 10;
}

/* --- Firefox 用 --- */
.slider::-moz-range-thumb {
    width: 15px;
    height: 20px;
    background: #5e6438;
    border-radius: 4px;
    cursor: pointer;
    border: 1px solid #5e6438;
    /*20251214*/
    position: relative;
    z-index: 10;
}

.smell_top{
    margin-top: 3px;
}

.smell_num{
    margin-left: 5px;
    font-size: 20px;
    font-weight: 900;
    color: #999;
}






.f_cont_link{
    width: 940px;
    margin: 74px auto 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
}

.cont_link_banner{
    width: 280px;
    margin: 0 15px 30px;
}
/*20251104*/
.cont_link_banner.wine .text_box{
    padding-left: 10px;
}

.cont_link_banner.wine a .text_box .name small{
    margin-left: 3px;
}

.cont_link_banner a{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    color: #333;
    text-decoration: none;
    border: 1px solid #d1d1d1;
    /* box-shadow: 3px 3px 3px 0px rgba(209, 209, 209, 0.8); */
}

.cont_link_banner a .image_box{
    width: 100px;
}

.cont_link_banner a .image_box img{
    width: 100px;
    height: 100px;
    object-fit: cover;
}

.cont_link_banner a .text_box{
    width: calc(100% - 100px);
    padding-left: 16px;
    box-sizing: border-box;
    position: relative;
    background-color: #fff;
}

.cont_link_banner a .text_box::before{
    content: '';
    display: block;
    width: 100%;
    height: 12px;
    background: #ccc;
    position: absolute;
    top: 0;
    left: 0;
}

.cont_link_banner a .text_box::after{
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #555555;
    border-right: 0;
    position: absolute;
    bottom: -3px;
    right: 2px;
    transform: rotate(45deg);
}

.cont_link_banner a .text_box .name{
    height: 77px;
    position: relative;
}

.cont_link_banner a .text_box .name .main_box{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    white-space: nowrap;
}

.cont_link_banner a .text_box .name strong{
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.11;
    letter-spacing: 0.024em;
}

.cont_link_banner a .text_box .name small{
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.11;
    letter-spacing: 0.024em;
    margin-left: 0.6em;
}

.cont_link_banner a .text_box .english{
    font-size: 14px;
    font-weight: 600;
    line-height: 1;   
    letter-spacing: 0.024em;
    position: absolute;
    bottom: 14px;
    right: 14px;
}

.cont_link_banner .caption{
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    margin-top: 10px;
    text-align: center;
}

.cont_link_banner.j_sake a .text_box::before{
    background: #62a2d8;
}

.cont_link_banner.shochu a .text_box::before{
    background: #db9b54;
}

.cont_link_banner.wine a .text_box::before{
    background: #d85d83;
}

.cont_link_banner.dictionary a .text_box::before{
    background: #5e6438;
}

.cont_link_banner.blog a .text_box::before{
    background: #e4d030;
}

.cont_link_banner.j_sake a .text_box .english{
    color: #62a2d8;
}

.cont_link_banner.shochu a .text_box .english{
    color: #db9b54;
}

.cont_link_banner.wine a .text_box .english{
    color: #d85d83;
}

.cont_link_banner.dictionary a .text_box .english{
    color: #5e6438;
}

.cont_link_banner.blog a .text_box .english{
    color: #e4d030;
}

.cont_link_banner.j_sake a .text_box::after{
    border-left: 8px solid #62a2d8;
}

.cont_link_banner.shochu a .text_box::after{
    border-left: 8px solid #db9b54;
}

.cont_link_banner.wine a .text_box::after{
    border-left: 8px solid #d85d83;
}

.cont_link_banner.dictionary a .text_box::after{
    border-left: 8px solid #5e6438;
}

.cont_link_banner.blog a .text_box::after{
    border-left: 8px solid #e4d030;
}

aside .side_contlink{
    margin-top: 42px;
}

aside .side_contlink .cont_link_banner{
    margin: 0 0 28px;
}

aside .side_contlink .cont_link_banner:last-of-type{
    margin-bottom: 0;
}


.sale_link{
    width: 820px;
    margin: 55px auto 0;
    background-repeat: no-repeat;
    background-position: top 0 left 0 , top 0 right 0 , bottom 0 left 0 , bottom 0 right 0;
    background-size: 50px;
    background-image: url('../images/common/sale_link_tl.png') , url('../images/common/sale_link_tr.png') , url('../images/common/sale_link_bl.png') , url('../images/common/sale_link_br.png');
    padding: 36px 0 30px; 
}

.sale_link .title{
    line-height: 1;
    text-align: center;
    margin-bottom: 36px;
}

.sale_link .title .title_wrapp{
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.2em;
    position: relative;
}

.sale_link .title .title_wrapp strong{
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.2em;
    margin-left: 0.6em;
}
/*20251213
.sale_link .title .title_wrapp::after,
.sale_link .title .title_wrapp::before{
    content: '■';
    display: inline-block;
    font-size: 18px;
    color: #c63828;
    position: absolute;
    top: 0;
    left: -28px;
}
*/
.sale_link .title .title_wrapp::after{
    left: unset;
    right: -28px;
}

.sale_link .link_ul{
    margin-left: 40px;
}

.sale_link .link_ul li{
    display: inline-block;
    margin: 0 16px 18px 0;
}

.sale_link .link_ul li a{
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.2em;
    color: #333;
    text-decoration: none;
    padding-left: 20px;
    position: relative;
}

.sale_link .link_ul li a::before{
    content: '';
    display: inline-block;
    width: 15px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: right 0 top 0;
    background-size: contain;
   background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20viewBox%3D%220%200%2014.44%2014.83%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.st0%20%7B%20fill%3A%20%23ee9a9a%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M7.91%2C11.31v-2.24h2.38c-.37-2.7-2.72-5.27-2.72-5.27-.43-.47-.53-1.31-.22-1.86l.54-.94c.31-.55.02-1-.65-1H3.11c-.67%2C0-.96.45-.65%2C1l.54.94c.31.55.21%2C1.39-.22%2C1.86%2C0%2C0-2.77%2C3.03-2.77%2C5.96%2C0%2C2.28.9%2C4.06%2C2.28%2C5.07h5.78c.47-.35.88-.78%2C1.22-1.29-.85-.47-1.37-1.31-1.37-2.23Z%22%2F%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M8.72%2C9.82v1.49c0%2C1.01.9%2C1.84%2C1.99%2C1.84h1.74c1.09%2C0%2C1.99-.83%2C1.99-1.84v-1.49h-5.72Z%22%2F%3E%20%3Crect%20class%3D%22st0%22%20x%3D%2210.38%22%20y%3D%2213.75%22%20width%3D%222.4%22%20height%3D%221.08%22%2F%3E%3C%2Fsvg%3E');
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
}

.sale_link .note{
    text-align: right;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.2em;
    margin-right: 40px;
}



/*20251125*/
h2{
    text-align: left;
}





/*---------------------20250726追加------------------------*/

/*サイドメニュー（バッジ）*/
header .center_position .num_badge {
  display:none;
}
header .center_position .num_badge.active {
  position:absolute;
  top:-5px;
  right:2px;
  display:inline-block;
  background:red;
  color:#fff;
  margin-right:6px;
  width:20px;
  height:20px;
  line-height:20px;
  border-radius: 10px;
  font-size:12px;
}

.fuwafuwa_top10{
  -webkit-animation: fuwafuwa_top10 0.5s ease-in infinite alternate;
  animation: fuwafuwa_top10 0.5s ease-in infinite alternate;
}
@-webkit-keyframes fuwafuwa_top10 {
 0% {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
 }
 100% {
  -webkit-transform: translateY(10%);
  transform: translateY(10%);
 }
}
@keyframes fuwafuwa_top10 {
 0% {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
 }
 100% {
  -webkit-transform: translateY(10%);
  transform: translateY(10%);
 }
}
/*-------------------------------------------------高坂追記*/

/*トースト*/
#toast_wrap{
  position:fixed;
  left:0;
  top: 102px;
  width:100%;
  height:0;
  display:block;
  z-index: 10;
  
  overflow:hidden;
  
  text-align: center;
  

}
#toast_wrap.active{
  height:auto;
}

ul#toast{
  display:block;
  width:100dvw;
  height:auto;
}
ul#toast li{
  position:block;
  width:100dvw;
  height:auto;
  display:block;
  height:auto;
  color: #fff;
  z-index: 10;
  backdrop-filter: blur(3px);
  background:rgba(0,0,0,0.4);
  margin:0 0 2px 0;
  padding: 10px;
  text-align: center;
  
  opacity: 0;
	transform: translateY(-30px);
  transition: all 0.3s;
}
ul#toast li.active{
  opacity:1;
	transform: translateY(0px);
}
ul#toast li.noactive{
  opacity:0;
  transition: all 0.5s;
	/* transform: translateY(0px); */
}




/*入力欄NG時のフレーム処理*/

.ng_important{
    border: 2px solid red !important;
}




/*コンファーム（ダイアログ）*/
.confirm_wrap{
  width:0;
  height:0;
  display: none;
}
.confirm_box{
  width:0;
  height:0;
  display:none;
}
.confirm_box .confirm_content {
  width: 0;
  height: 0;
}
.confirm_box .confirm_footer {
  height: 0;
}
.confirm_box .confirm_btn {
  display: none;
  width: 0;
  height: 0;
  overflow: hidden;
}

.confirm_wrap.active{
  width:100%;
  height:100%;
  display: inline-block;
  background:rgba(0,0,0,.6);
  position:fixed;
  top:0;
  left:0;
  z-index: 9999;
}

.confirm_box.active{
  display:inline-block;
  position:relative;
  width:80%;
  max-width:500px;
  height:auto;
  max-height:600px;
  min-height: 360px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 3px 15px rgba(0,0,0,.4), 0 0 5px rgba(0,0,0,.4);

  opacity: 1;
  z-index: 10000;

  /* inset: 0;
  margin: 0 auto; */

  margin: 50dvh auto 0;
  transform: translateY(-50%);
  text-align: center;
}
.confirm_box.active .confirm_content {
  width:100%;
  max-width: 500px;
  /* min-width: 360px; */
  height: auto;
  text-align: center;
  
  padding: 15px 20px;
  position:relative;
  /* position:absolute;
  left:0;
  bottom:46px; */
}
.confirm_box.active .confirm_content img{
  display:block;
  width:80%;
  margin:30px auto;
  height:auto;
  text-align: center;
  position:relative;
}
.confirm_box.active .confirm_content p{
  display:block;
  text-align: left;
  position:relative;
}
  .confirm_box.active .confirm_footer {
    display: flex;
    width:100%;
    margin:0;
    padding:0;
    position:absolute;
    left:0;
    bottom:0;
    height: 46px;
  }
  .confirm_box.active .confirm_btn {
    display: inline-block;
    cursor: pointer;
    text-align: center;
    width: 50%;
    line-height: 46px;
    height: 46px;
    overflow: hidden;
    padding: 0 10px;
    transition: color .2s,background-color .2s;
    box-sizing: border-box;

    position: absolute;
    
    bottom:0;

}
.confirm_box.active .confirm_btn.ng {
  border-bottom-left-radius: 4px;
  background: var(--button_gray);
  color: #fff;
  left: 0;
  border:none;
}
.confirm_box.active .confirm_btn.ok {
  border-bottom-right-radius: 4px;
  background: var(--button_gen);
  color: #fff;
  transition: all 0.2s linear;
  right:0;
  border:none;
}




/*コンファーム（ダイアログ）*/
.confirm_wrap{
  width:0;
  height:0;
  display: none;
}
.confirm_box{
  width:0;
  height:0;
  display:none;
}
.confirm_box .confirm_content {
  width: 0;
  height: 0;
}
.confirm_box .confirm_footer {
  height: 0;
}
.confirm_box .confirm_btn {
  display: none;
  width: 0;
  height: 0;
  overflow: hidden;
}

.confirm_wrap.active{
  width:100%;
  height:100%;
  display: inline-block;
  background:rgba(0,0,0,.6);
  position:fixed;
  top:0;
  left:0;
  z-index: 9999;
}

.confirm_box.active{
  display:inline-block;
  position:relative;
  width:80%;
  max-width:500px;
  height:auto;
  max-height:600px;
  min-height: 360px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 3px 15px rgba(0,0,0,.4), 0 0 5px rgba(0,0,0,.4);

  opacity: 1;
  z-index: 10000;

  /* inset: 0;
  margin: 0 auto; */

  margin: 50dvh auto 0;
  transform: translateY(-50%);
  text-align: center;
}
.confirm_box.active .confirm_content {
  width:100%;
  max-width: 500px;
  /* min-width: 360px; */
  height: auto;
  text-align: center;
  
  padding: 15px 20px;
  position:relative;
  /* position:absolute;
  left:0;
  bottom:46px; */
}
.confirm_box.active .confirm_content img{
  display:block;
  width:80%;
  margin:30px auto;
  height:auto;
  text-align: center;
  position:relative;
}
.confirm_box.active .confirm_content p{
  display:block;
  text-align: left;
  position:relative;
}
  .confirm_box.active .confirm_footer {
    display: flex;
    width:100%;
    margin:0;
    padding:0;
    position:absolute;
    left:0;
    bottom:0;
    height: 46px;
  }
  .confirm_box.active .confirm_btn {
    display: inline-block;
    cursor: pointer;
    text-align: center;
    width: 50%;
    line-height: 46px;
    height: 46px;
    overflow: hidden;
    padding: 0 10px;
    transition: color .2s,background-color .2s;
    box-sizing: border-box;

    position: absolute;
    
    bottom:0;

}
.confirm_box.active .confirm_btn.ng {
  border-bottom-left-radius: 4px;
  background: var(--button_gray);
  color: #fff;
  left: 0;
  border:none;

}
.confirm_box.active .confirm_btn.ok {
  border-bottom-right-radius: 4px;
  background: var(--button_gen);
  color: #fff;
  transition: all 0.2s linear;
  right:0;
  border:none;
}



/*アラート（ダイアログ）*/
.alert_wrap{
  width:0;
  height:0;
  display: none;
}
.alert_box{
  width:0;
  height:0;
  overflow: hidden;
  display:none;
}
.alert_box .alert_content {
  width: 0;
  height: 0;
}
.alert_box .alert_footer {
  height: 0;
}
.alert_box .alert_btn {
  display: none;
  width: 0;
  height: 0;
  overflow: hidden;
}

.alert_wrap.active{
  width:100%;
  height:100%;
  display: inline-block;
  background:rgba(0,0,0,.6);
  position:fixed;
  top:0;
  left:0;
  z-index: 9999;
}

.alert_box.active{
  display:inline-block;
  position:relative;
  width:0;
  max-width:500px;
  height:auto !important;
  min-height:calc(46px + 100px) !important;
  max-height:800px;
  min-height: 0;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 3px 15px rgba(0,0,0,.4), 0 0 5px rgba(0,0,0,.4);

  opacity: 1;
  z-index: 10000;

  /* inset: 0;
  margin: 0 auto; */

  margin: 50dvh auto 0;
  transform: translateY(-50%);
  text-align: center;

  animation-name: dialog_open;
  animation-duration: 0.5s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;

  overflow-y: auto;
  scrollbar-width: none;
}
@keyframes dialog_open {
   0% {
      width: 0;
      height: 0;
   }
   100% {
      width: 80%;
      height: 600px;
      min-height: 360px;

   }
}

.alert_box.active .alert_content {
  width:100%;
  max-width: 500px;
  /* min-width: 360px; */
  height: auto;
  text-align: center;
  
  padding: 15px 20px;
  position:relative;
  /* position:absolute;
  left:0;
  bottom:46px; */
}
.alert_box.active .alert_content img{
  display:block;
  width:80%;
  margin:30px auto;
  height:auto;
  text-align: center;
  position:relative;
}
.alert_box.active .alert_content p{
  display:block;
  text-align: left;
  position:relative;
}
  .alert_box.active .alert_footer {
    display: flex;
    width:100%;
    margin:0;
    padding:0;
    position:sticky;
    left:0;
    bottom:0;
    height: 46px;
  }
  .alert_box.active .alert_btn {
    display: inline-block;
    cursor: pointer;
    text-align: center;
    width: 50%;
    line-height: 46px;
    height: 46px;
    overflow: hidden;
    padding: 0 10px;
    transition: color .2s,background-color .2s;
    box-sizing: border-box;

    position: absolute;
    
    bottom:0;

}
.alert_box.active .alert_btn.ng {
  border-bottom-left-radius: 4px;
  background: var(--border01);
  color: #666;
  left: 0;
}
.alert_box.active .alert_btn.ok {
  border-bottom-right-radius: 4px;
  background: var(--main);
  color: #fff;
  transition: all 0.2s linear;
  right:0;
}

ul.check_list{
  position:relative;
  display:block;
  text-align: left;
  overflow-y:none;
  overflow-x: auto;
}

.small30{
    font-size:30%;
}
.small40{
    font-size:40%;
}
.small50{
    font-size:50%;
}
.small60{
    font-size:60%;
}
.small70{
    font-size:70%;
}
.small80{
    font-size:80%;
}
.small90{
    font-size:90%;
}




/*order上部進捗メーター*/
/* .step_meter{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 4px 0 10px;
    max-width: 360px;
}
.step_meter li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    opacity: .6;
}
.step_meter li.active {
    opacity: 1;
}
.step_meter li img::before {
    position: absolute;
    z-index: -1;
    content: "";
    left: 50%;
    top: 50%;
    width: 18px;
    height: 18px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #fff;
}
.step_meter li img {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 28px;
    height: 28px;
    position: relative;
}
.step_meter li span {
    margin-top: 4px;
    font-size: 12px;
    font-weight: 700;
    color: #231e1e;
}
.step_meter li i {
    font-size: 24px;
    color: #aaa;
}
.step_meter li.active i {
    font-size: 24px;
    color: var(--button_main);
} */




/*-------------------------------------------------*/

/*20251206*/
.headerheightbox{
    width: 100%;
    height: 102px;
}



/*20260114*/
/*classcontentにnewmarkを付けると表示される*/
.new_mark{
    position: relative;
}
/*
.new_mark::before {
    position: absolute;
    content: "";
    top: -10px;
    left: -10px;
    width: 100%;
    height: 100%;
    background-image: url(../images/top/new_331953.png);
    background-size: 50px;
    background-repeat: no-repeat;
    z-index: 999;
}
*/

.new_mark::before {
    position: absolute;
    content: "NEW";
    top: -7px;
    left: -20px;
    background-color: crimson;
    padding: 5px 25px;
    transform: rotate(-30deg);
}


.box-10{display:block;  height:10px;}
.box-20{display:block;  height:20px;}
.box-30{display:block;  height:30px;}
.box-50{display:block;  height:50px;}




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

body{
	font-size: 1.25vw;
}

.wrapper{
    width: 84.375vw;
}




/********** 共通ヘッダー **********/

header{
    height: 7.968750vw;
}

header .headder_cont .logo_area{
    width: calc(100% - 18.984375vw);
}

header .headder_cont .logo_area .head_caption{
    font-size: 0.9375vw;
    margin-bottom: 0.78125vw;
}

header .headder_cont .logo_area .headder_left .header-logo{
    width: 17.578125vw;
    height: 4.296875vw;
    margin-right: 3.125vw;
}

header .headder_cont .logo_area .headder_left .navi_area .main_navi ul{
    font-size: 1.09375vw;
}

header .headder_cont .logo_area .headder_left .navi_area .main_navi ul li{
    padding: 0 0.78125vw;
}

header .headder_cont .main_btn{
    width: 18.984375vw;
}

header .headder_cont .main_btn ul li{
    width: 6.25vw;
}

header .headder_cont .main_btn ul li a{
    height: 7.968750vw;
}

header .headder_cont .main_btn ul li a .center_position .icon{
    width: 2.34375vw;
    margin: 0 auto 1.25vw;
}

header .headder_cont .main_btn ul li a .center_position p{
    font-size: 1.09375vw;
}


#page_head{
    /* height: 18.75vw; */
    margin: 7.96875vw 0 1.171875vw;
}

#page_head h1{
    font-size: 1.875vw;
    text-shadow: 0.234375vw 0.234375vw 0.234375vw #71754e;
}



/********** 共通フッター **********/

footer{
    padding: 3.125vw 0 1.09375vw;
    height: 28.125vw;
}

footer .footer-box01{
    width: 30.15625vw;
}

footer .flex_point{
    width: calc(100% - 30.15625vw);
}

footer .footer-box01 .footer_logo{
    width: 17.1875vw;
    margin-bottom: 1.5625vw;
}

footer .footer-box01 .footer_add{
    font-size: 1.25vw;
}

footer .footer-box02{
    width: 19.140625vw;
}

footer .footer-box02 .calendar .table_head{
    height: 3.515625vw;
    line-height: 3.515625vw;
    font-size: 1.09375vw;
}

footer .footer-box02 .calendar .table_head .btn.prev{
    left: 0.3125vw;
}

footer .footer-box02 .calendar .table_head .btn.next{
    right: 0.3125vw;
}

footer .footer-box02 .calendar .table_head .btn a{
    font-size: 1.015625vw;
}

footer .footer-box02 .calendar .table_head .btn.prev a{
    padding-left: 1.171875vw;
}

footer .footer-box02 .calendar .table_head .btn.next a{
    padding-right: 1.171875vw;
}

footer .footer-box02 .calendar .table_head .btn.prev a::before,
footer .footer-box02 .calendar .table_head .btn.next a::before{
    border-width: 0.46875vw 0.78125vw 0.46875vw 0px;
}

footer .footer-box02 .calendar .table_head .btn.next a::before{
    border-width: 0.46875vw 0px 0.46875vw 0.78125vw;
}

footer .footer-box02 .calendar table tbody tr td,
footer .footer-box02 .calendar table thead tr th{
    height: 2.1875vw;
    line-height: 2.1875vw;
    font-size: 1.09375vw;
}

footer .footer-box02 .c_note{
    font-size: 1.09375vw;
    padding-left: 1.40625vw;
    margin-top: 0.78125vw;
}

footer .footer-box02 .c_note::before{
    width: 1.09375vw;
    height: 1.09375vw;
}

footer .footer-box03{
    width: calc(100% - 19.140625vw);
    padding-left: 5vw;
}

footer .footer-box03 .order_banner{
    margin-bottom: 2.5vw;
}

footer .footer-box03 .order_banner a{
    height: 7.03125vw;
}

footer .footer-box03 .order_banner a:before{
    width: 6.875vw;
    height: 6.875vw;
    top: -0.546875vw;
    left: -0.78125vw;
}

footer .footer-box03 .order_banner a .text{
    left: 4.6875vw;
}

footer .footer-box03 .order_banner a .text .sub{
    font-size: 1.171875vw;
    margin-bottom: 0.625vw;
}

footer .footer-box03 .order_banner a .text .main{
    font-size: 1.5625vw;
}

footer .footer-box03 .footer_link li{
    margin: 0 0.625vw 0.9375vw 0;
}

footer .footer-box03 .footer_link li a{
    font-size: 1.09375vw;
    padding-left: 1.25vw;
}

footer .footer-box03 .footer_link li a::before {
    border-width: 0.46875vw 0px 0.46875vw 0.78125vw;
}

footer .copyright{
    font-size: 0.938vw;
    position: absolute;
    bottom: 0.781vw;
}


/********** 共通レイアウト **********/

.breadcrumbs{
    margin-bottom: 1.171875vw;
    font-size: 0.9375vw;
}

.cont_mainframe{
    padding-bottom: 14.84375vw;
}

.cont_mainframe .cont_wrapper main{
    width: 59.375vw;
}

.cont_mainframe .cont_wrapper aside{
    width: 21.875vw;
}

aside .side_block01{
    margin-bottom: 2.34375vw;
    border-radius: 0.625vw;
    padding: 1.5625vw;
    /* box-shadow: 0.234375vw 0.234375vw 0.234375vw -1px #b7b7b7; */
}

aside .side_block01 .title,
aside .side_block00 .title{
    font-size: 1.25vw;
    margin-bottom: 1.171875vw;
}

aside .side_block01 .input_wrapp,
aside .side_block00 .input_wrapp{
    margin-bottom: 1.171875vw;
}

aside .side_block01 .input_wrapp input,
aside .side_block00 .input_wrapp input{
    /*height: 2.65625vw;*/
    padding: 0.625vw 0.78125vw;
    border-radius: 0.46875vw;
    font-size: 1.25vw;
}

/*-----20251022-----*/

aside .side_block01 .input_wrapp .form-search01{
    padding: 0.625vw 2.344vw 0.625vw 0.781vw;
}

/*---------------*/

aside .side_block02 .aji .submit,
aside .side_block01 .login-enter{
    margin-top: 1.171875vw;
}

aside .side_block02 .aji .submit input,
aside .side_block01 .login-enter input,
aside .side_block00 .login-enter input,
.button01{
    width: 16.953125vw;
    height: 3.125vw;
    line-height: 3.125vw;
    border-radius: 0.46875vw;
    font-size: 1.25vw;
    /* box-shadow: 0.234375vw 0.234375vw 0.234375vw -1px #858966; */
}

aside .side_block01 .bt_search{
    font-size: 1.40625vw;
}

/*20251026toast*/

#toast_wrap{
    top: 7.968749999999999vw;
}



/*ログインアニメ部分 koskoskos*/


aside .side_block00{
    margin-bottom: 2.344vw;
    border-radius: 0.625vw;
    height: 16.406vw;
}
.side_block00 .contents{
    height: 16.406vw;
    padding: 1.563vw;
    border-radius: 0.625vw;
}
.login_face {
    height: 16.406vw;
    perspective: 54.688vw;
    border-radius: 0.625vw;
    /* box-shadow: 0.234375vw 0.234375vw 0.234375vw -0.078125vw #b7b7b7; */
}

.login_face .back,.login_face .front {
    height: 16.406vw;
    border-radius: 0.625vw;
}

aside .side_block00 .login-enter{
    margin-top: 1.171875vw;
}

/*
aside .side_block00{
    height:190px;
}
.login_face{
    height:190px;
}
.side_block00 .contents{
    height:190px;
}
.login_face .back, .login_face .front {
    height:190px;
}

*/

/*20251101*/
/*
aside .side_block00{
    height:16.40625vw;
}
.login_face{
    height:16.40625vw;
}
.side_block00 .contents{
    height:16.40625vw;
}
.login_face .back, .login_face .front {
    height:16.40625vw;
}

*/

aside .side_block02{
    margin-bottom: 1.5625vw;
}

aside .side_block02 .toggle_title{
    height: 3.125vw;
    line-height: 3.125vw;
    font-size: 1.25vw;
    padding: 0 1.5625vw;
}

aside .side_block02 .toggle_title strong{
    font-size: 1.5625vw;
}

aside .side_block02 .toggle_title::after{
    right: 1.5625vw;
}

aside .side_block02 .toggle_menu{
    padding: 0.9375vw 1.5625vw;
}

aside .side_block02 .toggle_menu ul li a{
    padding: 0.9375vw 0;
    font-size: 1.25vw;
}

aside .side_block02 .toggle_menu ul li a::after{
    font-size: 1.406vw;
    position: absolute;
    right: 0.391vw;
}

aside .side_block02 .caption{
    font-size: 0.9375vw;
    margin-bottom: 0.78125vw;
}

aside .side_block02 .aji ul li{
    padding: 0.9375vw 0;
}

aside .side_block02 .aji ul li .text_box{
    font-size: 1.171875vw;
}

aside .side_block02 .aji ul li .text_box .pickup{
    width: 1.09375vw;
    height: 1.09375vw;
    right: -1.40625vw;
}

aside .side_block02 .aji ul li .stars label.star{
    width: 1.40625vw;
    height: 1.40625vw;
}

aside .side_block02 .aji ul li .stars label.star::before{
    width: 1.40625vw;
    height: 1.40625vw;
}

aside .calendar{
    /* width: 19.140625vw; */
    margin: 3.125vw auto 0;
}

aside .calendar .table_head{
    height: 45px;
    line-height: 45px;
    font-size: 1.09375vw;
}

aside .calendar .table_head .btn.prev{
    left: 0.3125vw
}

aside .calendar .table_head .btn.next{
    right: 0.3125vw
}

aside .calendar .table_head .btn a{
    font-size: 1.015625vw;
}

aside .calendar .table_head .btn.prev a{
    padding-left: 1.171875vw;
}

aside .calendar .table_head .btn.next a{
    padding-right: 1.171875vw;
}

aside .calendar .table_head .btn.prev a::before,
aside .calendar .table_head .btn.next a::before{
    border-width: 0.46875vw 0.78125vw 0.46875vw 0px;
}

aside .calendar .table_head .btn.next a::before{
    border-width: 0.46875vw 0px 0.46875vw 0.78125vw;
    left: unset;
    right: 0;
}

aside .calendar table tbody tr td,
aside .calendar table thead tr th{
    height: 2.1875vw;
    line-height: 2.1875vw;
    font-size: 1.09375vw;
}

aside .c_note{
    font-size: 1.09375vw;
    padding-left: 1.40625vw;
    margin-top: 0.78125vw;
}

aside .c_note::before{
    width: 1.09375vw;
    height: 1.09375vw;
}

.f_cont_link{
    width: 73.4375vw;
    margin: 5.78125vw auto 2.34375vw;
}

.cont_link_banner{
    width: 21.875vw;
    margin: 0 1.171875vw 2.34375vw;
}

.cont_link_banner a{
    /* box-shadow: 0.234375vw 0.234375vw 0.234375vw 0px rgba(209, 209, 209, 0.8); */
}

.cont_link_banner a .image_box{
    width: 7.8125vw;
}

.cont_link_banner a .image_box img{
    width: 7.8125vw;
    height: 7.8125vw;
}

.cont_link_banner a .text_box{
    width: calc(100% - 7.8125vw);
    padding-left: 1.25vw;
}

.cont_link_banner a .text_box::before{
    height: 0.9375vw;
}

.cont_link_banner a .text_box::after{
    border-top: 0.625vw solid transparent;
    border-bottom: 0.625vw solid transparent;
    border-left: 0.625vw solid #555555;
    bottom: -0.234375vw;
    right: 0.15625vw;
}

.cont_link_banner a .text_box .name{
    height: 6.015625vw;
}

.cont_link_banner a .text_box .name strong{
    font-size: 1.40625vw;
}

.cont_link_banner a .text_box .name small{
    font-size: 1.09375vw;
}

.cont_link_banner a .text_box .english{
    font-size: 1.09375vw;
    bottom: 1.09375vw;
    right: 1.09375vw;
}

.cont_link_banner .caption{
    font-size: 1.09375vw;
    margin-top: 0.78125vw;
}

/*20251104*/
.cont_link_banner.wine .text_box{
    padding-left: 0.781vw;
}

.cont_link_banner.wine a .text_box .name small{
    margin-left: 0.234vw;
}

.cont_link_banner.j_sake a .text_box::after{
    border-left: 0.625vw solid #62a2d8;
}

.cont_link_banner.shochu a .text_box::after{
    border-left: 0.625vw solid #db9b54;
}

.cont_link_banner.wine a .text_box::after{
    border-left: 0.625vw solid #d85d83;
}

.cont_link_banner.dictionary a .text_box::after{
    border-left: 0.625vw solid #5e6438;
}

.cont_link_banner.blog a .text_box::after{
    border-left: 0.625vw solid #e4d030;
}

aside .side_contlink{
    margin-top: 3.28125vw;
}

aside .side_contlink .cont_link_banner{
    margin: 0 0 2.1875vw;
}

.sale_link{
    width: 64.0625vw;
    margin: 4.296875vw auto 0;
    background-size: 50px;
    padding: 2.8125vw0 2.34375vw; 
}

.sale_link .title{
    margin-bottom: 2.8125vw;
}

.sale_link .title .title_wrapp{
    font-size: 1.09375vw;
}

.sale_link .title .title_wrapp strong{
    font-size: 1.40625vw;
}

.sale_link .title .title_wrapp::after,
.sale_link .title .title_wrapp::before{
    font-size: 1.40625vw;
    left: -2.1875vw;
}

.sale_link .title .title_wrapp::after{
    left: unset;
    right: -2.1875vw;
}

.sale_link .link_ul{
    margin-left: 3.125vw;
}

.sale_link .link_ul li{
    margin: 0 1.25vw 1.40625vw 0;
}

.sale_link .link_ul li a{
    font-size: 1.25vw;
    padding-left: 1.5625vw;
}

.sale_link .link_ul li a::before{
    width: 1.171875vw;
    height: 1.25vw;
}

.sale_link .note{
    font-size: 1.015625vw;
    margin-right: 3.125vw;
}








header .center_position .num_badge.active {
  position:absolute;
  top:-0.391vw;
  right:0.156vw;
  margin-right:0.469vw;
  width:1.563vw;
  height:1.563vw;
  line-height:1.563vw;
  border-radius: 0.781vw;
  font-size:0.938vw;
}

/*20251206*/
.headerheightbox{
    height: 7.968750vw;
}

/*20260114*/
aside .side_block02 .toggle_title::after{
    font-size: 1.406vw;
    position: absolute;
    right: 1.563vw;
}








}




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

body{
	font-size: 3.733333vw;
}

.pc-on{
    display: none;
}

.sp-on{
    display: block;
}

.wrapper {
    width: auto;
}

header{
    height: 14.666667vw;
}

header .headder_cont{
    display: block;
}

header .headder_cont .logo_area{
    width: auto;
    position: absolute;
    top: 1.6vw;
    left: 5.333333vw;
}

header .headder_cont .logo_area .head_caption{
    font-size: 1.6vw;
    margin-bottom: 1.6vw;
}

header .headder_cont .logo_area .headder_left{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-end;
}

header .headder_cont .logo_area .headder_left .header-logo{
    width: 33.333333vw;
    height: auto;
    margin-right: 0;
}

header .headder_cont .logo_area .headder_left .navi_area{
    display: none;
}

header .headder_cont .main_btn{
    display: none;
}


/*** SPメニュー ***/

button#drawer_trigger{
    height: 9.6vw;
    width: 9.6vw;
    background: transparent;
    border: 0;
    position: absolute;
    top: 50%;
    right: 5.333333vw;
    z-index: 99999;
    font-size: 5.866667vw;
    margin: 0;
    padding: 0;
    color: #fff;
    border: 1px solid gray;
    transform: translate(0, -50%);
    white-space: nowrap;
}

button#drawer_trigger:before{

}

button#drawer_trigger span{
    display: block;
    font-size: 2.133333vw;
    text-align: center;

}

.fa-bars:before {
    content: "\f0c9"
}
.fa-times:before {
    content: "\f00d"
}


.hamnav-button .fa-bars{
    display: block;
}

.hamnav-button .fa-times{
    display: none;
}

.hamnav-button.active .fa-bars{
    display: none;
}

.hamnav-button.active .fa-times{
    display: block;
}


.header-nav01.active ol{
    display: none;
}



/* オーバーレイ */
.overlay {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);  /* 半透明の黒 */
    z-index: 98;  /* メニューより下に表示される */
}

.hamnav01 {
    width: 85%;
    height: auto;
    background-color: #ffffff;
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 99;
    transition: all 0.5s ease;
}

.hamnav01.active {
    display: block;
    z-index: 99998;
    height: 100vh;
    overflow-y: auto;
    right: 0;
}

.hamnav01-title li {
    height: 14.666667vw;
    line-height: 14.666667vw;
    padding: 0 16vw 0 5.333333vw;
    font-size: 4.8vw;
    background-color: #aeb295;
    color: #fff;
}

.hamnav01-search {
    margin: 2.666667vw 5.333333vw;
}

.hamnav01-search-form-input-wrapp {
    width: 90%;
    margin: 0 auto;
    position: relative;
}

.hamnav01-search-form input {
    -webkit-appearance: none;
    border: none;
    width: 100%;
    height: 9.333333vw;
    line-height: 9.333333vw;
    padding: 0 1.6vw;
    box-sizing: border-box;
    outline: solid 1px #5E6438;
    background-color: #fff;
}

.bt_search{
    position: absolute;
    right: 2.666667vw;
    top: 50%;
    transform: translate(0 , -50%);
}

.hamnav01-search-form-input-wrapp button {
    border: none;
    background-color: #ffffff;
}

.hamnav01-search-form-input-wrapp button i {
    font-size: 4vw;
    color: gray;
}

.sp_normal_menu{

}

.sp_normal_menu > li{
    padding: 3.733333vw 8vw;
    border-bottom: 1px solid #333;
}

.sp_normal_menu > li:last-child{
    border-bottom: none;
}

.sp_normal_menu > li > a{
    display: block;
    padding-left: 8vw;
    font-size: 4.266667vw;
    color: #333;
    text-decoration: none;
    position: relative;
}

.sp_normal_menu > li > a::before{
    content: '';
    display: inline-block;
    width: 5.866667vw;
    height: 5.866667vw;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0 , -50%);
}

.sp_normal_menu li.login a::before{
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20viewBox%3D%220%200%2030%2030%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.st0%20%7B%20fill%3A%20%23a9ae80%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_11%22%20data-name%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M20.6%2C6.5h3.8c1%2C0%2C1.9.8%2C1.9%2C1.9v15c0%2C1-.8%2C1.9-1.9%2C1.9h-3.8c-1%2C0-1.9.8-1.9%2C1.9s.8%2C1.9%2C1.9%2C1.9h3.8c3.1%2C0%2C5.6-2.5%2C5.6-5.6v-15c0-3.1-2.5-5.6-5.6-5.6h-3.8c-1%2C0-1.9.8-1.9%2C1.9s.8%2C1.9%2C1.9%2C1.9h0ZM20.1%2C17.2c.7-.7.7-1.9%2C0-2.7l-7.5-7.5c-.7-.7-1.9-.7-2.7%2C0s-.7%2C1.9%2C0%2C2.7l4.3%2C4.3H1.9C.8%2C14%2C0%2C14.8%2C0%2C15.9s.8%2C1.9%2C1.9%2C1.9h12.4l-4.3%2C4.3c-.7.7-.7%2C1.9%2C0%2C2.7s1.9.7%2C2.7%2C0l7.5-7.5h0Z%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E')}


.sp_normal_menu li.cart a::before{
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20viewBox%3D%220%200%2030%2030%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.st0%20%7B%20fill%3A%20%23a9ae80%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_11%22%20data-name%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M0%2C4.4C0%2C3.7.6%2C3.1%2C1.3%2C3.1h2.4c1.2%2C0%2C2.2.7%2C2.7%2C1.7h21.6c1.4%2C0%2C2.4%2C1.3%2C2%2C2.6l-2.1%2C8c-.4%2C1.6-1.9%2C2.8-3.6%2C2.8h-15.1l.3%2C1.5c.1.6.6%2C1%2C1.2%2C1h15.1c.7%2C0%2C1.3.6%2C1.3%2C1.3s-.6%2C1.3-1.3%2C1.3h-15.1c-1.8%2C0-3.4-1.3-3.7-3.1l-2.7-14.2c0-.2-.2-.3-.4-.3H1.3C.6%2C5.6%2C0%2C5.1%2C0%2C4.4ZM6.7%2C27.5c0-1.4%2C1.1-2.5%2C2.5-2.5s2.5%2C1.1%2C2.5%2C2.5-1.1%2C2.5-2.5%2C2.5-2.5-1.1-2.5-2.5h0ZM24.4%2C25c1.4%2C0%2C2.5%2C1.1%2C2.5%2C2.5s-1.1%2C2.5-2.5%2C2.5h0c-1.4%2C0-2.5-1.1-2.5-2.5s1.1-2.5%2C2.5-2.5Z%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E')
}

.sp_normal_menu li.guide a::before{
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20viewBox%3D%220%200%2030%2030%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.st0%20%7B%20fill%3A%20%23a9ae80%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_11%22%20data-name%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M27.2%2C15c0-6.7-5.5-12.2-12.2-12.2S2.8%2C8.3%2C2.8%2C15s5.5%2C12.2%2C12.2%2C12.2%2C12.2-5.5%2C12.2-12.2ZM0%2C15C0%2C6.7%2C6.7%2C0%2C15%2C0s15%2C6.7%2C15%2C15-6.7%2C15-15%2C15S0%2C23.3%2C0%2C15ZM9.9%2C9.7c.5-1.3%2C1.7-2.2%2C3.1-2.2h3.4c2%2C0%2C3.7%2C1.7%2C3.7%2C3.7s-.7%2C2.6-1.9%2C3.2l-1.9%2C1.1c0%2C.8-.6%2C1.4-1.4%2C1.4s-1.4-.6-1.4-1.4v-.8c0-.5.3-1%2C.7-1.2l2.6-1.5c.3-.2.5-.4.5-.8%2C0-.5-.4-.9-.9-.9h-3.4c-.2%2C0-.4.1-.4.3h0c-.3.8-1.1%2C1.2-1.8.9s-1.1-1.1-.9-1.8h0c0%2C0%2C0%2C0%2C0%2C0ZM13.1%2C20.6c0-1%2C.8-1.9%2C1.9-1.9s1.9.8%2C1.9%2C1.9-.8%2C1.9-1.9%2C1.9-1.9-.8-1.9-1.9Z%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E')
}

.sp_normal_menu li.dictionary a::before{
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20viewBox%3D%220%200%2030%2030%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.st0%20%7B%20fill%3A%20%23a9ae80%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M7.4%2C0C4.3%2C0%2C1.8%2C2.5%2C1.8%2C5.6v18.8c0%2C3.1%2C2.5%2C5.6%2C5.6%2C5.6h18.8c1%2C0%2C1.9-.8%2C1.9-1.9s-.8-1.9-1.9-1.9v-3.8c1%2C0%2C1.9-.8%2C1.9-1.9V1.9c0-1-.8-1.9-1.9-1.9H7.4ZM7.4%2C22.5h15v3.8H7.4c-1%2C0-1.9-.8-1.9-1.9s.8-1.9%2C1.9-1.9ZM9.2%2C8.4c0-.5.4-.9.9-.9h11.2c.5%2C0%2C.9.4.9.9s-.4.9-.9.9h-11.2c-.5%2C0-.9-.4-.9-.9ZM10.2%2C11.2h11.2c.5%2C0%2C.9.4.9.9s-.4.9-.9.9h-11.2c-.5%2C0-.9-.4-.9-.9s.4-.9.9-.9Z%22%2F%3E%3C%2Fsvg%3E')
}

.sp_normal_menu li.what a::before{
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20viewBox%3D%220%200%2030%2030%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.st0%20%7B%20fill%3A%20%23a9ae80%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M1.7%2C12h26.5c1%2C0%2C1.7-.8%2C1.7-1.7s-.1-.7-.3-1l-3.5-5.3c-.4-.6-1.1-1-1.9-1H5.7c-.8%2C0-1.5.4-1.9%2C1L.3%2C9.3c-.2.3-.3.6-.3%2C1%2C0%2C1%2C.8%2C1.7%2C1.7%2C1.7ZM3%2C13.5v11.3c0%2C1.2%2C1%2C2.3%2C2.3%2C2.3h10.5c1.2%2C0%2C2.3-1%2C2.3-2.3v-11.3h-3v7.5H6v-7.5h-3ZM24%2C13.5v12c0%2C.8.7%2C1.5%2C1.5%2C1.5s1.5-.7%2C1.5-1.5v-12h-3Z%22%2F%3E%3C%2Fsvg%3E')
}

.sp_normal_menu li.merumaga a::before{
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20viewBox%3D%220%200%2030%2030%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.st0%20%7B%20fill%3A%20%23a9ae80%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M12.6%2C5.6h-7v10.4L0%2C11.9c0-1.1.6-2%2C1.5-2.7l1.3-1v-2.6c0-1.6%2C1.3-2.8%2C2.8-2.8h4.5l2.9-2.2c.6-.4%2C1.3-.7%2C2-.7s1.4.2%2C2%2C.6l2.9%2C2.2h4.5c1.6%2C0%2C2.8%2C1.3%2C2.8%2C2.8v2.6l1.3%2C1c.9.6%2C1.4%2C1.6%2C1.5%2C2.7l-5.6%2C4.2V5.6h-11.8%2C0ZM0%2C26.2v-12.1l12.8%2C9.4c.7.5%2C1.4.7%2C2.2.7s1.6-.3%2C2.2-.7l12.8-9.4v12.1h0c0%2C2.1-1.7%2C3.8-3.8%2C3.8H3.8c-2.1%2C0-3.8-1.7-3.8-3.8h0ZM10.3%2C9.4h9.4c.5%2C0%2C.9.4.9.9s-.4.9-.9.9h-9.4c-.5%2C0-.9-.4-.9-.9s.4-.9.9-.9ZM10.3%2C13.1h9.4c.5%2C0%2C.9.4.9.9s-.4.9-.9.9h-9.4c-.5%2C0-.9-.4-.9-.9s.4-.9.9-.9Z%22%2F%3E%3C%2Fsvg%3E')
}

.sp_normal_menu li.s_list{

}

.sp_normal_menu li.s_list .toggle_title{
    font-size: 5.333333vw;
    font-weight: 500;
    color: #5e6438;
    letter-spacing: 0.1em;
    padding-left: 8vw;
    position: relative;
}

.sp_normal_menu li.s_list .toggle_title::before{
    content: '';
    display: inline-block;
    width: 5.866667vw;
    height: 5.866667vw;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20viewBox%3D%220%200%2030%2030%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.st0%20%7B%20fill%3A%20%23a9ae80%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M24.4%2C12.2c0%2C2.7-.9%2C5.2-2.3%2C7.2l7.4%2C7.4c.7.7.7%2C1.9%2C0%2C2.7-.7.7-1.9.7-2.7%2C0l-7.4-7.4c-2%2C1.5-4.5%2C2.3-7.2%2C2.3C5.5%2C24.4%2C0%2C18.9%2C0%2C12.2S5.5%2C0%2C12.2%2C0s12.2%2C5.5%2C12.2%2C12.2ZM12.2%2C20.6c4.7%2C0%2C8.4-3.8%2C8.4-8.4S16.8%2C3.7%2C12.2%2C3.7%2C3.8%2C7.5%2C3.8%2C12.2s3.8%2C8.4%2C8.4%2C8.4Z%22%2F%3E%3C%2Fsvg%3E');
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0 , -50%);
}

.sp_normal_menu li.s_list .toggle_title::after{
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: #c63828 transparent transparent transparent;
    border-width: 2.666667vw 1.6vw 0px 1.6vw;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0 , -50%);
}

.sp_normal_menu li.s_list .toggle_title.active::after{
    border-color: transparent transparent #c63828 transparent;
    border-width: 0px 1.6vw 2.666667vw 1.6vw;
}

.sp_normal_menu li.s_list .toggle_menu{
    display: none;
    margin-top: 3.733333vw;
}

.sp_normal_menu li.s_list .toggle_menu li{
    border-bottom: 1px solid #a9ae80;
    padding: 3.2vw 0;
}

.sp_normal_menu li.s_list .toggle_menu li:last-child{
    border-bottom: none;
}

.sp_normal_menu li.s_list .toggle_menu li a{
    color: #333;
    text-decoration: none;
}


#page_head{
    /* height: 48vw; */
    margin: 14.666667vw 0 3.2vw;
}

#page_head h1{
    font-size: 4.8vw;
    text-shadow: 0.8vw 0.8vw 0.8vw #71754e;
}



/********** 共通フッター **********/

footer{
    padding: 10.666667vw 5.333333vw 3.733333vw;
    height: 209.30232558139537vw;
    box-sizing: border-box;
}

footer .footer_wrapper{
    flex-direction: column-reverse;
}

footer .footer-box01{
    width: 100%;
}

footer .flex_point{
    width: 100%;
    flex-direction: column-reverse;
}

footer .footer-box01 .footer_logo{
    width: 58.666667vw;
    margin: 8vw auto 3.733333vw;
}

footer .footer-box01 .footer_add{
    font-size: 3.733333vw;
    line-height: 1.8;
    text-align: center;
}

footer .footer-box01 .footer_add .footer_phone{
    display: block;
}

footer .footer-box01 .footer_add .footer_phone li{
    margin-right: 0;
}

footer .footer-box02{
    width: 100%;
    height: 74.4186046511628vw;
}

footer .footer-box02 .calendar{

}

footer .footer-box02 .calendar .table_head{
    height: 12vw;
    line-height: 12vw;
    font-size: 3.733333vw;
}

footer .footer-box02 .calendar .table_head .btn.prev{
    left: 3.2vw
}

footer .footer-box02 .calendar .table_head .btn.next{
    right: 3.2vw
}

footer .footer-box02 .calendar .table_head .btn a{
    font-size: 3.466667vw;
}

footer .footer-box02 .calendar .table_head .btn.prev a{
    padding-left: 4vw;
}

footer .footer-box02 .calendar .table_head .btn.next a{
    padding-right: 4vw;
}

footer .footer-box02 .calendar .table_head .btn.prev a::before,
footer .footer-box02 .calendar .table_head .btn.next a::before{
    border-width: 1.6vw 2.666667vw 1.6vw 0px;
}

footer .footer-box02 .calendar .table_head .btn.next a::before{
    border-width: 1.6vw 0px 1.6vw 2.666667vw;
    left: unset;
    right: 0;
}

footer .footer-box02 .calendar table tbody tr td,
footer .footer-box02 .calendar table thead tr th{
    height: 7.466667vw;
    line-height: 7.466667vw;
    font-size: 3.733333vw;
}

footer .footer-box02 .c_note{
    font-size: 3.733333vw;
    padding-left: 4.8vw;
    margin-top: 3.2vw;
}

footer .footer-box02 .c_note::before{
    width: 3.733333vw;
    height: 3.733333vw;
}

footer .footer-box03{
    width: 100%;
    padding-left: 0;
}

footer .footer-box03 .order_banner{
    margin-bottom: 10.666667vw;
}

footer .footer-box03 .order_banner a{
    height: 24vw;
}

footer .footer-box03 .order_banner a:before{
    width: 19.733333vw;
    height: 19.733333vw;
    top: -1.866667vw;
    left: -2.666667vw;
}

footer .footer-box03 .order_banner a .text{
    left: 13.333333vw;
    text-shadow: 0px 0px 1.333333vw rgba(255, 255, 255, 1);
}

footer .footer-box03 .order_banner a .text .sub{
    font-size: 4vw;
    margin-bottom: 2.133333vw;
}

footer .footer-box03 .order_banner a .text .main{
    font-size: 5.333333vw;
}

footer .footer-box03 .footer_link{
    display: none;
}

footer .copyright{
    font-size: 2.666667vw;
    position: absolute;
    bottom: 2.3255813953488373vw;
}



/********** 共通レイアウト **********/

.breadcrumbs{
    margin: 0 5.333333vw 3.733333vw;
    font-size: 2.666667vw;
}

.cont_mainframe{
    padding-bottom: 21.333333vw;
}

.cont_mainframe .cont_wrapper{
    display: block;
    margin: 0 5.333333vw;
}

.cont_mainframe .cont_wrapper main{
    width: 100%;
    margin-bottom: 10.666667vw;
}

.cont_mainframe .cont_wrapper aside{
    width: 100%;
}

aside .side_block01{
    border-radius: 2.133333vw;
    padding: 5.333333vw;
    /* box-shadow: 0.8vw 0.8vw 0.8vw -1px #b7b7b7; */
}

aside .side_block01 .title{
    font-size: 4.266667vw;
    margin-bottom: 4vw;
}

aside .side_block01 .input_wrapp{
    margin-bottom: 4vw;
}

aside .side_block01 .input_wrapp input{
    padding: 2.133333vw  2.666667vw;
    border-radius: 1.6vw;
    font-size: 3.733333vw;
}

aside .side_block02 .aji .submit,
aside .side_block01 .login-enter{
    margin-top: 4vw;
}

aside .side_block02 .aji .submit input,
aside .side_block01 .login-enter input,
.button01{
    width: 57.866667vw;
    height: 10.666667vw;
    line-height: 10.666667vw;
    border-radius: 1.6vw;
    font-size: 4.266667vw;
    /* box-shadow: 0.8vw 0.8vw 0.8vw -1px #858966; */
}




/*20251026toast*/

#toast_wrap{
    top: 14.651162790697676vw;
}




/*-----20251022-----*/

.hamnav01-search-form .form-search01{
    padding: 0 9.30232558139535vw 0 1.6vw;
}

/*---------------*/



.f_cont_link{
    width: auto;
    margin: 10.666667vw 5.333333vw 8vw;
    justify-content: space-between;
}

.cont_link_banner{
    width: 48%;
    margin: 0 0 5.333333vw;
}

.cont_link_banner a{
    /* box-shadow: 0.8vw3px 0.8vw0px rgba(209, 209, 209, 0.8); */
}

.cont_link_banner a .image_box{
    width: 13.333333vw;
}

.cont_link_banner a .image_box img{
    width: 13.333333vw;
    height: 13.333333vw;
}

.cont_link_banner a .text_box{
    width: calc(100% - 13.333333vw);
    padding-left: 1.6vw;
}

.cont_link_banner a .text_box::before{
    height: 1.6vw;
}

.cont_link_banner a .text_box::after{
    border-top: 1.6vw solid transparent;
    border-bottom: 1.6vw solid transparent;
    border-left: 1.6vw solid #555555;
    bottom: -0.533333vw;
    right: 1px;
}

.cont_link_banner a .text_box .name{
    height: 12.266667vw;
    position: relative;
}

.cont_link_banner a .text_box .name .main_box{
    display: block;
}

.cont_link_banner a .text_box .name strong{
    display: block;
    font-size: 3.2vw;
    line-height: 1;
    letter-spacing: 0.01em;
}

.cont_link_banner a .text_box .name small{
    display: block;
    font-size:  2.666667vw;
    letter-spacing: 0.01em;
    margin-left: 0.3em;
}

.cont_link_banner a .text_box .english{
    font-size: 2.133333vw;
    letter-spacing: 0.02em;
    bottom: 0.8vw;
    right: 3.733333vw;
}

.cont_link_banner .caption{
    font-size: 2.133333vw;
    margin-top: 1.6vw;
    text-align: left;
}

.cont_link_banner.j_sake a .text_box::after{
    border-left: 1.6vw solid #62a2d8;
}

.cont_link_banner.shochu a .text_box::after{
    border-left: 1.6vw solid #db9b54;
}

.cont_link_banner.wine a .text_box::after{
    border-left: 1.6vw solid #d85d83;
}

.cont_link_banner.dictionary a .text_box::after{
    border-left: 1.6vw solid #5e6438;
}

.cont_link_banner.blog a .text_box::after{
    border-left: 1.6vw solid #e4d030;
}


.sale_link{
    width: auto;
    margin: 10.666667vw 5.333333vw 0;
    background-size: 8vw;
    padding: 4.8vw 0;
    text-align: left;
}

.sale_link .title{
    margin-bottom: 4.8vw;
}

.sale_link .title .title_wrapp{
    font-size: 3.733333vw;
}

.sale_link .title .title_wrapp strong{
    display: block;
    font-size: 4.266667vw;
    margin:  2.666667vw 0 0;
}

.sale_link .title .title_wrapp::after,
.sale_link .title .title_wrapp::before{
    font-size: 4.8vw;
    top: 50%;
    left: -7.466667vw;
    transform: translate(0, -50%);
}

.sale_link .title .title_wrapp::after{
    left: unset;
    right: -7.466667vw;
}

.sale_link .link_ul{
    margin-left: 5.333333vw;
}

.sale_link .link_ul li{
    display: inline-block;
    margin: 0 4.266667vw 18px 0;
}

.sale_link .link_ul li a{
    font-size: 3.733333vw;
    padding-left: 4.8vw;
}

.sale_link .link_ul li a::before{
    width: 3.466667vw;
    height: 4vw;
}

.sale_link .note{
    font-size: 3.2vw;
    margin-right: 5.333333vw;
}








.sp_normal_menu .cart{
    position: relative;
}

/*サイドメニュー（バッジ）*/
.sp_normal_menu .cart .num_badge {
  display:none;
}

.sp_normal_menu .cart .num_badge.active {
    /*position: absolute;
    top: 0.698vw;
    left: 9.302vw;
    display: inline-block;
    background: red;
    color: #fff;
    width: 4.186vw;
    height: 4.186vw;
    line-height: 4.186vw;
    border-radius: 2.093vw;
    font-size: 2.791vw;*/
        position: absolute;
        top: 6px;
        left: 39px;
        display: inline-block;
        background: red;
        color: #fff;
        width: 16px;
        height: 18px;
        padding-left: 2px;
        line-height: 20px;
        border-radius: 10px;
        font-size: 12px;
}



/*20251105*/

    aside .side_block00 {
        margin-bottom: 4.651vw;
        border-radius: 1.86vw;
        height: 48.837vw;
    }

    .login_face {
        height: 48.837vw;
        /*20251225復活*/
        perspective: 116.279vw;
        border-radius: 1.86vw;
    }

    .login_face .back, .login_face .front {
        height: 48.837vw;
        border-radius: 1.86vw;
    }

    .side_block00 .contents {
        height: 48.837vw;
        padding: 3.488vw 4.651vw;
        border-radius: 1.86vw;
    }

    aside .side_block01 .title, aside .side_block00 .title {
        font-size: 4.186vw;
        margin-bottom: 4.651vw;
    }

    aside .side_block01 .input_wrapp, aside .side_block00 .input_wrapp {
        margin-bottom: 4.186vw;
    }

    aside .side_block01 .input_wrapp input, aside .side_block00 .input_wrapp input {
        padding: 1.86vw 2.326vw;
        border-radius: 1.86vw;
        font-size: 3.721vw;
    }

    aside .side_block00 .login-enter {
        margin-top: 3.488vw;
    }

    aside .side_block02 .aji .submit input, aside .side_block01 .login-enter input, aside .side_block00 .login-enter input, .button01 {
        width: 51.162790697674424vw;
        height: 8.14vw;
        line-height: 4.651vw;
        border-radius: 1.86vw;
        font-size: 3.721vw;
    }

    .login_face .back{
        
    }

    /*20251206*/
.headerheightbox{
    height: 14.666667vw ;
}




}