@charset "UTF-8";


/* トップスライダー */
.top-slider{
	background-color: #ebebeb;
}
.top-slider-img{
	height: auto;
	border-radius: 20px;
}
.top-slider-dots{
	display: flex;
	justify-content: center;
	position: relative;
}
.top-slider-dots .slick-active button{
	background-color: #b51180;
}
.top-slider-dots button{
	background-color: #fff;
	border: none;
	overflow: hidden;
	vertical-align: top;
	transition: 0.3s;
}


@media (min-width:769px){
	.top-slider-dots{
		top: 30px;
	}
	
	.top-slider{
		padding: 15px 0 40px 0;
	}
	.top-slider-img{
		width: 500px;
		margin: 15px;
	}	
	.top-slider-img-round{
		border-radius: 20px;
	}

	.top-slider-dots button{
		margin: 0 3px;
		width: 40px;
		height: 4px;
	}
}
@media (max-width:768px){
	.top-slider{
		padding-top: 55px;
	}
	.top-slider-dots{
		top: 0px;
	}

	.top-slider-img{
		max-width: 250px;
		margin: 15px;
	}	
	.top-slider-img-round{
		border-radius: 10px;
	}	

	.top-slider-dots button{
		margin: 0 3px;
		width: 20px;
		height: 2px;
	}
}


/* お店を探す、企業情報等 */

.cont-menu{
	display: flex;
	justify-content: center;
}
.cont-menu-choice{
	font-weight: bold;
	color: #fffeff;
	text-align: center;
}
.cont-menu-choice a{
	display: block;
	height: 100%;
	color: #fff;
}
.cont-menu-choice:nth-child(5){
	margin-right: 0px;
}
.cont-menu-choice-txt{
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.search{
	background-color: #b51180;
}
.search a{
	position: relative;
}
.search a::after{
	content: url("../images/svg/top-navi_01.svg");
	position: absolute;
	display: block;
	width: 44px;
}
.company{
	background-color: #2ab2cc;
}
.company a{
	position: relative;
}
.company a::after{
	content: url("../images/svg/top-navi_02.svg");
	position: absolute;
	display: block;
}
.recruit{
	background-color: #1a2b8e;
}
.recruit a{
	position: relative;
}
.recruit a::after{
	content: url("../images/svg/top-navi_03.svg");
	position: absolute;
	display: block;
}
.information a ,.news a{
	color: #bc1290 !important;
}
.information a ,.news a{
	position: relative;
}
.information a::after{
	content: url("../images/svg/top-navi_04.svg");
	position: absolute;
	display: block;
}
.news a::after{
	content: url("../images/svg/top-navi_05.svg");
	position: absolute;
	display: block;
}



.cont-munu-search{
	background-color: #fad3f0;
}
.cont-menu-in-guru-choice{
	display: flex;
	justify-content: center;
	border-top-left-radius: 0px !important;
	border-radius: 10px;
}
.yago-tit{
	text-align: center;
}
.cont-menu-in-guru-choice-in{
	background-color: #fff;
}
.list a{
	display: block;
	height: 100%;
}
.list-txt{
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	color: #fffeff;
}
.ae .list{
	background-color: #b50081;
}
.mv .list{
	background-color: #d6005e;
}
.big .list{
	background-color: #e34b06;
}
.mall .list{
	background-color: #b50081;
}
.mybas .list{
	background-color: #00783c;
}

.search-btn-bg::before{
	content: "";
	position: absolute;
	right: 28px;
	transform: translateY(-50%) rotate(-45deg);
	border-bottom: 2px solid #a80a78;
	border-right: 2px solid #a80a78;
	width: 11px;
	height: 11px;
	z-index: 1;
}
.search-btn-bg::after{
	content: "";
	position: absolute;
	right: 16px;
	transform: translateY(-50%);
	background-color: #fff;
	width: 34px;
	height: 34px;
	border-radius: 34px;
}


@media (min-width:769px){
	.cont{
		padding-top: 60px;
	}	

	.search::before{
		content: "";
		position: absolute;
		top: 20px;
		left: 0px;
		width: 100%;
		height: 100px;
		background-color: #b51180;
		z-index: -1;
	}
	

	.cont-new::before{
		top: -5px;
		left: -5px;
		font-size: 8px;
		color: #fff;
		background-color: #ff483a;
		width: 32px;
		padding: 9.65px 0;
		border-radius: 32px;
	}	


	.search a::after{
		top: 23px;
		left: 18px;
		width: 44px;
		height: 42px;
	}
	.company a::after{
		top: 30px;
		left: 18px;
		width: 45px;
		height: 35px;
	}
	.recruit a::after{
		top: 30px;
		left: 18px;
		width: 40px;
		height: 32px;
	}
	.information a::after{
		top: 30px;
		left: 18px;
		width: 32px;
		height: 33px;
	}
	.news a::after{
		top: 30px;
		left: 18px;
		width: 27px;
		height: 33px;
	}
	
	.search .cont-menu-choice-txt{
		font-size: 20px;
		padding-left: 34px;
	}
	.company .cont-menu-choice-txt{
		font-size: 18px;
		padding-left: 56px;
	}
	.recruit .cont-menu-choice-txt{
		font-size: 19px;
		padding-left: 34px;
	}
	.information .cont-menu-choice-txt{
		font-size: 18px;
		padding-left: 34px;
	}
	.news .cont-menu-choice-txt{
		font-size: 18px;
		padding-left: 34px;
	}

	.cont-menu-choice{
		width: 233px;
		height: 100px;	
		border-radius: 8px;
		margin-right: 9px;
	}
	.information ,.news{
		border: solid 4px #bc1290;
		height: 92px;
	}	
	.cont-munu-search{
		margin-top: 20px;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.yago-tit{
		padding-top: 52px;
		padding-bottom: 56px;
		text-align: center;
	}	
	.yago-tit-img{
		width: 100%;
	}
	
	.cont-menu-in-guru-choice-in{
		width: 18%;
		min-height: 220px;
		border-radius: 8px;
		margin-right: 15px;
	}
	
	.cont-menu-in-guru-choice-in:nth-of-type(1){
		margin-left: 20px;
	}
	.cont-menu-in-guru-choice-in:nth-of-type(5){
		margin-right: 20px;
	}
	.list{
		height: 52px;
		border-radius: 6px;
		margin: 0 16px;
	}
	
	.list-txt{
		font-size: 14px;
	}	
	.cont-munu-search-btn{
		padding: 0 20px;
	}
	.search-btn-bg{
		max-width: 1056px;
		/* height: 80px; */
		padding: 23px 0;
		margin-top: 32px;
	}	
	.search-btn-bg{
		position: relative;
		background-image: url("../images/btn.png");
		background-size: 100%;
		background-repeat: no-repeat;
		margin-left: auto;
		margin-right: auto;
		font-size: 22px;
		font-weight: bold;
		text-align: center;
		color: #fff;
	}
	.search-btn-bg::before{
		top: 50%;
	}
	.search-btn-bg::after{
		top: 50%;
	}
	
}
@media (max-width:768px){
	.cont{
		padding-top: 10px;
	}	

	.cont-new::before{
		top: -5px;
		left: -5px;
		font-size: 8px;
		color: #fff;
		background-color: #ff483a;
		width: 30px;
		padding: 9.65px 0;
		border-radius: 30px;
	}	

	.cont-menu{
		flex-wrap: wrap;
	}	

	.search .cont-menu-choice-txt{
		font-size: 15px;
		padding-top: 40px;
	}
	.company .cont-menu-choice-txt{
		font-size: 11px;
		padding-top: 40px;
	}
	.recruit .cont-menu-choice-txt{
		font-size: 15px;
		padding-top: 40px;
	}
	.information .cont-menu-choice-txt{
		font-size: 13px;
		padding-left: 34px;
	}
	.news .cont-menu-choice-txt{
		font-size: 13px;
		padding-left: 34px;
	}

	.search a::after{
		top: 15px;
		left: 50%;
		transform: translateX(-50%);
		width: 24px;
		height: 42px;
	}
	.company a::after{
		top: 15px;
		left: 50%;
		transform: translateX(-50%);
		width: 30px;
		height: 35px;
	}
	.recruit a::after{
		top: 15px;
		left: 50%;
		transform: translateX(-50%);
		width: 28px;
		height: 32px;
	}
	.information a::after{
		top: 24px;
		left: 18px;
		width: 22px;
		height: 22px;
	}
	.news a::after{
		top: 26px;
		left: 18px;
		width: 18px;
		height: 22px;
	}
	
	.cont-menu-choice{
		width: 31%;
		height: 98px;	
		border-radius: 4px;
		margin-right: 10px;
	}
	.cont-menu-choice:nth-child(3){
		margin-right: 0px !important;
	}
	.information{
		margin-right: 6px !important;
	}
	.information ,.news{
		border: solid 2px #bc1290;
		height:70px;
		width: 46.5%;
		margin-top: 8px;
	}	
	.cont-munu-search{
		margin-top: 8px;
		padding: 11px 10px 12px 10px;
	}


	.cont-menu-in-guru-choice{
		flex-wrap: wrap;
	}
	.yago-tit{
		padding-top: 28px;
		padding-bottom: 35px;
		text-align: center;
	}	
	.yago-tit-img{
		/* max-width: 210px; */
		max-width: max-content;
		max-height: 39px;
	}
	.mv .yago-tit-img ,.big .yago-tit-img{
		max-height: 42px;
	}
	.mall .yago-tit ,.mybas .yago-tit{
		padding-top: 35px;
		padding-bottom: 40px;
	}
	.mall .yago-tit-img ,.mybas .yago-tit-img{
		max-height: 29px;
	}
	
	.ae{
		width: 100%;
	}
	.mv ,.mall{
		margin-right: 3px;
	}
	.big ,.mybas{
		margin-left: 3px;
	}
	.mv ,.big ,.mall ,.mybas{
		width: 49%;
		margin-top: 5px;
	}

	.cont-menu-in-guru-choice-in{
		border-radius: 4px;
		/* width: 18%;
		min-height: 220px;
		margin-right: 15px; */
	}
	/* .cont-menu-in-guru-choice-in:nth-of-type(1){
		margin-left: 20px;
	}
	.cont-menu-in-guru-choice-in:nth-of-type(5){
		margin-right: 20px;
	} */
	.list{
		height: 42px;
		border-radius: 4px;
		margin: 0 16px;
		margin-bottom: 10px !important;
	}
	
	.list-txt{
		font-size: 12px;
	}	
	.cont-munu-search-btn{
		/* padding: 0 20px; */
	}
	.search-btn-bg{
		position: relative;
		background-image: url("../images/btn_sp.png");
		background-size: 100%;
		background-repeat: no-repeat;
		max-width: 1056px;
		font-size: 19px;
		font-weight: bold;
		text-align: center;
		color: #fff;
		margin-top: 10px;
		margin-left: auto;
		margin-right: auto;
		padding: 6.5% 0 7.5% 0;
	}
	.search-btn-bg::before{
		top: 45%;
	}
	.search-btn-bg::after{
		top: 44%;
	}
	
}


/* インターネットショッピング */
.shopping{
	background-color: #ebebeb;
}
.shopping-tit::before{
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	background-color: #1c2c68;
	display: block;
}
.shopping-tit::after{
	content: url("../images/svg/icon_shop.svg");
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	display: block;
}
.shopping-guru{
	display: flex;
	align-items: center;
}

.shopping-btn-txt{
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
}
.shopping-btn-txt::before{
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(-45deg);
	z-index: 1;
}
.shopping-btn-txt::after{
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background-color: transparent;
}

.shopping-btn{
	color: #fffeff;
	font-weight: bold;
}
.shopping-btn01 a{
	position: relative;
	display: block;
	background-color: #1c2c68;
	color: #fff;
	height: 100%;
}
.shopping-btn01 a::before{
	content: url("../images/svg/icon_shop.svg");
	position: absolute;
	display: block;
}
.shopping-btn02 a{
	position: relative;
	display: block;
	background-color: #b51180;
	color: #fff;
	height: 100%;
}
.shopping-btn02 a::before{
	content: url("../images/svg/icon_shop.svg");
	position: absolute;
	display: block;
}


@media (min-width:769px){
	.shopping{
		padding: 30px 0 44px 0;
		margin-top: 53px;
	}

	.rakutaku{
		position: relative;
		top: -5px;
		max-width: 220px;
		max-height: 74px;
		margin-right: 30px;
	}
	.e-shop{
		max-width: 220px;
		max-height: 74px;
		margin-right: 20px;
	}

	.shopping-btn-txt::before{
		right: -40px;
		border-bottom: 2px solid #fff;
		border-right: 2px solid #fff;
		width: 6px;
		height: 6px;
		z-index: 1;
	}
	.shopping-btn-txt::after{
		right: -50px;
		border: 2px solid #fff;
		width: 20px;
		height: 20px;
		border-radius: 22px 
	}
	
	.shopping-btn{
		max-width: 246px;
		height: 52px;
		font-size: 14px;
		border-radius: 6px;
	}
	.shopping-btn01 a{
		border-radius: 6px;
		padding: 0 62px 0 70px;
	}
	.shopping-btn02 a{
		border-radius: 6px;
		padding: 0 62px 0 70px;
	}
	
	.shopping-btn01 a::before{
		top: 16px;
		left: 28px;
		width: 19px;
		height: 22px;
	}
	.shopping-btn02 a::before{
		top: 16px;
		left: 28px;
		width: 19px;
		height: 22px;
	}
	
	
	.shopping-guru{
		display: flex;
		align-items: center;
		/* background-color: #fff; */
		margin-top: 30px;
		/* padding: 30px 40px 30px 56px; */
	}
	.shopping-guru-in{
		display: flex;
		justify-content: center;
		align-items: center;
		background-color: #fff;
		width: 50%;
		padding: 35px 10px 15px 20px;
	}	
	.shopping-guru-in:nth-child(1){
		margin-right: 1px;
	}
	.shopping-guru-in:nth-child(2){
		margin-left: 1px;
	}

	
	/* .shopping-btn{
		min-width: 246px;
	} */

	
	

	.shopping-tit::before{
		width: 48px;
		height: 48px;
		top: -56px;
		border-radius: 48px;
	}
	.shopping-tit::after{
		width: 26px;
		top: -46px;
	}
	
}
@media (max-width:768px){
	.shopping{
		padding: 30px 0 16px 0;
		margin-top: 44px;
	}

	/* .rakutaku{
		max-width: 220px;
		max-height: 74px;
	}
	.e-shop{
		max-width: 220px;
		max-height: 74px;
		margin-right: 20px;
	} */

	.shopping-btn{
		max-width: 246px;
		height: 40px;
		font-size: 14px;
		border-radius: 6px;
	}
	.shopping-btn-txt::before{
		right: 16px;
		border-bottom: 2px solid #fff;
		border-right: 2px solid #fff;
		width: 4px;
		height: 4px;
		z-index: 1;
	}
	.shopping-btn-txt::after{
		right: 8px;
		border: 2px solid #fff;
		width: 15px;
		height: 15px;
		border-radius: 22px 
	}
	
	.shopping-btn01{
		font-size: 11px;
		margin: auto;
		margin-top: 10px !important;
	}
	.shopping-btn01 a{
		border-radius: 4px;
	}
	.shopping-btn02{
		font-size: 11px;
		margin: auto;
		margin-top: 10px !important;
	}
	.shopping-btn02 a{
		border-radius: 4px;
	}
	.shopping-btn01 a::before{
		top: 9px;
		left: 8px;
		width: 19px;
		height: 22px;
	}
	.shopping-btn02 a::before{
		top: 9px;
		left: 8px;
		width: 19px;
		height: 22px;
	}
	
	
	.shopping-guru{
		display: flex;
		justify-content: center;
		align-items: center;
		/* padding: 20px 10px 15px 16px; */
		margin-top: 20px;
	}
	.shopping-guru-in{
		text-align: center;
		width: 50%;
		background-color: #fff;
		padding: 20px 10px 14px 10px;
	}
	.shopping-guru-in:nth-child(1){
		margin-right: 1px;
	}
	.shopping-guru-in:nth-child(2){
		margin-left: 1px;
	}

	/* .shopping-btn{
		min-width: 246px;
	} */

	
	

	.shopping-tit::before{
		width: 41px;
		height: 41px;
		top: -50px;
		border-radius: 48px;
	}
	.shopping-tit::after{
		width: 20px;
		height: 23px;
		top: -40px;
	}
}


/* イオン公式チャンネル */
.movie{
	position: relative;
	background-image: url("../images/bg_movie.jpg");
	background-size: 100%;
	background-repeat: no-repeat;
	border: solid 3px #b50081;
	max-width: 890px;
	margin: auto;
}
.movie::before{
	content: "";
	position: absolute;
	transform: rotate(45deg);
}
.movie::after{
	content: "";
	position: absolute;
	transform: rotate(45deg);
}
.movie-tit{
	position: relative;
	text-align: center;
	color: #b50081;
}
.movie-txt{
	display: block;
	color: #323333;
}
.movie-btn{
	color: #fffeff;
	font-weight: bold;
	margin: auto;
}
.movie-btn a{
	position: relative;
	text-align: center;
	display: block;
	background-color: #b51180;
	height: 100%;
	color: #fff;
	margin-top: 20px !important;
}
.movie-btn::before{
	content: url("../images/svg/icon_movie.svg");
	position: absolute;
}
.movie-btn-txt{
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.movie-btn-txt::before{
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(-45deg);
	z-index: 1;
}

.movie-btn-txt::after{
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background-color: transparent;
}

.movie-tit::before{
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	background-color: #b50081;
	display: block;
}
.movie-tit::after{
	content: url("../images/svg/icon_movie.svg");
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	display: block;
}


.other-movie{
	display: none;
}
.other-movie.is-open{
	display: block;
	position: fixed;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 10;
}
.other-movie-close{
	cursor: pointer;
	position: absolute;
}
.other-movie-close-btn{
	cursor: pointer;
	position: absolute;
	transform: rotate(45deg) translateY(-50%);
	background-color: #fff;
}
.other-movie-close-btn::before{
	content: "";
	position: absolute;
	transform: rotate(-90deg);
	background-color: #fff;
}

.other-movie-bk{
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(12, 12, 12, 0.9);
}
.other-movie-bg{
	position: relative;
	top: 50%;
	transform: translate(-50% , -50%);
	background-color: #fff;
	border-radius: 20px;
}
.other-movie-tit{
	position: relative;
	display: inline-block;
	transform: translateX(-50%);
	text-align: center;
	font-weight: bold;
	color: #000;
}
.other-movie-tit::before{
	content: url(../images/svg/movie_modal.svg);
	position: absolute;
	transform: translateY(-50%);
}
.other-movie-guru{
	display: flex;
	justify-content: center;
}
.aeon-movie a{
	background-color: #b50081;
	background-image: url(../images/movie_ae.png);
	background-repeat: no-repeat;
}
.mv-movie a{
	background-color: #d6005e;	
	background-image: url(../images/movie_mv.png);
	background-repeat: no-repeat;
}
.other-movie-btn a{
	position: relative;
	display: block;
}
.other-movie-btn-txt{
	position: relative;
	text-align: center;
	font-weight: bold;
	color: #fff;
}
.other-movie-btn a::before{
	content: "";
	position: absolute;
	left: 49.5%;
	transform: translateX(-50%) rotate(-45deg);
	z-index: 1;
}
.other-movie-btn a::after{
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	background-color: transparent;
}

@media (min-width:769px){
	.movie{
		margin-top: 53px !important;
		padding: 46px 32px 20px 37px;
		background-image: url("../images/bg_movie.jpg");
		/* background-size: 100%; */
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		border: solid 3px #b50081;
		/* max-width: 890px; */
		margin: auto;
	}
	.movie::before{
		top: -70px;
		left: -15px;
		border-top: 108px solid transparent;
		border-right: 108px solid #e6e6e6;
		border-bottom: 108px solid transparent;
	}	
	.movie::after{
		bottom: -14px;
		right: -3px;
		border-top: 21px solid transparent;
		border-left: 21px solid #b50081;
		border-bottom: 21px solid transparent;
	}	
	.movie-tit{
		font-size: 24px;
		font-weight: bold;
	}
	.movie-txt{
		font-size: 14px;
		font-weight: bold;
	}
	.movie-guru-in{
		display: flex;
		margin-top: 25px;
	}
	.thumb iframe{
		width: 395px;
		height: 271px;
	}
	.thumb:nth-child(1){
		margin-right: 22px;
	}
	.movie-btn{
		max-width: 246px;
		height: 52px;
		font-size: 14px;
		border-radius: 6px;
	}	
	.movie-btn a{
		border-radius: 6px;
		margin-top: 20px !important;
	}
	
	.movie-btn a::before{
		content: url("../images/svg/icon_movie.svg");
		position: absolute;
		top: 13px;
		left: 23px;
		width: 24px;
		height: 26px;
		z-index: 1;
	}
	.movie-btn-txt::before{
		right: 26px;
		border-bottom: 2px solid #fff;
		border-right: 2px solid #fff;
		width: 6px;
		height: 6px;
	}
	.movie-btn-txt::after{
		right: 16px;
		border: 2px solid #fff;
		width: 20px;
		height: 20px;
		border-radius: 22px;
	}
	
	
	.movie-tit::before{
		width: 48px;
		height: 48px;
		top: -70px;
		border-radius: 48px;
	}
	.movie-tit::after{
		width: 26px;
		top: -60px;
	}

	.other-movie-close{
		width: 30px;
		height: 30px;
		top: -33px;
		right: 13px;
	}
	.other-movie-close-btn{
		top: 50%;
		/* right: 13px; */
		width: 30px;
		height: 2px;
	}
	.other-movie-close-btn::before{
		width: 30px;
		height: 2px;
	}
	.other-movie-bg{
		left: 50%;
		width: 710px;
		height: 325px;
	}
	.other-movie-tit{
		left: 52%;
		font-size: 20px;
		padding-top: 35px;
	}
	.other-movie-tit::before{
		left: -60px;
		top: 76%;
		width: 29px;
		height: 32px;
	}
	.other-movie-guru{
		margin-top: 25px;
	}
	.aeon-movie{
		margin-right: 18px;
	}
	.aeon-movie a{
		background-size: 126px;
		background-position: center 38px;
	}
	.mv-movie{
		margin-left: 18px;
	}
	.mv-movie a{
		background-size: 126px;
		background-position: center 30px;
	}
	.other-movie-btn a{
		min-width: 300px;
		min-height: 200px;
		border-radius: 6px;
		width: 45%;
	}
	.other-movie-btn-txt{
		font-size: 14px;
		padding-top: 100px;
	}
	.other-movie-btn a::before{
		bottom: 30px;
		border-bottom: 2px solid #fff;
		border-right: 2px solid #fff;
		width: 6px;
		height: 6px;
	}
	.other-movie-btn a::after{
		bottom: 22px;
		border: 2px solid #fff;
		width: 22px;
		height: 22px;
		border-radius: 22px;
	}
	

}
@media (max-width:768px){
	.movie{
		margin-top: 44px !important;
		padding: 46px 25px 22px 25px;
		background-image: url("../images/bg_movie_sp.jpg");
		background-size: cover;
		background-repeat: no-repeat;
		border: solid 2px #b50081;
		max-width: 890px;
		margin: 0 10px;
	}
	.movie::before{
		top: -30px;
		left: -7px;
		border-top: 46px solid transparent;
		border-right: 46px solid #e6e6e6;
		border-bottom: 46px solid transparent;
	}	
	.movie::after{
		bottom: -7px;
		right: -2px;
		border-top: 10px solid transparent;
		border-left: 10px solid #b50081;
		border-bottom: 10px solid transparent;
	}	
	.movie-tit{
		font-size: 20px;
		font-weight: bold;
	}
	.movie-txt{
		font-size: 15px;
		font-weight: bold;
	}
	.movie-guru-in{
		display: flex;
		justify-content: center;
		margin-top: 15px;
	}
	.thumb iframe{
		max-width: 399px;
		max-height: 271px;
	}
	.thumb:nth-child(1){
		/* margin-right: 22px; */
	}
	.movie-btn{
		max-width: 260px;
		height: 40px;
		font-size: 14px;
	}	
	.movie-btn a{
		border-radius: 4px;
		margin-top: 15px !important;
	}
	.movie-btn a::before{
		content: url("../images/svg/icon_movie.svg");
		position: absolute;
		top: 11px;
		left: 23px;
		width: 17px;
		height: 26px;
		z-index: 1;
	}
	.movie-btn-txt::before{
		right: 26px;
		border-bottom: 2px solid #fff;
		border-right: 2px solid #fff;
		width: 6px;
		height: 6px;
	}
	.movie-btn-txt::after{
		right: 16px;
		border: 2px solid #fff;
		width: 20px;
		height: 20px;
		border-radius: 22px;
	}
	
	
	.movie-tit::before{
		width: 41px;
		height: 41px;
		top: -70px;
		border-radius: 48px;
	}
	.movie-tit::after{
		width: 17px;
		top: -62px;
	}

	.other-movie-close{
		width: 30px;
		height: 30px;
		top: -34px;
		right: 14px;
	}
	.other-movie-close-btn{
		top: 50%;
		/* right: 13px; */
		width: 30px;
		height: 2px;
	}
	.other-movie-close-btn::before{
		width: 30px;
		height: 2px;
	}
	.other-movie-bg{
		left: 50%;
		width: 355px;
		height: 235px;
	}
	.other-movie-tit{
		left: 54%;
		font-size: 14px;
		padding-top: 20px;
	}
	.other-movie-tit::before{
		left: -40px;
		top: 72%;
		width: 26px;
		height: 28px;
	}
	.other-movie-guru{
		margin-top: 25px;
		margin-left: 19px;
	}
	.aeon-movie{
		margin-right: 9px;
	}
	.aeon-movie a{
		background-size: 76px;
		background-position: center 29px;
	}
	.mv-movie{
		margin-left: 9px;
	}
	.mv-movie a{
		background-size: 76px;
		background-position: center 24px;
	}
	.other-movie-btn a{
		min-width: 149px;
		min-height: 150px;
		border-radius: 6px;
		width: 45%;
	}
	.other-movie-btn-txt{
		font-size: 12px;
		padding-top: 75px;
	}
	.other-movie-btn a::before{
		bottom: 20px;
		border-bottom: 2px solid #fff;
		border-right: 2px solid #fff;
		width: 6px;
		height: 6px;
	}
	.other-movie-btn a::after{
		bottom: 12px;
		border: 2px solid #fff;
		width: 20px;
		height: 20px;
		border-radius: 22px;
	}

}



/* やじるし */


@media (min-width:769px){
	.under-arrow{
		/* position: relative; */
		z-index: 1;
	}
	.under-next-arrow{
		position: absolute;
		top: 170px;
		right: -40px;
		/* height: 45px; */
		/* width: 45px; */
		background-color: transparent;
		border: none;
		border-radius: 90px;
	}
	.under-next-arrow::after{
		content: "";
		display: block;
		width: 24px;
		height: 24px;
		/* position: absolute; */
		border-top:2px solid #3a3a3a;
		border-right: 2px solid #3a3a3a;
		transform: rotate(45deg);
	}
	.under-prev-arrow{
		position: absolute;
		top: 170px;
		left: -40px;
		background-color: transparent;
		border: none;
		border-radius: 90px;
	}
	.under-prev-arrow::after{
		content: "";
		display: block;
		width: 24px;
		height: 24px;
		/* position: absolute; */
		border-top:2px solid #3a3a3a;
		border-right: 2px solid #3a3a3a;
		transform: rotate(-135deg);
	}
}
@media (max-width:768px){
	.under-arrow{
		display: none !important;
	}
}

/* キャンペーンのおしらせ */

.campaign-tit::before{
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	background-color: #338ac0;
	display: block;
}
.campaign-tit::after{
	content: url("../images/svg/icon_campaign.svg");
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	display: block;
}




@media (min-width:769px){
	.campaign.inner{
		padding: 0px;
	}

	.campaign{
		margin-top: 90px;
	}
	
	.campaign-tit::before{
		width: 48px;
		height: 48px;
		top: -56px;
		border-radius: 48px;
	}
	.campaign-tit::after{
		width: 26px;
		top: -46px;
	}
}
@media (max-width:768px){
	.campaign{
		padding-top: 70px;
	}
	
	.campaign-tit::before{
		width: 41px;
		height: 41px;
		top: -50px;
		border-radius: 48px;
	}
	.campaign-tit::after{
		width: 22px;
		top: -40px;
	}
}

/* 商品情報 */
.item-tit::before{
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	background-color: #cbc05d;
	display: block;
}
.item-tit::after{
	content: "";
	background-image: url("../images/svg/icon_item.svg");
	background-size: 100%;
	background-repeat: no-repeat;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	display: block;
}

@media (min-width:769px){
	.item.inner{
		padding: 0px;
	}
	.item-tit::before{
		width: 48px;
		height: 48px;
		top: -56px;
		border-radius: 48px;
	}
	.item-tit::after{
		width: 26px;
		height: 30px;
		top: -48px;
	}
}
@media (max-width:768px){
	.item{
		padding-top: 75px;
	}
	.item-tit::before{
		width: 41px;
		height: 41px;
		top: -50px;
		border-radius: 48px;
	}
	.item-tit::after{
		width: 22px;
		height: 27px;
		top: -43px;
	}
}



/* コンテンツ内スライダー */

.under-slider-img{
	height: auto;
	border-radius: 20px;
}
.under-slider-img a{
	font-size: 0px;
	display: block;
	height: 100%;
}
.under-slider-dots{
	display: flex;
	justify-content: center;
	position: relative;
	top: 30px;
}
.under-slider-dots .slick-active button{
	background-color: #b51180;
}
.under-slider-dots button{
	background-color: #fff;
	border: none;
	overflow: hidden;
	vertical-align: top;
	transition: 0.3s;
	margin: 0 3px;
	width: 40px;
	height: 4px;
}
@media (min-width:769px){
	.under-slider{
		padding: 25px 0 80px 0;
	}
	.under-slider-img{
		/* min-width: 228px; */
		margin: 15px;
		margin-top: 0px;
	}	
	.under-slider-img-size{
		/*max-width: 285px;*/
		border: solid 1px #d5d5d5;
	}

}
@media (max-width:768px){
	.under-slider-img-size{
		/*max-width: 170px;*/
	}

	.under-slider{
		padding: 10px 0 0;
	}
	.under-slider-img{
		margin: 0 7px 10px 7px;
	}	
	.under-slider-img-size{
		/*width: 155px;*/
		border: solid 1px #d5d5d5;
	}


	.under-slider-sp{
		display: flex;
		overflow-x: scroll;
		margin-top: 25px;
	}
	.under-slider-sp::-webkit-scrollbar{
		height: 7px;
		background-color: #ebebeb;
		border-radius: 7px;
	}
	.under-slider-sp::-webkit-scrollbar-thumb{
		background-color: #b50081;
		border-radius: 7px;
	}
}


/* 楽はや、超楽はや */
.cooking{
	display: flex;
	justify-content: center;
}
.cooking-guru{
	display: flex;
	justify-content: center;
	width: 100%;
	height: auto;
}
.rakuhaya{
	background-color: #bde1df;	
	background-size: cover;
	background-repeat: no-repeat;
}
.tyourakuhaya{
	background-color: #ffed7d;	
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.rakuhaya-tit{
	position: relative;
}
.tyourakuhaya-tit{
	position: relative;
}

.cooking-txt-link{
	position: relative;
	background-color: #fff;
}
.cooking-txt-link::before{
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.cooking-txt-date{
	color: #0085a1;
	font-weight: bold;
}
.tyourakuhaya .cooking-txt-date{
	color: #d76120;
}
.cooking-txt-name{
	color: #333;
	font-weight: bold;
}
.cooking-txt-kuwasiku{
	position: relative;
	text-align: end;
	color: #0085a1;
	font-weight: bold;
}
.rakuhaya .cooking-txt-kuwasiku::before{
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(-45deg);
	z-index: 1;
}
.rakuhaya .cooking-txt-kuwasiku::after{
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background-color: transparent;
}
.tyourakuhaya .cooking-txt-kuwasiku::before{
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(-45deg);
	z-index: 1;
}
.tyourakuhaya .cooking-txt-kuwasiku::after{
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background-color: transparent;
}
.tyourakuhaya .cooking-txt-kuwasiku{
	color: #d76120;
}

@media (min-width:769px){
	.rakuhaya{
		border: solid 2px #0587a3;
		padding: 18px 16px 10px 18px;
		margin-right: 10px;
	}
	.tyourakuhaya{
		border: solid 2px #ffd272;
		padding: 18px 16px 10px 18px;
		margin-left: 10px;
	}
	.rakuhaya{
		background-image: url("../images/cook_bg_short.png");
	}
	.tyourakuhaya{
		background-image: url("../images/cook_bg_short.png");
	}
	
	.rakuhaya-tit{
		margin: -48px auto 0;
	}	
	.rakuhaya-tit::before{
		content: "";
		position: absolute;
		background-image: url("../images/cook_tit_rakuhaya_under.png");
		background-position-x: 0px;
		background-position-y: 0px;
		background-size: contain;
		background-repeat: no-repeat;
		width: 101%;
		height: 100%;
		z-index: -1;
	}
	.tyourakuhaya-tit{
		margin: -52px auto -7px;
	}
	.tyourakuhaya-tit::before{
		content: "";
		position: absolute;
		background-image: url("../images/cook_tit_tyou_rakuhaya_under.png");
		background-position-x: 0px;
		background-position-y: 0px;
		background-size: contain;
		background-repeat: no-repeat;
		width: 101%;
		height: 100%;
		z-index: -1;
	}

	.rakuhaya-tit-img{
		max-width: 227px;
		padding-top: 2px;
		padding-left: 2px;
	}
	.tyourakuhaya-tit-img{
		max-width: 218px;
		padding-top: 2px;
		padding-left: 2px;
	}
	.cooking-txt{
		margin-left: 16px;
	}
	.cooking-txt-link{
		margin-right: 16px;	
		border-radius: 5px;
	}
	.cooking-txt-link a{
		position: relative;
		min-height: 100px;
		display: block;
		background-color: #fff;
		padding: 10px 12px 12px 10px;
	}
	.cooking-txt-link::before{
		right: -12px;
		border-top: 7px solid transparent;
		border-left: 12px solid #fff;
		border-bottom: 7px solid transparent;
	}
	.cooking-txt-date{
		font-size: 13px;
	}
	.cooking-txt-name{
		font-size: 20px;
	}
	.cooking-txt-kuwasiku{
		position: absolute;
		bottom: 10px;
		right: 12px;
		font-size: 13px;
		padding-right: 24px;
	}
	.cooking-img {
		width: 275px;
	}
	.cooking-img img {
		width: 100%;
	}
	
	.rakuhaya .cooking-txt-kuwasiku::before{
		right: 6px;
		border-bottom: 2px solid #0085a1;
		border-right: 2px solid #0085a1;
		width: 4px;
		height: 4px;
		z-index: 1;
	}
	.rakuhaya .cooking-txt-kuwasiku::after{
		right: 0px;
		border: 2px solid #0085a1;
		width: 13px;
		height: 13px;
		border-radius: 22px;
	}
	.tyourakuhaya .cooking-txt-kuwasiku::before{
		right: 6px;
		border-bottom: 2px solid #d76120;
		border-right: 2px solid #d76120;
		width: 4px;
		height: 4px;
		z-index: 1;
	}
	.tyourakuhaya .cooking-txt-kuwasiku::after{
		right: 0px;
		border: 2px solid #d76120;
		width: 13px;
		height: 13px;
		border-radius: 22px;
	}
	
}
@media (max-width:768px){
	.cooking{
		padding-top: 50px;
		flex-direction: column;
	}

	.cooking-guru{
		position: relative;
		align-items: end;
	}
	.cooking-img{
		margin-left: auto;
	}
	.rakuhaya{
		background-image: url("../images/cook_bg_short.png");
		border: solid 2px #0587a3;
		background-color: rgba(189, 225, 223, 0.63);
		padding: 10px 0px 9px 0px;
		/* margin-right: 10px; */
	}
	.tyourakuhaya{
		background-image: url("../images/cook_bg_short.png");
		border: solid 2px #ffd272;
		padding: 10px 0px 9px 0px;
		/* margin-left: 10px; */
	}
	.tyourakuhaya{
		margin-top: 50px;
	}


	.rakuhaya-tit{
		position: absolute;
		top: -48px;
		left: 3px;
		z-index: 1;
		/* margin: -48px auto 0; */
	}
	.tyourakuhaya-tit{
		position: absolute;
		top: -56px;
		left: 3px;
		z-index: 1;
		/* margin: -52px auto -7px; */
	}
	.rakuhaya-tit-img{
		max-width: 170px;
	}
	.tyourakuhaya-tit-img{
		max-width: 175px;
	}
	.cooking-img{
		width: 57%;
		float: right;
		overflow: hidden;
	}
	.cooking-txt{
		margin-left: 7px;
		width: 40%;
		float: left;
	}
	.cooking-txt-link{
		margin-right: 16px;	
		border-radius: 2.5px;
		height: 27vw;
		width: 33.5vw;
	}
	.cooking-txt-link a{
		position: relative;
		/* min-height: 100px; */
		height: 90%;
		display: block;
		padding: 10px 12px 12px 10px;
	}

	.cooking-txt-link::before{
		right: -12px;
		border-top: 7px solid transparent;
		border-left: 12px solid #fff;
		border-bottom: 7px solid transparent;
	}
	.cooking-txt-date{
		font-size: 10px;
		line-height: 13px;
	}
	.cooking-txt-name{
		font-size: 13px;
		margin-top: 5px;
	}
	.cooking-txt-kuwasiku{
		position: absolute;
		bottom: 16px;
		right: 12px;
		font-size: 10px;
		padding-right: 24px;
	}

	
	.rakuhaya .cooking-txt-kuwasiku::before{
		right: 6px;
		border-bottom: 2px solid #0085a1;
		border-right: 2px solid #0085a1;
		width: 3px;
		height: 3px;
		z-index: 1;
	}
	.rakuhaya .cooking-txt-kuwasiku::after{
		right: 0px;
		border: 2px solid #0085a1;
		width: 11px;
		height: 11px;
		border-radius: 22px;
	}
	.tyourakuhaya .cooking-txt-kuwasiku::before{
		right: 6px;
		border-bottom: 2px solid #d76120;
		border-right: 2px solid #d76120;
		width: 4px;
		height: 4px;
		z-index: 1;
	}
	.tyourakuhaya .cooking-txt-kuwasiku::after{
		right: 0px;
		border: 2px solid #d76120;
		width: 13px;
		height: 13px;
		border-radius: 22px;
	}

}



/* イオンのサービス */
.service-guru{
	display: flex;
}
.service-guru-in-name{
	text-align: center;
}

.service-tit::before{
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	background-color: #e899d1;
	display: block;
}
.service-tit::after{
	content: url("../images/svg/icon_service.svg");
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	display: block;
}

@media (min-width:769px){
	.service{
		width: 1004px;
		margin: auto;
		padding-top: 100px;
	}
	.service-guru{
		flex-wrap: wrap;
		padding-top: 37px;
	}
	.service-guru-in{
		width: 100px;
		margin-right: 50px;
	}
	.service-guru-in:nth-child(7){
		margin-right: 0px;
	}
	.service-guru-in:nth-child(n+8){
		margin-top: 40px;
	}
	.service-guru-in-img{
		border: 1px solid #d5d5d5;
		max-width: 98px;
		border-radius: 24px;
	}
	.service-guru-in-name{
		font-size: 13px;
		line-height: 16px;
		white-space: nowrap;
		margin-top: 10px;
	}
	
	
	.service-tit::before{
		width: 48px;
		height: 48px;
		top: -56px;
		border-radius: 48px;
	}
	.service-tit::after{
		width: 26px;
		top: -43px;
	}
}
@media (max-width:768px){
	.service-guru{
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.service{
		padding-top: 80px;
	}
	.service-guru{
		padding-top: 30px;
	}
	.service-guru-in{
		margin-top: 12px;
		margin-left: 4px;
		margin-right: 4px;
		text-align: center;
		width: 95.5px;
	}
	/* .service-guru-in:nth-child(4n){
		margin-right: 0px;
	} */
	.service-guru-in-img{
		border: 1px solid #d5d5d5;
		border-radius: 12px;
		max-width: 85.5px;
	}
	.service-guru-in-name{
		font-size: 12px;
		line-height: 16px;
		margin-top: 8px;
	}
	
	.service-tit{
		margin-bottom: -12px;
	}
	.service-tit::before{
		width: 41px;
		height: 41px;
		top: -56px;
		border-radius: 48px;
	}
	.service-tit::after{
		width: 24px;
		top: -46px;
	}
}
@media (max-width:518px){
	.service-guru-in.img-non{
		display: none;
	}
}


/* SDGs */
.sdgs{
	background-color: #eee;
}
.sdgs-link{
	margin: auto;
}
.sdgs-link a{
	font-size: 0px;
	display: block;
	height: 100%;
}
.sdgs-tit::before{
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	background-color: #2d9cd8;
	display: block;
}
.sdgs-tit::after{
	content: url("../images/svg/icon_sdgs.svg");
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	display: block;
}

@media (min-width:769px){
	.sdgs{
		margin-top: 70px;
		padding: 30px 0 62px 0;
	}
	.sdgs-link{
		margin-top: 15px;
		max-width: 600px;
	}
	

	.sdgs-tit::before{
		width: 48px;
		height: 48px;
		top: -56px;
		border-radius: 48px;
	}
	.sdgs-tit::after{
		width: 26px;
		top: -46px;
	}
}
@media (max-width:768px){
	.sdgs{
		margin-top: 50px;
		padding: 35px 0 40px 0;
	}
	.sdgs-link{
		margin-top: 16px;
		padding: 0 10px;
		/* max-width: 600px; */
	}
	

	.sdgs-tit::before{
		width: 41px;
		height: 41px;
		top: -57px;
		border-radius: 48px;
	}
	.sdgs-tit::after{
		width: 23px;
		top: -48px;
	}
}


/* 環境・社会貢献活動報告 */

.environment{
	background-color: #daeabf;
}
.environment-guru{
	display: flex;
}
.environment-guru-in-bg{
	background-color: #fff;	
}
.environment-guru-in-bg-overflow{
	overflow: hidden;
}
.environment-guru-in-kuwasiku-btn{
	position: relative;
	text-align: center;
	background-color: #1ba276;
	color: #fff;
}
.environment-guru-in-kuwasiku-btn::before{
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(-45deg);    z-index: 1;
}
.environment-guru-in-kuwasiku-btn::after{
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background-color: transparent;
}

.environment-guru-in-img{
	width: 100%;
}

.img-gn{
	position: relative;
}
.img-gn-in{
	position: absolute;
	top: 0px;
}
.sdgs-gn{
	display: inline-block;
	width: 100%;
}
/* .sdgs-gn-img{
	vertical-align: top;
} */

.environment-btn{
	color: #fffeff;
	font-weight: bold;
	margin: auto;
}
.environment-btn a{
	position: relative;
	text-align: center;
	display: block;
	background-color: #1ba276;
	color: #fff;
	height: 100%;
	border: 2px solid transparent;
}
.environment-btn.archive a{
	color: #1ba276;
	background: none;
	border-color: #1ba276;
}
.environment-btn a::before{
	content: url(../images/svg/icon_environment.svg);
	position: absolute;
	z-index: 1;
}
.environment-btn.archive a::before{
	content: none;
}
.environment-btn-txt{
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.environment-btn.archive .environment-btn-txt{
	padding-right: 2em;
}
.environment-btn-txt::before{
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(-45deg);
	z-index: 1;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
}
.environment-btn.archive .environment-btn-txt::before{
	border-color: #1ba276;
}
.environment-btn-txt::after{
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background-color: transparent;
	border: 2px solid #fff;
}
.environment-btn.archive .environment-btn-txt::after{
	border-color: #1ba276;
}

.environment-tit::before{
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	background-color: #1ba277;
	display: block;
}
.environment-tit::after{
	content: url("../images/svg/icon_environment.svg");
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	display: block;
}

@media (min-width:769px){
	.environment-guru-in-img.cont-new::before{
		top: 0px;
		left: 0px;
		font-size: 14px;
		color: #1ba277;
		background-color: #fff;
		width: 49px;
		padding: 14px 0;
		border-radius: 0px;
		z-index: 1;
	}	
	.environment-btn.cont-new::before{
		top: -21px;
		left: -21px;
		font-size: 12px;
		color: #1ba277;
		background-color: #fff;
		width: 40px;
		padding: 9.5px 0;
		z-index: 1;
	}
	
	.environment{
		padding: 30px 0 60px 0;
	}
	.environment-guru{
		margin-top: 30px;
		justify-content: center;
	}
	.environment-guru-in{
		/* background-color: #fff; */
		margin-right: 20px;
	}
	.environment-guru-in:nth-child(4){
		margin-right: 0px;
	}
	.environment-guru-in-bg{
		max-width: 245px;
		height: 245px;
		/* height: 69%; */
		padding: 20px;
	}
	.environment-guru-in-bg-overflow{
		height: 100%;
	}	
	.environment-guru-in-kuwasiku{
		margin-top: 10px;
	}
	.environment-guru-in-kuwasiku-btn{
		border-radius: 6px;
		padding: 6px 0px;
	}
	.environment-guru-in-kuwasiku-btn::before{
		right: 22px;
		border-bottom: 2px solid #fff;
		border-right: 2px solid #fff;
		width: 5px;
		height: 5px;
	}
	.environment-guru-in-kuwasiku-btn::after{
		right: 16px;
		border: 2px solid #fff;
		width: 14px;
		height: 14px;
		border-radius: 22px;
	}
	.txt-over{
		/* height: 28%;
		overflow: hidden; */
	}
	.environment-guru-in-txt{
		font-size: 13px;
		line-height: 20px;
		margin-top: 5px;
	}
	.img-gn{
		padding-top: 59%;
	}
	.sdgs-gn{
		/* min-height: 55px; */
		/* margin-top: -5px; */
	}
	.sdgs-gn-li{
		float: left;
		margin: 0;
		width: calc(100% / 9.01);
		font-size: 0;
	}
	.sdgs-gn-li img {
		width: 100%;
	}
	
	/* .sdgs-gn-img{
		vertical-align: top;
		width: 11.05%;
		margin-right: -3.5px;
	} */
	.environment-btn{
		max-width: 300px;
		height: 54px;
		font-size: 14px;
		border-radius: 6px;
	}
	.environment-btn a{
		border-radius: 6px;
		margin-top: 20px !important;
		margin: auto;
	}
	.environment-btn.archive a{
		margin-top: 39px !important;
	}
	.environment-btn a::before{
		top: 16px;
		left: 16px;
		width: 27px;
		height: 22px;
	}
	.environment-btn-txt::before{
		right: 26px;
		width: 6px;
		height: 6px;
		z-index: 1;
	}
	.environment-btn-txt::after{
		right: 16px;
		width: 20px;
		height: 20px;
		border-radius: 22px;
	}
	
	
	
	.environment-tit::before{
		width: 48px;
		height: 48px;
		top: -56px;
		border-radius: 48px;
	}
	.environment-tit::after{
		width: 26px;
		top: -43px;
	}
}
@media (max-width:768px){
	.environment-guru-in-img.cont-new::before{
		top: 0px;
		left: 0px;
		font-size: 9px;
		color: #1ba277;
		background-color: #fff;
		width: 30px;
		padding: 8.25px 0;
		border-radius: 0px;
		z-index: 1;
	}	
	.environment-btn.cont-new::before{
		top: -14px;
		left: -14px;
		font-size: 9px;
		color: #1ba277;
		background-color: #fff;
		width: 30px;
		padding: 8.25px 0;
		z-index: 1;
	}


	.environment{
		padding: 25px 0 30px 0;
	}
	.environment .inner{
		padding-right: 0px;
	}
	.environment-guru{
		margin-top: 25px !important;
		padding-bottom: 15px !important;
		/* padding: 0 10px; */
		margin: 0 10px;
		overflow-x: scroll;
	}
	.environment-guru::-webkit-scrollbar-thumb{
		background-color: #b50081;
		border-radius: 7px;
	}
	.environment-guru::-webkit-scrollbar{
		height: 7px;
		background-color: #ebebeb;
		border-radius: 7px;
	}
	

	.environment-guru-in{
		/* background-color: #fff; */
		margin-right: 0.5px;
	}
	.environment-guru-in:nth-child(4){
		margin-right: 0px;
	}
	.environment-guru-in-bg{
		width: 150px;
		min-height: 160px;
		padding: 10px 10px 6px 10px;
	}
	.environment-guru-in-bg-overflow{
		height: 157px;
	}	
	.environment-guru-in-kuwasiku{
		margin-top: 10px;
	}
	.environment-guru-in-kuwasiku-btn{
		font-size: 12px;
		border-radius: 3px;
		padding: 6px 0px;
		margin: 0 10px;
	}
	.environment-guru-in-kuwasiku-btn::before{
		right: 18px;
		border-bottom: 2px solid #fff;
		border-right: 2px solid #fff;
		width: 4px;
		height: 4px;
	}
	.environment-guru-in-kuwasiku-btn::after{
		right: 11px;
		border: 2px solid #fff;
		width: 14px;
		height: 14px;
		border-radius: 22px;
	}
	.environment-guru-in-txt{
		font-size: 10px;
		line-height: 12px;
		margin-top: 5px;
	}
	.img-gn{
		padding-top: 59%;
	}
	.sdgs-gn{
		/* min-height: 55px; */
		/* margin-top: -5px; */
	}
	/* .sdgs-gn-img{
		vertical-align: top;
		max-width: 17px;
		margin-right: -4px;
	} */
	.sdgs-gn-li{
		float: left;
		margin: 0;
		width: calc(100% / 9.01);
		font-size: 0;
	}

	.environment-btn{
		max-width: 250px;
		height: 41px;
		font-size: 14px;
		border-radius: 6px;
	}

	.environment-btn a{
		border-radius: 4px;
		margin-top: 15px !important;
	}
	.environment-btn.archive a{
		margin-top: 35px !important;
	}
	.environment-btn a::before{
		top: 12px;
		left: 20px;
		width: 23px;
		height: 18px;
	}
	.environment-btn-txt::before{
		right: 24px;
		width: 4px;
		height: 4px;
		z-index: 1;
	}
	.environment-btn-txt::after{
		right: 16px;
		width: 16px;
		height: 16px;
		border-radius: 22px;
	}
	
	
	.environment-tit::before{
		width: 41px;
		height: 41px;
		top: -47px;
		border-radius: 48px;
	}
	.environment-tit::after{
		width: 23px;
		top: -38px;
	}
}


/* 採用情報 */

.recruitinfo-menu-non{
	display: none;
}
.is-open{
	display: block;
}

.recruitinfo{
	background-size: cover;
	background-repeat: no-repeat;
}
.recruitinfo-dom{
	position: relative;
}
.recruitinfo-btn{
	position: relative;
	text-align: center;
	background-image: url("../images/bg_recruit_btn.jpg");
	background-size: 100%;
	background-repeat: no-repeat;
	display: block;
	margin: auto;
}
.recruitinfo-btn a{
	display: block;
	height: 100%;
}
.recruitinfo-btn-txt{
	position: relative;
	/* top: 17px; */
	color: #fff;
	font-weight: bold;
	max-width: 100%;
}


.recruitinfo-menu{
	display: flex;
	justify-content: center;
}
.recruitinfo-menu-choice{
	font-weight: bold;
	color: #111;
}
.recruitinfo-menu-choice a{
	display: block;
	height: 100%;
}
.part{
	cursor: pointer;
	margin-right: 0px !important;
}
.recruitinfo-menu-choice-txt{
	color: #fff;
}
.new{
	background-color: #7bbd7a;
}
.half{
	background-color: #e8c037;
}
.pharmacy{
	background-color: #de8cb4;
}
.part{
	background-color: #74afc2;
	position: relative;
}


.recruitinfo-munu-search{
	background-color: #74afc2;
}
.recruitinfo-menu-in-guru-choice{
	display: flex;
	justify-content: flex-end;
	border-top-left-radius: 0px !important;
	border-radius: 10px;
}
.recruitinfo-yago{
	text-align: center;
}
.recruitinfo-yago-img{
	width: 100%;
}
.rec-ae{
	background-color: #b50081;
}
.rec-mv{
	background-color: #d6005e;
}
.rec-big{
	background-color: #e34b06;
}
.rec-mybas{
	background-color: #00783c;
}

.recruitinfo-btn::before{
	content: url(../images/svg/icon_recruitment.svg);
	position: absolute;
}
.recruitinfo-btn-txt{
	position: relative;
}
.recruitinfo-btn-txt::before{
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(-45deg);
}
.recruitinfo-btn-txt::after{
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background-color: transparent;
}

.recruitinfo-list{
	position: relative;
}
.recruitinfo-list-txt{
	position: relative;
	text-align: center;
	color: #fff;
}



.recruitinfo-tit::before{
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	background-image: linear-gradient(122deg, #8ec3cf 0%, #8ec3cf 40%, #b6b3d4 100%);
	display: block;
}
.recruitinfo-tit::after{
	content: url("../images/svg/icon_recruitment.svg");
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	display: block;
}


@media (min-width:769px){	
	.recruitinfo{
		background-image: url("../images/bg_recruit.jpg");
		padding-top: 90px;
		padding-bottom: 45px;
	}	
	.recruitinfo-menu{
		margin-top: 26px;
	}	
	.recruitinfo-menu-choice{
		font-size: 20px;
		width: 285px;
		height: 80px;	
		border-radius: 8px;
		margin-right: 20px;
	}
	
	.part::before{
		content: "";
		position: absolute;
		top: 20px;
		right: 0px;
		background-color: #74afc2;
		width: 100%;
		height: 0px;
		/* transition: 0.3s; */
	}
	.part.is-open::before{
		height: 100px;
	}
	
	
	.information ,.news{
		border: solid 4px #bc1290;
		height: 92px;
	}	
	.recruitinfo-munu-search{
		display: inline-block;
		border-radius: 6px;
		border-top-right-radius: 0px;
		padding: 30px 40px;
	}
	.recruitinfo-yago{
		/* padding-top: 52px; */
		/* padding-bottom: 56px; */
		text-align: center;
	}	
	.recruitinfo-menu-in{
		position: absolute;
		top: 150px;
		right: 20px;
		text-align: end;
		z-index: 1;
	}
	.recruitinfo-menu-in-guru-choice-in{
		/* width: 18%; */
		width: 193px;
		min-height: 186px;
		margin-right: 10px;
	}
	.recruitinfo-menu-in-guru-choice-in:nth-of-type(1){
		margin-left: 10px;
	}
	.recruitinfo-menu-in-guru-choice-in:nth-of-type(4){
		margin-right: 10px;
	}
	.recruitinfo-list{
		margin: 0 16px;
		height: 52px;
	}
	.recruitinfo-list::before{
	content: "";
	position: absolute;
	bottom: 6px;
	right: 6px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	width: 7px;
	height: 7px;
	z-index: 1;
	}
	
	.recruitinfo-list-txt{
		top: 50%;
		transform: translateY(-50%);
		font-size: 14px;
		font-weight: bold;
	}	
	
	.recruitinfo-menu-choice{
		text-align: center;
	}	
	.recruitinfo-menu-choice-txt{
		position: relative;
		top: 50%;
		transform: translateY(-50%);
	}	
	.pharmacy .recruitinfo-menu-choice-txt{
		padding-right: 32px;
	}
	.part .recruitinfo-menu-choice-txt{
		padding-right: 32px;
	}
	.recruitinfo-menu-choice-txt::before{
		content: "";
		position: absolute;
		top: 50%;
		transform: translateY(-50%) rotate(-45deg);
		/* transition: 0.3s; */
		z-index: 1;
		right: 23px;
		border-bottom: 2px solid #fff;
		border-right: 2px solid #fff;
		width: 6px;
		height: 6px;
		z-index: 1;
	}
	.recruitinfo-menu-choice-txt.part-txt.is-open::before{
		transform: translateY(-50%) rotate(45deg);
		top: 50%;
		right: 21px;
	}
	.recruitinfo-menu-choice-txt::after{
		content: "";
		position: absolute;
		top: 50%;
		right: 13px;
		transform: translateY(-50%);
		background-color: transparent;
		border: 2px solid #fff;
		width: 20px;
		height: 20px;
		border-radius: 22px;
	}

	.recruitinfo-btn{
		max-width: 246px;
		min-height: 54px;
		border-radius: 6px;
		margin-top: 40px !important;
	}
	.recruitinfo-btn::before{
		top: 11px;
		left: 19px;
		width: 19px;
		height: 25px;
	}	
	.recruitinfo-btn-txt{
		font-size: 14px;
		padding: 17px 0;
	}	
	.recruitinfo-btn-txt::before{
		right: 26px;
		border-bottom: 2px solid #fff;
		border-right: 2px solid #fff;
		width: 6px;
		height: 6px;
	}	
	.recruitinfo-btn-txt::after{
		right: 16px;
		border: 2px solid #fff;
		width: 20px;
		height: 20px;
		border-radius: 22px;
	}
	


	.recruitinfo-tit::before{
		width: 48px;
		height: 48px;
		top: -56px;
		border-radius: 48px;
	}
	.recruitinfo-tit::after{
		width: 23px;
		top: -49px;
	}

}
@media (max-width:768px){
	.recruitinfo{
		background-image: url("../images/bg_recruit_sp.jpg");
	}
	
	.recruitinfo-dom{
		padding-top: 52px;
		padding-bottom: 20px;
	}

	.recruitinfo-munu-search{
		padding-bottom: 15px;
		overflow: hidden;
	}
	.recruitinfo-menu{
		flex-direction: column;
		margin-top: 15px;
	}
	
	.recruitinfo-menu-choice{
		text-align: start;
		border-radius: 4px;
		margin-top: 5px;
	}	
	.recruitinfo-menu-in-guru-choice{
		position: relative;
		flex-wrap: wrap;
		justify-content: center;
	}
	.recruitinfo-menu-choice-txt{
		position: relative;
		font-size: 12px;
		padding: 14px 0 13px 20px;
	}

	.recruitinfo-list::before{
		content: "";
		position: absolute;
		bottom: 4px;
		right: 4px;
		border-bottom: 1px solid #fff;
		border-right: 1px solid #fff;
		width: 5px;
		height: 5px;
		z-index: 1;
		}	
	.recruitinfo-list-txt{
		/* top: 9px; */
		height: 24px;
		padding-top: 8px;
		font-size: 12px;
		font-weight: bold;
	}	

	.part::before{
		content: "";
		position: absolute;
		top: 20px;
		right: 0px;
		background-color: #74afc2;
		border-bottom-left-radius: 8px;
		border-bottom-right-radius: 8px;
		width: 100%;
		height: 0px;
		/* transition: 0.3s; */
	}
	.part.is-open::before{
		height: 100px;
	}


	.recruitinfo-munu-search{
		background-color: #74afc2;
		border-radius: 0 0 4px 4px;
	}	
	.recruitinfo-menu-in-guru-choice-in{
		width: calc(50% - 37px);
		/* min-height: 186px; */
		margin-top: 10px;
	}
	.recruitinfo-menu-in-guru-choice-in.rec-ae ,.recruitinfo-menu-in-guru-choice-in.rec-mv{
		margin-top: 5px !important;
	}
	.recruitinfo-menu-in-guru-choice-in.rec-ae ,.recruitinfo-menu-in-guru-choice-in.rec-big{
		margin-right: 10px;
	}
	.recruitinfo-menu-choice-txt::before{
		content: "";
		position: absolute;
		top: 50%;
		transform: translateY(-50%) rotate(-45deg);
		/* transition: 0.3s; */
		z-index: 1;
		right: 18px;
		border-bottom: 2px solid #fff;
		border-right: 2px solid #fff;
		width: 6px;
		height: 6px;
		z-index: 1;
	}
	.recruitinfo-menu-choice-txt.part-txt.is-open::before{
		transform: rotate(45deg);
		top: 17px;
		right: 17px;
	}

	.recruitinfo-menu-choice-txt::after{
		content: "";
		position: absolute;
		top: 50%;
		right: 10px;
		transform: translateY(-50%);
		background-color: transparent;
		border: 2px solid #fff;
		width: 18px;
		height: 18px;
		border-radius: 22px;
	}

	.recruitinfo-btn{
		max-width: 220px;
		min-height: 41px;
		border-radius: 4px;
		margin-top: 20px !important;
	}
	.recruitinfo-btn-txt{
		font-size: 14px;
		padding: 10px 0;
	}	
	.recruitinfo-btn::before{
		top: 10px;
		left: 28px;
		width: 15px;
		height: 22px;
	}	
	.recruitinfo-btn-txt::before{
		right: 27px;
		border-bottom: 2px solid #fff;
		border-right: 2px solid #fff;
		width: 6px;
		height: 6px;
	}	
	
	.recruitinfo-btn-txt::after{
		right: 19px;
		border: 2px solid #fff;
		width: 18px;
		height: 18px;
		border-radius: 18px;
	}


	.recruitinfo-tit::before{
		width: 41px;
		height: 41px;
		top: -52px;
		border-radius: 48px;
	}
	.recruitinfo-tit::after{
		width: 18px;
		top: -45px;
	}

	/* .recruitinfo-yago-img{
		max-width: 140px;
	} */
}



/* ページ下部バナー(ボタン) */
.bottom-bnr{
	display: flex;
	justify-content: center;
}
.bottom-bnr a{
	display: block;
	height: 100%;
}

.store-tit::before{
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	background-color: #b51180;
	display: block;
}
.store-tit::after{
	content: url("../images/svg/icon_store.svg");
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	display: block;
}

@media (min-width:769px){
	.bottom-bnr{
		margin-top: 45px;
	}
	.store{
		padding-top: 75px;
	}
	.bottom-bnr-tenant{
		margin-right: 21px;
	}
	.bottom-bnr-mybas{
		margin-left: 21px;
	}
	.store-tit::before{
		width: 48px;
		height: 48px;
		top: -56px;
		border-radius: 48px;
	}
	.store-tit::after{
		width: 26px;
		top: -46px;
	}
}
@media (max-width:768px){
	.store{
		padding-top: 65px;
	}
	.store .headline{
		font-size: 17px;
	}
	.bottom-bnr{
		flex-direction: column;

	}
	.bottom-bnr-tenant{
		margin-top: 22px;
	}
	.bottom-bnr-tenant a{
		font-size: 0px;
	}
	.bottom-bnr-mybas{
		margin-top: 15px;
	}
	
	.store-tit::before{
		width: 41px;
		height: 41px;
		top: -50px;
		border-radius: 48px;
	}
	.store-tit::after{
		width: 26px;
		top: -40px;
	}
}

