@charset "utf-8";

@media print, screen and (min-width : 769px){
	.section,
	.block {
		position: relative;
	}
	.section img {
		max-width: 100%;
	}

	.block_inner {
		margin: 0 auto;
	}

	.section .link {
		margin: 100px auto 0;
		text-align: center;
	}
	.section .link a {
		display: inline-block;
		letter-spacing: .06em;
		color: #0064a1;
		font-size: 16px;
		line-height: 20px;
	}
	.section .link a:after {
		content: '';
		display: inline-block;
		position: relative;
		right: -10px;
		width: 20px;
		height: 20px;
		background: url(../../../common/img/parts_ico_btn_detail_arrow.png) 50% 0 / 100% no-repeat;
		vertical-align: top;
	}

	.section .link.frame a {
		padding: 15px 60px;
		border: 1px solid;
		border-radius: 2px;
	}

	#footer_topic_path {
		margin-top: 85px;
	}


/* ----------------------------------------
	section_gallery
---------------------------------------- */

	#section_gallery {
		width: 980px;
		margin: 50px auto 0;
	}
	#section_gallery img {
		display: block;
		width: 100%;
	}
	#section_gallery h3 {
		position: absolute;
		left: 10px;
	}

	.gnav_fixed #section_gallery h3.autoFix {
		position: fixed;
		left: 50%;
		margin: -56px 0 0 -480px;
	}

	#section_gallery h3 img {
		width: auto;
		height: 422px;
	}

	#photo_list {
		min-height: 422px;
		padding-left: 144px;
	}
	#photo_list ul {
		display: flex;
		flex-wrap: wrap;
	}
	#photo_list li {
		position: relative;
		box-sizing: border-box;
		width: 209px;
		padding: 0 0 5px 5px;
		transition: .2s opacity;
		cursor: pointer;
	}
	#photo_list li:hover {
		opacity: .8;
	}

	#photo_list .pickup::after {
		content: '';
		position: absolute;
		left: 13px;
		top: 8px;
		width: 56px;
		height: 56px;
		background: url(../img/icon_pickup.svg) 0 0 / contain no-repeat;
	}
	
	#photo_list .pickup:nth-child(15)::after {
		top: auto;
		bottom: 13px;
	}

/* photo_detail
---------------------------------------- */

	html.detail_open {
		overflow: hidden !important;
	}

	#photo_detail {
		visibility: hidden;
		opacity: 0;
		overflow-x: hidden;
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		z-index: 1000000;
		background: #fff;
		white-space: nowrap;
		text-align: center;
		transition: .5s;
		transition-property: visibility, opacity;
	}

	.detail_open #photo_detail {
		visibility: visible;
		opacity: 1;
	}

	#photo_detail::after,
	#photo_detail>div {
		display: inline-block;
		vertical-align: middle;
	}
	#photo_detail::after {
		content: '';
		width: 0;
		height: 100%;
	}
	#photo_detail>div {
		box-sizing: border-box;
		width: 100%;
		padding: 40px;
		white-space: normal;
	}

	#photo_detail .header {
		display: flex;
		justify-content: flex-end;
		max-width: 1200px;
		margin: 0 auto 10px;
	}

	#photo_detail .header .btn_back {
		width: 50px;
	}

	#photo_detail_list {
		overflow: hidden;
		position: relative;
		max-width: 1200px;
		margin: auto;
		color: #000;
	}
	#photo_detail_list>li {
		visibility: hidden;
		opacity: 0;
		position: absolute;
		top: 0;
		font-size: 16px;
		line-height: 2;
		transition: .5s;
		transition-property: visibility, opacity;
	}

	#photo_detail_list>.on {
		opacity: 1;
		position: relative;
	}

	.detail_open #photo_detail_list>.on {
		visibility: visible;
	}

	#photo_detail .img,
	#photo_detail .img_sub li {
		position: relative;
	}

	#photo_detail .name {
		margin-top: 50px;
		font-weight: bold;
		font-size: 25px;
		line-height: 1;
	}
	#photo_detail .name small {
		display: inline-block;
		margin-top: 15px;
		font-size: 21px;
	}

	#photo_detail .copy {
		margin-top: 40px;
	}

	#photo_detail .img_sub {
		margin-top: 40px;
	}
	#photo_detail .img_sub ul {
		display: flex;
		justify-content: center;
	}
	#photo_detail .img_sub li {
		width: 300px;
		margin-left: 6px;
	}
	#photo_detail .img_sub li:nth-child(3n+1) {
		margin-left: 0;
	}

	#photo_detail a {
		cursor: pointer;
		transition: .2s opacity;
	}
	#photo_detail a:hover {
		opacity: .7;
	}
	#photo_detail li>a {
		display: inline-block;
		width: 180px;
		margin-top: 50px;
		border: solid 1px;
		text-decoration: none;
		color: inherit;
		font-size: 14px;
		line-height: 32px;
	}

	#photo_detail .title {
		width: 230px;
		margin: 30px auto 0;
	}

	#photo_detail .btn_area {
		display: flex;
		justify-content: center;
		align-items: center;
		margin-top: 40px;
	}

	#photo_detail .btn_prev,
	#photo_detail .btn_next {
		overflow: hidden;
		width: 24px;
		height: 24px;
		background: 50% 50% / contain no-repeat;
		text-indent: 100%;
	}
	#photo_detail .btn_prev {
		background-image: url(../img/btn_prev.png);
	}

	#photo_detail .btn_next {
		background-image: url(../img/btn_next.png);
	}

	#photo_detail .btn_area .btn_back {
		width: 56px;
		margin: 0 40px;
	}

	#photo_detail .ov_input_on,
	#photo_detail .ov_input_off {
		display: none;
	}

	#photo_detail .img .ov,
	#photo_detail .img_sub .ov {
		position: absolute;
		top: 0;
		transition: .5s opacity;
	}

	#photo_detail .ov_input_off:checked~.img .ov,
	#photo_detail .ov_input_off:checked~.img_sub .ov {
		opacity: 0;
	}

	#photo_detail .ov_switch {
		display: flex;
		justify-content: center;
		align-items: center;
		margin-top: 20px;
		font-weight: bold;
		line-height: 1;
	}
	#photo_detail .ov_switch>p {
		margin-right: 1em;
		padding: 5px;
		border: solid 1px;
	}
	#photo_detail .ov_switch ul {
		display: flex;
		justify-content: center;
	}
	#photo_detail .ov_switch li+li {
		position: relative;
		margin-left: 1em;
	}
	#photo_detail .ov_switch li+li::before {
		content: '／';
		position: absolute;
		right: 100%;
	}
	#photo_detail .ov_switch label {
		position: relative;
		cursor: pointer;
	}
	#photo_detail .ov_switch label::before {
		content: '';
		position: absolute;
		top: 100%;
		width: 100%;
		height: 3px;
		background: #f33;
		transition: .3s opacity;
	}

	#photo_detail .ov_input_on:checked~.ov_switch li:last-child label::before,
	#photo_detail .ov_input_off:checked~.ov_switch li:first-child label::before {
		opacity: 0;
	}

	#photo_detail .ov_switch label:hover::before {
		opacity: 1 !important;
	}

	#photo_detail .item_list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 886px;
		margin: 40px auto 0;
		text-align: left;
		font-weight: bold;
		font-size: 14px;
		line-height: 1.5;
	}
	#photo_detail .item_list li {
		width: 440px;
	}
	#photo_detail .item_list li:nth-child(n+3) {
		margin-top: 15px;
	}
	#photo_detail .item_list figure {
		margin-bottom: 10px;
	}
	#photo_detail .item_list a {
		display: block;
	}
	#photo_detail .item_list li p {
		padding-left: 1em;
		text-indent: -1em;
	}

	#photo_detail .btn_list {
		width: 550px;
		margin: 40px auto 0;
	}
	#photo_detail .btn_list li+li {
		margin-top: 10px;
	}
	#photo_detail .btn_list a {
		display: block;
		width: auto;
		margin: 0;
		padding: 0 1em;
		text-align: left;
	}
}