@charset "UTF-8";


/* Adobe TypeKit
https://typekit.com/kit_editor/kits/cba0xcg?popup=1 */

/*==================
画面設計
768px をブレイクポイントとし
それ以上はPCレイアウト
767px以下はスマホレイアウトととする
@media screen and ( max-width:48rem) { }
==================*/

.fontSerif_b{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
}
.fontSerif_n{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
}


h1,th{
	font-weight: normal;
}
ul li{
	list-style: none;
}
html{
	background-color: #FFFFFF;
	color: #3c3c3c;
	text-align: center;
	font-size: 16px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	letter-spacing: 1px;
}
img {
    width: auto;
    height: auto;
}
@media ( max-width:1080px) {
	img { width: auto; }
}
@media ( max-width:767px) {
	img { width: 90%; }
}
body{
	overflow-x: hidden;
}
a,
a:link,
a:visited,
a:hover,
a:active {
	color: #3c3c3c;
	text-decoration: none;
}
a:hover{
	opacity: 0.6;
}
a:hover img{
	opacity: 0.6;
}

@media ( max-width:48rem) {
}


@media ( max-width:1080px) {
	.sectionTitle{
		width: 70%;
		margin-right: auto;
		margin-left: auto;
	}
}
.pcNoDisp{
	display: none;
}
.spNoDisp{
	display: none;
}
@media ( max-width:768px) {
	.pcNoDisp{
		display: block;
	}
}
#pagetopBtn{
	display: block;
	position: fixed;
	left: 20px;
	bottom: 20px;
	padding: 10px;
	background-color: #28A7AE;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 1.4;
	font-weight: 700;
	opacity: 0.8;
	border-radius: 3px;
	z-index: 999;
	cursor:pointer;
	text-decoration: none;
}
#pagetopBtn:hover{
	background-color: #32cad2;
}
.spMenuBtn{
	display: block;
	width: 40px;
	line-height: 40px;
	text-align: center;
	position: fixed;
	left: 20px;
	top: 20px;
	background-color: #28A7AE;
	color: #FFFFFF;
	opacity: 0.8;
	border-radius: 100%;
	font-size: 1.4rem;
	z-index: 9999;
	cursor: pointer;
}
.spMenuBtn:hover{
	background-color: #32cad2;
}
#gNavi_sp{
	width: 100vw;
	height: 100vh;
	box-sizing: border-box;
	background-color: rgba(255, 255, 255, 0.95);
	color: #28A7AE;
	position: fixed;
	z-index: 9999;
	padding: 30px;

	display: none;
}
#gNavi_sp img{
	width: 60%;
}
#gNavi_sp ul{
	margin-top: 20px;
	border-bottom: #CCCCCC 1px dotted;
}
#gNavi_sp ul li a{
	display: block;
	height: 50px;
	line-height: 50px;
	border-top: #CCCCCC 1px dotted;
}
/*********************************************
Navigation 
*********************************************/
#gNavi{
	display: block;
	width: 100%;
	height: 60px;
	line-height: 60px;
	background-color: #28A7AE;
	color: #FFFFFF;
	z-index: 999;
	position: absolute;
}
#gNavi ul{
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
}
#gNavi ul li a{
	display: block;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	padding: 0 30px;
	letter-spacing: 1px;
}
#gNavi.fixedNavi{
	position: fixed;
	top: 0;
	left: 0;
}
@media screen and ( max-width:768px) {
	#gNavi{ display: none; }
	/* #gNavi_sp{ display: block; } */
	.spMenuBtn{ display: block; }
}
@media screen and ( min-width:769px) {
	#gNavi{ display: block; }
	#gNavi_sp{ display: none !important; }
	.spMenuBtn{ display: none; }
}

/*********************************************
section 1
食後に、歯磨き後に！キシリトールキャンディー　Fuzzy Rock
*********************************************/
#sec_1{
	width: 100%;
	background-image: url('../../image/sec1_bg.png');
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	display: flex;
	align-items: center;
}
#sec_1 .inner{
	width: 100%; /* 1080px*/
	/* max-width: 1080px; */
	height: 115.2vw; /* 1245px/(1080px/100) */
	margin: 0 auto;
	background-image: url('../../image/sec1_img.png');
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
@media screen and (-webkit-min-device-pixel-ratio:2), (min-resolution: 2dppx){
	#sec_1 .inner{ background-image: url('../../image/sec1_img@2x.png') }
}

#sec_1 .serviceLogo{
	/* padding-top: 300px; */
	/* width: 548px; */
	padding-top: 27.77vw; /*300px*/
	width: 50.74vw;
	margin: 0 auto;
	opacity: 0;

	animation-name: falldown;
	animation-timing-function: ease-in;
	animation-duration: 2s;
	animation-iteration-count: 1;
	animation-delay: 0.5s;
	animation-fill-mode: forwards;
}
@keyframes falldown {
	  0% { transform:translateY(-400px); opacity:0; }
	 30% { transform:translateY(0); opacity:1; }
	 31% { transform:translateX(6px) }
	 32% { transform:translateX(0) }
	 33% { transform:translateX(-6px) }
	 34% { transform:translateX(0) }
	100% { transform:translateY(0); opacity:1;}
}
#sec_1 .serviceLogo img,
#sec_1 .scrollIcon img{
	width: 100%;
}
#sec_1 .serviceLogo span{
	/* padding-top: 300px; */
	/* width: 548px; */
	padding:2px 30px; /*300px*/
	width: 50.74vw;
	margin: 0 auto;
	opacity: 0;
	background-color:#FFF;
	border-radius: 12px;
	color:#57ACAA;
	font-size:16px;
	animation-name: falldown;
	animation-timing-function: ease-in;
	animation-duration: 2s;
	animation-iteration-count: 1;
	animation-delay: 1.5s;
	animation-fill-mode: forwards;
}


#sec_1 .scrollIcon{
	/* padding-top: 130px; */
	/* width: 33px; */

	padding-top: 15vw;
	width: 3vw;
	margin: 0 auto;

	animation: fluffy1 3s ease infinite;
}
@keyframes fluffy1 {
	  0% { transform:translateY(0) }
	  5% { transform:translateY(0) }
	 10% { transform:translateY(0) }
	 20% { transform:translateY(-15px) }
	 25% { transform:translateY(0) }
	 30% { transform:translateY(-15px) }
	 50% { transform:translateY(0) }
	100% { transform:translateY(0) }
}
#sec_1 .prText{
	width: 80%;
	padding-top: 3vw;
	margin:  auto;
}
@media ( max-width:1080px) {
	#sec_1{
		height: 115.2vw; /* 1245px/(1080px/100) */
		min-height: 100vh;
	}
	#sec_1 .serviceLogo{
		padding-top: 27.77vw; /*300px*/
		width: 50.74vw;
	animation-iteration-count: 1;		
	}
	#sec_1 .serviceLogo_txt{
		padding-top: 27.77vw; /*300px*/
		width: 50.74vw;
		
	}
	#sec_1 .scrollIcon{
		padding-top: 20vw;
		width: 3vw;
	}
	#sec_1 .prText{
		width: 80%;
		margin:  auto;
	}

}

@media ( max-width:767px) {
#sec_1 .serviceLogo span{
	display:none;
}
#sec_1 .inner{
	width: 100%; /* 1080px*/
	/* max-width: 1080px; */
	height: 130.2vw; /* 1245px/(1080px/100) */
	margin: -90px auto 0 auto;
	background-image: url('../../image/sec1_img@2x.png');
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
		#sec_1 .scrollIcon{
		padding-top: 20vw;
		width: 3vw;
	}
}


/*********************************************
section 2
Fuzzy Rock とは？
*********************************************/
#sec_2{
	background-color: #BBDBE4;
	width: 100%;
	height: 1030px;
	padding-top: 80px;
	margin: 0 auto;
	background-image: url('../../image/sec2_bg.png');
	background-repeat: no-repeat;
	background-position: top right 30%;
	background-size: cover;
	background-attachment: fixed;
}
#sec_2 .sectionTitle{
	padding: 60px 0 120px;
}
#sec_2 .captionText{
	width: 60%;
	margin: 0 auto 0 0;
	color: #FFFFFF;
	font-size: 22px;
	line-height: 1.6;
	letter-spacing: 1px;
}
#sec_2 .pointUl{
	width: 60%;
	margin: 40px auto 0 0;
	display: flex;
	justify-content: center;
}
#sec_2 .pointUl li{
	width: 160px;
	height: 180px;
	margin-left: 10px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;

	font-weight: 700;
	color: #57B1AF;
	font-size: 18px;
	line-height: 1.4;

	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
#sec_2 .pointUl li:nth-child(1){ background-image: url('../../image/sec2_rock1.png')}
#sec_2 .pointUl li:nth-child(2){ background-image: url('../../image/sec2_rock2.png')}
#sec_2 .pointUl li:nth-child(3){ background-image: url('../../image/sec2_rock3.png')}
#sec_2 .pointUl li:nth-child(4){ background-image: url('../../image/sec2_rock4.png')}
#sec_2 .pointUl li:nth-child(2){
	padding-left: 20px;
	padding-bottom: 10px;
}
#sec_2 .pointUl li .min{
	display: block;
	margin-top: 5px;
	font-weight: 400;
	font-size: 10px;
}

@media ( max-width:767px) {
	#sec_2{
		background-position: center center;
		background-size: auto 100%;
		background-attachment: scroll;
	}
	#sec_2 .sectionTitle{
	margin: -120px auto -60px;
}
	#sec_2 .captionText{
		width: 100%;
		margin: 0 auto;
		color: #FFFFFF;
		font-size: 20px;
		line-height: 1.6;
	}
	#sec_2 .pointUl{
		width: 97%;
		margin: 40px auto 0;
		display: flex;
		justify-content: center;
	}
	#sec_2 .pointUl li{
		width: 24%;
		font-size: 2vw;
		line-height: 1.4;
		background-size: contain;
		margin-left: 0px;
	}
	#sec_2 .pointUl li .min{
		font-size: 10px !important;
		display: block;
		transform: scale(0.6);
		white-space: nowrap;
	}
}
/*********************************************
section 3
商品ラインナップ
*********************************************/
#sec_3{
	background-color: #FFFFFF;
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	padding-top: 40px;
	padding-bottom: 100px;
}
#sec_3 .sectionTitle{
	padding: 30px 40px 0 60px;
}
#sec_3 .itemUnitWrapper{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	padding: 100px 0 30px;
}
#sec_3 .itemUnitWrapper .itemUnit{
	width: 30%;
	text-align: center;
	margin-bottom: 50px;
}
#sec_3 .itemUnitWrapper .itemUnit.large{
	width: 100%;
	margin-bottom: 100px;
}

#sec_3 .itemUnitWrapper .itemUnit .itemName{
	margin-bottom: 30px;
}
#sec_3 .itemUnitWrapper .itemUnit .itempic img{
	width: 234px;
}
#sec_3 .itemUnitWrapper .itemUnit.large .itempic img{
	width: 300px;
}

#sec_3 .itemUnitWrapper .itemUnit .itemInfo dt{
	padding: 20px 0 20px;
	font-weight: 700;
	font-size: 24px;
}
#sec_3 .itemUnitWrapper .itemUnit .itemInfo dt .min{
	display: block;
	font-size: 14px;
	line-height: 1.8;
}
#sec_3 .itemUnitWrapper .itemUnit.large .itemInfo dt .min{
	display: inline;
	font-size: 24px;
}
#sec_3 .itemUnitWrapper .itemUnit .itemInfo dd.captionText{
	font-size: 12px;
	font-weight: 500;
	line-height: 1.6;
}
#sec_3 .itemUnitWrapper .itemUnit .itemInfo.cm{ color: #48A8A4; }
#sec_3 .itemUnitWrapper .itemUnit .itemInfo.cl{ color: #ffd700; }
#sec_3 .itemUnitWrapper .itemUnit .itemInfo.cp{ color: #E86C66; }
#sec_3 .itemUnitWrapper .itemUnit .itemInfo.cb{ color: #D7006F; }

#sec_3 .itemUnitWrapper .itemUnit .itemInfo dd.buyBtn a{
	width: 80%;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.1em;
	color: #FFFFFF;
	background-color: #ff6347;
	display: block;
	padding: 20px 0 20px;
	margin: 30px auto 0;
	text-align: center;
}
#sec_3 .itemUnitWrapper .itemUnit.large .itemInfo dd.buyBtn a{
	width: 30%;
	font-size: 20px;
	padding: 20px 0 20px;
}
#sec_3 .itemUnitWrapper .itemUnit .itemInfo dd.buyBtn a:hover,
#sec_3 .itemUnitWrapper .itemUnit.large .itemInfo dd.buyBtn a:hover{
	text-decoration: none;
	background-color: #F293A7;
}
#sec_3 #itemInfoTable{
	width: 90%;
	margin: 0 auto;
	border-collapse: collapse;
	border: #CCCCCC 1px solid;
}
#sec_3 #itemInfoTable th,
#sec_3 #itemInfoTable td{
	font-size: 12px;
	text-align: left;
	border: #CCCCCC 1px solid;
	padding: 10px 5px;
	line-height: 1.2;
}
@media ( max-width:767px) {
	#sec_3 .sectionTitle{
	padding: 0 auto;
}
	#sec_3 .itemUnitWrapper .itemUnit{
		width: 49%;
		text-align: center;
		margin-bottom: 50px;
	}
	#sec_3 .itemUnitWrapper .itemUnit.large{
		width: 49%;
		margin-bottom: 50px;
	}
	#sec_3 .itemUnitWrapper .itemUnit.large .itemInfo dd.buyBtn a,
	#sec_3 .itemUnitWrapper .itemUnit .itemInfo dd.buyBtn a{
		width: 80%;
		font-size: 14px;
		padding: 20px 0 20px;
	}	
	#sec_3 .itemUnitWrapper .itemUnit .itemName img{
		width: 90%;
	}
	#sec_3 .itemUnitWrapper .itemUnit .itempic img,
	#sec_3 .itemUnitWrapper .itemUnit .itemName img{
		width: 90%;
	}
	#sec_3 .itemUnitWrapper .itemUnit.large .itempic img,
	#sec_3 .itemUnitWrapper .itemUnit.large .itemName img{
		width: 90%;
	}
	#sec_3 .itemUnitWrapper .itemUnit .itemInfo dt{
		font-size: 18px;
	}

	#sec_3 .itemUnitWrapper .itemUnit .itemInfo dt .min,
	#sec_3 .itemUnitWrapper .itemUnit.large .itemInfo dt .min{
		display: block;
		font-size: 14px;
	}
	#sec_3 .itemUnitWrapper .itemUnit.large .itemInfo dd.captionText{
		font-size: 8px;
		line-height: 1.4;
		min-height: 5rem;
	}
	#sec_3 .itemUnitWrapper .itemUnit .itemInfo dd.captionText{
		font-size: 8px;
		line-height: 1.4;
		min-height: 5rem;
	}
	#sec_3 #itemInfoTable{
	width: 100%;
	margin: 0 auto;
}
	#sec_3 #itemInfoTable th{
	text-align: left;
	width:30%;
	font-weight: 700;
}	
	#sec_3 #itemInfoTable th,
	#sec_3 #itemInfoTable td{
	font-size: 8px;
	text-align: left;
	border: #CCCCCC 1px solid;
	padding: 10px 5px;
	line-height: 1.2;
}
}
/*********************************************
section 4
キシリトールの働き
*********************************************/
#sec_4{
	background-color: #B7D7E1;
	padding-top: 40px;
}
#sec_4 .inner{
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
}
#sec_4 .sectionTitle{
	padding: 30px 0 90px;
}
#sec_4 .effectUnitWrapper{
	padding: 0 0 100px;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
#sec_4 .effectUnitWrapper .effectUnit{
	width: 50%;
	text-align: center;
	color: #FFFFFF;
	line-height: 1.4;
	margin-bottom: 80px;
}
#sec_4 .effectUnitWrapper .effectUnit dt span{
	display: block;
	background-color: #57B2B0;
	width: 70%;
	margin: 10px auto;
	padding: 5px 0;
	font-size: 20px;
	font-weight: 550;
}
#sec_4 .effectUnit dd{
	display: block;
	width: 85%;
	margin: 10px auto;
	padding: 5px 0;
	font-size:16px;
	text-align: left;
}
#sec_4 .seaftyArea .captionText{
	font-size: 14px;
	text-align: center;
	padding: 0px 0 120px;
	color: #FFF;
	line-height: 1.6;
}
#sec_4 .seaftyArea ul{
	display: flex;
	justify-content: space-around;
	margin-bottom: 50px;
}

@media ( max-width:767px) {
	#sec_4 .sectionTitle{
		margin:-30px auto;
	}	
	#sec_4 .effectUnitWrapper{
		display: block;
	}
	#sec_4 .effectUnitWrapper .effectUnit{
		width: 80%;
		margin: 0 auto 40px;
		text-align: left;
	}
	#sec_4 .effectUnitWrapper .effectUnit dt img{
		width: 100%;
	}
	#sec_4 .effectUnitWrapper .effectUnit dt span{
		width: 90%;
		margin: 10px auto;
		padding: 5px 5%;
		font-size: 20px;
		font-weight: 550;
	}
	#sec_4 .effectUnitWrapper .effectUnit dd{
		width: 100%;
		margin: 10px auto;
		padding: 5px 0;
		font-size:12px;
		text-align: left;
	}
	#sec_4 .seaftyArea .captionText{
		text-align: left;
		padding: 0px 10% 40px;
		font-size: 12px;
	}
	#sec_4 .seaftyArea ul{
		display: block;
		margin-bottom: 50px;
	}
	#sec_4 .seaftyArea ul li{
		margin: 0 auto 30px;
	}	
}

/*********************************************
section 5
キシリトールの働き
*********************************************/
#sec_5{
	background-color: #FFFFFF;
	padding-top: 40px;
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
}
#sec_5 .sectionTitle{
	padding: 30px 0 90px;
}
#sec_5 .firstCaption{
	font-size: 20px;
	text-align: center;
	padding: 0px 0 40px;
	color: #57B2B0;
	line-height: 1.4;
}
#sec_5 .firstCaption em{
	display: inline-block;
	padding: 5px;
	font-style: normal;
	font-weight: 700;
	/*border-bottom: #57B2B0 3px solid;*/
}

#sec_5 .comicArea{
	margin: 40px auto 50px;
	display: flex;
	justify-content: space-between;
}
#sec_5 .comicArea li{
	width: 23%;
	text-align: left;
	font-size: 12px;
	line-height: 1.4;
	color: #57ACAA;
	padding-right: 4%;
	background-image: url('../../image/sec5_blackarrow.png');
	background-position: right top 30%;
	background-repeat: no-repeat;
}
#sec_5 .comicArea li:last-child{
	padding-right: 0;
	background: none;
}
#sec_5 .comicArea li span{
	display: block;
	padding-top: 10px;
}
#sec_5 .comicArea li img{
	width: 100%;
}
#sec_5 .secondCaption{
	font-size: 22px;
	text-align: center;
	padding: 100px 0 40px;
	color: #57B2B0;
	line-height: 1.6;
	font-weight: 700;
}
#sec_5 .illustArea{
	margin: 10px auto 50px;
	display: flex;
	justify-content: center;
	align-items: baseline;
}
#sec_5 .illustArea li {
	font-size: 16px;
	text-align: center;
	padding: 20px 0 10px;
	color: #57B2B0;
	line-height: 1.6;
	font-weight: 700;
	margin: 0 20px;
}
#sec_5 .illustArea li span{
	display: block
}
#sec_5 .thirdCaption{
	font-size: 22px;
	text-align: center;
	padding: 100px 0 40px;
	color: #57B2B0;
	line-height: 1.6;
	font-weight: 700;
}

#sec_5 .fourthCaption{
	font-size: 22px;
	text-align: center;
	padding: 100px auto 60px;
	color: #57B2B0;
	line-height: 1.6;
	font-weight: 700;
}
#sec_5 .fifthCaption{
	font-size: 26px;
	text-align: center;
	padding: 200px 0 200px;
	color: #57B2B0;
	line-height: 1.6;
	font-weight: 700;
}
	#sec_5 .imgWrapper img{
		padding:40px 0;
	}
@media ( max-width:767px) {	
	#sec_5 .firstCaption{
		/* font-size: 18px; */
		font-size: 3.5vw;
		text-align: center;
		padding: 80px 5% 40px;
	}
	#sec_5 .comicArea{
		display: block;
	}
	#sec_5 .comicArea li{
		width: 60%;
		margin: 0 auto 10px;
		padding-right: 0;
		background-image: none;
	}
	#sec_5 .secondCaption{
		/* font-size: 22px; */
		font-size: 4vw;
		text-align: center;
		padding: 80px 5% 40px;
	}
	#sec_5 .illustArea{
		display: block;
	}
	#sec_5 .illustArea li {
		padding: 20px 20% 10px;
	}
	#sec_5 .fourthCaption{
		/* font-size: 22px; */
		font-size: 4vw;
	text-align: center;
	padding: 0 auto;	
	}

	#sec_5 .fifthCaption{
		font-size: 18px;
		text-align: center;
		display: none;		
	}
	#sec_5 .imgWrapper img{
		width: 100%;
		padding:20px 0 60px;
	}
}
/*********************************************
section 6
フィンランド産のキシリトール
*********************************************/
#sec_6{
	background-color: #B7D7E1;
}
#sec_6 .inner{
	padding-top: 80px;
	padding-bottom: 10px;
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
}
#sec_6 .sectionTitle{
	padding: 30px 0 90px;
}
#sec_6 .firstCaption{
	font-size: 20px;
	text-align: center;
	padding: 0 0 40px;
	color: #FFFFFF;
	line-height: 1.6;
}
#sec_6 .imgWrapper{
	margin-bottom: 100px;
}
#sec_6 .group_1,
#sec_6 .group_2{
	width: 100%;
	margin:  auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 80px;
}
#sec_6 .group_1{
	flex-direction: row-reverse;
}
#sec_6 .group_1 p,
#sec_6 .group_2 p{
	width: 100%;
	font-size: 18px;
	font-weight: 650;
	text-align: center;
	padding: 10px 0;
	color: #FFFFFF;
	background-color: #57B2B0;
	margin-bottom: 30px;
	line-height: 1.6;
}

#sec_6 .group_1 dd,
#sec_6 .group_2 dd{
	box-sizing: border-box;
}
#sec_6 .group_1 dd.text,
#sec_6 .group_2 dd.text{
	width: 65%;
	font-size: 16px;
	text-align: right;
	color: #FFFFFF;
	line-height: 1.4;
	white-space: nowrap;
}
#sec_6 .group_2 dd.text{
	text-align: left;
}
#sec_6 .group_1 dd.img,
#sec_6 .group_2 dd.img{
	width: 30%;
}
#sec_6 .group_1 dd.img img,
#sec_6 .group_2 dd.img img{
	width: 100%;
}
@media ( max-width:767px) {
	#sec_6 .sectionTitle{
	margin: -90px auto -50px;
}
	#sec_6 .firstCaption{
		font-size: 14px;
		text-align: left;
		padding: 0px 3% 40px;
	}
	#sec_6 .minimg{
		width: 80%;
		margin: 0 auto;

	}
	#sec_6 .group_1,
	#sec_6 .group_2{
		width: 100%;
		display: block;
	}
	#sec_6 .group_1 dd.text,
	#sec_6 .group_2 dd.text{
		width: 90%;
		margin: 0 auto;
		text-align: left;
		font-size:12px;
		line-height: 1.6;
		white-space: normal;
	}
	#sec_6 .group_1 dd.img,
	#sec_6 .group_2 dd.img{
		width: 90%;
		margin: 0 auto 30px;
	}
	#sec_6 .group_1 dd.img img,
	#sec_6 .group_2 dd.img img{
		width: 100%;
	}
}
/*********************************************
section 7
世界中でファジーロックは愛されています！
*********************************************/
#sec_7{
	background-color: #B7D7E1;
}
#sec_7 .inner{
	padding-top: 80px;
	padding-bottom: 160px;
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
}
#sec_7 .sectionTitle{
	padding: 30px 0 90px;
}
#sec_7 #countlyFlagArea{
	padding: 0 0 50px;
	width: 70%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#sec_7 #countlyFlagArea li{
	width: 24%;
	padding: 0 0 30px;
	color: #FFFFFF;
	font-size: 14px;
	text-align: center;
}
#sec_7 #countlyFlagArea li span{
	display: block;
	padding-top: 10px;
}
#sec_7 #taibouCopy{
	text-align: center;
	font-size: 36px;
	font-weight: 700;
	color: #FFFFFF;
	padding-top: 30px;
}
@media ( max-width:767px) {
#sec_7 .sectionTitle{
	margin:-100px auto -70px;
	}
#sec_7 #countlyFlagArea li{
		font-size: 10px;
	}
#sec_7 #taibouCopy{
	font-size: 20px;
	margin:-40px auto 0;

}	
}
/*********************************************
section 8
子どもの虫歯予防
*********************************************/
#sec_8 .inner{
	padding-top: 80px;
	padding-bottom: 140px;
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
}
#sec_8 .sectionTitle{
	padding: 30px 0 90px;
}
#sec_8 .imgWrapper{
	margin: 0 0 40px;
}
#sec_8 .captionText{
	font-size: 16px;
	line-height: 2;
	margin-bottom: 140px;
	font-weight: 700;
	color: #57ACAA;
}
#sec_8 .captionTextBig{
	font-size: 24px;
	line-height: 1.6;
	margin-bottom: 140px;
	color: #57ACAA;
	font-weight: 700;
}
#sec_8 .caution{
	display: block;
	font-size: 12px;
	margin-top: 20px;
}
#sec_8 .imgWrapper2{
	margin: 40px 0 40px;
	position: relative;
	overflow: visible;
}
#sec_8 .peach{
	display: block;
	position: absolute;
	top: -50px;
	left: calc(50%-140px);
	z-index: 99;
}
@media ( max-width:767px) {
#sec_8 .sectionTitle{
	margin: -90px auto -30px;
}	
	#sec_8 .captionText{
		/* font-size: 16px; */
		font-size: 3.5vw;
	}
	#sec_8 .captionTextBig{
		font-size: 18px;
		width:80%;
		margin: 0 auto;
	}
	#sec_8 .peach{
		display: block;
		position: absolute;
		top: -50px;
		left: calc(50%-100px);
		z-index: 99;
		width: 30%;
	}
}
/*********************************************
section 9
形やサイズも色々♪気分に合わせて食べたいカケラを選ぼう！
*********************************************/
#sec_9{
	padding-top: 80px;
	padding-bottom: 80px;
	width: 100%;
	overflow: hidden;
	min-height: 800px;
	margin: 0 auto;

	background-image: url('../../image/sec9_bg.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;

	display: flex;
	justify-content: center;
	align-items: center;
}
#sec_9 div{
	text-align: center;
}
@media ( max-width:767px) {
	#sec_9{
		min-height: 50vh;

		background-position: center center;
		background-size: auto 100%;
		background-attachment: scroll
	}
	#sec_9 div{
		width: 95%;
		margin: 0 auto;
		display:none;
	}
}

/*********************************************
section 10
シーン
*********************************************/
#sec_10{
	padding-top: 80px;
	padding-bottom: 80px;
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}
#sec_10 .sectionTitle{
	padding: 30px 0 60px;
}
#sec_10 #sceneList{
	width: 100%;
	margin: 40px auto 80px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
#sec_10 #sceneList li{
	width: 30%;
	text-align: center;
	margin: 0 0px 60px;
}
#sec_10 #sceneList li:nth-child(2),
#sec_10 #sceneList li:nth-child(8){
	z-index: 99;
}
#sec_10 #sceneList li img{
	width: 100%;
}
#sec_10 .captionText{
	font-size: 22px;
	font-weight: 700;
	line-height: 2;
	color: #57ACAA;
}
#sec_10 .recomendVoiceArea{
	padding: 100px 0;
	display: flex;
	justify-content: center;
}
#sec_10 .recomendVoiceArea .volceText{
	font-size: 20px;
	font-weight: 700;
	text-align: left;
	line-height: 2;
	color: #57ACAA;
	padding:80px 0;
	background-image: url('../../image/sec10_textbg.png');
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 60px;
}
@media ( max-width:1080px) {
	#sec_10 #sceneList li{
		width: 35%;
		text-align: center;
		margin: 0 -3% 30px;
	}
	#sec_10 .captionText{
		font-size: 16px;
		font-weight: 700;
		line-height: 2;
		color: #57ACAA;
	}
	#sec_10 .recomendVoiceArea{
		padding: 60px 0 160px 0;
		display: block;
		width:100%;
	}
	#sec_10 .recomendVoiceArea img{
		float:left;
		width:35%;
		padding-left:3px;
	}
#sec_10 .recomendVoiceArea .volceText{
		float:right;
	font-size:12px;
	width:55%;
	background-image: none;
	margin:-50px 0 0 -80px;
}	
}
/*********************************************
section 11
ムービーギャラリー
*********************************************/
#sec_11{
	padding-top: 80px;
	padding-bottom: 200px;
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}
#sec_11 .sectionTitle{
	padding: 30px 0 90px;
}
#sec_11 #movieList{
	margin: 0 auto 160px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
#sec_11 #movieList li{
	width: 40%;
	margin-bottom: 80px;
}
#sec_11 #movieList li video{
	width: 100%;
}
#sec_11 #allItemPicArea{
}
#sec_11 #allItemPicArea .captionText{
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	line-height: 2;
	color: #57ACAA;
	margin-top: 40px;
}
#sec_11 #allItemPicArea .captionTextBig{
	font-size: 36px;
	font-weight: 700;
	text-align: center;
	color: #57ACAA;
	margin-top: 40px;
}
#sec_11 #allItemPicArea img{
	width: 100%;
}

@media ( max-width:767px) {
	#sec_11 #movieList li{
		width: 80%;
		margin-bottom: 80px;
	}
#sec_11 #allItemPicArea .captionTextBig{
	font-size: 24px;
}	
}

/*********************************************
section 12
摂取上の注意
*********************************************/
#sec_12{
	padding-top: 80px;
	padding-bottom: 80px;
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}
#sec_12 .sectionTitle{
	padding: 30px 0 90px;
}
#sec_12 #cautionList{
	margin: 0 auto;
	width: 90%;
}
#sec_12 #cautionList li{
	font-size: 12px;
	text-align: left;
	line-height: 1.2;
	color: #57ACAA;
	text-indent: -1em;
	padding-left: 1em;
	margin: 2px 0;
	letter-spacing: 0.2px;
}
#sec_12 .min{
	margin: 0px auto;
	width: 90%;
	text-align: left;
	font-size:9px;
	color: #BBBBBB;
}
@media ( max-width:767px) {
#sec_12 .sectionTitle{
	margin: -30px auto -90px;
}
}	
footer{
	margin-top: 80px;
	text-align: center;
	font-size: 10px;
	line-height: 60px;
	color: #BBBBBB;
}