@charset "utf-8";

/*-----
 * Default Layout
 */
/*
 * ピュアホワイトとは
 */
#about {
	overflow: hidden;
	position: relative;
}
#about:before,
#about:after,
#about .voice:before,
#about .voice:after {
	position: absolute;
	z-index: 1;
	width: 100%;
	min-width: 1370px;
	background-repeat: no-repeat;
	background-position: 0 0;
	content: "";
}
#about:before {
	top: 450px;
	right: 0;
	height: 500px;
	background-image: url(../../about/img/leaf_lt.png);
}
#about:after {
	top: 0;
	left: 0;
	height: 302px;
	background-image: url(../../about/img/leaf_rt.png);
	background-position: 100% 0;
}
#about > .c-inner {
	overflow: hidden;
	position: relative;
	z-index: 2;
}
#about ul {
	list-style: none;
	overflow: hidden;
}
#about #title {
	background-image: url(../../about/img/title.png);
}
#about div.lead {
	margin: 92px 0 192px;
    text-align: center;
}
#about div.lead h2 {
	margin-bottom: 62px;
	font-size: 290%;
	font-weight: 500;
	letter-spacing: 1px;
}
#about div.lead p {
	font-size: 160%;
	line-height: 230%;
}
/* こんな方に、声 */
#about section h2 {
	font-size: 260%;
	font-weight: 500;
	text-align: center;
	letter-spacing: 1px;
}
/* こんな方に */
#about .for .c-inner {
	width: 860px;
	padding: 42px 0 50px;
	background-color: #fff;
	text-align: center;
}
#about .for h2 {
	margin-bottom: 38px;
}
#about .for ul {
	display: inline-block;
}
#about .for li {
	float: left;
	padding: 34px 14px 0;
	background: url(../../about/img/icon_check.png) no-repeat 50% 0;
	font-size: 160%;
	line-height: 150%;
	letter-spacing: 1px;
}
/* 声 */
#about .voice {
	position: relative;
    padding: 124px 0 76px;
}
#about .voice:before {
	top: 270px;
	right: 0;
	height: 356px;
	background-image: url(../../about/img/leaf_lb.png);
}
#about .voice:after {
	top: 54px;
	left: 0;
	height: 384px;
	background-image: url(../../about/img/leaf_rb.png);
	background-position: 100% 0;
}
#about .voice .c-inner {
	position: relative;
	z-index: 2;
}
#about .voice h2 {
	margin-bottom: 30px;
}
#about .voice ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#about .voice li {
    flex: 0 0 auto;
    position: relative;
	width: 485px;
	margin-bottom: 12px;
	padding: 20px 0;
	font-size: 160%;
	line-height: 125%;
	letter-spacing: 0.5px;
}
#about .voice li:before,
#about .voice li:after {
    position: absolute;
    left: 0;
    width: 100%;
    height: 20px;
    background: no-repeat 50% 0;
    content: "";
}
#about .voice li:before {
    top: 0;
    background-image: url(../../about/img/border_top.png);
}
#about .voice li:after {
    bottom: 0;
    background-image: url(../../about/img/border_btm.png);
}
#about .voice li div {
    display: flex;
    align-items: center;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	padding: 0 0 0 25px;
    background: url(../../about/img/border.png) repeat-y 50% 0;
}
#about .voice li small {
	font-size: 88%;
}

/*
 * 商品紹介 & ONLINE SHOP
 */
#products {
	overflow: hidden;
	padding-bottom: 75px;
}
#products ul {
	list-style: none;
	overflow: hidden;
}
#products #title {
	background-image: url(../../products/img/title.png);
}
#products .desc {
	padding-top: 360px;
}
#products .desc:after {
	clear: both;
	display: block;
	content: "";
}
#products .desc > div {
	float: left;
	position: relative;
	width: 484px;
	min-height: 351px;
	padding-bottom: 174px;
	background-color: #fff;
	text-align: center;
}
#products .desc > div:before {
	position: absolute;
	z-index: 2;
	top: -418px;
	left: 0;
	width: 100%;
	height: 450px;
	background: url(../../products/img/products.png) no-repeat 0 0;
	content: "";
}
#products .desc h2 {
	margin-bottom: 5px;
	font-size: 220%;
	font-weight: 500;
}
#products .desc h2 small {
	display: block;
	font-size: 64%;
	letter-spacing: 1px;
}
#products .desc h3 {
	position: relative;
	margin: 0 52px 6px;
	font-size: 160%;
	font-weight: 500;
}
#products .desc h3:before {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	margin: auto 0;
	background-color: #888;
	content: "";
}
#products .desc h3 span {
	position: relative;
	z-index: 1;
	display: inline-block;
	padding: 0 12px;
	background-color: #fff;
	letter-spacing: 1px;
}
#products .desc h3 + p {
	line-height: 130%;
}
#products .desc p.lead {
	margin: 64px 0 22px;
	color: #e63556;
	font-size: 220%;
	line-height: 135%;
}
#products .desc p.label {
	overflow: hidden;
	width: 128px;
	height: 41px;
	margin: 12px auto 0;
	background: url(../../products/img/label.png) no-repeat 0 0;
	text-indent: 100%;
	white-space: nowrap;
}
#products .desc p.btn {
	position: absolute;
	bottom: 36px;
	width: 100%;
}
#products .desc ul {
	display: inline-block;
	margin-bottom: 20px;
	border-left: 1px solid #555;
}
#products .desc li {
	float: left;
	margin-left: 11px;
	padding-right: 11px;
	border-right: 1px solid #555;
	font-size: 140%;
	line-height: 100%;
	letter-spacing: 2px;
}
#products #pro-drink {
	margin-right: 20px;
}
#products #pro-tablet:before {
	background-position: 100% 0;
}
#products #pro-tablet h2 {
	margin-bottom: 30px;
}
#products #pro-tablet p.lead {
	margin-bottom: 33px;
}
/* ご存知ですか、 商品のこだわり */
#products .goji-berry,
#products .particular {
	position: relative;
	z-index: 2;
	margin-top: 35px;
	background-color: #fff;
}
#products .goji-berry h2,
#products .particular h2 {
	font-size: 300%;
	font-weight: 500;
	letter-spacing: 1px;
}
/* ご存知ですか */
#products .goji-berry {
	padding: 42px 60px 40px 502px;
}
#products .goji-berry h2 {
	position: absolute;
	top: 19px;
	left: 55px;
	box-sizing: border-box;
	min-height: 154px;
	padding: 80px 175px 0 0;
	background: url(../../products/img/goji_berry.png) no-repeat 100% 0;
}
#products .goji-berry p {
	margin-bottom: 45px;
	line-height: 200%;
	letter-spacing: 1px;
}
#products .goji-berry li {
	float: left;
}
#products .goji-berry li a {
	overflow: hidden;
	display: block;
	width: 179px;
	height: 48px;
	background: url(../products/img/btn.png) no-repeat 100% 0;
	text-indent: 100%;
	white-space: nowrap;
	transition: opacity 0.5s ease;
}
#products .goji-berry ul li:first-child a {
	width: 235px;
	margin-right: 7px;
	background-position: 0 0;
}
#products .goji-berry li a:hover {
	opacity: 0.7;
}
/* 商品のこだわり */
#products .particular {
	padding: 48px 0 0;
	text-align: center;
}
#products .particular p {
	font-size: 180%;
	line-height: 200%;
	letter-spacing: 0.5px;
}
#products .particular p.lead {
	margin: 15px 150px;
	padding: 5px 0;
	border: 2px solid #ccc;
	font-size: 240%;
	letter-spacing: 1.5px;
}
#products .particular ul {
	display: inline-block;
	padding: 22px 0 40px;
}
#products .particular li {
	float: left;
	width: 306px;
	margin: 0 38px;
	padding-top: 224px;
	background: url(../products/img/particular.png) no-repeat 100% 0;
	font-size: 180%;
	line-height: 145%;
	letter-spacing: 1.5px;
}
#products .particular ul li:first-child {
	background-position: 0 0;
}
#products .particular li b {
	display: block;
	color: #e53455;
}
#products .particular li b:before {
	display: block;
	color: #000;
	content: "↓";
}
#products .particular li small {
	display: block;
	margin-top: 2px;
	font-size: 78%;
}

/*
 * 枸杞の実って？
 */
#goji-berry {
	overflow: hidden;
}
#goji-berry:before {
	position: absolute;
    z-index: 1;
	top: 227px;
	left: 0;
	width: 100%;
	min-width: 988px;
	height: 261px;
	background: url(../../goji-berry/img/goji_berry.png) no-repeat 50% 0;
	content: "";
}
#goji-berry > .c-inner {
	position: relative;
}
#goji-berry #title {
	padding: 50px 0 26px;
	background-image: url(../../goji-berry/img/title.png);
}
#goji-berry h1 + div {
	overflow: hidden;
	width: 920px;
	margin: 280px auto 0;
	padding-top: 48px;
	border-radius: 20px;
	background-color: #fff;
	background-color: rgba(255,255,255,0.8);
}
#goji-berry h1 + div p {
	font-size: 180%;
	line-height: 220%;
	text-align: center;
	letter-spacing: 1px;
}
#goji-berry p.img {
	overflow: hidden;
	height: 238px;
	margin: 32px auto 56px;
	background: url(../goji-berry/img/products.png) no-repeat 50% 0;
	text-indent: 100%;
	white-space: nowrap;
}
#goji-berry #conse {
	position: relative;
	z-index: 2;
	padding: 84px 0 86px;
}
#goji-berry #conse h2 {
	padding-left: 8px;
	color: #e53455;
	font-size: 400%;
	font-weight: 500;
	text-align: center;
	letter-spacing: 1px;
}
#goji-berry #conse h2 span {
	margin: 0 -10px;
}
#goji-berry #conse h2 + p {
	margin-bottom: 15px;
	padding: 10px 0 220px;
	background: url(../goji-berry/img/graph.png) no-repeat 50% 100%;
	font-size: 200%;
	text-align: center;
	letter-spacing: 1px;
}
#goji-berry #conse h2 + p span {
	font-size: 140%;
}
#goji-berry #conse h2 + p b {
	font-weight: 700;
}
#goji-berry #conse .block {
	overflow: hidden;
	width: 870px;
	margin: 0 auto;
	padding: 35px 0 40px 50px;
	border-radius: 20px;
	background-color: #fff;
	background-color: rgba(255,255,255,0.8);
}
#goji-berry #conse .block div {
	float: left;
	width: 400px;
	margin-right: 20px;
}
#goji-berry #conse .block h3 {
	margin-bottom: 10px;
	padding-bottom: 6px;
	border-bottom: 1px solid #e53455;
	color: #e53455;
	font-size: 180%;
	text-align: center;
}
#goji-berry #conse .block p {
	font-size: 160%;
	line-height: 185%;
}
#goji-berry #conse p.copy {
	margin-top: 35px;
	color: #e53455;
	font-size: 200%;
	font-weight: 700;
	text-align: center;
}

/*
 * 配合成分
 */
#ingredients {
	overflow: hidden;
	padding-bottom: 84px;
}
#ingredients #title {
	background-image: url(../../ingredients/img/title.png);
}
#ingredients h2 {
	font-weight: 500;
	text-align: center;
}
#ingredients h1 + h2 {
	overflow: hidden;
	height: 293px;
	background: url(../ingredients/img/copy.png) no-repeat 50% 0;
	text-indent: 100%;
	white-space: nowrap;
}
#ingredients .comp {
	padding-top: 30px;
	background-color: #fff;
	background-color: rgba(255,255,255,0.7);
}
#ingredients .comp p {
	font-size: 200%;
	line-height: 130%;
	text-align: center;
	letter-spacing: 1px;
}
#ingredients .comp p small {
	padding-right: 20px;
	font-size: 70%;
}
#ingredients .comp ul {
	list-style: none;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	margin: -46px 0 0 -42px;
}
#ingredients .comp li a,
#ingredients .comp li span {
	overflow: hidden;
	display: block;
	width: 162px;
	height: 205px;
	background: url(../ingredients/img/btn_comp.png) no-repeat 0 100%;
	text-indent: 100%;
	white-space: nowrap;
	transition: opacity 0.5s ease;
}
#ingredients .comp li a[href="#in-goji"] {
	width: 195px;
	height: 266px;
}
#ingredients .comp li a[href="#in-palm"] {
	background-position: -357px 100%;

}
#ingredients .comp li a[href="#in-lychee"] {
	background-position: -195px 100%;
}
#ingredients .comp li a[href="#in-coix"] {
	width: 145px;
	background-position: -519px 100%;
}
#ingredients .comp li a[href="#in-chry"] {
	width: 166px;
	background-position: -664px 100%;
}
#ingredients .comp li a:hover {
	opacity: 0.7;
}
#ingredients .comp li span {
	width: 188px;
	background-position: -830px 100%;
}
/* 各配合成分 */
#ingredients section {
	position: relative;
	z-index: 2;
    box-sizing: border-box;
	width: 858px;
	margin: 80px auto 0;
	padding: 20px 0 0;
    border: 1px solid #f5f5f5;
	background-color: #fff;
}
#ingredients section:before {
	position: absolute;
	top: -35px;
	left: 0;
	width: 100%;
	height: 50px;
	background: url(../../ingredients/img/comp_title.png) no-repeat 50% 0;
	content: "";
}
#ingredients section h2 {
	font-size: 240%;
	font-weight: 500;
	letter-spacing: 1px;
}
#ingredients section div {
	position: relative;
	margin: 10px 0 0 43px;
	padding: 35px 40px 0 280px;
	min-height: 215px;
}
#ingredients section div:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 256px;
	height: 240px;
	background: url(../../ingredients/img/comp_img.jpg) no-repeat 0 0;
	content: "";
}
#ingredients section p {
	font-size: 160%;
	line-height: 175%;
}
#ingredients section p.gothic {
	margin: 30px 0 12px;
	font-size: 140%;
	letter-spacing: 0.5px;
}
#ingredients section p.gothic b {
	padding-right: 4px;
}
/* 枸杞の実 */
#ingredients #in-goji {
	margin-top: 70px;
}
#ingredients #in-goji h2 {
	padding-top: 4px;
}
#ingredients #in-goji span.ku:before,
#ingredients #in-goji span.ko:before {
	top: -14px;
	font-size: 40%;
}
#ingredients #in-goji .discovery {
	position: relative;
	min-height: 47px;
	padding: 7px 65px 49px 64px;
	font-size: 140%;
	line-height: 140%;
}
#ingredients #in-goji .discovery span {
	overflow: hidden;
	display: block;
	position: absolute;
	top: 0;
	left: 2px;
	width: 54px;
	height: 54px;
	background: url(../ingredients/img/discovery.png) no-repeat 0 0;
	text-indent: 100%;
	white-space: nowrap;
}
/* アブラ椰子 */
#ingredients #in-palm:before {
	background-position: 50% -100px;
}
#ingredients #in-palm div {
	padding-bottom: 10px;
}
#ingredients #in-palm div:before {
	background-position: 0 -300px;
}
/* ライチ種子 */
#ingredients #in-lychee:before {
	background-position: 50% -200px;
}
#ingredients #in-lychee div:before {
	background-position: 0 -600px;
}
/* ハトムギ */
#ingredients #in-coix:before {
	background-position: 50% -300px;
}
#ingredients #in-coix div:before {
	background-position: 0 -900px;
}
/* 菊花エキス */
#ingredients #in-chry:before {
	background-position: 50% -400px;
}
#ingredients #in-chry div:before {
	background-position: 0 -1200px;
}

/*
 * よくあるご質問
 */
#faq {
	background: #f5f5f5 url(../../faq/img/bg.png) no-repeat 50% 0;
	background-position: center 70px;
}
#faq h1,
#faq p.lead,
#faq .block {
	position: relative;
	z-index: 2;
}
#faq #title {
	background-image: url(../../faq/img/title.png);
}
#faq p.lead {
	padding: 180px 0 270px 550px;
	font-size: 300%;
	line-height: 135%;
}
#faq .block {
	overflow: hidden;
	padding-bottom: 95px;
}
#faq .block div {
	float: left;
	width: 316px;
	min-height: 222px;
	margin-left: 14px;
	border: 2px solid #e53455;
	border-radius: 20px;
	background-color: #fff;
}
#faq .block div:first-child {
	margin-left: 0;
}
#faq .block h2 {
	margin: 20px 0;
	color: #e53455;
	font-size: 180%;
	font-weight: 500;
	line-height: 125%;
	text-align: center;
	letter-spacing: 1px;
}
#faq .block h2 span {
	display: block;
	margin-bottom: 5px;
	font-size: 122%;
}
#faq .block p {
	padding: 0 22px;
	letter-spacing: 1px;
}
/* Default Layout */


/*-----
 *  Mobile Layout: 480px, 320px
 */
@media screen and (max-width:767px) {
	/*
	 * ピュアホワイトとは
	 */
	#about:before,
	#about:after,
	#about .voice:before,
	#about .voice:after {
		min-width: inherit;
		background-size: contain;
		background-position: 0 0 !important;
	}
	#about:before {
		top: 414px;
		left: -45px;
		right: auto;
		width: 119px;
		height: 253px;
		background-image: url(../../img/sp_c_leaf_lt.png);
	}
	#about:after {
		left: auto;
		right: 0;
		width: 151px;
		height: 158px;
		background-image: url(../../img/sp_c_leaf_rt.png);
	}
	#about #title {
		background-image: url(../../about/img/sp_title.png);
	}
	#about div.lead {
		margin: 0;
	}
	#about div.lead h2 {
		margin: 22px 0 55px;
		font-size: 180%;
	}
	#about div.lead p {
		margin-bottom: 92px;
		font-size: 130%;
		line-height: 200%;
		text-shadow: 2px 0 5px #fff, 0 2px 5px #fff, -2px 0 5px #fff, 0 -2px 5px #fff;
	}
	/* こんな方に、声 */
	#about section h2 {
		font-size: 170%;
		line-height: 175%;
	}
	/* こんな方に */
	#about .for {
		padding: 0 35px;
	}
	#about .for .c-inner {
		width: auto;
		padding: 42px 0 38px;
	}
	#about .for h2 {
		margin-bottom: 33px;
		font-size: 180%;
	}
	#about .for li {
		float: none;
		padding: 0 0 25px 41px;
		background-image: url(../../about/img/sp_icon_check.png);
		background-position: 0 0;
		background-size: 30px auto;
		font-size: 140%;
		line-height: 165%;
		text-align: left;
	}
	/* 声 */
	#about .voice {
		padding: 50px 0 40px;
	}
	#about .voice:before {
		top: auto;
		left: 0;
		right: auto;
		bottom: -10px;
		width: 98px;
		height: 124px;
		background-image: url(../../img/sp_c_leaf_lb.png);
	}
	#about .voice:after {
		top: -84px;
		left: auto;
		right: 0;
		width: 106px;
		height: 215px;
		background-image: url(../../img/sp_c_leaf_rb.png);
	}
	#about .voice h2 {
		margin-bottom: 40px;
		text-shadow: 2px 0 5px #fff, 0 2px 5px #fff, -2px 0 5px #fff, 0 -2px 5px #fff;
	}
    #about .voice ul {
        flex-direction: column;
        justify-content: flex-start;
        margin: 0 32px;
    }
	#about .voice li {
		width: auto;
		margin: 0 14px 15px;
        padding: 0;
		background: url(../../about/img/sp_border_h.png) repeat-x 0 0;
        background-size: auto 1px;
		font-size: 120%;
		line-height: 160%;
		text-align: center;
	}
    #about .voice li:before,
    #about .voice li:after {
        width: 14px;
        height: 14px;
        background-size: contain;
    }
    #about .voice li:before {
        top: 0;
        left: -14px;
        background-image: url(../../about/img/sp_border_tl.png);
    }
    #about .voice li:after {
        top: 0;
        left: auto;
        right: -14px;
        bottom: auto;
        background-image: url(../../about/img/sp_border_tr.png);
    }
    #about .voice li div {
        display: block;
	    padding: 14px 0;
        background: url(../../about/img/sp_border_h.png) repeat-x 0 100%;
        background-size: auto 1px;
    }
    #about .voice li div:before,
    #about .voice li div:after {
        position: absolute;
        bottom: 0;
        width: 14px;
        height: 14px;
        background: no-repeat 0 0;
        background-size: contain;
        content: "";
    }
    #about .voice li div:before {
        left: -14px;
        background-image: url(../../about/img/sp_border_bl.png);
    }
    #about .voice li div:after {
        right: -14px;
        background-image: url(../../about/img/sp_border_br.png);
    }
	#about .voice li span {
        position: relative;
		display: block;
	}
	#about .voice li span:before,
    #about .voice li span:after {
        position: absolute;
        top: 0;
        width: 1px;
        height: 100%;
        background: url(../../about/img/sp_border_v.png) repeat-y 0 0;
        background-size: 1px auto;
        content: "";
    }
    #about .voice li span:before {
        left: -14px;
    }
    #about .voice li span:after {
        right: -14px;
    }
	#about .voice li small {
		display: block;
		font-size: 100%;
	}
	
	/*
	 * 商品紹介 & ONLINE SHOP
	 */
	#products {
		padding-bottom: 62px;
	}
	#products #title {
		background-image: url(../../products/img/sp_title.png);
	}
	#products .desc {
		padding-top: 328px;
		background: url(../../products/img/sp_img.png) no-repeat 50% 47px;
		background-size: 220px auto;
	}
	#products .desc > div {
		overflow: hidden;
		float: none;
		width: 100%;
		min-height: inherit;
		padding: 25px 0;
	}
	#products .desc > div:before {
		display: none;
	}
	#products .desc h2 {
		margin-bottom: 7px;
		font-size: 160%;
	}
	#products .desc h2 small {
		margin-top: 4px;
		font-size: 73%;
	}
	#products .desc h3 {
		width: 92%;
		max-width: 300px;
		margin: 0 auto 5px;
		font-size: 140%;
	}
	#products .desc h3 span {
		padding: 0 6px;
	}
	#products .desc h3 + p {
		font-size: 130%;
		line-height: 150%;
	}
	#products .desc p.lead {
		margin: 0;
		font-size: 170%;
		line-height: 145%;
	}
	#products .desc p.lead:after {
		display: block;
		width: 100%;
		height: 230px;
		margin: 3px 0 15px;
		background: url(../../products/img/sp_products.png) no-repeat 50% 0;
		background-size: 290px auto;
		content: "";
	}
	#products .desc p.label {
		width: 107px;
		height: 35px;
		margin-top: 15px;
		background-image: url(../../products/img/sp_label.png);
		background-size: contain;
	}
	#products .desc p.btn {
		position: static;
		margin-top: 12px;
	}
	#products .desc li {
		margin-left: 8px;
		padding-right: 8px;
		font-size: 120%;
		letter-spacing: 1px;
	}
	#products #pro-drink {
		margin-right: 0;
	}
	#products #pro-drink p.lead {
		width: 320px;
		margin: 0 auto;
	}
	#products #pro-drink p.lead:after {
		background-position: 50% 0;
	}
	#products #pro-tablet {
		padding-bottom: 45px;
	}
	#products #pro-tablet h2 {
		margin-bottom: 20px;
	}
	#products #pro-tablet p.lead {
		margin-bottom: 18px;
	}
	#products #pro-tablet p.lead:after {
		height: 190px;
		margin: 20px 0 0;
		background-position: 50% 100%;
	}
	#products #pro-tablet p.btn {
		margin-top: 25px;
	}
	/* ご存知ですか、 商品のこだわり */
	#products .goji-berry,
	#products .particular {
		margin: 35px 35px 0;
	}
	#products .goji-berry h2,
	#products .particular h2 {
		font-size: 170%;
		text-align: center;
	}
	/* ご存知ですか */
	#products .goji-berry {
		padding: 0;
		background-color: transparent;
	}
	#products .goji-berry h2 {
		position: static;
		min-height: inherit;
		padding: 35px 0 168px;
		background: #fff url(../../products/img/sp_goji_berry.png) no-repeat 50% 100%;
		background-size: 180px auto;
	}
	#products .goji-berry p {
		margin-bottom: 0;
		padding: 25px 18px 20px;
		background-color: #fff;
		font-size: 120%;
		line-height: 160%;
	}
	#products .goji-berry ul {
		width: 250px;
		margin: 0 auto;
	}
	#products .goji-berry li {
		float: none;
		margin-top: 5px;
	}
	#products .goji-berry li a {
		width: 250px;
		height: 40px;
		background-image: url(../products/img/sp_btn.png);
		background-position: 50% 100%;
		background-size: 250px auto;
		transition: none;
	}
	#products .goji-berry ul li:first-child a {
		width: 250px;
		margin-right: 0;
		background-position: 50% 0;
	}
	#products .goji-berry li a:hover {
		opacity: 1;
	}
	/* 商品のこだわり */
	#products .particular {
		padding: 35px 12px 0;
	}
	#products .particular p {
		margin: 0 4px;
		font-size: 120%;
		line-height: 160%;
		text-align: left;
	}
	#products .particular p.lead {
		margin: 30px 0 8px;
		border-width: 1px;
		font-size: 120%;
		line-height: 130%;
		text-align: center;
	}
	#products .particular ul {
		display: block;
		padding: 15px 0 38px;
	}
	#products .particular li {
		float: none;
		width: auto;
		margin: 0 auto;
		padding-top: 115px;
		background-image: url(../products/img/sp_particular.png);
		background-position: 50% -200px;
		background-size: 153px auto;
		font-size: 120%;
		line-height: 160%;
	}
	#products .particular ul li:first-child {
		margin-bottom: 14px;
		padding-top: 110px;
		background-position: 50% 0;
	}
	#products .particular li small {
		font-size: 83%;
	}
	
	/*
	 * 枸杞の実って？
	 */
	#goji-berry:before {
        top: 181px;
		min-width: 0;
		height: 131px;
		background-size: 129px auto;
	}
	#goji-berry #title {
		padding: 44px 0 18px;
		background-image: url(../../goji-berry/img/sp_title.png);
	}
	#goji-berry h1 + div {
		width: auto;
		margin: 170px 10px 0;
		padding-top: 27px;
		border-radius: 15px;
		background-color: rgba(255,255,255,0.7);
	}
	#goji-berry h1 + div p {
		font-size: 140%;
		line-height: 160%;
	}
	#goji-berry p.img {
		height: 360px;
		margin: 39px auto 25px;
		background-image: url(../goji-berry/img/sp_products.png);
		background-size: auto 360px;
	}
	#goji-berry #conse {
		padding: 45px 0 50px;
	}
	#goji-berry #conse h2 {
		font-size: 250%;
		letter-spacing: 0.5px;
	}
	#goji-berry #conse h2 span {
		margin: 0 -7px;
	}
	#goji-berry #conse h2 + p {
		margin-bottom: 10px;
		padding: 14px 0 155px;
		background-image: url(../goji-berry/img/sp_graph.png);
		background-size: 140px auto;
		font-size: 150%;
		line-height: 165%;
		letter-spacing: 0.5px;
	}
	#goji-berry #conse h2 + p span {
		margin: 0 3px;
		font-size: 113%;
	}
	#goji-berry #conse .block {
		width: auto;
		margin: 0 10px;
		padding: 36px 18px 15px;
		border-radius: 15px;
		background-color: rgba(255,255,255,0.7);
	}
	#goji-berry #conse .block div {
		float: none;
		width: auto;
		margin-right: 0;
	}
	#goji-berry #conse .block h3 {
		margin-bottom: 4px;
		padding-bottom: 4px;
		font-size: 150%;
	}
	#goji-berry #conse .block h3 span {
		margin: 0 -0.1em;
	}
	#goji-berry #conse .block p {
		margin-bottom: 20px;
		font-size: 130%;
	}
	#goji-berry #conse p.copy {
		margin-top: 20px;
		font-size: 150%;
		line-height: 165%;
	}
	
	/*
	 * 配合成分
	 */
	#ingredients {
		padding-bottom: 74px;
	}
	#ingredients #title {
		background-image: url(../../ingredients/img/sp_title.png);
	}
	#ingredients h1 + h2 {
		height: 154px;
		background-image: url(../ingredients/img/sp_copy.png);
		background-size: auto 100%;
	}
	#ingredients .comp {
		padding-top: 22px;
	}
	#ingredients .comp p {
		font-size: 12px;
		line-height: 165%;
	}
	#ingredients .comp p small {
		padding-right: 10px;
		font-size: 75%;
	}
	#ingredients .comp ul {
		flex-wrap: wrap;
		margin: 0;
		padding: 0 0 25px;
	}
	#ingredients .comp li {
		flex: 0 0 auto;
		width: 75px;
	}
	#ingredients .comp li:first-child,
	#ingredients .comp li:last-child {
		width: 100%;
	}
	#ingredients .comp li a,
	#ingredients .comp li span {
		width: inherit !important;
		height: 85px;
		background-image: url(../ingredients/img/sp_btn_comp.png);
		background-size: 320px auto;
		transition: none;
	}
	#ingredients .comp li a[href="#in-goji"] {
		height: 98px;
		background-position: 50% 0;
	}
	#ingredients .comp li a[href="#in-palm"] {
		background-position: -85px -98px;
	}
	#ingredients .comp li a[href="#in-lychee"] {
		background-position: -10px -98px;
	}
	#ingredients .comp li a[href="#in-coix"] {
		background-position: -160px -98px;
	}
	#ingredients .comp li a[href="#in-chry"] {
		background-position: -235px -98px;
	}
	#ingredients .comp li a:hover {
		opacity: 1;
	}
	#ingredients .comp li span {
		width: 100%;
		height: 107px;
		background-position: 50% 100%;
	}
	/* 各配合成分 */
	#ingredients section {
		width: auto;
		margin: 49px 20px 0;
		padding-top: 15px;
        border-color: #e6e6e6;
	}
	#ingredients section:before {
		top: -25px;
		height: 38px;
		background-image: url(../../ingredients/img/sp_comp_title.png);
		background-size: 190px auto;
	}
	#ingredients section h2 {
		font-size: 170%;
	}
	#ingredients section div {
		margin: 0 20px;
		padding: 0 0 25px;
		min-height: inherit;
	}
	#ingredients section div:before {
		display: block;
		position: static;
		width: 100%;
		height: 208px;
		background-image: url(../../ingredients/img/sp_comp_img.jpg);
		background-size: 190px auto;
	}
	#ingredients section p {
		font-size: 130%;
		line-height: 165%;
	}
	#ingredients section p.gothic {
		margin: 10px 0 0;
		font-size: 120%;
	}
	/* 枸杞の実 */
	#ingredients #in-goji h2 {
		padding-top: 7px;
	}
	#ingredients #in-goji span.ku:before,
	#ingredients #in-goji span.ko:before {
		top: -12px;
	}
	#ingredients #in-goji div:before {
		background-position: 50% 0;
	}
	#ingredients #in-goji .discovery {
		min-height: 38px;
		margin-top: 8px;
		padding: 4px 0 0 45px;
		font-size: 110%;
	}
	#ingredients #in-goji .discovery span {
		left: 0;
		width: 38px;
		height: 38px;
		background-image: url(../ingredients/img/sp_discovery.png);
		background-size: contain;
	}
	/* アブラ椰子 */
	#ingredients #in-palm div {
		padding-bottom: 25px;
	}
	#ingredients #in-palm div:before {
		background-position: 50% -650px;
	}
	/* ライチ種子 */
	#ingredients #in-lychee div:before {
		background-position: 50% -1140px;
	}
	/* ハトムギ */
	#ingredients #in-coix div:before {
		background-position: 50% -1610px;
	}
	/* 菊花エキス */
	#ingredients #in-chry div:before {
		background-position: 50% -2050px;
	}
	
	/*
	 * よくあるご質問
	 */
	#faq {
		background-image: url(../../faq/img/sp_bg.png);
		background-size: 520px auto;
	}
	#faq .block {
		z-index: 0;
	}
	#faq #title {
		background-image: url(../../faq/img/sp_title.png);
	}
	#faq p.lead {
		padding: 28px 0 335px;
		font-size: 170%;
		text-align: center;
	}
	#faq .block {
		padding: 0 19px 45px;
	}
	#faq .block div {
		float: none;
		width: auto;
		min-height: inherit;
		margin: 15px 0 0;
		border-width: 1px;
		border-radius: 15px;
	}
	#faq .block h2 {
		margin: 20px 0 15px;
		font-size: 150%;
		line-height: 150%;
	}
	#faq .block h2 span {
		font-size: 120%;
	}
	#faq .block p {
		padding: 0 20px 22px;
		font-size: 120%;
		line-height: 160%;
	}
}/* Mobile Layout */
