@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: #f2f2f2;
  color: #333;
  -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;
}

.icon-bg {
  fill: #a5710b;
}

/******************************
	Media Query
*******************************/
@media only screen and (max-width: 767px) {
  /* SP */
  body {
    background: #fff;
  }
  body:before {
    content: "";
    position: fixed;
    display: block;
    left: 0;
    top: 0;
    width: 100vw;
    height: 61.71vw;
    z-index: 0;
    pointer-events: none;
    background: url(../img/common/bg.png) fixed no-repeat right -6.52vw top/auto 61.71vw;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }

  #header {
    background: transparent;
    padding-top: 0;
    min-height: 50px;
  }
  #header .header_logo_area {
    min-height: 50px;
    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: 54.91vw;
    height: 8.43vw;
    background: url(../img/common/logo_l_sp.svg) no-repeat left center/contain;
    text-indent: -200vw;
    overflow: hidden;
  }
  #header #cart_area {
    top: 2px;
  }
  #header #cart_area p.cart-trigger {
    right: 55px;
  }
  #header #btn_menu {
    right: 8px;
    top: 3px;
  }

  #footer {
    padding: 0;
    border: none;
    background: transparent;
  }
  #footer .container-fluid {
    padding: 0;
  }
  #footer ul {
    background: url(../img/common/navi_bg_02.jpg) repeat center center;
    font-weight: 500;
    font-size: 1.4rem;
  }
  #footer ul li {
    display: block;
    margin: 0;
  }
  #footer ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 50px;
    padding: 0 25px;
    color: #fff;
    background: rgba(0, 0, 0, 0);
    -webkit-transition: background .6s;
    transition: background .6s;
    border-bottom: 1px #fff solid;
  }
  #footer ul li a:hover {
    color: #fff;
    background: rgba(0, 0, 0, 0.15);
  }
  #footer .footer_logo_area {
    margin: 0;
  }
  #footer .footer_logo_area .copyright {
    padding: 12px 0;
    margin: 0;
    font-size: 1.2rem;
    color: #333;
    line-height: 1.2;
  }
  #footer .footer_logo_area .copyright small {
    font-size: 100%;
  }

  #contents {
    background: transparent;
  }

  .drawer {
    background: url(../img/common/bg.png) fixed #fff no-repeat right -6.52vw bottom/auto 123.43vw;
  }
  .drawer #search {
    background: #fff;
    border-bottom: 1px #ccc solid;
  }
  .drawer .member_link {
    margin-bottom: 0;
  }
  .drawer .member_link a {
    border-bottom-color: #ccc;
  }
  .drawer .category-nav {
    background: url(../img/common/navi_bg_01.jpg) repeat left top;
  }
  .drawer .category-nav a {
    border-bottom-color: #fff;
    color: #fff;
    background: rgba(0, 0, 0, 0);
    -webkit-transition: background .6s;
    transition: background .6s;
    font-size: 1.4rem;
  }
  .drawer .category-nav a:hover {
    background: rgba(0, 0, 0, 0.15);
  }

  .slick-slider {
    margin-bottom: 0;
  }

  .about_eel_box {
    background: url(../img/top/about_eel_bg.png) no-repeat center center/cover;
    padding: 20px 8px;
  }
  .about_eel_box .eel_main {
    margin-bottom: 10px;
  }
  .about_eel_box .eel_main .eel_text {
    width: 100%;
  }
  .about_eel_box .eel_main .eel_text h2 {
    font-size: 2.4rem;
    font-family: "Noto Serif";
    font-weight: 600;
    color: #a5710b;
    padding-bottom: 20px;
    margin: 0 0 20px;
    border-bottom: 1px #ccc solid;
  }
  .about_eel_box .eel_main .eel_text p {
    font-size: 1.4rem;
    line-height: 2;
    margin: 0;
    color: #000;
  }
  .about_eel_box .eel_main .eel_movie {
    margin-top: 30px;
    width: 100%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .about_eel_box .eel_main .eel_movie .sp_movie {
    padding: 12px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #000;
  }
  .about_eel_box .eel_main .eel_movie video {
    max-width: 100%;
  }
  .about_eel_box .eel_main .eel_movie p {
    font-size: 1.4rem;
    color: #fff;
    background: #a5710b;
    line-height: 1;
    padding: 10px;
    text-align: center;
    margin: 0;
  }
  .about_eel_box .eel_gallery_list {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: -10px;
  }
  .about_eel_box .eel_gallery_list li {
    margin-top: 10px;
    width: 49%;
  }

  .about_honmoroko_box {
    padding: 0;
  }
  .about_honmoroko_box .honmoroko_img {
    margin-bottom: 20px;
    position: relative;
    height: 200px;
    overflow: hidden;
  }
  .about_honmoroko_box .honmoroko_img img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .about_honmoroko_box .honmoroko_text h2 {
    font-size: 2.4rem;
    font-family: "Noto Serif";
    font-weight: 600;
    color: #a5710b;
    padding: 0 0 20px;
    border-bottom: 1px #ccc solid;
    margin: 0 0 20px;
  }
  .about_honmoroko_box .honmoroko_text p {
    font-size: 1.4rem;
    line-height: 2;
    color: #000;
  }

  .page-heading {
    font-size: 2rem;
    color: #a5710b;
    font-family: "Noto Serif";
    text-align: center;
    padding: 0;
    margin: 30px 16px 30px;
    position: relative;
    border: none;
  }

  /* --------- common ---------- */
  /****** Header Setting ********/
  /****** Side Setting ********/
  /****** Effect Setting ********/
}
@media only screen and (min-width: 768px) {
  /* PC */
  body {
    background: url(../img/common/bg.png) fixed #fff repeat-x center top;
  }

  #header {
    background: transparent;
    padding-top: 0;
    padding-bottom: 50px;
  }
  #header .inner {
    position: static;
    min-width: 1118px;
  }
  #header .header_logo_area {
    height: 111px;
    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: 196px;
    height: 57px;
    */
    width: 194px;
    height: 84px;
    background: url(../img/common/logo_l.svg) no-repeat left center/contain;
    text-indent: -200vw;
    overflow: hidden;
  }
  #header #cart_area {
    padding-top: 15px;
    right: 0;
    position: relative;
  }
  #header #cart_area #cart {
    top: 59px;
  }
  #header #cart_area #cart .inner {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  }
  #header #cart_area > p {
    background: #fff;
  }
  #header .header_bottom_area {
    clear: none;
    padding-top: 0;
  }
  #header .header_bottom_area .search {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  #header .header_bottom_area .search .search_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #header .header_bottom_area .search select {
    height: 44px;
    border-radius: 0 !important;
  }
  #header .header_bottom_area .search .input_search {
    background: #fff;
    height: 44px;
    border: 1px solid #ccc;
    border-left: none;
    margin-left: 0;
  }
  #header .header_bottom_area .search input[type="search"] {
    height: 44px;
    width: 150px;
  }
  #header .header_bottom_area .search .bt_search {
    margin-top: 0;
    height: 44px;
  }
  #header .header_bottom_area .extra-form {
    margin: 0;
  }
  #header .member_link a {
    color: #000;
    text-shadow: 2px 0px #fff, 1.7551651238px 0.9588510772px #fff, 1.0806046117px 1.6829419696px #fff, 0.1414744033px 1.9949899732px #fff, -0.8322936731px 1.8185948537px #fff, -1.6022872311px 1.1969442882px #fff, -1.9799849931px 0.2822400161px #fff, -1.872913373px -0.7015664551px #fff, -1.3072872113px -1.5136049853px #fff, -0.421591196px -1.9550601563px #fff, 0.5673284283px -1.9178476642px #fff, 1.4173722744px -1.4110727921px #fff, 1.9205603087px -0.558773386px #fff;
  }
  #header #category {
    padding-top: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    min-width: 1118px;
  }
  #header #category .category-nav {
    border: none;
    background: url(../img/common/navi_bg_01.jpg) repeat top center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #header #category .category-nav li {
    display: block;
  }
  #header #category .category-nav li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 25px;
    font-family: "Noto Serif";
    font-weight: 600;
    height: 50px;
    line-height: 1.2;
    background: rgba(0, 0, 0, 0);
    color: #fff;
    font-size: 1.4rem;
    -webkit-transition: background .6s;
    transition: background .6s;
  }
  #header #category .category-nav li a:hover {
    background: rgba(0, 0, 0, 0.15);
  }

  #footer {
    padding: 0;
    min-width: 1150px;
    border: none;
    background: transparent;
  }
  #footer .container-fluid {
    padding: 0;
  }
  #footer .inner {
    max-width: none;
  }
  #footer ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: url(../img/common/navi_bg_02.jpg) repeat center center;
    font-weight: 500;
    font-size: 1.4rem;
  }
  #footer ul li {
    display: block;
    margin: 0;
  }
  #footer ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 50px;
    padding: 0 25px;
    color: #fff;
    background: rgba(0, 0, 0, 0);
    -webkit-transition: background .6s;
    transition: background .6s;
  }
  #footer ul li a:hover {
    color: #fff;
    background: rgba(0, 0, 0, 0.15);
  }
  #footer .footer_logo_area {
    margin: 0;
  }
  #footer .footer_logo_area .copyright {
    padding: 15px 0;
    margin: 0;
    font-size: 1.2rem;
    color: #333;
    line-height: 1.2;
  }
  #footer .footer_logo_area .copyright small {
    font-size: 100%;
  }

  #contents {
    background: transparent;
  }

  .slick-slider {
    margin-bottom: 0;
  }

  .about_eel_box {
    background: url(../img/top/about_eel_bg.png) no-repeat center center/1118px auto;
    padding: 60px 0;
  }
  .about_eel_box .eel_main {
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .about_eel_box .eel_main .eel_text {
    width: 100%;
  }
  .about_eel_box .eel_main .eel_text h2 {
    font-size: 2.4rem;
    font-family: "Noto Serif";
    font-weight: 600;
    color: #a5710b;
    padding-bottom: 25px;
    margin: 0 0 25px;
    border-bottom: 1px #ccc solid;
  }
  .about_eel_box .eel_main .eel_text p {
    font-size: 1.4rem;
    line-height: 2;
    color: #000;
  }
  .about_eel_box .eel_main .eel_movie {
    margin-left: 30px;
    width: 352px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .about_eel_box .eel_main .eel_movie .sp_movie {
    height: 198px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #000;
  }
  .about_eel_box .eel_main .eel_movie video {
    max-width: 352px;
  }
  .about_eel_box .eel_main .eel_movie p {
    font-size: 1.4rem;
    color: #fff;
    background: #a5710b;
    line-height: 1;
    padding: 10px;
    text-align: center;
    margin: 0;
  }
  .about_eel_box .eel_gallery_list {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .about_eel_box .eel_gallery_list li {
    width: 352px;
  }

  .about_honmoroko_box {
    padding: 30px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .about_honmoroko_box .honmoroko_img {
    margin-right: 30px;
    width: 543px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .about_honmoroko_box .honmoroko_text {
    width: 100%;
  }
  .about_honmoroko_box .honmoroko_text h2 {
    font-size: 2.4rem;
    font-family: "Noto Serif";
    font-weight: 600;
    color: #a5710b;
    margin: 0 0 25px;
  }
  .about_honmoroko_box .honmoroko_text p {
    font-size: 1.4rem;
    line-height: 2;
    color: #000;
  }

  .page-heading {
    font-size: 2.8rem;
    color: #a5710b;
    font-family: "Noto Serif";
    text-align: center;
    padding: 0 0 25px;
    margin: 0 16px 30px;
    position: relative;
    border-bottom: none;
  }

  .item_photo {
    margin: 0;
  }

  /* --------- 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 */