@charset "utf-8";
/*
theme Name: ラッコマーケット用オリジナルテーマ
Author: ikemens.tokyo
Description: 注意事項：当テーマに記載されているコードの改変や設定の変更は、慎重に行ってください。これらの操作に伴う結果や影響については、すべてご自身の責任で行っていただく必要があります。特に、サイトの運営や機能に関わる部分の変更については、事前にバックアップを取ることを強くお勧めします。問題が発生した場合でも、弊方では一切の責任を負いかねますので、あらかじめご了承ください。
Version: 1.2.1
*/

body {
margin: 0px;
padding: 0px;
line-height: 180%;
overflow-x: hidden; /* 横スクロールを完全無効化 */
}

/* 一瞬非表示 */
.small {
visibility: hidden;
opacity: 0;
}
.count-up {
display: none;
}
#box4 .count-up,#box1 .count-up {
font-family: 'Oswald', sans-serif;
}
.my-custom-font {
font-family: 'Oswald', sans-serif;
}

button.age-gate-submit-no, button.age-gate-submit-yes, button.age-gate__submit--no, button.age-gate__submit--yes{
font-size :20px !important;
margin-top: 20px;
padding: 5px 10px !important;
}

a:link {color:#222; text-decoration:underline}
a:visited {color:#222; text-decoration:none}
a:active {color:#222; text-decoration:none}
a:hover {color:#555; text-decoration:none}

a.post:link {color:#222; text-decoration:underline}
a.post:visited {color:#222; text-decoration:none}
a.post:active {color:#222; text-decoration:none}
a.post:hover {color:#555; text-decoration:none}

a.postt:link {color:#222; text-decoration:none}
a.postt:visited {color:#222; text-decoration:none}
a.postt:active {color:#222; text-decoration:none}
a.postt:hover {color:#f1f1f1; text-decoration:none}

a.twitter:link {color:#69a1d0; text-decoration:none}
a.twitter:visited {color:#69a1d0; text-decoration:none}
a.twitter:active {color:#69a1d0; text-decoration:none}
a.twitter:hover {color:#ccc; text-decoration:none}

a.footer:link {color:#fff; text-decoration:underline}
a.footer:visited {color:#fff; text-decoration:none}
a.footer:active {color:#fff; text-decoration:none}
a.footer:hover {color:#f1f1f1; text-decoration:none}

a.top:link {color:#fff; text-decoration:underline}
a.top:visited {color:#fff; text-decoration:none}
a.top:active {color:#fff; text-decoration:none}
a.top:hover {color:#f1f1f1; text-decoration:none}

a:hover img {
opacity: 0.7;
filter: alpha(opacity=70);
-ms-filter: "alpha(opacity=70)";
}

div.zure{
display: block;
margin-top:-120px;
padding-top:120px;
}

img {
max-width: 100%;
height: auto;
}

.my-small {
font-size: 1.5em;
/*ウェブアイコン1.6倍の大きさに*/}

.container {
max-width: 1080px;
margin-right: auto;
margin-left: auto;
padding: 10px 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
text-align: left;
}

#sidebar {
margin: 20px 0;
font-size: 12px;
line-height: 150%;
}

.contents {
margin: 20px 0;
}

@media (min-width: 780px) {
/*コンテンツとサイドバーを横に並べる*/
.container:after {
display: block;
clear: both;
content: '';
}
.contents {
float: left;
width: 70%;
margin-right: 2%;
text-align: left;
}
#sidebar {
float: left;
width: 28%;
text-align: left;
font-size: 14px;
}
}

/*---------------------------------------------------------
記事一覧
---------------------------------------------------------*/
.article-list {
margin: 10px 10px 30px 10px ;
padding: 1rem;
box-shadow: 0 0 0 5px #7f40eb, 0 0 0px 10px #d7dadd;
background-image: url(/Image/bg_02.svg),url(/Image/);
background-size: 1500px, 5px auto;
background-position: 100% 0%, center;
background-repeat: no-repeat, repeat;
background-color: #fff;
border-radius: 0px;
text-align: left;
line-height: 140%;
transition: background-color 0.5s ease; /* 変化に0.5秒かける */
}

.article-list:hover {
box-shadow: 0 0 0 5px #3838fa, 0 0 0 0px #69a1d0;
background-image: url(/Image/bg_01.svg),url(/Image/);
background-size: 1500px, 5px auto;
background-position: 100% 0%, center;
background-repeat: no-repeat, no-repeat;
background-color: #7f40eb;
color: #f1f1f1 !important;
}

.article-list a {
display: block;
text-decoration: none;
}

.article-list a:after {
display: block;
clear: both;	
content: '';
}

.article-list .img-wrap {
position: relative;
float: left;
line-height: 1;
overflow: hidden;
}

.article-list .img-wrap img {
width: 250px;
height: 200px;
object-fit: cover;
object-position: center top; /* 画像の配置を中央上部に設定 */
transition: 0.5s all;
}

.article-list:hover .img-wrap img {
transform: scale(1.2, 1.2);
opacity: 1.0;
}

.article-list .img-wrap .cat-data {
font-size: 13px;
color: #333;
position: absolute;
top: 0;
left: 0;
padding: 3px 5px;
background-color: rgba(255,255,255,0.7);
white-space: nowrap;
}
.article-list .img-wrap .cat-data::before {
content: "\f07b"; /* Unicode value of the 'fa-folder' icon in FontAwesome */
font-family: "Font Awesome 5 Free"; /* Adjust based on the version and style of FontAwesome you are using */
font-weight: 900; /* Adjust based on the style of FontAwesome you are using */
margin-right: 0px; /* Space between the icon and the text */
width: 90%; 
white-space: nowrap;  
overflow: hidden;  
text-overflow: ellipsis;  
-webkit-text-overflow: ellipsis;  
-o-text-overflow: ellipsis;
}

.article-list .text {
margin-left: 265px;
}

.article-list .text h2 {
font-size: 110%;
padding-top: 10px;
font-weight: normal !important;
margin-bottom: .5rem;
line-height: 1.3;
}

.article-list .text .article-date,
.article-list .text .article-author {
font-size: 12px;
font-weight: normal;
display: inline-block;
margin-bottom: .5rem;
white-space: nowrap;
}

.article-list .text .article-date {
margin-right: .5rem;
}

.article-list .text .article-author i {
margin-right: .3rem;
}

.article-list .text p {
font-size: .8125rem;

line-height: 130% !important;
}

/*---------------------------------------------------------
記事一覧　スマホ表示
---------------------------------------------------------*/
@media(max-width: 600px) {
.article-list .img-wrap img {
width: 180px;
height: 150px;
}

.article-list .img-wrap .cat-data {
font-size: 10px;
white-space: nowrap;
}

.article-list .text {
margin-left: 195px;
padding: 0;
line-height: 1.0;
}
	
/*スマホ表示記事一覧表示のタイトル*/
.article-list .text h2 {
font-size: 100%;
text-decoration:none !important;
font-weight: normal !important;
margin-bottom: 3;
line-height: 1.5;

word-break:break-all;
}

.article-list .text p {
display: none;
color: ;
}

.article-list .text .article-date,
.article-list .text .article-author {
font-size: 70%;
margin: 10px 0;
}

.article-list .text .article-date {
margin-right: .2rem;
}
}

/*ページネーション*/
.parent {
display: flex;
justify-content: center;
}

.pagination {
display: flex;
align-items: center;
justify-content: center;
}

.pagination {
margin: 40px 0% 40px 0%;
text-align: center;
line-height: -80px;
display: flex;
align-items: center;
}

.pagination ul {	
margin: 0;
list-style: none;
}

.pagination li {	
width: auto;
margin: 0 0px;
display: inline-block;
vertical-align: middle;
}

.pagination li a, .pagination li > span {
font-size: 1.0em;
font-weight:bold;
font-family: 'Oswald', sans-serif;
display: block;
width: 50px;
height: 50px;
padding-top: 13px;
padding-bottom: 5px;
padding-right: 0px;
padding-left: 0px;

text-decoration: none;
color: #7f40eb;
background-color: #fff;
border: solid 1px #7f40eb;
border-radius: 0%;
}

.pagination li > span {	
color: #fff;
background-color: #7f40eb;
}

.pagination li a:hover {	
color: #fff;
background-color: #7f40eb;
}

.pagination li .dots {	
width: 20px;
padding-top: 10;
color: #7f40eb;
border-color: transparent;
background-color: transparent;
}

.pagination li a.prev.page-numbers, .pagination li a.next.page-numbers {
padding-top: 17px !important; /* 他のリンクと同じ高さに調整 */
}

/* 必要に応じて、以下のような追加スタイルも検討してください。*/
.pagination li a.prev.page-numbers:before, .pagination li a.next.page-numbers:after {
content: ''; /* 矢印を表示するためのコンテンツ */
display: inline-block !important;
vertical-align: middle !important;
/* ここに矢印のスタイルを追加 */
}

.contents > h1 {	
font-size: 1.5em;
margin: 0 0 20px;
}

@media (max-width: 599px) {	
.contents > h1 {
font-size: 1.3em;
}
}

.kiji {	
font-size: 1em;
margin: 0;
padding: 0 25px 25px;
}
	
.kiji-info .cat-data a {
text-decoration: none;
color: #222;
}
	
.kiji-info .cat-data a:hover {	
opacity: .8;
}
	
.kiji-img {	
max-width: 780px;
margin: 30px 0px;
text-align: center;
display: block;
text-align: center;
transition: none 0s ease 0s;
outline: none;
border: none;
padding: 0px;
border-spacing: 0px;
margin-left: -10px;
margin-right: -10px;
z-index: 30;
}

/*タグ*/
.kiji-tag {
text-align: left;
}

.kiji-tag ul {
display: flex;
flex-wrap: wrap;
margin: 0;
padding: 0;
list-style: none;
}

.kiji-tag li {
margin-right: 3px;
margin-bottom: 3px;
white-space: nowrap;
}

.kiji-tag li a {
display: inline-block;
text-align: center;
font-size: 12px;
text-decoration: none !important;
margin: 2px;
padding: 3px 15px;
white-space: nowrap;
background: #fff;
color: #333 !important;
border: solid 2px #333;
border-radius: 50px;
transition: .4s;
/*line-height: 1.5; 改行 */
}

.kiji-tag li a:before {
font-size: 1.0em;
color: #333;
content: "\23";
font-family: FontAwesome;
padding-right: 3px;
transition: .4s;
}

.kiji-tag li a:hover {
background: #333;
color: #fff !important;
border: solid 2px #333;
}

.kiji-tag li a:hover:before {
color: #fff !important;
}
 
.kiji p {
margin-top: 0;
margin-bottom: 30px;
color: ;
font-size:100%;
line-height: 200%;
}

/*記事中のタイトルタグ*/
.entry-title { 
font-size:38px;
line-height: 150%;
color: #222;
}

.kiji h1 {
font-size: 30px;
margin: .3em 0;
color: #222;
}

.kiji h2 {
padding: 100px 0px 0 0px;/*上下 左右の余白*/
font-size: 26px;
line-height: 1.5;
margin-bottom: 15px;
color: #f1f1f1;/*文字色*/
}

.kiji h3 {
font-size: 1.4em;
color: #222;/*文字色*/
font-weight: normal !important;
margin-top: 30px;
margin-bottom: 30px;
padding: 15px 0px 15px 10px !important;
border-top: solid 1px #fff;/*上線*/
border-bottom: solid 1px #fff;/*下線*/
}
	
.kiji h4 {
color: #222;/*文字色*/
font-size: 1.8em;
margin-top: 60px;
margin-bottom: 30px;
line-height: 150%;
}

.kiji h5 {
color: #222;/*文字色*/
font-size: 1.1em;
margin-top: 60px;
margin-bottom: 30px;
line-height: 140%;
}

/*ここまで*/
@media only screen and (max-width:780px){
.entry-title { 
font-size:26px;
line-height: 130%;
}
}

@media (max-width: 599px) {	
.kiji {
font-size: 92%;
padding: 0 10px 25px;
}
	
/*スマホサイズの記事中タイトルタグ*/
.kiji h1 {
font-size: 1.7em;
}

.kiji h2 {
padding: 80px 0px 0 0px;/*上下 左右の余白*/
font-size: 22px;
font-weight:bold;
line-height: 1.4;
margin-bottom: 15px;
color: #f1f1f1;/*文字色*/
}
	
.kiji h3 {
font-size: 1.3em;
line-height: 1.4;
color: #222;/*文字色*/
font-weight: normal !important;
margin-top: 30px;
margin-bottom: 30px;
padding: 7px 0px 5px 5px;
border-top: solid 1px #fff;/*上線*/
border-bottom: solid 1px #fff;/*下線*/
}

.kiji h4 {
color:#222 ;/*文字色*/
font-size: 1.6em;
margin-top: 60px;
margin-bottom: 30px;
line-height: 150%;
}

.kiji h5 {
color: #222;/*文字色*/

font-size: 1.1em;
margin-top: 60px;
margin-bottom: 30px;
line-height: 140%;
}
}
/*ここまで*/
/*---------------------------------------------------------
フッター
---------------------------------------------------------*/
.footer {
background-color:;
}

.footer-nav,
.copyright {
text-align: center;
}

.footer-nav {
font-size: 0;
margin-bottom: 3rem;
}

.footer-nav li {
font-size: 1rem;
display: inline-block;
margin-right: 1.5rem;
}

.footer-nav li a {
text-decoration: none;
color: #fff;
}

.footer-nav li a:hover {
opacity: .6;
}

/*------サイドバー------*/
.sidebar-wrapper {
margin-bottom: 1.8em;
padding: 5px;
color: #222;
}

.sidebar-wrapper h4 {
font-family:;
font-size: 1.5em;
margin-top: 0;
margin-bottom: 0px;
padding: 0px 0px;
color: #ddd;
font-weight:normal;
}

.footer-wrapper h4 {
font-family: ;
font-size: 1.5em;
margin-top: 0;
margin-bottom: 0px;
padding: 0px 0px;
color: #ddd;
font-weight:normal;
}

/*デフォルトウィジェット*/
.widget_recent_entries ul, .widget_meta ul, .widget_recent_comments ul, .widget_pages ul, .widget_meta ul, .widget_archive ul, .widget_nav_menu ul {
padding: 0;
list-style: none;
}

.widget_recent_entries li, .widget_meta li, .widget_recent_comments li, .widget_pages li, .widget_meta li, .widget_archive ul, .widget_nav_menu li {
position: relative;
padding: 0px;
}

.widget_recent_entries li, .widget_nav_menu li {
padding-left: 25px;
}
	
.widget_recent_entries a, .widget_meta a, .widget_recent_comments a, .widget_pages a, .widget_meta a, .widget_archive a, .widget_nav_menu a {
color: #ddd;
}

.widget_recent_entries a:hover, .widget_meta a:hover, .widget_recent_comments a:hover, .widget_pages a:hover, .widget_meta a:hover, .widget_archive a:hover, .widget_nav_menu a:hover {
color: #ddd;
}

/*カテゴリウィジェット*/
.widget_categories ul li {
position: relative;
border-bottom: 1px #f1f1f1 dotted ;
padding-bottom:10px;
padding-top:10px;
padding-left: 30px;
list-style: none;
}

.widget_categories li a {
font-size: 90%;
line-height: 100% !important;
color: #333;
text-decoration: none;
}

@media only screen and (min-width:781px){
.widget_categories li:before {
font-size: 1.0em;
color: #333;
content: "\e185";
font-family: FontAwesome;
margin: 0px 0px 0px -25px !important;
position:absolute;
}
}
@media only screen and (max-width:780px){
.widget_categories li:before {
font-size: 1.0em;
color: #333;
content: "\f07c";
font-family: FontAwesome;
margin: 5px -25px 0px 0px !important;
position:absolute;
}
}

.widget_categories a:hover {
color: #555;
}

.widget_categories ul li a .post-count,
.widget_archive ul li a .post-count {
line-height: 1.2em;
float: right; /* 右端に寄せる */
margin: 10px 10px 0 8px; /* 位置の調整 */
padding: 5px 8px; /* 文字周りの余白 */
border-radius: 4px; /* 角の丸み */
color: #fff; /* 文字色 */
font-size: 0.8em;
background: #777; /* 背景色 */
}

/*カテゴリウィジェットとアーカイブウィジェットのドロップダウン表示*/
.widget_categories .screen-reader-text {
display: none;
}

.widget_archive .screen-reader-text {
position: relative;
display: block;
height: 0;
text-indent: -9999999px;
}

.widget_categories form ,
.widget_archive form {
position: relative;
left: 0;
}

.widget_categories form::after,
.widget_archive form::after {
position: absolute;
top: 49%;
right: 5%;
font-size: 1.0em;
content: "\f078";
font-family: FontAwesome;
/* content: '▼'; */
color: #333; /* 文字色 */
transform: translateY(-50%);
pointer-events: none;
}

.widget_categories .postform,
.widget_archive select {
font-size: 100%;
width: 100%;
padding: 12px 12px;
cursor: pointer;
border: 5px solid #aaa;
border-radius: 0px;
background-color: #f4f5f9;
color: #777; /* 文字色 */
-webkit-appearance: none;
-moz-appearance: none;
}

.widget_categories .postform:hover {
border: 5px solid #d83473 !important;
}

 /* タグクラウド */
.tagcloud {
display: flex;
flex-wrap: wrap;
justify-content: left;
}

.tagcloud a {
display: inline-block;
margin: 3px;
padding: 7px 15px;
font-size: 12px !important;
text-decoration: none !important;
text-align: center;
white-space: nowrap;
color: #333;
background-color: #fff;
border: 2px solid #333;
border-radius: 50px;
transition: .4s;
}

.tagcloud a:before {
display: inline-block;
font-size: 12px !important;
font-family: FontAwesome;
content: "\23";
padding-right: 3px;
color: #333;
transition: .4s;
}

.tagcloud a:hover {
background-color: #333;
color: #fff;
border: 2px solid #333;
}

.tagcloud a:hover:before {
color: #fff;
}

/*アーカイブウィジェット*/
.widget_archive ul li {
position: relative;
border-bottom: 1px #ddd dotted ;
padding-bottom:0px;
padding-top:5px;
}

.widget_archive li a {
line-height: 3.0em;
font-size: 120%;
color: #222;
text-decoration: underline;
margin: -37px 0 0px 0px;
padding-left: 10px;
}

.widget_archive li:before {
font-size: 1.3em;
color: #222;
content: "\f044";
font-family: FontAwesome;
padding-left: 10px;
}

.widget_archive a:hover {
color: #555 !important;
text-decoration: none;
}

/*メニューウィジェット*/
.widget_nav_menu li:before {
font-family: 'Font Awesome 5 Free';
font-weight: bold;
position: absolute;
left: 5px;
content: '\f0da';
color: #464646;
}

.searchform {
margin: 34px 0 40px 0;
}

.searchfield {
font-size: 14px;
width: 190px;
padding: 10px;
}

.searchsubmit {
font-family: FontAwesome;
font-size: 20px;
width: 35px;
height: 30px;
background: transparent;
padding: 0;
border: none;
cursor: pointer;
}

/*--------------------------------
PREV NEXT
---------------------------------*/
#prev_next{
background: linear-gradient(to right, rgba(255,255,255,0), rgba(220,219,241,0.5), rgba(255,255,255,0));
width:100%;
margin: 36px 0 24px;
padding:0;
display: table;
}
#prev_next  #prev, #prev_next  #next{
width: 50%;
padding: 30px 10px 10px;
border-top:#ccc 1px solid;
border-bottom:#ccc 1px solid;
display: table-cell;
position:relative;
text-decoration:none;
}

#prev_next #prev:hover, #prev_next #next:hover{
background-color: rgba(255,255,255,0.9);
}
#prev_next #prev{
border-right:#ccc 1px solid;
}
#prev_next #prev_title, #prev_next #next_title{
font-size:90%;
top:-1em;
position:absolute; 
border: 1px #ccc solid;
background:#fff; 
text-align: center;
padding:3px;
color:#666;
}
#prev_next #next_title{
right:10px;
}
#prev_next #prev img, #prev_next #next img{
margin:10;
}
#prev_next #prev_no, #prev_next #next_no{
width: 50%;
height:140px;
padding:0 10px;
display: table-cell;
}
#prev_next #prev_no{
border-right:#ccc 1px solid;
}
#prev_next_home{
margin:0 auto;
background-color: #39f;
border: solid 9px #fff;
width: 100px;
height:100px;
-moz-border-radius: 100px;
-webkit-border-radius: 100px;
border-radius: 100px;
box-shadow: 0 0 0 3px #39f;
-webkit-box-shadow: 0 0 0 3px #39f;
-moz-box-shadow: 0 0 0 3px #39f;
text-align:center;	
}
#prev_next_home:hover{
background-color: rgba(0,0,255,0.7);
}
#prev_next_home i{
color:#FFF;
margin:10px auto ;
font-size:60px;
}
/*-- ここまで --*/
/*media Queries タブレットサイズ
----------------------------------------------------*/
@media only screen and (max-width: 780px) {
}
#prev_next #prev p, #prev_next #next p{
font-size:80%;
line-height:1.45;
}
/*media Queries タブレットサイズ
----------------------------------------------------*/
@media only screen and (min-width: 380px) {
}
/*media Queries PCサイズ
----------------------------------------------------*/
@media only screen and (min-width: 780px) {
/*-- ここから --*/
/*--------------------------------------
768px PREV NEXT
--------------------------------------*/
#prev_next #prev, #prev_next #prev::before, #prev_next #prev::after,
#prev_next #next, #prev_next #next::before, #prev_next #next::after {	
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all .3s;
transition: all .3s;
}
	
#prev_next #prev p, #prev_next #next p{
font-size:90%;
line-height:1.5;
}
	
#prev_next #prev_title, #prev_next #next_title{
padding:3px 10px;
}
#prev_next #next_title{
right:10px;
}
#prev_next #prev img{
float:left;
margin:10px
}
#prev_next #next img{
float:right;
margin:10px;
}
/*-- ここまで --*/
}
/*ホーム表示ブロック*/
#prev_next_home{
display: none;	
}
#prev_next_home:hover{
display: none;
}
#prev_next_home i{
display: none; 
}

/*トップ表示*/
.home-top .article-top .img-wrap img {
width: 615px;
height: 410px;
}

.home-top .article-top .text {
margin-left: 645px;
}

.home-top .article-top .new-post {
font-weight: none;
display: block;
margin-bottom: .5rem;
color: #ff9900;
}

.home-top .article-top .text h2 {
font-size: 150%;
margin-bottom: 1rem;
}

.home-top .article-top .text .article-date,
.home-top .article-top .text .cat-data {
margin-bottom: 1rem;
}

@media(max-width: 1024px) {
.home-top .article-top .img-wrap img {
width: 420px;
height: 280px;
}

.home-top .article-top .text {
margin-left: 440px;
}
}

@media(max-width: 800px) {
.home-top .article-top .img-wrap {
float: none;
}

.home-top .article-top .img-wrap img {
width: 100%;
height: 60vw;
}

.home-top .article-top .text {
margin-left: 0;
line-height: 1.7;
}

.home-top .article-top .new-post,
.home-top .article-top .text h2,
.home-top .article-top .text .article-date,
.home-top .article-top .text .cat-data {
margin-bottom: 1;
}
}

/*  ボタンの上に置く top */
.balloon_top {
position: relative;
background: #fcfcfc;
border: 1px solid gray; /*#242a2e;*/
font-size:11px;
text-align:center;
margin-bottom:5px; padding:3px;
font-family: arial, "ＭＳ ゴシック",sans-serif;
border-radius: 5px;        
}
.balloon_top:after, .balloon_top:before {
top: 100%;
left: 50%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
}

.balloon_top:after {
border-color: rgba(252, 252, 252, 0);
border-top-color: #fcfcfc;
border-width: 5px;
margin-left: -5px;
}
.balloon_top:before {
border-color: rgba(36, 42, 46, 0);
border-top-color: gray; /*#242a2e;*/
border-width: 6px;
margin-left: -6px;
}

/* ボタンの右に置く right */
.balloon_right {
position: relative;
background: #ffffff;
border: 1px solid gray; /*#0a0c0d;*/
font-size:11px;
text-align:center;
margin-left:5px; padding:3px; margin-top:30px;
font-family: arial, "ＭＳ ゴシック",sans-serif;
border-radius: 5px;
}
.balloon_right:after, .balloon_right:before {
right: 100%;
top: 50%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
}

.balloon_right:after {
border-color: rgba(255, 255, 255, 0);
border-right-color: #ffffff;
border-width: 3px; /*5px;*/
margin-top: -3px; /*5px;*/
}
.balloon_right:before {
border-color: rgba(10, 12, 13, 0);
border-right-color: gray; /*#0a0c0d;*/
border-width: 4px; /*6px;*/
margin-top: -4px;  /*6px;*/
}

/* ぬるっと出現するテキスト・画像 */
.fadeInDown {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1s;
 -ms-animation-duration:1s;
 animation-duration:1s;
 -webkit-animation-name: fadeInDown;
 animation-name: fadeInDown;
 visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}

/* ふわふわする画像 */
.float {
animation: float_7667 1s linear infinite;
transform-origin: 50% 50%;
}

@keyframes float_7667 {
0% { transform: translateY(0) }
20% { transform: translateY(-6px) }
40% { transform: translateY(0) }
100% { transform: translateY(0) }
}

/*時計アイコンを横に並べる*/
.time { 	
float: left;
margin-right: 5px; 
margin-top: 18.5px; 
}

/*引用枠*/
blockquote {
position: relative;
padding: 10px 20px;
box-sizing: border-box;
color: #777777;
border: solid 3px #777777;
}
blockquote:before{
display: inline-block;
position: absolute;
top: -20px;
left: -20px;
width: 40px;
height: 40px;
line-height: 40px;
border-radius: 50%;
text-align: center;
content: "\f10d";
font-family: FontAwesome;
background: #777777;
color: #ffffff;
font-size: 20px;
}

blockquote:after{
display: inline-block;
position: absolute;
bottom: -20px;
right: -20px;
width: 40px;
height: 40px;
line-height: 40px;
border-radius: 50%;
text-align: center;
content: "\f10e";
font-family: FontAwesome;
background: #777777;
color: #ffffff;
font-size: 20px;
}

blockquote p {
padding: 16px;
margin: 10px 10px;
color: #666666;
line-height: 1.7;
}

blockquote cite {
display: block;
text-align: right;
color: #666666;
font-size: 0.9em;
}

/*囲み枠筆者紹介*/

/* ぬるっと出現するテキスト・画像 */
.fadeInDown {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1s;
 -ms-animation-duration:1s;
 animation-duration:1s;
 -webkit-animation-name: fadeInDown;
 animation-name: fadeInDown;
 visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}

/* 矢印アニメ */
.cp_arrows *, .cp_arrows *:before, .cp_arrows *:after {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.cp_arrows {
position: relative;
display: flex;
height: 0px;
margin: 2em auto;
justify-content: center;
align-items: center;
}
.cp_arrows .cp_arrow {
position: absolute;
width: 50px;
height: 10px;
-webkit-transform: scale(0.3);
transform: scale(0.3);
-webkit-animation: arrow-move07 3s ease-out infinite;
animation: arrow-move07 3s ease-out infinite;
opacity: 0;
}
.cp_arrows .cp_arrow:first-child {
-webkit-animation: arrow-move07 3s ease-out 1s infinite;
animation: arrow-move07 3s ease-out 1s infinite;
}
.cp_arrows .cp_arrow:nth-child(2) {
-webkit-animation: arrow-move07 3s ease-out 2s infinite;
animation: arrow-move07 3s ease-out 2s infinite;
}
.cp_arrows .cp_arrow:before,
.cp_arrows .cp_arrow:after {
position: absolute;
top: 0px;
width: 50%;
height: 100%;
content: '';
border-radius: 2px;
background: #fff;
}
.cp_arrows .cp_arrow:before {
left: 1px;
-webkit-transform: skewY(30deg);
transform: skewY(30deg);
}
.cp_arrows .cp_arrow:after {
right: 1px;
width: 50%;
-webkit-transform: skewY(-30deg);
transform: skewY(-30deg);
}
@-webkit-keyframes arrow-move07 {
25% {
opacity: 0.6;
}
43.75% {
-webkit-transform: translateY(1em);
transform: translateY(1em);
opacity: 0.8;
}
62.5% {
-webkit-transform: translateY(2em);
transform: translateY(2em);
opacity: 1;
}
100% {
-webkit-transform: translateY(3em) scale(0.5);
transform: translateY(3em) scale(0.5);
opacity: 0;
}
}
@keyframes arrow-move07 {
25% {
opacity: 0.6;
}
43.75% {
-webkit-transform: translateY(1em);
transform: translateY(1em);
opacity: 0.8;
}
62.5% {
-webkit-transform: translateY(2em);
transform: translateY(2em);
opacity: 1;
}
100% {
-webkit-transform: translateY(3em) scale(0.5);
transform: translateY(3em) scale(0.5);
opacity: 0;
}
}

.cp_arrows_02 *, .cp_arrows_02 *:before, .cp_arrows_02 *:after {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.cp_arrows_02 {
position: relative;
display: flex;
height: 0px;
margin: 2em auto;
justify-content: center;
align-items: center;
}
.cp_arrows_02 .cp_arrow {
position: absolute;
width: 50px;
height: 12px;
-webkit-transform: scale(0.3);
transform: scale(0.3);
-webkit-animation: arrow-move07 3s ease-out infinite;
animation: arrow-move07 3s ease-out infinite;
opacity: 0;
}
.cp_arrows_02 .cp_arrow:first-child {
-webkit-animation: arrow-move07 3s ease-out 1s infinite;
animation: arrow-move07 3s ease-out 1s infinite;
}
.cp_arrows_02 .cp_arrow:nth-child(2) {
-webkit-animation: arrow-move07 3s ease-out 2s infinite;
animation: arrow-move07 3s ease-out 2s infinite;
}
.cp_arrows_02 .cp_arrow:before,
.cp_arrows_02 .cp_arrow:after {
position: absolute;
top: 0;
width: 50%;
height: 100%;
content: '';
border-radius: 2px;
background: #222;
}
.cp_arrows_02 .cp_arrow:before {
left: -4px;
width: 60%;
-webkit-transform: skewY(30deg);
transform: skewY(30deg);
}
.cp_arrows_02 .cp_arrow:after {
right: -4px;
width: 60%;
-webkit-transform: skewY(-30deg);
transform: skewY(-30deg);
}
@-webkit-keyframes arrow-move07 {
25% {
opacity: 0.6;
}
43.75% {
-webkit-transform: translateY(1em);
 transform: translateY(1em);
opacity: 0.8;
}
62.5% {
-webkit-transform: translateY(2em);
transform: translateY(2em);
opacity: 1;
}
100% {
-webkit-transform: translateY(3em) scale(0.5);
transform: translateY(3em) scale(0.5);
opacity: 0;
}
}
@keyframes arrow-move07 {
25% {
opacity: 0.6;
}
43.75% {
-webkit-transform: translateY(1em);
transform: translateY(1em);
opacity: 0.8;
}
62.5% {
-webkit-transform: translateY(2em);
transform: translateY(2em);
opacity: 1;
}
100% {
-webkit-transform: translateY(3em) scale(0.5);
transform: translateY(3em) scale(0.5);
opacity: 0;
}
}

/* リストの黒丸を消す */
ul {
list-style: none;
background-image:none;
}

::marker {
color: rgba( 255,255,255, 0.1 );
}

/*スライダー*/
/* 1.親スタイルリセットとペース設定 ++++++++++ */
.slider-box p, .slider-box div, .loop-box ul, .loop-box li {
  box-sizing: border-box; margin: 0 !important; padding: 0 !important;
}

/* 2.ベースBOXの設定 +++++++++++++++++++++ */
.slider-box {
  box-sizing: border-box;
  overflow: hidden;
  width: 100%; /* 画面又は親要素に対するサイズ - 変更可 */
  background: ; /* 背景色 - 変更可・削除可 */
  border: solid 0px #ccc; /* 囲み線 - 変更可・削除可 */
  margin: 0 auto; /* Box外の余白 - 変更可 */
  padding: 0px 0 0px 0; /* 上端からスライダーまでの距離 - 変更可・削除可 */
}

/* 3.チェックボックスを利用した停止・再生などの設定 +++++++++++++++++ */
.slider-check {
  display: none;
}
.slider-check:checked ~ .loop-box > .loop {
  animation-play-state: paused;
}

/* 4.スライダー本体とアニメーションの基本設定 ++++++++++++++ */
.loop-box{
  position: relative;
  width: 100%;
  overflow: hidden; 
}
.loop-box, .loop-box ul {
  height: 70px; /* スライダーの高さ - 変更注意 */
}
.loop-box ul {
  position: absolute; left: 0; top: 0;
  display: flex; 
  justify-content: space-between;
  background: ; /* スライダーの背景色 - 変更可 */
  list-style: none;
  max-width: 10000%; 
  min-width: 100%;
  width: calc(60px * 4.0 * 10); /* 画像の横幅×枚数 - 変更注意・変更可・変更注意 */
  animation: 150s linear infinite; /* アニメーション設定 - 変更可 */
}
.loop-box li {
display: flex;
align-items: center; 
justify-content: center;
color: #fff;
}
.loop-box img {
height: auto;
width: 100%;
}

/* 5.アニメーション個別設定 ++++++++++ */
.loop-box ul.loop1 {
animation-name: loop1;
}
.loop-box ul.loop2 {
animation-name: loop2;
}
@keyframes loop1 {
0% {transform: translateX(0); }
49.99999% {transform: translateX(-100%); }
50% {transform: translateX(100%); }
}
@keyframes loop2 {
0% {transform: translateX(100%); }
100%{transform: translateX(-100%); }
}

@keyframes shiny {
0% {
transform: scale(0) rotate(25deg);
opacity: 0;
}

50% {
transform: scale(1) rotate(25deg);
opacity: 1;
}

100% {
transform: scale(50) rotate(25deg);
opacity: 0;
}
}

.shiny-btn {
position: relative;
display: block;
width: 100%;

line-height: 100%;
text-align: center !important;
text-decoration: none;
color: #fff;
background-color: ;
overflow: hidden;
}

.shiny-btn::after {
content: '';
position: absolute;
top: -100px;
left: -100px;
width: 50px;
height: 50px;
background-image: linear-gradient(100deg,  rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 1) 100%, rgba(255, 255, 255, 0) 0%);
    
/* アニメーション */
animation-name: shiny;
animation-duration: 3s;
animation-timing-function: ease-in-out;
animation-iteration-count: infinite;
}

/*サイドバーランキング順位　ここから*/
.wpp-list {
counter-reset: wpp-ranking ;
}
.wpp-list li {
position: relative;
list-style-type: none;
}
.wpp-list li:before {
  counter-increment: wpp-ranking;
  content: counter(wpp-ranking, decimal);
  background: linear-gradient(180deg, rgba(147,79,255,1.0) 0%, rgba(147,79,255,1.0) 50%, rgba(112,79,255,1.0) 50%, rgba(112,79,255,1.0) 100%);
  border: 2px solid #f0f0f0;
  box-shadow: 0px 0px 0px #000;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  font-family: 'Oswald', sans-serif;
  line-height: 1;
  padding: 5px 3px;
  margin: 0 -8px 0 5px;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 20%; /* 円形にする */
  z-index: 1;
  width: 28px;
  text-align: center;
}

/* 1位 */
.wpp-list li:nth-child(1):before {
  background: linear-gradient(180deg, rgba(253,203,76,1.0) 0%, rgba(253,203,76,1.0) 50%, rgba(253,188,25,1.0) 50%, rgba(253,188,25,1.0) 100%);
  border: 2px solid #f0f0f0;
}

/* 2位 */
.wpp-list li:nth-child(2):before {
  background: linear-gradient(180deg, rgba(192,192,192,1.0) 0%, rgba(192,192,192,1.0) 50%, rgba(169,169,169,1.0) 50%, rgba(169,169,169,1.0) 100%);
  border: 2px solid #f0f0f0;
}

/* 3位 */
.wpp-list li:nth-child(3):before {
  background: linear-gradient(180deg, rgba(205,127,50,1.0) 0%, rgba(205,127,50,1.0) 50%, rgba(139,69,19,1.0) 50%, rgba(139,69,19,1.0) 100%);
  border: 2px solid #f0f0f0;
}

.wpp-list li:after {
content: ""; /* アイコンコードを修正 */
position: absolute;
top: -2px; /* この値を調整してアイコンの位置を変更します */
left: 16px; /* この値を調整してアイコンの位置を変更します */
color: #000;
text-shadow: 0px 0px 0px #000; 
font-size: 100%;
z-index: 2;
}
.wpp-list li img {
margin: 0px 5px 10px 0px;
}

/* ランキング */
.wpp-thumbnail-container{
margin:20px 20px 0px;
}

.wpp-item-data{
margin:0 5px;
}

/* 11位からサイドバーランキング順位　ここから */
.wpp-list_02 {
counter-reset: wpp-ranking 10; /* 10からカウント開始するので、最初の要素が11になります */
}

.wpp-list_02 li {
position: relative;
list-style-type: none;
line-height: 1.3;
}

.wpp-list_02 li:before {
  counter-increment: wpp-ranking;
  content: counter(wpp-ranking, decimal);
  background: linear-gradient(180deg, rgba(147,79,255,1.0) 0%, rgba(147,79,255,1.0) 50%, rgba(112,79,255,1.0) 50%, rgba(112,79,255,1.0) 100%);
  border: 2px solid #f0f0f0;
  box-shadow: 0px 0px 0px #000;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  font-family: 'Oswald', sans-serif;
  line-height: 1;
  padding: 5px 3px;
  margin: 0 -8px 0 5px;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 20%; /* 円形にする */
  z-index: 1;
  width: 28px;
  text-align: center;
}
.wpp-list_02 li img {
margin: 0px 5px 10px 0px;
}

/* グローバルメニュー */
.nav-wrap {
position: ;
z-index: 0;
}
.scroll-nav {
width: 100%;
background: linear-gradient(#312f2f, #312f2f); /* メニューの背景色 */
overflow-x: auto;
-webkit-overflow-scrolling: touch; /* 慣性スクロール */
}
.scroll-nav ul {
max-width: 1080px; /* メニューの最大幅 */
min-width: 760px; /* メニューの最小幅 */
height: 30px;
line-height: 40px;
margin: 0 auto;
list-style: none;
padding-right: 0px; /* 右側の固定分余白を空ける */
}
.scroll-nav ul li + li {
border-left: 1px solid #777777;
box-sizing: border-box;
}
.scroll-nav ul li {
float: left;
width: 253px; /* メニューの個別の幅 */
text-align: center;
}
.scroll-nav ul li:hover {
background: url(/Image/line_bg.png);background-size: 5px;
background-color: #010203; /* マウスホバー時の背景色 */
}
.scroll-nav ul li a {
display: inline-block;
color: #fff; /* メニューの文字色 */
text-decoration: none;
font-size: 80%;
}
.next-btn { /* 右側に固定する部分 */
position: ;
top: 0;
right: 0;
width: 0px; /* 固定部分の幅 */
height: 30px; /* メニューの高さに合わせる */
line-height: 40px;
background: linear-gradient(to right, #555555, #ffffff);
}
@media only screen and (min-width: 771px) { /* PCサイズでの指定 */

.scroll-nav ul {
height: 30px;
line-height: 40px;
padding: 0;
}
.scroll-nav ul li {
width: 33.3%; /* メニューの個別の幅 */
}
.scroll-nav ul li a {
display: inline-block;
color: #fff; /* メニューの文字色 */
text-decoration: none;
font-size: 90%;
}

.next-btn {
display: none; /* 右側の固定部分を非表示 */
}
}

/* 右側の固定部分を非表示 */
.header-inner {	
position: relative;
}

/* サイドバー吹き出し */
.arrow_box{
position:relative;
width:100%;
height:auto;
padding:10px 0px 10px 0px;
margin:15px 0px 0px 0px;
text-align:left;
color:#e0387b;
font-size:80%;
border-radius: 0px !important;
-webkit-border-radius:0px;
-moz-border-radius:0px;
border: 1px solid; /* border width and style */
border-image: linear-gradient(110deg, #e0387b 0%, #e0387b 60%, #e0387b 40%, #e0387b 100%);
border-image-slice: 1;
}

.arrow_box:after{
border: solid transparent;
content:'';
height:0;
width:0;
pointer-events:none;
position:absolute;
border-color: rgba(255, 40, 100, 0);
border-top-width:10px;
border-bottom-width:10px;
border-left-width:10px;
border-right-width:10px;
margin-left: -10px;
border-bottom-color:#e0387b; /* this color should match with the color you use for border */
bottom:100%;
left:50px;
}

.arrow_box_01{
position:relative;
width:100%;
height:auto;
padding:10px 10px;
margin:15px 0px 10px 0px;
text-align:left;
color:#fff;
font-size:80%;
border-radius: 0px !important;
-webkit-border-radius:0px;
-moz-border-radius:0px;
border: 0px solid; /* border width and style */
background: linear-gradient(110deg, #69a1d0 0%, #69a1d0 60%, #69a1d0 40%, #69a1d0 100%);
border-image-slice: 1;
}

.arrow_box_01:after{
border: solid transparent;
content:'';
height:0;
width:0;
pointer-events:none;
position:absolute;
border-color: rgba(255, 40, 100, 0);
border-top-width:10px;
border-bottom-width:10px;
border-left-width:10px;
border-right-width:10px;
margin-left: -10px;
border-bottom-color:#69a1d0; /* this color should match with the color you use for border */
bottom:100%;
left:50px;
}

.arrow_box_02{
position:relative;
width:100%;
height:auto;
background: linear-gradient(110deg, #3838fa 0%, #8541e9 40%, #8541e9 60%, #8541e9 100%);
padding:10px 0px 10px 0px;
margin:15px 0px 0px 0px;
text-align:left;
color:#fff;
font-size:80%;
border-radius: 0px !important;
-webkit-border-radius:0px;
-moz-border-radius:0px;
}

.arrow_box_02:after{
border: solid transparent;
content:'';
height:0;
width:0;
pointer-events:none;
position:absolute;
border-color: rgba(255, 40, 100, 0);
border-top-width:10px;
border-bottom-width:10px;
border-left-width:10px;
border-right-width:10px;
margin-left: -10px;
border-bottom-color:#3838fa;
bottom:100%;
left:50px;
}

.arrow_box_00{
position:relative;
width:100%;
height:auto;
background: linear-gradient(110deg, #e986b4 0%, #cf86b7 60%, #be86ba 40%, #a187be 100%);
padding:10px 55px 10px 15px;
margin:-20px 0px 10px 0px;
text-align:left;
color:#fff;
font-size:80%;
-webkit-border-radius:0px;
-moz-border-radius:0px;
}

.arrow_box_00:after{
border: solid transparent;
content:'';
height:0;
width:0;
pointer-events:none;
position:absolute;
border-color: rgba(255, 40, 100, 0);
border-top-width:10px;
border-bottom-width:10px;
border-left-width:10px;
border-right-width:10px;
margin-left: -10px;
border-bottom-color:#e986b4;
bottom:100%;
left:50px;
}

.arrow_box_pan{
position:relative;
width:100%;
height:auto;
padding:10px 10px;
margin:0px 0px 0px 0px;
text-align:left;
color:#e0387b;
font-size:80%;
border-radius: 0px !important;
-webkit-border-radius:0px;
-moz-border-radius:0px;
border: 0px solid; /* border width and style */
background: linear-gradient(110deg, rgba(94,0,231,0.8) 0%, rgba(94,0,231,0.8) 60%, rgba(94,0,231,0.8) 50%, rgba(94,0,231,0.8) 100%);"
border-image-slice: 1;
}

/*サンプル動画　ここから*/
.youtube {
position: relative;
width: 100%;
padding-top: 100%;
margin-bottom: -80% !important;
}
.youtube iframe {
position: absolute;
top: 0;
right: 0;
width: 100% !important;
height: 47.5% !important;
}

/* 吹き出し */
.arrow_box_03 {
position:relative;
width:100%;
background-color:#fff;
background-image: url(/Image/logo_01_w.svg),url(/Image/),url(/Image/background_tomei-min.png);
background-size: 180px,150px,600px ;
background-position: 25px 50px, 98% 98%, 50% 50%;
background-repeat: no-repeat, no-repeat, repeat;
margin: 50px auto -50px auto;
padding:60px 30px 10px 30px;
text-align:left;
color: #222 !important;
word-break: break-all;
border:1px solid #69a1d0;
line-height:220% !important;
font-size:13px;
-webkit-border-radius:0px;
-moz-border-radius:0px;
}

.arrow_box_03:after,.arrow_box_03:before{
border: solid transparent;
content:'';
height:0;
width:0;
pointer-events:none;
position:absolute;
bottom:100%;
left:10%;
}
.arrow_box_03:after{
border-color: rgba(255, 255, 255, 0);
border-top-width:10px;
border-bottom-width:10px;
border-left-width:10px;
border-right-width:10px;
margin-left: -10px;
border-bottom-color:;
}

.arrow_box_03:before{
border-color: rgba(164, 18, 92, 0);
border-top-width:13px;
border-bottom-width:13px;
border-left-width:13px;
border-right-width:13px;
margin-left: -13px;
margin-bottom: 0px;
border-bottom-color:#69a1d0;
}

.logo img {
position: absolute;
bottom: 10px;
left: 10px;
width: 90px !important;
height: 44px !important;
}

.logo_02 img {
position: absolute;
bottom: 10px;
left: 10px;
width: 70px !important;
height: 33px !important;
}

.ico_play img {
position: absolute;
bottom: 30%;
left: 80px;
width: 100px !important;
height: 100px !important;
}

.kiji-img_02 {
background-size: cover;
background-position: 50% 5%;
background-repeat: no-repeat;
text-align: center;
}
/* 記事中画像エフェクト */
.frame {
display: inline-block;
position: relative;
}
.frame:after {
position: absolute;
display: block;
content: "";
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: 0 4px 10px rgba(75, 72, 72, 0.1);
transform: rotate(3deg); /* 回転させる */
background: #fff;
z-index: -1;
}
/* 背景斜め加工 */
.triangle01 {
display: table;
width: 100%;
height: auto;
background-color: ;
transform: skewY(-2deg);
margin-top: 5vw;
padding:10px;
} 
.triangle01 > * {
transform: skewY(2deg);
}

.triangle02 {
display: table;
width: 100%;
height: auto;
background-color: ;
transform: skewY(-2deg);
margin-top: 5vw;
} 
.triangle02 > * {
transform: skewY(2deg) translateY(0px);
}

/* カードタイトル文字数制限 */
.cardt {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* 制限したい行数が2の場合 */
    overflow: hidden;
    line-height: 1.5em; /* 行の高さを設定 */
    height: 3em; /* 2行分の高さを設定 (line-height * 2) */
}


/* 記事中ボタン */
.tug_bottom {
min-width:200px;
width:80%;
text-align:center;
font-size: 20px;
text-decoration:none !important;
line-height: 180%;
padding: 20px 10px;
margin: -10px -20px 30px -20px;
background: linear-gradient(180deg, #e6002d 0%, #e6002d 40%, #bf082f 40%, #bf082f 100%);
white-space: nowrap;
color: #fff !important;
font-weight: bold;
border: solid 5px #ffcc63;
border-radius: 50px;
transition: .4s;
}

.tug_bottom:before {
font-size: 1.0em;
color: #fff;
content: "\f08e";
font-family: FontAwesome;
padding-right: 3px;
transition: .4s;
}

.tug_bottom:hover{
background: linear-gradient(180deg, #e64949 0%, #e64949 40%, #d2011b 40%, #d2011b 100%);
color: #f5f6f9 !important;
font-weight: bold;
border: solid 5px #ffcc63;
cursor: pointer;
}

.tug_bottom input[type="submit"] {
background-color: transparent; /* 背景色を透明にして親divのデザインを活かす */
border: none;
color:#fff;
cursor: pointer;
}

.wpcf7-response-output {
color: #ffb900;
}

/* 前面 */
.zenmen{
z-index: 1 !important;
position: relative;
}

/* 投稿ページに新着一覧レスポンシブ */
.recent-posts-wrapper {
display: flex;
flex-wrap: wrap;
margin: 0 0px;
font-size: 70%;
line-height: 150%;
}

.recent-post-item {
width: calc(16.66% - 7px);
margin: 0 0 10px 5px;
}

@media screen and (max-width: 1024px) {
.recent-post-item {
width: calc(33.33% - 7px);
margin: 0 0 10px 5px;
}
}

@media screen and (max-width: 767px) {
.recent-post-item {
width: calc(50% - 7px);
margin: 0 0 10px 5px;
}
}

@font-face {
font-family: 'FontAwesome';
src: url('path/to/fontawesome-webfont.eot');
src: url('path/to/fontawesome-webfont.eot?#iefix') format('embedded-opentype'),
url('path/to/fontawesome-webfont.woff2') format('woff2'),
url('path/to/fontawesome-webfont.woff') format('woff'),
url('path/to/fontawesome-webfont.ttf') format('truetype'),
url('path/to/fontawesome-webfont.svg#fontawesomeregular') format('svg');
font-weight: normal;
font-style: normal;
}
.star-list {
color: #fac225;
}

/* 自動改行 */
.post-content p {
white-space: pre-wrap;
}

/* 一覧看板 */
.diagonal{
text-align:center;
color: #fff;
font-size: 10px;
background: linear-gradient(to left, #3f39f8, #8641e9);
background-color: ;
border-radius: 50px;
padding: 8px 10px;
margin-right: 15px;
/*transform: skew(-10deg);
display: flex;
align-items: center;
justify-content: center;*/
}

/* アクセスランキング一覧調整 */
.wpp-list_02 li {
border-top: none; /* 上部の線を削除 */
}
.wpp-list_02 li:first-child {
border-top: none; /* 最初の項目の上部の線を削除 */
}
/* アバター背景円形白設定 */
.circular-image {
background-color:#f1f1f1; /* 背景色を白に設定 */
border-radius: 50%; /* 円形にする */
display: inline-block; /* ブロック要素として表示 */
overflow: hidden; /* 枠外の画像を非表示 */
}
.circular-image_02 {
background-color:; /* 背景色を白に設定 */
border-radius: 50%; /* 円形にする */
display: inline-block; /* ブロック要素として表示 */
overflow: hidden; /* 枠外の画像を非表示 */
}
/* table強制白色 */
.content table tr:nth-child(odd) td {
background-color: #fff !important;
}

/* 基本の.tatesenクラスのスタイル */
.tatesen {
padding: 0.8em 1.0em; /* 上下 左右の余白 */
background: transparent; /* 背景透明に */
border-left: solid 2px !important; /* 左線 */
z-index: 9999 !important; /* 要素を前面に持ってくる */
}

/* table全体がホバーされたときに.tatesenクラスの左線を白に変更 */
table:hover .tatesen {
border-left-color: white;
z-index: 9998; /* 要素を前面に持ってくる */
}

/* 背景画像アニメ */
.thumbnail {
cursor: pointer; /* ポインターを表示 */
}
}

/* 「」 */
.bgb {
padding: 80px 20px;
background-color: rgba(250, 244, 195, 1);
background-image: url(/Image/bg-beige-top.png), url(/Image/bg-beige-bottom.png);
background-repeat: no-repeat, no-repeat;
background-position: left top, right bottom;
}

.bga {
padding: 80px 20px;
background-color: rgba(255, 255, 255, 0.0);
background-image: url(/Image/bg-beige-top.png), url(/Image/bg-beige-bottom.png);
background-repeat: no-repeat, no-repeat;
background-position: left top, right bottom;
}

/* オリジナルデザイン */
.search-box{
background-color: #fff;
box-shadow: 0px 0px 5px #ccc;
padding:2px 5px;
margin-top:-10px;
}
.search-box label{
display: inline-flex;
color:#222;
font-size:80%;
font-weight: bold;
margin:15px 0px 15px 10px;
text-indent: 0px; /* テキスト（女優名）を10px右に移動 */
line-height: 1.5;
width:120px;
}
.search-box label span {
display: inline-flex;
position:fixed
bottom: 3px; /* テキストを下に5px移動 */
}
.search-box h3 {
cursor: pointer;
background-color: #f1f1f1;
color:#000;
padding: 15px;
margin: 5px 0px 5px;
border: 1px solid #ddd;
}
.search-box .accordion-icon {
position: sticky;
left: 100%; /* 右端に配置 */
transform: translateY(-50%); /* 垂直方向の中央に配置 */
font-size: 12px;
pointer-events: none; /* クリックイベントを無視する */
}
.search-box.active .content {
display: block; /* activeクラスが付与されたら表示する */
}





/* オリジナルデザイン */
.search-box_02{
background-color: #fff;
box-shadow: 0px 0px 5px #ccc;
padding:2px 5px;
margin-top:-10px;
}

.search-box_02 label{
display: inline-flex;
color:#222;
font-size:70%;
font-weight: bold;
margin:15px 0px 15px 10px;
text-indent: 0px; /* テキスト（女優名）を10px右に移動 */
line-height: 1.5;
width:175px;
}

.search-box_02 label span {
display: inline-flex;
position:fixed
bottom: 3px; /* テキストを下に5px移動 */
}

.search-box_02 h3 {
cursor: pointer;
background-color: #f1f1f1;
color:#000;
padding: 15px;
margin: 5px 0 5px;
border: 1px solid #ddd;
}

.search-box_02 .accordion-icon {
position: sticky;
left: 100%; /* 右端に配置 */
transform: translateY(-50%); /* 垂直方向の中央に配置 */
font-size: 12px;
pointer-events: none; /* クリックイベントを無視する */
}

.search-box_02.active .content {
display: block; /* activeクラスが付与されたら表示する */
}

input[type="checkbox"] + * {
margin-left: 5px;
vertical-align: middle; /* 縦の位置合わせ */
}

/* 投稿ページtable */
.content table {
margin: 20px 0px !important;
width:100% !important; /* テーブルの幅を100%に設定 */
border-collapse: collapse !important; /* セルのボーダーを合わせて1つに見せる */
border: 5px solid black !important; /* 外枠を5pxの黒線で囲む */
box-shadow: 0px 2px 2px #ddd !important;
line-height: 150% !important;
background: #fff !important;
}

.content table tr {
background: #fff !important;
color: #222 !important;
font-weight: 300 !important;
}

.content table th {
background: #fff !important;
color: #222 !important;
font-weight: 300 !important;
}

.content table td {
background: #fff !important;
color: #222 !important;
font-weight: 300 !important;
}

.wpulike {
margin: -73 0 0 0 !important;
}

/* レコメンド画像をコンテナにフィットさせる */
.relpost-block-single-image {
background-size: cover !important; /* 背景画像をcoverとして表示 */
background-position: center center !important; /* 背景画像の位置を中央に配置 */
}

/* レコメンド画像をセンター */
.relpost-block-container{
float: center !important;
}

/* 検索ボタン */
.feas-submit-button {
min-width:200px;
width:85%;
text-align:center;
font-size: 20px;
text-decoration:none !important;
line-height: 180%;
padding: 20px 10px;
margin: -10px -20px 30px -20px;
background: linear-gradient(180deg, #e6002d 0%, #e6002d 40%, #bf082f 40%, #bf082f 100%);
white-space: nowrap;
color: #fff !important;
font-weight: bold;
border: solid 5px #ffcc63;
border-radius: 50px;
transition: .4s;
}

.feas-submit-button:before {
font-size: 1.0em;
color: #fff;
content: "\f08e";
font-family: FontAwesome;
padding-right: 3px;
transition: .4s;
}

.feas-submit-button:hover{
background: linear-gradient(180deg, #e64949 0%, #e64949 40%, #d2011b 40%, #d2011b 100%);
color: #f5f6f9 !important;
font-weight: bold;
border: solid 5px #ffcc63;
cursor: pointer;
}

.feas-submit-button input[type="submit"] {
background-color: transparent; /* 背景色を透明にして親divのデザインを活かす */
border: none;
color:#fff;
cursor: pointer;
}

/*** 背景アニメーション記述 ***/
.animated-background {
  position: absolute; /* スクロールに追従 */
  top: 0;
  left: 0;
  width: 100%; /* 画面幅いっぱいに制限 */
  height: auto; /* 高さはJavaScriptで調整 */
  overflow: hidden; /* はみ出しを防止 */
  z-index: 0;
  opacity: 0; /* 初期状態で透明 */
  transition: opacity 1.5s ease-in-out; /* フェードインのアニメーション */
}

/* 表示状態 */
.animated-background.fade-in {
opacity: 1; /* 表示する */
}

/* 細長い角丸直線のスタイル */
.line {
position: absolute;
border-radius: 50px; /* 角丸の設定 */
opacity: 0.7;
animation: moveLines 6s infinite alternate ease-in-out;
max-width: 100%; /* 要素が幅を超えないよう制限 */
}
/* 太さのバリエーション */
.line-thin {
width: 50%; /* 画面幅の50% */
height: 5px;
}
.line-medium {
width: 30%; /* 画面幅の70% */
height: 60px;
}
.line-thick {
width: 10%; /* 画面幅の90% */
height: 30px;
}
/* パステルカラー */
.pastel-blue {
background: #a8d8ea; /* パステルブルー */
}
.pastel-pink {
background: #f4b6c2; /* パステルピンク */
}
/* ランダム配置と動き */
.line:nth-child(1) {
top: 2%;
left: 50%; /* 左上寄り */
transform: rotate(150deg) translateX(0);
animation-delay: 0s;
}
.line:nth-child(2) {
top: 4%;
left: 36%; /* 中央右寄り */
transform: rotate(150deg) translateX(0);
animation-delay: 1s;
}
.line:nth-child(3) {
top: 5%;
left: 90%; /* 中央左寄り */
transform: rotate(150deg) translateX(0);
animation-delay: 2s;
}
.line:nth-child(4) {
top: 14%;
left: 0%; /* 右下寄り */
transform: rotate(150deg) translateX(0);
animation-delay: 3s;
}
.line:nth-child(5) {
top: 15%;
left: 75%; /* 中央左寄り */
transform: rotate(150deg) translateX(0);
animation-delay: 4s;
}
.line:nth-child(6) {
top: 17%;
left: 65%; /* 右中央寄り */
transform: rotate(150deg) translateX(0);
animation-delay: 5s;
}
.line:nth-child(7) {
top: 25%;
left: 0%; /* 下中央寄り */
transform: rotate(150deg) translateX(0);
animation-delay: 6s;
}
.line:nth-child(8) {
top: 26%;
left: 10%; /* 左下寄り */
transform: rotate(150deg) translateX(0);
animation-delay: 7s;
}
.line:nth-child(9) {
top: 50%;
left: 60%; /* 上右寄り */
transform: rotate(150deg) translateX(0);
animation-delay: 8s;
}
.line:nth-child(10) {
top: 51%;
left: 0%; /* 中央 */
transform: rotate(150deg) translateX(0);
animation-delay: 9s;
}
/* アニメーション定義 */
@keyframes moveLines {
0% {
transform: rotate(150deg) translateX(0); /* 初期状態で150° */
}
50% {
transform: rotate(150deg) translateX(20px) scaleX(1.2); /* 150°維持しつつ動き */
}
100% {
transform: rotate(150deg) translateX(-20px) scaleX(1); /* 元に戻る */
}
}
/*** 背景アニメーション記述ここまで ***/