@charset "utf-8";

/* ----------------------------------------------------------------------------
	トップページ
	index.html
---------------------------------------------------------------------------- */

/*#visual_top{
	width: 100%;
	max-width: 1600px;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 auto;
	box-sizing: border-box;
	overflow: hidden;
	background: #4d4a52;
	z-index: 10;
}*/
/*#visual_top::before{
	content: "";
	display: block;
	padding-top: 46.25%;
}*/

#visual_top{
	width: 100%;
	height: calc(100vh - 190px);
	position: relative;
	padding: 0 0 0 0;
	box-sizing: border-box;
	overflow: hidden;
	background: #f9f8f4;
	z-index: 10;
}

#visual_top #main_slide{
	width: 100%;
	height: 100%;
	margin:0 auto;
	position:absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	line-height: 0;
	opacity: 1;
}
#visual_top #main_slide .unit{
	width: 100%;
	height: 100%;
	margin:0 auto;
	position:relative;
	overflow: hidden;
	line-height: 0;
}
#visual_top #main_slide .unit#cut1{
	background: var(--wBg-color);
}

#visual_top #main_slide .unit figcaption{
	position: absolute;
	bottom: 20px;
	right: 15px;
}


#visual_top #main_slide .unit .img-box {
	opacity: 0;
}


#visual_top #main_slide .unit#cut2 figcaption{
	position: absolute;
}

#visual_top #main_slide .unit#cut2 .s_img01,
#visual_top #main_slide .unit#cut2 .s_img02,
#visual_top #main_slide .unit#cut2 .s_img03{
	width: calc(100% / 3);
	height: 100%;
	position: absolute;
	overflow: hidden;
}
#visual_top #main_slide .unit#cut2 .s_img01{
	top: 0%;
	left: 0%;
	transform: translateX(0%);
}
#visual_top #main_slide .unit#cut2 .s_img02{
	top: 0%;
	left: 50%;
	transform: translateX(-50%);
}
#visual_top #main_slide .unit#cut2 .s_img03{
	top: 0%;
	right: 0%;
	transform: translateX(0%);
}

#visual_top #main_slide .unit#cut2 .s_img01 figure,
#visual_top #main_slide .unit#cut2 .s_img02 figure,
#visual_top #main_slide .unit#cut2 .s_img03 figure{
	width: 100%;
	height: 100%;
}
#visual_top #main_slide .unit#cut2 .s_img01 img,
#visual_top #main_slide .unit#cut2 .s_img02 img,
#visual_top #main_slide .unit#cut2 .s_img03 img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#visual_top #main_slide .unit#cut2 .s_img01 figcaption,
#visual_top #main_slide .unit#cut2 .s_img02 figcaption,
#visual_top #main_slide .unit#cut2 .s_img03 figcaption{
	right: 10px;
}
#visual_top #main_slide .unit#cut2 .s_img01 .copy_area,
#visual_top #main_slide .unit#cut2 .s_img02 .copy_area,
#visual_top #main_slide .unit#cut2 .s_img03 .copy_area,
#visual_top #main_slide .unit#cut1 .copy_area,
#visual_top #main_slide .unit#cut3 .copy_area,
#visual_top #main_slide .unit#cut4 .copy_area{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	box-sizing: border-box;
}
/*#visual_top #main_slide .unit#cut1 .copy_area{
	align-items: flex-start;
	align-content: flex-start;
	padding: 4% 0 0 0;
}*/

#visual_top #main_slide .unit#cut2 .s_img01 .copy_area h3,
#visual_top #main_slide .unit#cut2 .s_img02 .copy_area h3,
#visual_top #main_slide .unit#cut2 .s_img03 .copy_area h3{
	text-align: center;
}

#visual_top #main_slide .unit#cut2 .s_img01 .copy_area h3{
	width: 50.37453183520599%;
}
#visual_top #main_slide .unit#cut2 .s_img02 .copy_area h3{
	width: 26.77902621722846%;
}
#visual_top #main_slide .unit#cut2 .s_img03 .copy_area h3{
	width: 59.73782771535581%;
}

#visual_top #main_slide .unit .bg{
	width: 100%;
	height: 100%;
	margin:0 auto;
	position:relative;
	display: block;
}
#visual_top #main_slide .unit#cut1 .bg{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
}
#visual_top #main_slide .unit#cut3 .bg,
#visual_top #main_slide .unit#cut4 .bg{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
}


#visual_top #main_slide .unit .bg img{
	width: 100%;
	height: auto;
	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
}

#visual_top #main_slide .unit#cut1 .bg img{
	width: 100%;
	height: auto;
	position: relative;
	top: auto;
	bottom: auto;
	left: auto;
}

#visual_top #main_slide .unit#cut3 .bg img,
#visual_top #main_slide .unit#cut4 .bg img{
	width: 100%;
	height: auto;
	position: relative;
	top: auto;
	bottom: auto;
	left: auto;
}

#visual_top #main_slide .unit#cut1 .copy_area h3,
#visual_top #main_slide .unit#cut3 .copy_area h3,
#visual_top #main_slide .unit#cut4 .copy_area h3{
	width: 100%;
	text-align: center;
	font-size: 2.5rem;
	letter-spacing: 0.1em;
	line-height: 1.4;
	padding: 0 0 0 0;
	color: var(--wt-color);
	text-shadow: 0 0 5px rgba(0,0,0,0.8);
}
#visual_top #main_slide .unit#cut3 .copy_area h3 sup,
#visual_top #main_slide .unit#cut4 .copy_area h3 sup{
	font-size:0.3em !important;
	font-weight: normal !important;
	vertical-align: 1.8em !important;
	margin: 0 -0.2em !important;
}
/*#visual_top #main_slide .unit#cut1 .copy_area h3{
	font-size: 2.7rem;
	text-align: center;
	transform: translateX(0.5em);
	color: var(--base-color);
	text-shadow: none;
}*/

@keyframes zoomDown {
	0% {
		transform: scale(1.15);
	}
	100% {
		transform: scale(1.00);
	}
}
@keyframes zoomUp {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(1.15);
	}
}

.unit .bg {
	object-fit: cover;
}
.unit .bg img {
	object-fit: cover;
	transform: scale(1) translate(0%) translateY(0%);
}

#cut1.swiper-slide-active .bg img,
#cut1.swiper-slide-duplicate-active .bg img,
#cut1.swiper-slide-prev .bg img {
  animation: zoomUp 6.2s linear 0s normal both;
}

#cut3.swiper-slide-active .bg img,
#cut3.swiper-slide-duplicate-active .bg img,
#cut3.swiper-slide-prev .bg img {
  animation: zoomDown 6.2s linear 0s normal both;
}
#cut4.swiper-slide-active .bg img,
#cut4.swiper-slide-duplicate-active .bg img,
#cut4.swiper-slide-prev .bg img {
  animation: zoomDown 6.2s linear 0s normal both;
}


@media only screen and (max-width: 1200px) {	
	#visual_top{
		height: calc(100vh - 185px);
	}
	
	
	#visual_top #main_slide .unit#cut1 .copy_area h3,
	#visual_top #main_slide .unit#cut3 .copy_area h3,
	#visual_top #main_slide .unit#cut4 .copy_area h3{
		font-size: 2.375rem;
	}


}
@media only screen and (max-width: 999px) {
	#visual_top #main_slide .unit figcaption{
		bottom: 20px;
		right: 15px;
	}
	
	#visual_top #main_slide .unit#cut1 .copy_area h3,
	#visual_top #main_slide .unit#cut3 .copy_area h3,
	#visual_top #main_slide .unit#cut4 .copy_area h3{
		font-size: 2.125rem;
	}
}
@media only screen and (max-width: 768px) {
	#visual_top{
		height: calc(85vh - 118px);
	}
	@keyframes zoomDown {
		0% {
			transform: scale(1.10);
		}
		100% {
			transform: scale(1.0);
		}
	}
	@keyframes zoomUp {
		0% {
			transform: scale(1);
		}
		100% {
			transform: scale(1.20);
		}
	}
	
	#visual_top #main_slide .unit#cut2 .s_img01,
	#visual_top #main_slide .unit#cut2 .s_img02,
	#visual_top #main_slide .unit#cut2 .s_img03{
		width: calc(100%);
		height: calc(100% / 3);
		position: relative;
	}
	#visual_top #main_slide .unit#cut2 .s_img01{
		top: auto;
		left: auto;
		transform: translateX(0%);
	}
	#visual_top #main_slide .unit#cut2 .s_img02{
		top: auto;
		left: auto;
		margin: 0 0 0 50%;
		transform: translateX(-50%);
	}
	#visual_top #main_slide .unit#cut2 .s_img03{
		top: auto;
		left: auto;
		transform: translateX(0%);
	}
	#visual_top #main_slide .unit#cut2 .s_img01 .copy_area h3{
		width: 70%;
	}
	#visual_top #main_slide .unit#cut2 .s_img02 .copy_area h3{
		width: 70%;
	}
	#visual_top #main_slide .unit#cut2 .s_img03 .copy_area h3{
		width: 70%;
	}
	
	
	
	#visual_top #main_slide .unit#cut1 .copy_area{
		align-items: center;
		align-content: center;
		padding: 0 0 0 0;
		/*transform: translateY(-23%);*/
	}
	#visual_top #main_slide .unit#cut1 .copy_area h3,
	#visual_top #main_slide .unit#cut3 .copy_area h3,
	#visual_top #main_slide .unit#cut4 .copy_area h3{
		font-size: 5.5vw;
	}
	/*#visual_top #main_slide .unit#cut1 .copy_area h3{
		font-size: 5.7vw;
		text-align: center;
	}*/
	
}
@media only screen and (max-width: 480px) {
	#visual_top{
		height: calc(75vh - 118px);
	}
	#visual_top #main_slide .unit#cut1 .copy_area{
		align-items: center;
		align-content: center;
		padding: 0 0 0 0;
		/*transform: translateY(-23%);*/
	}
}


#visual_top #playbtns{
	width: 40px;
	height: 40px;
	position: absolute;
	bottom: 20px;
	left: 20px;
	display: block;
	z-index: 1000;
	margin: 0 0 0 0;
}
#visual_top #playbtns .play_btn{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	cursor: pointer;
	border: none;
	opacity: 0.5;
}
#visual_top #playbtns .play_btn.swiper_pause{
	background: url("../../img/stop.svg") center center/cover no-repeat;
	display: block;
}
#visual_top #playbtns .play_btn.swiper_start{
	background: url("../../img/start.svg") center center/cover no-repeat;
	display: none;
}
#visual_top #playbtns .play_btn.swiper_pause.active{
	display: none;
}
#visual_top #playbtns .play_btn.swiper_start.active{
	display: block;
}

@media only screen and (max-width: 999px) {	
}
@media only screen and (max-width: 768px) {	
	#visual_top #playbtns{
		width: 40px;
		height: 40px;
		bottom: 30px;
		left: 3%;
	}
}
@media only screen and (max-width: 480px) {
	
	#visual_top #playbtns{
		bottom: 30px;
	}
}



#scroll_icon{
	width: 28px;
	height: 44px;
	position: fixed;
	bottom: 25px;
	left: 50%;
	margin: 0 0 0 -14px;
	z-index: 300;
}
#scroll_icon #roll{
	width: 6px;
	height: 20px;
	background: rgba(255,255,255,1.00);
	border-radius: 6px;
	position: absolute;
	top: 0;
	left: 50%;
	margin: 0 0 0 -3px;
}
#scroll_icon #i_under{
	width: 20px;
	height: 20px;
	border: 1px solid;
	border-color:  transparent transparent #FFF #FFF;
	transform: rotate(-45deg);
	position: absolute;
	bottom: 15px;
	left: 50%;
	margin: 0 0 0 -10px;
	animation-name:scrollAnime;
	animation-duration:2s;
	animation-delay:.2s;
	animation-fill-mode:backwards;
	animation-timing-function:ease-out;
	animation-iteration-count: infinite;
}

@keyframes scrollAnime{
	0% {
		bottom: 15px;
		opacity: 0;
	}
	80% {
		bottom: 0px;
		opacity: 1;
	}
	100% {
		bottom: 0px;
		opacity: 0;
	}
}
@media only screen and (max-width: 999px) {	
	#scroll_icon{
		bottom: 25px;
	}
}
@media only screen and (max-width: 768px) {
	#scroll_icon{
		bottom: 70px;
	}
}
@media only screen and (max-width: 480px) {
	
}





/* --------------------
	  action
--------------------*/
#action{
	width: 100%;
	margin: 0px auto 0 auto;
	padding: 2.5em 0;
	box-sizing: border-box;
	position: relative;
    z-index: 5;
}
#action .info{
	width: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	text-decoration: none;
	margin: 0 0 0 0;
	position: relative;
}
#action .info h2{
	width: 100%;
	display: block;
	font-size: 2.375rem;
	letter-spacing: 0.1em;
	color: var(--base-color);
	padding: 0 0 0 0;
	line-height: 1.2;
}
#action .info h2 small{
	font-size: 0.7em;
	display: block;
}

#action .info i{
	display: block;
	font-size: 0.938rem;
	padding: 0.5em 0.5em;
	color: #FFF;
	border: #FFF 1px solid;
	margin: 0 0 0 1em;
}

#action .info p{
	width: 70%;
	text-align: left;
	font-size: 1.000rem;
	color: rgba(255,255,255,1.00);
	padding: 0 0 15px 0;
	line-height: 1.6;
	margin: 0 auto;
}
#action .info p.note{
	width: 70%;
	text-align: left;
	font-size: 0.688rem;
	line-height: 1.6;
	margin: 0 auto;
}

#action .info #op_btn{
	display:flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	width:300px;
	height:auto;
	margin: 15px auto 0 auto;
	padding: 0 0;
	vertical-align:middle;
	color: rgba(255,255,255,1.00);
	text-align:center;
	letter-spacing:0.1em;
	transition: all .2s ease-out;
	text-decoration:none;
	border: rgba(255,255,255,0.61) 1px solid;
	box-sizing: border-box;
}
#action .info #op_btn img{
	display:block;
	width:55%;
	text-align: center;
	margin: 0 auto;
}
#action .info #op_btn a{
	width: 100%;
	height: 100%;
	display:block;
	box-sizing: border-box;
	padding: 15px 0;
}
@media only screen and (max-width: 1199px) {
	#action .info{
	}
	#action .info h2{
		font-size: 3.8vw;
	}
	
	#action .info p{
		width: 70%;
		text-align: left;
		font-size: 1.000rem;
		padding: 0 0 15px 0;
	}
	#action .info p.note{
		width: 70%;
		font-size: 0.688rem;
	}

	#action .info a{
		display:block;
		width:220px;
	}
	
	#action .info i{
		display: block;
		font-size: 0.938rem;
		padding: 0.5em 0.5em;
		color: #FFF;
		border: #FFF 1px solid;
		margin: 0 0 0 1em;
	}
}
@media only screen and (max-width: 768px) {
	#action{
		padding: 15px 5%;
		display: flex;
		justify-content: center;
		align-items: center;
		box-sizing: border-box;
	}
	#action .info{
		justify-content: center;
	}
	#action .info h2{
		padding: 0 0 0 0;
		text-align: center;
		font-size: 4.6vw;
	}
	
	#action .info p{
		width: 70%;
		text-align: left;
		font-size:  0.938rem;
		padding: 0 0 15px 0;
	}
	#action .info p.note{
		width: 70%;
		font-size: 0.625rem;
	}

	#action .info a{
		display:block;
		width: 38%;
		height: auto;
		font-size: 2.5vw;
		margin:  0 0 0 5%;
	}
	
	#action .info i{
		width: 70%;
		font-size: 0.875rem;
		margin: 10px 0 0 0;
	}
	
	#action .info #op_btn{
		width:260px;
		margin: 15px auto 0 auto;
	}
	#action .info #op_btn img{
		width:65%;
	}
	#action .info #op_btn a{
		padding: 10px 0;
	}
}
@media only screen and (max-width: 480px) {
	#action .info h2{
		font-size: 6.3vw;
	}
	
	#action .info #op_btn{
		width:170px;
	}
	#action .info #op_btn img{
		width:55%;
	}
}



#content .content_wrapper{
	width: 100%;
	height: calc(100vh);
	display: block;
	z-index: 1;
	overflow: hidden;
	background: #f9f8f4;
	opacity: 1;
	transition: all 0.3s;
	position: sticky;
	top: 0;
	left: 0;
}
#content .content_inner{
	width: 100%;
	height: calc(100vh);
	position: relative;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	box-sizing: border-box;
	margin: 0 0 0 0;
	overflow: hidden;
	z-index: 1;
}
#content .content_inner .image_area{
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
}
#content .content_inner .image_area .cover{
	width: 100%;
	height: 100%;
	margin:0 auto;
	position:relative;
	overflow: hidden;
	line-height: 0;
	background: rgba(0,0,0,0.2);
}

#content .content_inner .image_area figcaption{
	bottom: 30px;
	right: auto;
	left: 20px
}

#content #concept .content_inner .image_area{
	background: url("../../img/concept_img1.jpg") center / cover no-repeat;
}
#content #location .content_inner .image_area{
	background: url("../../img/location_img1.jpg") center / cover no-repeat;
}

#content .txt_area_w{
	width: 100%;
	height: calc(100vh);
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	box-sizing: border-box;
	margin: 0 0 0 0;
	overflow: hidden;
	z-index: 100 !important;
	transition: none;
}
#content .txt_area_w .txt_area{
	position: relative;
	width: 50%;
	margin: 0 auto;
	height: 100%;
	display: block;
}
#content #concept .txt_area_w .txt_area{
	margin: 0 0 0 auto;
}
#content #location .txt_area_w .txt_area{
	margin: 0 auto 0 0;
}

#content .txt_area_w .txt_area .inner{
	width: 100%;
	height: 100%;
	position: relative;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
}
#content .txt_area_w .txt_area .inner .cate{
	width: auto;
	height: 18px;
	margin: 0 auto;
	padding: 0 0 3vw 0;
	filter: drop-shadow(0 0 5px rgba(0,0,0,0.8));
}
#content .txt_area_w .txt_area .inner .cate img{
	width: auto;
	height: 100%;
	margin: 0 auto;
}

#content .txt_area_w .txt_area .inner h3{
	width: 100%;
	font-size: 2.5rem;
	letter-spacing: 0.2em;
	line-height: 1.4;
	color: #FFF;
	text-align: center;
	padding: 0 0 0.1em 0;
	text-shadow: 0 0 5px rgba(0,0,0,0.8);
}
#content #concept .txt_area_w .txt_area .inner h3{
	color: #FFF;
	text-shadow: none;
	filter: drop-shadow(0 0 5px rgba(0,0,0,0.8));
}
#content #concept .txt_area_w .txt_area .inner h3 img{
	width: 389px;
	margin: 0 auto;
}

#content .txt_area_w .txt_area .inner h4{
	width: 100%;
	font-size: 1.875rem;
	letter-spacing: 0.2em;
	line-height: 1.8;
	color: #FFF;
	text-align: center;
	text-shadow: 0 0 15px rgba(0,0,0,0.8);
}


#content .txt_area_w .txt_area .inner a.more{
	margin: 4vw auto 0 auto !important;
	background: var(--key-color);
	text-decoration: none;
}
#content .txt_area_w .txt_area .inner a.more p{
	text-align: center;
	font-size: 1.000rem;
	color: #000;
}


@media only screen and (max-width: 1199px) {
	#content .content_wrapper{
	}
	#content .content_inner{
		height: calc(100vh);
	}

	#content .txt_area_w{
		height: calc(100vh);
	}
	#content .txt_area_w .txt_area{
		width: 60%;
	}
	
}
@media only screen and (max-width: 999px) {	
	#content .content_wrapper{
	}


	#content .txt_area_w{
	}
	#content .txt_area_w .txt_area{
		position: relative;
	}
	#content .txt_area_w .txt_area .inner .cate{
		width: auto;
		height: 18px;
	}

	#content .txt_area_w .txt_area .inner h3{
		font-size: 2.125rem;
	}
	#content #concept .txt_area_w .txt_area .inner h3 img{
		width: 330px;
	}

	#content .txt_area_w .txt_area .inner h4{
		font-size: 1.500rem;
	}

}
@media only screen and (max-width: 768px) {
	#content .content_wrapper{
	}
	#content #concept .content_inner .image_area{
		background: url("../../img/concept_img1_sp.jpg") center / cover no-repeat;
	}
	

	#content .txt_area_w{
	}
	#content .txt_area_w .txt_area{
		width: 90%;
	}
	#content #concept .txt_area_w .txt_area{
		margin: 0 auto 0 auto;
	}
	#content #location .txt_area_w .txt_area{
		margin: 0 auto 0 auto;
	}
	
	#content .txt_area_w .txt_area .inner h3{
		font-size: 5.5vw;
	}
	#content #concept .txt_area_w .txt_area .inner h3 img{
		width: 70%;
	}

	#content .txt_area_w .txt_area .inner h4{
		font-size: 4vw;
	}
	
	
	#content .txt_area_w .txt_area .inner a.more p{
		font-size: 0.875rem;
	}
}
@media only screen and (max-width: 480px) {
	#content .content_wrapper{
	}

	#content .txt_area_w{
	}
	
	#content .txt_area_w .txt_area .inner a.more p{
		font-size: 0.813rem;
	}
}




:root {
	--bg: rgba(255,255,255,0.11);
	--bg2: rgba(255,255,255,0.7);
	--surface: #161618;
	--accent: #4d4a52;
	--accent2: #dddddd;
	--text: #e8e8e4;
	--text-muted: #888882;
	--border: rgba(0,0,0,0.2);
	--border2: rgba(255,255,255,0.7);
	--duration: 0.4s;
	--ease: cubic-bezier(0.4, 0, 0.2, 1);
}

#content .txt_area .inner a.more{
	width: 300px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	box-sizing: border-box;
	padding: 17px 15px;
	color: var(--text);
	overflow: hidden;
	position: relative;
}
#content .txt_area .inner a.more::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 1px;
    transition: width var(--duration) var(--ease);
}
#content .txt_area .inner a.more::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 0;
    transition: height var(--duration) var(--ease) calc(var(--duration) * 0.2);
}

#content .txt_area .inner a.more{
	border-right: var(--border) 1px solid;
	border-bottom: var(--border) 1px solid;
}
#content .txt_area .inner a.more:hover {
	opacity: 1 !important;
}


#content .txt_area .inner a.more::before {
    background: var(--accent);
}
#content .txt_area .inner a.more::after {
    background: var(--accent);
}


#content .txt_area .inner a.more .box-link__arrow {
    display: inline-flex;
    align-items: center;
    gap: 0px;
    font-family: 'Syne', sans-serif;
    font-size: 12px;
    letter-spacing: 0.1em;
    color: var(--accent);
    position: relative;
    z-index: 1;
    margin-top: 0px;
    /* 初期: 非表示 + 下にオフセット */
    opacity: 1;
    transform: translateY(2px);
    transition:
      opacity var(--duration) var(--ease),
      transform var(--duration) var(--ease),
      gap var(--duration) var(--ease);
}
#content #concept .txt_area .inner a.more .box-link__arrow,
#content #location .txt_area .inner a.more .box-link__arrow{
    color: var(--accent2);
}

#content .txt_area .inner a.more:hover .box-link__arrow {
	opacity: 1 !important;
	transform: translate(10px, 2px);
}

@media only screen and (max-width: 1199px) {
}
@media only screen and (max-width: 999px) {	
}
@media only screen and (max-width: 768px) {
	#content .txt_area .inner a.more{
		width: 260px;
		padding: 13px 0;
	}
}
@media only screen and (max-width: 480px) {
	#content .txt_area .inner a.more{
		width: 90%;
		padding: 11px 0;
	}
}
