@charset "UTF-8";

/* ---------------------------------------
  index
-----------------------------------------*/


/* secttl
--------------------------------*/

.secttl .midashi {
	font-size: 4.3rem;
	letter-spacing: 0.1em;
}

.secttl .lead,
.secttl+.lead {
	font-weight: 700;
	letter-spacing: 0.12em;
}

@media screen and (min-width: 769px) {}

@media screen and (max-width: 768px) {
	.secttl .midashi {
		font-size: 7.2vw;
	}
	.secttl .lead,
	.secttl+.lead {
		font-size: 3.47vw;
		line-height: 1.76;
	}
}


/* mv
--------------------------------*/

#sec_mv .wrap {
	width: 100%;
	max-width: 1900px;
}

#sec_mv .wrap img {
	width: 100%;
}

#sec_mv .mv_slider a {
	display: inline-block;
	transition: .4s ease;
}

#sec_mv .mv_slider a:hover {
	opacity: .8;
}

@media screen and (min-width: 769px) {}

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


/* pickup
--------------------------------*/

#sec_pickup {
	padding: 5px 0;
}

#sec_pickup .wrap {
	align-items: center;
}

#sec_pickup .secttl {
	color: #fff;
	font-size: 4.53rem;
	letter-spacing: 0.06em;
}

#sec_pickup .secttl span {
	color: #ffc93c;
}

#sec_pickup .news_list {
	width: 860px;
}

#sec_pickup .news_list .item {
	position: relative;
}

#sec_pickup .news_list .item+.item {
	background-repeat: repeat-x;
	background-image: linear-gradient(to right, #fff, #fff 1px, transparent 1px, transparent 3px);
	background-size: 3px 1px;
	background-position: left top;
}

#sec_pickup .news_list .item a {
	position: relative;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	padding: 10px 40px 8px 0;
}

#sec_pickup .news_list .item a::before,
#sec_pickup .news_list .item a::after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	transition: .3s ease;
}

#sec_pickup .news_list .item a::before {
	width: 20px;
	height: 20px;
	border: 2px solid #fff;
	border-radius: 50%;
	right: 10px;
}

#sec_pickup .news_list .item a::after {
	width: 5px;
	height: 5px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: translate(0, -50%) rotate(45deg);
	right: 19px;
}

#sec_pickup .news_list .item a * {
	color: #fff;
}

#sec_pickup .news_list .item .date {
	position: relative;
	width: 150px;
	margin-right: 13px;
	font-family: 'Oswald', sans-serif;
	font-size: 1.8rem;
	line-height: 1.5;
	text-align: right;
	transition: .3s ease;
}

#sec_pickup .news_list .item.new .date::before {
	content: "";
	width: 54px;
	height: 20px;
	background: url(../img/common/ico_new.png) no-repeat center / 100% auto;
	position: absolute;
	left: 0;
	top: 4px;
}

#sec_pickup .news_list .item .cate {
	line-height: 1;
	margin-top: 2px;
}

#sec_pickup .news_list .item .cate span {
	display: inline-block;
	font-size: 1.4rem;
	padding: 2px .8em;
	border: 1px solid #fff;
	border-radius: 10px;
	margin-right: 10px;
}

#sec_pickup .news_list .item .news_ttl {
	flex: 1;
	font-weight: 500;
	font-size: 1.7rem;
	line-height: 1.5;
	transition: .3s ease;
}

@media screen and (min-width: 769px) {
	#sec_pickup .news_list .item a:hover::before {
		transform: translate(5px, -50%);
	}
	#sec_pickup .news_list .item a:hover::after {
		transform: translate(5px, -50%) rotate(45deg);
	}
	#sec_pickup .news_list .item a:hover .date,
	#sec_pickup .news_list .item a:hover .news_ttl {
		opacity: .7;
	}
}

@media screen and (max-width: 768px) {
	#sec_pickup {
		padding: 4vw 0;
	}
	#sec_pickup .secttl {
		text-align: center;
		font-size: 8vw;
	}
	#sec_pickup .news_list {
		width: 100%;
	}
	#sec_pickup .news_list .item+.item {
		background-repeat: repeat-x;
		background-image: linear-gradient(to right, #fff, #fff 1px, transparent 1px, transparent .7vw);
		background-size: .7vw 1px;
	}
	#sec_pickup .news_list .item a {
		flex-wrap: wrap;
		padding: 3.2vw 8vw 3.2vw 0;
	}
	#sec_pickup .news_list .item a::before {
		width: 4vw;
		height: 4vw;
		right: 0;
	}
	#sec_pickup .news_list .item a::after {
		width: 1.07vw;
		height: 1.07vw;
		right: 1.7vw;
	}
	#sec_pickup .news_list .item .date {
		width: auto;
		margin-right: 3vw;
		font-size: 4.27vw;
		margin-top: .5vw:
	}
	#sec_pickup .news_list .item.new .date::before {
		width: 12.3vw;
		height: 4.53vw;
		display: inline-block;
		position: relative;
		top: 1vw;
		margin-right: 4vw;
	}
	#sec_pickup .news_list .item .cate {
		margin-top: 1.4vw;
	}
	#sec_pickup .news_list .item .cate span {
		min-width: inherit;
		font-size: 3.2vw;
		line-height: 1;
		padding: 1.47vw 2.58vw;
		border-radius: 3.34vw;
		margin-right: 2vw;
	}
	#sec_pickup .news_list .item .news_ttl {
		flex: 0 0 auto;
		width: 100%;
		font-size: 3.33vw;
		margin-top: 1.4vw;
	}
}


/* recommended
--------------------------------*/

#sec_recommended {
	padding: 95px 0 110px;
}

#sec_recommended .secttl {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	margin-bottom: 40px;
}
#sec_recommended .secttl  .midashi {
	position: relative;
	font-size: 3.5rem;
	line-height: 1.2;
}

#sec_recommended .secttl  .midashi > span {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	transform: translate(-10%, -100%);
	padding: 0 .4em;
	font-size: 120%;
}
#sec_recommended .secttl  .midashi > span::before,
#sec_recommended .secttl  .midashi > span::after {
	content: "";
  width: 3px;
  height: 65%;
  background-color: #4c4948;
  position: absolute;
  bottom: 0;
	border-radius: 3px;
}
#sec_recommended .secttl  .midashi > span::before {
	  transform: rotate(-23deg);
		left: 0;
}
#sec_recommended .secttl  .midashi > span::after {
	  transform: rotate(23deg);
		right: 0;
}
/* #sec_recommended .secttl  .midashi > span::before {
  content: "";
  width: 100%;
  height: 20%;
  background-color: #ffc93c;
  border-radius: 9px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
} */

#sec_recommended .secttl  .midashi > span > span {
	font-size: 85%;
}

#sec_recommended .secttl .ico {
	margin-right: 26px;
}

#sec_recommended .secttl .lead {
	margin-top: .5em;
	margin-bottom: -.3em;
}

#sec_recommended .recommended_list {
	justify-content: flex-start;
}

#sec_recommended .recommended_list .item {
	width: 282px;
}

#sec_recommended .recommended_list .item a {
	display: block;
	overflow: hidden;
	background-color: #fff;
	border-radius: 20px;
	will-change: contents;
}

#sec_recommended .recommended_list .item .img {
	width: 100%;
	height: 188px;
	border-radius: 20px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

#sec_recommended .recommended_list .item .img img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	transition: .3s ease;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

#sec_recommended .recommended_list .item .img span {
	width: 100px;
	position: absolute;
	left: -24px;
	top: 15px;
	text-align: center;
	color: #fff;
	font-weight: 500;
	font-size: 1.4rem;
	line-height: 1;
	padding: 5px;
	transform: rotate(-45deg);
	z-index: 2;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#sec_recommended .recommended_list .item .img span.red {
	background-color: #e2003c;
}

#sec_recommended .recommended_list .item .img span.pink {
	background-color: #ff7cb9;
}

#sec_recommended .recommended_list .item.sold .img::before {
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, .7);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

#sec_recommended .recommended_list .item.sold .img img {
		-webkit-filter: blur(4px);
  -moz-filter: blur(4px);
  -o-filter: blur(4px);
  -ms-filter: blur(4px);
  filter: blur(4px);
	transform: scale(1.02);
}

#sec_recommended .recommended_list .item .txtwrap {
	padding: 23px;
}

#sec_recommended .recommended_list .item .txtwrap .cate {
	line-height: 1;
	margin-bottom: 3px;
}

#sec_recommended .recommended_list .item .txtwrap .cate span {
	display: inline-block;
	min-width: 63px;
	text-align: center;
	font-size: 1.4rem;
	line-height: 1;
	padding: 8px 15px;
	border-radius: 15px;
	margin-right: 10px;
	margin-bottom: 10px;
	transition: .3s ease;
}

#sec_recommended .recommended_list .item .txtwrap .cate span.type1 {
	background-color: #efeee6;
}

#sec_recommended .recommended_list .item .txtwrap .cate span.type2 {
	background-color: #cfe6ed;
}

#sec_recommended .recommended_list .item .txtwrap .cate span.type3 {
	color: #fff;
	background-color: #0468b6;
}

#sec_recommended .recommended_list .item .txtwrap .ttl {
	font-weight: 700;
	line-height: 1.55;
	margin-bottom: 10px;
}

#sec_recommended .recommended_list .item .txtwrap .area {
	font-size: 1.6rem;
	line-height: 1.5;
}

#sec_recommended .recommended_list .item .txtwrap .price {
	font-weight: 700;
	font-size: 2.2rem;
	line-height: 1.5;
}

#sec_recommended .recommended_list .item .txtwrap .price span {
	font-size: 2.6rem;
}

#sec_recommended .btn {
	margin-top: 40px;
}

#sec_recommended .search_list {
	margin-top: 120px;
}

#sec_recommended .search_list .item {
	width: 588px;
	height: 140px;
}

#sec_recommended .search_list .item a {
	display: block;
	padding: 13px 60px 20px 40px;
}

#sec_recommended .search_list .item a span.ico_arw {
	width: 28px;
	height: 28px;
	border: 3px solid #4c4948;
	right: 22px;
}

#sec_recommended .search_list .item a span.ico_arw::after {
	width: 7px;
	height: 7px;
	border-top: 2px solid #4c4948;
	border-right: 2px solid #4c4948;
	right: 8px;
	top: 11px;
}

#sec_recommended .search_list .item .ttl {
	height: 70px;
	display: flex;
	align-items: center;
	margin-left: 20px;
}

#sec_recommended .search_list .item .ttl .ico {
	height: 100%;
	margin: 0 34px 0 20px;
	display: flex;
	align-items: flex-end;
}

#sec_recommended .search_list .item .ttl .midashi {
	display: inline-block;
	color: #0468b6;
	font-size: 3.6rem;
	line-height: 1.5;
	letter-spacing: 0.08em;
	padding: 0 .15em;
	background: linear-gradient(transparent 70%, #ffc93c 70%);
}

#sec_recommended .search_list .item .txt {
	font-size: 1.6rem;
	letter-spacing: 0.03em;
	margin-top: 5px;
}

@media screen and (min-width: 769px) {
	#sec_recommended .recommended_list .item+.item:not(:nth-child(4n + 1)) {
		margin-left: 24px;
	}
	#sec_recommended .recommended_list .item:nth-child(n + 5) {
		margin-top: 24px;
	}
	#sec_recommended .recommended_list .item a:hover .img img {
		transform: scale(1.1);
	}
	#sec_recommended .recommended_list .item a:hover .txtwrap .cate span.type2 {
		color: #fff;
		background-color: #0468b6;
	}
	#sec_recommended .recommended_list .item a:hover .txtwrap .cate span.type3 {
		color: #4c4948;
		background-color: #cfe6ed;
	}
}

@media screen and (max-width: 768px) {
	#sec_recommended {
		padding: 15vw 0;
	}
	#sec_recommended .secttl {
		margin-bottom: 6.67vw;
	}
	#sec_recommended .secttl .midashi {
		font-size: 6.8vw;
	}
	#sec_recommended .secttl  .midashi > span::before,
	#sec_recommended .secttl  .midashi > span::after {
		width: 0.65vw;
	}
	#sec_recommended .secttl .ico {
		width: 27vw;
		margin-right: 4.6vw;
	}
	#sec_recommended .secttl .lead {
		margin-top: .3em;
		margin-bottom: -.3em;
	}
	#sec_recommended .recommended_list .item {
		width: 100%;
	}
	#sec_recommended .recommended_list .item+.item {
		margin-top: 6.67vw;
	}
	#sec_recommended .recommended_list .item a {
		border-radius: 2.67vw;
	}
	#sec_recommended .recommended_list .item .img {
		height: 56vw;
		border-radius: 2.67vw;
	}
	#sec_recommended .recommended_list .item .img span {
		width: 26.67vw;
		left: -6.4vw;
		top: 4vw;
		font-size: 3.73vw;
		padding: 1.34vw;
	}
	#sec_recommended .recommended_list .item .img span.red {
		background-color: #e2003c;
	}
	#sec_recommended .recommended_list .item .img span.pink {
		background-color: #ff7cb9;
	}
	#sec_recommended .recommended_list .item .txtwrap {
		padding: 4.5vw 4vw;
		;
	}
	#sec_recommended .recommended_list .item .txtwrap .cate {
		margin-bottom: 1vw;
	}
	#sec_recommended .recommended_list .item .txtwrap .cate span {
		min-width: 14.4vw;
		font-size: 3.2vw;
		padding: 1.735vw 3.5vw;
		border-radius: 3.34vw;
		margin-right: 2vw;
		margin-bottom: 2vw;
	}
	#sec_recommended .recommended_list .item .txtwrap .ttl {
		font-size: 3.6vw;
		margin-bottom: 1.6vw;
	}
	#sec_recommended .recommended_list .item .txtwrap .area {
		font-size: 3.2vw;
	}
	#sec_recommended .recommended_list .item .txtwrap .price {
		font-size: 4.4vw;
	}
	#sec_recommended .recommended_list .item .txtwrap .price span {
		font-size: 5.2vw;
	}
	#sec_recommended .btn {
		margin-top: 6.67vw;
	}
	#sec_recommended .search_list {
		margin-top: 16vw;
	}
	#sec_recommended .search_list .item {
		width: 100%;
		height: 20vw;
	}
	#sec_recommended .search_list .item+.item {
		margin-top: 7vw;
	}
	#sec_recommended .search_list .item a {
		border: .8vw solid #0468b6;
		padding: 1.6vw 0 3vw;
		border-radius: 3vw;
	}
	#sec_recommended .search_list .item a span.ico_arw {
		width: 4vw;
		height: 4vw;
		border: 2px solid #0468b6;
		right: 3vw;
	}
	#sec_recommended .search_list .item a span.ico_arw::after {
		width: 1vw;
		height: 1vw;
		border-top: 1px solid #0468b6;
		border-right: 1px solid #0468b6;
		right: 1.2vw;
		top: 1.5vw;
	}
	#sec_recommended .search_list .item .ttl {
		height: 9.33vw;
		margin-left: 5vw;
	}
	#sec_recommended .search_list .item .ttl .ico {
		height: 100%;
		margin: 0 4vw 0 6vw;
	}
	#sec_recommended .search_list .item:nth-child(1) .ttl .ico img {
		width: 9.6vw;
	}
	#sec_recommended .search_list .item:nth-child(2) .ttl .ico img {
		width: 8vw;
	}
	#sec_recommended .search_list .item .ttl .midashi {
		font-size: 5.2vw;
		padding: 0 .1em;
	}
	#sec_recommended .search_list .item .txt {
		font-size: 2.8vw;
		margin-top: .5vw;
		letter-spacing: -0.05em;
	}
}


/* sale
--------------------------------*/

#sec_sale {
	padding: 100px 0 140px;
}

#sec_sale .illust01 {
	position: absolute;
	right: 5px;
	top: -50px;
}

#sec_sale .secttl {
	margin-bottom: 15px;
}

#sec_sale .secttl span {
	display: block;
}

#sec_sale .secttl .en {
	color: #e2003c;
	font-size: 4.1rem;
	line-height: .8;
}

#sec_sale .secttl .midashi {
	text-indent: .1em;
}

#sec_sale .secttl+.lead {
	margin-bottom: 40px;
}

#sec_sale .inner .col {
	width: 588px;
}

#sec_sale .inner .satei a {
	display: block;
	position: relative;
	width: 100%;
	height: 296px;
	background: url(../img/index/sale_satei_bg.png) no-repeat center / 100% auto;
	padding: 40px 40px 40px 150px;
	transition: .3s ease;
}

#sec_sale .inner .satei .illust {
	width: 106px;
	height: 179px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 28px;
	top: 40px;
}

#sec_sale .inner .satei .ttl {
	font-size: 5.18rem;
	letter-spacing: 0.08em;
}

#sec_sale .inner .satei .ttl span {
	position: relative;
	display: block;
	font-size: 3.1rem;
	letter-spacing: 0.05em;
	padding: .3em 0;
	margin-bottom: .3em;
}

#sec_sale .inner .satei .ttl span::before,
#sec_sale .inner .satei .ttl span::after {
	content: "";
	width: 100%;
	height: 1px;
	background-repeat: repeat-x;
	background-image: linear-gradient(to right, #4c4948, #4c4948 1px, transparent 1px, transparent 3px);
	background-size: 3px 1px;
	background-position: left top;
	position: absolute;
	left: 0;
}

#sec_sale .inner .satei .ttl span::before {
	top: 0;
}

#sec_sale .inner .satei .ttl span::after {
	bottom: 0;
}

#sec_sale .inner .leaseback {
	display: block;
	position: relative;
	width: 100%;
	height: 266px;
	background-color: #fff;
	border-radius: 20px;
	border: 3px solid #4c4948;
	padding: 6px 36px 0;
	margin-top: 20px;
	transition: .3s ease;
}

#sec_sale .inner .leaseback .ttl {
	font-size: 3.2rem;
	letter-spacing: 0.05em;
	padding: 0 0 .3em;
	margin-bottom: .5em;
	background-repeat: repeat-x;
	background-image: linear-gradient(to right, #4c4948, #4c4948 1px, transparent 1px, transparent 3px);
	background-size: 3px 1px;
	background-position: left bottom;
}

#sec_sale .inner .leaseback .illust {
	width: 265px;
}

#sec_sale .inner .leaseback .txt {
	width: 210px;
	font-weight: 500;
}

#sec_sale .inner .leaseback .btn {
	position: absolute;
	right: 45px;
	bottom: -25px;
}

#sec_sale .inner .btn_box {
	height: 100px;
}

#sec_sale .inner .btn_box+.btn_box {
	margin-top: 20px;
}

#sec_sale .inner .btn_box a {
	padding: 0 36px;
}

#sec_sale .inner .btn_box .ico {
	display: inline-block;
	width: 80px;
	text-align: center;
	margin-right: 30px;
}

#sec_sale .inner .btn_box.link01 .ico {
	text-align: left;
}

#sec_sale .inner .btn_box.link02 .ico {
	margin-top: -8px;
}

#sec_sale .inner .btn_box.link03 .ico {
	margin-top: -5px;
}

#sec_sale .inner .btn_box .txt img {
	max-width: inherit;
	width: auto;
	height: 23px;
}

@media screen and (min-width: 769px) {
	#sec_sale .inner .satei a:hover {
		background: url(../img/index/sale_satei_bg_on.png) no-repeat center / 100% auto;
	}
}

@media screen and (max-width: 768px) {
	#sec_sale {
		padding: 13vw 0 17vw;
	}
	#sec_sale .illust01 {
		width: 27.2vw;
		right: 1.2vw;
		top: 1vw;
	}
	#sec_sale .secttl {
		text-align: left;
		margin-bottom: 15px;
	}
	#sec_sale .secttl .en {
		font-size: 7vw;
	}
	#sec_sale .secttl+.lead {
		text-align: left;
		margin-bottom: 8vw;
	}
	#sec_sale .inner .col {
		width: 100%;
	}
	#sec_sale .inner .col+.col {
		margin-top: 10vw;
	}
	#sec_sale .inner .satei a {
		height: 42.3vw;
		padding: 5.6vw 5.6vw 5.6vw 21vw;
	}
	#sec_sale .inner .satei .illust {
		width: 13.33vw;
		height: 25.2vw;
		left: 4.53vw;
		top: 5.6vw;
	}
	#sec_sale .inner .satei .ttl {
		font-size: 7.47vw;
	}
	#sec_sale .inner .satei .ttl span {
		font-size: 4.4vw;
		margin-bottom: .2em;
	}
	#sec_sale .inner .satei .ttl span::before,
	#sec_sale .inner .satei .ttl span::after {
		background-image: linear-gradient(to right, #4c4948, #4c4948 1px, transparent 1px, transparent .7vw);
		background-size: .7vw 1px;
	}
	#sec_sale .inner .leaseback {
		width: 100%;
		height: auto;
		border-radius: 2.8vw;
		border: .53vw solid #4c4948;
		padding: 2vw 4.8vw 8vw;
		margin-top: 4.27vw;
	}
	#sec_sale .inner .leaseback .ttl {
		font-size: 4.67vw;
		padding: 0 0 .3em;
		background-image: linear-gradient(to right, #4c4948, #4c4948 1px, transparent 1px, transparent .7vw);
		background-size: .7vw 1px;
	}
	#sec_sale .inner .leaseback .illust {
		width: 52.8vw;
		margin: 0 auto 3.2vw;
	}
	#sec_sale .inner .leaseback .txt {
		width: 100%;
	}
	#sec_sale .inner .leaseback .btn {
		right: 0;
		left: 0;
		text-align: center;
		bottom: -4.665vw;
	}
	#sec_sale .inner .btn_box {
		height: 18.67vw;
	}
	#sec_sale .inner .btn_box+.btn_box {
		margin-top: 4vw;
	}
	#sec_sale .inner .btn_box a {
		padding: 0 4vw;
	}
	#sec_sale .inner .btn_box .ico {
		width: 13.2vw;
		margin-right: 4.67vw;
	}
	#sec_sale .inner .btn_box.link01 .ico img {
		width: 13.2vw;
	}
	#sec_sale .inner .btn_box.link02 .ico {
		margin-top: -1.8vw;
	}
	#sec_sale .inner .btn_box.link02 .ico img {
		width: 9.6vw;
	}
	#sec_sale .inner .btn_box.link03 .ico {
		margin-top: -1vw;
	}
	#sec_sale .inner .btn_box.link03 .ico img {
		width: 10.53vw;
	}
	#sec_sale .inner .btn_box.link04 .ico img {
		width: 8vw;
	}
	#sec_sale .inner .btn_box.link05 .ico img {
		width: 8vw;
	}
	#sec_sale .inner .btn_box .txt img {
		height: 4.4vw;
	}
}


/* concep
--------------------------------*/

#sec_concept .bg {
	/*	margin-left: -100px;*/
	position: absolute;
	top: 0;
	left: -100px;
	z-index: 1;
}

#sec_concept .txtwrap {
	position: relative;
	width: 496px;
	height: 670px;
	padding: 110px 0 0;
	margin-left: auto;
	z-index: 2;
}

#sec_concept .txtwrap .secttl {
	position: relative;
	margin-bottom: 15px;
	margin-bottom: 60px;
}

#sec_concept .txtwrap .secttl span {
	display: block;
}

#sec_concept .txtwrap .secttl .en {
	color: #c1c2c2;
	font-size: 5.4rem;
	line-height: .8;
	transform: rotate(-12deg);
	position: absolute;
	left: -86px;
	top: -20px;
}

#sec_concept .txtwrap .secttl .midashi {
	position: relative;
}

#sec_concept .txtwrap .txt {
	font-weight: 700;
	letter-spacing: 0.12em;
}

#sec_concept .txtwrap .txt+.txt {
	margin-top: 1.8em;
}

#sec_concept .link_wrap {
	padding: 30px 0;
	position: relative;
}

#sec_concept .link_wrap .wrap {
	z-index: 3;
}

#sec_concept .link_wrap .btn_box {
	width: 282px;
	height: 100px;
}

#sec_concept .link_wrap .btn_box a {
	padding: 0 10px;
}

#sec_concept .link_wrap .btn_box .ico {
	display: inline-block;
	width: 80px;
	text-align: center;
	margin-right: 10px;
}

#sec_concept .link_wrap .btn_box .txt img {
	max-width: inherit;
	width: auto;
	height: 21px;
}

#sec_concept .link_wrap .btn_box .txt img.pc {
	height: 55px;
}

@media screen and (min-width: 769px) {}

@media screen and (max-width: 768px) {
	#sec_concept .bg {
		position: relative;
		left: 0;
		right: 0;
		width: 100vw;
		margin: -22.67vw -8vw -4.53vw;
	}
	#sec_concept .txtwrap {
		width: 100%;
		height: auto;
		padding: 21vw 0 0;
	}
	#sec_concept .txtwrap .secttl {
		text-align: center;
		margin-bottom: 10.67vw;
	}
	#sec_concept .txtwrap .secttl .en {
		font-size: 7.2vw;
		left: 14vw;
		top: -2vw;
	}
	#sec_concept .txtwrap .txt {
		letter-spacing: 0.08em;
	}
	#sec_concept .link_wrap {
		padding: 0;
	}
	#sec_concept .link_wrap .btn_box {
		width: 100%;
		height: 18.67vw;
	}
	#sec_concept .link_wrap .btn_box+.btn_box {
		margin-top: 4vw;
	}
	#sec_concept .link_wrap .btn_box a {
		padding: 0 4.3vw;
	}
	#sec_concept .link_wrap .btn_box .ico {
		width: 13.2vw;
		margin-right: 4.67vw;
	}
	#sec_concept .link_wrap .btn_box.link01 .ico img {
		width: 10.13vw;
	}
	#sec_concept .link_wrap .btn_box.link02 .ico img {
		width: 13.2vw;
	}
	#sec_concept .link_wrap .btn_box.link03 .ico img {
		width: 6.7vw;
	}
	#sec_concept .link_wrap .btn_box.link04 .ico img {
		width: 11.332vw;
	}
	#sec_concept .link_wrap .btn_box .txt img {
		height: 4.4vw;
	}
}


/* gallery
--------------------------------*/

#sec_gallery {
	padding: 70px 0 120px;
}

#sec_gallery .secttl {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	margin-bottom: 30px;
}

#sec_gallery .secttl .ico {
	margin-right: 26px;
	margin-bottom: 4px;
}

#sec_gallery .btn {
	margin-top: 40px;
}

@media screen and (max-width: 768px) {
	#sec_gallery {
		padding: 16vw 0;
	}
	#sec_gallery .secttl {
		margin-bottom: 8vw;
	}
	#sec_gallery .secttl .ico {
		width: 14.67vw;
		margin-right: 4vw;
		margin-bottom: 1vw;
	}
	#sec_gallery .gallery_slider .img {
		width: 50vw;
	}
	#sec_gallery .btn {
		margin-top: 8vw;
	}
}


/* buy
--------------------------------*/

#sec_buy {
	padding: 120px 0;
	background: url(../img/index/buy_bg_pc.jpg) no-repeat center / cover;
}

#sec_buy .illust01 {
	position: absolute;
	right: 8px;
	top: -140px;
	z-index: 1;
}

#sec_buy .secttl {
	margin-bottom: 20px;
}

#sec_buy .secttl .midashi {
	font-size: 3.6rem;
}

#sec_buy .link_wrap .btn_box {
	width: 384px;
	height: 110px;
}

#sec_buy .link_wrap .btn_box a {
	padding: 0 15px;
}

#sec_buy .link_wrap .btn_box .ico {
	display: inline-block;
	width: 80px;
	text-align: center;
	margin-right: 10px;
}

#sec_buy .link_wrap .btn_box .txt img {
	max-width: inherit;
	width: auto;
	height: 25px;
}

@media screen and (max-width: 768px) {
	#sec_buy {
		padding: 14vw 0;
		background: url(../img/index/buy_bg_sp.jpg) no-repeat center / cover;
	}
	#sec_buy .illust01 {
		width: 41vw;
		right: -4vw;
		top: -18vw;
	}
	#sec_buy .secttl {
		margin-bottom: 6vw;
	}
	#sec_buy .secttl .midashi {
		font-size: 7.2vw;
	}
	#sec_buy .link_wrap .btn_box {
		width: 100%;
		height: 18.67vw;
	}
	#sec_buy .link_wrap .btn_box+.btn_box {
		margin-top: 4vw;
	}
	#sec_buy .link_wrap .btn_box a {
		padding: 0 4.3vw;
	}
	#sec_buy .link_wrap .btn_box .ico {
		width: 13.2vw;
		margin-right: 4.67vw;
	}
	#sec_buy .link_wrap .btn_box.link01 .ico img {
		width: 13.2vw;
	}
	#sec_buy .link_wrap .btn_box.link02 .ico img {
		width: 8vw;
	}
	#sec_buy .link_wrap .btn_box.link03 .ico img {
		width: 9.2vw;
	}
	#sec_buy .link_wrap .btn_box .txt img {
		width: auto;
		height: 4.4vw;
	}
}


/* news
--------------------------------*/

#sec_news {
	padding: 120px 0;
}

#sec_news .secttl {
	margin-bottom: 35px;
}

#sec_news .secttl .midashi {
	font-size: 3.9rem;
}

#sec_news .inner .col {
	width: 588px;
}

#sec_news .inner .col>.ttl {
	font-size: 3.9rem;
	line-height: 1;
	margin-bottom: 15px;
	position: relative;
}

#sec_news .inner .col>.ttl .ico {
	display: inline-block;
	vertical-align: 2px;
	margin-right: 20px;
	margin-left: -70px;
}

#sec_news .list {
	position: relative;
}

#sec_news .list::before,
#sec_news .list::after {
	content: "";
	width: 100%;
	height: 3px;
	background-color: #4c4948;
	border-radius: 2px;
	position: absolute;
	left: 0;
}

#sec_news .list::before {
	top: 0;
}

#sec_news .list::after {
	bottom: 0;
}

#sec_news .list .item {
	position: relative;
}

#sec_news .list .item+.item::before {
	content: "";
	width: 100%;
	height: 1px;
	background-repeat: repeat-x;
	background-image: linear-gradient(to right, #4c4948, #4c4948 1px, transparent 1px, transparent 3px);
	background-size: 3px 1px;
	background-position: left top;
	position: absolute;
	left: 0;
	top: 0;
}

#sec_news .list .item a {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	padding: 20px 0;
}

#sec_news .list .item .img {
	width: 214px;
	height: 143px;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

#sec_news .list .item .img img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	transition: .3s ease;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

#sec_news .list .item .txtwrap {
	width: 374px;
	padding: 5px 20px 5px 30px;
}

#sec_news .list .item .date {
	position: relative;
	font-family: 'Oswald', sans-serif;
	color: #0468b6;
	font-size: 1.8rem;
	line-height: 1.5;
	margin-bottom: 5px;
	transition: .3s ease;
}

#sec_news .list .item .cate {
	line-height: 1;
	margin-top: 10px;
}

#sec_news .list .item .cate span {
	display: inline-block;
	font-size: 1.4rem;
	padding: 8px .8em;
	background-color: #fff;
	border-radius: 15px;
	margin-right: 10px;
}

#sec_news .list .item .ttl {
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 1.5;
	transition: .3s ease;
}

#sec_news .btn {
	margin-top: 25px;
}

@media screen and (min-width: 769px) {
	#sec_news .inner .col .list .item a:hover .date,
	#sec_news .inner .col .list .item a:hover .ttl {
		opacity: .7;
	}
	#sec_news .inner .col .list .item a:hover .img img {
		transform: scale(1.1);
	}
}

@media screen and (max-width: 768px) {
	#sec_news {
		padding: 16vw 0;
	}
	#sec_news .secttl {
		margin-bottom: 6.67vw;
	}
	#sec_news .secttl .midashi {
		font-size: 7.73vw;
	}
	#sec_news .inner .col {
		width: 100%;
	}
	#sec_news .inner .col+.col {
		margin-top: 12vw;
	}
	#sec_news .inner .col>.ttl {
		font-size: 7.07vw;
		margin-bottom: 3.73vw;
	}
	#sec_news .inner .col>.ttl .ico {
		vertical-align: 1vw;
		margin-right: 2.4vw;
		margin-left: 0;
	}
	#sec_news .inner .col.news>.ttl .ico {
		width: 9.33vw;
	}
	#sec_news .inner .col.blog>.ttl .ico {
		width: 10vw;
	}
	#sec_news .list {
		display: flex;
		flex-wrap: wrap;
	}
	#sec_news .list::before,
	#sec_news .list::after {
		height: 2px;
		border-radius: 1px;
	}
	#sec_news .list .item {
		width: 46%;
	}
	#sec_news .list .item:nth-child(even) {
		margin-left: 8%;
	}
	#sec_news .list .item+.item::before {
		width: 84vw;
		background-image: linear-gradient(to right, #4c4948, #4c4948 1px, transparent 1px, transparent .7vw);
		background-size: .7vw 1px;
	}
	#sec_news .list .item:nth-child(even)::before {
		content: none;
	}
	#sec_news .list .item a {
		display: block;
		padding: 5.33vw 0 4vw;
	}
	#sec_news .list .item .img {
		width: 100%;
		height: 25.73vw;
		border-radius: 1.87vw;
	}
	#sec_news .list .item .txtwrap {
		width: 100%;
		padding: 3vw 0 0;
	}
	#sec_news .list .item .date {
		font-size: 3.6vw;
		margin-bottom: 1vw;
	}
	#sec_news .list .item .cate {
		margin-top: 3vw;
	}
	#sec_news .list .item .cate span {
		font-size: 3.2vw;
		padding: 1.735vw 3.5vw;
		border-radius: 3.34vw;
		margin-right: 2vw;
		margin-bottom: 2vw;
	}
	#sec_news .list .item .ttl {
		font-size: 3.2vw;
	}
	#sec_news .btn {
		margin-top: 5.33vw;
	}
}


/* staff
--------------------------------*/

#sec_staff {
	height: 463px;
	padding: 75px 0 120px;
	background: url(../img/index/staff_bg_pc.png) no-repeat center / 1800px auto;
}

#sec_staff .txtwrap {
	width: 250px;
	margin-left: auto;
}

#sec_staff .ttlwrtap .illust {
	margin-bottom: 15px;
	padding-left: 18px;
}

#sec_staff .secttl span {
	display: block;
}

#sec_staff .secttl .en {
	color: #c1c2c2;
	font-size: 2.6rem;
	line-height: .8;
	letter-spacing: 0.05em;
	margin-bottom: .4em;
}

#sec_staff .secttl .midashi {
	font-size: 3.6rem;
	letter-spacing: 0;
}

#sec_staff .btn {
	margin-top: 30px;
}

@media screen and (max-width: 768px) {
	#sec_staff {
		height: auto;
		padding: 15vw 0 21vw;
		background: none;
	}
	#sec_staff .wrap {
		width: 100%;
	}
	#sec_staff .txtwrap {
		width: 100%;
	}
	#sec_staff .ttlwrtap .illust {
		width: 9.33vw;
		margin: 0 auto 2vw;
		padding-left: 0;
	}
	#sec_staff .secttl {
		margin-bottom: 5vw;
	}
	#sec_staff .secttl .en {
		font-size: 4.53vw;
		margin-bottom: .1em;
	}
	#sec_staff .secttl .midashi {
		font-size: 7.2vw;
	}
	#sec_staff .btn {
		margin-top: -4.665vw;
	}
}


/* company
--------------------------------*/

#sec_company {
	padding: 110px 0 120px;
	background: url(../img/index/company_bg_pc.png) no-repeat center top / 100% auto;
}

#sec_company::before {
	content: "";
	width: 100%;
	height: 495px;
	background-color: #cfe6ed;
	border-top: 2px solid #4c4948;
	position: absolute;
	left: 0;
	bottom: 0;
}

#sec_company .secttl {
	margin-bottom: 30px;
}

#sec_company .secttl .midashi {
	font-size: 3.6rem;
}

#sec_company .link_wrap.menu01 .btn_box {
	width: 282px;
	height: 85px;
}

#sec_company .link_wrap.menu01 .btn_box a {
	flex-direction: column;
	justify-content: center;
	box-shadow: 5px 5px 0 rgba(76, 76, 72, .3);
}

#sec_company .link_wrap.menu01 .btn_box .txt {
	line-height: 1;
	margin: .4em 0 .3em;
}

#sec_company .link_wrap.menu01 .btn_box .txt img {
	max-width: inherit;
	width: auto;
	height: 25px;
}

#sec_company .link_wrap.menu01 .btn_box .en {
	color: #0ba1b7;
	font-size: 2.6rem;
	line-height: .8;
	letter-spacing: 0;
}

#sec_company .lead {
	margin-top: 90px;
	position: relative;
}

#sec_company .lead::before,
#sec_company .lead::after {
	content: "";
	width: 0;
	height: 16px;
	background-color: rgba(255, 201, 60, .7);
	border-radius: 8px;
	position: absolute;
	z-index: -1;
	transition: .5s ease;
}

#sec_company .lead::before {
	left: 0;
	top: 28px;
}

#sec_company .lead::after {
	left: 0;
	top: 88px;
}

#sec_company .lead.is-show::before {
	width: 500px;
	transition-delay: 1s;
}

#sec_company .lead.is-show::after {
	width: 355px;
	transition-delay: 1.5s;
}

#sec_company .img {
	width: 1425px;
	margin-top: -64px;
	margin-left: -76px;
	margin-right: -210px;
	margin-bottom: 64px;
}

#sec_company .link_wrap {
	justify-content: flex-start;
}

#sec_company .link_wrap.menu02 .btn_box {
	width: 282px;
	height: 70px;
}

#sec_company .link_wrap.menu02 .btn_box a {
	padding: 10px 34px 10px 18px;
	box-shadow: 4px 4px 0 #bbd0d7;
	border-radius: 10px;
}

#sec_company .link_wrap.menu02 .btn_box a .txt img {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

#sec_company .link_wrap.menu02 .btn_box.bnr a {
	padding: 0;
	border: none;
}

#sec_company .link_wrap.menu02 .btn_box a .txt {
	font-weight: 500;
	font-feature-settings: "palt";
	letter-spacing: 0.08em;
}

@media screen and (min-width: 769px) {
	#sec_company .link_wrap .btn_box+.btn_box:not(:nth-child(4n + 1)) {
		margin-left: 24px;
	}
	#sec_company .link_wrap .btn_box:nth-child(n + 5) {
		margin-top: 24px;
	}
	#sec_company .link_wrap.menu02 .btn_box a:hover {
		transform: translate(4px, 4px);
	}
}

@media screen and (max-width: 1799px) {
	#sec_company {
		background-size: 1800px auto;
	}
}

@media screen and (max-width: 768px) {
	#sec_company {
		padding: 14.67vw 0 17vw;
		background: url(../img/index/company_bg_sp.png) no-repeat center top / 100% auto;
	}
	#sec_company::before {
		height: 136vw;
		background-color: #cfe6ed;
		border-top: none;
	}
	#sec_company .secttl {
		margin-bottom: 4vw;
	}
	#sec_company .secttl .midashi {
		font-size: 7.2vw;
	}
	#sec_company .link_wrap.menu01 .btn_box {
		width: 47.6%;
		height: 18.67vw;
	}
	#sec_company .link_wrap.menu01 .btn_box:nth-child(even) {
		margin-left: 4.8%;
	}
	#sec_company .link_wrap.menu01 .btn_box:nth-child(n + 3) {
		margin-top: 2.67vw;
	}
	#sec_company .link_wrap.menu01 .btn_box a {
		box-shadow: none;
	}
	#sec_company .link_wrap.menu01 .btn_box .txt {
		line-height: 1;
		margin: .4em 0 .3em;
	}
	#sec_company .link_wrap.menu01 .btn_box .txt img {
		height: 4.27vw;
	}
	#sec_company .link_wrap.menu01 .btn_box .en {
		color: #0468b6;
		font-size: 4vw;
		margin-top: 1.2vw;
	}
	#sec_company .lead {
		margin-top: 13.3vw;
	}
	#sec_company .lead::before,
	#sec_company .lead::after {
		height: 3.2vw;
		border-radius: 1.6vw;
	}
	#sec_company .lead::before {
		left: 0;
		top: 5vw;
	}
	#sec_company .lead::after {
		left: 0;
		top: 15vw;
	}
	#sec_company .lead.is-show::before {
		width: 85vw;
	}
	#sec_company .lead.is-show::after {
		width: 62vw;
	}
	#sec_company .img {
		width: 130.27vw;
		margin-top: 2vw;
		margin-left: -28.27vw;
		margin-right: 0;
		margin-bottom: 8.637vw;
	}
	#sec_company .link_wrap.menu02 .btn_box {
		width: 48.2%;
		height: 13.07vw;
	}
	#sec_company .link_wrap.menu02 .btn_box.bnr {
		height: auto;
	}
	#sec_company .link_wrap.menu02 .btn_box:nth-child(even) {
		margin-left: 3.6%;
	}
	#sec_company .link_wrap.menu02 .btn_box:nth-child(n + 3) {
		margin-top: 3.2vw;
	}
	#sec_company .link_wrap.menu02 .btn_box a {
		padding: 3vw 6vw 3vw 2.4vw;
		box-shadow: .8vw .8vw 0 #bbd0d7;
		border-radius: 1.87vw;
	}
	#sec_company .link_wrap.menu02 .btn_box a .txt {
		line-height: 1.33;
	}
}
