@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap');

#global{
	width: 100%;
	letter-spacing: 0.05em;
	line-height: 1.8;
	color: #272727;
	font-family: "Noto Sans TC", sans-serif;
}

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

#global .inview1.is-show1{
  opacity: 1;
	transform: translate(0, 0);
}

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

#global .inview2.is-show2{
  opacity: 1;
	transform: translate(0, 0);
}

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

#global .inview3.is-show3{
  opacity: 1;
  transform: translate(0, 0);
}

#global .inview4{
  opacity: 0;
  transform: translate(0, 20px);
  transition: 0.7s;
  transition-delay: 0.7s;
}

#global .inview4.is-show4{
  opacity: 1;
  transform: translate(0, 0);
}

#global .inview6{
  opacity: 0;
  transition: 0.7s;
  transition-delay: 0.1s;
}

#global .inview6.is-show6{
  opacity: 1;
  transform: translate(0, 0);
}

#global .mainV{
	width: 100%;
	display: flex;
	align-items: stretch;
}

#global .mv__left{
	width: 56%;
	height: 44vw;
	background-image: url('/content/dam/isetan_mitsukoshi/event/fukuoka/event_calendar/globalcustomer/cn_hantai/image/page/mainV.png');
	background-size: cover;
	background-position: center;
}

#global .mv__right{
	width: 44%;
	height: 44vw;
}

#global .mvr__1{
	background-image: url('/content/dam/isetan_mitsukoshi/event/fukuoka/event_calendar/globalcustomer/cn_hantai/image/page/mv-right1.png');
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 22vw;
	position:relative;
}


#global .mvr__2{
	background-image: url('/content/dam/isetan_mitsukoshi/event/fukuoka/event_calendar/globalcustomer/cn_hantai/image/page/mv-right2.png');
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 22vw;
	position:relative;
}

#global .view__button{
	position:absolute;
	left: 50%;
	bottom: 1%;
	width: 35%;
	transition: 0.4s;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);	
}

#global .view__button:hover{
	opacity: 0.6;
}

#global .view__button.vb2{
	bottom: 3%;
}

#global .view__button img{
	width:100%;
}

#global .gb__section1{
	width: 100%;
	padding:160px 0 130px;
}

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

#global .store__info{
	width: 100%;
	padding:77px 100px;
	box-sizing: border-box;
	box-shadow:0px 4px 10px #CCC;
}

#global .store__info h2{
	text-align: center;
	font-size: 38px;
	color: #104097;
	font-weight: bold;
	margin:0 0 14px;
}

#global .si__flex{
	display: flex;
	padding:26px 0;
	border-bottom:1px solid #E5E5E5;
}

#global .si__flex.last__row{
	padding-bottom: 0;
	border-bottom: 0;
}

#global .si__left{
	width: 37%;
	padding-left: 64px;
	box-sizing: border-box;
}

#global .si__left p{
	font-size: 16px;
	font-weight: bold;
	color:#104097;
	margin: 0;
}

#global .si__right{
	width: 63%;
	position: relative;
	padding-right: 64px;
	box-sizing: border-box;
}

#global .si__right p{
	font-size: 16px;
	margin: 0;
}

#global .si__right a{
	color:#104097;
	transition: 0.4s;
	font-size: 16px;
	position:absolute;
	right: 0;
	top: 0;
}

#global .si__right a:hover{
	opacity: 0.6;
}

#global .sr__area{
	width: 100%;
	padding:77px 100px;
	margin-top: 128px;
	box-sizing: border-box;
	box-shadow:0px 4px 10px #CCC;
}

#global .sr__area h2{
	text-align: center;
	font-size: 38px;
	color: #104097;
	font-weight: bold;
	margin:0 0 40px;
}

#global .button1{
	width: 240px;
	display:block;
	margin:0 auto;
	color:white;
	font-size: 20px;
	text-align: center;
	background:#104097;
	padding:13px 0;
	position:relative;
	transition: 0.4s;
	box-shadow:2px 2px 4px #CCC;
}

#global .button1:after{
	content: '';
	position:absolute;
	right: 14px;
	top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);	
	width: 28px;
	height: 8px;
	background-image: url('/content/dam/isetan_mitsukoshi/event/fukuoka/event_calendar/globalcustomer/cn_hantai/image/page/arrow.png');
	background-size: cover;
}

#global .en__link:after{
	content: '';
	position:absolute;
	right: 25px;
	top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);	
	width: 28px;
	height: 8px;
	background-image: url('/content/dam/isetan_mitsukoshi/event/fukuoka/event_calendar/globalcustomer/cn_hantai/image/page/arrow.png');
	background-size: cover;	
}

#global .button1:hover{
	opacity: 0.6;
}

#global .sr__area h3{
	font-size: 22px;
	position:relative;
	text-align: center;
	color:#104097;
	margin:38px 0 60px;
}

#global .sr__area h3:before{
	content: '';
	position:absolute;
	left:50%;
	bottom: -8px;
	width: 64px;
	height: 2px;
	background: #104097;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);	
}

#global .list__flex{
	display:flex;
	flex-wrap: wrap;
	text-align: center;
}

#global .lf__col{
	width: 23.6%;
	line-height: 1.3;
	height: 54px;
	border:1px solid #D9D9D9;
	display:flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 14px;
}

#global .lf__col p{
	margin: 0;
}

#global .list__flex .lf__col:nth-child(1) ,#global  .list__flex .lf__col:nth-child(5) ,#global  .list__flex .lf__col:nth-child(9) ,#global  .list__flex .lf__col:nth-child(13){
	margin-right:1.4%;
}

#global .list__flex .lf__col:nth-child(2) ,#global  .list__flex .lf__col:nth-child(6) ,#global  .list__flex .lf__col:nth-child(10) ,#global  .list__flex .lf__col:nth-child(14){
	margin:0 0.7%;
}

#global .list__flex .lf__col:nth-child(3) ,#global  .list__flex .lf__col:nth-child(7) ,#global  .list__flex .lf__col:nth-child(11) ,#global  .list__flex .lf__col:nth-child(15){
	margin:0 0.7%;
}

#global .list__flex .lf__col:nth-child(4) ,#global  .list__flex .lf__col:nth-child(8) ,#global  .list__flex .lf__col:nth-child(12) ,#global  .list__flex .lf__col:nth-child(16){
	margin-left:1.4%;
}

#global .sr__area h3.type2{
	margin-top: 48px;
}

#global .gb__section2{
	width: 100%;
	background: #F7FAFF;
	padding:80px 0 96px;
}

#global .gb__section2 h2{
	text-align: center;
	font-size: 38px;
	color: #104097;
	font-weight: bold;
	margin:0 0 40px;
}

#global .gb__tab{
	display:flex;
	justify-content: center;
	border-bottom:1px solid #E5E5E5;

}

#global .gb__tab a{
	display:block;
	font-size:22px;
	position:relative;
	width: 170px;
	white-space: nowrap;
	transition:0.4s;
	text-align: center;
	margin:0 48px;
	padding-bottom: 25px;
	font-weight: bold;
}

#global .gb__tab a:before{
	content: '';
	position:absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	transition:0.4s;
	z-index: 2;
	background: #D9D9D9;
}

#global .gb__tab a{
	cursor: pointer;
}

#global .gb__tab a.current{
	display:block;
	font-size:22px;
	position:relative;
	width: 170px;
	transition:0.4s;
	color:#104097;
	text-align: center;
	font-weight: bold;
}

#global .gb__tab a.current:before{
	transition:0.4s;
	background: #104097;
}

#global .floor__area{
	display:none;
}

#global .floor__area.current{
	display:block;
}

#global .fa__flex{
	display:flex;
	margin: 32px 0 16px;
}

#global .fa__flex.fa__last{
	margin-bottom: 13px;
}

#global .faf__left{
	width: 120px;
	box-sizing: border-box;
	display:flex;
	align-items: center;
	background: #104097;
	justify-content: center;
	padding:22px 0;
}

#global .faf__left p{
	font-size: 18px;
	color:white;
	text-align: center;
	font-weight: bold;
	margin: 0;
}

#global .faf__right{
	width: calc(100% - 120px);
	box-sizing: border-box;
	background: white;
	padding-left: 20px;
	padding-right:140px;
	position:relative;
	display:flex;
	align-items: center;
}

#global .faf__right p{
	font-size: 16px;
	margin: 0;
}

#global .faf__right a{
	position:absolute;
	right: 20px;
	top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);	
	color: #104097;
    transition: 0.4s;
    font-size: 16px;
}


#global .mt__0{
	margin-top: 0!important;
}

#global .please__text{
	padding-bottom: 26px;
	margin-bottom: 0;
	border-bottom:1px solid #E5E5E5;
}

#global .gb__section3{
	width: 100%;
	padding:128px 0 97px;
}

#global .card__area{
	width: 100%;
	box-sizing: border-box;
	box-shadow:0px 3px 10px #CCC;	
	padding:80px 100px;
}

#global .gb__section3 h2{
	text-align: center;
	font-size: 38px;
	color: #104097;
	font-weight: bold;
	margin:0 0 50px;
}

#global .gb__section3 h3{
	font-size: 22px;
	position:relative;
	text-align: center;
	color:#104097;
	margin:0 0 60px;
}

#global .gb__section3 h3:before{
	content: '';
	position:absolute;
	left:50%;
	bottom: -8px;
	width: 64px;
	height: 2px;
	background: #104097;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);	
}

#global .card__flex{
	display:flex;
	align-items: center;
	margin-bottom: 40px;
}

#global .card__left{
	width: 50%;
}

#global .card__right{
	width: 50%;
	box-sizing: border-box;
	padding-left: 36px;
}

#global .card__right img{
	width: 100%;
}

#global .card__left p.cl1{
	margin: 0 0 10px;
	font-size: 16px;
}

#global .card__left p.cl2{
	font-size: 34px;
	margin:0;
	line-height: 1.4;
}

#global .card__left p.cl2 span{
	font-size: 50px;
	color:#D20000;
	display:inline-block;
	font-weight: bold;
	position: relative;
}

#global .card__left p.cl2 span:before{
	content: '';
	position:absolute;
	left: 0;
	bottom: 10px;
	width: 98%;
	height: 18px;
	z-index: -1;
	background: #FFFC00;
}

#global .card__left p.cl2 span strong{
	font-size: 54px;
}

#global .gb__section3 h3.type2{
	margin-top: 56px;
}

#global .banner__link{
	display:block;
	width: 100%;
	transition: 0.4s;
}

#global .banner__link:hover{
	opacity: 0.6;
}

#global .banner__link img{
	width: 100%;
}

#global .credit{
	display:block;
	width: 100%;
	margin: 0;
}

#global .free{
	text-align: center;
	margin:48px 0 0;
	font-size:20px;
	line-height: 1;
	font-weight: bold;
}

#global .access__area{
	margin-top: 113px;
}

#global .gb__section3 .access__area h2{
	margin-bottom: 35px;
}

#global .acf__flex{
	display:flex;
	align-items: center;
}

#global .acf__right{
	width: 50%;
	box-sizing: border-box;
	padding-left: 60px;
}

#global .acf__left{
	width: 50%;
}

#global .acf__right img{
	width: 100%;
}

#global .acf__box{
	padding: 22px 0;
	padding-left: 65px;
	width: 100%;
	box-sizing: border-box;
	border-bottom:1px solid #E5E5E5;
}

#global .acf__left .acf__box:first-child{
	padding-top: 0;
}

#global .acf__1{
	font-size: 16px;
	color:#104097;
	margin: 0 0 10px;
	font-weight: bold;
}

#global .acf__2{
	font-size: 16px;
	margin: 0;
}

#global .map__flex{
	display:flex;
}

#global .mf__left{
	width: 50%;
	box-sizing: border-box;
	padding-right: 60px;
}

#global .mf__right{
	width: 50%;
}

#global .mfr__1{
	font-size: 16px;
	font-weight: bold;
	margin:0;
}

#global .mfr__2{
	font-size: 16px;
	margin:0 0 22px;
}

#global .map__left img{
	width: 100%;
}

#global .mf__left iframe{
	width: 100%;
	height: 354px;
}

#global .illust{
	width: 100%;
	display:block;
	margin-top: 84px;
}

#global .gb__section4 h2{
	text-align: center;
	font-size: 38px;
	color: #104097;
	font-weight: bold;
	margin:0 0 50px;
}

#global .gb__section4{
	background: #F7FAFF;
	padding:80px 0;
	border-bottom:1px solid #D9D9D9;
}

#global .sns__flex{
	display:flex;
	justify-content: space-between;
}

#global .sns__flex a{
	display:block;
	width: 24%;
	display:flex;
	align-items: center;
	justify-content: center;
	background: white;
	padding:12px 0;
	color:#333;
	font-weight: 500;
	border:1px solid #E5E5E5;
	transition: 0.4s;
}

#global .sns__flex a span{
	display:flex;
	align-items: center;
}

#global .sns__flex a:hover{
	opacity: 0.6;
}

#global .sns__flex a img{
	width: 54px;
	display:block;
}

#global .sns1{
	margin-right: 10px;
}

#global .sns2{
	margin-right: 30px;
}

#global .sns3{
	margin-right: 25px;
}

#global .sns4{
	margin-right: 25px;
}

#global .gb__section5{
	display:block;
	padding:93px 0;
}

#global .gb__section5 p{
	font-size: 16px;
	margin:0 0 40px;
	text-align: center;
}


#global .en__link{
	display:block;
	width: 500px;
	margin:0 auto;
	text-align: center;
	color:white;
	position:relative;
	padding:13px 0;
	transition: 0.4s;
	font-size: 20px;
	background: #104097;
	transition: 0.4s;
}

#global .en__link:hover{
	opacity: 0.6;
}

#global #qr{
	position:relative;	
	cursor: pointer;
}

#global .qr{
	position:absolute;
	width: 242px;
	height: 242px;
	left: 50%;
	border:1px solid #333;
	opacity: 0;
	visibility: hidden;
	z-index: -1;
	transition: 0.4s;
    transform: translateX(-50%) translateY(10px);
    -webkit-transform: translateX(-50%) translateY(10px);
    -ms-transform: translateX(-50%) translateY(10px);	
}

#global .qr img{
	width: 100%;
}

#global .qr.show{
	z-index: 10;
	visibility: inherit;
	opacity: 1;
    transform: translateX(-50%) translateY(0px);
    -webkit-transform: translateX(-50%) translateY(0px);
    -ms-transform: translateX(-50%) translateY(0px);	
}

#global .sns__flex{
	position:relative;
}











@media screen and (max-width:1120px){
	#global .store__info{
		padding:70px 30px;
	}

	#global .sr__area{
		padding:70px 30px;
	}

	#global .card__area{
		padding:70px 30px;
	}

	#global .store__info h2{
		font-size: 30px;
	}

	#global .si__left p{
		font-size: 15px;
	}

	#global .si__right p{
		font-size: 15px;
	}

	#global .si__left{
		padding-left: 20px;
	}

	#global .si__right a{
		font-size: 15px;
	}

	#global .sr__area h2{
		font-size: 30px;
	}

	#global .sr__area h3{
		font-size: 20px;
	}

	#global .gb__section2 h2{
		font-size: 30px;
	}

	#global .gb__tab a{
		font-size: 20px;
		padding-bottom: 18px;
	}

	#global .faf__right p{
		font-size: 15px;
	}

	#global .faf__left p{
		font-size: 17px;
	}

	#global .faf__right a{
		font-size: 15px;
	}

	#global .please__text{
		font-size: 15px;
	}

	#global .gb__section3 h2{
		font-size: 30px;
	}

	#global .gb__section3 h3{
		font-size: 20px;
	}

	#global .card__left p.cl1{
		font-size: 15px;
	}

	#global .card__left p.cl2{
		font-size: 28px;
	}

	#global .card__left p.cl2 span{
		font-size: 40px;
	}

	#global .card__left p.cl2 span strong{
		font-size: 44px;
	}

	#global .card__left p.cl2 span:before{
		bottom: 8px;
		height: 12px;
	}

	#global .acf__box{
		padding-left: 20px;
	}

	#global .mfr__1{
		font-size: 15px;
	}

	#global .mfr__2{
		font-size: 15px;
	}

	#global .sns__flex a{
		font-size: 15px;
	}

	#global .sns__flex a img{
		width: 47px;
	}

	#global .gb__section5 p{
		font-size: 15px;
	}



}


#global .sp{
	display:none!important;
}

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

	#global .mv__left{
		width: 100%;
		height: 77vw;
	}

	#global .mainV{
		display:block;
		height: 187vw;
	}

	#global .mv__right{
		width: 100%;
	}

	#global .mvr__1{
		height: 55vw;
	}

	#global .mvr__2{
		height: 55vw;
	}

	#global .gb__section1{
		padding:120px 0 100px;
	}

	#global .si__flex{
		display:block;
		padding:18px 0;
	}

	#global .si__left{
		width: 100%;
		padding: 0;
	}

	#global .si__right{
		width: 100%;
		padding-right: 77px;
	}

	#global .store__info{
		padding:55px 30px;
	}

	#global .store__info h2{
		margin-bottom: 25px;
	}

	#global .sr__area{
		margin-top: 120px;
	}

	#global .sr__area{
		padding:55px 30px;
	}

	#global .lf__col{
		width: 32%;
		margin:0 0 7px!important;
	}

	#global .list__flex{
		justify-content: space-between;
	}

	#global .lf__col p{
		font-size: 14px;
	}

	#global .gb__tab a , #global .gb__tab a.current{
		width: 155px;
		margin:0 25px;
		font-size: 19px;
	}

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

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

	#global .faf__left{
		width: 60px;
		padding: 40px 0;
	}

	#global .faf__right{
		width: calc(100% - 60px);
		padding-right: 125px;
	}

	#global .faf__right p{
		line-height: 1.55;
	}

	#global .gb__section3 h2{
		line-height: 1.3;
	}

	#global .card__flex{
		display:block;
	}

	#global .card__left{
		width: 100%;
	}

	#global .card__right{
		width: 100%;
		padding: 0;
	}

	#global .card__right img{
		width: 400px;
		display:block;
		margin:20px auto 0;
	}

	#global .acf__flex{
		display:block;
	}

	#global .acf__left{
		width: 100%;
		box-sizing: border-box;
		padding:0 20px;
	}

	#global .acf__right{
		width: 100%;
		padding: 0;
		margin-top: 20px;
	}

	#global .acf__box{
		padding-left: 0;
	}

	#global .acf__box:last-child{
		border-bottom: 0;
	}

	#global  .map__flex{
		display:block;
	}

	#global .mf__left{
		width: 100%;
		padding: 0;
	}

	#global .mf__right{
		width: 100%;
		padding: 0;
	}

	#global .mfr__2{
		line-height: 1.4;
	}

	#global .sp{
		width: 100%;
	}

	#global .sns__flex{
		display:block;
	}

	#global .sns__flex a{
		width: 100%;
		margin-bottom: 15px;
		display:block;
		box-sizing: border-box;
		padding-left: 26%;
	}	

	#global .sns__flex a span{
		display:flex;
		align-items: center;
	}

	#global .sns__flex a img{
		width: 44px;
		margin-right: 30px;
	}

	#global .sns__flex a img.sns1{
		padding:4px 0;
	}

	#global .credit{
		width: 80%;
		display:block;
		margin:0 auto;
	}

	#global .en__link{
		max-width: 100%;
		font-size: 18px;
	}

	#global .banner__link{
		padding-left: 15px;
		padding-right: 15px;
	}





}

#global .sp2{
	display:none;
}

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

	#global .sp2{
		display:block;
	}	

	#global .view__button{
		bottom: 3%;
	}

	#global .view__button.vb2{
		bottom: 5%;
	}

	#global .gb__section1{
		padding:100px 0 80px;
	}

	#global .wrap{
		padding:0 15px;
	}

	#global .store__info h2{
		font-size: 24px;
	}

	#global .si__right a{
		top: inherit;
		bottom: 0;
	}

	#global .si__left p{
		font-size: 14px;
		margin-bottom: 8px;
	}

	#global .si__right p{
		font-size: 14px;
		line-height: 1.6;
	}

	#global .store__info{
		padding:50px 15px;
	}

	#global .last__row .si__right{
		padding-right: 0;
	}

	#global .banner__link{
		padding: 0;
	}

	#global .sr__area h2{
		font-size: 24px;
	}

	#global .sr__area{
		padding:50px 15px;
	}

	#global .button1{
		width: 190px;
		text-align: left;
		padding-left: 36px;
		font-size: 17px;
	}

	#global .button1:after{
		right: 10px;
		width: 22px;
		height: 6px;
	}

	#global .lf__col p{
		font-size: 12px;
	}

	#global .sr__area h3{
		margin-bottom: 50px;
	}

	#global .gb__section2 h2{
		font-size: 24px;
	}

	#global .gb__tab a, #global .gb__tab a.current{
		width: 130px;
		font-size: 16px;
		margin:0 15px;
	}

	#global .faf__left{
		width: 50px;
		font-size: 15px;
	}

	#global .faf__right{
		width: calc(100% - 50px);
		padding-right: 90px;
		padding-left: 10px;
	}

	#global .faf__right a{
		font-size: 12px;
		right: 5px;
	}

	#global .faf__right p{
		font-size: 13px;
	}

	#global .please__text{
		font-size:13px;
	}

	#global .gb__section2{
		padding:65px 0;
	}

	#global .gb__section3{
		padding:100px 0 80px ;
	}

	#global .gb__section3 h2{
		font-size: 24px;
		margin-bottom: 25px;
	}

	#global .gb__section3 h3{
		font-size: 14px;
	}

	#global .card__area{
		padding:50px 15px;
	}

	#global .card__left p.cl1{
		font-size: 14px;
	}

	#global .card__left p.cl2{
		font-size: 20px;
	}

	#global .card__left p.cl2 span{
		font-size: 32px;
	}

	#global .card__left p.cl2 span strong{
		font-size: 36px;
	}

	#global .card__flex{
		margin-bottom: 20px;
	}

	#global .card__right img{
		width: 75%;
	}

	#global .gb__section3 h3.size2{
		font-size: 18px;
	}

	#global .acf__1{
		font-size: 14px;
		margin-bottom: 8px;
	}

	#global .acf__2{
		font-size: 14px;
		line-height: 1.6;
	}

	#global .acf__box{
		padding:20px 0;
	}

	#global .acf__left{
		padding:0 15px;
	}

	#global .gb__section3 h3.size3{
		font-size: 15px;
	}

	#global .mfr__1{
		font-size: 14px;
	}

	#global .mfr__2{
		font-size: 14px;
	}

	#global iframe.sp{
		height: 300px;
	}

	#global .illust{
		margin-top: 30px;
	}

	#global .gb__section4{
		padding:50px 0;
	}

	#global .gb__section4 h2{
		font-size: 24px;
		margin-bottom: 25px;
	}

	#global .sns__flex a{
		padding-left: 20%;
	}

	#global .gb__section5{
		padding:50px 0;
	}

	#global .gb__section5 p{
		font-size: 14px;
		text-align: left;
		margin-bottom: 30px;
	}

	#global .en__link{
		font-size: 16px;
		max-width: 88%;
	}

	#global .en__link:after{
		right: 15px;
		width:22px;
		height: 6px;
	}

	#global .sns__flex a img{
		width: 40px;
	}

	#global .view__button{
		width: 38%;
	}

	#global .si__right a{
		font-size: 14px;
	}

	#global .sr__area h3.type2{
		margin-top: 40px;
	}

	#global .acf__right{
		margin-top: 10px;
	}

	#global .gb__section3 h3.type2{
		margin-top: 50px;
	}

	#global .free{
		font-size: 18px;
	}










}








