@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap');

#summer{
	width: 100%;
	position: relative;
	letter-spacing: 0.04em;
	line-height: 1.8;
	font-family: "Zen Kaku Gothic New", sans-serif;
	color:#1D1D1D;
	font-weight: 400;
}

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

#summer .inview1.show1{
	opacity: 1;
	transform: translateY(0px);	
}

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

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

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

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

#summer .mainV{
	line-height: 1;
}

#summer .mainV img{
	width: 100%;
}

#summer .section__1{
	padding:160px 0;
	width: 100%;
	/* background-image: url('/content/dam/isetan_mitsukoshi/event/fukuoka/event_calendar/fukuokamitsukoshi_summervacation/2025/image/page/back-about.png'); */
	background-size: cover;
	background-attachment: fixed;
}

#summer .wrap{
	width: 1160px;
	max-width: 100%;
	display: block;
	margin:0 auto;
	box-sizing: border-box;
	padding:0 30px;
}

#summer .wrap2{
	width: 940px;
	max-width: 100%;
	display: block;
	margin:0 auto;
	box-sizing: border-box;
	padding:0 30px;
}

#summer .section__1 h2{
	margin: 0;
	text-align: center;
}

#summer .section__1 h2 img{
	width: 446px;
}

#summer .section__1 p.sec1__text{
	font-size: 18px;
	text-align: center;
	font-weight: 500;
	width: 810px;
	max-width: 100%;
	line-height: 2;
	margin:60px auto 140px;
}

#summer .sec1__box{
	width: 100%;
	box-sizing: border-box;
	padding:60px 115px;
	background: rgba(255,255,255,0.7);
}

#summer .sec1__box h3{
	margin: 0 0 10px;
	text-align: center;
}

#summer .sec1__box h3 img{
	width: 132px;
}

#summer .sec1__row{
	display: flex;
	align-items: center;
	padding:30px 0;
	border-bottom:1px solid #D9D9D9;
}

#summer .sec1__box .sec1__row:last-child{
	border-bottom: 0;
	padding-bottom: 0;
}

#summer .sec1__left{
	width: 190px;
}

#summer .sec1__left img{
	width: 100px;
}

#summer .sec1__right{
	width: calc(100% - 190px);
}

#summer .sec1__right ul li a{
	position: relative;
	font-size: 18px;
	color:#1D1D1D;
	z-index: 2;
	transition: 0.4s;
  display: inline;
}

#summer .sec1__right ul{
	margin: 0;
}

#summer .sec1__right ul li{
	margin:7px 0;
}

#summer .sec1__right ul li a:before{
	content: '';
	position:absolute;
	left: -35px;
	top: 51%;
	width: 14px;
	height: 16px;
	background-image: url('/content/dam/isetan_mitsukoshi/event/fukuoka/event_calendar/fukuokamitsukoshi_summervacation/2025/image/page/arrow1.png');
	background-size: cover;
	opacity: 0;
	transition: 0.4s;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);	
}

#summer .sec1__right ul li a:hover:before{
	opacity: 1;
	left: -26px;
}

#summer .sec1__right ul li a:after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 0%;
	height: 100%;
	background: linear-gradient(transparent 75%, #C7EBFF 0%);
	opacity: 0;
	transition: 0.4s;
	z-index: -1;
}

#summer .color2 .sec1__right ul li a:after{
	background: linear-gradient(transparent 75%, #FFFFAA 0%);
}

#summer .color2 .sec1__right ul li a:before{
	background-image: url('/content/dam/isetan_mitsukoshi/event/fukuoka/event_calendar/fukuokamitsukoshi_summervacation/2025/image/page/arrow2.png');
}

#summer .color3 .sec1__right ul li a:after{
	background: linear-gradient(transparent 75%, #BEBFFF 0%);
}

#summer .color3 .sec1__right ul li a:before{
	background-image: url('/content/dam/isetan_mitsukoshi/event/fukuoka/event_calendar/fukuokamitsukoshi_summervacation/2025/image/page/arrow3.png');
}

#summer .sec1__right ul li a:hover:after{
	opacity: 1;
	width: 100%;
}

#summer .section__2{
	padding:160px 0;
	width: 100%;
	/* background-image: url('/content/dam/isetan_mitsukoshi/event/fukuoka/event_calendar/fukuokamitsukoshi_summervacation/2025/image/page/back-morning.png'); */
	background-size: cover;
	background-attachment: fixed;
}

#summer .title__box{
	width: 100%;
	box-sizing: border-box;
	padding:20px 60px;
	background: rgba(255,255,255,0.4);
}

#summer .title__box h2{
	margin: 0 0 10px;
	text-align: center;
}

#summer .title__box h2.title3 img{
	width: 80px;
}

#summer .title__box p{
	margin: 0;
	font-size: 16px;
	text-align: center;
}

#summer .sec__title{
	margin:60px 0 15px;
	font-size: 24px;
	font-weight: 500;
	text-align: center;
}

#summer .sec__title span{
	display: inline-block;
	padding:0 80px;
	position: relative;
}

#summer .sec__title span:before{
	content: '';
	position: absolute;
	width: 49px;
	height: 22px;
	background-image: url('/content/dam/isetan_mitsukoshi/event/fukuoka/event_calendar/fukuokamitsukoshi_summervacation/2025/image/page/deco1.png');
	background-size: cover;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);		
}

#summer .sec__title span:after{
	content: '';
	position: absolute;
	width: 49px;
	height: 22px;
	background-image: url('/content/dam/isetan_mitsukoshi/event/fukuoka/event_calendar/fukuokamitsukoshi_summervacation/2025/image/page/deco2.png');
	background-size: cover;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);		
}

#summer .sec__title.type2 span:before{
	background-image: url('/content/dam/isetan_mitsukoshi/event/fukuoka/event_calendar/fukuokamitsukoshi_summervacation/2025/image/page/deco3.png');
}

#summer .sec__title.type2 span:after{
	background-image: url('/content/dam/isetan_mitsukoshi/event/fukuoka/event_calendar/fukuokamitsukoshi_summervacation/2025/image/page/deco4.png');
}

#summer .sec__sub{
	font-size: 16px;
	text-align: center;
	margin:18px 0 45px;
}

#summer .item__flex{
	display: flex;
	flex-wrap: wrap;
	margin-top: 40px;
	line-height: 1.5;
}

#summer .item__flex .if__col{
	width: 29%;
	margin-bottom: 70px;
}

#summer .item__flex .if__col:nth-child(1) ,
#summer .item__flex .if__col:nth-child(4) ,
#summer .item__flex .if__col:nth-child(7) ,
#summer .item__flex .if__col:nth-child(10) ,
#summer .item__flex .if__col:nth-child(13) ,
#summer .item__flex .if__col:nth-child(16){
	margin-right: 4.33%;
}

#summer .item__flex .if__col:nth-child(2) ,
#summer .item__flex .if__col:nth-child(5) ,
#summer .item__flex .if__col:nth-child(8) ,
#summer .item__flex .if__col:nth-child(11) ,
#summer .item__flex .if__col:nth-child(14) ,
#summer .item__flex .if__col:nth-child(17){
	margin-right: 2.165%;
	margin-left: 2.165%;
	transition-delay: 0.3s;
}

#summer .item__flex .if__col:nth-child(3) ,
#summer .item__flex .if__col:nth-child(6) ,
#summer .item__flex .if__col:nth-child(9) ,
#summer .item__flex .if__col:nth-child(12) ,
#summer .item__flex .if__col:nth-child(15) ,
#summer .item__flex .if__col:nth-child(18){
	margin-left: 4.33%;
	transition-delay: 0.5s;
}

#summer .item__flex .if__col img{
	width: 100%;
	line-height: 1;
}

#summer .item__flex .if__col .ifc__text1{
	font-size: 16px;
	font-weight: 500;
	margin:10px 0 3px;
}

#summer .item__flex .if__col .ifc__text2{
	font-size: 16px;
	margin:0 0 10px;
}

#summer .item__flex .if__col .ifc__text3{
	font-size: 14px;
	margin: 0 0 8px;
	color:white;
	line-height: 1.4;
}

#summer .item__flex .if__col .ifc__text3 span{
	display: inline-block;
	border-radius: 4px;
	background:#DF0011;
	padding:0 4px;
}

#summer .item__flex .if__col .ifc__text4{
	font-size: 16px;
	margin:0 0 20px;
}

#summer .item__flex .if__col .ifc__button{
	position: relative;
	display: block;
	color:#3499F8;
	background: white;
	box-sizing: border-box;
	border:1px solid #3499F8;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	padding:10px 0;
	margin: 0;
	transition: 0.4s;
}

#summer .item__flex .if__col .ifc__button:after{
	content: '';
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	width: 11px;
	height: 13px;
	background-image: url('/content/dam/isetan_mitsukoshi/event/fukuoka/event_calendar/fukuokamitsukoshi_summervacation/2025/image/page/arrow1.png');
	background-size: cover;
	transition: 0.4s;
}

#summer .item__flex .if__col a{
	cursor: pointer;
	display: block;
}

#summer .item__flex .if__col a:hover .ifc__button{
	background:#3499F8;
	color: white;
} 

#summer .item__flex .if__col a:hover .ifc__button:after{
	background-image: url('/content/dam/isetan_mitsukoshi/event/fukuoka/event_calendar/fukuokamitsukoshi_summervacation/2025/image/page/arrow4.png');
}

#summer .section__3{
	padding:160px 0;
	width: 100%;
	/* background-image: url('/content/dam/isetan_mitsukoshi/event/fukuoka/event_calendar/fukuokamitsukoshi_summervacation/2025/image/page/back-afternoon.png'); */
	background-size: cover;
	background-attachment: fixed;
	position: relative;
	z-index: 2;
}

#summer .section__4{
	padding:160px 0;
	width: 100%;
	/* background-image: url('/content/dam/isetan_mitsukoshi/event/fukuoka/event_calendar/fukuokamitsukoshi_summervacation/2025/image/page/back-night.png'); */
	background-size: cover;
	background-attachment: fixed;
	position: relative;
	z-index: 2;
}

#summer .section__5{
	padding:160px 0;
	width: 100%;
	/* background-image: url('/content/dam/isetan_mitsukoshi/event/fukuoka/event_calendar/fukuokamitsukoshi_summervacation/2025/image/page/back-about.png'); */
	background-size: cover;
	background-attachment: fixed;
	position: relative;
	z-index: 2;
}

#summer .bg__area{
	background-image: url('/content/dam/isetan_mitsukoshi/event/fukuoka/event_calendar/fukuokamitsukoshi_summervacation/2025/image/page/back-1.png');
	background-size: cover;
	background-attachment: fixed;
	width: 100%;
	transition: 1.4s;
	transition-delay: 0.4s;
}

#summer .bg__area.ver2{
	background-image: url('/content/dam/isetan_mitsukoshi/event/fukuoka/event_calendar/fukuokamitsukoshi_summervacation/2025/image/page/back-2.png');
}

#summer .bg__area.ver3{
	background-image: url('/content/dam/isetan_mitsukoshi/event/fukuoka/event_calendar/fukuokamitsukoshi_summervacation/2025/image/page/back-3.png');
}

#summer .bg__area.ver4{
	background-image: url('/content/dam/isetan_mitsukoshi/event/fukuoka/event_calendar/fukuokamitsukoshi_summervacation/2025/image/page/back-4.png');
}


/* #summer .section__3:before{
	content: '';
	position: absolute;
	width: 100%;
	background-position: center;
	background-size: cover;
	background-image: url('/content/dam/isetan_mitsukoshi/event/fukuoka/event_calendar/fukuokamitsukoshi_summervacation/2025/image/page/gradation-1.png');
	width: 100%;
	height: 10vw;
	left: 0;
	top: -5vw;
	z-index: -1;
} */


#summer .sec__title.type3 span:before{
	background-image: url('/content/dam/isetan_mitsukoshi/event/fukuoka/event_calendar/fukuokamitsukoshi_summervacation/2025/image/page/deco5.png');
}

#summer .sec__title.type3 span:after{
	background-image: url('/content/dam/isetan_mitsukoshi/event/fukuoka/event_calendar/fukuokamitsukoshi_summervacation/2025/image/page/deco6.png');
}

#summer .sec__title.type4 span:before{
	background-image: url('/content/dam/isetan_mitsukoshi/event/fukuoka/event_calendar/fukuokamitsukoshi_summervacation/2025/image/page/deco7.png');
}

#summer .sec__title.type4 span:after{
	background-image: url('/content/dam/isetan_mitsukoshi/event/fukuoka/event_calendar/fukuokamitsukoshi_summervacation/2025/image/page/deco8.png');
}

#summer .item__flex.color2 .if__col .ifc__button:after{
	background-image: url("/content/dam/isetan_mitsukoshi/event/fukuoka/event_calendar/fukuokamitsukoshi_summervacation/2025/image/page/arrow2.png");
}

#summer .sec__title.type5 span:before{
	background-image: url('/content/dam/isetan_mitsukoshi/event/fukuoka/event_calendar/fukuokamitsukoshi_summervacation/2025/image/page/deco9.png');
}

#summer .sec__title.type5 span:after{
	background-image: url('/content/dam/isetan_mitsukoshi/event/fukuoka/event_calendar/fukuokamitsukoshi_summervacation/2025/image/page/deco10.png');
}


#summer .item__flex.color2 .if__col .ifc__button{
	color:#FFB400;
	border-color:#FFB400;
}

#summer .item__flex.color2 .if__col a:hover .ifc__button{
	background: #FFB400;
}

#summer .sec__title.type6 span:before{
	background-image: url('/content/dam/isetan_mitsukoshi/event/fukuoka/event_calendar/fukuokamitsukoshi_summervacation/2025/image/page/deco11.png');
}

#summer .sec__title.type6 span:after{
	background-image: url('/content/dam/isetan_mitsukoshi/event/fukuoka/event_calendar/fukuokamitsukoshi_summervacation/2025/image/page/deco12.png');
}

#summer .sec__title.type7 span:before{
	background-image: url('/content/dam/isetan_mitsukoshi/event/fukuoka/event_calendar/fukuokamitsukoshi_summervacation/2025/image/page/deco13.png');
}

#summer .sec__title.type7 span:after{
	background-image: url('/content/dam/isetan_mitsukoshi/event/fukuoka/event_calendar/fukuokamitsukoshi_summervacation/2025/image/page/deco14.png');
}


#summer .item__flex.color3 .if__col .ifc__button{
	color:#7E318E;
	border-color:#7E318E;
}

#summer .item__flex.color3 .if__col a:hover .ifc__button{
	background: #7E318E;
}

#summer .item__flex.color3 .if__col .ifc__button:after{
	background-image: url("/content/dam/isetan_mitsukoshi/event/fukuoka/event_calendar/fukuokamitsukoshi_summervacation/2025/image/page/arrow3.png");
}

#summer .sec__title.type8 span:before{
	background-image: url('/content/dam/isetan_mitsukoshi/event/fukuoka/event_calendar/fukuokamitsukoshi_summervacation/2025/image/page/deco15.png');
}

#summer .sec__title.type8 span:after{
	background-image: url('/content/dam/isetan_mitsukoshi/event/fukuoka/event_calendar/fukuokamitsukoshi_summervacation/2025/image/page/deco16.png');
}

#summer .sec__title.type9 span:before{
	background-image: url('/content/dam/isetan_mitsukoshi/event/fukuoka/event_calendar/fukuokamitsukoshi_summervacation/2025/image/page/deco17.png');
}

#summer .sec__title.type9 span:after{
	background-image: url('/content/dam/isetan_mitsukoshi/event/fukuoka/event_calendar/fukuokamitsukoshi_summervacation/2025/image/page/deco18.png');
}

#summer .sec__title.type10 span:before{
	background-image: url('/content/dam/isetan_mitsukoshi/event/fukuoka/event_calendar/fukuokamitsukoshi_summervacation/2025/image/page/deco19.png');
}

#summer .sec__title.type10 span:after{
	background-image: url('/content/dam/isetan_mitsukoshi/event/fukuoka/event_calendar/fukuokamitsukoshi_summervacation/2025/image/page/deco20.png');
}

#summer .sec__title2{
	position: relative;
	text-align: center;
	font-size: 24px;
	font-weight: 500;
	margin: 0;
}

#summer .sec__title2:before{
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	height: 22px;
	background-image: url('/content/dam/isetan_mitsukoshi/event/fukuoka/event_calendar/fukuokamitsukoshi_summervacation/2025/image/page/deco19.png');
	background-size: cover;
	background-position: center;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

#summer .item__flex.type2{
	justify-content: center;
	margin-top: 70px;
}

#summer .item__flex.type2 .if__col{
	margin: 0 3%;
	text-align: center;
	width: 41.9%;
}

#summer .item__flex.type2 .if__col .ifc__button{
	width: 320px;
	margin:35px auto 0;
}

#summer .item__flex.type2 .if__col .ifc__text1{
	margin-bottom: 10px;
}

#summer .item__flex.type2 .if__col .ifc__text3{
	margin-bottom: 10px;
}

#summer .deco20{
	width: 100%;
	margin: 70px 0 150px;
}

#summer .banner{
	margin-bottom: 64px;
}

#summer .banner a{
	transition: 0.4s;
}

#summer .banner a:hover{
	opacity: 0.6;
}

#summer .banner.mb0{
	margin-bottom: 0;
}


#summer .popup1 , #summer .popup2 , #summer .popup3 , #summer .popup4 , #summer .popup5 , #summer .popup6 ,
#summer .popup7 ,#summer .popup8 ,#summer .popup9 ,  #summer .popup10 , #summer .popup11 ,#summer .popup12 ,
#summer .popup13 , #summer .popup14 ,#summer .popup15 ,#summer .popup16 ,#summer .popup17 ,#summer .popup18
,#summer .popup19 ,#summer .popup20 ,#summer .popup21 ,#summer .popup22 ,#summer .popup23 ,#summer .popup24 ,#summer .popup25
,#summer .popup26 ,#summer .popup27 ,#summer .popup28 ,#summer .popup29 ,#summer .popup30 ,#summer .popup31 ,#summer .popup32 ,
#summer .popup33 , #summer .popup34 , #summer .popup35 , #summer .popup36 , #summer .popup37 , #summer .popup38 , #summer .popup39 ,
#summer .popup40 , #summer .popup41 , #summer .popup42 , #summer .popup43 , #summer .popup44 , #summer .popup45 , #summer .popup46 ,
#summer .popup47 , #summer .popup48 , #summer .popup49 , #summer .popup50 , #summer .popup51 , #summer .popup52 , #summer .popup53 , #summer .popup54
, #summer .popup55 , #summer .popup56 , #summer .popup57 , #summer .popup58 , #summer .popup59 , #summer .popup60 , #summer .popup61 , #summer .popup62 , #summer .popup63
, #summer .popup64 , #summer .popup65 , #summer .popup66 , #summer .popup67 , #summer .popup68{
  display: none;
  height: 100vh;
  width: 100%;
  background:rgba(255,255,255,.7);
  opacity:1;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999999999;
 
}

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

#summer .content{
  line-height: 1.7;
  position: fixed;
  z-index: 99999;
  top: 50%;
  left: 50%;
  width:960px;
	overflow-y: auto;
  box-sizing: border-box;
  margin:0;  
  max-width: 92%;
  max-height: 92vh;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    display:block;
  background-image:url('/content/dam/isetan_mitsukoshi/event/fukuoka/event_calendar/fukuokamitsukoshi_summervacation/2025/image/page/frame.png');
	background-size: cover;
  padding:10px;
}

#summer .popup60 .content{
	background: white;
	width: 840px;
}

#summer .popup60 .content .sec1__box{
	padding-left: 70px;
	padding-right: 70px;
}

#summer .content__inner{
	background: white;

}

#summer .content__wrap{
	padding:25px;
}

#summer .pop__flex{
	display: flex;
	margin-bottom: 20px;
}

#summer .pop__flex .pop__left{
	width: 360px;
}

#summer .pop__flex .pop__right{
	width: calc(100% - 360px);
	box-sizing: border-box;
	padding-left: 25px;
	line-height: 1.6;
}

#summer .pop__flex .pop__left img{
	width:100%;
}

#summer .pr__text1{
	margin:0 0 10px;
	font-size: 16px;
	font-weight: 500;
	color:#231815;
}

#summer .pr__text2{
	margin:0 0 24px;
	font-size: 16px;
}

#summer .pr__flex{
	display: flex;
	line-height: 1.4;
	margin-bottom: 16px;
}

#summer .prf1 {
	width: 130px;
	margin: 0;
	color: white;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	background: #DF0011;
	padding: 1px 0;height: 25px;
}

#summer .prf2 {
	width: calc(100% - 130px);
	box-sizing: border-box;
	padding-left: 12px;
	margin: 0;
	font-size: 16px;
	
}

#summer .pr__text3{
	margin:0;
	font-weight: 500;
	font-size: 16px;
}

#summer .pr__text4{
	margin:0 0 12px;
	font-size: 16px;
}

#summer.pr__text4 {
	font-size: 16px;
	line-height: 1.6;
	margin: 0 0 10px;
}

#summer .pr__text5{
	font-size: 14px;
	line-height: 1.6;
	margin: 0;	
}

#summer .close__button a{
	position: relative;
	display: block;
	color: #3499F8;
	background: white;
	box-sizing: border-box;
	border: 1px solid #3499F8;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	padding: 10px 0;
	margin: 0;
	transition: 0.4s;
	width: 320px;
	margin:100px auto 0;
	cursor: pointer;
}

#summer .close__button a:after{
	content: '';
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	width: 11px;
	height: 13px;
	background-image: url(/content/dam/isetan_mitsukoshi/event/fukuoka/event_calendar/fukuokamitsukoshi_summervacation/2025/image/page/arrow1.png);
	background-size: cover;
	transition: 0.4s;	
}

#summer .close__button a:hover{
	background:#3499F8;
	color: white!important;
} 

#summer .close__button a:hover:after{
	background-image: url('/content/dam/isetan_mitsukoshi/event/fukuoka/event_calendar/fukuokamitsukoshi_summervacation/2025/image/page/arrow4.png')!important;
}

#summer .close__button.color2 a:after{
	background-image: url('/content/dam/isetan_mitsukoshi/event/fukuoka/event_calendar/fukuokamitsukoshi_summervacation/2025/image/page/arrow2.png');
}

#summer .close__button.color2 a{
	color: #FFB400;
  border-color: #FFB400;
}

#summer .close__button.color2 a:hover{
	background:#FFB400;
}

#summer .close__button.color3 a:after{
	background-image: url('/content/dam/isetan_mitsukoshi/event/fukuoka/event_calendar/fukuokamitsukoshi_summervacation/2025/image/page/arrow3.png');
}

#summer .close__button.color3 a{
	color: #7E318E;
  border-color: #7E318E;
}

#summer .close__button.color3 a:hover{
	background:#7E318E;
}

#summer .contents__fix{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	background: white;
	z-index: 99;
	opacity: 0;
	pointer-events: none;
	transition: 0.4s;
}

#summer .contents__fix:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 5px;
	background-image: url('/content/dam/isetan_mitsukoshi/event/fukuoka/event_calendar/fukuokamitsukoshi_summervacation/2025/image/page/cb-bg.png');
	background-size: cover;
}

#summer .contents__fix.position{
	transform: translateY(128px);
}

#summer .contents__fix.active{
	opacity: 1;
	pointer-events: inherit;
}

#summer .contents__fix a{
	display:block;
	position:relative;
	font-weight: 900;
	line-height: 1;
	transition: 0.4s;
	padding:25px 0;
	cursor: pointer;
}

#summer .contents__fix a:hover{
	opacity: 0.6;
}

#summer .contents__fix a:after{
	content: '';
	position:absolute;
	right: 0;
	top: 50%;
	width: 18px;
	height: 20px;
	background-image: url('');
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);	
	background-image: url('/content/dam/isetan_mitsukoshi/event/fukuoka/event_calendar/fukuokamitsukoshi_summervacation/2025/image/page/arrow5.png');
	background-size: cover;
}

#summer .c__button img{
	width: 423px;
}

#summer .link__position{
	position: relative;
	top: -30px;
}





#summer .sp{
	display: none;
}

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

	#summer .section__1 h2 img{
		width: 360px;
	}

	#summer .section__1 p.sec1__text{
		font-size: 16px;
	}

	#summer .sec1__box h3 img{
		width: 110px;
	}

	#summer .sec1__left{
		width: 150px;
	}

	#summer .sec1__right{
		width: calc(100% - 150px);
	}

	#summer .sec1__box{
		padding: 60px;
	}

	#summer .sec1__right ul li a{
		font-size: 16px;
	}

	#summer .sec1__left img{
		width: 80px;
	}

	#summer .section__1 , #summer .section__2 , #summer .section__3 , #summer .section__4 , #summer .section__5{
		padding:130px 0;
	}

	#summer .title__box p{
		font-size: 15px;
	}

	#summer .title__box{
		padding:25px 60px;
	}

	#summer .sec__title , #summer .sec__title2{
		font-size: 20px;
	}

	#summer .sec__title span{
		padding:0 65px;
	}

	#summer .sec__title span:before , #summer .sec__title span:after{
		width: 40px;
		height: 18px;
	}

	#summer .sec__sub{
		font-size: 15px;
	}

	#summer .item__flex .if__col .ifc__text1 , #summer .item__flex .if__col .ifc__text2 , #summer .item__flex .if__col .ifc__text4{
		font-size: 15px;
	}

	#summer .pr__text2{
		font-size: 15px;
	}

	#summer .item__flex .if__col .ifc__button{
		font-size: 15px;
	}

	#summer .sec__title2:before{
		height: 20px;
	}

	#summer .item__flex.type2 .if__col{
		margin: 0;
		width: 47%;
	}

	#summer .item__flex.type2{
		justify-content: space-between;
	}

	#summer .pr__text1 , #summer .prf1 , #summer .prf2 ,#summer .pr__text3 , #summer .pr__text4{
		font-size: 15px;
	}

	#summer .pr__text5{
		font-size: 13px;
	}

	#summer .close__button a{
		max-width: 100%;
		margin-top: 75px;
		font-size: 15px;
	}



}


@media screen and (max-width: 1023px) {
	#summer .contents__fix{
		transform: translateY(83px) !important;
	}

	#summer .c__button img{
		width: 360px;
	}

	#summer .contents__fix a:after{
		width: 15px;
		height: 17px;
	}

}

#summer .pr__flex{
	align-self: start;
}

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

	#summer .pc{
		display: none!important;
	}

	#summer .sp{
		display: block!important;
	}

	#summer .contents__fix{
		transform: translateY(68px) !important;
	}

	#summer .contents__fix a{
		padding:18px 0;
	}

	#summer .pop__flex{
		display: block;
	}

	#summer .pop__flex .pop__left{
		width: 100%;
	}

	#summer .pop__flex .pop__right{
		width: 100%;
		padding:0;
		margin-top: 20px;
	}

	/* #summer .bg__area{
		background-size: inherit;
	} */

	#summer .section__1, #summer .section__2, #summer .section__3, #summer .section__4, #summer .section__5{
		padding:100px 0;
	}

	#summer .section__2, #summer .section__3, #summer .section__4, #summer .section__5{
		padding:80px 0;
	}

	#summer .section__1 p.sec1__text{
		font-size: 15px;
		margin:50px 0 100px;
	}

	#summer .sec1__row{
		display: block;
	}

	#summer .sec1__left{
		width: 100%;
	}

	#summer .sec1__left img{
		margin:0 auto 20px;
		display: block;
	}

	#summer .sec1__row{
		padding:20px 0;
	}

	#summer .sec1__right{
		width: 100%;
	}

	#summer .sec1__box h3{
		margin-bottom: 25px;
	}

	#summer .sec1__box{
		padding:50px 40px;
	}

	#summer .title__box h2.title3 img{
		width: 64px;
	}

	#summer .title__box{
		padding:25px ;
	}

	#summer .sec__title, #summer .sec__title2{
		font-size: 18px;
	}

	#summer .sec__title span{
		padding:0 45px;
	}

	#summer .sec__title span:before, #summer .sec__title span:after{
		width: 32px;
		height: 15px;
	}

	#summer .item__flex .if__col{
		width: 48%;
		margin:0 0 50px!important;
	}

	#summer .item__flex .if__col:nth-child(odd){
			transition-delay: 0.1s!important;
	}

	#summer .item__flex .if__col:nth-child(even){
		transition-delay: 0.3s!important;
}

	#summer .item__flex{
		justify-content: space-between;
	}

	#summer .banner{
		margin-bottom: 30px;
	}

	#summer .item__flex.type2 .if__col .ifc__button{
		max-width: 100%;
	}

	#summer .bg__area{
		background-image: url('/content/dam/isetan_mitsukoshi/event/fukuoka/event_calendar/fukuokamitsukoshi_summervacation/2025/image/page/back-1sp.jpg');
	}

	#summer .bg__area.ver2{
		background-image: url('/content/dam/isetan_mitsukoshi/event/fukuoka/event_calendar/fukuokamitsukoshi_summervacation/2025/image/page/back-2sp.jpg');
	}

	#summer .bg__area.ver3{
		background-image: url('/content/dam/isetan_mitsukoshi/event/fukuoka/event_calendar/fukuokamitsukoshi_summervacation/2025/image/page/back-3sp.jpg');
	}

	#summer .bg__area.ver4{
		background-image: url('/content/dam/isetan_mitsukoshi/event/fukuoka/event_calendar/fukuokamitsukoshi_summervacation/2025/image/page/back-4sp.jpg');
	}

}

#summer .sp2{
	display: none;
}

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

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

	#summer .wrap2 , #summer .wrap{
		padding:0 15px;
	}

	#summer .section__1 p.sec1__text{
		font-size: 14px;
	}

	#summer .sec1__left img{
		width: 70px;
		margin-bottom: 15px;
	}

	#summer .sec1__right ul li a:after{
		display: none;
	}

	#summer .sec1__box{
		padding:50px 30px;
	}

	#summer .sec1__right ul li a{
		font-size: 14px;
	}

	#summer .sec1__right ul li a:before{
		left: -18px;
		transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
		top: 6px;
		width: 8px;
		height: 11px;
	}

	#summer .sec1__right ul li a:hover:before{
		left: -13px;
	}

	#summer .sec1__right ul li{
		margin:5px 0;
	}

	#summer .title__box p{
		font-size: 14px;
	}

	#summer .title__box h2{
		margin-bottom: 15px;
	}

	#summer .section__2, #summer .section__3, #summer .section__4, #summer .section__5{
		padding:70px 0 30px;
	}

	#summer .section__5{
		padding-bottom: 80px;
	}

	#summer .sec__title, #summer .sec__title2{
		font-size: 17px;
	}

	#summer .sec__sub{
		font-size: 14px;
		padding:0 10px;
	}

	#summer .sec__title span:before{
		top: 8px;
		transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
	}

	#summer .sec__title span:after{
		top: inherit;
		bottom: 8px;
		transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
	}

	#summer .sec__title span:before, #summer .sec__title span:after{
		width: 28px;
		height: 13px;
	}

	#summer .sec__title span{
		padding:0 43px;
	}

	#summer .item__flex .if__col .ifc__text1, #summer .item__flex .if__col .ifc__text2, #summer .item__flex .if__col .ifc__text4{
		font-size: 14px;
	}

	#summer .item__flex .if__col .ifc__text3{
		font-size: 13px;
	}

	#summer .item__flex .if__col .ifc__text3 span{
		padding:2px 5px;
	}

	#summer .item__flex .if__col .ifc__button{
		font-size: 14px;
	}

	#summer .item__flex .if__col .ifc__button:after{
		right: 10px;
		width: 10px;
		height: 11px;
	}

	#summer .sp2{
		display: block;
	}

	#summer .item__flex.type2 .if__col{
		text-align: left;
	}

	#summer .item__flex.type2 .if__col .ifc__text1{
		text-align: center;
	}

	#summer .deco20{
		margin-top: 0;
	}

	#summer .banner{
		margin-bottom: 25px;
	}

	#summer .sec__title2:before{
		background-image: url('/content/dam/isetan_mitsukoshi/event/fukuoka/event_calendar/fukuokamitsukoshi_summervacation/2025/image/page/deco19-sp.png');
		height: 12px;
	}

	#summer .c__button img{
		width: 260px;
	}

	#summer .contents__fix a:after{
		width: 12px;
		height: 14px;
	}

	#summer .popup60 .content .sec1__box{
		padding-left:30px;
		padding-right: 30px;
	}

	#summer .content__wrap{
		padding:20px ;
	}

	#summer .pr__text1, #summer .prf1, #summer .prf2, #summer .pr__text3, #summer .pr__text4{
		font-size: 14px;
	}

	#summer .pr__text2{
		font-size: 14px;
	}

	#summer .prf1{
		width: 85px;
		padding:2px 0;
	}

	#summer .prf2{
		width: calc(100% - 85px);
		padding-top: 2px;
	}

	#summer .close__button a{
		margin-top: 40px;
	}

	#summer .deco20{
		margin-bottom: 100px;
	}

	#summer .bg__area{
		background-image: none!important;
		position: relative;
	}

	#summer .bg__area:before{
		/* content: '';
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100vh;
		z-index: -1;
		background-attachment:fixed;
		background-image: url("/content/dam/isetan_mitsukoshi/event/fukuoka/event_calendar/fukuokamitsukoshi_summervacation/2025/image/page/back-1sp.jpg");
		background-size: cover;
		background-position: center;
		transition: 1.2s;
		transition-delay: .2s; */
		display:none;
	}

	/* #summer .bg__area.ver2:before{
		background-image: url("/content/dam/isetan_mitsukoshi/event/fukuoka/event_calendar/fukuokamitsukoshi_summervacation/2025/image/page/back-2sp.jpg");
	}

	#summer .bg__area.ver3:before{
		background-image: url("/content/dam/isetan_mitsukoshi/event/fukuoka/event_calendar/fukuokamitsukoshi_summervacation/2025/image/page/back-3sp.jpg");
	}

	#summer .bg__area.ver4:before{
		background-image: url("/content/dam/isetan_mitsukoshi/event/fukuoka/event_calendar/fukuokamitsukoshi_summervacation/2025/image/page/back-4sp.jpg");
	} */

	#summer .bg__area img.sp2{
		width: 100%;
		height: 100%;
		position: fixed;
		left: 0;
		top: 0;
		object-fit: cover;
		z-index: -1;
		transition: 1.2s;
		transition-delay: .2s;	
	}

	#summer .bg__area img.color2 ,
	#summer .bg__area img.color3 ,
	#summer .bg__area img.color4{
		opacity: 0;
	}

	#summer .bg__area.ver2 img.color2{
		opacity: 1;
	}

	#summer .bg__area.ver3 img.color3{
		opacity: 1;
	}

	#summer .bg__area.ver4 img.color4{
		opacity: 1;
	}

	#summer .pr__flex{
		display: block;
	}

	#summer .prf2{
		width: 100%;
		padding: 0;
		margin:5px 0 0;
		height: auto;
	}

	#summer .prf1{
		height: auto;
	}
	
}



