@charset "utf-8";
/* CSS information */
/* ===================================================================
  file name  : special02
  author     : honyaclub JRE MALL
  about      : 特集フリーページ special02共通
  date       : 2025/03/07
  update     : 2025/05/29
=================================================================== */

/* ==================== PC ==================== */
/*----------------------------------
    共通 
---------------------------------- */
/* --- .container --- */
.container#special {
  background-color: #fff;
  font-size: 14px;
  line-height: 1.5;
  padding: 20px 0 0 0;
}
.container#special .note {
  width: 92%;
  margin: 10px auto;
  padding: 0;
}
a {
  /* color: #0077b3; */
  color: #20418d;
  /* display: block; */
}
/* .pc-display {
  display: block;    
} */
.sp-display {
  display: none;
}

/* --- .lead --- */
.lead {
  text-align: center;
  padding: 20px 16px;
  font-weight: bold;
  font-size: 18px;
  color: #222222;
}
.lead p.aggregate {
  font-size: 16px;
  color: #8e7b4a;
  padding-top: 10px;
}

/* --- .note --- */
.note {
  /* margin-top: 8px; */
  padding: 20px 16px;
  color: #444;
  font-size: 12px;
  text-align: left;
}

/*----------------------------------
  .content-wrap
--------------------------------- */
.content-wrap {
  width: 96%;
  margin: 0 auto;
}
.content {
  width: 100%; 
  /* padding: 0 15px; */
  box-shadow: 0 0 3px rgba(0, 0, 0, .2); 
}
h2.ttl {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  width: 90%;
  margin: 0 auto 5px;
  border-bottom: solid 3px #444444;
  padding: 10px 0 5px;
}
h2.ttl-img {
  text-align: center;
  padding: 10px 0;
}
h2.ttl span {
  color: #a51c1c;
}

/*----------------------------------
  #navi
--------------------------------- */
#navi {
  width: 96%;
  margin: 0 auto;
}
#navi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  /* background: linear-gradient(#8c7948, #b8ac7c); */
  border-bottom: solid 3px #b8ac7c;
}
#navi li {
  background-color: #e1d8cc;
  text-align: center;
  border-radius: 5px 5px 0 0;
}
#navi li.col2 {
  -ms-flex-preferred-size: 49.8%;
  flex-basis: 49.8%;
}
#navi li.col3 {
  -ms-flex-preferred-size: 33%;
  flex-basis: 33%;
}
#navi li.col4 {
  -ms-flex-preferred-size: 33%;
  flex-basis: 24.8%;
}
#navi li.active {
  background: linear-gradient(#8c7948, #b8ac7c);
}
#navi ul li a {
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
  padding: 10px;
  display: block;
}
/* #navi li a.active {
  background: linear-gradient(#8c7948, #b8ac7c);
} */

/*----------------------------------
  .title-list
--------------------------------- */
.title-list {
  /* padding-bottom: 30px; */
  /* margin-bottom: 5px; */
}
.title-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /* width: 90%; */
  margin: 0 auto;
}
.title-list.nowrap ul {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.title-list li {
  display: flex;
  justify-content: center;
  align-items: center;
  /* display: block; */
  /* width: 31%; */
  /* min-width: 140px; */
  /* border: solid 2px #666; */
  margin: 3px;
  /* background-color: #ecf4f5; */
  /* border: solid 3px #20418d; */
  /* border-radius: 10px; */
  box-sizing: border-box;
  /* padding: 20px 0; */
  /* width: 20%; */
  
}
/*
.title-list li a {
  display: block;
  padding: 5px 10px;
  font-weight: bold;
  color: #20418d;
}
.title-list li a:before {
  content: "〉";
  transform: rotate(90deg);
  vertical-align: middle;
  display: inline-block;
  position: relative;
  top: 3px;
  margin: 0 10px 0 0;
*/
  /* color: #20418d; */
/*
  color: #aaaaaa;
}
*/
.arrow-u {
  position: relative;
  display: inline-block;
  padding: 20px 0;
  width: 20%;
  /*
  width: 21px;
  height: 12.5px;
  */
}
.arrow-u::before,
.arrow-u::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 2px);
  width: 3px;
  height: 12px;
  border-radius: 9999px;
  background-color: #555555;
  transform-origin: 50% calc(100% - 2px);
}
.arrow-u::before {
  transform: rotate(45deg);
}
.arrow-u::after {
  transform: rotate(-45deg);
}
#archive .title-list li.btn-link {
  background-color: #f6f1ea;
  /* padding: 10px 0; */
  border-radius: 20px;
  margin-top: 20px;
}

/*----------------------------------
  .panel-content
--------------------------------- */
.panel-content {
  /* width: 96%;
  margin: 0 auto; */
	/* padding: 0 20px 30px; */
	padding: 25px 20px 30px;
}
/* ---section -- */
section h3.title {
  /* color: #20418d; */
  color: #ffffff;
  background-color: #a51c1c;
  font-size: 18px;
  font-weight: bold;
  padding: 5px 40px;
  /* border-bottom: solid 1px #fff; */
  position: relative;
  line-height: 1.5;
}
section .list {
  margin-bottom: 30px; 
  border: solid 1px #ccc;
  box-sizing: border-box;
  padding: 20px 20px 0 20px;
}
section:last-child>.list {
  margin-bottom: 0;
}
section .list li {
  letter-spacing: normal;
  text-align: center;
}
section .list li a {
  /* padding: 0; */
  line-height: 1.2;
}
section .list li span {
  display: block;
  padding: 10px 0;
}

/*----------------------------------
  .collayout
--------------------------------- */
/* --- .collayout 共通 --- */
ul.collayout li {
  box-sizing: border-box;
}
ul.collayout .overview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /* height: 200px; */
}
ul.collayout img {
  max-width: 130px;
}
ul.collayout p {
  margin-bottom: 10px;
}
ul.collayout .ranking{
  color: #ff0000;
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
}
ul.collayout .ranking.no1:before,
ul.collayout .ranking.no2:before,
ul.collayout .ranking.no3:before {
  content: '';/*何も入れない*/
  display: inline-block;/*忘れずに*/
  width: 1.6em;/*画像の幅*/
  height: 1.6em;/*画像の高さ*/
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 5px;
}
ul.collayout .ranking.no1:before {
  background-image: url(https://shopping.c.yimg.jp/lib/honyaclubbook/ico_ranking_no1.png);
}
ul.collayout .ranking.no2:before {
  background-image: url(https://shopping.c.yimg.jp/lib/honyaclubbook/ico_ranking_no2.png);
}
ul.collayout .ranking.no3:before {
  background-image: url(https://shopping.c.yimg.jp/lib/honyaclubbook/ico_ranking_no3.png);
}
ul.collayout p.item-title {
  font-size: 20px;
  font-weight: bold;
}
ul.collayout p.item-title:before {
  content: '『';
  color: #444444;
}
ul.collayout p.item-title:after {
  content: '』';
  color: #444444;
}
ul.collayout p.item-author {
  font-size: 16px;
  font-weight: bold;
}
ul.collayout p.item-price {
  font-weight: bold;
  color: #444444;
}
ul.collayout p.item-content {
  padding-top: 10px;
  text-align: left;
}
ul.collayout p.item-content02 {
  text-align: left;
}
ul.collayout p.tv-station {
  font-size: 12px;
  font-weight: bold;
  color: #7f6500;
}
ul.collayout p.release {
  font-size: 14px;
  color: #ff188a;
  font-weight: bold;
}
ul.collayout p.actor {
  font-size: 12px;
  font-weight: bold;
  color: #666666;  
}


/* --- .collayout.col-1,.collayout.col-2,.collayout.col-3 共通 --- */
ul.collayout.col-1 li,
ul.collayout.col-2 li,
ul.collayout.col-3 li{
  /* text-align: center; */
  background-color: #f6f1ea;
  padding: 20px;
  margin-bottom: 20px;
  /* filter:drop-shadow(5px 5px 5px rgba(0,0,0,.2)); */
}
ul.collayout.col-1 .summary01,
ul.collayout.col-1 .summary02,
ul.collayout.col-2 .summary01,
ul.collayout.col-2 .summary02,
ul.collayout.col-3 .summary01,
ul.collayout.col-3 .summary02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
ul.collayout.col-1 .summary02 img,
ul.collayout.col-2 .summary02 img{
  max-width: 200px;
}
ul.collayout.col-1 .detail,
ul.collayout.col-2 .detail,
ul.collayout.col-3 .detail{
  /* padding-top: 20px; */
  width: 60%;
  /* width: 50%; */
}
ul.collayout.col-1 p.item-price,
ul.collayout.col-2 p.item-price,
ul.collayout.col-3 p.item-price {
  margin-top: 20px;
}

/* --- .col-1 --- */
ul.collayout.col-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
ul.collayout.col-1 .item {
  width: 90%;
  margin: 0 auto;
} 
ul.collayout.col-1 .ranking {
  font-size: 24px;
  margin-bottom: 10px;
}
ul.collayout.col-1 p.item-content {
  width: 80%;
}
ul.collayout.col-1 p.item-content02 {
  text-align: left;
}

/* --- .col-2 --- */
ul.collayout.col-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
ul.collayout.col-2 li {
  width: 49%;
}
/* ul.collayout.col-2 .overview {
} */
ul.collayout.col-2 p.item {
  width: 90%;
  margin: 0 auto;
}
/* ul.collayout.col-2 p.item-title {
  font-size: 18px;
} */

/* --- .col-3 --- */
ul.collayout.col-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-start;
}
ul.collayout.col-3 li {
  width: 33%;
}
/* ul.collayout.col-2 .overview {
} */
ul.collayout.col-3 p.item {
  width: 90%;
  margin: 0 auto;
}
/* ul.collayout.col-2 p.item-title {
  font-size: 18px;
} */

/* --- .collayout.col-4,.collayout.col-5 共通 --- */
ul.collayout.col-4,
ul.collayout.col-5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #ffffff;
  margin-bottom: 20px;
  padding-top: 10px;
}
ul.collayout.col-4 li,
ul.collayout.col-5 li {
  /* width: 20%; */
  text-align: center;
  margin-bottom: 20px;
}
ul.collayout.col-4 li a,
ul.collayout.col-5 li a{
  display: block;
}
ul.collayout.col-4 p.item,
ul.collayout.col-5 p.item{
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
ul.collayout.col-4 .overview,
ul.collayout.col-5 .overview{
  margin-bottom: 10px;
  min-height: 220px;
}
ul.collayout.col-4 .item p.item-title,
ul.collayout.col-5 .item p.item-title{
  font-size: 16px;
  padding: 0 10px;
}
ul.collayout.col-4 .item p.item-author,
ul.collayout.col-4 .item p.item-price,
ul.collayout.col-5 .item p.item-author,
ul.collayout.col-5 .item p.item-price {
  font-size: 14px;
}
ul.collayout.col-4 .item p.item-author,
ul.collayout.col-5 .item p.item-author {
  color: #666666;
}

/* --- .col-4 --- */
ul.collayout.col-4 li {
  width: 24%;
}

/* --- .col-5 --- */
ul.collayout.col-5 li {
  width: 20%;
}

/*----------------------------------
  .bnr-link
--------------------------------- */
/* --- .bnr-link 共通 --- */
ul.bnr-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
ul.bnr-link li {
  text-align: center;
  width: 25%;
  padding: 1%;
}
ul.bnr-link li a {
  padding: 10px 0;
  line-height: 1.2;
}
ul.bnr-link li span {
  display: block;
  padding: 10px 0;
}

/*----------------------------------
  .btn-link
--------------------------------- */
/* --- .btn-link 共通 --- */
ul.btn-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
ul.btn-link li {
  text-align: center;
  width: 23%;
  /* padding: 1%; */
  margin: 1%;
  background-color: #bdcfe3;
  border-radius: 50px;
}
ul.btn-link li a {
  padding: 10px;
  display: block;
}
ul.btn-link.typeA li {
  width: 400px;
  margin: 0 auto;
}
ul.btn-link.typeA li a {
  padding: 10px 0;
}
ul.btn-link.typeA li a:after {
  content: "〉";
  display: inline-block;
  position: relative;
  margin: 0 0 0 20px;
  /* color: #20418d; */
  color: #666;
}
.btn-link.archive {
  background: linear-gradient(#8c7948, #b8ac7c);
  border: solid 3px #e1d8cc;
  width: 30%;
  margin: 30px auto 0;
  text-align: center;
}
.btn-link.archive p a {
  display: block;
  padding: 10px;
  color: #ffffff;
}

li.btn-link a {
  display: block;
  padding: 10px 20px;
  font-weight: bold;
}

section .list>.btn-link.archive {
  margin: 10px auto 30px;
}

.categoryitem_link .note {
	margin: 0px auto;
    text-align: center;
    padding-top: 10px;
}
/*----------------------------------
   nominate
--------------------------------- */
/* --- section -- */
section h3.title.nominate {
  /* background-color: #00418d; */
  /*background-color: #001e3f; */
  background-color: #c99949
}

/*----------------------------------
   archive
--------------------------------- */
/* --- section -- */
.content-inner#archive section h3.title {
  /* background-color: #00418d; */
  /* background-color: #a51c1c; */
  background-color: #001e3f;
}

/*----------------------------------
  *** テンプレート　カスタム ***
  === template === 
--------------------------------- */
/* --- .template-special.typeA -- */
.template-special.typeA .content {
  box-shadow: none;
}
  

/* --- .template-special.typeB -- */


/* --- #tiktok -- */
#tiktok section h3.title {
  background-color: #000000;
}
#tiktok section .list {
  background-color: #3dbabe;
}
#tiktok section .list ul.collayout.col-1 li, 
#tiktok section .list ul.collayout.col-2 li {
  background-color: #ffffff;
}
#tiktok section .list li a p.item-title  {
  color: #e5014e !important;
}
/* #tiktok section ul.collayout.col-5 {
  background-color: #ffffff;
  margin-bottom: 20px;
} */


/* --- #kengotaisho -- */
#kengotaisho section h3.title {
  background-color: #000000;
}
#kengotaisho section .list {
  background-color: #3dbabe;
}
#kengotaisho section .list ul.collayout.col-1 li, 
#kengotaisho section .list ul.collayout.col-2 li {
  background-color: #ffffff;
}
#kengotaisho ul.collayout .ranking {
  color: #e5014e;
}


/* --- #akutagawanaoki -- */
#akutagawanaoki ul.collayout.col-1 .ranking {
  font-size: 18px;
}


/* --- #honyataisho -- */
#honyataisho .arrow-u::before,
#honyataisho .arrow-u::after {
  background-color: #f29100;
}
#honyataisho .panel-content {
	padding-top: 20px;
}
#honyataisho section h3.title {
  background-color: #F29100!important;  
}
#honyataisho ul.collayout .ranking {
  color: #f29100;
}
#honyataisho #archive .title-list li.btn-link {
  background-color: #FAE6B4;
}
#honyataisho #archive .title-list li.btn-link a {
  color: #555555;
}


/* --- #mangataisho -- */
#mangataisho .panel-content {
	padding-top: 20px;
}

/* --- #osucomic -- */
/*
#osucomic section h3.title {
  background-color: #5a0505!important;  
}
*/
#osucomic .title-list li {
  width: 25%;
}


/* --- #media -- */
#media #navi li.active {
  background: #ff188a;
}
#media section h3.title.season {
  background-color: #00b0f0;
  color: #ffffff!important;
}

/* --- #media_anime -- */
#media #media_anime section .list {
  background-color: #cfe9f9;
}
#media #media_anime .list>ul {
  background-color: #cfe9f9;
}
#media #media_anime .list>ul li {
  background-color: #cfe9f9;
}

/* --- #media_movie -- */
#media #media_movie section .list {
  background-color: #fff6dd;
}
#media #media_movie .list>ul {
  background-color: #fff6dd;
}
#media #media_movie .list>ul li {
  background-color: #fff6dd;
}

/* --- #media_drama -- */
#media #media_drama section .list {
  background-color: #ffe8f3;
}
#media #media_drama .list>ul {
  background-color: #ffe8f3;
}
#media #media_drama .list>ul li {
  background-color: #ffe8f3;
}

/*
#media ul.collayout.col-1,
#media ul.collayout.col-2,
#media ul.collayout.col-3,
#media ul.collayout.col-4,
#media ul.collayout.col-5{
  background-color: #cfe9f9;
}
#media ul.collayout.col-1 li,
#media ul.collayout.col-2 li,
#media ul.collayout.col-3 li,
#media ul.collayout.col-4 li,
#media ul.collayout.col-5 li {
  background-color: #cfe9f9;
}
*/
#media ul.collayout p.item-title{
  font-size: 16px;
}
/* #media ul.collayout.col-3 .summary01,
#media ul.collayout.col-3 .summary02 {
  align-items:flex-start;
} */
#media section .list {
  border: none;
}

/* --- #bestseller -- */
#bestseller ul.collayout.col-1 .summary01,
#bestseller ul.collayout.col-1 .summary02,
#bestseller ul.collayout.col-2 .summary01,
#bestseller ul.collayout.col-2 .summary02,
#bestseller ul.collayout.col-3 .summary01,
#bestseller ul.collayout.col-3 .summary02 {
  justify-content: space-around;
}

/* --- #kadaitosho -- */
/* 
#kadaitosho .arrow-u {
  width: 15%;
}
#kadaitosho .arrow-u::before,
#kadaitosho .arrow-u::after {
  background-color: #509231;
}
*/
#kadaitosho .content {
  box-shadow: none;
}
#kadaitosho section h3.title {
  background-color: #509231!important;  
}
#kadaitosho .title-list ul {
  margin-top: 30px;
}
#kadaitosho ul.btn-link li {
  background-color: #005f01; 
  border-radius: inherit;
  width: 15%;
}
#kadaitosho .btn-link a {
  color: #ffffff;
}


/* --- #sample -- */




/* ==================== /PC ==================== */


/* ==================== SP ==================== */
@media screen and (max-width: 767px) {
/*----------------------------------
    共通 
--------------------------------- */
  /* --- .container --- */ 
  /* #special {
    margin-bottom: 8px;
  } */
	.panel-content {
		padding: 0;
	}
  .title-list,
  .panel-content {
    width: 100% !important;
  }
  /* .note {
    padding: 0 10px !important;
  } */
  .pc-display {
    display: none;
  }
  .sp-display {

    display: block;
  }
  
  /* --- .lead --- */ 
  .lead p {
  font-size: 16px;
  }
  .lead p.aggregate {
  font-size: 14px;
}

/*----------------------------------
  .content-wrap 
--------------------------------- */
  .content-wrap {
   /* width: 100%; */
   padding: 0;
 }
  /* .content {
    padding: 0 0 10px 0 !important;
  } */
  h2.ttl {
    font-size: 16px;
    margin-bottom: 0;
    padding: 5px 0;
  }
  
/*----------------------------------
  #navi
--------------------------------- */
  #navi ul li a {
    font-size: 16px;
    padding: 5px 0;
  }
  
/*----------------------------------
   .title-list 
--------------------------------- */
  .title-list {
    /* padding: 10px 0; */
    /* display: none; */
    margin-bottom: 5px
  }
  .title-list h2 {
    font-size: 22px;
  }
  .title-list ul {
    /* margin-bottom: 20px; */
    /* width: 98%; */
    -ms-flex-pack: distribute;
    justify-content: space-around;
    /* background-color: #f6f1ea; */
  }
  .title-list li {
    /* width: 48%; */
    /* margin: 5px 0; */
    /* border: solid 1px #a51c1c; */
    /* border: solid 1px #8c7948; */
    width: 30%;
    padding: 0;
  }
  .title-list li a {
    /* padding: 0; */
    font-size: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px 0;
  }
  .title-list.type-btn li a {
    background-color: #cfe9f9;
    border-radius: 25px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; 
    text-align: center;
  }
  /* .title-list li a:before {
    display: none;
  } */

  #archive .title-list li.btn-link {
    width: 48%;
    margin-top: 10px;
    padding: 0!important;
  }
  
/*----------------------------------
   .panel-content 
--------------------------------- */
  /* --- section --- */
  section {
    width: 100%;
  }
  section h3.title {
    padding: 5px 10px;
    font-size: 16px;
    text-align: center;
  }
  section .list {
    padding: 0;
    margin-bottom: 20px;
  }
  
/*----------------------------------
  .collayout
--------------------------------- */
  /* --- .collayout 共通 --- */
  ul.collayout .ranking {
    margin-bottom: 10px;
    line-height: 1.3;
    font-size: 18px !important;
  }
  ul.collayout p.item-content {
    padding-top: 5px;
  }
  
/* --- .collayout.col-1,.collayout.col-2,.collayout.col-3 共通 --- */
  ul.collayout.col-1 li,
  ul.collayout.col-2 li,
  ul.collayout.col-3 li {
    margin: 10px auto;
    padding: 10px;
    width: 96%;
  }
  ul.collayout.col-1 .overview,
  ul.collayout.col-2 .overview,
  ul.collayout.col-3 .overview {
    margin: 0 5px;
  }
  ul.collayout.col-1 .summary02 img,
  ul.collayout.col-2 .summary02 img{
    max-width: 130px;
    } 
  ul.collayout.col-1 .item,
  ul.collayout.col-2 .item,
  ul.collayout.col-3 .item {
    width: 96%;
    margin: 0 auto;
  }
  ul.collayout.col-1 .detail,
  ul.collayout.col-2 .detail,
  ul.collayout.col-3 .detail {
    /* padding: 20px 0 0 10px; */
    padding: 0;
    margin-top: 10px;
    margin-left: 0;
    width: 100%;
  }
  ul.collayout.col-1 p.item-title,
  ul.collayout.col-2 p.item-title,
  ul.collayout.col-3 p.item-title {
    /* font-size: 16px; */
    font-size: 18px;
  }
  ul.collayout.col-1 p.item-author,
  ul.collayout.col-2 p.item-author,
  ul.collayout.col-3 p.item-author {
    font-size: 16px;
  }
  /* ul.collayout.col-1 p.item-author,
  ul.collayout.col-1 p.item-price,
  ul.collayout.col-2 p.item-author,
  ul.collayout.col-2 p.item-price,
  ul.collayout.col-3 p.item-author,
  ul.collayout.col-3 p.item-price {
    font-size: 14px;
  } */
  ul.collayout.col-1 p.item-content {
  width: 100%;
}

	ul.collayout.col-1 .summary01,
	ul.collayout.col-1 .summary02,
	ul.collayout.col-2 .summary01,
	ul.collayout.col-2 .summary02 {
	flex-direction: column;
		}
  
  /* --- .col-4 .col-5 共通 --- */
  ul.collayout.col-4,
  ul.collayout.col-5 {
    margin-bottom: 0;
  }
  ul.collayout.col-4 li,
  ul.collayout.col-5 li{
    width: 50% !important;
    margin-bottom: 40px;
  }
	ul.collayout.col-4 .ranking,
  ul.collayout.col-5 .ranking {
		margin-bottom: 10px;
	}


  /* --- .col-1 --- */
  
  /* --- .col-2 --- */
  
  /* --- .col-3 --- */
  
  /* --- .col-4 --- */
  
  /* --- .col-5 --- */
	
/*----------------------------------
  .bnr-link
--------------------------------- */
  /* --- .bnr-link 共通 --- */
  ul.bnr-link li {
    width: 50%;
  }
  ul.btn-link.typeA li {
  width: 96%;
  font-size: 16px;
  }
  
/*----------------------------------
  .btn-link
--------------------------------- */
/* --- .btn-link 共通 --- */
  ul.btn-link {
    justify-content: flex-start;
  }
  
  ul.btn-link li {
    width: 48%!important;
  }
  .btn-link.archive {
    width: 70%;
    margin: 20px auto 0;
  }

/*----------------------------------
   #newest 
--------------------------------- */
  
/*----------------------------------
   #archive
--------------------------------- */
  /* --- .title-list -- */
  /* --- section -- */
  
 /*----------------------------------
  *** テンプレート　カスタム ***
  === template === 
--------------------------------- */
  /* --- .template-special.typeA -- */
  
	
  /* --- .template-special.typeB -- */
  
  
  /* --- #tiktok -- */
  #tiktok section ul.collayout.col-5 {
  border: solid 10px #3dbabe;
  }
  
	
  /* --- #konojidai -- */
  #konojidai .title-list li a:before {
    display: none;
  }


	/* --- #honyataisho -- */
		#honyataisho .panel-content {
		padding-top: 10px;
	}
		
	
	/* --- #mangataisho -- */
		#mangataisho .panel-content {
		padding-top: 10px;
	}

 /* --- #media -- */ 
  /* #media ul.collayout.col-3 .summary01,
  #media ul.collayout.col-3 .summary02 {
    align-items:center;
  } */
  
  /* --- #kadaitosho -- */
#kadaitosho .title-list ul {
margin-top: 0;
}

  
  

  /* --- #sample -- */
  

  
  
}
/* ==================== /SP ==================== */
