@charset "UTF-8";
@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=Oswald:wght@200..700&display=swap');
:root {
  --font_noto_serif: 'Noto Serif JP', sans-serif;
}
/* ===============================
トップリニューアル　20210913～
=============================== */
/* フォント設定
---------------------------*/
.noto_sans {
  font-family: var(--font_noto_sans)!important;
}
/* テキスト設定
---------------------------*/
#top_contents p {
  line-height: 2.2em!important;
  letter-spacing: 0.05rem!important;
  font-weight: 400;
}
@media screen and (max-width: 599px) {
  #top_contents p {
    letter-spacing: 0.02em!important;
  }
}
/* MOREボタン
---------------------------*/
.btn_more_bk a {
  display: block;
  width: 328px;
  color: #FFF;
  background-color: var(--g-color)!important;
  text-align: center;
  text-decoration: none!important;
  font-family: var(--fontbase);
  font-size: 1.5rem;
  line-height: 1.0;
  border: solid 1px #dcdcdc;
  padding: 24px 0;
  margin: 0 auto;
}
.btn_more_bk a:hover {
  background-color: #FFF!important;
  color: var(--g-color)!important;
  opacity: 1.0!important;
}
@media screen and (max-width: 599px) {
  .btn_more_bk a {
    width: 80%;
    font-size: 14px;
    padding: 20px 0;
  }
}
/* 見出し
---------------------------*/
.top_renew_ttl_01 {
  color: var(--g-color)!important;
  font-size: 2.8rem;
  font-family: var(--font_libre);
  line-height: 2em!important;
  text-align: center;
  margin-bottom: 4rem;
  letter-spacing: 0.02em;
}
.top_renew_ttl_01 span {
  line-height: 2em!important;
  display: inline-block;
  border-bottom: solid 1px #DCDCDC;
  padding: 0 2rem 0.6rem;
}
.top_renew_ttl_01 small {
  font-family: var(--font_noto_sans);
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2em!important;
  display: block;
  margin-top: 1.8rem;
}
@media screen and (max-width: 599px) {
  .top_renew_ttl_01 {
    font-size: 2.3rem;
    line-height: 1.6em!important;
    margin-bottom: 3rem;
  }
  .top_renew_ttl_01 span {
    line-height: 1.6em!important;
    padding: 0 1rem 0.6rem;
  }
  .top_renew_ttl_01 small {
    line-height: 1.6em!important;
    margin-top: 1.2rem;
  }
}
/* MVスライダー
---------------------------*/
#top_mv_slider_wrap {
  width: 1400px;
  text-align: center;
  margin: 3rem auto 4rem;
  padding: 0;
}
@media screen and (max-width: 1400px) {
  #top_mv_slider_wrap {
    width: 100%;
  }
}
@media screen and (max-width: 979px) {
  #top_mv_slider_wrap {
    margin: 0 auto 4rem;
  }
}
@media screen and (max-width: 599px) {
  #top_mv_slider_wrap {
    margin: 0 auto 3rem;
  }
}
.top_mv_slider {
  width: 100%;
}
.swiper-container.slider_mv,
.swiper-container.slider_mv_sp{
  width: 100%;
}
.top_mv_slider a img:hover {
  opacity: 1.0!important;
}
.top_mv_slider.sp {
  display: none;
}
@media screen and (max-width: 599px) {
  .top_mv_slider.pc {
    display: none;
  }
  .top_mv_slider.sp {
    display: block;
  }
}
.top_mv_slider .swiper-pagination {
  position: static;
  margin-top: 1.4rem;
}
.top_mv_slider .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 0.8rem;
}
/* 2カラム細長バナー
---------------------------*/
#top_renew_2colbnr {
  width: 1185px;
  margin: 0 auto;
  padding: 0.5rem 0 5rem!important;
  text-align: center;
}
@media screen and (max-width: 1184px) {
  #top_renew_2colbnr {
    width: 94%!important;
  }
}
@media screen and (max-width: 599px) {
  #top_renew_2colbnr {
    padding: 0.5rem 0 3rem!important;
  }
}
#top_renew_2colbnr ul {
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;/*列の数と幅を指定できる*/
  gap: 2.5rem;
}
@media screen and (max-width: 899px) {
  #top_renew_2colbnr ul {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
/* ピックアップカテゴリー
---------------------------*/
#top_pick_cate {
  width: 1185px;
  margin: 0 auto;
  padding: 4rem 0 13rem!important;
}
@media screen and (max-width: 1184px) {
  #top_pick_cate {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  #top_pick_cate {
    padding: 2rem 0 6rem!important;
  }
}
.top_pick_cate_col3_wrap{
  width: 102%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-right: -1%;
  margin-left: -1%;
}
@media screen and (max-width: 1184px) {
  .top_pick_cate_col3_wrap{
    width: 98%;
    margin: 0 auto;
  }  
}
@media screen and (max-width: 599px) {
  .top_pick_cate_col3_wrap{
    width: 104%;
    margin-right: -2%;
    margin-left: -2%;
    padding-bottom: 4rem;
  }
}
.top_pick_cate_col3_box {
  width: calc(100% / 3);
  margin: 0 0 6rem;
  padding: 0 1.5%;
  box-sizing: border-box;
}
@media screen and (max-width: 599px) {
  .top_pick_cate_col3_box {
    width: calc(100% / 2);
    margin: 0;
    padding: 1rem 1.5%;
    border-bottom: solid 1px #DCDCDC;
  }  
}
.top_pick_cate_col3_box a {
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (max-width: 599px) {
  .top_pick_cate_col3_box a {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    padding: 0;
  }
  .top_pick_cate_col3_box a p {
    width: 40%;
    order: 1;
    height: 0;
    padding-top: 40%;/*widthと同じにする*/
    position: relative;
  }
  .top_pick_cate_col3_box a p img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
  }
  .top_pick_cate_col3_box h3 {
    width: 58%;
    order: 2;
  }
  .top_pick_cate_col3_box h3 span {
    display: none;
  }
}
@media screen and (max-width: 899px) {
  #top_pick_cate .swiper-wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 0 auto;
  }
  #top_pick_cate .slider_pickup_category .swiper-slide {
    width: 48.94%;
    margin-bottom: 6rem;
  }
}
@media screen and (max-width: 599px) {
  #top_pick_cate .top_pick_series_silider_wrap {
    margin-bottom: 0;
  }
  .top_pick_cate_col3_wrap,
  #top_pick_cate .swiper-wrapper {
    width: 94%;
    margin: 0 auto;
  }
  #top_pick_cate .slider_pickup_category .swiper-slide {
    margin-bottom: 2.6rem;
  }
  .top_pick_series_silider_wrap .slider_pickup_category .swiper-slide a img {
    object-fit: cover;
    width: 100%;
    height: 130px;
  }
  .top_pick_series_silider_wrap .slider_pickup_category .swiper-slide a img {
    margin-bottom: 1rem;
  }
}
.top_pick_cate_col3_wrap h3,
#top_pick_cate .swiper-wrapper h3 {
  font-size: 2.6rem;
  line-height: 2em!important;
  text-align: center;
  font-family: var(--font_libre);
  margin-top: 1.6rem;
}
#top_pick_cate .swiper-wrapper h3 {
  margin-top: 0rem!important;
}
.top_pick_cate_col3_wrap h3 small,
#top_pick_cate .swiper-wrapper h3 small {
  display: block;
  font-family: var(--font_noto_sans);
  line-height: 2em!important;
  font-size: 1.4rem;
  font-weight: 400;
}
@media screen and (max-width: 899px) {
  .top_pick_cate_col3_wrap h3,
  #top_pick_cate .swiper-wrapper h3 {
    font-size: 2.0rem;
    line-height: 1.6em!important;
    margin-top: 1.5rem;
  }
  #top_pick_cate .swiper-wrapper h3 {
    line-height: 1.4!important;
  }
  .top_pick_cate_col3_wrap h3 small,
  #top_pick_cate .swiper-wrapper h3 small {
    font-size: 1.2rem;
    line-height: 1.6em!important;
  }
  #top_pick_cate .swiper-wrapper h3 small {
    margin-top: 0.6rem;
  }
}
@media screen and (max-width: 599px) {
  #top_pick_cate .top_pick_cate_col3_wrap h3 {
    font-size: 1.7rem;
    line-height: 1.4!important;
    margin-top: 0;
  }
  .top_pick_cate_col3_wrap h3 small {
    font-size: 1.4rem;
    font-family: var(--fontbase);
    font-weight: 500;
    letter-spacing: 0!important;
  }
}
@media screen and (max-width: 899px) {
  .top_pick_series_silider_wrap .slider_pickup_category + .swiper-button-prev,
  .top_pick_series_silider_wrap .slider_pickup_category + .swiper-button-prev + .swiper-button-next,
  .pagination_pickup_category {
    display: none!important;
  }
}
/* ※ランキング関連のCSSは主にoriginal.cssに記述
-------------------------------------------*/
@media screen and (max-width: 599px) {
  #fs_Top .mens_ranking {
    margin-bottom: 5rem;
  }
}
/* ピックアップシリーズ
---------------------------*/
#top_pick_series {
  width: 1185px;
  margin: 0 auto;
  padding: 13rem 0 13rem!important;
}
@media screen and (max-width: 1184px) {
  #top_pick_series {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  #top_pick_series {
    padding: 6rem 0 6rem!important;
  }
}
/* スライダー */
.top_pick_series_silider_wrap {
  position: relative;
  margin-bottom: 5rem;
}
@media screen and (max-width: 599px) {
  .top_pick_series_silider_wrap {
    margin-bottom: 3rem;
  }
}
.top_pick_series_silider_wrap .swiper-button-prev,
.top_pick_series_silider_wrap .swiper-button-next {
  position: absolute;
  top: 36%;
}
.top_pick_series_silider_wrap .swiper-pagination {
  position: static;
  margin-top: 2.6rem;
}
.top_pick_series_silider_wrap .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 0.8rem;
}
/* スライダーここまで */

.top_pick_series_silider_wrap .swiper-slide a {
  display: flex;
  flex-direction: column-reverse;
}
.top_pick_series_silider_wrap .swiper-slide h3 {
  font-family: var(--fontbase);
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
}
.top_pick_series_silider_wrap .swiper-slide p {
  font-family: var(--fontbase);
  font-size: 1.5rem;
  font-weight: 400;
  text-align: center;
  margin-bottom: 0.8rem;
}
.top_pick_series_silider_wrap .swiper-slide img {
  margin-bottom: 3rem;
}
@media screen and (max-width: 599px) {
  .top_pick_series_silider_wrap .swiper-slide img {
    object-fit: cover;
    width: 100%;
    height: 300px;
    margin-bottom: 2rem;
  }
}
/* Feature
---------------------------*/
#top_renew_feature {
  text-align: center;
  padding: 2rem 0 13rem!important;
}
@media screen and (max-width: 599px) {
  #top_renew_feature {
    text-align: center;
    padding: 2rem 0 6rem!important;
  }
}
#top_renew_feature ul {
  width: 1185px;
  margin: 0 auto;
}
@media screen and (max-width: 1184px) {
  #top_renew_feature ul {
    width: 94%;
  }
}

/* Gift
-------------------------------------------*/
#top_gift_renew {
  padding: 0;
  background: url(https://morpho1995noij.itembox.design/item/top/gift_bg_00.jpg) no-repeat center left;
}
@media screen and (max-width: 1600px) {
  #top_gift_renew {
    padding: 8rem 0 0;
  }
}
@media screen and (max-width: 599px) {
  #top_gift_renew {
    background: url(https://morpho1995noij.itembox.design/item/top/gift_bg_00.jpg) no-repeat top left;
    background-size: auto 225px;
    padding: 12rem 0 0!important;
  }
}
.top_gift_renew_inner {
  width: 1185px;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  margin: 0 auto;
  padding: 0 10rem;
}
@media screen and (max-width: 1600px) {
  .top_gift_renew_inner {
    width: 100%;
    height: auto;
    padding: 0 4rem 0 0;
  }
}
@media screen and (max-width: 599px) {
  .top_gift_renew_inner {
    width: 100%;
    height: auto;
    padding: 30px 0;
    justify-content: center;
  }
}
.top_gift_renew_inner_txt {
  width: 368px;
}
@media screen and (max-width: 1600px) {
  .top_gift_renew_inner_txt {
    background-color: rgba(255, 255, 255, 0.7);
    padding: 4rem 2rem 2rem;
  }
}
@media screen and (max-width: 599px) {
  .top_gift_renew_inner_txt {
    width: 94%;
  }
}
#top_gift_renew .top_renew_ttl_01,
#top_gift_renew .top_renew_ttl_01 span {
  font-size: 4.4rem;
  line-height: 2.0em!important;
}
#top_gift_renew .top_renew_ttl_01 small {
  font-size: 3rem;
  font-family: var(--fontbase);
  line-height: 2.0em!important;
}
@media screen and (max-width: 599px) {
  #top_gift_renew .top_renew_ttl_01,
  #top_gift_renew .top_renew_ttl_01 span {
    font-size: 2.8rem;
    line-height: 1.6em!important;
  }
  #top_gift_renew .top_renew_ttl_01 small {
    font-size: 2.1rem;
    line-height: 1.6em!important;
  }
}
#top_gift_renew .top_renew_ttl_01 + p {
  font-family: var(--font_noto_sans)!important;
  font-size: 1.4rem;
  margin-bottom: 6rem;
}
@media screen and (max-width: 599px) {
  #top_gift_renew .top_renew_ttl_01 + p {
    margin-bottom: 3.6rem;
  }
}
@media screen and (max-width: 1600px) {
  .top_gift_renew_inner_txt p br {
    display: none!important;
  }
}
/* Coordinate
-------------------------------------------*/
#top_coordinate {
  width: 1185px;
  margin: 0 auto;
  padding: 13rem 0 7.5rem!important;
}
@media screen and (max-width: 1184px) {
  #top_coordinate {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  #top_coordinate {
    padding: 2rem 0 3rem!important;
  }
}
.top_coordinate_list {
  display: flex;
  align-items: top;
  justify-content: space-between;
  margin: 0 auto 6rem;
}
@media screen and (max-width: 1184px) {
  .top_coordinate_list {
    width: 96%;
    margin: 0 auto 6rem;
  }
}
@media screen and (max-width: 599px) {
  .top_coordinate_list {
    width: 100%;
    margin-bottom: 3rem;
  }
}
.top_coordinate_list li {
  width: 23.37%;
  font-family: var(--font_noto_sans);
  font-weight: 400;
}
@media screen and (max-width: 599px) {
  .top_coordinate_list li {
    text-align: center;
  }
}
.top_coordinate_list li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 1.4rem;
  color: #757575;
}
.top_coordinate_list li a:hover {
  color: #757575!important;
}
.top_coordinate_list li a span {
  font-size: 1.2rem;
  margin: 4rem 0 0.5rem;
  font-family: var(--font_libre);
  letter-spacing: 0.05rem!important;
}
.top_coordinate_list li small {
  font-size: 1.4rem;
  letter-spacing: 0.05rem!important;
}
@media screen and (max-width: 599px) {
  .top_coordinate_list li:nth-child(1) {
    width: 100%;
  }
  .top_coordinate_list li:nth-child(n+2) {
    display: none;
  }
  .top_coordinate_list li:nth-child(1) img {
    object-fit: cover;
    height: 300px;
    width: 100%;
  }
  .top_coordinate_list li a span {
    margin-top: 2rem;
    letter-spacing: 0.02em!important;
  }
  .top_coordinate_list li small {
    letter-spacing: 0.02em!important;
    padding: 0 4%;
  }  
}
/* Articles
-------------------------------------------*/
#top_articles {
  width: 1185px;
  margin: 0 auto;
  padding: 7.5rem 0 13rem!important;
}
@media screen and (max-width: 1184px) {
  #top_articles {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  #top_articles {
    padding: 3rem 0 6rem!important;
  }
}
#top_articles .good_luck_top_2col_wrap {
  margin: 0 auto;
}
@media screen and (max-width: 1184px) {
  #top_articles .good_luck_top_2col_wrap {
    width: 96%;
  }
}
@media screen and (max-width: 599px) {
  #top_articles .good_luck_top_2col_wrap {
    width: 94%;
  }
}
#top_articles .good_luck_top_2col_box_txt {
  font-size: 2.4rem;
  font-family: var(--font_libre)!important;
  line-height: 2em!important;
}
#top_articles .good_luck_top_2col_box_txt span {
  font-size: 1.4rem;
  font-family: var(--font_noto_sans);
  font-weight: 400;
  line-height: 2em!important;
}
@media screen and (max-width: 599px) {
  #top_articles .good_luck_top_2col_box_txt {
    font-size: 2.3rem;
    line-height: 1.6em!important;

  }
  #top_articles .good_luck_top_2col_box_txt span {
    font-size: 1.3rem;
    line-height: 1.6em!important;
  }
}
@media screen and (max-width: 374px) {
  #top_articles .good_luck_top_2col_box_txt br {
    display: none;
  }
}
/* Category
-------------------------------------------*/
#top_category {
  padding: 9rem 0 10rem!important;
}
@media screen and (max-width: 599px) {
  #top_category {
    padding: 5rem 0 3rem!important;
  }
}
#top_contents .list_cate_wrap {
  margin: 0 auto 3rem;
}
@media screen and (max-width: 599px) {
  #top_contents .list_cate_wrap {
    margin: 0 auto 1rem;
  }
}
/* カテゴリ男女タブ切り替えの記述はoriginal.cssに */

/* Women's
-------------------------------------------*/
#top_women_renew {
  width: 730px;
  margin: 0 auto;
  padding: 13rem 0!important;
}
@media screen and (max-width: 740px) {
  #top_women_renew {
    width: 94%;
  }
}
@media screen and (max-width: 599px) {
  #top_women_renew {
    padding: 6rem 0 8rem!important;
  }
}
.top_women_renew_wrap {
  width: 100%;
  display: flex;
  align-items: center;
  min-height: 566px;
  position: relative;
  overflow: visible!important;
}
@media screen and (max-width: 599px) {
  .top_women_renew_wrap {
    min-height: auto;
    height: 100%;;
    align-items: flex-start;
  }
}
.top_women_renew_wrap > div {
  width: 325px;
}

@media screen and (max-width: 599px) {
  .top_women_renew_wrap > div {
    width: 60%;
  }
}
.top_women_renew_wrap > div:after {
  content: '';
  display: block;
  width: 425px;
  height: 566px;
  background: url("https://morpho1995noij.itembox.design/item/top_renew/bg_womens.jpg") no-repeat top right;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -10;
}
@media screen and (max-width: 599px) {
  .top_women_renew_wrap > div:after {
    width: 50%;
    height: 100%;
    background: url("https://morpho1995noij.itembox.design/item/top_renew/bg_womens.jpg") no-repeat bottom right;
    background-size: cover;
    top: 20px;
  }
}
#top_women_renew .top_renew_ttl_01,
#top_women_renew .top_renew_ttl_01 span {
  font-size: 4.4rem;
  line-height: 1.6em!important;
}
@media screen and (max-width: 599px) {
  #top_women_renew .top_renew_ttl_01,
  #top_women_renew .top_renew_ttl_01 span {
    font-size: 2.8rem;
  }
}
#top_women_renew .top_renew_ttl_01 + p {
  font-family: var(--font_noto_sans)!important;
  font-size: 1.4rem;
  margin-bottom: 6rem;
}
@media screen and (max-width: 599px) {
  #top_women_renew .top_renew_ttl_01 + p {
    margin-bottom: 3.6rem;
  }
}
@media screen and (max-width: 599px) {
  #top_women_renew .btn_more_bk a {
    width: 100%;
    font-size: 1.3rem;
    padding: 20px 0;
  }
}
/* News
-------------------------------------------*/
#top_newsinfo .top_newsinfo_inner p {
  font-family: var(--font_noto_sans);
  font-size: 1.3rem;
}
#top_newsinfo .top_newsinfo_inner p:nth-child(n+5) {
  display: none!important;
}
@media screen and (max-width: 599px) {
  #top_newsinfo .top_news_wrap p span:first-child {
    width: 24%;
  }
  .top_news_wrap p span:last-child {
    width: 75%;
  }
}
/* 年代別ランキング
-------------------------------------------*/
#top_ranking_age {
  text-align: center;
  padding: 2rem 0 13rem!important;
}
@media screen and (max-width: 599px) {
  #top_ranking_age {
    text-align: center;
    padding: 2rem 0!important;
  }
}
.top_ranking_age_wrap {
  width: 1185px;
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
@media screen and (max-width: 1184px) {
  .top_ranking_age_wrap {
    width: 94%;
  }
}
@media screen and (max-width: 599px) {
  .top_ranking_age_wrap {
    width: 94%;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
  }
}
.top_ranking_age_col3_wrap{
  width: 102%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-right: -1%;
  margin-left: -1%;
}
@media screen and (max-width: 1184px) {
  .top_ranking_age_col3_wrap{
    width: 98%;
    margin: 0 auto;
  }  
}
@media screen and (max-width: 599px) {
  .top_ranking_age_col3_wrap{
    width: 104%;
    margin-right: -2%;
    margin-left: -2%;
    padding-bottom: 4rem;
  }
}
.top_ranking_age_col3_box {
  width: calc(100% / 3);
  margin: 0 0 6rem;
  padding: 0 1.5%;
  box-sizing: border-box;
}
@media screen and (max-width: 800px) {
  .top_ranking_age_col3_box {
    width: calc(100% / 2);
    margin: 0;
    padding: 1rem 1.5%;
  }  
}
.top_ranking_age_col3_box h3 * {
  font-family: var(--fontbase)!important;
  font-weight: 400!important;
}
.top_ranking_age_col3_box a {
  display: flex;
  flex-direction: column-reverse;
}
#top_ranking_age .top_ranking_age_col3_box a {
  position: relative;
}
#top_ranking_age .top_ranking_age_col3_box a:before {
  content: '';
  display: block;
  width: 86%;
  height: 80%;
  border: solid 3px #FFF;
  position: absolute;
  top:10%;
  left: 7%;
  z-index: 10;
}
@media screen and (max-width: 599px) {
  #top_ranking_age .top_ranking_age_col3_box a:before {
    content: '';
    display: block;
    width: 91%;
    height: 85%;
    border: solid 2px #FFF;
    position: absolute;
    top: 7.5%;
    left: 4.5%;
    z-index: 10;
  }
}
#top_ranking_age .top_ranking_age_col3_box a:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: 0.3s;
}
#top_ranking_age .top_ranking_age_col3_box a:hover * {
  opacity: 1;
}
#top_ranking_age .top_ranking_age_col3_box a:hover:after {
  background-color: rgba(0, 0, 0, 0.1);
}
#top_ranking_age .top_ranking_age_col3_box h3 {
  width: 86%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 20;
}
#top_ranking_age .top_ranking_age_col3_box h3,
#top_ranking_age .top_ranking_age_col3_box h3 span,
#top_ranking_age .top_ranking_age_col3_box h3 small{
  font-family: var(--font_noto_serif);
  color: #FFF;
  margin: 0;
  padding: 0;
  line-height: 1.2!important;
}
#top_ranking_age .top_ranking_age_col3_box h3 span {
  font-size: 2.2rem;
}
@media screen and (max-width: 599px) {
  #top_ranking_age .top_ranking_age_col3_box h3 span {
    font-size: 1.6rem;
  }
}
#top_ranking_age .top_ranking_age_col3_box h3 small{
  font-size: 1.6rem;
  margin-top: 1rem;
  display: block;
}
@media screen and (max-width: 899px) {
  #top_ranking_age .top_ranking_age_col3_box h3 small{
    margin-top: 0.6rem!important;
  }
}
@media screen and (max-width: 599px) {
  #top_ranking_age .top_ranking_age_col3_box h3 small{
    font-size: 1.3rem;
  }
}