@charset "UTF-8";
/* ------------------------------------------------------------ break-point */
/* ------------------------------------------------------------ color */
/* ------------------------------------------------------------ letter-spacing */
/* ------------------------------------------------------------ weight */
/* ------------------------------------------------------------ 点線 */
/* ------------------------------------------------------------ font */
/* ------------------------------------------------------------ parts */
/* ------------------------------------------------------------ media */
/* ------------------------------------------------------------ layout */
/* ------------------------------------------------------------ font */
/*
@mixin useicomoon{
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  @include font-smoothing;
}

@mixin roboto{
  font-family: 'Roboto', sans-serif;
  @include font-smoothing;
}

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

body {
  line-height: 1;
}

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

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #e6e6e6;
  margin: 1.6em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  color: #000;
  font-size: 62.5%;
}

body {
  font-family: "source-han-sans-japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 140%;
  letter-spacing: 0.08em;
  font-weight: normal;
  line-height: 1.8;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

::-moz-selection {
  color: #000;
  background: #ffff00;
}

::selection {
  color: #000;
  background: #ffff00;
}

::-moz-selection {
  color: #000;
  background: #ffff00;
}

input::-moz-selection, textarea::-moz-selection {
  color: #000;
}

input::selection,
textarea::selection {
  color: #000;
}

input::-moz-selection,
textarea::-moz-selection {
  color: #000;
}

/* link
   ========================================================================== */
a {
  color: #000;
  text-decoration: none;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-duration: 0.2s;
     transition-duration: 0.2s;
  -o-transition-timing-function: ease-out;
     transition-timing-function: ease-out;
}

a:visited {
  color: rgba(0, 0, 0, 0.8);
  text-decoration: none;
}

a:hover {
  opacity: 0.5;
  text-decoration: none;
}

a:active {
  opacity: 0.2;
  text-decoration: none;
}

@media screen and (max-width: 1024px) {
  a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.2);
  }

  a:hover {
    color: #000;
  }

  a:active {
    color: #121212;
  }
}
/* image
   ========================================================================== */
img {
  line-height: 1;
  vertical-align: bottom;
}

table th img,
table td img {
  vertical-align: middle;
}

/* ClearFix
   ========================================================================== */
.clear {
  clear: both;
}

.clearfix,
.fbox,
#contents,
.item-wrap {
  display: block;
}
.clearfix:after,
.fbox:after,
#contents:after,
.item-wrap:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* float
   ========================================================================== */
.fr {
  float: right;
}

.fl {
  float: left;
}

ul.fbox li {
  float: left;
  display: inline;
}

/* margin
   ========================================================================== */
.mt0 {
  margin-top: 0px !important;
}

.mt8 {
  margin-top: 8px !important;
}

.mt16 {
  margin-top: 16px !important;
}

.mt24 {
  margin-top: 24px !important;
}

.mt32 {
  margin-top: 32px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt48 {
  margin-top: 48px !important;
}

.mt56 {
  margin-top: 56px !important;
}

.mt64 {
  margin-top: 64px !important;
}

.mt72 {
  margin-top: 72px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb8 {
  margin-bottom: 8px !important;
}

.mb16 {
  margin-bottom: 16px !important;
}

.mb24 {
  margin-bottom: 24px !important;
}

.mb32 {
  margin-bottom: 32px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb48 {
  margin-bottom: 48px !important;
}

.mb56 {
  margin-bottom: 56px !important;
}

.mb64 {
  margin-bottom: 64px !important;
}

.mb72 {
  margin-bottom: 72px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.mr8 {
  margin-right: 8px !important;
}

.mr16 {
  margin-right: 16px !important;
}

.mr24 {
  margin-right: 24px !important;
}

.mr32 {
  margin-right: 32px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr48 {
  margin-right: 48px !important;
}

.mr56 {
  margin-right: 56px !important;
}

.mr64 {
  margin-right: 64px !important;
}

.mr72 {
  margin-right: 72px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.ml8 {
  margin-left: 8px !important;
}

.ml16 {
  margin-left: 16px !important;
}

.ml24 {
  margin-left: 24px !important;
}

.ml32 {
  margin-left: 32px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml48 {
  margin-left: 48px !important;
}

.ml56 {
  margin-left: 56px !important;
}

.ml64 {
  margin-left: 64px !important;
}

.ml72 {
  margin-left: 72px !important;
}

.ml80 {
  margin-left: 80px !important;
}

/* padding
   ========================================================================== */
.pt0 {
  padding-top: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

/* form label
   ========================================================================== */
input,
textarea,
label {
  vertical-align: middle;
}

/* position
   ========================================================================== */
.text-r {
  text-align: right !important;
}

.text-c,
table.text-c th,
table.text-c td,
table.th-c th {
  text-align: center !important;
}

.text-l {
  text-align: left !important;
}

/* ------------------------------------------------------------ common */
body {
  overflow-x: hidden;
}

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

.fixedsticky {
  top: -47px;
}

#body-inner {
  background: #fff;
  -webkit-transition: 0.4s ease-out;
  -o-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}

.load {
  opacity: 0;
  -webkit-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  -webkit-transition-delay: 0.5s;
       -o-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.lazyloaded {
  opacity: 1;
}

#nav-bg {
  z-index: -2;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  visibility: hidden;
}

#search {
  position: relative;
}
#search .search-text {
  -webkit-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  border-radius: 2px;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  padding: 8px;
  width: 100%;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1) inset;
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.1) inset;
  color: #000;
  font-size: 14px;
  font-size: 1.4rem;
}
#search .search-text:-webkit-input-placeholder, #search .search-text:-ms-input-placeholder, #search .search-text:-moz-placeholder {
  color: #999;
}
#search .search-text:focus {
  outline: 0;
  background: #f5f5f5;
}
#search .search-btn {
  -webkit-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 7px;
  right: 8px;
}
#search .search-btn:hover {
  opacity: 0.5;
}
#search .search-btn:focus {
  outline: 0;
}
@media screen and (max-width: 1024px) {
  #search .search-text {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

#noitem {
  padding: 6vh 2% 6vh 2%;
}
@media screen and (max-width: 1024px) {
  #noitem {
    padding: 8px 16px;
  }
}

#pagetop {
  -webkit-transition: 0.4s ease-out;
  -o-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  z-index: 20000;
  position: fixed;
  bottom: 32px;
  right: 2vw;
  opacity: 0;
  visibility: hidden;
  border: 1px solid #e6e6e6;
}
#pagetop.show {
  opacity: 1;
  visibility: visible;
}
#pagetop a {
  display: block;
  width: 60px;
  height: 60px;
  -webkit-transition: 0.25s ease-out;
  -o-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  text-align: center;
  background: url(../img/common/arrow_top.svg) #f5f5f5 no-repeat center 35%;
  background-size: 8px auto;
}
#pagetop a:hover {
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1), 0 6px 8px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.1), 0 6px 8px rgba(0, 0, 0, 0.08);
}
#pagetop a:active {
  -webkit-transition: 0.1s ease-out;
  -o-transition: 0.1s ease-out;
  transition: 0.1s ease-out;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
}
#pagetop a span {
  font-size: 11px;
  font-size: 1.1rem;
  display: inline-block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 64%;
  padding-left: 3px;
}
@media screen and (max-width: 1024px) {
  #pagetop {
    top: auto;
    bottom: 6vw;
    right: 3vw;
  }
}

.bnr-area {
  display: none;
}
@media screen and (max-width: 1024px) {
  .bnr-area {
    margin: 1vh 16px 0;
    display: -webkit-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -moz-flex;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .bnr-area p {
    width: 49%;
  }
  .bnr-area p:nth-child(2n) {
    margin-left: 2%;
  }
}

#bnr-store a {
  background: url(../img/store.jpg) #fff no-repeat;
  background-size: contain;
  display: block;
  border: 1px solid #e6e6e6;
  border-top: 1px solid #000;
  padding: 16px 12px;
  -webkit-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  -webkit-transition: 0.25s ease-out;
  -o-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
  text-align: right;
}
#bnr-store a:hover {
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1), 0 6px 8px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.1), 0 6px 8px rgba(0, 0, 0, 0.08);
}
#bnr-store a:active {
  -webkit-transition: 0.1s ease-out;
  -o-transition: 0.1s ease-out;
  transition: 0.1s ease-out;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
}
#bnr-store a span {
  font-size: 12px;
  font-size: 1.2rem;
  -webkit-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  display: block;
}

#bnr-note.pc {
  margin-top: 7vh;
}
#bnr-note.pc a {
  padding: 24px 16px;
}
#bnr-note a {
  background: url(../img/bnr_note.jpg) #fff no-repeat left center;
  background-size: contain;
  display: block;
  border: 1px solid #e6e6e6;
  border-top: 1px solid #000;
  padding: 16px 12px;
  -webkit-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  -webkit-transition: 0.25s ease-out;
  -o-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
  text-align: right;
}
#bnr-note a:hover {
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1), 0 6px 8px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.1), 0 6px 8px rgba(0, 0, 0, 0.08);
}
#bnr-note a:active {
  -webkit-transition: 0.1s ease-out;
  -o-transition: 0.1s ease-out;
  transition: 0.1s ease-out;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
}
#bnr-note a span {
  font-size: 12px;
  font-size: 1.2rem;
  -webkit-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  display: block;
}

/* ------------------------------------------------------------ menuオープン */
.is-nav-open header {
  -webkit-transform: translateX(-80%);
  -ms-transform: translateX(-80%);
  transform: translateX(-80%);
}
.is-nav-open #body-inner {
  -webkit-transform: translateX(-80%);
  -ms-transform: translateX(-80%);
  transform: translateX(-80%);
}
.is-nav-open #nav-bg {
  visibility: visible;
}

/* ------------------------------------------------------------ header */
header {
  z-index: 9999;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0);
  -webkit-transition: 0.4s ease-out;
  -o-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}
header.mini {
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
header.mini #header-inner h1 a {
  background-position: 0 33px;
}
header.mini #header-inner #copy {
  top: 72px;
}
header #header-inner {
  position: relative;
  max-width: 1680px;
  margin: 0 auto;
  padding: 42px 40px 38px;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
}
header #header-inner h1 {
  width: 224px;
  margin-bottom: -4.5px !important;
}
header #header-inner h1 a {
  -webkit-transition: 0.2s ease-out opacity;
  -o-transition: 0.2s ease-out opacity;
  transition: 0.2s ease-out opacity;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  zoom: 1;
  background: url(../img/common/MS.png) no-repeat left;
  background-size: 100% auto;
  width: 275px;
  height: 210px;
}
header #header-inner #copy {
  position: absolute;
  font-family: "source-han-serif-japanese", serif;
  font-weight: 400;
  letter-spacing: normal;
  font-size: 13px;
  font-size: 1.3rem;
  left: 40px;
  top: 113px;
  line-height: 1.5;
}
header #header-inner nav {
  width: calc(100% - 224px - 290px);
}
header #header-inner nav ul {
  width: 100%;
  margin-bottom: -7px;
}
header #header-inner nav ul li {
  margin-left: 4%;
}
header #header-inner nav ul li a {
  -webkit-transform: rotate(0.05deg);
  -ms-transform: rotate(0.05deg);
  transform: rotate(0.05deg);
  font-family: "source-han-serif-japanese", serif;
  font-weight: 400;
  letter-spacing: normal;
}
header #header-inner nav ul li:first-child {
  margin-left: 4vw;
}
header #header-inner #cart {
  margin-bottom: -13px;
  width: 290px;
}
header #header-inner #cart a {
  display: block;
  opacity: 1;
  display: block;
  border: 1px solid #000;
  line-height: 1;
  font-family: "source-han-serif-japanese", serif;
  font-weight: 400;
  letter-spacing: normal;
  padding: 12px 16px 12px 40px;
  background: url(../img/cart_white.svg) no-repeat #000 center left 16px;
  background-size: auto 16px;
  color: #fff;
}
header #header-inner #cart a:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
header #header-inner #cart a span {
  color: rgba(255, 255, 255, 0.8);
  font-family: "source-han-sans-japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  float: right;
}
header #header-inner #cart a span strong {
  color: #f44336;
}
header #header-inner #cart a:hover {
  background: url(../img/cart.svg) no-repeat #fff center left 16px;
  background-size: auto 16px;
  border: 1px solid #e6e6e6;
  color: #000;
}
header #header-inner #cart a:hover span {
  color: rgba(0, 0, 0, 0.8);
}
header #header-inner #cart a:hover span strong {
  color: #f44336;
}
@media screen and (max-width: 1024px) {
  header.mini #header-inner h1 a {
    background-position: left bottom;
  }
  header.mini #header-inner #copy {
    top: 72px;
  }
  header #header-inner {
    padding: 16px;
    border-bottom: 1px solid #e6e6e6;
  }
  header #header-inner h1 {
    width: 150px;
  }
  header #header-inner h1:after {
    position: absolute;
    top: 17px;
    right: 16px;
    display: block;
    content: "";
    background-size: 100% auto;
    width: 150px;
    height: 18px;
  }
  header #header-inner h1 a {
    width: 150px;
    height: 16px;
  }
  header #header-inner nav {
    display: none;
  }
  header #header-inner #cart {
    display: none;
  }
  header .sp ul {
    display: -webkit-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -moz-flex;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  header .sp ul li {
    width: 20%;
    text-align: center;
    font-size: 10px;
    font-size: 1rem;
    position: relative;
  }
  header .sp ul li a {
    display: block;
    padding: 16px 0;
  }
  header .sp ul li a img {
    height: 20px;
  }
  header .sp ul li a span {
    padding-top: 8px;
    display: block;
  }
  header .sp ul li a strong {
    text-align: center;
    padding: 0 0 0 1px;
    top: 10px;
    right: 16px;
    position: absolute;
    height: 19px;
    width: 19px;
    color: #fff;
    background: #f44336;
    border-radius: 10px;
  }
  header .sp ul li a:hover {
    opacity: 1;
  }
  header .sp #search {
    display: none;
    padding: 0 16px 8px;
  }
  header .sp #search .search-btn {
    top: 12px;
    right: 24px;
  }
}

/* ------------------------------------------------------------ contents */
#contents {
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1680px;
  margin: 0 auto 104px;
  padding: 24px 40px 0;
}
@media screen and (max-width: 1024px) {
  #contents {
    display: block;
    padding: 0;
  }
}

/* ------------------------------------------------------------ side */
#side {
  width: 224px;
  background: #fff;
  margin: 50px 4vw 160px 0;
}
#side #side-inner #copy {
  font-family: "source-han-serif-japanese", serif;
  font-weight: 400;
  letter-spacing: normal;
  font-size: 14px;
  font-size: 1.4rem;
}
#side #side-inner #login p {
  margin-top: -4px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #444;
  margin-bottom: 64px;
}
#side #side-inner #login p span {
  font-size: 14px;
  font-size: 1.4rem;
  color: #000;
}
#side #side-inner #search {
  margin-bottom: -4vh;
}
#side #side-inner nav {
  margin-top: 7vh;
}
#side #side-inner nav ul li {
  margin-top: 1.2vh;
}
#side #side-inner nav ul li a {
  -webkit-transform: rotate(0.05deg);
  -ms-transform: rotate(0.05deg);
  transform: rotate(0.05deg);
  font-family: "source-han-serif-japanese", serif;
  font-weight: 400;
  letter-spacing: normal;
}
#side #side-inner nav ul#cat li:nth-child(2), #side #side-inner nav ul#cat li:nth-child(6), #side #side-inner nav ul#cat li:nth-child(15) {
  border-top: 1px solid #e6e6e6;
  margin-top: 2vh;
  padding-top: 2vh;
}
#side #side-inner #instagram {
  margin-top: 7vh;
}
#side #side-inner #instagram a {
  opacity: 1;
  padding: 8px;
  background: #f5f5f5;
  display: block;
  -webkit-transition: 0.25s ease-out;
  -o-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
}
#side #side-inner #instagram a:hover {
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1), 0 6px 8px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.1), 0 6px 8px rgba(0, 0, 0, 0.08);
}
#side #side-inner #instagram a:active {
  -webkit-transition: 0.1s ease-out;
  -o-transition: 0.1s ease-out;
  transition: 0.1s ease-out;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
}
#side #side-inner #instagram a p {
  margin: 4% 8%;
}
#side #side-inner #instagram a #instagram-inner li {
  width: 49%;
  margin: 2% 2% 0 0;
}
#side #side-inner #instagram a #instagram-inner li:nth-child(2n) {
  margin-right: 0;
}
#side #side-inner #instagram a #instagram-inner li a {
  border: none;
  padding: 0;
}
#side #side-inner #instagram a #instagram-inner li a img {
  -webkit-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
#side #side-inner #instagram a #instagram-inner li a:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
@media screen and (max-width: 1024px) {
  #side {
    display: none;
    z-index: -1;
    position: fixed;
    top: 0;
    right: 0;
    width: 80%;
    background: #444;
    margin: 0;
    -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
    height: 100vh;
  }
  .signin_signup>p>a{
    color: white !important;
  }
  #side #side-inner {
    padding: 12px 24px 150px 24px;
    height: 100%;
    width: 100%;
    position: relative;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
  }
  #side #side-inner #copy {
    color: #fff;
  }
  #side #side-inner #login p {
    margin-top: 24px;
    font-size: 12px;
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 48px;
  }
  #side #side-inner #login p span {
    font-size: 14px;
    font-size: 1.4rem;
    color: #fff;
  }
  #side #side-inner nav {
    width: 80%;
  }
  #side #side-inner nav ul {
    border-bottom: 1px solid rgba(255, 255, 255, 0.24);
    padding-bottom: 1.6vh;
  }
  #side #side-inner nav ul li {
    border-top: 1px solid rgba(255, 255, 255, 0.24);
    margin-top: 1.6vh;
    padding-top: 1.2vh;
    font-size: 16px;
    font-size: 1.6rem;
  }
  #side #side-inner nav ul li a {
    display: block;
    color: rgba(255, 255, 255, 0.8);
  }
  #side #side-inner nav ul#cat li:nth-child(1), #side #side-inner nav ul#cat li:nth-child(2), #side #side-inner nav ul#cat li:nth-child(6), #side #side-inner nav ul#cat li:nth-child(15) {
    border-top: 1px solid #e6e6e6;
    margin-top: 5vh;
  }
  #side #side-inner #instagram {
    width: 80%;
  }
}

/* ------------------------------------------------------------ top */
#main {
  margin-top: 10px;
  /* width: calc(100% - 224px - 4vw); */
}
#main #feature {
  margin-top: -10px;
  padding-bottom: 16px;
}
#main #feature #feature-inner {
  position: relative;
  width: 100vw;
  z-index: 10;
}
#main #feature #feature-inner:after {
  position: absolute;
  z-index: 0;
  top: 50px;
  left: 0px;
  content: "";
  display: block;
  height: calc(100% - 20px);
  width: 100vw;
  background: #f5f5f5;
}
#main #feature #feature-inner #slider {
  position: relative;
  z-index: 20;
  display: block;
  -webkit-transform: translate(48px, 0px);
  -ms-transform: translate(48px, 0px);
  transform: translate(48px, 0px);
}
#main #feature #feature-inner #slider:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#main #feature #feature-inner #slider div a {
  opacity: 1;
  position: relative;
  margin: 10px 1.5vw;
  -webkit-transition: 0.25s ease-out;
  -o-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
  display: block;
}
#main #feature #feature-inner #slider div a:hover {
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1), 0 6px 8px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.1), 0 6px 8px rgba(0, 0, 0, 0.08);
}
#main #feature #feature-inner #slider div a:active {
  -webkit-transition: 0.1s ease-out;
  -o-transition: 0.1s ease-out;
  transition: 0.1s ease-out;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
}
#main #feature #feature-inner #slider div a:hover {
  color: #000;
}
#main #feature #feature-inner #slider div a:focus {
  outline: none;
}
#main #feature #feature-inner #slider div a img {
  max-height: 23vw;
  min-height: 23vw;
  width: auto;
  background: #e6e6e6;
}
#main #feature #feature-inner #slider div a p {
  opacity: 0;
  padding: 8px 16px;
  font-weight: 600;
  border-top: 1px solid #e6e6e6;
  background: #fff;
}
#main #feature #feature-inner #slider .slick-dots {
  left: -264px;
  bottom: -24px;
}
#main #feature #feature-inner #slider .slick-dots li {
  margin: 0;
  vertical-align: middle;
}
#main #feature #feature-inner #slider .slick-dots li button:before {
  font-size: 10px;
  -webkit-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
  -webkit-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
#main #feature #feature-inner #slider .slick-dots li.slick-active button:before {
  font-size: 14px;
}
#main #feature #feature-inner #slider .slick-prev {
  z-index: 99;
  top: auto;
  bottom: -17px;
  width: 11px;
  height: 11px;
  left: calc(50% - 264px);
  margin-left: -150px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
#main #feature #feature-inner #slider .slick-prev:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  content: "";
  background: url(../img/common/arrow.svg) no-repeat;
  background-size: 11px auto;
  height: 11px;
  width: 11px;
  display: block;
}
#main #feature #feature-inner #slider .slick-prev:hover {
  opacity: 0.3;
}
#main #feature #feature-inner #slider .slick-next {
  z-index: 100;
  top: auto;
  bottom: -20px;
  width: 11px;
  height: 11px;
  left: calc(50% - 264px);
  margin-left: calc(150px - 11px);
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
#main #feature #feature-inner #slider .slick-next:before {
  content: "";
  background: url(../img/common/arrow.svg) no-repeat;
  background-size: 11px auto;
  height: 11px;
  width: 11px;
  display: block;
}
#main #feature #feature-inner #slider .slick-next:hover {
  opacity: 0.3;
}
#main #information .style01 {
  font-size: 13px;
  font-size: 1.3rem;
}
@media screen and (max-width: 1024px) {
  #main {
    margin-top: 0;
    width: 100%;
  }
  #main #feature #feature-inner {
    width: 100%;
  }
  #main #feature #feature-inner:after {
    left: 0;
    width: 100vw;
  }
  #main #feature #feature-inner #slider {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    width: 100%;
  }
  #main #feature #feature-inner #slider div a {
    margin: 16px;
  }
  #main #feature #feature-inner #slider div a img {
    max-height: 250px;
    max-width: calc(100vw - 32px);
    min-height: 40vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #main #feature #feature-inner #slider div a p {
    padding: 8px 12px;
    letter-spacing: normal;
    font-size: 12px;
    font-size: 1.2rem;
  }
  #main #feature #feature-inner #slider .slick-dots {
    left: 0;
    bottom: -24px;
    width: 100%;
    margin-left: 0;
  }
  #main #feature #feature-inner #slider .slick-prev {
    z-index: 99;
    top: 101.25%;
    width: 11px;
    height: 11px;
    left: 16px;
    margin-left: 0px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  #main #feature #feature-inner #slider .slick-prev:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    content: "";
    background: url(../img/common/arrow.svg) no-repeat;
    background-size: 11px auto;
    height: 11px;
    width: 11px;
    display: block;
  }
  #main #feature #feature-inner #slider .slick-next {
    z-index: 100;
    top: 102%;
    width: 11px;
    height: 11px;
    left: auto;
    right: 16px;
    margin-left: 0px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  #main #feature #feature-inner #slider .slick-next:before {
    content: "";
    background: url(../img/common/arrow.svg) no-repeat;
    background-size: 11px auto;
    height: 11px;
    width: 11px;
    display: block;
  }
  #main #information {
    margin: 0 16px;
  }
  #main #information .style01 {
    font-size: 14px;
    font-size: 1.4rem;
  }
  #main #information a {
    display: block;
  }
  #main #information .btn {
    background: #000;
  }
  #main #information .btn a {
    color: #fff;
  }
  #main #information .btn a span {
    background: url(../img/arrow_white.svg) no-repeat left 51%;
    background-size: 10px auto;
  }
}

/* ------------------------------------------------------------ category */
#main #pkz {
  padding: 0.5% 0 16px 2.2%;
  font-size: 12px;
  font-size: 1.2rem;
}
#main #pkz span {
  color: #999;
  padding: 0 8px;
}
#main #cate-ttl {
  margin-bottom: 4vh;
  padding: 6vh 2% 6vh 2%;
  border-top: 2px solid #000;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
}
#main #cate-ttl .fl {
  width: 60%;
}
#main #cate-ttl .fl#ttl-book {
  width: 78%;
}
#main #cate-ttl .fl h1 {
  font-family: "source-han-serif-japanese", serif;
  font-weight: 400;
  letter-spacing: normal;
  display: inline-block;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.4;
}
#main #cate-ttl .fl h1 span {
  color: #ff4438;
}
#main #cate-ttl .fl h1 .new, #main #cate-ttl .fl h1 .re, #main #cate-ttl .fl h1 .sale, #main #cate-ttl .fl h1 .os {
  vertical-align: middle;
  font-family: "source-han-sans-japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  margin-top: -7px;
  margin-right: 16px;
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: #333;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.24);
  color: #fff;
  font-weight: 600;
  text-align: center;
  font-size: 11px;
  font-size: 1.1rem;
  letter-spacing: -0.05em;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  padding-bottom: 1px;
}
#main #cate-ttl .fl h1 .new strong, #main #cate-ttl .fl h1 .re strong, #main #cate-ttl .fl h1 .sale strong, #main #cate-ttl .fl h1 .os strong {
  display: inline-block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#main #cate-ttl .fl h1 .new img, #main #cate-ttl .fl h1 .re img, #main #cate-ttl .fl h1 .sale img, #main #cate-ttl .fl h1 .os img {
  display: none !important;
}
#main #cate-ttl .fl h1 .new {
  padding-bottom: 3px;
}
#main #cate-ttl .fl h1 .sale {
  background-color: #ff4438;
}
#main #cate-ttl .fl h1 .os {
  font-size: 10px;
  font-size: 1rem;
  background-color: #fff;
  color: #000;
  letter-spacing: -0.1em;
}
#main #cate-ttl .fl h1 .re {
  background-color: #0098cf;
}
#main #cate-ttl .fl #refine-box {
  position: relative;
  display: inline-block;
}
#main #cate-ttl .fl #refine-box #refine-btn {
  position: relative;
  top: -3px;
  left: 32px;
  z-index: 201;
}
#main #cate-ttl .fl #refine-box #refine-btn a {
  display: inline-block;
}
#main #cate-ttl .fl #refine-box #refine-btn a svg {
  width: 18px;
  height: 16px;
  vertical-align: middle;
  margin-right: 8px;
  margin-top: -3px;
}
#main #cate-ttl .fl #refine-box #refine-btn a:hover {
  color: #fff;
}
#main #cate-ttl .fl #refine-box #refine-btn a:hover svg path {
  fill: #fff;
}
#main #cate-ttl .fl #refine-box #refine-list {
  -webkit-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  opacity: 0;
  visibility: hidden;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  position: absolute;
  z-index: 200;
  top: -20px;
  left: 11px;
  padding: 56px 48px;
  background: #444;
  width: 620px;
}
#main #cate-ttl .fl #refine-box #refine-list li {
  -webkit-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  font-size: 14px;
  font-size: 1.4rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
}
#main #cate-ttl .fl #refine-box #refine-list li:nth-child(2n) {
  margin-left: 24px;
}
#main #cate-ttl .fl #refine-box #refine-list li a {
  -webkit-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  padding-top: 8px;
  padding-bottom: 8px;
  color: #fff;
  display: block;
  width: 250px;
  line-height: 1.4;
}
#main #cate-ttl .fl #refine-box #refine-list li:hover {
  background: #fff;
}
#main #cate-ttl .fl #refine-box #refine-list li:hover a {
  opacity: 1;
  color: #000;
}
#main #cate-ttl .fl #refine-box #refine-list.show {
  visibility: visible;
  opacity: 1;
}
#main #cate-ttl .fr #back {
  margin-top: 5px;
}
#main #cate-ttl .fr #sort {
  margin-top: 3px;
}
#main #cate-ttl .fr #sort span, #main #cate-ttl .fr #sort a {
  background: #fff;
  -webkit-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  display: inline-block;
  border: 1px solid #e6e6e6;
  padding: 1px 32px;
  border-radius: 30px;
  margin-left: 8px;
  color: #555;
}
#main #cate-ttl .fr #sort span:hover, #main #cate-ttl .fr #sort a:hover {
  color: #fff;
  background: #666;
}
#main #cate-ttl .fr #sort span {
  color: #fff;
  background: #666;
}
#main #newly ul, #main #seller ul, #main .list ul {
  width: 100%;
  margin-top: -2vh;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#main #newly ul li, #main #seller ul li, #main .list ul li {
  position: relative;
  width: 25%;
  margin-top: 12vh;
}
#main #newly ul li.sold a .book, #main #seller ul li.sold a .book, #main .list ul li.sold a .book {
  opacity: 0.2;
}
#main #newly ul li.sold a .book img, #main #seller ul li.sold a .book img, #main .list ul li.sold a .book img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
#main #newly ul li.sold a .title, #main #seller ul li.sold a .title, #main .list ul li.sold a .title {
  opacity: 0.5;
}
#main #newly ul li.sold a .price:after, #main #seller ul li.sold a .price:after, #main .list ul li.sold a .price:after {
  content: " : sold out";
}
#main #newly ul li.sold a:hover .book, #main #seller ul li.sold a:hover .book, #main .list ul li.sold a:hover .book {
  opacity: 0.6;
}
#main #newly ul li.sold a:hover .book img, #main #seller ul li.sold a:hover .book img, #main .list ul li.sold a:hover .book img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
#main #newly ul li.sold a:hover .title, #main #seller ul li.sold a:hover .title, #main .list ul li.sold a:hover .title {
  opacity: 1;
}
#main #newly ul li a, #main #seller ul li a, #main .list ul li a {
  display: block;
}
#main #newly ul li a .copy, #main #seller ul li a .copy, #main .list ul li a .copy {
  display: none;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  margin: 0;
  position: absolute;
  z-index: 30;
  top: -24px;
  bottom: 150px;
  right: 14%;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 600;
  color: #fff;
}
#main #newly ul li a .copy span, #main #seller ul li a .copy span, #main .list ul li a .copy span {
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  padding: 8px 0;
  background: #000;
  display: inline-block;
  margin-left: 1px;
  word-wrap: break-word;
  word-break: break-all;
}
#main #newly ul li a .book, #main #seller ul li a .book, #main .list ul li a .book {
  margin-top: 0;
  height: 15.5vw;
}
#main #newly ul li a .book img, #main #seller ul li a .book img, #main .list ul li a .book img {
  max-width: 14vw;
  max-height: 15.5vw;
  -webkit-transition: 0.25s ease-out;
  -o-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
#main #newly ul li a .book img:hover, #main #seller ul li a .book img:hover, #main .list ul li a .book img:hover {
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1), 0 6px 8px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.1), 0 6px 8px rgba(0, 0, 0, 0.08);
}
#main #newly ul li a .book img:active, #main #seller ul li a .book img:active, #main .list ul li a .book img:active {
  -webkit-transition: 0.1s ease-out;
  -o-transition: 0.1s ease-out;
  transition: 0.1s ease-out;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
}
#main #newly ul li a .new, #main #newly ul li a .re, #main #newly ul li a .sale, #main #newly ul li a .os, #main #seller ul li a .new, #main #seller ul li a .re, #main #seller ul li a .sale, #main #seller ul li a .os, #main .list ul li a .new, #main .list ul li a .re, #main .list ul li a .sale, #main .list ul li a .os {
  position: absolute;
  top: -20px;
  left: 24%;
  display: block;
  width: 40px;
  height: 40px;
  background-color: #333;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.24);
  color: #fff;
  font-weight: 600;
  text-align: center;
  font-size: 11px;
  font-size: 1.1rem;
  letter-spacing: -0.05em;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  padding-bottom: 1px;
}
#main #newly ul li a .new strong, #main #newly ul li a .re strong, #main #newly ul li a .sale strong, #main #newly ul li a .os strong, #main #seller ul li a .new strong, #main #seller ul li a .re strong, #main #seller ul li a .sale strong, #main #seller ul li a .os strong, #main .list ul li a .new strong, #main .list ul li a .re strong, #main .list ul li a .sale strong, #main .list ul li a .os strong {
  display: inline-block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#main #newly ul li a .new img, #main #newly ul li a .re img, #main #newly ul li a .sale img, #main #newly ul li a .os img, #main #seller ul li a .new img, #main #seller ul li a .re img, #main #seller ul li a .sale img, #main #seller ul li a .os img, #main .list ul li a .new img, #main .list ul li a .re img, #main .list ul li a .sale img, #main .list ul li a .os img {
  display: none !important;
}
#main #newly ul li a .new, #main #seller ul li a .new, #main .list ul li a .new {
  padding-bottom: 3px;
}
#main #newly ul li a .sale, #main #seller ul li a .sale, #main .list ul li a .sale {
  background-color: #ff4438;
}
#main #newly ul li a .os, #main #seller ul li a .os, #main .list ul li a .os {
  font-size: 10px;
  font-size: 1rem;
  background-color: #fff;
  color: #000;
  letter-spacing: -0.1em;
}
#main #newly ul li a .re, #main #seller ul li a .re, #main .list ul li a .re {
  background-color: #0098cf;
}
#main #newly ul li a p, #main #seller ul li a p, #main .list ul li a p {
  -webkit-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  margin-top: 12px;
  padding: 0 8px;
  font-size: 13px;
  font-size: 1.3rem;
  text-align: center;
}
#main #newly ul li a p.price, #main #seller ul li a p.price, #main .list ul li a p.price {
  font-size: 12px;
  font-size: 1.2rem;
  color: rgba(0, 0, 0, 0.6);
  margin-top: 4px;
}
#main #newly ul li a:hover, #main #seller ul li a:hover, #main .list ul li a:hover {
  opacity: 1;
}
#main #newly ul li a:hover .book img, #main #seller ul li a:hover .book img, #main .list ul li a:hover .book img {
  -webkit-transform: translateY(-0.4rem);
  -ms-transform: translateY(-0.4rem);
  transform: translateY(-0.4rem);
}
#main #newly ul li a:active .book img, #main #seller ul li a:active .book img, #main .list ul li a:active .book img {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#main #newly ul li:nth-child(1), #main #newly ul li:nth-child(2), #main #newly ul li:nth-child(3), #main #seller ul li:nth-child(1), #main #seller ul li:nth-child(2), #main #seller ul li:nth-child(3), #main .list ul li:nth-child(1), #main .list ul li:nth-child(2), #main .list ul li:nth-child(3) {
  width: 33.333%;
}
#main #newly ul li:nth-child(1) a .copy, #main #newly ul li:nth-child(2) a .copy, #main #newly ul li:nth-child(3) a .copy, #main #seller ul li:nth-child(1) a .copy, #main #seller ul li:nth-child(2) a .copy, #main #seller ul li:nth-child(3) a .copy, #main .list ul li:nth-child(1) a .copy, #main .list ul li:nth-child(2) a .copy, #main .list ul li:nth-child(3) a .copy {
  display: block;
}
#main #newly ul li:nth-child(1) a .copy span, #main #newly ul li:nth-child(2) a .copy span, #main #newly ul li:nth-child(3) a .copy span, #main #seller ul li:nth-child(1) a .copy span, #main #seller ul li:nth-child(2) a .copy span, #main #seller ul li:nth-child(3) a .copy span, #main .list ul li:nth-child(1) a .copy span, #main .list ul li:nth-child(2) a .copy span, #main .list ul li:nth-child(3) a .copy span {
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
}
#main #newly ul li:nth-child(1) a .book, #main #newly ul li:nth-child(2) a .book, #main #newly ul li:nth-child(3) a .book, #main #seller ul li:nth-child(1) a .book, #main #seller ul li:nth-child(2) a .book, #main #seller ul li:nth-child(3) a .book, #main .list ul li:nth-child(1) a .book, #main .list ul li:nth-child(2) a .book, #main .list ul li:nth-child(3) a .book {
  height: 20.5vw;
}
#main #newly ul li:nth-child(1) a .book img, #main #newly ul li:nth-child(2) a .book img, #main #newly ul li:nth-child(3) a .book img, #main #seller ul li:nth-child(1) a .book img, #main #seller ul li:nth-child(2) a .book img, #main #seller ul li:nth-child(3) a .book img, #main .list ul li:nth-child(1) a .book img, #main .list ul li:nth-child(2) a .book img, #main .list ul li:nth-child(3) a .book img {
  max-width: 19vw;
  max-height: 20.5vw;
}
#main #newly .btn, #main #seller .btn, #main .list .btn {
  width: 50%;
  margin: 10vh auto;
}
@media screen and (max-width: 1024px) {
  #main #pkz {
    border-top: 1px solid #e6e6e6;
    padding: 8px 16px;
  }
  #main #pkz span {
    padding: 0 4px;
  }
  #main #cate-ttl {
    margin-bottom: 4vh;
    padding: 0;
    border-top: 2px solid #000;
    border-bottom: 1px solid #e6e6e6;
    position: relative;
  }
  #main #cate-ttl .fl {
    padding: 4vh 16px 4vh;
    float: none;
    width: 100%;
  }
  #main #cate-ttl .fl#ttl-book {
    width: 100%;
  }
  #main #cate-ttl .fl#ttl-book h1 {
    font-size: 20px;
    font-size: 2rem;
  }
  #main #cate-ttl .fl h1 {
    width: 100%;
    word-wrap: break-word;
    word-break: break-all;
    font-size: 24px;
    font-size: 2.4rem;
  }
  #main #cate-ttl .fl h1 .new, #main #cate-ttl .fl h1 .re, #main #cate-ttl .fl h1 .sale, #main #cate-ttl .fl h1 .os {
    margin-right: 8px;
    margin-top: -7px;
    width: 32px;
    height: 32px;
  }
  #main #cate-ttl .fl #refine-box {
    position: inherit;
    display: block;
  }
  #main #cate-ttl .fl #refine-box #refine-btn {
    position: absolute;
    top: 32px;
    left: auto;
    right: 16px;
  }
  #main #cate-ttl .fl #refine-box #refine-btn a:hover {
    opacity: 1;
    color: #000;
  }
  #main #cate-ttl .fl #refine-box #refine-btn a:hover svg path {
    fill: #000;
  }
  #main #cate-ttl .fl #refine-box #refine-list {
    /*
                    @-webkit-keyframes close {
                    0% {
                    margin-top:0;
                    opacity:1;
                    }
                    100% {
                    margin-top:40px;
                    opacity:0;
                    display:none;
                    };
                    }
                    @keyframes close {
                    0% {
                    margin-top:0;
                    opacity:1;
                    }
                    100% {
                    margin-top:40px;
                    opacity:0;
                    display:none;
                    };
                    }
                    @include css3('animation',close .6s cubic-bezier(0.77, 0, 0.175, 1) 0s forwards);
    */
    display: none;
    opacity: 1;
    visibility: visible;
    -webkit-box-shadow: none;
            box-shadow: none;
    position: relative;
    top: 4vh;
    left: -16px;
    padding: 24px 24px 40px;
    background: #444;
    width: 100vw;
  }
  #main #cate-ttl .fl #refine-box #refine-list li {
    float: none;
    display: block;
  }
  #main #cate-ttl .fl #refine-box #refine-list li:nth-child(2n) {
    margin-left: 0px;
  }
  #main #cate-ttl .fl #refine-box #refine-list li a {
    padding: 12px 0;
    display: block;
    width: 100%;
  }
  #main #cate-ttl .fl #refine-box #refine-list.show {
    -webkit-animation: open 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0s forwards;
    animation: open 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0s forwards;
    display: block;
  }
  @-webkit-keyframes open {
    0% {
      margin-top: 40px;
      opacity: 0;
    }
    100% {
      margin-top: 0;
      opacity: 1;
    }
  }
  @keyframes open {
    0% {
      margin-top: 40px;
      opacity: 0;
    }
    100% {
      margin-top: 0;
      opacity: 1;
    }
  }
  #main #cate-ttl .fr {
    float: none;
  }
  #main #cate-ttl .fr #sort {
    background: #f5f5f5;
    padding: 8px 16px;
    font-size: 10px;
    font-size: 1rem;
  }
  #main #cate-ttl .fr #sort span, #main #cate-ttl .fr #sort a {
    padding: 1px 16px;
  }
  #main #cate-ttl .fr #back {
    display: none;
  }
  #main #newly, #main #seller, #main .list {
    margin: 0 16px;
  }
  #main #newly ul, #main #seller ul, #main .list ul {
    display: -webkit-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -moz-flex;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #main #newly ul li, #main #seller ul li, #main .list ul li {
    position: relative;
    width: 50%;
    margin-top: 12vh;
  }
  #main #newly ul li a .book, #main #seller ul li a .book, #main .list ul li a .book {
    margin-top: 0;
    height: 27vh;
  }
  #main #newly ul li a .book img, #main #seller ul li a .book img, #main .list ul li a .book img {
    max-width: 36vw;
    max-height: 27vh;
    -webkit-transition: 0.25s ease-out;
    -o-transition: 0.25s ease-out;
    transition: 0.25s ease-out;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  }
  #main #newly ul li a .book img:hover, #main #seller ul li a .book img:hover, #main .list ul li a .book img:hover {
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1), 0 6px 8px rgba(0, 0, 0, 0.08);
            box-shadow: 0 0 6px rgba(0, 0, 0, 0.1), 0 6px 8px rgba(0, 0, 0, 0.08);
  }
  #main #newly ul li a .book img:active, #main #seller ul li a .book img:active, #main .list ul li a .book img:active {
    -webkit-transition: 0.1s ease-out;
    -o-transition: 0.1s ease-out;
    transition: 0.1s ease-out;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  }
  #main #newly ul li a p, #main #seller ul li a p, #main .list ul li a p {
    font-size: 12px;
    font-size: 1.2rem;
  }
  #main #newly ul li a p.price, #main #seller ul li a p.price, #main .list ul li a p.price {
    font-size: 11px;
    font-size: 1.1rem;
  }
  #main #newly ul li a:hover .book, #main #seller ul li a:hover .book, #main .list ul li a:hover .book {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  #main #newly ul li:nth-child(1), #main #newly ul li:nth-child(2), #main #newly ul li:nth-child(3), #main #seller ul li:nth-child(1), #main #seller ul li:nth-child(2), #main #seller ul li:nth-child(3), #main .list ul li:nth-child(1), #main .list ul li:nth-child(2), #main .list ul li:nth-child(3) {
    width: 100%;
  }
  #main #newly ul li:nth-child(1) a .book, #main #newly ul li:nth-child(2) a .book, #main #newly ul li:nth-child(3) a .book, #main #seller ul li:nth-child(1) a .book, #main #seller ul li:nth-child(2) a .book, #main #seller ul li:nth-child(3) a .book, #main .list ul li:nth-child(1) a .book, #main .list ul li:nth-child(2) a .book, #main .list ul li:nth-child(3) a .book {
    height: 42vh;
  }
  #main #newly ul li:nth-child(1) a .book img, #main #newly ul li:nth-child(2) a .book img, #main #newly ul li:nth-child(3) a .book img, #main #seller ul li:nth-child(1) a .book img, #main #seller ul li:nth-child(2) a .book img, #main #seller ul li:nth-child(3) a .book img, #main .list ul li:nth-child(1) a .book img, #main .list ul li:nth-child(2) a .book img, #main .list ul li:nth-child(3) a .book img {
    max-width: 58vw;
    max-height: 42vh;
  }
  #main #newly .btn, #main #seller .btn, #main .list .btn {
    width: 100%;
    margin: 10vh auto;
    background: #000;
  }
  #main #newly .btn a, #main #seller .btn a, #main .list .btn a {
    color: #fff;
  }
  #main #newly .btn a span, #main #seller .btn a span, #main .list .btn a span {
    background: url(../img/arrow_white.svg) no-repeat left 51%;
    background-size: 10px auto;
  }
}

/* ------------------------------------------------------------ detail*/
#main #detail {
  margin-top: 64px;
}
#main #detail #box-photo {
  width: 47%;
}
#main #detail #box-photo #photo {
  width: 100%;
  background: #f5f5f5;
  text-align: center;
  padding: 40px 40px;
  height: 72vh;
  max-height: 700px;
}
#main #detail #box-photo #photo img {
  display: inline-block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #f8f8f8;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1), 0 6px 32px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.1), 0 6px 32px rgba(0, 0, 0, 0.1);
  max-height: calc(72vh - 80px);
}
#main #detail #box-photo #thumb {
  margin-top: 4px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-right: 12px;
}
#main #detail #box-photo #thumb li {
  width: 25%;
  height: 10vh;
  margin-bottom: 4px;
  margin-right: 4px;
}
#main #detail #box-photo #thumb li:nth-child(4n) {
  margin-right: -12px;
}
#main #detail #box-photo #thumb li a {
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  background: #f5f5f5;
  padding: 10px;
}
#main #detail #box-photo #thumb li a img {
  display: inline-block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 100%;
  max-height: 100%;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1), 0 6px 16px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.1), 0 6px 16px rgba(0, 0, 0, 0.1);
}
#main #detail #box-desc {
  padding-left: 6%;
  width: 53%;
}
#main #detail #box-desc h2 {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.4;
}
#main #detail #box-desc h2 br {
  display: none;
}
#main #detail #box-desc .expl {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: justify;
  margin: 24px 0 40px;
  line-height: 1.8;
  max-height: 35vh;
  overflow: auto;
  padding-right: 32px;
}
#main #detail #box-desc .expl a {
  text-decoration: underline;
}
#main #detail #box-desc #zakka {
  display: none;
}
#main #detail #box-desc dl {
  width: 100%;
  display: table;
}
#main #detail #box-desc dl dt {
  border-top: 1px solid #e6e6e6;
  vertical-align: top;
  display: inline-block;
  width: 20%;
  float: left;
  clear: both;
  padding: 13px 0 10px 16px;
}
#main #detail #box-desc dl dd {
  display: inline-block;
  width: 80%;
  float: left;
  border-top: 1px solid #e6e6e6;
  color: #000;
  font-weight: bold;
  padding: 10px 16px 10px 0;
  font-size: 18px;
  font-size: 1.8rem;
}
#main #detail #box-desc dl dd#status-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#main #detail #box-desc dl dd #status {
  display: inline-block;
}
#main #detail #box-desc dl dd #status-btn {
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
}
#main #detail #box-desc #status-ex {
  display: none;
  background: #f5f5f5;
}
#main #detail #box-desc #status-ex dt {
  padding: 8px 0 8px 18px;
  color: #000;
  font-weight: bold;
}
#main #detail #box-desc #status-ex dd {
  padding: 10px 16px 8px 0;
  font-size: 12px;
  font-size: 1.2rem;
  color: #666;
  font-weight: normal;
}
#main #detail #box-desc #status-ex dd a {
  font-size: 12px;
  font-size: 1.2rem;
}
#main #detail #box-desc #status-ex p {
  border-top: 1px solid #e6e6e6;
  padding: 8px 16px;
  font-size: 10px;
  font-size: 1rem;
}
#main #detail #box-desc #cart-btn a span {
  margin: 24px 16px;
}
#main #detail #box-desc #sold-text {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  padding: 10px 16px 10px 20%;
  background: #f5f5f5;
  font-size: 18px;
  font-size: 1.8rem;
  color: #000;
  font-weight: bold;
}
#main #detail #box-desc #for-inter {
  margin-top: 8px;
}
#main #detail #box-desc #editorial-txt {
  margin-top: 24px;
  border: 1px solid #e6e6e6;
  padding: 24px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.67;
}
#main #detail #nodisplay {
  display: none;
}
#main #box-relate .box-ttl {
  margin-right: 16px;
  margin-left: 16px;
}
#main #box-check .box-ttl {
  margin-right: 16px;
  margin-left: 16px;
}
#main #box-check .list li {
  width: 20%;
}
#main #box-check .list li .book {
  height: 11.5vw;
}
#main #box-check .list li .book img {
  max-width: 10vw;
  max-height: 11.5vw;
}
@media screen and (max-width: 1024px) {
  #main #detail {
    display: block;
    margin-top: -4vh;
  }
  #main #detail #box-photo {
    width: 100%;
  }
  #main #detail #box-photo #photo {
    width: 100%;
  }
  #main #detail #box-desc {
    width: calc(100% - 32px);
    padding-left: 0;
    margin: 24px 16px;
  }
  #main #detail #box-desc h2 {
    font-size: 20px;
    font-size: 2rem;
  }
  #main #detail #box-desc .expl {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 16px 0 0;
    max-height: none;
    overflow-y: visible;
    padding-right: 0;
  }
  #main #detail #box-desc dl dt {
    width: 25%;
  }
  #main #detail #box-desc dl dd {
    width: 75%;
    font-size: 16px;
    font-size: 1.6rem;
  }
  #main #detail #box-desc #sold-text {
    padding: 10px 16px 10px 25%;
    font-size: 16px;
    font-size: 1.6rem;
  }
  #main #detail #nodisplay {
    display: none;
  }
  #main #box-check .list li {
    width: 50%;
  }
  #main #box-check .list li .book {
    height: 27vh;
  }
  #main #box-check .list li .book img {
    max-width: 36vw;
    max-height: 27vh;
  }
}

/* ------------------------------------------------------------ note */
#note {
  margin-bottom: 12vh;
}
#note #main {
  position: relative;
  width: 100%;
}
#note #main img {
  width: 60%;
}
#note #main #note-logo {
  display: inline-block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  left: 55%;
  display: inline-block;
  background: #fff;
  text-align: center;
  padding: 10vh 20vh;
}
#note #main #note-logo h2 {
  margin: 0 auto;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  zoom: 1;
  background: url(../img/note.svg) no-repeat;
  background-size: 100% auto;
  width: 100px;
  height: 40px;
  margin-bottom: 32px;
}
#note #main #note-logo p {
  color: rgba(0, 0, 0, 0.5);
  text-align: center;
  font-family: "source-han-serif-japanese", serif;
  font-weight: 400;
  letter-spacing: normal;
}
#note #desc {
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1360px;
  margin: 0 auto;
  padding: 104px 120px 0;
}
#note #desc #note-cal {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 1;
  order: 1;
  margin-top: -24px;
  background: url(../img/bg_cal.png) no-repeat center bottom;
  background-size: 207px 353px;
  width: 207px;
  height: 343px;
  text-align: center;
}
#note #desc #note-cal h3 span {
  padding-bottom: 8px;
  border-bottom: 1px solid #000;
}
#note #desc #note-cal p#month {
  margin-top: 24px;
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "source-han-serif-japanese", serif;
  font-weight: 400;
  letter-spacing: normal;
}
#note #desc #note-cal p#day {
  margin-top: -24px;
  font-size: 52px;
  font-size: 5.2rem;
  font-family: "source-han-serif-japanese", serif;
  font-weight: 400;
  letter-spacing: normal;
}
#note #desc #note-cal p#week {
  color: rgba(0, 0, 0, 0.7);
  margin-top: -24px;
  font-size: 12px;
  font-size: 1.2rem;
  font-family: "source-han-serif-japanese", serif;
  font-weight: 400;
  letter-spacing: normal;
}
#note #desc #note-txt {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 2;
  order: 2;
  width: calc(100% - 207px - 200px);
  padding-right: 80px;
  line-height: 3;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
#note #desc #note-txt p {
  margin-left: 32px;
  font-size: 12px;
  font-size: 1.2rem;
}
#note #desc #note-insta {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 3;
  order: 3;
}
#note #desc #note-insta #note-insta-load img {
  width: 200px;
  height: 200px;
}
#note #desc #note-insta #note-insta-logo {
  margin-top: 8px;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
}
#note #desc #note-insta #note-insta-logo img {
  margin-right: 8px;
  -webkit-filter: brightness(0%);
  filter: brightness(0%);
}
@media screen and (max-width: 1024px) {
  #note #main img {
    width: 100%;
  }
  #note #main #note-logo {
    display: inline-block;
    position: relative;
    top: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    position: relative;
    left: auto;
    display: block;
    background: none;
    padding: 0;
    /*
                       p {
                       white-space:nowrap;
                       color:rgba(#000,.5);
                       text-align:center;
                       @include mincho;
                       }
    */
  }
  #note #main #note-logo h2 {
    margin: -24px auto 0;
    /*
                  width:100px;
                  height:40px;
    */
    margin-bottom: 24px;
  }
  #note #desc {
    display: block;
    max-width: 1360px;
    margin: 0 auto;
    padding: 80px 16px 0;
  }
  #note #desc #note-cal {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 3;
    order: 3;
    margin: 80px 24px 0;
    background: url(../img/bg_cal_sp.png) no-repeat center top;
    background-size: auto 20px;
    background-position: 0px 80px;
    width: auto;
    height: auto;
    text-align: center;
  }
  #note #desc #note-cal h3 span {
    padding-bottom: 8px;
    border-bottom: 1px solid #000;
  }
  #note #desc #note-cal p {
    display: inline;
  }
  #note #desc #note-cal p#month {
    margin-top: 24px;
    font-size: 24px;
    font-size: 2.4rem;
    font-family: "source-han-serif-japanese", serif;
    font-weight: 400;
    letter-spacing: normal;
  }
  #note #desc #note-cal p#day {
    margin-top: -24px;
    font-size: 48px;
    font-size: 4.8rem;
    font-family: "source-han-serif-japanese", serif;
    font-weight: 400;
    letter-spacing: normal;
  }
  #note #desc #note-cal p#week {
    color: rgba(0, 0, 0, 0.7);
    margin-top: -24px;
    font-size: 12px;
    font-size: 1.2rem;
    font-family: "source-han-serif-japanese", serif;
    font-weight: 400;
    letter-spacing: normal;
  }
  #note #desc #note-txt {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    order: 2;
    margin: 40px auto 0;
    width: auto;
    padding-right: 0;
    line-height: 2.4;
  }
  #note #desc #note-txt p {
    margin: 0 8px;
    font-size: 10px;
    font-size: 1rem;
  }
  #note #desc #note-insta {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    order: 1;
    display: block;
    text-align: center;
  }
}

/* ------------------------------------------------------------ footer */
footer {
  background: #f5f5f5;
}
footer #footer-inner {
  max-width: 1680px;
  margin: 0 auto;
  padding: 80px 40px 120px;
}
footer #footer-inner .fbox {
  margin-bottom: 80px;
}
footer #footer-inner .fbox li {
  margin-right: 40px;
  width: calc(50% - 20px);
}
footer #footer-inner .fbox li h3 {
  font-size: 22px;
  font-size: 2.2rem;
  font-family: "source-han-serif-japanese", serif;
  font-weight: 400;
  letter-spacing: normal;
  margin-bottom: 16px;
}
footer #footer-inner .fbox li h3 span {
  margin-left: 8px;
  font-size: 16px;
  font-size: 1.6rem;
}
footer #footer-inner .fbox li:nth-child(2n) {
  margin-right: 0;
}
footer #footer-inner .fbox li a {
  font-size: 13px;
  font-size: 1.3rem;
  display: block;
  min-height: 170px;
  padding: 40px 32px 0 250px;
}
.shop_name{
  font-weight: 550;
  margin-bottom:20px;
}
footer #footer-inner .fbox li:nth-child(1) a {
  background: url(../img/shop1.jpg) #fff no-repeat;
  background-size: 212px auto;
}
footer #footer-inner .fbox li:nth-child(2) a {
  background: url(../img/shop2.jpg) #fff no-repeat;
  background-size: 212px auto;
}
footer #footer-inner .flex {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 56px;
}
footer #footer-inner .flex li {
  border-top: 1px solid gainsboro;
  width: 30%;
  padding: 0 32px;
}
footer #footer-inner .flex li h3 {
  margin-top: 40px;
  margin-bottom: 8px;
  font-size: 19px;
  font-size: 1.9rem;
  font-family: "source-han-serif-japanese", serif;
  font-weight: 400;
  letter-spacing: normal;
}
footer #footer-inner .flex li h3 img {
  margin-right: 12px;
  vertical-align: middle;
}
footer #footer-inner .flex li h4 {
  margin-top: 40px;
  margin-bottom: 8px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
}
footer #footer-inner .flex li p {
  font-size: 11px;
  font-size: 1.1rem;
  color: #444;
}
footer #footer-inner .flex li p strong {
  color: #000;
}
footer #footer-inner .flex li p span {
  color: #ff0000;
}
footer #footer-inner .flex li img {
  margin-bottom: 8px;
}
footer #footer-inner p .arrow {
  text-align: center;
  padding: 8px 16px;
  display: block;
  margin: 0 auto;
  background: #fff;
}
footer #footer-inner p .arrow span {
  display: inline-block;
}
footer #footer-inner p .arrow em {
  font-style: normal;
}
footer #footer-inner #copyright {
  margin-top: 40px;
}
footer #footer-inner #copyright li {
  float: left;
  font-size: 12px;
  font-size: 1.2rem;
}
footer #footer-inner #copyright li a {
  margin-right: 24px;
}
footer #footer-inner #copyright li a:last-child {
  margin-right: 0;
}
footer #footer-inner #copyright li:last-child {
  float: right;
  font-family: "source-han-serif-japanese", serif;
  font-weight: 400;
  letter-spacing: normal;
}
@media screen and (max-width: 1024px) {
  footer #footer-inner {
    padding: 32px 16px 120px;
  }
  footer #footer-inner .fbox {
    margin-bottom: 64px;
  }
  footer #footer-inner .fbox li {
    margin-right: 0px;
    width: 100%;
  }
  footer #footer-inner .fbox li h3 {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 8px;
  }
  footer #footer-inner .fbox li h3 span {
    font-size: 12px;
    font-size: 1.2rem;
  }
  footer #footer-inner .fbox li a {
    min-height: 120px;
    font-size: 11px;
    font-size: 1.1rem;
    padding: 0 0 0 40%;
  }
  footer #footer-inner .fbox li a span {
    display: block;
    padding: 16px;
  }
  footer #footer-inner .fbox li:nth-child(1) {
    margin-bottom: 24px;
  }
  footer #footer-inner .fbox li:nth-child(1) a {
    background-size: 40% 100%;
    background-position: center left;
  }
  footer #footer-inner .fbox li:nth-child(2) a {
    background-size: 40% 100%;
    background-position: center left;
  }
  footer #footer-inner .flex {
    margin-bottom: 0;
  }
  footer #footer-inner .flex li {
    width: 100%;
    padding: 0 16px;
    margin-bottom: 64px;
  }
  footer #footer-inner .flex li h3 {
    margin-top: 24px;
    margin-bottom: 8px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  footer #footer-inner .flex li h3.mb40 {
    margin-bottom: 8px !important;
  }
  footer #footer-inner .flex li h4 {
    margin-top: 24px;
    margin-bottom: 8px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  footer #footer-inner .flex li p {
    font-size: 11px;
    font-size: 1.1rem;
  }
  footer #footer-inner #copyright {
    margin-top: 40px;
  }
  footer #footer-inner #copyright li {
    width: 100%;
    float: none;
    font-size: 12px;
    font-size: 1.2rem;
    border-top: 1px solid #e6e6e6;
  }
  footer #footer-inner #copyright li a {
    display: block;
    width: 100%;
    margin-right: 0;
    text-align: center;
    border-bottom: 1px solid #e6e6e6;
    padding: 8px 0;
  }
  footer #footer-inner #copyright li:last-child {
    border-top: none;
    margin-top: 24px;
    text-align: center;
    float: none;
  }
}

.pagination {
  margin-top: 80px;
  text-align: center;
}
.pagination .pagination__current,
.pagination a {
  border: 1px solid #fff;
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0 2px;
  display: inline-block;
  padding: 6px 14px 8px;
}
.pagination .pagination__current {
  background: #000;
  color: #fff;
}
.pagination .next, .pagination .prev {
  border-bottom: 1px solid #000;
}
.pagination .next {
  margin-left: 24px;
}
.pagination .prev {
  margin-right: 24px;
}
.pagination a {
  -webkit-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  opacity: 1;
}
.pagination a:hover {
  border: 1px solid #000;
}
.pagination a.next span {
  padding-left: 0;
  padding-right: 24px;
}
.pagination a.disable {
  pointer-events: none;
}
.pagination a.disable span {
  opacity: 0.3;
}
@media screen and (max-width: 1024px) {
  .pagination {
    position: relative;
    margin: 186px 16px 0;
  }
  .pagination .pagination__current,
.pagination a {
    margin: 0;
    padding: 3px 11px 5px;
  }
  .pagination .pagination__current.disable,
.pagination a.disable {
    border: 1px solid rgba(0, 0, 0, 0.3);
  }
  .pagination .prev,
.pagination .next {
    padding: 16px 24px;
    position: absolute;
    width: 50%;
    border: 1px solid #000;
    top: -96px;
  }
  .pagination .next {
    margin-left: 0;
  }
  .pagination .prev {
    margin-right: 0;
  }
  .pagination .prev {
    left: 0;
    border-right: none !important;
  }
  .pagination .next {
    left: 50%;
  }
}

/* ==========================================================================
   responsive
   ========================================================================== */
/* image
   ========================================================================== */
img {
  vertical-align: bottom;
  line-height: 1;
  max-width: 100%;
  height: auto;
}

/* display
   ========================================================================== */
.block {
  display: block;
}

.sp {
  display: none;
}

.pc {
  display: block;
}

.pc-inline {
  display: inline;
}

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

  .pc {
    display: none !important;
  }

  .pc-inline {
    display: none !important;
  }

  /*
  .pc-block {
    display:inline;
  }

  .sp-block {
    display:block;
  }
  */
}
/* ==========================================================================
   title
   ========================================================================== */
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

.box-ttl {
  position: relative;
  margin: 8vh 0 2vh;
  border-bottom: 1px solid #e6e6e6;
}
.box-ttl .ttl {
  font-family: "source-han-serif-japanese", serif;
  font-weight: 400;
  letter-spacing: normal;
  font-size: 24px;
  font-size: 2.4rem;
  display: inline-block;
  margin-right: 48px;
}
.box-ttl p {
  display: inline-block;
  font-size: 13px;
  font-size: 1.3rem;
  color: rgba(0, 0, 0, 0.5);
}
.box-ttl #sns {
  position: absolute;
  bottom: 32%;
  right: 2%;
}
.box-ttl #sns li {
  margin-left: 16px;
}
@media screen and (max-width: 1024px) {
  .box-ttl {
    margin: 8vh 0 1.5vh;
    padding: 1% 0 4%;
  }
  .box-ttl .ttl {
    font-size: 20px;
    font-size: 2rem;
    margin-right: 24px;
  }
  .box-ttl #sns {
    right: 0;
  }
}

@media screen and (max-width: 1024px) {
  #newly .box-ttl h2, #newly .box-ttl h3, #seller .box-ttl h2, #seller .box-ttl h3, .list .box-ttl h2, .list .box-ttl h3, #box-relate .box-ttl h2, #box-relate .box-ttl h3, #box-check .box-ttl h2, #box-check .box-ttl h3 {
    display: block;
    text-align: center;
    margin-right: 0;
  }
  #newly .box-ttl p, #seller .box-ttl p, .list .box-ttl p, #box-relate .box-ttl p, #box-check .box-ttl p {
    display: block;
    text-align: center;
  }
}
/* ==========================================================================
   button
   ========================================================================== */
.arrow {
  display: block;
}
.arrow span {
  -webkit-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  display: block;
  padding-left: 24px;
  background: url(../img/common/arrow.svg) no-repeat left 51%;
  background-size: 10px auto;
}
.arrow.white span {
  background: url(../img/common/arrow_white.svg) no-repeat left 51%;
  background-size: 10px auto;
}
.arrow.prev span {
  background: url(../img/common/arrow_prev.svg) no-repeat left 51%;
  background-size: 10px auto;
}
.arrow.next span {
  background: url(../img/common/arrow_next.svg) no-repeat right 51%;
  background-size: 10px auto;
}
.arrow.under span {
  background: url(../img/common/arrow_under.svg) no-repeat left 51%;
  background-size: 8px auto;
}

.btn.inblock a {
  display: inline-block;
}
.btn.inblock a span {
  padding-left: 24px;
}
.btn a {
  text-align: center;
  display: block;
  border: 1px solid #e6e6e6;
  line-height: 1;
}
.btn a span {
  -webkit-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  background: url(../img/common/arrow.svg) no-repeat left 51%;
  background-size: 10px auto;
  display: block;
  margin: 14px 16px;
}
.btn a:hover {
  opacity: 1;
  background-color: #000;
}
.btn a:hover span {
  color: #fff;
  background: url(../img/common/arrow_white.svg) no-repeat left 51%;
  background-size: 10px auto;
}
.btn.black a {
  background: #000;
}
.btn.black a span {
  color: #fff;
  background: url(../img/common/arrow_white.svg) no-repeat left 51%;
  background-size: 10px auto;
}
.btn.black a:hover {
  opacity: 1;
  background-color: #fff;
}
.btn.black a:hover span {
  color: #000;
  background: url(../img/common/arrow.svg) no-repeat left 51%;
  background-size: 10px auto;
}
@media screen and (max-width: 1024px) {
  .btn.inblock a {
    display: block;
    text-align: left;
  }
  .btn a {
    text-align: center;
  }
}

dl.style01 {
  display: block;
  overflow: hidden;
}
dl.style01:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
dl.style01 dt, dl.style01 dd {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: -1px;
  float: left;
  margin-bottom: 8px;
  padding-top: 8px;
}
dl.style01 dt {
  clear: both;
  width: 300px;
  padding-left: 2%;
}
dl.style01 dt span {
  border: 1px solid #e6e6e6;
  padding: 0% 2%;
  width: 120px;
  text-align: center;
  display: inline-block;
  margin-left: 40px;
}
dl.style01 dd {
  width: calc(100% - 300px);
}
@media screen and (max-width: 1024px) {
  dl.style01 dt, dl.style01 dd {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    float: none;
    width: 100%;
    padding-right: 40px;
  }
  dl.style01 dt {
    padding-left: 0;
    margin-bottom: 0;
  }
  dl.style01 dt span {
    font-size: 12px;
    font-size: 1.2rem;
    margin-left: 24px;
    background: #f5f5f5;
    border: none;
  }
  dl.style01 dd {
    padding-left: 0;
    border-top: none;
    padding-bottom: 16px;
    border-bottom: 1px dotted #cdcdcd;
    background: url(../img/common/arrow.svg) no-repeat right 19px;
    background-size: 11px auto;
  }
}

/*
ol.style01 {
  margin-left: 2em;
  counter-reset:number;
  li {
    list-style:none;
    position: relative;
    &:before {
      counter-increment:number;
      content:counter(number)'.';
      display: block;
      position: absolute;
      top:0;
      left: -1.8em;
      color:$color-green;
    }
  }
}

ul.style01{
  margin-left: 2em;
  li{
    list-style:none;
    position: relative;
    &:before {
      display: block;
      content: '';
      position: absolute;
      top: .6em;
      left: -1.7em;
      width: 6px;
      height: 6px;
      background-color:$color-green;
      border-radius: 100%;
    }
  }
}

// リンクリスト（ > ）
.link-list{

  li{
    margin-bottom: 16px;
    padding-left: 1.5em;
    position: relative;
    @include useicomoon;

    &:before{
      color: $color-green;
      content: "\e315";
      position: absolute;
      left: 0;
      top: 0;
      @include fontsize(18);
    }
    &.pdf:before{
      color: #e9120a;
content: "\e906";
    }
  }

  a{
    text-decoration: underline;

    &:hover{
      text-decoration: none;
    }
  }
}

// 罫線リスト
.line-list{
  border-top: 1px dotted #ccc;
  line-height: 1.4;

  li{
    border-bottom: 1px dotted #ccc;
    padding: 8px 0;
  }
}
*/
#gmo_CMSPbar {
  display: none;
}

#lnavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-right: 120px;
}
#lnavi li {
  width: 25%;
  margin-right: 40px;
}
#lnavi li:nth-child(4n) {
  margin-right: -120px;
}
#lnavi li a {
  display: block;
  padding: 8px 0px 8px 16px;
  border-bottom: 1px solid #e6e6e6;
  text-align: right;
}
@media screen and (max-width: 1024px) {
  #lnavi {
    padding-right: 0;
  }
  #lnavi li {
    width: 100%;
    margin-right: 0;
  }
  #lnavi li a {
    padding: 8px;
  }
}

#other-box {
  margin: 8vh 0 4vh;
  padding: 0 2%;
}
#other-box h2 {
  font-size: 18px;
  font-size: 1.8rem;
  margin-top: 64px;
  margin-bottom: 16px;
}
#other-box h2:first-child {
  margin-top: 0;
}
#other-box h2.uline {
  padding-bottom: 16px;
  border-bottom: 1px solid #EBEBEB;
}
#other-box p {
  margin-bottom: 24px;
}
#other-box table {
  margin-top: 13px;
  width: 100%;
  border-bottom: 1px solid #EBEBEB;
}
#other-box table th, #other-box table td {
  padding: 15px 0;
  border-top: 1px solid #EBEBEB;
}
#other-box table th {
  width: 30%;
  color: #333;
  text-align: left;
  font-weight: normal;
}
#other-box table td {
  width: 70%;
}
@media screen and (max-width: 1024px) {
  #other-box {
    margin: 0;
    padding: 0 16px;
  }
}

/* ==========================================================================
   店舗のご案内
   ========================================================================== */
.store {
  margin-top: 40px;
  position: relative;
}
.store h1 {
  position: absolute;
  top: 3%;
  left: 12%;
  font-size: 32px;
  font-size: 3.2rem;
  font-family: "source-han-serif-japanese", serif;
  font-weight: 400;
  letter-spacing: normal;
  letter-spacing: 0.16em;
}
.store #toyonaka {
  width: 35%;
  position: absolute;
  top: -64px;
  right: 80px;
}
.store .text {
  margin: 64px 16px;
  text-align: center;
  line-height: 2.4;
}
.store #photo {
  margin-top: 1px;
}
.store #photo li {
  width: calc((100% - 2px) / 3);
}
.store #photo li:nth-child(1), .store #photo li:nth-child(2) {
  margin-right: 1px;
}
.store #photo li:nth-child(3) {
  margin-right: 0;
}
.store #data-map {
  padding: 40px 0 64px;
  border-bottom: 1px solid #e6e6e6;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.store #data-map #data-map-ttl {
  width: 40%;
}
.store #data-map #data-map-ttl img {
  width: 50%;
}
.store #data-map #data-map-inner {
  width: 60%;
}
.store #data-map .data-text {
  margin-top: 24px;
}
.store #data-map .data-text strong {
  font-weight: 600;
  color: #000;
}
.store #data-map .data-text a {
  text-decoration: underline;
}
.store #data-map .data-text a:hover {
  text-decoration: none;
}
.store #end {
  margin: 0 16px;
  text-align: center;
  font-family: "source-han-serif-japanese", serif;
  font-weight: 400;
  letter-spacing: normal;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 1024px) {
  .store {
    margin-top: 0;
  }
  .store h1 {
    margin: 32px 16px 16px;
    position: relative;
    top: 0;
    left: 0;
    font-size: 20px;
    font-size: 2rem;
  }
  .store #toyonaka {
    width: 30%;
    position: absolute;
    top: 198px;
    right: 10px;
  }
  .store .text {
    margin: 32px 16px;
    text-align: left;
  }
  .store #data-map {
    margin: 0 16px;
    padding: 40px 0;
  }
  .store #data-map #data-map-ttl {
    display: block;
    width: 100%;
  }
  .store #data-map #data-map-ttl img {
    width: 50%;
  }
  .store #data-map #data-map-inner {
    display: block;
    width: 100%;
  }
  .store #data-map .data-text {
    margin-top: 24px;
  }
  .store #end {
    text-align: left;
  }
}

/* ==========================================================================
   植物課
   ========================================================================== */
#bnr-green {
  position: fixed;
  top: 195px;
  right: 0;
  z-index: 9500;
  display: none;
}

.green {
  width: 960px;
  padding-top: 40px;
  margin: 0 auto;
  /*
    dl {
    @include inblock-parent;
    width:635px;
    overflow:hidden;
    margin-top:-2px;
    dt,dd {
    @include inblock;
    vertical-align:top;
    margin-top:-1px;
    margin-bottom:10px;
    padding-top:10px;
    &:last-of-type {
    margin-bottom:0;
    }
    }
    dt {
    padding-top:8px;
    width:85px;
    background:url(img/bg_info.gif) repeat-x top;
    color:#333;
    font-family:$font-eng;
    @include fontsize(13);
    }
    dd {
    width:475px;
    background:url(img/bg_info.gif) repeat-x top;
    }
    }
    */
}
.green header {
  position: relative;
  border-bottom: none;
  background: none;
  margin-bottom: 60px;
}
.green header h1 a {
  display: block;
  width: 195px;
  height: 72px;
  background: url(img/logo.gif) no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  zoom: 1;
}
.green header p {
  position: absolute;
  top: 37px;
  left: 235px;
}
.green h3 {
  margin-top: 15px;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "source-han-serif-japanese", serif;
  font-weight: normal;
}
.green #green-list {
  margin-top: 70px;
}
.green #green-list li {
  position: relative;
  margin-right: 15px;
  margin-bottom: 70px;
}
.green #green-list li span {
  display: block;
  margin-top: 20px;
  text-align: center;
}
.green #green-list li:nth-child(3n) {
  margin-right: 0;
}
.green #green-list li.sold img {
  opacity: 0.2;
}
.green #green-list li.sold span:after {
  content: " : sold out";
}
.green #green-list li.new:before {
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "source-han-serif-japanese", serif;
  line-height: 1;
  content: "new";
  position: absolute;
  top: -10px;
  right: 10px;
  padding: 0px 6px 3px;
  border: 2px solid #000000;
  color: #000;
}
@media all and (-ms-high-contrast: none) {
  .green #green-list li.new:before {
    padding: 2px 6px 1px;
  }
}
.green #note {
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.8;
}
.green #green-btn {
  text-align: center;
  margin-bottom: 70px;
}
.green #green-btn a {
  background: #f9f9f9;
  line-height: 1.8;
  display: inline-block;
  border: 1px solid #ebebeb;
  padding: 8px 100px 5px;
}
.green #green-btn a:hover {
  background: #f0f0f0;
}
.green #return {
  text-align: center;
  margin-bottom: 80px;
}

/* ==========================================================================
   For international customers
   ========================================================================== */
#international-inner {
  margin: 8vh 0 4vh;
  padding: 0 2%;
}
#international-inner .text a {
  border-bottom: 1px solid #ccc;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0, #ffff00));
  background: -o-linear-gradient(transparent 60%, #ffff00 0);
  background: linear-gradient(transparent 60%, #ffff00 0);
}
#international-inner .text a:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0, #ffff00));
  background: -o-linear-gradient(transparent 0%, #ffff00 0);
  background: linear-gradient(transparent 0%, #ffff00 0);
  opacity: 1;
}
#international-inner hr {
  margin: 40px 0 !important;
  border: none;
  height: 0;
  border-top: 1px solid #e6e6e6;
}
#international-inner table {
  margin: 32px 0 0;
  width: 100%;
  border-left: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6;
}
#international-inner table th, #international-inner table td {
  border-bottom: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 5px 12px;
}
#international-inner table th {
  color: #000;
  vertical-align: middle;
  background: #ebebeb;
  border-right-color: #fff;
  border-bottom-color: #fff;
  text-align: left;
  line-height: 1.4;
}
#international-inner table th:last-child {
  border-right-color: #ebebeb;
}
#international-inner table th.hover {
  color: #000;
  background: #e0e0e0;
}
#international-inner table td {
  text-align: right;
  font-size: 13px;
  font-size: 1.3rem;
}
#international-inner table td.weight {
  font-weight: normal;
  background: #f5f5f5;
  color: #4d4d4d;
}
#international-inner table td.weight.rhover {
  background: #e0e0e0;
}
#international-inner table .rhover {
  background: #f5f5f5;
}
#international-inner table .hover {
  background: #f5f5f5;
}
#international-inner table .hovercell {
  background: #ccc;
  color: #ffff00;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  #international-inner {
    margin: 0;
    padding: 0 16px;
  }
}

/* ==========================================================================
   展示会スペース
   ========================================================================== */
.exhibition {
  margin: 0 auto;
}
.exhibition #exhi-ttl {
  margin-top: 30px;
}
.exhibition #exhi-ttl h1 {
  font-family: "source-han-serif-japanese", serif;
  font-weight: 400;
  letter-spacing: normal;
  font-size: 32px;
  font-size: 3.2rem;
  width: 40%;
}
.exhibition #exhi-ttl p {
  width: 60%;
  padding-top: 8px;
  line-height: 1.8;
}
.exhibition #exhi-news {
  margin-top: 40px;
  border-top: 1px solid #e6e6e6;
  padding-top: 24px;
}
.exhibition #exhi-news .fbox {
  margin-bottom: 32px;
}
.exhibition #exhi-news .fbox h2 {
  font-size: 16px;
  font-size: 1.6rem;
  color: #000;
  font-weight: 600;
}
.exhibition #exhi-news ul {
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0 !important;
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
}
.exhibition #exhi-news ul li {
  width: 16.8%;
  margin-right: 4%;
}
.exhibition #exhi-news ul li:last-child {
  margin: 0;
}
.exhibition #exhi-news ul li a {
  display: block;
}
.exhibition #exhi-news ul li a .photo {
  display: table;
}
.exhibition #exhi-news ul li a .photo span {
  display: table-cell;
  vertical-align: bottom;
}
.exhibition #exhi-news ul li a .photo span img {
  border: 1px solid #e6e6e6;
  width: 100%;
  height: auto;
}
.exhibition #exhi-news ul li a .date {
  font-size: 12px;
  font-size: 1.2rem;
  margin-top: 8px;
  color: #555;
}
.exhibition #exhi-news ul li a dl {
  margin-top: 8px;
  -webkit-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.exhibition #exhi-news ul li a dl dt {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.8;
  min-height: 100px;
}
.exhibition #exhi-news ul li a dl dd {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.8;
  margin-top: 12px;
  color: #555;
}
.exhibition #exhi-news ul li a:hover {
  opacity: 1;
}
.exhibition #exhi-news ul li a:hover dl {
  opacity: 0.5;
}
.exhibition #exhi-news ul li a:hover .date, .exhibition #exhi-news ul li a:hover .photo {
  opacity: 1;
}
.exhibition #exhi-photo {
  margin: 70px 0 -40px 0;
  position: relative;
}
.exhibition #exhi-photo li {
  margin: 0 30px 0 0;
  /*
  &:nth-child(1),
  &:nth-child(4) {
    width:calc((100% - 60px) / 3 * 2 + 30px);
  }
  &:nth-child(2),
  &:nth-child(3) {
    width:calc((100% - 60px) * (1 / 3));
  }
  margin:0 30px 30px 0;
  &:nth-child(2),
  &:nth-child(4) {
    margin-right:0;
  }
  */
}
.exhibition #exhi-photo li:nth-child(1) {
  width: calc((100% - 60px) * (2 / 3) + 30px);
}
.exhibition #exhi-photo li:nth-child(2) {
  width: calc((100% - 60px) * (1 / 3));
  margin-right: 0;
}
.exhibition #exhi-photo li:nth-child(3) {
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc((100% - 60px) * (1 / 3));
  margin-right: 0;
}
.exhibition #exhi-desc {
  margin: 80px 0 -40px 0;
}
.exhibition #exhi-desc li {
  width: calc((100% - 60px) / 3);
  position: relative;
  margin-right: 30px;
  margin-bottom: 40px;
  font-size: 100%;
}
.exhibition #exhi-desc li:nth-child(3n) {
  margin-right: 0;
}
.exhibition #exhi-desc li h2 {
  font-size: 15px;
  font-size: 1.5rem;
  color: #000;
  font-weight: 600;
  border-top: 1px solid #e6e6e6;
  padding-top: 24px;
}
.exhibition #exhi-desc li p {
  text-align: justify;
  line-height: 1.8;
  font-size: 13px;
  font-size: 1.3rem;
  padding-top: 8px;
}
.exhibition #exhi-outline {
  margin-top: 50px;
  background: #f5f5f5;
  padding: 80px 60px;
  position: relative;
  text-align: right;
}
.exhibition #exhi-outline img {
  width: calc((100% - 60px) * (2 / 3) + 30px);
}
.exhibition #exhi-outline #exhi-outline-txt {
  text-align: left;
  position: absolute;
  top: 80px;
  width: calc((100% - 60px) / 4);
}
.exhibition #exhi-outline #exhi-outline-txt h2 {
  font-size: 15px;
  font-size: 1.5rem;
  color: #000;
  font-weight: bold;
}
.exhibition #exhi-outline #exhi-outline-txt p {
  text-align: justify;
  line-height: 1.8;
  font-size: 13px;
  font-size: 1.3rem;
  padding-top: 8px;
}
.exhibition #exhi-contact {
  margin: 80px 0 0;
  border-top: 3px solid #000;
  background: url(../img/bg_han.png) no-repeat center right;
  background-size: 30% auto;
}
.exhibition #exhi-contact h2 {
  padding-top: 24px;
  font-size: 15px;
  font-size: 1.5rem;
  color: #000;
  font-weight: bold;
}
.exhibition #exhi-contact p:not(.btn) {
  width: 50%;
  line-height: 1.8;
  font-size: 13px;
  font-size: 1.3rem;
  margin: 8px 0 24px;
}
@media screen and (max-width: 1024px) {
  .exhibition {
    margin: 0 16px;
  }
  .exhibition #exhi-ttl {
    margin-top: 24px;
    display: block;
  }
  .exhibition #exhi-ttl h1 {
    width: 100%;
    font-size: 28px;
    font-size: 2.8rem;
  }
  .exhibition #exhi-ttl p {
    width: 100%;
  }
  .exhibition #exhi-news ul {
    display: block;
  }
  .exhibition #exhi-news ul li {
    width: 45%;
    margin-right: 10%;
    margin-bottom: 24px;
  }
  .exhibition #exhi-news ul li:nth-child(2n) {
    margin-right: 0;
  }
  .exhibition #exhi-news ul li:last-child {
    display: none;
  }
  .exhibition #exhi-photo {
    margin: 24px 0 0 0;
  }
  .exhibition #exhi-photo li {
    display: block;
    float: none;
    position: relative !important;
    bottom: auto;
    right: auto;
    margin: 0 0 10px 0;
    /*
    &:nth-child(1),
    &:nth-child(4) {
      width:calc((100% - 20px) / 3 * 2 + 10px);
    }
    &:nth-child(2),
    &:nth-child(3) {
      width:calc((100% - 20px) * (1 / 3));
    }
    margin:0 10px 10px 0;
    &:nth-child(2),
    &:nth-child(4) {
      margin-right:0;
    }
    */
  }
  .exhibition #exhi-photo li:nth-child(1), .exhibition #exhi-photo li:nth-child(2), .exhibition #exhi-photo li:nth-child(3) {
    width: 100%;
  }
  .exhibition #exhi-desc {
    margin: 40px 0 0 0;
  }
  .exhibition #exhi-desc li {
    display: block;
    float: none;
    width: 100%;
    position: relative;
    margin-right: 0;
    margin-bottom: 40px;
  }
  .exhibition #exhi-desc li h2 {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .exhibition #exhi-desc li p {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .exhibition #exhi-outline {
    margin-top: 50px;
    padding: 16px;
  }
  .exhibition #exhi-outline img {
    width: 100%;
  }
  .exhibition #exhi-outline #exhi-outline-txt {
    position: relative;
    top: 0;
    width: 100%;
  }
  .exhibition #exhi-outline #exhi-outline-txt h2 {
    margin-top: 16px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .exhibition #exhi-outline #exhi-outline-txt p {
    width: 100%;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .exhibition #exhi-contact {
    margin: 40px 0 0;
    padding-bottom: 100px;
    background: url(../img/bg_han.png) no-repeat center bottom;
    background-size: 90% auto;
  }
  .exhibition #exhi-contact h2 {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .exhibition #exhi-contact p:not(.btn) {
    width: 100%;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

/*
  @include mq-sp{
  table{
  th{
  @include fontsize(13);
  }

td{
@include fontsize(12);
}
}
}
*/
.tbl-scroll-wrap {
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .tbl-scroll-wrap {
    overflow-x: auto;
  }
  .tbl-scroll-wrap::-webkit-scrollbar {
    height: 8px;
  }
  .tbl-scroll-wrap::-webkit-scrollbar-track {
    border-radius: 4px;
    background: #f5f5f5;
  }
  .tbl-scroll-wrap::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background: #e6e6e6;
  }
  .tbl-scroll-wrap table {
    width: 200% !important;
    margin-bottom: 8px !important;
  }
}
/*
.tbl01{
  width: 100%;

  th{
    background-color: $color-green2;
    border-bottom: 1px solid #8ed4ac;
    padding: 16px 24px;
    text-align: left;
    vertical-align: middle;
    width: percentage(310px/920px);
  }

  td{
    border-bottom: 1px dotted #ccc;
    padding: 16px 24px;
    vertical-align: middle;
  }

  tr{
    &:first-child{
      th{ border-top: 1px solid #8ed4ac; }
      td{ border-top: 1px solid #ccc; }
    }
    &:last-child{
      td{ border-bottom-style: solid; }
    }
  }
}

@include mq-sp{

  .tbl01{
    border: 1px solid $color-gray01;
    border-top: none;
    width: 100%;

    th,td{
      list-style-type: none;
    }

    th{
      border-top: 1px solid #8ed4ac;
      box-sizing: border-box;
      display: list-item;
      padding: 10px 16px;
      width: 100%;
    }

    td{
      border: none !important;
      display: list-item;
      padding: 16px;
    }
  }

}
*/
/* Slider */
.slick-loading .slick-list {
  /* background: #fff url("./ajax-loader.gif") center center no-repeat; */
}

/* Icons */
@font-face {
  font-family: "slick";
  /* src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg"); */
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
.logo_menu_scroll{
  background: url(../img/common/logover2.png) no-repeat bottom !important;
  background-size: 100% auto !important;
  transition:0.4s !important; 
}
.nav_home_scroll{
  margin-bottom:1.75vh !important; 
  transition:0.4s !important; 
}
.cart_scroll{
  margin-bottom:1.45vh !important;
  transition:0.4s !important; 
}
.changeBackgroundSortItemBtn{
  color: white !important;
  background: #666 !important;
}
@media screen and (max-width: 1024px) {
  header #header-inner h1 a {
    background: url(../img/common/logover2.png) no-repeat center;
    background-size: 100% auto;
    height: 70px !important;
  }
}

/*
@import "_component/!_box";

@import "_component/!_form";
@import "_component/!_icon";


@import "_component/!_search";

@import "_component/!_text";

@import "_component/!_parts";
@import "_component/!_ve";
*/
/*# sourceMappingURL=common2.css.map */
@media screen and (max-width: 1024px) {
  header .sp ul li {
    width: 20%;
    text-align: center;
    font-size: 10px;
    font-size: 1rem;
    position: relative;
  }
}
#sfwdt7d1c3c {
  display: none;
}
#main #feature #feature-inner #slider div a p{
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 1 !important;
  -webkit-box-orient: vertical !important;
}