@charset "UTF-8";

body{
    background: #fff !important;
}
body.ym_noscroll {
  overflow: hidden;
}


body #area-Contents.g-Area{
    font-family: 'San-Flex-Regular-400',sans-serif;
}


/* ナビ */
header.ymhead{
    padding: 20px 30px;
    font-family: 'San-Flex-Regular-400',sans-serif;
}
header.ymhead .inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header.ymhead .logo{
    width: 25%;
    max-width: 250px;
}
header.ymhead .logo img{
    max-width: 100%;
    height: auto;
}
header.ymhead ul.ymnav{
    display: flex;
    
    border-radius: 100px;
    -webkit-border-radius: 100px;
    padding: 5px 20px;
    /*
    background: linear-gradient(90deg,rgba(254, 218, 212, 0.7) 0%, rgba(253, 208, 40, 0.7) 100%);
    */
    background: #fff;
    
    font-size: 16px;
    font-weight: bold;
}
header.ymhead ul.ymnav li:after{
    content: "/";
    display: inline-block;
    margin: 0 10px;
}
header.ymhead ul.ymnav li:last-child:after{
    content: none;
}
header.ymhead ul.ymnav a{
    display: inline-block;
    color: #646464;
    transition: all .3s;
}
header.ymhead ul.ymnav a:hover{
    opacity: 0.7;
}

header.ymhead .spbtn{
    display: none;
}


/* header SP */
@media screen and (max-width: 959px) {
header.ymhead{
    padding: 20px;
}
header.ymhead .inner{
    justify-content: center;
}

header.ymhead .logo{
    width: 50%;
}


header.ymhead .inner .spbtn{
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	margin-left: auto;
	z-index: 100;
	cursor: pointer;
	right: 15px;
}
header.ymhead .inner .spbtn.selected{
}
header.ymhead div.spbtn span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #ff5b54;
}
header.ymhead div.spbtn span:nth-of-type(1) {
	top: 0;
}
header.ymhead div.spbtn span:nth-of-type(2) {
	top: 25%;
}
header.ymhead div.spbtn span:nth-of-type(3) {
	top: 50%;
}
header.ymhead div.spbtn.selected span:nth-of-type(1) {
	-webkit-transform: translateY(10px) rotate(-20deg);
	transform: translateY(10px) rotate(-20deg);
}
header.ymhead div.spbtn.selected span:nth-of-type(2) {
	opacity: 0;
}
header.ymhead div.spbtn.selected span:nth-of-type(3) {
	-webkit-transform: translateY(-10px) rotate(20deg);
	transform: translateY(-10px) rotate(20deg);
}
header.ymhead div.spbtn p{
    position: absolute;
    color: #ff5b54;
    width: 100%;
    font-size: 10px;
    bottom: 0;
    text-align: center;
    line-height: 1;
    margin: 0;
    padding: 0;
}


header.ymhead ul.ymnav{
    display: block;
    border-radius: 0;
    -webkit-border-radius: 0;
    padding: 20px 30px 20px 30px;
    background: no-repeat;
    background: #fff;
    border-radius: 20px 0 0 20px;
}
header.ymhead ul.ymnav li:after{
    content: none;
}
header.ymhead ul.ymnav li{
    padding: 10px 0;
    border-bottom: 1px solid;
    border-image: linear-gradient(to right, #fe5d4c, #ffc619) 1;
}
header.ymhead ul.ymnav li:last-child{
    border-bottom: none;
}

}


header.ymhead .gnav{
    background: linear-gradient(90deg,rgba(254, 93, 76, 1) 0%, rgba(255, 198, 25, 1) 100%);
    border-radius: 100px;
    -webkit-border-radius: 100px;
    padding: 2px;
} 


@media screen and (min-width: 960px) {
header.ymhead .gnav{
    display: block !important;
} 
}


/* ナビ SP */
@media screen and (max-width: 959px) {
header.ymhead .gnav{
    display: none;
	padding: 1px 0 1px 1px;
	position: fixed;
	width: 100%;
	top:70px;
	left: 0;
	overflow-y: scroll !important;
    background: linear-gradient(90deg,rgba(254, 93, 76, 1) 0%, rgba(255, 198, 25, 1) 100%);
    border-radius: 20px 0 0 20px;
    
    z-index: 100;
} 
}

/* タグスタイル */
.toptag01 .l-ButtonUnit__link span.cmn-richtext{
}
.toptag01 .g-ButtonUnit__link{
    padding: 5px 30px;
    border-radius:100px;
}

.toptag01.btn_b .g-ButtonUnit__link{
    font-size: 130%;
    border-width: 2px;
}


.toptag02 .is-colorset--2 .l-ButtonUnit__link{
    border-radius: 100px;
    -webkit-border-radius: 100px;
}

.toptag02 .g-ButtonUnit__link{
    padding: 5px 20px;
    font-size: 84%;
}

/* タイトル下線 */
.ym_bdttl{
  border-bottom: 1px solid;
  border-image: linear-gradient(to right, #fe5d4c, #ffc619) 1;

}


/* 記事ページ */
.ym_articlewrap .ym_tagrow{
    margin-bottom: 40px;
}
.ym_articlewrap .ym_tagrow ul.tag_at{
    display: flex;
    justify-content: flex-end;
}
.ym_articlewrap .ym_tagrow ul.tag_at li{
    margin-left: 10px;
    font-size: 90%;
}
.ym_articlewrap .ym_tagrow ul.tag_at li a:hover{
    color: #ff5b54;
}

.ym_articlewrap .ym_tagrow.moya{
    display: flex;
    justify-content: space-between;
}
.ym_articlewrap .ym_tagrow.moya ul.tag_at{
    justify-content: flex-start;
}
.ym_articlewrap .ym_tagrow.moya ul.tag_at li{
    margin-left: 0;
    margin-right: 10px;
}



body #area-Contents .MyKao-contentsArea.MyKao-contentsArticle--share.ym_articlewrap .g-Section__inner{
    max-width: 1366px;
}
body #area-Contents .MyKao-contentsArea.ym_articlewrap .l-SocialSharing__buttonBlock{
    border-top: 1px solid #ff5b54;
    border-bottom: 1px solid #ff5b54;
}

.ym_articlewrap .ym_atttl{
    margin-bottom: 40px;
}
.ym_articlewrap .ym_atttl.moya{
    border-top: 1px solid #ff5b54;
    border-bottom: 1px solid #ff5b54;
    padding-top: 20px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 90%;
}

.ym_articlewrap .ym_imgbox{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}
.ym_articlewrap .ym_imgbox.img_col2{
    width: 100%;
}
.ym_articlewrap .ym_imgbox img{
    border-radius: 20px;
    -webkit-border-radius: 20px;
    overflow: hidden;
}


.ym_articlewrap .ym_txtbox{
    margin-bottom: 40px;
}
.ym_articlewrap .ym_txtbox a{
    color: #ff5b54;
    transition: all 0.3s;
    text-decoration: underline;
}
.ym_articlewrap .ym_txtbox a:hover{
    opacity: 0.7;
}


.ym_articlewrap .ym_notebox{
    border: 1px solid #ff5b54;
    width: 80%;
    margin: 0 auto 40px auto;
}

.ym_articlewrap .ym_articleindex{
    margin-bottom: 60px;
}

.ym_articlewrap .ym_articleindex ul.l-TextLinkP__list{
    margin-left: 0;
    margin-right: 0;
}

.ym_articlewrap .ym_articleindex ul li.l-TextLinkP__list__item{
    display: block;
    border-bottom: 1px solid #ff5b54;
    font-size: 110%;
}



.ym_articlewrap .txtul{
    /*
    text-decoration: underline;
    text-decoration-color:#ff5b54;
    */
    background:linear-gradient(transparent 70%, #ffc9c7 0%);
}


@media screen and (max-width: 640px) {
    
.ym_articlewrap .ym_atttl.moya .l-HeadingTitle--v2__h3{
    font-size: 16px;
}
    
}



/* 吹き出し対話 */
.ym_articlewrap .ym_profbox{
    margin-bottom: 40px;
}
.ym_articlewrap .ym_profbox .dr_name{
    margin-bottom: 0;
}
.ym_articlewrap .ym_profbox .dr_name .l-HeadingTitle__p{
    font-size: 110%;
}
.ym_articlewrap .ym_profbox .dr_prof{
    font-size: 90%;
}


.ym_articlewrap .ym_dialoguebox .l-Text{
    font-size: 90%;
    line-height: 1.6;
    box-shadow: 10px 10px 12px -12px #725f5f;
    position: relative;
}
.ym_articlewrap .ym_dialoguebox .l-Text::after{
  border-style: solid;
  border-width: 0 30px 30px 0;
  border-color: transparent #fff transparent transparent;
  left:-24px;
  content:"";
  display:block;
  height:0;
  top:30px;
  position:absolute;
  width:0;
}
.ym_articlewrap .ym_dialoguebox.rev .l-Text::after{
  border-width: 0 0 30px 30px;
  border-color: transparent transparent transparent #fff;
  left: auto;
  right:-24px;
}


.ym_articlewrap .ym_dialoguebox .l-Text a{
    color: #ff5b54;
    text-decoration: underline;
}


.ym_articlewrap .bdbox{
    border: 1px solid #ff5b54;
    border-radius: 16px;
    padding: 20px;
}


@media screen and (max-width: 640px) {

.ym_articlewrap .ym_tagrow{
    margin-bottom: 0;
}
.ym_articlewrap .ym_tagrow ul.tag_at li{
    font-size: 80%;
}

.ym_articlewrap .ym_atttl{
    margin-bottom: 20px;
}


.ym_articlewrap .ym_imgbox{
    margin-bottom: 30px;
    width: 90%;
}
.ym_articlewrap .ym_txtbox{
    margin-bottom: 30px;
}

.ym_articlewrap .ym_notebox{
    margin: 0 auto 30px auto;
    width: 90%;
}

.ym_articlewrap .ym_articleindex{
    margin-bottom: 40px;
}

body #area-Contents .MyKao-contentsArticle--share.ym_articlewrap{
    padding-top: 0;
}

.ym_articlewrap .ym_dialoguebox .l-Text::after{
  left:-10px;
  top: 20px;
}
.ym_articlewrap .ym_dialoguebox.rev .l-Text::after{
  right:-10px;
}

}




/* ライフデザイン */
.ym_lifedesign span.appleic{
	display: inline-block;
	vertical-align: middle;
	width: 20px;
}
.ym_lifedesign span.appleic img{
	max-width: 100%;
}

.ym_lifedesign .rd_tree{
    position: relative;
    width: 100%;
}
.ym_lifedesign .rd_tree img{
    max-width: 100%;
}


.ym_lifedesign .appleitem{
    position: absolute;
    width: 9%;
}


.ym_lifedesign .appleitem.a01{
    top: 21%;
    left: 36%;
}
.ym_lifedesign .appleitem.a02{
    top: 45%;
    left: 40%;
}
.ym_lifedesign .appleitem.a03{
    top: 55%;
    left: 80%;
}
.ym_lifedesign .appleitem.a04{
    top: 58%;
    left: 28%;
}
.ym_lifedesign .appleitem.a05{
    top: 33%;
    left: 78%;
}

.ym_lifedesign .appleitem .apple{
    cursor: pointer;
    position: relative;
}
.ym_lifedesign .appleitem .apple span{
    color: #fff;
    font-size: 120%;
    position: absolute;
    width: 100%;
    left: 0;
    top: 46%;
    text-align: center;
    line-height: 1.2;
}
.ym_lifedesign .appleitem.a03 .apple span,
.ym_lifedesign .appleitem.a04 .apple span{
    top: 35%;
}



.ym_lifedesign .appleitem .apple{
    position: relative;
}

.ym_lifedesign .appleitem .detail {
  display: none;
  position: absolute;
  top: 110%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 90%;
  width: 320px;
  padding: 16px;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 3px 10px rgba(0,0,0,.15);
  z-index: 10;
  line-height: 1.4;
}
.ym_lifedesign .appleitem .detail:after {
    content: ""; 
    position: absolute; 
    top: -38px; 
    left: 50%; 
    transform: translateX(-50%); 
    border-width: 26px; 
    border-style: solid; 
    border-color: transparent transparent #ffffff transparent; 
}

.ym_lifedesign .appleitem.a02 .detail {
  top: 0;
  left: -200%;
}
.ym_lifedesign .appleitem.a02 .detail:after {
    top: 25%; 
    left: 104%;
    border-color: transparent transparent transparent #ffffff; 
}

.ym_lifedesign .appleitem.a05 .detail {
  top: -152%;
  left: 240%;
}
.ym_lifedesign .appleitem.a05 .detail:after {
    top: 90%; 
    left: 10%;
    border-color: #ffffff transparent transparent transparent; 
}

.ym_lifedesign .appleitem.is-open .detail {
  display: block;
}


.ym_lifedesign .appleitem .detail .close {
  position: absolute;
  top: 5px;
  right: 10px;
  background: none;
  border: none;
  font-size: 18px;
  cursor: pointer;
}

.ym_lifedesign .appleitem.is-open .detail > p{
    margin-top: 5px;
}



.ym_lifedesign .ym_aboutbox{
    border: 1px solid #ff5b54;
    width: 100%;
    margin: 40px auto 20px auto;
    background: #fff;
    padding: 30px 20px;
}
.ym_lifedesign .ym_aboutbox .imgbox{
    width: 80%;
    margin: 0 auto;
}

.ym_lifedesign .ym_rdttl{
    background: #fff;
    border:1px solid #ff5b54;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    padding: 10px 10px 8px 10px;
}





@media screen and (max-width: 640px) {

.ym_lifedesign .appleitem{
    width: 12%;
    margin-left: -10px;
}
    
.ym_lifedesign .appleitem .apple span{
    font-size: 10px;
    margin-top: -2px;
}


.ym_lifedesign .appleitem .detail{
  width: 300px;
  top: 90%;
}
.ym_lifedesign .appleitem .detail:after{
    content: none;
}

.ym_lifedesign .appleitem.a01 .detail{
    left: 130%;
}
.ym_lifedesign .appleitem.a02 .detail{
    top: 90%;
    left: 110%;
}
.ym_lifedesign .appleitem.a03 .detail{
    left: -226%;
    top: -110px;
}
.ym_lifedesign .appleitem.a04 .detail{
    left: 204%;
    top: -150px;
}
.ym_lifedesign .appleitem.a05 .detail{
    left: -207%;
    top: 90%;
}


    
}


/* カテゴリ・タグ一覧ページ */
.ym_articlewrap .ym_pgttl{
    margin-bottom: 60px;
}
.ym_articlewrap .ym_pgttl strong{
    font-size: 110%;
}
.ym_articlewrap .ym_pgttl strong{
    font-size: 110%;
}
.ym_articlewrap .ym_pgttl .pgttl_sub{
    font-size: 70%;
    color: #646464;
}


/* 対談ページ */
.ym_articlewrap .ym_taidan_q{
    position: relative;
    padding-left: 50px;
    
}
.ym_articlewrap .ym_taidan_q:before{
    content: "";
    width: 40px;
    height: 1px;
    background: #ff5b54;
    position: absolute;
    left: 0;
    top: 10px;
}


.ym_articlewrap .taidan_name00,
.ym_articlewrap .taidan_name01,
.ym_articlewrap .taidan_name02,
.ym_articlewrap .taidan_name03{
    display: inline-block;
    padding: 0 15px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    margin-bottom: 10px;
    color: #fff;
    position: relative;
    padding-left: 50px;
}
.ym_articlewrap .taidan_name00{
    background: #ff5b54;
}
.ym_articlewrap .taidan_name01{
    background: #f7ab37;
}
.ym_articlewrap .taidan_name02{
    background: #1fb770;
}
.ym_articlewrap .taidan_name03{
    background: #4fbdd2;
}

.ym_articlewrap .taidan_name00:before,
.ym_articlewrap .taidan_name01:before,
.ym_articlewrap .taidan_name02:before,
.ym_articlewrap .taidan_name03:before{
    content: "";
    display: inline-block;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -20px;
}

.ym_articlewrap .taidan_name00:before{
    background: url("/content/dam/sites/kao/my-kao-kirei-com/kirei-science/yellme/assets/img/article/003/ic_dr.png") no-repeat;
    background-size: contain;
}
.ym_articlewrap .taidan_name01:before{
    background: url("/content/dam/sites/kao/my-kao-kirei-com/kirei-science/yellme/assets/img/article/003/ic_misaki.png") no-repeat;
    background-size: contain;
}
.ym_articlewrap .taidan_name02:before{
    background: url("/content/dam/sites/kao/my-kao-kirei-com/kirei-science/yellme/assets/img/article/003/ic_aoi.png") no-repeat;
    background-size: contain;
}
.ym_articlewrap .taidan_name03:before{
    background: url("/content/dam/sites/kao/my-kao-kirei-com/kirei-science/yellme/assets/img/article/003/ic_moe.png") no-repeat;
    background-size: contain;
}



.ym_articlewrap ul.ym_ul{
    margin: 15px 0;
    background: #f2f2f2;
    padding: 15px;
    border-radius: 10px;
}
.ym_articlewrap ul.ym_ul li{
    position: relative;
    padding-left: 18px;
}
.ym_articlewrap ul.ym_ul li:before{
    content: "";
    width: 6px;
    height: 6px;
    background: #ff5b54;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    position: absolute;
    left: 2px;
    top: 12px;
}

.ym_articlewrap ul.ym_ul.hanamaru li{
    padding-left: 40px;
}

.ym_articlewrap ul.ym_ul.hanamaru li:before{
    width: 30px;
    height: 30px;
    background: url("/content/dam/sites/kao/my-kao-kirei-com/kirei-science/yellme/assets/img/article/004/hanamaru.png") no-repeat;
    background-size: contain;
    border-radius: 0;
    -webkit-border-radius: 0;
    top: 0;   
}



@media screen and (max-width: 640px) {

.ym_articlewrap .ym_taidan_q{
    padding-left: 40px;
    
}
.ym_articlewrap .ym_taidan_q:before{
    width: 30px;
}

}

/* ランキング アイコン */
.ym_ranking{
    margin-top: 30px;
}
.ym_ranking .rankbn{
    position: relative;
}
.ym_ranking .rankbn:before{
    content: "";
    width: 36px;
    height: 36px;
    background: linear-gradient(to right, #fe5d4c, #ffc619);
    color: #fff;
    position: absolute;
    left: -5px;
    top: -15px;
    z-index: 1;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
}
.ym_ranking .rankbn.rank01:before{
    content: "1";
}
.ym_ranking .rankbn.rank02:before{
    content: "2";
}
.ym_ranking .rankbn.rank03:before{
    content: "3";
}


/* 3月リリースデザイン */
.ym_basegrad01{
    background: linear-gradient(135deg,rgba(255, 229, 212, 1) 20%,rgba(255, 247, 225, 1) 44%,rgba(255, 232, 142, 1) 100%);
    border-radius: 60px;
}
.ym_basegrad02{
    background: linear-gradient(177deg,rgba(254, 243, 224, 1) 49%, rgba(255, 219, 222, 1) 100%);
    border-radius: 60px;
}


.ym_articlewrap .l-GroupBox.qabox{
    background: linear-gradient(90deg,rgba(254, 253, 220, 0.5) 0%, rgba(254, 228, 136, 0.5) 100%);
    padding: 20px;
}
.ym_articlewrap .ym_dialoguettl{
    border: 1px solid #ff5b54;
}


.ym_topabout{
    background: #fff;
    position: relative;
    margin-top: 120px;
}
.ym_topabout:before{
    content: "";
    display: block;
    width: 100%;
    height: 230px;
    position: absolute;
    left: 0;
    top: -135px;
    background: url("/content/dam/sites/kao/my-kao-kirei-com/kirei-science/yellme/assets/img/top/aboutbox_top.png") top center no-repeat;
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
}

.ym_topaboutimg{
    margin-top: -80px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.ym_top_new{
    background: linear-gradient(45deg,rgba(255, 229, 212, 1) 20%,rgba(255, 247, 225, 1) 44%,rgba(255, 232, 142, 1) 100%);
    border-radius: 0 60px 0 0;
    -webkit-border-radius: 0 60px 0 0;
    
    overflow: visible !important;
    margin-top: 40px;
    padding-bottom: 80px;
}

.ym_top_rank{
    background: #fff url("/content/dam/sites/kao/my-kao-kirei-com/kirei-science/yellme/assets/img/top/bg_flower03.png") center top no-repeat;
    background-size: 1200px auto;
    -webkit-background-size: 1200px auto;
    border-radius: 0 60px 0 0;
    -webkit-border-radius: 0 60px 0 0;
    
    overflow: visible !important;
    margin-top: -60px;
}
@media screen and (max-width: 640px) {

.ym_topaboutimg{
    margin-top: -52px;
}

.ym_top_new{
    border-radius: 0 36px 0 0;
    -webkit-border-radius: 0 36px 0 0;
}

.ym_top_rank{
    background: #fff url("/content/dam/sites/kao/my-kao-kirei-com/kirei-science/yellme/assets/img/top/bg_flower03.png") center 20px repeat-y;
    background-size: 600px auto;
    -webkit-background-size: 600px auto;
    border-radius: 0 36px 0 0;
    -webkit-border-radius: 0 36px 0 0;

    margin-top: -20px;
}    


.ym_basegrad01{
    border-radius: 36px;
}
.ym_basegrad02{
    border-radius: 36px;
}

}


.ym_top_cat{
    background: linear-gradient(135deg,rgba(255, 229, 212, 1) 20%,rgba(255, 247, 225, 1) 44%,rgba(255, 232, 142, 1) 100%);
    border-radius: 0 60px 0 0;
    -webkit-border-radius: 0 60px 0 0;
    
    overflow: visible !important;
    padding-bottom: 80px;
}

.ym_top_room{
    background: #fff url("/content/dam/sites/kao/my-kao-kirei-com/kirei-science/yellme/assets/img/top/bg_flower04.png") center top no-repeat;
    background-size: 1000px auto;
    -webkit-background-size: 1000px auto;

    border-radius: 0 60px 0 0;
    -webkit-border-radius: 0 60px 0 0;
    
    overflow: visible !important;
    margin-top: -60px;
}
@media screen and (max-width: 640px) {
    
.ym_top_cat{
    border-radius: 0 20px 0 0;
    -webkit-border-radius: 0 20px 0 0;
    padding-bottom: 30px;
}

.ym_top_room{
    background: #fff url("/content/dam/sites/kao/my-kao-kirei-com/kirei-science/yellme/assets/img/top/bg_flower04.png") center top no-repeat;
    background-size: 600px auto;
    -webkit-background-size: 600px auto;
    border-radius: 0 20px 0 0;
    -webkit-border-radius: 0 20px 0 0;
    
    margin-top: -20px;
}    
}





.ym_articlelst{
    margin-bottom: 60px;
}


.ym_articlelst .g-ButtonP__list{
    text-align: right;   
}


.ym_articlelst .lst_ttl{
    font-weight: bold;
    margin-top: 8px;
}


.ym_articlelst .g-TileLinkVUnit--v2__imageBlock{
    margin-bottom: 0;
}

.ym_articlelst .g-TileLinkVUnit--v2__leadBlock__title{
    display: none;
}




@media screen and (max-width: 640px) {

.ym_topabout{
    margin-top: 80px;
}

.ym_topabout:before{
    height: 100px;
    top: -80px;
}

.ym_articlelst{
    margin-bottom: 20px;
}

.ym_top_new{
    padding-bottom: 40px;
}


}




/* タイトルデザイン */
.ym_bdttl02{
    position: relative;
}
.ym_bdttl02:after{
    content: "";
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, #fe5d4c, #ffc619);
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -4px;
}
.ym_bdttl02.rev:after{
    background: linear-gradient(to left, #fe5d4c, #ffc619);
}

.ym_bdttl02 span.inbox{
    display: inline-block;
    border: 2px solid #ff5b54;
    border-radius: 100px;
    -webkit-border-radius:100px;
    padding: 5px 20px;
    background: #fefddc;
    z-index: 1;
    position: relative;
}

.ym_catebnbox img{
    opacity: 0.5;
}
.ym_catebnbox .currentcat img{
    opacity: 1;
}


.ym_secttl{
    margin-top: -30px;
}
.ym_top_rank .ym_secttl,
.ym_top_cat .ym_secttl,
.ym_top_room .ym_secttl{
    margin-top: -70px;
}



.ym_secttl span.inbox{
    display: inline-block;
    border: 2px solid #ff5b54;
    border-radius: 100px;
    -webkit-border-radius:100px;
    padding: 5px 20px;
    background: #fff;
    z-index: 1;
    position: relative;
    font-size: 120%;
}



@media screen and (max-width: 640px) {
.ym_articlewrap .l-GroupBox.qabox{
    padding: 15px;
}

.ym_articlewrap .ym_dialoguettl{
    padding: 10px;
}


.ym_secttl{
    margin-top: -20px;
}
.ym_top_rank .ym_secttl,
.ym_top_cat .ym_secttl,
.ym_top_room .ym_secttl{
    margin-top: -60px;
}


}



/* TOPページのセクション背景 */
.ym_topbg01{
    background: url("/content/dam/sites/kao/my-kao-kirei-com/kirei-science/yellme/assets/img/top/bg_flower01_edit.png") center top no-repeat;
    background-size: 100% auto;
}


.ym_basegrad01 > .g-Section__inner{
    background: url("/content/dam/sites/kao/my-kao-kirei-com/kirei-science/yellme/assets/img/top/bg_flower02.png") left top no-repeat;
    background-size: 600px auto;
    -webkit-background-size: 600px auto;
}
@media screen and (max-width: 640px) {    
.ym_basegrad01 > .g-Section__inner{   
    background: url("/content/dam/sites/kao/my-kao-kirei-com/kirei-science/yellme/assets/img/top/bg_flower02.png") center 100px no-repeat;
    background-size: 420px auto;
    -webkit-background-size: 420px auto;
}
}


.room_osusume{
    max-width: 600px;
    margin: 0 auto 30px auto;
    position: relative;
}
.room_osusume.g-GroupBox.is-border{
    padding: 15px 15px 15px 100px;
}

.room_osusume:after{
    content: "";
    display: block;
    width: 80px;
    height: 150px;
    background: url("/content/dam/sites/kao/my-kao-kirei-com/kirei-science/yellme/assets/img/top/room_flower.png") no-repeat;
    background-size: contain;
    -webkit-background-size: contain;
    position: absolute;
    left: 10px;
    bottom: -20px;
}

@media screen and (max-width: 640px) {
.room_osusume.g-GroupBox.is-border{
    padding: 15px 15px 15px 70px;
}

.room_osusume:after{
    width: 60px;
    height: 120px;
}

}


/* プレゼントキャンペーンLP */
.ym_present{
    max-width: 800px;
}

.ym_pre_kikan{
    border-top: 1px solid #ff5b54;
    border-bottom: 1px solid #ff5b54;
    padding: 20px 0;
}

.ym_articlewrap .ttl_pre span.base{
    display: inline-block;
    color: #fff;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    padding: 5px 30px;
    min-width: 180px;

    background: linear-gradient(90deg,rgba(253, 215, 152, 1) 30%, rgba(255, 135, 145, 1) 100%);
    font-size: 90%;
}

.ym_articlewrap .prebox .opt-borderradius--m{
    overflow: hidden;
}


.ym_articlewrap .prebtn{
    max-width: 400px;
    margin: 0 auto;
}

a.prekiyaku{
    color: #5b89a3 !important;
    text-decoration: underline;
}


.ym_fixedbn{
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 220px;
    height: auto;
    z-index: 100;
}


@media screen and (max-width: 640px) {

.ym_fixedbn{
    bottom: 40px;
    right: 10px;
    width: 100px;
}

}

.ym_basegrad01 #statement{
    max-width: 1200px;
    margin: 0 auto;
    font-weight: bold;
}

.ym_fbold{
    font-weight: bold;
}

