.header-nav {
  background-color: rgba(39,89,1,1);
}

.heroimage {
  position: relative;
  background-color: rgba(210,210,210,1);
  color: rgba(39,89,1, 1);
}

.heroimage h1 {
  position: absolute;
  z-index: 1;
  top: 13.6vw;
  left: 46vw;
  color: rgba(39,89,1, 1);
  letter-spacing: 6px;
  font-size: min(3.3vw,40px);
  line-height: 1.2;
}
@media screen and (min-width:768px) {
.heroimage h1 span {
  margin-top: 5vh;
}
.heroimage p {
  position: absolute;
  z-index: 1;
  top: 13.6vw;
  right: 55vw;
  font-size: min(1.5vw,19px);
  line-height: 2.3;
}
.heroimage p.info {
  position: absolute;
  z-index: 1;
  width: 35%;
  top: 40vw;
  left: 23vw;
  font-size: min(1.0vw,12px);
  line-height: 1.5;
}
}

@media screen and (min-width:768px) {
.heroimage p.write-rl span {
  position: relative;
  top: -8px;
}
.heroimage p.write-rl span.span3 {
  position: relative;
  top: 8px;
}
}

h1 {
  color: rgba(0, 0, 0, 1);
}

p {
  font-size: 21px;
  line-height: 36px;
}


#g-nav li:nth-child(1) picture {
  width: 40%;
  max-width: 140px;
  display: block;
  margin: 0 auto;
  padding: 20vw 0 10vw;
}

small {
  font-size: 10px;
}

small span {
  font-size: 10px;
}

body main h1 {
  color: rgba(0, 0, 0, 1);
}


#sec01 li:nth-child(1),
#sec01 li:nth-child(3) {
  background-color: rgba(39,89,1,1);
  color: rgba(255,255,255,1);
}
#sec01 li:nth-child(2) {
  color: rgba(255,255,255,1);
}

@media screen and (min-width:768px){
#sec01 li {
  padding: 70px 0 100px;
}
}
#sec01 li .inner {
  position: relative;
  width: 70.6%;
  max-width: 640px;
  margin: 0 auto;
}

#sec01 li:nth-child(1) h1,
#sec01 li:nth-child(2) h1,
#sec01 li:nth-child(3) h1 {
  margin: 0 auto;
  font-size: min(2.5vw,18px);
  color: rgba(255,255,255,1);
  font-weight: normal;
  letter-spacing: 3px;
  position: relative;
}
#sec01 li:nth-child(1) h1 img,
#sec01 li:nth-child(2) h1 img,
#sec01 li:nth-child(3) h1 img {
  position: absolute;
  left: 0.8vmin;
  max-width: 24px;
  margin-top: 5px;
}

@media screen and (min-width:768px) {
#sec01 li:nth-child(1) h2,
#sec01 li:nth-child(3) h2 {
  font-size: min(2.5vw,28px);
  line-height: 1.4;
  letter-spacing: 0.5px;
}
#sec01 li:nth-child(2) h2 {
  font-size: min(2.5vw,28px);
  line-height: 1.4;
  letter-spacing: 1.5px;
  font-family: 'Shippori Mincho', serif;
  font-weight: 600;
  margin-top: 40px;
}
}

#sec01 li:nth-child(2) {
  background-image: url(../image/point2-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

@media screen and (min-width:768px) {
.title-img {
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
  width: 100%;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}
.title-img h2 {
  width: 65%;
}
.title-img picture {
  position: relative;
  width: 34%;
  max-width: 90px;
  right: -30px;
  top: -10px;
}
}

@media screen and (min-width:768px) {
  .title-lead {
    display: flex;
    justify-content: space-between;
    margin-top: 70px;
  }
  .title-lead p {
    width: 74.0%;
  }
  .title-lead h2 {
    width: 12%;
  }
#sec01 li p {
  font-size: min(2.3vw,16px);
    line-height: 1.6;
}
#sec01 li:nth-child(1) p,
#sec01 li:nth-child(3) p {
  margin-top: 10px;
}
#sec01 li:nth-child(2) p.exp-anno-remarks {
  padding-top: 80px;
}
}






#sec02 {
  position: relative;
  padding: 40px 0 50px;
  overflow: hidden;
}

#sec02 h1 {
  line-height: 1;
  font-family: 'Shippori Mincho', serif;
  font-weight: 400;
}
#sec02 h1 span {
  font-size: 70%;
}
#sec02 h1.write-rl {
  margin: 0 auto;
  font-size: min(2.5vw,18px);
  color: rgba(39,89,1,1);
  font-weight: normal;
  letter-spacing: 3px;
  position: relative;
}
#sec02 h1.write-rl img {
  position: absolute;
  left: -0.3vmin;
  width: 3.3vw;
  max-width: 23px;
  margin-top: 5px;
}


#sec02 .recipe-content h2 span {
  display: block;
  font-size: 85px;
  line-height: 0.6;
}
#sec02 .recipe-content h2 span.sub {
  font-size: 40px;
}
#sec02 .recipe-content {
  position: relative;
  width: 89.333333333333333%;
  max-width: 900px;
  margin: 0 auto;
  z-index: 0;
}
#sec02 .recipe-content h2 {
  display: none;
  position: absolute;
  right: -30px;
  top: 0vh;
  width: 35.9375%;
  max-width: 345px;
  z-index: 1;
}

#sec02 ul.recipe {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 1;
}

@media screen and (min-width:768px) {
  #sec02 .recipe-content .inner-line {
    border: 1px solid rgba(0, 0, 0, 1);
    border-width: 0 1px;
    padding: 30px 0 60px 0;
  }

  #sec02 ul.recipe li:nth-child(1) {
    width: 54.4%;
    max-width: 470px;
    margin-top: 60px;
    margin-left: 0px;
  }
  #sec02 ul.recipe li:nth-child(1) h3 {
    font-size: min(1.5vw,20px);
    line-height: 1.4;
    position: relative;
    left: -2px;
    padding-left:1em;
  }
  #sec02 ul.recipe li:nth-child(1) h3::before {
    content: "▶";
    color: rgba(0,0,0,1);
    position:absolute;
    left:0;
    top:0;
  }
  #sec02 ul.recipe li:nth-child(1) .dish1 {
    position:relative;
    left:-3vw;
    top:0;
    width: 40vw;
    max-width: 389px;
  }
  #sec02 ul.recipe li:nth-child(1) .dish1 a {
    position: relative;
  } 
  #sec02 ul.recipe li:nth-child(1) .num-eng {
    position: absolute;
    font-size: min(4.5vw,40px);
    display: block;
    bottom: -3.6vw;
    left: 4vw;
    z-index: -1;
  }
  #sec02 ul.recipe li:nth-child(1) .num-eng::before {
    content: "";
    display:block;
    width:4.6vw;
    height:1px;
    background-color:rgba(0,0,0,1);
    position:absolute;
    top:0;
    left:2vw;
    transform: rotate(-50deg);
  }

  #sec03 {
    background-color: rgba(226,226,226,1);
    text-align: center;
    padding: 50px 0 80px 0;
  }
  #sec03 h1 {
    font-family: YuMincho,'Yu Mincho',"游明朝", serif;
    font-weight: bold;
    font-size: min(2.9vw,28px);
    margin-bottom: 20px;
    color: rgba(115,115,115,1);
  }
  #sec03 section {
    display: flex;
    justify-content: space-between;
    width: 96%;
    max-width: 960px;
    margin: 0 auto;
    padding-right: 20px;
  }
  #sec03 section h2 {
    width: 49%;
  }
  #sec03 section .right-column {
    width: 45%;
  }
  #sec03 section .right-column p {
    font-size: min(2.4vw,16px);
    line-height: 1.5;
  }
  #sec03 section .right-column .qrcode p {
    font-size: min(2.2vw,14px);
    line-height: 1.5;
    margin: 0 1% 0 5%;
  }
  #sec03 p {
    width: 90%;
    margin: 0 auto;
    font-size: 4.0vw;
    font-weight: bold;
    letter-spacing: 1.8px;
    line-height: 1.6;
    padding: 23px 0;
  }
  /*
  #sec03 h1 span {
    color: rgba(120,166,1,1);
    font-family: Arial, sans-serif;
    font-weight: normal;
    font-size: 10px;
  }
  */
  
  #sec02 ul.recipe li:nth-child(2) {
    width: 42.5%;
    max-width: 472px;
    text-align: right;
    margin-top: -260px;
    margin-right: 0;
    margin-left: auto;
  }
  #sec02 ul.recipe li:nth-child(2) h3 {
    font-size: min(1.5vw,20px);
    line-height: 1.4;
    position: relative;
    right: -2px;
    padding-right:1em;
  }
  #sec02 ul.recipe li:nth-child(2) h3::after {
    content: "▶";
    color: rgba(0,0,0,1);
    position:absolute;
    right:0;
    top:1px;
    transform: rotate(180deg);
  }
  #sec02 ul.recipe li:nth-child(2) .dish1 {
    position:relative;
    top:0;
    width: 50vw;
    max-width: 495px;
    right: 8vmin;
    margin-top: 0;
  }
  #sec02 ul.recipe li:nth-child(2) .dish1 a {
    position: relative;
  } 
  #sec02 ul.recipe li:nth-child(2) .num-eng {
    position: absolute;
    font-size: min(4.5vw,40px);
    display: block;
    bottom: -4.6vh;
    left: 8vh;
    z-index: -1;
  }
  #sec02 ul.recipe li:nth-child(2) .num-eng::before {
    content: "";
    display:block;
    width:4.6vw;
    height:1px;
    background-color:rgba(0,0,0,1);
    position:absolute;
    top:0;
    left:2vw;
    transform: rotate(-50deg);
  }
  
  
  #sec02 ul.recipe li:nth-child(3) {
    width: 48.96%;
    max-width: 470px;
    margin-top: 0px;
    margin-left: 0;
    text-align: left;
  }
  #sec02 ul.recipe li:nth-child(3) h3 {
    font-size: min(1.5vw,20px);
    line-height: 1.4;
    position: relative;
    left: -2px;
    padding-left:1em;
  }
  #sec02 ul.recipe li:nth-child(3) h3::before {
    content: "▶";
    color: rgba(0,0,0,1);
    position:absolute;
    left:0;
    top:1px;
  }
  #sec02 ul.recipe li:nth-child(3) .dish1 {
    position:relative;
    left:-3vw;
    top:-3.8vh;
    width: 44vw;
    max-width: 437px;
    right: 20px;
  }
  #sec02 ul.recipe li:nth-child(3) .dish1 a {
    position: relative;
  } 
  #sec02 ul.recipe li:nth-child(3) .num-eng {
    position: absolute;
    font-size: min(4.5vw,40px);
    display: block;
    bottom: -0.6vw;
    right: -2vw;
    z-index: -1;
  }
  #sec02 ul.recipe li:nth-child(3) .num-eng::before {
    content: "";
    display:block;
    width:4.6vw;
    height:1px;
    background-color:rgba(0,0,0,1);
    position:absolute;
    top:-1vw;
    left:-3vw;
    transform: rotate(-120deg);
  }
  #sec02 ul.recipe li:nth-child(3) p {
    margin-top: -3vw;
  }
  
  
  #sec02 ul.recipe li:nth-child(1) .dish1,
  #sec02 ul.recipe li:nth-child(2) .dish1,
  #sec02 ul.recipe li:nth-child(3) .dish1 {
    margin-top: 10px;
  }
  
  #sec02 ul.recipe li:nth-child(4) {
    width: 49.2%;
    max-width: 472px;
    text-align: right;
    margin-top: 0px;
    margin-right: 0;
    margin-left: auto;
  }
  #sec02 ul.recipe li:nth-child(4) h3 {
    font-size: min(1.5vw,20px);
    line-height: 1.4;
    position: relative;
    right: -2px;
    padding-right:1em;
  }
  #sec02 ul.recipe li:nth-child(4) h3::after {
    content: "▲";
    color: rgba(0,0,0,1);
    position:absolute;
    right:0;
    top:1px;
    transform: rotate(-90deg);
  }
  #sec02 ul.recipe li:nth-child(4) .dish1 {
    position:relative;
    left:-3vw;
    top:0;
    width: 31vw;
    max-width: 294px;
    right: 20px;
    margin-top: 2.6vw;
  }
  #sec02 ul.recipe li:nth-child(4) .dish1 a {
    position: relative;
  } 
  #sec02 ul.recipe li:nth-child(4) .num-eng {
    position: absolute;
    font-size: min(4.5vw,40px);
    display: block;
    top: -4vh;
    right: -2vh;
    z-index: -1;
  }
  #sec02 ul.recipe li:nth-child(4) .num-eng::before {
    content: "";
    display:block;
    width:4.5vw;
    height:1px;
    background-color:rgba(0,0,0,1);
    position:absolute;
    top:8vh;
    left:-4vw;
    transform: rotate(-50deg);
  }
  #sec02 ul.recipe li p {
    font-size: min(5vw,26px);
    line-height: 1.2;
    font-weight: bold;
    margin-top: 3vw;
  }
  #sec02 ul.recipe li:nth-child(2) p {
    margin-top: 30px;
  }
  #sec02 ul.recipe li:nth-child(4) p {
    margin-top: 0.5vh;
  }
  
  
  #sec02 ul.recipe li:nth-child(5) {
    width: 54.4%;
    max-width: 456px;
    margin-top: 60px;
    margin-left: 0px;
  }
  #sec02 ul.recipe li:nth-child(5) h3 {
    font-size: min(1.5vw,20px);
    line-height: 1.4;
    position: relative;
    left: -2px;
    padding-left:1em;
  }
  #sec02 ul.recipe li:nth-child(5) h3::before {
    content: "▶";
    color: rgba(0,0,0,1);
    position:absolute;
    left:0;
    top:0;
  }
  #sec02 ul.recipe li:nth-child(5) .dish1 {
    position:relative;
    left:-3vw;
    top:0;
    width: 51vw;
    max-width: 456px;
  }
  #sec02 ul.recipe li:nth-child(5) .dish1 a {
    position: relative;
  } 
  #sec02 ul.recipe li:nth-child(5) .num-eng {
    position: absolute;
    font-size: min(4.5vw,40px);
    display: block;
    bottom: -3.6vw;
    left: 4vw;
    z-index: -1;
  }
  #sec02 ul.recipe li:nth-child(5) .num-eng::before {
    content: "";
    display:block;
    width:4.6vw;
    height:1px;
    background-color:rgba(0,0,0,1);
    position:absolute;
    top:0;
    left:2vw;
    transform: rotate(-50deg);
  }

  #sec02 ul.recipe li:nth-child(6) {
    width: 47.5vw;
    max-width: 418px;
    text-align: right;
    margin-top: -260px;
    margin-right: 0;
    margin-left: auto;
  }
  #sec02 ul.recipe li:nth-child(6) h3 {
    font-size: min(1.5vw,20px);
    line-height: 1.4;
    position: relative;
    right: -2px;
    padding-right:1em;
  }
  #sec02 ul.recipe li:nth-child(6) h3::after {
    content: "▶";
    color: rgba(0,0,0,1);
    position:absolute;
    right:0;
    top:1px;
    transform: rotate(180deg);
  }
  #sec02 ul.recipe li:nth-child(6) .dish1 {
    position:relative;
    top:0;
    width: 46vw;
    max-width: 418px;
    right: -25px;
    margin-top: 0;
  }
  #sec02 ul.recipe li:nth-child(6) .dish1 a {
    position: relative;
  } 
  #sec02 ul.recipe li:nth-child(6) .num-eng {
    position: absolute;
    font-size: min(4.5vw,40px);
    display: block;
    bottom: -5.6vh;
    left: 5vh;
    z-index: -1;
  }
  #sec02 ul.recipe li:nth-child(6) .num-eng::before {
    content: "";
    display:block;
    width:4.6vw;
    height:1px;
    background-color:rgba(0,0,0,1);
    position:absolute;
    top:0;
    left:2vw;
    transform: rotate(-50deg);
  }
  
  
  #sec02 ul.recipe li:nth-child(7) {
    width: 48.96%;
    max-width: 295px;
    margin-top: 0px;
    margin-left: 0;
    text-align: left;
  }
  #sec02 ul.recipe li:nth-child(7) h3 {
    font-size: min(1.5vw,20px);
    line-height: 1.4;
    position: relative;
    left: -2px;
    padding-left:1em;
  }
  #sec02 ul.recipe li:nth-child(7) h3::before {
    content: "▶";
    color: rgba(0,0,0,1);
    position:absolute;
    left:0;
    top:1px;
  }
  #sec02 ul.recipe li:nth-child(7) .dish1 {
    position:relative;
    left:1vw;
    top:0vh;
    width: 33vw;
    max-width: 295px;
    right: 20px;
  }
  #sec02 ul.recipe li:nth-child(7) .dish1 a {
    position: relative;
  } 
  #sec02 ul.recipe li:nth-child(7) .num-eng {
    position: absolute;
    font-size: min(4.5vw,40px);
    display: block;
    bottom: -2.6vw;
    right: -3vw;
    z-index: -1;
  }
  #sec02 ul.recipe li:nth-child(7) .num-eng::before {
    content: "";
    display:block;
    width:4.6vw;
    height:1px;
    background-color:rgba(0,0,0,1);
    position:absolute;
    top:-1vw;
    left:-3vw;
    transform: rotate(-120deg);
  }
  #sec02 ul.recipe li:nth-child(7) p {
    margin-top: 1vw;
  }
  
  
  #sec02 ul.recipe li:nth-child(5) .dish1,
  #sec02 ul.recipe li:nth-child(6) .dish1,
  #sec02 ul.recipe li:nth-child(7) .dish1 {
    margin-top: 10px;
  }
  
  #sec02 ul.recipe li:nth-child(8) {
    width: 58vw;
    max-width: 495px;
    text-align: right;
    margin-top: -80px;
    margin-right: 0;
    margin-left: auto;
  }
  #sec02 ul.recipe li:nth-child(8) h3 {
    font-size: min(1.5vw,20px);
    line-height: 1.4;
    position: relative;
    right: -2px;
    padding-right:1em;
  }
  #sec02 ul.recipe li:nth-child(8) h3::after {
    content: "▶";
    color: rgba(0,0,0,1);
    position:absolute;
    right:0;
    top:1px;
    transform: rotate(180deg);
  }
  #sec02 ul.recipe li:nth-child(8) .dish1 {
    position:relative;
    top:0;
    width: 59vw;
    max-width: 495px;
    right: -37px;
  }
  #sec02 ul.recipe li:nth-child(8) .dish1 a {
    position: relative;
  } 
  #sec02 ul.recipe li:nth-child(8) .num-eng {
    position: absolute;
    font-size: min(4.5vw,40px);
    display: block;
    bottom: -4.6vh;
    left: 8vh;
    z-index: -1;
  }
  #sec02 ul.recipe li:nth-child(8) .num-eng::before {
    content: "";
    display:block;
    width:4.6vw;
    height:1px;
    background-color:rgba(0,0,0,1);
    position:absolute;
    top:0;
    left:2vw;
    transform: rotate(-50deg);
  }

  #sec02 ul.recipe li:nth-child(6) p {
    margin-top: 5vh;
    margin-left: 7vh;
  }
  #sec02 ul.recipe li:nth-child(8) p {
    margin-top: 3vh;
    margin-left: 11vh;
  }
}




#sec03 a.btn img {
  width: 46px;
  vertical-align: middle;
}
#sec03 a.btn {
  vertical-align: middle;
}
#sec03 .qrcode {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  margin: 35px auto 0 auto;
}
#sec03 .qrcode picture {
  width: 40%;
}
#sec03 .qrcode p {
  width: 48%;
  color: rgba(60,60,60,1);
  padding: 0;
  font-size: 3.2vw;
  letter-spacing: 1.2px;
  line-height: 1.4;
  margin: 0 5%;
}



footer section {
  text-align: center;
  line-height: 1.5;
  padding-top: 60px;
}
footer section h2 {
  width: 26%;
  max-width: 140px;
  margin: 0 auto 50px;
  letter-spacing: 2px;
}
footer section h3 {
  letter-spacing: 1.8px;
  font-size: min(4.2vw,20px);
}
footer section dt {
  font-weight: 300;
  font-size: min(3.6vw,17px);
  margin-top: 26px;
  letter-spacing: 1.5px;
}
footer section dd {
  text-align: center;
  font-weight: normal;
  font-size: min(2.6vw,14px);
  margin-top: 6px;
  letter-spacing: 1.3px;
}
footer .inner {
  border: 1px solid rgba(220,220,220,1);
  border-width: 1px 0;
  padding: 38px 0 30px 0;
  width: 90%;
  max-width: 494px;
  margin: 0 auto;
}

.contact-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px auto 0 auto;
  position: relative;
  left: -0.5vw;
}
.contact-btn picture {
  max-width: 18px;
  margin-right: 1vw;
  position: relative;
  bottom: 11px;
}
.contact-btn span {
  font-size: min(4vw,17px);
  letter-spacing: 1.2px;
}

footer small.credit {
  text-align: center;
  display: block;
  padding: 100px 0 20px;
}


@media screen and (max-width:767px) {
  .heroimage h1 {
    position: absolute;
    z-index: 1;
    top: 70vw;
    right: 45vw;
    color: rgba(39,89,1, 1);
    letter-spacing: 6px;
    font-size: 5vw;
  }
  .heroimage p {
    position: absolute;
    z-index: 1;
    top: 77vw;
    right: 55vw;
    font-size: 3.2vw;
    line-height: 2.0;
    letter-spacing: 2px;
  }
  .heroimage p.info {
    position: absolute;
    z-index: 1;
    width: 80%;
    top: 142vw;
    left: 10vw;
    font-size: min(2.8vw,10px);
    line-height: 1.5;
    letter-spacing: 0;
  }

  .heroimage p.write-rl span {
    position: relative;
    top: -8px;
  }
  .heroimage p.write-rl span.span2 {
    position: relative;
    top: 1.8vw;
  }
  .heroimage p.write-rl span.span3 {
    position: relative;
    top: 0;
  }
  #sec01 li:nth-child(2) {
    background-image: url(../image/sp/point2-bg-sp.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
  }

  #sec01 li:nth-child(1) h1,
  #sec01 li:nth-child(2) h1,
  #sec01 li:nth-child(3) h1 {
    margin: 0 auto;
    font-size: min(2.6vw,16px);
    color: rgba(255,255,255,1);
    font-weight: normal;
    letter-spacing: 3px;
    position: relative;
  }
  #sec01 li:nth-child(1) h1 img,
  #sec01 li:nth-child(2) h1 img,
  #sec01 li:nth-child(3) h1 img {
    position: absolute;
    left: 1vw;
    width: 3.4vw;
    max-width: 24px;
  }

  #sec01 li:nth-child(1) h2,
  #sec01 li:nth-child(3) h2 {
    font-size: min(6.2vw,30px);
    line-height: 1.4;
    letter-spacing: 0.5px;
}
#sec01 li:nth-child(2) h2 {
  font-size: min(6.2vw,30px);
  line-height: 1.4;
  letter-spacing: 1.5px;
  font-family: 'Shippori Mincho', serif;
  font-weight: 600;
  padding-top: 40px;
}
#sec01 li {
  padding: 70px 0 60px;
}
#sec01 li p {
  font-size: min(3.4vw,18px);
  line-height: 1.8;
  letter-spacing: 1.6px;
}
#sec01 li:nth-child(1) p,
#sec01 li:nth-child(3) p {
  margin-top: 5vw;
} 

.title-lead {
  display: flex;
  justify-content: space-between;
  margin-top: 70px;
}
.title-lead p {
  width: 67.0%;
}

.title-lead h2 {
  width: 15.5vw;
}

  .title-img {
    display: flex;
    justify-content: space-between;
    margin-top: 70px;
  }
  .title-img h2 {
    width: 65%;
  }
  .title-img picture {
    position: relative;
    width: 34%;
    max-width: 90px;
    right: -30px;
    top: -10px;
  }

  #sec02 .recipe-content .inner-line {
    border: 1px solid rgba(0, 0, 0, 1);
    border-width: 0 1px;
    padding: 30px 0 30px 0;
  }

  #sec02 ul.recipe li:nth-child(1) {
    width: 54.4%;
    max-width: 470px;
    margin-top: 80px;
    margin-left: 0px;
  }
  #sec02 ul.recipe li:nth-child(1) h3 {
    font-size: 10px;
    line-height: 1.5;
    position: relative;
    left: -2px;
    padding-left:1em;
  }
  #sec02 ul.recipe li:nth-child(1) h3::before {
    content: "▶";
    color: rgba(0,0,0,1);
    position:absolute;
    left:0;
    top:0;
  }
  #sec02 ul.recipe li:nth-child(1) .dish1 {
    position:relative;
    left:-3vw;
    top:0;
    width: 39vw;
    margin-top: 10px;
  }
  #sec02 ul.recipe li:nth-child(1) .dish1 a {
    position: relative;
  } 
  #sec02 ul.recipe li:nth-child(1) .num-eng {
    position: absolute;
    font-size: 4.5vw;
    display: block;
    bottom: -4.6vw;
    left: 5vw;
    z-index: -1;
  }
  #sec02 ul.recipe li:nth-child(1) .num-eng::before {
    content: "";
    display:block;
    width:4.6vw;
    height:1px;
    background-color:rgba(0,0,0,1);
    position:absolute;
    top:0;
    left:2vw;
    transform: rotate(-50deg);
  }
  #sec02 ul.recipe li p {
    line-height: 1.2;
    font-weight: bold;
    margin-top: 10px;
  }
  #sec02 ul.recipe li:nth-child(1) p {
    margin-top: 3vw;
  }


  #sec02 ul.recipe li:nth-child(2) {
    width: 52.5%;
    max-width: 472px;
    text-align: right;
    margin-top: -80px;
    margin-right: 0;
    margin-left: auto;
  }
  #sec02 ul.recipe li:nth-child(2) h3 {
    font-size: 10px;
    line-height: 1.5;
    position: relative;
    right: -2px;
    padding-right:1em;
  }
  #sec02 ul.recipe li:nth-child(2) h3::after {
    content: "▶";
    color: rgba(0,0,0,1);
    position:absolute;
    right:0;
    top:1px;
    transform: rotate(180deg);
  }
  #sec02 ul.recipe li:nth-child(2) .dish1 {
    position:relative;
    left:0;
    top:0;
    width: 56vw;
    right: 20px;
    margin-top: 2vw;
  }
  #sec02 ul.recipe li:nth-child(2) .dish1 a {
    position: relative;
  } 
  #sec02 ul.recipe li:nth-child(2) .num-eng {
    position: absolute;
    font-size: 4.5vw;
    display: block;
    bottom: -2.6vw;
    left: 5vw;
    z-index: -1;
  }
  #sec02 ul.recipe li:nth-child(2) .num-eng::before {
    content: "";
    display:block;
    width:4.6vw;
    height:1px;
    background-color:rgba(0,0,0,1);
    position:absolute;
    top:0;
    left:2vw;
    transform: rotate(-50deg);
  }
  #sec02 ul.recipe li:nth-child(2) p {
    margin-left: 2.5vh;
  }
  
  #sec02 ul.recipe li:nth-child(3) {
    width: 48.96%;
    max-width: 470px;
    margin-top: 0px;
    margin-left: 0;
    text-align: left;
  }
  #sec02 ul.recipe li:nth-child(3) h3 {
    font-size: 10px;
    line-height: 1.5;
    position: relative;
    left: -2px;
    padding-left:1em;
  }
  #sec02 ul.recipe li:nth-child(3) h3::before {
    content: "▶";
    color: rgba(0,0,0,1);
    position:absolute;
    left:0;
    top:1px;
  }
  #sec02 ul.recipe li:nth-child(3) .dish1 {
    position:relative;
    left:-3vw;
    top:-3vw;
    width: 48vw;
    right: 20px;
  }
  #sec02 ul.recipe li:nth-child(3) .dish1 a {
    position: relative;
  } 
  #sec02 ul.recipe li:nth-child(3) .num-eng {
    position: absolute;
    font-size: 4.5vw;
    display: block;
    bottom: -4.6vw;
    right: 3vw;
    z-index: -1;
  }
  #sec02 ul.recipe li:nth-child(3) .num-eng::before {
    content: "";
    display:block;
    width:4.6vw;
    height:1px;
    background-color:rgba(0,0,0,1);
    position:absolute;
    top:0;
    left:-2vw;
    transform: rotate(-120deg);
  }
  #sec02 ul.recipe li:nth-child(3) p {
    margin-top: -3vw;
  }
  
  
  
  #sec02 ul.recipe li:nth-child(4) {
    width: 49.2%;
    max-width: 472px;
    text-align: right;
    margin-top: 0px;
    margin-right: 0;
    margin-left: auto;
  }
  #sec02 ul.recipe li:nth-child(4) h3 {
    font-size: 10px;
    line-height: 1.5;
    position: relative;
    right: -2px;
    padding-right:1em;
  }
  #sec02 ul.recipe li:nth-child(4) h3::after {
    content: "▶";
    color: rgba(0,0,0,1);
    position:absolute;
    right:0;
    top:1px;
    transform: rotate(180deg);
  }
  #sec02 ul.recipe li:nth-child(4) .dish1 {
    position:relative;
    left:-3vw;
    top:0;
    width: 32vw;
    right: 20px;
    margin-top: 4vw;
  }
  #sec02 ul.recipe li:nth-child(4) .dish1 a {
    position: relative;
  } 
  #sec02 ul.recipe li:nth-child(4) .num-eng {
    position: absolute;
    font-size: 4.5vw;
    display: block;
    bottom: 26.6vw;
    right: -1vw;
    z-index: -1;
  }
  #sec02 ul.recipe li:nth-child(4) .num-eng::before {
    content: "";
    display:block;
    width:4.6vw;
    height:1px;
    background-color:rgba(0,0,0,1);
    position:absolute;
    top:8vw;
    left:-4vw;
    transform: rotate(-50deg);
  }
  #sec01 li:nth-child(2) p.exp-anno-remarks {
    padding-top: 40px;
  }
  #sec02 ul.recipe li:nth-child(4) p {
    margin-top: -0.3vh;
  }


  #sec02 ul.recipe li:nth-child(5) {
    width: 54.4%;
    max-width: 354px;
    margin-top: 80px;
    margin-left: 0px;
  }
  #sec02 ul.recipe li:nth-child(5) h3 {
    font-size: 10px;
    line-height: 1.5;
    position: relative;
    left: -2px;
    padding-left:1em;
  }
  #sec02 ul.recipe li:nth-child(5) h3::before {
    content: "▶";
    color: rgba(0,0,0,1);
    position:absolute;
    left:0;
    top:0;
  }
  #sec02 ul.recipe li:nth-child(5) .dish1 {
    position:relative;
    left:-3vw;
    top:0;
    width: 47vw;
    max-width: 354px;
    margin-top: 10px;
  }
  #sec02 ul.recipe li:nth-child(5) .dish1 a {
    position: relative;
  } 
  #sec02 ul.recipe li:nth-child(5) .num-eng {
    position: absolute;
    font-size: 4.5vw;
    display: block;
    bottom: -4.6vw;
    left: 5vw;
    z-index: -1;
  }
  #sec02 ul.recipe li:nth-child(5) .num-eng::before {
    content: "";
    display:block;
    width:4.6vw;
    height:1px;
    background-color:rgba(0,0,0,1);
    position:absolute;
    top:0;
    left:2vw;
    transform: rotate(-50deg);
  }
  #sec02 ul.recipe li p {
    line-height: 1.2;
    font-weight: bold;
    margin-top: 10px;
  }
  #sec02 ul.recipe li:nth-child(5) p {
    margin-top: 3vw;
  }


  #sec02 ul.recipe li:nth-child(6) {
    width: 52.5%;
    max-width: 324px;
    text-align: right;
    margin-top: -80px;
    margin-right: 0;
    margin-left: auto;
  }
  #sec02 ul.recipe li:nth-child(6) h3 {
    font-size: 10px;
    line-height: 1.5;
    position: relative;
    right: -2px;
    padding-right:1em;
  }
  #sec02 ul.recipe li:nth-child(6) h3::after {
    content: "▶";
    color: rgba(0,0,0,1);
    position:absolute;
    right:0;
    top:1px;
    transform: rotate(180deg);
  }
  #sec02 ul.recipe li:nth-child(6) .dish1 {
    position:relative;
    left:0;
    top:0;
    width: 45vw;
    max-width: 324px;
    right: 20px;
    margin-top: 2vw;
  }
  #sec02 ul.recipe li:nth-child(6) .dish1 a {
    position: relative;
  } 
  #sec02 ul.recipe li:nth-child(6) .num-eng {
    position: absolute;
    font-size: 4.5vw;
    display: block;
    bottom: -5.6vw;
    left: 4vw;
    z-index: -1;
  }
  #sec02 ul.recipe li:nth-child(6) .num-eng::before {
    content: "";
    display:block;
    width:4.6vw;
    height:1px;
    background-color:rgba(0,0,0,1);
    position:absolute;
    top:0;
    left:2vw;
    transform: rotate(-50deg);
  }
  #sec02 ul.recipe li:nth-child(6) p {
    margin-left: 2.5vh;
    margin-top: 3vh;
  }
  
  #sec02 ul.recipe li:nth-child(7) {
    width: 48.96%;
    max-width: 228px;
    margin-top: 0px;
    margin-left: 0;
    text-align: left;
  }
  #sec02 ul.recipe li:nth-child(7) h3 {
    font-size: 10px;
    line-height: 1.5;
    position: relative;
    left: -2px;
    padding-left:1em;
  }
  #sec02 ul.recipe li:nth-child(7) h3::before {
    content: "▶";
    color: rgba(0,0,0,1);
    position:absolute;
    left:0;
    top:1px;
  }
  #sec02 ul.recipe li:nth-child(7) .dish1 {
    position:relative;
    left:1vw;
    top:2vw;
    width: 30vw;
    max-width: 228px;
    right: 20px;
  }
  #sec02 ul.recipe li:nth-child(7) .dish1 a {
    position: relative;
  } 
  #sec02 ul.recipe li:nth-child(7) .num-eng {
    position: absolute;
    font-size: 4.5vw;
    display: block;
    bottom: -3.6vw;
    right: -2vw;
    z-index: -1;
  }
  #sec02 ul.recipe li:nth-child(7) .num-eng::before {
    content: "";
    display:block;
    width:4.6vw;
    height:1px;
    background-color:rgba(0,0,0,1);
    position:absolute;
    top:0;
    left:-2vw;
    transform: rotate(-120deg);
  }
  #sec02 ul.recipe li:nth-child(7) p {
    margin-top: 4vw;
  }
  
  
  
  #sec02 ul.recipe li:nth-child(8) {
    width: 49.2%;
    max-width: 385px;
    text-align: right;
    margin-top: 0px;
    margin-right: 0;
    margin-left: auto;
  }
  #sec02 ul.recipe li:nth-child(8) h3 {
    font-size: 10px;
    line-height: 1.5;
    position: relative;
    right: -2px;
    padding-right:1em;
  }
  #sec02 ul.recipe li:nth-child(8) h3::after {
    content: "▶";
    color: rgba(0,0,0,1);
    position:absolute;
    right:0;
    top:1px;
    transform: rotate(180deg);
  }
  #sec02 ul.recipe li:nth-child(8) .dish1 {
    position:relative;
    left:-5vw;
    top:-2vh;
    width: 51vw;
    max-width: 385px;
    right: 20px;
    margin-top: 4vw;
  }
  #sec02 ul.recipe li:nth-child(8) .dish1 a {
    position: relative;
  } 
  #sec02 ul.recipe li:nth-child(8) .num-eng {
    position: absolute;
    font-size: 4.5vw;
    display: block;
    bottom: -4.6vw;
    left: 5vw;
    z-index: -1;
  }
  #sec02 ul.recipe li:nth-child(8) .num-eng::before {
    content: "";
    display:block;
    width:4.6vw;
    height:1px;
    background-color:rgba(0,0,0,1);
    position:absolute;
    top:0;
    left:2vw;
    transform: rotate(-50deg);
  }
  #sec01 li:nth-child(6) p.exp-anno-remarks {
    padding-top: 40px;
  }
  #sec02 ul.recipe li:nth-child(8) p {
    margin-top: -0.3vh;
  }
  
  
  /*
  #sec02 ul.recipe li:nth-child(5) {
    width: 61.78%;
    max-width: 593px;
    margin-top: -100px;
    margin-left: 0;
    background-color: rgba(210,210,210,1);
  }
  */

  #sec03 {
    background-color: rgba(226,226,226,1);
    text-align: center;
    padding: 40px 0 50px 0;
  }
  #sec03 h1 {
    font-family: YuMincho,'Yu Mincho',"游明朝", serif;
    font-weight: bold;
    font-size: min(5.5vw,30px);
    margin-bottom: 20px;
    color: rgba(115,115,115,1);
  }
  #sec03 p {
    width: 90%;
    margin: 0 auto;
    font-size: min(4.0vw,18px);
    font-weight: bold;
    letter-spacing: 1.8px;
    line-height: 1.6;
    padding: 23px 0;
  }
  #sec03 .qrcode p {
    width: 48%;
    color: rgba(60,60,60,1);
    padding: 0;
    font-size: min(3.2vw,16px);
    letter-spacing: 1.3px;
    line-height: 1.4;
    margin: 0 5%;
  }
}