/* ==========================================================================
	 * mainvisual
========================================================================== */
.mainvisual {
	width: 100%;
}
.mainvisual__picture img {
	width: 100%;
	height: auto;
}
.mainvisual__campaign {
	background-color: #6fbbfc;
}
.mainvisual__campaign-container {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.mainvisual__campaign p {
	font-size: 2.5rem;
	font-weight: 500;
	text-align: center;
	color: #f5fd92;
	line-height: 1.3;
	letter-spacing: 0.05em;
}
.mainvisual__campaign p span {
	font-size: 80%;
}
.mainvisual__campaign p:nth-of-type(2) {
	margin-bottom: 15px;
	font-size: 2.3rem;
}
.mainvisual__campaign .year {
	font-size: 120%;
}
.mainvisual__campaign .date {
	font-size: 160%;
}
.mainvisual__logo {
	margin-right: auto;
	margin-left: auto;
	max-width: 130px;
	width: 100%;
}

@media screen and (min-width: 769px) {
	.mainvisual__campaign-container {
		margin-right: auto;
		margin-left: auto;
		max-width: 1000px;
		padding-top: 30px;
		padding-bottom: 30px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
	}
	.mainvisual__campaign p {
		padding-right: 20px;
		font-size: 4.7rem;
		text-align: left;
		line-height: 1.2;
	}
	.mainvisual__campaign p:nth-of-type(2) {
		margin-bottom: 0;
		padding-left: 5px;
		font-size: 3rem;
		letter-spacing: 0.08em;
	}
	.mainvisual__logo {
		margin-right: 0;
		margin-left: 0;
		padding-top: 5px;
		max-width: 265px;
	}
}
.mainvisual__img {
	opacity: 0;
}

.mainvisual__img.slick-initialized {
	opacity: 1;
}

/* ==========================================================================
	 * athlete
========================================================================== */
.athlete__container {
	padding-top: 60px;
	padding-right: 30px;
	padding-bottom: 80px;
	padding-left: 30px;
}
.athlete__title {
	margin-bottom: 35px;
	font-size: 2.8rem;
	font-weight: 500;
	line-height: 1.8;
}
.athlete__bodycopy {
	margin-bottom: 40px;
	font-size: 2.2rem;
	line-height: 2.3;
}
.athlete__movie-title {
	margin-bottom: 15px;
	padding-left: 0.5em;
	border-left: 4px solid #6FBBFC;
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.2;
}
.athlete__movie video {
	width: 100%;
	height: 100%;
}

@media screen and (min-width: 769px) {
	.athlete__container {
		margin-right: auto;
		margin-left: auto;
		max-width: 1000px;
		padding-top: 90px;
		padding-right: 20px;
		padding-bottom: 160px;
		padding-left: 20px;
	}
	.athlete__title {
		margin-bottom: 60px;
		font-size: 4rem;
	}
	.athlete__bodycopy {
		margin-bottom: 70px;
		padding-left: 135px;
		font-size: 2.4rem;
		line-height: 2.1;
	}
	.athlete__movie-title {
		margin-bottom: 20px;
		padding-left: 0.8em;
		font-size: 2.6rem;
	}
}
/* ==========================================================================
	 * feature
========================================================================== */
.feature {
	background-color: #ECF9FC;
}
.feature__container {
	padding-top: 70px;
	padding-right: 30px;
	padding-bottom: 100px;
	padding-left: 30px;
}
.feature__title {
	margin-bottom: 35px;
	font-size: 2.8rem;
	font-weight: 500;
	line-height: 1.8;
}
.feature__bodycopy {
	margin-bottom: 120px;
	font-size: 2.2rem;
	line-height: 2.3;
}
.feature__list {
	margin-bottom: 100px;
}
.feature__item {
	margin-bottom: 60px;
	padding-top: 35px;
	padding-bottom: 35px;
	position: relative;
	background-color: #fff;
}
.feature__item:last-child {
	margin-bottom: 0;
}
.feature__item::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	display: block;
	background-color: #6FBBFC;
	width: 70px;
	height: 5px;
}
.feature__text {
	margin-bottom: 25px;
}
.feature__item-title {
	margin-bottom: 15px;
	padding-right: 15px;
	padding-left: 15px;
	font-size: 2rem;
	font-weight: 500;
	text-align: center;
	line-height: 1.7;
}
.feature__item:nth-child(3) .feature__item-title {
	margin-bottom: 50px;
}
.feature__item-bodycopy {
	padding-right: 30px;
	padding-left: 30px;
	font-size: 1.9rem;
	line-height: 1.9;
}
.feature__item img {
	width: 100%;
}
.feature__movie video {
	width: 100%;
	height: 100%;
}

@media screen and (min-width: 479px) and (max-width: 768px) {
	.feature__picture {
		margin-right: auto;
		margin-left: auto;
		width: 70%;
	}
}
@media screen and (min-width: 769px) {
	.feature__container {
		margin-right: auto;
		margin-left: auto;
		max-width: 1000px;
		padding-top: 130px;
		padding-right: 20px;
		padding-left: 20px;
		padding-bottom: 120px;
	}
	.feature__title {
		margin-bottom: 50px;
		font-size: 4rem;
	}
	.feature__bodycopy {
		margin-bottom: 90px;
		padding-left: 135px;
		font-size: 2.4rem;
		line-height: 2.1;
	}
	.feature__list {
		margin-bottom: 120px;
	}
	.feature__item {
		margin-bottom: 80px;
		padding-top: 65px;
		padding-right: 50px;
		padding-bottom: 70px;
		padding-left: 50px;
	}
	.feature__item::before {
		width: 222px;
		height: 6px;
	}
	.feature__item:nth-child(1) {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		flex-direction: row-reverse;
		align-items: center;
	}
	.feature__item:nth-child(2) {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: flex-start;
	}
	.feature__item:nth-child(1) .feature__text {
		width: 46.5%;
	}
	.feature__item:nth-child(1) .feature__img {
		width: 48.5%;
	}
	.feature__item:nth-child(2) .feature__text {
		width: 40%;
	}
	.feature__item:nth-child(2) .feature__img {
		padding-top: 10px;
		width: 55%;
	}
	.feature__text {
		margin-bottom: 0;
	}
	.feature__item-title {
		padding-right: 0;
		padding-left: 0;
		font-size: 2.6rem;
		text-align: left;
	}
	.feature__item-bodycopy {
		padding-right: 0;
		padding-left: 0;
		font-size: 2rem;
		line-height: 2;
	}
}
/* ==========================================================================
	 * triplecut
========================================================================== */
.triplecut__container {
	padding-top: 80px;
	padding-bottom: 80px;
}
.triplecut__title {
	margin-bottom: 30px;
	padding-right: 30px;
	padding-left: 30px;
	font-size: 2.8rem;
	font-weight: 500;
	line-height: 1.8;
}
.triplecut__list {
	margin-bottom: 80px;
}
.triplecut__item {
	margin-bottom: 60px;
}
.triplecut__item:last-child {
	margin-bottom: 0;
}
.triplecut__item-picture img {
	width: 100%;
}
.triplecut__textbox {
	position: relative;
	z-index: 1;
	margin-top: -40px;
	margin-right: 25px;
	margin-left: 30px;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
	background-color: rgba(245, 253, 146, 0.9);
}
.triplecut__item-category {
	position: relative;
	margin-bottom: 30px;
	padding-top: 12px;
	padding-left: 45px;
	display: block;
	font-size: 1.6rem;
	line-height: 1;
}
.triplecut__item-category::before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 32px;
	height: 42px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.triplecut__item:nth-child(1) .triplecut__item-category::before {
	background-image: url(https://campaigns.nikon-lenswear.jp/transitions/assets/img/icon_cut_01.svg);
}
.triplecut__item:nth-child(2) .triplecut__item-category::before {
	background-image: url(https://campaigns.nikon-lenswear.jp/transitions/assets/img/icon_cut_02.svg);
}
.triplecut__item:nth-child(3) .triplecut__item-category::before {
	background-image: url(https://campaigns.nikon-lenswear.jp/transitions/assets/img/icon_cut_03.svg);
}
.triplecut__item-title {
	margin-bottom: 10px;
	font-size: 2.6rem;
	font-weight: 500;
	line-height: 1.7;
}
.triplecut__item-bodycopy {
	font-size: 2rem;
	line-height: 2;
}
.triplecut__item-bodycopy span {
	padding-top: 5px;
	display: block;
	font-size: 1.4rem;
	line-height: 1.6;
}

@media screen and (min-width: 479px) and (max-width: 768px) {
	.triplecut__item-picture {
		margin-right: auto;
		margin-left: auto;
		width: 70%;
	}
}
@media screen and (min-width: 769px) {
	.triplecut {
		margin-right: auto;
		margin-left: auto;
		padding-right: 20px;
		padding-left: 20px;
		max-width: 1000px;
	}
	.triplecut__container {
		padding-top: 120px;
		padding-bottom: 120px;
	}
	.triplecut__title {
		margin-bottom: 60px;
		font-size: 4rem;
	}
	.triplecut__bodycopy {
		padding-left: 120px;
		font-size: 2.4rem;
		line-height: 2.1;
	}
	.triplecut__list {
		margin-bottom: 150px;
	}
	.triplecut__item {
		position: relative;
		margin-bottom: 125px;
	}
	.triplecut__item:nth-child(2) {
		margin-bottom: 195px;
	}
	.triplecut__textbox {
		position: absolute;
		top: 150px;
		left: 0;
		margin-top: 0;
		margin-right: 0;
		margin-left: 0;
		padding-top: 25px;
		padding-right: 37px;
		padding-bottom: 40px;
		padding-left: 40px;
	}
	.triplecut__item-category {
		margin-bottom: 40px;
	}
	.triplecut__item:nth-child(1) .triplecut__textbox {
		top: 150px;
		left: 0;
		max-width: 395px;
	}
	.triplecut__item:nth-child(2) .triplecut__textbox {
		top: 150px;
		left: initial;
		right: 0;
		max-width: 440px;
	}
	.triplecut__item:nth-child(3) .triplecut__textbox {
		top: 150px;
		left: 0;
		max-width: 430px;
	}
	.triplecut__item-title {
		font-size: 2.6rem;
	}
	.triplecut__item-bodycopy {
		font-size: 2rem;
	}
}
/* ==========================================================================
	 * doctor
========================================================================== */
.doctor {
	background-color: #ECF9FC;
}
.doctor__container {
	padding-top: 70px;
	padding-right: 30px;
	padding-bottom: 70px;
	padding-left: 30px;
}
.doctor__title {
	margin-bottom: 30px;
	font-size: 2.8rem;
	font-weight: 500;
	line-height: 1.8;
}
.doctor__figure {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	max-width: 230px;
}
.doctor__figcaption {
	padding-top: 10px;
	font-size: 1.7rem;
	line-height: 1.8;
}
.doctor__bodycopy {
	font-size: 2.2rem;
	line-height: 2.3;
}

@media screen and (min-width: 769px) {
	.doctor__container {
		margin-right: auto;
		margin-left: auto;
		max-width: 1000px;
		padding-top: 130px;
		padding-right: 20px;
		padding-bottom: 130px;
		padding-left: 20px;
	}
	.doctor__title {
		margin-bottom: 60px;
		font-size: 4rem;
	}
	.doctor__flexbox {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.doctor__figure {
		margin-right: 0;
		margin-left: 0;
		margin-bottom: 0;
		padding-top: 15px;
		width: 24%;
	}
	.doctor__figcaption {
		font-size: 2rem;
	}
	.doctor__bodycopy {
		width: 68.5%;
		font-size: 2.4rem;
		line-height: 2;
	}
}
/* ==========================================================================
	 * campaign
========================================================================== */
.campaign {
	position: relative;
	background-color: #FDFFE9;
	border: 10px solid #6FBBFC;
}
.campaign__container {
	padding-top: 170px;
	padding-right: 30px;
	padding-bottom: 50px;
	padding-left: 30px;
}
.campaign__date {
	position: absolute;
	top: -10px;
	left: -10px;
	width: 213px;
	height: 220px;
}
.campaign__logo {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
	max-width: 240px;
}
.campaign__catch {
	margin-bottom: 35px;
	font-size: 3.2rem;
	font-weight: 500;
	text-align: center;
	line-height: 1.2;
}
.campaign__catch span {
	font-size: 2rem;
}
.campaign__title {
	margin-bottom: 30px;
	font-size: 4rem;
	font-weight: 500;
	text-align: center;
	color: #6FBBFC;
	line-height: 1.5;
}
.campaign__bodycopy {
	font-size: 2.2rem;
	font-weight: 500;
	line-height: 2.3;
}
.campaign__bodycopy span {
	padding-top: 10px;
	display: block;
	font-size: 1.4rem;
	font-weight: normal;
	line-height: 2;
}

@media screen and (min-width: 769px) {
	.campaign {
		margin-top: 120px;
		margin-bottom: 120px;
		margin-right: auto;
		margin-left: auto;
		max-width: 960px;
		border: 20px solid #6FBBFC;
	}
	.campaign__container {
		padding-top: 100px;
		padding-right: 90px;
		padding-bottom: 60px;
		padding-left: 90px;
	}
	.campaign__date {
		width: 357px;
		height: 300px;
	}
	.campaign__logo {
		max-width: 360px;
	}
	.campaign__catch {
		font-size: 4rem;
	}
	.campaign__catch span {
		font-size: 3rem;
	}
	.campaign__title {
		margin-bottom: 20px;
		font-size: 5rem;
	}
	.campaign__bodycopy {
		font-size: 2.4rem;
		line-height: 2;
	}
	.campaign__bodycopy span {
		padding-top: 15px;
	}
}
/* ==========================================================================
	 * shop
========================================================================== */
.shop {
	background-color: #6FBBFC;
}
.shop__container {
	padding-top: 45px;
	padding-right: 10px;
	padding-bottom: 35px;
	padding-left: 10px;
}
.shop__title {
	margin-bottom: 15px;
	font-size: 2.4rem;
	font-weight: 500;
	text-align: center;
	color: #fff;
	line-height: 1.5;
}
.shop iframe {
	width: 100%;
	height: 65vh;
}

@media screen and (min-width: 769px) {
	.shop__container {
		padding-top: 120px;
		padding-right: 65px;
		padding-bottom: 80px;
		padding-left: 65px;
	}
	.shop__title {
		margin-bottom: 30px;
		font-size: 4rem;
	}
	.shop iframe {
		height: 787px;
	}
}