@charset "utf-8";
main{
  margin-top: 10rem;
}
.title {
  margin-top: 5.5rem;
  margin-bottom: 4.4rem;
  font-family: var(--NotoSans);
  font-weight: var(--bold);
  font-size: 3.5rem;
  color: #E67F12;
}

.wrapper {
  max-width: 96rem;
  padding: 0 10rem;
  margin: 25rem auto 0;
}

.container {
  width: 76rem;
}

.sacosh {
  /* background-color: aqua; */
  width: 25.992rem;
  height: 19.523rem;
  margin-left: 3.36rem;
  /* margin-top: 3.88rem; */
  vertical-align: bottom;
  object-fit: cover;
}

.sacosh.fit_img{
  object-fit: contain;
}

.flex {
  display: flex;
}

.two_column {
  display: flex;
  align-items: center;
  height: 27.3rem;
}

.container li:first-child {
  border-top: 0.1rem solid #707070;
}

.container li {
  border-bottom: 0.1rem solid #707070;
}

.day {
  font-size: 1.9rem;
  margin-top: 1.9rem;
  margin-bottom: 1.4rem;
  color: #3C3C3C;
  font-family: var(--NotoSans);
  font-weight: var(--regular);
  display: block;
}

.product {
  font-size: 3rem;
  color: #3C3C3C;
  width: 46.5rem;
  margin-bottom: 0.62rem;
  font-family: var(--NotoSans);
  font-weight: var(--regular);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.description {
  display: block;
  color: #3C3C3C;
  font-size: 2.2rem;
  margin-bottom: 4.78rem;
  line-height: 1.3181818181em;
  font-family: var(--NotoSans);
  font-weight: var(--regular);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  width: 46.5rem;
  height: 11.6rem;  
}


.sp {
  display: none;
}

.decoration {
  display: none;
}

.circle_box {
  display: none;
}

.pagination li {
  width: 0.9rem;
  height: 2.1rem;
  font-family: var(--NotoSans);
  font-weight: var(--bold);
  margin-right: 2rem;
  line-height: 1.4em;
  color: #3C3C3C
}

.pagination li:last-child {
  width: 4.5rem;
  height: 2.1rem;
  line-height: 1.4em;
  color: #3C3C3C;
  font-family: var(--NotoSans);
  font-weight: var(--bold);
  margin-right: 0rem;
}



/* pagination */
.nav-links{
  display: flex;
}
.pagination {
  display: flex;
  justify-content: center;
  font-size: 1.5rem;
  font-family: var(--NotoSans);
  font-weight: var(--bold);
  margin: 4.76rem 25.6rem 10rem;
  color: #3C3C3C;
}

.page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 3rem;
  font-family: var(--NotoSans);
  font-weight: var(--bold);
  margin-right: 2rem;
  line-height: 1.4em;
  color: #3C3C3C;
}

.current {
  border-radius: 0.3rem;
  background-color: #bcdbf0;

}

@media screen and (max-width:699.98px) {
  .title {
    margin-top: 7.05rem;
    margin-bottom: 4.05rem;
    width: 7.1rem;
    color: #E67F12;
    font-size: 1.5rem;
  }

  .flex {
    flex-direction: column-reverse
  }

  .wrapper {
    max-width: 37.5rem;
    padding: 0rem 2rem;
    margin: 0 auto 0;
  }

  .container {
    width: 33.5rem;
    margin-bottom: 2.05rem;
  }

  .sacosh {
    width: 25.9rem;
    height: 19.5rem;
    margin: 2.05rem 3.8rem 0rem;
  }

  .sentence {
    margin: 0rem 3.8rem;
  }

  .product {
    font-size: 1.4rem;
    width: 15.4rem;
    height: 2rem;
    margin: 1rem 0rem;
    color: #3C3C3C;
  }



  .day {
    display: none;
  }

  .circle {
    width: 3.4rem;
    height: 3.4rem;
    border-radius: 50%;
    border: solid 0.1rem #707070;
  }



  .circle_box {
    display: flex;
    margin-top: 1rem;
  }

  .decoration {
    display: block;
    font-size: 1.1rem;
    margin-left: 0.5rem;
  }

  .name {
    width: 9.8rem;
    margin-top: 1rem;
    margin-bottom: 0.2rem;
    color: #3C3C3C;
    font-family: var(--NotoSans);
    font-weight: var(--bold);
  }

  .time {
    width: 7.6rem;
    /* 7.4remだと改行してしまうため7.6remに調整 */
    color: #3C3C3C;
    font-family: var(--NotoSans);
    font-weight: var(--bold);
  }

  .container li:first-child {
    border-top: 0.2rem solid #707070;
    width: 33.5rem;
  }

  .container li {
    border-bottom: 0.2rem solid #707070;
    width: 33.5rem;
  }

  .pagination {
    display: flex;
    margin: 0rem 0rem 0rem 8.2rem;
    font-size: 1.3rem;
  }

  .pagination li {
    margin-right: 1.2rem;
    margin-bottom: 7rem;
    width: 0.7rem;
    height: 1.9rem;
    line-height: 1.462em;
  }

  .pagination li:last-child {
    width: 3.9rem;
    height: 1.9rem;
    line-height: 1.462em;
  }

  /* 追加 */
  .two_column{
    flex-direction: column-reverse;
    height: initial;
  }
  .description{
    width: 26rem;
    font-size: 1.3rem;
    height: 6.6rem;
    margin-bottom: 2.05rem;
  }
  .product{
    width: 23rem;
  }
  .pagination{
    margin: initial;
    margin-bottom: 7rem;
  }
  .page-numbers{
    margin-right: 0.5rem;
  }
  .circle{
    width: 3.4rem;
    height: 3.4rem;
    border-radius: 50%;
    border: solid 1px #707070;
  }
  time{
    display: inline;
    font-weight: var(--bold);
  }
  .inline{
    display: inline;
    font-weight: var(--bold);
  }
  .category{
    font-weight: var(--bold);
  }
  .category_item{
    margin-left: 0.5rem;
  }
  .sp {
    display: flex;
    align-items: center;
    width: 25.9rem;
    margin-top: 1rem;
  }
}