﻿a {
    text-decoration: none;
    cursor: pointer;
}
button {
    cursor: pointer;
}
img.size {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* ///////////////////////////////////////////////////////////////////
ヘッダー
/////////////////////////////////////////////////////////////////// */
.select_shop {
    width: 980px;
    margin: auto;
    line-height: 0;
    opacity: 1;
    transition: opacity .3s;
}
.select_shop:hover {
    opacity: .75;
}
header.site_header {
    width: 100%;
    margin: auto;
    text-align: unset;
    min-width: 980px;
}
header.site_header .header_inner {
    width: 980px;
    margin: auto;
}
header.site_header:after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #dcdcdc;
    display: block;
    min-width: 980px;
}
.site_header .free_shipping_nationwide {
    font-size: 12px;
    margin: 13px auto 15px auto;
    background-color: #fff2c0;
    line-height: 20px;
    padding: 2px 0 2px 10px;
    box-sizing: border-box;
}
.site_header .free_shipping_nationwide span {
    font-size: 16px;
    font-weight: bold;
    margin-right: 15px;
}
.site_header .header_logo_icon {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}
.site_header .header_logo h1 {
    width: auto;
    line-height: 0;
    text-align: unset;
}
.site_header .header_logo .milpochelogo{
    line-height:1;
    vertical-align:bottom;
}
.site_header .header_logo .collaboration {
    margin-left: 10px;
}
.site_header .header_logo.mp .collaboration {
    text-align: center;
    margin-top: 3px;
    height: 30px
}
.site_header .header_catalog {
    margin: 0 56px 0 22px;
}
.site_header .header_catalog ul {
    display: flex;
}
.site_header .header_catalog li {
    margin-right: 5px;
    line-height: 0;
}
.site_header .header_catalog li:last-child {
    margin-right: 0;
}
.site_header .header_catalog li a {
    opacity: 1;
    transition: opacity .3s;
}
.site_header .header_catalog li a:hover {
    opacity: .75;
}
.site_header .header_icons ul {
    display: flex;
}
.site_header .header_icons li {
    width: 104px;
}
.site_header .header_icons li.cart_icon {
    width: 62px;
}
.site_header .header_icons li.cart_icon a {
    color: #505050;
}
.site_header .header_icons li a {
    opacity: 1;
    transition: opacity .3s;
}
.site_header .header_icons li a:hover {
    opacity: .75;
}
.site_header .header_icons .side_by_side {
    display: flex;
    align-items: center;
}
.site_header .header_icons .side_by_side .menu_name {
    font-size: 12px;
    color: #505050;
    margin-left: 5px;
}
.site_header .header_icons .header_login .side_by_side {
    align-items: start;
}
.site_header .header_right_side {
    width: 270px;
    margin-left: auto;
}
.site_header .header_right_side .header_icons {
    margin: -8px auto 6px auto;
}
.site_header .header_right_side #searchbox {
    width: auto;
    float: none;
}
.site_header .header_right_side #searchbox #keywords1 {
    color: #505050;
    width: 100%;
    height: 26px;
    border: 1px solid #a7a7a7;
    padding: 0 30px 0 10px;
    margin-top: auto;
    float: none;
    box-sizing: border-box;
    position: relative;
}
.site_header .header_right_side #searchbox #searchBtn1 {
    position: absolute;
    margin: auto;
    top: 0;
    left: auto;
    right: 0;
    float: none;
    width: 26px;
    height: 26px;
    background-color: #ed8599;
    padding: 6px;
    box-sizing: border-box;
}
.site_header #limited_bnr {
    line-height: 0;
    margin-bottom: 18px;
}
.site_header #limited_bnr {
    opacity: 1;
    transition: opacity .3s;
}
.site_header #limited_bnr:hover {
    opacity: .75;
}
.site_header #products_available {
    background-image: url(/images/site/common/header/icon_header_cart_pc.svg);
    background-repeat: no-repeat;
    background-size: 19px;
    padding-left: 24px;
    position: relative;
    height: 19px;
}
.site_header #products_available a {
    color: #505050;
}
.site_header #products_available .count {
    font-size: 10px;
    line-height: 15px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    color: #ffffff;
    background-color: #ea86a2;
    position: absolute;
    top: -6px;
    left: 12px;
    text-align: center;
}

/* ///////////////////////////////////////////////////////////////////
重要なお知らせ
/////////////////////////////////////////////////////////////////// */
#ImportantNotices {
    width: 980px;
    margin: 5px auto 38px auto;
    border: solid 5px #f6f6f6;
    padding: 16px 20px 12px 20px;
    box-sizing: border-box;
}
#ImportantNotices .whiteFrame {
    background-color: #ffffff;
    display: flex;
    align-items: center;
}
#ImportantNotices .whiteFrame .leftLabel {
    line-height: 0;
    margin-right: 32px;
}
#ImportantNotices .whiteFrame .rightItems {
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
}
#ImportantNotices .whiteFrame .rightItems .list {
    width: 50%;
    display: flex;
    line-height: 1;
    margin-bottom: 16px;
}
#ImportantNotices .whiteFrame .rightItems .list:last-child,#ImportantNotices .whiteFrame .rightItems .list:nth-last-child(2):nth-child(odd) {
    margin-bottom: 0;
}
#ImportantNotices .whiteFrame .rightItems .list .day {
    margin-right: 10px;
}
#ImportantNotices .whiteFrame .rightItems .list .day a {
    font-size: 12px;
    color: #a7a7a7;
}
#ImportantNotices .whiteFrame .rightItems .list .item {
    text-align: left;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    width: 74%;
    min-width: 300px;
}
#ImportantNotices .whiteFrame .rightItems .list .item a {
    font-size: 12px;
    color: #505050;
    text-decoration: underline;
}
#ImportantNotices .whiteFrame .rightItems .list .item a:hover {
    text-decoration: underline;
}

/* ///////////////////////////////////////////////////////////////////
サイドメニュー
/////////////////////////////////////////////////////////////////// */
#sidemenu #c_order a {
    opacity: 1;
    transition: opacity .3s;
}
#sidemenu #c_order a:hover {
    opacity: .75;
}
#sidemenu.static .sidemenuCategoryList:first-child .ttl_side_menu {
    margin-top: 0;
}
#sidemenu .ttl_side_menu {
    display: inline-block;
    padding-left: 19px;
    background-image: url(/images/site/top/icon_loupe_sidemenu.svg);
    background-repeat: no-repeat;
    background-size: 13px;
    background-position: top 50% left;
    line-height: 0;
    margin-top: 30px;
    margin-bottom: 15px;
}
#sidemenu.static .ttl_side_menu {
    display: inline-block;
    padding-left: 19px;
    background-image: url(/images/site/sidemenu/icon_sticky_note.svg);
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: top 50% left;
    line-height: 0;
    margin-top: 30px;
}
#sidemenu .basic_rule {
    font-size: 10px;
    line-height: 16px;
    padding-left: 19px;
    margin: 3px auto 10px auto;
}
#sidemenu .see_list {
    font-size: 12px;
    color: #a88977;
    float: right;
    display: inline-block;
    padding-right: 16px;
    background-image: url(/images/site/common/icon/icon_arrow_circle_blown.svg);
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: top 50% right;
    margin-top: 15px;
}
#sidemenu .see_list:hover {
    text-decoration: underline;
}
#sidemenu .see_list a {
    color: #a88977;
}
#sidemenu .side_menu_list {
    padding-bottom: 18px;
}
#sidemenu .ttl_side_menu.brands {
    margin-bottom: 19px;
}
#sidemenu .side_menu_list.brands {
    padding-bottom: 68px;
}
#sidemenu .side_menu_list.brands .side_by_side {
    display: flex;
    align-items: center;
}
#sidemenu .side_menu_list.brands .brands_side_menu {
    width: 50%;
    text-align: center;
    line-height: 0;
}
#sidemenu .side_menu_list.brands .brands_side_menu a {
    opacity: 1;
    transition: opacity .3s;
}
#sidemenu .side_menu_list.brands .brands_side_menu a:hover {
    opacity: .75;
}
.side_menu_list,.side_categ_child_ul {
    border-bottom: 1px solid #dcdcdc;
    box-sizing: border-box;
    margin-left: 1px;
    width: 230px;
    position: relative;
}
.side_categ_child_ul {
    padding: 10px 0;
}
.listcontet, #sidemenu .pickup_side_menu {
    height: 37px;
    line-height: 37px;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
}
#sidemenu.static .listcontet {
    height: 38px;
    line-height: 38px;
}
#sidemenu.static .listcontet a {
    width: 100%;
    height: 100%;
    display: block;
}
.listcontet {
    margin: 0 10px;
}
.side_categ_parent_li:nth-of-type(1) > .listcontet,.side_categ_child_li:nth-of-type(1) > .listcontet { 
    border-top: none;
}
.side_categ_child_ul {
    margin-left: 30px;
    position: absolute;
    top: -2px;
    left: 198px;
    background-color: rgb(255,255,255);
    z-index: 999;
    box-sizing: border-box;
    display: none;
    border-radius: 3px;
    filter: drop-shadow(1px 1px 3px rgba(135,135,135,0.5));
    transform: translateZ(0);
}
.side_categ_parent_li:hover, .side_categ_child_li:hover, .selected_categ1, .selected_categ2, .pickup_side_menu:hover {
    background-color: #f6f6f6;
}
.side_categ_parent_li:hover {
    position: relative;
}
.side_categ_parent_li:hover > .side_categ_child_ul { 
    display: block;
    opacity: 1;
    animation:fade-in 0.5s ease;
    -moz-animation:fade-in 0.5s ease;
    -webkit-animation:fade-in 0.5s ease;
}
#sidemenu .txtdeconone {
    text-decoration: none;
}
#sidemenu .categoryname {
    font-size: 12px;
    color: #505050;
    font-weight: normal;
}
#sidemenu .side_menu_arrow {
    float: right;
    padding-top: 5px;
    height: 10px;
    width: 5px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.side_categ_parent_li:hover .expandmark{ 
    height:16px;
    width:10px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
#sidemenu .pickup_side_menu {
    color: #505050;
    font-size: 12px;
}
#sidemenu .pickup_side_menu a {
    color: #505050;
}
#sidemenu .side_menu_list .pickup_side_menu.ranking {
    width: 100%;
    height: auto;
    margin: 28px auto 0 auto;
    border-radius: 3px;
    overflow: hidden;
    padding: 0;
}
#sidemenu .pickup_side_menu.ranking a {
    opacity: 1;
    transition: opacity .3s;
}
#sidemenu .pickup_side_menu.ranking a:hover {
    opacity: .75;
}
#sidemenu .side_menu_list .pickup_side_menu.ranking:hover {
    background-color: #fff;
}
#sidemenu .side_menu_list.pickup {
    border-bottom: none;
}
#sidemenu .side_menu_list.pickup li {
    padding: 0 10px;
}

/* ///////////////////////////////////////////////////////////////////
サイドメニュー検索
/////////////////////////////////////////////////////////////////// */
#sidemenu #sideMenuSearch {
    width: 230px;
    background-color: #f6f6f6;
    padding: 12px 15px 10px 15px;
    box-sizing: border-box;
}

#sidemenu #sideMenuSearch li {
    margin-bottom: 8px;
}
#sideMenuSearch #selected_condition {
    font-size: 12px;
    letter-spacing: 0.06em;
    color: #a7a7a7;
}
#sideMenuSearch .selected_contents span.selected_condition_ttl {
    font-size: 12px;
    line-height: 1;
    font-weight: normal;
}
#sidemenu #sideMenuSearch .selected_price {
    margin-bottom: 0;
}
#sideMenuSearch .selected_price, #sideMenuSearch .selected_price span {
    font-size: 12px;
    color: #505050;
    font-weight: normal;
}
#sidemenu #sideMenuSearch .hierarchy {
    margin-bottom: 10px;
}
#sideMenuSearch .hierarchy {
    padding-bottom: 10px;
    border-bottom: solid 1px #dbdbdb;
    font-size: 12px;
    line-height: 18px;
}
#sideMenuSearch .hierarchy span {
    font-weight: normal;
    color: #505050;
    word-break: break-all;
}
#sideMenuSearch .hierarchy span:after {
    content: '>';
    font-size: 12px;
    line-height: 18px;
    color: #505050;
    margin: 0 5px;
}
#sideMenuSearch .hierarchy span:last-child:after {
    content: '';
}
#sidemenu #sideMenuSearch .set_amount {
    margin-bottom: 10px;
}
#sideMenuSearch .set_amount .side_by_side {
    display: flex;
    align-items: center;
    margin-top: -2px;
}
#sideMenuSearch .set_amount select::-ms-expand, #sideMenuSearch .selected_category select::-ms-expand {
    display: none;
}
#sideMenuSearch .set_amount select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(/images/site/common/icon/icon_select_arrow.svg);
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: top 50% right 8px;
    padding: 0 22px 0 5px;
    color: #505050;
    width: 90px;
    height: 30px;
    border: solid 1px #a7a7a7;
    border-radius: 2px;
    box-sizing: border-box;
    background-color: #ffffff;
    font-size: 12px;
    -webkit-text-size-adjust: 100%;
}
#sideMenuSearch .set_amount select.pristine,#sideMenuSearch .selected_category select.pristine {
    color: #cacaca;
}
#sideMenuSearch .set_amount span {
    font-size: 14px;
    color: #505050;
    margin: 0 3px;
    font-weight: normal;
}
#sidemenu #sideMenuSearch .selected_keyword {
    margin-bottom: 10px;
}
#sideMenuSearch .selected_keyword input {
    width: 100%;
    height: 30px;
    border: solid 1px #a7a7a7;
    border-radius: 2px;
    padding: 0 5px;
    box-sizing: border-box;
    font-size: 12px;
    -webkit-text-size-adjust: 100%;
}
#sideMenuKeyword::placeholder {
    color: #cacaca
}
#sideMenuKeyword::-ms-input-placeholder {
    color: #cacaca
}
#sideMenuKeyword:-ms-input-placeholder {
    color: #cacaca
}
#sidemenu #sideMenuSearch .selected_contents .selected_category {
    margin-bottom: 10px;
}
#sideMenuSearch .selected_category select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(/images/site/common/icon/icon_select_arrow.svg);
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: top 50% right 8px;
    padding: 0 22px 0 5px;
    color: #505050;
    width: 100%;
    height: 30px;
    border: solid 1px #a7a7a7;
    border-radius: 2px;
    box-sizing: border-box;
    background-color: #ffffff;
    -webkit-text-size-adjust: 100%;
    font-size: 12px;
}
#sideMenuSearch .selected_category .btn_cancellation {
    width: 74px;
    margin: 2px 0 0 auto;
}
#sideMenuSearch .selected_category .cancellation {
    font-size: 12px;
    color: #a88977;
    background-color: transparent;
    padding-block: 0;
    padding-inline: 0;
    border: none;
    position: relative;
}
#sideMenuSearch .selected_category .cancellation:after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #a88977;
    position: absolute;
    bottom: 2px;
    right: 0;
}
#sideMenuSearch .selected_category .btn_cancellation:before {
    content: '';
    background-image: url(/images/site/common/icon/icon_bad_luck_brown.svg);
    background-repeat: no-repeat;
    background-size: inherit;
    background-position: top 50% left 0;
    width: 9px;
    height: 9px;
    display: inline-block;
    margin-right: 4px;
}

/* ///////////////////////////////////////////////////////////////////
キャンペーン情報
/////////////////////////////////////////////////////////////////// */
#news_campaign_wrap {
    display: flex;
    padding-top: 120px !important;
}
#notice_wrap, #campaign_info_wrap {
    width: 470px;
    overflow: hidden;
}
#news_campaign_wrap {
    overflow: hidden;
}
#campaign_info_wrap #campaign_inner {
    width: 100%;
    height: 420px;
    box-sizing: border-box;
    padding: 0;
    border: solid 1px #dcdcdc;
    margin: 20px auto 0 auto;
}
#news_campaign_wrap #campaign_info_wrap #campaign_inner dl {
    border-bottom: solid 1px #d5d5d5;
    padding: 20px 0 20px 120px;
    box-sizing: border-box;
    width: 400px;
    margin: auto;
    min-height: 139px;
}
#news_campaign_wrap #campaign_info_wrap #campaign_inner dl:last-child {
    border-bottom: none;
}
#news_campaign_wrap #campaign_info_wrap #campaign_inner dd {
    padding-right: 40px;
    background-image: url(/images/site/common/icon/icon_arrow_gray.svg);
    background-repeat: no-repeat;
    background-size: 6px;
    background-position: top 50% right 10px;
    height: 100%;
}
#news_campaign_wrap #campaign_info_wrap #campaign_inner dd a {
    color: #505050;
}
#news_campaign_wrap #campaign_info_wrap #campaign_inner dd a:hover {
    text-decoration: underline;
}

/* ///////////////////////////////////////////////////////////////////
お知らせ
/////////////////////////////////////////////////////////////////// */
#news_campaign_wrap #notice_wrap .notice_list {
    width: 100%;
    height: 420px;
    line-height: 1.8em;
    margin-top: 20px;
    text-align: left;
    overflow-y: scroll;
    overflow-x: hidden;
    box-sizing: border-box;
    padding: 0;
    border: solid 1px #dcdcdc;
}
#news_campaign_wrap #notice_wrap .notice_list dl {
    width: 400px;
    margin: auto;
    padding: 16px 45px 12px 0;
    border-bottom: solid 1px #dcdcdc;
    box-sizing: border-box;
    background-image: url(/images/site/common/icon/icon_arrow_gray.svg);
    background-repeat: no-repeat;
    background-size: 6px;
    background-position: top 50% right 10px;
}
#news_campaign_wrap #notice_wrap .notice_list dl:last-child {
    border-bottom: none;
}
#news_campaign_wrap #notice_wrap dt {
    font-size: 12px;
    color: #a7a7a7;
    background: none;
    width: 100%;
}
#news_campaign_wrap #notice_wrap dd {
    float: none;
}
#news_campaign_wrap #notice_wrap dd a {
    color: #505050;
}
#news_campaign_wrap #notice_wrap dd a:hover {
    text-decoration: underline;
}
#notice_wrap, #campaign_info_wrap {
    padding-top: 0;
}
#notice_wrap .footer_item_ttl, #campaign_info_wrap .footer_item_ttl {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    padding-bottom: 2px;
}
#news_campaign_wrap #notice_wrap {
    margin-left: auto;
}
#notice_wrap .footer_item_ttl h2, #campaign_info_wrap .footer_item_ttl h2 {
    height: auto;
    padding-bottom: 0;
    line-height: 0;
}
/* ///////////////////////////////////////////////////////////////////
サービスガイド
/////////////////////////////////////////////////////////////////// */
#serviceGuide {
    margin: 68px auto 70px auto;
}
#serviceGuide h2 {
    line-height: 0;
    padding-bottom: 18px;
}
#serviceGuide .guide_list {
    display: flex;
}
#serviceGuide .guide_list .guide_name {
    border-right: solid 1px #dcdcdc;
    height: 80px;
}
#serviceGuide .guide_list .guide_name:last-child {
    border-right: none;
}
#serviceGuide .guide_list .guide_name a {
    opacity: 1;
    transition: opacity .3s;
}
#serviceGuide .guide_list .guide_name a:hover {
    opacity: .75;
}

/* ///////////////////////////////////////////////////////////////////
フッター
/////////////////////////////////////////////////////////////////// */
.footer_item_ttl .see_list {
    font-size: 12px;
    color: #a88977;
    float: right;
    display: inline-block;
    padding-right: 16px;
    background-image: url(/images/site/common/icon/icon_arrow_circle_blown.svg);
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: top 50% right;
}
.footer_item_ttl .see_list:hover {
    text-decoration: underline;
}
.footer_item_ttl .see_list a {
    color: #a88977;
}
#footerContentsMenu {
    background-color: #f9f6f3;
    width: 100%;
    min-width: 980px;
}
#footerContentsMenu .footerContentsInner {
    width: 980px;
    margin: auto;
    padding-top: 62px;
}
#footerContentsMenu .footerContentsInner .footer_side_by_side {
    display: flex;
    justify-content: space-between;
    border-bottom: solid 1px #cacaca;
    padding-bottom: 30px;
}
#footerContentsMenu .footerContentsInner .footer_side_by_side .left_side .logo_concept .logo {
    line-height: 0;
}
#footerContentsMenu .footerContentsInner .footer_side_by_side .left_side .logo_concept .concept {
    font-size: 12px;
    color: #505050;
}
#footerContentsMenu .footerContentsInner .footer_side_by_side .left_side .payment_method {
    margin: 36px auto;
}
#footerContentsMenu .footerContentsInner .footer_side_by_side .left_side .payment_method .compatible ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width:264px;
    flex-wrap: wrap;
}
#footerContentsMenu .footerContentsInner .footer_side_by_side .left_side .payment_method .compatible ul:first-child {
    margin-bottom: 5px;
}
#footerContentsMenu .footerContentsInner .footer_side_by_side .left_side .payment_method .compatible li {
    line-height: 0;
}
#footerContentsMenu .footerContentsInner .footer_side_by_side .left_side .payment_method .compatible ul:first-child li:first-child {
    margin-right: 6px;
}
#footerContentsMenu .footerContentsInner .footer_side_by_side .left_side .payment_method .compatible ul:first-child li:last-child {
    margin-right: -2px;
}
#footerContentsMenu .footerContentsInner .footer_side_by_side .left_side .payment_method .compatible ul:nth-child(2) li:last-child {
    margin-right: 0;
}
#footerContentsMenu .footerContentsInner .footer_side_by_side .left_side .payment_method .compatible li img {
    border: solid 1px rgba(0,0,0,.1);
    background-color: #ffffff;
}
#footerContentsMenu .footerContentsInner .footer_side_by_side .left_side .payment_method .compatible li.paypal_logo img {
    border: none;
    background-color: transparent;
}
#footerContentsMenu .footerContentsInner .footer_side_by_side .left_side .payment_method .compatible .other {
    font-size: 11px;
    margin-top: 10px;
}
#footerContentsMenu .footerContentsInner .footer_side_by_side .left_side .isms {
    width: 340px;
    height: 90px;
    background-color: #ffffff;
    border-radius: 2px;
    padding: 13px 8px 15px 14px;
    box-sizing: border-box;
}
#footerContentsMenu .footerContentsInner .footer_side_by_side .left_side .isms .common_parts_isms_txt {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#footerContentsMenu .footerContentsInner .footer_side_by_side .left_side .isms .common_parts_isms_txt dl {
    font-size: 11px;
    line-height: 14px;
    color: #505050;
    margin-left: auto;
}
#footerContentsMenu .footerContentsInner .footer_side_by_side .left_side .isms .common_parts_isms_txt dt {
    margin-bottom: 8px;
}
#footerContentsMenu .footerContentsInner .footer_side_by_side .right_side .menu {
    display: flex;
    width: 586px;
    margin-top: 6px;
}
#footerContentsMenu .footerContentsInner .footer_side_by_side .right_side .menu .footer_contents_list:first-child {
    width: 208px;
}
#footerContentsMenu .footerContentsInner .footer_side_by_side .right_side .menu .footer_contents_list:nth-child(2) {
    width: 210px;
}
#footerContentsMenu .footerContentsInner .footer_side_by_side .right_side .menu .footer_contents_list:nth-child(3) {
    width: 168px;
}
#footerContentsMenu .footerContentsInner .footer_side_by_side .right_side .menu .footer_contents_list .footer_contents_menu_ttl {
    font-size: 12px;
    font-weight: bold;
    color: #505050;
}
#footerContentsMenu .footerContentsInner .footer_side_by_side .right_side .menu .footer_contents_list .ttl_en {
    line-height: 0;
    height: 10px;
    margin: -2px auto 8px auto;
}
#footerContentsMenu .footerContentsInner .footer_side_by_side .right_side .menu .footer_contents_list .footer_contents_menu_list {
    font-size: 12px;
    line-height: 36px;
    height: 36px;
    position: relative;
}
#footerContentsMenu .footerContentsInner .footer_side_by_side .right_side .menu .footer_contents_list .footer_contents_menu_list a {
    color: #505050;
}
#footerContentsMenu .footerContentsInner .footer_side_by_side .right_side .menu .footer_contents_list .footer_contents_menu_list a:hover {
    text-decoration: underline;
}
#footerContentsMenu .footerContentsInner .footer_side_by_side .right_side .menu .footer_contents_list .footer_contents_menu_list.free a:after {
    content: '';
    background-image: url(/images/site/common/icon/icon_free_footer.svg);
    background-repeat: no-repeat;
    background-size: 24px;
    display: inline-block;
    width: 24px;
    height: 23px;
    vertical-align: middle;
    margin-left: 6px;
}
#footerContentsMenu .footerContentsInner .footer_bottom {
    padding: 20px 0 60px 0;
}
#footerContentsMenu .footerContentsInner .footer_bottom .copyright {
    font-size: 12px;
}
#footerContentsMenu .footerContentsInner .footer_bottom .side_block {
    display: flex;
    justify-content: space-between;
}
#footerContentsMenu .footerContentsInner .footer_bottom .side_block .right_block {
    display: flex;
    align-items: center;
}
#footerContentsMenu .footerContentsInner .footer_bottom .side_block .right_block .contents_list {
    display: flex;
    justify-content: space-between;
}
#footerContentsMenu .footerContentsInner .footer_bottom .side_block .right_block .contents_list .footer_contents_menu_list {
    font-size: 12px;
    padding-right: 18px;
    padding-left: 17px;
    box-sizing: border-box;
    border-right:  solid 1px #dcdcdc;
}
#footerContentsMenu .footerContentsInner .footer_bottom .side_block .right_block .contents_list .footer_contents_menu_list:first-child {
    padding-left: 0;
}
#footerContentsMenu .footerContentsInner .footer_bottom .side_block .right_block .contents_list .footer_contents_menu_list:last-child {
    padding-right: 0;
    border-right: 0;
}
#footerContentsMenu .footerContentsInner .footer_bottom .side_block .right_block .contents_list .footer_contents_menu_list a {
    color: #505050;
}
#footerContentsMenu .footerContentsInner .footer_bottom .side_block .right_block .contents_list .footer_contents_menu_list a:hover {
    text-decoration: underline;
}
#footerContentsMenu .footerContentsInner .footer_bottom .side_block .right_block .common_parts_sns {
    display: flex;
    margin-left: 30px;
}
#footerContentsMenu .footerContentsInner .footer_bottom .side_block .right_block .common_parts_sns .sns_icon {
    line-height: 0;
}
#footerContentsMenu .footerContentsInner .footer_bottom .side_block .right_block .common_parts_sns .sns_icon:first-child {
    margin-right: 20px;
}
#footerContentsMenu .footerContentsInner .footer_bottom .side_block .right_block .common_parts_sns .sns_icon img {
    min-width: 29px;
    height: auto;
}

/* ///////////////////////////////////////////////////////////////////
カテゴリ盛り付けページ
/////////////////////////////////////////////////////////////////// */
.page_product_list .ttl_product_list {
    font-size: 18px;
}
.page_product_list .ttl_product_list span {
    font-size: 22px;
    font-weight: bold;
}
.page_product_list li {
    border: solid 1px #a88977;
    border-radius: 5px;
    font-size: 22px;
    color: #a88977;
}


/* ///////////////////////////////////////////////////////////////////
スライダー (TOP以外のスライダーを非表示完了後削除)
/////////////////////////////////////////////////////////////////// */
#topSlider {
    width: 980px;
    margin: auto;
}
#topSlider .slick-slide {
    border: solid 1px #dcdcdc;
    border-radius: 5px;
    overflow: hidden;
    box-sizing: border-box;
}
#topSlider .slick-slide img {
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}
#topSlider .slick-slide img:hover {
    transform:scale(1.05,1.05);
}