/* 繝ｩ繝ｳ繧ｭ繝ｳ繧ｰ繝�せ繝� */
.ranking {
    display: flex;
    flex-wrap: wrap;
    margin-right: 5.3333333333%;
    margin-left: 5.3333333333%;
  }
  
  .ranking-item {
    width: 48%;
    margin: 0 auto 5.3333333333vw;
  }
  
  .ranking-item:first-child {
    width: auto;
  }
  
  .rank-wrapper {
    position: relative;
  }
  
  .rank-no:first-child {
    position: absolute;
  }
  
  /* //繝ｩ繝ｳ繧ｭ繝ｳ繧ｰ繝�せ繝� */
  
  /* new繝�せ繝� */
  .new {
    position: relative;
  }
  
  .new::before {
    position: absolute;
    content: "New!";
    top: 0;
    left: 0;
    color: #fff;
    background-color: #d6909d;
    padding: 5px 10px;
  }
  
  /* //new繝�せ繝� */
  
  .contents-wrapper section {
    margin-bottom: 18.6666666667vw;
  }
  
  .contents-wrapper section.mb0 {
    margin-bottom: 0;
  }
  
  .contents-wrapper section.mb0+mb0 {
    margin-top: -pxtovw(70, "sp");
  }
  
  .contents-wrapper section.mb0+section:not(.mb0) {
    margin-top: 18.6666666667vw;
  }
  
  .contents-wrapper section h2 {
    font-size: 3.7333333333vw;
    font-weight: 500;
    margin-bottom: 1em;
  }
  
  .contents-wrapper section h3 {
    font-size: 3.2vw;
    font-weight: 500;
    margin-top: 1.5em;
    margin-bottom: 1em;
  }
  
  .contents-wrapper section hr {
    height: 0;
    margin-top: 8vw;
    margin-bottom: 8vw;
    border-top: 1px solid #E6E6E6;
  }
  
  .contents-wrapper section .credit {
    margin: 2em 0;
    padding-right: 1.2em;
    font-size: 2.6666666667vw;
    text-align: right;
    border-right: 1px solid #E6E6E6;
  }
  
  .contents-wrapper section.delighter {
    transition: all .3s ease-out;
    transform: translate(0, 45px);
    opacity: 0;
  }
  
  .contents-wrapper section.delighter.started {
    opacity: 1;
    transform: translate(0, 0);
  }
  
  .common p {
    margin-bottom: .5em;
  }
  
  .category .text-wrap {
    width: auto;
    margin-right: 5.3333333333%;
    margin-left: 5.3333333333%;
  }
  
  .category-menu {
    text-align: center;
    margin-bottom: 2em;
  }
  
  .category-link {
    display: block;
    height: 5em;
  }
  
  .hot-item {
    width: auto;
    margin-right: 5.3333333333%;
    margin-left: 5.3333333333%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  
  .hot-item .photo {
    width: 100%;
    /* order: -1; */
  }
  
  .hot-item .text-wrap {
    width: 100%;
    margin-top: 2.6666666667vw;
  }
  
  .top-wrapper .top-kv {
    margin-bottom: 4vw;
  }
  
  .top-text {
    width: auto;
    margin-right: 5.3333333333%;
    margin-left: 5.3333333333%;
  }
  
  .top-wrapper h1 {
    font-size: 4.8vw;
    font-weight: 500;
    margin-bottom: 1em;
  }
  
  .top-wrapper h1 span {
    display: block;
  }
  
  .top-wrapper .date {
    color: #696969;
    margin-bottom: .5em;
  }
  
  .top-wrapper .lead {
    margin: 2em 0 1em 0;
    font-size: 3.2vw;
    line-height: 1.8;
  }
  
  .tag-list {
    margin: 0 0 1em 0;
  }
  
  .tag-list li {
    display: inline-block;
    border-radius: 3px;
    font-size: 2.6666666667vw;
  }
  
  .tag-list li a {
    display: block;
    padding: .4em .7em;
  }
  
  .item-list {
    width: auto;
    margin-right: 5.3333333333%;
    margin-left: 5.3333333333%;
    display: flex;
    flex-wrap: wrap;
  }
  
  .item-list .item {
    width: 47.7611940299%;
    margin-right: 4.4776119403%;
    margin-bottom: 5.3333333333vw;
  }
  
  .item-list .item:nth-of-type(2n) {
    margin-right: 0;
  }
  
  .item-list .item .photo {
    margin-bottom: 1.3333333333vw;
  }
  
  .item-list .item .info {
    font-size: 2.9333333333vw;
  }
  
  .item-list .item .info .brand-name {
    font-size: 2.4vw;
  }
  
  
  .art__insert-items ul {
    border-top: 1px solid #E6E6E6;
  }
  
  .art__insert-items ul li {
    padding: 1em 0;
    border-bottom: 1px solid #E6E6E6;
  }
  
  .art__insert-items ul li a {
    text-decoration: underline;
  }
  
  .art__insert-items ul li a .off {
    color: #FF0000;
    margin-left: .5em;
    font-size: 80%;
  }
  
  .btn {
    width: auto;
    margin-right: 5.3333333333%;
    margin-left: 5.3333333333%;
    margin-top: 8vw;
    margin-bottom: 16vw;
  }
  
  .btn a {
    display: flex;
    width: 100%;
    border: 1px solid #696969;
    align-items: center;
    justify-content: center;
    height: 13.3333333333vw;
    color: #696969;
  }
  
  .art__tag .content {
    margin-bottom: 32vw;
  }
  
  .sns-wrapper {
    width: auto;
    margin-right: 5.3333333333%;
    margin-left: 5.3333333333%;
    display: flex;
    align-items: center;
    margin-bottom: 8vw;
    margin-bottom: 13.3333333333vw;
  }
  
  .sns-wrapper .title {
    font-size: 3.4666666667vw;
    font-family: 'EB Garamond', serif;
  }
  
  .sns-wrapper ul {
    display: flex;
    margin-left: auto;
    margin-right: auto;
  }
  
  .sns-wrapper ul li {
    width: 25px;
    margin-left: 20px;
  }
  
  .sns-wrapper ul li a {
    display: block;
    height: 25px;
    background-repeat: no-repeat;
    background-size: cover;
  }
  
  .sns-wrapper ul .instagram {
    margin-left: 0;
  }
  .sns-wrapper ul .mailmag {
    width: 23px;
  }
  
  
  @keyframes popup {
    0% {
      opacity: 0;
      top: 40%;
    }
  }
  
  .type-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around
  }
  
  .type-list li {
    padding: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #444444;
    text-align: center;
    box-sizing: border-box;
  }
  
  .type-list li a {
    display: block;
  }
  
  /* ==========================================================
  *
  *   PC_article.css
  *
  ========================================================== */
  @media screen and (min-width: 760px) {
  
    /* 繝ｩ繝ｳ繧ｭ繝ｳ繧ｰ繝�せ繝� */
    .ranking {
      display: flex;
      flex-wrap: nowrap;
    }
  
    .ranking-item,
    .ranking-item:first-child {
      width: 100%;
      margin-right: 10px;
    }
  
    .ranking-item:last-of-type {
      margin-right: 0;
    }
  
    .rank-wrapper {
      position: relative;
    }
  
    .rank-no:first-child {
      position: absolute;
    }
  
    /* //繝ｩ繝ｳ繧ｭ繝ｳ繧ｰ繝�せ繝� */
  
    /* new繝�せ繝� */
    .new::before {
      padding: 5px 25px;
    }
  
    /* //new繝�せ繝� */
    .contents-wrapper {
      font-size: 14px;
      line-height: 1.8;
    }
  
    .contents-wrapper section {
      margin-bottom: 150px;
      clear: both;
    }
  
    .contents-wrapper section.mb0+mb0 {
      margin-top: -150px;
    }
  
    .contents-wrapper section.mb0+section:not(.mb0) {
      margin-top: 150px;
    }
  
    .contents-wrapper section h2 {
      font-size: 1.5714285714rem;
      color: #222;
      position: relative;
      /*
      &:before{
        content: '';
        height: 1px;
        width: 15px;
        background: #000;
        position: absolute;
        //top: 50%;
        top: 1em;
        left: 0;
      }
      &.title-h2{
        padding-left: 0;
        &:before{
          display: none;
        }
      }*/
    }
  
    .contents-wrapper section h3 {
      font-size: 1.1428571429rem;
      margin-top: 1.5em;
      color: #222;
    }
  
    .contents-wrapper section hr {
      margin-top: 30px;
      margin-bottom: 30px;
      border-top: 1px solid #707070;
    }
  
    .contents-wrapper section .credit {
      font-size: 0.8571428571rem;
      border-right: 1px solid #707070;
    }
  
    .contents-wrapper section.delighter.started {
      opacity: 1;
      transform: translate(0, 0);
    }
  
    .category {
      width: 1000px;
      margin-left: auto;
      margin-right: auto;
    }
  
    .hot-item {
      width: 1000px;
      margin-left: auto;
      margin-right: auto;
      display: flex;
      flex-wrap: wrap;
      flex-direction: row-reverse;
      justify-content: space-between;
    }
  
    .hot-item .photo {
      width: 55%;
    }
  
    .hot-item .photo img {
      width: 100%;
    }
  
    .hot-item .text-wrap {
      width: 34%;
      margin-top: 10px;
      /* order: -1; */
    }
  
    .top-wrapper {
      width: 100%;
    }
  
    .top-wrapper .top-kv {
      width: 1200px;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 50px;
    }
  
    .top-wrapper .top-kv img {
      width: 100%;
    }
  
    .top-text {
      width: 1000px;
      margin-left: auto;
      margin-right: auto;
      min-width: 1000px;
    }
  
    .top-wrapper h1 {
      font-size: 2.1428571429rem;
      color: #222;
    }
  
    .top-wrapper .date {
      color: #666;
    }
  
    .top-wrapper .lead {
      font-size: 1.2857142857rem;
    }
  
    .tag-list li {
      font-size: 0.7142857143rem;
    }
  
    .item-list {
      width: 1000px;
      margin-left: auto;
      margin-right: auto;
    }
  
    .item-list .item {
      width: 32%;
      margin-left: .5%;
      margin-right: .5%;
      margin-bottom: 20px;
    }
  
    .item-list .item:nth-of-type(2n) {
      margin-right: .5%;
    }
  
    .item-list .item:nth-of-type(3n) {
      margin-right: 0;
    }
  
    .item-list .item .photo {
      margin-bottom: 5px;
    }
  
    .item-list .item .info {
      font-size: 0.7857142857rem;
    }
  
    .item-list .item .info .brand-name {
      font-size: 0.6428571429rem;
      font-size: 0.6428571429rem;
    }
  
    .item-list .item .info .item-name {
      font-size: 0.8571428571rem;
      font-weight: 500;
      color: #222;
    }
  
    .item-list .item .info .item-price {
      font-size: 0.9285714286rem;
    }
  
    .item-list .item .info .item-price .off {
      font-size: 80%;
    }
  
    .art__insert-items+.art__insert-items ul {
      border-top: none;
    }
  
    .btn {
      width: 300px;
      margin-left: auto;
      margin-right: auto;
      margin-top: 30px;
      margin-bottom: 60px;
    }
  
    .btn a {
      border: 1px solid #666;
      height: 50px;
      color: #666;
    }
  
    .art__tag .content {
      width: 800px;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 120px;
    }
  
    .sns-wrapper {
      width: 1200px;
      margin-left: auto;
      margin-right: auto;
      justify-content: flex-end;
      margin-bottom: 2.3076923077vw;
      margin-bottom: 3.8461538462vw;
    }
  
    .sns-wrapper .title {
      font-size: 1vw;
      font-family: 'EB Garamond', serif;
    }
  
    /* body.article .wrapper {
      margin-top: 105px;
    } */
    @keyframes popup {
      0% {
        opacity: 0;
        top: -90px;
      }
    }
  }