/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap');

:root{
    --bg-clr: #f8f4ed;
    --point-clr: #9e7d44;
    --btn-clr: #bf325a;
    --Pg-En-sans: "Josefin Sans", sans-serif;
}


#highly_wrap{
    width: 100%;
    max-width: 800px;
    font-size: clamp(1.38rem, 0.352rem + 2.56vw, 2.4rem);
    margin: 30px auto; 
    text-align: center;
    font-family: "noto-sans-cjk-jp", sans-serif;
    line-height: 1.8;
}

#highly_wrap img{
    max-width: 100%;
    vertical-align: bottom;
}

#highly_wrap sup{
    font-size: 11px;
    vertical-align: super;
    margin-left: 5px;
}

#highly_wrap .spbr{
    display: none;
}

#highly_wrap .comm_mt{
    margin-top: 3.5em;
}

#highly_wrap .comm_ttl{
    margin-bottom: 40px;
    letter-spacing: 0.05rem;
    font-weight: 400;
}

#highly_wrap .comm_ttl dt{
    font-size: clamp(1.6rem, 1.269rem + 0.91vw, 2rem);
    letter-spacing: 0.2em;
    font-weight: 500;
    margin-bottom: 1em;
}

#highly_wrap .comm_ttl dd h2{
    /*color: var(--point-clr);*/
    letter-spacing: 0.03em;
    font-weight: 500;
    font-size: clamp(2.2rem, 0.611rem + 4.34vw, 4.5rem);
}

#highly_wrap .comm_ttl dd span{
    font-size: 65%;
    display: block;
}

#highly_wrap .comm_ttl dd{
    margin-bottom: 0.5em;
    word-break: keep-all;
    overflow-wrap: anywhere;
}


#highly_wrap .comm_btn{
    background: var(--btn-clr);
    border-radius: 50px;
    /*border: 3px #817341 solid;*/
    background-image: linear-gradient( 0deg, #817341 0%, #B6AA86 100%);
    width: 90%;
    max-width: 600px;
    margin: 2.5em auto 0;
}

#highly_wrap .comm_btn a{
    display: block;
    padding: 15px 0;
    color: #fff;
    position: relative;
}
/*#highly_wrap .comm_btn a::after{
    content: "";
    width: 10px;
    height: 10px;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    transform: rotate(45deg);
    right: 7%;
}*/


#highly_wrap ul.navi-btn{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

#highly_wrap ul.navi-btn li{
    width: 48%;
    max-width: 345px;
    margin-bottom: 2%;
    background: #fff;
    border: 0.15em solid var(--point-clr);
    border-radius: 50px;
    font-size: clamp(1.1rem, 0.56rem + 1.65vw, 2rem);
}

#highly_wrap ul.navi-btn li a{
    color: var(--point-clr);
    display: block;
    padding: 0.8em 0;
    position: relative;
}

/*#highly_wrap ul.navi-btn li a::after{
    content: "";
    width: 4%;
    aspect-ratio:1/1;
    border: 0;
    border-bottom: solid 2px;
    border-right: solid 2px;
    position: absolute;
    top: 50%;
    margin-top: -4%;
    transform: rotate(45deg);
    right: 8%;
}*/

#highly_wrap .tag{
    position: relative;
}

/* 左上の三角形（擬似要素） */
#highly_wrap .tag::before {
  content: "";
  position: absolute;
  top: 3%;
  left: 3%;
  
  /* 三角形の作り方 */
  border-style: solid;
  border-width: 1.8em 1.8em 0 0; /* サイズ調整：上 右 下 左 */
  border-color: #9e7d44 transparent transparent transparent; /* ベージュ / 透明 / 透明 / 透明 */
}

#highly_wrap .staff_box{
    background: #fff;
    padding: 2em;
    margin-top: 2em;
}

#highly_wrap .staff_box a{
    color: #707070;
}

/*#highly_wrap .staff_box p{
    width: 80%;
}*/

#highly_wrap .staff_box h3{
    color: var(--point-clr);
}

#highly_wrap .staff_box .text{
    text-align: left;
}

#highly_wrap .staff_box .comm_flex{
    margin-bottom: 1em;
}

#highly_wrap .staff_box .comm_flex p{
    width: 22%;
    text-align: left;
}

#highly_wrap .staff_box .comm_flex dl{
    width: 72%;
    text-align: left;
}

#highly_wrap .staff_box .comm_flex dt{
    font-size: clamp(1.3rem, 1rem + 1vw, 1.8rem);
    margin-bottom: 0.5em;
}

#highly_wrap .staff_box .comm_flex dt span{
    border: 1px solid;
    font-size: 75%;
    margin-right: 3%;
    padding: 2px 5px;
}

#highly_wrap .staff_box .comm_flex dt i{
    margin-right: 0.4em;
}

#highly_wrap .staff_box .comm_flex dd{
    font-size: clamp(1.6rem, 1.2rem + 1vw, 2rem);
}

#highly_wrap .staff_box .comm_flex dd span{
    font-size: 80%;
}

#highly_wrap .staff_box p{
    text-align: left;
}








#highly_wrap #kv{
    background: url("/img/item/highly/kv_bg.jpg") no-repeat center;
    background-size: cover;
    padding: 2.6em 0;
    margin-bottom: 2em;
}
#highly_wrap #kv .sub-ttl{
    font-size: clamp(1.6rem, 1.269rem + 0.91vw, 2rem);
    letter-spacing: 0.2em;
    font-weight: 500;
    margin: 0 auto 1em;
}
#highly_wrap #kv h1{
    color: var(--point-clr);
    letter-spacing: 0.03em;
    font-weight: 500;
    font-size: clamp(2.2rem, 0.611rem + 4.34vw, 4.5rem);
    margin-bottom: 40px;
}

#highly_wrap #kv h1 span{
    font-size: 65%;
    display: block;
}

#highly_wrap #kv h2{
    font-size: clamp(3.2rem, 0.61rem + 4.3vw, 5.2rem);
}

#highly_wrap #kv p{
    width: 90%;
    margin: 2em auto;
    word-break: keep-all;
    overflow-wrap: anywhere;
}

#highly_wrap #kv ul{
    margin: 3em auto 0;
}


#highly_wrap #about{
    margin-bottom: 3.5em;
}

#highly_wrap #about p{
    text-align: left;
    margin: 1em auto 0;
    max-width: 700px;
}








/*
#highly_wrap #hikaku{
    background: url("/img/item/stylingoil/hikaku-bg.jpg") no-repeat;
    padding: 3em 0;
}


#highly_wrap #trend img{
    margin: 0 auto 1.5em;
}

#highly_wrap #trend p.text{
    text-align: left;
}
*/


#highly_wrap #trouble{
    background-color:#f2f2f2;
    padding: 3em 0 0;
}

#highly_wrap #trouble h2{
    color: var(--base-color);
}

#highly_wrap #trouble .block{
    max-width: 600px;
    margin: auto;
    background: #fff;
    padding: 1.5em 0;
    border-radius: 15px;
}

#highly_wrap #trouble ol{
    display: inline-block;
    text-align: left;
}

#highly_wrap #trouble ol li{
    margin-bottom: 0.5em;
    font-size: 90%;
  'FILL' 0,
}

#highly_wrap #trouble ol li .material-symbols-outlined {
  font-variation-settings:
  'FILL' 1 ;
  font-size: 92%;
  margin-right: 0.5em;
}
#highly_wrap #trouble .text{
    max-width: 600px;
    display: flex;
    margin: 1.5em auto 0;
    position: relative;
}
#highly_wrap #trouble .text_inner{
    text-align: left;
    padding: 0 0 1.5em; 
    width: 60%;
}
#highly_wrap #trouble .text_inner img:first-of-type{
    margin-bottom: 6%; 
}
#highly_wrap #trouble .text_inner p {
    /*font-size: clamp(1.8rem, 1.2rem + 2vw, 2.4rem);*/
    font-weight: 500;
    text-align: left;
    margin-top: 1.5em;
}
#highly_wrap #trouble .woman{
    width: 55%;
    margin: -3em -4em 0 0;
    filter: drop-shadow(-10px 10px 15px rgba(0, 0, 0, 0.5));
    position: absolute;
    right: 5%;
    bottom: 0;
}
#highly_wrap #department{
    background: var(--bg-clr); 
    margin-top: 0;
    padding: 3em 0;
}

#highly_wrap #department h2 span{
    font-size: clamp(2.2rem, 0.611rem + 4.34vw, 3.5rem);
}

/* グリッドレイアウトの設定 */
#highly_wrap #department .category-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 横に2つ並べる */
  gap: 15px; /* ボタン同士の隙間 */
  max-width: 800px; /* 全体の最大幅 */
  margin: 0 auto;
  padding: 20px;
}

/* 各ボタンの共通スタイル */
#highly_wrap #department .btn-category {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  padding: 15px 20px;
  border-radius: 10px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s ease;
}

#highly_wrap #department .btn-category:hover {
  transform: scale(1.02);
}

/* 右下の金色の飾り */
#highly_wrap #department .btn-category::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  border-style: solid;
  border-width: 0 0 30px 30px;
  border-color: transparent transparent #a8874d transparent;
}

/* テキスト部分 */
#highly_wrap #department .text-group {
  display: flex;
  flex-direction: column;
  text-align: left;
}

#highly_wrap #department .en {
    font-size: clamp(1.38rem, 0.352rem + 2.56vw, 1.7rem);
  letter-spacing: 0.1em;
  color: var(--point-clr);
}

#highly_wrap #department .jp {
  font-weight: bold;
  color: #8c7042;
  margin-top: 2px;
}

/* アイコン画像 */
#highly_wrap #department .icon {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#highly_wrap #department .icon img {
  max-width: 100%;
  height: auto;
}

/* スマホ対応: 1列にする場合 */
@media (max-width: 600px) {
 #highly_wrap #department .category-grid {
    grid-template-columns: 1fr;
  }
}

#highly_wrap .cate_intro{
    background: var(--bg-clr); 
    padding: 2em 0 4em;
    margin-top: 0;
}

#highly_wrap .cate_intro dt{
    color: var(--point-clr);
}

#highly_wrap .cate_intro dd:nth-of-type(2){
     clamp(1.0rem, 0.511rem + 3.0vw, 3.0rem);
}

#highly_wrap .cate_intro .block{
    max-width: 700px;
    margin:40px auto 0;
    background: #fff;
    padding: 1.5em 0;
    position: relative;
}

/* 左上の三角形（擬似要素） */
#highly_wrap .cate_intro .block::before {
  content: "";
  position: absolute;
  top: 5%;
  left: 3%;
  
  /* 三角形の作り方 */
  border-style: solid;
  border-width: 2em 2em 0 0; /* サイズ調整：上 右 下 左 */
  border-color: #9e7d44 transparent transparent transparent; /* ベージュ / 透明 / 透明 / 透明 */
}

#highly_wrap .cate_intro .block p{
    border-bottom: 1px solid;
    width: 82%;
    margin: 0 auto 3%;
    padding-bottom: 2%;
    font-size: clamp(1.0rem, 0.511rem + 3.0vw, 3.0rem);   
}
#highly_wrap .cate_intro ol{
    display: inline-block;
    text-align: left;
}

#highly_wrap .cate_intro ol li{
    margin-bottom: 0.5em;
    font-size: 90%;
  'FILL' 0,
}

#highly_wrap .cate_intro ol li .material-symbols-outlined {
  font-variation-settings:
  'FILL' 1 ;
  font-size: 92%;
  margin-right: 0.5em;
}

#highly_wrap .so{
    max-width: 700px;
}

#highly_wrap .so .fuki{
    background: var(--point-clr);
    color: #fff;
    display: inline-block;
    border-radius:40px;
    padding: 0.05em 1em;
    margin: -1em auto 1em;
    font-size: clamp(1.8rem, 0.96rem + 2.8vw, 3.2rem);
    position: relative;
}

#highly_wrap .so .fuki::after{
    content: "";
    position: absolute;
    box-sizing: border-box;
    border: 15px solid transparent;
    border-top: 18px solid var(--point-clr);
    bottom: -28px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

#highly_wrap .so h2{
    font-size: clamp(2.2rem, 1.12rem + 2.66vw, 4rem);
    margin-bottom: 1em;
    font-weight: 500;
}

#highly_wrap .so h3{
    font-size: clamp(1.8rem, 0.411rem + 3.34vw, 3.5rem);
}

#highly_wrap .so p{
    margin-top: 2em;
    text-align: left;
}

#highly_wrap .so .staff_box{
    background: var(--bg-clr);
}

#highly_wrap .so .staff_box p{
    margin-top: 0;
}


#highly_wrap .so .navi-btn{
    margin-top: 2em;
}

/*#highly_wrap .so .navi-btn li{
    width: 31%;
}*/







#highly_wrap .ranking{
    counter-reset: number;
    background: var(--bg-clr);
    padding-bottom: 2em;
}
#highly_wrap .ranking .note{
    font-size: 50%;
    margin-top: 0.5em;
    text-align: left;
}
#highly_wrap .ranking .rank_inner{
    counter-reset: number;
}
#highly_wrap .ranking .inbath{
    background: url(../../../img/item/highly/haircare_bg.jpg) no-repeat;
    background-size: contain;
}
#highly_wrap .ranking .outoil{
    background: url(../../../img/item/highly/outoil_bg.jpg) no-repeat;
    background-size: contain;
}
#highly_wrap .ranking .outsty{
    background: url(../../../img/item/highly/outsty_bg.jpg) no-repeat;
    background-size: contain;
}
#highly_wrap .ranking .skincare{
    background: url(../../../img/item/highly/skincare_bg.jpg) no-repeat;
    background-size: contain;
}
#highly_wrap .ranking .beauty{
    background: url(../../../img/item/highly/beauty_bg.jpg) no-repeat;
    background-size: contain;
}
#highly_wrap .ranking .dryer{
    background: url(../../../img/item/highly/dryer_bg.jpg) no-repeat;
    background-size: contain;
}
#highly_wrap .ranking .straight{
    background: url(../../../img/item/highly/straight_bg.jpg) no-repeat;
    background-size: contain;
}
#highly_wrap .ranking .curl{
    background: url(../../../img/item/highly/curl_bg.jpg) no-repeat;
    background-size: contain;
}
#highly_wrap .ranking .staff{
    background: url(../../../img/item/highly/staffreview_bg.jpg) no-repeat;
    background-size: contain;
}
/* 定義リストのレイアウト調整 */
#highly_wrap .ranking .sec_ttl {
    display: flex;
    align-items: center;
    margin-bottom: 10em; /* ブラウザ標準の余白をリセット */
    padding-top:2em;
    font-weight: bold;
    gap: 15px;
}

/* dt: 「インバス」ラベル部分 */
#highly_wrap .ranking .sec_ttl dt{
    background-color: #2e2e2e;
    color: #fff;
    padding: 0 0.4em;
    margin: 0; /* dt特有の余白をリセット */
    font-size: clamp(2rem, 0.864rem + 2.26vw, 2.8rem);
}

/* dd: メインタイトル部分 */
#highly_wrap .ranking .sec_ttl dd{
    font-weight: 500;
    color: #333;
    margin: 0; /* dd特有の左余白をリセット */
    letter-spacing: 0.05em;
    font-size: clamp(1.9rem, 0.864rem + 2.56vw, 3.2rem);
}

#highly_wrap .ranking .rank_box .block{
    margin-bottom: 2em;
    padding-bottom: 3em;
    position: relative;
    counter-increment: number;
    background: #fff;
}

#highly_wrap .ranking .rank_box .block::before{
    content: "No." counter(number);
    background: var(--point-clr);
    color: #fff;
    display: block;
    margin-bottom: 40px;
    letter-spacing: 0.18em;
    font-weight: bold;
    padding: 10px 0;
}


#highly_wrap .ranking .block h2{
    text-align: left;
    font-size: clamp(1.6rem, 0.864rem + 2.06vw, 2.4rem);
    margin-bottom: 15px;
}

#highly_wrap .ranking .block dd{
    margin-bottom: 1em;
    text-align: left;
}

#highly_wrap .ranking .score{
    display: flex;
    justify-content: space-between;
    text-align: left;
}
#highly_wrap .ranking .score img{
    display: block;
}
#highly_wrap .ranking .score li{
    font-size: clamp(1.4rem, -0.237rem + 4.52vw, 3.15rem);
    margin-bottom: 0.8em;
    font-weight: bold;
}
#highly_wrap .ranking .score li:nth-of-type(1){
    width: 60%;
}
/* 評価バッジ（カプセル型） */
#highly_wrap .ranking .score li:nth-of-type(2) {
      display: flex;
      align-items: center;
      border: 1px solid #9e7d44; /* 画像に基づいたベージュ系 */
      border-radius: 50px;
        width: 40%;
        padding: 0 0.4em;
      background-color: #fff;
      white-space: nowrap; /* 折り返し防止 */
        height: fit-content;
}
#highly_wrap .ranking .score li:nth-of-type(2) p{
    font-size: clamp(1.3rem, 0.664rem + 2.06vw, 2.4rem);
    font-weight: bold;
      color: var(--point-clr);
    margin-right: 0.3em;
}
#highly_wrap .ranking .price_box{
    width: 50%;
}
#highly_wrap .ranking .price:nth-of-type(2){
    margin-top: 1em;
}
#highly_wrap .ranking .price li:nth-of-type(1){
    border: 1px solid;
    padding: 0 0.5em;
    font-size: clamp(1rem, 0.4564rem + 1.525vw, 2.0rem);
}
#highly_wrap .ranking .price li:nth-of-type(3){
    font-size: clamp(1.2rem, 0.664rem + 1.56vw, 2.0rem);
}
#highly_wrap .ranking .block .comm_flex{
    align-items: start;
    margin-top: 1em;
}

#highly_wrap .ranking .block .comm_flex .pic{
    width: 44%;
    max-width: 500px;
}

#highly_wrap .ranking .block .comm_flex .price{
    text-align: left;
}

#highly_wrap .ranking .block .comm_flex .price ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 0.5em;
}


#highly_wrap .ranking .block .comm_flex .price ul li{
    font-size: clamp(1.4rem, 0.48rem + 1.32vw, 1.8rem);
    text-align: right;
    margin-bottom: 5px;
}

#highly_wrap .ranking .block .comm_flex .price ul li:nth-of-type(1)::before{
    content: "容量";
    border: 1px solid;
    font-size: 80%;
    padding: 0 0.8em;
    margin-right: 10px;
}

#highly_wrap .ranking .btn05 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: clamp(1.5rem, 0.664rem + 1.56vw, 2.0rem);
	color: #FFFFFF;
	flex-wrap: wrap;
    margin-top: 2em;
}

#highly_wrap .ranking .btn05 .amazon {
	width: 100%!important;
	margin: auto auto 1.0rem;
}

#highly_wrap .ranking .btn05 li {
	width: 32.5%;
}

#highly_wrap .ranking .btn05_2 {
	background: var(--btn-clr);
	border-radius: 35px;
	padding: 0.8em 0;
	position: relative;
}
#highly_wrap .ranking .btn05_2:after {
    content: "";
    width: 10px;
    height: 10px;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    transform: rotate(45deg);
    right: 7%;
}

#highly_wrap .ranking .btn05 a {
	color: #FFFFFF;
}

#highly_wrap .ranking .btn05 span {
	font-size: 18px;
}

/*#highly_wrap .ranking .block .comm_flex .price ol li a{
    background: var(--point-clr);
    border-radius: 50px;
    margin-bottom: 0.8em;
    display: block;
    color: #fff;
    font-size: clamp(1.1rem, 0.68rem + 1.4vw, 1.8rem);
    padding: 8px 0;
    text-align: center;
}*/

/*#highly_wrap .ranking .block .comm_flex .price ol li a::after{
    content: "";
    width: 8px;
    height: 8px;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    transform: rotate(45deg);
    right: 5%;
}*/
#highly_wrap .ranking .point{
    margin-top: 3em;
}

#highly_wrap .ranking .point dt{
    border-bottom: 1px solid;
    margin-bottom: 1.5em;
    font-size: clamp(1.7rem, 1.064rem + 2.06vw, 2.8rem);
    font-weight: 500;
    position: relative;
}

#highly_wrap .ranking .point dt span{
    font-family: var(--En-sans);
    letter-spacing: 0.1em;
    font-weight: 900;
    background:#fff;
    padding: 0 0.5em;
    position: absolute;
    top: -25px;
    left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
}

/* カード全体のスタイル */
#highly_wrap .ranking .review_box {
  display: flex;
  align-items: end;
  background: var(--bg-clr);
  padding: 1.5em 1em 1em;
    position: relative;
    text-align: left;
    margin-top: 2em;
}

#highly_wrap .ranking .tag::before{
    top: 8%;
}

#highly_wrap .ranking .review_box h3{
    position: absolute;
    font-family: var(--En-sans);
  top: -0.6em;
  left: 50%;
  transform: translateX(-50%); /* 中央寄せ */
  margin: 0;
  font-weight: 900; /* 太字 */
  letter-spacing: 0.1em; /* 字間を少し広げる */
  z-index: 1;
}

/* アイコン部分 */
#highly_wrap .ranking .review_box .review-icon {
  flex-shrink: 0; /* サイズを固定 */
  margin-right: 1.5em;
}

#highly_wrap .ranking .review_box .review-icon img {
  border-radius: 50%;
  background-color: #fff;
}

/* 右側コンテンツ */
#highly_wrap .ranking .review_box .voice {
  flex-grow: 1;
}

/* 評価（数字と星）の並び */
#highly_wrap .ranking .review_box dl {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

#highly_wrap .ranking .review_box dt{
  font-weight: bold;
   color: var(--point-clr);
  margin-right: 10px;
}

#highly_wrap .ranking .review_box dd img{
    display: block;
}
#highly_wrap .ranking .review_box dd{
    margin-bottom: 0;
}
#highly_wrap .ranking .block .comm_w90 .btn {
    background: var(--btn-clr);
    border-radius: 50px;
    margin-top: 1.5em;
    line-height: 1.5;
    font-size: clamp(1.5rem, 1.015rem + 1.02vw, 2rem);
}
#highly_wrap .ranking .block .comm_w90 .btn a {
    display: block;
    padding: 0.8em 0;
    color: #fff;
    position: relative;
}
#highly_wrap .ranking .block .comm_w90 .btn a::after {
    content: "";
    width: 8px;
    height: 8px;
    border: 0;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    transform: rotate(45deg);
    right: 5%;
}
#highly_wrap #price .btn {
    background: #fff;
    border-radius: 50px;
    margin-top: 1.5em;
    line-height: 1.5;
    font-size: clamp(1.5rem, 1.015rem + 1.02vw, 2rem);
}
#highly_wrap #price .btn a{
    display: block;
    padding: 0.8em 0;
    color: var(--base-color) ;
    position: relative;
}
#highly_wrap #price .btn a::after{
    color: var(--base-color) ;
    content: "";
    width: 8px;
    height: 8px;
    border: 0;
    border-top: solid 3px #2a2625;
    border-right: solid 3px #2a2625;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    transform: rotate(45deg);
    right: 5%;
}



@media only screen and (max-width: 480px) {  
#highly_wrap .spbr{
    display: block;
}

#kensho .bg.staff .comm_flex{
    align-items: flex-start;
}

#highly_wrap #department .comm_ttl{
    margin-bottom: 0;
}
    
#highly_wrap .cate_intro .block::before {
    top: 3%;
    left: 3%;
    border-width: 1em 1em 0 0;
}
#highly_wrap .ranking .sec_ttl{
    display: block;
}
#highly_wrap .ranking .sec_ttl dd{
    margin-top: 0.5em;
}
#highly_wrap .ranking .review_box dd {
    width: 60%;
}
#highly_wrap .ranking .price li:nth-of-type(1) {
    width: 100%;
}
#highly_wrap .ranking .btn05 {
    flex-wrap: wrap;
    justify-content: center;
}
#highly_wrap .ranking .btn05 li {
    width: 48%;
    margin: auto 1% 0.5em;
}
#highly_wrap .ranking .btn05 span {
    font-size: 12px;
}
#highly_wrap .ranking .btn05_2:after {
    width: 8px;
    height: 8px;
    margin-top: -4px;
}
#highly_wrap .ranking .block .comm_w90 .btn a::after {
    width: 8px;
    height: 8px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    margin-top: -4px;
}
#highly_wrap .ranking .review_box {
    align-items: center;
}
#highly_wrap .ranking .review_box .review-icon {
    width: 25%;
}

}






.sysItemCategoryForm,.sysItemList{
    display: none;
}




