@charset "UTF-8";
/* ------------------------------
- reset
------------------------------ */
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  line-height: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 13px;
}

body {
  background-color: #fff;
  color: #333;
  width: 100%;
  font-family: YuGothic,"Yu Gothic","Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  overflow-x: hidden;
}

main {
  display: block;
}

li {
  list-style-type: none;
}

a {
  color: #333;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}

*::before,
*::after {
  -webkit-transition: all .3s;
  transition: all .3s;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

h1, h2, h3, h4, h5, h6, a, li, a span {
  line-height: 1.5;
}

p, p a, p span {
  line-height: 1.7;
}

sup {
  font-size: 0.5em;
  vertical-align: super;
}

input, button, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="checkbox"],
input[type="radio"] {
  display: none;
}

input:focus,
textarea:focus,
select:focus {
  outline: 0;
}

select::-ms-expand {
  display: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #e6e6e6;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #e6e6e6;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #e6e6e6;
}

input::placeholder,
textarea::placeholder {
  color: #e6e6e6;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #e6e6e6;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #e6e6e6;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

@media only screen and (min-width: 750px) {
  html {
    font-size: 14px;
  }
}

/* ------------------------------
 Item Update 2009
------------------------------ */
.head__main {
  letter-spacing: 0.01em;
}

@media screen and (max-width: 767px) {
  .head__main {
    font-size: 6.66667vw;
  }
}

/* mappin */
@media screen and (min-width: 768px) {
  .mappin {
  }
}

@media screen and (min-width: 768px) {
  .mappin-inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .mappin-inner {
    padding: 0 10px;
  }
}

/* category */
@media screen and (min-width: 768px) {
  .category {
    padding: 30px 0 70px;
  }
}

@media screen and (max-width: 767px) {
  .category {
    padding: 15px 0 13.33333vw;
  }
}

@media screen and (min-width: 768px) {
  .category__head {
    margin-bottom: 38px;
  }
}

@media screen and (max-width: 767px) {
  .category__head {
    margin-bottom: 6vw;
  }
}

@media screen and (min-width: 768px) {
  .category__body .productsearch {
    margin-bottom: 45px;
  }
}

@media screen and (max-width: 767px) {
  .category__body .productsearch {
    margin-bottom: 8vw;
  }
}

.productsearch {
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .productsearch {
    width: 420px;
  }
}

@media screen and (max-width: 767px) {
  .productsearch {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .productsearch__body {
    -ms-flex-preferred-size: 78%;
        flex-basis: 78%;
  }
}

@media screen and (max-width: 767px) {
  .productsearch__body {
    -ms-flex-preferred-size: 77%;
        flex-basis: 77%;
  }
}

.productsearchform {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.productsearchform__text {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .productsearchform__text {
    padding: 12.5px 20px;
  }
}

@media screen and (max-width: 767px) {
  .productsearchform__text {
    padding: 1.6vw 4vw;
  }
}

.productsearchform__btn {
  background-color: #f7f7f7;
  background-image: url(/wp/wp-content/themes/idc/assets/images/item/icon_search_gray.svg);
  background-repeat: no-repeat;
  background-position: center;
  border-left: 1px solid #e6e6e6;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .productsearchform__btn {
    width: 62px;
    background-size: 17px;
  }
}

@media screen and (max-width: 767px) {
  .productsearchform__btn {
    width: 12.26667vw;
    background-size: 4.93333vw;
  }
}

.productlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .productlist__item {
    -ms-flex-preferred-size: 14%;
        flex-basis: 14%;
  }
  .productlist__item:nth-child(n + 2) {
    margin-left: 3.2%;
  }
  .productlist__item:nth-child(6n - 5) {
    margin-left: 0;
  }
  .productlist__item:nth-child(n + 7) {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .productlist__item {
    -ms-flex-preferred-size: 29%;
        flex-basis: 29%;
  }
  .productlist__item:nth-child(n + 2) {
    margin-left: 5.333333333%;
  }
  .productlist__item:nth-child(3n+1) {
    margin-left: 0;
  }
  .productlist__item:nth-child(n + 4) {
    margin-top: 4%;
  }
}

.productlist__item__head {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .productlist__item__head {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .productlist__item__head {
    margin-bottom: 3.33333vw;
  }
}

.productlist__item > a {
  display: block;
}

@media screen and (min-width: 768px) {
  .productlist__item > a:hover .productlist__title {
    color: #e6002d;
  }
}

.productlist__title {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .productlist__title {
    font-size: 13px;
  }
}

@media screen and (max-width: 767px) {
  .productlist__title {
    font-size: 2.4vw;
  }
}

@media screen and (min-width: 768px) {
  .productlist__icon {
    max-width: 158px;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .productlist__icon {
    width: 100%;
  }
}

/* originalbrand */
.originalbrand {
  background-color: #e3dfdb;
}

@media screen and (min-width: 768px) {
  .originalbrand {
    padding: 70px 0 60px;
  }
}

@media screen and (max-width: 767px) {
  .originalbrand {
    padding: 13.33333vw 0 10.66667vw;
  }
}

@media screen and (min-width: 768px) {
  .originalbrand__head {
    margin-bottom: 38px;
  }
}

@media screen and (max-width: 767px) {
  .originalbrand__head {
    margin-bottom: 6vw;
  }
}

@media screen and (min-width: 768px) {
  .originalbrand__foot {
    margin-top: 90px;
  }
}

@media screen and (max-width: 767px) {
  .originalbrand__foot {
    margin-top: 16.66667vw;
  }
}

@media screen and (min-width: 768px) {
  .originalbrand__lead {
    font-size: 14px;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .originalbrand__lead {
    font-size: 3.46667vw;
  }
}

.originalbrandslider__item a {
  display: block;
}

@media screen and (min-width: 768px) {
  .originalbrandslider__item a:hover {
    opacity: 0.7;
  }
}

@media screen and (min-width: 768px) {
  .originalbrandslider .slick-arrow {
    width: 51px;
    height: 73px;
  }
}

@media screen and (max-width: 767px) {
  .originalbrandslider .slick-arrow {
    width: 5.86667vw;
    height: 8.8vw;
  }
}

.originalbrandslider .slick-prev {
  z-index: 3;
}

@media screen and (min-width: 768px) {
  .originalbrandslider .slick-prev {
    left: 10px;
  }
}

@media screen and (max-width: 767px) {
  .originalbrandslider .slick-prev {
    left: 1.33333vw;
  }
}

.originalbrandslider .slick-prev::before {
  font-size: 0;
  opacity: 1;
  background-image: url(../../images/item/icon_arrow_slider_prev.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (min-width: 768px) {
  .originalbrandslider .slick-prev::before {
    width: 51px;
    height: 73px;
  }
}

@media screen and (max-width: 767px) {
  .originalbrandslider .slick-prev::before {
    width: 5.86667vw;
    height: 8.8vw;
  }
}

.originalbrandslider .slick-next {
  z-index: 3;
}

@media screen and (min-width: 768px) {
  .originalbrandslider .slick-next {
    right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .originalbrandslider .slick-next {
    right: 1.33333vw;
  }
}

.originalbrandslider .slick-next::before {
  font-size: 0;
  opacity: 1;
  background-image: url(../../images/item/icon_arrow_slider_next.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (min-width: 768px) {
  .originalbrandslider .slick-next::before {
    width: 51px;
    height: 73px;
  }
}

@media screen and (max-width: 767px) {
  .originalbrandslider .slick-next::before {
    width: 5.86667vw;
    height: 8.8vw;
  }
}

.originalbrandslider .slick-dots {
  bottom: -35px;
}

.originalbrandslider .slick-dots li {
  margin: 0;
}

.originalbrandslider .slick-dots li button::before {
  color: #fff;
  opacity: 1;
  font-size: 10px;
}

.originalbrandslider .slick-dots li.slick-active button::before {
  color: #e6002d;
}

/* brand */
.brand {
  background-color: #f2f2f2;
}

@media screen and (min-width: 768px) {
  .brand {
    padding: 70px 0 60px;
  }
}

@media screen and (max-width: 767px) {
  .brand {
    padding: 13.33333vw 0 10.66667vw;
  }
}

@media screen and (min-width: 768px) {
  .brand__head {
    margin-bottom: 38px;
  }
}

@media screen and (max-width: 767px) {
  .brand__head {
    margin-bottom: 12.66667vw;
  }
}

@media screen and (min-width: 768px) {
  .brand__foot {
    margin-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .brand__foot {
    margin-top: 8vw;
  }
}

.brandlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .brandlist__item {
    -ms-flex-preferred-size: 32%;
        flex-basis: 32%;
  }
  .brandlist__item:nth-child(n + 2) {
    margin-left: 2%;
  }
  .brandlist__item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .brandlist__item:nth-child(n + 4) {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .brandlist__item {
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
  }
  .brandlist__item:nth-child(n + 2) {
    margin-left: 4%;
  }
  .brandlist__item:nth-child(odd) {
    margin-left: 0;
  }
  .brandlist__item:nth-child(n + 3) {
    margin-top: 4%;
  }
}

@media screen and (min-width: 768px) {
  .brandlist__item__head {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .brandlist__item__head {
    margin-bottom: 3.33333vw;
  }
}

.brandlist__item > a {
  display: block;
}

@media screen and (min-width: 768px) {
  .brandlist__item > a:hover {
    opacity: 0.7;
  }
}

.brandlist__title {
  font-weight: 500;
  color: #333;
}

@media screen and (min-width: 768px) {
  .brandlist__title {
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  .brandlist__title {
    font-size: 2.93333vw;
  }
}

.brandlist__subtitle {
  color: #999999;
}

@media screen and (min-width: 768px) {
  .brandlist__subtitle {
    font-size: 13px;
  }
}

@media screen and (max-width: 767px) {
  .brandlist__subtitle {
    font-size: 2.66667vw;
  }
}

/* pickup */
@media screen and (min-width: 768px) {
  .pickup {
    padding: 70px 0 70px;
  }
}

@media screen and (max-width: 767px) {
  .pickup {
    padding: 13.33333vw 0 10.66667vw;
  }
}

@media screen and (min-width: 768px) {
  .pickup__head {
    margin-bottom: 38px;
  }
}

@media screen and (max-width: 767px) {
  .pickup__head {
    margin-bottom: 6vw;
  }
}

@media screen and (min-width: 768px) {
  .pickup__foot {
    margin-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .pickup__foot {
    margin-top: 8vw;
  }
}

.pickuplist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .pickuplist__item {
    -ms-flex-preferred-size: 22%;
        flex-basis: 22%;
  }
  .pickuplist__item:nth-child(n + 2) {
    margin-left: 4%;
  }
  .pickuplist__item:nth-child(4n - 3) {
    margin-left: 0;
  }
  .pickuplist__item:nth-child(n + 5) {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .pickuplist__item {
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
  }
  .pickuplist__item:nth-child(n + 2) {
    margin-left: 4%;
  }
  .pickuplist__item:nth-child(odd) {
    margin-left: 0;
  }
  .pickuplist__item:nth-child(n + 3) {
    margin-top: 4%;
  }
}

@media screen and (min-width: 768px) {
  .pickuplist__item__head {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .pickuplist__item__head {
    margin-bottom: 3.33333vw;
  }
}

.pickuplist__item > a {
  display: block;
}

@media screen and (min-width: 768px) {
  .pickuplist__item > a:hover {
    opacity: 0.7;
  }
}

.pickuplist__title {
  color: #333;
}

@media screen and (min-width: 768px) {
  .pickuplist__title {
    font-weight: 500;
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  .pickuplist__title {
    font-weight: 700;
    font-size: 2.93333vw;
  }
}

.pickuplist__price {
  color: #999999;
}

@media screen and (min-width: 768px) {
  .pickuplist__price {
    font-size: 13px;
  }
}

@media screen and (max-width: 767px) {
  .pickuplist__price {
    font-size: 2.66667vw;
  }
}

/* coordinate */
.coordinate {
  background-color: #f2f2f2;
}

@media screen and (min-width: 768px) {
  .coordinate {
    padding: 70px 0 80px;
  }
}

@media screen and (max-width: 767px) {
  .coordinate {
    padding: 13.33333vw 0 10.66667vw;
  }
}

@media screen and (min-width: 768px) {
  .coordinate__head {
    margin-bottom: 48px;
  }
}

@media screen and (max-width: 767px) {
  .coordinate__head {
    margin-bottom: 7.86667vw;
  }
}

@media screen and (min-width: 768px) {
  .coordinate__foot {
    margin-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  .coordinate__foot {
    margin-top: 10.66667vw;
  }
}

.coordinatepanel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.coordinatepanel__item {
  position: relative;
}

.coordinatepanel__item__bg {
  position: relative;
  overflow: hidden;
}

.coordinatepanel__item__bg::after {
  content: "";
  background-color: rgba(16, 0, 3, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.coordinatepanel__item__img {
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
}

@media screen and (min-width: 768px) {
  .coordinatepanel__item__img--pc {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .coordinatepanel__item__img--pc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .coordinatepanel__item__img--sp {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .coordinatepanel__item__img--sp {
    display: block;
  }
}

.coordinatepanel__item__txt {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  font-weight: bold;
  line-height: 1;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s .2s;
  transition: all .3s .2s;
}

@media screen and (min-width: 768px) {
  .coordinatepanel__item__txt {
    font-size: 13px;
    padding: 3px 32px;
  }
}

@media screen and (max-width: 767px) {
  .coordinatepanel__item__txt {
    display: none;
  }
}

.coordinatepanel__item__button {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #fff;
  background-image: url(/wp/wp-content/themes/idc/assets/images/icon/arrow_a-r.svg);
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (min-width: 768px) {
  .coordinatepanel__item__button {
    width: 50px;
    height: 50px;
    background-size: 8px;
  }
}

@media screen and (max-width: 767px) {
  .coordinatepanel__item__button {
    width: 10vw;
    height: 10vw;
    background-size: 1.86667vw;
  }
}

@media screen and (min-width: 768px) {
  .coordinatepanel__item:hover .coordinatepanel__item__bg::after {
    opacity: 1;
  }
  .coordinatepanel__item:hover .coordinatepanel__item__img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .coordinatepanel__item:hover .coordinatepanel__item__txt {
    opacity: 1;
    visibility: visible;
  }
}

@media screen and (min-width: 768px) {
  .coordinatepanel__item:nth-child(1) {
    -ms-flex-preferred-size: 61%;
        flex-basis: 61%;
  }
}

@media screen and (max-width: 767px) {
  .coordinatepanel__item:nth-child(1) {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

@media screen and (min-width: 768px) {
  .coordinatepanel__item:nth-child(2) {
    -ms-flex-preferred-size: 37%;
        flex-basis: 37%;
  }
}

@media screen and (max-width: 767px) {
  .coordinatepanel__item:nth-child(2) {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-top: 4vw;
  }
}

@media screen and (min-width: 768px) {
  .coordinatepanel__item:nth-child(3) {
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .coordinatepanel__item:nth-child(3) {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-top: 4vw;
  }
}

@media screen and (min-width: 768px) {
  .coordinatepanel__item:nth-child(4) {
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .coordinatepanel__item:nth-child(4) {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-top: 4vw;
  }
}

/* topics */
@media screen and (min-width: 768px) {
  .topics {
    padding: 65px 0 65px;
  }
}

@media screen and (max-width: 767px) {
  .topics {
    padding: 13.33333vw 0 10.66667vw;
  }
}

@media screen and (min-width: 768px) {
  .topics__head {
    margin-bottom: 48px;
  }
}

@media screen and (max-width: 767px) {
  .topics__head {
    margin-bottom: 12.66667vw;
  }
}

@media screen and (min-width: 768px) {
  .topics__foot {
    margin-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .topics__foot {
    margin-top: 8vw;
  }
}

.topicslist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .topicslist__item {
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
  }
  .topicslist__item:nth-child(n + 2) {
    margin-left: 4%;
  }
  .topicslist__item:nth-child(odd) {
    margin-left: 0;
  }
  .topicslist__item:nth-child(n + 3) {
    margin-top: 4%;
  }
}

@media screen and (max-width: 767px) {
  .topicslist__item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .topicslist__item:nth-child(n + 2) {
    margin-top: 10%;
  }
}

@media screen and (min-width: 768px) {
  .topicslist__item__head {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .topicslist__item__head {
    margin-bottom: 3.33333vw;
  }
}

.topicslist__item > a {
  display: block;
}

@media screen and (min-width: 768px) {
  .topicslist__item > a:hover {
    opacity: 0.7;
  }
}

.topicslist__txt {
  color: #333;
}

@media screen and (min-width: 768px) {
  .topicslist__txt {
    font-size: 13px;
  }
}

@media screen and (max-width: 767px) {
  .topicslist__txt {
    font-size: 3.2vw;
  }
}

/* news */
.news {
  background-color: #f2f2f2;
}

@media screen and (min-width: 768px) {
  .news {
    padding: 70px 0 100px;
  }
}

@media screen and (max-width: 767px) {
  .news {
    padding: 13.33333vw 0 10.66667vw;
  }
}

@media screen and (min-width: 768px) {
  .news__head {
    margin-bottom: 48px;
  }
}

@media screen and (max-width: 767px) {
  .news__head {
    margin-bottom: 12.66667vw;
  }
}

@media screen and (min-width: 768px) {
  .news__foot {
    margin-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .news__foot {
    margin-top: 8vw;
  }
}

@media screen and (min-width: 768px) {
  .newslist__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .newslist__item {
    margin-bottom: 7%;
  }
}

.newslist__item:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .newslist__item__head {
    margin-right: 50px;
  }
}

@media screen and (max-width: 767px) {
  .newslist__item__head {
    margin-bottom: 2vw;
  }
}

.newslist__date {
  color: #999999;
}

@media screen and (min-width: 768px) {
  .newslist__date {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .newslist__date {
    font-size: 3.2vw;
  }
}

.newslist__linktxt {
  color: #333;
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .newslist__linktxt {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .newslist__linktxt {
    font-size: 3.2vw;
  }
}

/* ------------------------------
 components : commonに移植
------------------------------ */
.borderarrow-btn {
  border: 1px solid #cccccc;
  border-radius: 30px;
  background-color: #fff;
  text-align: center;
  margin: 0 auto;
  display: block;
  width: 100%;
  position: relative;
}

@media screen and (min-width: 768px) {
  .borderarrow-btn {
    max-width: 336px;
    padding: 16px 0;
  }
  .borderarrow-btn:hover {
    background-color: #ca0000;
    border: 1px solid #ca0000;
    color: #fff;
  }
  .borderarrow-btn:hover::after {
    background-image: url(/wp/wp-content/themes/idc/assets/images/icon/arrow_a-w.svg);
  }
}

@media screen and (max-width: 767px) {
  .borderarrow-btn {
    max-width: 75%;
    font-size: 3.2vw;
    padding: 2.66667vw 0;
  }
}

.borderarrow-btn::after {
  content: "";
  background-image: url(/wp/wp-content/themes/idc/assets/images/icon/arrow_a-r.svg);
  background-size: contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .borderarrow-btn::after {
    right: 25px;
    width: 8px;
    height: 12px;
  }
}

@media screen and (max-width: 767px) {
  .borderarrow-btn::after {
    right: 4vw;
    width: 1.46667vw;
    height: 2.26667vw;
  }
}
/*# sourceMappingURL=index.css.map */