@charset "shift_jis";
/* speciality_tsb */

/*css*/
.clearfix:after{
	content: "";
	clear: both;
	display: block;
}

a:hover{
	opacity: 0.9;
}

#toushitsu{
	width:100%;
	min-width:1024px;
	font-size:14px;
	line-height:1.4;
	font-family: Helvetica,Arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
#toushitsu *{
	box-sizing: border-box;
}

/*SP対応*/
#toushitsu .pc{
	display: block!important;}
#toushitsu .sp{
	display:none!important;
}


/*共通*/
.box{
	width: 1024px;
	margin: auto;
}
.notes_mark{
	font-size: 60%;
	vertical-align: top;
	position: relative;
	top: 0;
}
.notes{
	font-size: 12px;
	margin-top: 10px;
	text-align: left;
}

/*pagetop*/
#ptbtn {
	width: 60px;
	position:fixed;
	bottom: 30px;
	right:30px;
	display:none;
	z-index:99;
}
#ptbtn img{
	width: 100%;
	height: auto;
}




/*header*/
#toushitsu header{
	margin:30px auto;
	background: none;
	border: none;
	position: inherit;
}

/*navi*/
#toushitsu nav{
	width: 100%;
}
#toushitsu .pcNavi{
	display: block;
}
#toushitsu .pcNavi ul{
	width: 1024px;
	margin: auto;
	display: flex;
}
#toushitsu .pcNavi li{
	vertical-align: middle;
	width: 25%;
    margin-right: 2px;
/*	border-right: 2px solid #fff;*/
}
#toushitsu .pcNavi li a{
	display: block;
	padding-bottom: 20px;
	background: url("../img/icon_navi_anchor.png") no-repeat center 99.5%;
}
#toushitsu .pcNavi li:last-of-type{
    margin-right: 0;
/*	border-right: none;*/
}
#toushitsu .pcNavi li span{
	font-size: 16px;
	font-weight: bold;
	display: block;
	height: 80px;
	padding-left: 70px;
}
#toushitsu .pcNavi li.sf{
	background-color: #008744;
}
#toushitsu .pcNavi li.sf a span{
	background: url("../img/navi_sf.jpg") no-repeat left bottom #fff;
	color: #008744;
}
#toushitsu .pcNavi li.sfp{
	background-color: #004898;
}
#toushitsu .pcNavi li.sfp a span{
	background: url("../img/navi_sfp.jpg") no-repeat left bottom #fff;
	color: #004898;
}
#toushitsu .pcNavi li.off{
	background-color: #f4c901;
}
#toushitsu .pcNavi li.off a span{
	background: url("../img/navi_off.jpg") no-repeat left bottom #fff;
	color: #f4c901;
}
#toushitsu .pcNavi li.z_zero{
	background-color: #13a001;
}
#toushitsu .pcNavi li.z_zero a span{
	background: url("../img/navi_z_zero.jpg") no-repeat left bottom #fff;
	color: #13a001;
}


#toushitsu .spNavi{
	display: none;
}



/*main------------------------*/
#toushitsu .main{
	width: 100%;
	min-height: 540px;
	margin: auto;
	background: url("../img/main_pc.jpg") no-repeat center top;
}
#toushitsu .main .main_txt{
	width: 1024px;
	margin: auto;
	padding: 30px 0 0 240px;
	color: #008744;
	font-family: 'Noto Serif JP', serif;
}
#toushitsu .main .main_txt h1{
	font-size: 54px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 30px;
	margin-left: -2px;
}
#toushitsu .main .main_txt h1 .notes_mark{
	font-size: 24%;
}
#toushitsu .main .main_txt .notes_mark{
	font-size: 40%;
}
/*#toushitsu .main .main_txt h1 strong{
	font-size: 120%;
}*/
#toushitsu .main .main_txt h1 br{
	display: none;
}
#toushitsu .main .main_txt p{
	font-size: 19px;
	line-height: 1.5;
}



/*section*/
#toushitsu section h2{
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 30px;
	padding: 0.2em;
	background: -moz-linear-gradient(left, rgba(255,238,113,0) 0%, rgba(255,238,113,1) 15%, rgba(255,238,113,1) 85%, rgba(255,238,113,0) 100%);
	background: -webkit-linear-gradient(left, rgba(255,238,113,0) 0%,rgba(255,238,113,1) 15%,rgba(255,238,113,1) 85%,rgba(255,238,113,0) 100%);
	background: linear-gradient(to right, rgba(255,238,113,0) 0%,rgba(255,238,113,1) 15%,rgba(255,238,113,1) 85%,rgba(255,238,113,0) 100%);
}
#toushitsu section h2 br{
	display: none;
}
#toushitsu section h2 .notes_mark{
	font-size: 36%;
}
#toushitsu section article{
	margin: auto auto 60px;
}


/*product--------------------------------------*/
#toushitsu #product .productBox{
	display: flex;
	justify-content: space-between;
}
#toushitsu #product .productBox li{
	width: 230px;
}
#toushitsu #product .productBox li a{
	color: #000;
	text-decoration: none;
	line-height: 1.2;
}
#toushitsu #product .productBox li .title{
	min-height: 5.4em;
}
#toushitsu #product .productBox li .copy{
	font-size: 14px;
	color:#008744;
	margin-bottom: 10px;
}
#toushitsu #product .productBox li .name{
	font-size: 16px;
	font-weight: bold;
	min-height: 1.4em;
	margin-bottom: 10px;
}
#toushitsu #product .productBox li .pht{
	display: block;
	margin-bottom: 10px;
}
#toushitsu #product .productBox li .btn{
	color: #fff;
	text-align: center;
	line-height: 1;
	padding: 0.5em;
	background: url("../img/icon_link.png") no-repeat 98% 50% #008744;
	background-size: 0.8em;
}

#toushitsu #product .bnr{
	text-align: center;
	margin: 30px auto auto;
}
#toushitsu #product .bnr p{
	margin-bottom: 30px;
}


/*cp--------------------------------------*/
#toushitsu #cp p{
	text-align: center;
	margin-bottom: 30px;
}


/*lineup--------------------------------------*/
#toushitsu section#lineup {

}
#toushitsu section#lineup h2{
	color: #008744;
	background: -moz-linear-gradient(left, rgba(208,246,227,0) 0%, rgba(208,246,227,1) 15%, rgba(208,246,227,1) 85%, rgba(208,246,227,0) 100%);
	background: -webkit-linear-gradient(left, rgba(208,246,227,0) 0%,rgba(208,246,227,1) 15%,rgba(208,246,227,1) 85%,rgba(208,246,227,0) 100%);
	background: linear-gradient(to right, rgba(208,246,227,0) 0%,rgba(208,246,227,1) 15%,rgba(208,246,227,1) 85%,rgba(208,246,227,0) 100%);
}
#toushitsu section article h3{
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	line-height: 1;
	text-align: center;
	margin: auto auto 0;
	padding: 0.5em;
	width: 640px;
	background: #ccc;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
#toushitsu #lineup article .innBox{
	margin-bottom: 10px;
}
#toushitsu section article .special h4{
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	margin: 30px auto;
	padding-bottom: 0.2em;
	border-bottom: 3px solid #d0f6e3;
}
#toushitsu section article .special h4 a {
	color: #000;
}

#toushitsu section article .special ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#toushitsu section article .special ul li{
	width: calc(50% - 10px);
	margin-bottom: 30px;
}
#toushitsu section article .special ul li.cm{
	width: 640px;
	margin: auto auto 30px;
	cursor: pointer;
}
#toushitsu section article .special ul li h5{
	color:#008744;
	font-weight: bold;
}
#toushitsu section article .special ul li .bnr{
	display: block;
	width: 100%;
	height: auto;
	margin: 5px auto;
}
#toushitsu section article .btn_products{
	font-size: 20px;
	font-weight: bold;
	color: #008744;
	line-height: 1;
	text-align: center;
	display: block;
	width: 420px;
	margin: 30px auto;
	padding: 0.5em;
	background: url("../img/icon_link_g.png") no-repeat 98% 50% #fff;
	background-size: 0.8em;
	border: 1px solid #008744;
}



/*lineup  stylefree*/
#toushitsu #lineup #stylefree h3{
	background: #008744;
}
#toushitsu #lineup #stylefree .lead{
	/*font-family: 'Noto Serif JP', serif;*/
	background: url("../img/sf_img_04.jpg") no-repeat;
	min-height: 500px;
	padding: 80px 510px 80px 60px;
}
#toushitsu #lineup #stylefree .lead .notes_mark{
	font-size: 32%;
}
#toushitsu #lineup #stylefree .lead .txt{
	font-family: 'Noto Serif JP', serif;
	font-size: 20px;
	text-align: center;
	line-height: 1.6;
	color: #008744;
	background-color: rgba(255,255,255,0.70);
	padding: 55px 30px;
}

#toushitsu #lineup #stylefree .lead .txt h4{
	font-size: 40px;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 20px;
	padding-bottom: 0.2em;
	border-bottom: 5px solid #008744;
}
#toushitsu #lineup #stylefree .lead .txt h4 span{
	font-size: 80%;
}
#toushitsu #lineup #stylefree .lead .txt strong{
	font-size: 32px;
	font-weight: bold;
	display: block;
	margin: 0.25em auto auto;
}
#toushitsu #lineup #stylefree .lead .txt span{
	font-weight: bold;
}
/* stylefree CM、タレント情報*/
#toushitsu #lineup #stylefree .special_sf {
margin: auto auto 60px;
padding-bottom: 30px;
border-bottom: 3px solid #d0f6e3;
}
#toushitsu section article .special ul.cm_box{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
#toushitsu section article .special ul.cm_box li h5{
font-size: 12px
}
#toushitsu section article .special .special_sf ul.cm_box li.cm.large{
	width: 800px;
	margin: auto auto 30px;
	cursor: pointer;
}
#toushitsu section article .special .special_sf ul.cm_box li.cm.x_small{
	width: 240px;
	margin: auto 0 30px;
	cursor: pointer;
}


#toushitsu section article .special .special_sf ul.cm_box li.cm.small{
	width: 320px;
	margin: auto 0 30px;
	cursor: pointer;
}

#toushitsu section article .special .special_sf ul.cm_box li.cm.medium{
	width: 480px;
	margin: auto 0 30px;
	cursor: pointer;
}

#toushitsu #lineup #stylefree .sf_profile {
text-align: left;
max-width: 800px;
margin: 30px auto;
}
#toushitsu #lineup #stylefree .sf_profile .profile_ttl{
font-size: 16px;
font-weight: bold;
color: #008744;
line-height: 1;
margin-bottom: 1em;
padding: 0.5em;
width: 470px;
border: 1px solid #008744;
float: right;
}
#toushitsu #lineup #stylefree .sf_profile .profile_photo {
width: 300px;
margin-right: 30px;
float: left;
}
#toushitsu #lineup #stylefree .sf_profile .profile_txt {
font-size: 16px;
line-height: 1.4;
width: 470px;
float: right;
}
#toushitsu #lineup #stylefree .sf_profile .profile_txt .name {
font-size: 20px;
font-weight: bold;
margin-bottom: 0.5em;
}
#toushitsu #lineup #stylefree .sf_profile .profile_txt .txt {
}







/*stylefree_perfect*/
#toushitsu #lineup #stylefree_perfect h3{
	background: #004898;
}
#toushitsu #lineup #stylefree_perfect .lead {
	position: relative;
}
#toushitsu #lineup #stylefree_perfect .lead p{
	font-size: 32px;
	font-family: 'Noto Serif JP', serif;
	color: #004898;
	text-align: center;
	position: absolute;
	right:60px;
	bottom:50px;
}


/*off*/
#toushitsu #lineup #off h3{
	background: #f4c901;
}
#toushitsu #lineup #off .txt{
	font-weight: bold;
	text-align: center;
	background: #eac297;
	padding: 0 50px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#toushitsu #lineup #off .txt dt{
	font-size: 42px;
	color:#e60012;
}
#toushitsu #lineup #off .txt dd{
	font-size: 24px;
	color:#6a3906;
}

/*アサヒオフ　レシピ*/
#toushitsu #lineup #off .off_recipe{
margin: 60px auto;
color: #340a00;
}
#toushitsu #lineup #off .off_recipe h4.off_recipeTtl{
font-size: 28px;
font-weight: bold;
text-align: center;
margin-bottom: 0.5em;
}
#toushitsu #lineup #off .off_recipe h4.off_recipeTtl .off_recipeTtlTxt{
font-size: 22px;
}
#toushitsu #lineup #off .off_recipe .off_recipeBody{
background-color: #fff3ae;
padding: 30px;
}
#toushitsu #lineup #off .off_recipe .recipeBox{
margin: auto auto 30px;
padding-bottom: 30px;
border-bottom:  2px dotted #340a00;
}
#toushitsu #lineup #off .off_recipe .recipeBox:last-of-type{
margin-bottom: auto;
padding-bottom: 0;
border: none;
}
#toushitsu #lineup #off .off_recipe .recipeInner{
display: flex;
justify-content: space-between;
}
#toushitsu #lineup #off .off_recipe .recipeInner:first-child{
margin-bottom: 20px;
}
#toushitsu #lineup #off .off_recipe .recipeInner .col{
width: 48%;
}
#toushitsu #lineup #off .off_recipe .recipeInner .col img{
width: 100%;
height: auto;
}
#toushitsu #lineup #off .off_recipe .recipeInner .recipeName{
font-size: 24px;
font-weight: bold;
line-height: 1;
padding:24px 0 0 24px;
background: url("../img/off_recipe_icon.svg") no-repeat left top;
background-size: 40px 28px;
}
#toushitsu #lineup #off .off_recipe .recipeInner .recipeTime{
color: #cb6521;
font-size: 16px;
font-weight: bold;
line-height: 1;
display: inline-block;
border-bottom: 1px solid #cb6521;
float: right;
margin-bottom: 0.5em;
padding-bottom: 0.25em;
}
#toushitsu #lineup #off .off_recipe .recipeInner .recipeTime span{
font-size: 24px;
}
#toushitsu #lineup #off .off_recipe .recipeInner .recipeIng{
clear: both;
border: 1px solid #340a00;
border-radius: 8px;
overflow: hidden;
}
#toushitsu #lineup #off .off_recipe .recipeInner .recipeIng h6{
color: #fff;
font-weight: bold;
line-height: 1;
text-align: center;
width: 10em;
background-color: #340a00;
margin-bottom: 5px;
padding: 0.4em;
position: relative;
}
#toushitsu #lineup #off .off_recipe .recipeInner .recipeIng h6::after{
content: "";
display: block;
width: 0;
height: 0;
border: solid 3px transparent;
border-top: solid 3px #340a00;
border-right: solid 4px #340a00;
position: absolute;
bottom: -6px;
left: 10px;
}
#toushitsu #lineup #off .off_recipe .recipeInner .recipeIng dl{
columns: 2 8em;
margin: 0.5em 1em;
}
#toushitsu #lineup #off .off_recipe .recipeInner .recipeIng dt{
float: left;
clear: both;
}
#toushitsu #lineup #off .off_recipe .recipeInner .recipeIng dd{
float: right;
margin-right: 2em;
}
#toushitsu #lineup #off .off_recipe .recipeInner .recipeNote{
font-size: 12px;
margin: 1em auto;
}
#toushitsu #lineup #off .off_recipe .recipeInner .recipeNote li{
padding-left: 1em;
text-indent: -1em;
}
#toushitsu #lineup #off .off_recipe .recipeInner .recipeComment{
padding: 0.5em;
background-color: #fffee4;
border: 1px solid #340a00;
border-radius: 8px;
}
#toushitsu #lineup #off .off_recipe .recipeInner .recipeStuffTtl{
color: #cb6521;
font-size: 18px;
font-weight: bold;
margin-bottom: 0.25em;
}
#toushitsu #lineup #off .off_recipe .recipeInner .recipeStuff {
margin:auto 2em;
}
#toushitsu #lineup #off .off_recipe .recipeInner .recipeStuff li{
margin-bottom: 0.25em;
display: flex;
}
#toushitsu #lineup #off .off_recipe .recipeInner .recipeStuff li:after{
content: "";
clear: both;
display: block;
}
#toushitsu #lineup #off .off_recipe .recipeInner .recipeStuff li span{
display: block;
}
#toushitsu #lineup #off .off_recipe .recipeInner .recipeStuff li span:nth-of-type(odd){
font-weight: bold;
width: 10em;
float: left;
clear: both;
}
#toushitsu #lineup #off .off_recipe .recipeInner .recipeStuff li span:nth-of-type(even)::before{
content: "・・・・・";
}
#toushitsu #lineup #off .off_recipe .recipeInner .recipeStuff li span:nth-of-type(even){
width: calc(100% - 10em);
float: right;
}
#toushitsu #lineup #off .off_recipe .recipeInner .recipeStuff .row{
font-weight: bold;
width: 1.5em;
margin-right: 0.5em;
clear: both;
border-right: 1px solid #000;
}
#toushitsu #lineup #off .off_recipe .recipeInner .recipeStuff li.rowspan span:nth-of-type(odd){
width: 8em;
}
#toushitsu #lineup #off .off_recipe .recipeInner .recipeStuff li.rowspan span:nth-of-type(even){
width:19em;
}
#toushitsu #lineup #off .off_recipe .recipeInner .recipeHowtoTtl{
color: #cb6521;
font-size: 18px;
font-weight: bold;
margin-bottom: 0.25em;
}
#toushitsu #lineup #off .off_recipe .recipeInner .recipeHowto li{
font-size: 16px;
margin-bottom: 1em;
clear: both;
}
#toushitsu #lineup #off .off_recipe .recipeInner .recipeHowto li:after{
content: "";
clear: both;
display: block;
}
#toushitsu #lineup #off .off_recipe .recipeInner .recipeHowto li:last-of-type{
margin-bottom: auto;
}
#toushitsu #lineup #off .off_recipe .recipeInner .recipeHowto .step{
font-weight: bold;
width: 1em;
text-align: center;
margin-right: 0.25em;
padding: 0 0.25em;
float: left;
clear: both;
}
#toushitsu #lineup #off .off_recipe .recipeInner .recipeHowto .howtotxt{
float: right;
width: calc(100% - 1.25em);
}
/*アサヒオフ　レシピ*/





/*z_zero*/
#toushitsu #lineup #z_zero h3{
	background: #13a001;
}
#toushitsu #lineup #z_zero .txt{
	font-size: 24px;
	font-weight: bold;
	color:#fff;
	line-height: 1;
	text-align: center;
	background: #cb0e00;
	padding: 20px 150px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#toushitsu #lineup #z_zero .txt li{
	padding-bottom: 0.2em;
	border-bottom: 2px solid #fff;
}




/*オンラインショップ一覧------------------------------------*/
#toushitsu section .onlineshop h4{
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	margin: 30px auto;
	padding: 0.2em;
	background: -moz-linear-gradient(left, rgba(255,238,113,0) 0%, rgba(255,238,113,1) 15%, rgba(255,238,113,1) 85%, rgba(255,238,113,0) 100%);
	background: -webkit-linear-gradient(left, rgba(255,238,113,0) 0%,rgba(255,238,113,1) 15%,rgba(255,238,113,1) 85%,rgba(255,238,113,0) 100%);
	background: linear-gradient(to right, rgba(255,238,113,0) 0%,rgba(255,238,113,1) 15%,rgba(255,238,113,1) 85%,rgba(255,238,113,0) 100%);
}
#toushitsu section .onlineshop h4 br{
	display: none;
}
.list_onlineshop {
	max-width: 730px;
	margin:auto;
	line-height: 1.4;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	text-align: center;
	/*	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;*/
}
.list_onlineshop li{
	width: 215px;
	margin: 0 auto 20px auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
.list_onlineshop li:nth-of-type(4n){
	margin: 0 0 20px 0;
}
.list_onlineshop li a{
	color: #333;
	text-decoration: underline;
}
.list_onlineshop li a:hover{
	opacity: 0.9;
}
.list_onlineshop li img{
	display: block;
	width: 100%;
/*	max-width: 215px;*/
	height: auto;
	margin: 0 auto .5em;
}
.list_onlineshop li .coming{
	display: block;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
	background: #dabd7b;
	margin-bottom: 0.5em;
	padding: 0.2em 0;
}
/*オンラインショップ一覧------------------------------------*/







/* PC
------------------------------------------------------------------*/






/*SP------------------------------------------------------------------*/
@media screen and (max-width:640px){
#toushitsu{
	min-width: inherit;
}
#toushitsu img {
	height: auto;
}

/*共通*/
.box{
	width: auto;
}

.notes{
	text-align: left;
}
/*pagetop*/
#ptbtn {
	width: 15%;
	bottom: 3vw;
	right:3vw;
}


/*SP対応*/
#toushitsu .pc{
	display:none!important;
}
#toushitsu .sp{
	display:block!important;
}



/*ナビ*/
#toushitsu header{
	margin:0 auto 30px;
	display: block;
	position: relative;
}
#toushitsu nav{
	position: absolute;
	top:0;
	left:0;
	z-index: 99;
}
#toushitsu .pcNavi{
	display: none;
}
#toushitsu .spNavi{
	display: block;
	padding: 0;
	line-height: 1;
}
#toushitsu .spNavi .btn {
	font-size: 32px;
	font-weight: bold;
	color: #fff;
	line-height: 1;
	background: url("../img/icon_navi_open.png") no-repeat 98% 50% #008744;
	background-size: 0.6em;
	padding:10px 38px 10px 0;
	text-align: right;
	cursor: pointer;
	transition: all .3s linear 0s;
}
#toushitsu .spNavi .btn.open {
	background: url("../img/icon_navi_colse.png") no-repeat  98% 52%  #008744;
	background-size: 0.6em;
	transition: all .3s linear 0s;
}
#toushitsu .spNavi ul{
	background: #35b173;
	display: none;
}
#toushitsu .spNavi li{
	border-bottom: 2px solid #d0f6e3;
}
#toushitsu .spNavi li a{
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	line-height: 1.2;
	padding: 0.8em 1.2em 0.8em 0.5em;
	display: block;
	background: url("../img/icon_link.png") no-repeat 98% 50%;
	background-size: 0.8em;
}



/*main------------------------*/
#toushitsu .main{
	min-height: 50%;
	margin: auto;
	padding: 47px 0 43%;/*spNavi高さ調整*/
	background: url("../img/main_sp.png") no-repeat center bottom #fff;
	background-size: 100%;
}
#toushitsu .main .main_txt{
	width: 94%;
	margin: auto;
	padding: 2.5% 0 0;
}
#toushitsu .main .main_txt h1{
	font-size: 6.7vw;
	line-height: 1.2;
	margin-bottom: 0.5em;
	padding-left: 28%;
	margin-top: 0.3em;
}
#toushitsu .main .main_txt h1 br{
	display: block;
}
#toushitsu .main .main_txt p{
	font-size: 3vw;
	padding-left: 28%;
}



/*section*/
#toushitsu section h2{
	font-size: 24px;
	line-height: 1.2
}
#toushitsu section h2 br{
	display: block;
}



/*product--------------------------------------*/
#toushitsu #product .productBox{
	display: block;
}
#toushitsu #product .productBox li{
	width: 96%;
	margin:0 auto 30px;
	position: relative;
	float: none;
}

#toushitsu #product .productBox li:after{
	content: "";
	clear: both;
	display: block;
}
#toushitsu #product .productBox li .title{
	float: right;
	width: 64%;
	min-height: auto;
}
#toushitsu #product .productBox li .copy{
	font-size: 14px;

}
#toushitsu #product .productBox li .name{
	font-size: 16px;
	min-height: auto;
}
#toushitsu #product .productBox li .pht{
	width: 35%;
	height: auto;
	margin-bottom: 0;
	float: left;
}
#toushitsu #product .productBox li .btn{
	width: 64%;
	float: right;
}

#toushitsu #product .bnr{
	width: 96%;
}
#toushitsu #product .bnr p img{
	width: 100%;
	height: auto;
}


/*cp--------------------------------------*/
#toushitsu #cp p {
	width: 96%;
	margin: auto;
}
#toushitsu #cp p img{
	width: 100%;
	height: auto;
}



/*lineup--------------------------------------*/
#toushitsu section article h3{
	font-size: 5vw;
	padding: 0.5em;
	width: 96%;
}
#toushitsu section article .special h4{
	font-size: 20px;
}
#toushitsu section article .special ul{
	display: block;
	width: 96%;
	margin: auto;
}
#toushitsu section article .special ul li{
	width: auto;
	margin-bottom: 30px;
}
#toushitsu section article .special ul li.cm{
	width: auto;
}
#toushitsu section article .btn_products{
	width: 80%;
}



/*lineup  stylefree*/
#toushitsu #lineup #stylefree .lead{
	background: url("../img/sf_img_04sp.jpg") no-repeat;
	background-size: cover;
	min-height: 40%;
	padding: 5%;
}
#toushitsu #lineup #stylefree .lead .txt{
	font-size: 4.2vw;
	line-height: 1.4;
	padding: 3%;
}
#toushitsu #lineup #stylefree .lead .txt h4{
	font-size: 9vw;
	margin-bottom: 10px;
}
#toushitsu #lineup #stylefree .lead .txt h4 span{
	font-size: 80%;
}
#toushitsu #lineup #stylefree .lead .txt strong{
	font-size: 5.6vw;
}
#toushitsu #lineup #stylefree .lead .txt span{
	font-weight: bold;
}

/* stylefree CM、タレント情報*/
#toushitsu #lineup #stylefree .special_sf {
}
#toushitsu section article .special ul.cm_box{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
#toushitsu section article .special .special_sf ul.cm_box li.cm.large{
	width: 100%;
	margin: auto auto 30px;
}
#toushitsu section article .special .special_sf ul.cm_box li.cm.x_small{
	width: 48%;
}

#toushitsu section article .special .special_sf ul.cm_box li.cm.xx_small{
	width: 48% !important;
}

#toushitsu section article .special .special_sf ul.cm_box li.cm.small{
	width: 100%;
	margin: auto 0 30px;
}
#toushitsu #lineup #stylefree .sf_profile {
width: 96%;
display: block;
}
#toushitsu #lineup #stylefree .sf_profile .profile_ttl{
width: 100%;
float: none;
text-align: center;
}
#toushitsu #lineup #stylefree .sf_profile .profile_photo {
width: 60%;
max-width: 300px;
margin: auto auto 1em;
float: none;
}
#toushitsu #lineup #stylefree .sf_profile .profile_photo img {
width: 100%;
height: auto;
}
#toushitsu #lineup #stylefree .sf_profile .profile_txt {
width: 100%;
float: none;
}
#toushitsu #lineup #stylefree .sf_profile .profile_txt .name {
}
#toushitsu #lineup #stylefree .sf_profile .profile_txt .txt {
}







/*stylefree_perfect*/
#toushitsu #lineup #stylefree_perfect .lead p{
	font-size: 5vw;
	right:0;
	left: 0;
	bottom:3%;

}



/*off*/
#toushitsu #lineup #off .txt{
	padding: 0.5em;
	display: block;
}
#toushitsu #lineup #off .txt dt{
	font-size: 32px;
	margin-bottom: 0.2em;
}
#toushitsu #lineup #off .txt dd{
	font-size: 20px;
	display: inline-block;
	margin:0 0.5em;
}
/*アサヒオフ　レシピ*/
#toushitsu #lineup #off .off_recipe{
}
#toushitsu #lineup #off .off_recipe h4.off_recipeTtl{
font-size: 20px;
}
#toushitsu #lineup #off .off_recipe h4.off_recipeTtl .off_recipeTtlTxt{
font-size: 14px;
}
#toushitsu #lineup #off .off_recipe .off_recipeBody{
padding: 3vw;
}
#toushitsu #lineup #off .off_recipe .recipeBox{
margin: auto auto 2em;
padding-bottom: 1em;
}
#toushitsu #lineup #off .off_recipe .recipeInner{
flex-direction: column;
}
#toushitsu #lineup #off .off_recipe .recipeInner .col{
width: 100%;
margin-bottom: 1em;
}
#toushitsu #lineup #off .off_recipe .recipeInner .col:last-of-type{
margin-bottom: auto;
}
#toushitsu #lineup #off .off_recipe .recipeInner .recipeName{
font-size: 22px;
padding:16px 0 0 16px;
background-size: 25px 18px;
}
#toushitsu #lineup #off .off_recipe .recipeInner .recipeTime{
font-size: 16px;
}
#toushitsu #lineup #off .off_recipe .recipeInner .recipeTime span{
font-size: 22px;
}
#toushitsu #lineup #off .off_recipe .recipeInner .recipeIng{
font-size: 12px;
}
#toushitsu #lineup #off .off_recipe .recipeInner .recipeIng h6{
font-size: 13px;
}
#toushitsu #lineup #off .off_recipe .recipeInner .recipeNote{
font-size: 10px;
}
#toushitsu #lineup #off .off_recipe .recipeInner .recipeStuff {
margin:auto;
}
#toushitsu #lineup #off .off_recipe .recipeInner .recipeStuff li span:nth-of-type(even)::before{
content: "・・・";
}
#toushitsu #lineup #off .off_recipe .recipeInner .recipeStuff li.rowspan span:nth-of-type(even){
width: 15em;
}
/*アサヒオフ　レシピ*/






/*z_zero*/
#toushitsu #lineup #z_zero .txt{
	font-size: 4vw;
	padding: 0.5em 0.5em 0;
	display: block;
}
#toushitsu #lineup #z_zero .txt li{
	display: inline-block;
	margin:0 0.5em 0.5em;
}




/*オンラインショップ一覧-----------------------------------------------*/
#toushitsu section .onlineshop h4{
	font-size: 20px;
}
#toushitsu section .onlineshop h4 br{
	display: block;
}
.list_onlineshop {
	width: 96%;
	margin:2% auto 0;
}
.list_onlineshop li{
	width: 48%;
	float: left;
	margin:0 4% 5% 0;
}
.list_onlineshop li:nth-of-type(4n){
	margin:0 4% 5% 0;
}
.list_onlineshop li:nth-of-type(2n){
	float: right;
	margin:0 0 5% 0;
}
.list_onlineshop li img{
	width: 100%;
	height: auto;
}
/*オンラインショップ一覧-----------------------------------------------*/


/*SP------------------------------------------------------------------*/
}



/*SP 小さいデバイス*/
@media screen and (max-width:320px){
/*stylefree_perfect*/
#toushitsu #lineup #stylefree_perfect .lead p{
	font-size: 5vw;
	position: relative;
	right:auto;
	left: auto;
	bottom:auto;
	margin: 0.5em auto;
}
}





/**
フッタ SNS
------------------------------------------------------------ */
.sns {
	width:1024px;
	height:22px;
	margin:15px auto;
}
#___plusone_0 {
	display: block!important;
}
@media screen and (max-width:640px){
	.sns {
		width: auto;
		height: 50px;
		padding: 0 2%;
	}
	.sns div[style^="text-align"]:after {
		content: "";
		display: block;
		clear:both;
	}
	.sns div[style^="text-align"]>div {
		height: 25px;
		display: block!important;
		float: left;
		margin-right: 5px;
	}
	.sns div[style^="text-align"]>div:last-of-type {
		float: none;
		margin-top: 5px;
	}
}

