/* ------------------------------
- component
------------------------------ */
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.indent {
  padding-left: 1em;
  text-indent: -1em;
}
.c-mv {
  margin-bottom: 15px;
}
.text-center {
  text-align: center;
}
/*.mv__inner > img{*/
  /*margin-top: 52px !important;*/
/*}*/

.name__heading {
  font-size: 20px;
}
.c-category {
  margin-top: 10px;
}
.category__inner {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.category__item {
  border-radius: 5px;
  background: #c3c2c2;
  text-align: center;
  color: #fff;
  font-size: 11px;
  padding: 3px 11px;
  margin: 5px 10px 0 0;
}
.info__block {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.info__block dt,
.info__block dd {
  line-height: 1.3;
  padding: 16px 0;
}
.info__block dt {
  min-width: 60px;
  max-width: 60px;
  margin-right: 25px;
  border-top: 1px solid #ca0000;
  font-weight: bold;
  color: #ca0000;
}
.info__block dd {
  width: 100%;
  border-top: 1px solid #ddd;
  color: #999;
}
.info__block:last-child dt,
.info__block:last-child dd {
  padding-bottom: 0;
}
.c-text,
.c-text * {
  line-height: 1.7;
}
.cv__inner {
  text-align: center;
  background: #f7f7f7;
  padding: 30px!important;
}
.shop__box {
  background: #f7f7f7;
  padding-bottom: 30px;
}
.cv__inner.cv__inner_shop {
  background: #fff;
  margin: 30px 20px 0!important;
  padding: 30px 20px;
}
.cv__text {
  margin-bottom: 15px;
}
.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: 15px;
  border-radius: 25px;
  max-width: 300px;
  width: 90%;
}
.cv__inner.cv__inner_shop .cv__btn {
  width: 100%;
}
.heading__heading {
  font-size: 20px;
  padding-left: 25px;
  background: url(/wp/wp-content/themes/idc/assets/images/event/deco_heading.png) no-repeat top 6px left/ 16px;
}
.subheading__heading {
  font-size: 18px;
  border-bottom: 3px solid #f2f2f2;
  position: relative;
  padding-bottom: 10px;
}
.subheading__heading::before,
.subheading__heading::after {
  content: '';
  display: block;
  position: absolute;
  height: 3px;
  bottom: -3px;
}
.subheading__heading::before {
  width: 40px;
  left: 0;
  background: #ca0000;
}
.subheading__heading::after {
  width: 10px;
  left: 40px;
  background: #fff;
}
.smheading__heading {
  font-size: 16px;
  border-left: 4px solid #ddd;
  padding-left: 15px;
  font-weight: bold;
}
.imgtext__heading {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 1.5;
}
.imgtext__btn {
  text-align: center;
  margin-top: 20px;
}
.imgtext__btn__item {
  font-size: 13px;
  padding: 13px;
  border-radius: 25px;
  max-width: 300px;
  width: 90%;
  font-weight: bold;
  text-align: center;
}
.c-imgtext-a .imgtext__content {
  width: 95%;
  width: calc(100% - 20px);
  margin: -30px auto 0;
  background: #f7f7f7;
  position: relative;
  padding: 30px;
}
.c-imgtext-a .imgtext__content::before {
  content: '';
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  border-top: 2px solid #ca0000;
}
.c-imgtext-a .imgtext__inner:not(.imgtext__re) .imgtext__content::before {
  left: 0;
  border-left: 2px solid #ca0000;
}
.c-imgtext-a .imgtext__re .imgtext__content::before {
  right: 0;
  border-right: 2px solid #ca0000;
}
.c-imgtext-a .imgtext__btn__item {
  background: #333;
  color: #fff;
  border: 2px solid #333;
}
.c-imgtext-b .imgtext__heading,
.c-imgtext-c .imgtext__heading {
  padding-left: 15px;
  position: relative;
}
.c-imgtext-b .imgtext__img,
.c-imgtext-c .imgtext__img {
  margin-bottom: 20px;
}
.c-imgtext-b .imgtext__heading::before,
.c-imgtext-c .imgtext__heading::before {
  content: '';
  position: absolute;
  background: #ca0000;
  width: 10px;
  height: 2px;
  top: 10px;
  left: 0;
}
.c-imgtext-b .imgtext__btn__item,
.c-imgtext-c .imgtext__btn__item {
  background: #fff;
  color: #ca0000;
  border: 2px solid #ca0000;
}
.line__bg {
  background: #ca0000;
  width: 100%;
  height: 2px;
}
.c-red {
  color: #ca0000;
}
.c-gold {
  color: #c08e1c;
}
.reserve__inner {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.reserve__item {
  font-size: 13px;
  padding: 15px;
  border-radius: 25px;
  max-width: 300px;
  width: 90%;
  font-weight: bold;
  background: #ca0000;
  color: #fff;
  box-shadow: 0 4px 0 #a90b2a;
}
.shop__inner {
  background: #f7f7f7;
  padding: 20px 20px 30px;
}
.shop__box > .shop__inner {
  padding: 20px 20px 0;
}
.shop__content {
  margin-top: 20px;
}
.shop__heading {
  font-size: 15px;
}
.shop__heading::after {
  content: '';
  display: block;
  width: 16px;
  height: 2px;
  background: #ca0000;
  margin: 10px 0;
}
.shop__listwrap {
  margin-top: 20px;
}
.shop__address {
  color: #999;
}
.shop__list {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}
.shop__list dt,
.shop__list dd {
  color: #999;
  font-size: 12px;
}
.shop__list dt {
  background: #fff;
  max-width: 75px;
  min-width: 75px;
  margin-right: 15px;
  text-align: center;
  font-weight: bold;
  padding: 6px;
}
.shop__list dd {
  padding: 6px 0;
}
.shop__btn {
  text-align: center;
}
.shop__btn__item {
  font-size: 13px;
  padding: 15px;
  border-radius: 25px;
  max-width: 300px;
  width: 90%;
  font-weight: bold;
  background: #333 url(/wp/wp-content/themes/idc/assets/images/icon/arrow_b-r.svg) no-repeat center right 15px/24px;
  color: #fff;
  text-align: center;
}
.caption {
  margin: 5px 10px 0;
  font-size: 0.9em;
}
.btn__inner {
  text-align: center;
}
.btn__item {
  font-size: 13px;
  padding: 13px;
  border-radius: 25px;
  max-width: 300px;
  width: 90%;
  font-weight: bold;
  text-align: center;
  background: #fff;
  color: #ca0000;
  border: 2px solid #ca0000;
}
.iframe__content {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.iframe__content iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.gallery__list {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.gallery__item {
  width: 33.33333%;
  position: relative;
  border: 1px solid #fff;
}
.gallery__item::before {
  position: absolute;
  content: '';
  display: block;
  background: url(/wp/wp-content/themes/idc/assets/images/icon/icon_zoom.png) no-repeat center/contain;
  width: 23px;
  height: 23px;
  bottom: 10px;
  right: 10px;
}
.c-product-col12 .product__item {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.c-product-col12 .product__img {
  width: 44%;
}
.c-product-col12 .product__content {
  width: 52%;
}
.product__img {
  border: 1px solid #ddd;
}
.product__name {
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 10px;
}
.product__text {
  font-size: 0.9em;
  line-height: 1.5;
  margin-bottom: 10px;
}
.product__btn {
  font-size: 11px;
  padding: 6px;
  border-radius: 25px;
  width: 130px;
  font-weight: bold;
  background: #333 url(/wp/wp-content/themes/idc/assets/images/icon/arrow_b-r.svg) no-repeat center right 15px/18px;
  color: #fff;
  text-align: center;
}
.mv__inner {
  width: 1120px;
  margin: 0 auto;
  max-width: 100%;
}
@media only screen and (min-width: 1000px) {
  .mv__inner {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 749px) {
  .inner__lg {
    padding: 0 4vw;
  }
  .mv__inner {
    padding: 0 4vw;
  }
  .imgtext__block + .imgtext__block {
    margin-top: 30px;
  }
  .c-movie [class*='inner__'] {
    padding: 0 10px;
  }
  .c-product-col4 .product__item {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .c-product-col4 .product__item + .product__item {
    margin-top: 15px;
  }
  .c-product-col4 .product__img {
    width: 44%;
  }
  .c-product-col4 .product__content {
    width: 52%;
  }
  .c-gallery .caption {
    margin: 5px 0 0;  
  }
}

@media only screen and (min-width: 750px) {
  [class*='inner__'] {
    padding: 0;
    margin: 0 auto;
  }
  .inner__lg {
    width: 1120px;
    margin: 0 auto;
    max-width: 100%;
    padding: 0 40px;
  }
  .inner__md {
    width: 75%;
    max-width: 735px;
  }
  .inner__sm {
    width: 50%;
    max-width: 490px;
  }
  .cv__inner {
    padding: 30px;
    width: 1040px;
    max-width: 100%;
  }
  .cv__inner.cv__inner_shop {
    margin: 30px 20px 0!important;
    width: auto!important;
    padding: 30px!important;
  }
  .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;
  }
  .c-imgtext-a .imgtext__inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 32.6vw;
  }
  .c-imgtext-a .imgtext__img {
    position: absolute;
    top: 50%;
    width: 65.306%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .c-imgtext-a .imgtext__inner:not(.imgtext__re) .imgtext__img {
    left: 0;
  }
  .imgtext__re .imgtext__img {
    right: 0;
  }
  .c-imgtext-a .imgtext__content {
    width: 38%;
    margin: 0;
  }
  .c-imgtext-a .imgtext__re {
    -webkit-box-orient: horizontal;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: row;
  	flex-direction: row;
  }
  .c-imgtext-a .imgtext__inner:not(.imgtext__re) .imgtext__content {
    margin-left: 62%;
  }
  .imgtext__block,
  .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;
  }
  .shop__inner {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .shop__img {
    width: 46.5116%;
  }
  .shop__content {
    width: 50.884%;
    margin-top: 0;
  }
  .shop__btn {
    text-align: left;
  }
  .caption {
    margin: 5px 0 0;
  }
  .c-product-col4 .product__item {
    width: 32%;
  }
  .c-product-col4 .product__item:not(:first-child) {
    margin-left: 2%;
  }
  .c-product-col4 .product__img {
    margin-bottom: 15px;
  }
  .product__name {
    margin-bottom: 10px;
    font-size: 18px;
  }
  .product__text {
    font-size: 1em;
    margin-bottom: 20px;
  }
  .product__btn {
    width: 90%;
    display: block;
    font-size: 13px;
    padding: 15px;
    max-width: 270px;
    background: #333 url(/wp/wp-content/themes/idc/assets/images/icon/arrow_b-r.svg) no-repeat center right 15px/24px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
  }
  .product__inner .product__btn {
    margin: 0 auto;
  }
  .product__inner {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
  }
  .product__btn:hover {
    background: #999 url(/wp/wp-content/themes/idc/assets/images/icon/arrow_b-r.svg) no-repeat center right 15px/24px;
  }
  .gallery__item:hover {
    opacity: .8;
  }
}
@media only screen and (min-width: 1000px) {
  .shop__box {
    padding-bottom: 50px;
  }
  .cv__inner.cv__inner_shop {
    margin: 50px 50px 0!important;
  }
}
@media only screen and (max-width: 999px) {
  .shop__list + .shop__list {
    margin-top: 5px;
  }
}
@media only screen and (min-width: 1000px) {
  .mt10 {
    margin-top: 15px;
  }
  .mt20 {
    margin-top: 30px;
  }
  .mt30 {
    margin-top: 45px;
  }
  .mt40 {
    margin-top: 60px;
  }
  .c-mv {
    margin-bottom: 15px;
  }
  .name__heading {
    font-size: 22px;
  }
  .info__inner {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .info__block {
    width: 46.9%;
  }
  .info__block dt {
    min-width: 100px;
    max-width: 100px;
  }
  .cv__btn {
    font-size: 14px;
  }
  .heading__heading {
    font-size: 26px;
    padding-left: 35px;
    background: url(/wp/wp-content/themes/idc/assets/images/event/deco_heading.png) no-repeat top 7px left/ 21px;
  }
  .subheading__heading {
    font-size: 20px;
  }
  .imgtext__heading {
    font-size: 18px;
  }
  .imgtext__btn__item {
    width: 50%;
    min-width: 270px;
  }
  .c-imgtext-a .imgtext__content {
    padding: 40px;
  }
  .c-imgtext-a .imgtext__inner:not(.imgtext__re) .imgtext__content {
    margin-left: 60%;
    margin-left: calc(62% - 20px);
  }
  .c-imgtext-a .imgtext__inner:not(.imgtext__re) .imgtext__img {
    left: 20px;
  }
  .c-imgtext-a .imgtext__btn__item {
    display: inline-block;
    width: 160px;
    padding: 9px;
  }
  .c-imgtext-a .imgtext__btn__item:hover {
    background: #999;
    border: 2px solid #999;
  }
  .c-imgtext-b .imgtext__heading,
  .c-imgtext-c .imgtext__heading {
    padding-left: 20px;
  }
  .c-imgtext-b .imgtext__heading::before,
  .c-imgtext-c .imgtext__heading::before {
    top: 12px;
  }
  .c-imgtext-b .imgtext__btn__item:hover,
  .c-imgtext-c .imgtext__btn__item:hover {
    background: #999;
    color: #fff !important;
    border: 2px solid #999 !important;
  }
  .reserve__inner {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .reserve__item {
    font-size: 15px;
    border-radius: 30px;
    max-width: 360px;
    position: relative;
    top: 0;
  }
  .reserve__item:hover {
    position: relative;
    top: 5px;
    box-shadow: none;
  }
  .shop__inner {
    padding: 50px;
  }
  .shop__box > .shop__inner {
    padding: 50px 50px 0;
  }
  .shop__heading::after {
    margin: 15px 0;
  }
  .shop__listwrap {
    margin-top: 30px;
    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;
  }
  .shop__list {
    width: 48.5%;
  }
  .shop__list:nth-child(n+3) {
    margin-top: 10px;
  }
  .shop__btn__item {
    max-width: 230px;
  }
  .shop__btn__item:hover {
    background: #999 url(/wp/wp-content/themes/idc/assets/images/icon/arrow_b-r.svg) no-repeat center right 15px/24px;
  }
  .caption {
    margin: 10px 0 0;
  }
  .btn__item {
    max-width: 50%;
    min-width: 300px;
    width: auto;
  }
  .btn__item:hover {
	color: #fff !important;
    border: 2px solid #999 !important;
	background:#999;
  }
}
@media only screen and (min-width: 1100px) {
  .c-imgtext-a .imgtext__inner {
    min-height: 360px;
  }
}

/* ------------------------------
- c-benefits
------------------------------ */
.c-benefits .c-benefits__item_text {
  background: #fff;
  padding: 40px 30px 30px;
  position: relative;
}
.c-benefits .benefitsnum {
  font-size: 14px;
  color: #fff;
  position: absolute;
  top: -10px;
  z-index: 10;
  left: -5px;
  padding: 7px 0 0 13px;
  font-weight: bold;
}
.c-benefits .num {
  display: inline-block;
  width: 45px;
  text-align: center;
  border-left: 1px solid #fff;
  line-height: 1.2;
  font-size: 1.2em;
  margin-left: 10px;
}
.c-benefits .deco {
  position: absolute;
  font-size: 34px;
  height: 34px;
  top: 0;
  left: 0;
  z-index: -1;
}
.c-benefits .deco::after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 4px 4px 0;
  border-color: transparent #999 transparent transparent;
  top: 33px;
  left: 1px;
  z-index: -2;
}
.c-benefits .heading {
  font-size: 1.285em;
  font-weight: bold;
  margin-bottom: 10px;
}

@media only screen and (min-width: 751px) {
    .c-benefits__list {
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
    }
    .c-benefits .c-benefits__item_text {
        width: 66.6668%;
    }
    .c-benefits .c-benefits__item_img {
        width: 33.3332%;
    }
}

@media only screen and (min-width: 1000px) {
  .c-benefits .c-benefits__item_text {
    padding: 50px;
  }
  .c-benefits .benefitsnum {
    font-size: 15px;
    left: -10px;
    padding: 8px 0 0 20px;
  }
  .c-benefits .deco {
    font-size: 40px;
    height: 40px;
  }
  .c-benefits .deco::after {
    border-width: 0 8px 8px 0;
    top: 38px;
    left: 2px;
  }
  .c-benefits .num {
    margin-left: 15px;
  }
}

@media only screen and (max-width: 750px) {
    .c-benefits__list {
        display: block;
    }
    .c-benefits .c-benefits__item_text {
        width: 100%;
    }
    .c-benefits .c-benefits__item_img {
        width: 100%;
    }
}

/* ------------------------------
- c-ltitle
------------------------------ */
@media only screen and (min-width: 751px) {
    .c-ltitle .c-ltitle__heading {
        font-size: 26px;
    }
    .c-ltitle .c-ltitle_pd {
        padding: 10px 20px;
    }
}

@media only screen and (max-width: 750px) {
    .c-ltitle .c-ltitle__heading {
        font-size: 20px;
    }
    .c-ltitle .c-ltitle_pd {
        padding: 5px 20px;
    }
}

/* ------------------------------
- c-mtitle
------------------------------ */
.c-mtitle .c-mtitle_pd {
    padding: 7px 20px;
}

@media only screen and (min-width: 751px) {
    .c-mtitle .c-mtitle__heading {
        font-size: 20px;
    }
}

@media only screen and (max-width: 750px) {
    .c-mtitle .c-mtitle__heading {
        font-size: 18px;
    }
}


/* ------------------------------
- c-stitle
------------------------------ */
.c-stitle .c-stitle__heading {
    font-size: 16px;
}
.c-stitle .c-stitle_pd {
    padding: 5px 20px;
}

/* ------------------------------
- c-atext
------------------------------ */
.c-atext {
    color: #999;
    margin-top: .5rem;
}
.c-atext + .c-atext {
    margin-top: 0;
}

@media only screen and (min-width: 751px) {
    .c-atext {
        font-size: 13px;
    }
}

@media only screen and (max-width: 750px) {
    .c-atext {
        font-size: 12px;
    }
}

/* ------------------------------
- c-table
------------------------------ */
.c-table .table__head,
.c-table .table__body {
    border: 1px solid #fff;
    padding: 10px;
    text-align: left;
    line-height: 1.3;
}
.c-table .table__head {
    background: #eee;
    width: 25%;
}
.c-table .table__body {
    border: 1px solid #eee;
}

@media only screen and (min-width: 1000px) {
    .c-table .table__head,
    .c-table .table__body {
        padding: 15px 20px;
    }
}

/* ------------------------------
- c-margintop
------------------------------ */
.c-margintop {
    line-height: 0;
}

@media only screen and (min-width: 751px) {
    .c-margintop.mt1_pc {
        margin-top: 15px;
    }
    .c-margintop.mt2_pc {
        margin-top: 30px;
    }
    .c-margintop.mt3_pc {
        margin-top: 45px;
    }
}

@media only screen and (max-width: 750px) {
    .c-margintop.mt1_sp {
        margin-top: 10px;
    }
    .c-margintop.mt2_sp {
        margin-top: 20px;
    }
    .c-margintop.mt3_sp {
        margin-top: 30px;
    }
}

/* ------------------------------
- c-idcservice
------------------------------ */
.idcservice__heading {
    font-size: 16px;
    padding: 15px;
    letter-spacing: 0.1rem;
    line-height: 1.7;
    color: #fff;
    //background: #ca0000;
    text-align: center !important;
    font-weight: bold;
}
.idcservice__box {
    background: #f7f7f7;
    padding: 30px;
}
.idcservice__text {
    line-height: 1.7;
}
.idcservice__subtext {
    margin-top: .5rem;
}
.idcservice__btn {
    text-align: center;
    margin-top: 15px;
}
.idcservice__btn a {
    font-size: 13px;
    padding: 13px;
    border-radius: 25px;
    max-width: 300px;
    width: 90%;
    font-weight: bold;
    text-align: center;
    background: #fff;
    border: 2px solid #666;
    color: #333;
}

@media only screen and (min-width: 751px) {
    .idcservice__subtext {
        font-size: 13px;
    }
    .idcservice__btn a:hover {
        color: #fff;
        background: #999;
        border: 2px solid #999;
    }
    .idcservice__btn_col2pc {
        display: inline-block;
        width: calc(50% - 3px);
    }
}

@media only screen and (min-width: 1000px) {
    .idcservice__btn a {
        max-width: 50%;
        min-width: 300px;
        width: auto;
    }
}

@media only screen and (max-width: 750px) {
    .idcservice__btn_col2pc {
        display: block;
        width: 100%;
    }
    .idcservice__subtext {
        font-size: 12px;
    }
}

/* ------------------------------
- c-product_ec
------------------------------ */
.c-product_ec .product__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.c-product_ec .product__item .product__img {
    margin-bottom: 20px;
    text-align: center;
}
.c-product_ec .product__item .product__img img {
    width: auto;
    max-width: 100%;
}
.c-product_ec .product__name {
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    margin-bottom: 15px;
    padding-left: 20px;
    position: relative;
}
.c-product_ec .product__name p {
    line-height: 1.5;
}
.c-product_ec .product__name a {
    line-height: 1.5;
    word-break: break-all;
    font-size: 13px;
}
.c-product_ec .product__name::before {
    content: "";
    position: absolute;
    background: #ca0000;
    width: 10px;
    height: 2px;
    top: 10px;
    left: 0;
}
.c-product_ec .product__price {
    font-size: 13px;
    margin-bottom: 13px;
    //color: #999;
    //color: #333;
    color: #707070;
    font-weight: bold;
}
.c-product_ec .product__price_special {
    color: #ff0000;
    margin-bottom: 13px;
}
.c-product_ec .product__price_special span {
    font-weight: bold;
}
.c-product_ec .product__price + .product__price_special {
    margin-top: -5px;
}
.c-product_ec .product__text {
    margin-bottom: 0;
}
.c-product_ec .product__notes {
    margin-top: 13px;
}
.c-product_ec .product__notes.product__notes_size {
    margin-top: 0;
    margin-bottom: 13px;
    position: relative;
}
.c-product_ec .product__price + .product__notes.product__notes_size {
    margin-top: -5px;
}
.c-product_ec .product__notes.product__notes_size + .product__notes.product__notes_size {
    margin-top: -13px;
}
.c-product_ec .product__btn {
    font-size: 13px;
    margin: 20px auto 0;
    background: #fff;
    color: #ca0000;
    border: 2px solid #ca0000;
    padding: 13px;
    border-radius: 25px;
    max-width: 300px;
    width: 90%;
    font-weight: bold;
    text-align: center;
    display: block;
}

@media only screen and (min-width: 751px) {
    /* common */
    .c-product_ec a:hover {
        opacity: .7;
    } 
    .c-product_ec .product__name {
        font-size: 18px;
    }
    .c-product_ec .product__price {
        font-size: 14px;
    }
    .c-product_ec .product__price span {
        display: block;
        font-size: 13px;
    }
    .c-product_ec .product__text {
        font-size: 14px;
        line-height: 1.7;
    }
    .c-product_ec .product__notes {
        font-size: 13px;
        line-height: 1.7;
    }
    .c-product_ec .product__btn:hover {
        //background: #999;
        //border: 2px solid #999 !important;
        background: #ca0000;
        border: 2px solid #ca0000 !important;
        color: #fff !important;
        opacity: 1;
    }
    /* col1_pc */
    .c-product_ec .product__item.col1_pc {
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        width: 100%;
    }
    .c-product_ec .product__item.col1_pc.col1_pc_re {
        flex-direction: row-reverse;
    }
    .c-product_ec .product__item.col1_pc .product__img {
        width: 44%;
        margin-bottom: 0;
    }
    .c-product_ec .product__item.col1_pc .product__content {
        width: 52%;
    }
    .c-product_ec .product__item.col1_pc .product__btn {
        margin: 20px 0 0;
    }
    /* col2_pc */
    .c-product_ec .product__item.col2_pc {
        width: 48.5%;    
    }
    .c-product_ec .product__item.col2_pc:not(:nth-child(2n)) {
        margin-right: 3%;
    }
    .c-product_ec .product__item.col2_pc .product__img {
        margin-bottom: 20px;
    }
    /* col3_pc */
    .c-product_ec .product__item.col3_pc {
        width: 32%;
    }
    .c-product_ec .product__item.col3_pc:not(:nth-child(3n)) {
        margin-right: 2%;
    }
    /* col4_pc */
    .c-product_ec .product__item.col4_pc {
        width: 23%;
    }
    .c-product_ec .product__item.col4_pc:not(:nth-child(4n)) {
        margin-right: 2.6666%;
    }
    .c-product_ec .product__item.col4_pc .product__name {
        font-size: 16px;
    }
}

@media only screen and (max-width: 750px) {
    /* common */
    .c-product_ec .product__item .product__content {
        width: 100%;
        height: auto;
    }
    /* col1_sp */
    .c-product_ec .product__item.col1_sp {
        display: block;
        width: 100%;
    }
    .c-product_ec .product__item.col1_sp .product__img {
        width: 100%;
        height: auto;
    }
    .c-product_ec .product__item.col1_sp .product__name {
        font-size: 16px;
    }
    .c-product_ec .product__item.col1_sp .product__price {
        font-size: 13px;
    }
    .c-product_ec .product__price span {
        display: block;
        font-size: 12px;
    }
    .c-product_ec .product__item.col1_sp .product__text {
        font-size: 13px;
        line-height: 1.7;
    }
    .c-product_ec .product__item.col1_sp .product__notes {
        font-size: 12px;
        line-height: 1.7;
    }
    /* col2_sp */
    .c-product_ec .product__item.col2_sp {
        display: block;
        width: 48%;
    }
    .c-product_ec .product__item.col2_sp:not(:nth-child(2n)) {
        margin-right: 4%;
    }
    .c-product_ec .product__item.col2_sp .product__img {
        width: 100%;
        height: auto;
        margin-bottom: 15px;
    }
    .c-product_ec .product__item.col2_sp .product__name {
        font-size: 16px;
        margin-bottom: 7.5px;
        padding-bottom: 10px;
    }
    .c-product_ec .product__item.col2_sp .product__price {
        font-size: 13px;
        margin-bottom: 10px;
    }
    .c-product_ec .product__item.col2_sp .product__text {
        font-size: 13px;
        line-height: 1.7;
    }
    .c-product_ec .product__item.col2_sp .product__notes {
        font-size: 12px;
        line-height: 1.7;
    }
}

/* ------------------------------
- c-recommend
------------------------------ */
.c-recommend .recommend__heading {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.5;
}
.c-recommend .recommend__btn {
    margin-top: 20px;
}
.c-recommend .recommend__btn__item {
    font-size: 13px;
    padding: 13px;
    border-radius: 25px;
    max-width: 300px;
    width: 90%;
    font-weight: bold;
    text-align: center;
    background: #333;
    color: #fff;
    border: 2px solid #333;
}

@media only screen and (min-width: 751px) {
    .c-recommend .recommend__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;
    }
    .c-recommend .recommend__inner.recommend__inner_re {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
    .c-recommend .recommend__img {
        width: 48.4693%;
        text-align: right;
    }
    .c-recommend .recommend__inner_re .recommend__img {
        text-align: left;
    }
    .c-recommend .recommend__img img {
        //width: auto;
    }
    .c-recommend .recommend__content {
        width: 48.4693%;
    }
    .c-recommend .recommend__heading {
        margin-bottom: 20px;
    }
    .c-recommend .recommend__btn {
        text-align: left;
    }
    .c-recommend .recommend__btn__item:hover {
        background: #999;
        border: 2px solid #999;
    }
}

@media only screen and (min-width: 1000px) {
    .c-recommend .recommend__heading {
        font-size: 18px;
    }
    .c-recommend .recommend__btn__item {
        width: 50%;
        min-width: 270px;
    }
}

@media only screen and (max-width: 750px) {
    .c-recommend .recommend__heading {
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .c-recommend .recommend__btn {
        text-align: center;
    }
}

/* ------------------------------
- c-btn
------------------------------ */
.c-btn-sm .link,
.c-btn-md .link,
.c-btn-lg .link {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
[class*='c-btn-'] {
    text-align: center;
}
[class*='c-btn-'] .link {
    width: 100%;
    min-height: 60px;
    padding: 10px 20px 10px 40px;
    text-align: left;
}
[class*='c-btn-md'] .link,
[class*='c-btn-sm'] .link {
    border-radius: 100px;
}
[class*='c-btn-sm'] .link {
    max-width: 400px;
    margin: 0 auto;
}
[class*='c-btn-'] .text {
    display: inline-block;
    padding-right: 30px;
    position: relative;
}
[class*='c-btn-'] .deco {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 1.5em;
}

@media only screen and (min-width: 751px) {
    .c-btn-sm .link:hover,
    .c-btn-md .link:hover,
    .c-btn-lg .link:hover {
        opacity: .7;
    }
}

@media only screen and (min-width: 1000px) {
    [class*='c-btn-'] .link {
        min-height: 70px;
    }
}

/* ------------------------------
- c-pcontent
------------------------------ */
.c-pcontent .item {
    padding-bottom: 30px!important;
    position: relative;
    width: 100%;
}
@media only screen and (min-width: 750px) {
  .c-pcontent .col4-md {
    width: 33.3332%;
  }
  .c-pcontent .col6-md {
    width: 50%;
  }
}
.c-pcontent .col12-sm,
.c-pcontent .col6-md,
.c-pcontent .col4-md {
    padding: 0 1%;
}
.c-pcontent .item::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #cfcfcf;
    position: absolute;
    left: 0;
    bottom: 0;
}
.c-pcontent .img {
    margin-bottom: 0px;
}
.c-pcontent .itemarea {
    padding:10px;
    background-color:#fff;
}
.c-pcontent .name {
    font-size: 1.285em;
    font-weight: bold;
    margin-bottom: 5px;
}
.c-pcontent .price {
    font-weight: bold;
    margin-bottom: 5px;
}
.c-pcontent .price .before {
    color: #707070;
    display: inline-block;
}
.c-pcontent .discount .before {
    text-decoration: line-through;
}

.c-pcontent .price .after {
    color: #ca0000;
    font-size: 1.2em;
    position: relative;
    display: inline-block;
    padding-left: 40px;
}
.c-pcontent .price .after::before {
    content: '';
    display: block;
    position: absolute;
    background: url(/wp/wp-content/themes/idc/assets/images/icon/arrow_b-r.svg) no-repeat center/contain;
    left: 10px;
    top: 5px;
    width: 20px;
    height: 16px;
}
.c-pcontent .spec {
    color: #999;
    margin-bottom: 5px;
    font-size: 11px;
}
.c-pcontent .description {
    font-size: 12px;
    margin-bottom: 5px;
}
.c-pcontent .cbtnwrap {
    margin-top: 15px;
    text-align: center;
    padding: 0 5%;
}
.c-pcontent .cbtn {
    font-size: 13px;
    text-align: center;
    width: 100%;
    display: inline-block;
    border-radius: 30px;
    padding: 14px;
    font-weight: bold;
    letter-spacing: .05em;
}
.c-pcontent .cbtn + .cbtn {
    margin-top: 10px;
}
.c-pcontent .off {
    position: absolute;
    top: 0;
    color: #fff;
    z-index: 20;
    width: 80px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    padding-left: 10px;
}
.c-pcontent .off::before  {
    content: '';
    position: absolute;
    z-index: -1;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 89px 80px 0 0;
    border-color: #ca0000 transparent transparent transparent;
    left: 0;
    top: 0;
}
.c-pcontent .off .num {
    font-size: 20px;
}
@media only screen and (max-width: 749px) {
    .c-pcontent .item + .item {
        margin-top: 30px;
    }
}
@media only screen and (min-width: 750px) {
    .c-pcontent .row-md {
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
      }
    .c-pcontent .item::after {
        width: 98%;
        left: 1%;
    }
    .c-pcontent .img {
        margin-bottom: 0px;
    }
    .c-pcontent .itemarea {
        padding: 15px;
        background-color:#fff;
    }
    .c-pcontent .name,
    .c-pcontent .price,
    .c-pcontent .spec {
        margin-bottom: 10px;
    }
    .c-pcontent .cbtnwrap {
        max-width: 300px;
        width: 90%;
        margin: 30px auto 0;
        padding: 0;
    }
}