@charset "UTF-8";
/* CSS Document */
.goods-box .goods-box-inner .goods_list ul li{
	width: 30%;
	margin: 0 1.2% 35px;
}
.goods-box .goods-box-inner .goods_list ul li a.button{
	width: 100%;
	display: flex;
	min-height: 3.5em;
	align-items: center;
	justify-content: center;
}
.goods-box .goods-box-inner .goods_list ul li a.button p{
	padding-bottom: 0;
}
.goods-box .goods-box-inner .row-1-bottom .text-02 strong{
	font-size: 20px;
	font-weight: bold;
	color: #C92851;
}
.goods-box .goods-box-inner .row-1-bottom .text-03{
	width: 72%;
}

@media screen and (max-width:767px) {
	.goods-box .goods-box-inner .goods_list ul li{
		width: 100%;
		margin: 0 2% 10px 2%;
	}
	.goods-box .goods-box-inner .row-1-bottom .text-03{
		width: 100%;
	}
}

.goods-area {
	padding-top: 100px;
}
.goods-area .coming-s {
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
}
.goods-area p{
	padding-bottom: 20px;
}
.goods-area ul{
	padding-bottom: 0;
}
.goods-area p.lead{
	text-align: center;
	font-size: 24px;
	color: #FFAFDB;
	padding: 30px 0;
	font-weight: bold;
}
.goods-area .saleinfo{
	padding: 30px 350px;
	background: #C92851;
	margin: 20px 0 40px 0;
	border-radius: 20px;
	justify-content: center;
	flex-wrap: wrap;
	font-weight: bold;
}
.goods-area .saleinfo h4{
	width: 100%;
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 10px;
	text-align: center;
}
.goods-area .saleinfo p{
	padding-bottom: 0;
	display: inline-block;
	text-align: left;
	font-size: 18px;
}
.goods-area .sale{
	padding-bottom: 30px;
}
.goods-area .sale h3{
	font-size: 24px;
	color: #FFAFDB;
	font-weight: bold;
}

.goods-area .sale div.info{
	display: flex;
	justify-content: left;
	flex-wrap: wrap;
	padding: 20px 0;
}
.goods-area .sale div.info p{
	display: inline-block;
	text-align: left;
	font-weight: bold;
}
.goods-area ul.att li{
	list-style-type: disc;
	margin-bottom: 5px;
}

.goods-list {
	background-color: #C92851;
	box-sizing: border-box;
	padding: 55px;
	border-radius: 30px;
	color: #050002;

	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 30px;
}
.goods-list small{
	font-size: 0.8em;
}

.goods-list >div.goods-item {
	width: 49%;
	border-radius: 10px;
	background-color: #fff;
	margin-bottom: 20px;
	padding: 20px;
	box-sizing: border-box;
}
.goods-list >div.goods-item a:hover{
	opacity: 0.7;
}
.goods-list >div.goods-item.goods1,
.goods-list >div.goods-item.goods4,
.goods-list >div.goods-item.goods9,
.goods-list >div.goods-item.goods10 {
	width: 100%;
}
.goods-list >div.goods-item p.title{
	font-size: 24px;
	padding-bottom: 10px;
	font-weight: bold;
}
.goods-list >div.goods-item p.kind,
.goods-list >div.goods-item p.size,
.goods-list >div.goods-item p.sozai{
	font-size: 12px;
	padding-bottom: 10px;
}
.goods-list .note {
	font-size: 14px;
}
@media screen and (max-width:767px) {
	.goods-area p.lead{
		text-align: left;
		font-size: 20px;
	}
	.goods-area p.lead br{
		display: none;
	}
	.goods-area .sale h3{
		font-size: 18px;
		padding-bottom: 10px;
	}
	.goods-list {
		padding: 10px;
		margin: 0 -20px;
		border-radius: 10px;
	}
	.goods-list >div.goods-item {
		width: 100%;
		padding: 10px;
	}
	.goods-area .sale div.info p{
		display: block;
		width: 100%;
		word-wrap: break-word;
	}

	.goods-area .saleinfo{
		padding: 20px 30px;
	}
	.goods-area .saleinfo h4{
		font-size: 20px;
	}
	.goods-area .saleinfo p{
		font-size: 16px;
	}
	.goods-list >div.goods-item p.title{
		font-size: 20px;
	}
}


/*モーダル*/

.modal-content {
	width: 100%;
}
.modal__content .head {
	display: flex;
	justify-content: space-between;
}
*{
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
.modal-content .content{
	margin: 0 auto;
	padding: 30px 40px;
}



.modal-content .content .h-btn img:hover {
	opacity: 0.7;
}

.modal-content .content .h-btn {
	width: 15%;
	max-width: 190px;
	margin: 0 auto;
}
.modal{
	display: none;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 50%;
	transform: translate(-50%);
	z-index: 1000;
	width: 100%;
}
.modal__bg{
	background: #162328;
	opacity: 0.3;
	height: 100vh;
	position: absolute;
	width: 100%;
}
.modal__content {
	height:auto;
	background: #fff;
	left: 50%;
	padding: 50px;
	position: absolute;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 80%;
	box-sizing: border-box;
	border: 1px solid #fff;
}
.modal__content .modal-inner {
	height: 100%;
	overflow-y: auto;
	font-weight: 400;
}
.modal__content.bk .modal-inner{
	color: #1A1819;
}
.modal__content.bk .modal-inner h3{
	font-size: 1.2em;
	padding-bottom: 20px;
	text-align: center;
	font-weight: bold;
}
.modal__content.bk .modal-inner ul{
	margin-left: 1em;
}
.modal__content.bk .modal-inner ul li{
	list-style-type: disc;
	margin-bottom: 5px;
	font-size: 0.9em;
}
.modal__content.bk .modal-inner dl.strong{
	padding: 20px;
	margin:10px auto 20px auto;
	background: #f6e1e6;
	line-height: 2em;
	font-weight: bold;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.modal__content.bk .modal-inner dl.strong dt,
.modal__content.bk .modal-inner dl.strong dd{
	padding: 5px 0;
}
.modal__content.bk .modal-inner dl.strong dt{
	width: 7em;
	line-height: 1.6em;
	padding-right: 1em;
	text-align: right;
}
.modal__content.bk .modal-inner dl.strong dd{
	width: calc(100% - 9em);
	line-height: 1.6em;
}
.modal__content.bk .modal-inner a:hover{
	color: #050002;
}
.modal__content .modal-inner img{
	width: 80%;
	display: block;
	margin: auto;
	max-width: 600px;
	padding-bottom: 20px;
}
.modal__content .modal-inner img.sp_only {
	display: none;
}
.modal__content .modal-inner-2 {
	display: flex;
	justify-content: space-between;
}
@media screen and (max-width:767px) {
	.modal__content {
		width: 90%;
		padding: 10px;
	}
	.modal__content.bk{
		padding: 15px;
		max-height: 95vh;
		overflow-y: scroll;
	}
	.modal__content .modal-inner img{
		width: 100%;
		max-width: 100%;
	}
	.modal__content .modal-inner img.pc_only {
		display: none;
	}
	.modal__content .modal-inner img.sp_only {
		display: block;
	}
	.modal__content.bk .modal-inner {
		max-height: 90%;
		overflow: scroll;
	}
	.modal__content.bk .modal-inner dl.strong{
		padding-bottom: 0;
	}
	.modal__content.bk .modal-inner dl.strong dt{
		width:100%;
		text-align: center;
		padding: 0 0 5px 0;
		border-bottom: 1px solid #C92851;
	}
	.modal__content.bk .modal-inner dl.strong dd{
		width: 100%;
		text-align: center;
		padding: 10px 0 20px 0;
	}
}
/*モーダルコンテンツ内*/



/*バツボタン*/
.batsu {
	display: block;
	position: absolute;
	width: 50px;
	height: 50px;
	top: -20px;
	right: -20px;
	background-color: #fff;
	border-radius: 50%;
}
.modal__content.bk .batsu{
	top: 10px;
	right: 10px;
}

.batsu::before, .batsu::after { /* 共通設定 */
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 3.5px; /* 棒の幅（太さ） */
	height: 25px;
	background: #162328;
}

.batsu::before {
	transform: translate(-50%,-50%) rotate(45deg);
}

.batsu::after {
	transform: translate(-50%,-50%) rotate(-45deg);
}
@media screen and (max-width:767px) {
	.batsu {
		width: 30px;
		height: 30px;
		top: -10px;
		right: -10px;
	}
	.batsu::before, .batsu::after {
		height: 20px;
	}
}
