@charset "UTF-8";
/* [ variable ]
-------------------------------------------------*/
/* element */
/* font */
/* [ font style ]
-------------------------------------------------*/
@import url(//fonts.googleapis.com/earlyaccess/notosansjp.css);
/* [ opacity ]
-------------------------------------------------*/
/* [ display style ]
-------------------------------------------------*/
/* [ easing style ]
-------------------------------------------------*/
/* [ Hover Motion style ]
-------------------------------------------------*/
/* [ icon style ]
-------------------------------------------------*/
/* [ form parts ]
-------------------------------------------------*/
/* Common Style
-------------------------------------------------- */
#two_column_body #contents {
  background-color: #fff;
}
#two_column_body #contents .product_title.new:after {
  content: "NEW";
  display: inline-block;
  text-align: center;
  left: 0;
  top: 0;
  font-family: "Chisel-Normal";
  font-weight: bold;
  letter-spacing: 0.2em;
  font-size: 11px;
  color: #fff;
  background-color: #5e673c;
  vertical-align: middle;
  position: relative;
}
#two_column_body #contents .product_title .limited {
  border: 1px solid #5e673c;
  color: #5e673c;
  letter-spacing: 0.1em;
  vertical-align: middle;
  position: relative;
}
#two_column_body #contents #main_wrap {
  border-top: 1px solid #f1f0ee;
}
#two_column_body #contents #main_wrap .title {
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  text-align: center;
}
#two_column_body #contents #main_wrap .title span {
  display: block;
  color: #fff;
}
#two_column_body #contents #main_wrap > .text_wrap a {
  color: #5e673c;
}
#two_column_body #contents #main_wrap > .text_wrap .continuation_btn {
  display: none;
}
#two_column_body #contents #main_wrap > .text_wrap:after {
  content: "";
  position: absolute;
  background: #fff;
  width: 100%;
  bottom: 0;
}
#two_column_body #contents #main_wrap > .text_wrap.hide {
  overflow: hidden;
  position: relative;
}
#two_column_body #contents #main_wrap > .text_wrap.hide .continuation_btn {
  display: block;
  color: #5e673c;
  text-align: center;
  background: url("../common/img/icon_arrow_bottom_green_light.svg") no-repeat center bottom;
  background-size: 15px 7px;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  margin: auto;
  cursor: pointer;
}
#two_column_body #contents #main_wrap > .text_wrap.hide:after {
  display: block;
}

#series_list_wrap > ul {
  border-top: 1px solid #f1f0ee;
}
#series_list_wrap > ul > li .photo_hover_wrap {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: block;
  overflow: hidden;
  text-decoration: none;
  /* &:before{
  	content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #000;
      opacity: 0;
      z-index: 10;
      transition: all 0.5s;
  } */
  line-height: 1.18;
}
#series_list_wrap > ul > li .photo_hover_wrap .text {
  z-index: 15;
  position: relative;
}
#series_list_wrap > ul > li .photo_hover_wrap .photo {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#series_list_wrap > ul > li .photo_hover_wrap:hover {
  text-decoration: none;
  /* &:before{
  	opacity: 0.5;
  } */
}
#series_list_wrap > ul > li .photo_hover_wrap:hover .photo {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
  transition-delay: 1s;
  -moz-transition-delay: 1s;
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  -ms-transition-delay: 1s;
  -o-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
}
#series_list_wrap > ul > li .photo_hover_wrap h3 {
  display: block;
  text-align: center;
  color: #fff;
  z-index: 15;
  position: relative;
  line-height: 1.18;
}
#series_list_wrap > ul > li .photo_hover_wrap .limited {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #5e673c;
  color: #fff;
  letter-spacing: 0.1em;
}
#series_list_wrap > ul > li > span {
  border: 1px solid #5e673c;
  color: #5e673c;
  text-align: center;
  display: inline-block;
}

#list_wrap > ul {
  border-top: 1px solid #f1f0ee;
}
#list_wrap > ul > li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}
#list_wrap > ul > li .image {
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
#list_wrap > ul > li h3 a:hover {
  text-decoration: none;
}
#list_wrap > ul > li .title {
  height: 18px;
}

#read_btn_wrap span {
  margin: auto;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
#read_btn_wrap span img {
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
}
#read_btn_wrap #reload_btn img {
  -webkit-transition: all 0.6s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: all 0.6s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.6s cubic-bezier(0.39, 0.575, 0.565, 1);
  /* easeOutSine */
  -webkit-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  /* easeOutSine */
}
#read_btn_wrap #reload_btn.load img {
  transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
}
#read_btn_wrap #reload_icon {
  display: none;
}
#read_btn_wrap.hide {
  display: none;
}

.section_title .en {
  font-family: "Chisel-Normal";
  font-weight: bold;
  letter-spacing: 0.2em;
  font-size: 10px;
}

@media only screen and (min-width:751px) {
  #document {
    background-color: #f1f0ee;
  }

  #two_column_body {
    width: inherit;
    max-width: 1280px;
  }
  #two_column_body #contents {
    width: 1020px;
  }
  #two_column_body #contents .product_title {
    font-size: 20px;
    padding: 20px 20px;
  }
  #two_column_body #contents .product_title.new:after {
    width: 36px;
    height: 16px;
    line-height: 15px;
    margin-left: 15px;
    top: -4px;
  }
  #two_column_body #contents .product_title .limited {
    font-size: 11px;
    padding: 2px 5px 3px;
    margin-left: 16px;
    top: -3px;
  }
  #two_column_body #contents #main_wrap .title {
    margin: 40px 40px 0 40px;
    padding: 71px 0 68px;
  }
  #two_column_body #contents #main_wrap .title span {
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 10px;
    letter-spacing: 0.3em;
  }
  #two_column_body #contents #main_wrap .title .sub {
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 1em;
  }
  #two_column_body #contents #main_wrap > .text_wrap {
    margin-left: 40px;
    margin-right: 40px;
    padding-top: 25px;
    padding-bottom: 35px;
    -o-transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    -ms-transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  }
  #two_column_body #contents #main_wrap > .text_wrap p {
    letter-spacing: 0;
  }
  #two_column_body #contents #main_wrap > .text_wrap.hide {
    overflow: hidden;
    height: 180px;
  }
  #two_column_body #contents #main_wrap > .text_wrap.hide .continuation_btn {
    bottom: 28px;
    padding-bottom: 12px;
    font-size: 13px;
  }
  #two_column_body #contents #main_wrap > .text_wrap.hide:after {
    height: 95px;
  }

  #series_list_wrap > ul {
    border-top: 1px solid #f1f0ee;
    max-width: auto;
    min-width: auto;
  }
  #series_list_wrap > ul > li {
    width: 45%;
    /* IE8以下とAndroid4.3以下用フォールバック */
    width: calc(50% - 80px);
    float: left;
    padding: 40px;
    border-bottom: 1px solid #f1f0ee;
  }
  #series_list_wrap > ul > li:nth-child(odd) {
    clear: left;
    border-right: 1px solid #f1f0ee;
    width: 45%;
    /* IE8以下とAndroid4.3以下用フォールバック */
    width: calc(50% - 81px);
  }
  #series_list_wrap > ul > li:last-child {
    border-bottom: none;
  }
  #series_list_wrap > ul > li .photo_hover_wrap {
    /* padding-top: 70px;
    padding-bottom: 68px; */
    padding-top: 19%;
    padding-bottom: 17%;
    margin-bottom: 25px;
  }
  #series_list_wrap > ul > li .photo_hover_wrap .photo {
    height: 100%;
  }
  #series_list_wrap > ul > li .photo_hover_wrap .photo img {
    height: auto;
    width: 100%;
  }
  #series_list_wrap > ul > li .photo_hover_wrap h3 {
    font-size: 21px;
    letter-spacing: 0.3em;
  }
  #series_list_wrap > ul > li .photo_hover_wrap .limited {
    height: 21px;
    line-height: 21px;
    padding: 0 5px;
    font-size: 11px;
  }
  #series_list_wrap > ul > li > span {
    padding: 0 5px 2px;
    margin-bottom: 15px;
    font-size: 11px;
    letter-spacing: 0.1em;
  }
  #series_list_wrap > ul > li p a {
    color: #5e673c;
    text-decoration: underline;
  }
  #series_list_wrap > ul > li p a:hover {
    text-decoration: none;
  }
  #series_list_wrap > ul > li.two_column .photo_hover_wrap {
    padding-top: 16%;
    padding-bottom: 14.5%;
  }

  #list_wrap {
    padding-bottom: 120px;
  }
  #list_wrap > ul > li {
    padding: 25px 15px;
    float: left;
    width: 25%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-right: 1px solid #f1f0ee;
    border-bottom: 1px solid #f1f0ee;
    position: relative;
  }
  #list_wrap > ul > li:nth-child(4n) {
    border-right: none;
  }
  #list_wrap > ul > li .image {
    margin: auto;
    width: 165px;
    height: 120px;
  }
  #list_wrap > ul > li .title {
    font-size: 11px;
    margin: 6px 0 5px;
  }
  #list_wrap > ul > li h3 {
    font-size: 14px;
  }
  #list_wrap > ul > li:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* box-shadow */
    box-shadow: rgba(225, 225, 225, 0.65098) 0px 0px 3px 3px;
    -webkit-box-shadow: rgba(225, 225, 225, 0.65098) 0px 0px 3px 3px;
    -moz-box-shadow: rgba(225, 225, 225, 0.65098) 0px 0px 3px 3px;
    opacity: 0;
    -o-transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    -ms-transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  }
  #list_wrap > ul > li:hover:before {
    opacity: 1;
  }
  #list_wrap .no_product_text {
    padding: 30px 40px;
    text-align: center;
  }

  #read_btn_wrap {
    height: 100px;
    margin-bottom: -60px;
  }
  #read_btn_wrap span img {
    width: 30px;
    height: 26px;
  }
  #read_btn_wrap #reload_icon img {
    width: 30px;
    height: 30px;
  }

  .section_title {
    padding: 20px 38px 22px;
    font-size: 18px;
    line-height: 18px;
  }
  .section_title > * {
    vertical-align: top;
    display: block;
  }
  .section_title .jp {
    float: left;
  }
  .section_title .en {
    font-size: 10px;
    text-align: right;
  }

  .w1080 {
    display: none;
  }
}
@media screen and (max-width: 1280px) and (min-width: 751px) {
  #two_column_body #contents {
    min-width: initial;
    width: 95%;
    /* IE8以下とAndroid4.3以下用フォールバック */
    width: calc(100% - 260px);
  }

  .w1080 {
    display: block !important;
  }
}
@media screen and (max-width: 1120px) and (min-width: 751px) {
  #series_list_wrap > ul > li .photo_hover_wrap h3 {
    font-size: 18px;
  }
  #series_list_wrap > ul > li .photo_hover_wrap .photo img {
    height: 100%;
    width: auto;
  }
}
@media only screen and (max-width:750px) {
  #two_column_body #contents .product_title {
    font-size: 18px;
    padding: 20px 15px;
  }
  #two_column_body #contents .product_title.new:after {
    width: 32px;
    height: 18px;
    line-height: 17px;
    margin-left: 15px;
    top: -4px;
    font-family: "Chisel-Normal";
    font-weight: bold;
    letter-spacing: 0.2em;
    font-size: 9px;
  }
  #two_column_body #contents .product_title .limited {
    font-size: 11px;
    padding: 1px 5px 2px;
    margin-left: 16px;
    top: -5px;
  }
  #two_column_body #contents #main_wrap .title {
    margin: 20px 15px 0;
    padding: 56px 0 44px;
    background-size: cover !important;
  }
  #two_column_body #contents #main_wrap .title span {
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 6px;
    letter-spacing: 0.3em;
  }
  #two_column_body #contents #main_wrap .title .sub {
    font-size: 8px;
    line-height: 8px;
    letter-spacing: 1em;
  }
  #two_column_body #contents #main_wrap.white_wood .title {
    background-image: url("../img/products/series/img_list01.jpg") !important;
  }
  #two_column_body #contents #main_wrap.natural_brown .title, #two_column_body #contents #main_wrap.natural-brown-grow .title {
    background-image: url("../img/products/series/img_list02.jpg") !important;
  }
  #two_column_body #contents #main_wrap.sof .title {
    background-image: url("../img/products/series/img_list03.jpg") !important;
  }
  #two_column_body #contents #main_wrap.resty .title {
    background-image: url("../img/products/series/img_list04.jpg") !important;
  }
  #two_column_body #contents #main_wrap.ac_cent .title {
    background-image: url("../img/products/series/img_list05.jpg") !important;
  }
  #two_column_body #contents #main_wrap.forms .title {
    background-image: url("../img/products/series/img_list06.jpg") !important;
  }
  #two_column_body #contents #main_wrap.kukka .title {
    background-image: url("../img/products/series/img_list07.jpg") !important;
  }
  #two_column_body #contents #main_wrap.coty .title {
    background-image: url("../img/products/series/img_list08.jpg") !important;
  }
  #two_column_body #contents #main_wrap.n .title {
    background-image: url("../img/products/series/img_list09.jpg") !important;
  }
  #two_column_body #contents #main_wrap.natural-brown-slow .title {
    background-image: url("../img/products/series/img_list13.jpg") !important;
  }
  #two_column_body #contents #main_wrap.carve .title {
    background-image: url("../img/products/series/img_list14.jpg") !important;
  }
  #two_column_body #contents #main_wrap.ac_cent-board .title {
    background-image: url("../img/products/series/img_list15.jpg") !important;
  }
  #two_column_body #contents #main_wrap.om50 .title {
    background-image: url("../img/products/series/img_list16.jpg") !important;
  }
  #two_column_body #contents #main_wrap.cocon .title {
    background-image: url("../img/products/series/img_list17.jpg") !important;
  }
  #two_column_body #contents #main_wrap.scop .title {
    background-image: url("../img/products/series/b-product_mv_photo_scop.jpg") !important;
  }
  #two_column_body #contents #main_wrap > .text_wrap {
    margin-left: 15px;
    margin-right: 15px;
    padding-top: 20px;
    padding-bottom: 25px;
  }
  #two_column_body #contents #main_wrap > .text_wrap p {
    letter-spacing: 0;
  }
  #two_column_body #contents #main_wrap > .text_wrap.hide {
    overflow: hidden;
    height: 185px;
  }
  #two_column_body #contents #main_wrap > .text_wrap.hide .continuation_btn {
    bottom: 21px;
    padding-bottom: 12px;
    font-size: 13px;
  }
  #two_column_body #contents #main_wrap > .text_wrap.hide:after {
    height: 75px;
  }
  #two_column_body #contents #main_wrap .btn {
    margin: 0 15px 35px;
    width: 98%;
    /* IE8以下とAndroid4.3以下用フォールバック */
    width: calc(100% - 30px);
  }

  #series_list_wrap {
    margin-bottom: 45px;
  }
  #series_list_wrap > ul {
    border-top: 1px solid #f1f0ee;
  }
  #series_list_wrap > ul > li {
    border-bottom: 1px solid #f1f0ee;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  #series_list_wrap > ul > li .photo_hover_wrap {
    padding-top: 16%;
    padding-bottom: 16%;
    margin-bottom: 10px;
  }
  #series_list_wrap > ul > li .photo_hover_wrap h3 {
    font-size: 16px;
    letter-spacing: 0.3em;
  }
  #series_list_wrap > ul > li .photo_hover_wrap .limited {
    height: 20px;
    line-height: 20px;
    padding: 0 5px;
    font-size: 10px;
  }
  #series_list_wrap > ul > li > span {
    padding: 0 5px 2px;
    margin-bottom: 10px;
    font-size: 11px;
    letter-spacing: 0.1em;
  }
  #series_list_wrap > ul > li .btn {
    margin-top: 15px;
  }
  #series_list_wrap > ul > li.two_column .photo_hover_wrap {
    padding-top: 14%;
    padding-bottom: 14%;
  }

  #list_wrap > ul > li {
    padding: 25px 15px;
    float: left;
    width: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-right: 1px solid #f1f0ee;
    border-bottom: 1px solid #f1f0ee;
    position: relative;
  }
  #list_wrap > ul > li:nth-child(2n) {
    border-right: none;
  }
  #list_wrap > ul > li .image {
    margin: 0px 15%;
    padding-top: 40%;
  }
  #list_wrap > ul > li .title {
    font-size: 11px;
    margin: 5px 0;
  }
  #list_wrap > ul > li h3 {
    font-size: 14px;
  }
  #list_wrap .no_product_text {
    padding: 20px 15px;
  }

  #read_btn_wrap {
    height: 80px;
    margin-bottom: -55px;
  }
  #read_btn_wrap span img {
    width: 26px;
    height: 22px;
  }
  #read_btn_wrap #reload_icon img {
    width: 26px;
    height: 26px;
  }

  .section_title {
    padding: 16px 15px 18px;
    font-size: 16px;
    line-height: 16px;
  }
  .section_title > * {
    vertical-align: top;
    display: block;
  }

  .w1080 {
    display: none;
  }
}
/* Detail Style
-------------------------------------------------- */
#product_slide_wrap {
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #f1f0ee;
}
#product_slide_wrap .main_slide_wrap {
  border-bottom: 1px solid #f1f0ee;
}
#product_slide_wrap .main_slide_wrap .main_slide li {
  float: left;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
#product_slide_wrap .main_slide_wrap .main_slide li .image,
#product_slide_wrap .main_slide_wrap .main_slide li .image img,
#product_slide_wrap .main_slide_wrap .main_slide li .main_title,
#product_slide_wrap .main_slide_wrap .main_slide li .sub_title {
  text-align: center;
  margin: 0 auto;
}
#product_slide_wrap .main_slide_wrap .main_slide li .image,
#product_slide_wrap .main_slide_wrap .main_slide li .image img {
  display: block;
}
#product_slide_wrap .main_slide_wrap .main_slide li .main_title,
#product_slide_wrap .main_slide_wrap .main_slide li .sub_title {
  color: #5e673c;
}
#product_slide_wrap .main_slide_wrap .main_slide li .main_title {
  letter-spacing: 0.1em;
}
#product_slide_wrap .main_slide_wrap .main_slide li .sub_title {
  font-family: "Chisel-Normal";
  font-weight: bold;
  letter-spacing: 0.2em;
  font-size: 14px;
}
#product_slide_wrap .thumbnail li {
  float: left;
  position: relative;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  border: 1px solid #f1f0ee;
}
#product_slide_wrap .thumbnail li.current:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #5e673c;
  opacity: 0.8;
  left: 0;
  top: 0;
}
#product_slide_wrap .thumbnail li .image,
#product_slide_wrap .thumbnail li .thumb_text {
  text-align: center;
  margin: 0 auto;
}
#product_slide_wrap .thumbnail li .image,
#product_slide_wrap .thumbnail li .image img {
  display: block;
}
#product_slide_wrap .thumbnail li .thumb_text {
  color: #5e673c;
}

#info_wrap > div dl {
  display: table;
  width: 100%;
}
#info_wrap > div dl dt,
#info_wrap > div dl dd {
  display: table-cell;
}
#info_wrap > div dl dd {
  text-align: left;
  white-break: break-all;
}
#info_wrap > div dl dd a {
  color: #5e673c;
  text-decoration: underline;
}
#info_wrap > div dl dd a:hover {
  text-decoration: none;
}
#info_wrap > div dl dd .customSelect {
  width: 100%;
}
#info_wrap > div .btn {
  width: 100%;
}
#info_wrap > div .catalog_link {
  background: #f7f7f5;
  text-align: center;
}
#info_wrap > div .catalog_link a {
  display: inline-block;
  padding-top: 12px;
  padding-bottom: 12px;
}
#info_wrap > div .catalog_link a:hover {
  text-decoration: none;
}
#info_wrap > div .catalog_link a:after {
  content: "";
  display: inline-block;
  margin-left: 3px;
  width: 11px;
  height: 13px;
  background: url("../common/img/icon_pdf.svg") no-repeat left top;
  background-size: cover;
}
#info_wrap .price_wrap dd span {
  display: none;
}
#info_wrap .price_wrap dd span#price1 {
  display: inline-block;
}
#info_wrap .other_wrap .btn > * {
  color: #343c48;
  text-decoration: none;
}

#detail #list_wrap > ul {
  border-top: none;
}

#list_wrap > ul > .new:after {
  content: "NEW";
  display: block;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  font-family: "Chisel-Normal";
  font-weight: bold;
  letter-spacing: 0.2em;
  font-size: 11px;
  color: #fff;
  background-color: #5e673c;
}

@media only screen and (min-width:751px) {
  #product_slide_wrap .main_slide_wrap .main_slide li {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 681px;
    min-height: 500px;
    margin-right: 1px;
    border-right: 1px solid #f1f0ee;
  }
  #product_slide_wrap .main_slide_wrap .main_slide li .image {
    margin-top: 112px;
    margin-bottom: 10px;
  }
  #product_slide_wrap .main_slide_wrap .main_slide li .image img {
    height: 55px;
    width: auto;
  }
  #product_slide_wrap .main_slide_wrap .main_slide li .main_title {
    font-size: 20px;
  }
  #product_slide_wrap .main_slide_wrap .main_slide li .sub_title {
    margin-top: 4px;
    margin-bottom: 30px;
  }
  #product_slide_wrap .main_slide_wrap .main_slide li .main_text {
    width: 430px;
    margin: 0 auto;
    font-size: 13px;
    line-height: 2;
    text-align: center;
  }
  #product_slide_wrap .main_slide_wrap .main_slide li .main_text.left {
    text-align: left;
  }
  #product_slide_wrap .thumbnail {
    padding: 20px 40px;
	width: max-content !important;
  }
  #product_slide_wrap .thumbnail li {
    width: 80px;
    height: 63px;
    margin-right: 9px;
  }
  #product_slide_wrap .thumbnail li:last-child {
    margin-right: 0;
  }
  #product_slide_wrap .thumbnail li .image img {
    height: 35px;
    margin-top: 8px;
    margin-bottom: 3px;
  }
  #product_slide_wrap .thumbnail li .thumb_text {
    font-size: 10px;
  }
  #product_slide_wrap .slider_ctr {
    top: 0;
    margin-top: 0;
  }
  #product_slide_wrap .slider_ctr .prev,
#product_slide_wrap .slider_ctr .next {
    top: 450px;
    right: initial;
  }
  #product_slide_wrap .slider_ctr .prev {
    left: 630px;
  }
  #product_slide_wrap .slider_ctr .next {
    left: 681px;
  }

  #info_wrap {
    padding-bottom: 20px;
  }
  #info_wrap > div {
    width: 50%;
    padding: 30px 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #info_wrap > div dl dt,
#info_wrap > div dl dd {
    font-size: 13px;
  }
  #info_wrap > div p {
    font-size: 13px;
  }
  #info_wrap .price_wrap dl {
    margin-bottom: 15px;
  }
  #info_wrap .price_wrap dl dt,
#info_wrap .price_wrap dl dd {
    line-height: 40px;
  }
  #info_wrap .price_wrap dl dt {
    width: 65px;
  }
  #info_wrap .price_wrap dl dd select {
    letter-spacing: 0.1em;
    padding-left: 20px;
  }
  #info_wrap .price_wrap .price dd {
    font-size: 17px;
    vertical-align: middle;
  }
  #info_wrap .price_wrap .price dd a {
    font-size: 13px;
  }
  #info_wrap .price_wrap .caution_text {
    margin-top: 5px;
    margin-bottom: 15px;
  }
  #info_wrap .other_wrap li {
    margin-bottom: 8px;
  }
  #info_wrap .other_wrap li dl dt {
    width: 90px;
  }
  #info_wrap .other_wrap li:first-child dl dd > a {
    vertical-align: top;
    margin-right: 15px;
  }
  #info_wrap .other_wrap .btn {
    width: 160px;
    height: 22px;
    display: inline-block;
    vertical-align: top;
  }
  #info_wrap .other_wrap .btn > * {
    font-size: 11px;
    width: 160px;
    height: 22px;
    line-height: 21px;
  }
  #info_wrap .other_wrap .catalog_link {
    margin-top: 30px;
  }

  #list_wrap {
    padding-bottom: 60px;
  }
  #list_wrap > ul > .new:after {
    width: 36px;
    height: 36px;
    line-height: 36px;
  }
  #list_wrap .border_btn {
    padding: 50px 30px 0;
  }
}
@media screen and (max-width: 1280px) and (min-width: 751px) {
  #product_slide_wrap .thumbnail {
    padding: 10px 40px 20px;
	width: max-content !important;
  }
  #product_slide_wrap .thumbnail li {
    margin-top: 10px;
  }

  #info_wrap .price_wrap {
    padding-right: 0;
  }
  #info_wrap .price_wrap .price {
    margin-bottom: 25px;
  }
  #info_wrap .price_wrap .price dt {
    line-height: 1.67;
  }
  #info_wrap .price_wrap .price dd {
    vertical-align: top;
    line-height: 1.37;
  }
  #info_wrap .price_wrap .caution_text {
    margin-top: 5px;
    margin-bottom: 15px;
  }
  #info_wrap .other_wrap dd > a {
    margin-right: 10px;
  }
  #info_wrap .other_wrap .btn {
    margin-top: 5px;
  }
}
@media only screen and (max-width:750px) {
  #product_slide_wrap .main_slide_wrap .main_slide li.image {
    /*min-height: 225px;*/
    aspect-ratio: 15 / 11;
	height: auto !important;
	min-height: 250px;
  }
  #product_slide_wrap .main_slide_wrap .main_slide li .image {
    /*margin-top: 8%;*/
	margin-top: 20%;
    margin-bottom: 2%;
  }
  #product_slide_wrap .main_slide_wrap .main_slide li .image img {
    height: 35px;
    width: auto;
  }
  #product_slide_wrap .main_slide_wrap .main_slide li .main_title {
    font-size: 16px;
  }
  #product_slide_wrap .main_slide_wrap .main_slide li .sub_title {
    margin-bottom: 3%;
  }
  #product_slide_wrap .main_slide_wrap .main_slide li .main_text {
    margin: 0 50px 5%;
    font-size: 13px;
    line-height: 1.67;
	text-align: center;
  }
  #product_slide_wrap .thumbnail {
    padding: 15px 15px;
	width: max-content !important;
  }
  #product_slide_wrap .thumbnail li {
    width: 80px;
    height: 63px;
    margin-left: 9px;
  }
  #product_slide_wrap .thumbnail li:first-child {
    margin-left: 0;
  }
  #product_slide_wrap .thumbnail li .image img {
    height: 35px;
    margin-top: 8px;
    margin-bottom: 3px;
  }
  #product_slide_wrap .thumbnail li .thumb_text {
    font-size: 10px;
  }
  #product_slide_wrap .slider_ctr {
    top: 0;
    margin-top: 0;
  }
  #product_slide_wrap .slider_ctr .prev {
    left: 0px;
  }
  #product_slide_wrap .slider_ctr .next {
    right: 0px;
  }

  #info_wrap {
    padding-bottom: 20px;
  }
  #info_wrap > div {
    padding: 25px 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    float: none;
  }
  #info_wrap > div dl dt,
#info_wrap > div dl dd {
    font-size: 13px;
  }
  #info_wrap > div p {
    font-size: 13px;
  }
  #info_wrap .price_wrap dl {
    margin-bottom: 15px;
  }
  #info_wrap .price_wrap dl dt {
    width: 53px;
  }
  #info_wrap .price_wrap dl dd select {
    padding-left: 10px;
  }
  #info_wrap .price_wrap .price {
    margin-bottom: 20px;
  }
  #info_wrap .price_wrap .price dd {
    font-size: 17px;
  }
  #info_wrap .price_wrap .price dd a {
    font-size: 13px;
  }
  #info_wrap .price_wrap .caution_text {
    margin-top: 5px;
    margin-bottom: 15px;
  }
  #info_wrap .other_wrap li {
    margin-bottom: 8px;
  }
  #info_wrap .other_wrap li dl dt {
    width: 90px;
  }
  #info_wrap .other_wrap .btn {
    margin-top: 8px;
    margin-bottom: 10px;
    width: 160px;
    height: 24px;
  }
  #info_wrap .other_wrap .btn > * {
    font-size: 10px;
    width: 160px;
    height: 24px;
    line-height: 24px;
  }
  #info_wrap .other_wrap .catalog_link {
    margin-top: 30px;
  }

  #list_wrap {
    padding-bottom: 0px;
  }
  #list_wrap > ul > .new:after {
    width: 31px;
    height: 31px;
    line-height: 31px;
    font-family: "Chisel-Normal";
    font-weight: bold;
    letter-spacing: 0.2em;
    font-size: 9px;
  }
  #list_wrap .border_btn {
    padding: 25px 15px 0;
  }
}
/* Side Navi
-------------------------------------------------- */
#product_side_navi nav h1 {
  font-family: "Chisel-Normal";
  font-weight: bold;
  letter-spacing: 0.2em;
  font-size: 18px;
  letter-spacing: 0.1em;
}
#product_side_navi nav .current-cat a {
  color: #5e673c;
}
#product_side_navi nav .ac_list h2,
#product_side_navi nav .ac_list h3 {
  position: relative;
}
#product_side_navi nav .ac_list h2:after,
#product_side_navi nav .ac_list h3:after {
  content: "";
  position: absolute;
  width: 17px;
  height: 14px;
  background-size: 17px 14px;
  top: 50%;
  right: 15px;
  margin-top: -8px;
  background: url("../common/img/icon_arrow_bottom.svg") no-repeat center center;
  transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  -o-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}
#product_side_navi nav .ac_list h2.open:after,
#product_side_navi nav .ac_list h3.open:after {
  margin-top: -5px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}

@media only screen and (min-width:751px) {
  #product_side_navi {
    width: 240px;
    background-color: #fff;
  }
  #product_side_navi nav {
    background-color: #fff;
  }
  #product_side_navi nav h1,
#product_side_navi nav h2,
#product_side_navi nav h3,
#product_side_navi nav a {
    padding-left: 40px;
  }
  #product_side_navi nav h1 {
    padding-top: 30px;
    padding-bottom: 14px;
  }
  #product_side_navi nav h2,
#product_side_navi nav h3 {
    height: 50px;
    line-height: 50px;
    font-size: 14px;
  }
  #product_side_navi nav h2 {
    font-family: "Chisel-Normal";
    font-weight: bold;
    letter-spacing: 0.2em;
    font-size: 15px;
    letter-spacing: 0.1em;
    border-top: 1px solid #f1f0ee;
  }
  #product_side_navi nav ul {
    padding-top: 10px;
    padding-bottom: 20px;
  }
  #product_side_navi nav div > ul {
    border-top: 1px solid #f1f0ee;
  }
  #product_side_navi nav div > ul > li a {
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    text-decoration: none;
  }
  #product_side_navi nav div > ul > li a:hover {
    background-color: #f1f0ee;
  }
  #product_side_navi nav .ac_list_wrap {
    padding-top: 0;
    padding-bottom: 0;
  }
  #product_side_navi nav .ac_list_wrap > .ac_list {
    border-top: 1px solid #f1f0ee;
  }
  #product_side_navi nav .ac_list_wrap > .ac_list:first-child {
    border-top: none;
  }
  #product_side_navi nav .ac_list_wrap > .ac_list ul {
    display: none;
    border-top: 1px solid #f1f0ee;
  }
  #product_side_navi nav .ac_list_wrap > .ac_list ul li a {
    padding-left: 60px;
  }
  #product_side_navi nav .ac_list_wrap > .ac_list.current ul {
    display: block;
  }
}
@media only screen and (max-width:750px) {
  #product_side_navi {
    margin-top: 50px;
    background-color: #f6f5f4;
  }
  #product_side_navi nav h1,
#product_side_navi nav h2,
#product_side_navi nav h3,
#product_side_navi nav a {
    height: 50px;
    line-height: 50px;
    padding-left: 15px;
    font-size: 14px;
  }
  #product_side_navi nav h1,
#product_side_navi nav h2 {
    background-color: #e6e5e3;
  }
  #product_side_navi nav > ul > li {
    border-top: 1px solid #d9d7cd;
  }
  #product_side_navi nav > ul > li a {
    display: block;
    text-decoration: none;
  }
  #product_side_navi nav .ac_list h2,
#product_side_navi nav .ac_list_sp h2 {
    border-top: 1px solid #d9d7cd;
  }
  #product_side_navi nav .ac_list > ul,
#product_side_navi nav .ac_list_sp > ul {
    display: none;
    border-top: 1px solid #d9d7cd;
  }
  #product_side_navi nav .ac_list > ul > li,
#product_side_navi nav .ac_list_sp > ul > li {
    border-top: 1px solid #d9d7cd;
  }
  #product_side_navi nav .ac_list.current ul,
#product_side_navi nav .ac_list_sp.current ul {
    display: block;
  }
  #product_side_navi nav .ac_list_wrap > li > ul {
    position: relative;
    border-top: none;
  }
  #product_side_navi nav .ac_list_wrap > li > ul > li {
    width: 50%;
    float: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #product_side_navi nav .ac_list_wrap > li > ul:before {
    content: "";
    left: 50%;
    top: 0;
    position: absolute;
    width: 1px;
    height: 100%;
    display: block;
    background-color: #d9d7cd;
  }
  #product_side_navi nav .ac_list_wrap > li > ul:after {
    display: block;
    clear: both;
    content: "";
  }
  #product_side_navi nav .ac_list_sp h2,
#product_side_navi nav .ac_list_sp h3 {
    position: relative;
  }
  #product_side_navi nav .ac_list_sp h2:after,
#product_side_navi nav .ac_list_sp h3:after {
    content: "";
    position: absolute;
    width: 17px;
    height: 14px;
    background-size: 17px 14px;
    top: 50%;
    right: 15px;
    margin-top: -8px;
    background: url("../common/img/icon_arrow_bottom.svg") no-repeat center center;
    transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    -o-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    -ms-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  }
  #product_side_navi nav .ac_list_sp h2.open:after,
#product_side_navi nav .ac_list_sp h3.open:after {
    margin-top: -5px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
  }
  #product_side_navi nav .ac_list_sp h2 {
    background-color: #e6e5e3;
  }
  #product_side_navi nav .ac_list_sp h3 {
    background-color: #f1f0ee;
  }
  #product_side_navi nav .ac_list_sp > ul > li:first-child {
    border-top: none;
  }
}