/* ------------------------------
- layout
------------------------------ */
.l-section {
  padding: 40px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
/* .zenten .inner {
  padding: 0 5px;
} */
/* ------------------------------
- project
------------------------------ */
.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;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.indent {
  padding-left: 1em;
  text-indent: -1em;
}
.line__bg {
  background: #ca0000;
  width: 100%;
  height: 2px;
}
[class*='row-sm'] {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}
.row-sm-w {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.row-sm-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.row-sm-jc-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.row-sm-jc-sb {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.row-sm-ai-c {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (min-width: 750px) {
  [class*='row-md'] {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
  }
  .row-md-w {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .row-md-c {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .row-md-ai-c {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .row-md-fd-r {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .row-md-jc-en {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
@media only screen and (min-width: 1000px) {
    .mt40 {
        margin-top: 60px;
    }
}
.col1-sm {
  width: 8.3333%;
}
.col2-sm {
  width: 16.6666%;
}
.col3-sm {
  width: 24.9999%;
}
.col4-sm {
  width: 33.3332%;
}
.col5-sm {
  width: 41.6665%;
}
.col6-sm {
  width: 50%;
}
.col7-sm {
  width: 58.3335%;
}
.col8-sm {
  width: 66.6668%;
}
.col9-sm {
  width: 75.0001%;
}
.col10-sm {
  width: 83.3334%;
}
.col11-sm {
  width: 91.6667%;
}
.col12-sm {
}
@media only screen and (min-width: 750px) {
  .col1-md {
    width: 8.3333%;
  }
  .col2-md {
    width: 16.6666%;
  }
  .col3-md {
    width: 24.9999%;
  }
  .col4-md {
    width: 33.3332%;
  }
  .col5-md {
    width: 41.6665%;
  }
  .col6-md {
    width: 50%;
  }
  .col7-md {
    width: 58.3335%;
  }
  .col8-md {
    width: 66.6668%;
  }
  .col9-md {
    width: 75.0001%;
  }
  .col10-md {
    width: 83.3334%;
  }
  .col11-md {
    width: 91.6667%;
  }
  .col12-md {
  }

}
.component:not(.localnav-lg):not(.benefits) [class*='col'] {
  padding: 0 1%;
}
.link:hover {
  opacity: .7;
}
[class*='pseudo'] {
  position: relative;
}
.pseudo::before,
.pseudo::after,
.pseudo-be::before,
.pseudo-af::after {
  content: '';
  display: block;
}
/* .p-trs-03 {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
} */
/* ------------------------------
- header
------------------------------ */
.zentenheader {
  padding-left: 10px;
}
.zentenheader .logo {
  width: 120px;
  line-height: 1;
}
.zentenheader .logo a {
  line-height: 1;
}
.zentenheader .header__cta__item a {
  color: #fff;
  font-size: 11px;
  padding: 5px;
}
.zentenheader .header__cta__item:first-child a {
  background: #2db8ef;
}
.zentenheader .header__cta__item:last-child a {
  background: #ff9c00;
  margin-left: 5px;
}
.zentenheader .header__cta__img {
  width: 30px;
  min-width: 30px;
  max-width: 30px;
  margin-right: 5px;
}
.zentenheader .header__cta__text {
  line-height: 1.2;
}
@media only screen and (max-width: 340px) {
  .zentenheader .logo {
    width: 90px;
  }
}
@media only screen and (min-width: 750px) {
  .zentenheader {
    padding-left: 30px;
    margin-bottom: 10px;
  }
  .zentenheader .logo {
    width: 170px;
  }
  .zentenheader .header__cta__item a {
    font-size: 14px;
    padding: 10px;
  }
  .zentenheader .header__cta__item:last-child a {
    margin-left: 10px;
  }
  .zentenheader .header__cta__img {
    width: 46px;
    min-width: 46px;
    max-width: 46px;
    margin-right: 10px;
  }
}
/* ------------------------------
- component
------------------------------ */
[class*='component'] + [class*='component'] {
  margin-top: 30px;
}

/* -- localnav -- */
[class*='localnav'] .link {
  width: 100%;
  height: 100%;
  position: relative;
  text-align: center;
  min-height: 60px;
}
[class*='localnav-lg-a'] .link,
[class*='localnav-lg-b'] .link,
[class*='localnav-md-a'] .link,
[class*='localnav-md-b'] .link {
  padding: 10px;
}
[class*='localnav-lg'] .item:first-child .link {
  border: none!important;
}
[class*='localnav-lg'] .text {
  padding-bottom: 10px;
  display: block;
}
[class*='localnav-md'] .text {
  padding-bottom: 20px;
  display: block;
}
[class*='localnav-lg'] .deco,
[class*='localnav-md'] .deco {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 1.5em;
}
[class*='localnav-md'] .deco {
  border-radius: 50%;
  bottom: 5px;
}
[class*='localnav-md-d'] .deco {
  bottom: 0;
}
[class*='localnav-lg-c'] .content,
[class*='localnav-md-c'] .content {
  width: 100%;
  height: 100%;
}
[class*='localnav-lg-c'] .text {
  padding: 10px;
}
[class*='localnav-md-c'] .text {
  padding: 10px 10px 30px;
}
[class*='localnav-lg-c'] .img,
[class*='localnav-md-c'] .img {
  width: 100%;
  background: none;
}
[class*='localnav-md-d'] .container {
  padding: 30px 0;
}
[class*='localnav-md-d'] .item {
  max-width: 210px;
}
[class*='localnav-md-d'] .img {
  border-radius: 50%;
  width: 100%;
  display: block;
  overflow: hidden;
  margin-bottom: 10px;
}
/*
.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
}
*/
@media only screen and (max-width: 749px) {
  [class*='localnav-lg-c'] .content {
    padding-bottom: 10px;
    display: block;
  }
  .component.img-col3 .col6-sm {
    padding: 1% !important;  
  }
}
@media only screen and (min-width: 750px) {
  [class*='localnav'] .link {
    text-align: left;
  }
  [class*='localnav-lg-a'] .link,
  [class*='localnav-md-a'] .link,
  [class*='localnav-md-d'] .link {
    text-align: center;
  }
  [class*='localnav'] .text {
    padding: 0;
  }
  [class*='localnav-lg-a'] .link,
  [class*='localnav-lg-b'] .link,
  [class*='localnav-lg-c'] .text,
  [class*='localnav-md-a'] .link,
  [class*='localnav-md-b'] .link,
  [class*='localnav-md-c'] .text {
    padding: 10px 40px 10px 20px;
  }
  [class*='localnav-md-d'] .link {
    padding-bottom: 20px;
  }
  [class*='localnav'] .deco {
    bottom: 50%;
    left: auto;
    right: 10px;
    -webkit-transform: translate(0,50%);
    -ms-transform: translate(0,50%);
    transform: translate(0,50%);
  }
  [class*='localnav-md-d'] .deco {
    bottom: 0;
    right: 50%;
    -webkit-transform: translate(50%,0);
    -ms-transform: translate(50%,0);
    transform: translate(50%,0);
    font-size: 2em;
  }
  [class*='localnav-lg-c'] .img,
  [class*='localnav-md-c'] .img {
    height: 100%;
    background: none;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  [class*='localnav-lg-c'] .img img,
  [class*='localnav-md-c'] .img img {
    display: none;
  }
  .localnav-lg-c-col6 .img {
    min-width: 175px;
    max-width: 175px;
  }
  .localnav-lg-c-col4 .img {
    min-width: 110px;
    max-width: 110px;
  }
  .localnav-md-c-col6 .img {
    min-width: 140px;
    max-width: 140px;
  }
  .localnav-md-c-col4 .img {
    min-width: 100px;
    max-width: 100px;
  }
  [class*='localnav-md-d'] .item {
    margin: 0 3%!important;
  }
}
@media only screen and (min-width: 1000px) {
  [class*='localnav-lg-a'] .link,
  [class*='localnav-md-a'] .link {
    min-height: 80px;
  }
  [class*='localnav-lg-b'] .link,
  [class*='localnav-lg-c'] .link,
  [class*='localnav-md-b'] .link,
  [class*='localnav-md-c'] .link {
    min-height: 100px;
  }
  .localnav-lg-c-col6 .img {
    min-width: 39.97%;
    max-width: 39.97%;
  }
  .localnav-lg-c-col4 .img {
    min-width: 42.85%;
    max-width: 42.85%;
  }
}
@media only screen and (min-width: 1366px) {
  .localnav-lg-c-col6 .img {
    min-width: 275px;
    max-width: 275px;
  }
  .localnav-lg-c-col4 .img {
    min-width: 195px;
    max-width: 195px;
  }
}

/* -- set-img -- */
.set-img-sm {
  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;
  height: 100%;
}
[class*='set-img'] .img {
  border-radius: 50%;
  overflow: hidden;
}
.set-img-sm .img {
  margin-right: 10px;
  max-width: 40px;
  min-width: 40px;
}
.set-img-md .img {
  max-width: 50px;
  min-width: 50px;
}
@media only screen and (max-width: 749px) {
  .set-img-md .img {
    display: block;
    margin: 0 auto 10px;
  }
}
@media only screen and (min-width: 750px) {
  .set-img-md  {
    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;
    height: 100%;
  }
  .set-img-md .img {
    margin-right: 10px;
  }
}
@media only screen and (min-width: 1000px) {
  .set-img-sm .img {
    max-width: 50px;
    min-width: 50px;
  }
  .set-img-md .img {
    max-width: 70px;
    min-width: 70px;
    margin-right: 20px;
  }
}

/* -- tab -- */


/* -- btn -- */
[class*='btn-'] {
  text-align: center;
}
[class*='btn-'] .link {
  width: 100%;
  min-height: 60px;
  padding: 10px 20px 10px 40px;
  text-align: left;
}
[class*='btn-md'] .link,
[class*='btn-sm'] .link {
  border-radius: 100px;
}
[class*='btn-sm'] .link {
  max-width: 400px;
  margin: 0 auto;
}
[class*='btn-'] .text {
  display: inline-block;
  padding-right: 30px;
  position: relative;
}
[class*='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: 1000px) {
  [class*='btn-'] .link {
    min-height: 70px;
  }
}
/* -- btnimg -- */
[class*='btnimg-'] {
  position: relative;
}
[class*='btnimg-'] [class*='text-'] {
  display: block;
}
[class*='btnimg-'] .link {
  width: 100%;
}
[class*='btnimg-'] .content {
  text-align: center;
  padding: 30px;
  width: 100%;
}
[class*='btnimg-'] .text-lg {
  font-size: 1.8em;
  font-weight: bold;
  margin-bottom: 10px;
}
[class*='btnimg-'] .text-sm {
  margin-bottom: 20px;
}
[class*='btnimg-'] .cbtn {
  display: inline-block;
  padding: 7px 20px;
  min-width: 130px;
}
@media only screen and (max-width: 749px) {
  [class*='btnimg-'] .img {
    background: none;
  }
}
@media only screen and (min-width: 750px) {
  [class*='btnimg-'] .content {
    width: 50%;
    max-width: 490px;
    min-height: 300px;
    padding: 30px;
  }
  [class*='btnimg-'] .img {
    width: 50%;
    display: block;
    min-height: 181px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  [class*='btnimg-'] .img img {
    display: none;
  }
}
@media only screen and (min-width: 1000px) {
  [class*='btnimg-'] .img {
    min-height: 300px;
  }
}
/* -- other -- */
[class*='heading-'] {
  text-align: center;
}
.heading-lg .heading {
  font-size: 1.714em;
  padding: 10px 20px;
}
@media only screen and (min-width: 1000px) {
  .heading-lg .heading {
    padding: 17px 20px;
  }
}
.heading-md .heading {
  font-size: 1.428em;
}
.heading-md_pd {
  padding: 7px 20px;   
}
@media only screen and (min-width: 1000px) {
  .heading-md_pd {
    padding: 10px 20px;   
  }
}
.heading-sm .heading {
  font-size: 16px;
}
.heading-sm_pd {
  padding: 5px 20px;  
}
@media only screen and (min-width: 1000px) {
  .heading-sm_pd {
    padding: 7px 20px;  
  }
}
.text .inner,
.text .inner p,
.text,
.text p {
  line-height: 1.7;
}
.text p a{
  text-decoration: underline;
}
.caption {
  margin-top: 10px;
  font-size: .8em;
}
@media only screen and (max-width: 749px) {
  .img-col6 .item + .item,
  .img-col4 .item + .item,
  [class*='imgtext-'] [class*='item-'] + [class*='item-'] {
    margin-top: 30px;
  }
}
[class*='imgtext-'] .subimg {
  margin-bottom: 10px;
}
[class*='imgtext-'] .heading {
  font-size: 1.285em;
  font-weight: bold;
  margin-bottom: 10px;
}
[class*='imgtext-'] .cbtn {
  margin-top: 10px;
  font-size: 13px;
  text-align: center;
  min-width: 90%;
  display: inline-block;
  border-radius: 30px;
  padding: 14px;
  font-weight: bold;
  letter-spacing: .05em;
}
@media only screen and (min-width: 750px) {
  [class*='imgtext-'] .cbtn {
    min-width: 230px;
  }
}
[class*='point-'] .item {
  counter-increment: title;
}
[class*='point-'] .iteminner {
  position: relative;
}
[class*='point-'] .content {
  padding: 50px 30px 30px;
}
[class*='point-'] .pointnum {
  text-align: center;
  width: 68.5px;
  height: 68.5px;
  position: absolute;
  top: -29px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 10;
  padding-top: 14px;
  font-weight: bold;
  font-size: 13px;
}
[class*='point-'] .pointnum .sm {
  font-size: 10px;
  display: block;
  line-height: 1.2;
}
[class*='point-'] .pointnum .num {
  font-size: 20px;
  line-height: 1;
}
[class*='point-'] .pointnum .num::before {
  content: '0'counter(title);
}
[class*='point-'] .pointnum .deco {
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 5em;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}
[class*='point-'] .heading {
  font-size: 1.285em;
  font-weight: bold;
  margin-bottom: 10px;
}
@media only screen and (max-width: 749px) {
  [class*='point-'] .item {
    margin-top: 60px;
  }
  [class*='point-'] .item + .item {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 750px) {
  [class*='point-'] .item {
    margin-top: 30px;
  }
  .point-col6 .item:nth-child(n+3) {
    margin-top: 60px;
  }
}
@media only screen and (min-width: 1000px) {
  [class*='point-'] .item {
    margin-top: 30px;
  }
  .point-col6 .item:nth-child(n+3) {
    margin-top: 60px;
  }
  [class*='point-'] .content {
    padding: 60px 30px 30px;
  }
  [class*='point-'] .pointnum {
    width: 95px;
    height: 90px;
    top: -40px;
    padding-top: 17px;
  }
  [class*='point-'] .pointnum .sm {
    font-size: 12px;
    margin-bottom: 5px;
  }
  [class*='point-'] .pointnum .num {
    font-size: 30px;
  }
  [class*='point-'] .pointnum .deco {
    font-size: 7em;
  }
}
.benefits .item {
  margin: 0 1%;
  counter-increment: title;
}
.benefits .item + .item {
  margin-top: 30px;
}
.benefits .content {
  background: #fff;
  padding: 40px 30px 30px;
  position: relative;
}
.benefits .benefitsnum {
  font-size: 14px;
  color: #fff;
  position: absolute;
  top: -10px;
  z-index: 10;
  left: -5px;
  padding: 7px 0 0 13px;
  font-weight: bold;
}
.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;
}
.benefits .num::before {
  content: counter(title);
}
.benefits .deco {
  position: absolute;
  font-size: 34px;
  height: 34px;
  top: 0;
  left: 0;
  z-index: -1;
}
.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;
}
.benefits .heading {
  font-size: 1.285em;
  font-weight: bold;
  margin-bottom: 10px;
}
@media only screen and (min-width: 1000px) {
  .benefits .content {
    padding: 50px;
  }
  .benefits .benefitsnum {
    font-size: 15px;
    left: -10px;
    padding: 8px 0 0 20px;
  }
  .benefits .deco {
    font-size: 40px;
    height: 40px;
  }
  .benefits .deco::after {
    border-width: 0 8px 8px 0;
    top: 38px;
    left: 2px;
  }
  .benefits .num {
    margin-left: 15px;
  }
}
[class*='products-'] .item {
  padding-bottom: 30px!important;
  position: relative;
}
[class*='products-'] .item::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: #cfcfcf;
  position: absolute;
  left: 0;
  bottom: 0;
}
[class*='products-'] .img {
  margin-bottom: 0px;
}
[class*='products-'] .itemarea {
  padding:10px;
	background-color:#fff;
}
[class*='products-'] .name {
  font-size: 1.285em;
  font-weight: bold;
  margin-bottom: 5px;
}
[class*='products-'] .price {
  font-weight: bold;
  margin-bottom: 5px;
}
[class*='products-'] .price .before {
  color: #707070;
  display: inline-block;
}
[class*='products-'] .discount .before {
  text-decoration: line-through;
}

[class*='products-'] .price .after {
  color: #ca0000;
  font-size: 1.2em;
  position: relative;
  display: inline-block;
  padding-left: 40px;
}
[class*='products-'] .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;
}
[class*='products-'] .spec {
  color: #999;
  margin-bottom: 5px;
  font-size: 11px;
}
[class*='products-'] .description {
  font-size: 12px;
  margin-bottom: 5px;
}
[class*='products-'] .cbtnwrap {
  margin-top: 15px;
  text-align: center;
  padding: 0 5%;
}
[class*='products-'] .cbtn {
  font-size: 13px;
  text-align: center;
  width: 100%;
  display: inline-block;
  border-radius: 30px;
  padding: 14px;
  font-weight: bold;
  letter-spacing: .05em;
}
[class*='products-'] .cbtn + .cbtn {
  margin-top: 10px;
}
[class*='products-'] .off {
  position: absolute;
  top: 0;
  color: #fff;
  z-index: 20;
  width: 80px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  padding-left: 10px;
}
[class*='products-'] .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;
}
[class*='products-'] .off .num {
  font-size: 20px;
}
@media only screen and (max-width: 749px) {
  [class*='products-'] .item + .item {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 750px) {
  [class*='products-'] .item::after {
    width: 98%;
    left: 1%;
  }
  [class*='products-'] .img {
    margin-bottom: 0px;
  }
  [class*='products-'] .itemarea {
    padding: 15px;
		background-color:#fff;
  }
  [class*='products-'] .name,
  [class*='products-'] .price,
  [class*='products-'] .spec {
    margin-bottom: 10px;
  }
  [class*='products-'] .cbtnwrap {
    max-width: 300px;
    width: 90%;
    margin: 30px auto 0;
    padding: 0;
  }
}
.holdingstore .block + .block {
  margin-top: 30px;
}
.holdingstore .heading {
  text-align: center;
  position: relative;
  z-index: 10;
  margin-bottom: 20px;
  font-size: 1.44em;
}
.holdingstore .headinginner {
  display: inline-block;
  padding: 0 15px;
}
.holdingstore .heading::before {
  content: '';
  position: absolute;
  display: block;
  background: #000;
  width: 100%;
  height: 2px;
  top: 50%;
  margin-top: -1px;
  z-index: -1;
}
.c-red {
  color: #ca0000;
}
.holdingstore .subheading {
  margin: 0 1%;
  border-bottom: 2px solid #ccc;
  padding-bottom: 5px;
  margin-bottom: 10px;
  font-size: 1.3em;
}
.holdingstore .item {
  position: relative;
  margin-top: 8px;
  display: block;
}
.holdingstore .link {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #f7f7f7;
  padding: 10px 40px 10px 20px;
  min-height: 60px;
  height: 100%;
}
.holdingstore .name {
  display: block;
  width: 100%;
  font-weight: bold;
}
.holdingstore .tel {
  display: block;
  color: #999;
  width: 100%;
}
.holdingstore .deco {
  position: absolute;
  top: 50%;
  right: 15px;
  color: #ca0000;
  font-size: 20px;
  margin-top: -10px;
}
@media only screen and (max-width: 749px) {
  .holdingstore .item {
    width: 100%;
  }
  .hantenst {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .hantenst .child1 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    margin-top:0!important;
  }
  .hantenst .child2 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }

}
@media only screen and (min-width: 1000px) {
  .holdingstore .item {
    margin-top: 15px;
  }
  .holdingstore .link {
    padding: 10px 45px 10px 20px;
  }
  .holdingstore .deco {
    right: 20px;
    font-size: 26px;
    margin-top: -13px;
  }
}
[class*='sns-'] .heading {
  text-align: center;
  margin-bottom: 20px;
  padding-top: 30px;
  border-top: 2px solid #ddd;
}
[class*='sns-'] .item {
  margin: 0 8px;
  width: 52px;
}
/*
.youtube .content {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
*/
.gallery-a .slide__item {
  position: relative;
}
.gallery-a .slide__item img {
  max-width: 1300px;
  margin: 0 auto;
}
.gallery-a .cbtn {
  position: absolute;
  bottom: 5px;
  right: 5px;
  text-align: center;
  width: 70px;
  height: 70px;
  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;
  border-radius: 50%;
  font-size: 10px;
  padding-bottom: 7px;
}
.gallery-a .deco {
  position: absolute;
  bottom: 8px;
  left: 50%;
  margin-left: -5px;
}
.gallery-a .slider__thum {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  margin: 10px;
}
.gallery-a .thumbnail__item {
  margin: 1%;
  position: relative;
  cursor: pointer;
}
.gallery-a .is-current::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255,255,255,.5);
  border: 2px solid #e6002d;
}
@media only screen and (min-width: 750px) {
  .gallery-a .cbtn {
    bottom: 20px;
    right: 70px;
  }
  .gallery-a .cbtn:hover {
    opacity: .9;
  }
  .gallery-a .deco {
    font-size: 20px;
    margin-left: -10px;
    bottom: 15px;
  }
  .gallery-a .slider__thum {
    max-width: 570px;
    margin: 20px auto;
  }
}
@media only screen and (min-width: 1000px) {
  .gallery-a .cbtn {
    width: 120px;
    height: 120px;
    font-size: 13px;
  }
  .gallery-a .slider__thum {
    max-width: 570px;
    margin: 20px auto;
  }
}
.gallery-b .item {
  width: 33.33333%;
  position: relative;
  border: 1px solid #fff;
}
.gallery-b .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;
}
@media only screen and (min-width: 750px) {
  .gallery-b .item:hover {
    opacity: .8;
  }
}
[class*='tab-'] .btnitem {
  text-align: center;
  padding: 10px;
  min-height: 60px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
[class*='tab-'] .is-active {
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}
[class*='tab-'] .contentitem {
  display: none;
}
[class*='tab-lg'] .contentitem {
  padding: 30px 0;
	margin-bottom: 30px;
}
[class*='tab-md'] .contentitem {
  padding: 30px 20px;
	margin-bottom: 30px;
}
[class*='tab-'] .is-show {
  display: block;
}
[class*='tab-lg'] .inner {
  padding: 0 20px;
}
[class*='tab-md'] .component .inner {
  padding: 0;
  width: 100%;
}
[class*='tab-md-'] .btnwrap {
  margin: 0 1%;
}
[class*='tab-md-'] .btnitem {
  border-radius: 10px 10px 0 0;
  margin: 0 1%;
}
.holdingstore .inner{
  background: #fff;
  padding: 30px 20px;
}

@media only screen and (min-width: 750px) {
  [class*='tab-md-'] .btnitem:hover {
    cursor: pointer;
    padding-bottom: 10px;
  }
  [class*='tab-md'] .contentitem {
    padding: 30px;
  }
}
@media only screen and (min-width: 1000px) {
  [class*='tab-md-'] .btnwrap {
    width: 90%;
    max-width: 980px;
    margin: 0 auto;
  }
}

/* ------------------------------
- productid
------------------------------ */
.productid__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.productid__link {
    display: block;
}
.productid__img {
    text-align: center;
}
.productid__img img {
    max-width: 100%;
    width: auto;
}
.productid__text {
    color: #000;
    font-weight: bold;
    // border-bottom: 1px solid #e6e6e6;
}
.productid__size {
    color: #999;
}
.productid__price {
    color: #707070;
    font-weight: bold;
    /* text-align: right; */
}
.productid__price span {
    display: block;
}
.productid__btn {
    max-width: 300px;
    padding: 0;
}
.productid__btnlink {
    text-align: center;
    width: 100%;
    display: inline-block;
    border-radius: 30px;
    padding: 14px;
    font-weight: bold;
    letter-spacing: .05em;
    background: #eee;
    border: 1px solid #ccc;
    color: #000;
}

@media only screen and (max-width: 749px) {
  .productid__item.col1_sp {
    width: 100%; 
  }
  .productid__item.col1_sp:not(:first-child) {
    margin-top: 10%;
  } 
  .productid__item.col2_sp {
    width: 48.5%;    
  }
  .productid__item.col2_sp:not(:nth-child(2n)) {
    margin-right: 3%;
  } 
  .productid__item.col2_sp:nth-child(n+3) {
    margin-top: 10%;
  }
  .productid__text {
    font-size: 1.17em;
    //padding-bottom: .3rem;
    margin: 10px 0 10px;
  }
  .productid__subtext {
    font-size: 13px;
    padding-bottom: 5px;
  }
  .productid__size {
    font-size: 11px;
  }
  .productid__price {
    font-size: 13px;
    margin-top: 5px;
  }
  .productid__price span {
    font-size: 12px;
  }
  .productid__btn {
    width: 100%;
    margin: 20px auto 0;
  }
  .productid__btnlink {
    font-size: 12px;
  }
}

@media only screen and (min-width: 750px) {
  .productid__item.col2_pc {
    width: 48%;    
  }
  .productid__item.col2_pc:not(:nth-child(2n)) {
    margin-right: 4%;
  } 
  .productid__item.col2_pc:nth-child(n+3) {
    margin-top: 4%;
  }
  .productid__item.col3_pc {
    width: 32%;
  }
  .productid__item.col3_pc:not(:nth-child(3n)) {
    margin-right: 2%;
  } 
  .productid__item.col3_pc:nth-child(n+4) {
    margin-top: 3%;
  }
  .productid__item.col4_pc {
    width: 25%;
  }
  /*
  .productid__item.col4_pc:not(:nth-child(4n)) {
    margin-right: 2%;
  }
  */
  .productid__item.col4_pc:nth-child(n+5) {
    margin-top: 3%;
  }
  .productid__item {
    padding-bottom: 30px!important;
  }
  .productid__link:hover {
    opacity: .7;
  }
  .productid__text {
    font-size: 1.17em;
    margin: 15px 0 10px;
  }
  .productid__subtext {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .productid__size {
    font-size: 11px;
  }
  .productid__price {
    font-size: 14px;
    margin-top: 10px;
  }
  .productid__price span {
    font-size: 13px;
  }
  .productid__btn {
    width: 90%;
    margin: 30px auto 0;
  }
  .productid__btnlink {
    font-size: 12px;
  }
}

/* ------------------------------
- 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-movie
------------------------------ */
.c-movie .iframe__content {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.c-movie .iframe__content iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.c-movie .caption {
  margin: 5px 10px 0;
  font-size: 0.9em;
}

@media only screen and (min-width: 751px) {
    .c-movie .inner_lg {
        width: 90%;
        max-width: 970px;
        padding: 0;
        margin: 0 auto;
    }
    .c-movie .inner_md {
        width: 75%;
        max-width: 735px;
        padding: 0;
        margin: 0 auto;
    }
    .c-movie .caption {
        margin: 5px 0 0;
    }
}

@media only screen and (min-width: 1000px) {
    .c-movie .caption {
        margin: 10px 0 0;
    }
}

/* ------------------------------
- product
------------------------------ */
.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;
}

@media only screen and (min-width: 751px) {
    .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;
    }
}

/* ------------------------------
- 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 {
    padding: 0;
}
.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;
    line-height: 1.5;
    position: relative;
}
.c-product_ec .product__name p,
.c-product_ec .product__name a {
    line-height: 1.5;
}
.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__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%;    
        width: 49.5%;
    }
    .c-product_ec .product__item.col2_pc:not(:nth-child(2n)) {
        //margin-right: 3%;
        margin-right: 1%;
    }
    .c-product_ec .product__item.col2_pc .product__img {
        margin-bottom: 20px;
    }
    /* col3_pc */
    .c-product_ec .product__item.col3_pc {
        //width: 32%;
        width: 33.3333%;
    }
    .c-product_ec .product__item.col3_pc:not(:nth-child(3n)) {
        //margin-right: 2%;
        margin-right: 0;
    }
    /* col4_pc */
    .c-product_ec .product__item.col4_pc {
        //width: 23%;
        width: 24.625%;
    }
    .c-product_ec .product__item.col4_pc:not(:nth-child(4n)) {
        //margin-right: 2.6666%;
        margin-right: .5%;

    }
    .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: 49%;
    }
    .c-product_ec .product__item.col2_sp:not(:nth-child(2n)) {
        margin-right: 2%;
    }
    .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-btn
------------------------------ */
.c-btn .btn__inner {
  text-align: center;
}
.c-btn .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;
}

@media only screen and (min-width: 1000px) {
  .c-btn .btn__item {
    max-width: 50%;
    min-width: 300px;
    width: auto;
  }
  .c-btn .btn__item:hover {
	color: #fff !important;
    border: 2px solid #999 !important;
	background:#999;
  }
}

@media screen and (max-width: 749px) {
  .row-md.col-2 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
  }
  .row-md.col-2 .item {
    margin-top: 0;
    width: calc(100% / 2.03);
  }
  .row-md.col-2 .item:not(:nth-of-type(-n+2)) {
    margin-top: 40px;
  }
  .row-md.col-2 .item .name {
    font-size: 14px;
  }
  .row-md.col-2 .item .cbtnwrap {
    padding: 0;
  }
  .row-md.col-2 .item .cbtnwrap .cbtn {
    font-size: 12px;
  }
}