@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
*/

img{
	transition: all 0.3s ease;
}
img:hover,
img:active {
    opacity: 0.8!important; /* 透明度を下げる */
    filter: brightness(115%); /* 明るさを少し上げる */
    transition: all 0.5s ease!important;
}

body {
  font-family: 'Inter', sans-serif !important;
}

.c-headLogo a{
  font-size:20px!important;
}	

hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

h2 {
  font-family: 'Inter', sans-serif !important;
  font-weight: bold !important;
  margin-left:0px!important;
  margin-right:0px!important;
}

h3 {
  font-family: 'Inter', sans-serif !important;
  font-weight: bold !important;
}

h3 a{
  color:#222;	
}

.post_wrap a{
  text-decoration:underline;	
}

.home_h2_top {
	margin-top:0px!important;
}

.home_h2_bottom {
	margin-bottom:30px!important;
}

.home_h2_bottom2 {
	margin-bottom:50px!important;
}

.c-searchForm {
  font-size: 16px;
}

.container a{
	color:#0044cc;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"],
.wpcf7 textarea {
  background-color: #fff;
  color: #333;
  width: 100%;
  border: 1px solid #ddd;
  font-size: 16px !important;
  padding: 0.5em;
  border-radius: 4px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, .1) inset;
}

.wpcf7 input[type="submit"] {
  font-size: 16px !important;
  margin: 30px auto 0px;
  padding: 0.5em 1em;
  width: 100%;
  background: #07C445;
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
  text-align:center;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.width_wrap {
  margin: 40px auto -50px;
}

.index_txtbox {
  padding: 17px 20px 17px 15px;
  font-size: 13px !important;
  line-height: 1.7 !important;
  border-radius: 2px;
  color: #333;
  height: 150px;
  margin: 30px 0 30px;
  background: #f5f5f5;
  overflow: scroll;
}

.menu_box {
  display: grid;
  gap: 7px;
  grid-template-columns: repeat(2, 1fr);
  margin:30px 10px 20px;
}

.menu_bt {
  position: relative;
  display: flex;
  justify-content: center; 
  align-items: center;
  background: linear-gradient(90deg, #FF0084, #FF0084);
  color: #f5f5f5;
  border-radius:5px!important;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
  padding:15px;
  font-weight: bold;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.menu_bt_a {
  position: relative;
  display: flex;
  justify-content: center; 
  align-items: center;
  background: linear-gradient(90deg, #ff6a8f, #ff91ac);
  color: #f5f5f5;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.menu_bt-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0; /* 間隔を0に */
  text-align: center;
}

.menu_bt-content i {
  margin: 0;
	font-size:20px;
  line-height:  1.55; 
}

.menu_bt-content span {
  margin-top: 0px; 
  line-height: 1.55; 
}

.menu_bt:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

@media (max-width: 600px) {
.menu_box {
  grid-template-columns: repeat(2, 1fr);
  gap: 6px;
}
	
.menu_bt {
  font-size: 13px;
}
.menu_bt_a {
  font-size: 13px;
}
.menu_bt-content span {
  margin-top: 0px; 
}
.menu_bt-content i {
  margin: 0;
	font-size:20px;
  }
}

.fera_h2 {
  font-weight: 900;
  padding-top:0.4em;
  padding-bottom: 0.4em;
  text-align: center;
  position: relative;
  font-size: 40px;
  margin:25px auto 0px!important;
  color:#111;
  letter-spacing:2px;
  line-height:1.1;
  font-family: "Inter", sans-serif;
  /*font-family: "Noto Sans JP", sans-serif;*/
}

.fera_h2::before, .fera_h2::after {
  content: '';
  position: absolute;
  margin:auto;
  left: 0;
  bottom: 0;
  width: 2em;
  background-color: #ff6a8f;
  height: 10px;
  right: 2em;
}

.fera_h2::before {
  background-color:#111;
  left:2em;
  width:4em;
}

@media screen and (max-width: 468px) {
	.fera_h2 {
  font-size: 40px;
  }
}

.p-archiveContent {
  padding-top: 30px;
}

.pr_txt {
   line-height:1.6;
}

.pr_txt a{
   color:#0044cc;
}

.pr_txt_pr {
   font-size:12px;
   line-height:2;
   color:#666;
}


.custom-adult-comic-thumb img {
    max-width: 800px;
    height: auto;
    display: block;
    margin: 30px auto 40px;
}

.tabs {
  padding-top:30px;
  padding-bottom: 40px;
  margin: 0px auto 50px !imporant;
  display: flex;
  flex-wrap: wrap;
}

.tab_item {
  width: calc(100% / 4);
  height: 50px;
  background-color: #454545;
  line-height: 50px;
  font-size: 15px;
  text-align: center;
  color: #fff;
  display: block;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.2s ease;
  border-right: 8px solid #fff;
}

.tab_content {
  display: none;
  padding: 40px 0 0;
  width: 100%;
}

#all:checked~#all_content,
#programming:checked~#programming_content,
#design:checked~#design_content,
#amateur:checked~#amateur_content,
#anime:checked~#anime_content,
#vrmov:checked~#vrmov_content{
  display: block;
}

.tabs input:checked+.tab_item {
  background-color: #FE0084;
  color: #fff;
  font-size: 15px;
}

@media (max-width: 768px) {
  .tabs {
    padding-bottom: 40px;
    margin: 0px 0 50px 0;
  }

  .tab_item {
    width: calc(100% / 2);
    font-size: 14px;
    margin-bottom: 8px;
  }

  .tabs input:checked+.tab_item {
  font-size: 14px;
  }
}

input[name="tab_item"] {
  display: none;
}

.tabs {
  display: flex;
  justify-content: center;
}

.tabs2 {
  padding-top:30px;
  padding-bottom: 40px;
  margin: 0px auto 50px !imporant;
  display: flex;
  flex-wrap: wrap;
}

.tab_item2 {
  width: calc(100% / 4);
  height: 50px;
  background-color: #454545;
  line-height: 50px;
  font-size: 15px;
  text-align: center;
  color: #fff;
  display: block;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.2s ease;
  border-right: 8px solid #fff;
}

.tab_content2 {
  display: none;
  padding: 40px 0 0;
  width: 100%;
}

#all2:checked~#all_content2,
#programming2:checked~#programming_content2,
#design2:checked~#design_content2,
#vrmov2:checked~#vrmov_content2{
  display: block;
}

.tabs2 input:checked+.tab_item2 {
  background-color: #FE0084;
  color: #fff;
  font-size: 15px;
}

@media (max-width: 768px) {
  .tabs2 {
    padding-bottom: 40px;
    margin: 0px 0 50px 0;
  }

  .tab_item2 {
    width: calc(100% / 2);
    font-size: 14px;
    margin-bottom: 8px;
  }

  .tabs2 input:checked+.tab_item2 {
  font-size: 14px;
  }
}

input[name="tab_item2"] {
  display: none;
}

.tabs2 {
  display: flex;
  justify-content: center;
}

.tabs3 {
  padding-top:30px;
  padding-bottom: 40px;
  margin: 0px auto 50px !imporant;
  display: flex;
  flex-wrap: wrap;
}

.tab_item3 {
  width: calc(100% / 4);
  height: 50px;
  background-color: #454545;
  line-height: 50px;
  font-size: 15px;
  text-align: center;
  color: #fff;
  display: block;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.2s ease;
  border-right: 8px solid #fff;
}

.tab_content3 {
  display: none;
  padding: 40px 0 0;
  width: 100%;
}

#all3:checked~#all_content3,
#programming3:checked~#programming_content3,
#design3:checked~#design_content3,
#vrmov3:checked~#vrmov_content3{
  display: block;
}

.tabs3 input:checked+.tab_item3 {
  background-color: #FE0084;
  color: #fff;
  font-size: 15px;
}

@media (max-width: 768px) {
  .tabs3 {
    padding-bottom: 40px;
    margin: 0px 0 50px 0;
  }

  .tab_item3 {
    width: calc(100% / 2);
    font-size: 14px;
    margin-bottom: 8px;
  }

  .tabs3 input:checked+.tab_item3 {
  font-size: 14px;
  }
}

input[name="tab_item3"] {
  display: none;
}

.tabs3 {
  display: flex;
  justify-content: center;
}



.tabs4 {
  padding-top:30px;
  padding-bottom: 40px;
  margin: 0px auto 50px !imporant;
  display: flex;
  flex-wrap: wrap;
}

.tab_item4 {
  width: calc(100% / 4);
  height: 50px;
  background-color: #454545;
  line-height: 50px;
  font-size: 15px;
  text-align: center;
  color: #fff;
  display: block;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.2s ease;
  border-right: 8px solid #fff;
}

.tab_content4 {
  display: none;
  padding: 40px 0 0;
  width: 100%;
}

#all4:checked~#all_content4,
#programming4:checked~#programming_content4,
#design4:checked~#design_content4,
#vrmov4:checked~#vrmov_content4{
  display: block;
}

.tabs4 input:checked+.tab_item4 {
  background-color: #FE0084;
  color: #fff;
  font-size: 15px;
}

@media (max-width: 768px) {
  .tabs4 {
    padding-bottom: 40px;
    margin: 0px 0 50px 0;
  }

  .tab_item4 {
    width: calc(100% / 2);
    font-size: 14px;
    margin-bottom: 8px;
  }

  .tabs4 input:checked+.tab_item4 {
  font-size: 14px;
  }
}

input[name="tab_item4"] {
  display: none;
}

.tabs4 {
  display: flex;
  justify-content: center;
}


.review-list {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  margin-bottom:35px;
}

.review-list2 {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.review-list3 {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.review-item {
  margin-bottom: 0px;
  text-align:left;
}

.review-item2 {
  margin-bottom: 0px;
}

.review-item3 {
  margin-bottom: 0px;
}

.review-item img {
  border-radius: 3px;
  aspect-ratio:8/5.35;
  width:100%;
  object-fit:cover;	
  object-position:top;
}

.review-item2 img {
  border-radius: 3px;
  aspect-ratio:8/5.35;
  width:100%;
  object-fit:cover;	
  object-position:top;
}

.review-item3 img {
  border-radius: 3px;
  aspect-ratio:8/5.35;
  width:100%;
  object-fit:cover;	
  object-position:top;
}

.review-text h2 {
  font-size: 0.9rem !important;
  margin: 0px 0px 10px !important;
  padding:3px0 3px;
  flex-grow: 1 !important;
  color: #454545 !important;
  line-height: 1.5 !important;
}

.review-text2 h2 {
  font-size: 0.9rem !important;
  margin: 5px 0px 0px !important;
  padding-top:5px;
  flex-grow: 1 !important;
  color: #333 !important;
  line-height: 1.5 !important;
  text-overflow: ellipsis !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  border-left: none !important;
  text-align:center;
}

.review-text3 h2 {
  font-size: 0.9rem !important;
  margin: 5px 0px 0px !important;
  padding-top:5px;
  flex-grow: 1 !important;
  color: #333 !important;
  line-height: 1.4 !important;
  text-overflow: ellipsis !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  border-left: none !important;
}

.review-text p {
  font-size: 12px;
  line-height: 1.4;
  color: #333;
}

.review-section {
  margin-top: 55px !important;
}

.review-section2 {
  margin-top: 155px !important;
}

.av-list-section {
  margin-top: 0px !important;
}

.ma_b {
  margin-top: 0px !important;
}

.ma_b2 {
  margin-top: 30px !important;
}

.m_bt {
  margin-bottom: 60px !important;
}

.fa-book {
  margin: 0 2px 0 5px;
}

.fa-web-awesome {
  margin: 0 5px;
}

.time_wrap {
  margin-top: 10px;
  font-size: 12px;
  color: #666;
}

.time_wrap2 {
  margin: 10px;
  font-size: 12px;
  color: #666;
}

.time_wrap_time {}

.time_wrap_span {
  padding: 5px;
  font-size: 11px;
  color: #666;
}

@media screen and (max-width: 780px) {
  .review-list {
    grid-template-columns: repeat(2, 1fr);
    margin-top: -20px;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
  .review-list2 {
    grid-template-columns: repeat(2, 1fr);
    margin-top: -20px;
  }
  .review-list3 {
    grid-template-columns: repeat(2, 1fr);
    margin-top: -20px;
  }
  .review-item {
  margin-bottom: 0px;
}
  .review-text h2 {
    font-size: 0.95rem !important;
    margin: 3px 0 0!important;
  }
  .time_wrap {
  margin-top: 0px;
  font-size: 12px;
  color: #666;
  }
}

.arc_h2 {
  position: relative;
  padding: 0.6em;
  background: #fe9caf;
  background-image: linear-gradient(-45deg,
      rgba(254, 117, 144, 0.9) 25%,
      rgba(254, 117, 144, 0.3) 25%,
      rgba(254, 117, 144, 0.3) 50%,
      rgba(254, 117, 144, 0.9) 50%,
      rgba(254, 117, 144, 0.9) 75%,
      rgba(254, 117, 144, 0.3) 75%,
      rgba(254, 117, 144, 0.3));
  background-size: 30px 30px;
  margin: 40px 0;
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
}

.arc_h2:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 15px solid transparent;
  border-top: 15px solid #fe7590;
  width: 0;
  height: 0;
}

@media (max-width: 767px) {
  .arc_h2 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .arc_h2:after {
    left: 50%;
    transform: translateX(-50%);
  }
}

.arc_h3 {
  position: relative;
  padding: 0.6em;
  background: #111;
  background-image: linear-gradient(-45deg,
rgba(51,51,51, 0.9) 25%,
      rgba(51,51,51, 0.3) 25%,
      rgba(51,51,51, 0.3) 50%,
      rgba(51,51,51, 0.9) 50%,
      rgba(51,51,51, 0.9) 75%,
      rgba(51,51,51, 0.3) 75%,
      rgba(51,51,51, 0.3));
  background-size: 30px 30px;
  margin: 40px 0;
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
}

.arc_h3:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 15px solid transparent;
  border-top: 15px solid #111;
  width: 0;
  height: 0;
}

@media (max-width: 767px) {
  .arc_h3 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .arc_h3:after {
    left: 50%;
    transform: translateX(-50%);
  }
}

.highlight-button {
  display: inline-block;
  text-decoration: none;
  font-size: 1em;
  font-weight: bold;
  color: #ffffff!important;
  background: linear-gradient(45deg, #38B600, #03C755);
  padding: 13px;
  border-radius: 50px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease; 
  position: relative;
  overflow: hidden;
  margin: 30px 0 25px!importanrt;
  max-width: 350px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center; 
}

.highlight-button:hover {
  background: linear-gradient(45deg, #03C755, #38B600);
  transform: translateY(-2px); 
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}

.highlight-button::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
      90deg,
      transparent,
      rgba(255, 255, 255, 0.4),
      transparent
  );
  transition: 0.5s;
}

.highlight-button:hover::before {
  left: 100%;
}

.highlight-button a{
  color:#fff;	
}

@media (max-width: 600px) {
  .highlight-button {
      font-size: 1em;
      padding: 14px;
  }
}

.hight_30 {
	margin-top:40px;
}

.pagination {
  margin: 20px 0;
  text-align: center;
}

.pagination ul {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.pagination li {
  display: inline-block;
}

.pagination a, .pagination span {
  padding: 8px 12px;
  border: 1px solid #dee2e6;
  border-radius: 4px;
  text-decoration: none;
  color: #007bff;
}

.pagination a:hover {
  background: #f8f8f8;
}

.pagination .current {
  background: #007bff;
  color: #fff;
  border-color: #007bff;
}

/* ie対応 */
select::-ms-expand {
  display: none;
}

.big {
  font-size: 1.1em;
}

.small {
  font-size: .7em;
}

.square {
  width: .7em;
  height: .7em;
  margin: .5em;
  display: inline-block;
}

/* Custom dropdown */
.custom-dropdown {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 10px 0 30px;
  /* demo only */
}

.custom-dropdown select {
  background-color: #1abc9c;
  color: #fff;
  font-size: inherit;
  padding: .5em;
  padding-right: 2.5em;
  border: 0;
  margin: 0;
  border-radius: 3px;
  text-indent: 0.01px;
  text-overflow: '';
  -webkit-appearance: button;
  /* hide default arrow in chrome OSX */
}

.custom-dropdown::before,
.custom-dropdown::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.custom-dropdown::after {
  /*  Custom dropdown arrow */
  content: "\25BC";
  height: 1em;
  font-size: .625em;
  line-height: 1;
  right: 1.2em;
  top: 50%;
  margin-top: -.5em;
}

.custom-dropdown::before {
  /*  Custom dropdown arrow cover */
  width: 2em;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 0 3px 3px 0;
}

.custom-dropdown select[disabled] {
  color: rgba(0, 0, 0, .3);
}

.custom-dropdown select[disabled]::after {
  color: rgba(0, 0, 0, .1);
}

.custom-dropdown::before {
  background-color: rgba(0, 0, 0, .15);
}

.custom-dropdown::after {
  color: rgba(0, 0, 0, .4);
}

.botan_cat {
  background: #eee;
  border-radius: 5px;
  padding: 21px 15px 15px;
  margin-top: 20px;
}

.shop_exe {
  animation-fill-modefont-size: 15px;
  line-height: 1.8;
  color: #333;
  font-size: 14px;
  margin-left: -20px;
}

.shop_exe li {
  padding: 8px;
  border-bottom: dotted 1px #eee;
  list-style-type: none;
}

.shop_exe a {
  color: #0044cc;
}

.afi_tx_box img {
  max-width: 300px;
  margin: 0 auto;
  text-align: center;
}

.shop_exe2 {
  font-size: 14px;
  line-height: 1.8;
  color: #333;
  margin-top:30px;
}

.shop_exe2 a {
  color: #333;
}

.afi_tx {
  margin-top: 30px;
  background: #eee;
  padding: 14px;
  border-radius: 5px;
  font-size: 14px;
  line-height: 1.8;
}

.single_afi_tag {
  font-size: 14px;
  padding: 8px 2px;
  margin: 20px 0 5px 0;
  border-radius: 5px;
}

.single_afi_tag a {
  background: #00B900;
  color: #fff;
  padding: 10px 8px;
  border-radius: 5px;
  margin-right: 4px;
  text-decoration: none;
}

h2.pronpt {
  font-size: 16px;
  border-bottom: solid 2px #f5f5f5 !important;
  border-left: none !important;
  padding: 5px;
  margin-bottom: 15px !important;
}

.single_review_tag {
  font-size: 14px;
  padding: 15px 0;
  margin: 20px 0 0px 0;
  border-radius: 5px;
}

.single_review_tag a {
  background: #feb10c;
  color: #fff;
  padding: 14px;
  border-radius: 5px;
  margin-right: 3px;
  text-decoration: none;
}

#metaslider_152 {
  margin:-10px 0 35px;	
}

.slider-152{
  border-radius:5px;
}

.av-list-container {
  max-width: 1200px;
  margin: 0 auto 50px !important;
  padding: 0px;
  text-align:center;
}

.av-list-container2 {
  max-width: 1200px;
  margin: 0 auto 50px !important;
  padding: 0px;
}

.av-list-container3 {
  max-width: 1200px;
  margin: 0 auto 50px !important;
  padding: 0px;
}

.av-list-container_photo {
  max-width: 1200px;
  margin: 0 auto 50px !important;
  padding: 0px;
  text-align:center;
}

.av-list-container_video {
  max-width: 1200px;
  margin: 0 auto 60px !important;
  padding: 0px;
  text-align:center;

}
.av-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.av-grid2 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}

.av-grid3 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  margin-bottom: -80px;
}

.av-grid4 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.av-grid_ac {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
}

.av-item {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #f8dde7;
  border-radius: 5px;
  overflow: hidden;
  padding-bottom:15px;
}

.av-item2 {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #f8dde7;
  border-radius: 5px;
  overflow: hidden;
  padding-bottom:15px;
}

.av-item3 {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #f8dde7;
  border-radius: 5px;
  overflow: hidden;
  padding-bottom:0px;
}

.av-item4 {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #f8dde7;
  border-radius: 5px;
  overflow: hidden;
  padding-bottom:0px;
}

.av-item-ac {
  display: flex;
  flex-direction: column;
  background: #fce3e7;
  overflow: hidden;
}

.av-item-ac-ac {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #f8dde7;
  border-radius: 5px;
  overflow: hidden;
}

@media (max-width: 768px) {
  .av-grid {
    grid-template-columns: repeat(2, 1fr);
  }
	
  .av-grid2 {
    display: flex;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    gap: 10px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    width: 100%;
    min-width: 0;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .av-grid2::-webkit-scrollbar {
    display: none;
  }
	
  .av-grid3 {
    display: flex;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    gap: 10px;
    padding-bottom: 10px;
    margin-bottom: -80px;
    width: 100%;
    min-width: 0;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

.av-grid3::-webkit-scrollbar {
    display: none;
  }

.av-grid4 {
    display: flex;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    gap: 10px;
    padding-bottom: 10px;
    margin-bottom: -80px;
    width: 100%;
    min-width: 0;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

.av-grid4::-webkit-scrollbar {
    display: none;
  }

.av-grid_ac {
    grid-template-columns: repeat(3, 1fr);
  }
	
.av-item2 {
    flex: 0 0 20%; /* 幅を18%に */
    min-width: 145px; /* 最小幅を小さく */
    max-width: 20%; /* max-widthも一致 */
    box-sizing: border-box;
    flex-shrink: 0;
}
	
.av-item3 {
    flex: 0 0 20%; /* 幅を18%に */
    min-width: 145px; /* 最小幅を小さく */
    max-width: 20%; /* max-widthも一致 */
    box-sizing: border-box;
    flex-shrink: 0;
  }
	
.av-item4 {
    flex: 0 0 40%; /* 幅を18%に */
    min-width: 160px; /* 最小幅を小さく */
    max-width: 20%; /* max-widthも一致 */
    box-sizing: border-box;
    flex-shrink: 0;
	border-radius:5px;
}
	
.av-item-ac-ac {
    flex: 0 0 20%; /* 幅を18%に */
    min-width: 145px; /* 最小幅を小さく */
    max-width: 20%; /* max-widthも一致 */
    box-sizing: border-box;
    flex-shrink: 0;
  }
	
.av-item4 img {
	border-radius:5px 5px 0 0;
}
	
  .av-list-container2 {
    overflow: visible;
    width: 100%;
  }

  .av-list-container3 {
    overflow: visible;
    width: 100%;
  }
}

.av-link {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
}

.av-image {
  position: relative;
  display: inline-block; /* 画像のサイズにフィット */
  width: 100%;
  aspect-ratio: 6 / 9;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f5f5f5;
  overflow: hidden;
  margin: 0 auto;
}

.av-image4 {
  position: relative;
  display: inline-block; /* 画像のサイズにフィット */
  width: 100%;
  aspect-ratio: 6 / 4;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f5f5f5;
  overflow: hidden;
  margin: 0 auto;
}

.av-thumbnail {
  width: 253.16%;
  height: 100%;
  object-fit: cover;
  object-position: right;
}

.av-thumbnail2 {
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.av-title {
  font-size: 0.80rem !important;
  margin: 10px 10px 15px!important;
  flex-grow: 1 !important;
  color: #0044cc !important;
  line-height: 1.4 !important;
  text-overflow: ellipsis !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  border-left: none !important;
  text-align:left!important;
}

.av-title a {
  color: #DC497C !important;
}

.av-title2 {
  font-size: 0.85rem !important;
  margin: 10px 10px 15px!important;
  flex-grow: 1 !important;
  color: #0044cc !important;
  line-height: 1.4 !important;
  text-overflow: ellipsis !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  border-left: none !important;
}

.av-title4 {
  font-size: 0.85rem !important;
  margin: 10px 0px 15px!important;
  flex-grow: 1 !important;
  color: #0044cc !important;
  line-height: 1.4 !important;
  text-overflow: ellipsis !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  border-left: none !important;
}

.av-title-ac {
  font-size: 0.9rem !important;
  margin: 10px 5px 10px!important;
  flex-grow: 1 !important;
  color: #222 !important;
  line-height: 1.4 !important;
  text-overflow: ellipsis !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  border-left: none !important;
  text-align:center;
  /*#FE7992*/ 
}

.av-title-ac2 {
  font-size: 0.8rem !important;
  margin: 10px 10px 10px!important;
  flex-grow: 1 !important;
  color: #0044cc !important;
  line-height: 1.4 !important;
  text-overflow: ellipsis !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  border-left: none !important;
  text-align:center;
  /*#FE7992*/ 
}
.av-title-ac a {
  color: #DC497C !important;
}

@media screen and (max-width: 780px) {
  .av-title {
    font-size: 0.95em !important;
    color: #0044cc !important;
  }
  .av-title2 {
    font-size: 0.95em !important;
    color: #0044cc !important;
  }
  .av-title4 {
    font-size: 0.85em !important;
    color: #0044cc !important;
  }
  .av-title-ac {
    font-size: 0.9em !important;
  }
  .av-title-ac2 {
    font-size: 0.9em !important;
  }
}


.av-button {
  margin: 10px 10px 10px;
  text-align: center;
}

/* ランキングバッジの基本スタイル */
.rank-badge {
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: #333; 
    color: #fff; 
    font-size: 14px;
    font-weight: bold;
    padding: 3px 8px 7px 15px;
    border-radius: 0 0 0 30px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3); 
    z-index: 10;
}

/* 順位ごとのカラー */
.rank-1 {
    background-color: #FFD700; /* 1位: ゴールド */
    color: #fff;
}
.rank-2 {
    background-color: #C0C0C0; /* 2位: シルバー */
    color: #fff;
}
.rank-3 {
    background-color: #CD7F32; /* 3位: ブロンズ */
    color: #fff;
}
.rank-4 {
    background-color: #4CAF50; /* 4位: グリーン */
}
.rank-5 {
    background-color: #2196F3; /* 5位: ブルー */
}
.rank-6 {
    background-color: #F26939; /* 6位: オレンジ */
}

.btn-av {
  display: inline-block;
  padding: 8px 15px;
  background-image: radial-gradient(circle, #03C755, #03C755 80%);
  color: #fff;
  font-weight: 600;
  font-size: 0.85rem;
  border-radius: 5px;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.btn-av:hover {
  background: linear-gradient(135deg, #0099e6, #0066b3);
  transform: translateY(-2px);
  /* ホバー時に軽く浮く */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.btn-av:active {
  transform: translateY(0);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.av-tags {
  margin: 15px 10px 0px 5px;
  font-size: 0.8rem;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
}

.av-tags2 {
  margin: 15px 10px -25px 5px;
  font-size: 0.8rem;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
}
.av-tag-link {
  margin: 0;
  text-decoration: none;
  color: #DC497C;

  line-height: 1.2;
  display: inline-block;
}

.av-tag-link:hover {
  color: #111;
}

/* レスポンシブデザイン */
@media (max-width: 768px) {
  .av-grid2 {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* 全体のコンテナ */
.shop-list-container {
  max-width: 1200px;
  margin: 0 -5px;
  padding: 0px;
}

/* グリッドレイアウト */
.shop-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  /* PCで2列 */
  gap: 15px;
}

/* 各アイテム */
.shop-item {
  display: flex;
  flex-direction: column;
  background: #fff;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  border-radius: 10px;
  overflow: hidden;
}

/* リンク全体 */
.shop-link {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
}

/* 画像 */
.shop-image {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f5f5f5;
}

.shop-thumbnail {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

/* カテゴリタグ */
.shop-cat {
  position: absolute;
  top: 10px;
  left: 10px;
  background-image: linear-gradient(90deg, rgba(255, 0, 165, 1), rgba(255, 0, 165, 1));
  color: #fff;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 0.85rem;
  line-height: 1.5;
  display: inline-block;
}

/* タイトル */
.shop-title {
  font-size: 1rem;
  margin: 15px 15px 10px;
  flex-grow: 1;
  line-height: 1.3;
  background: #d30139;
  color: #fff;
  padding: 5px 20px;
  clip-path: polygon(2% 0%, 100% 0%, 98% 100%, 0% 100%);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* メタ情報 */
.shop-meta {
  margin: 0 15px 10px;
  font-size: 0.85rem;
  line-height: 1.4;
}

.shop-region,
.shop-url,
.shop-tel,
.shop-excerpt {
  margin: 3px 0;
  padding-top: 1px;
  padding-bottom: 5px;
  border-bottom: dashed 1px #eee;
}

.shop-url a {
  color: #0073aa;
  text-decoration: none;
}

.shop-url a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .shop-grid {
    grid-template-columns: 1fr;
  }
}

.top_mainasu {
	margin-top:10px!important;
	margin-bottom:45px!important;
	line-height:1.5!important;
}

.top_mainasu2 {
	margin-top:10px!important;
	margin-bottom:15px!important;
}

.main_wrap {
    position: relative;
    margin: 10px auto 80px;
    padding: 5px 0px 75px;
}

.main_wrap label {
    position: absolute;
    display: table;
    left: 50%;
    bottom: 5px;
    margin: 0px auto 0;
    width: 250px;
    padding: 14px 0;
    color: #fff;
    text-align: center !important;
    border-radius: 5px;
    background-color: #222;
    transform: translateX(-50%);
    cursor: pointer;
    z-index: 1;
}

.main_wrap label::before {
    content: '続きを見る';
}

.main_wrap input[type="checkbox"]:checked ~ label {
    display: none; /* チェックされたらラベルを非表示 */
}

.main_wrap input[type="checkbox"] {
    display: none;
}

.main_wrap-content {
    position: relative;
    height: 250px;
    overflow: hidden;
}

.main_wrap input[type="checkbox"]:checked ~ .main_wrap-content {
    height: auto;
}

.main_wrap_fera {
    position: relative;
    margin: -40px auto 30px;
    padding: 5px 0px 75px;
}

.main_wrap_fera label {
    position: absolute;
    display: table;
    left: 50%;
    bottom: 5px;
    margin: 0px auto 0;
    width: 250px;
    padding: 12px 0;
    color: #fff;
    text-align: center!important;
    border-radius: 5px;
    background-color: #222;
    transform: translateX(-50%);
    cursor: pointer;
    z-index: 1;
}

.main_wrap_fera label::before {
    content: '続きを見る';
}

.main_wrap_fera input[type="checkbox"]:checked ~ label {
    display: none; /* チェックされたらラベルを非表示 */
}

.main_wrap_fera input[type="checkbox"] {
    display: none;
}


.main_wrap_fera-content {
    position: relative;
    height: 70px;
    overflow: hidden;
}

@media (max-width: 768px) {
.main_wrap_fera-content {
    position: relative;
    height: 100px;
    overflow: hidden;
  }
}

.main_wrap_fera input[type="checkbox"]:checked~.main_wrap_fera-content {
    height: auto;
}/* readmore ラベルのスタイリング（例） */

.main_wrap_fera-label {
    display: inline-block;
    cursor: pointer;
    /* 必要に応じて追加 */
}

.to_bt {
	margin:-25px 0 -20px;
}

.blq_txt {
    position: relative;
    overflow: hidden;
	margin:30px 0 40px;
}

.blq_txt p {
    padding:0px;
	font-size:16px;
    transition: height 0.3s ease; 
	margin-top:0px!important;
	margin-bottom:30px;
	line-height:2;
}

.blq_txt p:last-child {
	margin-bottom:20px!important;
}

.blq_txt.open p {
    height: auto; /* 開いた状態では自動調整 */
}

.blq_txt img {
    border-radius:10px;
}
.blq_txt h3{
	margin-top:35px!important;
    margin-bottom:10px!important;
    font-size:19px;
	padding-left:3px;
}

.blq_txt h4{
	margin-top:30px!important;
	font-size:18px;
}

@media (max-width: 768px) {
.blq_txt p {
	font-size:1.1rem;
}
.blq_txt h3{
	margin-top:25px!important;
    margin-bottom:15px!important;
    font-size:17px;
  }
.blq_txt h4{
	margin-top:30px!important;
	font-size:16px;
  }
}

.dmm_button_wrap {
  background: #eee;
  padding: 32px 20px 32px!important;
  margin-top:25px;
}

.dmm_button_wrap a{
  color:#fff!important;
}

.dmm_button {
  position: relative;
  display: block;
  padding: 15px;
  max-width: 500px;
  margin: 0px auto 0px;
  background-image: radial-gradient(circle, #03C755, #03C755 80%);
  border-radius: 30px;
  text-align: center;
  line-height: 1.5;
  color:#fff!important;
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.dmm_button a{
  color:#fff!important;
}

.dmm_button::before {
  content: "";
  position: absolute;
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 25px;
  width: 5px;
  height: 5px;
  margin-top: -3px;
  transition: .4s;
}

.dmm_button:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}


.dmm_button2 {
  position: relative;
  display: block;
  padding: 12px;
  max-width: 400px;
  margin: 20px auto 20px;
  background-image: radial-gradient(circle, #03C755, #03C755 80%);
  border-radius: 30px;
  text-align: center;
  line-height: 1.5;
  color:#fff!important;
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.dmm_button2 a{
  color:#fff!important;
}

.dmm_button2::before {
  content: "";
  position: absolute;
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 25px;
  width: 5px;
  height: 5px;
  margin-top: -3px;
  transition: .4s;
}

.dmm_button2:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}


.av_colc {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.eyecach_top2 img {
  width: 100%;
  border-radius: 5px 5px 0 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.av_col2c {
  position: relative;
  background-color: var(--video-bg2);
  border-radius: 5px;
  padding: 0 0 10px 0;
  overflow: hidden;
  transition: 0.4s;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.av_col-wrapperc {
  position: relative;
}

.av_col2c h2 {
  font-size: 14px;
}

.av_pac {
  padding: 5px 15px 15px;
}

.av_pac p {
  margin-top: 8px;
  font-size: 12px;
  line-height: 1.6;
}

@media screen and (max-width: 1080px) {
  .av_colc {
    grid-template-columns: repeat(2, 1fr);
  }

  .eyecach_top2 img {
    width: 100%;
    height: 200px;
    border-radius: 5px 5px 0 0;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

@media screen and (max-width: 560px) {
  .av_colc {
    grid-template-columns: repeat(1, 1fr);
  }

  .eyecach_top2 img {
    width: 100%;
    height: 200px;
    border-radius: 5px 5px 0 0;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.search_txt {
  font-size: 16px;
}

.entry-tags {
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  margin-top: 60px;
  line-height: 1 !important;
}

.entry-tags a {
  line-height: 1 !important;
  font-size: 12px;
  color: #0044cc;
}

@media screen and (max-width: 560px) {
  .entry-tags a {
    line-height: 1.3 !important;
    font-size: 12px;
    color: #0044cc;
  }
}

.c-fixBtn {
  font-size: 12px;
  line-height: 1.2;
}

.ai_col {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  position: relative;
}

.eyecach_top img {
  width: 100%;
  height: 290px;
  border-radius: 10px 10px 0 0;
  object-fit: cover;
  object-position: right top;
}

.eyecach_top {
  width: 100%;
  height: 290px;
  border-radius: 10px 10px 0 0;
  object-fit: cover;
  object-position: right top;
}

.ai_col2 {
  position: relative;
  background-color: var(--video-bg2);
  border-radius: 10px;
  padding: 0;
  overflow: hidden;
  transition: 0.4s;
  cursor: pointer;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.ai_col-wrapper {
  position: relative;
}

.ai_col2 h2 {
  font-size: 14px;
  line-height: 1.4;
}

.ai_pa {
  height: 125px;
  padding: 8px 8px 15px;
}

.ai_pa p {
  font-size: 13px;
  color: #0044cc;
}

.ai_pa p a {
  font-size: 13px;
  color: #0044cc;
}

@media screen and (max-width: 1080px) {
  .ai_pa {
    height: 125px;
    padding: 8px 8px 15px;
  }

  .ai_col {
    position: relative;
    grid-template-columns: repeat(3, 1fr);
  }

  .ai_col2 h2 {
    font-size: 14px;
    line-height: 1.4;
  }

  .eyecach_top img {
    width: 100%;
    height: 210px;
    border-radius: 10px 10px 0 0;
    object-fit: cover;
    object-position: right top;
  }

  .eyecach_top {
    width: 100%;
    height: 210px;
    border-radius: 10px 10px 0 0;
    object-fit: cover;
    object-position: right top;
  }
}

@media screen and (max-width: 560px) {
  .ai_col {
    grid-template-columns: repeat(2, 1fr);
  }

  .ai_col2 h2 {
    font-size: 13px;
    line-height: 1.4;
    font-weight: 600;
  }

  .eyecach_top img {
    width: 100%;
    height: 210px;
    border-radius: 10px 10px 0 0;
    object-fit: cover;
    object-position: right top;
  }

  .eyecach_top {
    width: 100%;
    height: 210px;
    border-radius: 10px 10px 0 0;
    object-fit: cover;
    object-position: right top;
  }
}

.navi_menu {
  background: #fff;
  padding: 14px;
  border-radius: 20px;
}

.remodal-close {
  position: absolute;
  top: -1px;
  right: -1px;
  display: block;
  overflow: visible;
  width: 45px;
  height: 45px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;
  color: #fff;
  border: 0;
  outline: 0;
  background: transparent;
}

.remodal-close:hover,
.remodal-close:focus {
  color: #fff;
}

.remodal-close:before {
  font-size: 25px;
  line-height: 45px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  margin: auto;
  background: rgba(0, 0, 0, .9);
  border-radius: 50%;
  width: 45px;
  content: "\00d7";
  text-align: center;
}

@media screen and (max-width: 560px) {
  .remodal-close:before {
    font-size: 25px;
    line-height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    margin: auto;
    background: rgba(0, 0, 0, .9);
    border-radius: 50%;
    width: 45px;
    content: "\00d7";
    text-align: center;
  }
}

.btn_button_link {
  position: absolute;
  bottom: 58px;
  right: 0;
  left: 0;
  display: block;
  padding: 4px 4px 4px;
  margin: 0px auto 5px;
  max-width: 100px;
  color: #FFF !important;
  font-weight: bold;
  background: #f94848;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  border-radius: 25px;
  font-size: 11px !important;
  line-height: 1.1;
  text-align: center;
  font-weight: bold;
  text-shadow: none;
  text-decoration: none !important;
  transition: .4s !important;
}

.btn_button_link:hover {
  background: linear-gradient(90deg, #f55c8e 0%, #d080f7 100%);
  color: #fff;
}

.image-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  row-gap: 4px;
  margin-bottom: 30px;
}

.image-item img {
  width: 100%;
  height: 69px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09), 0 1px 3px rgba(0, 0, 0, 0.15);
}

@media (max-width: 568px) {
  .image-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.post_content p{
  margin-top:20px!important;
}

.post_img_wrap {
  margin:0px auto 0px!important;
}

.post_img_wrap img{
  border-radius:3px;
}
	
.tag-list-button {
  display: inline-block;
  padding: 10px 12px;
  background-color: #0044cc;
  color: #ffffff;
  border: none;
  border-radius: 4px;
  font-size: 14px;
  cursor: pointer;
  margin-right: 5px;
  margin-bottom: 5px;
  transition: background-color 0.3s ease;
  text-decoration: none;
}

.tag-list-button2 {
  display: inline-block;
  padding: 6px;
  background-color: #f5f5f5;
  color: #333;
  border: none;
  border-radius: 4px;
  font-size: 12px;
  cursor: pointer;
  margin-right: 3px;
  margin-bottom: 7px;
  letter-spacing:1px;
  transition: background-color 0.3s ease;
  text-decoration: none;
}

.tag-list-button:hover {
  background-color: #00a500;
}

.tag-list-button3 {
  display: inline-block;
  padding:8px 10px;
  background-color: #0044cc;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-size: 13px;
  cursor: pointer;
  margin-right: 3px;
  margin-bottom: 7px;
  letter-spacing:1px;
  transition: background-color 0.3s ease;
  text-decoration: none;
}

.tag-list-button3:hover {
  background-color: #FE7993;
}

.tag-list-button_box {
  margin: 20px 0 10px;
}

.tag-list-button_box2 {
  margin:30px auto 0px!important;
  padding-bottom:20px;
}

.tag-list-button_box3 {
  margin:-10px auto 0px!important;
  padding-bottom:30px;
}

.tag-list-button_box3 a{
  color:#0044cc;
}

.tag-list-button_box4 {
  display: inline-block;
  padding: 5px;
  background-color: #eee;
  color: #111;
  border: none;
  border-radius: 4px;
  font-size: 13px;
  cursor: pointer;
  margin-right: 4px;
  margin-bottom: 7px;
  transition: background-color 0.3s ease;
  text-decoration: none;
}

@media (max-width: 768px) {
.tag-list-button_box2 {
  margin:30px auto 0px!important;
  }
}

.highlight-heading {
  font-size: 1em!important;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  margin: 75px auto 30px!important;
  background: linear-gradient(45deg, #e91e63, #9c27b0); 
  padding: 15px!important;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  position: relative;
  overflow: hidden;
  text-align: center!important;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); /* テキストに影を追加 */
  animation: pulse 2s infinite; /* 脈打つアニメーション */
}

/* 脈打つアニメーション */
@keyframes pulse {
  0% {
      transform: scale(1);
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  }
  50% {
      transform: scale(1.05);
      box-shadow: 0 6px 25px rgba(0, 0, 0, 0.4);
  }
  100% {
      transform: scale(1);
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  }
}

.iframe-container {
  position: relative;
  width: 100%;
  max-width: 1280px;
   /*aspect-ratio: 16 / 9;*/ 
  margin: 45px auto 30px;
  overflow: hidden; 
}

.thumbnail-class {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center; 
  display: block;
  border-radius: 5px;
}


.headerTitle {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

.infoBlock {
    display: flex;
    justify-content: space-between;
	margin:5px 0 5px;
	padding-bottom:5px;
	border-bottom:dotted 1px #ddd;
}

.infoBlock a {
    color:#0044cc;
}

.infoLabel {
    font-weight: bold;
	min-width:120px;
}

.last_infoBlock {
    margin-bottom:-30px;	
}

.pageFooter {
    text-align: center;
    font-size: 12px;
    color: #888;
}

.footer_wij {
	background:#ffd6de;
	padding:15px;
	border-radius:5px;
}

.footer_txt{
	font-size:14px;
	margin-bottom:20px;
	color:#222;
}

.footer_txt2{
	font-size:14px;
	margin-top:30px;
	margin-bottom:20px;
	line-height:1.8;
	color:#222;
	background:#ffedf0;
	padding:15px;
}

.footer_txt:last-child{
	margin-bottom:0px;
}

.footer_txt a{
	font-size:14px;
	color:#0044cc;
}

.single_review_tag{
     background:#feb10c;
     color:#fff;
     margin-top:50px;
     font-size:13px;
     padding:10px;
     text-align:center;
     border-radius:5px;
     width:150px;
     text-decoration: none;
}

.the_content{
	margin:30px 5px 60px;
}

.the_content p{
	margin-bottom:20px;
	line-height:2;
}

.the_content h3{
	margin-top:20px;
}

.the_content h3{
	margin-top:20px;
	margin-bottom:0px;
}

.the_content img{
	margin:0px 0 -5px;
	border-radius:10px;
}

.first-video-container {
  margin:-20px auto -15px;
}

.two-video-container {
  margin:-35px auto 0px;
}

.three-video-container {
  margin:-35px auto 0px;
}

.four-video-container {
  margin:-35px auto 0px;
}

.five-video-container {
  margin:-35px auto 0px;
}

.video-container-click {
    position: relative;
	margin-top:30px;
}

.video-container-click img{
	object-fit:cover;
	object-position:center;
}

.video-container {
    position: relative;
    width: 100%;
    max-width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    margin: 20px auto 20px;
	border-radius: 10px;
}

.video-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.video-wrapper img {
	aspect-ratio:16/9;
	object-fit:cover;
	object-position:center;
    border-radius:10px;

}

.video-wrapper video {
    aspect-ratio:16/9;
	object-fit:cover;
	object-position:top;
	border-radius:10px;
}

.thumbnail, .video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.3s ease-in-out;
}

.thumbnail {
    z-index: 1;
}

.video {
    z-index: 1;
    opacity: 0;
}

.video.active {
    opacity: 1;
}

.plyr__control--overlaid {
    background: rgba(255, 87, 130,.9) !important; 
    color: #fff !important; 
    z-index: 10 !important;
    width: 70px !important; 
    height: 70px !important;
    display: flex !important;
    align-items: center !important; 
    justify-content: center !important;
}
.plyr__control--overlaid svg {
    width: 35px !important;
    height: 35px !important; 
    fill: #fff !important; 
}
@media (max-width: 768px) {
    .plyr__control--overlaid {
        width: 50px !important; 
        height: 50px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }
    .plyr__control--overlaid svg {
        width: 25px !important;
        height: 25px !important;
        fill: #fff !important;
    }
}

.plyr__controls {
    background: rgba(0, 0, 0, 0.6); 
    border-bottom-left-radius: 10px; 
    border-bottom-right-radius: 10px;
    border-top-left-radius: 0; 
    border-top-right-radius: 0; 
    overflow: hidden;
}
.plyr__controls .plyr__control {
    color: #fff !important; 
}
.plyr__controls .plyr__control:hover {
    background: rgba(255, 87, 130,.9) !important; 
}
.plyr__progress__buffer {
    background: #d3d3d3 !important; 
}
.plyr__progress__played {
    background: #FE7993 !important; 
}
.plyr__progress__thumb {
    background: #fff !important; 
    border: 2px solid #FE7993 !important;
}

.play-button2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url('http://fera.love/wp-content/uploads/2025/07/icon-play.png') no-repeat center;
    background-size: contain;
    border: none;
    color: white;
    cursor: pointer;
	width:100px;
	height:100px;
    border-radius: 50%;
    z-index: 3;
	opacity:0.8;
    transition: opacity 0.3s ease-in-out;
}

@media (max-width: 767px) {
    .play-button2 {
	width:70px;
	height:70px;
    }
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 150px;
  height: 150px;
  background: url('http://fera.love/wp-content/uploads/2025/07/icon-play.png') no-repeat center;
  background-size: contain;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0.8;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.play-button:hover {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1.1);
}

@media (max-width: 600px) {
  .play-button {
    width: 80px;
    height: 80px;
  }
 }

.iframe-container {
    position: relative;
    padding-bottom: 56.25%; 
    overflow: hidden;
    max-width: 100%;
    height: auto;
}
.iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.post_img_wrap {
    max-width: 100%;
}

.post_img_wrap img {
    width: 100%;
    height: auto;
	border-radius:10px;
	object-fit:cover;
	object-position:center;

}

.center_wrap {
	text-align:center;
	margin:0 auto;
}

.center_wrap2 {
	display:flex;
	justify-content:center;
	align-items:center;
	text-align:center;
	margin:0x auto 0;
}

.center_wrap2_img {
	/*background:#FFC0CD;
	border-radius:10px;
	padding:15px;*/
	max-width:200px;
}

.center_wrap3 {
	display:flex;
	justify-content:center;
	align-items:center;
	text-align:center;
	margin:0x auto 0;
}

.center_wrap3_img {
	max-width:250px;
}


.plyr__controls {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 5px;
}
.plyr__control--overlaid {
    background: rgba(0, 0, 0, 0.8);
}
.plyr__video-wrapper {
    background: transparent !important;
}
.plyr-video {
    opacity: 1;
    width: 100%;
}
@media (max-width: 768px) {
    .plyr__control {
        padding: 10px;
    }
    .plyr__controls {
        font-size: 16px;
    }
    .plyr__video-wrapper {
        aspect-ratio: 16/9;
    }
}

.infotop_txt{
	margin:20px 0px 20px!important;
	background:#f5f5f5;
	padding:7px 10px;
    font-size:15px;
    line-height:1.6;
	font-weight:500;
}

.infotop_txt a{
	color:#0044cc; 
}

.infotop_txt2{
	margin:0px 0px 35px!important;
	background:#f5f5f5;
	padding:7px 10px;
	font-size:15px;
    line-height:1.6;
	font-weight:500;
}

.infotop_txt2 a{
	color:#0044cc; 
}

.infotop_txt3{
	margin:30px 0px 20px!important;
	background:#f5f5f5;
	padding:7px 10px;
    font-size:15px;
    line-height:1.6;
	font-weight:500;
}

.infotop_txt3 a{
	color:#0044cc; 
}

.infotop_txt4{
	margin:35px 0px 20px!important;
    font-size:15px;
	line-height:1.6;
	font-weight:500;
}

.infotop_txt4 a{
	color:#0044cc; 
}

.infotop_txt5{
	margin:55px 0px -30px!important;
    font-size:15px;
	line-height:1.6;
	font-weight:500;
}

.infotop_txt5 a{
	color:#0044cc; 
}
.audio-player audio {
    width: 100%;
    max-width: 100%;
}

.pagination a, .pagination span {
    margin: 0 5px;
    padding: 5px 10px;
    border: 1px solid #ccc;
    text-decoration: none;
}
.pagination .current {
    background: #FE7993;
    color: #fff;
    border-color: #FE7993;
}

.link-container {
            margin: 20px 0;
        }
        .link-code {
            width: 100%; /* 横幅いっぱい */
            box-sizing: border-box;
            padding: 10px;
            font-size: 16px;
            border: 1px solid #ccc;
            border-radius: 8px;
            background-color: #fff;
            resize: none; /* リサイズ不可 */
            outline: none;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
            transition: border-color 0.3s;
        }
        .link-code:focus {
            border-color: #007bff;
        }
        .copy-button {
            display: block;
            width: 100%;
            padding: 12px;
            margin-top: 10px;
            background-color: #007bff;
            color: white;
            border: none;
            border-radius: 8px;
            font-size: 16px;
            cursor: pointer;
            transition: background-color 0.3s;
        }
        .copy-button:hover {
            background-color: #0056b3;
        }
        .copy-button:active {
            background-color: #004085;
        }

.top_newpost{
	margin-top:50px;
}

.newpost_wrap{
	margin-bottom:50px;
}

.voice-container {
    margin: -40px auto 100px!important;
    padding-bottom:20px;
    position: relative;
    text-align: center;
}

.voice-box {
    background:#FFEBEB;
    padding: 30px 0px 5px;
    border-radius: 5px;
    color: #111;
    position: relative;
    top: 70px;
	border:solid 1px #FE7993;
}

.voice-box p{
    margin:30px auto 20px;
    padding:10px;
    font-size:15px;
    border-radius: 10px;
}

.voice-profile-icon {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.voice-profile-icon img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
    background-image: linear-gradient(90deg, rgba(187, 255, 239, 1), rgba(236, 237, 203, 1) 34%, rgba(248, 227, 183, 1) 72%, rgba(255, 155, 252, 1) 97%);    
    padding: 5px;
}

.accordion {
    margin: -20px 0 40px;
}

.accordion-toggle {
    background: #0BC340;
    border: none;
    padding: 12px 15px;
    cursor: pointer;
    width: 100%;
    text-align: left;
    font-size: 16px;
    border-radius: 5px;
	color:#fff;
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    padding: 0 0px;
    transition: max-height 0.5s ease, padding 0.5s ease;
}

.accordion-content.open {
    max-height: 1500px;
    padding: 0;
}


.banner-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    padding:0;
    width: 100%; 
    box-sizing: border-box;
    max-width: 1200px; 
    margin: 40px auto 30px; 
	text-align:center;
}

.banner-container2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    padding:0;
    width: 100%; 
    box-sizing: border-box;
    max-width: 1200px; 
    margin: 40px auto 30px!important; 
	text-align:center;
}

.banner {
    display: flex;
    flex-direction: column;
    border: 1px solid #f8dde7; 
    overflow: hidden;
	border-radius:5px;
    max-width: 200px; 
    margin: 0px auto 0; 
	padding:10px;
    line-height:1.2;
}

.banner a{
  font-size:13px;
}
        
@media (max-width: 768px) {
.banner-container {
    padding:0;
  }
}

.tag-list_ac {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px; 
    padding: 40px 0px 40px;
}

.tag-list_ac_button {
    display: block;
    text-align: center;
    padding: 8px 3px;
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    text-decoration: none;
    color: #333;
	font-size:14px;
}

.tag-list_ac_button:hover {
    background-color: #e0e0e0;
}

@media (max-width: 768px) {
	.tag-list_ac {
    grid-template-columns: repeat(2, 1fr);
    gap: 7px; 
  }
	.tag-list_ac_button {
    padding: 8px 4px;
	font-size:13px;
  }
}

.tag_right{
  margin-right:5px;
}

.tag_ge_gec{
    background:#0044cc;
	padding:10px;
	color:#fff!important;
    margin-right:5px;
	margin-bottom:20px;
	font-size:14px;
}

.tag_ge_gec a{
	color:#fff!important;
}

.tag_top{
  margin-top:30px!important;
}

.tag_top_bottom{
  margin-top:30px!important;
  margin-bottom:-130px!important;
}

.p-termHead__desc{
	font-size:14px;
	line-height:1.6;
}

.bottom_av_ac {
	margin-bottom:130px!important;
}

.bottom_av_ac_tag{
	margin-bottom:0px!important;
}

.bottom_av_ac_tag2{
	margin-bottom:120px!important;
}


@media (max-width: 768px) {
.bottom_av_ac_tag{
	margin-bottom:120px!important;
  }
.bottom_av_ac_tag2{
	margin-bottom:120px!important;
}

}
	
.p-termHead{
   border-radius:10px;	
}

.p-termHead__thumbWrap {
	width:30%;
	margin:0px auto;
}

.p-termHead__thumbWrap img{
	border-radius:10px 0 0 10px;	
}


@media (max-width: 768px) {
.p-termHead__thumbWrap {
	width:50%;
	margin:20px auto 0;
	text-align:center;
  }
	
.p-termHead__thumbWrap img{
	border-radius:5px;
  }
}

.loader {
    border: 5px solid #f3f3f3;
    border-top: 5px solid #1CBC9C;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    animation: spin 1s linear infinite;
    margin: 20px auto;
    display: block;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.cetner_txt{
	margin:0 auto 30px!important;
	font-size:20px!important;
	text-align:center!important;
}

.c-postThumb__figure {
	aspect-ratio:6 / 4;
}

.p-postList__title{
	font-size:0.9rem!important;
}

.favorites-button {
	margin:15px 0 -15px;
}

.favorites-button2 {
	margin:25px 0 -15px;
}

.c-button {
    display: inline-block !important;
    padding: 8px 16px;
    background-color: #f0f0f0;
    color: #333;
    text-decoration: none;
    border-radius: 4px;
    transition: background-color 0.3s;
}
.c-button:hover {
    background-color: #ddd;
}
#reset-button-container {
    display: none; /* 初期状態は非表示 */
}

.p-postList__item{
	margin-bottom:15px!important;
}

.lazyloaded {
    transition: none !important;
    opacity: 1 !important;
}

#post_slider .p-postList__link:hover .c-postThumb__img {
	transform: none;
    transition: all 0.5s ease!important;
}

#main_content .p-postList__link:hover .c-postThumb__img {
	transform: none;
    transition: all 0.5s ease!important;
}

.widget_swell_popular_posts .p-postList__link:hover .c-postThumb__img {
	transform: none;
    transition: all 0.5s ease!important;
}

.bottom_mainasu_ac{
	margin-bottom:-20px;
}

.bottom_mainasu_ac2{
	margin-bottom:50px;
}

.bottom_mainasu_ac3{
	margin-top:50px;
	margin-bottom:50px;
}

.c-postThumb__cat {
	position:absolute;
	top:-1px!important;
	right:-2px!important;
	font-size:13px;
}

@media (max-width: 768px) {
  .c-postThumb__cat {
	position:absolute;
	top:-1px!important;
	right:-5px!important;
	font-size:13px;
    font-weight:bold;
  }
}


.p-postListTab {
    width: 100%;
	padding:0;
    margin: 20px 0px 30px;
}

.c-tabList__button {
    font-weight: 600;
	padding:18px;
    width:100%;
	min-width:240px;
}

@media (max-width: 768px) {
	.c-tabList__button {
    font-weight: 600;
	padding:18px;
    width:100%;
	min-width:100px;
  }
}
	
.c-tabList__button {
    color: #717171;
}

hr {
  height: 8px;
  background-image: repeating-linear-gradient(45deg, #ccc 0, #ccc 1px, transparent 0, transparent 50%);
  background-size: 8px 8px;
}

.loader2 {
    display: none;
    margin: 45px auto;
    width: 50px; /* サイズを大きく */
    height: 50px;
    border: 6px solid #f3f3f3;
    border-top: 6px solid #007bff;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.load-more-btn {
    display: block;
    margin: 15px auto;
    padding: 15px 20px;
    background: #007bff;
    color: #fff;
    border: none;
	width:250px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}

.load-more-btn:disabled {
    background: #ccc;
    cursor: not-allowed;
}



.video-archive {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.format-tabs {
    margin-bottom: 20px;
}

.format-tabs a {
    padding: 10px 20px;
    margin-right: 10px;
    background: #f0f0f0;
    text-decoration: none;
    color: #333;
}

.format-tabs a.active {
    background: #0073aa;
    color: #fff;
}

.filters {
    margin-bottom: 50px;
}

.filters select, .filters button {
    padding: 10px;
    margin-right: 10px;
}

.video-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
}

.video-item img {
    width: 100%;
    height: auto;
}

.ma_top {
	margin-top:0px!important;
}


.stylish-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 20px;
    background: #fff0f5; /* ロリ系に合う淡いピンク */
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.filter-group {
    flex: 1;
    min-width: 200px;
}

.filter-title {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}

.checkbox-group {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.checkbox-label {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #555;
    cursor: pointer;
}

.checkbox-label input {
    margin-right: 8px;
    accent-color: #ff6f91; /* ピンクのチェックボックス */
}

.filter-button {
    padding: 12px 25px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background: #ff6f91;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.2s ease;
}

.filter-button:hover {
    background: #ff4b77;
    transform: translateY(-2px);
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
    .stylish-filters {
        flex-direction: column;
    }
    .filter-group {
        min-width: 100%;
    }
}

.p-blogCard {
	margin-top:30px!important;
	margin-bottom:30px!important;
}

.favorites-button{
	margin-top:55px!important;
}