@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');
@media screen and (min-width: 1025px) {
  .pcNone {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  .spNone {
    display: none;
  }
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .tabNone {
    display: none;
  }
}
/*----------------------------------------

　font

----------------------------------------*/
/*----------------------------------------

　reset

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

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  text-rendering: optimizeSpeed;
}

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
li,
figure,
figcaption,
dl,
dd {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style: none;
}

a {
  text-decoration-skip-ink: auto;
  transition: color 0.3s;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

pre {
  white-space: pre-wrap;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
}

input,
button,
textarea,
select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/*----------------------------------------

　#container

----------------------------------------*/
#container {
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 599px) {
  #container {
    background-size: 100% auto;
  }
}

.img {
  width: 100%;
  height: auto;
  display: block;
}

/*----------------------------------------

　header

----------------------------------------*/
header {
  position: relative;
  text-align: center;
  margin: 0 auto 100px;
  width: 100%;
  background: url('../img/bg07.jpg') center top no-repeat;
  background-size: cover;
}
header .header {
  padding: 0;
  /* padding: 50px 0; */
  width: 100%;
  position: relative;
}
@media screen and (max-width: 599px) {
  header .header {
    padding: 80px 0;
    height: 600px;
  }
}
header .img081 {
  position: absolute;
  top: 82.95%;
  /* top: 86.95%; */
  left: 51.4%;
  width: 10.85%;
  z-index: 2;
}
@media screen and (max-width: 599px) {
  header .img081 {
    top: 105.95%;
    left: 62.4%;
    width: 20%;
  }
}

header .img08 {
  position: absolute;
  top: 65.55%;
  left: 56.4%;
  width: 8.15%;
  z-index: 3;
}
@media screen and (max-width: 599px) {
  header .img08 {
    width: 20%;
    top: 89.55%;
    left: 63.4%;
  }
}
header .img09 {
  width: 10.95%;
  position: absolute;
  right: 28.95%;
  top: 74.43%;
}
@media screen and (max-width: 599px) {
  header .img09 {
    width: 20%;
    right: 4.95%;
    top: 101.43%;
  }
}

header .img01 {
  width: 15%;
  position: absolute;
  left: 22%;
  top: 13%;
}
@media screen and (max-width: 599px) {
  header .img01 {
    width: 17%;
    left: 18%;
    top: 8%;
  }
}
header .img02 {
  width: 11.9%;
  position: absolute;
  right: 21%;
  bottom: 25%;
}
@media screen and (max-width: 599px) {
  header .img02 {
    width: 17%;
    right: 3%;
    top: 32%;
  }
}
header .img03 {
  width: 50%;
  position: absolute;
  right: -20%;
  top: -10%;
}
@media screen and (max-width: 599px) {
  header .img03 {
    width: 75%;
    right: -23%;
    top: -8%;
  }
}
header .img04 {
  width: 26.45%;
  position: absolute;
  left: -7%;
  top: 15%;
}
@media screen and (max-width: 599px) {
  header .img04 {
    width: 39%;
    left: -9%;
    top: 21%;
    z-index: 1000;
  }
}
header .img05 {
  width: 43.95%;
  position: absolute;
  left: 1%;
  bottom: -30%;
}
@media screen and (max-width: 599px) {
  header .img05 {
    width: 60%;
    left: -15%;
    bottom: -4%;
  }
}
header .img06 {
  width: 18.1%;
  position: absolute;
  right: 18%;
  bottom: -27%;
}
@media screen and (max-width: 599px) {
  header .img06 {
    width: 25%;
    right: 0%;
    bottom: -25%;
  }
}
header .img07 {
  width: 18.1%;
  position: absolute;
  /* right: 1%;
  bottom: -5%; */
  right: 3%;
  bottom: -1%;
}
@media screen and (max-width: 599px) {
  header .img07 {
    width: 25%;
    right: -2%;
    bottom: -5%;
  }
}
header .img071 {
  width: 18.1%;
  position: absolute;
  /* right: 1%;
  bottom: -5%; */
  right: 1%;
  bottom: -37%;
}
@media screen and (max-width: 599px) {
  header .img071 {
    width: 25%;
    right: 2%;
    bottom: -43%;
  }
}
header .img12 {
  width: 8.6%;
  position: absolute;
  left: 5%;
  top: 8.78%;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 599px) {
  header .img12 {
    width: 25%;
    left: 7%;
    top: 4%;
  }
}
header .img14 {
  width: 25.25%;
  position: absolute;
  left: 17%;
  top: 9%;
  z-index: 1000;
}
@media screen and (max-width: 599px) {
  header .img14 {
    width: 36%;
    left: -2%;
    top: -1%;
  }
}
header .img16 {
  width: 21.75%;
  position: absolute;
  right: 1%;
  top: 43%;
  z-index: 1000;
}
@media screen and (max-width: 599px) {
  header .img16 {
    width: 39%;
    right: 28%;
    bottom: -5%;
    z-index: 0;
  }
}
header .area01 {
  margin: 0 auto;
  width: 28.4%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 599px) {
  header .area01 {
    width: 60%;
  }
}
header .area01 .top-tt-area {
  width: 100%;
  position: absolute;
  height: 100%;
}
header .area01 .img10 {
  width: 53%;
  position: absolute;
  top: 6%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
header .area01 .img11 {
  margin: auto;
  width: 35%;
  position: absolute;
  top: 17%;
  left: 0;
  right: 0;
}
/* header .area01 .img09 {
  width: 50%;
  position: absolute;
  right: -35%;
  bottom: -3%;
} */
header .area01 .kids02 {
  /* width: 42%; */
  width: 33.62%;
  position: absolute;
  /* right: -13%;
  bottom: 36%; */
  right: -8%;
  top: 44.78%;
  transform: scaleX(-1);
}
header .area01 .kids03 {
  /* width: 50%; */
  /* width: 46.8%; */
  width: 37.8%;
  position: absolute;
  left: -6%;
  /* left: -8%; */
  bottom: 34%;
}
header .area01 .img15 {
  width: 58.27%;
  position: absolute;
  right: -14%;
  top: 6%;
  z-index: 9999;
}

/*----------------------------------------

　followus

----------------------------------------*/
#followus {
  text-align: center;
  margin: 0 auto 100px;
  padding: 100px 0;
  max-width: 80%;
  background: #e8e5db;
  border-radius: 20px;
}
@media screen and (max-width: 599px) {
  #followus {
    margin: 0 auto 50px;
    padding: 50px 0;
    max-width: 90%;
  }
}
#followus h2 {
  display: none;
}
#followus .followus {
  margin: 0 auto;
}
#followus .followus h3 {
  margin: 0 auto 50px;
  width: 15%;
}
@media screen and (max-width: 599px) {
  #followus .followus h3 {
    width: 30%;
  }
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  #followus .followus h3 {
    width: 20%;
  }
}
#followus ul {
  margin: 0 auto;
  width: 60%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 599px) {
  #followus ul {
    width: 60%;
    flex-direction: column;
  }
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  #followus ul {
    width: 90%;
  }
}
#followus ul li {
  margin: 0 2%;
}
@media screen and (max-width: 599px) {
  #followus ul li {
    margin: 2% 0;
  }
}

/*----------------------------------------

　footer

----------------------------------------*/
footer {
  text-align: center;
  margin: 0;
  padding: 50px 0;
  max-width: 100%;
  background: #edebdf;
}
footer h2 {
  display: none;
}
footer .footer {
  margin: 0 auto;
}
footer ul {
  margin: 0 auto;
  width: 60%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 599px) {
  footer ul {
    flex-direction: column;
  }
}
footer ul li {
  margin: 0 2%;
}

footer .footer .menus {
  justify-content: center;
  width: 100%;
}

footer .footer .menus .menu {
  margin: 12px 0;
}
footer .footer .menus .link {
  font-family: 'Noto Sans JP', sans-serif;
  padding: 4px 0;
  display: inline-block;
  text-decoration: none;
  color: #624533;
  font-size: 1.4rem;
}

footer .footer .menus .link:hover {
  opacity: 0.7;
}

@media screen and (max-width: 599px) {
  footer .footer .menus .bar {
    display: none;
  }
}

.copyright {
  margin-top: 12px;
  margin-bottom: 16px;
  color: #624533;
  font-size: 1.2rem;
}

/*----------------------------------------

　#concept

----------------------------------------*/
#concept {
  text-align: center;
  margin: -3% auto 100px;
  padding: 100px 0;
  width: 100%;
  background: url(../img/bg08.png) 96% 0 no-repeat, url(../img/bg09.png) left 70% no-repeat;
  background-size: 24.5%, 20%;
  position: relative;
}
@media screen and (max-width: 599px) {
  #concept {
    margin: 0 auto 50px;
    padding: 50px 0 0;
    background: url(../img/bg08.png) right top no-repeat, url(../img/bg09.png) -52% 68% no-repeat;
    background-size: 40%, 40%;
  }
}
#concept h2 {
  display: none;
}
#concept .concept {
  margin: 0 auto;
  padding: 1% 10%;
}
@media screen and (max-width: 599px) {
  #concept .concept {
    padding: 0 5%;
  }
}
#concept .concept h3 {
  margin: 0 auto 100px;
  width: 20%;
}
@media screen and (max-width: 599px) {
  #concept .concept h3 {
    margin: 0 auto 50px;
    width: 40%;
  }
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  #concept .concept h3 {
    margin: 0 auto 50px;
    width: 34%;
  }
}
#concept .txt01 {
  margin: 0 0 35px;
  font-size: 2.4rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 599px) {
  #concept .txt01 {
    font-size: 1.6rem;
  }
}
#concept .txt02 {
  font-size: 3rem;
  font-weight: 700;
}
@media screen and (max-width: 599px) {
  #concept .txt02 {
    font-size: 1.8rem;
  }
}
#concept ul {
  width: 100%;
  margin: 50px 0 70px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (max-width: 599px) {
  #concept ul {
    margin: 0 0 30px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  #concept ul {
    margin: 0 0 30px;
  }
}
#concept ul li {
  width: 20%;
}
@media screen and (max-width: 599px) {
  #concept ul li {
    width: 33%;
  }
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  #concept ul li {
    width: 30%;
  }
}
#concept ul .img01 {
  margin: 2.5% 1% 0 0;
}
#concept ul .img02 {
  margin: 12% 0 0;
}
#concept ul .img03 {
  margin: 0 0 0 -2%;
}
#concept .area01 {
  margin: 180px auto 0;
  width: 45%;
  position: relative;
}
@media screen and (max-width: 599px) {
  #concept .area01 {
    margin: 70px auto 0;
    width: 80%;
  }
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  #concept .area01 {
    margin: 70px auto 0;
    width: 54%;
  }
}
#concept .area01 .img06 {
  width: 25%;
  position: absolute;
  left: -10%;
  top: -20%;
}
#concept .area02 {
  width: 35%;
  position: absolute;
  right: -7%;
  bottom: 0;
  z-index: -1;
}
@media screen and (max-width: 599px) {
  #concept .area02 {
    margin: 20px auto 0;
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    position: inherit;
  }
}
#concept .area02 .img04 {
  margin: 0 16% 0 auto;
  width: 70%;
}
@media screen and (max-width: 599px) {
  #concept .area02 .img04 {
    margin: 0 0 0 -10%;
    width: 48%;
  }
}
#concept .area02 .img05 {
  margin: -15% 0 0 auto;
}
@media screen and (max-width: 599px) {
  #concept .area02 .img05 {
    margin: 0;
    width: 60%;
  }
}
#concept .area03 {
  position: absolute;
  width: 20%;
  right: 16%;
  bottom: -11%;
  transform: rotate(152deg);
}
@media screen and (max-width: 599px) {
  #concept .area03 {
    width: 41%;
    right: 7%;
    bottom: -8%;
  }
}

/*----------------------------------------

　#instagram

----------------------------------------*/
#instagram {
  margin: 0 auto 200px;
  padding: 100px 0;
  width: 100%;
  background: #edc812;
  background-attachment: fixed;
  border-top: 20px solid #e9e6dc;
  border-bottom: 20px solid #e9e6dc;
}
@media screen and (max-width: 599px) {
  #instagram {
    margin: 0 auto 100px;
    padding: 50px 0;
  }
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  #instagram {
    margin: 0 auto 120px;
  }
}
#instagram h2 {
  display: none;
}
#instagram .instagram {
  width: 100%;
}
#instagram .instagram h3 {
  margin: 0 auto 100px;
  max-width: 80%;
}
@media screen and (max-width: 599px) {
  #instagram .instagram h3 {
    margin: 0 auto 50px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  #instagram .instagram h3 {
    margin: 0 auto 50px;
  }
}
#instagram .instagram h3 img {
  margin: 0 auto;
  width: 22%;
}
@media screen and (max-width: 599px) {
  #instagram .instagram h3 img {
    width: 49%;
  }
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  #instagram .instagram h3 img {
    width: 37.5%;
  }
}
#instagram .area01 {
  margin: 0 auto 100px;
  width: 35%;
  position: relative;
}
@media screen and (max-width: 599px) {
  #instagram .area01 {
    margin: 0 auto 50px;
    width: 60%;
  }
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  #instagram .area01 {
    margin: 0 auto 50px;
    width: 45%;
  }
}
#instagram .area01 .img01 {
  margin: 0 auto;
  mix-blend-mode: multiply;
}
#instagram .area01 .img02 {
  width: 30%;
  position: absolute;
  left: -31%;
  top: -20%;
}
#instagram .area01 .img03 {
  width: 25%;
  position: absolute;
  right: -18%;
  top: -40%;
}
#instagram .area01 .img04 {
  width: 40%;
  position: absolute;
  right: -30%;
  bottom: -40%;
}
#instagram .area02 {
  padding: 0 0 10%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (max-width: 599px) {
  #instagram .area02 {
    padding: 0 0 20%;
  }
}
#instagram .area02 .big-top {
  padding-bottom: 50%;
}
@media screen and (max-width: 599px) {
  #instagram .area02 .big-top {
    padding-bottom: 100%;
  }
}
#instagram .area02 .middle-bottom {
  padding-bottom: 100%;
}
#instagram .imgbox01,
#instagram .imgbox02,
#instagram .imgbox03,
#instagram .imgbox04,
#instagram .imgbox05 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
}
#instagram .imgbox01 .img,
#instagram .imgbox02 .img,
#instagram .imgbox03 .img,
#instagram .imgbox04 .img,
#instagram .imgbox05 .img {
  padding: 2px 2px;
  width: 100%;
  list-style: none;
}
#instagram .imgbox01 .img img,
#instagram .imgbox02 .img img,
#instagram .imgbox03 .img img,
#instagram .imgbox04 .img img,
#instagram .imgbox05 .img img {
  border: 3px solid #fff;
  background: #fff;
}
#instagram .imgbox01 {
  width: 25%;
}
@media screen and (max-width: 599px) {
  #instagram .imgbox01 {
    display: none;
  }
}
#instagram .imgbox01 div {
  width: 50%;
  height: 50%;
}
#instagram .imgbox01 div:first-child {
  width: 100%;
  height: 100%;
}
#instagram .imgbox02 {
  width: 25%;
}
@media screen and (max-width: 599px) {
  #instagram .imgbox02 {
    width: 40%;
  }
}
#instagram .imgbox02 div {
  width: 50%;
  height: 50%;
}
#instagram .imgbox02 div:last-child {
  width: 100%;
  height: 100%;
}
#instagram .imgbox03 {
  width: 12.5%;
}
@media screen and (max-width: 599px) {
  #instagram .imgbox03 {
    width: 20%;
  }
}
#instagram .imgbox03 div {
  width: 100%;
  height: 50%;
}
#instagram .imgbox04 {
  width: 25%;
}
@media screen and (max-width: 599px) {
  #instagram .imgbox04 {
    width: 40%;
  }
}
#instagram .imgbox04 div {
  width: 50%;
  height: 50%;
}
#instagram .imgbox04 div:first-child {
  width: 100%;
  height: 100%;
}
#instagram .imgbox05 {
  width: 12.5%;
}
@media screen and (max-width: 599px) {
  #instagram .imgbox05 {
    display: none;
  }
}
#instagram .instagram-text {
  margin: 4% 0 0 0.5%;
  font-size: 1.5rem;
}
@media screen and (max-width: 599px) {
  #instagram .instagram-text {
    font-size: 1rem;
  }
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  #instagram .instagram-text {
    font-size: 1.2rem;
  }
}
#instagram .imgbox05 div {
  width: 100%;
  height: 50%;
}
#instagram ul {
  width: 100%;
  height: auto;
  position: relative;
}
#instagram ul li {
  position: absolute;
  width: 100%;
  opacity: 0;
}
#instagram ul .change01 {
  animation: change01 30s infinite;
}
#instagram ul .change01:nth-of-type(1) {
  animation: change01-first 30s infinite;
  animation-delay: 0s;
}
#instagram ul .change01:nth-of-type(2) {
  animation-delay: 10s;
}
#instagram ul .change01:nth-of-type(3) {
  animation-delay: 20s;
}
#instagram ul .change02 {
  animation: change02 12s infinite;
}
#instagram ul .change02:nth-of-type(1) {
  animation: change02-first 12s infinite;
  animation-delay: 0s;
}
#instagram ul .change02:nth-of-type(2) {
  animation-delay: 3s;
}
#instagram ul .change02:nth-of-type(3) {
  animation-delay: 6s;
}
#instagram ul .change03 {
  animation: change03 8s infinite;
}
#instagram ul .change03:nth-of-type(1) {
  animation: change03-first 8s infinite;
  animation-delay: 0s;
}
#instagram ul .change03:nth-of-type(2) {
  animation-delay: 3s;
}
#instagram ul .change03:nth-of-type(3) {
  animation-delay: 6s;
}
@keyframes change01-first {
  0% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  36% {
    opacity: 1;
  }
  45% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes change01 {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  36% {
    opacity: 1;
  }
  45% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes change02-first {
  0% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  36% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes change02 {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  36% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes change03-first {
  0% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  36% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes change03 {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  36% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/*----------------------------------------

　#supervision

----------------------------------------*/
#supervision {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  position: relative;
}
#supervision h2 {
  display: none;
}
#supervision .supervision {
  margin: 0 0 0 auto;
  padding: 100px 20% 100px 10%;
  width: 90%;
  background: url('../img/bg01.png') center top repeat;
  background-attachment: fixed;
  border-radius: 20px 0 0 20px;
}
@media screen and (max-width: 599px) {
  #supervision .supervision {
    margin: 0 0 0 auto;
    padding: 50px 5%;
    width: 95%;
  }
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  #supervision .supervision {
    margin: 0 0 0 auto;
    padding: 100px 5%;
    width: 95%;
  }
}
#supervision .supervision h3 {
  margin: 0 auto 100px;
  width: 33.5%;
}
@media screen and (max-width: 599px) {
  #supervision .supervision h3 {
    margin: 0 auto 50px;
    width: 52.5%;
  }
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  #supervision .supervision h3 {
    margin: 0 auto 50px;
    width: 40.5%;
  }
}
#supervision .area02 {
  width: 100%;
  position: absolute;
  top: 8%;
  left: 0;
}
@media screen and (max-width: 599px) {
  #supervision .area02 {
    top: 7.5%;
  }
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  #supervision .area02 {
    top: 11%;
  }
}
#supervision .area02 div {
  width: 100%;
  position: relative;
}
#supervision .area02 div .img01 {
  width: 100%;
}
#supervision .area02 div .img03 {
  width: 30%;
  position: absolute;
  top: 7%;
  left: 50%;
}
@media screen and (max-width: 599px) {
  #supervision .area02 div .img03 {
    width: 45%;
  }
}
#supervision .area02 div .img04 {
  width: 30%;
  position: absolute;
  top: 23%;
  left: 50%;
}
@media screen and (max-width: 599px) {
  #supervision .area02 div .img04 {
    width: 45%;
  }
}
#supervision .area02 div .img05 {
  width: 20%;
  position: absolute;
  top: 46%;
  left: 42%;
}
@media screen and (max-width: 599px) {
  #supervision .area02 div .img05 {
    width: 27%;
    top: 44%;
    left: 38%;
  }
}
#supervision .area02 div .img06 {
  width: 20%;
  position: absolute;
  bottom: 0%;
  left: 20%;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 599px) {
  #supervision .area02 div .img06 {
    width: 30%;
    left: 10%;
  }
}
#supervision .area02 div .img02 {
  width: 35%;
  position: absolute;
  top: -47%;
  right: -2%;
}
@media screen and (max-width: 599px) {
  #supervision .area02 div .img02 {
    width: 43%;
    top: -67%;
    right: -8%;
  }
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  #supervision .area02 div .img02 {
    width: 40%;
    top: -58%;
    right: -8%;
  }
}
#supervision .area02 .img-bg {
  position: absolute;
  left: 7%;
  top: -32%;
  width: 20%;
  transform: scale(-1, 1);
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  #supervision .area02 .img-bg {
    left: 7%;
    top: -48%;
    width: 20%;
  }
}
@media screen and (max-width: 599px) {
  #supervision .area02 .img-bg {
    left: 7%;
    top: -60%;
    width: 35%;
  }
}
#supervision .img07 {
  margin: 105% auto 50px;
  width: 80%;
}
@media screen and (max-width: 599px) {
  #supervision .img07 {
    margin: 105% auto 25px;
    width: 100%;
  }
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  #supervision .img07 {
    margin: 82% auto 50px;
  }
}
#supervision ul {
  margin: 0 auto 50px;
  width: 60%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 599px) {
  #supervision ul {
    margin: 0 auto 20px;
    width: 90%;
  }
}
#supervision ul li {
  width: 30%;
}
#supervision ul:last-child {
  margin: 100px auto 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 599px) {
  #supervision ul:last-child {
    margin: 50px auto 0;
    flex-wrap: wrap;
  }
}
#supervision ul:last-child li {
  width: 16%;
}
@media screen and (max-width: 599px) {
  #supervision ul:last-child li {
    width: 32%;
  }
}
#supervision .area01 {
  padding: 8% 0 0;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 599px) {
  #supervision .area01 {
    margin: 0 auto;
    padding: 55% 0 0;
  }
}
#supervision .area01 div {
  margin: 0 0 0 auto;
  padding: 0 5% 5% 18%;
  width: 75%;
  background: #fff;
  border: 1px solid #000;
  border-radius: 5px;
}
@media screen and (max-width: 599px) {
  #supervision .area01 div {
    margin: 0 auto;
    padding: 35% 5% 5%;
    width: 100%;
  }
}
#supervision .area01 .img11 {
  width: 40%;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media screen and (max-width: 599px) {
  #supervision .area01 .img11 {
    width: 75%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}
#supervision .area01 .img18 {
  margin: 15px 0 15px -2%;
  padding: 0 2%;
  width: 300px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, #ffff 50%, #fff 100%);
}
@media screen and (max-width: 599px) {
  #supervision .area01 .img18 {
    margin: 0 auto;
    background: none;
    width: 65%;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    z-index: 9999;
  }
}
#supervision .area01 .txt01 {
  margin: 0 0 20px;
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 599px) {
  #supervision .area01 .txt01 {
    text-align: center;
  }
}
#supervision .area01 .txt02 {
  line-height: 1.8;
  letter-spacing: 0.1em;
}

/*----------------------------------------

　#glutenfree

----------------------------------------*/
#glutenfree {
  text-align: center;
  margin: 0 auto 100px;
  padding: 100px 0;
  width: 100%;
  background: url('../img/bg05.jpg') right top no-repeat, url('../img/bg06.jpg') left 30% no-repeat;
  background-size: 40%, 30%;
}
@media screen and (max-width: 599px) {
  #glutenfree {
    margin: 0 auto 50px;
    padding: 50px 0;
  }
}
#glutenfree h2 {
  display: none;
}
#glutenfree .glutenfree {
  margin: 0 auto;
  max-width: 80%;
}
#glutenfree .glutenfree h3 {
  margin: 0 auto 150px;
  width: 27%;
}
@media screen and (max-width: 599px) {
  #glutenfree .glutenfree h3 {
    margin: 0 auto 70px;
    width: 59.5%;
  }
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  #glutenfree .glutenfree h3 {
    margin: 0 auto 110px;
    width: 46.5%;
  }
}
#glutenfree .area01 {
  margin: 0 auto 50px;
  width: 25%;
  position: relative;
}
@media screen and (max-width: 599px) {
  #glutenfree .area01 {
    margin: 0 auto 25px;
    width: 60%;
  }
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  #glutenfree .area01 {
    margin: 0 auto 50px;
    width: 60%;
  }
}
#glutenfree .area01 .img02 {
  width: 50%;
  position: absolute;
  top: -60%;
  right: -13%;
}
#glutenfree .txt01 {
  margin: 0 auto 50px;
  font-size: 2.4rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 599px) {
  #glutenfree .txt01 {
    margin: 0 auto 35px;
    font-size: 1.6rem;
  }
}
#glutenfree .txt01:last-child {
  margin: 0 auto;
}
#glutenfree .txt02 {
  font-size: 3rem;
  font-weight: 700;
}
@media screen and (max-width: 599px) {
  #glutenfree .txt02 {
    font-size: 1.8rem;
  }
}
#glutenfree .img03 {
  margin: 0 auto 70px;
  width: 25%;
}
@media screen and (max-width: 599px) {
  #glutenfree .img03 {
    margin: 0 auto 30px;
    width: 60%;
  }
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  #glutenfree .img03 {
    margin: 0 auto 70px;
    width: 60%;
  }
}
#glutenfree ul {
  width: 50%;
  margin: 0 auto 50px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-end;
}
@media screen and (max-width: 599px) {
  #glutenfree ul {
    margin: 0 auto 30px;
    width: 100%;
  }
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  #glutenfree ul {
    margin: 0 auto 70px;
    width: 90%;
  }
}
#glutenfree ul .img04 {
  margin: 0 0 0 -15%;
  width: 46.4%;
  z-index: 999;
}
#glutenfree ul .img05 {
  margin: 0 1% 0 -8%;
  width: 26.7%;
}
#glutenfree ul .img06 {
  width: 27%;
}
#glutenfree .img12 {
  margin: 0 auto 70px;
  width: 1%;
}
@media screen and (max-width: 599px) {
  #glutenfree .img12 {
    margin: 0 auto 30px;
    width: 2.5%;
  }
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  #glutenfree .img12 {
    margin: 0 auto 50px;
    width: 2.5%;
  }
}
#glutenfree .area02 {
  margin: 180px auto 50px;
  width: 40%;
  position: relative;
}
@media screen and (max-width: 599px) {
  #glutenfree .area02 {
    margin: 90px auto 25px;
    width: 90%;
  }
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  #glutenfree .area02 {
    margin: 150px auto 50px;
    width: 80%;
  }
}
#glutenfree .area02 .img07 {
  width: 36%;
  position: absolute;
  top: -21%;
  left: -2%;
}
/* #glutenfree .area02 .img081 {
  width: 55%;
  position: absolute;
  top: -15%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
} */
#glutenfree .area02 .img08 {
  width: 55%;
  position: absolute;
  top: -15%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
#glutenfree .area02 div {
  position: relative;
}
#glutenfree .area02 .pakuuma {
  position: absolute;
  width: 100%;
  opacity: 0;
  animation: pakuuma 3s steps(1) infinite;
}
#glutenfree .area02 .pakuuma:nth-of-type(2) {
  animation-delay: 1.5s;
}
@keyframes pakuuma {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
#glutenfree .img09 {
  margin: 0 auto 30px;
  width: 25%;
}
@media screen and (max-width: 599px) {
  #glutenfree .img09 {
    margin: 0 auto 15px;
    width: 75%;
  }
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  #glutenfree .img09 {
    margin: 0 auto 30px;
    width: 60%;
  }
}
#glutenfree .img10 {
  margin: 0 auto 25px;
  width: 20%;
}
@media screen and (max-width: 599px) {
  #glutenfree .img10 {
    margin: 0 auto 10px;
    width: 55%;
  }
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  #glutenfree .img10 {
    margin: 0 auto 20px;
    width: 45%;
  }
}
#glutenfree .img11 {
  margin: 0 auto 70px;
  width: 15%;
}
@media screen and (max-width: 599px) {
  #glutenfree .img11 {
    margin: 0 auto 35px;
    width: 45%;
  }
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  #glutenfree .img11 {
    margin: 0 auto 50px;
    width: 40%;
  }
}

/*----------------------------------------

　#lineup

----------------------------------------*/
#lineup {
  margin: 0 auto 100px;
  padding: 100px 0;
  width: 100%;
  background: url('../img/bg04.jpg') center center no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
@media screen and (max-width: 599px) {
  #lineup {
    margin: 0 auto 50px;
    padding: 50px 0;
  }
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  #lineup {
    padding: 100px 0;
  }
}
#lineup h2 {
  display: none;
}
#lineup .lineup {
  max-width: 60%;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  #lineup .lineup {
    max-width: inherit;
    width: 85%;
  }
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  #lineup .lineup {
    max-width: inherit;
    width: 80%;
  }
}
#lineup .lineup h3 {
  margin: 0 auto 100px;
  width: 27.5%;
}
@media screen and (max-width: 599px) {
  #lineup .lineup h3 {
    margin: 0 auto 50px;
    width: 43%;
  }
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  #lineup .lineup h3 {
    margin: 0 auto 50px;
    width: 34.9%;
  }
}
#lineup .img01 {
  margin: 0 auto 100px;
  width: 50%;
}
@media screen and (max-width: 599px) {
  #lineup .img01 {
    margin: 0 auto 30px;
    width: 70%;
  }
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  #lineup .img01 {
    margin: 0 auto 50px;
  }
}
#lineup .area01 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
}
#lineup .area02 {
  justify-content: center;
  margin-top: 2.5%;
}

#lineup dl {
  text-align: center;
  width: 44%;
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 599px) {
  #lineup dl {
    width: 47%;
    display: flex;
    flex-direction: column;
  }
}
#lineup dl dt {
  margin: 0 auto 40px;
  position: relative;
}
@media screen and (max-width: 599px) {
  #lineup dl dt {
    margin: 0 auto 20px;
  }
}
#lineup dl dt span {
  width: 40%;
  position: absolute;
  right: -5%;
  bottom: -5%;
}
#lineup dl dd {
  margin: 0 auto;
}
#lineup dl .brand {
  margin: 0 auto 10px;
  width: 50%;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 599px) {
  #lineup dl .brand {
    width: 70%;
  }
}
#lineup dl .type {
  margin: 0 auto 30px;
  width: 50%;
  mix-blend-mode: multiply;
}
#lineup dl .type2 {
  width: 60%;
}
@media screen and (max-width: 599px) {
  #lineup dl .type {
    margin: 0 auto 10px;
    width: 70%;
  }
}
#lineup dl .tag {
  margin: 0 auto 20px;
}
@media screen and (max-width: 599px) {
  #lineup dl .tag {
    margin: 0 auto 10px;
  }
}
#lineup dl .tag span {
  margin: 0 2px;
  padding: 3px 5px;
  background: #fff;
  border-radius: 5px;
  font-size: 1.2rem;
  letter-spacing: -0.05em;
  line-height: 2.5;
}
@media screen and (max-width: 599px) {
  #lineup dl .tag span {
    letter-spacing: inherit;
  }
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  #lineup dl .tag span {
    padding: 5px 10px;
    font-size: 2.2rem;
    letter-spacing: inherit;
  }
}
#lineup dl .tag span:before {
  content: '●';
  color: #edc812;
  font-size: 1rem;
  margin: 0 3px 0 0;
}
#lineup dl .txt {
  margin: 0 auto 30px;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
@media screen and (max-width: 599px) {
  #lineup dl .txt {
    text-align: left;
    margin: 0 auto 15px;
    font-size: 1.4rem;
    line-height: 1.8;
    letter-spacing: inherit;
  }
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  #lineup dl .txt {
    font-size: 2.4rem;
  }
}
#lineup dl .btn {
  width: 60%;
  margin-top: auto;
}
@media screen and (max-width: 599px) {
  #lineup dl .btn {
    width: 100%;
    margin-top: auto;
  }
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  #lineup dl .btn {
    width: 80%;
  }
}

/*----------------------------------------

　#product

----------------------------------------*/
#product {
  margin: 0 auto 100px;
  padding: 100px 5%;
  max-width: 80%;
  background: url('../img/bg02.jpg') center top repeat;
  background-attachment: fixed;
  border-radius: 20px;
}
@media screen and (max-width: 599px) {
  #product {
    margin: 0 auto 50px;
    padding: 50px 5%;
    max-width: 90%;
  }
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  #product {
    padding: 100px 10%;
    max-width: 90%;
  }
}
#product h2 {
  display: none;
}
#product .product {
  margin: 0 auto;
  padding: 150px 20% 150px;
  background: url('../img/bg03.png') center top no-repeat;
  background-size: 100% 100%;
}
@media screen and (max-width: 599px) {
  #product .product {
    padding: 0 0;
    background: none;
  }
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  #product .product {
    padding: 0 0;
    background: none;
  }
}
#product .product h3 {
  margin: 0 auto 50px;
  width: 39.8%;
}
@media screen and (max-width: 599px) {
  #product .product h3 {
    margin: 0 auto 50px;
    width: 45%;
  }
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  #product .product h3 {
    margin: 0 auto 50px;
    width: 39.5%;
  }
}
#product .img13 {
  margin: 0 auto 50px;
  width: 70%;
}
@media screen and (max-width: 599px) {
  #product .img13 {
    margin: 0 auto 30px;
    width: 90%;
  }
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  #product .img13 {
    margin: 0 auto 60px;
    width: 90%;
  }
}
#product .img14 {
  margin: 60px auto;
  width: 70%;
}
@media screen and (max-width: 599px) {
  #product .img14 {
    margin: 30px auto;
    width: 90%;
  }
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  #product .img14 {
    margin: 50px auto;
    width: 90%;
  }
}
#product dl {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 599px) {
  #product dl {
    padding: 33% 20% 20%;
    background: url('../img/bg03_tab.png') center top no-repeat;
    background-size: 100% 100%;
    justify-content: flex-start;
    position: relative;
  }
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  #product dl {
    padding: 30% 20% 20%;
    background: url('../img/bg03_tab.png') center top no-repeat;
    background-size: 100% 100%;
    justify-content: flex-start;
    position: relative;
  }
}
#product dl.odd {
  flex-direction: row-reverse;
}
@media screen and (max-width: 599px) {
  #product dl.odd {
    flex-direction: column;
  }
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  #product dl.odd {
    flex-direction: column;
  }
}
#product dl.even {
  flex-direction: row;
}
@media screen and (max-width: 599px) {
  #product dl.even {
    flex-direction: column;
  }
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  #product dl.even {
    flex-direction: column;
  }
}
#product dt {
  width: 40%;
  position: relative;
}
@media screen and (max-width: 599px) {
  #product dt {
    margin: 0 0 20px;
    width: 100%;
  }
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  #product dt {
    margin: 0 0 30px;
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  #product dt img {
    object-fit: cover;
    height: 150px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  #product dt img {
    object-fit: cover;
    height: 250px;
  }
}
#product dd {
  width: 52%;
  line-height: 1.8;
}
@media screen and (max-width: 599px) {
  #product dd {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  #product dd {
    width: 100%;
    font-size: 2.4rem;
  }
}
#product dd .no {
  margin: 0 0 10px;
}
@media screen and (max-width: 599px) {
  #product dd .no {
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  #product dd .no {
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}
#product dd .no01 {
  width: 27%;
}
@media screen and (max-width: 599px) {
  #product dd .no01 {
    width: 27%;
  }
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  #product dd .no01 {
    width: 22%;
  }
}
#product dd .no02 {
  width: 30%;
}
@media screen and (max-width: 599px) {
  #product dd .no02 {
    width: 30%;
  }
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  #product dd .no02 {
    width: 25%;
  }
}
#product dd .no03 {
  width: 30%;
}
@media screen and (max-width: 599px) {
  #product dd .no03 {
    width: 30%;
  }
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  #product dd .no03 {
    width: 25%;
  }
}
#product dd .no04 {
  width: 30%;
}
@media screen and (max-width: 599px) {
  #product dd .no04 {
    width: 30%;
  }
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  #product dd .no04 {
    width: 25%;
  }
}
#product dd .ttl {
  margin: 0 0 20px;
}
@media screen and (max-width: 599px) {
  #product dd .ttl {
    margin: 0 auto;
    width: 70%;
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  #product dd .ttl {
    margin: 0 auto;
    width: 70%;
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}
#product dd .ttl01 {
  width: 65%;
}
#product dd .ttl02 {
  width: 70%;
}
#product dd .ttl03 {
  width: 45%;
}
#product dd .ttl04 {
  width: 68%;
}
#product .kids02 {
  width: 23%;
  position: absolute;
  left: -10%;
  top: 36%;
}
@media screen and (max-width: 599px) {
  #product .kids02 {
    left: -4%;
    top: 5%;
  }
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  #product .kids02 {
    left: -4%;
    top: 5%;
  }
}
#product .kids03 {
  width: 26%;
  position: absolute;
  right: -28%;
  top: -16%;
}
@media screen and (max-width: 599px) {
  #product .kids03 {
    right: -5%;
    top: 6%;
  }
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  #product .kids03 {
    right: -5%;
    top: 6%;
  }
}

/*----------------------------------------

　#howtocook

----------------------------------------*/
#howtocook {
  margin: 0 auto 100px;
  padding: 0 0 100px;
  max-width: 80%;
  background: url('../img/bg10.png') right 60% no-repeat, url('../img/bg11.png') left bottom no-repeat,
    url('../img/bg01.png') center top repeat;
  background-size: 30%, 30% auto;
  background-attachment: scroll, scroll, fixed;
}
@media screen and (max-width: 599px) {
  #howtocook {
    margin: 0 auto 50px;
    padding: 0 0 50px;
    max-width: inherit;
    width: 100%;
    background: url('../img/bg10.png') right 28% no-repeat, url('../img/bg11.png') left bottom no-repeat,
      url('../img/bg01.png') center top repeat;
    background-size: 50%, 50% auto;
  }
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  #howtocook {
    max-width: inherit;
    width: 100%;
    background: url('../img/bg10.png') right 28% no-repeat, url('../img/bg11.png') left bottom no-repeat,
      url('../img/bg01.png') center top repeat;
    background-size: 50%, 50% auto;
  }
}

#howtocook .line {
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #b7b7b7;
  margin: 5px 0;
}

@media screen and (max-width: 1699px) {
  #howtocook .line {
    margin: 20px 0;
  }
}

@media screen and (max-width: 1400px) {
  #howtocook .line {
    margin: 5px 0;
  }
}

@media screen and (max-width: 1024px) {
  #howtocook .sub-item {
    margin: 20px 0;
  }
}


#howtocook .content {
  display: flex;
  margin-bottom: 10px;
}

@media screen and (max-width: 1700px) {
  #howtocook .content {
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 1699px) {
  #howtocook .content {
    margin-bottom: 10px;
  }
}


@media screen and (max-width: 1700px) {
  #howtocook .setp1-content {
    padding: 0 2%;
  }
}

@media screen and (max-width: 1024px) {
  #howtocook .setp1-content {
    padding: 5%;
  }
}

#howtocook .content .item {
  padding: 2.5px 5px;
  background: #f3c237;
  border-radius: 10px;
}

#howtocook .content .item2 {
  margin-left: 20px;
  background: #f5e9b5;
}

#howtocook .sub-item {
  padding: 2.5px 5px;
  color: #fff;
  background: #e76f37;
  margin-bottom: 10px;
  max-width: 154px;
  border-radius: 10px;
  white-space: nowrap;
  text-align: center;
}

@media screen and (max-width: 1700px) {
  #howtocook .sub-item {
    border-radius: 5px;
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 1699px) {
  #howtocook .sub-item {
    margin-bottom: 10px;
    border-radius: 10px;
  }
}

@media screen and (max-width: 1024px) and (min-width: 600px) {
  #howtocook .sub-item {
    max-width: 204px;
  }
}

#howtocook .caution {
  margin-top: 38px;
}

@media screen and (max-width: 1240px) {
  #howtocook .caution {
    margin-top: 3px;
  }
}

@media screen and (max-width: 1024px) {
  #howtocook .caution {
    margin-top: 38px;
  }
}

#howtocook h2 {
  display: none;
}
#howtocook .howtocook {
  margin: 0 auto;
  padding: 0 10%;
}
#howtocook .howtocook h3 {
  margin: 0 auto 100px;
  width: 38.5%;
}
@media screen and (max-width: 599px) {
  #howtocook .howtocook h3 {
    margin: 0 auto 50px;
    width: 69%;
  }
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  #howtocook .howtocook h3 {
    margin: 0 auto 50px;
    width: 53%;
  }
}
#howtocook .area01 {
  margin: 0 auto 100px;
  padding: 0 10%;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 599px) {
  #howtocook .area01 {
    margin: 0 auto 50px;
    padding: 0;
  }
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  #howtocook .area01 {
    margin: 0 auto 50px;
    padding: 0;
  }
}
#howtocook .area01 .img09 {
  width: 25%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media screen and (max-width: 599px) {
  #howtocook .area01 .img09 {
    width: 30%;
  }
}
#howtocook .area01 .img05 {
  padding: 1% 0;
  width: 60%;
  background-color: rgba(209, 173, 117, 0.8);
  position: absolute;
  bottom: 20%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (max-width: 599px) {
  #howtocook .area01 .img05 {
    width: 80%;
  }
}
#howtocook .area01 .img05 img {
  margin: 0 auto;
  width: 60%;
}
#howtocook dl {
  margin: 0 0 50px;
  background: #fff;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 1700px) {
  #howtocook dl {
    font-size: 1.4rem !important;
  }
}

@media screen and (max-width: 1699px) {
  #howtocook dl {
    font-size:: 1.6 !important;
  }
}

@media screen and (max-width: 599px) {
  #howtocook dl {
    margin: 0 0 25px;
    font-size: 1.6rem;
    flex-direction: column;
  }
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  #howtocook dl {
    margin: 0 0 25px;
    flex-direction: column;
  }
}
#howtocook dl:last-child {
  margin: 0 0 0;
}
#howtocook dt {
  width: 45%;
  position: relative;
}
@media screen and (max-width: 599px) {
  #howtocook dt {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  #howtocook dt {
    width: 100%;
  }
}
#howtocook dt .no {
  position: absolute;
  left: -10%;
  top: 5%;
  width: 25%;
}
#howtocook dd {
  padding: 0 5%;
  width: 55%;
  line-height: 1.8;
  font-weight: 500;
}

@media screen and (max-width: 1700px) {
  #howtocook dd {
    line-height: 1.2;
  }
}

@media screen and (max-width: 1699px) {
  #howtocook dd {
    line-height: 1.2;
  }
}

@media screen and (max-width: 1024px) {
  #howtocook dd {
    line-height: 1.8;
  }
}

@media screen and (max-width: 599px) {
  #howtocook dd {
    padding: 5% 5%;
    width: 100%;
  }
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  #howtocook dd {
    padding: 5% 5%;
    width: 100%;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 599px) {
  #howtocook dd span {
    font-size: 1.4rem;
  }
}
#howtocook .img10 {
  margin: 30px 0 10px;
  width: 20%;
}

/*----------------------------------------

　#recipe

----------------------------------------*/
#recipe {
  margin: 0 auto;
  padding: 100px 0;
  width: 100%;
  background: #ffffca;
  background-attachment: fixed;
  border-top: 20px solid #edc812;
}
@media screen and (max-width: 599px) {
  #recipe {
    padding: 50px 0 0;
  }
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  #recipe {
    padding: 100px 0 0;
  }
}
#recipe h2 {
  display: none;
}
#recipe h3 {
  margin: 0 auto 100px;
  width: 16%;
}
@media screen and (max-width: 599px) {
  #recipe h3 {
    margin: 0 auto 50px;
    width: 36%;
  }
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  #recipe h3 {
    margin: 0 auto 50px;
    width: 27.5%;
  }
}
#recipe .area01 {
  margin: 0 auto;
  padding: 0;
  background: #fff url('../img/bg01.png') center top repeat;
  background-attachment: fixed;
  max-width: 70%;
}
@media screen and (max-width: 599px) {
  #recipe .area01 {
    max-width: 85%;
    padding: 0 0 50px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  #recipe .area01 {
    max-width: 80%;
  }
}
#recipe .area02 {
  margin: 0 auto 60px;
  width: 40%;
  position: relative;
}
@media screen and (max-width: 599px) {
  #recipe .area02 {
    margin: 0 auto 50px;
    width: 80%;
  }
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  #recipe .area02 {
    margin: 0 auto 50px;
    width: 70%;
  }
}
#recipe .area02 .img01 {
  margin: 0 auto 30px;
  width: 20%;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 599px) {
  #recipe .area02 .img01 {
    margin: 0 auto 15px;
  }
}
#recipe .area02 .img02 {
  margin: 0 auto;
}
#recipe .area02 .img03 {
  margin: 0 auto;
  width: 35%;
  position: absolute;
  right: -13%;
  top: 6%;
}
@media screen and (max-width: 599px) {
  #recipe .area02 .img03 {
    right: -6%;
  }
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  #recipe .area02 .img03 {
    right: -6%;
    top: 10%;
  }
}
#recipe .recipe01 {
  width: 100%;
  position: relative;
}
#recipe .recipe01 .bg {
  width: 48%;
}
#recipe .recipe01 .img {
  width: 70%;
  position: absolute;
  left: -5%;
  top: -3%;
}
#recipe .recipe01 .romaji {
  width: 20%;
  position: absolute;
  left: 36%;
  bottom: 12%;
}
@media screen and (max-width: 599px) {
  #recipe .recipe01 .romaji {
    width: 24%;
    left: 27%;
    bottom: 1%;
  }
}
#recipe .recipe01 .btn_area {
  width: 35%;
  position: absolute;
  right: 15%;
  top: 25%;
  z-index: 999;
}
@media screen and (max-width: 599px) {
  #recipe .recipe01 .btn_area {
    width: 50%;
    right: 0%;
    top: 20%;
  }
}
#recipe .recipe01 .name {
  width: 60%;
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
#recipe .recipe01 .btn {
  width: 60%;
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
#recipe .recipe02 {
  margin: -20% 0 0;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 599px) {
  #recipe .recipe02 {
    margin: -5% 0 0;
  }
}
#recipe .recipe02 .bg {
  margin: 0 0 0 auto;
  width: 40%;
}
#recipe .recipe02 .img {
  width: 55%;
  position: absolute;
  right: 0;
  top: 15%;
}
#recipe .recipe02 .romaji {
  width: 19%;
  position: absolute;
  right: 23%;
  bottom: -27%;
}
@media screen and (max-width: 599px) {
  #recipe .recipe02 .romaji {
    width: 22%;
    right: 23%;
    bottom: -33%;
  }
}
#recipe .recipe02 .btn_area {
  width: 35%;
  position: absolute;
  left: 19%;
  top: 75%;
  z-index: 999;
}
@media screen and (max-width: 599px) {
  #recipe .recipe02 .btn_area {
    width: 50%;
    left: 5%;
    top: 30%;
  }
}
#recipe .recipe02 .name {
  width: 60%;
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
#recipe .recipe02 .btn {
  width: 60%;
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
#recipe .recipe03 {
  margin: 25% 0 0;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 599px) {
  #recipe .recipe03 {
    margin: 33% 0 0;
  }
}
#recipe .recipe03 .bg {
  width: 34%;
}
@media screen and (max-width: 599px) {
  #recipe .recipe03 .bg {
    width: 40%;
  }
}
#recipe .recipe03 .img {
  width: 38%;
  position: absolute;
  left: 0;
  top: -100%;
}
@media screen and (max-width: 599px) {
  #recipe .recipe03 .img {
    width: 46%;
  }
}
#recipe .recipe03 .romaji {
  width: 27%;
  position: absolute;
  left: 12%;
  bottom: 8%;
}
@media screen and (max-width: 599px) {
  #recipe .recipe03 .romaji {
    width: 36%;
    left: 13%;
    bottom: -11%;
  }
}
#recipe .recipe03 .btn_area {
  width: 35%;
  position: absolute;
  right: 25%;
  top: 0%;
  z-index: 999;
}
@media screen and (max-width: 599px) {
  #recipe .recipe03 .btn_area {
    width: 50%;
    right: 2%;
    top: -30%;
  }
}
#recipe .recipe03 .name {
  width: 60%;
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
#recipe .recipe03 .btn {
  width: 60%;
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
#recipe .recipe04 {
  margin: 7% 0 0;
  width: 100%;
  position: relative;
}
#recipe .recipe04 .bg {
  margin: 0 0 0 auto;
  width: 60%;
}
#recipe .recipe04 .img {
  width: 67%;
  position: absolute;
  right: -13%;
  top: -28%;
}
#recipe .recipe04 .romaji {
  width: 30%;
  position: absolute;
  right: 27%;
  bottom: 6%;
}
@media screen and (max-width: 599px) {
  #recipe .recipe04 .romaji {
    width: 36%;
    right: 11%;
    bottom: -15%;
  }
}
#recipe .recipe04 .btn_area {
  width: 35%;
  position: absolute;
  left: 11%;
  top: 8%;
  z-index: 999;
}
@media screen and (max-width: 599px) {
  #recipe .recipe04 .btn_area {
    width: 50%;
    left: 0%;
    top: 20%;
  }
}
#recipe .recipe04 .name {
  width: 60%;
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
#recipe .recipe04 .btn {
  width: 60%;
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

/*----------------------------------------

　#smile

----------------------------------------*/
#smile {
  margin: 0 auto 100px;
  padding: 200px 0 0;
  width: 100%;
  background: linear-gradient(180deg, #ffffca 0%, #ffffca 70%, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0) 100%);
}
@media screen and (max-width: 599px) {
  #smile {
    margin: 0 auto 50px;
    padding: 50px 0 0;
  }
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  #smile {
    padding: 120px 0 0;
  }
}
#smile h2 {
  display: none;
}
#smile h3 {
  margin: 0 auto 150px;
  max-width: 80%;
}
@media screen and (max-width: 599px) {
  #smile h3 {
    margin: 0 auto 60px;
    max-width: inherit;
    width: 100%;
  }
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  #smile h3 {
    margin: 0 auto 100px;
    max-width: inherit;
    width: 100%;
  }
}
#smile h3 img {
  margin: 0 auto;
  width: 55%;
}
@media screen and (max-width: 599px) {
  #smile h3 img {
    width: 70%;
  }
}
#smile .area01 {
  margin: 0 auto;
  max-width: 80%;
  position: relative;
}
@media screen and (max-width: 599px) {
  #smile .area01 {
    max-width: inherit;
    width: 100%;
  }
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  #smile .area01 {
    max-width: inherit;
    width: 90%;
  }
}
#smile .area01 .kids01 {
  position: absolute;
  left: 26%;
  bottom: 8%;
  width: 10%;
}
@media screen and (max-width: 599px) {
  #smile .area01 .kids01 {
    left: 23%;
    width: 15%;
    z-index: 9999;
  }
}
#smile .area01 .kids02 {
  position: absolute;
  right: 14%;
  top: -33%;
  width: 10%;
}
@media screen and (max-width: 599px) {
  #smile .area01 .kids02 {
    width: 14%;
    z-index: 9999;
  }
}
#smile .area01 .kids03 {
  position: absolute;
  left: 16%;
  top: -25%;
  width: 11%;
}
@media screen and (max-width: 599px) {
  #smile .area01 .kids03 {
    left: 9%;
    top: -25%;
    width: 15%;
    z-index: 9999;
  }
}
#smile .area01 .kids04 {
  position: absolute;
  left: 48%;
  top: -7%;
  width: 10%;
}
@media screen and (max-width: 599px) {
  #smile .area01 .kids04 {
    left: 50%;
    top: -10%;
    width: 13%;
    z-index: 9999;
  }
}
#smile ul {
  margin: 0 auto;
  max-width: 80%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (max-width: 599px) {
  #smile ul {
    max-width: inherit;
    width: 100%;
  }
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  #smile ul {
    max-width: inherit;
    width: 90%;
  }
}
#smile ul li {
  margin: 0 -5%;
}
#smile ul .img03 {
  margin: -3% -5% 0;
  z-index: 999;
}
#smile ul .img04 {
  margin: 10% -5% 0;
}
#smile ul .img05 {
  margin: -5% -5% 0 2%;
  z-index: 999;
}
#smile ul .img06 {
  margin: 10% -5% 0 -20%;
}
#smile ul .img07 {
  margin: -4% -5% 0 -10%;
}

/*----------------------------------------

　modal

----------------------------------------*/
.modal {
  display: none;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(255, 255, 255, 0.7);
  transition: all 1s ease-in-out;
}

.modal-container .img {
  background: #f1f1f1;
  margin-bottom: 15px;
}

.modal-container p {
  margin-bottom: 10px;
}

.modal-container p:last-child {
  margin-bottom: 0;
}

.modal-content {
  background: #fff;
  overflow-y: auto;
  padding: 30px 30px;
  width: 80%;
  max-width: 800px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 90%;
  animation: show 0.6s linear 0s;
  filter: drop-shadow(0px 2px 6px #777);
}
@media screen and (max-width: 599px) {
  .modal-content {
    padding: 35px 15px;
    height: 80%;
  }
}

.modal-top {
  display: inline-block;
  position: absolute;
  right: 5px;
  top: 5px;
}

.modal-close {
  text-decoration: none;
  font-size: 2rem;
  line-height: 1;
  padding: 0 3px;
}

.modal-close:hover,
.modal-close:focus {
  text-decoration: none;
  cursor: pointer;
}

.modal-title {
  color: #fff;
}

@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*----------------------------------------

　marker

----------------------------------------*/
.marker-animation.active {
  background-position: -100% 0.5em;
}

.marker-animation {
  background-image: -webkit-linear-gradient(left, transparent 50%, #ffbfb8 50%);
  background-image: -moz-linear-gradient(left, transparent 50%, #ffbfb8 50%);
  background-image: -ms-linear-gradient(left, transparent 50%, #ffbfb8 50%);
  background-image: -o-linear-gradient(left, transparent 50%, #ffbfb8 50%);
  background-image: linear-gradient(left, transparent 50%, #ffbfb8 50%);
  background-repeat: repeat-x;
  background-size: 200% 0.8em;
  background-position: 0 0.5em;
  transition: all 2s ease;
  font-weight: 500;
}

/*----------------------------------------

　Animate.css 追加クラス

----------------------------------------*/
.animated.delay-0_5s {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.animated.delay-0_8s {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.animated.delay-1_5s {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.animated.delay-2_5s {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}

.animated.slows {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}

/*opening*/
.logo {
  position: relative;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  z-index: 9001;
}

.logo01 {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: none;
  z-index: 99999;
  width: 300px;
  height: auto;
  opacity: 0.7;
}
@media screen and (max-width: 599px) {
  .logo01 {
    width: 200px;
  }
}

.video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9000;
}
.videoinn {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: none;
  z-index: 99998;
  width: 100%;
  height: 100%;
}
video {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
