@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Klee+One:wght@400;600&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

#thestories{
	width: 100%;
	line-height: 1.8;
	letter-spacing: 0.05em;
	font-family: "Klee One", cursive;
	font-weight: 400;
	font-style: normal;
	color:#191919;
}

#thestories .inview1{
	opacity: 0;
	transform: translateY(20px);
	transition: 0.7s;
	transition-delay: 0.1s;
}

#thestories .inview1.show{
	opacity: 1;
	transform: translateY(0px);	
}

#thestories .inview2{
	opacity: 0;
	transform: translateY(20px);
	transition: 0.7s;
	transition-delay: 0.3s;
}

#thestories .inview2.show2{
	opacity: 1;
	transform: translateY(0px);	
}

#thestories .inview3{
	opacity: 0;
	transform: translateY(20px);
	transition: 0.7s;
	transition-delay: 0.5s;
}

#thestories .inview3.show3{
	opacity: 1;
	transform: translateY(0px);	
}

#thestories .wrap{
	width: 1160px;
	max-width: 100%;
	display:block;
	margin:0 auto;
	box-sizing: border-box;
	padding:0 30px;
	position:relative;
	z-index: 2;
}

#thestories .section__1{
	width: 100%;
	overflow: hidden;
	position:relative;
	background: #161573;
	padding:56px 0 220px;
	color:white;
}

/*#thestories .section__1.active:before , #thestories .section__1.active:after{
	height: 555px;
}*/

#thestories .section__1:before{
	content: '';
	position:absolute;
	left: 200px;
	top: -100px;
	background: #C6A956;
	width: 1px;
	height: 555px;
	rotate: 45deg;
	z-index: 1;
	transition: 0.8s;
}

#thestories .section__1:after{
	content: '';
	position:absolute;
	right: 200px;
	bottom: -100px;
	background: #C6A956;
	width: 1px;
	height: 555px;
	rotate: 45deg;
	z-index: 1;
	transition: 0.8s;
}

#thestories .section__1 h1{
	margin: 0;
}

#thestories .section__1 h1 img{
	width: 491px;
	max-width: 100%;
	display:block;
	margin:0 auto;
}

#thestories .section__1 h2{
	margin:126px 0 0;
}

#thestories .section__1 h2 img{
	width: 464px;
	max-width: 100%;
	display:block;
	margin:0 auto;	
}

#thestories .s1__text1{
	font-size: 24px;
	margin:18px 0 54px;
	font-weight: 600;
	text-align: center;
}

#thestories .s1__text2{
	font-size: 20px;
	text-align: center;
	margin: 0;
	line-height: 2.4;
}

#thestories .section__2{
	padding:192px 0;
}

#thestories .deco1{
	width: 159px;
	display:block;
	margin:0 auto 175px;
}

#thestories .sec__title{
	display:flex;
	justify-content: center;
	align-items: center;
	margin: 0 0 60px;
	font-size: 58px;
	font-weight: 600;
	color:#161573;
}

#thestories .sec__title img{
	width: 72px;
	display:block;
	margin-right: 60px;
}

#thestories .border{
	width: 820px;
	display:block;
	margin:0 auto;
	border-top:1px solid #C6A956;
	border-bottom:1px solid #C6A956;
	padding:18px 0;
}

#thestories .border p{
	font-size: 18px;
	margin: 0;
	font-weight: 600;
	text-align: center;
}

#thestories .item__flex{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin:95px 0 0;
}

#thestories .item__col{
	width: 30.91%;
	margin-bottom: 95px;
}

#thestories .item__col .item{
	width: 100%;
	margin-bottom:20px;
}

#thestories .ic__text1{
	font-size: 18px;
	font-weight: 600;
	margin: 0 0 12px;
	line-height: 1.4;
	color:white;
}

#thestories .ic__text1 span{
	background:#373737;
	display: inline-block;
	padding:0 6px 1px;
}

#thestories .ic__text2{
	font-size: 16px;
	margin:0 0 12px;
}

#thestories .ic__text3{
	font-size: 16px;
	margin:0 0 12px;
	color:white;
	line-height: 1.3;
}

#thestories .ic__text3 span{
	display:inline-block;
	border-radius: 4px;
	background:#104097;
	padding:0 8px 2px;
}

#thestories .ic__text4{
	font-size: 16px;
	margin:0 0 24px;

}

#thestories .read__more{
	display:block;
	width: 100%;
	box-sizing: border-box;
	border:1px solid #C6A954;
	position:relative;
	transition: 0.4s;
	color:#C6A954;
	padding:12px;
	overflow: hidden;
	letter-spacing: 0.08em;
	text-align: center;
	cursor: pointer;
}

#thestories .read__more span{
	position:relative;
	z-index: 2;
}

#thestories .read__more:after{
	content: '';
	position:absolute;
	right: -26px;
	bottom: -26px;
	width: 47px;
	height: 47px;
	transform: rotate(45deg);
	background:#C6A954;
	transition: 0.4s;
}

/*#thestories .read__more:before{
	content: '';
	position:absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	background:#C6A954;
	transition: 0.4s;
}

#thestories .read__more:hover:before{
	width: 100%;
}*/

/*#thestories .read__more:hover{
	color:white;
	background:#C6A954;
}*/

/*#thestories .read__more:hover:after{
	background: white;
}*/

#thestories .sec__title.sec__title2{
	margin-top:100px;
}

#thestories .deco2{
	display:block;
	width: 159px;
	margin:100px auto 0;
}

#thestories .section__1.section__3{
	padding-top:192px;
	padding-bottom:0!important;
}

#thestories .slider-1.sl2{
	margin-top: 150px;
	margin-bottom: 0!important;
	line-height: 1;
	position: relative;
	z-index: 2;
}

#thestories .banner{
	display:block;
	margin-bottom: 123px;
	transition: 0.4s;
}

#thestories .banner.banner3{
	margin-bottom: 0;
}

#thestories .banner.banner4_2 img{
	width: 100%;
}

#thestories .banner:hover{
	opacity: 0.6;
}

#thestories .section__1 h1{
	position:relative;
	z-index: 2;
}

#thestories .slider-1{
	margin-top: 63px;
}

#thestories .slider-1 li{
	padding:0 50px;
}

#thestories .slider-1 img{
	width: 100%;
}


#thestories .popup1 , #thestories .popup2 , #thestories .popup3 , #thestories .popup4 , #thestories .popup5 , #thestories .popup6 ,
#thestories .popup7 ,#thestories .popup8 ,#thestories .popup9 ,  #thestories .popup10 , #thestories .popup11 ,#thestories .popup12 ,
#thestories .popup13 , #thestories .popup14 ,#thestories .popup15 , #thestories .popup16 , #thestories .popup17 ,  
#thestories .popup18 , #thestories .popup19 , #thestories .popup20 , #thestories .popup21 , #thestories .popup22 , #thestories .popup23 ,
#thestories .popup24 , #thestories .popup25 , #thestories .popup26 ,#thestories .popup27 , #thestories .popup28 , #thestories .popup29 ,
#thestories .popup30 , #thestories .popup31 , #thestories .popup32 , 
#thestories .popup33 ,#thestories .popup34 ,#thestories .popup35 ,#thestories .popup36 ,#thestories .popup37{
  display: none;
  height: 100vh;
  width: 100%;
  background:rgba(0,0,0,0.25);
  opacity:1;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999999999;
  
}

#thestories .outside1 , #thestories .outside{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 999;
	cursor: pointer;
}

#thestories .content{
  line-height: 1.7;
  position: fixed;
  z-index: 99999;
  top: 50%;
  left: 50%;
  width:1100px;
	background: #F9F2E1;
  box-sizing: border-box;
  margin:0;	 
	max-width: 92%;
	max-height: 92vh;
	overflow-y: auto;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    display:block;
    padding:60px 0px 0px;
    border:2px solid #009844;
}

#thestories .content__flex{
	display:flex;
	padding:0 40px;
	margin-bottom:48px;
}

#thestories .cf__left{
	width: 50%;
	box-sizing: border-box;
	padding-right:47px;
}

#thestories .cf__left img{
	width: 100%;
}

#thestories .cf__right{
	width: 50%;
}

#thestories .cfr__1{
	font-size: 22px;
	font-weight: 600;
	margin: 0;
	line-height: 1.6;
	color:white;
}

#thestories .cfr__1 span{
	background: #373737;
	padding:0 4px 1px;
	display: inline-block;
}

#thestories .cfr__2{
	font-size: 18px;
	margin:10px 0;
	line-height: 1.7;
}

#thestories .cfr__3{
	font-size: 16px;
	margin: 0;
	line-height: 1.6;
	color:white;
}

#thestories .cfr__3 span{
	background: #1D3994;
	display: inline-block;
	padding:0 4px 1px;
}

#thestories .cfr__4{
	font-size: 16px;
	margin:10px 0 0;
}

#thestories .cfr__5{
	font-size: 16px;
	margin:14px 0 0;
	padding-top: 14px;
	line-height: 1.7;
	border-top:1px solid #009844;
}

#thestories .close__button{
	display:block;
	width: 100%;
	background:#C6A956;
	font-size: 16px;
	text-align: center;
	padding:9px 0;
	position:relative;
	color:white;
	cursor: pointer;
}

#thestories .close__button:after{
	content: '';
	position:absolute;
	right: 0;
	bottom: 0;
	width: 30px;
	height: 30px;
	background-image:url('/content/dam/isetan_mitsukoshi/event/iwataya/event_calendar/stories/202506/image/page/close.png');
	background-size:cover;
}

#thestories .sec__infotext{
	font-size: 18px;
	font-weight: 600;
	line-height: 1.9;
	margin: 0;
	text-align: center;
}

#thestories .item__col a{
	border: 0!important;
	padding: 0!important;
	position:relative;
	width: 100%;
	height: 52px;
}

#thestories .item__col a img{
	width: 100%;
	transition: 0.4s;
	position:absolute;
	left: 0;
	top: 0;
}

#thestories .item__col a:before{
	display: none!important;
}


#thestories .item__col a img.on{
	opacity: 0;
}

#thestories .item__col a:hover img.on{
	opacity: 1;
}

#thestories .item__col a:hover img.off{
	opacity: 0;
}

#thestories .title__rel{
	position:relative;
}

#thestories .title__rel .deco__img{
	width: 1070px;
	max-width: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}

#thestories .title__rel .deco__img.ver2{
	width: 1051px;
}

#thestories .title__rel .deco__img.ver3{
	width: 1007px;
}

#thestories .title__rel .deco__img.ver4{
	width: 1040px;
}

#thestories .sec__infotext{
	position: relative;
	z-index: 2;
}

#thestories .item__col a{
	margin-top: 33px;
}

#thestories .ic__text4{
	line-height: 1.5;
}

#thestories .ic__text2.ver2{
	line-height: 1.9;
}


































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

	#thestories .slider-1 li{
		padding:0 20px;
	}

	#thestories .content__flex{
		padding:0 20px;
	}

	#thestories .cf__left{
		padding-right: 30px;
	}

	#thestories .cfr__2{
		font-size: 16px;
	}

	#thestories .cfr__3 , #thestories .cfr__4 , #thestories .cfr__5{
		font-size: 15px;
	}

	#thestories .cfr__1{
		font-size: 19px;
	}

	#thestories .border{
		max-width: 100%;
	}

	#thestories .ic__text1{
		font-size: 16px;
	}

	#thestories .ic__text2 , #thestories .ic__text3 , #thestories .ic__text4{
		font-size: 15px;
	}

	#thestories .s1__text1{
		font-size: 20px;
	}

	#thestories .s1__text2{
		font-size: 18px;
	}

	#thestories .section__1 h2 img{
		width: 400px;
	}

	#thestories .sec__title{
		font-size: 46px;
	}

	#thestories .sec__title img{
		width: 60px;
		margin-right: 40px;
	}

	#thestories .section__1:before{
		height: 330px;
		left: 100px;
	}

	#thestories .section__1:after{
		height: 330px;
		right: 100px;
	}

	
}

#thestories .pc{
	display:block;
}

#thestories .sp{
	display:none;
}

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


	#thestories .section__1{
		padding:100px 0 130px;
	}

	#thestories .section__1 h2{
		margin-top: 95px;
	}
	
	#thestories .section__1 h2 img{
		width: 330px;
	}

	#thestories .pc{
		display:none;
	}

	#thestories .sp{
		display:block;
	}

	#thestories .section__2{
		padding:130px 0;
	}

	#thestories .deco1{
		width: 130px;
		margin-bottom: 110px;
	}

	#thestories .sec__title{
		font-size: 36px;
	}

	#thestories .sec__title img{
		width: 40px;
		margin-right: 30px;
	}

	#thestories .border p{
		font-size: 16px;
	}

	#thestories .item__col{
		width: 48%;
		margin-bottom: 75px;
	}

	#thestories .item__col:nth-child(odd){
		transition-delay: 0.1s;
	}

	#thestories .item__col:nth-child(even){
		transition-delay: 0.3s;
	}

	#thestories .ic__text1{
		font-size: 15px;
	}

	#thestories .ic__text2, #thestories .ic__text3, #thestories .ic__text4{
		font-size: 14px;
	}

	#thestories .read__more{
		padding:10px;
		font-size: 15px;
	}

	#thestories .read__more:after{
		width: 37px;
		height: 37px;
		right: -21px;
		bottom: -21px;
	}

	#thestories .sec__title.sec__title2{
		margin-top: 70px;
	}

	#thestories .deco2{
		width: 120px;
		margin-top: 70px;
	}

	#thestories .section__1.section__3{
		padding-top: 130px;
	}

	#thestories .banner{
		margin-bottom: 60px;
	}

	#thestories .content__flex{
		display:block;
	}

	#thestories .cf__left{
		width: 100%;
		padding: 0;
		margin-bottom: 30px;
	}

	#thestories .cf__right{
		width: 100%;
	}



}

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

	#thestories .section__1 h1 img{
		width: calc(100% - 120px);
	}

	#thestories .wrap{
		padding:0 20px;
	}

	#thestories .section__1 h2 img{
		width: calc(100% - 100px);
	}

	#thestories .s1__text1{
		font-size: 17px;
		line-height: 2.1;
	}

	#thestories .s1__text2{
		font-size: 17px;
		line-height: 2.3;
	}

	#thestories .deco1{
		width: 90px;
	}

	#thestories .sec__title{
		font-size: 28px;
		margin-bottom: 40px;
	}

	#thestories .sec__title img{
		width: 36px;
	}

	#thestories .item__flex{
		margin-top: 70px;
	}

	#thestories .ic__text1{
		font-size: 14px;
	}

	#thestories .ic__text2, #thestories .ic__text3, #thestories .ic__text4{
		font-size: 13px;
		line-height: 1.6;
	}

	#thestories .read__more{
		font-size: 14px;
		padding:6px;
	}

	#thestories .item__col{
		margin-bottom: 65px;
	}

	#thestories .ic__text1 span{
		padding:1px 3px 2px;
	}

	#thestories .sec__title.sec__title2{
		margin-top: 30px;
	}

	#thestories .deco2{
		width: 90px;
		margin-top: 20px;
	}

	#thestories .section__1{
		padding:100px 0;
	}

	#thestories .section__1.section__3{
		padding-top: 100px;
	}

	#thestories .section__2{
		padding:100px 0;
	}

	#thestories .section__1:before{
		height: 260px;
		left: 80px;
	}

	#thestories .section__1:after{
		height: 260px;
		right: 80px;
	}

	#thestories .slider-1 li{
		padding:0 15px;
	}

	#thestories .section__1 h2{
		margin-top: 80px;
	}

	#thestories .slider-1.sl2{
		margin-top: 80px;
	}

	#thestories .banner{
		margin-bottom: 45px;
	}

	#thestories .content{
		padding:35px 0 0;
	}

	#thestories .cfr__1{
		font-size: 17px;
	}

	#thestories .cfr__2{
		font-size: 15px;
	}

	#thestories .cfr__3, #thestories .cfr__4, #thestories .cfr__5{
		font-size: 14px;
	}

	#thestories .content__flex{
		margin-bottom: 30px;
	}
	
}

#thestories .close__button{
	transition: 0.4s;
	border:2px solid #C6A956;
}

#thestories .close__button:after{
	transition: 0.4s;
}

#thestories .close__button:hover:after{
	background-image: url(/content/dam/isetan_mitsukoshi/event/iwataya/event_calendar/stories/202506/image/page/close2.png);
}

#thestories .close__button:hover{
	color:#C6A956;
	background:white;
}


/*20240930*/
/*@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap');*/

#thestories .plus__section{
	padding-top: 200px;
}

#thestories .deco1{
	margin-bottom: 180px;
}

#thestories .sec__title.sec__title2{
	margin-top: 180px;
}

#thestories .contents__box{
	width: calc(100% - 40px);
	display:block;
	margin:0 auto;
	position:relative;
	box-sizing: border-box;
	padding:103px 120px;
	background: #F9F2E1;
}

#thestories .contents__box h2{
		font-family: "Josefin Sans", sans-serif;
		font-style: normal;
		margin: 0 0 50px;
		text-align: center;
		color:#161573;
		font-size: 42px;
		font-weight: 600;
		letter-spacing: 0.15em;
}

#thestories .jo{
		font-family: "Josefin Sans", sans-serif;
		font-style: normal;	
}

#thestories .contents__box ul li{
	display:flex;
	justify-content: center;
}

#thestories .contents__box ul li a{
	font-size: 24px;
	color: #191919;
	border-bottom:1px solid #C6A956;
	display:block;
/*	text-align: center;*/
	padding:13px 0;
	width: 100%;
	transition: 0.4s;
	position:relative;	
}

#thestories .contents__box ul li:first-child a{
	border-top:1px solid #C6A956;
}

#thestories .contents__box ul li a:hover{
	background: #161573;
	color:white;
	border-bottom:1px solid #161573;
}

/*#thestories .contents__box ul li a:before{
	content: '';
	position:absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	background:#161573;
	transition: 0.4s;
}

#thestories .contents__box ul li a:hover:before{
	width: 100%;
}*/

#thestories .contents__box ul li a span{
	width: 356px;
	display:block;
	margin:0 auto;
	position:relative;
	z-index: 2;
}

#thestories .contents__box ul li a span.center{
	text-align: center;
}

#thestories .contents__box ul li a span.jo{
	display:inline-block;
	width: 55px;
	font-weight: 300;
}

#thestories .decoimg1{
	position:absolute;
	left: -10px;
	top: -10px;
	width:69px;
}

#thestories .decoimg2{
	position:absolute;
	right: -10px;
	top: -10px;
	width:69px;
}

#thestories .decoimg3{
	position:absolute;
	left: -10px;
	bottom: -10px;
	width:69px;
}

#thestories .decoimg4{
	position:absolute;
	right: -10px;
	bottom: -10px;
	width:69px;
}

#thestories .sec__title{
	display:block;
	text-align: center;
	font-size: 54px;
	color:#C6A956;
	margin-bottom: 20px;
}

#thestories .sec__title img{
	width: 55px;
	margin:0 auto 15px;
}

#thestories .border{
	max-width: 100%;
	width: 100%;
	border: 0;
	position:relative;
	margin-bottom: 150px;
}

#thestories .border:after{
	content: '';
	position:absolute;
	left: 50%;
	bottom: -50px;
	width: 100px;
	height: 2px;
	background: #C6A956;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);	
}

#thestories .read__more{
	border:0;
	background: #F9F2E1;
	color:#009844;
	font-weight: 500;
}

#thestories .read__more.type2{
	color:#009FE8;
}

/*#thestories .read__more:hover{
	background:#009844;
	color:#F9F2E1;
}

#thestories .read__more.type2:hover{
	background:#009FE8;
	color:#F9F2E1;
}*/

#thestories .read__more:after{
	display:none;
}

#thestories .read__more:before{
		content: '';
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);    
    width: 19px;
    height: 16px;
    background-size: cover;
    background-image: url('/content/dam/isetan_mitsukoshi/event/iwataya/event_calendar/stories/202506/image/page/plus/arrow1.png');
    transition: 0.4s;
}

#thestories .read__more:hover:before{
	background-image: url('/content/dam/isetan_mitsukoshi/event/iwataya/event_calendar/stories/202506/image/page/plus/arrow2.png');
}

#thestories .read__more.type2:before{
	background-image: url('/content/dam/isetan_mitsukoshi/event/iwataya/event_calendar/stories/202506/image/page/plus/arrow3.png');
}

#thestories .read__more.type2:hover:before{
	background-image: url('/content/dam/isetan_mitsukoshi/event/iwataya/event_calendar/stories/202506/image/page/plus/arrow2.png');
}

#thestories .type2.item__flex{
	padding:0 70px;
}

#thestories .type2 .item__col{
	width: 44%;
}

#thestories .banner1{
	display:block;
	width: 560px;
	max-width: 100%;
	margin:0 auto;
	transition: 0.4s;
}

/*#thestories .banner1:hover{
	opacity: 0.7;
}*/

#thestories .banner__text{
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	margin:50px 0 42px;
}

#thestories .banner__text span{
	display:inline-block;
	font-size: 20px;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: bold;
	background: #FFF100;
	padding:0 10px;
	margin:0 6px;
}

#thestories .banner__2{
	display:block;
	margin: 0 auto;
	width: 1060px;
	max-width: 100%;
	transition: 0.4s;
}

#thestories .banner__2:hover{
	opacity: 0.7;
}

#thestories .banner.banner3{
	margin-bottom:125px ;
}

#thestories .close__button2{
	position:absolute;
	right:0px;
	top: 0px;
	width: 56px;
	height: 56px;
	cursor: pointer;
}

#thestories .close__button2 img{
	width: 100%;
	position:absolute;
	left: 0;
	top: 0;
	transition: 1s;
}

#thestories .close__button2 img.close2{
	z-index: 2;
	opacity: 0;
	transition: 0.4s;
}

#thestories .close__button2:hover img{
	opacity: 0;
}

#thestories .close__button2:hover img.close2{
	opacity: 1;
}

#thestories .white{
	text-align: center;
	font-size: 16px;
	margin:-85px 0 0;
}

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

	#thestories .white{
		margin-top: -35px;
	}

	#thestories .contents__box{
		padding:90px 20px;
	}

	#thestories .contents__box h2{
		font-size: 36px;
	}

	#thestories .contents__box ul li a span.jo{
		width: 46px;
	}

	#thestories .contents__box ul li a{
		font-size: 20px;
	}

	#thestories .contents__box ul li a span{
		width: 298px;
	}

	#thestories .plus__section{
		padding-top: 130px;
	}

	#thestories .sec__title{
		font-size: 45px;
	}

	#thestories .type2.item__flex{
		padding:0 ;
	}

	#thestories .type2 .item__col{
		width: 48%;
	}

	#thestories .banner.banner3{
		margin-bottom: 60px;
	}

	#thestories .content{
		padding:60px 0 0;
		overflow-y: scroll;
	}

	#thestories .close__button2{
		right: 0;
		top: 0;
		width: 48px;
		height: 48px;
	}

	#thestories .close__button2 img.close2{
		display:none;
	}

	#thestories .close__button2:hover img{
		opacity: 1;
	}

	#thestories .close__button2:hover img.close2{
		opacity: 1;
	}


}

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

	#thestories .white{
		font-size: 14px;
	}

	#thestories .border p{
		font-size: 15px;
	}

	#thestories .pc2{
		display:none;
	}

	#thestories .decoimg1{
		width: 40px;
		left: -5px;
		top: -5px;
	}

	#thestories .decoimg2{
		width: 40px;
		right: -5px;
		top: -5px;
	}

	#thestories .decoimg3{
		width: 40px;
		left: -5px;
		bottom: -5px;
	}

	#thestories .decoimg4{
		width: 40px;
		right: -5px;
		bottom: -5px;
	}

	#thestories .contents__box{
		width: 100%;
	}

	#thestories .contents__box{
		padding:80px 20px;
	}

	#thestories .contents__box h2{
		font-size: 30px;
		margin-bottom: 40px;
	}

	#thestories .contents__box ul li a{
		font-size: 18px;
	}

	#thestories .contents__box ul li a span.jo{
		width: 30px;
	}

	#thestories .contents__box ul li a span{
		width: 255px;
	}

	#thestories .plus__section{
		padding-top:100px;
	}

	#thestories .sec__title img{
		width: 40px;
		margin-bottom: 9px;
	}

	#thestories .sec__title{
		font-size: 26px;
		letter-spacing: 0;
		white-space: nowrap;
		margin-bottom: 15px;
	}

	#thestories .border:after{
		width: 70px;
		bottom: -35px;
	}

	#thestories .border{
		margin-bottom: 100px;
	}

	#thestories .read__more:before{
		right: 10px;
		width: 13px;
		height: 11px;
	}

	#thestories .banner__text{
		font-size: 14px;
		white-space: nowrap;
	}

	#thestories .banner__text span{
		font-size: 15px;
		margin:0 3px;
		padding:0 2px;
	}

	#thestories .close__button2{
		right: 0;
		top: 0;
		width: 45px;
		height: 45px;
	}

	#thestories .sec__title.sec__title2{
		margin-top: 15px;
		padding-top: 30px;
	}

	#thestories .deco1{
		margin-bottom: 130px;
	}




}

/*20250222*/

#thestories .section__2{
	position:relative;
}

#thestories .contents__area{
	background: #F8F8FF;
	padding:180px 0 150px;
}

#thestories .pop{
	font-family: "Poppins", serif;
	font-weight: 400;
}

#thestories .contents__area h2{
    font-family: "Josefin Sans", sans-serif;
    font-style: normal;
    margin: 0 0 35px;
    text-align: center;
    color: #161573;
    font-size: 42px;
    font-weight: 600;
    letter-spacing: 0.15em;	
}

#thestories .ca__flex{
	display:flex;
	align-items: center;
}

#thestories .ca__left{
	width: 45%;
	display:block;
}

#thestories .ca__left img{
	width: 271px;
	display:block;
	margin-left: 56px;
}

#thestories .ca__right{
	width: 55%;
	display:block;
}

#thestories .ca__right ul li{
	border-bottom:1px solid #C6A956;
}

#thestories .ca__right ul li:last-child{
	border-bottom: 0;
}

#thestories .ca__right ul li a{
	font-size: 24px;
	display:flex;
	align-items: center;
	font-weight: 600;
	color: #191919;
	padding:44px 0;
	padding-left: 24px;
	transition: 0.4s;
}

#thestories .ca__right ul li a img{
	width: 41px;
	display:block;
	margin-right:28px;
}

#thestories .ca__right ul li a:hover{
	color:#161573;
}

#thestories .sec__title img{
	width: 54px;
	margin:0 ;
	margin-right: 40px;
	position:relative;
	top: 3px;
}

#thestories .sec__title{
	color:#161573;
	display:flex;
	align-items: center;
	font-size: 46px;
	margin-bottom: 50px;
	position:relative;
	z-index: 2;
}

#thestories .sec__info{
	width: 1085px;
	box-sizing: border-box;
	position:relative;
	border:1px solid #C6A956;
	max-width: calc(100% - 15px);
	margin:0 auto;
	padding:19px 22px;
}

#thestories .sec__info p{
	font-size: 18px;
	margin:0;
	font-weight: 600;
}

#thestories .sec__info:before{
	content: '';
	position:absolute;
	left: -10px;
	top:-6px;
	width: 40px;
	height: 41px;
	background-image: url('/content/dam/isetan_mitsukoshi/event/iwataya/event_calendar/stories/202506/image/page/plus/deco1.png');
	background-size: cover;
}

#thestories .sec__info:after{
	content: '';
	position:absolute;
	right: -10px;
	bottom:-6px;
	width: 40px;
	height: 41px;
	background-image: url('/content/dam/isetan_mitsukoshi/event/iwataya/event_calendar/stories/202506/image/page/plus/deco2.png');
	background-size: cover;
}

#thestories .sec__info.type2:before{
	background-image: url('/content/dam/isetan_mitsukoshi/event/iwataya/event_calendar/stories/202506/image/page/plus/deco3.png');
}

#thestories .sec__info.type2:after{
	background-image: url('/content/dam/isetan_mitsukoshi/event/iwataya/event_calendar/stories/202506/image/page/plus/deco4.png');
}

#thestories .sec__info.type3:before{
	background-image: url('/content/dam/isetan_mitsukoshi/event/iwataya/event_calendar/stories/202506/image/page/plus/deco5.png');
}

#thestories .sec__info.type3:after{
	background-image: url('/content/dam/isetan_mitsukoshi/event/iwataya/event_calendar/stories/202506/image/page/plus/deco6.png');
}

#thestories .ic__text1 span{
	background: inherit;
	padding:0 10px 2px;
	letter-spacing: -0.02em;
	position:relative;
	z-index: 2;
	color:#191919;
	font-weight: 600;
	display:inline;
	background: linear-gradient(transparent 65%, #FFF000 65%);
}

/*#thestories .ic__text1 span:before{
	content:'';
	position:absolute;
	left: 0;
	bottom:-2px;
	background: #F8F8FF;
	height: 10px;
	width: 100%;
	z-index: -1;
}*/

#thestories .ic__text2{
	line-height: 1.5;
}

#thestories .item__col a{
	background: white;
	border:1px solid #C6A956;
	color:#C6A956!important;
	font-size: 18px;
	font-family: "Poppins", serif;
	font-weight: 400;
	padding:9px 12px;
}

#thestories .item__col a:before{
	width: 10px;
	height: 18px;
	background-image: url(/content/dam/isetan_mitsukoshi/event/iwataya/event_calendar/stories/202506/image/page/plus/arrow1.png)!important;
}

/*#thestories .item__col a:hover{
	background:#C6A956!important;
	color:white!important;
}

#thestories .item__col a:hover:before{
	background-image: url(/content/dam/isetan_mitsukoshi/event/iwataya/event_calendar/stories/202506/image/page/plus/arrow2.png)!important;
}*/

#thestories .type2.item__flex{
	padding:0 160px;
}

#thestories .title3{
	position:absolute;
	left: 0;
	top: 192px;
	width: 970px;
	z-index: 1;
}

#thestories .section__2{
	padding: 245px 0 0;
}

#thestories .section__2.plus{
	padding-top: 150px;
}

#thestories .section__2.last{
	padding-top: 150px;
	padding-bottom: 100px;
}

#thestories .title3-2{
	position:absolute;
	right: 0;
	top: 102px;
	width: 970px;
	z-index: 1;
}

#thestories .section__2.plus__section .title3{
	top: 102px;
}

#thestories .ic__text3 span{
	border-radius: 0;
	background: #161573;
	padding:2px 11px 4px;

}

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

	#thestories .type2.item__flex{
		padding:0 10%;
	}

	#thestories .title3 , #thestories .title3-2{
		width: 680px;
	}

	#thestories .section__2{
		padding: 200px 0 0;
	}

	#thestories .section__2.plus{
		padding-top: 110px;
	}

	#thestories .ca__left img{
		width: 210px;
	}

	#thestories .contents__area h2{
		font-size: 36px;
	}

	#thestories .ca__right ul li a{
		font-size: 20px;
		padding-top: 30px;
		padding-bottom: 30px;
	}

	#thestories .ca__right ul li a img{
		width: 34px;
	}

	#thestories .sec__title{
		font-size: 34px;
	}

	#thestories .sec__title img{
		width: 40px;
		margin-right: 25px;
	}


}

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

	#thestories .sec__infotext{
		font-size: 16px;
	}

	#thestories .title__rel .deco__img{
		max-width: calc(100% + 40px);
		top: 40px;
	}

	#thestories .ca__left img{
		margin:0 auto 35px;
	}

	#thestories .ca__flex{
		display:block;
	}

	#thestories .ca__right{
		width: 100%;
	}

	#thestories .ca__left{
		width: 100%;
	}

	#thestories .contents__area{
		padding:120px 0 90px;
	}

	#thestories .ca__right ul li a img{
		width: 28px;
		margin-right: 20px;
		position:relative;
		top: 1px;
	}

	#thestories .ca__right ul li a{
		padding:25px 0;
		padding-left: 15px;
	}

	#thestories .section__2{
		padding:120px 0 0;
	}

	#thestories .title3, #thestories .title3-2{
		max-width: 100%;
		top: 110px;
	}

	#thestories .sec__title{
		display:block;
		font-size: 30px;
	}

	#thestories .sec__title img{
		width: 34px;
		margin:0 auto 4px;
	}

	#thestories .item__col a{
		font-size: 16px;
	}

	#thestories .type2.item__flex{
		padding: 0;
	}

	#thestories .sec__info p{
		font-size: 15px;
	}

	#thestories .section__2.last{
		padding-bottom: 60px;
	}

	#thestories .type2.item__flex .ic__text1{
		height: 42px;
	}

}

#thestories .sp2{
	display:none;
}

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

	#thestories .sec__infotext{
		font-size: 15px;
	}

	#thestories .item__col a img.on{
		display: none;
	}

	#thestories .item__col a img.off{
		display: block;
		opacity: 1!important;
	}

	#thestories .title__rel .deco__img{
		max-width: calc(100% + 30px);
	}

	#thestories .sp2{
		display:block;
	}

	#thestories .contents__area h2{
		font-size: 28px;
	}

	#thestories .ca__left img{
		width: 180px;
	}

	#thestories .ca__right ul li a{
		padding-left: 5px;
		font-size: 17px;
		white-space: nowrap;
		letter-spacing: 0;
	}

	#thestories .ca__right ul li a img{
		width: 22px;
		margin-right: 10px;
	}

	#thestories .sec__info:before{
		width: 32px;
		height: 33px;
	}

	#thestories .sec__info:after{
		width: 32px;
		height: 33px;
	}

	#thestories .sec__info{
		padding:15px;
	}

	#thestories .sec__info p{
		font-size: 14px;
	}

	#thestories .item__col a{
		font-size: 14px;
		padding:6px 0;
	}

	#thestories .item__col a:before{
		right: 7px;
		width: 8px;
		height: 15px;
	}

	#thestories .ic__text1 span{
		padding:0 5px 2px;
	}

	#thestories .sec__title{
		font-size: 25px;
		line-height: 1.4;
		margin-bottom: 35px;
	}

	#thestories .sec__title img{
		width: 28px;
		margin-bottom: 9px;
	}

	#thestories .section__2.plus{
		padding-top: 65px;
	}

	#thestories .section__2.last{
		padding:75px 0;
	}

	#thestories .section__2{
		padding:100px 0 0;
	}

	#thestories .title3-2{
		top: 83px;
	}

	#thestories .section__2.plus__section .title3{
		top: 83px;
	}

	#thestories .item__col .item{
		margin-bottom: 15px;
	}

	#thestories .item__col a{
		height: 34px;
		margin-top: 15px;
	}

	#thestories .ic__text3 span{
		padding:2px 11px;
	}

}
