@charset "UTF-8";
/*=============================================================
 home トップページ
=============================================================*/
/*! #home contents common style
============================================ */
.homeCatch {
	margin: 16px 0;
	font-size: 28.8px;
	font-size: 1.8rem;
	font-weight: 500;
	text-align: center;
	line-height: 1.7;
	letter-spacing: .075em;
}

@media screen and (min-width: 600px) {
.homeCatch {
	font-size: 2.7rem;
	text-align: left;
}
}

@media screen and (min-width: 600px) {
.homeInner {
	width: 1070px;
	margin-right: auto;
	margin-left: auto;
}
}
.homeTit {
	padding: 26px 0;
	text-align: center;
	background: #fff;
}
.homeTit .tit {
	font-size: 35.2px;
	font-size: 2.2rem;
	letter-spacing: .05em;
}

@media screen and (min-width: 600px) {
.homeTit {
	padding: 39px 0;
	text-align: center;
	background: #fff;
}
.homeTitIn {
	position: relative;
}
.homeTit .tit {
	font-size: 3.2rem;
}
.homeTit .more {
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -24px;
}
.homeTit .more a {
	position: relative;
	display: block;
	font-size: 1.6rem;
	padding: 17px 54px;
}
.homeTit .more a:before, .homeTit .more a:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	-webkit-transition: .2s;
	transition: .2s;
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
}
.homeTit .more a:before {
	width: 30px;
	height: 1px;
	background: #3b3b3b;
}
.homeTit .more a:after {
	width: 4px;
	height: 4px;
	margin-top: -1px;
	border-top: 1px solid #3b3b3b;
	border-right: 1px solid #3b3b3b;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.homeTit .more a:hover:before, .homeTit .more a:hover:after {
	right: 0;
}
}
/*! #home contents unique style
============================================ */
/* #mainSlider
-------------------------------------- */
#mainSlider {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100vh;
	margin: 0 auto;
}
#mainSlider .mainCatch, #mainSlider .mainCompanyName {
	position: absolute;
	left: 0;
	width: 100%;
	height: auto;
	text-align: center;
}
#mainSlider .mainCatch {
	top: calc(50% - 10%);
	font-size: 40px;
	font-size: 2.5rem;
	letter-spacing: .05em;
}
#mainSlider .mainCompanyName {
	top: calc(50% - 4%);
	font-size: 25.6px;
	font-size: 1.6rem;
	letter-spacing: .075em;
}
#mainSlider .mainBtns {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: auto;
	color: #fff;
	text-align: center;
	-webkit-transform: translate(-50%, 12%);
	transform: translate(-50%, 12%);
}
#mainSlider .mainBtns .btn a {
	display: block;
	width: 170px;
	margin: 0 auto 15px;
	padding: 14px 0;
	color: #fff;
	font-size: 20px;
	font-size: 1.1rem;
	border: 2px solid #fff;
}
#mainSlider .mainSliderIn {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: url(../img/home/bg_main202308_2_sp.png) no-repeat;
	background-size: cover;
}
#mainSlider .vegas-timer-progress {
	background: transparent;
}

@media screen and (min-width: 600px) {
#mainSlider .mainCatch {
	top: calc(50% - 14%);
	font-size: 8rem;
}
#mainSlider .mainCompanyName {
	top: calc(50% - 2%);
	margin-bottom: 0;
	font-size: 2.8rem;
}
#mainSlider .mainBtns {
	width: 950px;
	margin: 90px auto 0;
}
#mainSlider .mainBtns .btn {
	float: left;
	margin-top: 30px;
	margin-left: 80px;
}
#mainSlider .mainBtns .btn:first-child {
	margin-left: 0;
}
#mainSlider .mainBtns .btn a {
	width: 250px;
	margin: 0;
	padding: 27px 0;
	font-size: 1.2rem;
}
#mainSlider .mainBtns .btn a:before {
	background-color: #fff;
}
#mainSlider .mainBtns .btn a:hover {
	color: #3b3b3b;
}
#mainSlider .mainBtns .btn a:hover span:before {
	background: #3b3b3b;
}
#mainSlider .mainBtns .btn a:hover span:after {
	border-top: 1px solid #3b3b3b;
	border-right: 1px solid #3b3b3b;
}
#mainSlider .mainBtns .btn span {
	position: relative;
	display: block;
}
#mainSlider .mainBtns .btn span:before, #mainSlider .mainBtns .btn span:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 17px;
	-webkit-transition: .2s;
	transition: .2s;
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
}
#mainSlider .mainBtns .btn span:before {
	width: 30px;
	height: 1px;
	background: #fff;
}
#mainSlider .mainBtns .btn span:after {
	width: 4px;
	height: 4px;
	margin-top: -1px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#mainSlider .mainSns {
	z-index: 9970;
	position: absolute;
	right: 30px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
#mainSlider .mainSns .facebook {
	background-image: url(../img/common/sprite.png);
	background-position: 0px 0px;
	width: 40px;
	height: 41px;
	display: block;
}
#mainSlider .mainSns .facebook:hover {
	background-image: url(../img/common/sprite.png);
	background-position: -40px 0px;
	width: 40px;
	height: 41px;
}
#mainSlider .mainSns .instagram {
	background-image: url(../img/common/sprite.png);
	background-position: -80px 0px;
	width: 40px;
	height: 41px;
	display: block;
}
#mainSlider .mainSns .instagram:hover {
	background-image: url(../img/common/sprite.png);
	background-position: 0px -41px;
	width: 40px;
	height: 41px;
}
#mainSlider .mainSns .roomclip {
	background-image: url(../img/common/sprite.png);
	background-position: -40px -41px;
	width: 40px;
	height: 41px;
	display: block;
}
#mainSlider .mainSns .roomclip:hover {
	background-image: url(../img/common/sprite.png);
	background-position: -80px -41px;
	width: 40px;
	height: 41px;
}
#mainSlider .mainSns .youtube {
	background-image: url(../img/common/sprite.png);
	background-position: -120px 0px;
	width: 40px;
	height: 41px;
	display: block;
}
#mainSlider .mainSns .youtube:hover {
	background-image: url(../img/common/sprite.png);
	background-position: -120px -41px;
	width: 40px;
	height: 41px;
}
#mainSlider .mainSns li {
	text-indent: -9999px;
	margin-bottom: 15px;
}
#mainSlider .mainSns li a {
	display: block;
	width: 40px;
	height: 41px;
}
}



/* .homeAbout
-------------------------------------- */
.homeAbout {
	position: relative;
}
.homeAbout .imgWrap {
	padding: 0 15px;
}
.homeAbout .img {
	width: 100%;
	height: auto;
}
.homeAbout .img:before {
	display: block;
	content: "";
	width: 100%;
	margin: 0 auto;
	padding-bottom: 57%;
	background: url(../img/home/pic_about01_sp.jpg) no-repeat;
	background-size: contain;
}
.homeAbout .txtArea {
	padding: 0 15px 35px;
}
.homeAbout .txtArea .txt {
	margin-bottom: 20px;
	font-size: 19.2px;
	font-size: 1.2rem;
	line-height: 2;
}
.homeAbout .txtArea .homeBtn {
	padding: 0 15px;
	letter-spacing: .075em;
}

@media screen and (min-width: 600px) {
.homeAbout {
	margin-bottom: 128px;
	padding: 106px 0;
}
.homeAbout .img {
	z-index: -1;
	position: absolute;
	top: 0;
	right: 0;
	width: calc(50% + 95px);
	height: 790px;
}
.homeAbout .img:before {
	content: none;
	background: none;
}
.homeAbout .img img {
	position: absolute;
	top: 0;
	left: 0;
	width: auto;
	max-width: none;
	height: 100%;
}
.homeAbout .txtArea {
	width: 545px;
	padding: 70px 87px 70px 0;
	background: #edeef0;
}
.homeAbout .txtArea .homeCatch {
	margin: 0 0 30px;
}
.homeAbout .txtArea .txt {
	margin-bottom: 43px;
	font-size: 1.4rem;
	line-height: 2.5;
}
.homeAbout .txtArea .homeBtn {
	width: 295px;
	padding: 0;
}
.homeAbout .txtArea .homeBtn a {
	padding: 24px 30px;
}
.homeAbout .txtArea .homeBtn a span:before, .homeAbout .txtArea .homeBtn a span:after {
	right: -10px;
}
}
/* .homeEvent
-------------------------------------- */
.homeEventList {
	overflow: hidden;
}
.homeEventList .item {
	float: left;
	width: 50%;
}
.homeEventList .item:nth-child(odd) {
	background: #f4f5f7;
}
.homeEventList .item:nth-child(even) {
	background: #edeef0;
}
.homeEventList .item a {
	display: block;
}
.homeEventList .item .txtArea {
	padding: 15px;
}
.homeEventList .item .txtArea .date {
	font-size: 19.2px;
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1.5;
	text-decoration: underline;
}
.homeEventList .item .txtArea .date + .tit {
	margin: 5px 0;
}
.homeEventList .item .txtArea .tit {
	/*margin: 5px 0;*/
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.3;
}
.homeEventList .item .txtArea .place {
	font-size: 19.2px;
	font-size: 1.2rem;
}
.homeEvent .more {
	padding: 30px 32px 40px;
}
.homeEvent .more a {
	display: block;
	font-size: 24px;
	font-size: 1.5rem;
}

@media screen and (min-width: 600px) {
.homeEventList {
	overflow: hidden;
	width: 100%;
	min-width: 1070px;
	margin: 0 auto;
}
.homeEventList .item a {
	overflow: hidden;
}
.homeEventList .item .img, .homeEventList .item .txtArea {
	float: left;
}
.homeEventList .item .img {
	width: 28%;
	max-width: 180px;
}
.homeEventList .item .img img {
	width: 100%;
}
.homeEventList .item .txtArea {
	width: 72%;
	padding: 20px 25px 5px;
}
.homeEventList .item .txtArea .date {
	font-size: 1.3rem;
}
.homeEventList .item .txtArea .date + .tit {
	margin: 20px 0 10px;
}
.homeEventList .item .txtArea .tit {
	/*margin: 20px 0 10px;*/
	font-size: 1.7rem;
}
.homeEventList .item .txtArea .place {
	font-size: 1.3rem;
}
}

@media screen and (min-width: 600px) and (min-width: 1280px) {
.homeEventList .item {
	width: 33%;
}
}

@media screen and (min-width: 600px) {
.homeEvent .more {
	padding: 0;
}
.homeEvent .more a {
	font-size: 1.6rem;
}
}
/* .homeEvent
-------------------------------------- */
.homeGallery {
/*	padding: 0 0 290px;
	background: url(../img/home/pic_gallery01_pc.jpg) no-repeat bottom center;
	background-size: 1920px auto;*/
}
.homeGallery .content .tit {
	margin: 16px 0;
	font-size: 22.4px;
	font-size: 1.4rem;
	letter-spacing: .075em;
	text-align: center;
}
.homeGallery .content .img {
	position: relative;
}
.homeGallery .content .img .caption {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 10px 0;
	font-size: 1.3em;
	font-weight: 500;
	letter-spacing: .075em;
	text-align: center;
	background: rgba(255, 255, 255, 0.85);
}
.homeGallery .childCategoryList {
	overflow: hidden;
	@media screen and (min-width: 768px) {
		margin-bottom: 50px;
	 }
}
.homeGallery .childCategoryList li {
	float: left;
	width: 50%;
}
.homeGallery .childCategoryList li a {
	position: relative;
	display: block;
}
.homeGallery .childCategoryList li .tit {
	z-index: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	color: #fff;
	font-size: 20.8px;
	font-size: 1.3rem;
	font-weight: 500;
	text-align: center;
	line-height: 1.6;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.homeGallery .more {
	padding: 30px 32px 40px;
}
.homeGallery .parentCategoryList .item {
	padding: 0 15px 25px;
}
.homeGallery .parentCategoryList .item a {
	display: block;
}
.homeGallery .parentCategoryList .item .img {
	width: 100%;
	height: auto;
}
.homeGallery .parentCategoryList .item .img:before {
	display: block;
	content: "";
	width: 100%;
	margin: 0 auto;
	padding-bottom: 57%;
}
.homeGallery .parentCategoryList .item .txtArea {
	position: relative;
}
.homeGallery .parentCategoryList .item .txtArea .number {
	display: inline-block;
	margin-bottom: 12px;
	padding-bottom: 7px;
	font-size: 24px;
	font-size: 1.5rem;
	letter-spacing: .075em;
	border-bottom: solid 1px #3b3b3b;
}
.homeGallery .parentCategoryList .item .txtArea .sub {
	margin-bottom: 3px;
	font-size: 38.4px;
	font-size: 2rem;
	font-weight: 500;
}
.homeGallery .parentCategoryList .item .txtArea .tit {
	margin-bottom: 15px;
	font-size: 24px;
	font-size: 1.3rem;
	letter-spacing: .075em;
}
.homeGallery .parentCategoryList .item .txtArea .homeBtn {
	position: absolute;
	bottom: 15px;
	right: 0;
}
.homeGallery .parentCategoryList .item .txtArea .homeBtn a {
	width: 70px;
	padding: 7px 0;
	color: #fff;
	font-size: 19.2px;
	font-size: 1.2rem;
	text-align: center;
	background: #3b3b3b;
}
.homeGallery .parentCategoryList .item:nth-child(1) .img:before {
	background: url(../img/home/pic_fullorder02_sp.jpg) no-repeat;
	background-size: contain;
}
.homeGallery .parentCategoryList .item:nth-child(2) .img:before {
	background: url(../img/home/pic_renovation02_sp.jpg) no-repeat;
	background-size: contain;
}
.homeGallery .parentCategoryList .item:nth-child(3) .img:before {
	background: url(../img/home/pic_lim01_sp.jpg) no-repeat;
	background-size: contain;
}
.homeGallery .parentCategoryList .item:nth-child(4) .img:before {
	background: url(../img/home/pic_shopdesign01_sp.jpg) no-repeat;
	background-size: contain;
}
@media screen and (min-width: 600px) {
.homeGallery {
	padding: 0 0 290px;
	background: url(../img/home/pic_gallery01_pc.jpg) no-repeat bottom center;
	background-size: 1920px auto;
}
.homeGallery .content {
	padding-bottom: 80px;
}
.homeGallery .content .tit {
	margin: 56px 0;
	font-size: 1.8rem;
}
.homeGallery .content .img {
	width: 880px;
	margin: 0 auto;
	text-align: center;
}
.homeGallery .content .img .caption {
	padding: 24px 0;
	font-size: 1.8rem;
}
.homeGallery .childCategoryList li {
	width: 25%;
}
.homeGallery .childCategoryList li a .img {
	overflow: hidden;
	display: table;
	margin: -5px;
}
.homeGallery .childCategoryList li a .img img {
	/*-webkit-filter: blur(3px);
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="3" /></filter></svg>#filter');
	filter: blur(3px);*/
	-webkit-transition: 1s;
	transition: 1s;
}
.homeGallery .childCategoryList li a:hover .img img {
	opacity: .9;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	-webkit-filter: blur(0);
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="0" /></filter></svg>#filter');
	filter: blur(0);
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition-duration: 1s;
	transition-duration: 1s;
	-webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
	transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
	-webkit-transition-property: opacity, -webkit-filter, -webkit-transform;
	transition-property: opacity, -webkit-filter, -webkit-transform;
	transition-property: opacity, filter, transform;
	transition-property: opacity, filter, transform, -webkit-filter, -webkit-transform;
}
.homeGallery .childCategoryList li .tit {
	z-index: 1;
	font-size: 2rem;
	letter-spacing: .075em;
	-webkit-transition: .3s;
	transition: .3s;
}
.homeGallery .childCategoryList li:hover .tit {
	letter-spacing: .1em;
}
.homeGallery .parentCategoryList .item {
	padding: 0;
}
.homeGallery .parentCategoryList .item .txtArea {
	width: 454px;
	padding: 70px 87px;
	background: #edeef0;
}
.homeGallery .parentCategoryList .item .txtArea .number {
	display: inline-block;
	font-size: 2rem;
	margin-bottom: 30px;
	padding: 0 0 8px;
	border-bottom: solid 1px #3b3b3b;
}
.homeGallery .parentCategoryList .item .txtArea .sub {
	margin-bottom: 10px;
	font-size: 3.2rem;
	letter-spacing: .075em;
}
.homeGallery .parentCategoryList .item .txtArea .tit {
	margin-bottom: 30px;
	font-size: 1.7rem;
	font-weight: 500;
}
.homeGallery .parentCategoryList .item .txtArea .txt {
	margin-bottom: 54px;
	font-size: 1.3rem;
	line-height: 2;
}
.homeGallery .parentCategoryList .item .txtArea .homeBtn {
	position: static;
	width: 235px;
}
.homeGallery .parentCategoryList .item .txtArea .homeBtn a {
	display: block;
	width: 235px;
	padding: 23px 30px;
	color: #3b3b3b;
	font-size: 1.6rem;
	text-align: left;
	background: transparent;
	border: 1px solid #3b3b3b;
}
.homeGallery .parentCategoryList .item .txtArea .homeBtn a span:before, .homeGallery .parentCategoryList .item .txtArea .homeBtn a span:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transition: .2s;
	transition: .2s;
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
}
.homeGallery .parentCategoryList .item .txtArea .homeBtn a span:before {
	width: 30px;
	height: 1px;
	background: #3b3b3b;
}
.homeGallery .parentCategoryList .item .txtArea .homeBtn a span:after {
	width: 4px;
	height: 4px;
	margin-top: -1px;
	border-top: 1px solid #3b3b3b;
	border-right: 1px solid #3b3b3b;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.homeGallery .parentCategoryList .item .txtArea .homeBtn a:hover {
	color: #fff;
}
.homeGallery .parentCategoryList .item .txtArea .homeBtn a:hover span:before {
	background: #fff;
}
.homeGallery .parentCategoryList .item .txtArea .homeBtn a:hover span:after {
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}
.homeGallery .parentCategoryList .item:nth-child(2) {
	margin: 0 0 80px;
}
.homeGallery .parentCategoryList .item:nth-child(2) .itemIn {
	background: url(../img/home/pic_renovation02_pc.jpg) no-repeat right top;
	background-size: contain;
}
.homeGallery .parentCategoryList .item:nth-child(3) {
	margin: 0 0 110px;
}
.homeGallery .parentCategoryList .item:nth-child(3) .itemIn {
	background: url(../img/home/pic_lim01_pc.jpg) no-repeat left top;
	background-size: contain;
}
.homeGallery .parentCategoryList .item:nth-child(3) .txtArea .txt {
	letter-spacing: 0;
}
.homeGallery .parentCategoryList .item:nth-child(4) {
	margin: 0 0 80px;
}
.homeGallery .parentCategoryList .item:nth-child(4) .itemIn {
	background: url(../img/home/pic_shopdesign01_pc.jpg) no-repeat right top;
	background-size: contain;
}

.homeGallery .parentCategoryList .item:nth-child(odd) .txtArea {
	margin-left: auto;
	padding: 20px 0 0 64px;
}
.homeGallery .parentCategoryList .item:nth-child(even) .txtArea {
	padding: 20px 70px 15px 0;
}
.homeGallery .parentCategoryList .item.homeFullOrder {
	position: relative;
	margin: 112px 0 120px;
	padding: 120px 0;
}
.homeGallery .parentCategoryList .item.homeFullOrder .img {
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
	width: calc(50% + 95px);
	height: 790px;
}
.homeGallery .parentCategoryList .item.homeFullOrder .img:before {
	content: none;
}
.homeGallery .parentCategoryList .item.homeFullOrder .img img {
	position: absolute;
	top: 0;
	right: 0;
	width: auto;
	max-width: none;
	height: 100%;
}
.homeGallery .parentCategoryList .item.homeFullOrder .txtArea {
	width: 554px;
	margin-left: auto;
	padding: 96px 67px;
	background: #edeef0;
}
.homeGallery .parentCategoryList .item.homeFullOrder .txtArea .number {
	display: inline-block;
	font-size: 2rem;
	margin-bottom: 30px;
	padding: 0 0 8px;
	border-bottom: solid 1px #3b3b3b;
}
.homeGallery .parentCategoryList .item.homeFullOrder .txtArea .sub {
	font-size: 4rem;
	margin-bottom: 10px;
	letter-spacing: .075em;
}
.homeGallery .parentCategoryList .item.homeFullOrder .txtArea .tit {
	margin-bottom: 26px;
	font-size: 1.8rem;
}
.homeGallery .parentCategoryList .item.homeFullOrder .txtArea .txt {
	margin-bottom: 40px;
	font-size: 1.4rem;
}
.homeGallery .parentCategoryList .item.homeFullOrder .txtArea .homeBtn {
	width: 295px;
}
.homeGallery .parentCategoryList .item.homeFullOrder .txtArea .homeBtn a {
	padding: 23px 30px;
}
.homeGallery .more {
	padding: 0;
}
}
/* .homePickUp
-------------------------------------- */
.homePickUpList {
	padding-top: 23px;
}
.homePickUpList .item {
	margin-bottom: 20px;
}
.homePickUpList .item .img {
	margin-bottom: 12px;
}
.homePickUpList .item .txtArea .sub {
	margin-bottom: 5px;
	font-size: 25.6px;
	font-size: 1.6rem;
	letter-spacing: .075em;
}
.homePickUpList .item .txtArea .tit {
	margin-bottom: 10px;
	color: #a7a8a9;
	font-size: 16px;
	font-size: 1rem;
}
.homePickUpList .item .txtArea .txt {
	font-size: 19.2px;
	font-size: 1.2rem;
	line-height: 1.6;
}
.homePickUpList .item .txtArea {
	position: relative;
}

.homePickUpList .item a:not([target="_blank"]) .txtArea:before, .homePickUpList .item a:not([target="_blank"]) .txtArea:after {
	content: "";
	display: block;
	position: absolute;
	top: 13px;
	right: 10px;
	-webkit-transition: .2s;
	transition: .2s;
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
}
.homePickUpList .item a:not([target="_blank"]) .txtArea:before, .homePickUpList .item a:not([target="_blank"]) .txtArea:before {
	width: 23px;
	height: 1px;
	background: #3b3b3b;
}
.homePickUpList .item a:not([target="_blank"]) .txtArea:after, .homePickUpList .item a:not([target="_blank"]) .txtArea:after {
	width: 4px;
	height: 4px;
	margin-top: -1px;
	border-top: 1px solid #3b3b3b;
	border-right: 1px solid #3b3b3b;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.homePickUpList .item a[target="_blank"] .txtArea:after {
	content: "";
	position: absolute;
	top: 0;
	right: 10px;
	width: 13px;
	height: 13px;
	background: url(../img/common/ico_blank01.png) no-repeat;
	background-size: contain;
}
.homePickUpList .slick-arrow {
	width: 51px;
	height: 51px;
	overflow: hidden;
	text-indent: 200%;
	white-space: nowrap;
	display: block;
	top: 160px;
	background: url('../img/common/ico_arw01.png') no-repeat center;
}
.homePickUpList .slick-arrow:hover {
	background: url('../img/common/ico_arw01.png') no-repeat center;
}
.homePickUpList .slick-arrow.slick-prev {
	left: -65px;
}
.homePickUpList .slick-arrow.slick-next {
	right: -65px;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
@media screen and (min-width: 600px) {
.homePickUpList {
	padding: 60px 0 110px;
}
.homePickUpList .item {
	float: left;
	width: 332px;
	margin-left: 37px;
}
.homePickUpList .item .img {
	margin-bottom: 25px;
}
.homePickUpList .item .txtArea .sub {
	margin-bottom: 10px;
	font-size: 1.8rem;
}
.homePickUpList .item .txtArea .tit {
	margin-bottom: 20px;
	color: #a7a8a9;
	font-size: 1.1rem;
}
.homePickUpList .item .txtArea .txt {
	font-size: 1.3rem;
	line-height: 2;
}
}
.top_youtube {
	text-align: center;
	overflow: hidden;
	padding: 104px 0 79px;
}
.top_youtube__inner {
	position: relative;
}
.top_youtube__inner--frame {
	max-width: 940px;
	margin: 0 auto;
}
.top_youtube__title {
	font-size: 27px;
	line-height: 1;
	letter-spacing: 0.06em;
	margin-bottom: 56px;
}
.top_youtube__subtitle {
	font-size: 16px;
	letter-spacing: 1.5px;
	margin-bottom: 57px;
}
.top_youtube__list {
	margin: 0 -10px;
	font-size: 0;
}
.top_youtube__list .slick-list {
	overflow: visible;
}
.top_youtube__list .slick-dots {
	bottom: -46px;
}
.top_youtube__list .slick-dots li {
	margin: 0 10px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #aaa;
}
.top_youtube__list .slick-dots li button {
	display: none;
}
.top_youtube__list .slick-dots li.slick-active {
	background: #000;
}
.top_youtube__list .item {
	margin: 0 10px;
}
.top_youtube__list .item a {
	display: block;
}
@media (min-width: 768px) {
	.top_youtube__list .item a:hover .content .thumb::before {
		opacity: 0.7;
 }
}
.top_youtube__list .item .content {
	background: #ccc;
	position: relative;
	overflow: hidden;
}
.top_youtube__list .item .content::before{
	display: block;
	content: " ";
	width: 100%;
	padding-top: 56.6666666667%;
}
.top_youtube__list .item .content img {
	object-fit: cover;
	object-position: center center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.top_youtube__nav .slick-prev, .top_youtube__nav .slick-next {
	width: 29px;
	height: 29px;
	background: #fff !important;
	backface-visibility: hidden;
	transition: opacity 0.3s;
	position: absolute;
}
@media (min-width: 768px) {
	.top_youtube__nav .slick-prev:hover, .top_youtube__nav .slick-next:hover {
		opacity: 0.5;
 }
}
.top_youtube__nav .slick-prev::before, .top_youtube__nav .slick-next::before {
	content: "";
	width: 8px;
	height: 12px;
	display: block;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: top left;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) rotate(90deg);
	opacity: 1;
}
.top_youtube__nav .slick-prev {
	left: 27px;
}
.top_youtube__nav .slick-prev::before {
	background-image: url(../img/common/ico_prev_slide.svg);
	transform: translate(-50%,-50%) rotate(-90deg);
}
.top_youtube__nav .slick-next {
	right: 27px;
}
.top_youtube__nav .slick-next::before {
	background-image: url(../img/common/ico_next_slide.svg);
}
@media (max-width: 767px) {
	.top_youtube {
		padding: 65px 0 39px;
 }
	.top_youtube__title {
		font-size: 18px;
		letter-spacing: 0.06em;
		margin-bottom: 38px;
 }
	.top_youtube__subtitle {
		font-size: 14px;
		letter-spacing: 1.4px;
		margin-bottom: 25px;
 }
	.top_youtube__inner {
		padding: 0 42.5px;
 }
	.top_youtube__list {
		margin: 0 -10px;
 }
	.top_youtube__list .slick-dots {
		bottom: -36px;
 }
	.top_youtube__list .item {
		padding: 0 5px;
		margin:0;
		width: 82.667vw;
		height: 45.333vw;
 }
}
@media (min-width: 1350px) {
	.top_youtube__inner--frame {
		max-width: 69.65%;
 }
}
.fancybox-bg {
  background: #000 !important;
  opacity: 0.5 !important;
}

.fancybox-slide--video::before {
  content: "";
  position: absolute;
  max-width: 1024px;
  max-height: 770px;
  background: #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.fancybox-slide--video .fancybox-content {
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  /*justify-content: center;*/
  padding: 36px;
  /*width: 1024px !important;
  height: 770px !important;
  transform: translate(calc(50vw - 512px),calc(50vh - 385px)) !important;*/
  box-sizing: content-box;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
}

.fancybox-slide--video .video_wrap {
  position: relative;
  width: 100%;
  max-width: 930px;
  margin: 0 auto;
  background: #000;
}
.fancybox-slide--video .video_wrap:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 56.25%;
}
.fancybox-slide--video .video_wrap > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.fancybox-video, .fancybox-iframe {
  width: 100%;
  height: 100%;
  position: static;
}

.fancybox-close-small {
  display: block !important;
  width: 30px;
  height: 30px;
  background: url(../img/common/btn_close_fancybox.svg) 0 0/30px 30px no-repeat;
  opacity: 1;
  right: -1px;
  top: -1px;
}

.fancybox-close-small svg {
  display: none;
}

@media (max-width: 767px) {
  .fancybox-slide--video {
    padding: 44px 0;
  }

  .fancybox-slide--video .fancybox-content {
    padding: 40px 8px 12px;
    max-width: calc(100% - 40px);
    /* height: auto !important; */
    /*width: 345px !important;
    height: 524px !important;
    transform: translate(calc(50vw - 172.5px),calc(50vh - 262px)) !important;*/
  }

  .fancybox-close-small {
    /* width: 31px !important;
    height: 31px !important;
    background: url(../../common/img/btn_close_fancybox.svg) 0 0/31px 31px no-repeat !important; */
  }
}
@media (max-width: 374px) {
  .fancybox-slide--video .fancybox-content {
    /*width: 300px !important;
    transform: translate(calc(50vw - 150px),calc(50vh - 262px)) !important;*/
  }
}

/*17-04-2024*/
.bannerbazy {
	margin: 72px auto 0;
	max-width: 680px;
	display: block;
	transition: all 0.3s ease-in-out;
 }
 @media (min-width: 1025px) {
	.bannerbazy:hover {
	 opacity: 0.7;
	}
 }
 @media (max-width: 767px) {
	.bannerbazy {
	 margin: 40px auto 0;
	 max-width: 340px;
	}
 }

 /* .mod_cv_bottom01
 -------------------------------------- */

/*# sourceMappingURL=maps/home.css.map */