@charset "euc-jp";
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;900&display=swap');

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  vertical-align: baseline;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

img {
  vertical-align: bottom;
  border: 0px;
  -ms-interpolation-mode: bicubic;
  vertical-align: text-bottom;
  border: none;
}

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

html {
  overflow-y: scroll;
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 游ゴシック体, 'Yu Gothic', YuGothic, メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 1.4rem;
  color: #3a3a3a;
  letter-spacing: .1rem;
  overflow: hidden;
  font-weight: 400;
  position: relative;
  opacity: 0;
  -webkit-animation: anime1 4s ease 0s forwards;
          animation: anime1 4s ease 0s forwards;
  background-color: #fff;
  background-image: url(https://img.shop-pro.jp/tmpl_img/73/bg.gif);
  color: #464e54;
}

@-webkit-keyframes anime1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes anime1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@media only screen and (min-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}

blockquote, q {
  quotes: "" "";
}

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

input, textarea {
  margin: 0;
  padding: 0;
}

strong {
  font-weight: bold;
}

ol, ul {
  list-style: none;
}

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

caption, th {
  text-align: left;
}

a {
  color: #464e54;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
button {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
a:hover {
  text-decoration: none;
  opacity: .65;
  color: #5e5e5e;
}

/*
 * 見出し
 */
.midashi01 {
  font-size: 1.8rem;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  border-top: 1px solid #bbbbbb;
  border-bottom: 1px solid #bbbbbb;
  padding: 10px 5px;
}

/*
 * ページャー
 */
.pager_wrapper ul li span {
  background-color: #fff !important;
  border: none !important;
}

.pager_wrapper p {
  font-size: 1.4rem;
}

/*
 * layout
 */
#wrapper {
  max-width: 960px;
}

/*
 * header
 */

header {
  height: 60px;
  box-sizing: border-box;
  padding: 10px 0px;
}

header h1 {
  display: none;
}

header .header_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header .header_wrapper .header_left a {
  display: block;
}

header .header_wrapper .header_left a img {
  width: 35px;
  height: auto;
}

header .header_wrapper .header_left a img:nth-child(1) {
  margin-right: 10px;
}

header .header_wrapper .header_right_nav {
  display: flex;
}

header .header_wrapper .header_right_nav li {
  margin-left: 10px;
}

header .header_wrapper .header_right_nav li a span {
  display: none;
}

header .header_wrapper .header_right_nav li.header_right_nav_cart img {
  width: 25px;
}

header .header_wrapper .header_right_nav li.header_right_nav_account img {
  width: 25px;
}

@media only screen and (min-width: 1000px) {
  header {
    height: 125px;
    padding: 13px 0px 27px;
  }
  header h1 {
    display: block;
    font-size: 1.2rem;
    letter-spacing: 0px;
    text-align: right;
    margin-bottom: 18px;
  }
  header .header_wrapper {
    align-items: start;
  }
  header .header_wrapper .header_left a img {
    width: auto;
  }
  header .header_wrapper .header_left a img:nth-child(1) {
    margin-right: 15px;
  }
  header .header_right {
    padding-top: 9px;
  }
  header .header_wrapper .header_right_nav li a {
    display: flex;
    align-items: center;
  }
  header .header_wrapper .header_right_nav li a i {
    margin-right: 5px;
  }
  header .header_wrapper .header_right_nav li.header_right_nav_cart a i {
    margin-right: 7px;
  }
  header .header_wrapper .header_right_nav li a span {
    display: inline;
    font-size: 1.6rem;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
  }
  header .header_wrapper .header_right_nav li.header_right_nav_cart img {
    width: 18px;
  }

  header .header_wrapper .header_right_nav li.header_right_nav_account img {
    width: 18px;
  }
}

/*
 * contents
 */
.contents_wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}

.contents {
  width: 710px;
  margin:  0 auto;
}

.contents .topicpath-nav {
  margin-bottom: 5px;
  font-size: 1.2rem;
  margin-bottom: 25px;
}
.contents .topicpath-nav li {
  padding: 0;
}
.contents .topicpath-nav a {
  margin-left: 5px;
}

.contents section {
  margin-bottom: 50px;
}

.contents section h2 {
  font-size: 1.6rem;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  border-top: 1px solid #bbbbbb;
  border-bottom: 1px solid #bbbbbb;
  padding: 10px 5px;
  margin-bottom: 25px;
}

@media only screen and (min-width: 768px) {
  .contents section h2 {
  }
  .contents section {
    margin-bottom: 75px;
  }
}


@media only screen and (min-width: 1000px) {
  .contents {
    margin: 0px;
  }
}


/*
 * side
 */
aside {
  margin: 0 auto;
  max-width: 350px;
  width: 100%;
}

aside .search_wrapper {
  margin-bottom: 40px;
}

aside .sort_btn {
  border: none;
  border-bottom: 1px solid #bbbbbb;
  margin-bottom: 15px;
}

aside .search_btn {
  display: flex;
  justify-content: space-between;
  border: 1px solid #bbbbbb;
}

aside .search_btn input {
  border: none !important;
  width: 100%;
  height: 40px;
}

aside .search_btn input:focus {
  outline: none;
}

aside .search_btn button {
  border: none;
  background: none;
}

aside > section {
  margin-bottom: 30px;
}
aside section h3 {
  font-size: 1.6rem;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  border-bottom: 1px solid #bbbbbb;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
aside section ul li a {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}

aside .category h4 {
  font-size: 1.4rem;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  margin-bottom: 10px;
}

aside .category h4 a {
  font-weight: 900;
}

aside .category section h5 {
  font-size: 1.4rem;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  display: inline-block;
  background-image: url("https://img07.shop-pro.jp/PA01462/699/etc/i_arrow_down.png?cmsp_timestamp=20210127140226");
  background-repeat: no-repeat;
  background-position: right top 9px;
  padding-right: 20px;
  margin-bottom: 20px;
  cursor: pointer;
}

aside .category section h5:hover {
  opacity: .65;
}

aside .category section ul {
  margin-left: 10px;
}

aside .category section ul li {
  margin-bottom: 10px;
}

aside .category section.open h5 {
  background-image: url("https://img07.shop-pro.jp/PA01462/699/etc/i_arrow_up.png?cmsp_timestamp=20210127140247");
}

aside .category section.open ul {
  display: block;
}

aside .help ul li {
  margin-bottom: 10px;
}

#side .unstyled img {
  display: block;
  margin-bottom: 5px;
}

@media only screen and (min-width: 768px) {
  aside section h3 {
    font-size: 1.8rem;
  }

  aside section ul li a {
    font-size: 1.6rem;
  }

  aside .category h4 {
    font-size: 1.6rem;
  }

  aside .category section h5 {
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 1000px) {
  aside {
    max-width: 200px;
    margin: 0px 50px 0px 0px;
  }
  aside .search_btn input {
    height: 32px;
  }
}


/*
 * 商品一覧
 */

.product_list_3,
.product_list_4,
.product_list_5 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -2%;
}

.product_list_3 a,
.product_list_4 a,
.product_list_5 a {
  display: block;
}

.product_list_3 li,
.product_list_4 li,
.product_list_5 li {
  width: 46%;
  margin: 0 2% 25px;
}

.product_list_3 li span,
.product_list_4 li span,
.product_list_5 li span {
  display: block;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}

.product_list_photo {
  margin-bottom: 10px;
  position: relative;
  padding-top: 100%;
}

.product_list_photo img {
  max-width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  object-fit: contain;
}

@media only screen and (min-width: 1000px) {
  .product_list_3,
  .product_list_4,
  .product_list_5 {
    margin: 0 -12.5px;
  }

  .product_list_3 li,
  .product_list_4 li,
  .product_list_5 li {
    margin: 0 12.5px 25px;
  }

  .product_list_3 li span,
  .product_list_4 li span,
  .product_list_5 li span {
    font-size: 1.2rem;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
  }

  .product_list_3 li {
    width: 220px;
  }

  .product_list_3 li .product_list_photo {
    width: 220px;
  }

  .product_list_4 li {
    width: 158px;
  }

  .product_list_4 li .product_list_photo {
    width: 158px;
  }

  .product_list_5 li {
    width: 122px;
  }

  .product_list_5 li .product_list_photo {
    width: 122px;
  }
}

.order_wrapper {
  margin-bottom: 25px;
}

.pager_wrapper {
  margin: 25px 0px;
}

.pager_wrapper ul {
  margin-bottom: 25px;
}


footer {
  background-color: #f6f6f6;
  padding: 20px 20px 5px 20px;
  margin-top: 40px;
}

footer .footer_wrapper {
  max-width: 960px;
}

footer .footer_info {
  margin-bottom: 20px;
  text-align: center;
}

footer .footer_info h3 {
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
  margin-bottom: 5px;
}

footer .footer_info p {
  margin-bottom: 2px;
}

footer .footer_info .phone {
  background: url("https://artlab-tokyo.com/img/ginken/i_phone.svg");
  background-position: left center;
  background-repeat: no-repeat;
  -webkit-background-size: 10px;
  background-size: 14px;
  padding-left: 20px;
}
footer .footer_info .phone2 {
  background: url("https://artlab-tokyo.com/img/ginken/i_tel.png");
  background-position: left center;
  background-repeat: no-repeat;
  -webkit-background-size: 10px;
  background-size: 16px;
  padding-left: 22px;
  padding-right: 0px;
}

footer .footer_info a {
  text-decoration: underline;
}

footer ul {
  display: none;
  margin-bottom: 20px;
}

footer ul li {
  margin-bottom: 5px;
}

footer ul li a {
  font-size: 1.2rem;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}

footer address {
  font-size: 1rem;
  text-align: center;
  margin-top: 20px;
}

@media only screen and (min-width: 768px) {
  footer {
    background-color: #f6f6f6;
    padding: 40px 40px 10px 40px;
  }
  footer ul li a {
    font-size: 1.4rem;
  }
  footer address {
    font-size: 1.2rem;
  }
}

@media only screen and (min-width: 1000px) {
  footer .footer_wrapper {
    display: flex;
    justify-content: space-between;
  }
  footer .footer_wrapper .footer_info {
    text-align: left;
    width: 50%;
  }
  footer ul {
    display: block;
    width: 50%;
    text-align: right;
  }
}

/*
 * temp
 */

/* font */
.txt_l { text-align: left; }
.txt_c { text-align: center; }
.txt_r { text-align: right; }
.txt_fwn { font-weight: normal; }
.txt_fwb { font-weight: bold; }
.txt_10 { font-size: 10px; }
.txt_12 { font-size: 12px; }
.txt_14 { font-size: 14px; }
.txt_16 { font-size: 16px; }
.txt_18 { font-size: 18px; }
.txt_20 { font-size: 20px; }
.txt_24 { font-size: 24px; }
.txt_28 { font-size: 28px; }
.txt_c_333 {color: #333;}

/* background */
.bgc_gray {
  background-color: #f1f1f1;
}

/* margin */
.mar_auto { margin: 0 auto; }
.mar_0 { margin: 0; }
.mar_t_0 { margin-top: 0; }
.mar_r_0 { margin-right: 0; }
.mar_b_0 { margin-bottom: 0; }
.mar_l_0 { margin-left: 0; }
.mar_5 { margin: 5px; }
.mar_t_5 { margin-top: 5px; }
.mar_r_5 { margin-right: 5px; }
.mar_b_5 { margin-bottom: 5px; }
.mar_l_5 { margin-left: 5px; }
.mar_t_10 { margin-top: 10px; }
.mar_r_10 { margin-right: 10px; }
.mar_b_10 { margin-bottom: 10px; }
.mar_l_10 { margin-left: 10px; }
.mar_t_20 { margin-top: 20px; }
.mar_r_20 { margin-right: 20px; }
.mar_b_20 { margin-bottom: 20px; }
.mar_l_20 { margin-left: 20px; }
.mar_t_30 { margin-top: 30px; }
.mar_r_30 { margin-right: 30px; }
.mar_b_30 { margin-bottom: 30px; }
.mar_l_30 { margin-left: 30px; }
.mar_t_50 { margin-top: 50px; }
.mar_r_50 { margin-right: 50px; }
.mar_b_50 { margin-bottom: 50px; }
.mar_l_50 { margin-left: 50px; }

/* padding */
.pad_v_10 { padding: 10px 0; }
.pad_v_20 { padding: 20px 0; }
.pad_v_30 { padding: 30px 0; }
.pad_0 { padding: 0; }
.pad_t_0 { padding-top: 0; }
.pad_r_0 { padding-right: 0; }
.pad_b_0 { padding-bottom: 0; }
.pad_l_0 { padding-left: 0; }
.pad_5 { padding: 5px; }
.pad_t_5 { padding-top: 5px; }
.pad_r_5 { padding-right: 5px; }
.pad_b_5 { padding-bottom: 5px; }
.pad_l_5 { padding-left: 5px; }
.pad_10 { padding: 10px; }
.pad_t_10 { padding-top: 10px; }
.pad_r_10 { padding-right: 10px; }
.pad_b_10 { padding-bottom: 10px; }
.pad_l_10 { padding-left: 10px; }
.pad_20 { padding: 20px; }
.pad_t_20 { padding-top: 20px; }
.pad_r_20 { padding-right: 20px; }
.pad_b_20 { padding-bottom: 20px; }
.pad_l_20 { padding-left: 20px; }
.pad_30 { padding: 30px}
.pad_t_30 { padding-top: 30px; }
.pad_r_30 { padding-right: 30px; }
.pad_b_30 { padding-bottom: 30px; }
.pad_l_30 { padding-left: 30px; }

/* border */
.bor_t_1 { border-top: 1px solid #eee; }
.bor_r_1 { border-right: 1px solid #eee; }
.bor_b_1 { border-bottom: 1px solid #eee; }
.bor_l_1 { border-left: 1px solid #eee; }

/* vertical align */
.va-10 { vertical-align: -10%; }
.va-20 { vertical-align: -20%; }
.va-30 { vertical-align: -30%; }
.va-35 { vertical-align: -35%; }
.va-40 { vertical-align: -40%; }

@media (max-width: 980px) {
  /* ~980px */
  #base_gmoWrapp,
  #gmo_CMSPbar {
    overflow: hidden;
    min-width: 100% !important;
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  /* ~768px */
  .contents {
    padding-left: 0;
  }
}
@media (max-width: 480px) {
  /* ~480px */
}

/*
 * icons
 */
.icon-user { background-position: -208px 0px; }
.icon-lg-b.icon-user { background-position: -312px 0px; }
.icon-adduser { background-position: -240px 0px; }
.icon-lg-b.icon-adduser { background-position: -360px 0px; }
.icon-login { background-position: -48px -80px; }
.icon-lg-b.icon-login { background-position: -72px -120px; }
.icon-logout { background-position: -32px -80px; }
.icon-lg-b.icon-logout { background-position: -48px -120px; }
.icon-home { background-position: -176px -16px; }
.icon-lg-b.icon-home { background-position: -264px -24px; }
.icon-mail { background-position: -64px 0px; }
.icon-lg-b.icon-mail { background-position: -96px 0px; }
.icon-pencil { background-position: -96px 0px; }
.icon-lg-b.icon-pencil { background-position: -144px 0px; }
.icon-help { background-position: -272px -80px; }
.icon-lg-b.icon-help { background-position: -408px -120px; }
.icon-cart { background-position: -176px -64px; }
.icon-lg-b.icon-cart { background-position: -264px -96px; }
.icon-search { background-position: -208px -16px; }
.icon-lg-b.icon-search { background-position: -312px -24px; }
.icon-chevron_up { background-position: -0px -144px; }
.icon-lg-b.icon-chevron_up { background-position: -0px -216px; }
.icon-chevron_down { background-position: -352px -128px; }
.icon-lg-b.icon-chevron_down { background-position: -528px -192px; }

.icon-b,
.icon-w {
  width: 16px;
  height: 16px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.icon-lg-b,
.icon-lg-w {
  width: 24px;
  height: 24px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_b.png); }
.icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_w.png); }
.icon-lg-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_b.png); }
.icon-lg-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_w.png); }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon-b,
  .icon-w {
    -webkit-background-size: 368px 320px;
    background-size: 368px 320px;
  }

  .icon-lg-b,
  .icon-lg-w {
    -webkit-background-size: 552px 480px;
    background-size: 552px 480px;
  }

  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_2x_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_2x_w.png); }
  .icon-lg-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_b.png); }
  .icon-lg-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_w.png); }
}
@media (max-width: 768px) {
  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_w.png); }
}
@media only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min--moz-device-pixel-ratio: 2), only screen and (max-width: 768px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 768px) and (min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min-resolution: 192dpi), only screen and (max-width: 768px) and (min-resolution: 2dppx) {
  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_w.png); }
}
