@charset "euc-jp";

/* カラーミーキット（2カラム） - 共通 */

body {
  background-color: #fff;
  background-image: url(https://img.shop-pro.jp/tmpl_img/73/bg.gif);
  color: #464e54;
}
a {
  color: #464e54;
}
a:hover {
  color: #5e5e5e;
}

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

/*
 * contents
 */

#contents {
  float: right;
  padding-left: 30px;
}

#contents .topicpath-nav {
  margin-bottom: 5px;
}
  #contents .topicpath-nav li {
    padding: 0;
  }
  #contents .topicpath-nav a {
    margin-left: 5px;
  }

/*
 * side
 */

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

/*
 * 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); }
}

/* ※※※※※※※※※※※※※※※※※　for Luludoll ONLINESHOP　※※※※※※※※※※※※※※※※※ */

/* 初期化・*/

html {
	height: 100%;
	overflow-y: scroll;
	font-size: 62.5%;
}

body {
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	color: #000000;
	-webkit-text-size-adjust: 100%;
	height: 100%;
  font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-weight: 400;
}

.col {
	box-sizing: border-box;
	padding: 0;
}

ul {
  list-style: none;
  margin: 0;
}

p {
  margin: 0;
}

a:link,
a:visited,
a:active,
a:hover {
  color: #000000;
	overflow: hidden;
	outline: none;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.hover #wrapper a:not([class]):hover {
  opacity: 0.5;
  transition: opacity 0.2s ease-in-out 0s;
}

.boxClearFloat:before,
.boxClearFloat:after {
    content: " ";
    display: table;
}

.boxClearFloat:after {
    clear: both;
}

.boxClearFloat {
    *zoom: 1;
}

.ind1 {
  display: block;
  margin-left: 1em;
  text-indent: -1em;
}

/* layout */

#wrapper {
  width: 1200px;
  max-width: 1200px;
}

.container {
  padding: 0;
}

/* contents */

#contents {
  float: right;
  padding-left: 50px;
  padding-bottom: 80px;
}

#contentsInner {
  width: 100%;
  margin: 0 auto 90px auto;
}

#recentlyViewed {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

/* ※※※※※※※※※※　汎用　※※※※※※※※※※ */

#contents h2.outline {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2;
  font-weight: normal;
  padding-bottom: 30px;
}

#contents h2.outline .inEnglish {
    text-shadow:  black 1px 1px 0, black -1px -1px 0,black -1px 1px 0, black 1px -1px 0,black 0px 1px 0, black  0-1px 0,black -1px 0 0, black 1px 0 0;
    color: #ffffff;
    display: block;
    font-size: 47px;
    font-size: 4.7rem;
    line-height: 1;
    font-family: "Niramit";
}

#contents h2.border {
  position: relative;
  text-align: center;
  font-size: 24px;
  line-height: 1.5;
  padding: 20px 0;
  background-image: url(https://img15.shop-pro.jp/PA01156/353/etc/headline_border.png);
  background-repeat: repeat-x;
  background-position: top;
  background-size: 3px;
  margin: 0 0 30px 0;
}

#contents h2.border:after {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 3px;
  background-image: url(https://img15.shop-pro.jp/PA01156/353/etc/headline_border.png);
  background-repeat: repeat-x;
  background-position: top;
  background-size: 3px;
}

.bCNav {
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 5px;
  width: 100%;
  font-size: 12px;
  line-height: 1.5;
  border-bottom: 1px #e73b87 solid;
}

.categoryListBox {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}

.categoryListBox h3 {
  position: relative;
  width: 100px;
  float: left;
  vertical-align: top;
  font-size: 12px;
  line-height: 1.5;
  color: #e73b87;
  padding-left: 10px;
  background-image: url(https://img15.shop-pro.jp/PA01156/353/etc/arrow.png);
  background-repeat: no-repeat;
  background-repeat: none;
  background-position: left center;
  background-size: 6px;
  margin: 5px 0;
}

.category-list {
  position: relative;
  width: 840px;
  float: left;
  font-size: 12px;
  line-height: 1.5;
}

.category-list li {
  position: relative;
  float: left;
  padding: 0 5px;
  margin: 5px 0;
  border-right: 1px #e73b87 solid;
}

.category-list li:last-child {
  border: none;
}

.sortMenu {
  text-align: right;
  font-size: 12px;
  line-height: 1.5px;
  padding: 10px 0 15px 0;
  color: #e73b87;
}

.sortMenu a {
  color: #464e54;
}

.pagersTopBox {
  position: relative;
  margin-bottom: 60px;
  font-size: 13px;
  line-height: 1;
}

.pagersBottomBox {
  position: relative;
  margin-top: 30px;
  font-size: 13px;
  line-height: 1;
}

.pagersTopBox .pagers,
.pagersBottomBox .pagers {
  position: absolute;
  right: 0px;
  top: 0px;
}

.hover .pagers a:hover {
  opacity: 0.5;
  transition: opacity 0.2s ease-in-out 0s;
}

.productsList {
  position: relative;
  width: 100%;
  padding-bottom: 30px;
}

.productsList li {
  width: 21.05263157894737%;
  margin-right: 5.26315789473684%;
  margin-bottom: 30px;
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
}

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

/* header */

#headerWrapper {
  position: relative;
  width: 100%;
  min-width: 1200px;
  height: 220px;
  background-color: #FFFFFF;
  z-index: 100;
}

#header {
  position: relative;
  padding-top: 10px;
  width: 1200px;
  margin: 0 auto;
}

@-webkit-keyframes boundImage {
	0% {
		-webkit-transform: scale(0.95);
	}
	50% {
		-webkit-transform: scale(1.05);
	}
	100% {
		-webkit-transform: scale(1);
	}
}

@keyframes boundImage {
	0% {
		transform: scale(0.95);
	}
	50% {
		transform: scale(1.05);
	}
	100% {
		transform: scale(1);
	}
}

.hover #header a:hover {
	opacity: 0.5;
	transition: opacity 0.2s ease-in-out 0s;
	-webkit-animation: boundImage 0.2s ease-in-out 0s;
	animation: boundImage 0.2s ease-in-out 0s;
}

#headerSubNav {
  position: absolute;
  right: 0px;
  top: 25px;
  z-index: 10;
}

#headerSubNav > li {
  position: relative;
  float: left;
  margin-left: 10px;
}

#headerSubNav li p {
  display: inline;
  font-size: 12px;
  line-height: 1;
  margin-right: 10px;
}

#headerSubNav .logInBtn {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 0px;
  padding-top: 50px;
  background-image: url(https://img15.shop-pro.jp/PA01156/353/etc/button_login.png);
  background-size: contain;
  overflow: hidden;
  vertical-align: middle;
}

#headerSubNav .logOutBtn {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 0px;
  padding-top: 50px;
  background-image: url(https://img15.shop-pro.jp/PA01156/353/etc/button_logout.png);
  background-size: contain;
  overflow: hidden;
  vertical-align: middle;
}

#headerSubNav .cartBtn {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 0px;
  padding-top: 50px;
  background-image: url(https://img15.shop-pro.jp/PA01156/353/etc/button_cart.png);
  background-size: contain;
  overflow: hidden;
  vertical-align: middle;
}

#headerSubNav .cartPreview {
  position: absolute;
  display: none;
  width: auto;
  top: 60px;
  right: 0px;
  font-size: 10px;
  border: 1px #000000 solid;
  border-radius: 5px;
  padding: 5px;
  box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.2);
  background-color: #FFFFFF;
}

#headerSubNav .cartPreview:before {
  position: absolute;
  content: " ";
  width: 8px;
  height: 8px;
  top: -5px;
  right: 20px;
  border-left: 1px #000000 solid;
  border-top: 1px #000000 solid;
  background-color: #FFFFFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#headerSubNav .cartPreview li {
  white-space: nowrap;
}

#drawerBtn {
  display: none;
}

#headerLogo {
  position: relative;
  margin: 0 auto;
  width: 210px;
  overflow: hidden;
}

#headerLogo p {
  position: absolute;
  top: -100px;
}

#headerLogo a {
  display: block;
}

#headerNavWrapper {
  position: relative;
  padding-top: 40px;
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}

#headerNav {
  position: relative;
  display: inline-block;
}

#headerNav li {
  position: relative;
  float: left;
  text-align: center;
  font-size: 17px;
  line-height: 2;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  margin: 0 15px 0 15px;
}

#headerNav li a {
  display: block;
}

#headerNav li .inEnglish {
  width: 60px;
  display: block;
  margin: 0 auto;
  font-size: 15px;
  line-height: 1;
  border-bottom: 2px #000000 solid;
  font-family: 'Chivo', sans-serif;
}

#headerNav li a.current {
  color: #e73b87;
}

#headerNav li a.current .inEnglish {
  border-bottom: 2px #e73b87 solid;
}

/* スクロール抑制 */

.scrollPrevent {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
}

/* ヘッダ固定 */

.isFixed #headerWrapper {
  position: fixed;
  height: 60px;
  border-bottom: #505050 1px solid;
}

 .isFixed #headerWrapper #header {
  width: 1200px;
  padding: 0;
  border: none;
}

.isFixed #headerWrapper #headerLogo {
  float: left;
  width: 140px;
  margin: 5px 15px 0px 0px;
}

 .isFixed #headerWrapper #headerSubNav {
  top: 5px;
}

.isFixed #headerWrapper #headerNavWrapper {
  float: left;
  border: none;
  padding-top: 10px;
  height: 60px;
  width: 750px;
}

.isFixed #headerWrapper #headerNav {
  float: left;
  width: 750px;
}

.isFixed #headerWrapper #headerNav li {
  float: left;
}

.isFixed #headerWrapper #headerNav li a .inEnglish {
}

.isFixed .container {
  padding-top: 230px;
}

/* side */

#side #keyword {
  width: 78%;
  height: 22px;
  margin-right: 2%;
  padding: 0 0 0 20px;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  border-bottom: 1px #000000 solid;
  background-image: url(https://img15.shop-pro.jp/PA01156/353/etc/icon_magnifying.png);
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: left center;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1;
}

#side .searchBtn {
  display: inline;
  width: 20%;
  background-color: transparent;
  border: 1px #505050 solid;
  border-radius: 5px;
  cursor: pointer;
  outline: none;
  padding: 5px;
  appearance: none;
  font-size: 12px;
  line-height: 1;
  color: #505050;
  box-sizing: border-box;
	font-family: 'Noto Sans JP', sans-serif;
}

.hover #side .searchBtn:hover {
  color: #FFFFFF;
  background-color: #505050;
  transition: background-color 0.2s ease-in-out 0s;
}

#side h3 {
  font-family: 'Niramit', sans-serif;
  font-size: 21px;
  line-height: 1.5;
  border-bottom: 1px #000000 solid;
  margin: 0;
}

#side .sideMenuList {
  margin-bottom: 60px;
}

#side .sideMenuList li {
  font-size: 13px;
  line-height: 1;
  border-bottom: 1px #b0b0b0 dotted;
}

#side .sideMenuList li:last-child {
  border-bottom: 1px #000000 solid;
}

#side .sideMenuList li a {
  display: block;
  width: 100%;
  padding: 10px 0;
  background-image: url(https://img15.shop-pro.jp/PA01156/353/etc/arrow.png);
  background-size: 6px;
  background-position: right center;
  background-repeat: no-repeat;
}

#sideBannerLine {
  position: relative;
  display: block;
  width: 200px;
  height: 0px;
  padding-top: 200px;
  background-image: url(https://img15.shop-pro.jp/PA01156/353/etc/banner_line_pc.png?cmsp_timestamp=20190818145115);
  background-repeat: no-repeat;
  background-size: contain;
  overflow: hidden;
  margin-bottom: 60px;
}

#sideBannerInstagram {
  position: relative;
  display: block;
  width: 200px;
  height: 0px;
  padding-top: 200px;
  background-image: url(https://img15.shop-pro.jp/PA01156/353/etc/banner_instagram_pc.png?cmsp_timestamp=20201207171618);
  background-repeat: no-repeat;
  background-size: contain;
  overflow: hidden;
  margin-bottom: 60px;
}

#side h4 {
  font-size: 14px;
  line-height: 1;
  padding: 0;
  margin: 0 0 15px 0;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
}

#twitterTimelineBox {
  position: relative;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  border: 1px #505050 solid;
  border-radius: 5px;
  margin-bottom: 60px;
}

/* footer */

#footerWrapper {
  position: relative;
  width: 100%;
  min-width: 1200px;
  background-color: #505050;
  color: #FFFFFF;
  padding: 30px 0 20px 0;
  font-family: 'Noto Sans JP', sans-serif;
}

#footer {
  width: 1200px;
  margin: 0 auto;
}

#footer a {
  color: #FFFFFF;
}

#footerNavWrapper {
  position: relative;
  width: 1160px;
  height: 70px;
  margin: 0 auto;
}

#footerLogoBox {
  padding-top: 10px;
  width: 170px;
}

#footerLogoBox img {
  width: 100%;
}

#footerNav0,
#footerNav1,
#footerNav2 {
  position: absolute;
  top: 0px;
  height: 100%;
  font-size: 15px;
  line-height: 2.5;
}

.hover #footerNav0 a:hover,
.hover #footerNav1 a:hover,
.hover #footerNav2 a:hover,
#footerNav0 a.current,
#footerNav1 a.current,
#footerNav2 a.current {
  color: #e73b87;
  transition: color 0.2s ease-in-out 0s;
}

#footerNav0 {
  left: 230px;
  width: 150px;
}

#footerNav1 {
  left: 380px;
  width: 140px;
}

#footerNav2 {
  left: 520px;
  width: 230px;
  border-right: 1px #FFFFFF solid;
}

#footerNav3 {
  position: absolute;
  top: 0px;
  height: 100%;
  left: 820px;
  width: 150px;
}

#footerNav3 a {
  display: block;
  padding: 4px;
  border: 1px #FFFFFF solid;
  text-align: center;
  font-size: 12px;
  line-height: 1;
  width: 100px;
  margin-bottom: 25px;
}

.hover #footerNav3 a:hover,
#footerNav3 a.current {

  color: #505050;
  background-color: #FFFFFF;
  transition: background-color 0.2s ease-in-out 0s;
}

#copyRight {
  position: relative;
  padding-top: 40px;
  font-size: 10px;
}

#copyRight span {
  position: relative;
  float: right;
}

#pageTopBox {
	position: fixed;
	bottom: 30px;
	right: 30px;
  width: 60px;
  height: 60px;
}

#pageTopBox a {
  display: block;
  width: 60px;
  height: 0px;
  padding-top: 60px;
  overflow: hidden;
  background-image: url(https://img15.shop-pro.jp/PA01156/353/etc/button_totop.png);
  background-size: contain;
  z-index: 50;
}

.hover #pageTopBox a:hover {
	-webkit-animation: boundImage 0.2s ease-in-out 0s;
	animation: boundImage 0.2s ease-in-out 0s;
}

/* ※※※※※※※※※※　フリースペース　※※※※※※※※※※ */

#freeSpaceBox {
	position: relative;
	width: 100%;
}

/*　臨時情報　*/

#freeSpaceBox .temporaryBox {
	position: relative;
	width: 100%;
	box-sizing: border-box;
	padding: 40px;
	border: 1px solid #000000;
	line-height: 2;
}

#freeSpaceBox .temporaryBox h3 {
	font-size: 18px;
	font-size: 1.8rem;
	margin: 0;
}

#freeSpaceBox .temporaryBox h4 {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 0 0 10px 0;
}

#freeSpaceBox .temporaryBox p {
	font-size: 14px;
	font-size: 1.4rem;
}

#freeSpaceBox .temporaryBox a {
	text-decoration: underline;
}

/* ※※※※※※※※※※　ご利用ガイド/サイズについて　※※※※※※※※※※ */

.guidePage,
.sizePage {
  position: relative;
}

.guidePage p,
.sizePage p {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 3em;
}

.guidePage a {
  color: #e73b87;
}

.guidePage em,
.sizePage em {
  color: #e73b87;
  font-style: normal;
}

.guidePage h2,
.sizePage h2 {
  font-size: 26px;
  line-height: 1;
  padding-bottom: 40px;
  margin: 0;
}

.guidePage h3,
.sizePage h3 {
  font-size: 20px;
  line-height: 1;
  margin-bottom: 20px;
  padding-bottom: 0.25em;
  border-bottom: 1px #e73b87 solid;
}

.guidePage h4 {
  font-size: 16px;
  line-height: 1;
  margin-bottom: 20px;
  padding-bottom: 0.25em;
  border-bottom: 1px #e73b87 dotted;
}

/* ご利用ガイド */

.guidePage .guideMenu {
  position: relative;
  width: 100%;
  border-bottom: 1px #505050 solid;
  box-sizing: border-box;
  margin-bottom: 40px;
}

.guidePage .guideMenu:before,
.guidePage .guideMenu:after {
  content: " ";
  display: table;
}

.guidePage .guideMenu:after {
  clear: both;
}

.guidePage .guideMenu {
  *zoom: 1;
}

.guidePage .guideMenu li {
  position: relative;
  float: left;
  width: 270px;
  height: 34px;
}

.guidePage .guideMenu li a {
  position: relative;
  width: 240px;
  display: block;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  color: #FFFFFF;
  padding: 9.5px 0;
  box-sizing: border-box;
  background-color: #f293bd;
  border-left: 1px #505050 solid;
  border-top:  1px #505050 solid;
  border-radius: 10px 0 0 0;
  overflow: visible;
  z-index: 1;
}

.guidePage .guideMenu li a.selected {
  background-color: #e73b87;
  padding: 9.5px 0 10.5px 0;
}

.guidePage .guideMenu li a.selected:after {
  background-color: #e73b87;
  right: -15px;
}

.guidePage .guideMenu li a:after {
  content: " ";
  position: absolute;
  width: 40px;
  height: 100%;
  right: -14px;
  top: 0px;
  background-color: #f293bd;
  border-right:  1px #505050 solid;
  box-sizing: border-box;
  -webkit-transform: skewX(40deg);
  transform: skewX(40deg);
  z-index: -1;
}

.guidePage .flowBox {
  position: relative;
  padding-bottom: 100px;
}

.guidePage .flowBox:last-child {
  padding-bottom: 0;
}

.guidePage .flowBox:before,
.guidePage .flowBox:after {
  content: " ";
  display: table;
}

.guidePage .flowBox:after {
  clear: both;
}

.guidePage .flowBox {
  *zoom: 1;
}

.guidePage .flowBox img {
  position: relative;
  float: left;
  width: 480px;
}

.guidePage .flowBox p:not([class]) {
  position: relative;
  float: right;
  width: 440px;
  margin-bottom: 0;
}

.guidePage .flowBox p.caution {
  clear: both;
  padding-top: 3em;
}

.guidePage .inqBtn {
  position: relative;
  display: block;
  padding: 12px 0;
  width: 350px;
  font-size: 18px;
  line-height: 1;
  color: #FFFFFF;
  background-color: #e73b87;
  border-radius: 10px;
  text-align: center;
}

.hover .guidePage .inqBtn:hover {
  opacity: 0.5;
  transition: opacity 0.2s ease-in-out 0s;
}

/* サイズについて */

.sizePage #sizeBox {
	position: relative;
	padding-bottom: 40px;
}

.sizePage #picSize {
  position: relative;
  float: left;
  width: 250px;
  margin-right: 30px;
}

.sizePage #sizeTableBox {
  position: relative;
  clear: both;
  padding: 0 0 10px 0;
  font-size: 14px;
  line-height: 1.2;
}

.sizePage #sizeTableBox:before,
.sizePage #sizeTableBox:after {
  content: " ";
  display: table;
}

.sizePage #sizeTableBox:after {
  clear: both;
}

.sizePage #sizeTableBox {
  *zoom: 1;
}

.sizePage #sizeTableBox table {
  border-collapse: collapse;
  margin-bottom: 38px;
}

.sizePage #sizeTableBox table thead tr:first-child th:first-child {
  width: 200px;
}

.sizePage #sizeTableBox table:not(.col2):not(.col3) thead tr:first-child th:nth-child(n+2):nth-child(-n+4) {
  width: 125px;
}

.sizePage #sizeTableBox table.sizeTableFull {
  position: relative;
  width: 100%;
}

.sizePage #sizeTableBox table.sizeTableL {
  position: relative;
  float: left;
  width: 450px;
}

.sizePage #sizeTableBox table.sizeTableR {
  position: relative;
  float: right;
  width: 450px;
}

.sizePage #sizeTableBox table th,
.sizePage #sizeTableBox table td {
  border: 1px #b0b0b0 solid;
  vertical-align: middle;
  text-align: center;
  padding: 10px 0;
}

.sizePage #sizeTableBox table th {
  background-color: #fff7f5;
  font-weight: normal;
}

.sizePage .bulletPoint {
  position: relative;
  width: 100%;
  margin-bottom: 3em;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
}

.sizePage .bulletPoint li {
  margin-left: 1em;
  text-indent: -1em;
}

@media (max-width: 768px) {

/* layout */

#wrapper {
  width: 100%;
  padding-top: 18vw;
}

/* contents */

#contents {
  float: none;
  padding: 0 0 16vw 0;
}

#contentsInner {
  width: 90vw;
  margin: 0 auto 10vw auto;
}

#recentlyViewed {
  width: 90vw;
}

/* ※※※※※※※※※※　汎用　※※※※※※※※※※ */

#contents h2.outline {
  font-size: 2.8vw;
  padding-bottom: 6vw;
}

#contents h2.outline .inEnglish {
  font-size: 9vw;
}

#contents h2.border {
  font-size: 4.8vw;
  padding: 4vw 0;
  background-size: 0.6vw;
  margin: 0 0 6vw 0;
}

#contents h2.border:after {
  height: 0.6vw;
  background-size: 0.6vw;
}

.bCNav {
  padding-bottom: 1vw;
  margin-bottom: 1vw;
  font-size: 2.4vw;
}

.categoryListBox {
  margin-bottom: 4vw;
}

.categoryListBox h3 {
  width: 100%;
  float: none;
  font-size: 2.4vw;
  padding-left: 2vw;
  margin: 5px 0;
  background-size: 1.2vw;
}

.category-list {
  width: 100%;
  font-size: 2.4vw;
  margin-bottom: 4vw;
}

.category-list li h3 {
  font-size: 2.4vw;
  padding-left: 2vw;
  background-size: 1.2vw;
}

.category-list li {
  padding: 0 1vw;
  margin: 1vw 0;
}

.sortMenu {
  font-size: 2.4vw;
  padding: 2vw 0 3vw 0;
}

.pagersTopBox {
  margin-bottom: 12vw;
  font-size: 2.6vw;
}

.pagersBottomBox {
  margin-top: 6vw;
  font-size: 2.6vw;
}

.pagersTopBox .pagers,
.pagersBottomBox .pagers {
  position: absolute;
  right: 0px;
  top: 0px;
}

.productsList {
  padding-bottom: 6vw;
}

.productsList li,
.productsList li:nth-child(4n) {
  width: 30%;
  margin-right: 5%;
  margin-bottom: 6vw;
  font-size: 2.8vw;
}

.productsList li:nth-child(3n) {
	margin-right: 0;
}

/* header */

#headerWrapper {
  position: fixed;
  min-width: 0;
  height: 18vw;
}

#header {
  padding-top: 4vw;
  width: 100%;
}

#header #drawerBtn {
  position: absolute;
  width: 8vw;
  height: 8vw;
  background: #b0b0b0;
  z-index: 10;
  top: 5vw;
  right: 5vw;
  display: inline-block;
  transition: transform .4s;
  box-sizing: border-box;
  cursor: pointer;
  border-radius: 0.6vw;
	-webkit-animation: none;
	animation: none;
}

.hover #header #drawerBtn:hover {
  opacity: 1;
}

#drawerBtn span {
  position: absolute;
  display: inline-block;
  transition: transform .4s;
  box-sizing: border-box;
  cursor: pointer;
  background: #fff;
  width: 4.4vw;
  height: 0.5vw;
  left: 0;
  right: 0;
  margin: auto;
}

#drawerBtn span:nth-of-type(1) {
  top: 1.75vw;
}

#drawerBtn span:nth-of-type(2) {
  bottom: 3.75vw;
}

#drawerBtn span:nth-of-type(3) {
  top: 5.75vw;

}

#drawerBtn.active span:nth-of-type(1) {
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

#drawerBtn.active span:nth-of-type(2) {
  top: 0;
  bottom: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

#drawerBtn.active span:nth-of-type(3) {
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
} 

#headerLogo {
  width: 32vw;
}

#headerNavWrapper {
  position: fixed;
  display: none;
  top: 18vw;
  border: none;
  background: #FFFFFF;
  width: 100%;
  height: 100%;
  z-index: 50;
}

#headerNav {
  display: block;
  width: 80vw;
  border-top: 0.5vw dotted #b0b0b0;
  margin: 0 auto;
}

#headerNav li {
  float: none;
  width: 100%;
  margin: 0;
  padding: 3vw 0 3vw 0;
  border-bottom: 0.5vw dotted #b0b0b0;
}

#headerNav li a {
  font-size: 3.5vw;
  line-height: 1;
}

#headerNav li a .inEnglish {
  padding-bottom: 0;
  margin-bottom: 0;
  padding-right: 4vw;
  margin-right: 3.4vw;
  background-image: url("img_all/dots_vertical.svg");
  background-position: right center;
  background-size: 0.6vw;
  font-size: 4vw;
  line-height: 1;
  display: inline;
  border-bottom: none;
  border-right: 2px #000000 solid;
}

#headerNav li a.current .inEnglish {
  border-bottom: none;
  border-right: 2px #e73b87 solid;
}

/* side */

#side {
  position: relative;
  float: none;
  width: 90%;
  margin: 0 auto;
}

#side #keyword {
  padding: 0 0 0 4vw;
  background-size: 2.8vw;
  font-size: 3.2vw;
}

#side .searchBtn {
  border-radius: 1vw;
  padding: 1vw;
  font-size: 2.4vw;
}

#side h3 {
  font-size: 4.2vw;
}

#side .sideMenuList {
  margin-bottom: 12vw;
}

#side .sideMenuList li {
  font-size: 3.5vw;
}

#side .sideMenuList li a {
  padding: 2vw 0;
  background-size: 1.2vw;
}

#sideBannerLine {
  width: 100%;
  padding-top: 20.25vw;
  margin-bottom: 12vw;
  background-image: url(https://img15.shop-pro.jp/PA01156/353/etc/banner_line_sp.jpg?cmsp_timestamp=20190818145144);
}

#sideBannerInstagram {
  width: 100%;
  padding-top: 20.25vw;
  margin-bottom: 12vw;
  background-image: url(https://img15.shop-pro.jp/PA01156/353/etc/banner_instagram_sp.jpg?cmsp_timestamp=20190818145204);
}

#side h4 {
  font-size: 2.8vw;
  margin: 0 0 3vw 0;
}

#twitterTimelineBox {
  padding: 2vw;
  border-radius: 1vw;
  margin-bottom: 12vw;
}

/* footer */

#footerWrapper {
  min-width: 0;
  padding: 6vw 0 4vw 0;
}

#footer {
  width: 90vw;
}

#footerNavWrapper {
  width: 100%;
  height: auto;
}

#footerLogoBox {
  padding-top: 0;
  width: 60vw;
  margin: 0 auto;
}

#footerNav0,
#footerNav1,
#footerNav2 {
  position: relative;
  height: auto;
  font-size: 3vw;
}

#footerNav0 {
  float: left;
  left: 0;
  width: 45vw;
  padding-top: 6vw;
}

#footerNav1 {
  float: right;
  left: 0;
  width: 45vw;
  padding-top: 6vw;
}

#footerNav2 {
  clear: both;
  padding-bottom: 6vw;
  left: 0;
  width: 90vw;
  border-right: none;
  border-bottom: 1px #FFFFFF solid;
}

#footerNav3 {
  position: relative;
  top: 0px;
  height: auto;
  left: 0;
  width: 90vw;
  padding: 6vw 0;
  text-align: center;
}

#footerNav3 a {
  display: inline-block;
  padding: 1vw 0;
  margin: 0 3vw;
  font-size: 3vw;
  width: 29vw;
}

.hover #footerNav3 a:hover,
#footerNav3 a.current {
  color: #505050;
  background-color: #FFFFFF;
  transition: background-color 0.2s ease-in-out 0s;
}

#copyRight {
  padding-top: 8vw;
  font-size: 2.4vw;
  text-align: center;
  line-height: 2;
}

#copyRight span {
  position: relative;
  display: block;
  float: none;
  padding-top: 4vw;
}

#pageTopBox {
	bottom: 12vw;
	right: 6vw;
  width: 12vw;
  height: 12vw;
}

#pageTopBox a {
  width: 12vw;
  padding-top: 12vw;
}

/* ※※※※※※※※※※　フリースペース　※※※※※※※※※※ */

/*　臨時情報　*/

#freeSpaceBox .temporaryBox {
	padding: 8vw;
}

#freeSpaceBox .temporaryBox h3 {
	font-size: 3.2vw;
}

#freeSpaceBox .temporaryBox h4 {
	font-size: 3.2vw;
	margin-bottom: 0 0 2vw 0;
}

#freeSpaceBox .temporaryBox p {
	font-size: 2.8vw;
}

/* ※※※※※※※※※※　ご利用ガイド/サイズについて　※※※※※※※※※※ */

.guidePage p,
.sizePage p {
  font-size: 2.8vw;
}

.guidePage h2,
.sizePage h2 {
  font-size: 5.2vw;
  padding-bottom: 8vw;
}

.guidePage h3,
.sizePage h3 {
  font-size: 4vw;
  margin-bottom: 4vw;
  line-height: 1.2;
}

.guidePage h4 {
  font-size: 3.2vw;
  margin-bottom: 4vw;
}

/* ご利用ガイド */

.guidePage .guideMenu {
  border-bottom: 0.2vw #505050 solid;
  margin-bottom: 8vw;
}

.guidePage .guideMenu li {
  width: 30vw;
  height: 9.96vw;
}

.guidePage .guideMenu li a {
  width: 24vw;
  font-size: 2.4vw;
  line-height: 1.2;
  padding: 2vw 0 2vw 1vw;
  border-left: 0.2vw #505050 solid;
  border-top:  0.2vw #505050 solid;
  border-radius: 2vw 0 0 0;
  text-align: left;
}

.guidePage .guideMenu li a.selected {
  padding: 2vw 0 2.2vw 1vw;
}

.guidePage .guideMenu li a.selected:after {
  right: -2.95vw;
}

.guidePage .guideMenu li a:after {
  width: 8vw;
  right: -2.7vw;
  border-right:  0.2vw #505050 solid;
  -webkit-transform: skewX(28deg);
  transform: skewX(28deg);
}

.guidePage .flowBox {
  padding-bottom: 20vw;
}

.guidePage .flowBox img {
  float: none;
  width: 100%;
  margin-bottom: 6vw;
}

.guidePage .flowBox p:not([class]) {
  float: none;
  width: 100%;
  margin-bottom: 3em;
}

.guidePage .flowBox p.caution {
  padding-top: 0;
}

.guidePage .inqBtn {
  padding: 2.4vw 0;
  width: 100%;
  font-size: 4vw;
  border-radius: 2vw;
}

/* サイズについて */

.sizePage #sizeBox {
	padding-bottom: 0;
}

.sizePage #picSize {
  float: none;
  width: 100%;
  margin-right: 0;
  margin-bottom: 6vw;
}

.sizePage #sizeTableBox {
  padding: 0 0 2vw 0;
  font-size: 2.8vw;
}

.sizePage #sizeTableBox table {
  margin-bottom: 8vw;
}

.sizePage #sizeTableBox table.sizeTableFull:not(.col3) thead tr:first-child th {
  width: 20%;
}

.sizePage #sizeTableBox table.sizeTableL:not(.col2) thead tr:first-child th,
.sizePage #sizeTableBox table.sizeTableR:not(.col2) thead tr:first-child th,
.sizePage #sizeTableBox table.sizeTableFull.col3 thead tr:first-child th {
  width: 33%;
}

.sizePage #sizeTableBox table.sizeTableL.col2 thead tr:first-child th:first-child,
.sizePage #sizeTableBox table.sizeTableR.col2 thead tr:first-child th:first-child {
  width: 33%;
}

.sizePage #sizeTableBox table.sizeTableL {
  float: none;
  width: 100%;
}

.sizePage #sizeTableBox table.sizeTableR {
  float: none;
  width: 100%;
}

.sizePage #sizeTableBox table th,
.sizePage #sizeTableBox table td {
  padding: 2vw 0;
}

.sizePage .bulletPoint {
  font-size: 2.8vw;
}

}

@media (max-width: 480px) {

/* ※※※※※※※※※※　汎用　※※※※※※※※※※ */

.productsList li,
.productsList li:nth-child(4n),
.productsList li:nth-child(3n) {
  width: 47.5%;
  margin-right: 5%;
}

.productsList li:nth-child(even) {
	margin-right: 0;
}

}
