/* fallback */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialicons/v143/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2) format('woff2');
}

.material-icons {
  margin-right: 5px;
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}

/* お気に入り */
button.detail__favBtn {
    font-size: 12px;
    border-radius: 5px;
    color: #000 !important;
    font-weight: bold;
    text-align: center;
    background-color: #fff;
    border: 1px solid #000;
    padding: 0 15px;
    line-height: 40px;
    height: 40px;
    text-decoration: none;
    width: 100%;
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  margin-top: 10px;
}
button.detail__contactBtn, a.detail__contactBtn{
  font-size: 12px !important;
  line-height: 40px !important;
  height: 40px !important;
  margin-bottom: 0 !important;
}
button.detail__favBtn.is-added {
  color: #000 !important;
  border: 1px solid #f2f2f2;
  background: #f2f2f2;
  border: 1px solid #000;
}

button.detail__favBtn:after {
  content:"お気に入りに追加する";
}
button.detail__favBtn.is-added:after {
  content:"お気に入りを解除する";
}
form[name="product_form"] {
    margin-bottom: 60px;
}
@media screen and (max-width:767px){
	form[name="product_form"] {
	    margin-bottom: 40px;
	}
}

.floatCart_wrap {
  position: fixed; 
  bottom: 100px;
  right: 15px;
  z-index: 99;
  width: 100%;
  max-width: 300px;
}
.floatCart_inner {
  padding: 20px;
  background:rgba(255,255,255,0.9);
  box-shadow: 0px 2px 6px -1px #0000006e;
}

.floatCart_inner--button {
  margin-top: 10px;
}

.cart-pop {
  cursor: pointer;
  display: inline-block;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 800;
  background: url(https://abysshabidecor-img.online/common/icon-cart.svg) no-repeat 20px center #00c8c8;
  background-size: 35px auto;
  border-radius: 5px;
  border: 0;
  transition: 0.4s;
  padding: 0px 0px 15px 50px;
  margin: 0px;
  display: flex;
justify-content:center;
gap: 10px;
	letter-spacing: 0.1em;
	height: 80px;
}

.cart-pop a {
  font-family:“Times New Roman”, “游明朝”, YuMincho, “ヒラギノ明朝 ProN W3”, “Hiragino Mincho ProN”, “メイリオ”, Meiryo, serif;
  color: #ffffff;
  display:flex;
  margin-top: 7px;
}

.cart-pop a:hover {
    opacity: 1.0;
}

.cart-pop center {
  font-family:“Times New Roman”, “游明朝”, YuMincho, “ヒラギノ明朝 ProN W3”, “Hiragino Mincho ProN”, “メイリオ”, Meiryo, serif;
  color: #ffffff;
  margin-top: 7px;
}

.cart-pop center:hover {
    opacity: 1.0;
}

.hidden {
 animation: fade .2s ease-in-out forwards;
  pointer-events: none;
}

@keyframes fade {
 from {
  opacity: 1;
 }

 to {
  opacity: 0;
 }
}

.visible {
 animation: fadeOut .2s ease-in-out forwards;
  pointer-events: all;
}

@keyframes fadeOut {
 from {
  opacity: 0;
 }

 to {
  opacity: 1;
 }
}

.stock_zero span{
  font-size: 0.8em;
}

/*---------------------------------------------
  Product
---------------------------------------------*/
.sec__product {
  padding-top: 0;
}
.sec__product form[name="product_form"] {
  display: block;
}
.sec__product form[name="product_form"]::after {
  content: "";
  display: block;
  clear: both;
}

/*---------------------------------------------
  Note
---------------------------------------------*/
.sec__product .section__note {
  margin-bottom: 40px;
}
.sec__product .section__note img {
  width: 100%;
  height: auto;
}
.sec__product .section__note a {
  color: #00c8c8;
}
.sec__product .section__note .main__image {
  margin-bottom: 40px;
}
.sec__product .section__note .sub__image {
  margin-bottom: 40px;
}
.sec__product .section__note .sub__image {
  margin: 20px 0;
}
.sec__product .section__note .sub__title {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.sec__product .section__note .grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sec__product .section__note .grid[data-col="2"] > div {
  width: 48%;
}
.sec__product .section__note .grid[data-col="3"] > div {
  width: 31%;
}
.sec__product .section__note .grid[data-col="4"] > div {
  width: 23%;
}
.sec__product .section__note .grid[data-col="2"] > div.grid-100,
.sec__product .section__note .grid[data-col="3"] > div.grid-100,
.sec__product .section__note .grid[data-col="4"] > div.grid-100 {
  width: 100%;
}
.sec__product .section__note .grid div + div.grid-100 {
  margin-top: 10px;
}
.sec__product .section__note .box__grid {
  margin-bottom: 60px;
}
.sec__product .section__note .box__grid__image > div + div {
  margin-top: 40px;
}
.sec__product .section__note .box__grid__image p {
  text-align: center;
  margin: 5px 0 20px;
}
.sec__product .section__note .on_focus .select_color {
  margin-top: 35%;
}
.sec__product .section__note .grid.select_color .txt-select-ja {
  font-size: 72%;
}
.sec__product .section__note .box__grid__text {
  padding: 20px 0 0 20px;
}
.sec__product .section__note .box__grid__text > * + .sub__title {
  margin-top: 60px;
}
.sec__product .section__note .box__grid__text p,
.sec__product .section__note .box__grid__text table {
  margin: 30px 0;
}
.sec__product .section__note .box__grid__text table {
  width: 100%;
}
.sec__product .section__note .box__grid__text table th,
.sec__product .section__note .box__grid__text table td {
  font-weight: normal;
  text-align: left;
  border-bottom: 1px solid #ddd;
  padding: 16px 0;
}
.sec__product .section__note .box__grid__text table th {
  width: 20%;
}
.sec__product .section__note .mid__title {
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center;
  margin: 40px 0;
}
.sec__product .section__note .mid__title small {
  display: block;
  font-size: 1.6rem;
}
.sec__product .section__note .box__change_image {
  margin-bottom: 60px;
}
.sec__product .section__note .box__change_image .select_color > div {
  margin-top: 20px;
}
.sec__product .section__note .box__change_image .select_color > div:nth-of-type(1),
.sec__product .section__note .box__change_image .select_color > div:nth-of-type(2) {
  margin-top: 0;
}
.sec__product .section__note .box__change_image.grid .on_focus > img {
  margin-bottom: 50px;
}

.sec__product .section__note .box__note {
  border: 5px solid #c00;
  padding: 16px 20px;
}
.sec__product .section__note .box__note__title {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.sec__product .section__note .box__note__body p + p {
  margin-top: 12px;
}
.sec__product .box__delivery {
  border: 5px solid #5adaa5;
  background-color: #f2fff9;
  padding: 16px 20px;
}

/*---------------------------------------------
  Detail
---------------------------------------------*/
.sec__product .section__image {
  float: left;
  width: 50%;
}
.sec__product .product-image {
}
.sec__product .thumbnails {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-left: -3%;
}
.sec__product .thumbnails li {
  cursor: pointer;
  width: 17%;
  margin: 15px 0 0 3%;
}
.sec__product .thumbnails li img {
  opacity: 0.5;
  vertical-align: top;
}
.sec__product .thumbnails li:hover img,
.sec__product .thumbnails li.active img {
  opacity: 1;
}
.sec__product .section__info {
  float: right;
  width: 50%;
  padding: 30px 0 0 40px;
}
.sec__product .product__name {
  font-size: 2.4rem;
  font-weight: normal;
  margin: 0;
}
.sec__product .product__model {
  font-size: 1.2rem;
}
.sec__product .product__price {
  font-size: 2.4rem;
  text-align: right;
  margin: 20px 0 24px;
}
.sec__product .product__desc {
  margin: 24px 0 14px;
}
.sec__product .product__button {
  margin: 14px 0;
}
.sec__product .product__button > div {
  display: inline-block;
  margin: 10px 0;
}
.sec__product .product__quantity input {
  font-size: 1.6rem;
  text-align: center;
  padding: 10px 5px;
  margin: 0 12px;
}
.sec__product .product__cart input[type="submit"] {
  cursor: pointer;
  display: inline-block;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  background: url(https://abysshabidecor-img.online/common/icon-cart.svg) no-repeat 50px center #00c8c8;
  background-size: 24px auto;
  border-radius: 0;
  border: 0;
  transition: 0.4s;
  padding: 20px 50px 20px 90px;
  margin: 0 16px 0 5px;
}
.sec__product .product__cart input[type="submit"]:hover {
  opacity: 0.7;
}
.sec__product .product__favorite button {
  cursor: pointer;
  vertical-align: middle;
  background: url(https://abysshabidecor-img.online/common/icon-favorite_white.svg) no-repeat center center #ddd;
  background-size: 20px auto;
  border-radius: 24px;
  border: 0;
  width: 48px;
  height: 48px;
}
.sec__product .product__favorite button.fav-item,
.sec__product .product__favorite button:hover {
  background-color: #ff83a6;
}
.sec__product .product__size {
  margin: 24px 0;
}
.sec__product .product__size__inner > div + div {
  margin-top: 20px;
}
.sec__product .product__size__title {
  font-size: 1.6rem;
  font-weight: normal;
  border-bottom: 1px solid #bbb;
  padding-bottom: 10px;
  margin-bottom: 16px;
}
.sec__product .product__size__one {
  display: flex;
  align-items: center;
}
.sec__product .product__size__label {
  width: 12%;
}
.sec__product .product__size__item {
  width: 88%;
}
.sec__product .product__size__item select {
  box-sizing: border-box;
  font-size: 1.6rem;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  width: 100%;
  padding: 10px;
}
.sec__product .product__size__item ul#select-color {
  display: flex;
  flex-wrap: wrap;
}
.sec__product .product__size__item ul#select-color li {
  width: 25%;
  padding: 5px;
}
.sec__product .product__size__item ul#select-color li p {
  font-size: 1.2rem;
}
.sec__product .product__size__item ul#select-color li img {
  border: 3px solid #fff;
}
.sec__product .product__size__item ul#select-color li.current img {
  border: 3px solid #00c8c8;
}
.sec__product .stock_error {
  color: #c00;
}
.sec__product .product__caution {
  font-size: 1.2rem;
  background-color: #eee;
  padding: 16px 20px;
  margin: 24px 0;
}
.sec__product .product__caution__title {
  font-size: 1.3rem;
  font-weight: normal;
  margin-bottom: 5px;
}
.sec__product .product__caution a {
  color: #0593e8;
}
.sec__product .product__link {
  text-align: right;
  margin-top: 10px;
}

.sec__product .product__attention {
  font-size: 1.2rem;
  background-color: #eee;
  padding: 16px 20px;
  margin: 24px 0;
}

#option_tbl {
  border-collapse: collapse;
  width: 100%;
}
#option_tbl th,
#option_tbl td {
  text-align: center;
  border: 1px solid #ccc;
  padding: 2px 5px;
}

/*---------------------------------------------
  Recommend
---------------------------------------------*/
.sec__recommend {
  background-color: #eee;
}
.sec__recommend .section__flex {
  justify-content: center;
  margin-left: -2%;
}
.sec__recommend .section__flex__item {
  width: 14.5%;
  margin-left: 2%;
}

/*---------------------------------------------
  Checked
---------------------------------------------*/
.sec__checked .section__flex {
  justify-content: center;
  margin-left: -2%;
}
.sec__checked .section__flex__item {
  width: 14.5%;
  margin-left: 2%;
}

@media (max-width: 768px) {
}