@charset "UTF-8";

@media print, screen and (min-width: 751px) {
	body.home {
		padding-top: 67px;
	} 
}

#contentsHeading {
	position: relative;
	z-index: 1;
}

.contentsNaviBottom {
	max-width: 1200px;
}

#gsTopMainimg1 {
	background: url("../img/top-main.webp") no-repeat center center;
	background-size: auto 420px;
	height: 420px;
	position: relative;
	width: 100%;
}
@media print, screen and (min-width: 1367px) {
	#gsTopMainimg1 {
		background-size: cover;
	}
}
#gsTopMainimg1.js-target {
	opacity: 0;
	transition: opacity 1s ease;
}
#gsTopMainimg1.js-view {
	opacity: 1;
}
#gsTopMainimg1 .block1 {
	background: rgba(0,0,0,0.8);
	bottom: 0;
	left: 0;
	padding: 60px 50px 0 60px;
	position: absolute;
	width: 440px;
}
#gsTopMainimg1 .block1 > div {
	border-left: 1px solid #fff;
	padding: 0 0 29px 30px;
}
#gsTopMainimg1 .block1 > div .title1 {
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.1;
	margin: 0 0 20px;
	white-space: nowrap;
}
#gsTopMainimg1 .block1 > div .txt1 {
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.1;
	margin: 0 0 20px;
}
#gsTopMainimg1 .block1 > div .txt2 {
	background: #E0DEA5;
	border-radius: 2px;
	color: #000;
	font-size: 14px;
	font-weight: 500;
	line-height: 30px;
	margin: 0;
	max-width: 300px;
	text-align: center;
	width: 100%;
}

#gsContentsArea {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	letter-spacing: 0em;
	overflow: hidden;
	width: 100%;
}
#contentsHeading + #gsContentsArea {
	margin-top: -2em;
}

#gsContentsArea img {
	max-width: 100%;
}

.gsContainer1 {
	margin: auto;
	max-width: 1200px;
	position: relative;
	width: 100%;
}

.gsTopSec1 {
	margin: 80px 0 50px;
}

.gsCopy1 {
	font-size: 28px;
	font-weight: 500;
	line-height: 1.7;
	margin: 0;
	text-align: center;
}

.gsComButton1 {
	border: 1px solid #707070;
	color: #000 !important;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	height: 45px;
	position: relative;
	text-decoration: none !important;
	transition: all 0.3s ease;
	width: 200px;
}
.gsComButton1:after {
	border-top: 1px solid #707070;
	content: "";
	display: block;
	height: 0;
	position: absolute;
	right: 0;
	top: 50%;
	transition: all 0.3s ease;
	width: 25px;
}
.gsComButton1:hover {
	color: #EBA73B !important;
}
.gsComButton1:hover:after {
	border-top-color: #EBA73B;
	right: -12px;
}
body.cold .gsComButton1:hover {
	color: #4A9CBA !important;
}
body.cold .gsComButton1:hover:after {
	border-top-color: #4A9CBA;
}

.gsTopSec2 {
	padding: 40px 0;
	position: relative;
	overflow: hidden;
	width: 100%;
}
.gsTopSec2:before {
	background: #F7F5F2;
	content: "";
	display: block;
	height: 100%;
	left: 50%;
	margin-left: -540px;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}
.gsTopSec2 .block1 {
	display: flex;
	align-items: center;
	margin: auto;
	max-width: 1200px;
	position: relative;
	width: 100%;
}
.gsTopSec2 .block1 .image1 {
	box-shadow: 0 3px 10px rgba(0,0,0,0.16);
	width: 680px;
}
.gsTopSec2 .block1 .image1 img {
	height: auto;
	transition: opacity 0.3s ease;
	vertical-align: bottom;
	width: 100%;
}
.gsTopSec2 .block1 .image1:hover img {
	opacity: 0.8;
}
.gsTopSec2 .block1 .body1 {
	flex: 1;
	padding: 0 0 0 5%;
}
.gsTopSec2 .block1 .body1 .txt1 {
	background: #000;
	color: #fff;
	display: inline-block;
	font-size: 13px;
	font-weight: 900;
	line-height: 34px;
	margin: 0 0 24px;
	padding: 0 20px;
}
.gsTopSec2 .block1 .body1 .copy1 {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.8;
	margin: 0;
}
.gsTopSec2 .block1 .body1 .copy1 .t1 {
	font-size: 34px;
	margin: 0 0.2em 0 0;
}
.gsTopSec2 p + .gsComButton1 {
	margin-top: 45px;
}

.gsTopSec3 {
	background: linear-gradient(to bottom, transparent 40px,#F7F5F2 40px);
	margin: 60px 0 0;
	padding: 0 0 60px;
	position: relative;
	overflow: hidden;
	width: 100%;
}
.gsTopSec3:before {
	background: #fff;
	content: "";
	display: block;
	height: 100%;
	left: 50%;
	margin-left: 540px;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}
.gsTopSec3 .block1 {
	display: flex;
	flex-wrap: wrap;
	margin: auto;
	max-width: 1200px;
	position: relative;
	width: 100%;
}
.gsTopSec3 .block1 > div {
	width: 47.5%;
}
.gsTopSec3 .block1 > div + div {
	margin-left: 5%;
}
.gsTopSec3 .block1 .image1 {
	box-shadow: 0 3px 10px rgba(0,0,0,0.16);
	width: 100%;
}
.gsTopSec3 .block1 .image1 img {
	height: auto;
	transition: opacity 0.3s ease;
	vertical-align: bottom;
	width: 100%;
}
.gsTopSec3 .block1 .image1:hover img {
	opacity: 0.8;
}
.gsTopSec3 .block1 .body1 {
	padding: 39px 0 0 0;
}
.gsTopSec3 .block1 .body1 .txt1 {
	background: #000;
	color: #fff;
	display: inline-block;
	font-size: 13px;
	font-weight: 900;
	line-height: 34px;
	margin: 0 0 24px;
	padding: 0 20px;
}
.gsTopSec3 .block1 .body1 .copy1 {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.8;
	margin: 0;
}
.gsTopSec3 .block1 .body1 .copy1 .t1 {
	font-size: 28px;
	margin: 0 0.2em 0 0;
}
.gsTopSec3 p + .gsComButton1 {
	margin-top: 35px;
}

.gsTopSec4 {
	margin: 60px 0 0;
	position: relative;
	overflow: hidden;
	width: 100%;
}
.gsTopSec4 .title1 {
	background:linear-gradient(to bottom, transparent 50%, #E8E8E8 calc(50% - 1px), transparent calc(50% + 1px));
	background-size:100% calc(100%);
	font-size: 28px;
	font-weight: 500;
	line-height: 1.1;
	margin: 0 0 65px;
	position: relative;
	text-align: center;
}
.gsTopSec4 .title1 > span {
	background: #fff;
	display: inline-block;
	padding: 0 1em;
}
.gsTopSec4 .block1 {
	margin: auto;
	max-width: 1244px;
	position: relative;
	width: 100%;
}
.gsTopSec4 .block1 > div.body1 {
	display: flex;
	flex-wrap: wrap;
	padding-right: 50%;
	position: relative;
	z-index: 1;
}
.gsTopSec4 .block1 > div.body1 > div {
	margin-right: 10.1351%;
	width: 44.9324%;
}
.gsTopSec4 .block1 > div.body1 > div:nth-child(2n) {
	margin-right: 0;
}
.gsTopSec4 .block1 > div.body1 > div:nth-child(n+3) {
	margin-top: 45px;
}
.gsTopSec4 .block1 > div.body1 > div.js-target {
	opacity: 0;
	transform: translateY(30px);
	transition: all 1s ease;
}
.gsTopSec4 .block1 > div.body1 > div:nth-child(2).js-target {
	transition-delay: 0.3s;
}
.gsTopSec4 .block1 > div.body1 > div:nth-child(3).js-target {
	transition-delay: 0.6s;
}
.gsTopSec4 .block1 > div.body1 > div:nth-child(4).js-target {
	transition-delay: 0.9s;
}
.gsTopSec4 .block1 > div.body1 > div.js-view {
	opacity: 1;
	transform: translateY(0);
}
.gsTopSec4 .block1 > div.image1 {
	height: 572px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) translateX(-94px);
	width: 1000px;
	z-index: 0;
}
.gsTopSec4 .block1 > div.image1.js-target {
	opacity: 0;
	transition: opacity 1s ease 1.3s;
}
.gsTopSec4 .block1 > div.image1.js-view {
	opacity: 1;
}
.gsTopSec4 .block1 > div.image1 img {
	height: auto;
	width: 100%;
}
.gsTopSec4 .block1 > div.body1 img {
	display: block;
	height: auto;
	margin: 0 auto 16px;
	width: 110px;
}
.gsTopSec4 .block1 > div.body1 h3 {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	font-weight: 500;
	margin: 0 0 16px;
	text-align: center;
}
.gsTopSec4 .block1 > div.body1 p {
	font-size: 15px;
	font-weight: 300;
	letter-spacing: 0.08em;
	margin: 0;
}

.gsComAreaSelectSec1 {
	background: url("../img/com-area-select-bg1.webp") no-repeat center center;
	background-size: cover;
	display: flex;
	justify-content: center;
	margin: 60px 0 0;
	padding: 20px 15px;
}
/*.gsComAreaSelectSec1 + .gsSec1 {
	margin-top: -80px;
}*/
.gsComAreaSelectSec1 .block1 {
	background: #fff;
	box-shadow: 0 3px 6px 0 rgba(0,0,0,0.16);
	margin: 0;
	max-width: 1200px;
	padding: 60px 15px;
	width: 100%;
}
.gsComAreaSelectSec1 .block1 .copy1 {
	font-size: 20px;
	font-weight: 500;
	margin: 0 0 30px;
	text-align: center;
}
.gsComAreaSelectSec1 .block1 .copy1 span {
	font-weight: 700;
}
.gsClI{
	color: #EBA73B;
}
.gsClK{
	color: #4A9CBA;
}
.gsBlk1 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: auto;
	max-width: 1080px;
	width: 100%;
}
.gsBlk1 > p {
	color: #EBA73B;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	font-weight: 500;
	height: 73px;
	margin: 0;
	position: relative;
	width: 49.074%;
}
body.cold .gsBlk1 > p {
	color: #4A9CBA;
}
.gsBlk1 > p:after,
.gsBlk1 > p:before {
	border: solid #666;
	content: "";
	display: block;
	height: 20px;
	position: absolute;
	width: 20px;
}
.gsBlk1 > p:after {
	border-width: 0 3px 3px 0;
	bottom: 0;
	right: 0;
}
.gsBlk1 > p:before {
	border-width: 3px 0 0 3px;
	left: 0;
	top: 0;
}
.gsBlk1 > p > span {
	position: relative;
}
.gsBlk1 > p > span:before {
	background: url("../img/icon-area-select-check1.webp") no-repeat center center;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 31px;
	margin: -5px 19px 0 0;
	position: relative;
	vertical-align: middle;
	width: 32px;
}
.gsBlk1 > p > span > span {
	font-weight: 700;
}
.gsBlk1 > p > span > span:before {
	content: "一般地域";
}
body.cold .gsBlk1 > p > span > span:before {
	content: "寒冷地域";
}
.gsBlk1 > .button1 {
	background: #363636;
	border-radius: 3px;
	color: #fff !important;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	font-weight: 500;
	height: 76px;
	margin: 0;
	position: relative;
	text-decoration: none !important;
	width: 46.9444%;
}
.gsBlk1 > .button1:before {
	background: url("../img/icon-arrow1.webp") no-repeat center center;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 22px;
	margin: 0 19px 0 0;
	position: relative;
	transition: all 0.3s ease;
	vertical-align: middle;
	width: 13px;
}
.gsBlk1 > .button1:hover:before {
	transform: translateX(10px);
}

.gsBlk2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	margin: 18px auto 0;
	max-width: 1200px;
}
.gsBlk2 > * + * {
	margin-left: 23px !important;
}
.gsBlk2 > p {
	color: #EBA73B;
	font-size: 15px;
	font-weight: 500;
	margin: 0;
	position: relative;
}
body.cold .gsBlk2 > p {
	color: #4A9CBA;
}
.gsBlk2 > p > span {
	position: relative;
}
.gsBlk2 > p > span:before {
	background: url("../img/icon-area-select-check1.webp") no-repeat center center;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 20px;
	margin: -4px 8px 0 0;
	position: relative;
	vertical-align: middle;
	width: 21px;
}
.gsBlk2 > p > span > span {
	font-weight: 700;
}
.gsBlk2 > p > span > span:before {
	content: "一般地域";
}
body.cold .gsBlk2 > p > span > span:before {
	content: "寒冷地域";
}
.gsBlk2 > .button1 {
	background: none;
	color: #000 !important;
	font-size: 15px;
	font-weight: 500;
	margin: 0;
	position: relative;
	text-decoration: none !important;
}
.gsBlk2 > .button1:before {
	background: url("../img/icon-arrow2.webp") no-repeat center center;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 14px;
	margin: -3px 8px 0 0;
	position: relative;
	vertical-align: middle;
	width: 14px;
}
.gsBlk2 > .button1:hover {
	text-decoration: underline !important;
}

.gsSec1 {
	position: relative;
}

.gsTitle1 {
	font-weight: 500;
	line-height: 1.3;
	margin: 0 0 14px;
}
.gsTitle1 .t1 {
	font-size: 34px;
	vertical-align: middle;
}
.gsTitle1 .t2 {
	font-size: 20px;
	margin-left: 9px;
	vertical-align: middle;
}
@media print, screen and (min-width: 768px) and (max-width: 900px) {
	.gsTitle1 .t2 {
		display: block;
		margin-left: 0;
	}
}

.gsCopy2 {
	font-size: 20px;
	font-weight: 500;
}

.gsComGdSec1 {
	margin:  70px 0 0;
	padding: 60px 0 0;
	position: relative;
}
.gsComGdSec1 + .gsComGdSec1 {
	margin-top: 100px;
}
.gsComGdSec1 > .gsContainer1:before {
	content: "";
	display: block;
	height: 280px;
	position: absolute;
	top: -60px;
	/*width: 1223px;*/
	width: 200%;
	z-index: -1;
}
.gsComGdSec1.st1 > .gsContainer1:before {
	background-color: #E2ECF5;
	left: 60px;
}
.gsComGdSec1.st2 > .gsContainer1:before {
	background-color: #FCF2DF;
	right: 60px;
}
.gsComGdSec1.st3 > .gsContainer1:before {
	background-color: #DEEDE9;
	left: 60px;
}
.gsComGdSec1.st4 > .gsContainer1:before {
	background-color: #F3E4D9;
	right: 60px;
}
.gsComGdSec1.st5 > .gsContainer1:before {
	background-color: #EFE5E5;
	left: 60px;
}
.gsComGdSec1.st6 > .gsContainer1:before {
	background-color: #F4F4F4;
	right: 60px;
}
.gsComGdSec1 .title1 {
	font-weight: 500;
	line-height: 1.5;
	margin: 0 0 29px;
}
.gsComGdSec1 .title1 .t1 {
	font-size: 16px;
}
.gsComGdSec1.st1 .title1 .t1 {
	color: #8CA4BA;
}
.gsComGdSec1.st2 .title1 .t1 {
	color: #C6B596;
}
.gsComGdSec1.st3 .title1 .t1 {
	color: #82B2A5;
}
.gsComGdSec1.st4 .title1 .t1 {
	color: #D0A889;
}
.gsComGdSec1.st5 .title1 .t1 {
	color: #BE9999;
}
.gsComGdSec1.st6 .title1 .t1 {
	color: #555555;
}
.gsComGdSec1 .title1 .t2 {
	display: block;
	font-size: 24px;
	margin-top: 4px;
}

.gsItems1 {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.gsItems1 .js-target {
	opacity: 0;
	transform: translateY(-20px);
	transition: opacity 1s ease;
}
.gsItems1 .js-view {
	opacity: 1;
	transform: translateY(0);
}
.gsItems1 > * {
	/*margin-right: 2.4444%;
	width: 23.1666%;*/
	margin-right: 2.44444444%;
	width: 23.16666667%;
}
.gsItems1 > *:nth-child(4n) {
	margin-right: 0;
}
.gsItems1 > *:nth-child(n+5) {
	margin-top: 27px;
}

.gsItem1 {
	display: block;
	color: #000 !important;
	text-decoration: none !important;
}
.gsItem1 .image1 img {
	vertical-align: bottom;
}
.gsItem1 .body1 {
	height: 52px;
	position: relative;
}
.gsItem1 .body1 h3 {
	font-size: 15px;
	font-weight: 300 !important;
	margin: 0;
	padding: 7px 0 0 0;
}
.gsItem1 .body1 .hvi1 {
	transition: all 0.5s ease;
}
.gsItem1 .body1 .hvi1 {
	background: #333;
	color: #fff !important;
	display: flex;
	align-items: center;
	font-size: 13.1132px;
	height: 52px;
	left: 0;
	opacity: 0;
	padding: 0 17.4842px;
	position: absolute;
	top: 0;
	width: 100%;
}

.gsCnt1 {
	background: #F7F5F2;
	display: flex;
	align-items: center;
	margin: 100px 0;
	width: 100%;
}
.gsCnt1 .image1 {
	width: 470px;
}
.gsCnt1 .image1 img {
	transition: opacity 0.3s ease;
	vertical-align: bottom;
}
.gsCnt1 .image1:hover img {
	opacity: 0.8;
}
.gsCnt1 .body1 {
	flex: 1;
	padding: 0 60px;
}
.gsCnt1 .body1 .copy1 {
	font-size: 24px;
	font-weight: 500;
	margin: 0 0 0.55em;
	max-width: 575px;
}
.gsCnt1 .body1 .copy2 {
	font-size: 15px;
	font-weight: 300;
	margin: 0 0 2.1em;
	max-width: 575px;
}

.gsStyles1 {
	display: flex;
	flex-wrap: wrap;
	margin: 75px 0 0;
}
.gsStyles1 > div {
	margin: 0 3.3333% 0 0;
	width: 48.3333%;
}
.gsStyles1 .item1 {
	display: block;
	position: relative;
	text-decoration: none !important;
	width: 100%;
}
.gsStyles1 .item1:after,
.gsStyles1 .item1:before {
	bottom: 0;
	content: "";
	display: block;
	height: 210px;
	position: absolute;
	right: 0;
	transition: all 0.4s ease;
	width: calc(100% - 20px);
	z-index: -1;
}
.gsStyles1 .item1:after {
	transform: scale(0,1);
	transform-origin: left top;
}
.gsStyles1 .item1:hover:after {
	transform: scale(1,1);
}
/*.gsStyles1 .item1:hover:before  {
	opacity: 0.7;
}*/
.gsStyles1 .item1.st1:before {
	background-color: #E2ECF5;
}
.gsStyles1 .item1.st2:before {
	background-color: #FCF2DF;
}
.gsStyles1 .item1.st3:before {
	background-color: #DEEDE9;
}
.gsStyles1 .item1.st4:before {
	background-color: #F3E4D9;
}
.gsStyles1 .item1.st5:before {
	background-color: #EFE5E5;
}
.gsStyles1 .item1.st1:after {
	background-color: #D2DEEA;
}
.gsStyles1 .item1.st2:after {
	background-color: #F8EBD2;
}
.gsStyles1 .item1.st3:after {
	background-color: #D2E8E2;
}
.gsStyles1 .item1.st4:after {
	background-color: #F0DBCA;
}
.gsStyles1 .item1.st5:after {
	background-color: #EBD6D6;
}
.gsStyles1 > div:nth-child(2n) {
	margin-right: 0;
}
.gsStyles1 > div:nth-child(n+3) {
	margin-top: 70px;
}
.gsStyles1 .item1 .image1 {
	width: 88.9655%;
}
.gsStyles1 .js-target .item1 .image1 {
	opacity: 0;
	transform: translateX(20px);
	transition: all 1s ease;
}
.gsStyles1 .js-view .item1 .image1 {
	opacity: 1;
	transform: translateX(0);
}
.gsStyles1 .item1 .image1 img {
	vertical-align: bottom;
}
.gsStyles1 .item1 .body1 {
	height: 165px;
	padding: 30px 50px 30px 60px;
	position: relative;
}
.gsStyles1 .item1 .body1:before {
	border-top: 1px solid;
	bottom: 55px;
	content: "";
	display: block;
	height: 0;
	position: absolute;
	right: 0;
	transition: all 0.3s ease;
	width: 50px;
}
.gsStyles1 .item1.st1 .body1:before {
	border-top-color: #8CA4BA;
}
.gsStyles1 .item1.st2 .body1:before {
	border-top-color: #C6B596;
}
.gsStyles1 .item1.st3 .body1:before {
	border-top-color: #82B2A5;
}
.gsStyles1 .item1.st4 .body1:before {
	border-top-color: #D0A889;
}
.gsStyles1 .item1.st5 .body1:before {
	border-top-color: #BE9999;
}
.gsStyles1 .item1:hover .body1:before {
	right: -20px;
}
.gsStyles1 .item1 .body1 h2 {
	font-weight: 500;
	line-height: 1.4;
	margin: 0;
}
.gsStyles1 .item1 .body1 h2 .t1 {
	display: block;
	font-size: 16px;
}
.gsStyles1 .item1.st1 .body1 h2 .t1 {
	color: #8CA4BA;
}
.gsStyles1 .item1.st2 .body1 h2 .t1 {
	color: #C6B596;
}
.gsStyles1 .item1.st3 .body1 h2 .t1 {
	color: #82B2A5;
}
.gsStyles1 .item1.st4 .body1 h2 .t1 {
	color: #D0A889;
}
.gsStyles1 .item1.st5 .body1 h2 .t1 {
	color: #BE9999;
}
.gsStyles1 .item1 .body1 h2 .t2 {
	color: #000;
	display: block;
	font-size: 24px;
	margin: 8px 0 0;
}
.gsStyles1 .item1 .body1 p {
	color: #1A1B1B;
	font-size: 15px;
	font-weight: 300;
	margin: 11px 0 0;
}

.gsComThumbTitle1 {
	display: flex;
	align-items: center;
	margin: 35px 0 50px;
}
.gsComThumbTitle1 .image1 {
	width: 160px;
}
.gsComThumbTitle1.js-target .image1 {
	opacity: 0;
	transition: opacity 0.5s ease 0.5s;
}
.gsComThumbTitle1.js-view .image1 {
	opacity: 1;
}
.gsComThumbTitle1 .image1 img {
	vertical-align: bottom;
}
.gsComThumbTitle1 .body1 {
	flex: 1;
	padding: 0 0 0 30px;
}
.gsComThumbTitle1 .body1 h2 {
	font-weight: 500;
	line-height: 1.7;
	vertical-align: middle;
	margin: 0;
}
.gsComThumbTitle1 .body1 h2 span {
	vertical-align: middle;
}
.gsComThumbTitle1 .body1 h2 .t1 {
	font-size: 30px;
	letter-spacing: 0.06em;
	margin-right: 0.2em;
}
.gsComThumbTitle1 .body1 h2 .t2 {
	font-size: 20px;
}
.gsComThumbTitle1 .body1 h2 .t3 {
	font-size: 18px;
}
.gsComThumbTitle1 .body1 .copy1 {
	font-size: 18px;
	font-weight: 300;
	margin: 3px 0 0;
}
.gsComThumbTitle1 .body1 .copy2 {
	font-size: 18px;
	font-weight: 500;
}

.gsComGdSec2 {
	overflow: hidden;
	padding: 60px 0 0;
	position: relative;
	width: 100%;
}
.gsComGdSec2:before {
	background: #F7F5F2;
	content: "";
	display: block;
	height: calc(100% - 70px);
	margin-right: -540px;
	right: 50%;
	max-height: 503px;
	position: absolute;
	top: 0;
	width: 200%;
	z-index: -1;
}
@media screen and (max-width: 1199px) {
	.gsComGdSec2:before {
		margin-right: 0;
		right: 60px;
	}
}

.gsRtCnt1 {
	margin: 5px 0 40px;
	position: relative;
}
.gsRtCnt1:before {
	background-color: #F3F7FB;
	bottom: -60px;
	content: "";
	display: block;
	height: 100%;
	margin-right: -600px;
	right: 50%;
	position: absolute;
	width: 100%;
	z-index: -1;
}
.gsRtCnt1 .block1 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
}
.gsRtCnt1 .block1 .image1 {
	width: 55%;
}
.gsRtCnt1 .block1 .image1 img {
	vertical-align: bottom;
}
.gsRtCnt1 .block1 .body1 {
	padding: 60px 5% 45px 5%;
	width: 45%;
}
.gsRtCnt1 .block1 .body1 .copy1 {
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.05em;
	margin: 0;
}
.gsRtCnt1 .block1 .body1 .title1 {
	font-size: 28px;
	font-weight: 500;
	letter-spacing: 0.05em;
	margin: 0 0 43px;
}
.gsRtCnt1 .block1 .button1 {
	background-color: #1E7DAA;
	border-radius: 3px;
	color: #fff !important;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100px;
	line-height: 1.1;
	text-decoration: none !important;
	transition: opacity 0.3s ease;
	width: 100%;
}
.gsRtCnt1 .block1 .button1.cold {
	display: none;
}
body.cold .gsRtCnt1 .block1 .button1.general {
	display: none;
}
body.cold .gsRtCnt1 .block1 .button1.cold {
	display: flex;
}
.gsRtCnt1 .block1 .button1:hover {
	opacity: 0.7;
}
.gsRtCnt1 .block1 .button1 .t1 {
	display: block;
	font-size: 25px;
	font-weight: 500;
	letter-spacing: 0.09em;
	text-align: center;
}
.gsRtCnt1 .block1 .button1 .t2 {
	display: block;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.06em;
	margin: 11px 0 0;
	text-align: center;
}
.gsRtCnt1 .block1 .button2 {
	background-color: #A2A2A2;
	border-radius: 3px;
	color: #fff !important;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	font-weight: 500;
	height: 50px;
	margin: 15px 0 0;
	text-decoration: none;
	transition: opacity 0.3s ease;
	width: 100%;
}
.gsRtCnt1 .block1 .button2:hover {
	opacity: 0.7;
}
.gsRtCnt1 .block1 .button2 span {
	position: relative;
}
.gsRtCnt1 .block1 .button2 span:before {
	background: url("../img/icon-arrow3.webp") no-repeat center center;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 12px;
	margin: -2px 14px 0 0;
	position: relative;
	transition: all 0.3s ease;
	vertical-align: middle;
	width: 8px;
}

#gsSlider1 {
	margin: 45px 0 0;
	position: relative;
	width: 100%;
}
/*#gsSlider1:after,
#gsSlider1:before {
	background-color: rgba(255,255,255,0.9);
	content: "";
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}
#gsSlider1:after {
	margin-left: 600px;
	left: 50%;
}
#gsSlider1:before {
	margin-right: 600px;
	right: 50%;
}*/
/*#gsSlider1 .slider {
	margin-left: -3px;
	margin-right: -3px;
}*/

#gsSlider1 .slick-center .block1 {
	z-index: 5;
}
/*#gsSlider1 .block1 {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	max-width: 1204px;
	padding: 20px 0;
	width: 100%;
}*/
#gsSlider1 .block1 {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	max-width: 301px;
	padding: 20px 0;
	width: 100%;
}
/*#gsSlider1 .block1 {
	display: flex;
	flex-wrap: wrap;
	margin: auto;
	max-width: 1200px;
	opacity: 0.1;
	pointer-events: none;
	width: 100%;
}
#gsSlider1 .slick-center .block1 {
	opacity: 1;
	pointer-events: all;
}*/
/*#gsSlider1 .slick-center {
	position: relative;
	z-index: 5;
}
#gsSlider1 .slick-list .draggable > div {
	
}
#gsSlider1 .slick-list:after,
#gsSlider1 .slick-list:before {
	background-color: rgba(255,255,255,0.9);
	content: "";
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}
#gsSlider1 .slick-list:after {
	margin-left: 600px;
	left: 50%;
}
#gsSlider1 .slick-list:before {
	margin-right: 600px;
	right: 50%;
}*/

/*#gsSlider1 .block1 a {
	margin: 3px 3px 3px 2px;
	position: relative;
	text-decoration: none;
	transform-origin: center center;
	transition: all 0.5s ease;
	width: calc(25% - 5px);
}*/
#gsSlider1 .block1 a {
	margin: 3px 3px 3px 2px;
	position: relative;
	text-decoration: none;
	transform-origin: center center;
	transition: all 0.5s ease;
	width: 100%;
}
#gsSlider1 .block1 a:hover {
	box-shadow: 0 0 10px 1px rgba(0,0,0,0.2);
	transform: scale(1.1) rotate(0.001deg);
	z-index: 5;
	will-change: transform;
	/*opacity: 0.7;*/
}
#gsSlider1 .block1 a:nth-child(4n) {
	margin-right: 0;
}
#gsSlider1 .block1 img {
	vertical-align: bottom;
}
#gsSlider1 .slick-arrow {
	background-image: url("../img/slider-arrow1.webp");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	cursor: pointer;
	height: 50px;
	margin-top: -25px;
	overflow: hidden;
	position: absolute;
	text-align: left;
	text-indent: -999em;
	top: 50%;
	transition: all 0.3s ease;
	width: 50px;
	z-index: 5;
}
#gsSlider1 .slick-arrow:hover {
	opacity: 0.8;
}
#gsSlider1 .slick-next {
	right: 50%;
	margin-right: -666px;
}
#gsSlider1 .slick-prev {
	left: 50%;
	margin-left: -666px;
	transform: scale(-1, 1);
}
@media print, screen and (max-width: 1350px) {
	#gsSlider1 .slick-next {
		right: 0;
		margin-right: 0;
	}
	#gsSlider1 .slick-prev {
		left: 0;
		margin-left: 0;
	}
}


@media print, screen and (min-width: 768px) {
	.spVer {
		display: none !important;
	}
	.pcVer {
		display: inline !important;
	}
	
	/*#gsContentsArea {
		padding: 0 15px;
	}*/

	.gsItem1 {
		transition: all 0.5s ease;
		transform-origin: center bottom;
	}
	.gsItem1:hover {
		box-shadow: 0 3px 8px rgba(0,0,0,0.16);
		position: relative;
		transform: scale(1.1438) rotate(0.001deg);
		will-change: transform;
		z-index: 1;
	}
	.gsItem1:hover .body1 h3 {
		opacity: 0;
	}
	.gsItem1:hover .body1 .hvi1 {
		opacity: 1;
		transition: all 0.3s ease;
	}
	.gsItem1 .body1 .hvi1:before {
		content: "この外観デザインにする";
	}
	.gsItem1:hover .body1 .hvi1:after {
		border-top: 1px solid #fff;
		content: "";
		display: block;
		height: 0;
		position: absolute;
		right: 0;
		top: 50%;
		width: 20px;
	}
	
	.gsTopSec2 .block1.js-target .image1 {
		opacity: 0;
		transform: translateX(30px);
		transition: all 1s ease 0.5s;
	}
	.gsTopSec2 .block1.js-view .image1 {
		opacity: 1;
		transform: translateX(0);
	}
	.gsTopSec2 .block1.js-target .body1 {
		opacity: 0;
		transform: translateX(30px);
		transition: all 1s ease;
	}
	.gsTopSec2 .block1.js-view .body1 {
		opacity: 1;
		transform: translateX(0);
	}
	
	.gsTopSec3 .block1 .case.js-target .image1 {
		opacity: 0;
		transform: translateY(30px);
		transition: all 1s ease 0s;
	}
	.gsTopSec3 .block1 .case.js-view .image1 {
		opacity: 1;
		transform: translateY(0);
	}
	.gsTopSec3 .block1 .case.js-target .body1 {
		opacity: 0;
		transform: translateX(30px);
		transition: all 1s ease 0.5s;
	}
	.gsTopSec3 .block1 .case.js-view .body1 {
		opacity: 1;
		transform: translateX(0);
	}
	
	.gsTopSec3 .block1 .style.js-target .image1 {
		opacity: 0;
		transform: translateY(30px);
		transition: all 1s ease 0.5s;
	}
	.gsTopSec3 .block1 .style.js-view .image1 {
		opacity: 1;
		transform: translateY(0);
	}
	.gsTopSec3 .block1 .style.js-target .body1 {
		opacity: 0;
		transform: translateX(30px);
		transition: all 1s ease 1s;
	}
	.gsTopSec3 .block1 .style.js-view .body1 {
		opacity: 1;
		transform: translateX(0);
	}
	
	.gsCnt1.js-target .image1 {
		opacity: 0;
		transform: translateX(30px);
		transition: all 1s ease 0.5s;
	}
	.gsCnt1.js-view .image1 {
		opacity: 1;
		transform: translateX(0);
	}
	.gsCnt1.js-target .body1 {
		opacity: 0;
		transform: translateX(30px);
		transition: all 1s ease;
	}
	.gsCnt1.js-view .body1 {
		opacity: 1;
		transform: translateX(0);
	}
	
	.gsRtCnt1 .block1.js-target .image1 {
		opacity: 0;
		transform: translateX(30px);
		transition: all 1s ease 0.5s;
	}
	.gsRtCnt1 .block1.js-view .image1 {
		opacity:1;
		transform: translateX(0);
	}
	.gsRtCnt1 .block1.js-target .body1 {
		opacity: 0;
		transform: translateX(30px);
		transition: all 1s ease;
	}
	.gsRtCnt1 .block1.js-view .body1 {
		opacity:1;
		transform: translateX(0);
	}
	
	#gsSlider1 .slider {
		display: none;
	}
	#gsSlider1 .slick-initialized {
		display: block;
	}
	#gsSlider1.js-target .slider {
		opacity: 0;
	}
	#gsSlider1.js-view .slick-initialized {
		opacity: 1;
		transition: opacity 0.5s ease 0.5s;
	}
}


@media screen and (max-width: 767px) {
	.spVer {
		display: inline !important;
	}
	.pcVer {
		display: none !important;
	}
	
	#contentsHeading + #gsContentsArea {
		margin-top: 0;
	}

	#gsTopMainimg1 {
		background-size: cover;
		height: 360px;
	}
	#gsTopMainimg1 .block1 {
		padding: 20px 15px 15px 15px;
		width: 100%;
	}
	#gsTopMainimg1 .block1 > div {
		border-left: none;
		padding: 0;
		text-align: center;
	}
	#gsTopMainimg1 .block1 > div .title1 {
		font-size: 26px;
		margin: 0 0 10px;
	}
	#gsTopMainimg1 .block1 > div .txt1 {
		margin: 0 0 15px;
	}
	#gsTopMainimg1 .block1 > div .txt2 {
		margin: auto;
		max-width: 240px;
	}

	.gsContainer1 {
		padding: 0 15px;
	}

	.gsTopSec1 {
		margin: 40px 15px 30px;
	}

	.gsCopy1 {
		font-size: 21px;
		text-align: left;
	}

	.gsComButton1 {
		margin: auto;
	}

	.gsTopSec2 {
		padding: 0;
	}
	.gsTopSec2:before {
		display: none;
	}
	.gsTopSec2 .block1 {
		display: block;
	}
	.gsTopSec2 .block1 .image1 {
		width: 100%;
	}
	.gsTopSec2 .block1 .body1 {
		margin: auto;
		padding: 25px 0 0;
		text-align: center;
	}
	.gsTopSec2 .block1 .body1 .txt1 {
		margin: 0 0 12px;
	}
	.gsTopSec2 .block1 .body1 .copy1 {
		font-size: 16px;
	}
	.gsTopSec2 .block1 .body1 .copy1 .t1 {
		font-size: 26px;
	}
	.gsTopSec2 p + .gsComButton1 {
		margin-top: 30px;
	}
	
	.gsTopSec2 .block1.js-target .image1 {
		opacity: 0;
		transform: translateY(30px);
		transition: all 1s ease;
	}
	.gsTopSec2 .block1.js-view .image1 {
		opacity: 1;
		transform: translateY(0);
	}
	.gsTopSec2 .block1.js-target .body1 {
		opacity: 0;
		transform: translateY(30px);
		transition: all 1s ease 0.5s;
	}
	.gsTopSec2 .block1.js-view .body1 {
		opacity: 1;
		transform: translateY(0);
	}

	.gsTopSec3 {
		background: none;
		margin: 65px 0 0;
		padding: 0;
	}
	.gsTopSec3:before {
		display: none;
	}
	.gsTopSec3 .block1 {
		display: block;
	}
	.gsTopSec3 .block1 > div {
		width: 100%;
	}
	.gsTopSec3 .block1 > div + div {
		margin-left: 0;
		margin-top: 65px;
	}
	.gsTopSec3 .block1 .body1 {
		padding: 25px 0 0 0;
		text-align: center;
	}
	.gsTopSec3 .block1 .body1 .txt1 {
		margin: 0 0 12px;
	}
	.gsTopSec3 .block1 .body1 .copy1 {
		font-size: 16px;
	}
	.gsTopSec3 .block1 .body1 .copy1 .t1 {
		font-size: 26px;
	}
	.gsTopSec3 p + .gsComButton1 {
		margin-top: 25px;
	}
	
	.gsTopSec3 .block1 .js-target .image1 {
		opacity: 0;
		transform: translateY(30px);
		transition: all 1s ease 0s;
	}
	.gsTopSec3 .block1 .js-view .image1 {
		opacity: 1;
		transform: translateY(0);
	}
	.gsTopSec3 .block1 .js-target .body1 {
		opacity: 0;
		transform: translateY(30px);
		transition: all 1s ease 0.5s;
	}
	.gsTopSec3 .block1 .js-view .body1 {
		opacity: 1;
		transform: translateY(0);
	}

	.gsTopSec4 {
		margin: 80px 0 0;
	}
	.gsTopSec4 .title1 {
		font-size: 22px;
		margin: 0 0 45px;
	}
	.gsTopSec4 .block1 {
		padding: 0;
	}
	.gsTopSec4 .block1 > div.body1 {
		padding: 0 15px;
	}
	.gsTopSec4 .block1 > div.body1 > div {
		margin-right: 4%;
		width: 48%;
	}
	.gsTopSec4 .block1 > div.body1 > div:nth-child(n+3) {
		margin-top: 35px;
	}
	.gsTopSec4 .block1 > div.image1 {
		height: 200px;
		left: auto;
		margin: 20px auto 0;
		max-width: 390px;
		position: relative;
		top: auto;
		transform: translateY(0) translateX(0);
		text-align: center;
		width: 100%;
	}
	.gsTopSec4 .block1 > div.body1 img {
		margin: 0 auto 10px;
		width: 80px;
	}
	.gsTopSec4 .block1 > div.body1 h3 {
		font-size: 17px;
		line-height: 1.5;
		margin: 0 0 8px;
	}
	.gsTopSec4 .block1 > div.body1 p {
		font-size: 14px;
		line-height: 1.6;
	}

	.gsComAreaSelectSec1 {
		margin: 70px 0 0;
		padding: 20px 15px;
	}
	/*.gsComAreaSelectSec1 + .gsSec1 {
		margin-top: -50px;
	}*/
	.gsComAreaSelectSec1 .block1 {
		padding: 30px 15px;
	}
	.gsComAreaSelectSec1 .block1 .copy1 {
		font-size: 16px;
		margin: 0 0 25px;
	}
	.gsBlk1 {
		display: block;
	}
	.gsBlk1 > * {
		margin: auto;
		max-width: 375px;
		width: 100% !important;
	}
	.gsBlk1 > p {
		font-size: 16px;
		height: 60px;
		margin: auto;
	}
	.gsBlk1 > p:after,
	.gsBlk1 > p:before {
		height: 15px;
		width: 15px;
	}
	.gsBlk1 > p:after {
		border-width: 0 2px 2px 0;
	}
	.gsBlk1 > p:before {
		border-width: 2px 0 0 2px;
	}
	.gsBlk1 > p > span:before {
		height: 26px;
		margin: -4px 10px 0 0;
		width: 26px;
	}
	.gsBlk1 > .button1 {
		font-size: 16px;
		height: 60px;
		margin: 20px auto 0;
	}
	.gsBlk1 > .button1:before {
		height: 18px;
		margin: 0 10px 0 0;
		width: 11px;
	}

	.gsBlk2 {
		align-items: center;
		justify-content: flex-start;
		margin: 10px auto 10px;
		padding: 0 15px;
	}
	.gsBlk2 > * + * {
		margin-left: 0 !important;
	}
	.gsBlk2 > p {
		font-size: 12px;
		margin-right: 1em;
	}
	.gsBlk2 > p > span:before {
		height: 16px;
		margin: -3px 5px 0 0;
		width: 16px;
	}
	.gsBlk2 > .button1 {
		font-size: 13px;
	}
	.gsBlk2 > .button1:before {
		height: 14px;
		margin: -2px 5px 0 0;
		width: 13px;
	}

	.gsTitle1 .t1 {
		font-size: 26px;
	}
	.gsTitle1 .t2 {
		font-size: 15px;
		margin-left: 5px;
	}

	.gsCopy2 {
		font-size: 17px;
	}

	.gsComGdSec1 {
		margin:  40px 0 0;
		overflow: hidden;
		padding: 25px 0 0;
		width: 100%;
	}
	.gsComGdSec1 + .gsComGdSec1 {
		margin-top: 50px;
	}
	.gsComGdSec1 > .gsContainer1:before {
		height: 180px;
		left: 0 !important;
		right: 0 !important;
		top: -30px;
		width: 100%;
	}
	.gsComGdSec1 .title1 {
		margin: 0 0 20px;
	}
	.gsComGdSec1 .title1 .t1 {
		font-size: 15px;
	}
	.gsComGdSec1 .title1 .t2 {
		font-size: 20px;
	}

	.gsItems1 > * {
		margin-right: 2%;
		width: 49%;
	}
	.gsItems1 > *:nth-child(4n) {
		margin-right: 4%;
	}
	.gsItems1 > *:nth-child(2n) {
		margin-right: 0;
	}
	.gsItems1 > *:nth-child(n+5) {
		margin-top: 30px;
	}
	.gsItems1 > *:nth-child(n+3) {
		margin-top: 20px;
	}
	
	.gsItems1.js-target > * {
		opacity: 0;
		transition: opacity 1s ease;
	}
	.gsItems1.js-view > * {
		opacity: 1;
	}
		

	.gsItem1:hover {
		box-shadow: none;
		transform: scale(1);
	}
	.gsItem1 .body1 {
		height: auto;
	}
	.gsItem1 .body1 h3 {
		padding: 5px 0 0 0;
	}
	.gsItem1:hover .body1 h3 {
		display: flex;
	}
	.gsItem1:hover .body1 .hvi1 {
		display: none;
	}

	.gsCnt1 {
		display: block;
		margin: 50px auto;
	}
	.gsCnt1 .image1 {
		width: 100%;
	}
	.gsCnt1 .body1 {
		padding: 20px 15px;
	}
	.gsCnt1 .body1 .copy1 {
		font-size: 18px;
	}
	
	.gsCnt1.js-target .image1 {
		opacity: 0;
		transform: translateY(30px);
		transition: all 1s ease;
	}
	.gsCnt1.js-view .image1 {
		opacity: 1;
		transform: translateY(0);
	}
	.gsCnt1.js-target .body1 {
		opacity: 0;
		transform: translateY(30px);
		transition: all 1s ease 0.5s;
	}
	.gsCnt1.js-view .body1 {
		opacity: 1;
		transform: translateY(0);
	}

	.gsStyles1 {
		margin: 40px 0 0;
	}
	.gsStyles1 > div {
		margin: 0 auto;
		max-width: 500px;
		width: 100%;
	}
	.gsStyles1 .item1:before {
		display: none;
	}
	.gsStyles1 > div:nth-child(n+3) {
		margin-top: 15px;
	}
	.gsStyles1 > div:nth-child(n+2) {
		margin-top: 15px;
	}
	.gsStyles1 > div:nth-child(2n) {
		margin-right: auto;
	}
	.gsStyles1 .item1 .image1 {
		width: 100%;
	}
	.gsStyles1 .item1 .body1 {
		height: auto;
		padding: 15px;
	}
	.gsStyles1 .item1.st1 .body1 {
		background-color: #E2ECF5;
	}
	.gsStyles1 .item1.st2 .body1 {
		background-color: #FCF2DF;
	}
	.gsStyles1 .item1.st3 .body1 {
		background-color: #DEEDE9;
	}
	.gsStyles1 .item1.st4 .body1 {
		background-color: #F3E4D9;
	}
	.gsStyles1 .item1.st5 .body1 {
		background-color: #EFE5E5;
	}
	.gsStyles1 .item1 .body1:before {
		display: none;
	}
	.gsStyles1 .item1 .body1 h2 .t2 {
		font-size: 20px;
		margin: 5px 0 0;
	}
	.gsStyles1 .item1 .body1 p {
		margin: 10px 0 0;
	}

	.gsComThumbTitle1 {
		display: block;
		margin: 30px 0;
		text-align: center;
	}
	.gsComThumbTitle1 .image1 {
		margin: auto;
		max-width: 300px;
		width: 70%;
	}
	.gsComThumbTitle1 .body1 {
		display: inline-block;
		padding: 15px 0 0 0;
		text-align: left;
	}
	.gsComThumbTitle1 .body1 h2 .t1 {
		font-size: 22px;
	}
	.gsComThumbTitle1 .body1 h2 .t2 {
		font-size: 16px;
	}
	.gsComThumbTitle1 .body1 h2 .t3 {
		font-size: 14px;
	}
	.gsComThumbTitle1 .body1 .copy2 {
		font-size: 15px;
	}
	.gsComThumbTitle1 .body1 .copy1 {
		font-size: 15px;
		margin: 0;
	}

	.gsComGdSec2 {
		padding: 20px 0 0;
	}
	.gsComGdSec2:before {
		height: 230px;
		margin-right: 0;
		right: 0;
		max-height: 503px;
		width: 100%;
	}

	.gsRtCnt1 {
		margin: 0 0 50px;
	}
	.gsRtCnt1:before {
		bottom: -30px;
		margin-right: 0;
		right: 0;
	}
	.gsRtCnt1 .block1 {
		display: block;
	}
	.gsRtCnt1 .block1 .image1 {
		width: 100%;
	}
	.gsRtCnt1 .block1 .body1 {
		padding: 15px 15px 0;
		width: 100%;
	}
	.gsRtCnt1 .block1 .body1 .copy1 {
		font-size: 16px;
		line-height: 1.5;
		text-align: center;
	}
	.gsRtCnt1 .block1 .body1 .title1 {
		font-size: 22px;
		margin: 0 0 20px;
		text-align: center;
	}
	.gsRtCnt1 .block1 .button1 {
		height: 80px;
	}
	.gsRtCnt1 .block1 .button1 .t1 {
		font-size: 20px;
	}
	.gsRtCnt1 .block1 .button1 .t2 {
		font-size: 13px;
		margin: 10px 0 0;
	}
	.gsRtCnt1 .block1 .button2 {
		font-size: 16px;
		height: 40px;
	}
	.gsRtCnt1 .block1 .button2 span:before {
		height: 10px;
		margin: -2px 10px 0 0;
		width: 7px;
	}
	
	.gsRtCnt1 .block1.js-target .image1 {
		opacity: 0;
		transform: translateY(30px);
		transition: all 1s ease;
	}
	.gsRtCnt1 .block1.js-view .image1 {
		opacity:1;
		transform: translateY(0);
	}
	.gsRtCnt1 .block1.js-target .body1 {
		opacity: 0;
		transform: translateY(30px);
		transition: all 1s ease 0.5s;
	}
	.gsRtCnt1 .block1.js-view .body1 {
		opacity:1;
		transform: translateY(0);
	}

	#gsSlider1 {
		margin: 30px 0 0;
	}
	#gsSlider1:after,
	#gsSlider1:before {
		display: none;
	}

	/*#gsSlider1 .block1 {
		margin: 0;
		padding: 0;
	}*/
	#gsSlider1 .block1 {
		margin: 0;
		max-width: none;
		padding: 0;
	}
	#gsSlider1 .block1 a {
		border-bottom: 1px solid #fff;
		border-right: 1px solid #fff;
		margin: 0;
		width: 33.3333%;
	}
	#gsSlider1 .block1 a:nth-child(3n) {
		border-right: none;
	}
	#gsSlider1 .block1 a:hover {
		box-shadow: none;
		transform: scale(1);
	}
	
	
}

.clearfix::after {
	display:block;
	clear:both;
	content:""
}