/*popup*/
#item_dt {
  font-family: "heisei-maru-gothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  -ms-text-size-adjust: 100%;
  font-kerning: normal;
  font-feature-settings: "palt";
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 999999999999 !important;
  bottom: 0;
  right: 0;
  margin: auto;
  /* background-color: #fff; */
}

.btn-w-close a {
  display: block;
  width: 90px;
  height: 40px;
  background-image: url(../img/close.jpg);
  background-size: 90%;
  border-radius: 5px;
  background-repeat: no-repeat;
  background-color: #d73b2b;
  background-position: center;
}

.btn-w-close a {
  /* cursor: pointer; */
}

@media all and (min-width: 768px) {
  #item_dt {
    width: min-content;
    height: max-content;
    margin-left: -238.5px;
    box-sizing: border-box;
    border-radius: 10px;
  }

  .btn-w-close {
    position: absolute;
    right: 0;
    bottom: -50px;
    border-radius: 5px;
  }
}

@media all and (max-width: 767px) {
  #item_dt {
    width: 100%;
    margin: 0px -50%;
    overflow: auto;
    padding: 4vw;
    box-sizing: border-box;
    position: relative;
  }

  .btn-w-close a {
    margin: 0 auto;
    background-color: #d53a32;
  }
}

/*	item
============================== */
#item_dt .item {
  margin: 0;
}

@media all and (min-width: 768px) {
  #item_dt .item {
    padding: 1em;
    border-radius: 10px;
    background-color: #fff;
  }
}

@media all and (max-width: 767px) {
  #item_dt .item {
    padding: 0.7em 1em 1em;
    background-color: #fff;
    border-radius: 3vw;
  }
}

/*	ct border
============================== */
#item_dt .ct_01 {
  border-top: solid #ef85aa 10px;
}

#item_dt .ct_02 {
  border-top: solid #fab92d 10px;
}

#item_dt .ct_03 {
  border-top: solid #94cd3b 10px;
}

#item_dt .ct_04 {
  border-top: solid #b279d5 10px;
}

/*	pic
============================== */
#item_dt .item .pic img {
  width: 100%;
}

@media all and (min-width: 768px) {
  #item_dt .item .pic {
    margin-bottom: 1em;
    width: 445px;
    height: 336px;
  }
}

@media all and (max-width: 767px) {
  #item_dt .item .pic {
    margin-bottom: 0.5em;
    width: 100%;
    height: auto;
  }
}

/*	icon
============================== */
#item_dt .item .icon {
  bottom: unset;
  background-color: unset;
  justify-content: flex-start;
  position: relative;
  padding: 0;
  height: auto;
}

@media all and (min-width: 768px) {
  #item_dt .item .icon {
    /* margin-bottom: 10px; */
  }
  #item_dt .icon div {
    width: 6%;
    margin: 0 8px 1em 0;
  }
}

@media all and (max-width: 767px) {
  #item_dt .item .icon {
    justify-content: end;
    flex-wrap: wrap;
    height: auto;
  }

  #item_dt .icon div {
    width: 9%;
    margin: 0 0 2vw 2vw;
  }
}

/*	date
============================== */
#item_dt .date {
  color: #264c58;
}

@media all and (min-width: 768px) {
  #item_dt .date {
    padding: 0.6em;
    font-size: 13px;
  }
}

@media all and (max-width: 767px) {
  #item_dt .date {
    padding: 0;
    line-height: 1.5;
    width: 100%;
    margin-top: -4%;
    margin-bottom: 2vw;
    font-size: 3vw;
  }
  #item_dt .date b {
  }
}

/*	txt
============================== */
#item_dt .item .txt {
  padding: 0;
}

/*	name
============================== */
#item_dt .item .name {
  text-align: center;
}

@media all and (min-width: 768px) {
  #item_dt .item .name {
    font-size: 25px;
  }
}

@media all and (max-width: 767px) {
  #item_dt .item .name {
    font-size: 5vw;
  }
}

/*	shop
============================== */
#item_dt .item .shop {
  text-align: center;
}

@media all and (min-width: 768px) {
  #item_dt .item .shop {
    font-size: 18px;
    margin-bottom: 0.3em;
  }
}

@media all and (max-width: 767px) {
  #item_dt .item .shop {
    font-size: 4vw;
    margin-bottom: 0.3em;
  }
}

/*	cap
============================== */
#item_dt .item .cap {
  font-weight: normal;
  text-align: justify;
}

@media all and (min-width: 768px) {
  #item_dt .item .cap {
    font-size: 13px;
    width: 445px;
  }
}

@media all and (max-width: 767px) {
  #item_dt .item .cap {
    font-size: 3vw;
    width: auto;
    margin-bottom: 1em;
  }
}
