@charset "Shift_JIS"; /**/
/*デフォルトである余白を削除----------------------*/
#info_contents { margin-bottom:0!important; }
.body_sph .contents_main { margin: 0; }

/*==================================================
全体
==================================================*/
#age_ranking2025 {
  	font-family: "Open Sans", "Yu Gothic", YuGothic,　sans-serif;
  	font-optical-sizing: auto;
  	font-variation-settings:"wdth" 100;
    background-color: #000000;
    margin: 0;
    padding: 0;
	color: #492c0f;
}
#age_ranking2025 img {
	display: inline;
}
#age_ranking2025 a{
	text-decoration: none;
	text-align: center;
}
.body_pc #age_ranking2025 a:hover{
    opacity: 0.7;
    transition: 0.15s;
}
#age_ranking2025 p,
#age_ranking2025 h4{
	margin: 0;
	color: #000000;
}

/*横幅----------------------------*/
#age_ranking2025 .wrapper-big {
    width: 88%;
    max-width: 720px;
	margin: 0 auto;
}
.body_sph #age_ranking2025 .wrapper-big {
	width: 92%;
}
#age_ranking2025 .wrapper-middle {
    width: 92%;
	margin: 0 auto;
}
#age_ranking2025 .wrapper-small{
    width: 92%;
	margin: 0 auto;
}

/*レスポンス対応------------------*/
.body_sph #age_ranking2025{
	font-size: 0.55em;
}

/*動きの調整=====================================/
/*画像：背景色が右から左へ-----*/
#age_ranking2025 .slide-in, 
#age_ranking2025 .fv-slide-in {
  position: relative;
}
#age_ranking2025 .slide-in::after, 
#age_ranking2025 .fv-slide-in::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.8s ease;
  transform-origin: right center;
  z-index: 10;
}
#age_ranking2025 .slide-in.on::after, 
#age_ranking2025 .fv-slide-in.on::after {
  transform: scaleX(0);
}
/*色変更*/
#age_ranking2025.cosme .slide-in::after, 
#age_ranking2025.cosme .fv-slide-in::after {
	background-color: #e8187a;
  /*background: linear-gradient(125deg, #f3789b, #e96191);*/
}
#age_ranking2025.supple .slide-in::after, 
#age_ranking2025.supple .fv-slide-in::after {
	background-color: #00b672;
  /*background: linear-gradient(125deg, #00b0e3, #33c0e9);*/
}

/*フェードイン---------------------*/
#age_ranking2025 .fade-in {
    opacity: 0;
    transform: translateY(1.5%);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
#age_ranking2025 .fade-in.appear {
    opacity: 1;
    transform: translateY(0);
}

/*============================================================
ヘッダー(FV)
============================================================*/
#age_ranking2025 .header{
    position: relative;
}
#age_ranking2025.cosme .header{
    margin-bottom: 6%;
}
#age_ranking2025.supple .header{
margin-bottom: 1em;
}

/*右下のコピー位置調整*/
#age_ranking2025 header .fv-txt{
    font-size: 1.8em;
    line-height: 1.65;
    color: #492c0f;
    letter-spacing: -0.015em;
    position: absolute;
    left: 34%;
}
#age_ranking2025.cosme header .fv-txt{
     bottom: 2%;
}
#age_ranking2025.supple header .fv-txt{
     bottom: -1%;
}
.body_sph #age_ranking2025 header .fv-txt{
    font-size: 1.57em;
}
.body_sph #age_ranking2025.cosme header .fv-txt{
    bottom: 1.3%;
    left: 32%;
}
.body_sph #age_ranking2025.supple header .fv-txt{
    bottom: -1.5%;
    left: 34%;
}

/*アンカー*/
#age_ranking2025 .anchor {
    display: flex;
    justify-content: space-between;
	margin-bottom: 18%;
}
#age_ranking2025 .anchor .anchor_btn {
    border: none;
    width: 32%;
    height: auto;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-color: #000000;
    color: #fff;
    padding: 2.5% 0;
    font-size: 1.5em;
    line-height: 1.3;
	text-align: center;
}
/*
#age_ranking2025.cosme .anchor .anchor_btn {
   background-image: url(../age_ranking2025/image/cosme_anchor_back.png);
}
#age_ranking2025.supple .anchor .anchor_btn {
   background-image: url(../age_ranking2025/image/supple_anchor_back.png);
}*/
#age_ranking2025 .anchor .anchor_btn span{
	letter-spacing: -0.07em;
}
#age_ranking2025.cosme .anchor .anchor_btn span{
	font-size: 1.4em;
}
#age_ranking2025.supple .anchor .anchor_btn span{
	font-size: 1.25em;
}

/*==================================================
セクション共通部分
==================================================*/
/*背景*/
#age_ranking2025 .section-inner{
/*margin-top: 5%;*/
	padding-bottom: 15%;
    position: relative;
}
.bosy_sph #age_ranking2025 .section-inner{
margin-top: 10%;
}
#age_ranking2025.cosme .section-inner{
	background-color: #000000;
    	background-position:top 70% left 100%, center;
    	background-repeat:no-repeat, no-repeat;
}

#age_ranking2025.supple .section-inner{
	background-color: #000000;
    	background-position:top 75% left 100%, center;
    	background-repeat:no-repeat, no-repeat;
}

/*背景斜め*/
#age_ranking2025 .section-inner::before {
    top: 0;
    transform: skewY(-5deg);
    transform-origin: 0 100%;
	overflow: visible;
	content: '';
    position: absolute;
    width: 100%;
    height: 3.5%;
	z-index: -2;
}
#age_ranking2025.cosme .section-inner::before {
   background-color: #000000; 
}
#age_ranking2025.supple .section-inner::before {
   background-color: #000000; 
}

/*セクションタイトル------------------------------------*/
#age_ranking2025 .section-title{
	position: relative;
    font-feature-settings: "palt";
	text-align: center;
	padding-bottom: 5%;
}
.body_sph #age_ranking2025 .section-title img {
	max-height: 7em;
}
.body_sph #age_ranking2025 .pickup-title {
	max-height: 4em;
}
/*紙吹雪の設定*/
#age_ranking2025 .section-title::before{
	content:"";
	position: absolute;
	background-repeat: no-repeat;
	width: 300px;
	height: 1200px;
	top: -7em;
	left: 0;
	z-index: -1;
}
/*
#age_ranking2025.cosme .section-title::before{
    background-image: url("../age_ranking2025/image/confetti_left_cosme.png");
}
#age_ranking2025.supple .section-title::before{
    background-image: url("../age_ranking2025/image/confetti_left_supple.png");
}*/
.body_sph #age_ranking2025 .section-title::before{
	background-size: 250px;
}
/*文字設定*/
#age_ranking2025 .section-title h2,
#age_ranking2025 .section-title p{
 	text-align: center;
	line-height: 1.15;
}
#age_ranking2025.cosme .section-title h2,
#age_ranking2025.cosme .section-title p{
	color: #e96191;
}
#age_ranking2025.supple .section-title h2,
#age_ranking2025.supple .section-title p{
	color: #009ada;
}
#age_ranking2025 .section-title h2 {
    font-size: 4em;
    font-weight: 200;
    padding-top: 6%;
    letter-spacing: -0.03em;
}
.body_sph #age_ranking2025 .section-title h2 {
    padding-top: 8%;
}
#age_ranking2025 .section-title p{
    font-size: 1.6em;
	margin-bottom: 5.5%;
}

/*余白-------------------------------------*/
#age_ranking2025 .top-product,
#age_ranking2025 .pickup-product{
	background-color: #fff;
	padding: 4% 0 6%;
}
#age_ranking2025 .top-product,
#age_ranking2025 .product-list{
	margin-bottom: 16%;
}

/*商品名-----------------------------------*/
#age_ranking2025 .product-title{
	text-align: center;
	margin: 5% 0 4%;
	line-height: 1.25;
    font-feature-settings: "palt";
    letter-spacing: 0.02em;
}
#age_ranking2025 .product-title p{
	margin-bottom: 1.2%;
}
.body_sph #age_ranking2025 .product-title p{
	margin-bottom: 1.8%;
}
#age_ranking2025 .product-title h4{
	font-weight: 200;
}

/*ボタン-----------------------------------*/
#age_ranking2025.cosme .btn a,
#age_ranking2025.cosme .btn p{
  position: relative;
  display: block;
  width: 100%;
  background-color: #e8187a;
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 2% 0;
}
#age_ranking2025.supple .btn a,
#age_ranking2025.supple .btn p{
  position: relative;
  display: block;
  width: 100%;
  background-color: #00b672;
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 2% 0;
}
#age_ranking2025 .btn a::after,
#age_ranking2025 .btn p::after{
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1em;
  width: 0.5em;
  height: 0.5em;
  margin: auto;
  border-top: 0.1em solid #fff;
  border-right: 0.1em solid #fff;
  transform: rotate(45deg);
  box-sizing: border-box;
}
.body_sph #age_ranking2025 .btn a::after,
.body_sph #age_ranking2025 .btn p::after{
}

/*親要素から飛び出す場合----------------------------*/
#age_ranking2025 .move{
	position: absolute;
}
#age_ranking2025 .move-right{
	right: -4.8em;
}
.body_sph #age_ranking2025 .move-right{
	right: -3em;
}
#age_ranking2025 .move-left{
    left: -4.8em;
}
.body_sph #age_ranking2025 .move-left{
    left: -3em;
}

/*==================================================
no1
==================================================*/
/*s商品名*/
#age_ranking2025 .top-product .product-title p{
	font-size: 1.3em;
}
#age_ranking2025 .top-product .product-title h4{
	font-size: 2em;
}

/*ボタン*/
#age_ranking2025 .btn_big a {
	font-size: 1.8em;
}

/*スペシャルコメント-*/
#age_ranking2025 .comment_title{
    text-align: center;
    margin: 10% 0 4%;
}
#age_ranking2025 .comment_title img{
 width: 50%;
}


#age_ranking2025 .special-comment{
    display: flex;
    justify-content: left;
    align-items: flex-start;
    gap: 4%;
    padding-right: 5%;
    margin-bottom: 5%;
    
}
#age_ranking2025 .special-comment:last-child{
 margin-bottom: 2%;
}
#age_ranking2025 .special-comment img{
    width: 20%;
}
.body_sph #age_ranking2025 .special-comment-title{
	width: 70%;
}

#age_ranking2025 .comment-human{
    color: #9b9085;
    font-size: 0.9em;
    padding-left: 3%;
}

#age_ranking2025 .special-comment-photo{
	top: 5em;
	z-index: -1;
}
.body_sph #age_ranking2025 .special-comment-photo{
	width: 80%;
}
#age_ranking2025 .special-comment-txt{
    font-size: 1.5em;
    line-height: 1.6;
    text-align: justify;
    font-feature-settings: "palt" 1;
    letter-spacing: 0.03em;
	width: 100%;
/*    word-break: break-word;
    widows: 3;*/
}
#age_ranking2025 .letter-narrow{
/*    letter-spacing: -0.045em;*/
}
.body_sph #age_ranking2025 .special-comment-txt{

}
.body_sph #age_ranking2025 .special-comment-txt{
    margin-top: -1%;
        line-height: 1.5;
/*    letter-spacing: -0.04em;*/
}


#age_ranking2025 .special-comment-txt span, 
#age_ranking2025 .pickup-comment-txt span{
	display: inline;
}
#age_ranking2025.cosme .special-comment-txt span, 
#age_ranking2025.cosme .pickup-comment-txt span{
/*	color: #d20040;*/
}
#age_ranking2025.supple .special-comment-txt span{
/*	color: #008cd4;*/
}
#age_ranking2025 .author{
	text-align: right;
	margin-top: 1%;
	font-size: 1.1em;
        color: #9a838b;
}

/*==================================================
2~5位
==================================================*/
#age_ranking2025 .product-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#age_ranking2025 .product-item {
    width: 48%;
    margin-bottom: 8%;
	background-color: #fff;
	position: relative;
	 display: flex;
    flex-direction: column;
}
#age_ranking2025 .product-item:nth-last-child( -n + 2 ) {
    margin-bottom: 0%;
}
/*no1アイコン---------------------------------------------*/
/*コスメサプリ共通*/
#age_ranking2025 .no_icon{
	position: absolute;
}
/*コスメ*/
#age_ranking2025.cosme .no_icon{
	top: 1em;
	left: 1.2em;
	width: 28%;
	max-width: 80px;
}
.body_sph #age_ranking2025.cosme .no_icon{
	top: 0.9em;
	left: 0.9em;
}
/*サプリ*/
#age_ranking2025.supple .no_icon{
	top: 0.5em;
	left: 0.8em;
	width: 24%;
	max-width: 70px;
}
.body_sph #age_ranking2025.supple .no_icon{
/*	top: 0.9em;
	left: 0.9em;*/
}


/*商品画像----------------------------------------------*/
#age_ranking2025 .product_image{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
/*コスメ--------*/
/*長細い場合*/
#age_ranking2025.cosme .product_image_tall{
	top: 2.2em;
	height: 217px;
}
.body_sph #age_ranking2025.cosme .product_image_tall{
	height: 120px;
}
/*横長の場合*/
#age_ranking2025.cosme .product_image_short{
	top: 7.5em;
	width: 125px;
}
.body_sph #age_ranking2025.cosme .product_image_short{
	top: 6.5em;
	width: 80px;
}
/*PWだけ個別設定*/
#age_ranking2025.cosme .product_image_pw{
	top: 8.7em;
	width: 190px;
}
.body_sph #age_ranking2025.cosme .product_image_pw{
	top: 7.4em;
	width: 108px;
}
/*GEだけ個別設定*/
#age_ranking2025.cosme .product_image_ge{
	top: 6.2em;
	width: 150px;
}
.body_sph #age_ranking2025.cosme .product_image_ge{
	top: 5.4em;
	width: 80px;
}

/*サプリ--------*/
/*長細い場合*/
#age_ranking2025.supple .product_image_tall{
	top: 5em;
	height: 185px;
}
.body_sph #age_ranking2025.supple .product_image_tall{
    top: 4.8em;
	height: 105px;
}
/*横長の場合*/
#age_ranking2025.supple .product_image_short{
	top: 7.5em;
	width: 125px;
}
.body_sph #age_ranking2025.supple .product_image_short{
	top: 6.5em;
	width: 80px;
}


/*商品名-------------------------------------------*/
#age_ranking2025 .product-list .product-title{
	padding: 84% 0 0 ;
    margin: 5% 0 6%;
}
#age_ranking2025.cosme .product-list .product-title{
/*    line-height: 1.3;*/
}
#age_ranking2025.supple .product-list .product-title{
    line-height: 1.5;
}
#age_ranking2025 .product-list .product-title p{
	font-size: 1em;
}
#age_ranking2025.cosme .product-list .product-title h4{
	font-size: 1.52em;
}
#age_ranking2025.supple .product-list .product-title h4{
	font-size: 1.7em;
}
.body_sph #age_ranking2025 .product-list .product-title h4{
	font-size: 1.4em;
}
#age_ranking2025 .product-list .product-title h4 span{
	font-size: 0.8em;
    line-height: 1.2;
}
/*ボタン*/
#age_ranking2025 .btn_small {
	margin-top: auto;
}
#age_ranking2025 .btn_small p {
	font-size: 1.5em;
}

#age_ranking2025 .banner img {
    width: 100%;
    height: auto;
    cursor: pointer;
}


/*==================================================
pick up
==================================================*/
.body_sph #age_ranking2025 .pickup-section .wrapper-middle {
	width: 100%;
}

#age_ranking2025 .pickup-section h3{
	text-align: center;
    padding-bottom: 4%;
}
.body_sph #age_ranking2025 .pickup-title {
	width: 60%;
}

/*商品名*/
#age_ranking2025 .pickup-section .product-title {
	    margin: 5% 0 6%;
}
#age_ranking2025 .pickup-section .product-title p{
	font-size: 1em;
}
#age_ranking2025 .pickup-section .product-title h4{
	font-size: 1.8em;
}
/*ボタン*/
#age_ranking2025 .pickup-product .btn_big{
   margin-top: -2%;
    margin-bottom: 6%;
}
#age_ranking2025 .pickup-product .btn_big a{
   font-size: 1.5em;
}
/*コメント*/
#age_ranking2025 .pickup-product{
	position: relative;
    margin-bottom: 8%;
}
#age_ranking2025 .pickup-comment{
/*	width: 78%;*/
}
.body_sph #age_ranking2025 .pickup-comment{
/*	width: 70%;*/
}
#age_ranking2025 .pickup-comment-txt{
	font-size: 1.5em;
	line-height: 1.6;
}
#age_ranking2025 .pickup-comment-photo{
	bottom: 0;
	width: 13.5em;
}
.body_sph #age_ranking2025 .pickup-comment-photo{
	width: 35%;
    right: -1.8em;
}

/*==================================================
他LPへのバナー
==================================================*/
#age_ranking2025 .other-banner-comment{
	text-align: center;
	margin: 5% 0 4%;
	line-height: 1.25;
    font-feature-settings: "palt";
    letter-spacing: 0.02em;
	color: #fff;
	font-size: 1.8em;
	font-weight: 200;
}
#age_ranking2025 .other-banner{
    margin-top: -10%;
    padding-bottom: 10%;
}
#age_ranking2025 .other-banner img{
   width: 100%;
}