@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap');

/* ===============================
フォント設定
=============================== */
:root {
  --font_noto_sans: 'Noto Sans JP', sans-serif;
  --font_noto_serif: 'Noto Serif JP', sans-serif;
  --font_libre: 'Libre Baskerville', serif;
}
/* ===============================
行間・文字間隔等
=============================== */
#ranking_year_page h2,
#ranking_year_page h3,
#ranking_year_page h4 {
  line-height: 1.6em!important;
  letter-spacing: 0.05em!important;
}
#ranking_year_page p,
#ranking_year_page p span,
#ranking_year_page p small {
  line-height: 1.8em!important;
  letter-spacing: 0.06em!important;
  font-family: var(--font_noto_sans)!important;
  font-weight: 400;
  font-size: 1.4rem;
}
@media screen and (max-width: 599px) {
  #ranking_year_page h2,
  #ranking_year_page h3,
  #ranking_year_page h4 {
    line-height: 1.5em!important;
  }
  #ranking_year_page h2 small,
  #ranking_year_page h3 small,
  #ranking_year_page h4 small {
  letter-spacing: 0.08em!important;
  }
  #xmas_postage p,
  #xmas_postage p span,
  #ranking_year_page li {
    letter-spacing: 0em!important;
  }
}
/* ===============================
リンク設定
=============================== */
#ranking_year_page a {
  text-decoration: none!important;
}
#ranking_year_page a:hover {
  color: inherit!important;
}
/* ===============================
ベースレイアウト
=============================== */
@media screen and (max-width: 599px) {
    #ranking_year_page {
      width: csalc(100% + 16px);
      margin: -8px -8px 0;
    }
}
#ranking_year_page .inner_box {
  width: 830px;
  margin: 0 auto 4rem;
  padding: 2rem 2.5rem;
  background-color: #FFF;
  border: solid 8px #FFF;
}
#ranking_year_page .inner_box.ranking_year_no01 {
  border: solid 8px #E5B866;
}
@media screen and (max-width: 1430px) {
  #ranking_year_page .inner_box {
    width: 90%;
    margin: 0 auto 3rem;
    padding: 2rem;
  }
}
#ranking_year_page .inner_wrap > *:last-child,
#ranking_year_page .inner_wrap > *:last-child > *:last-child,
#ranking_year_page .inner_wrap > *:last-child > *:last-child > *:last-child {
  margin: 0 auto;
}
/* ===============================
リード文
=============================== */
.ranking_year_lead {
  margin-bottom: 3rem;
}
.ranking_year_lead p {
  font-size: 2.0rem!important;
  font-weight: 500!important;
  text-align: center;
  padding: 0 4%;
}
.ranking_year_lead p:first-child {
  margin-bottom: 4rem;
  padding: 0;
}
@media screen and (max-width: 599px) {
  .ranking_year_lead {
    margin-bottom: 2rem;
  }
  .ranking_year_lead p:first-child {
    margin-bottom: 2rem;
  }
  .ranking_year_lead p {
    font-size: 1.5rem!important;
  }
  .ranking_year_lead p br {
    display: none;
  }
}
/* ===============================
見出し
=============================== */
.ranking_year_ttl_01 {
  font-size: 3.2rem;
  font-family: 500!important;
  color: #FFF;
  text-align: center;
  font-family: var(--font_noto_sans)!important;
  background-color: #DFAE5D;
  padding: 1rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 599px) {
  .ranking_year_ttl_01 {
    font-size: 2.6rem;
    padding: 0.5rem;
    margin-bottom: 5%;
  }
}
.ranking_year_ttl_02 {
  font-size: 2.4rem;
  font-family: var(--font_noto_sans)!important;
  font-weight: 600;
  margin-bottom: 1.6rem;
}
.ranking_year_ttl_02 small {
  display: block;
  margin-bottom: 1rem;
}
.ranking_year_ttl_02 small img {
  width: 200px;
}
@media screen and (max-width: 599px) {
  .ranking_year_ttl_02 {
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 0.8rem;
  } 
  .ranking_year_ttl_02 small {
    margin-bottom: 0.5rem;
  }
  .ranking_year_ttl_02 small img {
    width: 150px;
  }
}
/* ===============================
本文
=============================== */
#ranking_year_conts {
  background: rgb(2,0,36);
  background: linear-gradient(135deg, rgba(2,0,36,1) 0%, rgba(93,14,4,1) 27%, rgba(134,47,32,1) 100%);
  padding: 3rem 0;
}
.ranking_year_mens_wrap {
  margin-bottom: 5rem;
}
.ranking_year_box {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 599px) {
  .ranking_year_box {
    flex-direction: column;
  }
}
.ranking_year_box_img {
  width: 42%;
}
.ranking_year_box_txt {
  width: 55%;
}
@media screen and (max-width: 599px) {
.ranking_year_box_img,
.ranking_year_box_txt {
  width: 100%;
}
.ranking_year_box_img {
  margin-bottom: 2rem;
}
}
.ranking_year_box_txt h4 {
  margin-bottom: 2.6rem;
}
.ranking_year_box_txt h4 img {

}
.ranking_year_box_txt h5 {
  margin-bottom: 0.6rem;
}
.ranking_year_box_txt h5 + p {
  margin-bottom: 1.6rem;
}
.ranking_year_from_no04 {
  text-align: center;
  background-color: #A23B32;
  color: #FFF;
  font-size: 2.0rem!important;
  padding: 0.6rem;
}
@media screen and (max-width: 599px) {
  .ranking_year_from_no04 {
    font-size: 1.6rem!important;
  }
}
/* ===============================
moreボタン
=============================== */
#ranking_year_page .btn_more_ranking_year {
  font-size: 1.4rem!important;
  font-family: var(--font_noto_sans)!important;
  display: block;
  width: 100%;
  margin: 3rem auto 0;
  cursor: pointer;
  color: #fff!important;
  border-radius: 100vh;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all .2s ease;
  position: relative;
  background-color: #A23B32;
}
#ranking_year_page .btn_more_ranking_year:hover {
  background-color: #bb1b14;
}
@media screen and (max-width: 1430px) {
  #ranking_year_page .btn_more_ranking_year {
    font-size: 1.3rem!important;
  }
}
#ranking_year_page .btn_more_ranking_year a {
  font-size: 1.4rem!important;
  font-family: var(--font_noto_sans)!important;
  display: inline-block;
  width: 100%;
  padding: 2rem;
  line-height: 2.6!important;
} 
@media screen and (max-width: 1430px) {
  #ranking_year_page .btn_more_ranking_year a {
    width: auto;
    font-size: inherit;
    padding: 1.6rem 2rem;
  }
}
#ranking_year_page .btn_more_ranking_year:after {
  content:'\f138';
  font-family: var(--fontawe);
  font-weight: 900;
  font-size: 2rem;
  position: absolute;
  right: 1.6rem;
  top: 35%;
  transition: all .3s ease;
}
@media screen and (max-width: 599px) {
  #ranking_year_page .btn_more_ranking_year:after {
    top: 33%;
  }
}
#ranking_year_page .btn_more_ranking_year:hover:after {
  position: absolute;
  right: 1rem;
}
#ranking_year_page .btn_more_ranking_year span {
  color: #FFF!important;
}
#ranking_year_page .btn_more_ranking_year:hover {
  opacity: 1.0!important;
}
#ranking_year_page .btn_more_ranking_year:hover a {
  opacity: 1.0!important;
}