@charset "UTF-8";
/******************************************
[base]
******************************************/
html, body {
  overflow-x: hidden;
}

html {
  font-size: 14px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Meiryo, sans-serif;
}

body {
  color: #595e66;
}

p:last-child {
  margin-bottom: 0;
}

.table {
  border-bottom: 1px solid #d1d1d1;
}
.table:last-child {
  margin: 0;
}
.table th {
  white-space: nowrap;
}
.table th, .table td {
  border-color: #d1d1d1;
}

.list {
  margin-left: 25px;
}
.list:last-child {
  margin-bottom: 0;
}
.list li {
  margin: 0 0 1rem;
  list-style: outside disc;
}
.list li:last-child {
  margin-bottom: 0;
}

/******************************************
[scrollbar]
******************************************/
@media (min-width: 768px) {
  ::-webkit-scrollbar {
    width: 5px;
    height: 5px;
  }

  ::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 5px;
  }

  ::-webkit-scrollbar-thumb {
    background: rgba(89, 94, 102, 0.25);
    border-radius: 5px;
  }
}
/******************************************
[link]
******************************************/
a {
  transition: .3s;
}

.link-text {
  text-align: right;
  font-size: .9rem;
}

.link-arrow a {
  color: #595e66;
}
.link-arrow a:after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 11px;
  margin: 0 0 0 10px;
  background: url(../img/arrow/arrow-gray.png) no-repeat center;
  background-size: cover;
}

/******************************************
[text]
******************************************/
.text-muted {
  font-size: .9rem;
}

.text-red {
  color: #f12155;
}

/******************************************
[btn]
******************************************/
.btn-danger {
  background-color: #f12155;
  border-color: #f12155;
}

.btn-blue {
  background-color: #0084ff;
  border-color: #0084ff;
  color: #fff;
}

.btn-dark {
  background: #323232;
}

.btn-outline-dark {
  background: #fff;
  border-color: #595e66;
}
.btn-outline-dark:hover {
  background: #f0f0f0;
  color: #595e66;
}

@media (max-width: 991.98px) {
  .btn-foot-fix {
    position: fixed;
    bottom: 0;
    left: 0;
    justify-content: center;
    width: 100%;
    padding: 10px;
    background: rgba(255, 255, 255, 0.7);
    border-top: 1px solid #d1d1d1;
    margin: 0;
    z-index: 1000;
  }
  .btn-foot-fix .btn {
    padding: 0.75rem;
  }
}
/******************************************
[layout]
******************************************/
.col-md-five {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

@media (min-width: 768px) {
  .col-md-five {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
/******************************************
[icon]
******************************************/
.icon:before {
  content: "";
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: middle;
}

.icon-search:before {
  width: 18px;
  height: 18px;
  background-image: url(../img/icon/search.png);
}

.icon-search-white:before {
  width: 24px;
  height: 24px;
  background-image: url(../img/icon/search-white.png);
}

.icon-cart:before {
  width: 23px;
  height: 23px;
  background-image: url(../img/icon/cart.png);
}

.icon-cart-gray:before {
  width: 23px;
  height: 23px;
  background-image: url(../img/icon/cart-gray.png);
}

.icon-cart-small:before {
  width: 17px;
  height: 17px;
  background-image: url(../img/icon/cart-small.png);
}

.icon-rank:before {
  width: 12px;
  height: 13px;
  background-image: url(../img/icon/rank.png);
}

.icon-heart-white:before {
  width: 23px;
  height: 21px;
  background-image: url(../img/icon/heart-outline-white.png);
}

.icon-heart:before {
  width: 23px;
  height: 21px;
  background-image: url(../img/icon/heart-outline-gray.png);
}

.icon-swipe:before {
  width: 33px;
  height: 40px;
  background-image: url(../img/icon/swipe.png);
}

.icon-star:before {
  width: 23px;
  height: 22px;
  background-image: url(../img/icon/star-outline-gray.png);
}
.icon-star.on:before {
  background-image: url(../img/icon/star-on.png);
}

.icon-star-small:before {
  width: 16px;
  height: 15px;
  background-image: url(../img/icon/star-small-outline.png);
}
.icon-star-small.on:before {
  background-image: url(../img/icon/star-small-on.png);
}

.icon-star-big:before {
  width: 40px;
  height: 38px;
  background-image: url(../img/icon/star-big-outline.png);
}
.icon-star-big.on:before {
  background-image: url(../img/icon/star-big-on.png);
}

.icon-sort5:before {
  width: 25px;
  height: 25px;
  background-image: url(../img/icon/sort-5.png);
}

.icon-sort3:before {
  width: 25px;
  height: 25px;
  background-image: url(../img/icon/sort-3.png);
}

/******************************************
[pagination]
******************************************/
.pagination {
  justify-content: center;
  margin: 15px 0;
}
.pagination:last-child {
  margin-bottom: 0;
}

.page-item.active .page-link {
  background-color: #323232;
  border-color: #323232;
}

.page-link {
  width: 35px;
  height: 35px;
  padding: 0;
  line-height: 33px;
  text-align: center;
  color: #595e66;
}
.page-link:hover {
  color: #595e66;
}

/******************************************
[list-group]
******************************************/
.list-group-item {
  background: none;
  border-color: #d1d1d1;
}

.list-group-flush {
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
}
.list-group-flush .list-group-item {
  padding: 0.75rem 0.5rem;
  border-style: dotted;
}
.list-group-flush .list-group-item:first-child {
  border-top: none;
}
.list-group-flush .list-group-item:last-child {
  border-bottom: none;
}

/******************************************
[scroll styling]
******************************************/
.scroll-y {
  margin: 0 0 15px;
  padding: 15px;
  height: 100px;
  background: #fff;
  border-radius: 3px;
  border: 1px solid #d1d1d1;
  font-size: .9rem;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.scroller-wrap {
  overflow-x: hidden;
}

.scroller {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  overflow-y: hidden;
}

@media (max-width: 575.98px) {
  .scroller {
    padding: 0 15px;
  }

  .scroller-wrap:before, .scroller-wrap:after {
    content: "";
    position: absolute;
    top: 0;
    display: block;
    width: 15px;
    height: 100%;
    background: url(../img/arrow/arrow-gray.png) no-repeat center rgba(255, 255, 255, 0.8);
    background-size: 6px 11px;
    z-index: 100;
  }
  .scroller-wrap:before {
    left: 0;
    transform: scaleX(-1);
  }
  .scroller-wrap:after {
    right: 0;
  }
}
/******************************************
[modal]
******************************************/
.modal-open {
  padding: 0 !important;
}

.modal-footer .btn-block {
  margin-top: 0;
}

/******************************************
[toggle]
******************************************/
.toggle-switch {
  cursor: pointer;
}

.toggle-body {
  display: none;
}

.toggle-arrow {
  text-align: center;
}
.toggle-arrow:after {
  content: "";
  transform: rotate(90deg);
  display: inline-block;
  width: 6px;
  height: 11px;
  margin: 0 0 0 10px;
  background: url(../img/arrow/arrow-gray.png) no-repeat center;
  background-size: cover;
  transition: .3s;
}
.toggle-arrow.open:after {
  transform: rotate(-90deg);
}

/******************************************
[form]
******************************************/
.required {
  margin: -2px 5px 0 0;
  background: #f12155;
  line-height: 1;
  vertical-align: middle;
  color: #fff;
}

.form-block-wrap .form-wrap {
  margin-bottom: 30px;
}
.form-block-wrap .form-wrap:last-child {
  margin-bottom: 0;
}

.form-wrap {
  padding: 30px;
  background: #f0f0f0;
  border-radius: 3px;
  /*& > .form-group{
  	margin-bottom: 15px;
  	padding-bottom: 15px;
  	border-bottom: 1px solid $gray;
  }*/
}
.form-wrap .box-title-border {
  margin-left: -10px;
  margin-right: -10px;
  padding-left: 10px;
  padding-right: 10px;
}
.form-wrap .cart-list {
  margin-bottom: 15px;
  padding: 0 0 15px;
  border-top: none;
  border-bottom: 1px solid #d1d1d1;
}
.form-wrap .cart-list:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.form-wrap .cart-list-goods {
  margin-bottom: 0;
}

.form-section {
  margin: 0 0 30px;
  padding: 15px;
  border-radius: 3px;
  border: 1px solid #d1d1d1;
}

.form-group-wrap {
  margin: 0 -10px 15px;
  padding: 0 10px 15px;
  border-bottom: 1px solid #d1d1d1;
}
.form-group-wrap:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.form-group-wrap .form-group {
  padding-bottom: 0;
  border-bottom: none;
}

.form-group {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #d1d1d1;
}
.form-group:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.form-label {
  font-weight: bold;
}

.form-strong span {
  display: inline-block;
  margin: 0 5px;
  font-size: 1.2rem;
  font-weight: bold;
}
.form-strong span:first-child {
  margin-left: 0;
}

.form-text {
  margin-bottom: 0;
  font-size: .85rem;
}

.form-check {
  margin: 0 0 10px;
  line-height: 20px;
}
.form-check:last-child {
  margin: 0;
}
.form-check > * {
  cursor: pointer;
}

.form-check-inline {
  margin: 0 20px 0 0;
}
.form-check-inline .form-check-input {
  margin: 0;
}

.form-check-input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin-top: 0;
  border-radius: 3px;
  border: 1px solid #d1d1d1;
}
.form-check-input[type="checkbox"] + .form-check-label {
  margin: 0 0 0 10px;
}
.form-check-input[type="checkbox"]:checked {
  background: url(../img/icon/check.png) no-repeat center #595e66;
  background-size: 12px 10px;
}

.form-check-input[type="radio"] {
  width: 20px;
  height: 20px;
  margin-top: 0;
  border-radius: 50%;
  border: 1px solid #d1d1d1;
}
.form-check-input[type="radio"] + .form-check-label {
  margin: 0 0 0 10px;
}
.form-check-input[type="radio"]:checked {
  background: url(../img/icon/check.png) no-repeat center #595e66;
  background-size: 12px 10px;
}

.form-select:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 7px;
  transform: translateY(-50%);
  width: 5px;
  height: 11px;
  background: url(../img/icon/selectbox.png) no-repeat center;
  background-size: cover;
  z-index: 1;
}

.input-group-wrap {
  display: flex;
}
.input-group-wrap:last-child {
  margin: 0;
}
.input-group-wrap .input-group:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-wrap .input-group:not(:last-child) .input-group-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-wrap .input-group:not(:first-child) .form-control {
  border-left: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group .form-select {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group .form-select:not(:last-child) .form-control {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

#form-point-use-label {
  margin: 10px 0 20px;
}

#form-delivery-text {
  margin-top: 1rem;
}

@media (max-width: 575.98px) {
  .form-wrap {
    padding: 20px;
  }

  #form-point-use {
    margin: 10px 0;
  }

  #form-postcode {
    margin: 0 0 10px;
  }

  #form-delivery-text {
    margin-bottom: 1rem;
  }
  #form-delivery-text p {
    margin: 0;
  }
}
/******************************************
[error]
******************************************/
.form-control.error-input {
  border-color: #f12155;
}

.input-group-text.error-input {
  border-color: #f12155;
}

.error-text {
  margin-top: 5px;
  margin-bottom: 0;
  color: #f12155;
}

/******************************************
[layout & styling]
******************************************/
.fixbox {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  margin-right: -10px;
  margin-left: -10px;
}

.fixbox-main {
  flex: 1;
}

.fixbox-side-left, .fixbox-side-right {
  width: 200px;
}

.fixbox-side-right {
  margin: 0 0 0 35px;
}

.fixbox-side-left {
  margin: 0 35px 0 0;
  order: -1;
}

.section-wrap {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #d1d1d1;
}
.section-wrap:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}

@media (max-width: 991.98px) {
  .fixbox-main {
    width: 100%;
    padding: 0 10px;
  }

  .fixbox-side-left, .fixbox-side-right {
    display: none;
  }
  .fixbox-side-left.display-sp, .fixbox-side-right.display-sp {
    display: block;
    margin-bottom: 0;
    padding: 0 10px;
  }

  .col-wrap {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #d1d1d1;
  }
  .col-wrap:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
  }
}
/******************************************
[title]
******************************************/
.box-title {
  margin: 0 0 15px;
  font-size: 1.2rem;
  font-weight: normal;
}

.box-title-border {
  margin: 0 0 15px;
  padding: 0 0 15px;
  border-bottom: 1px solid #d1d1d1;
  font-size: 1.2rem;
}

/******************************************
[mh-img]
******************************************/
.mh-img {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f0f0f0;
}

/******************************************
[heaeder]
******************************************/
#global-header {
  background: #323232;
}
#global-header .navbar {
  padding: 0;
}
#global-header .btn-head-search {
  background: #d1d1d1;
}
#global-header .btn-head-search .icon:before {
  margin-top: -2px;
}

#global-logo {
  width: 150px;
  margin: 0 20px 0 0;
}
#global-logo h1 {
  margin: 0;
  line-height: 1;
}

#global-head-icon {
  display: flex;
  flex-basis: auto;
  flex-grow: 1;
  align-items: center;
}
#global-head-icon ul {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  flex-direction: row;
  margin-left: auto;
}
#global-head-icon a {
  display: block;
  padding: 1rem;
  color: #fff;
}
#global-head-icon a:hover {
  background: #000;
  text-decoration: none;
  opacity: .6;
}

#global-nav .nav-item > a {
  display: block;
  padding: 1rem;
  color: #fff;
}
#global-nav a:hover {
  background: #000;
  text-decoration: none;
  opacity: .6;
}

.head-badge {
  position: absolute;
  top: -10px;
  right: -14px;
  min-width: 16px;
  height: 16px;
  padding: 0 4px;
  background: #f12155;
  border-radius: 8px;
  font-size: .7rem;
  line-height: 16px;
  color: #fff;
}

.global-nav-text {
  display: none;
}

.navbar-collapse {
  flex-grow: 0;
}

@media (max-width: 575.98px) {
  #global-header .navbar {
    padding: 0 0.5rem;
  }

  #global-logo {
    margin: 0;
  }
  #global-logo a {
    display: block;
    line-height: 1;
  }

  #global-nav {
    display: block;
    margin: 0 0 1rem;
    letter-spacing: -.4em;
  }
  #global-nav .nav-item {
    display: inline-block;
    width: 50%;
    border-right: 1px solid #595e66;
    letter-spacing: normal;
    text-align: center;
    vertical-align: middle;
    font-size: .9rem;
  }
  #global-nav .nav-item:nth-child(1) {
    border-left: 1px solid #595e66;
  }
  #global-nav .nav-item.dropdown {
    /*display: block;
    margin: 15px 0 0;
    border: 1px solid $black;*/
  }
  #global-nav .nav-item > a {
    padding: 1rem 0;
  }

  #global-search {
    display: none;
  }

  #global-head-icon a {
    padding: 1rem 0.5rem;
  }

  #global-nav-toggle .form-inline {
    margin: 1rem 0;
  }

  .navbar-toggler {
    margin: 0.5rem 0 0.5rem 1rem;
    padding: 0.25rem 0.5rem;
  }

  .global-nav-text {
    display: inline-block;
    margin: 0 0 0 10px;
  }
}
/******************************************
[head-menu]
******************************************/
#head-menu-wrap {
  position: absolute;
  top: 100%;
  right: 0;
  display: none;
  padding: 0;
  background: #fff;
  box-shadow: 0 0 10px rgba(80, 80, 80, 0.45);
  z-index: 1000;
}

#head-menu {
  display: table;
  padding: 30px 0;
}
#head-menu a {
  color: #595e66;
}

.head-menu-inner {
  display: table-cell;
  padding: 0 30px;
  border-right: 1px solid #d1d1d1;
  white-space: nowrap;
}
.head-menu-inner:last-child {
  margin-bottom: 0;
  border: none;
}
.head-menu-inner ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.head-menu-inner li {
  margin: 0 0 5px;
}
.head-menu-inner li:last-child {
  margin: 0;
}

.head-menu-title {
  font-size: 1em;
  font-weight: bold;
}

.head-menu-pc {
  display: block;
}

.head-menu-sp {
  display: none;
}

@media (max-width: 575.98px) {
  #head-menu-wrap {
    position: relative;
    display: block;
    margin: 0 0 1rem;
  }

  #head-menu {
    width: 100%;
    padding: 30px;
  }

  .head-menu-inner {
    display: block;
    margin: 0 0 15px;
    padding: 0 0 15px;
    border-right: none;
    border-bottom: 1px solid #d1d1d1;
    white-space: normal;
  }
  .head-menu-inner:last-child {
    margin: 0;
    padding: 0;
  }
  .head-menu-inner ul {
    letter-spacing: -.4em;
  }
  .head-menu-inner li {
    letter-spacing: normal;
  }

  .head-menu-pc {
    display: none;
  }

  .head-menu-sp {
    display: block;
  }
}
/******************************************
[nav-category]
******************************************/
#nav-category {
  background: #f0f0f0;
  z-index: 2;
}
#nav-category .scroller {
  margin-top: -1px;
  text-align: center;
}
#nav-category a {
  display: block;
  height: 50px;
  padding: 0 1rem;
  line-height: 50px;
  color: #595e66;
  transition: .3s;
}
#nav-category a.active {
  background: #dcdcdc;
}
#nav-category a:hover {
  text-decoration: none;
  background: #dfdfdf;
  opacity: .6;
}

@media (min-width: 576px) {
  #nav-category .scroller {
    padding: 0;
  }
}
@media (max-width: 575.98px) {
  #nav-category a:last-child {
    padding-right: 30px;
  }
}
/******************************************
[breadcrumb]
******************************************/
#breadcrumb_wrap {
  margin: 0 auto 15px;
  padding: 10px 0;
  font-size: .9rem;
}
#breadcrumb_wrap .breadcrumb {
  margin: 0;
  padding: 0;
  background-color: transparent;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "\003e";
}

@media (max-width: 575.98px) {
  #breadcrumb_wrap {
    padding: 10px 15px;
  }
}
/******************************************
[side]
******************************************/
.link-list li {
  border-top: 1px solid #d1d1d1;
  line-height: 1.5;
}
.link-list li:last-child {
  border-bottom: 1px solid #d1d1d1;
}
.link-list a {
  display: block;
  padding: 10px 15px 10px 5px;
  color: #595e66;
}
.link-list a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  display: block;
  width: 6px;
  height: 11px;
  background: url(../img/arrow/arrow-gray.png) no-repeat 0 0;
  background-size: cover;
}
.link-list a:hover {
  background: #f0f0f0;
  text-decoration: none;
  opacity: .75;
}

#side-banner li {
  margin: 0 0 15px;
  border: 1px solid #d1d1d1;
}
#side-banner li:last-child {
  margin: 0;
}
#side-banner a:hover {
  opacity: .6;
}

.side-wrap {
  margin: 0 0 30px;
}
.side-wrap:last-child {
  margin: 0;
}

/******************************************
[footer]
******************************************/
#global-footer {
  margin: 80px 0 0;
  padding: 30px 0;
  background: #f0f0f0;
}
#global-footer p {
  font-size: .9rem;
}
#global-footer .box-title {
  margin: 0 0 5px;
}

.footer-wrap {
  margin: 0 0 30px;
}
.footer-wrap:last-child {
  margin: 0;
}

#app-banner {
  letter-spacing: -.4em;
}
#app-banner li {
  display: inline-block;
  margin: 0 10px 0 0;
  letter-spacing: normal;
}
#app-banner li:last-child {
  margin: 0;
}

#global-footer-nav {
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  font-size: .9rem;
}
#global-footer-nav ul {
  margin: 0;
  padding: 15px 0;
  letter-spacing: -.4em;
}
#global-footer-nav li {
  display: inline-block;
  margin: 0 20px 0 0;
  padding: 0 20px 0 0;
  border-right: 1px solid #595e66;
  letter-spacing: normal;
}
#global-footer-nav li:last-child {
  border-right: none;
}
#global-footer-nav a {
  color: #595e66;
}

@media (max-width: 991.98px) {
  #global-footer {
    padding-bottom: 80px;
  }
}
@media (max-width: 575.98px) {
  #global-footer-nav {
    border-bottom: none;
  }
  #global-footer-nav ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
  }
  #global-footer-nav li {
    width: 50%;
    margin: 0;
    padding: 0;
    border-right-color: #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
    vertical-align: top;
  }
  #global-footer-nav li:nth-child(even) {
    border-right: none;
  }
  #global-footer-nav a {
    display: block;
    padding: 0.5rem;
  }
}
/******************************************
[pagetop]
******************************************/
#pagetop {
  position: fixed;
  bottom: 50px;
  right: -100px;
  width: 50px;
  height: 50px;
  background: rgba(89, 94, 102, 0.8);
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  z-index: 150;
}
#pagetop:hover {
  transition: .3s;
  opacity: .6;
}

#pagetop-arrow:before {
  content: "";
  transform: rotate(-90deg);
  display: inline-block;
  width: 6px;
  height: 11px;
  background: url(../img/arrow/arrow-white.png) no-repeat center;
  background-size: cover;
}

/******************************************
[home　styling]
******************************************/
#home-main {
  margin: 40px 0 0;
}

/******************************************
[home-carousel]
******************************************/
#home-carousel img {
  width: 100%;
  height: auto;
}

#home-carousel-text {
  position: absolute;
  top: 74px;
  left: 12%;
  font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

.home-carousel-fadein span {
  line-height: 34px;
  letter-spacing: 0;
  font-size: 21px;
  text-shadow: 1px 1px 10px #000, -1px 1px 10px #000, 1px -1px 10px #000, -1px -1px 10px #000;
  color: #fff;
  opacity: 0;
}

.slide-pc {
  display: block !important;
}

.slide-sp {
  display: none !important;
}

@media (max-width: 768px) {
	.home-carousel-fadein span {
		display: none;
	}
}

@media (max-width: 575.98px) {
  .slide-pc {
    display: none !important;
  }

  .slide-sp {
    display: block !important;
  }
}
/******************************************
[topics]
******************************************/
#home-news li {
  border-top: 1px solid #d1d1d1;
}
#home-news li:last-child {
  border-bottom: 1px solid #d1d1d1;
}
#home-news #detail_url {
  display: block;
  padding: 10px 5px;
  color: #595e66;
}
#home-news #detail_url:hover {
  background: #f0f0f0;
  text-decoration: none;
}
#home-news #detail_url:hover .topics-wrap {
  opacity: .75;
}

.topics-wrap {
  display: table;
  width: 100%;
}

.topics-thumb, .topics-text {
  display: table-cell;
  vertical-align: top;
}

.topics-thumb {
  width: 70px;
}

.topics-text {
  padding: 0 0 0 15px;
  line-height: 1.5;
}
.topics-text #topics_date {
  margin: 0 0 10px;
  font-size: .8rem;
}
.topics-text #topics_title {
  font-size: .9rem;
}

.topics_thumbnail {
  width: 100%;
  height: auto;
}

#topics_paging {
  display: flex;
  justify-content: center;
  padding-left: 0;
  border-radius: 0.25rem;
  list-style: none;
}
#topics_paging li {
  display: block;
  width: 35px;
  height: 35px;
  padding: 0;
  background-color: #fff;
  border-right: none;
  border: 1px solid #dee2e6;
  border-right: none;
  line-height: 33px;
  text-align: center;
  color: #d1d1d1;
}
#topics_paging li:first-child {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
#topics_paging li:last-child {
  border-right: 1px solid #dee2e6;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
#topics_paging li a {
  display: block;
  color: #595e66;
}
#topics_paging li a:hover {
  background-color: #e9ecef;
  border-color: #dee2e6;
  text-decoration: none;
}

#news-detail #topics_date {
  display: inline-block;
  padding: 0.25rem 0.5rem;
  background: #f0f0f0;
  font-size: .9rem;
}

@media (max-width: 575.98px) {
  .news-wrap {
    margin-bottom: 30px;
  }
}
/******************************************
[goods styling]
******************************************/
.goods-thumbnail img {
  width: 100%;
  height: auto;
}

.goods-name {
  margin: 0;
  font-size: .9rem;
  color: #595e66;
}

.goods-price {
  font-size: .8rem;
  color: #f12155;
}

/******************************************
[goods-list]
******************************************/
.goods-list-wrap .card {
  border-radius: 0;
  border: none;
}

.goods-list {
  margin: 0 0 15px;
}
.goods-list a:hover {
  text-decoration: none;
  opacity: .6;
}
.goods-list .goods-thumbnail {
  margin: 0 0 5px;
}

@media (min-width: 992px) {
  .goods-relation.scroller {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    white-space: normal;
  }

  .goods-share-sp {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .goods-relation-more {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .goods-check .goods-list:last-child {
    padding-right: 20px;
  }

  .goods-relation .goods-list {
    margin: 0;
  }
  .goods-relation .goods-list:last-child {
    padding-right: 30px;
  }
}
/******************************************
[goods-ranking]
******************************************/
.goods-ranking .badge {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 20px;
  height: 20px;
  padding: 0;
  background: #323232;
  border-radius: 0;
  font-size: .85rem;
  line-height: 20px;
  color: #fff;
  z-index: 1;
}

.goods-rank-top .badge {
  height: 25px;
  padding: 0 5px;
  font-size: 1.1rem;
  line-height: 25px;
}
.goods-rank-top .badge:before {
  margin: -2px 5px 0 0;
  line-height: 20px;
}

#goods-rank1 .badge {
  background: #deb113;
}

#goods-rank2 .badge {
  background: #a6a6a6;
}

#goods-rank3 .badge {
  background: #de7713;
}

/******************************************
[goods-check]
******************************************/
.goods-check.row {
  margin: 0 -5px;
}
.goods-check .goods-list {
  margin: 0;
  padding: 0 5px;
}
.goods-check .goods-price {
  color: #595e66;
}

/******************************************
[goods detail styling]
******************************************/
#goods-fav-btn {
  margin: 0 0 20px;
  padding: 1rem 1.5rem;
  border-radius: 5px;
  border: 1px solid #d1d1d1;
  font-size: 1rem;
  transition: .3s;
}
#goods-fav-btn:hover {
  background: #f0f0f0;
}
#goods-fav-btn .icon-heart:before {
  margin: -2px 10px 0 0;
  transition: .3s;
}
#goods-fav-btn .icon-heart.on:before {
  background-image: url(../img/icon/heart-on.png);
}

#goods-head-wrap {
  margin: 0 0 30px;
}
#goods-head-wrap .goods-name {
  font-size: 1.4rem;
}
#goods-head-wrap .goods-price {
  margin: 0 0 5px;
  font-size: 1.3rem;
  font-weight: bold;
}
#goods-head-wrap .goods-price span {
  font-size: 1rem;
}

#goods-attention {
  padding: 1rem;
  border-radius: 3px;
}
#goods-attention.pattern01 {
  background-color: #e00;
  color: #fff;
}

#goods-option {
  margin: 0 0 10px;
}

.goods-note {
  margin: 0 0 5px;
  color: #0084ff;
}

.goods-review-wrap > * {
  display: inline-block;
  line-height: 1;
  vertical-align: bottom;
}
.goods-review-wrap a {
  margin: 0 0 0 5px;
  font-size: .9rem;
  text-decoration: underline;
  color: #595e66;
}

#goods-price-list {
  margin: 0 0 30px;
}
#goods-price-list .btn {
  width: 160px;
  padding: 0.5rem 0;
  font-size: .9rem;
}
#goods-price-list .icon:before {
  margin: -2px 5px 0 0;
}
#goods-price-list .row {
  align-items: center;
}

#goods-detail-wrap {
  margin: 0 0 15px;
  padding: 0 0 15px;
  border-bottom: 1px solid #d1d1d1;
}

#goods-detail-text {
  margin: 0 0 15px;
}

#goods-detail-list {
  margin: 0 0 15px;
  padding: 30px;
  background: #f0f0f0;
  border-radius: 3px;
  font-size: .9rem;
}

#goods-share-wrap h3, #goods-share-wrap ul {
  margin-bottom: 0;
  line-height: 1;
}
#goods-share-wrap li {
  margin: 0 0 0 20px;
}
#goods-share-wrap img {
  width: auto;
  height: 24px;
}
#goods-share-wrap a:hover {
  opacity: .6;
}

#goods-keyword {
  display: flex;
  flex-wrap: wrap;
  margin-top: -10px;
  letter-spacing: -4em;
}
#goods-keyword li {
  margin: 10px 10px 0 0;
  padding: 0.25rem 1rem;
  background: #f0f0f0;
  border-radius: 3px;
  border: 1px solid #d1d1d1;
  letter-spacing: normal;
}
#goods-keyword li:last-child {
  margin-right: 0;
}

/******************************************
[goods-img]
******************************************/
#goods-img {
  transition: .3s;
}
#goods-img img {
  width: 100%;
  height: auto;
}
#goods-img .goods-img-wrap {
  width: 450px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
#goods-img .swiper-wrapper {
  align-items: center;
}
#goods-img .product-img-caption {
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100%;
  text-align: center;
  transition: .3s;
}
#goods-img .swiper-slide-zoomed .product-img-caption {
  opacity: 0;
}
#goods-img .product-img-pagination {
  position: relative;
  bottom: auto;
  left: auto;
  width: 450px;
  margin: 40px auto 0;
  background: rgba(255, 255, 255, 0.6);
}
#goods-img .swiper-pagination-bullet {
  width: 20%;
  height: auto;
  margin: 0;
  background: none;
  border-radius: 0;
}
#goods-img .goods-img-arrow-wrap {
  height: 100%;
}
#goods-img .goods-img-arrow {
  width: 20px;
  height: 37px;
  background-image: url(../img/arrow/arrow-gray-big.png);
  background-size: cover;
}
#goods-img .swiper-button-prev {
  left: 40px;
  transform: scaleX(-1);
}
#goods-img .swiper-button-next {
  right: 40px;
}

.zoom-close {
  position: fixed;
  top: -50px;
  right: -50px;
  padding: 5px;
  background: rgba(89, 94, 102, 0.8);
  color: #fff;
  transition: .3s;
}

.zoom-note {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 130px;
  height: 100px;
  background: rgba(50, 50, 50, 0.8);
  border-radius: 5px;
  text-align: center;
  color: #fff;
  z-index: 10000;
}
.zoom-note p {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}
.zoom-note .icon {
  display: block;
  margin: 0 auto 5px;
}

@media (max-width: 991.98px) {
  .fullscreen {
    overflow: hidden;
    height: 100%;
  }

  #goods-img {
    width: 100%;
  }
  #goods-img .goods-img-wrap {
    width: 100%;
  }
  #goods-img .swiper-pagination-bullet {
    width: auto;
    margin: 0 4px;
  }
  #goods-img .swiper-pagination-bullet img {
    display: none;
  }
  #goods-img .swiper-pagination-bullet:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background: #333;
    border-radius: 50%;
  }
  #goods-img .swiper-pagination-bullet-active:before {
    background: #007aff;
    opacity: 1;
  }
  #goods-img .product-img-pagination {
    width: 100%;
    margin: 10px auto 0;
  }
  #goods-img .swiper-button-prev {
    left: 15px;
  }
  #goods-img .swiper-button-next {
    right: 15px;
  }
  #goods-img.zoom {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #323232;
    z-index: 10000;
  }
  #goods-img.zoom .zoom-close {
    top: 30px;
    right: 30px;
    z-index: 10000;
  }
  #goods-img.zoom .goods-img-wrap {
    height: 100%;
    padding-left: 10px;
  }
  #goods-img.zoom .product-img-caption {
    display: none;
  }
  #goods-img.zoom .swiper-pagination {
    display: none;
  }
}
/******************************************
[cart styling]
******************************************/
#cart-main .fixbox-side-right {
  width: 350px;
}
#cart-main .box-title .icon:before {
  margin: -2px 5px 0 0;
}

.cart-list {
  margin-bottom: 30px;
  padding-top: 30px;
  border-top: 1px solid #595e66;
}
.cart-list .goods-name {
  font-size: 1.2rem;
}
.cart-list .goods-price {
  margin: 0 0 5px;
  font-size: 1.6rem;
  font-weight: bold;
}
.cart-list .goods-price span {
  font-size: 1rem;
}
.cart-list a {
  color: #595e66;
}

.cart-list-goods {
  margin-bottom: 15px;
}

.cart-option {
  font-size: .9rem;
}
.cart-option li {
  margin: 0 10px 0 0;
}

.cart-list-btn .form-select {
  margin: 0 0 10px;
}

.cart-list-subtotal .row {
  margin-left: 0;
  margin-right: 0;
  justify-content: flex-end;
}
.cart-list-subtotal p {
  margin: 0;
}

.cart-list-price {
  text-align: right;
}

.cart-list-total {
  justify-content: flex-end;
  padding: 0.75rem 0.5rem 0;
  font-weight: bold;
}
.cart-list-total.row {
  margin: 0;
}
.cart-list-total p {
  margin: 0;
}

.cart-register-wrap {
  padding: 1.5rem;
  background: #f9f9f9;
  border-radius: 3px;
  border: 1px solid #d1d1d1;
}
.cart-register-wrap .btn-foot-fix > div:first-child {
  margin: 0 0 0.5rem;
}

.cart-register {
  display: flex;
  align-items: flex-end;
  margin: 0 0 25px;
}
.cart-register p {
  margin: 0 20px 0 0;
  line-height: 1;
}

.cart-register-price {
  font-size: 1.8rem;
  font-weight: bold;
  color: #f12155;
}
.cart-register-price span {
  font-size: 1rem;
}

@media (min-width: 992px) {
  .cart-list:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 575.98px) {
  .cart-register {
    margin: 0;
  }

  .cart-register-wrap .btn-foot-fix > div:first-child {
    margin: 0;
  }
}
/******************************************
[review-head]
******************************************/
#review-head-wrap {
  margin: 0 0 30px;
	width: 100%;
}

#review-head {
  padding: 30px 0;
  background: #f9f9f9;
  border-radius: 3px;
}

#review-head-title {
  margin: 0;
  font-size: 1.4rem;
  font-weight: bold;
}

#review-head-star .icon:before {
  margin-top: -5px;
}

#review-head-number span {
  font-size: 1.4rem;
  font-weight: bold;
  color: #f12155;
}

#review-total-star, #review-total-bar {
  margin: 0;
}
#review-total-star li, #review-total-bar li {
  height: 25px;
}

#review-total-star .icon {
  display: inline-block;
  height: 25px;
  line-height: 25px;
  vertical-align: middle;
}
#review-total-star .icon:before {
  margin-top: -5px;
}

#review-total-bar li {
  padding: 5px 0;
}
#review-total-bar .progress {
  width: 80%;
  background: transparent;
  border-radius: 0;
}
#review-total-bar .progress-bar {
  height: 15px;
  background: #f12155;
}

.review-total-number {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-size: .9rem;
}
.review-total-number a {
  text-decoration: underline;
  color: #595e66;
}

@media (max-width: 575.98px) {
  #review-head-title {
    font-size: 1rem;
  }

  #review-head-star {
    padding: 0;
  }
  #review-head-star .icon-star:before {
    width: 16px;
    height: 15px;
    background-image: url(../img/icon/star-small-outline.png);
  }
  #review-head-star .icon-star.on:before {
    background-image: url(../img/icon/star-small-on.png);
  }

  #review-head-number span {
    font-size: 1rem;
  }
}
/******************************************
[review-list]
******************************************/
#review-list .list-group-item {
  margin: 0 0 20px;
  padding: 20px 70px;
  border-radius: 3px;
}

#review-list{
	width: 100%;
}

.review-post-head {
  align-items: center;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #d1d1d1;
}
.review-post-head h5 {
  margin: 0 30px 0 0;
  font-size: 1.4rem;
  font-weight: bold;
}
.review-post-head p {
  margin: 0 10px 0 0;
}
.review-post-head p:last-child {
  margin: 0;
}

.review-post-star-wrap {
  display: flex;
  align-items: center;
  margin: 0 0 20px;
  font-size: .9rem;
}
.review-post-star-wrap > * {
  margin: 0 10px 0 0;
}
.review-post-star-wrap > *:last-child {
  margin: 0;
}
.review-post-star-wrap p {
  margin-bottom: 0;
}
.review-post-star-wrap .icon:before {
  margin-top: -5px;
}

.review-post-number {
  color: #f12155;
}

@media (max-width: 575.98px) {
  #review-list .list-group-item {
    padding: 20px;
  }

  .review-post-head {
    font-size: .8rem;
  }
  .review-post-head h5 {
    margin: 0 0 5px;
    font-size: 1.2rem;
  }

  .review-post-detail {
    margin: 0 0 10px;
  }
}
/******************************************
[review-entry]
******************************************/
#review-entry-wrap {
  padding-bottom: 20px;
  border-bottom: 1px solid #d1d1d1;
}
#review-entry-wrap .goods-thumbnail {
  margin: 0 0 5px;
}

#review-entry-star {
  margin: 0 0 15px;
  padding: 0 0 15px;
  border-bottom: 1px solid #d1d1d1;
}
#review-entry-star .box-title {
  margin: 0 0 5px;
  font-weight: bold;
}

.stars-item {
  display: inline-block;
  margin: 0 5px 0 0;
}
.stars-item:last-child {
  margin: 0;
}
.stars-item .icon-star-big {
  cursor: pointer;
}

/******************************************
[order styling]
******************************************/
.order-cart-list {
  margin-bottom: 15px;
}
.order-cart-list .goods-name, .order-cart-list .goods-price {
  font-size: 1rem;
}

.order-point-balance {
  font-size: 1.2rem;
  font-weight: bold;
}
.order-point-balance span {
  font-size: 1rem;
  font-weight: normal;
}

#order-finish-head {
  margin: 0 0 30px;
  text-align: center;
}
#order-finish-head h2 {
  font-weight: bold;
}

#order-finish-number {
  margin: 0 0 0 15px;
  font-weight: bold;
  color: #f12155;
}

.order-payment-wrap .form-check {
  padding-bottom: 10px;
  border-bottom: 1px solid #d1d1d1;
}
.order-payment-wrap .form-check:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.order-address-wrap {
  display: none;
}

/******************************************
[search styling]
******************************************/
#search-word-wrap {
  margin: 0 0 15px;
}
#search-word-wrap li {
  margin: 0 10px 0 0;
}

#result-number-wrap {
  padding: 1rem;
  background: #f0f0f0;
  border-radius: 3px;
  text-align: center;
}
#result-number-wrap h5 {
  margin: 0 0 5px;
  line-height: 1;
}

#result-number {
  margin: 0;
  line-height: 1;
  font-weight: bold;
}
#result-number span {
  display: inline-block;
  margin: 0 5px 0 0;
  font-size: 2rem;
}

.search-result-sp {
  display: none;
  background: #f0f0f0;
}
.search-result-sp .sort-item .btn {
  height: 50px;
  padding: 0;
  line-height: 50px;
}

@media (max-width: 575.98px) {
  .search-result-pc {
    display: none;
  }

  .search-result-sp {
    display: flex;
  }
}
/******************************************
[sort-wrap]
******************************************/
#sort-wrap {
  margin: 0 0 15px;
}

.sort-item .btn-link {
  color: #595e66;
}

.sort-row {
  border-right: 1px solid #d1d1d1;
}
.sort-row:last-child {
  border: none;
}
.sort-row .btn {
  background: transparent;
  transition: .3s;
}
.sort-row .btn:hover {
  opacity: .6;
}

.btn-sort:after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 11px;
  margin: -4px 0 0 10px;
  background: url(../img/arrow/arrow-gray.png) no-repeat center;
  background-size: cover;
  transition: .3s;
}

.sort-desc:after {
  transform: rotate(90deg);
}

.sort-asc:after {
  transform: rotate(-90deg);
}

@media (max-width: 575.98px) {
  .sort-row {
    display: none;
  }
}
/******************************************
[category]
******************************************/
#category-top-wrap li {
  margin: 0 0 15px;
}
#category-top-wrap li:last-child {
  margin: 0;
}
#category-top-wrap a {
  color: #595e66;
}

.category-img {
  width: 100px;
  margin: 0 15px 0 0;
}
.category-img img {
  width: 100%;
  height: auto;
  border: 1px solid #d1d1d1;
}

#category-middle-head {
  display: flex;
  align-items: center;
  margin: 0 0 15px;
}

.category-top-item {
  display: flex;
  align-items: center;
}

/******************************************
[history-buy]
******************************************/
#history-buy-wrap .list-group-item {
  margin-bottom: 30px;
  padding: 0 0 15px;
  border-radius: 3px;
  overflow: hidden;
}
#history-buy-wrap .cart-list-goods {
  align-items: center;
  padding-bottom: 15px;
  border-bottom: 1px solid #d1d1d1;
}
#history-buy-wrap .goods-name {
  font-size: 1.2rem;
}
#history-buy-wrap .goods-price {
  font-size: 1.2rem;
  font-weight: bold;
  color: #595e66;
}

.history-buy-head {
  padding: 15px;
  background: #f0f0f0;
  border-bottom: 1px solid #d1d1d1;
  font-size: .9rem;
}
.history-buy-head p {
  margin: 0 20px 0 0;
}
.history-buy-head p:last-child {
  margin-right: 0;
}

.history-buy-head-item {
  display: flex;
  align-items: center;
}

.history-buy-status {
  width: 150px;
  padding: 0.5rem 0;
  background: #323232;
  border-radius: 3px;
  text-align: center;
  color: #fff;
}

.status-user {
  background: #f12155;
}

.status-finish {
  background: #94989d;
}

.history-buy-item {
  padding: 15px 15px 0;
}

@media (min-width: 576px) {
  .history-buy-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media (max-width: 575.98px) {
  .history-buy-head {
    font-size: .85rem;
  }
  .history-buy-head p {
    margin: 0 10px 0 0;
  }

  .history-buy-status {
    width: 120px;
  }

  .history-buy-head-item {
    margin: 0 0 10px;
  }
  .history-buy-head-item:last-child {
    margin: 0;
  }

  .history-buy-head-item {
    justify-content: space-between;
  }

  .history-buy-item .cart-list-btn {
    margin-top: 15px;
  }
}
/******************************************
[history-detail]
******************************************/
#history-detail-wrap {
  border-radius: 3px;
  border: 1px solid #d1d1d1;
  overflow: hidden;
}
#history-detail-wrap .history-buy-item .table tr:first-child th, #history-detail-wrap .history-buy-item .table tr:first-child td {
  padding-top: 0;
  border-top: none;
}
#history-detail-wrap .goods-name {
  font-size: 1.2rem;
}
#history-detail-wrap .goods-price {
  font-size: 1.2rem;
  font-weight: bold;
  color: #595e66;
}
#history-detail-wrap .cart-option {
  margin: 0;
}

#history-detail-delivery {
  margin: 15px 0 0;
  padding: 15px;
  background: #f0f0f0;
}

/******************************************
[history-point]
******************************************/
#point-have-wrap {
  margin: 0 0 30px;
}
#point-have-wrap .table th, #point-have-wrap .table td {
  vertical-align: middle;
}

#point-current-wrap {
  padding: 15px;
  border: 1px solid #d1d1d1;
  border-radius: 3px;
  text-align: center;
}
#point-current-wrap p {
  margin: 0 0 5px;
}

#point-current {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
}
#point-current span {
  display: inline-block;
  margin: 0 5px 0 0;
  font-size: 2.5rem;
}

.stage-regular {
  display: inline-block;
  margin: 0 5px 0 0;
  font-size: 1.2rem;
  font-weight: bold;
  color: #0084ff;
}

.point-use-shop {
  display: inline-block;
  margin: 0 5px 0 0;
  padding: 3px 5px;
  background: #323232;
  border-radius: 3px;
  text-align: center;
  font-size: .9rem;
  color: #fff;
  white-space: nowrap;
}

@media (max-width: 991.98px) {
  #point-current-wrap {
    margin: 0 0 15px;
  }

  .point-use-shop {
    display: block;
    margin: 0;
  }
}
/******************************************
[favorite styling]
******************************************/
#favorite-wrap .cart-list {
  margin-bottom: 15px;
  padding-top: 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #d1d1d1;
  border-top: none;
}
#favorite-wrap .cart-list .goods-price {
  margin: 0;
  color: #595e66;
}
#favorite-wrap .cart-list-goods {
  margin-bottom: 0;
}
#favorite-wrap .cart-list-btn {
  margin: 15px 0 0;
}

/******************************************
[user styling]
******************************************/
#user-finish-head {
  font-weight: bold;
  text-align: center;
}
#user-finish-head span {
  font-size: 1.8rem;
}

/******************************************
[login styling]
******************************************/
#login-logo {
  text-align: right;
}
#login-logo img {
  width: 100%;
  max-width: 250px;
  height: auto;
}

.login-wrap .row {
  justify-content: center;
}
.login-wrap .form-label {
  display: block;
}
.login-wrap .form-check {
  text-align: center;
}

#password-finish-head {
  margin: 0 0 30px;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
}

/******************************************
[guide styling]
******************************************/
.guide-wrap h5 {
  margin: 0 0 5px;
  padding: 0 0 5px;
  border-bottom: 1px solid #d1d1d1;
  font-size: 1rem;
  font-weight: bold;
}
.guide-wrap p {
  margin: 0 0 30px;
}

/******************************************
[help]
******************************************/
.help-title {
  margin: 0;
  padding: 0 0 10px;
  border-bottom: 1px solid #d1d1d1;
  font-size: 1rem;
  font-weight: bold;
}

.help-wrap {
  margin: 0 0 30px 15px;
  border-bottom: 1px solid #d1d1d1;
}
.help-wrap:last-child {
  margin-bottom: 0;
}
.help-wrap dt {
  padding: 15px 5px;
  border-top: 1px solid #d1d1d1;
  font-weight: normal;
  color: #0084ff;
  cursor: pointer;
  transition: .3s;
}
.help-wrap dt:hover {
  opacity: .6;
}
.help-wrap dt:first-child {
  border-top: none;
}
.help-wrap dt:before, .help-wrap dt:after {
  content: "";
  position: absolute;
  top: 17px;
  right: 20px;
  display: block;
  width: 1px;
  height: 20px;
  background: rgba(89, 94, 102, 0.6);
  transition: .3s;
}
.help-wrap dt:after {
  transform: rotate(90deg);
}
.help-wrap dt.open:before {
  display: none;
}
.help-wrap dt.open:after {
  transform: rotate(270deg);
}
.help-wrap dd {
  display: none;
  padding: 0 0 15px 30px;
}

.label-keyword {
  width: 100px;
}
@media (min-width: 768px) {
  .label-keyword {
    width: 125px;
  }
}
@media (max-width: 768px) {
  .label-keyword {
    width: 78px;
  }
}

@media (max-width: 575.98px) {
  .help-wrap {
    margin-left: 0;
  }
  .help-wrap dd {
    padding-left: 15px;
  }
}
