@charset "UTF-8";

/* ====================================
	共通スタイル
 ==================================== */
.sky-blue {
	color: #00a0e9;
}

a.u-line {
	text-decoration: underline;
}

a.u-line:hover {
	text-decoration: none;
}

.small-text {
	font-size: 1.2rem;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.mt1em {
	margin-top: 1em;
}

.mt2em {
	margin-top: 2em;
}
/* フレックスコンテナ */
.flex-container {
	display: flex;
	flex-wrap: wrap;
}

.flex-item {
	width: 100%;
}

/* サブセクション */
.sub-item .sub-title {
	font-weight: 400;
	background: #00a0e9;
	display: block;
	color: #fff;
}

.sub-item .text {
	line-height: 1.6;
}

.sub-item a.sky-blue:hover {
	color: #00a0e9;
}

.list-figures.col2 .img-title {
	font-size: 1.2rem;
}

/* サブサブセクション */
.sub-sub-title {
	padding-left: 13px;
	position: relative;
}

.sub-sub-title::before {
	content: '';
	display: block;
	width: 4px;
	height: 85%;
	background: #000;
	position: absolute;
	top: 8%;
	left: 0;
}

/* アローボタン・左 */
.btn-arrow {
	display: inline-block;
	text-align: center;
}

.btn-arrow-left a {
	width: 280px;
	margin-left: auto;
	margin-right: auto;
	padding: 0.4em 2.4em 0.4em 0em;
	border-radius: 0.6rem;
	font-size: 2rem;
	font-weight: 400;
	background-color: #535353;
	background-image: url(/products/common/images/chevron-right-solid-w.svg);
	background-repeat: no-repeat;
	background-position: left 0.7em center;
	background-size: auto 1em;
	color: #fff;
	text-decoration: none;
}

.btn-arrow-left {
	text-align: center;
}

/* ====================================
	スマートフォン専用スタイル
===================================== */
@media only screen and (max-width: 767px) {
	.pc-only {
		display: none;
	}
	article {
		font-size: 1.5rem;
		line-height: 1.6;
	}
	/* フレックスコンテナ */
	.flex-item-text, .flex-item-img {
		width: 100%;
	}
	.flex-item-img {
		margin-top: 0rem;
	}

	/* メインタイトル */
	.main-img {
		margin-top: 0;
	}

	/* サブセクション */
	.sub-section {
		padding-top: 5rem;
	}
	.sub-section:first-of-type {
		padding-top: 4rem;
	}
	.sub-section .sub-title {
		font-size: 1.8rem;
	}
	.text-container {
		margin-top: 2rem;
	}
	.flex-item .text-container {
		margin-top: 3rem;
	}
	.flex-item:first-of-type .text-container {
		margin-top: 2rem;
	}
	.flex-item:first-of-type .img-container {
		margin-top: 2rem;
	}
	.img-container {
		margin-top: 3rem;
	}
	.flex-container.fix-bottom-img .img-container {
		margin-top: 1.8rem;
	}
	.sub-item .flex-item .text-container .text {
		margin-top: 1rem;
	}
	.sub-item .text-container .text {
		margin-top: 2rem;
	}
	.sub-item .sub-title {
		font-size: 1.8rem;
		line-height: 1.5;
		padding-left: 5%;
		padding-right: 5%;
		padding: 1.2rem 1rem 1.2rem 2rem;
	}
	.sub-item .img-title {
		margin-bottom: 0.8rem;
		font-size: 1.6rem;
		font-weight: 400;
		color: #00a0e9;
	}
	.sub-item .img-title span.sky-blue {
		margin-right: 0.6rem;
		font-size: 1.9rem;
	}

	/* 注釈セクション */
	.caption-section .base-width {
		padding-top: 5rem;
	}
	.small-text {
		margin-top: 1em;
	}

	/* サブサブセクション */
	.sub-sub-title {
		margin-top: 6rem;
		font-size: 1.6rem;
	}
	/* フレックスコンテナ */
	.flex-container {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.flex-container>.flex-item {
		width: 100%;
	}
	.flex-container>.flex-item:first-of-type {
		margin-top: 0;
	}

	/* 画像リスト */
	ul.list-figures li {
		margin-top: 2rem;
	}
	ul.list-figures li:first-child {
		margin-top: 0;
	}
	ul.list-figures li .img {
		width: 100%;
	}
	ul.list-figures.sp-col2, ul.list-figures.col4 {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	ul.list-figures.sp-col2 li, ul.list-figures.col4 li {
		width: 48%;
		margin-top: 1em;
	}
	ul.list-figures.sp-col2.no-gap li {
		width: 50%;
	}
	ul.list-figures.sp-col2 li:nth-child(-n+2), ul.list-figures.col4 li:nth-child(-n+2)
		{
		margin-top: 0;
	}

	/* jp.sharpフッター */
	#productsPageFooterNavi {
		display: flex;
		justify-content: space-between;
		padding: 2rem 0;
		color: #535353;
		border-top: solid 1px #A0A0A0;
	}
	.products-page-footer-navi-item {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		width: 50%;
		padding: 2rem 0;
	}
	.products-page-footer-navi-item:first-of-type {
		border-right: solid 1px #A0A0A0;
	}
	.products-page-footer-navi-ttl {
		width: 100%;
		text-align: center;
	}
	ul.list-sns {
		display: flex;
		justify-content: center;
		width: 100%;
		padding: 0 5%;
		margin-top: 1em;
	}
	ul.list-sns li a {
		display: block;
		max-width: 5rem;
		padding: 15%;
	}
	.products-page-footer-navi-item .link {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.products-page-footer-navi-item .link a {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.products-page-footer-navi-item .link a .img {
		width: 3.5rem;
	}
	.products-page-footer-navi-item .link .ttl {
		padding-left: 0.2em;
		font-size: 1.4rem;
		text-align: center;
	}
	/* アローボタン・左 */
	.btn-arrow-left a {
		width: 210px;
		margin-left: auto;
		margin-right: auto;
		padding: 0.4em 2em 0.4em 2.8em;
		border-radius: 0.6rem;
		font-size: 1.6rem;
		font-weight: 400;
		background-color: #535353;
		background-image: url(/products/common/images/chevron-right-solid-w.svg);
		background-repeat: no-repeat;
		background-position: left 0.7em center;
		background-size: auto .85em;
		color: #fff;
		text-decoration: none;
	}
	.btn-arrow-left {
		margin-top: 1.5rem;
	}
	.btn-arrow-left:first-of-type {
		margin-top: 4rem;
	}
	.show-container {
		margin-bottom: 5rem;
	}
	/* バナー〜を見るコンテナ */
	.red-ttl {
		position: relative;
		display: inline-block;
		color: #e6000d;
		font-weight: 500;
		font-size: 1.4rem;
		margin-bottom: 0.3em;
		padding: 0 23px;
	}
	.red-ttl:after {
		content: '';
		position: absolute;
		top: 55%;
		display: inline-block;
		width: 23px;
		height: 2px;
		background-color: #e6000d;
		-webkit-transform: rotate(-54deg);
		transform: rotate(-54deg);
	}
	.red-ttl:before {
		content: '';
		position: absolute;
		top: 55%;
		display: inline-block;
		width: 23px;
		height: 2px;
		background-color: #e6000d;
		-webkit-transform: rotate(54deg);
		transform: rotate(54deg);
	}
	.red-ttl:before {
		left: 0;
	}
	.red-ttl:after {
		right: 0;
	}
}

/* ====================================
	PC&タブレット、印刷専用スタイル
===================================== */
@media print , screen and (min-width: 768px) {
	/* 最大幅 */
	.maxw860 {
		max-width: 860px;
	}
	.maxw996 {
		max-width: 996px;
	}
	.ma {
		margin-left: auto;
		margin-right: auto;
	}
	/* フレックスコンテナ：ハーフ */
	.flex-container.half {
		justify-content: space-between;
	}
	.flex-container.half>.flex-item {
		width: 48%;
	}
	/* バナー〜を見るコンテナ */
	.show-container {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: flex-end;
	}
	.show-container .show-item {
		width: 376px;
	}
	.show-container .show-item:first-of-type {
		padding: none;
	}
	.red-ttl {
		position: relative;
		display: inline-block;
		font-size: 1.8rem;
		font-weight: 500;
		line-height: 1.6;
		padding: 0 35px;
		color: #e6000d;
		margin-bottom: 0.1em;
		display: inline-block;
	}
	.red-ttl:after {
		content: '';
		position: absolute;
		top: 50%;
		display: inline-block;
		width: 25px;
		height: 2px;
		background-color: #e6000d;
		-webkit-transform: rotate(-54deg);
		transform: rotate(-54deg);
	}
	.red-ttl:before {
		content: '';
		position: absolute;
		top: 50%;
		display: inline-block;
		width: 25px;
		height: 2px;
		background-color: #e6000d;
		-webkit-transform: rotate(54deg);
		transform: rotate(54deg);
	}
	.red-ttl:before {
		left: 0;
	}
	.red-ttl:after {
		right: 0;
	}

	/* フレックスコンテナ・画像下揃え */
	.fix-bottom-img>.flex-item {
		display: flex;
		flex-direction: column;
	}
	.fix-bottom-img>.flex-item>.img-container {
		margin-top: auto;
		padding-top: 2rem;
	}
	.r-img>.flex-item>.img-container {
		margin-top: auto;
		padding-top: 4rem;
	}
	.fix-bottom-img .add-caption-padding {
		padding-bottom: 2.2rem;
	}

	/* フレックスコンテナ・画像幅固定 */
	.fix-img-width {
		flex-wrap: nowrap;
		justify-content: space-between;
	}
	.flex-item-text {
		padding-right: 2.7%;
		flex: 1;
	}
	.flex-item-img.w270 {
		width: 270px;
	}
	.flex-item-img.w40p {
		width: 40%;
	}

	/* サブセクション */
	.sub-section {
		padding-top: 9rem;
	}
	.sub-title {
		font-size: 1.8rem;
	}
	.sub-sub-title {
		margin-top: 8rem;
		font-size: 1.8rem;
	}
	.text-container {
		margin-top: 4rem;
	}
	.img-container {
		margin-top: 4rem;
	}
	.sub-item .text-container .text {
		margin-top: 2rem;
	}
	.sub-item .sub-title {
		font-size: 2.4rem;
		max-width: 1200px;
		margin-left: auto;
		margin-right: auto;
		padding: 1.2rem 1rem 1.2rem 2rem;
	}
	.sub-item .img-title {
		margin-bottom: 0.8rem;
		font-size: 1.9rem;
		font-weight: 400;
		color: #00a0e9;
	}
	.sub-item .img-title span.sky-blue {
		margin-right: 0.6rem;
		font-size: 1.9rem;
	}

	/* 注釈セクション */
	.caption-section .base-width {
		padding-top: 7rem;
	}
	.small-text {
		margin-top: 2em;
	}

	/* 画像リスト */
	ul.list-figures {
		display: flex;
		flex-wrap: wrap;
	}
	ul.list-figures li .img {
		width: 100%;
	}
	ul.list-figures.col2 {
		justify-content: space-between;
	}
	ul.list-figures.col2 li {
		width: 48%;
		margin-top: 1em;
	}
	ul.list-figures.col2.no-gap li {
		width: 50%;
	}
	ul.list-figures.col2 li:nth-child(-n+2) {
		margin-top: 0;
	}
	ul.list-figures.col3 li {
		width: 32%;
		margin-left: 2%;
	}
	ul.list-figures.col3 li:nth-child(3n-2) {
		margin-left: 0;
	}
	ul.list-figures.col4 li {
		width: 23%;
		margin-left: 2%;
	}
	ul.list-figures.col4 li:nth-child(4n-3) {
		margin-left: 0;
	}
	/* jp.sharpフッター */
	#productsPageFooterNavi {
		display: flex;
		justify-content: space-between;
		padding: 3rem 5%;
		color: #535353;
		border-top: solid 1px #A0A0A0;
	}
	.products-page-footer-navi-item {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		width: 50%;
	}
	.products-page-footer-navi-item:first-of-type {
		border-right: solid 1px #A0A0A0;
	}
	.products-page-footer-navi-ttl {
		width: 100%;
		text-align: center;
	}
	.products-page-footer-navi-item a .ttl {
		padding-left: 0.5em;
		font-size: 2rem;
	}
	ul.list-sns {
		display: flex;
		justify-content: center;
		width: 100%;
		margin-top: 1em;
	}
	ul.list-sns li {
		display: flex;
		margin-left: 2%;
	}
	ul.list-sns li:first-child {
		margin-left: 0;
	}
	ul.list-sns li a {
		display: flex;
		justify-content: center;
		align-items: center;
		max-width: 5rem;
		height: 100%;
		padding: 10%;
	}
	.products-page-footer-navi-item .link {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.products-page-footer-navi-item .link a {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 100%;
		padding: 0.5em 1em;
		background: #fff;
	}
	.products-page-footer-navi-item .link a .img {
		width: 4.5rem;
	}
	/* アローボタン・左 */
	.btn-arrow-left {
		margin-top: 9rem;
		margin-bottom: 8rem;
	}
}

/* ====================================
	PC専用スタイル
===================================== */
@media print , screen and (min-width: 1080px) {
	/* ピックアップコンテンツ */
	#pickup {
		padding-bottom: 6rem;
	}
	/* 新着-twitter */
	#newsTwitterContainer .contents-width {
		display: flex;
		justify-content: space-between;
	}
	#news {
		width: 61%;
	}
	/* 公式Twitter */
	#officialTwitter {
		width: 35%;
	}
	#officialTwitter .sub-title {
		position: relative;
	}
	#officialTwitter .sub-title .icon {
		display: inline-block;
		width: 1.5em;
		margin-left: 0.5em;
		position: absolute;
		top: -0.2em;
	}
	.twitter-timeline-container {
		margin-top: 4rem;
		border: solid 1px #d9d9d9;
	}
	/* 個別スタイル */
	#sub03 .text-container .img-title {
		margin-top: 3rem;
	}
}

/* ====================================
	タブレット専用スタイル
===================================== */
@media screen and (min-width:768px) and (max-width:1079px) {
	.pc-only {
		display: none;
	}
	/* サブセクション */
	.sub-section:first-of-type {
		padding-top: 4rem;
	}
}