@charset "utf-8";



@keyframes modal-002-animation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.modal-wrap{
	margin: 0 50px 0 0;
}
/* モーダル */
.modal-wrap #modal-close,
.modal-wrap .modal-open-input{
	display: none;
}

.modal-open-label,
.modal-close-label {
	cursor: pointer;
}

.modal-open-label {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 250px;
	margin:0 auto;
	padding: 0 2em;
	border: none;
	background-color: #fff;
	color: #333;
	font-weight: 600;
	font-size: 1.8rem;
	border-radius: 10px;
	transition: 0.5s;
	height: 60px;
	line-height: 60px;
	outline: 1px solid #333;
}

.modal-open-label i{
	padding: 0 5px 0 0;
}

.modal-open-label:hover {
	background-color: #333;
	color: #fff;
	outline: 1px solid #333;
	transition: 0.3s;
}

.modal-open-label{
	position: relative;
}
.modal-open-label .icon1{
	display: flex;
    align-items: center;
}
.modal-open-label svg{
	width: 25px;
	height: 25px;
	margin: 0 20px 0 0;
	transition: 0.3s;
}
.modal-open-label:hover svg path{
	fill: #fff;
}
.modal-002 {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	display: none;
}

.modal-open-input:checked + label + input + .modal-002 {
	display: block;
	animation: modal-002-animation .6s;
}

.modal-content-wrap {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	max-width: 100%;
	background-color: #fefefe;
	z-index: 2;
	width: 1000px;
	border-radius: 5px;

}

.modal-close-label {
	background-color: #777;
	color: #fff;
	border: 2px solid #fff;
	border-radius: 20px;
	width: 36px;
	height: 36px;
	line-height: 1.6;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: -10px;
	right: -1%;
	z-index: 99999;
	font-size: 1.3em;
}

.modal-content {
	height: auto;
	padding: 0;
	max-width: 100%;

}

.modal-background {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .8);
	z-index: 1;
}	

.modal-wrap{
	padding: 0;
	margin: 0 auto;
}

.modal-open-label {
	max-width: 90%;
	padding: 0;
	height: 60px;
	line-height: 60px;
	width: 300px;
}

.modal-close-label {
	top: -17px;
	right: -4%;
}

.modal-content-wrap::before{
	width: 290px;
	height: 70px;
	right: auto;
	left: 0;
	top: -34px;
}

.fix-btn .modal-open-label{
	width: 60px;
	height: 60px;
	position: fixed;
	bottom: 0;
	z-index: 10;
	left: 10px;
	bottom: 10px;
}
.fix-btn .modal-open-label svg{
	margin: 0;
}

@media only screen and (max-width: 1400px) {
	.modal-content{
		/*padding: 30px 35px 30px;*/
	}
}

@media only screen and (max-width: 768px) {
	.modal-content-wrap{
		width: calc(100% - 40px);
		height: calc(100% - 60px);
	}
	.modal-close-label{
		top: 5px;
        right: 5px;
	}
	.modal-open-label svg{
		width: 20px;
		height: 20px;
		margin: 0 15px 0 0;
	}
	.modal-open-label{
		font-size: 1.6rem;
		width: 100%;
		height: 50px;
		line-height: 50px;
	}
}



/* -----------------------------------------------------------
    下層の検索エリア共通 cast-search
-------------------------------------------------------------- */
.cast-search {
	position: relative;
	z-index: 2;
}

.cast-search .reset{
	text-align: center;
	text-decoration: underline;
	margin: 0 0 30px;
	font-size: 1.5rem;
}

.cast-search .search-inner {
	background: #fff;
	border-radius: 5px;
	overflow: hidden;
	transition: .5s all;
}

.cast-search-scroll {
	overflow-y: scroll;
	max-height: calc( 100vh - 260px );
	padding: 0 80px;
}

.cast-search-list{
	margin: 40px 0 0;
}

.cast-search-list select{
	width: 100%;
	font-weight: bold;
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: .05em;
	
	appearance: none;
    min-width: 230px;
    height: 2.8em;
    padding: .4em calc(.8em + 30px) .4em .8em;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background-color: #fff;
    color: #333333;
    font-size: 1.6rem;
    cursor: pointer;
	position: relative;
}
.cast-search-list .pulldown label{
	position: relative;
}
.cast-search-list .pulldown label::after{
    position: absolute;
    right: 15px;
    top: 5px;
    width: 14px;
    height: 10px;
    background-color: #535353;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
    pointer-events: none;
}
.cast-search-list select option{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	padding: 5px 0;
}
.cast-search-list select:focus-visible{
	border: solid 1px #ff6c00;
}

.cast-search-list .title{
	font-size: 1.7rem;
    font-weight: bold;
    color: #333;
	position: relative;
	margin: 40px 0 0;
}
.cast-search-list .title .required{
	color: #ff0000;
	font-size: 1.3rem;
	padding: 0 0 0 10px;
}
.cast-search-list .alert{
	color: #ff0000;
	font-size: 1.3rem;
	padding: 10px 0 0;
	font-weight: bold;
}

@media screen and (min-width: 769px) {
	.cast-search form#castform {
		display: block!important;
	}

}

@media screen and (max-width: 768px) {
	.cast-search .search-area {
		padding: 15px;
	}

	.cast-search-list select{
		margin: 0 0 0;
	}
	
	.cast-search-scroll {
		height: auto;
		padding: 0 10px;
	}
	.cast-search-list .title{
		font-size: 1.6rem;
		margin: 20px 0 0;
	}
}

/* -----------------------------
	-area
-------------------------------- */
.cast-search .search-ttl-wrap {
	position: relative;
}

.cast-search .search-ttl {
	font-size: 2.2rem;
	font-weight: bold;
	text-align: center;
	color: #333;
	padding: 17px 0 15px;
	line-height: 1;
	border-bottom: solid 1px #333;
}
.cast-search .block-header.title .name{
	display: block;
	padding: 0 0 10px;
	color: #333;
	border-bottom: solid 1px #333;
	font-size: 2rem;
	margin: 0 0 20px;
}
.cast-search .block-header.title .block-header-ttl{
	display: block;
}

.cast-search .block-header-ttl {
	align-items: center;
	display: flex;
}
.cast-search .block-header-ttl .name {
	font-size: 1.7rem;
	font-weight: bold;
	color: #333;
	padding: 0;
}
.cast-search .block-header-ttl .name span{
	background: #fff;
	border-radius: 30px;
	font-size: 1.3rem;
	padding: 6px 10px 5px;
	border: solid 1px #ff6c00;
	margin: 0 5px 5px 0;
	color: #ff6c00;
	display: inline-block;
}

/** ----------------------------cast-shop-block */
.cast-shop-wrap{
	display: flex;
	justify-content: space-between;
}
.cast-shop-wrap .block-header{
    flex-basis: 20%;
}
.cast-shop-block{
	margin: 0 0 0;
	flex-basis: 100%;
}

.cast-shop-block ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 15px 10px;
}
.cast-shop-block ul li{
	width: 160px;
	position: relative;

}
.cast-shop-block ul li:nth-child(4n){

}
.cast-shop-block .block-body-item input  {
	display: none;
}
.cast-shop-block .block-body-item label{
	position: relative;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
	font-weight: 600;
	padding: 12px 5px 4px;
	line-height: 1.4;
	border: 3px solid #fff;
	background: #f7f7f7;
	border: 2px solid #eee;
	border-radius: 5px;
width: 100%;
    height: 100%;
}
.cast-shop-block .block-body-item input:hover+label {
	background: #f7f7f7;
	border: 2px solid #eee;
	border-radius: 5px;
}
.cast-shop-block .block-body-item input:checked+label {
    background: #333;
    color: #fff;
	border: 2px solid #333;
	border-radius: 5px;
}
.cast-shop-block .block-body-item label span{
	display: inline-block;
	line-height: 1.4;
	font-weight: 600;
	font-size: 1.4rem;
}
.cast-shop-block .block-body-item label .area-cate{
		position: absolute;
	background: #fff;
	color: #333;
	border-radius: 50px;
	padding: 2px 10px;
    top: -5px;
    left: 0;
	font-weight: 500;
	line-height: 1;
	font-size: 1.1rem;
	border: solid 1px #333;
}
.cast-shop-block .block-body-item label img{
	border-radius: 15px;
}

/* ----------------------------cast-search-block */
.cast-search-block{
	margin: 10px 0 0;
}
.cast-search-block .wrap{
	display: flex;
	border-bottom: 1px solid #eee;
	margin: 0 0 20px;
	padding: 0 0 20px;
}
.cast-search-block .block-header {
    flex-basis: 20%;
}

.cast-search-block .block-body {
	flex-basis: 100%;
}
.cast-search-block .block-body-list {
	background: #fff;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.cast-search-block .block-body-item {
	position: relative;
	flex-basis: calc((100% / 4) - 10px);
	min-height: 30px;
}

.cast-search-block .block-body-item input  {

	display: none;
}
.cast-search-block .block-body-item label{
	position: relative;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
	font-weight: 600;
	padding: 4px 0 0 38px;
	line-height: 1.4;
}
.cast-search-block .block-body-item label:before{
	content: "";
}
.cast-search-block .block-body-item input:checked+label:after {
    background: #333;
    color: #fff;
}
.cast-search-block .block-body-item label:after, 
.cast-search-block .block-body-item label:before {
    position: absolute;
    top: 0;
    left: 0;
    border: 2px solid #eee;
    border-radius: 8px;
    background: #f7f7f7;
    display: block;
    box-sizing: border-box;
    width: 30px;
    height: 30px;
}
.cast-search-block .block-body-item label:after{
    top: 0;
    left: 0;
    border: none;
    background: none;
    font-weight: 700;
    line-height: 30px;
    color: hsla(0, 0%, 100%, 0);
    text-align: center;
    width: 30px;
    transition: color .2s ease-out;
}
.cast-search-block .block-body-item label::after {
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 600;
    text-transform: none;
    content: "\f00c";
    font-variant: normal;
    text-decoration: none;
}

.cast-search-block .block-body-item label span{
	font-weight: 500;
}

.cast-search-keyword {
	margin: 40px 0 30px;
}
.cast-search-keyword input {
	appearance: none;
	border: 3px solid #333;
	border-radius: 3px;
	font-weight: 500;
	font-size: 1.4rem;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width: 100%;
	padding: 15px 10px;
	height: 100%;
	margin: 5px 0 10px;
}
.cast-search-keyword input:focus,
.cast-search-keyword input:-internal-autofill-selected{
	outline: none;
	background: #f7f7f7!important;
}

.cast-search-keyword .keyword-ttl {
	font-weight: bold;
	font-size: 2rem;
}

.cast-search-btn {
	margin: 20px auto 10px;
	position: relative;
	width: 100%;
	padding: 0 0 0;max-width: 800px;
}
.cast-search-btn::before {
	content: "\f002";
	color: #fff;
	font: 900 1.7rem/1 'Font Awesome 5 Free';
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	z-index: 2;
	margin: 0 0 0 -90px;
}
.cast-search-btn input {
	background: var(--gold);
	border: var(--gold) 2px solid;
	border-radius: 40px;
	cursor: pointer;
	color: #fff;
	height: 60px;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.7rem;
	text-align: center;
	width: 100%;
	font-weight: 500;
	transition: .5s;
	padding: 0 0 0 20px;
}
.cast-search-btn:hover input {
	opacity: .6;
}
.cast-search-btn:hover::before {
	color: #fff;
}

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

	
	
	.cast-search .search-inner {
		border-radius: 0;
		width: 100%;
	}
	
	.cast-search .search-ttl {
		font-size: 1.8rem;
		position: relative;
		padding: 15px 0 15px;
	}
	
	.cast-search .search-ttl span {
		position: relative;
		padding: 0 10px 0 10px;
	}

	
	.cast-search .block-header {
		padding: 0 0 0;
	}
	.cast-search .block-header.title .name{
		padding: 0 0 5px;
		margin: 0 0 5px;
	}
	
	.cast-search .block-header-ttl .name {
		font-size: 1.6rem;
	}

	.cast-search .block-area-header {
		font-size: 1.5rem;
		padding: 15px 10px;
		font-weight: bold;
	}
	
	/** ----------------------------cast-shop-block */
	.cast-shop-wrap{
		display: block;
	}
	.cast-shop-block{
		margin: 0 0 20px;
	}
	.cast-shop-block ul{
		justify-content: flex-start;
		gap: 10px;
		margin: 20px 0 0;
	}
	.cast-shop-block ul li{
		width: calc((100% / 2) - 5px);
		margin: 0;
	}

	.cast-shop-block .block-body-item label{
		border-radius: 5px;
		width: 100%;
	}
	.cast-shop-block .block-body-item label span{
		font-size: 1.1rem;
	}
	.cast-shop-block .block-body-item label img{
		width: 60px;
		border-radius: 5px;
	}
	.cast-shop-block .block-body-item input:checked+label,
	.cast-shop-block .block-body-item input:hover+label{
		border-radius: 5px;
	}
	

	/* ----------------------------cast-search-block */
	.cast-search-block .block-body-item label {
		font-size: 1.3rem;
		padding: 4px 0 0 32px;
	}
	.cast-search-block .wrap{
		display: block;
		margin: 0 0 10px;
		padding: 0 0 10px;
	}
	.cast-search-block .block-body-list{
		gap: 6px;
		margin: 10px 0 0;
	}
	.cast-search-block .block-body-item{
		flex-basis: calc((100% / 2) - 3px);
		min-height: 20px;

	}
	.cast-search-block .block-body-item label:after, 
	.cast-search-block .block-body-item label:before{
		width: 25px;
		height: 25px;
		border-radius: 3px;
	}
	
	.cast-search-keyword {
		margin: 10px 0;
	}
	.cast-search-keyword input {
		width: 100%;
		margin: 0;
		padding: 15px 10px;
	}
	
	.cast-search-btn {
		margin: 15px 0 10px;
		width: 100%;
		padding: 0 20px 0;
	}
	.cast-search-btn::before {
		left: 84px;
	}
	.cast-search-btn input {
		color: #fff;
	}
	
}




