/* ==========================================================================
 Foundation
========================================================================== */
/* ==========================================================================
 Reset
========================================================================== */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap");
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, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, mark {
  background: none repeat scroll 0 0 transparent;
  border: 0 none;
  font-size: 100%;
  font-style: normal;
  font-weight: inherit;
  margin: 0;
  outline: 0 none;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul, li {
  list-style: none;
}

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

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

q, blockquote {
  quotes: none;
}

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

:focus {
  outline: 0 none;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

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

picture {
  line-height: 1;
}

img {
  border: none;
}

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

h1, h2, h3, h4, h5, h6, p, div {
  word-wrap: break-word;
}

button, input, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  margin: 0;
  border: none;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  background-color: transparent;
  display: block;
}

::-moz-focus-inner {
  border: 0px;
}

select::-ms-expand {
  display: none;
}

figure {
  margin: 0;
}

/* ==========================================================================
 Webfont
========================================================================== */
/* ==========================================================================
 Base
========================================================================== */
html {
  overflow-y: scroll;
  font-size: 53.571428%;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  html {
    font-size: 62.5%;
  }
}

*, *:before, *:after {
  box-sizing: inherit;
}

body, input, button, textarea, select {
  font-family: "Roboto", "Noto Sans JP", YuGoMedium, YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body {
  line-height: 1.6;
  background: #fff;
  -webkit-text-size-adjust: 100%;
  font-size: 1.4rem;
  font-weight: 400;
  color: #000;
  letter-spacing: 2px;
  font-feature-settings: "palt";
}

.l-inner img {
  vertical-align: top;
  max-width: 100%;
  width: auto;
  height: auto;
  -webkit-user-drag: none;
  user-drag: none;
}

canvas {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

a {
  position: relative;
  text-decoration: none;
  color: currentColor;
}

sup,
sub {
  font-size: 0.6em;
}

sup {
  vertical-align: top;
}

sub {
  vertical-align: bottom;
}

/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
  color: #9e9e9e;
}

/* Firefox 18- */
:-moz-placeholder {
  color: #9e9e9e;
}

/* Firefox 19+ */
::-moz-placeholder {
  color: #9e9e9e;
}

/* IE 10+ */
:-ms-input-placeholder {
  color: #9e9e9e;
}

:placeholder-shown {
  color: #9e9e9e;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

/* ==========================================================================
 Wrapper
========================================================================== */
.l-inner {
  width: 100%;
  margin: 0 auto;
  padding-right: 5%;
  padding-left: 5%;
}

@media screen and (min-width: 768px) {
  .l-inner {
    width: 1280px;
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
/* ==========================================================================
 common parts
========================================================================== */
/* ==========================================================================
 Header
========================================================================== */
.l-header {
  height: 60px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.11);
  top: 0;
  left: 0;
  right: 0;
  z-index: 12;
  background: #fff;
}

.header_navCover {
  display: none;
}

.header__logo {
  display: flex;
  align-items: center;
  max-width: 85px;
}

.header__logoInner {
  display: block;
  width: 100%;
}

.header__navi {
  display: flex;
  flex-direction: column;
}

.header__navi-top {
  display: flex;
  justify-content: space-between;
  font-size: 1.2rem;
  align-items: center;
  margin: 9px 0 0;
  box-sizing: border-box;
  height: 35px;
}

.header__description {
  padding: 0 1.6rem;
}

.header__link {
  display: flex;
  height: 100%;
  margin-right: -1.6rem;
  margin-left: -1.6rem;
  align-items: center;
}
.header__link .__linkItem {
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}

.btn.header__link-for-shoplist {
  font-size: 1.4rem;
  height: 35px;
  width: 20rem;
}

/*  ---- Header Navi 02----- */
.header__navi-bottom {
  display: flex;
  justify-content: space-between;
}

.header__gnavi {
  display: flex;
  font-size: 1.4rem;
  align-items: center;
}
.header__gnavi .__item {
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  margin-top: auto;
  position: relative;
}
.header__gnavi .__item .__child {
  display: none;
  background: #fff;
  top: 56px;
  white-space: nowrap;
  padding: 12px 0;
}

.header__gnavi .__item .__child-item a {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  display: block;
  font-size: 12px;
  height: 40px;
}
.header__gnavi .__item > a {
  display: inline-block;
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  white-space: nowrap;
}
.header__gnavi .__item > a:after {
  position: absolute;
  content: "";
  transition: transform 0.3s;
  z-index: 20;
}
.header__gnavi .__item > a:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}

.header__ecLink {
  display: flex;
  margin-left: -1.6rem;
  margin-right: -1.6rem;
}
.header__ecLink .ecLinkItem {
  padding: 1.6rem;
}
.header__ecLink a {
  display: block;
}

.gnaviBtn {
  cursor: pointer;
  width: 32px;
  height: 32px;
  padding: 10px 8px;
  position: fixed;
  top: 14px;
}
.gnaviBtn div {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gnaviBtn div:before, .gnaviBtn div:after,
.gnaviBtn div span {
  transition: 0.25s ease-out;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  display: block;
  width: 16px;
  height: 2px;
  background-color: #000;
}
.gnaviBtn div:before {
  transform: translateY(-6px);
}
.gnaviBtn div span {
  transition: 0.25s ease-out;
}
.gnaviBtn div:after {
  transform: translateX(0) translateY(6px);
}

.is-sp-nav--open .gnaviBtn div:before {
  transform: rotate(-45deg);
}
.is-sp-nav--open .gnaviBtn div span {
  display: none;
}
.is-sp-nav--open .gnaviBtn div:after {
  transform: rotate(45deg);
}

.gnaviBtn {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 20px;
}

.is-sp-nav--open .header_navCover {
  position: fixed;
  top: 61px;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: scroll;
  background: rgba(0, 0, 0, 0.38);
  display: block;
}
  
/* item modal*/
.utilityListItem_itemModal {
  display: none;
  transition: all 0.5s;
}
@media (max-width: 767px) {
  .l-header {
    position: sticky;
    z-index: 9;
  }

  .header__inner {
    position: relative;
    height: 100%;
    z-index: 9999;
    background: #fff;
  }

  .header__ecLink {
    align-items: center;
  }
  .header__ecLink .ecLinkItem {
    padding: 4px;
  }
  .header__ecLink a {
    width: 32px;
    padding: 8px;
  }
  .header__ecLink a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .header__link {
    display: none;
  }
  /* .header__gnavi .__item.is-active  .orderMademenu {
    display: flex;
    flex-direction: column;
  } */
  .header__gnavi .__item .orderMademenu .__child-item:nth-child(2) {
    order: 1;
  }
  .header__gnavi .__item .orderMademenu .__child-item:first-child {
    order: 2;
  }
  .header__gnavi .__item .orderMademenu .__child-item:nth-child(4) {
    order: 3;
  }
  .header__gnavi .__item .orderMademenu .__child-item:nth-child(3) {
    order: 4;
  }
  .header__gnavi {
    flex-direction: column;
    width: 83%;
    position: absolute;
    left: -84%;
    top: 60px;
    transition: all 300ms ease-out;
    transition-timing-function: ease-out;
    height: calc(100vh - 60px);
    overflow: auto;
  }
  .header__gnavi .__item {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 0;
    background: #fff;
  }
  .header__gnavi .__item.__hasChild a:after {
    background-image: url(/assets/images/icon_arrow_plus.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
    width: 8px;
    height: 8px;
    right: 0;
  }
  .header__gnavi .__item.__hasChild.is-active a:after {
    background-image: url(/assets/images/icon_arrow_minus.png);
  }
  .header__gnavi .__child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.11);
  }
  .header__gnavi .__forSp {
    background: #f2f2ef;
  }

  .has-header__bnr .header__gnavi {
    height: calc(100vh - 124px);
  }
  .has-header__bnr .is-scroll .header__gnavi {
    height: calc(100vh - 60px);
  }

  .is-sp-nav--open .header__gnavi {
    left: 0;
  }

  .gnaviBtn {
    display: block;
  }

  .ecLinkItem-favorite {
    display: none;
  }

  .header__ecLink {
    position: absolute;
    right: 24px;
    top: 0;
    bottom: 0;
  }

  .header__logo {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 48px;
  }

  .header__logoInner {
    width: 48px;
    height: 48px;
  }
  .header__logoInner img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .header__description {
    position: absolute;
    top: 60px;
    height: 27px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: -1;
    background-color: #fff;
  }

  .header__gnavi .__item.__forMember {
    display: none;
  }
  .header__gnavi .__item.__spNOnbd a {
    border-bottom: none;
  }
  .header__gnavi .__item > a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.11);
  }
  .header__gnavi .__item a {
    width: 100%;
    height: 52px;
    display: flex;
    align-items: center;
    font-size: 14px;
  }
  .header__gnavi .__item .__forMembersp {
    margin-top: 32px;
  }
  .header__gnavi .__item .__forMembersp a {
    height: 40px;
  }
  .header__gnavi .header__sns {
    display: flex;
    height: 96px;
    align-items: center;
    margin-right: -16px;
    margin-left: -16px;
  }
  .header__gnavi .header__sns a {
    width: 32px;
    height: 32px;
  }
  .header__gnavi .header__snsItem {
    padding-right: 16px;
    padding-left: 16px;
  }

  .header__utilityBtn {
    height: 44px;
    position: absolute;
    top: 87px;
    left: 0;
    right: 0;
    background: #F2F2EF;
  }

  .header__description,
.header__utilityBtn {
    transition: all 600ms ease-out;
    transition-timing-function: ease-out;
  }

  .header__utilityList {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid rgb(0 0 0 / 10%);
  }
  .header__utilityList li {
    height: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .header__utilityList a {
    width: 40px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .is-sp-nav--open .header__utilityBtn {
    z-index: -4;
  }
  .is-sp-nav--open .header__description {
    opacity: 0;
  }
  
/* item modal*/
.is-itemModalnavOpen .utilityListItem_itemModal {
  display: block;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  z-index: 999;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
body.is-itemModalnavOpen {
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom:0px;
}
.is-itemModalnavOpen .utilityListItem_itemModal ._itemModal-inner {
  width: 100%;
  height: 100%;
  position: relative;
  padding-top: 4rem;
  overflow-x: auto;
}
.is-itemModalnavOpen .header__description,.is-itemModalnavOpen  .header__utilityBtn,.is-itemModalnavOpen  .header__inner {
  opacity: 0;
  z-index: 0;
  display: none;
}
.utilityListItem_itemModal ._itemModalCloseBtn {
  right: 5%;
}
.utilityListItem_itemModal ._itemModal-title {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}
.utilityListItem_itemModal ._itemModal-list__item {
  margin-top: 0;
  background: #fff;  
}
.utilityListItem_itemModal ._itemModal-list__item>a,.utilityListItem_itemModal .__child-item a {
  width: 100%;
  height: 52px;
  display: flex;
  align-items: center;
  font-size: 14px;
}
.utilityListItem_itemModal ._itemModal-list__item>a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.11);
}
.utilityListItem_itemModal ._itemModal-list__item>a:after {
  position: absolute;
  content: "";
  background-image: url(/assets/images/icon_arrow_plus.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  width: 8px;
  height: 8px;
  right: 0;
}
.utilityListItem_itemModal ._itemModal-list__item a.is-active:after {
  background-image: url(/assets/images/icon_arrow_minus.png);
}
.utilityListItem_itemModal .__child {
  display: none;
}
.utilityListItem_itemModal ._itemModal-list__item .is-active + .__child {
  display: block;
}



}
@media (min-width: 768px) {
  .l-header {
    position: -webkit-sticky;
    position: sticky;
    height: 109px;
    min-width: 1280px;
  }

  .header__inner {
    display: flex;
    max-width: 1280px;
    justify-content: space-between;
    height: 100%;
  }

  .header__logoInner img {
    width: 84px;
    height: 84px;
  }

  .header__navi {
    width: calc(100% - 10.8rem);
    justify-content: space-around;
  }
  .header__navi-top {
    width: 1092px;
  }
  .header__description {
/*    min-width: 455px;*/
  }
  .gnaviBtn {
    display: none;
  }

  .is-subNavOpen .header_navCover {
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 109px;
    height: 200px;
    background: #fff;
    z-index: 9;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  }

  .header__gnavi .__item a {
    display: inline-block;
  }
  .header__gnavi .__item .__child-item a {
    font-size: 12px;
  }
  .header__gnavi .__item a:after {
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #333;
    transform: scale(0, 1);
    transform-origin: right top;
  }
  .header__gnavi .__item .__child {
    position: absolute;
    z-index: 9;
    top: 58px;
  }
  .header__gnavi .__item.__slash {
    position: relative;
    padding-right: 3.2rem;
    margin-right: 1.6rem;
  }
  .header__gnavi .__item.__slash:after {
    content: "";
    display: block;
    height: 1.2em;
    width: 1px;
    background: #000;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .header__gnavi .__forSp {
    display: none;
  }
  .header__gnavi .__hasChild.is-active .__child {
    display: block;
  }

  .header__utilityBtn {
    display: none;
  }
  
}
/* ==========================================================================
 Breadcrumbs
========================================================================== */
.l-breadcrumb {
  font-size: 1.2rem;
  padding: 2.4rem 0;
  margin-bottom: 2.4rem;
  color: #757575;
  background: #fff;
}

.c-breadcrumb {
  display: flex;
  opacity: 0.54;
  overflow: auto;
  white-space: nowrap;
}

.breadcrumb__item {
  position: relative;
  white-space: nowrap;
  display: flex;
  align-items: center;
}
.breadcrumb__item:after {
  content: "";
  margin: 0 0.8rem;
  display: inline-block;
  background: url(../images/icon_arrow01.svg) no-repeat center center/contain;
  width: 5px;
  height: 10px;
}
.breadcrumb__item:last-of-type:after {
  content: none;
}
.breadcrumb__item span, .breadcrumb__item a {
  white-space: nowrap;
  display: inline-block;
}

@media (max-width: 767px) {
  .l-breadcrumb {
    margin-bottom: 0;
    padding: 16px 0;
  }
}
/* ==========================================================================
 Footer
========================================================================== */
footer.l-footer {
  font-feature-settings: "palt";
  -moz-font-feature-settings:"palt";
  -webkit-font-feature-settings:"palt";
  background: #fff;
}
.footer__area01, .footer__area02 {
  padding-top: 12.8rem;
}

.footer__area01 {
  padding-bottom: 12.8rem;
}

.footer__area02 {
  padding-bottom: 9.6rem;
}

.footer__area03 {
  padding-top: 12.8rem;
  padding-bottom: 3.2rem;
}

.footer__area04, .footer__area05 {
  padding-top: 3.2rem;
  padding-bottom: 32px;
}

.footer__area01, .footer__area02, .footer__area03 {
  border-top: 1px solid #9e9e9e;
}

.footer__area05 {
  font-size: 1.2rem;
}

/*--- footer_area01--*/
.footer__area01-row {
  align-items: center;
  justify-content: space-between;
}

.footer__app-content {
  width: 100%;
}
.footer__app-link {
  display: flex;
  margin-right: -24px;
    margin-left: -24px;
    margin-bottom:-24px;
    margin-right:-12px;
    margin-left: -12px;
}
.footer__app-link li {
  padding-right: 12px;
  padding-left: 12px;
  margin-bottom: 24px;
}
.footer__app-link-item a {
  display: block;
}

@media (max-width: 767px) {
  .footer__area01 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .footer__app-wrapper {
    display: flex;
    flex-direction: column;
  }

  .footer__app-content {
    order: 2;
  }
  .footer__app-content img {
    width: 100%;
  }

  .footer__app-discription {
    order: 1;
    margin-bottom: 1.6rem;
  }
}
@media (min-width: 768px) {
  .footer__area01-formembers a {
    margin-left: auto;
    margin-right: 40px;
  }
  .footer__app-content {
    max-width: 384px;
  }
}
/*--- footer_area02--*/
.footer__area02-storeList {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1.2rem;
  margin-left: -1.2rem;
}

.footer__store-title {
  font-weight: 400;
  border-bottom: 1px solid #9e9e9e;
  padding-bottom: 1.2rem;
  margin-bottom: 1.2rem;
  position: relative;
}

.footer__storeList-item {
  width: 100%;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  margin-bottom: 3.2rem;
}

.footer__store-list a {
  display: block;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}

@media (max-width: 767px) {
  .footer__store-list {
    padding-top: 8px;
  }
  .footer__store-list a {
    height: 32px;
  }

  .footer__area02 {
    padding-top: 80px;
  }

  .footer__storeList-item {
    margin-bottom: 0;
  }

  .js-footer-title {
    position: relative;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 0;
    border-bottom: 1px solid #9e9e9e;
    font-size: 14px;
    height: 52px;
  }
  .js-footer-title:after {
    content: "";
    position: absolute;
    background: url(/assets/images/icon_arrow_plus.png) no-repeat center center/100% auto;
    width: 8px;
    height: 8px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .js-footer-title.is-active:after {
    background-image: url(/assets/images/icon_arrow_minus.png);
  }

  .js-footer-content {
    display: none;
  }

  .l-footer .footer_title {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .footer__storeList-item {
    width: 25%;
  }
}
/*--- footer_area03--*/
.footer__area03-container {
  display: flex;
  margin-right: -1.2rem;
  margin-left: -1.2rem;
}

.footer__linkList {
  width: 100%;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}

.footer__logo {
  display: flex;
  justify-content: center;
  margin-bottom: 4.8rem;
}
.footer__logo img {
  width: 110px;
}

.footer__linkList-item a {
  display: block;
}
.footer__linkList-item .__title {
  font-weight: 400;
  padding: 1rem 0;
}
.footer__linkList-item .__title.__link {
  margin-bottom: 1.2rem;
}

.footer__linkList-item-link {
  padding: 1rem 0;
}

.footer__area04-container {
  display: flex;
}

.footer__linkList02, .footer__sns {
  display: flex;
  align-items: center;
}

.footer__linkList02 {
  margin-left: -1em;
  margin-right: -1em;
  margin-bottom: 24px
}

.footer__linkList02-item {
  padding: 0 1em;
}

.footer__linkList02-item.__link-for-shop a {
  min-width: 180px;
  height: 35px;
  font-size: 13px;
  background: #000;
  color: #fff;
  border: 1px solid #000;
  display: flex;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  padding: 0.375rem 0.75rem;
  width: fit-content;
  transition: color 0.5s ease-in-out, background-color 0.5s ease-in-out, border-color 0.5s ease-in-out, box-shadow 0.5s;
}
.footer__linkList02-item.__link-for-shop a:after {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  width: 1em;
  height: 1em;
  margin-left: 0.5em;
  vertical-align: text-top;
  background: url(../images/icon_linkex_wh.svg) no-repeat center center/contain;
}



.footer__sns {
  margin-left: -8px;
  margin-right: -8px;
  padding-right: 12px;
  padding-left: 12px;
  margin-bottom: 24px;
}
.footer__snsItem {
  padding: 8px;
}
.footer__snsItem a {
  display: block;
}

.l-innerfooter__area05-wrap {
  display: flex;
  justify-content: space-between;
}

.copy-write {
  font-weight: 600;
}

.footer__linkList-item {
  margin-bottom: 1rem;
}

@media (max-width: 767px) {
  footer.l-footer {
    overflow-y: hidden;
  }
  .footer__logo img {
    width: 64px;
  }

  .footer__linkList {
    margin: 0;
  }

  .footer__snsItem {
    margin-right: 2rem;
  }

  .footer__linkList-item {
    margin-bottom: 0;
  }
  .footer__linkList-item.__separator {
    margin-bottom: 0;
    display: flex;
    width: 100%;
    flex-direction: column;
    height: 54px;
    justify-content: center;
  }
  .footer__linkList-item.__separator .__title {
    margin-bottom: 0;
  }
  .footer__linkList-item.__separator:last-child a {
    border-bottom: none;
  }
  .footer__linkList.__divide {
    margin-left: -5%;
    margin-right: -5%;
    width: calc(100% + 10%);
    background: #f2f2ef;
  }
  .footer__linkList.__divide .footer__linkList-item {
    padding-left: 5%;
    padding-right: 5%;
  }
  .footer__area03 {
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 80px;
  }

  .footer__area03-container {
    flex-direction: column;
  }

  .footer__linkList02 {
    flex-direction: column;
    padding-right: 0 !important;
    margin-bottom: 0 !important;
  }
  .footer__linkList02 .__link-for-shop {
    height: 98px;
    display: flex;
    align-items: center;
  }
  .footer__linkList02 .__link-for-shop a {
    height: 40px;
    display: flex;
    align-items: center;
    width: 100%;
  }

  .footer__linkList02-item {
    width: 100%;
    padding-right: 0;
  }
  .footer__linkList02-item:first-child, .footer__linkList02-item:nth-child(2) {
    font-size: 14px;
  }
  .footer__linkList02-item a {
    border-bottom: 1px solid #9e9e9e;
    height: 54px;
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 14px;
  }

  .l-innerfooter__area05-wrap {
    flex-direction: column;
  }

  .footer__linkList-item .__title {
    border-bottom: 1px solid #9e9e9e;
    height: 52px;
    font-size: 14px;
    display: flex;
    align-items: center;
    margin-bottom: 0 !important;
  }

  .footer__area04 {
    padding-top: 0;
    background: #f2f2ef ;
  }
  .footer__area05 {
    background: #f2f2ef ;
    padding-top: 0;
  }

  .footer__area05 .footer__linkList02-item a {
    border-bottom: none;
    font-size: 12px;
    height: 40px;
   
  }
}
@media (min-width: 768px) {
  .footer__linkList {
    width: 20%;
  }


  .footer__linkList-item-link {
    font-size: 1.2rem;
  }
  .footer__linkList-item a ,.footer__storeList-item a {
   display: inline-block;
   width: fit-content;
   position: relative;
  }
  .footer__linkList-item a:before,.footer__storeList-item a:before {
    position: absolute;
    bottom: .2em;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background: #333;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform 0.3s;
  }
  .footer__linkList-item a:hover::before ,.footer__storeList-item a:hover::before {
    transform-origin: left top;
    transform: scale(1, 1);
  }
  
}

