/* Base */
main * {
	font-family: "YuGothic", "Customized Yu Gothic", "Hiragino Kaku Gothic Pro", sans-serif;
}

body {
	color: #000;
}

.pc_only {display: block;}
.sp_only {display: none;}

/* Article layout */
.block-page-top-wrap.airplane {
	max-width: 960px;
	margin: 0 auto;
}

.airplane-contents {
	max-width: 800px;
	margin: 40px auto 100px;
}

.airplane-contents-lead h2 {
	padding: 20px 0;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

.airplane-contents-lead h2 .title-main {
	font-size: 29px;
	font-weight: 700;
	line-height: 45px;
}

.airplane-contents-lead .txt {
	font-size: 16px;
	font-weight: 500;
	line-height: 32px;
	margin: 40px 0 0;
}

.airplane-contents-lead .txt.typeB {
	margin: 20px 0 0;
}

/* Profile */
.profile-card {
	display: grid;
	grid-template-columns: 160px 1fr;
	gap: 42px;
	align-items: start;
	margin: 60px auto 0;
	padding: 30px;
	border: 1px solid #000;
}

.profile-card__image {
	width: 165px;
}

.profile-card__head {
	display: flex;
	align-items: center;
	margin: 0 0 10px 0;
}

.profile-card__name {
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
	margin: 0;
}

.profile-card__label {
	border: 1px solid #000;
	border-radius: 999px;
	padding: 3px 12px;
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
	margin: 0 15px 0 0;
}

.profile-card__text {
	font-size: 14px;
	font-weight: 500;
	line-height: 24px;
	margin: 0 auto 15px;
}

.profile-card__text a {
	text-decoration: underline;
}

.profile-card__sns {
	display: flex;
	gap: 16px;
}

.profile-card__sns a {
	display: block;
}

.profile-card__sns a.logo-x {
	width: 20px;
}

.profile-card__sns a.logo-facebook {
	width: 25px;
}

.profile-card__sns a.logo-youtube {
    width: 33px;
}

.profile-card__sns a.logo-instagram {
    width: 25px;
}

.profile-card__sns a.logo-tiktok {
    width: 20px;
}

.profile-card__sns a.logo-home {
    width: 20px;
}

.profile-card__sns a.logo-note {
	width: 25px;
}

/* Lens guide */
.airplane-contents-collection {
	margin-top: 80px;
}

.airplane-contents-collection h3 {
	background: #242427;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 30px;
	font-weight: 600;
	line-height: 32px;
	padding: 30px 0;
	position: relative;
}
.airplane-contents-collection h3::before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #242427;
}

.lens-guide__description {
	margin-top: 60px;
}

.lens-guide__description p {
	font-weight: 500;
}

.lens-guide__related-links {
	margin-top: 30px;
}

.lens-guide__related-links .lens-guide__related-link {
	display: block;
	color: #000;
	font-size: 16px;
	font-weight: 500;
	line-height: 32px;
	text-decoration: underline;
	margin-bottom: 15px;
	position: relative;
}
.lens-guide__related-links .lens-guide__related-link:last-child {
	margin-bottom: 0;
}
.lens-guide__related-links .lens-guide__related-link::after {
	content: '';
	background: url(../../shutter-stories/img/arrow02.svg) no-repeat;
	background-size: 100%;
	display: block;
	width: 20px;
	height: 14px;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(-50%, -50%);
}


/* Lens details */
.lens-detail {
	padding-bottom: 60px;
	border-bottom: 2px solid #DBDEE6;
}

.lens-detail.last {
	border: none;
}

.lens-detail__header {
	position: relative;
}

.lens-detail__heading {
	background: #393A3F;
	padding: 30px 0;
	text-align: center;
	margin-top: 80px;
	margin-bottom: 0;
}

.lens-detail__catch {
	display: block;
	color: #fff;
	font-size: 28px;
	font-weight: 700;
	line-height: 42px;
	margin-bottom: 40px;
}

.lens-detail__name__area {
	display: inline-block;
	position: relative;
}

.lens-detail__name {
	background: #fff;
	color: #000;
	font-size: 28px;
	font-weight: 700;
	line-height: 28px;
	padding: 16px 5px;
}

.lens-detail__label {
	width: 107px;
	position: absolute;
	top: -36px;
	left: -30px;
}

.lens-detail__profile {
	width: 80px;
	position: absolute;
	bottom: -20px;
	right: 30px;
}

.lens-detail__profile-image {
	border-radius: 400px;
	border: 6px solid #fff;
}

.lens-detail__content {
	margin-bottom: 40px;
	padding: 30px;
	border: 1px solid #393A3F;
}

.lens-detail__product {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 30px;
}

.lens-detail__badges {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
}

.lens-detail__example--portrait {
	width: 54.3%;
	margin: 0 auto;
}

.lens-detail__format {
	background:#AA996B;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100px;
	height: 26px;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: 24px;
}

.lens-detail__s-line {
    background: #000;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100px;
	height: 26px;
	padding: 5px 15px;
}

.lens-detail__product-name {
	color: #000;
	font-size: 20px;
	font-weight: 700;
	line-height: 40px;
	text-align: center;
	margin: 0;
	margin-top: 15px;
}

.lens-detail__caption-note {
	display: block;
	font-size: 12px;
	font-weight: 500;
	text-align: left;
}

.lens-detail__caption-note::before {
	content: '※';
}

.lens-detail__product-image-wrap.typeA {
	width: 24%;
}

.lens-detail__product-image-wrap.typeB {
	width: 32%;
}

.lens-detail__product-image-wrap.typeC {
	width: 18%;
}

.lens-detail__product-image-wrap.typeD {
	width: 36%;
}

.lens-detail__product-image-wrap.typeE {
	width: 24%;
}

.lens-detail__product-image-wrap.typeF {
	width: 27%;
}

.lens-detail__product-image-wrap.typeG {
	width: 23%;
}

.lens-detail__product-image-wrap.typeH {
	width: 44%;
}

.lens-detail__product-image-wrap.typeI {
	width: 40%;
}

.lens-detail__product-image-wrap.typeJ {
	width: 42%;
}

.lens-detail__product-image-wrap.typeK {
	width: 36%;
}

.lens-detail__gallery {
	display: flex;
	justify-content: center;
	gap: 10px;
	margin: 40px 0 30px;
}

.lens-detail__single-photo {
	margin: 40px 0 30px;
}

.lens-detail__caption {
	font-size: 12px;
	font-weight: 500;
	line-height: 18px;
	margin-top: 10px;
}

.lens-detail__actions {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	margin-top: 30px;
}

.lens-detail__action {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 300px;
	height: 64px;
	border-radius: 50px;
}

a.lens-detail__action--details {
	background: #000;
	color: #fff;
	text-align: center;
	font-size: 15px;
	font-weight: 700;
	line-height: 32px;
	position: relative;
}
a.lens-detail__action--details::after {
	content: '';
	background: url(../../shutter-stories/favorite-lenses/img/arrow-white.png) no-repeat;
	background-size: 100%;
	width: 15px;
	height: 11px;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translate(-50%, -50%);
}


a.lens-detail__action--purchase {
	background: #FFE100;
	color: #000;
	text-align: center;
	font-size: 15px;
	font-weight: 700;
	line-height: 32px;
	position: relative;
}
a.lens-detail__action--purchase::after {
	content: '';
	background: url(../../shutter-stories/favorite-lenses/img/arrow-black.png) no-repeat;
	background-size: 100%;
	width: 15px;
	height: 11px;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translate(-50%, -50%);
}

.lens-guide__conclusion {
	margin: 60px 0 120px;
}

.lens-detail__single-photo .lens-detail__photo.img {
	margin-bottom: 30px;
}

.lens-detail__figure--portrait {
	width: 50%;
	margin: 0 auto;
}

.lens-guide__note {
	font-size: 12px;
	font-weight: 500;
}

.lens-guide__note::before {
	content: '※';
}

/* Related content */
.airplane-contents-check-section {
	margin-top: 100px;
}

.airplane-contents-check-section h3 {
	font-size: 26px;
	font-weight: bold;
	line-height: 32px;
	text-align: center;
}
.airplane-contents-check-section h3::before {
	content: '＼';
	padding: 0 10px;
}
.airplane-contents-check-section h3::after {
	content: '／';
	padding: 0 10px;
}

.airplane-contents-check-section-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 30px;
	border: 1px solid #000;
	margin-bottom: 30px;
	position: relative;
}
.airplane-contents-check-section-box:last-child {
	margin-bottom: 0;
}

.airplane-contents-check-section-box.first {
	margin-top: 40px;
}

.airplane-contents-check-section-box.related-journey {
	display: block;
}

.related-journey__body {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 24px;
}

a.related-journey__link {
	display: block;
	color: #000;
	font-size: 16px;
	font-weight: 500;
	line-height: 32px;
	text-decoration: underline;
	margin-bottom: 15px;
	position: relative;
}
a.related-journey__link::after {
	content: '';
	background: url(../../shutter-stories/favorite-lenses/img/arrow-black.png) no-repeat;
	background-size: 100%;
	width: 15px;
	height: 11px;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translate(-50%, -50%);
}
a.related-journey__link:last-child {
	margin-bottom: 0;
}


.airplane-contents-check-section-box .img {
	width: 35%;
}

.airplane-contents-check-section-box .area-txt {
	width: 60%;
}

.airplane-contents-check-section-box .area-txt h4 {
	font-size: 18px;
	font-weight: 700;
	line-height: 32px;
	margin: 0;
}

.airplane-contents-check-section-box .area-txt .txt {
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
}

.airplane-contents-check-section-box .area-txt a {
	display: block;
	color: #000;
	font-size: 16px;
	font-weight: 500;
	line-height: 32px;
	text-decoration: underline;
	position: relative;
}
.airplane-contents-check-section-box .area-txt a::after {
	content: '';
	background: url(../../shutter-stories/img/arrow02.svg) no-repeat;
	background-size: 100%;
	display: block;
	width: 20px;
	height: 14px;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(-50%, -50%);
}


/* Accordion */

.lens-toc {
	background: #F7F7F7;
	margin-top: 60px;
	padding: 0 30px;
}

.lens-toc__title {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 30px 0;
	border: 0;
	background: transparent;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}

.lens-toc__title > span:first-child {
	color: #000;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

.lens-toc__icon {
	position: relative;
	display: block;
	width: 20px;
	height: 20px;
	margin-left: auto;
	flex-shrink: 0;
}

.lens-toc__icon::before,
.lens-toc__icon::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 16px;
	height: 2px;
	background-color: #333;
	transform: translate(-50%, -50%);
	transition: transform 0.2s ease;
}

.lens-toc__icon::after {
	transform: translate(-50%, -50%) rotate(90deg);
}

.lens-toc__title[aria-expanded="true"] .lens-toc__icon::after {
	transform: translate(-50%, -50%) rotate(0deg);
}

.lens-toc__content {
	padding: 0 0 20px;
}

.lens-toc__content[hidden] {
	display: none;
}

.lens-toc__content ul {
	margin: 0;
	padding-left: 2em;
	list-style: none;
}

.lens-toc__content li {
	list-style: none;
	margin-bottom: 20px;
}

.lens-toc__content li::marker {
	content: "";
}

.lens-toc__content > p > a,
.lens-toc__content li > a {
	display: flex;
	align-items: flex-start;
	gap: 0.5em;
	color: #000;
	text-decoration: underline;
}

.lens-toc__content > p > a:visited,
.lens-toc__content li > a:visited {
	color: #000;
}

.lens-toc__content > p > a::before {
	content: "";
	width: 8px;
	height: 8px;
	align-self: center;
	border-radius: 50%;
	background-color: #000;
	flex-shrink: 0;
}

.lens-toc__content li > a::before {
	content: "";
	width: 10px;
	height: 2px;
	margin-top: 0.75em;
	background-color: #000;
	flex-shrink: 0;
}

.lens-toc__content li + li {
	margin-top: 10px;
}

.lens-toc__content li:last-child {
	margin-bottom: 0;
}

.lens-toc__close {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin: 15px auto 0;
	padding: 10px 20px;
	border: 0;
	background: transparent;
	color: #000;
	font-size: 14px;
	font-weight: 500;
	cursor: pointer;
}

.lens-toc__close-icon {
	display: block;
	width: 16px;
	height: 1px;
	background-color: #000;
}


/* Lens lineup */
.lens-lineup__list {
	border: 1px solid #000;
	margin-top: 60px;
	padding: 40px 30px;
}

.lens-lineup__item {
	padding-bottom: 50px;
	border-bottom: 1px solid #000;
}

.lens-lineup__item.last {
	padding-bottom: 0;
	border: none;
}

.lens-lineup__name {
	color: #000;
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	line-height: 40px;
	margin: 50px 0 25px;
}

.lens-lineup__name.first {
	margin-top: 0;
}

.lens-lineup__image-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 25px 0 40px;
}

.lens-lineup__image.typeA {
	width: 23%;
}

.lens-lineup__image.typeB {
	width: 36%;
}

.lens-lineup__image.typeC {
	width: 22%;
}

.lens-lineup__image.typeD {
	width: 43%;
}

.lens-lineup__image.typeE {
	width: 30%;
}

.lens-lineup__image.typeF {
	width: 37%;
}

.lens-lineup__image.typeG {
	width: 21%;
}

.lens-lineup__image.typeH {
	width: 34%;
}

.lens-lineup__image.typeI {
	width: 18%;
}

.lens-lineup__image.typeJ {
	width: 30%;
}

.lens-lineup__image.typeK {
	width: 24%;
}

.lens-lineup__image.typeL {
	width: 26%;
}

/* YouTube */
.lens-detail__video {
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 9;
	overflow: hidden;
}

.lens-detail__video iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
}

.lens-detail__video-figure .lens-detail__caption a {
	color: #000;
	font-size: 16px;
	font-weight: 500;
	line-height: 32px;
	text-decoration: underline;
}

.profile-card__label, .profile-card__label__pc {
    border: 1px solid #000;
    border-radius: 999px;
    padding: 3px 12px;
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
    margin: 0 15px 0 0;
}

.profile-card__label__sp {
    display: none;
}

/* Responsive */
@media screen and (max-width: 768px) {
	.pc_only {display: none;}
	.sp_only {display: block;}

	.airplane-contents {
		margin: 20px auto 50px;
	}

	.airplane-contents-lead h2 .title-main {
		font-size: 24px;
		line-height: 32px;
	}

	.airplane-contents-lead .txt {
		font-size: 15px;
		line-height: 26px;
		margin: 30px 0 0;
	}

	.profile-card {
		grid-template-columns: 100px 1fr;
		gap: 20px;
		padding: 20px;
	}

	.profile-card__body {
		display: contents;
	}

	.profile-card__image {
		grid-column: 1;
		grid-row: 1;
		width: 100%;
	}

	.profile-card__head {
		grid-column: 2;
		grid-row: 1;
		display: block;
		margin: 0;
	}

	.profile-card__label {
		display: inline-block;
		margin-bottom: 10px;
	}

	.profile-card__name {
		display: block;
	}

	.profile-card__text {
		grid-column: 1 / -1;
		grid-row: 2;
		margin: 0;
	}

	.profile-card__sns {
		grid-column: 1 / -1;
		grid-row: 3;
	}

	.airplane-contents-collection {
		margin-top: 80px;
	}

	.airplane-contents-collection h3 {
		font-size: 24px;
		margin-bottom: 30px;
		text-align: center;
	}

	.airplane-contents-collection .txt {
		font-size: 15px;
		margin: 20px 0 0;
	}

	.airplane-contents-check-section {
		margin-top: 60px;
	}

	.airplane-contents-check-section h3 {
		font-size: 22px;
		margin-bottom: 30px;
	}

	.airplane-contents-check-section-box {
		display: block;
		padding: 20px;
	}
	.airplane-contents-check-section-box:last-child {
		margin-bottom: 0;
	}

	.airplane-contents-check-section-box .img {
		width: 100%;
		margin-bottom: 20px;
	}

	.airplane-contents-check-section-box .area-txt {
		width: 100%;
	}

	.airplane-contents-check-section-box .area-txt h4 {
		line-height: 26px;
	}

	.airplane-contents-check-section-box .area-txt .txt {
		font-size: 15px;
		line-height: 26px;
		margin: 10px 0 15px;
	}

	.airplane-contents-check-section-box .area-txt a {
		font-size: 14px;
		line-height: 26px;
	}

	.airplane-contents-check-section-box .area-txt a::after {
		width: 16px;
		height: 12px;
		top: 50%;
		right: -13px;
	}

	.lens-toc {
		padding: 0 20px;
	}

	.lens-toc__content ul {
		padding-left: 1.5em;
	}

	.lens-toc__close {
		margin: 20px auto 0;
	}

	.lens-guide__related-links .lens-guide__related-link {
		width: 90%;
		font-size: 14px;
		line-height: 26px;
	}

	.lens-guide__related-links .lens-guide__related-link::after {
		right: -40px;
	}

	.lens-detail__heading {
		padding: 20px 0 50px;
	}

	.lens-detail__catch {
		font-size: 20px;
		line-height: 30px;
		text-align: center;
		margin-bottom: 30px;
	}

	.lens-detail__label {
		width: 99px;
		top: -20px;
		left: 10px;
	}

	.lens-detail__name__area {
		width: 90%;
	}

	.lens-detail__name {
		display: block;
		font-size: 20px;
		line-height: 27px;
		padding: 16px 0;
	}

	.lens-detail__profile {
		width: 60px;
		bottom: -30px;
		right: 20px;
	}

	.lens-detail__profile-image {
		border: 4px solid #fff;
	}

	.lens-detail__content {
		padding: 40px 18px 30px;
		border: 1px solid #393A3F;
	}

	.lens-detail__product {
		display: block;
		margin-top: 20px;
	}

	.lens-detail__format {
		width: 76px;
		height: 21px;
		font-size: 12px;
		line-height: 18px;
	}

	.lens-detail__s-line {
		width: 76px;
		height: 21px;
		padding: 5px 15px;
	}

	.lens-detail__product-name {
		font-size: 17px;
		line-height: 1.3;
		margin: 20px 0;
	}

	.lens-detail__caption-note {
		font-size: 11px;
		text-align: center;
	}

	.lens-detail__product-image-wrap {
		margin: 10px auto;
	}

	.lens-detail__product-image-wrap.typeA {
		width: 50%;
	}

	.lens-detail__product-image-wrap.typeB {
		width: 70%;
	}

	.lens-detail__product-image-wrap.typeC {
		width: 40%;
	}

	.lens-detail__product-image-wrap.typeD {
		width: 80%;
	}

	.lens-detail__product-image-wrap.typeE {
		width: 53%;
	}

	.lens-detail__product-image-wrap.typeF {
		width: 52%;
	}

	.lens-detail__product-image-wrap.typeG {
		width: 43%;
	}

	.lens-detail__product-image-wrap.typeH {
		width: 89%;
	}

	.lens-detail__product-image-wrap.typeI {
		width: 82%;
	}

	.lens-detail__product-image-wrap.typeJ {
		width: 76%;
	}

	.lens-detail__product-image-wrap.typeK {
		width: 71%;
	}

	.lens-detail__gallery {
		display: block;
	}

	.lens-detail__photo.img {
		margin-bottom: 20px;
	}

	.lens-detail__actions {
		display: block;
	}

	a.lens-detail__action--details {
		width: 100%;
		margin: 0 auto 15px;
	}

	a.lens-detail__action--purchase {
		width: 100%;
		margin: 0 auto;
	}

	.related-journey__body {
		display: block;
		margin-bottom: 24px;
	}

	a.related-journey__link {
		width: 90%;
		font-size: 14px;
		line-height: 26px;
	}

	a.related-journey__link::after {
		right: -40px;
	}

	.lens-lineup__list {
		padding: 40px 20px;
	}

	.lens-lineup__name {
		font-size: 18px;
		line-height: 30px;
	}

	.lens-lineup__image.typeA {
		width: 50%;
	}

	.lens-lineup__image.typeB {
		width: 75%;
	}

	.lens-lineup__image.typeC {
		width: 40%;
	}

	.lens-lineup__image.typeD {
		width: 78%;
	}

	.lens-lineup__image.typeE {
		width: 55%;
	}

	.lens-lineup__image.typeF {
		width: 80%;
	}

	.lens-lineup__image.typeG {
		width: 41%;
	}

	.lens-lineup__image.typeH {
		width: 74%;
	}

	.lens-lineup__image.typeI {
		width: 37%;
	}

	.lens-lineup__image.typeJ {
		width: 65%;
	}

	.lens-lineup__image.typeK {
		width: 50%;
	}

	.lens-lineup__image.typeL {
		width: 52%;
	}

	.lens-detail__example--portrait {
		width: 86.4%;
	}

	.lens-detail__figure--portrait {
		width: 77%;
	}

	.lens-detail__figure--vertical {
		width: 77%;
		margin: 0 auto;
	}

	.lens-guide__conclusion {
		margin: 20px 0 60px;
	}

	.profile-card__label__pc {
		display: none;
	}

	.profile-card__label__sp {
		display: block;
	}

	.profile-card__label__sp span {
		display: inline-block;
		border: 1px solid #000;
		border-radius: 999px;
		padding: 3px 7px;
		font-size: 14px;
		font-weight: bold;
		line-height: 24px;
		margin-bottom: 10px;
	}

	.profile-card__label__sp span:first-child {
		margin-bottom: 5px;
	}

	.lens-detail__video-figure .lens-detail__caption a {
		font-size: 15px;
		line-height: 26px;
	}

}

@media screen and (max-width: 599px) {
	.mod-snsBlock {
		border-top: none;
		border-bottom: none;
		margin: 0;
	}
	.mod-snsBlock .mod-snsBlock-item {
		width: calc(50% / 3);
		max-width: none;
		padding: 10px 0;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.mod-snsBlock .mod-snsBlock-item img {
		max-height: 36px;
	}
}
