@charset "euc-jp";
/* 変数 */
.input-prepend.input-append input {
  font-size: 24px;
  padding-top: 11px;
  padding-bottom: 11px;
  width: 100px;
  text-align: right; }

.storeflg {
  display: inline-block;
  padding: 0 0.5rem;
  border: 1px solid #b5495b;
  margin-bottom: 10px; }

button {
  background-color: transparent;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none; }

input[type="button"], input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0; }

.aok-col-product-desc a {
  color: #337ab7; }

.fair {
  width: 350px;
  background: #8d6449;
  color: #fff;
  padding: 10px; }

.fair-notice {
  padding: 2rem;
  margin: 15px;
  background: #8d6449;
  color: #fff; }
  .fair-notice a {
    color: #fff;
    border-bottom: 1px dotted #fff;
    padding-bottom: 0.3rem; }
    .fair-notice a:hover {
      color: #fff !important;
      text-decoration: none;
      border-bottom: 1px dotted #888; }

label {
  display: none !important; }

.table_price {
  display: none; }

.product_option_table {
  margin: 0 0 20px 15px; }

#option_tbl tbody {
  background: #efefef; }
  #option_tbl tbody tr {
    border: 1px solid #fff; }
#option_tbl th.cell_1 {
  padding: 0.5em 1em;
  border-right: 1px solid #fff; }
#option_tbl td.cell_2 {
  width: 10em; }
  #option_tbl td.cell_2 br {
    display: none; }

input[type=radio] {
  margin-left: 1em !important; }

span.stock_zero {
  margin: -5em 0 0 0.5em; }

/* 新システム移行後追加CSS */
.kcm {
  font-size: 1.5rem;
  color: #444; }
  .kcm > h3 {
    margin-top: 30px;
    padding-bottom: 5px;
    border-bottom: 1px solid #eee; }
  .kcm .kcm-desc {
    margin: 30px 0; 
    position:relative;
}
.kcm-desc::after{
  content:'※当サイト内の文章、画像等の内容の無断転載、及び複製等の行為は固くお断りいたします。';
  position:relative;
  display:block;
  font-size:1.3rem;
  margin-top:30px;
}
  .kcm section {
    margin: 20px 0 0;
    width: 100%; }
    .kcm section [class$="row"] {
      display: flex;
      flex-wrap: wrap; }
    .kcm section [class$="head"] {
      width: 5em;
      background: #eee; }
    .kcm section [class$="row"] > div {
      border: 1px solid #ddd;
      padding: 5px; }
      .kcm section [class$="row"] > div:nth-of-type(2) {
        -webkit-flex-grow: 1;
        flex-grow: 1; }
      .kcm section [class$="row"] > div[class$="inner"] {
        display: block; }
        .kcm section [class$="row"] > div[class$="inner"] > div {
          display: inline; }
        .kcm section [class$="row"] > div[class$="inner"] [class$="age"] {
          font-size: 1.3rem; }
    .kcm section.kcm-size > div.kcm-size-row:first-of-type {
      flex-wrap: wrap; }
    .kcm section .kcm-size-row .kcm-size1-head {
      white-space: nowrap;
      background: #fff;
      border-right: 0;
      border-bottom: 0; }
      .kcm section .kcm-size-row .kcm-size1-head::after {
        content: "サイズ / "; }
    .kcm section .kcm-size-row .kcm-size2 {
      border-left: 0;
      border-bottom: 0;
      flex-basis: 150px; }
    .kcm section .kcm-size-row .size-age {
      width: 100%;
      font-size: 1.3rem; }
    .kcm section [class$="separator"] {
      margin: 0 0.5em; }
    .kcm section.kcm-conditions {
      border: 1px solid #ddd;
      display: flex; }
      .kcm section.kcm-conditions h3 {
        width: 5em;
        background: #eee;
        font-size: inherit;
        padding: 5px;
        margin: 0;
        line-height: 2; }
      .kcm section.kcm-conditions .kcm-conditions-desc {
        border-left: 1px solid #ddd;
        padding: 5px; }
    .kcm section.kcm-corde h3, .kcm section.kcm-size h3 {
      border-bottom: 1px solid #eee;
      line-height: 2;
      font-size: inherit; }

.kcm-free > div {
  margin: 10px 0;
  padding: 0.5em;
  border: 1px dotted #e4c1b2; }

.kcm-spec .color, .kcm-spec .scat, .kcm-spec .kcm-scat, .kcm-spec-row .color, .kcm-spec-row .scat, .kcm-spec-row .kcm-scat {
  display: none; }

.cart_product > div p {
  font-size: 1.3rem;
  margin: 5px 0; }
.cart_product .aok-col-product-price, .cart_product .aok-col-product-incart {
  margin: 10px 0; }
.cart_product .aok-col-product-incart .curt-btn {
  width: 100%;
  background: #b44628;
  color: #fff;
  border-color: #a24127;
  padding: 5px; }
.cart_product .aok-col-product-incart .favorite-button {
  display: block;
  width: 100%;
  margin: 10px 0; }
.cart_product .aok-col-product-incart .area_sns {
  display: flex;
  justify-content: space-around; }
  .cart_product .aok-col-product-incart .area_sns .fab {
    opacity: 0.5; }
    .cart_product .aok-col-product-incart .area_sns .fab:hover {
      transition: 0.5s;
      opacity: 0.8; }
.cart_product .aok-col-product-incart ul.list-unstyled {
  margin-left: 0; }

section.notice {
  border: 1px solid #e6e6e6;
  padding: 20px;
  margin: 30px 0; }
  section.notice h4 {
    font-size: 1.5rem;
    background: #fad9da;
    padding: 0.3rem;
    display: inline-block; }
  section.notice ul {
    padding: 10px; }
    section.notice ul li {
      margin: 5px 0;
      line-height: 1.8; }
      section.notice ul li a {
        color: #e95f5b; }
  section.notice p {
    margin: 10px 0; }
  section.notice .dot {
    border: 1px dotted #474d48; }

@media screen and (max-width: 767px) {
  .kcm section [class$="row"] > div[class$="inner"] > [class$="age"] {
    display: block; }

  .cart_product h1 {
    line-height: 1.8; }
  .cart_product > div p {
    font-size: 1.3rem;
    line-height: 1.5; }
  .cart_product .aok-col-product-incart .curt-btn, .cart_product .aok-col-product-incart .favorite-button {
    width: 100%;
    padding: 5px 0; }
  .cart_product .aok-col-product-incart ul.list-unstyled {
    margin-left: 0;
    font-size: 1.3rem; }

  section.notice {
    padding: 5px;
    margin: 10px 0; }
    section.notice h4 {
      padding: 0; }
    section.notice ul, section.notice p {
      padding: 5px;
      font-size: 1.3rem;
      font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif"; }
    section.notice .btn--dot > div {
      display: flex; }
      section.notice .btn--dot > div > div {
        border: 1px solid #ddd;
        width: 100%;
        margin: 2px;
        background: #696969; }
        section.notice .btn--dot > div > div a {
          text-align: center;
          display: block;
          color: #fff; } }
/*slider*/
.slideArea {
  margin: 30px 0; }
  .slideArea .slide-content {
    width: 400px;
    height: 600px;
    float: left;
    position: relative; }
    .slideArea .slide-content .slick-initialized {
      display: block; }
    .slideArea .slide-content .slick-disabled {
      display: none !important; }
    .slideArea .slide-content .slider-prev, .slideArea .slide-content .slider-next {
      position: absolute;
      top: 50%;
      height: 50px;
      line-height: 50px;
      font-size: 25px;
      z-index: 10;
      -webkit-font-smoothing: antialiased;
      text-rendering: optimizeLegibility;
      -moz-osx-font-smoothing: grayscale;
      color: rgba(0, 0, 0, 0.8);
      text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
      cursor: pointer;
      opacity: 0.5; }
      .slideArea .slide-content .slider-prev:hover, .slideArea .slide-content .slider-next:hover {
        opacity: 0.8; }
    .slideArea .slide-content .slider-prev {
      left: -30px; }
      .slideArea .slide-content .slider-prev::before {
        content: "＜";}
    .slideArea .slide-content .slider-next {
      right:-30px; }
      .slideArea .slide-content .slider-next::before {
        content: "＞"; }
  .slideArea #slider {
    position: relative; }
    .slideArea #slider .slick-slide {
      outline: none; }
  .slideArea #thumbnail-list {
    width: 200px;
    float: left;
margin-left:30px;}
    .slideArea #thumbnail-list .thumbnail-item {
      width: 60px;
      margin: 0 5px 5px 0;
      position: relative;
      float: left; }
      .slideArea #thumbnail-list .thumbnail-item:after {
        content: '';
        background-color: rgba(0, 0, 0, 0.5);
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 1;
        transition: .3s opacity linear; }
      .slideArea #thumbnail-list .thumbnail-item.thumbnail-current:after {
        opacity: 0; }

.slideArea-sp {
  margin: 30px 0; }
  .slideArea-sp .slick-dotted.slick-slider {
    margin-bottom: 30px; }
  .slideArea-sp .slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%; }
    .slideArea-sp .slick-dots li {
      position: relative;
      display: inline-block;
      height: 20px;
      width: 20px;
      margin: 0 5px;
      padding: 0;
      cursor: pointer; }
      .slideArea-sp .slick-dots li.slick-active button:before {
        opacity: 1; }
      .slideArea-sp .slick-dots li button {
        border: 0;
        background: transparent;
        display: block;
        height: 20px;
        width: 20px;
        outline: none;
        line-height: 0px;
        font-size: 0px;
        color: transparent;
        padding: 5px;
        cursor: pointer; }
        .slideArea-sp .slick-dots li button:hover, .slideArea-sp .slick-dots li button:focus {
          outline: none; }
          .slideArea-sp .slick-dots li button:hover:before, .slideArea-sp .slick-dots li button:focus:before {
            opacity: 1; }
  .slideArea-sp .slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "●";
    width: 20px;
    height: 20px;
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: black;
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-fontsmoothing: grayscale; }
  .slideArea-sp .slick-dots li .slick-active button:before {
    color: black;
    opacity: 0.75; }
