@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:200,300,400,500,600,700,900|Work+Sans:100,200,300,400,500,600,700,800,900&display=swap&subset=japanese,latin-ext");
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-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

main {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

table {
  border-spacing: 0;
}

a {
  text-decoration: none;
}

img {
  margin: 0;
  padding: 0;
  vertical-align: bottom !important;
}

select, input, button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
}

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

/*
** Base
*/
html, body {
  font-family: "Noto Sans CJK JP", sans-serif;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  color: #333;
}

@media screen and (max-width: 896px) {
  br.is--pc {
    display: none !important;
  }
}

@media screen and (min-width: 897px) {
  br.is--sp {
    display: none !important;
  }
}

@media screen and (max-width: 896px) {
  img.is--pc {
    display: none !important;
  }
}

@media screen and (min-width: 897px) {
  img.is--sp {
    display: none !important;
  }
}

/*
** Header
*/
.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 999;
}

@media screen and (max-width: 896px) {
  .header {
    position: relative;
    padding: 18px 15px;
    box-sizing: border-box;
  }
}

.header__inner {
  max-width: 1238px;
  width: 100%;
  margin: 0 auto;
  padding: 20px 0 0;
  position: relative;
}

@media screen and (max-width: 896px) {
  .header__inner {
    padding: 0;
  }
}

@media screen and (max-width: 896px) {
  .header__logo {
    margin: 0 auto;
  }
}

.header__logo img {
  width: 182px;
}

@media screen and (max-width: 896px) {
  .header__logo img {
    width: 120px;
  }
}

@media screen and (max-width: 896px) {
  .header .gNav {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    background: #333;
    box-sizing: border-box;
    overflow-y: scroll;
    padding-bottom: 104px;
  }
}

.header .gNavList {
  display: flex;
}

@media screen and (max-width: 896px) {
  .header .gNavList {
    display: block;
    border-top: 1px solid #5a5a5a;
  }
}

@media screen and (max-width: 896px) {
  .header .gNavList__item {
    border-bottom: 1px solid #5a5a5a;
  }
}

.header .gNavList__item > a {
  display: block;
  font-size: 14px;
  letter-spacing: .04em;
  text-indent: .04em;
  font-weight: 700;
  color: #333;
  padding: 21px 15px;
  position: relative;
}

@media screen and (max-width: 896px) {
  .header .gNavList__item > a {
    font-size: 17px;
    line-height: 56px;
    color: #fff;
    text-align: center;
    padding: 0;
  }
}

.header .gNavList__item > a::before {
  content: "";
  width: 0;
  height: 2px;
  background: #333;
  position: absolute;
  bottom: 0;
  right: 50%;
  transition: .3s;
}

.header .gNavList__item > a::after {
  content: "";
  width: 0;
  height: 2px;
  background: #333;
  position: absolute;
  bottom: 0;
  left: 50%;
  transition: .3s;
}

.header .gNavList__item > a:hover::before, .header .gNavList__item > a:hover::after {
  width: 50%;
}

.header .gNavList__item.open > a::before, .header .gNavList__item.open > a::after {
  width: 50%;
}

@media screen and (max-width: 896px) {
  .header .gNavList__item--items {
    display: none;
  }
}

.header .gNavList__item--brand > a .icon {
  display: block;
  width: 25px;
  height: 25px;
  border: 1px solid #fff;
  border-radius: 50%;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -13px;
}

@media screen and (min-width: 897px) {
  .header .gNavList__item--brand > a .icon {
    display: none;
  }
}

.header .gNavList__item--brand > a .icon::before {
  content: "";
  display: block;
  width: 1px;
  height: 11px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -6px;
  margin-left: -1px;
  transition: .3s;
}

.header .gNavList__item--brand > a .icon::after {
  content: "";
  display: block;
  width: 1px;
  height: 11px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -6px;
  margin-left: -1px;
  transform: rotate(90deg);
  transition: .3s;
}

.header .gNavList__item--brand > a.open .icon::before {
  transform: rotate(45deg);
}

.header .gNavList__item--brand > a.open .icon::after {
  transform: rotate(135deg);
}

.header .gNavList__item--guide > a .icon {
  display: block;
  width: 25px;
  height: 25px;
  border: 1px solid #fff;
  border-radius: 50%;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -13px;
}

@media screen and (min-width: 897px) {
  .header .gNavList__item--guide > a .icon {
    display: none;
  }
}

.header .gNavList__item--guide > a .icon::before {
  content: "";
  display: block;
  width: 1px;
  height: 11px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -6px;
  margin-left: -1px;
  transition: .3s;
}

.header .gNavList__item--guide > a .icon::after {
  content: "";
  display: block;
  width: 1px;
  height: 11px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -6px;
  margin-left: -1px;
  transform: rotate(90deg);
  transition: .3s;
}

.header .gNavList__item--guide > a.open .icon::before {
  transform: rotate(45deg);
}

.header .gNavList__item--guide > a.open .icon::after {
  transform: rotate(135deg);
}

.header .subNav {
  width: 100%;
  position: absolute;
  top: 114px;
  left: 0;
  background: rgba(250, 250, 250, 0.9);
  visibility: hidden;
  opacity: 0;
  transition: .3s;
}

@media screen and (max-width: 896px) {
  .header .subNav {
    display: none;
    position: relative;
    top: 0;
    visibility: visible;
    opacity: 1;
    background: #333;
    border-top: 1px solid #5a5a5a;
    transition: 0s;
  }
}

.header .subNav.open {
  visibility: visible;
  opacity: 1;
}

.header .subNav__inner {
  width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 896px) {
  .header .subNav__inner {
    width: 100%;
    box-sizing: border-box;
  }
}

.header .subNav__items {
  padding-bottom: 45px;
}

.header .subNav__items .subNav__inner {
  display: flex;
  padding: 40px 0;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 30px;
}

.header .subNav__items .subNav__box {
  box-sizing: border-box;
  border-left: 1px solid #e8e8e8;
  padding-left: 33px;
}

.header .subNav__items .subNav__box--item {
  width: 141px;
}

.header .subNav__items .subNav__box--birthday {
  width: 142px;
}

.header .subNav__items .subNav__box--birthday .subNav__list:nth-of-type(1) {
  width: 56px;
}

.header .subNav__items .subNav__box--stone {
  width: 437px;
}

.header .subNav__items .subNav__box--stone .subNav__list:nth-of-type(1) {
  width: 126px;
}

.header .subNav__items .subNav__box--stone .subNav__list:nth-of-type(2) {
  width: 147px;
}

.header .subNav__items .subNav__box--material {
  width: 137px;
}

.header .subNav__items .subNav__box--material .subNav__list:nth-of-type(1) {
  width: 201px;
}

.header .subNav__items .subNav__box--material .subNav__list:nth-of-type(2) {
  width: 138px;
}

.header .subNav__items .subNav__box--price {
  width: 143px;
  border-right: 1px solid #e8e8e8;
}

.header .subNav__items .subNav__box__inner {
  display: flex;
}

.header .subNav__items .subNav__theme {
  display: block;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 15px;
}

.header .subNav__items .subNav__item a {
  font-size: 13px;
  line-height: 25px;
  color: #666666;
}

.header .subNav__items .subNav__item a:hover {
  text-decoration: underline;
}

.header .subNav__brand .subNav__inner {
  padding: 30px 0;
}

@media screen and (max-width: 896px) {
  .header .subNav__brand .subNav__inner {
    padding: 25px 15px;
  }
}

.header .subNav__brand .subNav__list {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 896px) {
  .header .subNav__brand .subNav__list {
    max-width: 290px;
    margin: 0 auto;
    flex-wrap: wrap;
  }
}

.header .subNav__brand .subNav__item {
  width: 240px;
  margin-right: 10px;
}

@media screen and (max-width: 896px) {
  .header .subNav__brand .subNav__item {
    width: 140px;
    margin: 0 8px 20px 0;
  }
  .header .subNav__brand .subNav__item:nth-of-type(2) {
    margin-right: 0;
  }
  .header .subNav__brand .subNav__item:nth-of-type(2) .subNav__pic {
    margin-bottom: 15px;
  }
  .header .subNav__brand .subNav__item:last-child {
    margin-bottom: 0;
  }
}

.header .subNav__brand .subNav__item:last-child {
  margin-right: 0;
}

.header .subNav__brand .subNav__item a {
  display: block;
  transition: .3s;
}

.header .subNav__brand .subNav__item a:hover {
  opacity: .8;
}

.header .subNav__brand .subNav__pic {
  width: 100%;
  background: #fff;
  margin-bottom: 10px;
}

@media screen and (max-width: 896px) {
  .header .subNav__brand .subNav__pic {
    margin-bottom: 5px;
  }
}

.header .subNav__brand .subNav__pic img {
  width: 100%;
}

.header .subNav__brand .subNav__theme {
  font-family: "Noto Serif JP", serif;
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: #333;
  text-align: center;
}

@media screen and (max-width: 896px) {
  .header .subNav__brand .subNav__theme {
    font-size: 13px;
    line-height: 18px;
    letter-spacing: -.02em;
    text-indent: -.02em;
    color: #fff;
  }
}

.header .subNav__guide .subNav__inner {
  padding: 30px 0;
}

@media screen and (max-width: 896px) {
  .header .subNav__guide .subNav__inner {
    padding: 10px 15px;
  }
}

.header .subNav__guide .subNav__list {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 896px) {
  .header .subNav__guide .subNav__list {
    max-width: 290px;
    margin: 0 auto;
    flex-wrap: wrap;
  }
}

.header .subNav__guide .subNav__item {
  width: 196px;
  margin-right: 5px;
}

@media screen and (max-width: 896px) {
  .header .subNav__guide .subNav__item {
    width: 100%;
    margin: 0;
    border-bottom: 1px solid #5a5a5a;
  }
}

.header .subNav__guide .subNav__item:last-child {
  margin-right: 0;
}

@media screen and (max-width: 896px) {
  .header .subNav__guide .subNav__item:last-child {
    border-bottom: 0;
  }
}

.header .subNav__guide .subNav__item a {
  display: block;
  font-size: 14px;
  line-height: 52px;
  letter-spacing: .06em;
  text-indent: .06em;
  font-weight: 500;
  color: #333;
  text-align: center;
  background: #fff;
  border-radius: 3px;
  transition: .3s;
}

@media screen and (max-width: 896px) {
  .header .subNav__guide .subNav__item a {
    font-size: 15px;
    line-height: 1;
    padding: 17px 0;
    letter-spacing: .03em;
    text-indent: .03em;
    color: #fff;
    background: transparent;
  }
}

.header .subNav__guide .subNav__item a:hover {
  background: #cecece;
}

.header .subNav__guide .subNav__pic {
  width: 100%;
  background: #fff;
  margin-bottom: 10px;
}

@media screen and (max-width: 896px) {
  .header .subNav__guide .subNav__pic {
    margin-bottom: 5px;
  }
}

.header .subNav__guide .subNav__pic img {
  width: 100%;
}

.header .subNav__guide .subNav__theme {
  font-family: "Noto Serif JP", serif;
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: #333;
  text-align: center;
}

@media screen and (max-width: 896px) {
  .header .subNav__guide .subNav__theme {
    font-size: 13px;
    line-height: 18px;
    letter-spacing: -.02em;
    text-indent: -.02em;
    color: #fff;
  }
}

.header .ctrl {
  display: flex;
  align-items: center;
  position: absolute;
  top: 21px;
  right: 120px;
}

@media screen and (max-width: 896px) {
  .header .ctrl {
    display: none;
  }
}

.header .ctrl__search {
  position: relative;
  margin-right: 15px;
}

.header .ctrl__search--text {
  width: 220px;
  height: 33px;
  font-size: 14px;
  border: 1px solid #eee;
  border-radius: 5px;
  padding: 0 0 0 15px;
  box-sizing: border-box;
}

.header .ctrl__search--text::placeholder {
  color: #d0d0d0;
}

.header .ctrl__search--submit {
  width: 18px;
  height: 18px;
  background: url(/common/img/icon_search.png) center/cover no-repeat;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -9px;
  cursor: pointer;
  transition: .3s;
}

.header .ctrl__search--submit:hover {
  background: url(/common/img/icon_search_hov.png) center/cover no-repeat;
}

.header .ctrl__my {
  display: flex;
}

.header .ctrl__my--mypage {
  border-left: 1px solid #eee;
}

.header .ctrl__my--mypage a {
  display: block;
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  font-size: 12px;
  line-height: 23px;
  font-weight: 600;
  color: #b6b6b6;
  padding: 0 14px 0 41px;
  background: url(/common/img/icon_mypage.png) center left 15px/20px no-repeat;
  transition: .3s;
}

.header .ctrl__my--mypage a:hover {
  color: #333;
}

.header .ctrl__my--bag {
  border-left: 1px solid #eee;
}

.header .ctrl__my--bag a {
  display: block;
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  font-size: 12px;
  line-height: 23px;
  font-weight: 600;
  color: #b6b6b6;
  padding: 0 14px 0 43px;
  background: url(/common/img/icon_shoppingBag.png) center left 15px/20px no-repeat;
  transition: .3s;
}

.header .ctrl__my--bag a:hover {
  color: #333;
}

.header .ctrl__my--contact {
  border-left: 1px solid #eee;
}

.header .ctrl__my--contact a {
  display: block;
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  font-size: 12px;
  line-height: 23px;
  font-weight: 600;
  color: #b6b6b6;
  padding: 0 0 0 43px;
  background: url(/common/img/icon_mail.png) center left 15px/20px no-repeat;
  transition: .3s;
}

.header .ctrl__my--contact a:hover {
  color: #333;
}

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

@media screen and (max-width: 896px) {
  .header__sns {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
  }
}

.header__sns .snaShareList__item {
  margin-right: 10px;
}

@media screen and (max-width: 896px) {
  .header__sns .snaShareList__item {
    margin-right: 6px;
  }
}

.header__sns .snaShareList__item a {
  width: 26px;
  height: 26px;
}

@media screen and (max-width: 896px) {
  .header__sns .snaShareList__item a {
    width: 33px;
    height: 33px;
  }
}

.header__sns .snaShareList__item--facebook a {
  background: #333 url(/common/img/icon_facebook.png) center/5px no-repeat;
}

@media screen and (max-width: 896px) {
  .header__sns .snaShareList__item--facebook a {
    background: #333 url(/common/img/icon_facebook.png) center/8px no-repeat;
  }
}

.header__sns .snaShareList__item--facebook a:hover {
  background: #3b5998 url(/common/img/icon_facebook.png) center/5px no-repeat;
}

@media screen and (max-width: 896px) {
  .header__sns .snaShareList__item--facebook a:hover {
    background: #333 url(/common/img/icon_facebook.png) center/8px no-repeat;
  }
}

.header__sns .snaShareList__item--line a {
  background: #333 url(/common/img/icon_line.png) center/15px no-repeat;
}

@media screen and (max-width: 896px) {
  .header__sns .snaShareList__item--line a {
    background: #333 url(/common/img/icon_line.png) center/19px no-repeat;
  }
}

.header__sns .snaShareList__item--line a:hover {
  background: #00c300 url(/common/img/icon_line.png) center/15px no-repeat;
}

@media screen and (max-width: 896px) {
  .header__sns .snaShareList__item--line a:hover {
    background: #333 url(/common/img/icon_line.png) center/19px no-repeat;
  }
}

.header__sns .snaShareList__item--instagram {
  margin-right: 0;
}

@media screen and (max-width: 896px) {
  .header__sns .snaShareList__item--instagram a {
    background: #333 url(/common/img/icon_instagram.png) center/17px no-repeat;
  }
}

.header__sns .snaShareList__item--instagram a::after {
  background: url(/common/img/icon_instagram.png) center/13px no-repeat;
}

@media screen and (max-width: 896px) {
  .header__sns .snaShareList__item--instagram a:hover {
    background: #333 url(/common/img/icon_instagram.png) center/17px no-repeat;
  }
}

.header .btn__refine {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 618px;
  margin: 0 auto;
  font-size: 17px;
  letter-spacing: .07em;
  text-indent: .07em;
  color: #fff;
  font-weight: 500;
  line-height: 55px;
  background: #333;
  text-align: center;
  border-radius: 27px;
  cursor: pointer;
}

.header .btn__refine::after {
  content: "";
  display: block;
  width: 21px;
  height: 15px;
  background: url(/common/img/icon_refine.png) center/cover no-repeat;
  margin-left: 8px;
}

.header .refineWrap {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99;
  overflow-y: scroll;
}

.header .refineWrap .refineBox {
  width: 1000px;
  background: #fff;
  border-radius: 11px;
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translate(-50%, 0);
  margin-bottom: 40px;
}

@media screen and (max-width: 896px) {
  .header .refineWrap .refineBox {
    width: 100%;
    height: 100%;
    border-radius: 0;
    overflow-y: scroll;
    padding-bottom: 104px;
    box-sizing: border-box;
    top: 0;
    margin-bottom: 0;
  }
}

.header .refineWrap .refineBox__headline {
  font-size: 23px;
  line-height: 70px;
  font-weight: 700;
  letter-spacing: .04em;
  text-indent: .04em;
  color: #fff;
  background: #404040;
  border-radius: 11px 11px 0 0;
  padding: 0 55px;
  position: relative;
}

@media screen and (max-width: 896px) {
  .header .refineWrap .refineBox__headline {
    font-size: 17px;
    line-height: 60px;
    border-radius: 0;
    padding: 0 15px;
    background: #333;
  }
}

.header .refineWrap .refineBox__inner {
  padding: 35px 55px 60px;
}

@media screen and (max-width: 896px) {
  .header .refineWrap .refineBox__inner {
    padding: 0;
  }
}

.header .refineWrap .refineBox__close {
  width: 38px;
  height: 38px;
  background: url(/common/img/icon_modalClose.png) center/cover no-repeat;
  position: absolute;
  top: 16px;
  right: 16px;
  cursor: pointer;
}

@media screen and (max-width: 896px) {
  .header .refineWrap .refineBox__close {
    width: 30px;
    height: 30px;
    top: 15px;
  }
}

.header .refineWrap .refineList__item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
}

@media screen and (max-width: 896px) {
  .header .refineWrap .refineList__item {
    display: block;
    margin-bottom: 0;
    border-bottom: 1px solid #e7e7e7;
  }
}

.header .refineWrap .refineList__item:last-child {
  margin-bottom: 0;
}

.header .refineWrap .refineList__theme {
  width: 116px;
  font-size: 17px;
  line-height: 26px;
  letter-spacing: .02em;
  text-indent: .02em;
  font-weight: 700;
}

@media screen and (max-width: 896px) {
  .header .refineWrap .refineList__theme {
    width: 100%;
    font-size: 15px;
    line-height: 46px;
    color: #b6b6b6;
    box-sizing: border-box;
    padding: 0 0 0 15px;
    font-weight: 500;
    background: url(/common/img/arrow_refine.png) center right 25px/11px no-repeat;
  }
}

@media screen and (max-width: 896px) {
  .header .refineWrap .refineList__theme.active {
    background: #fafafa url(/common/img/arrow_refine_active.png) center right 25px/11px no-repeat;
  }
}

@media screen and (max-width: 896px) {
  .header .refineWrap .refineList__theme.selected {
    color: #333;
  }
}

.header .refineWrap .refineList__select {
  width: calc(100% - 116px);
}

@media screen and (max-width: 896px) {
  .header .refineWrap .refineList__select {
    width: 100%;
    display: none;
  }
}

.header .refineWrap .refineList__select--inner {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding: 0 0 0 36px;
  border-left: 1px solid #c1c1c1;
}

@media screen and (max-width: 896px) {
  .header .refineWrap .refineList__select--inner {
    width: auto;
    margin: 0 15px;
    padding: 15px 0 2px;
    border-left: 0;
    border-top: 1px solid #e7e7e7;
  }
}

.header .refineWrap .refineList__select label {
  display: block;
  position: relative;
  margin-right: 11px;
}

@media screen and (max-width: 896px) {
  .header .refineWrap .refineList__select label {
    margin: 0 13px 13px 0;
  }
}

.header .refineWrap .refineList__select label .refine__check {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 13px;
  cursor: pointer;
  opacity: 0;
}

.header .refineWrap .refineList__select label .refine__check:focus {
  outline: unset;
}

.header .refineWrap .refineList__select label .refine__check:checked + .refine__txt {
  color: #333;
  background: #e7e7e7;
  border: 1px solid #e7e7e7;
}

.header .refineWrap .refineList__select label .refine__txt {
  display: block;
  font-size: 13px;
  line-height: 24px;
  color: #666;
  padding: 0 10px;
  border-radius: 13px;
  border: 1px solid #b6b6b6;
}

@media screen and (max-width: 896px) {
  .header .refineWrap .refineList__select label .refine__txt {
    line-height: 26px;
    letter-spacing: .02em;
    text-indent: .02em;
    padding: 0 13px;
  }
}

.header .refineWrap .refineList__item--stone .refineList__select label {
  margin: 0 11px 11px 0;
}

.header .refineWrap .refineList__item--stone .refineList__select label:nth-last-child(3) {
  margin-right: 0;
}

@media screen and (max-width: 896px) {
  .header .refineWrap .refineList__item--stone .refineList__select label:nth-last-child(3) {
    margin: 0 13px 13px 0;
  }
}

.header .refineWrap .refineList__item--stone .refineList__select label:nth-last-child(-n+4) {
  margin-bottom: 0;
}

@media screen and (max-width: 896px) {
  .header .refineWrap .refineList__item--stone .refineList__select label:nth-last-child(-n+4) {
    margin: 0 13px 13px 0;
  }
}

.header .refineWrap .refineList__item--price .refineList__select label {
  margin: 0 11px 11px 0;
}

.header .refineWrap .refineList__item--price .refineList__select label:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 896px) {
  .header .refineWrap .refineList__item--price .refineList__select label:last-child {
    margin: 0 13px 13px 0;
  }
}

.header .refineWrap .refineBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 35px 0 0;
}

@media screen and (max-width: 896px) {
  .header .refineWrap .refineBtn {
    margin: 25px 0 0;
  }
}

.header .refineWrap .refineBtn__reset {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 220px;
  height: 50px;
  letter-spacing: .02em;
  text-indent: .02em;
  font-weight: 500;
  color: #404040;
  background: #e7e7e7;
  border-radius: 25px;
  margin-right: 30px;
  cursor: pointer;
}

@media screen and (max-width: 896px) {
  .header .refineWrap .refineBtn__reset {
    width: 100px;
    height: 45px;
    font-size: 15px;
    border-radius: 24px;
    margin-right: 12px;
  }
}

.header .refineWrap .refineBtn__search input {
  width: 220px;
  height: 50px;
  font-size: 16px;
  color: #fff;
  letter-spacing: .02em;
  text-indent: .02em;
  font-weight: 500;
  color: #fff;
  background: #333;
  border-radius: 25px;
  cursor: pointer;
}

@media screen and (max-width: 896px) {
  .header .refineWrap .refineBtn__search input {
    width: 175px;
    height: 45px;
    font-size: 15px;
    border-radius: 22px;
  }
}

.header .refineWrap .refineBtn__search input:focus {
  outline: none;
}

.spNav {
  display: none;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  transition: .5s;
  background: #333;
  z-index: 100;
}

@media screen and (max-width: 896px) {
  .spNav {
    display: block;
  }
}

.spNav__logo {
  display: none;
  padding: 18px 0 23px;
  text-align: center;
}

@media screen and (max-width: 896px) {
  .spNav__logo {
    display: block;
  }
}

.spNav__logo img {
  width: 160px;
}

.spNav.out {
  bottom: -100%;
}

.spNavList {
  display: flex;
  position: relative;
  z-index: 99;
  background: #333;
}

.spNavList__item {
  width: 20%;
}

.spNavList__item a {
  display: block;
  height: 78px;
  font-size: 11px;
  letter-spacing: -.03em;
  text-indent: -.03em;
  font-weight: 350;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
  padding-top: 47px;
}

.spNavList__item--top a {
  background: url(../img/icon_spNav_pageTop.png) center top 13px/25px no-repeat;
}

.spNavList__item--login a {
  background: url(../img/icon_spNav_login.png) center top 13px/22px no-repeat;
}

.spNavList__item--menu a {
  background: url(../img/icon_spNav_menu.png) center top 17px/21px no-repeat;
}

.spNavList__item--menu a.close {
  color: #a9a9a9;
  background: url(../img/icon_spNav_close.png) center top 13px/25px no-repeat;
}

.spNavList__item--search a {
  background: url(../img/icon_spNav_search.png) center top 15px/22px no-repeat;
}

.spNavList__item--search a.close {
  color: #a9a9a9;
  background: url(../img/icon_spNav_close.png) center top 13px/25px no-repeat;
}

.spNavList__item--bag a {
  background: url(../img/icon_spNav_shoppingBag.png) center top 13px/23px no-repeat;
}

.spNav__searchWrap {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  background: #333;
  box-sizing: border-box;
  overflow-y: scroll;
  padding: 0 15px 104px;
}

.spNav__searchWrap .spNav__search--input {
  text-align: center;
  padding-bottom: 13px;
  margin-bottom: 13px;
  border-bottom: 1px solid #fff;
}

.spNav__searchWrap .spNav__search--input--text {
  width: 100%;
  height: 44px;
  font-size: 16px;
  box-sizing: border-box;
  border: 1px solid #fafafa;
  padding: 12px;
  border-radius: 5px;
  background: #fff url(/common/img/icon_search_sp.png) center right 10px/18px no-repeat;
}

.spNav__searchWrap .spNav__search--input--text::placeholder {
  color: #a9a9a9;
}

.spNav__searchWrap .spNav__search--input--submit {
  width: 130px;
  height: 35px;
  margin-top: 10px;
  font-size: 14px;
  color: #fff;
  box-sizing: border-box;
  border: 1px solid #eee;
  border-radius: 5px;
  background: #333;
}

.spNav__searchWrap .spNav__search--select {
  margin-bottom: 8px;
}

.spNav__searchWrap .spNav__search--select select {
  display: block;
  width: 100%;
  height: 42px;
  font-size: 15px;
  color: #fff;
  background: #333 url(/common/img/arrow_select.png) center right 10px/11px no-repeat;
  box-sizing: border-box;
  border: 1px solid #a9a9a9;
  border-radius: 3px;
  padding: 0 30px 0 12px;
}

.spNav__searchWrap .spNav__search--refine {
  padding-top: 13px;
  margin-top: 13px;
  border-top: 1px solid #fff;
}

.spNav__searchWrap .spNav__search--refine--btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 48px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 4px;
}

.spNav__searchWrap .spNav__search--refine--btn::after {
  content: "";
  display: block;
  width: 19px;
  height: 14px;
  background: url(/common/img/icon_refine_sp.png) center/cover no-repeat;
  margin-left: 9px;
}

/*
** Main
*/
.main {
  margin-top: 114px;
}

@media screen and (max-width: 896px) {
  .main {
    margin-top: 0;
  }
}

.main__headline {
  text-align: center;
  margin-top: 40px;
}

@media screen and (max-width: 896px) {
  .main__headline {
    margin-top: 0;
    padding-top: 30px;
    border-top: 1px solid #eee;
  }
}

.main__headline .jp {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 29px;
  letter-spacing: .08em;
  text-indent: .08em;
  font-weight: 600;
  margin-bottom: 13px;
}

@media screen and (max-width: 896px) {
  .main__headline .jp {
    font-size: 23px;
    margin-bottom: 11px;
  }
}

.main__headline .en {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 15px;
  letter-spacing: .11em;
  text-indent: .11em;
  color: #c2c2c2;
  font-weight: 700;
}

@media screen and (max-width: 896px) {
  .main__headline .en {
    font-size: 13px;
  }
}

.pankuz {
  max-width: 1238px;
  margin: 0 auto;
  padding: 10px 0;
}

@media screen and (max-width: 896px) {
  .pankuz {
    display: none;
  }
}

.pankuzList {
  display: flex;
}

.pankuzList__item {
  font-size: 12px;
  color: #525252;
}

.pankuzList__item::after {
  content: ">";
  margin: 0 10px;
}

.pankuzList__item:last-child::after {
  display: none;
}

.pankuzList__item a {
  font-size: 12px;
  color: #525252;
}

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

.pankuzList__item br {
  display: none;
}

.pagination {
  margin: 30px 0;
}

@media screen and (max-width: 896px) {
  .pagination {
    margin: 25px 0;
  }
}

.paginationList {
  display: flex;
  justify-content: center;
}

.paginationList__item {
  margin: 0 5px;
}

@media screen and (max-width: 896px) {
  .paginationList__item {
    margin: 0 2px;
  }
}

.paginationList__item.active {
  font-family: "Work Sans", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 17px;
  letter-spacing: -.04em;
  text-indent: -.04em;
  border-radius: 50%;
  box-sizing: border-box;
  border: 1px solid #333;
}

@media screen and (max-width: 896px) {
  .paginationList__item.active {
    width: 33px;
    height: 33px;
    font-size: 15px;
  }
}

.paginationList__item a {
  font-family: "Work Sans", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 17px;
  letter-spacing: -.04em;
  text-indent: -.04em;
  color: #333;
  border-radius: 50%;
  transition: .3s;
}

@media screen and (max-width: 896px) {
  .paginationList__item a {
    width: 33px;
    height: 33px;
    font-size: 15px;
  }
}

.paginationList__item a:hover {
  background: #e5e5e5;
}

.paginationList__item--prev a {
  background: url(/common/img/arrow_prev.png) center/8px no-repeat;
}

@media screen and (max-width: 896px) {
  .paginationList__item--prev a {
    background: url(/common/img/arrow_prev.png) center/7px no-repeat;
  }
}

.paginationList__item--prev a:hover {
  background: #e5e5e5 url(/common/img/arrow_prev.png) center/8px no-repeat;
}

@media screen and (max-width: 896px) {
  .paginationList__item--prev a:hover {
    background: url(/common/img/arrow_prev.png) center/7px no-repeat;
  }
}

.paginationList__item--prevAll a {
  background: url(/common/img/arrow_prevAll.png) center/15px no-repeat;
}

@media screen and (max-width: 896px) {
  .paginationList__item--prevAll a {
    background: url(/common/img/arrow_prevAll.png) center/12px no-repeat;
  }
}

.paginationList__item--prevAll a:hover {
  background: #e5e5e5 url(/common/img/arrow_prevAll.png) center/15px no-repeat;
}

@media screen and (max-width: 896px) {
  .paginationList__item--prevAll a:hover {
    background: url(/common/img/arrow_prevAll.png) center/12px no-repeat;
  }
}

.paginationList__item--next a {
  background: url(/common/img/arrow_next.png) center/8px no-repeat;
}

@media screen and (max-width: 896px) {
  .paginationList__item--next a {
    background: url(/common/img/arrow_next.png) center/7px no-repeat;
  }
}

.paginationList__item--next a:hover {
  background: #e5e5e5 url(/common/img/arrow_next.png) center/8px no-repeat;
}

@media screen and (max-width: 896px) {
  .paginationList__item--next a:hover {
    background: url(/common/img/arrow_next.png) center/7px no-repeat;
  }
}

.paginationList__item--nextAll a {
  background: url(/common/img/arrow_nextAll.png) center/15px no-repeat;
}

@media screen and (max-width: 896px) {
  .paginationList__item--nextAll a {
    background: url(/common/img/arrow_nextAll.png) center/12px no-repeat;
  }
}

.paginationList__item--nextAll a:hover {
  background: #e5e5e5 url(/common/img/arrow_nextAll.png) center/15px no-repeat;
}

@media screen and (max-width: 896px) {
  .paginationList__item--nextAll a:hover {
    background: url(/common/img/arrow_nextAll.png) center/12px no-repeat;
  }
}

.snaShare {
  padding: 20px 0;
  border-bottom: 1px solid #eee;
}

@media screen and (max-width: 896px) {
  .snaShare {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.snaShare__headline {
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .08em;
  text-indent: .08em;
  text-align: center;
  margin-bottom: 15px;
}

@media screen and (max-width: 896px) {
  .snaShare__headline {
    font-size: 15px;
    margin: 0 27px 0 0;
  }
}

.snaShareList {
  display: flex;
  justify-content: center;
}

.snaShareList__item {
  margin-right: 15px;
  border-radius: 50%;
  overflow: hidden;
}

@media screen and (max-width: 896px) {
  .snaShareList__item {
    margin-right: 25px;
  }
}

.snaShareList__item a {
  display: block;
  width: 40px;
  height: 40px;
  transition: .3s;
  position: relative;
}

@media screen and (max-width: 896px) {
  .snaShareList__item a {
    width: 33px;
    height: 33px;
  }
}

.snaShareList__item--facebook a {
  background: #333 url(/common/img/icon_facebook.png) center/9px no-repeat;
}

@media screen and (max-width: 896px) {
  .snaShareList__item--facebook a {
    background: #333 url(/common/img/icon_facebook.png) center/8px no-repeat;
  }
}

.snaShareList__item--facebook a:hover {
  background: #3b5998 url(/common/img/icon_facebook.png) center/9px no-repeat;
}

@media screen and (max-width: 896px) {
  .snaShareList__item--facebook a:hover {
    background: #333 url(/common/img/icon_facebook.png) center/8px no-repeat;
  }
}

.snaShareList__item--line a {
  background: #333 url(/common/img/icon_line.png) center/23px no-repeat;
}

@media screen and (max-width: 896px) {
  .snaShareList__item--line a {
    background: #333 url(/common/img/icon_line.png) center/19px no-repeat;
  }
}

.snaShareList__item--line a:hover {
  background: #00c300 url(/common/img/icon_line.png) center/23px no-repeat;
}

@media screen and (max-width: 896px) {
  .snaShareList__item--line a:hover {
    background: #333 url(/common/img/icon_line.png) center/19px no-repeat;
  }
}

.snaShareList__item--instagram {
  margin-right: 0;
  position: relative;
  transition: .3s;
}

.snaShareList__item--instagram a {
  background: #333;
  position: relative;
}

@media screen and (max-width: 896px) {
  .snaShareList__item--instagram a {
    background: #333 url(/common/img/icon_instagram.png) center/17px no-repeat;
  }
}

.snaShareList__item--instagram a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(/common/img/icon_instagram_on.png) center/100% no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: .3s;
}

@media screen and (max-width: 896px) {
  .snaShareList__item--instagram a::before {
    display: none;
  }
}

.snaShareList__item--instagram a::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(/common/img/icon_instagram.png) center/20px no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 896px) {
  .snaShareList__item--instagram a::after {
    display: none;
  }
}

.snaShareList__item--instagram a:hover {
  background: transparent;
}

.snaShareList__item--instagram a:hover::before {
  opacity: 1;
}

@media screen and (max-width: 896px) {
  .snaShareList__item--instagram a:hover {
    background: #333 url(/common/img/icon_instagram.png) center/17px no-repeat;
  }
}

.about {
  padding: 42px 0;
}

@media screen and (max-width: 896px) {
  .about {
    padding: 25px 15px 29px;
  }
}

.aboutList {
  display: flex;
  justify-content: center;
  width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 896px) {
  .aboutList {
    flex-wrap: wrap;
    justify-content: space-between;
    width: auto;
  }
}

.aboutList__item {
  text-align: center;
  border-right: 1px solid #eee;
}

@media screen and (max-width: 896px) {
  .aboutList__item {
    text-align: center;
    border-right: 0;
    margin-bottom: 8px;
  }
}

.aboutList__item:nth-child(1) {
  width: 187px;
  text-align: left;
}

@media screen and (max-width: 896px) {
  .aboutList__item:nth-child(1) {
    width: 100%;
  }
}

.aboutList__item:nth-child(2) {
  width: 227px;
}

@media screen and (max-width: 896px) {
  .aboutList__item:nth-child(2) {
    width: 48.3%;
  }
}

.aboutList__item:nth-child(3) {
  width: 214px;
}

@media screen and (max-width: 896px) {
  .aboutList__item:nth-child(3) {
    width: 48.3%;
  }
}

.aboutList__item:nth-child(4) {
  width: 227px;
}

@media screen and (max-width: 896px) {
  .aboutList__item:nth-child(4) {
    width: 48.3%;
  }
}

.aboutList__item:nth-child(5) {
  width: 147px;
  text-align: right;
  border-right: 0;
}

@media screen and (max-width: 896px) {
  .aboutList__item:nth-child(5) {
    width: 48.3%;
  }
}

.aboutList__item a {
  font-size: 14px;
  letter-spacing: .02em;
  text-indent: .02em;
  color: #b6b6b6;
  transition: .3s;
}

@media screen and (max-width: 896px) {
  .aboutList__item a {
    display: block;
    font-size: 14px;
    line-height: 54px;
    color: #fff;
    text-align: center;
    background: #b6b6b6;
    border-radius: 3px;
  }
}

.aboutList__item a:hover {
  color: #333;
}

.section__checked {
  background: #fafafa;
  padding: 65px 0;
}

@media screen and (max-width: 896px) {
  .section__checked {
    padding: 50px 0;
  }
}

.checked__headline {
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 896px) {
  .checked__headline {
    margin-bottom: 30px;
  }
}

.checked__headline .jp {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  letter-spacing: .05em;
  text-indent: .05em;
  font-weight: 600;
  margin-bottom: 13px;
}

@media screen and (max-width: 896px) {
  .checked__headline .jp {
    font-size: 21px;
    margin-bottom: 11px;
  }
}

.checked__headline .en {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 15px;
  letter-spacing: .11em;
  text-indent: .11em;
  color: #c2c2c2;
  font-weight: 700;
}

@media screen and (max-width: 896px) {
  .checked__headline .en {
    font-size: 13px;
  }
}

.checkedList {
  display: flex;
  flex-wrap: wrap;
  width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 896px) {
  .checkedList {
    width: auto;
    margin: 0 15px;
  }
}

.checkedList__item {
  width: 240px;
  margin: 0 13px 13px 0;
}

@media screen and (max-width: 896px) {
  .checkedList__item {
    width: 47.5%;
    margin: 0 5% 5% 0;
  }
}

@media screen and (max-width: 896px) {
  .checkedList__item:nth-child(2n) {
    margin-right: 0;
  }
}

.checkedList__item:nth-child(4n) {
  margin-right: 0;
}

.checkedList__item a {
  display: block;
  transition: .3s;
}

.checkedList__item a:hover {
  opacity: .5;
}

.checkedList__item a img {
  width: 100%;
}

.section__recommed {
  padding: 65px 0 0;
}

@media screen and (max-width: 896px) {
  .section__recommed {
    padding: 42px 0 20px;
  }
}

.section__recommed .items__list {
  margin-bottom: 0;
  border-bottom: 0;
}

.recommed__headline {
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 896px) {
  .recommed__headline {
    margin-bottom: 30px;
  }
}

.recommed__headline .jp {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 27px;
  letter-spacing: .05em;
  text-indent: .05em;
  font-weight: 600;
  margin-bottom: 13px;
}

@media screen and (max-width: 896px) {
  .recommed__headline .jp {
    font-size: 21px;
    margin-bottom: 11px;
  }
}

.recommed__headline .en {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 15px;
  letter-spacing: .11em;
  text-indent: .11em;
  color: #c2c2c2;
  font-weight: 700;
}

@media screen and (max-width: 896px) {
  .recommed__headline .en {
    font-size: 13px;
  }
}

.LC_Page_Error .header {
  padding: 21px 0;
}

@media screen and (max-width: 896px) {
  .LC_Page_Error .header {
    padding: 18px 0;
  }
}

.section__error {
  padding: 65px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

@media screen and (max-width: 896px) {
  .section__error {
    padding: 30px 0 30px;
  }
}

@media screen and (max-width: 896px) {
  .section__error .btn__prev {
    margin: 0 15px;
  }
}

.section__error .btn__prev a {
  font-family: "Noto Serif JP", serif;
  display: block;
  width: 330px;
  line-height: 71px;
  font-weight: 700;
  color: #333;
  letter-spacing: .05em;
  text-indent: .05em;
  text-align: center;
  box-sizing: border-box;
  border: 1px solid #eee;
  border-radius: 3px;
  background: #eee;
  transition: .3s;
  margin: 0 auto;
}

@media screen and (max-width: 896px) {
  .section__error .btn__prev a {
    width: 100%;
    font-size: 14px;
    line-height: 58px;
  }
}

.section__error .btn__prev a:hover {
  opacity: .7;
}

.errorBox {
  width: 800px;
  margin: 0 auto 50px;
  background: #f9f9f9;
  border-radius: 3px;
  box-sizing: border-box;
  padding: 50px 75px;
}

@media screen and (max-width: 896px) {
  .errorBox {
    width: auto;
    margin: 0 15px 30px;
    padding: 22px 15px;
  }
}

.errorBox .error__description {
  color: #df4e4e;
  padding-left: 15px;
  line-height: 25px;
  border-left: 2px solid #df4e4e;
}

@media screen and (max-width: 896px) {
  .errorBox .error__description {
    line-height: 29px;
  }
}

/*
** Footer
*/
.footer {
  padding: 40px 0 32px;
  background: #333;
}

@media screen and (max-width: 896px) {
  .footer {
    padding: 35px 15px 108px;
  }
}

.footer__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 1000px;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 896px) {
  .footer__inner {
    width: 100%;
  }
}

.footer .pageTop {
  position: absolute;
  top: 0;
  right: 0;
}

@media screen and (max-width: 896px) {
  .footer .pageTop {
    display: none;
  }
}

.footer .pageTop a {
  font-family: "Work Sans", sans-serif;
  display: block;
  width: 45px;
  height: 45px;
  font-size: 10px;
  letter-spacing: .1em;
  text-indent: .1em;
  text-align: center;
  color: #a9a9a9;
  border: 1px solid #a9a9a9;
  box-sizing: border-box;
  border-radius: 50%;
  padding-top: 25px;
  position: relative;
  transition: .3s;
}

.footer .pageTop a::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-top: 1px solid #a9a9a9;
  border-left: 1px solid #a9a9a9;
  transform: rotate(45deg);
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -8px;
  transition: .3s;
}

.footer .pageTop a:hover {
  color: #fff;
  border: 1px solid #fff;
}

.footer .pageTop a:hover::before {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}

.footer__logo {
  margin-bottom: 35px;
}

@media screen and (max-width: 896px) {
  .footer__logo {
    width: 100%;
    text-align: center;
  }
}

.footer__logo img {
  width: 198px;
}

@media screen and (max-width: 896px) {
  .footer__logo img {
    width: 165px;
  }
}

.footerNav {
  display: flex;
  border-bottom: 1px solid #6e6e6e;
  padding-bottom: 31px;
  margin-bottom: 25px;
}

@media screen and (max-width: 896px) {
  .footerNav {
    display: block;
    width: 100%;
    border-top: 1px solid #a9a9a9;
    padding-bottom: 27px;
    margin-bottom: 20px;
  }
}

.footerNav__theme {
  display: block;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 11px;
}

@media screen and (max-width: 896px) {
  .footerNav__theme {
    font-size: 14px;
    line-height: 53px;
    margin-bottom: 0;
    border-bottom: 1px solid #a9a9a9;
    position: relative;
  }
}

.footerNav__theme .icon {
  display: block;
  width: 25px;
  height: 25px;
  border: 1px solid #fff;
  border-radius: 50%;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -13px;
}

@media screen and (min-width: 897px) {
  .footerNav__theme .icon {
    display: none;
  }
}

.footerNav__theme .icon::before {
  content: "";
  display: block;
  width: 1px;
  height: 11px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -6px;
  margin-left: -1px;
  transition: .3s;
}

.footerNav__theme .icon::after {
  content: "";
  display: block;
  width: 1px;
  height: 11px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -6px;
  margin-left: -1px;
  transform: rotate(90deg);
  transition: .3s;
}

.footerNav__box--brand {
  width: 187px;
}

@media screen and (max-width: 896px) {
  .footerNav__box--brand {
    width: 100%;
  }
}

.footerNav__box--brand .footerNav__item:first-child {
  line-height: 19px;
  margin-bottom: 3px;
}

@media screen and (max-width: 896px) {
  .footerNav__box--brand .footerNav__item:first-child {
    line-height: 26px;
    margin-bottom: 0;
  }
}

.footerNav__box--item {
  width: 188px;
}

@media screen and (max-width: 896px) {
  .footerNav__box--item {
    width: 100%;
  }
}

.footerNav__box--content {
  width: 188px;
}

@media screen and (max-width: 896px) {
  .footerNav__box--content {
    width: 100%;
  }
}

.footerNav__box--shopping {
  width: 250px;
}

@media screen and (max-width: 896px) {
  .footerNav__box--shopping {
    width: 100%;
  }
}

.footerNav__box--address {
  width: 187px;
}

@media screen and (max-width: 896px) {
  .footerNav__box--address {
    width: 100%;
    margin-top: 25px;
  }
}

@media screen and (max-width: 896px) {
  .footerNav__box--address .footerNav__theme {
    font-size: 16px;
    line-height: 1;
    border-bottom: 0;
    margin-bottom: 10px;
  }
}

.footerNav__box.open .footerNav__theme .icon::before {
  transform: rotate(45deg);
}

.footerNav__box.open .footerNav__theme .icon::after {
  transform: rotate(135deg);
}

@media screen and (max-width: 896px) {
  .footerNav__list {
    display: none;
    margin: 0 10px;
  }
}

.footerNav__item {
  line-height: 26px;
}

.footerNav__item a {
  font-size: 14px;
  line-height: 1;
  color: #a9a9a9;
  transition: .3s;
}

@media screen and (max-width: 896px) {
  .footerNav__item a {
    display: block;
    font-size: 13px;
    line-height: 42px;
    border-bottom: 1px solid #a9a9a9;
  }
}

.footerNav__item a:hover {
  color: #fff;
}

.footerNav__address {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
}

@media screen and (max-width: 896px) {
  .footerImportant {
    max-width: 290px;
    margin: 0 auto;
  }
}

.footerImportant__list {
  display: flex;
}

@media screen and (max-width: 896px) {
  .footerImportant__list {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.footerImportant__item {
  margin-right: 26px;
}

@media screen and (max-width: 896px) {
  .footerImportant__item {
    margin: 0 0 20px;
  }
}

.footerImportant__item a {
  font-size: 13px;
  letter-spacing: .06em;
  text-indent: .06em;
  color: #a9a9a9;
  transition: .3s;
}

@media screen and (max-width: 896px) {
  .footerImportant__item a {
    color: #fff;
  }
}

.footerImportant__item a:hover {
  color: #fff;
}

.footerCopyright {
  font-size: 13px;
  letter-spacing: .08em;
  text-indent: .08em;
  color: #fff;
}

@media screen and (max-width: 896px) {
  .footerCopyright {
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
}
