@charset "Shift_JIS"; /**/
/*デフォルトである余白を削除----------------------*/
#info_contents { margin-bottom:0!important; }
.body_sph .contents_main { margin: 0; }

/*==================================================
全体
==================================================*/

#age_ranking2024 {
  	font-family: "Open Sans", "Yu Gothic", YuGothic,　sans-serif;
  	font-optical-sizing: auto;
  	font-variation-settings:"wdth" 100;
    background-color: #fff;
    margin: 0;
    padding: 0;
	color: #492c0f;
}
#age_ranking2024 img {
	display: inline;
	width: auto!important;
}
#age_ranking2024 a{
	text-decoration: none;
	text-align: center;
}
.body_pc #age_ranking2024 a:hover{
    opacity: 0.7;
    transition: 0.15s;
}
#age_ranking2024 p,
#age_ranking2024 h4{
	margin: 0;
	color: #492c0f;
}

/*横幅----------------------------*/
#age_ranking2024 .wrapper-big {
    width: 88%;
    max-width: 720px;
	margin: 0 auto;
}
.body_sph #age_ranking2024 .wrapper-big {
	width: 92%;
}
#age_ranking2024 .wrapper-middle {
    width: 92%;
	margin: 0 auto;
}
#age_ranking2024 .wrapper-small{
    width: 92%;
	margin: 0 auto;
}

/*レスポンス対応------------------*/
.body_sph #age_ranking2024{
	font-size: 0.55em;
}

/*動きの調整=====================================/
/*画像：背景色が右から左へ-----*/
#age_ranking2024 .slide-in, 
#age_ranking2024 .fv-slide-in {
  position: relative;
}
#age_ranking2024 .slide-in::after, 
#age_ranking2024 .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_ranking2024 .slide-in.on::after, 
#age_ranking2024 .fv-slide-in.on::after {
  transform: scaleX(0);
}
/*色変更*/
#age_ranking2024.apparel .slide-in::after, 
#age_ranking2024.apparel .fv-slide-in::after {
  background: linear-gradient(125deg, #ed7718, #ed5e17);
}


/*フェードイン---------------------*/
#age_ranking2024 .fade-in {
    opacity: 0;
    transform: translateY(1.5%);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
#age_ranking2024 .fade-in.appear {
    opacity: 1;
    transform: translateY(0);
}

/*============================================================
ヘッダー(FV)
============================================================*/
#age_ranking2024 .header{
    position: relative;
}
#age_ranking2024.apparel .header{
    margin-bottom: 6%;
}


/*右下のコピー位置調整*/
#age_ranking2024 header .fv-txt{
    font-size: 1.8em;
    line-height: 1.65;
    color: #492c0f;
    letter-spacing: -0.015em;
    position: absolute;
    left: 34%;
}
#age_ranking2024.apparel header .fv-txt{
	bottom: 2%;
}
.body_sph #age_ranking2024 header .fv-txt{
    font-size: 1.57em;
}
.body_sph #age_ranking2024.apparel header .fv-txt{
    bottom: 2%;
    left: 32%;
}


/*アンカー*/
#age_ranking2024 .anchor {
    display: flex;
    justify-content: space-between;
	margin-bottom: 25%;
}
#age_ranking2024 .anchor .anchor_btn {
    border: none;
    width: 32%;
    height: auto;
	background-repeat: no-repeat;
	background-size: 100% 100%;
    color: #fff;
    padding: 2.5% 0;
    font-size: 1.5em;
    line-height: 1.3;
	text-align: center;
}
#age_ranking2024.apparel .anchor .anchor_btn {
   background-image: url(image/apparel_anchor_back.png);
}

#age_ranking2024 .anchor .anchor_btn span{
	letter-spacing: -0.07em;
}
#age_ranking2024.apparel .anchor .anchor_btn span{
	font-size: 1.25em;
}
.body_sph #age_ranking2024 .anchor .anchor_btn {
	font-size: 1.2em;
}

/*==================================================
セクション共通部分
==================================================*/
/*背景*/
#age_ranking2024 .section-inner{
margin-top: 5%;
	padding-bottom: 15%;
    position: relative;
}
.bosy_sph #age_ranking2024 .section-inner{
	margin-top: 10%;
}
#age_ranking2024.apparel .section-inner{
	background: url("image/confetti_right_apparel.png") 50%,linear-gradient(#d7b250 0%, #fff8ba 90%, #ffffff 100%);
    background-position:top 70% left 100%, center;
    background-repeat:no-repeat, no-repeat;
}


/*背景斜め*/
#age_ranking2024 .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_ranking2024.apparel .section-inner::before {
   background-color: #d7b250; 
}


/*セクションタイトル------------------------------------*/
#age_ranking2024 .section-title{
	position: relative;
    font-feature-settings: "palt";
}
/*紙吹雪の設定*/
#age_ranking2024 .section-title::before{
	content:"";
	position: absolute;
	background-repeat: no-repeat;
	width: 300px;
	height: 1200px;
	top: -7em;
	left: 0;
	z-index: -1;
}
#age_ranking2024.apparel .section-title::before{
    background-image: url("image/confetti_left_apparel.png");
}
.body_sph #age_ranking2024 .section-title::before{
	background-size: 250px;
}
/*文字設定*/
#age_ranking2024 .section-title h2,
#age_ranking2024 .section-title p{
 	text-align: center;
	line-height: 1.15;
}
#age_ranking2024.apparel .section-title h2,
#age_ranking2024.apparel .section-title p{
	color: #fff;
}
#age_ranking2024 .section-title h2 {
    font-size: 4em;
    font-weight: 200;
    padding-top: 6%;
    letter-spacing: -0.03em;
}
.body_sph #age_ranking2024 .section-title h2 {
    padding-top: 8%;
}
#age_ranking2024 .section-title p{
    font-size: 1.6em;
	margin-bottom: 5.5%;
}

/*余白-------------------------------------*/
#age_ranking2024 .top-product,
#age_ranking2024 .pickup-product{
	background-color: rgba(255,255,255,0.80);
	padding: 4% 0 6%;
}
#age_ranking2024 .top-product,
#age_ranking2024 .product-list{
	margin-bottom: 16%;
}

/*商品名-----------------------------------*/
#age_ranking2024 .red-title {
	padding: 15px 0 10px;
	text-align: center;
	color: #f00;
	font-size: 1.8em;
	font-weight: bold;
}
.body_sph #age_ranking2024 .red-title {
	font-size: 1.7em;
}

#age_ranking2024 .product-title{
	text-align: center;
	margin: 5% 0 4%;
	line-height: 1.25;
    font-feature-settings: "palt";
    letter-spacing: 0.02em;
}
#age_ranking2024 .product-title p{
	margin-bottom: 1.2%;
}
.body_sph #age_ranking2024 .product-title p{
	margin-bottom: 1.8%;
}
#age_ranking2024 .product-title h4{
	font-weight: 200;
}

/*ボタン-----------------------------------*/
#age_ranking2024 .btn a,
#age_ranking2024 .btn p{
  position: relative;
  display: block;
  width: 100%;
  background-color: #ad8034;
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 2% 0;
}
#age_ranking2024 .btn a::after,
#age_ranking2024 .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_ranking2024 .btn a::after,
.body_sph #age_ranking2024 .btn p::after{
}

/*ボタン短-----------------------------------*/
#age_ranking2024 .btns a,
#age_ranking2024 .btns p{
  position: relative;
  display: block;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  background-color: #ad8034;
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 2% 0;
}
#age_ranking2024 .btns a::after,
#age_ranking2024 .btns 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;
}


/*親要素から飛び出す場合----------------------------*/
#age_ranking2024 .move{
	position: absolute;
}
#age_ranking2024 .move-right{
	right: -4.8em;
}
.body_sph #age_ranking2024 .move-right{
	right: -3em;
}
#age_ranking2024 .move-left{
    left: -4.8em;
}
.body_sph #age_ranking2024 .move-left{
    left: -3em;
}

/*==================================================
no1
==================================================*/
/*s商品名*/
#age_ranking2024 .top-product .product-title p{
	font-size: 1.3em;
}
#age_ranking2024 .top-product .product-title h4{
	font-size: 2em;
}

/*ボタン*/
#age_ranking2024 .btn_big a {
	font-size: 1.8em;
}
.body_sph #age_ranking2024 .btn_big a {
	font-size: 1.8em!important;
}

/*ユーザーズボイス*/
#age_ranking2024 .users-voice{
	margin-top: 60px;
}
.body_sph #age_ranking2024 .users-voice{
	margin-top: 30px;
}
#age_ranking2024 .users-voice ul {
	display: flex;
	justify-content: space-between;
}
#age_ranking2024 .users-voice ul li {
	width: calc(96% / 2);
	margin: 0 0 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#age_ranking2024 .users-voice ul li:last-child img {
	width: 100%;
	max-widh: 100%;
}
#age_ranking2024 .users-voice-title{
	margin-bottom: 15px;
}
#age_ranking2024 .users-voice-txt{
	font-size: 1.5em;
    line-height: 1.6;
	text-align: left;
}
.body_sph #age_ranking2024 .users-voice ul {
	flex-direction: column;
}
.body_sph #age_ranking2024 .users-voice ul li {
	width: 100%;
	text-align:center;
}
.body_sph #age_ranking2024 .users-voice ul li img {
	width: 70%!important;
}
.body_sph #age_ranking2024 .users-voice-txt{
    line-height: 1.8;
}

/*スタッフコメント*/
#age_ranking2024 .staff-comment{
	padding-top: 60px;
}
.body_sph #age_ranking2024 .staff-comment {
	padding-top: 30px;
}
#age_ranking2024 .staff-comment-title {
	text-align: center;
	margin-bottom: 15px;
}

#age_ranking2024 .staff-comment-txt,
#age_ranking2024 .comment-txt {
	font-size: 1.5em;
    line-height: 1.6;
	text-align: left;
	padding-bottom: 15px;
}
.body_sph #age_ranking2024 .staff-comment-title img {
	width: 70%!important;
}
.body_sph #age_ranking2024 .staff-comment-txt{
    line-height: 1.8;
}

/*スペシャルコメント-*/
#age_ranking2024 .special-comment{
	margin-top: 10%;
	position: relative;
}
.body_sph #age_ranking2024 .special-comment-title{
	width: 70%!important;
}
#age_ranking2024 .special-comment-photo{
	top: 5em;
	z-index: -1;
}
.body_sph #age_ranking2024 .special-comment-photo{
	width: 80%;
}
#age_ranking2024 .special-comment-txt{
    padding: 11.5em 0 0;
    font-size: 1.5em;
    line-height: 1.6;
}
.body_sph #age_ranking2024 .special-comment-txt{
    line-height: 1.8;
}
.body_sph #age_ranking2024 .special-comment-txt{
	padding: 9em 0 0;
}
/*2個目のコメントがある場合*/
#age_ranking2024 .special-comment-2 .special-comment-photo{
    top: 1em;
}
#age_ranking2024 .special-comment-2 .special-comment-txt{
    padding: 16em 0 0;
}
.body_sph #age_ranking2024 .special-comment-2 .special-comment-txt{
    padding: 13.2em 0 0;
}


#age_ranking2024 .special-comment-txt span{
	display: inline;
}
#age_ranking2024.apparel .special-comment-txt span{
	color: #d20040;
}

#age_ranking2024 .author{
	text-align: right;
	margin-top: 1%;
	font-size: 1.1em;
	padding-bottom: 10px;
}

/*==================================================
2~5位
==================================================*/
#age_ranking2024 .product-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#age_ranking2024 .product-item {
    width: 48%;
    margin-bottom: 8%;
	background-color: rgba(255,255,255,0.90);
	position: relative;
	display: flex;
    flex-direction: column;
	overflow: visible;
}
#age_ranking2024 .product-item:nth-last-child( -n + 2 ) {
    margin-bottom: 0%;
}
/*no1アイコン---------------------------------------------*/

#age_ranking2024 .no_icon{
	position: absolute;
}
#age_ranking2024.apparel .no_icon{
	top: -2em;
	left: .5em;
	width: 28%;
	max-width: 80px;
}

.body_sph #age_ranking2024.apparel .no_icon{
	max-width: 45px;
}
/*
.body_sph #age_ranking2024.apparel .no_icon{
	top: 0.5em;
	left: 0.5em;
}
*/

/*商品画像----------------------------------------------*/
#age_ranking2024 .product_image{
	text-align: center;
}
#age_ranking2024.apparel img {
	width: 100%;	
}

#age_ranking2024 .product_image.img-i {
	padding: 12% 0;
}


/*商品名-------------------------------------------*/
#age_ranking2024 .product-list .product-title{
	padding: 7px 0 0 ;
    margin: 5% 0 6%;
}

#age_ranking2024 .product-list .product-title p{
	font-size: 1em;
}
#age_ranking2024.apparel .product-list .product-title h4{
	font-size: 1.52em;
}
.body_sph #age_ranking2024 .product-list .product-title h4{
	font-size: 1.4em;
}
#age_ranking2024 .product-list .product-title h4 span{
	font-size: 0.8em;
    line-height: 1.2;
}
/*ボタン*/
#age_ranking2024 .btn_small {
	margin-top: auto;
}
#age_ranking2024 .btn_small p {
	font-size: 1.5em;
}

#age_ranking2024 .banner img {
    width: 100%;
    height: auto;
    cursor: pointer;
}


/*==================================================
pick up
==================================================*/
.body_sph #age_ranking2024 .pickup-section .wrapper-middle {
	width: 100%;
}

#age_ranking2024 .pickup-section h3{
	text-align: center;
	margin-bottom: 2%;
}
.body_sph #age_ranking2024 .pickup-title {
	width: 60%;

}

/*商品名*/
#age_ranking2024 .pickup-section .product-title {
	    margin: 5% 0 6%;
}
#age_ranking2024 .pickup-section .product-title p{
	font-size: 1em;
}
#age_ranking2024 .pickup-section .product-title h4{
	font-size: 1.8em;
}
/*ボタン*/
#age_ranking2024 .pickup-product .btn_big{
   margin-top: -2%;
    margin-bottom: 7%;
}
#age_ranking2024 .pickup-product .btn_big a{
   font-size: 1.5em;
}
/*コメント*/
#age_ranking2024 .pickup-product{
	position: relative;
    margin-bottom: 4%;
}
#age_ranking2024 .pickup-comment{
	width: 72%;
}
.body_sph #age_ranking2024 .pickup-comment{
	width: 70%;
}
#age_ranking2024 .pickup-comment-txt{
	font-size: 1.5em;
	line-height: 1.6;
}
#age_ranking2024 .pickup-comment-photo{
	bottom: 0;
	width: 40%;
}

/*pick upコメント*/
#age_ranking2024 .pu-cmt {
	padding-top: 60px;
}
.body_sph #age_ranking2024 .pu-cmt {
	padding-top: 30px;
}
#age_ranking2024 .pu-cmt ul {
	display: flex;
	justify-content: space-between;
}
#age_ranking2024 .pu-cmt ul li {
	margin: 0 0 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#age_ranking2024 .pu-cmt ul li:first-child {
	width: 65%;
}
#age_ranking2024 .pu-cmt ul li:last-child {
	width: 30%;
}

#age_ranking2024 .pu-cmt li img {
	width: 90%!important;
	max-widh: 100%;
}
#age_ranking2024 .pu-cmt-txt{
	font-size: 1.5em;
    line-height: 1.6;
	text-align: left;
}
.body_sph #age_ranking2024 .pu-cmt ul {
	flex-direction: column-reverse;
}
#age_ranking2024 .pu-cmt ul li:first-child,
#age_ranking2024 .pu-cmt ul li:last-child {
	width: 100%;
	text-align:center;
}
.body_sph #age_ranking2024 .pu-cmt li img {
	width: 70%!important;
}
.body_sph #age_ranking2024 .pu-cmt-txt{
    line-height: 1.8;
}


/*==================================================
他LPへのバナー
==================================================*/

#age_ranking2024 .other-banner{
    margin-top: -10%;
    padding-bottom: 10%;
}
#age_ranking2024 .other-banner img{
   width: 100%;
}

/*==================================================
add
==================================================*/

#age_ranking2024 .banner-area {
	padding: 20px;
	text-align: center;
}
#age_ranking2024 .banner-area p {
	margin-bottom: 15px;
}

#age_ranking2024 .bottom-space { margin-bottom: 60px; }
.body_sph #age_ranking2024 .bottom-space { margin-bottom: 30px; }

#age_ranking2024 .mb10 { margin-bottom: 10px; }
#age_ranking2024 .mb20 { margin-bottom: 20px; }
#age_ranking2024 .mb30 { margin-bottom: 30px; }


