@charset "UTF-8";
/* ------------------------------------
共通
------------------------------------ */
body,
div,
p,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
strong {
  margin: 0px;
  padding: 0px;
  font-weight: normal;
}
li {
  list-style: none;
}
.l-container {
  width: 100%;
}
.page-container {
  width: 100vw;
  background: #4C672E;
  height: auto;
  font: 400 calc(14 * (100vw / 375)) / 1.8 'Noto Sans JP', sans-serif;
  color: #FFF;
}
.page-container div {
  box-sizing: border-box;
}
.page-container img {
  width: 100%;
  display: block;
}
.page-container .pc {
    display: none;
}
.page-container .sp {
}

/* ------------------------------------
contents
------------------------------------ */
.page-container {
  padding-top: calc(20 * (100vw / 375));
}

/* .visual  */
.visual {
  padding: 0 calc(15 * (100vw / 375));
}
.visual h2 {
  margin-bottom: calc(15 * (100vw / 375));
}
.visual .lead {
  background: #E7F3D8;
  padding: calc(20 * (100vw / 375));
}
.visual .lead p {
  color: #000;
}
.visual .lead p:first-child {
  margin-bottom: 1.8em;
}


/* .item-wrap  */
.item-wrap.shoes {
  background: url("../img/bg_shoes.jpg");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: auto calc(70 * (100vw / 375));
  padding: 0 calc(15 * (100vw / 375)) calc(140 * (100vw / 375));
}
.item-wrap.wear {
  background: url("../img/bg_wear.jpg");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: auto calc(70 * (100vw / 375));
  padding: 0 calc(15 * (100vw / 375)) calc(140 * (100vw / 375));
}
.item-wrap.bag {
  background: url("../img/bg_bag.jpg");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: auto calc(70 * (100vw / 375));
  padding: 0 calc(15 * (100vw / 375)) calc(140 * (100vw / 375));
}
.item-wrap .inner01 {
  text-align: center;
  background: url("../img/bg.png");
  background-position: right top;
  background-repeat: no-repeat;
  background-size: contain;
  padding-bottom: calc(20 * (100vw / 375));
}
.item-wrap .item-inner {
}
.item-wrap .inner01 h3 {
  width: calc(130 * (100vw / 375));
  padding-top: calc(50 * (100vw / 375));
  margin: 0 auto calc(20 * (100vw / 375));
}
.item-wrap .inner02 {
  margin-bottom: calc(40 * (100vw / 375));
}
.item-wrap .inner03 {
}
.item-wrap .inner03 h4 {
  font: 400 calc(20 * (100vw / 375)) / 1.0 'Noto Sans JP', sans-serif;
  margin-bottom: calc(30* (100vw / 375));
}
.item-wrap .inner03 h4:before {
  content: '▼';
  color: #BCB866;
}
.item-wrap .inner03 a {
  color: #FFF;
  text-decoration: none;
}
.item-wrap .inner03 a:hover {
  color: #FFF;
  text-decoration: none;
}
.item-wrap .inner03 a:hover img {
  opacity: 0.8;
}
.item-wrap .inner03 .about {
  display: flex;
  margin-bottom: calc(30 * (100vw / 375));
  justify-content: space-between;
}
.item-wrap .about .item-ph {
  width: calc(170 * (100vw / 375));
}
.item-wrap .about dl {
  width: calc(155 * (100vw / 375));
}
.item-wrap .about dt:before {
  content: '●';
}
.item-wrap .inner04 {
}
.item-wrap .recommend {
  color: #000;
  background: #E7F3D8;
  padding: calc(20 * (100vw / 375)) 0;
}
.item-wrap .recommend-inner {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-bottom: 30px;
}
.item-wrap .recommend a {
  color: #000;
  text-decoration: none;
}
.item-wrap .recommend a:hover {
  color: #000;
  text-decoration: none;
}
.item-wrap .recommend a:hover img {
  opacity: 0.8;
}
.item-wrap .recommend h4 {
  text-align: center;
}
.item-wrap .recommend h4 img {
  width: calc(112 * (100vw / 375));
}
.item-wrap .recommend h4 span {
  padding-top: calc(14 * (100vw / 375));
  display: block;
  font: 400 calc(20 * (100vw / 375)) / 1.4 'Noto Sans JP', sans-serif;
}
.item-wrap .recommend .item-ph img {
  width: calc(160 * (100vw / 375));
}
.item-wrap .recommend p {
  padding: 0 calc(20 * (100vw / 375));
}

.item-wrap .click {
  color: #000;
  background: #E7F3D8;
  padding: calc(20 * (100vw / 375)) 0 calc(30 * (100vw / 375)) 0;
}
.item-wrap .click-inner {
  margin-bottom: calc(20 * (100vw / 375));
}
.item-wrap .click h4 {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.item-wrap .click h4 img {
  width: calc(112 * (100vw / 375));
}
.item-wrap .click h4 span {
  margin: 0 calc(20 * (100vw / 375)) calc(20 * (100vw / 375));
  display: block;
  font: 400 calc(20 * (100vw / 375)) / 1.4 'Noto Sans JP', sans-serif;
}
.item-wrap .click ul {
  width: calc(300 * (100vw / 375));
  margin: 0 auto;
}
.item-wrap .click li {
  margin-bottom: calc(10 * (100vw / 375));
}
.item-wrap .click li a {
  color: #FFF;
  text-decoration: none;
  background: #45627E;
  line-height: calc(40 * (100vw / 375));
  border-radius: calc(20 * (100vw / 375));
  display: block;
  text-align: center;
}




/* -------------.ranking-wrap------------- */
.ranking-wrap {
  margin-bottom: calc(50 * (100vw / 375));
  padding-top: calc(70 * (100vw / 375));
}
.ranking-wrap .ttl {
  margin: 0 0 30px 0;
  text-align: center;
}
.ranking-wrap .text-M {
  font: 400 calc(18 * (100vw / 375)) / 1.8 'Noto Sans JP', sans-serif;
  margin: 0 0 calc(10 * (100vw / 375)) 0;
}
.ranking-wrap .more {
  font: 400 calc(16 * (100vw / 375)) / 1.8 'Noto Sans JP', sans-serif;
  margin: 0 0 calc(20 * (100vw / 375)) 0;
}
.ranking-wrap .more a {
  font: 400 calc(16 * (100vw / 375)) / 1.8 'Noto Sans JP', sans-serif;
  color: #000;
  text-decoration: underline;
}
.ranking-wrap h2 {
  text-align: center;
  font: 400 calc(18 * (100vw / 375)) / 1.8 'Noto Sans JP', sans-serif;
  margin-bottom: calc(50 * (100vw / 375));
}

/* ランキング */
.ranking-number {
  display: none;
}

.result-list-item .m-item {
  position: relative;
  width: 100%;
}

.result-list-item .m-item .item-lmk {
  display: none;
}

.result-list {
  counter-reset: rank;
  display: flex;
  justify-content: space-around;
  flex-direction: row;
  flex-wrap: wrap;
}

.u-item {
position: relative;
margin-bottom: calc(40* (100vw / 750));
width: calc(300* (100vw / 750));}

.result-list .u-item::before { /* ラベルと順位のスタイル */
  counter-increment: rank ;
  content: counter(rank) " ";
  position: absolute;
  width: 25px;
  height: 25px;
  font: 400 16px / 25px "Akshar", sans-serif;
  color: #fff; /* 文字色 */
  background: #444;
  z-index: 1;
  text-align: center;
}
.u-item-gender,
.u-item-colors,
.u-statuses
 {
  display: none;
}

.result-list-item .m-item .item-lmk {
  display: none;
}
.result-list .ranking-icon .ranking-number {
  display: none;
}
.result-list .u-item:nth-child(1)::before {
  background: #fc0;
}
.result-list .u-item:nth-child(2)::before {
  background: #ccc;
}
.result-list .u-item:nth-child(3)::before {
  background: #af7500;
}
.category-magazine {
  margin-bottom: 90px;

  }
.category-magazine .u-title,
.category-magazine .u-text-link
  
  {
  display: none!important;
}


/* ------------------------------------
動き
------------------------------------ */

/*　浮かび上がる動き　*/
.page-container .animated {
    animation-name: fadeUpAnime;
    animation-duration: 0.8s;
    animation-fill-mode: forwards;
    opacity: 0;
}
@keyframes fadeUpAnime {
    from {
        opacity: 0;
        transform: translateY(50px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

