@charset "UTF-8";
/* WebFont */
/* Noto Sans */
@font-face {
  font-family: "Noto Sans";
  font-weight: 400;
  src: url("../fonts/NotoSansJP-Regular-subset.woff2") format("woff2"), url("../fonts/NotoSansJP-Regular-subset.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans";
  font-weight: 500;
  src: url("../fonts/NotoSansJP-Medium-subset.woff2") format("woff2"), url("../fonts/NotoSansJP-Medium-subset.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans";
  font-weight: 700;
  src: url("../fonts/NotoSansJP-Bold-subset.woff2") format("woff2"), url("../fonts/NotoSansJP-Bold-subset.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans";
  font-weight: 900;
  src: url("../fonts/NotoSansJP-Black-subset.woff2") format("woff2"), url("../fonts/NotoSansJP-Black-subset.woff") format("woff");
}
/* Noto Serif */
@font-face {
  font-family: "Noto Serif";
  font-weight: 400;
  src: url("../fonts/NotoSerifCJKjp-Regular-sub.woff2") format("woff2"), url("../fonts/NotoSerifCJKjp-Regular-sub.woff") format("woff");
}
@font-face {
  font-family: "Noto Serif";
  font-weight: 500;
  src: url("../fonts/NotoSerifCJKjp-Medium-sub.woff2") format("woff2"), url("../fonts/NotoSerifCJKjp-Medium-sub.woff") format("woff");
}
@font-face {
  font-family: "Noto Serif";
  font-weight: 700;
  src: url("../fonts/NotoSerifCJKjp-Bold-sub.woff2") format("woff2"), url("../fonts/NotoSerifCJKjp-Bold-sub.woff") format("woff");
}
@font-face {
  font-family: "Noto Serif";
  font-weight: 900;
  src: url("../fonts/NotoSerifCJKjp-Black-sub.woff2") format("woff2"), url("../fonts/NotoSerifCJKjp-Black-sub.woff") format("woff");
}
/* --------------------------------
	Theme CSS for EC-CUBE 3
-------------------------------- */
/* --------------------------------
	Common
-------------------------------- */
body {
  font-family: "Noto Sans", Roboto, "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
  line-height: 1.4;
  background-color: #fff;
  color: #222;
  -webkit-text-size-adjust: 100%;
}

.img_center,
.txt_center {
  text-align: center;
}

.img_right,
.txt_right {
  text-align: right;
}

/****** Base Layout Setting ********/
#header {
  background: #fff;
}

#contents {
  background: #fff;
}

/****** Header Setting ********/
.header_logo_area {
  margin-right: 100px;
}

.header_logo_area .header_logo a:link,
.header_logo_area .header_logo a:visited,
.header_logo_area .header_logo a:hover,
.header_logo_area .header_logo a:active {
  text-decoration: none;
  color: #000;
}

.header_logo_area .header_logo a:hover {
  color: #666;
}

/****** Side Setting ********/
/****** Footer Setting ********/
/****** Effect Setting ********/
/****** Each BlockParts Setting ********/
/* cart area */
#cart_area {
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 11;
}

#cart_area p {
  margin: 0;
}

#cart_area p.cart-trigger {
  position: absolute;
  right: 65px;
}

#cart .inner {
  background: #f3f3f3;
}

/* search area */
#search {
  background: #EBEBEB;
  padding: 16px 8px;
}

#search select {
  width: 100%;
}

/* snsbtn_area */
.snsbtn_area .snsbtn {
  float: left;
  height: 20px;
  margin: 0 10px 10px 0;
}

/* --------------------------------
	Top Page
-------------------------------- */
.front_page a:hover img {
  opacity: 0.8;
}

.front_page #contents .row > div {
  padding-bottom: 8px;
}

.front_page #contents .row.no-padding > div {
  padding-bottom: 0;
}

/* Comment Area */
.front_page .comment_area h4 {
  font-size: 24px;
  font-size: 2.4rem;
  margin: 0 0 2px;
}

.front_page .comment_area h5 {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0;
}

.front_page .comment_area p {
  margin: 10px 0 15px;
}

/* Item List */
.front_page .item_comment {
  color: #444;
}

.front_page .item a {
  padding-bottom: 0;
}

.front_page .item a:hover {
  opacity: 0.8;
}

.front_page .item a:hover img {
  opacity: 1;
}

.front_page #contents_top .item_comment {
  color: #525263;
  font-weight: normal;
  font-size: 14px;
  font-size: 1.4rem;
}

.front_page #contents_top .item_comment.text-warning,
.front_page #contents_top .item_name.text-warning {
  color: #9a947e;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
}

.front_page .more_link.text-warning {
  font-weight: bold;
  color: #9A947E;
}

/* news_area */
.news_contents {
  padding: 0;
}

#news_area {
  background: #F8F8F8;
}

#news_area .heading01 {
  padding: 8px;
  text-align: center;
  margin: 0;
}

/* txt_bnr */
.txt_bnr_area {
  padding: 0 0 16px;
}

.txt_bnr {
  background: #f8f8f8;
  border: 1px solid #D9D9D9;
  font-weight: bold;
  padding: 16px;
  margin: 12px 0 0;
  text-align: center;
}

.txt_bnr strong {
  color: #DE5D50;
  font-size: 20px;
  font-size: 2rem;
}

.txt_bnr strong strong {
  font-size: 32px;
  font-size: 3.2rem;
}

.item_gallery {
  clear: both;
}

/* --------------------------------
	Detail Page
-------------------------------- */
#item_detail + row {
  margin-top: -1px;
  background: #fff;
}

/*#item_detail .btn_area li:last-child {
    padding-left: 0;
}
*/
/* Slider */
.slick-loading .slick-list {
  background: #fff url("ajax-loader.gif") center center no-repeat;
}

/* Arrow */
.slick_prev,
.slick_next {
  font-size: 18px;
  font-size: 1.8rem;
  width: 40px;
  height: 40px;
  line-height: 40px;
}

/* Dots */
.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -45px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  content: " ";
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  text-align: center;
  opacity: .25;
  background-color: black;
  border-radius: 50%;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  background-color: black;
}

.slick-dots li button.thumbnail img {
  width: 0;
  height: 0;
}

#item_photo_area .slick-slide {
  text-align: center;
}

#item_photo_area .slick-slide img {
  display: inline-block;
}

/******************************
	Media Query
*******************************/
@media only screen and (max-width: 767px) {
  /* SP */
  .pc_only {
    display: none;
  }

  body > #wrapper {
    padding-top: 63px;
  }

  #header {
    padding: 8px;
    height: 63px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-bottom: 3px #057e11 solid;
    background: #fff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2), 0 0 10px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.05);
            box-shadow: 0 0 15px rgba(0, 0, 0, 0.2), 0 0 10px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.05);
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
  }
  #header > .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
  #header .header_logo_area {
    height: 44px;
  }
  #header .header_logo_area .header_logo a {
    display: block;
    width: 105px;
    height: 44px;
    background: url(../img/common/logo.svg) no-repeat left center/contain;
    overflow: hidden;
    text-indent: -200vw;
  }
  #header #btn_menu {
    right: 0;
  }
  #header #cart_area .cart-trigger {
    right: 53px;
  }

  #footer {
    border: none;
    background: none;
    margin: 35px 0 0;
    padding: 0;
    border-top: 3px #057e11 solid;
  }
  #footer ul {
    list-style: none;
    font-size: 14px;
  }
  #footer ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px #ddd solid;
    margin: 0;
    padding-left: 8px;
  }
  #footer ul li:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3.5px 0 3.5px 7px;
    border-color: transparent transparent transparent #222;
    margin-right: 5px;
  }
  #footer ul li a {
    color: #c42000;
    display: block;
    padding: 12px 0;
  }
  #footer ul li a:hover, #footer ul li a:visited, #footer ul li a:active {
    color: #c42000;
  }
  #footer .footer_logo_area {
    margin: 0;
    padding: 12px 0;
  }
  #footer .footer_logo_area .copyright {
    margin: 0;
    font-size: 12px;
    color: #666;
  }
  #footer .footer_logo_area .copyright small {
    font-size: 100%;
  }

  .drawer {
    background: url(../img/common/sp_navi_bg.jpg) #fff no-repeat center bottom/100% auto;
  }

  .page-heading {
    border: none;
    border-bottom: 1px #057e11 dotted;
    font-size: 20px;
    font-family: "Noto Serif";
    font-weight: 700;
    margin: 15px 0 50px;
    text-align: center;
    padding: 17px 0 17px;
    position: relative;
  }
  .page-heading:after {
    content: "";
    width: 75px;
    height: 5px;
    background: #057e11;
    display: block;
    position: absolute;
    left: 50%;
    bottom: -5px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }

  #page_homepage .theme_main_only {
    padding-top: 0;
    overflow: hidden;
  }
  #page_homepage .theme_main_only > .inner {
    max-width: none;
  }
  #page_homepage .theme_main_only > .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }

  .top_mv_box {
    height: calc(469px * .5);
    background: url(../img/top/mv_img_l.jpg) no-repeat right -200px center/auto calc(469px * .5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto;
  }
  .top_mv_box h2 {
    display: block;
    width: calc(434px * .5);
    height: calc(126px * .5);
    padding: 15px;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    background: url(../img/top/product_name.svg) rgba(255, 255, 255, 0.5) no-repeat left 15px center/calc(434px * .5) calc(126px * .5);
    overflow: hidden;
    text-indent: -200vw;
    margin: 0;
  }

  .top_pr_box {
    height: 450px;
    position: relative;
    width: 100%;
    margin-top: 1px;
  }
  .top_pr_box:before {
    content: "";
    background: #eee;
    display: block;
    width: 120%;
    height: 100%;
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
    position: absolute;
    left: -10%;
  }
  .top_pr_box .pr_inner {
    height: 100%;
    background: url(../img/top/pr_bg_img.jpg) #fff no-repeat top -47px center/auto 600px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
    width: 120%;
    position: relative;
    left: -10%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .top_pr_box .pr_inner .pr_content {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
    padding: 0 8px 30px;
    width: 100vw;
  }
  .top_pr_box .pr_inner .pr_content h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 20px;
  }
  .top_pr_box .pr_inner .pr_content h3 span {
    display: block;
    position: relative;
    font-size: 28px;
    font-family: "Noto Serif";
    font-weight: 700;
    padding-bottom: 25px;
  }
  .top_pr_box .pr_inner .pr_content h3 span:after {
    content: "";
    width: 100%;
    height: 5px;
    background: #057e11;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .top_pr_box .pr_inner .pr_content p {
    font-size: 16px;
    text-align: center;
    line-height: 2.4;
  }
  .top_pr_box .pr_inner .pr_content .pr_img_list {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 25px;
  }
  .top_pr_box .pr_inner .pr_content .pr_img_list li {
    width: 35%;
  }
  .top_pr_box .pr_inner .pr_content .pr_img_list li + li {
    margin-left: 10px;
  }
  .top_pr_box .pr_inner .pr_content .pr_img_list li img {
    max-width: 100%;
  }

  .pr_item_select {
    padding: 60px 8px 8px;
  }

  .top_product_list {
    padding: 0 8px;
  }
  .top_product_list .page-heading {
    margin-top: 0;
    margin-bottom: 30px;
  }
  .top_product_list #item_list {
    margin-top: -40px;
  }
  .top_product_list #item_list *[id^=result_list_box] {
    margin-top: 40px;
  }

  /* --------- common ---------- */
  /****** Header Setting ********/
  /****** Side Setting ********/
  /****** Effect Setting ********/
}
@media only screen and (min-width: 768px) {
  /* PC */
  .sp_only {
    display: none;
  }

  #header {
    border-bottom: 5px #057e11 solid;
    background: #fff;
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
            box-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
    padding: 15px 0;
    position: relative;
    z-index: 5;
  }
  #header .header_logo_area {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #header .header_logo_area .header_logo a {
    display: block;
    width: 165px;
    height: 69px;
    background: url(../img/common/logo.svg) no-repeat left center/contain;
    overflow: hidden;
    text-indent: -200vw;
  }
  #header #cart_area {
    position: static;
  }
  #header #member {
    clear: both;
    margin-top: 10px;
  }
  #header #member .member_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  #header #member .member_link a {
    height: 30px;
    line-height: 30px;
  }

  #footer {
    border: none;
    background: none;
    margin: 100px 0 0;
    padding: 0;
  }
  #footer > .inner {
    max-width: none;
  }
  #footer > .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
  #footer ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    list-style: none;
    font-size: 14px;
    margin-bottom: 12px;
  }
  #footer ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 10px;
  }
  #footer ul li:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3.5px 0 3.5px 7px;
    border-color: transparent transparent transparent #222;
    margin-right: 5px;
  }
  #footer ul li a {
    color: #c42000;
  }
  #footer ul li a:hover, #footer ul li a:visited, #footer ul li a:active {
    color: #c42000;
  }
  #footer .footer_logo_area {
    margin: 0;
    padding: 12px 0;
    border-top: 1px #ddd solid;
  }
  #footer .footer_logo_area .copyright {
    margin: 0;
    font-size: 12px;
    color: #666;
  }
  #footer .footer_logo_area .copyright small {
    font-size: 100%;
  }

  .page-heading {
    border-bottom: 1px #057e11 dotted;
    font-size: 24px;
    font-family: "Noto Serif";
    font-weight: 700;
    margin: 0 0 50px;
    text-align: center;
    padding: 17px 0 17px;
    position: relative;
  }
  .page-heading:after {
    content: "";
    width: 95px;
    height: 5px;
    background: #057e11;
    display: block;
    position: absolute;
    left: 50%;
    bottom: -5px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }

  #page_homepage .theme_main_only {
    padding-top: 0;
    overflow: hidden;
  }
  #page_homepage .theme_main_only > .inner {
    max-width: none;
  }
  #page_homepage .theme_main_only > .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }

  .top_mv_box {
    height: 469px;
    background: url(../img/top/mv_img_l.jpg) no-repeat center center;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .top_mv_box .top_mv_box_inner {
    width: 1118px;
    margin: 0 auto;
  }
  .top_mv_box h2 {
    display: block;
    width: 434px;
    height: 126px;
    background: url(../img/top/product_name.svg) no-repeat right center/contain;
    overflow: hidden;
    text-indent: -200vw;
  }

  .top_pr_box {
    height: 550px;
    position: relative;
    width: 100%;
    margin-top: 14px;
  }
  .top_pr_box:before {
    content: "";
    background: #eee;
    display: block;
    width: 120%;
    height: 100%;
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
    position: absolute;
    left: -10%;
  }
  .top_pr_box .pr_inner {
    height: 100%;
    background: url(../img/top/pr_bg_img.jpg) #fff no-repeat top -57px center;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
    width: 120%;
    position: relative;
    left: -10%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .top_pr_box .pr_inner .pr_content {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
    padding: 0 0 30px;
  }
  .top_pr_box .pr_inner .pr_content h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 20px;
  }
  .top_pr_box .pr_inner .pr_content h3 span {
    display: block;
    position: relative;
    font-size: 32px;
    font-family: "Noto Serif";
    font-weight: 700;
    padding-bottom: 25px;
  }
  .top_pr_box .pr_inner .pr_content h3 span:after {
    content: "";
    width: 100%;
    height: 5px;
    background: #057e11;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .top_pr_box .pr_inner .pr_content p {
    font-size: 18px;
    text-align: center;
    line-height: 2.4;
  }
  .top_pr_box .pr_inner .pr_content .pr_img_list {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 25px;
  }
  .top_pr_box .pr_inner .pr_content .pr_img_list li {
    width: 217px;
  }
  .top_pr_box .pr_inner .pr_content .pr_img_list li + li {
    margin-left: 10px;
  }
  .top_pr_box .pr_inner .pr_content .pr_img_list li img {
    max-width: 100%;
  }

  .pr_item_select {
    padding: 120px 16px 8px;
    width: 1150px;
    margin: 0 auto;
  }

  .top_product_list {
    padding: 0 16px;
    width: 1150px;
    margin: 0 auto;
  }
  .top_product_list .page-heading {
    margin-bottom: 30px;
  }
  .top_product_list #item_list {
    margin-top: -40px;
  }
  .top_product_list #item_list *[id^=result_list_box] {
    margin-top: 40px;
  }

  /* --------- common ---------- */
  #contents {
    padding-top: 30px;
  }

  /****** Header Setting ********/
  /****** Layout ********/
  /* header */
  #header .header_logo_area {
    float: left;
    margin-right: 265px;
  }

  #header #drawer #search {
    position: relative;
  }

  #search {
    background: none;
    padding: 0;
  }

  #member {
    float: right;
  }

  .member ul li {
    display: inline-block;
  }

  /****** Side Setting ********/
  /****** Footer Setting ********/
  /****** Each BlockParts Setting ********/
  /* search area */
  #search select {
    width: auto;
    max-width: 180px;
  }

  /* cart */
  #cart .inner {
    position: absolute;
    right: 0;
    top: 0;
  }

  #cart_area {
    top: 0;
    right: 16px;
  }

  #cart_area p {
    border: 1px solid #D9D9D9;
    float: right;
    min-width: 256px;
  }

  #cart_area p.cart-trigger {
    position: relative;
    right: 0;
  }

  #cart_area .inner {
    min-width: 256px;
  }

  #cart_area .cart_price {
    font-size: 12px;
  }

  #cart_area .cart_price .price {
    font-size: 16px;
  }

  /* --------------------------------
  	Top Page
  -------------------------------- */
  .front_page #contents .row {
    padding-bottom: 24px;
  }

  /* Comment Area */
  .front_page .comment_area h4 {
    font-size: 32px;
    font-size: 3.2rem;
    margin: 0 0 8px;
  }

  .front_page .comment_area h5 {
    font-size: 20px;
    font-size: 2rem;
  }

  .front_page .comment_area p {
    font-size: 20px;
    font-size: 2rem;
    margin: 24px 0 24px;
  }

  /* news_area */
  .news_contents {
    padding: 0 16px 0 0;
  }

  #news_area .heading01 {
    padding: 16px;
    text-align: left;
  }

  #news_area {
    margin-bottom: 32px;
  }

  /* txt_bnr */
  .txt_bnr_area {
    padding-left: 16px;
  }

  .txt_bnr {
    margin: 0 0 16px;
  }

  /* --------------------------------
  	Detail Page
  -------------------------------- */
  #item_photo_area .slick-dots {
    margin: 0 -16px;
    position: relative;
    bottom: 0;
  }

  #item_photo_area .slick-dots::after {
    content: "";
    display: table;
    clear: both;
  }

  #item_photo_area .slick-dots li {
    width: 33.33333333%;
    height: auto;
    padding: 16px;
    margin: 0;
    float: left;
  }

  .slick-dots li button.thumbnail {
    width: 100%;
    height: auto;
    padding: 0;
  }

  .slick-dots li button.thumbnail img {
    width: 100%;
    height: auto;
    opacity: 0.8;
  }

  .slick-dots li button.thumbnail:hover img,
  .slick-dots li.slick-active button.thumbnail img {
    opacity: 1;
  }

  .slick-dots li button.thumbnail::before {
    display: none;
  }
}
/* --------------------------------
    display mask
-------------------------------- */
.prevention-masked {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3040;
  background-color: #000;
  filter: alpha(opacity=50);
  opacity: .5;
}

.extra-form {
  margin: 10px 0;
}

/*# sourceMappingURL=default.css.map */