@charset "UTF-8";
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

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

a img {
  border: none;
}

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

/* --------------------------------
		clearfix
-------------------------------- */
.cf:before, .cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

/* --------------------------------
        common
-------------------------------- */
/*space*/
/*hover時のimgぶれ*/
a img {
  border: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.keycolor {
  color: #a5854a;
}

.inlineb {
  display: inline-block;
}

.fleft {
  float: left;
}

.fright {
  float: right;
}

.flexrr {
  display: flex;
  flex-direction: row-reverse;
}

.mgb0 {
  margin-bottom: 0;
}

.fa-r {
  margin-right: 0.5em;
}

.fa-l {
  margin-left: 0.5em;
}

@media screen and (max-width: 599px) {
  .flexrr {
    display: flex;
    flex-direction: column;
  }
}
/*image*/
/*base*/
/*font*/
.ErrorMessage {
  color: #DB0014;
}

.pdoff {
  padding: 0;
}

.anime {
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slick-slide:focus {
  outline: none;
}

a img {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
a img:hover {
  opacity: 0.6;
}

@media screen and (max-width: 599px) {
  a img:hover {
    opacity: 1;
    outline: none;
  }

  .pdoff_sp {
    padding: 0 !important;
  }
}
/*pcsp*/
.spDis {
  display: none;
}

.pcDis {
  display: inline-block;
}

.display_sp {
  display: none!important;
}

.display_pc {
  display: block !important;
}

@media screen and (max-width: 768px) {
  .tabunDis {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  .spDis {
    display: inline-block;
  }

  .pcDis {
    display: none;
  }

  .display_sp {
    display: block;
  }

  .display_pc {
    display: none !important;
  }
}
/*IEのセレクトボックス 矢印削除*/
select::-ms-expand {
  display: none;
}

body {
  font-size: 14px;
  line-height: 22px;
  font-family: "Noto Sans Japanese", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  width: 100%;
  -webkit-text-size-adjust:100%;
}
body img {
  width: 100%;
  vertical-align: bottom;
}
body a {
  color: #333;
  text-decoration: none;
}
body .wrapper {
  width: 100%;
  margin: 0 auto;
  background-color: white;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  overflow: hidden;
}
body .content {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
body h2 {
  font-size: 30px;
  line-height: 1em;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 40px;
}
body h3.ttl {
  position: relative;
  display: inline-block;
  margin-bottom: 2em;
  font-size: 20px;
}
body h3.ttl:before {
  content: '';
  position: absolute;
  bottom: -11px;
  display: inline-block;
  width: 60px;
  height: 2px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: black;
  border-radius: 2px;
}
body .btn_more {
  font-size: 15px;
  width: 100%;
  max-width: 220px;
  background-color: #333;
  margin: 0 auto;
}
body .btn_more a {
  color: #fff;
  padding: 1em 0;
  display: block;
}
body .btn_more:hover {
  background-color: #f24e64;
}

/* --------------------------------
        header
-------------------------------- */
.pageOverlay {
  visibility: hidden;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  height: 100%;
  z-index: 10;
  background: transparent;
  -webkit-transition: background 0.25s,visibility 0.25s;
  -moz-transition: background 0.25s,visibility 0.25s;
  transition: background 0.25s,visibility 0.25s;
}

header {
  position: relative;
  z-index: 20;
  background-color: #fff;
}
header div.headTxt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  line-height: 20px;
  background-color: #eeeeee;
  padding: 5px 0.5em;
  box-sizing: border-box;
}
header .userTxt {
  position: absolute;
  top: -25px;
  right: 0.5em;
  width: 100%;
  text-align: right;
  font-size: 12px;
  line-height: 20px;
}
header .userTxt > div {
  display: inline-block;
}
header div.headMain {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 0 15px 0;
  flex-wrap: wrap;
  position: relative;
  /*div.mainMenu_area{display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; @include font-s;
  	& > p{display: block; color: $keyColor; width: 100%; text-align: right; margin-bottom: 10px;}
  	ul{display: flex;
  		li{ margin-right: 25px;}
  	}
  	.cart{@include border-radius(20px); border: 1px solid $gray; position: relative; padding: 2px 10px 2px 25px; margin-right: 1em;
  		p{
  			a{display: block;}
  			span{
  				&.cartCount{
  				background-color: $keyColor;
  				color: $white;
  				padding: 4px;
  				@include border-radius(20px);
  				position: absolute;
  				line-height: 1em;
  				left: 7px;
  				top: 1px;
  					}
  				&.cartTxt{
  					vertical-align: middle; font-size: 13px;
  				}
  			}
  		}
  		.fa{@include font-ml; vertical-align: middle; }
  	}
  	.seartBox{
  		border-radius: 20px;  background-color: $baseColor; padding: 2px 10px 2px 10px;
  		input{border: none; background-color: transparent; font-size: 13px;}
  		span{vertical-align: middle;
  			&.searchicon{display: inline-block;}
  			.fa{color: #fff; @include font-ml;}
  		}
  	}
  }*/
}
header div.headMain .logo_area {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
header div.headMain .logo_area p.logo img {
  width: 206px;
  margin-bottom: 15px;
  height: 37px;
}
header div.headMain .logo_area p.sendtxt {
  color: #f24e64;
  font-size: 12px;
  line-height: 20px;
  white-space: nowrap;
}
header div.headMain .logo_area p.sendtxt span {
  font-weight: 600;
}
header div.headMain p.misshaDay_txt {
  display: block;
  color: #f24e64;
  width: 100%;
  text-align: right;
  margin-bottom: 10px;
  margin-bottom: 10px;
  position: absolute;
  top: 0px;
  right: 0px;
  max-width: 1200px;
}
header div.headMain ul.mainMenu_navi {
  display: flex;
  margin-left: auto;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
header div.headMain ul.mainMenu_navi li {
  margin-right: 25px;
}
header div.headMain .cart {
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  border: 1px solid #808080;
  position: relative;
  padding: 2px 10px 2px 25px;
  margin-right: 1em;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
}
header div.headMain .cart p a {
  display: block;
}
header div.headMain .cart p span#BasketSummary {
  background-color: #f24e64;
  color: #fff;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  position: absolute;
  line-height: 2.2em;
  left: 7px;
  top: 1px;
  max-width: 24px;
  width: 100%;
  height: 24px;
  text-align: center;
  display: block;
  line-height: 1.8em;
  padding: 0;
}
header div.headMain .cart p span.cartTxt {
  vertical-align: middle;
  font-size: 13px;
}
header div.headMain .cart .fa {
  font-size: 20px;
  line-height: 30px;
  vertical-align: middle;
}
header div.headMain .ol-searchform {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 4;
  -webkit-order: 4;
  order: 4;
}
header div.headMain .ol-searchform input#ol-search,
header div.headMain .ol-searchform label.ol-search,
header div.headMain .ol-searchform label.overlay {
  display: none;
}
header div.headMain .ol-searchform .seartBox {
  border-radius: 20px;
  background-color: #eeeeee;
  padding: 2px 10px 2px 10px;
}
header div.headMain .ol-searchform .seartBox input {
  border: none;
  background-color: transparent;
  font-size: 13px;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
header div.headMain .ol-searchform .seartBox span {
  vertical-align: middle;
  display: inline-block;
  height: 100%;
}
header div.headMain .ol-searchform .seartBox span.searchicon {
  display: inline-block;
}
header div.headMain .ol-searchform .seartBox span .fa {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
}
header div.headMain .ol-searchform .seartBox button.search-submit {
  border: 1px solid #eee;
  background-color: transparent;
}
header div.headMain .spmenu_block {
  display: none;
}
header .headNavi {
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}
header .headNavi ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}
header .headNavi ul > li {
  font-weight: 600;
}
header .headNavi ul > li a {
  display: block;
  padding: 1em 0.6em 0.7em 0.6em;
  box-sizing: border-box;
  border-bottom: 5px solid transparent;
  letter-spacing: -0.3px;
}
header .headNavi ul > li:last-child {
  position: relative;
}
header .headNavi ul > li:last-child:before {
  content: "";
  background-color: #333;
  display: inline-block;
  height: 25px;
  width: 1px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
header .headNavi ul > li:hover a {
  border-bottom: 5px solid #f24e64;
}
header .headNavi ul > li:hover div.child_cate ul li a {
  border-bottom: 5px solid transparent !important;
}
header .headNavi ul > li div.child_cate {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  box-sizing: border-box;
  padding: 0 1em;
  box-shadow: 0px 4px 3px -3px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0px 4px 3px -3px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0px 4px 3px -3px rgba(0, 0, 0, 0.6);
  z-index: 20;
  background-color: #fff;
  border-top: 2px solid #333;
}
header .headNavi ul > li div.child_cate ul {
  flex-wrap: wrap;
  width: 80%;
  margin: 0 auto;
  justify-content: space-around;
}
header .headNavi ul > li div.child_cate ul li {
  font-weight: normal;
  font-size: 0.95em;
}
header .headNavi ul > li div.child_cate ul li:hover a {
  border-bottom: 5px solid transparent !important;
  text-decoration: underline;
}
header .headNavi ul > li div.child_cate ul li:last-child:before {
  content: none;
}
header .headNavi ul > li div.child_cate ul li a:before {
  content: "\f0da";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-size: 13px;
  width: 13px;
  height: 13px;
  margin-right: 0.5em;
}
header .headNavi ul > li div.child_cate ul li.spDis {
  display: none;
}
header .headNavi ul > li div.child_cate ul:after {
  content: none;
}
header .headNavi ul > li:hover > div.child_cate {
  display: block;
}
header .headNavi ul > li.hnavi_new a, header .headNavi ul > li.hnavi_campaign a {
  color: #f24e64;
}
header .headNavi ul.content > li {
  width: 100%;
}
header .headNavi ul.content > li.hnavi_stila, header .headNavi ul.content > li.hnavi_body {
  width: 70%;
}

/* --------------------------------
        footer
-------------------------------- */
h2 {
  position: relative;
}
h2:before {
  content: "";
  height: 1px;
  width: 100%;
  background-color: #333;
  display: block;
  position: absolute;
  top: 0.5em;
}
h2 span {
  background-color: #fff;
  display: inline-block;
  position: relative;
  padding: 0 4%;
}

.footer {
  padding: 40px 0 0 0;
  border-top: 2px solid #ccc;
}
.footer h2 {
  position: relative;
}
.footer h2:before {
  content: none;
}
.footer h2 span {
  background-color: transparent;
  display: inline-block;
  position: relative;
  padding: 0;
}
.footer .guideArea {
  margin-bottom: 50px;
}
.footer .guideArea .box {
  display: flex;
  justify-content: space-between;
}
.footer .guideArea .box > a {
  padding: 0 1em;
  border-left: 1px solid #333;
  -webkit-box-flex: 1;
  box-flex: 1;
  width: 100%;
  position: relative;
}
.footer .guideArea .box > a:last-child {
  border-right: 1px solid #333;
}
.footer .guideArea .box dl {
  text-align: left;
}
.footer .guideArea .box dl dt {
  position: relative;
  font-size: 18px;
  margin-bottom: 20px;
}
.footer .guideArea .box dl dt:after {
  content: "\f144";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  right: 0;
  font-size: 13px;
  width: 13px;
  height: 13px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.footer .guideArea .box dl dd {
  font-size: 12px;
  line-height: 20px;
}
.footer .guideArea .box dl dd.guideTxt {
  padding-bottom: 2em;
}
.footer .guideArea .box dl dd:last-child {
  position: absolute;
  right: 1em;
  bottom: 0;
  text-decoration: underline;
}
.footer .guideArea .box dl dd.guideSns {
  font-size: 33px;
  display: flex;
  text-decoration: none;
  justify-content: space-around;
  width: 85%;
  right: 0;
  left: 0;
  margin: auto;
}
.footer .guideArea .box dl dd.guideSns i.fa-line {
  color: #1ec304;
}
.footer .guideArea .box dl dd.guideSns i.fa-twitter-square {
  color: #4cc1e5;
}
.footer .guideArea .box dl dd.guideSns i.fa-facebook-square {
  color: #3F51B5;
}
.footer .guideArea .box dl dd.guideSns i.fa-instagram {
  color: #f24e64;
}
.footer .guideArea .box dl.guideSnsArea {
  padding: 0 1em;
  border-left: 1px solid #333;
  -webkit-box-flex: 1;
  box-flex: 1;
  width: 100%;
  position: relative;
}
.footer .foot_Area {
  background-color: #e9e9e9;
  padding: 2em 0;
}
.footer .foot_Area .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1150px;
  position: relative;
}
.footer .foot_Area .box > p {
  -moz-border-radius: 10px 10px 0px 0px;
  -webkit-border-radius: 10px;
  border-radius: 10px 10px 0px 0px;
  background-color: #e9e9e9;
  padding: 0.5em 2em;
  top: -4.5em;
  right: 0px;
  position: absolute;
}
.footer .foot_Area .box > dl, .footer .foot_Area .box > div {
  -webkit-box-flex: 1;
  box-flex: 1;
  width: 100%;
  border-left: 1px solid #333;
  box-sizing: border-box;
  padding: 1em 2em;
  font-size: 11px;
  text-align: left;
}
.footer .foot_Area .box > dl {
  border-left: none;
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.footer .foot_Area .box > dl dt {
  margin-bottom: 10px;
  text-align: center;
}
.footer .foot_Area .box > dl dd {
  text-align: center;
}
.footer .foot_Area .box > dl dd img {
  width: 100%;
  max-width: 150px;
}
.footer .foot_Area .box > div.footLink {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.footer .foot_Area .box > div.footLink ul li:before {
  content: "・";
  display: inline-block;
}
.footer .foot_Area .box > div.footAdress {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
}
.footer .foot_Area .box > div.footCyber {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 4;
  -webkit-order: 4;
  order: 4;
}
.footer .foot_Area .box > div p.foot_cybertrust {
  text-align: center;
}
.footer .foot_Area .box > div p.foot_cybertrust img {
  width: 100%;
  max-width: 100px;
}
.footer footer {
  font-size: 11px;
  color: #fff;
  background-color: #333;
  text-align: center;
}

/* --------------------------------
        mainimg
-------------------------------- */
.mainImg {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  /*left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;*/
}
.mainImg .mainslider li a.spDis {
  display: none;
}
.mainImg .mainslider li a.pcDis {
  display: block;
  padding: 0 0.5px;
}
.mainImg .thumbnail_nav {
  width: 100%;
  /*max-width: 1100px;*/
  max-width: 1200px;
  /*margin: 0 auto;*/
  margin: 0 auto;
}
.mainImg .thumbnail_nav button.slick-prev, .mainImg .thumbnail_nav button.slick-next {
  width: 30px;
  height: 30px;
}
.mainImg .thumbnail_nav .slick-prev {
  left: -50px;
  font-weight: 900;
}
.mainImg .thumbnail_nav .slick-next {
  right: -50px;
  font-weight: 900;
}
.mainImg .thumbnail_nav .slick-prev:before, .mainImg .thumbnail_nav .slick-next:before {
  font-size: 30px;
  color: #9e9e9e;
}
.mainImg .thumbnail_nav li {
  box-sizing: border-box;
  padding: 5px;
  /*&.slick-current {border: 5px solid $keyColor;}
  &.slick-current img {margin: -5px;}*/
}
.mainImg .thumbnail_nav li.slick-current img {
  outline: 5px solid #f24e64;
  outline-offset: -5px;
}
.mainImg .thumbnail_nav li:hover img {
  outline: 5px solid #eeeeee;
  outline-offset: -5px;
}
.mainImg .thumbnail_nav .slick-track {
  margin: 0 auto;
}

/* --------------------------------
        Recommend (itemList)
-------------------------------- */
/*search*/
.searchkeyword {
  text-align: left !important;
  padding: 0.5em 0;
  display: inline-block;
  vertical-align: middle;
}
.searchkeyword span {
  font-size: 1.8em;
  margin-left: -0.8em;
  vertical-align: middle;
  line-height: 1.2em;
}

/*.content{padding: 0 10px; box-sizing: border-box;*/
/*}*/
ul.itemList {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  position: relative;
}
ul.itemList li {
  width: 23%;
  box-sizing: border-box;
  /*@include box-shadow(0px 0px 6px #dcdcdc); margin: 0 0 4% 0;*/
  margin: 0 1% 4% 1%;
  padding: 10px;
  position: relative;
  font-size: 1em;
  background: transparent;
  /*display: flex; flex-direction: column; justify-content: space-between;*/
  /*.btnVariationPopup+div.cartBtn{
  	display: none;
  }*/
}
ul.itemList li dl {
  position: relative;
}
ul.itemList li dl dd {
  font-size: 13px;
}
ul.itemList li dl dd .itemName {
  margin-bottom: 10px;
}
ul.itemList li dl dd .itemPrice table {
  width: 100%;
}
ul.itemList li dl dd .itemPrice div.PriceTitleB {
  display: none;
  float: none;
}
ul.itemList li dl dd .itemPrice div.priceB {
  font-weight: bold;
  float: none;
  text-align: center;
  font-size: 13px;
}
ul.itemList li dl dd .itemPrice div.priceB span.priceTax {
  font-size: 0.8em;
}
ul.itemList li dl dd span.ico_recommend,
ul.itemList li dl dd span.newitemIcon {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #f24e64;
  color: #fff;
  padding: 2px 10px;
}
ul.itemList li a.Bookmarked {
  display: block;
  font-size: 1em;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 10px;
  right: 0.3em;
  padding: 0;
}
ul.itemList li a.Bookmarked:after {
  content: "\f004";
  font-family: "Font Awesome 5 Free";
  display: block;
  font-size: 25px;
  width: 25px;
  height: 25px;
  position: absolute;
  font-weight: 900;
  /*top: 0.1em; right: 0.3em;*/
  color: #f24e64;
}
ul.itemList li a.Bookmarked:hover {
  cursor: pointer;
  cursor: hand;
}
ul.itemList li a.NotBookmarked {
  display: block;
  width: 25px;
  height: 25px;
  font-size: 1em;
  font-weight: 400;
  position: absolute;
  top: 10px;
  right: 0.3em;
  padding: 0;
}
ul.itemList li a.NotBookmarked:after {
  content: "\f004";
  font-family: "Font Awesome 5 Free";
  display: block;
  font-size: 25px;
  width: 25px;
  height: 25px;
  position: absolute;
  /*top: 0.1em; right: 0.3em; */
  color: #888;
}
ul.itemList li a.NotBookmarked:hover {
  cursor: pointer;
  cursor: hand;
}
ul.itemList li div.cartBtn {
  margin-top: 1em;
}
ul.itemList li div.cartBtn a {
  box-sizing: border-box;
  border: 1px solid #333;
  background-color: #fff;
  padding: 0.5em 0;
  display: block;
  font-size: 14px;
}
ul.itemList li div.cartBtn a:hover {
  border: 1px solid #f24e64;
  background-color: #f24e64;
  color: #fff;
}
ul.itemList li div.soldout a {
  background-color: #b5b5b5;
  border: 1px solid #b5b5b5;
  color: #fff;
}
ul.itemList li div.soldout:hover a {
  background-color: #b5b5b5;
  border: 1px solid #b5b5b5;
}
ul.itemList li .soldout {
  display: block;
  border: 1px solid #ccc;
  padding: 0.5em 0;
  margin: 15px auto 5px auto;
  color: #888;
  background: #f4f4f4;
}
ul.itemList li .InventoryInfoBlock div a {
  display: block;
  border: 1px solid #ccc;
  padding: 0.5em 0;
  margin: 1em auto 0 auto;
  color: #888;
  background: #f4f4f4;
}
ul.itemList li .btnVariationPopup {
  display: none;
  border: 1px solid rgba(204, 204, 204, 0.8);
  vertical-align: middle;
  padding: 0.5em 1em;
  font-size: 0.9em;
  width: 175px;
  box-sizing: border-box;
  margin-top: 1em;
  border-radius: 9px;
  line-height: 1em;
  position: absolute;
  top: 26%;
  right: 0;
  left: 0;
  margin: auto;
  background-color: rgba(235, 235, 235, 0.8);
}
ul.itemList li .btnVariationPopup img {
  width: 27px;
}
ul.itemList li:hover .btnVariationPopup {
  display: block;
}

.mfp-content #VariationPopup > div.successMessageArea {
  background-color: #e7e7e7;
  width: 210px;
  box-sizing: border-box;
  padding: 10px;
  border-radius: 5px;
  display: block;
  position: absolute;
  height: 40px;
  width: 260px;
  bottom: 90px;
  right: 0;
  left: 0;
  margin: auto;
}

.mfp-content #VariationPopup > div.successMessageArea:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #e7e7e7;
}

.recommendArea {
  padding: 30px 0 30px 0;
}
.recommendArea .recommend_block .recommend_list li dl {
  /*position: static;*/
}
.recommendArea .recommend_block .recommend_list li dl dd .ico_recommend {
  display: none;
}

.categorylist_aspx .categoryblock_wrap {
  position: relative;
}

.categorylist_aspx .categoryblock_innerwrap:after {
  display: block;
  content: "";
  height: 70%;
  width: 100%;
  max-width: 850px;
  background-color: #f2f2f2;
  position: absolute;
  top: -5%;
  bottom: -35px;
  left: 0px;
  right: 0;
  margin: auto;
  border-radius: 5px;
}

.categorylist_aspx #setTitle > p {
  position: relative;
  width: 100%;
  max-width: 900px;
  margin: 40px auto 10px auto;
  padding: 0px 20px 0 20px;
  /*background: #ebebeb;*/
  text-align: center;
  /*box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
  border-radius: 5px;*/
  font-size: 1.7em;
  font-weight: 600;
  box-sizing: border-box;
}
.categorylist_aspx #setTitle > p:before {
  content: "";
  display: block;
  border-top: solid 1px black;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  z-index: 1;
  left: 0;
}
.categorylist_aspx #setTitle > p span {
  background: #fff;
  padding: 0 20px;
  position: relative;
  z-index: 5;
  display: inline-block;
  line-height: 1.2em;
}
.categorylist_aspx #setTitle > p span:before {
  display: block;
  content: "＼ pick up ／";
  margin-right: 0.5em;
  position: absolute;
  width: 7em;
  height: 1.5em;
  top: -2em;
  right: 0;
  left: 0;
  margin: auto;
  font-size: 0.7rem;
  font-weight: normal;
  color: #f24e64;
}

.categorylist_aspx .categoryblock_tit {
  width: 100%;
  max-width: 870px;
  margin: 0 auto;
  /*border-bottom: 1px solid #000;*/
  padding: 20px 20px 30px 20px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}

/* --------------------------------
        TOPICS
-------------------------------- */
.topicsArea {
  padding: 30px 0 60px 0;
}
.topicsArea .topics_block .topics_list {
  box-sizing: border-box;
  padding: 0px 1.5em;
  margin-bottom: 50px;
  /*display: flex;
  justify-content: space-around;*/
}
.topicsArea .topics_block .topics_list li {
  box-sizing: border-box;
  padding: 10px;
}
.topicsArea .topics_block .topics_list li p.topicsUpday {
  margin-bottom: 0.5em;
  text-align: left;
}
.topicsArea .topics_block .topics_list li dl dd {
  width: 90%;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.95);
  box-sizing: border-box;
  padding: 1em 1.5em;
  -moz-box-shadow: 0px 1px 6px #bdbdbd;
  -webkit-box-shadow: 0px 1px 6px #bdbdbd;
  box-shadow: 0px 1px 6px #bdbdbd;
  position: relative;
  z-index: 2;
  margin-top: -20px;
}
.topicsArea .topics_block .topics_list li dl dd p.topics_tit {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 1em;
}
.topicsArea .topics_block .topics_list .slick-prev:before {
  content: '\f137';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.topicsArea .topics_block .topics_list .slick-next:before {
  content: '\f138';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.topicsArea .topics_block .column_clinicSearch_block {
  box-sizing: border-box;
  padding: 0px 1.5em;
  margin-top: -60px;
}
.topicsArea .topics_block .column_clinicSearch_block ul {
  display: flex;
  justify-content: center;
}
.topicsArea .topics_block .column_clinicSearch_block ul li {
  box-sizing: border-box;
  padding: 1em;
  width: 47%;
  background-size: cover;
  background-position: center center;
}
.topicsArea .topics_block .column_clinicSearch_block ul li.bnr_columnBeautips {
  background-image: url(../image/bnr_misshaBeautips.jpg);
}
.topicsArea .topics_block .column_clinicSearch_block ul li.bnr_clinicSearch {
  background-image: url(../image/bnr_clinicsearch.jpg);
}
.topicsArea .topics_block .column_clinicSearch_block ul li dl {
  background: rgba(255, 255, 255, 0.8);
  padding: 1em;
}
.topicsArea .topics_block .column_clinicSearch_block ul li dl dt {
  font-size: 25px;
  line-height: 1.5em;
}

/* --------------------------------
        TOPICS-noSlide
-------------------------------- */
.topicsArea.noSlide h3.ttl {
  font-size: 30px;
}
.topicsArea.noSlide h3.ttl:before {
  bottom: -21px;
}
.topicsArea.noSlide .topics_block > ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  /*display: flex;
  justify-content: space-around;*/
}
.topicsArea.noSlide .topics_block > ul li {
  width: 33.33%;
  padding: 15px;
  margin-bottom: 15px;
  box-sizing: border-box;
}
.topicsArea.noSlide .topics_block > ul li:last-child {
  margin-bottom: 0px;
}
.topicsArea.noSlide .topics_block .column_clinicSearch_block ul li {
  box-sizing: border-box;
  padding: 1em;
  background-size: cover;
  background-position: center center;
}
.topicsArea.noSlide .topics_block .column_clinicSearch_block ul li.bnr_columnBeautips {
  background-image: url(../image/bnr_misshaBeautips.jpg);
  margin-bottom: 30px;
}
.topicsArea.noSlide .topics_block .column_clinicSearch_block ul li.bnr_clinicSearch {
  background-image: url(../image/bnr_clinicsearch.jpg);
  margin-bottom: 30px;
}
.topicsArea.noSlide .topics_block .column_clinicSearch_block ul li dl {
  background: rgba(255, 255, 255, 0.8);
  padding: 1em;
}
.topicsArea.noSlide .topics_block .column_clinicSearch_block ul li dl dt {
  font-size: 20px;
  line-height: 1.5em;
}

@media screen and (max-width: 768px) {
  .topicsArea.noSlide .topics_block .topics_list li {
    width: 50%;
    padding: 15px;
    margin-bottom: 15px;
  }
  .topicsArea.noSlide .topics_block .topics_list li:last-child {
    margin-bottom: 0px;
  }
}
/* --------------------------------
        CATEGORY
-------------------------------- */
.categoryArea {
  padding: 30px 0 60px 0;
}
.categoryArea .category_block .category_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 98%;
  margin: 0 auto;
}
.categoryArea .category_block .category_list li {
  width: 23%;
  /*min-width: 180px;*/
}
.categoryArea .category_block .category_list li dl {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #d8e5e5;
}
.categoryArea .category_block .category_list li dl dd {
  position: relative;
  padding: 3px 0;
  box-sizing: border-box;
}

/* --------------------------------
        SERIES
-------------------------------- */
.seriesArea {
  padding: 30px 0;
}
.seriesArea .series_block .series_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 98%;
  margin: 0 auto;
}
.seriesArea .series_block .series_list li.big_series {
  width: 23%;
  box-sizing: border-box;
  margin-bottom: 30px;
}
.seriesArea .series_block .series_list li.big_series dl {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #d8e5e5;
}
.seriesArea .series_block .series_list li.big_series dl dd {
  position: relative;
  padding: 3px 0;
}
.seriesArea .series_block .series_list li.big_series dl dd:after {
  content: '\f144';
  display: block;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  margin: auto;
  bottom: 0;
  top: 0;
  width: 14px;
  height: 21px;
  right: 5px;
  font-weight: 900;
}
.seriesArea .series_block .series_list li.small_series dl {
  display: flex;
  align-items: center;
}
.seriesArea .series_block .series_list li.small_series dl dt {
  margin-right: 2em;
  width: 61px;
}
.seriesArea .series_block .series_list li.small_series dl dd:after {
  content: '\f144';
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  width: 14px;
  height: 14px;
  margin-left: 0.5em;
}

/* --------------------------------
        Ranking
-------------------------------- */
.rankingArea {
  padding: 30px 0;
}
.rankingArea .ranking_block .ranking_list {
  display: block;
}
.rankingArea .ranking_block .ranking_list li {
  width: 31%;
  margin: 0;
}
.rankingArea .ranking_block .ranking_list li dl {
  position: relative;
}
.rankingArea .ranking_block .ranking_list li dl dt {
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.rankingArea .ranking_block .ranking_list li dl dt p.rankNum {
  margin-bottom: 10px;
}
.rankingArea .ranking_block .ranking_list li dl dt p.rankNum span {
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  display: block;
  background-color: #d2d2d2;
  color: #fff;
  padding: 5px;
  width: 32px;
  margin: 0 auto;
  line-height: 1.6em;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}
.rankingArea .ranking_block .ranking_list li dl dd {
  display: none;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  word-wrap: break-word;
  width: 100%;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.rankingArea .ranking_block .ranking_list li dl dd .itemName {
  margin-bottom: 10px;
  font-size: 12px;
}
.rankingArea .ranking_block .ranking_list li dl dd .ico_recommend {
  display: none;
}
.rankingArea .ranking_block .ranking_list li dl dt p.rankNum span[title="1"],
.rankingArea .ranking_block .ranking_list li dl dt p.rankNum span[title="2"],
.rankingArea .ranking_block .ranking_list li dl dt p.rankNum span[title="3"] {
  background-color: #dcb500;
}
.rankingArea .ranking_block .ranking_list li a.NotBookmarked,
.rankingArea .ranking_block .ranking_list li a.Bookmarked {
  display: none;
}
.rankingArea .ranking_block .ranking_list li:hover dl dt img {
  outline: 3px solid #f72440;
  opacity: 0.2;
}
.rankingArea .ranking_block .ranking_list li:hover dl dd {
  display: block;
}
.rankingArea .ranking_block .ranking_list li a {
  outline: none;
}
.rankingArea .ranking_block .slick-dots li {
  width: 20px;
  padding: 0;
  display: inline-block;
  position: relative;
}
.rankingArea .ranking_block .slick-dots li button:before {
  font-size: 15px;
  color: #8c8c8c;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #333;
}
.rankingArea .ranking_block .slick-dots li.slick-active button:before {
  color: #f24e64;
  border: none;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #f24e64;
}

/* --------------------------------
        news
-------------------------------- */
.newsArea {
  padding: 30px 0;
}
.newsArea .news_block ul li dl {
  text-align: left;
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px solid #888;
  font-size: 13px;
  display: flex;
  align-items: flex-start;
}
.newsArea .news_block ul li dl dt {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  padding: 0 10px;
}
.newsArea .news_block ul li dl dt span {
  display: inline-block;
  padding: 2px 0.5em;
  color: #fff;
  margin-left: 0.5em;
  width: 8em;
  text-align: center;
  font-size: 12px;
}
.newsArea .news_block ul li dl dt span.day {
  padding: 2px 0.5em 2px 0;
  color: #333;
  margin-left: 0;
  text-align: left;
  width: auto;
  font-size: 13px;
}
.newsArea .news_block ul li dl dt span.NewsListDetailSubTitle {
  font-weight: bold;
  border: 1px solid #f24e64;
  color: #f24e64;
}
.newsArea .news_block ul li dl dt span.newsCate_info {
  font-weight: bold;
  border: 1px solid #00bcd4;
  color: #00bcd4;
}
.newsArea .news_block ul li dl dt span.newsCate_media {
  font-weight: bold;
  border: 1px solid #f24e64;
  color: #f24e64;
}
.newsArea .news_block ul li dl dt span.newsCate_campaign {
  font-weight: bold;
  border: 1px solid #FF9800;
  color: #FF9800;
}
.newsArea .news_block ul li dl dd {
  padding: 2px 10px;
}

.newsList_btn {
  text-align: right;
  margin-bottom: 30px;
}
.newsList_btn a {
  padding: 0.5em 1em;
  background-color: #e9e9e9;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
.newsList_btn a:before {
  content: "\f022";
  display: inline-block;
  font-size: 14px;
  margin-right: 0.5em;
  width: 14px;
  height: 14px;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

/* --------------------------------
        service
-------------------------------- */
.serviceArea {
  padding: 30px 0;
}
.serviceArea .service_block ul.service_list {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.serviceArea .service_block ul.service_list li {
  background-color: #fff8f8;
  border: 2px solid #f0eeee;
  -moz-border-radius: 120px;
  -webkit-border-radius: 120px;
  border-radius: 120px;
  -webkit-box-flex: 1;
  box-flex: 1;
  box-sizing: border-box;
  width: 210px;
  height: 210px;
  position: relative;
}
.serviceArea .service_block ul.service_list li p {
  font-size: 1.1em;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: 130px;
  margin: auto;
}
.serviceArea .service_block ul.service_list li p i {
  font-size: 50px;
  color: #f24e64;
  display: block;
  margin-bottom: 15px;
}
.serviceArea .service_block ul.service_list li p img.service_img {
  width: 50px;
  height: 50px;
  margin: 0 auto;
  display: block;
  margin-bottom: 15px;
}
.serviceArea .service_block ul.service_list li p span {
  font-size: 1.2em;
  font-weight: bold;
  color: #f24e64;
  margin-top: 5px;
}
.serviceArea .service_block ul.service_list li:after {
  content: none;
}
.serviceArea .service_block ul.service_list:after {
  content: none;
}

/* --------------------------------
        brandinfo
-------------------------------- */
.brabdInfoArea {
  padding: 30px 0 50px 0;
}
.brabdInfoArea .brandInfo_block dl {
  border: 1px solid #808080;
  text-align: center;
  width: 95%;
  margin: 0 auto;
  box-sizing: border-box;
}
.brabdInfoArea .brandInfo_block dl dt {
  background-color: #ebebeb;
  padding: 1em;
  box-sizing: border-box;
}
.brabdInfoArea .brandInfo_block dl dd {
  padding: 1em;
  box-sizing: border-box;
}

/* --------------------------------
        productList
-------------------------------- */
/*side*/
.side {
  width: 20%;
  max-width: 240px;
  /*sidemenu drop*/
  /*.mdropmenu nav > ul div.sidesiries_block:nth-of-type(1) >ul>li:nth-of-type(1) table:nth-of-type(1) td.topcate > a:before{
  	background-image:url(/store/images/common/ico_side_skincare.png);
  }
  .mdropmenu nav > ul div.sidesiries_block:nth-of-type(1) >ul>li:nth-of-type(2) table:nth-of-type(1) td.topcate > a:before{
  	background-image:url(/store/images/common/ico_side_basemake.png);
  }
  .mdropmenu nav > ul div.sidesiries_block:nth-of-type(1) >ul>li:nth-of-type(3) table:nth-of-type(1) td.topcate > a:before{
  	background-image:url(/store/images/common/ico_side_pointmake.png);
  }
  .mdropmenu nav > ul div.sidesiries_block:nth-of-type(1) >ul>li:nth-of-type(4) table:nth-of-type(1) td.topcate > a:before{
  	background-image:url(/store/images/common/ico_side_bodyhair.png);
  }*/
  /*.mdropmenu ul.sideTop li:last-child{
  	margin-bottom: 0;
  }*/
  	/*.mdropmenu ul.sideTop #newitemlink a .icon_pcSide{
      vertical-align: middle;
      width: 1.5em;
      height: 1.5em;
      display: inline-block;
      margin-right: 0.5em;
  }*/
}
.side .mdropmenu {
  font-size: 12px;
  width: 100%;
  list-style-type: none;
  border-top: 0;
}
.side .mdropmenu a {
  text-decoration: none;
  display: block;
}
.side .mdropmenu a.Active {
  color: #f24e64;
}
.side .mdropmenu i {
  font-size: 14px;
}
.side .mdropmenu nav {
  box-sizing: border-box;
  padding: 10px;
  background-color: #eee;
  margin-bottom: 20px;
}
.side .mdropmenu nav > ul div.sidesiries_block:nth-of-type(1) > ul > li table td.topcate > a img {
  width: 30px;
  height: 30px;
  display: inline-block;
  -webkit-transition: none;
  transition: none;
}

.side .mdropmenu nav > ul div.sidesiries_block:nth-of-type(2) > ul > li table td.topcate > a img {
  width: 30px;
  height: 30px;
  display: inline-block;
  -webkit-transition: none;
  transition: none;
}
.side .mdropmenu nav > ul div.sidesiries_block:nth-of-type(2) > ul > li table td.topcate > a {
  display: flex;
  align-items: center;
}
.side .mdropmenu nav > ul > li.sidesiries_topcate:before {
  content: "";
  display: block;
  padding: 10px 0;
  width: -webkit-calc(100% + 20px);
  width: calc(100% + 20px);
  position: relative;
  left: -10px;
  border-top: 20px solid #fff;
  top: 8px;
  margin-top: 20px;
}
.side .mdropmenu nav > ul > li.side_topspacenone:before {
  content: none;
}
.side .mdropmenu > nav ul.sideSiries > li:after {
  content: none;
}
.side .mdropmenu nav > ul > li:first-child {
  border: none;
}
.side .mdropmenu ul.usermenu {
  display: flex;
  margin-bottom: 10px;
  justify-content: space-between;
}
.side .mdropmenu ul.usermenu li {
  box-sizing: border-box;
  width: 48%;
  padding: 1.5em 1em;
  background-color: #333;
}
.side .mdropmenu ul.usermenu li a {
  color: #fff;
  padding: 1em 0;
  font-size: 17px;
}
.side .mdropmenu li.sidecate_skincare > table td a:before {
  content: "";
  background-image: url(../image/img_scate_skincare.jpg);
  background-size: 100%;
  width: 35px;
  height: 35px;
  margin-right: 0.4em;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  vertical-align: middle;
  overflow: hidden;
}
.side .mdropmenu li.sidecate_basemake > table td a:before {
  content: "";
  background-image: url(../image/img_scate_basemake.jpg);
  background-size: 100%;
  width: 35px;
  height: 35px;
  margin-right: 0.4em;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  vertical-align: middle;
  overflow: hidden;
}
.side .mdropmenu li.sidecate_pointmake > table td a:before {
  content: "";
  background-image: url(../image/img_scate_pointmake.jpg);
  background-size: 100%;
  width: 35px;
  height: 35px;
  margin-right: 0.4em;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  vertical-align: middle;
  overflow: hidden;
}
.side .mdropmenu li.sidecate_bodyhair > table td a:before {
  content: "";
  background-image: url(../image/img_scate_body.jpg);
  background-size: 100%;
  width: 35px;
  height: 35px;
  margin-right: 0.4em;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  vertical-align: middle;
  overflow: hidden;
}
.side .mdropmenu li.sidecate_tool > table td a:before {
  content: "";
  background-image: url(../image/img_scate_tool.jpg);
  background-size: 100%;
  width: 35px;
  height: 35px;
  margin-right: 0.4em;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  vertical-align: middle;
  overflow: hidden;
}
.side .mdropmenu li.sidecate_trial > table td a:before {
  content: "";
  background-image: url(../image/img_scate_trial.jpg);
  background-size: 100%;
  width: 35px;
  height: 35px;
  margin-right: 0.4em;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  vertical-align: middle;
  overflow: hidden;
}
.side .mdropmenu li {
  border-top: 2px solid #eee;
}
.side .mdropmenu li.hideborder {
  border: none;
}
.side .mdropmenu li.catelink_2-category-4 td.mlist-right span, 
.side .mdropmenu li.catelink_2-group-3 td.mlist-right span, 
.side .mdropmenu li.catelink_2-group-5 td.mlist-right span,
.side .mdropmenu li.catelink_2-group-6 td.mlist-right span,
.side .mdropmenu li.catelink_2-trouble2 td.mlist-right span, 
.side .mdropmenu li.catelink_2-trouble3 td.mlist-right span, 
.side .mdropmenu li.catelink_2-trouble4 td.mlist-right span, 
.side .mdropmenu li.catelink_2-trouble5 td.mlist-right span,
.side .mdropmenu li.catelink_2-trouble6 td.mlist-right span, 
.side .mdropmenu li.catelink_2-trouble7 td.mlist-right span {
  display: none;
}
.side .mdropmenu p.sidemenu_tit {
  background-color: #eee;
  color: #333;
  font-size: 15px;
  padding: 5px 5px 10px 5px;
  box-sizing: border-box;
}
.side .mdropmenu p.sidemenu_tit.side_singleLink {
  padding: 0px;
  position: relative;
}
.side .mdropmenu p.sidemenu_tit.side_singleLink a {
  padding: 5px;
}
.side .mdropmenu p.sidemenu_tit.side_singleLink a:after {
  content: "\f105";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  right: 0.5em;
  font-size: 16px;
  width: 16px;
  height: 16px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.side .mdropmenu li .seartBox {
  display: flex;
  justify-content: space-around;
  margin-bottom: 10px;
}
.side .mdropmenu li .seartBox input {
  box-sizing: border-box;
  width: 75%;
  border: 1px solid #333;
  padding: 1em;
  margin-top: 10px;
}
.side .mdropmenu li .seartBox span {
  display: inline-block;
  width: 25%;
  background-color: #333;
  color: #fff;
  padding: 1em;
  margin-top: 10px;
  vertical-align: middle;
}
.side .mdropmenu li .single-link a {
  padding: 0.5em;
  border: 1px solid #c9c9c9;
  margin: 10px 0;
}
.side .mdropmenu li ul.childCate {
  display: none;
  list-style-type: none;
  border-top: 2px solid #eee;
}
.side .mdropmenu li ul.childCate li {
  border-top: 1px dotted #eee;
  width: 100%;
}
.side .mdropmenu li ul.childCate li:first-child {
  border-top: none;
}
.side .mdropmenu li ul.side_linkarea {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 85%;
  margin: 0 auto 30px auto;
}
.side .mdropmenu li ul.side_linkarea li {
  width: 100%;
  box-sizing: border-box;
  padding: 10px 8px;
  border: none;
}
.side .mdropmenu table {
  width: 100%;
  min-height: 50px;
  margin: 0;
  padding: 0;
  border: 0;
  background-color: #fff;
}
.side .mdropmenu nav > ul > li > table a {
  font-size: 14px;
  font-weight: bold;
}
.side .mdropmenu nav > ul.sideCategory li > table a {
  font-size: 14px;
  font-weight: bold;
  text-indent: -40px;
  padding: 0px 0 0 40px;
}
.side .mdropmenu nav > ul.sideCategory li ul.childCate table a {
  font-size: 12px;
  font-weight: normal;
  text-indent: 0;
  padding: 0;
}
.side .mdropmenu nav > ul.sideCategory li.sidecate_trial table td a {
  letter-spacing: -1px;
  padding: 0 0 16px 40px;
  line-height: 7px;
}
.side .mdropmenu nav > ul.sideCategory li.sidecate_trial ul.childCate table a {
  letter-spacing: 0;
  padding: 0;
  line-height: 22px;
}
.side .mdropmenu ul.sideTop:after {
  content: none;
}
.side .mdropmenu ul.sideBottom {
  margin-top: 40px;
}
.side .mdropmenu ul.sideBottom li {
  margin-bottom: 20px;
}
.side .mdropmenu ul.sideTop li {
  margin-bottom: 10px;
  border: none !important;
}
.side .mdropmenu ul.sideTop li:after {
  content: none;
}
.side .mdropmenu ul.sideTop li.newitemlink {
  margin-bottom: 20px;
}
.side .mdropmenu ul.sideTop li a, .side .mdropmenu ul.sideBottom li a {
  font-size: 1.3em;
}
.side .mdropmenu ul.sideTop li a span.icon_pcSide img, .side .mdropmenu ul.sideBottom li a span.icon_pcSide img {
  width: 1.2em;
  height: 1.2em;
}
.side .mdropmenu ul.sideTop dl dt, .side .mdropmenu ul.sideBottom dl dt {
  background-color: #000;
  color: #fff;
  padding: 0.5em;
  position: relative;
}
.side .mdropmenu ul.sideTop dl dt:after, .side .mdropmenu ul.sideBottom dl dt:after {
  /*content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  color: #fff;
  font-size: 1em;
  width: 1em;
  height: 1em;
  position: absolute;
  bottom: 0;
  top: 0;
  margin: auto;
  right: 1em;*/
}
.side .mdropmenu ul.sideTop dl dd, .side .mdropmenu ul.sideBottom dl dd {
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 5px 10px;
  font-size: 15px;
  text-align: left;
  font-weight: 500;
  letter-spacing: -0.5px;
}
.side .mdropmenu ul.sideTop li dl dd:before, .side .mdropmenu ul.sideBottom li dl dd:before {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  width: 2em;
  height: 2em;
  display: inline-block;
  margin-right: 0.5em;
}
.side .mdropmenu ul.sideTop li#beginnerlink dl dd:before, .side .mdropmenu ul.sideBottom li#beginnerlink dl dd:before {
  background-image: url(/image/ico_point.svg);
}
.side .mdropmenu ul.sideTop li#linelink dl dd:before, .side .mdropmenu ul.sideBottom li#linelink dl dd:before {
  content: "\f3c0";
  font-size: 2em;
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  width: auto;
  height: auto;
}
.side .mdropmenu ul.sideBottom li.outletlink a {
  background-color: #333;
  padding: 12px 0;
  color: #fff;
}
.side .mdropmenu ul.sideBottom li.inquirylink dl dd span.side_inqtime {
  display: block;
  font-size: 0.65em;
  text-align: center;
  margin: 0 auto;
}
.side .mdropmenu ul.sideBottom li.inquirylink dl dd {
  font-size: 1.3em;
}
.side .mdropmenu ul.sideBottom li.inquirylink dl dd:before {
  background-image: url(/store/images/common/ico_freedial.svg);
}
.side .mdropmenu ul.sideTop li#mailmagazinelink dl dd:before, .side .mdropmenu ul.sideBottom li#mailmagazinelink dl dd:before {
  content: "\f0e0";
  font-size: 2em;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  width: auto;
  height: auto;
}
.side .mdropmenu ul.sideTop #newitemlink a, .side .mdropmenu ul.sideBottom #newitemlink a {
  background-color: #f24e64;
  color: #fff;
  padding: 0.7em;
}
.side .mdropmenu ul.sideTop #newitemlink a:before,
.side .mdropmenu ul.sideTop #newitemlink a:after,
.side .mdropmenu ul.sideBottom #newitemlink a:before,
.side .mdropmenu ul.sideBottom #newitemlink a:after {
  content: "";
  width: 1.2em;
  height: 1.2em;
  display: inline-block;
  background-image: url(/image/ico_kirakira_w.svg);
  background-size: contain;
  vertical-align: middle;
}
.side .mdropmenu ul.sideTop #newitemlink a:before, .side .mdropmenu ul.sideBottom #newitemlink a:before {
  margin-right: 0.5em;
}
.side .mdropmenu ul.sideTop #newitemlink a:after, .side .mdropmenu ul.sideBottom #newitemlink a:after {
  margin-left: 0.5em;
}
.side .mlist-left {
  width: 85%;
  padding: 5px 0 0 5px;
  vertical-align: middle;
}
.side .sideSiries .mlist-left {
  padding: 5px 0 0 10px;
  min-height: 50px;
  box-sizing: border-box;
}
.side .sideSiries .sidesiries_topcate {
  border-top: none;
}
.side .sideSiries .mlist-left.topcate {
  padding: 5px 0 0 10px;
  /*add*/
  font-size: 14px;
  font-weight: bold;
}
.side .mlist-right {
  vertical-align: middle;
  text-align: center;
  padding: 5px;
}
.side .mlist-full {
  width: 100%;
  padding: 5px;
  vertical-align: middle;
}
.side .sideSiries .mlist-full {
  padding: 5px 0 0 10px;
}
.side .mleft-second, .side .mright-second {
  background-color: #fff;
}
.side .mleft-second, .side .mlist-full {
  position: relative;
}
.side .mlist-full > a:after {
  content: "\f105";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  right: 0.2em;
  font-size: 16px;
  width: 16px;
  height: 16px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.side .mleft-second a:before {
  content: "\f0da";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  line-height: 1.4em;
  -webkit-font-smoothing: antialiased;
  /*position: absolute;*/
  left: 1.4em;
  font-size: 12px;
  width: 12px;
  height: 12px;
  top: 0;
  bottom: 0;
  margin: auto;
  color: #ccc;
}
.side .sidesiries .mlist-full > a:after {
  top: 0.5em;
  margin: 0;
}
.side .mleft-third, .side .mright-third {
  background-color: #D8D8D8;
}
.side .mleft-second {
  padding-left: 26px !important;
}
.side .mleft-third {
  padding-left: 15px !important;
}
.side td.current, .side td.current a {
  color: #f24e64;
}
.side ul.ranking_list {
  flex-flow: column;
}
.side ul.ranking_list li {
  width: 100%;
  margin-bottom: 0;
}
.side ul.ranking_list li dl {
  display: flex;
  position: relative;
  font-size: 12px;
}
.side ul.ranking_list li dl dt {
  width: 40%;
}
.side ul.ranking_list li dl dt p.rankNum {
  position: absolute;
  left: -5px;
  width: 20px;
  height: 20px;
  bottom: 0;
  top: 0;
  margin: auto;
}
.side ul.ranking_list li dl dt p.rankNum span {
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  display: block;
  background-color: #d2d2d2;
  color: #fff;
  padding: 2px 5px;
  width: 20px;
  margin: 0 auto;
  line-height: 1em;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
  font-size: 17px;
}
.side ul.ranking_list li dl dd {
  width: 60%;
}
.side ul.ranking_list li dl dt p.rankNum span[title="1"],
.side ul.ranking_list li dl dt p.rankNum span[title="2"],
.side ul.ranking_list li dl dt p.rankNum span[title="3"] {
  background-color: #dcb500;
}
.side ul.ranking_list li input#AddBookmarkURL,
.side ul.ranking_list li a.NotBookmarked,
.side ul.ranking_list li a.Bookmarked {
  display: none;
}
.side ul.ranking_list li:first-child {
  border-top: none;
}

/*zantei*/
@-moz-document url-prefix() {
  .culumnWrap .side .sideSiries .mlist-left a:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    min-height: 50px;
  }
}
/* --------------------------------
        pankuzu
-------------------------------- */
.BreadCrumbs {
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin: 10px auto 0 auto;
  text-align: left;
  align-items: center;
  font-size: 0.9em;
}
.BreadCrumbs li + li a:before {
  content: "\f105";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  width: 1.3em;
  height: 1.3em;
  margin-left: 0.8em;
  font-size: 1.3em;
}
.BreadCrumbs li > span {
  display: none;
}
.BreadCrumbs li:after {
  content: none;
  width: 0;
  height: 0;
}
.BreadCrumbs li.productName:before {
  content: "\f105";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  width: 1.3em;
  height: 1.3em;
  margin-left: 0.8em;
  font-size: 1.3em;
}

/* --------------------------------
        productDetail
-------------------------------- */
/*detail_ list common*/
.IconArea ul {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
}
.IconArea ul li {
  margin: 0 5px 10px 5px !important;
  width: auto !important;
  max-width: none !important;
  font-size: 10px;
}
.IconArea ul li.IconBookMarkli {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  color: #333;
}
.IconArea ul .ico_recommend {
  background: #fff;
  color: #f24e64;
  padding: 0 0.8em;
  border: 1px solid #f24e64;
  box-sizing: border-box;
}
.IconArea ul .ico_sale {
  background: #fff;
  color: #f24e64;
  padding: 0 0.8em;
  border: 1px solid #f24e64;
  box-sizing: border-box;
}
.IconArea ul .limited {
  padding: 0 0.8em;
  background: #f24e64;
  color: #fff;
  padding: 0 0.8em;
  border: 1px solid transparent;
  box-sizing: border-box;
}
.IconArea ul .GroupIconOUTLET {
  padding: 0 0.8em;
  background: #fefefe;
  color: #333;
  padding: 0 0.8em;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
.IconArea ul .GroupIconpointup {
  background: #ffffff;
  color: #FF9800;
  padding: 0 0.8em;
  border: 1px solid #FF9800;
  box-sizing: border-box;
}

ul.itemList li dl dd .IconArea {
  margin-top: -20px;
  height: 34px;
  overflow: hidden;
}
ul.itemList li dl dd .IconArea ul .ico_recommend, ul.itemList li dl dd .IconArea ul .ico_sale, ul.itemList li dl dd .IconArea ul .limited, ul.itemList li dl dd .IconArea ul .GroupIconOUTLET, ul.itemList li dl dd .IconArea ul .GroupIconpointup {
  padding: 0 0.7em;
}
ul.itemList li dl dd .IconArea ul li:last-child {
  margin-right: 0 !important;
}

/*detail_ list common end*/
.Share__Area {
  display: flex;
  align-items: center;
  justify-content: center;
}
.Share__Area h3 {
  padding-right: 65px;
}
.Share__Area ul {
  padding: 10px;
}
.Share__Area ul li a span {
  display: block;
  width: 22px;
  height: 22px;
  padding: 0 13px;
}

div.content .itemdetailArea .itemdetailArea_top {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  padding-bottom: 30px;
  /*image*/
}
div.content .itemdetailArea .itemdetailArea_top section {
  width: 45%;
  text-align: left;
}
div.content .itemdetailArea .itemdetailArea_top .itemImgArea {
  box-sizing: border-box;
  margin-right: 5%;
}
div.content .itemdetailArea .itemdetailArea_top .itemImgArea .imgSlider {
  margin-bottom: 20px;
}
div.content .itemdetailArea .itemdetailArea_top .itemImgArea #ProductImages .ProductImageThumb ul.imgThumbSlider li {
  box-sizing: border-box;
}
div.content .itemdetailArea .itemdetailArea_top .itemImgArea #ProductImages .ProductImageThumb ul.imgThumbSlider li:last-child {
  margin-right: 0;
}
div.content .itemdetailArea .itemdetailArea_top .function_icon {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
div.content .itemdetailArea .itemdetailArea_top .function_icon li {
  margin: 0 1em 10px 0;
}
div.content .itemdetailArea .itemdetailArea_top .function_icon li:last-child {
  margin-right: 0;
}
div.content .itemdetailArea .itemdetailArea_top .itemTxtArea .IconArea {
  padding: 0px;
}
div.content .itemdetailArea .itemdetailArea_top .itemTxtArea .marble_btn-box {
  padding-top: 0;
}

#ProductImage {
  border: 1px solid #ccc;
  display: block;
  position: relative;
}

#ProductDetail .ProductName {
  text-align: left;
  padding: 0 10px;
}
#ProductDetail .ProductName h2 {
  font-size: 1.5em;
  font-weight: bold;
  padding: 10px 0;
  text-align: left;
  line-height: 1.3em;
}
#ProductDetail .ProductName h2:before {
  content: none;
}
#ProductDetail .ProductName h2 span {
  padding: 0;
  display: block;
}
#ProductDetail .Caption {
  text-align: center;
  padding: 5px 10px 10px 10px;
}
#ProductDetail .Information {
  padding: 5px 10px;
  line-height: 1.6;
}
#ProductDetail .SearchKeywordsDiv a {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  color: #333;
  padding: 2px 10px;
  margin: 5px 4px;
  font-size: 12px;
}
#ProductDetail .itemdetailArea_top .PriceDiv {
  border-top: 1px solid #808080;
  border-bottom: 1px solid #808080;
  margin: 10px 0 15px 0;
  padding: 10px;
}
#ProductDetail .itemdetailArea_top .PriceDiv .ListPriceDiv3 {
  display: inline;
}
#ProductDetail .itemdetailArea_top .PriceDiv .ListPriceDiv3 .PriceTitleB {
  width: 7em;
}
#ProductDetail .itemdetailArea_top .PriceDiv .ListPriceDiv3 .PriceTitleB:after {
  content: none;
}
#ProductDetail .itemdetailArea_top .PriceDiv .priceB span.priceNumeric {
  font-size: 1.5em;
}
#ProductDetail .itemdetailArea_top .PriceDiv .priceB span.priceUnit {
  font-size: 0.8em;
  padding-left: 5px;
}
#ProductDetail .itemdetailArea_top .PriceDiv .priceB span.priceUnit:after {
  content: "(税込)";
  display: inline-block;
  width: 3em;
  height: 1em;
  padding-left: 5px;
}
#ProductDetail #divAddToCartAndBookmark .marble_btn-box {
  margin: 20px auto 20px;
}
#ProductDetail .btnProductCart {
  background: #f24e64;
  border-radius: 5px;
  filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.5));
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.3em;
}
#ProductDetail .btnProductCart:hover {
  filter: none;
  background: #000;
}
#ProductDetail .btnProductCart:after {
  content: "\f07a";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  margin: auto;
  width: 14px;
  height: 21px;
  right: 5px;
}
#ProductDetail .Information .info--item {
  width: 7em;
}
#ProductDetail .Information .itemcode {
  margin-bottom: 20px;
}
#ProductDetail .Information .itemcode dd {
  /*			&:after{
  				content:"　／　";
  				width: 3em;
  				height: 1em;
  				display: inline-block;
  				vertical-align: top;
  			}*/
}
#ProductDetail .Information .itempoint {
  margin-bottom: 20px;
}
#ProductDetail .Information select {
  width: 100%;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  padding: 5px 2em 5px 0.5em;
  background: #FFF url(/store/images/common/pulldown.png) right center no-repeat;
  background-size: 22px;
  /*height: 28px;*/
  line-height: 26px;
  font-size: 1.0em;
  vertical-align: middle;
  border: 1px solid #ccc;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  margin-right: 0.3em;
}
#ProductDetail .Information .ProductCode {
  margin-bottom: 20px;
}
#ProductDetail .Information dl {
  display: flex;
  align-items: center;
}
#ProductDetail .Information dl.limitquantity {
  margin-bottom: 20px;
}
#ProductDetail .Information > dl {
  margin-bottom: 20px;
}
#ProductDetail .Information > dl:last-child {
  margin-bottom: 0;
}
#ProductDetail .itemdetailArea_bottom ul.ChangeElem_Btn_Content li:hover {
  background-color: #000;
}
#ProductDetail .itemdetailArea_bottom ul.ChangeElem_Btn_Content li:hover a {
  color: #fff;
}
#ProductDetail .itemdetailArea_bottom ul.ChangeElem_Btn_Content li {
  padding: 10px 20px;
}
#ProductDetail .itemdetailArea_bottom .productexplain {
  border-top: 1px solid #000;
  padding-top: 40px;
}
#ProductDetail .itemdetailArea_bottom .productexplain .GoodsCaption {
  display: block;
  font-size: 1.6em;
  width: 100%;
  /*max-width: 685px;*/
  margin: 0 auto;
  text-align: left;
  line-height: 1.6em;
  margin-bottom: 20px;
}
#ProductDetail .itemdetailArea_bottom .productexplain .GoodsCaption span {
  background: linear-gradient(rgba(0, 0, 0, 0) 65%, #fff799 65%);
}
#ProductDetail .itemdetailArea_bottom .productexplain img {
  width: 100%;
  max-width: 685px;
  margin: 0 auto;
}
#ProductDetail .itemdetailArea_bottom .box-detail .productexplain > dl {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
}
#ProductDetail .itemdetailArea_bottom .box-detail .productexplain > dl dt {
  font-size: 1.5em;
  margin-bottom: 20px;
}
#ProductDetail .itemdetailArea_bottom .box-detail .productexplain > dl dd > span {
  margin-bottom: 40px;
  display: block;
}
#ProductDetail .itemdetailArea_bottom .box-detail .productexplain ul.DetailAddExplain {
  width: 100%;
  /*max-width: 685px;*/
  margin: 0 auto;
  counter-reset: number 0 !important;
}
#ProductDetail .itemdetailArea_bottom .box-detail .productexplain ul.DetailAddExplain > li {
  padding: 15px 0 30px 0;
  text-align: left;
  box-sizing: border-box;
}
#ProductDetail .itemdetailArea_bottom .box-detail .productexplain ul.DetailAddExplain > li p {
  display: block;
  margin: 0 0 30px 0;
}
#ProductDetail .itemdetailArea_bottom .box-detail .productexplain ul.DetailAddExplain > li p span.DetailAddExplainNo {
  font-size: 2.5em;
  font-weight: 800;
  line-height: 100%;
  color: #c9c9c9;
  vertical-align: middle;
}
#ProductDetail .itemdetailArea_bottom .box-detail .productexplain ul.DetailAddExplain > li p span.DetailAddExplainNo:before {
  counter-increment: number 1;
  content: "0" counter(number) "";
}
#ProductDetail .itemdetailArea_bottom .box-detail .productexplain ul.DetailAddExplain > li p span.DetailExplainTitle {
  font-size: 1.7em;
  font-weight: normal;
  margin-left: 8px;
  vertical-align: middle;
}
#ProductDetail .itemdetailArea_bottom .box-detail .productexplain ul.DetailAddExplain > li img {
  width: 100%;
  height: 100%;
  text-align: center;
  margin: auto;
}
#ProductDetail .itemdetailArea_bottom .box-detail .productexplain ul.DetailAddExplain > li.DetailAddExplainList1 > p, #ProductDetail .itemdetailArea_bottom .box-detail .productexplain ul.DetailAddExplain > li.DetailAddExplainList2 > p, #ProductDetail .itemdetailArea_bottom .box-detail .productexplain ul.DetailAddExplain > li.DetailAddExplainList3 > p {
  display: flex;
  align-items: center;
}
#ProductDetail .itemdetailArea_bottom .box-detail .productexplain ul.DetailAddExplain > li.DetailAddExplainList1 dl dt .DetailExplainText, #ProductDetail .itemdetailArea_bottom .box-detail .productexplain ul.DetailAddExplain > li.DetailAddExplainList2 dl dt .DetailExplainText, #ProductDetail .itemdetailArea_bottom .box-detail .productexplain ul.DetailAddExplain > li.DetailAddExplainList3 dl dt .DetailExplainText {
  display: block;
  margin-bottom: 10px;
}
#ProductDetail .itemdetailArea_bottom .box-detail .productexplain ul.DetailAddExplain > li.DetailAddExplainList1 dl dd, #ProductDetail .itemdetailArea_bottom .box-detail .productexplain ul.DetailAddExplain > li.DetailAddExplainList2 dl dd, #ProductDetail .itemdetailArea_bottom .box-detail .productexplain ul.DetailAddExplain > li.DetailAddExplainList3 dl dd {
  /*text-align: center;*/
}
#ProductDetail .itemdetailArea_bottom .box-detail .productexplain ul.DetailAddExplain > li.DetailAddExplainList1 dl dd img, #ProductDetail .itemdetailArea_bottom .box-detail .productexplain ul.DetailAddExplain > li.DetailAddExplainList2 dl dd img, #ProductDetail .itemdetailArea_bottom .box-detail .productexplain ul.DetailAddExplain > li.DetailAddExplainList3 dl dd img {
  width: auto;
  max-width: 685px;
  /*margin: 0 auto;*/
}
#ProductDetail .itemdetailArea_bottom .box-detail .productexplain ul.DetailAddExplain > li#component img {
  max-width: 920px;
}
#ProductDetail .itemdetailArea_bottom .box-detail .productexplain ul.DetailAddExplain > li.kanren {
  padding: 0;
}
#ProductDetail .itemdetailArea_bottom .box-detail .productexplain ul.DetailAddExplain > li.kanren #RelatedProductParts, #ProductDetail .itemdetailArea_bottom .box-detail .productexplain ul.DetailAddExplain > li.kanren .RelatedProduct {
  padding: 15px 0 30px 0;
}
#ProductDetail .itemdetailArea_bottom .box-detail .productexplain .AttributeDataTable {
  width: 100%;
  /*max-width: 685px;*/
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
#ProductDetail .itemdetailArea_bottom .box-detail .productexplain .AttributeDataTable dt {
  text-align: left;
  border-left: 6px solid #ccc;
  font-size: 1.2em;
  padding: 0 0 0 10px;
  font-weight: bold;
  margin-bottom: 10px;
}
#ProductDetail .itemdetailArea_bottom .box-detail .productexplain .AttributeDataTable dd {
  text-align: left;
  margin-bottom: 40px;
}
#ProductDetail span.soldout {
  display: block;
  border: 1px solid #ccc;
  padding: 1em 0;
  margin: 15px auto 0 auto;
  color: #888;
  background: #f4f4f4;
  border-radius: 5px;
  filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.5));
  font-weight: bold;
  letter-spacing: 0.3em;
  text-align: center;
}
#ProductDetail .RelatedProduct .RecommendList li {
  width: 22%;
}
#ProductDetail .RelatedGroupFrame li {
  width: 22%;
}

.Share__Area {
  padding: 5px 0;
  border-top: 2px dotted #ccc;
  border-bottom: 2px dotted #ccc;
  margin: 1em auto 40px auto;
}

.lnkbInquiryDueIn_mail {
  display: none;
}

.InquiryGoods_area a.lnkbInquiryGoods {
  margin: 1em auto 3em auto;
  display: inline-block;
  background-color: #fff;
  padding: 10px 2em;
  border-radius: 10px;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
.InquiryGoods_area a.lnkbInquiryGoods:before {
  content: "\f059";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  width: 1em;
  height: 1em;
  margin-right: 0.5em;
  color: #333;
}

.product__header__review {
  padding: 0 10px;
  margin: 10px 0 20px 0;
  flex-wrap: wrap;
}

.product-review__link {
  font-size: 1.1em;
  font-weight: 600;
}
.product-review__link span {
  font-size: 76%;
}

.productexplain .productexplain_img {
  width: 100%;
  max-width: 640px;
  /*margin: 0 auto;*/
}
.productexplain h3.tit--ChangeElem {
  font-weight: normal;
  font-size: 1.5em;
}

/****************　お手入れコース　***************/
.CareProcedures {
  justify-content: center;
  align-items: flex-start;
}

.CareProcedures li {
  flex-basis: 12%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  margin-right: 2%;
  text-align: center !important;
}

.CareProcedures li:not(:last-child):after {
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  font-weight: 900;
  color: #f24e64;
  font-size: 25px;
  position: absolute;
  top: 50px;
  right: -15px;
}

h3.tit--CareProcedures {
  font-size: 1.8em;
  font-weight: bold;
  text-align: left;
  padding: 0.5em 0;
}

#course {
  /*background: #f5f5f5;*/
}

.img--CareProcedures img {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.CareProcedures li span {
  color: #333;
  font-size: 13px;
}

@media screen and (max-width: 450px) {
  /*h3.tit--CareProcedures {
      text-align: center;
  }
  */
  .CareProcedures {
    /*flex-direction: column;*/
    display: block;
  }

  .CareProcedures li {
    background: #fff;
    margin-bottom: 2em;
    width: inherit;
    /* flex-basis: 14%;*/
  }

  .CareProcedures li a {
    display: flex;
    align-items: center;
  }

  .CareProcedures li a span {
    width: 50%;
    margin: 0.5em;
  }

  .CareProcedures li:not(:last-child):after {
    font-family: "Font Awesome 5 Free";
    content: "\f0d7";
    font-weight: 900;
    color: #f24e64;
    font-size: 25px;
    bottom: -177px;
    right: 0;
    left: 0;
    margin: auto;
    width: 1em;
    height: 1em;
  }
}
/****************　レビュー(商品詳細)　***************/
ul.VariationViewList li {
  width: 12%;
}

#ProductDetail .marble_ttl--lvh4--P {
  font-weight: bold;
  font-size: 20px;
  margin: 0 0 0 10px;
  color: #f24e64;
}

#ProductDetail .Star {
  width: 110px;
}
#ProductDetail .Star img {
  width: auto !important;
}

.ProductReviewItem_left .Detail {
  text-align: left;
}

/**************　平均評価　*****************/
#ProductDetail .Ave--star {
  width: 106px;
  height: 18px;
  display: inline-block;
  position: relative;
  margin-right: 10px;
  text-indent: -999px;
  overflow: hidden;
  background: url(/store/Images/Common/icon_heart.png);
  /*background-size: 132px 43px;
  background-position: 0px -23px;*/
  background-size: 106px 38px;
  background-position: 0px -21px;
}

#ProductDetail .Ave--star::before {
  content: '';
  /*width: 151px;
  height: 23px;*/
  width: 106px;
  height: 18px;
  position: absolute;
  top: 0;
  left: 0;
  background-position: 0 0;
  background: url(/store/Images/Common/icon_heart.png);
  /*background-size: 132px 43px;*/
  background-size: 106px 36px;
  background-repeat: no-repeat;
  z-index: 2;
}

#ProductDetail .Ave--star::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  /*width: 151px;
  height: 23px;*/
  width: 106px;
  height: 18px;
  background-color: #fff;
  z-index: 1;
}

#ProductDetail .Ave--star[data-rate="5"]::before, #ProductDetail .Ave--star[data-rate="5"]::after {
  width: 100%;
}

#ProductDetail .Ave--star[data-rate="4.5"]::before, #ProductDetail .Ave--star[data-rate="4.5"]::after {
  width: 92.5%;
}

#ProductDetail .Ave--star[data-rate="4"]::before, #ProductDetail .Ave--star[data-rate="4"]::after {
  width: 80%;
}

#ProductDetail .Ave--star[data-rate="3.5"]::before, #ProductDetail .Ave--star[data-rate="3.5"]::after {
  width: 71.5%;
}

#ProductDetail .Ave--star[data-rate="3"]::before, #ProductDetail .Ave--star[data-rate="3"]::after {
  width: 60%;
}

#ProductDetail .Ave--star[data-rate="2.5"]::before, #ProductDetail .Ave--star[data-rate="2.5"]::after {
  width: 50.4%;
}

#ProductDetail .Ave--star[data-rate="2"]::before, #ProductDetail .Ave--star[data-rate="2"]::after {
  width: 40%;
}

#ProductDetail .Ave--star[data-rate="1.5"]::before, #ProductDetail .Ave--star[data-rate="1.5"]::after {
  width: 29.15%;
}

#ProductDetail .Ave--star[data-rate="1"]::before, #ProductDetail .Ave--star[data-rate="1"]::after {
  width: 20%;
}

#ProductDetail .Ave--star[data-rate="0.5"]::before, #ProductDetail .Ave--star[data-rate="0.5"]::after {
  width: 8%;
}

#ProductDetail {
  /*DetailLink*/
  	/*.DetailLink3{
  		&>a{display: block;
  		&>div{
  	background-color: #fff;
      color: #333;
      padding: 12px;
      text-align: center;
      max-width: 415px;
      margin-top: 20px;
      border-radius: 5px;
      border: 2px solid #f24e64;
      box-sizing: border-box;
  	position: relative;
  			&:after{
  			content: "\f144";
  			display: block;
  			position: absolute;
  			font-family: "Font Awesome 5 Free";
  			font-style: normal;
  			font-weight: 900;
  			line-height: 1;
  			width: 1em;
  			height: 1em;
  			right: 2em;
  			top: 0;
  			bottom:0;
  			margin: auto;
  			color: #f24e64;
  			}
  		}
  	}
  	}*/
  /*variation_pulldown*/
}
#ProductDetail .IconArea ul li.IconBookMarkli {
  padding: 0 0.8em;
  margin-left: auto !important;
}
#ProductDetail .IconArea ul li.IconBookMarkli a.NotBookmarked:after {
  content: "\f004";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  width: 1em;
  height: 1em;
  margin-left: 0.5em;
}
#ProductDetail .IconArea ul li.IconBookMarkli a.Bookmarked:after {
  content: "\f004";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  width: 1em;
  height: 1em;
  margin-left: 0.5em;
  color: #f24e64;
}
#ProductDetail .DetailLink {
  border: 2px solid #f24e64;
  padding: 1em;
  box-sizing: border-box;
  margin-top: 30px;
  position: relative;
}
#ProductDetail .DetailLink:before {
  content: "\f05a\00a0Info";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  background-color: #f24e64;
  font-weight: 900;
  top: -2em;
  left: -2px;
  display: block;
  padding: 0.5em;
  border-radius: 5px 5px 0 0;
  line-height: 1em;
  color: #fff;
  font-size: 0.9em;
}
#ProductDetail .DetailLink2 img, #ProductDetail .DetailLink3 img {
  margin-top: 20px;
}
#ProductDetail dl.detail_type dd {
  width: -webkit-calc(100% - 7em);
  width: calc(100% - 7em);
}
#ProductDetail dl.quantity dd {
  width: -webkit-calc(100% - 7em);
  width: calc(100% - 7em);
}
#ProductDetail .selectDetail, #ProductDetail .selectQuantity {
  font-size: 0;
}
#ProductDetail .selectDetail > span,
#ProductDetail .selectDetail .selectArea,
#ProductDetail .selectQuantity > span,
#ProductDetail .selectQuantity .selectArea {
  display: block;
  font-size: 1.2rem;
  vertical-align: middle;
}
#ProductDetail .selectDetail > span,
#ProductDetail .selectQuantity > span {
  width: 60px;
}
#ProductDetail .selectDetail .leftQuantity,
#ProductDetail .selectQuantity .leftQuantity {
  display: none;
}
#ProductDetail .selectDetail select,
#ProductDetail .selectQuantity select {
  display: none;
}
#ProductDetail .selectDetail dl,
#ProductDetail .selectQuantity dl {
  position: relative;
  display: inline-block;
  max-width: 100%;
  width: 100%;
}
#ProductDetail .selectDetail dl dt,
#ProductDetail .selectDetail dl dd,
#ProductDetail .selectQuantity dl dt,
#ProductDetail .selectQuantity dl dd {
  max-width: 100%;
}
#ProductDetail .selectDetail dl dt button,
#ProductDetail .selectDetail dl dd button,
#ProductDetail .selectQuantity dl dt button,
#ProductDetail .selectQuantity dl dd button {
  /*display: block;*/
  display: flex;
  align-items: center;
  width: 100%;
  padding: 5px 70px 5px 5px;
  border: 1px solid #CCC;
  background: #FFF url(/store/images/common/pulldown.png) right center no-repeat;
  /*background: #FFF url(/store/images/common/ico_arrow_pulldown_01.png) center right 5px no-repeat;*/
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-size: 22px;
}
#ProductDetail .selectDetail dl dt button div {
  font-size: 0.8em;
}
#ProductDetail .selectDetail img {
  width: 100%;
  max-width: 40px;
}
#ProductDetail .selectDetail dl dt button img,
#ProductDetail .selectDetail dl dt button img {
  margin-right: 0.5em;
}
#ProductDetail .selectDetail dl dt + dd,
#ProductDetail .selectQuantity dl dt + dd {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  max-height: 200px;
  border-bottom: 1px solid #CCC;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 5;
}
#ProductDetail .selectDetail dl dt + dd button,
#ProductDetail .selectQuantity dl dt + dd button {
  border-top: 0;
  border-bottom: 0;
  background-image: none;
}
#ProductDetail .selectDetail dl span,
#ProductDetail .selectQuantity dl span {
  display: inline-block;
  vertical-align: middle;
}
#ProductDetail .selectDetail dl span.selectVal,
#ProductDetail .selectQuantity dl span.selectVal {
  width: 25px;
  height: 25px;
  margin-right: 8px;
  border-radius: 100%;
  box-shadow: 1px 1px 5px #CCC;
}
#ProductDetail .selectDetail dl span.selectVal.red,
#ProductDetail .selectQuantity dl span.selectVal.red {
  background: #dd042b;
}
#ProductDetail .selectDetail dl span.selectVal.white,
#ProductDetail .selectQuantity dl span.selectVal.white {
  background: white;
}
#ProductDetail .selectDetail dl span.selectVal.blue,
#ProductDetail .selectQuantity dl span.selectVal.blue {
  background: blue;
}
#ProductDetail .selectDetail dl span.selectVal.purple,
#ProductDetail .selectQuantity dl span.selectVal.purple {
  background: purple;
}
#ProductDetail .selectDetail dl span.selectVal.black,
#ProductDetail .selectQuantity dl span.selectVal.black {
  background: black;
}
#ProductDetail .selectQuantity * {
  font-size: 1.4rem;
}
#ProductDetail .selectQuantity a {
  color: #000;
  text-decoration: underline;
}
#ProductDetail .selectQuantity a:hover {
  text-decoration: none;
  color: #dd042b;
}
#ProductDetail ul.imgThumbSlider li {
  border: 4px solid transparent !important;
}
#ProductDetail ul.imgThumbSlider li.slick-current {
  border: 4px solid #ff0000 !important;
}
#ProductDetail ul.imgThumbSlider li img {
  border: 1px solid #fefefe !important;
  box-sizing: border-box;
}

#itemColorVal {
  display: table;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 30px;
}

#itemColorVal > div {
  /*display: table-cell;ジャッジの後もどす*/
  vertical-align: top;
  /*add*/
  display: table;
  vertical-align: top;
  width: 100%;
  margin-bottom: 0px;
}

#itemColorVal .preview {
  width: 110px;
  display: none;
}

#itemColorVal .preview .colorPrevBox + .colorPrevBox {
  display: none;
}

#itemColorVal .preview .colorPrevBox img {
  width: 100%;
}

#itemColorVal .preview p {
  margin-top: 5px;
  color: #666;
  text-align: center;
  font-size: 11px;
}

#itemColorVal .select {
  /*padding-left: 23px;*/
}

#itemColorVal .select #selectColorVal li {
  display: inline-block;
  padding: 2px;
  width: 50px;
  vertical-align: top;
  /*height: 50px;*/
}

#itemColorVal .select #selectColorVal li button {
  cursor: pointer;
}

#itemColorVal .select #selectColorVal li span {
  display: block;
  width: 50px;
  /*height: 30px;*/
  font-size: 0.7em;
  text-align: center;
  margin: 0 auto;
  line-height: 1.6em;
  box-sizing: border-box;
  padding: 0 2px;
}

.VariationList2 ul#selectColorVal li {
  padding: 3px 5px 3px 3px !important;
  /*border-right: 1px solid #ccc;*/
}

/* --------------------------------
        ranking
-------------------------------- */
.SalesBestHeader p {
  margin-bottom: 20px;
  display: inline-block;
  background-color: #fff;
  padding: 5px 1em;
  border-radius: 30px;
}
.SalesBestHeader h2:before {
  width: 90%;
  right: 0;
  left: 0;
  margin: auto;
}
.SalesBestHeader h2 span {
  color: #a5854a;
  background-color: #eeeeee;
}
.SalesBestHeader .SalesBest_lastupdate {
  display: block;
  text-align: right;
  margin: 0 2% 1% 2%;
}

.salesbest_aspx .culumnWrap {
  justify-content: space-between;
}
.salesbest_aspx .culumnWrap .ranking-navi {
  height: auto !important;
}
.salesbest_aspx .culumnWrap .main {
  width: 80%;
  max-width: 920px;
  padding: 20px 40px 0 40px;
  background-color: #eeeeee;
  margin: 10px 0 40px 0;
}
.salesbest_aspx .culumnWrap .main ul.selsRanking li {
  width: 30%;
  background-color: #fff;
  border-radius: 10px;
  margin: 0 1.5% 4% 1.5%;
}
.salesbest_aspx .culumnWrap .main ul.selsRanking li:first-child, .salesbest_aspx .culumnWrap .main ul.selsRanking li:nth-child(2) {
  width: 100%;
  margin: 0 2% 5% 2%;
  background-color: #fff;
  border-radius: 10px;
  padding: 40px;
}
.salesbest_aspx .culumnWrap .main ul.selsRanking li:first-child > a dl, .salesbest_aspx .culumnWrap .main ul.selsRanking li:nth-child(2) > a dl {
  position: static;
  width: 100%;
  display: flex;
  align-items: center;
}
.salesbest_aspx .culumnWrap .main ul.selsRanking li:first-child > a dl dt, .salesbest_aspx .culumnWrap .main ul.selsRanking li:nth-child(2) > a dl dt {
  max-width: 400px;
  width: 50%;
  margin: 0 auto;
}
.salesbest_aspx .culumnWrap .main ul.selsRanking li:first-child > a dl dt p.rankNum, .salesbest_aspx .culumnWrap .main ul.selsRanking li:nth-child(2) > a dl dt p.rankNum {
  position: absolute;
  left: 0;
  right: 0;
  top: -20px;
  margin: auto;
  width: 100%;
  z-index: 1;
}
.salesbest_aspx .culumnWrap .main ul.selsRanking li:first-child > a dl dt p.rankNum span, .salesbest_aspx .culumnWrap .main ul.selsRanking li:nth-child(2) > a dl dt p.rankNum span {
  line-height: 1;
  display: inline-block;
  background-color: #a5854a;
  color: #fff;
  padding: 12px 16px;
  border-radius: 30px;
  font-size: 20px;
  font-weight: bold;
}
.salesbest_aspx .culumnWrap .main ul.selsRanking li:first-child > a dl dd, .salesbest_aspx .culumnWrap .main ul.selsRanking li:nth-child(2) > a dl dd {
  width: 50%;
}
.salesbest_aspx .culumnWrap .main ul.selsRanking li:first-child > a div.salesbest_caption, .salesbest_aspx .culumnWrap .main ul.selsRanking li:nth-child(2) > a div.salesbest_caption {
  width: 100%;
  margin-bottom: 40px;
  background-color: #f1eded;
  border-radius: 20px;
  padding: 20px;
  box-sizing: border-box;
  font-size: 1.1em;
  position: relative;
}
.salesbest_aspx .culumnWrap .main ul.selsRanking li:first-child > a div.salesbest_caption:after, .salesbest_aspx .culumnWrap .main ul.selsRanking li:nth-child(2) > a div.salesbest_caption:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -25px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #f1eded;
  z-index: 0;
}
.salesbest_aspx .culumnWrap .main ul.selsRanking li:first-child .SalesBestListParts2 .cartBtn a, .salesbest_aspx .culumnWrap .main ul.selsRanking li:nth-child(2) .SalesBestListParts2 .cartBtn a {
  max-width: 400px;
}
.salesbest_aspx .culumnWrap .main ul.selsRanking li:nth-child(n+3) a >
dl dt p.rankNum span {
  border: 2px solid #fff;
  border-radius: 30px;
  padding: 3px 10px;
  display: inline-block;
  font-weight: bold;
  background-color: #a5854a;
  margin: -20px auto 20px auto;
  color: #fff;
}
.salesbest_aspx .culumnWrap .main ul.selsRanking li:nth-child(n+3) a >
dl dd .salesbest_caption {
  display: none;
}
.salesbest_aspx .culumnWrap .main ul.selsRanking li div.cartBtn {
  margin: 1em 10px 10px 10px;
}
.salesbest_aspx .culumnWrap .main ul.selsRanking li a.Bookmarked,
.salesbest_aspx .culumnWrap .main ul.selsRanking li a.NotBookmarked {
  padding: 10px 1em 1em 1em;
  right: 20px;
  top: 0;
}

@media screen and (max-width: 1200px) {
  .salesbest_aspx .culumnWrap .main {
    width: 75%;
  }
}
@media screen and (max-width: 900px) {
  .salesbest_aspx .culumnWrap .main ul.selsRanking li {
    width: 46%;
  }
  .salesbest_aspx .culumnWrap .main ul.selsRanking li:first-child > a dl, .salesbest_aspx .culumnWrap .main ul.selsRanking li:nth-child(2) > a dl {
    display: block;
  }
  .salesbest_aspx .culumnWrap .main ul.selsRanking li:first-child > a dl dt, .salesbest_aspx .culumnWrap .main ul.selsRanking li:nth-child(2) > a dl dt {
    width: 100%;
  }
  .salesbest_aspx .culumnWrap .main ul.selsRanking li:first-child > a dl dd, .salesbest_aspx .culumnWrap .main ul.selsRanking li:nth-child(2) > a dl dd {
    width: 100%;
  }
  .salesbest_aspx .culumnWrap .main ul.selsRanking li:first-child > a div.salesbest_caption:after, .salesbest_aspx .culumnWrap .main ul.selsRanking li:nth-child(2) > a div.salesbest_caption:after {
    content: "";
    position: absolute;
    top: -15px;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-bottom: 15px solid #f1eded;
  }
  .salesbest_aspx .culumnWrap .main ul.selsRanking li:nth-child(n+3) {
    width: 100%;
  }
  .salesbest_aspx .culumnWrap .main ul.selsRanking li:nth-child(n+3) a >
  dl {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  .salesbest_aspx .culumnWrap .main ul.selsRanking li:nth-child(n+3) a >
  dl dt p.rankNum {
    position: absolute;
    left: 0;
    right: 0;
    top: -5px;
    margin: auto;
    width: 100%;
    z-index: 1;
  }
  .salesbest_aspx .culumnWrap .main ul.selsRanking li:nth-child(n+3) a >
  dl dt img {
    width: 150px;
  }
  .salesbest_aspx .culumnWrap .main ul.selsRanking li:nth-child(n+3) a >
  dl dd:after {
    content: none;
  }
}
/* --------------------------------
        Review
-------------------------------- */
.productdetail_aspx #ProductReviewList .ProductReviewItem {
  margin-bottom: 40px;
  border: none !important;
  border-bottom: 2px solid #ccc !important;
}
.productdetail_aspx #ProductReviewList .ProductReviewItem .ProductReviewItem_block {
  position: relative;
  display: flex;
  margin-bottom: 40px;
}
.productdetail_aspx #ProductReviewList .ProductReviewItem .ProductReviewItem_block .ProductReviewItem_left {
  box-sizing: border-box;
  padding-right: 20px;
}
.productdetail_aspx #ProductReviewList .ProductReviewItem .ProductReviewItem_block .ProductReviewItem_left .HandleName-area {
  margin: 20px 0;
}
.productdetail_aspx #ProductReviewList .ProductReviewItem .ProductReviewItem_block .ProductReviewItem_left .HandleName-area .HandleName {
  margin-right: 0.5em;
}
.productdetail_aspx #ProductReviewList .ProductReviewItem .ProductReviewItem_block .ProductReviewItem_left .ReviewDate {
  position: absolute;
  right: 0;
  top: 0;
}
.productdetail_aspx #ProductReviewList .ProductReviewItem .ProductReviewItem_block .ProductReviewItem_Right {
  margin-left: auto;
}
.productdetail_aspx #ProductReviewList .ProductReviewItem .ProductReviewItem_block .ProductReviewItem_Right .phReviewImage {
  margin: 30px 0 0 0;
  height: auto;
}
.productdetail_aspx #ProductReviewList .ProductReviewItem .ProductReviewItem_block .ProductReviewItem_Right .phReviewImage img {
  width: 150px !important;
}
.productdetail_aspx #ProductReviewList .ProductReviewItem .Reply_block {
  background-color: #f5f5f5;
  border-radius: 10px;
  margin: 10px 0 40px auto;
  width: 95%;
  padding: 20px;
  box-sizing: border-box;
  text-align: left;
}
.productdetail_aspx #ProductReviewList .ProductReviewItem .Reply_block .ReplyFromName {
  margin-bottom: 10px;
}
.productdetail_aspx #ProductReviewList .ProductReviewItem:last-child {
  margin-bottom: 0;
}

#ProductReviewInfo {
  display: none;
}

.p-product__comment--item {
  display: none;
  overflow: hidden;
}

.p-product__comment--item.is-active {
  display: block;
}

.p-product__comment--more {
  border-top: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  box-sizing: border-box;
  margin: 0 5px;
}
.p-product__comment--more a {
  padding: 20px 0;
  display: block;
}
.p-product__comment--more a:after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  width: 1em;
  height: 1em;
  margin-left: 0.5em;
  display: inline-block;
  color: #f24e64;
}
.p-product__comment--more:hover {
  background-color: #f5f5f5;
}

/*review_write*/
.review--itemName {
  display: block;
  margin-bottom: 20px;
}

.c-modal__review__lists {
  border-top: 1px solid #ccc !important;
  border-bottom: 1px solid #ccc !important;
}

.c-modal__review__list + .c-modal__review__list {
  border-top: 1px solid #ccc !important;
}

.c-modal__review__input__star img {
  width: auto !important;
}

.c-modal__review__label p {
  text-align: left;
}

.c-modal__review__label {
  background-color: #f5f5f5 !important;
}

#btnWriteReview {
  max-width: none !important;
  max-width: initial;
}

.lnkLoginBeforeWriteReview a:before {
  content: "\f303";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  width: 1em;
  height: 1em;
  margin-right: 0.5em;
  color: #fff;
}

.c-modal__review__input-age input {
  width: 20%;
  margin-right: 1em;
}

.c-modal__review__input {
  text-align: left;
}

/*#WriteProductReviewPanel .ValidationMessage {
    margin-left: 0px!important;
    color: #FF0000;
}
.c-modal__content {
    padding: 40px 50px 0;
	box-sizing: border-box;

	.c-modal__content .c-modal__review__label {
    width: 24.23%;
    min-height: 66px;
    display: block;
    position: relative;
    float: none;
    background-color: #fafafa;
}
	button, input, select, textarea {
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
	box-sizing: border-box;
}
.modal-review .c-error {
    margin-bottom: 20px;
}
.c-error {
    display: none;
    margin-bottom: 30px;
    padding: 18px 20px;
    border: 1px solid #ce2727;
    color: #ce2727;
    background-color: #fff4f4;
    line-height: 1.4;
	box-sizing: border-box;
}
.c-modal__review__lists {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.c-modal__review__list {
    overflow: hidden;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
	.c-modal__review__list dd{
		width:75%;
	}
.c-modal__review__list + .c-modal__review__list {
    border-top: 1px solid #ddd;
}
.c-modal__review__label {
    width: 24.23%;
    min-height: 66px;
    display: inline-block;
    position: relative;
    float: left;
    background-color: #fafafa;
p {
    padding-top: 22px;
    padding-left: 14px;
    font-size: 16px;
    line-height: 1.6em;
	text-align: left;
	
}
}

.c-modal__review__label__mark {
    height: 21px;
    display: inline-block;
    border-radius: 2px;
    font-size: 13px;
    line-height: 23px;
    padding: 0 7px;
    position: absolute;
    top: 23px;
    right: 15px;
    color: #fff;
    background-color: #999;
}
.c-modal__review__label__mark--require {
    background-color: #f24e64;
}
.c-modal__review__input {
    width: 100%;
    position: relative;
    display: inline-block;
	text-align: left;
}
.c-modal__review__input input, .c-modal__review__input textarea {
    width: 95%;
    font-size: 16px !important;
    margin: 15px 0 8px 15px;
    border: 1px solid #ddd;
}
	
.c-modal__review__input__star {
    margin: 20px 0 0 15px;
    list-style: none;
	text-align: left;
	width: auto!important;
}
	.c-modal__review__input__star img{
    width: 24px;
    height: 24px;
    display: inline-block;
	margin-right: 10px;
	}
	
.c-modal__review__input__star__item {
    width: 24px;
    height: 24px;
    display: inline-block;
}
.c-modal__review__input__star__item a.is-active {
    background-image: url(/store/imges/common/icon-star-input-on.png);
}

.c-modal__review__input input {
    padding: 7px 4px;
	box-sizing: border-box;
}

	.c-modal__review__input-age input{
    width: 20%;
	margin-right: 1em;
	}
.c-modal__review__btn {
    padding-top: 40px;
    text-align: center;
	box-sizing: border-box;
}
.c-modal__review__input__file-btn {
    width: 132px;
    height: 36px;
    position: relative;
    line-height: 36px;
    text-align: center;
    background-color: #000;
    color: #fff;
    display: inline-block;
    margin-top: 15px;
    margin-left: 15px;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
    vertical-align: bottom;
}
.c-modal__review__input__file-btn {
    width: 132px;
    height: 36px;
    position: relative;
    line-height: 36px;
    text-align: center;
    background-color: #000;
    color: #fff;
    display: inline-block;
    margin-top: 15px;
    margin-left: 15px;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
    vertical-align: bottom;
}
.c-modal__review__input input[type="file"] {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0;
    font-size: 0px !important;
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    cursor: pointer;
}
.c-modal__review__input__file-btn span::before {

	content: '\f030';
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	font-size: 13px;
	width: 13px;
	height: 13px;
	margin-right: 0.5em;
}
}*/
/*mypage_review*/
#ProductReviewList .RevuePanel {
  font-size: 15px;
  padding: 1em 0;
}
#ProductReviewList .ProductReviewItem {
  border: none;
  border-bottom: solid 2px #ccc;
}
#ProductReviewList .ProductReviewItem .Rev--left {
  width: 20%;
  float: left;
}
#ProductReviewList .ProductReviewItem .Rev--left .Rev--star {
  text-align: center;
}
#ProductReviewList .ProductReviewItem .Rev--left .Rev--star img {
  width: 20px;
}
#ProductReviewList .ProductReviewItem .Rev--Right {
  float: right;
  padding: 10px 30px;
  box-sizing: border-box;
}
#ProductReviewList .ProductReviewItem .Rev--Right .Rev--star img {
  width: 20px;
}
#ProductReviewList .ProductReviewItem .Rev--Right .ReviewDate {
  text-align: right;
  margin-right: 10px;
}
#ProductReviewList .ProductReviewItem .Rev--Right ul li.reviewer--info, #ProductReviewList .ProductReviewItem .Rev--Right ul li.Rev--Comment {
  margin-bottom: 20px;
}
#ProductReviewList .ProductReviewItem .Rev--Right ul li.postedImages {
  text-align: center;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
}
#ProductReviewList .ProductReviewItem .Rev--Right ul li.postedImages a i:nth-child(1) {
  margin-right: 0.5em;
}
#ProductReviewList .ProductReviewItem .Rev--Right ul li.postedImages a i:nth-child(2) {
  margin-left: 0.5em;
}
#ProductReviewList .ProductReviewItem .Rev--Right ul li.postedImages img {
  border: 1px solid #ccc;
}
#ProductReviewList .Rev--Right ul li.Rev--StuffComment {
  padding: 15px 20px;
  background: #f5f5f5;
}
#ProductReviewList .Rev--Right ul li.Rev--StuffComment .tit--Stuff {
  font-weight: bold;
  padding-bottom: 10px;
  font-size: 110%;
  border-bottom: 2px dotted #ccc;
  margin-bottom: 10px;
  color: #f24e64;
}
#ProductReviewList .Rev--Right ul li.Rev--StuffComment .ReplyFromName {
  font-weight: bold;
  padding-bottom: 10px;
  font-size: 110%;
  border-bottom: 2px dotted #ccc;
  margin-bottom: 10px;
  color: #f24e64;
}
#ProductReviewList .Rev--Right ul li {
  margin: 15px 0;
}

dl.accountMenu {
  background: transparent;
  display: flex;
  flex-wrap: wrap;
  padding: 0 15px;
  box-sizing: border-box;
}
dl.accountMenu dt, dl.accountMenu dd {
  padding: 10px 10px 10px 10px;
  border-top: 1px solid #ccc;
  box-sizing: border-box;
}
dl.accountMenu dt {
  width: 30%;
  font-weight: 600;
  font-size: 1em;
  position: relative;
  background-color: #333;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
dl.accountMenu dt a.PaintButton {
  display: block;
  border: solid 0px #ccc;
  background: transparent !important;
}
dl.accountMenu dt a.PaintButton > div {
  padding: 15px;
  display: inline-block;
}
dl.accountMenu dt a.PaintButton i {
  margin-right: 20px;
}
dl.accountMenu dt a.PaintButton:after {
  content: "\f105";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  width: 1.1em;
  height: 1.1em;
  margin-left: 0.8em;
  font-size: 1.1em;
  position: absolute;
  right: 10px;
  bottom: 0;
  top: 0;
  margin: auto;
}
dl.accountMenu dt a {
  display: block;
}
dl.accountMenu dt:nth-of-type(even) {
  background: #2a2a2a;
}
dl.accountMenu dt:nth-of-type(odd) {
  background: #000;
}
dl.accountMenu dt .fa, dl.accountMenu dt .fas {
  font-size: 20px;
  vertical-align: middle;
}
dl.accountMenu dd {
  background: #fff;
  border-left: 1px solid #ccc;
  width: 70%;
  box-sizing: border-box;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
dl.accountMenu dd p {
  padding: 15px;
}

.accountMenuBox h3 {
  text-align: center;
  font-size: 2em;
  margin: 60px 0 40px 0;
}

/* --------------------------------
        mypage
-------------------------------- */
.DashboardLayoutPanel {
  margin: 0px;
}

.DashboardLayoutPanel .welcome {
  font-size: 1.4em;
  margin: 15px auto;
  text-align: center;
}

.DashboardLayoutPanel .welcome .marble_txt span {
  font-weight: 600;
  color: #f24e64;
  margin: 0 5px;
}

.MyPageDashboardArea {
  margin: 30px 0;
  width: 100%;
  display: table;
  table-layout: fixed;
}

.MyPageDashboardArea .MyPageDashboardBlock {
  display: table-cell;
  vertical-align: top;
  text-align: center;
}

/*.MyPageDashboardArea .MyPageDashboardBlock dl{
  padding: 15px;
	border:1px solid #d8e5e5;
	border-radius: 10px;
	    -webkit-box-shadow: 0px 1px 6px #bdbdbd;
    box-shadow: 0px 1px 6px #bdbdbd;

}*/
.MyPageDashboardArea > div:nth-child(1) dl dt i:before {
  content: "";
  background-image: url(/image/ico_point_p.svg);
  width: 1em;
  height: 1em;
  background-size: contain;
  margin: 0 auto 15px;
  display: block;
}

.MyPageDashboardArea .MyPageDashboardBlock dl dt {
  display: block;
  font-size: 1.5em;
  font-weight: 600;
}

.MyPageDashboardArea .MyPageDashboardBlock dl dt i {
  color: #f24e64;
  display: block;
  font-size: 1.5em;
  margin: 0 auto 15px;
}

.MyPageDashboardArea .MyPageDashboardBlock dl dd {
  margin: 15px auto;
}

.MyPageDashboardArea .MyPageDashboardBlock dl dd .MyPageDashboardSubTitle {
  display: none;
}

/*.MyPageDashboardArea .MyPageDashboardBlock dl dd .MyPageDashboardContents{
	height:100px;
}*/
.MyPageDashboardArea .MyPageDashboardBlock dl dd .MyPageDashboardContents span.currentnumber {
  color: #f24e64;
  font-size: 1.5em;
  font-weight: 600;
  margin: 5px 0;
}

.MyPageDashboardArea .MyPageDashboardBlock dl dd a {
  border-radius: 20px;
  background-color: #333;
  color: #fff;
  font-size: 0.9em;
  margin: 20px auto;
  padding: 1em 2em;
  font-weight: 600;
  width: 100%;
}

.MyPageDashboardArea .MyPageDashboardBlock dl dd a:hover {
  background-color: #f24e64;
}

.MyPageDashboardArea .MyPageDashboardBlock dl dd a:after {
  position: absolute;
  top: 50%;
  right: 15px;
  font-size: 1.2rem;
  color: #FFF;
  margin: -10px 0 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
}

.MyPageDashboardContents {
  font-size: 1.0em;
  width: 100%;
  padding: 0;
}

@media only screen and (max-width: 768px) {
  .MyPageDashboardArea {
    display: block;
  }

  .MyPageDashboardArea .MyPageDashboardBlock {
    display: block;
    text-align: center;
    width: 90%;
    margin: 0 auto;
  }
}
/* --------------------------------
        beginner
-------------------------------- */
#beginner .merit ol li:after {
  content: "\f105";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  width: 80px;
  height: 80px;
  margin-left: 0.8em;
  font-size: 80px;
}

/* --------------------------------
        guide
-------------------------------- */
.wrapper.u_page_guide_aspx,
.wrapper.u_page_faq_aspx {
  overflow: visible;
}

#guideMain {
  padding-top: 10px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
#guideMain .leftArea {
  width: 20%;
  max-width: 240px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  height: 600px;
  left: 0;
}
#guideMain .mainArea {
  width: 80%;
  max-width: 960px;
  box-sizing: border-box;
  padding-left: 40px;
  margin-left: 0;
}

@media all and (-ms-high-contrast: none) {
  .u_page_guide_aspx table {
    width: 100%;
  }

  #guideMain {
    display: block;
    width: 100%;
  }

  #guideMain .leftArea {
    position: static;
    display: block;
    width: 100%;
    max-width: none;
    height: auto;
  }

  #guideMain .mainArea {
    width: 100%;
    padding-left: 0;
    max-width: none;
  }
}
@media screen and (max-width: 768px) {
  #guideMain .leftArea {
    position: relative !important;
    width: 100%;
    top: 0;
    max-width: none;
    max-width: initial;
    height: auto;
    z-index: 2;
  }

  #guideMain .mainArea {
    width: 100%;
    padding-left: 0;
    margin-left: 0;
  }
}
/* --------------------------------
        promotion_aspx
-------------------------------- */
.promotion_aspx h3.ttl {
  display: none;
}

/* --------------------------------
        faq
-------------------------------- */
.u_page_faq_aspx #guideMain .difinition_set dt {
  margin: 0 0 1.5em 0;
}
.u_page_faq_aspx #guideMain .difinition_set dd {
  display: flex;
  align-items: self-start;
}
.u_page_faq_aspx #guideMain .difinition_set dd:before {
  padding: 0 10px !important;
  display: inline-block;
}
.u_page_faq_aspx #guideMain .difinition_set dd div.info_flame {
  margin-left: 0;
  display: inline-block;
}

/* --------------------------------
        404
-------------------------------- */
.fourzerofour {
  display: block;
  width: 100%;
}
.fourzerofour h1 {
  text-align: center;
}
.fourzerofour h1 img {
  width: 100%;
  max-width: 320px;
  margin: 20px auto 20px auto;
}
.fourzerofour h2 {
  font-size: 40px;
}
.fourzerofour h2 span {
  font-size: 30px;
}
.fourzerofour h2 span:before {
  content: none;
}
.fourzerofour h2:before {
  content: none;
}
.fourzerofour h3 {
  text-align: center;
  padding: 0 0 0 0;
  line-height: 2em;
}
.fourzerofour h4 {
  text-align: center;
  padding-top: 40px;
}
.fourzerofour .logo_area {
  margin: 70px 0;
}
.fourzerofour .logo_area .logo {
  width: 100%;
  /* max-width: 300px;*/
  margin: 0 auto;
  text-align: center;
  visibility: visible;
}
.fourzerofour .logo_area img {
  width: 300px;
  margin: 0 auto 15px auto;
  height: 55px;
}

@media screen and (max-width: 599px) {
  .fourzerofour {
    box-sizing: border-box;
    padding: 0 15px;
  }
  .fourzerofour .logo_area {
    margin: 50px 0 30px 0;
  }
  .fourzerofour .logo_area img {
    width: 260px;
    margin: 0 auto 15px auto;
    height: 62px;
  }
  .fourzerofour h2 span {
    font-size: 22px;
  }
}
/* --------------------------------
        カート以降ロゴのみ
-------------------------------- */
.checkout_aspx header div.headMain .logo_area, .confirmation_aspx header div.headMain .logo_area, .usecoupon_aspx header div.headMain .logo_area, .usepoint_aspx header div.headMain .logo_area, .thanks_aspx header div.headMain .logo_area {
  width: 218px;
  margin: 0 auto;
}
.checkout_aspx header div.headMain ul.mainMenu_navi, .confirmation_aspx header div.headMain ul.mainMenu_navi, .usecoupon_aspx header div.headMain ul.mainMenu_navi, .usepoint_aspx header div.headMain ul.mainMenu_navi, .thanks_aspx header div.headMain ul.mainMenu_navi {
  display: none;
}
.checkout_aspx header div.headMain .ol-searchform, .checkout_aspx header div.headMain .cart, .confirmation_aspx header div.headMain .ol-searchform, .confirmation_aspx header div.headMain .cart, .usecoupon_aspx header div.headMain .ol-searchform, .usecoupon_aspx header div.headMain .cart, .usepoint_aspx header div.headMain .ol-searchform, .usepoint_aspx header div.headMain .cart, .thanks_aspx header div.headMain .ol-searchform, .thanks_aspx header div.headMain .cart {
  display: none;
}
.checkout_aspx header .headNavi, .confirmation_aspx header .headNavi, .usecoupon_aspx header .headNavi, .usepoint_aspx header .headNavi, .thanks_aspx header .headNavi {
  display: none;
}
.usecoupon_aspx .pankuzu, .usepoint_aspx .pankuzu, .thanks_aspx .pankuzu {
  padding-top: 20px;
  border-top: 1px solid #333;
}

/* --------------------------------
        カート投入ボックス
-------------------------------- */
#AddCartCompleteBlock .SmallButton, #NewArrivalAddCartCompleteBlock .SmallButton, #ProductListGroupAddCartCompleteBlock .SmallButton {
  box-sizing: border-box;
}
#AddCartCompleteBlock .SmallButton a, #NewArrivalAddCartCompleteBlock .SmallButton a, #ProductListGroupAddCartCompleteBlock .SmallButton a {
  display: block;
}
#AddCartCompleteBlock .AddCartCompleteBlockLink, #NewArrivalAddCartCompleteBlock .AddCartCompleteBlockLink, #ProductListGroupAddCartCompleteBlock .AddCartCompleteBlockLink {
  padding: 0;
}
#AddCartCompleteBlock .AddCartCompleteBlockLink a, #NewArrivalAddCartCompleteBlock .AddCartCompleteBlockLink a, #ProductListGroupAddCartCompleteBlock .AddCartCompleteBlockLink a {
  padding: 1.1em;
}

/* --------------------------------
        sp-menu-close
-------------------------------- */
.closebtn{

    display:none;
}

/* --------------------------------
        pege-top
-------------------------------- */
#page-top {
  position: fixed;
  z-index: 9999;
  bottom: 50px;
  right: 15px;
  font-size: 25px;
}
#page-top a {
  background: #333;
  text-decoration: none;
  color: #fff;
  padding: 5px 10px;
  text-align: center;
  display: block;
  /*-moz-opacity: 0.3;
  opacity: 0.3;*/
  border-radius: 5px;
}
#page-top a:hover {
  background: #f24e64;
}

#page-top span{
font-size: 0.6rem; 
line-height: 1.2em; 
display: block;
}
#page-top .fa-angle-up:before {
    font-size: 19px;
    line-height: 0.8em;
}

/* --------------------------------
        add news
-------------------------------- */
.newsArea .news_block .lblYear{
    display: block;
    text-align: left;
    font-size: 1.5em;
    margin-bottom: 1em;
    padding: 0 10px 0 10px;
    box-sizing: border-box;
    margin: 0 auto 1em auto;
}

.newsArea .news_block .lblYear:before{
    content: "";
    width: 6px;
    height: 1em;
    background-color: #f24e64;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;

}
.newsArea .news_block .lblYear:nth-of-type(n+2){
    margin: 40px auto 1em auto;
}
/* --------------------------------
        mixin
-------------------------------- */
/*background-image*/

/* --------------------------------
        style
-------------------------------- */
