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

Base

--------------------------------------------------*/
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, font, img, ins, kbd, q, s, mp,small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
body {
	min-width: 375px;
	font-size: 14px;
	font-family: "Noto Sans JP", "Helvetica Neue", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
	letter-spacing: 0em;
	line-height: 1.7;
	color: #000000;
}

body.is-scroll-hidden {
	overflow: hidden;
}
img {
	max-width: 100%;
	vertical-align: top;
}
ul, ol, dl {
	list-style: none;
	margin: 0;
	padding: 0;
}
a {
	color: #000000;
	transition: all 0.1s ease;
}
a:hover {
	color: #444444;
}
[data-whatinput=mouse] *:focus,
[data-whatinput=touch] *:focus {
	outline: none;
}
button {
	font-family: "Noto Sans JP", "Helvetica Neue", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}
.br-sp {
	display: none;
}
.is-hidden-desktop {
	display: none;
}
.btn02.is-hidden-desktop {
	display: none;
}
.btn-more {
	margin-top: 25px;
}

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

Layout 

--------------------------------------------------*/
/******************************
 frame
******************************/
#l-wrapper {
    display: flex;
    gap: 30px 24px;
}
#l-aside {
	width: 256px;
}
#l-main.is-columns {
    width: 920px;
}
#l-main.is-column {
    width: 100%;
}
#l-footer {
    background: #97c8c3;
}


/******************************/
/* Layout */
/******************************/
.l-main {
	padding-top: 0;
}
.l-bottom {
	display: flex;
	flex-direction: column;
	gap: 50px;
	margin-top: 60px;
	padding: 50px;
	border: 1px solid #d5d5d5;
}
.l-contents-wrap {
	display: flex;
	justify-content: space-between;
}
.l-contents-main {
	width: 100%;
}
.l-contents-side {
	order: -1;
	width: 220px;
}
.l-container {
	box-sizing: border-box;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 1200px;
}


/******************************
 header
******************************/
.l-header {
	box-sizing: border-box;
	top: 0;
	z-index: 1000;
	min-width: 1200px;
	padding: 20px 30px 10px;
	background: #ffffff;
	transition: all 0.3s ease;
}
.l-header.is-fixed,
.l-header.is-open {
	position: fixed;
	top: 0;
	z-index: 10000;
	width: 100%;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0 30px;
	background: #ffffff;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.l-header-main {
	position: relative;
	display: flex;
	justify-content: space-between;
}
.l-header.is-open .l-header-main,
.l-header.is-fixed .l-header-main {
	display: block;
}
.l-header.is-open .l-header-banner {
    display: none;
}
.l-header.is-open .l-header-search.is-display-sp {
    display: flex;
}
.l-header.is-fixed .l-header-main__in,
.l-header.is-open .l-header-main__in {
	display: flex;
	justify-content: space-between;
	padding-top: 0;
}
.l-header.is-fixed .l-header-logo,
.l-header.is-open .l-header-logo {
	margin-bottom: 0;
}
.l-header.is-fixed .l-header-logo__img,
.l-header.is-open .l-header-logo__img {
	display: flex;
	align-items: center;
	padding-top: 10px;
	padding-bottom: 10px;
	min-height: 40px;
	max-width: 750px;
}
.l-header.is-fixed .l-header-logo__img.is-txt,
.l-header.is-open .l-header-logo__img.is-txt {
	margin-bottom: 0;
}
.l-header.is-fixed .l-header-logo__img img,
.l-header.is-open .l-header-logo__img img {
	max-width: 450px;
	max-height: 40px;
}
.l-header.is-fixed .l-header-logo__type-txt,
.l-header.is-open .l-header-logo__type-txt {
	font-size: 12px;
}
.l-header.is-fixed .l-header-logo__txt,
.l-header.is-fixed .l-header-banner,
.l-header.is-open .l-header-logo__txt {
	display: none;
}
.l-header.is-fixed .l-main-navi-list,
.l-header.is-open .l-main-navi-list {
	display: none;
}
.l-header.is-fixed .l-help-navi-box,
.l-header.is-open .l-help-navi-box {
	display: none;
	position: static;
}
.l-header.is-fixed .l-header-search,
.l-header.is-open .l-header-search {
	position: absolute;
	right: 38px;
}
.l-header.is-fixed .l-header-search.is-display-sp {
    display: flex;
}
.l-header-search.is-display-sp {
    display: none;
}
.l-main-navi.is-open .l-header-search {
    display: none;
}
.l-header.is-fixed .l-header-search__box,
.l-header.is-open .l-header-search__box {
	right: -65px;
}
.l-header.is-fixed .l-menu-btn,
.l-header.is-open .l-menu-btn {
	display: block;
}
.l-header-main__in {
	padding-top: 5px;
}
.l-header-logo {
    display: flex;
    gap: 15px;
}
.l-header-logo__img {
	margin: 0;
	max-width: 450px;
	word-break: break-all;
}
.l-header-logo__img.is-txt {
	margin-bottom: 35px;
}
.l-header-logo__img img {
	max-width: 150px;
	max-height: 150px;
}
.l-header-logo__txt {
	margin-bottom: 0;
	font-size: 12px;
	color: #909090;
	max-width: 450px;
}
.l-header-search i {
    font-size: 20px;
}
.l-header-search__btn,
.l-header-cart a,
.p-global-header__cart-count {
    transition: .3s;
}
.l-header-search__btn:hover,
.l-header-cart:hover a {
    color: #36998e;
}
.l-header-cart:hover .p-global-header__cart-count {
    background: #36998e;
}


/* main-navi, help-navi */
.l-main-navi {
	flex: 1;
}
.l-main-navi__in {
    display: flex;
    justify-content: end;
}
.l-header.is-open .l-main-navi__in {
    display: block;
}
.l-main-navi-list__item {
    /*text-align: center;*/
}
.l-main-navi-list__item__label-en {
    display: block;
    font-family: 'Open Sans';
    font-weight: 600;
    align-items: center;
    justify-content: center;
}
.l-main-navi-list__link.js-mega-menu-btn .l-main-navi-list__item__label-en:after {
    position: relative;
    display: inline;
    font: bold 16px/1 FontAwesome;
    content: "\f107";
    margin-left: 0.5em;
    vertical-align: middle;
    color: #36998e;
}
.l-main-navi-list__link.js-mega-menu-btn.is-on .l-main-navi-list__item__label-en:after {
    content: "\f106";
}
.l-main-navi-list__item__label-ja {
    display: block;
    font-size: 12px;
}
.l-main-navi.is-open .l-main-navi-list__item__label-en,
.l-main-navi.is-open .l-main-navi-list__item__label-ja {
    display: inline-block;
}
.l-main-navi.is-open .l-main-navi-list__item__label-ja {
	margin-left: 1.25em;
}
.l-main-navi.is-open .l-main-navi-list__link {
	position: relative;
	box-sizing: border-box;
}
.l-main-navi.is-open .l-main-navi-list__link.js-mega-menu-btn .l-main-navi-list__item__label-en:after {
	display: none;
}
.l-help-navi-list {
    font-size: 12px;
}


/******************************
 main
******************************/
.l-main.top {
    padding-top: 25px;
}


/******************************
 side
******************************/
.side-section-header {
    margin-bottom: 20px;
    margin-left: 2px;
}
.side-section-header__title-ja {
    margin: 0;
    padding: 4px 0 6px 13px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    border-left: 1px solid #b3bac5;
	letter-spacing: .1em;
}
.side-section-header__title-en {
    display: block;
    margin-top: 3px;
    padding-left: 13px;
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 11px;
	letter-spacing: .1em;
    color: #a3a3a3;
}
.side-pickup-header {
    position: relative;
    text-align: center;
    z-index: 2;
}
.side-pickup-header__label {
    font-size: 14px;
    line-height: 30px;
    position: relative;
    display: inline-block;
    width: 140px;
    height: 30px;
    text-align: center;
    text-decoration: none;
    letter-spacing: .1em;
    color: #fff;
    background-color: #36998e;
}
.side-pickup-header__label:before,
.side-pickup-header__label:after {
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    content: '';
    border: 15px solid transparent;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
}
.side-pickup-header__label:before {
    right: 100%;
    border-right-color: #36998e;
}
.side-pickup-header__label:after {
    left: 100%;
    border-left-color: #36998e;
}
.side-pickup-list {
    position: relative;
    top: -16px;
    padding: 39px 20px 50px;
    border: 1px solid #e0e0e0;
}
.side-pickup-item {
    font-size: 12px;
}
.side-pickup-item + .side-pickup-item {
    margin-top: .75em;
}
.side-pickup-item::after {
    position: relative;
    top: -.15em;
    display: inline;
    font: bold 14px/1 FontAwesome;
    content: "\f105";
    margin-left: 0.5em;
    vertical-align: middle;
    color: #36998e;
}
.side-category {
    margin-top: 39px;
}
.side-list01 {
    padding: 0 16px;
    font-size: 12px;
    letter-spacing: .05em;
}
.side-list01-item {
    position: relative;
}
.side-list01-item + .side-list01-item {
    margin-top: 5px;
}
.side-list01-item:hover .side-sublist01 {
    display: block;
}
.side-sublist01 {
    width: 80%;
    padding: 15px 20px;
    position: absolute;
    top: -21px;
    right: -180px;
    font-size: 13px;
    border: 1px solid #ccc;
    background-color: #fff;
    z-index: 7;
    display: none;
}
.side-sublist01-item + .side-sublist01-item {
    margin-top: 0.5em;
}
.side-html-banner {
    margin-top: 50px;
}
.side-html-banner-list {
    display: flex;
    flex-direction: column;
    gap: 22px;
}
.side-html-banner-item__text {
    margin-top: 10px;
    font-size: 12px;
}


/******************************
 footer
******************************/
.footer-row {
    display: flex;
    justify-content: space-between;
}
.footer-inner.l-container {
    padding: 55px 125px 60px 35px;
}
.footer-name {
    margin-top: 5px;
    font-weight: 600;
}
.footer-sns {
    margin-top: 25px;
}
.footer-sns-list {
    display: flex;
    gap: 20px;
}
.footer-sns-item {
    width: 20px;
    height: 24px;
    font-size: 24px;
}
.footer-sns-item a {
    display: block;
}
.footer-sns-item__line:hover {
    opacity: .7;
}
.footer-qrcode {
    margin-top: 20px;
}
.footer-line-friends {
    display: none;
}
.footer-desc {
    margin-top: 30px;
    font-size: 14px;
    letter-spacing: .1em;
}
.footer-nav-row {
    display: flex;
    gap: 90px;
    margin-top: 40px;
}
.footer-nav-col {
}
.footer-nav-list {
    font-size: 14px;
}
.footer-nav-item a {
	color: #000;
}
.footer-nav-item + .footer-nav-item {
    margin-top: 5px;
}
.footer-information {
    margin-top: 100px;
    padding: 75px 0 0;
    background: #f8f8f8;
}
.footer-information-content {
    width: 1120px;
    margin: 0 auto;
}
.footer-information__title {
    margin-bottom: 60px;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: .1em;
    text-align: center;
    color: #9e9e9e;
}
.top_news {
    list-style: disc;
    padding-left: 5em;
}
.footer-copyright {
    padding: 35px 0 160px;
    color: #fff;
    text-align: center;
    background: #000;
}

.l-footer {
	padding: 70px 0 50px 0;
	background: #f7f7f7;
}
.l-footer-main {
	display: flex;
	flex-wrap: wrap;
}
.l-footer-shopinfo {
	flex: 1;
	margin-right: auto;
	word-break: break-all;
}
.l-footer-shopinfo__logo img {
	max-width: 170px;
}
.l-footer-shopinfo__txt {
	margin-top: 10px;
	font-size: 12px;
	color: #909090;
}
.l-footer-sns-list {
	display: flex;
	margin-top: 30px;
}
.l-footer-sns-list__item {
	margin-right: 20px;
}
.l-footer-qrcode {
	margin-top: 30px;
}
.l-footer-navi {
	display: flex;
}
.l-footer-navi-list {
	margin-left: 90px;
}
.l-footer-navi-list__item {
	margin-bottom: 10px;
}
.l-footer-copyright {
	padding-top: 10px;
	padding-bottom: 60px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", serif;
	text-align: center;
}
.l-copyright {
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 12px;
	text-align: center;
}
.l-copyright__logo {
	margin-top: 15px;
}
.l-copyright__logo a {
	display: flex;
	align-items: flex-end;
	justify-content: center;
}
.l-copyright__logo img {
	margin-left: 10px;
	width: 200px;
	height: 36px;
}


/******************************
 greeting
******************************/
.footer-greeting {
    margin-top: 75px;
}
.footer-greeting-row {
    display: flex;
    flex-wrap: wrap;
    gap: 90px;
    justify-content: center;
    width: 808px;
    margin: 0 auto;
}
.footer-greeting-col {
    width: calc((100% - 90px * 2) / 3);
    text-align: center;
}
.footer-greeting__div {
    font-family: 'Open Sans';
    font-size: 14px;
    letter-spacing: .1em;
    color: #9e9e9e;
}
.footer-greeting__thumb {
    width: 210px;
    height: 210px;
    margin: 15px auto 0;
    border-radius: 9999px;
    background: #efefef;
}
.footer-greeting__name {
    margin-top: 15px;
    font-family: 'Open Sans';
    font-size: 14px;
    letter-spacing: .1em;
    color: #9e9e9e;
}
.footer-greeting__desc {
    margin-top: 45px;
    font-size: 14px;
    line-height: 2;
    text-align: center;
}
.footer-greeting__footer {
    margin-top: 36px;
    text-align: center;
}
.footer-greeting__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 268px;
    height: 55px;
    margin: 0 auto;
}
.footer-greeting__btn .btn01 {
    width: 268px;
    height: 55px;
}


/******************************/
/* ショッピングガイド */
/******************************/
.footer-shopguide-trigger {
    padding: 15px 0 50px;
    text-align: center;
    letter-spacing: .1em;
    cursor: pointer;
}
.footer-shopguide-trigger__text {
    position: relative;
    transition: .3s;
}
.footer-shopguide-trigger__text:hover {
    color: #36998e;
}
.footer-shopguide-trigger__text:after {
    position: absolute;
    top: 50%;
    right: -50px;
    display: inline;
    font: bold 16px/1 FontAwesome;
    content: "\f107";
    margin-left: 0.5em;
    vertical-align: middle;
    color: #36998e;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}
.footer-shopguide-trigger.is-active .footer-shopguide-trigger__text:after {
    content: "\f106";
}
.footer-shopguide {
	margin-top: 50px;
	padding-bottom: 130px;
}
.footer-shopguide-wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 0 46px;
	margin-left: 23px;
	margin-right: 23px;
}
.footer-shopguide-column {
	box-sizing: border-box;
	width: calc((100% - 46px * 2) / 3);
	font-feature-settings: "palt" 1;
}
.footer-shopguide-box {
	border-top: 3px solid #000000;
	border-bottom: 1px solid #000000;
}
.footer-shopguide-head {
	margin-bottom: 25px;
	padding-top: 40px;
	border-bottom: 1px solid #000;
	text-align: center;
}
.footer-shopguide-head .c-ttl-sub {
	margin-bottom: 30px;
}
.footer-shopguide__icon {
	margin-bottom: 20px;
}
.footer-shopguide__ttl {
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 14px;
	font-weight: normal;
}
.footer-shopguide__body {
	margin-bottom: 35px;
	margin-left: 0;
	color: #909090;
	overflow-wrap: break-word;
}
.footer-shopguide__img {
	margin-bottom: 15px;
}
.footer-shopguide__point-ttl {
	margin-top: 0;
	margin-bottom: 10px;
	font-weight: bold;
}
.footer-shopguide-cregit-list {
	display: flex;
	flex-wrap: wrap;
}
.footer-shopguide-cregit-list__item {
	margin-right: 7px;
	margin-bottom: 10px;
}
.footer-shopguide__attention {
	font-size: 12px;
}


/******************************
 section
******************************/
.section-header01 {
    margin-bottom: 16px;
}
.section-header01__title-ja {
    position: relative;
    padding-left: 44px;
    font-size: 18px;
}
.section-header01__title-ja h2 {
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 1;
  	letter-spacing: .1em;
}
.section-header01__title-ja:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 24px;
    height: 1px;
    background: #b3bac5;
}
.section-header01__title-en {
    margin-top: 8px;
    padding-left: 44px;
    font-family: 'Open Sans';
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .1em;
    color: #a3a3a3;
}
.section-header02 {
    margin-bottom: 30px;
}
.section-header02__title {
    position: relative;
    padding-left: 44px;
}
.section-header02__title:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 24px;
    height: 1px;
    background: #b3bac5;
}
.section-header02__title__ja {
    display: inline;
    margin: 0;
    font-size: 18px;
    line-height: 1;
}
.section-header02__title__en {
    margin-left: 25px;
    font-family: 'Open Sans';
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .05em;
    color: #a3a3a3;
}
.section-header03 {
    margin-bottom: 45px;
    text-align: center;
}
.section-header03-inner {
    position: relative;
    display: inline-block;
    padding: 0 30px;
}
.section-header03-inner::before,
.section-header03-inner::after {
    position: absolute;
    top: 0;
    content: "";
    display: block;
    width: 1px;
    height: 37px;
    background: #ccc;
}
.section-header03-inner::before {
    left: 0;
    transform: rotate(-25deg);
}
.section-header03-inner::after {
    right: 0;
    transform: rotate(25deg);
}
.section-header03__title-ja {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: .05em;
}
.section-header03__title-en {
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 12px;
    color: #a3a3a3;
    letter-spacing: .1em;
}


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

Modules

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

/******************************
 text
******************************/
.font-en01 {
    font-family: 'Open Sans';
}
.text-right-jump01 {
	position: relative;
}
.text-right-jump01::after {
	position: absolute;
    top: 50%;
    display: inline;
    font: bold 16px/1 FontAwesome;
    content: "\f105";
    margin-left: 0.5em;
    vertical-align: middle;
    color: #36998e;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}


/******************************
 icon
******************************/
.icon-inline-cur-right {
    margin-left: 0.5em;
    font-weight: 600;
    color: #36998e;
}
.product-list__fav-items {
	margin-top: 10px;
}
.product-list__fav-items button {
  margin: 0;
  padding: 0;
  cursor: pointer;
  transition: .2s;
  color: #999;
  border: 0;
  outline: none;
  background: transparent;
}
.product-list__fav-items .fav-items {
  color: #ff7373;
}
.product-list__fav-items svg {
  width: 20px;
  height: 20px;
  vertical-align: -.35em;
  fill: currentColor;
}


/******************************
 btn
******************************/
.btn01 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 268px;
    height: 55px;
    margin: 0 auto;
    border: 1px solid #d5d5d5;
    text-decoration: none;
    background: #fff;
    transition: .3s;
}
.btn01:hover {
    color: #36998e;
    text-decoration: none;
    border-color: #36998e;
}
.btn01:hover::before, .btn01:hover::after {
    right: -20px;
}
.btn01::before {
    content: '';
    position: absolute;
    top: 50%;
    right: -15px;
    width: 26px;
    height: 1px;
    background: #7c7c7c;
    transition: .3s;
}
.btn01::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -16px;
    width: 12px;
    height: 1px;
    margin-top: -4px;
    background: #7c7c7c;
    transform: rotate(42deg);
    transition: .3s;
}
.btn02 {
    position: relative;
    display: block;
    min-width: 268px;
    padding: 15px;
    border: 1px solid #d5d5d5;
    background: #fff;
    transition: .3s;
}
.btn02:after {
    position: absolute;
    top: 50%;
    right: 38px;
    display: inline;
    font: 16px/1 FontAwesome;
    content: "\f107";
    margin-left: 0.5em;
    vertical-align: middle;
    color: #36998e;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}
.btn02:hover {
    color: #36998e;
    border-color:#36998e;
    text-decoration: none;
}
.js-accordion-target {
	display: none;
}


/******************************
 slick
******************************/
.slick-prev { left: 0 !important;}
.slick-prev:before { transform: rotate(-45deg);}
.slick-next { right: 0 !important;}
.slick-next:before { transform: rotate(135deg);}

.slick-prev:before,
.slick-next:before {
    content: "";
    position: static;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-left: 1px solid #000000;
    border-top: 1px solid #000000;
    z-index: 2;
}

.c-item-list .slick-track {
  margin-left: 0;
  margin-right: 0;
}
.l-main .slick-prev,
.l-main .slick-next {
    display: flex;
    justify-content: center;
    align-items: center;
    top: 110px;
    width: 52px;
    height: 52px;
    transition: all 0.4s ease;
    z-index: 2;
    border: 1px solid #b4b4b4;
    border-radius: 52px;
    background: rgba(255,255,255,0.9);
}
.l-main .slick-prev:hover,
.l-main .slick-next:hover {
    opacity: .75;
}
.l-main .slick-prev:hover,
.l-main .slick-prev:focus,
.l-main .slick-next:hover,
.l-main .slick-next:focus {
    color: none;
    outline: #b4b4b4;
    background: rgba(255,255,255,0.9);
}
.c-item-list__num {
    position: absolute;
    top: 0;
    left: 1px;
    width: 32px;
    line-height: 32px;
    font-family: 'Open Sans';
    font-size: 18px;
    text-align: center;
    color: #000;
    border: 1px solid #e6e6e6;
}
.c-item-list__price__normal__tax-unit {
    margin-left: 0.5em;
	font-size: 12px;
}


/******************************/
/* Utility */
/******************************/
#l-main.is-column .u-contents + .u-contents {
    margin-top: 50px;
}
.u-attention {
  font-weight: normal;
  font-style: normal;
  color: #b72424;
}
.u-bold {
  font-weight: bold;
  font-style: normal;
}
.u-text-right {
  text-align: right;
}
.u-marker {
  background: linear-gradient(transparent 70%, #fff284 70%);
}
.u-visually-hidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  margin: -1px;
}
.u-pc-only {
  display: block;
}
.u-pc-only-inline {
  display: inline;
}
.u-pc-only-inlineBlock {
  display: inline-block;
}
.u-pc-only-Flex {
  display: flex;
}
.u-sp-only {
  display: none;
}
.u-sp-only-inline {
  display: none;
}
.u-sp-only-inline-block {
  display: none;
}
.u-sp-only-flex {
  display: none;
}
.u-hidden {
  overflow: hidden;
}
.u-opa img {
  opacity: 1;
  transition: all 0.3s ease;
}
.u-opa img:hover {
  opacity: 0.8;
}
.u-img-scale {
  display: block;
  overflow: hidden;
  position: relative;
}
.u-img-scale img {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.u-img-scale:hover img {
  transform: scale(1.05, 1.05);
}


/******************************/
/* fade animation */
/******************************/
.fadeIn {
	opacity: 0;
	transition: all 1.3s cubic-bezier(0.07, 0.92, 0.46, 0.95) 0.4s;
}
.fromLeft {
	transform: translate(-20px, 0);
}
.fromRight {
	transform: translate(20px, 0);
}
.fromTop {
	transform: translate(0, -20px);
}
.fromBottom {
	transform: translate(0, 20px);
}
.fromForeground {
	transform: scale(1.6);
}
.faded {
	opacity: 1;
}
.fadedWithTransform {
	opacity: 1;
	transform: translate(0, 0) scale(1);
}
/******************************/
/* Color me icons */
/******************************/
/* 24px black */
.icon-lg-b.icon-instagram {
	background-position: -168px -288px;
}
.icon-lg-b.icon-twitter {
	background-position: -144px -264px;
}
.icon-lg-b.icon-facebook {
	background-position: -192px -264px;
}
.icon-lg-b.icon-video {
	background-position: -456px -144px;
}
.icon-lg-b.icon-pinterest {
	background-position: -312px -264px;
}
.icon-b,
.icon-w {
	width: 16px;
	height: 16px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.icon-lg-b,
.icon-lg-w {
	width: 24px;
	height: 24px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_b.png);}
.icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_w.png);}
.icon-lg-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_b.png);}
.icon-lg-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_w.png);}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon-b,
  .icon-w {
    background-size: 368px 320px;
  }
  .icon-lg-b,
  .icon-lg-w {
    background-size: 552px 480px;
  }
  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_2x_b.png);}
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_2x_w.png);}
  .icon-lg-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_b.png);}
  .icon-lg-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_w.png);}
}
@media (max-width: 768px) {
  .icon-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_b.png);
  }
  .icon-w {
    background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_w.png);
  }
}
@media only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min-resolution: 192dpi), only screen and (max-width: 768px) and (min-resolution: 2dppx) {
  .icon-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_b.png);
  }
  .icon-w {
    background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_w.png);
  }
}
/******************************/
/* Components */
/******************************/
/********** title **********/
.c-ttl-main {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-top: 0;
	margin-bottom: 45px;
	line-height: 1.4;
	font-size: 30px;
	letter-spacing: 0.3em;
	font-feature-settings: "palt" 1;
}
.c-ttl-main__ja {
	display: inline-block;
	margin-bottom: 5px;
	font-weight: normal;
	font-size: 14px;
	color: #909090;
	letter-spacing: 0;
}
.c-ttl-sub {
    margin-top: 0;
    margin-bottom: 45px;
    line-height: 1.4;
    font-family: 'Open Sans';
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-align: center;
    font-feature-settings: "palt" 1;
}
.c-ttl-sub__ja {
	display: block;
	margin-top: 15px;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0;
}
.c-ttl-second {
	margin-top: 0;
	margin-bottom: 15px;
	line-height: 1.4;
	font-size: 21px;
	letter-spacing: 0.3em;
	font-feature-settings: "palt" 1;
}

/********** パーツ **********/
.c-item-list {
	display: flex;
	flex-wrap: wrap;
	gap: 50px 10px;
}
.c-item-list__item {
	position: relative;
	box-sizing: border-box;
	width: calc((100% - 10px * 3) / 4);
	transition: opacity 0.2s;
	word-break: break-all;
}
.c-item-list__item.is-hidden {
	display: none;
}
.c-item-list__img {
    position: relative;
    margin-bottom: 30px;
    padding: 0 30px;
    text-align: center;
}
.c-item-list__ttl img {
	vertical-align: middle;
}
.c-item-list__ttl a {
	display: block;
	/*text-decoration: none;*/
}
.c-item-list__ttl a:hover {
	color: #36998e;
}
.c-item-list__txt {
    padding: 0 0.5em;
}
.c-item-list__price {
	color: #000;
	margin-top: 5px;
	letter-spacing: .1em;
}
.c-item-list__price.is-strikethrough {
	margin-top: 0;
	text-decoration: line-through;
}
.c-item-list__price.is-soldout {
    color: #ccc;
}
.c-item-list__expl {
	margin-top: 15px;
}
.c-item-list__btn {
	display: block;
	position: absolute;
	right: 30px;
	bottom: 0;
	padding: 0;
	border: 0;
	background: transparent;
	color: #d8d8d8;
	cursor: pointer;
	text-align: center;
	transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.c-item-list__btn.is-added {
	color: #000000;
}
.c-item-list__btn svg {
	width: 20px;
	height: 20px;
	fill: currentColor;
}
svg:not(:root) {
	overflow: hidden;
}

/***** FAVORITE *****/
.c-favorite-list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 50px;
    padding: 0 40px;
}
.c-favorite-list__item {
    width: calc((100% - 30px * 3) / 4);
}
.c-favorite-list__img {
	position: relative;
	margin-bottom: 30px;
	text-align: center;
}
.c-favorite-list__img:before {
	content: "";
	display: block;
	padding-top: 100%;
}
.c-favorite-list__img a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.c-favorite-list__img img {
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
	width: auto !important;
	text-align: center;
}
.c-favorite-list__price {
	color: #909090;
	margin-top: 15px;
	font-size: 12px;
	white-space: normal;
}
.c-favorite-list__price.is-strikethrough {
	margin-top: 0;
	text-decoration: line-through;
}
.c-favorite-list__btn {
	position: absolute;
	right: 30px;
	bottom: 0;
}

/********** button **********/
.c-btn {
	box-sizing: border-box;
	display: inline-block;
	position: relative;
	padding: 18px 45px 18px 25px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 0;
	border-right: 0;
	min-width: 150px;
	font-size: 14px;
	font-weight: bold;
	background: transparent;
	color: #000000;
	text-align: left;
	cursor: pointer;
	letter-spacing: 0.3em;
}
.c-btn:before, .c-btn:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	width: 9px;
	height: 1px;
	background: #000000;
	transition: all 0.3s ease;
}
.c-btn:after {
	transform: rotate(90deg);
}
.c-btn:hover {
	text-decoration: none;
}
.c-btn:hover:before {
	transform: rotate(90deg);
}
.c-btn:hover:after {
	transform: rotate(180deg);
}
.c-btn-cart {
	box-sizing: border-box;
	display: inline-block;
	position: relative;
	padding: 25px;
	border-radius: 0;
	width: 100%;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #2b9389;
	background: #2b9389;
	color: #fff;
	text-align: center;
	cursor: pointer;
	transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.c-btn-cart i {
    margin-right: 1.15em;
    font-size: 20px;
}
.c-btn-cart:hover {
	background: #fff;
	color: #2b9389;
	text-decoration: none;
}
.c-btn-cart.is-disabled {
	background: #d8d8d8;
	cursor: default;
}
.c-btn-cart.is-disabled:hover {
	background: rgba(216, 216, 216, 0.8);
}
.c-btn-cart.is-soldout {
	background: #ac0000;
	cursor: default;
}
.c-btn-cart.is-soldout:hover {
	background: #ac0000;
}
.c-btn-cart.is-membersonly {
	background: #53a6a5;
	cursor: default;
}
.c-btn-cart.is-membersonly:hover {
	background: #53a6a5;
}
.c-icon-cart {
	display: inline-block;
	margin-right: 20px;
	width: 19px;
	height: 18px;
	background: url(https://img.shop-pro.jp/tmpl_img/86/icon-template-cart.png) no-repeat;
	background-size: 19px 18px;
	vertical-align: -2px;
}
.c-more {
	text-align: center;
}
.c-not-found {
	margin-bottom: 60px;
}
/********** table **********/
.c-tbl-list {
	border-top: 1px solid #b2b2b2;
}
.c-tbl-list__tr {
	padding: 20px 0;
}
.c-tbl-list__th {
	margin-bottom: 10px;
	/*width: 270px;*/
	font-size: 14px;
	font-weight: bold;
}
.c-tbl-list__td {
	/*flex: 1;*/
	margin: 0;
}


/********** breadcrumbs **********/
.c-breadcrumbs + .u-contents {
	padding-top: 30px;
}
.c-breadcrumbs-list {
	padding-top: 15px;
	margin-bottom: 35px;
	font-size: 12px;
}
.c-breadcrumbs-list__item {
	position: relative;
	display: inline-block;
	margin-right: 25px;
}
.c-breadcrumbs-list__item:before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: -15px;
	margin-top: -3px;
	width: 5px;
	height: 5px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	transform: rotate(-45deg);
}
.c-breadcrumbs-list__item:last-child:before {
	content: none;
}
.c-breadcrumbs-list a {
  color: #000;
}

/********** pager **********/
.c-pager {
	margin-top: 75px;
	margin-bottom: 75px;
	text-align: center;
}
.c-pager__total {
	margin-bottom: 30px;
}
.c-pager-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 30px;
}
.c-pager-list__item {
	box-sizing: border-box;
	overflow: hidden;
	margin-left: 3px;
	margin-right: 3px;
	min-width: 30px;
	line-height: 30px;
	border: 1px solid #bdbdbd;
	border-radius: 1px;
	background: #f2f2f2;
	text-align: center;
}
.c-pager-list__link {
	display: block;
	position: relative;
	color: #717070;
	min-width: 30px;
	text-decoration: none;
	transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.c-pager-list__link:hover {
	border-color: #d8d8d8;
	background: #d8d8d8;
	color: #000;
	text-decoration: none;
}
.c-pager-list__link.is-current {
	color: #dfdedc;
	background: #fff;
}
.c-pager-list__link.is-current:hover {
	border-color: #535353;
	background: #fff;
}
.c-pager-list__link.is-prev, .c-pager-list__link.is-next {
	border-color: #d8d8d8;
	background: #d8d8d8;
	text-indent: -99999px;
}
.c-pager-list__link.is-prev:before, .c-pager-list__link.is-next:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -2px;
	margin-top: -4px;
	width: 0;
	height: 0;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
}
.c-pager-list__link.is-prev:hover,
.c-pager-list__link.is-next:hover {
	background: rgba(216, 216, 216, 0.7);
}
.c-pager-list__link.is-prev.is-disabled:hover,
.c-pager-list__link.is-next.is-disabled:hover {
	background: #d8d8d8;
}
.c-pager-list__link.is-prev:before {
	border-right: 4px solid #000;
}
.c-pager-list__link.is-prev.is-disabled:before {
	border-right-color: #aaa;
}
.c-pager-list__link.is-next:before {
	border-left: 4px solid #000;
}
.c-pager-list__link.is-next.is-disabled:before {
	border-left-color: #aaaaaa;
}
.c-pager-list__page {
	display: none;
}


/******************************/
/* header */
/******************************/
.l-menu-btn-section {
    display: flex;
    justify-content: center;
    align-items: center;
}
.l-menu-btn {
    display: none;
    position: relative;
    z-index: 10000;
    width: 37px;
    height: 32px;
    border: 0;
    background: transparent;
}
.l-menu-btn span {
    position: absolute;
    left: 6px;
    width: 25px;
    height: 2px;
    background-color: #000;
    border-radius: 4px;
}
.l-menu-btn span:nth-of-type(1) {
	top: 7px;
}
.l-menu-btn.is-on span:nth-of-type(1) {
	top: 5px;
}
.l-menu-btn span:nth-of-type(2) {
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.l-menu-btn span:nth-of-type(3) {
	bottom: 7px;
}
.l-menu-btn.is-on span:nth-of-type(3) {
	bottom: 5px;
}
.l-menu-btn span:nth-of-type(1) {
	animation: gnav-btn-bar01 .2s forwards;
}
.l-menu-btn span:nth-of-type(3) {
	animation: gnav-btn-bar03 .2s forwards;
}
@keyframes gnav-btn-bar01 {
    0% { transform: translateY(10px) rotate(45deg);}
   50% { transform: translateY(10px) rotate(0);}
  100% { transform: translateY(0) rotate(0);}
}

.l-menu-btn.is-on span:nth-of-type(2) {
	/*transition: all .25s .25s;*/
	opacity: 1;
}
.l-menu-btn.is-on span:nth-of-type(3) {
	animation: gnav-btn-bar03 .2s forwards;
}
@keyframes gnav-btn-bar03 {
    0% { transform: translateY(-10px) rotate(-45deg);}
   50% { transform: translateY(-10px) rotate(0);}
  100% { transform: translateY(0) rotate(0);}
}

.l-menu-btn.is-on span:nth-of-type(1) {
	animation: active-gnav-btn-bar01 .2s forwards;
}
@keyframes active-gnav-btn-bar01 {
    0% { transform: translateY(0) rotate(0);}
   50% { transform: translateY(10px) rotate(0);}
  100% { transform: translateY(10px) rotate(45deg);}
}
.l-menu-btn.is-on span:nth-of-type(2) {
	opacity: 0;
}
.l-menu-btn.is-on span:nth-of-type(3) {
	animation: active-gnav-btn-bar03 .2s forwards;
}
@keyframes active-gnav-btn-bar03 {
    0% { transform: translateY(0) rotate(0);}
   50% { transform: translateY(-10px) rotate(0);}
  100% { transform: translateY(-10px) rotate(-45deg);}
}


/********** メインナビ **********/
.l-main-navi {
	z-index: 100;
}
.l-main-navi.is-open {
	box-sizing: border-box;
	overflow-y: auto;
	position: fixed;
	top: 60px;
	left: 0;
	display: block;
	padding-top: 50px;
	padding-bottom: 50px;
	width: 100%;
	height: calc(100% - 60px);
	background: #fafafa;
}
.l-main-navi.is-open .l-main-navi__in {
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	padding-left: 50px;
	padding-right: 50px;
	width: 1000px;
}
.l-main-navi.is-open .l-main-navi-list {
	display: block;
}
.l-main-navi.is-open .l-main-navi-list__ttl {
	display: block;
	text-align: left;
}
.l-main-navi.is-open .l-main-navi-list__link {
}
.l-main-navi.is-open .l-main-navi-list__item {
}
.l-main-navi.is-open .l-help-navi-box {
	display: block;
}
.l-main-navi.is-open .l-help-navi-list {
	margin-top: 60px;
	margin-bottom: 60px;
}
.l-main-navi.is-open .l-sns-navi-list {
	margin-top: 60px;
	margin-left: 0;
}
.l-main-navi.is-open .l-mega-menu {
	position: static;
	padding: 0;
	width: auto;
}
.l-main-navi.is-open .l-mega-menu-list {
	margin-left: 2em;
	font-size: 12px;
}
.l-main-navi-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fafafa;
	opacity: 0;
}
.l-main-navi-overlay.is-on {
	animation: anime-overlay 0.2s ease forwards;
}
@keyframes anime-overlay {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.l-main-navi-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  	margin-top: 18px;
}
.l-main-navi-list__ttl {
	display: none;
	font-weight: bold;
	margin-bottom: 10px;
}
.l-main-navi-list__item + .l-main-navi-list__item {
    margin-left: 3px;
}
.l-main-navi.is-open .l-main-navi-list__item + .l-main-navi-list__item {
    margin-left: 0;
}
.l-main-navi-list__item.is-display-pc {
    margin-left: 0;
}
.l-main-navi-list__link {
	display: block;
	position: relative;
	padding: 10px;
	border: 0;
	background: transparent;
	cursor: pointer;
}
.l-main-navi-list__link:hover {
	text-decoration: none;
	color: #36998e;
}
.l-header.is-fixed .l-main-navi-list__item__label-en {
    font-size: 15px;
}
.l-header.is-fixed .l-main-navi-list__item__label-ja {
    font-size: 13px;
}
.l-main-navi-list__link.is-on {
	background: #fafafa;
	text-decoration: none;
}


/********** メガメニュー **********/
.l-mega-menu {
	box-sizing: border-box;
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	padding: 60px 85px;
	width: 100%;
	background: #fafafa;
}
.l-mega-menu-list {
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	text-align: left;
}
.l-mega-menu-list__item {
	box-sizing: border-box;
	position: relative;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 20px;
	width: 25%;
}
.l-mega-menu-list__item:before {
	content: "";
	position: absolute;
	top: 12px;
	left: 0;
	width: 5px;
	height: 1px;
	background: #000000;
	transition: all 0.3s ease;
}


/********** 検索・カート **********/
.l-header-search {
	display: flex;
	z-index: 1000;
}
.l-header-search__contents {
	display: none;
}
.l-header-search__box {
	box-sizing: border-box;
	display: flex;
	position: absolute;
	top: 100%;
	right: 0;
	padding: 15px 0 20px 25px;
	width: 1000px;
	background: #fafafa;
}
.l-header-search__form {
	position: relative;
	flex: 1;
	margin: 0;
}
.l-header-search__btn {
	box-sizing: border-box;
	padding: 0;
	width: 50px;
	height: 60px;
	border: 0;
	background: none;
}
.l-header-search__btn img {
	width: 18px;
}
.l-header-search__btn.is-on {
	background: #fafafa;
}
.l-header-search__input {
	flex: 1;
	border-bottom: 1px solid #7d7d7d;
}
.l-header-search__input input {
	box-sizing: border-box;
	padding-right: 60px;
	width: 100%;
	height: 40px;
	border: none;
	background: transparent;
}
.l-header-search__submit {
	position: absolute;
	right: 0;
	bottom: 0;
	box-sizing: border-box;
	padding: 0;
	width: 50px;
	height: 40px;
	border: 0;
	background: none;
}
.l-header-search__submit img {
	width: 18px;
}
.l-header-search__close {
	box-sizing: border-box;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
	width: 45px;
	border: 0;
	background: transparent;
}
.l-header-search__close span {
	position: absolute;
	content: "";
	left: 13px;
	width: 20px;
	height: 1px;
	background: #858585;
}
.l-header-search__close span:nth-child(1) {
	top: 0px;
	transform: translateY(20px) rotate(-45deg);
}
.l-header-search__close span:nth-child(2) {
	top: 40px;
	transform: translateY(-20px) rotate(45deg);
}
.l-header-cart a {
	box-sizing: border-box;
	display: block;
	padding-top: 20px;
	width: 60px;
	height: 60px;
	text-align: center;
	color: #36998e;
}
.l-header-cart a:hover {
	text-decoration: none;
}
.l-header-cart a img {
	width: 19px;
}

.p-global-header__cart-count {
    position: relative;
    top: -0.25em;
    left: -0.15em;
    margin-left: 4px;
    padding: 0 0.5em 0.15em;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    border-radius: 9999px;
    background: #36998e;
}

/********** ヘルプナビ **********/
.l-help-navi-box {
	display: flex;
	position: absolute;
	justify-content: end;
}
.l-help-navi-box a {
	color: #000000;
}
.l-help-navi-list {
	display: flex;
}
.l-help-navi-list__item {
	margin-left: 30px;
}
.l-help-navi-list__item:first-child {
	margin-left: 0;
}
.l-sns-navi-list {
	display: flex;
	margin-left: 30px;
}
.l-sns-navi-list__item {
	margin-right: 12px;
}
.l-sns-navi-list__item:last-child {
	margin: 0;
}

/********** フリーページ **********/
.cate_title {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 600;
}


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

media query 1030

--------------------------------------------------*/
@media screen and (max-width: 1030px) {
  body {
    font-size: 14px;
  }
  .l-main {
    margin-top: 0px !important;
    padding-top: 0;
  }
  .l-contents-wrap {
    display: block;
  }
  .l-contents-main {
    width: auto;
  }
  .l-contents-side {
    margin-top: 60px;
    margin-left: -20px;
    margin-right: -20px;
    width: auto;
  }
  .l-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    min-height: 60px;
    padding: 5px 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    min-width: 375px;
  }
  .l-header-logo {
    margin-right: auto;
    margin-bottom: 0;
  }
  .l-header-logo__img {
    display: flex;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 40px;
    font-size: 12px;
  }
  .l-header-logo__img.is-txt {
    margin-bottom: 0;
  }
  .l-header-logo__img img {
    max-width: 170px;
    max-height: 40px;
  }
  .l-header.is-fixed .l-header-logo__img img,
  .l-header.is-open .l-header-logo__img img {
    max-width: 170px;
  }
  .l-header-logo__txt, .l-header-banner {
    display: none;
  }
  .l-header-search.is-display-sp {
    display: flex;
  }
  .l-header.is-fixed .l-header-search__box,
  .l-header.is-open .l-header-search__box {
    right: 0px;
  }
  .l-header-main {
    padding-right: 0;
  }
  .l-header-main__in {
    width: 100%;
    padding-top: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background: #ffffff;
  }
  .l-main-navi.is-open {
    padding-left: 20px;
    padding-right: 20px;
  }
  .l-main-navi.is-open .l-main-navi__in {
    padding-left: 0;
    padding-right: 0;
    width: auto;
  }
  .l-header-search {
    position: static;
  }
  .l-header-search__box {
    padding: 20px 0 20px 20px;
    width: 100%;
    right: 0;
  }
  .l-help-navi-box {
    display: block;
    position: static;
  }
  .l-footer-main {
    display: block;
  }
  .l-footer-shopinfo {
    margin-bottom: 60px;
    text-align: center;
  }
  .l-footer-sns-list {
    margin-top: 50px;
    justify-content: center;
  }
  .l-footer-navi-list {
    margin-left: 0;
    width: 33.3333%;
  }
  .l-main-navi {
    display: none;
  }
  .l-main-navi.is-on {
    display: block;
  }
  .l-menu-btn {
    display: block;
  }

  .footer-shopguide-wrap {
    margin-left: -10px;
    margin-right: -10px;
  }
  .footer-shopguide-column {
    padding-left: 10px;
    padding-right: 10px;
  }
  .footer-shopguide-trigger {
  	padding-bottom: 36px;
  }
  .c-item-list {
    margin-left: -20px;
    margin-right: -20px;
  }
  .c-item-list__item {
    margin-bottom: 45px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .c-item-list__btn {
    right: 20px;
  }
  .c-favorite-list__img {
    margin-bottom: 10px;
    width: 120px;
    text-align: center;
  }
  .u-overflow-slide {
    padding-bottom: 30px;
    width: 100%;
  }
  .u-overflow-slide.is-product-thumb {
    padding-bottom: 10px;
  }
  .u-overflow-slide.is-option-tbl {
    padding-bottom: 15px;
  }
  .u-overflow-slide::-webkit-scrollbar {
    height: 1px;
  }
  .u-overflow-slide::-webkit-scrollbar-track {
    background: #f0f0f0;
  }
  .u-overflow-slide::-webkit-scrollbar-thumb {
    background: #999899;
  }
}



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

media query 767

--------------------------------------------------*/
@media screen and (min-width: 768px) {
  .l-main-navi.is-open .l-mega-menu {
    display: block !important;
  }
}

@media screen and (max-width: 767px) {
  #l-main.is-columns{
  	width: 100%;
  }
  #l-aside {
    display: none;
  }
  .l-bottom {
    margin-top: 30px;
    padding: 39px 20px;
  }
  .l-container {
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
  .br-sp {
	display: block;
  }
  .is-hidden-desktop {
	display: block;
  }
  .btn02.is-hidden-desktop {
	display: block;
  }
  .is-hidden-phone {
  	display: none;
  }
  .btn02.is-hidden-phone {
	display: block;
  }
  .l-header.is-fixed,
  .l-header.is-open {
	padding: 5px 10px;
  }
  .l-header-logo {
    flex: 1;
    overflow: hidden;
  }
  .l-header.is-fixed .l-header-search,
  .l-header.is-open .l-header-search {
	right: 37px;
  }
  .l-header-search__btn {
    width: 50px;
  }
  .l-header-cart a {
    width: 50px;
  }
  .l-main-navi.is-open {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .l-main-navi.is-open .l-main-navi-list__ttl {
    display: none;
  }
  .l-main-navi.is-open .l-main-navi-list__link {
    display: block;
  }
  .l-main-navi.is-open .l-main-navi-list__item {
    margin: 0;
  }
  .l-main-navi.is-open .l-help-navi-list {
    margin-top: 0;
  }
  .l-main-navi.is-open .l-mega-menu {
    display: none;
  }
  .l-main-navi.is-open .l-mega-menu-list {
    display: block;
  }
  .l-main-navi-list {
    display: block;
    margin-top: 0;
  }
  .l-main-navi-list__item {
    border-top: 1px solid #eeeeee;
  }
  .l-main-navi-list__item.is-display-pc {
  	dispplay: none;
  }
  .l-main-navi-list__link {
    padding: 20px 35px;
    width: 100%;
    background: #ffffff;
    text-align: left;
  }
  .l-header.is-fixed .l-main-navi-list__item__label-en {
      font-size: 14px;
  }
  .l-header.is-fixed .l-main-navi-list__item__label-ja {
      font-size: 12px;
  }
  .l-main-navi-list__link:hover, .l-main-navi-list__link.is-on {
    background: #ffffff;
  }
  .l-main-navi-list__item__label-en,
  .l-main-navi-list__item__label-ja {
      display: inline-block;
  }
  .l-main-navi-list__item__label-ja {
      margin-left: 1.25em;
  }
  .l-main-navi-list__link {
      position: relative;
    box-sizing: border-box;
  }
  .l-main-navi-list__link:after {
      position: absolute;
      right: 35px;
      top: 50%;
      font: bold 16px/1 FontAwesome;
      content: "\f105";
      vertical-align: middle;
      color: #36998e;
      -webkit-transform: translate(0%, -50%);
      transform: translate(0%, -50%);
  }
  .l-main-navi-list__link.has-child:after {
      content: "\f107";
  }
  .l-main-navi-list__link.has-child.is-on:after {
      content: "\f106";
  }
  .l-main-navi-list__link.js-mega-menu-btn .l-main-navi-list__item__label-en:after {
  	display: none;
  }
  .l-main-navi__in {
	display: block;
  }
  .l-main.top {
	padding-top: 0;
  }
  .l-help-navi-list {
    display: block;
    border-top: 1px solid #eeeeee;
  }
  .l-help-navi-list__item {
    margin-left: 0;
  }
  .l-help-navi-list__link {
    display: block;
    position: relative;
    padding: 20px;
  }
  .l-help-navi-list__link:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    border-right: 1px solid #aaaaaa;
    border-bottom: 1px solid #aaaaaa;
    transform: rotate(-45deg);
  }
  .l-sns-navi-list {
    justify-content: center;
  }
  .l-sns-navi-list__item {
    margin-right: 20px;
  }
  .l-mega-menu {
    position: static;
    width: auto;
    height: auto;
    border-top: 0;
  }
  .l-mega-menu-list {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    width: auto;
    background: #fafafa;
  }
  .l-mega-menu-list__item {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    width: auto;
  }
  .l-mega-menu-list__item:before {
    content: none;
  }
  .l-mega-menu-list__link {
    display: block;
    padding: 10px 50px 10px 39px;
    font-size: 12px;
  }
  .l-mega-menu-list__link:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 35px;
    width: 5px;
    height: 5px;
    border-right: 1px solid #aaaaaa;
    border-bottom: 1px solid #aaaaaa;
    transform: rotate(-45deg) translate(0, -50%);
  }
  .footer-information {
    margin-top: 50px;
  }
  .footer-inner.l-container {
	padding: 50px 30px;
  }
  .footer-row {
	flex-direction: column;
	gap: 50px;
  }
  .footer-nav-row {
	gap: 20px;
	justify-content: center;
	margin-top: 0;
  }
  .footer-information__title {
	margin-bottom: 20px;
	font-size: 16px;
  }
  .footer-information-content {
      width: 100%;
  }
  .top_news {
	padding: 0 1.5em;
	font-size: 12px;
  }
  .footer-info.footer-col {
	text-align: center;
  }
  .footer-name {
	font-size: 17px;
  }
  .footer-sns-list {
	justify-content: center;
  }
  .footer-line-friends {
      display: block;
      width: 150px;
      margin: 20px auto 0;
  }
  .footer-qrcode {
	display: none;
  }
  .footer-desc {
	font-size: 12px;
  }
  .footer-nav-list {
	font-size: 13px;
  }
  .footer-copyright {
	font-size: 10px;
  }
  .l-footer-navi {
    display: block;
    margin-top: 50px;
  }
  .l-footer-navi-list {
    width: auto;
  }
  .l-footer-navi-list__item {
    margin-bottom: 0;
  }
  .l-footer-navi-list__link {
    display: block;
    position: relative;
    padding: 14px 20px;
  }
  .l-footer-navi-list__link:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    border-right: 1px solid #aaaaaa;
    border-bottom: 1px solid #aaaaaa;
    transform: rotate(-45deg);
  }
  .l-copyright {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .l-footer-copyright {
    padding-top: 0;
    padding-bottom: 30px;
  }
  .footer-greeting-row {
	margin-top: 45px;
  }
  .footer-greeting-row {
	width: 100%;
	gap: 30px;
	justify-content: left;
  }
  .footer-greeting-col {
	width: calc((100% - 30px) / 2);
  }
  .footer-greeting__div {
	font-size: 12px;
  }
  .footer-greeting__thumb {
  	width: 42.1333333333vw;
    height: 42.1333333333vw;
  }
  .footer-greeting__name {
	font-size: 12px;
  }
  .footer-greeting__desc {
	margin-top: 20px;
	font-size: 11px;
	text-align: left;
  }
  .footer-shopguide {
    padding-bottom: 65px;
  }
  .footer-shopguide-trigger__text {
      font-size: 12px;
  }
  .footer-shopguide-wrap {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
  .footer-shopguide-column {
    padding-left: 0;
    padding-right: 0;
    width: auto;
  }
  .section-header01__title-ja {
	padding-left: 33px;
  }
  .section-header01__title-ja h2 {
	font-size: 16px;
  }
  .section-header01__title-ja:before {
	width: 18px;
  }
  .section-header01__title-en {
	margin-top: 6px;
	padding-left: 33px;
	font-size: 11px;
  }
  .section-header02__title {
	padding-left: 33px;
  }
  .section-header02__title__ja {
	font-size: 14px;
  }
  .section-header02__title:before {
  	width: 18px;
  }
  .section-header02__title__en {
	margin-left: 12px;
	font-size: 11px;
  }
  .section-header03__title-ja {
	font-size: 14px;
  }
  .section-header03__title-en {
	font-size: 11px;
  }
  .section-header03-inner::before,
  .section-header03-inner::after {
	top: 0.5em;
	height: 50px;
  }
  .slick-prev,
  .slick-next {
    top: 110px;
    width: 52px;
    height: 52px;
  }
  .slick-prev:before,
  .slick-next:before {
    top: 15px;
  }
  .slick-prev {
    left: 0px;
  }
  .slick-prev:before {
    left: 17px;
  }
  .slick-next {
    right: 0px;
  }
  .slick-next:before {
    left: 13px;
  }
  .c-item-list__ttl {
	font-size: 11px;
  }
  .c-item-list__price {
	font-size: 14px;
  }
  .c-item-list__price__normal__tax-unit {
	font-size: 10px;
  }
  .c-ttl-main {
    margin-bottom: 30px;
    font-size: 21px;
  }
  .c-ttl-main__ja {
    margin-bottom: 2px;
    font-size: 12px;
    white-space: nowrap;
  }
  .c-ttl-sub {
    margin-bottom: 30px;
    font-size: 16px;
  }
  .c-ttl-sub__ja {
      font-size: 11px;
  }
  .c-ttl-second {
    margin-bottom: 20px;
    font-size: 18px;
  }
  .c-item-list {
    margin-left: 0;
    margin-right: 0;
    gap: 30px 10px;
  }
  .c-item-list__item {
    margin-bottom: 0px;
    padding: 0;
    width: calc((100% - 10px * 2) / 3);
  }
  .c-item-list__img {
    padding: 0;
    text-align: center;
  }
  .c-item-list__txt {
    padding: 0;
  }
  .c-item-list__num {
    top: -10px;
    left: 0;
    width: 22px;
    height: 22px;
    font-size: 14px;
    line-height: 22px;
  }
  .c-item-list__btn {
    right: 10px;
  }
  .c-favorite-list {
      padding: 0 ;
      gap: 10px 15px;
  }
  .c-favorite-list__item {
      width: calc((100% - 25px * 1) / 2);
  }
  .c-favorite-list__img {
    width: 100%;
  }
  .c-tbl-list__tr {
    display: block;
  }
  .c-tbl-list__th {
    margin-bottom: 10px;
    width: auto;
  }
  .c-tbl-list__td {
    margin-left: 0;
  }
  .c-breadcrumbs-list {
    font-size: 10px;
  }
  .c-pager-list__item {
    display: none;
    min-width: 45px;
    line-height: 45px;
  }
  .c-pager-list__item.is-visible {
    display: block;
    margin-left: 15px;
    margin-right: 15px;
    width: auto;
  }
  .c-pager-list__link {
    min-width: 45px;
  }
  .c-pager-list__link.is-current {
    border-color: #ffffff;
  }
  .c-pager-list__link.is-current:hover {
    border-color: #ffffff;
  }
  .c-pager-list__link.is-prev:before, .c-pager-list__link.is-next:before {
    margin-left: -4px;
    margin-top: -8px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
  }
  .c-pager-list__link.is-prev:before {
    border-right: 8px solid #000000;
  }
  .c-pager-list__link.is-next:before {
    border-left: 8px solid #000000;
  }
  .c-pager-list__page {
    display: inline-block;
  }
  .u-pc-only {
    display: none;
  }
  .u-pc-only-inline {
    display: none;
  }
  .u-pc-only-inlineBlock {
    display: none;
  }
  .u-pc-only-flex {
    display: none;
  }
  .u-sp-only {
    display: block;
  }
  .u-sp-only-inline {
    display: inline;
  }
  .u-sp-only-inline-block {
    display: inline-block;
  }
  .u-sp-only-flex {
    display: flex;
  }
  .u-img-scale img {
    transform: none;
    transition: none;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
  }
  .u-img-scale:hover img {
    transform: none;
  }
  .u-overflow-slide {
    padding: 0 0 20px;
  }
}

