@charset "utf-8";
@import url("search_item.css");

#contents{
	padding-bottom: 200px;
	margin-top: 0;
}

.contBoxTtl{
	font-size: 3.2rem;
	margin-bottom: 20px;
	position: relative;
	font-weight: 500;
}

.contBoxTtl span{
	font-size: 1.4rem;
	display: block;
	color: #FF9FF1;
	font-weight: 500;
	padding-top: 0.2em;
}

.contBox{
	margin: 0 auto 100px;
}

.contBox.lastChild{
	margin: 0 auto;
}

/*---------- catchItem -------------*/

#catchItemWrap{
	width: 100vw;
	background: linear-gradient(70deg, #cd8ef0, #ffca9b);
	margin: 0 auto; 
}

#catchItemWrapBox{
	max-width: 1400px;
	/* background: url("../img_v1/index/bg_catch.png") no-repeat center bottom; */
	background: url("../img_v1/index/bg_catch.png") no-repeat center 62px;
	/* background-size: 100% auto; */
	background-size: 120% auto;
	margin: 0 auto;
  	/* padding: 300px 0 0; */
	  padding: 340px 0 0;
  	min-height: 390px;
  	position: relative;
}

.catchIntro {
  display: block;
  text-align: center;
  padding: 0 0 50px;
  color: #fff;
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  margin: auto;
  font-weight: bold;
}

.catchIntro img{
	display: block;
	max-width: 240px;
	padding-top: 12px;
	margin: auto;
}


.catchItemBoxWrap{
	background:rgba(255,255,255,0.90);
	width: 640px;
	border-radius: 20px 20px 0 0;
	overflow: hidden;
	padding: 0 0 45px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.catchItemBoxWrapHeader{
	display: flex;
	padding: 16px 24px 14px;
	justify-content: space-between;
	background: #FC80AC;
	color: #fff;
	margin-bottom: 45px;
}

.catchItemBoxWrapHeaderTtl{
	display: flex;
	gap:10px;
	font-size: 18px;
	width: 50%;
	font-weight: bold;
}

.catchItemBoxWrapHeaderTtl img{
	max-width: 20px;
}

.catchItemBoxWrapHeader span{
	font-size: 10px;
}



.catchItemBoxInner{
	width: 70%;
	margin: 0 auto 40px;
	display: flex;
	justify-content: space-between;
}


.catchItemBox {
  background: #fff;
  border: 1px solid #F16994;
  border-radius: 10px;
  text-align: center;
  width: 45%;
  position: relative;
  padding: 30px 20px 60px;
  box-sizing: border-box;
  cursor: pointer;
}

.catchItemBox:hover {
	opacity: 0.7;
}

.boxIcon{
	max-width: 40px;
}

.catchItemBox .infoBtn{
	width: 60%;
	left: 0;
	bottom: 20px;
	margin: auto;
	font-weight: 700;
	font-size: 1.8rem;
}

.boxBtn{
	display: block;
	position: relative;
	background: #fff;
	border: 1px solid #F16994;
	border-radius: 10px;
	width: 46%;
	height: 50px;
	margin: 0 auto; 
}

.boxBtn .infoBtn {
  width: 76%;
  left: 0;
  bottom: 0;
  margin: auto;
  top: 0;
  align-items: center;
  display: flex;
  justify-content: center;
  font-weight: 700;
}

/*---------- newsList -------------*/

.newsList{
	display: flex;
	flex-wrap: wrap;
	position: relative;
	margin: 0 auto 40px;
}

.newsList::after{
	content: "";
	position: absolute;
	width: 1px;
	height: 100%;
	background: #F3A5E7;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 49%;
}

.newsList li{
	border-top:1px solid #F3A5E7;
	width: 48%;
	margin-right:2%;
}

.newsList li:nth-child(2n){
	margin-right: 0;
}

.newsList li:nth-last-child(2),
.newsList li:last-child{
	border-bottom: 1px solid #F3A5E7;
}	


.newsList li a{
	display: flex;
	align-items: flex-start;
	padding: 4%;
	color: #000;
}

.newsList li a .thumb{
	width: 100px;
	margin-right: 30px;
}

.newsList li a .infoBtn {
	font-size: 1.2rem;
}

.newsListInfoHead{
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.newsListInfoHead time {
	font-size: 1.4rem;
}

.newsListInfoHead .listCate{
	border:1px solid #F16994;
	border-radius: 6px;
	color: #F16994;
	padding: 4px 16px;
	margin-left: 24px;
	background: #fff;
	font-size: 1.2rem;
	line-height: 12px;
}

.newsListInfo{
	position: relative;
	width: 100%;
}

.newsListInfo p{
	padding-bottom: 30px;
}

/*---------- helpList -------------*/

.helpList{
	display: flex;
	flex-wrap: wrap;
}

.helpList li{
	width: 48%;
	margin: 0 2% 40px 0;
	background: #fff;
	padding: 2%;
	border-radius: 10px;
	box-sizing: border-box;
}

.helpList li:nth-child(2n){
	margin: 0 0  40px 0;
}

.helpList li a{
	display: flex;
	justify-content: space-between;
	text-decoration: none;
	color: #000;
	align-items: flex-start;
}

.listInfoThumb{
	width: 20%;
}


.listInfo{
	width: 76%;
	position: relative;
	font-size: 1.4rem;
	padding-bottom: 50px;
}

.infoNm{
	display: flex;
	color: #FF629B;
	align-items: center;
	margin-bottom:10px;
	font-size: 1.6rem;
}

.infoNm time{
	font-size: 1.2rem;
	color: #000;
	text-decoration: none!important;
	padding-left: 10px;
}

.infoBtn{
	display:block;
	text-align: right;
	position: absolute;
	bottom: 0;
	padding-right: 30px;
	right: 0px;
	width: 100%;
	color: #F16994; 
}

.infoBtn::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 5px;
  height: 5px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  margin: auto;
  transform: rotate(45deg);
  right: 5px;
  top: 0px;
  bottom: 0;
}

.infoBtn::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background: #F16994;
  border-radius: 50px;
  bottom: 0;
  right: 0;
  margin: auto;
  top: 0;
}

/*---------- shopList -------------*/
.shopList{
	display: flex;
	flex-wrap: wrap;
} 

.shopList li{
	width: 22%;
	margin-right: 4%;
	border-radius: 10px;
	position: relative;
	overflow: hidden;
	padding-bottom: 50px;
}

.shopList li:last-child{
	margin-right: 0;
}


.shopList li a{
	display: block;
	width: 100%;
	height: 100%;
	background: #fff;
}

.shopList li .listInfoBox{
	background: #fff;
	padding: 20px;
	height: 130px;
	color: #000;
}

.shopList li .listInfoBox .boxTtl{
		display: block;
		color:#F16994;
		font-weight: bold;
		margin-bottom: 10px; 
		font-size: 1.6rem;
}

.item{
	display: flex;
	align-items: flex-start;
	font-size: 1.4rem;
	margin-bottom:10px;
}

.item img{
	max-width: 16px;
	margin-right: 4px;
	margin-top: 3px;
	opacity: 1!important;
}

.shopList li .btnMore{
	position: absolute;
	border-radius: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
}

/*---------- Pickup -------------*/
.pickupList{
	display: flex;
	justify-content: space-between;
}

.pickupList li{
	width: 32%;
	border: 1px solid #FF629B;
	border-radius: 10px;
	padding: 20px;
	box-sizing: border-box;
	background: #fff;
}

.pickupList li a{
	display: block;
}

.pickupList li img{
	margin-bottom: 20px;
}

.pickupList li .btnMore{
	width: 150px;
	height: auto;
	line-height: normal;
	font-size: 1.2rem;
	padding: 10px 20px 10px 30px;
	border-radius: 6px;
}

.pickupList li .btnMore span::before{
	bottom: 1px;
}

/*---------- btnMore -------------*/

.btnMore{
	display: block;
	width: 260px;
	height: 50px;
	line-height: 50px;
	background: #FF629B;
	/*border: 1px solid #FF629B;*/
	border-radius:10px;
	margin: 0 auto;
	text-decoration: none;
	text-align: center;
	color: #fff;
}

.btnMore span{
	padding-right:30px;
	position: relative;
	font-weight: 700;
}

.btnMore span::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 5px;
  height: 5px;
  border-top: 2px solid #FF629B;
  border-right: 2px solid #FF629B;
  margin: auto;
  transform: rotate(45deg);
  right: 5px;
  top: 0px;
  bottom: 0;
}

.btnMore span::before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    background: #fff;
    border-radius: 50px;
    bottom: 0;
    right: 0;
    top: 0;
    margin: auto;
}

.btnMore.inList span{
	font-size: 12px!important;
}

.btnMore.withHover:hover{
	background: #fff;
	color: #FF629B;
}

.btnMore.withHover:hover span::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;	
}

.btnMore.withHover:hover span::before {
	background: #FF629B;
}


.btnDetail {
  display: block;
  text-align: right;
  position: relative;
  padding-right: 20px;
  margin-top: 20px;
}

.btnDetail a{
	color: #FF629B;
	font-size: 1.4rem;
}

.btnDetail a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50px;
  width: 16px;
  height: 16px;
  z-index: 1;
  background: #FF629B;
}

.btnDetail a::before {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0;
  margin: auto;
  z-index: 2;	
  right: 6px;
  width: 4px;
  height: 4px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*---------- issueList -------------*/

.issueList{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.issueList li{
	width: 44%;
	padding: 2%;
	border-radius: 10px;
	border:1px solid #FF629B;
	background: #fff;
}

.issueList li a{
	display: block;
}

.issueList li .figure{
	margin-bottom: 20px;
}

.issueListInfo{
	display: flex;
	justify-content: space-between;
	align-items: end;
	width: 100%;
}

.issueList li .infoTxt time{
	display: block;
	margin-bottom: 5px;
	color: #000;
}

.issueList li .infoTxt strong{
	color: #FF629B;
}

.issueListInfo .btnMore {
  width: 150px;
  height: 30px;
  line-height: 30px;
  margin: 0;
}

.issueListInfo .btnMore span{
	padding-right: 20px;
	font-size: 14px;
	font-weight: normal;
}

/*
.issueListInfo .btnMore span::before{
	bottom: 4px;
}
*/
/*---------- qa -------------*/
.qaWrap{
	background: #fff;
	padding:50px 100px;
	border-radius: 10px;
}

.qaInner dt,
.qaInner dd{
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}

.qaInner .icon{
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #FF629B;
	border-radius: 100px;
	margin-right: 20px;
	color: #fff;
	font-weight: 700;
	font-size: 1.8rem;
}

.qaInner p{
	width: calc( 100% - 40px - 20px);
	padding-top: 10px;
}

.qaInner p a{
	color: #FF629B;
	text-decoration: underline;
}

.qaInner p strong{
	padding-bottom: 20px;
	display: block;
}


.qaInner dt{
	margin-bottom: 50px;
}

.contBoxTtl .btnDetail{
	position: absolute;
	right: 0;
	bottom: 0;
}

.contBoxTtl .btnDetail a{
	font-weight: bold;
}

/*------- interview ---------*/
.interview{
	width: 100%;
	margin: 0 auto;
}

.interview li a {
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 10px;
}

.interview .figure {
    display: block;
    width: 80%;
    max-width: 80%;
    aspect-ratio: 1 / 1;
    height: auto;
    object-fit: cover;
    margin: 0px auto;
    padding-top: 20px;
}


.interview .listInfoBox .item {
	align-items: center;
}

.interview .listInfoBox .item img {
	max-width: 24px;
	margin-right: 10px;
	margin-top: 0;
}


/*------- movieList ---------*/
.movieList{
	display: flex;
	width: 100%;
	margin: 0 auto;
	justify-content: space-between;
}

.movieList li{
	border: 1px solid #FF629B;
	border-radius: 10px;
	width: 42%;
	padding:2%;
	background: #fff;
}

.movieContainer {
	margin: 10px auto 20px;
}

.listShopInfo span {
  display: block;
  margin-bottom: 4px;
  font-size: 14px;
}

.listShopInfo a{
	color: #FF629B;
}

.movieList li video {
  width: 100%;
  /*height: 260px;*/
  aspect-ratio: 16 / 9;
  height: auto;
}

.movieList li .btnMore{
	width: 150px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
}

.movieContainer iframe{
	aspect-ratio: 16 / 9;
	height: auto;
}

/*---------- slickslider -------------*/

.shopList .slick-slide {
    width: 270px;
    margin: 0 24px;
}

.shopList .slick-dots{
	bottom: -60px;
}

/*-
.slick-dots li button:before {
	color: #FF629B!important;
}
*/

.slick-dots li.slick-active button:before{
    opacity: 1!important;
    color: #FF629B!important;
    font-size: 2rem;
}

.btnPause {
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: right;
    cursor: pointer;
}

.btnPause img{
	max-width: 24px;
}



/*----------- specialLink ----------------*/
.specialLink {
  background: rgba(126,126,119,0.5);
  position: fixed;
  text-align: center;
  bottom: 0;
  width: 100vw;
  cursor: pointer;
  z-index: 99;
  left: 0;
}

.specialLinkBnr{
	display: block;
	margin: 0 auto;
	position: relative;
	padding: 25px 20px 10px;
}

#specialLinkBnrImg{
	margin: auto;
	max-width: 640px;
	min-height: initial;
}

.specialLinkBnr::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: auto;
  top: 2px;
  left: 0;
  right: 0;
  border-bottom: 4px solid #fff;
  border-right: 4px solid #fff;
  transform: rotate(45deg);
  transition: all 0.2s ease-out;
}

.specialLinkBnr.arrowTop::before {
	top: 8px;
	transform: rotate(225deg);
}	

#globalFooterWrap{
	margin: 0 auto 100px;
}

/* Media Queries ================================================== */
/*896*/
@media screen and (max-width: 896px) {

	#contents{
		padding-bottom: 80px;
	}


	/*---------- catchItem -------------*/

	#catchItemWrap{
		margin: 70px auto 40px; 
	}

	#catchItemWrapBox {
		background: url(../img_v1/index/bg_catch.png) no-repeat center 1px;
	    background-size: 140% auto;
	    padding: 0;
	    background-position: center;
  	}


	.catchIntro {
		position: static;
		padding: 25px 0 150px;
		font-size: 14px;
		font-weight: 600;
	}

	.catchIntro img {
	  padding-top: 5px;
	  max-width: 170px;
	}

  	.catchItemBox {
  		padding: 20px 20px 50px;
  	}

	.catchItemBoxWrap{
		width: 92%;
		padding: 0 0 20px;
    	position: static;
    	border-radius: 10px 10px 0 0;
	}

	.catchItemBoxInner{
		width: calc(100% - 40px);
		margin: 0 auto 20px;
	}

	.catchItemBoxWrapHeader {
		padding: 12px 14px 10px;
		margin-bottom: 20px;
	}

	.catchItemBoxWrapHeaderTtl {
		font-size: 16px;
	}


	.boxIcon{
		max-width: 30px;
	}

	.catchItemBox .infoBtn {
	  width: 30%;
	  text-align: center;
	  left: 0;
	  bottom: 20px;
	  margin: auto;
	  right: 0;
	  font-size: 1.4rem;
	  padding-right: 20px;
	}

	.boxBtn{
		width: calc(100% - 40px); 
	}

	.boxBtn .infoBtn {
		font-size: 1.4rem;
		padding-right: 16px;
	}


	.contBox {
	  margin: 0 auto 80px;
	  padding: 0 20px;
	  font-size: 1.4rem;
	  position: relative;
	}

	.contBoxTtl {
		font-size: 1.8rem;
		margin-bottom: 10px;
	}

	.contBoxTtl span {
		font-size: 1.2rem;
		padding-top: 0;
		line-height: 14px;
	}


	/*---------- newsList -------------*/

	.newsList{
		display: block;
	}

	.newsList::after{
		display: none;
	}

	.newsList li{
		width: 100%;
		margin-right:0;
		border-bottom: 1px solid #F16994;
		border-top: none;
	}


	.newsList li:first-child{
		border-top: 1px solid #F16994;
	}	

	.newsList li a{
		padding: 5% 0;
	}

	.newsList li a .thumb {
		margin-right: 20px;
	}

	.newsListInfoHead time {
		font-size: 1.2rem;
	}

	.newsListInfoHead {
	  margin-bottom: 10px;
	  font-size: 1.2rem;
	}

	.newsListInfoHead .listCate {
	  padding: 3px 10px;
	  margin-left: 10px;
	}

	.newsListInfo p {
	  font-size: 1.4rem;
	}

	.newsListInfo .infoBtn{
		font-size: 1.2rem;
	}



	/*---------- helpList -------------*/

	.helpList{
		display: block;
		margin-bottom: 20px;
	}

	.helpList li{
		width: 100%;
		margin: 0 0 20px 0;
		padding: 5%;
	}

	.helpList li:nth-child(2n){
		margin: 0 0  20px 0;
	}

	.helpList li a{
		display: block;
	}

	.listInfoThumb{
		width: 100%;
		display: flex;
	}

	.listInfoThumb .infoImg{
		/* width: 25%; */
		width: 32%;
		margin-right: 3%;
	}

	.infoNm{
		display: block;
		margin-bottom:10px;
		font-size: 1.4rem;
	}

	.infoNm time {
		display: block;
		padding-left: 0;
	}


	.listInfo{
		width: 100%;
		position: relative;
		padding-bottom: 30px;
		padding-top: 10px;
	}

	.infoBtn{
		font-size: 1.2rem;
	}


	.btnMore {
		width: 220px;
		height: 50px;
		line-height: 50px;
	}



	/*---------- shopList -------------*/
	.shopList{
		display: flex;
		flex-wrap: nowrap;
		overflow-x: scroll;
	} 

	.shopList li {
		width: 70vw;
		padding-bottom: 50px;
		flex-shrink: 0;
		margin: 0 2vw;
	}

	.newshopsSlider{
		overflow-x: hidden!important;
	}


    .interview li {
        width: 55vw;
        padding-bottom: 52px;
        flex-shrink: 0;
        margin: 0 2vw;
	}

	/*---------- issueList -------------*/

	.issueList{
		display: block;
	}

	.issueList li{
		width: 100%;
		padding: 5%;
		box-sizing: border-box;
		margin-bottom: 32px;
	}



	.issueList li .figure{
		margin-bottom: 10px;
	}

	.issueListInfo{
		display: block;
	}

	.issueList li .infoTxt time {
		margin-bottom: 0
	}

	.issueListInfo .infoTxt{
		margin-bottom: 10px;
	}	

	.issueListInfo .btnMore {
	  margin: auto;
	}

	/*---------- Pickup -------------*/
	.pickupList{
		display: flex;
		flex-wrap: wrap;
	}

	.pickupList li{
		width: 48%;
		margin-bottom: 30px;
	}

	.pickupList li:last-child{
		margin-bottom: 0;
	}

	.pickupList li a{
		display: block;
		text-align: center;
	}


	.pickupList li .btnMore{
		width: 140px;
		height: auto;
		line-height: normal;
	}


	/*---------- qa -------------*/
	.qaWrap {
		width: 100%;
	    padding: 20px;
	    box-sizing: border-box;
	  }

	.qaInner .icon{
		width: 30px;
		height: 30px;
		line-height: 30px;
		margin-right: 10px;
	}

	.qaInner p{
		width: 80%;
		padding-top: 5px;
	}


	.qaInner p strong{
		padding-bottom: 10px;
	}


	.qaInner dt{
		margin-bottom: 40px;
	}

	.contBoxTtl .btnDetail{
		position: relative;
	}



	/*------- movieList ---------*/

	.listShopInfo span {
		font-size: 1.2rem;
	}

	.movieList{
		display: block;
		width: 100%;
	}

	.movieContainer {
		margin: 10px auto 0;
	}

	.movieList li{
		width: 100%;
		padding:4%;
		margin-bottom: 30px;
		box-sizing: border-box;
	}

	.movieList li:last-child{
		margin-bottom: 0;
	}


	.movieList li video {
	  height: auto;
	  margin-bottom: 10px;
	}

	.movieList li .btnMore{
			width: 140px;
			height: 30px;
			line-height: 30px;
	}

	.movieList li .listShopInfo{
		margin-bottom: 10px;
	}

	/*---------- slickslider -------------*/ 
	.shopList .slick-slide {
	   width: 70vw;
  	   margin: 0 2vw;
	}	

	.shopList .slick-slide li{
		margin: 0;
	}

	.shopList .slick-dots {
	  bottom: 0;
	}

	.slick-dotted.slick-slider {
		padding-bottom: 60px!important;
	}

	.btnPause {
	  position: absolute;
	  right: 10px;
	  bottom: 5px;
	}


	#specialLinkBnrImg{
		max-width: 100%;
	}

	#globalFooterWrap {
        margin: 0 auto 100px;
    }

}

@media screen and (max-width: 740px) {
	.catchItemBox .infoBtn {
    		width: 38%;
    }
}

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

    #contents {
    margin-top: 0;
    padding-top: 40px;
    }

	.catchItemBox .infoBtn {
    		width: 66%;
    }

    .pickupList{
		display: block;
	}

	.pickupList li{
		width: 100%;
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 414px) {
		#catchItemWrapBox {
			background: url(../img_v1/index/bg_sp_catch.png) no-repeat center 20px;
		    background-size: 100% auto;
	    }		
}	