/* CSS Document */

/*reset------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
a{
    text-decoration: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

footer .flex.copy_right p, footer .flex.copy_right a {
    color: #fff;
    font-size: 12px;
    line-height: 1.8;
}

.pc-only,section#sec02 .pc-only{
	display: block;
}
.sp-only,section#sec02 .sp-only{
	display: none;
}




@media screen and (max-width:768px) { 
.pc-only,section#sec02 .pc-only{
	display: none;
}

	.sp-only,section#sec02 .sp-only{
	display: block;
}

}

/*-----------------------------------------------*/


/*=============================================*/

body{
/*font-family: "ten-mincho", alga, "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;*/
font-family: "dnp-shuei-nshogomincho-std","Yu Mincho", alga, "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
/*font-family:"myfont", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;*/
	font-weight: 700;
}

html, body {
  overflow-x: hidden; /* 横スクロールのみ無効化（縦スクロールは保持） */
}

.nav__wrap,.nav{
    display: flex;   
        justify-content: space-between;
}
header{
     background: #B48436;
    padding: 30px;
}
.nav__wrap{
    margin: 0 auto;
}
.nav{
    margin-top: 10px;
}
.nav li{
    margin-left: 30px;
}
.nav a{
    color: #000;
}
.nav li:hover{
    opacity: 0.8;
}
.nav li a:after{
    content: "";
    background:url("../img/nav_icon.png");
    width:20px;
    height: 20px;
}


.nav__wrap {
    align-items: center;
}

.nav li:hover {
    /* text-decoration: underline; */
}



.mv img {
    width: 100%;
}



.logo img {
    width: 70px;
}

.nav__wrap, .nav {
    justify-content: space-between;
}

.img_box {
    width: 100%;
}

.img_box img {
    width: 50%;
}

section {
    /* padding: 0 30px; */
}


footer .flex {
    display: flex;
    justify-content: space-between;
    margin: 0 40px;	
}

footer .flex.copy_right {
    display: block;
    margin-right: 30px;
}

footer {
    width: 100%;
	    margin-top: -1px;
}

html,div,section {
    box-sizing: border-box;
}

footer {
    background: #000;
}


footer {
    padding: 40px 0;
}


#page_top{
    width: 50px;
    height: 50px;
    position: fixed;
    z-index: 9;
    right: 40px;
    bottom: 40px;
    /* background: #000; */
    opacity: 0.6;
    border: 1px solid #000;
	    border-radius: 30px;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
    content: '';
    width: 10px;
    height: 10px;
    border: 0;
    border-top: solid 1px #000;
    border-left: solid 1px #000;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -4px;
    margin: -3px auto 0;
    right: 0;
    transform: rotate(
45deg
);
}
#page_top a:hover {
    opacity: 0.6;
}


/*------------------------------------------*/
/*l_header
/*------------------------------------------*/
.main_cover{
    position: fixed;
    width: 100%;
    visibility: hidden;
    z-index: -1;  
    -webkit-transition: .3s;
    transition: .3s;
}
.main_cover.active{
    height:100%;
    visibility: visible;
    background:rgba(0,0,0,0.4);
    z-index:1000;
}
.header_inner{
	width: 100%;
    height: 80px;
    top: 0;
    left: 0;
   position: fixed;
    /*backdrop-filter: blur(3px);*/
    z-index: 10000;
	/*background: #131310;*/
}
.l_header .header_wrap{
    position:relative;
   /* width: 100%;
    height: 80px;*/
	width: 100%;
    height: 80px;
	
	
}
/*nav=====*/
/*
.l_header .nav{
    display: none;
    position: relative;
    width: 100%;
    text-align: center;
    top: 0;
    left: 0;
    background: #b48436c4;
    z-index: 10000;
    height: 100vh;
    padding: 40px;
    backdrop-filter: blur(3px);}
	*/

nav {
    width: 21%;
    height: 10000%;
    transition: all 0.3s;
    transform: translate(600px);
    position: fixed;
    top: -10px;
    padding: 40px;
    right: 0;
    z-index: 2;
    background: #0000006b;
    backdrop-filter: blur(3px);
}

nav.active {
  transform: translate(0);
}



 .l_header .nav a{
        color: #fff;
        display: block;
        height: 60px;
        line-height: 40px;
     text-decoration:none;
    }


.sns li {
       width: 31px;
    margin-top: 14px;
	    margin-left: 10px;
}

     .sns ul li a::before {
        content: none;
    }

.sns ul li a::before {
        content: none;
    }

    .sns ul.flex {
    justify-content: right;
    padding: 0;
    margin-right: 60px;
    }


.sns img
 {
    width: 26px;
}

.sns {
    z-index: 100;
    position: relative;
}
/*header_sp_nav=====*/
.l_header  .header_sp_nav{
    width: 30px;
    height: 26px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin:auto;
    cursor: pointer;
	    z-index: 10000;
}
.l_header .nav_line{
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    background: #fff;
    -webkit-transition: .3s;
    transition: .3s;
}
.l_header .nav_line1{
    top: 0;
    bottom: auto;
    margin-bottom: 10px;
}
.l_header .nav_line2{
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.l_header .nav_line3{
    bottom: 0;
    top: auto;
}

.l_header .header_sp_nav.active .nav_line2{
        display: none;
    }
.l_header .header_sp_nav.active .nav_line1{
        top: 0;
        bottom: 0;
        margin: auto;
        transform:rotate(45deg);
    }
.l_header .header_sp_nav.active .nav_line3{
        top: 0;
        bottom: 0;
        margin: auto;
        transform:rotate(-45deg);
    }
#logo_absol{
  position:relative;
}
#logo_absol img{
     position: absolute;
    /* z-index: 10000; */
    top: 17px;
    left: 10px;
}



	.nav li{
		margin: 0;
	}
#logo_absol img {
    width: 80px;
    left: 20px;
    top: 25px;
}

header {
    padding: 0px 0;
}

header.l_header.sp-only {
    border-bottom: 1px solid #e3e3e3;
}


main.l_main.sp-only {
    border-top: 1px solid;
}

.mv {
    /* border-top: 1px solid #000; */
}

.l_header .nav li:first-child {
    padding-top: 10px;
}

header {
    padding: 0px 0;
}

header.l_header.sp-only {
    border-bottom: 1px solid #e3e3e3;
}

.header_inner {
    /* border-bottom: 1px solid; */
}

main.l_main.sp-only {
    border-top: 1px solid;
}

.mv {
    /* border-top: 1px solid #000; */
}

.l_header .nav li:first-child {
    padding-top: 20px;
}

.l_header .nav li:last-child {
    padding-bottom: 20px;
}



.l_header .header_wrap {
    height: 60px;
}

.header_inner {
    height: 60px;
}



/*プレミアムオイスターソース　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.mv_under img {
    width: 100%;
}
.mv_upper .mv_respo.pc-only {
    background-image: url("../img/mv.png");
    background-size: cover;
    background-repeat: no-repeat;
    height: 90vh;
    background-position: center;
}

.mv_respo  .tx_wrap img {
    position: absolute;
    right: 8vw;
    top: 5vh;
    width: 19%;
}

.mv_respo {
    position: relative;
}

.mv_respo .item_wrap img {
    position: absolute;
    left: 8vw;
    bottom: 1vh;
    width: 12%;
}

.bg_red {
    background: linear-gradient(to bottom, #460F0F, #000000);
}

section#sec01 {
    background-image: url("../img/sec01_bg.png");
    padding: 140px;
    text-align: center;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}
section#sec03 {
    background-image: url("../img/sec03_bg.png");
    padding: 140px;
    text-align: center;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

section#sec06 {
    background-image: url("../img/sec06_bg.png");
    padding: 140px 0;
    text-align: center;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}
section#sec07 {
    background-image: url("../img/last_bg.png");
    padding: 140px;
    text-align: center;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}


section#sec06{
	text-align: center;
}

#sec01 .section_wrap div {
    margin: 60px auto;
}

section#sec01 p {
    color: #fff;
    font-size: 1.5625em;
    line-height: 2.4;
}

section#sec02 {
    text-align: center;
}

section {
    /* padding: 140px; */
}

.flex {
    display: flex;
}

section#sec02 p {
    color: #fff;
    font-size: 25px;
    line-height: 2.4;
}

.sec02_cnt01 p {
    text-align: left;
}

.sec02_cnt_wrap_01 div {
    margin-left: 50px;
}

.sec02_cnt_wrap_01.flex {
    align-items: center;
}

section#sec02 {
    padding: 120px 0;
}

#sec02 h2 img, #sec03 h2 img {
    margin-bottom: 80px;
    width: 27%;
    margin: 0 auto 80px;
    display: block;
}

.sec02_cnt02 {
    padding: 120px 0 0;
}

.about_sinkuu {
    margin-top: 80px;
    border: 1px solid #fff;
    width: 50%;
    display: block;
    text-align: left;
    margin: 80px auto 0;
    /* font-size: 20px; */
    padding: 40px;
}

#sec02 .about_sinkuu p {
    font-size: 20px;
}

.sec02_cnt_wrap_02 img {
    margin-bottom: 60px;
}

.feature p {
    color: #fff;
    font-size: 3.125rem;
    line-height: 1.2;
}

.feature img {
    width: 100%;
}

.feature p.komoji {
    font-size: 1.25rem;
    margin-top: 20px;
}

#sec03 .tx img {
    width: 23%;
}

.feature .tx {
    margin-right: 50px;
}

.feature {
margin-bottom: 20vh;
    align-items: center;
    position: relative;
    padding: 100px 0px;
}

.feature01 .img {
    background: url(../img/sec03_img01.png);
     width: 69%;
    height: 46vh;
    position: absolute;
    right: -20%;
	
}

.feature02 .img {
    background: url(../img/sec03_img02.png);
    width: 69%;
    height: 46vh;
    position: absolute;
    left: -20%;
	
}


.feature.feature02.flex {
    justify-content: end;
}

.feature03 .img {
    background: url(../img/sec03_img03.png);
    width: 69%;
    height: 46vh;
    position: absolute;
    right: -20%;
	    background-size: cover;
    background-position: bottom;
}

section#sec03 .section_wrap {
    width: 1400px;
    margin: 0 auto;
}

.graph img {
    display: block;
    margin: 0 auto;
	    width: 80%;
}

section#sec04 {
    padding: 140px;
}

.feature02 .tx {
    justify-content: end;
}


.reason {
    margin: 120px auto;
    display: block;
}

.reason img {
    margin: 0 auto;
    display: block;
}

.reason p {
    margin: 60px 0;
}

.feature.feature03.flex {
    padding-bottom: 0;
}

section#sec05 {
    padding: 140px 0;
    background: #000;
}
.feature.feature03.flex {
    padding-bottom: 0;
}

section#sec05 {
    padding: 140px 0;
    background: #000;
}

#sec05 .recipe_wrap {
    margin: 0 auto 80px;
    /* display: block; */
    width: 1400px;
    justify-content: space-between;
}

#sec05 h2 img {
    margin: 0 auto 80px;
    display: block;
}

#sec05 .btn {
    margin-top: 30px;
}

.btn a:hover {
    opacity: 0.8;
    transition: .3s;
}

#sec05 .recipe_wrap img {
    width: 70%;
}

#sec05 .recipe_tx {
    width: 26%;
}

.recipe_wrap02 {
    justify-content: space-between;
    margin-bottom: 80px;
    align-items: center;
}

section#sec06 .section_wrap {
    width: 1400px;
    margin: 0 auto;
}

#sec06 h2.title_wrap {
    margin-bottom: 80px;
}
#sec05  .recipe_wrap02 .recipe_img img {
    width: 47%;
    margin-left: 37px;
}

#sec06 .recipe_img {
    margin-bottom: 30px;
}

.info_premium.flex {
       width: 70%;
    margin: 0 auto;
}

info_premium .tx {
    /* width: 50%; */
}

.flex.cv img {
    /*width: 84%;*/
	width: 41%;
	    border-radius: 5px;
}

#sec07 .tx > img {
    width: 80%;
    margin-bottom: 10px;
}

#sec07 .tx {
    text-align: left;
	    width: 70%;
}

dt,dd {
    font-size: 21px;
}

section#sec07 > div {
    width: 1400px;
    margin: 0 auto;
}
dl {
    display: flex;
    margin-bottom: 20px;
}

dt {
    /* margin-right: 10px; */
    width: 25%;
}

dd {
    width: 75%;
	    line-height: 1.5;
}

div#cv {
    margin-top: 40px;
}


.info_premium .img {
    width: 25%;
}


div#cv {
    margin-top: 40px;
}

.info_premium .img {
    width: 25%;
}

.bnr {
    margin-top: 80px;
}

.bnr a:hover, div#cv a:hover {
    opacity: 0.8;
    transition: .3s;
}

.mv_under {
    margin-bottom: -2px;
}

.sec02_cnt_wrap_01 img {
    width: 50%;
}
.sec04_bottom_img img {
    width: 102%;
}

#sec04 h3 span {
    width: 100%;
}

.recipe_wrap02 img {
    filter: drop-shadow(8px 19px 10px rgba(0, 0, 0, 0.5));
}

#sec01 h1.title_wrap img, .subtitle{
	    width: 51%;
}

.subtitle img {
    width: 88%;
}

#sec03 h2 img{
	margin-bottom: 130px;
}


@media screen and (min-width: 1400px) and (max-width:1600px) {
	.mv_upper .mv_respo.pc-only{
		    height: 80vh;
	}
}
@media screen and (min-width: 1250px) and (max-width:1399px) {
	.mv_respo .tx_wrap img{
		    top: 8vh;
	}
}

@media screen and (min-width: 891px) and (max-width:1249px) {
	.mv_respo .tx_wrap img{
		    top: 8vh;
		    width: 24%;
	}
	.mv_respo .item_wrap img {
    width: 15%;
}
}

@media screen and (min-width: 769px) and (max-width:890px) {
	.mv_respo .tx_wrap img{
		        width: 27%;
	}
		.mv_respo .item_wrap img {
    width: 17%;
}
}

@media screen and (max-width: 1400px) {
	
#sec03 h2 img{
	margin-bottom: 100px;
}
	#sec01 .section_wrap div {
    margin: 40px auto;
	}
		
		.subtitle img {
    width: 84%;
}

section#sec02 p {
    font-size: 20px;
}

#sec02 .sec02_cnt02 h2 img {
    width: 22%;
}

#sec02 .about_sinkuu p {
    font-size: 16px;
}

section#sec03 {
    padding: 100px;
}

section#sec03 .section_wrap {
    width: 100%;
}

.feature01 .img {
    width: 79%;
    height: 43vh;
}

.feature .tx {
    margin-right: 0;
}

.feature p {
    font-size: 2.4rem;
    line-height: 1.4;
}

section#sec04 {
    padding: 100px;
}

.reason h3 img {
    width: 62%;
}

.reason p img {
    width: 49%;
    /* margin: 39px 0; */
}

.reason p {
    margin: 40px 0;
}

.reason div img {
    width: 73%;
}

.reason {
    margin: 120px auto 0;
}

#sec05 .recipe_wrap {
    width: 75%;
}

#sec05 h2 img {
    width: 35%;
}

section#sec06 .section_wrap {
    width: 100%;
}

img.recipeimg {
    width: 57%;
}

.recipe_img {
    /* width: 72%; */
}

#sec06 .btn img {
    width: 51%;
}

h2.title_wrap {}

#sec06 h2 img {
    width: 35%;
    /* margin-bottom: -10px; */
}

#sec06 h2.title_wrap {
    margin-bottom: 60px;
}

.recipe_img img {
    width: 68%;
}

section#sec07 {
    padding: 100px;
}

section#sec07 > div {
    width: 100%;
}

.info_premium.flex {
    justify-content: space-between;
}

.info_premium .img img {
    width: 93%;
}

#sec07 .tx > img {
    width: 100%;
}

	.sec02_cnt_wrap_02 img {
    width: 25%;
}
	section#sec01 p {
    font-size: 1.4em;
}
	.recipe_img.recipe_img06 img {
    width: 78%;
}

.recipe_img.recipe_img07 img {
    width: 59%;
}
	.bnr img {
    width: 52%;
}

.bnr a {
    display: block;
    /* margin-top: 50px; */
}

.bnr {
    margin-top: 60px;
}
	section#sec05 {
    padding: 100px 0;
}

section#sec06 {
    padding: 100px 140px;
}
	.recipe_wrap02_last{
		margin-bottom: 0;
	}
	section#sec05 {
    padding: 100px 0;
}

section#sec06 {
    padding: 100px 140px;
}
}

@media screen and (max-width: 1200px) {
	nav {
		width: 35%;}
	
	.feature p {
    font-size: 2rem;
}

#sec01 h1.title_wrap img, .subtitle {
    width: 60%;
}

#sec02 h2 img, #sec03 h2 img {
    width: 32%;
    margin: 0 auto 90px;
}

section#sec02 p {
    /* font-size: 20px; */
}

.flex {}

.sec02_cnt_wrap_01.flex {
    display: block;
}

.sec02_cnt_wrap_01 img {
    width: 80%;
    /* height: 450px; */
}

section#sec02 p {
    text-align: center;
    margin-top: 30px;
}

.sec02_cnt_wrap_01 div {
    margin-left: 0;
}

section#sec02 .sec02_cnt_wrap_02 p {
    margin-top: 0;
}

.about_sinkuu {
    width: 70%;
}

#sec01 .img__box img {
    width: 20%;
}

section#sec01 {
    padding: 100px;
}

#sec05 .recipe_wrap .btn img {
    width: 88%;
}

#sec07 .tx {
    width: 77%;
}

.info_premium.flex {
    width: 90%;
}

#sec07 .tx > img {
    width: 81%;
}

dt, dd {
    font-size: 18px;
}

.info_premium .img img {
    width: 92%;
}

.flex.cv img {
    /* width: 70%; */
}

div#cv {
    width: 94%;
}

.feature01 .img {
    height: 34vh;
    width: 80%;
    /* right: 10%; */
    background-size: contain;
    background-repeat: no-repeat;
}

.feature02 .img {
    height: 34vh;
    width: 73%;
    /* right: 10%; */
    background-size: contain;
    background-repeat: no-repeat;
}

.feature {
    padding: 30px 0px;
}

#sec03 h2 {
    padding-bottom: 40px;
}

.feature03 .img {
    height: 34vh;
    width: 80%;
    /* right: 10%; */
    background-size: contain;
    background-repeat: no-repeat;
}

.feature p.komoji {
    font-size: 1.1rem;
    margin-top: 13px;
}

section#sec03 {
    padding: 10vw;
}

.reason {
    margin: 60px auto 0;
}

.bnr {
    margin-top: 30px;
}
	
	
}


@media screen and (max-width: 1100px) {
	
	#sec05 .mb0	{
		margin-bottom: 0;
	}
	.mv_upper .mv_respo.pc-only {
    height: 70vh;
}

#sec02 .about_sinkuu p br {
    display: none;
}

#sec02 .about_sinkuu p {
    text-align: left;
}
	
section#sec02 {
    padding: 100px 0;
}
}


@media screen and (max-width: 900px) {
	
	.feature.flex {
    /* display: flex; */
    flex-flow: column;
}

#sec03 .tx img {
    width: 28%;
}

.feature .img {
    height: 35vh;
    width: 85%;
    position: relative;
    right: 18vw;
    /* left: 0; */
    margin: 30px auto 0;
}

.feature {
    margin-bottom: 0;
}

.feature.feature02.flex {flex-flow: column-reverse;}

.feature p {
    font-size: 2rem;
}

#sec03 h2 img {
    margin-bottom: 0;
}
.feature.feature02 .img {
    left: 24vw;
}
section#sec04 {
    padding: 100px 0px;
}

#sec05 h2 img {
    width: 44%;
}

#sec05 .recipe_wrap {
    width: 83%;
}

#sec06 h2 img {
    width: 37%;
}

section#sec06 {
    padding: 100px 50px;
}

.bnr img {
    width: 62%;
}	
	
}



/*sp============================================*/
@media screen and (max-width:768px) {
	.flex.cv img {
		width: 26%;}
	    .sec02_cnt_wrap_02 img {
        width: 47%;
    }
	    .feature p.komoji {
        font-size: 12px;
        margin-top: 5px;
    }
	#sec03 .tx img {
    width: 24%;
}
.mv_upper .mv_respo.sp-only {
    background-image: url("../img/mv_sp.png");
    background-size: cover;
    background-repeat: no-repeat;
    height: 64vh;
    background-position: center;
}
	.mv_respo .tx_wrap img {
    position: absolute;
    right: 0px;
    top: 10vh;
    width: 40%;
}
	.mv_respo .item_wrap img {
    width: 26%;
    left: 0;
}
	section#sec01 {
    padding: 80px 30px;
}

section#sec01 p {
    font-size: 1em;
}

#sec01 h1.title_wrap img, .subtitle {
    width: 92%;
}

#sec01 .section_wrap div {
    margin: 30px auto;
}

section#sec02 {
    padding: 80px 0;
}

#sec02 h2 img, #sec03 h2 img {
    width: 51%;
    margin: 0 auto 30px;
}

section#sec02 p {
    font-size: 16px;
    /* text-align: left; */
    width: 100%;
    display: block;
    margin: 0 auto;
}

section#sec02 p {
    margin-top: 30px;
}

#sec01 .section_wrap .img__box {
    margin-bottom: 0;
}

.sec02_cnt_wrap_01 img {
    width: 100%;
}

#sec02 .sec02_cnt02 h2 img {
    width: 45%;
}

.sec02_cnt_wrap_02 img {
    margin-bottom: 30px;
	        margin-top: 10px;
}

.about_sinkuu {
    width: 80%;
    padding: 20px;
    margin-top: 40px;
}

#sec02 .about_sinkuu p {
    font-size: 14px;
    /* width: 80%; */
}

.sec02_cnt02 {
    padding: 80px 0 0;
}

#sec03 h2 img {
    width: 59%;
    margin: 0 auto;
}

.feature .img {
height: 26vh;
        width: 100%;
        left: -10vw;
}

.feature.feature02 .img {
    height: 26vh;
    width: 185%;
    left: 1vw;
}

.feature .tx {
    /* width: 100%; */
}

.feature p {
    font-size: 1.5rem;
}

section#sec03 {
    padding: 80px 30px;
}

#sec03 h2 {
    padding-bottom: 10px;
}

.feature {
    padding: 30px 0px 0;
}

section#sec04 {
    padding: 80px 0px;
}

.graph img {
    width: 84%;
}

.feature03 .img {
        height: 34vh;
        width: 131%;
}

.reason h3 img {
    width: 77%;
}

.reason p img {
    width: 68%;
}

.reason div img {
    width: 82%;
}

.reason p {
    margin: 30px 0;
}

#sec05 .recipe_wrap.flex {
    /* display: block; */
    width: 90%;
}

#sec05 h2 img {
    width: 60%;
    margin-bottom: 40px;
}

#sec05 .recipe_tx {
    width: 33%;
}

#sec05 .recipe_wrap02 .recipe_img img {
    margin-left: 25px;
}
.recipe_img.recipe_img01 img {
    margin-left: 10px;
}
section#sec05 {
    padding: 80px 0;
}

section#sec06 {
    padding: 80px 0px;
}

#sec06 h2 img {
    width: 45%;
}

.recipeimg {
    width: 60%;
}

img.recipeimg {
    width: 60%;
}

.recipe_wrap02 {
    margin: 40px 20px 0;
}

.recipe_img img {
    width: 86%;
}

.recipe_img.recipe_img06 img {
    width: 96%;
}

.recipe_img.recipe_img07 img {
    width: 77%;
}

section#sec07 {
    padding: 60px 30px;
}

.info_premium.flex {
    display: block;
    width: 100%;
}

.info_premium .img {
    margin: 0 auto;
}

#sec07 .tx {
    width: 100%;
}

dl {
    margin-bottom: 12px;
}

dt, dd {
    font-size: 16px;
}

.bnr img {
    width: 100%;
}
	
#sec05 .recipe_wrap img {
    width: 66%;
}	
.sec02_cnt02 h2 {
    margin-bottom: 30px;
}

#sec03 h2 img {
    width: 59%;
}

.recipe_img.recipe_img01 img {
    width: 100%;
}

.recipe_img.recipe_img01 {
    /* width: 100%; */
}

img {}

.recipe_img.recipe_img01 img {
    margin-left: 10px;
}

#sec06 h2.title_wrap {
    margin-bottom: 40px;
}

#sec06 .recipe_img {
    margin-bottom: 15px;
}

#sec06 .btn img {
    width: 80%;
}

section#sec07 {
    padding: 80px 30px;
}

.info_premium .img img {
    margin-bottom: 20px;
}

#sec07 .tx > img {
    width: 90%;
}

div#cv {
    width: 100%;
    margin-top: 20px;
}

.flex.cv {
    /* justify-content: flex-end; */
    text-align: center;
}
	footer .flex {
    margin: 0 30px;
}
	nav {
    width: 80%;
}
	section#sec02 .mt20{
		margin-top:  10px;
	}
}