@charset "utf-8";

html{
	font-size: 10px;
}
#main img {
}
.contents_area .inner a {
    display: inline-block;
}

body {
-webkit-text-size-adjust: 100%;
	font-size: 1.3rem;
}
.message p {
	max-height: 100%;
}

p.kojin a:hover{
	text-decoration:underline;
}
.sp_br{
	display: none;
}
/* main
==================================== */
#main{
	margin:0 auto;
	overflow:visible;
	width: 1200px;
	padding-top: 150px;
	padding-bottom: 150px;
}
.product {
	max-width: 800px;
	margin: auto;
    text-align: center;
}

.content{
	max-width: 780px;
	margin: auto;
	margin-top: 40px;
}

/* 20191211 スクロールバー追加
==================================== */
#scroll{
    position: fixed;
    left: 50%;
    bottom: -48px;
    z-index: 2000;
}

#scroll a {
    position: absolute;
    bottom: 0px;
    left: 50%;
    z-index: 2;
    display: inline-block;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    text-decoration: none;
    background: url(../img/scroll_bg.png) no-repeat center top;
    background-size: contain;
    padding: 70px 50px 10px;
    color: #cf1010;
    font-size: 15px;
	margin-left:-70px;
}
#scroll a span {
    position: absolute;
    top: 0px;
    left: 50%;
    width: 24px;
    height: 24px;
    margin-left: -12px;
    border-left: 1px solid #cf1010;
    border-bottom: 1px solid #cf1010;
    -webkit-transform: rotate(-50deg);
    transform: rotate(-50deg);
    -webkit-animation: sdb 2.5s infinite;
    animation: sdb 2s infinite;
    box-sizing: border-box;
}

/*-----------------------------------------
20201207追加
-------------------------------------------*/
.indent{
	text-indent: -1em;
	padding-left: 1em;
}
.indent_15{
	text-indent: -1.3em;
	padding-left: 1.3em;
}

.lead {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
	margin-top: 40px;
}
.content.lead p {
    line-height: 2;
}

.product_nav ul {
    display: flex;
    justify-content: center;
}
.product_nav li {
    margin: 0 15px;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
}

.recipe_line{
	height: 10px;
	margin: auto;
	background: url("../img/line.png") no-repeat center;
	margin-top: 80px;
	position: relative;
}
.recipe_line a{
	position: absolute;
	top:-65px;
}

.recipe_midashi {
    display: flex;
    font-size: 3rem;
    justify-content: center;
    font-weight: bold;
}
.recipe_midashi span {
    min-width: 54px;
    margin-right: 5px;
}
.recipe_midashi::before{
	content: "＼";
	color: #ff7f07;
	padding-right: 5px;
}
.recipe_midashi::after{
	content: "／";
	color: #ff7f07;
	padding-left: 5px;
}
.recipe_top {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}
.recipe_lead {
    font-size: 2rem;
    font-weight: bold;
    width: 64%;
}
.recipe_bottom {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    font-size: 1.6rem;
    font-weight: bold;
}
.recipe_mat {
    width: 350px;
}
th {
    font-weight: bold;
    width: 190px;
	padding-top: 1rem;
}
td {
    padding-top: 1rem;
    width: 65px;
}
.mat_midashi {
    font-size: 1.8rem;
}
.flow_midashi {
    text-align: center;
    font-size: 1.8rem;
    background: #ffdfc1;
    border-radius: 50px;
    padding: 2.5px 0;
    margin-bottom: 25px;
}
.recipe_flow li {
    margin-top: 1rem;
}
.flow_point{
	margin: 1.5rem 0 0;
}
.recipe_flow {
    max-width: 480px;
    width: 100%;
}
#back-top {
    position: fixed;
    right: 3%;
    bottom: 50px;
    z-index: 999;
}
#back-top span {
    display: block;
    width: 50px;
    height: 50px;
    background: url(../img/backTop.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
/*-----------------------------------------
header
-------------------------------------------*/

header {
    background-color: #fff;
    padding: 20px 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    border-bottom: 1px #AFAFAF solid;
}

.logo {
    display: inline;
    position: relative;
    left: 2%;
}
.logo img, .logo2 img {
    width: 11%;
}
@media screen and (max-width: 1024px){
.logo img, .logo2 img {
    width: 15%;
}
}
@media screen and (max-width: 960px){
.logo img, .logo2 img {
    width: 20%;
}
}
@media screen and (max-width: 415px){
.logo img, .logo2 img {
    width: 23%;
}
}
.sns_btn {
    display: inline;
    position: relative;
    left: 75%;
}
@media screen and (max-width: 1024px){
.sns_btn {
    left: 70%;
}
}
@media screen and (max-width: 960px){
.sns_btn {
    left: 59%;
}
}
@media screen and (max-width: 415px){
.sns_btn {
    left: 44%;
}
}
.sns_btn li {
    display: inline;
    padding: 0 2px;
}
header a {
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
    display: inline;
}
.sns_btn img {
    width: 3.3%;
}
@media screen and (max-width: 1024px){
.sns_btn img {
    width: 3.5%;
}
}
@media screen and (max-width: 960px){
.sns_btn img {
    width: 5%;
}
}
@media screen and (max-width: 415px){
.sns_btn img {
    width: 7.5%;
}
}
.footer_wrp {
	padding:5px 0 25px;
}

.left {
	text-align: left;
}

.sp {
	display: none;
	}

#back-top {
	position: fixed;
	right: 3%;
	bottom: 50px;
	z-index: 999;
}

#back-top span {
    display: block;
    width: 50px;
    height: 50px;
    background: url(../img/backTop.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

div#footer_sns_title {
    display: block;
    width: 320px;
    margin: auto;
        margin-top: auto;
        margin-bottom: auto;
    margin-top: 14px;
    margin-bottom: 14px;
    line-height: 24px;
    text-align: center;
    color: #000000;
    font-size: 24px;
    border-right: solid 4px #cf1010;
    border-left: solid 4px #cf1010;
    margin: 50px auto 20px;
}


@-webkit-keyframes sdb {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}

/*-----------------------------------------
iPhone5縲320px
-------------------------------------------*/
@media screen and (max-width:320px) {

  h1 img {
    width: 90%;
  }
  .file, .denefits_phot, .denefits_phot_end {
    width: 90%;
  }
  .movie_container img {
    width: 90%;
  }
}




@media screen and (max-width: 980px) {

}

@media screen and ( max-width: 768px ) {
.pc_br {
		display: none;
	}
.sp,.sp_br {
		display: block;
	}	
	
	p.left {
		width: 80%;
		padding-left: 1em;
		text-indent: -1em;
		margin: auto;
	}

.text {
	width: 95%;
	}
#main {
	width:100%;
}

.sns {
	width:95%;
	flex-wrap: wrap;	
}

.sns li{
	margin-top:10px;
}

img {
	width:100%;
}
.icon img {
    width: auto;
}


.footer_wrp {
	width:100%;
}
.recipe_midashi{
    font-size: 1.8rem;
    align-items: center;
}
.recipe_line {
    width: 90%;
}
.recipe_top {
    width: 90%;
    margin: 50px auto 0;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
}
.recipe_lead {
    width: 100%;
    font-size: 1.6rem;
}
.recipe_img {
    margin-top: 30px;
}
.recipe_bottom {
    width: 90%;
    margin: 30px auto 0;
    flex-direction: column;
    align-items: center;
}
.recipe_flow {
    margin-top: 30px;
}
.recipe_mat {
    width: 100%;
}
table {
    width: 60%;
    min-width: 295px;
    margin: auto;
}
td {
    padding-top: 1rem;
    width: 90px;
}
}

@media screen and ( max-width: 480px ) {

}

@media print {
    body {
        zoom: 0.68;
        -webkit-print-color-adjust: exact;
    }
}