@charset "UTF-8";

/* base
-------------------------------------------------- */
.index-hdg-en {
	font-size: 46px;
	text-align: center;
	line-height: 1;
	color: #8a714c;
}
.index-hdg-ja {
	margin-top: -1px;
	font-size: 12px;
	text-align: center;
	line-height: 1;
	color: #ec937b;
}
.index-hdg-ja.__has-descender {
	margin-top: 8px;
}
.index-report .index-hdg-en,
.index-philosophy .index-hdg-en {
	color: #fff;
}
.index-report .index-hdg-ja,
.index-philosophy .index-hdg-ja {
	color: #fff;
}
@media (max-width: 767px) {
	.index-hdg-en {
		font-size: 36px;
	}
	.index-hdg-ja {
		font-size: 11px;
		font-weight: normal;
	}
}








/* index-visual
-------------------------------------------------- */
.index-visual {
	position: relative;
	height: 840px;
	background: #eee;
	overflow: hidden;
}
.index-visual__oricon{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 220px;
	font-size: 0;
	padding: 20px;
	z-index: 1;
}
@media (max-width: 1119px){
	.index-visual {
		height: 600px;
	}
	.index-visual__oricon{
		padding: 10px;
	}
}
@media (min-width: 520px) and (max-width: 767px){
	.index-visual {
		height: 520px;
	}
}
@media (max-width: 519px){
	.index-visual {
		height: 79vh;
	}
}
.index-visual__open {
	position: absolute;
	z-index: 2;
	left: 50%;
	top: 50%;
	width: 430px;
	height: 250px;
	margin: -320px 0 0 -210px;
}
@media (max-width: 1120px){
	.index-visual__open {
		width: 350px;
		height: 200px;
		margin: -250px 0 0 -180px;
	}
}
@media (max-width: 767px){
	.index-visual__open {
		width: 250px;
		height: 150px;
		margin: -230px 0 0 -133px;
	}
}
@media (max-width: 767px){
	.index-visual .content-wrapper {
		bottom: 5%;
	}
}
.index-visual__access-inner {
	width: 167px;
	height: 167px;
	border: 2px solid #ffe7e1;
	box-sizing: border-box;
	border-radius: 50%;
	background: #ee8164;
	font-size: 18px;
	text-align: center;
	line-height: 1.1;
	color: #ffe7e1;
	display: table-cell;
	vertical-align: middle;
}
@media (max-width: 767px){
	.index-visual__access-inner {
		width: 96px;
		height: 96px;
		font-size: 10px;
		line-height: 1.3;
	}
	.index-visual__oricon{
		width: 136px;
		padding: 0;
	}
}
.index-visual__access--place {
	display: block;
	margin: 0 auto;
	color: #fff;
	font-size: 22px;
}
.index-visual__access--open {
	display: block;
	width: 130px;
	margin: 7px auto 0;
	padding-top: 7px;
	border-top: 1px solid #ffe7e1;
	font-size: 26px;
	line-height: 1;
	color: #fff;
}
@media (max-width: 767px){
	.index-visual__access--place {
		font-size: 12px;
	}
	.index-visual__access--open {
		width: 74px;
		margin: 4px auto;
		padding-top: 4px;
		font-size: 16px;
		line-height: 1.1;
	}
}
.index-visual__list {
	position: relative;
	z-index: 1;
	height: 840px;
}
.index-visual__item {
	height: 840px;
}
.index-visual__img {
	height: 840px;
}
@media (max-width: 1119px){
	.index-visual__list {
		height: 600px;
	}
	.index-visual__item {
		height: 600px;
	}
	.index-visual__img {
		height: 600px;
	}
}
@media (min-width: 520px) and (max-width: 767px){
	.index-visual__list {
		height: 520px;
	}
	.index-visual__item {
		height: 520px;
	}
	.index-visual__img {
		height: 520px;
	}
}
@media (max-width: 519px){
	.index-visual__list {
		height: 79vh;
	}
	.index-visual__item {
		height: 79vh;
	}
	.index-visual__img {
		height: 79vh;
	}
}
.index-visual .bx-wrapper .bx-viewport {
	z-index: 1;
	background: none !important;
	left: 0;
}
.bx-wrapper .bx-pager {
	bottom: 12px;
	z-index: 2;
}
@media (max-width: 1119px){
	.bx-wrapper .bx-pager {
		display: none;
	}
}
@media (max-width: 767px){
	.bx-wrapper .bx-pager {
		display: none;
	}
}
.bx-wrapper .bx-pager.bx-default-pager a {
	width: 8px;
	height: 8px;
	margin: 0 6px;
	background: #7f7f7f;
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #c79d5c;
}


.index-visual__title {
	background: url(/assets/images/common/bg_noized_beige_medium.png);
	text-align: center;
	color: #AA8B63;
	padding: 64px 0 52px;
}
.index-visual__title--bottom{
	text-align: center;
	color: #AA8B63;
	padding: 60px 0;
}
.index-visual__text {
	text-align: center;
	font-size: 20px;
	line-height: 30px;
	font-weight: 600;
	letter-spacing: 0.1px;
}
.index-visual__text--bottom{
	font-size: 32px;
}
.index-visual__subtext{
	font-size: 32px;
	display: inline-block;
	margin-bottom: 24px;
	position: relative;
	font-weight: 600;
	letter-spacing: 0.05px;
}
.index-visual__subtext--bottom{
	font-size: 20px;
	display: inline-block;
	padding: 6px 50px;
	margin-bottom: 20px;
	position: relative;
}
.index-visual__subtext--bottom:before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 1px;
	margin: 0 auto;
	text-align: center;
	background-image: -webkit-linear-gradient(left, transparent, #7B633D 25%, #7B633D 75%, transparent);
	background-image: linear-gradient(to right, transparent, #7B633D 25%, #7B633D 75%, transparent);
	background-position: center;
	background-repeat: no-repeat;
}
.index-visual__subtext--bottom:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 1px;
	margin: 0 auto;
	text-align: center;
	background-image: -webkit-linear-gradient(left, transparent, #7B633D 25%, #7B633D 75%, transparent);
	background-image: linear-gradient(to right, transparent, #7B633D 25%, #7B633D 75%, transparent);
	background-position: center;
	background-repeat: no-repeat;
}
.index-visual__subtext span{
	display: block;
	font-size: 24px;
	line-height: 44px;
	letter-spacing: 0;
}
.index-visual__subtext::before{
	content: '';
	position: absolute;
	top: 11px;
	left: -15px;
	height: 29px;
	width: 1px;
	margin: 0 auto;
	text-align: center;
	background: #AA8B63;
	transform: rotate(-40deg);
}
.index-visual__subtext::after {
	content: '';
	position: absolute;
	top: 11px;
	right: -17px;
	height: 29px;
	width: 1px;
	margin: 0 auto;
	background: #AA8B63;
	transform: rotate(40deg);
}
@media (max-width: 767px){
	.index-visual__title{
		padding: 30px 0;
	}
	.index-visual__title--bottom{
		padding: 30px 0;
	}
	.index-visual__text {
		font-size: 12px;
		line-height: 20px;
		letter-spacing: 0.01px;
	}
	.index-visual__text--bottom{
		font-size: 20px;
	}
	.index-visual__subtext {
		font-size: 20px;
		margin-bottom: 19px;
		letter-spacing: 0;
		line-height: 1.9;
		&::before{
			top: 6px;
			left: -17px;
		}
		&::after{
			top: 6px;
			right: -17px;
		}
	}
	.index-visual__subtext span{
		font-size: 16px;
		line-height: 1.3;
	}
	.index-visual__subtext--bottom{
		font-size: 16px;
	}
}







/* index-topics
-------------------------------------------------- */
.index-topics {
	padding: 40px 0 60px;
	background: url(/assets/images/common/bg_noized_beige_medium.png);
	overflow: hidden;
}
@media (max-width: 1119px){
	.index-topics {
		padding: 30px 0 10px;
		text-align: center;
	}
	.index-topics .index-hdg-en,
	.index-topics .index-hdg-ja {
		display: inline-block;
		vertical-align: middle;
	}
	.index-topics .index-hdg-ja {
		margin: 0 0 0 7px;
	}
}
.index-topics__slider {
	position: relative;
	width: 100%;
	margin: 40px 0 0;
}
@media (max-width: 1119px){
	.index-topics__slider {
		width: auto;
		margin: 10px 0 0;
	}
}
.index-topics .bx-wrapper .bx-viewport {
	left: 0;
	background: transparent;
}
@media (max-width: 1119px){
	.index-topics .bx-wrapper {
		margin: 0 10px;
	}
}
@media (max-width: 767px){
	.index-topics__slider {
		margin: 10px 0 0;
	}
}

.index-topics .bx-wrapper .bx-controls-direction a.disabled {
	display: block !important;
}
.index-topics .bx-wrapper .bx-controls-direction a {
	z-index: 10;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #83685b;
	text-indent: 0;
	text-align: center;
	line-height: 40px;
	color: #fff;
}
.index-topics .bx-wrapper .bx-controls-direction a:hover {
	opacity: 1;
	background: #755349;
}
.index-topics .bx-wrapper .bx-prev {
	left: -60px;
}
.index-topics .bx-wrapper .bx-prev:before {
	content: "\e905";
	left: -60px;
	font-family: 'blanc-rire-osaka' !important;
}
.index-topics .bx-wrapper .bx-prev span {
	display: none;
}
.index-topics .bx-wrapper .bx-next {
	right: -60px;
}
.index-topics .bx-wrapper .bx-next:before {
	content: "\e900";
	left: -60px;
	font-family: 'blanc-rire-osaka' !important;
}
@media (max-width: 1270px){
	.index-topics .bx-wrapper .bx-prev {
		left: -60px;
	}
	.index-topics .bx-wrapper .bx-prev:before {
		left: -60px;
	}
	.index-topics .bx-wrapper .bx-next {
		right: -60px;
	}
	.index-topics .bx-wrapper .bx-next:before {
		right: -60px;
	}
}
@media (max-width: 767px){
	.index-topics .bx-wrapper .bx-controls-direction a {
		width: 25px;
		height: 25px;
		font-size: 12px;
		line-height: 25px;
	}
	.index-topics .bx-wrapper .bx-viewport {
		overflow: visible !important;
	}
	.index-topics .bx-wrapper .bx-prev {
		left: 4px;
	}
	.index-topics .bx-wrapper .bx-prev:before {
		left: 4px;
	}
	.index-topics .bx-wrapper .bx-next {
		right: 4px;
	}
	.index-topics .bx-wrapper .bx-next:before {
		right: 4px;
	}
}
.index-topics .bx-wrapper .bx-next span {
	display: none;
}
.index-topics__list {
}
.index-topics__item {
	position: relative;
	float: left;
	width: 265px;
	margin-right: 20px;
	padding-bottom: 20px;
	background: #fff;
}
.index-topics__item.__is-new:before {
	content: "";
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	width: 68px;
	height: 45px;
	background: url(/assets/images/common/icn_new.png) left top no-repeat;
}
@media (max-width: 767px){
	.index-topics__item {
		width: auto;
		margin: 0;
		padding: 15px 10px 15px;
		background: transparent;
		text-align: left;
	}
	.index-topics__item.__is-new:before {
		z-index: 1;
		left: 10px;
		top: 15px;
	}
}
.index-topics__link {
	position: relative;
	display: block;
	min-height: 130px;
	text-align: center;
}
@media (max-width: 767px){
	.index-topics__link {
		min-height: 124px;
		margin: 0;
		padding: 0 0 15px;
		background: #fff;
	}
}
.index-topics__img {
	height: 180px;
}
@media (max-width: 767px){
	.index-topics__img {
		position: absolute;
		left: 15px;
		top: 24px;
		width: 100px;
		height: 100px;
	}
}
.index-topics__category {
	overflow: visible;
	display: inline-block;
	position: relative;
	top: -13px;
	height: 26px;
	margin: 0 auto;
	padding: 0 14px;
	line-height: 26px;
	background: #000;
	color: #fff;
	font-size: 13px;
}
@media (max-width: 767px){
	.index-topics__category {
		z-index: 2;
	}
}
.index-topics__category:before,
.index-topics__category:after {
	content: "";
	position: absolute;
	top: 0;
	width: 20px;
	height: 26px;
	box-sizing: border-box;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 13px solid transparent;
	border-bottom: 13px solid transparent;
}
.index-topics__category:before {
	left: -20px;
	border-right: 10px solid #000;
}
.index-topics__category:after {
	right: -20px;
	border-left: 10px solid #000;
}
.index-topics__category--fair {
	background: #b19975;
}
.index-topics__category--fair:before {
	border-right: 10px solid #b19975;
}
.index-topics__category--fair:after {
	border-left: 10px solid #b19975;
}
.index-topics__category--campaign {
	background: #847869;
}
.index-topics__category--campaign:before {
	border-right: 10px solid #847869;
}
.index-topics__category--campaign:after {
	border-left: 10px solid #847869;
}
.index-topics__category--information {
	background: #bb887a;
}
.index-topics__category--information:before {
	border-right: 10px solid #bb887a;
}
.index-topics__category--information:after {
	border-left: 10px solid #bb887a;
}
.index-topics__category--important {
	background: #981e18;
}
.index-topics__category--important:before {
	border-right: 10px solid #981e18;
}
.index-topics__category--important:after {
	border-left: 10px solid #981e18;
}
.index-topics__tag {
	margin: 1px 20px -4px;
	text-align: left;
}
@media (max-width: 767px){
	.index-topics__tag {
		margin: 0 20px 0 130px;
		font-size: 10px;
	}
}
.index-topics__tag-item {
	display: inline-block;
	padding: 2px 3px;
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 4px;
}
.index-topics__tag-item--red {
	border: 1px solid #ab4e3f;
	background: #ab4e3f;
	color: #fff;
}
.index-topics__tag-item--white {
	border: 1px solid #deb9b0;
	background: #fff;
	color: #ab4e3f;
}
.index-topics__title {
	margin: 12px 20px 0;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	line-height: 1.4;
	color: #4e4544;
}
.index-topics__btn {
	margin: 13px 20px 0;
}
.index-topics__btn .btn {
	display: block;
	width: auto;
}
.index-topics__btn .btn a {
	display: block;
	width: auto;
	font-size: 13px;
	line-height: 43px;
}

@media (max-width: 767px){
	.index-topics__title {
		margin: 2px 20px 0 130px;
		font-size: 13px;
	}
	.index-topics__btn {
		margin: -4px 0 0;
		padding: 0 15px 15px;
		background: #fff;
	}
}
.index-topics__txt {
	margin: 12px 20px 0;
	font-size: 13px;
	text-align: left;
	line-height: 1.6;
	color: #665e5a;
}
@media (max-width: 767px){
	.index-topics__txt {
		margin: 10px 20px 0 130px;
		font-size: 10px;
	}
}
.index-date {
	margin: 10px 20px 0;
	font-size: 13px;
	text-align: left;
	line-height: 1.6;
	color: #665e5a;
}
@media (max-width: 767px){
	.index-date {
		margin: 4px 20px 0 130px;
		font-size: 10px;
	}
}








/* index-top-banner
----------------------------------------------------------------------------- */
.index-top-banner {
	padding: 0 0 60px;
}
.index-top-banner .content-wrapper {
	max-width: 932px;
}
.index-top-banner__title {
	font-size: 28px;
	text-align: center;
	color: #8a714c;
}
.index-top-banner__list {
	/* margin-top: 25px; */
}
.index-top-banner__item {
	margin-top: 30px;
	line-height: 0;
}
.index-top-banner__item a {
	display: block;
	text-align: center;
}
.index-top-banner__item:first-child {
	margin-top: 0;
}
.index-top-banner__link {
	display: block;
}
@media (max-width: 1119px){
	.index-top-banner {
		padding: 0 0 30px;
	}
	.index-top-banner__title {
		font-size: 18px;
	}
	.index-top-banner__list{
		/* margin-top: 16px; */
	}
	.index-top-banner__item {
		margin-top: 10px;
		margin-left: 10px;
		margin-right: 10px;
	}
	.index-top-banner__item .visible-sp{
		display: none !important;
	}
	.index-top-banner__item .visible-pc{
		display: block !important;
	}
}
@media (max-width: 767px){
	.index-top-banner__item .visible-sp{
		display: block !important;
	}
	.index-top-banner__item .visible-pc{
		display: none !important;
	}
}








/* index-concept
-------------------------------------------------- */
.index-concept {
	padding: 95px 0 90px;
	background-image: url(/assets/images/index/concept_bg_pc.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
.index-concept__inner{
	max-width: 42%;
	margin: 0 auto 0 0;
}
.index-concept__copy-main {
	margin-top: 24px;
	font-size: 28px;
	text-align: center;
	letter-spacing: -0.04em;
}
.index-concept__copy-sub {
	margin-top: 20px;
	font-size: 15px;
	line-height: 2;
	text-align: center;
	color: #665e5a;
}
.index-concept__more {
	margin-top: 24px;
	text-align: center;
}
.index-concept__table {
	display: table;
	width: 100%;
	margin-top: 88px;
	background: #f0e8db;
}
.index-concept__row {
	display: table-row;
}

.index-concept__cell {
	display: table-cell;
	padding: 87px 30px 85px;
	width: 50%;
	text-align: center;
	vertical-align: middle;
	transition: opacity 0.3s ease;
}
.index-concept__cell-txt {
	background: url('/assets/images/common/bg_noized_beige_light.png');
	position: relative;
}
.index-concept__cell-txt:after {
	content: "";
	display: block;
	width: 28px;
	height: 28px;
	position: absolute;
	right: 0;
	bottom: 0;
	background: url(/assets/images/common/cell_arrow-right.png) no-repeat center;
}
.index-concept__cell-txt:before {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	top: 0;
	transition: opacity 0.3s ease;
	opacity: 0;
	background: url('/assets/images/common/bg_noized_beige_semidark.png');
	pointer-events: none;
}
.index-concept__row:hover .index-concept__cell-img {
	opacity: 0.7;
}
.index-concept__row:hover .index-concept__cell-txt,
.index-concept__row:hover .index-concept__cell-txt:before {
	opacity: 1;
}
.index-concept__cell-txt .index-hdg-en,
.index-concept__cell-txt .index-hdg-ja,
.index-concept__title,
.index-concept__txt {
	position: relative;
	z-index: 2;
}
.index-concept__title {
	margin-top: 36px;
	font-size: 18px;
	font-weight: bold;
}
.index-concept__txt {
	margin-top: 16px;
	font-size: 15px;
}
@media (min-width: 768px) and (max-width: 1119px){
	.index-concept {
		padding: 320px 0 90px;
		background-image: url(/assets/images/index/concept_bg_tab.png);
		background-repeat: no-repeat;
		background-position: center top;
		background-size: cover;
	}
	.index-concept__inner{
		max-width: 100%;
		margin: 0;
	}
	.index-concept .content-wrapper {
		padding: 0;
	}
	.index-concept__table {
		margin-top: 50px;
	}
}
@media (max-width: 767px) {
	.index-concept {
		background: url(/assets/images/index/concept_bg_sp.png) no-repeat top center;
		background-size: contain;
		padding: 195px 0 40px;
		border-bottom: solid 1px #e1ddd8;
	}
	.index-concept__inner{
		max-width: 100%;
		margin: 0;
	}
	.index-concept .index-hdg-ja {
		margin-top: 6px;
	}
	.index-concept__copy-main {
		font-size: 18px;
		font-weight: bold;
		letter-spacing: 0.1em;
		margin-top: 13px;
		line-height: 1.7;
	}
	.index-concept__copy-sub {
		line-height: 1.6;
		margin-top: 20px;
	}
	.index-concept__more {
		margin-top: 17px;
	}
	.index-concept__more .btn a{
		width: 180px;
		line-height: 40px;
	}
	.index-concept__table {
		margin: 28px 0 0;
		display: block;
		width: auto;
		background: #fff;
	}
	.index-concept__table .index-concept__row:last-child .index-concept__cell-txt {
		padding: 40px 20px 37px 20px;
	}
	.index-concept__table .index-concept__row:last-child{
		margin-bottom: 0;
	}
	.index-concept__row {
		display: block;
		position: relative;
		margin-bottom: 10px;
		background: url(/assets/images/common/bg_noized_beige_light.png);
	}
	.index-concept__row:nth-child(even) {
		margin-top: 197px;
	}
	.index-concept__row:nth-child(even) .index-concept__cell-img {
		position: absolute;
		top: -187px;
	}
	.index-concept__cell {
		display: block;
		width: 100%;
	}
	.index-concept__cell > .index-concept-hdg-ja {
		margin-top: 0;
	}
	.index-concept__cell-txt {
		padding: 25px 20px 30px 20px;
		max-width: 100%;
		width: auto;
		background-size: 19px 19px;
	}
	.index-concept__cell-img {
		padding: 0;
		height: 187px;
	}
	.index-concept__title {
		font-size: 15px;
		font-weight: bold;
		color: #665e5a;
		margin-top: 13px;
	}
	.index-concept__txt {
		font-size: 13px;
		color: #665e5a;
		margin-top: 10px;
	}
}

/* box-concept renewal */
.box-concept{
	position: absolute;
	left: 0;
	top: -278px;
	width: 100%;
}
.box-concept__wrap{
	max-width: 1180px;
	padding: 0 30px;
	box-sizing: border-box;
	margin: 0 auto;
}
.box-concept__inner{}
.box-concept .box-image{
	position: absolute;
	top: -72px;
	right: 0;
	width: 790px;
	font-size: 0;
}
.box-concept__bg{
	background: #fff;
	position: relative;
	max-width: 518px;
	box-sizing: border-box;
}
.box-concept__bg .overlay{
	display: block;
	width: 100%;
	height: 100%;
	background: linear-gradient(317.03deg, #F0EBDF 1.77%, #FAF9F5 98.23%);
	position: absolute;
	top: 50px;
	left: -50px;
}
.box-concept__info{
	position: relative;
	z-index: 1;
	padding: 80px;
	background: #fff;
}
.box-concept__info > p,
.box-concept__info > div{
	position: relative;
	z-index: 1;
}
.box-concept__info::before,
.box-concept__info::after{
	content: "";
	position: absolute;
	display: block;
	pointer-events: none;
}
.box-concept__info::before{
	width: 333px;
	height: 263px;
	background: url("/assets/images/index/concept_bg_01_pc.png") no-repeat top left;
	background-size: contain;
	top: 0;
	right: 0;
}
.box-concept__info::after{
	width: 318px;
	height: 144px;
	background: url("/assets/images/index/concept_bg_02_pc.png") no-repeat top left;
	background-size: contain;
	bottom: 0;
	left: 0;
}
.box-concept__title{
	font-weight: 600;
	font-size: 32px;
	line-height: 1.5;
	color: #4E4544;
}
.box-concept__subtitle{
	font-weight: 600;
	font-size: 18px;
	line-height: 1.67;
	color: #AA8B63;
	margin-top: 10px;
}
.box-concept__text{
	font-weight: 300;
	font-size: 15px;
	line-height: 2;
	color: #665E5A;
	margin-top: 10px;
}
.box-concept__button{
	margin-top: 50px;
}
@media (min-width: 1601px){
	.box-concept__bg{
		max-width: 32.375vw;
	}
}
@media (min-width: 960px) and (max-width: 1599px){
	.box-concept .box-image{
		width: 49.375vw;
		height: 700px;
	}
	.box-concept .box-image picture{
		height: 100%;
	}
	.box-concept .box-image picture img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
}
@media (min-width: 960px) and (max-width: 1280px){
	.box-concept__bg{
		max-width: 420px;
	}
	.box-concept__bg .overlay{
		left: -2vw;
	}
	.box-concept__info{
		padding: 80px 40px;
	}
}
@media (max-width: 959px){
	.box-concept{
		position: relative;
		left: auto;
		top: auto;
		margin-bottom: 50px;
	}
	.box-concept__wrap{
		padding: 0;
	}
	.box-concept .box-image{
		position: relative;
		top: auto;
		right: auto;
		width: auto;
	}
	.box-concept .box-image img{
		width: 100%;
	}
	.box-concept__bg{
		max-width: none;
		background: transparent;
		padding: 0 15px;
		margin-top: -10px;
	}
	.box-concept__bg .overlay{
		display: none;
	}
	.box-concept__info{
		padding: 50px 20px;
		text-align: center;
	}
	.box-concept__info::before{
		width: 199px;
		height: 166px;
		background: url("/assets/images/index/concept_bg_01_sp.png") no-repeat top left;
		background-size: contain;
	}
	.box-concept__info::after{
		width: 197px;
		height: 127px;
		background: url("/assets/images/index/concept_bg_02_sp.png") no-repeat top left;
		background-size: contain;
	}
	.box-concept__title{
		font-size: 18px;
	}
	.box-concept__subtitle{
		font-size: 14px;
		line-height: 1.5;
	}
	.box-concept__text{
		font-size: 14px;
		line-height: 1.64;
	}
	.box-concept__button{
		margin-top: 30px;
	}
}




/* index-dish
-------------------------------------------------- */
.index-dish {
	padding: 68px 0;
	text-align: left;
	background-image: url(/assets/images/index/dish_bg_pc.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-color: #e4e4e4;
}
.index-dish .content-wrapper {
	width: 500px;
	padding: 80px 30px 88px;
	box-sizing: border-box;
	background: url(/assets/images/common/bg_noized_beige_light.png);
}
.index-dish .index-hdg-en {
}
.index-dish .index-hdg-ja {
}
.index-dish__title {
	margin-top: 42px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.index-dish__txt {
	margin-top: 20px;
	font-size: 14px;
	text-align: center;
}
.index-dish__more {
	margin-top: 48px;
	text-align: center;
}
@media (min-width: 768px) and (max-width: 1119px) {
	.index-dish {
		text-align: left;
		background-image: url(/assets/images/index/dish_bg_tab.jpg);
		background-repeat: no-repeat;
		background-position: top center;
		background-size: auto 630px;
		padding: 282px 0 20px;
	}
	.index-dish .content-wrapper {
		width: auto;
		margin: 0 50px;
		box-sizing: border-box;
		padding: 45px 40px 50px;
	}
	.index-dish__title {
		margin-top: 30px;
	}
	.index-dish__title br,
	.index-dish__txt br {
		display: none;
	}
	.index-dish__txt {
		margin-top: 10px;
	}
	.index-dish__more {
		margin-top: 25px;
	}
}
@media (max-width: 767px) {
	.index-dish {
		background: url(/assets/images/index/dish_bg_sp.jpg) no-repeat;
		background-size: contain;
		padding: 55% 0 0;
		margin-top: 10px;
	}
	.index-dish .content-wrapper {
		width: auto;
		padding: 32px 20px 37px;
	}
	.index-dish__title {
		font-size: 15px;
		margin-top: 15px;
	}
	.index-dish__txt {
		font-size: 13px;
		margin-top: 15px;
		line-height: 1.8;
	}
	.index-dish__more {
		margin-top: 15px;
	}
	.index-dish__more .btn a{
		width: 180px;
		line-height: 40px;
	}
}






/* index-space
-------------------------------------------------- */
.index-linear-bg{
	background: linear-gradient(180deg, #F9F7F2 0%, #FFFFFF 100%);
	position: relative;
	padding-top: 470px;
}
.index-space{
	background: url("/assets/images/index/bg_index_space.png") no-repeat top center;
	padding: 0 0 126px;
}
.index-space__content{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}
.index-space__item{
	width: 50%;
	padding: 0 10px;
	box-sizing: border-box;
}
.index-space__item.renewal-space a{
	position: relative;
	&::before{
		content: '';
		display: block;
		position: absolute;
		background: url(/assets/images/common/icon_renewal.png) no-repeat center bottom;
		background-size: contain;
		top: 0;
		left: 60px;
		width: 157px;
		height: 100px;
		max-width: 157px;
		max-height: 100px;
		z-index: 1;
	}
}
.index-space__link{
	display: block;
}
.index-space__photo{
	font-size: 0;
	position: relative;
}
.index-space__photo picture{
	display: block;
}
.index-space__arrow{
	width: 75px;
	height: 75px;
	background-color: #512822;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	right: 0;
	bottom: -37px;
}
.index-space__arrow::after{
	content: "\e900";
	font-family: 'blanc-rire-osaka';
	color: #fff;
	font-size: 20px;
}
.index-space__info{
	margin-top: 27px;
}
.index-space__heading{
	display: flex;
	align-items: center;
	line-height: 1;
}
.index-space__heading span{
	font-size: 30px;
	color: #8a714c;
	letter-spacing: 0.05em;
}
.index-space__heading em{
	font-size: 14px;
	color: #ec937b;
	letter-spacing: 0.05em;
	font-weight: normal;
	margin-left: 12px;
}
.index-space__text{
	font-size: 14px;
	letter-spacing: 0.05em;
	color: #665e5a;
	margin-top: 10px;
}
@media (max-width: 1119px){
	.index-space__item.renewal-space a::before{
		width: 9.8125vw;
		height: 6.25vw;
	}
}
@media (min-width: 768px) {
	.index-space__item.-full{
		width: 100%;
		margin-bottom: 103px;
	}
	.index-space__item.-full .index-space__info{
		display: flex;
		align-items: center;
	}
	.index-space__item.-full .index-space__text{
		margin: 0 0 0 24px;
	}
}
@media (max-width: 959px) {
	.index-linear-bg{
		padding-top: 0;
	}
}
@media (max-width: 767px) {
	.index-space{
		background: url("/assets/images/index/bg_index_space_sp.png") no-repeat top center;
		background-size: 110%;
		padding: 0 0 32px;
	}
	.index-space__content{
		margin: 0;
	}
	.index-space__item{
		width: 100%;
		padding: 0;
	}
	.index-space__item.renewal-space a::before{
		width: 86px;
		height: 55px;
		left: 15px;
	}
	.index-space__item + .index-space__item{
		margin-top: 40px;
	}
	.index-space__photo img{
		width: 100%;
	}
	.index-space__arrow{
		width: 50px;
		height: 50px;
		bottom: -25px;
	}
	.index-space__arrow::after{
		font-size: 16px;
	}
	.index-space__info{
		margin-top: 20px;
	}
	.index-space__heading{
		display: flex;
		align-items: center;
		line-height: 1;
	}
	.index-space__heading span{
		font-size: 23px;
	}
	.index-space__heading em{
		font-size: 9px;
	
	}
	.index-space__text{
		font-size: 13px;
		margin-top: 15px;
	}
	a.index-space__link:hover{
		opacity: 1;
	}
}







/* index-report
-------------------------------------------------- */
.index-report {
	padding: 70px 0;
	background: #fff;
}
.index-report .content-wrapper {
	padding: 50px 0;
	background-image: url(/assets/images/index/report_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.index-report .index-hdg-en {
	margin-top: 20px;
}

.index-report__coming {
	text-align: center;
}
.index-report__coming-img {
	display: inline-block;
}

.index-report__lead {
	margin-top: 20px;
	text-align: center;
	color: #fff;
}
.item-break-tb {
	display: none;
}
@media (min-width: 768px) and (max-width: 1119px) {
	.index-report {
		padding: 30px;
	}
	.item-break-tb {
		display: block;
	}
}
@media (max-width: 767px) {
	.index-report {
		padding: 0;
		background: url(/assets/images/index/report_bg_sp.png) no-repeat top center;
		background-size: cover;
	}
	.index-report .content-wrapper {
		background: none;
		max-width: 175px;
		margin: 0 auto;
		padding: 38px 0 33px;
	}
	.index-report__coming img {
		width: 155px;
		height: auto;
	}
	.index-report .index-hdg-en {
		font-size: 30px;
		margin-top: 23px;
	}
}




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

.report-list-data{
	margin: 0 -5px 30px;
}
.report-list-data > li{
	padding: 0 5px;
}
.report-list-data .box-link{
	margin-bottom: 45px;
}
.report-list-data .box-link__title{
	margin-bottom: 5px;
	font-weight: normal;
}
.report-list-data .box-link__title a{
	color: #4e4544;
	font-size: 18px;
	display: block;
	text-align: center;
}
.report-list-data .box-link__image{
	padding-bottom: 63.965%;
	height: 0;
	margin-bottom: 15px;
	transition: opacity .3s;
}
.report-list-data .box-link:hover .box-link__image {
	opacity: 0.7;
}
.report-list-data .box-link__image.js-fullbg {
	background-position: center top !important;
}


@media (max-width: 767px){
	.report-list-data{
		margin-bottom: 5px;
	}
	.report-list-data .box-link{
		margin-bottom: 25px;
	}
	.report-list-data .box-link__image{
		margin-bottom: 10px;
	}
	.report-list-data .box-link__title a{
		font-size: 15px;
	}
	.report-list-data .box-link__text{
		font-size: 12px;
	}
}



.index-report02 .index-hdg-ja{
	color: #4e4544;
}
.index-report02-wrapper .content-wrapper{
	max-width: 1680px;
}
.index-report02__lead{
	text-align: center;
	margin: 24px 0 40px;
	font-size: 15px;
}
.index-report02-wrapper {
	padding: 60px 0;
	background: url("/assets/images/guesthouse/guesthouse_contents_bg.png") no-repeat center;
	background-size: cover;
}

.index-report02__more{
	text-align: center;
	margin-top: 30px;
}

@media (max-width: 767px) {
	.index-report02-wrapper {
		padding: 37px 0 25px;
		background: url("/assets/images/guesthouse/guesthouse_contents_bg.png") no-repeat center top;
		background-size: 100% auto;
	}
	.index-report02__lead{
		font-size: 14px;
		margin: 20px 0 26px;
	}

	.index-report02__more{
		margin-top: 20px;
	}
	.index-report02__more .btn a {
		width: 180px;
		line-height: 40px;
	}
}
.report-icn {
	display: inline-block;
	margin-left: 8px;
}
.report-icn--maternity {
	display: inline-block;
	margin-right: 3px;
	padding: 0px 3px;
	border: 1px solid #de795d;
	font-size: 11px;
	color: #de795d;
	vertical-align: baseline;
}
.report-icn--papamama {
	display: inline-block;
	margin-right: 3px;
	padding: 0px 3px;
	border: 1px solid #a45bce;
	font-size: 11px;
	color: #a45bce;
}
@media (max-width: 767px){
	.report-icn {
		display: block;
		margin-top: 5px;
		margin-left: 0;
	}
}

/* index-philosophy
-------------------------------------------------- */
.index-philosophy {
	padding: 80px 0 90px;
	background: #303030 url("/assets/images/index/philosophy_bg.png") no-repeat center;
	background-size: cover;
}
.index-philosophy__title {
	margin-top: 40px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #fff;
}
.index-philosophy__txt {
	margin-top: 30px;
	font-size: 14px;
	text-align: center;
	color: #fff;
}
.index-philosophy__photo-list {
	margin-top: 40px;
	text-align: center;
}
.index-philosophy__photo-item {
	display: inline-block;
	margin-right: 10px;
}
.index-philosophy .index-space__more {
	display: block;
	text-align: center;
	margin-top: 20px;
}
.index-space__more .btn {
	margin-right: 20px;
}
.index-space__more .btn:last-child {
	margin-right: 0;
}
.index-philosophy .index-middle-banner__oricon{
	margin-top: 20px;
}
@media (max-width: 767px) {
	.index-philosophy {
		padding: 35px 0;
		background: #585858 url("/assets/images/index/philosophy_bg_sp.jpg") no-repeat top center;
		background-size: cover;
	}
	.index-philosophy .content-wrapper {
		padding: 0 22px;
	}
	.index-philosophy__title {
		font-size: 15px;
		margin-top: 23px;
	}
	.index-philosophy__txt {
		line-height: 1.65;
		margin-top: 15px;
	}
	.index-philosophy__photo-list {
		margin-top: 22px;
	}
	.index-philosophy__photo-item {
		margin-right: 5px;
	}
	.index-philosophy__photo-item:nth-child(n+5) {
		display: none;
	}
	.index-philosophy__photo-item img {
		width: 60px;
		height: 60px;
	}
	.index-philosophy .index-space__more {
		margin-top: 30px;
	}
	.index-philosophy .index-space__more .btn {
		margin: 0 0 15px 0;
		display: block;
	}
	.index-philosophy .index-space__more .btn a {
		width: 180px;
		line-height: 40px;
		margin: 0 auto;
	}
}







/* index-middle-banner
-------------------------------------------------- */
.index-middle-banner {
	padding: 74px 0 74px;
	background: #fff;
	overflow: hidden;
}
.index-middle-banner__list {
	overflow: hidden;
	margin: 0 -10px;
}
.index-middle-banner__item {
	padding: 0 10px;
}
a.index-middle-banner__item-link {
	display: table;
	background: url(/assets/images/common/bg_noized_beige_light.png);
	width: 100%;
	position: relative;
}
a.index-middle-banner__item-link:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(/assets/images/common/bg_noized_beige_semidark.png);
	opacity: 0;
	transition: opacity 0.3s ease;
}
a.index-middle-banner__item-link:hover {
	opacity: 1;
}
.index-middle-banner__img {
	display: table-cell;
	z-index: 1;
	width: 54%;
	height: 260px;
	transition: opacity 0.3s ease;
	position: relative;
}
a.index-middle-banner__item-link:hover .index-middle-banner__img {
	opacity: 0.7;
}
a.index-middle-banner__item-link:hover:before {
	opacity: 1;
}
.index-middle-banner__img,
.index-middle-banner__txt-wrapper {
	z-index: 2;
}
.index-middle-banner__txt-wrapper {
	display: table-cell;
	z-index: 2;
	left: 0;
	top: 0;
	width: 46%;
	height: 260px;
	padding: 20px;
	box-sizing: border-box;
	vertical-align: middle;
	position: relative;
}
.index-middle-banner__txt-wrapper:after {
	content: "";
	display: block;
	width: 28px;
	height: 28px;
	position: absolute;
	right: 0;
	bottom: 0;
	background: url(/assets/images/common/cell_arrow-right.png) no-repeat;
}
.index-middle-banner__hdg-en {
	font-size: 22px;
	text-align: center;
	line-height: 1.3;
	color: #8a714c;
}
.index-middle-banner__item:first-child .index-middle-banner__hdg-en {
	padding: 0 40px;
}
.index-middle-banner__hdg-ja {
	margin-top: 6px;
	font-size: 12px;
	text-align: center;
	line-height: 1;
	color: #ec937b;
}
.index-middle-banner__txt {
	margin-top: 18px;
	text-align: center;
}
.index-middle-banner__txt--sp {
	display: none;
}
.index-middle-banner__oricon{
	font-size: 0;
	display: flex;
	justify-content: center;
	margin-bottom: 35px;
}
@media (max-width: 1119px) {
	.index-middle-banner__txt--sp {
		font-size: 12px;
		margin: 5px 0 0;
		display: block;
	}
	.index-middle-banner__txt {
		display: none;
	}
	.index-middle-banner__img {
		width: 150px;
		height: 120px;
	}
	.index-middle-banner__txt-wrapper {
		width: 100%;
		background-size: 19px 19px;
		height: 120px;
	}
	.index-middle-banner__hdg-en {
		font-size: 14px;
	}
	.index-middle-banner__hdg-ja {
		font-size: 10px;
	}
	.index-middle-banner .index-middle-banner__item:first-child .index-middle-banner__hdg-en {
		padding: 0;
	}
	.index-middle-banner__item-link {
		width: 100%;
		table-layout: fixed;
	}
}
@media (max-width: 767px) {
	.index-middle-banner {
		padding: 30px 0 15px;
	}
	.index-middle-banner .content-wrapper {
		padding: 0 15px;
	}
	.index-middle-banner__item {
		float: none;
		width: 100%;
		margin: 0 0 15px 0;
		height: auto;
	}
	.index-middle-banner__item:last-child{
		margin-bottom: 0;
	}
	.index-middle-banner__oricon{
		margin-bottom: 15px;
	}
}







/* index-news
-------------------------------------------------- */
.index-news {
	padding: 30px 0 34px;
	background: url(/assets/images/common/bg_noized_beige_light.png);
}
.index-news .index-hdg-en {
	position: absolute;
	left: 0;
	right: auto;
	top: 50%;
	bottom: auto;
	width: 170px;
	height: 36px;
	margin: -30px auto auto;
}
.index-news .index-hdg-ja {
	position: absolute;
	left: 0;
	right: auto;
	top: auto;
	bottom: 50%;
	width: 170px;
	height: 16px;
	margin: auto auto -28px;
}
.index-news__list {
	padding-left: 190px;
}
.index-news__item {
	position: relative;
	border-bottom: 1px solid #ddd8cd;
}
.index-news__item:first-child {
	border-top: 1px solid #ddd8cd;
}
.index-news__item-link,
a.index-news__item-link {
	display: block;
}
.index-news__item-link,
a.index-news__item-link,
a.index-news__item-link:link {
	background: transparent;
	opacity: 1;
	transition: opacity .3s ease;
}
a.index-news__item-link:hover {
	background: #ede5d3;
	background: rgba(237, 229, 211, .4);
	opacity: 1;
	color: #dc795f;
}
.index-news__date {
	position: absolute;
	left: 24px;
	top: 19px;
	font-size: 12px;
	color: #665e5a;
}
.index-news__category {
	position: absolute;
	left: 120px;
	top: 16px;
	width: 120px;
	padding: 2px 0;
	font-size: 11px;
	background: #000;
	text-align: center;
	color: #fff;
}
.index-news__category--fair {
	background: #b19975;
}
.index-news__category--campaign {
	background: #847869;
}
.index-news__category--information {
	background: #bb887a;
}
.index-news__category--important {
	background: #981e18;
}
.index-news__txt {
	font-size: 15px;
	text-indent: -14px;
	padding: 15px 0 15px 270px;
}
.index-news__bottom-link {
	margin-top: 15px;
	text-align: right;
	display: none;
}
.index-news__bottom-link-item {
	display: inline-block;
	margin-left: 20px;
}
@media (max-width: 1119px) {
	.index-news {
		padding: 23px 0 0;
	}
	.index-news .index-hdg-en {
		position: relative;
		margin: 0;
		width: auto;
		text-align: center;
		height: auto;
		font-size: 46px;
	}
	.index-news .index-hdg-ja {
		position: relative;
		margin: -1px 0 0;
		width: auto;
		text-align: center;
		height: auto;
		font-size: 12px;
	}
	.index-news__list {
		padding-left: 0;
		margin-top: 20px;
	}
	.index-news__list li:first-child {
		border-top: 1px solid #ddd8cd;
	}
	.index-news__item-link {
		padding: 18px 50px 18px 18px;
	}
	a.index-news__item-link:before {
		content: "\e900";
		font-family: 'blanc-rire-osaka' !important;
		position: absolute;
		right: 5px;
		margin-top: -10px;
		top: 50%;
	}
	.index-news__txt.txt--arrow:before {
		display: none;
	}
	.index-news__date {
		position: relative;
		top: 0;
		left: 0;
		display: inline-block;
		font-size: 13px;
		padding-right: 10px;
	}
	.index-news__category {
		position: relative;
		top: 0;
		left: 0;
		display: inline-block;
		font-size: 10px;
		width: 102px;
		padding: 0;
		line-height: 18px;
	}
	.index-news__txt {
		padding: 0;
		margin-top: 5px;
		font-size: 13px;
		color: #665e5a;
		text-indent: 0;
	}
	.index-news__bottom-link {
		text-align: left;
		margin-top: 0;
		display: none;
		width: 100%;
	}
	.index-news__bottom-link-item {
		margin-left: 0;
		width: 50%;
		box-sizing: border-box;
		text-align: center;
		padding: 11px 30px;
		position: relative;
		vertical-align: middle;
		font-size: 12px;
	}
	.index-news__bottom-link-item {
		display: table-cell;
	}
	.index-news__bottom-link .index-news__bottom-link-item:first-child {
		border-right: 1px solid #ddd8cd;
	}
	.index-news__bottom-link .index-news__bottom-link-item:after {
		content: "\e900";
		font-family: 'blanc-rire-osaka' !important;
		position: absolute;
		right: 5px;
		margin-top: -10px;
		top: 50%;
		line-height: 20px;
	}
	.index-news__bottom-link > .txt--arrow:before {
		display: none;
	}
}
@media (max-width: 767px) {
	.index-news .index-hdg-en {
		font-size: 36px;
	}
	.index-news .index-hdg-ja {
		font-size: 11px;
	}
}
@media (max-width: 1119px){
	.index-news__bottom-link-item .visible-sp{
		display: none !important;
	}
	.index-news__bottom-link-item .visible-pc{
		display: block !important;
	}
}
@media (max-width: 767px){
	.index-news__bottom-link-item .visible-sp{
		display: block !important;
	}
	.index-news__bottom-link-item .visible-pc{
		display: none !important;
	}
}






/* index-bottom-banner
-------------------------------------------------- */
.index-bottom-banner {
	padding: 50px 0 30px;
	background: #fff;
	overflow: hidden;
}
.index-bottom-banner__small-list {
	overflow: hidden;
	margin: 0 -10px;
}
.index-bottom-banner__small-item {
	padding: 0 10px;
}
.index-bottom-banner__small-item a {
	display: block;
}
.index-bottom-banner__large-list {
	padding: 50px 0 0;
}
.index-bottom-banner__large-item {
	margin-bottom: 20px;
}
.index-bottom-banner__large-item a {
	display: block;
	text-align: center;
}
.index-bottom-banner__small-item {
	width: 20%;
}
@media (max-width: 767px) {
	.index-bottom-banner {
		padding: 15px 0 0;
	}
	.index-bottom-banner__small-list {
		display: block;
		margin: 0 -5px;
		padding: 0;
	}
	.index-bottom-banner__small-item {
		display: inline-block;
		box-sizing: border-box;
		width: 50%;
		margin: 0 0 10px 0;
		text-align: center;
		line-height: 0;
		padding: 0 5px;
		margin-right: 0;
	}
	.index-bottom-banner__large-list {
		margin-top: 5px;
		padding-top: 0;
	}
	.index-bottom-banner__large-item {
		margin-bottom: 16px;
	}
}
@media (max-width: 1119px){
	.index-bottom-banner__large-item .visible-sp{
		display: none !important;
	}
	.index-bottom-banner__large-item .visible-pc{
		display: block !important;
	}
}
@media (max-width: 767px){
	.index-bottom-banner__large-item .visible-sp{
		display: block !important;
	}
	.index-bottom-banner__large-item .visible-pc{
		display: none !important;
	}
}
@media (max-width: 767px){
	.bx-wrapper .bx-controls-direction a {
		top: 100px;
	}
}

.bnr_christmas{
    margin: 35px auto;
}
.bnr_christmas a{
    display: block;
}
.bnr_christmas img{
    max-width: 100%;
}
@media (max-width: 767px){
.bnr_christmas{
    margin: 20px auto;
}
}

/* Top button */
.top-button{
	padding-bottom: 40px;
}
.top-button .btn {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	position: relative;
	border: 0;
	background: #b19975;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	text-align: center;
}
.top-button .btn a{
	position: relative;
	display: block;
	border: 1px solid #b19975;
	color: #b19975;
	background: #fff;
	line-height: 1.3;
	font-size: 18px;
	padding: 22px 0;
}
/*.top-button .btn a::before {
	position: absolute;
	top: 50%;
	right: 5px;
	margin-top: -6px;
	color: #fff;
	font-family: 'blanc-rire-osaka' !important;
	font-size: 12px;
	line-height: 12px;
	content: "\e900";
}*/
.top-button .btn a small {
	margin-top: 0.8em;
	font-size: 80%;
}
@media (min-width: 768px){
	.top-button .btn a{
		-webkit-transition: opacity 0.3s ease;
		transition: opacity 0.3s ease;
	}
	.top-button .btn a:hover{
		background: #907751;
		color: #fff;
	}
}
@media (max-width: 767px){
	.top-button{
		padding: 20px 0 30px;
	}
	.top-button .btn a{
		font-size: 16px;
	}
}

/* index-campaign
 *--------------------------------------------------
*/
.section-campaign{
	background: url("/assets/images/common/bg_noized_gray_light.png");
	padding: 0 0 80px;
}
.box-campaign__top{
	position: relative;
}
.box-campaign__photo picture{
	display: block;
	font-size: 0;
	height: 562px;
}
.box-campaign__photo picture img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.box-campaign__wrap{
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 0;
	width: 1120px;
	padding: 0 30px;
	box-sizing: border-box;
	display: flex;
	justify-content: flex-end;
}
.box-campaign__info{
	max-width: 560px;
	text-align: left;
	padding: 60px 80px 0 0;
	box-sizing: border-box;
}
.box-campaign__info .index-hdg-en,
.box-campaign__info .index-hdg-ja{
	text-align: left;
}
.box-campaign__description{
	font-size: 15px;
	line-height: 1.666;
	margin-top: 24px;
}
.box-campaign__info .btn{
	margin-top: 20px;
}
.box-campaign__bottom{
	max-width: 1120px;
	padding: 0 30px;
	margin: -205px auto 0;
	box-sizing: border-box;
}
.box-campaign__bottom > .btn{
	display: none;
}
.box-campaign-slider{
	height: 100%;
}
.box-campaign-slider__item{
	background: #fff;
	display: flex;
	flex-direction: column;
}
.box-campaign-slider__title{
	padding: 12px 12px;
	flex: 1;
	display: flex;
	align-items: center;
	font-size: 16px;
	line-height: 1.5;
	color: #4e4544;
}
.box-campaign .bx-wrapper .bx-viewport{
	background: none;
	left: auto;
}
.box-campaign .bx-wrapper .bx-pager{
	position: relative;
	bottom: auto;
	padding-top: 25px;
	font-size: 0;
}
.box-campaign .bx-wrapper .bx-pager.bx-default-pager a{
	width: 7px;
	height: 7px;
	margin: 0 4px;
	background: #999;
}
.box-campaign .bx-wrapper .bx-pager.bx-default-pager a.active{
	background: #aa8b63;
}
.box-campaign .bx-wrapper .bx-controls-direction a{
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: #978161;
	display: flex;
	justify-content: center;
	align-items: center;
	text-indent: initial;
	margin: 0;
	top: 39.7%;
}
.box-campaign .bx-wrapper .bx-controls-direction a::before{
	display: inline-block;
	font-family: "blanc-rire-osaka";
	font-size: 18px;
	line-height: 1;
	color: #fff;
}
.box-campaign .bx-wrapper .bx-controls-direction a.bx-prev::before{
	content: "\e905";
}
.box-campaign .bx-wrapper .bx-controls-direction a.bx-next::before{
	content: "\e900";
}
.box-campaign .bx-wrapper .bx-controls-direction a.bx-prev{
	left: -48px;
}
.box-campaign .bx-wrapper .bx-controls-direction a.bx-next{
	right: -48px;
}
.box-campaign .bx-wrapper .bx-controls-direction a span{
	display: none;
}
@media only screen and (min-width: 960px) and (max-width: 1200px) {
	.box-campaign__wrap{
		width: 100%;
	}
	.box-campaign__info{
		padding-right: 0;
	}
	.box-campaign .bx-wrapper .bx-pager{
		display: block;
	}
	.box-campaign .bx-wrapper .bx-controls-direction a.bx-prev{
		left: -17px;
	}
	.box-campaign .bx-wrapper .bx-controls-direction a.bx-next{
		right: -17px;
	}
}
@media only screen and (max-width: 959px) {
	.section-campaign{
		background: url("/assets/images/common/bg_noized_gray_light.png");
		padding: 0 0 49px;
	}
	.box-campaign__photo picture{
		height: auto;
	}
	.box-campaign__photo picture img{
		width: 100%;
		height: auto;
		object-fit: initial;
	}
	.box-campaign__wrap{
		position: relative;
		top: auto;
		left: auto;
		-webkit-transform: none;
		transform: none;
		bottom: auto;
		width: 100%;
		padding: 0 15px;
		display: flex;
		justify-content: center;
		margin-top: -25px;
	}
	.box-campaign__info{
		max-width: 100%;
		text-align: center;
		padding: 0 0 0 0;
	}
	.box-campaign__info .index-hdg-en,
	.box-campaign__info .index-hdg-ja{
		text-align: center;
	}
	.box-campaign__description{
		line-height: 1.6;
		margin-top: 10px;
	}
	.box-campaign__info .btn{
		display: none;
	}
	.box-campaign__bottom{
		max-width: 1120px;
		padding: 0 15px;
		margin: 25px auto 0;
		box-sizing: border-box;
	}
	.box-campaign__bottom > .btn{
		display: block;
		margin-top: 8px;
	}
	.box-campaign__bottom > .btn a{
		line-height: 40px;
		margin: 0 auto;
	}
	.box-campaign-slider{
		width: 1000%!important;
	}
	.box-campaign-slider__title{
		padding: 15px 8px;
		font-size: 14px;
	}
	.box-campaign .bx-wrapper .bx-viewport{
		overflow: visible!important;
	}
	.box-campaign .bx-wrapper .bx-pager{
		padding-top: 22px;
		display: block;
	}
	.box-campaign .bx-wrapper .bx-controls-direction a{
		top: 35%;
	}
	.box-campaign .bx-wrapper .bx-controls-direction a.bx-prev{
		left: -28px;
	}
	.box-campaign .bx-wrapper .bx-controls-direction a.bx-next{
		right: -28px;
	}
}


.index-top-wrap .accbox-wrapper {
	background: none;
	padding-top: 55px;
}
.box-fair-bottom {
	background: #fff;
	padding-bottom: 45px;
}
@media only screen and (max-width: 767px) {
	.index-top-wrap .accbox-wrapper {
		padding-top: 2em;
	}
	.box-fair-bottom {
		background: #fff;
		padding-bottom: 30px;
	}
}

.index-movie{
	padding: 0 15px 470px;
}
.index-movie__img{
	text-align: center;
	line-height: 0;
}
.index-movie a{
	display: inline-block;
}
.index-movie-banner__oricon {
	margin-top: 70px;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.index-movie{
		padding-bottom: 50px;
	}
	.index-movie-banner__oricon {
		margin-top: 30px;
	}
}

.index-propose-banner{
	padding: 0 0 80px;
	text-align: center;
	font-size: 0;
}
.index-propose-banner:first-child{
	padding-bottom: 0;
	padding-top: 60px;
	margin-bottom: 40px;
}
.index-propose-banner__link{
	display: inline-block;
}
@media only screen and (max-width: 767px) {
	.index-propose-banner{
		padding: 30px 0 50px;
	}
	.index-propose-banner:first-child{
		margin-bottom: 0;
	}
	.index-propose-banner__link{
		display: block;
	}
	.index-propose-banner img{
		width: 100%;
	}
}

/* Brass group related */
.brass-group-related{
	background: #f5f5f5;
	padding: 55px 0 60px;
}
.brass-group-related__bigtitle{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #8a714c;
	margin-bottom: 40px;
}
.brass-group-related__bigtitle span{
	font-size: 30px;
	font-family: 'Prata', serif;
	line-height: 1;
	letter-spacing: 2px;
}
.brass-group-related__bigtitle em{
	font-size: 13px;
	line-height: 1;
	margin-top: 8px;
	color: #ec937b;
}
.brass-group-related ul{
	margin: 0 -20px;
	display: flex;
}
.brass-group-related ul li{
	width: 50%;
	padding: 0 20px;
}
.brass-group-related__content{
	background: #fff;
	display: flex;
	align-items: center;
}
.brass-group-related__photo{
	flex-shrink: 0;
	font-size: 0;
}
.brass-group-related__photo img{
	width: 180px;
	height: 180px;
	object-fit: cover;
}
.brass-group-related__text{
	padding: 5px 20px;
}
.brass-group-related__title{
	font-size: 18px;
	color: #222;
	line-height: 2;
	display: flex;
	flex-direction: column;
}
.brass-group-related__title span{
	color: #b19975;
	font-size: 13px;
	line-height: 1;
	display: flex;
	align-items: center;
}
.brass-group-related__title span::before{
	content: "";
	height: 1px;
	width: 12px;
	display: inline-block;
	background: #b19975;
	margin-right: 5px;
}
.brass-group-related__description{
	font-size: 14px;
	line-height: 1.785;
	color: #222;
	margin-top: 20px;
}
@media only screen and (max-width: 991px) {
	.brass-group-related{
		padding: 27px 0 30px;
	}
	.brass-group-related .content-wrapper{
		padding: 0 10px;
	}
	.brass-group-related__bigtitle{
		margin-bottom: 20px;
	}
	.brass-group-related__bigtitle span{
		font-size: 24px;
	}
	.brass-group-related__bigtitle em{
		margin-top: 8px;
	}
	.brass-group-related ul{
		margin: 0 -5px;
	}
	.brass-group-related ul li{
		padding: 0 5px;
	}
	.brass-group-related__content{
		flex-direction: column;
	}
	.brass-group-related__photo{
		width: 100%;
	  }
	.brass-group-related__photo img{
		width: 100%;
		height: auto;
	}
	.brass-group-related__text{
		padding: 16px;
	}
	.brass-group-related__title{
		font-size: 14px;
		line-height: 1.6;
	}
	.brass-group-related__title span{
		font-size: 11px;
		margin-top: 4px;
	}
	.brass-group-related__title span::before{
		width: 8px;
		margin-right: 9px;
	}
	.brass-group-related__description{
		font-size: 12px;
		line-height: 1.666;
		margin-top: 13px;
	}
}

/* .box-bnr-fair-limited */
.box-bnr-fair-limited{
	padding: 0 0 60px;
}
.box-bnr-fair-limited__link{
	display: block;
}
.box-bnr-fair-limited figure picture{
	display: block;
	font-size: 0;
}
@media only screen and (max-width: 767px) {
	.box-bnr-fair-limited{
		padding: 0 0 30px;
	}
}

/* fixed-banner */
.fixed-banner{
	position: fixed;
	bottom: 32px;
	right: 32px;
	z-index: 9999;
	opacity: 0;
	transition: opacity 1s ease-in-out;
	pointer-events: none;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
}
.fixed-banner__inner{
	position: relative;
}
.fixed-banner__close{
	width: 32px;
	height: 32px;
	background: #512822;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	z-index: 1;
	transition: background .3s ease-in-out;
}
.fixed-banner__close span{
	width: 16px;
	height: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.fixed-banner__close span::before,
.fixed-banner__close span::after{
	content: "";
	width: 2px;
	height: 16px;
	background: #fff;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0.45em;
}
.fixed-banner__close span::before{
	transform: rotate(45deg);
}
.fixed-banner__close span::after{
	transform: rotate(-45deg);
}
.fixed-banner__link{
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all .3s ease-in-out;
}
.fixed-banner__link picture{
	display: block;
	font-size: 0;
	overflow: hidden;
}
.fixed-banner__link picture img{
	transition: transform .3s ease-in-out;
}
.fixed-banner.active.scroll{
	opacity: 1;
	pointer-events: all;
}
@media (min-width: 768px){
	.fixed-banner__close:hover{
		background: #754c46;
	}
	.fixed-banner__link:hover{
		opacity: 1;
	}
	.fixed-banner__link:hover img{
		transform: scale(1.1);
	}
}
@media (max-width: 767px){
	.fixed-banner{
		pointer-events: none;
		width: 90%;
		right: auto;
		left: 5vw;
		bottom: 80px;
	}
	.fixed-banner__link figure{
		display: block;
		width: 100%;
	}
	.fixed-banner__link picture img{
		width: 100%;
	}
}

/* bestrate banner */
.bestrate-banner{
	text-align: center;
	line-height: 1;
	padding: 0 0 70px;
}
.bestrate-banner .content-wrapper{
	max-width: 573px;
}
@media only screen and (max-width: 767px) {
	.bestrate-banner{
		padding: 0 0 30px;
	}
	.bestrate-banner .content-wrapper {
		padding: 0 24px;
		max-width: 100%;
	}
}