img {
	max-width: 100%;
	height: auto;
}
#wrapper {
	overflow: inherit;
	font-family: BentleyLight, "メイリオ", Meiryo;
}
section {
	margin-bottom: 0;
}
.xs-hidden {
	display: none;
}
.xs-visible {
	display: block;
}
/* link */
.l-article .c-text-link {
	font-weight: bold;
	color: #6e6c64;
	margin-bottom: 2em;
}

/* mv */
.c-article-mv {
	position: relative;
}
.c-article-mv__bg {
	width: 100%;
	padding-top: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-image: url("../img/sp/main.jpg");
}

/* logo */
.c-article-logo {
	margin-bottom: 48px;
	z-index: 10;
	text-align: center;
}
.c-article-logo__text {
	margin-bottom: 44px;
}
.logo-text__link {
	display: inline-block;
	line-height: 1;
	color: #333333;
	transition: opacity 0.3s;
}
.logo-text__link:hover {
	opacity: 0.5;
}
.logo-text__label {
	text-align: center;
	text-transform: uppercase;
}
.logo-text__label.--bentley {
	font-size: 24px;
}
.logo-text__label.--story {
	font-size: 55px;
}
.logo-text__label.--category {
	font-size: 16px;
}
.c-article-logo__title {
	font-size: 24px;
	margin: 0;
	padding: 0 16px;
	text-align: center;
}

/* p-article */
.p-article-wrapper {
	max-width: 1366px;
	margin: 0 auto;
	position: relative;
	padding: 60px 0;
}

/* title  */
.c-title-border {
	font-size: 18px;
	padding: 0 16px;
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
.c-title-border__text.--medium {
	font-size: 18px;
	display: inline-block;
	position: relative;
	margin-bottom: 2em;
}
.c-title-border__text.--medium::after {
	content: "";
	display: block;
	width: 11.38%;
	height: 1px;
	background-color: #333333;
	margin-top: 8px;
}
.c-title-border__text.--large {
	font-size: 22px;
	border-bottom: 2px solid #333333;
	display: block;
	padding-bottom: 8px;
	margin-bottom: 40px;
}

/* img */
.c-article-img {
	margin-bottom: 2em;
	position: relative;
}
.c-article-img img {
	width: 100%;
}
.c-article-img__caption {
	font-size: 12px;
	text-align: justify;
	color: #989898;
	padding: 16px 16px 0;
	max-width: 730px;
	margin: 0 auto;
}

/* c-article-bg */
.c-article-bg {
	position: relative;
}
.c-article-bg__img {
	width: 100%;
	padding-top: 62.75%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.c-article-bg__caption {
	font-size: 16px;
	text-align: justify;
	color: #fff;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 5.275%;
	max-width: 750px;
	margin: 0 auto;
	padding: 0 16px;
}

/* c-article-text */
.c-article-text {
	padding: 0 16px;
	margin-bottom: 4em;
	max-width: 750px;
	margin: 0 auto;
}
.c-article-text p {
	margin-bottom: 2em;
	text-align: justify;
}
.c-article-author {
	max-width: 750px;
	margin: 2em auto;
	padding: 0 16px;
}

/* moive */
.c-btn-play {
	position: absolute;
	top: calc(50% - 28px);
	left: calc(50% - 28px);
	display: block;
	height: 56px;
	width: 56px;
	background-color: rgba(148, 193, 29, 0.75);
	border-radius: 100%;
}
.c-btn-play:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 16px solid #fff;
	margin: 20px 0 0 22px;
}
.c-movie-element {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.c-movie-element__content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media screen and (min-width: 728px) {
	.xs-hidden {
		display: block;
	}
	.xs-visible {
		display: none;
	}
	.c-article-mv__bg {
		padding-top: 35%;
	}
	.c-article-mv__bg {
		background-image: url("../img/main.jpg");
	}
	.c-article-logo__title {
		padding: 0;
	}

	/* title  */
	.c-article-img__caption {
		padding: 16px 0 0;
	}
	.c-article-bg__caption {
		padding: 0 32px;
	}
	.u-d-md-flex {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: 0 32px;
	}
	.u-d-md-flex .col-2 {
		width: 48%;
	}
}

@media screen and (min-width: 1025px) {
	.p-article-content {
		margin: 0 0 0 auto;
	}
	.c-article-text {
		margin-bottom: 80px;
	}
	.c-article-img.col-1 {
		margin-bottom: 80px;
	}
	.u-d-md-flex.u-mb {
		margin-bottom: 80px;
		padding: 0;
	}
}

@media screen and (min-width: 1200px) {
	.p-article-wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding: 80px 0;
	}
	.c-article-logo {
		position: -webkit-sticky;
		position: sticky;
		top: 45%;
		left: 72px;
		height: 100%;
		margin-bottom: 0;
	}
	.c-article-logo__text {
		text-align: left;
	}
	.c-article-logo__title {
		text-align: left;
	}

	.logo-text__label {
		text-align: left;
	}
	.logo-text__label.--bentley {
		font-size: 35px;
	}
	.logo-text__label.--story {
		font-size: 81px;
	}
	.logo-text__label.--category {
		font-size: 22px;
	}
	/* title  */
	.c-title-border {
		padding: 0 32px 0 0;
	}

	.p-article-content {
		max-width: 750px;
	}
	.c-article-text {
		padding: 0 32px 0 0;
	}
	.c-article-img__caption {
		margin: 0;
	}
	.c-article-author {
		padding: 0;
	}
}
