@charset "UTF-8";
/*
 Share Style <
-------------------------------------------------
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
  box-sizing: border-box;
}
ul{
  list-style: none;
}
div, p, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, table {
	padding: 0;
	margin: 0;
}
#wrap img{
  max-width: 100%;
  width: auto;
  height: auto;
}
#wrap{
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

#wrap a,
#wrap a:link{
  color: #d87624;
}
#wrap a:hover {
  color: #df3214;
}

@media screen and (max-width: 750px) {
  #wrap{
    padding: 0;
  }
}

/*=== header ===*/
#wrap header{
  position: relative;
  margin-inline: auto;
  overflow: hidden;
  background: url("../images/headerBack.png") repeat center center;background-size: 14%;
}
.headWrap{
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}
#wrap header h1{
  text-align: center;
  position: relative;
  z-index: 1000;
  line-height: 0;
  width: 70%;
  margin: 0 auto;
}
#wrap header h1.h1style{
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1.2s ease, transform 1.2s ease;
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
#wrap header h1.visible{
  opacity: 1;
  transform: translateY(0);

}
#wrap header h1 img{
  line-height: 0;
}

#wrap header .ra-men01{
  background: url("../images/ra-men01.webp") no-repeat center center;background-size: contain;
  width: 40%;
  height: 100%;
  position: absolute;
  z-index: 1001;
  top:4%;
  left: -25%;

  transition: all 3s ease;
  filter: blur(8px) brightness(1.5);
  transform: scale(1.1);
}
#wrap header .ra-men02{
  background: url("../images/ra-men02.webp") no-repeat center center;background-size: contain;
  width: 28%;
  height: 100%;
  position: absolute;
  z-index: 1001;
  top:1%;
  right: -15%;

  transition: all 3s ease;
  filter: blur(8px) brightness(1.5);
  transform: scale(1.1);
}

#wrap header .flt{
  filter: blur(0) brightness(1);
  transform: scale(1);
}

@media screen and (max-width: 1000px) {
  #wrap header .ra-men01{
    background: url("../images/ra-men01.webp") no-repeat center center;background-size: contain;
    width: 30%;
    height: 100%;
    position: absolute;
    z-index: 1001;
    top:4%;
    left: -5%;
  }
  #wrap header .ra-men02{
    background: url("../images/ra-men02.webp") no-repeat center center;background-size: contain;
    width: 20%;
    height: 100%;
    position: absolute;
    z-index: 1001;
    top:1%;
    right: 1%;
  }
}

/*=== sectionBlock ===*/
#wrap .sectionBlock{
  padding: 50px 0;
  background: url("../images/back.png") repeat top center;
}

#wrap .sectionBlock #mainArea{
  max-width: 800px;
  width: 90%;
  margin: 0 auto;
  border-radius: 30px;
  border:5px solid #fff;
  background-color: #fff;
}

#wrap .sectionBlock #mainArea .photo01{
  text-align: center;
  border-radius: 20px;
  padding: 30px 30px 0;
}
#wrap .sectionBlock #mainArea .photo01 img{
  border-radius: 20px;
}

#wrap .sectionBlock #mainArea .unmei{
  text-align: center;
  padding: 10px 30px 0;
}

#wrap .sectionBlock #mainArea .photo01,
#wrap .sectionBlock #mainArea .photo01 img,
#wrap .sectionBlock #mainArea .unmei,
#wrap .sectionBlock #mainArea .unmei img{
  line-height: 0;
}

#wrap .sectionBlock #mainArea .yellow{
  background-color: #fffccc;
  border-radius:0 0 25px 25px;
}

#wrap .sectionBlock #mainArea .recipe ul{
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-gap: 30px;
  padding: 30px 30px 0;
}

#wrap .sectionBlock #mainArea .recipe ul li h2{
  background-color: #7f1b00;
  text-align: center;
  color: #fff;
  font-size: clamp(1rem,3.5vw,1.4rem);
  font-family: "Noto Sans JP", sans-serif;
  border-radius: 50px;
  padding: 2px 0 4px;
}

#wrap .sectionBlock #mainArea .recipe ul li p{
  color: #7f1b00;
  font-size: clamp(0.8rem,3.5vw,1.1rem);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  padding: 10px 3px;
  line-height: 1.6;
}

@media screen and (max-width: 750px) {
  #wrap .sectionBlock{
    padding: 20px 0;
  }
  #wrap .sectionBlock #mainArea{
    width: 95%;
  }
  #wrap .sectionBlock #mainArea .photo01{
    padding: 15px 15px 0;
  }
  #wrap .sectionBlock #mainArea .recipe ul{
    grid-template-columns: 1fr;
    grid-gap: 10px;
    padding: 20px 15px 0;
  }
}

/*=== itemArea ===*/
#wrap .itemArea{
  padding: 20px 0;
}
#wrap .itemArea .title{
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-gap: 30px;
  align-items:center;
  padding:0 30px;
}
#wrap .itemArea .title h3,
#wrap .itemArea .title h3 img,
#wrap .itemArea .title .kimura01,
#wrap .itemArea .title .kimura01 img{
  line-height: 0;
  text-align: center;
}
#wrap .itemArea ul{
  padding:0 30px;
}
#wrap .itemArea ul li{
  display: grid;
  margin: 0 0 20px;
  background-color: #fff;
  border-radius: 30px;
  grid-template-columns: 1fr 2fr;
}
#wrap .itemArea ul li figure{
  margin: 20px;
  max-width: 300px;
  width: 100%;
}
#wrap .itemArea ul li figure img{
  object-fit: contain;
  border-radius: 20px;
  max-width: 300px;
}
#wrap .itemArea ul li p{
  object-fit: contain;
  margin: 40px 20px 0;
  line-height: 1.6;
  font-size: clamp(0.7rem,3.5vw,0.95rem);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
#wrap .itemArea ul li p strong{
  color: #7f1b00;
  display: inline-block;
  font-size: clamp(1rem,3.5vw,1.4rem);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 800;
  margin-bottom: 15px;
}

#wrap .itemArea ul li:nth-child(2n) {
  display: grid;
  grid-template-columns: 2fr 1fr;
}
#wrap .itemArea ul li:nth-child(2n) figure{
  order: 2;
}
#wrap .itemArea ul li:nth-child(2n) p{
  order: 1;
}

@media screen and (max-width: 750px) {
  #wrap .itemArea{
    padding: 10px 0 0;
  }
  #wrap .itemArea .title{
    grid-template-columns: 1fr;
    grid-gap: 10px;
    padding: 15px 15px 0;
  }
  #wrap .itemArea ul{
    padding:0 15px;
  }
  #wrap .itemArea ul li{
    grid-template-columns: 1fr;
  }
  #wrap .itemArea ul li:nth-child(2n) {
    grid-template-columns: 1fr;
  }
  #wrap .itemArea ul li:nth-child(2n) figure{
    order: 1;
  }
  #wrap .itemArea ul li:nth-child(2n) p{
  order: 2;
  }
  #wrap .itemArea ul li figure{
    margin: 15px auto 5px;
    width: 90%;
  }
  #wrap .itemArea ul li figure img{
    max-width: 100%;
  }
  #wrap .itemArea ul li p{
    margin: 0 20px 15px;
  }
  #wrap .itemArea ul li p strong{
    margin-bottom: 5px;
  }
}

/*=== link ===*/
#wrap .link{
  text-align: center;
  padding: 0 30px 30px;
}

#wrap .link .kimura02,
#wrap .link .kimura02 img{
  line-height: 0;
}

#wrap .link .linkBtn{
  display: block;
  transition: all 0.5s ease;
  transform: scale(1);
  filter: brightness(1);
}

#wrap .link .linkBtn:hover{
  transform: scale(1.1);
  filter: brightness(1.5);
}

@media screen and (max-width: 750px) {
  #wrap .link{
    padding: 0 15px 15px;
  }
  #wrap .link .kimura02{
    max-width: 300px;
    width: 60%;
    margin: 0 auto;
  }
}