@charset "utf-8";
/*-----------------------
*
*  共通のCSSを記述する
*
-------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  background: none repeat scroll 0 0 transparent;
  border: 0 none;
  margin: 0;
  outline: 0 none;
  padding: 0;
  font-size: inherit;
}
html, body {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', '游ゴシック体', 'Yu Gothic', 'メイリオ', 'Meiryo', YuGothic, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 1.8;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}
h1, h2, h3, h4, h5, h6 {
  line-height: 1.3;
}
ol, ul {
  list-style: none outside none;
}
fieldset, img {
  vertical-align: bottom;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
br {
  letter-spacing: 0;
}
li, ol {
  font-size: inherit;
}
hr {
  color: #000;
}
em {
  font-style: normal;
}
p {
  line-height: 1.6;
}
input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
pre, code {
  font: 100% monospace;
}
a {
  text-decoration: none;
  color: inherit;
  transition: .4s all;
}
a:hover {
  text-decoration: none;
}
small {
  font-size: 0.875em;
  line-height: 1.3em;
}
em {
  font-weight: bold;
}
strong {
  font-weight: bold;
}
p {
  line-height: 2;
}
img + small {
  text-align: center;
  display: block;
  margin-top: 1em;
  word-wrap: break-word;
  word-break: break-all;
}
img.abs {
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
}
img.op07 {
  opacity: 0.7;
}
#panel-btn {
  display: none;
}
#panel-wrap {
  display: none;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  font-family: 'Poppins', 'Noto Sans JP', sans-serif;
  line-height: 1.5;
  margin: 2rem 0px 1rem;
}
.mk {
  display: block;
  position: absolute;
  content: "";
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
time {
  font-family: 'Poppins', sans-serif;
  color: #0066ff;
  font-size: 0.86em;
  font-weight: 400;
}
.pop {
  font-family: 'Poppins', sans-serif;
}
.noto {
  font-family: 'Noto Sans JP', sans-serif;
}
.row {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.center {
  text-align: center;
}
.lead {
  font-size: 1.2em;
}
.lead .bold {
  font-weight: bold;
}
q {
  position: relative;
  display: block;
  padding-left: 2rem;
  margin: 2rem 0px;
}
q:before {
  content: "“";
  font-size: 3rem;
  position: absolute;
  left: 0px;
  top: 0px;
  color: #cccccc;
  display: block;
  line-height: 1;
}
img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#main .row > * > img {
  width: 100%;
  height: auto;
}
#main p + p {
  margin-top: 1rem;
}
header {
  position: relative;
  z-index: 1000;
  height: 250px;
}
header > .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  box-sizing: border-box;
  padding: 20px;
}
header > .row .sns {
  order: 1;
}
header > .row .sitename {
  order: 2;
}
header > .row .tools {
  order: 3;
}
header > .row .tools.fixed {
  position: fixed;
  right: 2rem;
  top: 20px;
  z-index: 30;
}
header > .row .sns.fixed {
  position: fixed;
  left: 2rem;
  top: 20px;
  z-index: 30;
}
.tools, .sns {
  display: flex;
}
.tools a, .sns a {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.tools a + a, .sns a + a {
  margin-left: 20px;
}
.tools a img, .sns a img {
  width: auto;
  height: auto;
  display: block;
  max-width: 100%;
  transition: all 0.5s;
}
.btn a {
  transition: all 0.5s;
}
.tools a:hover img, .sns a:hover img {
  opacity: 0;
}
.tools a:before, .sns a:before {
  transition: all 0.5s;
  width: 20px;
  height: 20px;
  position: absolute;
  content: '';
  display: block;
  opacity: 0;
  background-position: center center;
  background-repeat: no-repeat;
}
.tools a:hover:before, .sns a:hover:before {
  opacity: 1;
}
.tools a:after, .sns a:after {
  transition: all 0.5s;
  width: 20px;
  height: 20px;
  position: absolute;
  content: '';
  display: block;
  opacity: 1;
  background-position: center center;
  background-repeat: no-repeat;
}
.tools a:hover:after, .sns a:hover:after {
  opacity: 0;
}
.sns .facebook:after {
  background-image: url(../images/facebook-fill.png);
}
.sns .twitter:after {
  background-image: url(../images/twitter-fill.png);
}
.sns .instagram:after {
  background-image: url(../images/instagram-fill.png);
}
.sns .youtube:after {
  background-image: url(../images/youtube-fill.png);
}
footer .sns .facebook:after {
  background-image: url(../images/facebook-fill_w.png);
}
footer .sns .twitter:after {
  background-image: url(../images/twitter-fill_w.png);
}
footer .sns .instagram:after {
  background-image: url(../images/instagram-fill_w.png);
}
footer .sns .youtube:after {
  background-image: url(../images/youtube-fill_w.png);
}
.tools .search:after {
  background-image: url(../images/search_icon.png);
}
.tools .login:after {
  background-image: url(../images/user_icon.png);
}
.tools .cart:after {
  background-image: url(../images/bag_icon.png);
}
.sns .facebook:before {
  background-image: url(../images/facebook-fill_h.png);
}
.sns .twitter:before {
  background-image: url(../images/twitter-fill_h.png);
}
.sns .instagram:before {
  background-image: url(../images/instagram-fill_h.png);
}
.sns .youtube:before {
  background-image: url(../images/youtube-fill_h.png);
}
.tools .search:before {
  background-image: url(../images/search_icon_h.png);
}
.tools .login:before {
  background-image: url(../images/user_icon_h.png);
}
.tools .cart:before {
  background-image: url(../images/bag_icon_h.png);
}
#gnav {
  padding: 20px 0px;
  background: #FFF;
  z-index: 20;
  position: relative;
}
#gnav ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
#gnav ul li + li {
  margin-left: 50px;
}
#gnav a {
  font-weight: bold;
  font-family: 'Poppins', 'Noto Sans JP', sans-serif;
  transition: all 0.5s;
}
#gnav .menu_wrap a:hover {
  text-decoration: none !important;
  color: #3366ff;
}
#gnav.fixed {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
}
#hnav {
  position: absolute;
  left: 0px;
  top: 100%;
  background: #3366ff;
  display: none;
  width: 100%;
  color: #FFF;
  padding: 2rem 0px;
}
#hnav > .row {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
#hnav dl {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  padding: 1rem 2rem;
}
#hnav dl dt {
  margin-bottom: 2rem;
  font-weight: bold;
}
#hnav dl dt + dt {
  margin-top: 20px;
}
#hnav dl dt #h_search {
  background: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 5px 5px 10px;
}
#hnav dl dt #h_search button {
  cursor: pointer;
  width: 2rem;
  height: 2rem;
  margin-left: 5px;
  background: url(../images/search_icon.png) center center no-repeat;
  opacity: .5;
}
#hnav dl dd a {
  display: block;
  font-size: 0.875rem;
}
#hnav dl dd a + a {
  margin-top: 1em;
}
#hnav dl a:not(.instagram-button):after {
  width: 0px;
  height: 1px;
  display: block;
  background: #FFF;
  content: '';
  transition: all 0.5s;
}
#hnav dl a:not(.instagram-button):hover:after {
  width: 100%;
}
.btn a {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  border-radius: 5px;
  height: 50px;
  width: 210px;
  color: #FFF;
  align-items: center;
  justify-content: center;
  text-align: center;
  max-width: 100%;
}
.btn a:hover {
  text-decoration: none !important;
}
.btn.r25 a {
  border-radius: 25px;
}
.btn.ble a {
  background: #3366ff;
}
.btn.line a {
  border: 1px solid #ccc;
  color: #000;
}
.btn.line a:hover {
  background: #ccc;
  color: #000;
}
p.more a {
  display: inline-block;
  text-decoration: underline;
  font-size: 0.75rem;
}
p.more a:after {
  content: '>';
  display: inline-block;
  margin-left: 5px;
}
p.more a:hover {
  text-decoration: none;
  color: #3366ff;
}
.sq_btn a {
  transition: all 0.5s;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  border: 2px solid #000;
  height: 40px;
  width: 210px;
  font-weight: bold;
  font-size: 0.875rem;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.sq_btn a:hover {
  background: #000;
  color: #FFF !important;
}
.btn.blk a {
  background: #000;
}
.btn.blk a:hover {
  background: #3366ff;
}
.slick-initialized .item.slick-slide {
  padding: 0px 20px;
  box-sizing: border-box;
}
.slick-dots li button:before {
  content: '';
  border-radius: 50%;
  border: 1px solid #FFF;
  width: 8px;
  height: 8px;
  opacity: 1;
}
.slick-dots li.slick-active button:before {
  background: #FFF;
  opacity: 1;
}
.gry {
  background-color: #eee;
}
.item .ph img {
  width: 100%;
  height: auto;
  max-width: 100%;
}
.item .spec {
  font-size: 0.875rem;
  line-height: 1.6;
}
.item .price {
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.2;
  margin-top: 5px;
}
.item .price em {
  display: block;
  color: #cc0000;
}
.item .colors {
  margin: 10px 0px;
}
.item .colors span {
  display: inline-block;
  padding: 4px;
  border: 1px solid transparent;
  cursor: pointer;
}
.item .colors span + span {
  margin-left: 3px;
}
.item .colors span.active {
  border: 1px solid #000;
}
.item .stetas {
  margin-top: 10px;
}
.item .stetas span {
  display: inline-block;
  color: #FFF;
  text-align: center;
  font-size: 0.75rem;
  padding: 5px 10px;
  line-height: 1.2;
  min-width: 5rem;
}
.item .stetas span + span {
  margin-left: 5px;
}
.item .stetas span.sale {
  background: #cc0000;
}
.item .stetas span.reserved {
  background: #3366ff;
}
.item .item_name {
  font-size: 1.14rem;
}
.item .item_name small {
  display: block;
  font-size: 0.75rem;
}
.item .item_name .item_brands {
  font-size: 0.86rem;
  display: block;
}
#main section {
  width: 100%;
  position: relative;
}
#main > section > .row {
  width: 96%;
  position: relative;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}
#topicpath {
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  padding: 1rem;
  font-size: .75rem;
  text-align: center;
}
footer {
  background: #000;
  padding: 80px 1rem 40px;
  color: #FFF;
}
footer > .row {
  max-width: 1200px;
  padding: 0px 10px;
}
footer > .row dl dt {
  font-weight: bold;
  font-family: 'Poppins', 'Noto Sans JP', sans-serif;
  margin-bottom: 50px;
}
footer > .row dl dd a {
  display: block;
  margin-bottom: 10px;
  font-size: 0.875rem;
  transition: all 0.5s;
}
footer > .row dl dd a:hover {
  color: #3366ff;
}
footer .ff {
  max-width: 1200px;
  padding: 20px;
  margin-left: auto;
  margin-right: auto;
}
footer .ff .copyright {
  font-size: 0.7rem;
}
#search_modal {
  background: #FFF;
  position: fixed;
  top: -300px;
  left: 0px;
  width: 100%;
  height: 300px;
  transition: all 0.6s;
  z-index: 1200;
}
#search_modal.active {
  top: -0px;
}
#search_modal .row {
  height: 100%;
  display: flex;
  width: 100%;
  max-width: 1200px;
  box-sizing: border-box;
  padding: 20px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
#search_modal form {
  border-bottom: 3px solid #000;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
}
#search_modal form input#m_search_inquiry {
  flex-grow: 1;
  font-size: 2rem;
  color: #000;
}
#search_modal form input#m_search_inquiry:placeholder-shown {
  font-size: 2rem;
  color: #000;
  opacity: 1;
  font-weight: bold;
}
#search_modal form #search_close {
  transition: all 0.5s;
  flex-shrink: 0;
  width: 45px;
  height: 45px;
  border: 3px solid #000;
  border-radius: 50%;
  position: relative;
  display: block;
  cursor: pointer;
}
#search_modal form #search_close:before, #search_modal form #search_close:after {
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  background: #000;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -2px;
}
#search_modal form #search_close:before {
  transform: rotate(45deg);
}
#search_modal form #search_close:after {
  transform: rotate(-45deg);
}
#search_modal p {
  width: 100%;
  padding: 10px;
}
#search_modal form #search_close:hover {
  opacity: 0.6;
}
table {
  border-collapse: collapse;
  margin: 1rem 0px;
  border-top: 1px solid #cccccc;
  width: 100%;
}
table th, table td {
  padding: 0.8rem;
  line-height: 1.5;
  font-size: 0.875rem;
  font-weight: normal;
  text-align: center;
  border-bottom: 1px solid #cccccc;
}
table th {
  background: #f5f5f5;
}
h2.center {
  font-size: 20px;
  text-align: center;
  margin-top: 0px;
}
.newsletter {
  width: 100vw;
  background: #CCC;
  padding: 60px 1rem 60px;
  margin-top: 120px;
}
.newsletter > .row {
  max-width: 860px;
}
.newsletter h2 {
  margin: 0px;
  font-weight: bold;
/*
  padding-left: 28px;
  background: url(../images/mail_icon.png) left center no-repeat;
*/
}
.fs-icon--mail:before {
  font-size: 1.5rem;
  padding-right: 5px;
  vertical-align: text-top;
}
.newsletter .sq_btn a {
  width: 150px;
}
.fs-c-mark--preorder {
  margin: 5px 3px 0 0;
}
.fs-c-cartTable__message {
  padding: 3px 5px;
}
.fs-body-cart-login .fs-c-guestPurchase {
  border-top: 1px solid #000000;
  margin-top: 48px;
  padding-top: 48px;
  text-align: center;
}
.fs-c-button--guestPurchase {
  width: 100%;
}
.fs-c-accountService__register-mail .fs-c-accountService__pageLink__label::before {
  content: "\e920";
}
.fs-c-accountService__stop-mail .fs-c-accountService__pageLink__label::before {
  content: "\e911";
}
@media screen and (min-width: 751px) {
  #main section {
    padding: 90px 0px;
  }
  h1 {
    font-size: 28px;
    margin-bottom: 45px;
  }
  h2 {
    font-size: 24px;
    margin-bottom: 45px;
  }
  h3 {
    font-size: 22px;
  }
  h4 {
    font-size: 20px;
    font-weight: normal;
  }
  h5 {
    font-size: 16px;
    font-weight: normal;
  }
  h6 {
    font-size: 13px;
    font-weight: normal
  }
  header > .row {
    height: 110px;
    padding-top: 50px;
  }
  footer .ff {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
  }
  footer a:visited {
    color: inherit !important;
  }
  footer a:hover {
    color: #0033ff !important
  }
  section#checkitem .row > a + a {
    margin-left: 10px;
  }
  #topicpath .list {
    display: inline-block;
  }
  #topicpath .list > * {
    position: relative;
    display: inline-block;
  }
  #topicpath .list > a:hover {
    color: #3366ff;
    text-decoration: underline;
  }
  #topicpath .list > a + * {
    margin-left: 1rem;
  }
  #topicpath .list > a + *:before {
    content: "/";
    position: relative;
    display: inline-block;
    margin-right: 1rem;
  }
}
@media screen and (max-width: 750px) {
  html, body {
    font-size: .875rem;
  }
  #gnav.fixed {
    padding-top: 3.2rem;
  }
  header > .row .tools.fixed {
    right: 0rem;
  }
  header > .row .sns.fixed {
    left: 0rem;
  }
  h1 {
    font-size: 1.375rem;
  }
  h2 {
    font-size: 1.25rem;
  }
  h3 {
    font-size: 1.125rem;
  }
  h4 {
    font-size: 1rem;
    font-weight: normal;
  }
  h5 {
    font-size: .875rem;
    font-weight: normal;
  }
  h6 {
    font-size: .75rem;
    font-weight: normal
  }
  #topicpath {
    padding: 0px;
    text-align: left;
  }
  #topicpath .list > * {
    padding: 1rem;
    display: block;
    padding-left: 2rem;
    position: relative;
  }
  #topicpath .list > *:before {
    content: '';
    display: block;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    transform: rotate(45deg);
    width: 6px;
    height: 6px;
    position: absolute;
    left: 0.6rem;
    top: 50%;
    margin-top: -2px;
  }
  #topicpath .list > * + * {
    border-top: 1px solid #CCC;
  }
  #topicpath .list > span {
    background: #f5f5f5;
  }
  #topicpath .list > span:before {
    transform: rotate(135deg);
    margin-top: -4px;
  }
  header .row {
    flex-wrap: wrap;
    padding: 0px;
  }
  header .row .sitename {
    width: 100%;
    order: 1;
    margin-bottom: 1rem;
    border-bottom: 1px solid #ccc;
    padding: 1rem;
  }
  header .row .sns {
    order: 2;
    margin-left: 1rem;
  }
  header .row .tools {
    order: 3;
    margin-right: 1rem;
  }
  #hnav {
    padding: 1rem;
    box-sizing: border-box;
    overflow-y: scroll;
    max-height: calc(100vh - 150px);
  }
  #hnav dl {
    padding: 0px;
    border: 0px;
    box-sizing: border-box;
  }
  #hnav dl + dl {
    margin-top: 1rem;
  }
  #hnav dl dt {
    margin: 10px 0px 10px;
    border-top: 1px solid #FFF;
    padding-top: 1rem;
  }
  #hnav dl dt + dt {
    margin: 10px 0px 10px;
  }
  #hnav dl dd {
    display: flex;
    flex-wrap: wrap;
  }
  #hnav dl dd a {
    flex-basis: 49%;
    max-width: 49%;
    border: 1px solid #FFF;
    padding: 10px;
    text-align: center;
    box-sizing: border-box;
    margin-top: 0px;
    margin-bottom: 10px;
  }
  #hnav dl dd a + a {
    margin-top: 0px;
  }
  #hnav dl dd a:nth-child(even) {
    margin-left: 2%;
  }
  #h_search_inquiry {
    background-color: #f0f0f0
  }
  #main section {
    padding: 1.25rem 0px;
  }
  section#checkitem .row > a + a {
    margin-bottom: .75rem;
  }
  .newsletter {
    padding: 2rem 0px;
    margin-top: 0;
  }
  .newsletter > .row {
    text-align: center;
  }
  .newsletter h2 {
    display: inline-block;
    font-size: 1.275rem;
    font-weight: bold;
  }
  .sq_btn a {
    width: 80%;
    margin: 0.5rem auto 1rem;
  }
  footer {
    padding: 2rem 0px 0px;
  }
  footer > .row.fm {
    padding: 0px;
  }
  footer > .row.fm dl dt {
    border-bottom: 1px solid #FFF;
    padding: 10px 1rem;
    margin-bottom: 10px;
  }
  footer > .row.fm dl dd {
    padding: 0px 1rem;
  }
  footer .sns {
    justify-content: center;
  }
  footer .ff .copyright {
    text-align: center;
    margin-top: 2rem;
  }
  .fs-c-button--guestPurchase .fs-c-button__label {
    font-size: .875rem;
    background: #fff;
    border: 1px solid #000;
    padding: 1rem;
    border-radius: 5px !important;
    display: block;
    width: 100%;
  }
  .fs-c-button--guestPurchase .fs-c-button--plain:hover {
    text-decoration: none;
  }
}