@charset "utf-8";
/* CSS Document */
*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
html{
	font-size: 62.5%;
}
/*.digital_content{
	background-image: url("https://gigaplus.makeshop.jp/dartshive/special/5hanayome/img/bgi_pc_02.png");
        background-size: cover;
        position: relative;
        z-index: 1;
	background-color: #F3F3F3;
}*/



.digital_content {
  background-image: url("https://gigaplus.makeshop.jp/dartshive/special/5hanayome/img/bgi_pc_02.png");
background-size: 100vw auto;  background-repeat:repeat-y;
  background-position: center top;
  background-color: #000; /* 余白が出たときの背景色を指定 */
}
a{
	text-decoration: none;
	color: #333333;
}
.digital_content li{
	list-style-type: none;
}
.digital_content img{
	width: 100%;
}
.content-wrap{
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	padding: 10rem 0 3rem;
}
.content_ttl{
	font-size: 3.6rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	color: #000;
	margin-bottom: 6rem;
}
.digital_list{
	display: flex;
	justify-content:flex-start;
	flex-wrap: wrap;
	gap:1.5rem;
	margin-bottom: 4rem;
}

.digital_list .digital_listitem{
	max-width: calc(100% / 3 - 1rem);
	width: 100%;
	background-color: #FFF;
	padding: 3rem;
	margin-bottom: 2rem;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.25);
	/*border: 2px solid #fff;*/
}
/*.digital_list .digital_listitem:hover{
	border: 2px solid #E86DA4;
    background-color: #FFF2F8;
	cursor: pointer;
}*/
/*.digital_list .digital_listitem:last-child{
	margin-bottom: 0;
}*/
.digital_list .digital_listitem .date{
	font-size: 1.3rem;
	text-align: left;
	color: #B50004;
	margin-bottom: 2rem;
}
.digital_list .digital_listitem .flex a{
	display: flex;
	justify-content: flex-start;
	gap:1rem;
	margin-bottom: 3rem;
	border: 2px solid #fff;
}
.digital_list .digital_listitem .flex a:hover{
	text-decoration: underline;
}
.digital_list .digital_listitem .flex .product_img{
	max-width: 86px;
	width: 100%;
}
.digital_list .digital_listitem .flex .card_img{
	max-width: 54px;
}
.digital_list .digital_listitem .flex .product_name{
	font-size: 1.3rem;
	line-height: 1.7;
	text-align: left;
}
.digital_list .digital_listitem .digital_slider{
	margin-bottom: 5rem;
}

.digital_movie{
	width: 100%;
}
.digital_movie li{
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
.Mickey_item .digital_movie li a{
	display: inline-block;
	width: 100%;
	padding: 1.5rem 0.5rem;
	background: linear-gradient(to right, #000 50%, #fff 50%);
	background-size: 201% 100%;
	background-position: right bottom;
	transition: background-position 0.4s ease;
	position: relative;
	overflow: hidden;
	vertical-align: bottom;
	color: #000;
	/*border: 2px solid #fff;*/
}
/*.Mickey_item .digital_movie li a:hover{
	border: 2px solid #F286A8;
    background-color: #FFCCDC;
	cursor: pointer;
}*/
.Mickey_item .digital_movie li a:hover {
  background-position: left bottom;
  color: #FFF;
}

.Stitch_item .digital_movie li a{
	display: inline-block;
	width: 100%;
	padding: 1.5rem 0.5rem;
	background: linear-gradient(to right, #000 50%, #fff 50%);
	background-size: 201% 100%;
	background-position: right bottom;
	transition: background-position 0.4s ease;
	position: relative;
	overflow: hidden;
	vertical-align: bottom;
	color: #000;
}
/*.Stitch_item .digital_movie li a:hover{
	border: 2px solid #5C8AAE;
    background-color: #D2F5FF;
	cursor: pointer;
}*/
.Stitch_item .digital_movie li a:hover {
  background-position: left bottom;
  color: #FFF;
}
.bg-extend-left:hover::before {
  left: 0;
}
.digital_movie li:last-child{
	border-top: 0px solid #CCCCCC;
}
/*.digital_movie li .movie_flex{
	display: flex;
	justify-content: space-between;
}*/

.digital_movie li .movie_flex{
	position: relative;
	font-size: 1.4rem;
	text-align: left;
}
.digital_movie li .movie_flex::after{
	position: absolute;
	content:"";
	background-image: url("https://gigaplus.makeshop.jp/dartshive/special/Collabo_digital/images/youtube_icon.png");
	background-repeat: no-repeat;
	background-size: contain;
	aspect-ratio: 24 / 24;
	width: 30px;
	height: 24px;
	top: 50%;
	right: 0%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.digital_movie li .movie_flex:hover::after{
	/*filter: invert(100%);*/ color: #fff;
}

.digital_movie li .movie_flex .icon{
	display: inline-block;
	max-width: 30px;
	width: 100%;
}
.lits_btn{
	position: relative;
	max-width: 520px;
	width: 100%;
	font-size: 1.6rem;
	text-align: center;
	padding: 2rem 0;
	margin: 0 auto;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.25);
	background: linear-gradient(to right, rgba(255, 255, 255, 0.6) 50%, #FFFFFF 50%);background-size: 200% 100%;
	background-position: right bottom;
	transition: background-position 0.4s ease;
	overflow: hidden;
}
.lits_btn:hover {
	background-position: left bottom;
  transform: translateY(2px);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
}
.lits_btn::after{
	position: absolute;
	content: "";
	background-image: url("../images/arrow-left_black.png");
	background-repeat: no-repeat;
	background-size: contain;
	aspect-ratio: 45 / 33;
	width: 21px;
	top: 50%;
	right: 3%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateX(-10px) translateY(-50%);
	opacity: 0.6;
	transition: transform 0.3s ease, opacity 0.3s ease;	
}
.lits_btn:hover::after {
  transform: translateX(0) translateY(-50%);
  opacity: 1;
}
@media screen and (max-width:768px){
	.content_ttl{
		font-size: 3rem;
	}
	.content-wrap{
		padding: 6rem 1rem 3rem;
	}
	.digital_list .digital_listitem{
		max-width: calc(100% / 2 - 1rem);
		width: 100%;
		background-color: #FFF;
		padding: 3rem;
		margin-bottom: 1rem;
	}
}
@media screen and (max-width:600px){
	.content_ttl{
		font-size: 2.4rem;
	}
	.content-wrap{
		padding: 10rem 1rem 3rem;
	}
	.digital_list .digital_listitem{
		max-width: 100%;
		width: 100%;
		background-color: #FFF;
		padding: 3rem;
	}
	.lits_btn{
		font-size: 1.3rem;
		margin-bottom: 3rem;
	}
}

.Sanrio_copyright {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  text-align: right;
}
/*スライダー*/
.slick-dots{
	bottom: -35px;
}
.slick-dots li{
	margin: 0;
}
.slick-dots li button:before{
	font-size: 8px;
}
.slick-dots li.slick-active button:before{
	color: #000000;
}


.contens_copyright {
    max-width: 240px;
    margin-left: auto;
	margin-bottom: 3rem;
}