.l-in {
  position: relative;
  padding-top: 130px;
}
@media screen and (max-width: 900px) {
  .l-in {
    padding-top: 76px;
  }
}
.l-in__deco {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 180px;
}
@media screen and (max-width: 900px) {
  .l-in__deco {
    top: -3px;
    left: -8px;
    width: 113px;
  }
}
.l-in__deco.--right {
  left: auto;
  right: 0px;
}
@media screen and (max-width: 900px) {
  .l-in__deco.--right {
    display: none;
  }
}
.l-in__container {
  position: relative;
  max-width: 1600px;
  width: 86.6666666667%;
  margin: 0 auto;
}
.l-in__header {
  margin-bottom: 25px;
}
.l-in__category {
  margin-top: 52px;
}
@media screen and (max-width: 900px) {
  .l-in__category {
    position: relative;
    left: 50%;
    width: 100vw;
    margin-top: 35px;
    transform: translateX(-50%);
  }
}
.l-in__inner {
  transform: translateY(30px);
  opacity: 0;
  transition: transform 1s cubic-bezier(0.23, 0.93, 0.5, 1) 0.3s, opacity 0.8s cubic-bezier(0.23, 0.93, 0.5, 1) 0.3s;
}
.is-data-loaded .l-in__inner {
  transform: translateY(0);
  opacity: 1;
}
.l-in__more {
  width: 223px;
  margin: 50px auto 0;
  transform: translateY(30px);
  opacity: 0;
  transition: transform 1s cubic-bezier(0.23, 0.93, 0.5, 1) 0.4s, opacity 0.8s cubic-bezier(0.23, 0.93, 0.5, 1) 0.4s;
}
.is-data-loaded .l-in__more {
  transform: translateY(0);
  opacity: 1;
}
@media screen and (max-width: 900px) {
  .l-in__more {
    width: 180px;
  }
}
.is-ended .l-in__more {
  display: none;
}
.l-in__back {
  width: 225px;
  margin: 0 auto;
  transform: translateY(30px);
  opacity: 0;
  transition: transform 1s cubic-bezier(0.23, 0.93, 0.5, 1) 0.4s, opacity 0.8s cubic-bezier(0.23, 0.93, 0.5, 1) 0.4s;
}
.is-data-loaded .l-in__back {
  transform: translateY(0);
  opacity: 1;
}
@media screen and (max-width: 900px) {
  .l-in__back {
    width: 180px;
  }
}

.p-news.--detail .p-news__inner {
  margin-top: 54px;
}
@media screen and (max-width: 900px) {
  .p-news.--detail .p-news__inner {
    margin-top: 35px;
  }
}
.p-news__list-item {
  border-bottom: 1px solid var(--color-white);
}
.p-news__more {
  margin: 0 auto;
  margin-top: 50px;
}
.p-news__back {
  margin-top: 50px;
}
@media screen and (max-width: 900px) {
  .p-news__back {
    margin-top: 45px;
  }
}

.p-news_detail__header {
  margin-bottom: 36px;
  padding-bottom: 36px;
  border-bottom: 1px solid var(--color-line);
}
@media screen and (max-width: 900px) {
  .p-news_detail__header {
    margin-bottom: 30px;
    padding-bottom: 18px;
  }
}
.p-news_detail__header-top {
  margin-bottom: 14px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 900px) {
  .p-news_detail__header-top {
    margin-bottom: 4px;
  }
}
.p-news_detail__ttl {
  font-size: 18px;
  line-height: 1.76;
}
@media screen and (max-width: 900px) {
  .p-news_detail__ttl {
    font-size: 14px;
  }
}
.p-news_detail__inner {
  padding-bottom: 72px;
  border-bottom: 1px solid var(--color-line);
}
@media screen and (max-width: 900px) {
  .p-news_detail__inner {
    padding-bottom: 48px;
  }
}

@media screen and (max-width: 900px) {
  .p-live__header {
    margin-bottom: 20px;
  }
}
.p-live.--detail .p-live__inner {
  margin-top: 54px;
}
@media screen and (max-width: 900px) {
  .p-live.--detail .p-live__inner {
    margin-top: 35px;
  }
}
.p-live__list-item {
  border-bottom: 1px solid var(--color-line);
}
.p-live__list-item[data-show=archive] {
  display: none;
}
.archive .p-live__list-item {
  display: none;
}
.archive .p-live__list-item[data-show=archive] {
  display: block;
}
.p-live__back {
  margin-top: 75px;
}
@media screen and (max-width: 900px) {
  .p-live__back {
    margin-top: 85px;
  }
}

.p-live_data {
  position: relative;
  display: block;
  padding: 33.5px 0;
}
@media screen and (max-width: 900px) {
  .p-live_data {
    padding: 26.5px 0;
  }
}
@media (hover: hover) {
  .p-live_data {
    transition: color 0.6s cubic-bezier(0.23, 0.93, 0.5, 1);
  }
  .p-live_data:hover {
    color: var(--color-main);
  }
}
.is-no-data .p-live_data {
  pointer-events: none;
}
@media not all and (max-width: 900px) {
  .p-live_data__wrap {
    display: flex;
    align-items: center;
  }
}
.p-live_data__header {
  position: relative;
  display: flex;
  align-items: center;
}
@media not all and (max-width: 900px) {
  .p-live_data__header {
    min-width: 245px;
    flex-shrink: 0;
  }
  .p-live_data__header::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 2px;
    height: 20px;
    background: var(--color-line);
    transform: translateY(-50%);
  }
}
.p-live_data__date {
  position: relative;
  min-width: 100px;
  display: flex;
  align-items: center;
  color: var(--color-main);
  font-size: 14px;
  font-weight: 700;
}
@media screen and (max-width: 900px) {
  .p-live_data__date {
    min-width: 0;
    letter-spacing: 0.05rem;
  }
}
@media not all and (max-width: 900px) {
  .p-live_data__date:nth-child(2) {
    padding-left: 16px;
  }
}
@media screen and (max-width: 900px) {
  .p-live_data__date:nth-child(2) {
    padding-left: 33px;
  }
}
.p-live_data__date:nth-child(2)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  width: 9px;
  height: 5px;
  background: var(--color-white);
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 900px) {
  .p-live_data__date:nth-child(2)::before {
    left: 13px;
  }
}
@media not all and (max-width: 900px) {
  .p-live_data__inner {
    padding-left: 50px;
  }
}
@media screen and (max-width: 900px) {
  .p-live_data__inner {
    margin-top: 4px;
  }
}
.p-live_data__ttl {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.6;
}
@media screen and (max-width: 900px) {
  .p-live_data__ttl {
    font-size: 13px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
}

.p-live_detail {
  position: relative;
}
.p-live_detail__header {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 34px;
}
@media screen and (max-width: 900px) {
  .p-live_detail__header {
    padding-bottom: 27px;
  }
}
.p-live_detail__header::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--color-line);
}
.p-live_detail__date {
  position: relative;
  display: flex;
  align-items: center;
}
.p-live_detail__date:nth-child(2) {
  padding-left: 55px;
}
@media screen and (max-width: 900px) {
  .p-live_detail__date:nth-child(2) {
    padding-left: 29px;
  }
}
.p-live_detail__date:nth-child(2)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 21px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid var(--color-white);
  transform: translateY(-50%);
}
@media screen and (max-width: 900px) {
  .p-live_detail__date:nth-child(2)::before {
    left: 11px;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 7px solid var(--color-white);
  }
}
.p-live_detail__category {
  font-size: 28px;
}
@media screen and (max-width: 900px) {
  .p-live_detail__category {
    font-size: 14px;
  }
}
.p-live_detail__ttl {
  width: 100%;
  margin-top: 10px;
  font-size: 18px;
  line-height: 1.6;
}
@media screen and (max-width: 900px) {
  .p-live_detail__ttl {
    margin-top: 7px;
    font-size: 17px;
    line-height: 1.45;
  }
}
.p-live_detail__inner {
  padding-top: 34px;
  border-bottom: 1px solid var(--color-line);
}
@media screen and (max-width: 900px) {
  .p-live_detail__inner {
    padding-top: 30px;
  }
}
.p-live_detail__list {
  margin-top: 26px;
}
@media screen and (max-width: 900px) {
  .p-live_detail__list {
    margin-top: 10px;
  }
}
.p-live_detail__list-item {
  border-top: 1px solid var(--color-line);
}

.p-live_detail_data__header {
  position: relative;
  padding: 34px 0;
  cursor: pointer;
}
@media not all and (max-width: 900px) {
  .p-live_detail_data__header {
    display: flex;
    transition: opacity 0.6s cubic-bezier(0.23, 0.93, 0.5, 1);
  }
}
@media screen and (max-width: 900px) {
  .p-live_detail_data__header {
    padding: 23px 0;
    line-height: 1.7;
  }
}
.p-live_detail_data__header::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  width: 16px;
  height: 16px;
  -webkit-mask: url(../img/arrow.svg) center center no-repeat;
  mask: url(../img/arrow.svg) center center no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  background: var(--color-white);
  transform: translateY(-50%) rotate(90deg);
  transition: background-color 0.6s cubic-bezier(0.23, 0.93, 0.5, 1);
}
@media screen and (max-width: 900px) {
  .p-live_detail_data__header::after {
    right: 6px;
    width: 13px;
    height: 13px;
  }
}
@media (hover: hover) {
  .p-live_detail_data__header {
    transition: color 0.6s cubic-bezier(0.23, 0.93, 0.5, 1);
  }
  .p-live_detail_data__header:hover {
    color: var(--color-main);
  }
  .p-live_detail_data__header:hover::after {
    background-color: var(--color-main);
  }
}
.p-live_detail_data__ttl {
  font-size: 14px;
}
@media not all and (max-width: 900px) {
  .p-live_detail_data__ttl {
    padding-left: 50px;
  }
}
.p-live_detail_data__date {
  position: relative;
  min-width: 152px;
  font-size: 15px;
  color: var(--color-main);
  font-weight: 700;
}
@media not all and (max-width: 900px) {
  .p-live_detail_data__date::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 20px;
    background: var(--color-line);
    transform: translateY(-50%);
  }
}
.p-live_detail_data__inner {
  height: 0;
}
.p-live_detail_data__inner-wrap {
  padding-top: 23px;
  padding-bottom: 28px;
  border-top: 1px solid var(--color-line);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s cubic-bezier(0.23, 0.93, 0.5, 1);
}
@media screen and (max-width: 900px) {
  .p-live_detail_data__inner-wrap {
    padding-bottom: 22px;
  }
}
.is-open .p-live_detail_data__inner-wrap {
  opacity: 1;
  pointer-events: auto;
}
@media screen and (max-width: 900px) {
  .p-live_detail_data__list-item {
    line-height: 1.7;
  }
}
.p-live_detail_data__list-item + .p-live_detail_data__list-item {
  margin-top: 15px;
}
@media screen and (max-width: 900px) {
  .p-live_detail_data__list-item + .p-live_detail_data__list-item {
    margin-top: 10px;
  }
}
.p-live_detail_data__list-item .p-in-ttl {
  font-size: 14px;
}
.p-live_detail_data__list-item .p-in-txt {
  font-size: 14px;
}

.p-disco__header {
  margin-bottom: 38px;
}
.p-disco__inner {
  position: relative;
}
.p-disco.--index .p-disco__inner::before, .p-disco.--index .p-disco__inner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 33.3333333333%;
  height: 100%;
  border-right: 1px solid var(--color-line);
  pointer-events: none;
}
@media screen and (max-width: 900px) {
  .p-disco.--index .p-disco__inner::before, .p-disco.--index .p-disco__inner::after {
    width: 50%;
  }
}
.p-disco.--index .p-disco__inner::after {
  left: 33.3333333333%;
}
@media screen and (max-width: 900px) {
  .p-disco.--index .p-disco__inner::after {
    content: none;
  }
}
.p-disco__list {
  position: relative;
  display: grid;
}
@media not all and (max-width: 900px) {
  .p-disco__list {
    grid-template-columns: repeat(3, 1fr);
    border-right: 1px solid var(--color-line);
    border-left: 1px solid var(--color-line);
  }
}
@media screen and (max-width: 900px) {
  .p-disco__list {
    grid-template-columns: repeat(2, 1fr);
    border: 1px solid var(--color-line);
    border-top: none;
  }
}
.p-disco__list::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--color-line);
}
.p-disco__list::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--color-line);
}
.p-disco__list-item {
  position: relative;
  border-top: 1px solid var(--color-line);
}
@media not all and (max-width: 900px) {
  .p-disco__list-item:nth-child(3n) {
    border-right: none;
  }
}
.p-disco__list-item::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--color-line);
}
@media not all and (max-width: 900px) {
  .p-disco__list-item.--nodata {
    min-height: 458px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 900px) {
  .p-disco__list-item.--nodata {
    min-height: 260px;
  }
}
.p-disco__list-item.--nodata span {
  position: absolute;
  top: 0;
  left: 0;
  width: 300%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 900px) {
  .p-disco__list-item.--nodata span {
    width: 200%;
    background: var(--color-black);
  }
}
.p-disco__back {
  margin-top: 75px;
}
@media screen and (max-width: 900px) {
  .p-disco__back {
    margin-top: 50px;
  }
}

.p-disco_data {
  position: relative;
  display: block;
  height: 100%;
  transition: color 0.6s cubic-bezier(0.23, 0.93, 0.5, 1);
}
@media (hover: hover) {
  .p-disco_data:hover {
    color: var(--color-main);
  }
  .p-disco_data:hover::before {
    opacity: 0.5;
  }
}
.p-disco_data::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color-line);
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.23, 0.93, 0.5, 1);
}
.p-disco_data__wrap {
  position: relative;
  width: 77%;
  margin: 0 auto;
  padding: 74px 0;
}
@media screen and (max-width: 900px) {
  .p-disco_data__wrap {
    width: 84%;
    padding: 40px 0;
  }
}
.p-disco_data__thumb {
  position: relative;
  width: 100%;
  margin-bottom: 9px;
  padding-top: 89.2857142857%;
}
.p-disco_data__thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.p-disco_data__inner-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 11px;
}
@media screen and (max-width: 900px) {
  .p-disco_data__inner-wrap {
    margin-bottom: 6px;
  }
}
.p-disco_data__date {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.06rem;
}
@media screen and (max-width: 900px) {
  .p-disco_data__date {
    font-size: 10px;
  }
}
.p-disco_data__category {
  margin-left: 20px;
  padding: 0px 8px 1px;
  background: var(--color-main);
  color: var(--color-white);
  border-radius: 99px;
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.04rem;
}
@media screen and (max-width: 900px) {
  .p-disco_data__category {
    margin-left: 10px;
    padding: 1px 8px;
    font-size: 8px;
  }
}
.p-disco_data__ttl {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (max-width: 900px) {
  .p-disco_data__ttl {
    font-size: 10px;
  }
}

.p-disco_detail {
  border: 1px solid var(--color-line);
}
.p-disco_detail__block {
  padding: 45px 0;
  border-bottom: 1px solid var(--color-line);
}
@media screen and (max-width: 900px) {
  .p-disco_detail__block {
    padding: 40px 0;
  }
}
.p-disco_detail__block-wrap {
  width: 90.8%;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .p-disco_detail__block-wrap {
    width: 85%;
  }
}
@media not all and (max-width: 900px) {
  .p-disco_detail__block-wrap.--flex {
    display: flex;
  }
}
@media not all and (max-width: 900px) {
  .p-disco_detail__jk {
    width: 45%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 900px) {
  .p-disco_detail__jk {
    margin-bottom: 13px;
  }
}
@media not all and (max-width: 900px) {
  .p-disco_detail__data {
    flex-grow: 1;
    margin-left: 5%;
  }
}
.p-disco_detail__data-ttl {
  margin-top: 12px;
  font-weight: 700;
  font-size: 23px;
}
@media screen and (max-width: 900px) {
  .p-disco_detail__data-ttl {
    font-size: 18px;
  }
}
.p-disco_detail__data-inner {
  display: flex;
  align-items: center;
}
.p-disco_detail__data-price {
  margin-top: 15px;
  font-size: 23px;
  letter-spacing: 0.02rem;
}
@media screen and (max-width: 900px) {
  .p-disco_detail__data-price {
    margin-top: 8px;
    font-size: 18px;
  }
}
.p-disco_detail__data-price .p-in-small {
  vertical-align: baseline;
  font-size: 14px;
}
@media screen and (max-width: 900px) {
  .p-disco_detail__data-price .p-in-small {
    font-size: 12px;
  }
}
.p-disco_detail__data-type {
  margin-top: 12px;
  font-size: 14px;
}
@media screen and (max-width: 900px) {
  .p-disco_detail__data-type {
    margin-top: 7px;
    font-size: 12px;
  }
}
.p-disco_detail__data-catch {
  margin-top: 12px;
  line-height: 1.6;
}
@media screen and (max-width: 900px) {
  .p-disco_detail__data-catch {
    margin-top: 7px;
  }
}
.p-disco_detail__data-btn {
  display: block;
  width: 225px;
  margin: 21px 0 0;
  padding: 0;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media screen and (max-width: 900px) {
  .p-disco_detail__data-btn {
    width: 180px;
    margin: 27px auto 0;
  }
}
.p-disco_detail__list-ttl {
  font-weight: 700;
  font-size: 20px;
}
@media screen and (max-width: 900px) {
  .p-disco_detail__list-ttl {
    font-size: 16px;
  }
}
.p-disco_detail__list-data {
  margin-top: 14px;
}
@media screen and (max-width: 900px) {
  .p-disco_detail__list-data {
    margin-top: 11px;
  }
}
.p-disco_detail__track-item {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 18px;
}
@media screen and (max-width: 900px) {
  .p-disco_detail__track-item {
    font-size: 14px;
  }
}
.p-disco_detail__track-item + .p-disco_detail__track-item {
  margin-top: 12px;
}
@media screen and (max-width: 900px) {
  .p-disco_detail__track-item + .p-disco_detail__track-item {
    margin-top: 10px;
  }
}
.p-disco_detail__track-item .p-in-num {
  min-width: 48px;
  flex-shrink: 0;
}
@media screen and (max-width: 900px) {
  .p-disco_detail__track-item .p-in-num {
    min-width: 37px;
  }
}
.p-disco_detail__track-item .p-in-listen {
  margin-left: 20px;
}
@media screen and (max-width: 900px) {
  .p-disco_detail__track-item .p-in-listen {
    margin-left: 10px;
  }
}
.p-disco_detail__track-item .p-in-listen button {
  position: relative;
  display: block;
  width: 25px;
  height: 25px;
  margin: 0;
  border: 1px solid var(--color-white);
  border-radius: 50%;
  font-size: 0;
  cursor: pointer;
}
@media screen and (max-width: 900px) {
  .p-disco_detail__track-item .p-in-listen button {
    width: 20px;
    height: 20px;
  }
}
.p-disco_detail__track-item .p-in-listen button.is-pmb-active::after {
  opacity: 0;
}
.p-disco_detail__track-item .p-in-listen button.is-pmb-active::before {
  opacity: 1;
}
.p-disco_detail__track-item .p-in-listen button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 6px;
  height: 100%;
  background: url(../img/btn_play.svg) center center no-repeat;
  background-size: 100% auto;
  transform: translateX(-40%);
}
@media screen and (max-width: 900px) {
  .p-disco_detail__track-item .p-in-listen button::after {
    width: 5px;
  }
}
.p-disco_detail__track-item .p-in-listen button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 51%;
  z-index: 1;
  width: 8px;
  height: 7px;
  background: linear-gradient(to right, var(--color-white) 0%, var(--color-white) 20%, transparent 20%, transparent 80%, var(--color-white) 80%, var(--color-white) 100%);
  transform: translate(-50%, -50%);
  opacity: 0;
}
@media screen and (max-width: 900px) {
  .p-disco_detail__track-item .p-in-listen button::before {
    width: 6px;
    height: 5px;
    background: linear-gradient(to right, var(--color-white) 0%, var(--color-white) 30%, transparent 30%, transparent 70%, var(--color-white) 70%, var(--color-white) 100%);
  }
}
.p-disco_detail__desc .c-article {
  line-height: 2;
}
@media screen and (max-width: 900px) {
  .p-disco_detail__desc .c-article {
    font-size: 11px;
    line-height: 2.2;
  }
}
.p-disco_detail__desc .c-article a {
  color: var(--color-main) !important;
  text-decoration: underline;
}
.p-disco_detail__desc .c-article a > span {
  display: block;
  color: var(--color-main) !important;
}
@media (hover: hover) {
  .p-disco_detail__desc .c-article a:hover {
    text-decoration: none;
  }
}

.p-disco_modal__container {
  position: relative;
  max-width: 932px;
  width: 89.3333333333%;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .p-disco_modal__container {
    max-width: 370px;
  }
}
.p-disco_modal__inner + .p-disco_modal__inner {
  margin-top: 50px;
}
.p-disco_modal__ttl {
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 24px;
}
.p-disco_modal__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media not all and (max-width: 900px) {
  .p-disco_modal__list {
    gap: 20px;
  }
}
@media screen and (max-width: 900px) {
  .p-disco_modal__list {
    gap: 10px;
  }
}
@media not all and (max-width: 900px) {
  .p-disco_modal__list-item {
    width: calc(33.3333333333% - 40px);
  }
}
@media screen and (max-width: 900px) {
  .p-disco_modal__list-item {
    width: calc(50% - 10px);
  }
}