/* ------------ ロートクリアビジョン®RC ------------ */
.cv_seriese.cmn-inner {

    width: 100%;
}
#cv_seriese p:not([class]) {
	font-size: 17px;
	line-height: 1.76;
}
#cv_seriese p strong {
	color: #d40500;
	font-weight: 500;
	font-size: 20px;
	line-height: 1.5;
}

.cv_fixed_nav li {
	flex-grow: 1;
	background-color: #0055B8;
}

/* MV */
.cv_rc_mv {
	min-height: 102.13vw;
	padding-top: 6.62vw;
	padding-bottom: 3.73vw;
	background-image: url("../../../images/product-detail/clearvision_rc/mv/mv_bk_sp.jpg");
	background-position: left;
	background-size: cover;
	background-repeat: no-repeat;
}
.cv_rc_mv_logo {
	width: 44.53vw;
	margin: 0 auto 4.24vw;
}
.cv_rc_mv_item {
	width: 70.13vw;
	margin: 0 auto;
}
@media (min-width: 750px) {
	#cv_seriese .inner {
		max-width: 970px;
		margin: 0 auto;
	}
	#cv_seriese p:not([class]) {
		font-size: 24px;
	}
	#cv_seriese p strong {
		font-size: 28px;
		line-height: 1.57;
	}
	#cv_seriese p br.sp {
        display: none!important;
	}
	.cv_rc_mv {
		min-height: 35.71vw;
		padding-top: 2.36vw;
		padding-bottom: 1.14vw;
		padding-left: 14.64vw;
		background-image: url("../../../images/product-detail/clearvision_rc/mv/mv_bk.jpg");
	}
	.cv_rc_mv_inner {
		display: flex;
		align-items: flex-end;
		justify-content: space-between;
		max-width: 68.89vw;
		margin: 0 auto;
	}
	.cv_rc_mv_logo {
		width: 26.07vw;
		margin: 0 0 1.07vw;
	}
	.cv_rc_mv_item {
		width: 42.5vw;
		margin: 0;
	}
	.cv_rc_mv_copy {
		width: 70.14vw;
		margin-top: .79vw!important;
        margin-left: auto!important;
	}
}

.cv_rc_intro {
	padding-top: 21px;
}
.cv_rc_intro::after {
	display: block;
	width: 100%;
	height: 14.67vw;
	margin-top: 37px;
	background-image: url("../../../images/product-detail/clearvision_rc/intro/bottom.png");
	background-position: center bottom;
	background-size: cover;
	background-repeat: no-repeat;
	content: "";
}
.cv_rc_intro p {
	font-weight: 500;;
	line-height: 29px;
	text-align: center;
}
.cv_rc_intro_nav {
	display: flex;
	row-gap: 11px;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 auto 26px;
	font-size: 12px;
	line-height: 1.17;
}
.cv_rc_intro_nav li {
	position: relative;
	background-color: #0055b8;
	color: #fff;
	font-weight: bold;
}
.cv_rc_intro_nav li::after {
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	width: 1px;
	height: calc(100% - 12px);
	transform: translateY(-50%);
	background-color: currentColor;
}
.cv_rc_intro_nav li:first-child, .cv_rc_intro_nav li:nth-child(2) {
	width: 30%;
}
.cv_rc_intro_nav li:first-child::after, .cv_rc_intro_nav li:nth-child(2)::after {
	content: "";
}
.cv_rc_intro_nav li:nth-child(3) {
	flex-grow: 1;
	width: 35.7%;
}
.cv_rc_intro_nav li:nth-child(4), .cv_rc_intro_nav li:nth-child(5) {
	width: 30.7%;
}
.cv_rc_intro_nav li:nth-child(4)::after {
	content: "";
}
.cv_rc_intro_nav a {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 67px;
	padding: 9px 5px 26px;
	background-image: url("../../../images/product-detail/clearvision_rc/intro/arrow.svg");
	background-position: center bottom 9px;
	background-size: auto 5px;
	background-repeat: no-repeat;
	color: inherit;
	transition: all .5s;
}
.cv_rc_intro_nav a:hover {
	background-color: rgba(255,255,255,.2);
}
.cv_rc_intro_nav span {
	display: inline-block;
}
.cv_rc_intro_txt {
	max-width: 271px;
	margin: 0 auto 28px;
}
@media (min-width: 375px) {
	.cv_rc_intro_nav li:first-child, .cv_rc_intro_nav li:nth-child(2) {
		width: 31.9%;
	}
}
@media (min-width: 750px) {
	#cv_seriese .cv_rc_intro p {
		font-size: 26px;
		line-height: 47px;
	}
	.cv_rc_intro {
		padding-top: 65px;
	}
	.cv_rc_intro::after {
		height: 14.79vw;
		margin-top: 33px;
	}
	.cv_rc_intro_nav {
		flex-wrap: nowrap;
		margin-bottom: 27px;
		font-size: 22px;
		line-height: 1.2;
	}
	.cv_rc_intro_nav li::after {
		height: calc(100% - 12px);
	}
	.cv_rc_intro_nav li:first-child, .cv_rc_intro_nav li:nth-child(2), .cv_rc_intro_nav li:nth-child(4), .cv_rc_intro_nav li:nth-child(5) {
		width: 18.1%;
	}
	.cv_rc_intro_nav li:nth-child(3) {
		width: 27.6%;
	}
	.cv_rc_intro_nav li:nth-child(3)::after {
		content: "";
	}
	.cv_rc_intro_nav a {
		height: 116px;
		padding: 15px 1px 41px;
		background-position: center bottom 15px;
		background-size: auto 9px;
	}
	.cv_rc_intro_txt {
		max-width: 409px;
		margin-bottom: 40px;
	}
}

.cv_sec_title {
	background: linear-gradient(90deg, #fdce22 0%, #f3a020 7%, #e65a1e 19%, #e65a1d 83%, #fdce22 100%);
}
/* コンセプト */
.cv_rc_concept {
	padding-top: 35px;
}
.cv_rc_concept::after {
	display: block;
	width: 100%;
	height: 22.4vw;
	margin-top: 38px;
	background-image: url("../../../images/product-detail/clearvision_rc/concept/bottom.png");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	content: "";
}
.cv_rc_concept p {
	text-align: center;
}
.cv_rc_concept p:not(:last-child) {
	margin-bottom: 1.76em;
}
@media (min-width: 750px) {
	.cv_rc_concept {
		padding-top: 0;
	}
	.cv_rc_concept::after {
		height: 22.29vw;
		margin-top: 68px;
	}
	.cv_rc_concept h2 {
		margin-bottom: 40px;
	}
	.cv_rc_concept p span {
		display: inline-block;
	}
	#cv_seriese .cv_rc_concept p:not([class]) {
		font-weight: 500;
		font-size: 25px;
	}
}

/* ルテインとは */
.cv_rc_about01 {
	padding-top: 38px;
	padding-bottom: 36px;
}
.cv_rc_about01 p:not(:last-child) {
	margin-bottom: 1em;
}
.cv_rc_about01 strong .sup {
	font-size: .5em;
	vertical-align: super;
}
.cv_rc_about01_txt {
	margin-top: 37px;
	text-align: center;
}
.cv_rc_about01_txt .txt_line {
	background: linear-gradient(to top, #ffe13c 16px, transparent 16px);
	font-weight: bold;
	font-size: 24px;
	line-height: 1.75;
}
.cv_rc_about01_txt .txt_line span {
	display: inline-block;
}
.cv_rc_about01_box {
	margin-top: 55px;
	padding-bottom: 26px;
	overflow: hidden;
	border-radius: 15px;
	box-shadow: 0 0 10px rgba(0,0,0,.25);
}
.cv_rc_about01_box_title {
	padding: 18px 5px;
	background-color: #0055b8;
	color: #fff;
	font-weight: bold;
	font-size: 24px;
	text-align: center;
}
.cv_rc_about01_box_figure {
	margin: 17px auto 0;
	padding: 0 21px;
}
.cv_rc_about01_box_figure picture {
	display: block;
}
.cv_rc_about01_box_figure img {
	margin: 0 auto;
}
.cv_rc_about01_box_figure figcaption {
	margin-top: 28px;
	font-size: 12px;
	line-height: 1.92;
}
.cv_rc_about01_note {
	margin-top: 28px;
	font-weight: normal;
	font-size: 12px;
	line-height: 1.92;
	text-align: right;
}
@media (min-width: 750px) {
	.cv_rc_about01 {
		padding-top: 54px;
		padding-bottom: 84px;
	}
	.cv_rc_about01 p:not(:last-child) {
		margin-bottom: 22px;
	}
	.cv_rc_about01_txt {
		margin-top: 66px;
	}
	.cv_rc_about01_txt .txt_line {
		font-size: 34px;
		line-height: 2.09;
	}
	.cv_rc_about01_box {
		max-width: 800px;
		margin: 68px auto 0;
		padding-bottom: 28px;
	}
	.cv_rc_about01_box_title {
		padding: 13px 5px;
		font-size: 30px;
	}
	.cv_rc_about01_box_figure {
		margin-top: 48px;
		padding: 0 30px 0 38px;
	}
	.cv_rc_about01_box_figure figcaption {
		margin-top: 44px;
		font-weight: normal;
		font-size: 14px;
		line-height: 1.64;
	}
	.cv_rc_about01_note {
		margin: 44px auto 0;
		font-size: 14px;
		line-height: 1.64;
	}
}

/* フロージンジャー™とは */
.cv_rc_about02 {
	padding-top: 45px;
	padding-bottom: 51px;
	background-color: #fcf1e6;
}
.cv_rc_about02 .cv_sec_title {
	letter-spacing: 0;
}
.cv_rc_about02_txt p:not(:last-child) {
	margin-bottom: 24px;
}
.cv_rc_about02_img {
	margin: 28px auto 0;
}
.cv_rc_about02_box {
	margin-top: 20px;
	padding: 34px 21px 17px;
	border-radius: 15px;
	background-color: #fff;
	text-align: center;
}
.cv_rc_about02_box_txt {
	color: #cf0500;
	font-size: 23px;
	font-weight: 500;
}
.cv_rc_about02_box_txt2 {
	margin-top: 17px;
	margin-bottom: 9px;
	padding: 8px 8px 7px;
	border-radius: 15px;
	background-color: #cf0500;
	color: #fff;
	font-size: 27px;
	font-weight: bold;
	line-height: 1.19;
	text-align: center;
}
.cv_rc_about02_box_img {
	max-width: 256px;
	margin: 11px auto 0;
}
.cv_rc_about02_box_point {
	max-width: 300px;
	margin: 11px auto 0;
}
@media (min-width: 375px) {
	.cv_rc_about02 .cv_sec_title {
		letter-spacing: .2em;
	}
}
@media (min-width: 750px) {
	.cv_rc_about02 {
		padding-top: 70px;
		padding-bottom: 78px;
	}
	.cv_rc_about02_txt p:not(:last-child) {
		margin-bottom: 20px;
	}
	.cv_rc_about02_img {
		max-width: 928px;
		margin-top: 36px;
	}
	.cv_rc_about02_box {
		max-width: 800px;
		margin: 12px auto 0;
		padding: 29px 20px 39px 33px;
		text-align: left;
	}
	.cv_rc_about02_box_inner {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.cv_rc_about02_box_txtbox {
		width: 44.54%;
	}
	.cv_rc_about02_box_txt {
		font-size: 29px;
	}
	.cv_rc_about02_box_txt2 {
		margin-top: 19px;
		margin-bottom: 11px;
		font-size: 33px;
		line-height: 1.2;
	}
	.cv_rc_about02_box_img {
		width: 48.62%;
		max-width: none;
		margin: 0;
	}
	.cv_rc_about02_box_point {
		max-width: 660px;
		margin-top: 36px;
	}
}
@media (min-width: 1024px) {
	.cv_rc_about02_box {
		padding: 29px 50px 39px 63px;
	}
}

/* 脱脂米ぬかとは */
.cv_rc_about03 {
	padding-top: 38px;
	padding-bottom: 28px;
}
.cv_rc_about03::before {
	background-image: url("../../../images/product-detail/clearvision_rc/about03/head.png");
}
.cv_rc_about03 p:not(:last-child) {
	margin-bottom: 20px;
}
.cv_rc_about03_txt p span {
	display: inline-block;
}
.cv_rc_about03_txt .txt_sub {
	font-size: 11px;
}
.cv_rc_about03_img {
	margin: 20px auto 0;
}
@media (min-width: 750px) {
	.cv_rc_about03 {
		padding-top: 54px;
		padding-bottom: 80px;
	}
	.cv_rc_about03 p:not(:last-child) {
		margin-bottom: 28px;
	}
	.cv_rc_about03_txt .txt_sub {
		font-size: 14px;
	}
	.cv_rc_about03_img {
		max-width: 525px;
	}
}
@media (min-width: 1024px) {
	.cv_rc_about03 {
		overflow: hidden;
	}
	.cv_rc_about03_box {
		display: flex;
	}
	.cv_rc_about03_txt {
		max-width: 470px;
	}
	.cv_rc_about03_img {
		margin: 0;
		margin-right: -72px;
	}
}

/* 商品紹介 */
.cv_rc_item {
	padding-top: 29px;
	padding-bottom: 50px;
	background-image: url("../../../images/product-detail/clearvision_rc/item/bk_sp.png");
	background-position: center top;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-color: #fcf1e6;
}
.cv_rc_item::before {
	background-image: url("../../../images/product-detail/clearvision_rc/item/head.png");
}
.cv_rc_item h2 {
	margin-bottom: 27px;
}
.cv_rc_item_box {
	padding: 58px 15px 57px;
	border-radius: 15px;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,.25);
}
.cv_rc_item_box_head_logo {
	margin-bottom: 44px;
}
.cv_rc_item_box_head_logo img {
	width: 100%;
	max-width: 239px;
	margin: 0 auto;
}
.cv_rc_item_box_head_img {
	max-width: 237px;
	margin: 0 auto;
}
.cv_rc_item_box_head_img figcaption {
	width: 100%;
	max-width: 196px;
	margin: 23px auto 0;
	padding: 3px 5px 7px;
	border: 1px solid currentColor;
	font-weight: normal;
	font-size: 19px;
	text-align: center;
}
.cv_rc_item_box_head_point {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 27px;
	padding: 0 7px 0 2px;
}
.cv_rc_item_box_head_point_img {
	flex-shrink: 0;
	max-width: 105px;
	margin-right: 9px;
}
.cv_rc_item_box_head_point_list {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.44;
}
.cv_rc_item_box_head_point_list li:not(:last-child) {
	margin-bottom: 12px;
	padding-bottom: 12px;
	border-bottom: 1px solid #b3b2b1;
}
.cv_rc_item_box_head_point_list span {
	display: inline-block;
}
.cv_rc_item_box_list01 li, .cv_rc_item_box_list02 li, .cv_rc_item_box_list03 li {
	position: relative;
}
.cv_rc_item_box_list01 li::before, .cv_rc_item_box_list02 li::before, .cv_rc_item_box_list03 li::before {
	position: absolute;
	left: 0;
}
.cv_rc_item_box_list01 {
	margin-top: 32px;
	padding: 20px 17px 21px;
	background-color: #ffecde;
	font-size: 17px;
	font-weight: 500;
	line-height: 1.41;
}
.cv_rc_item_box_list01 li {
	padding-left: 1.5em;
}
.cv_rc_item_box_list01 li::before {
	content: "●";
	color: #0055b8;
}
.cv_rc_item_box_list01 li:not(:last-child) {
	margin-bottom: 8px;
}
.cv_rc_item_box_list01 span {
	display: inline-block;
}
.cv_rc_item_box_howto, .cv_rc_item_box_note {
	font-size: 16px;
	line-height: 1.88;
}
.cv_rc_item_box_howto {
	margin-top: 43px;
}
.cv_rc_item_box_howto > div:not(:last-child) {
	margin-bottom: 1.75em;
}
.cv_rc_item_box_howto dt {
	margin-bottom: 13px;
	padding-bottom: 12px;
	border-bottom: 1px solid #bfbfbf;
	color: #0055b8;
	font-weight: bold;
}
.cv_rc_item_box_list02 li {
	padding-left: 1em;
}
.cv_rc_item_box_list02 li::before {
	content: "・";
}
.cv_rc_item_box_list03 li {
	padding-left: 1.5em;
}
.cv_rc_item_box_list03 li::before {
	content: "○";
}
.cv_rc_item_box_note {
	margin-top: 42px;
	padding: 20px 30px 25px;
	border: 1px solid #d7d6d6;
	border-radius: 15px;
}
.cv_rc_item_box_btn_wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 65px;
	gap: 16px;
}
.cv_rc_item_box_btn {
	width: 100%;
	max-width: 221px;
	height: 44px;
	overflow: hidden;
	border-radius: 21px;
	font-weight: bold;
	font-size: 19px;
	letter-spacing: .02em;
}
.cv_rc_item_box_btn a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	background-image: url("../../../images/product-detail/clearvision_rc/item/btn_back.png");
	background-position: center;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	color: #fff;
	transition: all .5s;
}
.cv_rc_item_box_btn a:hover {
	opacity: .8;
}
@media (min-width: 750px) {
	.cv_rc_item {
		padding-top: 55px;
		padding-bottom: 57px;
		background-image: url("../../../images/product-detail/clearvision_rc/item/bk.png");
		background-size: unset;
	}
	.cv_rc_item h2 {
		margin-bottom: 51px;
	}
	.cv_rc_item_box {
		padding: 7.55% 7.45% 6.91%;
	}
	.cv_rc_item_box_head {
		display: grid;
		grid-template-columns: 33% 1fr;
		grid-template-areas: "areaA areaB" "areaA areaC";
		gap: 26px;
	}
	.cv_rc_item_box_head_logo {
		grid-area: areaB;
		margin: 0;
	}
	.cv_rc_item_box_head_logo img {
		max-width: 410px;
	}
	.cv_rc_item_box_head_img {
		display: flex;
		grid-area: areaA;
		flex-direction: column;
		justify-content: center;
		max-width: 264px;
		margin: 0;
	}
	.cv_rc_item_box_head_img figcaption {
		max-width: 242px;
		font-size: 24px;
	}
	.cv_rc_item_box_head_point {
		grid-area: areaC;
		margin: 0;
		padding: 0;
	}
	.cv_rc_item_box_head_point_img {
		width: 33.604887983706725%;
		max-width: 165px;
		margin-right: 13px;
	}
	.cv_rc_item_box_head_point_list {
		font-size: 2.64vw;
		line-height: 1.54;
	}
	.cv_rc_item_box_list01 {
		margin-top: 73px;
		padding: 24px 42px;
		font-size: 26px;
		line-height: 2;
	}
	.cv_rc_item_box_list01 li:not(:last-child) {
		margin-bottom: 0;
	}
	.cv_rc_item_box_howto, .cv_rc_item_box_note {
		font-size: 24px;
		line-height: 1.75;
	}
	.cv_rc_item_box_howto {
		margin-top: 57px;
	}
	.cv_rc_item_box_howto dt {
		margin-bottom: 13px;
		padding-bottom: 12px;
	}
	.cv_rc_item_box_note {
		margin-top: 42px;
		padding: 30px 40px 35px;
	}
	.cv_rc_item_box_btn_wrap {
		flex-direction: row;
		justify-content: center;
		margin-top: 65px;
		gap: 35px;
	}
	.cv_rc_item_box_btn {
		max-width: 368px;
		height: 76px;
		border-radius: 35px;
		font-size: 32px;
	}
}
@media (min-width: 750px) {
	.cv_rc_item_box_head_logo {
		-ms-grid-row: 1;
		-ms-grid-column: 3;
	}
	.cv_rc_item_box_head_img {
		-ms-grid-row: 1;
		-ms-grid-row-span: 3;
		-ms-grid-column: 1;
	}
	.cv_rc_item_box_head_point {
		-ms-grid-row: 3;
		-ms-grid-column: 3;
	}
}
@media (min-width: 1024px) {
	.cv_rc_item_box_head {
		gap: 26px 5.75%;
	}
	.cv_rc_item_box_head_point_list {
		font-size: 26px;
	}
}


.cv_rc_item .txt_sub {
	font-size: 11px;
}

@media (min-width: 750px) {
	.cv_rc_item .txt_sub {
		font-size: 14px;
	}

}