@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed');
@font-face {
	font-family: 'icomoon';
	src: url('icomoon/fonts/icomoon.ttf?8ic91e') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'bankgothic';
	src: url('font/jksfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
/*
Theme Name:		Joker Sounds
Theme URI:		https://jokersounds.co.jp/
Description:	Joker Sounds Co. Ltd. Template.
Author:			Koichi Morita
Author URI:		https://jokersounds.co.jp/
Version:		1.0
License:
License URI:
*/
*,:before,:after {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,#footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
	margin:0;
	padding:0;
	border:0;
	font-style:normal;
	font-weight:400;
	font-size:100%;
	vertical-align:baseline;
	font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue",YuGothic,"ヒラギノ角ゴ ProN W3",Hiragino Kaku Gothic ProN,Arial,"メイリオ",Meiryo,sans-serif;
	font-size:16px;
}

article,aside,details,figcaption,figure,#footer,header,hgroup,menu,nav,section {
	display:block;
}

html,body {
	position:relative;
	height:100%;
}

html {
/* 	overflow-y: scroll; */
}

body {
	background:#fff;
}

blockquote,q {
	quotes:none;
}

blockquote:before,blockquote:after,q:before,q:after {
	content:'';
	content:none;
}

input,textarea {
	margin:0;
	padding:0;
}

ol,ul {
	list-style:none;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

caption,th {
	text-align:left;
}

a {
	text-decoration:none;
}

a:focus {
	outline:none;
}

a:hover {
	cursor:pointer;
}

.clearfix:after {
	content:" ";
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	line-height:0;
}

.clearfix {
	min-height:1px;
}

input[type="submit"],input[type="text"],input[type="file"],input[type="search"],textarea,select,button {
	margin:0;
	padding:0;
	border:0;
	margin:0;
	-moz-appearance:none;
	-webkit-appearance:none;
	appearance:none;
	border-radius:0;
	vertical-align:middle;
	font-size:inherit;
	color:inherit;
	background:none transparent;
}

:focus {
	outline:none;
}

* html .clearfix {
	height:1px;
/*¥*/
/*/
	height: auto;
	overflow: hidden;
	/**/
}

.both {
	clear:both;
}

object,embed {
	vertical-align:top;
	margin:0;
	padding:0;
}

/* ===============================================
	General
=============================================== */
html{
  scroll-behavior: smooth;
}
body {
	font-size:100%;
	color:#151515;
	letter-spacing:1.5px;
	line-height:1.75;
	text-align:center;
	position:relative;
}

a {
	color:#333;
}

.frame {
	width:90%;
	max-width:1100px;
	margin-right:auto;
	margin-left:auto;
}

.shade,.shadeimg img {
	box-shadow:0 0 5px rgba(0,0,0,0.3);
}

.center,.shadeimg {
	text-align:center!important;
	display:block!important;
}

/* common font */
.icon:before,.icon:after,.page-wrap h2:after,.page-content p a:before,.page-content .linklist a:before,article .waveplayer .wvpl-play:before,.cat-list-plan li a:before,.mobile-nav.cat-list ul li a:after,.bread-homemobile a,.page-content .linkbox li a:before,.cat-list a:before,.demo-nav li a:before,.calc-box h3:before,.calc-box h4:before,.calc-select-wrap:before,.calc-box input[type=checkbox] + label:before,.page-content .modal_block dl dt,.ez-toc-title:before {
	font-family:'icomoon'!important;
	speak:none;
	font-style:normal;
	font-weight:400;
	font-variant:normal;
	text-transform:none;
	line-height:1;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
}

.no-select {
	-ms-user-select:none;
	-webkit-user-select:none;
	-moz-user-select:none;
}

.lazyload,.lazyloading {
	opacity:0;
}

.lazyloaded {
	opacity:1;
	transition:all .5s;
}

.btn {
	background:#1fbba7;
	color:#fff;
	display:inline-block;
	text-align:center;
	font-weight:700;
	margin:0 auto;
	transition:.2s;
	position:relative;
}

.btn:after {
	position:absolute;
	top:0;
	right:5px;
	content:"\e917";
	font-size:1.5rem;
	display:inline-block;
}

.btn:hover {
	background:#950f12;
}

.anker {
	margin-top:-20px;
	padding-top:20px;
}

@keyframes Bound1 {
	0% {
		transform:scale(0.9,0.9);
	}

	5% {
		transform:scale(1.2,1.2);
	}

	10% {
		transform:scale(1,1);
	}

	100% {
		transform:scale(1,1);
	}
}

@keyframes Bound3 {
	0% {
		transform:scale(0.9,0.9);
	}

	5% {
		transform:scale(1.1,1.1);
	}

	10% {
		transform:scale(1,1);
	}

	15% {
		transform:scale(1.1,1.1);
	}

	20% {
		transform:scale(1,1);
	}

	100% {
		transform:scale(1,1);
	}
}
.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
/* ===============================================
	CSS
=============================================== */
body{
	background: #192d39;
}
.contents{
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
}
TextArea{
	width: 90%;
	letter-spacing: 1px;
	line-height: 1.5;
	background: #fff;
	padding: 10px;
	border-radius: 10px;
}
img{
	vertical-align:top;
}
#post-list{
	border-radius: 20px;
	padding: 30px 30px 22px 30px;
	text-align: left;
	background: #6d8eaa
}
#post-list li label{
	font-size: 20px;
}
.resultArea{
	border-radius: 20px;
	padding: 30px 30px 22px 30px;
	text-align: left;
	background: #6d8eaa
}
/* チェックボックスのラベル全体をクリック可能に */
.sortable-item label {
	display: flex;
	align-items: center;
	gap: 10px;
	cursor: pointer;
	padding: 8px 12px;
	border: 1px solid #ddd;
	border-radius: 6px;
	margin-bottom: 8px;
	background-color: #f9f9f9;
	transition: background-color 0.3s, box-shadow 0.3s;
}

/* チェックボックス自体のデザイン */
.sortable-item input[type="checkbox"] {
	appearance: none;
	width: 20px;
	height: 20px;
	border: 2px solid #aaa;
	border-radius: 4px;
	background-color: white;
	transition: background-color 0.2s, border 0.2s;
}

/* チェックが入った時のデザイン */
.sortable-item input[type="checkbox"]:checked {
	background-color: #4caf50;
	border-color: #4caf50;
}

/* チェック時の中のチェックマーク（擬似要素） */
.sortable-item input[type="checkbox"]:checked::before {
	content: "✔";
	display: block;
	text-align: center;
	color: white;
	font-size: 14px;
	line-height: 18px;
}

/* ホバー時の効果 */
.sortable-item label:hover {
	background-color: #f0f8ff;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
.lineAccent{
	background: url('img/background.svg') center top repeat-y;
	height: 50px;
	background-size:100% 100%;
}
.credit{
	color: #fff;
	border-radius: 20px;
	padding: 30px;
	text-align: center;
	background: #6d8eaa
}
.sort-mode-toggle {
	margin: 10px 0;
	font-size: 16px;
}

.sort-mode-toggle label {
	display: flex;
	align-items: center;
	gap: 8px;
	cursor: pointer;
}

.sort-mode-toggle input[type="checkbox"] {
	transform: scale(1.2);
}