/*
Theme Name: Welcart Beldad
Theme URI: https://avtuber.doerolife.com/
Author: 性欲つよし
Author URI: https://avtuber.doerolife.com/
Description: Welcart Beldad is child theme for Welcart Basic.
Version: 2.0
Tags: responsive-layout, Beldad, two-columns, left-sidebar
*/


.h2title {
    display: block;
    font-size: 100%;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
	color: #333;
}

/* h1{
	font-size: 29px;
} */

/* モーダルCSS */
.modal {
    display: none; /* モーダルを非表示に設定 */
    position: fixed;
    z-index: 10000; /* z-indexを高く設定 */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    align-items: center;
    justify-content: center;
    display: flex;
	align-items: center;
  }

  .modal-not {
    display: none; /* モーダルを非表示に設定 */
    position: fixed;
    z-index: 10000; /* z-indexを高く設定 */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    align-items: center;
    justify-content: center;
    display: flex;
	align-items: center;
  }
  
  .modal-content {
    background: white;
    padding: 20px;
    border-radius: 8px;
    width: 80%; /* 必要に応じてサイズ調整 */
    box-shadow: 0 5px 15px rgba(0,0,0,0.5);
	position: relative; /* 親要素を相対位置に設定 */
  }
.modal-content img {
  width: 100%;
  height: auto;
}
.iframe-wrapper iframe img {
  width: 100%;
  height: 100%;
}

  .modal-close {
	position: absolute;
	top: -10px;
	right: 0px;
	color: #fff;
	font: inherit;
	display: inline-block;
	overflow: visible;
	min-width: 30px;
	cursor: pointer;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	border-color:#333333;
	border-radius: 30px; 
    background: #FF49AE;
    border: none; 
}

	/* スクロール無効化 */
	body.modal-open {
		overflow: hidden;
		padding-right: var(--scrollbar-width);
	}

input{
    font-size: 16px;
    transform: scale(1.0);
  }
input.search {
    width: 50%;
}

/* 検索 */
.isearch{
	margin: 60px 16px 0px 16px;
	display: flex;
	justify-content: center;
}
.isearch_text{
	width: 80%;
}

/* 優先 */

.priority_toplive{
    background-color: #ee802f;
    font-size: 17px;
	padding: 3px 3px;
}
.priority_toplive p{
	color: #fff;
    font-weight: 700;
	text-align:center;
}
/* 中身 */
.whitetitle{
	font-size: 1.4rem;
	color: #fff;
}

/* キャッチコピー */
.catchcopy{
	text-align: center;
	font-weight: 700;
	font-size: 1.4rem;
}

section{
	padding-bottom: 18px;
}
.tenti{
	margin: 40px 8px 34px 8px;
}

/* 404ページ */
.flame404{
	position: relative;
}

.flame404 img{
	vertical-align:top;
}


.char{
    width: 100%;    /* 横幅を割合で指定 */
    height: auto;  /* 高さは自動指定 */
}

.flame404 p {
	position: absolute;/*絶対配置*/
	font-weight: bold;
	font-size: 1.4em;/*サイズ2倍*/
	font-family: "M PLUS Rounded 1c";
	top: 7em;
	right: 0em;
	}

/*固定ページ */

.blog-title {
	position: relative;
	font-weight: 700;
	text-align: center;
  }

.blog-title::before {
	position: absolute;
	top: 50%;
	z-index: 1;
	display: block;
	width: 100%;
	height: .1rem;
	content: "";
	background-color: #ddd;
  }
  .enclose{
    background-color: #f9f9f9;
    border: solid .1rem #ececec;
    padding:30px;
    font-size: 1.6rem;
  }
  .enclose p{
    padding-bottom: 0;
  }

  .blog-title span {
	position: relative;
	z-index: 2;
	text-align: center;
	background-color: #fff;
	padding: 0 1rem;
	font-size: 2.4rem;
  }
  .blog-link a{
	text-align: center;
  }

  .design08 {
	width: 100%;
	text-align: center;
	border-collapse: collapse;
	border-spacing: 0;
   }
   .design08 th {
	padding: 10px;
	background: #778ca3;
	border: solid 1px #666666;
	color: #ffffff;
   }
   .design08 td {
	padding: 10px;
	border: solid 1px #666666;
   }
   .design08 td:first-child {
	background: #e9faf9;
   }
  /* 2カラムサイトにする */
.wrapper {
    width: 90rem;
    padding:0;
    display: flex;
    margin: 8px auto;
    justify-content: center;
}

.wrapper h4 {
    display: block;
    font-size: 1.17em;
    /* margin-block-start: 1em; */
    /* margin-inline-start: 0px; */
    margin-inline-end: 0px;
    font-weight: bold;
}
.wrapper p {
    display: block;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.haba{
	margin-block-start: 10px;
    margin-block-end: 10px;
}

/* avtuber */
.height_center{
	display: grid;
	place-items: center;
}
/* 記事 */
.titletag {
	position: relative;
	display: inline-block;
	padding: 1rem 2rem 1rem 4rem;
	color: #fff;
	border-radius: 100vh 0 0 100vh;
	background: #3b5998;
	font-size: 21px;
	margin-bottom: 0.5em;
  }
  
  .titletag:before {
	position: absolute;
	top: calc(50% - 7px);
	left: 10px;
	width: 14px;
	height: 14px;
	content: '';
	border-radius: 50%;
	background: #fff;
  }

.left, .info {
    padding: 1rem;
    margin-top: 1rem;
}

.left {
    width: 60%;
    margin-right: 10px;
}

h1.title{
	margin-left: 24px;
	font-size: 1.4rem;
	color: #333;
}
/*ローディングが表示されるエリアの設定*/
#infscr-loading {
	width:100%;
	text-align:center;
	margin:20px auto;
}

.navigation{
	padding-top: 12px;
	padding-bottom: 12px;
	flex-wrap: wrap;
	justify-content: center;
}
.navigation a {
	padding: 12px;
	width: 50%;
	font-size: 16px;
	color: #fff;
	background-color: #3b5998;
	border-radius: .3rem;
	box-shadow: 0 .3rem 0 #ccc;
	text-align: center;
	}

  /* サイドバー */
.info{
    background: #fff;
	border:outset 2px;
}
.side {
    width: 30%;
}

.info p, ul {
    padding: 10px;
}

 .info h2{
    padding-left: 1rem;
    color: #333;
 }

/* .share{
	padding-left: 7px;
} */
.share h2{
    text-align: center;
}
 .sns{
    display: table;
    table-layout: fixed;
    padding:0;
    /* margin-left: 10px; */
    width: 100%;
    height: 100%;
  }
  .sns li{
    display: table-cell;
    vertical-align: middle;
    word-wrap: break-word;
    height: 100%;
  }
  .sns li a{
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    box-sizing: border-box;
    height: 100%;
    width: 100%;
}
.sns li i{
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 45px;
    display: inline;
    color:#fff;
  }

/* プラットフォーム */
.platform{
	padding: 3px 3px;
	font-size: 13px;
	font-weight: 700;
	display: inline-block;
}
.platform p{
	color: #fff;
    font-size: 13px;
    font-weight: 700;
    display: inline-block;
}
.YouTube{
	background-color: #c4302b;
}
.twitcas{
	background-color:#0073FF;
}
.FC2{
	background-color:#F05D61;
}
.Twitch{
	background-color:#9146FF;
}
.withny{
	background-color:#E36C8F;
}
.rplay,
.RPLAY {
  background-color: #00B2FF;
}
.niconico{
	background-color:#252525;
}
.twitter{
    background-color: #1da1f2;
}
.line{
	background-color: #06C755;
}
.facebook{
    background-color: #3B5998;
}
.rss{
    background-color: #ee802f;
}
.gray{
    background-color: #F4F5F6;	
}
/* プラットフォーム */
.headline{
	padding: 6px;
	margin-bottom: 6px;
	width:100%;
}
.headline_0{
	padding: 6px;
	width:100%;
}

.item-list{
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

h4{
	margin-left: 6px;
	font-size: 19px;
	font-weight: 800;
}

.movie{
	margin-left: 6px;
	font-size: 22px;
	font-weight: 800;
}

  .sbtn-detail {
    padding-top: 12px;
    padding-bottom: 12px;
	flex-wrap: wrap;
    justify-content: center;
	width: 90% ;
}


.past{
	float:right;
	font-size: 16px;
	padding-right: 6px;
}
.dcontents{
	word-break: break-all ;
	padding: 6px;
}
/* avtuber */
h3.kizi {
	position: relative;
	overflow: hidden;
	padding: 1rem 1rem 1rem 115px;
	border: 2px solid #333;
	font-size: 16px;
	margin-bottom: 8px;
  }
  /* シナリオ投稿の設定囲み 1*/
.tag{
	margin-top:5px;
}

.tag a{
	margin: 5px;
	padding: 1px 3px 1px 3px;
	color: #fff;
	font-weight: 600;
	background-color: #ff5a6a;
	text-decoration: none;
	border-radius: 4px;
	box-shadow: 2px 2px 4px gray;
	display: inline-block; /* インラインブロック化 */
   }
h3.kizi:before {
	position: absolute;
	top: -150%;
	left: -100px;
	width: 200px;
	height: 300%;
	content: '';
	-webkit-transform: rotate(25deg);
	transform: rotate(25deg);
	background: #333;
  }
h3.kizi span {
	font-size: 30px;
	position: absolute;
	z-index: 1;
	top: 6px;
	left: 0;
	display: block;
	padding-left: 6px;
	color: #fff;
  }

  .box28 {
    position: relative;
	margin-top: 8px;
    padding: 25px 10px 7px;
    border: solid 2px #333;
}
.box28 .box-title {
    position: absolute;
    display: inline-block;
    top: -2px;
    left: -2px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background: #333;
    color: #ffffff;
    font-weight: bold;
}
.box28 p {
    margin: 0; 
    padding: 0;
}

.circle{
	width: 80px;
	height: 80px;
	border-radius: 50%;
}
.circle2{
	border-radius: 50%;
}
.circle3{
	border-radius: 30px;
}
.margin-center{
	margin-left: auto;
    margin-right: auto;
}

.iframe-wrapper {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
  }
  
  .iframe-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
  }
.close{
	font-size: 40px;
	vertical-align: top;
}

.subheading{
	color: #364e96; /* 文字色 */
    border-top: solid 3px #364e96; /* 上ボーダー */
    border-left: solid 3px #364e96; /* 左ボーダー */
    border-right: solid 3px #364e96; /* 右ボーダー */
    padding: 0.5em; /* 文字周りの余白 */
    border-radius: 0.5em 0.5em 0 0; /* 角丸 */
}

/* 下層サムネ */
.ditem h3{
    margin-block-start: 0em;
    margin-block-end: 0em;
	margin-left: 6px;
	font-size: 16px;
	font-weight: 600;
}

/* サイドバー　バナー */

.banner {
	line-height: 100%;
	text-align: center;
	overflow: hidden; /* 画像のはみ出しを隠す */
	display: flex;
	justify-content: center;
	align-items: center;
}

.banner img {
	width: 100%;
	height: auto;
	max-height: 100%;
	object-fit: cover; /* 画像のアスペクト比を保ちながら全体をカバー */
}

.reply {
	text-align: right;
}
/* 下層サムネ */
.ditem p{
    margin-block-start: 0em;
    margin-block-end: 0em;
}

  /*グッズ・支援*/
  .tabletype02 {
	border-collapse: collapse;
	margin-bottom: .5em;
	width: 100%;
  }
  .tabletype02 th {
	margin-left: .5em;
	margin-right: .5em;
	background: #ffe9cb;
	font-weight: 600;
	line-height: 3.8em;
	text-align: center;
	vertical-align: top;
	width: 49%;
	box-shadow: .1rem .1rem .3em 0;
	border-radius: 20px;
  }
  .tabletype02 th a {
	display: block;
	width:100%;
	height:100%;
  }
  .tabletype02 td {
	padding: 1.2em .1em 1.2em 1.5em;
	vertical-align: top;
	width: 49%;
  }
  .tabletype02.family th {
	width: auto;
	border-bottom: none;
	border-right: 1px solid #FFFFFF;
	text-align: center;
	padding: 10px 0;
  }
  .tabletype02.family th:last-child {
	border-right: none;
  }
  .tabletype02.family td {
	width: auto;
	border-right: 1px solid #e5e5e5;
	padding: 10px 5px;
	text-align: center;
  }
  .tabletype02.family td:last-child {
	border-right: none;
  }
  .tabletype02.family input, .tabletype02.family select {
	width: 100%;
  }

  .table-cien {
    border-collapse: collapse;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    box-shadow: 0 0 15px -6px #00000073;
    border-radius: 10px; /* 追加：四隅を丸くする */
    overflow: hidden; /* 追加：角の丸みを適用するため */
    margin-bottom:16px;
  }
  
  .table-cien tr {
    background-color: #fff;
    border-bottom: 2px solid #fff;
  }
  .table-cien tr:nth-child(even){
    background-color: #f4f5f6;
  }
  .table-cien th{
    padding: .4em 1em;
  }

  .table-cien thead td{
	padding: 10px 0px 10px 10px;
	/* 内側の余白量を上下に0.6文字分＆左右に1文字分にする */
}
.table-cien td a {
   display: flex;       /* リンクをブロックレベル化して表示 */
   padding: 1.5em 0em 1.5em 0em;   /* 内側の余白量を上下に0.6文字分＆左右に1文字分にする */
}
  .table-cien thead th {
    font-size: 1.17em;
    font-weight: 600;
    padding: .5em;
    text-align: center; /* 追加：テキストを中央揃え */
	vertical-align: middle;
  }
  
  .table-cien thead tr {
    background-color: #f0b000;
    color: #fff;
  }
  .table-cien tbody th {
    text-align: left;
    font-size: .8em;
    font-weight: normal;
    width: 180px;
  }
  .table-cien tbody tr:hover {
    background-color: rgb(253, 241, 202);
  }
  .cien-post {
    text-align: left;
    font-size: .75em;
  }

  .cien-post a {
    display: block; /* aタグをブロック要素に */
    width: 100%; /* 親要素（td）の幅に合わせる */
    height: 100%; /* 親要素（td）の高さに合わせる */
    text-decoration: none; /* アンダーラインを削除 */
    color: inherit; /* テキストの色を継承 */
    
  }
  h4.cien_h4 {
    display: block;
    font-size: 16px;
    font-weight: 600;
    margin-block-start: 0em;
  }

  .price {
    text-align: right;
    color: #f0b000;
    font-weight: bold;
  }

/* お知らせ */
.top_inner {
	margin: 12px 66px 0px 66px;
	width: auto;
	font-weight: 700;

}
.topicslist li a {
	background: #FFFFFF;
	display: block;
	padding: 20px 40px;
	position: relative;
  }
  
.topicslist li a dl {
	position: relative;
  }
  
.topicslist li a dl dt {
	font-weight: 500;
	left: 0;
	position: absolute;
	top: 0;
	width: 9em;
  }
  
.topicslist li a dl dd {
	margin-left: 9em;
  }
  
.topicslist li a:after {
	background: url("/cms/wp-content/themes/welcart_basic/img/icon_arrow.png") no-repeat;
	content: "";
	height: 14px;
	margin-top: -7px;
	position: absolute;
	right: 40px;
	top: 50%;
	width: 8px;
  }

  /*問い合わせ*/
  .tabletype01 {
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
	border-collapse: collapse;
	margin-bottom: .5em;
	width: 100%;
  }
  .tabletype01 th {
	background: #e5e5e5;
	border-bottom: 1px solid #FFFFFF;
	font-weight: 600;
	padding: 1.2em 1.2em;
	text-align: left;
	vertical-align: top;
	width: 27%;
  }
  .tabletype01 th span {
	color: #ff5a6a;
  }
  .tabletype01 td {
	border-bottom: 1px solid #e5e5e5;
	padding: 1.2em .1em 1.2em 1.5em;
	vertical-align: top;
	width: 75%;
  }
  .tabletype01.family th {
	width: auto;
	border-bottom: none;
	border-right: 1px solid #FFFFFF;
	text-align: center;
	padding: 10px 0;
  }
  .tabletype01.family th:last-child {
	border-right: none;
  }
  .tabletype01.family td {
	width: auto;
	border-right: 1px solid #e5e5e5;
	padding: 10px 5px;
	text-align: center;
  }
  .tabletype01.family td:last-child {
	border-right: none;
  }
  .tabletype01.family input, .tabletype01.family select {
	width: 100%;
  }

  /* form */
  .formtype01 input[type="text"],
  .formtype01 input[type="tel"] {
	border: 1px solid #e5e5e5;
  }
  .formtype01 input.w100 {
	width: 95%;
  }
  .formtype01 input.w30 {
	width: 30%;
  }
  .formtype01 textarea {
	border: 1px solid #e5e5e5;
	font-size: 16px;
	width: 95%;
  }
  .formtype01 p.note {
	padding-top: .4em;
  }
  .formtype01 select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #fff url("/kyosaikai/cms/wp-content/themes/kyosaikai/images/common/icon_select.gif") right center no-repeat;
	border: 1px solid #e5e5e5;
	outline: none;
	padding: .2em 1em .2em .4em;
	vertical-align: middle;
	width: 100%;
  }
  
  .btn01 {
	padding-top: 2em;
	text-align: center;
  }
  .btn01 input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #ff5a6a;
	border: none;
	border-radius: 10px;
	box-shadow: 3px 4px 8px 3px #e5e5e5;
	color: #fff;
	cursor: pointer;
	font-size: 18px;
	line-height: 1;
	margin: 0 10px;
	outline: none;
	padding: 1em 0;
	width: 360px;
  }
  .btn01 input.btn_back {
	background: #999;
  }
  .btn01 a {
	background: #ff5a6a;
	border-radius: 10px;
	box-shadow: 3px 4px 8px 3px #e5e5e5;
	color: #fff;
	display: inline-block;
	font-size: 2.2rem;
	line-height: 1;
	margin: 0 auto;
	padding: 1.2em 0;
	width: 360px;
  }
  .btn01 input:hover,
  .btn01 a:hover {
	opacity: 0.8;
  }

  .btn02 {
	text-align: center;
	display: inline-block; _display: inline;
  }
  .btn02 input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #3b5998;
	border: none;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	line-height: 1;
	outline: none;
	padding: .3em 0;
	width: 60px;
  }
  .btn02 input.btn_back {
	background: #999;
  }
  .btn02 a {
	background: #3b5998;
	border-radius: 10px;
	color: #fff;
	display: inline-block;
	font-size: 2.2rem;
	line-height: 1;
	width: 60px;
  }
  .btn02 input:hover,
  .btn02 a:hover {
	opacity: 0.8;
  }
/* フリー素材 */
/* 標準ボタン */

.chara-talk {
    margin: 50px 0;
    padding: 0;
}
.chara-talk li {
    width: 75%;
    margin-left: 100px;
    padding: 15px;
    background-color: #f3f6f9;
    border: solid 2px #c3d2de;
    border-radius: 7px;
    box-shadow: 0px 2px 8px -1px rgba(0,0,0,0.2);
    position: relative;
}
.chara-talk li:nth-child(2n) {
    background-color: #fff9f1;
    border: solid 2px #ffddaa;
}
.chara-talk li + li {
    margin-top: 40px;
}
.chara-talk li:empty {
    margin: 0;
    padding: 0;
    height: 0;
}
.chara-talk li:before {
    position: absolute;
    top: 19px;
    left: -7px;
    width: 10px;
    height: 10px;
    margin: auto;
    background-color: #f3f6f9;
    border-top: 2px solid #c3d2de;
    border-right: 2px solid #c3d2de;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    content: '';
}
.chara-talk li:nth-child(2n):before {
    background-color: #fff9f1;
    border-top: 2px solid #ffddaa;
    border-right: 2px solid #ffddaa;
}

.chara-talk li span {
    display: block;
    position: absolute;
    top: -5px;
    left: -78px;
    width: 50px;
    height: 50px;
}
.chara-talk li span:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 50px;
    height: 50px;
    border: solid 2px #555;
    border-radius: 50%;
    overflow: hidden;
    background: no-repeat center center;
    background-size: 54px 66px;
    content: '';
}
.chara-talk li span:after {
    display: block;
    position: absolute;
    bottom: -22px;
    left: 0;
    right: 0;
    margin: 0 -10px;
    font-size: 11px;
    text-align: center;
}

/*** キャラクター ***/
.chara-talk .admin span:before {background-image: url(https://avtuber.doerolife.com/cms/wp-content/themes/welcart_basic/img/tuyoshi.svg);}
.chara-talk .admin span:after {content: '性欲つよし';}

.chara-talk .ai span:before {background-image: url(https://avtuber.doerolife.com/cms/wp-content/themes/welcart_basic/img/robot-solid1.svg);}
.chara-talk .ai span:after {content: 'AI';}
/*** キャラクター ***/


@keyframes shine {
  33% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}
  /* 姉妹リンク */
.sister{
	width: 100%;
	max-width: 500px;
}

.sister h3{
	padding-top: 12px;
	padding-bottom: 6px;
	font-size: 16px;
}

.sister img{
	width: 90%;
	border-radius: 10px 10px 10px 10px;
}
.plan_logo{
	width: 100%;
}
/* 色 */
.red{
	background-color:#DB3832;
}
.orange{
	background-color:#FC7021;
}
.green{
	background-color:#0E272C;
}
.blue{
	background-color:#3b5998;
}
.pink{
	background-color:#fd79bb;
}
.whiteb{
	background-color:#fff;
}
.white{
	color: #fff;	
}
.pinkb{
	color: #fd79bb;	
}
.redb{
	color:#DB3832;
}
.black{
	color: #333;	
}
/* 効果 */

.text_shadow {
	text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
				-1px 1px 0 #FFF, 1px -1px 0 #FFF,
				0px 1px 0 #FFF,  0-1px 0 #FFF,
				-1px 0 0 #FFF, 1px 0 0 #FFF;
  }
  .box_shadow {
	box-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
				-1px 1px 0 #FFF, 1px -1px 0 #FFF,
				0px 1px 0 #FFF,  0-1px 0 #FFF,
				-1px 0 0 #FFF, 1px 0 0 #FFF;
  }
.clear{
	clear:both;
}
hr{
    border: none;
    border-bottom: 1px solid #DDDDDD;
    margin: 0;
}
.not {
	all: initial;
}

.margin12{
	margin-left: 12px;
}

.margin16{
    margin-left: 16px;
    margin-right:16px;
	margin-bottom: 8px;

  }

.light{
    display: flex;
    justify-content: flex-end;
  }
.left2{
  display: flex;
  justify-content: flex-start;
  padding-top: 15px;
}

.exlink{
	color: #f0b000;
	text-decoration: underline;
	font-weight: 500;
}

/* 文字間詰める */
.font_spacing{
	letter-spacing: -0.14em;
}
@media screen and (max-width: 1207px){

	.br::before {
		content: "\A" ;
		white-space: pre ;
	}
	.search_text{
		width: 152px;
	}
	.isearch{
		margin: 30px 16px 0px 16px;
	}
	/* 404 */
	.flame404 p {
		position: absolute;/*絶対配置*/
		font-weight: bold;
		font-size: 1.8em;/*サイズ2倍*/
		font-family: "M PLUS Rounded 1c";
		top: 7em;
		right: 1em;
		}
	.isearch_text{
		width: 95%;
	}
	
	.container {
		padding-left: 0;
		padding-right: 0;
	}
	.thumbnail img{
		display: block;
		width: 100%;
		min-width: 180px;
		height: 100%;
		object-fit: cover;
	}

.modal {
    display: none; /* モーダルを非表示に設定 */
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    align-items: center;
    justify-content: center;
    display: flex;
  }
  .modal-not {
    display: none; /* モーダルを非表示に設定 */
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    align-items: center;
    justify-content: center;
    display: flex;
  }
  
  .modal-content {
    background: white;
    padding: 10px;
    border-radius: 8px;
    width: 100%; /* 必要に応じてサイズ調整 */
    box-shadow: 0 5px 15px rgba(0,0,0,0.5);
  }
    .wrapper {
        flex-direction: column;
        width: 100%;
    }
    .left {
        box-sizing: border-box;
        width: 100%;
        margin: 0;
		padding: 0rem;
    }
    .side{
        box-sizing: border-box;
        width: auto;
        padding-right: 0px;
        padding-left: 0px;
        margin:1rem;
    }
    .info{
        padding: 0rem;
        padding-top: 1rem;
        padding-bottom: 1rem;

    }

input.search{
  width: 80%;
}
 .sns{
    display: table;
    table-layout: fixed;
    padding:0;
    width: 100%;
    height: 100%;
  }
  .sns li i{
    font-size: 80px;
  }
}

/* avtuber */
@media screen and (min-width: 1015px){
	/* スマフォのみ表示 */
	.hamburgermenu{
		display: none !important;
	}

}

@media screen and (max-width: 1014px){
	/* スマフォのみ表示 */
	.tablet{
		display: none !important;
	}
}

@media screen and (max-width: 856px){
	.sitetitle{
		width: 140px;
	}

	/* h1{
		width: 140px;
	} */
	.thumbnail img{
		display: block;
		width: 100%;
		min-width: 180px;
		height: 100%;
		object-fit: cover;
	}
	.top_topics {
		padding: 12vw 0;
		min-width: 0;
		background-size: auto 8px;

	}
	/* 404 */
	.flame404 p {
		font-size: 1.5em;/*サイズ2倍*/
		top: 8em;
		right: 1em;
		}
	/* お知らせ */
	.top_inner {
	margin-left: 4%;
	margin-right: 4%;
	width: auto;
	font-weight: 700;
	}
	/* お知らせ */
	.topicslist li a {
	line-height: 1.8;
	padding: .8em 2.5em .8em 1em;
	}
	.topicslist li a dl dt {
	margin-bottom: .2em;
	position: static;
	}
	.topicslist li a dl dd {
	margin-left: 0;
	}
	.topicslist li a:after {
	background-size: 1.3vw auto;
	height: 2.7vw;
	margin-top: -1.3vw;
	right: 1.5em;
	width: 1.3vw;
	}

/* AVtuber */
.tabletype02:not(.family) th {
    display: block;
    line-height: 2.6em;
    width: auto;
  }
  .tabletype02:not(.family) td {
    display: block;
    padding: .6em .1em .6em 1em;
    width: auto;
  }

  .sp-tblscr {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .sp-tblscr .tabletype02 {
    width: 800px;
  }

  .formtype01 .tabletype02:not(.family) td span.name {
    display: block;
    padding-top: .5em;
  }
  .formtype01 input.w30 {
    width: 80%;
  }
/*お問い合わせ*/
.tabletype01:not(.family) th {
    display: block;
    padding: .4em 1em;
    width: auto;
  }
  .tabletype01:not(.family) td {
    display: block;
    padding: .6em .1em .6em 1em;
    width: auto;
  }

  .sp-tblscr {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .sp-tblscr .tabletype01 {
    width: 800px;
  }

  .formtype01 .tabletype01:not(.family) td span.name {
    display: block;
    padding-top: .5em;
  }
  .formtype01 input.w30 {
    width: 80%;
  }

  .btn01 input,
  .btn01 a {
    border-radius: 5px;
    display: block;
    font-size: 5vw;
    width: 100%;
    margin: 10px 0;
  }
  
  /* 姉妹リンク */
  .sister{
	width: 100%;
	margin: 0 auto;
	max-width: 500px;
}
.sister img{
	width: 100%;
}

}

@media screen and (max-width: 781px){
	h3.kizi {
		position: relative;
		overflow: hidden;
		padding: 1rem 1rem 1rem 115px;
		border: 2px solid #333;
		font-size: 16px;
		margin-top: 8px;
		margin-bottom: 0px;
	  }

	  .margin12 {
		margin-left: 0px;
	}
		/* 404 */
		.flame404 p {
			font-size: 1.5em;/*サイズ2倍*/
			top: 11em;
			right: 1em;
			}
	}
	.modal-content {
		top: 2.5%;
	}
@media 	screen and (min-width: 641px){
	.modal-content {
		max-width: 960px;
		vertical-align: middle;
		top: 30px;
	}
}

@media screen and (max-width: 600px) {
    .table-cien {
      border: 0;
      width: 98%;
      border-radius: 10px; /* 追加：テーブル全体の角丸をリセット */
    }
    .table-cien th {
      background-color: #f0b000;
      display: block;
      border-right: none;
      border-radius: 10px 10px 0 0; /* 追加：行の四隅を丸くする */
    }
    .table-cien thead {
      border: none;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px;
    }
    .table-cien tr {
      display: block;
      margin-bottom: .625em;
      border: 1px solid #f0b000;
      border-radius: 10px; /* 追加：行の四隅を丸くする */
    }
    .table-cien td {
      border-bottom: 1px dotted #bbb;
      display: block;
      font-size: .8em;
      text-align:justify;
      position: relative;
      
      border-right: none;
      
    }
    .table-cien td::before {
      content: attr(data-label);
      font-weight: bold;
      position: absolute;
      left: 10px;
      color: #000;
    }
    .table-cien td:last-child {
      border-bottom: 0;
    }
    .table-cien tbody th {
      color: #fff;
      padding: 1em;
      width: 100%;
      font-weight: 600;
    }

    .table-cien th::before {
      content: attr(data-label);
      font-weight: bold;
      position: absolute;
      right: 10px;
    }

    .table-cien tr:nth-child(even) {
      background-color: #fff;
    }

}

@media screen and (max-width: 548px){
	/* サイドバーサムネ */
	.sitem-list .sitem {
		width: 100%;
	}
	.sthumbnail img{
		display: block;
		width: 100%;
		min-width: 150px;
		height: 100%;
		object-fit: cover;
	}
	.flame404 p {
		font-size: 1.4em;/*サイズ2倍*/
		top: 10em;
		left: 1em;
		}
}
@media screen and (max-width: 500px){

	.thumbnail img{
		display: block;
		width: 100%;
		min-width: 150px;
		height: 100%;
		object-fit: cover;
	}

	/* 下層サムネ */
	.ditem-list .ditem {
		width: 100%;
	}
	.dthumbnail img{
		display: block;
		width: 100%;
		min-width: 150px;
		height: 100%;
		object-fit: cover;
	}
	/* サイドバーサムネ */
	.sthumbnail img{
		display: block;
		width: 100%;
		min-width: 150px;
		height: 100%;
		object-fit: cover;
	}
	/* 404 */
	.flame404 p {
		font-size: 1em;/*サイズ2倍*/
		top: 10em;
		left: 1em;
		}
		/* タイトル */
		.blog-title span {
			font-size: 1.9rem;
		  }

}

@media screen and (max-width: 339px){

	.thumbnail img{
		display: block;
		width: 100%;
		min-width: 150px;
		height: 100%;
		object-fit: cover;
	}
	.sthumbnail img{
		display: block;
		width: 100%;
		min-width: 150px;
		height: 100%;
		object-fit: cover;
	}
	h3 {
    	font-size: 16px;
	}

}
@media(min-width:1207px){
	/* スマフォのみ表示 */
	.sp{
        display: none !important;
    }
}
@media(max-width:1206px){
	/* PCのみ表示 */
    .pc{
        display: none !important;
    }
}