@charset "UTF-8";

/* ====================================
	フォント設定
 ==================================== */
/* フォント */
.tsukushi-a {
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 700;
	font-style: normal;
}

.tsukushi-b {
	font-family: fot-tsukubrdgothic-std, sans-serif;
	font-weight: 700;
	font-style: normal;
}

/* ====================================
	共通スタイル
 ==================================== */

.sky-blue span {
	color: #00a0e9;
}

.yellow {
	color: #EBAB01;
}

article sup {
	font-size: 60%;
}

#sub01 sup.ast {
	font-size: 100%;
	position: relative;
	left: -15px;
	top: -8px;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}


.main-caption-r {
	font-size: 1.2rem;
	text-align: right;
	position: relative;
	margin-right: 10px;
	top: -6px;
}


/* メインエリア */

#read .text-container .read-title {
	display: inline-block;
	position: relative;
}

#read .text-container .read-text {
	display: inline-block;
	position: relative;
}


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

.flex-item {
	width: 100%;
}

/* フレックスコンテナ ハーフ*/
.youtube-container {
	text-align: center;
}

/* movie */





/* サブセクション */
.sub-section:nth-of-type(even) {
	background-color: #F5F4F2;
}

#product-content.sub-section {
	background-color: #fff;
}

.sub-section .sub-title {
	text-align: center;
	color: #000;
}

.sub-text {
	text-align: center;
	color: #404040;
	line-height: 2;
}

.other ul.list-figures li figcaption {
	font-size: 1.2rem;
	margin-top: .2rem;
	color: #404040;
}

.other ul.list-figures li .text {
	font-size: 1.4rem;
	margin-top: 1.2rem;
	color: #404040;
}

.point .title-flex .title {
	color: #404040;
}

.point .flex-container .text {
	color: #404040;
}


/* 製品 */
#product-content .swiper-slide {
	text-align: center;
}

#product-content .product-sub-name {
	color: #404040;
	/* padding-top: 1.8rem; */
	display: inline-block;
}

/* #product-content .product-sub-name.has-new {
	padding-top: 0;
} */

#product-content .product-name {
	line-height: .8;
	font-weight: 500;
	margin-top: .8rem;
	color: #404040;
	min-height: 5rem;
}

#product-content .link-btn a {
	width: 100%;
	display: block;
	background-color: #7B726D;
	font-size: 1.4rem;
	color: #fff;
	background-image: url(images/chevron-right-solid-w.svg);
	background-repeat: no-repeat;
	background-position: center right 5px;
	background-size: auto 1em;
	text-decoration: none;
	padding: .5em 1.5em;
}

#product-content .link-btn {
	display: block;
	margin-top: 1em;
}

#product-content .swiper-contents-outer {
	position: relative;
	margin-top: 9rem;
}

#product-content .swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1
}

#product-content .slider-next,
#product-content .slider-prev {
	position: absolute;
	width: 3%;
	z-index: 2;
	cursor: pointer;
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
	top: 40%;
	transform: translateY(-50%);
}

#product-content .slider-prev {
	background-image: url(images/arrow_left.svg);
	left: -3%;
	right: auto
}

#product-content .slider-next {
	background-image: url(images/arrow_right.svg);
	right: -3%;
	left: auto
}

#product-content .icon-new {
	font-size: 1.6rem;
	font-weight: 700;
	color: #e6000d;
}

/* #product-content .icon-new {
	font-size: 1.4rem;
	font-weight: 700;
	color: #e6000d;
	line-height: 1.4;
} 

#product-content .has-new.s-row .icon-new {
	position: relative;
	top: .8rem;
} */

#product-content .swiper-slide.has-new .product-sub-name {
	/* position: relative; */
}

/* 機能アイコン */
ul.list-function {
	display: flex;
	flex-wrap: wrap;
	padding-top: .6rem;
	padding-bottom: 2px;
}

ul.list-function>li {
	color: #404040;
	border: solid 1px #707070;
}

.prod-text .rakuthin-text {
	display: flex;
	align-items: center;
	font-size: 1.2rem;
	color: #707070;
	font-weight: 400;
	margin-top: 1rem;
}

.prod-text .rakuthin-text:before,
.prod-text .rakuthin-text:after {
	content: "";
	height: 1px;
	flex-grow: 1;
	background-color: #707070;
}

.prod-text .rakuthin-text:before {
	margin-right: .5rem;
}

.prod-text .rakuthin-text:after {
	margin-left: .5rem;
}

.other .ttl-caption li {
	text-align: left;
	display: inline-block;
	font-size: 1.2rem;
}

/* ====================================
	1023px以下専用スタイル
===================================== */
@media only screen and (max-width: 1023px) {
	body {
		font-size: 1.4rem;
		line-height: 1.6;
	}

	.pc-large {
		display: none;
	}

	.pc-small {
		display: none;
	}

	.maxw480 {
		max-width: 480px;
		margin-left: auto;
		margin-right: auto;
	}

	.maxw540 {
		max-width: 540px;
		margin-left: auto;
		margin-right: auto;
	}


	.title-header {
		text-align: center;
		margin-bottom: 3rem;
	}

	.title-icon {
		width: 100px;
		text-align: center;
		font-size: 1.6rem;
		font-weight: 700;
		position: relative;
		margin-bottom: 2rem;
	}

	.title-icon::after {
		content: '';
		padding: 0 0 2em 2em;
		background: url(images/parts-title.svg) no-repeat center center;
		background-size: 100%;
		display: block;
		position: absolute;
		bottom: -15px;
		left: 50%;
		transform: translate(-50%, 0);
		width: 90px;
	}

	.other .ttl-caption {
		text-align: center;
		max-width: 960px;
	}



	/* 注釈セクション */
	.caption-container {
		padding: 4rem 0 3rem;
	}


	/* サブセクション */
	.sub-text {
		text-align: left;
	}

	.sub-section {
		padding: 10rem 0 10rem;
	}

	.sub-section .sub-title {
		font-size: 2.2rem;
		padding: .6rem 0 0;
		line-height: 1.4;
	}

	#read.sub-section {
		padding: 12rem 0 2rem;
	}

	#read .flex-container {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	#read .text-container {
		max-width: 600px;
		margin-left: auto;
		margin-right: auto;
	}

	#read .text-container .read-text {
		max-width: 540px;
		margin-left: auto;
		margin-right: auto;
		line-height: 1.8;
		margin-top: 6rem;
	}

	.point .flex-container:nth-of-type(n+2) {
		margin-top: 4rem;
		padding-top: 4rem;
		border-top: 3.4px dotted #A0A0A0;
	}



	/* 画像リスト */
	ul.list-figures li {
		margin-top: 1em;
	}

	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;
	}

	.other ul.list-figures {
		margin-top: 4rem;
	}

	.other ul.list-figures.sp-col2 li,
	.other ul.list-figures.col4 li {

		margin-top: 0em;
	}

	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;
	}

	.other ul.list-figures li .menu-name {
		text-align: center;
		font-size: 1.8rem;
	}





	/* サブサブセクション */


	/* 製品スライド */
	#product-content .swiper-contents-outer {
		padding: 0 4%;
	}

	#product-content .slider-next,
	#product-content .slider-prev {
		width: 32px;
		height: 62px;

		top: 38%;
	}


	#product-content .slider-prev {
		left: 0%;
	}

	#product-content .slider-next {
		right: 0%;
	}


	#product-content .swiper-slide .inner {
		width: 68%;
		margin: 0 auto;
	}

	/* 製品 */
	#product-content .product-name {
		font-size: 2.2rem;
		line-height: 1;
		min-height: 4.4rem;
	}

	#product-content .product-sub-name {
		font-size: 1.1rem;
		min-height: 3.3rem;
	}

	#product-content .product-sub-name.s-row {
		line-height: 3.3;
	}

	/*
	#product-content .has-new.s-row .icon-new {
		position: relative;
		top: .7rem;
	} */

	#product-content .swiper-slide .inner .img {
		margin-top: 0rem;
	}




	/* movie */
}

/* ====================================
	767px以下専用スタイル
===================================== */
@media only screen and (max-width: 767px) {

	/* サブセクション */
	.sub-text {
		line-height: 1.8;
	}


	.sub-section {
		padding: 5rem 0 6rem;
	}

	.other.sub-section .sub-title {
		max-width: 340px;
		margin-left: auto;
		margin-right: auto;
		line-height: 1.5;
	}

	.other .ttl-caption {
		text-align: center;
	}

	.other .ttl-caption li {
		text-align: center;
	}

	.other ul.list-figures {
		margin-top: 4rem;
	}

	.other ul.list-figures li figcaption {
		font-size: 1rem;
	}

	.other ul.list-figures li .text {
		font-size: 1.3rem;
	}

	.point .img-container {
		max-width: 480px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 3rem;
		padding: 0 6%;
	}

	.point .title-flex {
		display: flex;
		align-items: center;
		justify-content: flex-start;
	}

	.point .title-flex .title {
		font-size: 1.8rem;
		line-height: 1.8;
		width: 90%;
		padding-left: 1em;
	}

	.point .title-flex .num {
		width: 28px;
	}

	.point .flex-container .text {
		margin-top: 3rem;
	}



	/* 画像リスト */
	.other ul.list-figures li .menu-name {
		text-align: center;
		font-size: 1.6rem;
	}

	.other ul.list-figures.sp-col2 li,
	.other ul.list-figures.col4 li {
		margin-top: 2em;
	}

	.other ul.list-figures.sp-col2 li:nth-child(-n+2),
	.other ul.list-figures.col4 li:nth-child(-n+2) {
		margin-top: 0;
	}


	/* メインエリア */

	#read.sub-section {
		padding: 8rem 0 2rem;
	}


	#read .text-container {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}

	#read .text-container .read-title {
		font-size: 2.2rem;
		padding-right: 10%;
	}

	#read .text-container .read-text {
		max-width: 600px;
		margin-left: auto;
		margin-right: auto;
		line-height: 2;
		margin-top: 4rem;

	}

	#read .text-container .read-title .icon-heart {
		position: absolute;
		right: -8%;
		bottom: -4px;
		width: 14%;
	}

	#read .text-container .read-title .icon-read {
		position: absolute;
		left: 0%;
		top: -45px;
		width: 14%;
	}



	#read .text-container .read-text .icon-onpu {
		position: absolute;
		right: 2%;
		bottom: -30px;
		width: 38px;
	}



	/* 製品スライド */

	#product-content .slider-prev {
		left: -4%;
	}

	#product-content .slider-next {
		right: -4%;
	}

	#product-content .swiper-contents-outer {
		padding: 0px 2%;
		margin-top: 4rem;
	}

	#product-content .slider-next,
	#product-content .slider-prev {
		width: 4%;
		height: 40px;
		top: 38%;
	}


	#product-content .swiper-slide .inner {
		width: 82%;
		margin: 0 auto;
	}

	.prod-text .rakuthin-text:before {
		margin-right: .3rem;
	}

	.prod-text .rakuthin-text:after {
		margin-left: .3rem;
	}

	.prod-text .rakuthin-text {
		font-size: 1.1rem;
	}

	/* 機能アイコン */
	ul.list-function>li {
		width: calc(100%/ 2 - 1%);
		margin-top: 1%;
		font-size: 1.2rem;
		border-radius: 5px;
		padding: 1% 2%;
		text-align: center;
		display: flex;
		justify-content: center;
		align-items: center;
		margin-left: 1.5%;
	}

	ul.list-function>li:nth-child(2n-1) {
		margin-left: 0;
	}

	/* 製品3カラム */
	#product-content .product-name {
		font-size: 1.6rem;
		margin-top: 0rem;
		line-height: 1.2;
		min-height: 3.8rem;
	}

	#product-content .product-sub-name {
		font-size: .9rem;
		/* min-height: 2.8rem; */
	}

	#product-content .product-sub-name.s-row {
		line-height: 3.2;
	}

	#product-content .icon-new {
		font-size: 1.3rem;
	}

	#product-content .swiper-slide .inner .img {
		margin-top: 0rem;
		padding: 0 5%;
	}

	#product-content .link-btn a {
		font-size: 1.2rem;
		padding: .5em 1.5em .5em .5em;
	}

	ul.list-function>li {
		font-size: .9rem;
	}

	#product-content .swiper-slide .inner {
		width: 90%;
		margin: 0 auto;
	}
}

/* ====================================
	1024px以上印刷専用スタイル
===================================== */
@media print,
screen and (min-width: 1024px) {
	.sp-small {
		display: none;
	}

	.mv-sp {
		display: none;
	}

	.width-buffer {
		padding-left: 2.5%;
		padding-right: 2.5%;
	}

	.maxw840 {
		max-width: 840px;
		margin-left: auto;
		margin-right: auto;
	}

	.maxw860 {
		max-width: 860px;
		margin-left: auto;
		margin-right: auto;
	}

	.maxw876 {
		max-width: 876px;
		margin-left: auto;
		margin-right: auto;
	}

	.maxw760 {
		max-width: 760px;
		margin-left: auto;
		margin-right: auto;
	}

	.maxw700 {
		max-width: 700px;
		margin-left: auto;
		margin-right: auto;
	}

	.maxw1080 {
		max-width: 1080px;
		margin-left: auto;
		margin-right: auto;
	}

	.title-header {
		margin-bottom: 8rem;
	}

	.title-icon {
		font-size: 2rem;
		text-align: center;
		font-weight: 700;
		position: relative;
		margin-bottom: 4rem;
	}

	.title-icon::after {
		content: '';
		padding: 0 0 2em 2em;
		background: url(images/parts-title.svg) no-repeat center center;
		background-size: 100%;
		display: block;
		position: absolute;
		bottom: -17.5px;
		left: 50%;
		transform: translate(-50%, 0);
		width: 113px;
	}

	/* 注釈セクション */
	.caption-container {
		padding: 0 0 8rem;
	}



	/* フレックスコンテナ：ハーフ */
	.flex-container.half {
		justify-content: space-between;
	}

	.flex-container.half>.flex-item {
		width: 47%;
	}



	/* メインエリア */
	#read.sub-section {
		padding: 14rem 0 12rem;

	}

	#read .flex-container {
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
	}

	#read .flex-item-img {
		width: 48%;
	}

	#read .flex-item-text {
		width: 52%;
	}

	#read .text-container {
		padding-left: 10%;
	}

	#read .text-container .read-title {
		font-size: 3rem;
	}

	#read .text-container .read-text {
		font-size: 1.7rem;
		margin-top: 4rem;
		line-height: 1.9;
	}

	/* メインエリア */
	#read .text-container .read-title .icon-heart {
		position: absolute;
		right: -90px;
		bottom: -4px;
		width: 18%;
	}

	#read .text-container .read-title .icon-read {
		position: absolute;
		left: -50px;
		top: -74px;
		width: 28%;
	}



	#read .text-container .read-text .icon-onpu {
		position: absolute;
		right: 118px;
		bottom: -62px;
		width: 11%;
	}

	/* サブセクション */
	.sub-section {
		padding: 10rem 0 15rem;

	}

	.sub-section .sub-title {
		font-size: 4rem;
		margin: 2rem 1rem 0;
	}

	.other ul.list-figures {
		margin-top: 5rem;
	}

	.other .ttl-caption {
		text-align: center;
		max-width: 960px;
	}


	.point .flex-container:nth-of-type(even) {
		flex-direction: row-reverse;
	}

	.point .flex-container:nth-of-type(n+2) {
		margin-top: 4rem;
		padding-top: 4rem;
		border-top: 3.4px dotted #A0A0A0;
	}

	.point .img-container {
		padding: 0 6%;
	}

	.point .text-container {
		margin-top: 14%;
	}

	.point .title-flex {
		display: flex;
		align-items: center;
		justify-content: flex-start;
	}

	.point .title-flex .title {
		font-size: 2.4rem;
		width: 90%;
		padding-left: 1em;
	}

	.point .title-flex .num {
		width: 9%;
	}



	.point .flex-container .text {
		margin-top: 5rem;
		line-height: 1.8;
	}

	/* サブサブセクション */

	/* 画像リスト */
	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.666%;
	}

	ul.list-figures.col4 li:nth-child(4n-3) {
		margin-left: 0;
	}


	.other ul.list-figures li .menu-name {
		text-align: center;
		font-size: 1.8rem;
	}

	/* 製品スライド */
	#product-content .swiper-contents-outer {
		padding: 0 2%;
	}

	#product-content .slider-next,
	#product-content .slider-prev {
		height: 70px;
	}

	#product-content .slider-prev {
		left: -1%;
	}

	#product-content .slider-next {
		right: -1%;
	}

	#product-content .swiper-slide .inner .img {
		margin-top: 0rem;
	}

	#product-content .swiper-slide .inner {
		width: 68%;
		margin: 0 auto;
	}


	/* 製品 */
	#product-content .product-name {
		font-size: 3rem;
	}

	#product-content .product-sub-name {
		font-size: 1.2rem;
		min-height: 3.2rem;
	}

	#product-content .product-sub-name.s-row {
		line-height: 3.2;
	}

	/* 機能アイコン */

	ul.list-function>li {
		width: calc(100%/ 3 - 1%);
		margin-top: 1%;
		font-size: 1.2rem;
		line-height: 1.4;
		border-radius: 5px;
		padding: 1% 1%;
		text-align: center;
		display: flex;
		justify-content: center;
		align-items: center;
		margin-left: 1.4%;
	}

	ul.list-function>li:nth-child(3n-2) {
		margin-left: 0;
	}

}

/* ====================================
	768px以上1023px以下専用スタイル
===================================== */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.sp-small {
		display: none;
	}

	.pc-large {
		display: none;
	}


	/* メインエリア */
	#read .text-container .read-title {
		font-size: 2.6rem;
		padding-right: 10%;
	}

	#read .text-container .read-text {
		max-width: 540px;
		margin-left: auto;
		margin-right: auto;
		line-height: 2;
		margin-top: 6rem;

	}

	#read .text-container {
		padding-left: 10%;
	}

	#read .text-container .read-title .icon-heart {
		position: absolute;
		right: -8%;
		bottom: -4px;
		width: 16%;
	}

	#read .text-container .read-title .icon-read {
		position: absolute;
		left: -14%;
		top: -65px;
		width: 24%;
	}



	#read .text-container .read-text .icon-onpu {
		position: absolute;
		right: 2%;
		bottom: -48px;
		width: 42px;
	}


	/* サブセクション */
	.sub-section .sub-title {
		font-size: 2.6rem;
		padding: 1.8rem 1rem 0;
	}

	.title-header {
		margin-bottom: 6rem;
	}



	.point .flex-container.half {
		justify-content: space-between;
	}

	.point .flex-container.half>.flex-item {
		width: 47%;
	}

	.point .flex-container:nth-of-type(even) {
		flex-direction: row-reverse;
	}

	.point .flex-container:nth-of-type(n+2) {
		padding-top: 4rem;
	}

	.point .text-container {
		margin-top: 14%;
	}

	.point .img-container {
		padding: 0 6%;
	}

	.point .title-flex {
		display: flex;
		align-items: center;
		justify-content: flex-start;
	}

	.point .title-flex .title {
		font-size: 2rem;
		width: 90%;
		padding-left: 1em;
	}

	.point .title-flex .num {
		width: 10%;
	}



	.point .flex-container .text {
		margin-top: 4rem;
	}

	/* 画像リスト */
	.other ul.list-figures.sp-col2 li,
	.other ul.list-figures.col4 li {
		width: 48%;
		margin-top: 3rem;
	}



	.other ul.list-figures.sp-col2 li:nth-child(-n+2),
	.other ul.list-figures.col4 li:nth-child(-n+2) {
		margin-top: 0;
	}

	/* 機能アイコン */
	ul.list-function>li {
		width: calc(100%/ 3 - 1%);
		margin-top: 1%;
		font-size: 1.2rem;
		line-height: 1.4;
		border-radius: 5px;
		padding: 1% 2%;
		text-align: center;
		display: flex;
		justify-content: center;
		align-items: center;
		margin-left: 1.4%;
	}

	ul.list-function>li:nth-child(3n-2) {
		margin-left: 0;
	}

}



/* ====================================
	1024px以上1199px以下専用スタイル
===================================== */
@media only screen and (min-width: 1024px) {
	.pc-large {
		display: none;
	}
}


/* ====================================
	1200px以上専用スタイル
===================================== */
@media screen and (min-width: 1200px) {
	.pc-small {
		display: none;
	}


	#product-content .slider-next,
	#product-content .slider-prev {
		height: 60px;
	}

	.point .img-container {
		padding: 0 6%;
	}

	/* メインエリア */


	#read.sub-section {
		padding: 18rem 0 12rem;
	}

	#read .text-container .read-title .icon-heart {
		position: absolute;
		right: -100px;
		bottom: -4px;
		width: 60px;
	}

	#read .text-container .read-title .icon-read {
		position: absolute;
		left: -54px;
		top: -118px;
		width: 104px;
	}

	#read .text-container .read-text .icon-onpu {
		position: absolute;
		right: 116px;
		bottom: -64px;
		width: 65px;
	}
}

/* ====================================
	1500px以上専用スタイル
===================================== */
@media screen and (min-width: 1500px) {
	#read .text-container .read-title {
		font-size: 3.2rem;
	}


}