/* ------------------------------
- project
------------------------------ */
.mt0 {
  margin-top: 0;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mb0 {
  margin-bottom: 0;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.pt0 {
  padding-top: 0;
}
.pb0 {
  padding-bottom: 0;
}

[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;
  }
}
.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;
} */

/* ------------------------------
- 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;
  }
}
@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;
}
.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: 40px;
  }
}
[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%;
  }
}
@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 .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;
}
.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;
}
.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;
  }
}

/* ------------------------------
- imgtext
------------------------------ */
.imgtext__heading {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
  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;
}

/*
.imgtext__block,
.c-imgtext-c {
  background: #eee;
  padding: 1.5rem 1rem;  
}
*/

.c-imgtext-b .imgtext__heading,
.c-imgtext-c .imgtext__heading {
  font-size: 1rem;
  font-weight: bold;
  /* border-bottom: 1px solid #e8e8e8; */
  padding-left: 15px;
  position: relative;
}

.c-imgtext-b .imgtext__heading::before,
.c-imgtext-c .imgtext__heading::before {
  content: '';
  position: absolute;
  background: #ca0000;
  width: 10px;
  height: 2px;
  top: 7px;
  left: 0;
}

.c-imgtext-b .imgtext__img,
.c-imgtext-c .imgtext__img {
  margin-bottom: 20px;
}

.c-imgtext-b .imgtext__btn__item,
.c-imgtext-c .imgtext__btn__item {
  background: #fff;
  color: #ca0000;
  border: 2px solid #ca0000;
}

@media only screen and (max-width: 749px) {
  .inner__lg {
    padding: 0 4vw;
  }
  .imgtext__block + .imgtext__block {
    margin-top: 3rem;
  }
  .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%;
  }
}


@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: 60%;
    max-width: 588px;
  }
  .inner__sm {
    width: 50%;
    max-width: 490px;
  }
  .cv__inner {
    padding: 30px;
    width: 1040px;
  }
  .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__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;
  }
  .c-imgtext-b .imgtext__heading,
  .c-imgtext-c .imgtext__heading {
    font-size: 1.1rem;
  }
  .c-imgtext-b .imgtext__heading::before,
  .c-imgtext-c .imgtext__heading::before {
    top: 9px;
  }
    
}
    
    
    
@media only screen and (min-width: 1000px) {
  .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::before,
  .c-imgtext-c .imgtext__heading::before {
    top: 10px;
  }
  .c-imgtext-b .imgtext__btn__item:hover,
  .c-imgtext-c .imgtext__btn__item:hover {
    background: #999;
    color: #fff !important;
    border: 2px solid #999 !important;
  }
}
    
@media only screen and (min-width: 1100px) {
  .c-imgtext-a .imgtext__inner {
    min-height: 360px;
  }
}
    
    
/* ------------------------------
- guide
------------------------------ */
.guide img {
    width: auto;
    max-width: 100%;
}

.guide__main {
   /* letter-spacing: .05em; */
}

.guide__main .img-col12 .row-sm {
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.guide .img-col6 .col6-md,
.guide .c-imgtext .imgtext__img {
    text-align: center;
}

.guide h1 {
    border-bottom: 2px solid #ca0000;
    padding: .5rem 0;
    font-size: 1.3rem;
    font-weight: bold;
    margin: 1rem 0;
}
  
.guide h2 {
    padding: 4rem 0 1.3rem;
    margin: 0 0 1rem 0;
    font-size: 1.2rem;
    position: relative;
    letter-spacing: 0.05em;
}
.pricelist h2 {
  padding: 4rem 0 1.3rem;
}
.guide h2::after {
    content: "";
    width: 5%;
    border-bottom: 2px solid #ca0000;
    position: absolute;
    left: 0;
    bottom: 0;
}

.guide h2 > img {
    display: inline-block;
    padding-bottom: .1rem;
    padding-left: .5rem;
    vertical-align: middle;
    width: auto;
    max-width: 100%;
}

.guide h3 {
    position: relative;
    font-size: 1.1rem;
    font-weight: bold;
    padding: .7rem 0 .7rem 1.5rem;
    margin: 3rem 0 .5rem;
    background: #f7f7f7;
}

.guide h3::after {
    position: absolute;
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    background: #ca0000;
    transform: translateY(-50%);
    top: 50%;
    left: .5rem;
    border-radius: 50%;
}

.guide h3 > img {
    display: inline-block;
    padding-bottom: .1rem;
    padding-left: .5rem;
    vertical-align: middle;
    width: auto;
    max-width: 100%;
}

.guide h4 {
    font-size: 1rem;
    font-weight: bold;
    border-bottom: 2px solid #eee;
    padding: 0 0 .3rem;
    margin: 1rem 0 .5rem
}

.guide h4 > img {
    display: inline-block;
    padding-bottom: .1rem;
    padding-left: .5rem;
    vertical-align: middle;
    width: auto;
    max-width: 100%;
}

.guide__pagelink a {
    color: #be2a2a;
    text-decoration: underline;
}

.guide__text {
    margin: 1rem 0 0;
}

.guide__textarea {
    padding: 1rem 0 2rem;
}

.guide__textarea_imgcol {
    padding: 1rem 1% 2rem !important;
}

.guide__linktext {
    margin-top: 1.5rem;
}

.guide__linktext_left {
    text-align: left;
}

.guide__linktext_right {
    text-align: right;
}

.guide__linktext > a {
    position: relative;
    font-size: 13px;
    /* padding-right: 25px; */
    border-bottom: 1px solid #4c4948;
}

/*
.guide__linktext > a::before {
    top: 6px;
    right: 6px;
    border: 1px solid #333;
}

.guide__linktext > a::after {
    top: 3px;
    right: 3px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
}

.guide__linktext > a::before,
.guide__linktext > a::after {
    position: absolute;
    content: '';
    display: block;
    width: 11px;
    height: 8px;
}
*/

.guide__btn > a {
    position: relative;
    margin: 30px auto 0;
    font-size: 13px;
    color: #ca0000;
    background: #fff;
    border: 1px solid #ca0000;
    text-align: center;
    width: 230px;
    display: block;
    border-radius: 30px;
    padding: 14px;
    font-weight: bold;
    letter-spacing: .05em;
}

.guide__btn > a::after {
    position: absolute;
    right: 2rem;
    content: "\f105";
    color: #ca0000;
    font-family: FontAwesome;
}

.guide .youtube {
    margin-top: 3rem;
}

.guide__text-pay {
    display: inline-block;
    background: #ca0000;
    color: #fff;
    font-weight: normal;
    padding: .3rem .5rem .15rem;
    font-size: .85rem;
}

.guide__text-free {
    display: inline-block;
    background: #1a467a;
    color: #fff;
    font-weight: normal;
    padding: .3rem .5rem .15rem;
    font-size: .85rem;
}


@media only screen and (min-width: 750px) {
    .guide__main .img-col12 .row-sm.row-sm_left {
        justify-content: normal;
    }
    
    .guide__main a:hover:not(.btn) {
        opacity: .7;
    }
    
    .guide__main .guide__btn a:hover {
        opacity: 1;
    }
    
    .guide h1 {
        margin: 2rem 0;
        padding: .5rem 0;
        font-size: 1.5rem;
    }
    
    .guide h2 {
        font-size: 1.3rem;
        padding: 5rem 0 1.3rem;
    }
    .pricelist h2 {
      padding: 2rem 0 1.3rem;
    }
    
    .guide h2::after {
        width: 3%;
    }

    .guide h3 {
        margin: 5rem 0 .5rem;
        padding-left: 1.5rem;
    }
    
    .guide h3::after {
        left: .75rem;
    }

    .guide h4 {
        font-size: 1rem;
        margin: 2rem 0 .5rem;
    }

    .guide__textarea {
        padding: 1rem 0 4rem;
    }
    
    .guide__textarea_imgcol {
        padding: 1rem 1% 4rem !important;
    }
    
    .guide__btn > a {
        margin-top: 40px;
    }
    
    .guide__btn > a:hover {
        color: #fff;
        background: #ca0000;
    }
    
    .guide__btn > a:hover::after {
        position: absolute;
        right: 2rem;
        content: "\f105";
        color: #fff;
        font-family: FontAwesome;
    }
    
    .guide .youtube {
         margin-top: 5rem;
    }
}


/* ------------------------------
- guide/price_warranty
------------------------------ */
.guide .price_warranty {
    border: 1px solid #be2a2a;
    margin-bottom: 2rem;
}

.guide .price_warranty p:nth-child(1) {
	display: block;
    margin: 0;
    padding: .5rem .5rem;
    background-color: #be2a2a;
    font-size: 1.2rem;
    font-weight: bold;
    color: #fff;
}

.guide .price_warranty p:nth-child(2) {
	display: block;
    margin: 0;
    padding: .5rem .5rem;
    font-size: 1rem;
    font-weight: bold;
}

@media only screen and (min-width: 750px) {
    .guide .price_warranty p:nth-child(1) {
        display: inline-block;
        padding: 1rem 3rem;
    }

    .guide .price_warranty p:nth-child(2) {
        display: inline-block;
        padding: 0 0 0 1.3rem;
        font-size: 1.2rem;
    }
    
}

/* ------------------------------
- guide/inspection
------------------------------ */
.guide .inspection {
	width: 88%;
    margin: 2rem auto 2rem;
    padding: .7rem .3rem;
    border: solid 2px #be2a2a;
    background-color: #ffdbdb;
    font-size: 95%;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
}

@media only screen and (min-width: 750px) {
        .guide .inspection {
            width: 70%;
            margin: 3rem auto 3rem;;
            padding: 2rem;
            font-size: 140%;
    }
}

/* ------------------------------
- iframe
------------------------------ */
.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;
}



/* お問合わせ・よくある質問 */
.guide__main {
  padding: 20px 0;
}
.sec{
  font-size: 10px;
}

.guideBlock{
  background-color: #F2F2F2;
}

.guideBlock__head{
  display: flex;
  align-items: center;
}
/* .guideBlock__ttl{
  margin-bottom: 0;
}
.guideBlock__ttl::after{
  content: none;
} */
.guideBlock__icon{
  width: 38px;
  margin-right: 8px;
}

.guideBlock__lead{
  font-size: 15px;
}


@media only screen and (min-width: 750px) {
  .guideBlock{
      width: 90%;
      max-width: 1040px;
      margin: 0 auto;
      padding: 40px;
  }
  .guideBlock+.guideBlock{
      margin-top: 40px;
  }
  .guideBlock__head{
      margin-bottom: 24px;
  }
  .guideBlock__ttl{
      font-size: 24px;
  }
  .guideBlock__row{
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
  }
  .guideBlock__row+.guideBlock__row{
      margin-top: 60px;
  }
  .guideItem{
      width: 48.4%;
  }
}
@media only screen and (min-width: 1024px){
  .guideItem.-lg{
      width: 64%;
  }
  .guideItem.-sm{
      width: 31.3%;
  }
}
@media only screen and (max-width: 750px) {
  .visible-lg,.visible-md{
      display: none;
  }
  .guideBlock{
      padding: 32px 15px;
  }
  .guideBlock+.guideBlock{
      margin-top: 8px;
  }
  .guideBlock__head{
      margin-bottom: 20px;
  }
  .guideBlock__ttl{
      font-size: 18px;
  }
  .guideBlock__row+.guideBlock__row{
      margin-top: 50px;
  }
  .guideItem+.guideItem{
      margin-top: 50px;
  }
}



/* お問合わせ */
.contactBlock{
  background-color: #fff;
}
.contactBlock__head{
  display: flex;
  align-items: center;
}
.contact__btnarea{
  max-width: 560px;
  width: 100%;
}
.contact__anc{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 5px 1em;
  background-color: #fff;
  border: solid 1px #DEDEDE;
  border-radius: 4px;
  text-decoration: none;
  text-align: center;
  transition: .3s all;
  font-size: 14px;
}
.contact__anc::after{
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5%;
  color: #DEDEDE;
}
.tel__box{
  display: flex;
  align-items: center;
}
.dial__txt{
  border-top: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
}
.tel__txt{
  font-weight: bold;
}
.date__txt{
  font-size: 13px;
}
.contactBlock__foot{
  font-size: 12px;
  border-top: 1px solid #DEDEDE;
}
@media only screen and (min-width:1024px){
  .contactBlock__inner{
      display: flex;
      align-items: center;
      justify-content: space-between;
  }
  .contactBlock__body{
      width: 62.2%;
  }
}
@media only screen and (max-width:1024px) and (min-width:750px){
  .contactBlock__head{
      margin-bottom: 30px;
  }
  .contactBlock__tel{
      justify-content: center;
  }
}

@media only screen and (min-width:750px){
  .l-inner-md{
      margin: 0 auto;
      width: 90%;
      max-width: 1040px;
  }
  .contactBlock{
      padding: 20px 30px;
  }
  .contactBlock+.contactBlock{
      margin-top: 24px;
  }
  .contactBlock__icon{
      min-width: 36px;
      margin-right: 16px;
  }
  .contactBlock__ttl{
      font-size: 18px;
  }

  .contact__btnarea{
      display: flex;
      justify-content: space-between;
  }
  .contact__btn{
      max-width: 268px;
      width: 47.9%;
  }
  .contact__anc{
      height: 73px;
  }
  .contact__anc:hover{
      text-decoration: none;
      color: #fff;
      background-color: #DEDEDE;
  }
  .contact__anc:hover::after{
      color: #fff;
  }
  .contactBlock__tel{
      display: flex;
      align-items: center;
      flex-wrap: wrap;
  }
  .dial__txt{
      font-size: 13px;
      padding: 12px;
  }
  .tel__txt{
      font-size: 36px;
      margin: 0 15px;
  }
  .contactBlock__foot{
      margin-top: 16px;
      padding-top: 16px;
  }
}
@media only screen and (max-width:750px){
  .l-inner-md{
      padding: 0 15px;
  }
  .contactBlock{
      padding: 30px 15px;
  }
  .contactBlock+.contactBlock{
      margin-top: 15px;
  }
  .contactBlock__head{
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      margin-bottom: 24px;
  }
  .contactBlock__icon{
      min-width: 36px;
      margin-bottom: 10px;
  }
  .contactBlock__ttl{
      font-size: 18px;
  }
  .contact__btnarea{
      margin-top: 15px;
  }
  .contact__btn+.contact__btn{
      margin-top: 15px;
  }
  .contact__anc{
      height: 60px;
  }
  .tel__box{
      justify-content: center;
  }
  .dial__txt{
      font-size: 11px;
      padding: 8px;
  }
  .tel__txt{
      font-size: 28px;
      margin-left: 9px;
  }
  .date__txt{
      text-align: center;
      margin-top: 15px;
  }
  .contactBlock__foot{
      margin-top: 24px;
      padding-top: 24px;
  }
}

/* よくある質問 */

.ancList{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.ancItem{
}
.ancItem__anc{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 5px 2px;
  background-color: #fff;
  border: solid 1px #888;
  text-decoration: none;
  text-align: center;
  transition: .3s all;
  font-size: 14px;
}
.ancItem__anc::before{
  content: "";
  position: absolute;
  height: 1px;
  width: 25px;
  background-color: #fff;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
}
.ancItem__anc::after{
  content: "\f105";
  font-family: FontAwesome;
  color: #888;
  position: absolute;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
  font-size: 1.5em;
}

.faqItem__q{
  position: relative;
  font-weight: bold;
  background-color: #fff;
}
.faqItem__q::before{
  content: "";
  background-color: #CA0001;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 16px;
  width: 1px;
}
.faqItem__a .flex{
  display: flex;
}
.faqItem__btnarea{
  margin-top: 24px;
}
.faqItem__btn+.faqItem__btn{
  margin-top: 8px;
}
.faqItem__anc{
  display: inline-flex;
  align-items: center;
  font-size: 13px;
  border: 1px solid #888888;
  padding: 12px 16px;
}
.faqItem__anc::before{
  content: "\f105";
  font-family: FontAwesome;
  color: #888;
  margin-right: 4px;
}
@media only screen and (min-width:1024px){
  .ancItem{
      width: 19.2%;
  }
}
@media only screen and (max-width:1024px) and (min-width:750px){
  .ancItem{
      width: 47.5%;
  }
  .ancItem:nth-child(odd){
      margin-right: 5%;
  }
  .ancItem:nth-child(n+3){
      margin-top: 20px;
  }
}
@media only screen and (min-width:750px){
  .faq{
      margin-top: 75px;
  }
  .faq__ttl{

  }
  .ancList{
      margin: 32px 0 50px;
  }
  .ancItem__anc{
      font-size: 15px;
      height: 73px;
  }
  .ancItem__anc:hover{
      opacity: .8;
  }
  .ancItem__anc:hover::after{
      bottom: -23px;
  }
  .guideBlock__subHead{
      padding-top: 300px;
      margin-top: -300px;
  }
  .guideBlock__subHead.head-fixed{
      padding-top: 160px;
      margin-top: -160px;
  }
  .guideBlock__subttl{
      font-size: 20px;
      margin-bottom: 32px;
  }
  .faqItem+.faqItem{
      margin-top: 48px;
  }
  .faqItem__q{
      font-size: 16px;
      padding: 16px;
  }
  .faqItem__a{
      font-size: 15px;
      padding: 0 16px;
      margin-top: 24px;
  }
  .faqItem__anc:hover{
      background-color: #fff;
  }
}
@media only screen and (max-width:750px){
  .faq{
      margin-top: 32px;
  }
  .ancList{
      margin: 32px 0;
  }
  .ancItem{
      width: 100%;
  }
  .ancItem+.ancItem{
      margin-top: 15px;
  }
  .ancItem__anc{
      font-size: 13px;
      height: 57px;
  }
  .guideBlock__subHead{
      padding-top: 250px;
      margin-top: -250px;
  }
  .guideBlock__subHead.head-fixed{
      padding-top: 140px;
      margin-top: -140px;
  }
  .guideBlock__subttl{
      font-size: 18px;
      margin-bottom: 24px;
  }
  .faqItem+.faqItem{
      margin-top: 32px;
  }
  .faqItem__q{
      font-size: 15px;
      padding: 14px;
  }
  .faqItem__a{
      font-size: 15px;
      margin-top: 16px;
  }
}

/* outro */
.outro__lead{
  font-size: 15px;
}
.sec__btn{
  max-width: 400px;
  margin: 0 auto;
}
.sec__anc{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 5px 1em;
  background-color: #fff;
  border: solid 1px #DEDEDE;
  border-radius: 4px;
  text-decoration: none;
  text-align: center;
  transition: .3s all;
  height: 60px;
}
.sec__anc::after{
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5%;
  color: #DEDEDE;
}
@media only screen and (min-width:750px){
  .outro{
      text-align: center;
      margin: 65px 0 80px;
  }
  .sec__btn{
      margin-top: 35px;
  }
  .sec__anc{
      font-size: 15px;
  }
  .sec__anc:hover{
      text-decoration: none;
      color: #fff;
      background-color: #DEDEDE;
  }
  .sec__anc:hover::after{
      color: #fff;
  }
}
@media only screen and (max-width:750px){
  .outro{
      margin: 40px 0 30px;
  }
  .sec__btn{
      margin-top: 16px;
  }
  .sec__anc{
      font-size: 14px;
  }
}



#delivery_area{
  background: #F2F2F2;
  margin-top: 0;
  padding: 56px 0;
  }
  .head {
  text-align: center;
  margin-bottom: 20px;
  }
  .head__sub {
  margin-bottom: 5px;
  }
  .head__main {
  font-size: 20px;
  }
  .head::after {
  content: '';
  display: block;
  margin: 10px auto 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ca0000;
  }
  @media only screen and (min-width: 750px) {
  .visible-sm{
    display: none;
  }
  .head {
    margin-bottom: 30px;
  }
  .head__main {
    font-size: 28px;
  }
  }
  @media only screen and (max-width: 750px) {
  .visible-lg,.visible-md{
      display: none;
  }
  }
  /* ------------------------------
  - tab
  ------------------------------ */
  .sec__lead{
  text-align: center;
  }
  @media only screen and (min-width: 750px) {
  .sec__lead{
      font-size: 15px;
  }
  .tabContent{
      margin-top: 60px;
  }
  .l-inner-md{
      margin: 0 auto;
      width: 90%;
      max-width: 1040px;
  }
  }
  @media only screen and (max-width: 750px) {
  .sec__lead{
      font-size: 15px;
  }
  .tabContent{
      margin-top: 20px;
  }
  .l-inner-md{
      padding: 0 15px;
  }
  }
  
  /* tab */
  .tab__head{
  display: flex;
  justify-content: space-between;
  }
  .tab__head__item{
  text-align: center;
  position: relative;
  }
  .tab__head__item.active{
  padding-bottom: 0;
  }
  .tab__head__anc{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 1rem;
  font-weight: bold;
  background: #fff;
  border: 2px solid #F2F2F2;
  cursor: pointer;
  box-sizing: border-box;
  transition: .3s all;
  text-decoration: none!important;
  }
  .tab__head__item.active .tab__head__anc{
  background: #F2F2F2;
  pointer-events: none;
  }
  .body__item {
  display: none;/*はじめは非表示*/
  opacity: 0;/*透過0*/
  }
  .body__item.is-active{
  display: block;/*表示*/
  animation-name: displayAnime;/*ふわっと表示させるためのアニメーション*/
  animation-duration: 2s;
  animation-fill-mode: forwards;
  }
  @keyframes displayAnime{
  from {
      opacity: 0;
  }
  to {
      opacity: 1;
  }
  }
  .tab__head__item.active .tab__head__anc .ttl{
  border-bottom: 1px solid #CA0001;
  padding-bottom: 10px;
  }
  
  @media only screen and (min-width: 750px) {
  .tab__head__item{
      width: 49.5%;
  }
  .tab__head__anc{
      font-size: 16px;
      height: 83px;
  }
  .tab__head__anc:hover{
      background:#F2F2F2;
  }
  }
  
  @media only screen and (max-width: 750px) {
  .tab__head__item{
      width: 47.8%;
  }
  .tab__head__anc{
      font-size: 13px;
      height: 64px;
  }
  }
  
  
  /* body */
  .delivery__lead{
  font-weight: bold;
  text-align: center;
  }
  /* deliveryList */
  
  .deliveryList{
  display: flex;
  flex-wrap: wrap;
  }
  .deliveryItem__anc{
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #fff;
  box-shadow: 3px 3px 6px rgba(0,0,0,.06);
  text-decoration: none!important;
  transition: .3s all;
  }
  .delivery__outro{
  text-align: right;
  }
  
  .delivery__btn{
  margin: 0 auto;
  max-width: 400px;
  }
  .delivery__anc{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  width: 100%;
  padding: 5px 1em;
  background-color: #fff;
  border: solid 1px #888888;
  border-radius: 4px;
  text-decoration: none;
  text-align: center;
  transition: .3s all;
  font-size: 14px;
  text-decoration: none!important;
  
  }
  .delivery__anc::after{
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5%;
  color: #DEDEDE;
  }
  @media only screen and (min-width: 750px) {
  .delivery__lead{
      font-size: 18px;
      margin-bottom: 30px;
  }
  .deliveryItem{
      width: 19.5%;
  }
  .deliveryItem:not(:nth-child(5n)){
      margin-right: 0.625%;
  }
  .deliveryItem:nth-child(n+6){
      margin-top: 10px;
  }
  .deliveryItem__anc{
      font-size: 15px;
      height: 56px;
  }
  .deliveryItem__anc:hover{
      background-color: #F2F2F2;
  }
  .delivery__outro{
      margin-top: 10px;
      font-size: 13px;
  }
  .delivery__anc{
      font-size: 15px;
  }
  .delivery__anc:hover{
      color: #fff;
      background-color: #888;
  }
  }
  @media only screen and (max-width: 750px) {
  .delivery__lead{
      font-size: 15px;
      margin-bottom: 24px;
  }
  .deliveryItem{
      width: 47.8%;
  }
  .deliveryItem:nth-child(odd){
      margin-right: 4.4%;
  }
  .deliveryItem:nth-child(n+3){
      margin-top: 10px;
  }
  .deliveryItem__anc{
      font-size: 13px;
      height: 48px;
  }
  .deliveryItem__anc:hover{
      background-color: #F2F2F2;
  }
  .delivery__outro{
      font-size: 12px;
      margin-top: 20px;
  }
  .delivery__anc{
      font-size: 14px;
  }
  }
  
  
  
  
  /* soudankai_largebanner*/
  
  @media only screen and (min-width: 750px) {
    #soudankai_largebanner {
        margin: 80px auto;
        width: 90%;
        max-width: 960px;
    }
  }
  
  @media only screen and (max-width: 750px) {
    #soudankai_largebanner {
        margin: 20px 0;
        padding: 0 15px;
    }
    #soudankai_largebanner + #footer .footer__spMenu__foot{
        margin-top: 0;
    }
  }