/***************************
 *
 * PHOTOGRAPHY
 * ★ページ中身用★
 *
 **************************/
@media all and (min-width: 751px) {
	.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;
		width: 800px;
		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 {
		max-width: 1200px;
		min-width: 750px;
		margin: 0 auto;
		position: relative;
		padding-bottom: 60px;
	}
	.swiper.ptd-swiper .swiper-wrapper {
		position: relative;
	}
	.ptd-swiper img {
		height: 800px;
		display: block;
		margin: 0 auto;
		object-fit: cover;
	}
	.ptd-swiper .swiper-button-next {
		background: url(../img/button_next.png) 0 0 no-repeat;
		background-size: contain;
		width: 69px;
		height: 79px;
		top: 50%;
		margin-top: -74px;
		display: none;
	}
	.ptd-swiper .swiper-button-prev {
		background: url(../img/button_pre.png) 0 0 no-repeat;
		background-size: contain;
		width: 69px;
		height: 79px;
		top: 50%;
		margin-top: -74px;
		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;
		transition: 0.5s ease;
		opacity: 0;
		background: url(../img/button_pre.png) 15px calc(50% - 30px) no-repeat;
		background-size: 69px 69px;
	}
	.ptd-swiper .swiper-prev:hover {
		opacity: 1;
	}
	.ptd-swiper .swiper-next {
		position: absolute;
		right: 0;
		top: 0;
		width: 50%;
		height: 100%;
		z-index: 2;
		cursor: pointer;
		transition: 0.5s ease;
		opacity: 0;
		background: url(../img/button_next.png) calc(100% - 15px) calc(50% - 30px) no-repeat;
		background-size: 69px 69px;
	}
	.ptd-swiper .swiper-next:hover {
		opacity: 1;
	}
	.ptd-content {
		color: #cccccc;
		width: 800px;
		position: relative;
		margin: 80px auto;
		line-height: 2em;
		font-size: 16px;
	}
	.ptd-content * {
		color: #cccccc;
	}
	.ptd-content .ptd-title {
		text-align: left;
		font-size: 20px;
		margin-bottom: 30px;
	}
	.ptd-content p {
		font-size: 16px;
		line-height: 2em;
		margin-bottom: 30px;
	}
	.ptd-content a {
		text-decoration: underline;
	}
	.ptd-content img {
		display: block;
		margin: 50px auto;
	}
	.ptd-back {
		position: fixed;
		left: 0;
		top: 0;
		width: 80px;
		height: 80px;
		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: 44px;
	}
}
