@charset "UTF-8";

/**********************************************************
 *
 * Product SMTパーツ
 *
 **********************************************************/


/* 製品カテゴリトップ
-------------------------------------------*/
/*mod-user-data*/
.mod-user-data {
  padding: 0 11px;
}
.mod-user-data .txt-description {
  margin-bottom: 7px;
}
/*tit-recommend-contents.s-product*/
.tit-recommend-contents.s-product {
  margin-bottom: 25px;
}
/*tit-product-wrap*/
.box-cmn-product-main {
  margin-bottom: 30px;
}
.box-cmn-product-main .read {
  margin-bottom: 5px;
}
.box-cmn-product-main .txt {
  margin-top: 0;
}
.box-cmn-product-main .area-hero {
  width: 298px;
  height: 272px;
  margin: 0 auto 23px;
  overflow: hidden;
}
.box-cmn-product-main .area-hero img {
  width: 100%;
  max-width: 298px;
}
.box-cmn-product-main .area-thumb {
  width: 298px;
  overflow: hidden;
  margin: -10px auto 0;
}
.box-cmn-product-main .area-thumb li {
  float: left;
  margin: 10px 20px 0 0;
}
.box-cmn-product-main .area-thumb:not(.s-col2) li:nth-child(3n),
.box-cmn-product-main .area-thumb.s-col2 li:nth-child(2n) {
  margin-right: 0;
}
.box-cmn-product-main .area-thumb:not(.s-col2) li:nth-child(3n+1),
.box-cmn-product-main .area-thumb.s-col2 li:nth-child(2n+1) {
  clear: both;
}
.box-cmn-product-main .btn-cmn.s-image {
  width: 86px;
  padding: 7px;
  border: 1px solid #d6d6d6;
  background-image: none;
  font-size: 86%;
}
.box-cmn-product-main .area-thumb.s-col2 .btn-cmn.s-image {
  width: 139px;
}
.box-cmn-product-main .btn-cmn.s-image:hover,
.box-cmn-product-main .btn-cmn.s-image.active {
  border: 1px solid #ccc;
}
.box-cmn-product-main .btn-cmn.s-image:after {
  border: none;
}
.box-cmn-product-main .btn-cmn.s-image:hover:after,
.box-cmn-product-main .btn-cmn.s-image.active:after {
  border: none;
  background-color: #000;
	-ms-filter: "alpha( opacity=14)";
	filter: alpha( opacity=14);
	opacity: 0.14;
}

/*s-second-top-btn-01*/
.grid-cmn.s-second-top-btn-01 > .col2 .btn-cmn.s-asaake > span:after {
  background-color: #DF7163;
}

/*sec-product-slide*/
.sec-product-slide {
  margin-top: 30px;
}
/*tit-cmn-product-lv2*/
.tit-cmn-product-lv2 {
  padding-left: 10px;
  border-left: 4px solid #c7ad4c;
  font-size: 86%;
  font-weight: bold;
}
.tit-cmn-product-lv2.s-mark-none {
  border-left: none;
  padding-left: 0;
}
.tit-cmn-product-lv2.s-mark-gray {
  border-left: 4px solid #767676;
}
.tit-cmn-product-lv2.s-mark-blue {
  border-left: 4px solid #21ace3;
}
.tit-cmn-product-lv2.s-mark-green {
  border-left: 4px solid #039765;
}
.tit-cmn-product-lv2.s-mark-yellow {
  border-left: 4px solid #ffab00;
}
.tit-cmn-product-lv2.s-mark-black {
  border-left: 4px solid #000;
}
.tit-cmn-product-lv2 + .mark {
  text-align: right;
}
.tit-cmn-product-lv2 + .mark .ico-cmn-mark {
  margin-top: 0;
  text-align: center;
  color: #767676;
}
/*tit-cmn-product-lv3*/
.tit-cmn-product-lv3 {
  margin-bottom: 24px;
}
.tit-cmn-product-lv3 img {
  width: 298px;
}

/*fig-product-bnr*/
.grid-cmn > .col3 figure.fig-product-bnr.s-bnr-01 img:not(.ico-cmn-bnr) {
  width: 118px;
  max-width: none;
}
.grid-cmn > .col3 figure.fig-product-bnr.s-bnr-02 img:not(.ico-cmn-bnr) {
  width: 46px;
  max-width: none;
}
.grid-cmn > .col3 figure.fig-product-bnr.s-bnr-03 img:not(.ico-cmn-bnr) {
  width: 50px;
  max-width: none;
}

/*table-product-spec*/
.table-product-spec,
.table-product-spec tbody,
.table-product-spec tr,
.table-product-spec td {
  width: 100%;
  display: block;
}
.table-product-spec {
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  font-size: 86%;
}
.table-product-spec tr {
  overflow: hidden;
}
.table-product-spec td {
  display: table;
  float: left;
  border-left: 1px solid #aaa;
  border-top: 1px solid #aaa;
}
.table-product-spec td > div {
  display: table-cell;
  vertical-align: middle;
  padding: 5px;
}
.table-product-spec td > div:first-child {
  width: 75px;
  padding-right: 0;
}
.table-product-spec td .txt {
  margin: 0;
  line-height: 1.33;
}
.table-product-spec td .inner .txt {
  display: inline-block;
  vertical-align: middle;
}
.table-product-spec td .txt .lv01,
.table-product-spec td .txt .plus {
  font-size: 184%;
  font-weight: bold;
}
.table-product-spec td .txt .lv02 {
  font-size: 117%;
}
.table-product-spec td .plus {
  display: inline-block;
  vertical-align: middle;
}
.table-product-spec td .txt .ico-cmn-mark {
  margin: 0 12px;
}

/*grid-cmn s-product-service*/
.grid-cmn.s-product-service {
  margin-bottom: 10px;
}
.grid-cmn.s-product-service .col4 {
  margin-top: 20px;
}
.grid-cmn.s-product-service > .col4:nth-child(-n+2) {
  margin-top: 0;
}

/*mod-product-service*/
.mod-product-service {
  text-align: center;
}
.mod-product-service.is-disable {
  opacity: 0.5;
}
.mod-product-service > span,
.mod-product-service > a {
  display: block;
  position: relative;
  text-decoration: none;
}
.mod-product-service > span:after,
.mod-product-service > a:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  box-sizing: border-box;
  border: 1px solid #d8d8d8;
}
.mod-product-service > a:hover:after {
  border: 2px solid #69a1fe;
  text-decoration: none;
}
.mod-product-service.is-disable > span:after,
.mod-product-service.is-disable > a:after {
  display: none;
}
.mod-product-service > a .ico-cmn-bnr {
  right: auto;
  bottom: auto;
  left: 8px;
  top: 50%;
  margin-top: -4px;
}
.mod-product-service .notes {
  position: absolute;
  right: 20px;
  top: 6px;
  font-size: 86%;
  color: #000;
  text-decoration: none;
}

/*txt-product-notes*/
.txt-product-notes .star01,
.txt-product-notes .star02 {
  display: inline-block;
  width: 1.5em;
}
.txt-product-notes .star02 {
  margin-left: 14px;
  color: #adadad;
}

/*list-cmn-notes s-star*/
ol.list-cmn-notes.s-star > li:before {
  content: "\2605"" "counter(num);
  margin-right: 0.45em;
}

/*s-sale*/
.wrapper.s-sale .tit-cmn-wrap.s-sns {
  margin-bottom: 0;
  border-bottom: none;
}

/*nav-product*/
.nav-product {
  overflow: hidden;
  border-top: 1px solid #c03;
  margin: 0 -11px 40px;
}
.nav-product > a {
  position: relative;
  display: block;
  float: left;
  width: 33.3%;
  padding: 5px;
  border-left: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
  text-align: center;
  color: #000;
}
.nav-product > a:first-child {
  border-left: none;
}
.nav-product > a:hover {
  color: #000;
  text-decoration: none;
}
.nav-product > a.is-current {
  color: #c03;
  text-decoration: none;
  font-weight: bold;
}
.nav-product > a:hover span,
.nav-product > a:hover em {
  text-decoration: none;
}
.nav-product > a:before {
  content: '';
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
.nav-product > a:hover:after,
.nav-product > a.is-current:after {
  content: '';
  display: block;
  width: 100%;
  border-right: 2px solid #c03;
  height: 4px;
  position: absolute;
  left: -1px;
  top: 0;
  background-color: #c03;
  z-index: 100;
}
.nav-product > a > span {
  color: #000;
}
.nav-product > a .ico-cmn-arrow {
  background-position: 0 center;
  vertical-align: middle;
}
.nav-product.scroll-fixed {
  position: fixed;
  top:7px;
  z-index: 500;
  background-color: #ffeded;
  width: 100%;
  box-shadow: 0 -7px 0 rgba(255, 255, 255, 0.9), 0 2px 3px -2px rgba(0, 0, 0, 0.8);
}
.nav-product.scroll-fixed > a:last-child {
  font-size: 80%;
}

/*nav-cmn s-product*/
.nav-cmn.s-product {
  margin-top: 40px;
}
/*mod-cmn-tab.s-product-01*/
.mod-cmn-tab.s-product-01 > .list-tab-wrap ul {
  height: 66px;
}
/*box-product-bnr*/
.box-product-bnr > a {
  text-decoration: none;
}
.box-product-bnr > a:before {
  border: 1px solid #d6d6d6;
}
.box-product-bnr > a > figure {
  margin-bottom: 0;
}
.box-product-bnr > a > .body {
  padding: 14px 10px;
}
.box-product-bnr > a > .body p {
  color: #000;
}
/*box-product-sns*/
.box-product-sns-wrap {
  border-top: 1px solid #ddd;
  padding-top: 30px;
  margin-top: 30px;
}
.box-product-sns-wrap:first-child {
  border-top: none;
  padding-top: 0;
  margin-top: 0;
}
.box-product-sns {
  border: 1px solid #d6d6d6;
}
.box-product-sns h2 {
  border-bottom: 1px solid #d6d6d6;
  text-align: center;
}
.box-product-sns .body {
  padding: 0 10px;
}
.box-product-sns .list li {
  border-bottom: 1px solid #d6d6d6;
  padding: 15px 0 15px 23px;
}
.box-product-sns .list li:last-child {
  border-bottom: none;
}
.box-product-sns .list li.line a {
  display: block;
  position: relative;
  font-size: 86%;
  color: #000;
  text-decoration: none;
}
.box-product-sns .list li.line a span {
  display: inline-block;
  line-height: 1.2;
  vertical-align: middle;
}
.box-product-sns .list li.line .ico-cmn-bnr {
  bottom: -7px;
}
.box-product-sns .list li .ico {
  margin-right: 25px;
  vertical-align: middle;
}
.box-product-sns .list li iframe {
  vertical-align: middle;
}
.box-product-sns .list li.facebook .ico {
  width: 32px;
}
.box-product-sns .list li.twitter .ico {
  width: 39px;
  margin-right: 18px;
}
.box-product-sns .list li.line .ico {
  width: 32px;
}
/*s-product-border-01 02*/
.s-product-border-01,
.s-product-border-02 {
  border-top: 1px solid #ddd;
  padding-top: 30px;
  margin-top: 30px;
}


/*tit-product-01*/
.tit-product-01 {
  margin-bottom: 12px;
  font-size: 129%;
  font-weight: bold;
}
.tit-product-01 .ico {
  margin-right: 15px;
  vertical-align: middle;
}
/*tit-product-02*/
.tit-product-01 {
  margin-bottom: 12px;
  font-size: 129%;
  font-weight: bold;
}
/*txt-product-01*/
.txt-product-01 b {
  font-size: 158%;
  font-weight: bold;
}
.txt-product-01 b span {
  font-size: 73%;
}
/*txt-product-02*/
.contents .txt-product-02 {
  margin-bottom: 20px;
}
/*img-product*/
.img-product-01 {
  width: 49px;
}
.img-product-02 {
  width: 45px;
}
.img-product-03 {
  width: 34px;
}
.img-product-04 {
  width: 62px;
}
.img-product-05 {
  width: 18px;
}
.img-product-06 {
  width: 35px;
}
.img-product-07 {
  width: 46px;
}
.img-product-08 {
  width: 34px;
}
.img-product-09 {
  width: 62px;
}
.img-product-10 {
  width: 63px;
}
.img-product-11 {
  width: 34px;
}
.img-product-12 {
  width: 48px;
}
.img-product-13 {
  width: 71px;
}
.img-product-14 {
  width: 53px;
}
.img-product-15 {
  width: 56px;
}
.img-product-16 {
  width: 54px;
}
.img-product-17 {
  width: 54px;
}


/* spec
-------------------------------------------*/
/*js-all-open*/
.js-all-open {
  display: block;
  position: relative;
  color: #000;
  text-decoration: none;
}
.js-all-open:visited {
  color: #000;
}
.js-all-open:hover, a:focus {
  color: #000;
}
.js-all-open [class*=tit-cmn] {
  margin-bottom: 0;
  padding-right: 90px;
}
.js-all-open .toggle {
  position: absolute;
  right: 10px;
  top: 17px;
}
.js-all-open .toggle span {
  vertical-align: middle;
  line-height: 1.4;
}
.js-all-open .toggle img {
  margin-left: 10px;
  vertical-align: middle;
}
.js-all-open .tit-cmn-lv2 {
  padding-top: 11px;
  padding-bottom: 11px;
}
.js-all-open + * {
  margin-top: 15px;
}
.js-all-open + .nav-cmn {
  margin-bottom: 15px;
}
/*list-accordion*/
.list-accordion.s-product > li:not(:first-child) .js-accordion .tit-cmn-lv3 {
  margin-top: 20px;
}


/* 3rd Top
-------------------------------------------*/
/*mod-recommend-contents*/
.mod-recommend-contents.s-product {
  margin-bottom: 40px;
}
/*grid-cmn.s-product-list*/
.grid-cmn.s-product-list {
  margin-top: 0;
}
.grid-cmn.s-product-list > [class*="col2"]{
  margin-top: 20px;
}
.grid-cmn.s-product-list > [class*="col2"]:first-child{
  margin-top: 0;
}
.grid-cmn.s-product-list .tit-01 {
  margin-bottom: 5px;
  line-height: 1.3;
  font-size: 86%;
}
.grid-cmn.s-product-list .tit-01 .ico-cmn-arrow:after {
  top: 0.4em;
}
.grid-cmn.s-product-list .tit-01 span:hover {
  text-decoration: underline;
}
.grid-cmn.s-product-list .tit-01 .s-sup {
  font-size: 79%;
}
.grid-cmn.s-product-list .tit-02 {
  padding-left: 10px;
  font-size: 72%;
  font-weight: bold;
  color: #000;
}
.grid-cmn.s-product-list .body {
  margin-bottom: 5px;
  line-height: 1.3;
}
.grid-cmn.s-product-list .tit-02.s-blue {
  border-left: 4px solid #2fb6eb;
}
.grid-cmn.s-product-list .tit-02.s-yellow {
  border-left: 4px solid #fdd000;
}
.grid-cmn.s-product-list .tit-02.s-ochre {
  border-left: 4px solid #caab4b;
}
.grid-cmn.s-product-list .tit-02.s-green {
  border-left: 4px solid #039765;
}
.grid-cmn.s-product-list .tit-02.s-gray {
  border-left: 4px solid #98a3ad;
}
.grid-cmn.s-product-list .txt-01 {
  margin-bottom: 5px;
  color: #000;
  font-size: 86%;
}
.grid-cmn.s-product-list .txt-01 .ico-cmn-mark {
  margin: 5px 0;
  font-size: 100%;
}
.grid-cmn.s-product-list .col4-3.s-ftbox {
  position: relative;
  min-height: 163px;
  padding-bottom: 40px;
}
.grid-cmn.s-product-list .mark-01 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.grid-cmn.s-product-list .mark-01 li.ico-cmn-mark {
  display: block;
  max-width: 150px;
  padding: 0 2px;
  margin-bottom: 5px;
  font-size: 72%;
}
.grid-cmn.s-product-list .mark-01 li.ico-cmn-mark.s-mark-green-02,
.grid-cmn.s-product-list .mark-01 li.ico-cmn-mark.s-mark-blue-02,
.grid-cmn.s-product-list .mark-01 li.ico-cmn-mark.s-mark-ochre-02,
.grid-cmn.s-product-list .mark-01 li.ico-cmn-mark.s-mark-no {
  color: #383838;
}

.grid-cmn.s-product-list .speed-late-label{
  width: 150px;
  margin: 10px 0 5px;
  font-size: 0;
}
.grid-cmn.s-product-list .speed-late-label img{
  margin-right: 5px;
  width: 40px;
  height: auto;
}

.s-mark-with-01 {
    background-color: #FFDC50;
    border: 1px solid #FFDC50;
	color: #CC0033;
}

.grid-cmn.s-product-list .mark-01 li.ico-cmn-mark.s-mark-with-01 {
    background-color: #FFDC50;
    border: 1px solid #FFDC50;
	color: #CC0033;
}

.grid-cmn.s-product-list .mark-01 li:last-child {
  margin-bottom: 0;
}
.grid-cmn.s-product-list a {
  text-decoration: none;
}
.grid-cmn.s-product-list a:hover .img-cmn-border:before {
  border: 2px solid #69a1fe;
}
.grid-cmn.s-product-list .ico-cmn-arrow:hover {
  text-decoration: none;
}
.grid-cmn.s-product-list .col2 .check-product {
  margin-top: 10px;
  font-size: 72%;
}
/*mod-product-color*/
.mod-product-color {
  overflow: hidden;
  margin-bottom: 2px;
  font-size: 86%;
  margin-bottom: ;
}
.mod-product-color dt {
  float: left;
  clear: both;
  margin-right: 10px;
  color: #000;
  font-weight: bold;
}
.mod-product-color dd {
  float: left;
  width: 10px;
  height: 10px;
  border: 1px solid #ccc;
  margin: 5px 5px 0 0;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  text-indent: 100%;
  white-space: nowrap;
}

/* 絞り込み・比較・並べ替え */
[class^="box-product-sort-"] .tit {
  margin-bottom: 0;
  font-weight: bold;
}
.box-product-sort-02 {
  margin-bottom: 15px;
  border: solid 1px #ccc;
  padding: 0 10px 10px;
}
.box-product-sort-02 div {
  display: table;
}
.box-product-sort-02 .tit {
  display: table-cell;
}
.box-product-sort-02 .checked {
  display: table-cell;
  font-weight: bold;
  color: #006bba;
}
.box-product-sort-02 .checked .count {
  padding: 0 3px;
  font-size: 190%;
}
.box-product-sort-02 ul {
  vertical-align: middle;
}
.box-product-sort-02 ul:before {
  content: "";
  display: table;
}
.box-product-sort-02 ul:after {
  content: "";
  display: table;
  clear: both;
}
.box-product-sort-02 ul li {
  float: left;
  width: 49.3%;
  text-align: center;
}
.box-product-sort-02 ul li:last-child {
  float: right;
}
.box-product-sort-02 ul li a {
  display: block;
}
.box-product-sort-03 {
  margin-bottom: 20px;
  display: table;
}
.box-product-sort-03 p,
.box-product-sort-03 ul {
  display: table-cell;
}
.box-product-sort-03 .tit {
  padding-right: 5px;
  vertical-align: top;
  white-space: nowrap;
}
.box-product-sort-03 .list-cmn-inline > li {
  margin-top: 0;
}
.box-product-sort-03 .list-cmn-inline > li:first-child {
  margin-right: 0;
}
.box-product-sort-03 .list-cmn-inline > li a.checkedSortCondtion {
  font-weight: bold;
  text-decoration: underline;
}
p#openSideMenu a {
  display: block;
}
.notice {
    margin: 10px 20px 20px;
    color: #c03;
    text-align: center;
}

/* 絞り込み（スライドメニュー） */
body.menuopen {
  background-color: #fff;
}
.area-product-sort-sidemenu {
  width: 87%;
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 1000;
  background-color: #eee;
  word-break: break-all;
}
.area-product-sort-sidemenu .area-sidemenu-in {
  padding-top: 0;
}
.area-product-sort-sidemenu .box-product-sort-tit {
  position: reletive;
  background-color: #575757;
}
.area-product-sort-sidemenu .box-product-sort-tit .tit {
  margin-bottom: 0;
  padding: 7px;
  font-weight: bold;
  font-size: 115%;
  color: #fff;
  text-align: center;
}
.area-product-sort-sidemenu .box-product-sort-tit .btn-close {
  position: absolute;
  top: 0;
  right: 0;
}
.area-product-sort-sidemenu .box-product-sort-tit .btn-close a {
  display: block;
  width: 38px;
  height: 38px;
  padding: 9px;
}
.area-product-sort-sidemenu .box-product-sort-tit .btn-close img {
  width: 100%;
  height: auto;
}
.area-product-sort-sidemenu .box-product-sort-01 .tit {
  padding: 5px;
  font-size: 115%;
  color: #fff;
  text-align: center;
  background-color: #575757;
}
.area-product-sort-sidemenu .box-product-sort-01 .notice {
  margin: 10px 20px;
  color: #c03;
  text-align: center;
}
.area-product-sort-sidemenu .box-product-sort-01 [class^="sort-category"] {
  margin: 10px;
}
.area-product-sort-sidemenu .box-product-sort-01 dl dt {
  width: 100%;
  padding: 2px;
  position: relative;
  font-weight: bold;
  vertical-align: middle;
  text-align: center;
  background-color: #f5d2d6;
}
.area-product-sort-sidemenu .box-product-sort-01 dl dt::before {
  content: "";
  border: solid transparent;
  position: absolute;
  border-width: 7px 5px;
  border-top-color: #f5d2d6;
  margin-left: -5px;
  bottom: -14px;
  left: 50%;
 }
.area-product-sort-sidemenu .box-product-sort-01 dl dd {
  padding-top: 15px;
}
.area-product-sort-sidemenu .box-product-sort-01 .sort-category-02 {
  margin-top: 25px;
  padding-bottom: 10px;
  border-bottom: solid 2px #cd1e33;
}
.area-product-sort-sidemenu .list-cmn-form.s-inline > li {
  margin-top: 10px;
  margin-right: 0;
  width: 48.8%;
  vertical-align: top;
}
.area-product-sort-sidemenu .btn-sort {
  margin: 12px 10px;
}
.area-product-sort-sidemenu .btn-sort a {
  display: block;
}

/* X. ヘルプアイコン
------------------------------------------------------------------------ */
.helpTxtWrap{
  position:relative;
}
.helpTxtWrap.labelBox01{
  padding-left:15px;
}
.helpTxt{
  display:inline-block;
  /display:inline;
  /zoom:1;
  position:relative;
  height:19px;
  width:100px;
  margin:0;
  padding:0 3px;
/*   background:url(/product/images/common/icon_help_smt.jpg) no-repeat 3px 0; */
  font-size:12px;
  line-height:1.5;
  text-align:left;
  color:#000 !important;
  text-decoration:none !important;
  font-weight:normal !important;
  zoom:1;
  vertical-align:text-top;
  cursor:help;
}
* html .helpTxt{
  width:98px;
}
.helpTxt .helpBox{
  display:block;
  position:relative;
  width:120px;
/*   background:url(/product/images/common/icon_help_arw.gif) no-repeat 10px 2px; */
  left:auto;
  top:16px;
  padding-top:8px;
  zoom:1;
  text-indent:0;
  z-index:600;
}
.helpTxt .helpBox .helpSection{
  display:inline-block;
  /display:inline;
  position:relative;
  /zoom:1;
  border:#ff9900 2px solid;
  background-color:#ffffe1;
  padding:30px 8px 1px 8px;
  font-weight:normal;
  zoom:1;
}
.helpTxt .helpBox .helpSection .ico-cmn-arrow{
  margin:8px 0;
}
.helpTxt .helpBox .helpClose{
  position:absolute;
  right:7px;
  top:6px;
}

/* product/reservation/reservation_index.html
-------------------------------------------*/
/*btn-search-map*/
.btn-search-map {
  text-align: center;
}
.btn-search-map .btn-cmn {
  padding-left: 11px;
  background-image: none;
  text-align: center;
}
.btn-search-map .btn-cmn > img {
  margin: 0 2px 0 0;
  vertical-align: middle;
}
.btn-search-map .btn-cmn > span {
  display: inline-block;
  vertical-align: middle;
}

/* /product/with/index.html
-------------------------------------------*/
/*with-contents-top*/
.with-contents-top {
  margin-bottom: 40px;
}

/* サジェスチョン
-------------------------------------------*/
.mod-product-suggest-01 .suggestBox {
  min-width: 0;
  top: -31px;
  width: 100%;
}

/* 汎用
-------------------------------------------*/
.s-w-12_5per {
  width: 12.5%;
}

#smtRefineMenu-in {
    overflow-x: hidden;
    background-color: #fff;
}

/* アニメーション
-------------------------------------------*/
.btn-effects-shiny {
  overflow: hidden;
  position: relative;
}
.btn-effects-shiny:after {
/*  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);*/
  transform: rotate(35deg);
  transform-origin:center top;
  animation:effects-shiny 400ms both;
  animation-delay: 0.8s;
  background: #fff;
  content: "";
  height: 220%;
  left: -75px;
  opacity: .3;
  position: absolute;
  top: -40%;
  width: 50px;

  -webkit-transform: rotate(35deg);
  -webkit-transform-origin:center top;
  -webkit-animation:effects-shiny 400ms both;
  -webkit-animation-delay: 0.8s;
}
@keyframes effects-shiny {
  0% {left: -75px;}
  100% {left: 125%;}
}

@-webkit-keyframes effects-shiny {
  0% {left: -75px;}
  100% {left: 125%;}
}

.btn-effects-border .inner {
  overflow: hidden;
  position: relative;
  border: none !important;
  padding: 6px 13px 6px 21px !important;
}
.btn-effects-border .inner .ico-cmn-btn {
  left:9px;
}
.btn-effects-border .inner:before,
.btn-effects-border .inner:after,
.btn-effects-border .inner span:before,
.btn-effects-border .inner span:after {
  content: '';
  position: absolute;
  border: 1px solid #e88ca3;
  width: 0;
  height: 0;
}
.btn-effects-border .inner span:before {
  animation: effects-border-height .4s linear forwards;
  animation-delay: 0.3s;
  top: -1px;
  right: -1px;
  border-top-color: #3be5ae;

  -webkit-animation: effects-border-height .4s linear forwards;
  -webkit-animation-delay: 0.3s;
}
.btn-effects-border .inner:after {
  animation: effects-border-width .4s linear forwards;
  animation-delay: 0.3s;
  bottom: -1px;
  right: -1px;
  border-right-color: #3be5ae;

  -webkit-animation: effects-border-width .4s linear forwards;
  -webkit-animation-delay: 0.3s;
}
.btn-effects-border .inner:before {
  animation: effects-border-height .4s linear forwards;
  animation-delay: 0.3s;
  bottom: -1px;
  left: -1px;
  border-bottom-color: #3be5ae;

  -webkit-animation: effects-border-height .4s linear forwards;
  -webkit-animation-delay: 0.3s;
}
.btn-effects-border .inner span:after {
  animation: effects-border-width .4s linear forwards;
  animation-delay: 0.3s;
  top: -1px;
  left: -1px;
  border-left-color: #3be5ae;

  -webkit-animation: effects-border-width .4s linear forwards;
  -webkit-animation-delay: 0.3s;
}
@keyframes effects-border-height {
  0% {height:0;}
  100% {height:100%;}
}
@keyframes effects-border-width {
  0% {width:0;}
  100% {width:100%;}
}

@-webkit-keyframes effects-border-height {
  0% {height:0;}
  100% {height:100%;}
}
@-webkit-keyframes effects-border-width {
  0% {width:0;}
  100% {width:100%;}
}