/* 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{
	display: block;
}
.sp-only{
	display: none;
}


@media screen and (max-width:768px) { 
.pc-only{
	display: none;
}

	.sp-only{
	display: block;
}

}

/*-----------------------------------------------*/


/*=============================================*/

body{
/*font-family: "ten-mincho", alga, "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;*/
font-family: "Yu Mincho", alga, "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
/*font-family:"myfont", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;*/
	font-weight: 500;
}

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%;
}

html,div,section {
    box-sizing: border-box;
}

footer {
    background: #B48436;
}


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: #482d0026;
}
.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: 26%;
    height: 10000%;
    transition: all 0.3s;
    transform: translate(600px);
    position: fixed;
    top: 50px;
    padding: 40px;
    right: 0;
    z-index: 1000;
    background: #7d4f026b;
    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;
}


/*header_sp_nav=====*/
.l_header  .header_sp_nav{
    width: 30px;
    height: 26px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin:auto;
    cursor: pointer;
}
.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;
}



/*タテギ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

/*top画像*/

.tx_tategi {
    width: 70%;
    margin: 0 auto;
    display: block;
}

.tx_tategi img, .item img {
    width: 100%;
}

.item {
    width: 35%;
    margin: 0 auto;
    display: block;
}

/*sec01*/

.mv_respo .inner > img {
    width: 100%;
}
#sec01 .txt1 {
    text-align: center;
}
.mv_respo .tx {
    position: absolute;
    /* width: 80%; */
    display: block;
    /* margin: 60px; */
    top: 15%;
    transform: translateY(-50%);
      width: 30%;
}

.img__box {
    display: flex;
    justify-content: space-between;
	    align-items: baseline;
}

.img__box div:first-child {
    width: 26%;
}

.img__box div:nth-child(2) {
    width: 44%;
}
.img__box div img {
    width: 100%;
}

.inner,.sec02___cnt .img_wrap {
    position: relative;
}

.item img {
    display: block;
    margin: 0 auto;
}

section {
    padding: 120px 0 120px;
}

#sec01,#sec03,#sec05,.sec02___cnt {
    width: 1100px;
    margin: 0 auto;
}

h1,h2 {
    text-align: center;
    margin-bottom: 40px;
}
h2{
	margin-bottom: 60px;
}

p,li {
    font-size: 20px;
    line-height: 2;
}

section#sec02 {
	background: url("../img/bg_kin.png");
	background-size: cover;
}
#sec04{
	background: url("../img/bg_bg.png");
	background-repeat: repeat;
    background-size: cover;
    background-position: center;
}

.flex {
    display: flex;
	justify-content: space-between;
    margin-bottom: 60px;
}

section#sec02 p {
    color: #fff;
}
.sec02___cnt .img_wrap {
    width: 50%;
    /* margin-right: 40px; */
}

.sec02___cnt .img_wrap img {
    width: 100%;
}

#sec02 .flex {
    justify-content: space-between;
    margin-bottom: 60px;
	align-items: center;
}
#sec02 h3 {
    margin-bottom: 20px;
}

.sec02___cnt div:first-child .img_wrap:before {
    content: "";
    background: url(../img/cnt_img01_op.png);
    position: absolute;
    width: 230px;
    height: 87px;
    top: 30px;
    left: -80px;
}
.sec02___cnt div:nth-child(2) .img_wrap:before {
    content: "";
    background: url(../img/cnt_img02_op.png);
    position: absolute;
    width: 230px;
    height: 87px;
    top: 30px;
    left: -80px;
}
.sec02___cnt div:nth-child(3) .img_wrap:before {
    content: "";
    background: url(../img/cnt_img03_op.png);
    position: absolute;
    width: 230px;
    height: 87px;
    top: 30px;
    left: -80px;
}
p.title_zairyo {
    font-size: 2rem;
    text-align: center;
    font-weight: bold;
}

.zairyo_cnt {
    padding: 60px;
    background: #F5E2C3;
    border-radius: 30px;
    position: relative;
    margin-top: 10px;
    width: 80%;
    margin: 20px auto 0;
}

.zairyo_cnt img {
    margin: 0 auto;
    display: block;
    width: 80%;
}

.zairyo_detail {
    /* margin-top: 30px; */
    display: flex;
    width: 80%;
    margin: 30px auto 0px;
    justify-content: space-around;
}

li {
    font-size: 20px;
    line-height: 1.8;
}

.zairyo_cnt:before {
    content: "";
    background: url("../img/sticker.png");
    position: absolute;
    width: 190px;
	height: 190px;
    top: -70px;
    right: -30px;
}
.zairyo_cnt:after {
    content: "";
    background: url("../img/icon_sundub_tategi.png");
    position: absolute;
    width: 320px;
	height: 335px;
    left: -160px;
	    bottom: -110px;
}
.howto {
    margin-top: 100px;
}

.howto > p {
    text-align: center;
    margin-bottom: 80px;
}

.cnt___howto {
    display: flex;
    justify-content: space-between;

}

.howtobox {
    width: 31%;
    background: #f5e2c3;
    border-radius: 15px;
}

.howtobox img {
    width: 100%;
}

.howtobox p {
	margin: 20px;
	font-size: 18px;
    line-height: 1.6;	
}

.cnt___howto > div{
	position: relative;
}
.cnt___howto > div:first-child:before {
	    content: "";
    background: url("../img/tejun01.png");
    position: absolute;
    width: 115px;
	height: 111px;
	top: -50px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.cnt___howto > div:nth-child(2):before {
	    content: "";
    background: url("../img/tejun02.png");
    position: absolute;
    width: 115px;
	height: 111px;
	top: -50px;
	left: 0;
	right: 0;
	margin: 0 auto;	
}
.cnt___howto > div:nth-child(3):before {
	    content: "";
    background: url("../img/tejun03.png");
    position: absolute;
    width: 115px;
	height: 111px;
	top: -50px;
	left: 0;
	right: 0;
	margin: 0 auto;	
}
#sec04 {
    padding: 240px 0;
}

section#sec04 .section_wrap {
    width: 1100px;
    margin: 0 auto;
}

.recipe_katuyou img {
    margin: 0 auto;
    display: block;
}

 .title {
    margin-bottom: 40px;
}

.recipe_block h3 {
    text-align: center;
    margin-bottom: 30px;
}

.recipe_block {
    margin: 100px 0;
}

.recipe_katuyou {
    /* margin-bottom: 60px; */
}

.slide__wrap {
   /* display: flex;*/
    background: #fff;
    padding: 80px;
    border-radius: 30px;
    justify-content: space-between;
    border: 1px solid;
}
/*
.slide__wrap div {
    width: 30%;
}*/

.slide__wrap div img {
    width: 100%;
}

h4 {
    text-align: center;
    margin-bottom: 40px;
}

#sec05 .flex {
    justify-content: space-evenly;
}
.btn a {
    background-color: #CBA15C;
    border-radius: 60px;
    box-sizing: border-box;
    color: #fff;
    padding: 20px 30px;
    position: relative;
    text-align: center;
    width: 80%;
    cursor: pointer;
    margin: 0 auto;
    display: block;
}


.btn a:after {
  content: '';
  position: absolute;
  border: 1px solid #000000;
  bottom: 3px;
  right: 3px;
  border-radius:60px;
  width: 100%;
  height: 100%;
}

.btn a{
	cursor: pointer
}

.btn a:hover:after {
  bottom: 0px;
  right: 0px;
}

.slide__wrap div.btn {
    width: 100%;
	    margin-top: 40px;
}

p.recipe_name {
text-align: center;
    line-height: 1.2;
    margin-top: 16px;
    margin-bottom: 13px;
}
span.small {
	font-size: 0.8em;}
span.icon_osaji{
	position: relative;
}
span.icon_osaji01:before {
    content: "";
	background: url("../img/icon_osaji1.png");
    width: 42px;
    height: 47px;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    right: -53px;
    top: -5px;
	
}
span.icon_osaji01-1:before {
	    top: -19px;
	    right: -70px;
}

span.icon_osaji02:before {
content: "";
    background: url(../img/icon_osaji2.png);
    width: 42px;
    height: 47px;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    right: -53px;
    top: -5px;
}
.btn.btn02 {
    margin-top: 40px;
}
#sec05 .flex p {
    text-align: center;
    margin: 10px;
}

.snapdish img {
    width: 350px;
    margin: 140px auto 30px;
    display: block;
}

.slide-in.leftAnime.slideAnimeLeftRight p {
    display: block;
    /* margin: 0 auto; */
}

.slide-in.leftAnime.slideAnimeLeftRight {
    width: 100%;
}


/*slide===================================*/

    .slider .slick-slide{
        height:auto!important;
    }
   /* .slider .slick-arrow{
        z-index:2!important;
    }
    .slider .slick-next{
        right:0!important;
    }
    .slider .slick-prev{
        left:0!important;
    }*/
.slider .slick-slide{
    margin-right: 1vw!important;
    margin-left: 1vw!important;
}
img.slide-arrow.prev-arrow.slick-arrow {
    position: absolute;
    z-index: 2;
    top: 30%;
    left: 29px;
	cursor:pointer;
}
.slide-arrow:hover {
    opacity: 0.8;
    transition: .3s;
}

img.slide-arrow.next-arrow.slick-arrow {
    position: absolute;
    z-index: 2;
    top: 30%;
    right: 29px;
	cursor:pointer;
}
/*次回更新で削除下===================================*/

.recipe_block03 img.slide-arrow.prev-arrow.slick-arrow  {
    top: 40%;
}

.recipe_block03 img.slide-arrow.next-arrow.slick-arrow {
    top: 40%;
}





/*dot===================================*/

.dots-class button {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
    border: none;
    background-color: transparent;
}

.dots-class {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.dots-class li {
    width: 10px;
    height: 10px;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 50%;
    margin-right: 10px;
    cursor: pointer;
    transition: background-color .5s ease;
}
.dots-class li.slick-active {
    background-color: #000;
}
.dots-class li{
	cursor: pointer
}
.dots-class li:hover {
    background-color: #000;
}
.dots-class li:last-child {
    margin-right: 0;
}

/*bnr===================================*/
.bnrKohten img {
    display: block;
    margin: 120px auto 0;
    border-radius: 30px;
}

.bnrKohten a {
    display: block;
}
.bnrKohten a:hover {
	opacity: 0.8;
	transition: 0.3s;
}
/*video===================================*

video {
    margin: 0 auto;
    display: block;
    border-radius: 30px;	
    width: 550px;
    height: 664px;
	background-color: black;
	    margin-bottom: 60px;
	cursor: pointer;
}
video:hover {
    opacity: 0.8;
    transition: 0.3s;
}

/*snapdish＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/


.logo_snap {
    /* text-align: right; */
    /* display: inline; */
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.logo_snap img {
    width: 160px;
    /* display: inline; */
    margin: 0;
}

.logo_snap p {
    /* display: inline; */
    margin-right: 20px;
    line-height: 1;
}

/*飾り*/

.kazari,.recipe___wrap {
    position: relative;
}

.kazari:before {
    content: "";
    background: url("../img/nami_left.png");
width: 183px;
    height: 117px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -90px;
    left: -110px;
}

.kazari:after {
    content: "";
    background: url(../img/nami_left.png);
width: 183px;
    height: 117px;

    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -100px;
    right: -110px;
}


.recipe___wrap:before {
    content: "";
    background: url("../img/nami_left.png");
	width: 183px;
    height: 117px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -27px;
    left: -37px;
    z-index: 10;
}

.recipe___wrap:after {
    content: "";
    background: url(../img/nami_left.png);
width: 183px;
    height: 117px;

    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -50px;
    right: -41px;
}

.recipe_block02 .recipe___wrap:after {
    content: "";
    background: url(../img/nami_left.png);
    width: 183px;
    height: 117px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -50px;
    transform: rotate(45deg);
    left: -41px;
}

.recipe_block02 .recipe___wrap:before {
    content: "";
    background: url(../img/nami_left.png);
    width: 183px;
    height: 117px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -37px;
    right: -27px;
    left: unset;
    transform: rotate(45deg);
    z-index: 10;
}
.howtobox.howto03{
	position: relative;
}
.howtobox.howto03:after {
    content: "";
    background: url("../img/com_udon.png");
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
    top: -80px;
    right: -92px;
	width: 204px;
	height: 96px;
}
.recipe_sundub_img img{
	    display: block;
    width: 80%;
    margin: 0 auto 50px;
	    border-radius: 30px;
}


/*導線*/
.flex.cv {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 70%;
    /* margin-top: 20px; */
    margin: 20px auto 0;
}

.flex.cv a {
    width: 22%;
    border: 1px solid #afafaf;
    margin: 10px 0;
}
.flex.cv a img {
    width: 100%;
}
.flex.cvl a img:hover {
    opacity: 0.7;
    transition: 0.2s;
}

.btn02 a{
	    width: 50%;
}
#sec05 .flex img {
    margin: 0 auto;
    display: block;
}
p.title_zairyo span {
    font-size: 0.8em;
    margin-left: 10px;
}
/*ipad============================================*/
@media screen and (min-width:769px) and ( max-width:1100px) {
	.bnrKohten img{
	width: 100%;
	}
	#sec01, #sec03, #sec05, .sec02___cnt {
    width: 100%;
    padding: 50px 60px 60px;
}
section {
    padding: 60px 0 120px;
}
.slide__wrap {
    width: 90%;
    margin: 0 auto;
}

iframe#sd-plugin-marketing-iframe {
    width: 90%;
    margin: 0 auto;
    display: block;
}

section#sec04 .section_wrap {
    width: 100%;
}

.sec02___cnt div:first-child .img_wrap:before,.sec02___cnt div:nth-child(2) .img_wrap:before,.sec02___cnt div:nth-child(3) .img_wrap:before {
    /* width: 230px; */
    /* height: 87px; */
    top: 20px;
    left: -30px;
}

.howtobox.howto03:after {
    top: -110px;
    right: -32px;
}

.recipe___wrap:before {
    top: -27px;
    left: 0px;
}

.recipe___wrap:after {
    bottom: -43px;
    right: 2px;
}

.recipe_block02 .recipe___wrap:before {
    top: -37px;
    right: 18px;
}

.recipe_block02 .recipe___wrap:after {
    left: 0px;
}
	.img_right, .img_left {
    width: 45%;
}

#sec02 h3 img {
    width: 100%;
}

section#sec02 p {
    font-size: 18px;
}

li {
    font-size: 18px;
}

.zairyo_detail {
    justify-content: space-between;
    width: 100%;
}

.zairyo_cnt img {
    width: 100%;
}

.zairyo_cnt:before {
    z-index: 1;
    top: -40px;
}

.zairyo_cnt:after {
    width: 257px;
    height: 265px;
    left: -150px;
    bottom: -140px;
    background-size: contain;
    background-repeat: no-repeat;
}
}
/*sp============================================*/
@media screen and (max-width:768px) { 
	.btn02 a {
    width: 80%;
}
	.recipe_sundub_img img{
		    width: 100%;
    margin: 0 auto 30px;
		
	}
		.bnrKohten img{
	width: 100%;
    margin: 80px auto 0;			
	}

	
	nav{
		width: 100%;
		    box-sizing: border-box;
		    background: #7d4f02f0;
	}
	
#sec01, #sec03, #sec05, .sec02___cnt {
    width: 100%;
    padding: 30px 20px 60px; 
    box-sizing: border-box;
    margin: 0;
}

#sec02 .flex {
    display: block;
    /* flex-flow: column; */
}

.sec02___cnt .img_wrap {
    width: 100%;
}

body {
    background: border-box;
}

section {
    /* box-sizing: border-box; */
}

#sec02 h3 {
    width: 70%;
    margin-top: 30px;
}

#sec02 h3 img {
    width: 100%;
}
/*
video {
        width: 90%;
        height: 420px;
}*/

    h2 img {
        width: 100%;
    }

#sec02 h2 {
            width: 46%;
        margin: 0 auto;
}
#sec03 h2 {
    width: 100%;
	        margin-bottom: 30px;
}

.cnt___howto {
    display: block;
}

.howtobox {
    width: 100%;
    margin: 80px auto 0;
}

.howtobox p {
    padding: 20px;
    margin: 0;
	font-size: 16px;
}

.recipe_katuyou .title {
    width: 80%;
    margin: 0 auto 40px;
}

.recipe_katuyou .title img {
    width: 74%;
}

section#sec04 .section_wrap {
    width: 100%;
}

.slide__wrap {
    margin: 0 20px;
}

img.slide-arrow.prev-arrow.slick-arrow {
    left: -18px;
}

img.slide-arrow.next-arrow.slick-arrow {
    right: -18px;
}

.snapdish {
    width: 100%;
}

.snapdish__cnt iframe {
    width: 100%;
    /* height: 300px; */
}
	.zairyo_cnt {
    padding: 30px;
    width: 100%;
    margin: 10px auto 0;
}

.zairyo_cnt img {
    width: 100%;
}

.zairyo_detail {
    display: block;
}

p, li {
    font-size: 16px;
}

.zairyo_cnt:before {
    width: 130px;
    height: 130px;
    top: -50px;
    background-size: contain;
    right: -30px;
    background-repeat: no-repeat;
	        z-index: 1;
}

.zairyo_cnt:after {
	    content: "";
    background: url("../img/icon_sundub_tategi_sp.png");
    position: absolute;
    width: 170px;
    height: 165px;
    left: 200px;
    bottom: 100px;
    background-size: contain;
    background-repeat: no-repeat;
}

p.title_zairyo {
    font-size: 1.5rem;
}

.howto > p img {
    margin: 0 auto;
    width: 34%;
}

.howto > p {}

.howto {
    margin-top: 60px;
}

.slide__wrap {
    padding: 30px;
}
#sec05 .flex {
    width: 100%;
}

#sec05 .flex > div {
    width: 47%;
}

#sec05 .flex div img {
    width: 100%;
}

h4 img {
    width: 75%;
}

.btn.btn02 a {
    font-size: 12px;
}

.btn.btn02 a {
    padding: 15px 10px;
}

.btn.btn02 {
    margin-top: 15px;
}

.snapdish img {
    width: 80%;
    margin: 90px auto 30px;
}
.logo_snap img {
    width: 130px;
    margin: 0;
}

.logo_snap {
    margin-top: 9px;
    align-items: anchor-center;
}

.logo_snap p {
    margin-right: 12px;
}
	h1 img {
    width: 49%;
}

#sec01 .txt1 {
    text-align: left;
}

section {
    padding: 60px 0;
}

.recipe_block h3 img {
    width: 45%;
}

.recipe_block {
    margin: 60px 0;
}

.recipe_block02 h3 img {
    width: 62%;
}

.recipe_block03 h3 img {
    width: 37%;
}

.cnt___howto > div:first-child:before,.cnt___howto > div:nth-child(2):before,.cnt___howto > div:nth-child(3):before {
    width: 85px;
    height: 80px;
    background-size: contain;
    background-repeat: no-repeat;
    top: -37px;
}

.howto > p {
    margin-bottom: 0px;
}

.howtobox.howto01 {
    margin-top: 50px;
}

section#sec03 {
    padding-top: 60px;
}
	
.sec02___cnt div:first-child .img_wrap:before,.sec02___cnt div:nth-child(2) .img_wrap:before,.sec02___cnt div:nth-child(3) .img_wrap:before {
    width: 190px;
    height: 69px;
    top: 30px;
    left: -40px;
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(
10deg);
}	
	#sec02 .flex:nth-child(2) {
    display: flex
;
    flex-direction: column-reverse;
}
	#sec02 .flex:nth-child(2) {
    display: flex;
    flex-direction: column-reverse;
}

.sec02___cnt div:first-child .img_wrap:before,.sec02___cnt div:nth-child(2) .img_wrap:before,.sec02___cnt div:nth-child(3) .img_wrap:before {
    width: 165px;
    height: 63px;
    top: 10px;
    left: -17px;
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(
13deg);
}

.sec02___cnt div:nth-child(2) .img_wrap:before {
    top: 200px;
    left: 202px;
    transform: rotate(
353deg);
    z-index: 10;
}


	h1.title_wrap {
    margin-bottom: 10px;
}
section#sec02 {
    padding: 60px 0 0;
}

#sec04 {
    padding: 120px 0;
}
	.recipe_katuyou img{
 width: 75%;		
}
	
	.kazari:before {
    width: 133px;
    height: 83px;
    top: -50px;
    left: -67px;
}
.kazari:after{
    width: 133px;
    height: 83px;
    bottom: -60px;
    right: -70px;
}

.recipe___wrap:before {
    width: 133px;
    height: 83px;
    top: -17px;
    left: -7px;
}

.recipe___wrap:after {
    width: 133px;
    height: 83px;
    bottom: -30px;
    right: -11px;
}

.recipe_block02 .recipe___wrap:before {
    width: 133px;
    height: 83px;
    top: -25px;
    right: -5px;
}

.recipe_block02 .recipe___wrap:after {
    width: 133px;
    height: 83px;
    bottom: -30px;
    left: -2px;
}
	
.howtobox.howto03:after {
    content: "";
    background: url(../img/com_udon.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -60px;
    right: -5px;
    width: 154px;
    height: 78px;
    transform: rotate(350deg);
}	
	.img__box {
    display: block;
    position: relative;
    height: 40px;
}

.img__box div:first-child {
    display: none;
}

.img__box div img {
    width: 370px;
    right: -90px;
    position: absolute;
    bottom: -148px;
}
	/*mv*/
.mv .tx {
    position: absolute;
    /* width: 80%; */
    display: block;
    /* margin: 60px; */
    top: 15%;
    transform: translateY(-50%);
    width: 30%;
}

.mv .tx {
    width: 100%;
    display: flex;
    top: unset;
    bottom: 10px;
    /* margin: 0 auto; */
    justify-content: space-around;
    padding: 0 20px;
}

.tx_tategi {
    width: 60%;
    margin-top: 23px;
}

.item {
    width: 34%;
}	

	#sec05 .flex.cv{
		    width: 90%;
	}

	
	#sec05 .flex {
    display: block;
}

#sec05 .flex > div {
    width: 100%;
}

#sec05 .flex div > img {
    width: 60%;
}

.btn.btn02 a {
    width: 65%;
}

#sec05 .flex.cv {
    width: 70%;
    display: flex;
}

.flex.cv a {
    width: 38%;
    /* padding: 15px 10px; */
}

#sec05 .flex > div:first-child {
    margin-bottom: 60px;
}
	
}