/* Repeatable Patterns
----------------------------------------------------*/
* {
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
}


body {
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    letter-spacing: 0.03rem;
    color: #333;
    background: #fff;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* print setting */
@media print {
    html {
        font-size: 38%;
    }

    body {
        -webkit-print-color-adjust: exact;
    }
}

.all_container {
    overflow: hidden;
}

html.is-scroll-prevent {
    height: 100%;
    overflow: hidden;
}

a {
    color: inherit;
    text-decoration: none;
    transition: 0.3s ease-out;
}

a:hover,
a:focus {
    color: #85B23E;
    text-decoration: none;
}

a img,
a svg {
    transition: 0.3s ease-out;
}

::-moz-selection {
    background: #85B23E;
    color: #333;
    text-shadow: none;
}

::selection {
    background: #85B23E;
    color: #333;
    text-shadow: none;
}

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

figure {
    margin: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-weight: 700;
}

p {
    margin: 0;
}

.en {
    font-family: "EB Garamond", serif;
    font-weight: 400;
}

img {
    width: 100%;
    height: auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

svg {
    fill: currentcolor;
}

ul,
ol {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

input,
textarea,
button {
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: none;
    border-radius: 0;
    transition: 0.3s ease-out;
    cursor: pointer;
    color: #333;
    border: none;
}

.is-hidden {
    display: none;
}

.wrapper {
    width: calc(1266 / 1366 * 100%);
    max-width: 1266px;
    min-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2%;
    padding-right: 2%;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/*アニメーション*/

.zoom {
    overflow: hidden;
    width: 100%;
    display: block;
}

.zoom img {
    transition: transform .3s ease-in;
}

a:hover .zoom img {
    transform: scale(1.08);
}

/*テキスト*/
.section_heading {
    font-size: 2.8rem;
    margin: 0;
    padding-bottom: 5rem;
}

/*リンク*/
.link_button {
    width: 26rem;
    height: 6.2rem;
    font-size: 2rem;
    font-weight: 700;
    margin: auto;
    color: #fff;
    background: #85B23E;
    justify-content: center;
    align-items: center;
    border-radius: 50vmax;
    position: relative;
}

.link_button:hover {
    background: #64911d;
    color: #fff;
    text-decoration: none;
}

.link_button::after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: 2rem;
    margin: auto;
    border-top: solid 1px;
    border-right: solid 1px;
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
}

.link_arrow {
    font-size: 1.6rem;
    padding-left: 1.8rem;
    position: relative;
    display: block;
    width: fit-content;
    font-weight: 600;
}

.link_arrow::before {
    position: absolute;
    content: "";
    top: 2px;
    bottom: 0;
    left: 0;
    margin: auto;
    border-top: solid 1px;
    border-right: solid 1px;
    width: 7px;
    height: 7px;
    transform: rotate(45deg);
}

.link_arrow:hover {
    color: #85B23E;
    text-decoration: none;
}

/* ----- ヘッダー ----- */

.header_inner {
    padding-top: 3.6rem;
    padding-bottom: 3.2rem;
    align-items: center;
}

.main_logo {
    width: calc(156 / 1166 * 100%);
    margin: 0;
}

.header_nav {
    width: calc(1010 / 1166 * 100%);
    font-weight: 600;
}

.sub_nav {
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 1.8rem;
}

.sub_nav_list {
    width: calc(100% - 16rem);
    padding-right: 3.7%;
    font-size: 1.4rem;
    justify-content: flex-end;
    align-items: center;
}

.sub_nav_item + .sub_nav_item {
    margin-left: 3.2%;
}

.member_nav_list {
    width: 16rem;
    font-size: 1.4rem;
    justify-content: flex-end;
    align-items: center;
}

.member_nav_item + .member_nav_item {
    border-left: 1px solid #c1beb6;
    padding-left: 8%;
    margin-left: 8%
}

.main_nav {
    justify-content: flex-end;
    align-items: center;
}

.main_nav_list {
    width: calc(100% - 16rem);
    font-size: 1.7rem;
    justify-content: flex-end;
    align-items: center;
}

.main_nav_item {
    padding: 1.6rem 0;
}

.main_nav_item {
    margin-right: 4%;
}

/*マウスオーバーで表示するサブメニュー*/

.item_has_child {
    position: relative;
    cursor: pointer;
    padding-right: 1.2rem;
}

.item_has_child::after {
    border-left: 1px solid;
    border-top: 1px solid;
    width: 5px !important;
    height: 5px !important;
    content: "";
    display: block;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    position: absolute;
    transform: rotate(225deg);
}

.header_child_list {
    position: absolute;
    top: 100%;
    left: -10%;
    background: #FAF6EC;
    border-radius: 0 0 5px 5px;
    width: 20rem;
    z-index: 1;
}

.header_child_item {
    width: 100%;
    height: 0;
    overflow: hidden;
    position: relative;
}

.header_child_item a {
    font-size: 1.5rem;
    line-height: 1.3;
    width: 100%;
    padding: .6rem 0;
    display: block;
    opacity: 0;
}

.item_has_child:hover .header_child_item {
    overflow: visible;
    display: inline-block;
    height: auto;
}

.item_has_child:hover .header_child_list {
    padding: 1.6rem 1.6rem;
}

.item_has_child:hover .header_child_item a {
    opacity: 1;
}

/**/

.header_cart_button {
    width: 16rem;
    height: 4.3rem;
    background: #85B23E;
    color: #fff;
    justify-content: center;
    align-items: center;
    border-radius: 50vmax;
}

.header_cart_button:hover {
    background: #64911D;
    color: #fff;
    text-decoration: none;
}

.header_cart_button_text {
    font-size: 1.6rem;
}

.header_cart_button_num {
    background: #C74A3A;
    border-radius: 50%;
    width: 1.9rem;
    height: 1.9rem;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 1.3rem;
    letter-spacing: 0;
    margin-left: .5rem;
}


/* ----- 商品を探す ----- */


#footer_category {
    margin-top: 12rem;
}

.main_category_inner {
    background: #FAF6EC;
    border-radius: 5px;
    padding-top: 8rem;
    padding-bottom: 9rem;
    padding-left: 8rem;
    padding-right: 8rem;
}

.main_category_heading {
    width: 17rem;
    margin: 0 auto 5.2rem;
}

.main_category_container .search_form {
    width: 47rem;
    padding: 0 2rem;
    margin: auto;
}

.main_category_container .search_input {
    font-size: 1.8rem;
    height: 5.4rem;
}

.main_category_container .search_submit {
    width: 2.4rem;
    right: 2rem;
}

.tab_menu {
    margin-top: 6rem;
}

.tab_menu_list {
    justify-content: center;
    align-items: flex-end;
    border-bottom: 1px solid #c1beb6;
}

.tab_menu_item {
    position: relative;
    width: 17rem;
    padding: 1.8rem 1rem;
    margin: 0 1rem;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    transition: all .3s;
    font-size: 2.2rem;
    font-weight: 700;
    letter-spacing: .1rem;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-left: 1px solid #c1beb6;
    border-right: 1px solid #c1beb6;
    border-top: 1px solid #c1beb6;
}

.tab_menu_item:not(.is-active):hover {
    background: #FAEFD4;
}

.tab_menu_item.is-active {
    pointer-events: none;
}

.tab_menu_item.is-active::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background: #FAF6EC;
    z-index: 1;
}

.tab_container {
    padding-top: 6rem;
}

.tab_item {
    display: none;
}

.tab_item.is-active {
    display: block;
}

.tab_heading {
    font-size: 1.9rem;
    margin-bottom: 3.6rem;
}

.tab_heading span {
    font-size: 2.4rem;
}

.tab_cat_link {
    display: block;
    position: relative;
}

.tab_cat_img {
    display: block;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

.tab_cat_img img {
    overflow: hidden;
    aspect-ratio: 3 / 2;
    object-fit: cover;
}

.tab_cat_img::after {
    position: absolute;
    content: "";
    background: #000;
    opacity: .35;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.tab_cat_body {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    color: #fff;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    line-height: 1.4;
}

.tab_cat_name {
    letter-spacing: .08rem;
}

.tab_item_main .tab_cat_list {
    margin: 0 -2.2%;
}

.tab_item_main .tab_cat_item {
    width: calc(100% / 3);
    padding: 0 2.2% 2.8rem;
}

.tab_item_main .tab_cat_name {
    font-size: 2.8rem;
    padding-bottom: 1.2rem;
}

.tab_item_main .tab_cat_text {
    font-size: 1.5rem;
}

.tab_item_main + .tab_item_sub {
    margin-top: 4rem;
}

.tab_item_sub .tab_cat_list {
    margin: 0 -1.4%;
}

.tab_item_sub .tab_cat_item {
    width: calc(100% / 4);
    padding: 0 1.4% 2rem;
}

.tab_item_sub .tab_cat_name {
    margin-top: -.2rem;
    font-size: 2.4rem;
}

.tab_all_link,
.top_chaho_link {
    margin-top: 6rem;
    border: 1px solid #333;
    background: transparent;
    color: #333;
}

.tab_all_link:hover,
.top_chaho_link:hover {
    border-color: #64911d;
    color: #fff;
    background: #64911d;
}

/* ----- パンくず ----- */

.breadcrumb_container {
    margin-bottom: 3.2rem;
    flex-direction: column;
}

.breadcrumb {
    font-size: 1.3rem;
    line-height: 1.4;
    color: #666666;
}

.breadcrumb_item {
    position: relative;
}

.breadcrumb_item + .breadcrumb_item {
    padding-left: 1.6rem;
    margin-left: 0.6rem;
}

.breadcrumb_item + .breadcrumb_item::before {
    content: '';
    width: 5px;
    height: 5px;
    border: 0;
    border-top: solid 1px;
    border-right: solid 1px;
    transform: rotate(45deg);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.breadcrumb_item a {
    display: inline-block;
    word-wrap: break-word;
}

.breadcrumb_item a:hover {
    text-decoration: underline;
}

/* ----- 商品一覧スライダー ----- */

.item_slider_container,
.blog_slider_container {
    position: relative;
    margin-right: calc(50% - 50vw);
}

.item_slider,
.blog_slider {
    overflow: visible;
}

.item_slider_list {
    margin: 0;
}

.item_slider .item_list_item {
    padding: 0;
    width: 16vw;
    margin-right: 1.6vw;
    max-width: 28rem;
    min-width: 22rem;
}

.swiper-button-disabled {
    opacity: 0;
    display: block !important;
    cursor: unset;
}

.item_all_link {
    margin-top: 8rem;
}

/* ----- フッター ----- */

.main_footer {
    margin-top: 14rem;
    padding-bottom: 6rem;
}

.footer_inner {
    border-top: #c1beb6 1px solid;
    border-bottom: #c1beb6 1px solid;
    padding: 4.4rem 3%;
}

.footer_guide {
    width: 50%;
}

.footer_guide_heading img,
.footer_contact_heading img {
    width: auto;
    height: 2.4rem;
}

.footer_guide_heading {
    margin-bottom: 3.6rem;
}

.footer_guide_main {
    width: 56%;
}

.footer_guide_price_main {
    font-size: 1.6rem;
    line-height: .3;
    font-weight: 700;
}

.footer_guide_price_main .souryo {
    font-size: 110%;
}

.footer_guide_price_main .price,
.footer_guide_price_main .yen {
    color: #85b23e;
}

.footer_guide_price_main .price {
    font-size: 340%;
    font-weight: 500;
}

.footer_guide_price_main .tax {
    padding-left: .2rem;
    font-weight: 600;
}

.footer_guide_price_sub {
    font-size: 1.6rem;
    line-height: 1.65;
    margin-top: 2.4rem;
}

.footer_guide_price_sub span {
    font-weight: 700;
}

.footer_guide_links {
    width: 44%;
}

.footer_list_item {
    line-height: 1.3;
}

.footer_list_item + .footer_list_item {
    margin-top: 1.4rem;
}

.footer_list_item a {
    font-size: 1.6rem;
    padding-left: 1.8rem;
    font-weight: 600;
    position: relative;
    display: block;
    width: fit-content;
}

.footer_list_item a::before {
    position: absolute;
    content: "";
    top: 2px;
    bottom: 0;
    left: 0;
    margin: auto;
    border-top: solid 1px;
    border-right: solid 1px;
    width: 6px;
    height: 6px;
    transform: rotate(45deg);
}

.footer_contact {
    width: 50%;
    padding-left: 4%;
    border-left: #c1beb6 1px solid;
}

.footer_contact_heading {
    margin-bottom: 2rem;
}

.footer_contact_text {
    font-size: 1.5rem;
    line-height: 1.4;
    margin-bottom: 2.6rem;
}

.footer_contact_links {
    width: 38%;
}

.footer_main {
    margin-top: 7rem;
    margin-bottom: 4.4rem;
    justify-content: space-between;
}

.footer_logo {
    width: 20%;
    padding-right: 5%;
}

.footer_nav {
    width: 40%;
    justify-content: space-between;
}

.footer_nav_heading {
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 2rem;
}

.footer_nav_cat .footer_list_item a {
    font-size: 1.5rem;
}

.footer_chaho {
    width: 20%;
}

.footer_sns {
    align-items: center;
    margin-bottom: 3.6rem;
}

.footer_sns_link + .footer_sns_link {
    margin-left: 2.8rem;
}

.footer_sns_link {
    font-size: 1.6rem;
    font-weight: 600;
    align-items: center;
}

.footer_sns_link svg {
    margin-right: .8rem;
}

.footer_bottom_inner {
    align-items: center;
}

.footer_sub_nav {
    width: 70%;
}

.footer_sub_item {
    font-size: 1.5rem;
}

.footer_sub_item + .footer_sub_item {
    margin-left: 3.4%;
}

.footer_copyright {
    width: 30%;
    text-align: right;
    font-size: 1.5rem;
}

.gt_float_switcher{
    font-size: 15px !important;
}

.gt_float_switcher .gt-selected .gt-current-lang{
    padding: 6px 6px !important;
}

.gt_float_switcher img{
    width: 27px !important;
}

/* メインコンテンツ
----------------------------------------------------*/

.main_wrapper {
    padding-top: 1rem;
    align-items: flex-start;
    justify-content: space-between;
}

.contents_container {
    width: 68%;
}

.page_heading {
    font-size: 3rem;
    letter-spacing: .1rem;
    padding-bottom: 6rem;
}

.page_not_found {
    text-align: center;
    padding: 10rem 0;
    font-size: 1.8rem;
}

/* ----- サイドナビ ----- */

.sidebar_nav {
    width: 22%;
    margin-top: 6rem;
}

.search_form {
    margin: 0;
    background: #fff;
    position: relative;
    padding: 0 .8rem 0 1.6rem;
    border-radius: 50vmax;
}

.sidebar_nav .search_form {
    border: 1px solid;
}

.search_input {
    font-size: 1.5rem;
    padding: 0;
    width: calc(100% - 3rem);
    height: 5rem;
}

.sidebar_nav .search_input {
    height: 4.4rem;
}


.search_input:placeholder {
    color: #666;
}

.search_submit {
    width: 2.2rem;
    position: absolute;
    right: 1.4rem;
    top: 0;
    bottom: 0;
    margin: auto;
    padding: 0;
    opacity: .7;
}

.sidebar_heading {
    font-size: 1.6rem;
    border-bottom: #c1beb6 1px solid;
    padding-bottom: 1.6rem;
    margin-bottom: 2.8rem;
}

.sidebar_heading span {
    font-size: 1.9rem;
}

.sidebar_secion + .sidebar_secion {
    margin-top: 5rem;
}

.sidebar_list,
.tsukurite_container{
    line-height: 1.4;
}

.sidebar_list_heading {
    margin-bottom: .8rem;
}

.sidebar_list_heading > a {
    font-size: 1.8rem;
    display: block;
}

.sidebar_list_item + .sidebar_list_item .sidebar_list_heading > a {
    margin-top: 1.2rem;
}

.sidebar_list_item,
.category_list_item,
.sidebar_secion .p-category-list__item{
    padding-top: .7rem;
    padding-bottom: .7rem;
}

.sidebar_list_item > a,
.category_list_item > a,
.sidebar_secion .p-category-list__item > a{
    font-size: 1.6rem;
    display: block;
}

.category_list_item {
    padding-left: 1.8rem;
}

.sidebar_secion .p-category-list{
    flex-direction: column;
    width: 100%;
}

.category_list_item h3{
    margin-bottom: .6rem;
}

.sidebar_secion .p-category-list__item + .p-category-list__item::before{
    content: none;
}

/* ----- 商品一覧 ----- */

.list_page_head {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 4rem;
}

.list_page_number {
    font-size: 1.5rem;
}

.item_sort_list {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.item_sort_item {
    font-size: 1.5rem;
}

.item_sort_item + .item_sort_item {
    padding-left: 1.2rem;
}

.item_sort_link_current {
    opacity: .7;
}

.item_list_s {
    margin: 0 -2.1%;
}

.item_list_s .item_list_item {
    width: calc(100% / 3);
    padding: 0 2.1% 3.6rem;
}

.item_list_img {
    border: 1px solid #E6E6E6;
    border-radius: 5px;
}

.item_list_img img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.item_list_text {
    padding-top: 2.4rem;
}

.item_list_expl {
    font-size: 1.4rem;
    line-height: 1.4;
    padding-bottom: 1rem;
}

.item_list_name {
    font-size: 1.6rem;
    line-height: 1.4;
    font-weight: 700;
    padding-bottom: 1.8rem;
}

.item_list_price {
    font-size: 1.3rem;
    color: #666666;
}

/* ----- ページャー ----- */

.pager_container {
    padding-top: 4rem;
}

.pager_list {
    justify-content: center;
    align-items: center;
    font-size: 2rem;
}

.pager_item {
    padding: 0 .8rem;
}

.pager_link {
    padding: 0 .8rem .6rem;
}

.is-current.pager_link {
    border-bottom: 1px solid;
}

/* ----- slick ----- */

.slide-arrow{
    display: none;
    vertical-align: middle;
    line-height: 1;
    position: absolute;
    width: 2.8rem;
    height: 2.8rem;
    top: 0;
    bottom: 0;
    margin: auto !important;
    cursor: pointer;
    z-index: 1;
}

.slide-arrow::before,
.slide-arrow::after{
    content: '';
    background: #c1beb6;
    position: absolute;
}

.slide-arrow::before {
    top: 0;
    left: 0;
    right: 0;
    height: 0.1rem;
}

.slide-arrow::after {
    top: 0;
    right: 0;
    bottom: 0;
    width: 0.1rem;
}

.prev-arrow{
    transform: translateX(25%) rotate(225deg);
    left: -5rem;
}

.next-arrow{
    transform: translateX(-25%) rotate(45deg);
    right: -5rem;
}

.slick-disabled{
    opacity: 0;
}

/* ----- 最近見た商品 ----- */

.history_container {
    padding-top: 15rem;
}

/* ----- 年齢確認 ----- */

.caution {
    color: #85B23E;
    font-size: 120%;
    margin-bottom: 6rem;
}

/* ----- 特定商取引法表示・お買い物ガイド ----- */

.guide_container {
    font-size: 1.6rem;
    line-height: 1.75;
}

.guide_container img {
    width: auto;
    max-width: 100% !important;
}

.guide_container a {
    text-decoration: underline;
}

.c-ttl-main {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 0;
    margin-bottom: 5rem;
    line-height: 1.4;
    font-size: 3rem;
}

.c-ttl-main__ja {
    display: inline-block;
    margin-bottom: .8rem;
    font-weight: normal;
    font-size: 1.4rem;
    color: #909090;
    letter-spacing: 0;
}

.c-ttl-sub {
    margin-top: 0;
    margin-bottom: 5rem;
    line-height: 1.4;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
}

.c-ttl-sub__ja {
    display: block;
    margin-top: 2rem;
    font-size: 1.2rem;
    font-weight: normal;
    color: #909090;
    letter-spacing: 0;
}

.c-ttl-second {
    margin-top: 0;
    margin-bottom: 3.6rem;
    font-size: 2.2rem;
}

/* ----- フリーページ ----- */

.page_container{
    font-size: 1.6rem;
    line-height: 1.75;
}

.page_container h2{
    font-size: 2.6rem;
    margin-bottom: 2.8rem;
}

.page_container h3{
    font-size: 2.2rem;
    margin-bottom: 2rem;
}

.page_container a{
    text-decoration: underline;
}

.page_container section + section{
    margin-top: 8rem;
}

.page_container img{
    width: auto;
    max-width: 100% !important;
}

.dl_list{
    margin: 0;
}

.dl_list dt{
    width: 25%;
    padding-right: 3%;
    margin: 0 0 1.6rem;
    font-weight: 600;
}

.dl_list dd{
    width: 75%;
    margin: 0 0 1.6rem;
}

.ul_list{
    list-style-type: circle;
    margin-left: 2rem;
}

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

PCのみ

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

@media print,
    screen and (min-width: 768px) {
        .display_sp {
            display: none !important;
        }
}

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

スマートフォンのみ

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

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

    .display_pc {
        display: none !important;
    }

    .wrapper {
        width: 100%;
        min-width: 0;
        padding-left: 1.6rem;
        padding-right: 1.6rem;
    }

    /*テキスト*/
    .section_heading {
        font-size: 2.2rem;
        padding-bottom: 3.6rem;
    }

    /*リンク*/
    .link_button {
        width: 21.6rem;
        height: 5.5rem;
        font-size: 1.7rem;
    }

    .link_button::after {
        width: 7px;
        height: 7px;
    }

    .link_arrow {
        font-size: 1.6rem;
        padding-left: 1.5rem;
    }

    .link_arrow::before {
        width: 6px;
        height: 6px;
    }


    /* ----- ヘッダー ----- */

    .header_inner {
        padding-top: 1.2rem;
        padding-bottom: 1rem;
        justify-content: space-between;
        padding-right: 8rem;
    }

    .main_logo {
        width: 9rem;
    }

    .sp_cart_button {
        position: relative;
        width: 3.5rem;
        text-align: center;
        margin-top: .3rem;
    }

    .sp_cart_button svg {
        width: 2.8rem;
        height: 2.3rem;
    }

    .sp_cart_button_text {
        font-size: 1.1rem;
        font-weight: 700;
        padding-top: .5rem;
        letter-spacing: -0.03rem;
    }

    .sp_cart_button_num {
        background: #C74A3A;
        border-radius: 50%;
        width: 1.6rem;
        height: 1.6rem;
        justify-content: center;
        align-items: center;
        color: #fff;
        font-size: 1.1rem;
        letter-spacing: 0;
        position: absolute;
        top: -.5rem;
        right: 0;
    }


    /*ドロワー*/
    .drawer_hamburger {
        position: fixed;
        top: 0;
        right: 0;
        width: 7rem;
        height: 7rem;
        z-index: 999;
        padding: 2.4rem 1.2rem 1.2rem;
        background: #85B23E;
    }

    .drawer_hamburger_icon,
    .drawer_hamburger_icon:after,
    .drawer_hamburger_icon:before {
        transition: all .3s cubic-bezier(.19, 1, .22, 1);
    }

    .drawer_hamburger_icon {
        position: relative;
        display: block;
        width: 55% !important;
        height: 1px;
        margin: 0 auto;
        background-color: #fff;
    }

    .drawer_hamburger_icon:after,
    .drawer_hamburger_icon:before {
        position: absolute;
        content: " ";
        height: 1px;
        width: 100% !important;
        background-color: #fff;
        left: 0;
        right: 0;
        margin: auto;
    }

    .drawer_hamburger_icon:before {
        top: -.85rem !important;
    }

    .drawer_hamburger_icon:after {
        top: .85rem !important;
    }

    .is-opened .drawer_hamburger_icon {
        background-color: transparent;
    }

    .is-opened .drawer_hamburger_icon:before,
    .is-opened .drawer_hamburger_icon:after {
        width: 120% !important;
        top: 0 !important;
        left: -10%;
    }

    .is-opened .drawer_hamburger_icon:before {
        transform: rotate(30deg);
    }

    .is-opened .drawer_hamburger_icon:after {
        transform: rotate(-30deg);
    }

    .drawer_hamburger_text {
        font-size: 1.1rem;
        font-weight: 700;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: -0.1rem;
        display: block;
        position: relative;
        margin-top: 1.7rem;
    }

    .drawer_hamburger_text::after {
        position: relative;
        content: "メニュー";
        display: block;
    }

    .is-opened .drawer_hamburger_text::after {
        content: "閉じる";
    }

    .drawer_container {
        background: #FAF6EC;
        align-items: center;
        position: fixed;
        top: 0;
        right: -100%;
        z-index: 100;
        overflow-y: scroll;
        width: 100%;
        height: 100vh;
        height: 100dvh;
        max-height: 100%;
        transition: right .3s ease-in-out;
        -webkit-overflow-scrolling: touch;
    }

    .is-opened .drawer_container {
        right: 0;
        transition: right .3s ease-in-out;
    }

    .drawer_inner {
        min-height: 100vh;
        min-height: 100dvh;
        padding: 3rem 12% 6rem;
    }

    .member_nav_list {
        width: 100%;
        font-size: 1.4rem;
        justify-content: flex-start;
        margin-bottom: 4.8rem
    }

    .member_nav_item + .member_nav_item {
        padding-left: 1.4rem;
        margin-left: 1.4rem;
    }

    .drawer_container .search_form {
        padding: 0 2rem;
        margin-bottom: 2.8rem;
    }

    .hs_btn {
        cursor: pointer;
    }

    .hs_content {
        display: none;
        padding-bottom: 2rem;
    }

    .sidebar_heading {
        position: relative;
        font-size: 1.6rem;
        border-bottom: none;
        margin-bottom: 0;
        padding-top: 1.8rem;
        padding-bottom: 1.8rem;
        font-weight: 600;
    }

    .sidebar_heading span {
        font-size: 1.7rem;
    }

    .sidebar_heading::before,
    .sidebar_heading::after {
        display: block;
        content: '';
        background-color: #c1beb6;
        position: absolute;
        width: 1.1rem;
        height: 1px;
        top: 0;
        bottom: 0;
        right: .8rem;
        margin: auto;
        transition: 0.3s ease-out;
        opacity: 1;
    }

    .sidebar_heading::after {
        transform: rotate(90deg);
    }

    .sidebar_heading.open::after {
        opacity: 0;
    }

    .drawer_nav_list + .drawer_nav_list {
        margin-top: 3.2rem;
    }

    .drawer_nav_item{
        border-bottom: #c1beb6 1px solid;
    }

    .drawer_nav_item a {
        font-size: 1.7rem;
        padding-top: 1.8rem;
        padding-bottom: 1.8rem;
        display: block;
        position: relative;
        font-weight: 600;
    }

    .drawer_nav_item a::before {
        position: absolute;
        content: "";
        top: 0;
        bottom: 0;
        right: 1.2rem;
        margin: auto;
        border-top: solid 1px #c1beb6;
        border-right: solid 1px #c1beb6;
        width: 0.7rem;
        height: 0.7rem;
        transform: rotate(45deg);
    }

    .sidebar_list_heading {
        margin: 0;
    }

    .sidebar_list_heading a {
        font-size: 1.7rem;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .drawer_nav_item .p-category-list{
        flex-direction: column;
        width: 100%;
    }

    .sidebar_list_item,
    .drawer_nav_item .p-category-list__item{
        padding-top: 0;
        padding-bottom: 0;
    }

    .sidebar_list_item a,
    .drawer_nav_item .p-category-list__item a{
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .category_list_item a {
        padding-left: 2rem;
        font-size: 1.6rem;
        padding-top: .8rem;
        padding-bottom: .8rem;
    }

    .category_list_item {
        padding: 0;
    }

    .category_list_item a {
        font-weight: 500;
    }
    
    .drawer_container .p-category-list__item + .p-category-list__item::before{
        content: none;
    }




    /* ----- 商品を探す ----- */


    #footer_category {
        margin-top: 6rem;
    }

    .main_category_inner {
        padding-top: 5rem;
        padding-bottom: 7rem;
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .main_category_heading {
        width: 12.4rem;
        margin: 0 auto 4rem;
    }

    .main_category_container .search_form {
        width: 100%;
        padding: 0 2rem;
    }

    .main_category_container .search_input {
        font-size: 1.6rem;
        height: 4.8rem;
    }

    .main_category_container .search_submit {
        width: 2rem;
        right: 1.4rem;
    }

    .tab_menu {
        margin-top: 5rem;
    }

    .tab_menu_list {
        justify-content: space-evenly;
    }

    .tab_menu_item {
        width: 30%;
        padding: 1.5rem .6rem;
        margin: 0;
        font-size: 1.8rem;
    }

    .tab_container {
        padding-top: 4.8rem;
    }

    .tab_heading {
        font-size: 1.6rem;
        margin-bottom: 2.4rem;
    }

    .tab_heading span {
        font-size: 2.1rem;
    }

    .tab_item_main .tab_cat_img img {
        aspect-ratio: 5 / 3;
    }

    .tab_item_sub .tab_cat_img img {
        aspect-ratio: 1 / 1;
    }

    .tab_item_main .tab_cat_list {
        margin: 0 0;
    }

    .tab_item_main .tab_cat_item {
        width: 100%;
        padding: 0 0 2rem;
    }

    .tab_item_main .tab_cat_name {
        font-size: 2.8rem;
        padding-bottom: .8rem;
    }

    .tab_item_main .tab_cat_text {
        font-size: 1.4rem;
    }

    .tab_item_main + .tab_item_sub {
        margin-top: 4rem;
    }

    .tab_item_sub .tab_cat_list {
        margin: 0 -.8rem;
    }

    .tab_item_sub .tab_cat_item {
        width: calc(100% / 2);
        padding: 0 .8rem 1.6rem;
    }

    .tab_item_sub .tab_cat_name {
        font-size: 2rem;
    }

    .tab_all_link,
    .top_chaho_link {
        margin-top: 3.2rem;
    }

    /* ----- パンくず ----- */

    .breadcrumb_container {
        margin-bottom: 2.4rem;
    }

    .breadcrumb {
        font-size: 1.2rem;
    }

    .breadcrumb_item + .breadcrumb_item {
        padding-left: 1.2rem;
        margin-left: 0.4rem;
    }

    .breadcrumb_item + .breadcrumb_item::before {
        width: 4px;
        height: 4px;
    }

    /* ----- 商品一覧スライダー ----- */

    .item_slider .item_list_item {
        width: 40vw;
        margin-right: 3.2vw;
        max-width: 22rem;
        min-width: 16rem;
    }

    .item_slider .item_list_text {
        padding-right: 5%;
    }

    .item_all_link {
        margin-top: 4rem;
    }

    /* ----- フッター ----- */

    .main_footer {
        margin-top: 8rem;
        padding-bottom: 4.4rem;
    }

    .footer_inner {
        border: #c1beb6 1px solid;
        border-radius: 5px;
        padding: 5rem 10%;
    }

    .footer_guide {
        width: 100%;
    }

    .footer_guide_heading {
        margin-bottom: 3.6rem;
    }

    .footer_guide_main {
        width: 100%;
    }

    .footer_guide_price_sub {
        font-size: 1.5rem;
        line-height: 1.65;
        margin-top: 2rem;
    }

    .footer_guide_links {
        width: 100%;
        margin-top: 2.8rem;
    }

    .footer_list_item + .footer_list_item {
        margin-top: 1.2rem;
    }

    .footer_list_item a {
        font-size: 1.6rem;
        padding-left: 2rem;
    }

    .footer_list_item a::before {
        width: 6px;
        height: 6px;
    }

    .footer_contact {
        width: 100%;
        padding-left: 0;
        border-top: #c1beb6 1px solid;
        border-left: none;
        margin-top: 4rem;
        padding-top: 4.6rem;
    }

    .footer_contact_heading {
        margin-bottom: 2.8rem;
    }

    .footer_contact_text {
        font-size: 1.5rem;
        line-height: 1.6;
        margin-bottom: 2.4rem;
    }

    .footer_contact_links {
        width: 100%;
    }

    .footer_main {
        margin-top: 6rem;
        margin-bottom: 6rem;
        align-items: center;
        flex-direction: column;
    }

    .footer_logo {
        width: 15.4rem;
        padding-right: 0;
        margin-bottom: 3.4rem;
    }

    .footer_chaho {
        width: 8rem;
    }

    .footer_sns {
        justify-content: center;
        margin-bottom: 5rem;
    }

    .footer_sns_link + .footer_sns_link {
        margin-left: 2.6rem;
    }

    .footer_sns_link {
        font-size: 1.6rem;
    }

    .footer_sns_link svg {
        margin-right: .8rem;
    }

    .footer_sub_nav {
        width: 100%;
    }

    .footer_sub_list {
        justify-content: center;
    }

    .footer_sub_item {
        font-size: 1.3rem;
        padding-bottom: 1.5rem;
        margin-left: 1rem;
        margin-right: 1rem;
    }

    .footer_sub_item + .footer_sub_item {
        margin-left: 1rem;
    }

    .footer_copyright {
        width: 100%;
        text-align: center;
        font-size: 1.3rem;
        margin-top: 4rem;
    }


    /* メインコンテンツ
    ----------------------------------------------------*/

    .main_wrapper {
        padding-top: 1.8rem;
    }

    .contents_container {
        width: 100%;
    }

    .page_heading {
        font-size: 2.6rem;
        padding-bottom: 4rem;
    }

    .page_not_found {
        padding: 8rem 0;
        font-size: 1.7rem;
    }

    /* ----- 商品一覧 ----- */

    .list_page_head {
        padding-bottom: 2.8rem;
    }

    .list_page_number {
        font-size: 1.4rem;
    }

    .item_sort_item {
        font-size: 1.3rem;
    }

    .item_sort_item + .item_sort_item {
        padding-left: 1rem;
    }

    .item_list_s {
        margin: 0 -2%;
    }

    .item_list_s .item_list_item {
        width: calc(100% / 2);
        padding: 0 2.4% 3rem;
    }

    .item_list_text {
        padding-top: 1.8rem;
    }

    .item_list_expl {
        font-size: 1.3rem;
        padding-bottom: 1rem;
    }

    .item_list_name {
        font-size: 1.5rem;
        padding-bottom: 1.4rem;
    }

    .item_list_price {
        font-size: 1.3rem;
    }

    /* ----- ページャー ----- */

    .pager_container {
        padding-top: 3rem;
    }

    .pager_list {
        font-size: 1.8rem;
    }

    .pager_item {
        padding: 0 .7rem;
    }

    .pager_link {
        padding: 0 .8rem .6rem;
    }


    /* ----- slick ----- */

    .slide-arrow{
        display: inline-block;
        width: 2rem;
        height: 2rem;
    }

    .slide-arrow::before {
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    }

    .slide-arrow::after {
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    }

    .prev-arrow{
        left: -.6rem;
    }

    .item_img_main .prev-arrow{
        left: 1rem;
    }

    .next-arrow{
        right: 1rem;
    }


    /* ----- 最近見た商品 ----- */

    .history_container {
        padding-top: 10rem;
    }

    /* ----- 年齢確認 ----- */
    .caution {
        margin-bottom: 2rem;
    }

    /* ----- 特定商取引法表示・お買い物ガイド ----- */
    .guide_heading {
        font-size: 2rem;
        margin-bottom: 2.8rem;
        border-left: .6rem solid #FAF6EC;
        padding-left: 1rem;
    }

    .guide_section + .guide_section {
        padding-top: 6rem;
    }

    .guide_section_tr {
        padding-bottom: 2.4rem;
        margin-bottom: 2.4rem;
    }

    .guide_section_th {
        width: 100%;
        padding-right: 0;
        margin-bottom: 1.2rem;
        font-size: 1.8rem;
    }

    .guide_section_td {
        width: 100%;
        font-size: 1.6rem;
    }

    .guide_shipping_table td:not(:last-child) {
        font-size: 1.4rem;
        line-height: 1.5;
    }

    .guide_shipping_table tr td:last-child {
        min-width: 8.8rem;
    }


    /* ----- 特定商取引法表示・お買い物ガイド ----- */


    .guide_container {
        font-size: 1.4rem;
    }

    .c-ttl-main {
        margin-bottom: 3rem;
        font-size: 2.2rem;
    }

    .c-ttl-main__ja {
        margin-bottom: .8rem;
        font-size: 1.4rem;
    }

    .c-ttl-main__ja {
        margin-bottom: .4rem;
        font-size: 1.2rem;
    }

    .c-ttl-sub {
        margin-bottom: 5rem;
        font-size: 1.4rem;
    }

    .c-ttl-sub {
        margin-bottom: 3rem;
        font-size: 1.4rem;
    }

    .c-ttl-sub__ja {
        margin-top: 2rem;
        font-size: 1.2rem;
    }

    .c-ttl-second {
        margin-bottom: 2rem;
        font-size: 1.8rem;
    }


    /* ----- フリーページ ----- */

    .page_container{
        font-size: 1.4rem;
    }

    .page_container h2{
        font-size: 2.2rem;
        margin-bottom: 2rem;
    }

    .page_container h3{
        font-size: 1.8rem;
        margin-bottom: 1.6rem;
    }

    .page_container section + section{
        margin-top: 5rem;
    }

    .dl_list dt{
        width: 35%;
        padding-right: 1.5%;
        margin: 0 0 1.4rem;
    }

    .dl_list dd{
        width: 65%;
        margin: 0 0 1.4rem;
    }

}

@media print,
    screen and (max-width: 320px) {
        html {
            font-size: 58%;
        }
}
