
h2{
    font-size:3.5rem;
    border-top:1px solid #960000;
    border-bottom:1px solid #960000;
    padding:10px;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

h2:before,
h2:after{
    content:"●";
    font-size: 1.4rem;
    color:#960000;
    margin:0 10px;
}

h2 img{
    position: absolute;
    width:150px;
    top:-40px;
    right:-150px;
}

/******************** kv ********************/
#kv {
    background:#fff;
}

#kv img.main{
    width:1200px;
    margin:0 auto;
    display: block;
    position: relative;
}

#kv h1 img{
    width:470px;
    position: absolute;
    z-index:2;
    top:8%;
 }

 /******************** slider ********************/

 #slider{
    padding:100px 0;
    background:#fff;
    text-align: center;
 }

 #slider .slide-items {
    width: 100%;
    height: 100%;
    margin:50px 0;
  }

.btn{
	position: relative;
	background:#960000;
    padding: 5px 0;
    display: inline-block;
    color: #fff;
    width:300px;
    font-size:3rem;
    border-radius: 10px;
}

.btn:before{
	content:"";
	position: absolute;
	top:50%;
	right:10px;
	width:35px;
	height:1px;
	background:#fff;
}

.btn:after{
	content:"";
	position: absolute;
    top: 38%;
    right: 12px;
	width:2px;
	height:8px;
	background:#fff;
    transform:skewX(45deg);
}

 /******************** webcm ********************/

 #webcm{
    background: #fff;
    text-align: center;
    padding:30px 0 100px;
 }

#webcm .yb{
    margin:30px auto ;
    aspect-ratio: 16 / 9;
    text-align:center;
    width:800px;
}

#webcm .yb iframe {
    width: 100%;
    height:100%;
}

#webcm .btn{
	position: relative;
	background:#960000;
    padding: 5px 0;
    display: inline-block;
    color: #fff;
    width:650px;
    font-size:3rem;
    border-radius: 10px;
}

 /******************** pr ********************/

#pr{
    background:url(../img/top/pr_bg.jpg) ;
    padding:80px 0;
    text-align: center;
}

#pr .inner{
    max-width:950px;
    width:100%;
}

#pr p.profile{
    font-size:1.6rem;
    margin:20px 0;
    padding:5px 10px;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

#pr p.profile:before{
    content:"";
    border-top:3px dotted #593F2E;
    border-bottom:3px dotted #593F2E;
    border-left:3px dotted #593F2E;
    padding:3rem 8px;
    margin-right:10px;
}

#pr p.profile:after{
    content:"";
    border-top:3px dotted #593F2E;
    border-bottom:3px dotted #593F2E;
    border-right:3px dotted #593F2E;
    padding:3rem 8px;
    margin-left:10px;
}

#pr p.profile img{
    width:180px;
    position: absolute;
    left:-200px;
    top:-100px;
}


#pr .accordion {
    background:#fff;
    max-width: 950px;
    margin:0px auto;
    padding:40px 20px 20px;
    border-radius: 15px;
}

#pr .accordion ul{
    display: flex;
    justify-content:space-around;
    align-items: flex-end;
}

#pr .accordion ul li{
    width:30%;
    color:#960000;
    font-size:2.4rem;
    border-bottom:3px dotted #960000;
}

#pr .accordion ul li img{
    width:80%;
    margin:0 auto 5px;
    display: block;
}

#pr .accordion .toggle {
	display: none;
}

#pr .accordion .label {
    color:#960000;
    font-size:2.4rem;
    border-bottom:3px dotted #960000;
    display: inline-block;
    margin:30px 0 20px;
    padding-right:1.5em;
}

#pr .accordion .label::before{
    content: '';
    width: 27px;
    height: 27px;
    background: #960000;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -13px;
}
#pr .accordion .label::after {
    content: '';
    width: 10px;
    height: 10px;
    border-style: solid;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    border-color: #fff;
    position: absolute;
    top: 47%;
    right:9px;
    margin-top: -5px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

#pr .accordion .label,
#pr .accordion .content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}

#pr .accordion .content {
	height: 0;
	margin-bottom:10px;
	padding:0 20px;
	overflow: hidden;
    text-align: left;
}

#pr .accordion .toggle:checked + .label + .content {
	height: auto;
	padding:20px 20px 0;
	transition: all .5s;
}
/*
#pr .accordion .toggle:checked + .label {
	display:none;
}
*/

#pr .accordion .content div{
    width:85%;
    margin:0 auto 40px;
}

#pr .accordion .content p.title{
    font-size:2.7rem;
    color:#960000;
    border-bottom:3px dotted #960000;
    position: relative;
    width:90%;
    margin:0;
}

#pr .accordion .content .point1 p.title::before{
    content: "";
    display: inline-block;
    width: 55px;
    height: 55px;
    background: url(../img/top/pr_icon01_1.png) no-repeat;
    background-size: contain;
    position: absolute;
    bottom:-10px;
    left:-55px;
}

#pr .accordion .content .point1 p.title::after{
    content: "";
    display: inline-block;
    width: 110px;
    height: 110px;
    background: url(../img/top/pr_icon01_2.png) no-repeat;
    background-size: contain;
    position: absolute;
    bottom:-30px;
    right:-120px;
}

#pr .accordion .content .point2 p.title::before{
    content: "";
    display: inline-block;
    width: 55px;
    height: 55px;
    background: url(../img/top/pr_icon02_1.png) no-repeat;
    background-size: contain;
    position: absolute;
    bottom:-10px;
    left:-55px;
}

#pr .accordion .content .point2 p.title::after{
    content: "";
    display: inline-block;
    width: 100px;
    height: 100px;
    background: url(../img/top/pr_icon02_2.png) no-repeat;
    background-size: contain;
    position: absolute;
    bottom:-30px;
    right:-120px;
}

#pr .accordion .content .point3 p.title::before{
    content: "";
    display: inline-block;
    width: 55px;
    height: 55px;
    background: url(../img/top/pr_icon03_1.png) no-repeat;
    background-size: contain;
    position: absolute;
    bottom:-10px;
    left:-55px;
}

#pr .accordion .content .point3 p.title::after{
    content: "";
    display: inline-block;
    width: 100px;
    height: 100px;
    background: url(../img/top/pr_icon03_2.png) no-repeat;
    background-size: contain;
    position: absolute;
    bottom:-20px;
    right:-120px;
}

#pr .accordion .content p.text{
    margin:20px auto 0;
    font-family: Noto Sans JP;
    font-size:2rem;
}

#pr .accordion .content p.text span{
    background:#f4e5e5;
    font-weight: bold;
}

#pr .accordion .content p.reference{
    margin:10px 0;
    font-size:1.4rem;
    font-family: Noto Sans JP;
}

#pr p.link_title{
    font-size:3.6rem;
    margin:40px auto 5px;
}

#pr .link{
    width:950px;
    margin:0 auto 40px;
    padding:10px;
    background:#fff;
    text-align: left;
    color:#960000;
    border-radius: 5px;
}

#pr .croissant{
    width:950px;
    margin:0 auto 40px;
    padding:10px;
    background:#fff;
    text-align: left;
    color:#DC7300;
    border-radius: 5px;
}

#pr .link .inner{
    border:3px dotted #960000;
    width:auto;
    padding:20px;
    border-radius: 10px;
    position: relative;
}

#pr .croissant .inner{
    border:3px dotted #9DC04D;
    width:auto;
    padding:20px;
    border-radius: 10px;
    position: relative;
}

#pr .link .inner img{
    width:110px;
    position: absolute;
    top:0;
    left:-20px;
}

#pr .croissant .inner img.photo{
    width:170px;
    position: absolute !important;
    bottom:-20px;
    left:-30px;
}

#pr .link .inner p{
    margin-left:80px;
    font-family: Noto Sans JP;
    font-size:2.3rem;
}

#pr .croissant .inner .text {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left:70px;
}

#pr .croissant .inner .text img{
    width:230px;
    height:auto;
    position: relative !important;
    border-right:3px dotted #9DC04D;
    padding-right:40px;
}

#pr .croissant .inner p{
    padding-left:40px;
    font-family: Noto Sans JP;
    font-size:2.3rem;
}

#pr .croissant .inner p span{
    margin-top:5px;
    font-size:1.4rem;
    color:#593F2E;
    display: block;
}

#pr .link .inner .btn01{
    position: absolute;
    bottom:-30px;
    right:10px;
}

#pr .croissant .inner .btn01{
    position: absolute;
    bottom:-30px;
    right:10px;
}

#pr .link .inner .btn01 span{
	position: relative;
	background:#960000;
    padding: 5px 40px 5px 10px;
    display: inline-block;
    color: #fff;
    font-size:2.2rem;
    border-radius: 50px;
}

#pr .croissant .inner .btn01 span{
	position: relative;
	background:#9DC04D;
    padding: 5px 40px 5px 10px;
    display: inline-block;
    color: #fff;
    font-size:2.2rem;
    border-radius: 50px;
}

#pr .link .inner .btn01 span:before,
#pr .croissant .inner .btn01 span:before{
	content:"";
	position: absolute;
	top:50%;
	right:10px;
	width:25px;
	height:1px;
	background:#fff;
}

#pr .link .inner .btn01 span:after,
#pr .croissant .inner .btn01 span:after{
	content:"";
	position: absolute;
    top: 35%;
    right: 12px;
	width:2px;
	height:8px;
	background:#fff;
    transform:skewX(45deg);
}



 /******************** point ********************/

 #point {
    text-align: center;
 }

 #point .main {
    width:100%;
    background:url(../img/top/point_bg.jpg) center no-repeat;
    background-size:cover;
    padding:80px 0;
}

 #point .main p.title{
    font-size:4rem;
    line-height: 1.3;
    display:inline-block;
    position:relative;
 }

 #point .main p.title img{
    width:120px;
    position:absolute;
    top:-40px;
    left:-100px;
 }

 #point p{
    font-size:3rem;
    margin:50px 0 20px;
 }

 #point ul{
    width:650px;
    margin:0 auto;
    display: flex;
 }

 #point ul li{
    margin:3%;
 }

  /******************** recipe ********************/

#recipe{
    margin:100px auto;
    text-align: center;
}

#recipe .list{
    margin:50px auto 80px;
}

#recipe .list ul{
    margin:50px 0;
    display: flex;
    justify-content: center;
    flex-flow: wrap;
}

#recipe .list ul li{
    width:30%;
    margin:0 1.5% 30px;
}

h3{
    font-size:3rem;
    padding:5px 10px;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

h3:before{
    content:"";
    border-top:3px dotted #b97100;
    border-bottom:3px dotted #b97100;
    border-left:3px dotted #b97100;
    padding:3rem 8px;
    margin-right:10px;
}

h3:after{
    content:"";
    border-top:3px dotted #b97100;
    border-bottom:3px dotted #b97100;
    border-right:3px dotted #b97100;
    padding:3rem 8px;
    margin-left:10px;
}

#recipe .catch{
    color:#b97100;
    font-size:1.8rem;
    line-height: 1.3;
    display: flex;
    align-items: center;
    justify-content: center;
    margin:10px 0;
}

#recipe .catch:before,
#recipe .catch:after{
    content:"●";
    font-size: 1rem;
    color:#b97100;
    margin: 0 8px;
}

#recipe .title{
    font-size:3rem;
    border-bottom:3px dotted #b97100;
    line-height: 1.3;
}

#recipe .onepoint{
    border:3px dotted #da9400;
    position: relative;
    text-align: left;
    border-radius: 25px;
    margin-top:60px;
    font-size:2.2rem;
}

#recipe .onepoint .onepoint_inner{
    background:rgba(218, 148, 0, 0.2);
    margin:3px;
    padding:40px 80px 30px;
    border-radius: 25px;
}

#recipe .onepoint .advice{
    margin-top:-60px;
    position: absolute;
    top:10px;
    right:0;
    left:0;
    text-align: center;
}

#recipe .onepoint .advice img{
    width:80px;
}

#recipe .onepoint .advice span{
    background:#da9400;
    color:#fff;
    font-size:2.8rem;
    display: inline-block;
    padding:0 10px;
    border-radius: 30px;
}

#recipe .info{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background:#fff;
    text-align: left;
    padding:20px 80px;
}

#recipe .info img{
    width:150px;
}
#recipe .info .text{
    width:80%;
}

#recipe .info span.bg{
    background: #593f2e;
    color:#fff;
    border-radius: 20px;
    padding:0 10px;
}

#recipe .info p.name{
    display: inline-block;
    font-size:3.2rem;
    margin-left:10px;
}

#recipe .info p.name span{
    font-size:2.4rem;
}

/* age */
#recipe .age ul{
        width:520px;
        margin:0 auto;
}

#recipe .age ul li{
    margin:50px auto;
}

#recipe .age h3:before{
    border-top:3px dotted #61407a;
    border-bottom:3px dotted #61407a;
    border-left:3px dotted #61407a;
}
#recipe .age h3:after{
    border-top:3px dotted #61407a;
    border-bottom:3px dotted #61407a;
    border-right:3px dotted #61407a;
}
#recipe .age .catch{
    color:#61407a;
}
#recipe .age .catch:before,
#recipe .age .catch:after{
    color:#61407a;
}
#recipe .age .title{
    border-bottom:3px dotted #61407a;
}
#recipe .age .onepoint{
    border:3px dotted #61407a;
    margin-top:80px;
}
#recipe .age .onepoint .onepoint_inner{
    background:rgba(97, 64, 122, 0.2);
}
#recipe .age .onepoint .advice span{
    background:#61407a;
}

/* health */
#recipe .health h3:before{
    border-top:3px dotted #960000;
    border-bottom:3px dotted #960000;
    border-left:3px dotted #960000;
}
#recipe .health h3:after{
    border-top:3px dotted #960000;
    border-bottom:3px dotted #960000;
    border-right:3px dotted #960000;
}
#recipe .health .catch{
    color:#960000;
}
#recipe .health .catch:before,
#recipe .health .catch:after{
    color:#960000;
}
#recipe .health .title{
    border-bottom:3px dotted #960000;
}
#recipe .health .onepoint{
    border:3px dotted #960000;
}
#recipe .health .onepoint .onepoint_inner{
    background:rgba(150, 0, 0, 0.2);
}
#recipe .health .onepoint .advice span{
    background:#960000;
}

#recipe .health .table_list{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin:30px 0 0;
    text-align: center;
    line-height: 1.3;
}

#recipe .health .table_list div p{
    color:#960000;
    display: flex;
    align-items: center;
    justify-content: center;
    height:4.5rem;
}

#recipe .health .table_list div p img{
    width:50px;
    margin:0 5px;
}

#recipe .health .table_list table {
    border:1px solid #960000;
    border-collapse: collapse;
    width:370px;
    font-size:2rem;
}

#recipe .health .table_list table th,
#recipe .health .table_list table td{
    padding:5px;
    border:1px solid #960000;
    background:rgba(255, 255, 255,0.1);
    vertical-align:middle;
}
#recipe .health .table_list table td span{
    font-size:1.6rem;
}

#recipe .health .table_list table th{
    background:rgba(255, 255, 255,0.5);
    text-align: center;
}

#recipe .health .table_list table tr:nth-child(2n){
    background:rgba(150, 0, 0, 0.2);
}

#recipe .health .table_list table tr.pu{
    color:#960000;
    font-size:2.6rem;
}

#recipe .health p.reference{
    margin:10px 0;
    font-size:1.4rem;
}

/******************** quality ********************/
#quality {
    background:#fff;
    padding:100px 0;
    text-align: center;
}

#quality ul{
    margin:30px auto;
    text-align: left;
}

#quality ul li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin:30px 0;
}

#quality ul li img{
    width:150px;
}
#quality ul li div{
    width:80%;
}

#quality ul li div p.title{
    color:#960000;
    font-size:3.3rem;
    display: flex;
    align-items: center; 
    justify-content: space-between; 
}

#quality ul li div p.title:after{
    border-top: 3px dotted #960000;
    content: "";
    width:60%; 
}

#quality ul li div p.p2::after{
    border-top: 3px dotted #960000;
    content: "";
    width:43%; 
}




/**************************************** sp ****************************************/
@media only screen and (max-width: 767px) {

    h2{
        font-size:2.6rem;
    }

    h2:before,
    h2:after{
        font-size: 1rem;
        margin:0 5px;
    }
    
    h2 img{
        position: absolute;
        width:120px;
        top:-40px;
        right:0;
    }
    
    /******************** sp/kv ********************/
    
    #kv img.main{
        width:100%;
    }
    
    #kv h1 img{
        width:60%;
        top:3%;
     }

     /******************** sp/slider ********************/

    #slider{
        padding:70px 0;
    }
    .btn{
        font-size:2.4rem;
    }
    .btn:after{
        top: 35%;
    }



 /******************** sp/webcm ********************/

 #webcm{
    padding:30px 0 80px;
 }

#webcm .yb{
    width:90%;
}

#webcm .btn{
    padding: 8px 0;
    width:90%;
    font-size:2.4rem;
    line-height: 1;
}

#webcm .btn:before{
	content:"";
	position: absolute;
	top:49%;
	right:10px;
	width:35px;
	height:1px;
	background:#fff;
}

#webcm .btn:after{
	content:"";
	position: absolute;
    top: 38%;
    right: 12px;
	width:2px;
	height:8px;
	background:#fff;
    transform:skewX(45deg);
}


/******************** sp/pr ********************/


#pr{
    background:url(../img/top/pr_bg.jpg) ;
    padding:60px 0 40px;
    text-align: center;
}

#pr p.profile{
    font-size:1.6rem;
    margin:20px 0;
    padding:5px 5px;
    position: relative;
    justify-content: space-between;
    display: flex;
}

#pr p.profile:before{
    padding:8rem 8px;
    margin-right:-5px;
}

#pr p.profile:after{
    padding:8rem 8px;
    margin-left:-5px;
}

#pr p.profile img{
    width:30%;
    position:relative;
    left:0px;
    top:0px;
}

#pr .accordion {
    width:90%;
    margin:0px auto;
    padding:40px 0px 20px;
    border-radius: 15px;
}

#pr .accordion ul{
    width:90%;
    margin:0px auto;
    display: block;
    justify-content:space-around;
    align-items: flex-end;
}

#pr .accordion ul li{
    width:100%;
    color:#960000;
    font-size:2.1rem;
    border-bottom:3px dotted #960000;
    position: relative;
    margin-bottom:30px;
    padding-left:35px;
    text-align: left;
}


#pr .accordion .label {
    color:#960000;
    font-size:2rem;
    border-bottom:3px dotted #960000;
    display: inline-block;
    margin:0px 0 20px;
    padding-right:1.5em;
}


#pr .accordion .label,
#pr .accordion .content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}

#pr .accordion .content {
	height: 0;
	margin-bottom:0px;
	padding:0 0px;
	overflow: hidden;
    text-align: left;
}

#pr .accordion .toggle:checked + .label + .content {
	height: auto;
	padding:20px 0px 0;
	transition: all .5s;
}

#pr .accordion .content div{
    width:90%;
    margin:0 auto 40px;
}

#pr .accordion .content p.title{
    font-size:2.1rem;
    color:#960000;
    border-bottom:3px dotted #960000;
    position: relative;
    width:100%;
    margin:0;
    padding-left:40px;
}

#pr .accordion .content .point1 p.title::before,
#pr .accordion ul li.point1::before{
    content: "";
    display: inline-block;
    width: 45px;
    height: 45px;
    background: url(../img/top/pr_icon01_1.png) no-repeat;
    background-size: contain;
    position: absolute;
    top:0;
    left:-10px;
}

#pr .accordion .content .point1 p.title::after,
#pr .accordion ul li.point1::after{
    content: "";
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url(../img/top/pr_icon01_2.png) no-repeat;
    background-size: contain;
    position: absolute;
    bottom:5px;
    right:-10px;
}

#pr .accordion .content .point2 p.title::before,
#pr .accordion ul li.point2::before{
    content: "";
    display: inline-block;
    width: 45px;
    height: 45px;
    background: url(../img/top/pr_icon02_1.png) no-repeat;
    background-size: contain;
    position: absolute;
    top:0;
    left:-10px;
}

#pr .accordion .content .point2 p.title::after,
#pr .accordion ul li.point2::after{
    content: "";
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url(../img/top/pr_icon02_2.png) no-repeat;
    background-size: contain;
    position: absolute;
    bottom:5px;
    right:-10px;
}

#pr .accordion .content .point3 p.title::before,
#pr .accordion ul li.point3::before{
    content: "";
    display: inline-block;
    width: 45px;
    height: 45px;
    background: url(../img/top/pr_icon03_1.png) no-repeat;
    background-size: contain;
    position: absolute;
    top:0;
    left:-10px;
}

#pr .accordion .content .point3 p.title::after,
#pr .accordion ul li.point3::after{
    content: "";
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url(../img/top/pr_icon03_2.png) no-repeat;
    background-size: contain;
    position: absolute;
    bottom:5px;
    right:-10px;
}

#pr .accordion .content p.text{
    margin:20px auto 0;
    font-family: Noto Sans JP;
    font-size:1.6rem;
}
#pr .accordion .content p.reference{
    margin:10px 0;
    font-size:1.4rem;
}

#pr p.link_title{
    font-size:2rem;
    margin:40px auto 5px;
    letter-spacing:-2px;
}

#pr .link{
    width:90%;
    margin:50px auto 40px;
    padding:10px;
    background:#fff;
    text-align: center;
    color:#960000;
    border-radius: 5px;
}

#pr .croissant{
    width:90%;
    margin:50px auto 40px;
    padding:10px;
    background:#fff;
    text-align: center;
    color:#DC7300;
    border-radius: 5px;
}

#pr .link .inner{
    border:3px dotted #960000;
    width:auto;
    padding:10px;
    border-radius: 10px;
    position: relative;
}

#pr .croissant .inner{
    border:3px dotted #9DC04D;
    width:auto;
    padding:10px;
    border-radius: 10px;
    position: relative;
}

#pr .link .inner img{
    width:90px;
    position: absolute;
    top:-40px;
    left:-25px;
}

#pr .croissant .inner .photo{
    width:100px !important;
    position: absolute;
    top:-40px;
    left:-25px;
}

#pr .croissant .inner .text{
    padding-top:30px;
    display: block;
    margin:0;
    text-align: center;
}

#pr .croissant .inner .text img{
    width:70%;
    margin:0 auto;
    padding-right:0;
    padding-bottom:20px;
    border-right:none;
    border-bottom:3px dotted #9DC04D;
}

#pr .link .inner p{
    padding-top:30px;
    margin-left:0;
    font-family: Noto Sans JP;
    font-size:1.8rem;
}

#pr .croissant .inner p{
    padding-top:20px;
    padding-left:0;
    font-family: Noto Sans JP;
    font-size:1.8rem;
}

#pr .link .inner .btn01{
    position: relative;
    bottom:-30px;
    right:0px;
}

#pr .croissant .inner .btn01{
    position: relative;
    bottom:-30px;
    right:0px;
}

#pr .link .inner .btn01 span{
	position: relative;
	background:#960000;
    padding: 5px 40px 5px 10px;
    display: inline-block;
    color: #fff;
    font-size:1.8rem;
    border-radius: 50px;
}

#pr .croissant .inner .btn01 span{
    position: relative;
	background:#9DC04D;
    padding: 5px 40px 5px 10px;
    display: inline-block;
    color: #fff;
    font-size:1.8rem;
    border-radius: 50px;
}

#pr .link .inner .btn01 span:before,
#pr .croissant .inner .btn01 span:before{
	content:"";
	position: absolute;
	top:50%;
	right:10px;
	width:25px;
	height:1px;
	background:#fff;
}

#pr .link .inner .btn01 span:after,
#pr .croissant .inner .btn01 span:after{
	content:"";
	position: absolute;
    top: 33%;
    right: 12px;
	width:2px;
	height:8px;
	background:#fff;
    transform:skewX(45deg);
}

    /******************** sp/point ********************/

    #point .main {
        width:100%;
        background:url(../img/top/sp_point_bg.jpg) center no-repeat;
        background-size:cover;
        padding:25px 0;
    }

    #point .main p.title{
        font-size:2.6rem;
        margin-top:7%;
    }

    #point .main p.title img{
        width:80px;
        top:-30px;
        left:-20px;
    }

    #point p{
        font-size:2rem;
        margin:30px 0;
    }

    #point ul{
        width:90%;
    }

    #point ul li{
        margin:1%;
    }

    /******************** sp/recipe ********************/

    #recipe{
        margin:100px auto 80px;
    }
    

    #recipe .list ul,
    #recipe .age ul{
        width:100%;
        margin:20px 0;
        display: flex;
        justify-content: space-between;
    }

    #recipe .list ul li,
    #recipe .age ul li{
        width:48%;
        margin:20px 0;
    }

    #recipe .list ul li .catch,
    #recipe .age ul li .catch{
        font-size:1.6rem;
    }
    
    #recipe .catch:before,
    #recipe .catch:after{
        content:"";
        margin: 0;
    }

    #recipe .list ul li .title,
    #recipe .age ul li .title{
        font-size:2rem;
    }

    h3{
        font-size:2.4rem;
    }

    h3:before,
    h3:after{
        padding:4rem 10px;
    }

    #recipe .onepoint{
        margin-top:100px;
    }

    #recipe .onepoint .onepoint_inner{
        background:rgba(218, 148, 0, 0.2);
        margin:3px;
        padding:30px 30px 30px;
        border-radius: 25px;
    }

    #recipe .onepoint .advice{
        margin-top:-50px;
    }

    #recipe .onepoint .advice img{
        width:60px;
    }

    #recipe .onepoint .advice span{
        font-size:2rem;
    }

    #recipe .info{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        padding:20px;
    }

    #recipe .info .pc_none{
        width:100%;
        text-align:center;
    }

    #recipe .info img{
        width:30%;
        margin-right:5%;
    }
    #recipe .info .text{
        width:65%;
        margin-top:10px;
    }

    
    #recipe .info p.name{
        font-size:2.6rem;
        margin-left:10px;
    }
    #recipe .info p.name span{
        font-size:2rem;
    }

    /* health */
    #recipe .health .table_list{
        display: block;
    }

    #recipe .health .table_list div p{
        height:auto;
    }

    #recipe .health .table_list table {
        width:100%;
        margin-bottom:20px;
    }

    /******************** sp/quality ********************/
    #quality {
        background:#fff;
        padding:80px 0;
        text-align: center;
    }

    #quality ul{
        margin:30px auto;
        text-align: left;
    }

    #quality ul li{
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        margin:30px 0;
    }

    #quality ul li img{
        width:15%;
    }
    #quality ul li div{
        width:85%;
    }

    #quality ul li div p.title{
        color:#960000;
        font-size:2.4rem;
        display: flex;
        align-items: center; 
        justify-content: space-between; 
        border-bottom: 3px dotted #960000;
    }

    #quality ul li div p.title:after,
    #quality ul li div p.p2::after{
        border-top:none;
        width:0;
    }


}