@charset 'UTF-8';
@media screen and (min-width: 768px){
.ranking_namual__contents{
width: 100%;
margin: auto;
margin-top: 22px;
}
.ranking_namual__title{
font-size: 18px;
font-weight: bold;
display: flex;
justify-content: center;
align-items: center;
}

.ranking_namual__title span{
font-size: 0.8em;
margin-right: 5px;
}
.ranking_namual__title::before,
.ranking_namual__title::after {
width: 3px;
height: 43px;
background-color: #84d2d7;
content: '';
}
.ranking_namual__title::before {
transform: rotate(-35deg);
margin-right: 20px;
}
.ranking_namual__title::after {
transform: rotate(35deg);
margin-left: 20px;
}

.ranking_manual__list .Thumb{
margin-bottom: 10px;
}
.ranking_manual__list .Ttl{
margin-bottom: 10px;
font-weight: bold;
font-size: 0.8em;
}
.ranking_manual__list .Price{
text-align: end;
font-weight: bold;
font-size: 0.8em;
}
.ranking_manual__list .Price > span{
font-size: 0.7em;
margin-left: 3px;
}
.ranking_manual__list{
display: flex;
justify-content: space-between;
counter-set: ranking;
counter-reset: ranking;
}
.ranking_manual__list > article{
position: relative;
}

.ranking_manual__list > article{
border-bottom: 1px solid #ccc;
padding-bottom: 20px;
border-right: 1px dashed #ccc;
padding-right: 10px;  
}

.ranking_manual__list > article:before{
counter-increment: ranking;
position: absolute;
font-size: 17px;
transform: translate(-50%, -50%);
content: counter(ranking);
z-index: 1;
font-weight: bold;
}

span.ranking_namual_text {
position: absolute;
top: -5px;
left: 16px;
z-index: 1;
font-size: 11px;
font-weight: bold;
}

.ranking_manual__list > :is(article:nth-child(1),article:nth-child(2),article:nth-child(3),article:nth-child(4)):before{
top: 3px;
left: 10px;
}
.ranking_manual__list > :is(article:nth-child(1),article:nth-child(2),article:nth-child(3),article:nth-child(4)):after{
content: '';
position: absolute;
top: 0;
left: 10px;
transform: translate(-50%, -50%);
width:55px;
aspect-ratio:1/1;
}
.ranking_manual__list > article:nth-child(1):after{
background:url(https://farbe.itembox.design/item/images/202303/top/ranking01.svg) no-repeat center center / contain;
}
.ranking_manual__list > article:nth-child(2):after{
background:url(https://farbe.itembox.design/item/images/202303/top/ranking02.svg) no-repeat center center / contain;
}
.ranking_manual__list > article:nth-child(3):after{
background:url(https://farbe.itembox.design/item/images/202303/top/ranking03.svg) no-repeat center center / contain;
}
.ranking_manual__list > article:nth-child(4):after{
background:url(https://farbe.itembox.design/item/images/202303/top/ranking04.svg) no-repeat center center / contain;
}


.flist_marky {
border-radius: 2px;
padding: 2px 7px;
line-height: 18px;
font-size: 11px;
font-weight: bold;
text-align: center;
text-decoration: none;
color: #fff;
background: #ffe500;
margin-right: 7px;
}

.flist_markb {
border-radius: 2px;
padding: 2px 7px;
line-height: 18px;
font-size: 11px;
font-weight: bold;
text-align: center;
text-decoration: none;
color: #84d2d7;
border: #84d2d7 1px solid;
margin-right: 7px;
}

.flist_markc {
border-radius: 2px;
padding: 2px 7px;
line-height: 18px;
font-size: 11px;
font-weight: bold;
text-align: center;
text-decoration: none;
color: #de9659;
border: #de9659 1px solid;
margin-right: 7px;
}

.flist_markp {
border-radius: 2px;
padding: 2px 7px;
line-height: 18px;
font-size: 11px;
font-weight: bold;
text-align: center;
text-decoration: none;
color: #ff228a;
border: #ff228a 1px solid;
margin-right: 7px;
}

.ranking_button {
width: 98%;
margin:14px auto 0;
padding: 7px 0;
border: 1px solid #ccc;
border-radius: 5px;
background-color: #fff;

color: #222;
font-weight: bold;
font-size: 0.8em;
}

.ranking_button i{
color: #84d2d7;
margin-left: 7px;
}

.ranking_button:hover {
background-color: #ecf7f8;
}

.ranking_manual__list{
margin-bottom: 30px;
grid-template-columns: repeat(2, 1fr);
column-gap: 20px;
row-gap: 30px;
}

.ranking_namual__contents > article:not(:last-child){
margin-bottom: 30px;
}
}

/* 既存CSS上書き＆追加 */
@media screen and (min-width: 768px){
.fs-c-heading--page {
    border-bottom: none;
    margin: 15px 0 20px;
    text-align: center;
    font-size: 20px;
    letter-spacing: 2px;
    color: #222;
    position: relative;
    font-weight: normal;
}
.fs-c-heading--page::before {
    content: none;
}

.parents-header-navi {
	margin: 0 0 40px;
}
.parents-header-navi ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
	gap: 5px;
}
.parents-header-navi ul li {
	background-color: #81CACE;
	width: 100px;
	height: 69px;
	display: block;
	margin-bottom: 7px;
}
.parents-header-navi ul li a {
	color: #FFF;
	font-size: 11px;
    position: relative;
    text-align: center;
    display: block;
/*    margin-top: 10px;*/
    letter-spacing: 0;
    top: 45%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.parents-header-navi ul li a::after{
    content: '';
    width: 6px;
    height: 6px;
    border-top: solid 2px #FFF;   /* 好みで色を変えてください */  
    border-right: solid 2px #FFF;   /* 好みで色を変えてください */  
    position: absolute;
    bottom: -85%;
    left: 50%;
    transform: translateX(-50%) rotate(135deg);
    -webkit-transform: translateX(-50%) rotate(135deg);
    -ms-transform: translateX(-50%) rotate(135deg);
}
.parents-header-navi ul li a.tworows::after{
    content: '';
    width: 6px;
    height: 6px;
    border-top: solid 2px #FFF;   /* 好みで色を変えてください */  
    border-right: solid 2px #FFF;   /* 好みで色を変えてください */  
    position: absolute;
    bottom: -18%;
    left: 50%;
    transform: translateX(-50%) rotate(135deg);
    -webkit-transform: translateX(-50%) rotate(135deg);
    -ms-transform: translateX(-50%) rotate(135deg);
}

.contents-area {
	margin-bottom: 50px;
}

.parents-cat_new202312 h2, .ranking-sec_new202312 h2 {
	text-align: center;
    font-size: 20px;
    line-height: 20px;
    color: #81CACE;
    width: 100%;
    font-weight: 400;
}
.ranking-sec_new202312 h2 {
	margin-bottom: 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.ranking-sec_new202312 h2 img {
	scale: 0.5;
}
.ranking-sec_new202312 h2 .Txt-sp {
    text-align: center;
    font-size: 20px;
    line-height: 20px;
    color: #81CACE;
    width: 100%;
    font-weight: 400;
}
.osusume-block {
	background-color: rgba(129, 202, 206, 0.08);
	position: relative;
	padding: 18px 0 17px 68px;
	margin-bottom: 20px;
}
.osusume-block ul {
    display: flex;
    justify-content: center;
    gap: 20px;
}
.osusume-block::before {
	content: url("https://farbe.itembox.design/item/images/category/parents/202312/osusume_point.png");
	display: inline-block;
    transform: scale(0.6);
    position: absolute;
    top: -22px;
    left: -27px;
}
.osusume-block ul li {
	font-size: 13px;
	line-height: 175%;
}

.contents-block {
	margin: 0 20px;
}
.contents-block .contents-img {
	display: block;
}
.contents-block .top-newitem__list {
    display: flex;
    overflow: scroll;
    gap: 10px;
    padding: 0 0 8px;
    margin-top: 20px;
}
.contents-block .top-newitem__list article {
    padding: 0;
    flex-shrink: 0;
    width: 120px;
    display: flex;
    flex-flow: column;
}
.contents-block .top-newitem__list article a {
    display: flex;
    flex-flow: column;
    height: 100%;
}
.contents-block .top-newitem__list article .Thumb {
    margin-bottom: 10px;
}
.contents-block .top-newitem__list article .Ttl {
    font-size: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-weight: 400;
    flex-grow: 1;
    margin-bottom: 6px;
}
.contents-block .top-newitem__list article .Price {
    font-size: 12px;
    text-align: end;
}
.contents-block .top-newitem__list article .Price > span {
    font-size: .8em;
    margin-left: 3px;
}
.contents-btn {
	margin-top: 20px;
	padding: 0 20px;
}
.contents-btn > a {
    position: relative;
    display: block;
    text-align: center;
    font-weight: 400;
    border: 1px solid var(--MAIN_WATER);
    width: 35%;
    font-size: 13px;
    padding: 0.9em 0;
    margin-right: auto;
    margin-left: auto;
    background-color: var(--MAIN_WHITE);
    color: var(--MAIN_WATER);
    border-radius: 30px;
    line-height: 14px;
}
.contents-btn > a::after {
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    width: 8px;
    height: 8px;
    border-top: 1px solid var(--MAIN_WATER);
    border-right: 1px solid var(--MAIN_WATER);
    transform: rotate(45deg);
}

.ranking-sec_new202312 {
	margin-bottom: 40px;
}
.ranking-sec_new202312 h2 .cate_caption::before {
    transform: rotate(-25deg);
    left: -10px;
}
.ranking-sec_new202312 h2 .cate_caption::after {
    transform: rotate(25deg);
    right: -10px;
}
.ranking-sec_new202312 h2 .cate_caption::before, .ranking-sec_new202312 h2 .cate_caption::after {
    width: 1px;
    height: 18px;
    background-color: #000;
    content: '';
    display: inline-block;
    top: 5px;
    position: absolute;
}
.ranking-sec_new202312 h2 .cate_caption {
    display: block;
    font-size: 13px;
    font-weight: 400;
    margin-top: 7px;
    text-align: center;
    line-height: 26px;
    color: #000;
    position: relative;
}
.ranking-sec_new202312 .ranking_manual__list > :is(article:nth-child(1),article:nth-child(2),article:nth-child(3),article:nth-child(4)):before {
    content: "";
}
.ranking-sec_new202312 .ranking_manual__list > :is(article:nth-child(1),article:nth-child(2),article:nth-child(3),article:nth-child(4)):after {
    background-size: auto 26px;
    left: 17px;
}
.ranking-sec_new202312 .ranking_manual__list > article:nth-child(1):after {
    background: url(https://farbe.itembox.design/item/images/category/parents/202312/ranking01.svg) no-repeat center center;
}
.ranking-sec_new202312 .ranking_manual__list > article:nth-child(2):after {
    background: url(https://farbe.itembox.design/item/images/category/parents/202312/ranking02.svg) no-repeat center center;
}
.ranking-sec_new202312 .ranking_manual__list > article:nth-child(3):after {
    background: url(https://farbe.itembox.design/item/images/category/parents/202312/ranking03.svg) no-repeat center center;
}
.ranking-sec_new202312 .ranking_manual__list > article:nth-child(4):after {
    background: url(https://farbe.itembox.design/item/images/category/parents/202312/ranking04.svg) no-repeat center center;
}
.ranking-sec_new202312 .ranking_manual__list > article {
    border: none; 
    padding-bottom: 20px;
    padding-right: 0;
}
.ranking-sec_new202312 .ranking_button {
    width: 100%;
    margin: 14px auto 0;
    padding: 0px 0;
    border: 1px solid #222;
    border-radius: 20px;
    background-color: #fff;
    color: #222;
    font-weight: 400;
    font-size: 12px;
    line-height: 37px;
    position: relative;
}
.ranking-sec_new202312 .ranking_button i {
    color: #222;
    position: absolute;
    right: 15px;
}
.ranking-sec_new202312 i.fas:not(.fa-home):not(.fa-gift):not(.fa-video):before {
    font-size: 10px;
    line-height: 37px;
}
.ranking-sec_new202312 .ranking_namual__contents > article:not(:last-child) {
    margin-bottom: 0;
}
.ranking-sec_new202312 .ranking_manual__list {
    margin-bottom: 0;
}

.parent-cat-image-text-block {
	margin: 0 0 45px;
    width: 50%;
}
.parent-cat-image-text-block img {
	margin-bottom: 10px;
}
.parent-cat-image-text-block p {
	font-size: 12px;
    text-align: left;
}

.other-cat-block {
	margin: 0 20px 40px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.other-cat-block a {
	display: flex;
	margin-bottom: 10px;
	width: 50%;
	align-items: center;
}
.other-cat-block a img {
	width: 62px;
}
.other-cat-block a p {
	font-size: 12px;
	text-decoration: none;
	color: #222;
	padding: 0 10px;
    flex: 1;
}

.faq-block {
	margin: 0 20px 40px;
}
.faq-block h2 {
	text-align: center;
    width: 100%;
    font-weight: 400;
	margin-bottom: 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.faq-block h2 img {
	margin-bottom: 15px;
}
.faq-block h2 p {
    text-align: center;
    font-size: 20px;
    line-height: 20px;
    color: #BFB863;
    width: 100%;
    font-weight: 400;
}
.faq-block dl dt {
    margin-bottom: 1em;
    display: flex;
}
.faq-block dl dt p {
	margin-top: -3px;
}

.faq-block dl dt::before,
.faq-block dl dd::before {
    margin-right: 10px;
}

.faq-block dl dt::before {
    content: url("https://farbe.itembox.design/item/images/category/parents/202312/q-icon.svg");
}

.faq-block dl dd {
    margin: 0 0 2.0em;
    display: flex;
}
.faq-block dl dd p {
	margin-top: -3px;
    text-align: left;
}

.faq-block dl dd::before {
    content: url("https://farbe.itembox.design/item/images/category/parents/202312/a-icon.svg");
}


.accordion {
  color: #222;
}

.accordion__link {
  position: relative;
  border: 1px solid #222;
  width: 35%;
  margin: 0 auto;
}

.accordion__text {
  text-align: center;
  display: block;
  margin-right: 15px;
  color: #222;
  text-decoration: none;
  transition: all .2s ease 0s;
  font-size: 13px;
  line-height: 40px;
}

.accordion__text.close .icon-plus:after {
  display: none;
}

.accordion__text .icon-plus {
  display: inline-block;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.accordion__text .icon-plus:before {
  width: 12px;
  height: 1px;
  position: absolute;
  top: 6px;
  left: 1px;
  color: #222;
  background-color: currentColor;
  content: '';
}

.accordion__text .icon-plus:after {
  width: 12px;
  height: 1px;
  position: absolute;
  top: 6px;
  left: 1px;
  color: #222;
  background-color: currentColor;
  content: '';
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.accordion__body {
  margin: 15px 0;
}

a.anchor{
    display: block;
    padding-top: 70px;
    margin-top: -70px;
}

.fs-c-subgroup {
	display: none;
}

.ranking-sec_new202312 .flist_markc {
    border-radius: 2px;
    padding: 2px 7px;
    line-height: 18px;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    color: #FFFFFF;
    border: #81CACE 1px solid;
    margin-right: 7px;
    background-color: #81CACE;
}

.ranking-sec_new202312 .flist_markb {
    border-radius: 2px;
    padding: 2px 7px;
    line-height: 18px;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    color: #FFFFFF;
    border: #BFB863 1px solid;
    margin-right: 7px;
    background-color: #BFB863;
}

.ranking-sec_new202312 .flist_markp {
    border-radius: 2px;
    padding: 2px 7px;
    line-height: 18px;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    color: #FFFFFF;
    border: #C48CD5 1px solid;
    margin-right: 7px;
    background-color: #C48CD5;
}

.top-banner__area ul {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 15px;
    display: grid;
}
.top-newitem__list {
    display: flex;
    overflow: hidden;
    gap: 10px;
    padding: 0 0 8px;
    margin-top: 0;
}
.top-newitem__list article {
    padding: 0;
    flex-shrink: 0;
    width: 160px;
    display: flex;
    flex-flow: column;
}
.top-newitem__list article .Thumb {
    margin-bottom: 10px;
}
.top-newitem__list article a {
    display: flex;
    flex-flow: column;
    height: 100%;
}
.top-newitem__list article .Ttl {
    font-size: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-weight: 400;
    flex-grow: 1;
    margin-bottom: 6px;
}
.top-newitem__list article .Price {
    font-size: 12px;
    text-align: end;
}
.recommend-block {
    margin-bottom: 50px;
}
.recommend-block .top-btn {
    margin-top: 20px;
    padding: 0 1.3em;
}
.recommend-block .top-btn > a {
    position: relative;
    display: block;
    text-align: center;
    font-weight: 400;
    border: 1px solid var(--MAIN_WATER);
    width: 70%;
    font-size: 13px;
    padding: 0.9em 0;
    margin-right: auto;
    margin-left: auto;
    background-color: var(--MAIN_WHITE);
    color: var(--MAIN_WATER);
    border-radius: 30px;
    line-height: 14px;
}
.recommend-block .top-btn > a::after {
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    width: 8px;
    height: 8px;
    border-top: 1px solid var(--MAIN_WATER);
    border-right: 1px solid var(--MAIN_WATER);
    transform: rotate(45deg);
}
.recommend-block .top-banner__txt {
    text-align: center;
}
.recommend-block .top-newitem__list article .Thumb {
    margin-bottom: 0;
}

.slide-items .slick-track {
    left: 283px;
}
.slide-items .slick-slide {
    width: 160px!important;
    margin-left: 10px;
}
.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 35%;
    display: block;
    width: 24px;
    height: 24px;
    padding: 0;
    -webkit-transform: translate(0, -35%);
    -ms-transform: translate(0, -35%);
    transform: translate(0, -35%);
    cursor: pointer; 
    color: transparent;
    border: none;
    outline: none;
    background-color: #404040;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: #404040;
}
.slick-prev {
    left: 0;
    z-index: 10;
}
.slick-prev:before {
    content: '';
    font-family: unset;
    width: 8px!important;
    height: 8px!important;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(-135deg);
    margin-left: 9px;
    display: block;
}
.slick-next {
    right: 0;
    z-index: 10;
}
.slick-next:before {
    content: '';
    font-family: unset;
    width: 8px!important;
    height: 8px!important;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
    margin-left: 4px;
    display: block;
}
}