@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: 100%;
  background: #4C672E;
  font: 400 18px / 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 {
}
.page-container .sp {
  display: none;
}


/* ------------------------------------
contents
------------------------------------ */
.page-container {
  padding-top: 45px;
}

/* .visual  */
.page-container .visual {
  width: 1140px;
  margin: 0 auto;
  position: relative;
}
.visual .lead {
  position: absolute;
  top:322px;
  right: 0;
  width: 477px;
  height: 278px;
  background: #E7F3D8;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 25px 55px;

}
.visual .lead p {
  color: #000;
}
.visual .lead p:first-child {
  margin-bottom: 0.5em;
}


/* .item-wrap  */
.item-wrap.shoes {
  background: url("../img/bg_shoes.jpg"), url("../img/bg.png");
  background-position: center bottom, center top;
  background-repeat:  repeat-x, no-repeat;
  height: 1609px;
  padding-bottom: 200px;
}
.item-wrap.wear {
  background: url("../img/bg_wear.jpg"), url("../img/bg.png");
  background-position: center bottom, center top;
  background-repeat:  repeat-x, no-repeat;
  height: 1609px;
  padding-bottom: 200px;
}
.item-wrap.bag {
  background: url("../img/bg_bag.jpg"), url("../img/bg.png");
  background-position: center bottom, center top;
  background-repeat:  repeat-x, no-repeat;
  height: 1719px;
  padding-bottom: 200px;
}

.item-wrap .item-inner {
  width: 1140px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.item-wrap .inner01 {
  width: 400px;
  text-align: center;
}
.item-wrap .inner01 h3 {
  width: 185px;
  padding-top: 100px;
  margin: 0 auto 35px;
}

.item-wrap .inner02 {
  width: 596px;
  padding-top: 200px;
}
.item-wrap .inner03 {
  width: 596px;
}
.item-wrap .inner03 h4 {
  font: 400 26px / 1.0 'Noto Sans JP', sans-serif;
  margin-bottom: 30px;
}
.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: 30px;
  align-items: center;
}
.item-wrap .about .item-ph {
  width: 200px;
}
.item-wrap .about dl {
  width: 366px;
  margin: 0 0 0 30px;
}
.item-wrap .about dt:before {
  content: '●';
}
.item-wrap .inner04 {
  width: 400px;
  padding-top: 200px;
}

.item-wrap .recommend {
  color: #000;
  background: #E7F3D8;
  padding: 50px 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: 112px;
}
.item-wrap .recommend h4 span {
  display: block; 
  padding-top: 10px;
  font: 400 20px / 1.4 'Noto Sans JP', sans-serif;
}
.item-wrap .recommend .item-ph img {
  width: 160px;
}
.item-wrap .recommend p {
  padding: 0 50px;
}

.item-wrap .click {
  color: #000;
  background: #E7F3D8;
  padding: 30px 0 50px 0;
}
.item-wrap .click-inner {
  margin-bottom: 30px;
}
.item-wrap .click h4 {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.item-wrap .click h4 img {
  width: 112px;
}
.item-wrap .click h4 span {
  display: block;
  font: 400 20px / 1.4 'Noto Sans JP', sans-serif;
  margin: 0 20px 20px;
}
.item-wrap .click ul {
  width: 300px;
  margin: 0 auto;
}
.item-wrap .click li {
  margin-bottom: 10px;
}
.item-wrap .click li a {
  color: #FFF;
  text-decoration: none;
  background: #45627E;
  line-height: 40px;
  border-radius: 20px;
  display: block;
  text-align: center;
}
.item-wrap .click li a:hover {
  opacity: 0.8;
}


/* -------------.ranking-wrap------------- */
.ranking-wrap {
  width: 1140px;
  margin: 0 auto 50px;
  padding-top: 100px;
}
.ranking-wrap .ttl {
  display: flex;
  margin: 0 0 30px 0;
  align-items: center;
  justify-content: space-between;
}
.ranking-wrap .text-M {
  font: 400 24px / 1.8 'Noto Sans JP', sans-serif;
}
.ranking-wrap .more {
  font: 400 16px / 1.8 'Noto Sans JP', sans-serif;
  text-align: right;
}
.ranking-wrap .more a {
  color: #000;
}
.ranking-wrap .more a:hover {
  text-decoration: none;
  color: #777;
}



.ranking-wrap h2 {
  text-align: left;
  font: 400 24px / 1.3 'Noto Sans JP', sans-serif;
  margin-bottom: 30px
}
.ranking_box {
  float: none;
  display: block;
  vertical-align: top;
  width: 270px;
  margin-bottom: 40px;
  margin-right: 0;
  padding: 0;
}
.ranking-number {
  display: none;
}
.result-list ul {
  display: flex;
  flex-wrap: wrap;
}
.result-list ul li {
  width: 165px;
  margin: 0 0 0 30px;
}
.result-list ul li:nth-of-type(1) {
  width: 165px;
  margin: 0;
}
.result-list-item .m-item {
  position: relative;
  width: 100%;
  margin: 0;
}
.result-list-item .m-item .item-lmk {
  display: none;
}
.result-list .u-item {
  width: 156px;
}
.result-list-item .m-item {
  position: relative;
  width: 100%;
  margin: 0;
}
.result-list {
  counter-reset: rank;
  display: flex;
  justify-content: space-around;
}

.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;
}


.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 {
  width: 1140px;
      margin: 0 auto 50px;
      padding-top: 100px;
    }
    .category-magazine .u-title-wrap {
    display: none;
  }
  
/* ------------------------------------
動き
------------------------------------ */

/*　浮かび上がる動き　*/
.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);
    }
}

