.mt0 {
  margin-top: 0;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.pt0 {
  padding-top: 0;
}
.pb0 {
  padding-bottom: 0;
}

/* ------------------------------
- style__head
------------------------------ */

@media only screen and (min-width: 749px) {
  .style__head {
    margin-bottom: 40px;
  }
  .style__sliderwrap {
    width: 100%;
  }
}

/* ------------------------------
- style__slider
------------------------------ */
.slider__arrow {
  position: absolute;
  top: 50%;
  z-index: 20;
  background: rgba(255,255,255,.9);
}
.slider__arrow.--prev {
  left: 0;
}
.slider__arrow.--next {
  right: 0;
}
.slider__arrow .deco {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.style__thumbnail {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.thumbnail__item {
  width: 16.66665%;
  opacity: 1;
  transition: all .4s;
}
.thumbnail-current {
  opacity: .3;
}
@media only screen and (min-width: 749px) {
  .slider__arrow {
    width: 40px;
    height: 110px;
    margin-top: -55px;
    cursor: pointer;
    transition: all .3s;
  }
  .slider__arrow:hover {
    opacity: .8;
  }
  .slider__arrow .deco {
    font-size: 2em;
  }
  .style__thumbnail {
    left: -4px;
    width: calc(100% + 8px);
  }
  .thumbnail__item {
    margin: 8px 4px 0;
    cursor: pointer;
  }
}
@media only screen and (max-width: 750px) {
  .slider__arrow {
    width: 25px;
    height: 70px;
    margin-top: -35px;
  }
  .slider__arrow .deco {
    font-size: 1.5em;
  }
  .style__thumbnail {
    left: -2px;
    width: calc(100% + 4px);
  }
  .thumbnail__item {
    margin: 4px 2px 0;
  }
}
/* ------------------------------
- style__main
------------------------------ */
.style__main {
  overflow: hidden;
}
.style__name {
    font-size: 18px;
}

.style__cat {
    margin: .5rem 0 1rem;
}

.style__cat li {
    display: inline-block;
    color: #8c8c8c;
    font-size: .9rem;
    margin-right: .5rem;
}

.style__cat li:last-of-type {
    margin-right: 0;
}

.style__lead {
    border-bottom: 1px solid #333;
}
.style__lead__text,
.style__lead__text p {
    font-size: 14px;
    line-height: 1.7;
}


@media only screen and (min-width: 749px) {
  .style__lead {
    margin-top: 30px;
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
  .style__lead__text,
  .style__lead__text p {
    line-height: 2;
  }
}

@media only screen and (max-width: 750px) {
  .style__lead {
    padding: 25px 0 15px;
  }
    
  .style__lead__img {
    margin: 20px 0;
  }
}

/* ------------------------------
- product
- recommend
------------------------------ */
.product__block,
.recommend__block{
  border-bottom: 1px solid #333;
}
.product__list,
.recommend__list{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.is-productnew {
  position: relative;
}
.is-productnew:before {
  position: absolute;
  content: '';
  display: block;
  background: url(/wp/wp-content/themes/idc/assets/images/brand/new.png) no-repeat center/contain;
  z-index: 10;
  top: 0;
}
.product__img,
.recommend__img {
  position: relative;
  margin-bottom: 10px;
}
.product__item .custom_link .product__img:after,
.product__item .online_link .product__img:after,
.recommend__img:after {
  content: '';
  position: absolute;
  z-index: 10;
  bottom: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background: #fff url(/wp/wp-content/themes/idc/assets/images/icon/btn_search.png) no-repeat left 7px center/15px;
}
/* .product__img.product_nolink:after {
  background: none;
} */
.product__text {
  font-weight: bold;
  border-bottom: 1px solid #e6e6e6;
}
.product__subtext {
  font-size: .9rem;
  padding-bottom: .5rem;
}
.recommend__text {
  font-weight: normal;
}
.product__price {
  color: #999;
  text-align: right;
}
.product__price span {
  display: block;
  font-size: .8rem;
  line-height: 1;
  margin-top: .5rem;
}
.product__size {
  font-size: .8rem;
  color: #999;
  text-align: right;
}

@media only screen and (min-width: 749px) {
  .category__block {
    padding-bottom: 50px;
  }
  .product__block,
  .recommend__block,
  .category__block:first-of-type {
    padding: 50px 0;
  }
  .style__point > h2,
  .product__heading,
  .recommend__heading,
  .category__heading {
    border-left: 5px solid #ccc;
    padding-left: 15px;
    font-size: 18px;
    margin-bottom: 25px;
  }
  .product__item,
  .recommend__item {
    width: 23.5%;
    transition: all .3s;
  }
  .is-productnew:before {
    width: 38px;
    height: 40px;
    left: 15px;
  }
  .product__item:not(:nth-child(4n)),
  .recommend__item:not(:nth-child(4n)) {
    margin-right: 2%;
  }
  .product__item:nth-child(n+5) {
    margin-top: 4%;
  }
  .recommend__item:nth-child(n+5) {
    margin-top: 2%;
  }
  .product__item .custom_link .product__img:before {
    content: 'VIEW MORE';
    position: absolute;
    bottom: 10px;
    right: 20px;
    width: 80px;
    height: 30px;
    z-index: 20;
    border-radius: 15px;
    padding: 10px 0;
    box-sizing: border-box;
    font-size: 10px;
    font-family: 'Noto Sans JP', YuGothic,"Yu Gothic","Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
    text-align: right;
    transform: scaleX(0);
    transform-origin: right;
    letter-spacing: .1em;
    color: #333;
  }
  .product__item .online_link .product__img:before {
    content: 'ONLINE SHOP';
    position: absolute;
    bottom: 10px;
    right: 20px;
    width: 80px;
    height: 30px;
    z-index: 20;
    border-radius: 15px;
    padding: 10px 0;
    box-sizing: border-box;
    font-size: 10px;
    font-family: 'Noto Sans JP', YuGothic,"Yu Gothic","Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
    text-align: right;
    transform: scaleX(0);
    transform-origin: right;
    letter-spacing: .1em;
    color: #333;
  }
  /* .product__item.product_nolink .product__img:before {
    content: none;
    position: static;
  } */
    
  .recommend__img:before {
    content: 'VIEW MORE';
    position: absolute;
    bottom: 10px;
    right: 20px;
    width: 80px;
    height: 30px;
    z-index: 20;
    border-radius: 15px;
    padding: 10px 0;
    box-sizing: border-box;
    font-size: 10px;
    font-family: 'Noto Sans JP', YuGothic,"Yu Gothic","Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
    text-align: right;
    transform: scaleX(0);
    transform-origin: right;
    letter-spacing: .1em;
    color: #333;
  }
  .product__text {
    font-size: 14px;
    padding-bottom: .5rem;
    margin-bottom: .3rem;
  }
  .recommend__text {
    font-size: 14px;
  }
  .product__price {
    font-size: 14px;
  }
  .product__item:hover,
  .recommend__item:hover {
    opacity: .8;
  }
  .product__item.product_nolink:hover {
    opacity: 1;
  }
  .product__item:hover .custom_link .product__img:after {
    width: 98px;
  }
  .product__item:hover .online_link .product__img:after {
    width: 111px;
  }
  /* .product__item.product_nolink:hover .product__img:after {
    width: 0px;
  }     */
  .recommend__item:hover .recommend__img:after {
    width: 98px;
  }
  .product__item:hover .product__img:before,
  .recommend__item:hover .recommend__img:before {
    transform: scaleX(1);
  }
  .product__item.product_nolink:hover .product__img:before {
    transform: none;
  }
}

@media only screen and (max-width: 750px) {
  .category__block {
    padding-bottom: 30px;
  }  
  .product__block,
  .recommend__block,
  .category__block:first-of-type {
    padding: 40px 0 30px;
  }
  .style__point > h2,
  .product__heading,
  .recommend__heading,
  .category__heading {
    border-left: 4px solid #ccc;
    padding-left: 12px;
    font-size: 16px;
    margin: 20px 0;
  }
  .product__list,
  .recommend__list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .product__item,
  .recommend__item {
    width: 48.5%;
  }
  .product__item:nth-child(n+3) {
    margin-top: 7%;
  }
  .recommend__item:nth-child(n+3) {
    margin-top: 4%;
  }
  .is-productnew:before {
    width: 30px;
    height: 32px;
    left: 10px;
  }
  .product__text {
    font-size: 13px;
    padding-bottom: .3rem;
    margin-bottom: .3rem;
  }
  .recommend__text {
    font-size: 13px;
  }
  .product__price {
    font-size: 13px;
  }
}

/* ------------------------------
- fancybox
------------------------------ */
.fancybox-container {
  z-index: 100011;
}
.fancybox-content {
  max-width: 650px;
  background: none;
}
.fancybox-slide--html .fancybox-close-small {
  color: #fff;
}
.fancybox-is-open .fancybox-bg {
  opacity: .6;
}
@media only screen and (max-width: 750px) {
  .fancybox-content {
    padding: 40px 20px;
  }
}

/* ------------------------------
- style__cv
------------------------------ */
.style__cv {
  text-align: center;
  background: #e6e6e6;
}
.style__cv__text {
  font-weight: bold;
  margin-bottom: 20px;
  padding: 0 10px;
}
/* .style__cv__btn {
  background: #ca0000 url(/wp/wp-content/themes/idc/assets/images/icon/arrow_a-w.svg) no-repeat center right 20px/ 8px;
  color: #fff;
  font-size: 13px;
  padding: 14px;
  border-radius: 55px;
  max-width: 340px;
  width: 90%;
  border: 1px solid #ca0000;
  display: block;
  margin: 15px auto 0;
} */
.style__cv__btn--line {
  color: #fff;
  font-size: 13px;
  padding: 14px;
  border-radius: 55px;
  max-width: 340px;
  width: 90%;
  display: block;
  margin: 15px auto 0;
  background: #06c755 url(/wp/wp-content/themes/idc/assets/images/icon/arrow_a-w.svg) no-repeat center right 20px/ 8px;
  border: 1px solid #06c755;
}
.style__cv__btn--text {
  position: relative;
  display: inline-block;
  padding: 0 1em;
  margin-top: 1.5em;
}
.style__cv__btn--text::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #5e5e5e;
  width: 100%;
  height: 1px;
}
.style__cv_coordinate {
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.style__cv_coordinate .style__cv__btn {
    max-width: 500px;
}
@media only screen and (min-width: 749px) {
  .style__cv {
    padding: 30px 10px;
  }
  .style__cv_coordinate {
    margin-top: 40px;
  }
  /* .style__cv__btn {
    font-size: 14px;
  } */
  /* .style__cv__btn:hover {
    background: #fff url(/wp/wp-content/themes/idc/assets/images/icon/arrow_a-r.svg) no-repeat center right 20px/ 8px;
    color: #ca0000;
  } */
  .style__cv__btn--line {
    font-size: 14px;
  }
  .style__cv__btn--line:hover {
    background: #fff url(/wp/wp-content/themes/idc/assets/images/icon/arrow_a-line.svg) no-repeat center right 20px/ 8px;
    color: #06c755;
  }
  .style__cv__btn--text::after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    background-color: #5e5e5e;
    width: 100%;
    height: 1px;
    transform: scale(0);
    transform-origin: center;
    transition: all .3s linear;
  }
  .style__cv__btn:hover::after {
    transform: scale(1);
  }
}
@media only screen and (max-width: 750px) {
  .style__cv {
    padding: 30px 10px;
  }
  .style__cv_coordinate {
    margin-top: 30px;
  }
  .style__cv__btn {
    font-size: 14px;
  }
}

/* ------------------------------
- imgtext
------------------------------ */
.imgtext__heading {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
  padding: .5rem 0 .3rem;
  line-height: 1.5;
}
.c-imgtext-c .imgtext__point {
  padding: .3rem 2rem;
  margin: 0 0 1rem;
  display: inline-block;
  background: #999;
  color: #fff;
  letter-spacing: .05em;
}
.c-imgtext-c .imgtext__heading {
  font-size: 1rem;
  font-weight: bold;
  border-bottom: 1px solid #e8e8e8;
}
.c-imgtext-c .imgtext__img {
  margin-bottom: 20px;
}
.c-imgtext-c .imgtext__img img{
  width: auto;
  max-width: 100%;
}
.c-imgtext-c .imgtext__btn__item {
  background: #fff;
  color: #ca0000;
  border: 2px solid #ca0000;
}

@media only screen and (min-width: 750px) {
  .style__lead,
  .imgtext__inner {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
  }
  .imgtext__re {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .imgtext__re .imgtext__img {
    right: 0;
  }
  .style__lead .style__lead__text,
  .style__lead .style__lead__img,
  .c-imgtext-c .imgtext__img,
  .c-imgtext-c .imgtext__content {
    width: 48.4693%;
  }
  .c-imgtext-c .imgtext__img {
    margin-bottom: 0;
  }
  .c-imgtext:not(.c-imgtext-b) .imgtext__btn {
    text-align: left;
  }
  .c-imgtext-c .imgtext__heading {
    font-size: 1.1rem;
  }
}
    
@media only screen and (min-width: 1000px) {
  .imgtext__heading {
    font-size: 18px;
  }
  .imgtext__btn__item {
    width: 50%;
    min-width: 270px;
  }
  .c-imgtext-c .imgtext__heading::before {
    top: 12px;
  }
  .c-imgtext-c .imgtext__btn__item:hover {
    background: #999;
    color: #fff !important;
    border: 2px solid #999 !important;
  }
}


/* ------------------------------
- style__ec__btn
------------------------------ */
.style__ec__btn {
    position: relative;
    margin: 20px auto 0;
    font-size: 12px;
    color: #ca0000;
    background: #fff;
    border: 1px solid #ca0000;
    text-align: center;
    max-width: 340px;
    width: 90%;
    display: block;
    border-radius: 30px;
    padding: 13px;
    font-weight: bold;
    /* letter-spacing: .05em; */
}

.style__ec__btn::after {
    position: absolute;
    right: 2rem;
    content: "\f105";
    color: #ca0000;
    font-family: FontAwesome;
}


@media only screen and (min-width: 750px) {
    .style__ec__btn {
        width: 70%;
    }
    
    .style__ec__btn:hover {
        color: #fff;
        background: #ca0000;
    }
    
    .style__ec__btn:hover::after {
        position: absolute;
        right: 2rem;
        content: "\f105";
        color: #fff;
        font-family: FontAwesome;
    }
}

/* ------------------------------
- style__link__btn
------------------------------ */
.style__link__btn {
  position: relative;
  margin: 20px auto 0;
  font-size: 12px;
  color: #ca0000;
  background: #fff;
  border: 1px solid #ca0000;
  text-align: center;
  max-width: 340px;
  width: 90%;
  display: block;
  border-radius: 30px;
  padding: 13px;
  font-weight: bold;
}

.style__link__btn::after {
  position: absolute;
  right: 2rem;
  content: "\f105";
  color: #ca0000;
  font-family: FontAwesome;
}


@media only screen and (min-width: 750px) {
  .style__link__btn {
      width: 70%;
  }
  
  .style__link__btn:hover {
      color: #fff;
      background: #ca0000;
  }
  
  .style__link__btn:hover::after {
      position: absolute;
      right: 2rem;
      content: "\f105";
      color: #fff;
      font-family: FontAwesome;
  }
}

/* ------------------------------
- category
------------------------------ */
.category__list {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.category__item {
  width: 50%;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 13px;
  padding: 0 15px;
  min-height: 50px;
  background: #fff;
}
.category__item::after {
  content: '';
  width: 9px;
  min-width: 9px;
  max-width: 9px;
  height: 12px;
  background: url(/wp/wp-content/themes/idc/assets/images/icon/arrow_a-r.svg) no-repeat center /contain;
  margin-left: 15px;
}

@media only screen and (max-width: 749px) {
  .category__list {
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
  }
  .category__item {
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
}
@media only screen and (min-width: 750px) {
  .category__item {
    width: 31.93%;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 15px;
    height: 60px;
    padding: 0 20px;
  }
  .category__item:not(:nth-child(3n)) {
    margin-right: 2.1%;
  }
  .category__item:nth-child(n+4) {
    margin-top: 20px;
  }
  .category__item::after {
    width: 10px;
    min-width: 10px;
    max-width: 10px;
    height: 14px;
  }
  .category__item:hover {
    background: #fdedf0;
    border: 1px solid #fdedf0;
  }
}

/* ------------------------------
- backtostyle
------------------------------ */
.backtostyle {
  padding: 30px 0;
  text-align: center;
}
.backtostyle__btn {
  font-size: 14px;
  font-weight: bold;
}
.backtostyle__btn .deco {
  display: block;
  width: 26px;
  height: 26px;
  margin: 0 auto 15px;
}
.deco__item {
  position: relative;
  display: block;
  width: 6px;
  height: 6px;
  background: #333;
  margin: 0 auto;
  transition: all .3s;
}
.deco__item + .deco__item {
  margin-top: 4px;
}
.deco__item::before,
.deco__item::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  width: 6px;
  height: 6px;
  background: #333;
  transition: all 0;
}
.deco__item::before {
  left: -10px;
}
.deco__item::after {
  right: -10px;
}
@media only screen and (min-width: 749px) {
  .backtostyle__btn:hover {
    color: #ca0000;
  }
  .backtostyle__btn:hover .deco__item,
  .backtostyle__btn:hover .deco__item::before,
  .backtostyle__btn:hover .deco__item::after {
    background: #ca0000;
  }
}

/* ------------------------------
- style__note
------------------------------ */
.style__list {
    margin-top: 30px;
    padding: 30px 0;
    border-top: 1px dotted #333;
}