@charset "utf-8";

/* PC
-------------------------------------------------- */
@media screen and (min-width:1200px){
	.pgLogo{
		box-sizing: border-box;
		background: #000000;
		padding: 60px 0;
	}
	
	.pgLogo h1{
		text-align: center;
		color: #ffffff;
		font-size: 30px;
		line-height: 30px;
	}
	
	.pgLogo span{
		display: block;
		text-align: center;
		color: #ffffff;
		font-size: 16px;
		line-height: 16px;
		font-weight: 600;
		margin-top: 20px;
	}
	
	.pgLogo h1 br,
	.pgLogo span br{
		display: none;
	}
	
	main{
		background: #f5f7f7;
		padding-bottom: 80px;
	}
	
	.h2Title{
		font-size: 26px;
		font-weight: 600;
		text-align: center;
		margin: 60px 0 80px;
		padding-top: 20px;
	}
	
	.itemList{
		display: flex;
		flex-wrap: wrap;
		box-sizing: border-box;
		width: 100%;
		max-width: 1200px;
		margin: 0 auto;
	}
	
	.itemList li{
		width: 100%;
		max-width: 255px;
		margin-right: 60px;
		margin-bottom: 60px;
		padding: 0 10px;
		box-sizing: border-box;
		color: #000000;
		text-decoration: none;
	}
	
	.itemList li a{
		display: block;
		text-decoration: none;
		color: #000000;
	}
	
	.itemList li:nth-child(4n){
		margin-right: 0;
	}
	
	.date{
		font-size: 14px;
		font-weight: 500;
	}
	
	.itemImg{
		display: block;
		box-sizing: border-box;
		margin: 30px 0;
	}
	
	.itemImg img{
		width: 100%;
		transition: 0.2s;
	}
	
	.itemList a:hover .itemImg img{
		opacity: 0.75;
	}
	
	.itemName{
		display: block;
		text-align: center;
		font-size: 14px;
		font-weight: 500;
		transition: 0.2s;
	}
	
	.itemName span{
		display: block;
		color: #cc0000;
		font-weight: normal;
	}
	
	.itemName span::before{
		content: "【";
	}
	
	.itemName span::after{
		content: "】";
	}
	
	.itemName span br{
		display: none;
	}
	
	.itemList a:hover .itemName{
		color: #cc0000;
	}
	
	.itemPrice{
		font-size: 12px;
		text-align: center;
		display: block;
		margin-top: 20px;
	}
	
	.gallery img{
		width: 100%;
	}

	.movie{
		display: block;
		width: 100%;
		background: #000000;
		color: #ffffff !important;
		font-size: 12px;
		padding: 15px 0;
		font-weight: 500;
		text-align: center;
		text-decoration: none;
		margin-top: 30px;
		transition: 0.2s;
		position: relative;
		z-index: 1;
	}
	
	.movie i{
		position: absolute;
		top: 50%;
		right: 20px;
		margin-top: -6px;
		z-index: 3;
	}
	
	.movie:hover{
		background: #cc0000;
	}
}

/* SP
-------------------------------------------------- */
@media screen and (max-width:1199px){
	.pgLogo{
		box-sizing: border-box;
		background: #000000;
		padding: 60px 0;
	}
	
	.pgLogo h1{
		text-align: center;
		color: #ffffff;
		font-size: 24px;
	}
	
	.pgLogo span{
		display: block;
		text-align: center;
		color: #ffffff;
		font-size: 16px;
		font-weight: 600;
		margin-top: 20px;
	}
	
	main{
		background: #f5f7f7;
		padding-bottom: 80px;
	}
	
	.h2Title{
		display: none;
		font-size: 26px;
		font-weight: 600;
		text-align: center;
		margin: 80px 0;
	}
	
	.tab_box{
		width: 100%;
		box-sizing: border-box;
		margin: 60px auto 0;
	}
	
	.btn_area{
		display: flex;
		width: 90%;
		margin: 0 auto;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	
	.tab_btn{
		width: 48%;
		background: #ffffff;
		border-radius: 60px;
		padding: 20px 0;
		font-size: 14px;
		line-height: 14px;
		text-align: center;
		color: #000000;
		display: block;
		font-weight: bold;
		transition: all 0.2s ease;
		box-shadow: 0 3px 6px rgba(0,0,0,0.16);
		cursor: pointer;
		margin-bottom: 15px;
	}

	.tab_btn.active{
		background: #000000;
		color: #ffffff;
	}
	
	.tab_panel{
		display: none;
	}
	
	.tab_panel.active{
		display: block;
	}
	
	.itemList{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		box-sizing: border-box;
		padding: 0;
		width: 90%;
		margin: 0 auto;
	}
	
	.itemList li{
		display: block;
		width: 47%;
		box-sizing: border-box;
		color: #000000;
		text-decoration: none;
		margin: 30px 0 10px;
	}
	
	.itemList li a{
		text-decoration: none;
		color: #000000;
	}
	
	.date{
		font-size: 14px;
		font-weight: 500;
	}
	
	.itemImg{
		display: block;
		justify-content: center;
		align-items: center;
		margin-bottom: 0;
		padding: 0;
	}
	
	.itemImg img{
		width: 100%;
		transition: 0.2s;
	}
	
	.itemList a:hover .itemImg img{
		opacity: 0.75;
	}
	
	.itemName{
		display: block;
		text-align: left;
		font-size: 14px;
		font-weight: 500;
		transition: 0.2s;
		margin-top: 20px;
	}
	
	.itemName span{
		display: block;
		padding: 0 0.5em;
		color: #cc0000;
		font-weight: normal;
		text-align: center;
		font-size: 12px;
	}
	
	.itemList a:hover .itemName{
		color: #cc0000;
	}
	
	.itemPrice{
		font-size: 12px;
		text-align: left;
		display: block;
		margin-top: 20px;
	}
	
	.gallery img{
		width: 100%;
	}
	
	.slick-dots{
		display: flex;
		justify-content: center;
		width: 100%;
		margin: 20px auto 20px;
    }
	
	.slick-dots li{
		margin: 0;
		padding: 0 5px;
	}
	
	.slick-dots li button{
		display: block;
		box-sizing: border-box;
		width: 8px;
		height: 8px;
		border-radius: 100%;
		border: none;
		background: #ccc;
		text-indent: 100%;
		overflow: hidden;
		margin: 0;
	}
	
	li.slick-active button {
		background: #333333;
	}
	
	.slick-prev,
	.slick-next{
		display: block;	
		width: 20px;
		height: 20px;
		font-size: 0;
		position: absolute;
		bottom: -6px;
		cursor: pointer;
		z-index: 5;
		background: none;
	}
	
	.slick-prev {
		border: none;
		background: none;
		border-radius: 100%;
		left: 0;
	}
	
	.slick-prev::after{
		content: "";
		display: block;
		width: 6px;
		height: 6px;
		border-top: 1px solid #000000;
		border-right: none;
		border-bottom: 0;
		border-left: 1px solid #000000;
		transform: rotate(-45deg);
		margin-left: 8px;
	}
	
	.slick-next {
		border: none;
		background: none;
		border-radius: 100%;
		right: 0;
	}
	
	.slick-next::after{
		content: "";
		display: block;
		width: 6px;
		height: 6px;
		border-top: 1px solid #000000;
		border-right: 1px solid #000000;
		border-bottom: 0;
		border-left: 0;
		transform: rotate(45deg);
		margin-left: 4px;
	}
	
	.movie{
		display: block;
		width: 100%;
		background: #000000;
		color: #ffffff !important;
		font-size: 12px;
		padding: 10px 0;
		font-weight: 500;
		text-align: center;
		text-decoration: none;
		margin-top: 20px;
		transition: 0.2s;
		position: relative;
		z-index: 1;
	}
	
	.movie i{
		position: absolute;
		top: 50%;
		right: 10px;
		margin-top: -6px;
		z-index: 3;
	}
	
	.movie:hover{
		background: #cc0000;
	}
}