@charset "UTF-8";
/* CSS Document */


div.wrapper_vida{
width: 100%;
height:auto;
float:left;
margin:0;
padding:0;
box-sizing: border-box;
}

  .scroll-gallery {
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;                  /* 画像間の余白 */
  overflow-x: auto;            /* 手動スクロール可能 */
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding: 10px 0;
  scroll-behavior: smooth;
}

.scroll-gallery img {
  flex: 0 0 auto;
  width: 300px;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
  display: block;
  scroll-snap-align: start;
  transition: transform 0.3s;
}


/* ads-bottom 共通 */
.ads-bottom {
    width: 100%;          
    clear: both;          
    margin: 40px 0;
    text-align: center;
    box-sizing: border-box;
}

.ad-bottom-item {
    width: 100%;           
    max-width: 1200px;     /* PCで最大幅を広く */
    margin: 10px auto;     
    padding: 10px;

    background: none;
    box-sizing: border-box;
    transition: transform 0.3s, box-shadow 0.3s;
}

.ad-bottom-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.ad-bottom-item img {
    width: 100%;       
    height: auto;
    display: block;
    border-radius: 6px;
    box-sizing: border-box;
}

/* スポンサー　*/
.sponsors {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: flex-start;
}

.sponsor-item {
	width:100%;
	height: auto;
	float: left;
    text-align: center;
}

.sponsor-item img {
    height: auto;
    width: 90%;
    display: block;
    margin: 0 auto 5px; /* 画像下の余白 */
}

.sponsor-text {
    font-size: 14px;
    color: #333;
    line-height: 1.2;
}

/*   archive */
div.post{
	width:100%;
	height: 100px;
	float: left;
	padding:0;
	margin:0;
	border-bottom:10px solid green;
		box-sizing: border-box;

}
.vol-photo{
	width:80%;
}

.vol-thumb-list {
	width: 40%;
	height:100px;
	float: left;
}

.vol-thumb-photo {
    width: 80%;
    object-fit: cover;
    border-radius: 4px;
		box-sizing: border-box;

}

.archive-right{
	width:60%;
	height: 100px;
	float: left;
	border-bottom: 3px solid green;
	box-sizing: border-box;
}

.archive-right h2{
	width: 100%;
	height:auto;
	float: left;
	font-size:14px;
}
.datetxt{
	
}

div.archive-entry {
    width: 80%;        /* 好きな横幅に調整 */

    float: left;       /* float を解除 */
    text-align: center; /* テキストも中央揃えにしたい場合 */
	background: black;
}

div.archive-entry p{
	width:100%;
	height: auto;
	float: left;
	text-align: center;
}



/* single_vol.php*/
/* ===== 基本レイアウト ===== */
.original_submain{
	width:100%;
	height:auto;
	background: none;
	line-height:3em;
	box-sizing: border-box;
	text-align: left;
	font-size: 110%;
}

.h1wrap {
	width:95%;
	height: auto;
	margin: 0 auto;
	display: block;
	background: none;
}




.detail {
	width:90%;
	height:auto;
	display: block;
	margin: 0 auto;
	background: none;
	
}

.listcomment {
	width:100%;
	height:auto;
	fotn-size: 18px;
	color: black;
	background: none;
}


/* random タグ　*/
.random-posts h3 {
    text-indent: 1em;
    font-weight: bold;
    margin-bottom: 10px;
}

.random-posts {
	width:100%;
	height:auto;
    margin: 20px 0;
	float:  left;
}
.random-card {
	display: flex;
	align-items: center; /* 画像とテキストを縦中央揃え */
	height: 100px;
	border: 1px solid #ddd;
	overflow: hidden;
	background: #fff;
	transition: transform 0.2s, box-shadow 0.2s;
}

.random-card:hover {
	transform: translateY(-2px);
	box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}


	 .original_content {
	  width: 100%;
	  display:block;
	  margin:  0 auto;
	  box-sizing: border-box;
	  background: none;
  }


	article.vidaland{
	width:100%;
	height:auto;
	border-bottom: none;
	margin-bottom:100px;
	float:left;
}
	


  /* clearfix を追加 */
.original_content::after {
    content: "";
    display: table;
    clear: both;
}

	
/* サムネイルリスト */
#vida_imageList .vida-thumb-list {
	width:100%;
	height:auto;
  list-style: none;
}
#vida_imageList .vida-thumb-photo {
  width: 100%;
  height: auto;
}






/* 基本 4列 */
.list-output_.original ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.list-output_.original ul li {
    width: calc(25% - 15px); /* 4列 */
    box-sizing: border-box;
    border: 1px solid #eee;
    padding: 10px;
    background: #fff;
    transition: transform 0.2s ease;
}

/* CTA 依頼　*/
.contact_vida_bg1 {
    background: #111; /* 背景は暗め */
    padding: 30px 20px;
    text-align: center;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.3);
}

.contact_vida_bg1 .ttl {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 20px;
}

/* ボタン */
.contact_vida_bg1 .btn-vida_round1 {
    display: inline-block;
    padding: 12px 35px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    border-radius: 50px;

    /* 黒→グレーのグラデーションを左上から右下に */
    background: linear-gradient(45deg, #000000, #222222, #444444, #666666);
    background-size: 400% 400%;
    transition: all 0.3s ease;
    animation: gradientMove 6s ease infinite;
    box-shadow: 0 4px 10px rgba(0,0,0,0.4);
}

/* ホバーで少し拡大&光沢 */
.contact_vida_bg1 .btn-vida_round1:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 15px rgba(0,0,0,0.5);
}

/* グラデーションのアニメーション */
@keyframes gradientMove {
    0% { background-position: 0% 0%; }
    50% { background-position: 100% 100%; }
    100% { background-position: 0% 0%; }
}



/* hover 効果 */
.list-output_.original ul li:hover {
    transform: translateY(-5px);
}

.list-output_.original ul li img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 10px;
}

.list-output_.original ul li .ttl-list {
    font-size: 14px;
    font-weight: bold;
    margin: 10px 0 5px;
}

.list-output_.original ul li .price_area {
    font-size: 14px;
    color: #e60012;
    margin-bottom: 5px;
}

.list-output_.original ul li .listcomment {
    font-size: 13px;
    color: #555;
    line-height: 1.4;
}

.list-output_.original ul li .sub-image {
    margin-top: 10px;
}

.list-output_.original ul li .sub-image img {
    width: 100%;
    height: auto;
    display: block;
}



/* メディアクエリ（例） */

/* 最大1200px未満: タブレット横回転 */
@media screen and (min-width: 1200px) {

div.wrapper_vida{
width: 100%;
height:auto;
float:left;
background: none;
margin:0;
padding:0;
box-sizing: border-box;
}
    .list-output_.original ul li {
        width: calc(25% - 15px);
    }

	
  .original_content {
	width:100%;
    padding: 5px;
	  box-sizing: border-box;
  }
	
	.content-left{
		width:70%;
		height:auto;
		float:left;
		margin-bottom: 30px;
	}
	
	
	article.vidaland{
	width:100%;
	height:auto;
	border-bottom: none;
	margin-bottom: 50px;
	float:left;
}
	
	/* メイン画像 */
#vidaImage {
	width:40%;
  text-align: center; /* 中央寄せ */
  margin: 20px 0;
  border: 10px solid red;
}
#vidaImage .vida-photo {
  width: 70%;       /* デフォルトはスマホ用に100% */
  height: auto;
  border:10px dashed red;
}

/* サムネイルリスト */
#vida_imageList .vida-thumb-list {
	width:100%;
	height:auto;
  list-style: none;
}
#vida_imageList .vida-thumb-photo {
  width: 100%;
  height: auto;
}


.detail {
	width:90%;
	height:auto;
	display: block;
	margin: 0 auto;
	background: none;
	font-size: 18px;
	
}

.listcomment {
	width:100%;
	height:auto;
	color: black;
	background: none;
	font-size: 18px!important;

}

  .content-right {
	width:30%;
	height:auto;
    margin-top: 10px;
	background: whitesmoke;
	padding:0;
	margin:0;
	  float: left;
	  box-sizing: border-box;
  }

  .ad-area{
	width:100%;
	height:auto;
	text-align: center;
	float: left;
  }


	.sponsors{
		width:60%;
		height:auto;
		margin:0 20%;
		display:block;
		box-sizing: border-box;

	}

	.ad-container {
		width:100%;
		height:auto;
		float: left;
		margin:10px;

	}

	.ad-item{
		width:100%;
		height:auto;
		margin: 30px auto;
	}

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

/* random タグ　*/
.random-posts h3 {
    text-indent: 1em;
    font-weight: bold;
    margin-bottom: 10px;
}

.random-posts {
	width:100%;
	height:auto;
    margin: 20px 0;
	float:  left;
}
.random-card {
	display: flex;
	align-items: center; /* 画像とテキストを縦中央揃え */
	height: 100px;
	border: 1px solid #ddd;
	overflow: hidden;
	background: #fff;
	transition: transform 0.2s, box-shadow 0.2s;
}

.random-card:hover {
	transform: translateY(-2px);
	box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.random-cards{
	width:100%;
	height:auto;
	float: left;
	border-bottom:1px solid silver;

}
/* 左：画像 */
.card-thumb {
	width: 30%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f5f5f5;
}

.card-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


/* 右：タイトルとカテゴリー */
.card-info {
	width: 70%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center; /* 縦中央 */
	padding: 6px 12px;
	box-sizing: border-box;
}

.card-title {
	font-weight: 600;
	font-size: 16px;
	color: #000000;
	margin-bottom: 4px;
	line-height: 1.4;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.card-cat {
	font-size: 14px;
	color: #666;
}


}

/* PC */

/* 最大1000px: 2列 iphone12 横回転 タブレット*/
@media (min-width: 768px) and (max-width: 1199px) {

div.wrapper_vida{
width: 100%;
height:auto;
float:left;
background: none;
margin:0;
padding:0;
box-sizing: border-box;
}

    .list-output_.original ul li {
        width: 100%;
        padding: 8px;
    }

	
  .original_content {
	width:100%;
    padding: 5px;
	  box-sizing: border-box;
  }
	
	.content-left{
		width: 70%;
		height:auto;
		float:left;
		margin-bottom: 30px;
	}
	
	
	article.vidaland{
	width:100%;
	height:auto;
	border-bottom: none;
	margin-bottom: 50px;
	float:left;
}
	
	/* メイン画像 */
#vidaImage {
	width:100%;
  text-align: center; /* 中央寄せ */
  margin: 20px 0;
}
#vidaImage .vida-photo {
  width: 100%;       /* デフォルトはスマホ用に100% */
  height: auto;
}

/* サムネイルリスト */
#vida_imageList .vida-thumb-list {
	width:100%;
	height:auto;
  list-style: none;
}
#vida_imageList .vida-thumb-photo {
  width: 100%;
  height: auto;
}


.detail {
	width:90%;
	height:auto;
	display: block;
	margin: 0 auto;
	background: none;
	font-size: 18px;
	
}

.listcomment {
	width:100%;
	height:auto;
	color: black;
	background: none;
	font-size: 18px!important;

}

  .content-right {
	width: 30%;
	height:auto;
    margin-top: 10px;
	background: whitesmoke;
	padding:0;
	margin:0;
	  float: left;
	  box-sizing: border-box;
  }

  .ad-area{
	width:100%;
	height:auto;
	text-align: center;
	float: left;
  }


	.sponsors{
		width:90%;
		height:auto;
		margin:0 20px;
		box-sizing: border-box;

	}

	.ad-container {
		width:100%;
		height:auto;
		float: left;
		margin:10px;

	}

	.ad-item{
		width:100%;
		height:auto;
		margin: 30px auto;
	}

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

/* random タグ　*/
.random-posts h3 {
    text-indent: 1em;
    font-weight: bold;
    margin-bottom: 10px;
}

.random-posts {
	width:100%;
	height:auto;
    margin: 20px 0;
	float:  left;
}
.random-card {
	display: flex;
	align-items: center; /* 画像とテキストを縦中央揃え */
	height: 100px;
	border: 1px solid #ddd;
	overflow: hidden;
	background: #fff;
	transition: transform 0.2s, box-shadow 0.2s;
}

.random-card:hover {
	transform: translateY(-2px);
	box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.random-cards{
	width:100%;
	height:auto;
	float: left;
	border-bottom:1px solid silver;

}
/* 左：画像 */
.card-thumb {
	width: 30%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f5f5f5;
}

.card-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


/* 右：タイトルとカテゴリー */
.card-info {
	width: 70%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center; /* 縦中央 */
	padding: 6px 12px;
	box-sizing: border-box;
}

.card-title {
	font-weight: 600;
	font-size: 16px;
	color: #000000;
	margin-bottom: 4px;
	line-height: 1.4;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.card-cat {
	font-size: 14px;
	color: #666;
}

	
}


/* 最大767px: iphone15 横回転 */
@media screen and  (min-width: 600px) and (max-width: 767px) {

div.wrapper_vida{
width: 100%;
height:auto;
float:left;
background: none;
margin:0;
padding:0;
box-sizing: border-box;
}

    .list-output_.original ul li {
        width: 100%;
        padding: 8px;
    }

	
  .original_content {
    padding: 5px;
	  box-sizing: border-box;
  }
	
	.content-left{
		width:100%;
		height:auto;
		float:left;
		margin-bottom: 30px;
	}
	
	article.vidaland{
	width:100%;
	height:auto;
	border-bottom: none;
	margin-bottom: 50px;
	float:left;
}
	
	/* メイン画像 */
#vidaImage {
	width:100%;
  text-align: center; /* 中央寄せ */
  margin: 20px 0;
}
#vidaImage .vida-photo {
  width: 100%;       /* デフォルトはスマホ用に100% */
  height: auto;
}

/* サムネイルリスト */
#vida_imageList .vida-thumb-list {
	width:100%;
	height:auto;
  list-style: none;
}
#vida_imageList .vida-thumb-photo {
  width: 100%;
  height: auto;
}


.detail {
	width:90%;
	height:auto;
	display: block;
	margin: 0 auto;
	background: none;
	font-size: 18px;
	
}

.listcomment {
	width:100%;
	height:auto;
	color: black;
	background: none;
	font-size: 18px!important;

}

	
	
  .content-right {
	width:100%;
	height:auto;
    margin-top: 10px;
	background: none;
	padding:0;
	margin:0;
	  float: left;
	  border-top: 10px double blue;
	  box-sizing: border-box;
  }

  .ad-area{
	width:100%;
	height:auto;
	text-align: center;
	float: left;
  }


	.sponsors{
		width:90%;
		height:auto;
		margin:0 20px;
		box-sizing: border-box;

	}

	.ad-container {
		width:100%;
		height:auto;
		float: left;
		margin:10px;

	}

	.ad-item{
		width:100%;
		height:auto;
		margin: 30px auto;
	}

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

/* random タグ　*/
.random-posts h3 {
    text-indent: 1em;
    font-weight: bold;
    margin-bottom: 10px;
}

.random-posts {
	width:100%;
	height:auto;
    margin: 20px 0;
	float:  left;
}
.random-card {
	display: flex;
	align-items: center; /* 画像とテキストを縦中央揃え */
	height: 100px;
	border: 1px solid #ddd;
	overflow: hidden;
	background: #fff;
	transition: transform 0.2s, box-shadow 0.2s;
}

.random-card:hover {
	transform: translateY(-2px);
	box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.random-cards{
	width:100%;
	height:auto;
	float: left;
	border-bottom:1px solid silver;

}
/* 左：画像 */
.card-thumb {
	width: 30%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f5f5f5;
}

.card-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


/* 右：タイトルとカテゴリー */
.card-info {
	width: 70%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center; /* 縦中央 */
	padding: 6px 12px;
	box-sizing: border-box;
}

.card-title {
	font-weight: 600;
	font-size: 16px;
	color: #000000;
	margin-bottom: 4px;
	line-height: 1.4;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.card-cat {
	font-size: 14px;
	color: #666;
}


}

/* iphone15 Pro スマホ微調整 599px以下 */
@media screen and (max-width: 599px) {

div.wrapper_vida{
width: 100%;
height:auto;
float:left;
background:none;
margin:0;
padding:0;
box-sizing: border-box;
}


    .list-output_.original ul li {
        width: 100%;
        padding: 8px;
    }

	
  .original_content {
    padding: 5px;
	  box-sizing: border-box;
  }
	
	.content-left{
		width:100%;
		height:auto;
		float:left;
		margin-bottom: 30px;
	}
	
	article.vidaland{
	width:100%;
	height:auto;
	border-bottom: none;
	margin-bottom: 50px;
	float:left;
}
	
	/* メイン画像 */
#vidaImage {
	width:100%;
  text-align: center; /* 中央寄せ */
  margin: 20px 0;
}
#vidaImage .vida-photo {
  width: 100%;       /* デフォルトはスマホ用に100% */
  height: auto;
}

/* サムネイルリスト */
#vida_imageList .vida-thumb-list {
	width:100%;
	height:auto;
  list-style: none;
}
#vida_imageList .vida-thumb-photo {
  width: 100%;
  height: auto;
}


.detail {
	width:90%;
	height:auto;
	display: block;
	margin: 0 auto;
	background: none;
	font-size: 18px;
	
}

.listcomment {
	width:100%;
	height:auto;
	color: black;
	background: none;
	font-size: 18px!important;

}

	
  .content-right {
	width:100%;
	height:auto;
	padding: 0;
	margin: 0;
	background: none;
	  float: left;
	  box-sizing: border-box;
	  border-top: 10px dashed blue;
  }

  .ad-area{
	width:100%;
	height:auto;
	text-align: center;
	float: left;
  }


	.sponsors{
		width:90%;
		height:auto;
		margin:0 20px;
		box-sizing: border-box;

	}

	.ad-container {
		width:100%;
		height:auto;
		float: left;
		margin:10px;

	}

	.ad-item{
		width:100%;
		height:auto;
		margin: 30px auto;
	}

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


/* random タグ　*/
.random-posts h3 {
    text-indent: 1em;
    font-weight: bold;
    margin-bottom: 10px;
}

.random-posts {
	width:100%;
	height:auto;
    margin: 20px 0;
	float:  left;
}
.random-card {
	display: flex;
	align-items: center; /* 画像とテキストを縦中央揃え */
	height: 100px;
	border: 1px solid #ddd;
	overflow: hidden;
	background: #fff;
	transition: transform 0.2s, box-shadow 0.2s;
}

.random-card:hover {
	transform: translateY(-2px);
	box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.random-cards{
	width:100%;
	height:auto;
	float: left;
	border-bottom:1px solid silver;

}
/* 左：画像 */
.card-thumb {
	width: 30%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f5f5f5;
}

.card-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


/* 右：タイトルとカテゴリー */
.card-info {
	width: 70%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center; /* 縦中央 */
	padding: 6px 12px;
	box-sizing: border-box;
}

.card-title {
	font-weight: 600;
	font-size: 16px;
	color: #000000;
	margin-bottom: 4px;
	line-height: 1.4;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.card-cat {
	font-size: 14px;
	color: #666;
}



}