@charset "utf-8";
/* CSS Document */
*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
body{
	    background-color: #f8f8f8;
}

.navWrap.panel-active{
  overflow-y: auto;
}
@media screen and (max-width: 1199px) {
  .navInner li a{
    padding: 15px 15px 15px 0 !important;
  }
  .navInner h2{
    padding-right: 15px;
  }
  .navInner .accordion i {
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(50%);
      font-size: 14px;
      margin-top: -7px;
  }
  .navInner h2::before {
        top: 60%;
  }
  .navInner h2::after {
        top: 60%;
  }

}


.digital_content{
	background-image: url("https://gigaplus.makeshop.jp/dartshive/special/bonobono_collabo/img/digital/background.png");
	background-repeat: repeat;
	background-size: cover;
	background-position: 0 -180px;
}
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: 50px 0 30px;
}
.content_ttl{
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	color: #000;
	margin-bottom: 50px;
}
.digital_list{
	display: flex;
	justify-content:flex-start;
	flex-wrap: wrap;
	gap:15px;
	margin-bottom: 50px;
	padding: 0;
}

.digital_list .digital_listitem{
	max-width: calc(100% / 3 - 10px);
	width: 100%;
	background-color: #FFF;
	padding: 30px;
	margin-bottom: 20px;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.25);
}
.digital_list .digital_listitem:last-child,
.digital_list .digital_listitem:nth-last-child(2){
  margin-bottom: 0;
}

.digital_list .digital_listitem .division{
  font-size: 12px;
  color: #5D4B3C;
  text-align: center;
  padding: 10px 0;
  border-radius: 5px;
  margin-bottom: 20px;
}
.digital_list .digital_listitem .division.matsuri{
  background-color: #E7BEDB;
}
.digital_list .digital_listitem .division.normal{
  background-color: #F1AC66;
}
.digital_list .digital_listitem .division.shop{
  background-color: #95D3E1;
}
.digital_list .digital_listitem .date{
	font-size: 12px;
	text-align: left;
	color: #B50004;
	margin-bottom: 20px;
}
.digital_list .digital_listitem .flex a{
	display: flex;
	justify-content: flex-start;
	gap:10px;
	margin-bottom: 30px;
	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: 13px;
	line-height: 1.7;
	text-align: left;
}
.digital_list .digital_listitem .digital_slider{
	margin-bottom: 40px;
}

.digital_movie{
	width: 100%;
}
.digital_movie li{
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
.digital_movie li:first-child{
	border-bottom: 0px;
}
.digital_movie li a{
	position: relative;
	display: inline-block;
	width: 100%;
	padding: 0 5px;
	vertical-align: bottom;
	color: #000;
  background: #fff;
  overflow: hidden;
  transition-duration: .4s;
  z-index: 2;
}
.digital_movie li a p{
  padding: 15px 0;
}
.digital_movie li a::after {
  background: #95D9EA;
  border-radius: 50%;
  content: "";
  display: block;
  margin: auto;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  padding-top: 100%;
  height: 0;
  z-index: -1;
  transform: translateY(-50%) scale(0.1);
  transition: opacity .5s, transform 0s;
  transition-delay: 0s, .4s;
}
.digital_movie li a:hover {
  color: #000;
}
.digital_movie li a:hover::after {
  opacity: 1;
  transform: translateY(-50%) scale(1.1);
  transition-delay: 0s;
  transition: opacity .8s, transform .6s ease-in-out;
}



.digital_movie li a .movie_flex{
	font-size: 14px;
	text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.digital_movie li a .movie_flex span.text{
	position: relative;
}
.digital_movie li a .movie_flex span.text::after{
	position: absolute;
	content:"";
	background-image: url("https://gigaplus.makeshop.jp/dartshive/special/bonobono_collabo/img/digital//export-arrow-up-right.png");
	background-repeat: no-repeat;
	background-size: contain;
	aspect-ratio: 24 / 24;
	width: 10px;
	height: 10px;
	top: 50%;
	right: -15%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.digital_movie li a:hover .movie_flex span.text::after{
	filter: invert(100%);
}

.digital_movie li .movie_flex .icon{
	display: inline-block;
	max-width: 30px;
	width: 100%;
}
.list_btn_area{
	padding: 0;
}
.lits_btn{
	position: relative;
	max-width: 520px;
	width: 100%;
	font-size: 16px;
	text-align: center;
	padding: 20px 0;
	margin: 0 auto 20px;
  background-color: #FFF;
	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("https://gigaplus.makeshop.jp/dartshive/special/bonobono_collabo/img/digital/arrow-left.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;
}
.sp_only{
	display: none;
}
@media screen and (max-width:768px){
	.content_ttl{
		font-size: 30px;
	}
	.content-wrap{
		padding: 30px 20px 30px;
	}

	.list_btn_area{
		display: block;
		padding: 0 20px;
	}
	.digital_list{
		padding: 0 20px;
	}
	.digital_list .digital_listitem{
		max-width: calc(100% / 2 - 10px);
		width: 100%;
		background-color: #FFF;
		padding: 30px;
		margin-bottom: 10px;
	}
	.sp_only{
			display: block;
		}
}
@media screen and (max-width:600px){
	.content_ttl{
		font-size: 21px;
	}
	.content-wrap{
		padding: 30px 20px 30px;
	}
	.digital_list .digital_listitem{
		max-width: 100%;
		width: 100%;
		background-color: #FFF;
		padding: 30px;
	}
	.lits_btn{
		font-size: 14px;
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 380px) {
    .content_ttl {
        font-size: 20px;
    }
}
/*スライダー*/
.slick-dots{
	bottom: -20px;
}
.slick-dots li{
	margin: 0;
}
.slick-dots li button:before{
	font-size: 8px;
}
.slick-dots li.slick-active button:before{
	color: #94D3E1;
}
.bonobono_copyright {
    max-width: 67px;
    margin-left: auto;
}