@charset "utf-8";
/*----------------------------------------------------
	Topページ用CSS
----------------------------------------------------*/
.page-header {
	position: relative;
	width: 100%;
	height: 100vh;
	margin: 0;
	padding: 0;
	text-align: center;
	overflow: hidden;
}
.page-header-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.page-header-label {
	position: absolute;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: column-reverse;
	justify-content: center;
	align-items: center;
	top: 50%;
	bottom: unset;
	left: 0;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin: auto;
	z-index: 2;
}
/* video */
.play-label {
	display: inline-block;
	margin: 0 10px;
	font-size: 18px;
	line-height: 1.4;
}
.play-mark {
	display: inline-block;
	margin: 0 10px;
	font-size: 20px;
	line-height: 1.4;
}
.video-target {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* Page Content */
.page-content {
	position: relative;
	width: 100%;
	padding: 100px 0 0;
}
/* Products */
.products-block {
}
.products-title-en {
	display: block;
	padding-top: 50px;
	font-size: 20px;
	line-height: 1.25;
	font-weight: bold;
	text-align: center;
	color: #999999;
}
.products-title-jp {
	display: block;
	font-size: 16px;
	line-height: 2.3;
	text-align: center;
	color: #cba052;
}
.products-slide {
	display: block;
	width: 84%;
	margin: 50px auto;
	padding: 0;
}
.product-item {
	position: relative;
	display: inline-block;
	width: 314px;
	margin: 0 15px 30px;
}
.product-image {
	position: relative;
	display: block;
	width: 100%;
	height: 314px;
	margin: 0 0 30px;
}
.product-image img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 80%;
	height: auto;
	margin: auto;
}
.product-en {
	display: block;
	margin: 0 0 15px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.25;
}
.product-jp {
	display: block;
	font-size: 14px;
	line-height: 1.75;
}
.product-item a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.products-link {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 84%;
	height: 50px;
	margin: 0 auto 100px;
	padding: 0;
	font-size: 14px;
	line-height: 1.75;
	text-align: center;
	border: 1px solid #fff;
}
.products-link a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* Contents */
.content-block {
	position: relative;
	display: block;
	width: 100%;
	height: unset;
	margin: 0 auto 100px;
}
.content-block.wide {
	height: 500px;
}
.image-part {
	position: relative;
	display: block;
	top: unset;
	left: unset;
	width: 100%;
	height: 250px;
	margin: 0 0 50px;
}
.content-block.wide .image-part {
	width: 100%;
	height: 100%;
	margin: 0;
}
.mask {
	position: absolute;
	display: block;
	top: 50%;
	left: 0;
	width: 100%;
	height: 50%;
	background: rgba(0,0,0,0.5);
}
.image-part-inner {
	display: block;
	width: 100%;
	height: 100%;
}
.content-block.wide .image-part-inner {
	width: 100%;
}
.image-part-inner img {
}
.image-left {
	text-align: center;
}
.image-right {
	text-align: center;
}
.content-inner {
	position: relative;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	width: 84%;
	height: 100%;
	margin: 0 auto;
	padding: 0;
}
.content-inner.reverse {
	flex-direction: column;
}
.content-block.wide .content-inner {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	justify-content: space-around;
	width: 84%;
	height: 50%;
}
.content-part {
	display: block;
	width: 100%;
}
.content-part .text-part {
	width: 100%;
}
.copy-en {
	margin: 0 0 20px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.4;
	color: #999999;
}
.content-block.wide .copy-en {
	display: none;
}
.copy-jp {
	margin: 0;
	font-size: 20px;
	line-height: 1.6;
	color: #cba052;
}
.copy-jp.nolead {
	margin: 0 0 40px;
}
.content-block.wide .copy-jp.nolead {
	margin: 0 0 25px;
}
.lead-jp {
	margin: 0 0 50px;
	font-size: 24px;
	line-height: 1.5;
	color: #cba052;
}
.content-text {
	margin: 0 0 20px;
	font-size: 14px;
	line-height: 1.75;
}
.content-block.wide .content-text {
	margin: 0;
}
.content-link {
	margin: 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.75;
}
.content-block.wide .content-link {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 50px;
	text-align: center;
	border: 1px solid #fff;
}
.content-block.wide .content-link a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}	
.content-link i {
	margin-left: 20px;
}
/* Instagram */
.instagram-block {
	display: block;
	width: 100%;
	margin: 0 auto 80px;
}
.instagram-title-en {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 0 0 30px;
	font-size: 16px;
	line-height: 2;
	font-weight: bold;
	text-align: center;
	color: #999999;
}
.instagram-title-en i {
	margin-right: 0;
	font-size: 20px;
}
.sb_instagram_header,
#sbi_load {
	display: none;
}
#sbi_images {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.sbi_item {
	width: 33.3%;
	height: 125px;
}
.sbi_photo_wrap {
	width: 100%;
	height: 100%;
}
.sbi_photo {
	height: 100% !important;
}
/* News */
.news-block {
	margin: 0 0 100px;
}
.news-title-en {
	display: block;
	font-size: 20px;
	line-height: 1.25;
	font-weight: bold;
	text-align: center;
	color: #999999;
}
.news-title-jp {
	display: block;
	font-size: 16px;
	line-height: 2.3;
	text-align: center;
	color: #cba052;
}
.news-list {
	display: block;
	width: 84%;
	margin: 50px auto 0;
	padding: 0;
}
.news-list hr {
	width: 100%;
	margin: 50px 0;
	color: #ccc;
}
#news-more {
	display: none;
}
.news-list.second {
	margin: 0 auto;
}
.more-btn {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 84%;
	height: 50px;
	margin: 50px auto 100px;
	padding: 0;
	font-size: 16px;
	line-height: 1.75;
	text-align: center;
	border: 1px solid #fff;
	cursor: pointer;
}
.news-item {
	position: relative;
	display: block;
	width: 100%;
	margin: 0;
}
.news-date {
	position: relative;
	display: block;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.75;
	color: #999999;
}
.news-item a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.news-wrap {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
	margin: 0;
	padding: 0;
}
.news-part {
	position: relative;
	display: inline-block;
}
.news-image {
	width: 100%;
	height: unset;
	margin: 0 0 30px;
	padding: 0;
	text-align: center;
	overflow: hidden;
}
.news-image img {
	position: relative;
	width: 100%;
	height: auto;
	margin: auto;
}
.news-content {
	width: 100%;
	margin: 0;
	padding: 0 0 30px;
}
.news-title {
	display: block;
	width: 100%;
	margin: 0 0 30px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
}
.news-text {
	display: block;
	font-size: 14px;
	line-height: 1.5;
	overflow: hidden;
}
@media screen and (min-width:480px) {
}
@media screen and (min-width:600px) {
	.page-header {
		position: relative;
		width: 100%;
		height: 100vh;
		margin: 0;
		padding: 0;
		text-align: center;
		overflow: hidden;
	}
	.page-header-inner {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.page-header-label {
		position: absolute;
		display: flex;
		flex-wrap: nowrap;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		top: unset;
		bottom: 40px;
		left: 0;
		right: 0;
		-webkit-transform: unset;
		-ms-transform: unset;
		transform: unset;
		margin: auto;
		z-index: 2;
	}
	/* video */
	#bg-video {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		width: auto;
		min-width: 100%;
		height: auto;
		min-height: 100%;
		margin: 0 auto;
	}
	.play-label {
		display: inline-block;
		margin: 0 10px;
		font-size: 20px;
		line-height: 1.4;
	}
	.play-mark {
		display: inline-block;
		margin: 0 10px;
		font-size: 20px;
		line-height: 1.4;
	}
	/* Page Content */
	.page-content {
		position: relative;
		width: 100%;
		padding: 100px 0 0;
	}
	/* Products */
	.products-block {
	}
	.products-title-en {
		display: block;
		padding-top: 50px;
		font-size: 24px;
		line-height: 2;
		font-weight: bold;
		text-align: center;
		color: #999999;
	}
	.products-title-jp {
		display: block;
		font-size: 18px;
		line-height: 2.3;
		text-align: center;
		color: #cba052;
	}
	.products-slide {
		display: block;
		width: 62%;
		margin: 50px auto;
		padding: 0;
	}
	.product-item {
		position: relative;
		display: inline-block;
		width: 222px;
		margin: 0 15px 30px;
	}
	.product-image {
		position: relative;
		display: block;
		width: 100%;
		height: 222px;
		margin: 0 0 25px;
	}
	.product-image img {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		width: 80%;
		height: auto;
		margin: auto;
	}
	.product-en {
		display: block;
		margin: 0 0 20px;
		font-size: 16px;
		font-weight: bold;
		line-height: 1.75;
	}
	.product-jp {
		display: block;
		font-size: 16px;
		line-height: 1.75;
	}
	.product-item a {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.products-link {
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 78%;
		height: 50px;
		margin: 0 auto 100px;
		padding: 0;
		font-size: 16px;
		line-height: 1.75;
		text-align: center;
		border: 1px solid #fff;
	}
	.products-link a {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	/* Contents */
	.content-block {
		position: relative;
		display: block;
		width: 100%;
		height: 366px;
		margin: 0 auto 75px;
	}
	.content-block.wide {
		height: 400px;
	}
	.image-part {
		position: absolute;
		display: block;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		margin: 0;
	}
	.content-block.wide .image-part {
		width: 100%;
		height: 100%;
		margin: 0;
	}
	.mask {
		position: absolute;
		display: block;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0.5);
	}
	.image-part-inner {
		display: inline-block;
		width: 40%;
		height: 100%;
	}
	.content-block.wide .image-part-inner {
		width: 100%;
	}
	.image-part-inner img {
	}
	.image-left {
		text-align: left;
	}
	.image-right {
		text-align: right;
	}
	.content-inner {
		position: relative;
		display: flex;
		flex-wrap: nowrap;
		flex-direction: row;
		justify-content: space-between;
		align-items: flex-start;
		width: 78%;
		height: 100%;
		margin: 0 auto;
		padding: 0;
	}
	.content-inner.reverse {
		flex-direction: row;
	}
	.content-block.wide .content-inner {
		position: relative;
		top: unset;
		left: unset;
		right: unset;
		flex-direction: column;
		justify-content: space-around;
		width: 78%;
		height: 100%;
	}
	.content-part {
		display: inline-block;
		width: 50%;
	}
	.content-block.wide .content-part {
		width: 100%;
	}
	.content-part .text-part {
		width: 100%;
	}
	.copy-en {
		margin: 0 0 20px;
		font-size: 18px;
		font-weight: bold;
		line-height: 1.5;
		color: #999999;
	}
	.content-block.wide .copy-en {
		display: block;
	}
	.copy-jp {
		margin: 0;
		font-size: 27px;
		line-height: 1.4;
		color: #cba052;
	}
	.copy-jp.nolead {
		margin: 0 0 50px;
	}
	.lead-jp {
		margin: 0 0 50px;
		font-size: 22px;
		line-height: 1.5;
		color: #cba052;
	}
	.content-text {
		margin: 0 0 30px;
		font-size: 15px;
		line-height: 1.75;
	}
	.content-block.wide .content-text {
		margin: 0;
	}
	.content-link {
		margin: 0;
		font-size: 15px;
		font-weight: bold;
		line-height: 1.75;
	}
	.content-block.wide .content-link {
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 50px;
		text-align: center;
		border: 1px solid #fff;
	}
	.content-block.wide .content-link a {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}	
	.content-link i {
		margin-left: 20px;
	}
	/* Instagram */
	.instagram-block {
		display: block;
		width: 480px;
		margin: 0 auto 100px;
	}
	.instagram-title-en {
		display: flex;
		flex-wrap: nowrap;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		margin: 0 0 50px;
		font-size: 18px;
		line-height: 2;
		font-weight: bold;
		text-align: center;
		color: #999999;
	}
	.instagram-title-en i {
		margin-right: 20px;
		font-size: 22px;
	}
	.sb_instagram_header,
	#sbi_load {
		display: none;
	}
	#sbi_images {
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-between;
	}
	.sbi_item {
		width: 146px !important;
		height: 146px !important;
	}
	/* News */
	.news-block {
		margin: 0 0 100px;
	}
	.news-title-en {
		display: block;
		font-size: 24px;
		line-height: 2;
		font-weight: bold;
		text-align: center;
		color: #999999;
	}
	.news-title-jp {
		display: block;
		font-size: 18px;
		line-height: 2.3;
		text-align: center;
		color: #cba052;
	}
	.news-list {
		display: block;
		width: 78%;
		margin: 80px auto 0;
		padding: 0;
	}
	.news-list hr {
		width: 100%;
		margin: 50px 0;
		color: #ccc;
	}
	#news-more {
		display: none;
	}
	.news-list.second {
		margin: 0 auto;
	}
	.more-btn {
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 78%;
		height: 50px;
		margin: 50px auto 100px;
		padding: 0;
		font-size: 15px;
		line-height: 1.75;
		text-align: center;
		border: 1px solid #fff;
		cursor: pointer;
	}
	.news-item {
		position: relative;
		display: block;
		width: 100%;
		margin: 0;
	}
	.news-date {
		position: relative;
		display: block;
		font-size: 16px;
		font-weight: bold;
		line-height: 1.75;
		color: #999999;
	}
	.news-item a {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 1;
	}
	.news-wrap {
		position: relative;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: flex-start;
		width: 100%;
		margin: 0;
		padding: 0;
	}
	.news-part {
		position: relative;
		display: inline-block;
	}
	.news-image {
		width: 220px;
		height: 220px;
		margin: 0;
		padding: 0;
		text-align: center;
		overflow: hidden;
	}
	.news-image img {
		position: relative;
		width: 100%;
		height: auto;
		margin: auto;
	}
	.news-content {
		width: 58%;
		margin: 0;
		padding: 0 0 30px;
	}
	.news-title {
		display: block;
		width: 100%;
		margin: 0 0 50px;
		font-size: 20px;
		font-weight: bold;
		line-height: 1.6;
	}
	.news-text {
		display: block;
		font-size: 16px;
		line-height: 1.75;
		overflow: hidden;
	}
}
@media screen and (min-width:960px) {
	.page-header {
		position: relative;
		width: 100%;
		height: 100vh;
		margin: 0;
		padding: 0;
		text-align: center;
		overflow: hidden;
	}
	.page-header-inner {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.page-header-label {
		position: absolute;
		display: flex;
		flex-wrap: nowrap;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		top: unset;
		bottom: 30px;
		left: 0;
		right: 0;
		-webkit-transform: unset;
		-ms-transform: unset;
		transform: unset;
		margin: auto;
		z-index: 2;
	}
	/* video */
	#bg-video {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		width: auto;
		min-width: 100%;
		height: auto;
		min-height: 100%;
		margin: 0 auto;
	}
	.play-label {
		display: inline-block;
		margin: 0 10px;
		font-size: 20px;
		line-height: 1.4;
	}
	.play-mark {
		display: inline-block;
		margin: 0 10px;
		font-size: 20px;
		line-height: 1.4;
	}
	/* Page Content */
	.page-content {
		position: relative;
		width: 100%;
		padding: 100px 0 0;
	}
	/* Products */
	.products-block {
	}
	.products-title-en {
		display: block;
		padding-top: 50px;
		font-size: 24px;
		line-height: 2;
		font-weight: bold;
		text-align: center;
		color: #999999;
	}
	.products-title-jp {
		display: block;
		font-size: 18px;
		line-height: 2.3;
		text-align: center;
		color: #cba052;
	}
	.products-slide {
		display: block;
		width: 75%;
		max-width: 954px;
		margin: 50px auto 80px;
		padding: 0;
	}
	.product-item {
		position: relative;
		display: inline-block;
		width: 216px;
		margin: 0 15px 30px;
	}
	.product-image {
		position: relative;
		display: block;
		width: 100%;
		height: 216px;
		margin: 0 0 30px;
	}
	.product-image img {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		width: 80%;
		height: auto;
		margin: auto;
	}
	.product-en {
		display: block;
		margin: 0 0 20px;
		font-size: 16px;
		font-weight: bold;
		line-height: 1.75;
	}
	.product-jp {
		display: block;
		font-size: 16px;
		line-height: 1.75;
	}
	.product-item a {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.products-link {
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 75%;
		max-width: 954px;
		height: 60px;
		margin: 0 auto 150px;
		padding: 0;
		font-size: 16px;
		line-height: 1.75;
		text-align: center;
		border: 1px solid #fff;
	}
	.products-link a {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	/* Contents */
	.content-block {
		position: relative;
		display: block;
		width: 100%;
		height: 500px;
		margin: 0 auto 200px;
		background-color: #1a1a1a;
	}
	.content-block.wide {
		height: 400px;
		margin: 0 0 100px;
	}
	.image-part {
		position: absolute;
		display: block;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		margin: 0;
	}
	.content-block.wide .image-part {
		width: 100%;
		height: 100%;
		margin: 0;
	}
	.mask {
		position: absolute;
		display: block;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0.5);
	}
	.image-part-inner {
		display: inline-block;
		width: 48%;
		height: 100%;
	}
	.content-block.wide .image-part-inner {
		width: 100%;
	}
	.image-part-inner img {
	}
	.image-left {
		text-align: left;
	}
	.image-right {
		text-align: right;
	}
	.content-inner {
		position: relative;
		display: flex;
		flex-wrap: nowrap;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		width: 75%;
		max-width: 954px;
		height: 100%;
		margin: 0 auto;
		padding: 0;
	}
	.content-inner.reverse {
		flex-direction: row;
	}
	.content-block.wide .content-inner {
		position: relative;
		top: unset;
		left: unset;
		right: unset;
		flex-direction: row;
		justify-content: space-between;
		width: 94%;
		max-width: 1200px;
		height: 100%;
	}
	.content-part {
		display: inline-block;
		width: 40%;
	}
	.content-block.wide .content-part {
		width: 40%;
	}
	.content-part .text-part {
		width: 100%;
		max-width: 585px;
	}
	.copy-en {
		margin: 0 0 20px;
		font-size: 20px;
		font-weight: bold;
		line-height: 1.4;
		color: #999999;
	}
	.content-block.wide .copy-en {
		display: block;
	}
	.copy-jp {
		margin: 0;
		font-size: 30px;
		line-height: 1.4;
		color: #cba052;
	}
	.copy-jp.nolead {
		margin: 0 0 50px;
	}
	.lead-jp {
		margin: 0 0 50px;
		font-size: 24px;
		line-height: 1.5;
		color: #cba052;
	}
	.content-text {
		margin: 0 0 30px;
		font-size: 16px;
		line-height: 1.75;
	}
	.content-block.wide .content-text {
		margin: 0;
	}
	.content-link {
		margin: 0;
		font-size: 16px;
		font-weight: bold;
		line-height: 1.75;
	}
	.content-block.wide .content-link {
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 60px;
		text-align: center;
		border: 1px solid #fff;
	}
	.content-block.wide .content-link a {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}	
	.content-link i {
		margin-left: 20px;
	}
	/* Instagram */
	.instagram-block {
		display: block;
		width: 710px;
		margin: 0 auto 100px;
	}
	.instagram-title-en {
		display: flex;
		flex-wrap: nowrap;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		margin: 0 0 50px;
		font-size: 20px;
		line-height: 2;
		font-weight: bold;
		text-align: center;
		color: #999999;
	}
	.instagram-title-en i {
		margin-right: 30px;
		font-size: 24px;
	}
	.sb_instagram_header,
	#sbi_load {
		display: none;
	}
	#sbi_images {
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-between;
	}
	.sbi_item {
		width: 216px !important;
		height: 216px !important;
	}
	/* News */
	.news-block {
		margin: 0 0 150px;
	}
	.news-title-en {
		display: block;
		font-size: 24px;
		line-height: 2;
		font-weight: bold;
		text-align: center;
		color: #999999;
	}
	.news-title-jp {
		display: block;
		font-size: 18px;
		line-height: 2.3;
		text-align: center;
		color: #cba052;
	}
	.news-list {
		display: block;
		width: 78%;
		max-width: 954px;
		margin: 80px auto 0;
		padding: 0;
	}
	.news-list hr {
		width: 100%;
		margin: 50px 0;
		color: #ccc;
	}
	#news-more {
		display: none;
	}
	.news-list.second {
		margin: 0 auto;
	}
	.more-btn {
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 75%;
		max-width: 954px;
		height: 60px;
		margin: 50px auto 150px;
		padding: 0;
		font-size: 16px;
		line-height: 1.75;
		text-align: center;
		border: 1px solid #fff;
		cursor: pointer;
	}
	.news-item {
		position: relative;
		display: block;
		width: 100%;
		margin: 0;
	}
	.news-date {
		position: relative;
		display: block;
		font-size: 16px;
		font-weight: bold;
		line-height: 1.75;
		color: #999999;
	}
	.news-item a {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 1;
	}
	.news-wrap {
		position: relative;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: flex-start;
		width: 100%;
		margin: 0;
		padding: 0;
	}
	.news-part {
		position: relative;
		display: inline-block;
	}
	.news-image {
		width: 30%;
		max-width: 340px;
		height: unset;
		max-height: 340px;
		margin: 0;
		padding: 0;
		text-align: center;
		overflow: hidden;
	}
	.news-image img {
		position: relative;
		width: 100%;
		height: auto;
		margin: auto;
	}
	.news-content {
		width: 62%;
		max-width: 585px;
		margin: 0;
		padding: 0;
	}
	.news-title {
		display: block;
		width: 100%;
		margin: 0 0 50px;
		font-size: 20px;
		font-weight: bold;
		line-height: 1.6;
	}
	.news-text {
		display: block;
		font-size: 16px;
		line-height: 1.75;
		overflow: hidden;
	}
}
@media screen and (min-width:1280px) {
	/* News */
	.news-block {
		margin: 0 0 150px;
	}
	.news-title-en {
		display: block;
		font-size: 24px;
		line-height: 2;
		font-weight: bold;
		text-align: center;
		color: #999999;
	}
	.news-title-jp {
		display: block;
		font-size: 18px;
		line-height: 2.3;
		text-align: center;
		color: #cba052;
	}
	.news-list {
		display: block;
		width: 78%;
		max-width: 954px;
		margin: 80px auto 0;
		padding: 0;
	}
	.news-list hr {
		width: 100%;
		margin: 50px 0;
		color: #ccc;
	}
	#news-more {
		display: none;
	}
	.news-list.second {
		margin: 0 auto;
	}
	.more-btn {
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 75%;
		max-width: 954px;
		height: 60px;
		margin: 50px auto 150px;
		padding: 0;
		font-size: 16px;
		line-height: 1.75;
		text-align: center;
		border: 1px solid #fff;
		cursor: pointer;
	}
	.news-item {
		position: relative;
		display: block;
		width: 100%;
		margin: 0;
	}
	.news-date {
		position: relative;
		display: block;
		font-size: 16px;
		font-weight: bold;
		line-height: 1.75;
		color: #999999;
	}
	.news-item a {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 1;
	}
	.news-wrap {
		position: relative;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: flex-start;
		width: 100%;
		margin: 0;
		padding: 0;
	}
	.news-part {
		position: relative;
		display: inline-block;
	}
	.news-image {
		width: 340px;
		height: 340px;
		margin: 0;
		padding: 0;
		text-align: center;
		overflow: hidden;
	}
	.news-image img {
		position: relative;
		width: 100%;
		height: auto;
		margin: auto;
	}
	.news-content {
		width: 62%;
		max-width: 585px;
		margin: 0;
		padding: 0;
	}
	.news-title {
		display: block;
		width: 100%;
		margin: 0 0 50px;
		font-size: 20px;
		font-weight: bold;
		line-height: 1.6;
	}
	.news-text {
		display: block;
		font-size: 16px;
		line-height: 1.75;
		overflow: hidden;
	}
}
/* letter-spacing */
.copy-en{
    letter-spacing: 0.15em;
}
.copy-jp.nolead{
    letter-spacing: 0.05em;
}
@media screen and (min-width:600px) {
    .copy-jp.nolead{
        letter-spacing: 0.1em;
    }
}
.lead-jp{
    letter-spacing: 0.1em;
    font-weight: normal;
    font-size: 16px;
}
@media screen and (min-width:600px) {
    .lead-jp{
        font-size: 22px;
    }
}
@media screen and (min-width:960px) {
    .lead-jp{
        font-size: 22px;
    }
}
