/* ------------------------------
- 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;
}
.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%;
}
.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__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;
}
.campaign_item_per {
    position: absolute;
    top: -4%;
    left: 4%;
    width: 35px;
    height: 50px;
    font-weight: bold;
    line-height: 0.7;
    font-size: 1rem;
    text-align: center;
    background: #c50414;
    border: solid 1px #c50414;
    color: #fff;
    padding-top: 1rem;
}
.campaign_item_per span {
    display: block;
    font-size: 0.7rem;
    font-weight: normal;
}
.campaign_item_text {
    display: inline-block;
    font-size: 0.8rem;
    font-weight: bold;
    padding: 7px 10px 5px;
    background-color: #333;
    color: #fff;
    margin-bottom: 6px;
    letter-spacing: 1.5px;
    line-height: 1.5;
}
.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 (max-width: 749px) {
    .inner__lg {
        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%;
    }
    .campaign_item_per {
        width: 35px;
        height: 50px;
        font-size: .9rem;
        padding-top: 1.15rem;
    }
    .campaign_item_per span {
        display: block;
        font-size: 0.7rem;
    }
    .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;
    }
    .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 (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;
    }
    .mv__inner {
        width: 90%;
        max-width: 980px;
        padding: 0;
        margin: 0 auto;
    }
    .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__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,
.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__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;
    }
}




/* ------------------------------
- brand__head
------------------------------ */
.brand__namewrap {
  border-top: 3px solid #333;
  border-bottom: 3px solid #333;
}
.brand__name__head {
  padding: 8px 0;
  border-bottom: 1px solid #333;
  text-align: center;
  font-size: 14px;
}
.brand__name__logowrap {
  text-align: center;
  width: 100%;
}
.brand__name__logo {
  max-height: 90px;
  margin-bottom: 20px;
}
.brand__name__logo .img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.brand__name .en {
  display: block;
}
.brand__name {
  font-size: 18px;
}
@media only screen and (min-width: 749px) {
  .brand__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px;
  }
  .brand__namewrap {
    position: relative;
    width: 26%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .brand__sliderwrap {
    width: 73%;
    max-width: 750px;
  }
  .brand__name__head {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 750px) {
  .brand__namewrap {
    margin-bottom: 30px;
  }
  .brand__name__logowrap {
    padding: 30px 0;
  }
  .brand__name__logo {
    padding: 0 10%;
  }
}
/* ------------------------------
- brand__slider
------------------------------ */
.slider__arrow {
  position: absolute;
  top: 50%;
  z-index: 20;
  background: rgba(255,255,255,.9);
}
.slider__arrow.--prev {
  left: 0;
}
.slider__arrow.--next {
  right: 0;
}
.slider__arrow .deco {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.brand__thumbnail {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.thumbnail__item {
  width: 16.66665%;
  opacity: 1;
  transition: all .4s;
}
.thumbnail-current {
  opacity: .3;
}
@media only screen and (min-width: 749px) {
  .slider__arrow {
    width: 40px;
    height: 110px;
    margin-top: -55px;
    cursor: pointer;
    transition: all .3s;
  }
  .slider__arrow:hover {
    opacity: .8;
  }
  .slider__arrow .deco {
    font-size: 2em;
  }
  .brand__thumbnail {
    left: -4px;
    width: calc(100% + 8px);
  }
  .thumbnail__item {
    margin: 8px 4px 0;
    cursor: pointer;
  }
}
@media only screen and (max-width: 750px) {
  .slider__arrow {
    width: 25px;
    height: 70px;
    margin-top: -35px;
  }
  .slider__arrow .deco {
    font-size: 1.5em;
  }
  .brand__thumbnail {
    left: -2px;
    width: calc(100% + 4px);
  }
  .thumbnail__item {
    margin: 4px 2px 0;
  }
}
/* ------------------------------
- brand__main
------------------------------ */
.brand__lead,
.brand__info {
  border-bottom: 1px solid #333;
}
.brand__lead,
.brand__lead p {
  font-size: 14px;
  line-height: 1.7;
}
.brand__info__heading {
  font-size: 15px;
  margin-bottom: 15px;
}
.brand__info__heading:after {
  content: '';
  display: block;
  width: 20px;
  height: 1px;
  background: #333;
  margin-top: 10px;
}
.brand__info__text,
.brand__info__text p {
  color: #999;
  font-size: 13px;
  line-height: 1.7;
}
.brand__info__site {
  text-align: right;
}
.brand__info__site .link {
  position: relative;
  font-size: 13px;
  padding-right: 25px;
}
.brand__info__site .link::before,
.brand__info__site .link::after {
  position: absolute;
  content: '';
  display: block;
  width: 11px;
  height: 8px;
}
.brand__info__site .link::before {
  top: 6px;
  right: 6px;
  border: 1px solid #333;
}
.brand__info__site .link::after {
  top: 3px;
  right: 3px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
}
@media only screen and (min-width: 749px) {
  .brand__lead {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
  .brand__lead,
  .brand__lead p {
    line-height: 2;
  }
  .brand__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 40px;
  }
  .brand__info__block {
    width: 50%;
  }
  .brand__info__block:first-child {
    padding-right: 4%;
  }
  .brand__info__block + .brand__info__block {
    padding-left: 4%;
    border-left: 1px solid #e6e6e6;
  }
  .brand__info__site {
    margin-top: 30px;
  }
  .brand__info__site .link:hover {
    color: #ca0000;
  }
  .brand__info__site .link:hover::before {
    border: 1px solid #ca0000;
  }
  .brand__info__site .link:hover::after {
    border-top: 1px solid #ca0000;
    border-right: 1px solid #ca0000;
  }
}
@media only screen and (max-width: 750px) {
  .brand__lead {
    padding: 30px 0;
  }
  .brand__info__block {
    padding: 30px 0;
  }
  .brand__info__block + .brand__info__block {
    border-top: 1px solid #e6e6e6;
  }
  .brand__info__site {
    margin-top: 20px;
  }
}
/* ------------------------------
- product
------------------------------ */
/* .product__block {
  border-bottom: 1px solid #333;
} */
.product__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product__list .product__item > a {
    display: block;
}
.is-productnew {
  position: relative;
}
.is-productnew:before {
  position: absolute;
  content: '';
  display: block;
  background: url(/wp/wp-content/themes/idc/assets/images/brand/new.png) no-repeat center/contain;
  z-index: 10;
  top: 0;
}
.product__img {
  position: relative;
  margin-bottom: 10px;
}
.product__img:after {
  content: '';
  position: absolute;
  z-index: 10;
  bottom: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background: #fff url(/wp/wp-content/themes/idc/assets/images/icon/btn_search.png) no-repeat left 7px center/15px;
}
.product__img.x:after {
    content: '';
    position: absolute;
    z-index: 10;
    bottom: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background: #fff url(/wp/wp-content/themes/idc/assets/images/icon/brand-page-arrow-icon.svg) no-repeat left 9px center/11px;
}
.product__text {
  font-weight: normal;
}
.product__price {
  color: #999;
  text-align: right;
}
.product__modal {
  display: none;
}
.product__modal__content {
  background: #fff;
}
.product__modal__heading {
  font-weight: normal;
}
.product__modal__price {
  color: #999;
}
.product__modal__text {
  border-top: 1px solid #e6e6e6;
}
.product__modal__eclink {
  position: relative;
  margin: 20px auto 0;
  font-size: 12px;
  color: #ca0000;
  background: #fff;
  border: 1px solid #ca0000;
  text-align: center;
  max-width: 260px;
  display: block;
  border-radius: 30px;
  padding: 13px;
  font-weight: bold;
}
.product__modal__eclink::after {
  position: absolute;
  right: 1rem;
  content: "\f105";
  color: #ca0000;
  font-family: FontAwesome;
}
@media only screen and (min-width: 749px) {
  .product__block {
    padding: 40px 0;
  }
  .product__heading {
    border-left: 5px solid #ccc;
    padding-left: 15px;
    font-size: 18px;
    margin-bottom: 25px;
  }
  .product__sub__heading {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .product__item {
    width: 23.5%;
    transition: all .3s;
  }
  .product__item__col2 {
    width: 47%;
    transition: all .3s;
  }
  .is-productnew:before {
    width: 38px;
    height: 40px;
    left: 15px;
  }
  .product__item__col2:not(:nth-child(2n)) {
        margin-right: 2%;
  }
  .product__item__col2:nth-child(n+3) {
        margin-top: 2%;
  }
   .product__item:not(:nth-child(4n)) {
    margin-right: 2%;
  }
  .product__item:nth-child(n+5) {
    margin-top: 2%;
  }
  .product__img:before {
    content: 'ONLINE';
    position: absolute;
    bottom: 10px;
    right: 20px;
    width: 80px;
    height: 30px;
    z-index: 20;
    border-radius: 15px;
    padding: 10px 0;
    box-sizing: border-box;
    font-size: 10px;
    font-family: 'Noto Sans JP', YuGothic,"Yu Gothic","Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
    text-align: right;
    transform: scaleX(0);
    transform-origin: right;
    letter-spacing: .1em;
    color: #333;
  }
.product__img.x:before {
    content: 'VIEW MORE';
    position: absolute;
    bottom: 10px;
    right: 20px;
    width: 80px;
    height: 30px;
    z-index: 20;
    border-radius: 15px;
    padding: 10px 0;
    box-sizing: border-box;
    font-size: 10px;
    font-family: 'Noto Sans JP', YuGothic,"Yu Gothic","Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
    text-align: right;
    transform: scaleX(0);
    transform-origin: right;
    letter-spacing: .1em;
    color: #333;

}
  .product__text {
    font-size: 14px;
  }
  .product__price {
    margin-top: 10px;
    padding-top: 10px;
    font-size: 14px;
  }
  .product__price span{
    display: block;
    font-size: 12px;
  }
  .product__item:hover {
    opacity: .8;
  }
  .product__item:hover .product__img:after {
    width: 76px;
  }
  .product__item:hover .product__img.x:after {
    width: 98px;
  }
  .product__item:hover .product__img:before {
    transform: scaleX(1);
  }

    .product__item__col2:hover {
        opacity: .8;
    }
    .product__item__col2:hover .product__img:after {
        width: 76px;
    }
    .product__item__col2:hover .product__img.x:after {
        width: 98px;
    }
    .product__item__col2:hover .product__img:before {
        transform: scaleX(1);
    }

    .product__modal__content {
    padding: 30px 45px;
  }
  .product__modal__heading {
    font-size: 15px;
  }
  .product__modal__price {
    font-size: 15px;
    margin-top: 10px;
  }
  .product__modal__price span{
    font-size: 12px;
  }
  .product__modal__text {
    margin-top: 10px;
    padding-top: 10px;
  }
  .product__modal__text,
  .product__modal__text p {
    font-size: 13px;
    line-height: 1.8;
  }
  .product__modal__eclink:hover {
    color: #fff;
    background: #ca0000;
  }
  .product__modal__eclink:hover::after {
    color: #fff;      
  }  
}
@media only screen and (max-width: 750px) {
  .product__block {
    padding: 30px 0;
  }
  .product__heading {
    border-left: 4px solid #ccc;
    padding-left: 12px;
    font-size: 16px;
    margin-bottom: 20px;
  }
  .product__sub__heading {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .product__list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .product__item {
    width: 48.5%;
  }
  .product__item:nth-child(n+3) {
    margin-top: 4%;
  }
    .product__item__col2 {
        width: 48.5%;
    }
    .product__item__col2:nth-child(n+1) {
        margin-top: 4%;
    }

    .product__item__col1 {
        width: 98%;
        margin-top:4%;
    }

    .is-productnew:before {
    width: 30px;
    height: 32px;
    left: 10px;
  }
  .product__text {
    font-size: 13px;
  }
  .product__price {
    margin-top: 5px;
    padding-top: 5px;
    font-size: 13px;
  }
  .product__price span {
    display: block;
    font-size: 11px;
  }
  .product__modal__content {
    padding: 20px 25px;
  }
  .product__modal__heading {
    font-size: 14px;
  }
  .product__modal__price {
    font-size: 13px;
    margin-top: 5px;
  }
  .product__modal__price span{
    font-size: 11px;
  }
  .product__modal__text {
    margin-top: 5px;
    padding-top: 5px;
  }
  .product__modal__text,
  .product__modal__text p {
    font-size: 12px;
    line-height: 1.5;
  }
}
/* ------------------------------
- fancybox
------------------------------ */
.fancybox-container {
  z-index: 100011;
}
.fancybox-content {
  max-width: 650px;
  background: none;
}
.fancybox-slide--html .fancybox-close-small {
  color: #fff;
}
.fancybox-is-open .fancybox-bg {
  opacity: .6;
}
@media only screen and (max-width: 750px) {
  .fancybox-content {
    padding: 40px 20px;
  }
}
/* ------------------------------
- brand__head
------------------------------ */
.backtobrand {
  padding: 30px 0;
  text-align: center;
  margin-top: 40px;
}
.backtobrand__btn {
  font-size: 14px;
  font-weight: bold;
}
.backtobrand__btn .deco {
  display: block;
  width: 26px;
  height: 26px;
  margin: 0 auto 15px;
}
.deco__item {
  position: relative;
  display: block;
  width: 6px;
  height: 6px;
  background: #333;
  margin: 0 auto;
  transition: all .3s;
}
.deco__item + .deco__item {
  margin-top: 4px;
}
.deco__item::before,
.deco__item::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  width: 6px;
  height: 6px;
  background: #333;
  transition: all 0;
}
.deco__item::before {
  left: -10px;
}
.deco__item::after {
  right: -10px;
}
@media only screen and (min-width: 749px) {
  .backtobrand__btn:hover {
    color: #ca0000;
  }
  .backtobrand__btn:hover .deco__item,
  .backtobrand__btn:hover .deco__item::before,
  .backtobrand__btn:hover .deco__item::after {
    background: #ca0000;
  }
}
/* ------------------------------
- brand__cv
------------------------------ */
.brand__cv__wrap {
    text-align: center;
    background: #e6e6e6;
    padding: 3em 0;
    margin-top: 40px;
}
.brand__cv__btn {
  background: #ca0000 url(/wp/wp-content/themes/idc/assets/images/icon/arrow_a-w.svg) no-repeat center right 20px/ 8px;
  color: #fff;
  font-size: 13px;
  padding: 14px 50px;
  border-radius: 100px;
  width: fit-content;
  border: 1px solid #ca0000;
}
.brand__cv__text {
    position: relative;
    display: inline-block;
    padding: 0 1em;
    margin-top: 2em;
}
.brand__cv__text::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #5e5e5e;
    width: 100%;
    height: 1px;
}
.brand__cv__text::after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    background-color: #5e5e5e;
    width: 100%;
    height: 1px;
    transform: scale(0);
    transform-origin: center;
    transition: all .3s linear;
}
.brand__cv__text:hover::after {
    transform: scale(1);
}

@media only screen and (min-width: 749px) {
  .brand__cv {
    margin: 0 auto;
  }
  .brand__cv__btn {
    margin: 0 auto;
    font-size: 15px;
  }
  .brand__cv__btn:hover {
    background: #fff url(/wp/wp-content/themes/idc/assets/images/icon/arrow_a-r.svg) no-repeat center right 20px/ 8px;
    color: #ca0000;
  }
}
@media only screen and (max-width: 750px) {
  .brand__cv {
    margin: 0 auto;
    padding: 0 10px;
  }
  .brand__cv__btn {
    font-size: 13px;
  }
}
/* ------------------------------
- brand__banner
------------------------------ */
.brand__banner__box {
    width: 100%;
}
.brand__banner__item_1 {
    width: 100%;
}
.brand__banner__item_2 {
    width: 48%;
}
.brand__banner__anchor {
    width: 100%;
}
.brand__banner__img {
    max-width: 100%;
}
.brand__banner__text {
    margin-top: 10px;
}

@media only screen and (min-width: 749px) {
    .brand__banner__box {
        margin: 0 auto 50px;
    }
    .brand__banner__item_1 {
        margin-top: 5%;
        transition: all .3s;
    }
    .brand__banner__item_1:hover {
        opacity: .8;
    }
    .brand__banner__list {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .brand__banner__item_2 {
        width: 48%;
        margin-top: 5%;
        transition: all .3s;
    }
    .brand__banner__item_2:hover {
        opacity: .8;
    }
}
@media only screen and (max-width: 750px) {
    .brand__banner__box {
        margin: 0 auto 10px;
    }
    .brand__banner__item_1 {
        margin-top: 8%;
    }
    .brand__banner__list {
        display: block;
        width: 100%;
    }
    .brand__banner__item_2 {
        width: 100%;
        margin-top: 8%;
    }
}

/* ------------------------------
- other
------------------------------ */
.note {
    margin-top: 30px;
    font-size: 13px;
}

.fabric {
    max-width: 40px;
    height: 40px;
    margin-bottom: 4px;

}

/* ------------------------------
- shopInfoWrap
------------------------------ */

/* - partnerShop */
.shopInfo {
    width: 1120px;
    margin: 0 auto;
    max-width: 100%;
}

@media only screen and (min-width: 751px) {
    .shopInfo {
        padding: 0 40px;
    }
}

@media only screen and (max-width: 750px) {
    .shopInfo {
        padding: 0 4vw;
    }
}

.shopInfoWrap.partnerShop.Once {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3em;
    margin: 65px auto 40px;
    background-color: #f7f7f7;
}
.shopInfoWrap.partnerShop .shopInfoTitleArea .shopInfoTitle {
    font-size: 18px;
    margin-bottom: 25px;
    padding-left: 15px;
    position: relative;
    border-left: 5px solid #ccc;
}
.shopInfoWrap.partnerShop .shopInfoTitleArea .shopInfoDescription {
    font-size: 16px;
    margin-bottom: 1.5em;
}.shopInfoWrap.partnerShop .shopInfoWrap__inner__content {
    width: 100%;
    display: block;
    position: relative;
    margin-bottom: 1em;
    overflow: hidden;
}
.shopInfoWrap.partnerShop .shopInfoWrap__inner__content::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(3,3,3,.3);
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
}
.shopInfoWrap.partnerShop .shopInfoWrap__inner__content::after {
    content: "店舗情報はこちら";
    position: absolute;
    font-size: 1.2rem;
    font-weight: bold;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
    width: 100%;
    text-align: center;
}
.shopInfoWrap.partnerShop .shopInfoWrap__inner__content:hover::before {
    opacity: 1;
    visibility: visible;
}
.shopInfoWrap.partnerShop .shopInfoWrap__inner__content:hover::after {
    opacity: 1;
    visibility: visible;
}
.shopInfoWrap.partnerShop .shopInfoWrap__inner__content__image {
    display: block;
    position: relative;
    transition: all .3s;
}
.shopInfoWrap.partnerShop .shopInfoWrap__inner__content:hover .shopInfoWrap__inner__content__image {
    transform: scale(1.05);
}
.shopInfoWrap.partnerShop .shopInfoWrap__inner__content__name {
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
}
@media only screen and (min-width: 749px) {
    .shopInfoWrap.partnerShop {
        margin: 65px auto 40px;
    }
}
@media only screen and (max-width: 599px) {
    .shopInfoWrap.partnerShop .shopInfoTitleArea .shopInfoTitle {
        font-size: 16px;
    }
    .shopInfoWrap.partnerShop .shopInfoTitleArea .shopInfoDescription {
        font-size: 14px;
    }
}

/* - partnerShop layoutOnce */
.shopInfoWrap.partnerShop .shopInfoTitleAreaOnce {
    width: 50%;
}
.shopInfoWrap.partnerShop .shopInfoTitleAreaOnce .shopInfoTitle {
    font-size: 18px;
    margin-bottom: 25px;
    padding-left: 25px;
    position: relative;
    border: 0;
}
.shopInfoWrap.partnerShop .shopInfoTitleAreaOnce .shopInfoTitle::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 15px;
    height: 2px;
    background-color: #ca0000;
}
.shopInfoWrap.partnerShop .shopInfoTitleAreaOnce .shopInfoDescription {
    font-size: 16px;
    margin-bottom: 0;
}
.shopInfoWrap.partnerShop .shopInfoWrap__inner.layoutOnce {
    margin-left: auto;
    width: 45%;
}
.shopInfoWrap.partnerShop .shopInfoWrap__inner.layoutOnce .flex_box {
    width: 100%;
}
.shopInfoWrap.partnerShop .shopInfoWrap__inner.layoutOnce .flex_box .shopInfoWrap__inner__content__name {
    margin-bottom: .6em;
}
.shopInfoWrap.partnerShop .shopInfoWrap__inner.layoutOnce .anchorBtn {
    font-size: .95rem;
    width: 100%;
    display: block;
    border-radius: 30px;
    padding: 14px;
    font-weight: bold;
    letter-spacing: .05em;
    text-align: center;
    width: 100%;
}
@media only screen and (max-width: 1000px) {
    .shopInfoWrap.partnerShop.Once {
        width: 100%;
    }
}
@media only screen and (max-width: 599px) {
    .shopInfoWrap.partnerShop.Once {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 2rem 10px;
    }
    .shopInfoWrap.partnerShop .shopInfoTitleAreaOnce {
        width: 100%;
    }
    .shopInfoWrap.partnerShop .shopInfoTitleAreaOnce .shopInfoTitle {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .shopInfoWrap.partnerShop .shopInfoTitleAreaOnce .shopInfoDescription {
        font-size: 14px;
        margin-bottom: 1em;
    }
    .shopInfoWrap.partnerShop .shopInfoWrap__inner.layoutOnce {
        width: 100%;
        margin-left: 0;
    }
}

/* - partnerShop layout2 */
.shopInfoWrap.partnerShop .shopInfoWrap__inner.layout2 {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}
.shopInfoWrap.partnerShop .shopInfoWrap__inner.layout2 .shopInfoWrap__inner__content__name {
    text-align: center;
    margin-bottom: 1em;
}
.shopInfoWrap.partnerShop .shopInfoWrap__inner.layout2 .flex_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: calc(100% / 2.1);
    margin-bottom: 40px;
}
.shopInfoWrap.partnerShop .shopInfoWrap__inner.layout2 .flex_box:nth-of-type(2n-1) {
    margin-right: 4.7%;
}
.shopInfoWrap.partnerShop .shopInfoWrap__inner.layout2 .anchorBtn {
    font-size: .95rem;
    width: 100%;
    display: block;
    border-radius: 30px;
    padding: 14px;
    font-weight: bold;
    letter-spacing: .05em;
    text-align: center;
    width: 100%;
}
@media only screen and (max-width: 599px) {
    .shopInfoWrap.partnerShop .shopInfoWrap__inner.layout2 .flex_box {
        margin: 0 0 2rem;
    }
}

/* - partnerShop layout3 */
.shopInfoWrap.partnerShop .shopInfoWrap__inner.layout3 {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}
.shopInfoWrap.partnerShop .shopInfoWrap__inner.layout3 .shopInfoWrap__inner__content__name {
    text-align: center;
    margin-bottom: 1em;
}
.shopInfoWrap.partnerShop .shopInfoWrap__inner.layout3 .flex_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: calc(100% / 3.1);
    margin-bottom: 40px;
}
.shopInfoWrap.partnerShop .shopInfoWrap__inner.layout3 .flex_box:not(:nth-of-type(3n)) {
    margin-right: 1.6%;
}
.shopInfoWrap.partnerShop .shopInfoWrap__inner.layout3 .anchorBtn {
    font-size: .95rem;
    width: 100%;
    display: block;
    border-radius: 30px;
    padding: 14px;
    font-weight: bold;
    letter-spacing: .05em;
    text-align: center;
    width: 100%;
}
@media only screen and (max-width: 599px) {
    .shopInfoWrap.partnerShop .shopInfoWrap__inner.layout3 .flex_box:not(:nth-of-type(3n)) {
        margin-right: 0;
    }
    .shopInfoWrap.partnerShop .shopInfoWrap__inner.layout3 .flex_box {
        width: calc(100% / 2.1);
        margin: 0 0 2rem;
    }
    .shopInfoWrap.partnerShop .shopInfoWrap__inner.layout3 .flex_box:nth-of-type(2n-1) {
        margin-right: 4.7%;
    }
}


/* - Not partnerShop */
.shopInfoWrap {
    width: 100%;
    margin: 30px auto 40px;
}
.shopInfoWrap .shopInfoDescription {
    font-size: 16px;
}
.shopInfoWrap__container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 1em;
}
.shopInfoWrap .shopInfoWrap__container__content {
    padding: 1em;
    background-color: #f7f7f7;
    color: #333;
    margin-right: 1em;
    text-align: center;
    font-weight: bold;
    transition: all .3s;
    min-height: 71px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.shopInfoWrap .shopInfoWrap__container__content:hover {
    opacity: .8;
}
.shopInfoWrap > h2 {
    border-left: 5px solid #ccc;
    padding-left: 15px;
    font-size: 18px;
    margin-bottom: 25px;
}
@media only screen and (min-width: 1000px) {
    .shopInfoWrap {
        width: 1120px;
        margin: 0 auto;
        max-width: 100%;
        margin: 40px auto;
    }
}
@media only screen and (max-width: 599px) {
    .shopInfoWrap .shopInfoDescription {
        font-size: 14px;
    }
    .shopInfoWrap .shopInfoWrap__container__content {
        width: calc(100% / 2.1);
        margin-bottom: 1em;
        margin-right: 0;
    }
    .shopInfoWrap .shopInfoWrap__container__content:nth-of-type(2n-1) {
        margin-right: 4.7%;
    }
    .shopInfoWrap > h2 {
        font-size: 16px;
    }
}
@media only screen and (min-width: 600px) {
    .shopInfoWrap .shopInfoWrap__container__content {
        width: calc(100% / 3.1);
        margin-bottom: 1em;
        margin-right: 0;
    }
    .shopInfoWrap .shopInfoWrap__container__content:not(:nth-of-type(3n)) {
        margin-right: 1.6%;
    }
}

/* - recommendPanel style */
.recommendPanel {
    padding: 0 40px;
    max-width: 1120px;
    margin: 5rem auto 0;
}
.recommendPanel .recommend_slider {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.recommendPanel .recommend_slider.slick-slider {
    width: 100%;
    padding: 2rem 0 !important;
    position: relative;
    background-color: #fbfbfb;
}
.recommendPanel .recommend_slider.slick-slider .slick-list {
    padding: 1% 10% 1% 3.5% !important;
}
.recommendPanel .recommend_slider.slick-slider .slick-track {
    margin-left: 0;
}
.recommendPanel .recommend_slider.slick-slider .slick-slide > div {
    margin: 0 3% 0 0 !important;
}
.recommendPanel .recommend_slider.slick-slider .recommend__list__item {
    border-radius: 5px;
    box-shadow: 0 0 12px #eee;
    background-color: #fff;
    text-align: center;
    padding: .6rem .4rem;
}
.recommendPanel .recommend_slider.slick-slider .recommend__list__item .recommend__bg_img {
    width: 100%;
}
.recommendPanel .recommend_slider.slick-slider .recommend__list__item .brand__list__img {
    width: 100%;
    margin-top: 10px;
    height: 60px;
}
.recommendPanel .recommend_slider.slick-slider .recommend__list__item .brand__list__img img {
    display: inline-block !important;
    width: auto;
    max-width: 100%;
}
.recommendPanel .recommend_slider.slick-slider .recommend__list__item .brand__list__text {
    width: 100%;
    margin-top: 15px;
    font-size: 1rem;
}
.recommendPanel .recommend_slider.slick-slider .slick-prev {
    left: 1%;
    border: solid 1px #b0b0b0;
    z-index: 1;
    width: 9vw;
    height: 9vw;
    max-width: 50px;
    max-height: 50px;
    border-radius: 50%;
}
.recommendPanel .recommend_slider.slick-slider .slick-prev::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
    height: 2px;
    background-color: #b0b0b0;
    opacity: 1;
}
.recommendPanel .recommend_slider.slick-slider .slick-prev::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 22%;
    transform: translate(0, -50%) rotate(-45deg);
    width: 20%;
    height: 20%;
    border-top: solid 2px #b0b0b0;
    border-left: solid 2px #b0b0b0;
    opacity: 1;
}
.recommendPanel .recommend_slider.slick-slider .slick-next {
    right: 1%;
    border: solid 1px #b0b0b0;
    z-index: 1;
    width: 9vw;
    height: 9vw;
    max-width: 50px;
    max-height: 50px;
    border-radius: 50%;
}
.recommendPanel .recommend_slider.slick-slider .slick-next::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
    height: 2px;
    background-color: #b0b0b0;
    opacity: 1;
}
.recommendPanel .recommend_slider.slick-slider .slick-next::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 22%;
    transform: translate(0, -50%) rotate(45deg);
    width: 20%;
    height: 20%;
    border-top: solid 2px #b0b0b0;
    border-right: solid 2px #b0b0b0;
    opacity: 1;
}
.recommendPanel .recommend_slider.slick-slider .slick-prev[aria-disabled="true"],
.recommendPanel .recommend_slider.slick-slider .slick-next[aria-disabled="true"] {
    opacity: .25;
}

@media only screen and (min-width:751px) {
    .recommendPanel {
        padding: 0 40px;
        width: 100%;
    }
}
@media only screen and (max-width:750px) {
    .recommendPanel {
        padding: 0 4vw;
    }
    .recommendPanel .recommend_slider.slick-slider .recommend__list__item .brand__list__img {
        height: 40px;
    }
    .recommendPanel .recommend_slider.slick-slider .recommend__list__item .brand__list__text {
        font-size: .7rem;
    }
}

/********************************
フッター上書き
********************************/
#footer #footer_nav_pc .footer_nav_inner {
    max-width: 960px;
  max-width:100%;
}
#footer #footer_nav_pc .footer_nav_inner, #footer #footer_nav_pc .footer_nav_inner a {
    //width: 90%;
}
#footer .footer_nav_bg .footer_nav_bg_inner {
    width: 100%;
}