@charset "UTF-8";
/* カラー
*******************/
.c-white {
  color: #ffffff !important;
}
.c-black {
  color: #333333 !important;
}
.c-blue {
  color: #508ed9 !important;
}
.c-yellow {
  color: #fff582 !important;
}
.c-red {
  color: #e60012 !important;
}
.c-green {
  color: #81bd16 !important;
}
.c-green2 {
  color: #00B0AE !important;
}
.c-orange {
  color: #ff9020 !important;
}
.c-gray {
  color: #f5f5f5 !important;
}
.c-gray2 {
  color: #e9e9e9 !important;
}
.c-pink {
  color: #f88072 !important;
}
.c-cream {
  color: #fffde5 !important;
}

/* bgカラー
*******************/
.bg-white {
  background-color: #ffffff !important;
}
.bg-black {
  background-color: #333333 !important;
}
.bg-blue {
  background-color: #508ed9 !important;
}
.bg-yellow {
  background-color: #fff582 !important;
}
.bg-red {
  background-color: #e60012 !important;
}
.bg-green {
  background-color: #81bd16 !important;
}
.bg-orange {
  background-color: #ff9020 !important;
}
.bg-gray {
  background-color: #f5f5f5 !important;
}
.bg-gray2 {
  background-color: #e9e9e9 !important;
}
.bg-pink {
  background-color: #f88072 !important;
}
.bg-cream {
  background-color: #fffde5 !important;
}

/* border color
*******************/
.bc-white {
  border-color: #ffffff !important;
}
.bc-black {
  border-color: #333333 !important;
}
.bc-blue {
  border-color: #508ed9 !important;
}
.bc-yellow {
  border-color: #fff582 !important;
}
.bc-red {
  border-color: #e60012 !important;
}
.bc-green {
  border-color: #81bd16 !important;
}
.bc-orange {
  border-color: #ff9020 !important;
}
.bc-gray {
  border-color: #f5f5f5 !important;
}
.bc-gray2 {
  border-color: #e9e9e9 !important;
}
.bc-pink {
  border-color: #f88072 !important;
}
.bc-cream {
  border-color: #fffde5 !important;
}

.cm-mv {
  padding: 10rem 0 12rem;
  background-image: url("../images/new-sell/post/mv.jpg");
}

.section-column {
  margin: 8rem 0;
}
.section-column .cm-ribbon-ttl {
  margin-bottom: 5rem;
}

.column-flex {
  justify-content: space-between;
}
.column-flex .left-column {
  width: 76%;
}
.column-flex .right-column {
  width: 20%;
}
.column-flex .right-column .side-title {
  background: linear-gradient(45deg, #ED857E 0, #d76860 100%);
  padding: 1rem;
  color: #fff;
  text-align: center;
  line-height: 1 !important;
}
.column-flex .right-column .side-category-nav {
  margin-bottom: 3rem;
}
.column-flex .right-column .side-category-nav ul {
  border: solid 1px #ddd;
  border-bottom: none;
}
.column-flex .right-column .side-category-nav ul li {
  border-bottom: solid 1px #ddd;
  list-style-type: none !important;
}
.column-flex .right-column .side-category-nav ul li::marker {
  list-style-type: none;
  content: none;
}
.column-flex .right-column .side-category-nav ul li a {
  display: block;
  padding: 1rem;
  color: #333;
  font-size: 1.4rem;
  position: relative;
}
.column-flex .right-column .side-category-nav ul li a::after {
  content: "";
  position: absolute;
  right: 1rem;
  width: 0.5rem;
  height: 0.5rem;
  top: 50%;
  margin-top: -0.25rem;
  border-top-width: 2px;
  border-top-style: solid;
  border-right-width: 2px;
  border-right-style: solid;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.column-flex .right-column .side-category-nav ul li a:hover {
  background: #fffaf4;
}
.column-flex .right-column .side-category-nav ul ul {
  margin-left: 2rem;
}
.column-flex .right-column .side-post-ranking .column-box {
  margin: 0;
}
.column-flex .right-column .side-post-ranking .column-box a {
  padding: 1rem;
  margin-top: 0;
  border-bottom: solid 1px #333;
}
.column-flex .right-column .side-post-ranking .column-box a:hover {
  background: #fff;
}
.column-flex .right-column .side-post-ranking .column-box a .text-box p {
  font-size: 1.1rem;
  line-height: 1.4;
}
.column-flex .right-column .side-post-ranking .column-box .thumbnail-box {
  position: relative;
}
.column-flex .right-column .side-post-ranking .column-box .thumbnail-box .rank {
  position: absolute;
  left: -.5rem;
  top: -.5rem;
  line-height: 1;
  font-size: 1rem;
  color: #fff;
  background: #333;
  padding: .5rem;
}
.column-flex .right-column .side-post-ranking .column-box .thumbnail-box .rank.no1 {
  background: linear-gradient(45deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 90% 100%);
}
.column-flex .right-column .side-post-ranking .column-box .thumbnail-box .rank.no2 {
  background: linear-gradient(45deg, #757575 0%, #9E9E9E 45%, #E8E8E8 70%, #9E9E9E 85%, #757575 90% 100%);
}
.column-flex .right-column .side-post-ranking .column-box .thumbnail-box .rank.no3 {
  background: #BA6E40;
}
.column-flex .right-column .banner-box {
  margin-bottom: 3rem;
  text-align: center;
}
.column-flex .right-column .banner-box a {
  display: inline-block;
  border: solid 1px #eb8440;
}
.column-flex .right-column .banner-box a:hover {
  opacity: .8;
}

.column-box {
  background: #fffaf4;
  margin-bottom: 3rem;
}
.column-box:last-of-type {
  margin-bottom: 0;
}
.column-box a {
  padding: 2rem;
  display: flex;
  transition: .3s;
}
.column-box a:hover {
  opacity: .7;
}
.column-box a:hover .text-box h3 {
  text-decoration: underline;
}
.column-box a .thumbnail-box {
  width: 30%;
  margin-right: 4%;
}
.column-box a .thumbnail-box img {
  height: 18rem;
  width: 100%;
  object-fit: cover;
}
.column-box a .text-box {
  width: 66%;
}
.column-box a .text-box h3 {
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 1.5rem;
}
.column-box a .text-box .time {
  line-height: 1.35;
  margin-bottom: 1rem;
  color: #508ed9;
}
.column-box a .text-box .category {
  display: flex;
  flex-wrap: wrap;
}
.column-box a .text-box .category span {
  border: 1px solid #508ed9;
  padding: .3rem .6rem;
  margin-bottom: .5rem;
  color: #508ed9;
  border-radius: .3rem;
  font-size: 1.4rem;
  margin-right: .6rem;
}
.column-box a .text-box .category span:last-child {
  margin-right: 0;
}

.side-inner .column-box a .thumbnail-box img {
  height: 4rem;
}

@media screen and (max-width: 1084px) {
  .column-flex {
    flex-wrap: wrap;
  }
  .column-flex .left-column {
    width: 100%;
  }
  .column-flex .right-column {
    width: 100%;
    margin-top: 6rem;
  }

  .side-inner {
    max-width: 30rem;
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  .column-box a .text-box h3 {
    font-size: 1.8rem;
  }
  .column-box a .text-box .time {
    font-size: 1.4rem;
  }
  .column-box a .text-box .category span {
    font-size: 1.2rem;
  }
  .column-box a .thumbnail-box img {
    width: 100%;
    height: 11rem;
  }

  .column-flex .right-column .side-title {
    font-size: 2.4rem;
    padding: 2rem 1rem;
  }
  .column-flex .right-column .side-category-nav ul li a {
    font-size: 2rem;
    padding: 2rem 1rem;
  }
  .column-flex .right-column .side-post-ranking .column-box a {
    padding: 3rem;
  }
  .column-flex .right-column .side-post-ranking .column-box a .text-box p {
    font-size: 2rem;
  }
  .column-flex .right-column .side-post-ranking .column-box .thumbnail-box .rank {
    left: -1.5rem;
    top: -1.5rem;
    font-size: 3rem;
    padding: 0.4rem 1rem;
  }

  .side-inner {
    max-width: inherit;
  }
  .side-inner .column-box a .thumbnail-box img {
    height: 12rem;
  }
}
@media screen and (max-width: 480px) {
  .side-inner .column-box a .thumbnail-box img {
    height: 8rem;
  }
}
