@charset "UTF-8";

/* ------------------------
base
------------------------ */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  margin: 0;
  padding: 0;
  font-size: 62.5%;
}

body {
  width: 100%;
  background: #fff;
  color: #000;
  font-size: 16px;
  line-height: 1.7;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  margin: 0 auto;
  position: relative;
}

img {
  width: 100%;
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
p,
ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

.flex {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.note {
  font-size: 12px !important;
  font-weight: 400 !important;
  text-align: left;
  text-indent: -1em;
  padding-left: 1em;
}
.note::before {
  content: "※";
}

.sup {
  vertical-align: super;
  font-size: 50%;
}

.cap {
  font-size: 14px !important;
}

.justify {
  text-align: justify;
  text-justify: inter-ideograph;
}

.inner-1000 {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.inner-1100 {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
.inner-1200 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.full {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}

.left {
  text-align: left;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}

section {
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (min-width: 933px) {
  .sp-only {
    display: none !important;
  }
}

@media screen and (max-width: 932px) {
  .pc-only {
    display: none !important;
  }
  .sp-justify {
    text-align: justify;
    text-justify: inter-ideograph;
  }
  .sp-full {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
  .sp-overflow-x {
    overflow-x: scroll;
    overflow-y: hidden;
  }
}

@media print {
  .sp-only {
    display: none;
  }
}

.mt-0 {
  margin-top: 0 !important;
}
.mt-5 {
  margin-top: 5px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-50 {
  margin-top: 50px;
}
.mt-60 {
  margin-top: 60px;
}
.mt-70 {
  margin-top: 70px;
}
.mt-80 {
  margin-top: 80px;
}
.mt-90 {
  margin-top: 90px;
}
.mt-100 {
  margin-top: 100px;
}
.mt-120 {
  margin-top: 120px;
}
.mt-160 {
  margin-top: 160px;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-60 {
  margin-bottom: 60px;
}
.mb-70 {
  margin-bottom: 70px;
}
.mb-80 {
  margin-bottom: 80px;
}
.mb-90 {
  margin-bottom: 90px;
}
.mb-100 {
  margin-bottom: 100px;
}
.mb-120 {
  margin-bottom: 120px;
}
@media screen and (max-width: 932px) {
  .mt-30 {
    margin-top: 15px;
  }
  .mt-40 {
    margin-top: 20px;
  }
  .mt-50 {
    margin-top: 25px;
  }
  .mt-60 {
    margin-top: 30px;
  }
  .mt-70 {
    margin-top: 35px;
  }
  .mt-80 {
    margin-top: 40px;
  }
  .mt-90 {
    margin-top: 90px;
  }
  .mt-100 {
    margin-top: 50px;
  }
  .mt-120 {
    margin-top: 60px;
  }
  .mt-160 {
    margin-top: 80px;
  }
  .mb-30 {
    margin-bottom: 15px;
  }
  .mb-40 {
    margin-bottom: 20px;
  }
  .mb-50 {
    margin-bottom: 25px;
  }
  .mb-60 {
    margin-bottom: 30px;
  }
  .mb-70 {
    margin-bottom: 35px;
  }
  .mb-80 {
    margin-bottom: 40px;
  }
  .mb-90 {
    margin-bottom: 45px;
  }
  .mb-100 {
    margin-bottom: 50px;
  }
  .mb-120 {
    margin-bottom: 60px;
  }
}

.pt-0 {
  padding-top: 0 !important;
}
.pt-10 {
  padding-top: 10px;
}
.pt-20 {
  padding-top: 20px;
}
.pt-30 {
  padding-top: 30px;
}
.pt-40 {
  padding-top: 40px;
}
.pt-50 {
  padding-top: 50px;
}
.pt-60 {
  padding-top: 60px;
}
.pt-70 {
  padding-top: 70px;
}
.pt-80 {
  padding-top: 80px;
}
.pt-90 {
  padding-top: 90px;
}
.pt-100 {
  padding-top: 100px;
}
.pt-110 {
  padding-top: 110px;
}
.pt-120 {
  padding-top: 120px;
}
.pt-160 {
  padding-top: 160px;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-10 {
  padding-bottom: 10px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pb-30 {
  padding-bottom: 30px;
}
.pb-40 {
  padding-bottom: 40px;
}
.pb-50 {
  padding-bottom: 50px;
}
.pb-60 {
  padding-bottom: 60px;
}
.pb-70 {
  padding-bottom: 70px;
}
.pb-80 {
  padding-bottom: 80px;
}
.pb-90 {
  padding-bottom: 90px;
}
.pb-100 {
  padding-bottom: 100px;
}
.pb-110 {
  padding-bottom: 110px;
}
.pb-120 {
  padding-bottom: 120px;
}
@media screen and (max-width: 932px) {
  .pt-30 {
    padding-top: 15px;
  }
  .pt-40 {
    padding-top: 20px;
  }
  .pt-50 {
    padding-top: 25px;
  }
  .pt-60 {
    padding-top: 30px;
  }
  .pt-70 {
    padding-top: 35px;
  }
  .pt-80 {
    padding-top: 40px;
  }
  .pt-90 {
    padding-top: 90px;
  }
  .pt-100 {
    padding-top: 50px;
  }
  .pt-110 {
    padding-top: 55px;
  }
  .pt-120 {
    padding-top: 60px;
  }
  .pt-160 {
    padding-top: 80px;
  }
  .pb-30 {
    padding-bottom: 15px;
  }
  .pb-40 {
    padding-bottom: 20px;
  }
  .pb-50 {
    padding-bottom: 25px;
  }
  .pb-60 {
    padding-bottom: 30px;
  }
  .pb-70 {
    padding-bottom: 35px;
  }
  .pb-80 {
    padding-bottom: 40px;
  }
  .pb-90 {
    padding-bottom: 45px;
  }
  .pb-100 {
    padding-bottom: 50px;
  }
  .pb-110 {
    padding-bottom: 55px;
  }
  .pb-120 {
    padding-bottom: 60px;
  }
}
.ptpb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 932px) {
  .ptpb-100 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media screen and (min-width: 933px) {
  .flex .col-2 {
    width: 48%;
  }
}


/* ------------------------
header
------------------------ */
header {
  position: fixed;
  background: #fff;
  width: 100%;
  margin:0;
  z-index: 99;
  top: 0;
}
@media screen and (min-width: 933px) {
  header {
    display: flex;
    justify-content: space-between;
    padding: 35px 7% 35px 25px;
  }
}
@media screen and (max-width: 1024px) {
  header {
    padding: 35px 25px;
  }
}
@media screen and (max-width: 932px) {
  header {
    padding: 12px;
  }
}

header h1 {
  width: 19.7%;
  max-width: 380px;
  min-width: 198px;
  line-height: 0;
  margin-right: 20px;
}

/* nav */
#menu-btn-check {
  display: none;
}
@media screen and (min-width: 933px) {
  header nav ul {
    display: flex;
    align-items: stretch;
  }
  header nav ul li {
    padding: 0 10px;
    position: relative;
    font-size: 0.8333333333333334vw;
  }
  header nav ul li::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 5px;
    height: 100%;
    border-radius: 5px;
    background: #8CC63F;
    top: 0;
    left: 0;
  }
  header nav ul li:last-child::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 5px;
    height: 100%;
    border-radius: 5px;
    background: #8CC63F;
    top: 0;
    right: 0;
  }
  header nav ul li a {
    /* cursor: pointer; */
    transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
    padding: 0 10px;
    display: flex;
    align-items: center;
    text-align: center;
    height: 100%;
    line-height: 1.5;
    font-weight: 500;
  }
  header nav ul li a:hover {
    background: yellow;
  }
}

@media screen and (max-width: 932px) {
  header nav .menu-btn {
    position: fixed;
    top: 0;
    right: 0;
    display: flex;
    display: -webkit-flex;
    height: 70px;
    width: 72px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background: #C3D72C;
  }
  header nav .menu-btn span,
  header nav .menu-btn span:before,
  header nav .menu-btn span:after {
    content: '';
    display: block;
    height: 4px;
    width: 32px;
    background-color: #39B54A;
    position: absolute;
    transition: all 0.3s;
    border-radius: 5px;
  }
  header nav .menu-btn span:before {
    bottom: 12px;
  }
  header nav .menu-btn span:after {
    top: 12px;
  }
  #menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);
  }
  #menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
  }
  #menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
  }
  header nav .menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    top: 70px;
    left: 100%;
    z-index: 99;
    background-color: #C3D72C;
    transition: all 0.5s;
  }
  #menu-btn-check:checked ~ .menu-content {
    left: 0;
  }
  header nav .menu-content ul {
    padding: 40px 20px 0;
  }
  header nav .menu-content ul li {
    list-style: none;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: dotted 2px #fff;
  }
  header nav .menu-content ul li a {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 112.5%;
    font-weight: bold;
  }
}

@media screen and (min-width: 1921px) {
  header nav .menu-content ul li {
    font-size: 100%;
  }
}


/* ------------------------
main
------------------------ */
main {
  overflow: hidden;
  font-size: 125%;
  /* padding-top: 150px; */
  background: url(./img/main_bg.jpg) repeat-y;
  background-size: 100% auto
}
@media screen and (max-width: 932px) {
  main {
    /* padding-top: 70px; */
    font-size: 100%;
    background: url(./img/main_bg_sp.jpg) repeat-y;
    background-size: 100% auto
  }
}

.btn {
  width: 100%;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top:0;
  transition: all .3s;
  filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, .16));
}
@media screen and (min-width: 933px) {
  .btn:hover {
    top:-10px;
  }
}
@media screen and (max-width: 932px) {
  .flex .btn.col-2:first-of-type {
    margin-bottom: 20px;
  }
}
.btn-w {
  max-width: none;
}

.mv .bg {
  position: relative;
  background: url(./img/mv.jpg) no-repeat center center;
  background-size: cover;
  height: 1080px;
}
@media screen and (max-width: 932px) {
  .mv .bg {
    height: 470px;
  }
}

.mv .bg .deco {
  position: absolute;
  bottom: 50px;
  left: 3%;
  width: 18.2%;
  max-width: 350px;
  min-width: 140px ;
  z-index: 2;
}
@media screen and (max-width: 932px) {
  .mv .bg .deco {
    bottom: 77px;
  }
}

@media screen and (max-width: 932px) {
  .mv .inner-1000 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.mv h2 {
  background: #fff;
  padding: 60px 100px;
  margin-top: -170px;
  position: relative;
  z-index: 1;
  border-radius: 15px;
}
@media screen and (max-width: 932px) {
  .mv h2 {
    margin-top: -57px;
    padding: 20px 34px;
  }
}

h3.sec-ttl {
  text-align: center;
  margin-bottom: -93px;
}
@media screen and (max-width: 932px) {
  h3.sec-ttl {
    margin-bottom: -40px;
  }
}

h3.sec-ttl img {
  max-width: 740px;
}

p.copy {
  font-weight: bold;
}
p.copy a {
  color: #0096BA;
  text-decoration: underline;
}

section p.txt {
  max-width: 732px;
  margin-left: auto;
  margin-right: auto;
}

.point .img {
  width: 17.5%;
}
.point p {
  width: 79%;
  font-weight: bold;
  padding: 50px 0;
  border-top: dotted 2px #8CC63F;
  border-bottom: dotted 2px #8CC63F;
}
@media screen and (max-width: 932px) {
  .point .flex {
    display: block;
  }
  .point .img {
    width: 126px;
    margin: 0 auto 10px;
  }
  .point p {
    width: 100%;
    padding: 20px 0;
  }
}

@media screen and (max-width: 932px) {
  .sec01 .flex img.col-2:first-child {
    margin-bottom: 20px;
  }
}

h4.band {
  color: #fff;
  font-weight: bold;
  background: #39B54A;
  width: 300px;
  padding: 2px;
  border: solid 1px #fff;
  border-radius: 50px;
  margin: 0 auto 20px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 932px) {
  h4.band {
    width: 252px;
    margin-bottom: 14px;
  }
}

ul.circle {
  display: inline-block;
}
ul.circle li {
  position: relative;
  padding-left: 1em;
}
ul.circle li::before {
  content: "●";
  color: #39B54A;
  position: absolute;
  left: 0;
}

@media screen and (max-width: 932px) {
  .sec02 .con01 .flex img {
    margin-bottom: 20px;
  }
  .sec02 .con01 .flex:first-of-type p {
    margin-bottom: 20px;
  }
  .sec02 .con01 .flex:last-of-type {
    flex-direction: column-reverse;
  }
}
.sec02 .con02 {
  background: #FAFFD6;
  border-radius: 40px;
  position: relative;
  padding: 60px;
}
@media screen and (max-width: 932px) {
  .sec02 .con02 {
    border-radius: 0;
    padding: 40px 20px;
  }
}
.sec02 .con02 .wrap {
  position: relative;
  z-index: 2;
}
.sec02 .con02 .wrap ul.circle {
  display: block;
}

.speech-bubble {
  position: relative;
  display: block;
  width: fit-content;
  padding: 20px 45px;
  border-radius: 50px;
  background-color: #ffffff;
  text-align: center;
  font-size: 150%;
  font-weight: bold;
  line-height: 1;
  color: #39B54A;
  margin: 0 auto 40px;
  z-index: 2;
}
@media screen and (max-width: 932px) {
  .speech-bubble {
    padding: 12px;
    font-size: 112.5%;
    margin: 0 auto 30px;
    width: auto;
  }
}
.speech-bubble::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 17px 10px 0 10px;
  border-color: #fff transparent transparent;
  translate: -50% 100%;
}
@media screen and (max-width: 932px) {
  .speech-bubble::before {
    border-width: 10px 5px 0 5px;
  }
}
.speech-bubble::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 17px 10px 0 10px;
  border-color: #fff transparent transparent;
  translate: -50% 100%;
}
@media screen and (max-width: 932px) {
  .speech-bubble::after {
    border-width: 10px 5px 0 5px;
  }
}
.speech-bubble-green {
  background: #39B54A;
  color: #fff;
}
.speech-bubble-green::before,
.speech-bubble-green::after {
  border-color: #39B54A transparent transparent;
}

.sec02 .con02 p,
.sec02 .con02 ul li {
  font-weight: bold;
}
.sec02 .con02 .deco01 {
  position: absolute;
  width: 250px;
  top: 187px;
  left: 60px;
}
@media screen and (max-width: 932px) {
  .sec02 .con02 .deco01 {
    width: 97px;
    top: 230px;
    left: 0;
  }
}
.sec02 .con02 .deco02 {
  position: absolute;
  width: 180px;
  top: 320px;
  right: 80px;
}
@media screen and (max-width: 932px) {
  .sec02 .con02 .deco02 {
    width: 70px;
    top: 437px;
    right: 0;
  }
}
.sec02 .con02 .flex .col-2 {
  margin: 0;
}
@media screen and (max-width: 932px) {
  .flex .btn.col-2 {
    margin-left: auto;
    margin-right: auto;
  }
}

.sec03 .con01 {
  position: relative;
  z-index: 1;
  background: #FFEFE2;
  padding: 40px;
  border-radius: 24px;
}
@media screen and (max-width: 932px) {
  .sec03 .con01 {
    padding: 40px 20px;
    border-radius: 0;
  }
}
@media screen and (min-width: 933px) {
  .sec03 .con01 .flex-l {
    width: 36%;
  }
  .sec03 .con01 .flex-r {
    width: 60%;
  }
}
@media screen and (max-width: 932px) {
  .sec03 .con01 .flex-l {
    max-width: 212px;
    margin: 0 auto;
  }
  .sec03 .con01 .flex-r {
    margin-top: 40px;
  }
}
.sec03 .con01 .flex-r .speech-bubble {
  color: #FF8812;
  display: block;
  width: initial;
}
@media screen and (max-width: 932px) {
  .sec03 .con02 {
    margin-top: 40px;
  }
}
.sec03 .con02 .tab-area {
  display: flex;
  justify-content: center;
  cursor: pointer;
}
.sec03 .con02 .tab {
  width: 30%;
  padding: 12px 0 10px;
  margin: 0 5px;
  text-align: center;
  background-color: #FDE9E4;
  color: #fff;
  line-height: 1;
  border-radius: 10px 10px 0 0;
  transition: .1s ease-in-out;
}
@media screen and (max-width: 932px) {
  .sec03 .con02 .tab {
    margin: 0 3px;
  }
}
.sec03 .con02 .tab span {
  font-size: 150%;
  margin-left: 5px;
}
.sec03 .con02 .tab:hover,
.sec03 .con02 .tab.active {
  background: #FF8812;
}
.sec03 .con02 .panel {
  display: none;
  background: #FFEFE2;
  padding: 30px 30px 35px;
  border-radius: 10px;
}
.sec03 .con02 .panel.active {
  display: block;
}
.sec03 .con02 .panel h4.ttl {
  font-size: 150%;
  color: #825121;
  text-align: center;
  margin-bottom: 20px;
}
.sec03 .con02 .panel h4.ttl span {
  font-size: 50%;
}
.sec03 .con02 .panel .ph {
  position: relative;
}
@media screen and (min-width: 933px) {
  .sec03 .con02 .panel .ph {
    width: 63%;
    height: auto;
  }
  .sec03 .con02 .panel .ph .logo {
    position: absolute;
    width: 146px;
    height: 41px;
    top: 6px;
    left: 10px;
  }
  .sec03 .con02 .panel .flex .material {
    width: 37%;
  }
}
.sec03 .con02 .panel .recipe01 .ph {
  background: url(./img/sec03_recipe01.jpg) no-repeat center center;
  background-size: contain;
}
.sec03 .con02 .panel .recipe02 .ph {
  background: url(./img/sec03_recipe02.jpg) no-repeat center center;
  background-size: contain;
}
.sec03 .con02 .panel .recipe03 .ph {
  background: url(./img/sec03_recipe03.jpg) no-repeat center center;
  background-size: contain;
}
.sec03 .con02 .panel .recipe04 .ph {
  background: url(./img/sec03_recipe04.jpg) no-repeat center center;
  background-size: contain;
}
.sec03 .con02 .panel .box01 {
  align-items: stretch;
  background: #fff;
  border: solid 1px #F7931F;
  border-radius: 20px;
  padding: 24px 20px 20px;
}
@media screen and (max-width: 932px) {
  .sec03 .con02 .panel .box01 {
    border-radius: 5px;
    padding: 15px 0 20px;
  }
}
.sec03 .con02 .panel .box01 .material h4.band {
  width: 180px;
  border: none;
  padding: 0;
  background: #FF8812;
}
.sec03 .con02 .panel .box01 .material ul li {
  font-size: 80%;
  line-height: 1.5;
  text-align: left;
}
.sec03 .con02 .panel .box01 .material ul li::before {
  color: #FF8812;
}
@media screen and (max-width: 932px) {
  .sec03 .con02 .panel {
    padding: 20px 10px 22px;
  }
  .sec03 .con02 .panel h4.ttl {
    font-size: 112.5%;
    line-height: 1.5;
  }
  .sec03 .con02 .panel h4.ttl span {
    font-size: 88%;
  }
  .sec03 .con02 .panel .ph {
    width: 100%;
    height: 257px;
    background-position-y: bottom!important;
  }
  .sec03 .con02 .panel .ph .logo {
    position: absolute;
    width: 138px;
    top: 5px;
    left: 15px;
  }
  .sec03 .con02 .panel .box01 .material {
    width: 100%;
  }
  .sec03 .con02 .panel .box01 .material h4.band {
    font-size: 20px;
  }
  .sec03 .con02 .panel .box01 .material ul li {
    font-size: 100%;
  }
  .sec03 .con02 .panel .box01 .material img {
    padding: 0 15px;
  }
}
.sec03 .con02 .panel .box02 {
  align-items: stretch;
  background: #fff;
  border: solid 1px #F7931F;
  border-radius: 20px;
  padding: 18px 20px 18px;
}
@media screen and (max-width: 932px) {
  .sec03 .con02 .panel .box02 {
    border-radius: 5px;
    padding: 20px 15px;
  }
}
.sec03 .con02 .panel .box02 .flex-l {
  width: 58.8%;
  background: #FDE9E4;
  border-radius: 10px;
  padding: 6px;
}
@media screen and (max-width: 932px) {
  .sec03 .con02 .panel .box02 .flex-l {
    width: 100%;
    padding: 20px 15px;
  }
}
.sec03 .con02 .panel .box02 .flex-l img {
  width: 19%;
}
@media screen and (max-width: 932px) {
  .sec03 .con02 .panel .box02 .flex-l img {
    display: block;
    width: 83px;
    margin: 0 auto;
  }
}
.sec03 .con02 .panel .box02 .flex-l .txt {
  width: 74.7%;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: -.04em;
}
@media screen and (max-width: 932px) {
  .sec03 .con02 .panel .box02 .flex-l .txt {
    width: 100%;
    letter-spacing: initial;
    text-align: center;
    margin-top: 10px;
  }
}
.sec03 .con02 .panel .box02 .flex-r {
  width: 39%;
}
@media screen and (max-width: 932px) {
  .sec03 .con02 .panel .box02 .flex-r {
    width: 100%;
    margin-top: 10px;
  }
}
@media screen and (min-width: 933px) {
  .sec03 .con02 .panel .box02 .flex-r .btn:hover {
    top: -5px;
  }
}
.sec03 .con02 .panel .box03 {
  background: #fff;
  border-radius: 20px;
  padding: 20px;
}
@media screen and (max-width: 932px) {
  .sec03 .con02 .panel .box03 {
    padding: 20px 15px;
  }
}
@media screen and (min-width: 933px) {
  .sec03 .con02 .panel .box03 .ttl-wrap .flex-l {
    width: 67%;
  }
}
@media screen and (max-width: 932px) {
  .sec03 .con02 .panel .box03 .ttl-wrap .flex-l {
    width: 100%;
  }
}
.sec03 .con02 .panel .box03 .ttl-wrap .flex-l img {
  width: 215px;
}
@media screen and (max-width: 932px) {
  .sec03 .con02 .panel .box03 .ttl-wrap .flex-l img {
    width: 169px;
    display: block;
    margin: 0 auto;
  }
}
.sec03 .con02 .panel .box03 .ttl-wrap .flex-l h5 {
  font-size: 100%;
  color: #825121;
}
@media screen and (max-width: 932px) {
  .sec03 .con02 .panel .box03 .ttl-wrap .flex-l h5 {
    text-align: center;
    font-size: 93.7%;
  }
  .sec03 .con02 .panel .box03 .ttl-wrap .flex-l .note {
    font-size: 9px!important;
    text-align: center;
  }
}
.sec03 .con02 .panel .box03 .ttl-wrap .flex-r {
  width: 33%;
  height: 200px;
}
@media screen and (max-width: 932px) {
  .sec03 .con02 .panel .box03 .ttl-wrap .flex-r {
    width: 100%;
    height: 191px;
    margin-top: 20px;
  }
}
.sec03 .con02 .panel .recipe01 .box03 .ttl-wrap .flex-r {
  background: url(./img/sec03_recipe01_box03.jpg) no-repeat center center / cover;
}
.sec03 .con02 .panel .recipe02 .box03 .ttl-wrap .flex-r {
  background: url(./img/sec03_recipe02_box03.jpg) no-repeat center center / cover;
}
.sec03 .con02 .panel .recipe03 .box03 .ttl-wrap .flex-r {
  background: url(./img/sec03_recipe03_box03.jpg) no-repeat center center / cover;
}
.sec03 .con02 .panel .recipe04 .box03-01 .ttl-wrap .flex-r {
  background: url(./img/sec03_recipe04_box03-01.jpg) no-repeat center center / cover;
}
.sec03 .con02 .panel .recipe04 .box03-02 .ttl-wrap .flex-r {
  background: url(./img/sec03_recipe04_box03-02.jpg) no-repeat center center / cover;
}
.sec03 .con02 .panel .box03 table {
  width: 100%;
  border-collapse: collapse;
}
.sec03 .con02 .panel .box03 table th {
  font-size: 90%;
  color: #fff;
  background: #825121;
  border: none;
  border-right: 1px solid #fff;
}
.sec03 .con02 .panel .box03 table td {
  font-size: 80%;
  background: #F5F0EA;
  text-align: center;
  padding: 16px 0;
  line-height: 1.2;
  border: none;
  border-right: 1px solid #A7A7A7;
}
.sec03 .con02 .panel .box03 table th:last-child,
.sec03 .con02 .panel .box03 table td:last-child {
  border-right: none;
}
.sec03 .con02 .panel .box03 table td.store-name {
  font-size: 100%;
  font-weight: bold;
  color: #825121;
}
@media screen and (min-width: 933px) {
  .sec03 .con02 .panel .box03 table td.store-name {
    width: 35%;
  }
  .sec03 .con02 .panel .box03 table td:nth-child(2) {
    width: 20%;
  }
  .sec03 .con02 .panel .box03 table td:nth-child(n+3):nth-child(-n+5) {
    width: 15%;
  }
}
@media screen and (max-width: 932px) {
  .sec03 .con02 .panel .box03 table {
    display: block;
  }
  .sec03 .con02 .panel .box03 table tbody {
    display: grid;
    grid-template-columns: 90px 1fr;
  }
  .sec03 .con02 .panel .box03 table tr {
    display: contents;
  }
  .sec03 .con02 .panel .box03 table th,
  .sec03 .con02 .panel .box03 table td {
    display: block;
  }
  /* 見出し */
  .sec03 .con02 .panel .box03 table th {
    grid-column: 1;
    border-right: none;
    border-bottom: 1px solid #fff;
    padding: 19px 10px;
    text-align: justify;
    text-align-last: justify;
  }
  .sec03 .con02 .panel .box03 table th.row-2 {
    padding-top: 28px;
  }
  .sec03 .con02 .panel .box03 table td {
    grid-column: 2;
    border-right: none;
    border-bottom: solid 1px #A7A7A7;
    text-align: left;
    padding: 20px 10px;
    font-size: 100%;
  }
  .sec03 .con02 .panel .box03 table th:last-child,
  .sec03 .con02 .panel .box03 table td:last-child {
    border-bottom: none;
  }
  /* 1行目 */
  .sec03 .con02 .panel .box03 table th:nth-child(1),
  .sec03 .con02 .panel .box03 table td:nth-child(1) {
    grid-row: 1;
  }
  /* 2行目 */
  .sec03 .con02 .panel .box03 table th:nth-child(2),
  .sec03 .con02 .panel .box03 table td:nth-child(2) {
    grid-row: 2;
  }
  /* 3行目 */
  .sec03 .con02 .panel .box03 table th:nth-child(3),
  .sec03 .con02 .panel .box03 table td:nth-child(3) {
    grid-row: 3;
  }
  /* 4行目 */
  .sec03 .con02 .panel .box03 table th:nth-child(4),
  .sec03 .con02 .panel .box03 table td:nth-child(4) {
    grid-row: 4;
  }
  /* 5行目 */
  .sec03 .con02 .panel .box03 table th:nth-child(5),
  .sec03 .con02 .panel .box03 table td:nth-child(5) {
    grid-row: 5;
  }
}

ol.circle-num {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
  margin: 0;
}
ol.circle-num li {
  font-size: 90%;
  padding-left: 30px;
  position: relative;
}
ol.circle-num li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #39B54A;
  border: 1px solid;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 22px;
  width: 22px;
  color: #ffffff;
  font-size: 90%;
  line-height: 1;
  position: absolute;
  top: 2px;
  left: 0;
}
@media screen and (max-width: 932px) {
  ol.circle-num li {
    font-size: 100%;
  }
}

.sec03 .con02 ol.circle-num li span {
  color: #39B54A;
}

.sec04 .cp-ttl {
  width: 362px;
  margin: 110px auto 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 932px) {
  .sec04 .cp-ttl {
    width: 60.5%;
    margin-top: 65px;
  }
}
.sec04 .cp-ttl .deco {
  position: absolute;
  top: -80px;
  left: 50%;
  transform: translateX(-50%);
  width: 595px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .sec04 .cp-ttl .deco {
    top: -45px;
    width: 165%;
  }
}
.sec04 .box {
  position: relative;
  z-index: 1;
  background: #E5FFE8;
  /* border: solid 3px #fff; */
  border-radius: 20px;
  padding: 40px 30px 30px;
}
@media screen and (max-width: 767px) {
  .sec04 .box {
    border-radius: 10px;
    padding: 20px 15px;
  }
}
.sec04 .box p.txt {
  font-weight: 700;
  max-width: 100%;
}
.sec04 .box dl {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  font-size: 120%;
  font-weight: 700;
  justify-content: center;
}
@media screen and (max-width: 932px) {
  .sec04 .box dl {
    font-size: 100%;
  }
}
.sec04 .box dl dt {
  color: #fff;
  background: #39B54A;
  padding: 10px 20px;
}
@media screen and (max-width: 932px) {
  .sec04 .box dl dt {
    padding: 8px;
    width: 100%;
  }
}
.sec04 .box dl dd {
  color: #39B54A;
  background: #fff;
  padding: 10px 20px;
  margin: 0;
}
@media screen and (max-width: 932px) {
  .sec04 .box dl dd {
    padding: 8px;
    width: 100%;
  }
}
.sec04 .con01 {
  position: relative;
}
.sec04 .con01 .txt {
  font-weight: bold;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 932px) {
  .sec04 .con01 .box {
    border-radius: 0;
    padding: 50px 20px 40px;
  }
}
.sec04 .con01 .box ul {
  max-width: 787px;
  margin: 0 auto;
}
.sec04 .con01 .box li {
  border-bottom: solid 1px #707070;
  padding-bottom: 8px;
  margin-bottom: 10px;
}
@media screen and (max-width: 932px) {
  .sec04 .con01 .box li {
    display: block;
    padding-bottom: 10px;
  }
}
.sec04 .con01 .box li p {
  width: 40%;
  font-weight: bold;
}
@media screen and (max-width: 932px) {
  .sec04 .con01 .box li p {
    width: 100%;
  }
}
.sec04 .con01 .box li dl {
  width: 60%;
  background: #fff;
  justify-content: space-between;
  text-align: center;
}
@media screen and (max-width: 932px) {
  .sec04 .con01 .box li dl {
    width: 100%;
    margin-top: 5px;
  }
}
.sec04 .con01 .box li dt {
  font-size: 91%;
  padding: 0;
  width: 17%;
}
.sec04 .con01 .box li dd {
  font-size: 92%;
  padding: 0;
  width: 83%;
}
@media screen and (max-width: 932px) {
  .sec04 .con01 .box li dd {
    font-size: 100%;
  }
}
.sec04 .con01 .box li dd span {
  font-size: 83%;
}
.sec04 .deco02 {
  position: absolute;
  width: 167px;
  top: 18px;
  left: -6px;
}
@media screen and (max-width: 932px) {
  .sec04 .deco02 {
    position: initial;
    width: 49%;
    margin-top: 40px;
  }
}
.sec04 .deco03 {
  position: absolute;
  width: 162px;
  top: 9px;
  right: -9px;
}
@media screen and (max-width: 932px) {
  .sec04 .deco03 {
    position: initial;
    width: 49%;
    margin-top: 30px;
  }
}

.sec05 .box {
  border: solid 2px #39B54A;
  border-radius: 30px;
  padding: 30px 20px;
  background: #fff;
  position: relative;
  z-index: 1;
}
.sec05 h4 {
  color: #39B54A;
  font-weight: bold;
}
.sec05 ul {
  display: inline-block;
  background-image : linear-gradient(to right, #39B54A 6px, transparent 6px);
  background-size: 12px 1px;
  background-repeat: repeat-x; 
  background-position: left top;
}
.sec05 ul li {
  font-size: 80%;
  background-image : linear-gradient(to right, #39B54A 6px, transparent 6px);
  background-size: 12px 1px;
  background-repeat: repeat-x; 
  background-position: left bottom;
  padding: 16px 0 16px 40px;
  position: relative;
  font-weight: bold;
}
.sec05 ul li::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  top: 14px;
  left: 0%;
}
.sec05 ul li:nth-child(1)::before {
  background: url(./img/list-num01.png) no-repeat center center;
  background-size: cover;
}
.sec05 ul li:nth-child(2)::before {
  background: url(./img/list-num02.png) no-repeat center center;
  background-size: cover;
}
.sec05 ul li:nth-child(3)::before {
  background: url(./img/list-num03.png) no-repeat center center;
  background-size: cover;
}
.sec05 ul li:nth-child(4)::before {
  background: url(./img/list-num04.png) no-repeat center center;
  background-size: cover;
}
.sec05 ul li:nth-child(5)::before {
  background: url(./img/list-num05.png) no-repeat center center;
  background-size: cover;
}
.sec05 ul li:nth-child(6)::before {
  background: url(./img/list-num06.png) no-repeat center center;
  background-size: cover;
}
@media screen and (min-width: 933px) {
  .sec05 .cap {
    text-align: center;
  }
}
@media screen and (max-width: 932px) {
  .sec05 .cap {
    font-size: 75%!important;
  }
}

.logo-dl-area p.ttl,
.bnr-area p.ttl {
  color: #0675C1;
  font-weight: bold;
  font-size: 150%;
}
@media screen and (max-width: 932px) {
  .logo-dl-area p.ttl,
  .bnr-area p.ttl {
    font-size: 112.5%;
  }
}
.logo-dl-area .img {
  background: #F5F5F5;
  border: solid 1px #707070;
  border-radius: 20px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding: 36px;
}
@media screen and (max-width: 932px) {
  .logo-dl-area .img {
    padding: 30px;
  }
}
.logo-dl-area .img img {
  max-width: 238px;
  margin: 0 auto;
}
@media screen and (max-width: 932px) {
  .logo-dl-area .img img {
    max-width: 194px;
  }
}

.top-btn-area .btn {
  max-width: inherit;
}


/* ------------------------
footer
------------------------ */
footer {
  border-top: solid 1px #707070;
}

footer p.copyright {
  font-size: 94%;
}