input[type="button"],
input[type="submit"],
input[type="reset"] {
    padding: 10px 20px;
}

#hero {
    display: none;
}

.two-column.right-set #primary {
    float: right;
}

.two-column.right-set #secondary {
    float: left;
}

article {
    opacity: 1;
    transform: translate(0);
    margin-top: 30px;
}

/* ホバー時 */
a {
    display: inline-block;
    transition: all .2s;
}

@media (hover: hover) and (pointer: fine) {
    a:hover {
        opacity: .5;
    }
}

#menu-item-6020,
#menu-item-6018,
#menu-item-6019,
.sp-only {
    display: none;
}

body.stop {
    overflow: hidden;
}

/***********************
ヘッダーセクション
***********************/
header .inner {
    max-width: none;
}

#header-branding {
    display: flex;
    justify-content: space-between;
}

.site-logo {
    display: inline-block;
}

.site-logo img.logo-img {
    width: 250px;
    max-height: unset;
    max-width: unset;
}

/* アイコン */
.snav ul li {
    float: none;
}

.snav a {
    display: inline-flex;
    align-items: center;
}

.myinfo-icon {
    display: flex;
}

.myinfo-icon li {
    display: block;
}

.myinfo-icon img {
    height: 25px;
    margin-right: 15px;
}

.logon {}

span.logina {}

span.icon-text {
    font-weight: bold;
    line-height: 100%;
}

.snav ul li.carticon,
.snav ul li.usericon,
.snav ul li.loginicon {
    margin-left: 1.2rem;
    display: flex;
    align-items: center;
}

a.cart {
    padding: 10px;
    border: 1px solid #A9D06F;
    border-radius: 5px;
    color: #A9D06F !important;
}

/* ナビメニュー */
#header-nav {
    margin: 30px 0;
}

.header-nav-container {
    max-width: 600px;
    margin: auto;
}

#site-navigation ul {
    justify-content: space-between;
}

#site-navigation li a {
    font-size: 18px;
    border: none;
}

.panel {
    display: none;
}

/***********************
セレクトコンテンツ
***********************/
.select-bar-title {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
}

.select-bar-title p img {
    width: 2.5%;
    margin-top: 14px;
    min-width: 24px;
}

.select-bar .select-box {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

li.nav_item {
    width: 40%;
    text-align: center;
    margin-bottom: 40px;
}

a.js-dropdown {
    display: block;
    width: 100%;
    cursor: pointer;
    overflow: hidden;
}

.js-dropdown img {
    width: 100%;
}

.panel.js-dropdown-menu {
    position: absolute;
    left: 0;
    background-color: #fff;
    width: 100%;
    z-index: 100;
}

.megamenu_recipe_category_list_inner.clearfix {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #edf7f1;
}

ul.select-box.menu_list li#js-click a.js-dropdown {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10);
}

.select-box a {
    transition: all .2s;
}

.select-box a:hover {
    opacity: 1;
}

.headline a {
    color: #409262;
}

.headline a:hover {
    color: #409262;
    opacity: .5;
}

.category2>a {
    padding: 0 10px;
    margin: 10px 0 5px;
}

.category2 ul li a:hover {
    opacity: .5;
}

.bluelabel>a {
    background: #409262;
    color: #FFF;
    border-radius: 5px;
}

.bluelabel>a:hover {
    opacity: .5;
    color: #FFF;
}

/*
.cate1 {
    background: url(https://test.caredepo.jp/wp-content/themes/welcart_simply/assets/images/cate01.png) no-repeat;
}

.cate2 {
    background: url(https://test.caredepo.jp/wp-content/themes/welcart_simply/assets/images/cate02.png) no-repeat;
}

.cate3 {
    background: url(https://test.caredepo.jp/wp-content/themes/welcart_simply/assets/images/cate03.png) no-repeat;
}

.cate4 {
    background: url(https://test.caredepo.jp/wp-content/themes/welcart_simply/assets/images/cate04.png) no-repeat;
}

.cate5 {
    background: url(https://test.caredepo.jp/wp-content/themes/welcart_simply/assets/images/cate05.png) no-repeat;
}

.cate6 {
    background: url(https://test.caredepo.jp/wp-content/themes/welcart_simply/assets/images/cate06.png) no-repeat;
}
*/
.cate1,
.cate2,
.cate3,
.cate4,
.cate5,
.cate6 {
    position: relative;
    display: block;
    transition: all .2s;
}

.cate3 .hover-visible {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all .2s;
}

.cate3:hover .hover-visible {
    opacity: 1;
}

/*
a .cate1:hover,
.is-active .cate1 {
    background: url(https://test.caredepo.jp/wp-content/themes/welcart_simply/assets/images/cate01_ac.png) no-repeat;
}

a .cate2:hover,
.is-active .cate2 {
    background: url(https://test.caredepo.jp/wp-content/themes/welcart_simply/assets/images/cate02_ac.png) no-repeat;
}

a .cate3:hover,
.is-active .cate3 {
    background: url(https://test.caredepo.jp/wp-content/themes/welcart_simply/assets/images/cate03_ac.png) no-repeat;
}

a .cate4:hover,
.is-active .cate4 {
    background: url(https://test.caredepo.jp/wp-content/themes/welcart_simply/assets/images/cate04_ac.png) no-repeat;
}

a .cate5:hover,
.is-active .cate5 {
    background: url(https://test.caredepo.jp/wp-content/themes/welcart_simply/assets/images/cate05_ac.png) no-repeat;
}

a .cate6:hover,
.is-active .cate6 {
    background: url(https://test.caredepo.jp/wp-content/themes/welcart_simply/assets/images/cate06_ac.png) no-repeat;
}
*/
a .cate1:hover,
.is-active .cate1,
a .cate2:hover,
.is-active .cate2,
a .cate3:hover,
.is-active .cate3,
a .cate4:hover,
.is-active .cate4,
a .cate5:hover,
.is-active .cate5,
a .cate6:hover,
.is-active .cate6 {
    display: block;
}


.item {
    height: unset;
    width: 20%;
    padding: 30px 15px;
    text-align: start;
}


h3.headline {
    margin: 0;
    padding-bottom: 10px;
    border-bottom: 0.5px solid #409262;
    text-align: start;
}

ol.child_category_list {
    padding: 0;
}

li.category2 {
    margin-top: 10px;
}

.child_category_list .category2 ul {
    margin-left: 1em;
}

/***********************
検索バー
***********************/

.main-search-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 60px 0;
}

.main-search-bar.SP-search {
    display: none;
}

.main-search-bar p {
    font-weight: bold;
    color: #51B77B;
    margin-left: 10px;
    margin-right: 25px;
}

.main-search-bar button,
.footer-search button {
    font-weight: bold;
    color: #FFFFFF;
    background: #51B77B;
    border: none;
    padding: 8px 20px;
}

.main-search-bar form {
    width: 50%;
}

.main-search-bar input[type="text"] {
    width: 70%;
}

/***********************
バナー
***********************/

.banner-section {
    position: relative;
    display: flex;
    justify-content: center;
    margin-bottom: 90px;
    margin-top: 100px;
}

.banner-section a {
    position: relative;
    width: 48%;
}

img.banner-img {
    width: 100%;
}

img.character-img {
    max-height: 170px;
    height: 100%;
    width: 10%;
    object-fit: contain;
}

.banner-section a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    z-index: -1;
}

img.character-img.character-center {
    position: absolute;
    top: 0;
    left: 50%;
    translate: -50% calc(-50% - 10px);
    z-index: -2;
}

@media (hover: hover) and (pointer: fine) {
    .banner-section a:hover {
        opacity: 1;
    }

    .banner-section a:hover img {
        opacity: .5;
    }
}

/***********************
左サイドバー
***********************/

/* ログイン */
.side-login {
    margin-bottom: 20px;
}

.front-login input {
    font-size: 14px;
    font-family: initial;
    line-height: initial;
}

.front-login input[type="text"],
input[type="password"] {
    padding: 0.5rem;
    background: #FFFFFF;
    width: 100%;
}

.member-box h2 img {
    height: 25px;
    margin-right: 15px;
}

.member-box h2 {
    color: #51B77B;
    font-size: 18px;
}

.history-title {
    margin: 10px 0;
    display: flex;
}

.member-box h3 {
    font-size: 18px;
}

.member-box h3 span {
    font-size: 15px;
}

.front-login input[type="submit"] {
    width: 100%;
    border-radius: 25px;
    background: #51B77B;
    color: #FFF;
    font-weight: 900;
    padding: 8px 20px;
}

.front-login input[type="submit"] {
    width: 100%;
    border-radius: 25px;
    background: #51B77B;
    color: #FFF;
    font-weight: 900;
    padding: 8px 20px;
}

/* 購入履歴 */
#secondary #usces_history {
    display: none;
}

.member-box #history_head {
    width: 100%;
}

.member-box #history_head tr {
    border-bottom: 1px solid #51B77B;
}

.member-box #history_head td.productname {
    display: block;
    margin-top: 10px;
}

.member-box #history_head td.productname a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.member-box #history_head td.price {
    margin-bottom: 10px;
    display: block;
    text-align: right;
}

.home .history-area table {
    width: 100%;
}

.home .history-area table tbody tr {
    display: block;
    border-bottom: 1px solid #51B77B;
    padding: 10px 0;
}

.home .history-area table tbody tr td {
    display: block;
    width: 100%;
}

.home .history-area table tbody tr td a {
    width: 100%;
}

.home .aleft.productname {
    display: block;
    width: 100%;
    line-height: 1.2;
}

.home .rightnum.price {
    display: block;
}

.home .history-area table:nth-child(n+4) {
    display: none;
}

/* 商品カテゴリー */

.columnleft {
    background-color: #fafafa;
    padding: 15px;
}

.category-container h2 {
    color: #51B77B;
    font-size: 18px;
}

.columnleft .category-list {
    display: flex;
    flex-direction: column;
    border: none;
    padding: 0;
}

.columnleft .category-list a {
    position: relative;
    padding: 20px 0;
    transition: all .2s;
}

.columnleft .category-list a:not(:first-child) {
    border-top: 1px solid #ccc;
}

/*
.columnleft .category-list a:before {
    content: "";
    position: absolute;
    right: 30px;
    top: 50%;
    width: 12px;
    height: 12px;
    background-color: transparent;
    border-top: 3px solid #ccc;
    border-right: 3px solid #ccc;
    transform: translateY(-50%) rotate(45deg);
}
*/



/***********************
おすすめ商品・新着商品
***********************/

.home #content .front-il article {
    text-align: start;
}

.itemname {
    font-size: 16px;
    letter-spacing: -.05em;
}

.itemprice {
    font-size: 18px;
    font-weight: bold;
}

.itemprice em {
    color: unset;
    font-size: .7em;
    font-weight: unset;
}

.front-il h2 {
    letter-spacing: .1em;
    font-size: 25px;
    font-weight: bold;
    color: #51B77B;
}

.front-il h2 span {
    position: relative;
    font-size: 20px;
    margin-left: 30px;
    letter-spacing: .1em;
}

.front-il h2 span:before,
.front-il h2 span:after {
    content: "";
    position: absolute;
    bottom: 35%;
    transform: translateY(-50%);
    left: -15px;
    display: block;
    width: 10px;
    height: 2px;
    background-color: #51B77B;
}

.front-il h2 span:after {
    left: auto;
    right: -15px;
}


.itemimg a {
    aspect-ratio: 5 / 4;
}

.itemimg a img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}

.similar-products-wrapper {
    margin-bottom: 60px;
}

.similar-products-wrapper .listbox.clearfix a {
    width: 100%;
}

.similar-products-wrapper .listbox.clearfix a .slit {
    aspect-ratio: 1 / 1;
}

.similar-products-wrapper .listbox.clearfix a .slit img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/***********************
送料ページ
***********************/
.postage-info {
    margin: 40px 0;
}

.postage-table {
    border-collapse: collapse;
    padding: 0;
    background-color: #f9f9f9;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px #ddd solid;
    border-spacing: 0;
    font-size: 12px;
}

.postage-table thead {
    background-color: #51B77B;
    color: #fff;
}

.postage-table th {
    text-align: center !important;
    margin-bottom: 9px;
    padding: 4px 12px;
    border-left: 1px #FFF solid;
    font-weight: normal;
    white-space: nowrap;
}

.postage-table td {
    border-left: 1px #ddd solid;
    padding: 4px 12px;
}

td.table-list-name {
    text-align: center;
    white-space: nowrap;
}

.postage-table .table-list-text {
    text-align: right;
}

.postage-table tr:nth-child(even) {
    background-color: #eaeaea;
}

table.postage-table td.table-list-text:before {
    content: "¥";
}

/***********************
お知らせページ
***********************/
.news-container {
    margin-bottom: 80px;
}

li.news-list {
    letter-spacing: .1em;
    position: relative;
}

.news-list:first-child {
    border-top: 1px solid #999;
}

.news-list a {
    display: block;
    width: 100%;
    padding: 30px 10px;
    padding-right: 10%;
    border-bottom: 1px solid #999;
}



p.news_date {
    display: inline-block;
}

h3.news_title {
    display: inline-block;
    margin: 0;
    margin-left: 40px;
    font-weight: normal;
}

h3.news_title:after {
    content: "";
    position: absolute;
    right: 5%;
    top: 50%;
    width: 12px;
    height: 12px;
    background-color: transparent;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    transform: translateY(-50%) rotate(45deg);
}

/***********************
Q＆Aページ
***********************/
.qa-001 {
    max-width: 100%;
    margin-bottom: 7px;
    border: 1px solid #d6dde3;
    border-radius: 5px;
}

.qa-001 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em 1em 3em;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
}

.qa-001 summary::before,
.qa-001 p::before {
    position: absolute;
    left: 1em;
    font-weight: 600;
    font-size: 1.3em;
}

.qa-001 summary::before {
    color: #51b77b;
    content: "Q";
}

.qa-001 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #333333b3;
    border-right: 3px solid #333333b3;
    content: '';
    transition: transform .5s;
}

.qa-001[open] summary::after {
    transform: rotate(225deg);
}

.qa-001 p {
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 3em 1.5em;
    color: #333;
    transition: transform .5s, opacity .5s;
}

.qa-001[open] p {
    transform: none;
    opacity: 1;
}

.qa-001 p::before {
    color: #A9D06F;
    line-height: 1.2;
    content: "A";
}

/***********************
フッター
***********************/
footer#colophon {
    padding: 0;
}

.footer-box {
    max-width: 1280px;
    width: 94%;
    margin: 0 auto;
    margin-top: 80px;
    padding-top: 50px;
}

.footer-search {
    width: 40%;
    margin-right: 1rem;
}

.footer-search form {
    width: 100%;
}

.footer-search form input[type="text"] {
    width: 70%;
    background: #FFF;
}

.category-list {
    display: flex;
    justify-content: space-between;
    padding: 10px 0 20px;
    border-bottom: 1px solid #999999;
}

.footer-main {
    display: flex;
    justify-content: space-between;
    margin-top: 45px;
}

.footer-left {
    width: 59%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.footer-right {
    width: 43%;
}

.footer-info-box {
    display: flex;
    align-items: center;
}

footer .myinfo-icon img {
    margin-right: 10px;
}

footer span.icon-text {
    font-size: 14px;
    font-weight: normal;
}

.footer-snav .myinfo-icon li {
    display: flex;
    align-items: center;
}

.footer-snav .myinfo-icon li:not(:first-child) {
    margin-left: 1.2rem;
}

footer a.cart {
    border: none;
}

.footer-company {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.footer-logo-img {
    height: 60px;
}

.company-text {
    margin-left: 10px;
}

.company-text span {
    display: block;
    margin-left: 0;
}

.tokutei-content {
    text-align: center;
    padding-bottom: 1rem;
}

section.character-section {
    display: flex;
    justify-content: center;
    gap: 2%;
    max-width: 750px;
    margin: 40px auto;
}

img.character-img {
    width: 18%;
}

.sns-icon-wrapper {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
}

.sns-icon-wrapper a {
    display: inline-block;
    width: 50px;
    height: auto;
}

.sns-icon-wrapper a img {
    width: 100%;
    height: auto;
}

/***********************
新規会員登録ページ
***********************/
tr.customkey_corp-rank {
    display: none !important;
}

div#autozip {
    display: none !important;
}

/***********************
マイページ
***********************/
#content.member-page .my_page tr.customkey_corp-or-person {
    display: none !important;
}

@media screen and (min-width: 1040px) {
    .company-text span {
        display: unset;
        margin-left: 1em;
    }
}



/* 説明グリッド */
.parent {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}

.div1 {
    grid-area: 1 / 1 / 2 / 2;
}

.div2 {
    grid-area: 1 / 2 / 2 / 3;
}

.div3 {
    grid-area: 2 / 1 / 3 / 2;
}

.div4 {
    grid-area: 2 / 2 / 3 / 3;
}

.parent a {
    display: inline-block;
    text-align: center;
    padding: 30px 0;
    color: #A9D06F;
    background-color: #fff;
    border: 1px solid #A9D06F;
    border-radius: 5px;
}

@media (hover: hover) and (pointer: fine) {
    .parent a:hover {
        opacity: .7;
        background: #A9D06F;
        color: #FFF;
    }
}

footer .inner {
    margin-top: 40px;
}

footer nav li:not(:last-child) {
    padding-right: 15px;
    margin-right: 15px;
    border-right: 1px solid;
}

i.fa.fa-angle-up {
    background-color: #409262 !important;
}

/* コピーライト */
.copyright-box {
    position: relative;
    padding: 15px 0;
    background-color: #51B77B;
}

p.copyright {
    color: #fff;
    opacity: 1;
    text-align: center;
    font-weight: bold;
}

p.saikouchiku-text {
    position: absolute;
    top: 50%;
    right: 3%;
    translate: 0 -50%;
    background-color: #fefefe;
    padding: 4px 10px;
    letter-spacing: 0.04em;
    color: #333;
    font-weight: 600;
    border: 2px solid #333;
}

@media screen and (max-width: 1199px) {
    .footer-info-box {
        display: block;
    }

    .footer-info-box .footer-search {
        width: 100%;
    }

    .footer-info-box form {
        margin-bottom: 20px;
    }
}

/***********************
widthが1040px以下の時
***********************/

@media screen and (max-width: 1040px) {
    /***********************
    送料
    ***********************/

    .postage-info {
        overflow-x: scroll;
    }
}


/***********************
widthが62.5em以下の時
***********************/

@media screen and (max-width: 62.5em) {

    /***********************
    ヘッダーセクション
    ***********************/

    header #site-navigation input#panel.on-off+div.nav-menu-open,
    header #site-navigation input#panel.on-off:checked+div.nav-menu-open,
    header #site-navigation input#panel.on-off+div.header-nav-container {
        display: block;
        overflow: inherit;
        height: auto;
    }

    header#masthead {
        padding: 20px 1.4rem 0;
    }

    #site-navigation ul {
        display: flex;
    }

    #site-navigation label,
    #site-navigation input[type="checkbox"].on-off {
        display: none;
    }

    #main {
        max-width: 1280px;
        width: 94%;
        margin: 0 auto;
        padding: 0;
    }

    .two-column #primary {
        width: 76%;
        margin: 0;
        padding: 0;
    }

    .two-column.right-set #secondary,
    .two-column.left-set #secondary {
        width: 19%;
        margin: 0;
        padding: 0;
        border: none;
    }
}

/***********************
widthが768px以下の時
***********************/

@media screen and (max-width: 769px) {
    .pc-only {
        display: none;
    }

    #menu-item-6020,
    #menu-item-6018,
    #menu-item-6019,
    .sp-only {
        display: block;
    }

    /***********************
    ヘッダーセクション
    ***********************/
    header#masthead {
        padding: 0;
        padding-top: 20px;
        width: 94%;
        margin: auto;
    }

    .site-logo img.logo-img {
        width: 150px;
    }

    header #site-navigation input#panel.on-off+div.nav-menu-open,
    header #site-navigation input#panel.on-off+div.header-nav-container {
        display: block;
        height: 0;
        translate: 0;
        overflow: hidden;
    }

    #site-navigation label {
        display: block;
    }

    #site-navigation ul {
        display: flex;
        flex-wrap: wrap;
        text-align: center;
        position: absolute;
        width: 95%;
        top: 50%;
        left: 50%;
        translate: -50% -50%;
    }

    div#header-branding {
        display: block;
    }

    .site-logo {
        position: relative;
        text-align: start;
        padding: 0;
    }

    /* ナビゲーションメニュー */
    #header-nav {
        margin: 0;
    }

    #site-navigation label {
        top: 20px;
        right: 0;
        left: auto;
        width: fit-content;
        z-index: 100;
        border: none;
    }

    header #site-navigation input#panel.on-off:checked+div.nav-menu-open,
    header #site-navigation input#panel.on-off:checked+div.header-nav-container {
        top: 0;
        right: -3%;
        width: 100vw;
        left: auto;
        max-width: none;
    }

    #site-navigation label span {
        padding: 0;
    }

    .nav-menu-open.nav-size ul li {
        width: 50%;
        border: 1px solid #ffffff;
    }

    .nav-menu-open.nav-size ul li:first-child,
    .nav-menu-open.nav-size ul li:last-child,
    .nav-menu-open.nav-size ul li:nth-last-child(2) {
        width: 100%;
    }

    #site-navigation ul li {
        background-color: #51B77B20;
    }


    /* お客様ボタン */
    .snav.cf {
        position: relative;
        top: 0;
        right: 0;
        margin: 30px 0;
    }

    .snav ul li.carticon,
    .snav ul li.usericon,
    .snav ul li.loginicon {
        width: 100%;
        border: 1px solid;
        margin: 0;
        justify-content: center;
        border-radius: 9999px;
    }

    .myinfo-icon img {
        height: 20px;
        margin-right: 5px;
    }

    span.icon-text {
        font-size: 14px;
        font-weight: 400;
        letter-spacing: -.1em;
        color: initial !important;
    }

    a.cart {
        border: none;
    }

    header #site-navigation input#panel.on-off:checked+div.nav-menu-open,
    header #site-navigation input#panel.on-off:checked+div.header-nav-container {
        opacity: 1;
        height: 100vh;
        box-shadow: none;
    }

    /***********************
    検索バー
    ***********************/
    .PC-search {
        display: none;
    }

    .SP-search {
        display: flex;
    }

    section.main-search-bar.SP-search {
        margin-top: 25px;
    }

    /***********************
    セレクトカテゴリー
    ***********************/
    ul.select-box.menu_list {}

    li.nav_item {
        width: 100%;
    }

    /* プルダウンの中 */
    .megamenu_recipe_category_list_inner.clearfix {
        display: block;
        padding: 10px;
    }

    #g_01Contents .item {
        border: none;
        padding: 10px 0;
        width: 100%;
    }

    #g_01Contents .item:not(:last-child) {}

    h3.headline {
        text-align: start;
    }

    ol.child_category_list {
        display: flex;
        margin-left: 1em;
        flex-direction: column;
    }

    li.category2 {
        display: block;
        text-align: start;
    }

    li.category2:not(:first-child) {
        margin-left: 25px;
        padding-left: 25px;
    }

    .category2 ul {
        margin-top: 5px;
    }

    li.category2 {
        margin-top: 0px;
    }

    .category2>a {
        padding: 0 10px;
        margin: 0px;
    }

    .item {
        width: 20%;
        padding: 0px;
    }

    li.category2.bluelabel {
        margin: 5px 0;
    }

    a .cate1:hover,
    .is-active .cate1,
    a .cate2:hover,
    .is-active .cate2,
    a .cate3:hover,
    .is-active .cate3,
    a .cate4:hover,
    .is-active .cate4,
    a .cate5:hover,
    .is-active .cate5,
    a .cate6:hover,
    .is-active .cate6,
    .cate1,
    .cate2,
    .cate3,
    .cate4,
    .cate5,
    .cate6 {
        background-size: cover;
        height: auto;
    }

    li.nav_item {
        margin-bottom: 20px;
    }

    /***********************
    バナー
    ***********************/

    section.banner-section {
        display: block;
        margin: 40px 0;
    }

    .banner-section a {
        width: 100%;
    }

    .banner-section a:first-child {
        margin-bottom: 20px;
    }

    /***********************
    SPキャラクター
    ***********************/
    section.sp-only.sp-character-section {
        display: flex;
        align-items: flex-end;
        gap: 3%;
        justify-content: center;
        margin: 40px 0;
    }

    img.character-img {
        max-height: 120px;
        height: 100%;
        width: 17.5%;
        object-fit: contain;
    }

    /***********************
    左サイドバー
    ***********************/
    aside#secondary {
        display: none;
    }

    /***********************
    おすすめ商品・新着商品
    ***********************/

    /* おすすめ商品 */
    .two-column #primary {
        width: 100%;
    }

    #content {
        padding: 0 1rem;
    }

    .front-il article:nth-of-type(even),
    .cat-il.type-grid article:nth-of-type(even),
    .search-li article:nth-of-type(even),
    .thumbindex .thumbnail_box:nth-of-type(even) {
        margin: 0;
    }

    .front-il article,
    .cat-il.type-grid article,
    .search-li article,
    .thumbindex .thumbnail_box {
        width: 48%;
        margin: 0;
        margin-bottom: 20px;
    }

    .front-il article:nth-child(even),
    .cat-il.type-grid article:nth-child(even),
    .search-li article:nth-child(even),
    .thumbindex .thumbnail_box:nth-child(even) {
        margin-right: 4%;
    }

    .front-il h2 {
        font-size: 20px;
    }

    .front-il h2:not(:first-child) {
        margin-top: 10px;
    }

    .front-il h2 span {
        font-size: 15px;
        margin-left: 25px;
    }

    .itemname {
        font-size: 14px;
    }

    .itemprice {
        font-size: 16px;
    }

    /***********************
    お知らせ
    ***********************/

    .news-list a {
        padding: 10px 10px;
    }

    p.news_date {
        font-size: 14px;
    }

    h3.news_title {
        position: relative;
        display: block;
        font-size: 14px;
        margin-left: 0.5em;
        width: 90%;
    }

    h3.news_title:after {
        right: -5%;
        width: 10px;
        height: 10px;
        border-top: 1px solid #333;
        border-right: 1px solid #333;
    }

    /***********************
    フッター
    ***********************/
    .footer-box {
        margin-top: 40px;
    }

    /* メイン */
    .footer-main {
        margin: 0;
        flex-direction: column-reverse;
    }

    /* フッター左 */
    .footer-left {
        width: 100%;
    }

    .footer-info-box {
        text-align: center;
    }

    .myinfo-icon {
        margin: auto;
        max-width: 600px;
        justify-content: space-between;
        gap: 1%;
    }

    .myinfo-icon a {
        display: inline-flex;
        align-items: center;
        padding: 10px 0;
    }

    footer li.carticon {
        border: none !important;
    }

    /* 会社概要 */
    .footer-company {
        display: flex;
        align-items: center;
        margin-top: 50px;
        flex-direction: column;
        gap: 20px 0;
    }

    .footer-company a {
        width: 80%;
    }

    img.footer-logo-img {
        height: auto;
        width: 100%;
    }

    .company-text {
        margin-left: 10px;
        line-height: 130%;
    }

    /* フッター右 */
    .footer-right {
        width: 100%;
    }

    .parent {
        display: block;
    }

    .parent a {
        width: 100%;
        margin-bottom: 30px;
        padding: 20px 0;
        font-size: 16px;
    }

    /* ナビメニュー */
    footer .inner {
        margin-top: 30px;
    }

    footer nav li {
        font-size: 12px;
    }

    .tokutei-content {
        font-size: 14px;
        padding-bottom: 4px;
    }

    /* SNSアイコン */
    .sns-icon-wrapper {
        margin-top: 30px;
    }

    /* コピーライト */
    p.saikouchiku-text {
        font-size: 14px;
        padding: 2px 8px;
        right: 2%;
        letter-spacing: 0.02em;
    }

    /***********************
    マイページ
    ***********************/
    #main #content.member-page article.my_page {
        overflow: hidden;
    }

    .my_page div#usces_history {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: unset;
    }

    .my_page .history-area {
        width: 100%;
        overflow-x: auto;
    }

    .my_page #memberinfo #history_head {
        overflow-x: scroll;
    }

    .my_page #memberinfo #history_head th,
    .my_page #memberinfo .retail th {
        white-space: nowrap;
    }

    .my_page #memberinfo .retail tr,
    .my_page #memberinfo #history_head tr {
        white-space: nowrap;
    }

    .my_page #memberinfo .retail tr td.thumbnail a {
        min-width: 40px;
    }
}

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

    /***********************
    フッター
    ***********************/
    .company-text {
        font-size: 14px;
    }
}

@media screen and (min-width: 770px) {

    #site-navigation li a {
        display: block;
        white-space: nowrap;
        font-size: 0.95rem;
        font-weight: bold;
        margin-bottom: 0;
        padding: 1rem 1rem;
        border-bottom: none;
        line-height: 100%;
    }

    .search-box {
        display: none;
    }

    #site-navigation li.current_page_item a {
        border-bottom: 1px solid #333;
    }
}

