/*PCコンテンツ非表示*/

#header_pc,
#left_menu,
#footer,
#pc_slider,
#pc,
.pc_only {
    display: none;
}

.fullrange {
    width: 100%;
}


/*枠組み*/

#header_bg {
    width: 100%;
}

#menu_bg {
    width: 100%;
    opacity: 1;
    display: table;
    padding: 0px 0 25px;
    background-color: #fff;
}

#header {
    margin: 0px auto;
}


/********************************
 
    ヘッダー
 
********************************/

#header {
    color: #000;
    background-color: #fff;
    position: relative;
    width: 100%;
}

#logo_area {
    width: 33%;
    float: left;
    align-items: center;
    display: flex;
    padding-top: 0px;
    justify-content: space-around;
}

#header_right>* {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

#header_right>*>* {
    float: none;
    text-align: center;
}


/*menu*/

#menu {
    position: relative;
    margin: 0 auto;
    padding-left: 0px;
    width: 100% !important;
}

.menu_mega {
    display: block;
    clear: right;
    float: left;
    height: 50px;
    line-height: 20px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background-color: #c3a264d0;
}

a.init-bottom {
    font-size: 17px;
}


/*↓↓　プルダウン  ↓↓*/

#menu {
    position: relative;
    height: 45px;
    margin: 0 auto;
}


/* グローバルナビ4つの場合 */

#menu>li {
    float: left;
    width: 25%;
    text-align: center;
    padding-bottom: 5px;
}

#menu>li a {
    display: block;
    color: #404040;
    text-decoration: none;
    font-size: 12px;
    padding: 0px 0px;
}

#menu>li a:hover {
    color: #999;
}

#menu>li:hover {
    background: #231711;
    -webkit-transition: all .5s;
    transition: all .5s;
}


/* floatクリア */

#menu:before,
#menu:after {
    content: " ";
    display: table;
}

#menu:after {
    clear: both;
}

#menu {
    *zoom: 1;
}


/*追加*/

#header {
    height: 85px;
    display: flex;
}

img#header_logo {
    width: 94px;
    margin: 20px 0 25px;
}

#logo a {
    width: 100%;
}

#header_bg {
    padding: 10px 0 10px;
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 50;
}

a.sp_icn {
    width: 50px;
}

a.sp_icn img {
    width: 100%;
}

#nav-open img {
    width: 100%;
}

#header_right {
    margin-top: 8px;
    width: 33%;
    display: flex;
    justify-content: flex-end;
}

#search_sp {
    float: right;
}

ul#menu {}

.free_dial_sp a {
    width: 70%;
    margin: 0 auto 30px;
    display: block;
}

.line2 .free_dial_sp img {
    width: 100%;
    display: block;
    margin: 0 auto;
}


/********************************
 
    ハンバーガー
 
********************************/


/*バーガー*/

#nav-drawer {
    position: relative;
}


/*チェックボックス等は非表示に*/

.nav-unshown {
    display: none;
}


/*アイコンのスペース*/

#nav-open {
    display: inline-block;
    width: 49px;
    /*height: 22px;*/
    vertical-align: middle;
}


/*閉じる用の薄黒カバー*/

#nav-close {
    display: none;
    /*はじめは隠しておく*/
    position: fixed;
    z-index: 99;
    top: 0;
    /*全体に広がるように*/
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    transition: .3s ease-in-out;
}


/*中身*/

#nav-content {
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    /*最前面に*/
    width: 100%;
    /*右側に隙間を作る（閉じるカバーを表示）*/
    width: 100%;
    height: 100%;
    background: #fff;
    /*背景色*/
    transition: .3s ease-in-out;
    /*滑らかに表示*/
    -webkit-transform: translateX(105%);
    transform: translateX(105%);
    /*右に隠しておく*/
    -webkit-overflow-scrolling: touch;
}


/*チェックが入ったらもろもろ表示*/

#nav-input:checked~#nav-close {
    display: block;
    /*カバーを表示*/
    opacity: .5;
}

#nav-input:checked~#nav-content {
    box-shadow: 6px 0 25px rgba(0, 0, 0, .15);
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    /*中身を表示（右へスライド）*/
    -webkit-overflow-scrolling: touch;
}


/*バーガー内*/

#nav-content #nav-contentbody {
    padding: 0 2%;
    clear: both;
    /*overflow: scroll;*/
    width: 100%;
    height: 100%;
    overflow-y: auto;
}

#nav-contentbody #search_area {
    width: 100%;
    height: 55px;
    background-color: #fff;
    border: none;
    margin-top: 0px;
    margin-bottom: 5px;
}

form.sp_drw {
    margin: 10px 20px 0 5px;
    width: 100%;
    display: block;
    float: left;
}

#search_sp_drw_btn {
    display: none;
}

.dr_bnr img {
    width: 90%;
    padding: 0 5px 0 0;
}

form #word_input {
    width: 100%;
}

form #word_input input.sp_drw {
    margin-top: 2px;
    margin-left: 9px;
}


/*#cate_select_ttl_sp{
    display: none;
}*/

#acordion_drw .menu {
    max-width: 800px;
    margin: 0 auto;
    padding: 0;
}

#acordion_drw .menu a {
    display: block;
    text-decoration: none;
    color: #555;
    line-height: 1;
    text-align: left;
    font-weight: normal;
}

ul#links02 li a {
    text-align: left;
    padding-left: 10%;
}

#acordion_drw label {
    display: block;
    margin: 0 0 2px 0;
    padding: 30px 15px;
    line-height: 1;
    cursor: pointer;
    border-top: #c7c7c7 solid 1px;
    color: #555;
    position: relative;
    text-align: left;
    font-weight: normal;
}

#acordion_drw h2 {
    color: #000 !important;
}

#acordion_drw input,
#acordion_drw span.acordion_none {
    display: none;
}

#acordion_drw .menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#acordion_drw .menu li {
    max-height: 0;
    overflow-y: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

#acordion_drw #menu_bar01:checked~#links01 li,
#acordion_drw #menu_bar02:checked~#links02 li {
    max-height: 2000px;
    opacity: 1;
}

.drw_budget_line {
    border-top: 1px solid #c0c0c0;
    height: 20px;
    padding: 19px 15px 30px 15px;
}

.drw_budget_line_black {
    border-top: 1px solid #000;
    height: 20px;
    padding: 19px 15px 30px 15px;
}

#acordion_drw .menu label:last-child {
    border-bottom: #000 solid 1px;
}


/*kategori 一覧*/

.main_cate .left_box {
    float: left;
    width: 48%;
}

.main_cate .right_box {
    float: right;
    width: 48%;
}

.main_cate h2 {
    margin-top: 0px;
    font-size: 15px;
}

.main_cate .left_box img,
.main_cate .right_box img {
    width: 100%;
}


/*キャンセルボタン*/

.cancel {
    display: inline-block;
    position: relative;
    padding: 0;
    width: 1px;
    height: 30px;
    background: #000000;
    transform: rotate(45deg);
    z-index: 99;
    float: right;
}

.hamburger-top {
    display: inline-block;
    float: right;
    margin: 16px 16px 0 0;
}

.cancel:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: -15px;
    width: 30px;
    height: 1px;
    margin-top: -1px;
    background: #000000;
}

#drw_line {
    border-top: solid 1px #000000;
}

#word_input {
    display: inline-block;
}


/*bnr*/

.drw_sp_bnr {
    width: 100%;
}


/********************************
 
    フッター
 
********************************/

#footer_sp {
    padding-bottom: 25px;
    padding: 10px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-bottom: 60px;
}

#footer_bar {
    background: #3e3632;
    /*背景色*/
    color: #fff;
    text-align: center;
    clear: both;
    font-size: 10px;
    font-family: "游ゴシック", "arial unicode ms", sans-serif !important;
}

#footer_bar h2 {
    margin-bottom: 0px;
    padding: 5px 0;
    margin-top: 0;
}

.line {
    padding: 0 4%;
    border: solid 1px #000000;
    display: block;
    margin: 10px 2% 0;
    background-color: #ffffff;
}

.line2 {
    padding: 0 4%;
    display: block;
    padding-top: 5px;
    background: #3e3632;
}

#delivery h2 {
    font-size: 14px;
    padding: 20px 10px;
    background-color: #6e481c;
    color: #fff;
}

#payment h2 {
    font-size: 14px;
    padding: 20px 10px;
    background-color: #6e481c;
    color: #fff;
}

#postage h2 {
    font-size: 14px;
    padding: 20px 10px;
    background-color: #6e481c;
    color: #fff;
}

.line2 p {
    text-align: center;
    font-size: 13px;
    color: #FFFFFF;
    font-family: initial;
    padding-bottom: 10px;
}

.line2 a {
    color: #FFFFFF;
    text-decoration: none;
}

#sns_sp {
    page-break-after: 0 4%;
    margin: 0 auto;
}

#shop_sp {
    padding: 0 2%;
}


/****サーチ*******/

#seach_sp {
    width: 100%;
    margin: 0 0 2% 0;
    padding: 15px 0 0 0;
}

#word_input_sp {
    width: 94%;
    margin: 3% 3%;
}

table#tablle_search {
    width: 95%;
    margin: 0 auto;
    padding-top: 5px;
}

table#tablle_search tr {
    width: 100%;
}

table#tablle_search tr td.left_td {
    width: 40%;
}

table#tablle_search tr td.right_td {
    width: 60%;
    padding-bottom: 8px;
}

table#tablle_search tr td.right_td input {
    margin-left: 15px;
    width: 85%;
}

table#tablle_search tr td.right_td #sp_selectprice {
    margin-left: 8%;
}

#sp_selectprice select {
    width: 35%;
    background-color: #fff;
}

#form_yen_sp {
    display: inline;
}

#spfooter_serchbtn {
    width: 100px;
    margin: 10px auto 0 auto;
    display: block;
    padding-bottom: 10px;
}

#seach_sp button {
    border: none;
    background: none;
    margin: 0 auto;
    display: block;
}


/******アコーディオン*******/

.cp_actab {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

.cp_actab input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.cp_actab label {
    font-weight: bold;
    line-height: 2.5;
    position: relative;
    display: block;
    padding: 0 0 0 1em;
    cursor: pointer;
    margin: 0 0 1px 0;
}

.cp_actab .cp_actab-content {
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height 0.35s;
    transition: max-height 0.35s;
}

.cp_actab .cp_actab-content p {
    margin: 1em;
}

.cp_actab label p {
    display: inline;
    margin: auto 0 auto 0;
}

img.aco_ttl {
    width: 142px;
    margin-top: 15px;
}

#aco_ttl2 {
    width: 121px !important;
    margin-left: 4px;
}


/* :checked */

.cp_actab input:checked~.cp_actab-content {
    max-height: 20em;
}


/* Icon */

.cp_actab label::after {
    line-height: 2.3;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    text-align: center;
}

.cp_actab input[type=checkbox]+label::before {
    content: '';
    height: 11px;
    border-left: 1px solid #000;
    width: 1px;
    transform: rotate(0deg);
    position: absolute;
    top: -1px;
    bottom: 0;
    right: 7px;
    margin: auto;
    -webkit-transition: all 1s;
    transition: all 1s;
}

.cp_actab input[type=checkbox]+label::after {
    content: '';
    width: 11px;
    border-top: 1px solid #000;
    height: 1px;
    transform: rotate(0deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1%;
    margin: auto;
    -webkit-transition: all 1s;
    transition: all 1s;
}

.cp_actab input[type=checkbox]:checked+label::before {
    transform: rotate(90deg);
}

.cp_actab label {
    font-size: 21px;
    border-bottom: solid 1px #696969;
}

.cp_actab-content img {
    margin-top: 10px;
    display: block;
    width: auto;
}

.line2 img {
    margin: 0 auto;
    display: block;
    width: 50%;
}

.monlogo img {
    width: 32%;
}

.payment_logo {
    width: 100%;
}


/**おすすめ商品**/

.fs-c-productListCarousel {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 92%;
    margin: 0 auto;
}

article.fs-c-productListCarousel__list__item.fs-c-productListItem button.fs-c-button--addToWishList--icon.fs-c-button--particular {
    min-width: 111px !important;
}

.fs-c-productListItem__productName a {
    text-decoration: none !important;
    color: #000 !important;
}

.fs-c-productPrice__main__price {
    text-decoration: none !important;
    color: #000 !important;
}

.fs-c-productListCarousel__ctrl {
    display: block;
    flex-basis: 3%;
    min-width: 3%;
    position: relative;
}


/**配送時間**/

table.del_cal td {
    color: #000;
    background-color: #f5f2ec;
}

#acordion_drw .menu label::after {
    content: '';
    display: inline-block;
    width: 21px;
    height: 18px;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    background-repeat: no-repeat;
    right: 0;
    bottom: 14px;
    background-image: url(https://mccsweets.itembox.design/item/img/top/pulus.png);
}

#acordion_drw .menu label.ac.catemenu::after {
    transform: rotate(90deg);
    right: 3px;
    -webkit-transition: all .8s;
    transition: all .8s;
}

#acordion_drw input:checked+label.ac.catemenu::after {
    transform: rotate(-90deg);
    right: 3px;
    -webkit-transition: all .8s;
    transition: all .8s;
}


/*予算で選ぶ*/

#main_budget {
    width: 100%;
    display: inline-block;
}

#price_range {
    width: 96%;
    margin: 0 auto;
}


/*hover*/

.hover3 {
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "HIragino Kaku Gothic Pro W3", "HIragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
    width: 49%;
    height: 60px;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    line-height: 60px;
    display: inline-block;
    margin: 0 0 1em;
    background: #fff;
    border: 1px solid #C3A264;
    color: #58350C;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    background-color: #C3A264;
    border-radius: 4px;
    color: #ffffff;
    prio
}

.hover3:hover {
    border: 1px solid #58350C;
    background: #58350C;
    color: #ffffff;
}

.mrper {
    margin-right: 0.5%;
}


/*
#price_range img{
    width: 49%;
}
.budget_sp_left{
    float: left;
}
.budget_sp_right{
    float: right;
}
.budget_sp_upper{
    margin-bottom: 7px;
}
*/


/* SPfooterカテゴライズ */

.categorize {
    border: solid 1px #231711;
    display: block;
    margin: 0 2%;
}

.cate_sch {
    padding: 10px;
    background-color: #231711;
    color: #FFFFFF;
}

.catel {
    padding: 7px 10px;
    background-color: #C3A264;
    color: #FFFFFF;
}

.cate_menu {
    color: #231711;
    padding: 7px 25px;
}

.cate_menu img {
    vertical-align: middle;
    margin: 0 10px 0 0;
    width: auto;
}

.cate_menu a {
    color: #5E3F24;
    text-decoration: none;
}

.uline {
    border-bottom: 1px dashed #C3A264;
}


/*イベント情報*/

#eventimg {
    text-align: center;
}


/*商品説明上バナー*/

.spimgbottom img {
    margin-bottom: 10px;
}

#snsarea #sns img {
    width: 50px;
}


/*商品説明買い物かご行きバナー*/

.btn-flat-simple {
    display: block;
    width: 100%;
    text-align: center;
    font-weight: bold;
    padding: 15px 10px;
    text-decoration: none;
    color: #ffffff;
    background: #4D2800;
    transition: .4s;
    margin: 0 auto;
    border-radius: 9px;
    font-family: -webkit-pictograph;
    letter-spacing: 1px;
    font-weight: unset;
}

.btn-flat-simple:hover {
    background: #C58F52;
    color: white;
}

.fs-c-productList__list__item {
    padding: 10px 5px;
    margin-bottom: 5px;
    display: auto;
    width: auto;
}

.fs-c-productList__controller {
    display: auto;
    width: 100%;
}

.fs-c-sortItems {
    width: 100%;
    align-items: stretch;
    font-size: 1.2rem;
    border-bottom: 1px solid #ccc;
    border-top: none;
    border-right: none;
    border-left: none;
}

.fs-c-sortItems__list {
    display: flex;
    justify-content: space-flex-start;
    flex-wrap: wrap;
    padding: 0 10px;
}

.fs-c-sortItems__list li {
    list-style: none;
    font-size: 13px;
    padding: 0px 2px;
    letter-spacing: 1px;
    width: 31%;
    border-right: 1px solid #ccc;
    margin-bottom: 10px;
    text-align: center;
}

.fs-c-sortItems__list__item.is-active {
    background: #fe9903;
}

.fs-c-listControl {
    display: block;
    width: 100%;
    padding: 0 10px;
}

@media screen and (max-width: 380px) {
    #menu>li {
        padding-bottom: 0px;
    }
    #menu>li a {
        font-size: 11px;
    }
    #menu {
        height: 55px;
    }
}