/***************************
 *
 * PHOTOGRAPHY SP
 * ★ページ中身用★
 *
 **************************/
@media all and (max-width: 750px) {
	.single-photography {
		position: relative;
		background: #1a1a1a;
	}
	.single-photography .l-nav.pc {
		display: none;
	}
	.single-photography .l-footer .l-nav.pc {
		display: block;
		border-top: 1px solid #707070;

		margin: 0 auto;
		padding-top: 50px;
	}
	.l-nav .menu > li.is-active:after,
	.l-nav .menu > li:hover:after {
		/* border-bottom: 1px solid black; */
		content: "";
		display: block;
		background: #707070;
		width: 100%;
		height: 1px;
		position: absolute;
		left: 0;
		bottom: 0;
	}
	.single-photography .l-footer .l-nav.pc ul li a {
		color: #999999;
		font-size: 16px;
	}
	.single-photography .copyright {
		color: #4d4d4d;
	}
	.single-photography .l-main {
		padding-top: 20px;
	}
	.single-photography .trigger span {
		background-color: #999999;
	}
	.single-photography .trigger span:nth-of-type(2)::after {
		position: absolute;
		top: 0;
		left: 0;
		content: "";
		width: 100%;
		height: 1px;
		background-color: #999999;
		-webkit-transition: all 0.4s;
		transition: all 0.4s;
	}
	.swiper.ptd-swiper {
		width: calc(100% - 40px);
		margin-left: 20px;
		box-sizing: border-box;
		position: relative;
		padding-bottom: 60px;
	}
	.swiper.ptd-swiper .swiper-wrapper {
		position: relative;
	}
	.ptd-swiper .swiper-slide {
		display: flex;
		align-items: center;
		flex-direction: column;
		justify-content: center;
		height: 350px;
	}
	.ptd-swiper img {
		height: 350px;
		object-fit: contain;
		display: block;
		margin: 0 auto;
		width: 100%;
	}
	.ptd-swiper .swiper-button-next {
		background: url(../img/button_next.png) 0 0 no-repeat;
		background-size: contain;
		width: 30px;
		height: 40px;
		margin-top: -50px;
		right: 0;
		display: none;
	}
	.ptd-swiper .swiper-button-prev {
		background: url(../img/button_pre.png) 0 0 no-repeat;
		background-size: contain;
		width: 30px;
		height: 40px;
		margin-top: -50px;
		left: 0;
		display: none;
	}
	.ptd-swiper .swiper-button-next:after,
	.ptd-swiper .swiper-button-prev:after {
		content: none;
	}
	.ptd-swiper .swiper-pagination {
		bottom: 0px !important;
	}
	.ptd-swiper .swiper-pagination-bullet {
		background: #fff;
	}
	/* .ptd-swiper .swiper-prev {
		position: absolute;
		left: 0;
		top: 0;
		width: 50%;
		height: 100%;
		z-index: 2;
		cursor: pointer;
	}
	.ptd-swiper .swiper-next {
		position: absolute;
		right: 0;
		top: 0;
		width: 50%;
		height: 100%;
		z-index: 2;
		cursor: pointer;
	} */
	.ptd-content {
		color: #cccccc;
		padding: 0 30px;
		position: relative;
		margin: 50px auto;
		line-height: 2em;
		font-size: 14px;
	}
	.ptd-content * {
		color: #cccccc;
	}
	.ptd-content .ptd-title {
		text-align: left;
		font-size: 18px;
		margin-bottom: 30px;
	}
	.ptd-content p {
		font-size: 14px;
		line-height: 2em;
		margin-bottom: 30px;
	}
	.ptd-content a {
		text-decoration: underline;
	}
	.ptd-content img {
		display: block;
		margin: 35px auto;
	}
	.ptd-back {
		position: fixed;
		left: 0;
		top: 0;
		width: 60px;
		height: 60px;
		display: block;
	}
	.ptd-back a {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 100%;
	}
	.ptd-back a:hover {
		opacity: 0.7;
	}
	.ptd-back a img {
		width: 28px;
	}
}
