@charset "euc-jp";

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin        : 0;
    padding       : 0;
    border        : 0;
    font          : inherit;
    font-size     : 100%;
    vertical-align: baseline;
}

html {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing : 0;
}

caption,
th,
td {
    text-align    : left;
    font-weight   : normal;
    vertical-align: middle;
}

q,
blockquote {
    quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
    content: "";
    content: none;
}

a img {
    border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

/***********************************************************************
base style
**********************************************************************/
html {
    font-size: 62.5%;
}

body {
    color         : #141414;
    overflow-x    : hidden;
    font-family   : "Þâ¥´¥·¥Ã¥¯", YuGothic, "Þâ¥´¥·¥Ã¥¯ Medium", "Yu Gothic Medium", "Þâ¥´¥·¥Ã¥¯ÂÎ", YuGothic, "¥á¥¤¥ê¥ª", Meiryo, "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "Hiragino Kaku Gothic Pro", "HiraKakuPro-W3", "£Í£Ó £Ð¥´¥·¥Ã¥¯", "MS PGothic", Arial, Helvetica, sans-serif;
    line-height   : 1.71;
    font-size     : 14px;
    font-size     : 1.4rem;
    letter-spacing: 0.05em;
}

img {
    vertical-align: top;
}

a {
    color          : #917a64;
    transition     : color 0.2s ease 0s;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.ov a {
    overflow: hidden;
    display : block;
}

.ov:hover {
    opacity: 0.7;
}

.ov:hover a img {
    transform: scale(1.05);
}

.ov2:hover img {
    opacity: 0.7;
}

.5th_logo {
    position: absolute;
    top     : 17px;
    left    : 275px;
}

.sp {
    display: none;
}

.pc {
    display: block;
}

.mod-green-btn {
    text-align: center;
    float     : right;
}

.mod-green-btn a {
    width                : 235px;
    background-color     : #7fcc99;
    -moz-border-radius   : 50px;
    -webkit-border-radius: 50px;
    border-radius        : 50px;
    color                : #FFF;
    font-size            : 16px;
    font-size            : 1.6rem;
    letter-spacing       : 0.1em;
    display              : block;
    padding              : 10px 0px;
}

.mod-ttl {
    /* width         : 1046px; */
    height        : 80px;
    padding-left  : 80px;
    font-size     : 2.2rem;
    font-weight   : 600;
    letter-spacing: 0.1em;
    line-height   : 80px;
    color         : #563330;
}

.mod-ttl span {
    background-color: white;
    padding-right   : 10px;
}

.recommend_products {
    background: url("https://maruyo-chaya.com/onlineshop_images/title-background-recommended.png") no-repeat 0 0;
}

.gift_products {
    background: url("https://maruyo-chaya.com/onlineshop_images/title-background-gift.png") no-repeat 0 0;
}

.rankk_products {
    background: url("https://maruyo-chaya.com/onlineshop_images/title-background-rank.png") no-repeat 0 0;
}

.nekoposu_products {
    background: url("https://maruyo-chaya.com/onlineshop_images/title-background-nekoposu.png") no-repeat 0 0;
}

.searchbypurpose {
    background: url("https://maruyo-chaya.com/onlineshop_images/title-background-purpose.png") no-repeat 0 0;
}

.div_right_button {
    text-align: right;
    margin    : 0px 0px 30px 0px;
}

.a_button_viewall {
    color         : #403f41;
    font-size     : 1.8rem;
    display       : inline-block;
    text-align    : center;
    border        : 1px solid #c5c5c5;
    border-radius : 40px;
    padding       : 10px 40px;
    letter-spacing: 0.3rem;
}


a:hover {
    /* transition: all 0.2s ease 0s;
    opacity   : 0.7; */
}

.rank-list {
    width                : 100%;
    display              : grid;
    grid-template-columns: repeat(3, 33.2%);
    justify-content      : space-between;
    align-items          : start;
    justify-items        : stretch;
  gap: 20px 0px;
}

.rank-list::after {
    content: "";
    display: block;
    clear  : both;
}

.rank-list li {
    /* padding      : 10px; */
    box-sizing   : border-box;
    position     : relative;
    float        : left;
    margin-bottom: 10px;
}

.rank-list li .img {
    width           : 100%;
    margin-bottom   : 10px;
    text-align      : center;
    /* height       : 200px; */
}

.rank-list li .img img {
    width       : 100%;
    aspect-ratio: 6 / 4;
}

.rank-list li dt {
    font-size       : 1.4rem;
    line-height     : 1.3em;
    margin-bottom   : 5px;
    color           : #534741;
    /* height       : 65px; */
    padding         : 0px 10px;
}

.rank-list li .price {
    font-size: 1.4rem;
    padding  : 0px 10px;
}

.rank-list li .rank-icon {
    position: absolute;
    left    : -10px;
    top     : -10px;
}

.rank-list li .price span {
    font-size: 14px;
    font-size: 1.4rem;
}

.rank-list li a {
    color: #000;
}

.rank-list li:nth-child(3n) {
    margin-right: 0px;
}

.cart-btn {
    text-align: center;
}

.cart-btn a {
    width                : 235px;
    background-color     : #e73828;
    -moz-border-radius   : 50px;
    -webkit-border-radius: 50px;
    border-radius        : 50px;
    color                : #FFF;
    font-size            : 16px;
    font-size            : 1.6rem;
    letter-spacing       : 0.1em;
    display              : block;
    padding              : 10px 0px;
}

/***********************************************************************
layout
**********************************************************************/
header {
    position: relative;
}

.global-header {
    width   : 1326px;
    height  : 120px;
    margin  : 0 auto;
    position: relative;
}

.global-header h1 {
    background : url("https://maruyo-chaya.com/onlineshop_images/logo.png") no-repeat 0 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow   : hidden;
    width      : 256px;
    height     : 90px;
    position   : absolute;
    top        : 20px;
    left       : 0px;
}

.global-header h1 a {
    display: block;
    width  : 256px;
    height : 90px;
}

.global-header .head-tel {
    background : url("https://maruyo-chaya.com/onlineshop_images/hotline.png?3") no-repeat 0 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow   : hidden;
    width      : 360px;
    height     : 70px;
    position   : absolute;
    top        : 30px;
    right      : 0px;
}

.global-header ul {
    position: absolute;
    right   : 0px;
    top     : 70px;
}

.global-header ul::after {
    content: "";
    display: block;
    clear  : both;
}

.global-header ul li {
    float         : left;
    margin-left   : 10px;
    letter-spacing: 0.1em;
}

.global-header ul li a {
    font-size      : 16px;
    font-size      : 1.6rem;
    color          : #7fcc99;
    text-decoration: none;
    color          : #563330;
}

.global-header ul li:before {
    content       : "¡ü";
    color         : #7fcc99;
    vertical-align: middle;
    font-size     : 11px;
    font-size     : 1.1rem;
    padding-right : 5px;
}

.div_header_icon {
    display              : flex;
    position             : absolute;
    width                : 225px;
    /* width             : 150px; */
    top                  : 33px;
    right                : 380px;
    justify-content      : space-between;
}

.div_header_icon>div {
    width       : calc(50% - 20px);
    margin-right: 20px;
}

.div_header_icon>div img {
    width: 100%;
}

.div_num {
    background-color   : #fd5e60;
    width              : 20px;
    aspect-ratio       : 1/1;
    display            : block;
    line-height        : 20px;
    text-align         : center;
    border-radius      : 50%;
    color              : white;
    font-size          : 1rem;
    position           : absolute;
    bottom             : 0px;
    /* right           : 20px; */
    right              : 90px;
}

.div_navi_flex {
    display        : flex;
    width          : 1365px;
    margin         : 10px auto 30px auto;
    flex-direction : row;
    flex-wrap      : nowrap;
    justify-content: space-between;
    align-items    : flex-start;
    border-right   : 1px dashed #534741;
}

.div_navi_flex a {
    cursor     : pointer;
    display    : block;
    width      : 270px;
    text-align : center;
    border-left: 1px dashed #534741;
    line-height: 4rem;
    font-weight: 600;
    color      : #534741;
}

.div_navi_flex a img {
    transition: transform 0.2s ease-in-out;
}

.div_navi_flex a:hover img {
    transform: translateY(-5px) rotate(5deg);
}

.div_product_index {
    display         : none;
    opacity         : 0;
    transition      : opacity 0.2s;
    width           : 1346px;
    height          : fit-content;
    background-color: #ffffff;
    border-radius   : 10px;
    border          : 1px dashed #534741;
    position        : absolute;
    top             : 240px;
    left            : calc((100vw - 1386px) / 2 - 8px);
    z-index         : 10;
    padding         : 20px;
}

.div_product_index .div_close {
    position        : absolute;
    left            : calc(50% - 15px);
    bottom          : -40px;
    width           : 30px;
    height          : 30px;
    line-height     : 30px;
    text-align      : center;
    background-color: white;
    border-radius   : 50%;
    cursor          : pointer;
    font-size       : 1.1rem;
    color           : #4f2a27;
    font-weight     : 600;
}

.div_product_flex {
    /*display        : flex;
    padding        : 20px;
    flex-direction : row;
    justify-content: space-between;
    align-items    : flex-start;
    flex-wrap      : nowrap;*/
    display              : grid;
    grid-template-columns: repeat(6, 214px);
    gap                  : 10px;
}

.div_product_flex div {
    font-weight: 600;
}

.div_product_flex div:not(:nth-child(6n)) {
    border-right: 1px dashed #534741;
    padding     : 0px 15px;
}

.div_product_flex div br {
    display: none;
}

.div_product_flex div a {
    color: #534741;
}


.div_product_flex div a span {
    color: #534741 !important;
}

.wrapper .contents {
    width        : 100%;
    max-width    : 1366px;
    margin       : 0 auto;
    margin-bottom: 100px;
}

.wrapper .contents::after {
    content: "";
    display: block;
    clear  : both;
}

.slider {
    max-width: 1366px;
    margin   : 10px auto 60px auto;
}

.wrapper .main-contents {
    width: 1126px;
    float: left;
}

.wrapper .side-contents {
    width         : 190px;
    float         : left;
    letter-spacing: 0.1em;
    margin-right  : 50px;
}

.wrapper .side-contents .category-block {
    margin-bottom: 20px;
    background   : url("https://img03.shop-pro.jp/PA01005/420/etc/c_side_border_bg.png?cmsp_timestamp=202806161141") repeat-y;
}

.wrapper .side-contents .category-block dt {
    font-size  : 18px;
    font-size  : 1.8rem;
    height     : 51px;
    line-height: 51px;
    text-align : center;
    color      : #563330;
    font-family: "ÞâÌÀÄ« Medium", YuMincho Medium, "ÞâÌÀÄ«", YuMincho, "¥Ò¥é¥®¥ÎÌÀÄ« ProN W3", "Hiragino Mincho ProN", "HGÌÀÄ«E", "£Í£Ó £ÐÌÀÄ«", "MS PMincho";
    background : url("https://img03.shop-pro.jp/PA01005/420/etc/c_side_bg.png?cmsp_timestamp=202806161153") no-repeat;
}

.wrapper .side-contents .category-block dd {
    padding  : 15px;
    font-size: 15px;
    font-size: 1.4rem;
}

.wrapper .side-contents .category-block dd a {
    color: #563330;
}

.wrapper .side-contents .category-block dd li:before {
    display       : none;
    content       : "¡ü";
    color         : #7fcc99;
    vertical-align: middle;
    font-size     : 10px;
    font-size     : 1rem;
    padding-right : 5px;
}

.wrapper .side-contents .category-block dd li:after {
    content   : "";
    background: url(https://img03.shop-pro.jp/PA01005/420/etc/c_side_border_yokos.png?cmsp_timestamp=202806161207) no-repeat 0 0;
    display   : block;
    width     : 160px;
    height    : 2px;
    margin    : 10px 0px;
}

.wrapper .side-contents .category-block dd li:last-child:after {
    display: none;
}

.wrapper .side-contents .category-block:after {
    content   : "";
    background: url(https://img03.shop-pro.jp/PA01005/420/etc/c_side_border_yoko.png?cmsp_timestamp=202806161216) no-repeat 0 0;
    display   : block;
    width     : 190px;
    height    : 2px;
}

.wrapper .side-contents .page-list {
    margin-bottom: 20px;
    padding      : 0px;
    background   : url("https://img03.shop-pro.jp/PA01005/420/etc/c_side_border_bg.png?cmsp_timestamp=202806161225") repeat-y;
}

.wrapper .side-contents .page-list li {
    background     : url(https://img03.shop-pro.jp/PA01005/420/etc/c_green_arrow.png?cmsp_timestamp=202806161249) no-repeat 0 50%;
    background-size: 8px;
    padding-left   : 15px;
    line-height    : 2.1em;
    margin-left    : 15px;
}

.wrapper .side-contents .page-list li a {
    color: #563330;
}

.wrapper .side-contents .page-list li:first-child {
    margin-top: 12px;
}

.wrapper .side-contents .page-list li:last-child {
    margin-bottom: 12px;
}

.wrapper .side-contents .page-list:before {
    content   : "";
    background: url(https://img03.shop-pro.jp/PA01005/420/etc/c_side_border_yoko.png?cmsp_timestamp=202806161259) no-repeat 0 0;
    display   : block;
    width     : 190px;
    height    : 2px;
}

.wrapper .side-contents .page-list:after {
    content   : "";
    background: url(https://img03.shop-pro.jp/PA01005/420/etc/c_side_border_yoko.png?cmsp_timestamp=202806161259) no-repeat 0 0;
    display   : block;
    width     : 190px;
    height    : 2px;
}

.wrapper .side-contents .deliv-banner {
    margin-bottom: 20px;
}

.wrapper .side-contents .deliv-banner.mobile_show {
    display: none;
}

.wrapper .side-contents .maruyo-banner {
    margin-bottom: 20px;
}

.wrapper .side-contents .sns {
    background: url("https://img03.shop-pro.jp/PA01005/420/etc/c_side_border_bg.png?cmsp_timestamp=202806161315") repeat-y;
}

.wrapper .side-contents .sns dt {
    font-size  : 18px;
    font-size  : 1.8rem;
    text-align : center;
    height     : 51px;
    line-height: 51px;
    font-family: "ÞâÌÀÄ« Medium", YuMincho Medium, "ÞâÌÀÄ«", YuMincho, "¥Ò¥é¥®¥ÎÌÀÄ« ProN W3", "Hiragino Mincho ProN", "HGÌÀÄ«E", "£Í£Ó £ÐÌÀÄ«", "MS PMincho";
    background : url("https://img03.shop-pro.jp/PA01005/420/etc/c_side_bg.png?cmsp_timestamp=202806161326") no-repeat;
}

.wrapper .side-contents .sns dd {
    padding: 10px 0px;
}

.wrapper .side-contents .sns dd ul {
    text-align: center;
}

.wrapper .side-contents .sns dd li {
    display   : inline-block;
    text-align: left;
}

.wrapper .side-contents .sns dd li:nth-child(2) {
    padding: 0 15px;
}

.wrapper .side-contents .sns:after {
    content   : "";
    background: url(https://img03.shop-pro.jp/PA01005/420/etc/c_side_border_yoko.png?cmsp_timestamp=202806161336) no-repeat 0 0;
    display   : block;
    width     : 190px;
    height    : 2px;
}

.global-footer {
    height    : 300px;
    background: url(https://img03.shop-pro.jp/PA01005/420/etc/c_side_border_yoko.png?cmsp_timestamp=202806161336) repeat-x 0 0;
}

.footer-inner {
    width         : 980px;
    margin        : 0 auto;
    position      : relative;
    letter-spacing: 0.1em;
}

.footer-inner .logo {
    position    : absolute;
    text-indent : 100%;
    white-space : nowrap;
    overflow    : hidden;
    width       : 192px;
    height      : 61px;
    top         : 34px;
    float       : left;
    margin-right: 40px;
    background  : url("https://img03.shop-pro.jp/PA01005/420/etc/c_footer_logo.png?cmsp_timestamp=202806161358") no-repeat 0 0;
}

.footer-inner .logo a {
    width  : 192px;
    height : 61px;
    display: block;
}

.footer-inner .address {
    top      : 50px;
    position : absolute;
    font-size: 13px;
    font-size: 1.3rem;
    left     : 230px;
}

.footer-inner .copy {
    position : absolute;
    right    : 0px;
    top      : 78px;
    font-size: 11px;
    font-size: 1.1rem;
    color    : #878787;
}

.global-footer-2021 {
    width         : 980px;
    margin        : 0px auto;
    letter-spacing: 0.1em;
    font-size     : 1.3rem;
}

.footer-flex {
    padding-top    : 30px;
    display        : flex;
    flex-direction : row;
    flex-wrap      : nowrap;
    justify-content: flex-start;
    align-items    : flex-start;
}

.leftside {
    width: 40%;
}

.rightside {
    width      : 60%;
    padding-top: 10px;
}

.rightside>div {
    margin-bottom: 10px;
}

.img_tel {
    width: 300px;
}

.fexemail span,
.fexemail span img {
    margin-right: 10px;
}

.global-footer-2021 a {
    color: #141414;
}

.footer-2021-logo {
    width        : 280px;
    margin-bottom: 10px;
}

.footer-2021-copyright {
    text-align: center;
    font-size : 0.8rem;
    padding   : 30px 0px;
}

.page-ttl {
    font-size     : 30px;
    font-weight   : bolder;
    font-size     : 3rem;
    letter-spacing: 0.1em;
    text-align    : center;
    position      : relative;
    color         : #563330;
    border-left   : none;
    margin-bottom : 40px;
}

.page-ttl:after {
    content              : "";
    width                : 36px;
    height               : 4px;
    position             : absolute;
    display              : block;
    left                 : 50%;
    margin-left          : -18px;
    bottom               : -10px;
    -moz-border-radius   : 5px;
    -webkit-border-radius: 5px;
    border-radius        : 5px;
    background-color     : #7fcc99;
}

.bread-crumb {
    font-size    : 12px;
    font-size    : 1.2rem;
    margin-bottom: 30px;
}

.bread-crumb::after {
    content: "";
    display: block;
    clear  : both;
}

.bread-crumb li {
    float: left;
}

/* dropdown nav */
.btn-dropdown {
    display   : block;
    padding   : 15px;
    text-align: center;
    cursor    : pointer;
}

.dropdown-nav {
    display   : none;
    margin    : 0;
    list-style: none;
}

.div_fullscreen_menu {
    position        : fixed;
    width           : calc(100vw - 40px);
    height          : calc(100vh - 40px);
    background-color: white;
    top             : 0px;
    right           : -100vw;
    z-index         : 99;
    transition      : right 0.2s;
    padding         : 20px;
    overflow-y      : scroll;
}

.div_fullscreen_menu.show {
    right: 0%;
}

.div_navi_flex_sp {
    display        : flex;
    flex-direction : column;
    flex-wrap      : nowrap;
    align-content  : flex-start;
    align-items    : flex-start;
    justify-content: flex-start;
    margin-top     : 40px;
    border-top     : 1px solid #534741;
}

.div_navi_flex_sp a {
    display      : block;
    padding      : 24px 10px;
    border-bottom: 1px dashed #534741;
    width        : calc(100% - 20px);
    line-height  : 60px;
    color        : #534741;
    font-weight  : 600;
}

.div_navi_flex_sp a img {
    margin-right: 10px;
}



/* pupose flex */
.div_purpose_flex {
    display        : flex;
    flex-direction : row;
    flex-wrap      : wrap;
    justify-content: space-between;
    align-items    : flex-start;
    margin-bottom  : 20px;
    padding-bottom : 20px;
    border-bottom  : 1px dashed #d7c4b1;
}

.div_series_title {
    margin-bottom: 10px;
}

.div_series_title a {
    color      : #7fcb98;
    font-size  : 2rem;
    font-weight: 500;
}

.div_purpose_cell {
    width  : 300px;
    padding: 0px 20px 0px 0px;
}

.div_purpose_cell:not(:last-child) {
    border-right: 1px dashed #d7c4b1;
}

.div_series_flex {
    display       : flex;
    flex-direction: column;
    flex-wrap     : wrap;
    height        : 150px;
}

.div_series_flex>div {
    height     : 30px;
    line-height: 30px;
}

.div_series_flex.twocol>div {
    width: 50%;
}

.div_series_flex div a {
    color: #534741;
}

#icon-search {
    cursor: pointer;
}

#search_sp {
    display  : none;
    padding  : 24px 0px;
    max-width: 100%;
    width    : 100%;
}

#div_screenbox {
    width     : 100%;
    height    : 100%;
    position  : fixed;
    top       : 0px;
    left      : 0px;
    padding   : 0px;
    display   : none;
    z-index   : 500;
    background: rgba(0, 0, 0, 0.2);
}

#div_screendesk {
    max-width         : 300px;
    width             : 100%;
    max-height        : 250px;
    height            : 100%;
    padding           : 30px 100px 30px 60px;
    background        : white;
    position          : absolute;
    top               : 50%;
    left              : 50%;
    transform         : translate(-50%, -50%);
    background-image  : url(https://maruyo-chaya.com/onlineshop_images/search_border.jpg?ver4);
    /* display        : flex;
    justify-content   : center;
    align-items       : center; */
}

#search_form {
    max-height: 300px;
    position  : absolute;
    top       : 50%;
    left      : 50%;
    transform : translate(-50%, -50%);
}

#popupClose {
    cursor         : pointer;
    display        : block;
    color          : #8a8a8a;
    text-decoration: none;
    text-align     : center;
    font-size      : 2rem;
    width          : 50px;
    height         : 50px;
    line-height    : 50px;
    position       : absolute;
    top            : 40px;
    right          : 40px;
    cursor         : pointer;
}


@media screen and (max-device-width: 1024px) {
    .global-header ul li a {
        font-size: 15px;
        font-size: 1.5rem;
    }


    .main-contents .paging-list li {
        display    : inline-block;
        text-align : center;
        margin-left: 10px;
    }

    .main-contents .paging-list li a {
        background-color     : #7fcc99;
        width                : 160px;
        padding              : 10px 0px;
        vertical-align       : middle;
        line-height          : 1.3em;
        -moz-border-radius   : 30px;
        -webkit-border-radius: 30px;
        border-radius        : 30px;
        display              : block;
        font-size            : 15px;
        font-size            : 1.5rem;
        color                : #FFF;
    }

    #div_marche_annoucement>div {
        font-size      : 3rem !important;
        line-height    : 5rem;
        margin-top     : 40px;
        background-size: 90px;
    }

}

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

    body {
        overflow-x: hidden;
    }

    .div_header_icon {
        width: 120px;
        top  : 25px;
        right: 60px;
    }

    .div_header_icon>div {
        width       : calc(50% - 10px);
        margin-right: 10px;
    }

    .div_header_icon>div img {
        width: 100%;
    }

    .div_icon_search {
        display: none;
    }

    .div_num {
        right: 5px;
    }

    main {
        display       : flex;
        flex-direction: column-reverse;
    }

    .slider {
        display: none;
    }

    .div_navi_flex {
        display: none;
    }

    #div_marche_annoucement>div {
        font-size      : 1.4rem !important;
        line-height    : 5rem !important;
        margin-top     : 40px;
        background-size: 90px;
    }

    #text_count span {
        font-size: 1.8rem;
    }

    #base_gmoWrapp {
        overflow-x: hidden;
    }

    .sp {
        display: block;
    }

    .pc {
        display: none;
    }

    /***********************************************************************
  module
  **********************************************************************/

    .div_product_index {
        display: none;
    }

    .rank-list {
        display       : flex;
        flex-direction: row;
        flex-wrap     : wrap;
    }

    .rank-list li {
        padding       : 13px;
        width         : 50%;
        box-sizing    : border-box;
        letter-spacing: 0.1em;
        margin-right  : 0px;
        margin-bottom : 20px;
        float         : none;
    }

    /* .rank-list.two-three li:nth-child(3),
    .rank-list.two-three li:nth-child(4),
    .rank-list.two-three li:nth-child(5) {
        width: 33%;
    } */

    .rank-list li img {
        width: 100%;
    }

    .rank-list li::after {
        content: "";
        display: block;
        clear  : both;
    }

    .rank-list li .img {
        margin-bottom: 0px;
        margin-right : 10px;
        height       : unset;
    }

    .rank-list li dt {
        font-size : 16px;
        font-size : 1.2rem;
        color     : #563330;
        height    : unset;
        margin-top: 30px;
    }

    .rank-list li .price {
        font-size: 1.2rem;
        padding  : 0px 20px;
    }

    .rank-list li .price span {
        font-size: 1.2rem;
    }

    .rank-list li .rank-icon {
        left: 0px;
        top : -5px;
    }

    .rank-list li .rank-icon img {
        width : 20px;
        height: auto;
    }

    .wrapper .contents .main-contents {
        margin-bottom: 60px;
    }

    .mod-ttl {
        max-width: calc(100% - 90px);
    }

    #search,
    #div_icon_search {
        display: none;
    }

    #search_sp {
        display: block;
    }

    /* .wrapper .contents .main-contents .mod-ttl {
        text-indent   : 0%;
        white-space   : nowrap;
        overflow      : visible;
        width         : 100%;
        box-sizing    : border-box;
        position      : relative;
        margin-bottom : 20px;
        padding-left  : 80px;
        padding-bottom: 10px;
        line-height   : 60px;
        padding-top   : 10px;
        border-bottom : 1px solid #eee;
        font-size     : 24px;
        font-size     : 2.4rem;
        color         : #563330;
        letter-spacing: 0.1em;
    } */

    /***********************************************************************
  layout
  **********************************************************************/
    .header-dropdown {
        position     : absolute;
        top          : 0;
        z-index      : 200;
        width        : 100%;
        border-bottom: 1px solid #dbdbdb;
    }

    .header-dropdown.affix {
        position: fixed;
    }

    .header-dropdown .dropdown-nav li {
        border-bottom   : 1px solid #dbdbdb;
        text-align      : center;
        background-color: #FFF;
    }

    .header-dropdown .dropdown-nav a {
        display: block;
        padding: 10px;
    }

    .header-dropdown .btn-dropdown {
        line-height     : 1.6;
        color           : #563330;
        background-color: #FFF;
    }

    .header-dropdown .btn-dropdown-close {
        opacity: 1;
    }

    .header-dropdown .btn-dropdown i {
        top: 0;
    }

    .a_special_annouce {
        font-size: 1.3rem;
    }

    header {
        position: sticky;
        top     : 0px;
        z-index : 90;
    }

    .global-header {
        width           : 100%;
        height          : 100px;
        background-color: white;
    }

    .global-header h1 {
        background     : url(https://img03.shop-pro.jp/PA01005/420/etc/c_head_logo.png?cmsp_timestamp=202806161418) no-repeat 0 0;
        text-indent    : 100%;
        white-space    : nowrap;
        overflow       : hidden;
        top            : 24px;
        left           : 4%;
        background-size: contain;
        width          : 160px;
        height         : 60px;
    }

    .global-header .head-tel {
        display: none;
    }

    .global-header ul {
        display: none;
    }

    .wrapper .contents {
        width        : calc(100% - 10px);
        padding      : 0px 5px;
        margin-bottom: 70px;
    }

    .wrapper .main-contents {
        width       : 100%;
        float       : none;
        margin-right: 0px;
    }

    .wrapper .side-contents {
        width: 100%;
        float: none;
    }

    .wrapper .side-contents .category-block {
        margin-bottom: 15px;
        background   : none;
        border       : 1px dotted #eee;
    }

    .wrapper .side-contents .category-block dt {
        font-size  : 16px;
        font-size  : 1.6rem;
        height     : 35px;
        line-height: 35px;
        background : repeating-linear-gradient(-45deg, #eee, #eee 5px, #fff 5px, #fff 10px);
        padding    : 0.5em;
    }

    .wrapper .side-contents .category-block dd {
        padding  : 15px;
        font-size: 14px;
        font-size: 1.4rem;
    }

    .wrapper .side-contents .category-block dd li {
        border-bottom: 1px dotted #eee;
        padding      : 10px;
    }

    .wrapper .side-contents .category-block dd li:after {
        display: none;
    }

    .wrapper .side-contents .category-block dd li:last-child:after {
        display: none;
    }

    .wrapper .side-contents .category-block dd li:last-child {
        border-bottom: none;
    }

    .wrapper .side-contents .category-block:after {
        display: none;
    }

    .wrapper .side-contents .page-list {
        margin-bottom: 15px;
        padding      : 0px;
        background   : none;
        border       : 1px solid #eee;
    }

    .wrapper .side-contents .page-list li {
        background     : url(https://img03.shop-pro.jp/PA01005/420/etc/c_green_arrow.png?cmsp_timestamp=202806161438) no-repeat 0 50%;
        background-size: 8px;
        padding-left   : 15px;
        line-height    : 2.1em;
        margin-left    : 15px;
    }

    .wrapper .side-contents .page-list li a {
        color: #563330;
    }

    .wrapper .side-contents .page-list li:first-child {
        margin-top: 12px;
    }

    .wrapper .side-contents .page-list li:last-child {
        margin-bottom: 12px;
    }

    .wrapper .side-contents .page-list:before {
        display: none;
    }

    .wrapper .side-contents .page-list:after {
        display: none;
    }

    .wrapper .side-contents .deliv-banner {
        margin-bottom: 15px;
    }

    .wrapper .side-contents .deliv-banner .sp {
        width : 100¡ó;
        height: auto;
        width : 100%;
    }

    .wrapper .side-contents .maruyo-banner {
        margin-bottom: 15px;
    }

    .wrapper .side-contents .maruyo-banner .sp {
        width : 100¡ó;
        height: auto;
        width : 100%;
    }

    .wrapper .side-contents .sns {
        background: none;
        border    : 1px solid #eee;
    }

    .wrapper .side-contents .sns dt {
        font-size  : 16px;
        font-size  : 1.6rem;
        text-align : center;
        height     : 35px;
        line-height: 35px;
        background : repeating-linear-gradient(-45deg, #eee, #eee 5px, #fff 5px, #fff 10px);
        padding    : 0.5em;
    }

    .wrapper .side-contents .sns dd {
        padding: 10px 0px;
    }

    .wrapper .side-contents .sns dd ul {
        text-align: center;
    }

    .wrapper .side-contents .sns dd li {
        display   : inline-block;
        text-align: left;
    }

    .wrapper .side-contents .sns dd li:nth-child(2) {
        padding: 0 15px;
    }

    .wrapper .side-contents .sns:after {
        display: none;
    }

    .global-footer {
        height    : 130px;
        background: url(https://img03.shop-pro.jp/PA01005/420/etc/c_side_border_yoko.png?cmsp_timestamp=202806161500) repeat-x 0 0;
    }

    .global-footer-2021 {
        width: 100%;
    }

    .global-footer-2021 .footer-flex {
        flex-direction: column;
        text-align    : center;
    }

    .footer-inner {
        width     : 92%;
        padding   : 20px 4%;
        text-align: center;
    }

    .leftside,
    .rightside {
        width: 100%;
    }

    .footer-inner .logo {
        display        : inline-block;
        position       : static;
        width          : 153.6px;
        height         : 48.8px;
        float          : none;
        margin-right   : 0px;
        margin-bottom  : 10px;
        background     : url("https://img03.shop-pro.jp/PA01005/420/etc/c_footer_logo.png?cmsp_timestamp=202806161516") no-repeat 0 0;
        background-size: contain;

    }

    .footer-inner .address {
        position     : static;
        font-size    : 12px;
        font-size    : 1.2rem;
        margin-bottom: 10px;
    }

    .footer-inner .copy {
        position : static;
        font-size: 11px;
        font-size: 1.1rem;
        color    : #878787;
    }

    body {
        word-wrap: break-word;
    }

    .main-contents .paging-list {
        margin-bottom: 30px;
    }

    .main-contents .paging-list li {
        text-align   : left;
        margin-left  : 0px;
        display      : block;
        margin-bottom: 12px;
    }

    .main-contents .paging-list li a {
        width                : 100%;
        box-sizing           : border-box;
        padding              : 15px 0px 15px 15px;
        vertical-align       : middle;
        line-height          : 1.3em;
        -moz-border-radius   : 6px;
        -webkit-border-radius: 6px;
        border-radius        : 6px;
        display              : block;
        font-size            : 14px;
        font-size            : 1.4rem;
    }

    .main-contents .paging-list li a br {
        display: none;
    }

    .div_specialbanner_flex {
        flex-direction: column;
        align-items   : center;
    }

    .div_specialbanner_flex a {
        display      : block;
        width        : calc(100% - 10px) !important;
        margin-bottom: 20px;
    }

    .info-block-bg {
        display: none;
    }

    .div_purpose_flex {
        display       : flex;
        flex-direction: column;
        flex-wrap     : nowrap;
        align-content : center;
        align-items   : center;
        border        : none;
        margin-bottom : 0px;
        padding-bottom: 0px;
    }

    .div_purpose_cell {
        width        : calc(100% - 40px);
        padding      : 0px 20px;
        margin-bottom: 30px;
        border       : none !important;

    }

    .div_series_flex {
        flex-direction: row;
        align-content : flex-start;
        height        : unset;
    }

    .div_series_flex>div {
        width: 50%;
    }

    .div_right_button {
        text-align: center;
    }

}

@media only screen and (min-width: 751px) and (max-width: 1399px) {

    .sp {
        display: block;
    }

    .swiper,
    .div_mobile_banner_flex {
        display: none;
    }

    .div_navi_flex {
        display: none;
    }

    .global-header ul li a {
        font-size: 15px;
        font-size: 1.5rem;
    }

    .global-header {
        width           : 100%;
        height          : 100px;
        background-color: white;
    }

    .global-header h1 {
        background     : url(https://img03.shop-pro.jp/PA01005/420/etc/c_head_logo.png?cmsp_timestamp=202806161418) no-repeat 0 0;
        text-indent    : 100%;
        white-space    : nowrap;
        overflow       : hidden;
        top            : 24px;
        left           : 4%;
        background-size: contain;
        width          : 160px;
        height         : 60px;
    }

    .5th_logo {
        top   : 17px;
        left  : 232px;
        height: 60px;
    }

    .5th_logo img {
        height: 100%;
    }

    .global-header .head-tel {
        display: none;
    }

    .global-header ul {
        display: none;
    }

    .wrapper .contents {
        padding: 0 5px;
    }

    .wrapper .side-contents {
        margin-right: 35px;
        padding-left: 10px;
    }

    .wrapper .main-contents {
        width: calc(100% - 270px);
    }

    .div_header_icon {
        top  : 25px;
        right: 70px
    }

    .div_purpose_flex {
        flex-wrap: nowrap;
    }

    .div_purpose_cell {
        padding: 0px 20px 0px 20px;
    }

}

@media only screen and (min-width: 751px) and (max-width: 1100px) {
    .div_purpose_cell {
        padding: 0px 20px 20px 20px;
    }

    .div_series_flex.twocol {
        flex-wrap: nowrap;
        height   : auto;
    }

    .div_series_flex.twocol>div {
        width: 100%;
    }
}





#div_marche_annoucement {
    width: 100%;
}

.marche_button {
    max-width    : 900px;
    margin       : 0px auto 0px auto;
    text-align   : center;
    font-size    : 2.6rem;
    background   : #fff7c4;
    border-radius: 100px;
    box-shadow   : 0px 4px 0px 0px #867741;
    cursor       : pointer;
    position     : relative;
}

.marche_button::before {
    content      : "";
    display      : block;
    width        : 10px;
    height       : 10px;
    border-radius: 50%;
    position     : absolute;
    left         : 40px;
    top          : 50%;
    transform    : translateY(-50%);
    background   : #9d924b;
}

.marche_button::after {
    content      : "";
    display      : block;
    width        : 10px;
    height       : 10px;
    border-radius: 50%;
    position     : absolute;
    right        : 40px;
    top          : 50%;
    transform    : translateY(-50%);
    background   : #9d924b;
}

.HappyAnniversary {
    background-image: url(https://file003.shop-pro.jp/PA01005/420/images/marche/marche-bg-v3.jpg);
    background-size : cover;
}

.HappyAnniversary .rank-list li {
    background: white;
    border    : 1px solid #cccccc;
}

.marche-side {
    display: none;
}

.marche-side.show {
    display: block !important;
}