@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&display=swap');

*,
*:before,
*:after {
  box-sizing: inherit;
}
html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,cite,form,fieldset,input,textarea,p,blockquote,tr,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
	border:none;
}
fieldset,img { 
	border:0;
}
img {
	vertical-align: bottom;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight: normal;	
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border:0;
}
a:link,
a:visited,
a:hover {
	text-decoration:none;
	border:0;
}

/*common*/
html {
  -webkit-text-size-adjust: 100%;
}
body {
	font-size:1em;
    font-family: "M PLUS Rounded 1c", sans-serif;
}
a{
	ouline: 0;
}
ul, li {
	list-style: none;
}
wrapper {
	margin: 0 ;
	width: 100%;
    overflow: hidden;
}
main {
	width: 100%;
	display:block;
	margin: 0 ;
    overflow: hidden;
    background: repeating-linear-gradient(-45deg, #f7eff2, #f7eff2 5px, #ffffff 5px, #ffffff 15px);
}
h1 {
	padding-top: 70px;
}
h1 img {
	width: 100%;
}
h2, h3, h4 {
    line-height: 1.25em;
    letter-spacing:.05em;
}
h2 {
    font-size: 2.5em;
    font-weight: 500;
    color: #c94844;
    text-align: center;
}
h3 {
    font-size: 1.3em;
    font-weight: 500;
    margin: 3rem 0 .5em;
    color: #764603;
    text-align: center;
}
h4 {
    font-size: 1.1em;
    font-weight: 500;
    letter-spacing:2em;
    text-align: center;
}
h5 {
    font-size: .85em;
    font-weight: 500;
    line-height: 1.25em;
    letter-spacing:.01em;
    padding: 3px;
    white-space: nowrap;
}
h5.n_rcp1 {
    color: #927800;
}
h5.n_rcp2 {
    color: #006896;
}
h5.n_rcp3 {
    color: #567c03;
}
h5.n_rcp4 {
    color: #d34c3a;
}
h5.n_rcp5 {
    color: #86b81b;
}
h5.n_rcp6 {
    color: #927800;
}
h5.n_rcp7 {
    color: #d34c3a;
}
h6 {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1em;
    font-weight: 600;
    line-height: 1.4em;
    letter-spacing:0.01em;
    color: #944d57;
    padding-bottom: .5em;
}
video {
	width: 100%;
    display: block;
    max-width: 640px;
    margin: 2.5em auto 0;
}
.m_lead {
    font-weight: 400;
    font-size:1.2em;
	line-height:2em;
	letter-spacing:.07em;
    padding-bottom: 2em;
    color: #944d57;
}
.m_note {
    font-size:.9em;
	line-height:1.35em !important;
	letter-spacing:.05em !important;
    color: #97585b;
}
.m_name {
    font-size:.9em;
	line-height:1.2em !important;
	letter-spacing:.05em !important;
    text-shadow:1px 1px 1px #fff, -1px -1px 1px #fff, -1px 1px 1px #fff, 1px -1px 1px #fff, 0 1px 1px #fff, 0 -1px 1px #fff, -1px 0 1px #fff, 1px 0 1px #fff;
}
.m_name span {
    font-size:.8em;
}
.m_data {
    font-size:.9em;
	line-height:1.5em;
	letter-spacing:.02em;
    color: #764603;
    text-shadow:1px 1px 1px #fff, -1px -1px 1px #fff, -1px 1px 1px #fff, 1px -1px 1px #fff, 0 1px 1px #fff, 0 -1px 1px #fff, -1px 0 1px #fff, 1px 0 1px #fff;
}
.m_info {
    font-family: 'Noto Sans JP', sans-serif;
    font-size:.9em;
    font-weight: 400;
	line-height:1.5em;
	letter-spacing:.02em;
    color: #944d57;
}
.m_info span {
    font-weight: 600;
}
.m_copyright {
    display: block;
    width: fit-content;
    margin: 0 auto;
}
.m_center {
    text-align: center;
}
.m_color1 {
    color: #bbe1e8;
}
.m_color2 {
    color: #af8f5f;
}

.w900on {
	display: none;
}
.w767on {
	display: none;
}
.w640on {
	display: none;
}
.w568on {
	display: none;
}
.w460on {
	display: none;
}
.w390on {
	display: none;
}
.m_content {
	width: 96%;
    max-width: 1080px;
	margin: 0 auto;
    padding: 5vw 2vw 10vw;
    background-color: #fff;
}
.m_hl {
	border-bottom: solid 5px #fae1e6;
    scroll-margin-top: 170px;
    padding-bottom: .5em;
    margin-bottom: 2em;
}
.m_last {
	padding-top: 5vw;
}
.m_btn {
    display: block;
    width: fit-content;
    background-color: #fff;
    border-radius:20px;
    padding: 6px 25px;
    margin: 1em auto;
}
.m_btn h5 {
    font-size: 1em;
    font-weight: 500;
    letter-spacing: .05em;
    color: #c94844;
}
.m_flex {
	display: flex;
	flex-flow: row wrap;
    justify-content: space-between;
}
.m_inner {
	width: 100%;
    max-width: 880px;
    position: relative;
    margin: 0 auto;
}
.m_clear {
	clear: both;
}
.m_cl767{
	clear: both;
    display: none;
}
.m_cl640{
	clear: both;
    display: none;
}
header {
    width: 100%;
    height: auto;
	display:block;
}
header .m_kv {
    width: 100%;
    height: 100%;
    min-height: 100%;
	display:block;
    background:url("../img/drink_key_visual.webp") center bottom/ cover;
}
header .m_box1 {
    width: 100%;
    height: 100%;
    min-height: 100%;
	display:block;
    background-image: url("../img/decoration.webp");
    background-size: 7vw;
    background-position: center -11vw;
    background-repeat: repeat-x;
}
header .m_box2 {
    width: 98%;
    max-width: 980px;
    display:block;
	margin: 0 auto;
    padding-bottom: 250px;
    position: relative;
}
.m_kv-img1 {
  width:350px;
  position:absolute;
  bottom:25px;
  left:0;
  z-index: 501;
}
.fade_kv1 {
  transform:translateY(155px);
  transition:1s;
  opacity: 0;
}
.m_kv-img2 {
  width:390px;
  position:absolute;
  bottom:25px;
  left:360px;
  z-index: 502;
}
.fade_kv2 {
  transform:translateY(155px);
  transition:1s;
  transition-delay:.25s;
  opacity: 0;
}
.m_kv-img3 {
  width:135px;
  position:absolute;
  bottom:35px;
  right:0;
  z-index: 503;
}
.fade_kv3 {
  transform:translateY(155px) translatex(55px);
  transition:1s;
  transition-delay:.5s;
  opacity: 0;
}
.fade_item {
  transform:translateY(155px);
  transition:1s;
  opacity: 0;
}
.fade_name {
  transform:translateY(-125px);
  transition:.7s;
  animation-delay: .5s;
  opacity: 0;
}
.fade_cp {
  transform:translateY(55px) translatex(25px);
  transition:1s;
  transition-delay:.25s;
  opacity: 0;
}
.fade_kv1.m_fade, .fade_kv2.m_fade, .fade_kv3.m_fade, .fade_item.m_fade, .fade_name.m_fade, .fade_cp.m_fade {
  transform:translateY(0);
  opacity: 1;
}
#nav_recipe {
	position: fixed;
    display: block;
    width: 100%;
	top: -200px;  
	background-image: url("../img/decoration.webp");
	background-size: 7vw;
	background-position: bottom center;
	background-repeat: repeat-x;
    padding-bottom: 2vw;
    text-align: center;
    transition: .5s;
    visibility: hidden;
    z-index: 888;
}
#nav_recipe.m_show {
    top: 0;
    visibility: visible;
}
#nav_recipe ul {
    width: 100%;
    margin: 0 auto;
}
#nav_recipe ul li {
    width: 22%;
    margin-right: 4%;
    margin-bottom: .5em;
    float: left;
}
#nav_recipe ul.n_list1 li:nth-child(4) {
    margin-right: 0;
}
#nav_recipe ul.n_list2 li:nth-child(1) {
    margin-left: 13%;
}
#nav_recipe ul.n_list2 li:nth-child(3) {
    margin-right: 0;
}
#nav_recipe.m_show {
    top: 0;
    visibility: visible;
}
#nav_s {
	position: fixed;
    display: none;
    width: 250px;
    height: 100vh;
    top: 0; 
	background: rgba( 248, 207, 194, 0.85);
    transition: .5s;
    transform: translateX(0);
    visibility: hidden;
    overflow: scroll;
    z-index: 777;
}
#header_s {
    width: 90%; 
    padding: 4em .5em 2em;
    text-align: center;
    margin: 0 auto;
}
#header_s img.m_ttl {
    width: 100%;
    margin: 1em auto;
}
#nav_s ul {
    width: 99%;
    max-width: 300px;
    margin: 1em auto;
}
#nav_s ul li {
    width: 100%;
    margin-bottom: .5em;
}
dl.m_nbt {
	display: table;
	width: 100%;
    background-color: #fff;
    border-radius:20px;
    text-align: left;
}
dl.m_nbt h5 {
	padding: 3px 1px;
}
dl.m_nbt dd {
	display: table-cell;
	vertical-align:middle;
}
dl.m_nbt dd img {
	width: auto;
    height: 39px;
}
dl.m_nbt dd img.m_r1 {
	padding: 5px;
}
dl.m_nbt dd.m_l {
    width: 15%;
    text-align: center
}
dl.m_nbt dd.m_r {
    width: 85%;
}
#nav_inner {
	width: 100%;
	position: relative;
    padding-top: 2vw;
}
#nav_inner .m_recipe_i {
	width: 18vw;
	position: absolute;
    top: 3.5vw;
    left: 1vw;
}
#nav_inner .m_critique_i {
	width: fit-content;
	position: absolute;
    top: 2em;
    right: 2em;
}
#top-head.fixed {
	top: 0;
	position: fixed;
	transition: top 0.7s ease-in;
}
#top-head .nav_inner {
	width: 100%;
    max-width: 1000px;
    min-height: 60px;
    margin: 0 auto;
}
#nav-toggle {
	display: none;
	position: fixed;
	left: 10px;
	top: 10px;
	width: 50px;
	height: 50px;
	background-image: url("../img/nav_c.svg");
    background-size: cover;
	cursor: pointer;
	z-index: 901;
}
#nav-toggle div {
	position: relative;
}
#nav-toggle span {
	display: block;
	position: absolute;
	height: 3px;
	width: 26px;
	background: #764603;
	left: 12px;
	transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
	top: 15px;
}
#nav-toggle span:nth-child(2) {
	top: 23px;
}
#nav-toggle span:nth-child(3) {
	top: 31px;
}
.open #nav-toggle {
}
.open #nav-toggle span:nth-child(1) {
	top: 23px;
	transform: rotate(135deg);
}
.open #nav-toggle span:nth-child(2) {
	width: 0;
	left: 50%;
}
.open #nav-toggle span:nth-child(3) {
	top: 23px;
	transform: rotate(-135deg);
}

footer {
	width: 100%;
	padding:5vw 0;
    text-align: center;
    color: #764603;
    background-image: url("../img/nav_bg.webp");
    background-size: 7vw;
    background-position: center center;
}
footer p {
    font-size:0.8em;
    font-weight: 500;
    line-height: 1.5em;
	letter-spacing:0.06em;
    width: fit-content;
    color: #693741;
}
.fade_pp {
    transform: scale(1, 1);
}
.fade_pp.m_fade {
    animation: fadepp 0.7s linear;
    transform-origin: center;
}

@keyframes fadepp {
    20% {
        transform: scale(0.95, 0.95);
    }
    40% {
        transform: scale(1.05, 1.05);
    }
    100% {
        transform: scale(1, 1);
    }
}

.fade_in {
  opacity: 0.5;
  transition: 1s;
}
.fade_in.m_fade {
  opacity: 1;
}
.fade_up {
  opacity: 0.7;
  transform: translateY(50px);
  transition: 1s;
}
.fade_up.m_fade {
  opacity: 1;
  transform: translateY(0);
}
.fade_left {
  opacity: 0;
  transform: translateX(-125px);
  transition: 1s;
}
.fade_left.m_fade {
  opacity: 1;
  transform: translateX(0);
}
.fade_right {
  opacity: 0;
  transform: translateX(125px);
  transition: 1s;
}
.fade_right.m_fade {
  opacity: 1;
  transform: translateX(0);
}
.fade_critique01 {
  opacity: 0;
  transform: translateX(-125px) rotate(-25deg);
  transition: 1s;
}
.fade_critique01.m_fade {
  opacity: 1;
  transform: translateX(0) rotate(-2deg);
}
.fade_critique02 {
  opacity: 0;
  transform: translateX(125px) rotate(25deg);
  transition: 1s;
}
.fade_critique02.m_fade {
  opacity: 1;
  transform: translateX(0) rotate(-5deg);
}
.fade_critique03 {
  opacity: 0;
  transform: translateY(125px);
  transition: 1s;
  animation-delay: .5s;
}
.fade_critique03.m_fade {
  opacity: 1;
  transform: translateY(0);
}
.fade_critique04 {
  opacity: 0;
  transform: translateX(-55px)  rotate(25deg);
  transition: 1s;
}
.fade_critique04.m_fade {
  opacity: 1;
  transform: translateX(0)  rotate(5deg);
}
.fade_critique05 {
  opacity: 0;
  transform: translateX(25px) rotate(25deg);
  transition: 1s;
}
.fade_critique05.m_fade {
  opacity: 1;
  transform: translateX(0) rotate(-1deg);
}
#top_btn {
	position: fixed;
	bottom: 125px;
	right: 25px;
	display: block;
}
#top_btn a {
	opacity: .6;
	filter: alpha(opacity=60);
}
#top_btn a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
#top_btn img {
	width: 35px;
    height: auto;
}
section {
    position: relative;
    width: 100%;
}
section p, section dd {
    font-size: 1em;
    font-weight: 400;
}

/*求評会*/

#sc_critique {
    
}
#sc_critique p, #sc_project p {
    padding-bottom: 1.5em;
    line-height: 2em;
    letter-spacing:0.07em;
}
#sc_project p.m_note {
    text-align: center;
}
#sc_critique .m_box1 {
    width: 55%;
    float: right;
    margin-top: 2em;
}
#sc_critique .m_box1b {
    width: 55%;
    float: right;
}
#sc_critique .m_box2 {
    width: 39%;
    float: left;
}
#sc_critique .m_box2 h6 img {
    width: 100%;
}
#sc_critique .m_box2 img.m_img1 {
    width: 37%;
    position: absolute;
    border: solid #fff 5px;
    box-shadow: 2px 2px 4px 1px rgba(0, 0, 0, .2);
}
#sc_critique .m_box2 p.m_note {
    padding-top: 77%;
}
#sc_critique .m_box3 {
    width: 48%;
    float: right;
    padding-top: 0;
    position: relative;
    text-align: right;
}
#sc_critique .m_box3 img.m_img1 {
    width: 65%;
    position: absolute;
    top: -5%;
    left: 0;
    border: solid #fff 5px;
    box-shadow: 2px 2px 4px 1px rgba(0, 0, 0, .2);
}
#sc_critique .m_box3 img.m_img2 {
    width: 52%;
    float: right;
}
#sc_critique .m_box3 p {
    padding-top: .5em;
}
#sc_critique .m_box4 {
    width: 50%;
    float: left;
    position: relative
}
#sc_critique .m_box4 img.m_img1 {
    width: 58%;
    border: solid #fff 5px;
    box-shadow: 2px 2px 4px 1px rgba(0, 0, 0, .2);
}
#sc_critique .m_box4 img.m_img2 {
    width: 90%;
    position: absolute;
    top: 0;
    right: 0;
    
}
#sc_critique .m_box5a {
    width: 62%;
    float: left;
}
#sc_critique .m_box5b {
    width: 36%;
    float: right;
}
#sc_critique .m_box5a p {
    padding-top: .7em;
}
#sc_critique .m_box5a img, #sc_critique .m_box5b img {
    width: 100%;
    border: solid #fff 5px;
    box-shadow: 2px 2px 4px 1px rgba(0, 0, 0, .2);
}
#sc_critique .m_box6 {
    width: 50%;
    float: left;
}
#sc_critique .m_box7 {
    width: 45%;
    float: right;
    margin-top: 2em;
}
#sc_critique .m_box7 .m_box_p1, #sc_critique .m_box7 .m_box_p2 {
    width: 25%;
    float: left;
    text-align: center;
    margin-bottom: .5em;
}
#sc_critique .m_box7 .m_box_p3 {
    width: 50%;
    float: left;
    text-align: center;
    margin-bottom: .5em;
}
#sc_critique .m_box7 .m_box_p4 {
    width: 100%;
    text-align: center;
}
#sc_critique .m_box7 .m_box_p1 img, #sc_critique .m_box7 .m_box_p2 img, #sc_critique .m_box7 .m_box_p3 img, #sc_critique .m_box7 .m_box_p4 img  {
    width: 100%;
    margin-bottom: .5em;
}
#sc_critique .m_box8 {
    width: 100%;
    padding-top: 2em;
}
#sc_critique .m_box8 img {
    width: 100%;
}
#sc_critique .m_box8 h6 {
    padding-top: 1em;
}
#sc_critique .m_box8 p {
    padding-top: .5em;
    padding-bottom: 0;
    line-height: 1.5em;
    letter-spacing:.02em;
}
#sc_critique .m_box8 p.m_info span.m_note {
    font-weight: 400;
}

/*レシピ*/

#sc_recipe {
    
}
#sc_recipe p {
    padding-top: .5em;
    line-height: 1.5em;
    letter-spacing:0.05em;
}
.m_recipe {
    width: 100%;
	scroll-margin-top: 150px;
    padding: 2em 0;
    position: relative;
}
.m_spoon {
    width: 100%;
	margin: 0 auto;
    background-image: url("../img/spoon.webp");
	background-size: 15%;
	background-position: right center;
	background-repeat: no-repeat;
    border-bottom: solid 5px #fae1e6;
    padding-bottom: .7em;
    text-align: center;
}
.m_spoon img {
    width: 180px;
}
#sc_recipe .m_box1 {
    width: 45%;
    float: left;
    position: relative;
}
#sc_recipe .m_box1 img.m_item {
    width: 100%;
    margin: 0 auto;
}
#sc_recipe .m_box1 img.m_cp {
    width: 25%;
    top: 12%;
    left: 0;
    position: absolute;
}
#sc_recipe .m_box1 img.m_name {
    width: 22%;
    top: 0;
    right: 2%;
    position: absolute;
}
#sc_recipe .m_box2 {
    width: 54%;
    float: right;
    position: relative;
}
#sc_recipe .m_point h4 {
    margin-top: 0;
}
.m_recipe h4 {
    width: 100%;
    border-radius: 20px;
    padding: 3px;
    letter-spacing:0.07em;
    margin-top: 2em;
}
.m_point {
    width: 100%;
    padding: .5em 1em 1em;
    margin-top: 2em;
}
#sc_recipe h3 {
    margin:0;
}
#sc_recipe .m_chef {
    width: 54%;
    margin-top: 2em;
    float: right;
}
#sc_recipe .m_chef .m_box_p1 {
    width: 55%;
    margin-top: 1em;
    float: left;
}
#sc_recipe .m_chef .m_box_p1 p {
    line-height: 1.8em;
}
#sc_recipe .m_chef .m_box_p2 {
    width: 43%;
    float: right;
}
#sc_recipe .m_chef .m_box_p2 img {
    width: 100%;
}
#sc_recipe .m_list {
    list-style-type: none;
    counter-reset: li;
    padding-top: .5em;
}
#sc_recipe .m_list li {
    display: flex;
    align-items: flex-start;
    font-size: 1em;
    line-height: 1.5em;
    letter-spacing:0.05em;
    padding-bottom: .7em;
}
#sc_recipe .m_list li:last-child {
    padding-bottom: 0;
}
#sc_recipe .m_list li::before {
    display: inline-block;
    margin-top: .25em;
    min-width: 1.3em;
    margin-right: 5px;
    border: solid 1px #000;
    border-radius: 50%;
    background-color: #fff;
    color: #000;
    font-weight: 400;
    font-size: .8em;
    line-height: 1.3em;
    text-align: center;
    content: counter(li);
    counter-increment: li;
}
#m_recipe1 h4, #m_recipe1 .m_point {
    background-color: #feebbe;
}
#m_recipe1 h4, #m_recipe1 span, #m_recipe1 .m_chef {
    color: #927800;
}
#sc_recipe #m_recipe2 .m_box1 img.m_item {
    top: -12%;
    position: absolute;
}
#m_recipe2 h4, #m_recipe2 .m_point {
    background-color: #d3edfb;
}
#m_recipe2 h4, #m_recipe2 span, #m_recipe2 .m_chef {
    color: #006896;
}
#m_recipe3 h4, #m_recipe3 .m_point {
    background-color: #d5ead8;
}
#m_recipe3 h4, #m_recipe3 span, #m_recipe3 .m_chef {
    color: #567c03;
}
#m_recipe4 h4, #m_recipe4 .m_point {
    background-color: #f7dad9;
}
#m_recipe4 h4, #m_recipe4 span, #m_recipe4 .m_chef {
    color: #d34c3a;
}
#m_recipe5 h4, #m_recipe5 .m_point {
    background-color: #d5ead8;
}
#m_recipe5 h4, #m_recipe5 span, #m_recipe5 .m_chef {
    color: #86b81b;
}
#m_recipe6 h4, #m_recipe6 .m_point {
    background-color: #feebbe;
}
#m_recipe6 h4, #m_recipe6 span, #m_recipe6 .m_chef {
    color: #927800;
}
#m_recipe7 h4, #m_recipe7 .m_point {
    background-color: #f7dad9;
}
#m_recipe7 h4, #m_recipe7 span, #m_recipe7 .m_chef {
    color: #d34c3a;
}

/*プロジェクト*/
#sc_project {
    padding-bottom: 2em;
}
#sc_project .m_img1 {
    width: 60%;
    float: left;
    margin: 5% 0 1em;
}
#sc_project .m_img2 {
    width: 40%;
    float: right;
    margin: 5% 0 1em;
}
#sc_project .m_point {
    background-color: #fadce2;
}

@media screen and (max-width: 1200px) {
h5 {
    font-size: .8em;
}
#nav-toggle {
	display: block;
}
#nav_recipe {
    display: none;
}
#nav_s {
	display: block;
    transform: translateX(-250px);
    visibility: hidden;
}
.open #nav_s {
    transform: translateX(0);
    visibility: visible;
}
.m_hl, .m_recipe {
    scroll-margin-top: 0;
}
.m_kv-img3 {
  bottom:35px;
  right:5vw;
}
.fade_kv3 {
  transform:translateY(155px) translatex(0);
}
}

@media screen and (max-width: 900px) {
.w900on {
	display: inline;
}
.m_kv-img1 {
  width:37vw;
}
.m_kv-img2 {
  width:39vw;
  left:37vw;
}
.m_kv-img3 {
  width:15.5vw;
}
}

@media screen and (max-width: 767px) {
h2 {
    font-size: 1.5em;
}
h3 {
    font-size: 1.2em;
}
.w767on {
	display: inline;
}
.m_cl767{
    display: block;
}
.m_flex {
	display: block;
	flex-flow: nowrap;
}
.m_btn {
    margin-top: 3em;
}
.open #nav_s {
	width: 100vw;
    -webkit-overflow-scrolling: touch;
}
#nav_s ul li {
    width: 100%;
    margin-bottom: 1em;
}
#nav_s ul li h5 {
    font-size: 1em;
}
#top_btn {
	display: none;
}
.fade_critique02 {
  opacity: 0;
  transform: translateX(125px) rotate(0);
  transition: 1s;
}
.fade_critique02.m_fade {
  opacity: 1;
  transform: translateX(0) rotate(0);
}
.fade_critique03 {
  opacity: 0;
  transform: translateX(125px) rotate(0);
  transition: 1s;
}
.fade_critique03.m_fade {
  opacity: 1;
  transform: translateX(0) rotate(0);
}
#sc_critique .m_box6 {
    width: 100%;
    float: none;
}
#sc_critique .m_box6 h3 {
    margin-top: 0;
}
#sc_critique .m_box7 {
    width: 100%;
    float: none;
}
.m_spoon {
	background-size: 18%;
}
#sc_recipe .m_chef {
	width: 100%;
    margin-top: 1em;
    float: none;
}
#sc_recipe .m_chef .m_box_p1 {
    width: 65%;
}
#sc_recipe .m_chef .m_box_p1 p {
    padding-top: 5vw;
}
#sc_recipe .m_chef .m_box_p2 {
    width: 32%;
}
#sc_recipe #m_recipe2 .m_box1 img.m_item {
    top: -5vw;
}
}
@media screen and (max-width: 640px) {
h1 {
	padding-top: 7vw;
}
.w640on {
	display: inline;
}
.m_cl640{
    display: block;
}
header .m_box2 {
    padding-bottom: 28vw;
}
#sc_critique .m_box1 {
    width: 100%;
    float: none;
}
#sc_critique .m_box1b {
    width: 45%;
    margin-top: 3em;
}
#sc_critique .m_box2 {
    width: 52%;
}
#sc_critique .m_box2 img.m_img1 {
    width: 48%;
}
#sc_critique .m_box2 p.m_note {
    padding-top: 75%;
}
#sc_critique .m_box3, #sc_critique .m_box4 {
    width: 100%;
    float: none;
    padding-bottom: 5vw;
}
#sc_critique .m_box3 img.m_img1 {
    width: 55%;
    top: 5vw;
}
#sc_critique .m_box4 img.m_img1 {
    width: 50%;
}
#sc_critique .m_box4 img.m_img2 {
    width: 80%;
    top: -11vw;
}
.m_recipe {
    padding: 1em 0;
}
.m_recipe:last-child {
    padding-bottom: 5em;
}
#sc_recipe .m_box1 {
    width: 70%;
    float: none;
    margin: 0 auto;
}
#sc_recipe .m_box2 {
    width: 100%;
    float: none;
}
#sc_recipe #m_recipe2 .m_box1 img.m_item {
    position: relative;
    top:0;
}
}
@media screen and (max-width: 568px) {
.w568on {
	display: inline;
}
#sc_critique .m_box1b {
    width: 100%;
    margin-top: 0;
    padding-bottom: 8vw;
    float: none;
}
#sc_critique .m_box2 {
    width: 70%;
    float: none;
    margin: 0 auto;
}
#sc_critique .m_box2 img.m_img1 {
    width: 100%;
    position: relative;
}
#sc_critique .m_box2 p.m_note {
    padding-top: 1em;
}
#sc_recipe .m_chef .m_box_p1 {
    width: 100%;
    float: none;
}
#sc_recipe .m_chef .m_box_p1 p {
    padding-top: 3vw;
}
#sc_recipe .m_chef .m_box_p2 {
    width: 50%;
    float: none;
    margin: 2.5vw auto 0;
}
#sc_recipe .m_chef .m_box_p2 p {
    text-align: center;
}
#sc_project p.m_note {
	text-align: left;
}
#sc_project p.m_note .w900on {
	display: none;
}
}
@media screen and (max-width: 460px) {
h1 {
	padding-top: 10vw;
}
.w460on {
	display: inline;
}
.m_lead {
    font-size:1.1em;
	line-height:1.7em;
}
header .m_box2 {
    padding-bottom: 25vw;
}
footer {
	padding:8.5vw 0 8vw;
}
.m_kv-img1, .m_kv-img2 {
  bottom:2vw;
}
.m_kv-img3 {
  bottom:3vw;
}
.m_spoon {
	background-size: 25%;
}
#sc_critique p {
    padding-bottom: 1em;
    line-height: 1.7em;
}
#sc_critique .m_box2 {
    width: 80%;
}
#sc_recipe p {
    padding-top: .3em;
}
#sc_recipe .m_list li {
    padding-bottom: .5em;
}
#sc_recipe .m_chef .m_box_p2 {
    width: 55%;
}
}
@media screen and (max-width: 390px) {
h1 {
	padding-top: 11vw;
}
.w390on {
	display: inline;
}
}
#sc_recipe .m_chef .m_box_p2 {
    width: 65%;
}