@charset 'utf-8';

/*------------------------------------------------
lcl-top
------------------------------------------------*/

.lcl-top {
	position: relative;
}
.lcl-top__in {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	min-height: 700px;
	padding-bottom: 140px;
	background: url(../img/top/bg_01.jpg) no-repeat center / cover;
}
.lcl-top__ttl {
	width: 567px;
	min-height: 0;
}
.lcl-top__txt {
	line-height: 26px;
	position: absolute;
	bottom: 50px;
	right: 0;
	left: 0;
	min-height: 0;
	margin: auto;
	text-align: center;
	letter-spacing: .03em;
	color: #fff;
	text-shadow: 0 0 18px #000, 0 0 18px #000, 0 0 18px #000, 0 0 18px #000, 0 0 18px #000, 0 0 18px #000;
}

/*------------------------------------------------
lcl-nav
------------------------------------------------*/

.lcl-nav {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
}
.lcl-nav__item {
	position: relative;
	display: flex;
	overflow: hidden;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	width: 50%;
	height: 400px;
	border-top: 1px solid #fff;
}
.lcl-nav__item::before {
	content: '';
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: .3s;
}
/* option ------------*/
.lcl-nav__item01::before {
	background: url(../img/nav/bg_01.jpg) no-repeat center / cover;
}
.lcl-nav__item02::before {
	background: url(../img/nav/bg_02.jpg) no-repeat center / cover;
}
.lcl-nav__item03::before {
	background: url(../img/nav/bg_03.jpg) no-repeat center / cover;
}
.lcl-nav__item04::before {
	background: url(../img/nav/bg_04.jpg) no-repeat center / cover;
}
.lcl-nav__item05::before {
	background: url(../img/nav/bg_05.jpg) no-repeat center / cover;
}
/* /option -----------*/
.lcl-nav__item::after {
	content: '';
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	transition: .3s;
	opacity: 0;
	background: #000;
}
/* pc-only ------------*/
@media screen and (min-width: 768px) {
	.lcl-nav__item:hover::before {
		transform: scale(1.1);
	}
	.lcl-nav__item:hover::after {
		opacity: .4;
	}
}
/* /pc-only -----------*/
.lcl-nav__item-in {
	position: relative;
	z-index: 4;
	display: inline-block;
	text-align: center;
	color: #fff;
}
.lcl-nav__item-en {
	font-size: 13px;
	line-height: 1;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	width: 200px;
	height: 27px;
	padding-bottom: 4px;
	letter-spacing: .06em;
	background: url(../img/nav/ttl_bg01.png) no-repeat center / cover;
}
/* option ------------*/
.lcl-nav02 .lcl-nav__item-en {
	width: 348px;
	height: 37px;
	background: url(../img/nav/ttl_bg03.png) no-repeat center / cover;
}
/* /option -----------*/
.lcl-nav__item-ttl {
	font-size: 34px;
	line-height: 1;
	margin-top: 15px;
	letter-spacing: .06em;
}
.lcl-nav__item-txt {
	font-size: 16px;
	margin-top: 30px;
	letter-spacing: .05em;
}
.lcl-nav__two {
	width: 50%;
	border-left: 1px solid #fff;
}
/* option ------------*/
.lcl-nav__two .lcl-nav__item {
	width: 100%;
	height: 200px;
}
.lcl-nav .linkbtn01{
	border: 1px solid #fff;
	color: #fff;
	cursor: pointer;
	width: 180px;
	margin: 30px auto 0;
}
@media screen and (min-width: 768px) {
	.lcl-nav .lcl-nav__item:hover .linkbtn01{
		background-color: #fff;
		color: #000;
	}
	.lcl-nav .lcl-nav__item:hover .linkbtn01::after{
		right: 0;
	}
}
.lcl-nav .linkbtn01::after {
	background-color: #fff;
}
@media screen and (max-width: 767px){
	.lcl-nav .linkbtn01{
		height: 35px;
		margin: 17px auto 0;
	}
}
/* /option -----------*/


/* lcl-nav02 ------------*/
.lcl-nav02 .lcl-nav__item {
	height: 300px;
}
.lcl-nav02 .linkbtn01 {
	width: 180px;
	margin: 45px auto 0;
	border: 1px solid #fff;
}
.lcl-nav02 .linkbtn01::after {
	background-color: #fff;
}
/* pc-only ------------*/
@media screen and (min-width: 768px) {
	.lcl-nav02 .lcl-nav__item:hover .linkbtn01 {
		color: #333;
		border: 1px solid #fff;
		background-color: #fff;
	}
	.lcl-nav02 .lcl-nav__item:hover .linkbtn01::after {
		right: 0;
	}
}
/* /pc-only -----------*/

/*------------------------------------------------
lcl-selected
------------------------------------------------*/

.lcl-selected__ttl-wrap {
	line-height: 1;
	height: 180px;
	padding-top: 42px;
	text-align: center;
	color: #fff;
	background-color: #d15c43;
}
.lcl-selected__ttl-en {
	font-size: 12px;
	letter-spacing: .3em;
}
.lcl-selected__ttl {
	font-size: 32px;
	font-weight: bold;
	margin-top: 20px;
	letter-spacing: .3em;
}
.lcl-selected__nav {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin-top: -35px;
}
.lcl-selected__nav-item {
	position: relative;
	width: 200px;
	height: 130px;
	background-color: #fff;
	box-shadow: 0 5px 20px 0 rgba(45, 45, 45, .26);
}
.lcl-selected__nav-item a {
	display: block;
	width: 100%;
	height: 100%;
	padding-top: 15px;
}
.lcl-selected__nav-item::after {
	content: '';
	position: absolute;
	bottom: 12px;
	right: 0;
	left: 0;
	display: block;
	width: 0;
	height: 0;
	margin: auto;
	transition: .3s;
	border-width: 7px 9px 0 9px;
	border-style: solid;
	border-color: #959595 transparent transparent transparent;
}
.lcl-selected__nav-item:not(:last-child) {
	margin-right: 25px;
}
.lcl-selected__nav-ico {
	width: 44px;
	margin-right: auto;
	margin-left: auto;
	transition: .6s;
}
.lcl-selected__nav-txt {
	line-height: 1;
	margin-top: 15px;
	text-align: center;
}
/* pc-only ------------*/
@media screen and (min-width: 768px) {
	.lcl-selected__nav-item:hover::after {
		bottom: 8px;
	}
	.lcl-selected__nav-item:hover .lcl-selected__nav-ico {
		animation: yurayura 1s ease 1 alternate none;
	}
}
@keyframes yurayura {
	0% {
		transform: rotate(0deg);
	}
	25% {
		transform: rotate(-7deg);
	}
	50% {
		transform: rotate(7deg);
	}
	75% {
		transform: rotate(-7deg);
	}
	100% {
		transform: rotate(0deg);
	}
}
/* /pc-only -----------*/

.lcl-selected__in {
	margin-top: 65px;
}

/*------------ lcl-selected__block ------------*/

.lcl-selected__block {
	width: 1100px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
}
.lcl-selected__block-head {
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
}
.lcl-selected__block-head.sell::after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	display: block;
	width: 250px;
	height: 56px;
	background: url(../img/selected/txt_01.png) no-repeat center / cover;
}
.lcl-selected__block-head-ico {
	width: 70px;
	margin-right: 25px;
}
.lcl-selected__block-ttl-wrap {
	letter-spacing: .1em;
}
.lcl-selected__block-ttl {
	font-size: 30px;
	font-weight: bold;
	line-height: 1;
	color: #cb3d1f;
}
.lcl-selected__block-ttl-txt {
	line-height: 1.4;
	margin-top: 10px;
}

.lcl-selected__list {
	display: flex;
	justify-content: center;
	align-items: stretch;
	flex-wrap: wrap;
	margin-top: 25px;
}
.lcl-selected__item {
	position: relative;
	border-right: 1px solid #f7f5f6;
	border-bottom: 1px solid #f7f5f6;
	border-left: 1px solid #f7f5f6;
	background-color: #f7f5f6;
}
.lcl-selected__item-img {
	width: 100%;
	height: 200px;
	display: block;
}
/* option ------------*/
.lcl-selected__item-img01 {
	background: url(../img/selected/img_01.jpg) no-repeat center / cover;
}
.lcl-selected__item-img02 {
	background: url(../img/selected/img_02.jpg) no-repeat center / cover;
}
.lcl-selected__item-img03 {
	background: url(../img/selected/img_03.jpg) no-repeat center / cover;
}
.lcl-selected__item-img04 {
	background: url(../img/selected/img_04.jpg) no-repeat center / cover;
}
.lcl-selected__item-img05 {
	background: url(../img/selected/img_05.jpg) no-repeat center / cover;
}
.lcl-selected__item-img06 {
	background: url(../img/selected/img_06.jpg) no-repeat center / cover;
}
.lcl-selected__item-img07 {
	background: url(../img/selected/img_07.jpg) no-repeat center / cover;
}
.lcl-selected__item-img08 {
	background: url(../img/selected/img_08.jpg) no-repeat center / cover;
}
.lcl-selected__item-img09 {
	background: url(../img/selected/img_09.jpg) no-repeat center / cover;
}
.lcl-selected__item-img10 {
	background: url(../img/selected/img_10.jpg) no-repeat center / cover;
}
.lcl-selected__item-img11 {
	background: url(../img/selected/img_11.jpg) no-repeat center / cover;
}
.lcl-selected__item-img12 {
	background: url(../img/selected/img_12.jpg) no-repeat center / cover;
}
.lcl-selected__item-img13 {
	background: url(../img/selected/img_13.jpg) no-repeat center / cover;
}
/* /option -----------*/
.lcl-selected__item-txt-wrap {
	padding: 15px 12px 22px;
}
.lcl-selected__item-name {
	font-size: 22px;
	font-weight: bold;
	line-height: 1;
	color: #cb3d1f;
}
.lcl-selected__item-name span {
	font-size: 16px;
	margin-right: 5px;
}
.lcl-selected__item-name-jp {
	font-size: 13px;
	line-height: 1;
	margin-top: 10px;
	color: #cb3d1f;
}
.lcl-selected__item-txt {
	margin-top: 18px;
	letter-spacing: .03em;
	margin-bottom: 60px;
}
.lcl-selected__item .linkbtn01 {
	width: 180px;
	/*margin-top: 20px;*/
	padding-left: 20px;
	position: absolute;
	bottom: 20px;
}
/* col option ------------*/
.lcl-selected__item:nth-child(even) {
	background-color: #fff;
}
.lcl-selected__list--4col .lcl-selected__item {
	width: 25%;
}
.lcl-selected__list--3col .lcl-selected__item {
	width: 33.3333333%;
}
.lcl-selected__list--2col .lcl-selected__item {
	width: 50%;
}
.lcl-selected__list--2col .lcl-selected__item-txt-wrap {
	padding: 15px 30px 22px 20px;
}
.lcl-selected__list--2col .lcl-selected__item-txt-wrap {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	flex-wrap: wrap;
}
.lcl-selected__list--2col .linkbtn01 {
	position: absolute;
	bottom: 25px;
	right: 40px;
}
/* /option -----------*/

/* ---------------------------------------------------------------- SP ---- */
@media screen and (max-width: 767px) {
	/*------------------------------------------------
	lcl-top
	------------------------------------------------*/

	.lcl-top {
		position: relative;
	}
	.lcl-top__in {
		flex-direction: unset;
		height: 380px;
		min-height: 100%;
		max-height: 100%;
		padding: 0 10px;
		background: url(../img/top/sp/bg_01.jpg) no-repeat center / cover;
	}
	.lcl-top__ttl {
		width: 300px;
	}
	.lcl-top__txt {
		font-size: 12px;
		line-height: 1.6;
		position: relative;
		bottom: 0;
		padding: 12px 10px;
		text-align: left;
		color: #333;
		text-shadow: none;
	}

	/*------------------------------------------------
	lcl-nav
	------------------------------------------------*/

	.lcl-nav {
		display: block;
	}
	.lcl-nav__item {
		width: 100%;
		height: auto;
		padding: 23px 0;
	}
	.lcl-nav__item-en {
		font-size: 10px;
		width: 140px;
		height: 19px;
		padding-bottom: 3px;
	}
	/* option ------------*/
	.lcl-nav02 .lcl-nav__item-en {
		width: 227px;
		height: 24px;
	}
	/* /option -----------*/
	.lcl-nav__item-ttl {
		font-size: 18px;
		line-height: 1.3;
		margin-top: 8px;
	}
	.lcl-nav__item-txt {
		font-size: 13px;
		margin-top: 10px;
	}
	.lcl-nav__two {
		width: 100%;
		border-left: 0;
	}
	/* option ------------*/
	.lcl-nav__two .lcl-nav__item {
		height: auto;
	}
	/* /option -----------*/

	/* lcl-nav02 ------------*/
	.lcl-nav02 .lcl-nav__item {
		height: 150px;
	}
	.lcl-nav02 .linkbtn01 {
		height: 35px;
		margin: 15px auto 0;
	}

	/*------------------------------------------------
	lcl-selected
	------------------------------------------------*/

	.lcl-selected {
	}
	.lcl-selected__ttl-wrap {
		line-height: 1.3;
		height: 115px;
		padding-top: 25px;
	}
	.lcl-selected__ttl-en {
		font-size: 10px;
	}
	.lcl-selected__ttl {
		font-size: 20px;
		margin-top: 6px;
	}
	.lcl-selected__nav {
		justify-content: space-between;
		margin: -25px 15px 0;
	}
	.lcl-selected__nav-item {
		width: calc(100% / 2 - 4px);
		height: 90px;
		margin-bottom: 8px;
		padding-top: 10px;
		box-shadow: 0 2px 10px 0 rgba(45, 45, 45, .26);
	}
	.lcl-selected__nav-item a {
		padding-top: 0;
	}
	.lcl-selected__nav-item::after {
		bottom: 8px;
		border-width: 5px 7px 0 7px;
	}
	.lcl-selected__nav-item:not(:last-child) {
		margin-right: 0;
	}
	.lcl-selected__nav-ico {
		width: 33px;
	}
	.lcl-selected__nav-txt {
		margin-top: 5px;
	}
	.lcl-selected__in {
		margin-top: 35px;
		padding: 0 15px;
	}
	/*------------ lcl-selected__block ------------*/

	.lcl-selected__block {
		width: 100%;
		margin-bottom: 60px;
	}
	.lcl-selected__block-head.sell::after {
		display: none;
	}
	.lcl-selected__block-head-ico {
		width: 50px;
		margin-right: 0;
	}
	.lcl-selected__block-ttl-wrap {
		width: calc(100% - 50px);
		padding-left: 10px;
	}
	.lcl-selected__block-ttl {
		font-size: 18px;
		line-height: 1.3;
	}
	.lcl-selected__block-ttl-txt {
		font-size: 12px;
		margin-top: 5px;
	}
	.lcl-selected__list {
		display: block;
		margin-top: 15px;
	}
	.lcl-selected__item:not(:last-child) {
		margin-bottom: 15px;
	}
	.lcl-selected__item-img {
	}
	.lcl-selected__item-txt-wrap {
		padding: 15px 10px;
	}
	.lcl-selected__item-name {
		font-size: 20px;
	}
	.lcl-selected__item-name-jp {
		font-size: 11px;
		margin-top: 8px;
	}
	.lcl-selected__item-txt {
		margin-top: 12px;
	}
	.lcl-selected__item .linkbtn01 {
		height: 35px;
		margin: 15px auto 0;
		padding-left: 20px;
	}
	/* col option ------------*/
	.lcl-selected__item:nth-child(even) {
		border: none;
		background-color: #f7f5f6;
	}
	.lcl-selected__list--4col .lcl-selected__item {
		width: 100%;
	}
	.lcl-selected__list--3col .lcl-selected__item {
		width: 100%;
	}
	.lcl-selected__list--2col .lcl-selected__item {
		width: 100%;
	}
	.lcl-selected__list--2col .lcl-selected__item-txt-wrap {
		padding: 15px 10px;
	}
	.lcl-selected__list--2col .lcl-selected__item-txt-wrap {
		display: block;
	}
	.lcl-selected__list--2col .linkbtn01 {
		position: relative;
		bottom: auto;
		right: auto;
	}
	/* /option -----------*/
}
