@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

.aligncenter {margin:0 auto; text-align:center;}
.wp-block-image > figure {padding:1em 0;}
.fanza-btn-wrap {
	margin: 40px auto;
	text-align: center;
}
a.link_Btn {
	display: inline-block;
	padding: 16px 40px;
	background: #ffce00;
	color: #111;
	text-decoration: none;
	font-weight: bold;
	border-radius: 50vh;
	transition: transform 0.3s ease;
}
a:hover.link_Btn {
	transform: scale(1.1);
}
.fanza-gallery {
	display: flex;
	flex-direction: column;
	justify-content:center;
	align-items:center;
	gap: 16px;
	margin-top: 56px;
}
ul.actress-list {
	display: flex;
	flex-wrap: wrap;
	align-items:center;
	gap: 16px;
	list-style:none;
	margin:0;
	padding-left:0;
}
ul.actress-list li{
	margin:0;
}