
.marker-move{
    background-image: linear-gradient(
      90deg,rgba(255,0,0,.3),90%,transparent /*好きな色*/
    );
    background-repeat:no-repeat;
    background-size:200% 60%; /*2つ目の値でマーカーの太さを変える*/
    background-position:0% bottom;
    animation: marker 3.5s ease 0s; /*マーカーを引く速度*/
    font-weight: bold;
  }
  
.marker-move2{
    background-image: linear-gradient(
      90deg,yellow, 90%,transparent);
    background-repeat:no-repeat;
    background-size:200% 60%; 
    background-position:0% bottom;
    animation: marker 5s ease 0s; 
    font-weight: bold;
  }

.marker-move3{
    background-image: linear-gradient(
      90deg,rgba(100,149,237,.5), 90%,transparent);
    background-repeat:no-repeat;
    background-size:200% 60%; 
    background-position:0% bottom;
    animation: marker 5s ease 0s; 
    font-weight: bold;
  }

.marker-move_list1{
    background-image: linear-gradient(
      90deg,yellow, 90%,transparent);
    background-repeat:no-repeat;
    background-size:200% 60%; 
    background-position:0% bottom;
    animation: marker 5s ease 0s; 
    font-weight: bold;
    color:red;
  }

.marker-move_list2{
    background-image: linear-gradient(
      90deg,yellow, 90%,transparent);
    background-repeat:no-repeat;
    background-size:200% 60%; 
    background-position:0% bottom;
    animation: marker 5s ease 0s; 
    font-weight: bold;
  }

  @keyframes marker{
    0%{
      background-position:right -100% bottom;
    }
    100%{
      background-position:0% bottom;
    }
  }

  /* ----------------マーカータグ-------------------------

  <span class="marker-sentence marker-move"></sapn> 緑
  <span class="marker-sentence2 marker-move2"></sapn>　黄色
  <span class="marker-sentence3 marker-move3"></sapn> 黄色

  ---------------------------------------------------------*/



  /* -------グローバルナビゲーション右寄せ------------------------- */
 .globalNavi {
     position: absolute;
     right: 0;
 }



/* ---------------------サイドバーヘッダーパディング消し---------------------------------------- */
.widgetAfTag__header {
  display: none;
}

.widgetAfRank__crown_4 li:nth-child(1)::before,
.widgetAfRank__crown_4 li:nth-child(2)::before,
.widgetAfRank__crown_4 li:nth-child(3)::before,
.widgetAfRank__crown_4 li:nth-child(4)::before,
.widgetAfRank__crown_4 li:nth-child(5)::before{
  display: none;
}

.widgetAfRank li::before{
  top: -17px;
}

/* ----------------コメント入力部分none---------------------------------------- */
.comments{
    display: none;
}

/* -----------------テーマのCSS変更----------------------------------------- */


/* 記事2-3カラムの位置調整 */
.wp-block-column {
	margin-top: 20px!important;
}

/* 記事内ボタン位置調整 */
.wp-block-button {
	margin-top: 20px!important;
}


/* サイドバーの広告枠削除、画像幅いっぱい */
.widgetAfTag__banner {
  margin: 0;
  width: 0%;
}

.widgetAfTag__text {
  margin: 0 auto;
  width: 100%;
  line-height: 1.5;
  text-align: center;
}

/* サイドバー画像大きさ */
.adWidget ins, .widget img, .widget.widget_media_image .wp-caption {
  max-width: 100%;
}

/* 記事内字間 */
.content {
    position: relative;
    font-size: 1.4rem;
    line-height: 2;
}



/* 記事内ボタン */

.content .ep-btn a {
  color: #fff;
  display: block;
  
}

.content .bgc-Bgreen {
  background-color:  #02bb80;
  cursor: pointer;
  position: relative;
}

.content .bgc-Bmagenta {
  background-color: #df5286;
  cursor: pointer;
  position: relative;
}

/* ボタンサイズ */
.content .es-size100 {
  width: 100%;
}

.btn-content {
  width: 100%;
  margin: 0 auto;
  
}

.ep-btn .bgc-Bgreen .ftc-white .es-size100 .es-TpaddingS .es-BpaddingS
 .es-shadowIn .es-BTarrow .es-bold .es-radius {
   display: block;
   margin: 0 auto;
 }

 /* 記事内表 */
 .content .wp-block-table {
   font-size: 14px;
   margin-top: 20px;
 }

 .content table td,
 .content table th {
   font-size: 12px;
 }

 .content table {
  width: 100%;
  table-layout: fixed;
  margin: 0 auto;
 }

 /* 記事ない　ul 文字サイズ */

 .partsUl-7 ul {
   font-size: 15px;

}


/* 目次 */


.content .outline__item {
  font-size: 20px;
  font-weight: bold;
}

.l-main .outline__link {
  color:#3872b8;
  text-decoration: underline;
}

.content .outline__number{
  display: none;
}

/* --------------------- */


/* ----------------------------------------- */


/* -------おすすめポイント------------ */


.s-red {
  font-weight: bold;
  color:red;
}

.s-black {
  font-weight: bold;
  color:black;
}


.content ul>li:before {
  font-family: "Font Awesome 5 Free";
  content:"\f164";
  transform:none;
}

.content ol>li:before, .content ul>li:before {
  left:-5px;
}


.recommend {
  display: flex;
  justify-content: space-around;
  /* align-items: baseline; */
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}

.recommend-img {
  width: 50%;
}

.content .recommend-ul {
  width: 50%;
  margin: 0;
}

.recommend-img img {
  width: 100%;
  height: auto;
  /* width: 200px;
  height: 170px; */
  margin: 0 auto;
  display: block;
}


/* -------評価☆------------ */

.star-rating-box {
  position: relative; /* position: abosoluteの基準 */
  display: inline-block; /* 最大星数に応じてdivのwidthを伸縮させるため */
  color: #333;
  background: -webkit-linear-gradient(-45deg, #F7DE05, #DA8E00, #EDAC06, #F7DE05, #ECB802, #DAAF08, #B67B03, #DA8E00, #EDAC06, #F7DE05, #ECB802, #EDAC06);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 28px;
}

.filled-star {
  position: absolute; /* .filled-starと.empty-starを重ねる */
  top: 0px; /* 左上の基準位置に移動させる */
  overflow: hidden; /* widthが足りない時、はみ出た分は表示しない */
  white-space: nowrap; /* widthが足りない時に、折り返さないようにする。 */
  width: 92%; /* 星1.5個 表示。= 100 * 1.5 / 3 */ 
  margin: 0;
  color: #DA8E00;
  background: -webkit-linear-gradient(-45deg, #F7DE05, #DA8E00, #EDAC06, #F7DE05, #ECB802, #DAAF08, #B67B03, #DA8E00, #EDAC06, #F7DE05, #ECB802, #EDAC06);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 28px;
}



.content div .filled-star {
  margin-top: 0;
}
.content div .star-rating-box {
  margin-top: 10px;
}

.content div .empty-star{
  margin-top: 0px;
}


.rate {
  background-color: #fffcf5;
  /*height: 165px;*/
  height: 240px;
  position: relative;
}

.content div.rate-title {
  font-size: 23px;
  color: #834b33;
  margin: 0;
  padding: 10px 10px 0 20px;
}

.rate-title {
  color:#834b33;
  font-weight: bold;
  margin-top: 20px;
}

.score {
  font-size: 26px;
  font-weight: bold;
  color:red;
}

.content .rate-text {
  margin-top: 0;
  display: flex;
  color:#834b33;
  font-size: 12px;
  position: absolute;
  top:123px;
} 

.content .rate-text2 {
  margin: 0;
}

.rate-span {
  /* margin-top: 20px;
  padding-top: 20px; */
}

/* ---------fontawesome----------------- */
.rate-text .fas,
.rate-text .far,
.rate-text .fa-user-tie  {
  margin-left: 20px;
  padding: 5px;
}





/* 各商品評価 */

/* オクタゴン */

.filled-star-octagon {
  position: absolute; /* .filled-starと.empty-starを重ねる */
  top: -21px; /* 左上の基準位置に移動させる */
  overflow: hidden; /* widthが足りない時、はみ出た分は表示しない */
  white-space: nowrap; /* widthが足りない時に、折り返さないようにする。 */
  width: 88%; /* 星1.5個 表示。= 100 * 1.5 / 3 */ 
  margin: 0;
  color: #DA8E00;
  background: -webkit-linear-gradient(-45deg, #F7DE05, #DA8E00, #EDAC06, #F7DE05, #ECB802, #DAAF08, #B67B03, #DA8E00, #EDAC06, #F7DE05, #ECB802, #EDAC06);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* ヴィト */
.filled-star-vit {
  position: absolute; /* .filled-starと.empty-starを重ねる */
  top: -22px; /* 左上の基準位置に移動させる */
  overflow: hidden; /* widthが足りない時、はみ出た分は表示しない */
  white-space: nowrap; /* widthが足りない時に、折り返さないようにする。 */
  width: 72%; /* 星1.5個 表示。= 100 * 1.5 / 3 */ 
  margin: 0;
  color: #DA8E00;
  background: -webkit-linear-gradient(-45deg, #F7DE05, #DA8E00, #EDAC06, #F7DE05, #ECB802, #DAAF08, #B67B03, #DA8E00, #EDAC06, #F7DE05, #ECB802, #EDAC06);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* ヴォル */
.filled-star-vol {
  position: absolute; /* .filled-starと.empty-starを重ねる */
  top: -21px; /* 左上の基準位置に移動させる */
  overflow: hidden; /* widthが足りない時、はみ出た分は表示しない */
  white-space: nowrap; /* widthが足りない時に、折り返さないようにする。 */
  width: 73%; /* 星1.5個 表示。= 100 * 1.5 / 3 */ 
  margin: 0;
  color: #DA8E00;
  background: -webkit-linear-gradient(-45deg, #F7DE05, #DA8E00, #EDAC06, #F7DE05, #ECB802, #DAAF08, #B67B03, #DA8E00, #EDAC06, #F7DE05, #ECB802, #EDAC06);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* テストコア */
.filled-star-tes {
  position: absolute; /* .filled-starと.empty-starを重ねる */
  top: -21px; /* 左上の基準位置に移動させる */
  overflow: hidden; /* widthが足りない時、はみ出た分は表示しない */
  white-space: nowrap; /* widthが足りない時に、折り返さないようにする。 */
  width: 71%; /* 星1.5個 表示。= 100 * 1.5 / 3 */ 
  margin: 0;
  color: #DA8E00;
  background: -webkit-linear-gradient(-45deg, #F7DE05, #DA8E00, #EDAC06, #F7DE05, #ECB802, #DAAF08, #B67B03, #DA8E00, #EDAC06, #F7DE05, #ECB802, #EDAC06);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* ペ二 */
.filled-star-peni {
  position: absolute; /* .filled-starと.empty-starを重ねる */
  top: -21px; /* 左上の基準位置に移動させる */
  overflow: hidden; /* widthが足りない時、はみ出た分は表示しない */
  white-space: nowrap; /* widthが足りない時に、折り返さないようにする。 */
  width: 70%; /* 星1.5個 表示。= 100 * 1.5 / 3 */ 
  margin: 0;
  color: #DA8E00;
  background: -webkit-linear-gradient(-45deg, #F7DE05, #DA8E00, #EDAC06, #F7DE05, #ECB802, #DAAF08, #B67B03, #DA8E00, #EDAC06, #F7DE05, #ECB802, #EDAC06);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* たぎらす */
.filled-star-tagi {
  position: absolute; /* .filled-starと.empty-starを重ねる */
  top: -21px; /* 左上の基準位置に移動させる */
  overflow: hidden; /* widthが足りない時、はみ出た分は表示しない */
  white-space: nowrap; /* widthが足りない時に、折り返さないようにする。 */
  width: 68%; /* 星1.5個 表示。= 100 * 1.5 / 3 */ 
  margin: 0;
  color: #DA8E00;
  background: -webkit-linear-gradient(-45deg, #F7DE05, #DA8E00, #EDAC06, #F7DE05, #ECB802, #DAAF08, #B67B03, #DA8E00, #EDAC06, #F7DE05, #ECB802, #EDAC06);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* スパルト */
.filled-star-spa {
  position: absolute; /* .filled-starと.empty-starを重ねる */
  top: -21px; /* 左上の基準位置に移動させる */
  overflow: hidden; /* widthが足りない時、はみ出た分は表示しない */
  white-space: nowrap; /* widthが足りない時に、折り返さないようにする。 */
  width: 67%; /* 星1.5個 表示。= 100 * 1.5 / 3 */ 
  margin: 0;
  color: #DA8E00;
  background: -webkit-linear-gradient(-45deg, #F7DE05, #DA8E00, #EDAC06, #F7DE05, #ECB802, #DAAF08, #B67B03, #DA8E00, #EDAC06, #F7DE05, #ECB802, #EDAC06);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* アプソルシン */
.filled-star-ap {
  position: absolute; /* .filled-starと.empty-starを重ねる */
  top: -21px; /* 左上の基準位置に移動させる */
  overflow: hidden; /* widthが足りない時、はみ出た分は表示しない */
  white-space: nowrap; /* widthが足りない時に、折り返さないようにする。 */
  width: 65%; /* 星1.5個 表示。= 100 * 1.5 / 3 */ 
  margin: 0;
  color: #DA8E00;
  background: -webkit-linear-gradient(-45deg, #F7DE05, #DA8E00, #EDAC06, #F7DE05, #ECB802, #DAAF08, #B67B03, #DA8E00, #EDAC06, #F7DE05, #ECB802, #EDAC06);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* メガフェ二EX */
.filled-star-mega {
  position: absolute; /* .filled-starと.empty-starを重ねる */
  top: -21px; /* 左上の基準位置に移動させる */
  overflow: hidden; /* widthが足りない時、はみ出た分は表示しない */
  white-space: nowrap; /* widthが足りない時に、折り返さないようにする。 */
  width: 60%; /* 星1.5個 表示。= 100 * 1.5 / 3 */ 
  margin: 0;
  color: #DA8E00;
  background: -webkit-linear-gradient(-45deg, #F7DE05, #DA8E00, #EDAC06, #F7DE05, #ECB802, #DAAF08, #B67B03, #DA8E00, #EDAC06, #F7DE05, #ECB802, #EDAC06);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* ぺプチア */
.filled-star-pepu {
  position: absolute; /* .filled-starと.empty-starを重ねる */
  top: -21px; /* 左上の基準位置に移動させる */
  overflow: hidden; /* widthが足りない時、はみ出た分は表示しない */
  white-space: nowrap; /* widthが足りない時に、折り返さないようにする。 */
  width: 57%; /* 星1.5個 表示。= 100 * 1.5 / 3 */ 
  margin: 0;
  color: #DA8E00;
  background: -webkit-linear-gradient(-45deg, #F7DE05, #DA8E00, #EDAC06, #F7DE05, #ECB802, #DAAF08, #B67B03, #DA8E00, #EDAC06, #F7DE05, #ECB802, #EDAC06);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* シドルフィンEXハイグレード */
.filled-star-sidoru {
  position: absolute; /* .filled-starと.empty-starを重ねる */
  top: -21px; /* 左上の基準位置に移動させる */
  overflow: hidden; /* widthが足りない時、はみ出た分は表示しない */
  white-space: nowrap; /* widthが足りない時に、折り返さないようにする。 */
  width: 54%; /* 星1.5個 表示。= 100 * 1.5 / 3 */ 
  margin: 0;
  color: #DA8E00;
  background: -webkit-linear-gradient(-45deg, #F7DE05, #DA8E00, #EDAC06, #F7DE05, #ECB802, #DAAF08, #B67B03, #DA8E00, #EDAC06, #F7DE05, #ECB802, #EDAC06);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* ギムロット-α */
.filled-star-gimu {
  position: absolute; /* .filled-starと.empty-starを重ねる */
  top: -21px; /* 左上の基準位置に移動させる */
  overflow: hidden; /* widthが足りない時、はみ出た分は表示しない */
  white-space: nowrap; /* widthが足りない時に、折り返さないようにする。 */
  width: 53%; /* 星1.5個 表示。= 100 * 1.5 / 3 */ 
  margin: 0;
  color: #DA8E00;
  background: -webkit-linear-gradient(-45deg, #F7DE05, #DA8E00, #EDAC06, #F7DE05, #ECB802, #DAAF08, #B67B03, #DA8E00, #EDAC06, #F7DE05, #ECB802, #EDAC06);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* アルボプラチナム */
.filled-star-albo {
  position: absolute; /* .filled-starと.empty-starを重ねる */
  top: -21px; /* 左上の基準位置に移動させる */
  overflow: hidden; /* widthが足りない時、はみ出た分は表示しない */
  white-space: nowrap; /* widthが足りない時に、折り返さないようにする。 */
  width: 52%; /* 星1.5個 表示。= 100 * 1.5 / 3 */ 
  margin: 0;
  color: #DA8E00;
  background: -webkit-linear-gradient(-45deg, #F7DE05, #DA8E00, #EDAC06, #F7DE05, #ECB802, #DAAF08, #B67B03, #DA8E00, #EDAC06, #F7DE05, #ECB802, #EDAC06);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


/* エディケアEX */
.filled-star-edi {
  position: absolute; /* .filled-starと.empty-starを重ねる */
  top: -21px; /* 左上の基準位置に移動させる */
  overflow: hidden; /* widthが足りない時、はみ出た分は表示しない */
  white-space: nowrap; /* widthが足りない時に、折り返さないようにする。 */
  width: 50%; /* 星1.5個 表示。= 100 * 1.5 / 3 */ 
  margin: 0;
  color: #DA8E00;
  background: -webkit-linear-gradient(-45deg, #F7DE05, #DA8E00, #EDAC06, #F7DE05, #ECB802, #DAAF08, #B67B03, #DA8E00, #EDAC06, #F7DE05, #ECB802, #EDAC06);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


/* ガガドラス */
.filled-star-gaga {
  position: absolute; /* .filled-starと.empty-starを重ねる */
  top: -21px; /* 左上の基準位置に移動させる */
  overflow: hidden; /* widthが足りない時、はみ出た分は表示しない */
  white-space: nowrap; /* widthが足りない時に、折り返さないようにする。 */
  width: 48%; /* 星1.5個 表示。= 100 * 1.5 / 3 */ 
  margin: 0;
  color: #DA8E00;
  background: -webkit-linear-gradient(-45deg, #F7DE05, #DA8E00, #EDAC06, #F7DE05, #ECB802, #DAAF08, #B67B03, #DA8E00, #EDAC06, #F7DE05, #ECB802, #EDAC06);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


/* ゼルゲインEX */
.filled-star-zel {
  position: absolute; /* .filled-starと.empty-starを重ねる */
  top: -21px; /* 左上の基準位置に移動させる */
  overflow: hidden; /* widthが足りない時、はみ出た分は表示しない */
  white-space: nowrap; /* widthが足りない時に、折り返さないようにする。 */
  width: 46%; /* 星1.5個 表示。= 100 * 1.5 / 3 */ 
  margin: 0;
  color: #DA8E00;
  background: -webkit-linear-gradient(-45deg, #F7DE05, #DA8E00, #EDAC06, #F7DE05, #ECB802, #DAAF08, #B67B03, #DA8E00, #EDAC06, #F7DE05, #ECB802, #EDAC06);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}





/* ----------各商品　ボタン-------------- */

.official-btn {
  width: 100%;
  border-radius: 5px;
  text-align: center;
  box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
  cursor: pointer;
  background: #02bb80;
  font-weight: bold;
  padding: 20px;
  height: 140px;
  font-size: 26px;
  line-height: 110px;
  position: relative;
}

.content .official-btn a {
  color: #fff;
  display: block;
}

.content .official-btn::before{
  content: "";
  position: absolute;
  right: 55px;
  top: 64px;
  width: 23px;
  height: 23px;
  border-top: 5px solid #fff;
  border-right: 5px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}


.content .content-btn {
  width: 100%;
  height: auto;
  border-radius: 5px;
  text-align: center;
  box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
  cursor: pointer;
  /* background: #DF5286; */
  background: #d0cfcf;
  font-weight: bold;
  padding: 20px;
  height: 140px;
  font-size: 26px;
  line-height: 110px;
  position: relative;
}

.content .content-btn a {
  color : #fff;
  display: block;

}

.content .content-btn::before{
  content: "";
  position: absolute;
  right: 55px;
  top: 64px;
  width: 23px;
  height: 23px;
  border-top: 5px solid #fff;
  border-right: 5px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}


.fa-chevron-right {
  margin-left: 10px;
}



/*---------- 編集者コメント下ボタン--------------- */


.bottom-btn-left {
  padding: 20px;
  padding-left: 58px;
  width: 40%;
  height: 100px;
  background-color: #DF5286;
  cursor: pointer;
  border-radius: 5px;
  line-height: 60px;
}

.content div .bottom-btn-right {
  padding: 20px;
  padding-left: 51px;
  width: 40%;
  height: 100px;
  background-color: #02bb80; 
  cursor: pointer;
  border-radius: 5px;
  margin: 0;
  line-height: 60px;
}


.content div .bottom-btn-right-re1 {
  padding: 20px;
  padding-left: 100px;
  width: 40%;
  height: 100px;
  background-color: #989b99;
  cursor: pointer;
  border-radius: 5px;
  margin: 0;
  line-height: 60px;
}


.content .bottom-btn-left a,
.content .bottom-btn-right a,
.content .bottom-btn-right-re1 a {
  color: #FFF;
  font-size: 18px;
  position: relative;
  font-weight: bold;
  display: block;
}



.content .bottom-btn-left a::before,
.content .bottom-btn-right a::before,
.content .bottom-btn-right-re1 a::before {
  content:"";
  position: absolute;
  right: 0px;
  top: 19px;
  width: 23px;
  height: 23px;
  border-top: 5px solid #fff;
  border-right: 5px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}


.content .bottom-btn {
  margin-top: 60px!important;
  display: flex;
  justify-content: space-around;
}



/* ---------------商品全項目表-------------------------- */


.content .product-table div, .product-table p {
  margin: 0;
}

.content .product-table table{
  display: block;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  margin: 0;
  white-space: nowrap;
}


  
.content .product-table table th {
  height: 20px;
  white-space: nowrap;
  padding: 0;
  font-size: 12px;
  font-weight: normal;
  text-align: center;
}

 .content .product-table table td {
  height: auto;
  max-width: 100%;
  padding: 3px;
  font-size: 12px;
  white-space: nowrap;
  text-align: center;
  /* height: 70px;
  width: 180px;
  min-width: 180px;
  box-sizing: border-box; */
 }

 .product-table table td.cheapest-price{
  font-weight:bold;
  color: #e71010;
  font-size: 16px;
  padding: 15px;  
 }

 .content img.clown {
  max-width: 40px;
  padding: 5px;

}
  
 .content .fixed_1 {
  /* display: flex; */
  /* justify-content: center; */
  /* position:sticky; */
  /* position:-webkit-sticky; */
  left:0;
  background-color: #fff;
  vertical-align: middle;
  align-items: center;
  width: 100%;
  /* box-sizing: border-box; */
}

/* .content tr:not(:last-child) .fixed_1  {
  border-bottom: none;
} */
 
.product-table table tr:nth-child(odd) .fixed_1 {
  background-color: #fff;
}


 .fixed_1 img {
  width:auto;
  height:auto;
  max-height:100%;
  max-width: 100px;
 }

/* 
 table .start-close {
   display: block;
 }

 table .start-close :active {
   display: block;
 } */

 
.table-last-text {
  text-align: center;
  padding: 20px;
  color:#fff;
  /* width: 200px; */
  margin: 0 auto;
  margin-top:20px ;
  margin-bottom: 20px;
  cursor:pointer;
  background-color: #DF5286;
  border-radius: 5px;
  box-shadow: 0 -4px 0 rgb(0 0 0 / 10%) inset;
  display: none;
}

.s-text {
  font-size: 11px;
}


.product-table-url {
  display: block;
  background-color: #02bb80;
  box-shadow: 0 -4px 0 rgb(0 0 0 / 10%) inset;
  border-radius: 3px;
  font-weight: bold;
  height: 38px;
  padding: 0 5px 4px;
  width: 100%;
  /* margin: 0 auto; */
  /* width: 90px;
  height: 70px; */
}

.content .product-table a{
  display: block;
  text-align: center;
  color:#fff;
  line-height: 38px;
}




/* --------------開封レビュー------------------------ */


.a-img{
  width: 200px;
  height: 200px;
  display: flex;
}

.a-img-contents {
  margin-left: 20px;
}



/*----------------商品詳細　通常価格-----------------------------*/

.content table td.sale-price{
  font-size: 16px;
  font-weight:bold;
  color: #e71010;
}




/* ------------------ハンバーガーメニューPC削除--------------------- */

.menuBtn {
  display: none;
}







/* ---------------------検索メニュー画面-------------------------------- */

/* .l-main {
  margin: 0 auto;
} */

/* .l-main.l-main-single {
  max-width: 100%;
  padding: 20px 30px 60px 30px;
  margin: 0 auto;
  background: #ffffff;
  border-left: #E5E5E5 1px solid;
  border-right: #E5E5E5 1px solid;
} */

.search_title {
  margin-bottom: 20px;
}

.text-secondary{
  display: inline-block;
  color: #6c757d!important;
  margin-bottom: 10px;
}

.l-main a {
  text-decoration: none;
}

.row{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.row div {
  /* width: calc(50% - 1rem); */
  width: 50%;
}

/* .row:nth-child(odd){
  width: 40%;
} */

/* .row:nth-child(even){
  width: 300px;
} */


.row div .text-dark,.text-danger{
  width: 100%;
}

/* img {

} */

.l-main .col-sm-4 img {
  display: block;
  height: 170px;
  margin: 0 auto;
}




/* .d-block .m-auto {
  display: block;
  width: 50%;
  height: 170px;
}  */


.text-dark {
  color:#343a40!important;
}

.font-weight-bold {
  font-weight: 700!important;
}

.fs-medium{
  font-size: medium!important;
}

.text-danger {
  color: #dc3545!important;
  margin-top: 10px;
  margin-bottom: 10px;
}

.col-sm-4 {

}

.col-sm-4 p {
  margin-bottom: 1rem;
  text-align: center;

}

.btn-warning {
  display: block;
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
  text-align: center;
  padding: 1.5rem;
  width: 195%;
  margin: 0 auto;
}

.mb-2, .my-2 {
  margin-bottom: .5rem!important;
  margin-top: .5rem!important;
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

.mb-3, .my-3 {
  margin-bottom: 1rem!important;
}

.p-3 {
  padding: 1rem!important;
}

.pb-3, .py-3 {
  padding-bottom: 1rem!important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6!important;
}

.border-top {
  border-top: 1px solid #dee2e6!important;
}

.border-right{
  border-right: 1px solid #dee2e6!important;
}

.border-left {
  border-right: 1px solid #dee2e6!important;
}

.border-secondary {
  border-color: #6c757d!important;
}

.border-left {
  border-left: 1px solid #6c757d!important;
}


#search-ranking-post{
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.checker{
  margin: 10px 0 0 40px;
}


.bg-info {
  background-color: #17a2b8!important;
  height: 30px;
  line-height: 30px;
  margin-top: 20px;
}

.text-light {
  color: #f8f9fa!important;
  padding-left: 10px;
}

.search-box dt {
  font-weight: 700;
  margin-top: 20px;
  margin-left: 10px;
}

.pretty {
  position: relative;
  display: inline-block;
  margin-right: 2em;
  white-space: nowrap;
  line-height: 1;
}

.pretty input {
  position: absolute;
  left: -18px;
  top: 0;
  min-width: 1em;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
}


.pretty .state label:before {
  border-color: #bdc3c7;
}

.pretty .state label:after, .pretty .state label:before {
  content: '';
  width: calc(1em + 2px);
  height: calc(1em + 2px);
  display: block;
  box-sizing: border-box;
  border-radius: 0;
  border: 1px solid #bdc3c7;
  z-index: 0;
  position: absolute;
  left: -18px;
  top: calc((0% - (100% - 1em)) - 8%);
  background-color: transparent;
}

.pretty.p-default .state label:after{
  -webkit-transform: scale(.6);
  -ms-transform: scale(.6);
  transform: scale(.6);
  border: none;
}

.pretty input:checked~.state.p-primary label:after, .pretty.p-toggle .state.p-primary label:after{
  background-color: #428bca!important;
}

.fs-medium{
  font-size: medium!important;
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
  height: 50px;
  margin-top: 27px;
}

.w-50 {
  width: 50%!important;
}

.text-center {
  text-align: center!important;
}

/*　画面サイズが480px以下の場合ここの記述が適用される　*/
@media screen and (max-width:480px) {

  .recommend-img img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
  }

  .recommend-img{
    width: 100%;
  }

  .wp-block-image img {
   display: block;
  }

  .content .recommend {
    display: block;
    width: 100%;
  }

 .content .recommend-ul {
    width: 100%;
  }



  .product-btn {
    margin: 0;
  }

  

  .fa-chevron-right {
    margin-left: 10px;
    font-size: 12px;
  }


  .menuBtn {
    display: block;
  }


  .content .fixed_1 {
    display: block;
    max-width: 65px;
    min-width: 65px;
  }

  .product-table th:first-of-type {
    width: 100px;
  }

  .wp-block-buttons>.wp-block-button.wp-block-button__width-25 {
    width: auto;
  }

  .wp-block-buttons>.wp-block-button{
    display: block;
  }

  .wp-block-buttons {
    display: block;
  }

  .wp-block-button__link {
    display: block;
    width: auto;
  } 

    /* ボタンサイズ */
  .content .es-size100 {
    width: 100%;
  }

  /* 評価部分 */
  .content .rate-text {
    display: block;
    /*top:58px;*/
  }

  .content div .star-rating-box {
    margin-top: 0px;
  }


  .star-rating-box,.filled-star,.empty-star {
    font-size: 16px;
  }

  .star-rating-box {
  position: absolute;
  top: 18px;
  left: 129px;
  
  }

  .score {
    /*position: absolute;*/
    top: 8px;
    left: 220px;
  }

  .adWidget ins, .widget img, .widget.widget_media_image .wp-caption {
    width: 103%;
    max-width: 103%;
  }


  .content .official-btn {
    padding-right: 35px;
  }


  .content .content-btn{
    padding-left: 10px;
  }

  
  .content .official-btn::before,
  .content .content-btn::before {
  content: "";
  position: absolute;
  right: 36px;
  top: 65px;
  width: 19px;
  height: 21px;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);

}

.filled-star-octagon,
.filled-star-vol,
.filled-star-tes,
.filled-star-peni,
.filled-star-tagi,
.filled-star-spa,
.filled-star-ap,
.filled-star-mega,
.filled-star-sidoru,
.filled-star-gimu,
.filled-star-albo,
.filled-star-edi,
.filled-star-gaga,
.filled-star-zel {
  top:-23px;
}


/* bottom-btn */

.content .bottom-btn {
  display: block;

}

.content .bottom-btn-left {
  width: 100%;
  padding-left: 83px;

}

.content div .bottom-btn-right {
  padding-left: 72px;
  width: 100%;
  margin-top: 35px;
}

.content div .bottom-btn-right-re1  {
  padding-left: 115px;
  width: 100%;
  margin-top: 35px;
}



/* 検索画面 */

.row {
  display: block;
  width: 100%;
}

.row div {
  width: 100%;
  max-width: 100%;
  text-align: center
}

#search-ranking-post{
  width: 350px;
  /* max-width: auto; */
  height: auto;
  margin: 10px auto;
}

.l-main .col-sm-4 img {
  display: block;
  height: 170px;
  margin: 0 auto ;
}

.btn-warning {
  display: block;
  padding: 2.5rem;
  font-size: 18px;
  margin-top: 10px;
  width: 80%;
}

.text-dark{
  margin-top: 8px;
}


.pretty{
  /* display: block; */
  font-size: 18px;
  margin: 15px 25px;
}

.search-box dt {
  font-size: 18px;
}

.pretty .state label:after, .pretty .state label:before {
  left: -28px; 
}

}


/*リンク 追加　202155*/
.link-btn-wrap {
display: flex;
flex-direction: column;
}
p.site-link a {
background: #ff0000;
color: #fff;
font-weight: bold;
height: 120px;
text-decoration: none;
font-size: 26px;
display: block;
border-bottom: 3px solid #8b0001;
border-radius: 5px;
text-align: center;
display: flex;
justify-content: center;
align-items: center;
}
p.info-link a {
background: #335ab2;
color: #fff;
font-weight: bold;
text-decoration: none;
font-size: 20px;
display: block;
padding: 5%;
border-radius: 5px;
text-align: center;
-moz-box-shadow: 0 1px 2px rgba(000,000,000,.5),inset 0 0 1px rgba(255,255,255,.5);
-webkit-box-shadow: 0 1px 2px rgba(000,000,000,.5), inset 0 0 1px rgba(255,255,255,.5);
box-shadow: 0 1px 2px rgba(000,000,000,.5), inset 0 0 1px rgba(255,255,255,.5);
}

/********************************************
fontawesome系
*********************************************/
.fa:after{
font-family: 'Font Awesome 5 free' ;
margin-left: 10px ;
}
.fa-arrow:after{
content: '\f138';
font-weight: bold;
font-size: 20px;
}
.fb:before{
font-family: 'Font Awesome 5 free' ;
margin-right: 10px ;
}
.fb-comment:before{
content: '\f4ad';
font-weight: bold;
font-size: 1.2em;
margin:0;
}
.fb-paper:before{
content: '\f249';
font-weight: bold;
font-size: 1.2em;
margin:0;
}
.fb-check:before{
content: '\f058';
font-weight: bold;
font-size: 1.2em;
margin:0;
}
.fb-bad:before{
content: '\f165';
font-weight: bold;
font-size: 1.2em;
margin:0;
}
.fb-cart:before{
content: '\f218';
font-weight: bold;
font-size: 20px;
}
.fb-money:before{
content: '\f3d1';
font-weight: bold;
font-size: 1.2em;
}
.fb-file:before{
content: '\f15c';
font-weight: bold;
font-size: 20px;