@charset "UTF-8";
@font-face {
  font-family: "mv-boli";
  src: url(../fonts/mv-boli.ttf);
}
#selecter .map .HTMLBlock {
  height: 100%;
}

/* ----------------------------------------------
mainimg
------------------------------------------------- */
#mainimg {
  position: relative;
  /* padding-bottom: 19px; */
  /* margin-bottom: 72px; */
  margin-bottom: 91px;
}
#mainimg #mainslider img {
  /* width: 100%; */
  height: calc(100vh - 136px);
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  min-height: 800px;
}
#mainimg .catch {
  writing-mode: vertical-rl;
  font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
  src: local(HiraginoSans-W7);
  font-weight: 700;
  font-size: 30px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #4bb126;
  background-color: #fff;
  position: absolute;
  top: 85px;
  left: 7.5%;
  border-radius: 60px;
  padding: 25px 35px;
  /* max-width: calc(100% - 20px); */
}
#mainimg .catch-bottom {
  position: absolute;
  /* bottom: 19px; */
  bottom: 0px;
  width: 100%;
  height: 200px;
  background: url(../images/mainbottom-bg.webp) repeat-x;
}
#mainimg .catch-bottom .chara {
  position: absolute;
  bottom: -19px;
  left: 1.5625%;
  width: 25.375%;
  aspect-ratio: 406/376;
  max-width: 406px;
  min-width: 300px;
}
#mainimg .catch-bottom .chara img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#mainimg .catch-bottom .text {
  /* @include fonthi(700);
  //font-size: 134px;
  font-size: 8.2vw;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #fff; */
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0px 10px 15px;
}
#mainimg .catch-bottom img {
  /* width: 100%;
  object-fit: cover; */
}
@media (max-width: 999px) {
  #mainimg {
    /* margin-bottom: 60px; */
    margin-bottom: 80px;
  }
  #mainimg #mainslider img {
    height: auto;
    min-height: 575px;
  }
  #mainimg .catch {
    top: 50px;
    font-size: 24px;
    padding: 20px;
  }
  #mainimg .catch-bottom {
    height: 150px;
  }
  #mainimg .catch-bottom .chara {
    min-width: 250px;
  }
  #mainimg .catch-bottom .text {
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  #mainimg {
    /* margin-bottom: 50px; */
    margin-bottom: 70px;
  }
  #mainimg #mainslider img {
    min-height: 420px;
    /* min-height: 235px; */
  }
  #mainimg .catch {
    top: 10px;
    font-size: 20px;
    padding: 10px;
    /* writing-mode: unset;
    left: 10px; */
  }
  #mainimg .catch-bottom {
    height: 100px;
  }
  #mainimg .catch-bottom .chara {
    min-width: 175px;
  }
}

/* ----------------------------------------------
news
------------------------------------------------- */
#news {
  position: relative;
  padding-bottom: 188px;
}
#news .vegetables .vegetable {
  position: absolute;
}
#news .vegetables .vegetable img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#news .vegetables .vegetable.v1 {
  width: 9%;
  aspect-ratio: 144/110;
  top: 155px;
  max-width: 144px;
}
#news .vegetables .vegetable.v2 {
  width: 7.875%;
  aspect-ratio: 126/122;
  top: 118px;
  right: 2.3125%;
  max-width: 126px;
}
#news .vegetables .vegetable.v3 {
  width: 11.6875%;
  aspect-ratio: 187/154;
  bottom: 85px;
  max-width: 187px;
}
#news .vegetables .vegetable.v4 {
  width: 7.875%;
  aspect-ratio: 126/88;
  right: 0;
  bottom: 55px;
  max-width: 126px;
}
#news .head {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  align-items: center;
  margin-bottom: 44px;
  overflow-x: clip;
}
#news .head h2 {
  font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
  src: local(HiraginoSans-W7);
  font-weight: 700;
  font-size: 60px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #121212;
  display: flex;
  flex-direction: column;
}
#news .head h2 small {
  display: block;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings: "slnt" 0;
  font-size: 40px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #f4db14;
  margin-top: -3px;
}
#news .head h2::before {
  content: "";
  width: 142px;
  /* height: 6px; */
  aspect-ratio: 142/6;
  background: url(../images/heading-shape.webp) no-repeat center/cover;
  margin-bottom: 20px;
}
@media (max-width: 999px) {
  #news .head h2 {
    font-size: 40px;
  }
  #news .head h2 small {
    font-size: 30px;
  }
  #news .head h2::before {
    width: 120px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  #news .head h2 {
    font-size: 30px;
  }
  #news .head h2 small {
    font-size: 24px;
  }
  #news .head h2::before {
    width: 100px;
    margin-bottom: 10px;
  }
}
@media (max-width: 500px) {
  #news .head h2 {
    font-size: 23px;
  }
  #news .head h2 small {
    font-size: 18px;
  }
}
#news .head .btn {
  margin-left: auto;
  margin-bottom: 20px;
}
#news .head .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: all 0.5s ease-out;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.08em;
  display: inline-flex;
  gap: 0 15px;
  padding: 0 10px 17px;
  border-bottom: 2px solid #f24452;
  color: #f24452;
  font-size: 20px;
}
#news .head .btn a:hover {
  opacity: 0.6;
}
#news .head .btn a::after {
  content: "";
  background: url(../images/btn-flow2.webp) no-repeat center/cover;
  width: 36px;
  height: 36px;
}
@media (max-width: 999px) {
  #news .head .btn a {
    font-size: 18px;
    padding: 0 10px 10px;
    gap: 0 10px;
  }
}
@media (max-width: 767px) {
  #news .head .btn a {
    font-size: 16px;
    border-width: 1px;
  }
  #news .head .btn a::after {
    width: 30px;
    height: 30px;
  }
}
#news .contents .chara {
  position: absolute;
  /* top: calc(vwCalc(113,1600)* -1); */
  top: -113px;
  left: 13.9830508475%;
  z-index: -1;
  width: 10%;
  aspect-ratio: 118/164;
  max-width: 118px;
}
#news .contents .chara img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1599px) {
  #news .contents .chara {
    top: -7.0625vw;
  }
}
@media (max-width: 999px) {
  #news {
    padding-bottom: 140px;
  }
  #news .vegetables .vegetable.v1 {
    top: 124px;
  }
  #news .vegetables .vegetable.v2 {
    top: 90px;
  }
  #news .vegetables .vegetable.v3 {
    bottom: 50px;
  }
  #news .vegetables .vegetable.v4 {
    bottom: 30px;
  }
  #news .head {
    margin-bottom: 30px;
  }
  #news .head .btn {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  #news {
    padding-bottom: 110px;
  }
  #news .vegetables .vegetable.v1 {
    top: 150px;
    min-width: 40px;
  }
  #news .vegetables .vegetable.v2 {
    min-width: 30px;
  }
  #news .vegetables .vegetable.v3 {
    min-width: 50px;
  }
  #news .vegetables .vegetable.v4 {
    min-width: 30px;
  }
  #news .head {
    margin-bottom: 25px;
    display: block;
  }
  #news .head h2 {
    margin-bottom: 10px;
  }
  #news .contents .chara {
    display: none;
  }
}

/* ----------------------------------------------
promise
------------------------------------------------- */
#promise {
  position: relative;
  z-index: 1;
}
#promise .images .image {
  position: absolute;
}
#promise .images .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#promise .images .image.img1 {
  width: 15.9375%;
  aspect-ratio: 255/444;
  right: 12.1875%;
  /* top: calc(vwCalc(79,1600)* -1); */
  top: -79px;
  max-width: 255px;
}
#promise .images .image.img2 {
  width: 10%;
  aspect-ratio: 1/1;
  right: 5.6875%;
  /* top: vwCalc(135,1600); */
  top: 135px;
  max-width: 160px;
}
#promise .images .image.img3 {
  width: 19%;
  aspect-ratio: 304/429;
  top: 131px;
  max-width: 304px;
}
#promise .images .image.img4 {
  width: 15.5%;
  aspect-ratio: 1/1;
  left: 7.875%;
  bottom: 50px;
  max-width: 248px;
}
#promise .images .image.img5 {
  width: 22.375%;
  aspect-ratio: 358/392;
  right: 0;
  bottom: -40px;
  max-width: 358px;
}
#promise h2 {
  font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
  src: local(HiraginoSans-W7);
  font-weight: 700;
  font-size: 60px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #121212;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: -80px;
}
#promise h2 small {
  display: block;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings: "slnt" 0;
  font-size: 40px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #f4db14;
  margin-top: -3px;
}
#promise h2::before {
  content: "";
  width: 142px;
  /* height: 6px; */
  aspect-ratio: 142/6;
  background: url(../images/heading-shape.webp) no-repeat center/cover;
  margin-bottom: 20px;
}
@media (max-width: 999px) {
  #promise h2 {
    font-size: 40px;
  }
  #promise h2 small {
    font-size: 30px;
  }
  #promise h2::before {
    width: 120px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  #promise h2 {
    font-size: 30px;
  }
  #promise h2 small {
    font-size: 24px;
  }
  #promise h2::before {
    width: 100px;
    margin-bottom: 10px;
  }
}
@media (max-width: 500px) {
  #promise h2 {
    font-size: 23px;
  }
  #promise h2 small {
    font-size: 18px;
  }
}
#promise .inner {
  background: url(../images/promise-bg.webp) repeat;
  padding-top: 144px;
  padding-bottom: 158px;
}
#promise .coment {
  max-width: 1180px;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
  font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
  src: local(HiraginoSans-W7);
  font-weight: 700;
  font-size: 40px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #4bb126;
  position: relative;
  z-index: 1;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  min-height: 100px;
  margin-bottom: 67px;
}
#promise .coment::before, #promise .coment::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  border-radius: 50px;
}
#promise .coment::before {
  top: 5px;
  left: 5px;
  background-color: rgba(18, 18, 18, 0.2);
}
#promise .coment::after {
  top: 0;
  left: 0;
  background-color: #fff;
}
#promise .coment .blue {
  color: #2b4f9e;
}
#promise .coment .red {
  color: #f24452;
}
#promise .coment .triangle {
  position: absolute;
  bottom: 1px;
  left: 49%;
  transform: translateY(-50%);
}
#promise .coment .triangle::before, #promise .coment .triangle::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 15px;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}
#promise .coment .triangle::before {
  background-color: rgba(18, 18, 18, 0.2);
  top: 5px;
  left: 5px;
}
#promise .coment .triangle::after {
  background-color: #fff;
  top: 0;
  left: 0;
}
#promise .text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0.08em;
  color: #121212;
  max-width: 900px;
  padding: 0 10px;
  margin: 0 auto 30px;
  text-align: center;
  margin-bottom: 80px;
}
#promise .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: all 0.5s ease-out;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.08em;
  width: 300px;
  height: 80px;
  background: url(../images/btn-flow.webp) no-repeat center right 30px #fff;
  font-size: 18px;
  color: #f24452;
  margin: 0 auto;
}
#promise .btn a:hover {
  opacity: 0.6;
}
@media (max-width: 999px) {
  #promise .btn a {
    width: 280px;
    height: 70px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  #promise .btn a {
    width: 260px;
    height: 60px;
    font-size: 14px;
  }
}
@media (max-width: 1599px) {
  #promise .images .image.img1 {
    top: -4.9375vw;
  }
  #promise .images .image.img2 {
    top: 8.4375vw;
  }
}
@media (max-width: 999px) {
  #promise .images .image.img3 {
    top: 55px;
  }
  #promise .images .image.img4 {
    bottom: 40px;
  }
  #promise .images .image.img5 {
    bottom: -30px;
  }
  #promise .inner {
    padding: 120px 0;
  }
  #promise .coment {
    font-size: 30px;
    margin-bottom: 50px;
    min-height: 80px;
  }
  #promise .coment .triangle {
    left: 50%;
  }
  #promise .text {
    font-size: 18px;
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  #promise .images .image.img1 {
    min-width: 60px;
    top: -20px;
  }
  #promise .images .image.img2 {
    min-width: 40px;
    top: 30px;
  }
  #promise .images .image.img3 {
    min-width: 70px;
    top: 50px;
  }
  #promise .images .image.img4 {
    min-width: 50px;
    bottom: 30px;
  }
  #promise .images .image.img5 {
    min-width: 70px;
    bottom: -20px;
  }
  #promise .inner {
    padding: 90px 0;
  }
  #promise .coment {
    font-size: 24px;
    margin-bottom: 40px;
    min-height: 70px;
  }
  #promise .text {
    font-size: 16px;
    margin-bottom: 60px;
  }
}
@media (max-width: 500px) {
  #promise .coment {
    font-size: 20px;
  }
}

/* ----------------------------------------------
company
------------------------------------------------- */
#company {
  position: relative;
  margin-bottom: 64px;
}
#company .mainimage {
  position: relative;
}
#company .mainimage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 700px;
}
#company .mainimage h2 {
  font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
  src: local(HiraginoSans-W7);
  font-weight: 700;
  font-size: 60px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #121212;
  line-height: 1;
  position: absolute;
  /* bottom: 115px; */
  bottom: 16%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  white-space: nowrap;
  padding: 10px 35px;
  max-width: calc(100% - 10px);
}
#company .mainimage h2 small {
  display: block;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings: "slnt" 0;
  font-size: 40px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: transparent;
  margin-top: -3px;
}
@media (max-width: 999px) {
  #company .mainimage h2 {
    font-size: 40px;
  }
  #company .mainimage h2 small {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  #company .mainimage h2 {
    font-size: 30px;
  }
  #company .mainimage h2 small {
    font-size: 24px;
  }
}
@media (max-width: 500px) {
  #company .mainimage h2 {
    font-size: 23px;
  }
  #company .mainimage h2 small {
    font-size: 18px;
  }
}
#company .contents {
  display: flex;
  background-color: #f6eee7;
  padding-right: calc((100% - 1180px) / 2);
  overflow-x: clip;
  /* margin-top: -60px; */
  margin-top: -3.75vw;
  position: relative;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
#company .contents .map {
  width: 64.0287769784%;
}
#company .contents .map iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#company .contents .right {
  margin-left: auto;
  padding: 70px 0 63px;
}
#company .contents .right .logo {
  margin-bottom: 20px;
}
#company .contents .right .logo a {
  transition: all 0.5s ease-out;
}
#company .contents .right .logo a:hover {
  opacity: 0.6;
}
#company .contents .right .data {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.8888888889;
  letter-spacing: 0.08em;
  color: #121212;
  margin-bottom: 50px;
}
#company .contents .right .data p:not(:last-child) {
  margin-bottom: 15px;
}
#company .contents .right .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: all 0.5s ease-out;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.08em;
  display: inline-flex;
  gap: 0 15px;
  padding: 0 10px 17px;
  border-bottom: 2px solid #f24452;
  color: #f24452;
  font-size: 20px;
}
#company .contents .right .btn a:hover {
  opacity: 0.6;
}
#company .contents .right .btn a::after {
  content: "";
  background: url(../images/btn-flow2.webp) no-repeat center/cover;
  width: 36px;
  height: 36px;
}
@media (max-width: 999px) {
  #company .contents .right .btn a {
    font-size: 18px;
    padding: 0 10px 10px;
    gap: 0 10px;
  }
}
@media (max-width: 767px) {
  #company .contents .right .btn a {
    font-size: 16px;
    border-width: 1px;
  }
  #company .contents .right .btn a::after {
    width: 30px;
    height: 30px;
  }
}
#company .image {
  position: absolute;
  bottom: -55px;
  right: 2.625%;
  width: 5.3125%;
  aspect-ratio: 85/127;
  max-width: 85px;
}
#company .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1301px) {
  #company br.s1300 {
    display: none;
  }
}
@media (max-width: 1300px) {
  #company span.s1300 {
    display: none;
  }
}
@media (max-width: 1217px) {
  #company .contents {
    padding-right: 10px;
  }
}
@media (min-width: 1000px) {
  #company .tab {
    display: none;
  }
}
@media (max-width: 999px) {
  #company {
    margin-bottom: 50px;
  }
  #company .mainimage h2 {
    padding: 10px 25px;
  }
  #company .contents .right {
    padding: 50px 0;
  }
  #company .contents .right .logo {
    margin-bottom: 15px;
  }
  #company .contents .right .data {
    font-size: 16px;
    margin-bottom: 40px;
  }
  #company .contents .right .data p:not(:last-child) {
    margin-bottom: 10px;
  }
  #company .image {
    bottom: -30px;
  }
}
@media (max-width: 767px) {
  #company {
    margin-bottom: 40px;
  }
  #company .mainimage img {
    min-height: 180px;
  }
  #company .mainimage h2 {
    padding: 10px 15px;
  }
  #company .contents {
    flex-direction: column;
    row-gap: 30px;
  }
  #company .contents .map {
    order: 1;
    width: 100%;
    height: 180px;
  }
  #company .contents .right {
    padding: 30px 10px 0;
    margin-left: unset;
  }
  #company .contents .right .logo {
    margin-bottom: 10px;
  }
  #company .contents .right .data {
    font-size: 14px;
    margin-bottom: 20px;
  }
  #company .image {
    bottom: -15px;
    min-width: 25px;
  }
}

/* ----------------------------------------------
instagram
------------------------------------------------- */
#instagram {
  position: relative;
  padding-bottom: 107px;
}
#instagram .head {
  max-width: 1180px;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-bottom: 58px;
  padding-top: 48px;
}
#instagram .head h2 {
  font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
  src: local(HiraginoSans-W7);
  font-weight: 700;
  font-size: 60px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #121212;
  color: #fff;
  text-shadow: 0 0 2px #ea33b3, 0 0 2px #ea33b3, 0 0 2px #ea33b3, 0 0 2px #ea33b3, 0 0 2px #ea33b3;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#instagram .head h2 small {
  display: block;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings: "slnt" 0;
  font-size: 40px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: transparent;
  margin-top: -3px;
}
@media (max-width: 999px) {
  #instagram .head h2 {
    font-size: 40px;
  }
  #instagram .head h2 small {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  #instagram .head h2 {
    font-size: 30px;
  }
  #instagram .head h2 small {
    font-size: 24px;
  }
}
@media (max-width: 500px) {
  #instagram .head h2 {
    font-size: 23px;
  }
  #instagram .head h2 small {
    font-size: 18px;
  }
}
#instagram .head h2 .flow {
  font-family: "mv-boli";
  font-weight: 400;
  font-size: 40px;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #f4db14;
  text-shadow: none;
  margin-bottom: -25px;
  transform: rotate(-12deg);
  margin-right: -332px;
  margin-top: -15px;
}
#instagram .head .btn {
  position: absolute;
  right: 0;
  top: 0;
}
#instagram .head .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: all 0.5s ease-out;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.08em;
  width: 150px;
  aspect-ratio: 150/147;
  background: url(../images/btn-bg.webp) no-repeat center/cover;
  position: relative;
  font-size: 18px;
  color: #fff;
}
#instagram .head .btn a:hover {
  opacity: 0.6;
}
#instagram .head .btn a::after {
  content: "";
  position: absolute;
  bottom: 25px;
  width: 26px;
  height: 26px;
  background: url(../images/btn-flow3.webp) no-repeat center/cover;
}
@media (max-width: 999px) {
  #instagram .head .btn a {
    width: 130px;
    font-size: 16px;
  }
  #instagram .head .btn a::after {
    bottom: 15px;
  }
}
@media (max-width: 767px) {
  #instagram .head .btn a {
    width: 110px;
    font-size: 14px;
  }
  #instagram .head .btn a::after {
    width: 20px;
    height: 20px;
    bottom: 10px;
  }
}
#instagram .charabox {
  position: absolute;
  left: 3.125%;
  top: 40px;
  display: flex;
  align-items: start;
  z-index: 1;
}
#instagram .charabox .coment {
  order: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
  src: local(HiraginoSans-W6);
  font-weight: 600;
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: 0.08em;
  color: #121212;
  border: 1px solid #f4db14;
  position: relative;
  border-radius: 50%;
  padding: 30px 20px 39px 30px;
  margin-left: -10px;
}
#instagram .charabox .coment::before, #instagram .charabox .coment::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  transform: rotate(40deg);
}
#instagram .charabox .coment::before {
  /* bottom: 6px;
  left: 22px; */
  bottom: 2%;
  left: 16%;
  background-color: #f4db14;
}
#instagram .charabox .coment::after {
  /* bottom: 7px;
  left: 23px; */
  bottom: calc(2% + 1px);
  left: calc(16% + 1px);
  background-color: #fff;
}
#instagram .charabox .chara {
  width: 17.5625vw;
  aspect-ratio: 281/541;
  margin-top: 25px;
}
#instagram .charabox .chara img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#instagram .slider {
  max-width: 1180px;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}
#instagram .slider .arow {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 1;
}
#instagram .slider .arow.prev-arow {
  left: -30px;
  background: url(../images/previous.webp) no-repeat center/cover;
}
#instagram .slider .arow.next-arow {
  right: -30px;
  background: url(../images/next.webp) no-repeat center/cover;
}
#instagram .slider .slick-list {
  margin: 0 -17px;
}
#instagram .slider .block {
  /* width: perCalc(270,1180); */
  margin: 0 17px;
}
#instagram .slider .block .image {
  position: relative;
  /* padding-top: perCalc(200,270); */
  aspect-ratio: 270/200;
}
#instagram .slider .block .image img {
  /* position: absolute;
  top: 0; */
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#instagram .slider .block .image .textbox {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: all 0.5s ease-out;
}
#instagram .slider .block .image .textbox .text {
  font-size: 12px;
  line-height: 1.5;
  color: #fff;
}
#instagram .slider .block .image .textbox:hover {
  opacity: 1;
}
@media (max-width: 1300px) {
  #instagram .slider .arow.prev-arow {
    left: -5px;
  }
  #instagram .slider .arow.next-arow {
    right: -5px;
  }
  #instagram .slider .slick-list {
    margin: 0 -5px;
  }
  #instagram .slider .block {
    margin: 0 5px;
  }
}
@media (max-width: 999px) {
  #instagram {
    padding-bottom: 90px;
  }
  #instagram .head {
    margin-bottom: 40px;
  }
  #instagram .head h2 .flow {
    font-size: 30px;
    margin-right: -250px;
    margin-top: -10px;
    margin-bottom: -10px;
  }
  #instagram .charabox .coment {
    padding: 20px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  #instagram {
    padding-bottom: 80px;
  }
  #instagram .head {
    margin-bottom: 30px;
  }
  #instagram .head h2 .flow {
    font-size: 24px;
    margin-right: -140px;
    margin-top: -6px;
    margin-bottom: -6px;
    transform: rotate(-10deg);
  }
  #instagram .charabox {
    display: block;
    top: 20px;
  }
  #instagram .charabox .coment {
    padding: 15px;
    margin-left: 0;
    margin-bottom: 10px;
  }
  #instagram .charabox .coment::before, #instagram .charabox .coment::after {
    transform: translateX(-50%);
  }
  #instagram .charabox .coment::before {
    left: 50%;
    bottom: -10px;
  }
  #instagram .charabox .coment::after {
    left: calc(50% + 1px);
    bottom: -9px;
  }
  #instagram .charabox .chara {
    margin-top: 0;
    min-width: 90px;
  }
  #instagram .slider .arow {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 500px) {
  #instagram .head {
    padding-top: 85px;
  }
  #instagram .charabox {
    top: -20px;
  }
}

/* ----------------------------------------------
media
------------------------------------------------- */
#media {
  position: relative;
  background-color: #f6eee7;
  padding-top: 92px;
  padding-bottom: 116px;
}
#media .fruits .fruit {
  position: absolute;
}
#media .fruits .fruit img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#media .fruits .fruit.f1 {
  width: 10.25%;
  aspect-ratio: 164/116;
  top: -45px;
  right: 3.125%;
  max-width: 164px;
}
#media .fruits .fruit.f2 {
  width: 8.8125%;
  aspect-ratio: 141/110;
  top: 125px;
  left: 1.25%;
  max-width: 141px;
}
#media .fruits .fruit.f3 {
  width: 6.5%;
  aspect-ratio: 104/174;
  bottom: -64px;
  max-width: 104px;
  z-index: 1;
}
#media h2 {
  font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
  src: local(HiraginoSans-W7);
  font-weight: 700;
  font-size: 60px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #121212;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 42px;
}
#media h2 small {
  display: block;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings: "slnt" 0;
  font-size: 40px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #4bb126;
  margin-top: -3px;
}
#media h2::before {
  content: "";
  width: 142px;
  /* height: 6px; */
  aspect-ratio: 142/6;
  background: url(../images/heading-shape.webp) no-repeat center/cover;
  margin-bottom: 20px;
}
@media (max-width: 999px) {
  #media h2 {
    font-size: 40px;
  }
  #media h2 small {
    font-size: 30px;
  }
  #media h2::before {
    width: 120px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  #media h2 {
    font-size: 30px;
  }
  #media h2 small {
    font-size: 24px;
  }
  #media h2::before {
    width: 100px;
    margin-bottom: 10px;
  }
}
@media (max-width: 500px) {
  #media h2 {
    font-size: 23px;
  }
  #media h2 small {
    font-size: 18px;
  }
}
@media (max-width: 999px) {
  #media {
    padding: 80px 0 90px;
  }
  #media .fruits .fruit.f1 {
    top: -30px;
  }
  #media .fruits .fruit.f3 {
    bottom: -40px;
  }
  #media h2 {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  #media {
    padding: 70px 0;
  }
  #media .fruits .fruit.f1 {
    top: -25px;
    min-width: 50px;
  }
  #media .fruits .fruit.f2 {
    min-width: 40px;
  }
  #media .fruits .fruit.f3 {
    min-width: 30px;
    bottom: -20px;
  }
  #media h2 {
    margin-bottom: 25px;
  }
}

/* ----------------------------------------------
line
------------------------------------------------- */
#line {
  background: url(../images/line-bg.webp) no-repeat center/cover;
  position: relative;
  padding-top: 55px;
  padding-bottom: 120px;
}
#line .images .image {
  position: absolute;
}
#line .images .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#line .images .image.img1 {
  width: 26.6875%;
  aspect-ratio: 427/724;
  right: 4.6875%;
  top: -90px;
  max-width: 427px;
}
#line .images .image.img2 {
  width: 26.625%;
  aspect-ratio: 426/302;
  left: 1.875%;
  bottom: 0;
  max-width: 426px;
}
#line .head {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 69px;
}
#line .head .shape-10bai {
  /* position: relative;
  &::before,
  &::after{
    content: "10倍";
    position: absolute;
    @include fonthi(700);
    font-size: 124.5px;
    line-height: 1;
    letter-spacing: 0.05em;
    white-space: nowrap;
  }
  &::before{
    color: #121212;
    top: 5px;
    left: 5px;
  }
  &::after{
    color: #f4db14;
    top: 0;
    left: 0;
  } */
  font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
  src: local(HiraginoSans-W7);
  font-weight: 700;
  font-size: 124.5px;
  line-height: 1;
  letter-spacing: 0.05em;
  text-shadow: none;
}
#line .head .shape-10bai > span {
  position: relative;
}
#line .head .shape-10bai > span:first-child {
  color: #f4db14;
  z-index: 1;
}
#line .head .shape-10bai > span:last-child {
  color: #121212;
  bottom: -5px;
}
#line .head .catch1 {
  font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
  src: local(HiraginoSans-W7);
  font-weight: 700;
  font-size: 90px;
  line-height: 1.3333333333;
  letter-spacing: 0.08em;
  color: #fff;
  text-shadow: 0 0 2px #121212, 0 0 2px #121212, 0 0 2px #121212, 0 0 2px #121212, 0 0 2px #121212;
}
#line .head .catch2 {
  margin-left: auto;
  margin-top: auto;
  margin-right: -15px;
  margin-bottom: -20px;
  font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
  src: local(HiraginoSans-W6);
  font-weight: 600;
  font-size: 32px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  color: #121212;
}
#line .head .catch2 .yellow {
  color: #f4db14;
}
#line .head .catch2 p {
  display: flex;
  flex-direction: column;
  align-items: start;
}
#line .head .catch2 .block {
  display: inline-block;
  background-color: #fff;
  padding: 5px 15px;
}
#line .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: all 0.5s ease-out;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.08em;
  width: 300px;
  height: 80px;
  background: url(../images/btn-flow.webp) no-repeat center right 30px #fff;
  font-size: 18px;
  color: #f24452;
  width: 700px;
  max-width: calc(100% - 20px);
  height: 130px;
  background-image: url(../images/btn-flow-line.webp);
  background-position: center right 40px;
  font-weight: 700;
  font-size: 34px;
  color: #4bb126;
  padding-right: 80px;
  margin: 0 auto;
}
#line .btn a:hover {
  opacity: 0.6;
}
@media (max-width: 999px) {
  #line .btn a {
    width: 280px;
    height: 70px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  #line .btn a {
    width: 260px;
    height: 60px;
    font-size: 14px;
  }
}
#line .btn a img {
  margin-right: 20px;
}
@media (max-width: 999px) {
  #line .btn a {
    width: 500px;
    height: 110px;
    font-size: 28px;
    padding: 0 10px;
    background-position: center right 20px;
  }
  #line .btn a img {
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  #line .btn a {
    width: 400px;
    height: 90px;
    font-size: 20px;
    background-image: unset;
  }
  #line .btn a img {
    max-width: 40px;
  }
}
@media (max-width: 1300px) {
  #line .head .catch2 {
    margin-right: 0;
  }
}
@media (max-width: 999px) {
  #line {
    padding-top: 40px;
    /* padding-bottom: 90px; */
  }
  #line .images .image.img1 {
    top: -60px;
  }
  #line .head {
    margin-bottom: 60px;
  }
  #line .head .catch1 {
    font-size: 60px;
  }
  #line .head .catch2 {
    font-size: 26px;
    margin-bottom: -15px;
  }
  #line .head .catch2 .block {
    padding: 5px 10px;
  }
  #line .head .shape-10bai {
    font-size: 90px;
  }
}
@media (max-width: 767px) {
  #line {
    padding-top: 30px;
    padding-bottom: 80px;
  }
  #line .images .image.img1 {
    top: -50px;
    min-width: 110px;
  }
  #line .images .image.img2 {
    min-width: 110px;
  }
  #line .head {
    margin-bottom: 50px;
  }
  #line .head .catch1 {
    font-size: 40px;
  }
  #line .head .catch2 {
    font-size: 22px;
    margin-bottom: -10px;
  }
  #line .head .shape-10bai {
    font-size: 70px;
  }
}
@media (max-width: 500px) {
  #line .head .catch1 {
    font-size: 30px;
  }
  #line .head .shape-10bai {
    font-size: 46px;
  }
}

/* ----------------------------------------------
recruit
------------------------------------------------- */
#recruit {
  background: url(../images/recruit-bg.webp) no-repeat center/cover;
  /* padding-top: 228px;
  padding-bottom: 82px; */
  padding-top: 14.25vw;
  padding-bottom: 5.125vw;
  /* margin-bottom: 65px; */
}
#recruit .catch {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
  src: local(HiraginoSans-W7);
  font-weight: 700;
  font-size: 80px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  color: #fff;
  text-align: center;
  text-shadow: 0 0 2px #121212, 0 0 2px #121212, 0 0 2px #121212, 0 0 2px #121212, 0 0 2px #121212;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 95px;
}
#recruit .catch::after {
  content: "";
  width: 423px;
  /* height: 17px; */
  aspect-ratio: 423/17;
  background: url(../images/recruit-shape.webp) no-repeat center/cover;
  margin-top: 17px;
}
#recruit .catch .yellow {
  color: #f4db14;
}
#recruit .catch .space {
  letter-spacing: -0.3em;
}
#recruit .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: all 0.5s ease-out;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.08em;
  width: 300px;
  height: 80px;
  background: url(../images/btn-flow.webp) no-repeat center right 30px #fff;
  font-size: 18px;
  color: #f24452;
  margin: 0 auto;
}
#recruit .btn a:hover {
  opacity: 0.6;
}
@media (max-width: 999px) {
  #recruit .btn a {
    width: 280px;
    height: 70px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  #recruit .btn a {
    width: 260px;
    height: 60px;
    font-size: 14px;
  }
}
@media (max-width: 1300px) {
  #recruit .catch {
    font-size: 60px;
  }
}
@media (max-width: 999px) {
  #recruit {
    /* padding-top: 180px;
    padding-bottom: 70px; */
    /* margin-bottom: 55px; */
  }
  #recruit .catch {
    font-size: 40px;
    margin-bottom: 70px;
  }
  #recruit .catch::after {
    width: 300px;
  }
}
@media (max-width: 767px) {
  #recruit {
    /* padding-top: 140px;
    padding-bottom: 60px; */
    /* margin-bottom: 50px; */
  }
  #recruit .catch {
    font-size: 30px;
    margin-bottom: 60px;
  }
  #recruit .catch br {
    display: none;
  }
  #recruit .catch::after {
    width: 220px;
  }
}
@media (max-width: 500px) {
  #recruit .catch {
    font-size: 22px;
    margin-bottom: 20px;
  }
}

/* ----------------------------------------------
youtube
------------------------------------------------- */
#youtube {
  position: relative;
  padding-top: 65px;
  padding-bottom: 109px;
}
#youtube .sweets .sweet {
  position: absolute;
}
#youtube .sweets .sweet img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#youtube .sweets .sweet.s1 {
  width: 22.8125%;
  aspect-ratio: 365/285;
  top: -10px;
  left: 2.75%;
  max-width: 365px;
}
#youtube .sweets .sweet.s2 {
  width: 13.25%;
  aspect-ratio: 212/258;
  bottom: 52px;
  left: 3.125%;
  max-width: 212px;
}
#youtube .sweets .sweet.s3 {
  width: 8.125%;
  aspect-ratio: 130/202;
  bottom: 10px;
  right: 2.5%;
  max-width: 130px;
}
#youtube .head {
  position: relative;
  max-width: 1180px;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
  padding-top: 49px;
  margin-bottom: 45px;
}
#youtube .head h2 {
  font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
  src: local(HiraginoSans-W7);
  font-weight: 700;
  font-size: 60px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #121212;
  text-align: center;
  color: #fff;
  text-shadow: 0 0 2px #e70a03, 0 0 2px #e70a03, 0 0 2px #e70a03, 0 0 2px #e70a03, 0 0 2px #e70a03;
}
#youtube .head h2 small {
  display: block;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings: "slnt" 0;
  font-size: 40px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: transparent;
  margin-top: -3px;
}
@media (max-width: 999px) {
  #youtube .head h2 {
    font-size: 40px;
  }
  #youtube .head h2 small {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  #youtube .head h2 {
    font-size: 30px;
  }
  #youtube .head h2 small {
    font-size: 24px;
  }
}
@media (max-width: 500px) {
  #youtube .head h2 {
    font-size: 23px;
  }
  #youtube .head h2 small {
    font-size: 18px;
  }
}
#youtube .head h2 img {
  display: block;
  margin: 0 auto;
}
#youtube .head .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: all 0.5s ease-out;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.08em;
  width: 150px;
  aspect-ratio: 150/147;
  background: url(../images/btn-bg.webp) no-repeat center/cover;
  position: relative;
  font-size: 18px;
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
}
#youtube .head .btn a:hover {
  opacity: 0.6;
}
#youtube .head .btn a::after {
  content: "";
  position: absolute;
  bottom: 25px;
  width: 26px;
  height: 26px;
  background: url(../images/btn-flow3.webp) no-repeat center/cover;
}
@media (max-width: 999px) {
  #youtube .head .btn a {
    width: 130px;
    font-size: 16px;
  }
  #youtube .head .btn a::after {
    bottom: 15px;
  }
}
@media (max-width: 767px) {
  #youtube .head .btn a {
    width: 110px;
    font-size: 14px;
  }
  #youtube .head .btn a::after {
    width: 20px;
    height: 20px;
    bottom: 10px;
  }
}
#youtube .contents {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 44px 2.9661016949%;
}
#youtube .contents .block {
  width: 31.3559322034%;
  aspect-ratio: 370/260;
}
#youtube .contents .block .video {
  width: 100%;
  height: 100%;
}
#youtube .contents .block iframe,
#youtube .contents .block img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 999px) {
  #youtube {
    padding-top: 55px;
    padding-bottom: 90px;
  }
  #youtube .sweets .sweet.s2 {
    bottom: 40px;
  }
  #youtube .sweets .sweet.s3 {
    bottom: 0;
  }
  #youtube .head {
    margin-bottom: 30px;
  }
  #youtube .contents {
    row-gap: 30px;
  }
}
@media (max-width: 767px) {
  #youtube {
    padding-top: 50px;
    padding-bottom: 80px;
  }
  #youtube .sweets .sweet.s1 {
    min-width: 108px;
  }
  #youtube .sweets .sweet.s2 {
    min-width: 63px;
  }
  #youtube .sweets .sweet.s3 {
    min-width: 40px;
  }
  #youtube .head {
    padding-top: 30px;
    margin-bottom: 25px;
  }
  #youtube .contents {
    gap: 30px 6%;
  }
  #youtube .contents .block {
    width: 47%;
  }
}
@media (max-width: 500px) {
  #youtube .head {
    padding-top: 75px;
  }
  #youtube .contents {
    flex-direction: column;
  }
  #youtube .contents .block {
    width: 100%;
    max-width: 370px;
    margin: 0 auto;
  }
}/*# sourceMappingURL=index.css.map */