@charset "UTF-8";
/* COMPASS
 * ----------------------------------------------- */
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;
}

.nn {
	/*display: none !important;*/
}

/* BASE
 * ----------------------------------------------- */
/* MEDIA QUERIES
 * ----------------------------------------------- */
/* ADDITIONAL RESET
 * ----------------------------------------------- */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body * {
  max-height: 99999em;
  word-break: break-all;
}

body img {
  max-height: none;
  display: block;
}

label,
select,
button,
textarea {
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  font: inherit;
  line-height: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input {
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  font: inherit;
  line-height: 1;
}

input:focus,
button:focus,
select:focus {
  outline: 0;
}

/* Make webkit render the search input like a normal text field */
input[type=search] {
  -webkit-appearance: textfield;
}
/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

/* Turn off the recent search for webkit. It adds about 15px padding on the left */
::-webkit-search-decoration {
  display: none;
}

/* Turn off scroll bars in IE unless needed */
textarea {
  overflow: auto;
  white-space: pre-line;
}

.wow {
  /*visibility: hidden;*/
}

/* PRINTING
 * ----------------------------------------------- */
@media print {
  body {
    -webkit-print-color-adjust: exact;
  }

  html,
  body {
    margin: 0;
  }

  @page {
    margin: 0;
  }
  @page :left {
    margin: 0;
  }
  @page :right {
    margin: 0;
  }
  @page :first {
    margin-top: 0;
  }
}
/* GENERAL
 * ----------------------------------------------- */
body {
  color: #000;
  font-family: "メイリオ", Meiryo, Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  background: #f9f9f9;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

.ft-serif {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Times New Roman", "游明朝", YuMincho, "メイリオ", Meiryo, Georgia, serif;
}

/* HELPERS
 * ----------------------------------------------- */
a {
  color: #000;
  text-decoration: none;
}
a:hover {
  text-decoration: none!important;
}

.hidden {
  display: none;
}

.invisible {
  visibility: hidden;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.container {
  min-width: 1150px;
  margin: 0 auto;
  overflow: hidden;
}

.wrapper {
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.d-flex {
  display: flex;
}

/* RESPONSIVE
 * ----------------------------------------------- */
@media print, (min-width: 768px) {
  body {
    position: relative !important;
    top: 0 !important;
  }

  .sm {
    display: none !important;
  }

  .trans {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transition: opacity 0.26s ease;
    -o-transition: opacity 0.26s ease;
    -webkit-transition: opacity 0.26s ease;
    transition: opacity 0.26s ease;
  }
  .trans:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
  }

  .tel-common {
    pointer-events: none;
  }
  .sp_br{
    display: none;
  }
}
@media only screen and (max-width: 767px) {
	img {
		max-width: 100%;
	}
  .md {
    display: none !important;
  }

  html {
    font-size: 13.33333vw;
  }

  body {
    font-size: 0.24rem;
  }

  .tel-common {
    pointer-events: visible;
  }

  .container {
    width: auto;
    min-width: 320px;
  }

  .wrapper {
    width: auto;
    margin: 0;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}
/* PARTS
 * ----------------------------------------------- */
/* COMMON HEADER
 * ----------------------------------------------- */
header {
  width: 100%;
  position: relative;
  z-index: 100;
  background: #FFF;
}

.header-nav-first {
  background: #4ECD00;
}
.header-nav-first a {
  display: block;
  text-align: center;
}
.header-nav-first a img {
  width: 100%;
  /*max-width: 1540px;*/
	max-width: 3090px;
  margin: auto;
  height: auto;
}

.header-nav-btm {
  /*background: #4ECD00;*/
}
.header-nav-btm a {
  display: block;
  text-align: center;
}
.header-nav-btm a img {
  width: 100%;
  /*max-width: 1540px;*/
  margin: auto;
  height: auto;
}


.header-nav-second {
  background: #1d599e;
}
.header-nav-second .second-list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  height: 30px;
}
.header-nav-second .second-list li:first-child {
  margin-right: 30px;
}
.header-nav-second .second-list li a,
.header-nav-second .second-list li span {
  position: relative;
  color: #FFF;
  font-size: 12px;
  font-weight: bold;
}
.header-nav-second .second-list li a {
  padding-left: 10px;
}
.header-nav-second .second-list li a::before {
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border-left: 5px solid #FFF;
  border-top: 3px solid rgba(255, 255, 255, 0);
  border-bottom: 3px solid rgba(255, 255, 255, 0);
  content: "";
}

.header-top-box {
  width: 100%;
  background: #FFF;
  position: relative;
  height: 101px;
  z-index: 90;
}
.header-top-box .header-top {
  width: 100%;
  background: #FFF;
  position: absolute;
  top: 0;
}
.header-top-box .wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}

.header-fixed .header-top-box .header-top {
  position: fixed;
	backface-visibility:hidden;
	-webkit-backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.header-logo {
  padding-bottom: 10px;
}
.header-logo img {
  display: block;
  max-width: 275px;
  height: auto;
}
#hLogo a{
	width: 275px;
	padding: 48px 0 0;
	height: 0;
	display: block;
	overflow: hidden;
	background: url(../img/common/logo.png) no-repeat center top;
	background-size: 100% auto;
}

.header-info {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 790px;
  padding: 22px 0 15px;
}
.header-info .header-search {
  width: 500px;
}
.header-info .header-search .header-point {
  font-size: 12px;
}
.header-info .header-search .header-point span {
  padding: 0 5px;
  font-weight: bold;
}
.header-info .header-search .header-point span.color-red {
  margin-left: 35px;
  color: #ff0000;
}
.header-info .header-search .search-list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  height: 38px;
  margin-bottom: 10px;
}
.header-info .header-search .search-list .search-check {
  width: 40%;
  border: 1px solid #cccccc;
  border-right: none;
  border-radius: 3px 0 0 3px;
}
  .header-info .header-search .search-list .search-check form#search_form {
    height: 100%;
  }
.header-info .header-search .search-list .search-check select {
  border: none;
  background: url(../img/common/icon_input.png) no-repeat right 5px center;
  width: 100%;
  height: 100%;
  padding: 5px;
	line-height: 2;
}
.header-info .header-search .search-list .search-text {
  width: 60%;
  border: 1px solid #cccccc;
  border-radius: 0px 3px 3px 0;
  position: relative;
}
.header-info .header-search .search-list .search-text input {
  width: 82%;
  height: 100%;
  padding: 5px 10px;
  border: none;
  background: none;
  font-weight: bold;
	line-height: 2;
}
.header-info .header-search .search-list .search-text .btn-submit ,
.header-info .header-search .search-list .search-text .btn-a-submit {
  width: 40px;
  height: 35px;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../img/common/icon_search.png) no-repeat center center;
}

#header_login_form{
  width: 240px;
}
.header-cart {
  width: 240px;
  padding-top: 5px;
}
.header-cart ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.header-cart ul li {
  position: relative;
}
.header-cart ul li a {
  display: block;
  min-width: 30px;
  padding-top: 30px;
  position: relative;
  background: url(../img/common/icon_time.png) no-repeat top center;
  background-size: 19px auto;
  font-size: 9px;
}
.header-cart ul li.cart-user a {
  background: url(../img/common/icon_user.png) no-repeat top center;
  background-size: 19px auto;
}
.header-cart ul li.cart-love a {
  padding-top: 35px;
  background: url(../img/common/icon_love.png) no-repeat top center;
  background-size: 20px auto;
}
.header-cart ul li.cart-number a {
  background: url(../img/common/icon_cart.png) no-repeat top center;
  background-size: 23px auto;
}
.header-cart ul li.cart-number a span {
  min-width: 17px;
  min-height: 17px;
  border-radius: 50%;
  position: absolute;
  top: -6px;
  right: -5px;
  background: #f25c02;
  text-align: center;
  color: #FFF;
  font-size: 10px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 15px;
  padding: 2px 0 0 2px;
}
.header-cart .cart-shop {
  display: block;
  width: 260px;
  padding: 5px 15px;
  border-radius: 3px;
  border: 1px solid #cccccc;
  background: #FFF;
  position: absolute;
  top: 65%;
  right: 0;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
  z-index: 310;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  visibility: hidden;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header-cart .cart-shop::before {
  width: 11px;
  height: 8px;
  position: absolute;
  top: -8px;
  right: 15px;
  background: url(../img/common/icon_arrow.png) no-repeat top center;
  content: "";
}
.header-cart .cart-shop li {
  padding: 15px 5px;
  font-weight: bold;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.header-cart .cart-shop li span {
  font-weight: normal;
}
.header-cart .cart-shop li a {
  padding: 0;
}
.header-cart .cart-shop li.cart-shop-big {
  padding: 10px 5px 0;
  font-size: 18px;
  border-top: 1px solid #CCC;
}

@media print, (min-width: 768px) {
  .header-logo .slogan {
    display: none !important;
  }

  .cart-number:hover .cart-shop {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    visibility: visible;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
}
.cart-user-detail {
  display: block;
  min-width: 210px;
  padding: 5px;
  border-radius: 3px;
  border: 1px solid #cccccc;
  background: #FFF;
  position: absolute;
  top: 120%;
  left: 50%;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
  z-index: 110;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  visibility: hidden;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  transition-delay: 0.15s;
}
.cart-user-detail::before {
  width: 11px;
  height: 8px;
  margin-left: -5px;
  position: absolute;
  top: -8px;
  left: 50%;
  background: url(../img/common/icon_arrow.png) no-repeat top center;
  content: "";
}
.cart-user-detail .user-detail-top {
  padding: 15px;
  border-bottom: 1px solid #EEE;
}
.cart-user-detail .user-detail-top span.logbutton {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0 25px;
  padding: 8px 5px;
  padding: 0;
  border-radius: 3px;
  background: #848484;
  color: #ffe063;
  font-weight: bold;
width: 185px;
height: 50px;
text-align: center;
}
.cart-user-detail .user-detail-top span.logbutton img {
  width: 13px;
  height: 14px;
  margin-right: 8px;
  margin-right: 0;
  position: relative;
  top: 3px;
  top: 15px;
  left: 50px;
}
.cart-user-detail .user-detail-top span.logbutton img.logout {
  left: 45px;
}
.header-cart .cart-user-detail .user-detail-top span.logbutton a {
  background: none;
  padding:0;
  font-size:14px;
  color:#ffe063;
  width: 185px;
  height: 50px;
}
.header-cart .cart-user-detail .user-detail-top span.logbutton a span{
  margin:0 0 0 20px;
}
.cart-user-detail .user-detail-top p {
  padding: 10px 0 0;
  text-align: center;
  letter-spacing: -1px;
  white-space: nowrap;
}
.cart-user-detail .user-detail-top p a {
  display: inline-block;
  padding: 0;
  background: none !important;
  font-size: 14px;
  color: #0033ff;
  font-weight: bold;
}
.cart-user-detail ul {
  display: block;
  padding: 15px;
}
.cart-user-detail ul li {
  padding: 0;
  font-weight: bold;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cart-user-detail ul li span {
  padding: 0 0 10px;
  font-weight: bold;
  font-size: 14px;
}
.cart-user-detail ul li a {
  display: block;
  width: 100%;
  padding: 0;
  background: url(../img/common/icon_list.png) no-repeat right center !important;
  background-size: 5px auto !important;
  font-size: 14px;
  line-height: 28px;
  font-weight: normal;
}

@media print, (min-width: 768px) {
  .cart-user:hover .cart-user-detail {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    visibility: visible;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
}
.header-nav {
  width: 100%;
  position: relative;
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
}

.nav-list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.nav-list li {
  position: relative;
  outline: none;
}
.nav-list li a {
  display: block;
  padding: 18px 25px;
  position: relative;
  font-size: 12px;
}
.nav-list li a:hover, .nav-list li a:active, .nav-list li a:focus,
.nav-side li a:hover, .nav-side li a:active, .nav-side li a:focus {
  outline: none;
}
.nav-list li a::before {
  width: 1px;
  height: 20px;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  left: 0;
  background: #CCC;
  content: "";
}
.nav-list li a:hover,
.nav-list li a .active {
  color: #0033ff;
}
.nav-list li.current a {
  color: #0033ff;
}
.nav-list li:last-child a::after {
  width: 1px;
  height: 20px;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  right: 0;
  background: #CCC;
  content: "";
}
.nav-list li .nav-sub{
  display: flex;
  width: auto;
  padding: 5px;
  border-radius: 3px;
  border: 1px solid #CCC;
  position: absolute;
  top: 90%;
  left: 0;
  background: #FFF;
  visibility: hidden;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.nav-list li .nav-sub::before {
  width: 11px;
  height: 8px;
  position: absolute;
  top: -8px;
  left: 80px;
  background: url(../img/common/icon_arrow.png) no-repeat top center;
  content: "";
}
.nav-side li .nav-sub::before {
width: 8px;
height: 8px;
position: absolute;
top: 10px;
left: -5px;
content: "";
transform: rotate(135deg);
border-right: 1px solid #CCC;
border-bottom: 1px solid #CCC;
background-color: #f9f9f9;
}
.nav-list li .nav-sub.r-w{
right: 0;
left: auto;
}
.nav-list li .nav-sub.r-w::before {
right: 30px;
left: auto;
}
.nav-list li .nav-sub ul {
  padding: 5px 10px;
  width: 240px;
  min-width: 240px;
  border-left: 1px solid #CCC;
}
.nav-side li .nav-sub ul{
  padding: 5px 10px;
  width: 250px;
  min-width: 250px;
  border-left: 1px solid #CCC;
}
.nav-list li .nav-sub ul:first-child,
.nav-side li .nav-sub ul:first-child {
  border-left: 0px solid #CCC;
}
.nav-list li .nav-sub ul a:hover {
  color: #0033ff;
}
.nav-list li .nav-sub ul li a,
.nav-side li .nav-sub ul li a {
  display: block;
  padding: 3px 5px;
  font-size: 15px;
  color: #595757;
  position: relative;
  letter-spacing: -1px;
}
.nav-side li .nav-sub ul li a {
	color: #000;
}
.nav-list li .nav-sub ul li a::before {
  width: 5px;
  height: 10px;
  margin-top: 0;
  background: url(../img/common/icon_list.png) no-repeat center center;
  background-size: 5px auto;
  position: absolute;
  top: 50%;
  right: 0;
  left: inherit;
  transform: translateY(-50%);
  content: "";
}
.nav-list li .nav-sub ul li a::after {
  display: none;
}
.nav-list li .nav-sub ul li a:hover,
.nav-side li .nav-sub ul li a:hover {
  color: #0033ff;
}
.nav-list li .nav-sub ul li span,
.nav-side li .nav-sub ul li span  {
  display: block;
  padding: 5px;
  font-weight: bold;
	margin-top: 10px;
}
.nav-side li .nav-sub ul li span  {
	margin-top: 0px;
}
.nav-list li .nav-sub ul li:last-child,
.nav-side li .nav-sub ul li:last-child {
	margin-bottom: 10px;
}
.nav-side li .nav-sub {
  display: flex;
  width: auto;
  padding: 10px;
  border-radius: 3px;
  border: 1px solid #CCC;
  position: absolute;
  top: 0%;
	left: 105%;
  background: #f9f9f9;
  visibility: hidden;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
	z-index: 79;
	box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
}
.nav-side li .nav-sub ul li {
	border: none;
}
.nav-side li .nav-sub ul:first-child li:first-child::before {
	background: none !important;
}
.nav-side li .nav-sub ul li::before,
.aside-list ul li.deepest::before{
	background: none !important;
}
@media print, (min-width: 768px) {
  .nav-list li:hover .nav-sub,
	.nav-side li:hover .nav-sub {
    height: auto;
    visibility: visible;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
}
/* COMMON HEADER SMARTPHONE
 * ----------------------------------------------- */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .header-nav-first .first-list li a {
    display: block;
    padding-top: 8px;
  }

  .header-info .header-search .search-list .search-text input {
    width: 82%;
  }
}
@media only screen and (max-width: 767px) {
  .header-fixed .header-top-box .header-top {
    position: inherit;
  }

  .header-nav-first {
    width: 100%;
    overflow: auto;
  }
  .header-nav-first .first-list {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    width: 14rem;
    height: 45px;
  }
  .header-nav-first .first-list li {
    margin: 0 0.25rem;
  }
  .header-nav-first .first-list li a {
    font-size: 0.28rem;
    letter-spacing: -0.01rem;
  }

  .header-mobile {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 0.2rem 0;
    background: #333333;
    position: fixed;
    bottom: 0;
    left: 0;
    color: #FFF;
    font-size: 0.2rem;
    z-index: 110;
  }
  .header-mobile div {
    padding: 0 0.2rem;
  }
  .header-mobile .search-btn {
    background: url(../img/common/sp/icon_search.png) no-repeat top center;
    background-size: 0.4rem auto;
  }
  .header-mobile .time-btn {
    background: url(../img/common/sp/icon_time.png) no-repeat top center;
    background-size: 0.4rem auto;
  }
  .header-mobile .heart-btn {
    background: url(../img/common/sp/icon_heart.png) no-repeat top center;
    background-size: 0.4rem auto;
  }
  .header-mobile .cart-btn {
    background: url(../img/common/sp/icon_cart.png) no-repeat top center;
    background-size: 0.55rem auto;
  }
  .header-mobile .cart-btn span {
    min-width: 0.28rem;
    min-height: 0.28rem;
    border-radius: 50%;
    position: absolute;
    top: -0.05rem;
    right: -0.05rem;
    background: #f25c02;
    text-align: center;
    color: #FFF;
    font-size: 0.2rem;
    font-weight: bold;
    line-height: 0.28rem;
  }
  .header-mobile a {
    display: block;
    padding-top: 0.5rem;
    position: relative;
    color: #FFF;
  }
  .header-mobile .hamburger-btn {
    padding-top: 0.5rem;
    background: url(../img/common/sp/icon_menu.png) no-repeat top 0.02rem center;
    background-size: 0.4rem auto;
  }

  .menu-open .hamburger-btn {
    padding-top: 0.5rem;
    background: url(../img/common/sp/icon_close.png) no-repeat top 0.02rem center;
    background-size: 0.4rem auto;
  }
  .menu-open .hamburger-btn span {
    position: relative;
    text-align: center;
    color: #333333;
  }
  .menu-open .hamburger-btn span::before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    color: #FFF;
    content: "閉じる";
  }

  .header-top-box {
    height: auto;
  }
  .header-top-box .header-top {
    position: relative;
    padding-top: 0.1rem;
  }
  .header-top-box .wrapper {
    display: block;
  }

  .header-logo {
    float: left;
    width: 50%;
    padding-bottom: 0.05rem;
  }
  .header-logo .slogan {
    font-size: 0.2rem;
    color: #666;
    display: block;
  }
	#hLogo a{
		width: 188px;
		padding: 33px 0 0;
	}
  .header-logo .logo-img {
    display: block;
    padding-right: 13%;
  }
  .header-logo img {
    max-width: 100%;
  }

  .header-info {
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0;
  }
  .header-info .header-search {
    width: 100%;
    -webkit-order: 2;
    order: 2;
  }
  .header-info .header-search .header-point {
    display: none;
  }
  .header-info .header-search .search-list {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    height: 0.8rem;
  }
  .header-info .header-search .search-list .search-check select {
    font-size: 0.24rem;
  }
  .header-info .header-search .search-list .search-text {
    width: 60%;
    border: 1px solid #cccccc;
    border-radius: 0px 3px 3px 0;
    position: relative;
  }
  .header-info .header-search .search-list .search-text input {
    width: 83%;
    font-size: 0.2rem;
  }
  .header-info .header-search .search-list .search-text .btn-submit ,
  .header-info .header-search .search-list .search-text .btn-a-submit {
    width: 0.4rem;
    height: 0.4rem;
    top: 50%;
    transform: translateY(-50%);
    right: 0.2rem;
    background: url(../img/common/icon_search.png) no-repeat center center;
    background-size: 100%;
  }

  .header-cart {
    float: right;
    width: 50%;
    padding-top: 5px;
  }
  .header-cart ul {
    display: -webkit-flex;
    display: flex;
    padding-top: 0.2rem;
  }
  .header-cart ul li {
    position: relative;
    margin-left: 0.4rem;
  }
  .header-cart ul li.cart-user {
    position: relative;
    top: -0.035rem;
  }
  .header-cart ul li.cart-user a {
    background: url(../img/common/icon_user.png) no-repeat right center;
    background-size: 0.45rem auto;
    padding: 0.1rem 0.5rem 0.1rem;
    font-size: 0.2rem;
  }
  .header-cart ul li.cart-number a {
    width: 0.65rem;
    padding: 0.3rem 0.2rem;
    background: url(../img/common/icon_cart.png) no-repeat top center;
    background-size: 0.52rem auto;
  }
  .header-cart ul li.cart-number a span {
    min-width: 0.38rem;
    min-height: 0.38rem;
    border-radius: 50%;
    top: -0.12rem;
    right: -0.1rem;
    font-size: 0.2rem;
    padding:0 0.01rem 0.01rem 0;
  }
  .header-cart ul li.cart-number .cart-shop a {
    width: 100%;
    padding: 0;
  }
  .header-cart .cart-shop {
    display: block;
    width: 3.5rem;
    padding: 0.1rem 0.2rem;
    position: absolute;
    top: 100%;
    right: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    visibility: hidden;
    z-index: 100;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .header-cart .cart-shop::before {
    right: 7px;
  }
  .header-cart .cart-shop li {
    padding: 0.15rem 0.1rem;
    margin: 0;
  }
  .header-cart .cart-shop li span {
    font-weight: normal;
  }
  .header-cart .cart-shop li a {
    padding: 0;
    margin-top: 0.1rem;
  }
  .header-cart .cart-shop li a img {
    width: 100%;
    height: auto;
  }
  .header-cart .cart-shop li.cart-shop-big {
    font-size: 0.3rem;
  }

  .header-nav {
    width: 100%;
    margin-bottom: 0.01rem;
    position: relative;
    border-top: none;
    border-bottom: none;
    z-index: 1;
    max-height: 0.8rem;
  }
  .header-nav .slick-list {
    overflow: inherit;
  }

  .nav-list {
    display: block;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .nav-list .slick-prev {
    width: 0.55rem;
    height: 0.65rem;
    background: url(../img/common/sp/icon_left.png) no-repeat center left;
    background-size: 100% auto;
    position: absolute;
    top: 0.02rem;
    left: -0.2rem;
    text-indent: -9999px;
    cursor: pointer;
    z-index: 99;
  }
  .nav-list .slick-next {
    width: 0.55rem;
    height: 0.65rem;
    background: url(../img/common/sp/icon_right.png) no-repeat center right;
    background-size: 100% auto;
    position: absolute;
    top: 0.02rem;
    right: -0.2rem;
    text-indent: -9999px;
    cursor: pointer;
    z-index: 99;
  }
  .nav-list li {
    position: relative;
    margin-right: 1px;
  }
  .nav-list li a {
    display: block;
    padding: 0.2rem 0.25rem;
    position: relative;
    font-size: 0.24rem;
  }
  .nav-list li a::before {
    width: 1px;
    height: 12px;
    margin-top: -6px;
    position: absolute;
    top: 50%;
    left: 0;
    background: #CCC;
    content: "";
  }
  .nav-list li a:hover,
  .nav-list li a .active {
    color: #0033ff;
  }
  .nav-list li:last-child a::after {
    width: 1px;
    height: 20px;
    margin-top: -10px;
    position: absolute;
    top: 50%;
    right: 0;
    background: #CCC;
    content: "";
  }
  .nav-list li .nav-sub {
    width: 5.5rem;
    padding: 0.1rem;
    top: 95%;
    left: 0;
  }
  .nav-list li .nav-sub::before {
    width: 11px;
    height: 8px;
    position: absolute;
    top: -8px;
    left: 80px;
    background: url(../img/common/icon_arrow.png) no-repeat top center;
    content: "";
  }
  .nav-list li .nav-sub ul {
    padding: 0 0.2rem 0 0;
    width: 45%;
  }
  .nav-list li .nav-sub ul:last-child {
    width: 55%;
    border-left: 1px solid #CCC;
  }
  .nav-list li .nav-sub ul li a {
    display: block;
    padding: 0.1rem;
    font-size: 0.2rem;
    letter-spacing: -0.02rem;
  }
  .nav-list li .nav-sub ul li a::before {
    background: url(../img/common/icon_list.png) no-repeat center center;
    background-size: 5px auto;
  }
  .nav-list li .nav-sub ul li a::after {
    display: none;
  }
  .nav-list li .nav-sub ul li span {
    display: block;
    padding: 5px;
    font-weight: bold;
  }

  .nav-list li.active .nav-sub {
    height: auto;
    visibility: visible;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }

  .nav-mobile {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 100%;
    z-index: 105;
    overflow-y: auto;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .nav-mobile::before {
    width: 80px;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    right: -150%;
    content: "";
    z-index: 10;
    transition: all 0.3s ease;
  }
  .nav-mobile .nav-mobile-main {
    width: calc(100% - 80px);
    height: 100%;
    background: #FFF;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .nav-mobile .nav-title-red {
    padding: 0.25rem;
    background: #fefbdc;
    color: #F00;
    text-align: center;
    font-weight: bold;
  }
  .nav-mobile .nav-mobile-blue {
    background: #1d599e;
  }
  .nav-mobile .nav-mobile-blue a {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    padding: 0.25rem;
    border-bottom: 1px solid #FFF;
    background: url(../img/common/sp/icon_arrow.png) no-repeat center right 0.35rem;
    background-size: 0.2rem auto;
    color: #FFF;
  }
  .nav-mobile .nav-mobile-blue a img {
    width: 0.35rem;
    height: auto;
    margin-right: 0.1rem;
  }
  .nav-mobile .nav-mobile-blue a {
    display: -webkit-flex;
    display: flex;
  }
  .nav-mobile ul.item li a.trans ,
  .nav-mobile ul.is-item li a.trans {
    display: -webkit-flex;
    display: flex;
  }
  .nav-mobile .nav-mobile-blue .user-profile strong {
    font-weight: bold;
  }
  .nav-mobile .nav-mobile-title {
    padding: 0.25rem;
    border-bottom: 1px solid #cccccc;
    background: #EAEAEA;
    color: #1d599e;
    text-align: center;
    font-weight: bold;
  }
  .nav-mobile .nav-mobile-title a {
    display: block;
    background: url(../img/common/sp/icon_arrow_03.png) no-repeat center right 0.1rem;
    background-size: 0.2rem auto;
    color: #1d599e;
    font-weight: bold;
  }
	.nav-mobile .js-toggle {
    position: relative;
	}
  .nav-mobile .js-toggle span.L2{
		display: block;
    padding: 0.25rem 0.35rem;
    border-bottom: 1px solid #cccccc;
  }
  .nav-mobile .js-toggle::before {
    width: 0.25rem;
    height: 0.25rem;
    margin-top: -0.1rem;
    background: url(../img/common/sp/icon_arrow_02.png) no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 0.35rem;
    right: 0.35rem;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    content: "";
  }
  .nav-mobile .js-toggle.active::before {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .nav-mobile .item li {
    padding: 0.25rem 0rem 0.25rem 0.65rem;
    border-bottom: 1px solid #cccccc;
    position: relative;
  }
	.nav-mobile .item.grand-child{
		padding-top: 0.25rem;
	}
	.nav-mobile .item.grand-child li {
    padding: 0.25rem 0.35rem 0.25rem 0.65rem;
		border-bottom: 0px solid #ccc;
		position: relative;
  }
	.nav-mobile .item li.final {
    padding-right: 0.35rem;
	}
	.nav-mobile .item.grand-child li a,
	.nav-mobile .item li.final a {
		background: url(../img/common/sp/icon_arrow_01.png) no-repeat center right 0;
    background-size: auto;
		background-size: 0.2rem auto;
	}
	.nav-mobile .item.gg-child li {
    padding: 0.25rem 0rem 0.25rem 0.35rem;
  }
  .nav-mobile .item li span {
    color: #999999;
		min-width: 67px;
  }
  .nav-mobile .is-item li {
    padding: 0.25rem 0.35rem 0.25rem 0.35rem;
    border-bottom: 1px solid #cccccc;
    position: relative;
    background: url(../img/common/sp/icon_arrow_03.png) no-repeat center right 0.35rem;
    background-size: 0.2rem auto;
  }
  .nav-mobile .is-item li span {
    color: #999999;
  }

  .cart-user-detail {
    width: 3.4rem;
    min-width: 0;
    padding: 0.1rem;
    top: 100%;
  }
  .cart-user-detail::before {
    width: 11px;
    height: 8px;
    margin-left: -5px;
    position: absolute;
    top: -8px;
    left: 50%;
    background: url(../img/common/icon_arrow.png) no-repeat top center;
    content: "";
  }
  .cart-user-detail .user-detail-top {
    border-bottom: 1px solid #EEE;
  }
  .cart-user-detail .user-detail-top span {
    margin: 0 0.1rem;
  }
  .cart-user-detail .user-detail-top span img {
    top: 0;
  }
  .cart-user-detail .user-detail-top p {
    white-space: normal;
  }
.cart-user-detail .user-detail-top span.logbutton{
  margin: 0;
  width: 100%;
  height: 42px;
  }
.cart-user-detail .user-detail-top span.logbutton img{
	left: 25px;
}
  .header-cart .cart-user-detail .user-detail-top span.logbutton a{
  width: 160px;
  height: 42px;
  }
  .cart-user-detail .user-detail-top p a {
    display: inline-block;
    padding: 0;
    background: none !important;
    font-size: 0.24rem;
    color: #0033ff;
    font-weight: bold;
  }
  .cart-user-detail ul {
    display: block;
    padding: 15px;
  }
  .cart-user-detail ul li {
    padding: 0;
    margin: 0 !important;
  }
  .cart-user-detail ul li span {
    padding: 0 0 10px;
    font-weight: bold;
    font-size: 0.24rem;
  }
  .cart-user-detail ul li a {
    padding: 0.08rem 0rem 0.08rem !important;
    font-size: 0.24rem;
    line-height: 0.38rem;
  }

  .cart-user.active .cart-user-detail {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    visibility: visible;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 200;
  }

  .header-cart .active .cart-shop {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    visibility: visible;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 200;
  }

  .nav-close {
    width: 80px;
    height: 100%;
    padding: 10px;
    position: fixed;
    top: 0;
    right: -80px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 110;
  }
  .nav-close img {
    width: 100%;
    height: auto;
  }

  .menu-open .nav-mobile {
    right: 0;
  }
  .menu-open .nav-mobile::before {
    right: 0;
  }
  .menu-open .nav-close {
    right: 0;
  }
}
@media only screen and (max-width: 374px) {
  .header-info .header-search .search-list .search-text input {
    width: 85%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .header-cart .cart-shop {
    opacity: 0 !important;
    visibility: hidden !important;
  }
  .header-cart .active .cart-shop {
    opacity: 1 !important;
    visibility: visible !important;
  }
}
/* COMMON FOOTER
 * ----------------------------------------------- */
footer {
  padding-top: 230px;
  position: relative;
}

.footer-nav {
  padding-bottom: 30px;
}
.footer-nav ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.footer-nav ul li a {
  padding: 0 25px;
  position: relative;
  font-size: 12px;
}
.footer-nav ul li a:hover, .footer-nav ul li a:active, .footer-nav ul li a:focus {
  outline: none;
}
.footer-nav ul li a::before {
  width: 1px;
  height: 16px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  left: 0;
  background: #CCC;
  content: "";
}
.footer-nav ul li:last-child a::after {
  width: 1px;
  height: 16px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  right: 0;
  background: #CCC;
  content: "";
}

.footer-tel {
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  background: #FFF;
}
.footer-tel .footer-tel-list {
  display: -webkit-flex;
  display: flex;
  width: 1080px;
  margin: auto;
}
.footer-tel dl {
  padding: 12px 0;
}
.footer-tel dl + dl {
  margin-left: 40px;
}
.footer-tel dl dt {
  font-weight: bold;
}
.footer-tel dl dd {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  font-size: 12px;
}
.footer-tel dl dd a {
  padding: 0 10px 0 5px;
  font-weight: bold;
  font-size: 24px;
  color: #ff0000;
  letter-spacing: -1px;
}

.footer-nav-second .wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 30px 0 10px;
}
.footer-nav-second .wrapper ul:nth-child(1) {
  width: 230px;
}
.footer-nav-second .wrapper ul:nth-child(2) {
  width: 245px;
}
.footer-nav-second .wrapper ul:nth-child(3) {
  width: 235px;
}
.footer-nav-second .wrapper ul:nth-child(4) {
  width: 275px;
}
.footer-nav-second .wrapper ul li {
  margin-bottom: 18px;
}
.footer-nav-second .wrapper ul li span {
  display: block;
  margin-bottom: 25px;
  font-weight: bold;
}
.footer-nav-second .wrapper ul li a {
  display: block;
}

.footer-logo .wrapper {
  background: #FFF;
}
.footer-logo .footer-logo-photo {
  display: -webkit-flex;
  display: flex;
  margin: 0 20px;
  padding: 20px 0 15px;
  border-bottom: 1px solid #EEE;
}
.footer-logo .footer-logo-photo img {
  width: 185px;
  height: auto;
  margin-right: 25px;
}
.footer-logo .footer-logo-desc {
  padding-top: 5px;
}
.footer-logo .footer-logo-text {
  margin: 0 15px;
  padding: 15px 0 15px;
  font-size: 12px;
  line-height: 18px;
}

.footer-banner {
  padding: 30px 0;
}
.footer-banner ul {
  display: -webkit-flex;
  display: flex;
}
.footer-banner ul li {
  border-left: 1px solid #f9f9f9;
}

.footer-copyright {
  padding: 15px 0;
  background: #333333;
  text-align: center;
  color: #FFF;
  font-size: 12px;
}

.btn-back-top {
  position: fixed;
  bottom: 60px;
  right: 0;
  cursor: pointer;
  z-index: 90;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .footer-tel dl dd {
    padding-top: 5px;
  }
  .footer-tel dl dd img,
  .footer-tel dl .dd a {
    margin-top: -5px;
  }

  .footer-logo .footer-logo-desc {
    display: block;
    padding-top: 10px;
  }
}
@media print, (min-width: 768px) {
  footer {
    width: auto;
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  footer {
    padding-top: 1rem;
    overflow: hidden;
  }

  .footer-nav {
    padding-bottom: 0.2rem;
    margin-bottom: 0.25rem;
  }
  .footer-nav ul {
    display: block;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .footer-nav ul li a {
    padding: 0 0.2rem;
    position: relative;
    font-size: 0.24rem;
  }
  .footer-nav ul li a::before {
    width: 1px;
    height: 12px;
    margin-top: -6px;
    position: absolute;
    top: 50%;
    left: 0;
    background: #CCC;
    content: "";
  }
  .footer-nav ul li:last-child a::after {
    width: 1px;
    height: 16px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    right: 0;
    background: #CCC;
    content: "";
  }

  .footer-tel {
    border-top: none;
    border-bottom: none;
    background: #FFF;
  }
  .footer-tel .footer-tel-list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding: 0 0.2rem;
  }
  .footer-tel .footer-tel-item {
    padding: 0.2rem 0;
  }
  .footer-tel .footer-tel-item + .footer-tel-item {
    margin-left: 0;
  }
  .footer-tel .footer-tel-item .number {
    display: block;
    padding-top: 0.1rem;
    font-size: 0.2rem;
  }
  .footer-tel .footer-tel-item .number a {
    display: block;
    padding: 0 0 0 0.8rem;
    margin-top: -0.55rem;
    font-size: 0.44rem;
  }
  .footer-tel .footer-tel-item .number img {
    width: 0.65rem;
    height: auto;
    display: inline;
  }

  .footer-blog {
    padding: 0.35rem 0.2rem;
  }
  .footer-blog ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .footer-blog ul li {
    width: 49%;
    border: 1px solid #eeeeee;
    border-radius: 3px;
    background: #FFF;
  }
  .footer-blog ul li a {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    padding: 0.15rem;
  }
  .footer-blog ul li .aside-blog-photo {
    margin-right: 0.1rem;
  }
  .footer-blog ul li .aside-blog-ttl {
    font-weight: bold;
  }
  .footer-blog ul li .aside-blog-desc {
    font-size: 0.2rem;
    letter-spacing: -0.01rem;
  }

  .footer-btn-list ul {
    margin: 0 0.2rem;
  }
  .footer-btn-list ul li {
    margin-bottom: 0.35rem;
  }
  .footer-btn-list ul li img {
    width: 100%;
    height: auto;
  }
  .footer-btn-list ul.is-sns {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 0.3rem;
  }
  .footer-btn-list ul.is-sns li {
    width: 1rem;
    margin: 0 0.2rem 0.5rem;
  }

  .footer-nav-sub ul li {
    border-bottom: 1px solid #FFF;
    background: #666666;
  }
  .footer-nav-sub ul li a {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 0.25rem;
    color: #FFF;
    text-shadow: 1px 0 0 #000;
  }
  .footer-nav-sub ul li a img {
    width: 0.25rem;
    height: 0.32rem;
    margin-right: 0.1rem;
  }

  .footer-banner {
    padding: 0;
  }
  .footer-banner ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -0.2rem;
  }
  .footer-banner ul li {
    width: 50%;
    border-bottom: 1px solid #f9f9f9;
    border-left: none;
    position: relative;
  }
  .footer-banner ul li::before {
    height: 100%;
    width: 1px;
    background: #FFF;
    position: absolute;
    top: 0;
    left: -1px;
    content: "";
  }
  .footer-banner ul li img {
    width: 100%;
    height: auto;
  }
  .footer-banner ul li:first-child {
    width: 100%;
  }

  .footer-copyright {
    padding: 0.2rem 0 1.5rem;
    background: #333333;
    text-align: center;
    color: #FFF;
    font-size: 0.2rem;
  }

  .btn-back-top {
    width: 1.4rem;
    height: 1.4rem;
    bottom: 1.5rem;
  }
  .btn-back-top img {
    width: 100%;
    height: auto;
  }
}
/* COMMON SIDEBAR
 * ----------------------------------------------- */
.aside-price {
  margin-bottom: 20px;
  border: 1px solid #eeeeee;
  border-radius: 3px;
  background: #FFF;
}
.aside-price dl {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  padding: 13px 8px;
}
.aside-price dl + dl {
  border-top: 1px solid #eeeeee;
}
.aside-price dl dt {
  font-size: 12px;
}
.aside-price dl dd span {
  color: #ff0000;
  font-size: 24px;
  font-weight: bold;
}

.aside-instructors {
  margin-bottom: 25px;
  border: 1px solid #eeeeee;
  border-radius: 3px;
  background: #FFF;
}
.aside-instructors .aside-instructors-top {
  padding: 10px;
  text-align: center;
}
.aside-instructors .aside-instructors-text {
  padding-top: 10px;
  line-height: 18px;
}
.aside-instructors .aside-instructors-text span {
  color: #ff0000;
  font-size: 18px;
  font-weight: bold;
}
.aside-instructors ul li {
  padding: 12px 5px 12px 50px;
  border-top: 1px solid #eeeeee;
  background: url(../img/common/icon_sidebar_01.png) no-repeat left 12px center;
  background-size: 25px auto;
  font-size: 12px;
}
.aside-instructors ul li.is-truck {
  letter-spacing: -1px;
}
.aside-instructors ul li.is-earn {
  background: url(../img/common/icon_sidebar_02.png) no-repeat left 12px center;
  background-size: 23px auto;
}
.aside-instructors ul li.is-payment {
  background: url(../img/common/icon_sidebar_03.png) no-repeat left 12px center;
  background-size: 26px auto;
}
.aside-instructors ul li span {
  font-weight: bold;
	color: #f00;
}

.aside-list {
  margin-bottom: 25px;
}
.aside-list dt {
  padding: 5px 10px;
  border-radius: 3px;
  background: #1d599e;
  color: #FFF;
  font-size: 14px;
  font-weight: bold;
}
.aside-list dt.title-margin {
  margin-bottom: 15px;
}
.aside-list dd {
	margin-bottom: 25px;
}
.aside-list ul li {
  position: relative;
  border-bottom: 1px solid #eeeeee;
  letter-spacing: -1px;
}
.aside-list ul li::before {
  width: 5px;
  height: 10px;
  margin-top: 0;
  background: url(../img/common/icon_list.png) no-repeat center center;
  background-size: 5px auto;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  content: "";
}
.aside-list ul li.title::before {
  display: none;
}
.aside-list ul li.title {
  display: block;
  padding: 10px 0;
  color: #1d599e;
  font-weight: bold;
}
.aside-list ul li a {
  display: block;
  padding: 6px 15px 6px 15px;
  position: relative;
}
.aside-list ul li:hover a {
  color: #0033ff;
}
.aside-list ul li:hover a span {
  color: #000;
}
.aside-list ul li.sidebar-margin {
  margin-bottom: 20px;
}

.aside-blog {
  margin-bottom: 25px;
}
.aside-blog .aside-blog-title {
  padding: 5px 10px;
  border-radius: 3px;
  background: #555555;
  color: #FFF;
  font-size: 14px;
  font-weight: bold;
}
.aside-blog ul li {
  margin-top: 10px;
  padding: 5px 10px;
  border: 1px solid #eeeeee;
  border-radius: 3px;
  background: #FFF;
}
.aside-blog ul li a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.aside-blog ul li .aside-blog-photo {
  margin-right: 10px;
}
.aside-blog ul li .aside-blog-ttl {
  font-weight: bold;
  margin-bottom: 5px;
}
.aside-blog ul li .aside-blog-desc {
  font-size: 12px;
  letter-spacing: -1px;
}

.aside-banner {
  margin-bottom: 25px;
}
.aside-banner .aside-banner-title {
  padding: 5px 10px;
  border-radius: 3px;
  background: #555555;
  color: #FFF;
  font-size: 14px;
  font-weight: bold;
}
.aside-banner ul li {
  margin-top: 10px;
  font-size: 12px;
}
.aside-banner ul li a {
  display: block;
  padding-top: 7px;
}
.aside-banner ul li a img {
  width: 100%;
  height: auto;
}

.aside-users {
  margin-bottom: 25px;
  padding: 10px;
  border: 1px solid #c2d3e3;
  border-radius: 3px;
  background: #eaf1f8;
}
.aside-users .aside-users-title {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  margin-bottom: 10px;
  padding: 0px 5px 10px;
  border-bottom: 1px solid #1d599e;
  font-weight: bold;
}
.aside-users .aside-users-title img {
  width: 14px;
  height: 19.6px;
  margin-right: 10px;
}
.aside-users ul li {
  padding: 9px 0 12px 40px;
  background: url(../img/common/icon_sidebar_01.png) no-repeat left 2px center;
  background-size: 25px auto;
  font-size: 12px;
  line-height: 16px;
}
.aside-users ul li a {
  color: #0033ff;
}
.aside-users ul li span {
  font-weight: bold;
}
.aside-users ul li span.color-red {
  color: #F00;
}
.aside-users ul li.is-time {
  background: url(../img/common/icon_sidebar_04.png) no-repeat left 2px top 10px;
  background-size: 24px auto;
}
.aside-users ul li.is-earn {
  background-image: url(../img/common/icon_sidebar_02.png);
  background-size: 23px auto;
}
.aside-users ul li.is-payment {
  background-image: url(../img/common/icon_sidebar_03.png);
  background-size: 26px auto;
}
.aside-users ul li.is-sales {
  background-image: url(../img/common/icon_sidebar_05.png);
  background-size: 27px auto;
}
.aside-users ul li.is-fax {
  background-image: url(../img/common/icon_sidebar_06.png);
  background-size: 22px auto;
}
.aside-users ul li.is-btn {
  margin-top: 10px;
  padding: 0;
  background: none;
}
.aside-users ul li.is-btn a {
  display: block;
}

.aside-sns ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.aside-sns ul li a {
  display: block;
}
.aside-sns ul li:first-child {
  margin-bottom: 20px;
}
.aside-sns ul li:first-child img {
  width: 100%;
  height: auto;
}

/* COMMON TITLE
 * ----------------------------------------------- */
.sec-title {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 15px 0;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 1px;
}
.sec-title img {
  width: 36px;
  height: auto;
  margin-right: 10px;
}

.box-content {
  border: 1px solid #eeeeee;
  border-radius: 3px;
  background: #FFF;
}
.box-content .product-list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 20px 0 0px;
}
.box-content .product-list-detail {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 20px 0 0px;
}
.box-content .product-list li {
  width: 140px;
  margin: 0 5px 20px 20px;
}
.box-content .product-list-detail li {
  width: 140px;
  margin: 0 5px 20px 20px;
}
.box-content .product-list li a {
  display: block;
}
.box-content .product-list-detail li a {
  display: block;
}
.box-content .product-list .product-photo {
  position: relative;
}
.box-content .product-list-detail .product-photo {
  position: relative;
}
.box-content .product-list .product-photo.is-sale::before {
  width: 42px;
  height: 42px;
  background-image: url(../img/common/icon_sale.png);
  background-size: cover;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}
.box-content .product-list-detail .product-photo.is-sale::before {
  width: 42px;
  height: 42px;
  background-image: url(../img/common/icon_sale.png);
  background-size: cover;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}
.box-content .product-list .product-photo.is-new::before {
  width: 42px;
  height: 42px;
  background-image: url(../img/common/icon_new.png);
  background-size: cover;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}
.box-content .product-list-detail .product-photo.is-new::before {
  width: 42px;
  height: 42px;
  background-image: url(../img/common/icon_new.png);
  background-size: cover;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}
.box-content .product-list .product-photo img {
  width: 140px;
  height: auto;
  border:1px solid #ccc;
}
.box-content .product-list-detail .product-photo img {
  width: 140px;
  height: auto;
  border:1px solid #ccc;
}
.box-content .product-list .product-title ,
.box-content .product-list .product-title_disinfo {
  font-weight: bold;
  color: #F00;
  letter-spacing: -1px;
  line-height: 20px;
  padding: 8px 0 1px;
}
.box-content .product-list-detail .product-title ,
.box-content .product-list-detail .product-title_disinfo {
  padding-top: 8px;
  font-weight: bold;
  color: #F00;
  letter-spacing: -1px;
}
.box-content .product-list-detail .product-title_discount {
  padding-top: 2px;
  letter-spacing: -1px;
}
.box-content .product-list .product-title.product-title-small ,
.box-content .product-list .product-title_disinfo.product-title-small {
  width: 140px;
  padding-top: 10px;
  font-weight: normal;
  color: #000;
  line-height: 20px;
  word-wrap: break-word;
}
.box-content .product-list-detail .product-title.product-title-small ,
.box-content .product-list-detail .product-title_disinfo.product-title-small {
  width: 140px;
  padding-top: 10px;
  font-weight: normal;
  color: #000;
  line-height: 20px;
  word-wrap: break-word;
}
.box-content .product-list-detail .product-title_discount.product-title-small_discount {
  width: 140px;
  font-weight: normal;
  color: #000;
  line-height: 20px;
  word-wrap: break-word;
}
@media only screen and (max-width: 767px) {
.box-content .product-list-detail .product-title_discount.product-title-small_discount {
  width: 100%;
  padding: 0 0 7px;
}
}
.box-content .product-list .product-text {
  font-size: 14px;
  line-height: 20px;
  word-wrap: break-word;
	padding-top: 10px;
}
.box-content .product-list-detail .product-text {
  font-size: 14px;
  line-height: 20px;
  word-wrap: break-word;
}
.box-content .product-list .product-price {
  padding-top: 15px;
  font-size: 14px;
  line-height: 20px;
}
.box-content .product-list-detail .product-price {
  padding-top: 15px;
  font-size: 14px;
  line-height: 20px;
}
.box-content .product-list .product-price span {
  color: #F00;
}
.box-content .product-list-detail .product-price span {
  color: #F00;
}
.bwprice{
  color: #F00;
}
.btn-common {
  margin-top: 10px;
  text-align: right;
}
.btn-common a {
  padding-left: 15px;
  position: relative;
  color: #0033ff;
  font-size: 12px;
}
.btn-common a::before {
  width: 0;
  height: 0;
  content: "";
  border-top: 3px solid rgba(0, 51, 255, 0);
  border-bottom: 3px solid rgba(0, 51, 255, 0);
  border-left: 3px solid #0033ff;
  position: absolute;
  top: 50%;
  left: 0;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.btn-key {
  position: absolute;
  bottom: 0.5rem;
  right: 0.3rem;
  text-align: right;
}
.btn-key a {
  padding-left: 0.2rem;
  position: relative;
  color: #0033ff;
  font-size: 0.24rem;
}
.btn-key a::before {
  width: 0;
  height: 0;
  content: "";
  border-top: 4px solid rgba(0, 51, 255, 0);
  border-bottom: 4px solid rgba(0, 51, 255, 0);
  border-left: 3px solid #0033ff;
  position: absolute;
  top: 50%;
  left: 0;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.breadcrumb {
  padding: 15px 0 0;
}
.breadcrumb ol {
  display: -webkit-flex;
  display: flex;
	-ms-flex-wrap : wrap;
	-webkit-flex-wrap : wrap;
	flex-wrap : wrap;
}
.breadcrumb ol li {
  font-size: 12px;
  color: #666666;
}
.breadcrumb ol li a {
  padding-right: 15px;
  margin-right: 10px;
  position: relative;
  color: #002cd3;
}
.breadcrumb ol li:not(:last-child) a::before{
  position: absolute;
  top: 50%;
  right: 0;
  color: #666666;
  content: ">";
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sub-title {
  padding: 20px 20px 0;
  font-size: 28px;
  font-weight: bold;
}
.sub-text {
  padding: 10px 20px 20px;
}

.sub-number ,
.sub-number_favorite {
  text-align: right;
  font-size: 16px;
  padding: 0 10px 0;
}
.sub-number span ,
.sub-number_favorite span {
  margin-right: 5px;
  font-weight: bold;
}

  .box-content .product-list .product-text .ellipsis2 ,
  .ellipsis2 {
  position: relative;
  height: 40px;
  overflow: hidden;
  line-height: 20px;
}
  .box-content .product-list-detail .product-title_discount.product-title-small_discount .ellipsis2 {
  line-height: 20px;
}
  .ellipsis2_discount {
  position: relative;
  height: 40px;
  overflow: hidden;
  line-height: 18px;
}
@media only screen and (max-width: 767px) {
  .box-content .product-list .product-text .ellipsis2 ,
  .box-content .product-list-detail .product-title_discount.product-title-small_discount .ellipsis2,
  .ellipsis2 {
  height: 0.64rem;
  line-height: 0.32rem;
  font-size: 0.22rem;
	}
.section-top-recently .product-title-small_discount {
  padding:0 0 7px;
}

}
.ellipsis2:before, .ellipsis2:after {
  position: absolute;
  background: #fff;
}
.ellipsis2:before {
  content: "";
  bottom: 0;
  right: 0;
}
.ellipsis2:after {
  content: "";
  width: 100%;
  height: 100%;
}
.ellipsis3 {
  position: relative;
  height: 60px;
  overflow: hidden;
  line-height: 20px;
}
.ellipsis3:before, .ellipsis3:after {
  position: absolute;
  background: #fff;
}
.ellipsis3:before {
  content: "";
  bottom: 0;
  right: 0;
}
.ellipsis3:after {
  content: "";
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .box-content .product-list .product-text .ellipsis3 ,
  .ellipsis3 {
  font-size: 0.22rem;
  height: 0.96rem;
  line-height: 0.32rem;
}
}

.ellipsis_rank2 {
  position: relative;
  height: 42px;
  overflow: hidden;
  line-height: 20px;
}
.ellipsis_rank2:before, .ellipsis_rank2:after {
  position: absolute;
  background: #fff;
}
.ellipsis_rank2:before {
  content: "";
  bottom: 0;
  right: 0;
}
.ellipsis_rank2:after {
  content: "";
  width: 100%;
  height: 100%;
}

.ellipsis_rank3 {
  position: relative;
  height: 60px;
  overflow: hidden;
  line-height: 20px;
}
.ellipsis_rank3:before, .ellipsis_rank3:after {
  position: absolute;
  background: #fff;
}
.ellipsis_rank3:before {
  content: "";
  bottom: 0;
  right: 0;
}
.ellipsis_rank3:after {
  content: "";
  width: 100%;
  height: 100%;
}

.list-page {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.list-page .list-page-item {
  margin: 0 0 0 20px;
}
.list-page .list-page-item ul {
  display: -webkit-flex;
  display: flex;
}
.list-page .list-page-item ul li {
  margin: 0 5px;
}
.list-page .list-page-item ul li a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 30px;
  padding: 0 9px;
  border-radius: 3px;
  border: 1px solid #cccccc;
  cursor: pointer;
  color: #666666;
  font-weight: bold;
}
.list-page .list-page-item ul li a.current, .list-page .list-page-item ul li a:hover {
  background: #999999;
  color: #FFF;
}
.list-page .list-page-item ul li a.next {
  padding: 0 15px;
  background: #f3ffff;
  color: #5f89ff;
}
.list-page .list-page-item ul li span {
  padding: 0 10px;
  color: #666666;
  font-weight: bold;
}
.list-page .list-page-select {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.list-page .list-page-select select {
  width: 75px;
  height: 30px;
  padding: 0 10px;
  margin-left: 10px;
  border-radius: 3px;
  border: 1px solid #cccccc;
  background: url(../img/common/icon_input.png) no-repeat right 10px center;
}

.bread-nav {
  padding: 10px 0 10px;
	display: flex;
	justify-content: space-between;
}
.bread-nav .onsale input{
	height: 18px;
	width: 18px;
	margin: 0px 5px 0px 3px;
}
.bread-nav ul {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.bread-nav ul li {
  color: #666666;
}
.bread-nav ul li a,
.bread-nav ul li span {
  padding-left: 13px;
  margin-left: 13px;
  position: relative;
  color: #002cd3;
}
.bread-nav ul li span {
	color: #666666;
}
.bread-nav ul li:nth-child(2) a,
.bread-nav ul li:nth-child(2) span{
  padding-left: 0;
  margin-left: 0;
}
.bread-nav ul li a::before,
.bread-nav ul li span::before {
  width: 1px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 0;
  background: #b4b4b4;
  content: "";
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.bread-nav ul li:nth-child(2) a::before,
.bread-nav ul li:nth-child(2) span::before {
  content: unset;
}

.list-page-top {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0 20px;
  padding-top: 10px;
}
.list-page .list-page-container {
	width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: end;
  justify-content: end;
	-webkit-align-items: flex-end;
  align-items: flex-end;
}

.is-border {
  border-bottom: 1px dotted #CCC;
}
#page_navi_bottom .is-border {
  border-top: 1px dotted #CCC;
  border-bottom: 0;
}

.list-page-bottom {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  margin: 50px 20px 0;
  border-top: 1px dotted #CCC;
  padding: 12px 0 16px;
}
.list-page-bottom .bread-nav {
  margin: 0;
  padding: 0;
}
.list-page-bottom .list-page .list-page-item {
  margin: 0 -5px 0 20px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .aside-price dl dt {
    padding-top: 5px;
  }

  .sec-title img {
    position: relative;
    top: -5px;
  }
}
select::-ms-expand {
  opacity: 0;
}

input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

@media only screen and (max-width: 767px) {
  .sec-title {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 0.1rem 0 0.3rem;
    font-size: 0.42rem;
    font-weight: normal;
    letter-spacing: -0.015rem;
  }
  .sec-title img {
    width: 0.55rem;
    margin-right: 0.05rem;
  }
  .sec-title.is-small img {
    width: 0.4rem;
  }

  .box-content {
    background: none;
    border: none;
  }
	.ranking-list.js-product,
  .product-list.js-product,
  .slide-product .product-list{
    display: block;
  }
  .box-content .product-list {
    padding: 0;
  }
	#detail-pickup ul.js-pickup{
		display: block;
	}
  .box-content .product-list-detail {
    padding: 0;
		display: block;
  }
  .box-content .product-list li {
    width: 30%;
    margin: 0 0.1rem;
    padding: 0.1rem;
    border: 0.01rem solid #eeeeee;
    background: #FFF;
  }
  .box-content .product-list-detail li {
    width: 30%;
    margin: 0 0.1rem;
    padding: 0.1rem;
    border: 0.01rem solid #eeeeee;
    background: #FFF;
  }
  .box-content .product-list li a {
    display: block;
  }
  .box-content .product-list-detail li a {
    display: block;
  }
  .box-content .product-list .product-photo {
    position: relative;
  }
  .box-content .product-list-detail .product-photo {
    position: relative;
  }
  .box-content .product-list .product-photo.is-sale::before {
    width: 35px;
    height: 35px;
    background-image: url(../img/common/icon_sale.png);
    background-size: cover;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
  }
  .box-content .product-list-detail .product-photo.is-sale::before {
    width: 35px;
    height: 35px;
    background-image: url(../img/common/icon_sale.png);
    background-size: cover;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
  }
  .box-content .product-list .product-photo.is-new::before {
    width: 35px;
    height: 35px;
    background-image: url(../img/common/icon_new.png);
    background-size: cover;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
  }
  .box-content .product-list-detail .product-photo.is-new::before {
    width: 35px;
    height: 35px;
    background-image: url(../img/common/icon_new.png);
    background-size: cover;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
  }
  .box-content .product-list .product-photo img {
    width: 100%;
    height: auto;
  }
  .box-content .product-list-detail .product-photo img {
    width: 100%;
    height: auto;
  }
  .box-content .product-list .product-title {
    margin-bottom: 0.1rem;
    font-size: 0.2rem;
    letter-spacing: -0.02rem;
    word-wrap: break-word;
  }
  .box-content .product-list .product-title_disinfo {
    margin-bottom: 0.1rem;
    font-size: 0.2rem;
    letter-spacing: -0.02rem;
    word-wrap: break-word;
    height: 0.4rem;

  }
  .box-content .product-list-detail .product-title ,
  .box-content .product-list-detail .product-title_disinfo {
    margin-bottom: 0.1rem;
    font-size: 0.2rem;
    letter-spacing: -0.02rem;
    word-wrap: break-word;
  }
  .box-content .product-list-detail .product-title_disinfo {
    height: 0.4rem;
  }
  .box-content .product-list .product-title.product-title-small ,
  .box-content .product-list .product-title_disinfo.product-title-small {
    width: 100%;
    line-height: 0.38rem;
    word-wrap: break-word;
  }
  .box-content .product-list-detail .product-title.product-title-small ,
  .box-content .product-list-detail .product-title_disinfo.product-title-small {
    width: 100%;
    line-height: 0.38rem;
    word-wrap: break-word;
  }
  .box-content .product-list .product-text {
    font-size: 0.22rem;
    line-height: 0.38rem;
    word-wrap: break-word;
    margin-bottom: 0.1rem;
  }
  .box-content .product-list-detail .product-text {
    font-size: 0.22rem;
    line-height: 0.38rem;
    word-wrap: break-word;
  }
  .box-content .product-list .product-price {
    padding-top: 0.15rem;
    padding-top: 0.05rem;
    font-size: 0.22rem;
    line-height: 0.38rem;
  }
  .box-content .product-list-detail .product-price {
    padding-top: 0.15rem;
    font-size: 0.22rem;
    line-height: 0.38rem;
  }
  .box-content .product-list .product-price span {
    color: #F00;
  }
  .box-content .product-list-detail .product-price span {
    color: #F00;
  }

  .btn-common {
    margin-top: 0.35rem;
    padding: 0 0.12rem;
    text-align: center;
  }
  .btn-common a {
    display: block;
    padding: 0.2rem;
    border: 1px solid #CCC;
    position: relative;
    color: #000;
    font-size: 0.24rem;
  }
  .btn-common a::before {
    display: none;
  }

  .breadcrumb {
    padding: 0.25rem 0;
    margin-bottom: 0;
    background: #e8e8e8;
  }
  .breadcrumb ol {
    display: -webkit-flex;
    display: flex;
  }
  .breadcrumb ol li {
    font-size: 0.2rem;
  }
  .breadcrumb ol li a {
    padding-right: 0.25rem;
    margin-right: 0.2rem;
  }

  .sub-title {
    padding: 0.25rem 0 0;
    font-size: 0.45rem;
  }

  .sub-number {
    text-align: right;
    font-size: 16px;
    padding: 0 10px 10px;
  }
  .sub-number_favorite {
    text-align: right;
    font-size: 0.2rem;
    padding: 0 10px;
  }
  .sub-number_favorite span,
  .sub-number span {
    margin-right: 5px;
    font-weight: bold;
  }

  .list-page {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    padding: 0.2rem 0;
    order: 1;
    width: 100%;
  }
  .list-page .list-page-item {
    margin: 0;
    float: right;
  }
  .list-page .list-page-item ul {
    display: -webkit-flex;
    display: flex;
  }
.list-page .list-page-container {
	width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: inherit;
  justify-content: inherit;
	-webkit-align-items: inherit;
  align-items: inherit;
}
  .list-number-mobile{
  }
  .list-page .list-page-item ul li {
    margin: 0 0.05rem;
  }
  .list-page .list-page-item ul li a {
    padding: 0 0.17rem;
  }
  .list-page .list-page-item ul li a.next {
    padding: 0 0.2rem;
  }
  .list-page .list-page-item ul li span {
    padding: 0 0.1rem;
  }

  .list-number-mobile span {
    font-size: 0.32rem;
    font-weight: bold;
  }

  .bread-nav {
    margin: 0;
    padding: 0.2rem;
    background: #FFF;
    width: 100%;
		flex-flow: column;
  }
	  .bread-nav .onsale{
		margin: 0px 0px 15px;
	  }
  .bread-nav ul {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .bread-nav ul li {
    font-size: 0.2rem;
  }
  .bread-nav ul li a {
    padding-left: 0.2rem;
    margin-left: 0.2rem;
    font-size: 0.2rem;
  }
  .bread-nav ul li:first-child span::before {
  background: none;
  }
  .bread-nav ul li:first-child span {
  margin: 0 20px 0 0;
  padding:0 0 0 8px;
  }
  .bread-nav ul li span.is-color {
    color: #000000;
  }

  .is-border {
    border-bottom: 1px dotted #CCC;
  }

  .list-page-top {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin: 0;
    border: none;
    flex-flow: row wrap;
  }

  .list-page-bottom {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin: 0;
    border: none;
    padding: 0 0 0.25rem;
  }
  .list-page-bottom .bread-nav {
    margin: 0;
    padding: 0;
  }
  .list-page-bottom .list-page {
    padding: 0;
  }
  .list-page-bottom .list-page .list-page-item {
    margin: 0 -0.05rem 0 0;
  }
}
/* PAGES
 * ----------------------------------------------- */
/* SECTION SAMPLE 01
 * ----------------------------------------------- */
.sec-top-main {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 20px 0;
}
.sec-top-main .sec-top-content {
  -webkit-order: 2;
  order: 2;
  width: 840px;
}
.sec-top-main .aside-main {
  -webkit-order: 1;
  order: 1;
  width: 210px;
}

.sec-top-keyvisual {
  margin-bottom: 20px;
  padding: 19px;
  border: 1px solid #eeeeee;
  border-radius: 3px;
  background: #FFF;
}
.sec-top-keyvisual .thumnail-list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-top: 10px;
}
.sec-top-keyvisual .slick-dots {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-top: 10px;
}
.sec-top-keyvisual .slick-dots li {
  display: block;
  width: 191px;
  height: 84px;
  background: url(../img/top/img_thumnail_01.jpg) no-repeat;
  position: relative;
}
.sec-top-keyvisual .slick-dots li:nth-child(2) {
  background: url(../img/top/img_thumnail_02.jpg) no-repeat;
}
.sec-top-keyvisual .slick-dots li:nth-child(3) {
  background: url(../img/top/img_thumnail_03.jpg) no-repeat;
}
.sec-top-keyvisual .slick-dots li:nth-child(4) {
  background: url(../img/top/img_thumnail_04.jpg) no-repeat;
}
.sec-top-keyvisual .slick-dots li::before {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.sec-top-keyvisual .slick-dots li.slick-active::before, .sec-top-keyvisual .slick-dots li:hover::before {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.sec-top-keyvisual .slick-dots li button {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.sec-top-keyvisual .keyvisual-thumb-list li img{
  width:190px;
  height:84px;
}

.section-top-sale {
  margin-bottom: 50px;
}

.special-banner {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 855px;
}
.special-banner li {
  width: 272px;
  margin: 0 13px 15px 0;
}
.special-banner li a {
  display: block;
}
.special-banner li img {
  display: block;
  width: 100%;
  height: auto;
}
.special-banner li.special-banner-big {
  width: 556px;
}
.special-banner li.special-banner-best {
  width: 840px;
}

.section-top-campaign {
  padding: 30px 0 5px;
}

.slide-content {
  padding: 20px 40px 20px 35px;
}
.slide-content .slick-slide {
  padding: 0 10px;
}
.slide-content .slick-slide a {
  display: block;
}
.slide-content .slick-slide img {
  width: 365px;
  height: auto;
}
.slide-content .slick-slide .campaign-date {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 20px 0 5px;
}
.slide-content .slick-slide .campaign-date span {
  display: block;
  padding: 3px 10px 0px;
  margin-right: 10px;
  border-radius: 3px;
  background: #f25c02;
  color: #FFF;
  font-size: 14px;
  font-weight: bold;
}
.slide-content .slick-slide .campaign-date span.date-color {
  background: #fdb901;
}
.slide-content .slick-slide .campaign-title {
  margin-bottom: 10px;
  font-weight: bold;
}
.slide-content .slick-slide .campaign-text {
  width: 365px;
  font-size: 12px;
  line-height: 16px;
}

.slide-content .slick-prev {
  width: 15px;
  height: 30px;
  background: url(../img/common/icon_arrow_left.png) no-repeat;
  position: absolute;
  top: 70px;
  left: -20px;
  text-indent: -9999px;
  cursor: pointer;
}
.slide-content .slick-next {
  width: 15px;
  height: 30px;
  background: url(../img/common/icon_arrow_right.png) no-repeat;
  position: absolute;
  top: 70px;
  right: -25px;
  text-indent: -9999px;
  cursor: pointer;
}
.slide-content .slick-dots {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-top: 45px;
}
.slide-content .slick-dots li {
  margin: 0 6px;
}
.slide-content .slick-dots li button {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #cccccc;
  text-indent: -9999px;
  cursor: pointer;
}
.slide-content .slick-dots li.slick-active button {
  background: #fdb901;
}

.notice-list {
  height: 325px;
  padding: 0 20px;
  overflow: auto;
}
.notice-list li + li {
  border-top: 1px dotted #999999;
}
.notice-list li a {
  display: block;
  padding: 14px 0;
  line-height: 20px;
}
.notice-list li a span {
  font-size: 12px;
  color: #999999;
  font-weight: bold;
}
.notice-list li a:hover {
  color: #0033ff;
}

.section-top-new {
  padding: 10px 0 5px;
}

.slide-product {
  padding: 0 35px 0 35px;
}

.slide-product .slick-prev {
  width: 15px;
  height: 30px;
  background: url(../img/common/icon_arrow_left.png) no-repeat;
  position: absolute;
  top: 70px;
  left: -25px;
  text-indent: -9999px;
  cursor: pointer;
  z-index: 100;
}
.slide-product .slick-next {
  width: 15px;
  height: 30px;
  background: url(../img/common/icon_arrow_right.png) no-repeat;
  position: absolute;
  top: 70px;
  right: -25px;
  text-indent: -9999px;
  cursor: pointer;
}
.slide-product .slick-dots {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-top: 45px;
}
.slide-product .slick-dots li {
  margin: 0 6px;
}
.slide-product .slick-dots li button {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #cccccc;
  text-indent: -9999px;
  cursor: pointer;
}
.slide-product .slick-dots li.slick-active button {
  background: #fdb901;
}

.ranking-list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 15px 20px 15px;
}
.ranking-list li {
  width: 140px;
}
.ranking-list li a {
  display: block;
}
.ranking-list li img {
  width: 100%;
  height: auto;
}
.ranking-list li .product-title {
  padding-top: 8px;
  font-weight: bold;
  color: #F00;
  letter-spacing: -1px;
  word-wrap: break-word;
}
.ranking-list li .product-title.product-title-small {
  padding-top: 15px;
  font-weight: normal;
  color: #000;
  line-height: 20px;
}
.ranking-list li .product-price {
  padding-top: 15px;
  font-size: 14px;
  line-height: 20px;
}
.ranking-list li .product-price span {
  color: #F00;
  display: block;
}
.ranking-list li:nth-child(1), .ranking-list li:nth-child(2), .ranking-list li:nth-child(3) {
  width: 250px;
  margin-bottom: 30px;
}
.ranking-list li:nth-child(1) .product-title.product-title-small, .ranking-list li:nth-child(2) .product-title.product-title-small, .ranking-list li:nth-child(3) .product-title.product-title-small {
  padding-top: 10px;
}
.ranking-list li:nth-child(1) .product-price span, .ranking-list li:nth-child(2) .product-price span, .ranking-list li:nth-child(3) .product-price span {
  display: inline-block;
  padding-left: 5px;
}
.ranking-list .product-photo {
  position: relative;
}
.ranking-list .product-photo::before {
  width: 45px;
  height: 45px;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}
.ranking-list .product-photo.icon-number-01::before {
  background: url(../img/top/icon_number_01.png) no-repeat;
  background-size: cover;
}
.ranking-list .product-photo.icon-number-02::before {
  background: url(../img/top/icon_number_02.png) no-repeat;
  background-size: cover;
}
.ranking-list .product-photo.icon-number-03::before {
  background: url(../img/top/icon_number_03.png) no-repeat;
  background-size: cover;
}
.ranking-list .product-photo.icon-number-04::before {
  background: url(../img/top/icon_number_04.png) no-repeat;
  background-size: cover;
}
.ranking-list .product-photo.icon-number-05::before {
  background: url(../img/top/icon_number_05.png) no-repeat;
  background-size: cover;
}
.ranking-list .product-photo.icon-number-06::before {
  background: url(../img/top/icon_number_06.png) no-repeat;
  background-size: cover;
}
.ranking-list .product-photo.icon-number-07::before {
  background: url(../img/top/icon_number_07.png) no-repeat;
  background-size: cover;
}
.ranking-list .product-photo.icon-number-08::before {
  background: url(../img/top/icon_number_08.png) no-repeat;
  background-size: cover;
}
.ranking-list .product-photo img {
  border:1px solid #ccc;
}

.section-top-recommended {
  padding: 40px 0 35px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .slide-content .slick-slide .campaign-date span {
    padding: 5px 10px 0px;
    position: relative;
    top: -2px;
  }
}
@media only screen and (max-width: 767px) {
  .sec-top-main {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-direction: column;
    padding: 0 0.2rem;
  }
  .sec-top-main .sec-top-content {
    -webkit-order: 1;
    order: 1;
    width: 100%;
  }
  .sec-top-main .aside-main {
    -webkit-order: 2;
    order: 2;
    display: none;
    width: 210px;
  }

  .keyvisual-box {
    position: relative;
  }

  .sec-top-keyvisual {
    margin: 0 -0.2rem 0.35rem;
    padding: 0;
    border: none;
  }
  .sec-top-keyvisual .keyvisual-note {
    padding: 0.3rem 0.2rem;
  }
  .sec-top-keyvisual .keyvisual-note span {
    color: #F00;
  }
  .sec-top-keyvisual .slick-slide img {
    width: 100%;
    height: auto;
  }
  .sec-top-keyvisual .slick-dots {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    padding-top: 10px;
  }
  .sec-top-keyvisual .slick-dots li {
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 6px;
    border-radius: 50%;
    background: #cccccc;
    position: relative;
  }
  .sec-top-keyvisual .slick-dots li:nth-child(2) {
    background: #cccccc;
  }
  .sec-top-keyvisual .slick-dots li:nth-child(3) {
    background: #cccccc;
  }
  .sec-top-keyvisual .slick-dots li:nth-child(4) {
    background: #cccccc;
  }
  .sec-top-keyvisual .slick-dots li::before {
    display: none;
  }
  .sec-top-keyvisual .slick-dots li.slick-active {
    background: #fdb901;
  }
  .sec-top-keyvisual .slick-dots li button {
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
  }

  .top-features-box {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    font-size: 0.21rem;
  }
  .top-features-box ul {
    width: 49%;
  }
  .top-features-box ul li {
    margin-bottom: 0.2rem;
    line-height: 0.24rem;
    border: 1px solid #eeeeee;
    border-radius: 3px;
    background: #FFF;
    letter-spacing: -0.01rem;
  }
  .top-features-box ul li span {
    font-weight: bold;
    color: #ff0000;
  }
  .top-features-box ul li .features-photo {
    position: relative;
    overflow: hidden;
  }
  .top-features-box ul li .features-photo img {
    width: 100%;
    height: auto;
  }
  .top-features-box ul li.is-truck {
    padding: 0.1rem 0.08rem 0.1rem 0.75rem;
    background: url(../img/common/icon_sidebar_01.png) no-repeat center left 0.12rem;
    background-size: 0.4rem auto;
  }
  .top-features-box ul li.is-earn {
    padding: 0.25rem 0.08rem 0.25rem 0.75rem;
    background: url(../img/common/icon_sidebar_02.png) no-repeat center left 0.12rem;
    background-size: 0.4rem auto;
  }
  .top-features-box ul li.is-payment {
    padding: 0.2rem 0.08rem 0.2rem 0.75rem;
    background: url(../img/common/icon_sidebar_03.png) no-repeat center left 0.12rem;
    background-size: 0.4rem auto;
  }
  .top-features-box ul li.is-sales {
    padding: 0.1rem 0.08rem 0.1rem 0.75rem;
    background: url(../img/common/icon_sidebar_05.png) no-repeat center left 0.12rem;
    background-size: 0.4rem auto;
  }
  .top-features-box ul li.is-photo {
    padding: 0.25rem 0.2rem;
  }
  .top-features-box ul li .features-text {
    padding-top: 0.12rem;
    text-align: center;
  }
  .top-features-box ul li .features-text span {
    color: #ff0000;
    font-weight: bold;
  }

  .top-features-title {
    padding: 0.25rem;
    margin-bottom: 0.2rem;
    background: #1d599e;
    text-align: center;
    color: #FFF;
    font-size: 0.24rem;
    font-weight: bold;
  }
  .top-features-title a{
  display:block;
  color:#fff;
  }
  .top-features-btn {
    text-align: center;
  }
  .top-features-btn a {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    color: #1d599e;
  }
  .top-features-btn a img {
    width: 0.25rem;
    height: 0.32rem;
    margin-right: 0.1rem;
  }

  .section-top-sale {
    padding-top: 0.3rem;
    margin-bottom: 0.5rem;
  }

  .special-banner {
    display: block;
    width: 100%;
  }
  .special-banner li {
    width: 100%;
    margin: 0;
  }
  .special-banner li.special-banner-big {
    width: 100%;
  }
  .special-banner li.special-banner-best {
    width: 100%;
  }
  .special-banner li img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  .section-top-campaign {
    padding: 0.7rem 0 0.4rem;
  }

  .slide-content {
    padding: 20px 40px 20px 35px;
  }
  .slide-content .slick-slide {
    padding: 0;
  }
  .slide-content .slick-slide a {
    display: block;
  }
  .slide-content .slick-slide img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  .slide-content .slick-slide .campaign-date {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    padding: 0.2rem 0 0.1rem;
  }
  .slide-content .slick-slide .campaign-date span {
    padding: 0.05rem 0.25rem;
    font-size: 0.24rem;
  }
  .slide-content .slick-slide .campaign-date span.date-color {
    background: #fdb901;
  }
  .slide-content .slick-slide .campaign-title {
    width: 100%;
    margin-bottom: 10px;
    font-weight: bold;
  }
  .slide-content .slick-slide .campaign-text {
    width: 100%;
    font-size: 0.22rem;
    line-height: 0.28rem;
  }

  .slide-content,
  .slide-arrow {
    padding: 0.25rem 0.45rem;
  }
  .slide-content .slick-prev,
  .slide-arrow .slick-prev {
    width: 0.5rem;
    height: 1rem;
    background: url(../img/common/icon_arrow_left.png) no-repeat;
    background-size: 0.25rem auto;
    position: absolute;
    top: 1rem;
    left: -0.4rem;
    text-indent: -9999px;
    cursor: pointer;
  }
  .slide-content .slick-next,
  .slide-arrow .slick-next {
    width: 0.5rem;
    height: 1rem;
    background: url(../img/common/icon_arrow_right.png) no-repeat;
    background-size: 0.25rem auto;
    position: absolute;
    top: 1rem;
    right: -0.7rem;
    text-indent: -9999px;
    cursor: pointer;
  }
  .slide-content .slick-dots,
  .slide-arrow .slick-dots {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    padding-top: 0.25rem;
  }
  .slide-content .slick-dots li,
  .slide-arrow .slick-dots li {
    margin: 0 6px;
    width: 10px;
  }
  .slide-content .slick-dots li button,
  .slide-arrow .slick-dots li button {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #cccccc;
    text-indent: -9999px;
    cursor: pointer;
  }
  .slide-content .slick-dots li.slick-active button,
  .slide-arrow .slick-dots li.slick-active button {
    background: #fdb901;
  }

  .notice-list {
    height: auto;
    padding: 0 0.2rem;
    background: #FFF;
    overflow: auto;
  }
  .notice-list li + li {
    border-top: 1px dotted #999999;
  }
  .notice-list li a {
    padding: 0.25rem 0;
    font-size: 0.21rem;
    line-height: 0.28rem;
  }
  .notice-list li a span {
    display: block;
    margin-bottom: 0.07rem;
    font-size: 0.21rem;
    font-weight: normal;
  }

  .section-top-new {
    padding: 0.4rem 0 0.4rem;
  }

  .slide-product {
    padding: 0;
  }

  .slide-product .slick-slide {
    padding: 0 12px;
  }
  .slide-product .slick-prev {
    width: 0.55rem;
    height: 0.65rem;
    background: url(../img/common/sp/icon_left.png) no-repeat center left;
    background-size: 100% auto;
    position: absolute;
    top: 0.8rem;
    left: -0.2rem;
    text-indent: -9999px;
    cursor: pointer;
    z-index: 99;
  }
  .slide-product .slick-next {
    width: 0.55rem;
    height: 0.65rem;
    background: url(../img/common/sp/icon_right.png) no-repeat center right;
    background-size: 100% auto;
    position: absolute;
    top: 0.8rem;
    right: -0.2rem;
    text-indent: -9999px;
    cursor: pointer;
    z-index: 99;
  }
  .slide-product .slick-dots {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    padding-top: 45px;
  }
  .slide-product .slick-dots li {
    margin: 0 6px;
  }
  .slide-product .slick-dots li button {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #cccccc;
    text-indent: -9999px;
    cursor: pointer;
  }
  .slide-product .slick-dots li.slick-active button {
    background: #fdb901;
  }

  .js-arrow .slick-prev {
    width: 0.55rem;
    height: 0.65rem;
    background: url(../img/common/sp/icon_left.png) no-repeat center left;
    background-size: 100% auto;
    position: absolute;
    top: 0.8rem;
    left: -0.2rem;
    text-indent: -9999px;
    cursor: pointer;
    z-index: 99;
  }
  .js-arrow .slick-next {
    width: 0.55rem;
    height: 0.65rem;
    background: url(../img/common/sp/icon_right.png) no-repeat center right;
    background-size: 100% auto;
    position: absolute;
    top: 0.8rem;
    right: -0.2rem;
    text-indent: -9999px;
    cursor: pointer;
    z-index: 99;
  }

  .js-nav-slide .slick-prev {
    width: 0.55rem;
    height: 0.65rem;
    margin-top: -0.15rem;
    background: url(../img/common/sp/icon_left.png) no-repeat center left;
    background-size: 100% auto;
    position: absolute;
    top: 0rem;
    left: 0;
    text-indent: -9999px;
    cursor: pointer;
    z-index: 99;
  }
  .js-nav-slide .slick-next {
    width: 0.55rem;
    height: 0.65rem;
    margin-top: -0.15rem;
    background: url(../img/common/sp/icon_right.png) no-repeat center right;
    background-size: 100% auto;
    position: absolute;
    top: 0;
    right: 0;
    text-indent: -9999px;
    cursor: pointer;
    z-index: 99;
  }

  .ranking-list {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
  }
  .ranking-list li {
    margin: 0 0.1rem;
    padding: 0.1rem;
    border: 0.01rem solid #eeeeee;
    background: #FFF;
  }
  .ranking-list li a {
    display: block;
  }
  .ranking-list li img {
    width: 100%;
    height: auto;
  }
  .ranking-list li .product-title {
    padding-top: 8px;
    font-weight: bold;
    color: #F00;
    letter-spacing: -1px;
  }
  .ranking-list li .product-title.product-title-small {
    padding-top: 0.1rem;
    font-weight: normal;
    color: #000;
    line-height: 0.38rem;
  }
  .ranking-list li .product-price {
    padding-top: 0.2rem;
    font-size: 0.2rem;
    line-height: 0.38rem;
  }
  .ranking-list li .product-price span {
    color: #F00;
    display: block;
  }
  .top-ranking-box .ranking-list li .product-price {
    padding-top: 0.2rem;
    font-size: 0.22rem;
    line-height: 0.38rem;
  }
  .top-ranking-box .ranking-list li .product-price span {
    padding:0;
  }
  .ranking-list .product-photo {
    position: relative;
  }
  .ranking-list .product-photo::before {
    width: 35px;
    height: 35px;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
  }

  .ellipsis_rank2 {
    position: relative;
    height: 60px;
    overflow: hidden;
    line-height: 20px;
    font-size: 0.22rem;
  height: 0.96rem;
  line-height: 0.32rem;
  }
@media only screen and (max-width: 767px) {
  .ellipsis_rank2 {
  height: 0.96rem;
  line-height: 0.32rem;
  }
  }
  .ellipsis_rank2:before, .ellipsis_rank2:after {
    position: absolute;
    background: #fff;
  }
  .ellipsis_rank2:before {
    content: "";
    bottom: 0;
    right: 0;
  }
  .ellipsis_rank2:after {
    content: "";
    width: 100%;
    height: 100%;
  }

  .ellipsis_rank3 {
    position: relative;
    height: 60px;
    overflow: hidden;
    line-height: 20px;
  }
  .ellipsis_rank3:before, .ellipsis_rank3:after {
    position: absolute;
    background: #fff;
  }
  .ellipsis_rank3:before {
    content: "";
    bottom: 0;
    right: 0;
  }
  .ellipsis_rank3:after {
    content: "";
    width: 100%;
    height: 100%;
  }

  .section-top-recommended {
    padding: 0 0 0.5rem;
  }
}
@media only screen and (max-width: 767px) and (-ms-high-contrast: active) {
  .slide-content .slick-slide .campaign-date span {
    padding: 5px 10px 0px;
    position: relative;
    top: -2px;
  }
}
.is-page {
  margin-bottom: -10px;
}

.search-list-main {
  border: 1px solid #eeeeee;
  border-radius: 3px;
  background: #FFF;
  margin-bottom: 80px;
}

.search-list-box {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 5px;
}
.search-list-box li {
  width: 178px;
  margin: 30px 15px 20px;
  padding-bottom: 45px;
  position: relative;
}
.search-list-box li a {
  display: block;
}
.search-list-box li img {
  width: 100%;
  height: auto;
  border:1px solid #ccc;
}
.search-list-box li ul {
  padding: 0;
}
.search-list-box .search-list-info dl dd {
  display: block;
  width: auto;
  margin: 0;
  font-weight: bold;
  padding-bottom: 15px;
}
.search-list-box .search-list-info dl dd span {
  font-weight: normal;
}
.search-list-box .search-list-info dl dd span.is-red {
  color: #F00;
}
.search-list-box li.is-sale .search-list-photo {
  position: relative;
}
.search-list-box li.is-sale .search-list-photo::before {
  width: 52px;
  height: 52px;
  background-image: url(../img/common/icon_sale.png);
  background-size: cover;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}
.search-list-box .search-list-photo-small {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: left;
  justify-content: left;
  margin-bottom: 8px;
}
.search-list-box .search-list-photo-small img {
  width: 58px;
  height: auto;
	border: none;
  margin: 0 5px 0 0;
}
.search-list-box .search-list-title {
  padding: 13px 0 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e9e9e9;
  font-size: 16px;
  line-height: 20px;
}
.search-list-box .search-list-title span {
	display: block;
}
.search-list-box .search-list-title span.sale {
  display: block;
  color: #f70202;
  font-weight: bold;
}
.search-list-box .is-item {
  padding: 8px 0 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e9e9e9;
}
.search-list-box .is-item .search-list-title {
  padding: 0;
  margin-bottom: 0;
  border-bottom: none;
  font-size: 16px;
  line-height: 20px;
}
.search-list-box .search-list-btn {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  position: absolute;
  bottom: 0;
}
.search-list-box .search-list-btn .btn-left {
  width: 125px;
}
.search-list-box .search-list-btn .btn-left a ,
.search-list-box .search-list-btn .btn-left input {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  height: 45px;
  width: 125px;
  padding: 4px 0 3px;
  border-radius: 3px;
  background: #848484;
  color: #ffe063;
  text-align: center;
}
.search-list-box .search-list-btn .btn-left a.is-orange ,
.search-list-box .search-list-btn .btn-left input.is-orange {
  background: #f25c02;
  color: #ffffff;
}
.search-list-box .search-list-btn .btn-left input.is-blue {
	background-color: #0f69bb;
	color: #ffffff;
}
.search-list-box .search-list-btn .btn-left a.is-white ,
.search-list-box .search-list-btn .btn-left input.is-white {
  border: 1px solid #cccccc;
  background: #f4f4f4;
  color: #666666;
}
.search-list-box .search-list-btn .btn-left a.is-red ,
.search-list-box .search-list-btn .btn-left input.is-red {
  border: 1px solid #cccccc;
  background: #ffffff;
  color: #ff0000;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: -0.05em;
}
.search-list-box .search-list-btn .btn-left a span ,
.search-list-box .search-list-btn .btn-left input span {
  font-size: 12px;
}
.search-list-box .search-list-btn .btn-right a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 45px;
  height: 45px;
  background: url(../img/products/icon_heart.png) no-repeat center center;
  background-size: 25px auto;
  border: 1px solid #CCC;
  border-radius: 3px;
}
.search-list-box .search-list-btn .btn-left a.is-red span.eos{
	font-weight: normal;
	font-size: 120%;
	color:#000;
}
.search-list-box .search-list-btn .btn-right a.is-liked, .search-list-box .search-list-btn .btn-right a:hover {
  background: url(../img/products/icon_heart_on.png) no-repeat center center;
  background-size: 25px auto;
}
.search-list-box .search-list-btn .btn-right a img {
  display: none;
}
.search-list-box .search-list-input {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
	 -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: left;
  align-items: left;
  padding: 15px 0 10px;
  border-top: 1px solid #e9e9e9;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
.search-list-box .search-list-input span {
  color: #666666;
  font-size:90%;
}
.search-list-box .search-list-input select {
  width: 100%;
  height: 25px;
  line-height: 25px;
  padding: 0 5px;
  border-radius: 3px;
  border: 1px solid #cccccc;
  background: url(../img/common/icon_input.png) no-repeat right 10px center;
	margin-bottom: 8px;
	font-size:90%;
}

.top-recently-box .sec-title {
  padding-left: 5px;
}
.top-recently-box .sec-title img {
  margin-right: 5px;
}

@media only screen and (max-width: 767px) {
  .is-page {
    margin-bottom: 0;
  }

  .search-list-main {
    border: none;
    background: none;
    margin-bottom: 0;
  }

  .search-list-box {
    display: block;
    padding-left: 0;
  }
  .search-list-box li {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row;
    flex-direction: row;
    width: 100%;
    margin: 0 0 0.35rem;
    padding: 0.2rem;
    position: relative;
    border: 1px solid #eeeeee;
    border-radius: 3px;
    background: #FFF;
  }
  .search-list-box li .search-list-info {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 10rem;
    margin-left: 0.2rem;
  }
  .search-list-box li img {
    width: 350px;
    height: auto;
  }
  .search-list-box li ul {
    padding: 0;
  }
  .search-list-box .search-list-info dl dd  {
    border: none;
    padding: 0;
    font-size: 0.22rem;
    font-weight: normal;
    letter-spacing: -0.01rem;
  }
  .search-list-box .search-list-info dl dd :first-child {
    font-size: 0.18rem;
    letter-spacing: 0;
  }
  .search-list-box .search-list-info dl dd br {
    display: none;
  }
  .search-list-box li.is-sale .search-list-photo {
    position: relative;
  }
  .search-list-box li.is-sale .search-list-photo::before {
    width: 52px;
    height: 52px;
    background-image: url(../img/common/icon_sale.png);
    background-size: cover;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
  }
  .search-list-box li.is-sale .search-list-photo span {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    margin-top: 8px;
  }
  .search-list-box li.is-sale .search-list-photo span img {
    width: 58px;
    height: auto;
  }
  .search-list-box .is-item {
    padding: 0 0 0.1rem;
    margin-bottom: 0.1rem;
  }
  .search-list-box .is-item .search-list-title {
    padding: 0 0 0.15rem;
    margin-bottom: 0;
    border-bottom: none;
    font-size: 0.22rem;
    line-height: 0.3rem;
  }
  .search-list-box .search-list-title {
    padding: 0 0 0.15rem;
    margin-bottom: 0;
    border-bottom: none;
    font-size: 0.22rem;
    line-height: 0.3rem;
  }
  .search-list-box .search-list-title span.sale {
    display: block;
    color: #f70202;
    font-weight: bold;
  }
  .search-list-box .search-list-btn {
    width: auto;
    padding-top: 0.35rem;
    position: relative;
  }
  .search-list-box .search-list-btn .btn-left {
    width: auto;
  }
  .search-list-box .search-list-btn .btn-left a ,
  .search-list-box .search-list-btn .btn-left input {
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 2.6rem;
    height: 0.9rem;
    padding: 0.1rem 0rem;
    font-size: 0.24rem;
  }
  .search-list-box .search-list-btn .btn-left a.is-red ,
  .search-list-box .search-list-btn .btn-left input.is-red {
    font-size: 0.2rem;
  }
  .search-list-box .search-list-btn .btn-left a span ,
  .search-list-box .search-list-btn .btn-left input span {
    font-weight: normal;
    font-size: 0.2rem;
  }
  .search-list-box .search-list-btn .btn-right a {
    width: 0.9rem;
    height: 0.9rem;
    padding: 0.2rem;
  }
  .search-list-box .search-list-btn .btn-right a img {
    width: 0.4rem;
    height: auto;
  }
  .search-list-box .search-list-input {
    padding: 0.15rem 0 0;
    border-top: none;
  }
  .search-list-box .search-list-input span {

  }
  .search-list-box .search-list-input select {
    width: 100%;
    height: 0.6rem;
		margin: 0.1rem 0 0.2rem 0;
  }
  .search-list-box .search-list-photo-small {
    margin: 0;
  }
  .search-list-box .search-list-photo-small img {
    width: 32%;
    height: 32%;
  }
}
.detail-main {
  border: 1px solid #eeeeee;
  border-radius: 3px;
  background: #FFF;
  margin: 10px auto 65px;
}
#detail-freearea {
  padding: 20px;
  margin-bottom: 15px;
  position: relative;
}
.detail-slide {
  padding: 20px;
  margin-bottom: 15px;
  position: relative;
}
.detail-slide::after {
  content: "." !important;
  clear: both !important;
  display: block !important;
  height: 0 !important;
  visibility: hidden !important;
  font-size: 0 !important;
}

.detail-slide-top {
  float: right;
  width: 500px;
}
.detail-slide-top .text-box {
  margin-bottom: 20px;
  padding: 13px 10px 14px;
  border: 1px solid #999999;
}
.detail-slide-top .detail-photo-small {
  display: -webkit-flex;
  display: flex;
}
.detail-slide-top .detail-photo-small img {
  width: auto;
  height: 22px;
  margin-right: 7px;
}
.detail-slide-top .detail-title {
  padding: 8px 0 20px;
  border-bottom: 1px solid #dddddd;
  font-size: 22px;
  font-weight: bold;
  line-height: 28px;
}
.detail-slide-top .detail-title span {
  display: block;
  color: #ff0000;
}

.detail-slide-center {
  float: left;
  width: 500px;
}
.detail-slide-center .detail-slide-list li {
}
.detail-slide-center .detail-slide-list img {
  width: 99.8%;
  height: auto;
  border: 1px solid #dddddd;
}
.detail-slide-center .detail-slide-list .is-sale:before {
  content: "";
  width: 147px;
  height: 147px;
  background: url(../img/common/icon_sale.png) no-repeat 0 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}
.detail-slide-center .slick-dots {
  display: none !important;
}
.detail-slide-center .slick-arrow {
  display: block;
  width: 56px;
  height: 64px;
  position: absolute;
  text-indent: -9999px;
  cursor: pointer;
  z-index: 99;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.detail-slide-center .slick-arrow.slick-prev {
  background: url(../img/products/icon_arrow_left.png) no-repeat;
  background-size: cover;
  left: 0;
}
.detail-slide-center .slick-arrow.slick-next {
  background: url(../img/products/icon_arrow_right.png) no-repeat;
  background-size: cover;
  right: 0;
}

.detail-slide-bottom {
  float: right;
  width: 500px;
}
.detail-slide-bottom .text {
  padding: 20px 0 25px;
}
.detail-slide-bottom .detail-slide-like span{
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 140px;
  padding: 13px 10px 8px;
  border: 1px solid #dddddd;
  color: #999999;
  font-weight: bold;
}
.detail-slide-bottom .detail-slide-like span a{
  color: #999999;
  display:contents;
}
.detail-slide-bottom .detail-slide-like span img {
  width: 25px;
  height: auto;
  margin-left: 15px;
  margin-top:-3px;
}
.detail-slide-bottom .text-red {
  color: #FF0000;
  padding: 20px 0 18px;
}
.detail-slide-bottom .thumbnail-list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: initial;
}
.detail-slide-bottom .thumbnail-list li {
  width: 56px;
  height: 56px;
  border: 1px solid #dddddd;
  margin-right:8px;
}
.detail-slide-bottom .thumbnail-list li img {
  width: 100%;
  height: auto;
}

.detail-table {
  padding: 0 20px;
  margin-bottom: 80px;
}
.detail-table table {
  width: 100%;
  position: relative;
}
.detail-table table::before {
  width: 100%;
  height: 1px;
  background: #CCC;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
}
.detail-table table thead th {
  padding: 15px 10px;
  position: relative;
  background: #999999;
  text-align: center;
  color: #FFF;
}
.detail-table table thead th:nth-child(1) {
  width: 150px;
}
.detail-table table thead th:nth-child(2) {

}
.detail-table table thead th:nth-child(3) {

}
.detail-table table thead th:nth-last-child(5) {
  width: 135px;
}
.detail-table table thead th:nth-last-child(4) {
  width: 130px;
}
.detail-table table thead th:nth-last-child(3) {
  width: 85px;
}
.detail-table table thead th:nth-last-child(2) {
  width: 95px;
}
.detail-table table thead th:nth-last-child(1) {
  width: 120px;
}
.detail-table table thead th span {
  display: inline-block;
  text-align: left;
}
.detail-table table tbody td {
  padding: 25px 5px;
  text-align: center;
  position: relative;
}
.detail-table table tbody td:nth-child(1) {
  padding-left: 15px;
  text-align: left;
}
.detail-table table tbody td select {
  width: 75px;
  height: 35px;
  padding: 0 15px;
  border-radius: 3px;
  border: 1px solid #cccccc;
  background: url(../img/common/icon_input.png) no-repeat right 10px center;
	background-color: #FFF;
}
.detail-table table tbody td input.orderLot {
	background-color: #FFF;
}
.detail-table table tbody td.btn-cart a {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 4px 10px;
  border-radius: 3px;
  background: #f25c02;
  color: #FFF;
  font-size: 12px;
  font-weight: bold;
  line-height: 13px;
  margin-top: -7px;
}
.detail-table table tbody td.btn-cart a img {
  width: 20px;
  height: auto;
  margin-right: 10px;
}
.detail-table table tbody td.btn-cart a.pre-order {
	padding: 11px;
	background-color: #0f69bb;
}
.detail-table table.table-join td {
  padding: 25px 5px;
}
.detail-table table tbody tr{
  background-color: #eee;
  border-bottom:1px solid #ccc;
}
.detail-table table tbody tr:nth-child(odd){
  background-color: #fff;
}

.is-color-red {
  color: #ff0000;
}

.join-login {
  display: block;
  width: 395px;
  padding: 5px;
  border-radius: 2px;
  border: 1px solid #CCC;
  position: absolute;
  top: 50%;
  left: 15px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #fff;
}
.join-login.is-login {
  width: 270px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .join-login {
    top: 100%;
  }
  .join-login.is-user {
    top: 65%;
  }
}
.detail-btn {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-top: 20px;
}
.detail-btn li {
  margin: 0 10px;
}
.detail-btn li a {
  display: block;
  padding: 15px 20px 14px;
  border-radius: 3px;
  background: #1d599e;
  color: #FFF;
  text-align: center;
}
.detail-btn li a.is-button {
  border: 1px solid #cccccc;
  background: #f4f4f4;
  color: #666666;
}

.detail-nav-list {
  padding: 0 0 25px;
  margin: 0 20px;
}
.detail-nav-list ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: space-around;
  justify-content: center;
  padding: 16px 20px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  text-align: center;
}
.detail-nav-list ul li {
  padding: 5px 20px;
  border-left: 1px solid #cccccc;
}
.detail-nav-list ul li:first-child {
  border-left: none;
  padding-left: 0;
}
.detail-nav-list ul li:last-child {
  padding-right: 0;
}
.detail-nav-list ul li a {
  padding: 0 20px 0 0;
  position: relative;
  background: url(../img/products/icon_arrow_blue.png) no-repeat center right;
  background-size: 12px auto;
  font-size: 16px;
  color: #0033ff;
}

.detail-item {
  margin: 0 20px 30px;
}
.detail-item img{
	max-width: 100%;
}
.detail-item .detail-item-title {
  margin: 10px 0 20px;
  padding: 4px 20px 1px;
  border-radius: 3px;
  border: 1px solid #cdcdcd;
  background: #f0f0f0;
  font-size: 22px;
  font-weight: bold;
}
.detail-item .detail-item-text {
  margin: 0 15px;
}
.detail-item .detail-item-text p {
  padding-bottom: 26px;
}

@media print, (min-width: 768px) {
  .detail-item-text {
    display: block !important;
  }
	.detail-pickup ul li dl{
  	display: -webkit-flex;
  	display: flex;
  	-webkit-justify-content: space-between;
  	justify-content: space-between;
  	width: 485px;
  	margin: 0 0 35px 40px;
	}
}
.detail-pickup {
  padding: 70px 0 30px;
}
.detail-pickup .detail-pickup-title {
  margin-bottom: 20px;
  padding: 5px 40px;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 1px;
}
.detail-pickup ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.detail-pickup .pickup-photo {
  width: 138px;
}
.detail-pickup .pickup-photo img {
  width: 100%;
  height: auto;
  border:1px solid #ccc;
}

.is-sale:before {
  width: 53px;
  height: 53px;
  background-image: url(../img/common/icon_sale.png);
  background-size: cover;
  content: "";
  position: absolute;
}

.detail-pickup .pickup-box {
  width: 330px;
}

.detail-pickup .pickup-box .pickup-reduce {
  font-weight: bold;
  color: #ff0000;
  margin-bottom: 2px;
  font-size: 15px;
  line-height: 15px;
  padding-top: 2px;
  padding-bottom: 3px;
}
@media only screen and (max-width: 767px) {
.detail-pickup .pickup-box .pickup-reduce {
	font-weight: bold;
	color: #ff0000;
	margin-bottom: 0.07rem;
	height: 0.4rem;
	font-size: 0.2rem;
	letter-spacing: -0.02rem;
	word-wrap: break-word;
	padding-top: 8px;
}
}

.detail-pickup .pickup-box .pickup-title {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 20px;
}

.detail-pickup .pickup-box .pickup-price {
  padding-bottom: 10px;
}
.detail-pickup .pickup-box .pickup-price span {
  color: #ff0000;
}

@media only screen and (max-width: 767px) {
  .is-color-red-mobile {
    color: #ff0000;
  }
  dl.tbl dd.sp-list-price {
    padding: 0.36rem 0.2rem !important;
  }

  .detail-main {
    border: none;
    background: none;
    margin: 0 auto 0.5rem;
  }
	#detail-freearea {
		padding: 0;
    margin-bottom: 0;
	}

  .detail-slide {
    padding: 0;
    margin-bottom: 0;
  }

  .detail-slide-top {
    float: inherit;
    width: 100%;
    padding-top: 0.35rem;
  }
  .detail-slide-top .text-box {
    margin-bottom: 0.3rem;
    padding: 0.15rem 0.2rem;
  }
  .detail-slide-top .detail-photo-small {
    display: -webkit-flex;
    display: flex;
  }
  .detail-slide-top .detail-photo-small img {
    width: 72px;
  }
  .detail-slide-top .detail-title {
    padding: 0.25rem 0 0.25rem;
    border-bottom: none;
    font-size: 0.3rem;
    line-height: 0.44rem;
    font-weight: normal;
  }
  .detail-slide-top .detail-title span {
    font-weight: bold;
  }

  .detail-slide-center {
    float: inherit;
    width: 100%;
    background: #FFF;
    border: 1px solid #cccccc;
    border-bottom: none;
    padding: 0.2rem;
  }
  .detail-slide-center .detail-slide-list .is-sale:before {
    width: 30.125%;
    height: 30.125%;
    background-size: contain;
  }
  .detail-slide-center .slick-dots {
    display: none !important;
  }
  .detail-slide-center .slick-arrow {
    width: 40px;
    height: 45px;
  }
  .detail-slide-center .slick-arrow.slick-prev {
    background: url(../img/products/icon_arrow_left.png) no-repeat;
    background-size: cover;
    left: 0;
  }
  .detail-slide-center .slick-arrow.slick-next {
    background: url(../img/products/icon_arrow_right.png) no-repeat;
    background-size: cover;
    right: 0;
  }

  .detail-slide-bottom {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    float: inherit;
    width: 100%;
    background: #FFF;
    border: 1px solid #cccccc;
    border-bottom: none;
    border-top: none;
    padding: 0 0.2rem;
  }
  .detail-slide-bottom .text {
    -webkit-order: 2;
    order: 2;
    padding: 0.3rem 0 0.35rem;
  }
  .detail-slide-bottom .detail-slide-like {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-order: 3;
    order: 3;
  }
  .detail-slide-bottom .detail-slide-like .detail-slide-btn {
    width: 49%;
  }
  .detail-slide-bottom .detail-slide-like .detail-slide-btn a {
    padding: 0.25rem;
    background: #1d599e;
    text-align: center;
    color: #ffffff;
    display: block;
    font-weight: bold;
  }
  .detail-slide-bottom .detail-slide-like span {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 49%;
    padding: 0.24rem;
  }
  .detail-slide-bottom .detail-slide-like span a{
    display: inline-flex;
  }
  .detail-slide-bottom .detail-slide-like span img {
    width: 0.35rem;
    height: 0.30rem;
		margin-top: 0px;
  }
  .detail-slide-bottom .text-red {
    -webkit-order: 4;
    order: 4;
    color: #FF0000;
    padding: 0.2rem 0 0.35rem;
  }
  .detail-slide-bottom .thumbnail-list {
    -webkit-order: 1;
    order: 1;
    display: -webkit-flex;
    display: flex;
  }
  .detail-slide-bottom .thumbnail-list li {
    width: 0.75rem;
    height: 0.75rem;
  }

  .detail-table {
    padding: 0.3rem 0.2rem 0.5rem;
    margin: 0;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    background: #FFF;
  }
  .detail-table table {
    display: -webkit-flex;
    display: flex;
    border: 1px solid #cccccc;
    border-bottom: none;
  }
  .detail-table table::before {
    display: none;
  }
  .detail-table table thead {
    width: 3rem;
  }
  .detail-table table thead th {
    display: block;
    padding: 0.2rem 0.2rem !important;
    width: 2.5rem !important;
    text-align: left;
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
  }
  .detail-table table tbody td {
    display: block;
    padding: 0.2rem 0.2rem !important;
    text-align: left;
    border-bottom: 1px solid #cccccc;
    width: 4.14rem !important;
  }
  .detail-table table tbody td select {
    width: 75px;
    height: 35px;
    padding: 0 15px;
    border-radius: 3px;
    border: 1px solid #cccccc;
    background: url(../img/common/icon_input.png) no-repeat right 10px center;
  }
  .detail-table table tbody td.is-color-red br {
    display: none;
  }
  .detail-table table tbody td.is-color-red span {
    display: block;
    padding: 0.16rem 0;
  }
  .detail-table table tbody td .is-bold {
    font-weight: bold;
  }
  .detail-table table tbody td p {
    padding: 0.165rem 0;
  }
  .detail-table table tbody td.btn-cart a {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 4px 10px;
    border-radius: 3px;
    background: #f25c02;
    color: #FFF;
    font-size: 12px;
    font-weight: bold;
    line-height: 13px;
  }
  .detail-table table tbody td.btn-cart a img {
    width: 20px;
    height: auto;
    margin-right: 10px;
  }
  .detail-table table.table-join td {
    padding: 25px 5px;
  }

  .is-color-red {
    color: #ff0000;
  }

  .join-login {
    display: block;
    width: 395px;
    padding: 5px;
    border-radius: 2px;
    border: 1px solid #CCC;
    position: absolute;
    top: 50%;
    left: 15px;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .join-login.is-login {
    width: 270px;
  }

  .detail-btn {
    display: block;
    padding-top: 0.2rem;
  }
  .detail-btn li {
    margin: 0;
  }
  .detail-btn li a {
    display: block;
    padding: 0.25rem 0.3rem;
    border-radius: 3px;
    background: #1d599e;
    color: #FFF;
    font-weight: bold;
    text-align: center;
  }
  .detail-btn li a.is-button {
    border: 1px solid #cccccc;
    background: #f4f4f4;
    color: #666666;
  }
  .detail-btn.is-detail-btn {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .detail-btn.is-detail-btn li:first-child {
    width: 2.6rem;
  }
  .detail-btn.is-detail-btn li:last-child {
    width: 3.8rem;
  }

  .detail-list-box {
    border: 1px solid #cccccc;
    border-top: none;
    background: #FFF;
    padding: 0.3rem 0.2rem 0.5rem;
  }

  .detail-item {
    margin: 0;
  }
  .detail-item .detail-item-title {
    margin: 0.02rem 0;
    padding: 0.1rem 0.2rem;
    position: relative;
    font-size: 0.28rem;
    font-weight: normal;
  }
  .detail-item .detail-item-title::before {
    width: 0.35rem;
    height: 0.35rem;
    margin-top: -0.175rem;
    position: absolute;
    top: 50%;
    right: 0.3rem;
    background: url(../img/feature/icon_down.png) no-repeat center center;
    background-size: 0.35rem auto;
    content: "";
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .detail-item .detail-item-title.active::before {
    transform: rotate(-180deg);
  }
  .detail-item .detail-item-text {
    margin: 0 0.15rem;
    padding-bottom: 0.1rem;
    display: none;
  }
  .detail-item .detail-item-text p {
    padding: 0.2rem 0 0.1rem;
  }

  .detail-pickup {
    padding: 0.8rem 0 0.1rem;
  }
  .detail-pickup .detail-pickup-title {
    margin-bottom: 1em;
    padding: 0.2rem;
    text-align: center;
    font-size: 0.3rem;
    font-weight: normal;
  }
  .detail-pickup .detail-pickup-title span {
    background: url(../img/products/icon_stars.png) no-repeat 0 center;
    background-size: 1.4em auto;
    padding-left: 2em;
  }
  .detail-pickup ul li {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 0 0.1rem;
    padding: 0.1rem;
    border: 0.01rem solid #eeeeee;
    background: #FFF;
    height: 5.8rem;
  }
  .detail-pickup .pickup-photo {
    width: 100%;
  }

  .detail-pickup .pickup-box {
    width: 100%;
  }
  .detail-pickup .pickup-box .pickup-title {
    padding-top: 0.15rem;
    margin-bottom: 0.15rem;
  }
  .detail-pickup .pickup-box .pickup-title a{
    font-size: 0.22rem;
    line-height: 0.32rem;
    height: 0.96rem;
    position: relative;
    overflow: hidden;
    display: inline-block;
  }
  .detail-pickup .pickup-box .pickup-title_discount {
    padding-top: 0;
    margin-bottom: 0.15rem;
  }
  .detail-pickup .pickup-box .pickup-title_discount a{
    font-size: 0.22rem;
    line-height: 0.32rem;
    height: 0.64rem;
    position: relative;
    overflow: hidden;
    display: inline-block;
  }
  .detail-pickup .pickup-box .pickup-price {
    padding-bottom: 0.15rem;
    font-size: 0.22rem;
  }
  .detail-pickup .pickup-box .pickup-price span {
    display: block;
  }
  .detail-pickup .pickup-box .pickup-text {
    font-size: 0.22rem;
    line-height: 0.32rem;
    height: 1.5rem;
    position: relative;
    overflow: hidden;
    display: inline-block;
  }
  .detail-pickup .slick-prev {
    width: 0.55rem;
    height: 0.65rem;
    background: url(../img/common/sp/icon_left.png) no-repeat center left;
    background-size: 100% auto;
    position: absolute;
    top: 0.8rem;
    left: -0.2rem;
    text-indent: -9999px;
    cursor: pointer;
    z-index: 99;
  }
  .detail-pickup .slick-next {
    width: 0.55rem;
    height: 0.65rem;
    background: url(../img/common/sp/icon_right.png) no-repeat center right;
    background-size: 100% auto;
    position: absolute;
    top: 0.8rem;
    right: -0.2rem;
    text-indent: -9999px;
    cursor: pointer;
    z-index: 99;
  }

  .top-recently-box .sec-title {
    font-size: 0.42rem;
    margin-bottom: 1em;
  }
  .top-recently-box .sec-title img {
    width: 0.45rem;
  }

  .is-mobile-btn {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 0.2rem 0 0;
  }
  .is-mobile-btn li select {
    width: 2.6rem;
    height: 0.8rem;
    padding: 0 0.25rem;
    border-radius: 3px;
    border: 1px solid #cccccc;
    background: url(../img/common/icon_input.png) no-repeat right 10px center;
  }
  .is-mobile-btn li a {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 3.8rem;
    height: 0.8rem;
    padding: 0 0.25rem;
    border-radius: 3px;
    background: #f25c02;
    color: #FFF;
    font-size: 0.24rem;
    font-weight: bold;
    line-height: 0.24rem;
  }
  .is-mobile-btn li a br {
    display: none;
  }
  .is-mobile-btn li a img {
    width: 0.4rem;
    height: auto;
    margin-right: 0.1rem;
  }
	.is-mobile-btn li a.pre-order {
		padding: 11px;
		background-color: #0f69bb;
	}
  .is-btn-red {
    padding-top: 0.2rem;
  }
  .is-btn-red a {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    border: 1px solid #ccc;
    height: 0.8rem;
    padding: 0 0.25rem;
    border-radius: 3px;
    color: #ff0000;
    font-size: 0.24rem;
    font-weight: bold;
    line-height: 0.24rem;
  }
  .is-btn-red.is-color a {
    color: #000;
  }

  .is-breadcrumb .slick-prev,
  .is-breadcrumb .slick-next {
    width: 0.55rem;
    height: 0.65rem;
    position: absolute;
    top: -0.18rem;
    text-indent: -9999px;
    cursor: pointer;
    z-index: 99;
  }
  .is-breadcrumb .slick-prev.slick-disabled,
  .is-breadcrumb .slick-next.slick-disabled {
    display: none !important;
  }
  .is-breadcrumb .slick-next {
    right: 0;
    background: url(../img/common/sp/icon_right.png) no-repeat center right;
    background-size: 100% auto;
  }
  .is-breadcrumb .slick-prev {
    left: 0;
    background: url(../img/common/sp/icon_left.png) no-repeat center left;
    background-size: 100% auto;
  }
	.set-not-available {
	display: -webkit-flex;
display: flex;
-webkit-align-items: center;
align-items: center;
-webkit-justify-content: center;
justify-content: center;
width: 3.8rem;
height: 0.8rem;
padding: 0 0.25rem;
border-radius: 3px;
background: #FFF;
color: #000;
font-size: 0.24rem;
font-weight: bold;
line-height: 0.24rem;
	}
}
.feature-main {
  border: 1px solid #eeeeee;
  border-radius: 3px;
  background: #FFF;
  margin: 10px auto 65px;
}

.feature-key {
  padding: 20px 10px 0px;
}
.feature-key .feature-title {
  margin-bottom: 15px;
  padding: 0 10px;
  font-size: 28px;
  font-weight: bold;
}
.feature-key .feature-key-photo {
  margin: 0 10px;
}

.feature-key-list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 18px;
}
.feature-key-list li {
  width: 250px;
  margin: 0 3px 10px 10px;

  display: block;
  padding: 6px;
  background: #5baadc;
  text-align: center;
  color: #ffffff;
  font-size: 18px;
}
.feature-key-list li.is-active a, .feature-key-list li:hover a {
  background: #b6e0fb;
  color: #1d599e;
}

.feature-about {
  margin: 0 20px;
  padding: 10px 0 70px;
}
.feature-about .feature-about-title {
  width: 800px;
  width: 100%;
  padding: 5px 0 20px;
  font-size: 22px;
  font-weight: bold;
  line-height: 28px;
}
.feature-about .feature-about-text {
  width: 800px;
  width: 100%;
  padding-bottom: 30px;
}

.feature-btn {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 15px 20px;
  border-radius: 3px;
  background: url(../img/feature/bg_feature_btn.jpg) repeat;
}
.feature-btn li {
  width: 490px;
}
.feature-btn li.is-full {
  width: 100%;
}
.feature-btn li a {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
  height: 78px;
  border: 1px solid #1d599e;
  border-radius: 3px;
  background: #FFF;
  font-size: 24px;
  color: #1d599e;
}
.feature-btn li.is-cart a {
  border: none;
  background: #f25c02;
  color: #ffffff;
  font-weight: bold;
}
.feature-btn li.is-cart a img {
  width: 32px;
  height: auto;
  margin-right: 10px;
  position: relative;
  top: -2px;
}

.feature-point {
  padding: 0 20px 80px;
}

.feature-title-blue {
  margin-bottom: 35px;
  position: relative;
}
.feature-title-blue span {
  display: block;
  padding: 18px;
  position: relative;
  border-radius: 3px;
  border: 3px solid #5baadc;
  background: #FFF;
  text-align: center;
  color: #5baadc;
  font-weight: bold;
  font-size: 24px;
  z-index: 1;
}
.feature-title-blue::before, .feature-title-blue::after {
  width: 45px;
  height: 35px;
  border: solid 2px #5baadc;
  background: #5baadc;
  content: "";
  position: absolute;
  bottom: -5px;
}
.feature-title-blue::before {
  left: 5px;
  transform: rotate(120deg);
}
.feature-title-blue::after {
  right: 5px;
  transform: rotate(60deg);
}

.feature-point-list {
  display: -webkit-flex;
  display: flex;
  padding: 10px 0 5px;
}
.feature-point-list li {
	display: -webkit-flex;
  display: flex;
	flex-direction: column;
	-webkit-flex-direction: column;
  width: 318px;
  margin: 0 10px 0 16px;
}
.feature-point-list .feature-point-box {
  padding: 18px;
  border-radius: 3px;
  background: #FFF;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	height: 100%;
}
.feature-point-list .feature-point-box .point-text {
  margin: 15px 0 5px;
  line-height: 24px;
}
.feature-point-list .feature-point-box img {
  width: 100%;
  height: auto;
}
.feature-point-list .point-number {
  text-align: center;
  color: #5baadc;
  font-size: 16px;
}
.feature-point-list .point-number span {
  padding: 10px 5px;
  position: relative;
  background: url(../img/feature/icon_number.png) no-repeat top center;
  background-size: 28px auto;
  font-size: 35px;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
}

.feature-salons {
  padding: 0 20px 50px;
}
.feature-salons .feature-salons-note {
  padding: 35px 0 40px;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}
.feature-salons .feature-salons-note span {
  position: relative;
}
.feature-salons .feature-salons-note span::before {
  width: 25px;
  height: 27px;
  border-top: 2px solid #5baadc;
  border-left: 2px solid #5baadc;
  content: "";
  position: absolute;
  top: 0;
  left: -130px;
}
.feature-salons .feature-salons-note span::after {
  width: 25px;
  height: 27px;
  border-bottom: 2px solid #5baadc;
  border-right: 2px solid #5baadc;
  content: "";
  position: absolute;
  bottom: -5px;
  right: -130px;
}

.feature-salons-box {
  display: -webkit-flex;
  display: flex;
  padding: 20px 15px;
}
.feature-salons-box .feature-salons-photo {
  width: 465px;
  padding: 15px;
  margin-right: 40px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    height: 100%;
}
.feature-salons-box .feature-salons-photo img {
  width: 100%;
  height: auto;
}
.feature-salons-box .feature-salons-list {
  font-size: 20px;
    width:70%;
}
.feature-salons-box .feature-salons-list li {
  padding: 2px 0 2px 30px;
  margin-bottom: 15px;
  background: url(../img/feature/icon_check.png) no-repeat left top;
  background-size: 15px auto;
  letter-spacing: 3px;
}

.feature-salons-title-small {
  margin: 35px 0 30px;
  padding-top: 70px;
  background: url(../img/feature/icon_title.png) no-repeat center top;
  background-size: 671px auto;
  text-align: center;
  font-size: 34px;
}
.feature-salons-title-small span {
  padding: 0 40px;
  background: url(../img/feature/icon_title_left.png) no-repeat center left, url(../img/feature/icon_title_right.png) no-repeat center right;
  background-size: 12px auto;
}

.feature-salons-item {
  padding: 30px 0 45px;
  width: 610px;
  margin: auto;
  position: relative;
}
.feature-salons-item .salons-item-number {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  position: absolute;
  top: -5px;
  left: -55px;
  background: #5baadc;
  text-align: center;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
}
.feature-salons-item .salons-item-number .text {
  padding-top: 20px;
}
.feature-salons-item .salons-item-number .number {
  font-size: 40px;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
}
.feature-salons-item .salons-item-photo {
  margin-bottom: 30px;
}
.feature-salons-item .salons-item-photo img {
  width: 100%;
  height: auto;
}
.feature-salons-item .salons-item-desc {
  line-height: 20px;
}

.feature-detail {
  padding: 50px 20px 40px;
}
.feature-detail .feature-detail-photo {
  margin-bottom: 30px;
}

.feature-detail-list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 10px;
  margin: 0 -10px;
}
.feature-detail-list li {
  width: 320px;
  margin: 0 13px 35px;
  position: relative;
}
.feature-detail-list li::before {
  width: 100%;
  height: calc(100% - 55px);
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.feature-detail-list li.is-box-big {
  width: 659px;
}
.feature-detail-list li.is-box {
  width: 488px;
  padding-bottom: 40px;
}
.feature-detail-list .feature-detail-product img {
  width: 100%;
  height: auto;
}
.feature-detail-list .feature-detail-title {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 10px;
  position: relative;
  font-size: 18px;
}
.feature-detail-list .feature-detail-title::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 0 45px 30px;
  border-color: transparent transparent #dceef9 transparent;
  position: absolute;
  transform: rotate(35deg);
  top: -8px;
  left: 12px;
}
.feature-detail-list .feature-detail-title span {
  margin-right: 10px;
  position: relative;
  font-size: 34px;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.feature-detail-list .feature-detail-box {
  padding: 15px;
}
.feature-detail-list .feature-detail-box .feature-detail-text {
  padding: 15px 20px;
  line-height: 24px;
}

.feature-supplement {
  padding: 20px 20px;
}
.feature-supplement .feature-supplement-title {
  margin: 0 15px;
  position: relative;
  color: #999999;
  font-size: 24px;
  font-weight: bold;
}
.feature-supplement .feature-supplement-title::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 0 45px 35px;
  border-color: transparent transparent #dceef9 transparent;
  position: absolute;
  transform: rotate(30deg);
  top: 2px;
  left: -9px;
}
.feature-supplement .feature-supplement-title span {
  display: block;
  padding: 14px 0;
  border-bottom: 2px dashed #cccccc;
  position: relative;
}
.feature-supplement .feature-supplement-info {
  padding: 10px 15px 15px;
}
.feature-supplement .supplement-info-title {
  padding-bottom: 10px;
  font-size: 28px;
  letter-spacing: 1px;
}
.feature-supplement .supplement-info-box {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.feature-supplement .supplement-info-left {
  width: 730px;
}
.feature-supplement .supplement-info-left .supplement-info-text {
  padding: 0 0 30px;
  line-height: 24px;
}
.feature-supplement .supplement-info-left dl {
  margin-bottom: 25px;
}
.feature-supplement .supplement-info-left dl dt {
  display: inline;
  position: relative;
}
.feature-supplement .supplement-info-left dl dt::before {
  content: "";
  background-color: #b3b3b3;
  display: block;
  position: absolute;
  right: 15px;
  height: 60%;
  bottom: -3px;
  width: 100px;
  box-shadow: 0 0 8px 8px #b3b3b3;
  transform: rotate(3deg);
  z-index: 0;
}
.feature-supplement .supplement-info-left dl dt span {
  display: inline-block;
  position: relative;
  padding: 10px 15px 10px 10px;
  background: #fef8dc;
  font-size: 18px;
  color: #000;
  letter-spacing: 1px;
}
.feature-supplement .supplement-info-left dl dd {
  padding: 10px 0 5px 20px;
}
.feature-supplement .feature-supplement-right {
  width: 240px;
}
.feature-supplement .feature-supplement-right img {
  width: 100%;
  height: auto;
}

.feature-supplement-table {
  padding: 50px 20px 40px;
}
.feature-supplement-table .supplement-table-title {
  margin-bottom: 10px;
  font-size: 16px;
}
.feature-supplement-table .supplement-table-main {
  display: -webkit-flex;
  display: flex;
}
.feature-supplement-table .supplement-table-main table {
  width: 100%;
  border: 1px solid #FFF;
}
.feature-supplement-table .supplement-table-main table tr {
  border-top: 1px solid #FFF;
}
.feature-supplement-table .supplement-table-main table th {
  width: 23%;
  padding: 17px 15px;
  border-right: 1px solid #FFF;
  background: #dceef9;
  font-weight: bold;
}
.feature-supplement-table .supplement-table-main table td {
  padding: 17px 15px;
  background: #f0efef;
}

.feature-video {
  width: 765px;
  padding-bottom: 45px;
  margin: auto;
}
.feature-video .video-inner {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}
.feature-video .video-inner iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 0;
}

.feature-introduction {
  padding: 65px 20px 20px;
}
.feature-introduction .feature-introduction-box {
  padding: 50px 0 10px;
}
.feature-introduction .introduction-title {
  padding-left: 125px;
  position: relative;
  font-size: 28px;
}
.feature-introduction .introduction-title .title-number {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 88px;
  height: 88px;
  padding-top: 15px;
  position: absolute;
  top: 0;
  left: 20px;
  background: url(../img/feature/icon_star.png) no-repeat center top;
  text-align: center;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
}
.feature-introduction .introduction-title .title-number span {
  font-size: 40px;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
}
.feature-introduction .introduction-text {
  overflow: hidden;
  padding: 10px 20px 0 125px;
  line-height: 24px;
}
.feature-introduction .introduction-text .thumb {
  float: right;
  width: 250px;
  height: auto;
  margin-left: 30px;
}
.feature-introduction .introduction-text .thumb img {
  max-width: 100%;
}

.feature-benefits {
  padding: 40px 20px 80px;
}
.feature-benefits .feature-benefits-title {
  padding: 0 0 40px;
  text-align: center;
  color: #5baadc;
  font-size: 28px;
  font-weight: bold;
}
.feature-benefits .feature-benefits-title span {
  position: relative;
}
.feature-benefits .feature-benefits-title span::before, .feature-benefits .feature-benefits-title span::after {
  width: 30px;
  height: 2px;
  background: #5baadc;
  position: absolute;
  content: "";
  top: 15px;
}
.feature-benefits .feature-benefits-title span::before {
  left: -50px;
  -moz-transform: rotate(55deg);
  -ms-transform: rotate(55deg);
  -webkit-transform: rotate(55deg);
  transform: rotate(55deg);
}
.feature-benefits .feature-benefits-title span::after {
  right: -50px;
  -moz-transform: rotate(-55deg);
  -ms-transform: rotate(-55deg);
  -webkit-transform: rotate(-55deg);
  transform: rotate(-55deg);
}
.feature-benefits .feature-benefits-list {
  display: -webkit-flex;
  display: flex;
  padding: 0 10px 0 30px;
}
.feature-benefits .feature-benefits-list li {
  width: 275px;
  margin: 0 25px;
}
.feature-benefits .feature-benefits-list .benefits-title {
  padding-bottom: 20px;
  margin: 0 5px 15px 0;
  position: relative;
  background: url(../img/feature/line.png) no-repeat bottom center;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.feature-benefits .feature-benefits-list .benefits-title::before {
  width: 12px;
  height: 12px;
  margin-top: -10px;
  position: absolute;
  bottom: 0px;
  right: -10px;
  background: url(../img/feature/icon_star_small.png) no-repeat center center;
  background-size: 12px auto;
  content: "";
}
.feature-benefits .feature-benefits-list .benefits-text {
  line-height: 24px;
  text-align: justify;
}

.feature-before {
  padding: 50px 20px 50px;
}
.feature-before .feature-before-note {
  padding: 10px 15px 25px;
  font-size: 28px;
  letter-spacing: 1px;
}
.feature-before .feature-before-list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 50px;
  padding: 0 20px;
  background: url(../img/feature/icon_arrow.png) no-repeat center center;
  background-size: 57px auto;
}
.feature-before .feature-before-list li {
  width: 450px;
  padding: 15px 15px 40px;
  background: #f8f8f8;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.feature-before .feature-before-list li:last-child {
  background: #fefcf2;
}
.feature-before .feature-before-list .before-list-title {
  position: relative;
  font-size: 28px;
  color: #5baadc;
  text-align: center;
}
.feature-before .feature-before-list .before-list-title span {
  padding: 0px 30px 10px;
  display: inline-block;
  background: url(../img/feature/icon_before.png) no-repeat right top;
  background-size: 22px auto;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 2px;
}
.feature-before .feature-before-list .before-list-title.is-color {
  color: #fd686c;
}
.feature-before .feature-before-list .before-list-title.is-color span {
  background: url(../img/feature/icon_after.png) no-repeat right top;
  background-size: 24px auto;
}
.feature-before .feature-before-list .before-list-text {
  line-height: 24px;
}
.feature-before .feature-before-list .before-list-photo {
  margin-bottom: 15px;
}
.feature-before .feature-before-list .before-list-photo img {
  width: 100%;
  height: auto;
}

.feature-consumables {
  padding: 55px 20px 50px;
}
.feature-consumables .consumables-list {
  display: -webkit-flex;
  display: flex;
  padding: 10px 5px 50px;
}
.feature-consumables .consumables-list li {
  width: 320px;
  margin: 0 13px;
  padding: 15px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	display: -webkit-flex;
  display: flex;
	flex-direction: column;
	-webkit-flex-direction: column;
}
.feature-consumables .consumables-list .consumables-list-photo img {
  width: 100%;
  height: auto;
}
.feature-consumables .consumables-list .consumables-list-title {
  padding: 10px 0 15px;
  font-size: 18px;
}
.feature-consumables .consumables-list .consumables-list-text {
  margin-bottom: 25px;
  line-height: 24px;
	height: 100%;
}
.feature-consumables .consumables-list .consumables-list-btn {
  margin: 0 15px 10px;
}
.feature-consumables .consumables-list .consumables-list-btn a {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
  padding: 15px 20px 15px 5px;
  border-radius: 3px;
  background: #f25c02;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
}
.feature-consumables .consumables-list .consumables-list-btn a img {
  width: 24px;
  height: auto;
  margin-right: 10px;
  position: relative;
  top: -2px;
}

.feature-voice {
  padding: 60px 20px 50px;
}
.feature-voice .voice-list {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  padding: 10px 15px;
}
.feature-voice .voice-list li {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 35px;
}
.feature-voice .voice-list li:nth-child(even) {
  margin-left: 240px;
}
.feature-voice .voice-list .voice-list-title {
  text-align: center;
}
.feature-voice .voice-list .voice-list-title img {
  width: 110px;
  height: auto;
  margin-bottom: 10px;
}
.feature-voice .voice-list .voice-list-text {
  width: 600px;
  padding: 15px;
  margin-left: 55px;
  position: relative;
  border-radius: 10px;
  border: 1px solid #cccccc;
  line-height: 24px;
}
.feature-voice .voice-list .voice-list-text::before {
  width: 11px;
  height: 8px;
  margin-top: -4px;
  position: absolute;
  top: 50%;
  left: -10px;
  background: url(../img/common/icon_arrow.png) no-repeat top center;
  content: "";
  transform: rotate(-90deg);
}

.feature-faq {
  padding: 10px 20px 40px;
}
.feature-faq .feature-title-blue {
  margin-bottom: 45px;
}
.feature-faq .feature-btn {
  margin-top: 55px;
}
.feature-faq .feature-faq-list {
  margin: 3px 15px 0;
}
.feature-faq .feature-faq-title {
  padding: 15px 10px 15px 65px;
  position: relative;
  background: #f9f9f9;
  font-size: 18px;
  cursor: pointer;
}
.feature-faq .feature-faq-title::before {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  right: 20px;
  background: url(../img/feature/icon_down.png) no-repeat center center;
  background-size: 20px auto;
  content: "";
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.feature-faq .feature-faq-title.active::before {
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.feature-faq .feature-faq-title span {
  margin-right: 25px;
  position: absolute;
  top: 50%;
  left: 20px;
  font-size: 28px;
  color: #5baadc;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.feature-faq .feature-faq-text {
  padding: 15px 15px 15px 65px;
  border: 1px solid #cccccc;
  position: relative;
  line-height: 24px;
}
.feature-faq .feature-faq-text span {
  margin-right: 25px;
  position: absolute;
  top: 15px;
  left: 20px;
  font-size: 28px;
  color: #fd686c;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
}

@media only screen and (max-width: 767px) {
  .feature-main {
    margin: 0;
    border: none;
    background: none;
  }

  .feature-key {
    padding: 0.25rem 0 0px;
  }
  .feature-key .feature-title {
    margin-bottom: 0.25rem;
    padding: 0;
    font-size: 0.28rem;
  }
  .feature-key .feature-key-photo {
    margin: 0 -0.2rem;
  }
  .feature-key .feature-key-photo img {
    width: 100%;
    height: auto;
  }

  .feature-key-list {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 0.2rem;
  }
  .feature-key-list li {
    width: 3.45rem;
    margin: 0 0 0.15rem 0;
  }
  .feature-key-list li a {
    padding: 0.15rem;
    border-radius: 0.02rem;
    font-size: 0.24rem;
  }

  .feature-about {
    margin: 0;
    padding: 0.1rem 0 0.4rem;
  }
  .feature-about .feature-about-title {
    width: auto;
    padding: 0.05rem 0 0.25rem;
    font-size: 0.24rem;
    line-height: 0.32rem;
  }
  .feature-about .feature-about-text {
    width: auto;
    padding-bottom: 0.3rem;
  }

  .feature-btn {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 0.25rem 0.2rem;
    border-radius: 0;
    margin: 0 -0.2rem;
  }
  .feature-btn li {
    width: 3.45rem;
  }
  .feature-btn li a {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    height: 0.9rem;
    padding: 0.2rem;
    font-size: 0.24rem;
  }
  .feature-btn li span {
    display: none;
  }
  .feature-btn li.is-cart a img {
    width: 0.32rem;
    height: auto;
    margin-right: 0.1rem;
  }

  .feature-about .feature-btn {
    margin: 0 -0.2rem;
  }

  .feature-point {
    border: 1px solid #eeeeee;
    border-radius: 3px;
    background: #FFF;
    padding: 0.2rem 0.2rem 0.1rem;
    margin-bottom: 0.45rem;
  }

  .feature-title-blue {
    margin-bottom: 0.35rem;
  }
  .feature-title-blue span {
    display: block;
    padding: 0.2rem;
    border: 0.03rem solid #5baadc;
    font-size: 0.28rem;
  }
  .feature-title-blue::before, .feature-title-blue::after {
    width: 0.45rem;
    height: 0.35rem;
    border: solid 0.02rem #5baadc;
    background: #5baadc;
    content: "";
    position: absolute;
    bottom: -0.05rem;
  }
  .feature-title-blue::before {
    left: 0.05rem;
    transform: rotate(120deg);
  }
  .feature-title-blue::after {
    right: 0.05rem;
    transform: rotate(60deg);
  }

  .feature-point-list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.1rem 0 0.05rem;
  }
  .feature-point-list li {
    width: 100%;
    margin: 0 0 0.35rem 0;
  }
  .feature-point-list .feature-point-box {
    padding: 0.18rem;
  }
  .feature-point-list .feature-point-box .point-text {
    margin: 0.15rem 0 0.05rem;
    font-size: 0.2rem;
    line-height: 0.32rem;
  }
  .feature-point-list .feature-point-box img {
    width: 100%;
    height: auto;
  }
  .feature-point-list .point-number {
    text-align: center;
    color: #5baadc;
    font-size: 0.24rem;
  }
  .feature-point-list .point-number span {
    padding: 0.15rem 0.07rem;
    position: relative;
    background: url(../img/feature/icon_number.png) no-repeat top center;
    background-size: 0.28rem auto;
    font-size: 0.38rem;
  }

  .feature-salons {
    padding: 0;
  }
  .feature-salons .block-list {
    border: 1px solid #eeeeee;
    border-radius: 3px;
    background: #FFF;
    padding: 0.2rem 0.2rem 0;
    margin-bottom: 0.45rem;
  }
  .feature-salons .feature-salons-note {
    padding: 0.25rem 0 0.2rem;
    font-size: 0.24rem;
  }
  .feature-salons .feature-salons-note span {
    position: relative;
  }
  .feature-salons .feature-salons-note span::before {
    width: 0.25rem;
    height: 0.27rem;
    border-top: 0.02rem solid #5baadc;
    border-left: 0.02rem solid #5baadc;
    content: "";
    position: absolute;
    top: -0.05rem;
    left: -0.5rem;
  }
  .feature-salons .feature-salons-note span::after {
    width: 0.25rem;
    height: 0.27rem;
    border-bottom: 0.02rem solid #5baadc;
    border-right: 0.02rem solid #5baadc;
    content: "";
    position: absolute;
    bottom: -0.05rem;
    right: -0.5rem;
  }

  .feature-salons-box {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.2rem 0;
  }
  .feature-salons-box .feature-salons-photo {
    width: 100%;
    padding: 0.15rem;
    margin: 0 0.2rem 0.3rem;
  }
  .feature-salons-box .feature-salons-list {
    margin: 0 0.2rem;
    font-size: 0.24rem;
    width: 100%;
  }
  .feature-salons-box .feature-salons-list li {
    padding: 0.02rem 0 0.02rem 0.35rem;
    margin-bottom: 0.15rem;
    background: url(../img/feature/icon_check.png) no-repeat left top;
    background-size: 0.2rem auto;
    letter-spacing: 0;
  }

  .feature-salons-title-small {
    margin: 0.35rem 0 0.3rem;
    padding-top: 0.7rem;
    background: url(../img/feature/icon_title.png) no-repeat center top;
    background-size: 6rem auto;
    font-size: 0.34rem;
  }
  .feature-salons-title-small span {
    padding: 0 0.4rem;
    background: url(../img/feature/icon_title_left.png) no-repeat center left, url(../img/feature/icon_title_right.png) no-repeat center right;
    background-size: 0.15rem auto;
  }

  .feature-title-add {
    font-size: 0.28rem;
    text-align: center;
    color: #5baadc;
  }

  .feature-salons-item {
    padding: 0.3rem 0.4rem 0.45rem;
    width: 100%;
    margin: auto;
    position: relative;
  }
  .feature-salons-item .salons-item-number {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    width: 0.75rem;
    height: 0.75rem;
    top: 0;
    left: 0;
  }
  .feature-salons-item .salons-item-number .text {
    display: none;
  }
  .feature-salons-item .salons-item-number .number {
    font-size: 0.34rem;
  }
  .feature-salons-item .salons-item-photo {
    margin-bottom: 0.25rem;
  }
  .feature-salons-item .salons-item-desc {
    font-size: 0.22rem;
    line-height: 0.3rem;
  }

  .feature-detail {
    border: 1px solid #eeeeee;
    border-radius: 3px;
    background: #FFF;
    padding: 0.2rem 0.2rem 0.1rem;
    margin-top: 0.45rem;
  }
  .feature-detail .feature-detail-photo {
    margin-bottom: 0.3rem;
  }
  .feature-detail .feature-detail-photo img {
    width: 100%;
    height: auto;
  }

  .feature-detail-list {
    padding: 0 0.2rem;
  }
  .feature-detail-list li {
    width: 100%;
    margin: 0 0 0.35rem;
    position: relative;
  }
  .feature-detail-list li::before {
    width: 100%;
    height: calc(100% - 0.65rem);
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  }
  .feature-detail-list li.is-box-big {
    width: 100%;
  }
  .feature-detail-list li.is-box {
    width: 100%;
    padding-bottom: 0.1rem;
  }
  .feature-detail-list .feature-detail-product img {
    width: 100%;
    height: auto;
  }
  .feature-detail-list .feature-detail-title {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 0.1rem;
    position: relative;
    font-size: 0.24rem;
  }
  .feature-detail-list .feature-detail-title::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0px 0 0.45rem 0.35rem;
    border-color: transparent transparent #dceef9 transparent;
    position: absolute;
    transform: rotate(35deg);
    top: -0.02rem;
    left: 0.15rem;
  }
  .feature-detail-list .feature-detail-title span {
    margin-right: 0.1rem;
    padding-top: 0.1rem;
    position: relative;
    font-size: 0.38rem;
  }
  .feature-detail-list .feature-detail-box {
    padding: 0.15rem;
  }
  .feature-detail-list .feature-detail-box .feature-detail-text {
    font-size: 0.22rem;
    padding: 0.15rem 0 0.1rem;
    line-height: 0.32rem;
  }

  .feature-supplement {
    padding: 0;
  }
  .feature-supplement .block-list {
    border: 1px solid #eeeeee;
    border-radius: 3px;
    background: #FFF;
    padding: 0.2rem 0.2rem 0;
    margin: 0.45rem 0;
  }
  .feature-supplement .feature-supplement-title {
    margin: 0 0.15rem;
    font-size: 0.24rem;
  }
  .feature-supplement .feature-supplement-title::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0px 0 0.45rem 0.35rem;
    border-color: transparent transparent #dceef9 transparent;
    position: absolute;
    top: 0;
    left: -0.1rem;
  }
  .feature-supplement .feature-supplement-title span {
    display: block;
    padding: 0.15rem 0;
    border-bottom: 0.02rem dashed #cccccc;
    position: relative;
  }
  .feature-supplement .feature-supplement-info {
    padding: 0.15rem;
  }
  .feature-supplement .supplement-info-title {
    padding-bottom: 0.2rem;
    font-size: 0.28rem;
    letter-spacing: 0;
  }
  .feature-supplement .supplement-info-box {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-direction: column;
    position: relative;
  }
  .feature-supplement .supplement-info-left {
    width: 100%;
  }
  .feature-supplement .supplement-info-left .supplement-info-text {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 0 0 0.3rem;
    line-height: 0.28rem;
  }
  .feature-supplement .supplement-info-left .supplement-info-text img {
    width: 2.4rem;
    max-height: 3.2rem;
    margin-left: 0.2rem;
  }
  .feature-supplement .supplement-info-left dl {
    margin-bottom: 0.25rem;
  }
  .feature-supplement .supplement-info-left dl dt {
    display: inline;
    position: relative;
  }
  .feature-supplement .supplement-info-left dl dt::before {
    width: 1.2rem;
    bottom: -2px;
  }
  .feature-supplement .supplement-info-left dl dt span {
    display: inline-block;
    position: relative;
    padding: 0.15rem 0.15rem;
    background: #fef8dc;
    font-size: 0.24rem;
    color: #000;
    letter-spacing: 0;
    word-break: break-all;
  }
  .feature-supplement .supplement-info-left dl dd {
    padding: 0.15rem 0 0.05rem 0.15rem;
  }
  .feature-supplement .feature-supplement-right {
    display: none;
  }

  .feature-supplement-table {
    padding: 0.5rem 0 0.55rem;
  }
  .feature-supplement-table .supplement-table-title {
    margin-bottom: 0.2rem;
    font-size: 0.2rem;
  }
  .feature-supplement-table .supplement-table-main {
    display: -webkit-flex;
    display: flex;
  }
  .feature-supplement-table .supplement-table-main table th {
    width: 2.3rem;
    padding: 0.15rem 0.1rem;
    font-size: 0.18rem;
    font-weight: bold;
  }
  .feature-supplement-table .supplement-table-main table td {
    padding: 0.15rem 0.1rem;
    font-size: 0.18rem;
  }

  .feature-video {
    width: 100%;
    padding-bottom: 0.45rem;
    margin: auto;
  }
  .feature-video img {
    width: 100%;
    height: auto;
  }

  .feature-introduction {
    border: 1px solid #eeeeee;
    border-radius: 3px;
    background: #FFF;
    padding: 0.2rem 0.2rem 0.1rem;
    border-bottom: none;
    margin-top: 0.45rem;
  }
  .feature-introduction .feature-introduction-box {
    padding: 0.1rem 0 0.4rem;
  }
  .feature-introduction .introduction-title {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    padding-left: 0;
    position: relative;
    font-size: 0.28rem;
  }
  .feature-introduction .introduction-title .title-number {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 1.1rem;
    height: 1rem;
    padding: 0.1rem 0 0;
    margin-right: 0.15rem;
    position: relative;
    top: inherit;
    left: inherit;
    background: url(../img/feature/icon_star.png) no-repeat center top;
    background-size: 100% 100%;
    font-size: 0.18rem;
    letter-spacing: -0.01rem;
  }
  .feature-introduction .introduction-title .title-number span {
    font-size: 0.34rem;
  }
	.feature-introduction .introduction-title span.title-txt {
    width: 80%;
  }
  .feature-introduction .introduction-text {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 0.1rem 0.2rem 0;
    line-height: 0.28rem;
    font-size: 0.2rem;
  }
  .feature-introduction .introduction-text .thumb {
    -webkit-order: 2;
    order: 2;
    float: none;
    width: 2.8rem;
    max-height: 1.7rem;
    margin-left: 0.2rem;
  }
  .feature-introduction .introduction-text p {
    -webkit-order: 1;
    order: 1;
    flex: 1 0 0;
  }

  .feature-benefits {
    border: 1px solid #eeeeee;
    border-radius: 3px;
    background: #FFF;
    padding: 0.2rem 0.2rem 0.25rem;
    margin-bottom: 0.45rem;
    border-top: none;
  }
  .feature-benefits .feature-benefits-title {
    padding: 0 0 0.4rem;
    font-size: 0.28rem;
  }
  .feature-benefits .feature-benefits-title span {
    position: relative;
  }
  .feature-benefits .feature-benefits-title span::before, .feature-benefits .feature-benefits-title span::after {
    width: 0.3rem;
    height: 0.02rem;
    background: #5baadc;
    position: absolute;
    content: "";
    top: 0.2rem;
  }
  .feature-benefits .feature-benefits-title span::before {
    left: -0.5rem;
    -moz-transform: rotate(55deg);
    -ms-transform: rotate(55deg);
    -webkit-transform: rotate(55deg);
    transform: rotate(55deg);
  }
  .feature-benefits .feature-benefits-title span::after {
    right: -0.5rem;
    -moz-transform: rotate(-55deg);
    -ms-transform: rotate(-55deg);
    -webkit-transform: rotate(-55deg);
    transform: rotate(-55deg);
  }
  .feature-benefits .feature-benefits-list {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    padding: 0 0.2rem;
  }
  .feature-benefits .feature-benefits-list li {
    width: 100%;
    margin: 0.25rem 0;
  }
  .feature-benefits .feature-benefits-list .benefits-title {
    padding-bottom: 0.3rem;
    margin: 0 0.1rem 0.2rem 0;
    background: url(../img/feature/sp/line.png) repeat-x bottom left;
    font-size: 0.24rem;
  }
  .feature-benefits .feature-benefits-list .benefits-title::before {
    bottom: -0.1rem;
    right: -0.25rem;
  }
  .feature-benefits .feature-benefits-list .benefits-text {
    font-size: 0.2rem;
    line-height: 0.28rem;
    text-align: justify;
  }

  .feature-before {
    padding: 0;
  }
  .feature-before .block-list {
    border: 1px solid #eeeeee;
    border-radius: 3px;
    background: #FFF;
    padding: 0.2rem 0.2rem 0;
    margin-bottom: 0.45rem;
  }
  .feature-before .feature-before-note {
    padding: 0.1rem 0 0.25rem;
    font-size: 0.24rem;
    letter-spacing: 0;
  }
  .feature-before .feature-before-list {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-direction: column;
    margin-bottom: 0.4rem;
    padding: 0;
    background: url(../img/feature/sp/icon_arrow.png) no-repeat center center;
    background-size: 0.9rem auto;
  }
  .feature-before .feature-before-list li {
    width: 100%;
    padding: 0.2rem;
  }
  .feature-before .feature-before-list li:last-child {
    margin-top: 1.5rem;
  }
  .feature-before .feature-before-list .before-list-title {
    font-size: 0.45rem;
  }
  .feature-before .feature-before-list .before-list-title span {
    padding: 0px 0.4rem 0.1rem;
    display: inline-block;
    background: url(../img/feature/icon_before.png) no-repeat right top;
    background-size: 0.26rem auto;
  }
  .feature-before .feature-before-list .before-list-title.is-color {
    color: #fd686c;
  }
  .feature-before .feature-before-list .before-list-title.is-color span {
    background: url(../img/feature/icon_after.png) no-repeat right top;
    background-size: 0.3rem auto;
  }
  .feature-before .feature-before-list .before-list-text {
    line-height: 0.3rem;
    font-size: 0.2rem;
  }
  .feature-before .feature-before-list .before-list-photo {
    margin-bottom: 0.15rem;
  }

  .feature-consumables {
    padding: 0;
    margin-bottom: 0.45rem;
  }
  .feature-consumables .block-list {
    border: 1px solid #eeeeee;
    border-radius: 3px;
    background: #FFF;
    padding: 0.2rem 0.2rem 0;
    margin: 0.45rem 0;
  }
  .feature-consumables .consumables-list {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0.1rem 0 0.3rem;
  }
  .feature-consumables .consumables-list li {
    width: 3.15rem;
    margin: 0.2rem 0;
    padding: 0.2rem;
  }
  .feature-consumables .consumables-list .consumables-list-title {
    padding: 0.1rem 0 0.15rem;
    font-size: 0.24rem;
    line-height: 0.3rem;
  }
  .feature-consumables .consumables-list .consumables-list-text {
    margin-bottom: 0.25rem;
    font-size: 0.2rem;
    line-height: 0.28rem;
  }
  .feature-consumables .consumables-list .consumables-list-btn {
    margin: 0 0 0.1rem;
  }
  .feature-consumables .consumables-list .consumables-list-btn a {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    padding: 0.15rem 0.1rem;
    font-size: 0.24rem;
  }
  .feature-consumables .consumables-list .consumables-list-btn a img {
    width: 0.24rem;
    height: auto;
    margin-right: 0.1rem;
  }

  .feature-voice {
    border: 1px solid #eeeeee;
    border-radius: 3px;
    background: #FFF;
    padding: 0.2rem 0.2rem 0;
    margin-bottom: 0.45rem;
  }
  .feature-voice .voice-list {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    padding: 0 0.2rem 0.4rem;
  }
  .feature-voice .voice-list li {
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    margin-bottom: 0.05rem;
  }
  .feature-voice .voice-list li:nth-child(even) {
    margin-left: 0;
  }
  .feature-voice .voice-list .voice-list-title {
    width: 5.9rem;
  }
  .feature-voice .voice-list .voice-list-title span {
    float: right;
    position: relative;
    bottom: -0.7rem;
    font-size: 0.2rem;
  }
  .feature-voice .voice-list .voice-list-title img {
    float: left;
    width: 1.1rem;
    height: auto;
    margin: 0 0 0 0.2rem;
    position: relative;
    bottom: -0.35rem;
    z-index: 1;
  }
  .feature-voice .voice-list .voice-list-text {
    width: auto;
    width: 6.3rem;
    padding: 0.4rem 0.15rem 0.15rem;
    margin-left: 0;
    position: relative;
    font-size: 0.2rem;
    line-height: 0.28rem;
  }
  .feature-voice .voice-list .voice-list-text::before {
    display: none;
  }

  .feature-faq {
    padding: 0;
    margin-bottom: 0.6rem;
  }
  .feature-faq .block-list {
    border: 1px solid #eeeeee;
    border-radius: 3px;
    background: #FFF;
    padding: 0.2rem 0.2rem 0.4rem;
  }
  .feature-faq .feature-title-blue {
    margin-bottom: 0.35rem;
  }
  .feature-faq .feature-btn {
    margin-top: 0.4rem;
  }
  .feature-faq .feature-faq-list {
    margin: 0.03rem 0 0;
  }
  .feature-faq .feature-faq-title {
    padding: 0.2rem 0.75rem 0.2rem 0.7rem;
    position: relative;
    background: #f9f9f9;
    font-size: 0.2rem;
    cursor: pointer;
  }
  .feature-faq .feature-faq-title::before {
    width: 0.35rem;
    height: 0.35rem;
    margin-top: -0.175rem;
    position: absolute;
    top: 50%;
    right: 0.2rem;
    background: url(../img/feature/icon_down.png) no-repeat center center;
    background-size: 0.35rem auto;
    content: "";
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .feature-faq .feature-faq-title.active::before {
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .feature-faq .feature-faq-title span {
    margin-right: 0.25rem;
    position: absolute;
    left: 0.2rem;
    font-size: 0.36rem;
  }
  .feature-faq .feature-faq-text {
    padding: 0.2rem 0.25rem 0.2rem 0.7rem;
    font-size: 0.2rem;
    line-height: 0.3rem;
  }
  .feature-faq .feature-faq-text span {
    margin-right: 0.25rem;
    position: absolute;
    top: 50%;
    left: 0.2rem;
    font-size: 0.36rem;
  }
}
.cart-main ,
.mypage-main {
  border: 1px solid #eeeeee;
  border-radius: 3px;
  background: #FFF;
  margin: 10px auto 65px;
}

.cart-current-content {
  padding: 30px 20px;
}
.cart-current-content .cart-current-title {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: bold;
}
.cart-current-content .cart-current-title img {
  width: 33px;
  height: auto;
  margin-right: 20px;
  position: relative;
  top: -3px;
}
.cart-current-content .cart-current-text {
  padding: 5px 15px;
  border: 1px solid #000000;
}
.cart-current-content .cart-current-text .text {
  padding: 10px 0;
  line-height: 20px;
}
.cart-current-content .cart-current-text .text span {
  color: #ff0000;
  font-weight: normal;
}

.cart-add-content {
  padding: 0 20px 65px;
}
.cart-add-content .cart-add-title {
  padding: 0 0 15px;
  font-size: 18px;
}

.cart-add-list {
  border-top: 1px solid #cdcdcd;
}
.cart-add-list li {
  display: -webkit-flex;
  display: flex;
  padding: 15px;
  border: 1px solid #cdcdcd;
  border-top: none;
}
.cart-add-list li:nth-child(even) {
  background: #f0f0f0;
}
.cart-add-list .cart-photo {
  width: 130px;
  margin-right: 25px;
}
.cart-add-list .cart-photo img {
  width: 100%;
  height: auto;
  border:1px solid #ccc;
}
.cart-add-list .cart-info {
  width: 700px;
  margin-right: 60px;
}
.cart-add-list .cart-info .cart-info-title {
  margin-bottom: 15px;
  font-size: 18px;
}
.cart-add-list .cart-info-select {
  display: -webkit-flex;
  display: flex;
}
.cart-add-list .cart-info-select dl {
  margin-right: 20px;
}
.cart-add-list .cart-info-select dl dt {
  min-width: 95px;
  padding: 5px 5px 4px;
  margin-bottom: 10px;
  border-radius: 3px;
  background: #999999;
  color: #ffffff;
  text-align: center;
  font-size: 12px;
}
.cart-add-list .cart-info-select dl dd {
  line-height: 35px;
  text-align:right;
}
.cart-add-list .cart-info-select select {
  width: 92px;
  height: 35px;
  padding: 0 15px;
  border-radius: 2px;
  border: 1px solid #cccccc;
  background: url(../img/common/icon_arrow_select.png) no-repeat right 10px center;
  background-size: 12px auto;
  background-color: #fff;
}
.cart-add-list .cart-info-price {
  padding: 20px 0 0 0;
}
.cart-add-list .cart-info-price .price-item {
  display: -webkit-flex;
  display: flex;
  line-height: 18px;
}
.cart-add-list .cart-info-price .price-item span {
  width: 150px;
  margin-right: 10px;
}

.cart-add-btn button ,
.cart-add-btn .button {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 95px;
  height: 50px;
  border-radius: 2px;
  border: 1px solid #cccccc;
  background: linear-gradient(#ffffff, #e5e5e5);
  cursor: pointer;
}

.cart-price-sum {
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end;
  padding: 25px 0 20px;
}
.cart-price-sum table {
  border: 1px solid #cccccc;
	border-bottom: 0px solid #cccccc;
}
.cart-price-sum table tr {
	border-bottom: 1px solid #cccccc;
}
.cart-price-sum table th {
  padding: 8px 20px;
  background: #f0f0f0;
}
.cart-price-sum table th + th {
  border-top: 1px solid #cccccc;
}
.cart-price-sum table td {
  width: 260px;
  padding: 8px 20px;
  text-align: right;
}
.cart-price-sum table td + td {
  border-top: 1px solid #cccccc;
}

.list-btn-entry {
  display: -webkit-flex;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .cart-main ,
  .mypage-main {
    margin: 0.25rem 0.2rem 1rem;
  }

  .cart-current-content {
    padding: 0.25rem 0;
  }
	h1.title {
	 margin-bottom: 0.2rem;
    font-size: 0.4rem;
	}
  .cart-current-content .cart-current-title {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 0.2rem;
    font-size: 0.4rem;
  }
  .cart-current-content .cart-current-title img {
    width: 0.6rem;
    top: -0.2em;
    margin-right: 0.2rem;
  }
  .cart-current-content .cart-current-text {
    padding: 0.1rem 0.2rem;
  }
  .cart-current-content .cart-current-text .text {
    font-size: 0.2rem;
    line-height: 0.3rem;
  }

  .cart-add-content {
    padding: 0 0 0.4rem;
  }
  .cart-add-content .cart-add-title {
    padding: 0.3rem 0 0.15rem;
    font-size: 0.32rem;
  }

  .cart-add-list {
    border-top: none;
  }
  .cart-add-list li {
    display: -webkit-flex;
    display: flex;
    padding: 0.2rem;
    margin-bottom: 0.25rem;
    border-top: 1px solid #cdcdcd;
    position: relative;
  }
  .cart-add-list li:nth-child(even) {
    background: #FFF;
  }
  .cart-add-list .cart-photo {
    width: 1.5rem;
    margin-right: 0.2rem;
  }
  .cart-add-list .cart-info {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 4.8rem;
    margin-right: 0;
  }
  .cart-add-list .cart-info .cart-info-title {
    -webkit-order: 1;
    order: 1;
    margin-bottom: 0.15rem;
    font-size: 0.24rem;
  }
  .cart-add-list .cart-info-select {
    display: -webkit-flex;
    display: flex;
    -webkit-order: 3;
    order: 3;
  }
  .cart-add-list .cart-info-select dl {
    margin-right: 0.2rem;
  }
  .cart-add-list .cart-info-select dl dt {
    min-width: 1.35rem;
    font-size: 0.2rem;
    letter-spacing: -0.01rem;
  }
  .cart-add-list .cart-info-select select {
    width: 1.2rem;
  }
  .cart-add-list .cart-info-price {
    padding: 0.2rem 0;
    margin-bottom: 0.25rem;
    border-top: 1px dotted #cccccc;
    border-bottom: 1px dotted #cccccc;
    -webkit-order: 2;
    order: 2;
  }
  .cart-add-list .cart-info-price .price-item {
    display: -webkit-flex;
    display: flex;
    line-height: 0.28rem;
  }
  .cart-add-list .cart-info-price .price-item span {
    width: 1.6rem;
    margin-right: 0.1rem;
  }

  .cart-add-btn button ,
  .cart-add-btn .button {
    width: 1.2rem;
    height: 0.8rem;
    position: absolute;
    bottom: 0.2rem;
    left: 0.2rem;
  }

  .cart-price-sum {
    display: -webkit-flex;
    display: flex;
    justify-content: flex-end;
    padding: 0 0 0.25rem;
  }
  .cart-price-sum table {
    width: 100%;
  }
  .cart-price-sum table tr {
  }
  .cart-price-sum table th {
    padding: 0.1rem 0.2rem;
  }
  .cart-price-sum table td {
    padding: 0.1rem 0.2rem;
  }

  .list-btn-entry {
    display: -webkit-flex;
    display: flex;
  }
}
.section-cart-delivery .list-btn-entry {
  padding: 15px 0 40px;
}

.cart-title-list .list-step {
  width: 100%;
  overflow: hidden;
  border-radius: 2px;
}
.cart-title-list .list-step li {
  width: 25%;
}
.cart-title-list .list-step li:first-child {
  padding-left: 50px;
}
.cart-title-list .list-step li:nth-child(2) {
  width: 26.5%;
  padding-left: 30px;
  text-align: center;
}
.cart-title-list .list-step li:nth-child(3) {
  width: 26.5%;
  text-align: center;
}
.cart-title-list .list-step li:last-child {
  width: 23%;
  text-align: center;
}
.cart-title-list .list-step li.is-current {
  position: relative;
}
.cart-title-list .list-step li.is-current::before {
  position: absolute;
  content: "";
  background-image: url("../img/common/icon_arrow_entry_last.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  height: 78px;
  width: 48px;
  left: -48px;
  top: 0;
}

@media only screen and (max-width: 767px) {
  .cart-title-list .list-step {
    width: 100%;
  }
  .cart-title-list .list-step li {
    height: 0.85rem;
    font-size: 0.18rem;
    padding-left: 0.1rem;
  }
  .cart-title-list .list-step li:first-child {
    width: 1.8rem;
    padding-left: 0.1rem;
  }
  .cart-title-list .list-step li:nth-child(2) {
    padding-left: 0.1rem;
    padding-right: 0.5rem;
    text-align: center;
  }
  .cart-title-list .list-step li:nth-child(3) {
    text-align: center;
  }
  .cart-title-list .list-step li:last-child {
    text-align: center;
  }
  .cart-title-list .list-step li.is-current::before {
    height: 0.85rem;
    width: 0.55rem;
    left: -0.55rem;
  }
}
.cart-delivery-text {
  padding: 25px 15px 45px;
  line-height: 26px;
}

.cart-delivery-title {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
  color: #1d599e;
}
.cart-delivery-title span {
  display: inline-block;
  padding-left: 10px;
  border-left: 6px solid #1d599e;
}
h1.mypage-title {
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: bold;
  color: #000;
}
h1.title {
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 20px;
}

.cart-delivery-btn a {
  display: inline-block;
  padding: 15px 20px;
  margin-bottom: 15px;
  border-radius: 2px;
  border: 1px solid #cccccc;
  background: linear-gradient(#ffffff, #e5e5e5);
  cursor: pointer;
}

.cart-delivery ,
.mypage-content {
  padding: 20px 20px 65px;
}

.mypage-content .login_area{
	margin:0 0 50px;
}
.mypage-content .login_area p.notice{
	padding:0px 20px 20px;
}
.mypage-content .inputtext{
	padding:0px 20px 20px;
}
.mypage-content .inputbox{
	padding:0px 20px 20px;
}
.mypage-content .inputbox dl{
	margin:0 0 20px
}
.mypage-content .inputbox dt{
	width:305px;
	float: left;
	margin: 15px 0 0;
	text-align:right;
}
.mypage-content .inputbox dd{
	width:350px;
	float: left;
	margin:0 0 0 20px;
}
.cart-table-select {
  width: 100%;
}
.cart-table-select th {
  padding: 10px 10px;
  position: relative;
  background: #999999;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  width: 65px;
}
.cart-table-select th:nth-child(2) {
  width: 240px;
}
.cart-table-select th:nth-child(3) {
  width: 475px;
}
.cart-table-select th:nth-child(4) {
  width: 280px;
}
.cart-table-select td {
  text-align: center;
  padding: 7px 0;
}
.cart-table-select td span {
  display: block;
  padding: 0 20px 0 45px;
  text-align: left;
}
.cart-table-select tbody tr {
  line-height: 24px;
  border-bottom: 1px solid #cccccc;
}
.cart-table-select tbody tr:nth-child(even) ,
.mypage-main table.mypageT tbody tr:nth-child(even) {
  background: #f0f0f0;
}
.cart-table-select ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 245px;
  margin-left: 20px;
}
.cart-table-select ul .is-full {
  width: 100%;
}
.cart-table-select ul a {
  display: block;
  padding: 13px 35px;
  border-radius: 2px;
  border: 1px solid #cccccc;
  background: linear-gradient(#ffffff, #e5e5e5);
  cursor: pointer;
}
.cart-table-select input[type="checkbox"] {
  -webkit-appearance: none;
  text-indent: -9999px;
  display: none;
}
.cart-table-select .input-list {
  height: 24px;
  padding: 5px 0;
  padding-left: 30px;
  background: url("../img/common/icon_select_cart.png") no-repeat left top 3px/18px;
  cursor: pointer;
}
.cart-table-select input[type="checkbox"]:checked + .input-list {
  background: url("../img/common/icon_select_cart_on.png") no-repeat left top 3px/18px;
}
h1.bewave {
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}

@media only screen and (max-width: 767px) {
	h1.bewave {
		margin: 10px 0px;
	}
	h1.mypage-title {
		font-size:0.4rem;
	}
  .cart-delivery ,
  .mypage-content {
    padding: 0.2rem;
  }

  .cart-delivery-text {
    padding: 0.25rem 0.15rem 0.4rem;
    font-size: 0.2rem;
    line-height: 0.32rem;
  }

  .cart-delivery-title {
    margin-bottom: 0.3rem;
    font-size: 0.32rem;
  }
  .cart-delivery-title span {
    display: inline-block;
    padding-left: 0.1rem;
    border-left: 0.06rem solid #1d599e;
  }

  .cart-delivery-btn a {
    display: inline-block;
    padding: 0.2rem 0.25rem;
    margin-bottom: 0.3rem;
  }

  .section-cart-delivery .list-btn-entry {
    padding: 0 0 0.2rem;
  }

  .cart-table-select {
    width: 100%;
    font-size: 0.2rem;
  }
  .cart-table-select tr {
    display: flex;
    align-items: center;
  }
  .cart-table-select th {
    padding: 0.15rem;
    width: 1.2rem;
  }
  .cart-table-select th:nth-child(2) {
    width: 1.4rem;
  }
  .cart-table-select th:nth-child(3) {
    width: 4rem;
  }
  .cart-table-select td {
    padding: 0.25rem 0.15rem 0.05rem;
    width: 1.2rem;
  }
  .cart-table-select td:nth-child(2) {
    width: 1.4rem;
  }
  .cart-table-select td:nth-child(3) {
    width: 4rem;
  }
  .cart-table-select td span {
    display: block;
    padding: 0 0.2rem 0 0.3rem;
    text-align: left;
  }
  .cart-table-select .is-btn-shop {
    width: 100%;
    padding: 0;
    border-top: 1px dotted #CCC;
    position: absolute;
    bottom: 0.25rem;
    left: 0;
  }
  .cart-table-select tbody tr {
    padding-bottom: 1.5rem;
    position: relative;
    line-height: 0.3rem;
  }
  .cart-table-select ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: auto;
    padding-top: 0.25rem;
    margin: 0 0.6rem;
  }
  .cart-table-select ul li {
    width: 2.65rem;
  }
  .cart-table-select ul .is-full {
    width: 3rem;
    margin: auto;
  }
  .cart-table-select ul a {
    display: block;
    padding: 0.2rem 0.2rem;
  }
}
.section-cart-receipt .cart-receipt-box {
  padding: 15px 15px 20px;
  margin: 22px 0 40px;
  text-align: center;
  background: #fee;
  border: solid 2px #faa;
}
.section-cart-receipt .cart-receipt-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
.section-cart-receipt .cart-receipt-text {
  margin-bottom: 10px;
}
.section-cart-receipt .cart-receipt-text span {
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
}
h3.cart-complete-title{
	font-weight:bold;
	margin:10px 0 20px;
	font-size:130%;
}
.section-cart-receipt .cart-receipt-item{
	margin-top: 40px;
}
.section-cart-receipt .receipt-title {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
  color: #1d599e;
}
.section-cart-receipt .receipt-title span {
  display: inline-block;
  padding-left: 10px;
  border-left: 6px solid #1d599e;
}
.section-cart-receipt .receipt-title-small {
  padding: 10px 20px;
  background: #999999;
  font-weight: bold;
  color: #FFF;
}
.section-cart-receipt .receipt-list-radio {
  margin-bottom: 55px;
}
.section-cart-receipt .receipt-list-radio li {
  padding: 5px 25px;
  border-bottom: 1px solid #cccccc;
}
.section-cart-receipt .receipt-list-radio li:nth-child(even) {
  background: #f0f0f0;
}
.section-cart-receipt .receipt-list-radio input[type="radio"] {
  -webkit-appearance: none;
  text-indent: -9999px;
  display: none;
}
.section-cart-receipt .receipt-list-radio .label-radio {
  height: 24px;
  padding: 5px 0;
  padding-left: 30px;
  background: url("../img/common/icon_select_cart.png") no-repeat left top 3px/18px;
  cursor: pointer;
}
.section-cart-receipt .receipt-list-radio input[type="radio"]:checked + .label-radio {
  background: url("../img/common/icon_select_cart_on.png") no-repeat left top 3px/18px;
}
.section-cart-receipt .receipt-text-list {
  padding: 0 20px;
  margin-bottom: 18px;
  line-height: 26px;
}
.section-cart-receipt .receipt-select-list {
  margin-bottom: 20px;
}
.section-cart-receipt .receipt-select-list dl {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 7px 15px;
}
.section-cart-receipt .receipt-select-list dl dt {
  padding: 5px 10px;
  margin-right: 17px;
  background: #999999;
  text-align: center;
  min-width: 95px;
  color: #FFF;
  font-size: 12px;
  font-weight: bold;
}
.section-cart-receipt .receipt-select-list select {
  width: 180px;
  -webkit-appearance: none;
  height: 35px;
  padding: 10px 15px;
  border: 1px solid #ccc;
  box-shadow: none;
  border-radius: 3px;
  background: url("../img/common/icon_arrow_select.png") no-repeat right 10px center/13px;
}
.section-cart-receipt .receipt-select-list select::-ms-expand {
  display: none;
}
.section-cart-receipt .receipt-time-list {
  padding: 15px 15px;
  margin: 0 15px 60px;
  background: #f0f0f0;
  border: 1px solid #ccc;
}
.section-cart-receipt .receipt-time-list li {
  padding: 5px 0;
}
.section-cart-receipt .receipt-time-list li span {
  font-weight: bold;
}
.section-cart-receipt .receipt-point-text {
  padding: 0px 20px 20px;
  line-height: 26px;
}
.section-cart-receipt .receipt-input-list {
  padding: 15px 15px 10px;
  margin: 0 15px 50px;
  border: 1px solid #000;
}
.section-cart-receipt .receipt-input-list .receipt-input-text {
  margin: 0 0 10px;
}
.section-cart-receipt .receipt-input-list .receipt-input-text span {
  color: #ff0000;
  font-weight: bold;
}
.section-cart-receipt .receipt-input-list input[type="radio"] {
  -webkit-appearance: none;
  text-indent: -9999px;
  display: none;
}
.section-cart-receipt .receipt-input-list .input-list {
  height: 24px;
  padding: 5px 0;
  padding-left: 30px;
  background: url("../img/common/icon_select_cart.png") no-repeat left top 3px/18px;
  cursor: pointer;
}
.section-cart-receipt .receipt-input-list input[type="radio"]:checked + .input-list {
  background: url("../img/common/icon_select_cart_on.png") no-repeat left top 3px/18px;
}
.section-cart-receipt .receipt-input-item {
  padding: 10px 10px;
}
.section-cart-receipt .receipt-input-item li {
  padding: 5px 15px;
}
.section-cart-receipt .receipt-input-item li span {
  margin-left: 30px;
}
.section-cart-receipt .receipt-input-item li input[type="text"] {
  border: 1px solid #cccccc;
  height: 25px;
  margin: 0 10px 0 5px;
  padding: 5px 10px;
}
.section-cart-receipt .receipt-input-item li .is-input {
  width: 95px;
}
.section-cart-receipt .receipt-input-item.is-input-item li {
  padding: 10px 15px;
}
.section-cart-receipt .receipt-input-item.is-input-item li span {
  display: block;
  margin-top: -10px;
}
.section-cart-receipt .textarea-note {
  text-align: right;
  font-size: 12px;
  color: #666666;
}
.section-cart-receipt .textarea-box {
  margin: 0 15px;
}
.section-cart-receipt textarea {
  min-height: 110px;
  width: 100%;
  border: 1px solid #cccccc;
  padding: 10px;
  resize: none;
  margin: 5px 0;
}

@media only screen and (max-width: 767px) {
  .section-cart-receipt .cart-receipt-box {
    padding: 0.2rem;
    margin: 0.3rem 0 0.5rem;
  }
  .section-cart-receipt .cart-receipt-title {
    font-size: 0.24rem;
    font-weight: bold;
    margin-bottom: 0.15rem;
  }
  .section-cart-receipt .cart-receipt-text {
    margin-bottom: 0.1rem;
    font-size: 0.2rem;
    line-height: 0.3rem;
  }
  .section-cart-receipt .cart-receipt-text span {
    font-weight: bold;
    margin-bottom: 0;
  }
  .section-cart-receipt .receipt-title {
    margin-bottom: 0.35rem;
    font-size: 0.32rem;
  }
  .section-cart-receipt .receipt-title span {
    display: inline-block;
    padding-left: 0.15rem;
    border-left: 0.06rem solid #1d599e;
  }
  .section-cart-receipt .receipt-title-small {
    padding: 0.15rem 0.2rem;
    font-size: 0.2rem;
  }
  .section-cart-receipt .receipt-list-radio {
    margin-bottom: 0.5rem;
  }
  .section-cart-receipt .receipt-list-radio li {
    padding: 0.18rem 0.3rem;
    border-bottom: 1px solid #cccccc;
  }
  .section-cart-receipt .receipt-list-radio li:nth-child(even) {
    background: #f0f0f0;
  }
  .section-cart-receipt .receipt-text-list {
    padding: 0 0.2rem;
    margin-bottom: 0.2rem;
    line-height: 0.3rem;
  }
  .section-cart-receipt .receipt-select-list {
    margin-bottom: 0.25rem;
  }
  .section-cart-receipt .receipt-select-list dl {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    padding: 0.05rem 0.2rem;
  }
  .section-cart-receipt .receipt-select-list dl dt {
    padding: 0.09rem 0.25rem;
    margin-right: 0.15rem;
    width: 1.4rem;
    font-size: 0.2rem;
  }
  .section-cart-receipt .receipt-select-list select {
    width: 3rem;
    height: 0.6rem;
    padding: 0.1rem 0.2rem;
  }
  .section-cart-receipt .receipt-time-list {
    padding: 0.2rem;
    margin: 0 0 0.6rem;
  }
  .section-cart-receipt .receipt-time-list li {
    padding: 0.05rem 0;
    font-size: 0.2rem;
    line-height: 0.3rem;
  }
  .section-cart-receipt .receipt-time-list li span {
    font-weight: bold;
  }
  .section-cart-receipt .receipt-point-text {
    padding: 0px 0.2rem 0.2rem;
    line-height: 0.3rem;
  }
  .section-cart-receipt .receipt-input-list {
    padding: 0.15rem 0.2rem;
    margin: 0 0 0.6rem;
  }
  .section-cart-receipt .receipt-input-list .receipt-input-text {
    margin: 0;
  }
  .section-cart-receipt .receipt-input-list .receipt-input-text span {
    color: #ff0000;
    font-weight: bold;
  }
  .section-cart-receipt .receipt-input-item {
    padding: 0.1rem 0;
  }
  .section-cart-receipt .receipt-input-item li {
    padding: 0.1rem 0;
    font-size: 0.22rem;
  }
  .section-cart-receipt .receipt-input-item li span {
    margin-left: 0.3rem;
  }
  .section-cart-receipt .receipt-input-item li input[type="text"] {
    height: 0.5rem;
    margin: 0 0.1rem 0 0.05rem;
    padding: 0.1rem;
  }
  .section-cart-receipt .receipt-input-item li .is-input {
    width: 1.5rem;
  }
  .section-cart-receipt .receipt-input-item.is-input-item li {
    padding: 0.1rem 0;
  }
  .section-cart-receipt .receipt-input-item.is-input-item li span {
    margin-top: 0;
  }
  .section-cart-receipt .textarea-note {
    display: none;
  }
  .section-cart-receipt .textarea-box {
    margin: 0;
  }
  .section-cart-receipt textarea {
    min-height: 1.8rem;
    padding: 0.2rem;
    margin: 0.05rem 0 0.25rem;
  }
}
.form-confirm-content {
  padding-bottom: 70px;
}
.form-confirm-content .ttl-form {
  margin-bottom: 25px;
}
.form-confirm-content .content-information {
  margin-bottom: 90px;
}
.form-confirm-content .content-information .text {
  padding: 0 15px;
  line-height: 1.8;
}
.form-confirm-content .content-information .list-btn-entry {
  margin-bottom: 45px;
}
.form-confirm-content .table-item tr {
  border: 1px solid #ccc;
}
.form-confirm-content .table-item th:nth-child(1) {
  width: 110px;
}
.form-confirm-content .table-item th:nth-child(2) {
  width: 550px;
}
.form-confirm-content .table-item th:nth-child(3) {
  width: 140px;
}
.form-confirm-content .table-item th:nth-child(4) {
  width: 105px;
}
.form-confirm-content .table-item th:nth-child(5) {
  width: 140px;
}
.form-confirm-content .table-item td {
  padding-top: 15px;
  padding-bottom: 10px;
}
.form-confirm-content .table-item td:nth-child(1) {
  vertical-align: top;
}
.form-confirm-content .table-item td:nth-child(2) {
  text-align: left;
  padding-left: 20px;
}
.form-confirm-content .table-item td .img-item {
  width: 80px;
  margin: 0 auto;
}
.form-confirm-content .table-item td .img-item img {
  width: 100%;
}
.form-confirm-content .table-item td .name-item {
  font-size: 18px;
}
.form-confirm-content .table-item td .option-item {
  display: flex;
  flex-wrap: wrap;
  width: auto;
  margin-left: 0;
  line-height: 1.28571;
  margin-top: 10px;
}
.form-confirm-content .table-item td .option-item li {
  display: flex;
  width: 100%;
}
.form-confirm-content .table-item td .option-item li p {
  width: 155px;
}

@media only screen and (max-width: 767px) {
  .form-confirm-content {
    padding-bottom: 0.55rem;
  }
  .form-confirm-content .list-btn-entry {
    justify-content: space-between !important;
  }
  .form-confirm-content .ttl-form {
    margin-bottom: 0.25rem;
  }
  .form-confirm-content .content-information {
    margin-bottom: 0.9rem;
  }
  .form-confirm-content .content-information .text {
    padding: 0.2rem;
    line-height: 1.4;
  }
  .form-confirm-content .content-information .list-btn-entry {
    margin-bottom: 0.5rem;
  }
  .form-confirm-content .table-item {
    table-layout: fixed;
  }
  .form-confirm-content .table-item tr {
    display: table-row;
    padding-bottom: 0;
  }
  .form-confirm-content .table-item th:nth-child(1) {
    width: 1.2rem;
  }
  .form-confirm-content .table-item th:nth-child(2) {
    width: 3.1rem;
  }
  .form-confirm-content .table-item th:nth-child(3) {
    width: 1.5rem;
  }
  .form-confirm-content .table-item th:nth-child(4) {
    width: 0.9rem;
  }
  .form-confirm-content .table-item td {
    padding-top: 0.15rem;
    padding-bottom: 0.15rem;
    vertical-align: top;
  }
  .form-confirm-content .table-item td:nth-child(2) {
    padding-left: 0.1rem;
    width: 3.1rem;
  }
  .form-confirm-content .table-item td:nth-child(3), .form-confirm-content .table-item td:nth-child(4) {
    padding-top: 0.45rem;
  }
  .form-confirm-content .table-item td:nth-child(5) {
    display: none;
  }
  .form-confirm-content .table-item td .img-item {
    width: 0.8rem;
  }
  .form-confirm-content .table-item td .name-item {
    font-size: 0.2rem;
  }
  .form-confirm-content .table-item td .option-item {
    margin-top: 0;
  }
  .form-confirm-content .table-item td .option-item li {
    white-space: nowrap;
  }
  .form-confirm-content .table-item td .option-item li p {
    width: 1.6rem;
    flex-shrink: 0;
  }
}
.l-entry {
  margin-top: 10px;
}
.l-entry .l-entry-inner {
  background: #fff;
  padding: 45px 20px 90px;
  border: 1px solid #eee;
}
.l-entry .l-entry-inner.l-entry-form {
  padding-top: 20px;
  padding-bottom: 65px;
  position: relative;
}
.l-entry .l-entry-inner.l-entry-form .logo-security {
  position: absolute;
  right: 20px;
  top: 20px;
}
.l-entry .l-entry-inner.l-entry-form .logo-security img {
  height: 32px;
}
.l-entry .l-entry-inner .ttl-entry {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.075em;
  margin-bottom: 30px;
}

.form-register .box-intro-company {
  padding: 20px 15px;
  border: 1px solid #000;
  border-top: 1px solid #777777;
}
.form-register .box-intro-company .title {
  font-size: 18px;
  color: #ff0000;
  letter-spacing: 0.075em;
  margin-bottom: 15px;
}
.form-register .box-intro-company .text {
  line-height: 1.71428;
  margin-bottom: 5px;
}
.form-register .box-intro-company .list-intro {
  font-size: 12px;
  line-height: 1.83333;
}
.form-register .box-intro-company .list-intro span {
  color: #ff0000;
}
.form-register .check-accept {
  text-align: center;
  display: block;
  margin-top: 35px;
}
.form-register .check-accept label {
  display: flex;
  justify-content: center;
  align-content: center;
  cursor: pointer;
	font-size: 1rem;
	line-height: 1.2;
}
.form-register .check-accept input {
  width: 15px;
  height: 15px;
  margin: 0px 15px 0px 0px;
}

.l-term {
  padding: 0 15px;
  margin-top: 120px;
}
.l-term .title {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
}
.l-term .title span {
  color: #ff0000;
}
.l-term .text {
  line-height: 1.71428;
  margin-bottom: 20px;
}
.l-term .box-term-conditions {
  padding: 15px;
  padding-right: 30px;
  border: 1px solid #ccc;
  line-height: 1.71428;
  height: 590px;
}
.l-term .box-term-conditions .block-term {
  margin-bottom: 25px;
}
.l-term .box-term-conditions .block-term .ttl {
  margin-bottom: 25px;
}

.list-btn-entry {
  align-items: center;
  justify-content: center;
  margin-top: 45px;
}
.l-entry-confirm .list-btn-entry {
  margin-top: 25px;
}
.list-btn-entry li {
  margin: 0 10px;
}
.list-btn-entry .btn-back,
.list-btn-entry .btn-submit ,
.list-btn-entry .btn-a-submit {
  font-weight: bold;
  font-size: 18px;
  color: #666666;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  background-repeat: no-repeat;
  width: 300px;
}
.list-btn-entry .btn-back {
  background-image: url("../img/common/icon_arrow_back.png");
  background-position: left 15px center;
  background-size: 14px;
  background-color: #f4f4f4;
  border: 1px solid #ccc;
}
.list-btn-entry .btn-submit ,
.list-btn-entry .btn-a-submit {
  background-image: url("../img/common/icon_arrow_confirm.png");
  background-position: right 15px center;
  background-size: 14px;
  background-color: #1d599e;
  color: #fff !important;
  cursor: pointer;
}

.submit_area {
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0 0;
}

button[type=submit]:hover {
  background-image: url("../img/common/icon_arrow_confirm.png");
  background-position: right 15px center;
  background-size: 14px;
  background-color: #1d599e;
  color: #fff;
  cursor: pointer;
}

button[type=submit][disabled] {
  background-color: #CECECE;
  cursor: default;
}

.mCSB_scrollTools {
  width: 20px;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px;
  margin-left: 0;
  margin-right: auto;
}

.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools, .mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .l-entry .l-entry-inner {
    padding: 0.45rem 0.2rem 0.3rem;
    margin-bottom: 1.2rem;
  }
  .l-entry .l-entry-inner.l-entry-form {
    padding-top: 0.2rem;
    padding-bottom: 0.4rem;
  }
  .l-entry .l-entry-inner .ttl-entry {
    font-size: 0.32rem;
    margin-bottom: 0.3rem;
  }

  .form-register .box-intro-company {
    padding: 0.2rem 0.25rem;
  }
  .form-register .box-intro-company .title {
    font-size: 0.24rem;
    text-align: center;
    margin-bottom: 0.15rem;
    line-height: 1.3;
  }
  .form-register .box-intro-company .text {
    line-height: 1.4;
    font-size: 0.2rem;
    margin-bottom: 0.1rem;
  }
  .form-register .box-intro-company .list-intro {
    font-size: 0.18rem;
    line-height: 1.333;
  }
  .form-register .check-accept {
    margin-top: 0.3rem;
  }
  .form-register .check-accept label {
    font-size: 0.2rem;
		line-height: 0.3rem;
  }
  .form-register .check-accept input {
    width: 0.3rem;
    height: 0.3rem;
    margin-right: 0.2rem;
  }
  .form-register .check-accept .mwform-checkbox-field-text {
    position: relative;
    top: 0.02rem;
  }

  .l-term {
    padding: 0;
    margin-top: 1rem;
  }
  .l-term .title {
    font-size: 0.2rem;
    margin-bottom: 0.05rem;
  }
  .l-term .text {
    line-height: 1.4;
    font-size: 0.2rem;
    margin-bottom: 0.3rem;
  }
  .l-term .box-term-conditions {
    padding: 0.2rem 0.25rem;
    line-height: 1.4;
    font-size: 0.2rem;
    height: 7rem;
  }
  .l-term .box-term-conditions .block-term {
    margin-bottom: 0.25rem;
  }
  .l-term .box-term-conditions .block-term .ttl {
    margin-bottom: 0.25rem;
  }

  .list-btn-entry {
    justify-content: space-between;
    margin-top: 0.7rem;
  }
  .l-entry-confirm .list-btn-entry {
    margin-top: 0.25rem;
  }
  .list-btn-entry li {
    margin: 0;
  }
  .list-btn-entry .btn-back,
  .list-btn-entry .btn-submit ,
  .list-btn-entry .btn-a-submit {
    font-size: 0.24rem;
    height: 0.8rem;
    width: 3.2rem;
  }
  .list-btn-entry .refusal .btn-back,
  .list-btn-entry .refusal .btn-submit ,
  .list-btn-entry .refusal .btn-a-submit {
    font-size: 0.22rem;
    height: 0.8rem;
    width: 3.05rem;
  }
  .list-btn-entry .btn-back {
    background-position: left 0.2rem center;
    background-size: 0.14rem;
  }
  .list-btn-entry .btn-submit ,
  .list-btn-entry .btn-a-submit {
    background-position: right 0.2rem center;
    background-size: 0.14rem;
  }

  .mCSB_scrollTools {
    width: 0.2rem;
  }

  .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 0.08rem;
  }
}
.list-step {
  width: 900px;
  align-items: center;
  margin: 0 0 30px;
}
.list-step li {
  display: flex;
  align-items: center;
  height: 78px;
  font-size: 15px;
  font-weight: bold;
  color: #999999;
  background-color: #f0f0f0;
  background-image: url("../img/common/icon_arrow_entry_unactive.png");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: right center;
}
.list-step li:first-child {
  padding-left: 30px;
  width: 26%;
}
.list-step li:nth-child(2) {
  padding-left: 18px;
  width: 18%;
}
.list-step li:nth-child(3) {
  padding-left: 30px;
  width: 18%;
}
.list-step li:nth-child(4) {
  padding-left: 23px;
  width: 20%;
}
.list-step li:nth-child(5) {
  padding-left: 26px;
  width: 18%;
}
.list-step li:first-child::before {
  display: none;
}
.list-step li.is-current {
  color: #fff;
  background: #5baadc;
  background-image: url("../img/common/icon_arrow_entry_active.png");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: right center;
}
.list-step li:last-child {
  background-image: none;
}
.list-step li.is-current {
  position: relative;
}
.list-step li.is-current::before {
  position: absolute;
  content: "";
  background-image: url("../img/common/icon_arrow_entry_last.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  height: 78px;
  width: 48px;
  left: -48px;
  top: 0;
}

@media only screen and (max-width: 767px) {
  .list-step {
    width: 100%;
    background: #f0f0f0;
  }
  .list-step li {
    height: 0.85rem;
    font-size: 0.13rem;
    padding-left: 0.15rem;
    position: relative;
    left: -1px;
  }
.list-step li:first-child {
  padding-left: 5px;
  width: 26%;
}
.list-step li:nth-child(2) {
  padding-left: 3px;
  width: 18%;
}
.list-step li:nth-child(3) {
  padding-left: 5px;
  width: 18%;
}
.list-step li:nth-child(4) {
  padding-left: 4px;
  width: 20%;
}
.list-step li:nth-child(5) {
  padding-left: 4px;
  width: 18%;
}
  .list-step li.is-current::before {
    height: 0.85rem;
    width: 0.55rem;
    left: auto;
    right: 100%;
    margin-right: -1px;
  }
}
.entry-form {
  margin-top: 45px;
}
.entry-form .ttl-form {
  font-weight: bold;
  font-size: 18px;
  color: #1d599e;
  border-left: 6px solid;
  padding-left: 10px;
}
.entry-form .table-form {
  width: 100%;
  margin-top: 30px;
  table-layout: fixed;
}
.entry-form .table-form th,
.entry-form .table-form td {
  padding: 25px 15px;
}
.l-entry-confirm .entry-form .table-form th,
.l-entry-confirm .entry-form .table-form td {
  padding: 8px 15px;
}
.entry-form .table-form td {
  padding: 25px;
}
.entry-form .table-form tr {
  border: 1px solid #ccc;
}
.entry-form .table-form th {
  width: 355px;
  vertical-align: middle;
  background: #f0f0f0;
}
.entry-form .table-form th .ttl-input {
  position: relative;
}
.entry-form .table-form th span {
  color: #ff0000;
}
.entry-form .table-form .warning {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  height: 20px;
  line-height: 20px;
  padding: 0 5px;
  border-radius: 4px;
  background: #ff1a1a;
  color: #ffffff;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .entry-form .table-form .warning {
    padding: 1px 5px;
  }
}
.entry-form .table-form .warning.is-unrequired {
  background: #666;
}
.entry-form .table-form .bl-input-text {
  width: 550px;
}
.entry-form .table-form .bl-input-text.upload-file {
  margin-bottom: 20px;
}
.entry-form .table-form .bl-input-text.upload-file img,
table.table-form img {
	max-width: 100%;
}
.entry-form .table-form .bl-input-text.upload-file:last-child {
  margin-bottom: 0;
}
.entry-form .table-form .bl-input-text span {
  margin-right: 10px;
}
.entry-form .table-form .bl-input-text span.short-space {
  margin: 0;
  width: 15px;
  text-align: center;
  color: #888888;
}
.entry-form .table-form .bl-input-text span.large-space {
  margin-left: 10px;
}
.entry-form .table-form .bl-input-text.short-type {
  width: auto;
  margin-right: 20px;
  align-items: center;
}
.entry-form .table-form .bl-input-text.short-type input[type="text"] {
  width: 140px;
}
.entry-form .table-form .bl-input-text.short-type input[type="tel"] {
  width: 140px;
}
.entry-form .table-form .bl-input-text.connect-input {
  margin-right: 0;
}
.entry-form .table-form .bl-input-text.phone-input input[type="text"] {
  width: 110px;
}
.entry-form .table-form .bl-input-text.phone-input input[type="tel"] {
  width: 110px;
}

.entry-form .table-form .gr-input {
  align-items: center;
}
.entry-form .table-form .gr-input.input-pos-code {
  margin-top: 15px;
}
.entry-form .table-form .gr-input.row-input {
  margin-bottom: 20px;
}
.entry-form .table-form .gr-input.row-input:last-child {
  margin-bottom: 0;
}
.entry-form .table-form .gr-input.row-input span {
  width: 100px;
  margin: 0;
}
.entry-form .table-form .gr-input.row-input .bl-input-text {
  width: 450px;
}
.login_area input[type="text"] ,
.login_area input[type="password"] ,
.entry-form .table-form input[type="password"] ,
.entry-form .table-form input[type="tel"] ,
.entry-form .table-form input[type="email"] ,
.entry-form .table-form input[type="number"] ,
.entry-form .table-form input[type="url"] ,
.entry-form .table-form input[type="text"] {
  -webkit-appearance: none;
  height: 50px;
  padding: 10px 15px;
  border: 1px solid #ccc;
  box-shadow: none;
  border-radius: 3px;
  display: block;
  width: 100%;
}
.entry-form .table-form textarea{
  -webkit-appearance: none;
  height: 200px;
  padding: 10px 15px;
  border: 1px solid #ccc;
  box-shadow: none;
  border-radius: 3px;
  display: block;
  width: 100% !important;
}
.entry-form .table-form .btn-post-code {
  font-weight: bold;
  color: #ffffff;
  border-radius: 3px;
  border: 1px solid #727272;
  padding: 7px 10px;
  background: #5b80ab;
  background: -moz-linear-gradient(270deg, #5b80ab 30%, #9db1cb 80%);
  background: -webkit-linear-gradient(270deg, #5b80ab 30%, #9db1cb 80%);
  background: -o-linear-gradient(270deg, #5b80ab 30%, #9db1cb 80%);
  background: -ms-linear-gradient(270deg, #5b80ab 30%, #9db1cb 80%);
  background: linear-gradient(0deg, #5b80ab 30%, #9db1cb 80%);
  line-height: 1;
  align-self: end;
  margin-right: 10px;
}
.entry-form .table-form select {
  width: 215px;
  -webkit-appearance: none;
  height: 50px;
  padding: 10px 15px;
  border: 1px solid #ccc;
  box-shadow: none;
  border-radius: 3px;
  background: url("../img/common/icon_arrow_select.png") no-repeat right 10px center/13px;
}
.entry-form .table-form select::-ms-expand {
  display: none;
}
.entry-form .table-form .list-select {
  flex-wrap: wrap;
  margin-bottom: -15px;
}
.entry-form .table-form .list-select li {
  min-width: 180px;
  margin-bottom: 15px;
}
.entry-form .table-form .list-select li input {
  width: 16px;
  height: 16px;
}
.entry-form .table-form .list-select li label {
  cursor: pointer;
}
.entry-form .table-form .list-select li.long-option {
  width: 270px;
}
.entry-form .table-form .list-radio li {
  margin-right: 60px;
}
.entry-form .table-form .list-radio input[type="radio"] {
  -webkit-appearance: none;
  text-indent: -9999px;
  display: none;
}
.entry-form .table-form .list-radio .label-radio {
  padding: 5px 0;
  padding-left: 30px;
  background: url("../img/common/icon_radio.png") no-repeat left top 3px/16px;
  cursor: pointer;
}
.entry-form .table-form .list-radio input[type="radio"]:checked + .label-radio {
  background: url("../img/common/icon_radio_checked.png") no-repeat left top 3px/16px;
}
.entry-form .table-form input[type="file"] {
  -webkit-appearance: none;
  text-indent: -9999px;
  display: none;
}
.entry-form .table-form .label-upload {
  position: relative;
  padding-left: 160px;
  cursor: pointer;
}
.entry-form .table-form .label-upload_image {
  position: relative;
  padding-left: 190px;
  cursor: pointer;
}
.entry-form .table-form .label-upload::before {
  position: absolute;
  content: "ファイルを選択";
  font-size: 13px;
  width: 145px;
  height: 25px;
  border-radius: 25px;
  border: 1px solid #939393;
  left: 0;
  top: -7px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #d0d0d0;
  background: -moz-linear-gradient(270deg, #d0d0d0 30%, #fdfdfd 70%);
  background: -webkit-linear-gradient(270deg, #d0d0d0 30%, #fdfdfd 70%);
  background: -o-linear-gradient(270deg, #d0d0d0 30%, #fdfdfd 70%);
  background: -ms-linear-gradient(270deg, #d0d0d0 30%, #fdfdfd 70%);
  background: linear-gradient(0deg, #d0d0d0 30%, #fdfdfd 70%);
}
.entry-form .table-form .label-upload_image::before {
  position: absolute;
  content: "アップロード";
  font-size: 13px;
  width: 145px;
  height: 25px;
  border-radius: 25px;
  border: 1px solid #939393;
  left: 10px;
  top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #d0d0d0;
  background: -moz-linear-gradient(270deg, #d0d0d0 30%, #fdfdfd 70%);
  background: -webkit-linear-gradient(270deg, #d0d0d0 30%, #fdfdfd 70%);
  background: -o-linear-gradient(270deg, #d0d0d0 30%, #fdfdfd 70%);
  background: -ms-linear-gradient(270deg, #d0d0d0 30%, #fdfdfd 70%);
  background: linear-gradient(0deg, #d0d0d0 30%, #fdfdfd 70%);
}
.mypage-main .note-form ,
.entry-form .note-form {
  line-height: 1.71429;
  margin-top: 15px;
  margin-bottom: 75px;
}
.l-entry-confirm .mypage-main .note-form ,
.l-entry-confirm .entry-form .note-form {
  margin: 55px 0 20px;
}
.mypage-main .note ,
.entry-form .note-form .note {
  font-weight: bold;
}
.mypage-main .note span ,
.entry-form .note-form .note span {
  color: #ff0000;
}
.entry-form .table-price-small {
  width: 420px;
  margin-right: 0;
  margin-left: auto;
  margin-top: 25px;
}
.entry-form .table-price-small th,
.entry-form .table-price-small td {
  padding: 8px 15px;
}
.entry-form .table-price-small th {
  width: 155px;
}
.entry-form .table-price-small td {
  text-align: right;
}
.entry-form .table-price-small td .total-price {
  color: #ff0000;
}
.entry-form .table-full-width {
  width: 100%;
  table-layout: auto;
}
.entry-form .table-full-width thead tr {
  border: none;
}
.entry-form .table-full-width thead th {
  width: auto;
  background: #999999;
  color: #FFF;
  font-weight: bold;
}
.entry-form .table-full-width th {
  width: 380px;
}
.entry-form .table-full-width td {
  text-align: left;
  padding-left: 25px;
}
.entry-form .table-full-width td.text-right {
  text-align: right !important;
}

@media only screen and (max-width: 767px) {
  .entry-form {
    margin-top: 0.5rem;
  }
  .entry-form .ttl-form {
    font-size: 0.32rem;
    border-left: 0.1rem solid;
    padding-left: 0.15rem;
  }
  .entry-form .table-form {
    margin-top: 0.5rem;
  }
  .entry-form .table-form th,
  .entry-form .table-form td {
    display: block;
    width: 100%;
    padding: 0.15rem 0.25rem;
  }
  .entry-form .table-form td {
    padding: 0.25rem;
  }
  .l-entry-confirm .entry-form .table-form td {
    padding-top: 0.3rem;
  }
  .entry-form .table-form tr {
    display: block;
    margin-bottom: 0.35rem;
  }
  .l-entry-confirm .entry-form .table-form tr {
    border: none;
    margin-bottom: 0.2rem;
  }
  .entry-form .table-form th {
    width: 100%;
    font-size: 0.2rem;
    padding: 0.05rem 0.25rem;
  }
  .l-entry-confirm .entry-form .table-form th {
    border: 1px solid #ccc;
  }
  .entry-form .table-form .warning {
    position: relative;
    right: auto;
    top: auto;
    transform: none;
    height: auto;
    line-height: inherit;
    padding: 0.02rem 0.05rem;
    font-size: 1em;
    border-radius: 0.04rem;
    margin-left: 0.1rem;
  }
  .entry-form .table-form .bl-input-text {
    width: 100%;
  }
  .entry-form .table-form .bl-input-text.upload-file {
    margin-bottom: 0.25rem;
  }
  .entry-form .table-form .bl-input-text span {
    margin-right: 0.1rem;
    word-break: keep-all;
  }
  .entry-form .table-form .bl-input-text span.short-space {
    width: 0.5rem;
  }
  .entry-form .table-form .bl-input-text span.large-space {
    margin-left: 0;
    margin-right: 0;
    width: 0.5rem;
    text-align: center;
  }
  .entry-form .table-form .bl-input-text.short-type {
    margin-right: 0.3rem;
  }
  .entry-form .table-form .bl-input-text.short-type input[type="text"] {
    width: 2.25rem;
  }
  .entry-form .table-form .bl-input-text.short-type input[type="text"].short-width-sm,
	.entry-form .table-form .bl-input-text.short-type input[type="tel"].short-width-sm,
  .entry-form .table-form .bl-input-text.short-type input[type="number"].short-width-sm {
    width: 1.65rem;
  }
  .entry-form .table-form .bl-input-text.connect-input {
    margin-right: 0;
  }
  .entry-form .table-form .bl-input-text.phone-input input[type="tel"] {
    width: 1.65rem;
  }
  .entry-form .table-form .gr-input {
    align-items: center;
  }
  .entry-form .table-form .gr-input.input-pos-code {
    margin-top: 0.2rem;
  }
  .entry-form .table-form .gr-input.input-pos-code span {
    font-size: 0.2rem;
  }
  .entry-form .table-form .gr-input.row-input {
    margin-bottom: 0.25rem;
    flex-wrap: wrap;
  }
  .entry-form .table-form .gr-input.row-input span {
    width: 100%;
    margin-bottom: 0.15rem;
    font-size: 0.2rem;
  }
  .entry-form .table-form .gr-input.row-input .bl-input-text {
    width: 100%;
  }
.login_area input[type="text"] ,
.login_area input[type="password"] ,
.entry-form .table-form input[type="password"] ,
.entry-form .table-form input[type="tel"] ,
.entry-form .table-form input[type="email"] ,
.entry-form .table-form input[type="number"] ,
.entry-form .table-form input[type="url"] ,
.entry-form .table-form input[type="text"] {
    height: 0.6rem;
    padding: 0.1rem 0.15rem;
    font-size: 0.2rem;
  }
  .entry-form .table-form .btn-post-code {
    padding: 0.18rem 0.1rem;
    width: 1.8rem;
    height: 0.6rem;
    text-align: center;
    font-size: 0.2rem;
    margin-right: 0.2rem;
  }
  .entry-form .table-form select {
    width: 3.8rem;
    height: 0.6rem;
    padding: 0.1rem 0.15rem;
    background: url("../img/common/icon_arrow_select.png") no-repeat right 0.25rem center/0.15rem;
  }
  .entry-form .table-form .list-select {
    flex-wrap: wrap;
    margin-bottom: -0.2rem;
  }
  .entry-form .table-form .list-select li {
    min-width: 2.55rem;
    margin-bottom: 0.2rem;
  }
  .entry-form .table-form .list-select li:nth-child(even) {
    width: 3.55rem;
  }
  .entry-form .table-form .list-select li input {
    width: 0.3rem;
    height: 0.3rem;
  }
  .entry-form .table-form .list-select li label {
    font-size: 0.2rem;
  }
  .entry-form .table-form .list-select li.long-option {
    width: auto;
  }
  .entry-form .table-form .list-radio li {
    margin-right: 0.4rem;
  }
  .entry-form .table-form .list-radio .label-radio {
    padding: 0.1rem 0;
    padding-left: 0.4rem;
    font-size: 0.2rem;
    background: url("../img/common/icon_radio.png") no-repeat left top 0.03rem/0.32rem;
  }
  .entry-form .table-form .list-radio input[type="radio"]:checked + .label-radio {
    background: url("../img/common/icon_radio_checked.png") no-repeat left top 0.03rem/0.32rem;
  }
  .entry-form .table-form .label-upload {
    padding-left: 2.4rem;
    font-size: 0.2rem;
  }
  .entry-form .table-form .label-upload_image {
    padding-left: 2.4rem;
    font-size: 0.2rem;
  }
  .entry-form .table-form .label-upload::before {
    font-size: 0.2rem;
    width: 2.1rem;
    height: 0.35rem;
    border-radius: 0.35rem;
    top: -0.1rem;
  }
  .entry-form .table-form .label-upload_image::before {
    font-size: 0.2rem;
    width: 2.1rem;
    height: 0.35rem;
    border-radius: 0.35rem;
    display: block;
    text-align: center;
  top: 5px;
  left: 6px;
  }
  .mypage-main .note-form ,
  .entry-form .note-form {
    margin-top: 0.4rem;
    margin-bottom: 0.75rem;
    font-size: 0.2rem;
    line-height: 1.4;
  }
  .l-entry-confirm .mypage-main .note-form ,
  .l-entry-confirm .entry-form .note-form {
    margin: 1.1rem 0 0.3rem;
  }
.mypage-main .note ,
  .entry-form .note-form .note {
    line-height: 1.8;
  }
  .entry-form .list-btn-entry,
ul.button-center {
    justify-content: center;
  }
  .l-entry-confirm .entry-form .list-btn-entry {
    justify-content: space-between;
  }
  .entry-form .table-price-small {
    width: 100%;
  }
  .entry-form .table-price-small tr {
    margin: 0;
    display: table-row;
  }
  .entry-form .table-price-small th,
  .entry-form .table-price-small td {
    padding: 0.15rem 0.2rem;
    display: table-cell;
    width: auto;
  }
  .entry-form .table-price-small th {
    width: 2.5rem;
  }
  .entry-form .table-full-width th {
    width: 2.5rem;
  }
.mypage-content .inputbox dt{
	width:100%;
	margin: 0;
	text-align:left;
}
.mypage-content .inputbox dd{
	width:100%;
	margin: 0;
}
div#undercolumn_entry{
	width:96%;
	padding:20px 10px;
	margin:20px 5px;

}
}
.keyvisual-thumb-list{
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.keyvisual-thumb-list li{
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .keyvisual-thumb-list {
    display: none!important;
  }
}


.slick-slide img {
max-width:800px;
width: 100%;
height: auto;
}
