@charset "utf-8";
/* CSS Document */



	#noscript {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 59px;
		border-bottom: 1px solid #999999;
		background: #ffffff;
		color: #333333;
		font-size: 14px;
		line-height: 20px;
		font-family: sans-serif;
		overflow: hidden;
	}
	#noscript .content { padding: 10px; width: auto; }
	#noscript span { color: #cc0000; }


/*==================================================================
	Main visual setting
===================================================================*/
@media screen and (min-width: 1001px) {
	#main_visual {
		visibility: hidden;
		opacity: 0;
		transition: opacity ease-in-out 1s;
	}
	.site-header,
	.global-navi-base {
		visibility: hidden;
		opacity: 0 !important;
		transition: opacity ease-in-out 1s;
	}
	#main_visual.is_show {
		visibility: visible;
		opacity: 1;
	}
	.site-header.is_show_mv,
	.global-navi-base.is_show_mv {
		visibility: visible;
		opacity: 1 !important;
	}
}
#main_visual {
	overflow: hidden;
	position: relative;
	height: 100vh;
	padding-top: 80px;
}
#main_visual:before {
	content: "";
	background: rgb(255,255,255);
	background: -moz-linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
	height: 230px;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	transition: all ease-in-out 0.5s;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
#main_visual.is_finish:before {
	opacity: 1;
	visibility: visible;
}
.first-view {
	background: #ffffff;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	z-index: 999;
	/*z-index: 1;*/
	transition: all ease-out 1.5s;
}
.first-view.off {
	background: transparent;
	opacity: 0;
	visibility: hidden;
	transition-delay: 1.5s;
	z-index:100;
}
.first-view .box {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	z-index: 100;
	transition: all ease-out 1.5s;
}
.first-view.off .box {
	opacity: 0;
	visibility: hidden;
}
.first-view .box img {
	width: 5.5vw;
	opacity: 0;
}
.is_show .first-view .box img {
	-webkit-animation-name: blurInAnime;
	animation-name: blurInAnime;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	opacity: 0;
	-webkit-animation-duration: 2.5s !important;
	animation-duration: 2.5s !important;
}
.first-view .first-logo {
	width: 54px;
	margin: 0 0 30px;
	opacity: 0;
}
.first-view .first-title {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	opacity: 0;
}
.is_show .first-view .first-logo,
.is_show .first-view .first-title {
	-webkit-animation-name: blurInAnime;
	animation-name: blurInAnime;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	opacity: 0;
	-webkit-animation-duration: 2.5s !important;
	animation-duration: 2.5s !important;
}
.first-view .first-title .ttl-jp {
	font-size: 5.9rem;
	letter-spacing: 0.25em;
}
.first-view .first-title .ttl-jp .small {
	font-size: 59%;
}
.first-view .first-title .ttl-en {
	font-size: 1.4rem;
	letter-spacing: 0.12em;
	position: absolute;
	top: 5px;
	left: 100%;
}

.slide-view .screen {
	height: 100vh;
	position: relative;
}
.slide-view .screen .sr-ttl {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	font-size: 2.8rem;
	letter-spacing: 0.1em;
	color: #ffffff;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	z-index: 2;
}
.slide-view .screen .sr-ttl .txt img {
	opacity: 0;
	animation-delay: 0.5s;
	width: 8vw;
	max-width: 80px;
}
.slide-view .screen .sr-ttl .txt img.screen03_txt{
	width:7.5vw;
	max-width: 200px;
	filter:drop-shadow(1px 1px 6px #black);
}
.slide-view .screen .sr-ttl .txt img.screen05_txt{
	width: 12vw;
	max-width: 170px;
}
.slide-view .is-active .screen .sr-ttl .txt img {
	-webkit-animation-name: blurInAnime;
	animation-name: blurInAnime;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	opacity: 0;
	-webkit-animation-duration: 0.75s !important;
	animation-duration: 0.75s !important;
}
.slide-view .screen .sr-ttl .txt-vertical-col {
	opacity: 0;
	animation-delay: 1s;
}
.slide-view .is-active .screen .sr-ttl .txt-vertical-col {
	-webkit-animation-name: blurInAnime;
	animation-name: blurInAnime;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	opacity: 0;
	-webkit-animation-duration: 2s !important;
	animation-duration: 2s !important;
}
.slide-view .screen .sr-ttl .line {
	width: 1px;
	height: 160px;
	margin-bottom: 20px;
	position: relative;
	display: inline-block;
}
.slide-view .screen .sr-ttl .line:before {
	background: #D4DCD6;
	content: "";
	width: 100%;
	height: 0;
	transition: all ease-in-out 0.5s;
	top: 0;
	left: 0;
	position: absolute;
}
.slide-view .is-active .screen .sr-ttl .line:before {
	height: 100%;
}
.slide-view .screen .sr-logo {
	opacity: 0.2;
	position: absolute;
	top: -3%;
	right: -3%;
	width: 20vw;
	z-index: 1;
}
.slide-view .screen .sr-img {
	height: 100%;
}
.slide-view .screen .sr-img img {
	font-family: "源ノ明朝", serif;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	object-position: center bottom;
	-webkit-transform: scale(1.5) translate(0,13%);
	transform: scale(1.5) translate(0,13%);
	transition: all 5s ease-out;
	width: 100%;
}
.slide-view .screen01 .sr-img img {
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
}
.slide-view .is-active .screen .sr-img img {
	-webkit-transform: scale(1) translate(0,0);
	transform: scale(1) translate(0,0);
}
.slide-view .screen .sr-box {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	position: absolute;
	top: 0;
	bottom: 100px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}
.slide-view .screen .sr-box .b-logo {
	width: 54px;
	margin: 0 0 30px;
	opacity: 0;
}
.slide-view .screen .sr-box .b-title {
	display: block;
	padding: 0 5px;
	position: relative;
	color: #ffffff;
	/* display: inline-flex;
	flex-wrap: wrap; */
}
.slide-view .screen .sr-box .ttl-large .txt img {
	width: 4.4vw;
}
.slide-view .screen .sr-box .ttl-small .txt img {
	width: 1.1vw;
	opacity: 0;
}
.slide-view .screen .sr-box .ttl-large {
	font-size: 2.6rem;
	letter-spacing: 0.1em;
	display: inline-flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: row-reverse;
	opacity: 0;
}
.slide-view .screen .sr-box .ttl-small {
	font-size: 1.8rem;
	letter-spacing: 0.1em;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: center;
	position: absolute;
	right: calc(100% + 20px);
	top: 0;
	bottom: 0;
	width: 1.1vw;
}
.slide-view .screen .sr-box .b-title .ttl-small .line {
	width: 1px;
	flex: 1;
	margin-bottom: 20px;
	position: relative;
}
.slide-view .screen .sr-box .b-title .ttl-small .line:before {
	height: 0;
	background: #ffffff;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	transition: all 0.5s ease-out;
	transition-delay: 0.75s;
}
.slide-view .is-active .screen .sr-box .b-title .ttl-small .line:before {
	height: 100%;
}
.slide-view .slick-dots li {
	display: inline-block;
	margin: 0 5px;
	width: 8px;
	height: 8px;
	border: 1px solid #ffffff;
	transform: rotate(45deg);
	transition: all 0.3s ease-out;
}
.slide-view .slick-dots li:hover,
.slide-view .slick-dots li.slick-active {
	background: #ffffff;
}
.slide-view .slick-dots li button {
	display: none;
}
.slide-view .screen .sr-box .ttl-small .txt-vertical-col {
	opacity: 0;
}
.slide-view .is-active .screen .sr-box .ttl-small .txt img,
.slide-view .is-active .screen .sr-box .ttl-small .txt-vertical-col,
.slide-view .is-active .screen .sr-box .b-logo,
.slide-view .is-active .screen .sr-box .ttl-large {
	-webkit-animation-name: blurInAnime;
	animation-name: blurInAnime;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	opacity: 0;
	-webkit-animation-duration: 2s !important;
	animation-duration: 2s !important;
}
.slide-view .is-active .screen .sr-box .ttl-small .txt-vertical-col {
	animation-delay: 1s;
}
@media only screen and (max-width: 1440px) and (min-width: 1366px) {
	.slide-view .screen .sr-box .b-logo {
		margin: 0 0 20px;
	}
}
@media only screen and (max-width: 1000px) {
	#main_visual:before {
		display: none;
	}
	#main_visual,
	.slide-view .screen {
		height: calc(100vh - 164px);
	}
	.first-view .box img {
		width: 9.5vw;
	}
	.slide-view .screen .sr-ttl .txt img {
		width: 3.2vw;
		width: 14.5vw;
	}
	.slide-view .screen .sr-box .ttl-large .txt img {
		width: 9.4vw;
	}
	.slide-view .screen .sr-box .ttl-small .txt img,
	.slide-view .screen .sr-box .ttl-small {
		width: 2.6vw;
	}
	.slide-view .screen .sr-ttl .txt img.screen03_txt{
		width: 22vw;
    	max-width: 110px;
		filter: drop-shadow(3px 3px 5px #000);
		
	}
	#main_visual,
	.slide-view .screen {
			height: 100vh;
	}
	.first-view .box img {
		width: 100%;
	}
	.first-view .first-title .ttl-jp {
		font-size: 3.9rem;
		letter-spacing: 0.2em;
	}
	.first-view .first-title .ttl-en {
		font-size: 1rem;
		letter-spacing: 0.15em;
	}
	.slide-view .screen .sr-logo {
		top: -15px;
		right: -15px;
		width: 35vw;
	}
	.slide-view .screen .sr-box .ttl-large {
		font-size: 2rem;
		letter-spacing: 0.2em;
	}
	.slide-view .screen .sr-box .b-logo {
		width: 46px;
		margin: 0 0 20px;
	}
	.slide-view .screen .sr-ttl .line {
		height: 120px;
	}
	.slide-view .screen .sr-ttl {
		font-size: 2rem;
		letter-spacing: 0.2em;
		padding-top: 160px;
	}
	
	.slide-view .screen01 .sr-ttl {
		padding-top: 100px;
	}
	
	
	.slide-view .screen .sr-ttl .txt img.screen05_txt {
		width: 33vw;
	}
	.slide-view .screen .sr-box .ttl-large .txt img {
		width: 16vw;
	}
	.slide-view .screen .sr-box .ttl-small .txt img,
	.slide-view .screen .sr-box .ttl-small {
		width: 4.5vw;
	}

}
@media only screen and (max-width: 640px) {
		body {
		padding-top: 0px !important;
		background-position: center 60px !important;
	}

	
	#main_visual,
	.slide-view .screen {
		width:100%;
	}
}

@media only screen and (max-width: 1000px) {
	
			body {
		padding-top: 0px !important;
		background-position: center 60px !important;
	}
	
	#main_visual,
	.slide-view .screen {
		height: calc(100vh);
	}
	#main_visual:before {
		display: none;
	}
	#main_visual,
	.slide-view .screen {
			height: 100vh;
	}

	.slide-view .screen .sr-box .ttl-small .txt img,
	.slide-view .screen .sr-box .ttl-small {
		width: 2.6vw;
	}
	.slide-view .screen .sr-ttl .txt img.screen03_txt{
		width: 17.5vw;
    	max-width: 110px;
	}

	.first-view .box img {
		width: 13vw;
	}
	.first-view .first-title .ttl-jp {
		font-size: 3.9rem;
		letter-spacing: 0.2em;
	}
	.first-view .first-title .ttl-en {
		font-size: 1rem;
		letter-spacing: 0.15em;
	}
	.slide-view .screen .sr-logo {
		top: -15px;
		right: -15px;
		width: 35vw;
	}
	.slide-view .screen .sr-box .ttl-large {
		font-size: 2rem;
		letter-spacing: 0.2em;
	}
	.slide-view .screen .sr-box .b-logo {
		width: 46px;
		margin: 0 0 20px;
	}
	.slide-view .screen .sr-ttl .line {
		height: 120px;
	}

	.slide-view .screen .sr-ttl .txt img.screen05_txt {
		width: 33vw;
	}
	.slide-view .screen .sr-box .ttl-large .txt img {
		width: 8vw;
	}
	.slide-view .screen .sr-box .ttl-small .txt img,
	.slide-view .screen .sr-box .ttl-small {
		width: 4.5vw;
	}

	
}
@media only screen and (max-width:768px) {
		body {
		padding-top: 0px !important;
		background-position: center 60px !important;
	}
		.slide-view .screen .sr-box .ttl-large .txt img {
		width: 12vw;
	}
	
		.slide-view .screen{
		font-size: 2rem;
		letter-spacing: 0.2em;
		padding-top: 60px;
	}
	
	.slide-view .screen01 {
		padding-top: 40px;
	}
}
@media only screen and (min-width: 768px)and (max-width: 1040px){
	
	.slide-view .screen .sr-ttl .txt img.screen05_txt {
		width: 38vw;
	}
}




#skip {
	border: 1px solid #FFF;
	color: #FFF;
	cursor: pointer;
	display: inline-block;
	font-size: 1.6rem;
	min-width: 70px;
	text-transform: uppercase;
	text-align: center;
	transition: all ease 0.25s;
	position: absolute;
	right: 30px;
	top: 170px;
	z-index: 999;
}
@media only screen and (max-width: 1000px) {
	#skip {
		right: 25px;
		top: 180px;
	}
}

@media only screen and (max-width: 768px) {
	#skip {
		right: 25px;
		top: 200px;
	}
}

/*==================================================================
	Contents setting
===================================================================*/
/* MERIT  */
.sec_merit {
	background-image:url("../img/top/bg_main.jpg");
	background-repeat:no-repeat;
}
.sec_merit_inner {
	padding: 80px 0;
}
.sec_merit_inner img {
	display: block;
	margin: 0 auto;
	max-width: 960px;
	width: 90%;
}
@media screen and (max-width: 767px) {
	.sec_merit_inner {
		background-size: 100%;
		background-repeat: repeat-y;
	}
}

/* INFORMATION  */
.sec_information {
	background: url(../img/top/bg01.jpg) no-repeat center center / cover;
	color: #4D4D4D;
	overflow: hidden;
	padding: 40px 15px 80px;
	position: relative;
	text-align: center;
}
.sec_information > div {
	position: relative;
	z-index: 1;
}
.sec_information .lead {
	font-size: 1.1rem;
	margin-bottom: 115px;
}
.sec_information .ttl {
	font-size: 1.6rem;
	letter-spacing: 0.1rem;
	margin: 0 0 35px;
	position: relative;
}
.sec_information .ttl::before {
	/*content: "";*/
	height: 50px;
	width: 1px;
	background: #AA927F;
	position: absolute;
	left: 50%;
	top: -55px;
}
.sec_information .link {
	color: #4d4d4d;
	font-size: 1.6rem;
	letter-spacing: 0.2em;
	line-height: 1.9;
	margin-bottom: 55px;
}
.sec_information .link span {
    border-bottom: 1px solid #333;
}
.sec_information .link a:hover span {
    border-bottom: none;
}
.sec_information .open_ttl {
	font-size: 2.0rem;
	letter-spacing: 0.1em;
	margin-bottom: 20px;
}
.sec_information .open_time {
	font-size: 1.8rem;
	/*letter-spacing: 0.2rem;*/
	letter-spacing: 0.1rem;
	line-height: 1.9;
	margin: 0 0 10px;
}
.sec_information .link span {
    border-bottom: 1px solid #333;
}
.sec_information .open_time .num {
    font-size: 156%;
}
.sec_information .open_time .medium {
    font-size: 112%;
}
.sec_information .open_time .large {
    font-size: 145%;
}
.sec_information .remote_bnr {
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 80px;
	width: 90%;
}
@media screen and (max-width: 640px) {
	.sec_information .remote_bnr {
		margin-top: 50px;
	}
}
.sec_information .open_time .note {
	font-size: 60%;
	margin-top: 10px;
}
.sec_information .time {
	font-size: 1.4rem;
}
.sec_information .time span {
	margin: 0 0 10px;
}
.sec_information .btn a {
	background: #353A37;
	border: 1px solid #353A37;
	color: #FFF;
	display: block;
	font-size: 2rem;
	letter-spacing: 0.2em;
	margin: 0 auto 20px;
	max-width: 370px;
	padding: 14px;
	text-align: center;
	transition: 0.3s;
}
.sec_information .btn a + a {
	background: #48563F;
	border-color: #48563F;
	color: #fff;
}
.sec_information .bnrs {
	justify-content: center;
	padding-top: 80px;
}
.sec_information .bnrs > * {
	margin-top: 10px;
	max-width: 500px;
	padding: 0 15px;
}
.sec_information .btn_circle {
	margin: 0 auto;
	margin-top: 80px;
}
@media screen and (max-width: 767px) {
	.sec_information {
		padding: 20px 15px 40px;
	}
	.sec_information .ttl {
		margin-bottom: 25px;
	}
	.sec_information .link {
		font-size: 1.5rem;
		margin-bottom: 25px;
	}
	.sec_information .open {
		margin-bottom: 40px;
	}
	.sec_information .open_ttl {
		font-size: 2rem;
	}
	.sec_information .open_time {
		font-size: 1.35rem;
		letter-spacing: 0.1em;
		letter-spacing: 0.05em;
	}
	.sec_information .btn a {
		font-size: 2rem;
		max-width: 250px;
		padding: 5px;
	}
	.sec_information .bnrs {
		padding-top: 20px;
	}
}
/*==================================================================
	Section TOP
===================================================================*/

.ext-link {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9;
}
.sec-image {
	position: relative;
}
.sec-image .cont {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 50%;
	left: 15%;
	right: 15%;
	transform: translateY(-50%);
	z-index: 1;
}
.sec-image .ttl img {
	width: 26.4vw;
}
.sec-image .txt {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.sec-image .txt img {
	width: 5.1vw;
}
@media only screen and (max-width: 1000px) {
	.sec-image .cont {
		left: 15px;
		right: 15px;
	}
	.sec-image .ttl img {
		width: 30.4vw;
	}
	.sec-image .txt img {
		width: 9vw;
	}
}
@media only screen and (max-width: 767px) {
	.sec-image .ttl img {
		width: 40vw;
	}
	.sec-image .txt img {
		width: 13vw;
	}
}

.sec-category {
	position: relative;
	padding-bottom: 150px;
	overflow: hidden;
}
.sec-category .block-cate {
	padding-top: 260px;
	overflow: hidden;
}
.sec-category .block-cate .inner {
	display: flex;
	flex-wrap: wrap;
	max-width: 1015px;
}
.sec-category .block-cate .cate-image {
	width: 60%;
	position: relative;
	order: 2;
}
.sec-category .block-cate .cate-image a {
	display: block;
	height: 100%;
}
.sec-category .block-cate .cate-image a:hover {
	opacity: 1;
}
.sec-category .block-cate .cate-image .pic_cap {
	left: 0;
	right: auto;
}
.sec-category .block-cate .cate-image .img {
	width: calc(100% + (100vw - 1000px)/2);
	margin-left: calc(-1*(100vw - 1000px)/2);
	height: 100%;
}

.sec-category .block-cate .cate-image .img img {
	
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.box-link {
	font-size: 26px;
	font-family: "EB Garamond";
	letter-spacing: 0.2em;
	line-height: 2;
	padding-top:60px;
	width: 100%;
	max-width: 260px;
	z-index: 2;
}



@media only screen and (max-width: 767px) {
	#page_main {
		background-position: center left;
	}
	.box-link {
	width: 100%;
	max-width: 200px;
	height:50px;
	padding-right:10px;
	position:static;
}

}

.sec-category .block-cate .cate-cont {
	width: 40%;
	order: 3;
	padding-top:60px;
	padding-left: 65px;
	/* display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-direction: column;
	align-items: center; */
	position: relative;
}


.sec-category .block-cate .cate-cont p.kinds {
	text-align:center;
	 font-family: "EB Garamond";
	 font-size:16px;
	 font-weight:bold;
	  color: #d4b88c;
	 padding-top:20px;
}


.sec-category .block-cate .cate-cont .ttl {
	font-size: 2.4rem;
	letter-spacing: 0.2em;
	/* display: flex; */
	padding: 0px;
	/* flex-wrap: wrap; */
	/* justify-content: center; */
	/* flex-direction: row-reverse; */
	text-align: center;
	width: 100%;
}
.sec-category .block-cate .cate-cont .ttl img {
	width: 400px;
	margin: 0 auto;
}
.sec-category .block-cate .cate-cont .txt {
	border-top: 1px solid #353A37;
	font-size: 1.4rem;
	letter-spacing: 0.1em;
	line-height: 2;
	padding-top: 15px;
	margin-top: 10px;
	width: 100%;
}
.sec-category .block-cate .cate-cont .line-animation {
	position: absolute;
	top: 0;
	right: 10px;
}
.sec-category .block-cate .cate-cont .line-animation .line {	
	height: 260px;
	top: -30px;
	transform: translateY(-100%);
	right: 50%;
	width: 1px;
	position: absolute;
	z-index: -1;
}
.sec-category .block-cate .cate-cont .line-animation .line:before {
	background: #353A37;
	content: "";
	width: 100%;
	height: 0;
	transition: all ease-in-out 1.25s;
	top: 0;
	left: 0;
	position: absolute;
}
.sec-category .block-cate .cate-cont .line-animation.on .line:before {
	height: 100%;
}
.sec-category .block-cate .cate-cont .line-animation .square {
	background: #a40000;
	width: 45px;
	height: 45px;
	position: relative;
	border-radius: 45px;
	margin-top: -32px;
	z-index: 0;
	opacity: 0;
	visibility: hidden;
	transition: all ease-in-out 1.25s;
	transition-delay: 1s;
}
.sec-category .block-cate .cate-cont .line-animation.on .square {
	opacity: 1;
	visibility: visible;
}
.sec-category .block-cate .cate-cont .line-animation .square:before {
	content: "";
	width: 45%;
	height: 45%;
	position: absolute;
	
	 display: inline-block;
  vertical-align: middle;
  color: #ffff;
  line-height: 1;
  border: 1px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
	bottom: 10px;
	right: 12px;	
}
.sec-category .block-cate:nth-child(2n) .cate-image .img {
	width: calc(100% + (100vw - 1000px)/2);
	margin-left: auto;
}
.sec-category .block-cate:nth-child(2n) .cate-cont {
	order: 1;
	padding-left: 0;
	padding-right: 65px;
}

.sec-category .block-cate:nth-child(2n) .cate-image .pic_cap {
	left: auto;
	right: 0;
}
.sec-category .block-cate:nth-child(2n) .cate-cont .line-animation {
	left: 0;
	right: auto;
}
@media only screen and (max-width: 1000px) {
	.sec-category .block-cate {
		padding-top: 160px;
	}
	.sec-category .block-cate .cate-image .img {
		width: 100%;
		margin-left: 0;
	}
	.sec-category .block-cate:nth-child(2n) .cate-image .img {
		width: 100%;
		margin-left: auto;
	}
	.sec-category .block-cate .cate-cont {
		padding-left: 20px;
	}
	.sec-category .block-cate:nth-child(2n) .cate-cont {
		padding-right: 20px;
		padding-left: 0;
	}
	.sec-category .block-cate .cate-cont .line-animation .square {
		width: 40px;
		height: 40px;
		margin-top: -20px;
	}
	.sec-category .block-cate:nth-child(2n) .cate-cont .line-animation {
		left: 10px;
		right: auto;
	}
	.sec-category .block-cate .cate-cont .line-animation .line {
		height: 160px;
		transform: translateY(calc(-100% - 25px));
	}
}
@media only screen and (max-width: 992px) {
	.sec-category .block-cate {
		padding-top: 120px;
	}
	.sec-category .block-cate .cate-cont .line-animation .line {
		height: 120px;
	}
	.sec-category .block-cate .cate-cont {
		padding-left: 0;
		width: 100%;
		order: 1;
		margin: 0 0 30px;
	}
	.sec-category .block-cate .cate-cont .ttl .txt-vertical-col {
		-webkit-writing-mode: unset;
		-moz-writing-mode: unset;
		-ms-writing-mode: none;
		-ms-writing-mode: unset;
		writing-mode: unset;
	}
	.sec-category .block-cate .cate-cont .txt {
		border-top: none;
		padding-top: 0;
		margin-top: 30px;
	}
	.sec-category .block-cate .cate-image {
		width: 100%;
	}
	.sec-category .block-cate:nth-child(2n) .cate-cont {
		padding-right: 0;
		padding-left: 0;
	}
}
@media only screen and (max-width: 767px) {
	.sec-category {
		padding-bottom: 50px;
	}
	.sec-category .block-cate {
		padding-top: 60px;
	}
	.sec-category .block-cate .cate-image .box-link .b-btn::after {
		width: 18px;
		height: 18px;
		margin: 0 0 0 10px;
	}
	.sec-category .block-cate .cate-image .box-link {
		font-size: 1.6rem;
		letter-spacing: 0.1em;
		max-width: 150px;
		padding: 7px 15px 0;
		right: auto;
		left: 0;
	}
	.sec-category .block-cate .cate-cont {
		margin: 0 0 20px;
	}
	.sec-category .block-cate .cate-cont .ttl {
		font-size: 1.8rem;
		letter-spacing: 0.03em;
		padding: 0 40px 0 0;
		text-align: left;
	}
	.sec-category .block-cate .cate-cont .line-animation .square {
		width: 30px;
		height: 30px;
		margin-top: 0;
	}
	.sec-category .block-cate .cate-cont .line-animation .line {
		height: 60px;
		top: 0;
		transform: translateY(-100%);
	}
	.sec-category .block-cate .cate-cont .line-animation {
		right: 0;
	}
	.sec-category .block-cate .cate-cont .txt {
		font-size: 1.2rem;
		margin-top: 20px;
	}
	.sec-category .block-cate:nth-child(2n) .cate-cont .line-animation {
		left: auto;
		right: 0;
	}
	.sec-category .block-cate .cate-cont .line-animation .square::before {
		bottom: 7px;
		right: 7px;
	}
	.sec-category .block-cate .cate-image .pic_cap {
		left: auto;
		right: 0;
	}
}

/*==================================================================
	Section PICKUP
===================================================================*/
.sec_pickup {
	background: #E7E3CF;
	padding: 120px 0 0;
}
.sec_pickup .container_text {
	margin-bottom: 60px;
	text-align: center;
	position: relative;
}
.sec_pickup .title_en {
	background: #E7E3CF;
	display: inline-block;
	text-align: center;
	z-index: 9;
}
.sec_pickup .container_text::after {
	content: "";
	width: 100%;
	height: 1px;
	background: #333;
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 0;
}
.container_text .catch {
	color: #333;
    font-size: 1.8rem;
    font-weight: 300;
    display: block;
    line-height: 1;
	padding: 0 50px;
    position: relative;
    background: #E7E3CF;
    z-index: 1;
}
.sec_pickup .swiper-slide {
    position: relative;
    transition: all .8s;
}
.sec_pickup .swiper-slide > a {
	display: block;
	padding: 0 12px;
}
.sec_pickup .swiper-slide h3 {
	color: #8D8D8D;
	font-size: 1.8rem;
	font-weight: 400;
	letter-spacing: 0;
    margin-top: 10px;
    padding-bottom: 6px;
    position: relative;
}
.sec_pickup .swiper-slide .viewmore {
	color: #8D8D8D;
	display: inline-block;
	margin-left: auto;
	font-size: 1.2rem;
	position: relative;
	right: 0;
	text-transform: uppercase;
}
.sec_pickup .swiper-slide .viewmore:before,
.sec_pickup .swiper-slide .viewmore:after {
	border-top: 1px solid #8D8D8D;
	border-right: 1px solid #8D8D8D;
	content: "";
	height: 6px;
	width: 6px;
	position: absolute;
	top: 7px;
	right: -10px;
	transform: rotate(45deg);
	transition: all ease-in-out 0.25s;
}
.sec_pickup .swiper-slide .viewmore:after {
	right: -14px;
}
.sec_pickup .swiper-slide h3+p {
	color: #333;
    font-size: 2.2rem;
    line-height: 1.6;
    letter-spacing: 0.1em;
}
.sec_pickup .swiper-container {
    margin: 0;
  	padding-bottom: 50px;
    overflow-x: hidden;
}
.inner-card .container-img {
    overflow: hidden;
}
.inner-card .container-img img {
    width: 100%;
    max-width: none;
    transition: all .8s;
}
.sec_pickup .swiper-slide a:hover .container-img img {
    transform: scale(1.1);
}
.container-img {
    position: relative;
    z-index: 0;
}
.sec_pickup  .swiper-container>.swiper-scrollbar {
	border-radius: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 8px;
    width: 100%;
    background: none;
    border-bottom: 1px solid #333;
}
.sec_pickup .swiper-container>.swiper-scrollbar .swiper-scrollbar-drag {
	border-radius: 0;
	background: #4EBAAD;
}

@media only screen and (max-width:767px){
	.sec_pickup {
		padding: 60px 0 0;
	}
	.sec_pickup .container_text {
		margin-bottom: 35px;
	}
	.container_text .catch {
		font-size: 2rem;
	}
	.sec_pickup .swiper-slide > a {
		padding-right: 12px;
	}
	.sec_pickup .title_en {
		padding: 0 25px;
	}
	.sec_pickup .swiper-slide h3 {
		font-size: 1.3rem;
	}
	.sec_pickup .swiper-slide h3+p {
		font-size: 1.2rem;
	}
	.sec_pickup .swiper-slide .viewmore {
		display: inline-block;
		font-size: 1.2rem;
		text-align: right;
		position: relative;
		top: 0;
	}
	.sec_pickup .swiper-slide .viewmore:before,
	.sec_pickup .swiper-slide .viewmore:after {
		height: 4px;
		width: 4px;
		top: 8px;
	}
	.sec_pickup .swiper-container>.swiper-scrollbar {
		height: 4px;
	}
	.sec_pickup .swiper-container {
		padding-bottom: 15px;
	}
}

/* */
.remote_bnr {
	max-width: 760px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
}
.remote_bnr #ls_bnr {
	margin: 40px 0 0;
}

@media screen and (max-width:767px) {
	.remote_bnr #ls_bnr {
		margin: 40px 0 0;
	}
}
.foot_caption {
	background: #E7E3CF;
}

/*繝ｭ繝ｼ繝�ぅ繝ｳ繧ｰ*/
#loading-wrapper { 
	position: fixed;
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
	background: #48563F; 
	display: flex; 
	flex-direction: column; 
	justify-content: center; 
	align-items: center; 
	transition: all 0.3s; 
	z-index: 9999;
}
.loader {
	width: 1em;
	height: 1em;
	border-radius: 50%;
	position: relative;
	text-indent: -9999em;
	-webkit-animation: load5 1.1s infinite ease;
	animation: load5 1.1s infinite ease;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
}
.loadtext {
	font-size: 1.5em;
	color: #eee;
	letter-spacing: 0.1em;
	margin-top: 50px;
}
  
@-webkit-keyframes load5 {
	0%,
	100% {
	  box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
	}
	12.5% {
	  box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
	}
	25% {
	  box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
	}
	37.5% {
	  box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
	}
	50% {
	  box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
	}
	62.5% {
	  box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
	}
	75% {
	  box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
	}
	87.5% {
	  box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
	}
}
@keyframes load5 {
	0%,
	100% {
	  box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
	}
	12.5% {
	  box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
	}
	25% {
	  box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
	}
	37.5% {
	  box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
	}
	50% {
	  box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
	}
	62.5% {
	  box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
	}
	75% {
	  box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
	}
	87.5% {
	  box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
	}
}  
.completed {
	opacity: 0;
	visibility: hidden;
}

/* */
.pc_only_inlineblock{display: inline-block;}
.row_table{
	margin-left: auto;
	margin-right: auto;
}
.row_table,
.row_table td,
.row_table th {
	border-collapse: collapse;
	text-align: left;
	vertical-align: top;
}
@media screen and (max-width: 767px) {
	.pc_only_inlineblock{display: none;}
	.row_table th {
		/*background: #01214d;*/
		/*color: #fff;*/
		padding: 4px 12px;
		display: block;
		width: 100%
	}

	.row_table td {
		/*background: #f5f6f8;*/
		padding: 4px 12px;
		display: block;
		width: 100%;
		letter-spacing: 0.1rem;
	}
}



/*　リンクボタン変更　*/

.conceptBlock__ttl .en {
  display: inline-block;
   font-family: "EB Garamond";
  letter-spacing: .12em;
  line-height: .6;
}

.toLowTxtBlock__link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: 0;
  color: #d4b88c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
   font-family: "EB Garamond";
  position: absolute;
  right:0;
  z-index: 1;
}

.toLowTxtBlock__link .en{
   font-family: "EB Garamond";
   padding-bottom:20px;
   padding-right:20px;
}


@media print, screen and (min-width: 769px) {
  .toLowTxtBlock__link {
	  padding-top:25px;
    height: 63px;
    width: 280px;
  }
}

@media only screen and (max-width: 768px) {
  .toLowTxtBlock__link {
	  padding-top:17px;
    font-size: 14px;
    height: 30px;
    letter-spacing: .1em;
    width: 140px;
  }
}

.toLowTxtBlock__link .circle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #666666;
  border: 1px solid #666666;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: .2s;
  transition: .2s;
  z-index: -1;
}

@media print, screen and (min-width: 769px) {
  .toLowTxtBlock__link .circle {
    height: 60px;
    width: 60px;
  }
}

@media only screen and (max-width: 768px) {
  .toLowTxtBlock__link .circle {
    height: 40px;
    width: 40px;
  }
}

.toLowTxtBlock__link .circle:after {
  background-color: #111111;
  border-radius: 50%;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: .3s;
  transition: .3s;
  width: 100%;
  z-index: -1;
  content: '';
  height: 100%;
  position: absolute;
  width: 100%;
}

.toLowTxtBlock__link .circle .arrowSVG__line {
  fill: none;
  fill-rule: evenodd;
  stroke: #ffffff;
  stroke-width: 2px;
  -webkit-transition: .3s;
  transition: .3s;
}

@media (hover: hover) and (pointer: fine) {
  .toLowTxtBlock__link:hover .circle:after {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .toLowTxtBlock__link:hover .circle .arrowSVG__line {
    stroke: #d1a35d;
  }
}




.toLowTxtBlock__link_left {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: 0;
  color: #d4b88c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
   font-family: "EB Garamond";
  position: absolute;
  right:40px;
  z-index: 1;
}

.toLowTxtBlock__link_left .en{
   font-family: "EB Garamond";
   padding-bottom:20px;
   padding-right:20px;
}


@media print, screen and (min-width: 769px) {
 .toLowTxtBlock__link_left {
	  padding-top:25px;
    height: 63px;
    width: 280px;
  }
}

@media only screen and (max-width: 768px) {
.toLowTxtBlock__link_left {
	  padding-top:17px;
    font-size: 14px;
    height: 30px;
    letter-spacing: .1em;
    width: 140px;
	right:0px;
  }
}



.toLowTxtBlock__link_left .circle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #666666;
  border: 1px solid #666666;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: .2s;
  transition: .2s;
  z-index: -1;
}

@media print, screen and (min-width: 769px) {
.toLowTxtBlock__link_left .circle {
    height: 60px;
    width: 60px;
  }
}

@media only screen and (max-width: 768px) {
.toLowTxtBlock__link_left .circle {
    height: 40px;
    width: 40px;
  }
}

.toLowTxtBlock__link_left .circle:after {
  background-color: #111111;
  border-radius: 50%;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: .3s;
  transition: .3s;
  width: 100%;
  z-index: -1;
  content: '';
  height: 100%;
  position: absolute;
  width: 100%;
}

.toLowTxtBlock__link_left .circle .arrowSVG__line {
  fill: none;
  fill-rule: evenodd;
  stroke: #ffffff;
  stroke-width: 2px;
  -webkit-transition: .3s;
  transition: .3s;
}

@media (hover: hover) and (pointer: fine) {
.toLowTxtBlock__link_left:hover .circle:after {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
.toLowTxtBlock__link_left:hover .circle .arrowSVG__line {
    stroke: #d1a35d;
  }
}

