@charset "utf-8";


body {
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-size: 18px;
	line-height: 1.5;
	letter-spacing: normal;
	/*font-feature-settings : "palt";*/
	text-align: left;
	background-color: #fff;
	font-family: 'Noto Sans JP', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	/*font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;*/
	-webkit-text-size-adjust: none;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
}
@media screen\0 {
	body {
		letter-spacing: normal;
		font-family: 'Noto Sans JP', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	}
}
@media print {
	body {
		zoom: 0.68;
		-webkit-print-color-adjust: exact;
	}
}
/* IE10以上 */
@media print and (-ms-high-contrast: none) {
	/* @pageの指定いらないかも */
	@page {
		size: A4;
		margin: 12.7mm 9.7mm;
	}

	body {
		zoom: 1.8;
		width: 1200px;
		transform: scale(0.5);
		transform-origin: 0 0;
	}
}
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, button, textarea, select, p, blockquote, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	margin: 0px;
	padding: 0px;
	text-align: left;
}
main {
	display: block;
}
table {
	font-size: inherit; /* モダンブラウザ向け */
	font: 100%; /* Win IE 5-5.5､6(後方互換モード)向け */
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}
ol, ul {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
	letter-spacing: normal;
}
p {
	letter-spacing: normal;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
}

/* Android chrome対策 */
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, button, textarea, select, p, blockquote, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	max-height:999999px;
}

.clear {
	clear: both;
}
.clearfix {
	zoom: 100%;
}
.clearfix:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
a {
	text-decoration: none;
}
a:link {
	color: #323232;
}
a:visited {
	color: #323232;
}
a.normal:link {
	color: #323232;
}
a.normal:visited {
	color: #323232;
}
a:hover {
	text-decoration: none;
}
a:active {
}
a.noline {
	text-decoration: none;
}
a.reverse {
	text-decoration: none;
}
a.reverse:hover {
	text-decoration: underline;
}
.linkBox {
	cursor: pointer;
}
body {
	text-align: center;
}
img {
	max-width: 100%;
	width: auto;
	height: auto;
	vertical-align: middle;
	-webkit-backface-visibility: hidden;
}
a { /* FireFox リンク選択時の点線を消す　*/
    overflow: hidden;
    outline: none;
}
.ov {
	transition: opacity 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ov:hover {	
	opacity:0.7;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;              /* Safari 1.x */
}
.ovImg:hover img {	
	opacity:0.7;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;              /* Safari 1.x */
}
.nowrap {
	white-space: nowrap;
}
.mincho {
	font-family: 'Noto Serif JP', YuMincho, '游明朝', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho ProN','メイリオ',"HGS明朝E", 'MS P 明朝', 'MS PMincho', serif;
}
@media screen\0 {
	.mincho {
		font-family: 'Noto Serif JP', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho ProN','メイリオ',"HGS明朝E", 'MS P 明朝', 'MS PMincho', serif;
	}
}
.gothic {
	font-family: 'Noto Sans JP', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
@media screen\0 {
	.gothic {
		font-family: 'Noto Sans JP', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	}
}
* {
	box-sizing: border-box;
}
@media screen and (max-width:1199px){

	body {
		font-size: 1.5vw;
	}
}
@media screen and (max-width:767px){
	body {
		font-size: 3.2vw;
	}
}

/**********************************

 general

***********************************/
.imgMax {
	max-width: none;
	width: 100%;
}
.floatL {
	float: left;
}
.floatR {
	float: right;
}
.alignC {
	text-align: center;
}
.alignR {
	text-align: right;
}
.alignL {
	text-align: left;
}
.veralignT {
	vertical-align: top;
}
.veralignM {
	vertical-align: middle;
}
.veralignB {
	vertical-align: bottom;
}
.indent {
	text-indent: -1em;
	padding-left: 1em;
}
.bold {
	font-weight: 600;
}
.white {
	color: #fff;
}
.red {
	color: #ff3f00;
}
.blue {
	color: #3a569c;
}
.yellow {
	color: #ffff00;
}
.bgYellow {
	background-color: #fff100;
}
.marker {
	background: linear-gradient(transparent 70%, #ffbf00 70%);
}
@media screen\0 {
	.marker {
		font-family: "YakuHanJP", Lato, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
}
.underline {
	text-decoration: underline;
}

@media screen and (min-width:768px){
	.sp {
		display: none !important;
	}
}
@media screen and (max-width:767px){
	.pc {
		display: none !important;
	}
}

/**********************************

 parts

***********************************/
.define_wrap {
	padding: 0 50px;
}

.define_inner {
	max-width: 100%;
	width: 1100px;
	margin: 0 auto;
}


@media screen and (max-width:1199px){

	.define_wrap {
		padding: 0 4.166666666666667%;
	}
}


@media screen and (max-width:767px){

	.define_wrap {
		padding: 0 3.333333333333333%;
	}
}

/**********************************

 layout

***********************************/
.l-wrap {
	overflow: hidden;
	opacity: 0;
	transition: opacity 1000ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.l-wrap.is-loaded {
	opacity: 1;
}

.l-main {
}

@media screen and (max-width:767px){

}

/**********************************

 l-header

***********************************/
.l-header {
	display: flex;
	align-items: center;
	max-width: 1200px;
	height: 60px;
	padding: 0 50px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}

.l-header__logo {
	width: 288px;
}

.l-header__logo a {
	display: block;
}

.l-header__logo a img {
	display: block;
	margin: 0 auto;
}

@media screen and (max-width:1199px){

	.l-header {
		padding: 0 4.166666666666667%;
	}
}

@media screen and (max-width:767px){
	.l-header {
		display: block;
		height: auto;
	}

	.l-header__logo {
		width: 21.333333333333333%;
		margin: 0 7.6% 0 0;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 1;
	}

	.l-header__logo a {
		display: block;
		padding: 2.666666666666667vw 0 2vw 0;
		background-color: #fff;
	}

	.l-header__logo a img {
		width: 80%;
	}
}

/**********************************

 l-footer

***********************************/
.l-footer {
	border-top: 1px solid #b7b7b7;
}

.l-footer__inner {
	padding: 80px 0;
}

.l-footer__inner-logo {
	width: 170px;
	margin: 0 auto 20px;
	text-align: center;
}

.l-footer__inner-copy {
	font-family: Arial, 'Noto Sans JP', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 14px;
	text-align: center;
}

@media screen and (max-width:1199px){

}

@media screen and (max-width:767px){

	.l-footer__inner {
		padding: 40px 0;
	}

	.l-footer__inner-logo {
		width: 107px;
		margin: 0 auto 10px;
		text-align: center;
	}

	.l-footer__inner-copy {
		font-size: 9px;
	}
}




/**********************************

  .js-fadeUpBlock

***********************************/
.js-fadeUpBlock {
	opacity: 0;
	transform: translateY(5rem);
	transition: opacity 1500ms cubic-bezier(0.215, 0.61, 0.355, 1) .3s,
	transform 1500ms cubic-bezier(0.215, 0.61, 0.355, 1) .3s;
}

.js-fadeUpBlock.is-animated {
	opacity: 1.0;
	transform: translate(0,0);
}




/**********************************

 c-anchor

***********************************/
.c-anchor {
	display: block;
	padding-top: 90px;
	margin-top: -90px;
}

@media screen and (max-width:1199px){

	.c-anchor {
		display: block;
		padding-top: 7.5vw;
		margin-top: -7.5vw;
	}

}

@media screen and (max-width:767px){

	.c-anchor {
		display: block;
		padding-top: 20.266666666666667vw;
		margin-top: -20.266666666666667vw;
	}

}



/**********************************

 c-hero

***********************************/
.c-hero {
	/*height: 800px;*/
	/*background: url(/img/usr/freepage/cocochifit/hero_bg01_pc.jpg) no-repeat center / cover;*/
	position: relative;
	z-index: 1;
}

.c-hero__txt01 {
	/*width: 38.611111111111111%;*/
	/*margin: 0 0 3.472222222222222% 3.472222222222222%;*/
	/*position: absolute;*/
	/*bottom: 0;*/
	/*left: 0;*/
	/*z-index: 1;*/
}

.c-hero__txt01 img {
	width: 100%;
	max-width: none;
}

@media screen and (max-width:767px){
	.c-hero {
		margin-bottom: -1px;
		/*height: 126.933333333333333vw;*/
		/*background: url(/img/usr/freepage/cocochifit/hero_bg01_sp.jpg) no-repeat center / cover;*/
	}

	.c-hero__txt01 {
		/*width: 74.133333333333333%;*/
		/*margin: 0 0 1.866666666666667% 0.533333333333333%;*/
		/*position: absolute;*/
		/*bottom: 0;*/
		/*left: 0;*/
		/*z-index: 1;*/
	}
}



/**********************************

 c-cv

***********************************/
#js-contentsPosition {
	display: block;
}

.c-cv {
	background-color: #f4f5f6;
	position: relative;
	z-index: 10;
}

.c-cv__inner {
	display: flex;
	justify-content: center;
}

.c-cv__inner-content {
	display: flex;
	align-items: center;
	height: 90px;
}

.c-cv__inner-content .ttl,
.c-cv__inner-content .txt01 {
	/*width: 300px;*/
	width: 350px;
	/*width: 400px;*/
}

.c-cv__inner-content .ttl {
	margin-right: 30px;
}

.c-cv__inner-content .txt01 {
}

.c-cv__inner-btn {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
}

.c-cv__inner-btn.is-fixed {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 10;
}

.c-cv__inner-btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 90px;
	padding: 0 35px;
	color: #fff;
	font-size: 18px;
	/*font-size: 24px;*/
	background-color: #317f8d;
	border-radius: 3px;
	transition: background 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.c-cv__inner-btn a:hover {
	background-color: #529fad;
}

.c-cv__inner-btn a span {
	padding-top: 20px;
	padding-bottom: 25px;
	position: relative;
	z-index: 1;
}

.c-cv__inner-btn a span:before {
	content: "";
	display: block;
	width: 17px;
	height: 15px;
	background: url(/img/usr/freepage/cocochifit/icon_cart01.png) no-repeat center / contain;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.c-cv__inner-btn a span:after {
	content: "";
	display: block;
	width: 7px;
	height: 18px;
	background: url(/img/usr/freepage/cocochifit/icon_arr01.png) no-repeat center / contain;
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

@media screen and (max-width:1199px){

	.c-cv__inner {
		width: auto;
	}

	.c-cv__inner-content {
		height: 7.5vw;
	}

	.c-cv__inner-content .ttl,
	.c-cv__inner-content .txt01 {
		width: 29.167vw;
	}

	.c-cv__inner-content .ttl {
		margin-right: 2.5vw;
	}

	.c-cv__inner-btn a {
		height: 7.5vw;
		padding: 0 2.917vw;
		font-size: 1.5vw;
	}

	.c-cv__inner-btn a span {
		padding-top: 1.667vw;
		padding-bottom: 2.083vw;
	}

	.c-cv__inner-btn a span:before {
		width: 1.417vw;
		height: 1.25vw;
	}

	.c-cv__inner-btn a span:after {
		width: 0.583vw;
		height: 1.5vw;
	}

}

@media screen and (max-width:767px){

	.c-cv__inner {
		justify-content: space-between;
	}

	.c-cv__inner-content {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: 69.33333333333333%;
		height: 20.266666666666667vw;
		padding: 0;
	}

	.c-cv__inner-content .ttl,
	.c-cv__inner-content .txt01 {
		width: 54vw;
		margin: 0 auto;
	}

	.c-cv__inner-content .ttl img,
	.c-cv__inner-content .txt01 img {
		display: block;
	}

	.c-cv__inner-content .ttl {
		margin-bottom: 3.2vw;
	}

	.c-cv__inner-content .txt01 {
	}

	.c-cv__inner-btn {
		width: 30.666666666666667%;
		position: static;
	}

	.c-cv__inner-btn a {
		width: 100%;
		height: 20.266666666666667vw;
		padding: 0;
		font-size: 3.80025vw;
		text-align: center;
		line-height: 1.157894736842105;
		border-radius: 0.533vw;
	}

	.c-cv__inner-btn a span {
		padding-top: 3.99975vw;
		padding-bottom: 5.00025vw;
	}

	.c-cv__inner-btn a span:before {
		width: 3.39975vw;
		height: 3vw;
	}

	.c-cv__inner-btn a span:after {
		width: 1.40025vw;
		height: 3.80025vw;
	}
}



/**********************************

 c-about

***********************************/
.c-about {
	margin-top: 80px;
	margin-bottom: 100px;
}

.c-about__head {
}

.c-about__head-inner {
	padding: 80px 0 30px;
	background: #7db8e2;
	/*background: #84b0cd;*/
}

.c-about__head-inner-txt01 {
	color: #fff;
	font-size: 35px;
	font-weight: 200;
	text-align: center;
	line-height: 1.428571428571429;
	letter-spacing: .08em;
}

.c-about__head-inner-ttl {
	margin-top: .6em;
	color: #fff;
	font-size: 57px;
	font-weight: 600;
	text-align: center;
	line-height: 1.175438596491228;
}

.c-about__head-inner-ttl span {
	display: inline-block;
	padding: 0 .5em .5em;
	border-bottom: 2px solid #fff;
}

.c-about__pic {
}

.c-about__pic .pic {
	padding-top: 68%;
	background: #7db8e2 url(/img/usr/freepage/cocochifit/about_pic01_v2.png) no-repeat center top / cover;
}

.c-about__color {

}

.c-about__color-inner {
	padding: 50px 0 0 0;
}

.c-about__color-inner-ttl {
	margin-bottom: 20px;
	color: #3f5468;
	font-size: 35px;
	font-weight: 500;
	text-align: center;
	line-height: 1.285714285714286;
}

.c-about__color-inner-list {

}

.c-about__color-inner-list ul {
	display: flex;
	justify-content: center;
}

.c-about__color-inner-list ul li {
	width: 27.272727272727273%;
	margin: 0 1.363636363636364%;
}

.c-about__color-inner-list ul li figure {
	text-align: center;
}

.c-about__color-inner-list ul li figure figcaption {
	margin-top: 5px;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
}

.c-about__color-inner-note {
	width: 89%;
	margin: 20px auto 0;
	color: #3f5468;
	font-size: 16px;
	/*text-indent: -1em;*/
	/*margin-left: 1em;*/
	text-align: right;
}

@media screen and (max-width:1099px){
	.c-about {
		margin-top: 0;
	}

	.c-about__head-inner {
		padding: 7.273vw 0 2.727vw;
	}

	.c-about__head-inner-txt01 {
		font-size: 3.182vw;
	}

	.c-about__head-inner-ttl {
		font-size: 5.182vw;
	}

	.c-about__color-inner-ttl {
		font-size: 2.917vw;
	}
}

@media screen and (max-width:767px){

	.c-about {
		margin-bottom: 8vw;
	}

	.c-about__head-inner {
		padding: 10.667vw 0 4vw;
	}

	.c-about__head-inner-txt01 {
		font-size: 4.667vw;
	}

	.c-about__head-inner-ttl {
		margin-top: .7em;
		font-size: 7.6vw;
	}

	.c-about__head-inner-ttl span {
		border-bottom: 1px solid #fff;
	}

	.c-about__color {

	}

	.c-about__color-inner {
		padding: 6.667vw 0 0 0;
	}

	.c-about__color-inner-ttl {
		margin-bottom: 2.667vw;
		font-size: 4.667vw;
	}

	.c-about__color-inner-list ul li {
		width: 28.571428571428571%;
		margin: 0 2.142857142857143%;
	}

	.c-about__color-inner-list ul li figure figcaption {
		margin-top: 0.8vw;
		font-size: 2.933vw;
	}

	.c-about__color-inner-note {
		width: auto;
		margin-top: 2.667vw;
		margin-left: 1em;
		text-indent: -1em;
		font-size: 2.933vw;
		line-height: 1.2;
		text-align: left;
	}
}



/**********************************

 c-made-in-japan

***********************************/
.c-made-in-japan {
	margin-bottom: 100px;
}

.c-made-in-japan__inner {
	position: relative;
	z-index: 1;
}

.c-made-in-japan__inner:before {
	content: "";
	display: block;
	width: 51.5%;
	/*width: 52.727272727272727%;*/
	height: 81%;
	margin-top: 6%;
	margin-left: 5%;
	background-color: #f2f6fb;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.c-made-in-japan__inner-ttl {
	padding-top: .1em;
	padding-bottom: .1em;
	padding-left: 28px;
	margin-left: 6.818181818181818%;
	margin-bottom: 100px;
	color: #3a569c;
	font-size: 50px;
	font-weight: 600;
	line-height: 1.32;
	border-left: 2px solid #3a569c;
}

.c-made-in-japan__inner-box {
	display: inline-block;
	padding: 60px;
	background-color: rgba(255,255,255,.9);
	border-radius: 3px;
	position: relative;
	z-index: 3;
}

.c-made-in-japan__inner-box p {
	font-size: 24px;
	font-weight: 600;
	line-height: 2.2;
}

.c-made-in-japan__inner-pic01 {
	width: 40%;
	/*width: 48%;*/
	margin-top: 185px;
	margin-right: 10%;
	/*margin-right: 6.5%;*/
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}

.c-made-in-japan__inner-pic02 {
	width: 446px;
	/*width: 486px;*/
	margin-top: -40px;
	margin-left: auto;
	margin-right: 16%;
	position: relative;
	z-index: 3;
}

.c-made-in-japan__inner-pic03 {
	width: 487px;
	margin-top: -120px;
	/*margin-left: 8%;*/
	margin-left: 2.272727272727273%;
	position: relative;
	z-index: 3;
}

@media screen and (max-width:1199px){

	.c-made-in-japan__inner-ttl {
		font-size: 4.167vw;
	}

	.c-made-in-japan__inner-box {
		padding: 5vw;
	}

	.c-made-in-japan__inner-box p {
		font-size: 2vw;
	}

	/*.c-made-in-japan__inner-pic01 {*/
		/*width: 48%;*/
		/*margin-top: 15.417vw;*/
	/*}*/

	/*.c-made-in-japan__inner-pic02 {*/
		/*margin-top: 5vw;*/
		/*margin-left: 2.272727272727273%;*/
	/*}*/


	.c-made-in-japan__inner-pic01 {
		margin-top: 15.417vw;
	}

	.c-made-in-japan__inner-pic02 {
		width: 40.5vw;
		margin-top: -3.333vw;
	}

	.c-made-in-japan__inner-pic03 {
		width: 40.583vw;
		margin-top: -10vw;
	}

}

@media screen and (max-width:767px){

	.c-made-in-japan {
		margin-bottom: 10.133vw;
	}

	.c-made-in-japan__inner:before {
		width: 71.571428571428571%;
		height: 83%;
		/*height: 90%;*/
		margin-top: 10%;
		margin-left: 3.571428571428571%;
		background-color: #f2f6fb;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
	}

	.c-made-in-japan__inner-ttl {
		padding-top: .1em;
		padding-bottom: 1em;
		padding-left: 3.733vw;
		margin-left: 6.428571428571429%;
		margin-bottom: 6.133vw;
		font-size: 6.667vw;
		border-left: 1px solid #3a569c;
	}

	.c-made-in-japan__inner-box {
		display: inline-block;
		padding: 8vw 4vw;
		background-color: rgba(255,255,255,.9);
		border-radius: 0.533vw;
	}

	.c-made-in-japan__inner-box p {
		font-size: 4vw;
		letter-spacing: -.02em;
	}

	.c-made-in-japan__inner-pic01 {
		width: 48.857142857142857%;
		/*width: 48%;*/
		margin-top: 34.667vw;
		/*margin-top: 30.667vw;*/
		margin-right: -3.571428571428571%;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 1;
	}

	.c-made-in-japan__inner-pic02 {
		width: 63.714285714285714%;
		/*width: 69.428571428571429%;*/
		margin-top: -6vw;
		margin-left: auto;
		margin-right: -3.571428571428571%;
	}

	.c-made-in-japan__inner-pic03 {
		width: 69.571428571428571%;
		margin-top: -9vw;
		margin-left: -3.571428571428571%;
	}
}



/**********************************

 c-point

***********************************/
.c-point {
	background-color: #f2f6fb;
}

.c-point__inner {
	padding: 80px 0 0;
}

.c-point__inner-sec01 {
	margin-bottom: 90px;
}

.c-point__inner-sec01:last-child {
	margin-bottom: 0;
}

.c-point__inner-sec01 .box {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}

.c-point__inner-sec01 .box .content {
	width: 50%;
}

.c-point__inner-sec01 .ttl {
	margin-bottom: .75em;
	color: #4b67ae;
	font-size: 44px;
	font-weight: 600;
	line-height: 1.363636363636364;
}

.c-point__inner-sec01 .txt01 {
	/*margin-bottom: 40px;*/
}

.c-point__inner-sec01 .pic {
	width: 45.454545454545455%;
}

.c-point__inner-sec02 {
	display: flex;
	justify-content: space-between;
	margin-bottom: 90px;
}

.c-point__inner-sec02:last-child {
	margin-bottom: 0;
}

.c-point__inner-sec02 .content {
	width: 50%;
}

.c-point__inner-sec02 .ttl {
	margin-bottom: .75em;
	color: #4b67ae;
	font-size: 44px;
	font-weight: 600;
	line-height: 1.363636363636364;
}

.c-point__inner-sec02 .txt01 {
	margin-bottom: 40px;
}

.c-point__inner-sec02 .pic {
	width: 45.454545454545455%;
}

.c-point__inner-sec03 {
	display: flex;
	justify-content: space-between;
	margin-bottom: 90px;
}

.c-point__inner-sec03 .content {
	width: 50%;
}

.c-point__inner-sec03 .ttl {
	margin-bottom: .75em;
	color: #4b67ae;
	font-size: 44px;
	font-weight: 600;
	line-height: 1.363636363636364;
}

.c-point__inner-sec03 .txt01 {
}

.c-point__inner-sec03 .pic {
	width: 45.454545454545455%;
	/*width: 250px;*/
	/*margin-right: 11%;*/
}

.c-point__inner-sec04 {
	margin-bottom: -360px;
	text-align: center;
	position: relative;
	z-index: 2;
}

.c-point__inner-sec04 .head {
	display: inline-block;
	padding: 40px 50px 35px;
	background-color: #317f8d;
	border-radius: 3px;
	position: relative;
	z-index: 1;
}

.c-point__inner-sec04 .head .ttl {

}

.c-point__inner-sec04 .head .ttl .txt01 {
	display: block;
	color: #fff;
	font-size: 38px;
	font-weight: 600;
	line-height: 1.315789473684211;
	letter-spacing: .08em;
	text-align: center;
}

.c-point__inner-sec04 .head .ttl .txt02 {
	display: block;
	margin-top: .2em;
	color: #fff;
	font-size: 56px;
	font-weight: 600;
	font-style: italic;
	text-align: center;
	letter-spacing: normal;
}

.c-point__inner-sec04 .head .ttl .txt02 .small {
	font-size: 45px;
}

.c-point__inner-sec04 .body {
	display: inline-block;
	padding: 160px 180px 55px;
	margin-top: -100px;
	background: rgba(255,255,255,.9);
	border-radius: 3px;
}

.c-point__inner-sec04 .body .pic {
	width: 500px;
	margin: 0 auto;
	text-align: center;
}

.c-point__inner-sec04 .body p {
	margin-top: 50px;
	font-size: 28px;
	text-align: center;
	line-height: 1.607142857142857;
}

@media screen and (max-width:1199px){

	.c-point__inner {
		padding: 6.667vw 0 0;
	}

	.c-point__inner-sec01 {
		margin-bottom: 7.5vw;
	}

	.c-point__inner-sec01 .box {
		margin-bottom: 3.333vw;
	}

	.c-point__inner-sec01 .ttl {
		font-size: 3.667vw;
	}

	.c-point__inner-sec02 {
		margin-bottom: 7.5vw;
	}

	.c-point__inner-sec02 .ttl {
		font-size: 3.667vw;
	}

	.c-point__inner-sec02 .txt01 {
		margin-bottom: 3.333vw;
	}

	.c-point__inner-sec03 {
		margin-bottom: 7.5vw;
	}

	.c-point__inner-sec03 .ttl {
		font-size: 3.667vw;
	}

	.c-point__inner-sec03 .txt01 {
		margin-bottom: 3.333vw;
	}

	.c-point__inner-sec03 .pic {
		width: 20.833vw;
	}

	.c-point__inner-sec04 {
		margin-bottom: -30vw;
	}

	.c-point__inner-sec04 .head {
		padding: 3.333vw 4.167vw 2.917vw;
	}

	.c-point__inner-sec04 .head .ttl .txt01 {
		font-size: 3.167vw;
	}

	.c-point__inner-sec04 .head .ttl .txt02 {
		font-size: 4.667vw;
	}

	.c-point__inner-sec04 .head .ttl .txt02 .small {
		font-size: 3.75vw;
	}

	.c-point__inner-sec04 .body {
		padding: 13.333vw 15vw 4.583vw;
		margin-top: -8.333vw;
	}

	.c-point__inner-sec04 .body .pic {
		width: 41.667vw;
	}

	.c-point__inner-sec04 .body p {
		margin-top: 4.167vw;
		font-size: 2.333vw;
	}

}

@media screen and (max-width:767px){

	.c-point__inner {
		padding: 12vw 0 0;
	}

	.c-point__inner-sec01 {
		margin-bottom: 12vw;
	}

	.c-point__inner-sec01 .box {
		display: block;
		margin-bottom: 4.8vw;
	}

	.c-point__inner-sec01 .box .content {
		width: auto;
	}

	.c-point__inner-sec01 .ttl {
		font-size: 5.867vw;
	}

	.c-point__inner-sec01 .txt01 {
		font-size: 4vw;
	}

	.c-point__inner-sec01 .pic {
		width: auto;
		margin-top: 4.8vw;
		text-align: center;
	}

	.c-point__inner-sec02 {
		display: block;
		margin-bottom: 12vw;
	}

	.c-point__inner-sec02 .content {
		width: auto;
	}

	.c-point__inner-sec02 .ttl {
		font-size: 5.867vw;
	}

	.c-point__inner-sec02 .txt01 {
		margin-bottom: 4.8vw;
		font-size: 4vw;
	}

	.c-point__inner-sec02 .pic {
		width: auto;
		text-align: center;
	}

	.c-point__inner-sec03 {
		display: block;
		margin-bottom: 16vw;
		/*margin-bottom: 10.667vw;*/
	}

	.c-point__inner-sec03 .content {
		width: auto;
	}

	.c-point__inner-sec03 .ttl {
		font-size: 5.867vw;
	}

	.c-point__inner-sec03 .txt01 {
		margin-bottom: 4.8vw;
		font-size: 4vw;
	}

	.c-point__inner-sec03 .pic {
		width: auto;
		/*margin-right: 2.857142857142857%;*/
	}

	.c-point__inner-sec04 {
		margin-bottom: -44.533vw;
	}

	.c-point__inner-sec04 .head {
		display: inline-block;
		padding: 5.333vw 6.667vw 4.8vw;
		border-radius: 0.533vw;
	}

	.c-point__inner-sec04 .head .ttl .txt01 {
		font-size: 5.067vw;
	}

	.c-point__inner-sec04 .head .ttl .txt02 {
		font-size: 7.467vw;
	}

	.c-point__inner-sec04 .head .ttl .txt02 .small {
		font-size: 5.867vw;
	}

	.c-point__inner-sec04 .body {
		display: block;
		width: 88.857142857142857%;
		padding: 20vw 6.667vw 8vw;
		margin: -13vw auto 0;
		border-radius: 0.533vw;
	}

	.c-point__inner-sec04 .body .pic {
		width: 60.933vw;
		margin: 0 auto;
		text-align: center;
	}

	.c-point__inner-sec04 .body p {
		margin-top: 6.667vw;
		font-size: 3.733vw;
	}
}



/**********************************

 c-point-pic

***********************************/
.c-point-pic {
	width: 1100px;
	max-width: 100%;
	height: 700px;
	margin: 0 auto 100px;
	background: url(/img/usr/freepage/cocochifit/point_bg01_pc_v2.jpg) no-repeat center bottom / cover;
}

@media screen and (max-width:1199px){
	.c-point-pic {
		height: 58.333333333333333vw;
		margin-bottom: 8.333333333333333vw;
	}

}

@media screen and (max-width:767px){

	.c-point-pic {
		height: 76.266666666666667vw;
		margin-bottom: 8.666666666666667vw;
		background: url(/img/usr/freepage/cocochifit/point_bg01_sp_v2.jpg) no-repeat center bottom / cover;
	}
}



/**********************************

 c-navi

***********************************/
.c-navi {
	margin-bottom: 40px;
}

.c-navi__head {
}

.c-navi__head-inner {
	background-color: #8193c3;
}

.c-navi__head-inner-ttl {
	padding: 35px 0;
	color: #fff;
	font-size: 35px;
	font-style: italic;
	text-align: center;
	line-height: 1.428571428571429;
	position: relative;
	z-index: 1;
}

.c-navi__head-inner-ttl:before {
	content: "";
	display: block;
	width: 20px;
	height: 78px;
	background: url(/img/usr/freepage/cocochifit/navi_arr01.png) no-repeat center / contain;
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: 1;
	transform: translateY(75%) translateX(-50%);
	-webkit-transform: translateY(75%) translateX(-50%);
	pointer-events: none;
}

.c-navi__head-inner ul {
	display: flex;
}

.c-navi__head-inner ul li {
	width: 50%;
	font-size: 30px;
	font-weight: 600;
	text-align: center;
}

.c-navi__head-inner ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 120px;
	/*height: 140px;*/
	color: #fff;
}

.c-navi__head-inner ul li:nth-child(1) a {
	background: url(/img/usr/freepage/cocochifit/navi_bg01.jpg) no-repeat center / cover;
}

.c-navi__head-inner ul li:nth-child(2) a {
	background: url(/img/usr/freepage/cocochifit/navi_bg02.jpg) no-repeat center / cover;
}

.c-navi__head-inner ul li a span {
	display: block;
	width: 100%;
	padding-bottom: 30px;
	position: relative;
	z-index: 1;
}

.c-navi__head-inner ul li a span:before {
	content: "";
	display: block;
	width: 22px;
	height: 8px;
	margin-bottom: 3px;
	background: url(/img/usr/freepage/cocochifit/navi_arr02.png) no-repeat center / contain;
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.c-navi__head-inner ul li a span:after {
	content: "";
	display: block;
	width: 93%;
	height: 25px;
	margin-bottom: -5px;
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.c-navi__head-inner ul li:nth-child(1) a span:after {
	background-color: rgba(159,188,209,.65);
}

.c-navi__head-inner ul li:nth-child(2) a span:after {
	background-color: rgba(205,166,182,.65);
}


@media screen and (max-width:1199px){

	.c-navi {
		margin-bottom: 3.334vw;
	}

	.c-navi__head-inner-ttl {
		padding: 2.917vw 0;
		font-size: 2.917vw;
	}

	.c-navi__head-inner-ttl:before {
		width: 1.667vw;
		height: 6.5vw;
	}

	.c-navi__head-inner ul li {
		font-size: 2.5vw;
	}

	.c-navi__head-inner ul li a {
		height: 10vw;
		/*height: 11.667vw;*/
	}

	.c-navi__head-inner ul li a span {
		padding-bottom: 2.5vw;
	}

	.c-navi__head-inner ul li a span:before {
		width: 1.833vw;
		height: 0.667vw;
		margin-bottom: 0.25vw;
	}

	.c-navi__head-inner ul li a span:after {
		height: 2.083vw;
		margin-bottom: -0.417vw;
	}
}

@media screen and (max-width:767px){

	.c-navi {
		margin-bottom: 8vw;
	}

	.c-navi__head-inner-ttl {
		padding: 4.8vw 0;
		font-size: 4.667vw;
	}

	.c-navi__head-inner-ttl:before {
		width: 2.667vw;
		height: 10.4vw;
	}

	.c-navi__head-inner ul li {
		font-size: 5.066666666666667vw;
	}

	.c-navi__head-inner ul li a {
		height: 21.867vw;
	}

	.c-navi__head-inner ul li a span {
		padding-bottom: 4vw;
	}

	.c-navi__head-inner ul li a span:before {
		width: 2.933vw;
		height: 1.067vw;
		margin-bottom: -1.1vw;
	}

	.c-navi__head-inner ul li a span:after {
		content: "";
		display: block;
		width: 41.066666666666667vw;
		height: 15px;
		margin-bottom: -2.5vw;
		position: absolute;
		bottom: 0;
		left: 50%;
		z-index: 1;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
	}
}



/**********************************

 c-products

***********************************/
.c-products {
	padding-bottom: 55px;
	background-color: #d9e0e7;
}

.c-products#volume {
	padding-bottom: 90px;
}

.c-products__head {
	width: 1100px;
	max-width: 100%;
	margin: 0 auto;
}

.c-products__head.light {
	background: url(/img/usr/freepage/cocochifit/product01_pic01_pc_v2.jpg) no-repeat center / cover;
}

.c-products__head.volume {
	background: url(/img/usr/freepage/cocochifit/product02_pic01_pc.jpg) no-repeat center / cover;
}

.c-products__head-inner {
	display: flex;
	align-items: center;
	height: 500px;
	/*height: 35vw;*/
	/*height: 46.666666666666667vw;*/
	padding-bottom: 65px;
}

.c-products__head-inner-box {

}

.c-products__head-inner-box .txt01 {
	margin-bottom: .3em;
	color: #081023;
	font-size: 26px;
	letter-spacing: .05em;
}

.c-products__head-inner-box .ttl {
	color: #3c414e;
	font-size: 66px;
	font-weight: 600;
}

.c-products__head-inner-box .ttl.blue {
	color: #3873b6;
}

.c-products__head-inner-box .ttl.red {
	color: #bf6d8a;
	text-shadow: 0px 0px 9px rgba(255, 255, 255, 0.69),
				 0px 0px 9px rgba(255, 255, 255, 0.69),
				 0px 0px 4px rgba(255, 255, 255, 0.8),
				 0px 0px 4px rgba(255, 255, 255, 0.8);
}

.c-products__body {
	margin-top: -65px;
	position: relative;
	z-index: 1;
}

.c-products__body-inner {
	width: 1000px;
	padding: 65px 60px 50px;
	background-color: #fff;
	border-radius: 3px;
}

.c-products__body-inner .copy {
	margin-bottom: 40px;
	/*margin-bottom: 50px;*/
	color: #4b67ae;
	font-size: 33px;
	font-weight: 600;
	text-align: center;
	letter-spacing: .05em;
	line-height: 1.363636363636364;
}

.c-products__body-inner .copy.blue {
	color: #3873b6;
}

.c-products__body-inner .copy.red {
	color: #cb698c;
}

.c-products__body-inner .overview {
	display: flex;
	flex-direction: column;
	/*justify-content: space-between;*/
	/*flex-direction: row-reverse;*/
	margin-bottom: 40px;
}

.c-products__body-inner .overview .pic {
	width: 75%;
	/*width: 47.5%;*/
	max-width: 100%;
	margin: 0 auto 30px;
	text-align: center;
}

.c-products__body-inner .overview .txt01 {
	/*width: 47.5%;*/
}

.c-products__body-inner .overview .list01 {
	margin-top: 1.5em;
	font-size: 20px;
}

.c-products__body-inner .overview .list01 dl {
	display: flex;
	padding: 15px;
	margin-bottom: 5px;
	background-color: #f5f5f5;
}

.c-products__body-inner .overview .list01 dl:last-child {
	margin-bottom: 0;
}

.c-products__body-inner .overview .list01 dl dt {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100px;
	margin-right: 20px;
	font-size: 22px;
	font-weight: bold;
	white-space: nowrap;
	background-color: #fff;
}

.c-products__body-inner .overview .list01 dl:nth-child(1) dt {
	border: 1px solid #c0c0c0;
	background-color: #fff;
}

.c-products__body-inner .overview .list01 dl:nth-child(2) dt {
	border: 1px solid #e1c5c4;
	background-color: #e1c5c4;
}

.c-products__body-inner .overview .list01 dl:nth-child(3) dt {
	border: 1px solid #c5d0a6;
	background-color: #c5d0a6;
}

.c-products__body-inner .overview .list01 dl:nth-child(4) dt {
	border: 1px solid #c5d9d4;
	background-color: #c5d9d4;
}

.c-products__body-inner .overview .list01 dl dd {
	flex: 1;
}

.c-products__body-inner .overview .list01 dl dd .txt01 {
	font-size: 24px;
	font-weight: bold;
}

.c-products__body-inner .overview .list01 dl:nth-child(1) dd .txt01 {
	color: #000000;
}

.c-products__body-inner .overview .list01 dl:nth-child(2) dd .txt01 {
	color: #c07c7a;
}

.c-products__body-inner .overview .list01 dl:nth-child(3) dd .txt01 {
	color: #a2ba60;
}

.c-products__body-inner .overview .list01 dl:nth-child(4) dd .txt01 {
	color: #70b5a9;
}

.c-products__body-inner .overview .list01 dl dd .txt02 {
	font-size: 20px;
}

.c-products__body-inner .overview .thickness {
	width: 75%;
	margin: 30px auto;
	text-align: center;
}

.c-products__body-inner .detail {
	margin-bottom: 60px;
	border-top: 2px solid #0d0d0d;
	border-bottom: 2px solid #0d0d0d;
}

.c-products__body-inner .detail dl {
	display: flex;
	padding: 10px 0;
	border-bottom: 2px dashed #7e7e7e;
}

.c-products__body-inner .detail dl:last-child {
	border-bottom: none;
}

.c-products__body-inner .detail dl dt {
	width: 150px;
	padding-left: .25em;
	padding-right: 1em;
	white-space: nowrap;
}

.c-products__body-inner .detail dl dd {
	flex: 1;
}

.c-products__body-inner .detail dl dd .large {
	font-size: 22px;
	font-weight: bold;
}

.c-products__body-inner .cart {
	padding: 30px 30px 35px;
	background-color: #eef3f7;
	border-radius: 3px;
}

.c-products__body-inner .cart .ttl {
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	letter-spacing: .05em;
	width: fit-content;
	border-top:2px solid #000;
	border-bottom:2px solid #000;
	margin: 0 auto 30px;
	line-height: 2em;
	padding: 0 1em;
}

.c-products__body-inner .cart .ttl span {
	display: inline-block;
	padding: 5px 50px;
	background-color: #6597d0;
	border-radius: 100px;
}

.c-products__body-inner .cart .ttl span.blue {
	color: #fff;
	background-color: #6597d0;
}

.c-products__body-inner .cart .ttl span.red {
	color: #fff;
	background-color: #d699af;
}

.c-products__body-inner .cart .list {
}

.c-products__body-inner .cart .list ul {
	display: flex;
	justify-content: space-between;
}

.c-products__body-inner .cart .list ul li {
	width: 31.5%;
	font-size: 16px;
	font-weight: 600;
}

.c-products__body-inner .cart .list ul li .pic {
	/*width: 81.132075471698113%;*/
	margin: 0 auto 12px;
	text-align: center;
}

.c-products__body-inner .cart .list ul li .pic figcaption {
	display: block;
	margin-top: 12px;
	font-family: 'Noto Sans JP', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 24px;
	text-align: center;
}

.c-products__body-inner .cart .list ul li .pic figcaption.blue {
	color: #3873b6;
}

.c-products__body-inner .cart .list ul li .pic figcaption.red {
	color: #a75e78;
}

.c-products__body-inner .cart .list ul li .pic figcaption .small {
	font-size: 16px;
}

.c-products__body-inner .cart .list ul li a.btn {
	display: block;
	width: 90%;
	padding: 15px 15px;
	margin: 0 auto;
	color: #fff;
	background-color: #e4a24a;
	border-radius: 3px;
	position: relative;
	z-index: 1;
}

.c-products__body-inner .cart .list ul li a.btn:before {
	content: "";
	display: block;
	width: 10px;
	height: 16px;
	background: url(/img/usr/freepage/cocochifit/icon_arr05.png) no-repeat center / contain;
	position: absolute;
	top: 50%;
	right: 15px;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.c-products__body-inner .cart .list ul li a.btn span {
	padding-left: 30px;
	position: relative;
	z-index: 1;
}

.c-products__body-inner .cart .list ul li a.btn span:before {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	background: url(/img/usr/freepage/cocochifit/icon_cart02.png) no-repeat center / contain;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.c-products__body-inner .more {
	width: 380px;
	max-width: 100%;
	margin: 40px auto 0;
	font-size: 26px;
	font-weight: 600;
}

.c-products__body-inner .more a {
	display: block;
	padding: 20px 30px;
	text-align: center;
	border: 1px solid #5b5b5b;
	position: relative;
	z-index: 1;
}

.c-products__body-inner .more a:before {
	content: "";
	display: block;
	width: 14px;
	height: 23px;
	background: url(/img/usr/freepage/cocochifit/icon_arr06.png) no-repeat center / contain;
	position: absolute;
	top: 50%;
	right: 30px;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

@media screen and (max-width:1199px){

	.c-products {
		padding-bottom: 4.583vw;
	}

	.c-products#volume {
		padding-bottom: 7.5vw;
	}

	.c-products__head-inner {
		height: 41.666666666666667vw;
		padding-bottom: 5.417vw;
	}

	.c-products__head-inner-box .txt01 {
		font-size: 2.167vw;
	}

	.c-products__head-inner-box .ttl {
		font-size: 5.5vw;
	}

	.c-products__body {
		margin-top: -5.417vw;
	}

	.c-products__body-inner {
		padding: 5.417vw 5vw 4.167vw;
	}

	.c-products__body-inner .copy {
		/*margin-bottom: 4.167vw;*/
		margin-bottom: 3.333vw;
		font-size: 2.75vw;
	}

	.c-products__body-inner .overview {
		margin-bottom: 3.333vw;
	}

	.c-products__body-inner .overview .pic {
		margin-bottom: 2.5vw;
	}

	.c-products__body-inner .overview .list01 {
		font-size: 1.667vw;
	}

	.c-products__body-inner .overview .list01 dl {
		padding: 1.25vw;
		margin-bottom: 0.417vw;
	}

	.c-products__body-inner .overview .list01 dl dt {
		width: 8.333vw;
		margin-right: 1.667vw;
		font-size: 1.833vw;
	}

	.c-products__body-inner .overview .list01 dl dd .txt01 {
		font-size: 2vw;
	}

	.c-products__body-inner .overview .list01 dl dd .txt02 {
		font-size: 1.667vw;
	}

	.c-products__body-inner .overview .thickness {
		margin: 2.5vw auto;
	}

	.c-products__body-inner .detail {
		margin-bottom: 5vw;
	}

	.c-products__body-inner .detail dl {
		padding: 0.833vw 0;
	}

	.c-products__body-inner .detail dl dt {
		width: 12.5vw;
	}

	.c-products__body-inner .detail dl dd .large {
		font-size: 1.692vw;
	}

	.c-products__body-inner .cart {
		padding: 2.308vw 2.5vw 2.917vw;
	}

	.c-products__body-inner .cart .ttl {
		margin-bottom: 2.308vw;
		font-size: 1.538vw;
	}

	.c-products__body-inner .cart .ttl span {
		padding: 0.385vw 3.846vw;
	}

	.c-products__body-inner .cart .list ul li {
		font-size: 1.333333333333333vw;
		/*font-size: 1.667vw;*/
	}

	.c-products__body-inner .cart .list ul li .pic {
		margin: 0 auto 1vw;
	}

	.c-products__body-inner .cart .list ul li .pic figcaption {
		margin-top: 1vw;
		font-size: 2vw;
	}

	.c-products__body-inner .cart .list ul li .pic figcaption .small {
		font-size: 1.333333333333333vw;
	}

	.c-products__body-inner .cart .list ul li a.btn {
		padding: 1.667vw 1.25vw;
	}

	.c-products__body-inner .cart .list ul li a.btn:before {
		width: 0.769vw;
		height: 1.231vw;
		right: 1.154vw;
	}

	.c-products__body-inner .cart .list ul li a.btn span {
		padding-left: 2.5vw;
	}

	.c-products__body-inner .cart .list ul li a.btn span:before {
		width: 1.667vw;
		height: 1.667vw;
	}

	.c-products__body-inner .more {
		width: 31.667vw;
		margin-top: 3.333vw;
		font-size: 2.167vw;
	}

	.c-products__body-inner .more a {
		padding: 1.667vw 2.5vw;
	}

	.c-products__body-inner .more a:before {
		width: 1.077vw;
		height: 1.769vw;
		right: 2.308vw;
	}
}

@media screen and (max-width:767px){

	.c-products {
		padding-bottom: 7.467vw;
	}

	.c-products#volume {
		padding-bottom: 12vw;
	}

	.c-products__head.light {
		background: url(/img/usr/freepage/cocochifit/product01_pic01_sp_v2.jpg) no-repeat center / cover;
	}

	.c-products__head.volume {
		background: url(/img/usr/freepage/cocochifit/product02_pic01_sp.jpg) no-repeat center / cover;
	}

	.c-products__head-inner {
		height: 46.5625vw;
		padding-bottom: 8.533vw;
	}

	.c-products__head-inner-box {
		padding-top: 4vw;
	}

	.c-products__head-inner-box .txt01 {
		margin-bottom: 0;
		font-size: 3.467vw;
	}

	.c-products__head-inner-box .ttl {
		font-size: 8.8vw;
		letter-spacing: -.1em;
	}

	.c-products__body {
		margin-top: -8.533vw;
	}

	.c-products__body-inner {
		padding: 9.285714285714286% 7.142857142857143% 7.142857142857143%;
		border-radius: 0.533vw;
	}

	.c-products__body-inner .copy {
		margin-bottom: 5.333vw;
		/*margin-bottom: 6.667vw;*/
		font-size: 4.4vw;
	}

	.c-products__body-inner .overview {
		display: block;
		margin-bottom: 5.333vw;
	}

	.c-products__body-inner .overview .pic {
		width: 90%;
		margin: 0 auto 4vw;
	}

	.c-products__body-inner .overview .txt01 {
		width: auto;
		font-size: 4vw;
	}

	.c-products__body-inner .overview .list01 {
		font-size: 3.2vw;
	}

	.c-products__body-inner .overview .list01 dl {
		padding: 2.667vw;
		margin-bottom: 0.667vw;
	}

	.c-products__body-inner .overview .list01 dl dt {
		width: 13.333vw;
		margin-right: 2.667vw;
		font-size: 3.733vw;
	}

	.c-products__body-inner .overview .list01 dl dd .txt01 {
		font-size: 4vw;
	}

	.c-products__body-inner .overview .list01 dl dd .txt02 {
		font-size: 3.2vw;
	}

	.c-products__body-inner .overview .thickness {
		width: auto;
		/*width: 91.525423728813559%;*/
		margin: 8vw auto 3vw;
		text-align: center;
	}

	.c-products__body-inner .detail {
		margin-bottom: 8vw;
		border-top: 1px solid #0d0d0d;
		border-bottom: 1px solid #0d0d0d;
	}

	.c-products__body-inner .detail dl {
		padding: 1.333vw 0;
		border-bottom: 1px dashed #7e7e7e;
	}

	.c-products__body-inner .detail dl dt {
		width: 17vw;
		padding-right: .5em;
	}

	.c-products__body-inner .detail dl dd {
		letter-spacing: -.075em;
	}

	.c-products__body-inner .detail dl dd .large {
		font-size: 3.733333333333333vw;
	}

	.c-products__body-inner .cart {
		padding: 6.667vw 6.666666666666667vw 4.8vw;
		border-radius: 0.533vw;
	}

	.c-products__body-inner .cart .ttl {
		margin-bottom: 7.2vw;
		font-size: 4vw;
	}

	.c-products__body-inner .cart .ttl span {
		padding: 0.8vw 6.667vw;
	}

	.c-products__body-inner .cart .list {
	}

	.c-products__body-inner .cart .list ul {
		display: block;
	}

	.c-products__body-inner .cart .list ul li {
		width: auto;
		margin-bottom: 7.333333333333333vw;
		font-size: 4vw;
	}

	.c-products__body-inner .cart .list ul li:last-child {
		margin-bottom: 0;
	}

	.c-products__body-inner .cart .list ul li .pic {
		width: auto;
		/*width: 81.132075471698113%;*/
		margin: 0 auto 1.5vw;
	}

	.c-products__body-inner .cart .list ul li .pic figcaption {
		margin-top: .5vw;
		font-size: 6.667vw;
	}

	.c-products__body-inner .cart .list ul li .pic figcaption .small {
		font-size: 4.4vw;
	}

	.c-products__body-inner .cart .list ul li a.btn {
		width: 57.333333333333333vw;
		padding: 3.2vw 2.666666666666667vw;
		/*padding: 4.533vw 5.333vw;*/
		margin: 0 auto;
		border-radius: 0.533vw;
	}

	.c-products__body-inner .cart .list ul li a.btn:before {
		width: 2.533vw;
		height: 4.4vw;
		right: 3.2vw;
	}

	.c-products__body-inner .cart .list ul li a.btn span {
		padding-left: 9vw;
	}

	.c-products__body-inner .cart .list ul li a.btn span:before {
		width: 6vw;
		height: 6vw;
	}

	.c-products__body-inner .more {
		width: 50.667vw;
		margin: 20px auto 0;
		font-size: 3.467vw;
	}

	.c-products__body-inner .more a {
		padding: 2.667vw 4vw;
	}

	.c-products__body-inner .more a:before {
		width: 1.867vw;
		height: 3.067vw;
		right: 4vw;
	}
}



/**********************************

 c-care

***********************************/
.c-care {
	background: url(/img/usr/freepage/cocochifit/care_bg01_pc.jpg) no-repeat center / cover;
}

.c-care__inner {
	padding: 80px 0 100px;
}

.c-care__inner-ttl {
	margin-bottom: 50px;
}

.c-care__inner-ttl .txt01 {
	display: block;
	font-size: 42px;
	font-weight: 600;
	text-align: center;
	line-height: 1.2;
}

.c-care__inner-ttl .txt02 {
	display: block;
	color: #97adc3;
	font-size: 30px;
	text-align: center;
}

.c-care__inner-box {
	width: 800px;
	max-width: 100%;
	padding: 50px 30px 50px;
	margin: 0 auto;
	background: rgba(255,255,255,.7);
	border-radius: 20px;
}

.c-care__inner-box .ttl {
	margin-bottom: 30px;
	color: #4b67ae;
	font-size: 33px;
	font-weight: 600;
	text-align: center;
}

.c-care__inner-box .txt01 {
}

.c-care__inner-box .note01 {
	text-indent: -1em;
	margin-left: 1em;
	margin-top: 1em;
}

@media screen and (max-width:1199px){

	.c-care__inner {
		padding: 6.667vw 0 8.333vw;
	}

	.c-care__inner-ttl {
		margin-bottom: 4.167vw;
	}

	.c-care__inner-ttl .txt01 {
		font-size: 3.5vw;
	}

	.c-care__inner-ttl .txt02 {
		font-size: 2.5vw;
	}

	.c-care__inner-box {
		width: 66.667vw;
		padding: 4.167vw 2.5vw 4.167vw;
		border-radius: 1.667vw;
	}

	.c-care__inner-box .ttl {
		margin-bottom: 2.5vw;
		font-size: 2.75vw;
	}

}

@media screen and (max-width:767px){

	.c-care {
		background: url(/img/usr/freepage/cocochifit/care_bg01_sp.jpg) no-repeat center / cover;
	}

	.c-care__inner {
		padding: 8vw 0 12vw;
	}

	.c-care__inner-ttl {
		margin-bottom: 6.667vw;
	}

	.c-care__inner-ttl .txt01 {
		font-size: 5.6vw;
	}

	.c-care__inner-ttl .txt02 {
		font-size: 4vw;
	}

	.c-care__inner-box {
		width: 94.285714285714286%;
		padding: 5.333vw 4vw;
		margin: 0 auto;
		border-radius: 2.667vw;
	}

	.c-care__inner-box .ttl {
		margin-bottom: 4vw;
		font-size: 4.4vw;
	}

	.c-care__inner-box .txt01 {
		font-size: 3.2vw;
		font-feature-settings : "palt";
	}

	.c-care__inner-box .note01 {
		margin-top: 1em;
		font-feature-settings : "palt";
	}

}



/**********************************

 c-voice

***********************************/
.c-voice {
	background-color: #f2f6fb;
	margin-bottom: 100px;
}

.c-voice__inner {
	padding: 80px 0 100px;
}

.c-voice__inner-ttl {
	margin-bottom: 50px;
}

.c-voice__inner-ttl .txt01 {
	display: block;
	font-size: 44px;
	font-weight: 600;
	text-align: center;
	line-height: 1.2;
}

.c-voice__inner-ttl .txt02 {
	display: block;
	color: #c0cbd6;
	font-size: 30px;
	text-align: center;
}

.c-voice__inner-list {
	width: 800px;
	max-width: 100%;
	margin: 0 auto;
}

.c-voice__inner-list-sec {
	padding: 39px;
	margin-bottom: 40px;
	border: 1px solid #365ab0;
	background-color: #fff;
	border-radius: 20px;
}

.c-voice__inner-list-sec:last-child {
	margin-bottom: 0;
}

.c-voice__inner-list-sec .star {
	display: flex;
	margin-bottom: 10px;
}

.c-voice__inner-list-sec .star li {
	margin-right: 5px;
}

.c-voice__inner-list-sec .star li:last-child {
	margin-right: 0;
}

.c-voice__inner-list-sec .star li img {
	display: block;
}

.c-voice__inner-list-sec .txt01 {
	line-height: 1.666666666666667;
}

.c-voice__inner-list-sec .profile {
	display: flex;
	align-items: center;
	padding-top: 30px;
	margin-top: 30px;
	border-top: 2px dashed #87abc3;
}

.c-voice__inner-list-sec .profile .pic {
	width: 68px;
	margin-right: 35px;
}

.c-voice__inner-list-sec .profile .content {
	flex: 1;
}

.c-voice__inner-list-sec .profile .content p {
	font-size: 16px;
	line-height: 1.590909090909091;
}

@media screen and (max-width:1199px){

	.c-voice__inner {
		padding: 6.667vw 0 8.333vw;
	}

	.c-voice__inner-ttl {
		margin-bottom: 4.167vw;
	}

	.c-voice__inner-ttl .txt01 {
		font-size: 3.666666666666667vw;
	}

	.c-voice__inner-ttl .txt02 {
		font-size: 2.5vw;
	}

	.c-voice__inner-list {
		width: 66.667vw;
	}

	.c-voice__inner-list-sec {
		padding: 3.25vw;
		margin-bottom: 3.333vw;
		border-radius: 1.667vw;
	}

	.c-voice__inner-list-sec .star {
		margin-bottom: 0.833vw;
	}

	.c-voice__inner-list-sec .star li {
		width: 2vw;
		margin-right: 0.417vw;
	}

	.c-voice__inner-list-sec .profile {
		padding-top: 2.5vw;
		margin-top: 2.5vw;
	}

	.c-voice__inner-list-sec .profile .pic {
		width: 5.667vw;
		margin-right: 2.917vw;
	}

	.c-voice__inner-list-sec .profile .content p {
		font-size: 1.333333333333333vw;
	}
}

@media screen and (max-width:767px){

	.c-voice__inner {
		padding: 9.333vw 0 9.333vw;
	}

	.c-voice__inner-ttl {
		margin-bottom: 6.666666666666667vw;
	}

	.c-voice__inner-ttl .txt01 {
		font-size: 5.867vw;
	}

	.c-voice__inner-ttl .txt02 {
		font-size: 4vw;
	}

	.c-voice__inner-list {
		width: 94.285714285714286%;
		margin: 0 auto;
	}

	.c-voice__inner-list-sec {
		padding: 5.067vw;
		margin-bottom: 5.333vw;
		border-radius: 2.667vw;
	}

	.c-voice__inner-list-sec .star {
		margin-bottom: 1.333vw;
	}

	.c-voice__inner-list-sec .star li {
		width: 3.2vw;
		margin-right: 0.8vw;
	}

	.c-voice__inner-list-sec .profile {
		padding-top: 4vw;
		margin-top: 4vw;
		border-top: 1px dashed #87abc3;
	}

	.c-voice__inner-list-sec .profile .pic {
		width: 9.067vw;
		margin-right: 4.8vw;
	}

	.c-voice__inner-list-sec .profile .content p {
		font-size: 2.933vw;
	}
}


/**********************************

 c-page-navi

***********************************/
.c-page-navi {

}

.c-page-navi__inner {
	padding: 40px 0 25px;
}

.c-page-navi__inner ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: -1.6%;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.25;
}

.c-page-navi__inner ul li {
	width: 32%;
	margin-bottom: 1.6%;
}

.c-page-navi__inner ul li a {
	display: flex;
	align-items: center;
	height: 80px;
	padding: 0 75px 0 20px;
	color: #fff;
	background-color: #4b67ae;
	position: relative;
	z-index: 1;
}

.c-page-navi__inner ul li a:before {
	content: "";
	display: block;
	width: 10px;
	height: 16px;
	background: url(/img/usr/freepage/cocochifit/icon_arr05.png) no-repeat center / contain;
	position: absolute;
	top: 50%;
	right: 20px;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

@media screen and (max-width:1199px){

	.c-page-navi__inner {
		padding: 3.333vw 0 2.083vw;
	}

	.c-page-navi__inner ul {
		font-size: 1.5vw;
	}

	.c-page-navi__inner ul li a {
		height: 6.667vw;
		padding: 0 6.25vw 0 1.667vw;
	}

	.c-page-navi__inner ul li a:before {
		width: 3.833vw;
		height: 1vw;
		right: 1.667vw;
	}

}

@media screen and (max-width:767px){

	.c-page-navi__inner {
		padding: 6.667vw 0 3.333vw;
	}

	.c-page-navi__inner ul {
		margin-bottom: -2.857142857142857%;
		font-size: 3.2vw;
	}

	.c-page-navi__inner ul li {
		width: 48.571428571428571%;
		margin-bottom: 2.857142857142857%;
	}

	.c-page-navi__inner ul li a {
		height: 13.333vw;
		padding: 0 10.133vw 0 2.667vw;
	}

	.c-page-navi__inner ul li a:before {
		width: 1.733vw;
		height: 3.067vw;
		right: 3.333vw;
	}

}


/**********************************

 c-page-top

***********************************/
.c-page-top {

}

.c-page-top__inner {
	padding: 25px 0 50px;
}

.c-page-top__inner-btn {
	width: 400px;
	max-width: 100%;
	margin: 0 auto;
}

.c-page-top__inner-btn a {
	display: block;
	padding: 15px 15px;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	border: 1px solid #5b5b5b;
	border-radius: 2px;
	position: relative;
	z-index: 1;
}

.c-page-top__inner-btn a:before {
	content: "";
	display: block;
	width: 17px;
	height: 10px;
	background: url(/img/usr/freepage/cocochifit/pagetop_arr01.png) no-repeat center / contain;
	position: absolute;
	top: 50%;
	right: 30px;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

@media screen and (max-width:1099px){

	.c-page-top__inner {
		padding: 2.083vw 0 4.167vw;
	}

	.c-page-top__inner-btn {
		width: 33.333vw;
	}

	.c-page-top__inner-btn a {
		padding: 1.25vw 1.25vw;
		font-size: 1.5vw;
	}

	.c-page-top__inner-btn a:before {
		width: 1.417vw;
		height: 0.833vw;
		right: 2.5vw;
	}
}

@media screen and (max-width:767px){

	.c-page-top__inner {
		padding: 3.333vw 0 6.667vw;
	}

	.c-page-top__inner-btn {
		width: 66.667vw;
	}

	.c-page-top__inner-btn a {
		padding: 2.667vw 4vw;
		font-size: 3.2vw;
	}

	.c-page-top__inner-btn a:before {
		width: 3.2vw;
		height: 1.867vw;
		right: 6.667vw;
	}

}


/**********************************

 c-movie

***********************************/

.c-movie {
  aspect-ratio: 16 / 9;
}
.c-movie iframe {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 766px) {
  .c-movie {
    width: 1100px;
    margin: 56px auto;
  }
}
@media screen and (max-width: 767px) {
  .c-movie {
    width: calc(100% - calc(3.333333333333333% * 2));
    margin: 3.333333333333333%;;
  }
}