@charset "UTF-8";
/*!
 * Slidebars - A jQuery Framework for Off-Canvas Menus and Sidebars
 * Version: 2.0.2
 * Url: http://www.adchsm.com/slidebars/
 * Author: Adam Charles Smith
 * Author url: http://www.adchsm.com/
 * License: MIT
 * License url: http://www.adchsm.com/slidebars/license/
 */
/**
 * Box Model, Html & Body
 */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
html, body, [canvas=container], [off-canvas] {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#Contents {
  /**
 * Canvas
 */
  /**
 * Off-Canavs
 */
  /**
 * Animation
 */
  /**
 * Print
 */
}

#Contents [canvas] {
  z-index: 1;
}

#Contents [canvas=container] {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  position: relative;
  background-color: white;
  /* Basic background color, overwrite this in your own css. */
  /* -webkit-overflow-scrolling: touch; Enables momentum scrolling on iOS devices, may be removed by setting to 'auto' in your own CSS. */
}

#Contents [canvas=container]:before, #Contents [canvas=container]:after {
  clear: both;
  content: '';
  display: table;
}

#Contents [off-canvas] {
  display: none;
  position: fixed;
  overflow: hidden;
  overflow-y: auto;
  background-color: black;
  /* Basic background color, overwrite this in your own css. */
  color: white;
  /* Basic colors, overwrite this in your own css. */
  -webkit-overflow-scrolling: touch;
  /* Enables momentum scrolling on iOS devices, may be removed by setting to 'auto' in your own CSS. */
}

#Contents [off-canvas*=top] {
  width: 100%;
  height: 255px;
  top: 0;
}

#Contents [off-canvas*=right] {
  width: 255px;
  height: 100%;
  top: 0;
  right: 0;
}

#Contents [off-canvas*=bottom] {
  width: 100%;
  height: 255px;
  bottom: 0;
}

#Contents [off-canvas*=left] {
  width: 255px;
  height: 100%;
  top: 0;
  left: 0;
}

#Contents [off-canvas*=reveal] {
  z-index: 0;
}

#Contents [off-canvas*=push] {
  z-index: 1;
}

#Contents [off-canvas*=overlay] {
  z-index: 9999;
}

#Contents [off-canvas*=shift] {
  z-index: 0;
}

#Contents [canvas], #Contents [off-canvas] {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: -webkit-transform 300ms;
  transition: transform 300ms;
  -webkit-backface-visibility: hidden;
  /* Prevents flickering, may be removed if experiencing problems with fixed background images in Chrome. */
}

#Contents [off-canvas*=shift][off-canvas*=top] {
  -webkit-transform: translate(0px, 50%);
  transform: translate(0px, 50%);
}

#Contents [off-canvas*=shift][off-canvas*=right] {
  -webkit-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

#Contents [off-canvas*=shift][off-canvas*=bottom] {
  -webkit-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

#Contents [off-canvas*=shift][off-canvas*=left] {
  -webkit-transform: translate(50%, 0px);
  transform: translate(50%, 0px);
}

@media print {
  #Contents [canvas] {
    -webkit-transform: translate(0px, 0px) !important;
    -ms-transform: translate(0px, 0px) !important;
    transform: translate(0px, 0px) !important;
  }
  #Contents [off-canvas] {
    display: none !important;
  }
}

/*-----------------------------------

common.css

-----------------------------------*/
html {
  height: auto;
  font-size: 3.125vw;
  overflow-y: auto;
  overflow-x: hidden;
}

body {
  height: auto;
  margin: 0;
  padding: 5rem 0 0;
  color: #4b4b4b;
  font: normal 1.2rem/1.4 "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  overflow-y: auto;
  overflow-x: hidden;
}

a {
  color: #4b4b4b;
  text-decoration: none;
}

#Contents {
  /* Text */
  /*
汎用
------------------------------------*/
  /*
見出し
------------------------------------*/
  /*
基本ボックス
------------------------------------*/
  /*
パンくず
-----------------------------------*/
  /*
スライド
-----------------------------------*/
  /*
商品リスト
-----------------------------------*/
  /*
タグ
-----------------------------------*/
  /*
select
-----------------------------------*/
  /*
リスト
-----------------------------------*/
  /*
商品リスト１列
-----------------------------------*/
  /*
リンク一覧
-----------------------------------*/
  /*
一覧toggle
-----------------------------------*/
  /*
ページネート
-----------------------------------*/
  /*
ボタン
-----------------------------------*/
  /*
緊急お知らせ
-----------------------------------*/
  /* シンプル版 */
}

#Contents .image img {
  width: 100% !important;
  max-height: 100%;
  vertical-align: bottom;
}

#Contents *:focus {
  outline: none;
}

#Contents input, #Contents textarea, #Contents button {
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

#Contents .remarks {
  font-size: 10px;
}

#Contents .bold {
  font-weight: bold;
}

#Contents .red {
  color: #d10000;
}

#Contents .exp {
  color: #666;
}

#Contents .sup {
  color: #999;
}

#Contents .attention {
  color: #D6442E;
}

#Contents .txt_center {
  text-align: center;
}

#Contents .txt_left {
  text-align: left;
}

#Contents .txt_right {
  text-align: right;
}

#Contents main {
  z-index: 1;
}

#Contents .is-overflow {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

#Contents .headline01 {
  margin: 0 1rem 1rem;
  font-size: 1.5rem;
  font-weight: bold;
}

#Contents .headline02 {
  margin: 1rem;
  font-size: 1.8rem;
  font-weight: bold;
}

#Contents .headline02 span {
  font-weight: 300;
}

#Contents .heading01 {
  margin: 0 0 2rem;
  padding-bottom: 1rem;
  border-bottom: 0.2rem solid #06c;
  color: #06c;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}

#Contents .sub_head01 {
  margin: 0 0 1rem;
  padding: 1.5rem 1rem;
  background: #626262;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1;
}

#Contents [canvas="container"] {
  overflow-x: hidden;
}

#Contents .box {
  margin: 4.5rem 0;
}

#Contents #pkz {
  max-width: 100%;
  padding: .8rem 0;
  padding-left: 10px;
  line-height: 1;
  overflow: auto;
}

#Contents #pkz ol {
  margin: 0 1rem;
  padding: 0;
  list-style: none;
  white-space: nowrap;
}

#Contents #pkz li {
  display: inline-block;
  font-size: 1rem;
}

#Contents #pkz .malltop::after {
  margin: 0 .5em;
  content: ">";
}

#Contents #pkz li::after {
  margin: 0 .5em;
  content: ">";
}

#Contents #pkz li:last-child::after {
  margin: 0 .5em;
  content: "";
}

#Contents #pkz li:first-child::before {
  margin: 0;
  content: "";
}

#Contents #pkz li:first-child svg {
  width: 1.1rem;
  height: 1rem;
  fill: #959595;
}

#Contents #pkz li:last-child {
  padding-right: 1rem;
}

#Contents #pkz a {
  text-decoration: underline;
}

#Contents html.js-slidebar-opened {
  height: 100%;
  overflow: hidden;
}

#Contents [canvas=container].js-slidebar-opened {
  position: fixed;
  top: 0;
  left: 0;
  height: auto;
}

#Contents .js-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition-duration: 300ms;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  z-index: -1;
}

#Contents .slide_close {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 5rem;
  transition-duration: 300ms;
  opacity: 0;
  z-index: -1;
}

#Contents .slide_close::before, #Contents .slide_close::after {
  display: block;
  position: absolute;
  top: 1.5rem;
  left: 50%;
  width: 2rem;
  height: .2rem;
  margin-left: -1rem;
  background: #fff;
  color: #fff;
  content: "";
}

#Contents .slide_close::before {
  transform: rotate(45deg);
}

#Contents .slide_close::after {
  transform: rotate(-45deg);
}

#Contents .js-slidebar-opened .js-overlay, #Contents .js-slidebar-opened .slide_close {
  left: 27.2rem;
  opacity: 1;
  z-index: 2;
}

#Contents .list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 1rem;
  padding: 0;
  list-style: none;
}

#Contents .ranking .list {
  margin-top: 1rem;
}

#Contents .list {
  /*margin: .5rem 0 0;*/
  font-size: 1.1rem;
  word-wrap: break-word;
}

#Contents .list .item {
  position: relative;
  width: calc((100% - 1.8rem) /3);
  margin: 0 .9rem 5rem 0;
}

#Contents .list .item:nth-child(3n) {
  margin-right: 0;
}

#Contents .list .genre {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 3.2rem;
  margin-bottom: 1rem;
  padding-bottom: .4rem;
  border: .1rem solid #959595;
  font-size: 1rem;
  line-height: 1.2;
  text-align: center;
  box-sizing: border-box;
}

#Contents .list .image {
  border: 0.1rem solid #ccc;
}

#Contents .list .image img {
  display: block;
}

#Contents .result .list .name {
  font-size: 1.2rem;
}

#Contents .list .tag {
  height: 1.5rem;
  margin: .4rem 0 0;
}

#Contents .list .tag li {
  width: calc((100% - .4rem) / 3);
}

#Contents .result .list .item {
  width: calc(50% - .45rem);
  margin-right: 0;
}

#Contents .result .list .item:nth-child(odd) {
  margin-right: .9rem;
}

#Contents .result .list .item a {
  display: block;
  /*height: 100%;*/
  /*padding-bottom: 2rem;*/
  box-sizing: border-box;
}

#Contents .result .list .price {
  position: absolute;
  /*top: calc(100% - 1.5rem);*/
  bottom: 0;
  margin: 0;
  font-weight: bold;
}

#Contents .result .list .price del {
  margin-right: .3em;
  color: #f13d4c;
}

#Contents .result .list .price strong {
  margin-left: .3em;
  color: #f13d4c;
}

#Contents .is-overflow .list {
  display: block;
  text-align: center;
  white-space: nowrap;
}

#Contents .is-overflow .list .item {
  display: inline-block;
  position: relative;
  width: 40.6vw;
  margin-right: .7rem;
  margin-bottom: 0;
  text-align: left;
  white-space: normal;
  vertical-align: top;
}

#Contents #Ncheck form[name=cmLastProductForm] .is-overflow .list .item {
  position: relative;
  width: 20.6vw;
  margin-right: .7rem;
  margin-bottom: 0;
  text-align: left;
  white-space: normal;
  vertical-align: top;
}

#Contents #noName form[name=cmLastProductForm] .name {
  display: none;
}

#Contents .is-overflow .list .item .rank {
  position: absolute;
  top: -1rem;
  left: .5rem;
}

#Contents .is-overflow .list .item svg {
  width: 2.6rem;
  height: 2.6rem;
  fill: #06c;
}

#Contents .tag {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

#Contents .tag li {
  min-width: 4.7rem;
  margin: 0 0 0 .2rem;
  padding: .2rem 0 .3rem;
  border-radius: .1rem;
  color: #fff;
  font-size: 1rem;
  line-height: 1;
  text-align: center;
}

#Contents .tag li:first-child {
  margin-left: 0;
}

#Contents .tag .new {
  background: #f13d4c;
}

#Contents .tag .free_shipping {
  background: #06c;
}

#Contents .tag .sold {
  background: #666;
}

#Contents .wrap_select {
  position: relative;
  height: 3.3rem;
  padding: 0;
  border: 0.1rem solid #ccc;
  border-radius: .2rem;
  background: #fff;
  overflow: hidden;
}

#Contents .wrap_select::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 1rem;
  width: .6rem;
  height: .9rem;
  margin-top: -.4rem;
  transform: rotate(90deg);
  transition-duration: 200ms;
  background: url("/SmartPhone/Page/Deoest/images_smt/shop_deoest/sp/arrow_gray.svg") no-repeat left top/contain;
  content: "";
}

#Contents .wrap_select select {
  display: block;
  width: calc(100% - 2rem);
  height: 100%;
  margin: 0;
  padding: 0 1rem;
  border: 0;
  background: #fff;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 1.2rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#Contents .list_primary, #Contents .list_secondary {
  margin: 0;
  padding: 0;
  list-style: none;
}

#Contents .list_link .list_secondary a {
  padding-left: 1.8rem;
}

#Contents .list_item_single {
  display: flex;
  margin: 0 1rem;
  padding: 0;
  list-style: none;
}

#Contents .list_item_single li {
  width: calc((100% - 3rem) / 4);
  margin-left: 1rem;
}

#Contents .list_item_single li:first-child {
  margin-left: 0;
}

#Contents .list_item_single a {
  display: block;
  border: 1px solid #ccc;
}

#Contents .list_item_single img {
  display: block;
  max-width: 100%;
}

#Contents .list_link {
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 0.1rem solid #eee;
}

#Contents .box_news .list_link {
  margin: 3rem 0 5rem;
}

#Contents .list_link li {
  border-top: 0.1rem solid #eee;
}

#Contents .list_link a {
  display: block;
  position: relative;
  padding: 1.5rem 2.5rem 1.5rem .8rem;
  font-size: 1.4rem;
}

#Contents .list_link a.current {
  font-weight: bold;
}

#Contents .list_link a:not(.tellink)::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 1rem;
  width: .8rem;
  height: 1.2rem;
  margin-top: -.4rem;
  background: url("../../../images_smt/shop_deoest/sp/arrow_gray.svg") no-repeat left top/contain;
  content: "";
}

#Contents .list_link a.fb::after {
  right: 1.3rem;
  width: .7rem;
  height: 1.5rem;
  background-image: url("../../images/sp/ico_fb.svg");
}

#Contents .list_link a.blog::after {
  right: .85rem;
  width: 1.45rem;
  height: 1.1rem;
  background-image: url("../../images/sp/ico_blog.svg");
}

#Contents .list_link a.magazine::after {
  right: .8rem;
  width: 1.55rem;
  height: 1.1rem;
  background-image: url("../../images/sp/ico_magazine.svg");
}

#Contents .list_link .tel {
  margin: 0;
  padding: 1.5rem .8rem 1.5rem 1.8rem;
}

#Contents .list_link .tel svg {
  width: 2rem;
  height: 1.5rem;
  vertical-align: -.1rem;
  fill: #535353;
}

#Contents .list_link .tel strong {
  margin: 0 .8rem;
  font-size: 1.5rem;
  font-weight: bold;
}

#Contents .toggle_trigger {
  display: block;
  position: relative;
  padding: 1.5rem 2.5rem 1.5rem .8rem;
  font-size: 1.4rem;
}

#Contents .toggle_trigger::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 1rem;
  width: .8rem;
  height: 1.2rem;
  margin-top: -.4rem;
  transform: rotate(90deg);
  transition-duration: 200ms;
  background: url("/SmartPhone/Page/Deoest/images_smt/shop_deoest/sp/arrow_gray.svg") no-repeat left top/contain;
  content: "";
}

#Contents .toggle_trigger.opened {
  font-weight: bold;
}

#Contents .toggle_trigger.opened::after {
  transform: rotate(-90deg);
}

#Contents #nextPreButton .now, #Contents #nextPreButton .num {
  display: none;
}

#Contents #notNextPreButton .next, #Contents #notNextPreButton .prev {
  display: none;
}

#Contents .pagination, #Contents .pagenate01 {
  display: flex;
  justify-content: center;
  margin: 0 1rem;
}

#Contents .pagination a, #Contents .pagenate01 li, #Contents .pageBox .pagenate01 .num, #Contents .pagination span, #Contents .pagenate01 span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  margin: 0 .5rem;
  border: 0.1rem solid #959595;
  font-size: 1.3rem;
  font-weight: 300;
  box-sizing: border-box;
}

#Contents .pagination .current, #Contents .pageBox .pagenate01 .now {
  background: #959595;
  color: #fff;
  height: 4rem;
}

#Contents .pagination .prev, #Contents .pagination .next {
  position: relative;
  width: calc(50% - .5rem) !important;
  margin: 0 0 1rem;
}

#Contents #nextPreButton .pageBox .pagenate01 .nxt, #Contents #nextPreButton .prev a {
  position: relative;
  width: calc(50% - .5rem) !important;
  margin: 0 0 1rem;
}

#Contents .pagination .prev::after, #Contents .pagination .next::after {
  display: block;
  position: absolute;
  top: 50%;
  width: 0.8rem !important;
  height: 1.2rem;
  margin-top: -.6rem;
  background: url("/SmartPhone/Page/Deoest/images_smt/shop_deoest/sp/arrow_gray.svg") no-repeat left top/contain;
  content: "";
}

#Contents #nextPreButton .next a::after, #Contents #nextPreButton .prev a::after {
  display: block;
  position: absolute;
  top: 50%;
  width: 0.8rem !important;
  height: 1.2rem;
  margin-top: -.6rem;
  background: url("/SmartPhone/Page/Deoest/images_smt/shop_deoest/sp/arrow_gray.svg") no-repeat left top/contain;
  content: "";
}

#Contents .pagination .prev, #Contents #nextPreButton .prev a::after {
  margin-right: 1rem;
}

#Contents .pagination .prev::after, #Contents #nextPreButton .prev a::after {
  left: 1rem;
  transform: scale(-1, 1);
}

#Contents .pagination .next::after, #Contents #nextPreButton .next a::after {
  right: 1rem;
}

#Contents .pagination .disabled {
  border-color: #eee;
  background: #eee;
  color: #959595;
}

#Contents .button {
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 1rem 0;
  border: 0.1rem solid #06c;
  background: #fff;
  color: #06c;
  font-size: 1.2rem;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
}

#Contents .button_next::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 1rem;
  width: .8rem;
  height: 1.2rem;
  margin-top: -.6rem;
  background: url("/SmartPhone/Page/Deoest/images_smt/shop_deoest/sp/arrow_main.svg") no-repeat left top/contain;
  content: "";
}

#Contents .button_next_bold {
  margin: 0 2rem;
  border-width: .2rem;
  font-size: 1.4rem;
  font-weight: bold;
  text-decoration: underline;
  color: #06c;
}

#Contents .button_next_bold::before {
  display: inline-block;
  width: .8rem;
  height: 1.2rem;
  margin-right: 1rem;
  background: url("/SmartPhone/Page/Deoest/images_smt/shop_deoest/sp/arrow_main.svg") no-repeat left top/contain;
  content: "";
  vertical-align: -.1rem;
}

#Contents .button_small {
  padding: .5rem 0;
  font-size: 1.1rem;
}

#Contents .box_button {
  margin: 0 1.5rem;
}

#Contents .box_button.double {
  display: flex;
  justify-content: space-between;
}

#Contents .box_button.double .button {
  width: calc(50% - .5rem);
}

#Contents #urgent {
  margin: 1rem;
  padding: 1rem;
  border: 0.1rem solid #f13d4c;
  color: #f13d4c;
}

#Contents #urgent p {
  margin: 0;
}

#Contents #urgent .title {
  font-weight: bold;
}

#Contents #urgent a {
  color: #f13d4c;
  text-decoration: underline;
}

#Contents .pagetop_btn {
  display: block;
  position: fixed;
  right: .5rem;
  bottom: -5rem;
  width: 5rem;
  height: 5rem;
  transform: translate3d(0, 0, 0);
  transition-duration: 300ms;
  border-radius: 50%;
  background: #626262;
  color: transparent;
  opacity: 0;
  pointer-events: none;
  z-index: 10;
}

#Contents .pagetop_btn.display {
  bottom: 2.5rem;
  opacity: .7;
  pointer-events: auto;
}

#Contents .pagetop_btn::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  border-width: 0 1rem 1.6rem;
  border-style: solid;
  border-color: transparent transparent #fff;
  margin: -1rem 0 0 -1rem;
  content: "";
}

#Contents .footer.simple .footer_link {
  margin: 0 0 5rem;
}

#Contents .productColorSection {
  margin: 3rem 0;
}

#Contents .headline02 .breadcrumb {
  font-size: 1.3rem;
  line-height: 1.3rem;
}

#Contents .result_condition select {
  width: 80%;
}

#Contents .result .sort-limit select {
  width: 80%;
}

#Contents .result .sort-limit .sort, #Contents .result .sort-limit .limit {
  width: 100%;
}

#Contents .result .sort-limit select {
  font-size: 0px;
  margin-left: 0px;
  float: left;
}

#Contents ul.plist li img#imgUrl1 {
  width: 100% !important;
}

#Contents .bx-wrapper img {
  width: 100%;
}

#Contents .lastproduct {
  text-align: left;
}

#Contents #Ncheck .lastproduct {
  text-align: center;
}

/*-----------------------------------

brand.css

-----------------------------------*/
/*
ブランドトップ
-----------------------------------*/
#Contents .brand_header {
  position: relative;
  min-height: 45rem;
  margin: -5rem 0 3em;
  padding: 0 2rem;
  background: url("/ec/shop1/images_smt/shop_deoest/sp/brandtop/bg_brand.jpg") no-repeat center top/cover;
}

#Contents .brand_header .logo {
  margin: 0;
  padding-top: 2rem;
}

#Contents .brand_header .logo svg {
  width: 13rem;
  height: 1.9rem;
  fill: #707070;
}

#Contents .brand_header .copy {
  margin: 6.5rem 0 5rem;
}

#Contents .brand_header .copy img {
  width: 28rem;
  height: 12.4rem;
}

#Contents .brand_header .box_button {
  text-align: center;
}

#Contents .brand_header .box_button a:last-child {
  color: #06c;
  font-size: 1.3rem;
  text-decoration: underline;
}

#Contents .brand_header .button {
  margin-bottom: 2.5rem;
  background: #06c;
  color: #fff;
}

#Contents .brand_header .button img {
  width: auto;
  height: 1rem;
}

#Contents .brand_header .button::before {
  background-image: url("/ec/shop1/images_smt/shop_deoest/sp/arrow_white.svg");
}

#Contents .brand_concept {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background: #06c;
}

#Contents .brand_concept ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

#Contents .brand_concept li {
  width: 50%;
}

#Contents .brand_concept a {
  display: block;
  padding: 1.5rem;
  color: #fff;
  font-size: 1.3rem;
  text-align: center;
}

#Contents .brand_overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  animation-name: fade;
  animation-duration: 5s;
  pointer-events: none;
}

@keyframes fade {
  5% {
    background: #fff;
  }
  100% {
    background: rgba(255, 255, 255, 0);
  }
}

/*-----------------------------------

top.css

-----------------------------------*/
/*
メインスライダー
------------------------------------*/
#img_main {
  width: 100%;
}

#img_main ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#img_main img {
  width: 100%;
  max-width: 100% !important;
}

/*
スライダーリセット
------------------------------------*/
.bx-wrapper {
  margin-bottom: 2rem;
}

.bx-wrapper .bx-viewport {
  left: 0;
  border: 0;
  box-shadow: none;
}

.bx-wrapper .bx-pager {
  bottom: -2rem;
  padding: 0;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #eee;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #06c;
}

.bx-wrapper .bx-controls-direction a {
  width: 1.4rem;
  height: 2.1rem;
  border: 1rem;
}

.bx-wrapper .bx-prev, .bx-wrapper .bx-next {
  background: url("/ec/shop1/images_smt/shop_deoest/sp/arrow_gray.svg") no-repeat left top/contain;
}

.bx-wrapper .bx-prev:hover, .bx-wrapper .bx-next:hover {
  background: url("/ec/shop1/images_smt/shop_deoest/sp/arrow_gray.svg") no-repeat left top/contain;
}

.bx-wrapper .bx-prev {
  transform: scale(-1, 1);
}

/*
メインバナー
------------------------------------*/
.bn_main {
  display: flex;
  flex-wrap: wrap;
  margin: 0 1rem;
  padding: 0;
  list-style: none;
}

.bn_main li {
  width: calc((100% - 1.8rem) /3);
  margin: 1rem 0 0;
}

.bn_main li:first-child, .bn_main li:last-child {
  width: 100%;
}

.bn_main li:nth-child(3) {
  margin: 1rem .9rem 0;
}

.bn_main img {
  width: 100%;
  max-width: 100% !important;
  vertical-align: top;
}

/*
最新ニュース
------------------------------------*/
.list_news {
  display: flex;
  flex-wrap: wrap;
  margin: 0 1rem 1.5rem;
  border-bottom: .1rem dotted #b4b4b4;
  font-size: 1.2rem;
  font-weight: 300;
}

.list_news dt {
  width: 7rem;
  margin: 0;
  padding: 1.5rem .5rem 1rem;
  border-top: .1rem dotted #b4b4b4;
}

.list_news dd {
  width: calc(100% - 9rem);
  margin: 0;
  padding: 1.5rem .5rem 1rem;
  border-top: .1rem dotted #b4b4b4;
}

.list_news a {
  color: #06c;
  text-decoration: underline;
}

/*-----------------------------------

result.css

-----------------------------------*/
/*
並び順・表示
------------------------------------*/
.result_total {
  margin: 1rem;
  font-size: 1.3rem;
  font-weight: 300;
}

.result_sort {
  margin: 1rem 1rem 1.5rem;
  border: 0.1rem solid #eee;
  border-radius: .2rem;
}

.result .toggle_trigger {
  transition-duration: 200ms;
  background: #fff;
  font-size: 1.3rem;
  font-weight: 300;
  text-align: center;
}

.result .toggle_trigger.opened {
  background: #eee;
  font-weight: bold;
}

.result .toggle_panel {
  background: #eee;
}

.result_condition {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
  padding: 1rem;
}

.result_condition dt {
  width: 5.5rem;
  margin: 0 0 .5rem;
  text-align: center;
}

.result_condition dd {
  width: calc(100% - 6.5rem);
  margin: 0 0 .5rem 1rem;
}

/*-----------------------------------

product.css

-----------------------------------*/
/*
商品画像
------------------------------------*/
.slider_main {
  margin: 0;
}

.slider_main img {
  width: 100%;
  max-width: 100% !important;
}

.slider_thumb {
  display: flex;
  flex-wrap: wrap;
  margin: -1rem 1rem 0;
  padding: 0;
  list-style: none;
}

.slider_thumb img {
  display: block;
  width: 100%;
  max-width: 100% !important;
}

.slider_thumb li {
  width: calc((100% - 4rem) /5);
  margin: 1rem 1rem 0 0;
}

.slider_thumb li:nth-child(5n) {
  margin-right: 0;
}

.slider_thumb a {
  display: block;
  border: 0.1rem solid #ccc;
}

.slider_thumb a.active {
  border-color: #626262;
}

/*
カラー選択
------------------------------------*/
.list_color {
  display: flex;
  flex-wrap: wrap;
  margin: 0 1rem;
  padding: 0;
  list-style: none;
}

.list_color img {
  display: block;
  width: 100%;
  max-width: 100% !important;
  margin-bottom: .5rem;
}

.list_color li {
  position: relative;
  width: 25%;
  margin-top: -.1rem;
  border-width: .1rem .1rem .1rem 0;
  border-style: solid;
  border-color: #ccc;
  box-sizing: border-box;
}

.list_color li:nth-child(4n+1) {
  border-left: 0.1rem solid #ccc;
}

.list_color label {
  display: block;
  height: 100%;
  padding: .5rem;
  font-size: 1.1rem;
  text-align: center;
  box-sizing: border-box;
  cursor: pointer;
}

.list_color label.checked {
  background: #ffb033;
}

.list_color input {
  position: absolute;
  opacity: 0;
}

/*
サイズ選択
------------------------------------*/
.list_size {
  margin: 0 1rem;
  padding: 0;
  list-style: none;
}

.list_size li {
  position: relative;
  margin-top: .5rem;
  border: 0.1rem solid #ccc;
}

.list_size li.sold {
  background: #eee;
  color: #959595;
}

.list_size li.checked {
  background: #ffb033;
}

.list_size label {
  display: block;
  padding: 1rem 1rem 1rem 3.5rem;
  cursor: pointer;
}

.list_size label::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 1rem;
  width: 1.8rem;
  height: 1.8rem;
  margin-top: -.9rem;
  border: .1rem solid #7c7c7c;
  border-radius: .2rem;
  background: url("/ec/shop1/images_smt/shop_deoest/sp/product/ico_check.svg") no-repeat -10rem -10rem;
  content: "";
  box-sizing: border-box;
}

.list_size label.checked::before {
  border-color: #fff;
  background-color: #fff;
  background-position: center center;
  background-size: 1.4rem auto;
}

.list_size .sold label::before {
  border-color: #acacac;
}

.list_size input {
  position: absolute;
  opacity: 0;
}

.standard2Cd input {
  position: absolute;
  opacity: 0;
}

.list_size strong, .standard2Cd strong {
  display: inline-block;
}

.list_size strong::after, .standard2Cd strong::after {
  display: inline-block;
  width: .1rem;
  height: 1.2rem;
  margin: 0 .5rem 0 .8rem;
  background: #4b4b4b;
  content: "";
  vertical-align: -.1rem;
}

/*
数量選択
------------------------------------*/
#product .quantity {
  margin: 0 1rem;
}

#product .quantity input {
  width: 7rem;
  margin: 0 .5rem;
  padding: .6rem 1rem;
  border: 0.1rem solid #ccc;
  border-radius: .2rem;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#product .quantity .control {
  display: inline-block;
  vertical-align: middle;
}

#product .quantity .plus, #product .quantity .minus {
  display: inline-block;
  position: relative;
  width: 2.5rem;
  height: 2.5rem;
  margin-left: .5rem;
  border-radius: .2rem;
  background: #626262;
}

#product .quantity .plus::before, #product .quantity .minus::before {
  display: block;
  position: absolute;
  top: 50%;
  left: .5rem;
  width: 1.5rem;
  height: .1rem;
  background: #fff;
  content: "";
}

#product .quantity .plus::after {
  display: block;
  position: absolute;
  top: 50%;
  left: .5rem;
  width: 1.5rem;
  height: .1rem;
  transform: rotate(90deg);
  background: #fff;
  content: "";
}

#product .box_button {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#product .box_button ul {
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
}

#product .box_button li {
  line-height: 1.6;
}

#product .box_button li::before {
  margin-right: .3rem;
  content: ">";
}

#product .box_button li a {
  color: #06c;
  text-decoration: underline;
}

#product .box_button .button_like, #product .box_button .button_review {
  margin-top: 1rem;
  width: calc(50% - .5rem);
  border-color: #ccc;
  color: #a0a0a0;
  text-decoration: none;
}

#product .box_button .button_like::before, #product .box_button .button_review::before {
  display: inline-block;
  margin-right: .5rem;
  content: "";
}

#product .box_button .button_like::before {
  width: 1.6rem;
  height: 1.4rem;
  background: url("/ec/shop1/images_smt/shop_deoest/sp/product/ico_like.svg") no-repeat left top/contain;
  vertical-align: -.25rem;
}

#product .box_button .button_review::before {
  width: 1.4rem;
  height: 1.2rem;
  background: url("/ec/shop1/images_smt/shop_deoest/sp/product/ico_review.svg") no-repeat left top/contain;
  vertical-align: -.2rem;
}

/*
カートボタン
------------------------------------*/
.button_cart {
  width: 100%;
  padding: 1.5rem 0;
  border: 0;
  border-radius: .2rem;
  background: #ffb033;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}

.button_cart svg {
  width: 2.4rem;
  height: 1.9rem;
  margin-right: 1.8rem;
  vertical-align: -.5rem;
  fill: #1b1b1b;
}

.button_cart span {
  display: inline-block;
}

.button_cart_disabled {
  background: #b5b5b5;
  color: #fff;
  line-height: 1.2;
}

.button_cart_disabled svg {
  vertical-align: .3rem;
  fill: #fff;
}

.button_cart_mail {
  background: #dcdcdc;
  color: #000;
  line-height: 1.2;
}

/*
コンテンツ
------------------------------------*/
#product .description {
  margin: 1rem;
  font-size: 1.4rem;
}

#product .description a {
  color: #06c;
  font-weight: normal;
}

#product .detail {
  margin: 2rem 0;
}

#product .detail img {
  display: block;
  width: 100%;
  max-width: 100% !important;
}

#product .detail .title {
  width: 100%;
  margin: 0;
  padding: 1rem;
  background: #eee;
  font-size: 1.4rem;
  box-sizing: border-box;
}

#product .detail .box_image {
  margin: 2rem 1rem;
  text-align: center;
}

#product .detail p {
  margin: 0;
  padding: 1rem;
  line-height: 1.6;
}

#product .detail .attention .box_image {
  margin: 1rem;
  transform: scale(0.8);
}

#product .detail .attention p:not(.title) {
  border-top: 0.1rem solid #ccc;
}

#product .detail .attention p:not(.title):last-child {
  border-bottom: 0.1rem solid #ccc;
}

#product .box_size {
  display: flex;
  position: relative;
  margin-bottom: 2rem;
  border-bottom: 0.1rem solid #ccc;
}

#product .box_size .shadowL {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: .6em;
  background: linear-gradient(to left, rgba(75, 75, 75, 0) 0%, rgba(75, 75, 75, 0.4) 100%);
  content: "";
}

#product .box_size .shadowR {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: .6em;
  background: linear-gradient(to right, rgba(75, 75, 75, 0) 0%, rgba(75, 75, 75, 0.4) 100%);
  content: "";
}

#product .box_size .box_scroll {
  height: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
}

#product .box_size .box_scroll::-webkit-scrollbar {
  height: .5rem;
}

#product .box_size .box_scroll::-webkit-scrollbar-track {
  border-radius: .5rem;
}

#product .box_size .box_scroll::-webkit-scrollbar-thumb {
  border-radius: .5rem;
  background: rgba(0, 0, 0, 0.1);
}

#product .box_size .box_scroll table {
  min-width: 100%;
}

#product .box_size > table {
  border-right: 0.1rem solid #ccc;
  background: #f2f2f2;
  font-weight: bold;
}

#product .box_size td {
  height: 1.2rem;
  padding: 1rem;
  border: 0.1rem solid #ccc;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}

#product .box_size td:first-child {
  border-left: 0;
}

#product .box_size td:last-child {
  border-right: 0;
}

#product .box_size tr:first-child td {
  background: #f2f2f2;
  font-weight: bold;
}

#product .box_size tr:last-child td {
  border-bottom: 0;
}

#product .sns {
  display: flex;
  justify-content: center;
  margin: 3rem 0;
  padding: 0;
  list-style: none;
}

#product .sns a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 .75rem;
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
}

#product .sns .fb {
  background: #3b5998;
}

#product .sns .fb svg {
  width: .7rem;
  height: 1.5rem;
  fill: #fff;
}

#product .sns .tw {
  background: #1da1f2;
}

#product .sns .tw svg {
  width: 2rem;
  height: 1.6rem;
}

#product .sns .line {
  background: #00b900;
}

#product .sns .line svg {
  width: 2rem;
  height: 1.9rem;
}

.freespace div.detail {
  padding: 0px;
}

/*-----------------------------------

contents.css

-----------------------------------*/
/*
静的コンテンツ共通
-----------------------------------*/
#Contents {
  /*
ブランドコンセプト
-----------------------------------*/
  /*
DEOESTの特徴
-----------------------------------*/
  /*
そもそも「体のニオイ」って何・開発ストーリー
-----------------------------------*/
  /*
スメルハラスメント
-----------------------------------*/
  /*
お客様の声
-----------------------------------*/
  /* タブ */
  /*
新着レビュー一覧
-----------------------------------*/
  /* 星 */
  /*
Q&A
-----------------------------------*/
  /*
ショップリスト
-----------------------------------*/
  /* 地域選択トグル */
}

#Contents .static_contents .headline {
  margin: 1rem;
  font-size: 1.6rem;
  font-weight: bold;
}

#Contents .static_contents .heading02 {
  color: #06c;
  font-size: 1.5rem;
}

#Contents .static_contents .heading_img img {
  width: 100%;
  height: auto;
  margin-bottom: .5rem;
}

#Contents .static_contents p {
  margin: 2.5rem 1rem;
  font-size: 1.4rem;
  line-height: 1.75;
}

#Contents .static_contents .sub_text {
  margin: 0 1rem;
  font-size: 1.2rem;
  line-height: 1.5;
}

#Contents .static_contents .bold {
  font-weight: bold;
}

#Contents .static_contents .size_small {
  transform: scale(0.9, 0.9);
  font-size: 1rem;
}

#Contents .static_contents .size_xsmall {
  transform: scale(0.8, 0.8);
  transform-origin: center bottom;
  font-size: 1rem;
}

#Contents .article_box {
  margin: 0 0 4.5rem;
}

#Contents .article_box:last-child {
  margin-bottom: 0;
}

#Contents .concept_headline {
  margin: 4rem 0 2.5rem;
  font-size: 1.8rem;
  font-weight: normal;
  text-align: center;
}

#Contents .concept_headline span {
  display: block;
  margin: 0 auto;
  font-size: 1.1rem;
}

#Contents .link_banner {
  margin: 3rem 0 5rem;
  padding: 2rem 1rem 3.5rem;
  background: #06c;
  color: #fff;
  text-align: center;
}

#Contents .link_banner .title {
  display: inline-block;
  margin: 0 0 2rem;
  padding-bottom: .5rem;
  border-bottom: 1px solid #ffd814;
  font-size: 1.8rem;
  font-weight: bold;
}

#Contents .link_banner ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  list-style: none;
}

#Contents .link_banner li {
  width: calc((100% - 1rem) / 3);
  margin-top: .5rem;
  font-size: 1.1rem;
}

#Contents .link_banner li:nth-child(-n+2) {
  width: calc((100% - .5rem) / 2);
  font-size: 1.4rem;
}

#Contents .link_banner li:nth-child(-n+2) a::before {
  margin-right: 1rem;
}

#Contents .link_banner a {
  display: block;
  padding: 1rem 0;
  border: 0.1rem solid #fff;
  color: #fff;
}

#Contents .link_banner a::before {
  display: inline-block;
  width: .7rem;
  height: .7rem;
  margin-right: .5rem;
  transform: rotate(45deg);
  border-width: .1rem .1rem 0 0;
  border-style: solid;
  border-color: #fff;
  content: "";
}

#Contents .feature .section_feature {
  margin: 2rem 0 4.5rem;
}

#Contents .feature .section_feature:last-child {
  margin-bottom: 0;
}

#Contents .feature .section_feature .box_feature {
  margin: 0 0 3rem;
  padding-bottom: 3rem;
  border-bottom: dotted 0.1rem #b4b4b4;
}

#Contents .feature .section_feature .box_feature:last-child {
  margin-bottom: 2rem;
}

#Contents .feature .section_feature .image {
  margin: 0 1rem;
}

#Contents .feature .section_feature .heading_ico {
  color: #06c;
  font-size: 1.4rem;
  text-align: center;
}

#Contents .feature .section_feature .heading_ico .ico_feature {
  display: block;
  width: 7.8rem;
  margin: 0 auto 1rem;
}

#Contents .feature .section_feature:nth-child(2) {
  margin-bottom: 2rem;
}

#Contents .story .headline_story {
  padding: 4.5rem 0 .5rem;
  background: #06c url("../../../images_smt/shop_deoest/sp/contents/ico_science.png") no-repeat center 1rem/1.6rem auto;
  color: #fff;
  font-size: 1.3rem;
  font-weight: normal;
  text-align: center;
}

#Contents .story .heading_story {
  color: #06c;
  font-size: 1.6rem;
  text-align: center;
}

#Contents .story .heading_story span {
  font-size: 1.3rem;
}

#Contents .story .profile {
  width: 15rem;
  padding-top: 2rem;
  float: right;
  color: #06c;
  text-align: center;
}

#Contents .story .profile p {
  font-size: 1rem;
}

#Contents .story .profile img {
  width: 9rem;
  height: auto;
  margin: 0 auto;
}

#Contents .story .image_story {
  text-align: center;
}

#Contents .story .image_story img {
  width: 20rem;
  max-width: 100%;
  vertical-align: bottom;
}

#Contents .story .story_link_box {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4rem;
  color: #06c;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
}

#Contents .story .story_link_box div:first-child {
  position: relative;
  margin-right: 1.5rem;
}

#Contents .story .story_link_box div:first-child::after {
  display: block;
  position: absolute;
  top: 1.3rem;
  right: -1.3rem;
  width: 0;
  height: 0;
  padding: 0;
  border-top: .5rem solid transparent;
  border-right: 0;
  border-bottom: .5rem solid transparent;
  border-left: .8rem solid #bfbfbf;
  content: " ";
}

#Contents .story .story_link_box .current_story {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14rem;
  height: 4rem;
  border: 0.1rem solid #eee;
}

#Contents .story .story_link_box .link_story {
  border: 0.1rem solid #06c;
}

#Contents .story .story_link_box .link_story a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14rem;
  height: 4rem;
  color: #06c;
}

#Contents .story .name_box {
  display: flex;
  align-items: center;
  margin: 0 1rem 1rem;
  border: 0.2rem dotted #06c;
}

#Contents .story .name_box_main {
  flex: 1;
  text-align: center;
}

#Contents .story .name_box_main .logo {
  width: 9rem;
  height: 2rem;
  fill: #03004c;
}

#Contents .story .name_box_main p {
  margin: .6rem 0 .9rem;
  color: #313131;
  font-size: 1.3rem;
  line-height: 1.5;
}

#Contents .story .name_box .symbol_cross {
  position: relative;
}

#Contents .story .name_box .symbol_cross::before, #Contents .story .name_box .symbol_cross::after {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 1.4rem;
  height: .1rem;
  margin-left: -1rem;
  background: #a0a0a0;
  content: "";
}

#Contents .story .name_box .symbol_cross::before {
  transform: rotate(45deg);
}

#Contents .story .name_box .symbol_cross::after {
  transform: rotate(-45deg);
}

#Contents .story .article_box {
  margin-bottom: 3rem;
}

#Contents .story .list_inner {
  padding-top: 1rem;
}

#Contents .story .list_inner .inner {
  padding: 2rem 0;
}

#Contents .story .list_inner .inner .heading02 {
  margin: 0 1rem 0 4.3rem;
  text-indent: -3.3rem;
  vertical-align: middle;
}

#Contents .story .list_inner .inner .heading02 .num {
  display: inline;
  width: 3rem;
  height: 3rem;
  vertical-align: middle;
}

#Contents .story .list_inner .inner p {
  margin: 0 1rem 0 4.3rem;
}

#Contents .story .list_inner section:nth-child(2n) {
  background: #eee;
}

#Contents .smell .heading02 {
  color: #f13d4c;
  text-align: center;
}

#Contents .smell .article_txt {
  padding-bottom: 1rem;
}

#Contents .smell .article_txt p {
  margin-top: 0;
}

#Contents .smell .oneday {
  margin: 0;
  padding: 0 0 2rem;
}

#Contents .smell .oneday li {
  margin: 0 1rem;
  list-style: none;
  text-align: center;
}

#Contents .smell .oneday li::after {
  display: block;
  height: 2.7rem;
  background: url("../../../images_smt/shop_deoest/sp/contents/dotted.svg") no-repeat center top/0.4rem;
  content: "";
}

#Contents .smell .oneday li:last-child::after {
  display: none;
}

#Contents .smell .oneday li img {
  width: 100%;
  height: auto;
}

#Contents .tab {
  display: flex;
  justify-content: space-around;
  margin: 20px 0 0;
  padding: 0;
  list-style-type: none;
}

#Contents .tab .tab_button {
  position: relative;
  flex: 1;
  margin-left: .5rem;
  background-color: #eee;
  text-align: center;
  border-bottom: none;
}

#Contents .tab .tab_button .active {
  position: absolute;
  width: 100%;
  height: calc(3.8rem + .1rem);
  border-width: .1rem;
  border-style: solid;
  background-color: #fff;
  border-bottom: none;
  font-weight: bold;
  z-index: 2;
  box-sizing: border-box;
}

#Contents .tab .tab_button .active::after {
  position: absolute;
  right: 0;
  bottom: -.2rem;
  left: 0;
  height: .3rem;
  background-color: #fff;
  content: "";
  z-index: 3;
}

#Contents .tab .tab_button.tab_mens a {
  color: #3385d6;
}

#Contents .tab .tab_button.tab_mens .active {
  border-color: #06c;
  color: #06c;
}

#Contents .tab .tab_button.tab_ladies a {
  color: #f78b94;
}

#Contents .tab .tab_button.tab_ladies .active {
  border-color: #f13d4c;
  color: #f13d4c;
}

#Contents .tab .tab_button.tab_other a {
  color: #818181;
}

#Contents .tab .tab_button.tab_other .active {
  border-color: #626262;
  color: #626262;
}

#Contents .tab .tab_button:last-child {
  margin-right: .5rem;
}

#Contents .tab .tab_button a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3.8rem;
  padding: .2rem .5rem;
  font-size: 1.1rem;
  text-decoration: none;
  box-sizing: border-box;
}

#Contents .tab_contents {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#Contents .tab_contents .tab_slide {
  display: flex;
  position: relative;
  justify-content: space-around;
  width: 100%;
  padding: .5rem 0 .6rem;
  background-color: #fff;
  text-align: center;
  box-sizing: border-box;
}

#Contents .tab_contents .tab_slide a {
  flex: 1;
  margin-left: .5rem;
  padding: 1rem 0;
  border: solid 0.1rem #eee;
  background: #fff;
  color: #222;
  font-size: 1rem;
  text-decoration: none;
}

#Contents .tab_contents .tab_slide a.current {
  position: relative;
  border: 0;
  color: #fff;
  font-weight: bold;
}

#Contents .tab_contents .tab_slide a.current::after {
  display: block;
  position: absolute;
  top: 1.5rem;
  right: .5rem;
  width: 0;
  height: 0;
  padding: 0;
  border-top: 0.5rem solid #fff;
  border-right: .3rem solid transparent;
  border-bottom: 0;
  border-left: .3rem solid transparent;
  content: " ";
}

#Contents .tab_contents .tab_slide a:last-child {
  margin-right: .5rem;
}

#Contents .tab_contents .tab_slide::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: .1rem;
  content: "";
  z-index: 5;
}

#Contents .tab_contents .tab_slide_mens {
  border-top: 0.1rem solid #06c;
}

#Contents .tab_contents .tab_slide_mens a {
  color: #06c;
}

#Contents .tab_contents .tab_slide_mens a.current {
  background-color: #06c;
}

#Contents .tab_contents .tab_slide_mens::after {
  background-color: #06c;
}

#Contents .tab_contents .tab_slide_ladies {
  border-top: 0.1rem solid #f13d4c;
  box-shadow: 0 -0.1rem #f13d4c inset;
}

#Contents .tab_contents .tab_slide_ladies a {
  color: #f13d4c;
}

#Contents .tab_contents .tab_slide_ladies a.current {
  background-color: #f13d4c;
}

#Contents .tab_contents .tab_slide_ladies::after {
  background-color: #f13d4c;
}

#Contents .tab_contents .tab_slide_other {
  border-top: 0.1rem solid #626262;
  box-shadow: 0 -0.1rem #626262 inset;
}

#Contents .tab_contents .tab_slide_other a {
  color: #626262;
}

#Contents .tab_contents .tab_slide_other a.current {
  background-color: #626262;
}

#Contents .tab_contents .tab_slide_other::after {
  background-color: #626262;
}

#Contents .voice .item_voices {
  margin: 1.8rem 0 3rem;
}

#Contents .voice .item_voices .heading_voice {
  display: flex;
  align-items: center;
  height: 5rem;
  padding: .5rem;
  background-color: #626262;
  color: #fff;
  font-size: 1.6rem;
  box-sizing: border-box;
}

#Contents .voice .item_voices .heading_voice img {
  width: 4rem;
  margin-right: .5rem;
}

#Contents .voice .item_voices .article_box {
  margin-bottom: 0;
  border-bottom: .1rem dotted #b4b4b4;
}

#Contents .voice .item_voices .article_box p {
  margin: 1.5rem 2rem 0;
}

#Contents .voice .item_voices .article_box .info {
  margin: .8rem 2rem 1.8rem;
  font-size: 1.2rem;
  line-height: 1.5;
}

#Contents .voice .box_button {
  margin-bottom: 5rem;
}

#Contents .star {
  display: inline-block;
  width: 11rem;
  height: 2.2rem;
  margin: .4rem 0;
}

#Contents .review .list_review {
  padding-top: 1rem;
}

#Contents .review .list_review .article_box {
  display: block;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: dotted 0.1rem #b4b4b4;
}

#Contents .review .list_review .article_box:last-child {
  margin-bottom: 5rem;
}

#Contents .review .list_review .article_box::after {
  display: block;
  clear: both;
  content: "";
}

#Contents .review .list_review .article_box .image {
  width: 9rem;
  height: 9rem;
  margin: 0 1rem 1rem;
  float: left;
}

#Contents .review .list_review .article_box .image img {
  width: 100%;
  height: auto;
}

#Contents .review .list_review .article_box .main_review {
  width: calc(100% - 11rem);
  float: left;
}

#Contents .review .list_review .article_box .main_review p {
  margin: 0 1rem 0 0;
  font-size: 1.2rem;
  line-height: 1.5;
}

#Contents .review .list_review .article_box .main_review .tit_item {
  font-size: 1.4rem;
  font-weight: bold;
}

#Contents .review .list_review .article_box .main_review .tit_review {
  font-weight: bold;
}

#Contents .qa .guide_qa {
  padding: .6rem 0;
}

#Contents .qa .list_link a::after {
  transform: rotate(90deg);
}

#Contents .qa .list_qa .heading_qa {
  height: 3rem;
  margin-bottom: 0;
  padding: 1rem;
  background: #626262;
  color: #fff;
  font-size: 1.6rem;
  line-height: 2.7rem;
}

#Contents .qa .list_qa dl {
  margin: 0;
  border-bottom: dotted 0.1rem #b4b4b4;
  line-height: 1.75;
}

#Contents .qa .list_qa dl dt {
  padding-left: 3.8rem;
  border-top: dotted 0.1rem #b4b4b4;
}

#Contents .qa .list_qa dl dt::before {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  margin: 0 0 -.4rem -2.8rem;
  padding: 0 .8rem 0 0;
  background: url("/SmartPhone/Page/Deoest/images_smt/shop_deoest/sp/contents/ico_q.svg") no-repeat left center/contain;
  content: "";
}

#Contents .qa .list_qa dl dt::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 1.3rem;
  width: 0;
  height: 0;
  border-top: .5rem solid transparent;
  border-right: 0;
  border-bottom: .5rem solid transparent;
  border-left: .8rem solid #bfbfbf;
  content: "";
}

#Contents .qa .list_qa dl dt.opened {
  background-color: #eee;
  font-weight: normal;
}

#Contents .qa .list_qa dl dt:first-child {
  border: 0;
}

#Contents .qa .list_qa dl dd {
  margin: 0;
  padding: 1.5rem 2.5rem 1.5rem 3.8rem;
  font-size: 1.4rem;
  text-indent: -3.8rem;
}

#Contents .qa .list_qa dl dd::before {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  margin: 0 .8rem -.4rem 1rem;
  background: url("/SmartPhone/Page/Deoest/images_smt/shop_deoest/sp/contents/ico_a.svg") no-repeat left center/contain;
  content: "";
}

#Contents .qa .list_qa dl dd p {
  margin: 0;
  text-indent: 0;
}

#Contents .qa .list_qa dl dd table:first-child {
  margin-top: -1.5rem;
}

#Contents .qa .table_qa {
  margin-bottom: .5rem;
  border: solid 0.1rem #b4b4b4;
}

#Contents .qa .table_qa td {
  padding: .5rem 1rem;
  border: solid 0.1rem #b4b4b4;
  font-size: 1.3rem;
  line-height: 1.4;
  text-align: left;
  text-indent: 0;
  vertical-align: middle;
}

#Contents .qa .table_qa th {
  padding: .5rem 1rem;
  border: solid 0.1rem #b4b4b4;
  font-size: 1.3rem;
  line-height: 1.4;
  text-align: left;
  text-indent: 0;
  vertical-align: middle;
  width: 45%;
  background: #eee;
  font-weight: normal;
}

#Contents .shoplist .attention {
  margin: 0 1rem;
  padding: 1rem;
  border: solid 0.1rem #eee;
}

#Contents .shoplist .attention p {
  margin: 0 0 1rem;
  font-size: 1.2rem;
  line-height: 1.4;
}

#Contents .shoplist .attention p:last-child {
  margin-bottom: 0;
}

#Contents .shoplist .attention:last-child {
  margin: 1rem 1rem 3rem;
}

#Contents .shoplist .heading_shoplist {
  height: 3rem;
  margin: 0;
  padding: 1rem;
  background: #06c;
  color: #fff;
  font-size: 1.6rem;
  line-height: 2.7rem;
}

#Contents .shoplist .box_shoplist .wrap_area_shoplist div:nth-child(even) {
  background-color: #eee;
}

#Contents .shoplist .box_shoplist .shop_box {
  display: table;
  position: relative;
  width: 100%;
}

#Contents .shoplist .box_shoplist .shop_box .shop {
  margin: 1.5rem 1rem;
  font-weight: bold;
}

#Contents .shoplist .box_shoplist .shop_box .shop_map {
  position: absolute;
  top: 2rem;
  right: 1rem;
  padding: .3rem 1.7rem .4rem;
  border-radius: .5rem;
  background: #999;
  color: #fff;
  font-size: 1.3rem;
  letter-spacing: .1rem;
}

#Contents .shoplist .box_shoplist .shop_box .shop_address {
  margin: 0 1rem 2rem;
  font-size: 1.2rem;
}

#Contents .shoplist .box_shoplist .shop_box::after {
  display: block;
  clear: both;
  content: "";
}

#Contents .select_area {
  margin: 2rem 1rem;
  border: 0.1rem solid #eee;
  border-radius: .2rem;
}

#Contents .select_area .toggle_trigger {
  transition-duration: 200ms;
  background: #fff;
  font-size: 1.3rem;
  font-weight: 300;
  text-align: center;
}

#Contents .select_area .toggle_trigger.opened {
  background: #eee;
  font-weight: bold;
}

#Contents .select_area .toggle_panel {
  padding: 1rem;
  background: #eee;
}

#Contents .select_area .toggle_panel::after {
  display: block;
  clear: both;
  content: "";
}

#Contents .select_area .button_area {
  margin: 0;
  padding: 0;
}

#Contents .select_area .button_area li {
  width: 50%;
  margin-top: 1px;
  float: left;
  background: #fff;
  list-style: none;
}

#Contents .select_area .button_area li:nth-child(even) {
  width: calc(50% - 1px);
  margin-right: 1px;
}

#Contents .select_area .button_area li.alljapan, #Contents .select_area .button_area li.toyko {
  width: 100%;
  margin-top: 0;
}

#Contents .select_area .button_area li a {
  display: block;
  padding: 1.5rem;
}

#Contents .select_area .button_area li a.current {
  font-weight: bold;
}

#Contents .select_area::after {
  display: block;
  clear: both;
  content: "";
}
