@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/
.u-obf-cover {
    -o-object-fit: contain;
    object-fit: contain;
    font-family: "object-fit: contain;";
}
#main_content .p-postList__thumb .c-postThumb__figure {
   background-color: #f7f7f7;
   position: relative;
   display: block;
}
.c-postThumb__figure:before {
	padding-top: 75%
}
#main_content .p-postList__thumb .c-postThumb__figure .c-postThumb__img {
	-o-object-fit: contain;
    object-fit: contain;
    font-family: "object-fit: contain;";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
	  z-index: 99;
}
#main_content .p-postList__thumb .c-postThumb__figure .c-postThumb_back {
	  width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
}
#main_content .p-postList__thumb .c-postThumb__figure .c-postThumb_back .c-pc-postThumb_back__img {
    object-fit: cover;
    position: absolute;
    filter: blur(12px);
    top: 0;
    height: 100%;
}

.l-mainContent__inner>.post_content {
	margin: 2em 0 4em;
}
.l-content .post_content .main {
	padding-top: 75%;
  position: relative;
	display: block;
}
.l-content .post_content .main img {
	  -o-object-fit: contain;
    object-fit: contain;
    font-family: "object-fit: contain;";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
	  left: 0;
}
/* 女優プロフィールテーブル（SWELL風） */
table.actress-profile {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
  margin-bottom: 1.5em;
}

table.actress-profile th {
  color: #333;
  font-weight: 600;
  width: 30%;
  padding: 0.7em;
  border-bottom: 1px solid #ddd;
}

table.actress-profile td {
  padding: 0.7em;
  border-bottom: 1px solid #ddd;
}

table.actress-profile a.genre-link {
  display: inline-block;
  background: #f7f7f7;
  border-radius: 3px;
  padding: 2px 6px;
  margin: 2px;
  font-size: 13px;
  color: #333;
  text-decoration: none;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

table.actress-profile a.genre-link:hover {
  background: #e60033;
  color: #fff;
}

/* 速報 */
.flash-slider-area {
  margin: 2em 0;
  padding: 1.5em 1em;
  position: relative;
  background: linear-gradient(135deg, #f8f9fb 0%, #fff 100%);
  border-radius: 14px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  border: 1px solid #e8ebf3;
}
.flash-slider-area .arrow_box {
    display: flex;
  position: absolute;
  top: 15px;
  right: 10px;
  z-index: 10;
}
.slide-arrow {
    display: flex;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  cursor: pointer;
  background: linear-gradient(135deg, #e60033, #b30025);
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(230, 0, 51, 0.25);
  transition: all 0.25s ease;
}
.slide-arrow:hover {
  transform: scale(1.05);
  box-shadow: 0 3px 10px rgba(230, 0, 51, 0.4);
}
.slide-arrow .ico-arrow-w01 {
    content: url("image/arrow_w.svg");
    width: 0.8rem;
    filter: drop-shadow(0 0 1px rgba(0,0,0,0.3));
}
.slide-arrow.prev-arrow {
    transform: scale(-1, 1);
    margin-right: 5px;
}

.flash-slider-title {
  font-size: 1.4em;
  font-weight: 700;
  color: #e60033;
  border-left: 5px solid #e60033;
  margin-bottom: 1em;
  padding-left: 0.6em;
  letter-spacing: 0.02em;
}

.flash-slide-item {
  text-align: center;
  padding: 0 10px;
  transition: transform 0.3s ease;
}

.flash-slide-item:hover {
  transform: translateY(-4px);
}

.flash-slide-item a {
  display: block;
  text-decoration: none;
  color: #222;
  transition: 0.2s;
}

.flash-info {
  padding: 0.5em 0;
}

.flash-title {
  font-size: 0.95em;
  font-weight: 600;
  color: #222;
  margin-top: 0.4em;
  line-height: 1.4;
}

.flash-slide-item:hover .flash-title {
  color: #e60033;
}
.flash-thumb .c-postThumb__figure .c-postThumb__img {
    -o-object-fit: contain;
    object-fit: contain;
    font-family: "object-fit: contain;";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}
.flash-thumb .c-postThumb__figure .c-postThumb_back {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
}
.flash-thumb .c-postThumb__figure .c-postThumb_back .c-pc-postThumb_back__img {
    object-fit: cover;
    position: absolute;
    filter: blur(12px);
    top: 0;
    height: 100%;
    width: 100%;
}
/* 速報終わり */

/* タグ */
.taglist-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8em;
  margin-top: 2em;
}

.tag-item {
  display: inline-flex;
  align-items: center;
  background: #f7f7f7;
  border-radius: 20px;
  padding: 0.4em 1.2em;
  text-decoration: none;
  color: #333;
  font-size: 0.95em;
  transition: 0.25s;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.tag-item:hover {
  background: #e60033;
  color: #fff;
  transform: translateY(-2px);
}

.tag-count {
  font-size: 0.85em;
  margin-left: 0.5em;
  color: #999;
}

.tag-item:hover .tag-count {
  color: #fff;
}
.tag-cloud-link:hover {
  background: #e60033;
  color: #fff!important;
}

.p-postList.-w-new .p-postList__item figure.c-postThumb__figure .c-postThumb__img,
.p-postList.-w-ranking .p-postList__item figure.c-postThumb__figure .c-postThumb__img{
    z-index: 99;
}
.p-postList.-w-new .p-postList__item .c-postThumb__figure .c-postThumb_back,
.p-postList.-w-ranking .p-postList__item .c-postThumb__figure .c-postThumb_back {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
}
.p-postList.-w-new .p-postList__item .c-postThumb__figure .c-postThumb_back .c-pc-postThumb_back__img,
.p-postList.-w-ranking .p-postList__item .c-postThumb__figure .c-postThumb_back .c-pc-postThumb_back__img {
    object-fit: cover;
    position: absolute;
    filter: blur(12px);
    top: 0;
    height: 100%;
    width: 100%;
}