.head {
	padding: 0.4rem 1rem 0 1rem;
	background-color: #FFFFFF;

}

.head_top {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

.head_top_left,
.head_top_right {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.head_top_left>img,
.head_top_right>img {
	width: 4rem;
	height: 4rem;
	border-radius: 50%;
	margin-left: 0.4rem;
}

.head_top_left>img:nth-of-type(2) {
	width: 3.8rem;
	height: 3.8rem;
	padding: 0 0.8rem;
}

.head_top_right {
	font-size: 1.3rem;
	font-weight: 400;
	color: #000000;
}
.story_content{
	padding-bottom: 1rem;
}
.head_top_left>p {
	font-size: 1.2rem;
	font-weight: 500;
	color: #B3995B;
	padding: 0.4rem 0.6rem;
	border-radius: 0.4rem;
	background-color: #000;
	text-align: center;
	margin-left: 0.6rem;
}

.head_top_right>p {
	padding: 0.4rem 0.8rem;
	background-color: #B3995B;
	border-radius: 50rem;
	margin-right: 1.6rem;
}

.title_img {
	width: 100%;
	object-fit: cover;
	border-radius: 0.6rem;
	margin: 1rem 0;
}

.title_top {
	display: flex;
	flex-direction: column;
	font-size: 2rem;
	font-weight: 400;
	color: #000000;
}

.title_top>span {
	font-size: 1.3rem;
	font-weight: 300;
	color: #515151;
	padding-top: 0.4rem;
}

.title_time {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	font-size: 1.5rem;
	font-weight: 400;
	color: #333333;
	padding: 0.5rem 0;
}

.title_time>span {
	font-size: 1.3rem;
	font-weight: 400;
	color: #666666;

}

.tilte_z {
	font-size: 1.5rem;
	font-weight: 400;
	color: #333333;
}

.title_dsp {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 0.6rem 0 1rem 0;
}

.title_dsp>span {
	padding: 0.2rem 1rem;
	border-radius: 10rem;
	border: 1px solid rgba(0, 0, 0, 0.5);
	font-size: 1.3rem;
	font-weight: 400;
	color: #000000;
	opacity: 0.5;
	margin-right: 0.6rem;
}
.story{
	/* padding-bottom:4rem; */
}
.story_title {
	padding: 2.0rem 1rem 1.2rem 1rem;
}

.story_title_top {
	font-size: 1.8rem;
	font-weight: 400;
	color: #000000;
	display: flex;
	flex-direction: row;
}

.story_title_top:before {
	content: " ";
	width: 0.4rem;
	display: list-item;
	background: #B3995B;
	margin-right: 0.6rem;
}

.story_title_bottom {
	font-size: 1.3rem;
	font-weight: 400;
	font-style: italic;
	color: #977F47;
	padding-top: 0.4rem;
}
.photography_cafe {
	display: grid;
	grid-template-columns: repeat(2, calc((100% - 1rem)/2));
	grid-row-gap: 2rem;
	grid-column-gap: 1rem;
	padding-bottom: 2rem;
	margin: 0 1rem;
}

.photography_can {
	background-color: #FFFFFF;
	border-radius: 0.6rem;
	overflow: hidden;
}

.photography_vide {
	position: relative;
	height: 13.7rem;
}

.photography_img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.photography_img>img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.photography_texts {
	text-align: left;
	padding: 0.4rem 0.8rem 0.4rem 0.8rem;
	font-size: 1.3rem;
	color: #B3995B;
}

.photography_texts>p:nth-of-type(2) {
	font-size: 1.2rem;
	padding: 0.2rem;
	color: #515151;
}

.photography_texts>p:nth-of-type(3) {
	font-size: 1.1rem;
	font-weight: 300;
	color: #515151;
}
.ls{
	position: fixed;
	bottom: 6rem;
	right: 1.5rem;
	z-index: 999;
}
.ls>a>img{
	width: 6rem;
	height: 6rem;
	object-fit: cover;
	margin-top: 1rem;
}
.swiper-container {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 1.8rem;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.swiper_nt {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.swiper-slide>a,
.swiper-slide>a>img {
	width: 100%;
	height: 100%;
}

.swiper-slide>a>img {
	object-fit: cover;
}